.datepicker,
.table-condensed {
    width: 280px;
    height:280px;
}


.datepicker table tr td.day:not(.disabled-date) {
    background: white;
    color: black;
    font-weight: 600;
}

.datepicker td, .datepicker th {
    border-radius: 0px;
}

.datepicker table tr td.day.active:not(.disabled-date) {
    background: #319DE1;
    color: white;
}

/*чтобы лоадер не растягивал календарь*/
.calendar_loader
{
    max-width: 20px;
    max-height: 20px;
}

