.logout{
    font-size: 12px;
    padding: 11px 5px;
}

.login-form{
    max-width: 450px;
    margin: 25px auto
}

.onboarding{
    min-height: 100px;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
}
.onboarding h3{
    color: #000000;
    margin-bottom: 15px;
}
.onboarding p{
    color: #888;
    margin-top: 0;
}
.onboarding .language{
    font-weight: 700;
    font-size: 20px;
    color: #888;
    padding: 15px;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.onboarding .language-link{
    width: 100%;
}

.onboarding .language:hover {
    background-color: #e3f3fe;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}
.onboarding .not{
    color: #2ed3ae;
    font-size: 14px;

}

.onboarding .test-question{
    text-align: left;
    font-size: 18px;
    color: #888;
    margin: 15px 0;
}
.onboarding .test-answers-item{
    font-weight: 700;
    font-size: 16px;
    color: #888;
    padding: 8px 25px;
    margin: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.onboarding .test-answers-item.active,
.onboarding .test-answers-item:hover {
    background-color: #2ed3ae;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.02);
    cursor: pointer;
    color: #ffffff;
}
.onboarding .test-answers-item input{
    display: none !important;
}
.onboarding .button-primary {
    color: #fff;
    background-color: #2ed3ae;
    border-color: #2ed3ae;
}
.onboarding hr{
    margin: 30px 0;
}
.onboarding .skip-btn{
    color: #000000 !important;
    font-size: 16px;
    margin-left: 25px;
}

.page-apply{
    margin: 20px 0 40px 0;
}

.image-preview{
    margin-bottom: 10px;
}
.image-description{
    font-size: 14px;
}

.file_uploaded_success,
.ID_uploaded_success{
    display: none;
}

.alert{
    margin-top: 20px;
}
.page-header{
    margin: 0 !important;
    border-bottom: none !important;
}

.modal-cropper .btn{
    padding: 6px 12px !important;
}
.modal-cropper .modal-footer *{
    font-size: 14px !important;
}


*+.form-wrap{
    margin:  0 0 20px 0;
}

#consulting_agreementModal .modal-footer{
    display: block;
}
#consulting_agreementModal .modal-footer .button{
    margin: 0;
}
.accept_agreement-content{
    margin: 10px 0 0 0;
}
button[disabled], html input[disabled]{
    cursor: not-allowed;
}
.additional-languages-block{
    margin-bottom: 20px;
}
.additional-languages-block .add-additional-language{
    font-size: 14px;
}
.additional-languages-block .remove-additional-language{
    padding: 5px;
    margin-top: 12px;
}
.additional-languages-block .row{
    margin: 0 -15px;
}
.additional-languages-block .row>[class*=col-]{
    padding: 0 15px;
}

.rd-navbar-items-list.rd-navbar-nav{
    padding-right: 13px !important;
}
i{
    font-style: normal;
}
.profile-dropdown,
.languages-dropdown,
.currencies-dropdown{
    margin-top: 17px !important;
    left: unset !important;
    right: 0 !important;
    width: 155px !important;
}
.currencies-dropdown{
    width: 65px !important;
    padding: 10px !important;
}

.currencies-dropdown li{
    text-align: center;
    text-transform: uppercase;
}
.profile-page .thumbnail-classic-minimal img {
    background: #f7f7f9;
}
.profile-page .section-lg{
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

.profile-page #cropper-select-button-image_cropper{
    margin-top: 15px;
}
.profile-page .image-description{
    line-height: 18px;
}
.profile-page .cropper-result{
    border: none;
    background: none;
}
.profile-page #cropper-image-image_cropper{
    border-radius: 50%!important;
}
.profile-page #cropper-result-image_cropper{
    margin: 0 auto;
}

.hidden{
    display: none;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.profile-left-menu{
    padding-top: 10px;
}
.profile-left-menu li.active a{
    color: #000;
}

.product-list .product-categories li{
    font-size: 14px;
}
.product-list .product-categories li:first-child:after{
    content: ':';
}
.product-list .view-profile{
    margin-top: 20px;
}

.product-list .product-text{
    max-height: 75px;
    overflow: hidden;
}
.product-list .product-text.opened{
    max-height: none;
}

.product-list .teacher-info{
    margin: 10px 10px 0 0;
    background: #f8f8f8;
    display: inline-block;
    padding: 5px;
}
.product-list .teacher-info td{
    padding: 5px 8px;
    font-size: 12px;
}
.product-list .teacher-info tr:first-child td:last-child{
    padding-bottom: 0;
}

.product-list .teacher-info tr:last-child td{
    padding-top: 0;
}

.product-list .teacher-info.teacher-lessons i{
    color: #2ed3ae;
    font-size: 24px;
}

.product-list .product-price span{
    text-transform: uppercase;
}
.product-list .product-price span:before{
    content: '';
}
.logout{
    padding: 0;
}
.logout button{
    color: #000000;
    padding: 0;
}
.logout button:hover{
    color: #2ed3ae;
}

.box-comment__body .review-text{
    max-height: 75px;
    overflow: hidden;
}
.box-comment__body .review-text.opened{
    max-height: none;
}

.review-list-view{
    margin-top: 32px;
}

.review-list-view .pagination-classic{
    text-align: right;
    margin-top: 20px;
}

.review-form .rating-list li:hover{
    cursor: pointer;
}

.thumb-corporate__caption .thumb__subtitle img{
    width: auto;
}

.page .button-primary.skype-btn i{
    position: relative;
    top: -.15em;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.85em;
    line-height: 0;
}
.page .button-primary.skype-btn{
    background-color: #00aff0;
    border-color: #00aff0;
}

.Calendar--control--prev.slick-disabled{
    cursor: not-allowed;
    color: #868e96;
    pointer-events: none;
}

.profile-image{
    margin-bottom: 23px;
    text-align: center;
}

.Calendar--control-container{
    padding: 0 100px;
}

.Calendar--control{
    position: relative;
}
.Calendar--control--prev{
    position: absolute;
    left: 0;
}
.Calendar--control--next,.next-week{
    position: absolute;
    right: 0;
    top: 0;
}
.error-payment-page i{
    color: #d43f3a;
    font-size: 66px;
}
.success-payment-page{
    color: #3bb85c;
    font-size: 66px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2ed3ae;
}

.profile-dropdown{
    padding: 20px 15px !important;
    min-width: 170px;
}
.pay-button{
    margin: 0;
}
.wallet-page{
    margin-bottom: 45px
}
.operations-history{
    padding: 0 0 0 15px;
}
.operations-history p{
    margin-bottom: 15px;
    font-size: 22px;
}

.operations-history table tr th, .operations-history table tr th a{
    color: #888 !important;
    pointer-events: none;
    font-size: 14px;
}
.operations-history table tr td{
    font-size: 14px;
}

.operations-history table tr td span.minus {
    color: #d9534f;
}
.operations-history table tr td span.plus {
    color: #5cb85c;
}
.field-transactionform-amount{
    margin-bottom: 0;
}

.pay-info-text{
    font-size: 12px;
}

.available-schedule:hover{
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border: 1px solid #2ed3ae !important;
    background-color: #2ed3ae !important;
    cursor: pointer;
    color: #fff !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.Calendar--cell.CalendarCell span{
    display: none;
}
.available-schedule:hover span{
    display: inline-block;
}

#lesson_agree_button{
    margin-top: 0;
}

.teacher-transactions .row{
    margin-top: 0;
}

.linear-icon-skype:before {
    content: "\f17e";
    font-weight: 400;
    font-family: fontawesome;
}

.skype-button{
    margin: 10px 15px;
    padding: 5px;
}
.skype-button span{
    display: block !important;
}
.panel-body{
    padding: 0;
}

.schedule-explain-text{
    margin: 40px 0 20px 0;
}

.section-divided__main{
    margin-bottom: 200px !important;
}
.languages img{
    width: 20px;
    height: auto;
}
.languageToTeach-image{
    width: 50px;
    height: auto;
}


.teacher-image img{
    width: 300px;
    height: auto;
}
.review-image img{
    width: 70px;
    height: auto;
}
.onboarding-img img{
    width: 45px;
    height: auto;
}
.profile-image img{
    width: 45px;
    height: auto;
}
.find-teachers a{
    display: flex;
    align-items: center;
}
.find-teachers a img{
    margin-right: 15px;
}

@media(max-width:1200px){
    .profile-dropdown, .languages-dropdown, .currencies-dropdown{
        width: auto !important;
    }
    .profile-dropdown li a{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rd-navbar-fixed .rd-navbar-nav li>a{
        padding: 11px 18px;
    }
    .login-form{
        padding: 0 15px;
    }

}

@media(max-width:768px){
    .Calendar .Calendar--table .Calendar--table--legend,.Calendar .Calendar--header .Calendar--header--legend{
        width: 48px;
        flex: none;
    }
    .Calendar--cell.CalendarCell span{
        font-size: 8px;
    }
    .Calendar-date span{
        font-size: 8px;
    }
    .date_range_1, .date_range_2{
        display: block;
    }
}
@media(max-width:500px){
    .Calendar--control-container{
        padding: 0;
    }

}
