body {
    background-color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a {
    color: black;
}

.order-counter {
    width: 75%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.order-counter span {
    color: #B2B2B2;
}

.row.driver-row.on-lunch {
    background-color: #DBDBDB;
}

.manually-assign-batch {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    margin: 0;
}

.center-map-branch {
    position: absolute;
    left: 10px;
    top: 80px;
    z-index: 100;
    background-color: white;
}

span.order-pending {
    color: orange;
    font-weight: bold;
}

span.secondary-required {
    color: darkred;
    font-weight: bold;
}

span.pick-started {
    color: #52b452;
    font-weight: bold;
}

.additional-header {
    margin-left: 45px;
}

.clickable-header {
    cursor: pointer;
    background-color: #F0F0F0;
    padding: 25px 0 0 0;
    color: #646464;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.select-driver {
    height: 45px;
    border-radius: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
}

.day-container {
    margin: 20px 10px 0;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 95px;
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 200px;
}

.day-container .day-header {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    font-weight: bold;
}

.out-for-run-card {
    margin: 20px 10px 0;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 75px;
    text-align: center;
    padding: 10px 0;
}

.document-container {
    word-wrap: break-word;
    height: 140px;
    padding: 10px 30px;
}

.document-container .row:first-of-type {
    height: 85px;
}

.document-container img {
    margin-bottom: 10px;
}

.document-download {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    background-color: #646464;
    padding: 6px 45px;
    float: left;
}


img.dos-logo {
    height: 58px;
    margin-left: 10px;
}

a.document-download:hover {
    color: #fff;
}

.cancel-btn {
    border: 0;
    width: 60%;
    margin: 8px auto;
    background-color: red;
    color: #fff;
}

.cancel-driver-run-modal {
    width: 280px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    border: 3px solid rgb(236, 71, 48);
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
}

.order-select-msg {
    float: right;
    margin-top: 15px;
    font-size: 12px;
}

.cancel-driver-run-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.add-new-driver.start-run-btn {
    border: 0;
    background-color: #52b452;
}

.cancel-order-assign {
    border: 0;
    border-bottom: 1px solid black;
    background: none;
    margin-top: 5px;
}

.row.details-list-row.pending-order-select.order-selected {
    background-color: #04AB00;
    color: #fff;
}

.clickable-header.active-header:after {
    content: '';
    position: absolute;
    height: 14px;
    width: 100%;
    background-color: #fff;
    bottom: -30px;
    left: -2px;
}

.form-control {
    border-radius: 0;
}

.dos-logo-container {
    float: left;
    height: 60px;
    /*width: 170px;*/
}

.dos-logo-container a {
    color: #fff;
    font-size: 40px;
}

.dos-logo-container a:hover, a:focus {
    text-decoration: none;
}

.dos-logo-container a span {
    vertical-align: middle;
}

.dos-hub-container {
    font-weight: bold;
    color: black;
}

img.white-afro-icon {
    margin: 9px;
}

.red {
    color: red !important;
    cursor: pointer;
}

.mapsWindow {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

#right {
    overflow-y: auto;
    height: 92vh;
    padding-right: 0;
}

.mapsWindow h1 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.mapsWindow hr {
    margin-top: 6px !important;
}

/*TRIP STATUS*/
.COMPLETED {
    border-color: rgb(76, 77, 77) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.PENDING {
    border-color: rgb(246, 178, 45) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-pending {
    color: rgb(246, 178, 45) !important
}

.ACCEPTED {
    border-color: rgb(104, 190, 101) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.DEPARTED {
    border-color: rgb(104, 190, 101) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-accepted {
    color: rgb(104, 190, 101) !important
}

.COLLECTED {
    border-color: rgb(75, 174, 227) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-collected {
    color: rgb(75, 174, 227) !important
}

.ARRIVED {
    border-color: rgb(75, 174, 227) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-arrived {
    color: rgb(75, 174, 227) !important
}

.ABANDONED {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.SYSTEM_TERMINATED {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-system_terminated {
    color: rgb(236, 71, 48) !important
}

.text-abandoned {
    color: rgb(236, 71, 48) !important
}

.NO_SHOW {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-no_show {
    color: rgb(236, 71, 48) !important
}

.CANCELLED {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-cancelled {
    color: rgb(236, 71, 48) !important
}

.CardPaymentError {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.text-cardpaymenterror {
    color: rgb(236, 71, 48) !important
}

.CANCELLED .status-text {
    color: rgb(236, 71, 48) !important;
}

.text-payment-issue {
    color: rgb(236, 71, 48) !important
}

.revoked-true {
    border-color: rgb(236, 71, 48) !important;
    border: 2px solid;
    border-left: 8px solid;
}

.status-text {
    font-weight: bold;
}

hr {
    margin-bottom: 7px;
}

.live-hr {
    margin: 10px 0px !important;
    border-color: #B8B8B8;
}

.live-header {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    padding-right: 8px;
}

.map-height {
    height: 92vh;
    padding: 0;
}

.hamburger a {
    text-decoration: none !important;
}

.hamburger-style {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin-top: 13px;
}

.head_active {
    font-weight: bold;
}

.search-arrow-style {
    font-size: 20px !important;
    font-weight: bold !important;
    color: black !important;
    cursor: pointer;
}

.search-arrow-li {
    list-style-type: none !important;
    display: inline-block !important;
    width: 210px !important;
    padding-left: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.search-menu {
    width: 175px;
    height: 85px;
    top: 95%;
    left: -30px;
    font-size: 20px;
}

.search-menu li {
    float: none !important;
    display: block !important;
    padding-left: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.hamburger-menu {
    background-color: #FBFBFB !important;
    -webkit-box-shadow: 0 0 10px 0 #D9D9D9;
    box-shadow: 0 0 10px 0 #D9D9D9;
    border: none !important;
    border-radius: 0 !important;
    top: 130% !important;
    right: 40px !important;
    font-size: 18px;
}

.pushmsg {
    height: 29px !important;
    font-size: 12px !important;
}

.hamburger-menu li {
    float: none !important;
    display: block !important;
    padding-left: 0px !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
}

.hamburger-menu li:last-child {
    border-bottom: 0px;
}

.crm-head {
    background: #FFF;
    height: 65px;
    width: 100%;
    box-shadow: 0 -15px 35px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 100;
}

.crm-container {
    width: 1300px !important;
    margin: 0 auto;
}

.crm-body {
    width: 100% !important;
}

.list-view {
    padding: 13px;
    background-color: #f1f1f1;
    height: 100%;
    cursor: pointer;
    border-color: rgb(41, 42, 41) !important;
    border: 2px solid;
    border-left: 8px solid;
    width: 62%;
    margin: 15px auto;
    position: relative;
}

.list-view-driver {
    width: 52px;
    height: 61px;
    position: absolute;
    left: -56px;
    top: -2px;
    padding: 7px 0px 0px 3px;
    background-color: rgb(41, 42, 41);
}

.list-view-passenger {
    width: 52px;
    height: 61px;
    position: absolute;
    left: -56px;
    top: -2px;
    padding: 0px 3px;
    background-color: rgb(41, 42, 41);
}

.list-view a {
    text-decoration: none;
    color: #000000;
}

.list-header {
    padding: 10px;
    height: 30px;
    font-weight: bold;
    margin: 10px auto;
    width: 64%;
}

.list-header li:first-child {
    padding-left: 75px;
}

.list-header li {
    width: 189px !important;
}

.list-view li {
    padding-top: 6px;
}

.live-trip-view {
    margin-bottom: 0;
    background-color: #fff;
    height: 100%;
    cursor: pointer;
    border-bottom: 1px solid #DBDBDB;
}

.voucher-display-view {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    height: 100%;
    cursor: pointer;
}

.voucher-header-view {
    width: 900px;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 9px;
    height: 30px;
    font-weight: bold;
}

.dos-trip-view {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    height: 100%;
    width: 1160px;
    cursor: pointer;
}

.dos-trip-view li {
    padding-top: 6px;
}

.dos-trip-header {
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 9px;
    height: 30px;
    font-weight: bold;
    width: 1160px;
}

.dos-trip-header li:first-child {
    padding-left: 0px;
}

li {
    list-style-type: none;
    display: block;
    width: 150px;
    padding-left: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

li:first-child {
    padding-left: 0px;
}

.trip-route {
    width: 200px !important;
}

.right {
    float: right !important;
}

.expanded-trip hr {
    margin-top: 10px !important;
    border: 0;
    border-top: 2px dashed rgb(76, 77, 77) !important;
}

.expanded-table-header {
    background-color: rgb(223, 223, 223);
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    font-size: 13px;
    clear: both;
}

.expanded-table-header li {
    display: inline-block !important;
}

.expanded-table-content li {
    display: inline-block !important;
}

.expanded-table-content {
    padding: 5px;
    font-size: 13px;
}

.trip-history {
    width: 100%;
    padding-top: 10px;
}

.profile-details {
    padding: 0;
    border: 1px solid #DEDEE1;
    margin-top: 35px;
    margin-right: 25px;
}

.profile-header {
    background: #F0F0F0;
    color: #646464;
    height: 40px;
    width: 100%;
    font-weight: bold;
    padding: 10px 15px;
}

.profile-header a {
    color: #646464;
    text-decoration: underline;
}

.profile {
    padding: 10px;
}

.profile-trip-view {
    font-size: 12px !important;
}

.profile-view {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    height: 100%;
    width: 945px;
    cursor: pointer;
}

.profile-view-header {
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 9px;
    height: 30px;
    font-weight: bold;
    width: 945px;
}

.profile-trip-view li {
    width: 100px;
    overflow: visible !important;
    padding-left: 0px !important;
}

.expanded-trip li {
    width: 170px !important;
}

.profile-trip-view .trip-route {
    width: 160px !important;
}

.profile-trip-view .profile-table-content li {
    width: 150px !important;
}

.profile-table-header {
    background-color: rgb(223, 223, 223);
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    font-size: 12px;
    clear: both;
}

.profile-trip-view .profile-table-header li {
    width: 150px !important;
}

.profile-details li {
    padding-left: 0px !important;
    color: black !important;
}

.profile-details li a {
    color: black !important;
}

.nav-tabs {
    cursor: pointer !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #DEDEE1;
    border: 0;
    border-radius: 0;
}

.tab-pane {
    padding: 10px;
}

div.profile-pictures img {
    border: 1px solid #D4D4D4;
}

div.driver-status {
    position: relative;
    top: -21px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 1px;
}

div.driver-status > div {
    display: inline-block;
}

div.driver-status > div.status {
    width: 0;
    border-radius: 50px;
    padding: 4px;
    margin-left: 3px;
}

div.driver-status > div.status.online {
    background-color: #00C800;
}

div.driver-status > div.status.offline {
    background-color: red;
}

div.driver-status > div.status-text {
    color: #FFF;
    font-size: 11px;
}

.btn-afro-blue {
    background: #00B5B5;
    color: #fff;
    border: none;
}

.btn-afro-blue:hover {
    color: #fff;
}

.btn-afro-blue.btn-small {
    padding: 0 6px;
}

.btn-afro-yellow {
    background: #fdd633; /* Old browsers */
    background: -moz-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd633), color-stop(100%, #f7b232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdd633 0%, #f7b232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd633', endColorstr='#f7b232', GradientType=0); /* IE6-9 */
    font-size: 12px;
    border: none;
    padding: 5px 15px;
}

.btn-afro-yellow.btn-small {
    padding: 0 6px;
}

.bank-form {
    width: 40% !important;
    margin-left: 10px;
}

.btn-full-width-square {
    width: 100% !important;
    border-radius: 0 !important;
    margin: 10px 0;
}

.modal-content {
    background-color: #F1F1F1;
    font-size: 13px;
    color: #4D4D4D;
}

.modal-content .profile-header {
    background: #63747D;
    font-size: 16px;
    color: #fff;
}

.modal-content input {
    border-radius: 0 !important;
}

.voucher-display {
    border-color: rgb(76, 77, 77);
    border: 2px solid;
    border-left: 8px solid;
}

.voucher-wrap {
    width: 70% !important;
    margin: 0 auto;
}

.voucher-view {
    padding: 10px;
    font-size: 16px;
}

.trip-li li {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
}

.list-li li {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 175px;
}

.dropdown-list-style li {
    width: 100% !important;
    padding-left: 0px !important;
}

.search-box {
    margin-top: 20px;
}

.glyphicon-search:before {
    color: #646464;
}

input#query_string {
    border-radius: 30px 0 0 30px;
    background-color: #F0F0F0;
    height: 40px;
    border: 0;
    box-shadow: none;
}

.search-submit {
    background-color: #F0F0F0;
    height: 40px;
    border: 0;
    border-radius: 0 30px 30px 0;
}

#map-canvas {
    height: 100%;
    width: 100%;
}

.livecircle {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    border: solid 7px linen;
    border-top-color: orange;
    -webkit-animation: spin 1s infinite linear;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    border: solid 10px #ffffff;
    border-top-color: #000;
    -webkit-animation: spin 1s infinite linear;
}

.batchcircle {
    width: 60px;
    height: 65px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    border: solid 10px #ffffff;
    border-top-color: #000;
    -webkit-animation: spin 1s infinite linear;
}

#loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.custom-cm-1 {
    width: 11%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.custom-cm {
    width: 13%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.custom-view-cm {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.center-list-views {
    width: 1160px;
    margin: 0 auto;
}

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

.route-display {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-icons {
    margin-right: 10px;
}

.order-header {
    margin-left: 9px;
}

pre.order-details {
    background-color: #f1f1f1;
    border: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/* MODALS */

.modal-confirm-button {
    color: #00B5B5;
    text-align: center;
    font-size: 22px;
    padding: 15px;
    cursor: pointer;
}

.afro-modal-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px;
}

.afro-modal-container h3 {
    margin: 0;
    padding-top: 20px;
}

.afro-modal-container h4 {
    color: #37474F;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.afro-modal-header-grey {
    height: 120px;
    background: #37474F;
    color: white;
    text-align: center;
    border-radius: 0 0 50% 50%;
    position: relative;
    left: -5%;
    width: 110%;
}

.afro-modal-circle-grey {
    margin: 20px auto 0;
    background-color: #ECEFF1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 7px solid #37474F;
}

.afro-modal-body {
    margin-top: 25px;
}

.afro-modal-button-container {
    text-align: center;
    margin: 25px 0 15px 0;
}

.login-overlay {
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.login-container {
    position: absolute;
    z-index: 100;
    display: table;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 25px;
    border-radius: 15px;
}

.login-container .caption h3 {
    margin-top: 0;
}

.login-container form div input {
    margin: 8px 0;
}

.driver-edit-profile-image {
    max-width: 205px;
    margin-bottom: 10px;
}


.dos-logo {
    width: 120px;
    margin: 5px 5px 5px 10px;
}

.dos-logo-product {
    width: 61px;
    margin: 5px 5px 5px 10px;
}

.dos-logo-kauai {
    width: 62px;
    margin: 5px 5px 5px 10px;
}

.dos-nav-bar ul {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.dos-nav-bar ul li {
    float: left;
    height: 65px;
    width: 100px;
    margin: auto;
    padding-left: 0;
    text-align: center;
    line-height: 65px;
    font-size: 14px;
}

.live-driver-list {
    padding: 0;
}

.dos-search-box {
    padding: 15px 10px 5px 10px;
}

.dos-search-box input {
    height: 37px;
    border-radius: 25px;
    background-color: #f7f7f7;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}

.dos-search-box input:focus {
    outline-color: #fff;
}

.status-heading {
    border-width: 0 0 1px 3px;
    border-style: solid;
    border-color: #DEDEDE;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 5px;
    color: #8E8E8E;
}

.status-heading.available {
    border-left-color: #F5971D;
}

.status-heading.available div:first-child {
    color: #F5971D;
    font-weight: bold;
}

.status-heading.returning {
    border-left-color: #721FC2;
}

.status-heading.returning div:first-child {
    color: #721FC2;
    font-weight: bold;
}

.status-heading.on-delivery {
    border-left-color: #04AB00;
}

.status-heading.on-delivery div:first-child {
    color: #04AB00;
    font-weight: bold;
}

.driver-regional-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    border: solid #DBDBDB;
    border-width: 1px 1px 1px 1px;
    cursor: pointer;
    padding: 15px 0;
}

.driver-regional-row.active {
    background-color: #F0F0F0;
}

.driver-row {
    margin-left: 0;
    margin-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    border: solid #DBDBDB;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    padding: 15px 0;
}

.driver-row.active {
    background-color: #F0F0F0;
}

.driver-image-container {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-color: #D8D8D8;
    cursor: pointer;
    text-align: center;
}

.oldest-known-order {
    font-size: 9px;
    font-weight: bold;
}

.oldest-known-order-red {
    color: #f6455a;
}

.oldest-known-order-orange {
    color: #ff9400;
}

.oldest-known-order-yellow {
    color: #ffc400;
}

.oldest-known-order-black {
    color: #000;
}

.driver-image-container span {
    font-weight: bold;
    position: relative;
    top: 10px;
}

.big-header {
    background-color: #F0F0F0;
    padding: 25px 0 0 0;
    margin: 0;
}

.big-header .container .row h2 {
    color: #646464;
    font-size: 43px;
    font-weight: bold;
    line-height: 49px;
}

.big-header .container .row h3 {
    color: #646464;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.big-header .container .row .col-sm-3 {
    padding: 0;
}

.big-header .container .row h3:after {
    content: '';
    position: absolute;
    height: 14px;
    width: 95px;
    background-color: #fff;
    bottom: 0;
    left: -15px;
}

.dos-list-page-action-bar {
    margin: 45px 0 0 0;
}

.dos-list-page-action-bar .col-sm-8 {
    padding: 0;
}

.dos-form {
    width: 100%;
}

.dos-form .input-group {
    width: 100%;
}

.view-reports-button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    background-color: #646464;
    padding: 6px 45px;
    margin: 5px;
    float: left;
}

.view-reports-button:hover {
    text-decoration: none;
    color: #fff;
}

.add-new-driver {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    background-color: #646464;
    padding: 6px 45px;
    float: left;
}

.add-new-driver:hover {
    text-decoration: none;
    color: #fff;
}

.details-list-headers {
    margin-top: 35px;
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.details-list-row {
    padding: 15px 10px 15px 2px;
    border-bottom: 1px solid #DBDBDB;
    font-size: 14px;
    line-height: 19px;
    color: #646464;
    font-weight: 500;
}

.details-regional-view-list-row {
    padding: 15px 10px 15px 2px;
    font-size: 14px;
    line-height: 19px;
    color: #646464;
    font-weight: 500;
}


.pending-order-form .details-list-row {
    color: black;
}

.details-list-row .col-sm-5 {
    text-align: right;
}

.details-list-row .col-sm-5.text-left {
    text-align: left;
}

.big-header .container .row .orders-select h3:after {
    width: 115px;
}

.big-header .container .row .edit-driver h3:after {
    width: 60px;
}

.details-list-row .col-sm-5 a {
    color: #6CAAFF;
    border-bottom: 1px solid #6CAAFF;
    cursor: pointer;
}

.details-list-row .col-sm-3 a {
    color: #6CAAFF;
    border-bottom: 1px solid #6CAAFF;
    cursor: pointer;
}

.details-list-row .col-sm-3 {
    padding-left: 55px;
}

.details-list-row.driver .col-sm-3 {
    padding-left: 17px;
}

.details-list-row.driver .col-sm-3 a {
    color: #6CAAFF;
    border-bottom: 1px solid #6CAAFF;
    cursor: pointer;
}

.details-list-row.driver .col-sm-2 a {
    color: #6CAAFF;
    border-bottom: 1px solid #6CAAFF;
    cursor: pointer;
}

.details-list-row .col-sm-5 a:hover {
    text-decoration: none;
}

.driver-image-container.driver-list {
    position: absolute;
    left: 0;
    top: -10px;
}

.pagination-button-row {
    margin-top: 15px;
}

.close-modal {
    position: absolute;
    cursor: pointer;
    right: 13px;
    top: 13px;
    z-index: 100;
}

.col-sm-3.trip-first-column {
    padding-left: 16px;
}

.close-modal img {
    width: 15px;
    cursor: pointer;
}

.trip-description-row {
    margin: 0;
    padding-right: 35px;
}

.trip-description-row .col-sm-8 h3 {
    margin-top: 30px;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 600;
    line-height: 8px;
    text-transform: uppercase;
}

.trip-description-row .col-sm-8 p {
    color: #646464;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.trip-description-row .col-sm-8 pre {
    color: #646464;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    overflow: hidden;
    background-color: inherit;
    font-family: Roboto, sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
    white-space: normal;
    word-wrap: break-word;
}

.trip-dispatch {
    padding: 0;
    margin: 5px 0 0 0;
}

.trip-description-row .col-sm-4 h3 {
    margin-top: 30px;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 600;
    line-height: 8px;
    text-transform: uppercase;
}

.trip-description-row .col-sm-4 p {
    color: #646464;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.trip-details-modal {
    border: 0;
}

.trip-details-modal .modal-dialog {
    width: 900px;
}

.trip-details-modal .container {
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.trip-details-modal-row {
    margin: 0;
}

.trip-details-modal-row .col-sm-3 {
    background-color: #F7F7F7;
    padding: 10px 30px;
}

.trip-details-modal-row .col-sm-3 h3 {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 600;
    line-height: 8px;
    text-transform: uppercase;
}

.trip-details-modal-row .col-sm-3 p {
    color: #646464;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.dos-form-input input {
    border-width: 0 0 1px 0;
    box-shadow: none;
    outline: 0;
    border-color: #979797;
    padding-left: 0;
}

.dos-form-input label.upload-profile-label {
    margin-bottom: 15px;
}

.dos-form-input input:focus {
    box-shadow: none;
}

.dos-create-form {
    margin-top: 35px;
}

.dos-create-form .form-group button {
    border: 0;
    margin-right: 100px;
}

.dos-form-input label {
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 600;
    line-height: 8px;
    text-transform: uppercase;
}

p.dos-device-explanation {
    padding: 20px 0 0 0;
    font-style: italic;
    color: #646464;
    text-align: left;
}

p.dos-device-settings {
    margin: 0;
    font-weight: bold;
    font-style: italic;
    color: #646464;
}

.pending-order-col {
    padding: 0;
}


.map-view-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 23px auto;
    width: 250px;
    text-align: center;
}

.map-view-controls button {
    border: 0;
    background: none;
    margin: 0 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.danger-circle {
    background-color: #ce0a24;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin-left: 18px;
    margin-top: 4px;
}

.pending-order-number {
    font-size: 18px;
    font-weight: normal;
    padding: 0 6px;
}

.no-padding {
    padding: 0;
}

.map-view-controls button.active:after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: -4px;
    width: 115%;
    border-bottom: 7px solid #000;
}

.pending-order-action-container {
    -webkit-box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
    box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
}

.header-container {
    padding: 10px;
    border-bottom: 1px solid #DBDBDB;
    border-left: 3px solid #8b8b8b;
}

.pending-order-form .header-container h1 {
    color: #8b8b8b;
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.pending-order-form .header-container h2 {
    color: #8b8b8b;
    float: right;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.pending-order-action-container h2 {
    color: #52b452;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.pending-order-action-container label {
    color: #dcdcdc;
    margin-bottom: 0;
    font-size: 14px;
}

.pending-order-form {
    overflow-y: auto;
    height: 92vh;
    background-color: #f7f7f7;
}

.pending-trips-time {
    text-align: right;
    padding: 0;
}

.batch-header .pending-trips-time {
    text-align: left;
}

.batched-trip-container .pending-trips-time {
    text-align: left;
}

.pending-order-form.show-assign-driver-control {
    height: 72vh;
    background-color: #f7f7f7;
}

.pending-order-form.show-assigned-message {
    height: 85vh;
    background-color: #f7f7f7;
}

.pending-order-actions {
    background-color: #f4f4f4;
    padding: 17px;
}

.pending-trips-assigned {
    -webkit-box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
    box-shadow: 0 -9px 21px -9px rgba(0, 0, 0, 0.31);
    padding-top: 15px;
}

.pending-trips-assigned h2 {
    color: #52b452;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
}

.pending-trips-assigned p {
    text-align: center;
}

.pending-driver-select-container {
    padding: 15px;
}

.row.details-list-row.pending-orders-row {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 10px;
    border-radius: 3px;
}

.future_orders_row_grey {
    border: 1px solid darkgrey;
    border-left: 8px solid darkgrey;
}

.pending_orders_row_red {
    border: 1px solid #f6455a;
    border-left: 8px solid #f6455a;
}

.pending_orders_row_orange {
    border: 1px solid #ff9400;
    border-left: 8px solid #ff9400;
}

.pending_orders_row_yellow {
    border: 1px solid #ffc400;
    border-left: 8px solid #ffc400;
}

.pending_orders_row_white {
    border: 1px solid #DBDBDB;
    border-left: 8px solid #DBDBDB;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #8b8b8b;
    border-radius: 5px;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #52b452;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

button.dos-main-cta-btn:disabled {
    background: #b8b8b8;
    cursor: not-allowed;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    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;
    transform: rotate(45deg);
}

.orders-tab-container ul.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.orders-tab-container ul.nav-tabs > li {
    padding-left: 0;
    background: transparent;
    border: transparent;
}

.orders-tab-container ul.nav-tabs > li > a,
.orders-tab-container ul.nav-tabs > li > a:hover,
.orders-tab-container ul.nav-tabs > li > a:focus,
.orders-tab-container ul.nav-tabs > li > a:focus:hover,
.orders-tab-container ul.nav-tabs > li.active > a,
.orders-tab-container ul.nav-tabs > li.active > a:hover,
.orders-tab-container ul.nav-tabs > li.active > a:focus,
.orders-tab-container ul.nav-tabs > li.active > a:focus:hover {
    margin-bottom: 0;
    outline: 0;
    color: #8E8E8E;
    background: transparent;
    border: 0;
    border-bottom: 4px solid transparent;
}

.orders-tab-container ul.nav-tabs > li.active > a,
.orders-tab-container ul.nav-tabs > li.active > a:hover,
.orders-tab-container ul.nav-tabs > li.active > a:focus,
.orders-tab-container ul.nav-tabs > li.active > a:focus:hover {
    border-bottom-color: #ddd;
    font-weight: 600;
    color: black;
}

.orders-tab-container .tab-content .tab-pane {
    padding: 0;
    overflow: auto;
    height: 87vh;
}

.orders-tab-container .header-container {
    border-left: 0;
}

.tab-pane form .pending-order-form {
    height: 87vh;
}

.tab-pane form .pending-order-form.show-assign-driver-control {
    height: 66vh;
}

button.start-run-btn.add-new-driver.pull-left.clearfix:disabled,
button.start-run-btn.add-new-driver.pull-left.clearfix[disabled] {
    background-color: #52B452;
    cursor: not-allowed;
    opacity: 0.4;
}

button.start-run-btn.add-new-driver.pull-right.clearfix:disabled,
button.start-run-btn.add-new-driver.pull-right.clearfix[disabled] {
    background-color: #52B452;
    cursor: not-allowed;
    opacity: 0.4;
}

.col-sm-1.batch-remove-trip {
    padding: 20px 0;
    cursor: pointer;
}

.batch-remove-trip i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.batch-header {
    border-top: 1px solid #6A6A6A;
    border-left: 5px solid #6A6A6A;
    padding: 15px 17px 9px 10px;
    border-bottom: 1px solid #DBDBDB;
}

.batch-header .dropdown-btn {
    padding: 5px;
    text-align: center;
    margin-top: -5px;
}

.batch-header .pull-left {
    font-weight: bold;
    color: #6A6A6A;
}

.batch-header .header-label {
    color: #9B9B9B;
}

.assign-driver-batched {
    padding: 15px;
}

.assign-driver-batched .row {
    margin: 0;
}

.assign-driver-batched .row form span {
    margin-top: 23px;
    margin-right: 10px;
    cursor: pointer;
}

.assign-driver-batched .row form button {
    margin-top: 15px;
}

.batched-trip-controls {
    padding: 10px;
    overflow: auto;
}

span.batch-status {
    border: 2px solid #C3C3C3;
    border-radius: 10.5px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: 12px;
}

span.batch-status.not-selected {
    color: #C3C3C3;
}

span.batch-status.on-delivery {
    border: 2px solid #429D42;
    color: #429D42;
}

.batched-trip-controls .row {
    margin: 0;
}

.batch-header .pull-right {
    color: #9B9B9B;
}

.batched-trip-container {
    border-bottom: 1px solid #DBDBDB;
}

.batched-trip-container .phone-icon {
    color: gray;
    margin-right: 5px;
}

.batched-trip-container .row {
    margin: 0;
    padding: 15px 10px 15px 8px;
    position: relative;
}

.create-an-order-row {
    display: inline-block;
    width: 100%;
}

.batched-trip-container .row div .row {
    padding: 0;
}

.pac-container.pac-logo {
    z-index: 10000 !important;
}

.suggested-trips-container {
    border: 1px solid #DBDBDB;
    background-color: #f2f2f2;
    margin: 10px;
    border-radius: 5px;
}

.pooled-order-details {
    padding: 10px;
}

button.dos-main-cta-btn {
    background: rgb(91, 82, 184);
    background: linear-gradient(90deg, rgba(91, 82, 184, 1) 0%, rgba(54, 48, 146, 1) 100%);
    padding: 8px 10px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    box-shadow: 5px 13px 13px -12px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 5px 13px 13px -12px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 5px 13px 13px -12px rgba(0, 0, 0, 0.13);
}

.batch-action-container {
    background-color: #fff;
    border-top: 1px solid #DBDBDB;
    padding: 10px;
}

.assignment-buttons {
    margin-top: 10px;
    margin-bottom: 45px;
}

.assignment-buttons span {
    margin-right: 10px;
    margin-top: 6px;
    cursor: pointer;
}

p.order-text-container {
    border-left: 7px solid #ffc91f;
    padding-left: 5px;
}

div.order-batch-text-container {
    border-left: 7px solid #ffc91f;
    padding-left: 5px;
}

.row.pool-dispatch-log {
    background-color: #fff;
    border-left: 1px dashed #DBDBDB;
    border-right: 1px dashed #DBDBDB;
    border-top: 1px dashed #DBDBDB;
    margin: 0 auto;
    padding: 5px 0;
}

.row.pool-dispatch-log:last-of-type {
    border-bottom: 1px dashed #DBDBDB;
}

.create-order-button {
    margin-top: 10px;
    margin-left: 5px;
}

.suggested-trips-container .batch-container {
    background-color: white;
}

.suggested-trips-container .batch-container.on-delivery {
    background-color: #f7f7f7;
}

.select-driver.select-driver-batcher {
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    background-color: #F6F6F6;
    height: 35px;
}

.add-an-order-button {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    cursor: pointer;
    float: left;
    background: transparent;
    border: 0;
    margin-left: -4px;
}

.add-an-order-button i {
    vertical-align: top;
    margin-top: -1px;
}

i.glyphicon.circle-plus {
    height: 18.23px;
    width: 18.23px;
    border-radius: 50%;
    border: 2px solid #3d3d3d;
    font-size: 11px;
    padding: 1px 2px;
    margin-right: 5px;
    cursor: pointer;
}

i.glyphicon.clickable-icon {
    cursor: pointer;
}

i.glyphicon.clickable-icon.pull-right.glyphicon.glyphicon-refresh.refresh-pending-orders {
    margin: 10px;
}

.select-header {
    color: #9D9D9D;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.86px;
    margin-top: 10px;
}

/*
.order-position {
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    margin-top: -5px;
    border: 1px solid #D1D1D1;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #646464;
    border-radius: 25px;
    line-height: 28px;
    position: relative;
    z-index: 100;
    background-color: white;
}*/

.order-position {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    margin: 3px 0 0 8px;
    border-radius: 50%;
    position: relative;
    z-index: 100;
    background-color: #999;
}

.dashed-lines {
    position: absolute;
    height: 98%;
    left: 18px;
    top: 20px;
    width: 5px;
    border-right: 2px dashed #BCBCBC;
    z-index: 99;
}

.desktop-view-menu {
    display: block;
}

span.dropdown.mobile-menu {
    float: right;
    margin-right: 25px;
    margin-top: 20px;
    font-size: 18px;
    display: none;
}

span.dropdown.mobile-menu ul.dropdown-menu {
    left: -100px;
}

span.dropdown.mobile-menu ul li {
    float: unset;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

span.dropdown.mobile-menu ul li {
    float: unset;
    height: auto;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}

span.dropdown.mobile-menu ul li:nth-child(even) {
    background-color: #F6F6F6;
}

#batch-btn {
    float: none;
    margin-top: 10px;
}


.regional-view-row {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px;
    border-radius: 3px;
}

.regional-header-container {
    padding: 2px;
    border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 1530px) {
    button.start-run-btn.add-new-driver {
        padding: 6px 20px;
    }
}

@media (max-width: 1366px) {
    .map-view-controls {
        right: 300px;
    }

    .pending-order-number {
        font-size: 18px;
        padding: 2px 5px;
    }

    .pending-order-form.show-assign-driver-control {
        height: 61vh;
    }

    .pending-order-form.show-assigned-message {
        height: 72vh;
    }
}

@media (max-width: 990px) {
    .desktop-view-menu {
        display: none;
    }

    .nav-tabs.nav-justified > li {
        display: table-cell;
    }

    span.dropdown.mobile-menu {
        display: block;
    }

    .trip-details-modal-row .col-sm-3 h3 {
        line-height: 18px;
    }

    .trip-description-row .col-sm-8 h3 {
        line-height: 18px;
    }

    .col-sm-4.col-xs-4.trip-dispatch.text-left {
        clear: both;
        white-space: nowrap;
    }

    .trip-details-modal .modal-dialog {
        width: 95%;
    }

    .map-view-controls {
        right: -50px;
    }

    .big-header {
        padding-left: 20px;
    }

    .tab-pane form .pending-order-form.show-assign-driver-control {
        height: 0;
    }

    .orders-tab-container .tab-content .tab-pane {
        height: 44vh;
    }

    .tab-pane form .pending-order-form {
        height: 44vh;
    }
}

@media (max-width: 690px) {
    .map-height {
        height: 45vh;
    }

    .trip-details-modal .modal-dialog {
        width: 80%;
    }

    .dos-create-form .form-group button {
        border: 0;
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .dos-logo {
        display: none;
    }

    .map-view-controls {
        right: 100px;
    }

    .trip-details-modal-row .col-sm-3 {
        width: 100%;
    }

    .trip-details-modal-row .col-sm-9 {
        width: 100%;
    }

    .trip-details-modal-row .col-sm-9 .col-sm-8 {
        width: 100%;
    }

    .trip-details-modal-row .col-sm-9 .trip-description-row .col-sm-4.col-xs-4.text-right {
        width: 100%;
        float: left;
        text-align: left;
    }

    .col-xs-4.col-sm-3.col-md-2.col-lg-2.out-for-run-card.ng-binding.ng-scope {
        width: 130px;
    }
}

