﻿* {
    box-sizing: border-box
}

html {
}

.overlayLoadWrapper {
    position: relative
}

.overlayLoad {
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#ezWrapper {
    display: flex;
    flex-grow: 1;
    height: 100%;
    min-height: 100vh;
}

#ezLeft {
    width: 260px;
    z-index: 999;
    max-width: 260px;
    min-width: 260px;
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 2rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

#logo {
    display: flex;
    max-height: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

    #logo img {
        image-rendering: -webkit-optimize-contrast;
        max-height: 50%;
    }

#ezMenu {
    display: flex;
    flex-direction: column;
    padding: 5rem .75rem 1.5rem .75rem;
    position: relative
}

    #ezMenu a {
        display: block;
        padding: .75rem;
        border-radius: 5px
    }

        #ezMenu a i {
            display: inline-block;
            width: 20px;
            text-align: left;
            margin-right: .75rem;
            color: #3193a0;
        }

#pBy i {
    color: rgba(255,255,255,.3) !important
}

#ezMenu a img {
    margin-right: 1.25rem
}

.descriptionDiv {
    display: none
}

#loginPanel {
    display: none !important;
    background: #fff;
    padding: 1rem;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    border: 1px solid;
    min-width: 200px;
    line-height: 2rem;
    z-index: 9999999;
    position: absolute;
    text-align: left
}

.loginPanelVisible #loginPanel {
    display: block !important;
    right: 1rem;
    top: 60px;
    border-radius: 0;
    color: #000;
    border-top: 0;
}

#memberIco:hover, #memberImg:hover, #memberIni:hover {
    cursor: pointer
}

#memberImg {
    height: 44px;
    border-radius: 25px;
    width: 44px;
    line-height: 1;
    padding: 0 !important
}

.loginPage .uk-panel-box {
    margin: auto;
}

#joinSteps {
    display: none
}

#pBy {
    position: relative
}

.menuOpen #pBy {
    top: 0
}

.attributePresenter .uk-form-row {
    margin-bottom: 2rem
}

    .attributePresenter .uk-form-row .hintFire {
        margin-right: .5rem;
        float: left
    }

.attributePresenter td {
    padding-right: 1rem
}

.attributePresenter .uk-form input[type=checkbox], .uk-form input[type=radio] {
    margin-right: .5rem !important
}

.loginBox {
    border: none
}

.menuOpen #help {
    max-width: none !important
}

.mbIcon {
    margin-right: 14px !important
}

.boxWithTable {
    border: 1px solid #039ee1 !important;
}

.boxWithTableInner {
    overflow: auto
}

.boxWithTable table {
    margin-bottom: 0;
    margin-top: 0;
    border: none
}

    .boxWithTable table tr:last-of-type td {
        border-bottom: 0 !important
    }

.boxWithTable h4 {
    padding: 1rem 10px;
    background: #039ee1;
    margin-bottom: 0;
    border-bottom: none;
    color: #e8e8e8
}

.upcomingBookings tr td:first-of-type, .upcomingBookings tr th:first-of-type {
    width: auto !important
}

    .upcomingBookings tr td:first-of-type:empty, .upcomingBookings tr th:first-of-type:empty {
        width: 0 !important;
        padding: 0
    }

.menuOpen #pBy {
    top: 5rem
}

.uk-form-label {
    word-break: break-all
}

@media (max-width:1400px) {

    html {
        overflow: auto
    }

    .LOGGEDIN .postLogin.uk-visible-large {
        display: none !important
    }

    #ezTop div .uk-icon-button {
        margin-left: .5rem !important;
        background: #eee
    }

    #ezMainInner {
        padding: 1rem;
        width: 100%
    }

    #ezMenu {
        top: 0;
        padding-top: 1rem
    }

    .menuOpen #pBy {
        top: 0 !important
    }

    html {
        background-image: none;
        overflow: auto;
    }

    .bookingWrapper {
        align-items: flex-start;
        justify-content: flex-start;
        max-height: none !important;
        background: none !important;
    }


    .uk-visible-xlarge {
        display: none !important
    }

    .LOGGEDIN .postLogin.uk-visible-xlarge {
        display: none !important
    }

    #ezMenu a {
        font-size: 1.2rem;
    }

    #ezLeft {
        position: absolute;
        top: -1000%;
        right: 0;
    }

    .menuOpen #ezLeft {
        top: 59px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        position: fixed;
        overflow: auto;
        z-index: 9999
    }

    .menuOpen .fa-bars {
        display: none
    }

    .menuOpen .fa-times {
        display: inline-block !important
    }

    #ezTop {
        justify-content: space-between !important;
        padding: 0 1rem;
        background-image: none;
        margin: 0;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 100 !important;
    }

        #ezTop img {
            max-height: 50%;
            image-rendering: -webkit-optimize-contrast
        }

    #logo {
        display: none
    }

    #ezMain {
        padding: 0;
        max-width: 100%;
        margin-left: 0 !important;
    }

    #ezMainInner {
        width: 100%;
        padding: 0 !important;
        border: none !important;
    }

    html {
        background: none !important;
    }

    .classOverlay {
        left: 0 !important;
        ;
    }
}

@media (max-width:767px) {
    #bookingName {
        text-align: center
    }
}

body.menuOpen {
    overflow: hidden;
    height: 100vh;
}

#ezTop {
    display: flex;
    max-height: 60px;
    min-height: 60px;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

    #ezTop div {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: normal;
    }

        #ezTop div .uk-icon-button {
            margin-left: 1rem;
            display: none;
            font-family: Montserrat,Helvetica,Arial,Verdana,sans-serif !important;
            font-weight: 700
        }

.LOGGEDIN #ezTop div .uk-icon-button {
    display: block;
    border: 1px solid;
}

#memberIco {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

#menuToggle {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 1rem;
    padding: 5px 22px;
    border-radius: 5px;
    background: 0 0;
}

.fa-times {
    display: none !important
}

#ezMain {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 260px;
}

#ezMainInner {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 2rem);
    display: block;
    box-sizing: border-box;
    padding: 1.5rem;
    position: relative;
    max-width: 1000px;
    margin: auto;
    border-radius: 1px;
    border: 1px solid;
    background: #fff;
}

.classesPage #ezMainInner, .launchPage #ezMainInner, .packagesPage #ezMainInner, .treatmentsPage #ezMainInner {
    max-width: none
}

.loginPage #ezMainInner, .passwordPage #ezMainInner, .registerOnlinePage #ezMainInner {
    max-width: 400px;
    margin: auto;
    overflow: visible;
    border-radius: 10px
}

.loginPage #ezMainInner {
    background: 0 0;
    border: none
}

.launchPage #ezMainInner {
    background: 0 0;
    padding: 0
}

.bookingWrapper {
    visibility: hidden;
    display: flex;
    z-index: 50;
    position: relative;
    transition: all .5s linear;
    margin-top: 0;
    /* align-items: center; */
    /* justify-content: center; */
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.bookingLoad {
    visibility: visible;
    text-align: center;
    padding: 1rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bookingLoad img {
        display: block;
        margin: auto
    }

.TimeoutWarning {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000
}

#timeOutWarning {
    width: 300px;
    padding: 1rem;
    top: -100px;
    position: relative;
    border-radius: 2px
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .TimeoutWarning {
        position: absolute
    }

    #timeOutWarning {
        top: 0
    }
}

#timer {
    font-size: 1.25rem
}

#loadingWrapper, #loadingWrapper2 {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    background: rgba(255,255,255,.5)
}

.loaded #loadingWrapper2 {
    display: none
}

.uk-table td {
    vertical-align: middle
}

.uk-table, table {
    width: 100%
}

.uk-form-controls span {
    margin-top: 5px !important;
    display: inline-block
}

input[type=checkbox] {
    height: 1.25rem;
    width: 1.25rem;
    vertical-align: top
}

.bigCheckBox {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 1em;
    border-radius: 1px;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

    .bigCheckBox label {
        min-width: 0;
        color: #fff
    }

    .bigCheckBox input[type=checkbox] {
        margin-left: 1rem;
        height: 1.5rem;
        width: 1.5rem;
        vertical-align: middle
    }

@media (max-width:767px) {
    .bigCheckBox {
        width: 100%
    }

    .hidesmall {
        display: none !important
    }
}

@media (min-width:768px) {
    .showsmall {
        display: none !important
    }
}

.attributePresenter h2 {
    margin-bottom: 0
}

.attributePresenter table {
    width: auto
}

.attributePresenter span {
    display: block;
    margin-bottom: .75rem
}

    .attributePresenter span.uk-text-danger {
        display: inline-block;
        margin-right: 10px;
        visibility: visible !important;
        float: left
    }

.attributePresenter input[type=text] {
    display: block
}

.attributePresenter td {
    vertical-align: middle
}

.ajax__tab_tab {
    background: 0 0 !important;
    outline: 0 !important;
    height: auto !important
}

.ajax__tab_body {
    border-color: #ccc !important;
    padding: 1em !important;
    border-top: 1px solid !important;
    padding: 2em !important
}

@media (max-width:767px) {
    .ajax__tab_body {
        padding: 1em !important
    }
}

.ajax__tab_outer {
    border: 1px solid;
    border-bottom: 0;
    height: 23px !important;
    background: 0 0 !important;
    height: 30px !important
}

.ajax__tab_header, .ajax__tab_inner, .ajax__tab_xp, .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: 0 0 !important;
    outline: 0 !important
}

.dateSide {
    min-width: 150px;
    height: 30px;
    line-height: 30px
}

.errorPromptFocus {
    opacity: 0;
    width: 0 !important;
    height: 0;
    position: absolute
}

.hintWrapper {
    display: none
}

.hintOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 50
}

.hint {
    max-width: 500px;
    display: block;
    margin: auto;
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    border: 1px solid;
    border-radius: 10px;
    padding: 1em;
    z-index: 100
}

    .hint p {
        padding-right: 30px
    }

.hintFire {
    cursor: pointer;
    display: none
}

#loginLeft {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.SessionDatePicker:hover {
    cursor: pointer
}

@media (max-width:479px) {
    #bookingName {
        margin-top: 1.5rem !important;
        display: block;
        text-align: center
    }

    .bookingRow, .bookingRow .uk-button-primary, .slotTime, .spacesFree {
        font-size: .75rem !important
    }

        .bookingRow td {
            padding: 0 .25rem .375rem 0 !important
        }

            .bookingRow td:last-of-type {
                padding-right: 0 !important
            }

    .spacesFree {
        left: .75rem !important;
        right: .75rem !important
    }
}

#SessionDatePicker:hover {
    cursor: pointer
}

.price, .slotTime {
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block
}

.jumpBookingImg {
    max-width: 100%;
    border-radius: 3px;
    max-height: 200px;
    margin: 1rem auto;
    display: block
}

#bookingOptions input {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist
}

    #bookingOptions input:hover {
        cursor: pointer
    }

#labelSingleSite {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    display: inline-block;
    border-radius: 5px
}

.bookingRow td {
    padding: 0 .75rem 1.25rem 0
}

    .bookingRow td:last-of-type {
        padding-right: 0
    }

.bookingRow:last-of-type td {
    padding-bottom: 0
}

.slotTime {
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1rem
}

.availabilityContainer {
    width: 100%;
    height: 30px;
    overflow: hidden;
    border-radius: 1px;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
    font-size: 1rem
}

    .availabilityContainer * {
        border-radius: 1px
    }

.spacesFreeWrapper {
    border-radius: 1px;
    height: 30px
}

.spacesFreeAnimWrapper {
    border-radius: 1px;
    display: block;
    height: 30px;
    line-height: 30px
}

.spacesFree {
    left: 1.25rem;
    right: 1.25rem;
    position: absolute;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1rem
}

.bookQty {
    position: absolute;
    bottom: 0;
    left: 35px;
    margin-top: 50px
}

#slotsWrapper .uk-button-primary {
    height: 30px;
    line-height: 30px;
    min-height: 0;
    text-transform: uppercase !important;
    font-size: 1rem;
    font-weight: 400
}

.sessionDetailsPage h2 {
    margin-top: 0
}

#sessionDetailsExtras .uk-panel {
    border: 1px solid;
    padding: 1em;
    margin-bottom: 1em
}

    #sessionDetailsExtras .uk-panel h2 {
        margin-top: 0
    }

#sessionDetailsExtras strong {
    display: block;
    margin-bottom: .5rem
}

#cart {
    border: 1px solid;
    border-radius: 2px
}

    #cart table {
        margin-bottom: 0
    }

    #cart td {
        border: none;
        vertical-align: top;
        padding: .35rem 1rem
    }

    #cart tr td:first-of-type {
        word-break: break-word
    }

    #cart b {
        display: inline-block;
        width: 30px
    }

    #cart tr:first-of-type td {
        padding-top: 1rem
    }

    #cart tr:last-of-type td {
        border-bottom: none;
        padding-bottom: 1rem
    }

.itemsCost {
    visibility: hidden;
    height: 0;
    margin: 0;
    line-height: 0;
    position: absolute;
    z-index: -1
}

#cartSummary td {
    height: 65px !important;
    vertical-align: middle
}

#cartSummary table {
    width: auto
}

    #cartSummary table tr td {
        border-bottom: none;
        padding: 0;
        height: auto !important
    }

#cartSummary input[type=text] {
    margin: 0 2px;
    text-align: center;
}

.waiverPerson h2 {
    margin: 0
}

.accordion {
    margin-bottom: 2px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px
}

    .accordion h2 {
        margin-bottom: 0
    }

.accordionActive {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordionContent {
    padding: 1em;
    box-sizing: border-box;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

    .accordionContent table tr:first-of-type td {
        font-weight: 700
    }

#waiverWrapper {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    z-index: -1;
    font-size: 1.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

    #waiverWrapper .uk-alert-danger {
        margin: 2rem 0 0 0 !important
    }

    #waiverWrapper h1 {
        font-size: 2.25rem;
        line-height: 1.25em !important;
        margin-top: 2rem
    }

    #waiverWrapper h2, #waiverWrapper h4 {
        font-size: 1.75rem;
        line-height: 1.25em !important
    }

    #waiverWrapper .uk-form-stacked .uk-form-label, #waiverWrapper p {
        font-size: 1.35rem;
        line-height: 1.2em !important
    }

    #waiverWrapper .uk-button, #waiverWrapper input, #waiverWrapper select {
        font-size: 1.75rem;
        line-height: 4rem;
        height: 4rem !important;
        min-height: 0;
        padding: 0 1rem
    }

        #waiverWrapper input[type=checkbox], #waiverWrapper input[type=radio] {
            height: 2rem !important;
            width: 2rem;
            vertical-align: middle;
            line-height: initial
        }

    #waiverWrapper .errorPromptFocus {
        height: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        font-size: 0
    }

#waiverOverlay {
    background: rgba(0,0,0,.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: fixed;
    background-attachment: fixed
}

#startAgainWrapper {
    width: 100vw;
    max-width: 1000px;
    margin: auto;
    display: block;
    overflow: hidden;
    z-index: 5;
    position: fixed;
    top: 0
}

    #startAgainWrapper .uk-button {
        float: right;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

#waiverInner {
    display: block;
    z-index: 1;
    width: 100vw;
    max-width: 1000px;
    padding: 2rem 2rem 0 2rem;
    margin: auto;
    opacity: .925;
    border-radius: 5px;
    position: relative;
    clear: both
}

#waiverLogo {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto
}

#waiverStationLaunch {
    text-align: center
}

    #waiverStationLaunch h2 {
        margin-top: 0
    }

    #waiverStationLaunch .uk-panel {
        padding: 2rem
    }

#waiverOptions .uk-float-left, #waiverOptions .uk-float-right {
    float: none;
    text-align: center
}

#waiverOptions .uk-button {
    display: inline-block;
    width: 100%;
    margin: .5rem 0
}

#waiverOptions .uk-margin-large-top {
    margin-top: 0 !important
}

.waiverComplete .uk-float-right {
    float: none !important
}

.waiverComplete .uk-margin-large-top {
    margin-top: 1rem !important
}

#startButton {
    width: 400px;
    max-width: 100%;
    font-size: 2rem;
    margin-bottom: 1rem
}

#completeBoxes {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.completeBox {
    position: relative;
    width: calc(100% - 1rem);
    height: 100px;
    margin: .5rem;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    font-size: 1.85rem;
    line-height: 100px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    opacity: 1
}

    .completeBox span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0 2rem;
        background: rgba(0,0,0,.3);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        line-height: 100px
    }

#waiverWrapper .completeBox p {
    margin: 0 1rem 0 calc(1.5rem + 88px);
    line-height: 100px !important;
    font-size: 1.75rem
}

.completeBox img {
    max-height: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

#completeBoxes .uk-button-primary {
    border-radius: 5px;
    clear: both;
    margin-top: 2rem;
    width: 300px;
    font-size: 2rem !important
}

#poweredByWaiver {
    display: block;
    text-align: center;
    margin: 2rem -2rem 0 -2rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(0,0,0,.4)
}

.accordion {
    margin-bottom: 2px;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px
}

    .accordion h2 {
        margin-bottom: 0
    }

.accordionActive {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordionContent {
    padding: 1em;
    box-sizing: border-box;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

    .accordionContent table tr:first-of-type td {
        font-weight: 700
    }


#filterToggle {
    display: inline-block;
    margin-right: 0 !important
}

#filterPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1rem;
    flex-grow: 1;
    width: 100%;
    text-align: revert
}

.filterActive #filterPanel {
    display: inline-block !important;
    text-align: right
}

#filterPanel a {
    margin-right: .5rem;
    margin-bottom: 1rem;
    display: inline-block
}

.closeClass {
    border: none;
}

.classInfo i {
    cursor: pointer;
}

#classTools {
    position: absolute;
    background: rgba(0,0,0,0.35);
    padding: 0.5rem 0.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
    height: 45px;
    left: 0;
    right: 0;
}

    #classTools div {
        display: flex;
        align-items: center;
        margin-right: 5px;
        margin-left: 2px;
    }

    #classTools i, #classTools a {
        font-size: 25px;
        color: #fff;
    }

        #classTools i.uk-icon-check-circle {
            color: green !important;
            font-size: 25px;
        }

    #classTools .uk-icon-close {
        color: red !important;
        font-size: 28px;
    }

    #classTools .uk-button {
        font-size: 1rem !important;
        padding: 5px !important;
        color: #fff !important;
        height: auto !important;
        min-height: 0 !important;
        line-height: 1;
    }

        #classTools .uk-button.cancel {
            background: #b91d1d !important;
            border-color: #b91d1d !important;
        }

#ctl00_mainContent_SiteSelector_panelSiteSelect .uk-form-label {
    display: none;
}

#ctl00_mainContent_SiteSelector_panelSiteSelect .uk-form-controls {
    margin-left: 0;
}

#weekChange {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #weekChange a {
        width: auto;
        display: inline-block;
        margin-right: .5rem;
        margin-top: 1rem;
    }

    #weekChange div {
        display: flex;
        align-content: flex-start;
    }

#instructors {
    margin-top: 1rem;
}

.activeCategory {
    background: rgba(0,0,0,.4);
    border: 1px solid transparent !important
}

.classWrapper {
    padding: 0 1px 0 1px;
    box-sizing: border-box
}

    .classWrapper .uk-panel-box {
        position: relative;
        margin-bottom: .25em;
        margin-top: .25em;
        padding: .25em;
        border: none;
        overflow: hidden;
        transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s
    }

.classOverlay {
    display: none;
    position: fixed;
    left: 260px;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
    opacity: 1;
    z-index: 105;
    height: 100%;
}

#classCalendar {
    border-left: 1px solid
}

    #classCalendar li.uk-active {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-right: 1px solid;
        padding: 0 0 .5rem 0 !important
    }

.classDateHeaderWrapper {
    border-bottom: 1px solid;
    padding: .5rem 1rem
}

.classDateHeader {
    text-align: center;
    display: inline-block;
    font-weight: 400
}

    .classDateHeader:first-of-type {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem
    }

.classDuration, .className, .classPlaces, .classTime {
    display: block;
    overflow: hidden;
    font-size: 1em;
    box-sizing: border-box;
    border-bottom: 0;
    float: none;
    padding: 5px;
    opacity: 1;
    letter-spacing: 0
}

.className {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    font-size: 1rem
}

.classDuration {
    border-top: none;
    padding: 0
}

.classPlaces {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    margin-bottom: 0
}

.classSelectFire {
    cursor: pointer;
    display: block;
    overflow: hidden
}

    .classSelectFire:hover {
        text-decoration: none
    }

.classSelect {
    position: relative;
    height: auto;
    margin: 2rem auto;
    padding: 1em;
    border-radius: 2px;
    box-sizing: border-box;
    width: 500px;
    max-width: 95%;
    max-height: calc(100vh - 2rem);
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden
}

    .classSelect h2 {
        margin-top: 0 !important;
        margin-right: 40px;
        font-size: 30px
    }

.classPosition {
    position: relative
}

    .classPosition .uk-alert {
        margin-bottom: 1rem
    }

.closeClass {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .5em;
    border: none;
    border-radius: 10px;
    cursor: pointer
}

.classDesktopWrapper {
    display: block;
    overflow: hidden
}

.classLowWarning, .joinWaitingList {
    display: none
}

#classDetails span {
    display: inline-block;
    min-width: 115px;
    font-weight: 700
}

.blocked {
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.blockedOverlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 5;
}

#classCalendar.uk-grid {
    margin-left: 0
}

.classImage {
    margin: -1rem -1rem 1rem -1rem;
    height: 175px;
    background-position: center !important
}

@media (min-width:1220px) {
    #classCalendar.uk-grid-width-xlarge-1-7 > * {
        width: 14.285%
    }

    #classCalendar.uk-grid > * {
        padding-left: .5rem
    }
}

#joinSteps {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    margin: 1em auto 4em
}

.joinStep {
    width: 75px;
    border: 1px solid rgba(0,0,0,.06);
    text-align: center;
    border-radius: 50%;
    height: 75px;
    line-height: 75px;
    font-size: 1.5rem
}

#joinContents {
    display: block;
    overflow: hidden
}

@media (max-width:700px) {
    .joinStep {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1em
    }
}

.calendar-body {
    border-collapse: collapse;
    width: 100%
}

    .calendar-body td, .calendar-body th {
        text-align: center;
        width: 14.28%;
        box-sizing: border-box
    }

.calendar-rb {
    display: block
}

.calendar-body td {
    height: 65px
}

.calendar-body th {
    height: 35px
}

.calendar-day-price {
    display: none
}

#calendarKey td {
    vertical-align: middle;
    margin-right: 1em;
    padding: 0 10px 10px 0
}

@media (max-width:767px) {
    .calendar-body {
        font-size: .8em !important
    }

        .calendar-body th {
            font-size: 1.2em !important
        }

        .calendar-body td {
            height: 45px
        }
}

.treatmentBlock {
    display: block;
    width: 100%;
    margin: .5rem 0;
    overflow: hidden
}

.treatmentLeft {
    float: left;
    width: 200px
}

.treatmentRight {
    margin-left: 200px;
    padding: 0 0 0 1.5rem;
    width: calc(100% - 200px)
}

.packageContents td:nth-of-type(2) {
    text-align: right
}

.packageContents {
    margin: 0
}

    .packageContents label {
        min-width: 90px
    }

@media (min-width:1600px) {
    .uk-width-xxlarge-1-4 {
        width: 25% !important
    }

    .uk-width-xxlarge-1-5 {
        width: 20% !important
    }

    .uk-width-xxlarge-3-4 {
        width: 75% !important
    }
}

@media (min-width:1400px) {
    .treatmentLeft {
        width: 250px
    }

    .treatmentRight {
        margin-left: 250px;
        width: calc(100% - 250px)
    }
}

@media (min-width:1401px) {
    .uk-hidden-xlarge {
        display: none !important
    }
}

@media (max-width:767px) {
    .treatmentLeft {
        width: 100px
    }

    .treatmentRight {
        margin-left: 100px;
        width: calc(100% - 100px)
    }
}

@media (max-width:479px) {
    .treatmentLeft {
        width: 100%;
        float: none
    }

        .treatmentLeft img {
            margin: -1rem -1rem 0 -1rem;
            width: calc(100% + 2rem);
            min-width: calc(100% + 2rem)
        }

    .treatmentRight {
        margin-left: 0;
        padding-left: 0;
        width: 100%
    }

        .treatmentRight h2 {
            margin-top: 1rem !important
        }
}

@media (max-width:479px) {
    #voucherCartButtons .uk-float-left, #voucherCartButtons .uk-float-right {
        float: none;
        display: block;
        margin-bottom: 1rem
    }

        #voucherCartButtons .uk-float-left .uk-button, #voucherCartButtons .uk-float-right .uk-button {
            width: 100%
        }
}

#voucherLeft, #voucherRight {
    border: 1px solid;
    padding: 1rem
}

    #voucherRight h2 {
        margin-top: 0
    }

.voucherDeliveryPage #ctl00_mainContent_PageNavControl_ibNext {
    display: none
}

#deliveryOptions .uk-button {
    display: inline-block;
    width: 100%;
    height: 100%
}

.SessionDatePicker:hover {
    cursor: pointer
}

.hidden {
    height: 0;
    width: 0;
    visibility: hidden;
    margin: 0;
    position: absolute
}

#timeSlots {
    opacity: 0;
    transition: all ease .5s;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

    #timeSlots.showSlots {
        opacity: 1
    }

.timeSlotWrapper {
    transform: skew(-10deg)
}

.timeSlot {
    margin: .25rem;
    min-width: 140px;
    width: auto;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px !important
}

#slotsWrapper .timeSlot .bookButton {
    padding-right: 60px;
    padding-left: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 100% !important;
    line-height: 40px !important;
    font-size: 18px !important;
    color: #fff;
    border: none !important
}

    #slotsWrapper .timeSlot .bookButton.Full, #slotsWrapper .timeSlot .bookButton.Low {
        padding-right: 65px
    }

.bookButton.Full:hover {
    cursor: not-allowed
}

.timeSlot i {
    color: #fff
}

.spaceNum {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    position: absolute;
    right: 0;
    width: 60px;
    border-left: none;
    text-align: center;
    text-transform: capitalize
}

.bookButton.Full .spaceNum, .bookButton.Low .spaceNum {
    display: inline-block
}

.posItemLongDesc {
    margin: 10px 0
}

@media (max-width:550px) {
    .timeSlot {
        flex-basis: calc(50% - .5rem);
        min-width: 0
    }

    #slotsWrapper .timeSlot .bookButton {
        /* font-size: .9rem !important */
    }
}

.hint {
    max-width: 500px;
    display: block;
    margin: auto;
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 1em;
    z-index: 100
}

    .hint p {
        padding-right: 30px
    }

.hintFire {
    cursor: pointer
}

.extrasPage #mainInner, .partyPage #mainInner {
    width: 100%
}

.uk-panel-box h2:first-of-type {
    margin-top: 0;
    color: #722283;
    font-size: 1.15rem;
}

#membershipCard {
    position: relative;
    width: 500px;
    border-radius: 10px;
    background: #0000;
    overflow: hidden;
    height: 310px;
    margin: auto;
    color: #fff;
    background: #000;
    border-radius: 20px;
    border: 1px solid;
}

    #membershipCard .uk-form {
        position: absolute;
        left: 1rem;
        top: 101px;
        z-index: 5;
        max-width: 280px
    }

    #membershipCard .uk-form-row {
        margin-top: 6px
    }

.memcardName {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    white-space: nowrap
}

#ctl00_mainContent_membership {
    white-space: nowrap
}

#memImg {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 5px solid #fff;
    right: 1rem;
    bottom: 1rem;
    z-index: 4
}

#qrImage {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 10
}

#memCard1 {
    position: absolute;
    display: block;
    top: 0;
    width: 600px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5) url(../images/backgrounds/3.jpg) no-repeat;
    z-index: 3;
    background-size: cover
}

#memCard1Overlay {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
}

#memCardTitle {
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    right: 1rem;
    z-index: 4;
    background: #3193a0;
}

.cardLogo {
    z-index: 4;
    position: relative;
    max-width: 177px;
    top: 7px;
    left: -7px;
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width:500px) {
    #qrImage {
        bottom: 1rem !important;
        position: absolute;
        left: 1rem
    }

    #memCard1 {
        right: -92px;
        max-width: 340px;
    }

    #membershipCard {
        height: 515px !important;
        width: auto !important;
        background: #000;
        max-width: 340px;
    }

    .cardLogo {
        margin: 0 auto 2rem auto;
        display: block;
        max-width: 85%;
        left: 0
    }

    #memCardTitle {
        position: relative;
        width: auto;
        left: 0;
        right: 0;
        text-align: center;
        margin-left: -2rem;
        margin-right: -2rem;
        border-radius: 0;
        width: calc(100% + 4rem);
        border-left: none;
        border-right: none;
        border-color: #f5ab30;
        top: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem
    }

    #membershipCard .uk-form {
        position: relative;
        top: 2.15rem;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
        max-width: none;
        font-size: 1.2rem
    }

    .memcardName {
        display: block;
        white-space: initial;
        word-break: break-all
    }

    #ctl00_mainContent_membership {
        white-space: initial;
        word-break: break-all
    }
}
