
/*========================================================
   фикс размера инпутов (select) с автопредложениями (select2.min.css)
  ========================================================*/
.select2-container--default .select2-selection--single {
    height: 44px;
    border-radius: 0;
    border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 7px;
}









/*========================================
	карточка Консультации
  ========================================*/
.consultationCard__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }

.consultationCard__person__img {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4%; }

.consultationCard__person__text__info {
    padding-top: 30px; }

.consultationCard__text ul {
    padding-left: 30px;
    list-style-type: none; }
.consultationCard__text ul li {
    position: relative;
    margin-bottom: 15px; }
.consultationCard__text ul li:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/icon/text_marker.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -30px; }

.scheduleOfConsultations__title {
    font-family: 'robotomedium';
    font-size: 1.25rem;
    margin-bottom: 40px; }

.consultations__calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }

.consultations__calendar__controls {
    font-family: 'robotomedium';
    font-size: 1.25rem;
    line-height: 1; }
.consultations__calendar__controls span {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }

.consultations__calendar__prev,
.consultations__calendar__next {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 18px;
    background-repeat: no-repeat;
    background-repeat: center;
    background-size: contain; }

.consultations__calendar__prev {
    background-image: url(../img/arrow_left_double.png); }

.consultations__calendar__next {
    background-image: url(../img/arrow_right_double.png); }

.consultations__calendar__desc {
    width: 100%;
    max-width: 550px;
    font-family: 'robotolight';
    font-size: 0.78125rem;
    text-align: right; }
.consultations__calendar__desc p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18%; }
.consultations__calendar__desc p:first-child {
    margin-left: 0; }
.consultations__calendar__desc p:before {
    content: "";
    width: 54px;
    height: 17px;
    position: absolute;
    top: 0;
    left: -70px; }

.consultations__calendar__desc__available:before {
    background-color: #6db629;
    border: 1px solid #6db629; }

.consultations__calendar__desc__unavailable:before {
    background-color: lightgrey;
    border: 1px solid #8d95a1; }

.consultations__calendar__desc__yourNotation:before {
    background-color: #e94c4a;
    border: 1px solid #e94c4a; }

.consultations__calendar__body {
    width: 100%;
    height: 650px;
    background-color: #f5f8fa;
    border-radius: 10px;
    padding: 15px;
    overflow: auto; }

.consultations__calendar__body__table {
    width: auto;
    background-color: #fff;
    border-collapse: collapse; }
.consultations__calendar__body__table thead {
    background-color: #0077b3;
    color: #fff; }
.consultations__calendar__body__table thead th {
    padding: 5px;
    text-align: center;
    border-right: 1px solid  #fff;
    border-bottom: 1px solid  #fff; }
.consultations__calendar__body__table tbody td {
    width: 116px;
    min-width: 116px;
    border-bottom: 1px solid #b6beca;
    border-right: 1px solid #b6beca;
    text-align: center;
    padding: 10px 0; }
.consultations__calendar__body__table tbody td:first-child {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    background-color: #ffcc00;
    border-color: #fff; }
.consultations__calendar__body__table .available {
    background-color: #6db629; }
.consultations__calendar__body__table .yourNotation {
    font-family: 'robotomedium';
    background-color: #e94c4a;
    color: #fff; }







/*Календарь (patch.css)*/

.consultations__calendar__table__container {
    display: flex;
    overflow-x: scroll;
	width: 1090px;
}

.calendar-consultations__row {
    background: rgb(255, 255, 255);
    flex-wrap: wrap;
    justify-content: center;
}

.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell {
    display: flex;
    flex-direction: column;
    width: 180px;
    background: none;
    text-align: center;
    border: 1px solid rgb(241, 245, 251);
    padding: 10px 0;
    color: #1d1d1d;
    word-wrap: break-word;
    word-break: break-word;
}


.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell.available {
    background: #fff;
}

.consultations__calendar__table__container .calendar-consultations__row .exception-datetime:checked + .calendar-consultations__cell.available {
    background: none;
}

.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
}

.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell.yourNotation {
    background: #F3F4F6;
    color: #9aa4b4;
    border-color: #f3f4f5;
    cursor: not-allowed;
}

.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell-head {
    background: #f9f9f9;
	padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e2e6ec;
    color: #656e7d;
}
.consultations__calendar__table__container .calendar-consultations__row .calendar-consultations__cell-head:hover {
    background-color: #f9f9f9;
    border-color: #f1f5fb;
}

