@import url('font-awesome.min.css');
@import url('ionicons.min.css');
@import url('../fonts/fonts.css');

@font-face {
    font-family: 'Black Ravens';
    src: url('../../blackRavens/BlackRavens-Normal.eot');
    src: url('../../blackRavens/BlackRavens-Normal.eot?#iefix') format('embedded-opentype'), url('../../blackRavens/BlackRavens-Normal.woff2') format('woff2'), url('../../blackRavens/BlackRavens-Normal.woff') format('woff'), url('../../blackRavens/BlackRavens-Normal.ttf') format('truetype'), url('../../blackRavens/BlackRavens-Normal.svg#BlackRavens-Normal') format('svg');
    font-weight: normal;
    font-display: swap;
}

.blackRavens {
    font-family: 'Black Ravens';
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'proxima_novaregular';
}

header {
    background: url(../images/headerbg.jpg) repeat-x;
    position: relative;
    z-index: 9;
    min-height: 101px;
}
.header.header{
    background:#fff;
    min-height:auto;
}

.header.header {
    background: #fff;
    min-height: auto;
}

p {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, ul, p {
    margin: 0;
}

img {
    max-width: 100%;
}


.clear {
    clear: both;
}

.square {
    border-radius: 0 !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}
.fs13p5 {
    font-size: 13.5px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}
.fs28 {
    font-size:28px !important;
}

.fs55 {
    font-size: 55px !important;
}

.lh20 {
    line-height: 20px !important;
}
.lh27 {
    line-height:27px !important;
}
.lh0 {
    line-height:0 !important;
}
.defClr{
    color:#00363b;
}

/* New Header */

.btm-nav .nav-item {
    position: relative;
}

.dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.userImg {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    /*background-image: url('../../images/user-default-image.png');*/
    border: 0;
}
/* End New Header */

.dropdown-menu .dropdown-item {
    padding: 5px 12px;
}
    .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
        background: #00363b;
        color: #fff;
    }
/* New Header */
.navbar-brand img {
    max-width: 138px;
    max-height:60px;
}

.nav-links img {
    width: 24px;
    filter: invert(20%);
}

.nav-links .nav-link {
    display: inline-flex;
    position: relative;
    padding: 0.5rem 0.7rem;
}

    .nav-links .nav-link .badge-danger {
        color: #fff;
        background-color: #900;
        min-width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        left: calc(50% + 3px);
        top: 0px;
        z-index: 1;
        display: inline-block;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.btm-nav .nav-link {
    padding: 16px 10px !important;
}

.radius {
    border-radius: 50px;
}

.radius-5 {
    border-radius: .25rem !important;
}

.btm-nav .hubLink {
    color: #fff !important;
    padding: 5px 20px !important;
    border-radius: 50px;
}

.btm-nav .nav-item.active .nav-link {
    position: relative;
}

    /*.btm-nav .nav-item.active .nav-link:after, .btm-nav .nav-item:hover .nav-link:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 100%;
        background: #00363b;
    }*/
.btn-inverse {
    border: 1px solid #444;
    color: #333;
}
/*.btm-nav .nav-item{
    padding:0 3px;
}*/
.form-control.w-auto{
    flex:inherit;
}
[type="file"].form-control {
    padding: 3px;
}
.role-select {
    border-radius: 50px;
    margin-right: 10px;
    font-size: 17px;
    padding: 0px 42px 0 20px;
    border-color: #444;
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
    display: flex;
    align-items: center;
}

.nav-links .nav-item .dropdown-toggle.userImg:after {
    /*display: none;*/
    position: absolute;
    right: 0;
    top: 50%;
}

.nav-links .nav-item .dropdown-toggle.userImg + div:after, .nav-links .nav-item .dropdown-toggle.userImg + div:before {
    display: none;
}

.userImg {
    background: none;
    border: none;
    padding-right: 15px;
}
    .userImg:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        right: 0;
        top: 50%;
    }

.userImg span {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/user-default-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    display: flex;
}

.main-navbar .dropdown-menu a.dropdown-item.active, .main-navbar .dropdown-menu a.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00363b;
}

.main-navbar .dropdown-menu {
    border: 0 none;
    padding: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

    .main-navbar .dropdown-menu:after, .main-navbar .dropdown-menu:before {
        display: none;
    }

    .main-navbar .dropdown-menu a {
        padding: 8px 20px;
        border-bottom: 1px solid #ddd;
    }

        .main-navbar .dropdown-menu a:last-child {
            border-bottom: 0 none;
        }

.text-underline {
    text-decoration: underline;
}
.addSub svg {
    width: 24px;
    height: 24px;
}
/* End New Header */
/* New Sign In Page */
.signInForm {
    background: rgba(255,255,255,.95);
    padding: 80px 50px 30px;
}

.appSection {
    position: relative;
    background: #006e78;
    width: 100%;
    height: 100%;
    min-height: 561px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

    .appSection:before, .appSection:after {
        content: '';
        position: absolute;
        width: 135px;
        height: 135px;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .appSection:before {
        left: 0;
        top: 0;
        background-image: url('../../images/icons/tlcorn.png');
    }

    .appSection:after {
        right: 0;
        bottom: 0;
        background-image: url('../../images/icons/brcorm.png');
    }

.mobileAppText {
    width: 253px;
    position: relative;
    top: -27px;
}

.mobileAppFrame {
    padding-right: 15px;
}

.mobileAppText h1 {
    font-size: 45px;
    line-height: 34px;
    padding-top: 12px;
    font-weight: bold;
}

    .mobileAppText h1 span {
        font-size: 26px;
    }

.mobileAppText * {
    color: #fff;
}

.password-section {
    position: relative;
}

.showPassword {
    position: absolute;
    right: 0;
    top: 0;
    height:38px;
    width:38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-radius {
    background: #fff;
    border: 1px solid #444;
    color: #444;
}

    .btn-radius:hover {
        color: #444;
    }
/*Top App BAr */
.topAppBar {
    display: flex;
    padding: 15px 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 10;
    position: relative;
    background: #fff;
}

.appcloseIcon {
    padding-right: 10px;
    min-width: 26px;
}

    .appcloseIcon a {
        min-width: 16px;
        width: 16px;
    }

.appBarCnt {
    display: flex;
    width: 100%;
}

.appImg {
    width: 32px;
    min-width: 32px;
}

.appText {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
/* End Top App BAr */
/* End New Sign In Page */
.centerbody {
    padding: 30px 0;
    background-size: cover;
    position: relative;
    min-height:69vh;
}

.logo {
    display: inline-block;
    float: left;
    margin-right: 10%;
    width: 150px;
    padding-top: 0;
    margin-top: -24px;
}

.academy {
    display: inline-block;
    float: left;
    width: 48%;
}

.login_nv {
    position: relative;
    list-style: none;
    text-align: right;
    top: 11px;
    z-index: 1;
    padding-top: 10px !important;
}

#UpLink img, #DownLink img {
    width: 15px;
    height: auto;
    margin-left: 7px;
    position: relative;
    top: -3px;
}

#notesTxt {
    word-break: break-all;
}

#userimage img {
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    max-height: 40px;
}

#UpLink, #DownLink {
    color: #000;
    margin-right: 11px;
    position: relative;
    font-size: 14px;
}

.login_nv li a {
    text-decoration: none;
    color: #cecece !important;
    font-size: 14px;
}

.login_nv .anc a {
    font-size: 12px;
}

.menu {
    padding: 0 !important;
    margin-top: 15px;
}

.newMenu {
    margin-top: 2px !important;
}

.menu ul li {
    padding: 1px 0px 10px 16px !important;
    display: inline-block;
}

    .menu ul li a {
        color: #000 !important;
        font-size: 15px !important;
        text-decoration: none;
    }

        .menu ul li a:hover {
            color: #c6171a !important;
        }

.menu .navbar-nav {
    float: right;
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 10px;
}

.topsocial ul {
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

.login_nv li {
    display:inline-block;
    padding: 0 9px !important;
    border-right: 1px solid #000;
    line-height: 13px;
}

        .login_nv li:last-child {
            border: 0 !important;
        }

.logincls a, .signcls a {
    display: inline-block;
    color: #FFF !important;
    padding: 0px 9px 2px 9px;
    font-size: 14px;
}
.logincls a {
    background: #000;
}

.signcls a {
    background: #00aa90;
}

.topsocial {
    top: 5px;
}

    .topsocial ul li i {
        font-size: 14px;
        line-height: 8px;
        position: relative;
        top: 2px;
    }

    .topsocial ul li {
        display: inline-block;
        padding: 0;
        margin-top: 7px;
    }

        .topsocial ul li a {
            text-decoration: none;
            color: #b2b2b2;
        }

            .topsocial ul li a .fa {
                display: inline-block;
                margin: 7px 0 0 0;
            }

            .topsocial ul li a i {
                font-size: 18px;
            }

                .topsocial ul li a i.fa-circle {
                    font-size: 10px;
                }

footer {
    background: #fff;
    padding: 40px 0;
    color: #fff;
}

#footernew .row p {
    color: #000;
    font-size: 14px;
}

.fsocial ul li {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.fsocial b {
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}

.blockUI.blockMsg.blockPage {
    border: 0px !important;
    background: transparent !important;
    width: inherit !important;
}

footer p {
    color: #000;
    font-size: 14px;
}

footer hr {
    border-top: 1px solid #fff;
    width: 100%;
}

.fmenu ul {
    padding: 0;
}

    .fmenu ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px 0 0;
        margin: 0 10px 15px 0;
        border-right: 1px solid #ddd;
        line-height: 13px;
    }

        .fmenu ul li:last-child {
            border-right: 0px solid #ddd;
        }

        .fmenu ul li a {
            color: #00363b;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }

            .fmenu ul li a:hover {
                color: #333 !important;
            }

.sitemapcls {
    padding-top: 29px;
}

.fsocial ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}

    .fsocial ul li {
        display: inline-block;
        padding: 0px 7px;
    }

        .fsocial ul li a {
            text-decoration: none;
            color: #b2b2b2;
        }

.fsocial ul li a:hover {
    color: #c6171a !important;
}

            .fsocial ul li a .fa {
                display: inline-block;
                margin: 7px 0 0 0;
            }

            .fsocial ul li a i {
                font-size: 18px;
            }

                .fsocial ul li a i.fa-circle {
                    font-size: 10px;
                }

.sitemapcls ul {
    padding: 15px 0 0 0;
}

    .sitemapcls ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid #ddd;
        line-height: 13px;
    }

        .sitemapcls ul li:last-child {
            border-right: 0px solid #ddd;
        }

        .sitemapcls ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

.closeX {
    position: absolute;
    float: right;
    right: 0px;
    top: -10px;
    font-size: 25px;
    font-weight: 700;
    z-index: 1;
}

    .closeX a {
        color: #000 !important;
    }

        .closeX a:hover {
            text-decoration: none;
        }

.registerRes {
    max-height: 675px;
    overflow: auto;
}

.title_part {
    background:rgba(0,54,59,.9);
    padding: 10px;
    position: relative;
    margin-bottom: 0px;
}

    .title_part h2 {
        color: #fff;
        font-size: 24px;
        /*margin: 4px 0 0 0;*/
    }

.stp_num {
    text-align: right;
}

    .stp_num a {
        display: inline-block;
        width: 33px;
        height: 33px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        margin-right: 10px;
        text-decoration: none;
        color: #b4b4b4;
    }

        .stp_num a:hover {
            color: #00363b;
            background: #b8a87e;
        }

        .stp_num a.actv {
            color: #00363b;
            background: #828282;
        }

.pro_top {
    padding: 15px 0 15px 0;
    min-height:73px;
}

    .pro_top h5 {
        color: #444;
        margin-bottom: 4px;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    .pro_top p {
        color: #444;
        font-size: 14px;
        line-height: 17px;
        /* height: 35px; */
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }

.proimg {
    margin: 0 -15px;
    border-bottom: 5px solid #00363b;
}

.menu .dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.proimg img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.co1, .co2 {
    background: #fff;
    border-right: 1px solid #ccc;
}

.program_box .row {
    margin: 0;
}
/*.program_box>.row>.col-*{
    border-right:1px solid #f00;
}*/

.protitle {
    background: #fff;
}

.navbar-inverse .navbar-toggler-icon {
    background: none !important;
}

    .navbar-inverse .navbar-toggler-icon:before {
        content: "\f0c9";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 29px;
    }

.protitle {
    background: #fff;
    padding: 10px;
    margin: 0 -15px;
}

    .protitle h3 {
        text-align: center;
        font-size: 19px;
        padding: 12px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.protitle a,.protitle2 a {
    color: #3e3e3e;
    text-decoration: none;
}

.protitle2 {
    background: #f7f7f7;
    padding: 10px;
    margin: 0 -15px;
}

    .protitle2 h3 {
        text-align: center;
        font-size: 19px;
        padding: 12px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.loginpage h3 {
    background: #3c3c3c;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.loginpage .row {
    background: #f6f6f6;
    padding: 45px 30px;
    margin: 0;
}


.fields input[type=text] {
    height: 39px;
    background: #fff;
    padding: 2px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.fields input[type=email] {
    height: 39px;
    background: #fff;
    padding: 2px;
    border: 1px solid #ddd;
}

.fields input[type=password] {
    height: 39px;
    background: #fff;
    padding: 2px;
    border: 1px solid #ddd;
}

.fields select {
    height: 42px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
}

.fields label {
    display: block;
    margin: 10px 0 4px 0;
    font-size: 14px;
}

.loginpage .btncls {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: left;
    max-width: 250px;
}

.loginpage input {
    width: 85%;
}

    .loginpage input[type=text] {
        margin-bottom: 10px;
    }

.btncls {
    background: #3c3c3c url(../images/btnbg.png) no-repeat right 9px center;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    outline: 0;
    background-size: 31px;
    padding: 10px 13px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    cursor: pointer;
}

    .btncls:hover {
        background: #ce171b url(../images/btnbg.png) no-repeat right 9px center;
        background-size: 31px;
    }

.btnouter {
    padding-top: 35px;
}

.loginbanner {
    padding: 0;
}

.singupleft {
    background: #ffffff;
    padding: 25px
}

.singupright {
    background: #828282;
    padding: 25px;
    color: #fff;
}

.signuppage h3 {
    background: #3c3c3c;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.signuppage .row {
    margin: 0;
}

.signuppage input {
    width: 100%;
    margin-bottom: 0px;
}

.singupright .btncls {
    float: left;
    width: 46%;
    margin: 99px 2% 0 2%;
}

.shottackerpage h3 {
    background: #3c3c3c;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.shottackerpage .row {
    margin: 0;
}

.shotleft {
    background: #828282;
    padding: 25px
}

    .shotleft label {
        color: #fff;
    }

.shottackerpage input {
    width: 100%;
    margin-bottom: 0px;
}

.shotright {
    background: #fff;
    padding: 25px
}

.innerrow {
    margin: 0 -15px !important;
}

.shotleft h4 {
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.shotright h4 {
    font-size: 20px;
    color: #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    padding-bottom: 5px;
}

.multiselect {
    min-height: 150px;
}

    .multiselect option {
        padding: 7px 4px;
    }

.shottrackerbtn {
    padding: 15px 0 0 0;
}

.btn2 {
    background: #3c3c3c;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 5px 13px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

    .btn2:hover {
        color: #fff;
        text-decoration: none;
        background: #ce171b;
    }

.shotright ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .shotright ul li {
        padding: 28px 15px
    }

        .shotright ul li:nth-child(odd) {
            background: #f7f7f7;
        }

        .shotright ul li:nth-child(even) {
            background: #f0f0f0;
        }

.shotright .btncls {
    display: inline-block;
    text-decoration: none;
    min-width: 180px;
    margin-top: 25px;
}

    .shotright .btncls:hover {
        text-decoration: none;
        color: #fff;
    }

#navopen2 ul {
    text-align: left;
}

    #navopen2 ul li {
        padding-top: 20px !important;
    }

        #navopen2 ul li.activcls {
            background: url(../images/menuarow.png) no-repeat center top;
            padding-top: 20px;
        }

            #navopen2 ul li.activcls a {
                color: #c6171a !important;
            }

        #navopen2 ul li:hover {
            background: url(../images/menuarow.png) no-repeat center top;
            padding-top: 20px;
        }

.skillpage h3 {
    background: #3c3c3c;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

    .skillpage .row {
        margin: 0;
        background: #ffffff;
    }

    .skillpage .nav-tabs {
        width: 100%;
        border: 0;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

.skillpage .nav-tabs .nav-item {
    display: inline-block;
    padding: 14px 15px;
    background: #c0c0c0;
    margin-left: -5px;
    color: #fff;
}

            .skillpage .nav-tabs .nav-item.itm2 {
                background: #a7a7a7;
            }

            .skillpage .nav-tabs .nav-item.itm3 {
                background: #8e8e8e;
            }

            .skillpage .nav-tabs .nav-item a {
                color: #fff;
                padding: 15px 20px;
                font-size: 14px;
            }

                .skillpage .nav-tabs .nav-item a:hover {
                    text-decoration: none;
                }

        .skillpage .nav-tabs a {
            border: 0 !important;
        }

    .skillpage .tab-content {
        width: 100% !important;
        border: 0;
    }

        .skillpage .tab-content > .active {
            display: block !important;
        }

.skillsoptions {
    text-align: right;
}

    .skillsoptions a {
        background: #cd171a;
        display: inline-block;
        color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }


.skillscontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .skillscontent ul li {
        padding: 28px 15px;
    }

        .skillscontent ul li:nth-child(odd) {
            background: #f7f7f7;
        }

        .skillscontent ul li:nth-child(even) {
            background: #f0f0f0;
        }

.ptype {
    padding: 15px;
    font-size: 16px;
}

.ptop40 {
    padding-top: 50px !important;
}

.nextlesson {
    background: #3c3c3c;
    padding: 15px;
    color: #fff;
}

    .nextlesson h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.lessonhistory {
    background: #505050;
    color: #fff;
    padding: 15px;
}

    .lessonhistory th {
        font-weight: 400;
        font-size: 20px;
        border-bottom: 1px solid #696969;
    }

    .lessonhistory td {
        font-size: 14px;
        line-height: 15px;
        border-bottom: 1px solid #696969;
        padding: 8px 4px;
    }

    .lessonhistory table {
        width: 100%;
    }

.membership {
    background: #828282;
    padding: 0px;
}

.onecls {
    width: 42%;
}

.onecls3 {
    text-align: center;
}

    .onecls3 a {
        color: #fff;
    }

.trophycls {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center !important;
    position: relative;
}

    .trophycls img {
        width: auto !important;
        display: inline-block !important;
    }

.trophycls label {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

    .trophycls .owl-nav i {
        color: #000;
        font-size: 38px;
    }

    .trophycls .owl-prev {
        background: none !important;
        position: absolute;
        left: -15px;
        top: 14%;
    }

    .trophycls .owl-next {
        background: none !important;
        position: absolute;
        right: -15px;
        top: 14%;
    }

    .trophycls .disabled {
        opacity: 0.2 !important;
    }

.white-bg {
    background: #fff !important;
}

.white-clr {
    color: #fff !important;
}

.red-clr {
    color: #900 !important;
}

.uploadBlock {
    border: 1px solid #eee;
}

.customUpload {
    position: relative;
}

    .customUpload input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

.lockergraph {
    background-color: rgba(204, 44, 47, 0.9);
    padding-bottom: 6px;
}

    .lockergraph h4 {
        background: #a21915;
        padding: 12px 5px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        margin: 0 -15px;
    }

.lockergraphdiv {
    padding: 10px 10px 0 10px
}

.roundshare {
    padding: 15px;
    background-color: rgba(130, 130, 130, 0.9)
}

    .roundshare h4 {
        color: #fff;
        font-size: 16px;
    }

    .roundshare a {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        float: right;
        margin-left: 12px;
    }

    .roundshare .fa-share-alt {
        font-size: 25px;
        color: #fff;
        line-height: 30px;
    }

.rshare {
    padding: 12px 0 20px 0;
}

    .rshare .fa-twitter {
        color: #1da1f2;
        font-size: 20px;
        background: #fff;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
    }

    .rshare .fa-facebook {
        color: #4267b2;
        font-size: 20px;
        background: #fff;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
    }

.vouchercls {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

    .vouchercls h4 a {
        color: #000;
    }

.voucher_count {
    text-align: center;
    padding-top: 40px;
    font-size: 60px;
}

.voucher_detail table {
    width: 100%;
}

.voucher_detail th {
    font-size: 14px;
    padding: 6px 4px;
}

.voucher_detail td {
    font-size: 13px;
    padding: 8px 4px 2px 8px;
    border-top: 1px solid #ddd;
}

.voucher_detail button {
    cursor: pointer;
}

.btncls2 {
    background: #3c3c3c;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    outline: 0;
    background-size: 31px;
    padding: 8px 17px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    cursor: pointer;
}

    .btncls2:hover {
        background: #ce171b;
        background-size: 31px;
    }

.voucher_detail .radio {
    padding-left: 0;
}

.voucher_body {
    max-height: 400px;
    overflow: auto;
}

.locker_video {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .locker_video .col-md-9 {
        background: #505050;
        padding: 15px;
    }

    .locker_video .col-md-3 {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

    .locker_video h4 {
        color: #fff;
        font-size: 18px;
    }

.locker_images .col-md-9 {
    background: #505050;
    padding: 15px;
}

    .locker_images .col-md-3 {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

    .locker_images h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .locker_images .owl-nav i {
        color: #fff;
        font-size: 38px;
    }

    .locker_images .owl-prev {
        background: none !important;
        position: absolute;
        left: -15px;
        top: 14%;
    }

    .locker_images .owl-next {
        background: none !important;
        position: absolute;
        right: -15px;
        top: 14%;
    }

    .locker_images .disabled {
        opacity: 0.5 !important;
    }

.locker_slideimg {
    padding: 0 20px;
}

.rebox-close {
    opacity: 1 !important;
}

.rebox-button {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 1;
}

.flexthis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexthis .col-md-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

/*****/
.tblInnerHead {
    font-size: 17px !important;
    background: #f2f2f2 !important;
    border: 2px solid #d3d3d3 !important;
    border-left: none !important;
    border-right: none !important;
    text-transform: uppercase;
    text-align: left !important;
}

    .tblInnerHead b {
        display: block;
    }

.durtion label {
    display: inline-block;
    color: #fff;
    padding-top: 15px;
}


.durtion select {
    background: #d5d5d5;
    height: 35px;
    width: 40%;
    border: 0;
}

.durtionSchdedule label {
    /*display: inline-block;*/
    color: #fff;
    margin: 0;
    /*padding-top: 15px;*/
}

/*.durtionSchdedule select {
    background: #d5d5d5;
    height: 35px;
    width: 54%;
    border: 0;
}*/

.slider_coach {
    background: #646564;
    text-align: center;
    padding: 20px 0;
}

.radio_c {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio_c input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio_c .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        right: 0;
        margin: 0 auto;
        border: 1px solid #cacaca;
    }

    /* On mouse-over, add a grey background color */
    .radio_c:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio_c input:checked ~ .checkmark {
        background-color: #cacaca;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio_c .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio_c input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio_c .checkmark:after {
        top: 2.3px;
        left: 2.5px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #444;
    }

.coach_img {
    padding-top: 30px;
    text-align: center;
}

    .coach_img img {
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        display: inline-block !important;
    }

.slider_coach h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.slider_coach p {
    color: #c4c4c4;
    margin: 0;
    font-size: 12px;
}

.slider_coach .owl-prev {
    position: absolute;
    left: 10px;
    top: 100px;
    font-size: 0;
}

    .slider_coach .owl-prev:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f104";
        font-size: 28px;
        color: #fff;
    }

.slider_coach .owl-next {
    position: absolute;
    right: 10px;
    top: 100px;
    font-size: 0;
}

    .slider_coach .owl-next:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        font-size: 28px;
        color: #fff;
    }

.slider_coach .disabled {
    cursor: default;
    opacity: 0.5;
}

.todaycls {
    /*float: left;
    width: 36%;
    padding: 27px 15px 15px 15px;*/
    display: flex;
    align-items: center;
}
.todaycls>div:first-child {
    display: inline-flex;
    align-items: center;
}
    .todaycls > div:first-child > label#todayck, .todaycls > div:first-child > label.todayck {
        margin-right: 10px;
    }
#cbTimeFormatOwner{
    margin-right:8px;
}

.change_day {
    /*float: left;
    width: 39%;
    text-align: left;
    padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .change_day i {
        font-size: 28px;
        cursor: pointer;
    }

    .change_day span {
        font-size: 26px;
    }

.cal_sel {
    /*float: left;
    width: 25%;
    text-align: right;
    padding: 15px;
    position: relative;*/
    display: flex;
    align-items: center;
}

    .cal_sel a.d_n {
        background: #ccc;
        color: #646564;
        border: 1px solid #646564;
        /*display: inline-block;*/
        padding: 1px 10px;
        /*text-decoration: none;
        position: absolute;
        right: 70px;
        top: 28px;
        font-size: 14px;
        z-index: 999;*/
    }

        .cal_sel a.d_n:hover {
            background: #00363b;
            color: white;
        }

#dailyNotePanel .fbtn {
    padding: 25px 0 0 0;
}

.coach_cal {
    background: #f1f1f1;
    position: relative;
}

.week_days {
    position:relative;
}

.w_heading {
    background: #646564;
}

    .w_heading .days {
        width: 14.28%;
        float: left;
        text-align: center;
        background: #8a8a8a;
        padding: 4px;
        color: #fff;
    }

        .w_heading .days:nth-child(odd) {
            background: #646564;
        }

.day_time span {
    background: #cccccc;
    border-radius: 2px;
    border: 1px solid #646564;
    margin: 2px 0px;
    display: inline-block;
    font-size: 12px;
    /*padding: 2px 2px 1px 2px;*/
    text-align: center;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    position: relative;
    /*top: -15px;*/
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .day_time span.pcolor {
        margin: 0;
    }

.day_time .col-2 {
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28%;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.day_time {
    padding: 0;
    margin: 0;
    background: #fff;
    /*min-height: 950px;*/
}

.coach_popup .col-md-4 {
    text-align: right;
}

.coach_popup .col-md-8 {
    border-right: 2px solid #eee;
}

.coach_popup .col-md-4 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px
}

.modal-content {
    /*background: #f7f7f7;*/
    border-radius: 0;
}

.coach_popup h2 {
    color: #646564;
    font-size: 30px;
    text-transform: uppercase;
}

.coach_popup p {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 16px;
    margin: 12px 0;
}

.cancelBtn {
    float: right;
    margin-top: 25px;
}

.coach_popup h4 {
    color: #646564;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.coach_popup ul {
    margin: 0;
    list-style: none;
    color: #8f8f8f;
    font-size: 16px;
    padding: 8px 0px 9px 0;
}

.coach_popup .col-md-4 p {
    margin: 5px 0;
}

.pop_opt {
    padding: 15px 0 0 0;
    text-align: center;
}

    .pop_opt button {
        background: #cccccc;
        color: #646564;
        border: 1px solid #646564;
        padding: 4px 15px;
        cursor: pointer;
        width: 49%;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .pop_opt button:hover {
            background: #00363b;
            color: white;
        }


        .pop_opt button.conf_btn {
            background: #00363b;
            color: #fff;
        }

span.leave_s.rcolor.rsp1 {
    width: 100%;
    text-align: left;
}

#MessageDialogue .modal-dialog {
    max-width: 400px !important;
}

#MessageDialogue .modal-content {
    background: #fff;
    border: 2px solid #00363b;
    text-align: center;
    position: relative;
    top: 40px;
}

/*#confirm .modal-dialog {
    max-width: 400px !important;
}*/

#confirm .modal-content {
    background: #fff;
    /*border: 2px solid #00363b;*/
    text-align: center;
    position: relative;
    top: 40px;
}

#MessageDialogue .gfooter .gbtn {
    padding: 5px 16px;
}

#MessageDialogue .gfooter {
    text-align: center;
    padding-top: 20px;
}

#MessageText {
    font-size: 18px;
    max-height: 300px;
    overflow: auto;
}

/*.modal-content {
    border: 1px solid #00363b;
}*/

/*.todaycls a {
    background: #cccccc;
    color: #646564;
    border: 1px solid #646564;
    display: inline-block;
    padding: 1px 10px;
    text-decoration: none;
    font-size: 14px;
}

    .todaycls a:hover {
        background: #00363b;
        color: white;
    }*/

.giftH div {
    font-weight: bold;
}

.card_g1 {
    float: left;
    width: 28%;
    /*color: #999999;*/
    padding: 0 6px 0 0;
}

.card_g2, .card_g3, .card_g4 {
    width: 17%;
    text-align: center;
    float: left;
    /*color: #999999;*/
    padding: 0 6px 0 0;
}

.card_g5 {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    /*color: #999999;*/
}

    .card_g5 .container_r {
        margin: 0 auto;
        width: 19px;
    }

.giftc2 {
    padding: 5px 0 0 0;
}

.giftc3 {
    text-align: right;
}

    .giftc3 button {
        background: #00363b;
        padding: 7px 11px;
        position: relative;
        margin: 27px 17px 9px 0;
        border: 0;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        outline: 0;
        width: 150px;
        text-align: center;
    }

.discInp {
    width: 70%;
    height: 20px;
    background: #ebe9e9;
    border: 1px solid;
}

.discInpM {
    width: 50%;
    height: 20px;
    background: #ebe9e9;
    border: 1px solid;
}

.chkdisc {
    margin-left: 5px;
    margin-bottom: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.pay .pay-form {
    width: 100%;
}

.pay.payGray {
    background: #eee;
}

.dis_code input[type=text] {
    float: left;
    width: 55%;
    border: 1px solid black;
    border-radius: 0px;
    height: 30px !important;
    padding: 5px;
    background: #fff;
}

.dis_code button {
    float: right;
    background: #00363b;
    padding: 7px 11px;
    position: relative;
    margin: 0px 17px 5px 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
    width: 150px;
    text-align: center;
}

.ordsum h2 {
    color: #00363b;
    font-size: 20px;
    padding: 4px 0 0 0;
    text-align: center;
}

.thanks_title {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    color: #00363b;
    font-size: 18px;
    margin: 0 -15px;
}

.order_details {
    text-align: center;
    padding: 20px 0;
}

    .order_details label {
        color: #00363b;
        font-size: 18px;
        padding: 10px 0;
    }

    .order_details p {
        color: #8c8c8c;
        font-size: 14px;
    }

    .order_details a {
        background: #00363b;
        color: #FFF;
        display: inline-block;
        padding: 5px 80px;
        text-decoration: none;
        margin-top: 50px;
        cursor: pointer;
    }

.pay-head-c {
    border-bottom: 2px solid #dbdfe1;
}

    .pay-head-c .form-check-label {
        padding-left: 0;
        padding-top: 20px;
        color: #3f5763;
        text-transform: none;
        font-weight: bold;
        font-size: 13px;
        position: relative;
        text-align: center;
    }

    .pay-head-c .form-check-input {
        margin: -18px 40%;
    }

    .pay-head-c .form-check img {
        max-width: 22px;
        opacity: .5;
        margin-left: 5px;
        position: absolute;
        left: -35px;
        top: 30px;
        opacity: 1 !important;
    }

    .pay-head-c .icons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pay-head-c .icons-c {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 0px;
    }

    .pay-head-c .checkmark {
        position: absolute;
        top: -3px;
        left: 40px;
    }

.pay-body-padding {
    padding: 30px 0px;
    margin: auto;
}

.pay-body-c .row {
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 2px solid #dbdfe1;
}

.pay-body-c h3 {
    font-size: 15px;
    font-family: 'proxima_nova_rgbold';
    color: #3f5763;
    margin: 4px 0 0 0;
}

    .pay-body-c h3 span {
        color: #847f7b;
        font-weight: 300;
    }

.pay-body-c .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 20px;
}

.pay-body-c .icons-c {
    text-align: left !important;
    justify-content: start;
}

.pay-body-c img {
    opacity: 1 !important;
}

.pay-body-c .checkmark {
    position: absolute;
    top: -3px;
}

.pay-model textarea.form-control {
    height: auto !important;
    border-color: #8c8c8c;
}

.pay-form textarea {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    height: 95px;
}

.c_card table {
    border: 2px solid #454545;
    padding: 10px;
    border-radius: 3px;
}

    .c_card table td {
        padding: 10px;
    }

    .c_card table #card-element, .c_card table #cccardholder {
        border: 1px solid black;
        border-radius: 0px;
        height: 30px !important;
        padding: 5px;
        background: #fff;
    }

    .login_nv li a:hover {
        color: blue !important;
    }

    .login_nv li a.acti {
        color: blue !important;
    }

.pay-side lable.container_r {
    font-size: 14px;
    margin-bottom: 11px;
    text-align: left;
}

.day_time span.leave_s {
    background: none;
    border: 0;
    background: #000;
    padding: 3px 0px 3px 0px;
    margin: 0;
    float: left;
    width: 100%;
    color: #fff;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 42px;
    align-items: center;
    justify-content: center;
}

    .day_time span.leave_s > div {
        width: 100%;
    }

.rsp1 hr {
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0;
}

.packg_pay table td, .packg_pay table th {
    padding: 7px 7px 7px 0px;
    word-break: break-word;
    text-align: center;
}

.packg_pay #divPaymentMethod {
    max-height: 500px;
    overflow: auto;
}

.weekslider .col-2 {
    border-right: 1px solid #ddd;
    padding: 0 10px;
    min-height: 1200px;
    width: 158px;
    min-width: 158px;
    display: table-cell;
    max-width:163px;
}

    .weekslider .col-2 .days {
        text-align: center;
        background: #8a8a8a;
        padding: 4px;
        color: #fff;
        margin: 0 -10px;
    }

.EventList {
    font-size: 13px;
}

    .EventList label {
        margin: 3px;
    }

.weekslider label {
    margin: 3px;
    font-size: 13px;
}

.weekslider .col-2:nth-child(odd) .days {
    background: #646564;
}

.weekslider #selclseventlist span {
    margin: 2.9px 1px;
}

.fi15 {
    width: 46%;
    padding: 2px 2px 1px 2px;
    border-radius: 2px;
    border: 1px solid #646564;
    margin: 4px 1px;
}

.weekslider {
    margin: 0;
    display: table;
    /*min-height: 950px;*/
}

.day_sc {
    overflow: auto;
}

.gift_ok i {
    color: green;
    font-size: 21px;
    cursor: pointer;
}

.login_reg .btn_side {
    background: #00363b;
    color: white;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
}

.lc_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.login_reg .modal-dialog {
    max-width: 850px !important;
}

.login_reg h3 {
    font-size: 26px;
    padding: 0px 0 17px 0;
    font-family: 'proxima_nova_rgbold';
}

.login_reg p {
    font-size: 18px;
    margin-bottom: 9px;
    line-height: 21px;
    font-weight: 700;
}

.logreg_left {
    border-right: 2px solid #00363b;
    padding-right: 25px;
    text-align: left;
    padding-bottom: 15px;
}

.logreg_right {
    padding-left: 25px;
    text-align: left;
}

.regnow {
    text-align: center !important;
    padding-bottom: 50px;
}

.login_reg .btn {
    padding: 10px 25px;
    margin-top: 13px;
    font-size: 16px;
}

.login_reg .modal-body {
    padding: 30px 30px 20px 30px !important;
}

.toppanel {
    margin-top: 45px;
    margin-bottom: 70px
}

.paneltabs{
    padding-bottom:30px;
}

.paneltabs span {
    padding-right: 6px;
}

    .paneltabs span a {
        color: #000 !important;
        font-size: 15px !important;
        text-decoration: none;
    }

        .paneltabs span a:hover {
            color: #c6171a !important;
        }

/*.btn-pastBooking {
    background: #fff;
    color: #b4b4b4;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
}

    .btn-pastBooking:hover {
        color: #00363b;
        background: #b8a87e;
    }*/

.btn-white {
    background: #fff;
    color: #00363b;
    border: none;
    font-weight: bold;
}

    .btn-white:hover {
        opacity: .9;
        color: #00363b;
    }

.cterms {
    text-align: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 174px;
    margin-top: 38px;
    background-color: #f6f6f6;
    min-width: 232px;
    max-height: 350px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

#playersDropdown, .playersDropdown {
    margin-left: 0px !important;
    margin-top: -30px !important;
    min-width: 223px !important;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

#selclseventlist {
    position: absolute;
    background-color: #CACACA;
    width: 100%;
    height: 93%;
    z-index:8;
    opacity: 0.9;
    padding-top: 31px;
}

.selcltime {
    position: absolute;
    margin-left: 1111px;
    margin-top: -116px;
    background: #fff !important;
    width: 113px;
    border: 1px solid;
    padding: 3px;
}

#selclseventlist h4 {
    position: absolute;
    /*margin-left: 338px;*/
    text-align: center;
    margin-top: 3px;
    width: 100%;
    padding: 0 15px;
}

#selclseventlist .EventList {
    margin-top: 44px;
}

.weekslider #selclseventlist {
    top: 70px !important;
}

    .weekslider #selclseventlist .EventList {
        margin-top: -5px !important;
    }
/*weekslider #selclseventlist span{
     padding: 2px 2px 1px 2px !important;
 }*/
.selcltime a {
    font-size: 10px;
    border: 1px solid;
    background: #CCCCCC;
    padding: 5px 4px;
    border-radius: inherit;
    margin: 1px;
}

    .selcltime a:hover {
        background-color: #00363b;
        color: #fff !important;
    }

#divClsCoahsplit {
    position: absolute;
    background: #fff;
    border: 2px solid;
    z-index: 9;
    margin-left: 387px;
    width: 222px;
    padding: 10px;
}

    #divClsCoahsplit a {
        margin-left: 16px;
        margin-left: 5px;
        width: 94px;
        height: 28px;
        padding: 4px 10px !important;
    }

#divClsCoaches {
    margin-top: 20px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #divClsCoaches input {
        width: 55px;
        height: 40px;
        float: right;
    }

    #divClsCoaches label {
        font-size: 13px;
    }

.btn_gb {
    right: 110px !important;
    background: #cccccc;
    color: #646564;
    border: 1px solid #646564;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: 0;
    top: 23px !important;
}

    .btn_gb:hover {
        background: #00363b;
        color: white !important;
    }

.mh-300 {
    min-height: 300px;
}
.mxh-450 {
    max-height: 450px;
}

.dbl_clr {
    color: #62747E !important;
}

html:not([data-scroll='0']) .selcltime {
    position: fixed;
    /*top: 561px;*/
    top: 50vh;
    z-index:999;
}

.EvntDesc {
    position: absolute;
    z-index: 1;
    color: #fff;
    word-break: break-word;
    padding: 5px;
    font-size: 12px;
    margin-top: -18px !important;
    background: #000;
    width: 100%;
}

#Quickgroupbookmodal label {
    margin-top: 6px;
}

#divClsCoahsplit label {
    margin-top: 9px;
}

.tacDown {
    border: none;
    font-weight: bold;
}

.tacDownEdit {
    border: none;
    font-weight: bold;
    background-color: transparent;
}

#CoachSlider .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.briefInfo {
    position: absolute;
    top: 165px;
    left: 0;
    border: 1px solid white;
    background: #646564;
    padding: 5px;
    z-index:999;
}

    .briefInfo p {
        color: white;
    }

.multiStdFunc a:hover, .multiStdFunc a:active, .multiStdFunc a:focus {
    color: #fff;
}


/* Inbox View CSS */

.inboxView .tablist a {
    color: #444;
    margin-bottom: 10px;
}

    .inboxView .tablist a.active {
        background: #00363b;
    }

.inboxNav {
    width: 175px;
    max-width: 175px;
    background: #ebeeef;
    box-shadow: -5px 0 5px inset rgba(0,0,0,0.1);
}

.inboxList {
    width: 350px;
    max-width: 350px;
    flex: 0 0 350px;
    max-height: 80vh;
    overflow: auto;
}

    .inboxList + .col-sm-9 {
        width: calc(100% - 350px);
        max-width: calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }

.inboxListItem {
    border-bottom: 1px solid #e9e9e9;
    box-shadow: -5px 0 5px inset rgba(0,0,0,0.02);
}

    .inboxListItem p {
        font-size: 13px;
    }

    .inboxListItem label {
        cursor: pointer;
    }

    .inboxListItem.active label {
        cursor: default;
    }

    .inboxListItem .col-2 {
        width: 56px;
        max-width: 56px;
        flex: 0 0 56px;
    }

    .inboxListItem .col-10 {
        width: calc(100% - 56px);
        max-width: calc(100% - 56px);
        flex: 0 0 calc(100% - 56px);
    }

.col-sm-9.rightSec {
    width: calc(100% - 175px);
    max-width: calc(100% - 175px);
    flex: 0 0 calc(100% - 175px);
}

.inboxThumb {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #00363b;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #c4dfea;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.inboxList .inboxListItem.active, .inboxList .inboxListItem:active, .inboxList .inboxListItem:focus, .inboxList .inboxListItem {
    background: #fff;
    color: #444;
}

    .inboxList .inboxListItem.active {
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        position: relative;
        z-index: 1;
    }

        .inboxList .inboxListItem.active:after {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            width: 2px;
            height: 100%;
            background: #00363b;
        }

.emailHeader {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.black4 {
    color: #444 !important;
}

.emailHeader h3 {
    font-size: 25px;
    color: #00363b;
}

.emailHeader a {
    width: 23px;
    margin-left: 5px;
}

.emailTrashIco {
    align-self: center;
}

.inboxThumb-sm {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #00363b;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #c4dfea;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.timeStamp {
    float: right;
    margin-top: 11px;
}

.messageWindow hr {
    padding-bottom: 15px;
    border-top-color: #eee;
    margin-bottom: 0;
}

.lightGray {
    color: #919191;
}

.AttachBar {
    position: relative;
    margin-top: -27px;
    z-index: 1;
}

#composeArea {
    padding-bottom: 35px;
}

table.contactGroupTable th {
    border-top: 0;
}


/* My Game */
.graphResets {
    width: 265px;
    background: #00363b;
    border-radius: 5px;
    box-shadow: 5px 0 15px rgba(59, 87, 99, .25);
}

.graphResetsInner {
    background: #698793;
    border-radius: 5px;
    box-shadow: 5px 0 15px rgba(59, 87, 99, .25);
}

.graphResetsG {
    max-width: 532px;
    background: #f7f7f7;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 0 15px rgba(59, 87, 99, .25);
    position: relative;
}

    .graphResetsG canvas {
        max-width: 100%;
    }

.form-check.form-check-right .container_r {
    padding-left: 0;
    padding-right: 25px;
}

.form-check.form-check-right .checkmark {
    left: auto;
    right: 0;
}

.inboxNav.inboxNavW {
    background: #fff;
}

    .inboxNav.inboxNavW li a.active {
        position: relative;
    }

        .inboxNav.inboxNavW li a.active:after {
            content: '';
            position: absolute;
            right: -6px;
            top: calc(50% - 6px);
            z-index: 1;
            width: 6px;
            height: 12px;
            background-image: url('../../images/icons/carret-tab.png');
        }

.badgeSlider {
    width: calc(100% - 100px);
    margin: 0 auto;
}

    .badgeSlider .item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 5px 0 15px rgba(59, 87, 99, .20);
        margin: 12px;
        padding: 15px;
        text-align: center;
        height: 232px;
    }

        .badgeSlider .item img {
            width: auto;
            max-width: inherit;
            margin: 0 auto;
        }

    .badgeSlider .owl-prev, .badgeSlider .owl-next {
        position: absolute;
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        border-radius: 50px;
        box-shadow: 5px 0 15px rgba(59, 87, 99, .20);
    }

    .badgeSlider .owl-prev {
        left: -50px;
        background-image: url('../../images/icons/slider-prev.png');
    }

    .badgeSlider .owl-next {
        right: -50px;
        background-image: url('../../images/icons/slider-next.png');
    }

    .badgeSlider .item h4 {
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 18px;
    }

.goalcontainer {
    height: 20px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.badgeSlider.owl-carousel .owl-nav.disabled {
    display: block;
}

.playerHead a {
    top: -3px;
    position: relative;
    margin-left: 3px;
}

    .playerHead a:focus, .playerHead a:active {
        color: #0275D8;
    }

.fs14 {
    font-size: 14px !important;
}
.fs15 {
    font-size: 15px !important;
}
.fs16 {
    font-size: 16px !important;
}

#freshworks-container, #launcher-frame {
    z-index: 999 !important;
}

.resultLegend {
    text-align: right;
}

.trgtLgnd:after {
    content: '';
    width: 70px;
    height: 8px;
    background: #00363b;
    display: inline-block;
    margin-left: 10px;
}

.actLgnd:after {
    content: '';
    width: 70px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    margin-left: 10px;
}

.graphCount {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#pills-leaderBoard .graphResetsInner {
    background: #fff;
}

#pills-leaderBoard .checkOut_table th {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#pills-leaderBoard .checkOut_table td {
    color: #00363b !important;
    padding: 5px !important;
}
/* End My Game */


/* Empty Game */
.emptyGame {
    background: #ebeeef;
    border-top: 1px solid #d8dde0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 433px;
}
/* End Empty Game */

/* Multi Class */
.mClassBtn {
    position: fixed;
    right: -2px;
    top: calc(50% - 35px);
    color: #00363b;
    background: #ebebeb;
    border-radius: 3px;
    border: 2px solid #fff;
    min-width: 122px;
    z-index: 999;
    box-shadow: 0 0 10px #000;
}

    .mClassBtn:hover, .mClassBtn:focus, .mClassBtn:active {
        color: #00363b;
        text-decoration: none;
    }

.mclassCount {
    font-weight: 900;
    font-size: 43px;
    line-height: 54px;
    font-family: 'proxima_nova_rgbold';
}

.mClassBtn:after, .mClassBtn:before {
    right: 100%;
    top: calc(50%);
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mClassBtn:after {
    border-color: rgba(203, 203, 203, 0);
    border-right-color: #ebebeb;
    border-width: 14px;
    margin-top: -14px;
}

.mClassBtn:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 16px;
    margin-top: -16px;
}

.mClassTop {
    padding: 0 10px;
    align-items: center;
}

.mClassBtm {
    background: #00363b;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
}

.mClassPanel {
    position: fixed;
    z-index: 1000;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 900px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all ease .5s;
}

    .mClassPanel.mClassPanel-open {
        right: 0;
    }

    /*.mClassPanel .table-striped tbody tr:nth-of-type(odd) {
        background: #fff;
    }*/

    .mClassPanel .modal-footer {
        border-top: 0;
    }

.deleteClassLink {
    color: #acaaad;
}

    .deleteClassLink:hover {
        color: #900;
    }

.tAmountFoot {
    background: #efefef;
}

span.freeTimeSpanSelected {
    background: #00363b !important;
    border-color: #00363b !important;
    color: #fff;
}

.freeTimeSpanSelected svg {
    width: 14px;
    position: absolute;
    top:11px;
    right: 10px;
    color: #fff;
}
.mClassPanel > .table-responsive {
    max-height: calc(100vh - 158px);
}
/* Multi Class */
/* Checkout Screens */
.ckBtn {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 8px;
}

.gift_discount_links a:not([href]):not([tabindex]) {
    color: #9AA8AF;
}

.totalFAS {
    color: #847f7b;
    font-weight: bold;
}

    .totalFAS b {
        color: #00363b;
    }

.lightHeader, .lightHeader th {
    background-color: #eceeef !important;
}

.ckFtr {
    justify-content: space-between;
}
/*waiting loader*/
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #283a48;
    width: 150px;
    height: 150px;
    background-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader_img {
    position: relative;
    width: 110px;
    top: 105px;
    left: 5px;
    z-index: 9;
}

.slotActions {
    background: rgba(0,0,0,0.2);
    display: flex;
    width: 100%;
}

.day_time span.leave_s > div:nth-child(2) {
    min-height: 24px;
}

.freeTimeSpan .slotActions > i > img {
    filter: brightness(0);
}

.slotActions > i {
    width: 12px;
    margin-left: 5px;
    text-align: center;
    padding-left: 5rem;
}
/* Checkout Screens */
/* End Inbox View CSS */

/* Course Play Setup */
.redDel:hover svg {
    fill: #990000;
}

/* SSO Select Academy */
.academyPod{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:30px 20px;
    border-radius:3px;
    border:1px solid #ccc;
    text-align:center;
    min-height:237px;
    margin-bottom:30px;
}
.academyLogo {
    width: 73px;
    height: 73px;
    border-radius: 75px;
    background: #00363b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.academyLogo {
    max-width:44px;
}
/* SSO Select Academy */

/* Associate Academy */
.accordionWizard.associateAccord {
}
.associateAccord {

}
    .associateAccord .card-header {
        background: #97a9b5;
        color: #fff;
        background-image: url(../images/icons/accord-down.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
        border: 0 none;
        border-radius: 0;
        cursor: pointer;
        padding: 11px 11px 11px 49px;
    }
        .associateAccord .card-header[aria-expanded="false"] {
            background-image: url(../images/icons/accord-up.svg);
        }
    .associateAccord .card-header h3{
        justify-content:space-between;
        font-weight:normal;
    }
    .associateAccord .card {
        margin-top: 1px;
        border: 0;
        border-radius: 0;
    }
.academyTB {
    display: inline-flex;
    align-items: center;
}
.academyLogo-md {
    width: 49px;
    height: 49px;
    border-radius: 75px;
    background: #00363b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.academyLogo-md img{
    max-width:29px;
    max-height:29px;
}
.associateAccord .magGlass svg{
    fill:#777;
    width:20px;
    height:20px;
}
.associateAccord .magGlass button:hover svg {
    fill: #990000;
}
.academyLogo-sm {
    width:35px;
    height:35px;
    border-radius: 75px;
    background: #00363b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* Course Play Setup */
.redDel:hover svg {
    fill: #990000;
}

/* SSO Select Academy */
.academyPod{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:30px 20px;
    border-radius:3px;
    border:1px solid #ccc;
    text-align:center;
    min-height:237px;
    margin-bottom:30px;
}
.academyLogo {
    width: 73px;
    height: 73px;
    border-radius: 75px;
    background: #fff;
    border: 1px solid #00363b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.academyLogo>img {
    max-width:44px;
}
/* SSO Select Academy */

/* Associate Academy */
.accordionWizard.associateAccord {
}
.associateAccord {

}
    .associateAccord .card-header {
        background: #97a9b5;
        color: #fff;
        background-image: url(../images/icons/accord-down.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
        border: 0 none;
        border-radius: 0;
        cursor: pointer;
        padding: 11px 11px 11px 49px;
    }
        .associateAccord .card-header[aria-expanded="false"] {
            background-image: url(../images/icons/accord-up.svg);
        }
    .associateAccord .card-header h3{
        justify-content:space-between;
        font-weight:normal;
    }
    .associateAccord .card {
        margin-top: 1px;
        border: 0;
        border-radius: 0;
    }
.academyTB {
    display: inline-flex;
    align-items: center;
}
.academyLogo-md {
    width: 49px;
    height: 49px;
    border-radius: 75px;
    background: #fff;
    border: 1px solid #00363b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.academyLogo-md img{
    max-width:29px;
    max-height:29px;
}
.associateAccord .magGlass svg{
    fill:#777;
    width:20px;
    height:20px;
}
.associateAccord .magGlass button:hover svg {
    fill: #990000;
}
.academyLogo-sm {
    width:35px;
    height:35px;
    border-radius: 75px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}

    .academyLogo-sm img {
        max-width: 21px;
        max-height: 21px;
    }
.groupRowMenu{
    position:absolute;
    right:11px;
    top:-39px;
    z-index:2;
}
/* Associate Academy */
/* Coach Header Views */ 
.btn-inverse {
    border: 1px solid #444;
    color: #333;
}
.icon-btn {
    border-radius: 50px;
    padding: .5rem 2rem;
    display: inline-flex;
    align-items: center;
    width: 290px;
    border:2.5px solid #00363b;
}
.icon-btn>b {
    width:100%;
}
.icon-btn.btn-inverse {
    border-width:2.5px;
    border-color:#00363b;
    color:#00363b;
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
        color: #333;
    }

.accountRadio .radioR.radio_c .checkmark {
    top: calc(50% - 11px);
}

.acountCart {
    position: absolute;
    right: 37px;
    top: calc(50% - 13px);
}

    .acountCart svg {
        fill: #777;
        width: 20px;
        height: 20px;
    }

    .acountCart:hover svg {
        fill: #900;
    }

.profileImage {
    width: 180px;
    height: 180px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 500px;
}

    .profileImage img {
        width: 100%;
    }

.upBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .upBtn img {
        margin-right: 5px;
    }

.accountsPanel {
}

.table td {
    border-top: none;
}
/* Coach Header Views */
/* End Course Play Setup */
header .dropdown-menu:after, header .dropdown-menu:before {
    display:none;
}

/* Multi Select Tags */
.inputTag {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    background: #00363b;
    border-radius: 3px;
    margin-bottom: 3px;
    color: #fff;
    position:relative;
    z-index:1;
    /* padding-left: 10px; */
}
    .inputTag span {
        padding-left: 15px;
    }
    .inputTag .tCloser {
        padding: 0 10px;
        display:inline-flex;
    }
        .inputTag .tCloser img {
            filter: invert(100);
        }
        .inverseImg {
            filter: invert(100);
        }
/* Multi Select Tags */

/* My Locker New */
.mLPod{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background:#444;
    border-radius:5px;
    color:#fff;
    transition:all .5s;
    height:290px;
}
    .mLPod:hover, .mLPod:focus, .mLPod:active {
        box-shadow: 0 0 20px rgba(0,0,0,0.7);
        color: #fff;
        text-decoration:none;
    }
.iconManageAcc {
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mLList{
    display:flex;
    flex-wrap:wrap;
    padding-left:18px;
}
.mLList li {
    color: #00363b;
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    margin-bottom:7px;
    padding-right:25px;
}
    .mLList li span {
        color: #858585;
    }
.lockerCard{
    border:0 none;
    box-shadow:0 3px 12px rgba(0,0,0,0.28);
}
    .lockerCard .card-header {
        background:none;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding-left:0;
        padding-right:0;
        padding-top:15px;
        padding-bottom:15px;
    }
    .lockerCard .card-header h6{
        font-size:17px;
    }
.cardActPod{
    display:flex;
    justify-content:space-between;
    margin-left:-5px;
    margin-right:-5px;
}
.cardActPod>a{
    width:100%;
    margin:5px 5px 0;
}
/* My Locker New */
/* Schedule */
.gj-datepicker {
    width: auto;
}
.cal_sel .gj-datepicker #ChDate {
    position: absolute;
    height: 43px;
    right: 0;
    width:47px;
}
/* Schedule */
.wBreak {
    word-break: break-all;
}

/* Custom Dropdown with Search */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* Field Icon */
.fieldIcon{
    position:relative;
}
.fieldIcon>.fieldIco{
    position:absolute;
    right:10px;
    top:7px;
    cursor:pointer;
    opacity:.7;
}
    .fieldIcon > .fieldIco:hover {
        opacity:1;
    }
.fieldIcon>.form-control{
    padding-right:40px;
}
/* Field Icon */
#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 20px;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.custom-dropdown-menu {
    position: relative;
    display: inline-block;
}


.custom-dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #fff;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index:2;
    width: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    max-height:280px;

}

    .custom-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.custom-dropdown-menu a:hover {
    background-color: #00363b;
    color: #fff;
    text-decoration: none;
}

/*.show {
    display: block;
}*/
/* Custom Dropdown with Search */

/* Sortable Table Row */
.tableSort.bookingTable tbody {
    position: relative;
}
/* Sortable Table Row */

/* Header Owner */
.sectionLiner{
    position:relative;
    padding-left:26px;
}
.sectionLiner:before {
    content:'';
    position: absolute;
    width:1px;
    height:100%;
    left:8px;
    top:0;
    background:#ccc;
}
/* Header Owner */

/* CheckBox Tabs */
/* Style the tab */
.taba {
    overflow: hidden;
    /*border: 1px solid #ccc;
    background-color: #f1f1f1;*/
}

    /* Style the buttons inside the tab */
    .taba button {
        background-color: #f6f6f6;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 100%;
        margin-bottom:1px;
        min-height:70px;
    }

        /* Change background color of buttons on hover */
        .taba button:hover {
            background-color: #ececec;
        }

        /* Create an active/current tablink class */
        .taba button.active {
            background-color: #ececec;
        }

/* Style the tab content */
.tabcontenta {
    display: none;
    padding: 15px 0;
    min-height:300px;
    /*border: 1px solid #ccc;
    border-top: none;*/
}
.tooltip-inner{
    max-width:280px;
    padding:15px;
    text-align:left;
    line-height:18px;
}
/* Custom Checkbox Tabs CSS */
.taba button .radioR.radio_c .checkmark {
    top: calc(50% - 10px);
}

.checkoutCheck{
    width:32px;
    height:32px;
    fill:#00363b;
    opacity:0;
}
.tablinks.active .checkoutCheck {
    opacity:1;
}
.icoInfo{
    width:20px;
}
.checkoutList {
    padding-left: 18px;
    position: absolute;
    left:33px;
    bottom:0;
}
.radioTable td:first-child .radioR {
    top:2px;
    padding-left: 20px;
    width: 20px;
    height: 20px;
}
.checkoutAside{
    background:#ececec;
}
    .checkoutAside ul li {
        background: transparent;
        border-radius: 0 !important;
        border-width: 0 0 1px 0 !important;
        min-height: 74px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.checkoutAside ul{
    border:0;
}
.table-sm td, .checkOut_table.table-sm td {
    padding: 8px!important;
}
.table-sm th, .checkOut_table.table-sm th {
    padding: 8px!important;
}
/* End Custom Checkbox Tabs CSS */
/* End CheckBox Tabs */

/* Manage Subscription */
.colorGuide{
    display:inline-flex;
    align-items:center;
    min-height:70px;
    width:100%;
}
    .colorGuide.colorGuideCal {
        border-bottom: 3px solid #646564;
    }
    .colorGuide label {
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
        line-height: 21px;
    }
.colorGuide .cDot{
    margin-right:6px;
}
.cDot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    margin: auto;
}
.redDot {
    background-color: #8c0000;
}
.redWarning {
    width: 23px;
    height: 23px;
    background: url('../images/icons/exclamation-triangle-fill-big.svg') center center no-repeat;
    display:inline-block;
}
.orangeDot {
    background-color: #c24d14;
}
.greenDot {
    background-color: #008c69;
}
.blackDot {
    background-color: #000;
}
.yellowDot {
    background-color: #b2b200;
}

/* End Manage Subscription */
/* Error Screen */
.transBgW {
    background: rgba(255,255,255,.95);
    padding: 80px; 
}
.dClr{
    color:#00363b!important;
}
.dClr-bg{
    background-color:#00363b!important;
}
/* End Error Screen */
/* Booking Filter Management */
.trActLocked {
    width:35px!important;
    height:35px!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.showListings{
    position:relative;
    min-height:46px!important;
}
    .showListings .listPuller {
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        cursor:pointer;
    }
    .p-rel {
        position:relative;
    }
/* Booking Filter Management */
.iconEmpty {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: inline-flex;
    background: #00363B;
    align-items: center;
    justify-content: center;
}

    .iconEmpty svg {
        width: 26px;
        height: 26px;
    }


/* Dashboard Creation */
.btn-db{
    background:#eee;
    border:0 none;
    border-radius:5px!important;
}
.mini-jumbotron{
    background:#fcfcfc;
    border:1px solid #d9d9d9;
    border-radius:5px;
    padding:15px;
    min-height:110px;
    height:100%;
}
.dbMenuList{

}
.btn-modern{
    background:#fff;
    box-shadow:2px 2px 6px rgba(0,0,0,0.13);
    margin-bottom:10px;
    border:0;
    color:#00363b;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-right:15px;
}
.btn-modern:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:3px;
    height:100%;
    background:#00363b;
}
.db-tile-cross{
    background:#fff;
    width:25px;
    height:25px;
    border-radius:50px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 0 7px rgba(0,0,0,0.15);
}
.defCard {
    width:100%;
    min-height:138px;
    border-radius:3px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background: #00363b;
    background: -moz-linear-gradient(45deg, #00363b 0%, #345e62 100%);
    background: -webkit-linear-gradient(45deg, #00363b 0%,#345e62 100%);
    background: linear-gradient(45deg, #00363b 0%,#345e62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00363b', endColorstr='#345e62',GradientType=1 );
}
.defCard h2{
    font-size:35px;
    font-weight:bold;
    color:#fff;
}
.defCard span{
    font-size:13px;
    font-weight:bold;
    color:#fff;
}
.smartCard {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.13);
    border: 0;
    border-radius:3px;
    color: #00363b;
    padding:5px 15px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    text-align:center;
}
/* Dashboard Creation */
/* Dashboards */
body .btn-primary.disabled, body .btn-primary:disabled {
    color: #fff;
    background-color: #00363B;
    border-color: #00363B;
}

table.mini-table th, table.mini-table td {
    font-size: 14px;
    line-height: normal;
}

.smartCard.smartCardFix {
    border-left: 3px solid #00363B;
}

#reportrange > i {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 9px;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
}

button.collapseDB[aria-expanded="true"] > img {
    transform: rotate(180deg);
}
/* Dashboards */

/* Media Queries */
@media(min-width:1280px){
    .smartCard.smartCardFix{
        height:100px;
    }
}
@media (max-width:1280px) {
    .selcltime {
        position: absolute;
        margin-left: 0;
        margin-top: auto;
        background: #fff !important;
        max-height: 204px;
        width: 100%;
        border: 1px solid;
        padding: 10px;
        left: 0;
        right: 0;
        z-index: 99999999999;
        bottom: 0;
        top: auto !important;
        text-align: left !important;
    }
}

@media (max-width:1199px) {
    header .container .col-sm-7 {
        padding: 0;
    }
    .main-navbar {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 5px 10px rgb(0,0,0,0.3);
    }
    .main-navbar .dropdown-menu {
        border: 0 none;
        padding: 0;
        background: #f6f6f6;
    }
    .main-navbar .dropdown-menu a{
        padding:12px 20px;
        border-bottom:1px solid #ccc;
    }
    .main-navbar .dropdown-menu:after, .main-navbar .dropdown-menu:before {
        display:none;
    }

    .main-navbar {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 5px 10px rgb(0,0,0,0.3);
    }

    .menu ul li {
        padding: 10px 10px !important;
    }
    .btm-nav .hubLink {
        text-align: center;
        max-width: 150px;
        margin: 15px 0;
        justify-content: center;
    }
    .btm-nav .nav-item .nav-link {
        position: relative;
        /*border-bottom: 1px solid #ccc;
        font-weight:bold;*/
    }
        .btm-nav .nav-item .nav-link.dropdown-toggle::after {
            left: 3px;
        }
    .main-navbar-toggler{
        border:0;
        padding:0;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 767px) {

    .pay .pay-head h3 {
        font-size: 14px !important;
    }

    .pay .icons {
        text-align: left !important;
    }

        .pay .icons img {
            max-width: 20px !important;
        }

    .pay .pay-side h3 {
        font-size: 12px !important;
    }

    .pay .pay-side h6 {
        font-size: 12px !important;
    }

    .dvDiscount + a {
        display: none;
    }

    .pay .pay-side .btn_side {
        margin-bottom: 5px !important;
    }

    .discountMobSec {
        display: none;
    }

    .discountWebSec {
        position: absolute;
        right: 45% !important;
        top: 22% !important;
    }

    .w_heading .days {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .filterActions {
        justify-content: left !important;
        padding-left: 59px;
    }

        .filterActions button {
            margin-top: 10px;
        }

    .mClassBtn {
        bottom: 0;
        top: auto;
        width: calc(100%);
        right: 0;
        border: 0 none;
        border-top: 2px solid #fff;
        border-radius: 0;
        display: flex;
    }

    .mClassTop {
        width: 100%;
    }

    .mClassBtm {
        margin: 15px;
        width: 200px;
        border-radius: 5px;
        padding-bottom: 4px;
    }
}

@media (max-width:992px) {
    .graphResets {
        width: 363px;
        margin-bottom: 15px;
    }

    .dis_code input[type=text] {
        width: 100%;
        float: none;
    }

    .dis_code button {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .card_g1, .card_g2, .card_g3, .card_g4, .card_g5 {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggler {
        border-radius: 0;
        color: #000 !important;
        /*border: 1px solid #000;*/
        background: none;
    }

    #mobNavBar {
        top: -2px;
    }
    /*.newMenu #mobNavBar {top: -52px;}*/
    /*#navopen {
        top: 48px !important;
    }*/
    /*.newMenu #navopen{top :0px !important;}*/
    .menu {
        margin-top: 7px;
        min-height: 40px;
        padding: 15px!important;
    }

    .durtionSchdedule select {
        width: 100%;
    }

    #navopen {
        position: absolute;
        background: #fff;
        top:100%;
        right: 0;
        border: 1px solid #ddd;
        width:100%;
    }

    #navopen2 {
        position: absolute;
        background: #fff;
        top: 44px;
        right: 0;
        border: 1px solid #ddd;
        z-index: 99;
    }

    .menu ul li {
        padding:0 !important;
        display: block;
        border-bottom:1px solid #eee;
    }
        .menu ul li .dropdown-menu {
            border-radius: 0;
            box-shadow: none;
            background: #f7f7f7;
            margin: 0 !important;
            border: none;
            padding-left: 15px;
        }
        .menu ul li a {
            padding: 10px 15px !important;
            display: block;
            text-align:left;
        }
        .menu ul li a:hover {
            background:#f7f7f7;
        }

    .menu .navbar-nav {
        text-align: center;
        min-width: 200px;
    }

    header .col-sm-7 {
        position: inherit;
        padding: 0;
    }

    /*.centerbody {
        padding: 100px 0;
    }*/

    #navopen2 ul li {
        padding-top: 0px !important;
    }

        #navopen2 ul li.activcls {
            background: none;
            padding-top: 0px;
        }

            #navopen2 ul li.activcls a {
                color: #c6171a !important;
            }

        #navopen2 ul li:hover {
            background: none;
            padding-top: 0px;
        }

    #navopen2 ul {
        text-align: center;
    }

    .con2 nav {
        position: static;
        top: -42px;
        right: -15px;
        margin-right: 0;
    }

    .voucher_detail .radio {
        padding-left: 20px;
    }

    .voucher_body table {
        min-width: 500px;
    }

    .logo {
        padding-top: 0;
        margin-bottom: 14px;
        width: 100%;
        margin-top: -8px;
    }
}


@media (max-width:767px) {
    .accordionWizard .card-body{
        padding-left:0!important;
        padding-right:0!important;
    }
    .accordionWizard .card-header {
        padding-left: 10px;
    }
    .accordionWizard .card-header h3{
        flex-direction: column;
        align-items: start;
        font-size: 18px;
        width:150px;
    }
        .accordionWizard .card-header[aria-expanded="true"] {
            background-position: calc(100% - 10px) center !important;
        }
    .accordionWizard .card-header {
        padding-right: 40px !important;
    }
    
    .sessionDetailsHeader {
        margin-left: 0!important;
        font-size: 11px!important;
    }
    .membershipTabs.wizardTabs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*#atendeesPanel .colorGuide {
        justify-content: flex-start;
    }*/
    #atendeesPanel .colorGuide label {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .icon-btn{
        width:100%;
    }
    .icon-btn.btn-inverse{
        margin-top:15px;
    }
    .colorGuide {
        flex-wrap: wrap;
        padding: 15px;
    }
    .colorGuide>b{
        width:100%;
        margin-bottom:10px;
    }
    .colorGuide>label{
        width:100%;
        margin-bottom:10px;
    }
    .EvntDesc {
        position: relative;
        text-align: left;
    }
    .mLPod {
        height: 230px;
    }
    .mLList li {
        width:100%;
    }

    .day_time span.leave_s, .day_time span {
        flex-direction: row;
    }

    .slotActions {
        background: none;
        order: 2;
        width: auto;
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .day_time span.leave_s > div:nth-child(2) {
        padding-top: 3px;
        min-height: 24px;
        position: relative;
    }

    .mob_time span {
        display: flex !important
    }

        .mob_time span > div:nth-child(2) {
            padding: 0 5px;
        }

    .mob_time span, .day_time span.leave_s {
        min-height: auto
    }

        .mob_time span > div:nth-child(2) {
            width: 100%;
        }

    .modal-footer.ckFtr {
        display: block;
        text-align: center;
    }

        .modal-footer.ckFtr h4 {
            padding-bottom: 10px;
        }

    .logreg_left {
        border-right: 0px solid #00363b;
        padding-right: 15px;
        text-align: left;
    }

    .logreg_right {
        padding-left: 15px;
        text-align: left;
    }

    header .row .col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    header .row .col-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #divPlayerList {
        margin-top: 1.5rem;
    }


    .menu {
        margin-top: 20px;
    }

    .loginpage input {
        width: 100%;
    }

    .loginpage .row {
        padding: 45px 15px;
    }

    .singupright .btncls {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .program_box_mob .pro_box_mob_inner .col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 5px 8px 5px 10px;
    }

    .program_box_mob .pro_box_mob_inner .col-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding: 5px 8px 5px 10px;
    }



    .pro_box_mob_inner2 .col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 5px 8px 5px 10px;
    }

    .pro_box_mob_inner2 .col-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding: 5px 8px 5px 10px;
    }

    #dvGiftCard .card_g1 {
        display: none;
    }

    .card_g2, .card_g3, .card_g4 {
        width: 25%;
    }

    .lessonType, .creditCode {
        display: none;
    }

    .total_cl span:nth-child(2) {
        margin-right: 20px;
        margin-top: -12px;
    }
    #sessionBuildCalendar .selcltime {
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

@media (max-width:575px) {
    .du_mob {
        display: none !important;
    }

        .du_mob.d-inline-block {
            display: inline-block !important;
        }

    .date_ch {
        /*width: 100% !important;*/
        line-height: 30px;
        font-size: 14px;
        padding-bottom: 22px;
    }

    .select_cls .fa-angle-left {
        top: 13px;
    }

    .step2mobile .cal_sel {
        top: 1px;
    }

    .select_cls .fa-angle-right {
        top: 13px;
    }

    #playersDropdown, .playersDropdown {
        margin-top: -3px !important;
    }

    .fsocial ul {
        text-align: center;
    }

    footer {
        text-align: center;
    }

    .proimg img {
        width: 100%;
        max-height: inherit;
    }

    /*.centerbody {
        padding: 50px 0;
    }*/

    .title_part {
        padding-top: 50px;
    }

    .stp_num {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .skillpage .nav-tabs .nav-item {
        display: block;
    }
}

@media (max-width:400px) {
    .total_cl span:nth-child(2) {
        margin-right: 0px;
        margin-top: 0px;
    }
}

@media (max-width:360px) {
    #mobNavBar {
        top: 10px;
    }

    /*.newMenu #mobNavBar {
        top: -52px;
    }*/
    #navopen {
        top: 50px !important;
    }
}
/*===== Azhar CSS =====*/

.title_part_3 {
    background: #00363b;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 10px;
}

    .title_part_3 h2 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
    }

    .title_part_3 .durtion label {
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
    }

    .title_part_3 .stp_num a.collapse {
        text-transform: uppercase;
        color: white;
        display: block;
        width: auto;
        height: auto;
        background: transparent;
        text-decoration: underline;
        text-align: right;
        margin-top: 13px;
    }

    .title_part_3 .stp_num a.showCollapse {
        text-transform: uppercase;
        color: white;
        display: block;
        width: auto;
        height: auto;
        background: transparent;
        text-decoration: underline;
        text-align: right;
        margin-top: 13px;
    }

    .title_part_3 .durtion select {
        background: white;
        height: 35px;
        width: 45%;
        border: 1px solid black;
        padding: 0;
        color: #00363b;
        font-family: 'proxima_nova_rgbold';
    }

.accr_3 .card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: #828282;
    border-radius: 0;
    border: 0;
    color: white;
}

.accr_3 .btn-link {
    font-weight: 400;
    color: white;
    border-radius: 0;
    padding-right: 0;
}

    .accr_3 .btn-link:hover {
        text-decoration: none;
    }

.accr_3 .card {
    background: transparent;
    border: 0;
}

.accr_3 .card-body {
    padding: 20px 10px;
    background: white;
}

.accr_3 .accr_3_footer {
    background: #cccccc;
    text-align: right;
    padding:10px;
    border-bottom: 5px solid #415763;
}

.accr_3 .accr_3_btn {
    background: #00363b;
    color: white;
    border-radius: 0;
    /*text-transform: uppercase;*/
}

.accr_3 h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.accr_3 h4 {
    font-size: 14px;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
}

    .accr_3 h4 span {
        font-size: 16px;
        font-weight: normal;
    }

.accr_3 p {
    margin-bottom: 10px;
    line-height: 15px;
}

.disnimob {
    display: block;
}

.disbimob {
    display: none;
}

.disbidres {
    display: none;
}

.collap_b {
    text-align: right;
}

.pay {
    background: white;
    min-height: 500px;
}

    .pay .col-md-9 {
        border-right: 1px solid #545454;
    }

    .pay .pay-head {
        background: #f1f1f1;
        padding: 10px;
        text-transform: uppercase;
    }

    .pay .pay-head-sec {
        background: #f1f1f1;
        padding: 0px 0px 0px 0px;
        text-transform: uppercase;
    }

.ckHeadBtnAct {
    background: #00363b;
    padding: 7px 11px;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
    width: 155px;
    text-align: center;
}

.ckHeadBtnDeAct {
    color: #00363b;
    padding: 7px 11px;
    position: relative;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
    width: 155px;
    text-align: center;
    font-weight: 600;
}

.pay .pay-head h3 {
    font-size: 16px;
    font-family: 'proxima_nova_rgbold';
    color: #3f5763;
    margin: 4px 0 0 0;
}

    .pay .pay-head h3 span {
        color: #8c8c8c;
        font-weight: normal;
    }

.pay .icons {
    text-align: right;
}

    .pay .icons img {
        max-width: 22px;
        opacity: .5;
        margin-left: 5px;
    }

        .pay .icons img.sel_pay {
            opacity: 1;
        }

        .pay .icons img:hover {
            opacity: 1;
            cursor: pointer;
        }

.pay .pay-body {
    padding: 10px;
}

    .pay .pay-body .form-group {
        margin: 0;
    }

        .pay .pay-body .form-group .form-check-label {
            padding: 0;
        }

.pay .custom-control-input:checked ~ .custom-control-indicator {
    color: black !important;
    background-color: #00363b;
    border: 1px solid black;
    border-radius: 0px;
}

.pay .custom-control-indicator {
    border: 1px solid black;
    border-radius: 0px !important;
    background: #00363b;
}

/* The container */
.container_r {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container_r input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #bbb;
    border-radius:2px;
}

/* On mouse-over, add a grey background color */
.container_r:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_r input:checked ~ .checkmark {
    background-color: white;
}
.container_r input:disabled ~ .checkmark {
    background-color: #eee;
    cursor:not-allowed;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_r input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_r .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #00363b;
}


.pay .pay-form {
    border: 2px solid #454545;
    padding: 10px;
    border-radius: 3px;
}

.pay .col-md-3 {
    padding: 10px;
    text-align: right;
    padding-bottom: 15px;
}

.insccroll {
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 -9px;
    padding: 10px;
}

.pay .pay-man img {
    border-radius: 150px;
    width: 80px;
}

.pay .pay-mangb img {
    border-radius: 50%;
    width: 80px;
    padding-top: 8px;
    height: 80px;
    padding-right: 5px;
}

.pay .pay-side h3 {
    color: #8c8c8c;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 600;
}

.pay .pay-side h4 {
    color: #8c8c8c;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}

    .pay .pay-side h4 span {
        color: #00363b;
    }

.pay .pay-side p {
    color: #8c8c8c;
    margin-bottom: 15px;
}

.pay .pay-side .btn_side {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 8px;
}

.pay .pay-form .form-control {
    border: 1px solid black;
    border-radius: 0px;
    height: 30px !important;
    padding: 5px;
}

.pay-model .modal-dialog {
    max-width: 1060px;
}

.pay-model .modal-body {
    padding: 10px 20px 30px;
}

.pay-model .pay_mod_left {
    border-right: 2px solid #eee;
}

    .pay-model .pay_mod_left p {
        margin-bottom: 15px;
        font-family: 'proxima_nova_rgbold';
        color: #a9a9a9;
        font-size: 18px;
    }

.pay-model .pay_mod_right {
    text-align: right;
}

    .pay-model .pay_mod_right img {
        width: 100px;
        margin-bottom: 15px;
    }

    .pay-model .pay_mod_right h3 {
        color: #8c8c8c;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
    }

    .pay-model .pay_mod_right h4 {
        color: #8c8c8c;
        font-size: 14px;
        margin-top: 40px;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
    }

        .pay-model .pay_mod_right h4 span {
            color: #00363b;
        }

    .pay-model .pay_mod_right p {
        color: #8c8c8c;
        margin-bottom: 15px;
    }

    .pay-model .pay_mod_right .btn_side {
        background: #cccccc;
        color: #646564;
        border: 1px solid black;
        border-radius: 0px;
        text-transform: uppercase;
        padding: 8px 10px;
        min-width: 120px;
    }

        .pay-model .pay_mod_right .btn_side:hover {
            background: #00363b;
            color: white;
        }

.pay-model .pay_mod_left .btn_side {
    background: #00363b;
    color: white;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
}

    .pay-model .pay_mod_left .btn_side:hover {
        background: #cccccc;
        color: #646564;
    }

/*.pay-model .form-control {
    border: 1px solid black;
    border-radius: 0px;
    height: 38px !important;
    padding: 5px;
}*/

/*.pay-model select.form-control {
    color: #405763;
    font-family: 'proxima_nova_rgbold';
}*/

.pay-model label {
    /*color: #8c8c8c;*/
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.pay-model h2 {
    color: #646564;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}

.pay-model .form-control::-webkit-input-placeholder { /* Edge */
    color: #8c8c8c;
    font-size: 16px;
    /*font-family: 'proxima_nova_rgbold';*/
}

.pay-model .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8c8c8c;
    font-size: 16px;
    /*font-family: 'proxima_nova_rgbold';*/
}

.pay-model .form-control::placeholder {
    color: #8c8c8c;
    font-size: 16px;
    /*font-family: 'proxima_nova_rgbold';*/
}


.pay_mod_left p.pay_rtex {
    color: #920f0f;
    line-height: 1.3;
}

.pay_mod_left .icons {
    text-align: right;
}

    .pay_mod_left .icons img {
        max-width: 22px;
    }

.pay_mod_left h4 {
    font-size: 14px;
    font-family: 'proxima_nova_rgbold';
    color: #3f5763;
    margin: 0px 0 15px 0;
}

    .pay_mod_left h4 span {
        color: #8c8c8c;
        font-weight: normal;
        text-transform: uppercase;
    }

.pay_mod_left h5 {
    font-size: 13px;
    font-family: 'proxima_nova_rgbold';
    color: #920f0f;
    margin: 7px 0 20px 0;
}

    .pay_mod_left h5 span {
        color: #8c8c8c;
        font-weight: normal;
        text-transform: uppercase;
    }

.pay_mod_right img.mode_2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 8px;
}

.pay-model .pay_mod_left p.pay_gtex {
    color: #444444;
}

.field-input {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.field-icon {
    color: #3f5763;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 5px;
}

.pay-model-list h6 {
    font-size: 14px;
    font-family: 'proxima_nova_rgbold';
    margin-bottom: 20px;
}

.pay-model-list .container_r {
    text-transform: unset;
    color: #292b2c;
}

    .pay-model-list .container_r .checkmark {
        top: 2px;
    }

.field-icon-cont {
    display: inline-block;
}

.disnitab {
    display: block;
}

.ccolor {
    padding: 5px;
}

    .ccolor span {
        background: none;
        color: #fff;
        border: 0;
        padding: 0;
        margin: 0;
    }

.gcolor {
    background: #59b200 !important;
    color: #fff;
}

.bcolor {
    background: #000 !important;
    color: #fff;
}

.rcolor {
    background: #8c0000 !important;
    color: #fff;
}
.prcolor {
    background: #A23B78 !important;
    color: #fff;
}
.ocolor {
    background: #C24E21 !important;
    color: #fff;
}
.pcolor {
    background: #008c69 !important;
    color: #fff;
}

.ycolor {
    background: #b2b200 !important;
    color: #fff;
}

.trcolor {
    color: transparent !important;
    -webkit-user-select: none !important;
}

.dayt {
    position: absolute;
    padding: 5px;
    left: -62px;
    text-align: center;
    background: #eeeeee;
    max-width: 62px;
    bottom: 0;
    top:1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #848181;
    border-right: 0;
}

/*.CoachCal .dayt {
    top: 170px;
}*/

.dayt p .fa {
    font-size: 31px;
    line-height: 22px;
    color: #646564;
    position: relative;
    top: -1px;
}

/*.day_time span img {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 1
}*/

.rsp1 {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
}

    .rsp1 span {
        visibility: hidden;
    }

        .rsp1 span.Edesc {
            position: absolute;
            top: 1px;
            left: 0;
            right: 0;
            width: 100%;
            visibility: visible;
            background: none;
            border: 0;
            margin-top: 0;
            font-size: 12px;
            line-height: 13px;
        }

.dayt label {
    height: 0px;
    display: block;
    margin-bottom: 0;
}

    .dayt label:first-child {
        height: 62px;
    }

    .dayt label.tmc {
        height: 95.5px;
    }

#CalStripe {
    padding-top: 69px;
}

.dayt span {
    background: #eeeeee
}

/*#CalStripe span {
    margin: 0 !important;
}*/

#SCalStripe {
    margin-top: 40px;
}

.emslot {
    background: #fff !important;
    /*border-color: #fff !important;
    color: #fff;*/
    opacity: 0 !important;
    cursor: default !important;
}

.dayt p {
    padding-bottom: 9px;
}

/*.pay-model .ficls {
    padding: 20px 20px 20px 20px;
}*/

.pay-model .ficls label {
    color: #8c8c8c;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 11px;
    margin-bottom: 0;
}

.gj-calendar {
    z-index: 1100;
}

.ficls .input-group-addon {
    padding: 8px 11px!important;
    /*border-color: #000;*/
}

.ficls .col-md-4 {
    padding-left: 15px !important;
}

.ficls textarea.form-control {
    height: 80px !important;
}

.ficls .btn_side {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
}

    .ficls .btn_side:hover {
        background: #00363b;
        color: white;
    }

.fbtn {
    text-align: right;
}


.gfooter .gbtn {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
}

    .gfooter .gbtn:hover {
        background: #00363b;
        color: white;
    }

.gfooter {
    text-align: right;
}

.popUp p {
    font-size: 18px;
}

.popUp .gfooter {
    padding-top: 5px;
}

.popUp .gbtn {
    padding: 2px;
    font-size: 15px;
}

.cal_sel input[type=text] {
    border: 0;
    background: none;
    /*font-size: 0;*/
}

.cal_sel .input-group-addon {
    background: none;
    border: 0;
    text-align: right;
    color: #333;
    font-size: 31px;
    z-index:999;
}

.cal_sel .cal_leav {
    color: #333;
    /*position: absolute;
    right: 67px;
    top: 19px;*/
    font-size: 31px;
    display: flex;
    padding-right: 10px;
    /*z-index: 1;*/
}
#quickBookButton {
    margin-right: 10px;
}

.todayck {
}


/* Customize the label (the container) */
.todayck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #292b2c;
    color: #292b2c;
    font-size: 16px;
    padding-right: 9px;
}

    /* Hide the browser's default checkbox */
    .todayck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .todayck .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background: #292b2c;
        border: 0 !important;
    }

    /* On mouse-over, add a grey background color */
    .todayck:hover input ~ .checkmark {
        background: #292b2c;
    }

    /* When the checkbox is checked, add a blue background */
    .todayck input:checked ~ .checkmark {
        background: #292b2c;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .todayck:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .todayck input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .todayck .checkmark:after {
        left: 7px;
        top: 1px;
        width: 9px;
        height: 18px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.lvnotes textarea {
    font-weight: 100;
    display: block;
    width: 100%;
    height: 100px;
}

.lvnotes .fbtn {
    padding: 20px 0 0 0;
}

.lvnotes .modal-dialog {
    max-width: 420px !important;
    position: relative;
    top: 20px;
}

.lesn_detail .btn_side {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 8px 5px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 7px;
    margin-right: 4px;
}

.lesn_detail .ficls label {
    color: #545454;
    text-transform: capitalize;
    padding-top: 2px;
    font-size: 16px;
}

.less_btns {
    padding-top: 16px;
}

.lesn_detail .fa-pencil {
    color: #000;
    padding: 4px;
    font-size: 19px;
    cursor: pointer;
}

/*.lessonDetail .btn {
    padding: 8px 14px !important;
    font-size: 14px !important;
}*/



/*#confirm .modal-dialog {
    max-width: 400px !important;
}*/

/*#confirm .modal-content {
    background: #fff;
    border: 2px solid #00363b;
    text-align: center;
    position: relative;
    top: 40px;
}*/

/*#confirm .modal-dialog {
    max-width: 400px !important;
}*/

/*#confirm .modal-content {
    background: #fff;
    border: 2px solid #00363b;
    text-align: center;
    position: relative;
    top: 40px;
}*/

#confirm .gfooter .gbtn {
    padding: 5px 16px;
    margin: 0 10px;
}

#confirm .gfooter {
    text-align: center;
    padding-top: 20px;
}

/*#ConfirmText {
    font-size: 18px;
}*/

#spnNotes {
    display: block;
    border: 1px solid;
    padding: 5px;
    font-size: 15px;
}

.py_cls {
    margin-bottom: 10px;
}

.lvnotes .ficls label {
    color: #545454;
    text-transform: capitalize;
    padding-top: 2px;
}

.lvnotes .fa-pencil {
    color: #000;
    padding: 4px;
    font-size: 19px;
    cursor: pointer;
}

#atendeesPanel th {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    /*vertical-align: top;*/
}

#atendeesPanel td {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    max-width: 170px;
    word-break: break-word;
}

.lesn_detail label {
    font-size: 14px;
}

/*#atendeesPanel table {
    min-width: 700px;
    overflow: auto;
}*/

@media (max-width:1024px) {
    #atendeesPanel {
        max-height: 300px;
        overflow: auto;
    }
}
/*#atendeesPanel {
    max-height: 300px;
    overflow: auto;
}*/

.stripclose {
    bottom: inherit;
    padding-bottom: 0;
}

    .stripclose p {
        padding-bottom: 0;
    }

.step2desktop {
}

.step2mobile {
    display: none;
}

/*.stheading {
    background: #f0f0f0;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0 -15px;
}*/

.date_ch {
    float: left;
    width: 65%;
    padding: 10px 25px 10px 25px;
    background: #fff;
    position: relative;
    text-align: center;
}

.du_mob {
    float: left;
    width: 35%;
    padding: 10px 5px 10px 5px;
    background: #eee;
    position: relative;
    text-align: center;
}


.select_cls .fa-angle-left {
    position: absolute;
    left: 10px;
    font-size: 25px;
    top: 8px;
    cursor: pointer;
}

.select_cls .fa-angle-right {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 8px;
    cursor: pointer;
}

.select_cls {
    margin: 0 -15px;
}



.wek_mob {
    background: #414143;
    padding: 10px 15px;
    margin: 0 -15px;
    text-align: center;
}

.date_ch span {
    background: #414142;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-block;
    line-height: 26px;
    margin-right: 5px;
}

.wek_mob span {
    display: inline-block;
    color: #000;
    border-radius: 50%;
    width: 39px;
    font-size: 12px;
    height: 39px;
    line-height: 38px;
    text-align: center;
    background-color: #BBBBBB;
}

.schavlble {
    background-color: #83B100 !important;
    color: #fff !important;
}

.schsel {
    border: 1px solid #fff;
}

.mob_time span {
    background: #cccccc;
    border-radius: 2px;
    border: 1px solid #646564;
    margin: 4px 1px;
    display: inline-block;
    font-size: 12px;
    /*padding: 2px 4px 1px 4px;*/
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.mob_time {
    padding: 20px;
    text-align: center;
    font-size: 16px !important;
}

.du_mob select {
    background: none;
    border: 0;
    height: 28px;
}

.cart_header a {
    color: #000 !important;
    position: relative !important;
    top: 7px !important;
}

    .cart_header a i {
        font-size: 25px !important;
    }

.topsocial img {
    max-width: 140px;
    max-height: 20px;
}

.cart_header span {
    position: absolute;
    top: 2px;
    background: #000;
    color: #fff;
}

.cart_header span {
    position: absolute;
    top: -11px;
    background: #00aa90;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
}

.cart_header {
    padding-right: 15px !important;
}

.cart_header1 {
    position: absolute;
    right: 300px;
    top: 3px;
}

.cart_headerPro {
    right: 115px !important;
}

.pymob {
    display: none;
}

    .pymob button.bk {
        background: #00363b;
        width: 100%;
        padding: 8px;
        text-align: center;
        color: #fff;
        border: 0;
        margin-bottom: 10px;
    }

    .pymob button.bk2 {
        background: #f0f0f0;
        width: 100%;
        padding: 8px;
        text-align: center;
        color: #00363b;
        border: 1px solid #333;
    }

.ckmobile {
    display: none;
}

    .ckmobile h3 {
        padding: 10px;
        text-align: center;
        color: #000;
        font-size: 28px;
        background: #f0f0f0;
    }

.class_mb {
    padding: 15px;
    border-bottom: 1px solid #00363b;
}

    .class_mb .clmb1 {
        float: left;
        width: 65%;
        padding: 0 10px 0 0;
    }

        .class_mb .clmb1 p {
            font-size: 13px;
        }

    .class_mb .clmb2 {
        float: left;
        width: 35%;
        padding: 0 0px 0 5px;
        text-align: right;
    }

        .class_mb .clmb2 p {
            text-transform: uppercase;
            font-size: 13px;
        }

.ckmobile {
    background: #fff;
}

.total_cl {
    background: #00363b;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}

    .total_cl span {
        float: right;
    }

    .total_cl .txtPayment {
        float: left;
        position: relative;
        top: -10px;
    }

    .total_cl .icons {
        padding: 10px 0;
    }

        .total_cl .icons img {
            max-width: 22px;
            opacity: .5;
            margin-left: 5px;
        }

            .total_cl .icons img:hover {
                max-width: 22px;
                opacity: 1;
                cursor: pointer;
            }

.log_tleft {
    text-align: left;
}

    .log_tleft .col-md-12 {
        padding: 0;
        margin-bottom: 5px;
        color: #000;
        font-weight: 600;
    }

.log_tcenter {
    text-align: center;
    max-height: 700px;
    overflow: auto;
}

.m0 {
    margin: 0;
}

.blockUI {
    z-index: 99999 !important;
    opacity: 0.8 !important;
}

.PaymentMethodWrap p {
    font-size: 20px !important;
}


/*--------------------------------------------- 07-July-2020 ------------------------------*/

.checkOut_table {
    border-bottom: 2px solid #eceeef;
}

    .checkOut_table th {
        background: #eceeef;
        color: #00363b;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
    }

    .checkOut_table td {
        /*color: #00363b;*/
        font-size: 14px;
        text-align: center;
        border-width: 2px;
        vertical-align: middle;
    }

    .checkOut_table .check_out_name {
        text-align: left;
        color: #00363b;
        font-weight: bold;
    }

.header_icon_checkout {
    display: flex;
}

.header_icon_inner {
    width: 28px;
    text-align: center;
}

.header_icon_checkout span {
    align-self: center;
    line-height: 15px;
}

.checkOut_table .form-check {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 18px;
    height: 18px;
    padding-left:0;
}

.header_icon_checkout label {
    margin: 0px;
}

.checkOut_table th label {
    margin: 6px 0px;
    height: 40px;
}

.title_part_3 .durtion label {
    text-transform: none;
    font-family: 'proxima_novaregular';
    margin: 0px;
    padding: 0px;
}

.stp_num h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}

.stp_num label {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
    margin: 0px;
}

.thanksConfermation {
    text-align: center;
    padding: 40px 0px;
}

    .thanksConfermation h1 {
        color: #00363b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 30px;
        margin: 10px 0px;
    }

    .thanksConfermation p {
        font-size: 16px;
        color: #847f7b;
    }

.thanks_list {
    border-bottom: 2px solid #eceeef;
}

    .thanks_list th {
        background: #eceeef;
        color: #00363b;
        font-size: 18px;
        vertical-align: middle;
        text-align: left;
    }

    .thanks_list td {
        color: #847f7b;
        font-size: 16px;
        text-align: left;
        border-width: 2px;
        vertical-align: middle;
    }

.pay .col-md-9 {
    border-right: 2px solid #e3e6e8;
}

.print_checkout {
    text-align: center;
    margin: 20px 0px 50px 0px;
}

    .print_checkout button {
        padding: 10px 20px;
        border: solid 2px #00363b;
        color: #00363b;
        text-transform: uppercase;
        background: #fff;
        font-weight: bold;
        cursor: pointer;
    }

        .print_checkout button:hover {
            background: #eceeef;
        }

/* Contact Us Page */
.contactSuccess {
    min-height: 643px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.successContainer {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sGreenLink {
    color: #018874;
    text-decoration: underline;
}

    .sGreenLink:hover {
        color: #018874;
        text-decoration: none;
    }

.bLink {
    color: #404040;
    font-weight: bold;
    text-decoration: underline;
}

    .bLink:hover, .bLink:focus, .bLink:active {
        color: #404040;
        text-decoration: none;
    }

.hasNotes {
    width: 25px;
    height: 25px;
    background: url('../images/icons/hasNotes.svg');
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.cfEnq .magGlass {
    position: relative;
}

.chatIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/icons/chat-left-text-fill.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.greyCombo {
    background: #f7f7f7;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}
/* Contact Us Page */

/* Wizard */

.steps-navigator {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .steps-navigator:before {
        content: '';
        width: calc(100% - 20px);
        height: 5px;
        background: #cfcfcf;
        position: absolute;
        left: 10px;
        top: calc(50% - 2.5px);
    }

#nextBtn, #prevBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#nextBtn {
    padding-right: 8px !important;
}

#prevBtn {
    padding-left: 8px !important;
}
.membershipTabs.wizardTabs .nav-pills .nav-item .nav-link, .membershipTabs.wizardTabs .nav-pills .nav-link.active {
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:space-between;
    /*background-image:url('../images/icons/check2-icon.png');
    background-position:center 15px;
    background-repeat:no-repeat;*/
}

    .membershipTabs.wizardTabs .nav-pills .nav-item .nav-link span, .membershipTabs.wizardTabs .nav-pills .nav-link.active span {
        display: flex;
        padding-left: 10px;
    }

.catDel {
    width: 16px;
    height: 16px;
    /*opacity: .5;*/
}

.graphSlider .carousel-control-next, .graphSlider .carousel-control-prev {
    height: 108px;
    width: 50px;
    background: #eee;
    top: calc(50% - 54px );
}

.graphSlider .carousel-item {
    flex-direction: column;
}

.accordionWizard .card {
    border:0 none;
    border-radius:0;
    margin-bottom:15px;
}
.accordionWizard .card-header {
    background: #335e62;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor:pointer;
}

    .accordionWizard .card-header .catDel:hover {
        opacity: 1;
    }

.card-header h3 {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.accordionWizard .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}
    .accordionWizard .card-header > div:first-child {
        display: flex;
        align-items: center;
    }
.accordionWizard .card-header[aria-expanded="false"] {
    background-image: url('../images/icons/accord-up.svg');
}
.accordionWizard .card-header[aria-expanded="true"] {
    background: #00363b;
    color: #fff;
    background-image: url('../images/icons/accord-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
.addNewSession svg{
    width:22px;
    height:22px;
    margin-right:3px;
}
.WizardTabsContainer{

}
.bdrHead{
    margin-bottom:15px;
}
    .bdrHead h3 {
        padding-bottom: 10px;
        font-weight:bold;
        color:#00363b;
        border-bottom: 1px solid #ccc;
    }

.accordBorder {
    border: 1px solid #cfcfcf;
    border-top: 0 none;
}
}
.tags-input-wrapper .tag {
    display: inline-block;
    background-color: #eee;
    color: #000;
    border-radius: 40px;
    padding: 5px 8px 5px 17px;
    margin-right: 7px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cfcfcf;
}
    .tags-input-wrapper .tag a {
        margin: 0 7px 0 15px;
        display: inline-block;
        cursor: pointer;
        font-size: 28px;
        font-weight: bold;
        color: #00363b;
    }
/* Wizard */
#fromDate, #toDate {
    width: 100%;
    border-radius: 0 !important;
}

    /*#fromDate + span, #toDate + span {
        padding: 4px;
    }*/
/* My Game Programs */
.orLined {
    padding: 15px 0;
}

    .orLined b {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .orLined b:before, .orLined b:after {
            content: '';
            width: 65px;
            height: 1px;
            background: #eee;
            display: inline-block;
        }

        .orLined b:before {
            margin-right: 7px;
        }

        .orLined b:after {
            margin-left: 7px;
        }

.alert-danger-custom {
    display: flex;
    background: #ffe2e2;
    border-color: #ff8484;
}

    .alert-danger-custom a {
        color: #00363b;
        text-decoration: underline;
    }

        .alert-danger-custom a:hover {
            text-decoration: none;
        }

    .alert-danger-custom span {
        color: #00363b;
        padding-left: 10px;
    }

.bs-alert-icon {
    margin-top: -3px;
}

/*.uploadThumb.uploadThumbNew, .uploadField {
    width: 306px;
    height: auto;
}*/

    .uploadThumb.uploadThumbNew .uploadIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px !important;
        width: 60px;
        height: 60px;
    }

.uploadThumbNew .uploadThumb.uBig {
    width: 100%;
    height: 173px;
    position: relative;
    margin-bottom: 5px;
}

    .uploadThumbNew .uploadThumb.uBig .uploadBox {
        border-radius: 3px;
    }

.input-group-append button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="color"] {
    max-width: 45px;
    height: 38px;
    padding: 3px 5px;
}
.custom-input-group .input-group-addon {
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border: 1px solid #00363b;
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #00363b;
    color: #fff;
}
.btn-38{
    width:38px;
    height:38px;
    padding:0;
}
.green-clr {
    color: #02a11c !important;
}
.customMultiSelect {
    position: relative;
}

    .customMultiSelect .list-group {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 999;
        max-height: 250px;
        overflow: auto;
        box-shadow: 0 10px 10px rgb(0,0,0,.1);
    }

        .customMultiSelect .list-group li {
            padding: 0;
        }

        .customMultiSelect .list-group .form-check {
            margin: 0;
            width: 100%;
            padding: 15px;
        }

            .customMultiSelect .list-group .form-check label {
                width: 100%;
                margin: 0;
            }


.coverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.coverlayList{
    z-index:2;
}
.coverlay.coverlayList {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.logoId {
    padding-right: 20px;
    border-right: 2px solid #ccc;
    margin-right: 15px;
}

.brandCollapse {
    margin-bottom: 20px;
}
    div.form-control{
        min-height:40px;
        height:auto;
    }

    .brandCollapseBtns button {
        opacity: 0;
    }

.brandCollapse > .form-control:hover .brandCollapseBtns button {
    opacity: 1;
}

.brandCollapseArrow {
    padding: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #f7f7f7;
    border-radius: 0 3px 3px 0;
}

.brandContainer {
    padding-left: 50px;
}

.brandCnt {
    margin-top: 20px;
}

.brandContainer .brandCollapse {
    padding: 0;
}

.brandContainer {
    display: none;
}

.brandCollapseArrow.brandCollapseArrowAlt img {
    transform: rotate(180deg);
}

.brandCnt.brandCntLevel {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.delGraphic {
    position: absolute;
    right: 15px;
    top: 0;
    background: #f00;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadLane .uploadThumb.uploadThumbNew, .uploadLane .uploadField {
    width: 100%;
}

input::-webkit-color-swatch {
    border: none;
}

.grey-bg {
    background-color: #f7f7f7;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: 0 none !important;
}
.no-rights {
    pointer-events: none !important;
}

.no-rights .checkmark {
    background-color: grey !important;
} 
.form-control.radius {
    border-radius: .25rem !important;
}

.input-group.flat .input-group-text {
    background: none !important;
    border: 0 none !important;
    padding-left: 0 !important;
}
/* End My Game Programs */

.classListCheck {
    /*width: 20px;*/
    display: flex;
    align-items: center;
}

    .classListCheck .form-check, .classListCheck .radio_c.radioR {
        height: 20px;
    }

.classList {
    max-height: 350px;
    overflow: auto;
}

.srchClassList .btnSearch {
    margin-left: -30px;
    z-index: 3;
    position: absolute;
    right: 8px;
    top: 1px;
}

.modal .srchClassList .btnSearch {
    right: 11px;
    top: 3px;
}

.classList.classListStudent li.list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.studItem {
    display: flex;
    align-items: center;
}

.selectedItems {
    background: #f7f7f7;
    padding: 7px 15px;
}

#incentiveDetailsModal .input-group-prepend {
    margin-right: -1px;
}

#incentiveDetailsModal .input-group-append, #incentiveDetailsModal .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#incentiveDetailsModal .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #incentiveDetailsModal .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), #incentiveDetailsModal .input-group > .input-group-append:not(:last-child) > .btn, #incentiveDetailsModal .input-group > .input-group-append:not(:last-child) > .input-group-text, #incentiveDetailsModal .input-group > .input-group-prepend > .btn, #incentiveDetailsModal .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#incentiveDetailsModal .input-group-append {
    margin-left: -1px;
}

#incentiveDetailsModal .input-group > .input-group-append > .btn, #incentiveDetailsModal .input-group > .input-group-append > .input-group-text, #incentiveDetailsModal .input-group > .input-group-prepend:first-child > .btn:not(:first-child), #incentiveDetailsModal .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), #incentiveDetailsModal .input-group > .input-group-prepend:not(:first-child) > .btn, #incentiveDetailsModal .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#incentiveDetailsModal .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.previewHead{
    display:flex;
    justify-content:space-between;
}

    .previewHead .dropdown-toggle:after {
        display: none;
    }

    .previewHead .dropdown-toggle {
        background: none;
        width: auto;
        height: auto;
    }

/* Phase 2 */
.confirmation-icon-lg {
    width: 112px;
    height: 112px;
    background: #00363b;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .confirmation-icon-lg img {
        filter: invert(1);
        width: 48px;
        height: 48px;
    }
.link{
    color:#00363b;
    font-weight:bold;
}
    .link:hover {
        color: #00363b;
        text-decoration: none;
    }
.classListCheck {
    width: 20px;
    display: flex;
    align-items: center;
}

    .classListCheck .form-check {
        height: 20px;
    }

.classList {
    max-height: 350px;
    overflow: auto;
}

.srchClassList .btnSearch {
    margin-left: -30px;
    z-index: 3;
    position: absolute;
    right: 8px;
    top: 1px;
}

.selectedItems {
    background: #F7F7F7;
    padding: 7px 15px;
}

#incentiveDetailsModal .input-group-prepend {
    margin-right: -1px;
}

#incentiveDetailsModal .input-group-append, #incentiveDetailsModal .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#incentiveDetailsModal .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), #incentiveDetailsModal .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), #incentiveDetailsModal .input-group > .input-group-append:not(:last-child) > .btn, #incentiveDetailsModal .input-group > .input-group-append:not(:last-child) > .input-group-text, #incentiveDetailsModal .input-group > .input-group-prepend > .btn, #incentiveDetailsModal .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#incentiveDetailsModal .input-group-append {
    margin-left: -1px;
}

#incentiveDetailsModal .input-group > .input-group-append > .btn, #incentiveDetailsModal .input-group > .input-group-append > .input-group-text, #incentiveDetailsModal .input-group > .input-group-prepend:first-child > .btn:not(:first-child), #incentiveDetailsModal .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), #incentiveDetailsModal .input-group > .input-group-prepend:not(:first-child) > .btn, #incentiveDetailsModal .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#incentiveDetailsModal .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
/*.gj-picker {
    z-index: 1040!important;
}*/
.CoachScheduleModal .calDD {
    width:auto!important;
}

/*--------------------------------------------- 07-July-2020 ------------------------------*/
@media (min-width:576px) {
    .w-sm-auto{
        width:auto!important;
    }
}
@media (max-width:991.98px) {
    .brandContainer {
        padding-left: 20px;
    }

    .title_part_3 .durtion select {
        width: 100%;
    }

    .accr_3 .btn-link {
        padding: 0px;
    }

    .pay-model .pay_mod_right .btn_side {
        padding: 8px 2px;
    }

    .pay-side {
        padding: 10px 0px;
    }

    .pay .pay-side .btn_side {
        padding: 8px 2px;
        font-size: 10px;
    }

    .labelsSection {
        flex-wrap: wrap;
    }

    .labelsHead {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width:768px) {
    .riskPod {
        width: 50%;
        padding: 0;
        margin-bottom: 10px;
        display: inline-flex;
    }

    .PaymentMethodWrap td, .PaymentMethodWrap th {
        font-size: 12px;
        white-space: nowrap;
        padding: 2px 10px;
    }


    .MobCustomCaladner.gj-picker-bootstrap {
        left: 0 !important;
        right: 0;
        max-width: 600px;
        width: 100%;
    }

        .MobCustomCaladner.gj-picker-bootstrap table {
            width: 100%;
        }

            .MobCustomCaladner.gj-picker-bootstrap table th,
            .MobCustomCaladner.gj-picker-bootstrap table td {
                border: 1px solid #ccc;
                border-collapse: collapse;
            }

            .MobCustomCaladner.gj-picker-bootstrap table td {
                padding-bottom: 14px;
            }

    .gj-picker-bootstrap table tr td div {
        display: block;
        /*width: 100% !important;
        height: 25px !important;
        line-height: normal !important;*/
        font-size: 13px;
        /*text-align: right !important;*/
    }

    .step2mobile .cal_sel {
        position: relative;
        overflow: hidden;
        top: 9px;
    }

        .step2mobile .cal_sel .gj-datepicker .input-group-addon i {
            font-size: 17px;
            color: #fff;
        }

    /*.step2mobile .cal_sel .gj-datepicker {
            position: absolute;
            left: -29px;
            top: -10px;
        }*/
    /*.step2mobile .cal_sel .gj-datepicker {
            position: absolute;
            left: -36px;
            top: -6px;
        }*/
    #ChDate1.dateicon {
        position: absolute;
    }

        #ChDate1.dateicon + span {
            padding: 0;
            min-width: 27px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #ChDate1.dateicon + span {
            padding: 0;
            min-width: 27px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .ckmobile {
        display: block;
    }

    .devics .pay-body, .devics .pay-head {
        display: none;
    }

    .devics .both_s {
        display: inherit;
        margin-top: 0 !important;
    }

    .pydesk {
        display: none;
    }

    .pymob {
        display: block;
    }

    .topsocial br {
        display: none;
    }

    .topsocial img {
        max-width: 120px;
    }

    /*.cart_header a {
        top: 4px !important;
    }*/

    .coach_popup .col-md-4 {
        text-align: center;
    }

    .stheading {
        margin: 0 0px;
    }

    .select_cls {
        margin: 0 0px;
    }

    .slider_coach {
        background: #646564;
        text-align: center;
        padding: 20px 15px;
        margin: 0 0px;
    }

    .wek_mob {
        margin: 0 0px;
    }

    .day_time {
        text-align: center;
    }


    .step2desktop {
        display: none;
    }

    .step2mobile {
        display: block;
    }


    .pay-model .pay_mod_right {
        text-align: left;
    }

        .pay-model .pay_mod_right .btn_side {
            padding: 8px 10px;
        }

    .pay .col-md-9 {
        border-right: 0px;
    }

    .pay .pay-side .btn_side {
        padding: 8px 10px;
        font-size: 14px;
    }

    .pay .col-md-3 {
        text-align: left;
    }

    .disnitab {
        display: none;
    }

    .menu {
        margin-top: 15px;
    }

    header .logo img {
        max-width: 110px;
    }

    header .row .col-2.logoSec {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    header .row .col-10.navSec {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .navSec .login_nv {
        position: absolute;
        width: 100%;
        top: -10px;
        left: -20px;
    }

    /*header {
        min-height: 160px;
    }*/

    /*.fsocial ul li img {
        top: 0px;
        width: 150px !important;
    }*/
    .fsocial ul li{
        display:flex;
        width:100%;
        justify-content:flex-end;
    }
        /*.fsocial ul li b {
            width: 100%;
            padding-right: 10px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }*/

    #Ptitle {
        padding-left: 0px !important;
        text-align: center !important;
    }

    .select_cls .fa-angle-left {
        top: 20px;
    }

    .select_cls .fa-angle-right {
        top: 20px;
    }
}

@media (max-width:575.98px) {
    .membershipTabs.wizardTabs ul.nav-pills {
        display: block;
    }

        .membershipTabs.wizardTabs ul.nav-pills li a {
            margin-right: 0;
            margin-bottom: 6px;
        }
    .wizard-actions{
        display:block;
    }
        .wizard-actions div, .wizard-actions button {
            width: 100%;
            margin: 0;
            margin-left: 0 !important;
        }
        .wizard-actions button {
            width: 100%;
            margin-bottom:6px;
        }
    .riskPod {
        width: 100%;
    }

    .order-sm-2 {
        order: 2;
    }

    .lessonDetail .btn {
        width: 100%;
    }

    .disnimob {
        display: none;
    }

    .disbimob {
        display: block;
    }

    .collap_b {
        text-align: center;
    }

    /*.con2 {
        padding: 0;
    }*/

    /*.accr_3_footer p {
        display: inline-block;
        float: left;
        margin-top: 6px;
    }*/

    /*.accr_3 .accr_3_btn {
        padding: 5px;
    }*/

    .disbidres {
        display: block !important;
    }

    /*.accr_3 .card-header {
        background-color: #828282;
        color: black;
    }*/

    .accr_3 .btn-link {
        color: black;
    }

    .accr_3 .accr_3_footer {
        background: #cccccc;
    }

    .title_part_mob {
        color: black;
        text-align: center;
    }

        .title_part_mob .head {
            background: #f0f0f0;
            padding: 20px;
        }

            .title_part_mob .head h2 {
                font-size: 14px;
                font-family: 'proxima_nova_rgbold';
                text-transform: uppercase;
            }

        .title_part_mob .head2 {
            background: white;
            padding: 20px;
        }

            .title_part_mob .head2 h2 {
                font-size: 10px;
                font-family: 'proxima_nova_rgbold';
                text-transform: uppercase;
                display: inline-block;
            }

                .title_part_mob .head2 h2 span {
                    font-size: 14px;
                    font-family: 'proxima_nova_rgbold';
                    text-transform: lowercase;
                    color: #888888;
                    display: inline-block;
                }

            .title_part_mob .head2 i.nxt_c {
                color: #bbbbbb;
                font-size: 30px;
            }

            .title_part_mob .head2 i.calend {
                display: inline-block;
                background: black;
                color: white;
                padding: 5px;
                border-radius: 15px;
                font-size: 20px;
            }

        .title_part_mob .head3 {
            background: #bbbbbb;
            padding: 20px;
        }

            .title_part_mob .head3 h2 {
                font-size: 12px;
                font-family: 'proxima_nova_rgbold';
                text-transform: uppercase;
            }

    .accr_3 h3 {
        font-size: 13px;
        margin-bottom: 10px;
        text-align: left;
    }


    .pay .pay-form .form-control {
        margin-bottom: 10px;
    }

    .pay_mod_left .form-group.row {
        padding: 0 15px;
    }

    .pay-model label {
        padding: 0px;
    }

    .update-membership-checkBox {
        padding-left: 22px !important;
    }

    .pay-model h2 {
        font-size: 24px;
    }

    .pay_mod_left .icons {
        text-align: left;
        margin-bottom: 10px;
    }

    .field-input {
        margin-bottom: 0px;
        width: 78%
    }

    .field-icon-cont {
        display: inline-block;
        width: 50px;
        text-align: center;
        margin-bottom: 10px;
    }

    .pay-model-list .container_r {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .title_part_mob .head_h {
        background: #f0f0f0;
        padding: 20px;
    }

        .title_part_mob .head_h h2 {
            font-size: 14px;
            font-family: 'proxima_nova_rgbold';
            text-transform: uppercase;
        }

    .title_part_mob .head_h2 {
        background: #dddddd;
        padding: 20px 15px;
    }

        .title_part_mob .head_h2 label {
            float: left;
            margin-bottom: 0px;
            text-transform: uppercase;
            color: #404043;
            font-size: 12px;
        }

        .title_part_mob .head_h2 .form-control {
            font-size: 12px;
            border-radius: 0;
            border: 1px solid #1e262c;
            padding: 2px;
            line-height: 2.25 !important;
        }

    .title_part_mob .col-sm-12 .col-7 .col-4 {
        padding: 0px;
    }

    .title_part_mob .col-sm-12 .col-7 .col-8 {
        padding-right: 5px;
    }

    .title_part_mob .col-sm-12 .col-5 p {
        border-left: 2px solid #666666;
        text-align: left;
        font-size: 10px;
        padding: 0px 0px 0px 15px;
        display: flex;
        align-items: center;
        height: 50px;
        margin-top: 10px;
    }

    .title_part_mob .btn_theme {
        background: #00363b;
        color: white;
        border: 1px solid black;
        border-radius: 0px;
        text-transform: uppercase;
        padding: 10px 10px;
        margin-top: 18px;
        font-size: 12px;
        height: 33px;
    }

        .title_part_mob .btn_theme:hover {
            background: #cccccc;
            color: #646564;
        }


    .program_box_mob .pro_box_mob_inner {
        padding: 10px 15px 10px 11px;
    }

        .program_box_mob .pro_box_mob_inner h2 {
            color: white;
            font-size: 13px;
            max-height: 43px;
            overflow: hidden;
            line-height: 15px;
        }

        .program_box_mob .pro_box_mob_inner .col-5 {
            padding-right: 0px;
        }

    /*.pro_box_mob_inner .icon {
        background: white;
        padding: 20px;
        border-radius: 150px;
    }*/

    .pro_box_mob_inner .icon img {
        border-radius: 50%;
    }

    .program_box_mob .pro_box_mob_inner2 {
        padding: 10px 0px 10px 15px;
    }

        .program_box_mob .pro_box_mob_inner2 h2 {
            color: white;
            font-size: 14px;
        }

        .program_box_mob .pro_box_mob_inner2 .col-5 {
            padding-right: 0px;
        }

    .pro_box_mob_inner2 .icon {
        background: white;
        padding: 20px;
        border-radius: 150px;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pbmibg-1 {
        background: #828282;
    }

    .pbmibg-2 {
        background: #828282;
    }

    .pbmibg-3 {
        background: #828282;
    }

    .pbmibg-4 {
        background: #828282;
    }
}

@media (max-width:479.98px) {
    /*.accr_3_footer p {
        display: inline-block;
        float: left;
        margin-top: 3px;
    }*/

    /*.accr_3 .accr_3_btn {
        font-size: 12px;
        padding: 4px;
    }*/

    .disbidres {
        display: block !important;
    }

    /*.pro_box_mob_inner .icon {
        padding: 12px;
    }*/

    .pro_box_mob_inner2 .icon {
        padding: 12px;
    }
}

@media (max-width:399.98px) {

    .accr_3 .accr_3_btn {
        background: #00363b;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 10px;
        padding: 10px;
    }

    .disbidres {
        display: none !important;
    }
}

@media (max-width:360px) {
    .menu {
        margin-top: 5px;
    }
}

.customer_content {
    background: #fff;
}

.labelsSection {
    padding: 15px;
    background: #f7f7f7;
    display: inline-flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.labelsHead {
    padding-right: 25px;
}

.riskPod {
    padding-right: 43px;
}

    .riskPod > a {
        display: flex;
        align-items: center;
        color: #444;
    }

        .riskPod > a:hover {
            text-decoration: none;
        }

        .riskPod > a > img {
            width: 24px;
            margin-right: 10px;
        }

.search_cus {
    padding: 15px 15px 20px 15px;
    text-align: right;
}

    /*.search_cus input[type=text] {
        width: 300px;
        padding: 5px;
        height: 40px;
        border: 1px solid #ddd;
        text-align: left;
    }*/

    .search_cus button {
        border: 0;
        background: no-repeat;
        font-size: 35px;
        line-height: 36px;
        /*position: relative;
        top: 3px;
        cursor: pointer;*/
        outline: 0;
    }

.cu_heading img {
    width: 20px;
    margin-left:5px;
    cursor: pointer;
}

.cu_heading {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.list_customer {
    font-size: 14px;
}

.inner_list {
    padding: 11px 0;
    text-align: center;
}

    .inner_list .cu_ls2 {
        text-align: left;
    }

.cu_ls0 {
    padding: 8px 27px;
    width: 6%;
    float: left;
    position: relative;
}

.cu_ls1 {
    padding: 8px 15px;
    width: 8%;
    float: left;
    position: relative;
}

.cu_ls2 {
    padding: 8px 5px;
    width: 18%;
    float: left;
    position: relative;
}

.cu_ls3 {
    padding: 8px 5px;
    width: 10%;
    float: left;
    position: relative;
}

.cu_ls4 {
    padding: 8px 5px;
    width: 10%;
    float: left;
    position: relative;
}

.cu_ls5 {
    padding: 8px 5px;
    width: 10%;
    float: left;
    position: relative;
}

.cu_ls6 {
    padding: 8px 5px;
    width: 17%;
    float: left;
    position: relative;
}

.cu_ls7 {
    padding: 8px 5px;
    width: 11%;
    float: left;
    position: relative;
}

.cu_ls8 {
    padding: 8px 5px;
    width: 8%;
    float: left;
    position: relative;
}

.inner_list img {
    max-width: 24px;
}

.cphone {
    float: left;
    width: 20%;
    font-size: 16px;
}

.cemail {
    width: 32%;
    float: left;
    font-size: 16px;
}

.cmember {
    float: left;
    width: 23%;
    font-size: 16px;
}

.ccoach {
    float: left;
    width: 24%;
    font-size: 16px;
}

.cname_deatil label {
    margin-top:5px;
    /*font-size: 18px;*/
}

.cop_1 {
    float: left;
    padding-right: 30px;
    position: relative;
}

.cop_2 {
    float: left;
    padding-right: 30px;
    position: relative;
}

.cop_3 {
    float: left;
    padding-right: 30px;
    position: relative;
}

.cname_deatil {
    display: none;
    padding: 15px;
    text-align: left;
    background: #fff;
}

.list_rep .inner_list:nth-child(2n) {
    background: #eeeeee;
}

.select_c span {
    cursor: pointer;
}

.select_c {
    font-size: 16px;
    padding-bottom: 4px;
}

.sm_tooltip {
    position: absolute;
    border: 1px solid #333;
    padding: 0px 8px;
    right: 0;
    top: 0;
    background: #fff;
    display: none;
    z-index: 100;
}

    .sm_tooltip a {
        display: block;
        margin: 5px 2px;
        text-align: center;
        color: #333;
        text-decoration: none;
    }

        .sm_tooltip a img {
            width: 30px;
            max-width: 30px;
        }

.text_area {
    text-align: right;
}

    .text_area textarea {
        height: 120px;
        width: 100%;
        background: #f5f5f5;
        text-align: left;
    }

/*.text_area button {
        background: #555;
        padding: 5px 15px;
        border: 0;
        color: #fff;
    }*/

/*.text_area button.t_can {
            background: #acacac;
            color: #555;
            border: 1px solid #555;
            cursor: pointer;
        }*/

.mesg_outer img {
    max-width: 35px;
    position: relative;
    top: -3px;
}

.msg_header span {
    display: inline-block;
    padding: 0 10px 0 10px;
}

.msg_header {
    padding: 24px 0 15px 0;
}

.ms_pagination {
    text-align: center;
    padding: 35px 0 0 0;
}

    .ms_pagination ul {
        align-items: center;
        justify-content: center;
    }

.c_stname {
    cursor: pointer;
}

.c_uploadc {
    text-align: right;
}

    .c_uploadc button {
        background: #fff;
        color: #000;
        border: 0;
        padding: 5px 19px;
        cursor: pointer;
    }

.title_part h2 {
    line-height: 35px;
}

.search_cus .form-control {
    /*max-width: 200px;*/
    display: inline-block;
    /*float: left;*/
    /*position: relative;*/
    /*top: 8px;*/
}
/*.customer_content .search_cus .form-control {
    top:auto;
}*/

.gift_discount_links a {
    color: #9AA8AF;
    display: inline-block !important;
    font-weight: 600;
    font-size: 11px;
}

.checkOut_table td {
    /*padding:15px 5px !important;*/
    vertical-align: middle;
}

.checkout_select {
    background: #00363b;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 6px;
}

    .checkout_select:hover {
        color: #fff;
        text-decoration: none;
    }

.checkout_modal .modal-content {
    background: #fff;
}

/*.checkout_modal .modal-title {
    color: #00363b;
    font-weight: bold;
    font-size: 30px;
}*/

.checkout_modal .modal-header {
    padding: 6px 15px;
}

.table_popup th {
    border-top: 0px;
    border-bottom: solid 2px #000;
    color: #00363b;
}

.grey_btn {
    background: #cccccc;
    color: #646564;
    border: 1px solid black;
    border-radius: 0px;
    /*text-transform: uppercase;*/
    padding: 8px 8px;
}

    .grey_btn:hover {
        text-decoration: none;
    }

.dark_btn {
    background: #00363b;
    color: #fff;
    border: 1px solid #00363b;
    border-radius: 0px;
    /*text-transform: uppercase;*/
    padding: 8px 8px;
}

    .dark_btn:hover, .dark_btn:focus {
        text-decoration: none;
        color: #fff;
    }

.checkOut_table th {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}
/*.devics .checkOut_table th {
    font-size:10px;
}*/
.devics .checkOut_table th:nth-child(3) {
    width: 200px;
}

.devics .checkOut_table th:nth-child(4) {
    width: 120px;
}

.devics .checkOut_table th:nth-child(5) {
    width: 80px;
}

.devics .checkOut_table th:nth-child(6) {
    width: 180px;
}

.devics .checkOut_table th:nth-child(7) {
    width: 150px;
}

.devics .checkOut_table th:nth-child(8) {
    width: 100px;
}

.devics .checkOut_table th:nth-child(9) {
    width: 80px;
}

.devics .checkOut_table th:nth-child(10) {
    width: 100px;
}

.checkout_icon {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.devics .checkout_icon {
    position: static;
}

.checkOut_table th .checkout_label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}


/* Membership Details */
.membershipTabs {
}

    .membershipTabs [role="tablist"] {
        border-bottom: 1px solid #d2d2d2;
        padding: 11px 14px 1px;
    }

        .membershipTabs [role="tablist"] li a {
            border-radius: 5px 5px 0 0;
            min-width: 160px;
            font-size: 13px;
            text-align: center;
            background: #acaaad;
            color: #fff;
            margin-right: 5px;
            padding-top:5px;
            padding-bottom:5px;
        }

    .membershipTabs .nav-pills .nav-item.show .nav-link, .membershipTabs .nav-pills .nav-link.active {
        background: #00363b;
    }

    .membershipTabs #pills-home {
        padding: 15px;
    }

    /*.membershipTabs .tab-content .form-control {
    border-color: #404040;
    border-radius: 0;
}*/

    .membershipTabs .tab-content .table-responsive {
        max-height: 700px;
        overflow-y: auto;
    }

    .membershipTabs .tab-content .checkOut_table .form-check.w-auto {
        width: auto;
    }

        .membershipTabs .tab-content .checkOut_table .form-check.w-auto label {
            text-align: left;
        }

    .membershipTabs .tab-content .checkOut_table .form-control {
        font-size: 14px;
        max-height: 34px;
        border-color: #767676;
    }

    .membershipTabs .tab-content .checkOut_table select.form-control {
        background: #f2f2f2;
        min-width: 130px;
        max-width: 130px;
    }


@media (max-width:768px) {
    .customer_content {
        overflow: auto;
    }

    .list_scrol_c {
        min-width: 768px;
    }

    .search_cus {
        text-align: center;
    }

    .ms_pagination nav {
        top: 0px;
        right: 0px;
    }

    .ms_pagination ul {
        justify-content: left;
    }

    .c_uploadc {
        text-align: center;
    }

    .customer_list .title_part {
        text-align: center;
    }
}


@media (max-width: 767px) {
    .pay-model .pay_mod_left {
        border: 0 none;
    }
    #footernew .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        order: 2;
    }

    #footernew .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }

    .fsocial ul li {
        justify-content: center;
    }

    .contactSuccess {
        min-height: 400px;
    }

        .contactSuccess svg {
            width: 80px;
            height: 80px;
        }

    .mob_time span {
        margin: 2px 0 3px 0;
        width: 100%;
    }

    .mob_time {
        text-align: left;
    }

    .membershipTabs [role="tablist"] li a {
        min-width: initial;
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .mob_time span {
        margin: 4px 0 4px 2px;
    }
}

.apply_discount {
    position: absolute;
    right: 52%;
}

@media (max-width: 1024px) {
    .apply_discount {
        position: relative;
        right: inherit;
    }
}

@media (max-width: 768px) {
    .newMenu #mobNavBar {
        /*top: 0;*/
        right: 0;
    }

    .du_mob select {
        background: none;
        border: 0;
        height: 28px;
        width: 78%;
    }

    .pop_opt button {
        font-size: 11px;
    }
}

/*/////Checkout CSS/////*/
.no_payment {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
button:focus {
    outline: none;
}

.main_header {
    background: rgba(58,88,99,0.9);
}

.main_header {
    display: flex;
    justify-content: space-between;
}

    .main_header h2 {
        color: #fff;
        font-weight: normal;
        align-self: center;
        padding: 5px 15px;
    }

.check_out_body {
    background: #fff;
}

.check_out_right {
    background: #f5f6f7;
    padding-right: 15px;
    padding-left: 15px;
    border-left: solid 2px #e3e6e8;
    width: 280px;
    text-align: right;
}

    .check_out_right h3 {
        text-transform: uppercase;
        color: #847f7b;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: bold;
    }

        .check_out_right h3 span {
            color: #00363b;
        }

    .check_out_right p {
        color: #847f7b;
        font-size: 14px;
    }

.coach_box {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .coach_box p {
        margin: 0px;
    }

.coach_img_box img {
    border-radius: 50%;
    margin-left: 10px;
    width: 70px;
    height: 70px;
}

.discount_box {
    display: flex;
    margin: 16px 0px;
}

    .discount_box input[type="text"] {
        border: solid 1px #414141;
        background: #fff;
        padding: 5px;
        width: calc(100% - 27px);
        font-size: 14px;
    }

    .discount_box button {
        background: #00363b;
        border: 0px;
        color: #fff;
        padding: 5px 20px;
        border-radius: 4px;
        margin-left: 5px;
        font-size: 14px;
    }

.right_check_boxes {
    font-size: 12px;
    color: #847f7b;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

    .right_check_boxes input[type="checkbox"] {
        margin-left: 10px;
    }

.check_out_right_btn {
    margin: 15px 0px;
    display: flex;
}

.grey_btn {
    background: #cccccc;
    border: solid 1px #787978;
    color: #847f7b;
    padding: 8px 18px;
    margin-left: 5px;
    font-size: 14px;
}

.dark_btn {
    background: #00363b;
    border: 0px;
    color: #fff;
    padding: 8px 18px;
    margin-left: 5px;
    font-size: 14px;
}

.check_out_left_student_detail {
    border-bottom: solid 2px #e3e6e8;
    margin: 0px -15px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.student_info_left {
    display: flex;
    align-items: center;
}

.student_img_box {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 70px;
    overflow: hidden;
    margin-right: 15px;
    min-width: 70px;
}

    .student_img_box img {
        border-radius: 50%;
        margin-right: 20px;
    }

.check_out_left_student_detail h3 {
    text-transform: uppercase;
    color: #847f7b;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: bold;
}

.check_out_left_student_detail p {
    margin: 0px;
    color: #00363b;
    font-size: 26px;
    font-weight: bold;
}

.student_total {
    text-align: right;
}

.select_payment {
    text-transform: uppercase;
    color: #847f7b;
    font-size: 17px;
    margin: 15px;
    font-weight: bold;
}
.divLessonCredits {
    font-weight: normal;
    text-transform: initial;
    text-align: center;
    margin-top: 70px;
    color:#444!important;
}

.check_out_tabs {
    border: 0px;
    display: flex;
    margin: 0px -15px;
}

    .check_out_tabs li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .check_out_tabs li:last-child a {
            border-right: 0px;
        }

        .check_out_tabs li a {
            display: flex;
            align-items: center;
            padding: 12px;
            background: #eceeef;
            border-right: solid 1px #fff;
            color: #797979;
            font-size: 12px;
            height: 100%;
        }

            .check_out_tabs li a svg {
                margin-right: 6px;
            }

                .check_out_tabs li a svg path {
                    fill: #797979;
                }

            .check_out_tabs li a:hover {
                text-decoration: none;
                background: #00363b;
                color: #fff;
            }

                .check_out_tabs li a:hover svg path {
                    fill: #fff;
                }

        .check_out_tabs li .active {
            text-decoration: none;
            background: #00363b;
            color: #fff;
        }

            .check_out_tabs li .active svg path {
                fill: #fff;
            }

.card_btn {
    border-radius: 3px;
    padding: 4px 20px;
    margin: 0px;
}

.notes_box {
    background: #eceeef;
    margin: 0px -15px;
    padding: 15px;
}

    .notes_box label {
        color: #00363b;
        font-size: 18px;
        font-weight: bold;
    }

    .notes_box textarea {
        border: solid 1px #767676;
        padding: 8px;
        width: 100%;
        height: 80px;
        resize: none;
    }

.check_out_content .tab-pane {
    min-height: 210px;
    padding: 10px 0px;
}

.check_out_content h4 {
    color: #2f455c;
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: bold;
}

.check_out_content .form-group input[type="text"] {
    border: solid 1px #767676;
    padding: 8px;
    width: 100%;
}

.check_out_content .form-group label {
    color: #797979;
    font-size: 13px;
}

.gift_card_detail {
    color: #404040;
    margin-top: 5px;
}

.cart_note {
    color: #797979;
    font-size: 13px;
}

.select_option {
    color: #797979;
}

.check_out_content .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #6f6f6f;
    border-top: 0px;
}

.check_out_content .table-responsive {
    margin: 0px -15px;
    width: calc(100% + 30px);
}

    .check_out_content .table-responsive table {
        margin: 0px;
    }

.booking_dialog .modal-content {
    border-radius: 0px;
}

/*.booking_dialog .modal-title {
    font-size: 30px;
    color: #00363b;
    font-weight: bold;
}*/

/*.booking_dialog .form-group input[type="text"] {
    border: solid 1px #767676;
    padding: 8px;
    width: 100%;
}*/

.booking_dialog .form-group textarea {
    /*border: solid 1px #767676;
    padding: 8px;
    width: 100%;*/
    height: 80px;
    resize: none;
}

.booking_dialog .close {
    align-self: center;
    font-size: 32px;
    opacity: 1;
}

.booking_dialog .table-responsive {
    margin: 0px -15px;
    width: calc(100% + 30px);
}

.booking_dialog .table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #6f6f6f;
    border-top: 0px;
}

.create_student {
    background: #eeeeee;
    margin: -15px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .create_student .dark_btn {
        border-radius: 4px;
        font-size: 12px;
        padding: 5px 10px;
        width: 152px;
    }

.searchIcon {
    position: absolute;
    right: 10px;
    top:9px;
}

.booking_dialog .form-group {
    position: relative;
}

.searchStudent {
    padding-right: 50px !important;
}

.card_border {
    border: solid 1px #767676;
    padding: 12px;
    width: 100%;
}

.multiStd {
    background: #cccccc7d;
    border-radius: 5px;
    padding: 1px 10px;
    margin-top: 100px;
}

    .multiStd span {
        font-size: 13px;
        color: #000000;
    }

#ddlStudioList {
    float: left;
    width: 240px;
    border: 1px solid #000;
    border-radius: 0px;
}

#ddlStudioListAdhoc {
    float: left;
    width: 240px;
    border: 1px solid #000;
    border-radius: 0px;
}

.btn_drive {
    background: #00363b;
    margin-left: 10px;
    color: #fff;
}
    .btn_drive:hover {
        color: #fff;
    }

    .stdTxt {
        color: #000 !important;
    }

@media(max-width:1024px) {
    .brandCollapseBtns button {
        opacity: 1;
    }

    .check_out_tabs li {
        width: 50%;
        flex-grow: inherit;
        flex-basis: inherit;
        margin-bottom: 1px;
    }
}

@media(max-width:768px) {
    .check_out_tabs li {
        width: 100%;
    }

        .check_out_tabs li span:first-child {
            width: 55px;
            text-align: center;
        }

    .check_out_content .table-responsive {
        width: 410px;
    }

    .student_total {
        text-align: left;
        margin-top: 10px;
    }

    .check_out_left {
        width: calc(100% - 280px);
    }

    .check_out_tabs {
        flex-wrap: wrap;
    }
}

@media(max-width:767px) {
    .check_out_content .table-responsive {
        width: 100%;
    }

    .check_out_left_student_detail {
        display: block;
    }

    .check_out_right {
        width: 100%;
    }

    .discount_box {
        justify-content: flex-end;
    }

    .check_out_right_btn {
        justify-content: space-between;
    }
}

/* Discounts */
.proxima {
    font-family: 'proxima_novaregular' !important;
}

.disHder h2 {
    width: 100%;
    font-family: 'proxima_novaregular' !important;
    /*line-height: 64px;*/
    padding: 19px 15px;
    margin: 0;
}

.disHder {
    padding: 0;
    background: rgba(0, 54, 59, 0.9);
    margin-bottom: 0;
}

.disPay .input-group .input-group-prepend label {
    padding: 3px 7px;
    margin: 0;
}
/*.gj-datepicker [role=right-icon]{
    padding:0;
}
.modal .gj-datepicker [role=right-icon] {
    padding: 0.375rem 0.75rem;
}*/
.disHder .hdrBtn {
    padding: 10px;
    background: #00363b;
}
    .disHder .hdrBtn .dropdown-toggle:before {
        display: none;
    }
.disHder .input-group{
    flex-wrap:inherit;
}

    .disHder .hdrBtn button, .disHder .hdrBtn a:not(.dropdown-item) {
        width: 44px;
        height: 44px;
        background: #fff;
        border: 0;
        border-radius: 50%!important;
        color: #00363b;
        font-size: 24px;
        cursor: pointer;
        padding: 0;
        line-height: 46px;
        position: relative;
    }

.actBtn {
    background: #00363b;
    border-color: #00363b;
    border-width:2px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

    .actBtn.wht {
        background: #fff;
        border-color: #fff;
        color: #00363b;
    }

.hdrBtn > button:after {
    display: none;
}

.actBtn:hover, .actBtn:focus, .actBtn:active {
    background: #314653;
    border-color: #314653;
    color: #fff;
}
.actBtn-alt {
    background: #fff;
    border-color: #00363b;
    border-width: 2px;
    color: #00363b;
}
.actBtn-alt:hover {
    background: #00363b;
    border-color: #00363b;
    color: #fff;
}
.actBtn-alt[disabled='disabled']:hover {
    cursor: not-allowed;
    background: #fff;
    border-color: #00363b;
    color: #00363b;
}
    .actBtn-alt[disabled='disabled'] {
        opacity: .4;
    }
    .table td {
        border: 0 none;
    }
.trAction .dropleft .dropdown-toggle::before, .trAction.dropleft .dropdown-toggle::before {
    display: none;
}
.trAction .dropdown-toggle, .trAction .dropdown-toggle:active {
    background: #00363b;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0 !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    line-height: 32px;
}

    .trAction .dropdown-toggle::after {
        display: none;
    }

.page-link {
    padding: 0;
    color: #404040;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 62px;
    min-height: 47px;
    line-height: 47px;
}

    .page-link:focus, .page-link:hover {
        color: #00363b;
    }

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00363b;
    border-color: #00363b;
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.checkOut_table th {
    background: #fff;
    border-bottom: 2px solid #6f6f6f!important;
}
/* End Discounts */

/* add Discount Modal */
.addDiscModal label {
    text-transform: capitalize;
    margin-bottom: 5px;
    /*font-size: 14px;*/
}

/*.addDiscModal .form-group {
    padding-left: 10px;
    padding-right: 10px;
}*/

.addDiscModal select.form-control {
    font-family: 'proxima_novaregular' !important;
    /*border-color: #767676;*/
}

/*.addDiscModal .form-control {
    border-color: #767676;
}*/

/*.discAmount .input-group-append {
    background: #8ea3ae;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}*/

.half-square {
    border-radius: 0 5px 5px 0 !important;
}

.cancelBtn {
    background: #bfc8ce;
    border-color: #bfc8ce;
    color: #fff;
    cursor: pointer;
}

    .cancelBtn:hover, .cancelBtn:focus, .cancelBtn:active {
        background: #a2b1bb;
        border-color: #a2b1bb;
        color: #fff;
    }

.modal-title {
    color: #00363b;
    font-size: 24px;
    font-weight: bold;
}

/*.modal-content.wht {
    background: #fff;
    padding: 0px 20px;
}*/

#confirmationModal.modal .modal-dialog, .confirmationModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#confirmationModal.modal .modal-body, .confirmationModal.modal .modal-body {
    padding: 30px;
}

#confirmationModal.modal h3, .confirmationModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#confirmationModal.modal p, .confirmationModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#confirmationModal.modal button:first-child, .confirmationModal.modal button:first-child {
    margin-right: 15px;
}

.uppercase {
    text-transform: uppercase;
}

#bulkDeleteModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#bulkDeleteModal.modal .modal-body {
    padding: 30px;
}

#bulkDeleteModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#bulkDeleteModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#bulkDeleteModal.modal button:first-child {
    margin-right: 15px;
}

/*Generic Confirmation Modal Class*/
.GenConfirmationModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

.GenConfirmationModal.modal .modal-body {
    padding: 30px;
}

.GenConfirmationModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

.GenConfirmationModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

.GenConfirmationModal.modal button:first-child {
    margin-right: 15px;
}

.popupcancelBtnColor, .popupcancelBtnColor:hover {
    background: #acaaad;
    border-color: #acaaad;
    border-width:2px;
    color: #fff;
    cursor: pointer;
}
/*Generic Confirmation Modal Class END*/

/* add Discount Modal */

/* Manage All Students */
.filterBar {
    background: #97a9b5;
}
    /*.filterBar .form-control {
        height: 30px;
        line-height: 30px;
    }*/
    .filterBar .form-control:not(#fromDate):not(#toDate) {
        /*width: auto;*/
        /*width: auto;
        display: inline;
        max-width: fit-content;*/
    }
.input-group-addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
/*.filterBar .comboBox{
    margin-right:10px;
}*/
@media (min-width: 768px) {
    /*.filterBar .gj-datepicker {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
        margin-bottom: 0 !important;
    }*/
    .ddToggler {
        height: 100% !important;
        right: -40px !important;
    }
}
/*.filterBar .gj-datepicker [role="right-icon"] {
    display:flex;
    justify-content:center;
}*/
.filterBar .gj-datepicker {
    display: flex;
    width: 100%;
    /*margin-bottom: 0.5rem !important;*/
}

.cu_heading a {
    color: #00363b;
    display:flex;
}

/*.filterBar select.form-control {
    height: 30px !important;
    padding: 5px !important;
}*/

    /*.filterBar button {
        height: 30px;
        color: #fff;
        line-height: 21px;
        font-size: 12px;
        text-transform: capitalize;
        position: relative;
        padding: 3px 17px;
    }*/

        /*.filterBar button img {
            float: left;
            margin-right: 4px;
        }*/

.bookingPods .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

button {
    cursor: pointer;
}

.actBar button {
    height: 30px;
    /*width:30px;*/
    color: #fff;
}
/*.modal.show ~ body{
    padding:0!important;
    overflow:hidden!important;
}*/
.actBar .custom-select {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    padding-right: 1.75rem;
}

.btnSearch {
    margin-left: -30px;
    z-index: 3;
   /* position: absolute;*/
    right: 10px;
    top: 0;
}
.input[disabled='disabled'] + .checkmark {
    background: #eee;
    cursor: not-allowed;
}

    .btnSearch button:hover, .btnSearch button:active, .btnSearch button:focus {
        background: none;
    }

.fltrSearch {
    padding-right: 30px;
}

.dropdown-menu:after, .dropdown-menu:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:before {
    border-color: rgba(203, 203, 203, 0);
    border-left-color: #cbcbcb;
    border-width: 9px;
    margin-top: -9px;
}

.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}
/* Manage All Students */
/* Bookings */
/*.filterBarFix.filterBar .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 30px !important;
}*/

.filterBarFix.filterBar select.form-control {
    line-height: 16px;
    padding: 5px;
}

.filterBarFix.filterBar label {
    font-size: 14px;
    margin-bottom: 3px;
    color: #fff;
}

.filterBarFix.filterBar [type="date"] {
    padding-right: 5px;
}

.bookingPods {
    padding: 10px 0;
}

.bookingPod {
    background: rgba(65,65,67,0.9);
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-size: 15.5px;
}

.bookingPods {
    margin-left: -8px;
    margin-right: -8px;
}

    .bookingPods > div {
        padding-left: 8px;
        padding-right: 8px;
    }

.paginationTable {
    background: #fff;
    margin-top: -1px !important;
}
    .paginationTable.grey-bg {
        background: #f7f7f7;
    }

    .paginationTable.grey-bg {
        background: #f7f7f7;
    }

    .paginationTable nav {
        position: static !important;
    }

    .paginationTable .showingResult {
        display: block;
        padding: 11px 0;
    }

    .paginationTable .pagination li a {
        text-align: center;
        padding: 0 .75rem;
    }

.bookingTable {
    border-bottom-width: 1px;
}
/* Bookings */

/*Academy Credits*/
#bulkDeleteCreditsModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#bulkDeleteCreditsModal.modal .modal-body {
    padding: 30px;
}

#bulkDeleteCreditsModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#bulkDeleteCreditsModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#bulkDeleteCreditsModal.modal button:first-child {
    margin-right: 15px;
}

/**/
#deactivateCreditConfirmationModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#deactivateCreditConfirmationModal.modal .modal-body {
    padding: 30px;
}

#deactivateCreditConfirmationModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#deactivateCreditConfirmationModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#deactivateCreditConfirmationModal.modal button:first-child {
    margin-right: 15px;
}

/*Academy Credits Restore*/
#restoreCreditModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#restoreCreditModal.modal .modal-body {
    padding: 30px;
}

#restoreCreditModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#restoreCreditModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#restoreCreditModal.modal button:first-child {
    margin-right: 15px;
}
/**/

/**/
#deleteCreditConfirmationModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#deleteCreditConfirmationModal.modal .modal-body {
    padding: 30px;
}

#deleteCreditConfirmationModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#deleteCreditConfirmationModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#deleteCreditConfirmationModal.modal button:first-child {
    margin-right: 15px;
}
/*Academy Credits END*/

.val_header {
    background: #97a9b5;
    padding: 10px;
    display: flex;
}

.val_rght {
    padding-right: 10px;
    margin-left: auto;
}

.val_header b {
    color: #fff;
    text-transform: uppercase;
    font-family: 'proxima_novaregular' !important;
    font-size: 19px;
    line-height: 35px;
}

.ski_list {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}


.ski_outer {
    background: #fff;
    font-family: 'proxima_novaregular' !important;
}

.ski_list {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
}

    .ski_list b {
        font-size: 19px;
        line-height: 35px;
    }

    .ski_list .voption {
        margin-left: auto;
    }

    .ski_list .dropdown-menu {
        box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
        margin-right: 15px !important;
        left: inherit !important;
        right: 26px !important;
        top: -9px;
        max-width: auto;
        min-width: 115px;
        transform: translate3d(0px, 0px, 0px) !important;
    }

.v_footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ddd;
    margin-top: 80px;
}

    .v_footer button {
        background: #00363b;
        border: 0px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    .v_footer .vcancel {
        background: #a5a5a5;
    }

.open_mail {
    display: none;
}

@media (max-width:991px) {
    .bookingPod {
        margin: 6px 0;
    }

    .mobilePaginationDis {
        display: none;
    }
}

@media (max-width:767px) {

    .open_mail {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 6px;
    }

    .inboxList {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        max-height: 400px;
        overflow: auto;
    }

    .col-sm-9.rightSec {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .inboxList + .col-sm-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .inboxNav {
        width: 100%;
        max-width: 100%;
        display: none;
    }

    .filterBar .col-lg-4:nth-child(2), .filterBar .col-lg-4:nth-child(3) {
        padding-left: 47px;
    }

    .filterBar {
        padding-bottom: 10px;
    }

        .filterBar button {
            display: block;
            width: 100%;
            min-width: 30px;
        }

        .filterBar .d-flex {
            display: block !important;
            margin: 0 !important;
        }

        .filterBar.mediaFilter .d-flex {
            display: flex !important;
        }

    .bookingPods .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .resultsSection {
        text-align: center;
        order: 2;
        border-top: 1px solid #eee;
    }

    .filterActions {
        padding-left: 15px;
        display: block !important;
    }

        .filterActions button {
            margin: 10px 0 0 0 !important;
            width: 100%;
            display: block !important;
        }

    .filterBar button img {
        float: none;
        vertical-align: top;
        position: relative;
        left: 0;
    }

    .filterBar input.fltrSearch {
        width: 100%;
        max-width: 100%;
    }

    .actionDD {
        width: 100%;
    }

    /* Group Admin */
    .comboTabs {
        margin-top: 10px;
    }

    .comboTabs {
        padding-left: 15px;
    }

        .comboTabs > li {
            width: 50%;
        }

            .comboTabs > li > a {
                display: block;
            }
}

/*Messages*/
#deleteMessageModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#deleteMessageModal.modal .modal-body {
    padding: 30px;
}

#deleteMessageModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#deleteMessageModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#deleteMessageModal.modal button:first-child {
    margin-right: 15px;
}

/*  */
#deleteContactGroupModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
}

#deleteContactGroupModal.modal .modal-body {
    padding: 30px;
}

#deleteContactGroupModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
}

#deleteContactGroupModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

#deleteContactGroupModal.modal button:first-child {
    margin-right: 15px;
}

.plusSVG {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}

#messageTo {
    border: 1px solid #ddd;
    padding: 8px 5px;
    font-size: 12px;
    min-height: 41px;
}

    #messageTo span {
        display: inline-block;
        border: 1px solid #ddd;
        font-size: 12px;
        padding: 2px 5px;
        margin-right: 5px;
        border-radius: 5px;
    }

        #messageTo span a {
            cursor: pointer;
            display: inline-block;
            padding: 2px;
            color: #3c3c3c;
            font-weight: 800;
        }

/*  */
/*Messages*/

/*///////////////////*/

/* Coaches */
.bookingPod.coachesPod h3 {
    font-size: 40px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: flex;
    display: -webkit-flex;
}

    .bookingPod.coachesPod h3 .podIcon {
        filter: invert();
        -webkit-filter: invert(100%);
        width: 37px;
        height: 37px;
    }

.bookingPod.coachesPod {
    text-align: left;
}

    .bookingPod.coachesPod > span {
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 10px;
        display: block;
    }

.vAlignTT {
    vertical-align: text-top !important;
}

.borderedTable {
    border-collapse: collapse;
    border: 1px solid #eee;
}

    .borderedTable th, .borderedTable td {
        border-collapse: collapse;
        border: 1px solid #eee;
        background: #fff;
        padding: 8px 10px;
    }

.table-responsive .borderedTable.table-striped tr:nth-child(odd) {
    background: #f2f2f2;
}

    .table-responsive .borderedTable.table-striped tr:nth-child(odd) th, .table-responsive .borderedTable.table-striped tr:nth-child(odd) td {
        background: #f2f2f2;
    }

.borderedTable.table-striped th, .borderedTable.table-striped td {
    border: 1px solid #ccc;
}

.moveHandle img {
    width: 28px;
    height: 28px;
}

.moveHandle, .tableUser {
    margin-right: 12px;
}

/* Students */
.smallPods h3 span {
    align-self: center;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    left: 70px;
    top: auto;
}

.smallPods h3 img {
    align-self: center;
}

.bookingPods.smallPods {
    margin-left: -5px;
    margin-right: -5px;
}

    .bookingPods.smallPods > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.bookingPod.smallPod {
    padding: 10px 15px;
}

.bookingPods.smallPods {
    padding: 5px 0;
}

/* End Students */

/* Transaction History */
.magGlass button, .magGlass button:focus, .magGlass button:active {
    background: none;
    border: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

.bookingPod.coachesPod.trans h3 {
    justify-content: center;
    -webkit-justify-content: center;
}

.bookingPod.coachesPod.trans > span {
    margin-top: 5px;
}

.addDiscModal.creditDtl .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.pay-model.creditDtl .modal-body {
    padding: 15px;
}

.pay-model.creditDtl .bookingPods {
    padding: 0;
}

.bookingPods.mdl .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.creditDtl .checkOut_table th, .creditDtl .checkOut_table td {
    padding: 10px 15px;
}

@media (max-width:576px) {
    .wrapText {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
    }
    .modal-footer > * {
        width:100%;
    }
    .bookingPod > span {
        font-size: 13px;
    }
    .bookingPods.mdl .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-brand img {
        max-width: 89px;
    }
    .navbar-brand {
        margin: 0;
    }
    .topNav{

    }
    .topNav .nav-links .nav-link {
        width: 78px;
        height: 30px;
        padding: 0 !important;
        font-size: 13px;
        justify-content: center;
        align-items: center;
    }
    .mw-60{
        max-width:60px!important;
    }
    .signInForm {
        padding: 50px 30px 30px;
    }
    .appSection {
        flex-direction: column;
    }
    .mobileAppText {
        text-align: center;
        padding: 20px 0;
    }
    .mobileAppFrame{
        padding:0;
    }
    .changeRole {
        position: absolute;
        top: 88px;
        z-index: 1;
        right: 40px;
    }
    .signInForm h1{
        font-size:36px;
    }
    .modal-footer.full-mFooter {
        flex-direction:column;
    }
        .modal-footer.full-mFooter button {
            width: 100%;
            margin:5px 0;
        }
}
/* End Transaction History */

/* Confirm Modal */
.confirmModal.modal .modal-dialog {
    max-width: 450px;
    min-height: 332px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.confirmModal.modal .modal-body {
    padding: 30px;
}

.confirmModal.modal h3 {
    margin: 15px 0 10px;
    color: #00363b;
    font-weight: bold;
    font-size:24px;
}

.confirmModal.modal p {
    margin-bottom: 15px;
    font-weight: bold;
}

.confirmModal.modal button:first-child {
    margin-right: 15px;
}

/* Radio Buttons */
.radioR.radio_c {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    /*margin-right: 30px;*/
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radioR.radio_c input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radioR.radio_c .checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 50%;
        right: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    .radioR.radio_c:hover input ~ .checkmark {
        background-color: #fff;
    }

    /* When the radio button is checked, add a blue background */
    .radioR.radio_c input:checked ~ .checkmark {
        background-color: #fff;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radioR.radio_c .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radioR.radio_c input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radioR.radio_c .checkmark:after {
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #00363b;
    }

.reportFilter {
    background: #f8f8f8;
    max-height: 300px;
    overflow: auto;
}

    .reportFilter h2, .generateSec h2 {
        font-size: 17px;
        font-weight: 900;
        margin-top: 20px;
        margin-bottom: 15px;
    }

.lightBar h2 {
    display: flex;
    justify-content: space-between;
}

@media (max-width:576px) {
    .reportFilter {
        max-height: initial;
    }
    .membershipTabs > ul.nav-pills > li {
        width: 100%;
        margin-bottom:10px;
    }
}

/* Group Admin */
/*[data-target="#collapseExample"].dropdown-toggle::after {
    margin-left: .5em;
    zoom: 1.5;
}*/
.input-group{
    flex-wrap:inherit;
}
[data-target="#collapseExample"][aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

.comboTabs {
    border-bottom: 0;
}

    .comboTabs li > .nav-link {
        border: none;
        padding: .32em 1em;
        border-radius: 0;
    }

    .comboTabs li:first-child > .nav-link {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .comboTabs li:nth-child(2) > .nav-link {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .comboTabs > li > a {
        opacity: .7;
    }

    .comboTabs > li:nth-child(2) > a {
        margin-left: 1px;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00363b;
    border-color: none;
    opacity: 1;
}

@media (max-width:992px) {
    /*.filterBar .form-control {
        width: 100%;
        display: block;
        max-width: inherit;
    }*/

    .comboTabs {
        margin-top: 10px;
    }

    .comboTabs {
        padding-left: 15px;
    }

        .comboTabs > li {
            width: 50%;
        }

            .comboTabs > li > a {
                display: block;
            }

            .comboTabs > li > a {
                opacity: .7;
            }

            .comboTabs > li:nth-child(2) > a {
                margin-left: 1px;
            }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #00363b;
        border-color: none;
        opacity: 1;
    }
}

/* Group Admin */

/* Skill Creation */
.disHder.lightHder {
    background: #c4ccd0;
}

    .disHder.lightHder .hdrBtn {
        background: none;
    }

        .disHder.lightHder .hdrBtn button {
            background: #00363b;
            color: #fff;
        }

        .disHder.lightHder .hdrBtn img {
            filter: brightness(100);
            -webkit-filter: brightness(100);
            -moz-filter: brightness(100);
        }

    .disHder.lightHder h2 {
        color: #444;
        font-size: 18px;
        font-weight: bold;
    }

.breadcrumb.breadcrumbHead .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background: url('../images/icons/arrow-right-bc.png') center center no-repeat;
    width: 30px;
    height: 20px;
    padding: 0;
    vertical-align: text-bottom;
}

.breadcrumb.breadcrumbHead .breadcrumb-item a, .breadcrumb.breadcrumbHead .breadcrumb-item a:focus, .breadcrumb.breadcrumbHead .breadcrumb-item a:active {
    color: #00363b;
}

.breadcrumb.breadcrumbHead .breadcrumb-item {
    font-weight: bold;
}

    .breadcrumb.breadcrumbHead .breadcrumb-item:last-child {
        color: #444;
    }

.backBtn, .backBtn:focus, .backBtn:active {
    vertical-align: text-bottom;
    width: 20px;
    display: inline-block;
    color: #00363b;
}
/* Skill Creation */

/* Lessons (One to One) */
.filterBar.mediaFilter .form-control {
    max-width: 100%;
    width: 100%;
}

.lessonsOTOTabs.membershipTabs [role="tablist"] li a {
    min-width: 128.7px;
}

.videoThumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.videoThumb {
    margin-bottom: 20px;
    position: relative;
}

    .videoThumb > .videoContainer, .videoThumb > .videoBox {
        position: relative;
        display: flex;
    }

.docBox {
    height: 170px;
}
.curriVid .trAction .dropdown-toggle {
    width:auto;
    height:auto;
    line-height:initial;
}
.curriVid .trAction .dropdown-menu {
    right:.95pc;
    top:-10px;
}
    .curriVid .trAction .dropdown-menu .dropdown-item {
        padding:6px 12px;
    }
    .curriVid .trAction {
        min-width:20px;
    }
.curriVid .trAction .dropdown-menu:after, .curriVid .trAction .dropdown-menu:before {
    top: 18px;
}
.curriHead{
    display:flex;
    justify-content:space-between
}
.videoContainer:after, .videoOverlay {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,87,99,.8);
    text-align: center;
    line-height: 179%;
    font-size: 71px;
    color: #fff;
    z-index: 11;
    display: none;
}

    .videoOverlay .overlayIco {
        font-size: 50px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
    }

.videoIcon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    padding: 5px 10px;
    color: #fff;
    z-index: 10;
    min-width: 38px;
}

.docIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uploadThumb {
    position: relative;
    margin-bottom: 20px;
    height: calc(100% - 68px);
}

    .uploadThumb.uBig {
        position: absolute;
        width: calc(100% - 30px);
        height: calc(100% - 54px);
    }

.uThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.progress.progressBar {
    background-color: #e9ecef;
    border-radius: 0;
    height: 10px;
    margin-top: 3px;
}

    .progress.progressBar .progress-bar {
        background-color: #00363b;
        border-radius: 0;
        height: 10px;
    }

.videoThumb h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 7px 0 2px 0;
}

.vRotaion button {
    width: 27px;
    height: 27px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0;
    border-radius: 0;
}

    .vRotaion button:hover {
        background: #00363b;
        color: #fff;
    }

    .vRotaion button:first-child i {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.videoPreview p {
    font-size: 17px;
}

.paginationGrey {
    background: #f7f7f7;
}

    .paginationGrey .page-item.disabled .page-link {
        background: #f7f7f7;
    }

    .paginationGrey .page-link {
        background: #f7f7f7;
        border-top: 0;
        border-bottom: 0;
    }

        .paginationGrey .page-link:hover {
            background: #fff;
        }

    .paginationGrey .page-item.active .page-link:hover {
        background: #00363b;
    }

.uploadBox, .uploadBox:focus, .uploadBox:active, .uploadBox:hover {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #404040;
    text-decoration: none;
}

.uploadIcon {
    width: 40px;
    height: 40px;
    background: #00363b;
    border-radius: 40px;
    line-height: 40px !important;
    color: #fff;
    margin-bottom: 5px;
}

#cooseNotesModal .radioR.radio_c {
    padding-left: 22px;
    height: 22px;
}

@media (max-width: 767px) {
    .lessonsOTOTabs.membershipTabs [role="tablist"] li a {
        min-width: initial;
        border-radius: 5px;
    }

    .lessonsOTOTabs.membershipTabs [role="tablist"] li, .lessonsOTOTabs.membershipTabs [role="tablist"] li a {
        min-width: 100%;
        margin-bottom: 5px;
    }
}

/*@media (max-width:575px) {
    .uploadThumb {
        height: 150px;
    }
}*/

/* Add New Feature */
.tBadge {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
}

.badge-success.tBadge {
    background: #08b200;
}

.badge-warning.tBadge {
    background: #d08e00;
}

.badge-primary.tBadge {
    background: #00363b;
}
/* Add New Feature */

/* New Feature */
/* New Feature */

/* Media Library */
.mainDD.dropdown-menu {
    margin-right: 0 !important
}

    .mainDD.dropdown-menu:before {
        transform: rotate( -90deg );
        margin: -38px;
    }

    .mainDD.dropdown-menu:after {
        transform: rotate( -90deg );
        margin: -37px;
    }
.commentBar{
    display:flex;
    justify-content:space-between;
}
.previewTitle {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.commentBar .nav-link {
    display:flex;
    align-items:center;
    justify-content:center;
    color:#404040;
}
.commentBar .nav-link b{
    margin-left:8px;
    font-size:14px;

}
.commentBar .nav-item {
    display: inline-flex;
    align-items: center;
}
.commentBar .nav-item:after {
    content:'';
    width:4px;
    height:4px;
    background:#444;
    border-radius:50px;
}
.commentBar .nav-item:last-child:after {
    display:none;
}
.commentBox .actBtn{
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/* Sessions Page */
.leftTabs {
    background: #f2f2f2;
    box-shadow: -1px 0 rgba(0, 0, 0, .1) inset;
}

    .leftTabs .nav-link {
        color: #404040;
        padding: .81rem 1rem;
    }

        .leftTabs .nav-link:hover {
            background: #f6f6f6;
            padding: .81rem 1rem;
        }

    .leftTabs .nav-pills .nav-item.show .nav-link, .leftTabs .nav-pills .nav-link.active {
        background: #00363b;
        position: relative;
    }

        .leftTabs .nav-pills .nav-item.show .nav-link:after, .leftTabs .nav-pills .nav-link.active:after {
            content: '';
            position: absolute;
            right: 15px;
            top: 19px;
            width: 6px;
            height: 12px;
            background-image: url('../images/icons/leftTabArrow.png');
            background-repeat: no-repeat;
            background-position: center center;
        }

.container {
    max-width: 1200px;
    width: 100%;
}
.header .container {
    max-width: 1280px;
}
.header .container {
    max-width: 1280px !important;
}
.cPointer, .dropAnch .dropdown-toggle {
    cursor: pointer;
}

body {
    padding-right: 0 !important;
}

    /*body.modal-open {
        padding-right: 17px !important;
    }*/
/*#atendeesPanel .trAction .btn-group .dropdown-menu {*/
/* position: absolute !important;*/
/*top: -7px !important;
    right: 30px !important;
}*/

/*  #atendeesPanel .trAction .btn-group .dropdown-menu a {
        padding: 0px 15px;
        font-size: 14px;
    }*/

/*#atendeesPanel .table-responsive {
    padding-bottom: 18px;
}

.trAction .dropleft .dropdown-menu {
    left: inherit;
    right: 32px;
}

#navopen .dropdown-menu:before, #navopen .dropdown-menu:after {
    display: none;
}

.dropleft .dropdown-menu {
    left: inherit;
    right: 32px;
    top: 0px;
}

#atendeesPanel table tr:last-child td.trAction .dropdown-menu {
    top: inherit !important;
    bottom: -23px !important;
}

#atendeesPanel table tr:last-child .trAction .dropdown-menu:after, #atendeesPanel table tr:last-child .trAction .dropdown-menu:before {
    top: 69%;
}*/
.dropleft .dropdown-menu {
    /*right: calc(100% - 10px) !important;*/
    top: -5px !important;
}

/* NEW Features */
.overlayDD {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cart_header .card a {
    color: #fff !important;
    top: auto !important;
}

.notificationDD .card, .notificationDD .card-header, .accordion .card-header button {
    border: 0 none;
    border-radius: 0;
}

.accordion .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    color: #404040;
    background-color: #fff;
    padding: 11px 15px;
    font-size: 15px;
}

    .accordion .card-header button.newNote, .accordion .card-header button.newNote:hover, .accordion .card-header button.newNote:focus, .accordion .card-header button.newNote:active {
        background-color: #e9f5fe;
    }

    .accordion .card-header button:hover, .accordion .card-header button:focus, .accordion .card-header button:active {
        text-decoration: none;
        outline: 0 none;
    }

        .accordion .card-header button:hover:not(.newNote), .accordion .card-header button:focus:not(.newNote), .accordion .card-header button:active:not(.newNote) {
            background-color: #f7f7f7;
        }

.accordion .card-header {
    border-bottom: 1px solid #ddd;
}

.accordion .card-body {
    border-bottom: 1px solid #ddd;
}

.accordion .card:last-child .card-body {
    border-bottom: 0 none;
}
.associateAccord .card-body {
    position: relative;
}

.notificationDD {
    min-width: 340px;
    left: -151px;
    top: calc(100% + 13px);
    margin: 0;
    padding: 0;
    display: none;
    margin: 0 !important;
}

    .notificationDD.dropdown-menu:after, .notificationDD.dropdown-menu:before {
        left: calc(50% - 4.5px);
        top: -10px;
    }

    .notificationDD.dropdown-menu:before {
        border-color: rgba(203, 203, 203, 0);
        border-bottom-color: #cbcbcb;
        border-width: 9px;
        margin-top: -9px;
    }

    .notificationDD.dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 9px;
        margin-top: -8px;
    }

/*.cart_header1 {
    position: static;
}*/

.cart_header a.dropdown-item {
    position: static !important;
}

.notificationIcon {
    min-width: 50px;
    margin-right: 5px;
    position: relative;
    right: auto;
}

    .notificationIcon svg {
        position: relative;
        top: 3px;
    }

    .notificationIcon span {
        right: -14px;
        background: #08b200;
        border: 2px solid #eee;
        width: 22px;
        height: 22px;
        top: -14px;
    }

/*@media (max-width:767px) {
    .topsocial ul li.cart_header, .topsocial ul li.cart_header1 {
        position: relative !important;
        right: auto !important;
    }
}*/

@media (max-width:576px) {
    .notificationDD {
        min-width: calc(100% - 2px);
        left: 2px;
        top: 60px;
        margin: 0;
        padding: 0;
        display: none;
        position: fixed;
    }
}
/* NEW Features */

/* Activity Report's CSS Starts */
.icoReport {
    position: relative;
}

    .icoReport:after {
        content: "";
        width: calc(100% - 300px);
        height: 1px;
        background: #c6c6c6;
        display: flex;
        position: absolute;
        top: 50%;
        left: 150px;
        right: 150px;
    }

    .icoReport svg {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 0 10px #f8f8f8;
        border-radius: 50%;
    }
/* Activity Report's CSS Ends */
.adjustedImg {
    height: calc(100% - 24px);
}
.adjustedImg img {
    height: 100%;
}
.graphSlider .carousel-control-next, .graphSlider .carousel-control-prev {
    height: 108px;
    width: 50px;
    background: #eee;
    top: calc(50% - 54px );
}
.noCarret {
    background: none;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.iNoteDot {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.iNoteDot em {
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 50px;
}
button.iNoteDot em {
    position: absolute;
    top: 1px;
    bottom: inherit;
    right: -2px;
    width: 9px;
    height: 9px;
    background: #f00;
    border-radius: 50px;
}
.cExMark{
    background:#fff;
    padding:2px;
}
.btnDot {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 10px;
    height: 11px;
    background: #f00;
    border-radius: 50px;
}

.btn-badge {
    position: relative;
}

.btn-badge .badge {
    background: #f00;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100px;
}
.p-relative {
    position: relative;

}
.bookingNotesOverflow {
    max-height: 420px;
    overflow: auto;
}

.ng-dropdown-panel {
    background: white;
    border: 1px solid black;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    top: 38px;
    left: 0px;
    border: 1px solid #ced4da;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option, .ng-dropdown-header {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover, .ng-dropdown-header:hover {
    background-color: #f9f9f9;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option input {
    margin-right: 5px;
}
ng-select.custom-select {
    padding: 5px 1.75rem 5px 5px!important;
}

    ng-select.custom-select div[role="combobox"] {
        padding-left: 10px;
        padding-right: 5px;
    }

    ng-select .ng-select-container {
        align-items: center;
    }

ng-select .ng-value .ng-value-label {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height:26px;
    background: #00363b;
    border-radius: 3px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's above other content */
}

.loader-content {
    text-align: center;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* NGX-Pagination */
body .ngx-pagination {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: right;
}
    body .ngx-pagination:before {
        display: none;
    }
    body .ngx-pagination li {
        display: inline-block;
        margin: 0;
        margin-left: -1px;
    }
    body .ngx-pagination .disabled {
        padding: 0;
    }
    body .ngx-pagination > li > a, body .ngx-pagination > li > span {
        padding: 0;
        color: #404040;
        background-color: #fff;
        border: 1px solid #ddd;
        min-width: 62px;
        min-height: 47px;
        line-height: 47px;
        text-transform: uppercase;
        display:block;
    }
    body .ngx-pagination .current {
        background:none;
        padding:0;
    }
        body .ngx-pagination .current > span {
            color: #fff;
            background: #00363b;
            border: 1px solid #00363b;
        }
body .page-item.current > span {
    z-index: 2;
    color: #fff;
    background-color: #00363b;
    border-color: #00363b;
}
/*.ngx-pagination .pagination-previous a:before, .ngx-pagination .pagination-previous.disabled > span:before {
    content: "\ab";
    display: inline-block;
    margin-right: .5rem;
}*/
body .ngx-pagination .pagination-previous a:before, body .ngx-pagination .pagination-previous.disabled:before, body .ngx-pagination .pagination-next a:after, body .ngx-pagination .pagination-next.disabled:after {
    display: none;
}
@media (max-width:991px){
    body .ngx-pagination{
        justify-content:center;
    }
    .paginationTable .showingResult{
        text-align:center!important;
    }
    .paginationTable{
        flex-direction:column;
    }
}
/* NGX-Pagination */

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
}
sticky-actions, .section-sticky {
    position: sticky;
    left: 0;
    z-index: 555;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.sticky-actions {
    bottom: 0;
}

.section-sticky {
    bottom: 64px;
    background: #fff;
}
/* emptyPod */
.emptyPod {
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    padding:30px 15px;
}
.responseFields{
    max-height:200px;
    padding:3px;
    overflow:auto;
}
.table thead th{
    border-color:#dee2e6;
}
.gap-2{
    gap:10px;
}
.Qtext{
    max-width:320px;
    word-wrap:break-word;
    line-height: 1.3em;
}
.question-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 15px;
    row-gap: 8px;
    padding-left:0;
}
.mesg_outer-new {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}
.mesg_outer-new .msg_header{
    padding:0 0 20px 0;
    position: relative;
}
body .editNotesLink {
    max-height: 16px;
    max-width: 22px;
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.cop_1 .response-select,.cop_1 .response-select:focus{
    border:none;
    font-weight:bold;
}
/*.response-select {
    font-weight: bold;
}*/
.addCustomerNotes{
    max-height:300px;
    overflow:auto;
    margin-bottom:15px;
}
.sm_tooltip-overlay{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:transparent;
    z-index:99;
}
.cname_deatil label {
    margin-bottom: 2px;
}
.sort-handle-disabled{
    pointer-events:none;
    visibility:hidden;
    opacity:0;
}