.error-msg {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 13px;
    color: #dc3545;
}

/* Side Bar Top Bar */
.main-sidebar {
    background: #0073aa;
    /* background: -moz-linear-gradient(top, #063b65 0%, #095590 100%);
    background: -webkit-linear-gradient(top, #063b65 0%, #095590 100%);
    background: linear-gradient(to bottom, #063b65 0%, #095590 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063b65', endColorstr='#095590', GradientType=0); */
    /* border-radius: 0px 20px 20px 0px; */
    width: 210px;
    height: 96vh;
    /* margin-top: 1%; */
}

.menu-circle {
    border-radius: 50%;
    background: #0073aa;
    background: -moz-linear-gradient(left, #0073aa 0%, #2271b1 100%);
    background: -webkit-linear-gradient(left, #0073aa 0%, #2271b1 100%);
    background: linear-gradient(to right, #0073aa 0%, #2271b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095590', endColorstr='#2271b1', GradientType=1);
    display: table-cell;
    height: 40px !important;
    width: 40px !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.29);
    color: #ffffff;
}

.menu-circle i {
    margin-left: 0px !important;
    font-size: 15px;
}

.menu-circle:hover {
    background: #FF9500;
    background: -moz-linear-gradient(left, #FF9500 0%, #F7AD45 100%);
    background: -webkit-linear-gradient(left, #FF9500 0%, #F7AD45 100%);
    background: linear-gradient(to right, #FF9500 0%, #F7AD45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9500', endColorstr='#F7AD45', GradientType=1);
    color: #C25B00;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav li {
    margin-right: 15px;
    margin-left: -15px;
}

.navbar-expand-lg .navbar-nav li:last-child {
    margin-right: 0px;
}

.beep:after {
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #DD4B39;
}

body.sidebar-mini .main-sidebar:after {
    background: #0073aa;
    /* background: -moz-linear-gradient(top, #063b65 0%, #095590 100%);
    background: -webkit-linear-gradient(top, #063b65 0%, #095590 100%);
    background: linear-gradient(to bottom, #063b65 0%, #095590 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063b65', endColorstr='#095590', GradientType=0);   */

}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fas {
    font-size: 16px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a {
    height: 40px !important;
    box-shadow: none !important;
}

.main-sidebar .sidebar-menu li a {
    color: #ffffff;
    height: 40px;
    letter-spacing: normal;
    line-height: normal;
    font-size: 13px;
    padding: 0px 10px;
}

.main-sidebar .sidebar-menu li a i {
    margin-left: 0px !important;
}

.main-sidebar .sidebar-menu li a:hover {
    color: #09548f;
    background-color: #ffffff;
}

/* .main-sidebar .sidebar-menu li a:active {
    color: #09548f;
    background-color: #ffffff;
} */

.rounded-vlg {
    border-radius: 1rem !important;
}

.dropdown-menu {
    top: 120%;
    z-index: 2000 !important;
}

.dropdown-list {
    width: 250px !important;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
    display: none;
}

.view-list-toggle .dropdown-list .dropdown-list-content {
    height: initial;
}

.dropdown-list .dropdown-header {
    font-size: 1.1rem;
    color: #000000;
}

.dropdown-list .dropdown-item {
    padding: 0px 15px !important;
}

.view-list-toggle .dropdown-list .dropdown-item {
    padding-top: 0px;
    padding-bottom: 0;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li {
    padding: 0px;
}

.map {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* .main-sidebar .sidebar-brand a {
    color: #ffffff;
} */

.map-box {
    width: 100%;
    line-height: normal;
    border-bottom: 8px solid #cbcbcb;
}

.map-box .card {
    background-color: rgb(255 255 255 / 90%);
    padding: 3px 0px;
}

.replay-box {
    /* position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    width: 100%;
    font-size: 12px;
    border-bottom: 8px solid #cbcbcb;
}

.filter-box {
    /* position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    width: 100%;
    font-size: 12px;
    border-bottom: 8px solid #cbcbcb;
}

.is-map-box {
    position: absolute;
    left: 51%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 97%;
    line-height: normal;
}

/* Map Vehicle Side Info */

.vehicle-info {
    position: absolute;
    top: 67px;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
    right: 1%;
    z-index: 99;
    width: 350px;
}

.vehicle-info .card .card-header-action {
    position: absolute;
    z-index: 99;
    right: 6px;
    top: 6px;
}

.vehicle-info .vehicle-header {
    height: 165px;
    position: relative;
    overflow: hidden;
}

.vehicle-info .vehicle-header .vehicle-image {
    background-color: #fbfbfb;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.vehicle-info .vehicle-datetime {
    width: 100%;
    /* background-color: #3e3e3e; */
    /* padding: 3px 10px; */
    color: #ffffff;
    font-size: 10px;
    text-align: right;
}

.vehicle-info .vehicle-title-stopped {
    width: 100%;
    background-color: #fd0202;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); */
    padding: 7px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

.vehicle-info .vehicle-title-idle {
    width: 100%;
    background-color: #FEAE00;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); */
    padding: 7px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

.vehicle-info .vehicle-title-moving {
    width: 100%;
    background-color: #28b90b;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); */
    padding: 7px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

.vehicle-info .vehicle-title-noresponse {
    width: 100%;
    background-color: #3abaf4;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); */
    padding: 7px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

.vehicle-info .vehicle-details {
    background-color: #fff;
    padding: 20px;
    line-height: 24px;
}

.vehicle-info .card .card-header-action a {
    width: 20px;
    height: 20px;
    /* background-color: #DD4B39; */
    font-size: initial;
    text-shadow: none;
    color: #958f8f;
    display: block;
}

.vehicle-info .card .card-header-action a:hover {
    width: 20px;
    height: 20px;
    /* background-color: green; */
    font-size: initial;
    text-shadow: none;
    color: #afafaf;
    display: block;
}

.vehicle-info .card .card-header-action a i {
    margin-left: 0 !important;
    position: relative;
    top: -2px;
    left: 5px;
    /* box-shadow: 0px 5px 10px rgb(0 0 0 / 25%); */
}

.vehicle-info h5 .badge {
    font-size: 12px !important;
}

.vehicle-info .accordion .accordion-header {
    background-color: #F2F4F8;
    border: 1px solid #EBEBEB;
    color: #3e3e3e;
    border-radius: 0;
}

.vehicle-info .accordion .accordion-header[aria-expanded="true"] {
    box-shadow: none;
    background-color: #3e3e3e;
    color: #ffffff !important;
}

.vehicle-info .list-group-item {
    padding: 0.1rem 1rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #eeeeee !important;
    border: none;
}

.vehicle-info .list-group {
    height: 150px;
    overflow: auto;
}

.vehicle-info .bookmark-list-group {
    height: initial;
}

.custom-accord-header {
    background-color: #F2F4F8;
    border: 1px solid #EBEBEB;
    color: #095590;
    padding: 10px 15px;
}

.custom-accord-header h4 {
    line-height: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.list-group-item {
    background-color: transparent !important;
}

.accordion .accordion-header h4 {
    font-size: 0.8rem;
}

.main-wrapper .section .section-header {
    margin-bottom: 10px;
    padding: 15px !important;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.dx-widget {
    max-width: none !important;
}

.dx-datagrid {
    background-color: transparent !important;
}

.dx-toolbar {
    background-color: transparent !important;
}

.dx-datagrid-headers {
    color: #222222 !important;
    background-color: gainsboro;
    -webkit-border-radius: 9px 9px 0px 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}

.dx-datagrid-rowsview {
    background-color: #ffffff;
}

.dx-datagrid .location {
    white-space: break-spaces;
    word-break: break-all;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    background-color: #fefeff;
    border-color: #095590;
}

.badge-status {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-status.badge-danger-status {
    background-color: #fd0202;
    color: #FDF4F6;
}

.badge-status.badge-success-status {
    background-color: #2FB181;
    color: #EBF9F4;
}

.badge {
    padding: 5px 10px 5px 10px;
    /* background-color: transparent !important; */
}

.badge.badge-danger {
    background-color: #fd0202;
    color: #FFFFFF;
}

.badge.badge-success {
    background-color: #28b90b;
    color: #FFFFFF;
}

.badge.badge-warning {
    background-color: #FEAE00;
    color: #FFFFFF;
}

.badge.badge-primary {
    background-color: #ecedee;
    color: #000000c0;
}

.word-wrap .btn-link {
    white-space: initial;
}

.navbar {
    height: 45px;
    /* left: 210px; */
    /* right: 5px; */
    position: absolute;
    z-index: 890;
    background-color: transparent;
}

.nav-item h6 {
    margin-top: 8px;
    color: #ffffff;
}

/* .navbar {
    z-index: 5;
    left: 210px;
    margin-top: 1% !important;
}

.navbar-custom {
    z-index: 5;
    left: 210px;
    margin-top: 0.5% !important;
} */

/* .gmnoprint {
    margin: 69px 10px 10px !important;
}  */

.replay-date-time {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px;
    height: 33px;
}

.replay-select-box {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.replay-animation-button {
    font-size: 9px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 2px !important;
}

.replay-bottom-grid {
    bottom: 0%;
    position: absolute;
    font-size: 12px;
    left: 0%;
    width: 100%;
}

.replay-bottom-grid-mini {
    left: 4%;
    width: 93%;
}

.replay-title {
    background-color: #095590;
    color: #ffffff;
    padding: 5px 6px;
}

.replay-title .btn-sm {
    height:1.2rem;
}

.pr-15 {
    padding-right: 15px;
}

.pull-left {
    float: left !important;
}

.data3 {
    background-color: #e3f4ff;
    padding: 5px;
}

.replay-grid-table-header {
    background: #604a4a;
    color: white;
}

.fw-bolder {
    font-weight: 800;
}

.custom-switch-description {
    margin-left: 0;
    margin-right: 0.5rem;
}

.text-small {
    font-size: 15px;
}

.card .card-body {
    padding: 10px;
    /* background-color: #EFEFEF; */
    border:1px solid #afa8a86c;
}

.modal-overflow {
    overflow: auto;
    height: 400px;
}

.react-datepicker-popper {
    z-index: 5555 !important;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: 100px !important
}

.dx-dropdowneditor.dx-dropdowneditor-field-clickable,
.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-input {
    height: 33px;
}

/*Dropdown*/
.css-1fhf3k1-control {
    min-height: initial !important;
    font-size: 13px;
    height: calc(1.5em + 0.5rem + 2px) !important;
}

.css-yk16xz-control,
.css-1pahdxg-control {
    height: calc(1.5em + 0.5rem + 2px) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.css-g1d714-ValueContainer,
.css-1hwfws3 {
    margin-top: -5px;
}

.css-1hb7zxy-IndicatorsContainer,
.css-1wy0on6 {
    margin-top: -4px;
}

.css-4ljt47-MenuList,
.css-26l3qy-menu {
    font-size: 0.775rem !important;
}

.css-1n7v3ny-option {
    font-size: 0.775rem !important;
}

/*.register-page .css-1hwfws3 {
padding: 0px 8px !important;
}

.register-page .css-1hwfws3 .css-tlfecz-indicatorContainer {
    padding: 0px 8px !important;
}*/

/*Auto suggest*/

/*Data Grid by DevExtreme*/

/*React Modal*/
.react-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.react-modal .modal-header {
    border-bottom: 1px solid #4bb8d1 !important;
    padding: 0.5rem 0.7rem !important;
    background-color: #095590 !important;
}

.react-modal .modal-header .modal-title {
    color: #ffffff !important;
    font-weight: bold !important;
}

.react-modal .modal-body {
    padding: 1rem;
}

.react-modal .modal-footer {
    padding: 0.5rem;
}

.react-modal.add-customer-modal {
    width: 60% !important;
}

.update-email-modal {
    width: 30% !important;
}

.email-log-modal {
    width: 47% !important;
}

.react-modal .modal-body .nav-link {
    padding: 0.2rem 0.5rem !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgba(0, 0, 0, 60%) !important;
    z-index: 20;
}

.react-modal .modal-body .col,
.react-modal .modal-body .col-1,
.react-modal .modal-body .col-10,
.react-modal .modal-body .col-11,
.react-modal .modal-body .col-12,
.react-modal .modal-body .col-2,
.react-modal .modal-body .col-3,
.react-modal .modal-body .col-4,
.react-modal .modal-body .col-5,
.react-modal .modal-body .col-6,
.react-modal .modal-body .col-7,
.react-modal .modal-body .col-8,
.react-modal .modal-body .col-9,
.react-modal .modal-body .col-auto,
.react-modal .modal-body .col-lg,
.react-modal .modal-body .col-lg-1,
.react-modal .modal-body .col-lg-10,
.react-modal .modal-body .col-lg-11,
.react-modal .modal-body .col-lg-12,
.react-modal .modal-body .col-lg-2,
.react-modal .modal-body .col-lg-3,
.react-modal .modal-body .col-lg-4,
.react-modal .modal-body .col-lg-5,
.react-modal .modal-body .col-lg-6,
.react-modal .modal-body .col-lg-7,
.react-modal .modal-body .col-lg-8,
.react-modal .modal-body .col-lg-9,
.react-modal .modal-body .col-lg-auto,
.react-modal .modal-body .col-md,
.react-modal .modal-body .col-md-1,
.react-modal .modal-body .col-md-10,
.react-modal .modal-body .col-md-11,
.react-modal .modal-body .col-md-12,
.react-modal .modal-body .col-md-2,
.react-modal .modal-body .col-md-3,
.react-modal .modal-body .col-md-4,
.react-modal .modal-body .col-md-5,
.react-modal .modal-body .col-md-6,
.react-modal .modal-body .col-md-7,
.react-modal .modal-body .col-md-8,
.react-modal .modal-body .col-md-9,
.react-modal .modal-body .col-md-auto,
.react-modal .modal-body .col-sm,
.react-modal .modal-body .col-sm-1,
.react-modal .modal-body .col-sm-10,
.react-modal .modal-body .col-sm-11,
.react-modal .modal-body .col-sm-12,
.react-modal .modal-body .col-sm-2,
.react-modal .modal-body .col-sm-3,
.react-modal .modal-body .col-sm-4,
.react-modal .modal-body .col-sm-5,
.react-modal .modal-body .col-sm-6,
.react-modal .modal-body .col-sm-7,
.react-modal .modal-body .col-sm-8,
.react-modal .modal-body .col-sm-9,
.react-modal .modal-body .col-sm-auto,
.react-modal .modal-body .col-xl,
.react-modal .modal-body .col-xl-1,
.react-modal .modal-body .col-xl-10,
.react-modal .modal-body .col-xl-11,
.react-modal .modal-body .col-xl-12,
.react-modal .modal-body .col-xl-2,
.react-modal .modal-body .col-xl-3,
.react-modal .modal-body .col-xl-4,
.react-modal .modal-body .col-xl-5,
.react-modal .modal-body .col-xl-6,
.react-modal .modal-body .col-xl-7,
.react-modal .modal-body .col-xl-8,
.react-modal .modal-body .col-xl-9,
.react-modal .modal-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.react-modal .close {
    color: #ffffff;
    opacity: 1;
}


/*React Component*/
.css-wmw4vi-ReactDropdownSelect,
.react-dropdown-select {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.react-dropdown-select-item-selected {
    background: #4bb8d1 !important;
}

.react-dropdown-select-dropdown {
    z-index: 999999 !important;
}

.header-select,
.header-select .react-dropdown-select-dropdown {
    width: 13rem !important;
}

.dx-master-detail-cell {
    overflow: initial !important;
}

.tabs-modal-body .tab-right-content .card-body .col,
.tabs-modal-body .tab-right-content .card-body .col-1,
.tabs-modal-body .tab-right-content .card-body .col-10,
.tabs-modal-body .tab-right-content .card-body .col-11,
.tabs-modal-body .tab-right-content .card-body .col-12,
.tabs-modal-body .tab-right-content .card-body .col-2,
.tabs-modal-body .tab-right-content .card-body .col-3,
.tabs-modal-body .tab-right-content .card-body .col-4,
.tabs-modal-body .tab-right-content .card-body .col-5,
.tabs-modal-body .tab-right-content .card-body .col-6,
.tabs-modal-body .tab-right-content .card-body .col-7,
.tabs-modal-body .tab-right-content .card-body .col-8,
.tabs-modal-body .tab-right-content .card-body .col-9,
.tabs-modal-body .tab-right-content .card-body .col-auto,
.tabs-modal-body .tab-right-content .card-body .col-lg,
.tabs-modal-body .tab-right-content .card-body .col-lg-1,
.tabs-modal-body .tab-right-content .card-body .col-lg-10,
.tabs-modal-body .tab-right-content .card-body .col-lg-11,
.tabs-modal-body .tab-right-content .card-body .col-lg-12,
.tabs-modal-body .tab-right-content .card-body .col-lg-2,
.tabs-modal-body .tab-right-content .card-body .col-lg-3,
.tabs-modal-body .tab-right-content .card-body .col-lg-4,
.tabs-modal-body .tab-right-content .card-body .col-lg-5,
.tabs-modal-body .tab-right-content .card-body .col-lg-6,
.tabs-modal-body .tab-right-content .card-body .col-lg-7,
.tabs-modal-body .tab-right-content .card-body .col-lg-8,
.tabs-modal-body .tab-right-content .card-body .col-lg-9,
.tabs-modal-body .tab-right-content .card-body .col-lg-auto,
.tabs-modal-body .tab-right-content .card-body .col-md,
.tabs-modal-body .tab-right-content .card-body .col-md-1,
.tabs-modal-body .tab-right-content .card-body .col-md-10,
.tabs-modal-body .tab-right-content .card-body .col-md-11,
.tabs-modal-body .tab-right-content .card-body .col-md-12,
.tabs-modal-body .tab-right-content .card-body .col-md-2,
.tabs-modal-body .tab-right-content .card-body .col-md-3,
.tabs-modal-body .tab-right-content .card-body .col-md-4,
.tabs-modal-body .tab-right-content .card-body .col-md-5,
.tabs-modal-body .tab-right-content .card-body .col-md-6,
.tabs-modal-body .tab-right-content .card-body .col-md-7,
.tabs-modal-body .tab-right-content .card-body .col-md-8,
.tabs-modal-body .tab-right-content .card-body .col-md-9,
.tabs-modal-body .tab-right-content .card-body .col-md-auto,
.tabs-modal-body .tab-right-content .card-body .col-sm,
.tabs-modal-body .tab-right-content .card-body .col-sm-1,
.tabs-modal-body .tab-right-content .card-body .col-sm-10,
.tabs-modal-body .tab-right-content .card-body .col-sm-11,
.tabs-modal-body .tab-right-content .card-body .col-sm-12,
.tabs-modal-body .tab-right-content .card-body .col-sm-2,
.tabs-modal-body .tab-right-content .card-body .col-sm-3,
.tabs-modal-body .tab-right-content .card-body .col-sm-4,
.tabs-modal-body .tab-right-content .card-body .col-sm-5,
.tabs-modal-body .tab-right-content .card-body .col-sm-6,
.tabs-modal-body .tab-right-content .card-body .col-sm-7,
.tabs-modal-body .tab-right-content .card-body .col-sm-8,
.tabs-modal-body .tab-right-content .card-body .col-sm-9,
.tabs-modal-body .tab-right-content .card-body .col-sm-auto,
.tabs-modal-body .tab-right-content .card-body .col-xl,
.tabs-modal-body .tab-right-content .card-body .col-xl-1,
.tabs-modal-body .tab-right-content .card-body .col-xl-10,
.tabs-modal-body .tab-right-content .card-body .col-xl-11,
.tabs-modal-body .tab-right-content .card-body .col-xl-12,
.tabs-modal-body .tab-right-content .card-body .col-xl-2,
.tabs-modal-body .tab-right-content .card-body .col-xl-3,
.tabs-modal-body .tab-right-content .card-body .col-xl-4,
.tabs-modal-body .tab-right-content .card-body .col-xl-5,
.tabs-modal-body .tab-right-content .card-body .col-xl-6,
.tabs-modal-body .tab-right-content .card-body .col-xl-7,
.tabs-modal-body .tab-right-content .card-body .col-xl-8,
.tabs-modal-body .tab-right-content .card-body .col-xl-9,
.tabs-modal-body .tab-right-content .card-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col,
.card.main-rez-card .col-1,
.card.main-rez-card .col-10,
.card.main-rez-card .col-11,
.card.main-rez-card .col-12,
.card.main-rez-card .col-2,
.card.main-rez-card .col-3,
.card.main-rez-card .col-4,
.card.main-rez-card .col-5,
.card.main-rez-card .col-6,
.card.main-rez-card .col-7,
.card.main-rez-card .col-8,
.card.main-rez-card .col-9,
.card.main-rez-card .col-auto,
.card.main-rez-card .col-lg,
.card.main-rez-card .col-lg-1,
.card.main-rez-card .col-lg-10,
.card.main-rez-card .col-lg-11,
.card.main-rez-card .col-lg-12,
.card.main-rez-card .col-lg-2,
.card.main-rez-card .col-lg-3,
.card.main-rez-card .col-lg-4,
.card.main-rez-card .col-lg-5,
.card.main-rez-card .col-lg-6,
.card.main-rez-card .col-lg-7,
.card.main-rez-card .col-lg-8,
.card.main-rez-card .col-lg-9,
.card.main-rez-card .col-lg-auto,
.card.main-rez-card .col-md,
.card.main-rez-card .col-md-1,
.card.main-rez-card .col-md-10,
.card.main-rez-card .col-md-11,
.card.main-rez-card .col-md-12,
.card.main-rez-card .col-md-2,
.card.main-rez-card .col-md-3,
.card.main-rez-card .col-md-4,
.card.main-rez-card .col-md-5,
.card.main-rez-card .col-md-6,
.card.main-rez-card .col-md-7,
.card.main-rez-card .col-md-8,
.card.main-rez-card .col-md-9,
.card.main-rez-card .col-md-auto,
.card.main-rez-card .col-sm,
.card.main-rez-card .col-sm-1,
.card.main-rez-card .col-sm-10,
.card.main-rez-card .col-sm-11,
.card.main-rez-card .col-sm-12,
.card.main-rez-card .col-sm-2,
.card.main-rez-card .col-sm-3,
.card.main-rez-card .col-sm-4,
.card.main-rez-card .col-sm-5,
.card.main-rez-card .col-sm-6,
.card.main-rez-card .col-sm-7,
.card.main-rez-card .col-sm-8,
.card.main-rez-card .col-sm-9,
.card.main-rez-card .col-sm-auto,
.card.main-rez-card .col-xl,
.card.main-rez-card .col-xl-1,
.card.main-rez-card .col-xl-10,
.card.main-rez-card .col-xl-11,
.card.main-rez-card .col-xl-12,
.card.main-rez-card .col-xl-2,
.card.main-rez-card .col-xl-3,
.card.main-rez-card .col-xl-4,
.card.main-rez-card .col-xl-5,
.card.main-rez-card .col-xl-6,
.card.main-rez-card .col-xl-7,
.card.main-rez-card .col-xl-8,
.card.main-rez-card .col-xl-9,
.card.main-rez-card .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col-left {
    padding-right: 15px !important;
}

.card.main-rez-card .col-right {
    padding-left: 15px !important;
}

.component-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #4bb8d1;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


/*Plan Page*/














/*Set up account*/





/*Form*/
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

.form-group {
    margin-bottom: 0.4rem !important;
}

.form-group label {
    font-size: 0.7rem !important;
    margin-bottom: 0rem;
    font-weight: normal !important;
}

.form-group .col-form-label {
    font-size: 0.8rem !important;
}

.form-group .form-check {
    display: inline;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
}

.form-control-sm,
form-control {
    height: calc(1.8125rem + 0px);
}

.custom-form-group .custom-control {
    display: block !important;
}

.form-control {
    font-size: 0.8125rem !important;
}

.custom-control {
    display: inline !important;
}

.rez-header .icheck-primary {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 1.2rem !important;
}

.icheck-primary label {
    font-size: 0.8rem !important;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
    width: 20px;
    height: 20px;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    transform: translate(6.75px, 3.5px) rotate(45deg);
    -webkit-transform: translate(6.75px, 3.5px) rotate(45deg);
    -moz-transform: translate(6.75px, 3.5px) rotate(45deg);
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
    background-color: #ffffff;
}

.form-filters .form-group {
    margin-bottom: 0rem !important;
}

.btn-custom-gray {
    background-color: #efefef !important;
    border-color: #c3c3c3 !important;
    color: #212529 !important;
}

.btn-custom-gray:hover {
    background-color: #f8f9fa !important;
    border-color: #ddd !important;
    color: #565656 !important;
}

.btn-custom-gray:not(:disabled):not(.disabled):active,
.btn-custom-gray:not(:disabled):not(.disabled).active,
.show>.btn-custom-gray.dropdown-toggle {
    background-color: #f8f9fa !important;
    border-color: #ddd !important;
    color: #565656 !important;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
    margin: 0 4px 0 -3px !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.breadcrumb li {
    margin-left: 0.5rem !important;
    cursor: pointer !important;
}

/*Custom file*/
.register-page .custom-file-label {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.register-page .custom-file-input {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .custom-file-label::after {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
}

/*Tabs*/
.nav-tabs {
    margin-top: 10px;
}

.nav-tabs .nav-link {
    font-size: 0.9rem;
}

.tab-content {
    margin-top: 0px !important;
}

/* .tab-content > .active .form-check {
    display: block;
}*/

/*Vertical Tabs*/
.react-modal.customer-setting-modal {
    width: 70% !important;
}

.modal-body.tabs-modal-body {
    padding: 0rem 1rem !important;
    background-color: #f4f6f9;
}

.tabs-modal-body label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
    font-weight: 500 !important;
}

.tabs-modal-body hr {
    /* margin-top: 0.3rem;
margin-bottom: 0.3rem;*/
}

.tabs-modal-body .nav-tabs a {
    color: #91e1f3 !important;
    background-color: #ffffff !important;
    text-align: center;
    font-size: 1.1rem;
}

.tabs-modal-body .tab-left-link {
    background-color: #f4f6f9;
    padding: 0rem !important;
}

.tabs-modal-body .tab-right-content {
    background-color: #f4f6f9;
    padding: 1rem !important;
}

.tabs-modal-body .tab-right-content .tab-content {
    margin-top: 0rem;
    height: 450px;
    overflow-y: auto;
}

#model-body-Content {
    margin-top: 0rem;
    height: 400px;
    overflow-y: auto;
}

.tabs-modal-body .nav-tabs .nav-item.show .nav-link,
.tabs-modal-body .nav-tabs .nav-link.active {
    background-color: #f4f6f9;
    border-color: transparent !important;
}

.tabs-modal-body .nav-tabs {
    margin-bottom: 0rem;
    margin-top: 0rem;
    border: 0px;
    background-color: #ffffff;
}

.tabs-modal-body .card {
    box-shadow: none;
    border: 1px solid #ced4da;
    /*margin-bottom:0rem;*/
}

.tabs-modal-body .card-header {
    background-color: transparent;
    border-bottom: 2px solid #4bb8d1;
    padding: .50rem 0rem;
    margin: 0 10px;
}

.tabs-modal-body .card-title {
    font-size: 1rem;
    font-weight: normal;
    color: #4bb8d1;
    margin-bottom: 0rem;
}

.tabs-modal-body .card-body {
    padding: 0.5rem 1.4rem;
}

.tabs-modal-body .row.two-col-row {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}


.selected-data,
.options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.selected-data .caption {
    font-weight: bold;
    font-size: 115%;
}

.options .caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.option>span {
    width: 120px;
    display: inline-block;
}

.option>.dx-widget {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 350px;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

/*DateBox Css Jay*/
.dx-datebox-wrapper-calendar .dx-calendar {
    border: none;
    margin: 5px !important;
}

.edit-location-modal {
    width: 30% !important;
}

.edit-service-modal {
    width: 30% !important;
}

.edit-service-modal {
    width: 30% !important;
}

/*.edit-driver-document-modal {
width: 70% !important;
}*/

.edit-wireInstructor-modal {
    width: 75% !important;
}


.rct-collapse {
    font-size: 16px !important;
    border: 1px solid red;
}

.rct-node-icon {
    color: #08abd1 !important;
}

.edit-location-setting-modal {
    width: 40% !important;
}

/*Modal Popup Style*/

.viewrez .modal-dialog {
    width: 1200px !important;
    max-width: 1200px !important;
}

.viewrez .modal-dialog .modal-header {
    border-bottom: 1px solid #4bb8d1;
    padding: 0.5rem;
}

.viewrez .modal-dialog .modal-title {
    color: #4bb8d1;
    font-weight: bold;
}

.modal-footer {
    padding: 0.5rem;
}

.viewrez label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
}

.viewrez span {
    /*font-size: 0.9rem;*/
}

.viewrez .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.viewrez .table {
    border: 1px solid #dee2e6;
}

.viewrez .card.card-outline-tabs .card-header a {
    color: #4bb8d1;
    font-weight: 600;
}

.viewrez .card-primary.card-outline-tabs>.card-header a.active {
    border-bottom: 3px solid #4bb8d1;
}

.viewrez .nav-tabs .nav-link {
    border: 0px solid transparent;
}

.viewrez .tab-content label {
    font-weight: normal !important;
}

.viewrez .card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent;
}

.viewrez .card-body {
    padding: 0px;
}

.viewrez .card-header {
    margin: 0px;
}

.card-body.p-0 .table tbody>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 0.5rem;
}



/*View Reservation Table*/

.view-rez-modal {
    font-size: 0.8rem;
}

.view-rez-modal .modal-body {
    padding: 1rem;
    height: 350px;
    overflow-y: auto;
}

.view-rez-modal .view-rez-table.table td,
.view-rez-modal .view-rez-table.table th {
    padding: 0.2rem 1rem 0.2rem 0.2rem;
    font-size: 0.8rem;
}

.view-rez-modal label {
    font-size: 0.8rem !important;
    margin-bottom: 0rem;
}

.view-rez-modal span {
    /*font-size: 0.9rem;*/
}

.view-rez-modal .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.view-rez-modal .table {
    border: 1px solid #dee2e6;
}

.view-rez-modal .card.card-outline-tabs .card-header a {
    color: #4bb8d1 !important;
    font-weight: 600;
    border-top: 0px solid transparent;
}

.view-rez-modal .card-primary.card-outline-tabs>.card-header a.active {
    border-bottom: 3px solid #4bb8d1;
    color: #4bb8d1 !important;
}

.view-rez-modal .nav-tabs .nav-link {
    border: 0px solid transparent;
    padding: 0.2rem 1rem;
}

.view-rez-modal .tab-content label {
    font-weight: normal !important;
}

.view-rez-modal .card-body {
    padding: 0px !important;
}

.view-rez-modal .card-header {
    margin: 0px;
}

.view-rez-modal .card {
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0;
}

.view-rez-modal .row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}

.view-rez-modal .card-header {
    background-color: transparent;
    border-bottom: 1px solid #4bb8d1;
    padding: .50rem 0rem;
    margin: 0 10px;
}

.view-rez-modal .card-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #4bb8d1;
}

.view-rez-modal .card-body {
    padding: .55rem;
}

.view-rez-modal .card.card-outline-tabs .card-header a {
    color: #4bb8d1;
    font-weight: 600;
}

.view-rez-modal hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.dx-checkbox-icon {
    margin-left: 0px;
    border: 1px solid #6c757d !important;
}

/*React Date Picker*/

.react-datepicker {
    font-family: 'Nunito', sans-serif !important;
}

.react-datepicker-wrapper {
    display: initial !important;
}

.DayPicker-Months {
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
}

.DayPicker-Month {
    margin: 0rem !important;
    text-align: center;
}

.DayPicker-Caption {
    background-color: #f0f0f0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem !important;
    margin-bottom: 0rem !important;
    text-align: center !important;
}

.DayPicker-Caption>div {
    color: #000000;
    font-weight: bold !important;
    font-size: 0.944rem !important;
}

.DayPicker-Weekday {
    font-size: 0.8rem !important;
    padding: 0.6em !important;
    color: #000000 !important;
}

.DayPicker-NavButton {
    top: 0.5rem !important;
    right: 0.5rem !important;
}

.DayPicker-WeekdaysRow {
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
}

.DayPicker-NavButton--prev {
    position: absolute !important;
    left: 0.5rem !important;
}


.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #216ba5 !important;
    color: #ffffff !important;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #e4f3ff !important;
}

.DayPicker-Day--today {
    color: #216ba5 !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    z-index: 1034;
}

.nav-tabs .nav-link.active {
    color: #17a2b8 !important;
}


.react-modal-driverlist .row {
    margin-left: -7px;
    margin-right: -7px;
}

.swal2-content {
    font-size: 1rem !important;
}

.__react_component_tooltip ul {
    margin: 0;
    padding: 0px 0px 0px 10px;
}



.map-div {
    height: 95%;
    width: 100%;
    position: absolute;
}

#container {
    margin: 0 auto;
    position: relative;
}

#about_popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px;
    display: none;
    z-index: 99;
    width: 90%;
}

#contact_popup {
    width: 360px;
    height: 160px;
    padding: 20px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

#bottom_bar {
    width: 100%;
    height: 29px;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    background-color: #505050;
}

#bottom_bar #bottom_menu .btn-success {
    color: #ffffff !important;
    font-size: 1.5rem;
}

.profile-user-img {
    border: 1px solid #adb5bd;
}


.card-primary.card-outline-tabs>.card-header a.active {
    border-bottom: 3px solid #4bb8d1 !important;
    border-top: 0px solid #4bb8d1 !important;
}

.card.card-outline-tabs .card-header a:hover {
    border-top: 0px solid #4bb8d1 !important;
    border-bottom: 3px solid #4bb8d1 !important;
}

.nav {
    border-bottom: none;
}

.card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent !important;
    position: relative;
    top: 2px;
    color: #17a2b8 !important;
}

.account-settings .card-header {
    background-color: #ffffff !important;
}

.main-header .navbar-nav .nav-item .css-2b097c-container {
    width: 250px !important;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

.dashboard .card .card-header {
    background-color: transparent;
    border-bottom: 1px dashed #c5c5c5;
}

.dashboard .card .card-header .card-title {
    margin-bottom: 0rem;
    color: #4bb8d1;
    font-weight: bold;
}



.small-box {
    color: #ffffff;
    border-radius: 0.50rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.small-box>.small-box-footer {
    color: #ffffff !important;
    background: none !important;
    display: none;
}

.small-box>.inner {
    padding: 35px;
}

.small-box p {
    margin-bottom: 0;
}

.small-box h3 {
    margin: 0;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.glyphicon,
.small-box .icon>i.ion {
    font-size: 50px
}

.small-box:hover .icon>i.fa,
.small-box:hover .icon>i.fab,
.small-box:hover .icon>i.far,
.small-box:hover .icon>i.fas,
.small-box:hover .icon>i.glyphicon,
.small-box:hover .icon>i.ion {
    font-size: 55px;
}

.bg-info {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-success {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-warning {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

/* .bg-danger {
    background: none !important;
} */

.account-setting label {
    font-size: 0.7rem !important;
    margin-bottom: 0rem !important;
    font-weight: normal !important;
}

.tab-pane h6 {
    margin-bottom: 0px !important;
}

.account-setting .fas {
    color: #cacaca;
}

.account-setting .btn .fas {
    color: #ffffff;
}

.account-setting .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    background: transparent;
}


.tab-pane .css-yk16xz-control,
.tab-pane .css-1pahdxg-control {
    height: initial !important;
}

.tab-pane .css-g1d714-ValueContainer {
    margin-top: 0px;
}

.dropdown-menu {
    font-size: 0.8125rem !important;
}

.input-date {
    width: 100% !important;
}

.input-date .dx-texteditor-input {
    padding-right: 0px !important;
}

.rez-header .icheck-primary.custom-icheck-primary {
    margin-top: 0.1rem !important;
}

[class*=icheck-]>label {
    font-size: 0.7rem !important;
    min-height: 15px;
    line-height: 15px;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
    width: 15px;
    height: 15px;
}

[class*=icheck-] {
    margin-bottom: 0px !important;
    min-height: 0px;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    width: 4px;
    height: 6px;
}

.widget-map-container {
    height: 550px;
    overflow-y: auto;
}

.setup-account-page .panels .panel:nth-child(2) .css-yk16xz-control,
.setup-account-page .panels .panel:nth-child(2) .css-1pahdxg-control {
    height: initial !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    padding: 5px !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-g1d714-ValueContainer,
.setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    margin-top: 0px !important;
}

.card-registration {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

.card-registration h5 {
    color: #17a2b8;
    font-weight: 600;
}

.card-registration .row:nth-child(2) h5 {
    margin-top: 0.5rem;
}

.card-registration .card-footer {
    background-color: transparent;
}

.card-registration .card-footer a {
    color: #17a2b8 !important;
}

.react-checkbox-tree {
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

.react-checkbox-tree li.rct-node.rct-node-leaf .rct-collapse {
    display: none;
}

.react-checkbox-tree li.rct-node.rct-node-leaf {
    padding: 2px 0 2px 0;
    border-bottom: 1px dotted #ced4da;
}

.rct-text {
    display: block !important;
}

.rct-title {
    font-size: 0.8rem;
    padding: 0.3rem !important;
    /*display: block !important;*/
}

.react-checkbox-tree .rct-bare-label,
.rct-node-clickable {
    /*display: block !important;*/
}

.rct-node-clickable:hover {
    background: rgba(51, 51, 204, 0.1);
}

.pending-container {
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    width: 15%;
    background-color: #fff;
}

.gps-container {
    height: 500px;
    overflow: auto;
    display: flex;
    border: 1px solid #dee2e6;
}

.completed-container {
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    width: 10%;
}

.ride-container {
    background-color: #17a2b8;
    color: #fff;
}

.clearboth {
    clear: both;
}

.pending-container h6 {
    font-size: 0.8rem;
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #efefef;
}

.pending-container:nth-child(1) {
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 500px;
    overflow: auto;
}

.pending-container .draggable {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    cursor: move;
}

.pending-container:nth-child(1) .ride-container {
    background-color: #fff;
    color: #000;
}

.pending-container:nth-child(2) {
    margin-left: 15.5%;
}

.custom-date-navigator .form-control {
    border-radius: 0;
    height: calc(1.6em + 0.5rem + 2px);
    width: 10rem;
    text-align: center;
}

.custom-date-navigator button:nth-child(1) {
    position: relative;
    right: -1px;
}

.list-unstyled {
    font-size: 0.79rem;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

.dashboard .card .card-header {
    background-color: transparent;
    border-bottom: 1px dashed #17a2b8;
}

.dashboard .card .card-header .card-title {
    margin-bottom: 0rem;
    color: #4bb8d1;
    font-weight: bold;
}

.dx-texteditor-input-container {
    margin-top: -2px !important;
}

.dx-widget {
    font-size: 13px !important;
}

.dx-radiobutton-icon,
.dx-radiobutton-icon:before {
    width: 16px !important;
    height: 16px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    margin-top: -14px !important;
    margin-left: 4px !important;
}

.dx-checkbox-icon {
    width: 18px !important;
    height: 18px !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 12px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: #4bb8d1 !important;
}

.dx-radio-value-container {
    padding-right: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #ffffff;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: #17a2b8;
    box-shadow: 0 0 0px 3px rgb(255, 255, 255) inset;
    -webkit-box-shadow: 0px 0 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 0px 0px 3px rgb(255, 255, 255) inset;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 0.1rem;
    background-clip: content-box;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
    background-color: #ffffff;
}

input[type="checkbox"]:checked {
    background-color: #ffffff;
}

input[type="checkbox"]:checked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: relative;
    font-size: 0.7rem;
    top: -0.36rem;
    left: -0.03rem;
    color: #17a2b8;
}

.btn-group>.btn.btn-outline-secondary {
    margin: 0px !important;
}

.btn-group>.btn.btn-outline-secondary:nth-child(2) {
    margin-right: 4px !important;
}

.btn-group .dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
    top: 31px !important;
    transform: none !important;
}

.btn-group .dropdown-menu {
    background-color: #6c757d !important;
}

.btn-group .dropdown-menu .nav-link {
    color: #ffffff !important;
}

.btn-group .dropdown-menu .nav-link:hover,
.btn-group .dropdown-menu .nav-link:focus {
    background-color: #90989e !important;
}

.btn-group .dropdown-menu.show .nav-item {
    margin-left: 0px !important;
}

.btn-group .btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-group .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #ffffff !important
}

.RichTextEditor__editor___1QqIU .RichTextEditor__block___2Vs_D:last-child,
.RichTextEditor__editor___1QqIU ol:last-child,
.RichTextEditor__editor___1QqIU pre:last-child,
.RichTextEditor__editor___1QqIU ul:last-child {
    font-size: 0.8rem;
}

.modal-overflow {
    height: 520px;
    height: 450px;
    overflow-y: auto;
}

.layout-dispatch {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    /*align-content:space-around;*/
}

.layout-dispatch .items {
    margin-right: 10px;
}

.layout-dispatch .items:nth-child(1) {
    width: 180px;
}

.layout-dispatch .items:nth-child(7) {
    width: 200px;
}

.layout-dispatch .items:nth-child(5),
.layout-dispatch .items:nth-child(8),
.layout-dispatch .items:nth-child(9) {
    width: 240px;
}

.layout-dispatch .items:nth-child(2),
.layout-dispatch .items:nth-child(3) {
    width: 180px;
}

.control-sidebar-light {
    -webkit-box-shadow: -10px 0px 23px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -10px 0px 23px -5px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 0px 23px -5px rgba(0, 0, 0, 0.15);
}

.control-sidebar,
.control-sidebar::before {
    width: 400px;
}

.control-sidebar {
    top: calc(3rem + 1px);
    bottom: -15rem;
}

.lbldispatchfilter {
    position: relative;
    top: 5px;
    left: 100px;
    font-size: 0.760rem !important;
    font-weight: 700 !important;
}

.report-list-view h5 {
    font-size: 0.9rem !important;
}

.report-list-view .report-item-container .report-item {
    display: inline-block;
    width: 20%;
    font-size: 0.9rem;
    font-weight: 600;
}

.report-list-view hr {
    margin: 0.5rem 0rem;
}

.report-list-view .card-body {
    padding: 0.6rem 1rem 1.2rem 1rem;
}


.report-card-view .card {
    display: inline-block !important;
    width: 18.5%;
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform .2s !important;
    /* Animation */
    -webkit-transition: transform .2s !important;
    /* Animation */
    -moz-transition: transform .2s !important;
    /* Animation */
    position: relative !important;
    overflow: hidden !important;
    margin: 0.5rem 0.5rem 0.0rem 0.5rem;
    height: 100px;
    position: relative;
    border: 1px solid #efeeee !important;
}

.report-card-view .card:hover {
    cursor: pointer;
    /*-webkit-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);*/
}

.filter-button {
    margin-right: 0.9rem !important;
    text-transform: capitalize !important;
}

.report-card-view .circleHover {
    background-color: #4bb8d1;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 3rem;
    left: -20%;
    width: 3rem;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transform-origin: left center;
    transition: transform .5s ease-in;
    z-index: 1;
}


.report-card-view .card:hover .circleHover {
    transform: scale(12);
    transition: transform .5s ease-out;
}

.report-card-view .circleNormal {
    background: rgb(232, 232, 232);
    background: linear-gradient(163deg, rgba(239, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 30%);
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 50rem;
    width: 50rem;
    margin: auto;
    position: absolute;
    left: -390px;
    top: 697px;
    z-index: 1;
}

.report-card-view .card .card-body {
    z-index: 999;
    position: relative;
}

.report-card-view .card:hover h6,
.report-card-view .card:hover span,
.report-card-view .card:hover p {
    color: #ffffff !important;
}

.report-card-view .card:hover h6 {
    font-size: 1.05rem;
    font-weight: 600;
}

.report-card-view .card h6 {
    font-size: 1.05rem;
}

.report-card-view .card h6,
.report-card-view .card p {
    padding: 0;
    margin: 0;
}

.report-card-view .card:hover .btn-info {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btnReportLink {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
}


.report-card-view .card:hover .btnReportLink a {
    color: #ffffff !important;
    background-color: #55c3dd
}


.report-card-view .card {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04) !important;
}

.report-list-view:nth-child(1) {
    background-color: #f6fdea;
    border: 1px solid #ccdbb5;
}

.report-list-view:nth-child(1) a,
.report-list-view:nth-child(1) h6 {
    color: #586a3b !important;
}


.report-list-view:nth-child(2) {
    background-color: #ffede1;
    border: 1px solid #f1cfb8;
}

.report-list-view:nth-child(2) h6,
.report-list-view:nth-child(2) a {
    color: #835332 !important;
}

.report-list-view:nth-child(3) {
    background-color: #fdf5fa;
    border: 1px solid #e7cddf;
}

.report-list-view:nth-child(3) h6,
.report-list-view:nth-child(3) a {
    color: #764a69 !important;
}

.report-list-view:nth-child(4) {
    background-color: #e8f7fb;
    border: 1px solid #d1e2e7;
}

.report-list-view:nth-child(4) h6,
.report-list-view:nth-child(4) a {
    color: #436772 !important;
}

.report-list-view:nth-child(5) {
    background-color: #f6f9ee;
    border: 1px solid #dde5c8;
}

.report-list-view:nth-child(5) h6,
.report-list-view:nth-child(5) a {
    color: #666c52 !important;
}

.report-list-view:nth-child(6) {
    background-color: #fff1f0;
    border: 1px solid #fff1f0;
}

.report-list-view:nth-child(6) h6,
.report-list-view:nth-child(6) a {
    color: #724744 !important;
}


.btn-view {
    height: 30px;
    width: 30px;
    display: table;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    color: #4bb8d1 !important;
}

/* #dispatch-grid-container .dx-toolbar .dx-toolbar-before {
    width: 100% !important;
} */

#dispatch-grid-container .dx-datagrid-borders>.dx-datagrid-headers {
    margin-top: 5px;
}

.img-icon {
    height: 12px;
    width: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.clockstyle {
    color: #f5f5f5 !important;
}

.navbar-light .navbar-toggler {
    color: #000000 !important;
    border-color: #ffffff !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}



.tabClose {
    width: 16px;
    height: 16px;
    /* background-color: #063b65; */
    font-size: initial;
    text-shadow: none;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -3px;
    right: -4px;
    z-index: 99;
}

.tabClose i {
    margin-left: 0 !important;
    position: relative;
    top: -4px;
    left: 0px;
    /* background-color: #095590; */
    color: #bdb9b9;
    font-size: 11px;
}

.nav-tabs .nav-item {
    position: relative !important;
    margin-right: 10px;
}

.Toastify__toast-theme--light {
    background-color: #095590 !important;
    color: #ffffff !important;
}

.color-swatch {
    display: inline-block;
    padding: 0px;
}

.color-palette {
    position: absolute;
    z-index: 99;
}

.filterDiv {
    float: left;
    color: #000;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
    /* Hidden by default */
}

.displayBlock {
    display: block;
}

.divScroll {
    height: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.is-dashboard-container {
    padding: 10px 0 10px 0;
}

.is-dashboard-container-body {
    /* padding-left: 10px;
    margin-left: 100px; */
    border: 1px solid #f0f0f0;
    width: 100%;
}

.active-dashboard {
    background-color: #ededed;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.active-dashboard-all {
    background-color: #ededed;
    border: 1px solid #cecece;
    border-radius: 5px;    
}

.active-dashboard-moving {
    background-color: #dcf5e1;
    border: 1px solid #58a92f;
    border-radius: 5px;
}

.active-dashboard-idle {
    background-color: #fbddbe;
    border: 1px solid #eb9d4c;
    border-radius: 5px;
}

.active-dashboard-stopped {
    background-color: #ffe4e4;
    border: 1px solid #d54f4f;
    border-radius: 5px;
}

.active-dashboard-noresponse {
    background-color: #e3f3fb;
    border: 1px solid #4fc9cf;
    border-radius: 5px;
}

.login-page .col-lg-3,
.login-page .col-md-3,
.login-page .col-sm-3,
.login-page .col-xs-3,
.forgot-password-page .col-lg-3,
.forgot-password-page .col-md-3,
.forgot-password-page .col-sm-3,
.forgot-password-page .col-xs-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.forgot-password-page,
.email-verification-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.forgot-password-box .form-group .control-label,
.forgot-password-box .form-group label {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.forgot-password-page .nav-link {
    padding: 0rem;
}

.forgot-password-box {
    width: 360px;
}

.forgot-password-logo {
    text-align: center;
}

.main-sidebar {
    overflow: hidden;
    outline: none;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
    position: static !important;
    will-change: initial !important;
    top: initial !important;
    left: initial !important;
    transform: none !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 25px !important;
    color: #fff !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: #09548f !important;
    background-color: #ffffff !important;
}

.excelColumn {
    font-size: 10px;
}


.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content{
    padding: 2px 15px 4px !important;
    color: #337ab7 !important;
}

.dx-timeview-clock {
    background-image: url(assets/img/clocktime.svg) !important;
}

.dx-datebox-wrapper .dx-item:last-child {
    background-color: rgba(221, 221, 221, .2) !important;
}

.dx-datebox-wrapper-calendar .dx-popup-content {
    margin: 0 !important;
}

.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
    padding: 2px 15px 4px !important;
    color: #337ab7 !important;
} */

/* .dx-timeview-hourarrow{
    background-image: url(assets/img/hourarrow.svg) !important;
}

.dx-timeview-minutearrow{
    background-image: url(assets/img/minutearrow.svg) !important;    
}

.dx-timeview-hourarrow, .dx-timeview-minutearrow {
    position: absolute !important;
    left: 50% !important;
    width: 10px !important;
    margin-left: -5px !important;
    height: 50% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    -webkit-transform-origin: 50% 100% !important;
    transform-origin: 50% 100% !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.batteryPercentage-red {
    color: #f5564a;
}

.batteryPercentage-green {
    color: #97c95c;
}

.batteryPercentage-orange {
    color: #ffc720;
}

.digitalFont {
    font-family: 'DS-Digital';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

.digitalFontBold {
    font-family: 'DS-Digital-Bold';
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 15px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dx-button-mode-contained.batterylegend1 {
    background-color: #1db2f5 !important;
}

.dx-button-mode-contained.batterylegend2 {
    background-color: #f5564a !important;
}

.bg-danger rounded-circle.a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: none !important;
}

.dx-datagrid-headers {
    font-weight: 600 !important;
    font-size: 14px;
}

.filter-header {
    width: 100%;
}

.filter-header .btn {
    font-size: 12px;
}

/* .dx-toolbar .dx-toolbar-before {
    width: 50% !important;
} */

.main-sidebar .sidebar-menu li.active a,
.main-sidebar .sidebar-menu li.show a {
    color: #FFFFFF !important;
    font-weight: 600;
    background-color: #3e3e3e !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row>td,
.dx-datagrid-content .dx-datagrid-table .dx-row>tr>td {
    vertical-align: middle !important;
}

.hoverLinks a:hover i {
    color: #095590 !important;
}

.navbar .nav-link.nav-link-user img {
    width: 30px !important;
}

.navbar-bg {
    height: 45px !important;
    background-color: #3e3e3e;
}

body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
    padding-left: 75px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
    background-color: #013b68;
}

.dropdown-menu .dropdown-title {
    color: #ffffff !important;
}

.map-controls {
    position: absolute;
    top: -55px;
    z-index: 999;
}

.map-box h3 {
    font-size: 20px;
}

.map-box label {
    font-size: 13px;
}

.fas,
.far,
.fab,
.fal {
    font-size: 16px;
}

.tab-content>.tab-pane {
    padding-top: 0px !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #e6e6e6;
}

.nav-tabs .nav-item .nav-link {
    color: #8c9093;
}

.main-sidebar .sidebar-brand {
    height: 45px !important;
    line-height: 50px !important;
}

.main-sidebar .sidebar-brand a {
    color: #e0eff2;
    font: italic bold Georgia, Serif;
    text-shadow: -4px 3px 0 #3a50d9, -4px 3px 0 #0a0e27;
    font-size: 16px;
    font-weight: 800px;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm {
    background-color: #dee2e6 !important;
    height: 45px !important;
    line-height: 43px !important;
}

body.sidebar-mini .main-sidebar .sidebar-brand-silverstar-sm {
    display: none;
    background-color: #FFFFFF !important;
    height: 45px !important;
    line-height: 43px !important;
    color: #3a50d9;
    /* background: #FFFFFF; */
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 32px;
    font-weight: 800px;
    text-align: center;
}

.main-sidebar .sidebar-brand-silverstar-sm {
    display: none;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm a {
    color: #3a50d9;
    /* background: #FFFFFF; */
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 32px;
    font-weight: 800px;
}

.main-sidebar .sidebar-menu li a span {
    margin-top: 0px !important;
}

.main-sidebar .sidebar-menu li a i {
    margin-right: 10px !important;
}

.login div:first-child {
    order: 2
}

.login div:last-child {
    order: 1
}

.min-vh-100 {
    height: 100vh;
}

.login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.copyright {
    background-color: #ededed;
    padding: 5px;
    font-size: 12px;
}

.login .form-group .control-label,
.login .form-group label {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.absolute-bottom-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.absolute-bottom-left .color-overlay {
    background-color: rgb(1 115 170 / 50%);
    height: 100%;
}

.invalid-feedback {
    font-size: 13px !important;
}

.map-box .menu-circle {
    display: inline-block
}

.map-box .menu-circle:last-child {
    margin-left: 10px;
}

.map-box .menu-circle i {
    padding: 13px;
}

.badge.badge-dark {
    background-color: #3e3e3e !important;
}

.shadow-lg {
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 34%) !important;
}

.grd-bg-row-grd .dx-selection td {
    background: #fff9b0 !important;
}

.grd-bg-row .dx-selection td {
    background: #b0b5ff !important;
}

.custom-dropdown-btn .btn.btn-sm {
    font-size: .875rem !important;
    padding: 2px 10px;
    border-color: #cdcdcd !important;
    color: #a4a4a4 !important;
}

.custom-dropdown-btn .btn.btn-sm .fas {
    font-size: 0.775rem;
}

.grid-dropdown .dx-datagrid {
    position: initial !important;
}

.grid-dropdown .dropdown {
    position: initial !important;
}

.grid-dropdown .dropdown-menu.show {
    transform: translate3d(77px, 34px, 0px) !important;
}

.device-datetime {
    position: absolute;
}

.dx-datagrid-rowsview .dx-row>.dx-master-detail-cell {
    padding: 6px 10px !important;
}

.dx-datagrid-rowsview .dx-row>.dx-master-detail-cell a {
    color: #0396dd !important;
}

.isActive.ellipsis .dx-icon-overflow {
    vertical-align: middle;
}

.dx-datagrid-rowsview .dx-row.dx-row-lines {
    cursor: pointer;
}

.isActive .fas {
    font-size: 9px;
    position: relative;
    top: 0px
}

.activestatus {
    color: #47c363;
}

.inactivestatus {
    color: #cdcdcd;
}

.form-control {
    border-color: #cdcdcd;
}

.btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: .5px;
}

.list-item {
    display: inline-block;
    width: 20%;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.dx-icon-clear:before {
    content: "\f00a" !important;
}

.dx-show-clear-button .dx-icon-clear {
    font-size: 10px !important;
    color: #333333 !important;
    margin-top: -14px;
    width: 30px;
    height: 30px;
}

.text-small {
    font-size: 0.7rem !important;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, .1) !important;
}

.tab-bordered .tab-pane {
    padding: 15px;
    border: 1px solid #ededed;
    margin-top: -1px;
}

.tab-content>.tab-pane {
    line-height: normal;
    padding-top: 15px !important;
}

.utwizLogo {
    text-align: center;
    color: #fff;
    line-height: normal;
    position: relative;
    top: -5px;
}

.utwizLogo img {
    width: 57px;
    filter: brightness(0) contrast(9) invert(1);
    vertical-align: sub;
}

.silverstarLogo {
    filter: brightness(0) contrast(9) invert(1);
    height: 37px;
}

.companyLogoBox {
    text-align: center;
    padding: 10px 0px;
    background: white;
}

.companyLogoBox img {
    height: 47px;
}

.plexitechPoweredByLogo {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 210px;
    padding: 6px 0px;
    color: #fff;
    background: #3e3e3e;
}

.plexitechPoweredByLogo img {
    filter: brightness(0) contrast(9) invert(1);
    height: 16px;
}

body.sidebar-mini .main-sidebar .companyLogoBox {
    display: none;
}

body.sidebar-mini .main-sidebar .plexitechPoweredByLogo {
    display: none;
}

.user-profile .dropdown-list .dropdown-item {
    padding: 10px 15px !important;
}

.text-gray {
    color: #c3c3c3;
}

.text-blue {
    color: #09548f;
}

.btn-dark,
.btn-dark.disabled {
    background-color: #3e3e3e !important;
}

.clock {
    font-size: 12px;
}


.btn-dark-mobile {
    position: relative;
    top: 8px;
}

.btn-dark-desktop {
    position: relative;
    top: 6px;
}

.dairyDashboard .nav-pills .nav-item .nav-link {
    border-radius: 0;
    font-size: 15px;
}

.dairyDashboard .nav-pills .nav-item .nav-link .fas {    
    font-size: 15px;
}

.dairyDashboard .nav-pills .nav-item .nav-link.active {
    box-shadow: none;
    background-color: #ffffff;
    color: #095590;
    font-weight: 700;
}

.dairyDashboard .tab-content>.tab-pane {
    padding-top: 0 !important;
}

.dairyDashboard .tab-content{
    padding: 10px !important;
}

.dairyDashboard .card.card-statistic-1, .card.card-statistic-2 {
    border: 1px solid #dddddd;
}

.dashboard-box {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 8px;
    background-color: #f9f9f9;
}

.dashboard-box-empty {
    border: 1px solid #dddddd;
    padding: 50px;
    margin-bottom: 8px;
    background-color: #f9f9f9;
}

.dashboard-box-count {
    border: 1px dashed #a9a9a9;
    display: block;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 13px;
    background-color: #ffffff;
    line-height: 5px;
}
.css-b62m3t-container{height: 30px !important; z-index: 1;}
.css-wlfn8b-control, .css-wlfn8b-control:active{border:0px !important}
.css-wlfn8b-control:hover, .css-wlfn8b-control:focus{border-color: #337ab7;}
.css-1s094dv-control, .css-wlfn8b-control{min-height: 25px !important;}
.css-tlfecz-indicatorContainer{padding: 0px 8px !important;}
.css-319lph-ValueContainer{padding: 1px 8px !important;}
.filter-onoffroad div{display: inline-block; margin-right:5px;padding:5px 10px}
.custom-switchs{margin-bottom: 0px;}

.custom-switch-indicator {
    height: 1rem !important;    }
	
	.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1.25rem + 1px) !important;
}

.custom-switch-indicator:before {    
    height: calc(1rem - 4px) !important;
    width: calc(1rem - 4px) !important;}
	
	.custom-switch-input:checked ~ .custom-switch-description {
    position: relative;
    top: 1px;
    color:#000000;
}

.custom-switch-description{color:#000000;}

#trainRunningSchedule table tr:nth-child(1n+1) td:first-child{padding: 0px;position: relative;}
/* .trainSpeed, .trainInfo{display: inline-block;} */
/* .trainSpeed{background-color: green; color: #ffffff; font-weight: bold; font-size: 0.7rem;}
.trainSpeed{position: absolute; height: 100%; padding-left: 5px;padding-right:5px; vertical-align: middle;top: 0;} */
.trainSpeedFast{background-color: red; color: #ffffff; font-weight: bold; font-size: 0.7rem;position: absolute; height: 100%; padding-left: 
    4px;padding-right:7px; vertical-align: middle;top: 0;padding-top: 10px;}
.trainSpeedSlow{background-color: green; color: #ffffff; font-weight: bold; font-size: 0.7rem;position: absolute; height: 100%; 
    padding-left: 4px;
    padding-right:7px; vertical-align: middle;top: 0; padding-top: 10px;}
.trainSpeedAC{background-color: blue; color: #ffffff; font-weight: bold; font-size: 0.7rem;position: absolute; height: 100%; 
    padding-left: 4px;
    padding-right:7px; vertical-align: middle;top: 0;
    padding-top: 10px;}
.trainSpeedCode{display: block; margin-top: 5px;}
.trainInfo{margin: 5px 5px 5px 25px;}

.dx-datagrid-export-button .dx-icon-export-excel-button{
    background-color: #2a9d22 !important;
    color: #ffffff !important;
}

#vehicleReplay .dx-datagrid-headers{
    padding-right: 0px !important;
    position: sticky !important;
    top: 0px !important;
    z-index: 1000 !important;
}

#vehicleReplay .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    padding: 4px;
    font-size: 0.8rem;
}

#vehicleReplay .dx-datagrid .dx-row > td {
    padding: 4px;
    font-size: 0.8rem;
}

.redirectloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color:#0073aa;
    /* font-weight: bold; */
}

.redirectloader .fa-spin{
    font-size: 40px;
}

@media only screen and (max-width: 1699px) and (min-width: 1601px) {
    .login-container {
        width: 50%
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1570px) {}

@media only screen and (max-width: 1569px) and (min-width: 1400px) {}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    .login-container {
        width: 60%
    }
}

@media only screen and (max-width: 1199px) and (min-width: 980px) {
    .login-container {
        width: 70%
    }
}

@media only screen and (max-width: 979px) and (min-width: 769px) {
    .login-container {
        width: 80%
    }

    .dx-toolbar-after,
    .dx-toolbar-before,
    .dx-toolbar-center {
        display: block !important;
    }

    .dx-toolbar-after,
    .dx-toolbar-before {
        position: relative !important;
    }

    .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
        overflow: initial !important;
    }

    .dx-toolbar .dx-toolbar-after {
        padding-left: 0px !important;
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .login-container {
        width: 90%;
        display: none;
    }

    .login div:first-child {
        order: 1
    }

    .login div:last-child {
        order: 2
    }

    .main-content {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .main-sidebar {
        height: 100vh;
    }

}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .login-container {
        width: 90%;
        display: none;
    }

    .login div:first-child {
        order: 1
    }

    .login div:last-child {
        order: 2
    }

    .main-content {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .dx-toolbar-after,
    .dx-toolbar-before,
    .dx-toolbar-center {
        display: block !important;
    }

    .dx-toolbar-after,
    .dx-toolbar-before {
        position: relative !important;
    }

    .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
        overflow: initial !important;
    }

    .dx-toolbar .dx-toolbar-after {
        padding-left: 0px !important;
        text-align: right;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .vehicle-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 599px) and (min-width: 360px) {
    .login-container {
        width: 90%;
        display: none;
    }

    .login div:first-child {
        order: 1
    }

    .login div:last-child {
        order: 2
    }

    .main-content {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .dx-toolbar-after,
    .dx-toolbar-before,
    .dx-toolbar-center {
        display: block !important;
    }

    .dx-toolbar-after,
    .dx-toolbar-before {
        position: relative !important;
    }

    .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
        overflow: initial !important;
    }

    .dx-toolbar .dx-toolbar-after {
        padding-left: 0px !important;
        text-align: right;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .vehicle-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .menu-circle {
        height: 30px !important;
        width: 30px !important;
        margin-top: 5px;
    }

    .map-box .menu-circle i {
        padding: 8px
    }

    .main-sidebar {
        height: 100vh;
    }
}

@media only screen and (max-width: 359px) {
    .login-container {
        width: 90%;
        display: none;
    }

    .login div:first-child {
        order: 1
    }

    .login div:last-child {
        order: 2
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .vehicle-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .menu-circle {
        height: 30px !important;
        width: 30px !important;
        margin-top: 10px;
    }

    .map-box .menu-circle i {
        padding: 8px
    }

    .btn-dark-mobile .btn {
        padding: 0.3rem 0.6rem !important;
    }

    .main-sidebar {
        height: 100vh;
    }
}


@media (max-width: 1024px) {
    .navbar {
        left: 5px;
        right: 0;
    }

    .main-content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100% !important;
    }

    .main-sidebar {
        height: 100vh;
    }
}

#sorDashboardTable .dx-datagrid .dx-row > td {
    padding: 0px;
}

#sorDashboardTable .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    font-size: 0.7rem;
    word-break: normal;
    white-space: normal;
    padding: 5px;
}

#orAndOrDashboardTable .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    padding: 5px;
    font-size: 0.8rem;
}

#orAndOrDashboardTable .dx-datagrid .dx-row > td {
    padding: 5px;
    font-size: 0.8rem;
}

.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}
