/*
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
    
        b/g switches
        orig b/g: d61111
        theme b/g: black
    plus:
        .borderedbutton:hover
        borderedbuttonvariable:hover
        
*/

/* 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 (orientation: landscape)  {
    
    #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;
    }
    
    #working
    {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        background-color: white;
        /*background-color: #C4F599;*/
        /*background-color: black;*/
    }
    
    #header
    {
        height: 86px;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: block;
    }
    
    #headerlogo
    {
        margin: 0px 0px;
        width: 50%;
        width: 277px;
        float: left;
        text-align: left;
        padding-top: 0;
        margin-left: 5px;
        height: 86px;
    }
    #headerpadding
    {
        width: 185px;
        height: 86px;
        background-color: #303030;
        float: left;
    }
    
    #headerlogoimage
    {
        width: auto;
        height: 86px;
    }
    
    #headermobilemenuouter
    {
        display:none;
    }
    
    #headermobilemenu
    {
        display:none;
    }
    
    #mobilemenuclosearea
    {
        display:none;
    }
    
    #menu
    {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: calc(100vh);
        /*padding-top: 10px;*/
        width: 175px;
    }
    
    .themenu
    {
        background-color: #303030;
        /*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: 0px;
        /*color: black;*/
        color: white;
    }
    
    .logonmenuheader
    {
        clear: none;
    }
    
    #content
    {
        background-color: white;
        width: calc(100% - 200px);
        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 #303030;
    }
    
    #footer
    {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    #footerpadding
    {
        width: 185px;
        background-color: #303030;
        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 #303030;
        border-bottom: 2px solid #303030;
        height: 15px;
    }
    .logonmenuitem:hover
    {
        border-left: 3px solid #303030;
        /*border-bottom: 1px solid red;*/
        border-bottom: 2px solid green;
    }
    .logonmenuitemselected
    {
        /*border-left: 3px solid #748d25;
        border-bottom: 1px solid #748d25;*/
        border-left: 3px solid #303030;
        border-bottom: 2px solid red;
    }
    
    .logonmenuentry
    {
        cursor: pointer;
    }
    .logonmenuentry:hover
    {
        
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #303030;
        border-bottom: 1px solid #303030;
        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 #303030;
        border-bottom: 2px solid #303030;
    }
    a.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #303030;
        border-bottom: 2px solid #303030;
    }
    a.mainmenulink:visited
    {
        /*color: black;*/
        color: white;
    }
    span.mainmenulink:hover
    {
        /*border-left: 3px solid red;*/
        border-left: 3px solid #303030;
        border-bottom: 2px solid green;
    }
    a.mainmenulink:hover
    {
        /*border-left: 3px solid red;*/
        border-left: 3px solid #303030;
        border-bottom: 2px solid green;
    }
    a.mainmenulinkcurrentclass
    {
        /*border-left: 3px solid #748d25;
        border-bottom: 1px solid #748d25;*/
        /*border-left: 3px solid orange;*/
        /*border-bottom: 1px solid orange;*/
        border-bottom: 2px solid red;
        border-left: 3px solid #303030;
    }
    
    .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;
    }
    .borderedvariable
    {
        border-radius: 4px;
    }
    .borderedvariable:hover
    {
        background-color: lightgray;
    }
    
    .bordered100pc
    {
        border-radius: 4px;
        width: 100%;
        font-size: 14px;
    }
    .bordered100pc:hover
    {
        background-color: lightgray;
    }
    
    .bordered90pc
    {
        border-radius: 4px;
        width: 90%;
        font-size: 14px;
        border-color: #CCCCCC;
        border: 1px solid #CCCCCC;
    }
    .bordered90pc:hover
    {
        background-color: lightgray;
    }
    input.bordered90pc:focus
    {
        border: 1px solid #6699FF;
        background-color: #FFFFCC;
    }
    
    .bordered75pc
    {
        border-radius: 4px;
        width: 75%;
        font-size: 14px;
        border-color: #CCCCCC;
        border: 1px solid #CCCCCC;
    }
    .bordered75pc:hover
    {
        background-color: lightgray;
    }
    input.bordered75pc:focus
    {
        border: 1px solid #6699FF;
        background-color: #FFFFCC;
    }
    
    .bordered25pc
    {
        border-radius: 4px;
        width: 25%;
        font-size: 14px;
        border-color: #CCCCCC;
        border: 1px solid #CCCCCC;
    }
    .bordered25pc:hover
    {
        background-color: lightgray;
    }
    input.bordered25pc:focus
    {
        border: 1px solid #6699FF;
        background-color: #FFFFCC;
    }
    
    .borderedro
    {
        border-radius: 4px;
    }
    .borderedro:hover
    {
        background-color: lightgray;
    }
    
    .borderedbutton
    {
        border-radius: 4px;
        margin-left: 0px;
        margin-right: 5px;
    }
    .borderedbutton:hover
    {
        background-color: #6699FF;
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
        margin-left: 0px;
        margin-right: 5px;
    }
    .borderedbuttonvariable:hover
    {
        background-color: #6699FF;
        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 #303030;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #303030;
        padding: 5px;
        margin-bottom: 10px;
        width: 95%;
        display: none;
    }

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

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

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

    #passwordresetarea
    {
        border-radius: 4px;
        /*border: 1px solid #C4F599;
        box-shadow: 0px 2px 3px #C4F599;*/
        border: 1px solid #303030;
        box-shadow: 0px 2px 3px #303030;
        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: "Font Awesome 5 Pro";
        content: "\f054";
        padding-right: 3px;
    }
    .mainmenuheaderunselected:hover:before
    {
        color: red;
    }
    
    .mainmenuheaderselected
    {
        cursor: pointer;
    }
    .mainmenuheaderselected:before
    {
        font-family: "Font Awesome 5 Pro";
        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 #303030;
        border-bottom: 1px solid #303030;
        min-height: 20px;
        height: auto;
        color: white;
    }
    
    .mainmenuentitiesbody
    {
        /*border-left: 1px dashed #C4F599;*/
        border-left: 1px dashed #303030;
    }
    
    .mainmenuentitiesbody:hover
    {
        /*border-left: 1px dashed #748d25;*/
        border-left: 1px dashed orange;
    }
    
    .passwordreveal
    {
        color: green;
    }
    
    .passwordreveal:hover
    {
        color: orange;
    }
    
    .passwordrevealred
    {
        color: red;
    }
    
    .passwordrevealred:hover
    {
        color: orange;
    }
    
    #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;
    }
    .dashboardcellleft
    {
        float: left;
        width: 49%;
        height: auto;
        text-align: center;
    }
    .dashboardcellright
    {
        float: right;
        width: 49%;
        height: auto;
        text-align: right;
        text-align: center;
    }
    .dashboardcellleftquarter
    {
        float: left;
        width: 24%;
        height: auto;
    }
    .dashboardcellcentrehalf
    {
        width: 49%;
        text-align: center;
        float: left;
    }
    .dashboardcellrightquarter
    {
        float: right;
        width: 24%;
        height: auto;
    }
    .dashboardcellrightthreequarters
    {
        float: right;
        width: 74%;
        height: auto;
    }
    .dashboardcellfull
    {
        float: right;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .dashboardcellthird
    {
        float: left;
        width: 32%;
        height: auto;
        text-align: center;
    }
    .dashboardbutton
    {
        width: 75%;
        height: 50px;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2px;
        padding-top: 2px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 16px;
        cursor: pointer;
    }
    .dashboardbutton:hover
    {
        background-color: #6699FF;
        color: white;
    }
    
    .gridbordered
    {
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        font-size: 14px;
        width: 95%;
    }
    .gridbordered:hover
    {
        background-color: lightgray;
        border: 1px solid #6699FF;
    }
    .gridbordered:focus
    {
        background-color: #FFFFCC;
    }
    
    textarea.gridbordered
    {
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        font-size: 14px;
        width: 95%;
        height: 30px;
    }
    textarea.gridbordered:hover
    {
        background-color: lightgray;
        border: 1px solid #6699FF;
    }
    textarea.gridbordered:focus
    {
        background-color: #FFFFCC;
    }
    
    .cardscol
    {
        width:50%;
        float: left;
        height: auto;
    }
    .cardscolheader
    {
        height: auto;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        border: 1px solid gray;
        border-radius: 10px;
        padding: 5px;
        margin: 10px;
    }
    .cardscolcards
    {
        height: auto;
        padding: 5px;
    }
    .acard
    {
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 10px;
        cursor: pointer;
        float: left;
        clear: none;
        /*display: flex;*/
        /*width: calc(33% - 2px);*/
    }
    .acard:hover
    {
        background-color: #FFFFCC;
    }
    .acardrow
    {
        clear: both;
    }
    .acardrowlabel
    {
        width: 50%;
        float: left;
        height: auto;
        clear: none;
    }
    .acardrowvalue
    {
        width: 50%;
        float: left;
        height: auto;
        clear: none;
    }
    
    .acardinnertop
    {
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 10px;
    }
    .acardinnerbottom
    {
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 10px;
    }
    #cardviewheader
    {
        clear: both;
    }
    #cardviewtopextras
    {
        clear: both;
    }
    #cardviewcols
    {
        clear: both;
    }
    #cardviewbottomextras
    {
        clear: both;
    }

    #timelineheader
    {
        
    }
    #timelinetopextras
    {
        
    }
    #timelineviewcols
    {
        height: auto;
        border-right: 1px solid gray;
    }
    #timelineheaderrow
    {
        
    }
    .timelinerow
    {
        clear: both;
        height: auto;
    }
    .highlighttimelinerow
    {
        background-color: #FFFFCC;
    }
    .highlighttimelinerowbar
    {
        background-color: red;
    }
    .unhighlighttimelinerowbar
    {
        background-color: gray;
    }
    .timelinerowlabel
    {
        clear: none;
        float: left;
        height: auto;
        text-align: left;
        border-right: 0px solid gray;
        cursor: pointer;
    }
    .timelinerowlabel:hover
    {
        background-color: #FFFFCC;
    }
    .timelinerowbars
    {
        clear: none;
        float: right;
        height: auto;
    }
    .timelinerowbarbefore
    {
        float: left;
        height: auto;
    }
    .timelinerowbar
    {
        float: left;
        height: auto;
        border: 1px solid gray;
        overflow-x: visible;
        cursor: pointer;
    }
    .timelinerowbarafter
    {
        float: left;
        height: auto;
    }
    
    #barheader
    {
        
    }
    #bartopextras
    {
        
    }
    #barviewcols
    {
        
    }
    .barrow
    {
        
    }
    .barrowlabel
    {
        clear: none;
        float: left;
        height: auto;
        text-align: left;
        border-right: 0px solid gray;
        cursor: pointer;
    }
    .barrowbars
    {
        clear: none;
        float: right;
        height: auto;
    }
    .barrowbar
    {
        clear: none;
        float: left;
    }
    .highlightbarrowbar
    {
        background-color: #FFFFCC;
    }
    .unhighlightbarrowbar
    {
        background-color: white;
    }
    
    .accordioncolheader
    {
        cursor: pointer;
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 10px;
        cursor: pointer;
    }
    .accordioncolheader:hover
    {
        background-color: #FFFFCC;
    }
    
    #progressarea
    {
        height: 500px;
        width: 100%;
        overflow-y: scroll;
    }
    
    #exporterdefaultbutton
    {
        
    }
    #exporterdefaultbutton:hover
    {
        /*color: red;*/
    }
    #exporteroptionsbutton
    {
        border-left: 1px solid gray;
        padding-left: 5px;
    }
    #exporteroptionsbutton:hover
    {
        color: red;
    }
    #exporteroptionsbuttonreverse
    {
        border-left: 1px solid gray;
        padding-left: 5px;
    }
    #exporteroptionsbuttonreverse:hover
    {
        color: red;
    }
    
    #exporteralldefaultbutton
    {
        
    }
    #exporteralldefaultbutton:hover
    {
        /*color: red;*/
    }
    #exporteralloptionsbutton
    {
        border-left: 1px solid gray;
        padding-left: 5px;
    }
    #exporteralloptionsbutton:hover
    {
        color: red;
    }
    #exporteralloptionsbuttonreverse
    {
        border-left: 1px solid gray;
        padding-left: 5px;
    }
    #exporteralloptionsbuttonreverse:hover
    {
        color: red;
    }
    
    .colmover
    {
        
    }
    .colmover:hover
    {
        color: red;
    }
    
    .colmoverdragging
    {
        color: red;
    }
    
    .atoolfreehand
    {
        border: 1px solid white;
        cursor: pointer;
        font-size: 20px;
    }
    .atoolfreehandselected
    {
        border: 1px solid gray;
        cursor: pointer;
        font-size: 20px;
    }
    .atoolfreehandcolour
    {
        border: 1px solid white;
        cursor: pointer;
    }
    .atoolfreehandcolourselected
    {
        border: 1px solid gray;
        cursor: pointer;
    }
    
    .langselector
    {
        background-repeat: no-repeat;
        background-size: auto;
        padding-left: 25px;
        cursor: pointer;
    }
    
    #headertextextraarea
    {
        float: right;
        width: auto;
        height: auto;
        margin-top: -30px;
        clear: both;
    }
    
    #gsform
    {
    }
    
    .gsclassarea
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gsclassname
    {
        font-weight: bold;
    }
    .gsresult
    {
        clear: both;
        width: 95%;
        height: auto;
        margin-top: 5px;
        cursor: pointer;
        background-color: white;
        border: 1px solid white;
        border-radius: 5px;
    }
    .gsresult:hover
    {
        border: 1px solid gray;
        background-color: #FFFFCC;
    }
    .gsresultname
    {
        width: 33%;
        float: left;
        height: auto;
    }
    .gsresultdetail
    {
        width: 66%;
        float: left;
        height: auto;
    }
    
    .themenupopup
    {
        display: none !important;
    }
    .contentpopup
    {
        width: 98% !important;
    }
    
    #subscriber
    {
        width: 45%;
        height: auto;
        display: block;
        border: 1px solid #303030;
        border-radius: 5px;
        clear: none;
        float: left;
        margin-right: 5%;
    }
    #publisher
    {
        width: 45%;
        height: auto;
        display: block;
        border: 1px solid #303030;
        border-radius: 5px;
        clear: none;
        float: left;
    }
    #videos
    {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid geen;
        clear: none;
        float: left;
    }
    
    /* calendar styles */
    #standardmonthview
    {
        width: 98%;
    }
    
    .calnavrow
    {
        width: calc(100% - 1px);
    }
    .caldaysrow
    {
        width: 100%;
    }
    
    .calnavmonthyear
    {
        height: auto;
    }
    .caldatesrows
    {
        width: 100%;
    }
    .caldatesrow
    {
        width: 100%;
    }
    
    .caldayheaderfirst
    {
        width: calc(14.28% - 1px);
    }
    .caldayheader
    {
        width: calc(14.28% - 1px);
    }
    .caldayheaderlast
    {
        width: calc(14.28% - 1px);
    }
    
    .caldate
    {
        
    }
    .caldateblankfirst
    {
        width: calc(14.28% - 7px);
    }
    .caldateblank
    {
        width: calc(14.28% - 6px);
    }
    .caldateblanklast
    {
        width: calc(14.28% - 6px);
    }
    .whitefirst
    {
        width: calc(14.28% - 6px);
    }
    .white
    {
        width: calc(14.28% - 6px);
    }
    .whitelast
    {
        width: calc(14.28% - 6px);
    }
    .caldatebookedfirst
    {
        width:  calc(14.28% - 7px);
    }
    .caldatebooked
    {
        width:  calc(14.28% - 6px);
    }
    .caldatebookedlast
    {
        width: calc(14.28% - 6px);
    }
    .caldateemptyfirst
    {
        width: calc(14.28% - 7px);
    }
    .caldateempty
    {
        width: calc(14.28% - 6px);
    }
    .caldateemptylast
    {
        width: calc(14.28% - 6px);
    }
    .caldatetodayfirst
    {
        width: calc(14.28% - 6px);
    }
    .caldatetoday
    {
        width: calc(14.28% - 6px);
    }
    .caldatetodaylast
    {
        width: calc(14.28% - 6px);
    }
    /* calendar styles */
    
    .wikipopup
    {
        height: calc(80vh - 0px);
        overflow-y: scroll;
    }
    
    #wikiform{width:100%; height: calc(80vh - 100px);}
    .fullsize
    {
        width:95%;
        height: calc(100% - 50px);
        border:1px solid #CCCCCC;
        border-radius: 4px;
        font-size: 14px;
        margin-left: 2px;
    }
    #wikisearchfor
    {
        margin-left: 2px;
    }
    
    .wikitopichead
    {
        font-size: 17px;
        font-weight: bold;
    }
    .wikisectionhead
    {
        font-size: 16px;
        font-weight: bold;
    }
    .wikisubsectionhead
    {
        font-size: 15px;
        font-weight: bold;
    }
    
    #dashboardouter
    {
        width: 98%;
        height: auto;
    }
    #dashboardinner
    {
        width: 100%;
        height: auto;
    }
    .dashboardpanel
    {
        width: 96%;
        height: auto;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .dashboardpaneltitle
    {
        width: 100%;
        height: auto;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .dashboardpanelintro
    {
        
    }
    .dashboardpanelbuttons
    {
        
    }
    
    .orangerow
    {
        background-color: lightsalmon;
    }
    
    .redrow
    {
        background-color: pink;
    }
    
    .strike
    {
        text-decoration-line: line-through;
        text-decoration-color: red;
        text-decoration-style:  double;
    }
    
    #editortabs
    {
        border-bottom: 1px solid gray;
    }
    .currtab
    {
        border-bottom: 2px solid red;
    }
    .othertab:hover
    {
        border-bottom: 2px solid green;
    }
    .editortab
    {
        padding-bottom: 5px;
    }
    .tabsdivider
    {
        display:none;
    }
    
    .subformtabsarea
    {
        width: 100%;
        height: auto;
        border-bottom: 1px solid gray;
    }
    .subformtab
    {
        width: auto;
        clear: none;
        float: left;
        height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0px;
        margin-right: 0px;
        padding-bottom: 5px;
    }
    .selectedsubformtab
    {
        border-bottom: 2px solid red;
        font-weight: bold;
    }
    .othersubformtab
    {
        color: #6699FF;
        cursor: pointer;
    }
    .othersubformtab:hover
    {
        border-bottom: 2px solid green;
    }
    
    #mainmenuouter
    {
        float:left;
        height: auto;
        width: 165px;
    }
    #mainmenutoggler
    {
        width: 10px;
        float: right;
        height: 100%;
        display: block;
    }
    #mainmenutoggler:hover
    {
        background-color: #303030;
        cursor: ew-resize;
    }
    .hidemainmenu
    {
        color: white;
    }
    .showmainmenu
    {
        color: white;
    }
    .hidemainmenuhovered
    {
        color: orange;
        background-color: white;
    }
    .showmainmenuhovered
    {
        color: orange;
        background-color: white;
    }
    
    #staffdashboard
    {
        width: 98%;
    }
    
    #staffdashboardheaders
    {
        width: 100%;
        height: auto;
        border-bottom: 1px solid gray;
    }
    
    .dashboardtabstaffcurrent
    {
        width: calc(33.33% - 2px);
        float: left;
        text-align: center;
        height: auto;
        color: blue;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: white;
    }
    
    .dashboardtabstaff
    {
        width: calc(33.33% - 2px);
        float: left;
        text-align: center;
        height: auto;
        color: white;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: lightgray;
    }
    
    .dashboardtabmanagercurrent
    {
        width: calc(50% - 2px);
        float: left;
        text-align: center;
        height: auto;
        color: blue;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: white;
    }
    
    .dashboardtabmanager
    {
        width: calc(50% - 2px);
        float: left;
        text-align: center;
        height: auto;
        color: white;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background-color: lightgray;
    }
    
    .desktoponlyblock
    {
        display: block;
        height: auto;
    }
    
    .dashboardicon
    {
        font-size: 24px;
        height: auto;
    }
    
    .dashboardiconlabel
    {
        font-size: 20px;
    }
    
    .clickable
    {
        cursor: pointer;
    }
    .clickable:visited
    {
    }
    .clickable:hover
    {
        color: red;
    }
    
    #staffdashboardbody
    {
        border-bottom: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }
    
    .dashboardbody
    {
        
    }
    
    .dashboardbodytitle
    {
        font-size: 20px;
        text-align: center;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .dashboardbodysubtitle
    {
        font-size: 16px;
        text-align: left;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .dashboardbodycontent
    {
        
    }
    
    .dashboardnotebutton
    {
        height: auto;
        width: auto;
        color: black;
        background-color: white;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 5px;
        cursor: pointer;
        margin: 10px;
        font-size: 12px;
    }
    .dashboardnotebutton:hover
    {
        color: white;
        background-color: black;
    }
    
    .jobrow
    {
        width: calc(100% - 40px);
        height: auto;
        clear: both;
        border: 1px solid gray;
        border-radius: 4px;
        margin: 10px;
        padding: 10px;
    }
    .buttonsrow
    {
        padding-left: 10px;
    }
    .jobinput
    {
        width: 98%;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 4px;
        color: black;
        background-color: white;
        padding: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .jobinputnarrow
    {
        width: 48%;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 4px;
        color: black;
        background-color: white;
        padding: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .jobtextarea
    {
        width: 95%;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 4px;
        color: black;
        background-color: white;
        padding: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
        height: 200px;
    }
    
    #thecalviewouter
    {
        margin: 10px;
    }
    
    .tcardrowlabel
    {
        width: 25%;
        float: left;
        clear: none;
    }
    .tcardrowvalue
    {
        width: 75%;
        float: left;
        clear: none;
    }
    
    .atcard
    {
        width: 100%;
        height: auto;
        clear:both;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .atcardtimes
    {
        width: 20%;
        height: auto;
        clear: none;
        float: left;
    }
    .atcardsite
    {
        width: 60%;
        height: auto;
        clear: none;
        float: left;
    }
    .atcardtype
    {
        width: 20%;
        height: auto;
        clear: none;
        float: left;
    }
    
    
    /* START hse classes */

    #welcomearea
    {
        width: 98%;
        clear: both;
        float: none;
    }
    .barcharttitle
    {
        display: none;
    }
    .barchartlegend
    {
        display: none;
    }
    .areaheader
    {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        height: auto;
    }
    #metricsarea
    {
        width: 98%;
        clear: both;
        float: none;
    }
    #myactionsarea
    {
        width: 98%;
        clear: both;
        float: none;
    }
    .anaction
    {
        width: calc(100% - 32px);
        clear: both;
        float: none;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid gray;
        border-radius: 4px;
    }
    .anaction:hover
    {
        background-color: lightgray;
    }
    .anactionformtype
    {
        width: 20%;
        float: left;
        clear: none;
        height: auto;
    }
    .anactionformname
    {
        width: 20%;
        float: left;
        clear: none;
        height: auto;
    }
    .anactionactiontype
    {
        width: 20%;
        float: left;
        clear: none;
        height: auto;
    }
    .anactionactiondate
    {
        width: 20%;
        float: left;
        clear: none;
        height: auto;
    }
    .anactionactionlinkarea
    {
        width: 20%;
        float: left;
        clear: none;
        height: auto;
    }
    .anactionviewlink
    {
        cursor: pointer;
        color: black;
    }
    .anactionviewlink:hover
    {
        cursor: pointer;
        color: red;
    }
    #linksarea
    {
        width: 98%;
        clear: both;
        float: none;
    }
    .linksrow
    {
        width: 100%;
        clear: both;
        float: none;
    }
    .alinkarea
    {
        width: calc(50% - 32px);
        clear: none;
        float: left;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid gray;
        border-radius: 4px;
    }
    .alinkarea:hover
    {
        background-color: lightgray;
    }
    .alinkareaheader
    {
        width: 100%;
        clear: both;
        float: none;
        text-align: center;
        font-weight: bold;
    }
    .alinkareabody
    {
        width: 100%;
        clear: both;
        float: none;
        margin-top: 5px;
        text-align: center;
    }
    .alinkareadescription
    {
        width: 100%;
        clear: both;
        float: none;
        height: 0px;
        width: 0px;
        display: none;
    }
    .alinkarealinks
    {
        width: 100%;
        clear: both;
        float: none;
    }
    .alinkareacounter
    {
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 10px;
    }
    .alinkareaview
    {
        width: 100%;
        clear: both;
        float: none;
    }
    .alinkareaview:hover
    {
        width: 100%;
        clear: both;
        float: none;
        color: red;
        cursor: pointer;
    }
    .alinkareaadd
    {
        width: 100%;
        clear: both;
        float: none;
    }
    .alinkareaadd:hover
    {
        width: 100%;
        clear: both;
        float: none;
        color: red;
        cursor: pointer;
    }

    
    .entrydrilldown
    {
        margin-left: 20px;
        margin-top: 10px;
        color: #6699FF;
    }
    .entrydrilldown:hover
    {
        margin-left: 20px;
        margin-top: 10px;
        color: red;
    }
    .entrydrilldownicon
    {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    
    #formtemplatearea
    {
        height: auto;
    }
    .aquestionlabelgroup
    {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: -10px;
        width: 100% !important;
    }
    .aquestionlabelrepeat
    {
        text-align: left;
        font-size: 17px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: -10px;
        width: 100% !important;
    }
    .aquestiongroup
    {
        height: auto;
        margin-left: 10px;
    }
    .aquestionrepeat
    {
        height: auto;
        margin-left: 10px;
    }
    .arepeatblock
    {
        margin-bottom: 5px;
    }
    .arepeatsavenew
    {
        display: block;
    }
    .aquestion
    {
        width: 100%;
        clear: both;
        height: auto;
        border-bottom: 1px solid lightgray;
        /*border-radius: 4px; */
        padding: 2px;
        margin-bottom: 5px;
    }
    .aquestionheader
    {
        width: 100%;
        clear: both;
        height: auto;
        cursor: pointer;
    }
    .aquestionlabel
    {
        width: 25%;
        clear: none;
        height: auto;
        float: left;
    }
    .aquestionhelp
    {
        
    }
    .aquestionanswerarea
    {
        width: 50%;
        clear: none;
        height: auto;
        float: left;
    }
    .aquestionanswernotearea
    {
        width: 25%;
        clear: none;
        height: auto;
        float: left;
    }
    .aquestionanswernote
    {
        border: 1px solid gray;
        border-radius: 4px;
        padding: 2px;
        width: calc(100% - 8px);
    }
    .aquestionanswernote:hover
    {
        border: 1px solid red;
    }
    .aquestionlabelrubric
    {
        width: 100%;
    }
    .aquestionlabelsection
    {
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .aquestionanswer
    {
        border: 1px solid gray;
        border-radius: 4px;
        padding: 2px;
        width: calc(100% - 8px);
        font-size: 14px;
        margin-bottom: 5px;
    }
    .aquestionanswer:hover
    {
        border: 1px solid red;
    }
    .aquestionanswernarrow
    {
        border: 1px solid gray;
        border-radius: 4px;
        padding: 2px;
        width: calc(45% - 8px);
        font-size: 14px;
        margin-bottom: 5px;
    }
    .aquestionanswernarrow:hover
    {
        border: 1px solid red;
    }
    .aquestiontoggleoff
    {
        font-size: 25px;
        color: black;
    }
    .aquestiontoggleon
    {
        font-size: 25px;
        color: green;
    }
    .mandqn
    {
        
    }
    .mandqnerror
    {
        border: 1px solid red;
    }
    .aquestionbutton
    {
        border: 1px solid gray;
        background-color: white;
        border: 1px solid gray;
        border-radius: 4px;
        width: auto;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .aquestionbutton:hover
    {
        background-color: #6699FF;
    }
    .aquestionnav
    {
        border: 1px solid gray;
        background-color: white;
        border: 1px solid gray;
        border-radius: 4px;
        width: auto;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .aquestionnav:hover
    {
        background-color: #6699FF;
    }
    
    #thepdfbody
    {
        width: 100%;
        height: auto;
    }
    
    .documentsarea
    {
        width: 98%;
        clear: both;
        float: none;
        height: auto;
        margin-top: 20px;
    }
    .folderheader
    {
        width: calc(98% - 10px);
        clear: both;
        float: none;
        height: auto;
        cursor: pointer;
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 4px;
        background-color: white;
    }
    .folderheader:hover
    {
        background-color: lightgray;
    }
    .foldertoggle
    {
        
    }
    .folderbody
    {
        width: calc(98% - 10px);
        clear: both;
        float: none;
        height: auto;
        margin: 5px;
        padding: 5px;
        border: 1px solid gray;
        border-radius: 4px;
        background-color: white;
    }
    .adoc
    {
        width: 98%;
        clear: both;
        float: none;
        height: auto;
    }
    .adocname
    {
        width: calc(75% - 20px);
        clear: none;
        float: left;
        height: auto;
        margin: 5px;
        padding: 5px;
    }
    .adocname:hover
    {
        color: red;
        cursor: pointer;
    }
    .adocnamehover
    {
        color: red;
    }
    .adocactions
    {
        width: 25%;
        clear: none;
        float: left;
        height: auto;
    }
    .docdownloadicon
    {
        margin: 5px;
        padding: 5px;
        border: 1px solid white;
        border-radius: 4px;
    }
    .docdownloadicon:hover
    {
        border: 1px solid gray;
        cursor: pointer;
    }
    .docdeleteicon
    {
        margin: 5px;
        padding: 5px;
        border: 1px solid white;
        border-radius: 4px;
    }
    .docdeleteicon:hover
    {
        border: 1px solid gray;
        background-color: red;
        cursor: pointer;
    }
    .docuploader
    {
        width: 100%;
        clear: both;
        float: none;
        height: auto;
        margin: 5px;
        padding: 5px;
    }
    .aquestionmultioptionpair
    {
        width: 100%;
        clear: both;
        height: auto;
        float: none;
        height: auto;
    }
    .aquestionmultioption
    {
        width: 50%;
        clear: none;
        height: auto;
        float: left;
        height: auto;
    }
    .multicheckarea
    {
        width: 10%;
        float: left;
        heigh: auto;
        clear: none;
    }
    .multilabelarea
    {
        width: 90%;
        float: left;
        heigh: auto;
        clear: none;
    }
    
    
    /* END hse classes */
    
    .updownicon
    {
        font-size: 11px;
    }
    
    .gcheck
    {
        font-size: 30px;
        cursor: pointer;
    }
    
    input.gcheck
    {
        display: none;
    }
    
    /* right tools classes */
    #searchareatitle
    {
        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;
        /*border-left: 1px solid red;
        border-right: 1px solid red;*/
        border: 1px solid #1C499D;
        border-radius: 4px;
        color: black;
        margin-bottom: 5px;
    }
    #toolsareatitle
    {
        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;
        /*border-left: 1px solid red;
        border-right: 1px solid red;*/
        border: 1px solid #1C499D;
        border-radius: 4px;
        color: black;
        margin-bottom: 5px;
    }
    #toolspacer
    {
        clear: both;
        margin-top: 11px;
    }
    #hastoolswrappertable
    {
        margin-top: 8px;
    }
    
    #hastoolswrappercell
    {
        border: 1px solid #1C499D;
        border-radius: 4px;
        padding: 5px;
    }
    #toolswrapperspacer
    {
        width: 10px;
        min-width: 10px;
    }
    .righttools
    {
        border: 1px solid #1C499D;
        border-radius: 4px;
        padding: 5px;
        
    }
    .righttoolsinner
    {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .searchtoolbutton
    {
        clear: both;
        display: block;
        margin: 3px auto;
    }
    #searchnow
    {
        background-color: #C4F599;
    }
    #searchnow:hover
    {
        background-color: #39C8EC;
    }
    #clearsearch
    {
        background-color: pink;
    }
    #clearsearch:hover
    {
        background-color: #39C8EC;
    }
    #addbtn
    {
        background-color: #FFFFCC;
        color: black;
    }
    #addbtn:hover
    {
        background-color: #39C8EC;
        color: black;
    }
    /* right tools classes */
    
    #map_canvas
    {
        height: 100%;
        width: 100%;
        border: 1px solid gray;
    }
    
    #viewmodesarea
    {
        margin: 3px auto;
        height: auto;
        text-align: center;
    }
    .aviewmode
    {
        /*float: left;*/
        height: 30px;
        width: 30px;
        clear: none;
        text-align: center;
        margin: 3px auto;
        border: 1px solid white;
        background-color: white;
        border-radius: 4px;
        font-size: 12px;
    }
    
    .aviewmode:hover
    {
        border: 1px solid grey;
        background-color: #C4F599;
    }
    
    .standardmaparea
    {
        height: 300px;
        width: 100%;
    }
    
    .cardheader
    {
        margin-bottom: 3px;
        border-bottom: 1px dashed gray;
    }
    
    .dashheader
    {
        display: block;
        clear: both;
        font-weight: bold;
        font-size: 20px;
        width: 95%;
        border-bottom: 2px solid red;
        padding-top: 20px;
    }
    .dasharea
    {
        /*margin-bottom: 20px;*/
        display: block;
        clear: both;
        width: 95%;
    }
    
    .arowtable
    {

    }
    
    .acardrowvalue
    {
        padding-left: 0px;
    }
    .acardrowlabel
    {
        font-style: normal;
    }
    
    
    /* for app and onwards */
    
    .dateinput {
            width: 50%;
            font-size: 20px;
            text-align: left;
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
    }

    .noteinput {
            width: 99%;
            font-size: 20px;
            text-align: left;
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
    }

    .inputbutton {
            font-size: 20px;
    }

    .timeinput {
            width: 75%;
            font-size: 20px;
            text-align: center;
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
    }

    .startbutton {
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
            background-color: #FFFFFF;
            background-color: lightgreen;
            margin-top: 2px;
            margin-bottom: 2px;
            width: 89%;
            font-size: 20px;
    }

    .hourstartarea {
            border: 0px solid green;
            width: 32%;
            float: left;
    }

    .minstartarea {
            border: 0px solid blue;
            width: 32%;
            float: left;
    }

    .secstartarea {
            border: 0px solid red;
            width: 28%;
            float: left;
    }

    .pausebutton {
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
            background-color: lightsalmon;
            margin-top: 2px;
            margin-bottom: 2px;
            width: 89%;
            font-size: 20px;
    }

    .stopbutton {
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
            background-color: #FFFFFF;
            background-color: lightcoral;
            margin-top: 2px;
            margin-bottom: 2px;
            width: 89%;
            font-size: 20px;
    }

    .hourendarea {
            border: 0px solid green;
            width: 32%;
            float: left;
    }

    .minendarea {
            border: 0px solid blue;
            width: 32%;
            float: left;
    }

    .secendarea {
            border: 0px solid red;
            width: 32%;
            float: left;
    }

    .clockendarea {
            width: 49%;
            border: 0px solid black;
            float: right;
    }

    .clockstartarea {
            width: 49%;
            border: 0px solid black;
            float: left;
    }

    .closesessionbutton {
            border-color: #CCCCCC;
            border: 1px solid #CCCCCC;
            background-color: #FFFFFF;
            width: 75px;
            margin-top: 2px;
            margin-bottom: 2px;
    }


    .approveouter
    {
        width: 90%;
        padding-left: 5%;
        padding-left: 5%;
        padding-top: 20px;
        font-family: arial;
    }
    
    .approveheader
    {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .approverow
    {
        width: 100%;
        margin-bottom: 10px;
        clear: both;
        height: auto;
    }
    .approvewhole
    {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .approvelabel
    {
        width: 25%;
        float: left;
        clear: none;
        height: auto;
        margin-bottom: 10px;
    }
    .approvefield
    {
        width: 25%;
        float: left;
        clear: none;
        height: auto;
        margin-bottom: 10px;
    }
    #approvebutton
    {
        width: 50%;
        height: 30px;
        border: 1px solid red;
        border-radius: 4px;
        background-color: white;
        color: red;
    }
    #approvebutton:hover
    {
        background-color: red;
        color: white;
    }
    
    .red
    {
        color: red;
    }
    
    .dashboardareaheader
    {
	height: auto;
	font-size: 20px;
	border-bottom: 2px solid red;
    }
    
    .dashboardareabody
    {
	height: auto;
    }
    
    .weekheader
    {
        font-size: 20px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .weekheadersmall
    {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .projrow
    {
        width: 100%;
        height: auto;
        clear: both;
        margin-bottom: 20px;
    }
    .projnameheader
    {
        width: 12%;
        font-weight: bold;
        float: left;
        clear: none;
    }
    .daynameheader
    {
        width: 12%;
        font-weight: bold;
        float: left;
        clear: none;
    }
    .projname
    {
        width: 12%;
        font-weight: bold;
        float: left;
        clear: none;
    }
    .projday
    {
        width: 12%;
        float: left;
        clear: none;
    }
    .daygrid
    {
        width: 100%;
        height: auto;
        clear: both;
    }
    .mins00
    {
        width: 100%;
        height: auto;
        clear: both;
    }
    .mins15
    {
        width: 100%;
        height: auto;
        clear: both;
    }
    .mins30
    {
        width: 100%;
        height: auto;
        clear: both;
    }
    .mins45
    {
        width: 100%;
        height: auto;
        clear: both;
    }
    .hrmincell
    {
        width: 10px;
        float: left;
        clear: none;
        border: 1px solid gray;
        height: 10px;
        background-color: white;
        position: relative;
    }
    .hrmincell:hover
    {
        border: 1px solid red;
    }
    
    .approvevalue
    {
        width: 100%;
    }
    
    /* end app and onwards */

    
    
}

@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
    {
        
    }
    
}