/*!
 * Start Bootstrap - SB Admin v5.0.1 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cal-item-0 {
  background: #add8e6;
  border: none;
}
.cal-item-1 {
  background: #ade6d8;
  border: none;
}
.cal-item-2 {
  background: #adbce6;
  border: none;
}
.cal-item-3 {
  background: #e8f4f8;
  border: none;
}
.cal-item-4 {
  background: #dbceeb;
  border: none;
}
.cal-item-5 {
  background: #90ee90;
  border: none;
}
.cal-item-6 {
  background: #8126c0;
  border: none;
}
.cal-item-7 {
  background: #a0a0a0;
  border: none;
}
.cal-item-8 {
  background: #bcf5bc;
  border: none;
}
.cal-item-9 {
  background: #d2f8d2;
  border: none;
}
.cal-item-10 {
  background: #29d0d0;
  border: none;
}
.cal-item-11 {
  background: #f6fef6;
  border: none;
}
.cal-item-12 {
  background: #f6fef6;
  border: none;
}
.cal-item-13 {
  background: #ffc4c4;
  border: none;
}
.cal-item-14 {
  background: #f8c4c4;
  border: none;
}
.cal-item-15 {
  background: #f0f0f0;
  border: none;
}

.cal-item-background {
  background: none !important;
}

@media (min-width: 768px) {
  div.month-event-wrapper {
    height: 15px;
    width: 98%;
    overflow: hidden;
    font-size: 9px;
  }

  .mobile-day-total {
    display: none;
  }
}
@media (max-width: 768px) {
  .event {
    position: static;
  }

  .cal-item-background {
    display: none;
  }

  .month-event-wrapper {
    display: none;
  }

  .mobile-day-total {
    display: block;
  }

  .mobile-day-total span,
  .mobile-day-total div {
    display: inline !important;
  }
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 170px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 0px !important;
  background-color: #383838;
  min-height: calc(100vh - 56px);
  position: fixed;
  overflow-y: auto;
  height: calc(100% - 55px);
  margin-top: 6px;
}

.sidebar.toggled {
  width: 170px !important;
}

@media (min-width: 576px) {
  .sidebar {
    width: 215px !important;
  }
  .sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
  }
}

.sidebar .nav-item .nav-link {
  /* text-align: center; */
  padding: 0.8rem 0.2rem;
  width: 100%;
  border-bottom: 0.2rem solid #444;
}

.sidebar .nav-item .nav-link span {
  font-size: 1rem;
  display: inline-block;
}

.sidebar .nav-item .nav-link span.badge {
  font-size: 0.6rem;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(170px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 1);
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

/* Layout consolidation */

.navbar-dark {
  background-color: #383838 !important;
}

.navbar-text {
  color: #e6e6e6 !important;
}

.navbar-nav {
  list-style: none;
}

.toggled {
  display: flex;
}

@media (min-width: 576px) {
  .toggled {
    display: none;
  }
}

.static-top {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1030;
}

.wrapper {
  margin-top: 55px;
}

nav.dispatch {
  border-bottom: 0.5rem solid #869fdf;
}

nav.foreman {
  border-bottom: 0.5rem solid #335cc2;
}

nav.terminal {
  border-bottom: 0.5rem solid #007c77;
}

nav.admin {
  border-bottom: 0.5rem solid #262626;
}

.dispatch-selected-items {
  column-count: 2;
}

.dispatch-selected-items.ticket {
  column-count: 1;
}

.dispatch-selected-items .selected-item {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}

.no-break {
  white-space: nowrap;
}

/* EM styles */
@font-face {
  font-family: "arial-rounded-mt-bold";
  src: url("/bootstrap/fonts/arial-rounded-mt-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir-medium";
  src: url("/bootstrap/fonts/avenir-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenirnextltpro-demi";
  src: url("/bootstrap/fonts/AvenirNextLTPro-Demi.eot");
  src: url("/bootstrap/fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"),
    url("/bootstrap/fonts/AvenirNextLTPro-Demi.otf"),
    url("/bootstrap/fonts/AvenirNextLTPro-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenirnextltpro-regular";
  src: url("/bootstrap/fonts/AvenirNextLTPro-Regular.eot");
  src: url("/bootstrap/fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("/bootstrap/fonts/AvenirNextLTPro-Regular.otf"),
    url("/bootstrap/fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirnext-bold";
  src: url("/bootstrap/fonts/AvenirNext-Bold.eot");
  src: url("/bootstrap/fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"),
    url("/bootstrap/fonts/AvenirNext-Bold.otf"), url("/bootstrap/fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriadpro-boldcond";
  src: url("/bootstrap/fonts/MyriadPro-BoldCond.eot");
  src: url("/bootstrap/fonts/MyriadPro-BoldCond.eot?#iefix") format("embedded-opentype"),
    url("/bootstrap/fonts/MyriadPro-BoldCond.otf"), url("/bootstrap/fonts/MyriadPro-BoldCond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Paralucent";
  src: url("/bootstrap/fonts/Paralucent-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Paralucent";
  src: url("/bootstrap/fonts/Paralucent-Bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Arboria";
  src: url("/bootstrap/fonts/Arboria-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arboria";
  src: url("/bootstrap/fonts/Arboria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Arboria";
  src: url("/bootstrap/fonts/Arboria-Book.ttf") format("truetype");
}

@font-face {
  font-family: "Arboria";
  src: url("/bootstrap/fonts/Arboria-Light.ttf") format("truetype");
}

body {
  font-family: "Paralucent";
  background-color: #f0f0f0;
}

body.login.index, body.forgotpassword.index, body.forgotpassword.send {
  background-image: linear-gradient(to right, #37438e, #009eff);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  color: #fff;
}

body.login.index .forgot-password {
  color: #383838;
}

.forgotpassword-submit-btn {
	background: url(../img/app/blue/SUBMIT.png);
	background-size: 80px;
}

.ticked:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size:28px;
  color: #335cc2;
}

.tick {
  height: 30px;
  border-radius: 50%;
  width: 30px;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
}

input.login {
  background: url(/bootstrap/img/app/blue/LOG_IN_R.png);
  background-size: auto auto;
  background-size: 80px;
}

.icon-size-small {
  width: 80px;
  height: 80px;
}

.logo-icon {
  height: 160px;
}

.login-container {
  background-color: #fff;
  border-radius: 35px;
  color: #383838;
  box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.login nav, .forgotpassword nav{
  display: none;
}

.icon-button-small {
  height: 80px;
  width: 80px;
  background-size: 80px;
  border: none;
}

.company-logo {
  max-height: 120px;
  margin-bottom: 1rem;
}

.arial-rounded-mt-bold {
  font-family: "arial-rounded-mt-bold";
}

.avenir-medium {
  font-family: "Paralucent";
}

.avenirnextltpro-demi {
  font-family: "Paralucent";
}

.avenirnextltpro-regular {
  font-family: "Paralucent";
}

.avenirnext-bold {
  font-family: "Paralucent";
  font-weight:bold;
}

.myriadpro-boldcond {
  font-family: "myriadpro-boldcond";
}

.login-app-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 40px;
}

.login-app-sub-title {
  color: #a93439;
  font-size: 15px;
  text-transform: uppercase;
}

.colorffffff {
  color: #ffffff;
}

.color000000 {
  color: #000;
}

.colorac333b {
  color: #383838;
}

.colorFED23D {
  color: #fed23d;
}

.bgcolorFED23D {
  background-color: #fed23d;
}

.color858585 {
  color: #858585;
}
.bgcolor858585 {
  background-color: #858585;
}

.colorD13339 {
  color: #d13339;
}
.bgcolorD13339 {
  background-color: #d13339;
}

.color105EA7 {
  color: #105ea7;
}
.bgcolor105EA7 {
  background-color: #105ea7;
}

.color00801F {
  color: #00801f;
}
.bgcolor00801F {
  background-color: #00801f;
}

.colorA64D79 {
  color: #a64d79;
}

.error {
  color: #da4e5e;
}

.cursorpointer {
  cursor: pointer;
}

.hide {
  display: none;
}

#content {
  width: calc(100% - 10px);
  position: absolute;
  top: 75px;
  right: 5px;
}

body.sidebar-toggled #content {
  width: calc(100% - 175px);
}

@media (min-width: 576px) {
  #content {
    width: calc(100% - 215px);
    position: absolute;
    top: 75px;
    right: 5px;
  }
  body.sidebar-toggled #content {
    width: calc(100% - 10px);
  }
}

.no-sidebar #content {
  width: calc(100% - 10px) !important;
}

.icon-size {
  width: 80px;
  height: 80px;
  position: relative;
}

@media (min-width: 576px) {
  .icon-size {
    width: 100px;
    height: 100px;
  }
}

.welcome-title {
  font-size: 30px;
}

.margintop10px {
  margin-top: 10px;
}
.margintop15px {
  margin-top: 15px;
}
.marginright10px {
  margin-right: 10px;
}
.marginbottom10px {
  margin-bottom: 10px;
}
.marginbottom20px {
  margin-bottom: 10px;
}
.marginleft10px {
  margin-left: 10px;
}
.marginleft2px {
  margin-left: 10px;
}
.marginright2px {
  margin-right: 10px;
}
.paddingbottom10px {
  padding-bottom: 10px;
}
.paddingbottom20px {
  padding-bottom: 20px;
}
.padding0px {
  padding: 0px;
}
.fontbold {
  font-weight: bold;
}
.welcome-back {
  font-size: 24px;
}

.bgcolorac333b {
  background-color: #335cc2;
}
.colorffffff {
  color: #ffffff;
}
.bgcolor1A1A18 {
  background-color: #1a1a18;
}

.priorityReasonID {
  padding: 0px;
  height: 25px;
}

.inline-assigned {
  outline: solid 1px white !important;
}
/* Schedule Order Styles */
.scheduleorder-due,
.scheduleorder-due a span {
  background: #262626;
  color: #fff;
}

.scheduleorder-due:hover,
.scheduleorder-due:hover a span {
  background: none;
  color: #262626;
}

.scheduleorder-upcoming,
.scheduleorder-upcoming-detail {
  background: #e9a6a6;
  color: #000;
}

.scheduleorder-upcoming {
  border-top: solid 1px black;
}

.scheduleorder-general {
  border-top: solid 1px #dedede;
}

.scheduleorder-priority,
.scheduleorder-priority a span {
  background: #e9a6a6;
  color: #000;
}

.scheduleorder-priority-none,
.scheduleorder-priority0 a span {
  background: #fff;
  color: #000;
}

.scheduleorder-priority-one,
.scheduleorder-priority1 a span {
  background: #fcdbdf;
  color: #000;
}

.scheduleorder-priority-two,
.scheduleorder-priority2 a span {
  background: #fff9dc;
  color: #000;
}

.scheduleorder-priority-three,
.scheduleorder-priority3 a span {
  background: #d7d8da;
  color: #000;
}

.scheduleorder-priority-four,
.scheduleorder-priority4 a span {
  background: #d7d8da;
  color: #000;
}

.scheduleorder-priority:hover,
.scheduleorder-priority:hover a span,
.scheduleorder-priority-none:hover,
.scheduleorder-priority-none:hover a span,
.scheduleorder-priority-one:hover,
.scheduleorder-priority-one:hover a span,
.scheduleorder-priority-two:hover,
.scheduleorder-priority-two:hover a span,
.scheduleorder-priority-three:hover,
.scheduleorder-priority-three:hover a span,
.scheduleorder-priority-four:hover,
.scheduleorder-priority-four:hover a span {
  background: none;
  color: red;
}

.scheduleorder-disabled {
  opacity: 0.65;
}
.nowrap {
  white-space: nowrap;
}

.select2-selection__choice {
  border: solid 1px silver !important;
}

.select2-selection__rendered {
  padding: 0px !important;
}

.select2-search--inline {
  padding-top: 10px !important;
}
.beacon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  height: 30px;
  width: 100px;
  border-radius: 20px;
  font-size: 12px;
  float: left;
  border: 1px solid #bee5eb;
  /* -webkit-transform: translateX(-50%) translateY(-50%); */
}
.beacon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 100px;
  left: 0;
  top: 0;
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 7px #bee5eb;
  -webkit-animation: active 2s infinite linear;
  animation: active 2s infinite linear;
}
@-webkit-keyframes active {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes active {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  70% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
div.order-approved span {
  color: green;
}
div.order-rejected span {
  color: red;
}

.detail-view {
  background: lightblue;
  border: solid 3px silver;
}

#ordersListTable .fa {
  font-size: 18px;
}

#ordersListTable .fa-pencil {
  padding-left: 5px;
  font-size: 14px !important;
}
td.small-col {
  width: 20px !important;
}

.assign {
  margin-right: 15px;
}

.change-driver, .cancel-job {
  float: right;
  margin-right: 15px;
}

.scheduleorder-btn {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 0px !important;
}

.scheduleorder-nearby-list-bottom-line {
  border-bottom: 0.2rem solid #dedede;
}

.nearby-list-bottom-line {
  border-bottom: 0.2rem solid #dedede;
}

.nearby-list-top-line {
  border-top: 0.2rem solid #dedede;
}

.ticket-container {
  border-right: 0.1rem solid #dedede;
  border-left: 0.1rem solid #dedede;
  border-top: 0.1rem solid #dedede;
}

.nearby-list-icon {
  height: 15px;
  padding-right: 5px;
}

.loader-div {
  position: absolute;
  text-align: center;
  top: 375px;
  width: 100%;
  z-index: 9999;
}

#overlay {
  background: #000 !important;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 94;
  display: none;
}

.loader {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  z-index: 9999;
  position: fixed;
}

.ticketFilterCol {
  margin-bottom: 6px;
}

.welcome-buttons.center {
  position: fixed;
  bottom: 5px;
  left: auto;
  margin: 2px auto;
  padding: 12px;
  background: rgba(205, 205, 205, 0.75);
  border: 0.1rem solid #444;
  border-radius: 3px;
}

.welcome-buttons {
  position: fixed;
  bottom: 5px;
  left: 50%;
}

.welcome-buttons.not-fixed {
  margin-top: 1.2rem;
  position: relative;
  display: inline-block;
}

.welcome-buttons img.disabled {
  opacity: 0.5;
  cursor: default;
}

.welcome-buttons > div.row > div {
  min-width: 82px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 576px) {
  .welcome-buttons > div.row > div {
    min-width: 112px;
  }
}

.font11 {
  font-size: 11px;
}

.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font30 {
  font-size: 30px;
}

.font13 {
  font-size: 13px;
}

.font17 {
  font-size: 17px;
}

.datepicker.dropdown-menu {
  position: relative;
}

.approval-container {
  border: 0.1rem solid #111;
  border-radius: 4px;
}
.map-definition {
  background-color: #fff;
  border: 0.1rem solid #444;
  border-radius: 3px;
  padding: 0.5rem;
}
.map-definition .map-color {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
}
.map-definition .map-color-name {
  display: inline-block;
}

/* Custom Table classes */
.header-row > div {
  color: #eee;
  font-family: "arial-rounded-mt-bold";
  /* background-color: #444; */
  background: linear-gradient(#335cc2, #383838);
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
}
.header-row > div.left-border {
  border-left: 1px solid #eee;
}
.header-row > div.right-border {
  border-right: 1px solid #eee;
}
.header-row > div.bottom-border {
  border-bottom: 1px solid #eee;
}
.header-row > div.top-border {
  border-top: 1px solid #eee;
}

.data-row > div {
  border-bottom: 0rem solid #ccc;
  padding: 0.3rem 0.2rem;
}
.data-row,
.data-row-border {
  border-bottom: 0.1rem solid #ccc;
}
.data-row:hover {
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .data-row > div {
    border-bottom: 0.1rem solid #ccc;
  }
  .data-row {
    border-bottom: 0rem solid #ccc;
  }
}
.sub-data-row > div {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 0.1rem solid #ddd;
}
.sub-data-container {
  padding: 0.5rem;
  margin-top: 0.3rem;
  font-size: 0.8rem;
}
.table-container {
  border-radius: 5px;
  border: 0.1rem solid #444;
}
.data-row.hazardous > div {
  font-weight: bold;
  font-style: italic;
}
/* END - Custom Table classes */

/* Questionnaire-related classes */
.questionnaire-title {
  font-size: 1.6em;
  font-weight: bold;
}
.questionnaire-info {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.questionnaire-question {
  display: block;
  padding-bottom: 15px;
}
.questionnaire-question .question-text {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0px;
}
.questionnaire-open .question-answered {
  opacity: 0.5;
}
.questionnaire-open .question-answered:hover {
  opacity: 1;
}

/* END - Questionnaire-related classes */

/* Custom radio buttons */

.radio-btn {
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.radio-btn > input {
  visibility: hidden;
  position: absolute;
}

.radio-btn > i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: 0.2s;
  border: 2px solid gray;
  background: transparent;
  margin-right: 5px;
}

.radio-btn > input:checked + i:before,
.radio-btn > input:checked:disabled + i:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size:20px;
  color: #335cc2;
}

.radio-btn > input:disabled + i {
  background: #fff;
}

/* END - custom radio buttons */

/* Account page */
.account-img {
  border-radius: 20px;
  border: 4px solid #fff;
  margin: 0px 0px 12px 0px;
  height: 100px;
  width: 100px;
  display: initial;
}
.profile-img-edit {
  bottom: 34px;
  background: #000000;
  color: rgb(255, 255, 255);
  font-size: 12px;
  padding: 0px 8px;
  border-bottom-left-radius: 20px;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
  width: 40px;
}
.account-page-subheader {
  margin: 20px 0 0 4px;
  font-family: "avenirnextltpro-regular";
  font-size: 1rem;
}
.account-page-subheader .account-loginname {
  font-weight: bold;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .account-page-subheader {
    margin: 15px;
    font-size: 1rem;
  }
  .account-page-subheader .account-loginname {
    font-size: 2rem;
  }
}
.account-info .row {
  margin: 15px 0 15px 0;
}
.account-info .row-negtop {
  margin: -5px 0 15px 0;
}
.account-info input {
  margin: 0;
  height: auto !important;
}
.account-info input[type="file"] {
  font-size: 0.8rem;
}
.account-info label {
  color: #335cc2;
  font-family: "avenirnextltpro-demi";
}

.account-info .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.account-info .input-note {
  font-size: 0.8rem;
  color: gray;
}
.account-info .remove,
.account-info .add {
  font-size: 24px;
  color: #a93439;
}

/* Feedback links */
.pointer {
  cursor: pointer;
}

/* Fix for notification dialog padding issues - WEB-196 */
.notification-list .row {
  margin-left: 0px !important;
}

/* map infowindow styling */
.info-window-wrapper {
  width: 400px;
}
.info-window {
  width: 375px;
}
.info-window .row {
  margin-left: 0;
  margin-right: 0;
}
.info-window-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.info-window-subtitle {
  font-weight: bold;
  font-size: 0.9rem;
  border-top: 1px solid lightgray;
  margin-top: 5px;
  padding-top: 5px;
}
.info-window .item-name {
  font-weight: bold;
  font-size: 0.9rem;
  color: gray;
}
#legend {
  background: #fff;
  padding: 5px;
  margin: 2px;
  border: 2px solid #000;
  display: none;
  z-index: 9999999 !important;
  left: 0 !important;
}
.legend-title {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 2px;
  text-align: center;
}
.legend-color-elem {
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 12px;
}
.legend-color-elem i {
  font-size: 0.9rem;
}
.legend-ghosting {
  font-size: 0.7rem;
  text-align: right;
}
.legend-footer {
  font-size: 0.7rem;
  text-decoration: underline;
  text-align: left;
  color: blue;
  cursor: pointer;
}
.legend-content {
  text-align: center;
}
.map-symbol-legend-elem {
  max-width: 75px;
  text-align: center;
}
.map-symbol-legend-label {
  font-size: 0.8rem;
}
/* override Google Maps infowindow horizontal scrolling settings */
.gm-style .gm-style-iw-d {
  overflow-x: hidden;
}
/* Bootstrap 4 no longer supports btn-xs, here's a replacement */
.btn-tiny {
  padding: 0.1rem 0.3rem;
  line-height: 1;
  font-size: 0.75rem;
}
/* Multiselector classes */
.multiselect-native-select .select2 {
  display: none;
}
.multiselect-container > li > a > label {
  padding: 0px 20px 0px 40px;
}
.multiselect {
  background: #335cc2 !important;
  color: #ffffff !important;
}

/* Fix for google type ahead in a modal */
.pac-container {
  z-index: 1400 !important;
}
.select2-selection__choice {
  margin: 3px !important;
  padding: 4px 4px !important;
}
/** ensure selected tab for scheduledOrders is legible */
.selected-tab {
  color: #fff !important;
}
/** override padding for afesearch component */
.nopadding .py-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/** afesearch2 component */
.afesearch-wrapper {
  cursor: pointer;
}
.afesearch-wrapper input {
  background-color: #fff !important;
  cursor: pointer;
}
.afesearch-modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.afesearch-modal-feedback {
  padding: 5px;
}
.afesearch-modal-feedback .fa-spin {
  width: 16px;
  height: 16px;
}
.afe-list-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.afe-list-item:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.075); /* #138d75 */
}
.afeSearch-results {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
/** accentuate current day in scheduled orders calendar */
.fc-today {
  font-weight: bold;
}

input[name="chrome-autofill-bug"] {
  opacity: 0.01;
  position: absolute;
  z-index: -999999; /* WEB-265 */
}
/** Job search component */
.xjob-search-wrapper {
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
}
.xjob-search-wrapper .input-group {
  flex-wrap: nowrap;
  height: 32px;
  margin-top: 7px;
  padding-left: 0;
}
.xjob-search-wrapper .form-group {
  margin-bottom: 0;
  margin-top: -4px;
  padding-right: 0;
}
.job-search-wrapper .input-group-text {
  cursor: pointer;
}
.xjob-search-wrapper input,
#jobsearch-cmp-button {
  height: 26px;
}
.xjob-search-wrapper label {
  font-size: 0.775rem;
  margin: 0;
}
.xjob-search-wrapper select.form-control-xs {
  font-size: 0.775rem;
  width: auto !important;
  height: 16px;
  padding: 0;
  color: #000;
}
.xjob-search-wrapper select:not([multiple]).form-control-xs {
  /* see https://stackoverflow.com/a/33478082/62649 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding-right: 1.5em;
}
/* styling for navbar use only */
.navbar-nav .xjob-search-wrapper {
  margin: 0 25px 0 0;
}
.navbar-nav .xjob-search-wrapper label {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-nav .xjob-search-wrapper .input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
}
.navbar-nav .xjob-search-wrapper input,
.navbar-nav .xjob-search-wrapper select.form-control-xs {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
}
.navbar-nav .xjob-search-wrapper:hover label {
  color: #fff;
}
.navbar-nav .xjob-search-wrapper:hover input,
.navbar-nav .xjob-search-wrapper:hover select.form-control-xs {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  color: #000;
}
.navbar-nav .xjob-search-wrapper:hover .input-group-text {
  background-color: #d13339;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.jobSearchModal-results-feedback {
  margin-bottom: 10px;
}
.jobSearchModal-results-wrapper {
  font-size: 0.9em;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 310px;
}
.jobSearchModal-results-wrapper .row:nth-child(even) {
  background-color: #f3f3f3;
}
.jobSearchModal-results-wrapper .row a {
  color: #000;
  text-decoration: none;
}
.jobSearchModal-results-wrapper .row a:hover {
  color: blue;
  text-decoration: underline;
}
.result-jobnumber {
  font-size: 1.1em;
  font-weight: bold;
  word-break: break-word;
}
.result-jobdesc {
  font-size: 0.8em;
}
.result-status {
  color: #000;
  font-variant: small-caps;
}
.result-jobtime span,
.result-status span {
  font-size: 0.8em;
}
.jobSearchModal-results-wrapper .newtab {
  padding-left: 5px;
  font-weight: bold;
}
.result-status-2,
.result-status-14,
.result-status-15 {
  color: #ff8c00;
}
.result-status-9,
.result-status-10,
.result-status-12,
.result-status-13 {
  color: royalblue;
}
.result-status-7 {
  color: #008000;
}
.result-status-8 {
  color: #708090;
}
.result-status-5,
.result-status-11 {
  color: #ff0000;
}
.result-status-0 {
  background-color: #008000;
  color: #fff;
}
.result-status--1 {
  background-color: darkgray;
  color: #fff;
}
.result-status--2 {
  background-color: black;
  color: #fff;
}
.break-all {
  word-break: break-all;
}
#qr-img-popup {
  max-width: 100%;
}
.qr-image-details > img {
  float: left;
  width: 100%;
}
.qr-below-desc {
  background: white;
  width: 100%;
  padding-bottom: 10px;
}
/* adds bootstrap modal-xl support */
@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1000px) {
  .modal-lg {
    width: 70%;
  }
}
.fixed-table-pagination .page-item.active .page-link {
  background-color: #335cc2;
  border-color: #335cc2;
}
.fixed-table-pagination .page-link {
  color: #335cc2;
}
.fixed-table-pagination .dropdown-item.active,
.fixed-table-pagination .dropdown-item:active {
  background-color: #335cc2;
}
.fixed-table-pagination .btn-light {
  background-color: #efefef;
  border-color: #ccc;
}
.fixed-table-toolbar {
  border-bottom: 1px solid #dedede;
}
.w-40 {
  width: 40%;
}
.w-35 {
  width: 35%;
}
.bs-col-bottom {
  position: absolute;
  bottom: 0;
}

.checkbox > input {
  visibility: hidden;
  width: 98%;
  position: absolute;
  height: 27px;
}
.checkbox > i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  transition: 0.2s;
  border: 2px solid gray;
  background: transparent;
  margin-right: 5px;
}
.checkbox > input:checked + i:before,
.checkbox > input:checked:disabled + i:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size:22px;
  color: #335cc2;
}
.smt-bootstrap-table {
  width: 100%;
}

.table td,
.table th {
  padding: 8px 10px 2px 10px;
}

#simple_dialog_modal_id_title span.fa-exclamation-triangle {
  padding-right: 10px;
}

@media (min-width: 1000px) {
  .modal-lg {
    width: 70%;
  }
}

.level-2 {
  padding-left: 25px !important;
}

.bootstrap-dialog-header {
  width: 100%;
}

.dataTables_processing {
  margin-top: 50px !important;
}

.wordwrap {
  word-wrap: break-word;
}

.bs-table-thead {
  background: #a93439;
  color: white;
  font-weight: bold;
}

.bootstrap-dialog-title span {
  padding-right: 5px;
}

#confirmationModal {
  width: 500px;
  margin: 0 auto;
}

.slide-fade-enter-active {
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter {
  transform: translateX(-30px);
  opacity: 0;
}
.slide-fade-enter-to {
  opacity: 1;
}
.slide-fade-leave-to {
  transform: translateX(30px);
  opacity: 0;
}

.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  transform: translateY(2px);
}

/* align icon */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 35px;
}
.right-addon input {
  padding-right: 35px;
}

.tooltip-inner {
  max-width: 100% !important;
}

.widget-shadow {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
}

/* asyncJob queue */
.showAjQueue {
  cursor: pointer;
  float: right;
}
.showAjQueue span {
  color: #0a4357;
}
.showAjQueue span:hover {
  text-decoration: underline;
}
#ajQueueResultsInner {
  font-size: 0.8em;
}

.modal-footer .bootstrap-dialog-footer,
.modal-footer .bootstrap-dialog-footer-buttons {
  display: flex;
  width: 100%;
}

.bootstrap-dialog-footer-buttons .btn-default {
  margin-right: auto;
}

.bootstrap-dialog.type-info .modal-header,
.bootstrap-dialog .bootstrap-dialog-title {
  background: white;
  color: black;
  font-size: 24px;
  font-weight: 500;
}

.bootstrap-dialog-footer-buttons .btn.btn-info {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  font-size: 1rem;
  font-weight: 400;
}

.bootstrap-dialog-footer-buttons .btn.btn-default {
  color: #000;
  border-color: #6c757d;
  font-size: 1rem;
  font-weight: 400;
}

.fixed-table-toolbar .btn-light {
  border: solid 1px lightgray;
}

.locationSearchContainer {
  height: auto;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 10px;
}
.locationSearchContainerOuter {
  border: 1px solid #335cc2;
  border-radius: 3px;
  padding: 0.8rem;
}
.angularContainer {
  min-height: 100%;
  height: 100% !important;
  width: 100%;
  padding: 0px !important;
  margin-right: 0px;
  margin-left: 5px;
  margin-top: -45px;
}

/* App picker */
.app-picker{
  cursor: pointer;
}
.app-picker-container{
  width: 100%;
}

.app-picker-container a{
  color: #212529
}

.app-picker-container a:hover{
  color: #335cc2;
  text-decoration: none;
}

.app-picker-divider{
  margin: 0px;
  clear:both;
}

.app-picker-text{
  float: left;
  padding: 4px 0 20px 7px;
  font-size: .8rem;
  font-weight: bold;
}

.popover{
  box-shadow: 5px 10px 14px rgba(0, 0, 0, 0.4);
}
.plus-minus {

}
.combine-label {
  cursor: pointer;
}
.combine-checkbox {
  display: none;
}

.combine-label  .fa-plus  { /*.combine-plus*/
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #3AC5C9;
  color:white;
  border-radius: 4px;
}
.combine-label   .fa-minus  { /*.combine-minus*/
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #E85764;
  display: none;
  color:white;
  border-radius: 4px;
}
.combine-checkbox:checked + .combine-label .fa-minus {
  display: inline;
}
.combine-checkbox:checked + .combine-label  .fa-plus {
  display: none;
}
.chart-container{
  min-height: 200px;
}
.max-height-max-width{
  height:100%; 
  width:100%;
}


.action-button {
  z-index: 101;
  position: relative;
  width: 100px;
}
.button-text-overlay {
  padding-top: 14px;
  z-index: 102;
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: myriadpro-boldcond;
  font-size: 12pt;
  letter-spacing: 0.05rem;
  width: 100px;
  text-align: center;
  line-height: 0.88;
}
.button-text-overlay i {
  margin-bottom: 6px;
  font-size: 45px;
}
.button-text-overlay a {
  color: white;
  text-decoration: none;
}
.light-gray-triangle {
  height:100px;
  width: 100px;
  position:relative;
  overflow: hidden;
  float: left;
}
.light-gray-triangle div {
  position: absolute;
  top: 50px;
  right: 49px;
  width: 100px;
  height: 100px;
  background: #333333;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.med-gray-triangle {
  margin-left: -100px;
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
  float: left;
}
.med-gray-triangle div {
  position: absolute;
  top: 51px;
  right: 50px;
  width: 100px;
  height: 100px;
  background: #212121;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.black-triangle {
  margin-left: -100px;
  height:100px;
  width: 100px;
  position: relative;
  overflow: hidden;
  background-image: none;
  float: left;
}
.black-triangle div {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background:black;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* UI UPDATES */
.btn-danger {
  background-color: #335cc2; 
  border-color: #335cc2; 
}

.btn-danger:hover {
  background-color: #869fdf;
  border-color: #869fdf;
}

.btn-danger.disabled, .btn-danger.disabled:hover{
  background-color:#aebfea;
  border-color:#aebfea;
}

.notification-bell{
  color: #e3c043;
}

.qq-upload-button {
  background: #869fdf !important;
}

.show-more{
  background-image: linear-gradient(to right, #383838, #5f5f5f);
}

.btn-dark {
  background-color: #383838;
  border-color: #383838; 
}

.btn-dark:hover {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-qredit:hover, .btn-qredit {
  background-color: #335cc2;
  color: #ffffff;
}

.toggle-nav-item {
  min-width: 170px !important;
}

.toggle-bar-top-margin {
  margin-top: 8px !important;
}

.toggle-nav-section-margin {
  margin-top: -20px !important;
}

.non-toggle-nav-item-margin {
  margin-left: 8px !important;
}

.toggle-bar {
  outline: none !important;
}

.navbar-toggler {
  margin-left: 8px !important;
  padding: 0px !important;
}

.nav-link {
  text-align: left !important;
}