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

    menu color new : #1C499D
    replaces: #0195f0

*/


/* 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: #0195f0;*/
    }
    
    #header
    {
        height: 86px;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: block;
        margin-right: 10px;
        margin-top: 10px;
    }
    .sitetitle
    {
        font-size: 20pt;
        color: #1C499D;
        display: block;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    #headerlogo
    {
        margin: 0px 0px;
        width: 50%;
        width: 277px;
        float: left;
        text-align: left;
        padding-top: 20px;
        margin-left: 10px;
        height: 66px;
    }
    #headerpadding
    {
        width: 190px;
        height: 86px;
        background-color: #1C499D;
        float: left;
    }
    
    #headerlogoimage
    {
        width: 283px;
        height: auto;
    }
    
    #headermobilemenuouter
    {
        display:none;
    }
    
    #headermobilemenu
    {
        display:none;
    }
    
    #mobilemenuclosearea
    {
        display:none;
    }
    
    #menu
    {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: calc(100vh);
        /* height: auto; */
        /*padding-top: 10px;*/
        width: 180px;
    }
    
    .themenu
    {
        background-color: #1C499D;
        /*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 #1C499D;
    }
    
    #footer
    {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    #footerpadding
    {
        width: 190px;
        background-color: #1C499D;
        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 #1C499D;
        border-bottom: 1px solid #1C499D;
        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 orange;
        border-bottom: 1px solid orange;
    }
    
    .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 #1C499D;
        border-bottom: 1px solid #1C499D;
        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 #1C499D;
        border-bottom: 1px solid #1C499D;
    }
    a.mainmenulink
    {
        /*color: black;*/
        color: white;
        display: block;
        padding: 3px;
        /*border-left: 3px solid #C4F599;
        border-bottom: 1px solid #C4F599;*/
        border-left: 3px solid #1C499D;
        border-bottom: 1px solid #1C499D;
    }
    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 orange;
        border-bottom: 1px solid orange;
    }
    
    .bordered
    {
        border-radius: 4px;
        font-size: 14px;
    }
    .bordered:hover
    {
        background-color: lightgray;
    }
    
    .borderednarrow
    {
        border-radius: 4px;
    }
    .borderednarrow: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;
        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 #1C499D;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #1C499D;
        padding: 5px;
        margin-bottom: 10px;
        width: 95%;
    }

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

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

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

    #passwordresetarea
    {
        border-radius: 4px;
        /*border: 1px solid #C4F599;
        box-shadow: 0px 2px 3px #C4F599;*/
        border: 1px solid #1C499D;
        box-shadow: 0px 2px 3px #1C499D;
        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 #1C499D;
        border-bottom: 1px solid #1C499D;
        min-height: 20px;
        height: auto;
        color: white;
    }
    
    .mainmenuentitiesbody
    {
        /*border-left: 1px dashed #C4F599;*/
        border-left: 1px dashed #1C499D;
    }
    
    .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;
    }
    .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;
    }
    .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;
        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;
    }
    
    .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;
    }
    
    .overduerow
    {
        background-color: pink;
    }
    .todayrow
    {
        background-color: lightsalmon;
    }
    
    .caldate
    {
        min-height: 112px;
    }
    .caldatesrow
    {
        min-height: 113px;
    }
    
    #mainmenuouter
    {
        float:left;
        height: auto;
        width: 170px;
    }
    #mainmenutoggler
    {
        width: 10px;
        float: right;
        height: 100%;
        display: block;
    }
    #mainmenutoggler:hover
    {
        background-color: #39C8EC;
        cursor: ew-resize;
    }
    
    /* 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 */
    
    #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;
    }
    
    .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;
    }
    
}

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