﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.basketTotal {
    font-size: 24px;
 
}
.navAccount {
    margin-bottom: 25px;
}
.bigButton25 {
    margin: 10px;
    width: 25%;
    height: 100px;
    white-space: normal;
}
.minutes {
    float: right;
}
.typeVenue {
    float:left;
}
.bigButton {
   margin:10px;
   width:35%;
   height:100px;
   white-space:normal;
}
.bigButton100 {
    margin: 10px;
    width: 100%;
    height: 90px;
    white-space: normal;
}
.removeCheckout {
    width:100%;
    height:75px;
}
.btnPay {
    width:100%;
    height:65px;
}
.btnFavourites {
    float:right;
}
.btnNav {
    height:100px;
    width:90%;
    margin-bottom: 5px;
}
.countdown {
    background-color: #dc3545;
    color: white;
    font-size: 18px;
    width: 100%;
}
.countdownFine {
    background-color: #347910;
    color: white;
    font-size: 18px;
    width: 100%;
    animation-duration: 2s;
}
.countdownWarning {
    background-color: #FF9613;
    color: white;
    font-size: 18px;
    width: 100%;
    animation-name: updateWarning;
    animation-duration: 2s;
}
.countdownDanger {
    background-color: #dc3545;
    color: white;
    font-size: 18px;
    width: 100%;
    animation-name: updateDanger;
}
.classesByDate {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.right {
    float:right;
}
.left {
    float: left;
}
.bold {
    font-weight: bold;
}
.typeInfo {
    margin-left: 10px;
}
.btnFavourite100 {
    margin: 10px;
    width: 100%;
    height: 110px;
    white-space: normal;
}
.btnFavourite100Class {
    margin: 10px;
    width: 100%;
    height: 130px;
    white-space: normal;
}
.btnFavourite45 {
    margin: 10px;
    width: 45%;
    height: 110px;
    white-space: normal;
}
.corporateOrange {
    background-color: #D54307;
    color: white;
}
.corporateOrangeDimmed {
    background-color: #D54307;
    color: white;
    opacity: 0.65;
}
.corporateOrangeHeader {
    background-color: #D54307;
    color: white !important;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.corporateLFTHeader {
    color: white !important;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.corporateGreen {
    background-color: #007569;
    color: white !important;
}

.corporateGreen:hover {
        background-color: #015d54;
}
.btnPortal {
    background-color: blueviolet;
    color: white !important;
}
    .btnPortal:hover {
        background-color: #6E21B6;
    }
    .memberPicture {
        width: 100%;
    }
    .memberPictureSmall {
        width: 50%;
    }
.btnHealthiER {
    background-color: sandybrown;
    color: white !important;
}

    .btnHealthiER:hover {
        background-color: #be5e0d;
    }
.btnPot {
    background-color: chocolate;
    color: white !important;
}
.btnPot:hover {
        background-color: #d57530;
    }
.btnPot45 {
    margin: 10px;
    width: 45%;
    height: 110px;
    white-space: normal;
}
.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
.uploadImage {
    padding-left: 10px;
    padding-right: 10px;
}
.btnBlue {
    background-color: #0000ff;
    color: white !important;
}

.btnBlue:hover {
        background-color: #0000c8;
}
.btnBack {
    background-color: #347910;
    color: white;
}
.btnBack:hover {
        background-color: #29610c;
        color: white;
}

.favouriteButtonsDiv {
    display: flex;
    justify-content: center;
}
.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-transition: height 3s; 
    transition: height 3s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.panelItem {
    width: 48%;
}
.card {
    flex: 0 0 auto;
    margin-bottom: 15px;
  
}
.yesNo {
    width: 48%;
}
.logoutDiv {
    border-top: 1px solid #ced4da;
    margin-top: 5px;
    border-bottom: 1px solid #ced4da;
}
.link {
    color: #212529;
}
#or {
    text-align: center;
}
.margin10 {
    margin: 10px;
}
/*Stuff for corporate footer*/
#er-copyright {
    background: #D54307;
    color: #fff;
    height: 4rem;
    font-family: "Roboto",Arial;
    font-weight: 300;
    font-style: normal;
    align-self: flex-end;
    color: #FC3A06;
    flex: 1;
    flex-basis: 100%;
}

    #er-copyright .er-copyright-message, #er-copyright .er-copyright-message > span {
        font-family: "Roboto",Arial;
        font-weight: 300;
        font-style: normal;
        display: inline-block;
        font-size: .75rem;
        vertical-align: middle;
    }

#er-wrapper .er-container {
    margin: 0 auto;
    width: 60rem;
}

#er-copyright .er-copyright-text {
    font-family: "Roboto",Arial;
    font-weight: 300;
    font-style: normal;
    align-items: center;
    display: flex;
    flex: 1;
    font-size: .75rem;
    line-height: .75rem;
    margin: 0;
    overflow: hidden;
}

#er-copyright .er-copyright-text {
    margin: 2rem 0;
    text-align: center;
}

#er-copyright .er-copyright-message {
    position: relative;
    color: #ffffff;
    margin: auto;
    margin-top: 25px;
}

.er-container {
    width: 100%;
    display: block;
    position: relative;
}
@media screen and (min-width: 280px) and (max-width: 1024px) {
    .memberPictureSmall {
        width:100%;
    }
}
@media screen and (min-width: 1025px) {
    .navPanel {
        padding-right: 0px !important;
    }

    .btnNav {
        width: 95%;
        font-size: 0.9rem;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 769px) {

    .body-content {
        padding: 0;
    }

    .yesNo {
        height: 68px;
    }
    
    .btnRemoveImage {
        margin-top: 10px;
    }

    .scrollButtonsDiv {
        visibility: hidden;
    }

    .scrolling-wrapper-flexbox {
        overflow: hidden;
        overflow-x: hidden;
        display: flex;
    }
    
   
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .navPanel {
        max-width: 50% !important;
        flex: 0 0 50%;
        padding-right: 0px !important;
    }
    .minutes {
        float: left;
    }

    .typeVenue {
        margin-top: -10px;
    }
    .btnNav {
        font-size: 0.8rem;
        width: 100%;
        height: 80px;
    }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
    .btnFavourite45 {
        height: 200px !important;
        width: 42% !important;
    }
    
    .logoutDiv {
        height: 60px;
    }
    .minutes {
        float: left;
    }
    .typeVenue {
        margin-top: -10px;
    }
}

    @media screen and (min-width: 601px) and (max-width: 1080px) {
        .jumbotron {
            height: 100px;
        }

        .btnRemoveImage {
            margin-top: 10px;
        }

        #jumboHeader {
            font-size: 1.50rem;
        }

        .panelItem {
            width: 100%;
        }

        .btnFavourite45 {
            height: 150px;
            width: 43%;
        }

        .minutes {
            float: left;
        }

        .btnScrollPanel {
            height: 100px;
            width: 49%;
            margin-bottom: 5px;
        }

        .btnFavourite100 {
            height: 190px;
        }

        .bigButton100 {
            height: 150px;
        }

        .navPanel {
            max-width: 50% !important;
            flex: 0 0 50%;
            padding-right: 0px !important;
        }

        .btnNav {
            font-size: 0.8rem;
            width: 100%;
            height: 80px;
        }

        #divLeft {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        #divCentre {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        #divRight {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .divHeading {
            font-size: 1.7rem;
        }

        .scrollButtonsDiv {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            background-color: white;
            border-bottom: 1px solid grey;
            z-index: 1001;
            visibility: visible;
        }

        .col-md-4 {
            width: 100% !important;
            max-width: 100%;
            flex-basis: 100% !important;
        }

        .col-sm-12 {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }


        .removeCheckout {
            width: 100%;
            height: 35px;
        }

        #btnAddCustomerDetails {
            width: 100%;
        }

        #btnSearchClassTimes {
            margin-top: 10px;
        }

        ::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }

        .basketTotal {
            height: 100px;
        }
    }

    @media screen and (min-width: 416px) and (max-width: 600px) {
        .jumbotron {
            height: 100px;
        }

        .btnRemoveImage {
            margin-top: 10px;
        }

        .row {
            margin-right: 0px !important;
        }

        #jumboHeader {
            font-size: 1.50rem;
        }

        .panelItem {
            width: 49%;
        }

        .btnFavourite45 {
            height: 150px;
            width: 43%;
        }
      
        .navPanel {
            width: 50% !important;
            padding-right: 0px !important;
        }

        .minutes {
            float: right;
        }

        .typeVenue {
            float: left;
        }

        .btnScrollPanel {
            height: 50px;
            width: 49%;
            margin-bottom: 5px;
        }

        .btnNav {
            width: 95%;
        }


        #divLeft {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        #divCentre {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        #divRight {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .divHeading {
            font-size: 1.7rem;
        }

        .scrollButtonsDiv {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            background-color: white;
            border-bottom: 1px solid grey;
            z-index: 1001;
            visibility: visible;
        }



        .col-sm-12 {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }


        .removeCheckout {
            width: 100%;
            height: 35px;
        }

        #btnAddCustomerDetails {
            width: 100%;
        }

        #btnSearchClassTimes {
            margin-top: 10px;
        }

        ::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }

        .basketTotal {
            height: 100px;
        }
        .btnPot45 {
            height: 110px;
            width: 90%;
        }
    }

    @media screen and (max-width: 1024px) and (max-height: 768px) {
        .btnNav {
            font-size: 0.78rem !important;
        }
    }

@media screen and (max-width: 415px) {
    .jumbotron {
        height: 100px;
    }

    .btnRemoveImage {
        margin-top: 10px;
    }

    #jumboHeader {
        font-size: 1.50rem;
    }

    .panelItem {
        width: 100%;
    }

    .btnFavourite45 {
        height: 150px;
        width: 43%;
    }

    .btnPot45 {
    height: 110px;
    width: 90%;
}
        
        .btnScrollPanel {
            height: 55px;
            width: 49%;
            margin-bottom: 5px;
        }

        .customerDetails {
            width: 85% !important;
        }

        .detailAlert {
            width: 10% !important;
        }

        .row {
            margin-right: 0px !important;
        }

        .reservation {
            width: 50%;
        }

        .scrollButtonsDiv {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            background-color: white;
            border-bottom: 1px solid grey;
            z-index: 1001;
            visibility: visible;
        }

        .btnNav {
            width: 95%;
            height: 75px;
            font-size: 0.67rem !important;
        }

        .navPanel {
            max-width: 50% !important;
            padding-right: 0px !important;
        }

        .removeCheckout {
            width: 100%;
            height: 35px;
        }

        #btnAddCustomerDetails {
            width: 100%;
        }

        #btnSearchClassTimes {
            margin-top: 10px;
        }

        ::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
    }

    @media only all and (max-width: 91.9375rem) and (min-width: 75rem) {
        #er-wrapper .er-container {
            width: 58rem;
        }
    }

    @media only all and (max-width: 47.9375rem) {
        #er-copyright {
            height: 7.5rem;
        }
    }

    @media only all and (max-width: 29.9375rem) and (min-width: 22.5rem) {
        #er-wrapper .er-container {
            width: 22.5rem;
        }
    }

    @media only all and (max-width: 47.9375rem) {
        #er-copyright .er-copyright-text {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            text-align: center;
        }


        #er-copyright .er-copyright-social {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            margin-top: .75rem;
        }
    }
    /* ANIMATIONS */
    @keyframes updateWarning {
        20% {
            background-color: #FF9613;
        }



        40% {
            background-color: #347910;
        }

        60% {
            background-color: #FF9613;
        }

        80% {
            background-color: #347910;
        }

        100% {
            background-color: #FF9613;
        }
    }

    @keyframes updateDanger {
        20% {
            background-color: #dc3545;
        }



        40% {
            background-color: #FF9613;
        }

        60% {
            background-color: #dc3545;
        }

        80% {
            background-color: #FF9613;
        }

        100% {
            background-color: #dc3545;
        }
    }

    .modalHeader {
        font-size: 24px;
    }