/*----------Layout----------*/

#poweredBy
{
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1.2rem;
    max-width: 85%;
    margin: auto;
    padding-top: 4rem;
}

.uk-panel-box .uk-panel-teaser
{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.TimeoutWarning
{
    display: none;
}

::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

select::-ms-expand
{
    display: none;
}

select
{
    -moz-appearance: none;
    -webkit-appearance: none;
}

#poweredBy
{
    text-align: center;
}

/*----------Update Progress----------*/

#loadingWrapper
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    position: fixed;
}

#loading
{
    display: block;
    overflow: hidden;
    z-index: 100;
    left: 0;
    right: 0;
    height: 230px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    position: fixed;
    padding: 1em;
    box-sizing: border-box;
}

    #loading p
    {
        margin-top: 1em;
        margin-bottom: 1em;
    }

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

/*----------Forms and Tables----------*/

.uk-form-row
{
    margin-top: 15px;
}

label
{
    min-width: 150px;
    display: inline-block;
    font-weight: bold;
}

.req {
    color: #E34C4A!important;

}

/*----------Inputs----------*/

select
{
    -moz-appearance: none;
    vertical-align: middle;
}

.uk-form input[type="checkbox"], .uk-form input[type=radio]
{
    margin: 0 7px 2px 0em;
    vertical-align: middle;
}

.cardSecurity
{
    background-image: url('../images/icon_ccv.gif') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.validation
{
    float: left;
    width: 100%;
    margin-top: 1em;
}

/*----------Date / Time Control----------*/

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


/*----------Errors----------*/

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

/*----------Jump Bookings----------*/

.availabilityRow td, .jumpHeaderRow td
{
    padding: 0.75em 0.5em;
}

@media (max-width:600px)
{
    .availabilityRow td, .jumpHeaderRow td
    {
        padding: 0.25em;
        font-size: 0.9rem;
    }

    .bookSlotButton
    {
        font-size: 0.9rem;
    }
}

.availabilityContainer
{
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    text-transform: uppercase;
}

    .availabilityContainer *
    {
        border-radius: 5px;
    }

.spacesFreeWrapper
{
    height: 40px;
}

.relativeRow
{
    position: relative;
}

.spacesFree
{
    position: absolute;
    left: 1em;
    right: 1em;
    height: 40px;
    line-height: 40px;
    z-index: 999;
}

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

.bookSlotButton
{
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.bigCheckBox
{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 1em;
    border-radius: 5px;
}

    .bigCheckBox label
    {
        min-width: 0;
    }

    .bigCheckBox input[type="checkbox"]
    {
        margin-left: 0.5em;
    }

.participantsButton
{
    font-size: 1.75em;
    line-height: 2.5em;
    width: 100%;
    text-align: center;
}


/*----------Waiver Station----------*/

#waiverStation, #waiverStation h1, #waiverStation h2, #waiverStation h3, #waiverStation h4
{
    font-size: 1.5em !important;
    line-height: 1.2em !important;
}

    #waiverStation .uk-form input[type="text"], #waiverStation .uk-form input[type="password"], #waiverStation .uk-form input[type="email"], #waiverStation .uk-form select
    {
        height: 2.5em !important;
        line-height: 2.5em !important;
        padding: 0 1em !important;
        box-sizing: border-box !important;
    }

@media (max-width:959px)
{
    #waiverStation .uk-form-horizontal .uk-form-controls
    {
        margin-left: 275px;
    }
}

#waiverStation .uk-form td, #waiverStation .uk-form th
{
    border-bottom: 0 !important;
}

#waiverStation .uk-button
{
    font-size: 25px !important;
    line-height: 50px !important;
    height: 50px;
    padding: 0 1em;
}

#waiverLaunch
{
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

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

    #waiverLaunch a
    {
        text-decoration: none;
        height: 100%;
        width: 100%;
    }

    #waiverLaunch h1
    {
        text-align: center;
        margin: 1em 0;
    }

    #waiverLaunch h2
    {
        text-align: center;
        border-radius: 10px;
        padding: 10px 5px;
    }

    #waiverLaunch .uk-icon
    {
        font-size: 100px;
    }

#buttonWrap
{
    display: block;
    overflow: hidden;
}

#left, #right
{
    padding: 1em;
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
}

.waiverIcon
{
    max-width: 70px;
    margin: 0 0.5em;
    display: inline-block;
}

#waiverStation #poweredBy
{
    padding-top: 2em;
    font-size: 0.8em;
}

/*----------Classes----------*/

#classPreNext
{
    display: block;
    margin: auto;
    overflow: hidden;
}

.uk-width-1-7
{
    width: 14.285%;
}

.classWrapper
{
    padding: 0 0.25em 0 0.25em;
    box-sizing: border-box;
}

    .classWrapper:first-of-type
    {
        padding-left: 0;
    }

    .classWrapper:last-of-type
    {
        padding-right: 0;
    }

    .classWrapper .uk-panel-box
    {
        margin-top: 0.5em;
        padding: 0.75rem;
        border: 0;
        border-radius: 1px;
        overflow: hidden;
        line-height: 1.5rem;
        outline: 0;
        min-height: 100px;
    }

.classOverlay
{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    opacity: 1;
    z-index: 25;
    color: #656565;
    font-size: 1rem;
}

.classDateHeader
{
    text-align: center;
    display: block;
}

.classTime, .className, .classDuration, .classPlaces
{
    display: block;
    overflow: hidden;
    font-size: 1em;
    font-weight: normal;
    box-sizing: border-box;
    border-bottom: 0;
    float: none;
    opacity: 1;
}

.className
{
}

.classDuration
{
    border-top: none;
    padding-top: 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: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin: 3em auto auto auto;
    padding: 1em;
    border-radius: 5px;
    box-sizing: border-box;
    width: 500px;
    max-width: 95%;
    z-index: 30;
    line-height: 1.4;
}

.classMobileWrapper .classSelect
{
    font-size: 0.9em;
    margin-top: 2em;
    max-height: 475px;
    overflow-y: auto;
}

.classSelect h2
{
    margin-top: 0;
    margin-right: 40px;
}

.classPosition
{
    position: relative;
}

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

.classDesktopWrapper
{
    display: block;
    overflow: hidden;
}

.classMobileWrapper
{
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 0;
    padding: 1em;
    position: relative;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 1px;
    margin-bottom: 0.5rem;
}

.mobileRightArrow
{
    position: absolute;
    right: 10px;
    top: 42%;
    font-size: 18px;
    font-weight: normal;
}

.classMobileLeft
{
    float: left;
    width: 100px;
}

.classMobileRight
{
    margin-left: 120px;
}

.classMobileTime, .classMobileSpaces, .classMobileDuration
{
    display: inline-block;
    padding: 0.25em 0.5em;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.classMobileTime
{
    border-top-left-radius: 1px;
    border-top-right-radius: 1PX;
}

.classMobileSpaces
{
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.classMobileDescription
{
    margin-left: 90px;
}

.classSelectFireMobile
{
    margin-bottom: 1em;
    cursor: pointer;
}

.classDetailsMobile
{
    display: none;
}

.joinWaitingList, .classLowWarning
{
    display: none;
}

@media (max-width:767px)
{
    #weeksSelector .uk-button
    {
        font-size: 12px;
        padding: 0.5em 1em;
        width: auto;
    }
}

/*----------Join----------*/

#joinSteps
{
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    overflow: hidden;
    margin: 3em auto 4em auto;
}

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

@media (max-width:700px)
{

    #joinSteps
    {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .joinStep
    {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1em;
    }
}