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


/* logo colours           */
/* green colour: #14ab2a  */
/* blue colour: #262161   */


/* 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';
}

/* or (orientation: landscape) */
/* @media screen and (min-width: 850px)  { */

@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: 65px;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: block;
    }
    
    #headerlogo
    {
        margin: 0px 0px;
        width: 50%;
        width: 277px;
        float: left;
        text-align: left;
        padding-top: 5px;
        margin-left: 0px;
        height: 60px;
        padding-left: 5px;
    }
    #headerpadding
    {
        width: 160px;
        height: 65px;
        background-color: #14ab2a;
        float: left;
    }
    
    #headerlogoimage
    {
        height: 0px;
        width: 0px;
        display: none;
    }
    
    #headermobilemenuouter
    {
        display:none;
    }
    
    #headermobilemenu
    {
        display:none;
    }
    
    #mobilemenuclosearea
    {
        display:none;
    }
    
    #menu
    {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: calc(100vh);
        /*padding-top: 10px;*/
    }
    
    .themenu
    {
        background-color: #14ab2a;
        width: 109px;
        float: left;
        clear: none;
        padding-left: 0px;
        padding-right: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        /*color: black;*/
        color: white;
    }
    
    .logonmenuheader
    {
        clear: none;
    }
    
    #content
    {
        /*background-color: white;*/
        width: calc(100% - 170px);
        float: left;
        clear: none;
        padding-left: 10px;
        padding-right: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        /*border-top: 1px solid #14ab2a;*/
    }
    
    #footer
    {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    #footerpadding
    {
        width: 160px;
        background-color: #14ab2a;
        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 #14ab2a;
        border-bottom: 1px solid #14ab2a;
        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 #262161;
        border-bottom: 1px solid #262161;
    }
    
    .logonmenuentry
    {
        cursor: pointer;
    }
    .logonmenuentry:hover
    {
        
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        border-left: 3px solid #14ab2a;
        border-bottom: 1px solid #14ab2a;
        min-height: 20px;
        height: auto;
    }
    
    span.mainmenulink
    {
        color: white;
        display: block;
        padding: 3px;
        border-left: 3px solid #14ab2a;
        border-bottom: 1px solid #14ab2a;
    }
    a.mainmenulink
    {
        color: white;
        display: block;
        padding: 3px;
        border-left: 3px solid #14ab2a;
        border-bottom: 1px solid #14ab2a;
    }
    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 #262161;
        border-bottom: 1px solid #262161;
    }
    
    .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;
    }
    
    .borderedbuttonfullwidth
    {
        border-radius: 4px;
        border: 1px solid gray;
        background-color: white;
        width: 89.5%;
        margin-left: 1.5%;
        font-size: 14px;
        height: 35px;
    }
    .borderedbuttonfullwidth:hover
    {
        background-color: #14ab2a; /*#6699FF;*/
        color: white;
    }
    
    .borderedbutton
    {
        border-radius: 4px;
    }
    .borderedbutton:hover
    {
        background-color: #14ab2a; /*#6699FF;*/
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
    }
    .borderedbuttonvariable:hover
    {
        background-color: #14ab2a; /*#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 #0195f0;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #0195f0;
        padding: 5px;
        margin-bottom: 10px;
        width: 95%;
    }

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

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

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

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

    #emailarea
    {
        padding-right: 10px;
    }

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

    #roomslots
    {
        clear: both;
    }

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

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

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

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

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

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

    .availableslot
    {
        background-color: #FFFFCC;
    }
    
    .bookingcell
    {
        width: 50%;
    }
    
    #passwordresetformtable
    {
        width: 100%;
    }
    .passwordresetformtablelabelcell
    {
        width: 20%;
    }
    .passwordresetformtablevaluecell
    {
        width: 80%;
    }
    
    .mainmenuheaderunselected
    {
        cursor: pointer;
    }
    .mainmenuheaderunselected:before
    {
        font-family: FontAwesome;
        content: "\f054";
        padding-right: 3px;
    }
    .mainmenuheaderunselected:hover:before
    {
        color: red;
    }
    
    .mainmenuheaderselected
    {
        cursor: pointer;
    }
    .mainmenuheaderselected:before
    {
        font-family: FontAwesome;
        content: "\f077";
        padding-right: 3px;
    }
    .mainmenuheaderselected:hover:before
    {
        color: red;
    }

    .mainmenuentitiesheader
    {
        display: block;
        padding: 3px;
        border-left: 3px solid #14ab2a;
        border-bottom: 1px solid #14ab2a;
        min-height: 20px;
        height: auto;
        color: white;
    }
    
    .mainmenuentitiesbody
    {
        /*border-left: 1px dashed #C4F599;*/
        border-left: 1px dashed #14ab2a;
    }
    
    .mainmenuentitiesbody:hover
    {
        /*border-left: 1px dashed #748d25;*/
        border-left: 1px dashed #262161;
    }
    
    .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;
        color: #262161;
    }
    .dashboardrowtwothirds
    {
        width: 66%;
        clear: none;
        padding-top: 10px;
        color: #262161;
        float: left;
    }
    .dashboardrowonethird
    {
        width: 33%;
        clear: none;
        padding-top: 10px;
        color: #262161;
        float: left;
        height: auto;
    }
    #findarea
    {
        background-color: lightgray;
        min-height: 500px !important;
    }
    #findareaarea
    {
        min-height: 500px !important;
    }
    .dashboardpanelfullclientplain
    {
        width: 97%;
        float: none;
        height: auto;
        border: 1px solid #14ab2a;
        border-radius: 10px;
    }
    .dashboardpanelfullclientplainchatter
    {
        width: 97%;
        float: none;
        height: auto;
        border: 1px solid #14ab2a;
        border-radius: 10px;
        background-image: url(/images/Call-Centre-Transparent-Images-PNG-1.png);
        /*background-size: contain;*/
        background-repeat: no-repeat;
        /*background-size: 50%;*/
        background-position: bottom left;
        background-color: lightgray;
    }
    .dashboardpaneltexthalfchatter
    {
        width: calc(100% - 200px);
        float: right;
        height: auto;
        padding-left: 1%;
        padding-top: 20px;
    }
    /* https://cssgradient.io/ */
    .dashboardpanelfullclient
    {
        color: white;
        cursor: pointer;
        width: 97%;
        float: none;
        height: auto;
        border: 1px solid #14ab2a;
        border-radius: 10px;
        box-shadow: 0px 5px 13px rgba(0, 0, 0, .6);
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);
    }
    .dashboardpanelfullclient:hover
    {
        color: white;
        background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    .dashboardpanelhalfclient
    {
        cursor: pointer;
        color: white;
        float: left;
        height: auto;
        width: 93%;
        float: none;
        height: auto;
        border: 1px solid #14ab2a;
        border-radius: 10px;
        box-shadow: 0px 5px 13px rgba(0, 0, 0, .6);
        margin: 1%;
        /*background: rgb(2,0,36);*/
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    .dashboardpanelhalfclient:hover
    {
        color: white;
        background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);
    }
    .dashboardrowinner
    {
        width: 50%;
        float: left;
        clear: none;
    }
    
    .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;
    }
    
    
    .anorderline
    {
        clear: both;
        height: auto;
    }
    .anorderline_hover
    {
        background-color: #FFFFCC;
    }
    .orderdetailarea
    {
        width: 70%;
        height: auto;
        float: left;
    }
    .ordermoneyarea
    {
        width: 29%;
        height: auto;
        float: left;
    }
    
    #staffdashboard
    {
        width: 100%;
        height: auto;
    }
    
    .highlighted
    {
        /*background-color: #14ab2a;*/
        /*background: rgb(2,0,36);*/
        /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
        color: white;*/
    }
    .dashboardpanelfull
    {
        width: 99%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        float: left;
        clear: none;
    }
    #dashboardparentpanel
    {
        background-color: #14ab2a;
        color: white;
    }
    #mtdtitle
    {
        text-align: center;
        font-weight: bold;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #mtdvalues
    {
        width: 100%;
        height: auto;
    }
    #mtdvaluestoday
    {
        width: 28%;
        height: auto;
        float: left;
        clear: none;
        border: 1px solid #262161;
        padding: 2%;
        margin-left: 1%;
        border-radius: 10px;
        text-align: center;
        background-color: #2192DD;
        color: white;
        /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);*/
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    #mtdvaluesinvoices
    {
        width: 28%;
        height: auto;
        float: left;
        clear: none;
        border: 1px solid #262161;
        padding: 2%;
        margin-left: 1%;
        border-radius: 10px;
        text-align: center;
        background-color: #2192DD;
        color: white;
        /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);*/
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    #mtdvaluestmtd
    {
        width: 28%;
        height: auto;
        float: left;
        clear: none;
        border: 1px solid #262161;
        padding: 2%;
        margin-left: 1%;
        border-radius: 10px;
        text-align: center;
        background-color: #2192DD;
        color: white;
        /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);*/
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    .toppadder
    {
        height: 10px;
    }
    .anmtdfigurevalue
    {
        height: 40px;
        float: left;
        clear: both;
        width: 60px;
        font-weight: bold;
        border: 1px solid #262161;
        border-radius: 20px;
        padding-top: 0px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 5px;
        /*background-color: #2192DD;*/
        background-color: #4FF32C;
        color: #262161;
    }
    .anmtdfigurelabel
    {
        height: auto;
        float: left;
        clear: none;
        width: 70%;
        padding-top: 12px;
        padding-left: 10px;
        text-align: left;
    }
    .anmtdfigurevaluemoney
    {
        height: 40px;
        float: left;
        clear: both;
        width: 120px;
        font-weight: bold;
        border: 1px solid #262161;
        border-radius: 20px;
        padding-top: 0px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 5px;
        background-color: #4FF32C;
        color: #262161;
    }
    .anmtdfigurelabelmoney
    {
        height: auto;
        float: left;
        clear: none;
        width: 50%;
        padding-top: 12px;
        padding-left: 10px;
        text-align: left;
    }
    
    .repairerview
    {
        height: auto !important;
    }
    
    .dashboardpanelhalfleft
    {
        width: 45%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        float: left;
        clear: none;
    }
    .dashboardpanelhalfright
    {
        width: 45%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        float: right;
        clear: none;
        margin-top: 0px;
    }
    .dashboardpanelhalfmiddle
    {
        width: 50%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 25%;
        margin-right: 25%;
        clear: none;
        float: none;
    }
    .dashboardpanelhalfmiddleclient
    {
        width: 50%;
        height: auto;
        border: 1px solid #262161;
        padding: 0px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 25%;
        margin-right: 25%;
        clear: none;
        float: none;
        background-color: lightgreen;
    }
    .dashboardpanelhalfmiddleclient:hover
    {
        border-radius: 10px;
        background-color: #262161;
        border-radius: 0px;
        border: 1px solid red;
    }
    .dashboardiconclient
    {
        clear: both;
        float: none;
        width: 25%;
        margin: auto auto;
    }
    .dashboardpaneltexthalfclient
    {
        clear: both;
        float: none;
        text-align: center;
    }
    .dashboardpanelimagesingleorder
    {
        width: 97%;
        float: left;
        height: auto;
        padding-left: 3px;
        border-radius: 10px;
    }
    .dashboardpanelimageclient
    {
        width: 100%;
        text-align: center;
        font-size: 75px;
    }
    .dashboardpanelthirdmiddle
    {
        width: 66%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 16%;
        margin-right: 16%;
        clear: none;
        float: none;
    }
    .dashboardpanelwide
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        clear: none;
        float: none;
    }
    .dashboardpanelimage
    {
        width: 19%;
        float: left;
        height: auto;
        padding-left: 3px;
        border-radius: 10px;
    }
    .dashboardpaneltextwithin
    {
        width: 79%;
        float: left;
        height: auto;
        padding-left: 1%;
        padding-top: 00px;
    }
    .dashboardpaneltext
    {
        width: 79%;
        float: left;
        height: auto;
        padding-left: 1%;
        padding-top: 30px;
    }
    .dashboardpaneltexthalf
    {
        width: 79%;
        float: left;
        height: auto;
        padding-left: 1%;
        padding-top: 20px;
    }
    .dashboardpaneltexthalfsingleorder
    {
        width: 100%;
        float: left;
        height: auto;
        padding-left: 0%;
        padding-top: 20px;
        text-align: center;
    }
    .dashboardpaneltextlarge
    {
        font-size: 20px;
        min-height: 50px;
        display: block;
    }
    .dashboardpaneltextlargenogap
    {
        font-size: 20px;
        min-height: 30px;
        display: block;
    }
    .dashboardpaneltextlargechat
    {
        font-size: 20px;
        /*min-height: 50px;*/
        display: block;
    }
    .dashboardpaneltextsmall
    {
        font-size: 12px;
        width: 75%;
        margin: auto auto;
        display: block;
        border-top: 1px dashed gray;
        min-height: 70px;
    }
    .dashboardpaneltextmedium
    {
        font-size: 15px;
        width: 75%;
        margin: auto auto;
        display: block;
        border-top: 1px dashed gray;
    }
    .dashboardicon
    {
        font-size: 60px;
    }
    
    .overdue
    {
        color: red;
    }
    .today
    {
        color: orange;
    }
    
    .overduerow
    {
        background-color: pink;
    }
    .todayrow
    {
        background-color: lightsalmon;
    }
    
    .cardouter
    {
        clear: both;
        width: 100%;
        height: auto;
    }
    .cardheader
    {
        clear: both;
        width: 98%;
        height: auto;
        border: 1px solid gray;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .cardheaderleft
    {
        width: 33%;
        float: left;
        height: auto;
    }
    .cardheadermiddle
    {
        width: 33%;
        float: left;
        height: auto;
    }
    .cardheaderright
    {
        width: 33%;
        float: left;
        height: auto;
    }
    .cardbody
    {
        clear: both;
        width: 98%;
        height: auto;
        border: 1px solid gray;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 10px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .cardbodyleft
    {
        width: 50%;
        float: left;
        height: auto;
    }
    .cardbodyright
    {
        width: 50%;
        float: left;
        height: auto;
    }
    .cardreg
    {
        font-weight: bold;
        font-size: 20px;
    }
    .cardmake
    {
        font-weight: bold;
        font-size: 20px;
    }
    .cardmodel
    {
        font-weight: bold;
        font-size: 15px;
    }
    .cardcolour
    {
        font-weight: bold;
        font-size: 20px;
    }
    .cardaddresslabel
    {
        font-weight: bold;
    }
    .cardaddress
    {
        
    }
    .carddamagelabel
    {
        font-weight: bold;
    }
    .carddamage
    {
        
    }
    .findorderinner
    {
        margin: 10px;
        background-color: white;
        border: 1px solid gray;
        border-radius: 5px;
        padding: 10px;
    }
    #memo_client_approval_notes
    {
        height: 50px;
    }
    #newnote
    {
        height: 50px;
    }
    #clientnewnote
    {
        height: 50px;
    }
    #repairernewnote
    {
        height: 50px;
    }
    #complaintnewnote
    {
        height: 50px;
    }
    
    .findbutton
    {
        width: 31%;
    }
    
    .actionblock
    {
        border: 1px solid #14ab2a;
        padding: 3px;
        clear: both;
    }
    
    #messagesarea
    {
        clear:both;
        width: 100%;
    }
    #chatmessageinput
    {
        width: 98%;
        height: 50px;
        border: 1px solid gray;
        border-radius: 10px;
    }
    .achatmessageinput
    {
        width: 75%;
        height: 50px;
        border: 1px solid gray;
        border-radius: 10px;
    }
    
    .messageouter
    {
        clear: both;
        width: 100%;
        height: auto;
    }
    .messageinnerleft
    {
        clear: both;
        width: 75%;
        border: 1px solid gray;
        border-radius: 10px;
        height: auto;
        float: left;
        padding: 10px;
        margin: 10px;
        text-align: left;
    }
    .messageinnerright
    {
        clear: both;
        width: 75%;
        border: 1px solid gray;
        border-radius: 10px;
        height: auto;
        float: right;
        padding: 10px;
        margin: 10px;
        text-align: right;
    }
    .messagedatetime
    {
        font-size: 12px;
        font-style: italic;
    }
    .fromrrn
    {
        background-color: lightgreen;
    }
    .fromclient
    {
        background-color: lightblue;
    }
    .achatarea
    {
        clear: both;
        width: 100%;
        border: 1px solid gray;
        padding: 5px;
    }
    
    .borderedbuttonfullwidthchat
    {
        border-radius: 4px;
        border: 1px solid gray;
        background-color: white;
        width: 93.5%;
        margin-left: 4.5%;
        font-size: 14px;
        height: 35px;
    }
    .borderedbuttonfullwidthchat:hover
    {
        background-color: #14ab2a; /*#6699FF;*/
        color: white;
    }
    
    .staffchatbutton
    {
        font-size: 15px;
        width: auto;
        height: 25px;
        border: 1px solid gray;
        border-radius: 5px;
        background-color: white;
        cursor: pointer;
    }
    .staffchatbutton:hover
    {
        background-color: #14ab2a;
        color: white;
    }
    
    #findreg
    {
        /*background-color: yellow;*/
        font-size: 35px;
        font-family: monospace;
        text-transform: uppercase;
        width: 70%;
        outline: none;
    }
    
    /*.dashboard_index_class_content
    {
        background-image: url(/images/Portal.jpg);
        background-size: cover;
    }*/
    .dashboard_index_class_working
    {
        background-image: url(/images/Portal.jpg);
        background-size: cover;
    }
    #logonarea 
    {
        background-color: white;
    }
    #passwordarea
    {
        background-color: white;
    }
    #passwordresetarea
    {
        background-color: white;
    }
    
    #regsearchouter
    {
        width: 100%;
        height: auto;
        /*border: 1px solid red;*/
    }
    #regsearchinner
    {
        background-color: lightgray;
        /*margin: auto auto;*/
        /*background-image: url(/images/number-plate-2.png);
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 100%;
        height: 87px;
        min-height: 50px;
        background-size: contain;
        text-align: center;*/
        
        
        /*margin: auto auto;
        background-image: url(/images/number-plate-2.png);
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 75%;
        height: auto;
        min-height: 50px;*/
    }
    #regsearchinnerinner
    {
        background-color: lightgray;
    }
    .findregover
    {
        /*border: 1px solid yellow;*/
        /*background-image: url(/images/number-plate-2.png);*/
        padding-left: 27%;
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 94%;
        height: 87px;
        min-height: 50px;
        background-size: contain;
        text-align: center;
        border: 0px solid white;
        resize: none;
        background-position: center center;
        padding-top: 0px;
        background-color: lightgray;
        padding-left: 10px;
    }
    .findregbutton
    {
        color: white;
        /*background-color: yellow;*/
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,171,42,1) 35%, rgba(0,255,76,1) 100%);
    }
    .findregbutton:hover
    {
        color: white;
        background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(38,33,97,1) 35%, rgba(0,218,255,1) 100%); 
    }
    .greenquick
    {
        font-weight: bold;
        color: green;
    }
    
    .strm_list_order_type_button
    {
        display: block;
        border: 1px solid #CCCCCC;
        width: 300px;
        color: black;
        background-color: white;
        clear: both;
        border-radius: 4px;
        height: auto;
        font-size: 14px;
        height: 25px;
        margin-bottom: 5px;
    }
    .strm_list_order_type_button:hover
    {
        color: white;
        background-color: orange;
    }
    .radiobuttonunselected
    {
        clear: both;
    }
    .radiobuttonselected
    {
        clear: both;
        background-color: green;
        color: white;
    }
    
    #regsearchouterwhite
    {
        /*width: 100%;*/
        /*height: auto;*/
        /*border: 1px solid red;*/
    }
    #regsearchinneradd
    {
        background-color: white;
        /*margin: auto auto;*/
        /*background-image: url(/images/number-plate-2.png);
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 100%;
        height: 87px;
        min-height: 50px;
        background-size: contain;
        text-align: center;*/
        
        
        /*margin: auto auto;
        background-image: url(/images/number-plate-2.png);
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 75%;
        height: auto;
        min-height: 50px;*/
    }
    #regsearchinnerinneradd
    {
        background-color: white;
    }
    
    .findregoveradd
    {
        /*border: 1px solid yellow;*/
        background-image: url(/images/number-plate-2.png);
        padding-left: 15%;
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 94%;
        height: 87px;
        min-height: 50px;
        background-size: contain;
        /*text-align: center;*/
        border: 0px solid white;
        resize: none;
        /*background-position: center center;*/
        padding-top: 0px;
        background-color: white;
    }
    
    .taskdefiner
    {
        font-size: 15px;
    }
    .bigtick
    {
        font-size: 20px !important;
    }
    .bigbutton
    {
        min-height: 50px;
        width: 300px;
        background-color: #14ab2a;
        color: white;
    }
    .bigbutton:hover
    {
        background-color: red;
    }
    .filemetadatarow_order
    {
        display:none;
    }
    
    
    .addordertabinner
    {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        display: block;
        cursor: pointer;
    }
    #addtab-1
    {
        width: 50px;
        height: 50px;
        clear: none;
        float: left;
        border-radius: 25px;
        margin-right: 10px;
        /*border: 3px solid green;*/
        /*color: green;*/
    }
    #addtab-2
    {
        width: 50px;
        height: 50px;
        clear: none;
        float: left;
        border-radius: 25px;
        margin-right: 10px;
        /*border: 3px solid green;*/
        /*color: green;*/
    }
    #addtab-3
    {
        width: 50px;
        height: 50px;
        clear: none;
        float: left;
        border-radius: 25px;
        margin-right: 10px;
        /*border: 3px solid green;*/
        /*color: green;*/
    }
    .curraddtab
    {
        color: red;
        border: 3px solid red;
    }
    .doneaddtab
    {
        border: 3px solid green;
        color: green;
    }
    .todoaddtab
    {
        color: gray;
        border: 3px solid gray;
    }
    
    .biglinkbutton
    {
        display: block;
    }
    
    #wip_container
    {
        border: 2px solid gray;
        padding: 10px;
        margin-top: 10px;
        width: 95%;
        height: auto;
        border-radius: 10px;
    }
    
    #wip_title
    {
        width: 100%;
        text-align: center;
        height: auto;
    }
    
    #dashselectorrow
    {
        border: 2px solid gray;
        padding: 10px;
        margin-top: 10px;
        width: 95%;
        height: auto;
        border-radius: 10px;
    }
    
    #statusareaouter
    {
        display:inline;
        width: 100%;
        height: auto;
    }
    .statusarea
    {
        width: 100%;
        height: auto;
    }
    .statusmarker
    {
        width: 16.66%;
        height: auto;
        clear: none;
        float: left;
        text-align: center;
    }
    .statusnew
    {
        color: red;
        background-color: lightgray;
        display: block;
    }
    .statusnewcurrent
    {
        color: white;
        background-color: red;
        display: block;
    }
    .statuspending
    {
        color: lightcoral;
        background-color: lightgray;
        display: block;
    }
    .statuspendingcurrent
    {
        color: white;
        background-color: lightcoral;
        display: block;
    }
    .statusnotified
    {
        color: orange;
        background-color: lightgray;
        display: block;
    }
    .statusnotifiedcurrent
    {
        color: white;
        background-color: orange;
        display: block;
    }
    .statusonrent
    {
        color: green;
        background-color: lightgray;
        display: block;
    }
    .statusonrentcurrent
    {
        color: white;
        background-color: green;
        display: block;
    }
    .statusoffhire
    {
        color: red;
        background-color: lightgray;
        display: block;
    }
    .statusoffhirecurrent
    {
        color: white;
        background-color: red;
        display: block;
    }
    .statusinvoiced
    {
        color: blue;
        background-color: lightgray;
        display: block;
    }
    .statusinvoicedcurrent
    {
        color: white;
        background-color: blue;
        display: block;
    }
    
    .bordered2cols
    {
        width: 90%;
    }
    
    .allowrow
    {
        width: 100%;
        text-align: left;
    }
    .allowrow b
    {
        font-size: inherit !important;
        text-align: left !important;
        font-family: inherit !important;
    }
    .lhcheck
    {
        text-align: left !important;
        width: 10% !important;
    }
    input[id^=ticklist_]
    {
        text-align: left !important;
        width: 10% !important;
    }
    
    .standardmaparea
    {
        height: 800px;
        width: 100%;
    }
    
    #map_canvas
    {
        height: 100%;
        width: 100%;
        border: 1px solid gray;
    }
    
    .editablesubgridcell
    {
        font-size: 12px;
    }
    
    .editablesubgridcell b
    {
        font-size: 12px !important;
    }
    
    
}

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