input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

body > .dropdown {
  background-color: rgba(0, 0, 0, 0.1); }

.dispatch {
  background-color: #FFFFFF; }
  .dispatch .work-orders {
    padding: 10px;
    position: relative;
    height: calc(100% - 70px);
    width: 100%;
    background-color: #F6FAFD;
    overflow: scroll;
    display: flex;
    flex-direction: row; }
    .dispatch .work-orders .work-order-section {
      min-width: 420px; }
      .dispatch .work-orders .work-order-section .heading {
        color: #949494;
        padding-bottom: 10px; }
    .dispatch .work-orders .work-order {
      width: 380px;
      position: relative;
      padding: 15px 15px 0;
      background-color: #FFF;
      border: none;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      margin-bottom: 15px;
      margin-right: 15px;
      vertical-align: top;
      height: auto; }
      .dispatch .work-orders .work-order .truck-details {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0px;
        background-color: #F4F5F6;
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        /* Likely future */
        cursor: default; }
        .dispatch .work-orders .work-order .truck-details h1 {
          color: #9B9B9B;
          width: 100%;
          padding: 0 15px 5px;
          margin: 0;
          font-size: 14px;
          font-weight: 500; }
        .dispatch .work-orders .work-order .truck-details .pill.truck {
          -webkit-transition: all .1s ease;
          transition: all .1s ease;
          background-color: #FFF;
          color: #9B9B9B;
          border-color: #DBDBDB;
          cursor: pointer;
          line-height: 12px;
          font-size: 12px;
          padding-top: 3px;
          vertical-align: top; }
        .dispatch .work-orders .work-order .truck-details .pill.truck:active {
          border: 1px solid #0e56ab;
          cursor: hand; }
        .dispatch .work-orders .work-order .truck-details .pill.truck:hover {
          background-color: #F6FAFD; }
        .dispatch .work-orders .work-order .truck-details .pill.truck.add-job {
          background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F5F6 100%);
          border: 1px solid #DBDBDB;
          border-radius: 2px;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all .1s ease;
          transition: all .1s ease; }
        .dispatch .work-orders .work-order .truck-details .pill.truck.add-job.active {
          pointer-events: inherit;
          opacity: 1; }
        .dispatch .work-orders .work-order .truck-details .pill.truck.add-job:hover {
          background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F5F6 100%);
          border: 1px solid #DBDBDB; }
        .dispatch .work-orders .work-order .truck-details .pill.truck.add-job:active {
          background-image: linear-gradient(-180deg, #F4F5F6 0%, #FFFFFF 100%);
          border: 1px solid #0e56ab; }
        .dispatch .work-orders .work-order .truck-details .close-work-order {
          overflow: hidden;
          display: inline-block;
          width: 0;
          -webkit-transition: all .1s ease;
          transition: all .1s ease; }
          .dispatch .work-orders .work-order .truck-details .close-work-order .divider {
            padding-left: 3px;
            padding-right: 3px; }
          .dispatch .work-orders .work-order .truck-details .close-work-order .fa {
            padding-left: 5px; }
        .dispatch .work-orders .work-order .truck-details .close-work-order.active {
          width: 15px; }
          .dispatch .work-orders .work-order .truck-details .close-work-order.active .fa:hover {
            color: #4895F0; }
        .dispatch .work-orders .work-order .truck-details .close-work-order:active {
          color: #0e56ab; }
      .dispatch .work-orders .work-order .pill {
        background-color: #CCCCCC;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        padding: 1px 5px;
        color: #FFF;
        display: inline-block;
        margin: 0 7px 7px 0;
        height: 20px; }
      .dispatch .work-orders .work-order .pill-container {
        font-size: 12px;
        font-weight: 400; }
      .dispatch .work-orders .work-order .requester {
        font-size: 14px;
        color: #949090;
        line-height: 16px;
        margin-top: 2px; }
  .dispatch .work-order h1 {
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 19px;
    margin: 0;
    padding: 0;
    width: 250px; }
  .dispatch .work-order small {
    position: absolute;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: 400;
    width: 100px;
    right: 15px;
    top: 17px;
    text-align: right; }
  .dispatch .work-order .due {
    position: absolute;
    right: 10px;
    width: 100px;
    top: 13px;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 14px; }
  .dispatch .work-order p.description {
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: 400; }
  .dispatch .states.narrow {
    display: none; }
  .dispatch div.states {
    position: absolute;
    top: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400; }
    .dispatch div.states a.toggle {
      font-size: 14px;
      color: #9B9B9B;
      line-height: 16px;
      padding-left: 0;
      padding-right: 15px;
      font-weight: 400; }
    .dispatch div.states a.toggle.active {
      color: #4895F0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.print-view-only {
  display: none; }

.fill-print-page {
  height: 100%;
  max-height: 100%;
  page-break-before: always; }

@media print {
  .print-new-page {
    break-before: always;
    page-break-before: always; }
  .negative-currency {
    color: #FF0120 !important; }
  .print-view-only {
    display: block; }
  body * {
    visibility: hidden; }
  .table {
    border-collapse: collapse; }
  .table tbody tr {
    page-break-inside: avoid;
    font-size: 10px; }
  .table tbody tr td {
    vertical-align: middle; }
  #to-print, #to-print * {
    visibility: visible;
    overflow: hidden; }
  /*
   * Reports
  */
  #to-print.sw-grid-container {
    overflow: visible;
    position: absolute;
    margin: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .sw.sw-sidebar {
    display: none; }
  .sw-main-content {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important; }
  .sa.sub-toolbar {
    display: none; }
  /*
   * Work Orders
   */
  #to-print .detail-page-section {
    padding: 15px 0 15px 0; }
  #to-print .sa-detail-title {
    font-size: 10px;
    margin-bottom: -5px;
    color: #909294 !important; }
  #to-print .sa-detail-content {
    font-size: 10px; }
  #to-print .field-ticket-details-header {
    padding-bottom: 15px;
    font-size: 10px; }
  #to-print .field-ticket-details-description {
    font-size: 10px;
    margin-top: -10px; }
  #to-print .form-item {
    padding: 5px 0 10px 0; }
  #to-print .form-item-title {
    font-size: 9px;
    color: #909294;
    font-weight: 600; }
  #to-print .print-form-value {
    font-size: 10px;
    line-height: 20px; }
  #to-print .company-logo {
    width: 78px; }
  #to-print .company-name {
    font-size: 10px; }
  #to-print .company-address {
    font-size: 10px;
    max-width: 100px; }
  #to-print .detail-page-container--inner {
    padding: 0; }
  #to-print.detail-page-container--content {
    position: relative;
    top: -50px;
    padding: 20px; }
  #to-print .u-largerFont--24 {
    font-size: 24px; }
  #to-print .u-largerFont--16 {
    font-size: 16px; }
  #to-print.invoice-container {
    display: block;
    position: relative;
    overflow: visible;
    left: 0;
    top: -50px;
    width: 100%;
    font-size: 0.9em; }
  #to-print .invoice {
    position: relative;
    border-right: none; }
  #to-print .top-actions {
    visibility: hidden; }
  #to-print .print-form-container {
    overflow: visible;
    padding: 0; }
  #to-print .sa-toolbar-actions {
    display: none; }
  #to-print #no-print {
    display: none; }
  #to-print .export-btn {
    display: none; }
  #to-print .nav-top {
    border-bottom: none; }
  #to-print.detail-page-container--chat {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    margin-right: 20px; }
  #to-print .chat {
    position: relative;
    border-left: none;
    border-bottom: none; }
  #to-print .chat-send-container {
    display: none; }
  #to-print .chat-message-container {
    border-bottom: 1px solid #D5D8DB; }
  #to-print .chat-message {
    border-bottom: 1px solid #D5D8DB; }
  #to-print .print-form-value {
    display: inline;
    float: right; }
  #to-print .form-item {
    margin: 0; }
  #to-print .field-name {
    font-size: 10px; }
  #to-print .category-name {
    font-size: 10px; }
  #to-print .display-field {
    font-size: 10px; }
  #to-print .total-amount {
    font-size: 16px;
    text-transform: capitalize; }
  .charge-input--text {
    font-size: 10px; }
  #to-print #sa-field-ticket-number {
    padding-bottom: 0; }
  #to-print .sa-detail-content-input--editable {
    border-bottom: none; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.page--login {
  background-color: #F4F5F6; }

.page--dashboard {
  background-color: #F4F5F6; }

.btn-group .btn-third {
  width: 33%;
  border-radius: 0px;
  margin: 0; }

.btn-group .btn-third:last-child {
  width: 34%;
  border-radius: 0px;
  margin: 0; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #4A86EE;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

@media screen and (max-width: 480px) {
  .detail-page-container--content {
    background-color: #FFF;
    vertical-align: top;
    width: 100%; }
  .detail-page-container--chat {
    background-color: white;
    height: 100%;
    width: 100%; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-page-container--content {
    background-color: #FFF;
    vertical-align: top;
    width: 100%; }
  .detail-page-container--chat {
    background-color: white;
    height: 100%;
    width: 100%; } }

@media screen and (min-width: 769px) {
  .detail-page-container--content {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - 300px); }
  .detail-page-container--chat {
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
    height: 100%;
    width: 300px; } }

.detail-page-container--inner {
  padding: 2em 10em 0 10em;
  height: calc(100% - 50px); }

.sa-detail-container {
  position: fixed;
  right: -450px;
  width: 450px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  padding-top: 0px;
  transition: all 0.15s ease-in-out;
  z-index: 1001; }

.sa-detail-open {
  right: 0px !important; }

.sa-detail-container .sa-detail {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

.sa-detail-container .tabs {
  max-height: calc(100% - 120px); }

.sa-detail-container .no-tabs {
  max-height: calc(100% - 80px); }

.sa-detail-container .sa-button-close {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  top: 10px;
  left: 420px;
  z-index: 1002;
  color: #4A87EE; }

.sa-nav-top {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  background-size: 0; }

.sa-nav-top .edit {
  position: absolute;
  font-size: 16px;
  color: #4A87EE;
  height: 100%;
  line-height: 40px;
  padding-left: 10px;
  cursor: pointer; }

.edit span {
  vertical-align: middle; }

.sa-nav-top h1 {
  height: 100%;
  margin: 0 50px;
  min-width: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
  padding-top: 2px; }

.sa-detail .detail-map {
  height: 300px;
  width: 100%; }

.sa-detail .tab-content {
  max-height: calc(100% - 40px);
  height: 100%; }

.sa-bar-header {
  position: relative;
  display: block;
  padding-left: 10px;
  background: #F4F5F6;
  font-size: 12px;
  color: #949090;
  line-height: 24px;
  height: 24px;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD; }

.sa-detail-list {
  padding: 10px 0 10px 10px; }
  .sa-detail-list .operator-name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px; }
  .sa-detail-list .shift-details {
    margin-left: 10px;
    border-left: blue 2px solid;
    padding-left: 8px; }
    .sa-detail-list .shift-details .shift-started {
      font-size: 14px;
      color: #949090; }
    .sa-detail-list .shift-details .time {
      font-size: 14px; }
    .sa-detail-list .shift-details .site-name {
      font-size: 14px; }

.sa-detail-list .field {
  color: #949090; }

.sa-detail-list .value {
  width: 275px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 150px;
  color: #000000; }

.sa-bar-bottom {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: white;
  background-size: 0; }

.sa-bar-bottom .sa-bar-btn-full {
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #4A87EE;
  padding: 0px;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer; }

.sa-bar-bottom .sa-bar-btn-half {
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #4A87EE;
  padding: 0px;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer; }

.sa-bar-bottom .sa-bar-btn-one-third {
  line-height: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 33%;
  float: left;
  display: inline-block;
  text-align: center;
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #4A87EE;
  padding: 0px;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer; }

.sa-bar-bottom .bar-btn-half:hover {
  text-decoration: none; }

.sa-tabs {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%; }
  .sa-tabs a.sa-tab {
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left;
    color: #4A87EE;
    background-color: #FFF; }
  .sa-tabs a.sa-tab.active {
    box-shadow: 0px -5px 0px #4A87EE inset; }
  .sa-tabs a.sa-tab.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #5D5F61;
    border-width: 10px;
    margin-left: -10px; }
  .sa-tabs a.sa-tab:hover {
    text-decoration: none; }
  .sa-tabs .list-group-item-text {
    font-size: 18px; }
  .sa-tabs .list-group-item-heading {
    text-transform: capitalize; }

.sa-detail .map-label {
  padding: 5px;
  color: #949090;
  width: 95%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F4F5F6;
  border: 1px solid #DDD;
  position: relative;
  bottom: 290px; }

.map-label .text-top {
  color: #000;
  font-weight: bold;
  position: relative;
  left: 12%;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.map-label .text-bottom {
  font-style: italic;
  position: relative;
  left: 12%;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.map-label .status {
  position: absolute;
  left: 10px;
  font-size: 30px; }

.map-label .updated {
  padding-top: 2px;
  font-size: smaller;
  float: right; }

.sa-detail .job-content {
  padding: 10px;
  position: relative; }

.job-content .pill {
  background-color: #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 1px 5px;
  color: #FFF;
  display: inline-block;
  margin: 0 7px 7px 0;
  height: 20px; }

.job-content .pill-container {
  font-size: 12px;
  font-weight: 400; }

.sa-detail .map-placeholder {
  display: block;
  height: 300px;
  width: 100%; }

.map-placeholder .inner-text {
  padding-top: 75px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #949090; }

.inner-text i {
  font-size: 80px;
  color: #CCCCCC; }

.inner-text h1 {
  font-size: 14px; }

.map-placeholder .inner-load {
  font-size: 30px;
  position: relative;
  margin-top: 80px; }

.sa-detail .replay-button {
  cursor: pointer;
  color: #4A87EE;
  padding: 5px;
  width: 120px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  border: 1px solid #DDD;
  position: relative;
  left: 150px;
  bottom: 100px;
  text-align: center; }

.sa-detail .compartment-edit {
  display: none; }

.sa-detail .sa-detail-list:hover .compartment-edit {
  display: block;
  float: right;
  padding: 0px 10px 10px;
  font-size: medium; }

.sa-detail .key {
  color: #949090;
  width: 140px;
  display: inline-block; }

.sa-detail .keyValue {
  color: #000000; }

.truck-route-list-item-label {
  width: 55px;
  display: inline-block;
  color: #818181;
  text-align: right; }

.truck-route-list-item-field {
  display: inline-block;
  color: black;
  font-weight: 400;
  padding-left: 10px; }

.list-item-fluid-type {
  padding: 4px 0px;
  background-color: #0b97c4;
  width: 83px;
  color: white;
  text-align: center;
  margin-left: 23px;
  border: 1px #818181;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px; }

.div1 {
  width: 50%;
  display: inline-block; }

.div2 {
  width: 50%;
  display: inline-block;
  float: right; }

.green-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #949090;
  border-radius: 7px;
  background: #37bb33; }

.sa.detail-list {
  text-align: left;
  font-size: 16px;
  display: block;
  clear: both; }
  .sa.detail-list .detail-item {
    clear: both;
    line-height: 1.7em;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .sa.detail-list .detail-item .title, .sa.detail-list .detail-item .value {
      text-overflow: ellipsis;
      white-space: nowrap;
      min-width: 10px; }
    .sa.detail-list .detail-item .title {
      width: 50%;
      display: inline-block;
      color: #949090;
      font-weight: 400;
      padding-left: 5px; }
    .sa.detail-list .detail-item .value {
      font-weight: 500; }
  .sa.detail-list .detail-item:hover {
    background-color: #f6fafd;
    border-bottom: 1px solid #b7d7ef;
    border-top: 1px solid #b7d7ef; }

.sw-sidebar {
  height: calc(100% - 50px);
  width: 300px;
  position: relative;
  border-left: 1px solid #D5D8DB;
  box-shadow: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FFF;
  border-right: 1px solid #D5D8DB; }

.sa-scroll-item {
  border-bottom: 1px solid #D5D8DB;
  padding: 15px;
  background-color: #FFF; }

.sa-scroll-view {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  overflow-y: scroll;
  overflow-x: hidden; }

.sw-main-content {
  position: absolute;
  box-shadow: none;
  background-color: #FFF;
  left: 300px;
  width: calc(100% - 300px);
  height: calc(100% - 50px); }

.sw-sidebar-container {
  height: 100%;
  width: 100%;
  position: relative; }

.toolbar {
  display: block;
  width: 100%;
  height: 50px;
  color: #2C2D2E; }
  .toolbar .bar-button {
    position: absolute;
    top: 3px;
    bottom: 5px;
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #4a87ee;
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 300;
    font-size: 18px;
    -webkit-font-smoothing: subpixel-antialiased; }
  .toolbar .bar-button.right {
    right: 5px; }
  .toolbar .bar-button.left {
    left: 5px; }

.sw.sw-sidebar.left {
  float: left; }

.sw.sw-sidebar.right {
  float: right; }

.sw.sw-sidebar h3 {
  color: #2C2D2E;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 25px;
  margin: 0; }

.sw.sw-sidebar input.search {
  width: 100%;
  display: block;
  font-weight: 400;
  padding-left: 5px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px; }

.sw.sw-sidebar a {
  color: #4895F0;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.sw.sw-sidebar a.toggle {
  font-weight: 300;
  font-size: 12px;
  padding-right: 5px; }

.sw.sw-sidebar a:hover {
  color: #3b7ac5;
  text-decoration: underline; }

.sw.sw-sidebar .sw-control {
  padding-bottom: 5px; }

.sw.sw-sidebar .sw-control.half {
  display: inline-block;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left; }

.sw.sw-sidebar .sw-control.full {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  float: left; }

.sw.sw-sidebar .sw-control.group {
  margin-left: -5px;
  margin-right: -5px; }

.sw.sw-sidebar label.list-checkbox {
  color: #2C2D2E;
  font-size: 12px;
  line-height: 20px; }
  .sw.sw-sidebar label.list-checkbox input {
    margin-right: 10px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.sa.tabbar {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 100%; }
  .sa.tabbar a.sa-tab {
    text-align: center;
    display: inline-block;
    width: 20%;
    float: left;
    position: relative;
    color: #D5D8DB;
    background-color: #5D5F61;
    cursor: pointer; }
  .sa.tabbar a.sa-tab:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .sa.tabbar a.sa-tab.active {
    color: #FFFFFF;
    background-color: #7c7f82; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.sa-toolbar {
  position: relative;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #D5D8DB; }

.sa-toolbar-actions {
  position: relative;
  float: right;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px; }

.sa-toolbar-actions.left {
  float: left;
  padding-left: 10px; }

.sa-toolbar-title {
  line-height: 40px;
  font-size: 16px;
  font-weight: 500; }

.sa.toolbar {
  height: 40px;
  width: 100%;
  display: block;
  position: relative;
  background: #FFFFFF;
  border-bottom: 1px solid #D5D8DB; }
  .sa.toolbar .bar-button.right.first {
    top: 0;
    right: 15px;
    position: absolute; }
  .sa.toolbar .bar-button.right.second {
    top: 0;
    right: 75px;
    position: absolute; }
  .sa.toolbar .bar-button.left.first {
    top: 0;
    left: 15px;
    position: absolute; }
  .sa.toolbar .destructive {
    color: #FF0120; }
  .sa.toolbar .bar-button {
    border-color: transparent;
    background: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px; }
  .sa.toolbar h1 {
    min-width: 30px;
    height: 40px;
    text-align: center;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    color: #2C2D2E; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

body.no-scroll {
  height: 100%;
  overflow: hidden; }

.sa.nav {
  background-color: #5D5F61;
  height: 50px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  .sa.nav .menu.mega {
    background-color: #FFF;
    max-width: 200px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 5px;
    border: 1px solid #D5D8DB;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999; }
    .sa.nav .menu.mega .mega-container {
      position: relative;
      height: 100%;
      background-color: #FFFFFF; }
    .sa.nav .menu.mega .mega-headings {
      height: 100%;
      width: 100%;
      background-color: #FFFFFF;
      position: relative;
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px; }
    .sa.nav .menu.mega hr {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
    .sa.nav .menu.mega .mega-account {
      display: block;
      text-align: left;
      font-weight: 600;
      padding-left: 20px; }
    .sa.nav .menu.mega .mega-email {
      display: block;
      text-align: left;
      font-weight: 400;
      padding-left: 20px; }
    .sa.nav .menu.mega .mega-heading {
      padding-left: 20px;
      padding-right: 10px;
      padding-top: 2.5px;
      padding-bottom: 2.5px;
      cursor: pointer;
      display: block;
      color: #2C2D2E;
      font-weight: 400; }
    .sa.nav .menu.mega .mega-heading.selected {
      background-color: #f4f5f6; }
    .sa.nav .menu.mega .dropdown-menu > li > a:hover, .sa.nav .menu.mega .dropdown-menu > li > a:focus {
      background-color: #f4f5f6; }
    .sa.nav .menu.mega .mega-heading:hover {
      background-color: #f4f5f6; }
    .sa.nav .menu.mega .mega-details {
      height: 100%;
      width: 70%;
      background-color: #FFFFFF;
      position: absolute;
      right: 0;
      display: inline-block;
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .sa.nav .dropdown {
    border: 1px solid transparent;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .sa.nav .menu.dropdown {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    left: 50px;
    cursor: pointer;
    padding: 15px 12px; }
  .sa.nav .menu.dropdown.open {
    text-decoration: none;
    background-color: #76797b; }
  .sa.nav .search::-webkit-input-placeholder, .sa.nav .search.search-show-results {
    color: #D5D8DB;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
  .sa.nav .search:-moz-placeholder, .sa.nav .search.search-show-results {
    color: #D5D8DB;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
  .sa.nav .search::-moz-placeholder, .sa.nav .search.search-show-results {
    color: #D5D8DB;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
  .sa.nav .search:-ms-input-placeholder, .sa.nav .search.search-show-results {
    color: #D5D8DB;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
  .sa.nav .search:focus::-webkit-input-placeholder, .sa.nav .search.search-show-results {
    color: #909294; }
  .sa.nav .search:focus:-moz-placeholder, .sa.nav .search.search-show-results {
    color: #909294; }
  .sa.nav .search:focus::-moz-placeholder, .sa.nav .search.search-show-results {
    color: #909294; }
  .sa.nav .search:focus:-ms-input-placeholder, .sa.nav .search.search-show-results {
    color: #909294; }
  .sa.nav .search {
    position: absolute;
    left: 30%;
    top: 8px;
    border: none;
    padding: 2px;
    padding-left: 10px;
    line-height: 30px;
    width: 40%;
    border-radius: 4px;
    outline: none;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    color: #D5D8DB;
    background-color: #909294; }
  .sa.nav .search.search-show-results {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .sa.nav .search:focus {
    color: #5D5F61;
    background-color: #FFF; }
  .sa.nav .logo {
    background: url(../../_assets/icons/logo-dark.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    cursor: pointer; }
  .sa.nav .user {
    position: absolute;
    padding-right: 25px;
    padding-left: 10px;
    line-height: 20px;
    right: 0px;
    top: 0;
    height: 50px;
    color: #FFF;
    list-style-type: none;
    margin: 0;
    text-decoration: none; }
  .sa.nav .user-dropdown-account, .sa.nav .user-dropdown-account:hover, .sa.nav .user-dropdown-account:focus {
    display: block;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none; }
  .sa.nav .user-dropdown-name, .sa.nav .user-dropdown-name:hover, .sa.nav .user-dropdown-name:focus {
    display: block;
    font-size: 12px;
    color: #FFF;
    text-decoration: none; }
  .sa.nav .user-dropdown-indicator {
    position: absolute;
    right: -17px;
    top: 17px;
    color: #FFF;
    text-decoration: none; }
  .sa.nav .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 99999; }
  .sa.nav .user.dropdown .dropdown-menu.dropdown-menu-right {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 47px; }
  .sa.nav .user.dropdown:hover {
    background-color: #76797b; }
  .sa.nav .user a.account-dropdown-toggle {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    border: none; }
  .sa.nav .user a.account-dropdown-toggle {
    background-color: transparent;
    border: none; }

.search-results {
  position: absolute;
  z-index: 2147483647;
  width: 40%;
  left: 30%;
  background-color: #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: scroll;
  height: calc(100% - 42px - 20px);
  top: 42px; }

.search-results-container {
  position: fixed;
  z-index: 2147483646;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;
  background-color: rgba(51, 51, 51, 0.9);
  overflow: scroll; }

.search-result-header {
  background-color: #f4f5f6;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #949090;
  text-transform: capitalize;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px; }

.search-result-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer; }

.result-truck-name {
  font-weight: 600; }

.result-shift-factors {
  color: #949494; }

.result-shift-route {
  padding-top: 2px;
  padding-bottom: 8px; }

.result-timespan {
  color: #949494;
  font-size: 12px;
  float: right; }

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  display: block;
  clear: left;
  content: ' '; }

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' '; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff; }

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' '; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px; }

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.query-tab-outer-container {
  background-color: #5D5F61; }

.query-tab-inner-container {
  padding-top: 6px; }

.query-tab {
  height: 45px;
  text-align: center;
  width: 200px;
  color: #D5D8DB;
  cursor: pointer;
  padding: 10px;
  display: inline-block; }

.query-tab:hover {
  color: #FFF; }

.query-tab span {
  font-weight: 600;
  font-size: 14px; }

.query-tab--active {
  color: #FFFFFF;
  border-bottom: 4px solid #F7941E; }

@media screen and (max-width: 360px) {
  .sa-detail-group {
    padding-bottom: 10px; }
  .sa-detail-group .sa-detail-title {
    display: block;
    width: 200px;
    color: #5D5F61; }
  .sa-detail-group .sa-detail-title {
    position: relative;
    display: block; } }

@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: 0; }
  .modal-content {
    border-radius: 0; } }

.form-control {
  border-radius: 2px; }

.sa-detail-group {
  position: relative; }

.sa-detail-title {
  width: 200px;
  color: #909294;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block; }

.sa-detail-content {
  position: relative;
  font-weight: 400; }

.sa-detail-content .sa-detail-content-text {
  display: inline-block;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

@media screen and (max-width: 768px) {
  .u-hideMobile {
    display: none; } }

@media screen and (min-width: 769px) {
  .u-showMobile {
    display: none; } }

.u-removePadding {
  padding: 0; }

.u-capitalize {
  text-transform: capitalize; }

.u-floatRight {
  float: right; }

.u-overflowHidden {
  overflow: hidden; }

.u-successColor {
  color: #4CAF50; }

.u-errorColor {
  color: #F44336; }

.u-fullWidth {
  width: 100%; }

.u-topPadding {
  padding-top: 1em; }

.u-bottomPadding {
  padding-bottom: 1em; }

.u-largerFont--24 {
  font-size: 24px; }

.u-largerFont--16 {
  font-size: 16px; }

.u-boldText {
  font-weight: 600; }

.u-minorText {
  color: grey;
  font-size: 12px; }

.u-zeroHeight {
  height: 0; }

.u-block {
  display: block; }

.u-whiteBackground {
  background-color: #FFF !important; }

html, body {
  position: relative;
  height: 100%;
  width: 100%; }

.sa-example {
  background: #FFFFFF;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0px 20px 0px; }

.negative-currency {
  color: #FF0120; }

section {
  margin-bottom: 60px; }

.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.glyphicon.glyphicon-arrow-right:before {
  content: "\f061"; }

i.glyphicon.glyphicon-arrow-left:before {
  content: "\f060"; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F6FAFD; }


.btn-group .btn-third {
  width: 33%;
  border-radius: 0px;
  margin: 0; }

.btn-group .btn-third:last-child {
  width: 34%;
  border-radius: 0px;
  margin: 0; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #4A86EE;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

@media screen {
  html, body {
    position: relative; }
  body {
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto; }
    body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
      font-family: -apple-system-headline, ".SFNSDisplay-Regular", "San Francisco Display", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
      font-weight: 500;
      line-height: 1.1;
      color: inherit; }
  .header {
    font-family: -apple-system-headline, ".SFNSDisplay-Regular", "San Francisco Display", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; }
  a {
    cursor: pointer;
    color: #2E6CB5; }
  .brand-bg {
    background-color: #2E6CB5; }
  .brand-alt-bg {
    background-color: #0D2F4B; }
  .navbar {
    background: #2E6CB5;
    border-radius: 0px !important;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    height: 50px;
    position: relative; }
  .navigation {
    height: 50px; }
  .navbar-hidden-base {
    position: absolute;
    transition: all 0.15s ease-in-out;
    top: 0;
    width: 100%; }
  .navbar-hidden {
    top: -50px; }
  .brandbar {
    background: #FFFFFF;
    color: #9A9A9A;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 0px; }
    .brandbar .user-actions-container {
      display: inline-block;
      min-width: 200px;
      padding-top: 2px; }
    .brandbar .user-picture-container {
      display: inline-block; }
    .brandbar .user-picture {
      width: 42px;
      border-radius: 40px;
      height: 42px;
      overflow: hidden;
      margin-top: -18px; }
    .brandbar .user-actions a {
      color: #2E6CB5;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      height: 44px; }
  .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
    background: #0D2F4B;
    color: #FFF; }
    .navbar-default .navbar-nav .active a .dropdown-menu, .navbar-default .navbar-nav .active a:hover .dropdown-menu, .navbar-default .navbar-nav .active a:focus .dropdown-menu, .navbar-default .navbar-nav .open a .dropdown-menu, .navbar-default .navbar-nav .open a:hover .dropdown-menu, .navbar-default .navbar-nav .open a:focus .dropdown-menu {
      background: #FFFFFF;
      color: #333; }
  .navbar-default .navbar-nav li a {
    color: #FFF; }
    .navbar-default .navbar-nav li a img {
      max-width: none;
      margin-top: -2px;
      padding-right: 2px; }
  .navbar-default .navbar-nav li a:hover {
    background: #3379CA;
    color: #FFF; }
  .navbar-default .navbar-nav li a:visited {
    color: #FFF; }
  .navbar-default .navbar-nav li a:active {
    color: #FFF; }
  .navbar-disabled {
    background-color: #0D2F4B; }
  .navbar-disabled .navbar-nav {
    background-color: #0D2F4B;
    color: #3D596F; }
    .navbar-disabled .navbar-nav li a {
      color: #3D596F;
      pointer-events: none;
      cursor: default;
      color: #3D596F;
      background: #0D2F4B; }
    .navbar-disabled .navbar-nav li a:hover {
      background: #0D2F4B;
      color: #3D596F; }
  #map {
    width: 100%;
    height: 100%; }
  .map-section {
    position: absolute;
    height: calc( 100% - 0px - 50px);
    bottom: 0;
    top: 50px;
    transition: all 0.15s ease-in-out; }
  .map-section-top {
    top: 0px;
    height: 100%; }
  .map.list-hidden {
    left: 0%;
    width: 100%; }
  .map {
    width: 100%;
    min-width: 920px;
    left: 0;
    z-index: 22;
    transition: all 0.15s ease-in-out; }
    .map .toolbar {
      transition: all 0.15s ease-in-out;
      top: 0;
      background-color: #f58020;
      padding: 5px;
      left: 0px;
      position: absolute;
      z-index: 999;
      width: 150px;
      height: 43px;
      overflow: hidden;
      vertical-align: middle; }
      .map .toolbar .btn {
        color: #fff; }
      .map .toolbar .placeholder {
        color: #fff; }
      .map .toolbar .slider-container {
        margin-right: 15px;
        margin-top: 5px;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
        height: 1px;
        width: 570px;
        left: 100px;
        top: 44px;
        position: absolute; }
      .map .toolbar .label-container {
        font-size: 12px;
        width: 600px;
        padding-left: 15px;
        padding-right: 15px;
        left: 85px;
        top: 67px;
        position: absolute;
        text-align: center;
        color: #fff; }
      .map .toolbar .slider {
        border-radius: 50%;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background-color: #2E6CB5;
        position: absolute; }
    .map .toolbar.playback {
      left: -85px;
      width: 685px;
      height: 99px;
      overflow: visible; }
    .map .tooltip {
      z-index: 99999; }
  .header {
    position: relative; }
  .sidebar {
    width: 20%;
    background-color: #fff;
    min-width: 230px;
    z-index: 23;
    overflow-y: hidden;
    transition: all 0.15s ease-in-out; }
    .sidebar .btn-success {
      color: #fff;
      background-color: #5cb85c;
      border: 0px; }
    .sidebar .btn-success:active, .sidebar .btn-success.active {
      background-image: none;
      outline: 0;
      background-color: #47a447;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .sidebar.list-hidden {
    left: -1000px; }
  .list {
    overflow-y: scroll;
    height: calc(100% - 36px - 37px);
    transition: all 0.15s ease-in-out;
    z-index: 22; }
    .list .poi {
      height: 90px;
      padding: 10px;
      border-bottom: 1px solid #eee; }
      .list .poi .timestamp {
        color: #949090;
        font-weight: 400;
        font-size: 12px;
        float: right; }
      .list .poi .status {
        padding-top: 5px;
        font-weight: 300;
        font-size: 14px; }
      .list .poi .overtime {
        padding-top: 5px;
        font-weight: 300;
        color: red; }
  .status .idle {
    color: #949090; }
  .status .driving {
    color: #2e6cb5; }
  .map-top {
    top: 65px; }
  .legend-container {
    top: 65px; }
  .search-container {
    min-height: 36px;
    border-bottom: 1px solid #eee; }
  .clear-filters {
    position: absolute;
    right: 0%;
    display: inline-block;
    width: 20px;
    top: 24%;
    color: #949090; }
  .section {
    padding-top: 20px;
    padding-bottom: 20px; }
    .section .title {
      color: #FFF;
      font-size: 22px;
      line-height: 30px;
      text-transform: capitalize;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: 300;
      padding-bottom: 0px;
      background-color: #8E8E93; }
    .section .content {
      border: 1px solid #F4F5F6;
      background-color: #FFF; }
  .ter-chart {
    font-size: 14px;
    line-height: 2em; }
    .ter-chart .rank {
      border-radius: 50%;
      width: 20px;
      height: 20px;
      padding: 0;
      background: #333;
      color: #FFF;
      text-align: center;
      display: inline-block; }
    .ter-chart .ter-change {
      font-size: 20px; }
      .ter-chart .ter-change .fa-arrow-circle-up {
        color: #9BC42A; }
      .ter-chart .ter-change .fa-arrow-circle-down {
        color: #A41400; }
      .ter-chart .ter-change .fa-minus-circle {
        color: #3A93E0; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    font-weight: 400; }
  .table > thead > tr > th {
    font-weight: 500; }
  .current .title {
    background-color: #f58020; }
    .current .title .dash-stats > div {
      width: 20%; }
  .past24.twenty-four {
    font-size: 12px !important; }
  .past24 .title {
    background-color: #35A9E0; }
    .past24 .title .dash-stats > div {
      width: 25%; }
      .past24 .title .dash-stats > div.small {
        width: 25%; }
      .past24 .title .dash-stats > div.large {
        width: 32%;
        padding-left: 5px;
        padding-right: 5px; }
  .ter .title {
    background-color: #8FC754; }
  .dash-stats {
    display: inline-block;
    vertical-align: -75%;
    padding-top: 10px;
    padding-bottom: 10px; }
  .dash-stats > div {
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px; }
  .dash-stat {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    /* background-color: #fff; */
    /* border-right: 1px solid rgba(0,0,0,0.25); */ }
  .dash-stat:last-of-type {
    border-right: 1px solid transparent; }
  .dash-stat-label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #FFF9F9;
    line-height: 12px; }
  .sw-results-row {
    color: #333; }
  .content {
    padding-top: 15px; }
    .content .heading {
      font-weight: 600;
      font-size: 28px;
      color: #4F4B4B;
      line-height: 42px;
      text-transform: capitalize;
      padding-top: 10px; }
    .content .subheading {
      font-weight: 300;
      font-size: 30px;
      color: #A19999;
      line-height: 42px;
      text-transform: capitalize; }
    .content .row {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px; }
  truck-message-btn.sw-btn {
    text-align: center; }
    truck-message-btn.sw-btn a {
      text-align: center;
      color: #FFF; }
    truck-message-btn.sw-btn a:active, truck-message-btn.sw-btn a:hover {
      color: #fff;
      text-decoration: none; }
  truck-message-btn.sw-btn.sw-btn-block a {
    width: 100%; }
  .sw-btn, .sw-btn .leaflet-container {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    line-height: 14px;
    padding: 7px 20px 5px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    cursor: pointer; }
  .sw-btn-create {
    background-color: #8FC754; }
  .sw-btn-create:hover {
    text-decoration: none;
    color: #FFF;
    box-shadow: 0px 2px 0px 0px #8AA869; }
  .sw-btn-create:active {
    text-decoration: none;
    color: #FFF;
    box-shadow: inset 0px 2px 2px 0px #708658; }
  .section .subheading {
    font-size: 22px;
    color: #8E8E93;
    line-height: 44px;
    padding-top: 10px;
    font-weight: 400; }
  .section .title {
    width: 100%;
    position: relative; }
    .section .title .heading {
      color: #FFF;
      font-size: 22px;
      line-height: 30px;
      text-transform: capitalize;
      padding-right: 15px;
      font-weight: 300;
      background-color: #8E8E93;
      display: inline-block;
      min-width: 150px;
      vertical-align: 15%; }
    .section .title .actions {
      height: 35px;
      overflow: auto;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 5px;
      display: inline-block; }
      .section .title .actions a {
        height: 28px;
        margin-right: 10px; }
    .section .title .tabs {
      display: inline-block; }
      .section .title .tabs .tab {
        margin-top: 10px;
        margin-left: 10px;
        display: inline-block;
        padding: 5px 20px;
        font-size: 20px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-weight: 500;
        color: #2E6CB5;
        text-align: center;
        background-color: #E0E0E0;
        cursor: pointer; }
        .section .title .tabs .tab .tab-stat {
          font-weight: 300; }
      .section .title .tabs .tab.active {
        background-color: #FFF; }
  .advanced-search {
    padding-bottom: 30px;
    position: relative; }
  .table-header-highlighted {
    color: #f58020; }
  #IntercomDefaultWidget span {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; }
  #IntercomDefaultWidget {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; }
  .table-stat:last-child {
    border-right: 1px solid #ccc; }
  .table-stat {
    border-left: 1px solid #ccc; }
    .table-stat .heading {
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: 300;
      text-align: center; }
    .table-stat .stat {
      text-align: center; }
  .week-container li {
    display: inline-block;
    width: 14.2857%;
    height: 56px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ccc; }
    .week-container li .week-day {
      border-radius: 8px 8px 0px 0px;
      background-color: #2E6CB5; }
  .week-container > li > a.current {
    background: #0D2F4B;
    color: #95949E; }
  .week-container > li > a.current {
    background: #0D2F4B;
    color: #34a9e0; }
  .week-container > li > a.current > span {
    background: #0D2F4B;
    color: #34a9e0; }
  .quarter-container {
    text-align: center; }
  .table-detail {
    padding: 15px;
    background-color: #fff;
    color: #333;
    padding-bottom: 0px; }
  .detail-header {
    background: #8E8E93;
    color: #fff;
    font-size: 19px;
    padding: 15px; }
  .detail-subheader {
    background: #ededed;
    color: #333;
    font-size: 15px;
    padding: 15px;
    font-family: Georgia, serif;
    font-style: italic; }
  .sw-btn {
    background-color: #8e8e93;
    background-image: none; }
  .sw-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #8e8e93;
    background-image: none; }
  .sw-btn:active {
    color: #e0e0e0;
    background-color: #8e8e93;
    background-image: none; }
  .sw-btn-primary {
    background: #479FCA;
    border: none; }
  .sw-btn-primary:active, .sw-btn-primary:hover {
    background: #479FCA; }
  .sw-btn-ternary {
    background: #2E6CB5;
    border: none; }
  .sw-btn-ternary:active, .sw-btn-ternary:hover {
    background: #2E6CB5; }
  .sw-btn.sw-btn-success {
    background-color: #8fc754; }
  .sw-btn-success:active, .sw-btn-success:hover {
    background-color: #8CBD5A; }
  .sw-btn-danger {
    background-color: #f58020; }
  .sw-btn-danger:active, .sw-btn-danger:hover {
    background-color: #EB7B1F; }
  .sw-btn-large {
    width: 250px; }
  .sw-btn-lg {
    line-height: 28px;
    font-size: 22px;
    height: 40px; }
  .sw-btn-block {
    line-height: 26px;
    width: 100%; }
  .btn-part-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
  .label-date .quickdate-button {
    font-size: 12px;
    background: transparent;
    color: #fff;
    border: solid 0px transparent;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px;
    display: inline-block;
    text-decoration: none; }
  .report-section {
    padding-left: 15px;
    padding-right: 15px; }
  .report-heading {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8; }
    .report-heading .arrow {
      color: #8e8e93;
      padding-top: 29px;
      padding-right: 10px;
      float: right; }
  .detail-content {
    padding: 0px 15px 0px; }
    .detail-content .heading {
      text-align: left;
      font-size: 14px;
      display: block; }
  label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #878787;
    font-size: 12px; }
  .major-criteria label, .minor-criteria label {
    width: 120px; }
  .major-criteria span, .minor-criteria span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2e6cb5;
    font-size: 12px; }
  .time-criteria label {
    width: 50px; }
  .time-criteria span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #2e6cb5; }
  .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 3px 3px 5px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
    background-image: url(/images/select2x2.png) !important; } }

@media screen {
  .select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/select2.png) no-repeat 0 1px !important; } }

.quick-search {
  width: 100%;
  border: none;
  height: 35px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 25px;
  outline: none; }

.legend > h4 {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 5px;
  width: 100%;
  padding-right: 5px;
  font-size: 16px;
  color: #ffffff;
  padding: 10px; }

.legend > ul {
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px; }

.legend > ul > li {
  list-style-type: none;
  padding-left: 5px;
  line-height: 24px; }

.legend > ul > li > div {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 15px; }

.legend > ul > li > img {
  margin-left: -5px;
  margin-right: 10px;
  width: 24px; }

.flag-red {
  color: red; }

.flag-grey {
  color: #909294; }

.fresh-water {
  background-color: #00FFFF; }

.treated-water {
  background-color: #0000FF; }

.flowback {
  background-color: #663300; }

.csw {
  background-color: #33CC33; }

.production {
  background-color: #FFFF00; }

.pit-water {
  background-color: #994B17; }

.washout {
  background-color: #AAAAAA; }

.drill-mud {
  background-color: #C6814A; }

.empty {
  background-color: #E0E0E0; }

.select2-container {
  width: 100%; }

.week-container {
  list-style-type: none;
  background: #EEE; }

.week-container > li {
  display: inline-block;
  width: 14.2857%;
  height: 56px;
  margin: 0;
  padding: 0;
  float: left; }

.quarter-container > li {
  display: inline-block;
  width: 25%;
  height: 56px;
  margin: 0;
  padding: 0;
  float: left; }

.week-day {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: #37639C;
  color: #DDDDDD;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  outline: none;
  padding: 6px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
  cursor: pointer; }

.week-day:hover, .week-day:focus {
  color: #DDD;
  text-decoration: none;
  background: #325B8F; }

.week-day:active {
  color: #DDD;
  text-decoration: none;
  background: #2B4E7C; }

.week-day-first {
  border-left: 1px solid transparent; }

.week-day > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #FFF; }

.week-container {
  list-style-type: none;
  background: #EEE; }

.week-container > li {
  display: inline-block;
  width: 14.2857%;
  height: 56px;
  margin: 0;
  padding: 0;
  float: left; }

.table-stats {
  width: 100%;
  display: inline-block;
  padding-bottom: 7px; }

.table-stat {
  vertical-align: top;
  display: inline-block;
  width: 33%; }

.table-stat .stat {
  font-size: 34px;
  font-weight: 600; }

.table-stat .chart {
  padding-top: 10px; }

#shift-map, #route-map {
  min-width: 1px !important;
  min-height: 1px !important;
  position: relative; }

#map-ui {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100; }

#map-ui ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.map-text {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  cursor: pointer; }

.list-unstyled {
  margin: 0px; }

.detail .content h4 {
  margin-top: 5px;
  margin-bottom: 0px; }

.detail-list {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  display: block; }

.detail-list dt {
  color: #949090;
  text-transform: capitalize;
  width: 50%;
  text-align: left;
  padding-left: 5px;
  font-weight: 400; }

.dl-horizontal dd {
  font-weight: 500;
  margin-bottom: 2px; }

dt,
dd {
  line-height: 1.428571429em;
  min-height: 1.428571429em; }

.dl-horizontal dd {
  margin-left: 0px;
  min-width: 10px; }

.btn-close {
  cursor: pointer;
  font-family: sans-serif;
  transition: all 0.15s ease-in-out; }

.btn-close:hover {
  color: #d1d1d1; }

.table-header {
  color: #4F4B4B; }

.table-header-highlighted {
  color: #479FCA; }

.overtime {
  color: red; }

.search-container {
  position: absolute;
  top: 30px;
  left: 90px;
  width: 320px;
  z-index: 50;
  height: 35px; }

input.search--map {
  position: relative;
  border: none;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 25px;
  outline: none;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  border: 1px solid #c4c2bc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: white;
  background-clip: padding-box;
  color: #343434; }

.search--map .caret {
  display: none; }

.sa-loading-container {
  position: relative;
  height: 100%; }

.sa-loading-off {
  display: none; }

.sa-loading {
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10%;
  z-index: 1000;
  text-align: center; }

.sa-loading-spinner {
  display: inline-block;
  width: 32px;
  height: 32px; }

.sa-loading-text {
  margin-top: 5px; }

.version-number {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-size: 10px;
  font-weight: 400;
  color: #333;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-top-left-radius: 5px; }

.build-version {
  padding: 100px 20px 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  color: #949494; }

.hover-position {
  position: absolute;
  bottom: 0px;
  padding: 3px;
  font-size: 10px;
  left: 0px;
  z-index: 9999;
  background: white;
  margin: 10px;
  border-radius: 2px; }


#pending-field-tickets-chart {
  height: 700px; }

.ft-bucket-table table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none; }

.ft-bucket-table table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none; }

.ft-bucket-table table a:active,
.ft-bucket-table table a:hover {
  color: #bd5a35;
  text-decoration: underline; }

.ft-bucket-table table {
  width: 900px;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 12px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1; }

.ft-bucket-table table th {
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb); }

.ft-bucket-table table th:first-child {
  text-align: left;
  padding-left: 20px; }

.ft-bucket-table table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.ft-bucket-table table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.ft-bucket-table table tr {
  text-align: center;
  padding-left: 20px; }

.ft-bucket-table table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0; }

.ft-bucket-table table td {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }

.ft-bucket-table table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); }

.ft-bucket-table table tr:last-child td {
  border-bottom: 0; }

.ft-bucket-table table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ft-bucket-table table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ft-bucket-table table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.card-container {
  padding: 36px 0; }
  .card-container card .card {
    padding: 24px;
    cursor: pointer; }
  .card-container .card-title {
    color: #909294;
    padding-bottom: 16px; }
  .card-container .card-content {
    font-size: 30px;
    color: #4895F0; }
    .card-container .card-content i {
      float: right;
      position: relative;
      top: 7px; }

.chart-timespan-options-wrapper {
  margin-top: 5px;
  margin-bottom: 5px; }

.dash-stats {
  min-width: 70%; }

.chart {
  height: 300px; }

.summary-past-24hr {
  color: #000; }

.summary-past-24hr select {
  font-size: 16px;
  margin-top: 12px; }

.title div.form-group.col-xs-3.hover-pointer {
  width: auto; }

@media screen and (max-width: 731px) {
  .dash-stats {
    min-width: 100%; }
  .past24 .title .dash-stats > div {
    width: 35% !important; }
    .past24 .title .dash-stats > div.small {
      width: 15% !important; }
    .past24 .title .dash-stats > div.large {
      width: 32%;
      padding-left: 5px;
      padding-right: 5px; } }


.page-field-tickets .sa.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.pagination.tab-field-tickets {
  width: 100%;
  margin-top: 0;
  margin-bottom: -8px; }

.pagination.tab-field-tickets li span {
  width: 14.3%;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #4895F0; }

.isSelected {
  border-bottom: solid 4px #4895F0 !important; }

.notSelected {
  color: #6DA0DC !important;
  border: none !important; }

.info, .accordion-toggle td {
  max-width: 300px; }

.charge-container {
  position: relative;
  width: 100%; }


.radius-form {
  padding-top: 24px; }

.billable-toggle {
  margin-bottom: 0; }

.sites-container {
  position: absolute;
  top: 90px;
  width: 100%; }

.locations-page .sa.toolbar {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 1; }

.locations-page .sa.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.modal-site-map {
  width: 100%;
  height: 300px; }

#modal-site-map .centerMarker {
  position: absolute;
  background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  margin-top: -34px;
  height: 34px;
  width: 20px;
  cursor: pointer; }


/* * * * Login * * * */
.form-container {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  max-width: 750px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
  .form-container .status-container {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #949494; }
    .form-container .status-container .status-title {
      font-weight: 600; }
    .form-container .status-container .status-description.minor {
      color: #f5a623; }
    .form-container .status-container .status-description.major {
      color: #B49653; }
    .form-container .status-container .status-description.critical {
      color: #d0021b; }
  .form-container .login-container .login-header {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 25px; }
  .form-container .login-container .form-control {
    border-radius: 0;
    height: 40px; }
  .form-container .login-container .pwd-form {
    min-height: 25px; }
  .form-container .login-container .btn-login {
    height: 40px;
    width: 100%;
    background-color: #4895F0;
    position: relative;
    background: #4A86EE;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .form-container .login-container .right-header {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px; }
  .form-container .login-container .right-content {
    color: #666666;
    padding-bottom: 10px; }
  .form-container .login-container .update-content-container {
    max-height: 60px;
    overflow: hidden; }
  .form-container .login-container .update-error-container {
    height: 80px; }
  .form-container .login-container .get-started {
    width: 100%;
    background-color: #6e6e6e;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .form-container .forgot-password-container {
    background-color: #677171;
    text-align: center;
    height: 60px; }
    .form-container .forgot-password-container .forgot-password {
      line-height: 60px;
      font-weight: 600;
      color: #FFFFFF; }
      .form-container .forgot-password-container .forgot-password a {
        color: white;
        text-decoration: underline; }

@media (max-width: 991px) {
  .form-container {
    padding-top: 5%;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    max-width: 100%;
    margin-top: 0; }
  .right-container {
    border-top: 1px solid #D9D9D9;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 992px) {
  .login-container {
    height: 360px; }
  .left-container {
    height: 100%;
    padding: 50px;
    padding-bottom: 60px;
    border-right: 1px solid #D9D9D9; }
  .right-container {
    height: 100%;
    padding: 50px;
    padding-bottom: 60px; } }

/* * * * Company Selection Portal * * * */
.sa-company-selection-container {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 5%; }
  .sa-company-selection-container .sa-item-list {
    border: 1px solid lightgray;
    border-radius: 3px;
    background-color: #FEFCFF; }
  .sa-company-selection-container .sa-item-list .sa-item {
    cursor: pointer;
    width: 100%;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid lightgray;
    position: relative;
    min-height: 57px; }
    .sa-company-selection-container .sa-item-list .sa-item .sa-item-icon {
      position: absolute;
      left: 10px;
      width: 37px;
      height: 37px; }
    .sa-company-selection-container .sa-item-list .sa-item .sa-item-details {
      position: relative;
      left: 57px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: calc(100% - 57px); }
    .sa-company-selection-container .sa-item-list .sa-item .sa-item-title {
      color: #000;
      margin: 0;
      padding: 0; }
    .sa-company-selection-container .sa-item-list .sa-item .sa-item-detail {
      color: #9B9B9B;
      margin: 0;
      padding: 0; }
    .sa-company-selection-container .sa-item-list .sa-item .fa-chevron-right {
      color: #A6AAAF;
      position: absolute;
      font-size: 14px;
      top: calc(50% - 7px);
      right: 10px; }
  .sa-company-selection-container .sa-item-list .sa-item:hover {
    background-color: #f6fafd; }
  .sa-company-selection-container .sa-item-list .sa-item:last-child {
    border-bottom: none; }
  .sa-company-selection-container .header {
    color: #9B9B9B;
    padding-bottom: 5px; }

.confirm-alert {
  top: 25%; }

.confirm-alert .modal-footer {
  border: none;
  text-align: center; }

.confirm-alert .modal-body {
  text-align: center; }

.confirm-alert .modal-dialog {
  min-width: 250px;
  display: table;
  overflow-x: auto;
  width: auto;
  max-width: 80vw; }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

body.page--map, html.page--map {
  height: 100%; }
  body.page--map iframe.zEWidget-launcher.zEWidget-launcher--active, html.page--map iframe.zEWidget-launcher.zEWidget-launcher--active {
    display: none !important; }

a {
  cursor: pointer;
  color: #2E6CB5; }

.log-infowindow-container {
  padding: 4px; }
  .log-infowindow-container .header {
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 8px; }

.replay-log-container {
  position: absolute;
  background-color: #F4F5F6;
  width: 420px;
  height: 80%;
  right: 10px;
  top: 83px; }
  .replay-log-container .log-container-header {
    border-bottom: 1px solid #D5D8DB;
    font-size: 18px;
    height: 60px;
    background-color: #FFFFFF;
    padding: 16px;
    box-shadow: 0 0 8px 0 rgba(52, 88, 150, 0.24); }
    .replay-log-container .log-container-header .log-container-close {
      line-height: 28px;
      cursor: pointer;
      float: right; }
  .replay-log-container .log-container-content {
    padding: 24px 16px;
    overflow-y: scroll;
    height: calc(100% - 60px); }
    .replay-log-container .log-container-content .replay-log {
      display: table;
      background-color: #FFFFFF;
      width: 100%;
      min-height: 72px;
      margin-bottom: 16px;
      padding: 8px 16px;
      padding-left: 0;
      box-shadow: 0 0 16px rgba(52, 88, 150, 0.24); }
      .replay-log-container .log-container-content .replay-log:last-child {
        margin-bottom: 0; }
      .replay-log-container .log-container-content .replay-log:hover {
        background-color: #2E6CB5;
        color: white;
        cursor: pointer; }
      .replay-log-container .log-container-content .replay-log.selected {
        background-color: rgba(46, 108, 181, 0.08);
        color: #2E6CB5; }
    .replay-log-container .log-container-content .icon-container {
      display: table-cell;
      padding: 0 8px;
      height: 100%;
      vertical-align: middle; }
      .replay-log-container .log-container-content .icon-container i {
        position: relative;
        top: 25%; }
    .replay-log-container .log-container-content .log-details {
      display: inline-block;
      width: 100%;
      padding: 4px 0; }
      .replay-log-container .log-container-content .log-details .timestamp {
        padding-top: 8px; }

.new-replay-button {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
  color: #4A87EE;
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #DDD; }

#navigation {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2; }

#map-view {
  position: absolute;
  padding-top: 50px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1; }

.map-section .angular-google-map-container {
  width: 100%;
  height: 100%; }

.map-section .angular-google-map {
  width: 100%;
  height: 100%; }

.prop-list {
  padding-top: 10px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 5px; }

.map-with-sidebar {
  left: 250px;
  width: calc(100% - 250px); }

.list.list--map {
  height: calc(100% - 86px);
  position: absolute;
  width: 250px;
  left: 0;
  top: 50px;
  z-index: 1;
  background-color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden; }

.list .list-item {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 15px; }

.list .list-item .timestamp {
  color: #949090;
  font-weight: 400;
  font-size: 12px;
  float: right; }

.list .list-item .driver-name {
  font-weight: 400;
  text-transform: capitalize;
  color: #949090; }

.list .list-item .truck-type {
  font-weight: 400; }

.list .list-item .status {
  padding-top: 5px;
  font-weight: 300; }

.list .list-item .overtime {
  padding-top: 5px;
  font-weight: 300;
  color: red; }

.list-item.list-item-faded {
  background-color: #edeeef;
  border-bottom: 1px solid #d1d1d1; }

.list-item.list-item-disabled {
  background-color: #d9dadb;
  border-bottom: 1px solid #b3b3b3; }

.list-item-selected {
  background: #FFFFDA !important;
  border-bottom-color: #e6e6b6 !important; }

.list-search {
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #DDD; }

.status .driving {
  color: #2e6cb5; }

.status .idle {
  color: #949090; }

.legend > h4.legend--head {
  cursor: pointer;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0; }

.btn-group.btn-group-block {
  width: 100%;
  margin: 0; }

.btn-group.btn-group-block > .btn {
  width: 50%;
  border: 0;
  border-radius: 0;
  margin: 0; }

.item-list--legend {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: scroll;
  height: calc(100% - 85px); }

.legend {
  transition: all 0.15s ease-in-out;
  height: calc(100% - 117px);
  bottom: 0;
  width: 250px;
  position: absolute;
  z-index: 23;
  background-color: #FFF;
  overflow: hidden; }

.legend.hide-legend {
  height: 36px !important;
  overflow: hidden !important; }

.no-scroll {
  position: relative;
  overflow: hidden; }

.labels {
  margin-left: -20px !important;
  margin-top: 20px !important;
  color: #fff;
  font-size: 1.1em;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.loading-replay {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed; }
  .loading-replay .loading-icon {
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 40px; }

.replay-subdetail {
  padding-left: 5px; }

.replay-subdetail .replay-subdetail-title {
  color: #A7A2A1;
  font-weight: 300; }

.replay-subdetail span {
  padding-bottom: 1px;
  padding-top: 1px; }

.sw-sidebar.map-filter {
  width: 300px;
  position: absolute;
  right: 10px;
  top: 56px;
  z-index: 999;
  background: white;
  border-radius: 2px;
  height: calc(100% - 80px); }
  .sw-sidebar.map-filter .filter-head {
    height: 40px;
    padding: 10px;
    border: 1px;
    font-size: 14px;
    font-weight: 300; }
    .sw-sidebar.map-filter .filter-head .filter-clear {
      margin-left: 10px;
      text-decoration: underline;
      cursor: pointer;
      color: #a73b33; }
    .sw-sidebar.map-filter .filter-head .filter-sign {
      float: right;
      cursor: pointer; }
  .sw-sidebar.map-filter .filter-body {
    height: calc(100% - 40px); }

.map-filter.sw.sw-sidebar.sw-sidebar-hide {
  height: 40px; }

.user-position {
  position: absolute;
  top: 130px;
  left: 260px;
  background: white;
  width: 28px;
  height: 28px;
  z-index: 999;
  font-size: 22px;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer; }


tbody.routes td:first-child, tbody.shifts td:first-child, tbody.logs td:first-child, tbody.work-orders td:first-child, tbody.dispatches td:first-child, tbody.jobs td:first-child, tbody.field-tickets td:first-child {
  color: #4A90E2;
  text-decoration: underline;
  cursor: pointer; }

.checkbox-label {
  font-weight: 400;
  font-size: 13px;
  position: relative;
  left: 4px;
  top: 1px; }

.general-input-container {
  width: 263px;
  padding: 5px; }

.general-input-container .id-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #878787;
  font-size: 12px; }

.general-input-container .text-muted {
  color: #9B9B9B; }

.multiselect {
  padding: 5px; }

.multiselect .ui-select-match-item {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.multiselect .dropdown-menu {
  left: -5px !important; }

.detail-open {
  right: 0 !important; }

.sw.sw-sidebar .dropdown-menu {
  position: absolute;
  top: inherit;
  min-width: 160px;
  width: 280px; }

.sw.sw-sidebar .datetimepicker {
  width: 280px; }

table.sw-grid {
  margin-bottom: 0; }

th.sortable {
  cursor: pointer; }

table.sw-grid tr th i.fa {
  display: none; }

table.sw-grid tr th.active {
  background-color: #f5f5f5;
  color: #4A90E2; }

table.sw-grid tr th.active i.fa {
  display: inline; }

.sw-grid tr {
  background-color: #FFF; }

.sw-grid tr.sw-row-alternate {
  background-color: #F6FAFD; }

.sw-grid-container {
  width: 100%;
  height: calc(100% - 40px - 30px);
  overflow: scroll; }

.sa.sub-toolbar {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #D5D8DB;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F4F5F6;
  position: relative;
  overflow: hidden;
  border-radius: 0; }

.sa.sub-toolbar .pagers {
  font-size: 16px;
  right: 10px;
  color: #4895F0;
  position: absolute;
  top: 0; }

.sa.sub-toolbar input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  line-height: 29px;
  height: 29px;
  top: 0px;
  background: transparent;
  position: relative; }

.sa.sub-toolbar input:focus {
  outline: none; }

.work-order h1 {
  font-weight: 600;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 19px;
  margin: 0;
  padding: 0;
  width: 250px; }

.work-order small {
  position: absolute;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 14px;
  font-weight: 400;
  width: 100px;
  right: 15px;
  top: 17px;
  text-align: right; }

.work-order .due {
  position: absolute;
  right: 10px;
  width: 100px;
  top: 13px;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 14px; }

.work-order p.description {
  padding-top: 5px;
  padding-bottom: 15px;
  margin: 0;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 14px;
  font-weight: 400; }


body.page--route-planner, html.page--route-planner {
  height: 100%; }
  body.page--route-planner iframe.zEWidget-launcher.zEWidget-launcher--active, html.page--route-planner iframe.zEWidget-launcher.zEWidget-launcher--active {
    display: none !important; }

.query-container {
  position: relative;
  width: 400px;
  border-right: 1px solid #DDD;
  background-color: #FFFFFF;
  overflow: scroll;
  height: calc(100% - 40px - 50px); }

.query-container .rp-selector {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin: 0 auto; }

.query-container .rp-waypoint-selector {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 90%; }

.query-container .rp-search {
  color: #4A87EE;
  text-align: center;
  padding-bottom: 10px;
  cursor: pointer;
  text-decoration: underline; }

.rp-header-label {
  color: #949090;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  left: 10px; }

.rp-waypoint-selector i {
  position: absolute;
  top: 10px;
  right: -17px;
  cursor: pointer; }

.query-container .rp-selection-container {
  position: relative;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #DDD;
  background-color: #FFF; }

.rp-selection-container .rp-left-container {
  width: 75%;
  max-width: 75%; }

.rp-left-container .rp-name {
  font-weight: bold;
  color: #000; }

.rp-left-container .rp-type {
  color: #949090; }

.rp-left-container .rp-location {
  font-style: italic;
  color: #949090;
  text-decoration: underline; }

.rp-left-container .rp-location-none {
  color: #4A87EE;
  text-decoration: underline; }

.rp-selection-container .rp-right-container {
  position: absolute;
  padding-right: 10px;
  top: 0;
  right: 0;
  width: 25%;
  max-width: 25%; }

.rp-right-container .rp-label {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: smaller;
  color: #949090;
  text-align: right; }

.rp-right-container .rp-status {
  color: #4A87EE;
  text-align: right; }

.rp-result-container {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #DDD; }

.rp-result-container .rp-result-number {
  position: absolute;
  width: 10%;
  line-height: 100px;
  height: 100%;
  text-align: center;
  color: #4A87EE;
  border-right: 1px solid #DDD; }

.rp-result-container .rp-result {
  position: absolute;
  width: 90%;
  left: 10%;
  height: 100%; }

.rp-result .short-route {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30%;
  font-size: 14px;
  font-weight: 700;
  width: calc(100% - 10px);
  white-space: nowrap;
  overflow-x: auto; }

.rp-result .route-details {
  position: relative;
  height: 70%;
  width: 100%; }

.rp-result .route-left {
  position: absolute;
  height: 100%;
  width: 50%; }

.rp-result .route-right {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 50%; }

.route-details .stat-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px; }

.stat-container .header {
  color: #949090;
  font-size: 12px; }

.stat-container .value {
  font-size: 12px; }

.map-container {
  position: absolute;
  width: calc(100% - 400px);
  height: calc(100% - 50px);
  left: 400px;
  top: 50px;
  bottom: 0;
  z-index: 22;
  min-width: 920px; }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.actions-cell .fa-ellipsis-v {
  margin: -8px;
  padding: 8px; }

.cost-version-actions {
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 10px 0;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
  .cost-version-actions .cost-version-action {
    padding: 0 10px;
    cursor: pointer; }
  .cost-version-actions .expire {
    color: #2E6CB5; }
    .cost-version-actions .expire:hover {
      background-color: #2E6CB5;
      color: #FFFFFF; }
  .cost-version-actions .delete {
    color: #FF0120; }
    .cost-version-actions .delete:hover {
      background-color: #FF0120;
      color: #FFFFFF; }

.sa-tabs.account-navigation {
  margin-right: auto;
  display: table;
  background-color: #5D5F61;
  padding-top: 50px; }
  .sa-tabs.account-navigation a.sa-tab {
    width: 200px;
    padding: 10px;
    color: white;
    background-color: #5D5F61;
    font-weight: 600;
    font-size: 14px; }
    .sa-tabs.account-navigation a.sa-tab.active {
      box-shadow: 0 -5px 0 #F7941E inset; }

.lh-17 {
  line-height: 1.7; }

.vendor-name-logo {
  width: 60px;
  height: 60px; }

.column-account {
  margin-right: 170px; }

.customer-name-logo {
  height: 35px;
  width: 35px;
  background-color: rgba(46, 46, 46, 0.66);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: white;
  font-weight: 600;
  padding: 9px; }

.customer-name {
  margin-left: 15px; }

.customer-table {
  margin-top: 50px; }

.settings-table {
  margin-top: 50px; }

.ok-button {
  float: right;
  color: white; }

.cancel-button {
  float: right;
  margin-right: 10px;
  color: black; }

.settings-header {
  display: inline-block;
  font-size: 20px; }

.settings-edit-button {
  top: 10px;
  margin-top: 9px;
  float: right; }

.edit-disabled {
  color: grey;
  pointer-events: none; }

.f-20, h2.d-inline.f-20 {
  font-size: 20px; }

.mt-60 {
  margin-top: 60px; }

.mt-48 {
  margin-top: 48px; }

.mt-28 {
  margin-top: 28px; }

.mt-20 {
  margin-top: 20px; }

.mt-8 {
  margin-top: 8px; }

.float-right {
  float: right; }

/**
  User Profile tab
 */
.center-block h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-transform: capitalize; }

.center-block .table {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px; }

.center-block .table th {
  color: #8f8f8f;
  font-weight: 400; }

.center-block .table .table-checkbox {
  width: 70px;
  text-align: right; }

.center-block .table tbody .table-checkbox {
  padding-right: 6px; }

.center-block .table > tbody > tr > td {
  padding: 8px 4px; }

.center-block .table > thead > tr > th {
  padding: 0 4px; }

.save-account {
  float: right; }

div.user-image {
  display: inline;
  float: left;
  font-size: 68px;
  margin-right: 2%;
  width: 12%; }

.center-block h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px; }

.user-email > input {
  width: 100%; }

.user-number {
  float: left;
  width: 100%; }

.user-number > input {
  float: left;
  width: 100%;
  margin-top: 10px; }

.save-user {
  padding-top: 5px;
  float: right;
  color: #3366BB;
  cursor: pointer; }

.first-name {
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 40%; }

.last-name {
  width: 58%; }

.user-email {
  float: left;
  width: 100%; }

.user-details {
  display: inline-block;
  width: 75%; }

.new-password {
  margin-bottom: 10px;
  width: 70%; }

.password-confirm {
  width: 70%; }

.center-block input {
  font-weight: 300; }

.password h3 {
  margin-left: -15px;
  margin-bottom: 7px; }

.save-password {
  color: #3366BB;
  float: right;
  margin-right: 30%;
  padding-top: 5px;
  cursor: pointer; }

.password button {
  background-color: #4A86EE;
  color: #FFF;
  float: right;
  margin-right: 30%; }

.center-block .center-button {
  float: right;
  margin-top: 15px;
  font-weight: 400;
  color: #7294ea;
  cursor: pointer; }

.center-block .phone-number > h3 {
  display: inline-block; }

.center-block .row {
  margin-bottom: 20px;
  margin-top: 20px; }

.center-block .phone-number input {
  width: 100%; }

.center-block select.form-control {
  font-weight: 400; }

.tab-segment {
  border-radius: 6px;
  border: 1px solid #4A86EE;
  margin: 0 auto;
  background-color: #fff; }

.selected-tab-option {
  background-color: #4A86EE;
  color: #fff !important; }

.tab-option {
  color: #4A86EE; }

.row.center {
  position: relative;
  text-align: center; }

.alert-desc {
  float: right;
  position: relative;
  top: 15px; }

.alert-title {
  display: inline; }

.edit-button.action-link {
  color: #7294ea;
  cursor: pointer;
  font-weight: 400;
  width: 30px;
  font-size: 15px; }

.center-block .flat-button {
  color: #7294ea;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400; }

.center-block .left-button {
  float: left;
  margin-left: 35px; }

.center-block .right-button {
  float: right;
  margin-right: 35px; }

.center-block .headerData h1 {
  font-weight: 400;
  font-size: 45px;
  margin: 0; }

.center-block .headerData {
  display: inline-block;
  width: 33%;
  text-align: center; }

.center-block .headerData h3 {
  letter-spacing: .1em;
  margin-top: 0; }

.center-block .data-row {
  margin-bottom: 20px; }

.row.truck-row h3 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.table-striped .last-column {
  width: 130px; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

h2.d-inline-block.f-20.user-profile-header {
  margin-top: 0;
  margin-bottom: -2px;
  font-size: 20px; }

.edit-btn.uProfile {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: end;
  float: right; }

.row.uActionButton {
  margin: 0; }
  .row.uActionButton div button {
    float: right;
    margin-left: 10px; }

.table.table-striped.permission-table {
  text-transform: capitalize; }
  .table.table-striped.permission-table span.label.label-default {
    margin-right: 10px; }

.col-sm-9.user-details-section {
  padding: 0; }

.edit-btn.disabled {
  color: grey; }

/**
  Customer details page style
 */
div.row.cus-details-section {
  margin-top: 0; }

.vendor-name-logo {
  width: 60px;
  height: 60px; }

.vendor-des {
  padding: 0; }
  .vendor-des .vendor-name {
    font-size: 20px; }
  .vendor-des div:not(:first-child) {
    font-weight: 400; }

.vendor-contact div:first-child {
  font-size: 17px; }

.vendor-contact .contact-detail {
  padding-top: 3%; }
  .vendor-contact .contact-detail div:first-child {
    font-size: 15px; }
  .vendor-contact .contact-detail div:not(:first-child) {
    font-weight: 400; }

.wo-permission {
  padding: 2% 0; }
  .wo-permission span {
    padding-left: 1%;
    font-size: 14px;
    font-weight: 400; }

.search-pricebook .col-sm-3 span {
  float: right; }

.search-pricebook.row .col-sm-6 input {
  width: 100%;
  height: 35px;
  padding-left: 5px; }

.row.pricebook-table-control::after {
  margin-bottom: 30px;
  margin-top: 20px; }

input.mt-25.ml-20 {
  margin-top: 25px;
  margin-left: 20px; }
  input.mt-25.ml-20:disabled {
    margin-top: 0; }

.editable-cell-content {
  display: inline-block;
  margin-top: 18px; }

.table.table-striped.pricebook-table {
  max-width: 102%;
  width: 102%; }
  .table.table-striped.pricebook-table th {
    font-size: 15px;
    font-weight: 500; }

.fa-chevron-left.disabled, .fa-chevron-right.disabled {
  pointer-events: none; }

.no-data-description {
  color: #90a0ae; }

/**
 Users tab
 */
.users-search-bar {
  width: 100%;
  margin-top: 13px; }

.user-homesite-name {
  max-width: 25em; }

.center-block .row.align-header-action {
  margin-top: 48px; }
  .center-block .row.align-header-action div:nth-child(2) {
    margin-top: 5px; }
  .center-block .row.align-header-action div:nth-child(3) {
    margin-top: 10px; }

.date-modal-input {
  position: relative; }
  .date-modal-input .dropdown {
    left: auto !important;
    right: 0; }

/*
  Utility styles, tobe moved to utils scss on final refactoring
 */
.f-20 {
  font-size: 20px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-40 {
  margin-left: 40px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-40 {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mtb-15 {
  margin: 15px 0; }

.float-right {
  float: right; }

.text-align-last {
  text-align-last: end; }

.text-align-center {
  text-align: center; }

/**
  Customer list tab
 */
.customer-header {
  padding-left: 0; }

/**
  Account Settings
 */
.account-field-block {
  margin-top: 20px; }

.account-field-block p {
  font-weight: normal; }

.account-settings--timezone {
  height: 34px;
  width: 100%; }
  .account-settings--timezone.disabled {
    cursor: not-allowed;
    opacity: 1;
    background-color: #ccc; }
    .account-settings--timezone.disabled .ui-select-toggle {
      color: #797979; }


.job-tabs {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 100%; }
  .job-tabs a.job-tab {
    text-align: center;
    display: inline-block;
    width: 20%;
    font-size: 14px;
    float: left;
    position: relative;
    color: #2697EC;
    background-color: #FFF;
    cursor: pointer;
    border-bottom: 1px solid #DDD; }
  .job-tabs a.job-tab.active {
    box-shadow: 0px -5px 0px #2697EC inset; }

.status {
  font-weight: 400; }

.work-order-item {
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 14px;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
  padding: 15px; }
  .work-order-item .timestamp {
    color: #949090;
    font-weight: 400;
    float: right; }
  .work-order-item .status {
    padding-top: 5px;
    font-weight: 300; }

.timebar {
  height: 40px;
  color: #e0e0e0;
  width: 100%; }

.timebar.corner {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  text-align: left;
  padding: 5px;
  height: 40px; }
  .timebar.corner .selectize-input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 4px 8px; }
  .timebar.corner .clear-selection {
    text-align: center;
    color: #909090; }
  .timebar.corner select.form-control {
    width: 200px;
    margin: 0 auto; }

span.job-dropdown-title {
  text-align: left; }

small.job-dropdown-detail {
  text-align: left; }

.dispatch .toolber.nav-top {
  position: absolute;
  top: 0; }

.dispatch div.fix-to-top.toolbar.nav-top {
  position: fixed;
  top: 0;
  z-index: 999; }

.dispatch .no-height {
  height: 0px; }

.dispatch div.nav-height {
  height: 40px; }

.dispatch .toolbar.nav-top h1 {
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  margin-left: 0px; }

.dispatch .toolbar.nav-top h1.center {
  text-align: center; }

.dispatch .nav-top .btn-group {
  position: absolute;
  left: calc(50% - 200px);
  top: 5px;
  width: 400px; }

.dispatch .nav-top .reload {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: calc(50% + 300px);
  top: 3px;
  width: 100%; }

.dispatch .nav-top .switch small {
  width: 26px;
  height: 26px; }

.dispatch .nav-top .switch {
  height: 26px; }

.dispatch .nav-top .switch.checked small {
  left: 26px; }

.dispatch .nav-top .button-right.divider {
  padding-top: 10px;
  color: #A6A6A6;
  right: 33px; }

.dispatch .nav-top .button-left {
  top: -1px; }

.dispatch .nav-top .nav-action {
  float: right;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  top: -1px;
  padding-left: 10px;
  padding-right: 10px; }

.dispatch .bottom .toolbar.nav-top {
  border-top: 1px solid #ddd; }

.dispatch div.fix-below-nav.timebar {
  position: relative;
  top: 40px;
  z-index: 999;
  float: left; }

.dispatch .timebar .name {
  background-color: #f6fafd;
  opacity: 0; }

.dispatch .timebar div.timeline-height {
  height: 40px; }

.dispatch .timebar .fixed-timeline {
  color: #4895F0;
  border-bottom: 1px solid #ddd;
  height: 100%;
  width: 100%; }
  .dispatch .timebar .fixed-timeline .time-col-1 {
    width: 4.16667%;
    display: inline-block;
    float: left;
    font-size: 11px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: 300;
    height: 100%;
    line-height: 39px; }

.dispatch .name {
  width: 250px;
  float: left;
  border-right: 1px solid #ddd;
  display: inline-block;
  border-top: none;
  background-color: #FFF;
  color: #191919;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

.dispatch .fixed-timeline {
  background-color: #FFF;
  width: 100%;
  float: left;
  height: 100%;
  display: inline-block; }

.dispatch .timeline-container {
  margin-bottom: 1px;
  height: calc(100% - 40px);
  position: relative;
  background-color: #f6fafd;
  width: 100%; }

.dispatch .names {
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
  overflow: scroll;
  width: 250px; }

.dispatch .timelines {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 250px);
  height: 100%;
  overflow: scroll; }

.dispatch .name {
  padding: 10px;
  display: block;
  position: relative;
  height: 60px;
  width: 236px; }

.dispatch .header {
  position: relative;
  display: block;
  padding-left: 10px;
  background: #F4F5F6;
  font-size: 12px;
  color: #949090;
  line-height: 24px;
  height: 24px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDD; }

.dispatch .header-timeline {
  position: relative;
  display: block;
  padding-left: 10px;
  background: transparent;
  font-size: 12px;
  color: #949090;
  line-height: 24px;
  height: 24px;
  border-bottom: 1px solid #DDDDDD; }

.timelines .timeline {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 8;
  height: 60px;
  background-color: #FFF;
  width: 100%;
  overflow: hidden; }
  .timelines .timeline .block {
    background-color: #606060;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    position: absolute;
    border: none;
    opacity: 1;
    cursor: pointer; }
  .timelines .timeline .line {
    height: 49px;
    background-color: #ff0000;
    width: 4px;
    line-height: 48px;
    text-align: center;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: absolute;
    border: none;
    opacity: 1; }

.block-detail {
  text-align: left;
  padding: 5px; }
  .block-detail .title {
    font-weight: 500; }
  .block-detail .time {
    font-style: italic; }
  .block-detail p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-align: left; }

.map-hide {
  height: 0 !important; }

.map-dispatch {
  height: 50%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid #ddd; }
  .map-dispatch .angular-google-map-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .map-dispatch .detail-container .angular-google-map-container {
    position: relative; }

.dispatch {
  height: calc(50% - 117px);
  position: relative; }
  .dispatch .main {
    height: calc(100% - 50px - 321px);
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }
  .dispatch .bottom {
    top: 0;
    height: 321px;
    width: 100%;
    left: 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #F6FAFD; }
  .dispatch .help-block {
    font-weight: 400; }
  .dispatch .stick {
    position: fixed;
    top: 50px;
    z-index: 10000; }
  .dispatch .toolbar {
    display: block;
    width: 100%;
    height: 40px; }
  .dispatch .work-orders-container {
    height: 100%;
    width: 100%;
    position: relative; }
  .dispatch .map-container {
    height: 50%; }
  .dispatch .sidebar {
    height: calc(50% - 117px);
    width: 270px;
    float: right;
    position: relative;
    border-left: 1px solid #ddd;
    box-shadow: none; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  height: 26px;
  padding: 6px 9px; }

small {
  color: #949090; }

.ui-select-bootstrap .ui-select-choices-row.active > a small {
  color: #fff; }

.bottom-container {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: relative; }

.sa-vertical-form-container {
  position: absolute;
  left: 250px;
  top: 0;
  width: calc(100% - 250px);
  height: 280px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: scroll; }

.sa-vertical-form {
  margin: 0 auto; }
  .sa-vertical-form p {
    font-weight: 400; }
  .sa-vertical-form .date-group .dropdown-menu {
    position: fixed;
    top: 100%;
    left: calc(50% - 160px);
    top: 200px;
    z-index: 99999999999;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.sa-vertical-tabs {
  color: #2C2D2E;
  position: relative;
  left: 0;
  width: 250px;
  height: 280px;
  top: 0;
  margin: 0;
  padding: 0; }
  .sa-vertical-tabs .sa-vertical-tab.active {
    border-right: none;
    background-color: #FFF; }
  .sa-vertical-tabs .sa-vertical-tab[ng-click] {
    cursor: pointer; }
  .sa-vertical-tabs .sa-vertical-tab {
    left: 0;
    position: relative;
    display: block;
    height: 33.333333333%;
    background-color: #F4F5F6;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD; }
    .sa-vertical-tabs .sa-vertical-tab .number {
      position: absolute;
      left: 15px;
      font-size: 30px;
      line-height: 30px;
      font-weight: 400;
      top: calc(50% - 15px); }
    .sa-vertical-tabs .sa-vertical-tab .details {
      position: absolute;
      left: 50px;
      padding: 10px; }
    .sa-vertical-tabs .sa-vertical-tab .title {
      font-weight: 500;
      font-size: 14px; }
    .sa-vertical-tabs .sa-vertical-tab .description {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      margin-top: 4px;
      color: #909294; }

.no-display {
  display: none; }

.name .driver-name {
  font-weight: 300;
  float: left;
  color: #5D5F61;
  margin-left: 5px;
  font-size: 14px; }

.name .driver-name-timeline {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0;
  white-space: nowrap; }

.name .truck-name {
  text-shadow: 0 0 0;
  color: black;
  font-size: 14px;
  max-width: 40%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.name .truck-name-timeline {
  text-shadow: 0 0 0;
  color: black;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.name .dispatch-id {
  font-size: 14px;
  max-width: 20%;
  overflow: hidden;
  text-overflow: ellipsis; }


.nav-top {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #ddd;
  background-color: white;
  background-size: 0; }
  .nav-top .button-right {
    position: absolute;
    top: 6px;
    right: 5px;
    bottom: 5px;
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #4a87ee;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 14px;
    font-weight: 500; }
  .nav-top .button-right.first {
    right: 5px; }
  .nav-top .fixed-height {
    top: 40px;
    height: 40px; }
  .nav-top .border-bottom {
    border-bottom: 1px solid #ddd; }
  .nav-top .button-right.second {
    right: 32px; }
  .nav-top .button-right.third {
    right: 65px; }
  .nav-top .button-left {
    position: absolute;
    top: 6px;
    left: 5px;
    bottom: 5px;
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #4a87ee;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 14px;
    font-weight: 500; }
  .nav-top h1 {
    margin: 0 10px;
    min-width: 30px;
    height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    padding: 0; }

.detail {
  /* CSS talk bubble */
  /* Right triangle placed top left flush. */
  /* Right triangle, left side slightly down */
  /*Right triangle, placed bottom left side slightly in*/
  /*Right triangle, placed bottom left side slightly in*/
  /*Right triangle, placed bottom right side slightly in*/
  /*
      left: -8px;
    right: auto;
    top: auto;
      bottom: -40px;
      border: 32px solid;
      border-color: transparent transparent transparent #666;
      left: 0px;
    right: auto;
    top: auto;
      bottom: -20px;
      border: 22px solid;
      border-color: transparent transparent transparent lightyellow;

  /*Right triangle, placed bottom right side slightly in*/
  /* Right triangle, right side slightly down*/
  /* Right triangle placed top right flush. */
  /* talk bubble contents */ }
  .detail .angular-google-map-container {
    height: 300px; }
  .detail .talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: lightyellow; }
  .detail .border {
    border: 8px solid #666; }
  .detail .round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
  .detail .tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent; }
  .detail .tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0;
    bottom: auto;
    border: 22px solid;
    border-color: lightyellow transparent transparent transparent; }
  .detail .tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent; }
  .detail .tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent; }
  .detail .tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666; }
  .detail .tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent lightyellow; }
  .detail .tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666; }
  .detail .tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow; }
  .detail .tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent; }
  .detail .tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent; }
  .detail .tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent; }
  .detail .tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent; }
  .detail .tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666; }
  .detail .tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow; }
  .detail .tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent; }
  .detail .tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0;
    bottom: auto;
    border: 20px solid;
    border-color: lightyellow transparent transparent transparent; }
  .detail .talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em; }
  .detail .talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em; }
  .detail .content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: scroll;
    height: 100%; }
  .detail .nav-tabs > li.active > a, .detail .nav-tabs > li.active > a:hover, .detail .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }
  .detail .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; }

.table > tbody > tr.companyName {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  border-top: none; }
  .table > tbody > tr.companyName td {
    border-top: none;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDD;
    color: #949090;
    background: #F4F5F6;
    padding-top: 0;
    padding-bottom: 0; }

.date-header {
  margin: 10px;
  clear: both; }
  .date-header .date {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    text-align: center;
    padding-top: 3px; }

.next-date {
  cursor: pointer;
  padding-top: 3px;
  padding-right: 10px;
  float: right; }

.previous-date {
  cursor: pointer;
  padding-top: 3px;
  padding-left: 10px;
  float: left; }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

@media screen and (min-width: 1601px) {
  .sa-toolbar-component {
    padding: 0 10em; } }

@media screen and (max-width: 1200px) {
  .sa-toolbar-component {
    padding: 1em 2em 0 2em; } }

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .sa-toolbar-component {
    padding: 1em 4em 0 4em; } }

.sa-toolbar-component {
  height: 90px;
  border-bottom: 1px solid #D5D8DB;
  padding-top: calc((90px - 32px) / 2); }
  .sa-toolbar-component .title {
    font-size: 20px;
    line-height: 32px; }
  .sa-toolbar-component .actions {
    display: inline-block;
    float: right;
    font-weight: 400; }
  .sa-toolbar-component sa-toolbar-button {
    padding-right: 8px; }
  .sa-toolbar-component .sa-toolbar-button-container, .sa-toolbar-component .sa-toolbar-dropdown-container {
    display: inline-block; }
    .sa-toolbar-component .sa-toolbar-button-container .toolbar-button, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button {
      border-radius: 2px;
      padding: 0 12px;
      border: none;
      height: 32px;
      color: white;
      background-color: #2E6CB5; }
      .sa-toolbar-component .sa-toolbar-button-container .toolbar-button:focus, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button:focus, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button:focus, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button:focus {
        outline: 0; }
      .sa-toolbar-component .sa-toolbar-button-container .toolbar-button:disabled, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button:disabled, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button:disabled, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button:disabled {
        background-color: #909294; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

@media screen and (min-width: 1601px) {
  .sa-toolbar-component {
    padding: 0 10em; } }

@media screen and (max-width: 1200px) {
  .sa-toolbar-component {
    padding: 1em 2em 0 2em; } }

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .sa-toolbar-component {
    padding: 1em 4em 0 4em; } }

.sa-toolbar-component {
  height: 90px;
  border-bottom: 1px solid #D5D8DB;
  padding-top: calc((90px - 32px) / 2); }
  .sa-toolbar-component .title {
    font-size: 20px;
    line-height: 32px; }
  .sa-toolbar-component .actions {
    display: inline-block;
    float: right;
    font-weight: 400; }
  .sa-toolbar-component sa-toolbar-button {
    padding-right: 8px; }
  .sa-toolbar-component .sa-toolbar-button-container, .sa-toolbar-component .sa-toolbar-dropdown-container {
    display: inline-block; }
    .sa-toolbar-component .sa-toolbar-button-container .toolbar-button, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button {
      border-radius: 2px;
      padding: 0 12px;
      border: none;
      height: 32px;
      color: white;
      background-color: #2E6CB5; }
      .sa-toolbar-component .sa-toolbar-button-container .toolbar-button:focus, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button:focus, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button:focus, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button:focus {
        outline: 0; }
      .sa-toolbar-component .sa-toolbar-button-container .toolbar-button:disabled, .sa-toolbar-component .sa-toolbar-button-container .toolbar-dropdown-button:disabled, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-button:disabled, .sa-toolbar-component .sa-toolbar-dropdown-container .toolbar-dropdown-button:disabled {
        background-color: #909294; }

.sa-toolbar-dropdown-container {
  position: relative; }
  .sa-toolbar-dropdown-container i {
    padding-left: 4px; }
  .sa-toolbar-dropdown-container .dropdown-container {
    position: absolute;
    right: 0;
    top: calc(32px + 4px);
    padding: 24px 24px 16px 24px;
    border: 1px solid #D5D8DB;
    min-width: 100%;
    background-color: #FFFFFF;
    z-index: 1; }
    .sa-toolbar-dropdown-container .dropdown-container .toolbar-dropdown-divider {
      border-top: 1px solid #D5D8DB;
      padding-bottom: 8px;
      margin-top: 8px;
      margin-bottom: 8px; }
    .sa-toolbar-dropdown-container .dropdown-container .action {
      cursor: pointer;
      padding-bottom: 8px;
      white-space: nowrap; }
      .sa-toolbar-dropdown-container .dropdown-container .action:hover span {
        color: #2E6CB5; }
    .sa-toolbar-dropdown-container .dropdown-container .danger {
      color: #FF0120; }
      .sa-toolbar-dropdown-container .dropdown-container .danger:hover span {
        color: #FF0120; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.card {
  height: 126px;
  background-color: #FFFFFF; }
  .card:hover {
    box-shadow: 0px 8px 24px #D5D8DB; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

.truck-timeline .timeline-header {
  height: 40px;
  line-height: 40px;
  color: #5D5F61;
  border-top: 1px solid #D5D8DB;
  border-bottom: 1px solid #D5D8DB; }
  .truck-timeline .timeline-header .day {
    width: 48px;
    font-size: 16px;
    display: inline-block;
    text-align: center; }

.truck-timeline .timeline-content .shift-info {
  position: relative;
  padding: 8px 0;
  line-height: 48px; }
  .truck-timeline .timeline-content .shift-info .status-icon-container {
    top: 11px; }
  .truck-timeline .timeline-content .shift-info .shift-content {
    display: inline-block; }
    .truck-timeline .timeline-content .shift-info .shift-content span {
      font-weight: 600; }

.truck-timeline .timeline-content .shift-element-container {
  position: relative;
  padding: 24px 0; }
  .truck-timeline .timeline-content .shift-element-container .status-icon-container {
    top: -20px; }
  .truck-timeline .timeline-content .shift-element-container .shift-element {
    display: inline-block;
    color: #5D5F61;
    width: calc(100% - 52px); }
    .truck-timeline .timeline-content .shift-element-container .shift-element .view-replay {
      float: right;
      padding-right: 8px;
      color: #4895F0; }
    .truck-timeline .timeline-content .shift-element-container .shift-element .operator-account {
      font-weight: 600;
      color: #2C2D2E; }
    .truck-timeline .timeline-content .shift-element-container .shift-element .job-timeframe {
      padding-top: 8px; }

.truck-timeline .timeline-content .time-line {
  width: 1px;
  background-color: #D5D8DB;
  position: absolute;
  left: 24px;
  z-index: -1;
  height: 100%; }

.truck-timeline .timeline-content .start-shift .time-line {
  top: 24px; }

.truck-timeline .status-icon-container {
  width: 48px;
  text-align: center;
  display: inline-block;
  position: relative; }
  .truck-timeline .status-icon-container .status-icon {
    background-color: #FFFFFF;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #909294;
    border-radius: 100%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

@media screen and (max-width: 768px) {
  .field-ticket-default-label {
    display: none; }
  .js-field-ticket-charge-top td:nth-of-type(2):before {
    content: "Description "; }
  .js-field-ticket-charge-top td:nth-of-type(3):before {
    content: "Location "; }
  .js-field-ticket-charge-top td:nth-of-type(4):before {
    content: "Quantity "; }
  .js-field-ticket-charge-top td:nth-of-type(5):before {
    content: "USD/Unit "; }
  .js-field-ticket-charge-top td:nth-of-type(6):before {
    content: "Line Total "; }
  .js-field-ticket-charge-bottom td:nth-of-type(1):before {
    content: "Pricebook Item "; }
  .js-field-ticket-charge-bottom td:nth-of-type(2):before {
    content: "Hauler "; }
  .js-field-ticket-charge-bottom td:nth-of-type(3):before {
    content: "Operator "; }
  .js-field-ticket-charge-bottom td:nth-of-type(4):before {
    content: "Agreement "; }
  .js-field-ticket-charge-bottom td:nth-of-type(5):before {
    content: "Category "; } }

@media screen and (min-width: 769px) {
  .field-ticket-charge-cell--large {
    width: 35%; }
  .field-ticket-charge-cell--medium {
    width: 25%; }
  .field-ticket-charge-cell--small {
    width: 10%; }
  .field-ticket-charge-cell--small.charge-price {
    min-width: 150px; } }

.batch-display-container {
  margin: -15px; }
  .batch-display-container .batch-display-item {
    border-top: 1px solid #D5D8DB;
    padding: 15px; }
    .batch-display-container .batch-display-item .status-icon {
      float: right; }

.batch-export-warning {
  padding-bottom: 28px;
  color: #F7941E; }

.charge-row:hover .charge-delete-anchor {
  visibility: visible; }

.charge-delete-anchor {
  position: relative;
  visibility: hidden; }

.charge-delete-button {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 100%;
  width: 50px;
  top: -12px;
  padding-left: 20px;
  line-height: 45px; }

.charge-delete-button.fa.fa-times {
  font-size: 24px; }

.charge-add-button {
  background-color: #F4F5F6;
  color: #2E6CB5;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer; }

.charge-input-container:hover input.charge-input, .charge-input-container:hover input.charge-input--prefix {
  border-bottom: 1px dashed #6DA0DC; }

.charge-input-container:hover .charge-input--disabled {
  border-bottom: 1px dashed #6DA0DC; }

.charge-input-group {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

input.charge-input, input.charge-input--prefix {
  height: 28px;
  width: 100%;
  border: none;
  position: relative;
  bottom: 1px;
  text-overflow: ellipsis; }

input.charge-input--prefix {
  width: 90%; }

input.charge-input[disabled], input[disabled].charge-input--prefix {
  border: none;
  cursor: text; }

.dispatch-truck-avail-time {
  overflow: hidden;
  position: relative; }
  .dispatch-truck-avail-time .line-item {
    padding: 8px 0px 8px 15px;
    display: inline-block;
    width: 25%;
    height: 2.5em;
    text-align: center;
    color: #afafaf;
    font-weight: 500; }
  .dispatch-truck-avail-time .dash-line {
    width: 75%;
    display: inline-block;
    height: 1px;
    background-color: #efefef;
    float: right;
    margin-top: 1.25em; }
  .dispatch-truck-avail-time .current-time-line {
    position: absolute;
    width: 75%;
    left: 25%;
    background: #73a7e5;
    height: 2px; }
  .dispatch-truck-avail-time .job-details {
    position: absolute;
    width: 75%;
    left: 25%;
    min-height: 200px;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 10px;
    color: #555555; }
  .dispatch-truck-avail-time .can-open-details {
    background: #eae5ff; }
  .dispatch-truck-avail-time .can-not-open-details {
    background: #FFe3e4;
    pointer-events: none !important; }

.link-list span.fa-stack {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin-bottom: 4px; }
  .link-list span.fa-stack .fa-stack-2x {
    font-size: 1.5em; }

.single-icon .fa {
  font-size: 1.5em; }

ul.dropdown-menu.dropdown-menu-right {
  height: auto;
  max-height: 94vh;
  overflow-x: hidden; }

/**
  Styling related to image viewer
 */
.viewer-list {
  height: auto; }
  .viewer-list li {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 150px; }
    .viewer-list li img {
      height: 100px;
      width: 150px; }

ul.viewer-list.viewer-transition {
  height: inherit;
  overflow: scroll; }

li.viewer-play {
  display: none; }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0; }

input::placeholder {
  color: #909294; }

.ui-select-placeholder {
  color: #909294;
  font-weight: 500; }

.button-loading-icon {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block; }
  thead tr {
    display: none; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

hr {
  border-top: 1px solid #dfdfdf; }

body {
  background: #FFFFFF;
  width: 100%;
  color: #2C2D2E;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  color: #2E6CB5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

a:hover {
  text-decoration: none;
  color: #142f4f; }

@media screen and (max-width: 1200px) {
  .detail-page-container--inner {
    padding: 1em 2em 0 2em; } }

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .detail-page-container--inner {
    padding: 1em 4em 0 4em; } }

@media screen and (max-width: 480px) {
  .chat-header-container {
    border-top: 1px solid #D5D8DB; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .chat-header-container {
    border-top: 1px solid #D5D8DB; }
  .field-ticket-details-companies-container {
    float: right;
    top: 30px; } }

@media screen and (max-width: 768px) {
  .modal-open .modal {
    overflow-y: scroll; }
  .pricebook .modal-dialog {
    height: 100%; }
  .pricebook .modal-content {
    height: 100%; }
  .pricebook .modal-content form {
    height: 100%; }
  .pricebook .modal-body {
    height: calc(100% - 60px - 40px - 30px - 65px); }
  .js-field-ticket-route td:nth-of-type(1):before {
    content: "ID "; }
  .js-field-ticket-route td:nth-of-type(2):before {
    content: "Timeframe "; }
  .js-field-ticket-route td:nth-of-type(3):before {
    content: "Route "; }
  .js-field-ticket-route td:nth-of-type(4):before {
    content: "Duration "; }
  .js-field-ticket-route td:nth-of-type(5):before {
    content: "Distance "; }
  .js-field-ticket-route td:nth-of-type(6):before {
    content: "Bbls hauled "; }
  .js-pricebook-column td:nth-of-type(1):before {
    content: "ID "; }
  .js-pricebook-column td:nth-of-type(2):before {
    content: "Category "; }
  .js-pricebook-column td:nth-of-type(3):before {
    content: "Name "; }
  .js-pricebook-column td:nth-of-type(4):before {
    content: "Units "; }
  .js-pricebook-column td:nth-of-type(5):before {
    content: "Valid Until"; }
  .js-pricebook-column td:nth-of-type(5):before {
    content: "Valid Until"; }
  .js-pricebook-column td:nth-of-type(6):before {
    content: "Operator ID"; }
  .js-pricebook-column td:nth-of-type(7):before {
    content: "Hauler ID"; }
  .js-pricebook-column td:nth-of-type(8):before {
    content: "Category ID"; }
  .js-pricebook-column td:nth-of-type(9):before {
    content: "Agreement ID"; }
  .js-pricebook-column td:nth-of-type(10):before {
    content: "Cost "; } }

@media screen and (min-width: 769px) {
  .pricebook .modal-body {
    height: 280px; }
  .field-ticket-details-col-group {
    overflow: hidden; }
  .field-ticket-details-col-group > div {
    float: left;
    width: 50%;
    overflow: hidden; }
  .field-ticket-attachment {
    padding-bottom: 50px; } }

.full-width-container {
  padding: 10px 10em;
  margin-left: calc(-15px - 10em);
  margin-right: calc(-15px - 10em);
  border-bottom: 1px solid #D5D8DB;
  border-top: 1px solid #D5D8DB; }

.field-ticket-descriptions {
  padding-bottom: 30px; }
  .field-ticket-descriptions .description-half .character-limit {
    margin-top: 5px;
    font-size: 10px;
    color: #909294;
    float: right; }
    .field-ticket-descriptions .description-half .character-limit.limit-error {
      color: #F44336; }
  .field-ticket-descriptions .description-half .vendor-description {
    word-break: break-all; }
  .field-ticket-descriptions .description-half textarea {
    resize: none;
    width: 100%;
    padding: 10px; }
    .field-ticket-descriptions .description-half textarea:focus::-webkit-input-placeholder {
      padding: 0; }
    .field-ticket-descriptions .description-half textarea:disabled {
      border: none;
      padding: 0; }
      .field-ticket-descriptions .description-half textarea:disabled::-webkit-input-placeholder {
        color: #2C2D2E; }

.field-ticket-routes tr td .dropdown {
  width: 140px; }

.route-bbls-input {
  height: 34px;
  width: 80px; }

.ui-select-choices-row.active > span .subtext {
  color: #D5D8DB; }

.subtext {
  color: #5D5F61;
  font-size: 12px; }

.js-pricebook-column.charge-types-list td {
  cursor: pointer; }

.field-ticket-role-container {
  background-color: #F4F5F6; }

#total-cost-form-item {
  padding-top: 10px; }

.field-ticket-attachment-image {
  max-height: calc(100% - 110px); }

.remove-gutter-left {
  padding-left: 0; }

.detail-page-section .table tbody tr th {
  border-top: 0;
  border-bottom: 2px solid lightgray;
  font-weight: 600; }

.detail-page-section.container {
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 0; }

.detail-page-container--content .divider {
  border-top: 1px solid lightgray;
  margin: 0 -10em 0 -10em; }

.detail-page-section {
  padding-top: 30px;
  padding-bottom: 30px; }

.form-item-container--header {
  margin: 2em 0 2em 0; }

.form-item-title {
  text-transform: uppercase;
  font-size: 12px; }

.form-item {
  border-top: 2px solid lightgray;
  padding: 1em 0 1em 0;
  margin-bottom: 2em; }

.form-item:hover .form-item-value--input {
  border-bottom: 1px dashed #6DA0DC; }

.sa-detail-content:hover .sa-detail-content-input {
  border-bottom: 1px dashed #6DA0DC; }

.sa-detail-content-input {
  border: none;
  color: #2E6CB5;
  text-overflow: ellipsis; }

.sa-detail-content-input--editable {
  border-bottom: 1px dashed #6DA0DC; }

.form-item-value--large {
  font-size: 24px; }

.form-item-value--input {
  border: none;
  float: right;
  text-align: right;
  padding-right: 10px;
  color: #2E6CB5;
  text-overflow: ellipsis; }

.form-item-value--input::-webkit-input-placeholder {
  color: #6DA0DC; }

.company-logo {
  width: 100px; }

.company-name {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0 5px 0; }

.company-address {
  max-width: 150px;
  font-weight: 400; }

.file-upload-container {
  height: 100px;
  cursor: pointer;
  border: 1px dashed #D5D8DB;
  background-color: #F4F5F6;
  text-align: center;
  margin: 15px; }

.no-padding {
  padding: 0px !important; }

.upload-files-info {
  margin: 0px 15px 15px;
  color: grey; }

.file-upload-area {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.file-upload-dragover {
  border-color: #6DA0DC; }

.file-preview-block {
  display: inline-block; }

.file-details-block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 75px);
  margin-left: 10px; }

.file-name {
  font-size: 14px; }

.preview {
  height: 60px;
  width: 60px; }

.file-display-item {
  border-top: 1px solid #D5D8DB;
  line-height: 16px;
  font-size: 12px;
  padding: 15px; }

.file-display-item--success {
  color: #FFF;
  background-color: #4CAF50; }

.file-display-item--error {
  color: #FFF;
  background-color: #F44336; }

.file-display-remove {
  float: right;
  cursor: pointer;
  font-size: 17px; }

.attachment-fields {
  margin-top: 10px;
  margin-right: 68px; }

.edit-attachment-fields {
  margin-top: 10px; }

.attachment-upload-progress-bar {
  height: 5px; }

.metadata-input-field {
  width: 100%;
  height: 34px;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.show-error {
  color: red; }

@media only screen and (min-width: 320px) {
  .work-order-detail-section {
    width: 100%; } }

.work-order-details-summary {
  float: left; }
  @media only screen and (min-width: 320px) {
    .work-order-details-summary {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .work-order-details-summary {
      width: 50%; } }

.field-ticket-details-description {
  margin-top: -20px;
  padding-bottom: 10px; }

.field-ticket-details-header {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600; }

.field-ticket-details-metadata-edit {
  margin-left: 10px;
  color: #4A87EE;
  cursor: pointer; }

.field-ticket-details-metadata-input {
  display: inline-block;
  width: 45%; }

.detail-page-container--inner hr {
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.field-ticket-container hr {
  margin-top: 5px;
  margin-bottom: 5px; }

.chat {
  height: calc(100% - 80px);
  overflow-y: scroll;
  border-left: 1px solid #D5D8DB;
  border-bottom: 1px solid #D5D8DB; }

.chat-header-container {
  border-left: 1px solid #D5D8DB; }

.chat-title {
  font-weight: bold; }

.chat-message {
  margin: 10px 12px 10px 12px;
  background-color: #F6FAFD;
  padding: 10px; }

.chat-message-container {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #F4F5F6; }

.chat-message-user--company {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 500;
  display: inline-block; }

.chat-message-user--date {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 400;
  float: right;
  display: inline-block; }

.chat-message-user--name {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 400; }

.chat-message--user {
  font-weight: 400;
  font-size: 12px;
  padding-top: 10px;
  overflow-wrap: break-word; }

.chat-message--system {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 400; }

.chat-send-container {
  border-left: 1px solid #D5D8DB;
  height: 40px; }

.chat-input {
  display: inline-block;
  float: left;
  box-shadow: none;
  height: 100%;
  width: calc(100% - 50px);
  padding-left: 10px;
  border: 0;
  border-radius: 0; }

.chat-send {
  width: 45px;
  line-height: 40px;
  padding-right: 10px;
  float: right;
  cursor: pointer;
  color: #2E6CB5; }

.dispatch-homesite-notify {
  width: 15%;
  float: right;
  margin-top: -26px;
  padding-left: 15px;
  font-size: 14px; }

.field-ticket-attachment-container {
  border: 1px solid #D5D8DB;
  height: 122px;
  width: calc(33% - 20px);
  min-width: 350px;
  margin: 10px;
  display: inline-block; }

.field-ticket-attachment-type {
  position: relative;
  display: inline-block;
  background-color: #fff;
  height: 120px;
  width: 120px; }

.field-ticket-attachment-type .field-ticket-attachment-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 120px;
  font-size: 100px;
  cursor: pointer; }

.field-ticket-attachment-details {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px;
  width: calc(100% - 130px);
  text-overflow: ellipsis;
  overflow: hidden; }
  .field-ticket-attachment-details .field-ticket-attachment-header {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left; }
  .field-ticket-attachment-details .fa.fa-trash-o, .field-ticket-attachment-details .fa-pencil, .field-ticket-attachment-details .fa-download, .field-ticket-attachment-details .fa-cog {
    float: right;
    padding: 5px;
    cursor: pointer; }

.field-ticket-attachment-details .field-ticket-attachment-name {
  font-weight: 600; }

.in-progress-action {
  color: #2e2e2e; }

.load-more {
  cursor: pointer;
  padding: 10px;
  font-size: 16px; }

.charge-action {
  display: block; }

.invoice-container hr {
  margin-top: 5px;
  width: 100%; }

.section-divider {
  height: 2px;
  width: 100%;
  margin-top: 10px;
  background-color: #d1d5d9;
  margin-bottom: 10px; }

.section-header {
  font-size: 16px;
  padding-top: 15px; }

.insection-header {
  font-size: 16px;
  padding: 15px 0 5px 0; }

.invoice .left-detail {
  width: 50%;
  display: inline-block;
  margin-bottom: -30px; }

.left-detail .company-container {
  position: relative;
  top: -30px; }

.left-detail .header-container {
  position: relative;
  top: -30px; }

.left-detail .tc-name {
  display: inline-block;
  font-size: 20px;
  padding-left: 10px;
  text-align: justify;
  width: 100%;
  padding-right: 10px;
  position: relative;
  top: -30px; }

.left-detail img {
  vertical-align: inherit; }

.invoice .right-detail {
  width: 50%;
  display: inline-block; }

.sa-truck-cell--dispatch {
  padding: 10px; }

.sa-truck-cell-detail--name {
  font-weight: 600; }

.sa-truck-cell-detail--capacity {
  float: right; }

.sa-truck-cell-detail--status {
  float: right;
  color: #8F8E94; }

.sa-truck-cell-section--identity {
  padding: 5px 0;
  padding-bottom: 7px;
  font-size: 14px; }

.sa-truck-cell-section--current {
  font-size: 13px;
  display: none;
  padding-bottom: 5px;
  color: #8F8E94; }

.sa-truck-cell-section--location {
  padding-bottom: 5px;
  color: #8F8E94; }

.active .sa-truck-cell-section--location {
  color: #FFF; }

/* * * * * * * * *
 * Field Ticket  *
 * * * * * * * * */
.subdetail {
  display: block;
  color: #6B6B6B;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0; }

.invoice-address-container {
  padding-top: 40px;
  display: inline;
  float: right;
  width: 354px; }

.invoice-address-container .invoice-address-view {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0; }

.invoice-address-container .invoice-address-view .invoice-address-post-top {
  text-align: right;
  display: block;
  float: left;
  padding-right: 10px;
  margin-left: 96px; }

.invoice-address-container .invoice-address-view .invoice-address-post-bottom {
  text-align: right;
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 58px; }

.invoice-address-container .invoice-address-view .invoice-address-sub-view {
  border-left: 1px solid #979797;
  display: block;
  float: left;
  padding-left: 10px;
  width: 60%; }

.invoice-address-sub-view .invoice-address-name {
  display: inherit;
  font-weight: 600; }

.invoice-address-sub-view .invoice-address-address {
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400; }

/* * * * * *
 * Export  *
 * * * * * */
.export-btn {
  position: absolute;
  font-size: 14px;
  height: 40px;
  background: none;
  display: block;
  border: none;
  color: #2E6CB5;
  padding: 10px; }

.export-btn:focus {
  border: none;
  outline: none; }

.export-btn:hover {
  color: #FFF;
  background-color: #2E6CB5; }

.top-left {
  top: 40px;
  left: 5px; }

.sa-dropdown {
  padding: 10px 0;
  position: absolute;
  min-width: 30px;
  border-radius: 2px;
  background-color: #FFFFFF;
  z-index: 100;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.1); }

.sa-dropdown-btn {
  position: relative;
  color: #909294;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
  line-height: 24px;
  padding: 0 24px;
  text-align: left;
  border-radius: 0; }

.sa-dropdown-btn span {
  float: right;
  padding: 2px 4px;
  border: 1px solid #007ee5;
  line-height: 10px;
  font-size: 10px;
  text-transform: capitalize;
  border-radius: 3px;
  color: #3398ea;
  display: inline-block;
  margin-top: 3px; }

.sa-dropdown-divider hr {
  margin: 8px 24px;
  border: 0;
  border-top: 1px solid #e3e3e3; }

.sa-dropdown-btn:hover {
  color: #4895F0; }

.sa-dropdown ul {
  padding: 0; }

.sa-dropdown li {
  list-style-type: none;
  min-width: 200px; }

.sa-dropdown.show {
  display: block;
  transform: translate3d(0px, -10px, 0px);
  opacity: 1; }

.loading-container {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px); }

.metadata-input-container {
  display: inline-block;
  width: 50%;
  padding-right: 10%; }

.metadata-container {
  display: inline-block;
  width: 50%;
  height: 30px; }

.metadata-title {
  color: #6E6E6E;
  display: inline-block;
  width: 40%;
  font-size: 14px; }

.metadata-value {
  color: #2e2e2e;
  font-size: 14px; }

.metadata-value-edit {
  color: #2e2e2e;
  display: inline-block;
  width: 45%; }

.field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-touched, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-untouched, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-empty, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid .ng-not-empty {
  width: 65%; }
  .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-touched.ng-dirty, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-touched .ng-valid-parse, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-touched .ng-pristine, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-untouched.ng-dirty, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-untouched .ng-valid-parse, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-untouched .ng-pristine, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-empty.ng-dirty, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-empty .ng-valid-parse, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid.ng-empty .ng-pristine, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid .ng-not-empty.ng-dirty, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid .ng-not-empty .ng-valid-parse, .field-ticket-details-metadata-input input.form-control.ui-select-search.ng-valid .ng-not-empty .ng-pristine {
    width: 65%; }

.field-ticket-details-metadata-input .ui-select-container.ui-select-bootstrap.dropdown {
  width: 65%; }

.field-ticket-details-metadata-input ul.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  width: 65%; }

.field-ticket-details-metadata-input .ui-select-match {
  width: 65%; }

@media only screen and (min-width: 320px) {
  .job-spec-table {
    border: none; }
    .job-spec-table tbody tr {
      border: none; }
      .job-spec-table tbody tr td {
        width: 100% !important; } }

@media only screen and (min-width: 768px) {
  .job-spec-table tbody tr {
    border: none; }
    .job-spec-table tbody tr td {
      width: initial !important; } }

@media only screen and (min-width: 320px) {
  .spec-details-container {
    height: 180px; } }

@media only screen and (min-width: 768px) {
  .spec-details-container {
    height: auto; } }

.spec-details-container .spec-details {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px; }

.spec-details-container .spec-link {
  float: right;
  padding-right: 10px;
  line-height: 67px; }

.top-actions {
  display: inline;
  float: right;
  position: relative; }

.extra-charge-input {
  height: 34px;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  padding: 10px; }

.add-charge-action {
  cursor: pointer;
  display: block;
  font-size: 12px;
  float: right; }

.detail-table-row {
  background-color: #F4F5F6;
  border-top: none; }

.field-ticket-default-label {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 400; }

.dispatch-detail-work-order-container {
  padding: 15px;
  width: 100%;
  float: left; }

.dispatch-detail-user-header {
  font-size: 12px;
  font-weight: 500;
  color: #6B6B6B;
  vertical-align: top; }

.dispatch-detail-user-container {
  margin-top: 15px; }

.dispatch-detail-user-details {
  padding-left: 20px;
  font-weight: 400; }

.work-order-list-nav {
  height: 50px;
  background-color: #5D5F61;
  width: 100%; }

.work-order-list-nav a {
  color: #FFF;
  display: inline-block;
  line-height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 14px;
  float: right;
  padding-right: 6px;
  padding-left: 6px;
  font-weight: 600;
  border: 1px solid #FFF;
  text-align: center;
  border-radius: 4px; }

.work-order-list-nav a:hover, .work-order-list-nav a:focus {
  background-color: #FFF;
  color: #5D5F61; }

.filter-row td:first-child {
  padding-left: 10px;
  color: #4A90E2;
  text-decoration: underline;
  cursor: pointer; }

.filter-bar {
  background-color: #FFF; }

.filter-bar .action-btn-container {
  float: right; }

.action-btn-container .add-filter-btn {
  position: relative;
  line-height: 40px;
  float: right;
  padding-right: 10px; }

.filter-bar .filter-container {
  float: left;
  line-height: 40px;
  width: 90%; }

.filter-bar .filter-pill {
  color: #FFF;
  background-color: #4A86EE;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px; }

.filter-pill .pill-text {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 12px; }

.category-header {
  background-color: #DDD; }

.category-header .category-name {
  position: relative;
  font-size: 12px;
  color: #8F8E94;
  letter-spacing: 0px;
  font-weight: 600;
  padding-top: 20px;
  border: none;
  padding-left: 8px !important; }

.field-name {
  font-size: 12px; }

.display-field {
  font-size: 12px; }
  @media only screen and (min-width: 320px) {
    .display-field {
      padding-left: 8px !important; }
      .display-field .mobile-table-title {
        font-weight: bold;
        width: 110px;
        text-transform: capitalize;
        display: block; } }
  @media only screen and (min-width: 769px) {
    .display-field {
      padding-left: auto; }
      .display-field .mobile-table-title {
        display: none; } }
  .display-field .link-name {
    text-decoration: underline;
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px; }
  .display-field .link-name.field-ticket-id {
    margin-left: -10px; }

.multi-table {
  height: 100%; }

.work-order-list .center-block {
  background: #5D5F61;
  padding-top: 20px;
  padding-bottom: 20px; }
  .work-order-list .center-block .headerData {
    display: inline-block;
    width: 19%;
    text-align: center;
    color: white; }

.work-order-list .filter-view {
  height: 40px;
  width: 100%;
  display: block;
  position: relative;
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px; }
  .work-order-list .filter-view .filter-text {
    background: #3b7ac5;
    color: white;
    padding: 2px 12px 2px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 10px;
    font-weight: 400; }
    .work-order-list .filter-view .filter-text .filter-cross {
      margin-left: 4px; }

.work-order-list .sa.sub-toolbar {
  border-top: 1px solid #D5D8DB; }

.work-order-list .work-order-list {
  padding-top: 10px;
  background: white; }
  .work-order-list .work-order-list .status {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 20px;
    margin-bottom: 4px; }
  .work-order-list .work-order-list div table {
    margin-bottom: 0px; }
  .work-order-list .work-order-list div table > thead.no-border > tr > td {
    border: none;
    padding-bottom: 2px; }
  .work-order-list .work-order-list div table > tbody > tr > td {
    font-size: 15px; }
  .work-order-list .work-order-list div td.col1 {
    width: 4%; }
  .work-order-list .work-order-list div td.col2 {
    width: 6%; }
  .work-order-list .work-order-list div td.col3 {
    width: 10%; }
  .work-order-list .work-order-list div td.col4 {
    width: 10%; }
  .work-order-list .work-order-list div td.col5 {
    width: 35%; }
  .work-order-list .work-order-list div td.col6 {
    width: 20%; }
  .work-order-list .work-order-list div td.col7 {
    width: 15%; }

.work-order-list div.table-div {
  margin-left: 4%;
  margin-right: 4%; }
  .work-order-list div.table-div table > tbody > tr > td:first-child {
    border-left: 1px solid #ddd; }
  .work-order-list div.table-div table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd; }
  .work-order-list div.table-div table > tbody > tr > td:last-child {
    border-right: 1px solid #ddd; }
  .work-order-list div.table-div td.col2 {
    color: #3b7ac5; }

.detail-page-container--content .work-order {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  border-right: 1px solid #DDDDDD;
  padding-bottom: 50px; }

.detail-page-container--content .work-order-label {
  color: #6B6B6B;
  font-size: 12px;
  width: 100px;
  padding-top: 1px;
  padding-bottom: 10px;
  vertical-align: top; }

.detail-page-container--content .work-order-status-container {
  background-color: #F6FAFD; }

.detail-page-container--content .job-specification-divider {
  height: 2px;
  width: 100%;
  margin-top: 10px;
  background-color: #d1d5d9;
  margin-bottom: 10px; }

.detail-page-container--content .section {
  padding: 20px 0; }

.detail-page-container--content .work-order-default-label {
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 400; }

.detail-page-container--content .work-order-section-heading {
  font-size: 16px;
  text-transform: capitalize; }

.detail-page-container--content .sa-empty-section {
  color: #6B6B6B; }

.detail-page-container--content .grey-color {
  color: #6B6B6B; }

.detail-page-container--content .job-spec-fields {
  padding-left: 20px;
  padding-bottom: 10px; }

.detail-page-container--content .no-border td {
  border: none !important;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 320px) {
    .detail-page-container--content .no-border td {
      padding: 10px !important; } }

.detail-page-container--content .table-main {
  padding-left: 20px; }

.detail-page-container--content .table-main td {
  padding-right: 0px; }

.detail-page-container--content .tables thead td {
  font-weight: 500;
  font-size: 12px; }

.detail-page-container--content .tables tbody td {
  font-weight: 400;
  font-size: 14px; }

.detail-page-container--content .tables {
  padding-left: 20px; }

@media only screen and (min-width: 320px) {
  .detail-page-container--content .top-table td {
    padding-left: 0px !important; } }

.detail-page-container--content .top-table {
  margin-top: 30px; }
  @media only screen and (min-width: 320px) {
    .detail-page-container--content .top-table tr {
      border: none; } }

.create-dispatch-modal-sidebar {
  height: 490px;
  width: 200px;
  border: 1px #4a87ee;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  margin-left: 1030px;
  margin-top: -19px;
  z-index: 2343;
  overflow: scroll; }

.odd {
  background-color: #F6FAFD; }

.create-work-order-modal {
  overflow: auto !important; }
  .create-work-order-modal .modal-dialog {
    width: 1000px;
    max-width: 100%; }

.pricebook .modal-dialog {
  width: 1000px;
  max-width: 100%; }

.pricebook .modal-body {
  overflow-y: scroll;
  overflow-x: scroll;
  padding: 0px !important; }
  .pricebook .modal-body .line {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-top: none;
    margin: 10px 0px; }
  .pricebook .modal-body th {
    padding: 5px; }
  .pricebook .modal-body td {
    padding: 5px; }
  .pricebook .modal-body .selected-charge {
    border: 1px solid #CCCCCC;
    background-color: #F0FCC8; }

.pricebook .pricebook-no-selection {
  height: 50px;
  line-height: 50px;
  background-color: #F4F5F6;
  text-align: center;
  cursor: pointer;
  color: #E65100; }

.pricebook .search-bar {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
  padding: 8px 10px 8px 10px;
  background-color: #F6FAFD;
  width: 100%;
  display: block;
  position: relative; }
  .pricebook .search-bar .filter-text {
    background: #3b7ac5;
    color: white;
    padding: 2px 12px 2px 12px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    float: right;
    margin-right: 20px; }
    .pricebook .search-bar .filter-text .filter-cross {
      margin-left: 4px; }
  .pricebook .search-bar .button-right {
    float: right;
    color: #3b7ac5;
    display: inline-block;
    font-weight: 400;
    font-size: 16px; }
  .pricebook .search-bar .search-box {
    width: 30%;
    float: left; }

.pricebook .modal-header-pricebook {
  padding: 0px; }

.pricebook .modal-title-container {
  height: 77px;
  line-height: 60px;
  border-bottom: 1px solid #D5D8DB; }

.pricebook .modal-header-service-date {
  margin-top: -33px;
  margin-left: 10px;
  color: grey; }

.pricebook .modal-header-title {
  font-size: 22px;
  padding-left: 10px; }

.search-bar-btn-group {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #2E6CB5; }

.search-bar-btn {
  width: 50px;
  height: 26px;
  float: right;
  background-color: #FFF;
  color: #2E6CB5;
  text-align: center;
  cursor: pointer; }

.mid-search-bar-btn {
  border-style: solid;
  border-width: 0 0 0 1px; }

.last-search-bar-btn {
  border-style: solid;
  border-width: 0 1px 0 1px; }

.search-bar-btn--active {
  background-color: #2E6CB5;
  color: #FFF; }

.disabled-anchor {
  cursor: default;
  text-decoration: none; }

.status-button {
  top: 6px;
  bottom: 5px;
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #4a87ee;
  padding-right: 2px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500; }

.status-button-right {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
  color: red;
  top: 6px;
  bottom: 5px;
  border-color: transparent;
  background: none;
  box-shadow: none;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500; }

.section-action-text {
  float: right;
  color: #2E6CB5; }

.total-amount {
  float: right;
  font-weight: 600;
  padding: 2px 10px 2px 10px; }

.drag-drop div[dnd-list],
.drag-drop div[dnd-list] > div {
  position: relative; }

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.drag-drop div[dnd-list] {
  min-height: 100px;
  padding-left: 0px; }

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.drag-drop div[dnd-list] .dndDraggingSource {
  display: none; }

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.drag-drop div[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 100px; }

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.drag-drop div[dnd-list] > div {
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px; }

/**
 * Show selected elements in green
 */
.drag-drop div[dnd-list] div.selected {
  background-color: #dff0d8;
  color: #3c763d; }

tr.no-charge-error {
  background-color: #FF0120 !important; }

.label-with-cross {
  display: inline-block;
  width: 100%; }

.delete-in-label {
  float: right;
  font-size: 17px !important;
  color: #8F8E94;
  cursor: pointer; }

.ui-select-bootstrap > .ui-select-match > span.btn {
  overflow: hidden; }

.row-helper-text {
  color: #777777; }

.active .row-helper-text {
  color: #ffffff; }

.auto-height-ui-select .form-control {
  height: auto; }

.section-flag {
  padding: 0px 0px 50px !important; }

.status-button.top-right-action {
  float: right;
  margin-right: 0px; }

.hide-bottom-extra-space {
  margin-bottom: -5px; }

@media only screen and (min-width: 320px) {
  .sa-datepicker {
    display: none; } }

@media only screen and (min-width: 768px) {
  .sa-datepicker {
    display: block; } }

@media only screen and (min-width: 320px) {
  .datepicker-wrapper {
    display: block; }
    .datepicker-wrapper .mobile-date-picker {
      display: block; }
    .datepicker-wrapper .datepicker-wrapper {
      display: none; } }

@media only screen and (min-width: 768px) {
  .datepicker-wrapper {
    display: flex; }
    .datepicker-wrapper .mobile-date-picker {
      display: none; }
    .datepicker-wrapper .datepicker-wrapper {
      display: block; } }

.disabled, .field-ticket-attachment-name {
  color: grey; }

.fit-in-box {
  max-width: 99px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis; }

.route-action-trigger {
  color: #2C2D2E; }

.route-action-expand {
  left: 10px;
  top: 24px; }
  .route-action-expand .dropdown-item.danger {
    color: red; }

.js-field-ticket-route .route-id {
  position: relative; }
  .js-field-ticket-route .route-id i {
    position: absolute;
    left: -36px; }

/*# sourceMappingURL=app.min.css.map */


.marker-labels {
    color: white;
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.timelineContainer {
    height: 280px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.timelineContainer .nav-tabs > li {

    color: #555;
    cursor: default;
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom-color: transparent;

}

.timelineContainer .tab {
    overflow: hidden;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 14px;
    padding: 10px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin: 0 auto;
    padding-bottom: 20px;
}

#timeline {
    width: 90%;
    height: 180px;
    position: relative;
}

#costs {
    text-align: left;
}

#loading {
    text-align: center;
    width: 100%;
    height: 180px;
}

.timelineContainer h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.timelineContainer dt {
    text-transform: capitalize;
}

.timelineContainer dl {
    margin-top: 20px;
    margin-bottom: 0;
}

.timelineContainer dd {
    font-weight: 400;
    margin-bottom: 10px;
}

.timeline-button {
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    border: 1px solid #c4c2bc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    color: #343434;
    text-align: center;
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 200px;
}

.current-time{
  background-color: white;
  text-align: center;
  color: #959595;
  width: 21%;
  border: 1px solid #959595;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: 158px;
  bottom: 1px;
  cursor: pointer;
}

.control{
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #959595;
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
  font-size: 11px;
  padding: 1px 4px;
  margin-top: -8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  width: 14px;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  display: inline-block;
  cursor: move;
}

.slider{
  width: 400px;
  height: 5px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  border: 1px solid #c4c2bc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  position:relative;

}

.slider-end{
  position:absolute;
  cursor: pointer;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  border: 1px solid #c4c2bc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  color: #959595;

  margin-top: -8px;
  width: 135px;
  padding: 1px 6px;
  top: 0;

  text-align:center;
}

.slider-end-left{
  left: -150px;
}

.slider-end-right{
  right: -150px;
}

.control:hover{
  text-decoration:none;
}
.slider-box{
  padding: 10px;
  margin: 0 auto;
  width: 500px;
  position:relative;
  z-index: 1000;
}

.slider-controls{
  direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 14px;
    padding: 5px 0px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    width: 350px;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    /* display: inline-block; */
    margin: 0 auto;
    margin-top: 25px;
}

.slider-controls > a{
  cursor: pointer;
  text-decoration: none;
  color: #343434;
  border: none;
  box-shadow: none;
  padding: 0 10px 0 10px;
  width: 30px;
  display: inline-block;
}

.slider-controls > a > .active {
  color: #4895F0;
}

.slider-controls > a:hover{
  text-decoration:none;
  color: rgb(0, 0, 0);
}

.truck-name{
  text-align: center;
  margin: 0;
  font-size: 20px;
  padding: 0;
  color: white;
  text-shadow:
  -1px -1px 0 #8a8a8a,
  1px -1px 0 #8a8a8a,
  -1px 1px 0 #8a8a8a,
  1px 1px 0 #8a8a8a;
  margin-top: 10px;

  margin-bottom: 10px;
}

/*# sourceMappingURL=app.min.css.map */