/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Feb-2019, 10:45:18
    Author     : royg
*/

/* Base colour: #e3a904  */
/* Replaces: #0195f0  */

/* Selector colour: #707071  */
/* Relaces: orange  */

@media screen and (max-width: 850px) {
    
    #thebody
    {
        background-color: white;
        margin: 0px 0px;
        font-family: arial;
        font-size: 20px;
    }
    
    #thebodyform
    {
        background-color: white;
        margin: 10px 10px;
        font-family: arial;
        font-size: 20px;
    }
    
    #working
    {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        background-color: white;
    }
    
    #header
    {
        height: auto;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: none;
    }
    
    #headerlogo
    {
        margin: auto auto;
        width: 50%;
        float: left;
        text-align: left;
        height: auto;
        padding-top: 10px;
    }
    
    #headerlogoimage
    {
        width: 50%;
        height: auto;
    }
    
    #headermobilemenuouter
    {
        display:block;
    }
    
    #headermobilemenu
    {
        display:block;
        float: right;
        width: auto;
        height: auto;
        font-size: 30px;
        padding-top: 10px;
        padding-right: 10px;
    }
    
    #mobilemenuclosearea
    {
        display:block;
        float: right;
        width: auto;
        height: auto;
        font-size: 30px;
        padding-top: 10px;
        padding-right: 10px;
    }
    
    #menu
    {
        position: relative;
        top: 10px;
    }
    
    .themenu
    {
        background-color: #e3a904;
        /*background-color: #94b330;*/
        width: 109px;
        float: left;
        clear: none;
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        color: black;
    }
    
    .menufullscreen
    {
        width: 96%;
        clear: both;
    }
    
    .logonmenuheader
    {
        clear: both;
    }
    
    #content
    {
        background-color: white;
        width: 100%;
        float: left;
        clear: none;
        padding-left: 0%;
        padding-right: 0%;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        border-top: 1px solid #e3a904;
    }
    
    #footer
    {
        background-color: white;
        padding-bottom: 20px;
    }
    
    #footerleft
    {
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
    
    #copyrightplace
    {
        display: inline;
        clear: both;
        float: left;
        height: auto;
        width: 100%;
    }
    
    #editionplace
    {
        display: inline;
        clear: both;
        float: right;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    
    #aboutplace
    {
        display: inline;
        clear: both;
        float: none;
        text-align: center;
        width: 100%;
    }
    
    #footerright
    {
        padding-right: 0px;
        text-align: center;
        padding-top: 10px;
        width: 100%;
    }
    
    #supplierplace
    {
        display: inline;
        clear: both;
        float: right;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    
    #passwordformtable
    {
        width: 100%;
    }
    
    #logonformremembermetable
    {
        width: 100%;
    }
    #logonformtable
    {
        width: 100%;
        clear: both;
        display: block;
    }
    #logonformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    #logonformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .logonformtablelabelcell
    {
        width: 100%;
        font-size: 20px;
        clear: both;
        display: block;
    }
    .logonformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .logonmenuheader
    {
        
    }
    
    .mainmenuheader
    {
        
    }
    
    .logonmenuitem
    {
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
        height: 25px;
    }
    .logonmenuitem:hover
    {
        border-left: 3px solid red;
        /*border-bottom: 1px solid red;*/
    }
    .logonmenuitemselected
    {
        border-left: 3px solid #707071;
        border-bottom: 1px solid #707071;
    }
    
    .logonmenuentry
    {
        
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
        min-height: 40px;
        height: auto;
    }
    
    span.mainmenulink
    {
        color: black;
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
    }
    a.mainmenulink
    {
        color: black;
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
    }
    a.mainmenulink:visited
    {
        color: black;
    }
    span.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulinkcurrentclass
    {
        border-left: 3px solid #707071;
        border-bottom: 1px solid #707071;
    }
    
    .bordered
    {
        border-radius: 4px;
        width: 95%;
        font-size: 20px;
        -webkit-appearance: none;
    }
    .bordered:hover
    {
        background-color: lightgray;
    }
    
    .borderednarrow
    {
        border-radius: 4px;
        width: 50%;
        font-size: 20px;
    }
    .borderednarrow:hover
    {
        background-color: lightgray;
    }
    .borderedvariable
    {
        border-radius: 4px;
        font-size: 20px;
    }
    .borderedvariable:hover
    {
        background-color: lightgray;
    }
    .bordered100pc
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .bordered100pc:hover
    {
        background-color: lightgray;
    }
    
    .borderedro
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedro:hover
    {
        background-color: #C4F599;
    }
    
    .borderedbutton
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedbutton:hover
    {
        background-color: #6699FF;
        background-color: #e3a904;
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedbuttonvariable:hover
    {
        background-color: #6699FF;
        background-color: #e3a904;
        color: white;
    }
    
    .registertable
    {
        width: 100%;
    }
    .regstertablelabel
    {
        width: 15%;
    }
    .regstertablevalue
    {
        width: 85%;
    }
    
    #searcharea
    {
        width: calc(100% - 10px);
    }
    #results
    {
        width: calc(100% - 10px);
    }
    #editarea
    {
        width: calc(100% - 10px);
    }
    
    span.mainmenulink
    {
        cursor: pointer;
    }
    
    #standardmainmenu
    {
        display:none;
    }
    
    #logonabovearea
    {
        /*border: 1px solid #C4F599;*/
        border: 1px solid #e3a904;
        border-radius: 4px;
        /*box-shadow: 0px 2px 3px #C4F599;*/
        box-shadow: 0px 2px 3px #e3a904;
        margin-bottom: 10px;
        width: 96%;
        padding: 2%;
    }

    #logonarea
    {
        border-radius: 4px;
        /*border: 1px solid #C4F599;
        box-shadow: 0px 2px 3px #C4F599;*/
        border: 1px solid #e3a904;
        box-shadow: 0px 2px 3px #e3a904;
        width: 96%;
        padding: 2%;
        margin-bottom: 10px;
    }

    #passwordarea
    {
        border-radius: 4px;
        /*border: 1px solid #C4F599;
        box-shadow: 0px 2px 3px #C4F599;*/
        border: 1px solid #e3a904;
        box-shadow: 0px 2px 3px #e3a904;
        width: 96%;
        padding: 2%;
        margin-bottom: 10px;
    }

    #verifyarea
    {
        border: 1px solid #C4F599;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #C4F599;
        width: 96%;
        padding: 2%;
        margin-bottom: 10px;
    }

    #passwordresetarea
    {
        border: 1px solid #C4F599;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #C4F599;
        width: 96%;
        padding: 2%;
        margin-bottom: 10px;
    }

    #emailarea
    {
        padding-right: 10px;
    }

    .mainmenuentitiesbody
    {
        display: block;
    }
    
    .ui-widget-content
    {
        font-size: 20px;
    }
    
    .ui-widget button
    {
        font-family: arial;
        font-size: 20px;
    }
    
    .inplacespinner
    {
        width: 18px;
    }
    
    textarea.bordered
    {
        width:100%;
        height:150px;
    }
    textarea.bordered:focus
    {
        border: 1px solid #6699FF;
        background-color: #C4F599;
    }
    
    .desktoponly
    {
        display: none;
    }
    .desktoponlyblock
    {
        display: none;
    }
    .mobileonly
    {
        display: inline;
    }
    
    .calnavmonthyear
    {
        height: auto;
    }
    
    #roomheaders
    {
        clear: both;
        display: none;
    }

    #roomslots
    {
        clear: both;
    }

    .roomheader
    {
        float: left;
        height: auto;
        border: 0px solid red;
    }

    .slotheader
    {
        float: left;
        height: auto;
        border: 0px solid green;
        display: none;
    }

    .roomslot
    {
        clear: both;
        border-bottom: 1px dashed gray;
        padding-bottom: 2px;
        margin-bottom: 2px;
    }

    .slot
    {
        float: left;
        height: auto;
        border: 0px solid gray;
        clear: both;
    }

    .detailsexpander
    {
        display: block;
        margin-top: 10px;
        clear: both;
    }

    #bookingsgrid
    {
        width: 100%;
        clear: both;
    }
    #bookingsgridheader
    {
        width: 100%;
        clear: both;
        display: none;
        width: 100%;
    }
    .bookingsgridheadercell
    {
        width: auto;
        clear: none;
        float: left;
        width: 100%;
    }
    .bookingsgriddaterow
    {
        width: 100%;
        clear: both;
        width: 100%;
    }
    .bookingsgriddaterowdate
    {
        width: auto;
        clear: both;
        float: left;
        width: 100%;
    }
    .bookingsgriddaterowprice
    {
        width: auto;
        clear: both;
        float: left;
        width: 100%;
    }
    .bookingsgriddaterowslot
    {
        width: auto;
        clear: both;
        float: left;
        width: 100%;
    }

    .availableslot
    {
        background-color: #FFFFCC;
    }
    
    .bookingcell
    {
        width: 100%;
    }
    
    #confirmcontractbtn
    {
        height: auto;
    }
    
    #passwordresetformtable
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordresetformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordresetformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .passwordresetformtablelabelcell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .passwordresetformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .passwordformtablelabelcell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .passwordformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .mainmenuheaderunselected
    {
        cursor: pointer;
    }
    .mainmenuheaderunselected:before
    {
        font-family: FontAwesome;
        content: "\f054";
        padding-right: 3px;
    }
    .mainmenuheaderunselected:hover:before
    {
        color: red;
    }
    
    .mainmenuheaderselected
    {
        cursor: pointer;
    }
    .mainmenuheaderselected:before
    {
        font-family: FontAwesome;
        content: "\f077";
        padding-right: 3px;
    }
    .mainmenuheaderselected:hover:before
    {
        color: red;
    }

    .mainmenuentitiesheader
    {
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
        min-height: 20px;
        height: auto;
    }
    
    .mainmenuentitiesbody
    {
        border-left: 1px dashed white;
    }
    
    .mainmenuentitiesbody:hover
    {
        border-left: 1px dashed #707071;
    }
    
    #footerpadding
    {
        width: 0px;
        background-color: white;
        height: 0px;
        min-height: 0px;
        margin-top: 0px;
        float: none;
    }
    #headerpadding
    {
        width: 0px;
        height: 0px;
        background-color: white;
        float: none;
    }
    
    .passwordreveal
    {
        color: green;
    }
    
    .passwordreveal:hover
    {
        color: #707071;
    }
    
    .passwordrevealred
    {
        color: red;
    }
    
    .passwordrevealred:hover
    {
        color: #707071;
    }
    
    #clearanddosearchbuttonsarea
    {
        float: left;
        width: 100%;
        height: auto;
    }
    #clearanddosearchbusysarea
    {
        float: left;
        width: auto;
        height: auto;
    }
    
    .actionscol
    {
        text-align: left;
    }
    
    .labelcell
    {
        font-size: 18px;
    }
    
    .dashboardrow
    {
        width: 98%;
        clear: both;
    }
    .clickable
    {
        cursor: pointer;
    }
    .dashboardcellfraction
    {
        float: left;
        width: 100%;
        height: auto;
    }
    .dashboardcellleft
    {
        float: left;
        width: 100%;
        height: auto;
    }
    .dashboardcellright
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellcentrehalf
    {
        width: 100%;
        clear: both;
        text-align: left;
    }
    .dashboardcellrightquarter
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellleftthreequarters
    {
        float: left;
        width: 100%;
        height: auto;
    }
    .dashboardcellrightthreequarters
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellfull
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardbutton
    {
        width: 95%;
        height: 50px;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-bottom: 2px;
        padding-top: 2px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 16px;
    }
    .dashboardbutton:hover
    {
        /*background-color: #6699FF;*/
        background-color: #e3a904;
        color: white;
    }
    
    #dashboardlogoarea
    {
        width: 98%;
        height: auto;
        text-align: right;
    }
    #dashboardlogo
    {
        width: 30%;
    }
    
    .dashboardstatusrow
    {
        clear: both;
    }
    
    #dashboardarea
    {
        width: 98%;
    }
    
    .acurrenttitle
    {
        top: -18px;
        margin-left: 10px;
        background-color: white;
        width: auto;
        display: inline-block;
        position: relative;
        /*min-width: 1%;
        max-width: 10%;
        overflow-x: visible;*/
    }
    #currentgrouptitle
    {
        margin-top: -10px;
    }
    .interior
    {
        margin-top: 10px;
    }
    
    #dashboardtitlearea
    {
        font-size: 30px;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #dashboardchartsarea
    {
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardchartscurrentarea
    {
        clear: none;
        float: left;
        width: calc(100% - 10px);
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardchartshealtharea
    {
        clear: none;
        float: left;
        width: 100%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #dashboardrecentsarea
    {
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardrecentsrecentsarea
    {
        clear: none;
        float: left;
        width: 100%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardrecentsbadsarea
    {
        clear: none;
        float: left;
        width: 100%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardrecentslastfivearea
    {
        clear: none;
        float: left;
        width: 100%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #badouter
    {
        width: 100%;
        clear: both;
        height: auto;
        margin-top: 5px;
    }
    .abadrow
    {
        width: calc(100% - 8px);
        clear: both;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 4px;
    }
    .abaditem
    {
        width: 50%;
        clear: none;
        float: left;
        height: auto;
        font-weight: bold;
    }
    .abadlabel
    {
        width: 50%;
        clear: none;
        float: left;
        height: auto;
    }
    
    #lastfiveouter
    {
        width: 100%;
        clear: both;
        height: auto;
        margin-top: 5px;
    }
    
    .alatestrow
    {
        width: calc(100% - 8px);
        clear: both;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 4px;
    }
    .alatesttag
    {
        font-weight: bold;
    }
    .alatestheadline
    {
        
    }
    .alatestdate
    {
        
    }
    
        #recentouter
    {
        width: 100%;
        clear: both;
        height: auto;
        margin-top: 5px;
    }
    .arecentrow
    {
        width: calc(100% - 8px);
        clear: both;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 4px;
    }
    .arecentfigure
    {
        width: 20%;
        clear: none;
        float: left;
        height: auto;
        font-size: 30px;
    }
    .arecenttitle
    {
        width: 80%;
        clear: none;
        float: left;
        height: auto;
        margin-top: 8px;
    }
    #recentszooms
    {
        height: auto;
        text-align:left;
        width: 100%;
    }
    
    .popover
    {
        z-index: 99;
        width: 100%;
        _min-width: 100%;
        height: auto;
        display: inline-block;
        position: fixed;
        position: relative;
        left: 0px;
        background-color: white;
        border-left: 2px solid red;
        padding-left: 3px;
        min-width: 25%;
        border: 1px solid red;
        border-radius: 4px;
        opacity: 1.0;
    }
    
    a.submenulink
    {
        /*color: black;*/
        color: black;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 0px solid #e3a904;
        border-bottom: 0px solid #e3a904;
    }
    a.submenulink:visited
    {
        /*color: black;*/
        color: black;
    }
    a.submenulink:hover
    {
        border-left: 3px solid red;
    }
    
    
}