#working.dashboard_index_class_working:after {
  content:'';
  position: absolute;
  width:60%;
  height:100vh;
  right:0;
  top:0;
  background-image:url('./login-bg.png');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  transform: translateX(100%);
  transition: 1s transform;
  transition-delay: 0.5s;
}
#thebody:before {
  content:'';
  background-image: url(./dots-bg.png);
  background-size:cover;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  opacity: 0.1;
  background-position: bottom;
}
#thebody {
  background: #eff0f3;
  overflow-x:hidden;
  font-family:'Open Sans', sans-serif;
  font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'NeoSans', sans-serif;
}
#logoutconfirm button, #clientdashboard .dashboardrowhalf button, #clienthide, #clientsend, #clearanddosearchbuttonsarea button, #toolsbodyarea button, #orderquickviewstandard button, #keep-1 button, #popuparea button, #passwordarea button, #strm_list_order_type_buttons button, .ax-browse-c, .ax-clear, #popuparea .borderedbutton, #submitimages, #cancelsubmitimages, #go, .findregbutton {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  line-height: 1;
  width: auto;
  padding: 10px 30px;
  color: #fff !important;
  border-radius: 30px;
  margin: 30px 5px 0;
  background-color: #129ac9;
  background: #129ac9;
  white-space: nowrap;
  border:none;
}

@media (orientation:landscape) {
  /* Global Overrides */
  .gridactions {
    min-width:100px
  }

  .livechatlink {
    cursor:pointer;
    font-weight: bold;
  }
  .inputcell#inputcell-strm_list_order_type {
    display: flex;
    margin:20px 0;
  }
  .inputcell#inputcell-strm_list_order_type input[type=radio] {
    margin-bottom:0;
  }
  #labelcell-documents_internal {
    color:red;
    font-weight: bold;
  }

  #rrnheader1, #rrnheader2, .mainmenuheader, #working.dashboard_index_class_working #menu, #working.dashboard_manage_class_working #results, .ui-dialog-titlebar.ui-widget-header, #orderquickviewsidearea {
    display:none !important;
  }
  #footerpadding {
    width:225px;
  }
  #footer {
    position: relative;
    top: 30px;
    width: 98vw;
  }
  #footerleft {
    float:right !important;
  }
  #footerright {
    padding-left:20px;
  }
  #outer {
    position: relative;
  }
  #menu {
    background: rgb(7,24,96);
    background: linear-gradient(180deg, rgba(7,24,96,1) 0%, rgba(1,10,61,1) 100%);
    width:175px;
    padding-left:50px;
    padding-right: 0;
    z-index: 10;
    position: absolute;
    height:auto;
    top:0;
    overflow:hidden;
    min-height: 100%;
  }
  #menu:not(.dashboard_index_class_menu) #standardmainmenu:before {
    content:'';
    background-image:url('./logo-no-icon.png');
    background-size:contain;
    width: 100%;
    padding-bottom: 25%;
    display: block;
    background-repeat: no-repeat;
    margin: 30px 0;
    position: relative;
    left: -25px;
  }
  a.mainmenulink, .mainmenuentitiesheader, #mainmenuentrylogoff {
    font-size:16px;
    font-weight: bold;
    padding:15px 0;
    position: relative;
  }
  .mainmenuentry, a.mainmenulink, .mainmenuentitiesheader, span.mainmenulink, .mainmenuentitiesbody {
    border:none !important;
    transition:0.5s all;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  a.mainmenulink:hover, a.mainmenulinkcurrentclass {
    color:#071860 !important;
  }
  a.mainmenulink:before {
    content:'';
    transition:0.5s all;
    background-size:contain;
    height:60px;
    width:200px;
    position: absolute;
    z-index: -1;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  a.mainmenulink:hover:before, a.mainmenulinkcurrentclass:before {
    background-image:url('./nav-hover.svg');
  }
  .mainmenuheaderunselected:hover:before, .mainmenuheaderselected:hover:before {
    color:#58c484;
  }
  .mainmenuentitiesheader:before {
    position: relative;
    left:-30px;
  }
  .mainmenuheaderselected:before {
    margin-right:-20px;
  }
  .mainmenuheaderunselected:before {
    margin-right:-15px;
  }

  #content {
    min-height: calc(100vh - 100px);
    position: relative;
    width: calc(100vw - 375px);
    padding: 0 0 0 300px;
    float: none;
  }
  #headerpadding, #working, #header, #footer {
    background-color:transparent;
  }
  #footerpadding {
    width: 225px;
    background-color: rgb(1,10,61);
    position: relative;
    top: 10px;
  }
  #headerpadding {
    display:none;
  }
  .dashboard_index_class_working #headerpadding {
    display: block;
  }
  .dashboard_index_class_working #headerpadding:after {
    content: '';
    display: block;
    background-image: url('./logo.png');
    background-size: contain;
    width: 15vw;
    padding-bottom: 35%;
    background-repeat: no-repeat;
    margin: 25px;
  }
  .dashboard_index_class_working {
    background-image:none;
  }
  button {
    font-family: 'NeoSans', sans-serif !important;
    border:none !important;
    outline:none !important;
    cursor: pointer;
  }
  .dashboardwelcome {
    font-size:30px;
    font-weight:bold;
    color:#071860;
    margin-bottom:20px;
    display: block;
  }
  #dashboardparentpanel {
    background-color:transparent;
    border:none;
  }
  #mtdvalues {
    display: flex;
    justify-content: space-between;
    width:103%;
    margin-left:-1%;
  }
  #mtdvalues b {
    color:#071860;
    font-size: 18px;
    display: block;
  }
  #mtdtitle {
    display:none;
  }
  #mtdvaluestoday, #mtdvaluesinvoices, #mtdvaluestmtd {
    border-radius: 20px;
    border:none;
    background:#fff;
    color:#071860;
    float:none;
    width:25%;
    box-shadow: 0 0 25px 0 #888;
  }
  .dashboardpaneltexthalf {
    width: 100%;
    padding:20px 0 0 0;
  }

  #dashselectorrow, #wip_container {
    border-color: #010a3d;
    width: 96%;
    padding: 20px 30px;
    margin: 30px 0 30px -2%;
  }
  #wip_container {
    margin: 50px 0 50px -2%
  }
  .repairrow {
    width:96%;
  }
  .dashboardpanelhalfleft, .dashboardpanelhalfright, .dashboardpanelhalfmiddle {
    background-color: #fff;
    border-radius: 20px;
    color: #071860;
    box-shadow: 0 0 25px 0 #888;
    border: none;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    height:120px;
    position: relative;
  }
  .dashboardpanelhalfleft.addorder, .dashboardpanelhalfright.findorder {
    height:70px;
  }
  .dashboardpanelhalfleft:before, .dashboardpanelhalfright:before, .dashboardpanelhalfmiddle:before {
    content:'';
    height:40px;
    width:40px;
    position: absolute;
    top:calc(50% - 20px);
    left:30px;
  }
  .dashboardpanelhalfleft.addorder:before {
    background-image:url('./icons/approve.svg')
  }

  .dashboardpanelhalfright.findorder:before {
    background-image:url('./icons/browse-orders.svg')
  }
  .dashboardpanelhalfleft.needimages:before {
    background-image:url('./icons/upload-images.svg')
  }
  .dashboardpanelhalfright.needquote:before {
    background-image:url('./icons/quote-or-assess.svg')
  }
  .dashboardpanelhalfmiddle.neworders:before {
    background-image:url('./icons/approve.svg')
  }
  .dashboardpanelhalfleft.screview:before {
    background-image:url('./icons/approve.svg')
  }
  .dashboardpanelhalfleft.needapproval:before {
    background-image:url('./icons/approve.svg')
  }
  .dashboardpanelhalfright.redeploy:before {
    background-image:url('./icons/deploy.svg')
  }
  .dashboardpanelhalfright.needdeploy:before {
    background-image:url('./icons/deploy.svg')
  }
  .dashboardpanelhalfleft.needbooking:before {
    background-image:url('./icons/book-rr.svg')
  }
  .dashboardpanelhalfright.needbookingbodyshop:before {
    background-image:url('./icons/book-bodyshop.svg')
  }
  .dashboardpanelhalfleft.bookedinrr:before {
    background-image:url('./icons/book-rr-wip.svg')
  }
  .dashboardpanelhalfright.bookedinbs:before {
    background-image:url('./icons/book-bodyshop-wip.svg')
  }
  .dashboardpanelhalfleft.needcompletion:before {
    background-image:url('./icons/quote-or-assess.svg')
  }
  .dashboardpanelhalfmiddle.needcompletionall:before {
    background-image:url('./icons/quote-or-assess.svg')
  }
  .dashboardpanelhalfright.needcompletionbs:before {
    background-image:url('./icons/on-site-at-bodyshop.svg')
  }
  .dashboardpanelhalfmiddle.needinvoice:before {
    background-image:url('./icons/invoice.svg')
  }
  .dashboardpanelhalfmiddle.reports:before {
    background-image:url('./icons/Reports.svg')
  }


  .dashboardpanelhalfmiddle {
    margin:20px 25%;
  }
  .chatter {
    position: relative;
    left:-10px;
  }
  .anmtdfigurevalue, .anmtdfigurevaluemoney {
    background-color:#129ac9;
    border:none;
    color:#fff;
  }
  .overdue, .today, .future {
    color:#010A3d;
    position: absolute;
    bottom:15px;
    font-weight: normal;
    margin:0 10px;
  }
  .today {
    color:orange !important;
  }
  .future {
    color:green !important;
  }
  .overdue  {
    transform: translateX(-70px);
  }
  .today  {
    transform: translateX(-35px);
  }
  .todayicon, .overdueicon {
    display: none;
  }
  .overdue:before {
    content:'';
    background-color:#E76969;
    border-radius: 50%;
    width:10px;
    height:10px;
    position: absolute;left:-20px;
    top:calc(50% - 5px);
  }
  #wip_title {
    font-weight: bold;
    width: fit-content;
    margin: auto;
    background: #eff0f3;
    padding: 10px;
    position: relative;
    top: -50px;
    margin-bottom: -35px;
    font-size:24px;
  }


  /* Login Page */

  #logonarea {
    position: absolute;
    width:30vw;
    min-width: 300px;
    top:35%;
    left:50%;
    transform: translate(-50%, -50%);
    border:none;
    box-shadow:none;
    border-radius:30px;
    margin-bottom:0;
    padding:25px 50px 10px;
    z-index: 10;
  }

  #editarea, .ui-dialog.ui-front.ui-widget {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    width: calc(100% - 100px);
    text-align: center;
    border:none;
    position: rela;
  }
  .ui-dialog.ui-front.ui-widget {
    border-left:125px;
    position: absolute;
    overflow:initial;
  }
  #editarea:before {
    content:'';
    display: block;
    position: absolute;
    width:100px;
    height:100px;
    background-size:cover;
    top:-30px;
    left:-30px;
  }
  #editarea.black_car:before {
    background-image:url('./icons/black-car.svg');
  }
  #editarea.blue_car:before {
    background-image:url('./icons/blue-car.svg');
  }
  #editarea.brown_car:before {
    background-image:url('./icons/brown-car.svg');
  }
  #editarea.gold_car:before {
    background-image:url('./icons/gold-car.svg');
  }
  #editarea.green_car:before {
    background-image:url('./icons/green-car.svg');
  }
  #editarea.grey_car:before {
    background-image:url('./icons/grey-car.svg');
  }
  #editarea.orange_car:before {
    background-image:url('./icons/orange-car.svg');
  }
  #editarea.red_car:before {
    background-image:url('./icons/red-car.svg');
  }
  #editarea.silver_car:before {
    background-image:url('./icons/silver-car.svg');
  }
  #editarea.white_car:before {
    background-image:url('./icons/white-car.svg');
  }
  #editarea.yellow_car:before {
    background-image:url('./icons/yellow-car.svg');
  }
  #logonarea b, #editarea b {
    font-size: 30px;
    text-align: center;
    width:100%;
    display: block;
    font-family: 'NeoSans', sans-serif;
  }
  i.helpicon {
    display:none;
  }
  #logonarea i.helpicon:hover {
    color:#58c484;
  }
  #logonformtable td {
    text-align: center;
    position: relative;
  }
  #thepasswordreveal {
    font-size: 13px;
    background-color: #129ac9;
    position: absolute;
    top: 8px;
    right: -25px;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    line-height: 1;
  }
  #thepasswordreveal:hover {
    background-color:#58c484;
  }
  #passwordresetarea {
    position: absolute;
    top: 150px;
    left: 5%;
    width: 800px;
  }
  #logonformtable input, #editarea input, td.passwordresetformtablevaluecell input {
    padding: 10px 15px;
    background-color: #eff0f3;
    border-color: #eff0f3;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
  }
  td.passwordresetformtablevaluecell input {
    text-align: left;
    margin-bottom:0;
  }
  .passwordresetformtablevaluecell #go {
    display: block;
    color: #fff;
    background-color: #58c484;
    width: 25%;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 30px;
    border-color: #58c484;
    cursor: pointer;
    transition: 0.5s box-shadow;
  }
  #passwordarea {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    padding: 50px;
    z-index: 10;
  }
  #passwordarea #logon {
    background-color: #eff0f3;
    border-color: #eff0f3;
    padding: 10px;
    margin-bottom: 10px;
  }
  #logonformtable input[type=checkbox] {
    width: auto;
      appearance: none;
      margin: 0;
      position: relative;
      top: 5px;
      left: 20px;
      padding: 10px;
  }
  #logonformtable input[type=checkbox]:checked:after {
    content:'';
    position: absolute;
    width: 60%;
    height:60%;
    background-color:#58c484;
    top:20%;
    left:20%;
  }
  #logonformtable .remembermerow {
    display: flex;
    align-items: flex-end;
    width:95%;
  }
  #logonformtable .remembermerow td {
    width:50%;
    text-align: left;
  }
  #logonformtable td.resetcell {
    text-align: right;
  }
  #logonformtable #go {
    display: block;
    color: #fff;
    background-color: #58c484;
    width: 60%;
    margin: 40px auto 25px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 30px;
    border-color: #58c484;
    cursor:pointer;
    transition:0.5s box-shadow;
  }
  #logonformtable #go:hover, button:hover {
    box-shadow: 0 0 11px 10px #eff0f3;
  }
  #editorform table {
    width:100%;
  }
  #editorform input {
    width:98%;
  }
  #working.dashboard_index_class_working #footerpadding {
    display: none;
  }
  #working.dashboard_index_class_working.drivein:after {
    transform: none;
  }
  .ui-dialog[aria-describedby=logoutconfirm] {
    text-align: center;
    padding:25px 50px;
    border-radius: 30px;
    width: 650px !important;
    left: calc(50% + 80px) !important;
    transform: translateX(-50%);
    position: relative;
    overflow:initial;
  }
  .ui-dialog[aria-describedby=logoutconfirm]:after {
    content:'';
    position: absolute;
    width: 80px;
    height:80px;
    top:-30px;
    left:-30px;
    background-image:url('./icons/icon-15.svg');
  }
  .ui-dialog[aria-describedby=logoutconfirm] .ui-dialog-titlebar {
    display:none;
  }
  #logoutconfirm b, .orderquickviewtitle, #passwordarea b {
    font-size: 30px;
    font-family: 'NeoSans', sans-serif;
    margin-bottom: 30px;
    display: block;
    color:#010a3d;
  }
  #passwordarea b {
    text-align: center;
  }
  .ax-clear {
    background:#DA4F49;
    background-color:#DA4F49;
  }
  .ax-browse-c {
    background:#5BB75B;
    background-color:#5BB75B;
  }

  #clientdashboard .dashboardrowhalf button {
    position: absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
  }
  #strm_list_order_type_buttons button {
      height: auto;
      margin: 25px 10px 25px 0;
  }
  #strm_list_order_type_buttons button.radiobuttonselected {
    background-color:#14ab2a;
  }
  #strm_list_order_type_buttons {
    display: flex;
  }
  #clienthide, #clientsend {
    font-size: 18px;
  }
  #logoutconfirm button#deleteview {
    background-color:#58c484;
  }
  #clientdashboard {
    display: flex;
    flex-wrap: wrap;
  }
  #clientdashboard .dashboardrow {
    display: flex;
    align-items: center;

  }
  #clientdashboard .dashboardrow:not(:first-child) {
    justify-content: center;
    flex-wrap: wrap;
  }
  #clientdashboardactionwelcome {
    width: 25%;
    background: #fff;
    border-radius: 30px;
    padding: 40px 50px 40px 40px;
    margin-right: 50px;
    box-shadow: 0 0 20px 10px #eff0f3;
  }
  .clientdashboardwelcomeqn, .clientdashboardwelcome, .clientdashboardbuttonheading {
    display: block;
    font-weight: bold;
    font-family: 'NeoSans', sans-serif;
  }
  .clientdashboardwelcome, .clientdashboardbuttonheading {
    font-size: 30px;
  }
  #clientdashboardactionquicksearch {
    padding:30px 30px;
    width: 65%;
    border: 4px solid;
    border-radius: 30px;
  }
  #clientdashboardactionquicksearch .dashboardpaneltexthalfsingleorder {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    padding: 30px;
    width: calc(100% - 60px);
  }
  #clientdashboardactionquicksearch .dashboardpaneltextlargechat {
    font-size: 30px;
    font-family: 'NeoSans', sans-serif;
  }
  #regsearchinner, #regsearchinnerinner {
    background-color:#fff
  }
  .inputcell #regsearchinneradd input {
    width: 45%;
    min-width: 450px;
  }
  .findregbutton {
    display: none;
  }
  #findreg.findregover, .findregoveradd {
    background-color:#fff;
    /*background-image:url('./numberplate.png');*/
    padding-left: 3%;
    text-align: left;
    font-size: 35px;
    border: 4px solid rgb(38, 33, 97);
    border-radius: 8px;
  }
  .findregoveradd {
    width:55%;
    border-radius: 20px;
  }
  #clientdashboard .dashboardrowhalf {
    width: 23%;
    min-width:275px;
    margin: 0 25px;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 40px 15px;
    text-align: center;
    height: 225px;
    margin-top: 50px;
    position: relative;
  }
  #clientdashboard .dashboardrowhalf:after, .dashboardpanelfullclientplainchatter:after, #clientdashboard svg, #results svg, #searchheaderareaouter svg, #toolsheaderareaouter svg, #results svg {
    content:'';
    position: absolute;
    width: 80px !important;
    height:80px !important;
    top:-30px;
    left:-30px;
    background-size:contain;
  }
  .maingrid {
    overflow-x:auto;
    width:100%;
    display: block;
  }
  #results svg {
    left:-15px;
  }
  #subfleet_manage_class_working #results svg#invoice_manage_class_working #results svg {
    width:85px !important;
    height:85px !important;
  }
  #quote_manage_class_working #results svg {
    width:86px !important;
    height:86px !important;
  }
  #toolsheaderareaouter svg {
    width:100px !important;
    height:100px !important;
  }
  #clientdashboardactionbrowse svg {
    width: 80px !important;
    height: 80px !important;
  }
  #clientdashboardactionbook svg, #searchheaderareaouter svg {
    width: 102px !important;
    height: 102px !important;
    top: -40px;
    left: -40px;
  }
  #clientdashboardactionupload svg {
    width: 96px !important;
    height: 96px !important;
    top: -40px;
  }
  #clientdashboardactionapprove svg {
    width: 102px !important;
    height: 102px !important;
    top: -44px;
  }
  #clientdashboardactionreports svg {
    width: 85px !important;
    height: 85px !important;
  }

  #chatstarterouter {
    position: fixed;
    bottom: 0;
    left: 300px;
    background: #fff;
    padding: 20px 25px 20px 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-family: 'NeoSans', sans-serif;
    color: #010a3d;
    cursor: pointer;
    z-index:10;
  }
  #chatstarterouter:before {
    content:'';
    background-image:url('./icons/asset-7.svg');
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: 17px;
    top: 12px;
  }
  #chatinteractionouter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(88,196,132,0.6);
  }
  .dashboardpanelfullclientplainchatter {
    cursor: default;
    background-image: none;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 50px;
    width: 775px;
    border: none;
    color: #010a3d;
    margin-left: 275px;
    position: relative;
    max-height:80vh;
    overflow-y:scroll;
  }
  #chatinteractionouter .dashboardicon {
    display: none;
  }
  #chatinteractionouter .dashboardpaneltexthalfchatter {
    width: 100%;
  }
  #chatinteractionouter .dashboardpaneltextlargechat {
    font-size: 30px;
    font-weight: bold;
    font-family: 'NeoSans', sans-serif;
  }

  #chatinteractionouter #chatform {
    margin-top:25px;
  }

  #chatinteractionouter #chatmessageinput {
    border: none;
    border-radius: 10px;
    background-color: #eff0f3;
    height: 100px;
    margin-bottom: 15px;
  }

  #searchform input, #searchform select {
    background-color:#eff0f3;
    border-color:#eff0f3;
    padding:10px;
    margin-bottom:10px;
  }

  #searchheaderareaouter, #searchbodyareaouter, #toolsheaderareaouter, #toolsbodyareaouter {
    background-color: #fff;
    padding: 50px 50px 10px;
    color: #010a3d;
    position: relative;
    width: calc(100% - 100px);
  }
  #searchheaderareaouter, #toolsheaderareaouter {
    border-radius: 30px;
    position: relative;
  }
  #searchbodyareaouter, #toolsbodyareaouter {
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    padding:0 50px;
    top:-30px;
    margin-bottom:50px;
  }
  #searchbodyarea, #searchbodyarea {
    padding-top:30px;
  }
  .searchheadertext, .toolsheadertext {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-family: 'NeoSans', sans-serif;
    margin-bottom: 40px;
  }
  .searchheadercontrols, .toolsheadercontrols {
    position: absolute;
    right: 50px;
    font-size: 30px;
    top: 45px;
  }
  #toolsbodyarea {
    display: flex;
    justify-content: center;
    padding-bottom:30px;
  }

  #clearanddosearchbuttonsarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #clearanddosearchbuttonsarea button {
    position: relative;
    top:-30px;
    margin:20px 0 0;
  }
  #clearanddosearchbuttonsarea #clearsearch {
    background-color:#010a3d;
  }

  #results {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    width: calc(100% - 110px);
    color: #010a3d;
    position: relative;
  }
  .gridtitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'NeoSans', sans-serif;
  }
  #searchheadercontroldown, #searchheadercontrolup, #toolsheadercontroldown, #toolsheadercontrolup {
    pointer-events: none;
  }
  .maingrid {
    font-size: 14px;
  }
  .maingridheaderrow {
    height:40px;
    font-weight: bold;
  }
  .maingrid th {
    vertical-align: top;
  }
  .gridheaderarrows {
    margin-right: 10px;
  }
  .fakelink {
    color:#129ac9;
  }
  table.maingrid {
    display: flex;
    justify-content: center;
  }
  #results p {
    font-weight:bold;
    margin-top:40px;
    text-align: center;
  }
  #results span:first-child, #results span:last-child {
    color:#010a3d;
  }
  #results span:first-child {
    margin-right:20px;
  }
  #results span:last-child {
    margin-left:20px;
  }
  #results select {
    margin:0 20px;
  }
  .inputcell select {
    width: 93%;
    padding: 10px;
    background-color: #eff0f3;
    margin-bottom: 15px;
  }
  #keep-1 br {
    display: none;
  }
  .showroweven {
    margin-bottom:10px;
  }
  .showroweven td {
    vertical-align: middle !important;
  }
  .showroweven td:last-child:not(.actionscol) {
    background-color:#eff0f3;
    padding:10px;
  }
  #orderquickviewstandard table {
    border-spacing: 10px;
  }
  #orderquickviewstandard td {
    border-radius: 5px;
  }

  .new_status_cell, .sent_status_cell, .approved_status_cell {
    position:relative;
    padding-left:20px;
  }
  .new_status_cell:after, .sent_status_cell:after, .approved_status_cell:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 54%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .new_status_cell:after {
    background-color:#E76969;
  }
  .sent_status_cell:after {
    background-color:#EFE561;
  }
  .approved_status_cell:after {
    background-color:#58C484;
  }
  .gridheaderarrows .fakelink {
    position: relative;
    top:-15px;
  }
}


@media (max-width:1500px) {
  #thebody {
    font-size: 14px
  }
  #logonarea b, #editarea b, #logoutconfirm b, .orderquickviewtitle, .clientdashboardwelcome, .clientdashboardbuttonheading, #clientdashboardactionquicksearch .dashboardpaneltextlargechat, #chatinteractionouter .dashboardpaneltextlargechat, .searchheadertext, .toolsheadertext, .gridtitle, .dashboardwelcome {
    font-size:18px;
  }
  #clientdashboardactionquicksearch {
    padding:20px 30px;
  }
}

@media (orientation: portrait) {

      #working.dashboard_index_class_working:after {
        display: none;
      }

      #go, #logoutconfirminner button {
        padding:0 30px;
      }

      #working, #thebody, #outer {
        max-width:100vw;
        overflow-x:hidden;
        position: relative;
      }

      #logonarea, #passwordarea {
          border: none;
          box-shadow: none;
          border-radius: 30px;
          padding: 25px;
          z-index: 10;
          width: 90%;
          margin: auto;
          display: block;
          background-color: #fff;
          position: relative;
          z-index: 10;
      }

      #rrnheader1, #rrnheader2 {
        display: none;
      }
      .dashboardrow svg {
        display: none;
      }

      #thebody
      {
          background-color: white;
          margin: 0px 0px;
          font-size: 20px;
      }

      #thebodyform
      {
          background-color: white;
          margin: 10px 10px;
          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;
      }

      .logonmenuitem
      {
          display: block;
          padding: 3px;
          border-left: 3px solid white;
          border-bottom: 1px solid white;
          height: 25px;
      }
      .logonmenuitem:hover
      {
          border-left: 3px solid red;
      }
      .logonmenuitemselected
      {
          border-left: 3px solid orange;
          border-bottom: 1px solid orange;
      }

      .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: 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
      {
          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%;
      }

      #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-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: 110px;
          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;
      }

      .carddamagelabel
      {
          font-weight: bold;
      }

      .findorderinner
      {
          margin: 10px;
      }

      #memo_client_approval_notes
      {
          height: 100px;
      }

      #newnote
      {
          height: 100px;
      }
      #clientnewnote
      {
          height: 100px;
      }
      #repairernewnote
      {
          height: 100px;
      }
      #complaintnewnote
      {
          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('./numberplate.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
      {
          width: 70%;
          margin-left: auto;
          margin-right: auto;
          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;
      }
}


/* Typography */

@font-face {
    font-family: 'NeoSans';
    src: url('./fonts/subset-NeoSans-Black.woff2') format('woff2'),
        url('./fonts/subset-NeoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSans';
    src: url('./fonts/subset-NeoSans-MediumItalic.woff2') format('woff2'),
        url('./fonts/subset-NeoSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSans';
    src: url('./fonts/subset-NeoSans-BlackItalic.woff2') format('woff2'),
        url('./fonts/subset-NeoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSans';
    src: url('./fonts/subset-NeoSans-LightItalic.woff2') format('woff2'),
        url('./fonts/subset-NeoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-BoldItalic.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-Bold.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('./fonts/subset-OpenSansCondensed-LightItalic.woff2') format('woff2'),
        url('./fonts/subset-OpenSansCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('./fonts/subset-OpenSansCondensed-Bold.woff2') format('woff2'),
        url('./fonts/subset-OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('./fonts/subset-OpenSansCondensed-Light.woff2') format('woff2'),
        url('./fonts/subset-OpenSansCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-LightItalic.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-Light.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-Italic.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-Regular.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/subset-OpenSans-SemiBold.woff2') format('woff2'),
        url('./fonts/subset-OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.inplaceeditor
{
    background-color: #eff0f3;
    border-color: #eff0f3;
    margin: 0px !important;
    padding: 0px !important;
    width: auto !important;
    text-align: left !important;
    border: 1px solid red !important;
}

#linesarea
{
    height: auto;
}
#linesarealabour
{
    float: left;
    clear: none;
    width: 50%;
    height: auto;
}
#linesareaparts
{
    float: left;
    clear: none;
    width: 50%;
    height: auto;
}
#addtasktemplaterow
{
    border-top: 1px solid gray;
    margin-top: 10px;
    padding-top: 10px;
}

.clientdashboardbuttonbuttonareastacked
{
    position: relative !important;
    bottom: 0px !important;
    height: auto !important;
    display: inline-block !important;
}
.clientdashboardbuttonstacked
{
    position: relative !important;
    bottom: 0px !important;
    height: auto !important;
    display: inline-block !important;
}
.reportsrow button
{
    position: relative !important;
    bottom: 0px !important;
    height: auto !important;
    display: inline-block !important;
}
.reportsrow
{
    height: auto !important;
}