/*
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

    default b/g: 0195f0
    required b/g: #F25925

*/

/* 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: #F25925;*/
    }
    
    #header
    {
        height: 110px;
    }
    
    #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: 110px;
    }
    #headerpadding
    {
        width: 160px;
        height: 110px;
        background-color: #F25925;
        float: left;
    }
    
    #headerlogoimage
    {
        width: 134px;
        height: auto;
        margin-left: 5px;
        margin-top: 5px;
    }
    
    #headermobilemenuouter
    {
        display:none;
    }
    
    #headermobilemenu
    {
        display:none;
    }
    
    #mobilemenuclosearea
    {
        display:none;
    }
    
    #menu
    {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: calc(100vh);
        /*padding-top: 10px;*/
        width: 150px;
    }
    
    .themenu
    {
        background-color: #F25925;
        /*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% - 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 #F25925;
    }
    
    #footer
    {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    #footerpadding
    {
        width: 160px;
        background-color: #F25925;
        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 #F25925;
        border-bottom: 2px solid #F25925;
        height: 15px;
    }
    .logonmenuitem:hover
    {
        /*border-left: 3px solid red;*/
        /*border-bottom: 1px solid red;*/
        border-left: 3px solid #F25925;
        border-bottom: 2px solid green;
    }
    .logonmenuitemselected
    {
        /*border-left: 3px solid #748d25;
        border-bottom: 1px solid #748d25;*/
        /*border-left: 3px solid orange;*/
        /*border-bottom: 1px solid orange;*/
        border-bottom: 2px solid #E6E6E6;
        border-left: 3px solid #F25925;
    }
    
    .logonmenuentry
    {
        cursor: pointer;
    }
    .logonmenuentry:hover
    {
        /*border-left: 3px solid #F25925;*/
        /*border-bottom: 2px solid green;*/
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #F25925;
        border-bottom: 1px solid #F25925;
        min-height: 20px;
        height: auto;
        width: 139px;
    }
    
    span.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #F25925;
        border-bottom: 2px solid #F25925;
    }
    a.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #F25925;
        border-bottom: 2px solid #F25925;
    }
    a.mainmenulink:visited
    {
        /*color: black;*/
        color: white;
    }
    span.mainmenulink:hover
    {
        /*border-left: 3px solid red;*/
        border-left: 3px solid #F25925;
        border-bottom: 2px solid green;
    }
    a.mainmenulink:hover
    {
        /*border-left: 3px solid red;*/
        border-left: 3px solid #F25925;
        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 #E6E6E6;
        border-left: 3px solid #F25925;
    }
    
    .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: #F25925;
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
        margin-left: 0px;
        margin-right: 5px;
    }
    .borderedbuttonvariable:hover
    {
        background-color: #F25925;
        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 #F25925;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #F25925;
        padding: 5px;
        margin-bottom: 10px;
        width: 95%;
    }

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

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

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

    #passwordresetarea
    {
        border-radius: 4px;
        /*border: 1px solid #C4F599;
        box-shadow: 0px 2px 3px #C4F599;*/
        border: 1px solid #F25925;
        box-shadow: 0px 2px 3px #F25925;
        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: green;
    }
    
    .mainmenuheaderselected
    {
        cursor: pointer;
    }
    .mainmenuheaderselected:before
    {
        font-family: "Font Awesome 5 Pro";
        content: "\f077";
        padding-right: 3px;
    }
    .mainmenuheaderselected:hover:before
    {
        color: green;
    }

    .mainmenuentitiesheader
    {
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #F25925;
        border-bottom: 1px solid #F25925;
        min-height: 20px;
        height: auto;
        color: white;
    }
    
    .mainmenuentitiesbody
    {
        /*border-left: 1px dashed #C4F599;*/
        border-left: 1px dashed #F25925;
    }
    
    .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;
    }
    .acard:hover
    {
        background-color: #FFFFCC;
    }
    .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;
    }
    .atoolfreehandselected
    {
        border: 1px solid gray;
        cursor: pointer;
    }
    .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 black;
        border-radius: 5px;
        clear: none;
        float: left;
        margin-right: 5%;
    }
    #publisher
    {
        width: 45%;
        height: auto;
        display: block;
        border: 1px solid black;
        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% - 6px);
    }
    .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% - 6px);
    }
    .caldatebooked
    {
        width:  calc(14.28% - 6px);
    }
    .caldatebookedlast
    {
        width: calc(14.28% - 6px);
    }
    .caldateemptyfirst
    {
        width: calc(14.28% - 6px);
    }
    .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;
    }
    
    .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: 139px;
    }
    #mainmenutoggler
    {
        width: 10px;
        float: right;
        height: 100%;
        display: block;
    }
    #mainmenutoggler:hover
    {
        background-color: #E6E6E6;
        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: #F25925;
    }
    
    .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;
    }
    
}

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