section.booking * {
    box-sizing: border-box;
}


section.booking button {
    color: white;
}


section.apuz-simple-booking{
    background: #f7f8f9;
    color:black;
}

section.booking .container {
    margin: 0;
    padding: 0;
}

section.booking .participants {
    text-align: center;
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
}

section.booking .participants .inputs > div {
    float: left;
    width: 25%;
}

section.booking .participants .inputs label {
    display: block;
}

section.booking .participants .inputs select {
    font-size: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px;
    width: 50%;
    text-align: center;
}


section.booking .messages > div {
    display: none;
    padding-top: 30px;
}

section.booking .messages .instructions {
    display: block;
}

section.booking .participants button {
    font-size: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 480px) {
    section.booking .participants select, section.booking .participants button {
        font-size: 14px !important;
    }
}

section.booking .slide-container {
        clear: both;
}


section.booking .slide-container > div {
    display: none;
}


/* Loading screen  */
section.booking .loading {
        text-align: center;
        display: table-cell;
        vertical-align: center;
        display: none;
}

section.booking .list {
        color: #232323;
        list-style-type: none;
}

section.booking .list > ol {
        padding: 0;
        margin: 0;
}

section.booking .list li {
        cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
}

section.booking .list li.expanded {
    padding-top: 0;
}

section.booking .list i {
        float: right;
        color: #9b9b9b;
        line-height: inherit;
}

section.booking .list button.show-all {
    display: block;
    margin: 0 auto auto;
    width: 90%;
    max-width: 550px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-weight: 300;
}

section.booking .price {
        float: right;
}

section.booking .price.cheapest {
}


section.booking .toggleControl, section.booking .arenaToggleControl {
        padding: 5px;
}

section.booking .expanded .toggleControl {
    background: #1B79BF linear-gradient(#1b79bf, #2e88cc);
    color: white;
}

section.booking .days .expanded .arena-list{
    display:block;
}
#flex-indicator{
    display:none;
}
@media (min-width:900px){
    section.booking .days .expanded .arena-list{
        display:flex;
    }
    #flex-indicator{
        display:block;
    }
}

section.booking .days li {
        list-style-type: none;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}

section.booking .days li:not(.occupied):hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

section.booking .days > li {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

section.booking .days > li .slot-count, section.booking .days > li .cheapest {
    float: right;
}

section.booking .days .toggleControl:hover {
}

section.booking .arena-list {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: none;
}

section.booking .arena-list li{
    flex-grow: 1;
    flex-basis: 0;
}

section.booking .arena-list li > ol {
    margin: 0;
    padding: 0;
    display: block;
}

section.booking .arena-list li > ol li {

}

section.booking .arena-list li > ol li:not(.occupied):hover{

}


section.booking .arena-list li > ol li.occupied{
        color: #7b7b7b;
        cursor: default;
        padding: 0;
}
section.booking .arena-list li > ol li.occupied .time{
        text-decoration: line-through;
}

/*
        Details
*/
section.booking .details {
        display: none;
}

section.booking .details p {
}


section.booking .details .wrapper {
        padding-left: 5vw;
        padding-right: 5vw;
        margin: 0 auto auto;
}


section.booking .details .adults, section.booking .details .students, section.booking .details .children {
        font-weight: bold;
}

section.booking .details .discount button {
    display: block;
    float: left;
    border-left: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

section.booking .discount .invalid-code {
        display: none;
}

section.booking .details .financials {
        clear: both;
        padding-top: 2vmin;
        padding-bottom: 2vmin;
}

section.booking .details .financials .amount {
        display: block;
        float: right;
        text-align: right;
}

section.booking .details .financials .new-price, section.booking .details .financials .savings {
        display: none;
}

section.booking .details .financials.discounted .first-price, section.booking .details .financials.discounted .first-price .amount {
        text-decoration: line-through;
}

section.booking .details .financials.discounted .new-price, section.booking .details .financials.discounted .savings {
        display: block;
}

section.booking .booking-in-progress {
        position: absolute;
        top: -110%;
        background: #1B79BF;
}


section.booking .booking-success {
        background: #1B79BF;
        padding: 5vmin;
        text-align: center;
}

section.booking .booking-success .close {
        border: 1px solid gray;
        background: rgba(255, 255, 255, 0.5);
        height: 10vh;
        width: 50%;
        float: none;
}

section.booking .booking-success h1, section.booking .booking-success p, {
        color: black;
}

section.booking .booking-success .fa-check {
        font-size: 25vh;
        color: #FEC310;
}

section.booking .list .occupied span {
        color: #ababab;
}

section.booking .terms {
    background: rgba(0,0,0,0.3);
    height: 15vh;
    min-height: 4cm;
    overflow: auto;
    padding: 10px;
}
