/* styles for the app */

body
{
    color: #424242;
    /*background-color: #BDD6FF;*/
    font-family: 'Roboto', sans-serif;
}


#headerlogo
{
    width: 361px;
    height: 110px;
    float: left;
}

/*@media screen and (min-width: 800px) {
    #headertext
    {
        padding-top: 10px;
        float: right;
        display: block;
    }
}
@media screen and (max-width: 800px) {
    #headertext
    {
        padding-top: 10px;
        float: right;
        display: none;
    }
}*/

#header
{
    height: 110px;
}


.sitetitle
{
    font-size: 20pt;
}

#staticmenuarea
{
    height: 30px;
}
#menuleftpad
{
    width: 122px;
    float: left;
    height: 30px;
}
#staticmenuctr
{
    float:left;
    height:30px;
}

th .maingridheadercell:hover
{
    background-color: #FFFFCC;
}

/*Mobile styles*/

#spsworking
{
    width: 100%;
}

#theheader
{
    border: 0px solid red;
    width: 100%;
    height: 60px;
    background-color: #BDD6FF;
    height: auto;
}
#desktopheader
{
    border: 0px solid white;
    width: 100%;
    height: 60px;
    /*border-bottom: 2px solid #0295f0;*/
    /*border-bottom: 2px solid #BDD6FF;*/
    text-align: center;
    height: auto;
}

#thestraplinedesktop
{
    clear:both;
    border: 0px solid red;
    width: 100%;
    height: 80px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    color: #0295f0;
    text-align: center;
}
#mobileheader
{

}

#thecontent
{
    border-left: 0px solid red;
    border-right: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 500px;
    clear: both;
    font-size: 18px;
    background-color: #BDD6FF;
}
#desktopmenu
{
    display: none;
    border-left: 0px solid red;
    border-right: 0px solid red;
    width: 160px;;
    height: auto;
    min-height: 500px;
    float: left;
}
.adesktopmenuitem
{
    display: block;
    background-color: white;
    color: blue;
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #0295f0;
    padding-left: 10px;
    cursor: pointer;
}
.menuselected
{
    display: block;
    color: red;
    border-bottom: 1px solid #0295f0;
    width: 153px;
}
.menunotselected
{
    display: block;
    color: #0295f0;
    border-bottom: 1px solid white;
}
#desktopcontent
{
    border-left: 0px solid #0295f0;
    border-right: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 500px;
    float: right;
    padding: 0px;
    margin: 0px;
    background-color: white;
}
.apanel
{
    top: 0px;
    left: 0px;
    padding-top: 10px;
    padding-left: 0px;
}
.panelselected
{
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
}
.panelnotselected
{
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
}
.panelnotmobile
{
    display: none;
    width: 1px;
    height: 1px;
}

#thefooter
{
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    clear: both;
    background-color: #BDD6FF;
}
#desktopfooter
{
    display: none;
    border: 0px solid red;
    background-color: #0295f0;
    height: auto;
    min-height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    padding-left: 160px;
    border-top: 1px solid #BDD6FF;
}
#mobilefooter
{
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #BDD6FF;
}
#desktopfooterleft
{
    display: none;
    padding-top: 10px;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    background-color: #0295f0;
    background-color: #BDD6FF;
    background-color: white;
}
#desktopfootercecntre
{
    display: none;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    background-color: #0295f0;
    background-color: #BDD6FF;
    background-color: white;
}
#desktopfooterright
{
    display: none;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    background-color: #0295f0;
    padding-bottom: 10px;
    background-color: #BDD6FF;
    background-color: white;
}
#mobilefooterleft
{
    display: block;
    padding-top: 10px;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    background-color: #0295f0;
    padding-left: 0px;
    background-color: #BDD6FF;
}
#mobilefootercecntre
{
    display: block;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: left;
    background-color: #0295f0;
}
#mobilefooterright
{
    display: block;
    color: white;
    border: 0px solid red;
    width: 100%;
    height: auto;
    min-height: 50px;
    float: right;
    background-color: #0295f0;
    padding-bottom: 10px;
}
.afootermenuitemnonclick
{
    padding-left: 10px;
    color: #424242;
}
.afootermenuitem
{
    cursor: pointer;
    padding-left: 10px;
    color: #424242;
}
.afootermenuitem:hover
{
    color: #FF9300;
    padding-left: 10px;
}

a:link
{
    color: #0295f0;
}
a:hover
{
    color: red;
}
h3.myh3
{
    margin: 0px;
    padding-bottom: 10px;
}
h2.panelheader
{
    margin: 0px;
    padding-bottom: 10px;
}
a.homefooterlink
{
    color: #424242;
}
a.homefooterlink:hover
{
    color: #FF9300;
}
span.homefooterlink
{
    color: #424242;
}
span.homefooterlink:hover
{
    color: #FF9300;
    cursor: pointer;
}
span.myfakelink
{
    color: #0295f0;
    cursor: pointer;
}
span.myfakelink:hover
{
    color: red;
}

.atable
{
    clear: both;
}
.arow
{
    min-height: 20px;
    height: auto;
    /*clear: both;*/
    border: 0px solid gray;
    padding: 3px;
}
.acoll
{
    width: 100%;
    float: left;
    clear: both;
    min-height: 20px;
    height: auto;
    border: 0px solid yellow;
    padding: 3px;
}
.acolr
{
    width: 100%;
    float: left;
    clear: both;
    min-height: 20px;
    height: auto;
    border: 0px solid yellow;
    padding: 3px;
}

.clienttable
{
    height: auto;
}

.oneclient
{
    padding-top: 10px;
    clear: both;
    height: auto;
    min-height: 50px;
    width: 100%;
}
.namelogo
{
    float: left;
    min-height: 20px;
    height: auto;
    width: 100%;
}

.notes
{
    float: right;
    min-height: 20px;
    height: auto;
    width: 100%;
}

img.pageside
{
    width: 200px;
    padding-left: 10px;
}

img.pagesidel
{
    padding-right: 10px;
}

#homepageinner
{

}

#homepagesearch
{
    /*width: 100%;*/
}

#homepageregister
{
    /*width: 100%;*/
}

.homeinput
{
    border: 1px solid gray;
    width: 100%;
    font-size: 18px;
}
.homeinputpc
{
    border: 1px solid gray;
    width: 95%;
    font-size: 18px;
}
.homeinputms
{
    border: 1px solid gray;
    width: 100%;
    font-size: 18px;
}
.onelisting
{
    width: 100%;
    height: auto;
    min-height: 40px;
}
.onelistingheadername
{
    width: 100%;
    float: left;
    min-height: 10px;
    height: auto;
    clear: both;
}
.onelistingheaderlocation
{
    width: 100%;
    float: left;
    min-height: 10px;
    height: auto;
    clear: both;
}
.onelistingheadermore
{
    width: 100%;
    float: left;
    min-height: 10px;
    height: auto;
    clear: both;
}
.onelistingbodyrow
{
    width: 100%;
    clear: both;
    clear: both;
}
.onelistingbodylabel
{
    width: 100%;
    float: left;
    min-height: 10px;
    height: auto;
    clear: both;
    font-weight: bold;
}
.onelistingbodyvalue
{
    width: 100%;
    float: left;
    min-height: 10px;
    height: auto;
    clear: both;
    padding-left: 10px;
}

.biggreenbutton
{
    background-color: white;
    width: 100%;
    height: 30px;
    border: 1px solid gray;
    -webkit-appearance:none;
    font-size: 18px;
}
.biggreenbutton:hover
{
    background-color: lightgreen;
    width: 100%;
    height: 30px;
    border: 1px solid gray;
    -webkit-appearance:none;
    font-size: 18px;
}

.focusonthis
{
    width: 100%;
}
.unfocusonthis
{
    width: 100%;
}

.thelogodesktop
{
    border: 0px solid red;
    width: 304px;
    height: 50px;
    text-align: center;
    margin: 0px auto;
    height: auto;
}

.actuallogo
{
    width: 100%;
    height: auto;;
}

@media screen and (min-width: 800px) {
    
    #thesitetitle
    {
        /*display: none;*/
        float: right;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    #spsworking
    {
        width: 950px;
    }

    #theheader
    {
        border: 0px solid red;
        width: 100%;
        height: 111px;
    }
    #desktopheader
    {
        border: 0px solid red;
        width: 100%;
        height: 109px;
        /*border-bottom: 2px solid #0295f0;*/
    }
    #thelogodesktop
    {
        border: 0px solid white;
        width: 277px;
        height: 109px;
        float: left;
        text-align: left;
        margin: auto auto;
    }
    #thestraplinedesktop
    {
        clear: none;
        border: 0px solid white;
        width: 660px;
        height: 80px;
        float: right;
        text-align: right;
        font-size: 45px;
        font-weight: bold;
        padding-top: 20px;
        /*color: #3073F6;*/
        color: #0295f0;
    }
    #mobileheader
    {

    }

    #thecontent
    {
        border-left: 0px solid white;
        border-right: 0px solid white;
        width: 100%;
        height: auto;
        min-height: 500px;
        clear: none;
        font-size: 13px;
        background-color: #BDD6FF;
    }
    #desktopmenu
    {
        display: block;
        border-left: 0px solid white;
        border-right: 0px solid white;
        width: 160px;
        height: auto;
        min-height: 500px;
        float: left;
    }
    .adesktopmenuitem
    {
        display: block;
        background-color: white;
        color: blue;
        padding-top: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #0295f0;
        padding-left: 10px;
        cursor: pointer;
    }
    .menuselected
    {
        display: block;
        color: #FF9300;
        border-bottom: 1px solid #FF9300;
        width: 154px;
    }
    .menunotselected
    {
        display: block;
        color: #424242;
        border-bottom: 1px solid #BDD6FF;
        background-color: #BDD6FF;
        width: 154px;
    }
    .menunotselected:hover
    {
        color: #FF9300;
        border-bottom: 1px solid #424242;
    }
    #desktopcontent
    {
        border-left: 0px solid #0295f0;
        border-right: 0px solid red;
        width: 786px;
        height: auto;
        min-height: 500px;
        float: right;
        padding: 0px;
        margin: 0px;
        background-color: white;
    }
    .apanel
    {
        top: 0px;
        left: 0px;
        padding-top: 10px;
        padding-left: 10px;
    }
    .panelselected
    {
        display: block;
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    .panelnotselected
    {
        display: none;
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    .panelnotmobile
    {
        top: 0px;
        left: 0px;
        padding-top: 10px;
        padding-left: 10px;
    }


    #thefooter
    {
        border: 0px solid red;
        width: 100%;
        height: auto;
        min-height: 50px;
        clear: both;
        background-color: #BDD6FF;
    }
    #desktopfooter
    {
        display: block;
        border: 0px solid red;
        background-color: #0295f0;
        height: auto;
        min-height: 75px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        border-top: 1px solid #BDD6FF;
    }
    #mobilefooter
    {
        display: none;
        padding-bottom: 10px;
    }
    #desktopfooterleft
    {
        display: block;
        padding-top: 0px;
        color: white;
        border: 0px solid red;
        width: 32.3%;
        height: auto;
        min-height: 50px;
        float: left;
        background-color: #0295f0;
        padding-left: 10px;
        background-color: #BDD6FF;
        background-color: white;
    }
    #desktopfootercecntre
    {
        display: block;
        color: white;
        border: 0px solid red;
        width: 32.3%;
        height: auto;
        min-height: 50px;
        float: left;
        background-color: #0295f0;
        background-color: #BDD6FF;
        background-color: white;
    }
    #desktopfooterright
    {
        display: block;
        color: white;
        border: 0px solid red;
        width: 32.3%;
        height: auto;
        min-height: 50px;
        float: right;
        background-color: #0295f0;
        padding-bottom: 0px;
        background-color: #BDD6FF;
        background-color: white;
    }
    #mobilefooterleft
    {
        display: none;
        padding-top: 0px;
        color: white;
        border: 0px solid red;
        width: 304px;
        height: auto;
        min-height: 50px;
        float: left;
        background-color: #0295f0;
        padding-left: 10px;
    }
    #mobilefootercecntre
    {
        display: none;
        color: white;
        border: 0px solid red;
        width: 314px;
        height: auto;
        min-height: 50px;
        float: left;
        background-color: #0295f0;
    }
    #mobilefooterright
    {
        display: none;
        color: white;
        border: 0px solid red;
        width: 314px;
        height: auto;
        min-height: 50px;
        float: right;
        background-color: #0295f0;
        padding-bottom: 0px;
    }
    .afootermenuitemnonclick
    {
        padding-left: 0px;
        color: #424242;
    }
    .afootermenuitem
    {
        cursor: pointer;
        padding-left: 0px;
        color: #424242;
    }
    .afootermenuitem:hover
    {
        color: #FF9300;
        padding-left: 0px;
    }

    a:link
    {
        color: #0295f0;
        color: black;
    }
    a:hover
    {
        color: red;
    }
    h3.myh3
    {
        margin: 0px;
        padding-bottom: 10px;
    }
    h2.panelheader
    {
        margin: 0px;
        padding-bottom: 10px;
    }
    a.homefooterlink
    {
        color: #424242;
    }
    a.homefooterlink:hover
    {
        color: #FF9300;
    }
    span.homefooterlink
    {
        color: #424242;
    }
    span.homefooterlink:hover
    {
        color: #FF9300;
        cursor: pointer;
    }
    span.myfakelink
    {
        color: #0295f0;
        cursor: pointer;
    }
    span.myfakelink:hover
    {
        color: red;
    }

    .atable
    {
        clear: both;
    }
    .arow
    {
        min-height: 20px;
        height: auto;
        /*clear: both;*/
        border: 0px solid gray;
        padding: 3px;
    }
    .acoll
    {
        width: 30%;
        float: left;
        clear: none;
        min-height: 20px;
        height: auto;
        border: 0px solid yellow;
        padding: 3px;
    }
    .acolr
    {
        width: 60%;
        float: left;
        clear: none;
        min-height: 20px;
        height: auto;
        border: 0px solid yellow;
        padding: 3px;
    }

    .clienttable
    {
        height: auto;
    }

    .oneclient
    {
        padding-top: 10px;
        clear: both;
        height: auto;
        min-height: 50px;
        width: 100%;
    }
    .namelogo
    {
        float: left;
        min-height: 20px;
        height: auto;
        width: 210px;
    }

    .notes
    {
        float: right;
        min-height: 20px;
        height: auto;
        width: 570px;
    }

    img.pageside
    {
        width: 200px;
        padding-left: 10px;
    }

    img.pagesidel
    {
        padding-right: 10px;
    }
    
    #homepageinner
    {
        width: 100%;
    }
    
    #homepagesearch
    {
        /*width: 50%;*/
        float: left;
        min-height: 100px;
    }
    
    #homepageregister
    {
        /*width: 50%;*/
        float: left;
        min-height: 100px;
    }
    
    .search_basic
    {
        width: 100%;
        float: left;
        min-height: 100px;
    }
    .search_basic_wide
    {
        width: 50%;
        float: left;
        min-height: 100px;
    }
    .search_advanced
    {
        width: 50%;
        float: left;
        min-height: 100px;
    }
    
    .onelisting
    {
        width: 100%;
        height: auto;
        min-height: 10px;
    }
    .onelistingheader
    {
        width: 100%;
        clear: both;
    }
    .onelistingbody
    {
        width: 100%;
        clear: both;
    }
    .onelistingheadername
    {
        width: 33%;
        float: left;
        min-height: 10px;
        height: auto;
        clear: none;
    }
    .onelistingheaderlocation
    {
        width: 33%;
        float: left;
        min-height: 10px;
        height: auto;
        clear: none;
    }
    .onelistingheadermore
    {
        width: 33%;
        float: left;
        min-height: 10px;
        height: auto;
        clear: none;
    }
    .onelistingbodyrow
    {
        width: 100%;
        clear: both;
    }
    .onelistingbodylabel
    {
        width: 33%;
        float: left;
        min-height: 10px;
        height: auto;
        clear: none;
    }
    .onelistingbodyvalue
    {
        width: 66%;
        float: left;
        min-height: 10px;
        height: auto;
        clear: none;
        padding-left: 0px;
    }
    .detailslist
    {
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 11px;
    }
    
    #homepageinnerlower
    {
        clear: both;
    }
    
    .homeinput
    {
        border: 1px solid gray;
        width: 100%;
        font-size: 13px;
    }
    .homeinputpc
    {
        border: 1px solid gray;
        width: 100%;
        font-size: 13px;
    }
    .homeinputms
    {
        border: 1px solid gray;
        width: 60%;
        font-size: 13px;
    }
    .biggreenbutton
    {
        background-color: white;
        width: 25%;
        height: 20px;
        border: 1px solid gray;
        -webkit-appearance:none;
        font-size: 13px;
    }
    .biggreenbutton:hover
    {
        background-color: lightgreen;
        width: 25%;
        height: 20px;
        border: 1px solid gray;
        -webkit-appearance:none;
        font-size: 13px;
    }
    
    .focusonthis
    {
        width: 100%;
    }
    .unfocusonthis
    {
        width: 50%;
    }
    
    .thelogodesktop
    {
        border: 0px solid red;
        width: 361px;
        height: 100px;
        text-align: center;
        margin: 0px 0px;
    }
    
    .actuallogo
    {
        width: 361px;
        height: 100px;
    }
    
    .mobiledayname
    {
        display: none;
    }
    
    .descriptionouter
    {
        width: 100%;
    }
    .descriptioninner
    {
        width: 48%;
        float: right;
        padding-left:2%;
    }
    .descriptionimage
    {
        width: 50%;
        float: left;
    }

}

.ineerror
{
    border: 1px solid red;
}
.rederror
{
    
}
a.sitemap
{
    color: white;
}
a.sitemap:hover
{
    color: pink;
}

.leftrow
{
    width: 30%;
}
.rightrow
{
    /*clear: both;
    width: 100%;
    float: none;*/
}

.leftrow_wide
{
    /*float: left;
    width: 50%;*/
}
.rightrow_wide
{
    /*float: left;
    width: 50%;*/
}

.lightgreen
{
    background-color: palegreen;
}
.lightgreenfirst
{
    background-color: palegreen;
}
.lightgreenlast
{
    background-color: palegreen;
}

.abooking
{
    float: none;
    clear: both;
    margin-bottom: 5px;
}
.abookingtimes
{
    float: left;
    clear: none;
    width: 25%;
}
.abookinginfo
{
    float: right;
    clear: none;
    width: 70%;
}
.abookingclient
{
    float: none;
    clear: both;
    margin-bottom: 3px;
}
.abookingsummary
{
    float: none;
    clear: both;
    margin-bottom: 3px;
}
.abookingdetails
{
    float: none;
    clear: both;
    margin-bottom: 3px;
}

.afilterrow
{
    clear: both;
    float: left;
    width: 100%;
}
.afilterlabel
{
    float: left;
    width: 25%;
    height: auto;
}
.afilteroptions
{
    float: left;
    width: 75%;
    height: auto;
}


#header
{
    background-color: white;
}
#content
{
    /*border-top: 0px solid white;*/
}
#usage
{
    clear: both;
}

@media screen and (orientation: portrait) {
    #content
    {
        border-left: 0px solid white;
    }
    .caldaysrow
    {
        display: none;
    }
    .weekdate
    {
        
    }
    .caldate
    {
        clear: both;
        width: 99%;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        padding-left: 1%;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
    .caldateblank
    {
        display: none;
    }
    .caldateblankfirst
    {
        display: none;
    }
    .mobiledayname
    {
        display: inline;
    }
    .calnavrow
    {
        width: 100%;
        border-right: 1px solid gray;
        height: auto;
        margin-bottom: 5px;
        border-bottom: 1px solid gray;
    }
    .calnavfirst
    {
        clear: both;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid gray;
        height: 24px;
    }
    .calnavprev
    {
        clear: both;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        height: 24px;
        padding-top: 5px;
        margin-top: 0px;
    }
    .calnavmonthyear
    {
        clear: both;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        height: 24px;
        padding-top: 5px;
        margin-top: 0px;
    }
    .calnavnext
    {
        clear: both;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        padding-top: 5px;
        margin-top: 0px;
    }
    .calnavlast
    {
        clear: both;
        width: 100%;
        text-align: center;
        border-right: 0px solid gray;
        padding-top: 5px;
        margin-top: 0px;
    }
    .caldatesrows
    {
        width: 100%;
        border-left: 0px solid gray;
    }
    .caldatesrow
    {
        width: 100%;
        border-left: 0px solid gray;
        border-bottom: 0px solid gray;
    }
}

.bookingouter
{
    width: 100%;
    clear: both;
    font-size: 15px;
}
.bookinginner
{
    width: 100%;
    clear: both;
}
.bookingheader
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    min-height: 100px;
}
.bookingheaderleft
{
    float: left;
    width: 49%;
    min-height: 50px;
    font-size: 20px;
    font-weight: bold;
    clear: none;
    text-align: left;
}
.bookingheaderright
{
    float: right;
    width: 49%;
    min-height: 50px;
    text-align: right;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    clear: none;
    text-align: right;
}
.subhead
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.bookingbodyouter
{
    width: 100%;
    clear: both;
}
.bookingbodyinner
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.bookingforminner
{
    width: 100%;
    clear: both;
}
.bookingformrow
{
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.bookingformrowlabel
{
    float: left;
    width: 24%;
    min-height: 20px;
    clear: none;
}
.bookingformrowfield
{
    float: right;
    width: 74%;
    min-height: 20px;
    clear: none;
}
.bookingforminput
{
    height: 25px;
    font-size: 18px;
    width: 99%;
    background-color: white;
    border: 1px solid gray;
}
.bookingforminputnarrow
{
    height: 25px;
    font-size: 18px;
    width: 30px;
    background-color: white;
    border: 1px solid gray;
}
.bookingformbutton
{
    -webkit-appearance: none;
    width: 37%;
    height: 30px;
    font-size: 18px;
    background-color: white;
    border: 1px solid gray;
}
.bookingfooter
{
    width: 100%;
    clear: both;
    font-size: 12px;
}
.bookingfooterleft
{
    float: left;
    width: 49%;
    min-height: 50px;
    text-align: left;
}
.bookingfooterright
{
    float: right;
    width: 49%;
    min-height: 50px;
    text-align: right;
    padding-right: 10px;
    text-align: right;
}
#bookingconfarea
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
#regconfarea
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.desktoponly
{
    display: block;
}

@media screen and (max-width: 800px) {
.bookingouter
{
    width: 100%;
    clear: both;
    font-size: 15px;
}
.bookinginner
{
    width: 100%;
    clear: both;
}
.bookingheader
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    min-height: 100px;
    clear: both;
}
.bookingheaderleft
{
    float: left;
    width: 100%;
    min-height: 50px;
    font-size: 20px;
    font-weight: bold;
    clear: both;
    text-align: center;
}
.bookingheaderright
{
    float: right;
    width: 100%;
    min-height: 50px;
    text-align: right;
    padding-right: 10px;
    text-align: center;
}
.subhead
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.bookingbodyouter
{
    width: 100%;
    clear: both;
}
.bookingbodyinner
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.bookingforminner
{
    width: 100%;
    clear: both;
}
.bookingformrow
{
    width: 100%;
    clear: both;
}
.bookingformrowlabel
{
    float: left;
    width: 100%;
    min-height: 30px;
    clear: both;
}
.bookingformrowfield
{
    float: right;
    width: 100%;
    min-height: 50px;
    clear: both;
}
.bookingforminput
{
    height: 25px;
    font-size: 18px;
    width: 99%;
    background-color: white;
    border: 1px solid gray;
}
.bookingforminputnarrow
{
    height: 25px;
    font-size: 18px;
    width: 30px;
    background-color: white;
    border: 1px solid gray;
}
.bookingformbutton
{
    -webkit-appearance: none;
    width: 37%;
    height: 30px;
    font-size: 18px;
    background-color: white;
    border: 1px solid gray;
}
.bookingfooter
{
    width: 100%;
    clear: both;
    font-size: 12px;
}
.bookingfooterleft
{
    float: left;
    width: 100%;
    min-height: 30px;
    text-align: center;
}
.bookingfooterright
{
    float: right;
    width: 100%;
    min-height: 50px;
    text-align: right;
    padding-right: 0px;
    text-align: center;
}
#bookingconfarea
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
#regconfarea
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.desktoponly
{
    display: none;
}
}

.ticketouter
{
    padding: 5mm;
}
.ticketinner
{
    width: 100%;
    position: relative;
}
.ticketheader
{
    width: 100%;
    clear: both;
}
.ticketheaderleft
{
    width: 49%;
    float: left;
    height: 50mm;
}
.ticketheaderright
{
    width: 49%;
    float: left;
    height: 50mm;
    text-align: right;
}
.ticketbodyouter
{
    width: 100%;
    clear: both;
}
.ticketbodyinner
{
    width: 100%;
    clear: both;
    margin-top: 10mm;
}
.ticketfooter
{
    width: 100%;
    clear: both;
    margin-top: 70mm;
}
.ticketfooterleft
{
    width: 49%;
    float: left;
    text-align: left;
}
.ticketfooterright
{
    width: 49%;
    float: right;
    text-align: right;
}

@media screen and (max-width: 800px) {
    .descriptionouter
    {
        width: 100%;
    }
    .descriptioninner
    {
        width: 100%;
        float: left;
        padding-left:0%;
    }
    .descriptionimage
    {
        width: 100%;
        float: left;
    }
}


.caldatesrow
{
    height: auto;
    border-bottom: 0px solid gray;
}

.caldate
{
    border-bottom: 1px solid gray;
}

#imagearea
{
    width: 100%;
    height: auto;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#clickherearea
{
    clear: both;
    font-size: 30px;
    text-align: center;
    width: 100%;
    height: auto;
}


.amberslot
{
    background-color: orange;
}
.greenslot
{
    background-color: lightgreen;
}
.redslot
{
    background-color: lightpink;
}
.weekviewslot
{
    cursor: pointer;
}

.iconviewrow
{
    margin-bottom: 5px;
}
.icon_category
{
    width: calc(33.33% - 20px);
    float: left;
    height: auto;
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    background-color: white;
}
.icon_category:hover
{
    border: 1px solid red;
    background-color: #FFFFCC;
}
.icon_image_category
{
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 30px;
}
.icon_label_category
{
    width: 90%;
    height: auto;
    text-align: center;
}

.savinginprogress
{
    color:white;
    background-color:red;
}