

/* Start:/local/components/skamedialog/appointment.add/templates/.default/style.css?176517988210852*/
.form_radio_btn{
    display: inline-block;
    margin-right: 10px;
}
.form-group {
    margin-bottom: 20px !important;
}
.tab-content{
    margin-top: 15px;
}
.time {
    display: inline-block;
    margin: 8px;
    cursor: pointer;
    line-height: 40px;
    color: #163E70;
    font-size: 14px;
    width: 70px;
    height: 40px;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 6px;
    user-select: none;
    background: #fff;
}
.form_radio_btn input[type=radio], .time input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    color: #163E70;
    font-size: 14px;
    width: 170px;
    height: 40px;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 6px;
    user-select: none;
    background: #fff;
}
.time.disabled {
    color: #979797;
    opacity: 0.5;
    cursor: not-allowed;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label,  .form_radio_btn label:hover,
.time:hover, .time.selected  {
    color: #fff;
    background: #163E70;
}

.personal-block{
    background: #F7F6F6;
    padding: 25px;
}
.appointment-date-finish{
    font-size:  36px;

    font-weight: bold;
}
.appointment-price span.dot{
    font-size: 20px;
    padding: 0 10px;
    font-weight: 900;
}
.appointment-price span{
    font-size: 20px;
    font-weight: 200;
    color: #163E70;
}
.appointment-price{
    padding-bottom: 30px;
}
.appointment-specialist-name {
    font-weight: 400;
}
#third .appointment-specialist-name {
    font-weight: bold;
    font-size: 16px;
}
#third .appointment-specialist {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
}
#third .appointment-specialist-price {
    font-weight: 400;
    font-size: 14px;
}
.appointment-specialist-experience, .appointment-specialist-desc {
    color: #979797;
    font-weight: 200;
}
.appointment-specialist{
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: bold;
}
.appointment-specialist-photo{
    max-width: 170px;
    max-height: 170px;
}
.nav-tabs {
    border: none;
    padding-bottom: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li.done>a, .nav-tabs>li.done>a:hover, .nav-tabs>li.done>a:focus{
    color: #163E70;
}
.nav-tabs>li.disabled.active {
    border-bottom: none;
}
#myTab .nav-tabs>li.active {
    border-bottom: #163E70 solid 2px !important;
}
.nav-tabs>li.active>a:before{
    background: none;
}
.nav-tabs>li>a{
    min-height: 20px;
    color: #979797;
}
.nav-tabs>li>a{
    min-height: 20px !important;
}

.nav-tabs>li>a:before {
    background: none;
}
.tab-number{
    background: #979797;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 3px;
}
.nav-item.done .tab-number{
    display: none;
}
.nav-item.done .tab-number.done{
    display: inline-block;
    background: #163E70;
    font-weight: bold;
    color: #fff;
}
.tab-number.done{
    display: none;
}
.nav-item.active .tab-number{
    background: #163E70;
    font-weight: bold;
    color: #fff;
}
.wrap-lists .wrap-list_data .list_data {
    padding-top: 20px;
    height: 510px;
    overflow-y: scroll;
}
.wrap-lists .wrap-list_data {
    margin: 0 auto;
    border-radius: 4px;
    text-align: left;
}
.wrap-lists .wrap-list_data .list_data-item {
    margin-bottom: 15px;
    font-size: 16px;
    color: #163E70;
}
.wrap-list_data-item:hover {;
    color: #979797;
}
.doctor_card__mini {
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}
.doctor_card__mini-photo {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    border: 1px solid #edf2f7;
}
.doctor_card__mini.active .doctor_card__mini-photo img, .doctor_card__mini:hover .doctor_card__mini-photo img {
    transition: border-width .1s ease-in-out;
    border-width: 0;
}
.doctor_card__mini-photo img {
    transition: border-width .1s ease-in-out;
    border: 3px solid #fff;
    border-radius: 100px;
    width: 100%;
    height: 100%;
}
.doctor_card__mini-info {
    padding-top: 2px;
    padding-left: 60px;
}
.doctor_card__mini.active .doctor_card__mini-info_name, .doctor_card__mini:hover .doctor_card__mini-info_name {
    color: #163E70;
}
.doctor_card__mini-info_name {
    padding-top: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #163E70;
}
.doctor_card__mini-info_spec{
    font-size: 14px;
    color: #979797;
}
.wrap-lists .wrap-list_data .list_data span:hover {
    cursor: pointer;
    color: #979797;
}
.wrap-lists .wrap-list_data .group-inputs {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.group-inputs {
    display: inline-block;
    width: 90%;
    position: relative;
}
.group-inputs input {
    border-radius: 0;
    background-color: inherit;
    border: none;
    border-bottom: 2px solid #dddfe3;
    width: 100%;
    font-size: 18px;
    padding: 10px 10px 5px 0;
    display: block;
    font-family: LatoWeb,sans-serif;
}
.calendar .date{
    padding-top: 20px;
    font-size: 16px;
    color: #163E70;
}
.calendar .status{
    padding-left: 25px;
    text-align: left;
    font-size: 12px;
    color: #979797;
    padding-bottom:20px;
}
.calendar {
    margin: 0 1px 0 1px;
    padding-bottom: 25px;
}
.nav.nav-tabs.calendar{
    padding-bottom: 25px;
    padding-top: 15px;
    border: none;
}
.calendar .nav-item .day:hover{
    border-color: #163E70;
    border-right-style: solid;
}
.calendar .nav-item .day{
    height: 80px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    border-color: #dddfe3;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
}
.calendar .active .day {
    border-color: #163E70;
    border-radius: 4px 4px 0 0;
}
.calendar .nav-item.active{
    background-color: #163E70;
    border-color: #163E70;
    border-radius: 4px 4px 0 0;
}
.calendar .nav-item.active .day div{
    background-color: #163E70;
    color: #fff;
}
.weeks{
    color: #163E70;
    font-size: 18px;
    padding: 10px;
    text-align: right;
}

.search-text{
    cursor: pointer;
}
.doctor-row{
    padding-bottom: 20px;
}
.row.mobile{
    display: none;
}
.mobile .mobile-btn.active{
    color: #163E70;
}
.appointment-specialist-spec{
    color: #979797;
}

.calendar .nav-item{
    min-width: 120px;
}
.btn-reset{
    display: none;
    position: absolute;
    height: 30px;
    width: 20px;
    top: 8px;
    right: 10px;
    font-size: 16px;
    z-index: 100;
    cursor: pointer;
    background: transparent;
    color: #163E70;
}
.js-service-description{
    display: none;
}

.success-msg{
    padding: 20px 0;
    font-size: 17px;
}

label.error{
    color: red;
}

.appointment-checkbox{
    padding-top: 10px;
}
.appointment-checkbox label:before{
    top: -2px !important;
}

@media (max-width: 767px) {
    .nav-tabs {
        background: none !important;
    }
}
@media(max-width: 992px) {
    .weeks{
        text-align: left;
    }
    .personal-block{
        padding: 0 15px;
    }
    .appointment-form{
        padding: 15px 15px;
    }
    .calendar .date {
        font-size: 12px;
    }

    .row.mobile {
        display: block;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .personal-block.mobile {
        display: none;
    }

    #myTab a.nav-link span {
        display: none;
    }

    .appointment-specialist-photo {
        max-height: 100px;
        max-width: 100px;
    }

    .appointment-specialist-name {
        font-size: 16px;
        font-weight: bold;
    }

    .appointment-specialist-experience, .appointment-specialist-spec, .appointment-specialist-service {
        font-size: 12px;
        font-weight: 400;
    }

    .wrap-lists .wrap-list_data .list_data-item.search-text {
        font-size: 14px;
    }

    .time {
        width: 65px;
    }

    .appointment-date-finish {
        font-size: 24px;
    }

    .appointment-price {
        padding-bottom: 10px;
    }

    .appointment-price span {
        font-size: 14px;
    }

    .pdl-25 {
        padding-left: 25px !important;
    }

    .mobile .form_radio_btn label.doctor, .mobile .form_radio_btn label.spec  {
        height: 40px;
        padding: 0 5px;
        line-height: 40px;
        width: 120px;
    }
    .mobile .form_radio_btn label {
        display: inline-block;
        cursor: pointer;
        line-height: 30px;
        color: #163E70;
        font-size: 14px;
        height: 30px;
        text-align: center;
        border: 1px solid #979797;
        border-radius: 6px;
        user-select: none;
        background: #fff;
    }
    .lh-30{
        height: 30px;
        line-height: 30px;
    }

    .calendar .nav-item .day {
        height: 67px;
    }
    .wrap-lists .wrap-list_data .list_data {
        height: 530px;
    }
    .calendar .nav-tabs{
        margin-right: 0px;
    }
}

label.error {display:none;}
.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f1f1f1;
    padding-top: 30px;
}



details.appointment-prepare {
    margin: 24px 0;
    border-radius: 16px;
    border: 1px solid #ebccd1;
    cursor: pointer;
}

details.appointment-prepare > summary.appointment-prepare__title {
    padding: 16px;
    position: relative;
    color: #333;
    font-weight: 600;
}

details.appointment-prepare > summary.appointment-prepare__title::after {
    position: absolute;
    content: '';
    top: 22px;
    right: 16px;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #595959;
    transform-origin: center;
}

details.appointment-prepare > div.appointment-prepare__text {
    padding: 16px;
    cursor: auto;
}

details.appointment-prepare:not([open]) {

}

details.appointment-prepare:not([open]):hover {
    background: #efefef;
}

details.appointment-prepare[open] > summary.appointment-prepare__title::after {
    top: 12px;
    transform: rotate(-180deg);
}



    details.appointment-prepare {
        background: #f2dede;
        color: #a94442;
    }

    details.appointment-prepare:not([open]):hover {
        background: #efd5d5;
    }

    details.appointment-prepare > summary.appointment-prepare__title {
        color: #a94442;
    }

    details.appointment-prepare > summary.appointment-prepare__title::after {
        border-top-color: #a94442;
    }

    details.appointment-prepare[open] {
        background: #fff;
        color: #000;
    }

    details.appointment-prepare[open] > summary.appointment-prepare__title {
        color: #000;
    }

    details.appointment-prepare[open] > summary.appointment-prepare__title::after {
        border-top-color: #000;
    }


/* End */
/* /local/components/skamedialog/appointment.add/templates/.default/style.css?176517988210852 */
