/*
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:44:36
    Author     : royg
*/

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

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

/* roboto-regular - latin */
/* https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin */
/* USE AS: font-family: 'Roboto', sans-serif; */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-v19-latin-regular.woff2') format('woff2'), 
       url('/fonts/roboto-v19-latin-regular.woff') format('woff'); 
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('/fonts/roboto-v19-latin-italic.woff2') format('woff2'), 
       url('/fonts/roboto-v19-latin-italic.woff') format('woff'); 
}

#thebody
{
    font-family: 'Roboto';
}


@media screen and (min-width: 850px) {
    
    #thebody
    {
        /*background-color: #C4F599;*/
        background-color: white;
        margin: 0px 0px;
        /*font-family: arial;*/
        font-size: 15px;
    }
    
    #thebodyform
    {
        /*background-color: #C4F599;*/
        background-color: white;
        margin: 10px 10px;
        font-family: arial;
        font-size: 14px;
    }
    
    #thesitetitle
    {
        display: none;
    }
    
    #working
    {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        background-color: white;
        /*background-color: #C4F599;*/
        /*background-color: #0195f0;*/
    }
    
    #header
    {
        height: 86px;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: block;
    }
    
    #headerlogo
    {
        margin: 0px 0px;
        width: 50%;
        width: 277px;
        float: left;
        text-align: left;
        padding-top: 0px;
        margin-left: 0px;
        height: 86px;
    }
    #headerpadding
    {
        width: 160px;
        height: 86px;
        background-color: #e3a904;
        float: left;
    }
    
    #headerlogoimage
    {
        width: 406px !important;
        height: auto;
    }
    
    #headermobilemenuouter
    {
        display:none;
    }
    
    #headermobilemenu
    {
        display:none;
    }
    
    #mobilemenuclosearea
    {
        display:none;
    }
    
    #menu
    {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: calc(100vh);
        /*padding-top: 10px;*/
    }
    
    .themenu
    {
        background-color: #e3a904;
        /*background-color: #C4F599;*/
        /*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;*/
        color: white;
    }
    
    .logonmenuheader
    {
        clear: none;
    }
    
    #content
    {
        background-color: white;
        width: calc(100% - 170px);
        float: left;
        clear: none;
        padding-left: 10px;
        padding-right: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        /*border-top: 1px solid #C4F599;*/
        border-top: 1px solid #e3a904;
    }
    
    #footer
    {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    #footerpadding
    {
        width: 160px;
        background-color: #e3a904;
        height: auto;
        min-height: 79px;
        margin-top: -43px;
        float: left;
    }
    #footerleft
    {
        padding-left: 10px;
        width: auto;
        text-align: left;
        float: left;
    }
    
    #copyrightplace
    {
        display: inline;
        clear: none;
        float: left;
        height: auto;
        text-align: left;
    }
    
    #editionplace
    {
        display: inline;
        clear: none;
        float: right;
        text-align: left;
        width: auto;
    }
    
    #footerright
    {
        padding-right: 10px;
        width: auto;
        text-align: right;
        padding-top: 0px;
    }
    
    #supplierplace
    {
        display: inline;
        clear: none;
        float: none;
        text-align: right;
        width: auto;
        padding-top: 0px;
    }
    
    #passwordformtable
    {
        width: 100%;
    }
    
    #logonformremembermetable
    {
        width: 100%;
    }
    #logonformtable
    {
        width: 100%;
    }
    .logonformtablelabelcell
    {
        width: 15%;
    }
    .logonformtablevaluecell
    {
        width: 85%;
    }
    #logonformspacer4
    {
        width: 15%;
    }
    
    .logonmenuheader
    {
        
    }
    
    .mainmenuheader
    {
        
    }
    
    .logonmenuitem
    {
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
        height: 15px;
    }
    .logonmenuitem:hover
    {
        border-left: 3px solid red;
        /*border-bottom: 1px solid red;*/
    }
    .logonmenuitemselected
    {
        /*border-left: 3px solid #748d25;
        border-bottom: 1px solid #748d25;*/
        border-left: 3px solid #707071;
        border-bottom: 1px solid #707071;
    }
    
    .logonmenuentry
    {
        
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
        min-height: 20px;
        height: auto;
    }
    
    span.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
    }
    a.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
    }
    a.mainmenulink:visited
    {
        /*color: black;*/
        color: white;
    }
    span.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulinkcurrentclass
    {
        /*border-left: 3px solid #748d25;
        border-bottom: 1px solid #748d25;*/
        border-left: 3px solid #707071;
        border-bottom: 1px solid #707071;
    }
    
    .bordered
    {
        border-radius: 4px;
        font-size: 14px;
    }
    .bordered:hover
    {
        background-color: lightgray;
    }
    
    .borderednarrow
    {
        border-radius: 4px;
    }
    .borderednarrow:hover
    {
        background-color: lightgray;
    }
    
    .borderedvnarrow
    {
        border-radius: 4px;
    }
    .borderedvnarrow:hover
    {
        background-color: lightgray;
    }
    
    .borderedvariable
    {
        border-radius: 4px;
    }
    .borderedvariable:hover
    {
        background-color: lightgray;
    }
    
    .bordered100pc
    {
        border-radius: 4px;
        width: 100%;
        font-size: 14px;
    }
    .bordered100pc:hover
    {
        background-color: lightgray;
    }
    
    .borderedro
    {
        border-radius: 4px;
    }
    .borderedro:hover
    {
        background-color: lightgray;
    }
    
    .borderedbutton
    {
        border-radius: 4px;
        
    }
    .borderedbutton:hover
    {
        background-color: #6699FF;
        background-color: #e3a904;
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
    }
    .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 #e3a904;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #e3a904;
        padding: 5px;
        margin-bottom: 10px;
        width: 95%;
    }

    #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: 95%;
        padding: 5px;
        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: 95%;
        padding: 5px;
        margin-bottom: 10px;
    }

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

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

    #emailarea
    {
        padding-right: 10px;
    }

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

    #roomslots
    {
        clear: both;
    }

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

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

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

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

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

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

    .availableslot
    {
        background-color: #FFFFCC;
    }
    
    .bookingcell
    {
        width: 50%;
    }
    
    #passwordresetformtable
    {
        width: 100%;
    }
    .passwordresetformtablelabelcell
    {
        width: 20%;
    }
    .passwordresetformtablevaluecell
    {
        width: 80%;
    }
    
    .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 #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
        min-height: 20px;
        height: auto;
        color: white;
    }
    
    .mainmenuentitiesbody
    {
        /*border-left: 1px dashed #C4F599;*/
        border-left: 1px dashed #e3a904;
    }
    
    .mainmenuentitiesbody:hover
    {
        /*border-left: 1px dashed #748d25;*/
        border-left: 1px dashed #707071;
    }
    
    .passwordreveal
    {
        color: green;
    }
    
    .passwordreveal:hover
    {
        color: #707071;
    }
    
    .passwordrevealred
    {
        color: red;
    }
    
    .passwordrevealred:hover
    {
        color: #707071;
    }
    
    #actions_header
    {
        text-align: center;
    }
    
    #clearanddosearchbuttonsarea
    {
        float: left;
        width: auto;
        height: auto;
    }
    #clearanddosearchbusysarea
    {
        float: left;
        width: auto;
        height: auto;
    }
    
    .actionscol
    {
        text-align: center;
    }
    
    .labelcell
    {
        font-size: 13px;
    }
    
    .dashboardrow
    {
        width: 98%;
        clear: both;
        padding-top: 10px;
    }
    .entryrow
    {
        padding-top: 0px;
    }
    .entryrowdocs
    {
        padding-top: 0px;
        border-bottom: 1px dashed gray;
        margin-bottom: 10px;
        padding-bottom: 22px;
    }
    .entryrowdocslast
    {
        padding-top: 0px;
        border-bottom: 0px dashed white;
        margin-bottom: 10px;
        padding-bottom: 22px;
    }
    .clickable
    {
        cursor: pointer;
    }
    .dashboardcellfraction
    {
        float: left;
        width: 1%;
        height: auto;
    }
    .dashboardcellleft
    {
        float: left;
        width: 49%;
        height: auto;
    }
    .dashboardcellright
    {
        float: right;
        width: 49%;
        height: auto;
        text-align: right;
    }
    .dashboardcellleftquarter
    {
        float: left;
        width: 24%;
        height: auto;
    }
    .dashboardcellcentrehalf
    {
        width: 49%;
        text-align: center;
        float: left;
    }
    .dashboardcellrightquarter
    {
        float: right;
        width: 24%;
        height: auto;
    }
    .dashboardcellleftthreequarters
    {
        float: left;
        width: 74%;
        height: auto;
    }
    .dashboardcellrightthreequarters
    {
        float: right;
        width: 74%;
        height: auto;
    }
    .dashboardcellfull
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardbutton
    {
        width: 75%;
        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;
    }
    
    /*.dashboard_manage_class_content
    {
        background-image: url(/Logo_ana-log_tight_902x182.png);
        background-repeat: no-repeat;
        background-position: center center;
        backgr
    }*/
    
    #dashboardlogoarea
    {
        width: 98%;
        height: auto;
        text-align: right;
    }
    #dashboardlogo
    {
        width: 15%;
    }
    
    #custom_readings_inner
    {
        clear: both;
        float: none;
        height: auto;
    }
    .readingrow
    {
        clear: both;
        float: none;
        height: auto;
    }
    .readingcell
    {
        width: calc(100% / 6);
        height: auto;
        clear: none;
        float: left;
    }
    
    .dashboardstatusrow
    {
        clear: both;
    }
    
    #dashboardarea
    {
        width: 100%;
    }
    
    .popover
    {
        z-index: 99;
        width: 200%;
        _min-width: 200%;
        height: auto;
        display: inline-block;
        position: fixed;
        position: relative;
        left: 20px;
        background-color: #e3a904;
        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: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #e3a904;
        border-bottom: 1px solid #e3a904;
    }
    a.submenulink:visited
    {
        /*color: black;*/
        color: white;
    }
    a.submenulink:hover
    {
        border-left: 3px solid red;
    }
    
    .acurrenttitle
    {
        margin-top: -15px;
        margin-left: 10px;
        background-color: white;
        width: auto;
        display: inline-block;
        position: absolute;
        /*min-width: 1%;
        max-width: 10%;
        overflow-x: visible;*/
    }
    #currentgrouptitle
    {
        margin-top: -15px;
    }
    .interior
    {
        margin-top: 0px;
    }
    
    #dashboardtitlearea
    {
        font-size: 30px;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardfilterarea
    {
        font-size: 20px;
    }
    
    #dashboardchartsarea
    {
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardchartscurrentarea
    {
        clear: none;
        float: left;
        width: calc(25% - 18px);
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
    }
    #dashboardchartshealtharea
    {
        clear: none;
        float: left;
        width: calc(75% - 28px);
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 10px;
    }
    
    #dashboardrecentsarea
    {
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #dashboardrecentsrecentsarea
    {
        clear: none;
        float: left;
        width: 33%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
    }
    #dashboardrecentsbadsarea
    {
        clear: none;
        float: left;
        width: calc(33% - 28px);
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 10px;
    }
    #dashboardrecentslastfivearea
    {
        clear: none;
        float: left;
        width: calc(33% - 28px);
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 10px;
    }
    
    #healthactions
    {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
    }
    #healthlinks
    {
        width: 50%;
        height: auto;
        clear: none;
        float: left;
    }
    #healthzooms
    {
        width: 50%;
        height: auto;
        clear: none;
        float: left;
        text-align: right;
    }
    
    #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: right;
        width: 100%;
    }
    
    #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
    {
        
    }
    
    #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;
    }
    
}

@media screen and (max-width: 1180px) {
    
    #copyrightplace
    {
        display: block;
        clear: both;
        float: left;
        height: auto;
    }
    
    #editionplace
    {
        display: block;
        clear: both;
        float: left;
        height: auto;
    }
    
    #aboutplace
    {
        
    }
    
}