﻿@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Arial
}

.BEBody {
    background-color: white;
    margin-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 10px auto;
    max-width: 1200px;
    width: auto;
}

.BEClientMobile {
    display: none;
}

.BEClientWide {
    display: table;
}

.showGoFullscreen {
    display: none;
}

table tr td {
    vertical-align: middle
}

.businessHeader {
    font-size: 18pt;
    border: 1px solid;
    margin: 5px 0px;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}

.businesslogo {
    height: 50px; margin-left: 5px;
}

.thecontent {
    padding: 6px;
    padding-bottom: 90px;
    left: 2px;
    right: 16px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.TheTop {
    margin-left: 3px;
    margin-top: 3px;
    left: 8px;
    right: 16px;
    width: 98.5%;
    z-index: 10000
}

.AltLog {
    position: absolute;
    top: 11px;
    right: 116px;
    width: 129px;
    text-align: right;
    visibility: visible
}

.CompName {
    font-size: 1px;
    visibility: hidden
}

.required {
    color: maroon;
    font-weight: bold;
    font-size: 16pt;
    cursor:progress; /* shows a question mark cursor on hover */
}


.tcFooter {
    text-align: center;
    height: 25px;
    width: 100%;
    background: #5A5A5A;
    border: solid 2px #3EACFF;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    bottom: 5px;
    position: absolute;
}

    .tcFooter a {
        color: #fff;
    }

.panel {
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.classDayHeader {
    background-color: white;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    position: sticky;
    top: 2px;
}

.compBtn {
    padding: 4px;
    text-decoration: none;
    margin: 0px auto;
    display: block;
    transition: 0.3s;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-family: Arial,helvetica,sans-serif;
    font-weight: 400;
    height: 40px;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f6f6f6));
    background-image: -webkit-linear-gradient(#fafafa,#f6f6f6);
    background-image: -moz-linear-gradient(#fafafa,#f6f6f6);
    background-image: -ms-linear-gradient(#fafafa,#f6f6f6);
    background-image: -o-linear-gradient(#fafafa,#f6f6f6);
    background-image: linear-gradient(#fafafa,#f6f6f6);
}

.pAcctBookDetails {
    color: #797979;
    font-weight: 300;
    font-size: 14px;
    margin: 2px;
}

.compSessBtn {
    height: 32px;
    font-size: 10pt;
    width: 125px;
    cursor: pointer;
    display: inline-block;
}

.compPackBtn {
    padding-top: 10px;
    min-width: 100px;
}

.compProdBtn {
    height: 38px;
    font-size: 10pt;
    margin: 3px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    min-width: max-content;
}

.prodRow {
    height: 56px;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8e8;
}

.prodCatPanel {
    margin: 0px;
    margin-bottom: 40px;
}

.prodCatHeader {
    text-align: center;
    font-size: 16pt;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid;
    margin-bottom: 2px;
    position: sticky;
    top: 0px;
}

.prodCatBody {
    text-align: left;
    border: 1px solid;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 18px 0px;*/
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 6px;
    width: 100%;
    margin-top: 2px;
    padding: 15px;
}

.prodCardPanel {
    border: 1px solid #f9f9f9; /*dayBorder*/
    border-radius: 6px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #fefefe;
}

.prodCardTitle {
    font-family: Arial !important;
    font-size: 18px;
    color: slategrey !important;
    padding: 5px;
    margin-top: 10px;
}

.prodCardDetails {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 0px;
}

.imgFrame {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 6px;
    display: none;
}

.imgPanel {
    padding: 10px;
    border: 1px solid #e0e0e0;
    background-color: white;
}

.prodTotal {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
    font-family: Arial !important;
    font-size: 18px;
    font-weight: 700;
    color: slategrey !important;
}

.spnBtnText {
    margin-left: 4px;
    margin-right: 4px;
}

.divBtnContainer {
    margin: 0px auto;
    padding: 4px 15px;
}

.btnBookDetail {
    width: 130px;
    cursor: pointer;
}

.divCartContainer {
    width: 360px;
}

.cartDesc {
    width: 100%;
    max-width: 176px;
    border-width: 1px;
    border-style: inset;
    font-weight: 300;
    padding: 4px !important;
    display: inline-block;
    height: 28px;
}

.cartBtn {
    width: 100%;
    max-width: 170px;
    text-align: center;
    margin-left: 4px;
    height: 26px;
    padding: 2px !important;
    cursor: pointer;
    display: inline-block;
}

.pnlCart {
    cursor: pointer;
    width: 360px;
}

.colPanelCart {
    text-align: right;
}

.profile-image {
    margin: 0 auto;
    height: 32px;
}

.divProfPic {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: black;
}

.liProfPic {
    display: inline;
    margin-top: 8px;
}

.profPicMob {
    margin: 0 auto;
    width: auto;
    display: none;
}

. .divProfPicMobile {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
}

.divProdPic {
    text-align: center;
    width: 100%;
    height: 56px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.prod-profile-image {
    height: 100%;
}

.beMessageAlert {
    width: 0;
    position: fixed;
    top: -1px;
    right: -1px;
    margin-right: 4px;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 8px 16px -4px rgb(9 30 66 / 25%), 0 0 0 1px rgb(9 30 66 / 8%);
    box-sizing: border-box;
    outline: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1100;
    padding: 0px; /*to cover bootstrap*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.heading {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

.sidenav {
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 98px;
    right: 0;
    margin-right: 4px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    color: #172b4d;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0 8px 16px -4px rgb(9 30 66 / 25%), 0 0 0 1px rgb(9 30 66 / 8%);
    box-sizing: border-box;
    outline: 0;
    overflow: hidden;
}

    .sidenav a {
        padding: 8px 8px 8px 12px;
        text-decoration: none;
        display: block;
        transition: 0.3s;
        border: 1px solid #bbb;
        font-family: Arial,helvetica,sans-serif;
        font-weight: 400;
        color: #5c4a4a;
        /*        padding: 15px;
        height: 60px;*/
        text-shadow: 0 1px 0 #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f6f6f6));
        background-image: -webkit-linear-gradient(#fafafa,#f6f6f6);
        background-image: -moz-linear-gradient(#fafafa,#f6f6f6);
        background-image: -ms-linear-gradient(#fafafa,#f6f6f6);
        background-image: -o-linear-gradient(#fafafa,#f6f6f6);
        background-image: linear-gradient(#fafafa,#f6f6f6);
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin-top: 10px;
    }

.sidenavheader {
    color: #5e6c84;
    margin-bottom: 1px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    display: grid;
    grid-template-columns: 12px 1fr 12px;
}

    .sidenavheader div {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        border-bottom: 1px solid rgba(9, 30, 66, 0.13);
        height: 40px;
        display: block;
        line-height: 40px;
        margin: 0;
        overflow: hidden;
        padding: 0 32px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        grid-column: 1 / span 3;
        grid-row: 1;
    }

.payInvoice {
    width: 100%;
    font-size: 14pt;
    font-weight: 300;
    margin: inherit;
}

.classesBookHead {
    width: 130px !important
}

.packNameModal {
    font-weight: 600;
    font-family: Arial !important;
    font-size: 16px;
    min-height: 50px;
    color: slategrey !important;
    padding: 10px !important;
    text-align: left !important;
}

.mobilePackShowBlock {
    display: block;
}

.recurIcon {
    height: 10px;
    margin-bottom: 6px;
    margin-left: 3px;
}

.ModalPanel {
    left: 50%;
    margin-left: -330px;
    position: absolute;
    top: 200px;
    padding: 15px;
    border-color: white;
    width: 620px;
    z-index: 1000;
    background-image: url(../../Images/Modal.gif)
}

.modal-header {
    border: 1px solid !important;
    border-radius: 6px;
    position: sticky;
    top: 2px;
    z-index: 1000;
}

.modal-body {
    text-align: left;
    border: 1px solid;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 18px 0px;
    border-radius: 6px;
    width: 100%;
    padding: 6px;
    margin-top: 2px;
}

.MainPanel {
    border: white solid 3px;
    width: 600px;
    z-index: 5000;
    padding: 15px
}

.modalbg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
    display: none;
    z-index: 999
}

.modalpopbg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
    z-index: 100
}

.cancelpanel {
    width: 535px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -325px;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    -webkit-box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    background-color: #e9e7e2;
    z-index: 2000
}

.subContainer {
    border: 1px #D99E00 solid;
    margin: 5px 5px 5px 5px;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow-y: auto;
    text-align: left
}

.HeaderPanel {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    margin-bottom: 15px
}

.table-head {
    display: table-header-group;
    text-align: center;
    vertical-align: middle;
    height: 32px;
    font-size: 12pt;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.table-row {
    display: table-row;
}

table.FormTable {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #fff !important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.formTD1 {
    font-weight: 600;
    font-family: Arial !important;
    font-size: 16px;
    min-height: 50px;
    color: slategrey !important;
    padding: 10px;
    vertical-align: top;
    min-width: 110px;
}

.emailformtd1 {
    width: 15%;
    text-align: right;
}

.emailformtd2 {
    width: 80%;
    text-align: left;
    padding: 4px;
}

.loginPanel {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    width: 250px;
    border: black solid 1px
}

.TogglePanel {
    border: black solid 1px
}

.FooterPanel {
    border: black solid 1px;
    background-color: #e1edde;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px
}

.modalBackground {
    background-color: gray;
    opacity: .7;
    position: absolute
}

.gridView {
    font-size: 10pt
}

    .gridView td {
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
        vertical-align: middle
    }

.gridViewHead th {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    border: white solid 1px;
    font-size: 16px;
    height: 20px;
}

.gridViewRow th {
    font-weight: 700;
    font-size: 16px !important;
    border-bottom: 2px solid #e8e8e8;
    padding: 6px;
    height: 25px;
}

.gridViewRow td {
    padding: 4px;
    vertical-align: middle;
    border: white solid 1px;
    color: #555;
}

.contactTD1 {
    padding-left: 10px;
    width: 25%;
    text-align: left;
    padding-right: 4px;
    vertical-align: middle;
    font-family: Open Sans Condensed;
    font-size: 14px;
    font-weight: 600;
    min-width: 105px;
    max-width: 200px;
    background-color: white
}

.contactTD2 {
    text-align: left;
    vertical-align: middle;
    margin-left: 120px;
    font-family: Open Sans Condensed;
    font-size: 14px
}

.contactODDiv1 {
    padding-left: 10px;
    text-align: left;
    padding-right: 4px;
    vertical-align: middle;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 600;
    background-color: white
}

.form-control {
    margin-bottom: 3px;
    border-radius: 3px;
    vertical-align: middle;
    border-width: 1px;
    border-style: inset;
    border-color: lightgrey;
    border-image: initial;
    background: #f9f9f9
}

.loginInput {
    width: calc(100% - 25px);
    display: inline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.loginModal {
    width: 500px;
    margin: 5px auto;
    top: 45px;
    position: relative;
}

.loginHeader {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.loginBtn {
    margin: 0.375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: 0.84rem 2.14rem;
    font-size: 12pt;
}

    .loginBtn:hover {
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    }

.day-btn-outline {
    padding: 15px 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

    .day-btn-outline:hover {
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    }

.mobileShowBlock {
    display: none;
}

.mobileShowBtn {
    display: none;
}

.bookNow {
    width: 140px
}

.btnPack {
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
    background-image: -webkit-linear-gradient(top,#eee,#ccc);
    background-image: -moz-linear-gradient(top,#eee,#ccc);
    background-image: -ms-linear-gradient(top,#eee,#ccc);
    background-image: -o-linear-gradient(top,#eee,#ccc);
    background-image: linear-gradient(top,#eee,#ccc);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: .5em;
    font: 300 14px Arial,Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    height: 24px
}

    .btnPack[disabled] {
        background-image: none;
        background-color: lightgray;
        box-shadow: none
    }

.tdaligncenter {
    text-align: center !important
}

.btnbuysessorpack {
    width: 100%;
    min-width: 220px;
    margin-bottom: 15px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    white-space: normal;
}

.DelModalpanel {
    width: 300px;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    z-index: 2000;
    border-radius: 5px;
    -moz-box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    -webkit-box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    box-shadow: 7px 7px 7px 0 rgba(50,50,50,.9);
    background-color: #e9e7e2
}

.DelModal {
    top: 80px;
    left: 50%;
    margin-left: -250px;
    box-shadow: 0 0 10px 2px #a1a1a1;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    background: #c1c1c1;
    padding: 10px;
    z-index: 1000;
    display: none
}

.DelModalbg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
    display: none;
    z-index: 999
}

.LoginText {
    width: 280px
}

.LoginAccount {
    width: 150px;
    white-space: nowrap;
    height: 28px
}

.LoginCol1 {
    vertical-align: middle;
    width: 20%
}

.LoginCol2 {
    vertical-align: middle;
    width: 60%
}

.LoginCol3 {
    vertical-align: middle;
    width: 20%
}

.hoverSess {
    display: none;
    position: absolute;
    width: 400px;
    padding: 5px;
    background: #eee;
    color: #000;
    border: 1px solid #1a1a1a;
    font-size: 90%
}

.hoverStaff {
    display: none;
    position: absolute;
    width: 400px;
    padding: 5px;
    background: #eee;
    color: #000;
    border: 1px solid #1a1a1a;
    font-size: 90%
}

.hoverPack {
    display: none;
    position: absolute;
    width: 400px;
    margin-left: 100px;
    padding: 5px;
    background: #eee;
    color: #000;
    border: 1px solid #1a1a1a;
    font-size: 90%
}

.profile {
    top: 50px;
    text-align: center;
    width: 99%;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    overflow-y: auto;
    z-index: 1000
}

.profileTable td {
    width: 99%;
    padding: 4px;
    border: 1px solid white;
    white-space: nowrap
}

.ajax__calendar td {
    padding: 0;
    border: 0 solid white
}

#pnlProfile {
    left: 50%;
    margin-left: -200px;
    position: absolute;
    overflow: auto;
    width: 400px;
    z-index: 1000
}

.btnGeneral {
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
    background-image: -webkit-linear-gradient(top,#eee,#ccc);
    background-image: -moz-linear-gradient(top,#eee,#ccc);
    background-image: -ms-linear-gradient(top,#eee,#ccc);
    background-image: -o-linear-gradient(top,#eee,#ccc);
    background-image: linear-gradient(top,#eee,#ccc);
    border: 1px solid #777;
    font: 300 14px Arial,Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3)
}

.btnSession {
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
    background-image: -webkit-linear-gradient(top,#eee,#ccc);
    background-image: -moz-linear-gradient(top,#eee,#ccc);
    background-image: -ms-linear-gradient(top,#eee,#ccc);
    background-image: -o-linear-gradient(top,#eee,#ccc);
    background-image: linear-gradient(top,#eee,#ccc);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: .5em;
    font: 300 14px Arial,Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3)
}

.btnBookPop {
    height: 28px;
    padding: 4px;
    margin: 4px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 2px -1px, rgba(0, 0, 0, 0.3) 0px 1px 2px -1px;
}

.divBtnBook {
    min-width: 130px
}

.divBookPopSessRemain {
    height: 100%;
    width: 100%;
    text-align: center
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 15px
}

.ddstaff {
    margin-left: 10px
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75)
}

.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    border-radius: 1000px;
    background: rgba(0,0,0,.8);
    font-family: Arial,Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff
}

    .popup-close:hover {
        -webkit-transform: translate(50%,-50%) rotate(180deg);
        transform: translate(50%,-50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none
    }

.textarea {
    width: 100%;
    height: 100%
}

.navbar-brand {
    display: none;
    float: right
}

.navbar {
    margin-bottom: 3px
}

.sessBtn {
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
    background-image: -webkit-linear-gradient(top,#eee,#ccc);
    background-image: -moz-linear-gradient(top,#eee,#ccc);
    background-image: -ms-linear-gradient(top,#eee,#ccc);
    background-image: -o-linear-gradient(top,#eee,#ccc);
    background-image: linear-gradient(top,#eee,#ccc);
    border: 1px solid #777;
    font: 300 14px Arial,Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
    width: 140px;
    height: 24px
}

.sessName {
    font-weight: 300;
    text-align: center;
    border: 1px solid #e8e8e8;
    font-family: Arial !important;
    font-size: 16px;
    min-height: 50px;
    color: slategrey !important;
}

.prodName {
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #e8e8e8;
    font-family: Arial !important;
    font-size: 16px;
    min-height: 50px;
    color: slategrey;
}

.sessTime {
    font-size: 14px;
}

.sessFinish {
    text-align: center;
    font-size: 14px;
    border: 1px solid #e8e8e8;
}

.thAddToCart {
    width: 150px;
    text-align: center;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: slategrey;
    padding: 6px;
}

.busPlate {
    float: right;
    text-align: right;
}

.logoPlate {
}

.tdDebitPack {
    vertical-align: middle !important;
    border: 1px solid #e8e8e8;
}

.pnlPackageScroll {
    height: 300px
}

.modal-content {
    padding: 15px;
    border: 8px solid white;
    border-radius: 8px;
}

.modalTabText {
    font-size: 15px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-radius: 4px
}

.clmBookNow {
    min-width: 130px
}

.showBackToWebsite {
    display: none
}

.contactTD1 {
    width: 33%;
}

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
    margin: auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

.flatpickr-calendar {
    left: 20px !important;
}

@keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@media (max-width: 840px) {
    .pnlCart {
        padding: 1px;
    }

    .cartDesc {
        width: 165px;
    }

    .cartBtn {
        width: 165px;
        margin: auto;
    }

    .btnBookDetail {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    /* This is when thead BootStrap nav Changes*/
    .BEClientMobile {
        display: block;
    }

    .BEClientWide {
        display: none;
    }

    .row {
        margin: 0px;
    }

    .panel {
        background-color: #fafafa;
        padding: 2px;
    }

    .colPanelCart {
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    .prodCardPanel {
        margin: 8px;
        margin-bottom: 30px;
        border: 1px solid #d5d5d5;
        /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 18px 0px;
    }

    .prodCatPanel {
        margin: 0px;
        margin-bottom: 40px;
    }

    .prodCatHeader {
        position: sticky;
        top: 0px;
        z-index: 1000;
    }

    .prodCatBody {
        padding: 5px;
    }

    .profile-image {
        display: none;
    }

    .liProfPic {
        display: none !important;
    }

    .profPicMob {
        display: inline-block;
        color: white;
        font: bold 11pt Trebuchet MS !important;
    }

    .divProfPicMobile {
        display: flex;
        width: 32px;
        height: 32px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        margin-top: 10px;
        margin-right: 10px;
        background: #535353;
    }

    .imgPanel {
        border: 1px solid #d5d5d5;
        border-radius: 6px;
    }

    .imgFrame {
        display: block;
        width: 95%;
    }

    .loginModal {
        width: calc(100% - 20px);
    }

    .businessHeader {
        font-size: 14pt;
    }

    .businesslogo {
        height: 20px; margin-left: 3px;
    }

    .heading {
        margin-top: 8px
    }

    .AltLog {
        visibility: hidden
    }

    .TheTop {
        margin-top: 3px
    }

    .ddstaff {
        margin-left: 0px
    }

    .PurchPriceCell {
        margin: 1px
    }

    .ItemNo {
        padding: -5px;
        margin: -5px
    }

    .profile {
        text-align: center;
        width: 98%;
        left: 2px;
        margin-left: 2px;
        top: 33px;
        overflow-y: auto
    }

    .btnRemProd {
        padding: 0
    }

    .compSessBtn {
        height: 50px;
        font-size: 10pt;
        width: 80px;
        cursor: pointer;
        white-space: normal;
        padding: 6px;
        margin: 0px;
    }

    .btnSession {
        width: 80%;
        white-space: normal;
        padding: 2px;
        font-family: Open Sans Condensed
    }

    .gridPurchase {
        font-family: Open Sans Condensed;
        font-size: 14px
    }

    .btnPack {
        width: 80%;
        white-space: normal;
        padding: 2px;
        font-family: Open Sans Condensed;
        height: auto
    }

    .closebtn {
        top: 10px;
        right: 20px
    }

    .gridViewHead th {
        font-weight: 700;
        font-family: Open Sans Condensed;
        font-size: 16px !important;
        border-bottom: 2px solid #e8e8e8;
    }

    .gridViewRow th {
        font-size: 14px !important;
        border-bottom: 2px solid #e8e8e8;
        padding: 6px;
    }

    .gridViewRow td {
        font-size: 16px;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        font-family: Open Sans Condensed;
        padding: 6px;
        vertical-align: top;
    }

    .MainPanel {
        width: 97%;
        margin-left: 0;
        left: 0;
        padding: 2px
    }

    .cancelpanel {
        width: 95%;
        left: 2px;
        margin-left: 2px
    }

    .ModalPanel {
        width: 97%;
        margin-left: 2px;
        left: 2px;
        padding: 2px;
        top: 40px
    }

    .panel-body {
        padding: 2px;
    }

    .LoginText {
        width: 95%
    }

    .LoginAccount {
        width: 100%;
        white-space: normal;
        height: 35px;
        font-size: 10px;
        padding: 0
    }

    .LoginCol3 {
        font-size: 10px
    }

    .hoverSess {
        width: 80%;
        margin-left: 50px
    }

    .hoverStaff {
        width: 80%;
        margin-left: 50px
    }

    .hoverPack {
        width: 80%;
        margin-left: 120px
    }

    .thecontent {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        overflow: auto;
        margin-top: 5px;
        padding-bottom: 50px;
        height: 1184px;
        padding-top: 0px;
    }

    .heading {
        font-size: 12px
    }

    .CompName {
        font-size: 14px;
        visibility: visible;
        margin-top: 8px;
        text-decoration: none
    }

    a {
        color: inherit
    }

    .sessFinish {
        display: none
    }

    .sessStart {
        vertical-align: top;
        width: 40px;
        text-align: left;
    }

    .sessTime {
        font-weight: bold;
        font-size: 16px;
    }

    .sessName {
        font-family: Arial !important;
        font-size: 18px;
        min-height: 50px;
        text-align: left;
        color: slategrey !important;
        border: none;
        padding-top: 10px;
        padding-bottom: 25px;
        padding-left: 5px;
    }

    .prodName {
        padding: 8px;
        color: #424242;
        text-align: left;
    }

    .busPlate {
        float: none;
        text-align: left;
    }

    .logoPlate {
        float: right;
    }

    .tdDebitPack {
        vertical-align: middle !important;
        border: none;
    }

    .tdaligncenter {
        text-align: left !important;
    }

    .bookNow {
        text-align: center;
        vertical-align: bottom;
        width: 100px
    }

    .bookNow {
        display: inline-block;
        white-space: nowrap;
        background-color: #ddd;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
        background-image: -webkit-linear-gradient(top,#eee,#ccc);
        background-image: -moz-linear-gradient(top,#eee,#ccc);
        background-image: -ms-linear-gradient(top,#eee,#ccc);
        background-image: -o-linear-gradient(top,#eee,#ccc);
        background-image: linear-gradient(top,#eee,#ccc);
        border: 1px solid #777;
        padding: 4px;
        margin: 2px;
        font: 300 12px Arial,Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        width: 85px;
        height: 34px;
        white-space: normal;
        border-radius: 5px;
        border: none;
        min-height: 20px
    }

    .sessBtn {
        display: inline-block;
        white-space: nowrap;
        background-color: #ddd;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));
        background-image: -webkit-linear-gradient(top,#eee,#ccc);
        background-image: -moz-linear-gradient(top,#eee,#ccc);
        background-image: -ms-linear-gradient(top,#eee,#ccc);
        background-image: -o-linear-gradient(top,#eee,#ccc);
        background-image: linear-gradient(top,#eee,#ccc);
        border: 1px solid #777;
        padding: 4px;
        margin: 2px;
        font: 300 12px Arial,Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset,0 1px 0 rgba(0,0,0,.3);
        width: 85px;
        height: 34px;
        white-space: normal;
        border-radius: 5px;
        border: none;
        min-height: 20px
    }

    .BEtdEndRowBtn {
        padding: 3px;
        text-align: right;
        vertical-align: middle;
    }

    .classesBookHead {
        width: 80px !important
    }

    .mybookLocation {
        display: none
    }

    .mobileShowBlock {
        display: block;
        font-weight: normal;
        font-family: Arial;
        font-size: 10pt;
        color: #555;
        text-align: left;
        padding: 3px;
    }

    .mobileShowBtn {
        display: inline-block;
        margin: 2px;
    }

    .navbar-brand {
        display: block
    }

    .modal-open .modal {
        padding-left: 0px !important
    }

    .modal-content {
        padding: 3px;
        border: 1px solid white;
    }

    .clmBookNow {
        min-width: 80px
    }

    .btnBookPop {
        font: 300 14px Open Sans Condensed,Arial,Helvetica;
        min-width: 50px;
        text-align: center;
        width: auto
    }

    .divBtnBook {
        min-width: 0pc;
        text-align: center
    }

    .clmBookRemain {
        display: none
    }

    .clmBookExpires {
        display: none
    }

    .showBackToWebsite {
        display: none;
    }
    .showGoFullscreen {
        display: none;
    }
    .compProdBtn {
        cursor: pointer;
    }

    .compPackBtn {
        height: 50px;
        font-size: 14px;
        width: 100px;
        max-width: 140px;
        cursor: pointer;
        padding-top: 15px;
        text-align: center;
    }

    .thAddToCart {
        width: 80px;
        border: none;
    }

    .col-sm-6 {
        padding: 2px;
    }

    .gridViewHead {
        display: none;
    }

    .divBtnContainer {
        padding: 4px 5px;
    }

    h2 {
        font-size: 22px;
    }
}

@media only screen and (max-height:1100px) {
    .thecontent {
        height: 1020px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height:980px) {
    .thecontent {
        height: 800px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height:800px) {
    .thecontent {
        height: 760px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height:768px) {
    .thecontent {
        height: 720px;
        overflow-y: scroll;
    }
}

@media only screen and (max-height:640px) {
    .thecontent {
        height: 600px;
        overflow-y: scroll;
    }

    .ModalPanel {
        position: absolute;
        top: 50%;
        margin-top: -200px
    }
}

@media only screen and (max-height:480px) {
    .modal-open .modal {
        padding-left: 0px !important
    }

    .modalTabText {
        font-size: 15px
    }
}

@media only screen and (max-height:475px) and (min-height:370px) {
    .ModalPanel {
        position: absolute;
        top: 50%;
        margin-top: -200px;
        height: 90%
    }

    .thecontent {
        height: 440px;
        overflow-y: scroll;
        border-style: solid;
        border-width: 0 0 3px 0;
        border-color: slategrey
    }

    .MainPanel {
        height: 90%;
        overflow-y: scroll
    }

    .pnlPackageScroll {
        height: 80%
    }
}

@media only screen and (max-height:360px) {
    .thecontent {
        height: 320px;
        overflow-y: scroll;
        border-style: solid;
        border-width: 0 0 3px 0;
        border-color: slategrey
    }

    .MainPanel {
        height: 300px;
        overflow-y: scroll
    }
}

@media only screen and (max-height:320px) {
    .thecontent {
        height: 280px;
        overflow-y: scroll;
        border-style: solid;
        border-width: 0 0 3px 0;
        border-color: slategrey
    }

    .MainPanel {
        height: 260px;
        overflow-y: scroll
    }
}
