@font-face {
    font-family: open_sansregular;
    src: url(../fonts/opensans-regular-webfont.woff2) format("woff2"),url(../fonts/opensans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.gstatic.com/s/opensans/v27/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2'), url('https://fonts.gstatic.com/s/opensans/v27/mem8YaGs126MiZpBA-UFVZ0e.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}*/


@font-face {
    font-family: open_sansbold;
    src: url(../fonts/opensans-bold-webfont.woff2) format("woff2"),url(../fonts/opensans-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: open_sanssemibold;
    src: url(../fonts/opensans-semibold-webfont.woff2) format("woff2"),url(../fonts/opensans-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}



/* Define the font-face rule for the font */
/*@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('https://fonts.gstatic.com/s/opensans/v27/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}*/


@font-face {
    font-family: open_sanslight;
    src: url(../fonts/opensans-light-webfont.woff2) format("woff2"),url(../fonts/opensans-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat-regular-webfont.woff2) format("woff2"),url(../fonts/montserrat-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratsemibold;
    src: url(../fonts/montserrat-semibold-webfont.woff2) format("woff2"),url(../fonts/montserrat-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-control, body, input {
    font-family: open_sansregular;
}

.form-control, input {
    border: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #121718;
}

.form-section ::-webkit-input-placeholder {
    font-size: 16px;
    color: #121718;
    font-family: open_sansregular;
}

.form-section ::-moz-placeholder {
    font-size: 16px;
    color: #121718;
    font-family: open_sansregular;
}

.form-section :-ms-input-placeholder {
    font-size: 16px;
    color: #121718;
    font-family: open_sansregular;
}

.form-section :-moz-placeholder {
    font-size: 16px;
    color: #121718;
    font-family: open_sansregular;
}

.form-control:focus {
    border: 1px solid #d7d7d7;
    outline: 0;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

    select.form-control {
        color: #121718;
    }

.arrow-down {
    position: relative;
}

    .arrow-down:before {
        content: "";
        position: absolute;
        background: url(images/dropDown.png);
        width: 15px;
        height: 12px;
        background-repeat: no-repeat;
        top: 44px;
        right: 20px;
        pointer-events: none;
    }

/*.form-group {
    margin-bottom: 0;
}*/

.user-info #notification-div {
    line-height: 4em;
    width: 300px;
}

.error {
    position: relative;
}

    .error .erroe-section {
        position: absolute;
        width: 100%;
    }

    .error input, .error select, .error textArea {
        border: 1px solid #f17775;
    }

.error-msg {
    color: #FF6A14;
    font-size: 11px;
}

.has-error input, .has-error select, .has-error textArea {
    border: 1px solid #f17775 !important;
}

.help-block {
    color: #FF6A14 !important;
    font-size: 11px;
}

.varify-msg {
    color: #ff6a14;
    font-size: 11px;
    padding-top: 3px;
}

    .varify-msg a {
        text-decoration: underline;
    }

.verified .verified-icon {
    color: #16d08a;
    font-size: 11px;
    padding-top: 2px;
}

    .verified .verified-icon span {
        display: inline-block;
        padding-right: 5px;
    }

.signin.btn {
    height: 34px;
    border-radius: 100px;
    background-color: #ff6a14;
    font-size: 13px;
    color: #fff;
    padding: 6px 27px;
}

    .register.btn:focus, .signin.btn:focus {
        outline: none;
    }

    /*.signin.btn:hover {
        background: rgba(30,130,235,.9);
    }*/

    .signin.btn:hover {
        background: #000;
    }

    .registerbottom .signin.btn span, .signin.btn span {
        display: inline-block;
        padding-right: 8px;
    }

.registerbottom .signin.btn span {
    position: relative;
    bottom: 2px;
}

.register.btn {
    height: 34px;
    border-radius: 100px;
    background-color: transparent;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ff6a14;
    color: #ff6a14;
    padding: 6px 24px 6px 50px;
}

    .register.btn span {
        display: inline-block;
        padding-right: 8px;
    }

    .register.btn:hover {
        background-color: #ff6a14;
        color: #fff;
    }

.inactive-btn {
    height: 34px;
    border-radius: 100px;
    background-color: #FF6A14;
    padding: 6px 32px;
    font-size: 13px;
    color: #fff;
}

    .inactive-btn.btn:active:focus, .inactive-btn.btn:focus, .inactive-btn.btn:hover {
        outline: none;
        outline-offset: 0;
        box-shadow: none;
        color: #fff;
    }

@media (min-width: 768px) {
    .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.content-container {
    background: #fff;
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-container h2 {
    font-family: open_sanssemibold;
    color: #ff6a14;
    text-align: center;
    padding-bottom: 30px;
    font-size: 23px;
}

.registration-links-container {
    margin: 90px 0;
}

    .registration-links-container a {
        color: #121718;
        font-size: 13px;
    }

.SignIn {
    height: 100vh;
    padding: 66px 0;
}

.Signwrapper {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
}


.right-Section {
    width: 754px;
    background: #fff;
    padding: 0 166px;
}

.left-img {
    background: url('images/bg-signin.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.signin-log {
    position: absolute;
    top: 30px;
    left: 30px;
}

.right-Section {
    padding-top: 30px;
    position: relative;
    padding-bottom: 16px;
    height: 80vh;
}

.Signwrapper .right-Section {
    overflow: hidden;
    overflow-y: auto;
}

    .Signwrapper .right-Section .form-section {
        position: relative;
        min-height: calc(100% - 85px);
        padding-bottom: 90px;
    }

.right-Section h2 {
    font-family: open_sanssemibold;
    color: #ff6a14;
    text-align: center;
    padding-bottom: 30px;
    font-size: 23px;
}

.form-section label {
    color: #121718;
    font-size: 16px;
    font-weight: 400;
}

.forget-link {
    text-align: right;
    padding-top: 6px;
}

    .forget-link a {
        font-size: 11px;
        color: #FF6A14;
        text-decoration: underline;
    }

.form-section .margin-btm-30 {
    margin-bottom: 30px;
}

.privacy-section {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    padding-top: 52px;
}

    .privacy-section a {
        font-size: 12px;
        color: #ff6a14;
        text-decoration: none;
        align-self: center;
        -webkit-align-self: center;
        -moz-align-self: center;
        -o-align-self: center;
        font-family: open_sanssemibold;
    }

.register-section {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
}

    .register-section a {
        text-decoration: none;
        color: #121718;
        font-size: 13px;
        padding-right: 8px;
    }

    /*.register-section .register.icon:before {
       background-image: url(../img/signIn/Register_Blue.png);
    }*/


    .register-section .register.icon:before {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 18L17 18M17 18L14 18M17 18V15M17 18V21M11 21H4C4 17.134 7.13401 14 11 14C11.695 14 12.3663 14.1013 13 14.2899M15 7C15 9.20914 13.2091 11 11 11C8.79086 11 7 9.20914 7 7C7 4.79086 8.79086 3 11 3C13.2091 3 15 4.79086 15 7Z"/></svg>');
        /* Add any additional styling you need */
    }


    .register-section .register.icon:before, .register-section .register.icon:hover:before {
        position: absolute;
        content: "";
        width: 18px;
        height: 20px;
        background-repeat: no-repeat;
        left: 24px;
        top: 9px;
    }

    .register-section .register.icon:hover:before {
        /*background-image: url(../img/signIn/Register_white.png);*/
    }

.SignIn.signup {
    background: url('images/bg-signin.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#ascrail2000 {
    background: #fff !important;
}

.SignIn.signup .right-Section {
    padding: 30px 50px;
}

.SignIn.signup .left-img {
    background: url(../img/signupbg.png);
    background-size: cover;
}

.fileUpload-area {
    background: transparent;
}

.upload-btn.vit {
    text-align: center;
    padding-top: 55px;
}

.vit_upload {
    height: 100%;
}

.fileUpload-area .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

    .fileUpload-area .upload-btn-wrapper .upload-btn {
        border: 1px dashed #979797;
        background-color: transparent;
        padding: 55px 20px 8px;
        line-height: 21px;
        width: 100%;
        text-transform: capitalize;
        height: 45px;
        font-size: 15px;
        font-family: open_sanssemibold;
        color: #ff6a14;
        cursor: pointer;
    }

    .fileUpload-area .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 20px;
        opacity: 0;
        cursor: pointer;
    }

    .fileUpload-area .upload-btn-wrapper .upload-btn:hover {
        color: #ff6a14;
        text-decoration: none;
        cursor: pointer;
    }

.form-section label span.red {
    color: #FF6A14;
    font-size: 12px;
    font-weight: bold;
}

.registerbottom .signin p {
    display: inline-block;
    font-size: 13px;
    color: #121718;
    padding-right: 5px;
}

.registerbottom {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    padding-top: 20px;
}

.policy-privacy {
    text-align: center;
    padding-top: 32px;
}

    .policy-privacy a {
        font-size: 13px;
        font-family: open_sanssemibold;
        color: #ff6a14;
        padding-bottom: 15px;
        text-decoration: none;
    }

.register.icon {
    position: relative;
    transition: all .3s;
}

    /*.register.icon:before {
        background-image: url(../img/Sign_in-blue.png);
    }*/
    .register.icon:before {
        content: "";
        display: inline-block;
        width: 10px; /* Set the desired width */
        height: 10signpx; /* Set the desired height */
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 18L17 18M17 18L14 18M17 18V15M17 18V21M11 21H4C4 17.134 7.13401 14 11 14C11.695 14 12.3663 14.1013 13 14.2899M15 7C15 9.20914 13.2091 11 11 11C8.79086 11 7 9.20914 7 7C7 4.79086 8.79086 3 11 3C13.2091 3 15 4.79086 15 7Z"/></svg>') center/cover no-repeat;
        /* Add any additional styling you need */
    }


    .register.icon:before, .register.icon:hover:before {
        position: absolute;
        content: "";
        width: 18px;
        height: 20px;
        background-repeat: no-repeat;
        left: 24px;
        top: 7px;
    }

    .register.icon:hover:before {
        /*background-image: url(../img/Sign_in.png);*/
    }

.blue {
    color: #ff6a14;
}
/*20240220*/
.navbar-inverse {
    height: 65px;
    border: none;
    background-color: #454545 !important;
}

.user-info li {
    list-style: none;
}

.profile-info a span {
    /*color: #373a44;*/
    color: #F2F5F7 !important;
    font-size: 14px;
    font-family: montserratsemibold;
    padding-right: 30px;
}

.user-info li {
    display: inline-block;
    padding-left: 25px;
}

.user-info {
    line-height: 64px;
}

.check_superfund {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.user-info li a {
    position: relative;
    text-decoration: none;
}

.user-info .badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FF6A14;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: -8px;
    font-family: montserratregular;
}

.user-info.navbar-right {
    margin-right: 15px;
}

.profile-wrapper {
    background: #f7f7f7;
    padding-top: 65px;
    height: 100vh;
}

.content-area {
    min-height: 690px;
    margin-top: 10px;
    padding: 8px;
}

.right-call {
    background: #eaeef3;
}

.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.sidebar .nav > li > a:hover {
    color: #FF6A14;
}

.sidebar .nav > li:focus, .sidebar .nav > li:hover {
    background-color: #505050;
}

.sidebar .nav > li > a {
    position: relative;
    display: block;
    padding: 16px 20px 16px 60px;
    font-size: 15px;
    /*color: #121718;*/
    color: #F2F5F7 !important;
}

.sidebar .nav > li.active a {
    /*color: #FF6A14;*/
    background: linear-gradient(#454545,#454545),#454545;
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px;
    color: #F2F5F7 !important;
}

.sidebar .nav > li.active {
    background: #f2f2f2;
}

.sidebar li.Bookings:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -8px;*/
    background-position: -38px -8px;
}

.sidebar li.Bookings.active:before, .sidebar li.Bookings:hover:before {
    z-index: 9;
    background-position: -38px -8px;
}

.sidebar li.AvailableBookings:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -8px;*/
    background-position: -38px -8px;
}

.sidebar li.AvailableBookings.active:before, .sidebar li.AvailableBookings:hover:before {
    z-index: 9;
    background-position: -38px -8px;
}

.sidebar li.PreferredCRTs:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -353px;*/
    background-position: -38px -353px;
}

.sidebar li.PreferredCRTs.active:before, .sidebar li.PreferredCRTs:hover:before {
    z-index: 9;
    background-position: -38px -353px;
}

.sidebar li.Calendar:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -39px;*/
    background-position: -38px -38px;
}

.sidebar li.Calendar.active:before, .sidebar li.Calendar:hover:before {
    z-index: 9;
    background-position: -38px -38px;
}

.sidebar li.Profile:before {
    width: 22px;
    height: 26px;
    /*background-position: -8px -71px;*/
    background-position: -38px -71px;
}

.sidebar li.Profile.active:before, .sidebar li.Profile:hover:before {
    z-index: 9;
    background-position: -38px -71px;
}

.sidebar li.Resources:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -108px;*/
    background-position: -38px -107px;
}

.sidebar li.Resources.active:before, .sidebar li.Resources:hover:before {
    z-index: 9;
    background-position: -38px -107px;
}

.sidebar li.Preferences:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -383px;*/
    background-position: -38px -383px;
}

.sidebar li.Preferences.active:before, .sidebar li.Preferences:hover:before {
    z-index: 9;
    background-position: -38px -383px;
}

.sidebar li.Manage:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -135px;*/
    background-position: -38px -134px;
}

.sidebar li.Manage.active:before, .sidebar li.Manage:hover:before {
    background-position: -38px -134px;
}

.sidebar li.Condition:before {
    width: 22px;
    height: 22px;
    /*background-position: -8px -166px;*/
    background-position: -38px -166px;
}

.sidebar li.Condition.active:before, .sidebar li.Condition:hover:before {
    z-index: 9;
    background-position: -38px -166px;
}

.sidebar li.Timesheet:before {
    width: 22px;
    height: 23px;
    /*background-position: -8px -197px;*/
    background-position: -38px -197px;
}

.sidebar li.Timesheet.active:before, .sidebar li.Timesheet:hover:before {
    z-index: 9;
    background-position: -38px -197px;
}

.sidebar li:before, .sidebar li:hover:before {
    background: url(../img/sprite.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 20px;
    top: 16px;
}

.tab-section .nav-tabs {
    /*height: 60px;
    background-image: linear-gradient(270deg,#979797,#979797);
    padding-left: 152px;
    padding-top: 33px;*/
}

    .tab-section .nav-tabs > li > a {
        background-color: transparent;
        /*color: #fff;*/
        /*padding: 0 4px 3px;*/
        border-top: none;
        border-left: none;
        border-right: none;
        font-size: 15px;
        color: #121718;
        padding: 13px 15px 12px;
    }

    .tab-section .nav-tabs > li {
        /*padding-right: 56px;*/
    }

        .tab-section .nav-tabs > li:last-child {
            padding-right: 0;
        }

        .tab-section .nav-tabs > li.active > a, .tab-section .nav-tabs > li > a:focus, .tab-section .nav-tabs > li > a:hover {
            /*background-color: transparent;
            border-bottom: 3px solid #fff;
            border-bottom-color: #fff;
            color: #fff;*/
            /*padding: 0 4px 3px;*/
            /*border-top: none;
            border-left: none;
            border-right: none;
            font-size: 15px;*/
            padding: 13px 15px 12px;
            color: #ed6a23;
            font-weight: 600;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

.edit-profile-btn {
    position: absolute;
    top: 14px;
    right: 30px;
}

    .edit-profile-btn button {
        padding: 4px 20px 5px;
        background: #FF6A14;
        /*color: #12618d;*/
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        border-radius: 100px;
        box-shadow: none;
        outline: none;
        min-width: 120px;
        font-family: open_sansregular;
        transition: all .2s;
    }

        .edit-profile-btn button:hover {
            background: #ff6a14;
            color: #fff;
        }

    .edit-profile-btn a {
        padding: 6px 20px;
        background: #121718;
        color: #fff;
        /*background: #fff;
        color: #12618d;*/
        font-size: 15px;
        line-height: 15px;
        font-weight: 300;
        border-radius: 100px;
        box-shadow: none;
        outline: none;
        min-width: 120px;
        font-family: open_sansregular;
        transition: all .2s;
    }

        .edit-profile-btn a:hover {
            background: #000;
            color: #fff;
        }

    .edit-profile-btn .btn:active:focus, .edit-profile-btn .btn:focus {
        outline: none;
        outline-offset: 0;
        box-shadow: none;
    }

.user-profile {
    width: 81px;
    height: 81px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ff6a14;
    position: absolute;
    top: 18px;
    left: 45px;
    margin-top: 5%;
    background: #fff;
    /*border: 2px solid #ff6a14;*/
}

    .user-profile img {
        /*max-width: 100%;*/
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.tab-section .tab-content {
    padding-top: 66px;
    height: 77vh;
    padding-bottom: 90px;
}

.profile-wrapper .tab_edit_button .edit-profile-btn {
    top: 14px;
}

.profile-wrapper .area-pref-wrap .edit-profile-btn {
    top: 38px;
}

.imformation .placeholder {
    display: inline-block;
    min-width: 162px;
    max-width: 162px;
}

.name-detail {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    padding-bottom: 6px;
}

    .name-detail .placeholder {
        flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -o-flex: 1;
    }

    .name-detail .fill {
        flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -o-flex: 2;
    }

.tab-content .imformation {
    padding-left: 28px;
}

    .tab-content .imformation h3 {
        font-size: 17px;
        color: #FF6A14;
        font-weight: bold;
        margin: 0;
        padding-bottom: 40px;
    }

.name-detail .placeholder {
    color: #121718;
    font-size: 15px;
}

.name-detail .fill {
    color: #121718;
    font-size: 14px;
    font-family: open_sanssemibold;
    line-height: 26px;
    max-width: 354px;
}

.inactive-state {
    text-align: right;
    padding: 60px 30px 30px 0;
}

.right-wrap {
    border-left: 1px solid #ccc;
}

.heading-sec {
    margin-bottom: 18px;
}

    .heading-sec h2, .page-title h2 {
        font-size: 20px;
        font-family: open_sanssemibold;
        /*color: #fff;*/
        color: #121718 !important;
        position: relative;
        margin: 0;
    }

        .heading-sec h2:before {
            /*background: url(../img/sprite.png);*/
            content: "";
            position: absolute;
            background-repeat: no-repeat;
            left: -35px;
            top: -2px;
            width: 22px;
            height: 22px;
            /*background-position: -8px -228px;*/
            /*background-position: -38px -8px;*/
        }

.top-area {
    background-image: linear-gradient(270deg,#ff6a14,#fa8846);
    height: 305px;
}

.calender-sec .next-day {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #fff;
    padding-left: 45px;
}

.booking-date {
    padding: 12px 63px 0 15px;
}

.booking-date, .teacher-sec .form-group label {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
    align-self: center;
    margin: 0;
    min-width: 177px;
}

.teacher-sec .form-group label {
    padding: 0 63px 0 15px;
}

.TeachingArea label {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
    padding-left: 15px;
    padding-top: 4px;
}

    .TeachingArea label span {
        font-size: 12px;
        font-family: open_sansregular;
        display: block;
    }

.TeachingArea.mar-rt-10 label {
    padding-top: 12px;
    white-space: nowrap;
    padding-left: 0;
}

.teacher-sec.arrow-down:before {
    top: 15px;
}

.TeachingArea {
    padding-top: 30px;
}

    .TeachingArea.no-padding {
        padding: 0;
        border-left: 1px solid #ebebeb;
    }

.mar-rt-10 {
    margin-right: 10px;
}

.next-day {
    position: relative;
}

    .next-day:before {
        background: url(../img/sprite.png);
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        left: 10px;
        top: -2px;
        width: 22px;
        height: 22px;
        background-position: -8px -256px;
    }

.form-group.profile_image input {
    border: none;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    color: #454444;
    font-family: open_sanssemibold;
}

.calender-sec .form-group input {
    background: hsla(0,0%,100%,.08);
    padding: 8px 40px 8px 15px;
    width: 100%;
    color: #454444;
    font-family: open_sanssemibold;
}

.form-group .calendar {
    background: url(../img/sprite.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background-position: -8px -320px;
}

.edit-profile-date .calendar {
    right: 26px;
    top: 35px;
}

.calender-sec ::-webkit-input-placeholder {
    font-size: 15px;
    color: #121718;
    font-family: open_sanssemibold;
}

.calender-sec ::-moz-placeholder {
    font-size: 15px;
    color: #121718;
    font-family: open_sanssemibold;
}

.calender-sec :-ms-input-placeholder {
    font-size: 15px;
    color: #121718;
    font-family: open_sanssemibold;
}

.calender-sec :-o-placeholder {
    font-size: 15px;
    color: #121718;
    font-family: open_sanssemibold;
}

.date-feild {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
}

.mar-lt-30 {
    margin-left: 30px;
}

.form-btns {
    padding-top: 36px;
}

.booking .tab-section .nav-tabs {
    height: 60px;
    /*height: 103px;
    background-image: linear-gradient(270deg,#979797,#979797);
    padding-left: 15px;
    padding-top: 76px;*/
}

.tab-heading {
    position: absolute;
    top: 0;
}

    .tab-heading .heading-sec, .page-title {
        padding-top: 24px;
        border: none;
        margin-bottom: 18px;
    }

.booking .tab-section .tab-content {
    padding-top: 28px;
    height: 70vh;
}

.search {
    width: 88%;
    height: 45px;
    position: relative;
    left: 10px;
    float: left;
}

    .search input {
        float: Left;
        height: 45px;
        line-height: 18px;
        padding: 0 2px;
    }

    .search .btn, .search input {
        position: absolute;
        border-radius: 1px;
    }

    .search .btn {
        height: 30px;
        right: 0;
        top: 0;
        height: 45px;
        width: 88px;
        background: #ff6a14;
    }

input#search {
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    text-indent: 48px;
    background-position: 15px;
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

input#searchup {
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    text-indent: 48px;
    background-position: 15px;
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

input.search {
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    text-indent: 48px;
    background-position: 15px;
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

.search ::-webkit-input-placeholder {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

.search ::-moz-placeholder {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

.search :-ms-input-placeholder {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

.search :-o-placeholder {
    font-size: 15px;
    font-family: open_sanssemibold;
    color: #121718;
}

.filter {
    margin-left: 25px;
    margin-right: 15px;
}

    .filter a, .filter a:active, .filter a:active:focus, .filter a:active:hover, .filter a:focus, .filter a:hover {
        width: 98px;
        height: 45px;
        border-radius: 5px;
        background: transparent;
        border: 1px solid #d7d7d7;
        color: #121718;
        font-size: 15px;
        font-family: open_sanssemibold;
        padding: 13px 0 0 14px;
        position: relative;
    }

        .filter a span.icon {
            background-image: url(../img/filter.png);
            width: 16px;
            height: 14px;
            position: absolute;
            left: 16px;
            top: 16px;
        }

.search-sec {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
}

    .search-sec .search button {
        font-size: 15px;
        font-family: open_sanssemibold;
    }

.booking-table .table thead tr {
    height: 45px;
    background-image: linear-gradient(270deg,#979797,#979797);
}

    .booking-table .table thead tr th {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        padding-left: 16px;
        vertical-align: middle;
        border: none;
    }

.booking-table .table tbody tr td {
    font-size: 13px;
    color: #121718;
    height: 60px;
    vertical-align: middle;
    padding-left: 16px;
    border-bottom: 1px solid #dadada;
    padding-top: 0;
    padding-bottom: 0;
}

.booking-table {
    padding-top: 28px;
}

    .booking-table .table tbody tr td.status-icon {
        padding-left: 35px;
    }

.profile-wrapper.recentBooking {
    height: 100%;
    overflow-y: scroll;
}

.recentBooking .booking .tab-section .tab-content,
.page-content {
    height: 100%;
    /*border-left: 1px solid #979797;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;*/
    width: 100%;
    padding: 30px 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-top: -13px;
}

.page-content {
    margin-top: 0;
    padding: 20px 0;
}

/*.booking .tab-section {
    margin-top: 6%;
}*/

.table-indicator {
    background: #dadada;
    min-height: 45px;
    position: fixed;
    left: 230px;
    z-index: 999;
    bottom: 0;
    right: 30px;
    text-align: center;
}

    .table-indicator ul li {
        list-style: none;
        display: inline-block;
        line-height: 45px;
        padding-left: 68px;
    }

    .table-indicator ul .fist-sec li:first-child {
        padding-left: 20px;
    }

    .table-indicator ul li p {
        color: #000;
        font-size: 13px;
    }

    .table-indicator li {
        position: relative;
    }

        .table-indicator li.Not-Accept:before {
            content: "";
            position: absolute;
            background: url(../img/time.png);
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            top: 12px;
            left: -15px;
            pointer-events: none;
        }

        .table-indicator li.Accept:before {
            background: url(../img/complete.png);
            background-repeat: no-repeat;
        }

        .table-indicator li.Accept:before, .table-indicator li.Completed:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 12px;
            left: 33px;
            pointer-events: none;
        }

        .table-indicator li.Completed:before {
            background: url(../img/accept.png);
            background-repeat: no-repeat;
        }

        .table-indicator li.Not-Completed:before {
            content: "";
            position: absolute;
            background: url(../img/not-accept.png);
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            top: 12px;
            left: 33px;
            pointer-events: none;
        }

.booking-table .table, .booking .responsive-tabs-container .tab-pane {
    margin-bottom: 0;
}

.recentBooking .content-area {
    margin-bottom: 44px;
}

.recentBooking .edit-profile-btn {
    top: 38px;
}

.fist-sec, .sec-sec {
    display: inline-block;
}

.book-btn {
    height: 34px;
    border-radius: 100px;
    background-color: #ff6a14;
    width: 100px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-family: open_sanssemibold;
    outline: none;
}

    .book-btn.desabled {
        background-color: #a5a5a5;
        margin-right: 26px;
    }

.picture {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
}

    .picture img {
        max-width: 100%;
    }

.name-column {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

    .name-column p {
        padding-left: 15px;
        color: #121718;
        font-size: 13px;
        margin-bottom: 0;
    }

.star-mid {
    padding-left: 30px;
}

.booking-table .table thead tr th.pad-lt-26 {
    padding-left: 26px;
}

.booking-table .table tbody tr {
    background: #f7f7f7;
}

.booking-table.pad-bt-60 {
    padding-bottom: 60px;
}

.modal-header.custom-head {
    background-image: linear-gradient(270deg,#ff6a14,#fa8846);
    text-align: center;
    color: #fff;
}

    .modal-header.custom-head h4 {
        font-size: 15px;
    }

    /*.modal-header.custom-head .close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 15px;
        opacity: 1;
    }*/

.cus-rt-7 {
    padding-right: 7px;
}

.cus-lt-7 {
    padding-left: 7px;
}

.modal-wrapper .calender-feilds p {
    color: #121718;
    font-family: open_sanssemibold;
    font-size: 15px;
    padding-left: 12px;
    padding-bottom: 5px;
}

.modal-wrapper {
    padding: 15px;
    border-bottom: 1px solid #dadada;
    background: #f7f7f7;
}

.calender-feilds .arrow-down:before {
    top: 20px;
}

.modal-footer .book-btn {
    background-color: #ff6a14;
    width: 70px;
    font-family: open_sansregular;
}

    .modal-footer .book-btn.desabled {
        background-color: #a5a5a5;
        margin-right: 12px;
    }

.modal-footer {
    border: none;
}

    .modal-footer .form-btns {
        padding-top: 0;
    }

.manage-feild {
    padding: 0 26px 120px;
    border-left: 1px solid #ccc;
}

.info-wrapper {
    padding-left: 26px;
}

.peofile-editor .tab-section .tab-content {
    height: 100%;
}

.profile-wrapper.peofile-editor {
    height: 100vh;
    overflow-y: scroll;
}

.camra {
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    bottom: 0;
    display: none;
}

    .camra, .camra a {
        position: absolute;
    }

        .camra a {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.peofile-editor .tab-content .imformation h3 {
    padding-bottom: 20px;
}

.heading-sec h2.resource-icon:before {
    background-position: -67px -104px;
}

.folder {
    background: #ebebeb;
    border: 1px solid #979797;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    margin-bottom: 30px;
}

.folder-icon {
    height: 114px;
    text-align: center;
    display: flex;
}

    .folder-icon, .folder-icon img {
        align-self: center;
    }

.folder-text {
    height: 38px;
    background: #d8d8d8;
    text-align: center;
    line-height: 38px;
    color: #121718;
    font-size: 15px;
}

.Resource-wrap {
    padding: 0 10px;
}

.set-password .right-Section {
    width: 550px;
    background: #fff;
    padding: 0 65px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 3px 4px 4px 0 rgba(0,0,0,.5);
}

    .set-password .right-Section:before {
        content: "";
        height: 10px;
        opacity: .9;
        background-image: linear-gradient(269deg,#ff6a14,#3975cf 17%,#755b91 53%,#FF6A14);
        border: 1px solid #979797;
        width: 100%;
        position: absolute;
        left: 0;
        top: -6px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .set-password .right-Section h2 {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .set-password .right-Section p {
        text-align: center;
        font-size: 14px;
        color: #121718;
    }

.set-password .form-section {
    padding-top: 20px;
}

.submit-wrap {
    padding-top: 30px;
    text-align: right;
}

.forgot_button {
    margin-bottom: 12px;
}

.service-policy {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 15px;
}

    .service-policy a {
        color: #ff6a14;
        font-size: 12px;
        font-family: open_sanssemibold;
        padding-bottom: 15px;
    }

.set-password .right-Section {
    height: auto;
}

.set-password {
    display: flex;
}

.vertical-center {
    align-self: center;
}

.set-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: "";
        height: 100%;
        margin-right: -4px;
    }

    .modal-dialog, .modal:before {
        display: inline-block;
        vertical-align: middle;
    }

.modal-dialog {
    text-align: left;
}

.popup-content {
    padding: 42px 60px;
}

.verify-code {
    text-align: center;
}

    .verify-code input {
        width: 45px;
        margin-right: 12px;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
        outline: none;
    }

        .verify-code input:last-child {
            margin-right: 0;
        }

.popup-content h3 {
    color: #ff6a14;
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-family: open_sanssemibold;
}

.popup-content p {
    color: #121718;
    text-align: center;
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 13px;
}

.popup-content button {
    margin-top: 22px;
}

.popup-content a {
    display: block;
    padding-top: 22px;
    text-decoration: underline;
    color: #ff6a14;
    font-size: 11px;
}

.modal-content {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.upload-wrap {
    padding: 0 30px;
}

    .upload-wrap h3 {
        color: #FF6A14;
        font-size: 20px;
        margin: 0;
        padding-bottom: 20px;
    }

        .upload-wrap h3 span {
            color: #ff6a14;
            font-size: 15px;
        }

    .upload-wrap .fileUpload-area .upload-btn-wrapper .upload-btn {
        height: 135px;
    }

#school_logo {
    border: none;
    height: auto;
}

.upload-wrap label {
    font-size: 14px;
    color: #121718;
    font-weight: 400;
}

.upload-wrap .fileUpload-area .upload-btn-wrapper .upload-btn {
    color: #FF6A14;
    font-size: 18px;
    font-family: open_sanssemibold;
    text-decoration: underline;
    border: 1px dashed #d7d7d7;
    cursor: pointer;
}

    .upload-wrap .fileUpload-area .upload-btn-wrapper .upload-btn a {
        color: #FF6A14;
    }

.upload-wrap .fileUpload-area .upload-btn-wrapper .uploaded a {
    color: #ff6a14;
}

.upload-wrap .fileUpload-area {
    margin-bottom: 30px;
}

.booking_from_date, .booking_to_date {
    font-weight: 700;
}

.area-pref-wrap .container-outer {
    padding-right: 530px;
    position: relative;
}

.area-pref-wrap .iframeOuter {
    position: absolute;
    right: 30px;
    border: 1px solid #cbcbcb;
    padding: 12px;
    top: 45px;
    width: 500px;
    height: 566px;
}

.area-pref-wrap .tab-heading .heading-sec {
    margin: 0 0 30px;
    position: relative;
    padding: 23px 50px;
}

.user-info .dropdown-menu > li {
    padding-left: 0;
}

.recentBooking .booking.fcBox .tab-section .tab-content.manage_booking #calendar {
    border-top: 60px solid #979797;
    padding-top: 30px;
    margin-top: 15px;
}

.profile-info a span.header_profile_img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    background: #fff;
}

span.header_profile_img img {
    /*vertical-align: top;*/
    vertical-align: super;
    border-radius: 0;
    width: auto !important;
    /*width: 100% !important;*/
    max-width: 100%;
    /*height: 100%;*/
}

.area-pref-wrap .tab-heading {
    position: static;
    background-image: linear-gradient(270deg,#ff6a14,#fa8846);
    height: 103px;
    padding-top: 0;
    margin-bottom: 20px;
}

.heading-sec h2.calendar-icon:before {
    /*background-position: -99px -39px;*/
}

.heading-sec h2.book-icon:before {
    /*background-position: -99px -7px;*/
}

.heading-sec h2.fav-icon:before {
    /*background-position: -98px -352px;*/
}

.heading-sec h2.area-icon:before {
    /*background-position: -98px -135px;*/
}

.heading-sec h2.time-icon:before {
    /*background-position: -98px -195px;*/
    height: 25px;
}

/*20240220*/
@media (min-width:768px) {
    .sidebar {
        position: fixed;
        top: 64px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        /*background-color: #fff;*/
        background-color: #454545;
        border-right: 1px solid #eee;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .modal-dialog {
        /*width: 363px;
        margin: 30px auto;*/
    }

    .table-indicator {
        height: auto;
        max-height: 150px;
        overflow: auto;
    }
}

@media (max-width:1200px) {
    .right-Section {
        width: 754px;
        background: #fff;
        padding: 48px 100px 0;
    }

    .privacy-section {
        padding-top: 24px;
    }

    .tab-section .nav-tabs > li {
        padding-right: 38px;
    }

    .area-list li {
        margin-bottom: 15px;
    }

    .area-pref-wrap .container-outer {
        padding-right: 350px;
    }

    .area-pref-wrap .iframeOuter {
        width: 320px;
        right: 15px;
        height: 400px;
    }

        .area-pref-wrap .iframeOuter iframe {
            width: 100%;
            height: 374px;
        }

    .area-pref-editWrap.area-pref-wrap ul.area-list:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        display: inline-block;
        background-color: #d8d8d8;
    }
}

@media (max-width:1280px) {
    .signup .right-Section {
        overflow-y: auto !important;
    }

    .SignIn.set-password .container {
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width:992px) {
    .set-logo {
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translate(-50%);
    }

    .set-password .right-Section {
        margin-top: 75px;
        width: 100%;
        padding: 0 30px;
    }

    .left-img img {
        max-width: 300px;
    }

    .right-Section {
        padding: 48px 48px 0;
    }

        .right-Section h2 {
            padding-bottom: 20px;
        }

    .register-section {
        text-align: center;
        width: 100%;
    }

    .left-img {
        width: 300px;
    }

    .right-Section {
        padding: 48px 48px 20px;
        margin-top: 45px;
    }

    .left-img {
        width: auto;
        position: static;
    }

    .signin-log {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-section .nav-tabs {
        height: 85px;
        padding-left: 125px;
        padding-top: 58px;
    }

    .edit-profile-btn {
        bottom: 74px;
        height: 40px;
    }

    .user-profile {
        top: 42px;
    }

    .tab-section .nav-tabs > li {
        padding-right: 10px;
    }

    .right-wrap {
        border-left: none;
    }

    .booking-table .table tbody tr td.status-icon {
        padding-left: 28px;
    }

    .table-indicator {
        left: 27%;
        width: calc(73% - 16px);
    }

        .table-indicator ul li {
            list-style: none;
            display: inline-block;
            line-height: 45px;
            padding-left: 40px;
        }

        .table-indicator li.Accept:before, .table-indicator li.Completed:before, .table-indicator li.Not-Completed:before {
            left: 6px;
        }

    .mar-rt-10 {
        margin-right: 0;
        margin-top: 15px;
    }

    .manage-feild {
        border-left: none;
    }

    .info-wrapper {
        padding-right: 26px;
    }

    .area-list li {
        margin-bottom: 15px;
    }

    .area-pref-wrap .container-outer {
        padding-right: 280px;
    }

    .area-pref-wrap .iframeOuter {
        width: 250px;
        height: 400px;
        right: 15px;
    }

        .area-pref-wrap .iframeOuter iframe {
            width: 100%;
            height: 374px;
        }

    .calender-sec, .TeachingArea.no-padding {
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .collapse {
        height: auto !important;
    }

    #past_filter_button, #recent_filter_button {
        display: none;
    }

    .edusubjects {
        position: relative;
        top: -19px;
        margin-top: 0;
    }

    .collapse.in, .collapsing {
        display: none;
    }

    .collapse {
        display: block;
    }

    .SignIn {
        height: 100%;
    }

    .modal-dialog {
        margin: 10px auto;
        position: relative;
        width: 363px;
    }

    .booking.resourse-wrap .tab-section .tab-content {
        padding-top: 20px;
    }

    .modal-wrapper .form-group .calendar {
        top: 10px;
    }

    #myModal {
        padding-right: 0 !important;
    }

    .ui-slider-pips .ui-slider-pip:after {
        width: 48px;
    }

    .responsive-tabs-container {
        padding-top: 45px;
    }

    .user-profile {
        top: 25px;
        left: 50%;
        transform: translate(-50%);
    }

    .edit-profile-btn {
        top: 105px;
        left: auto;
        right: 30px;
        transform: translate(0);
        right: 33px;
    }

    .profile-wrapper .tab_edit_button .edit-profile-btn.resp-btn, .recentBooking .edit-profile-btn.resp-btn {
        /*top: 120px !important;
        left: 50%;
        right: auto !important;
        transform: translate(-50%);*/
    }

    .edit-profile-btn a, .edit-profile-btn button, .edit-profile-btn button:hover {
        padding: 4px 20px 5px;
        background: #ff6a14;
        color: #fff;
        font-size: 15px;
    }

    .tab-section .tab-content {
        padding-top: 125px;
    }

    .crt_edit .tab-section .tab-content {
        padding-top: 74px;
    }

    .tab-section .responsive-tabs-container .accordion-link {
        margin-bottom: 10px;
        padding: 10px 30px;
        background-color: #f5f5f5;
        border-radius: 0;
        border: 1px solid #ddd;
        color: #fff;
        background-image: linear-gradient(270deg,#ff6a14,#fa8846);
        font-size: 15px;
        text-decoration: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #ff6a14;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #8f8f8f;
    }

    .user-info #notification-div {
        left: auto;
        top: 100%;
        right: 0;
        /*width:*/
    }

    .user-info.navbar-right {
        margin-top: 8px;
        position: absolute;
        width: auto;
        right: 80px;
        top: -9px;
        display: inline-block;
        padding-left: 0;
    }

    .profile-info a span {
        color: #fff;
        display: none;
    }

    .booking-table {
        padding-top: 0;
        margin: 0 10px;
        width: calc(100% - 20px);
        margin-top: 20px;
    }

    .booking .edit-profile-btn {
        top: 38px;
    }

    .bookingaddextra .edit-profile-btn, .fcBox.booking .edit-profile-btn, .manage-resources .edit-profile-btn {
        top: 15px;
        right: 25px;
    }

        .bookingaddextra .edit-profile-btn a, .manage-resources .edit-profile-btn a {
            background: #12618d;
            color: #fff;
        }

    .search-sec {
        display: flex;
        flex-direction: column;
    }

    .filter {
        margin-left: 10px;
        margin-top: 15px;
    }

    input#search {
        background-image: url(../img/search.png);
        background-repeat: no-repeat;
        text-indent: 34px;
        background-position: 15px;
        font-size: 12px;
    }

    .search .btn {
        width: 60px;
    }

    .search-sec .search button {
        font-size: 12px;
    }

    .search ::-webkit-input-placeholder {
        font-size: 12px;
    }

    .search ::-moz-placeholder {
        font-size: 12px;
    }

    .search :-ms-input-placeholder {
        font-size: 12px;
    }

    .search :-o-placeholder {
        font-size: 12px;
    }

    .search {
        width: 96%;
    }

    .recentBooking .booking .tab-section .tab-content {
        height: 100%;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .tab-heading {
        position: absolute;
        top: 0;
        left: 55px;
        height: 30px;
    }

    .heading-sec h2 {
        color: #ff6a14;
    }

    .booking .tab-section .tab-content {
        padding-top: 20px;
    }

    .table-indicator {
        left: 0;
        width: 100%;
        position: relative;
    }

    .heading-sec {
        padding: 0;
    }

        .heading-sec h2 {
            font-size: 14px;
        }

    .fist-sec, .sec-sec {
        display: block;
    }

    .table-indicator ul li {
        line-height: 24px;
        padding-left: 40px;
        padding-top: 10px;
    }

    .fist-sec {
        padding-left: 20px;
    }

    .table-indicator {
        /*height: auto;*/
        display: none;
    }

        .table-indicator ul {
            padding: 0;
        }

    .thin-circle {
        margin-top: 5px !important;
    }

    .recentBooking .content-area {
        margin-bottom: 80px;
    }

    .TeachingArea label {
        padding-left: 0;
    }

    .calender-sec .form-group .input-group {
        margin-bottom: 10px;
        padding-top: 4px;
        width: 100%;
    }

    .form-group .calendar {
        top: 37px;
    }

    .calender-sec .form-group .calendar {
        top: 13px;
    }

    .booking-date {
        padding: 12px 65px 0 0;
    }

    .area-list li {
        margin-bottom: 15px;
    }

    .area-pref-wrap .container-outer {
        padding-right: 0;
    }

    .area-pref-wrap .iframeOuter {
        width: 100%;
        height: 400px;
        position: relative;
        border: none;
        top: auto;
        right: auto;
    }

        .area-pref-wrap .iframeOuter iframe {
            width: 100%;
            height: 374px;
        }

    .area-pref-wrap .tab-heading {
        position: absolute;
        left: 55px;
        transform: none;
        padding: 0;
        top: 3px;
    }

    .area-pref-wrap .edit-profile-btn a {
        background: #ff6a14;
        color: #fff;
    }

    .profile-wrapper .area-pref-wrap .edit-profile-btn {
        top: 14px;
        z-index: 999;
    }

    .area-pref-wrap .tab-heading .heading-sec {
        margin: 0;
        padding: 17px 15px;
    }

    .area-pref-wrap .tab-heading {
        background-image: none;
    }

    .heading-sec h2.calendar-icon:before {
        background-position: -127px -38px;
    }

    .heading-sec h2.book-icon:before, .heading-sec h2.newbook-icon:before {
        background-position: -128px -7px;
    }

    .heading-sec h2.resource-icon:before {
        background-position: -128px -105px;
    }

    .heading-sec h2.area-icon:before {
        background-position: -128px -134px;
    }

    .heading-sec h2.fav-icon:before {
        background-position: -128px -352px;
    }

    .heading-sec h2.time-icon:before {
        background-position: -128px -195px;
        height: 25px;
    }
}

@media (max-width:520px) {
    .register-section {
        text-align: center;
        width: 100%;
        position: static;
        transform: none;
    }

    .registerbottom {
        display: block;
        text-align: center;
    }

        .registerbottom .register-btn {
            margin-top: 20px;
        }

    .register-section a {
        display: block;
        margin: 10px;
        max-width: 212px;
        text-align: center;
        padding: 0;
        margin: 14px auto;
    }

    .Signwrapper .right-Section .form-section br {
        display: none;
    }

    .Signwrapper .right-Section .form-section {
        padding-bottom: 0;
    }

    .Signwrapper .right-Section {
        padding-bottom: 20px;
    }

    .fcBox .tab-heading {
        left: 65px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }

    .recentBooking .booking.fcBox .tab-section .tab-content.manage_booking {
        margin-top: 55px;
        position: relative;
    }

    .fc-toolbar .fc-right {
        top: -100px;
    }

    .fcBox .fc-toolbar.fc-header-toolbar h2 {
        margin-left: 0 !important;
        position: absolute;
        width: 177px;
        margin-top: 5px;
        left: 56px;
    }

    .fcBox .fc-next-button {
        margin-left: 177px !important;
    }

    .fcBox .fc-scroller.fc-day-grid-container {
        height: auto !important;
    }

    .fcBox span.fc-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .fc-toolbar .fc-right {
        position: absolute;
        top: 0;
        top: -29px;
        right: 10px;
        margin: 0;
    }

    .table-indicator-profile {
        position: relative !important;
    }
}

@media (max-width:480px) {
    .imformation .name-detail .fill {
        word-break: break-word;
    }

    .user-info #notification-div {
        /*width: 230px;*/
        right: -75%;
    }

    .SignIn.set-password .forgot_button {
        margin-bottom: 12px;
        padding-top: 0;
    }

    .SignIn.set-password .sigin_forget {
        position: absolute;
        bottom: 8px;
    }

    .modal-dialog {
        margin: 15px;
        position: relative;
        width: auto;
    }

    .right-Section {
        padding: 24px 24px 80px;
    }

    .popup-content {
        padding: 42px 25px;
    }

    .ui-slider-pips .ui-slider-pip:after {
        width: 26px;
    }

    .SignIn.signup .right-Section {
        padding: 30px 20px;
    }

    .imformation .placeholder {
        min-width: 130px;
    }

    .tab-content .imformation {
        padding-left: 8px;
    }

    .tab-section .responsive-tabs-container .accordion-link {
        margin-bottom: 10px;
        padding: 10px 14px;
    }

    .tab-content .imformation h3 {
        padding-bottom: 15px;
    }

    .inactive-state {
        text-align: center;
        padding: 30px 0;
    }

    .info-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .manage-feild {
        padding: 0 10px 20px;
    }

    .content-area .notification-box .col-xs-10 {
        width: 100%;
    }

    .table-indicator-profile {
        position: relative !important;
    }
}

@media (max-width:420px) {
    .profile-wrapper .area-pref-wrap .edit-profile-btn {
        position: static;
        padding: 53px 0 35px 16px;
    }

    .table-indicator-profile {
        position: relative !important;
    }
}

@media (max-width:380px) {
    .user-info.navbar-right {
        padding-left: 5px;
    }

    .user-info li {
        padding-left: 10px;
    }

    .table-indicator ul li {
        padding-left: 30px;
    }

    .table-indicator li.Accept:before, .table-indicator li.Completed:before, .table-indicator li.Not-Completed:before {
        left: 6px;
        width: 18px;
        height: 18px;
        background-size: cover;
        top: 13px;
    }

    .privacy-section {
        padding-top: 24px;
        flex-direction: column-reverse;
    }

    .signin.btn {
        max-width: 212px;
        margin: 0 auto 11px;
    }

    .bookingaddextra .edit-profile-btn {
        top: 50px;
        left: 25px;
    }

    .bookingaddextra .responsive-tabs-container {
        padding-top: 70px;
    }

    .table-indicator-profile {
        position: relative !important;
    }
}

@media (max-width:360px) {
    .ui-slider-pips .ui-slider-pip:after {
        width: 20px;
    }
}

.loading {
    margin-left: 45%;
    margin-top: 30%;
    position: absolute;
}

.table-responsive {
    margin-bottom: 40px;
}

ul.pagination li.active a {
    background: #ff6a14;
    color: #fff;
}

.bootstrap-datetimepicker-widget, ul.pagination li a {
    cursor: pointer;
}

.selectpicker {
    border: 1px solid #d7d7d7;
    height: 45px;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    color: #121718;
    font-family: open_sanssemibold;
}

    .selectpicker:focus {
        color: #121718;
    }

    .selectpicker span.caret {
        display: none;
    }

.edit-custom {
    top: 15px !important;
}

.star-mid {
    cursor: pointer;
}

.not_found_page h1 {
    padding: 50px;
    font-size: 41px;
}

.crt_note {
    padding: 10px;
    color: #000;
}

.loading.manage_booking {
    margin-top: 24%;
    margin-left: 45%;
}

.crt-booking-info {
    padding: 10px;
}

.bookdetail_heading h4 {
    margin-top: -36px;
    color: #fff;
}

ul.msg_list li {
    background: #f7f7f7 none repeat scroll 0 0;
    display: flex;
    margin: 6px 6px 0;
    padding: 5px;
}

    ul.msg_list li:last-child {
        margin-bottom: 6px;
        padding: 10px;
    }

    ul.msg_list li a {
        padding: 3px 5px;
    }

        ul.msg_list li a .image img {
            border-radius: 2px;
            float: left;
            margin-right: 10px;
            width: 11%;
        }

        ul.msg_list li a .time {
            font-size: 11px;
            font-style: italic;
            font-weight: 700;
            position: absolute;
            right: 35px;
        }

        ul.msg_list li a .message {
            display: block;
            font-size: 13px;
        }

    ul.msg_list li .active {
        background: #16d08a;
    }

.notivalue {
    min-height: 52px;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

.tile_count .tile_stats_count, ul.quick-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

.content-area .notification-box .col-xs-2 {
    width: 90px;
}

.content-area .notification-box .col-xs-10 {
    margin-top: 10px;
}

div.notification-box.active {
    background: #16d08a;
}

.verfiy_email, .verfiy_phone {
    background: none;
    border: none;
}

.resend_otp, .resend_otp_phone {
    background: none;
    border: none;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 12px;
    color: #ff6a14;
}

.modal_email {
    border-bottom: 0;
}

.modal-header.custom-head.modal_email, .modal_email {
    background-image: none !important;
    text-align: center;
    padding: 40px 0 10px;
    color: #fff;
    position: relative;
}

.modal-header.custom-head.modal_email {
    height: auto;
}

.otp_column {
    display: block;
}

.email_modal_title {
    color: #ff6a14;
}

.modal-body .calender-feilds input.email_otp {
    padding: 6px;
    float: none;
    margin: 0 8px;
    border-radius: 3px;
    background: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.email_modal_wrapper {
    background: none;
    border-bottom: 0;
}

.upload_register {
    padding: 0 !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-top: -74px;
    color: #fff;
}

    .fc-toolbar.fc-header-toolbar h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 8px;
        margin-left: -364px !important;
    }

.fc-icon, .fc-toolbar .fc-center {
    display: inline !important;
}

.fc-prev-button {
    margin-left: 15px !important;
}

.fc-next-button {
    margin-left: 200px !important;
}

.fc-toolbar .fc-right {
    float: left !important;
    margin-left: 40px;
}

.fc-sat, .fc-sun {
    background-color: #ececec !important;
}

.fc-event-container {
    text-align: center;
}

.fc-content {
    background: none;
}

.fc-event, .fc-event-dot {
    background-color: inherit !important;
    border: none !important;
}

.modal-body .calender-feilds input {
    width: 100%;
    padding: 0 35px 0 10px;
}

.modal-wrapper input, .modal-wrapper select {
    background: #f7f7f7;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}

.thin-circle {
    display: block;
    height: 15px;
    width: 15px;
    line-height: 60px;
    border-radius: 30px;
    border-color: #000;
    position: absolute;
    margin-top: 15px;
    margin-left: -19px;
}

.thin-circle-blue {
    background-color: #5b97d6;
}

.thin-circle-avail {
    background-color: #6cdcb1;
}

.thin-circle-notavail {
    background-color: #fff;
}

.thin-circle-holy {
    background-color: #f8f8f8;
}
input#mark_available {
    height: 14px;
}

.sigin_forget {
    margin-top: -80px;
}

.modal_phone_footer {
    border: none;
    padding-top: 5px;
    padding-bottom: 35px;
}

.opt_button {
    background-color: #ff6a14;
    width: 100px;
}

#email_popup, .opt_button {
    font-family: open_sansregular;
}

#email_popup {
    color: #121718;
    padding-bottom: 5px;
    padding-right: 55px;
    padding-left: 55px;
    font-size: 16px;
    font-weight: 400;
}

.secondheading {
    padding-left: 0 !important;
}

.user-info li li {
    display: block;
    margin: 8px;
}

#notification-div h4 {
    font-size: 13px;
    color: #FF6A14;
}

.notification-bell img {
    cursor: pointer;
}

.user-info #notification-div .timesent {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    top: 24px;
    right: 7px;
}

.area-pref-wrap {
    border: 1px solid #979797;
    border-top: none;
}

.heading-sec h2.area-pref-icon:before {
    background-position: -68px -134px;
    top: 0;
}

.area-pref-wrap .tab-heading button.btn.btn-save {
    background: #fff;
    color: #1075a1;
    border-radius: 100px;
    padding: 4px 44px;
    position: absolute;
    right: 15px;
    top: 16px;
}

.area-pref-wrap .subHeadingpage {
    font-size: 17px;
    color: #d82e2b;
    font-weight: 400;
    margin: 0 0 20px;
}

.row-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.area-pref-wrap ul {
    margin: 0 -15px 15px;
    padding: 0;
    list-style: none;
}

.area-pref-editWrap.area-pref-wrap ul.area-list {
    position: relative;
}

    .area-pref-editWrap.area-pref-wrap ul.area-list:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        display: inline-block;
        background-color: #d8d8d8;
    }

.area-list li {
    margin-bottom: 28px;
}

    .area-list li span {
        float: left;
        color: #121718;
    }

        .area-list li span.area-name {
            width: 50%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .area-list li span.area-type {
            position: relative;
            padding-left: 10px;
            font-size: 12px;
            width: 30%;
        }

        .area-list li span.area-map {
            width: 20%;
            padding-left: 10px;
        }

            .area-list li span.area-map img {
                vertical-align: top;
                margin-top: 2px;
            }

        .area-list li span.area-type:before {
            position: absolute;
            height: 100%;
            width: 1px;
            content: "";
            background-color: #d8d8d8;
            left: 0;
            top: 0;
        }

.area-name .cbx {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #979797;
    vertical-align: middle;
    transition: background .1s ease;
    cursor: pointer;
}

    .area-name .cbx:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 4px;
        width: 4px;
        height: 8px;
        opacity: 0;
        transform: rotate(45deg) scale(0);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transition: all .3s ease;
        transition-delay: .15s;
    }

.area-name .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.area-name input:checked ~ .cbx {
    border-color: transparent;
    background: #FF6A14;
}

    .area-name input:checked ~ .cbx:after {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }

.area-name .hidden-xs-up {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.area-name .cntr {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

#map-image img {
    max-width: 300px;
}

.area-map {
    cursor: pointer;
}

.notification-image {
    max-height: 70px;
}

.resource_name {
    text-transform: none !important;
}

.crt-text {
    background: #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    font-size: 11px;
    color: #000;
}

.closedTerm div.fc-content {
    display: none !important;
    background: #979797;
}

.activeTerm div.fc-content {
    display: none !important;
    background: #16d08a;
}

.thin-circle-orange {
    background-color: #ecdabf;
}

.error-msg, .help-block .error-help-block {
    text-transform: capitalize !important;
}

.bootbox-confirm, .bootbox-confirm .modal-content {
    padding: 10px;
}

    .bootbox-confirm .bootbox-close-button {
        margin-top: 0 !important;
    }

.timesent {
    margin-top: 20px;
}

ul#notification-div li {
    height: 70px !important;
}

@media (min-width:420px) {
    .search-sec {
        flex-direction: row;
        -moz-flex-direction: row;
    }

    .filter {
        margin-left: 25px;
        margin-top: 0;
    }
}

.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
    font-size: 150% !important;
}

.input-group-addon, .input-group span.calendar {
    cursor: pointer;
}

.privacy-head {
    padding: 10px;
}

.set-password .Signwrapper .right-Section .form-section {
    padding-bottom: 20px;
    min-height: 0;
}

.romove-bottom-padding {
    padding-bottom: 0 !important;
}

.table-indicator .sec-sec {
    margin-top: 20px;
}

.school_profile p.fill {
    margin-left: 10%;
}

.school_profile p.school_address {
    margin-left: 0;
}

#past-booking-table {
    margin-bottom: 80px;
}

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

@media (max-width:767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width:1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

/** 20 dec **/
@media (min-width:320px) and (max-width:767px) {
    .responsive-tabs-container.accordion-xs .accordion-link#add_new_lebel {
        width: 49%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .responsive-tabs-container.accordion-xs .accordion-link#search_crt_lebel {
        width: 49%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .booking .responsive-tabs-container .tab-pane {
        clear: both;
    }

    .recentBooking .booking .tab-section .tab-content {
        position: relative;
        margin: 11px 0 0 0;
    }

    .booking .responsive-tabs-container .tab-pane {
        padding: 22px 0 0 0;
    }


    .tableBlock-mobile .mobile-txt-row {
        width: 270px;
    }

    .tableBlock-mobile {
        display: block;
        margin-left: -10px !important;
        margin-right: -10px !important;
        background: #f7f7f7 !important;
        padding: 9px 0 5px;
    }
}
/** 20 dec **/
@media(max-width:767px) {
    .hide-school-mobile-menu {
        display: none !important;
    }
}


.paneltab {
    adding: 0 5px 6px;
    float: left;
    clear: both;
    margin-top: 5px;
    width: 100%;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    border-radius: 4px;
    margin-bottom: 10px;
}



@media only screen and (max-width: 767px) and (min-width: 240px) {

    .nav-sidebar {
        background: #000;
    }

    .tab-section .nav-tabs {
        padding-left: 0px !important;
    }

    .user-profile {
        left: 0 !important;
        transform: none !important;
        width: 60px !important;
        height: 60px !important;
        background: #f4f4f4 !important;
        margin-left: 20px !important;
        border: 2px solid #ff6a14;
    }

        .user-profile img {
            object-fit: contain;
        }

    .edit-profile-btn {
        z-index: 1;
    }


    .edit-profile-btn {
        transform: translate(0%) !important;
    }

    .Signwrapper .left-Section {
        display: none;
    }

    .logosingin {
        display: block !important;
    }

    .SignIn {
        background: none;
    }

    .Signwrapper .right-Section {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}
