/*
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:45:18
    Author     : royg
*/


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


@media screen and (orientation: portrait) {
    
    #thebody
    {
        background-color: white;
        margin: 0px 0px;
        font-family: arial;
        font-size: 20px;
    }
    
    #thebodyform
    {
        background-color: white;
        margin: 10px 10px;
        font-family: arial;
        font-size: 20px;
    }
    
    #working
    {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        background-color: white;
    }
    
    #header
    {
        height: auto;
    }
    
    #headertext
    {
        padding-right: 10px;
        display: none;
    }
    
    #headerlogo
    {
        margin: auto auto;
        width: 50%;
        float: left;
        text-align: left;
        height: auto;
        padding-top: 10px;
    }
    
    #headerlogoimage
    {
        width: 50%;
        height: auto;
    }
    
    #headermobilemenuouter
    {
        display:block;
    }
    
    #headermobilemenu
    {
        display:block;
        float: right;
        width: auto;
        height: auto;
        font-size: 30px;
        padding-top: 10px;
        padding-right: 10px;
    }
    
    #mobilemenuclosearea
    {
        display:block;
        float: right;
        width: auto;
        height: auto;
        font-size: 30px;
        padding-top: 10px;
        padding-right: 10px;
    }
    
    #menu
    {
        position: relative;
        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;
    }
    
    .menufullscreen
    {
        width: 96%;
        clear: both;
    }
    
    .logonmenuheader
    {
        clear: both;
    }
    
    #content
    {
        background-color: white;
        width: 100%;
        float: left;
        clear: none;
        padding-left: 0%;
        padding-right: 0%;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
        border-top: 1px solid #14ab2a;
    }
    
    #footer
    {
        background-color: white;
        padding-bottom: 20px;
    }
    
    #footerleft
    {
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
    
    #copyrightplace
    {
        display: inline;
        clear: both;
        float: left;
        height: auto;
        width: 100%;
    }
    
    #editionplace
    {
        display: inline;
        clear: both;
        float: right;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    
    #aboutplace
    {
        display: inline;
        clear: both;
        float: none;
        text-align: center;
        width: 100%;
    }
    
    #footerright
    {
        padding-right: 0px;
        text-align: center;
        padding-top: 10px;
        width: 100%;
    }
    
    #supplierplace
    {
        display: inline;
        clear: both;
        float: right;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    
    #passwordformtable
    {
        width: 100%;
    }
    
    #logonformremembermetable
    {
        width: 100%;
    }
    #logonformtable
    {
        width: 100%;
        clear: both;
        display: block;
    }
    #logonformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    #logonformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .logonformtablelabelcell
    {
        width: 100%;
        font-size: 20px;
        clear: both;
        display: block;
    }
    .logonformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .logonmenuheader
    {
        
    }
    
    .mainmenuheader
    {
        
    }
    
    .logonmenuitem
    {
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
        height: 25px;
    }
    .logonmenuitem:hover
    {
        border-left: 3px solid red;
        /*border-bottom: 1px solid red;*/
    }
    .logonmenuitemselected
    {
        border-left: 3px solid orange;
        border-bottom: 1px solid orange;
    }
    
    .logonmenuentry
    {
        
    }
    .logonmenuentryselected
    {
        
    }
    
    .mainmenuentry
    {
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
        min-height: 20px;
        height: 40px;
    }
    
    span.mainmenulink
    {
        color: black;
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
    }
    a.mainmenulink
    {
        color: black;
        display: block;
        padding: 3px;
        border-left: 3px solid white;
        border-bottom: 1px solid white;
    }
    a.mainmenulink:visited
    {
        color: black;
    }
    span.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulink:hover
    {
        border-left: 3px solid red;
    }
    a.mainmenulinkcurrentclass
    {
        border-left: 3px solid orange;
        border-bottom: 1px solid orange;
    }
    
    .bordered
    {
        border-radius: 4px;
        width: 95%;
        font-size: 20px;
        -webkit-appearance: none;
    }
    .bordered:hover
    {
        background-color: lightgray;
    }
    
    .borderednarrow
    {
        border-radius: 4px;
        width: 50%;
        font-size: 20px;
    }
    .borderednarrow:hover
    {
        background-color: lightgray;
    }
    .borderedvariable
    {
        border-radius: 4px;
        font-size: 20px;
    }
    .borderedvariable:hover
    {
        background-color: lightgray;
    }
    .bordered100pc
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .bordered100pc:hover
    {
        background-color: lightgray;
    }
    
    .borderedro
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedro:hover
    {
        background-color: #C4F599;
    }
    
    .borderedbuttonfullwidth
    {
        border-radius: 4px;
        border: 1px solid gray;
        background-color: white;
        width: 85.5%;
        margin-left: 5.5%;
        font-size: 14px;
        height: 35px;
    }
    .borderedbuttonfullwidth:hover
    {
        background-color: #14ab2a; /*#6699FF;*/
        color: white;
    }
    
    .borderedbutton
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedbutton:hover
    {
        background-color: #14ab2a;
        color: white;
    }
    
    .borderedbuttonvariable
    {
        border-radius: 4px;
        width: 100%;
        font-size: 20px;
    }
    .borderedbuttonvariable:hover
    {
        background-color: #14ab2a;
        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 #C4F599;
        border-radius: 4px;
        box-shadow: 0px 2px 3px #C4F599;
        margin-bottom: 10px;
        width: 96%;
        padding: 2%;
    }

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

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

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

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

    #emailarea
    {
        padding-right: 10px;
    }

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

    #roomslots
    {
        clear: both;
    }

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

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

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

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

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

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

    .availableslot
    {
        background-color: #FFFFCC;
    }
    
    .bookingcell
    {
        width: 100%;
    }
    
    #confirmcontractbtn
    {
        height: auto;
    }
    
    #passwordresetformtable
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordresetformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordresetformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .passwordresetformtablelabelcell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .passwordresetformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordformtable tbody
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #passwordformtable tr
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .passwordformtablelabelcell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    .passwordformtablevaluecell
    {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .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 white;
        border-bottom: 1px solid white;
        min-height: 20px;
        height: auto;
    }
    
    .mainmenuentitiesbody
    {
        border-left: 1px dashed white;
    }
    
    .mainmenuentitiesbody:hover
    {
        border-left: 1px dashed orange;
    }
    
    #footerpadding
    {
        width: 0px;
        background-color: #14ab2a;
        height: 0px;
        min-height: 0px;
        margin-top: 0px;
        float: none;
    }
    #headerpadding
    {
        width: 0px;
        height: 0px;
        background-color: #14ab2a;
        float: none;
    }
    
    .passwordreveal
    {
        color: green;
    }
    
    .passwordreveal:hover
    {
        color: orange;
    }
    
    .passwordrevealred
    {
        color: red;
    }
    
    .passwordrevealred:hover
    {
        color: orange;
    }
    
    #clearanddosearchbuttonsarea
    {
        float: left;
        width: 100%;
        height: auto;
    }
    #clearanddosearchbusysarea
    {
        float: left;
        width: auto;
        height: auto;
    }
    
    .actionscol
    {
        text-align: left;
    }
    
    .labelcell
    {
        font-size: 18px;
    }
    
    .dashboardrow
    {
        width: 98%;
        clear: both;
    }
    .dashboardcellleft
    {
        float: left;
        width: 100%;
        height: auto;
    }
    .dashboardcellright
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellcentrehalf
    {
        width: 100%;
        clear: both;
        text-align: left;
    }
    .dashboardcellrightquarter
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellrightthreequarters
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardcellfull
    {
        float: right;
        width: 100%;
        height: auto;
    }
    .dashboardbutton
    {
        width: 95%;
        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;
    }
    
        .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;
    }
    .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;
        height: auto;
    }
    .highlightbarrowbar
    {
        background-color: #FFFFCC;
    }
    .unhighlightbarrowbar
    {
        background-color: white;
    }
    
    .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;
        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: 94%;
        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: 94%;
        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: 94%;
        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: 40px;
        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: 80px;
        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;
    }
    .dashboardpanelhalfleft
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 0px;
        border-radius: 10px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    .dashboardpanelhalfright
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 0px;
        border-radius: 10px;
        cursor: pointer;
        float: right;
        clear: both;
        margin-top: 10px;
    }
    .dashboardpanelhalfmiddle
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 0%;
        margin-right: 0%;
        clear: both;
    }
    .dashboardpanelthirdmiddle
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 0%;
        margin-right: 0%;
        clear: both;
        float: left;
    }
    .dashboardpanelwide
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 2px;
        border-radius: 10px;
        cursor: pointer;
        float: left;
    }
    .dashboardpanelimage
    {
        width: 19%;
        float: left;
        height: auto;
        padding-left: 3px;
        border-radius: 10px;
    }
    .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;
    }
    .dashboardpaneltextlarge
    {
        font-size: 20px;
    }
    .dashboardpaneltextsmall
    {
        font-size: 18px;
        width: 75%;
        margin: auto auto;
        display: block;
        border-top: 1px dashed gray;
    }
    .dashboardpaneltextmedium
    {
        font-size: 18px;
        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;
    }
    
    #memo_client_approval_notes
    {
        height: 100px;
    }
    
    #newnote
    {
        height: 100px;
    }
    #clientnewnote
    {
        height: 100px;
    }
    
    #findreg
    {
        /*background-color: yellow;*/
        font-size: 20px;
        font-family: monospace;
        text-transform: uppercase;
        outline: none;
    }
    
    .dashboardpanelhalfmiddleclient
    {
        width: 100%;
        height: auto;
        border: 1px solid #262161;
        padding: 0px;
        border-radius: 10px;
        cursor: pointer;
        margin-left: 0%;
        margin-right: 0%;
        clear: both;
        float: none;
        background-color: lightgreen;
    }
    .dashboardiconclient
    {
        clear: both;
        float: none;
        width: 25%;
        margin: auto auto;
    }
    .dashboardpaneltexthalfclient
    {
        clear: both;
        float: none;
        text-align: center;
    }
    .dashboardpanelimageclient
    {
        width: 100%;
        text-align: center;
        font-size: 75px;
    }
    
    .dashboardpanelhalfclient
    {
        border: 1px solid gray;
        margin-bottom: 10px;
    }
    
    .dashboardpanelfullclient
    {
        border: 1px solid gray;
        margin-bottom: 10px;
    }
    
    #chatmessageinput
    {
        width: 98%;
        height: 50px;
        border: 1px solid gray;
        border-radius: 10px;
        font-size: 20px;
    }
    
    #regsearchouter
    {
        width: 100%;
        height: auto;    
    }
    #regsearchinner
    {
        background-color: white;
    }
    #regsearchinnerinner
    {
        background-color: white;
    }
    
    .findregover
    {
        /*border: 1px solid yellow;*/
        background-image: url(/images/number-plate-2.png);
        padding-left: 0%;
        background-size: 100px 50px;
        background-repeat: no-repeat;
        width: 100%;
        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;
    }
    .findregbutton
    {
        /*background-color: yellow;*/
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    
    .dashboardpaneltexthalfsingleorder
    {
        text-align: center;
    }
    
    #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: 100%;
        height: auto;
        clear: none;
        float: left;
        text-align: center;
    }
    .statusnew
    {
        color: red;
        background-color: lightgray;
        display: none;
    }
    .statusnewcurrent
    {
        color: white;
        background-color: red;
        display: block;
    }
    .statuspending
    {
        color: lightcoral;
        background-color: lightgray;
        display: none;
    }
    .statuspendingcurrent
    {
        color: white;
        background-color: lightcoral;
        display: block;
    }
    .statusnotified
    {
        color: orange;
        background-color: lightgray;
        display: none;
    }
    .statusnotifiedcurrent
    {
        color: white;
        background-color: orange;
        display: block;
    }
    .statusonrent
    {
        color: green;
        background-color: lightgray;
        display: none;
    }
    .statusonrentcurrent
    {
        color: white;
        background-color: green;
        display: block;
    }
    .statusoffhire
    {
        color: red;
        background-color: lightgray;
        display: none;
    }
    .statusoffhirecurrent
    {
        color: white;
        background-color: red;
        display: block;
    }
    .statusinvoiced
    {
        color: blue;
        background-color: lightgray;
        display: none;
    }
    .statusinvoicedcurrent
    {
        color: white;
        background-color: blue;
        display: block;
    }


    
    
}