/* Style for Private Hire Booking System */

body {
    background-color: lightgrey;
    max-width: 100%;
}

.main_wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    font-family: 'Open Sans';
    /*background-color: lightgrey;*/
    padding: 0;
}

.top_bar_print {
    display: none;
}

.top_block {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.top_bar {
    width: 100%;
    height: 20px;
    color: white;
    position: relative;
    top: 0;
}

.logo {
    width: 35px;
    height: 20px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url('/img/app.png');
    background-position: center center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.title {
    font-size: 13px;
   
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.main_content_wrapper {
    padding: 0;
    max-width: 100%;
    margin-top: 80px;
}

.main_content {
    padding: 15px;
    box-sizing: border-box; 
}

#chart_div {
    margin: auto;
}

.diary_container {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.panel-body {
    background-color: white;
    width: 100%;
    padding: 10px;
    margin: 0;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}

#job_cost_help {
    display: block;
    width: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 10000 !important;
    border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    /*border-bottom: 1px solid gray;*/
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /*border: 1px solid gray;
    /*border-bottom: none;*/
    background: white;
    font-family: 'Open Sans';
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
    font-weight: bold;
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-helper-hidden-accessible {
    display:none;
}

  .table-customer-details, .table-driver-details {
    width: calc(50% - 5px);
    margin: auto;
  }
  
  .table-emergency-callout {
      width: 50;
      margin: auto;
  }

  .modal-top-space {
      margin-top: 10vh;
  }

  .settings-top-wrapper {
      position: sticky;
      top: 76px;
      padding-top: 10px;
      z-index: 999;
      background-color: lightgray;
  }
  .maintenance-description {
      display: inline-block;
      width: 50%;
  }
  .bg-highlight {
      background-color: yellow;
  }

  ul.list-group.list-group-striped a:nth-of-type(odd), .list-group.list-group-striped li:nth-of-type(odd) {
    background: rgba(100, 100, 100, 0.1);
}
  ul.list-group.list-group-striped a:nth-of-type(even), .list-group.list-group-striped li:nth-of-type(even) {
    background: rgba(255, 255, 255, 1);
}
  ul.list-group.list-group-striped a:hover, .list-group.list-group-striped li:hover{
    background: rgba(100, 100, 100, 0.25);
}
/*
.ui-datetimepicker, .ui-datepicker {
    position: relative;
    z-index: 9000 !important;
}
.datetimepicker-input, .ui-front {
    position: relative;
    z-index: 100;
}*/
.description, .note-toolbar {
    position: relative;
    z-index: 1 !important;
}

.annual-summary-chart {
    max-width: 50vw;
    max-height: 75vh;
}
.tooltip-inner {
    text-align: left;
}
.wac-form-defect-title-mobile {
    display: none;
}
.mob-show {
    display: none;
}
.mob-show-block {
    display: none;
}

.vimos_theme {
    background-color: #911201;
}

.pcvos_theme {
    background-color: #0645ba;
}

.pcvimos_theme {
    background-color: #210270;
}

.hgvos_theme {
    background-color: #03960f;
}

.print-show, .print-dflex {
    display: none;
}
