/**************************************************************** Default ****************************************************************/
/* DevOps #13408 */
@font-face {
    font-family: 'ComfortaaBold';
    src: url('../fonts/Comfortaa-Bold.ttf?v=1.00') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ComfortaaRegular';
    src: url('../fonts/Comfortaa-Regular.ttf?v=1.00') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ComfortaaThin';
    src: url('../fonts/Comfortaa-Thin.ttf?v=1.00') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

a, a:focus {
    /* DevOps #13408 */
    color: #005288;
    outline: none;
    text-decoration: none;
}
/* DevOps #13408 */
a#ForgotPassword.links {
    font-size: 23px;
    font-family: ComfortaaRegular;
}
a#BackToLogin_1.links, a#BackToLogin_1.links {
    font-size: 23px;
    font-family: ComfortaaRegular;
}
 a:hover {
     outline: none;
     color: #90278e;
     text-decoration: none;
}
 .table {
     margin-bottom: 0px;
}
 .cls {
     clear: both;
}
 .cls.divider {
     height: 30px;
     float: left;
     width: 100%;
}
 h1 {
     font-size: 16px;
     color: #fff;
     background: #065387;
     margin: 0px;
     padding: 5px 10px;
}
/* DevOps #13408 */
#btnLogin.btn, #btnResetPwdLoder.btn, #btnSSO.btn {
    font-size: 18px;
    font-family: ComfortaaRegular;
    margin-bottom: 15px;
}
.btn {
    border-radius: 0px;
}
.btn.btn-xs.btn-default.dropdown-toggle {
    padding-right: 10px;
}
.btndefault, .btndefault:focus {
    /* DevOps #13408 */
    background: #005288;
    color: #fff;
}
 .btndefault:hover, .btndefault.active {
     background: #90278e;
     color: #ddd;
}

.btndefault.pull-right+.btndefault.pull-right {
  margin-right: 5px;
}
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
     border-color: #8eafdc;
     background-color: #8eafdc;
     color: #005184;
}
 .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus, .pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover {
     border-color: #8eafdc;
}
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     vertical-align: middle;
}
 .dataTable>tbody>tr>td, .dataTable>tbody>tr>th, .dataTable>tfoot>tr>td, .dataTable>tfoot>tr>th, .dataTable>thead>tr>td, .dataTable>thead>tr>th {
     white-space: nowrap;
}
 body {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 13px;
     color: #212121;
     line-height: 120%;
     overflow-y: hidden;
     position:relative;
}
 .mainWrapper {
    /* border: 2px solid #dddddc; */
     width: 100%;
     min-width: 1020px;
     height: auto;
     padding: 5px 0px 0px;
}
/**************************************************************** Fancy Radio ****************************************************************/
 input[type=radio].customRadio {
     position: absolute;
     overflow: hidden;
     clip: rect(0 0 0 0);
     height: 1px;
     width: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
}
 input[type=radio].customRadio+label {
     padding-left: 16px;
     height: 14px;
     display: inline-block;
     line-height: 14px;
     background-repeat: no-repeat;
     background-position: left center;
     vertical-align: middle;
     cursor: pointer;
     background-image: url(../images/icoRadioUncheck.png);
     margin-bottom: 7px;
     margin-top: 0;
     font-weight: normal;
}
 input[type=radio].customRadio:checked+label {
     background-image: url(../images/icoRadioCheck.png);
}
 input[type=radio].customRadio+label {
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     user-select: none;
}
/**************************************************************** Fancy CHeckbox ****************************************************************/
 input[type=checkbox].customCheckbox {
     position: absolute;
     overflow: hidden;
     clip: rect(0 0 0 0);
     height: 1px;
     width: 1px;
     margin: -1px;
     padding: 0;
     border: 0;
}

input[type=checkbox].customCheckbox+label {
  padding-left: 20px;
  height: auto;
  min-height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/icoUncheck.png);
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: normal;
}
 input[type=checkbox].customCheckbox.error+label {
     background-image: url(../images/icoUncheckError.png);
}
 input[type=checkbox].customCheckbox+label:empty {
     padding-left: 18px;
}
 input[type=checkbox].customCheckbox:checked+label {
     background-image: url(../images/icoCheck.png);
}
 input[type=checkbox].customCheckbox+label {
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     user-select: none;
}
 .addDriver input[type=checkbox].customCheckbox+label {
     margin-top: 0px;
}
 table input[type=checkbox].customCheckbox+label {
     margin-top: 0px;
}
/**************************************************************** Form controls ****************************************************************/




label {
  margin-bottom: 2px;
}



.form-control,
.bootstrap-select .btn {
  box-shadow: none;
  border-radius: 0px;
  background: #f2fafc;
  height: 26px;
  padding: 3px 8px;
  line-height: 19px;
  font-size: 12px;
}
 .bootstrap-select .btn{
     padding-right:25px;
 }
.caret {
    border-top: 6px dashed;
    border-top: 4px solid 9px;
    border-right: 3px solid transparent !important;
    border-left: 3px solid transparent !important;
    margin-right: -6px !important;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 6px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
 .bootstrap-select.btn-group .dropdown-toggle .filter-option{
     text-overflow:ellipsis;
 }

 .form-control:focus, .bootstrap-select .btn:focus {
     box-shadow: none;
     border-color: #065285;
}
 .hasFocus .input-group-addon {
     border-color: #065285;
}
 .bootstrap-select .btn, .input-group-addon {
     border-radius: 0px;
}
 .input-group-addon {
     color: #fff;
     font-size: 13px;
     background: #065286;
     padding: 3px 8px;
     height: 26px;
}
 label {
     font-size: 12px;
     color: #005186;
     font-weight: normal !important;
}
 i.fa-info-circle#pricingPopOver {
     color: #005186;
}
 td .form-control:focus {
    /*background: #ffffcf;
    */
}
/**************************************************************** Data table ****************************************************************/
 .tabledit-toolbox .btn {
     padding: 0px;
     border: none;
     background: none;
     font-size: 20px;
     line-height: 1;
}
 .tabledit-view-mode .bootstrap-select.btn-group:not(.input-group-btn), .tabledit-view-mode .bootstrap-select.btn-group[class*="col-"] {
     display: none;
}
 .table>tbody>tr.tabledit-edit-mode-row td {
     background: #2f3e56;
     color: #fff;
}
 .tabledit-edit-mode-row td>a {
     color: #fff;
}
 .table>tbody>tr>td.tabledit-edit-mode {
     padding: 4px 8px;
}
 .table>thead>tr>th {
     background: #065285;
     color: #fff;
     border: none;
}
 .table>tfoot>tr>th {
     background: #065285;
     color: #fff;
     border: none;
}
 .table-striped>tbody>tr:nth-of-type(2n) {
     background-color: #fff;
}
 .table-striped>tbody>tr:nth-of-type(2n+1) {
     background-color: #f1f1f1;
     border: none;
}
 .table#productTable>tbody>tr>td, .table#productTable>tbody>tr>th {
     border: none;
     color: #005186;
     vertical-align: middle;
}
/**************************************************************** Login ****************************************************************/
.page_login {
    height: 100vh;
    background: radial-gradient(closest-corner at 55% 55%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 1)), url('../Images/login-bg.jpg') no-repeat left bottom;
    background-size: cover;
}

.loginBox {
    width: 420px;
    /* DevOps #13408 */ 
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0px 0px -210px;
}
    .loginlogo {
     width: 100%;
     float: left;
     text-align: center;
     margin-bottom: 15px;
}
.loginlogo img {
    display: inline-block;
    /* DevOps #13408 */
    height: 80%;
    width: 80%;
    align-content: center;
    object-fit: contain;
    color: #005288;
}
#loginSection h4, #forgotPasswordSection h4 {
    /* DevOps #13408 */
    font-size: 30px;    
    font-family: ComfortaaBold;
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /* DevOps #13408 */
    color: #005288;
}
 #loginSection .input-group-addon, #forgotPasswordSection .input-group-addon {
     background-color: #eee;
     border: 1px solid #ccc;
     color: #555;
}
 #loginSection .input-group-addon i {
     min-width: 16px;
}
 input[type="file"] {
     min-height: 26px;
}
 .defaultPreviewImg img {
     margin-bottom: 5px;
}
 .use-default-theme {
     min-height: 44px;
     padding-top: 10px;
}
 #frmConfiguration h3 {
     font-size: 14px;
     border-bottom: solid 1px #ccc;
     padding-bottom: 8px;
     margin-bottom: 15px;
     font-weight: bold;
}
 @media (min-width: 1100px) {
     .use-default-theme {
         min-height: 46px;
    }
}
 @media (min-width: 1380px) {
     .use-default-theme {
         min-height: 54px;
    }
}
/**************************************************************** Header & Top Navigation ****************************************************************/

header {
  padding: 0px 0px 0px 2px;
  width: 100%;
  height: auto;
  min-height: 81px;
}
 .navbar {
     border: none;
     min-height: 58px;
     margin-bottom: 0px;
     font-size: 15px;
}
 .navbar .navbar-brand {
    /*padding: 4px 20px;
     min-width: 110px;
     margin: 0px;
     height: 38px;
    */
}
 .mainNavigation {
     padding-top: 6px;
}
 .mainNavigation>li {
     position: inherit;
}

.mainNavigation>li>a {
  padding: 7px 10px 6px;
  line-height: 21px;
  position: relative;
  border-radius: 3px 3px 0px 0px;
  font-size: 13px;
  letter-spacing:-0.05em;
  }

.nav>li>a:focus,
.nav>li>a:hover {
  background: transparent;
}
#listYesResult {
    list-style: none;
}
#listNoResult {
    list-style: none;
}

.mainNavigation > li + li > a:before {
    content: "";
    border-left: 1px solid #cdcccc;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 16px;
}
 .mainNavigation>li.active>a {
    /*padding: 6px 16px;
    */
     border: 1px solid #93b5df;
     border-bottom: none;
     z-index: 1001;
     background: #d4e3f1;
     background: -moz-linear-gradient(top, #d4e3f1 0%, #c0d7ed 28%, #cfe5f3 85%, #e1eef9 100%);
     background: -webkit-linear-gradient(top, #d4e3f1 0%, #c0d7ed 28%, #cfe5f3 85%, #e1eef9 100%);
     background: linear-gradient(to bottom, #d4e3f1 0%, #c0d7ed 28%, #cfe5f3 85%, #e1eef9 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e3f1', endColorstr='#e1eef9', GradientType=0);
}
 .mainNavigation li.active a:before, .mainNavigation li.active+li a:before {
     display: none;
}
 .navbar-nav.mainNavigation>li>.dropdown-menu {
     border-radius: 3px;
     border: 1px solid #93b5df;
     width: 100%;
     top: 39px;
     height: auto;
     box-shadow: none;
     padding: 0px;
     background: #d4e3f1;
     background: -moz-linear-gradient(top, #e1eef9 0%, #cfe5f3 28%, #c0d7ed 85%, #d4e3f1 100%);
     background: -webkit-linear-gradient(top, #e1eef9 0%, #cfe5f3 28%, #c0d7ed 85%, #d4e3f1 100%);
     background: linear-gradient(to bottom, #e1eef9 0%, #cfe5f3 28%, #c0d7ed 85%, #d4e3f1 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eef9', endColorstr='#d4e3f1', GradientType=0);
}
 .navbar-nav.mainNavigation>li>.dropdown-menu li {
     float: left;
}
 .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
     padding: 10px 15px;
     font-size: 15px;
     line-height: 1.4em;
     color: #005184;
     background: none;
}
 .navbar-nav.mainNavigation .dropdown-menu li:not(.hideMenu):first-child a, .firstElem a {
    /*border-radius: 3px 0px 0px 3px;
    */
     margin-left: 5px;
     padding-left: 7px;
}
 .navbar-nav.mainNavigation .dropdown-menu li+li {
     padding-left: 1px;
}
 .navbar-nav.mainNavigation .dropdown-menu li.active a, .navbar-nav.mainNavigation .dropdown-menu li:hover a, .navbar-nav.mainNavigation .dropdown-menu li a:hover {
     background: #005184;
     color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    z-index: 9999;
}
 .navbar-right.navbar-nav>li>a {
     padding-top: 3px;
     padding-bottom: 2px;
     line-height: 30px;
     padding-left: 6px;
     padding-right: 6px;
}


.navbar-right.navbar-nav>li>a .profile-user {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #065387;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
 .navbar-right.navbar-nav>li>a .profile-user .fa {
     opacity: 0.7;
}
 .navbar-right.navbar-nav>li>a .profile-user {
     width: 26px;
     height: 26px;
     display: inline-block;
     background: #065387;
     border-radius: 50%;
     color: #fff;
     text-align: center;
     line-height: 26px;
}
 .profile-switcher {
     background: #90278E;
     color: #fff;
     height: 46px;
     line-height: 41px;
     padding: 0px 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
}
 .profile-switcher img{
     font-size:7px;
}
 .user-name {
     margin: 0px 3px;
     width: 90px;
     display: inline-block;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     white-space: nowrap;
}
 .profile-switcher a, .profile-switcher:hover {
     color: #fff;
}
 .profile-switcher .profile-switcher-name {
     margin: 0px 3px;
     width: 90px;
     display: inline-block;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     white-space: nowrap;
     font-size: 12px;
}
 .nav .profile-switcher.open {
     background: #90278e;
     box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.5);
}
 .nav .profile-switcher.open>a, .nav .profile-switcher.open>a:hover, .nav .profile-switcher.open>a:focus {
     background: #90278e;
     border-color: #fff;
}
 #profileList {
     border-radius: 0px !important;
}
 .profile-list {
     width: 100%;
     background-color: #F7F7F7;
     color: #555;
}
 .profile-list-header {
     background: #065387;
     padding: 5px 10px;
     width: 100%;
}
 .profile-list-header h3 {
     font-size: 16px;
     line-height: 1.5;
     color: #fff;
     margin: 0px;
}
 .profile-list ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .profile-list ul li {
     padding: 10px;
     border-bottom: 1px solid rgba(223, 223, 223, 0.4);
     color: #7A7A7A;
}
 .profile-list ul li:nth-child(odd) {
     background: rgba(255, 255, 255, 0.8);
}
 .profile-list ul li .name {
     font-size: 12px;
     color: #555555;
     margin-bottom: 3px;
     font-weight: 600;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     white-space: nowrap;
}
 .profile-list ul li p {
     margin: 0px;
     font-size: 12px;
     line-height: 125%;
}
 .profile-list ul li p.desc {
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     white-space: nowrap;
     width: 100%;
}
 .profile-list ul li p.desc.blank {
     opacity: 0.45;
}
 .profile-list ul li:hover {
     background: #ffffcf !important;
}
 .profile-list ul li.selected {
     background: #90278E;
     color: #fff;
}
 .profile-list ul li.selected .name {
     color: #fff;
}

/**************************************************************** Footer ****************************************************************/
footer {
    padding: 3px 10px;
    font-size: 11px;
    /* DevOps #13408 */
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
/* DevOps #13408 */
footer img {
    width: 18%;
    margin-bottom: 5px;
}
/**************************************************************** Main Section ****************************************************************/

.mainContent {
  border: 1px solid #aac4e5;
  padding: 0px 5px 0px 5px;
  position: relative;
}
 #dvMainContent {
     width: 100%;
     float: left;
    /* overflow-y:auto;
     overflow-x:hidden;
    */
}
 .innerContent {
     width: 100%;
     float: left;
     overflow-y: auto;
     overflow-x: hidden;
     position: relative;
     padding: 5px;
     padding-bottom:0px;
}
 .mapContainer {
     border: 1px solid #aac4e5;
     position: relative;
     display: flex;
}
 .map {
    /*min-height: 300px;
    */
     height: auto;
     width: 100%;
}
 .mapTitle {
     position: absolute;
     left: 0px;
     top: 0px;
     background: rgba(255, 255, 255, 0.8);
     padding: 0px 10px;
     width: 100%;
}
 .mapTitle h3 {
     font-size: 18px;
     color: #111112;
     margin: 0px;
     float: left;
     line-height: 30px;
     font-weight: normal;
}
 .mapTitle .distance {
     font-size: 13px;
     color: #005185;
     float: right;
     line-height: 30px;
     font-weight: bold;
}
 .mapTitle .distance .btn {
     font-size: 12px;
     padding: 3px 12px;
     line-height: 1.2;
     margin-top: -2px;
}
 .collectionAddress, .deliveryAddress {
     border: 1px solid #aac4e5;
     min-height: 90px;
}
 .collectionAddress label, .deliveryAddress label {
     color: #fff;
     padding: 2px 4px;
     height: 24px;
     line-height: 20px;
     font-size: 14px;
     font-weight: normal;
     background: #065387;
     width: 100%;
     margin-bottom: 0px;
}
 .collectionAddress label i, .deliveryAddress label i {
     font-size: 18px;
     float: right;
     cursor: pointer;
}
 .collectionAddress address, .deliveryAddress address {
     padding: 4px 4px 4px 85px;
     background: url(../images/imgCollectionAddress.png) no-repeat 10px center;
     margin-bottom: 0px;
     height: 80px;
     width: 100%;
     overflow: hidden;
}
 .collectionAddress address strong, .deliveryAddress address strong {
     font-weight: bold;
}
 .deliveryAddress address {
     background: url(../images/imgDeliveryAddress.png) no-repeat 10px center;
}
 .selectLocation {
     padding: 5px 10px;
     position: relative;
}
 .popover {
     min-width: 200px;
     background-color: #f2fafc;
     border: 1px solid #a0bde2;
}
 .popover.right>.arrow::after {
     border-right-color: #f2fafc;
}
 .popover.right>.arrow {
     border-right-color: #a0bde2;
}
 .popover-content {
    color: #111112;
    white-space: nowrap;
}
 .popover-content em {
     font-style: normal;
     float: right;
     padding-left: 5px;
}
 .popover-content span {
     display: block;
     padding-top: 5px;
     margin-top: 5px;
     border-top: 1px solid #aac4e5;
}
 .instruction {
     color: #005186;
     position: absolute;
     right: 15px;
     top: 0px;
     transition: all 0.5s ease-in-out;
}
 .instruction.valid {
     color: #005186;
}
 .autocomplete {
     width: 100%;
     position: absolute;
     left: 0px;
     top: 53px;
     padding: 0px 10px;
     z-index: 999;
}
 .selectLocation .autocomplete {
     top: 38px;
}
 .addressBox .autocomplete, .hasAutocomplete .autocomplete {
     width: calc(100% - 20px);
     width: -webkit-calc(100% - 20px);
     width: -moz-calc(100% - 20px);
     left: 10px;
}
 #productTable section .autocomplete {
     top: 33px;
     padding: 0px;
}
 .autocomplete ul {
     width: 100%;
}
 .autocomplete ul li a p {
     display: block;
     margin-bottom: 0px;
     word-wrap: break-word;
}
 .panel-primary>.panel-heading {
     color: #fff;
     background-color: #065387;
     border-color: #065387;
     padding: 5px 10px;
}
 .panel-primary>.panel-heading h3 {
     font-size: 14px;
}
 #productTable section {
     position: relative;
}
 .table-responsive {
     overflow-y: visible;
}
 .table thead th {
     white-space: nowrap;
}
 .table:not(.no-border-table) tbody tr td:last-child {
     white-space: nowrap;
}
 tfoot .form-control {
     max-width: 130px;
     font-size: 12px;
}
 tfoot .filteraddress .form-control {
     max-width: 165px;
}
 .table tbody tr td:last-child a {
     font-size: 12px;
     border: 1px solid #ddd;
     background: #fff;
     border-radius: 3px;
     padding: 1px;
     width: 24px;
     display: inline-block;
     text-align: center;
}
 .table tbody tr td:last-child a+a, .table thead tr th:last-child a+a {
     margin-left: 2px;
}
 .table thead tr th:last-child a {
     font-size: 12px;
     border: 1px solid #ddd;
     background: #fff;
     border-radius: 3px;
     height: 20px;
     width: 20px;
     display: inline-block;
     text-align: center;
     line-height: 20px;
}
 #frmPricings .table tbody tr td:last-child a {
     width: 22px;
     height: 22px;
     padding: 1px;
}
 #jobTable.table tbody tr td:last-child a {
     width: auto;
}
 #podTable.table tbody tr td:last-child a {
     width: auto;
}
 .dataTables_filter .btndefault {
     margin-left: 10px;
     padding: 4px 12px;
}
 .dataTables_filter .refreshRate {
     width: 175px;
     display: inline-block;
     margin-left: 10px;
}
 .dataTables_filter .refreshRate label {
     padding-right: 6px;
}
 #divJobListRun .refreshRate {
     width: 230px;
}
 .DisplayColumns {
     width: 220px;
     position: absolute;
     left: 200px;
     top: 0px;
     z-index: 9;
}
 .DisplayColumns .bootstrap-select.btn-group.form-control, .DisplayColumns label {
     display: inline-block;
     vertical-align: middle;
     width: auto;
     max-width: 150px;
     font-weight: normal;
}
 label.error {
     font-size: 11px;
     position: absolute;
     right: 10px;
     top: 0px;
     color: #f00;
     border: none;
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-header {
     background: #065285;
     border-color: #065285;
}
 .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
 .bootstrap-select.btn-group .dropdown-menu li.dropdown-header{
     padding:3px 10px;
 }
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2.5em;
}
  .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a.opt span.check-mark, .bootstrap-select.btn-group.show-tick .dropdown-menu li a.opt span.check-mark{
     left:10px;
 }
  .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a.opt span.check-mark, .bootstrap-select.btn-group.show-tick .dropdown-menu li a.opt span.check-mark{
      margin-top:2px;
  }
 .dropdown-menu>li>a {
     padding: 2px 20px;
}
 .dropdown-btn-group {
     margin-left: 10px;
}
 .dropdown-btn-group ul {
     min-width: 200px;
}
 .dropdown-btn-group ul li {
     padding: 3px 10px;
}
 .autocomplete .dropdown-menu>li>a {
     white-space: normal;
     padding-right: 25px;
}
 .dataTables_length {
     display: inline-block;
}
 .modal-header {
     background: #005186;
     color: #fff;
}
.modal-header .close{
    color: #fff;
    opacity: 0.7;
    text-shadow: 0 1px 0 #000;
}
 .modal-title {
     line-height: 1;
}
 .modal .btn {
     padding: 2px 12px;
}
 .kv-avatar .file-preview-frame, .kv-avatar .file-preview-frame:hover {
     margin: 0;
     padding: 0;
     border: none;
     box-shadow: none;
     text-align: center;
}
 .kv-avatar .file-input {
     display: inline-block;
     max-width: 200px;
}
 .kv-avatar .file-input img {
     max-height: 160px;
     max-width: 160px;
}
 .fileinput-remove {
     position: absolute;
     left: 15px;
     top: 20px;
}
 .btn-file {
     position: absolute;
     left: 55px;
     top: 20px;
}
 #map_canvas, #map-canvas, #map_canvas_pod {
     height: 400px;
     width: 100%;
}
 #map_canvas_dt {
     height: 600px;
     width: 100%;
}
 .modal-content, .modal-header {
     border-radius: 0px;
}
 #divjobmap .modal-body {
     padding: 0px;
}
 tbody tr.bg_red td {
     background: rgba(255, 0, 0, 0.2);
     border-color: #fff;
}
 tbody tr.bg_darkred td {
     background: red;
     border-color: #fff;
}
 tbody tr.bg_green td {
     background: rgba(0, 255, 0, 0.2);
     border-color: #fff;
}
 tbody tr:hover td {
     background: #ffffcf;
}
 tbody tr.selected td {
     background: #d4e3f1;
}
 .autocomplete ul li {
     position: relative;
}
 .autocomplete ul li:focus {
     background: red;
}
 .autocomplete ul li i.fa {
     position: absolute;
     right: 10px;
     top: 50%;
     margin-top: -6px;
     cursor: pointer;
}
 h1 a.btn-link, h1 a.btn-link:focus, h1 a.btn-link:active {
     padding: 2px 5px;
     float: right;
     background: transparent;
     color: #fff;
     margin-left: 5px;
     margin-top: -2px;
     border-radius: 2px;
}
 h1 a.btn-link:hover {
     background: #fff;
     color: #065387;
}
 .widgetBoxes {
     width: 100%;
     height: auto;
     float: left;
     overflow: auto;
}
 .widgetBoxes ul {
     padding: 0px;
     margin: 0px;
     list-style-type: none;
}
 .widgetBoxes>ul>li {
     margin: 0px;
     list-style-type: none;
     float: left;
     margin-bottom: 20px;
     border-radius: 4px;
}
 .widgetTitle {
     float: left;
     width: 100%;
     position: relative;
     height: 32px;
     padding: 5px 10px;
     line-height: 20px;
     font-size: 12px;
     margin: 0px;
     color: #000;
     font-weight: bold;
     background: #93b5df;
     cursor: move;
     border-radius: 4px 4px 0px 0px;
}
 .widgetTitle h2 {
     font-size: 20px;
     margin: 0px;
     width: 75%;
     overflow: hidden;
     height: 24px;
     line-height: 24px;
     float: left;
     text-overflow: ellipsis;
}
 .widget {
     float: left;
     width: 100%;
     overflow-y: auto;
     overflow-x: hidden;
     height: 335px;
     border-top: 0px;
     padding: 5px;
     background: #fafafa;
     border-radius: 0px 0px 4px 4px;
     border: 1px solid #93b5df;
}
 .panel-fullscreen .widget {
     height: 95%;
}
 .widgetBoxes .ui-state-highlight {
     background: rgba(255, 255, 205, 0.5) !important;
     height: 332px;
     border-style: dashed;
     width: 33.33%;
}
 .tableOutstandingJobs, .tableVehicleChecks {
     overflow: auto;
     height: 300px;
}
 .dashboard .panel {
     border-radius: 4px;
     margin-bottom: 20px;
     position: relative;
     border: none;
}
 .bg-alert {
     background-color: #967adc;
     color: #ffffff;
}
 .bg-info {
     background-color: #3bafda;
     color: #e7f5fa;
}
 .bg-danger {
     background-color: #e9573f;
     color: #fef7f6;
}
 .bg-warning {
     background-color: #f6bb42;
     color: #ffffff;
}
 .of-h {
     overflow: hidden !important;
}
 .pl20 {
     padding-left: 20px;
}
 .p5 {
     padding: 5px;
}
 .icon-bg {
     font-size: 80px;
     line-height: 90px;
     opacity: 0.8;
     position: absolute;
     right: 0;
     top: 0;
}
 .bg-warning .text-muted {
     color: #fff0d2;
}
 .bg-danger .text-muted {
     color: #fdccc4;
}
 .bg-info .text-muted {
     color: #b6e6f8;
}
 .bg-alert .text-muted {
     color: #f5f2fd;
}
 .dashboard .panel h2 {
     line-height: 15px;
     margin: 15px 0px 9px 0px;
     font-size: 24px;
}
 .runlists>ul {
     padding: 0px;
     list-style-type: none;
}
 .runlists>ul li {
     display: inline-block;
     padding: 5px;
     margin-bottom: 10px;
}
 .extraLinks {
     float: right;
     position: relative;
     padding: 4px 0px;
}
 .extraLinks>a {
     width: 16px;
     height: 16px;
     display: inline-block;
     font-size: 16px;
     line-height: 16px;
     color: #000;
     margin-left: 5px;
     vertical-align: top;
}
 .extraLinks>a.links {
     background: url(../Images/vertical-dots.png) no-repeat center center;
     background-size: cover;
}
 .panel-fullscreen {
     width: 100%;
     height: 100%;
     position: fixed;
     left: 0px;
     right: 0px;
     top: 0px;
     bottom: 0px;
     z-index: 10001;
     background: #fafafa;
}
 #divDashboard {
     position: relative;
}
 .dropdown>a .badge {
     font-size: 10px;
     line-height: 12px;
     min-width: 17px;
     padding: 2px;
     position: absolute;
     right: 2px;
     top: 1px;
     background-color: #ee4749;
     color: #fff;
}
 .dropdown-box .dropdown-menu {
     background: #fff;
     border: 1px solid rgba(0, 0, 0, 0.05);
     border-radius: 4px !important;
     margin: -5px 0 0 !important;
     padding: 0 !important;
     top: 100%;
     width: 270px;
     z-index: 1999;
}
 .dropdown-box .dropdown-menu>li.header {
     border-radius: 4px 4px 0 0;
     color: #444;
     font-size: 13px;
     line-height: 20px;
     padding: 15px 20px;
}
 .dropdown-box .dropdown-menu>li.header i {
     color: #696969;
     float: left;
     font-size: 20px;
     margin-right: 10px;
}
 .dropdown-box .dropdown-menu>li.footer>a {
     border-radius: 0 0 4px 4px;
     color: #444;
     font-size: 12px;
     padding: 12px 8px !important;
     text-align: center;
}
 .dropdown-box.dropdown-notifications>.dropdown-menu>li ul, .dropdown-box.dropdown-tasks>.dropdown-menu>li ul {
     list-style: none;
     margin: 0;
     overflow-x: hidden;
     padding: 0;
     height: auto;
     max-height: 350px;
}
 .dropdown-box.dropdown-notifications>.dropdown-menu>li ul>li>a, .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a {
     background: #fff;
     border-bottom: 1px solid #eee;
     display: block;
    /*white-space: nowrap;
    */
     position: relative;
}
 .dropdown-box.dropdown-notifications>.dropdown-menu>li ul>li>a:hover, .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a:hover {
     background: rgba(0, 0, 0, 0.04);
     text-decoration: none;
}
 .dropdown-box.dropdown-notifications>.dropdown-menu>li ul>li>a {
     color: #444;
     font-size: 12px;
     line-height: 150%;
     padding: 10px 15px 10px 35px;
}
 .dropdown-box.dropdown-notifications>.dropdown-menu>li ul>li>a>i {
     font-size: 16px;
     position: absolute;
     left: 10px;
     top: 50%;
     margin-top: -8px;
}
 .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a {
     padding: 15px 20px;
}
 .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a>h3 {
     color: #666;
     font-size: 14px;
     margin: 0 0 10px;
     padding: 0;
}
 .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a>h3>small {
     margin-top: -10px;
}
 .dropdown-box.dropdown-tasks>.dropdown-menu>li ul>li>a>.progress {
     margin: 0;
     padding: 0;
}
 .media-content.media-list>.media {
     border-bottom: 1px solid rgba(0, 0, 0, 0.05);
     margin: 0 0 15px;
     padding: 10px 20px 30px;
     position: relative;
}
 .media-content.media-list>.media:last-child {
     margin: 0;
}
 .media-content.media-list>.media>.pull-left {
     margin-right: 10px;
}
 .media-content.media-list .media-heading {
     color: #616161;
     float: left;
     font-size: 13px;
     font-weight: 600;
     padding: 3px 5px;
}
 .media-content.media-list .media-item {
     color: #a9adaf;
     float: right;
     font-size: 11px;
     position: absolute;
     right: 20px;
     top: 15px;
}
 .media-content .media-body>p {
     color: rgba(0, 0, 0, 0.5);
     font-size: 12px;
     min-height: 35px;
     padding: 5px;
}
 .media-content .media-object {
     margin-top: 5px;
}
 .media-content.media-list>.media .box {
     background-color: #e1f5fe;
     border-radius: 5px;
     margin-top: 5px;
     padding: 15px;
     position: relative;
}
 .media-content.media-list>.media .box::after {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e1f5fe;
     border-image: none;
     border-style: solid;
     border-width: 6px;
     bottom: 100%;
     content: " ";
     height: 0;
     left: 20px;
     margin-left: -6px;
     pointer-events: none;
     position: absolute;
     width: 0;
}
 .media-content.media-list>.media .box.unread {
     background-color: #fff8e1;
}
 .media-content.media-list>.media .box.unread::after {
     border-bottom-color: #fff8e1;
}
 .media-content .media-footer {
     margin: 0;
}
 .media-content .media-footer>.media-tools {
     bottom: 10px;
     position: absolute;
     right: 20px;
}
 .media-content .media-footer>.media-tools>a {
     color: #c1c4c6;
     font-size: 12px !important;
     margin-left: 10px;
}
 .media-content .media-footer>.media-tools>a>i {
     color: #c1c4c6;
     font-size: 12px !important;
}
 .media-content .media-footer>.media-tools>a:hover {
     color: #969a9c;
}
 .leftSec {
     background: #e2e2e1;
     border: 1px solid #8eb0dd;
     padding-top: 40px;
     position: relative;
}
 .leftSec .mapContainer {
     border: none;
}
 .secTitle {
     position: absolute;
     left: 0px;
     top: 0px;
     background: rgba(255, 255, 255, 0.8);
     width: 100%;
     padding: 5px 15px;
}
 .secTitle h2 {
     font-size: 18px;
     color: #111112;
     margin: 0px;
     float: left;
     line-height: 30px;
     width: 60%;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .secTitle h2 span {
     font-size: 0.75em;
     padding-left: 5px;
}
 .secTitle>a, .secTitle a.btnlinks {
     font-size: 18px;
     color: #111112;
     line-height: 30px;
     margin-left: 2px;
}
 .jobFilter {
     position: absolute;
     left: 0px;
     top: 30px;
     width: 100%;
     background: rgba(204, 204, 203, .95);
     z-index: 100;
     padding-top: 15px;
     padding-bottom: 10px;
}
 .jobFilter:before {
     content: '';
     position: absolute;
     right: 7px;
     top: -5px;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid rgba(204, 204, 203, .95);
}
 .RunFilter {
     position: absolute;
     left: 0px;
     top: 40px;
     width: 100%;
     background: rgba(204, 204, 203, .95);
     z-index: 3;
     padding-top: 15px;
     padding-bottom: 10px;
}
 .RunFilter:before {
     content: '';
     position: absolute;
     right: 18px;
     top: -5px;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid rgba(204, 204, 203, .95);
}
 #divJobListRun .bottom, #runJobtable_wrapper .bottom {
     display: flex;
     justify-content: space-between;
     margin-top: 3px;
}
 #divJobListRun .dtinfo, #runJobtable_wrapper .dtinfo {
     margin-left: auto;
     margin-right: 10px;
}
 .customDropdown {
     float: left;
}
 .selectAllchk {
     margin-right: 10px;
}
 .customDropdown .btn {
     border: 1px solid #8eafdc;
     background: #eeeeee;
     height: 26px;
     padding: 3px 15px;
     font-size: 16px;
     line-height: 20px;
     color: #005283;
}
 .divJobListRun .btn, .secTitle .btn {
     height: 26px;
     padding: 3px 8px;
}
 .customDropdown .btn span.imgChk {
     width: 14px;
     height: 14px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #005183;
     margin-top: -4px;
}
 .delJob.customDropdown .btn {
    /*border-right: none;
    */
}
 .customDropdown .dropdown-menu.movingList {
     min-width: 200px;
}
 .customDropdown.divRefreshRate {
     float: none;
     display: inline-block;
}
 .rowHandle {
     float: left;
     width: 3px;
     height: 19px;
     background: url(../Images/icoRowHandle.png) no-repeat;
     cursor: move;
     visibility: hidden;
     margin-right: 5px;
}
 tr:hover .rowHandle {
     visibility: visible;
}
 #jobTable thead tr th.sorting_asc:first-child {
     padding-right: 8px;
}
 #jobTable thead tr th.sorting_asc:first-child:after {
     display: none;
}
 .movingTR {
     background: black;
     max-width: 20px;
     padding: 3px 5px 3px 3px;
     line-height: 19px;
     border: 1px solid red;
     text-align: center;
     max-height: 20px;
}
 table.no-border-table tr, table.no-border-table tr td, table.no-border-table tr:hover td {
     border: none;
     background: #fff;
}
 table.no-border-table>tbody>tr>td {
     padding: 4px;
     line-height: 1.2;
     vertical-align: top;
}
 select[multiple], select[size] {
     height: 125px;
}
 #divDeletedDataList .bottom .dataTables_length, #divDeletedDataList .bottom .dataTables_paginate {
     width: 50%;
     float: left;
}
 .dvEntity {
     position: absolute;
     white-space: nowrap;
}
 .dvEntity label {
     font-weight: normal;
}
 .dvEntity .form-control {
     float: none;
     height: 30px;
     padding: 5px 12px;
}
 .dataTables_scrollBody table.dataTable thead .sorting_asc:after, .dataTables_scrollBody table.dataTable thead .sorting_desc:after, .dataTables_scrollBody table.dataTable thead .sorting:after {
     content: '';
}
 .dataTable.table-bordered {
     border-left: none;
     border-right: none;
}
 .widgetDropdown {
     position: absolute;
     background: #90278e;
     padding: 4px 10px;
     right: 0px;
     top: 0px;
     height: 36px;
}
 .widgetDropdown a {
     color: #fff;
     font-size: 0.75em;
     line-height: 1em;
}
 .widgetDropdown ul a {
     font-size: 1em;
}
 .widget .table-responsive {
     overflow-x: initial;
}
 .dvWidgetFilter, .dvWidgetFilter:focus, .dvWidgetFilter:hover {
     position: absolute;
     right: 140px;
     top: 5px;
     color: #fff;
}
 .WidgetFilter {
     position: absolute;
     left: 0px;
     top: 36px;
     width: 100%;
     background: rgba(204, 204, 203, .95);
     z-index: 100;
     padding-top: 15px;
     padding-bottom: 10px;
}
 .WidgetFilter:before {
     content: '';
     position: absolute;
     right: 158px;
     top: -10px;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid rgba(204, 204, 203, .95);
}
 .podslider {
     width: 100%;
     float: left;
     height: auto;
}
 .chatBoxList {
     position: fixed;
     right: 0px;
     top: 100%;
     width: 280px;
     height: 100%;
     background: #eeeeee;
     z-index: 9999;
     margin-top: -36px;
}
 .chatBoxList.openChat {
     top: 0px;
     margin-top: 0px;
}
 .ChatboxTitle {
     background: #065387;
     padding: 5px 10px;
     width: 100%;
     float: left;
     margin-bottom: 10px;
     cursor: pointer;
}
 .highlight {
     background: yellow !important;
}
 .highlight h3 {
     color: black !important;
}
 .broadcastList .ChatboxTitle {
     margin-bottom: 0px;
}
 .ChatboxTitle a {
     color: #fff;
}
 .search-head, .search-head:focus, .search-head:hover {
     float: right;
     color: #fff;
}
 .ChatboxTitle h3 {
     font-size: 16px;
     line-height: 1.5;
     color: #fff;
     margin: 0px;
     float: left;
}
 .ChatOptions {
     float: right;
     color: #fff;
     position: relative;
     display: none;
}
 .chatBoxList.openChat .ChatOptions {
     display: block;
}
 .chatBoxList.openChat .ChatOptions .fa-2x {
     font-size: 16px;
     line-height: 1.5;
}
 .chatBoxList ul {
     list-style-type: none;
     padding: 0px;
     float: left;
     width: 100%;
}
 ul.driverList li, .chatBoxList .panel-body ul li, .createbroadcastlist ul li, .chatList li {
     padding: 8px 15px;
     float: left;
     width: 100%;
     border-bottom: 1px solid #dddddd;
     cursor: pointer;
     position: relative;
}
 ul.broadCastList li.selected, ul.driverList li:hover, .chatBoxList .panel-body ul li:hover, .createbroadcastlist ul li:hover, .chatList li:hover {
     background: #d4e3f1;
}
 .chatBoxList ul li .driverImage {
     width: 50px;
     height: 40px;
     float: left;
     position: relative;
}
 .chatBoxList ul li .driverImage .currentStatus {
     position: absolute;
     right: 10px;
     top: 2px;
     color: #7fba00;
}
 .chatBoxList ul li .driverImage .currentStatus.user_online {
     color: #7fba00;
}
 .chatBoxList ul li .driverImage .currentStatus.user_offline {
     color: #e81123;
}
 .chatBoxList ul li .driverImage .currentStatus.user_away {
     color: #fcd116;
}
 .chatBoxList ul li .DriverDetail {
     float: left;
     width: 198px;
     padding-top: 5px;
}
 .chatBoxList ul.broadCastList li .DriverDetail {
     float: left;
     width: 158px;
}
 .chatBoxList .panel ul li .DriverDetail {
     float: left;
     width: 165px;
}
 .chatBoxList ul li .DriverDetail .driverName {
     font-size: 15px;
     color: #065387;
     width: 100%;
     height: 15px;
     overflow: hidden;
     text-overflow: ellipsis;
     float: left;
}
 .chatBoxList .panel ul li .DriverDetail .driverName {
     margin-top: 7px;
}
 .chatBoxList ul li .DriverDetail .lastMessage {
     font-size: 12px;
     color: #8e8e8e;
     width: 100%;
     height: 15px;
     overflow: hidden;
     text-overflow: ellipsis;
     float: left;
}
 .removeName {
     position: absolute;
     right: 15px;
     top: 12px;
     font-size: 20px;
     color: #e81123;
}
 .chatBoxList .addDriver {
     border-bottom: 1px solid #ddd;
     padding-bottom: 10px;
}
 .createbroadcastBtn {
     position: absolute;
     left: 0px;
     bottom: 10px;
}
 .btnStartBroadcast {
     float: right;
     font-size: 14px;
     line-height: 1;
     background: #005186;
     color: #fff !important;
     border-radius: 3px;
     padding: 6px;
     margin-top: -6px;
}
 .createbroadcastlist {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background: #eeeeee;
}
 .custom-error {
     border: 1px solid red;
}
 .runlists ul, .runlists ul.pagination {
     padding: 0px;
     list-style-type: none;
     margin: 0px;
}
 .runlists>ul li {
     display: inline-block;
     margin: 5px 3px;
     width: 80px;
     height: 80px;
     background: #fff;
     border: 1px solid #cccccb;
     text-align: center;
     vertical-align: top;
     position: relative;
}
 .runlists ul li.ui-state-active {
     background: #ffffcf;
}
 .runlists ul li.ui-state-hover {
     background: #ffffcc;
}
 .runlists ul li.selected:after {
     content: '';
     background: url(../Images/icoSelected.png) no-repeat;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 20px;
     height: 20px;
}
 .runlists ul li figure {
     width: 100%;
     float: left;
     text-align: center;
}
 .runlists ul li figure img {
     width: 60px;
     max-height: 66px;
     display: inline-block;
}
 .runlists ul li img {
     width: 60px;
     max-height: 66px;
     display: inline-block;
}
 .runlists ul li span {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     min-height: 15px;
     height: auto;
     max-height: 17px;
     background: #005183;
     font-size: 11px;
     color: #fff;
     text-align: center;
     position: absolute;
     left: 0px;
     bottom: 0px;
     padding: 0px 2px;
     line-height: 15px;
     display: inline-block;
}
 #runNames {
     height: 230px;
}
 #runNames .paginations {
     position: absolute;
     bottom: 6px;
     right: 10px;
}
 .sortablefalse .rowHandle {
     display: none;
     opacity: 0;
}
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     opacity: 0.65;
     filter: alpha(opacity=65);
     background: #ccc;
     color: #000;
}
 .table tbody tr td:last-child a.hasNoIcon {
     width: auto;
}
 .pricing-table-title {
     margin-top: 5px;
}
 .btn-without-label {
     margin-top: 25px;
}
 #frmPricings .table-responsive {
     overflow: visible;
}
 #frmPricings .table-responsive .autocomplete {
     top: 100%;
}
 #frmPricings .table>thead>tr>th {
     padding: 4px 5px;
}
 .navbar-collapse {
     padding-left: 0px;
}
 @media (min-width: 1100px) {
     #frmPricings .table>thead>tr>th {
         padding: 4px 8px;
    }
}
 #frmPricings .table td {
     position: relative;
}
 #frmPricings .table-responsive .form-group>label {
     margin-top: 10px;
}
 .week-day {
     display: block;
     float: left;
     width: 100%;
     margin-bottom: 10px;
}
 .week-day>div {
     float: left;
     margin-right: 8px;
}
 .week-day>div input[type="checkbox"] {
     float: left;
     margin: 0 3px 0 0;
}
 .icoDriver {
     width: 18px;
     height: 18px;
     background: url(../Images/icoDriver.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: middle;
}
 .icoVat {
     width: 18px;
     height: 18px;
     background: url(../Images/icoVat.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: middle;
}
 .icoSurcharg {
     width: 18px;
     height: 18px;
     background: url(../Images/icoSurcharge.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: middle;
}
 .icoVehicleType {
     width: 18px;
     height: 18px;
     background: url(../Images/icoVehicleType.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: middle;
}
 .icoFuelSurcharg {
     width: 18px;
     height: 18px;
     background: url(../Images/icoFuelSurcharge.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: middle;
}
 .IcoUninvoicedJob {
     width: 18px;
     height: 18px;
     background: url(../Images/icoUninvoicedJob.svg) no-repeat;
     background-size: contain;
     display: inline-block;
     vertical-align: sub;
}
 #topNavigation li li.active .icoDriver, #topNavigation li li:hover .icoDriver {
     background-image: url(../Images/icoDriver_hover.svg);
}
 #topNavigation li li.active .icoVat, #topNavigation li li:hover .icoVat {
     background-image: url(../Images/icoVat_hover.svg);
}
 #topNavigation li li.active .icoSurcharg, #topNavigation li li:hover .icoSurcharg {
     background-image: url(../Images/icoSurcharge_hover.svg);
}
 #topNavigation li li.active .icoVehicleType, #topNavigation li li:hover .icoVehicleType {
     background-image: url(../Images/icoVehicleType_hover.svg);
}
 #topNavigation li li.active .icoFuelSurcharg, #topNavigation li li:hover .icoFuelSurcharg {
     background-image: url(../Images/icoFuelSurcharge_hover.svg);
}
 #topNavigation li li.active .IcoUninvoicedJob, #topNavigation li li:hover .IcoUninvoicedJob {
     background-image: url(../Images/icoUninvoicedJob_hover.svg);
}
 .gridAddress {
     max-width: 250px;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .profileDesc {
     max-width: 300px;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .multiLineEllipsis {
     white-space: normal;
    /*overflow: hidden;
    */
     width: 500px;
    /*text-overflow: ellipsis;
    */
}
 .multiLineEllipsis-Expanded {
     white-space: normal;
}
 .multiLine {
     white-space: normal;
     word-break: break-all;
     overflow: hidden;
     max-width: 43px;
}
 #topNavigation {
     position: relative;
     margin-left: 125px;
}
 .navbar-header {
     position: relative;
     z-index: 1002;
     top: -4px;
}
 .mainNavigation>li:first-child>a {
     border-left: 0px;
}
 #compLogo {
     border: 1px solid #065387;
     float: left;
     width: 100%;
     border-radius: 10px;
     position: relative;
     z-index: 1000;
     height: 86px;
     background: #fff;
     width: 135px;
     text-align: center;
     display: flex;
     align-items: center;
}
 #compLogo img {
     max-width: 100%;
     width: auto;
     max-height: 76px;
     display: inline-block;
}
 .navbar-brand {
     padding: 5px;
     height: auto;
     width: 100%;
}
 @media (max-width:1649px) {
     .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         padding: 10px 5px 9px 5px;
         font-size: 12px;
    }
     #compLogo {
         height: 83px;
    }
     #compLogo img {
         max-height: 73px;
    }
}
 @media (max-width:1339px) {
     .mainNavigation>li>a, .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         padding: 7px 8px 6px;
         font-size: 12px;
    }
     header {
         min-height: 80px;
    }
     h1 {
         font-size: 18px;
         padding: 5px 10px;
    }
     .btn {
         font-size: 13px;
         padding: 4px 10px;
    }
     select.input-sm {
         height: 26px;
         line-height: 26px;
    }
     .form-control {
         height: 26px;
         font-size: 12px;
         padding: 5px 10px;
    }
     .input-group-addon {
         padding: 5px 10px;
    }
     label {
         font-size: 13px;
    }
     .widgetTitle h2 {
         font-size: 18px;
    }
     .secTitle h2 {
         font-size: 16px;
         width: 50%;
         font-weight: bold;
         text-align: left;
    }
     #divRunDetails .secTitle h2 {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
         width: 60%;
    }
     .secTitle>a, .secTitle a.btnlinks {
         line-height: 26px;
    }
     table.dataTable thead>tr>th {
         padding: 6px 30px 6px 6px;
    }
     .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, table.dataTable tbody>tr>td {
         padding: 6px;
    }
    /*.table tbody tr td:last-child {
         white-space: normal;
         text-align: left;
         min-width: 100px;
    }
    */
     .table tbody tr td:last-child a {
         margin: 2px;
    }
     .widgetDropdown {
         height: 29px;
    }
     .WidgetFilter {
         top: 29px;
    }
     .icoDriver, .icoVat, .icoSurcharg, .icoVehicleType, .icoFuelSurcharg, .IcoUninvoicedJob {
         width: 12px;
         height: 12px;
    }
     .gridAddress {
         width: 200px;
         overflow: hidden;
         text-overflow: ellipsis;
    }
     #compLogo {
         height: 75px;
         display: flex;
         align-items: center;
    }
     #compLogo img {
         max-height: 65px;
    }
}
 @media (max-width:1299px) {
     body {
         font-size: 12px;
    }
     .mainNavigation>li>a {
         padding: 7px 7px 6px;
         font-size: 12px;
    }
     .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         padding: 9px 3px 6px;
         font-size: 10px;
    }
     .navbar-nav.mainNavigation .dropdown-menu li.active a {
         padding: 8px 5px 9px;
    }
     .mainNavigation>li>a {
         line-height: 19px;
    }
     .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, table.dataTable tbody>tr>td {
         padding: 4px;
    }
     .dropdown-menu {
         font-size: 12px;
    }
     .widgetTitle {
         height: 28px;
         padding: 4px 10px;
    }
     .widgetTitle h2 {
         font-size: 14px;
         line-height: 20px;
         height: 20px;
    }
     .extraLinks {
         padding: 0px;
         height: 21px;
    }
     .extraLinks>a {
         font-size: 14px;
         line-height: 20px;
         height: 20px;
    }
     .extraLinks>a.links {
         background-size: 14px 14px;
    }
     table.dataTable thead>tr>th {
         padding: 4px 30px 4px 4px;
         font-weight: normal;
    }
     .table:not(.dataTable) thead>tr>th {
         padding: 4px 4px 4px 4px;
         font-weight: normal;
    }
     .table tbody tr td:last-child a {
         margin: 0px 2px;
         font-size: 12px;
    }
     table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
         font-size: 0.8em;
    }
     .secTitle h2 {
         font-size: 14px;
         line-height: 20px;
    }
     .secTitle>a, .secTitle a.btnlinks {
         line-height: 19px;
    }
     .secTitle .btn {
         height: 20px;
         padding: 0px 10px;
         font-size: 12px;
    }
     .leftSec {
         padding-top: 30px;
    }
     .customDropdown .btn, .dataTables_filter .btndefault {
         height: 20px;
         padding: 0px 10px;
         font-size: 12px;
         line-height: 18px;
    }
     .customDropdown .btn span.imgChk {
         width: 10px;
         height: 10px;
    }
     .btn .caret {
         margin-top: -2px;
    }
     .runlists>ul li {
         margin: 5px 0px;
         width: 72px;
         height: 70px;
         overflow: hidden;
    }
     .runlists ul li span {
         overflow: hidden;
         max-height: 12px;
         font-size: 9px;
         padding: 1px 2px;
         line-height: 13px;
    }
     #runNames {
         height: 190px;
    }
     label {
         font-size: 12px;
    }
     .input-sm {
         height: 20px;
         line-height: 20px;
         font-size: 12px;
         padding: 0px 0px;
    }
     #divJobList {
         margin-top: 5px;
    }
     #divJobList .btn {
         font-size: 12px;
         padding: 0px 10px;
    }
     #divPodList .btn {
         font-size: 12px;
         padding: 0px 10px;
    }
     select.input-sm {
         height: 20px;
         line-height: 20px;
    }
     select[multiple], select[size] {
         height: 114px;
    }
     .input-group-addon {
         padding: 4px 10px;
    }
     .secTitle {
         padding: 5px 10px;
    }
     #tbl {
         margin-left: -10px;
    }
     .jobFilter {
         top: 30px;
    }
     .gridAddress {
         width: 150px;
         overflow: hidden;
         text-overflow: ellipsis;
    }
}
 @media (max-width:1169px) {
     body, label, .btn, .collectionAddress label, .deliveryAddress label {
         font-size: 11px;
    }
     h1 {
         font-size: 14px;
         margin-bottom: 5px;
    }
     .mainNavigation>li>a, .mainNavigation>li.active>a, .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         padding: 3px 8px;
         font-size: 11px;
    }
     .navbar-nav.mainNavigation>li>.dropdown-menu {
         top: 33px;
         border-radius: 0px;
    }
    .navbar-nav.mainNavigation .dropdown-menu li:first-child a /* DevOps #13408: Removed navigation for 'Buy Hardware button */ {
        border-radius: 0px;
    }
     .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         padding: 4px 2px;
         font-size: 9px;
    }
     .navbar-nav.mainNavigation .dropdown-menu li.active a {
         padding: 4px 5px 4px;
    }
     .collectionAddress address, .deliveryAddress address {
         font-size: 11px;
         height: 70px;
    }
     .mapTitle h3 {
         font-size: 12px;
         line-height: 1.5;
    }
     .mapTitle .distance {
         line-height: 1.5;
         font-weight: normal;
         font-size: 11px;
    }
     .addressBox .autocomplete, .hasAutocomplete .autocomplete {
         width: 94%;
         width: calc(100% - 20px);
         width: -webkit-calc(100% - 20px);
         width: -moz-calc(100% - 20px);
         left: 10px;
    }
     .form-control {
         height: 20px;
         font-size: 11px;
         padding: 1px 4px;
    }
     .page_login .form-control {
         height: 30px;
         font-size: 12px;
         padding: 1px 4px;
    }
     #productTable .form-control {
         height: 20px;
         line-height: 16px;
         padding: 1px 4px;
    }
     .input-group-addon {
         font-size: 11px;
    }
     .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, table.dataTable tbody>tr>td {
         padding: 2px;
    }
     input[type=checkbox].customCheckbox+label {
         margin-top: 0px;
    }
     .table tbody tr td:last-child {
         text-align: left;
    }
     #map-canvas .mapTitle h3 {
         font-size: 11px;
         line-height: 2;
    }
     .secTitle h2 {
         font-size: 13px;
         width: 45%;
         line-height: 22px;
    }
     .pagination>li>a, .pagination>li>span {
         font-size: 10px;
         padding: 4px 8px;
    }
     select.input-sm {
         height: 20px;
         line-height: 20px;
         padding: 1px 4px;
    }
     .runlists>ul {
         margin: 6px 0 0 -1px;
    }
     .runlists>ul li {
         margin: 2px 0px;
         width: 72px;
         height: 72px;
    }
     .runlists>ul li img {
         width: 50px;
         font-size: 9px;
    }
     #runNames .paginations {
         bottom: 2px;
    }
     .pagination>li>a, .pagination>li>span, .paginate-pagination ul>li>a {
         padding: 0px 5px;
         line-height: 14px;
         font-size: 10px;
    }
     .divJobListRun .btn:not(.btn-default), .secTitle .btn:not(.btn-default) {
         height: 20px;
         padding: 1px 10px 3px 10px;
    }
     .dashboard .panel h2 {
         font-size: 14px;
    }
     .icon-bg {
         font-size: 66px;
         line-height: 1.1;
         right: 7px;
    }
     select[multiple], select[size] {
         height: 91px;
    }
     header {
         min-height: 60px;
         padding: 0px;
    }
     h1 a.btn-link, h1 a.btn-link:focus, h1 a.btn-link:active {
         padding: 0px 3px;
    }
     .widgetDropdown {
         height: 25px;
    }
     .input-group-addon {
         padding: 3px 7px;
    }
     body:not(.page_login) .bootstrap-select.form-control {
         padding: 0px;
    }
     .bootstrap-select .btn {
         height: 20px;
         padding: 0px 5px;
    }
     .autocomplete {
         top: 37px;
    }
     .autocomplete .dropdown-menu>li>a {
         padding: 4px 25px 4px 10px;
         font-size: 11px;
    }
     .selectLocation .autocomplete {
         top: 24px;
    }
     #productTable section .autocomplete {
         top: 20px;
    }
     .map {
         min-height: 250px;
    }
     .secTitle {
         padding: 5px 10px;
    }
     .secTitle h2 {
         font-size: 12px;
         line-height: 20px;
    }
     .dvWidgetFilter, .dvWidgetFilter:focus, .dvWidgetFilter:hover {
         right: 115px;
    }
     .mainNavigation>li+li>a:before {
         top: 6px;
    }
     .chatBoxList {
         width: 180px;
         margin-top: -22px;
    }
     .ChatboxTitle {
         padding: 2px 5px;
         margin-bottom: 2px;
    }
     .ChatboxTitle h3 {
         font-size: 12px;
         line-height: 18px;
    }
     .chatBoxList.openChat .ChatOptions .fa-2x {
         font-size: 14px;
         line-height: 18px;
    }
     ul.driverList li, .chatBoxList .panel-body ul li, .createbroadcastlist ul li, .chatList li {
         padding: 2px 5px;
    }
     .chatBoxList ul li .driverImage {
         width: 32px;
         height: 32px;
         margin-right: 5px;
         padding-top: 4px;
         text-align: center;
    }
     .chatBoxList ul li .driverImage img {
         max-width: 75%;
         height: auto;
    }
     .chatBoxList ul li .driverImage .currentStatus {
         right: 0px;
    }
     .chatBoxList ul.broadCastList li .DriverDetail, .chatBoxList ul li .DriverDetail {
         width: 130px;
    }
     .chatBoxList ul li .DriverDetail .driverName {
         font-size: 11px;
         line-height: 13px;
         height: 13px;
    }
     .chatBoxList ul li .DriverDetail .lastMessage {
         font-size: 10px;
         line-height: 12px;
    }
     .chatBoxList .addDriver {
         padding-bottom: 3px;
         float: left;
         width: 100%;
    }
     .popover-title {
         padding: 3px 10px;
         font-size: 12px;
    }
     .popover-content {
        /*padding: 3px 10px 10px 10px;
        */
         font-size: 11px;
         line-height: 1.1;
    }
     .mapTitle {
         padding: 4px 10px 3px 10px;
    }
     .dropdown-menu.movingList>li>a {
         padding: 3px 5px 3px 10px;
         font-size: 11px;
    }
     .bootstrap-select.btn-group .dropdown-toggle .caret {
         right: 5px;
    }
     .jobFilter {
         top: 30px;
    }
     .dropdown-header {
         padding: 3px 10px;
    }
     .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a.opt span.check-mark, .bootstrap-select.btn-group.show-tick .dropdown-menu li a.opt span.check-mark {
         left: 11px;
    }
     .bootstrap-select.show-tick.btn-group.show-tick .dropdown-menu li a.opt em {
         right: 10px;
    }
     .dropdown-menu .divider {
         margin: 5px 0;
    }
     .bootstrap-select.btn-group .dropdown-menu li a.opt {
         padding-left: 2.5em;
    }
     .bootstrap-select.show-tick.btn-group.show-tick .dropdown-menu li a.opt em {
         top: 6px;
    }
     .icoDriver, .icoVat, .icoSurcharg, .icoVehicleType, .icoFuelSurcharg, .IcoUninvoicedJob {
         width: 10px;
         height: 10px;
    }
     .navbar-nav.mainNavigation .dropdown-menu li a, .navbar-nav.mainNavigation .dropdown-menu li a:focus {
         line-height: 16px;
    }
     .gridAddress {
         width: 100px;
         overflow: hidden;
         text-overflow: ellipsis;
    }
     #compLogo {
         height: 64px;
    }
     #compLogo img {
         max-height: 54px;
    }
}
 .lime-color {
     background-color: lime;
}
 @media (max-width:991px) {
     .navbar-toggle {
         display: none;
    }
     header .navbar-right {
         position: absolute;
         right: 75px;
         top: 0;
    }
     header .navbar-right li {
         display: inline-block;
    }
     .mainNavigation>li+li>a:before {
         display: none;
         visibility: hidden;
         opacity: 0;
    }
     header .nav>li {
         position: initial;
         display: inline-block;
    }
     .navbar-nav.mainNavigation>li>.dropdown-menu {
         left: 0;
         top: 72px;
         position: absolute;
    }
     .mainNavigation {
         padding: 0px;
         margin: 0px;
    }
     header {
         min-height: 115px;
    }
     header .collapse {
         display: block;
    }
}
 .hideMenu {
     display: none;
}
 .customerHide {
     opacity: .2;
     cursor: not-allowed;
}
 .actionBtn {
    /*position:absolute;
     right:3px;
     top:2px;
    */
     display: inline-block;
     float: right;
}
 .actionBtn a {
     font-size: 14px;
    /*border: 1px solid #ddd;
     background: #fff;
     border-radius: 3px;
    */
     padding: 0px 2px 0px 5px;
     width: 20px;
     display: inline-block;
     text-align: center;
     margin: 0px 1px;
     color: #005186;
}
 .notesDiv+.notesDiv {
     padding-top: 2px;
     margin-top: 2px;
     border-top: 1px solid #ddd;
     width: 100%;
     float: left;
}
 .popover {
     z-index: 1040;
}
 .form-control.required:not(.disabled) {
     border-left: 2px solid red;
}
 .modal-lg {
     min-width: 90%;
}
 .modal .mainContent {
     padding: 0px;
     border: none;
}
 #loadings, #loadingRun, #loadingDriverSetups, .loading {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0px;
     top: 0px;
     padding-top: 22%;
     background: rgba(255, 255, 255, 0.85);
     font-size: 20px;
     color: #000;
     z-index: 9999;
}
#lazyload {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 22%;
    font-size: 20px;
    color: #000;
    z-index: 9999;
    top:30%;
}
 .overflowContent {
     height: auto;
     max-height: 200px;
     width: 250px;
     overflow-y: auto;
}
 .podViewImages figure {
     width: 120px;
     height: 120px;
     float: left;
     margin: 5px;
     border: 1px solid #ddd;
}
 .podViewImages img {
     margin: 2px;
     max-width: 116px;
     width: 100%;
     height: auto;
     max-height: 116px;
}
 .transportViewImages {
     width: 50px;
     height: 50px;
}
 .ui-widget .ui-chatbox-msg {
     font-size: 0.85em;
     margin-top: 0px;
     margin-bottom: 5px;
     width: 100%;
     color: #065387;
}
 .ui-widget .ui-chatbox-msg b {
     display: block;
}
 .ui-chatbox-msg.text-right {
     color: #999;
}
 #map_canvas_jm {
     height: 600px;
     width: 100%;
}
 .podImages {
     float: left;
     width: 100%;
     list-style-type: none;
     padding: 0px;
}
 .podImages li {
     float: left;
     width: 150px;
     height: 150px;
     overflow: hidden;
     margin: 2px;
     border: 1px solid #ddd;
     padding: 2px;
}
 .podImages li a {
     float: left;
     width: 144px;
     height: 144px;
     overflow: hidden;
}
 .podImages li img {
     display: inline-block;
     width: 100%;
     height: auto;
}
 .pointer {
     cursor: pointer;
}
 .divJobFilter {
     margin-bottom: 15px;
}
 .drawingArea {
     background: #ddd;
     min-height: 300px;
     float: left;
     width: 100%;
     border: 1px solid #aac4e5;
     position: relative;
}
 .drawingTitle {
     position: absolute;
     left: 0px;
     top: 0px;
     background: rgba(255, 255, 255, 0.8);
     padding: 0px 10px;
     width: 100%;
}
 .drawingTitle h3 {
     font-size: 18px;
     color: #111112;
     margin: 0px;
     float: left;
     line-height: 30px;
     font-weight: normal;
     margin-right: 5px;
}
 .drawingTitle h3 span {
     display: inline-block;
     vertical-align: top;
     color: #005186;
     font-size: 13px;
}
 .serviceTable {
     color: #005186;
}
 .headerSeparater {
     border-right: 2px solid #dddddc;
}
 #tblDriver {
     margin-top: 0px !important;
}
 .inActive {
     color: green;
}
 .tools a, .toolButtons a {
     border: 1px solid black;
     height: 30px;
     line-height: 30px;
     padding: 0 10px;
     vertical-align: middle;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     color: black;
     font-weight: bold;
}
 .ui-widget .ui-chatbox-msg b span {
     display: block;
     color: #333;
     font-size: .8em;
     text-align: left;
}
 .nameOverlap {
     word-wrap: break-word;
}
 #jobPopUp.modal {
     z-index: 10500000;
}
 #jobProductPopOver {
     z-index: 10500000;
}
 #productPopOver.popover {
     max-width: 500px;
}
 .switchNew {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 34px;
}
/* Hide default HTML checkbox */
 .switchNew input {
     display: none;
}
/* The slider */
 .sliderNew {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #DC143C;
     -webkit-transition: .4s;
     transition: .4s;
}
 .sliderNew:before {
     position: absolute;
     content: "";
     height: 26px;
     width: 26px;
     left: 4px;
     bottom: 4px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
}
 input:checked+.sliderNew {
     background-color: #008000;
}
 input:focus+.sliderNew {
     box-shadow: 0 0 1px #2196F3;
}
 input:checked+.sliderNew:before {
     -webkit-transform: translateX(26px);
     -ms-transform: translateX(26px);
     transform: translateX(26px);
}
/* Rounded sliders */
 .sliderNew.round {
     border-radius: 34px;
     height: 20px;
     width: 50px;
}
 .sliderNew.round:before {
     border-radius: 50%;
     height: 15px;
     width: 19px;
}
 .vehicleChecksReportDisplay {
     z-index: 11000 !important;
}
 li#li_9 ul li a i {
     display: none;
}
 .pricing-draft-title {
     color: white;
     font-size: 18px;
     font-weight: normal;
}
 .actionDropDown {
     min-width: 40px;
     border: solid 2px #065387;
     border-radius: 10px !important;
     left: 22px;
     top: 6px;
     background-color: #c0d7ed;
}
 .actionItems {
     border: solid 1px #065387;
    /*padding:2px 20px;
    */
}
 .focusColor {
     color: black;
}
/******* Calender View ********/
 #weekview {
     height: 300px;
     width: auto;
     overflow: auto;
}
 .weekview {
     padding: 0px;
     margin: 10px;
     background-color: #93b5df;
}
 #weekview table tbody tr:hover td, #weekview table tbody tr td {
     background-color: transparent;
}
 #weekview table>thead>tr>th {
     color: #fff;
     font-weight: bold;
     font-size: 12px;
     border: 1px solid #0968a9;
     padding-left: 5px;
     padding-right: 5px;
}
 #weekview table>tbody>tr>td {
     height: 100px;
     vertical-align: middle;
     border: 1px solid #0968a9;
     padding: 5px;
}
 #weekview table>tbody>tr:first-child>td {
     height: 40px;
}
 #weekview table.weekview tbody tr .driver {
     background-color: #065387;
     width: 100px;
}
 #weekview table.weekview tbody tr .driver>.data-wrapper {
     width: 120px !important;
     color: white;
     display: block;
}
 .weekview .rundate {
     height: 30px;
     text-align: center;
     padding: 2px;
     background-color: #065387;
}
 #weekview .weekview .runTD {
     padding: 3px;
     height: 100px;
     background-color: #fff;
     vertical-align: top;
}
 .weekview .run {
     width: 100%;
     height: 100%;
     text-align: center;
     color: black;
}
 #tblRuns td {
     color: black;
     height: auto;
     width: 100px;
     border: 1px solid #ccc;
     text-align: center;
     vertical-align: top;
     padding-top: 2px;
}
 #weekview table tbody tr td.run1 {
     vertical-align: top;
     background-color: #ececec;
}
 .weekview .run1>.runjob {
     background-color: #065387;
     border: none;
     min-height: 15px;
     width: 100%;
     overflow: hidden;
     color: white;
     text-align: center;
     border-bottom: solid 1px #e2e2e1;
     padding: 2px 3px;
     cursor: pointer;
     font-size: 12px;
}
 .weekview .run1>label {
     padding: 2px;
     font-weight: normal;
}
 .weekview .run1>.runjob:last-child {
     border-bottom: none;
}
 .weekview .runjob:hover {
     cursor: grab;
}
 .run1 .selected:after {
     background: url(../Images/icoSelected.png) no-repeat;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 20px;
     height: 20px;
}
 #tblRuns td.run1.selected {
     background: url(../Images/icoSelected.png) no-repeat;
}
 #calenderview .table-header h2 {
     font-size: 18px;
     margin-top: 34px;
     margin-bottom: 0;
     color: #065387;
}
 #calenderview .table-header .form-group {
     margin-top: 10px;
     margin-bottom: 0;
}
 #calenderview .table-header label {
     font-weight: normal;
     font-size: 13px;
     margin-bottom: 2px;
}
 .run-list-view {
    /*width: 80px;
    */
     float: right;
}
 .run-list-view .customDropdown {
     margin-right: 8px;
}
 .run-list-view .customDropdown, .run-list-view #calenderbutton {
     width: 36px;
}
 #runList .secTitle h2 {
     width: 25%;
}
/*#runList .secTitle > a, #runList .secTitle a.btnlinks {
     margin-left: 8px;
}
*/
 .job-planning-wrapper {
     padding: 0;
}
 .job-planning-wrapper>.job-list-wrapper {
     width: 50%;
     float: left;
     padding-right: 5px;
     box-sizing: border-box;
}
 .job-planning-wrapper>.run-list-wrapper {
     width: 50%;
     float: right;
     padding-left: 5px;
     box-sizing: border-box;
}
 .job-planning-wrapper.treeview>.job-list-wrapper {
     width: 82%;
     float: left;
     padding-right: 5px;
     box-sizing: border-box;
}
 .job-planning-wrapper.treeview>.run-list-wrapper {
     width: 18%;
     float: right;
     padding-left: 5px;
     box-sizing: border-box;
}
 .jstree-default .jstree-themeicon-custom {
     background-size: cover !important;
}
 .icon-min-max {
     color: #005186;
     width: 20px;
     height: 20px;
     float: right;
     margin-left: 10px;
     text-align: center;
     line-height: 20px;
     border: solid #005186 1px;
     box-sizing: border-box;
     cursor: pointer;
}
 .icon-min-max .fa {
     line-height: 20px;
}
 .mapContainer.hide-map {
     display: none;
}
 .mapContainer.show-map {
     display: block;
}
 @media(max-width: 1180px) {
     #jobTable_wrapper .dataTables_scrollBody {
         min-height: 80px;
    }
     .job-list-wrapper .map {
         min-height: 100px;
    }
    /*#map_canvas {
         max-height: 150px;
    }
    */
}
 @media(max-height: 980px) {
    /*#map_canvas {
         max-height: 200px;
    }
    */
}
 #tempProduct {
     max-height: 200px;
     min-height: 150px;
     overflow: auto;
}
 #jobProduct {
    /*max-height: 100px;
     min-height: 50px;
     overflow : auto;
     width: 200px;
    */
}
 #jobTable .popover-content {
     color: #111112;
}
 #jobTable .popover-content em {
     font-style: normal;
     float: right;
     padding-left: 10px;
}
 #jobTable .popover-content span {
     display: block;
     padding-top: 5px;
     margin-top: 5px;
     border-top: none;
}
 .icon-popover-close {
     float: right;
     margin-top: -20px;
     margin-right: -10px;
     cursor: pointer;
     color: #fff;
    /* border: 1px solid #AEAEAE;
     */
     border-radius: 10px;
     background: #605F61;
     font-size: 10px;
     font-weight: bold;
     display: inline-block;
     line-height: 2px;
     padding-top: 5px;
     padding-right: 3px;
     padding-bottom: 15px;
     padding-left: 3px;
     width: 20px;
     height: 10px;
     text-align: center;
}
 .RunColor {
     color: blue;
}
 .borderless td, .borderless th {
     border-left: 0px !important;
     border-bottom: 0px !important;
}
 .AppConfigWrap {
    /*word-break: break-word;
     vertical-align: top;
    */
     white-space: normal !important;
}
 .tripLoadFont {
    /*padding-left: 12px;
    */
     font-weight: bold;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 12px;
}
/*map css start*/
 .panel-title {
     font-size: 14px;
}
 .panel-group .panel+.panel {
     margin-top: 0px;
}
 .panel-title>a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f068";
     padding-right: 5px;
}
 .panel-title>a.collapsed:before {
     float: right !important;
     content: "\f067";
}
 .panel-title>a, .panel-title>a:active {
     display: block;
     padding: 15px;
     color: #777474;
     font-size: 11px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 1px;
     text-decoration: none;
     line-height: 0.1;
}
 .panel-heading {
     background: #e4e4e4;
}
 .panel-heading.active a:before {
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .map-heading-panel {
     display: block;
     padding: 3px;
     color: #777474;
     font-size: 12px !important;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 1px;
     text-decoration: none;
     line-height: 0.1;
     background-color: #e4e4e4;
}
 .panel-heading a:before {
     font-family: FontAwesome;
     content: "\f068";
     float: right;
     transition: all 0.5s;
}
 #iw-container {
     margin-bottom: 10px;
}
 #iw-container .iw-title {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 14px;
     font-weight: bold;
     padding: 10px;
     background-color: #e3e3e1;
     color: #939494;
     margin: 0;
     border-radius: 2px 2px 0 0;
}
 #iw-container .iw-content {
     font-size: 12px;
     line-height: 18px;
     font-weight: bold;
     margin-right: 1px;
     padding: 15px 5px 20px 15px;
     max-height: 140px;
     overflow-y: auto;
     overflow-x: hidden;
}
 .iw-content img {
     float: right;
     margin: 0 5px 5px 10px;
}
 .iw-subTitle {
     font-size: 16px;
     font-weight: 700;
     padding: 5px 0;
}
 .iw-bottom-gradient {
     position: absolute;
     width: 326px;
     height: 25px;
     bottom: 10px;
     right: 18px;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
     background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
     background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
     background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
 .tdpadding {
     padding-left: 7px;
     padding-bottom: 2px;
}
 .tdpaddingAddress {
     padding-left: 7px;
     padding-bottom: 6px;
     padding-top: 6px;
}
 .exTab .nav-tabs>li.active>a, .exTab .nav-tabs>li.active>a:hover, .exTab .nav-tabs>li.active>a:focus {
     background-color: #065387;
     color: #fff;
     border: 1px solid #065387;
     margin-right: 0px;
}
 .exTab .nav-tabs>li {
     border: 1px solid #8eb0dd;
     font-weight: bold;
     margin-right: 0px;
     border-bottom: 0px;
     font-weight: normal;
}
 .exTab .nav-tabs>li>a:hover {
     color: #065387;
}
 .exTab .nav-tabs>li>a {
     line-height: 1;
     border: 1px solid #8eb0dd;
}
 .extab .tab-content{
     padding-top:3px;
}
 .extab .tab-content .secTitle{
     position: relative;
     padding: 0px;
     z-index:99;
     margin-bottom:3px;
}
 .extab .tab-content .btn.btn-sm{
     height:24px;
}
 .extab .tab-content .secTitle h2, .extab .tab-content .secTitle a{
     line-height:24px;
}
 .jobPlanningTab {
     border: 1px solid #8eb0dd;
     padding-bottom: 5px;
     height: 220px;
}
 .assetHeading {
     background-color: #065387;
     color: #fff;
     border: 1px solid #065387;
     margin-top: 5px;
     width: 60%;
}

 .divGradeScroll {  
     overflow: auto;
     margin: 5px;
     border: 1px solid #8eb0dd;
}
 .divSupplierScroll {
     overflow: auto;
     margin: 5px;
     border: 1px solid #8eb0dd;
    /*border: 1px solid #ccc;
    */
}
 .tabContentDiv {
    /*border: 1px solid #8eb0dd;
    */
     border: 1px solid #BCBCBC;
     height: 200px;
     overflow:auto;
}
 .runLOB {
    /* padding-top: 0.2%;
     */
    /* border: solid 1px #e6e4e4;
     */
    /* border-top: 0px;
     */
     height: 183px;
}
 .gradeHeading {
     background-color: #065387;
     color: #fff;
     border: 1px solid #065387;
}
 .gradeHeadinglabel {
     border: 1px solid #d8d4d4;
     padding-top: 5px;
     padding-left: 5px;
}
/*trip load plan style start*/
 .headerStyle {
     background-color: #065387;
     color: #fff;
     height: 20px;
     text-align: left;
     padding-top: 4px;
}
/*.table tbody tr td a {
     margin: 0px -1px;
     width: 20px;
}
*/
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
     color: #fff;
     background-color: #065387;
     border: 1px solid #dddddd;
     border-bottom-color: transparent;
     cursor: default;
}
 .autocompleteTrip {
     position: absolute;
     left: 75%;
     top: 93%;
     z-index: 999;
}
 .tdLargestWidth {
     width: 25%;
}
 .tdLargeWidth {
     width: 20%;
}
 .tdWidth {
     width: 15%;
}
 .overflowProductContent {
     height: auto;
     max-height: 200px;
     width: 194px;
     overflow-y: auto;
}
 .gridLoadRequirement {
     width: 111px;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .disableAutoLoad {
     cursor: not-allowed;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
     color: #ffffff;
     background-color: #065387;
}
/*trip load plan style end*/
/* Job Planning - Bottom Tab */
 .tab-td-left {
     width: 20%;
}
 .tab-td-left-1 {
     width: 35%;
}
 .tab-td-right {
     width: 80%;
}
 .tab-td-right-1 {
     width: 65%;
}
 .tab-div-left {
     width: 50%;
     float: left;
}
 .tab-div-right {
     width: 48.7%;
     float: left;
     margin-left: 10px;
}
/***************************** START Positions related CSS ************************************/
 .position-absolute {
     position: absolute !important;
}
 .position-initial {
     position: initial !important;
}
 .position-fixed {
     position: fixed !important;
}
 .position-static {
     position: static !important;
}
/***************************** END Positions related CSS ************************************/
/***************************** START Padding related CSS ************************************/
 .padding-left-0 {
     padding-left: 0px;
}
 .padding-right-0 {
     padding-right: 0px;
}
 .padding-top-15 {
     padding-top: 15px;
}
/***************************** END Padding related CSS ************************************/
/***************************** START ALIGNMENT related CSS ************************************/
 .right-10 {
     right: 10px !important;
}
/***************************** END ALIGNMENT related CSS ************************************/
/***************************** START MEDIA QUERY ************************************/
/* On screens that are 980px or less */
 @media screen and (max-width: 980px) {
     .m-textbox-padding {
         padding: 0 !important;
    }
}
 @media screen and (max-width: 980px) and (min-width: 768px) {
     .m-top-25 {
         top: 25px !important;
    }
}
 @media screen and (max-width: 1050px) and (min-width: 980px) {
     .m-position-fixed {
         position: fixed !important;
    }
}
/***************************** END MEDIA QUERY ************************************/
/***************************** START SIZE RELATED CSS ************************************/
 .min-width-95 {
     min-width: 95px !important;
}
 .max-width-100 {
     max-width: 100px !important;
}
 .max-width-300 {
     max-width: 300px !important;
}
 .min-height-500 {
     min-height: 500px !important;
}
 .height-450 {
     height: 450px !important;
}
/***************************** END SIZE RELATED CSS ************************************/
 .overflow-auto {
     overflow: auto !important;
}
 .dataTables_scrollHeadInner {
     background-color: #065387;
}
/*======== Vehicle Login Details CSS*/
 #tblVehicleLoginDetails_length {
     float: left;
     margin-top: 7px;
}
 #tblVehicleLoginDetails_wrapper .dataTables_scroll {
     margin-top: -7px;
}
 #tblVehicleLoginDetails_paginate {
     float: right;
     margin-top: 5px;
}
 #tblVehicleLoginDetails_wrapper .dataTables_scrollBody {
     border-bottom: solid 1px #ccc;
}
 #tblVehicleLoginDetails_wrapper .sorting_disabled {
     padding-left: 3px !important;
     padding-right: 3px !important;
}
/*======== Vehicle Planned Late Jobs CSS*/
 #tblPlannedLateJobs_length {
     float: left;
     margin-top: 7px;
}
 #tblPlannedLateJobs_wrapper .dataTables_scroll {
     margin-top: -7px;
}
 #tblPlannedLateJobs_paginate {
     float: right;
     margin-top: 5px;
}
 #tblPlannedLateJobs_wrapper .dataTables_scrollBody {
     border-bottom: solid 1px #ccc;
}
 #tblPlannedLateJobs_wrapper .sorting_disabled {
     padding-right: 0px !important;
}
/*======== Vehicle Completed Canceled Jobs CSS*/
 #tblCompledAndCanceledJobs_length {
     float: left;
     margin-top: 7px;
}
 #tblCompledAndCanceledJobs_wrapper .dataTables_scroll {
     margin-top: -7px;
}
 #tblCompledAndCanceledJobs_paginate {
     float: right;
     margin-top: 5px;
}
 #tblCompledAndCanceledJobs_wrapper .dataTables_scrollBody {
     border-bottom: solid 1px #ccc;
}
 #tblCompledAndCanceledJobs_wrapper .sorting_disabled {
     padding-right: 0px !important;
}
 .dashboard-vehicleNo {
     max-width: 94%;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .incident-notes {
     max-width: 400px;
     overflow: hidden;
     text-overflow: ellipsis;
}


.container-fluid,
.container {
  padding-left: 5px;
  padding-right: 5px;
}
 .row {
     margin-left: -5px;
     margin-right: -5px;
}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     padding-left: 5px;
     padding-right: 5px;
}
 .m-t-10 {
     margin-top: 10px;
}
 .m-t-5{
     margin-top:5px;
}
 .form-group {
     margin-bottom: 4px;
}
 select[multiple].deopt-box, select[size].deopt-box {
     height: 157px;
}
 .search-box .input-group-addon {
     background: #f2fafc;
     border-right: none;
     color: #b3b3b3;
     line-height: 10px;
}
 .search-box .input-group-addon {
     background: #f2fafc;
     border-right: none;
     color: #b3b3b3;
     line-height: 10px;
     padding: 0px 0px 0px 10px;
}
 .search-box .input-group-addon+input {
     border-left: 0px;
}
 .drag-button .btn-group {
     display: block;
     margin-top: 70px;
     margin-bottom: 50px;
}
 .btn-group a {
     margin-bottom: 2px;
     width: 100%;
}
 .tree-box-wrapper {
     background-color: #f9f9f9;
     border: 1px solid #e2e2e2;
}
 .tree label.control-label {
     display: block;
}
 .tree label.control-label:before, .tree label.control-label:after {
     clear: both;
     display: block;
     content: "";
}
 .tree .icons {
     float: right;
}
 .tree .icons .icon-action {
     width: 22px;
     height: 20px;
     display: inline-block;
     margin-bottom: 2px;
     border: 1px solid #dedede;
     background: #fdfdfd;
     border-radius: 2px;
     text-align: center;
}
 .tree .icons .icon-action img {
     max-width: 100%;
     opacity: 0.5;
}
 .jstree-container .jstree-default .jstree-checkbox {
     float: right;
}
 .jstree-container .jstree-default .jstree-anchor {
     width: 90%;
     width: calc(100% - 24px);
}
 .jstree-container .jstree-default .jstree-node, .jstree-container .jstree-default .jstree-icon {
     background-image: url(../images/32px-3.png);
}
 .jstree-container .jstree-default .jstree-themeicon-custom {
     background-image: none;
     display: none;
}
 .jstree .jstree-open>.jstree-children {
     border-top: 1px solid rgba(204, 204, 204, 0.4);
}
 .jstree-container .jstree-default .jstree-node {
     margin-left: 0;
     background-color: #f2fafc;
     border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
 .jstree-container .jstree-default ul ul.jstree-children .jstree-node {
     background-color: #ffffff;
     border: none;
}
 .jstree-container .jstree-default ul ul.jstree-children .jstree-node a {
     font-size: 11px;
}
 .jstree-container .jstree-default .jstree-last {
     background-image: none;
}
 .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
     background: transparent;
}
 .jstree-container .jstree-default .jstree-hovered, .jstree-container .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
     background: transparent;
     border-radius: 0;
     box-shadow: none;
}
 .jstree-container .jstree-default .jstree-clicked {
     background: transparent;
     border-radius: 0;
     box-shadow: none;
}
 .jstree-container .jstree-default .jstree-node>.jstree-anchor {
     color: #065387 !important;
}
 .jstree-container .jstree-default ul ul.jstree-children .jstree-node .jstree-anchor {
     color: #555555 !important;
}
 .tab-container .nav-tabs {
     border:none;
     padding:0;
     border-bottom: 1px solid #065387;
}
 .tab-container .nav-tabs>li {
     margin-bottom: 0px;
}
 .tab-container .nav-tabs>li>a {
     background: #E7E7E7;
     color: #555555;
     padding: 3px 15px;
     border: none;
}
 .tab-container .nav-tabs.has-error {
     border-bottom: 1px solid #ff0000;
}
 .tab-container .nav-tabs.has-error .error-tab a {
     color: #ff0000;
}
 .tab-container .nav-tabs.has-error .error-tab a:after {
     content: "*";
}
 .tab-container .nav-tabs.has-error .error-tab.active a {
     background: #ff0000;
     color: #fff;
}
 .tab-container .nav-tabs>li.active>a, .tab-container .nav-tabs>li.active>a:hover, .tab-container .nav-tabs>li.active>a:focus {
     color: #fff;
     background-color: #065387;
     border: none;
     cursor: default;
}
 .tab-container .nav-tabs>li.tab-group-btn {
     width: auto;
     display: flex;
}
 .tab-container .nav-tabs>li.tab-group-btn .btn-caret {
     margin-left: -2px;
     padding-left: 0px;
     cursor: pointer;
}
 .tab-container .nav-tabs>li.tab-group-btn .dropdown-menu li {
     padding: 0px 10px;
}
 #divvehicleform .tab-container .tab-content, #divtrailerform .tab-container .tab-content {
    /*max-height: calc(100vh - 185px);
    */
     overflow: hidden;
     overflow-y: auto;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.scrollable-menu li{
    display:block !important;
    width:100%;
    float:none !important;
}
.panel-with-heading {
  border: 1px solid #065387;
  padding: 8px 8px 2px;
  margin: 12px 0px 0px;
  position: relative;
}
 #frmVehicle .panel-with-heading{
     padding-bottom:2px;
 }
#frmEmailConfig .panel-with-heading {
    padding-bottom: 2px;
}
 .panel-with-heading .panel-header {
     margin-bottom: 0px;
}
 .panel-with-heading .panel-header:before, .panel-with-heading .panel-header:after {
     content: "";
     display: block;
     clear: both;
}
 .panel-with-heading h2 {
     margin: 0px;
     background: #fff;    
     font-size: 13px;
     margin-top: -18px;
     display: inline;
     width: auto;
     padding: 0px 10px 0px 5px;
     float: left;
     margin-left: -5px;
}
 .panel-with-heading h2 label {
     margin: 0px !important;
     font-size: 15px;
}
.panel-with-heading label {
    font-size: 11.8px;
}
.panel-with-heading table{
    margin-bottom:3px;
}
 .panel-with-heading .form-group{
     margin-bottom:3px;
 }
 
  .panel-with-heading .form-group.country{
    width:calc(100% + 5px);
 }
 .panel-with-heading .form-group.postcode{
    min-width: 75px;
    margin-left: 2px;
 }
 .checkbox-inline {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .checkbox-inline li {
     display: inline-block;
     margin:2px 30px 2px 0px;
}
 .checkbox-inline li label {
     margin-top: 0 !important;
     margin-bottom:0px !important;
}
 .checkbox-vertical {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 .image-uploader .btn-file {
     position: relative;
     overflow: hidden;
     left: initial;
     top: initial;
     background: #F9F9F9;
     height: 30px;
     line-height: 16px;
}
 .image-uploader .btn-file input[type=file] {
     position: absolute;
     top: 0;
     right: 0;
     min-width: 100%;
     min-height: 100%;
     font-size: 100px;
     text-align: right;
     filter: alpha(opacity=0);
     opacity: 0;
     outline: none;
     background: white;
     cursor: inherit;
     display: block;
}
 .image-uploader .form-control[disabled], .image-uploader .form-control[readonly], .image-uploader fieldset[disabled] .form-control {
     background: transparent;
     border: none;
}
 .image-uploader #img-upload {
     max-width: 100%;
}
 .image-preview {
     border: 1px solid #dedede;
     width: 100px;
     height: 100px;
     float: left;
     margin-right: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
    /* background: url(../images/vehicle-bg.png) no-repeat;
     */
}
 .sidebar-right {
     background: #FBFBFB;
     border: 1px solid #cccccc;
     border-top: none;
     height: calc(100vh - 207px);
     overflow: auto;
     padding-bottom: 40px;
     position: relative;
}
 .sidebar-right .sidebar-header h3 {
     font-size: 20px;
     padding: 10px;
     border-bottom: 1px solid #C2C5C5;
     margin: 0px;
}
 .sidebar-body {
     padding: 10px;
     height: calc(100vh - 300px);
     overflow: auto;
}
 .btn-sm, .btn-group-sm>.btn {
     padding-top: 2px;
     padding-bottom: 2px;
}
 .sidebar-footer {
     position: absolute;
     bottom: 0;
     padding: 10px;
     width: 100%;
     text-align: right;
}
 .panel-with-heading .dataTables_wrapper {
     margin-bottom: 5px;
}
 table.table-sm {
     margin-top: 0 !important;
}
 table.table-sm tr th, table.table-sm tr td {
     padding-top: 2px;
     padding-bottom: 2px;
     line-height: 125%;
     font-size: 12px;
}
  table.table-sm thead>tr>th.sorting_disabled, table.table-sm tr td,  table.table-sm tr th {
     padding-left: 4px;
     padding-right: 4px;
}
 table.table-sm tr th {
     font-weight: normal;
}
 table.table-sm tr td .form-control, table.table-sm tr td .bootstrap-select .btn {
     height: 25px;
     padding: 3px;
     width: 100%;
}
 table.table-sm.dataTable thead .sorting:after, table.table-sm.dataTable thead .sorting_asc:after, table.table-sm.dataTable thead .sorting_desc:after {
    top: 50%;
    margin-top: -8px;
}
 .table-sm-wrapper .dataTables_scrollBody {
     margin-bottom: 5px;
}
 .job-table-wrapper .table-sm-wrapper .dataTables_scrollBody {
     margin-bottom:0;     
    background: #f1f1f1;
 }
 .number-spinner {
     width: 70px;
     float: right;
     margin-top: -20px;
}
 .number-spinner.input-group span.input-group-btn .btn.btn-default {
     padding: 0;
     width: 18px;
     height: 18px;
     font-size: 14px;
     line-height: 18px;
     font-weight: normal;
     margin: 0px;
     color: #065387;
}
 .number-spinner .form-control.text-center {
     width: 30px;
     height: 18px;
     border-left: 0;
     border-right: 0;
     padding: 2px;
}
 .number-spinner.input-group {
     position: relative;
     background: #fff;
}
 .number-spinner.input-group span.data-up {
     position: absolute;
     top: 0;
}
 .number-spinner.input-group span.data-dwn {
     position: absolute;
     bottom: 0;
}
 .number-spinner.input-group-btn:last-child>.btn, .number-spinner.input-group-btn:last-child>.btn-group {
     margin-left: 0;
}
 .content-header:before, .content-header:after {
     content: "";
     display: block;
     clear: both;
}
 .content-header {    
   margin-bottom: 1px;
    margin-top: -3px;
}
 .content-header h2 {
     margin: 0px;
     font-size: 16px;
     line-height:24px;
}
 #tblCustomerSiteTank_wrapper thead th {
    text-align: center;
}
 #tblCustomerSiteTank.table{
     margin-bottom:0px !important;
 }
 #customerSites .dataTables_scrollBody {
     min-height: 60px;
     background: #f1f1f1;
}
 #customerSites .dataTables_empty {
     height:84px;
}
 .green-bg {
     background: #66ab1d !important;
}
 .orange-bg {
     background: #ff9800 !important;
}
 .red-bg {
     background: #FF0000 !important;
}
 .consumption-modal {
     margin: 40px auto 0;
}
 .consumption-wrapper{
    display: table;
    width:100%;
    table-layout:fixed;
 }
 .right-sidebar {
     background: #FBFBFB;
     border-left: 1px solid #C2C5C5;
     padding: 0;
    width: 25%;
    display: table-cell;
}
 .consumption-content {
    width: 70%;
    display: table-cell;
}
 .right-sidebar .header {
     border-bottom: 1px solid #C2C5C5;
}
 .consumption-content .header,  .right-sidebar .header {
     padding: 3px 10px;
}
 .right-sidebar .header h3, .consumption-content .header h3 {
     font-size: 14px;
    margin: 0px;
    color: #065387;
    line-height: 25px;
    font-weight: 600;
}
 .right-sidebar .content, .consumption-content .content {
     padding: 0px;
     height: 485px;
     overflow-x: hidden;
     overflow-y: auto;
}
 .consumption-content .content{
     height:auto;
 }
 .consumption-content .content {
     padding: 0px 10px 0px;
}
 .consumption-table {
     border: 1px solid #cdcdcd;
     background: #ffffff;
}
 .consumption-table table.table-md{
     table-layout:fixed;
 }
 .consumption-table table.table-md thead th {
     font-weight: normal;
     border-right: 1px solid rgba(255, 255, 255, 0.35);
}

 .consumption-table table.table-md thead th:last-child {
     border-right: none;
}
 .consumption-table table.table-md tbody td {
     padding-top: 2px;
     padding-bottom: 2px;
}
 .consumption-table table.table-md tr:hover td {
     background: transparent;
}

 .consumption-table table.table-md tbody td{
     text-align: center;
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     height: 26px;
     padding:2px;
}
 .consumption-table table.table-md tbody  td.text-left {
    text-align: left !important;
    background: #FBFBFB;
}

 .consumption-table table.table-md tbody td.inner-table th:last-child, .consumption-table table.table-md tbody td.inner-table td:last-child {
     border-right: none;
} 

  .consumption-table table.table-md tbody tr td:nth-child(3),
   .consumption-table table.table-md tbody tr td:nth-child(4),
   .consumption-table table.table-md tbody tr td:nth-child(7),
   .consumption-table table.table-md tbody tr td:nth-child(8),
   .consumption-table table.table-md tbody tr td:nth-child(11),
   .consumption-table table.table-md tbody tr td:nth-child(12){    
     background: rgba(6, 82, 133, 0.09);
 }

 .consumption-table table.table-md tbody tr.weekly td:nth-child(2n) {     
     background: rgba(6, 82, 133, 0.09);
 }
  .consumption-table table.table-md tbody tr.weekly td:nth-child(2n+1){
     background:#FFFFFF;
 }

 .consumption-table table.table-md tbody td.head-col {
     background: #065285 !important;
     color:#fff;
}
 .consumption-table table.table-md tbody td.head{
     font-weight:bold;
     font-size:11px;
 }
 
 .consumption-table table.table-md tbody td span {
    display: block;
    width: 100%;
    padding:2px;
    height: 21px;
    line-height: 15px;
    text-align:center;
    font-size:12px;
    border:1px solid transparent;
}

  .consumption-table table.table-md tr td .form-control,  .consumption-table table.table-md tr td .bootstrap-select .btn{
    padding:2px;
    height: 21px;
    line-height: 21px;
    text-align:center;
  }
 .consumption-table table.table-md thead th.current-day {
     /*background: #089c34;
     font-weight: bold;*/
    background: #cdebf3 !important;
    color: #000;
}
 .consumption-table table.table-md thead th[align="center"] {
     text-align: center;
}
 .right-sidebar .content .edit-form {
     padding: 10px;
}
 .right-sidebar .content .form-group {
     margin-bottom: 8px;
}
 .right-sidebar .content .input-group {
     width:100%;
     max-width:100%;
}
 .addon-default {
     background: #fff;
     color: #065387;
}
 .day-list {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 .day-list .day-content {
     border-bottom: 1px solid rgba(194, 197, 197, 0.2);
     padding: 10px;
}
 .day-list .day-content h4 {
     font-size: 14px;
     line-height: 20px;
     margin: 0px;
     float: left;
     width: 80%;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     margin-bottom: 3px;
}
 .day-list .day-content .day-action {
     float: right;
     width: 20%;
     text-align: right;
     display: none;
}
 .day-list .day-content .day-action a {
     color: #555555;
     margin: 2px;
     display: inline-block;
}
 .day-list .day-content .day-action a:hover {
     color: #065387;
}
 .data-empty {
     padding: 30px 0px;
     text-align: center;
     font-size: 16px;
     opacity: 0.3;
}
 .date-stamp {
     font-size: 14px;
     margin: 0px;
     float: left;
     width: 65%;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     font-size: 12px;
}
 .percentage-stamp {
     float: right;
     width: 35%;
     text-align: right;
     color: #065387;
     font-size: 12px;
}
 #podTable_length {
     float: left;
     margin-top: 0px;
}
 .day-list .day-content:hover {
     background: #F5F5F5;
}
 .day-list .day-content:hover .day-action {
     display: block;
}


table.dataTable td.dataTables_empty {
  text-align: center;
  width: 100% !important;
  display: table-cell !important;
}

.table-responsive.overflow-visible {
    overflow: visible !important;
}
 .form-group label~.btn-xs {
     padding: 0px 3px !important;
     margin-top: -5px;
     font-size: 12px;
     line-height: 17px;
}
 #podTable_info {
     float: left;
     margin-top: 0px;
     margin-left: 190px;
}
 #podTable_paginate {
     margin-top: 5px;
}
 /*.consumption-modal .close {
     position: absolute;
     top: -12px;
     right: -12px;
     background: rgba(0, 0, 0, 0.7);
     width: 24px;
     height: 24px;
     color: #fff;
     opacity: 1;
     border-radius: 50%;
     text-align: center;
     font-size: 12px;
     line-height: 20px;
     font-weight: normal;
     border: 1px solid #fff;
}*/
 table.table-sm tr td.table-empty {
     height: 61px;
     text-align: center;
     padding: 51px 0px;
}
 .fixed_header {
     width: 100%;
     table-layout: fixed;
     border-collapse: collapse;
     background: #065285;
}
 .fixed_header tbody {
     display: block;
     width: 100%;
     overflow: auto;
     height: 112px;
     background: #ffffff;
}
 .fixed_header thead {
     background: #065285;
     color: #fff;
}
 .fixed_header thead, .fixed_header tbody, .fixed_header tr, .fixed_header td, .fixed_header th {
     display: block;
}
 .fixed_header tbody td, .fixed_header thead>tr>th {
     float: left;
     border-bottom-width: 0;
}
 .fixed_header td {
     height: 32px;
}
 .table-striped.fixed_header>tbody>tr:nth-of-type(2n+1) td {
     background-color: #f1f1f1;
}
 .table-striped.fixed_header>tbody>tr:nth-of-type(2n) {
     background-color: #fff;
}
 .reminder {
     font-size: 12px;
     height: 25px;
     width: 102px;
     display: inline-block;
     text-align: right;
     line-height: 20px;
}
 .modal-reminder {
     max-width: 450px;
}
 .add-reminder-btn {
     margin-top: -28px;
     z-index: 9;
     position: absolute;
     right: 5px;
}
/* Job Planning*/
 .tab-dropdown .dropdown-menu li {
     padding: 0px 10px;
}
 .job-list-wrapper .tab-pane {
     position: relative;
}
 .job-list-wrapper .table-job-action {
     position: absolute;
     right: 0;
     top: 2px;
     z-index: 9;
}
 .table-sm-wrapper select.input-sm {
        height: 22px;
    line-height: 20px;
     padding: 0;
}
.table-sm-wrapper div.dataTables_info {
     padding-top:5px;
 }
 .table-sm-wrapper .pagination>li>a, .table-sm-wrapper .pagination>li>span {
     padding: 3px 8px;
    line-height: 1.15;
}
 .table-sm-wrapper div.dataTables_paginate ul.pagination{
     margin:0;
 }
 .panel-buttons {
     float: right;
     margin-top: -20px;
     font-size: 0px;
     background: #fff;
}
 .panel-buttons .btn-icon {
     width: 20px;
     height: 20px;
     padding: 1px;
     margin-left: 2px;
}
 .panel-buttons .btn-icon {
     vertical-align:text-bottom;
}
 .job-list-wrapper .cdataTables_filter {
     margin: 2px 0px;
}
 .job-list-wrapper .cdataTables_filter .list-inline {
     margin: 0px;
}
 .job-list-wrapper .cdataTables_filter .list-inline li {
     padding: 0px;
}
 .job-list-wrapper .cdataTables_filter ul.dropdown-menu {
     padding: 0px;
}
 .job-list-wrapper .cdataTables_filter .list-inline li:nth-child(2) .filterColumn .dropdown-menu li{
     padding:0px 10px;
 }
 .job-list-wrapper .cdataTables_filter ul.dropdown-menu>li>a {
     padding: 2px 10px;
}
 .right-content-wrapper .jstree-default .jstree-icon.jstree-themeicon {
     width: 15px;
     height: 15px;
     line-height: 15px;
     margin: 5px 3px 0px 0px;
     background-size: 100% !important;
}
 .right-content-wrapper .jstree-default .jstree-closed>.jstree-ocl, .right-content-wrapper .jstree-default .jstree-open>.jstree-ocl {
    /*background-position: -100px -4px;
    */
     background: #fff;
}
 .right-content-wrapper .jstree-default .jstree-closed>.jstree-ocl:before {
     content: "\f196";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #b7b7b7;
     font-size: 15px;
}
 .right-content-wrapper .jstree-default .jstree-open>.jstree-ocl:before {
     content: "\f147";
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
     color: #b7b7b7;
     font-size: 15px;
}
 .right-content-wrapper .jstree-default li .treeviewtrip .jstree-icon.jstree-themeicon {
     width: 24px;
     height: 24px;
     margin: 0 3px 0px;
     line-height: 24px;
}
 .right-content-wrapper .jstree .jstree-open>.jstree-children {
     border: none;
}
 .right-content-wrapper .runlists {
     margin: 0px -8px;
}
 .right-content-wrapper .jobFilter {
     top: 15px;
}
 .right-content-wrapper .jstree-default li>.treeviewvehicle,  .right-content-wrapper .jstree-default li>.shiftnamenode {
     width: calc(100% - 24px);
     position:relative;
}
 .right-content-wrapper .jstree-default .vehicle-no, .right-content-wrapper .jstree-default .shift-name{
     width: calc(100% - 24px);
     display: inline-block;
    /* float: left;
     */
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     font-weight: normal;
}
 .driver-with-vehilcle{
     width:12px;
     height:12px;
     border-radius:50%;
     background:#f7d10c;
     left:-3px;
     position:absolute;
     font-size:7px;
     text-align:center;
     line-height:11px;
     color:#fff;
 }
.right-content-wrapper .jstree-default .shift-name {
    width:auto;
    max-width: calc(100% - 100px);
    vertical-align: middle;
}
 .shift-time-stamp{
     display: inline-block;
    font-size: 10px;
    color: #999;
    vertical-align: middle;
 }
 .right-content-wrapper .jstree-default .vehicle-no.with-progress{
     width: auto;
}
 .ex-progress-line {
     font-size: 14px;
     line-height: 1.5;
     color: rgba(0, 0, 0, 0.65);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
    /*margin: 0;
    */
     margin-left: 5px;
     padding: 0;
     list-style: none;
     display: inline-block;
     width: 140px;
     position: relative;
     float: none;
}
 .ex-progress-line .progress-outer {
     display: inline-block;
     width: 100%;
     padding-left: 20px;
     vertical-align: middle;
}
 .ex-progress-line .progress-outer .progress {
     margin: 0px;
     height: 18px;
     border-radius: 0px 8px 8px 0px;
     box-shadow: none;
     border: 1px solid #E8E8E8;
     position: relative;
}
 .ex-progress-line .progress-outer .progress-bar {
     box-shadow: none;
     border-radius: 0px 8px 8px 0px;
     line-height: 17px;
     color: #000000 !important;
}
 .progress-bar.bg-success {
    background-color: #5cfa5c;
}
 .progress-bar.bg-warning {
    background-color: #ffb64e;
}
 .progress-bar.bg-danger {
    background-color: #ff4d48;
}
 .ex-progress-line .job-count {
     background: #f9f9f9;
     border: 1px solid #dedede;
     border-radius: 10px;
     min-width: 30px;
     height: 20px !important;
     display: inline-block;
     text-align: center;
     color: #065387;
     line-height: 19px;
     position: absolute;
     top: 2px;
     z-index: 1;
     width: auto;
     max-height: 20px;
     font-size: 12px;
     font-weight: 600;
     box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
}
 .ex-progress-line .progress-time {
     position: absolute;
     top: 0;
     left: 14px;
     font-size: 11px;
     color:#000;
     font-weight: normal;
     line-height: 16px;
     width: calc(100% - 36px);
     text-align: left;
}
 .ex-progress-line .progress-loader {
     position: absolute;
     top: 0;
     right: 0px;
     font-size: 11px;
     color: #000;
     font-weight: normal;
     line-height: 16px;
     width: 18px;
     text-align: center;
}
 .sticky-left-popup {
     background: #fff;
     position: absolute;
     top: 0;
     left: -16px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     padding: 0px 5px 5px;
     z-index: 1098;
}
 .sticky-left-popup h2 {
    font-size: 16px;
    background: #065387;
    margin: 0px 0px 6px;
    color: #fff;
    padding: 5px;
    margin: 0px -5px 5px;
    font-weight: 500;
}
 .sticky-left-popup .close{
        color: #fff;
    opacity: 0.7;
    text-shadow: 0 1px 0 #000;
 }
 .job-table-wrapper {
     position: relative;
}
 .job-table-wrapper table#jobTable tr td:first-child, .job-table-wrapper table#jobGlobalTable tr td:first-child{
          width:30px;
 }
 .job-table-wrapper table#jobTable tr td:first-child .row-handle-wrapper, .job-table-wrapper table#jobGlobalTable tr td:first-child .row-handle-wrapper{
     width:100%;
     height:100%;
     display:flex;
}
 .job-table-wrapper table.table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #E7E7E7;
}
 .job-table-wrapper table tbody tr:hover td {
    background: #95D7FF;
}
 .priority-tag {
     width: 60px;
     height: 18px;
     background: #fbfbfb;
     display: block;
     border-radius: 2px;
     border: 1px solid #dedede;
     text-align: center;
     line-height: 16px;
     font-size: 11px;
     margin: 0px auto;
}
 .priority-tag.high {
     background: #FFF1F0;
     border-color: rgba(255, 163, 158, 0.6);
     color: #F5222D;
}
 .priority-tag.medium {
     background: #FFF7E6;
     border-color: rgba(255, 213, 145, 0.6);
     color: #FA8C16;
}
 .priority-tag.low {
     background: #F6FFED;
     border-color: rgba(183, 235, 143, 0.6);
     color: #52C41A;
}
 table.editable-column tr td input.form-control {
     display: none;
     height: 18px;
     width:100px;
}
 table.editable-column tr td .input-val {
     display: block;
     padding-right: 15px;
     position: relative;
     cursor: pointer;
     width: 100px;
}
 table.editable-column tr td .input-val .fa {
     right: 0;
     position: absolute;
     top: 2px;
}
 .tabplan {
     cursor: pointer;
}
 .dataTables_processing {
     z-index: 11000 !important;
}
 .txt-center{
     text-align:center;
}
 .anchhref{
     cursor:pointer;
}
 .info{
     margin-top:15px;
     background-color:#f2fafc;
     border-color: #cccccc;
     height: 30px;
     padding-top: 7px;
}
 .ml-10{
     margin-left:10px;
}
 .shift-checkbox{
     position:relative;
}
 .styled-checkbox {
     position: absolute;
     opacity: 0;
     width: 100%;
     height: 100%;
}
 .styled-checkbox + label {
     position: relative;
     cursor: pointer;
     padding: 0;
     float:right;
     margin-top: 3px;
     width:calc(100% - 25px);
}
 .styled-checkbox + label + .checkmark {
     content: '';
     margin-right: 5px;
     display: inline-block;
     vertical-align: text-top;
     width: 20px;
     height: 20px;
     background: inherit;
     float:left;
}
 .styled-checkbox:focus + label+.checkmark {
     box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
 .styled-checkbox:checked + label+.checkmark {
     background: #1f497d;
}
 .styled-checkbox:disabled + label {
     color: #b8b8b8;
     cursor: auto;
}
 .styled-checkbox:disabled + label+.checkmark {
     box-shadow: none;
     background: #ddd;
}
 .styled-checkbox:checked + label+.checkmark:after {
     content: '';
     position: absolute;
     left: 5px;
     top: 9px;
     background: white;
     width: 2px;
     height: 2px;
     box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 #jobTable_wrapper .dataTables_processing{
     height: 80%;
     top: 0;
     margin-top: 0;
     padding: 0;
     padding: 50px 0;
     box-sizing: border-box;
}
 .calendar-legends{
     max-width: 75%;
     overflow-x: auto;
     white-space: nowrap;
     overflow-y: hidden;
     float:right !important;
     margin:0px;
}
 .calendar-legends .mCSB_horizontal.mCSB_inside>.mCSB_container{
     margin-bottom:6px;
 }
  .calendar-legends .mCSB_scrollTools.mCSB_scrollTools_horizontal{
     height:11px;
 }

 .calendar-legends li{
     display:inline-block;
     white-space:nowrap;
     margin-left:15px;
 }
    .calendar-legends li:first-child {
        margin-left:0;
    }
 .calendar-legends .styled-checkbox + label{
     font-size:12px;
     margin:0;
     color:#fff;
     padding-top: 2px;
     width:auto;
}
 .calendar-legends .styled-checkbox + label .shift-name{
     margin-right:5px;

 }
 .calendar-legends .styled-checkbox + label small{
     color:#fff;
     font-size: 80%;
}
 .calendar-legends .styled-checkbox + label + .checkmark{
     width: 16px;
     height: 16px;
     border:1px solid #fff;
     cursor:pointer;
}
 .calendar-legends .styled-checkbox:checked + label + .checkmark:after {
     left: 3px;
     top: 7px;
}
 .calendar-legends .styled-checkbox + label + .checkmark.gradient {
    background: #6b6b6b;

}
 #confirmModal {
     z-index: 10000 !important;
}
/*Calendar Table*/
.sticky-table {
	max-width: 100%;
	overflow: auto;
	border-top: 1px solid #065387;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0!important
}

.sticky-table table {
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	border-spacing: 0
}

.sticky-table table tr.sticky-row td,
.sticky-table table tr.sticky-row th {
	position: relative;
	z-index: 6;
}

.sticky-table table td.sticky-cell,
.sticky-table table th.sticky-cell {
	position: relative;
	z-index: 10
}

.sticky-table table tr.sticky-row td.sticky-cell,
.sticky-table table tr.sticky-row th.sticky-cell {
	z-index: 15
}



table.calenddar-ui {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
	position: relative;
	overflow: hidden;
}

table.calenddar-ui td,
table.calenddar-ui th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	border-right: none;
	padding: 2px;
	height: 40px;
	max-width: 50px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	white-space: normal !important;
	line-height: 125%;
}

table.calenddar-ui thead th {
	background-color: #065387;
	color: #fff;
	border: none;
}
table.calenddar-ui thead th:after {
	content: "";
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.03);
	left: 0;
}

table.calenddar-ui thead tr th:first-child, table.calenddar-ui tbody tr td:first-child {
	width: 115px !important;
	min-width: 115px;
	max-width: 115px;
	padding: 5px;
}

table.calenddar-ui thead th.today {
	background: #cdebf3;
	color: #000;
}

table.calenddar-ui[data-viewtype="Month"] thead th,
table.calenddar-ui[data-viewType="Custom"] thead th {
	font-size: 10px;
}

@media (max-width: 1380px) {
	table.calenddar-ui[data-viewtype="Month"] thead th,
	table.calenddar-ui[data-viewType="Custom"] thead th {
		font-size: 9px;
	}
}

table.calenddar-ui tbody {
	background: #fff;
}

table.calenddar-ui tbody tr td:first-child {
	background: #F8FCFD !important;
	color: #065387;
	height: 40px;
}

table.calenddar-ui tbody tr td span.driver-name {
	width: 100%;
	white-space: normal !important;
	line-height: 14px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	overflow-wrap: break-word;
	word-break: break-word;
	display: block;
}

table.calenddar-ui td {
	position: relative;
	cursor: pointer;
}

table.calenddar-ui tbody tr:hover td {
	background: transparent;
}

table.calenddar-ui tbody tr td:hover {
	background: #F2FAFC !important;
}

.sf-det {
	height: 28px;
	background: #99DC51;
	display: block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	width: 100%;
	position: relative;
	line-height: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.sf-det:before,
.sf-det:after {
	content: "";
	background: inherit;
	width: 2px;
	float: left;
	height: 100%;
	left: -2px;
	top: 0;
	position: absolute;
}

.sf-det:after {
	left: inherit;
	right: -2px;
}

table tr td>.sf-det[title="Holiday"],
table tr td>.sf-det[title="Sickness"],
table tr td>.sf-det[title="Other"] {
	height: 100%;
	display: block;
}

table tr td>.sf-det[title="Holiday"]:before,
table tr td>.sf-det[title="Sickness"]:before,
table tr td>.sf-det[title="Holiday"]:after,
table tr td>.sf-det[title="Sickness"]:after,
table tr td>.sf-det[title="Other"]:before,
table tr td>.sf-det[title="Other"]:after {
	display: none;
}

.holiday.sf-det {
    background: #ffe9e9;
    height: 100%;
    display: block;
    color: #e90000;
    font-size: 10px;
    line-height: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    text-shadow: 0px 1px 2px rgba(255, 0, 0, 0.3);
}

.holiday.sf-det:before {
	content: "";
	background: #ffe9e9;
	width: auto;
	bottom: 0px;
	left: -1px;
	right: -2px;
	float: none;
	z-index: -1;
	min-height: 40px;
	height: calc(100% + 4px);
	top: -2px;
    border: 1px solid #ffd2d2;
}

.holiday.sf-det:after {
	display: none;
}

.calendar-header {
	display: flex;
	width: 100%;
	margin-bottom: 6px;
}

.calendar-header-right {
	margin-left: auto;
}

.calendar-header .ui-icon {
	background: url(../images/ui-icons_ffffff_256x240.png) no-repeat;
	width: 16px;
	height: 16px;
}

.calendar-header .ui-icon.icon-seek-prev {
	background-position: -48px -160px;
}

.calendar-header .ui-icon.icon-seek-next {
	background-position: -32px -160px;
}

.calendar-header .btn {
	border-radius: 3px;
}

.calendar-header .btn.disabled,
.calendar-header .btn[disabled],
.calendar-header fieldset[disabled] .btn {
	color: #fff;
}

.calendar-header .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.calendar-header .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.calendar-date-filter {
	margin-left: 10px;
	color: #065387;
	font-size: 14px;
	font-weight: bold;
}

.calendar-date-filter #daterange {
	cursor: pointer;
}

.calendar-date-filter #daterange .date-val {
	width: 195px;
	display: inline-block;
}

.driver-filter {
	margin-right: 5px;
}

.driver-filter .form-control.input-xs,
.driver-filter .bootstrap-select .btn {
	height: 22px;
	line-height: 16px;
	width: 200px;
	padding-right: 25px;
}

.driver-filter .bs-actionsbox .btn-group button {
	width: 50%;
}

.driver-filter .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-left: 0px;
}

.driver-filter .bootstrap-select.btn-group.show-tick .dropdown-menu .bs-actionsbox .actions-btn {
	background: #005186;
	color: #fff;
}

.driver-filter .bootstrap-select.btn-group.show-tick .dropdown-menu .bs-actionsbox .actions-btn:hover {
	background: #90278e;
	color: #ddd;
}

.driver-filter .btndefault {
	padding: 2px 8px;
	height: 22px;
	margin: 0;
	margin-top: 0px;
	border: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.driver-filter .bootstrap-select.btn-group .dropdown-menu {
	max-width: 230px;
}

.driver-filter .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 250px !important;
}

.driver-filter .bootstrap-select.btn-group.show-tick .dropdown-menu li a.opt span.check-mark {
	left: 10px;
}

.driver-filter .bootstrap-select.btn-group .dropdown-menu li a.opt {
	padding-left: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

.driver-filter .bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
	padding-left: 10px;
}

.driver-filter .bootstrap-select.btn-group .no-results {
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-all;
	hyphens: auto;
}

.driver-shift-popup.popover {
	background: #fff;
}

.driver-shift-popup.popover .popover-content {
	padding: 0;
}

.driver-shift-popup.popover .popover-content .popover-header {
	padding: 5px;
}

.driver-shift-popup.popover .popover-content .popover-header {
	padding: 0px;
}

.driver-shift-popup.popover .popover-content .popover-header h4 {
	margin: 0px;
	font-size: 14px;
	padding: 8px;
	font-weight: bold;
}

.driver-shift-popup.popover .popover-content .popover-header .driver-name,
.modal-body .driver-name {
	background: #EBEBEB;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 8px;
}

.modal-body .driver-name {
	margin: 0px -10px 10px;
	padding: 8px;
}

#frmDriverShift .modal-body .driver-name label {
	font-weight: bold !important;
}

#frmDriverShift .checkbox-inline {
	display: block;
}

#frmDriverShift .list-inline li {
	margin-bottom: 5px;
}

.driver-shift-popup.popover .popover-content .popover-body {
	padding: 8px;
}

.driver-shift-popup.popover .popover-content .popover-footer {
	padding: 8px;
	padding-top: 0;
}

.driver-shift-popup.popover .popover-content label {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 0;
}

.driver-shift-popup.popover .popover-content .styled-checkbox+label+.checkmark {
	margin-top: 0px;
}

#divProductRightSection .evo-pointer {
	height: 27px !important;
}

#divProductColorSettings .evo-pointer {
	height: 27px !important;
}
.date-column{
        margin-bottom: 10px;
    padding-bottom: 10px;
}
.date-column .calendar-date-filter{
    border: 1px solid #dedede;
    padding: 5px 10px 5px;
    margin: 0;
}
.date-column li{
    vertical-align: top;
}
.btn-lg, .btn-group-lg > .btn{
    font-size:16px;
}
.deliver-table .table-sm tr th, .deliver-table .table-sm tr td{
    padding-top:4px;
    padding-bottom:4px;
}
/* Cursor Pointer*/
.cursor-pointer {
    cursor: pointer;
}

.checkbox-margin {
    margin: 15px 0px 3px 10px !important;
}

#toast-container {
    pointer-events: none;
}

    #toast-container div {
        pointer-events: auto;
    }