﻿#gmap {
    height: 800px;
    width: 1000px;
    position: relative;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden !important;
}
/* .hide-report {
    visibility: hidden !important;
} */
/* Side nav */
.side-navBar {
    position: absolute;
    top: 65px;
    left: 0;
    width: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.dragable-container {
    width: 32%;
}
#ocrSendEmail {
    padding: 12px;
}
#profile-icon,
#help-icon,
#logout,
#change_password,
#select_theme {
    cursor: pointer;
}
.sideNavBorder {
    border-top: 1px solid #ced0d4;
    margin-bottom: 8px;
    width: 30px;
}
.main-dashboard-content,
#right_container {
    margin-left: 61px !important;
    height: 100vh;
}

/* sso */
.sso-login-page {
    display: none;
}
.horizontal-line {
    width: 225.5px;
    height: 1px;
    background-color: #ced0d4;
    /* margin: 10px 0; */
}
.sso-box {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.orHotizontalLine {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
}

/* Legal Disclaimer */
.login-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.login-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mapStyleSubMenu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mapStyleSubMenuItems{
    padding: 3px 0 !important;
}

.legal-disclaimer-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}

.legal-disclaimer-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    /* text-align: center; */
    line-height: 1.4;
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
}
#useMapPermission {
    position: absolute;
    top: 40%;
    left: 35%;
    color: #666a75;
    font-size: 20px;
}

@media (max-width: 768px) {
    .legal-disclaimer-text {
        font-size: 12px;
    }
}

#loginWithTSBtn:hover,
#loginWithMSBtn:hover {
    background: #ced0d44d !important;
}

#loginWithTSBtn:active,
#loginWithMSBtn:active {
    background: #9ea1a94d !important;
}

/*INDEX STYLES*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
#acc_nav {
    height: 25%;
    max-height: 25%;
}
.panel-title > a {
    color: #000;
}
#acc_nav .panel-body {
    overflow: auto;
    padding: 4px;
    /* height: 250px !important; */
}
.panel-body-dimensions {
    height: 510px !important;
    max-height: 510px !important;
}

#inner-map-menu {
    z-index: 250;
    position: absolute;
    width: 400px;
    right: 20px;
}
/*END INDEX STYLES*/

/*load and screen disable*/
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 16px solid white; /* Light grey */
    border-top: 16px solid #ffd001; /* Blue */
    border-bottom: 16px solid #ffd001; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.noclick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000; /* or maybe higher */
    height: 100%;
    width: 100%;

    background: black; /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, 0.5);
}
/* Login page */

.login-header-container {
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-page-heading {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #04040c;
    font-size: 20px;
}
.login-page-detail {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #04040c;
    font-size: 36px;
}

.login-input-field {
    height: 60px;
    background: rgba(70, 131, 250, 0.1);
    border-radius: 3px 3px 0px 0px;
    letter-spacing: 0.06px;
    font-weight: 500;
    /* font-family: Roboto; */
    font-size: 14px;
    color: #04040c;
    border: none;
    box-shadow: unset;
}
.login-input-field:focus {
    box-shadow: unset;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 2px solid #3879fa;
}
.login-help-btn {
    color: #04040c;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.06px;
}

.login-btn:focus {
    outline: none;
    border: unset;
}

#trackstar-logo {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    height: 45px;
}
input[type="checkbox"]:focus {
    outline: unset !important;
}
.btn-group .btn-default {
    border-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06px;
    color: var(--light-theme-btnColor);
    /* padding: 16.5px 12px; */
    padding: 12px 12px;
}
#oneClickNotifBtns {
    margin-top: 10px;
}

.notifmedia-button-container {
    display: flex;
    align-items: center;
}

.notifmedia-button-container button {
    padding: 4px;
    width: 32px;
    height: 32px;
    background-color: white;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.notifmedia-button-container button svg {
    fill: #10161a;
    vertical-align: middle;
}

.btn:focus {
    outline: unset;
}
:focus-visible {
    outline: none;
}
.btn-default:focus {
    background-color: unset;
}
.btn-group .btn-default:focus {
    border: none !important;
}
.esri-input[type="text"] {
    height: 36px !important;
}
.esri-popup__header-container--button:hover {
    background-color: unset !important;
}
.esri-popup__header-title {
    width: 100%;
    margin: unset !important;
    padding: 12px 14px !important;
}
.esri-popup__header-title:hover {
    color: black !important;
}
.esri-popup__header-container--button:hover h2 {
    color: var(--light-theme-white);
}
.toggle-dashboard-container {
    padding: 5px 5px;
}
.toggle-dashboard-container:hover {
    border-radius: 20px;
    background: rgba(206, 208, 212, 0.3);
}

#mapStyleSelectList {
    font-size: 14px;
}

#navMainMenu {
    margin-bottom: 0px;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
}
.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

#map_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 16px;
    /* gap: 57.67px; */
    background: #ffffff;
    border: 0;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: 0 0 0 #ffffff;
    margin-bottom: 0px !important;
}

#toaster {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 999999999;
}
.ftoast {
    position: relative;
    min-width: 600px;
    max-width: 600px;
}
.ftoast .close {
    position: absolute;
    top: -1px;
    right: 3px;
}

/* #map {
    width: 100% !important;
} */
#map table {
    background-color: transparent;
}
#map p {
    line-height: 1.6;
}
#map .mib-geocode > span {
    white-space: nowrap;
}

#map_geofence_menu,
#report_map_geofence_menu {
    z-index: 250;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}
/*Drag Div CSS*/
#dragRight {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
}

#dragLeft {
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
}
#dragUpDown {
    position: absolute;
    top: -4px;
    bottom: 0;
    width: 100%;
    height: 8px;
    cursor: ns-resize;
}

#report_map_geofence_menu {
    position: absolute;
    bottom: 0;
    left: -10px;
}
#poi_menu_wrapper {
    background: white;
    position: absolute;
    top: 23.5px;
    right: 50px;
    /* left: 900px; */
    z-index: 250;
    /* height: calc(100vh - 400px); */
    width: 320px;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.gauges {
    padding-right: 5px;
    padding-left: 5px;
}
.dashboardGauge {
    border-style: solid;
    border-width: 2.453px;
    border-color: black;
    border-radius: 8px;
    margin: 3px;
}
.dashboardGauge svg {
    transform: scale(0.9);
    width: 260px;
}
#edit_dashboard {
    width: 65px;
    border-color: unset !important;
    color: white;
    margin-left: auto;
}
#edit_dashboard:hover {
    background-color: #3879fa;
    border: none;
}
.dashboardGaugeDemo {
    position: fixed;
    border-radius: 10px;
    border: 2px solid var(--light-theme-border-muted, #e1e4ea);
    border-style: solid;
    margin: 3px;
}
.dashboardGaugeDemo h2 {
    font-size: 20px;
    font-family: "Segoe UI Light", "Helvetica Neue Light", "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana;
    font-weight: 200;
    fill: rgb(255, 255, 255);
    cursor: default;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 15px;
}
.dashboardGauge h2 {
    font-size: 20px;
    font-family: "Segoe UI Light", "Helvetica Neue Light", "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana;
    font-weight: 200;
    fill: rgb(255, 255, 255);
    cursor: default;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 15px;
    text-align: center;
}

/* div#gaugelist > li {
  border-bottom: 0.5px solid var(--light-theme-border-muted, #E1E4EA);
} */
.dashboardGaugeDemo .demo h2 {
    font-size: 30px;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}
li.dashboard_copy_gauge_list_element {
    list-style: none;
    display: flex;
    align-items: center;
}
div#gaugelist li:hover {
    background-color: rgba(0, 91, 255, 0.35);
}
div#gaugelist {
    list-style: none;
    font-size: 16px;
    /* padding: 10px 0; */
    padding-bottom: 10px;
    border: unset !important;
}
.dashboardGauge p {
    font-size: 55px;
    text-align: center;
}
.dashboardGaugeDemo p {
    font-size: 55px;
    text-align: center;
}
#custom-seekbar {
    cursor: pointer;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: thin solid gray;
    position: relative;
    width: 100%;
    background-color: lightgray;
}
#custom-seekbar span {
    background-color: rgba(25, 111, 247, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0px;
}
#seekbutton {
    display: block;
    float: right;
    border: 1px solid black;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: -12px;
    pointer-events: none;
}

.tree_group > span {
    text-decoration: none;
    /* padding-left: 4px; */
}
#new-nav-content input[type="checkbox"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    width: 18px;
    height: 18px;
    background-color: #898c9454;
    border-radius: 3px;
}
#new-nav-content input[type="checkbox"]:checked {
    background-color: #3879fa;
}
#new-nav-content input[type="checkbox"]:focus {
    border: none !important;
}
.dropdown-arrow {
    float: right;
}
/* View - VehicleTree */
.tree_group > span {
    text-decoration: none;
    /* padding-left: 4px; */
    flex: 1;
}
.vt_vehicle.stationary {
    color: yellow;
}

.vt_tree,
.wo_tree,
.notif_tree,
.tmh_tree,
.dr_tree {
    padding: 0;
    /* padding-right: 15px; */
    margin: 0;
    width: 100%;
}

.vt_tree .vt_item {
    display: flex;
    align-items: center;
}
.vt_vehicleGroup {
    display: flex;
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
}
.vt_tree .vt_item > input {
    margin-right: 5px;
}
.vt_tree .vt_item,
.notif_tree .notif_item,
.tmh_tree .tmh_item,
.dt_tree .dt_item,
.dr_tree .dr_item {
    padding-left: 15px;
    margin: 0;
}
.wo_item {
    /* padding-left: 2em; */
    /* text-indent: -2em; */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}
.vt_item:hover:not(.vt_tree_container),
.wo_item:hover:not(.wo_tree_container),
.tmh_item:hover:not(.tmh_tree_container),
.dr_item:hover:not(.dr_tree_container) {
    background: rgba(206, 208, 212, 0.3);
    color: black;
    cursor: pointer;
}
.vt_tree li,
.wo_tree li,
.notif_tree li,
.notif_item,
.tmh_tree li,
.tmh_item,
.dr_tree li,
.dr_item {
    list-style: none;
}

.vt_tree .vt_item,
.notif_tree .notif_item,
.tmh_tree .tmh_item,
.dr_tree .dr_item {
    list-style: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    /*padding-left: 2em;
  text-indent: -2em;*/
}
/* .vt_tree .vt_item {
    min-height: unset !important;
} */

.vt_tree .vt_fleet,
.vt_group,
.wo_tree .wo_fleet,
.wo_group,
.dt_tree .dr_fleet,
.dr_group {
    font-weight: bolder;
}
.vt_vehicleGroup.notAssigned,
.wo_workorderGroup.notAssigned {
    font-style: italic;
    color: #9f9f9f;
}
.tree_group .tree_container .vt_vehicleGroup:before,
.tree_group .tree_container .vt_vehicle:before,
.tree_group .tree_container .wo_workorder:before,
.tree_group .tree_container .wo_workorderGroup:before,
.tree_group .tree_container .fencet_fence:before,
.tree_group .tree_container .poit_poi:before,
.tree_group .tree_container .poit_poiGroup:before,
.tree_group .tree_container .fencet_fenceGroup:before,
.tree_group .tree_container .dr_driver:before .tree_group .tree_container .dr_driverGroup:before {
    border-style: solid;
    border-width: 2000px 15px 1px 1px;
    border-color: transparent transparent #fff #fff;
    content: "";
    position: relative;
    top: -10px;
    left: 5px;
    margin-right: 8px;
}
ul.tree_group ul.tree_group.vt_tree,
.tree_group .wo_tree,
.tree_group .fencet_tree,
.tree_group .poit_tree,
.tree_group .dr_tree {
    overflow: hidden;
}
/* View - POI Tree */
.poit_tree {
    padding-left: 15px;
    /* padding-right: 15px; */
    margin: 0;
    width: 100%;
}
.poit_tree .poit_item {
    margin: 0;
    /* padding-left: 2em; */
    /* text-indent: -2em; */
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    min-height: 40px;
}
/* .poit_mastergroup {
    display: block !important;
} */
.poit_item:hover:not(.poit_tree_container),
.fencet_item:hover:not(.fencet_tree_container) {
    background: rgba(206, 208, 212, 0.3);
    color: black;
    cursor: pointer;
}
.wo_tree li {
    min-height: 40px;
}
/* 
.fencet_tree li {
    display: flex !important;
    align-items: center;
} */
.poit_tree li {
    list-style: none;
}
.poit_poiGroup.notAssigned {
    font-style: italic;
    color: #9f9f9f;
}
/* View - End POI Tree */
/* View - Fence Tree */
.fencet_tree {
    padding: 0;
    margin: 0;
}
.fencet_tree .fencet_item {
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    margin: 0px;
}
.displayNone {
    display: none;
}

.fencet_tree li {
    list-style: none;
    min-height: 40px;
}
.fencet_tree .fencet_item {
    list-style: none;
}
.fencet_fenceGroup.notAssigned {
    font-style: italic;
    color: #9f9f9f;
}
/* View - End Fence Tree */
/* View - END VehicleTree */
/* View - UserTree */
.ut_tree,
.uat_tree,
.notif_tree,
.oneclickt_tree {
    padding: 0;
    margin: 0;
}
.oneclickt_tree {
    width: 100%;
}
.uat_tree {
    width: 100%;
}
.ut_tree .ut_item,
.uat_tree .uat_item,
.notif_tree .nt_item,
.oneclickt_tree .oneclickt_item {
    padding-left: 15px;
    margin: 0;
}
.ut_item:hover:not(.tree_container),
.uat_item:hover:not(.tree_container),
.nt_item:hover:not(.tree_container),
.oneclickt_item:hover:not(.tree_container),
.oct_mastergroup:hover {
    background: rgba(206, 208, 212, 0.3);
    color: black;
    cursor: pointer;
}
.ut_tree li,
.uat_tree li,
.nt_tree li,
.oneclickt_tree li {
    list-style: none;
    min-height: 40px;
}
#oneClickNotifBtns {
    display: none;
}
.notif_tree .nt_item
/* .oneclickt_tree .oneclickt_item */ {
    height: 40px !important;
    list-style: none;
}
.uat_tree .uat_item {
    list-style: none;
}
.supervisory-hide {
    min-height: unset !important;
}
.ut_tree .ut_fleet,
.ut_group,
.uat_tree .uat_fleet,
.uat_group,
.notif_tree .notif_fleet,
.notif_group {
    font-weight: bolder;
}
.add_vehicle_group_modal,
.add_vehicle_modal,
.add_user_modal,
.add_user_group_modal {
    width: 800px;
    margin-top: 40px;
}
/* View - UserTree */
/* View - FenceTree */
.ft_tree {
    padding: 0;
    margin: 0;
}
.ft_tree .ft_itemList {
    padding-left: 10px;
    margin: 0;
}
.ft_tree .ft_item:hover {
    background: #272b30;
    color: #ffffff;
    cursor: pointer;
}
.ft_tree li {
    list-style: none;
}
.ft_tree .ft_item {
    list-style: none;
}
.ft_tree .ft_fleet,
.ft_group {
    font-weight: bolder;
}
/* End - Fence Tree */
.config_menu_img {
    height: 22px;
    width: 23px;
    margin-top: 4px;
}
.notification_description {
    margin-top: 12px;
}
.management_stretch_list {
    overflow-x: auto;
    width: 1000px;
}
/* Map Preset and Map Fav */
.map-preset-header {
    color: var(--common-black, #10161a);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.06px;
}
#modal_preset_favorite .row {
    display: flex;
    flex-direction: column;
}
#modal_preset_favorite label,
#areYouSureYouWantToRemove label {
    color: var(--light-theme-font-label, #666a75);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
}
#areYouSureYouWantToRemove .modal-body > p > span {
    font-weight: 600;
}
#areYouSureYouWantToRemove .modal-body,
#modal_preset_favorite .modal-body {
    /* height: 136px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
#ulMapPresets > li,
#ulMapFavorites > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#ulMapPresets > li > a,
#ulMapFavorites > li > a {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
#areYouSureYouWantToRemove .modal-footer,
#modal_preset_favorite .modal-footer {
    height: 54px;
    display: flex;
    padding: 12px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid var(--light-theme-border-default, #ced0d4);
}
.remove-yes-btn {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border: unset;
    border-radius: 3px;
    background: var(--status-colors-danger, #ff3a3f);
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    justify-content: center;
}
.remove-no-btn {
    display: flex;
    justify-content: center;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
    background: #fff;
    border: unset;
    color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
#confirmation-okay,
.favorite-save-btn,
.preset-save-btn,
#navsettingsapplybutton,
#add_widget,
.save-saved-ocr-btn,
.close-add-widget,
.add-new-widgets,
.configModal-close-btn,
#custom_widget {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
    background: #3879fa;
    border-color: #3879fa;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
#no_add_widget,
#add_widget_error,
.oneClickErrorContainer,
.noSavedReportContainer {
    display: none;
}
#navOptionsMenu {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.table > thead > tr > th {
    border-bottom: unset;
}
.modal-header {
    padding: 12px 16px;
}
.reports-container {
    padding-top: 18px !important;
    line-height: 20px;
    padding-bottom: 15px !important;
    position: relative;
    display: block;
    padding: 10px 15px;
}
#expand-toggle-myVehicle,
#expand-toggle-quick,
#acc_nav_pois_content,
#expand-toggle-POI,
#expand-toggle-geo,
#expand-toggle-wo {
    height: 18px;
    margin-right: 5px;
}
#areYouSureYouWantToRemove .modal-header,
.wo_mastergroup {
    display: flex;
    align-items: center;
}
.preset-favorite-input {
    display: flex;
    width: 360px;
    height: 40px;
    padding: 5px 179px 5px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 3px;
    border: 0.5px solid var(--light-theme-border-default, #ced0d4);
    background: var(--common-white, #fff);
}

.reduce_bs_tab_padding {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/* Map context menu */
#map-context-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
}

#map-context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-context-menu .menu-item {
    padding: 8px 12px;
    cursor: pointer;
}

#map-context-menu .menu-item:hover {
    background-color: #f0f0f0;
}
/* View - ShiftTree */
.shiftTree {
    padding: 0;
    margin: 0;
}
.shiftTree li {
    list-style: none;
}
.shiftTree .shiftName:hover {
    background: #272b30;
    color: #ffffff;
    cursor: pointer;
}
.shiftTree .shiftName {
    list-style: circle;
    font-weight: bolder;
}
.box-top-padding {
    padding-top: 9px;
}
#routing_results {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}
.reports-body {
    height: auto;
    padding: inherit;
}
/* polyfill rules for removed .dropdown-submenu from Bootstrap v2.3.2 */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* end polyfill */

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.control-label {
    text-align: left;
}
.clear-settings {
    cursor: pointer;
}
.saved-message {
    /* margin: 25px 20px 0; */
    padding: 10px;
    border-radius: 10px;
    display: none;
    text-align: center;
}
.time-of-travel {
    /*IS THERE A REASON WHY THIS IS FLOATED???*/
    /*float: left;*/
    margin: 7px 0 -12px 7px;
}
.rssi,
.gps-fix,
.last-packet-timestamp {
    position: relative;
    text-align: center;
    margin: 20% 0 0;
}
.replay-speed {
    /*IS THERE A REASON WHY THIS IS FLOATED???*/
    /*float: right;*/
    width: 93%;
    font-size: 3em;
    text-align: right;
    margin-right: 10px;
    letter-spacing: 7px;
}
#notification-panel {
    position: absolute;
    width: 100%;
    height: 189px;
    overflow-x: scroll;
    z-index: 200;
    bottom: 0;
    margin-bottom: 0;
}
.checkBoxResize {
    height: 16px;
    /*width: 100%;*/
}
#imgOtpQR {
    height: 200px;
}
#modalMFAConfig {
    z-index: 1200;
}
#btnFullScreen {
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    z-index: 1000;
    float: right;
    margin-left: 8px;
    position: relative;
    top: 1px;
    border: none;
}

#NotificationPaneTableBody td {
    height: 56px;
    padding: 12px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 0px;
    border-bottom: 1px solid black;
}
.table > tbody > tr > td {
    border-top: 0.5px solid #e1e4ea40;
    vertical-align: unset;
}

#NotificationPaneTableHeader {
    border: 1px solid var(--notification-headingBorder-lightMode);
    background: var(--notification-heading-lightMode);
}
#NotificationPaneTableHeader th {
    padding: 4px 12px;
    color: black;
    overflow: hidden;
}
#NotificationPaneTableBody tr:hover td {
    background: rgba(206, 208, 212, 0.3);
    white-space: normal;
}

.clearfix:before {
    background-color: #fff;
}

.notification-pane-before {
    background-color: #fff;
    border-top: 0px solid #fff;
}

.notification-pane {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    z-index: 110;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

/*FIXED TABLE HEADERS*/

.notification-pane table {
    table-layout: fixed;
    border-collapse: collapse;
}
.notification-pane table thead,
.notification-pane table tbody {
    display: block;
}
.notification-pane table tbody {
    overscroll-behavior-y: contain;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}
/*.notification-pane tbody td:nth-of-type(n+7) {
    padding-left: 1.2% !important;
}*/

/*END FIXED HEADERS*/

#acc_nav .panel-heading {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 15px;
}
.notification-value {
    padding: 2px 8px;
    gap: 10px;
    width: 23px;
    height: 20px;
    background: var(--notification-theme-lightMode-value);
    border-radius: 20px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}
.table-data {
    overflow: scroll;
    height: 200px;
    margin-top: 32px;
}
#notifications-container {
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 215px;
    /* margin-left: 61px; */
    z-index: 1; /* was set to -1 before??? */
    /*border: 3px solid #272b30;*/
}
.mib-vehicleMeta {
    font-size: 12px;
    padding-right: 10px;
}
#notification-controls {
    font-size: 14px;
    position: absolute;
    top: 12px;
    left: 0;
    height: 48px;
    /*width: 100px;*/
    z-index: 250;
    padding: 3px;
    border-bottom: 1px solid var(--light-theme-border-default, #ced0d4);
}
.notif-text,
.report-option-header {
    color: var(--font-colors-heading, #4a4d55);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.06px;
    font-family: "Roboto", sans-serif;
}
.disabled-btn {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
#NotificationPanelHeader {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 12px;
    padding-top: 1px;
}
#btnNotifClear:hover {
    border-radius: 3px;
    background: rgba(56, 121, 250, 0.15);
}
#btnNotifClear {
    width: 57px;
    height: 32px;
    border-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
    /* Primary */
    color: var(--light-theme-clearBtn);
    padding: 4px 12px;
    margin-right: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 171.429% */
    letter-spacing: 0.06px;
}

.top-nav-buttons:hover {
    border-radius: 20px;
    background: rgba(206, 208, 212, 0.3);
}
/* .toggle-button:hover {
    background: rgba(206, 208, 212, 0.3);
} */
#acc_nav_vehicles,
#acc_nav_quickview,
#acc_nav_poi,
#acc_nav_fence,
#acc_nav_workorder,
#acc_nav_dispatching {
    background-color: rgba(206, 208, 212, 0.3);
}

#btnNotifToggle {
    height: 32px;
    width: 32px;
    position: relative;
    top: 1px;
    border: 0px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding: 0 2px 0 2px;
    line-height: 1px;
}
.expand-btn {
    transform: rotate(180deg);
}
.map-dimensions {
    height: auto;
    max-height: calc(90vh - 100px); /* 780px */
}

.notification-pane.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    height: 0;
    display: none;
}
#notification-panel.fade {
    position: absolute;
    bottom: -15px;
    opacity: 1 !important;
    height: 25px;
    width: 100px;
    overflow: hidden !important;
}

#NotificationPaneTableBody > tr {
    padding: 6px 12px !important;
}

ul#ulMapPresets {
    width: 250px;
}
#ulMapPresets.dropdown-menu > li > a,
#ulMapFavorites.dropdown-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

#areYouSureYouWantToRemove {
    position: absolute;
    top: 100px;
    left: 20%;
}
/* .latency-report-container #datetimepicker1,.latency-report-container #datetimepicker2 {
    display: block !important;
} */
#datetimepicker1 input::-ms-clear {
    display: none;
}
#datetimepicker2 input::-ms-clear {
    display: none;
}
#vehicle-replay-details h5 {
    text-decoration: underline;
}
#vehicle-replay-details h5,
#vehicle-replay-details .input-list {
    text-align: center;
}
.vehicle-list ul {
    position: absolute;
    bottom: 0;
    margin-left: 18px !important;
}
.vehicle-list span {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    margin: 1.5% 4%;
}
.vehicle-list li {
    list-style-type: none;
    padding: 0 !important;
    text-align: center;
}
.vehicle-list .vehicle-0 {
    background-color: #0000ff;
}
.vehicle-list .vehicle-1 {
    background-color: #ff0000;
}
.vehicle-list .vehicle-2 {
    background-color: #008000;
}
.vehicle-list .vehicle-3 {
    background-color: #800080;
}
.vehicle-list .vehicle-4 {
    background-color: #ffa500;
}
.vehicle-list .vehicle-5 {
    background-color: #ffff00;
}
.vehicle-list .vehicle-6 {
    background-color: #000;
}
.vehicle-list .vehicle-7 {
    background-color: #a52a2a;
}
.signalstrength {
    position: absolute;
    width: 0;
    height: 0;
    background-size: 500% !important;
    background-repeat: no-repeat;
    outline: none;
    padding: 0px 30px 70px;
    bottom: 0;
}
.strength1 {
    background: url("../../../../img/signalsprite.png") 0 12px;
    background-repeat: no-repeat;
}
.strength2 {
    background: url("../../../../img/signalsprite.png") -60px 12px;
    background-repeat: no-repeat;
}
.strength3 {
    background: url("../../../../img/signalsprite.png") -120px 12px;
    background-repeat: no-repeat;
}
.strength4 {
    background: url("../../../../img/signalsprite.png") -180px 12px;
    background-repeat: no-repeat;
}
.strength5 {
    background: url("../../../../img/signalsprite.png") -240px 12px;
    background-repeat: no-repeat;
}
.save-settings {
    cursor: pointer;
}
.col-xs-15 {
    width: 1000px;
}
.balloon_w_links {
    color: blue;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    -ms-word-break: break-all;
    white-space: normal;
}
.balloon_w_links:hover {
    color: black;
}
#poi_menu_wrapper #poi-user-group-menu,
#wo_menu_wrapper #wo-user-group-menu {
    margin: 16px;
    border-radius: 0px;
    border: none;
}
#map_wo_message #okBtn,
#map_wo_message #cancelBtn {
    background: unset;
    border: none;
}

#gf-user-group-menu,
#poi-user-group-menu,
#wo-user-group-menu {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #fff;
    border-radius: 10px;
}

.aduser {
    color: #35f135;
}

#gf-user-group-menu li,
#poi-user-group-menu li,
#wo-user-group-menu li {
    list-style: none;
}

#map_poi_message button,
#map_wo_message button {
    margin-top: 10px;
}
#map_poi_message #okBtn {
    margin-left: 95px;
}
#map_wo_message #okBtn {
    margin-left: 55px;
}
.replayControlsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.replayControlsContainer-content,
.sliderSideBar {
    display: table-cell;
    vertical-align: middle;
}
.sliderSideBar {
    width: 200px;
}

#side-navBar-container {
    position: absolute;
    top: 120px;
    left: 60px;
}

#replay_Controls .glyphicon-play.reverse {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    top: 5px;
}
#replay_Controls button[data-action="play"].active,
#replay_Controls button[data-action="backward"].active {
    background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
    background-image: linear-gradient(#020202, #101112 40%, #191b1d);
}

#map_legend {
    position: absolute;
    bottom: 243px;
    z-index: 200;
}
#map_legend img {
    vertical-align: bottom;
}

#mainNavMobile {
    position: fixed;
    width: 70%;
    left: 0;
    top: 45px;
    height: 100%;
    z-index: 10000;
    background-color: white;
    padding: 0;
    margin-left: -1000px;
    border: 1px solid gray;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mainNavMobile.toggled {
    margin-left: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-default {
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(16, 22, 26, 0.09);
    min-height: 0;
    border-color: #ffffff;
}

#added,
#unadded {
    overflow: auto;
    height: 70vh;
}
#dashboardmainview {
    min-width: 300px;
    z-index: 2;
    float: right;
}
.notifOpen td {
    white-space: normal !important;
}
/* */
/* Vehicle Search Modal  */
.vehicle-search-body {
    height: calc(100vh - 300px);
    margin-left: 15px;
    margin-right: 15px;
}
.modal-header .close {
    margin-top: 8px;
    margin-right: 10px;
}
.vehicle-search-table tr button {
    visibility: hidden;
}
.vehicle-search-table tr:hover button {
    visibility: visible;
}
.vehicle-search-content {
    padding: unset !important;
    margin-left: 14px;
    margin-right: 14px;
    width: calc(100vw - 28px);
}
.vehicle-search-row-header {
    height: 48px;
    position: sticky;
    top: 0;
    background: #fff;
    /* border-bottom: 1px solid #ced0d4; */
    box-shadow: 0 1px 0 0 #ced0d4;
}
.vehicle-search-body .table > thead > tr > th {
    border-bottom: unset;
    vertical-align: middle;
}
.vehicle-search-row-header > tr > th {
    padding-top: 12px;
    padding-bottom: 12px;
}
.vehicle-search-table {
    margin-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 400px);
}
.vehicle-search-modal-title {
    font-size: 20px !important;
    font-weight: 600;
}
.search-icon {
    position: absolute;
    left: 10px;
    top: 60%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1000;
}
.vehicle-search-searchbar {
    width: 121%;
    padding-left: 30px;
    /* margin-left: 20px; */
    height: 40px;
    background-image: url("%3Csvg%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%20%3Cpath%20d%3D%27M15.5%2014H14.71L14.43%2013.73C15.63%2012.33%2016.25%2010.42%2015.91%208.39C15.44%205.61%2013.12%203.39%2010.32%203.05C6.09001%202.53%202.53002%206.09%203.05002%2010.32C3.39002%2013.12%205.61002%2015.44%208.39002%2015.91C10.42%2016.25%2012.33%2015.63%2013.73%2014.43L14%2014.71V15.5L18.25%2019.75C18.66%2020.16%2019.33%2020.16%2019.74%2019.75C20.15%2019.34%2020.15%2018.67%2019.74%2018.26L15.5%2014ZM9.50002%2014C7.01002%2014%205.00002%2011.99%205.00002%209.5C5.00002%207.01%207.01002%205%209.50002%205C11.99%205%2014%207.01%2014%209.5C14%2011.99%2011.99%2014%209.50002%2014Z%27%20fill%3D%27%23898C94%27%2F%3E%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 0.5px solid var(--light-theme-border-default, #ced0d4) !important;
    background: #f6f7f9;
}
.vehicle-search-searchbar:focus {
    border: 0.5px solid var(--light-theme-border-default, #ced0d4) !important;
}
/* Create new POI */
.POI-modal-required {
    color: #a52a2a;
    margin-left: 2px;
    font-size: 18px;
}
#map_poi_save {
    color: white;
    margin-bottom: 10px;
}
#map_poi_message #cancelBtn,
#map_poi_message #okBtn {
    background: unset;
    border: unset;
    color: #202225;
    font-family: "Roboto", sans-serif;
}
.display-flex-col {
    display: flex;
    flex-direction: column;
}
#map_poi_save:hover {
    background: #0268da;
}
#poi-user-group-menu input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
#poi-user-group-menu li {
    display: flex;
    align-items: center;
}
.poi-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.poi-add-btn {
    order: 2;
    background: #3879fa;
    height: 32px;
    width: 50px;
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
.poi-back-btn {
    width: 55px;
    background: unset !important;
    border: unset;
    color: #202225;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
#run_change_password {
    background-color: #0268da !important;
    border-color: #0268da !important;
}

.POI-alert-info {
    width: 310px;
}
.poi-alert-sucess {
    color: #202225 !important;
    background: #d2ece1 !important;
}
.poi-alert-danger {
    background: #f2d5d5 !important;
    color: #202225 !important;
}
.POI-alert-info,
#map_wo_message {
    border-color: #d4def1;
    margin-top: 20px;
    color: #3f4754;
    background: #d4def1;
    border-radius: 3px;
    padding: 12px;
    font-size: 13px;
}
.poi-save-button {
    color: white;
    float: right;
    width: 90px !important;
    padding: 6px 12px;
    height: 32px;
    background: #0268da;
    border-color: rgba(56, 121, 250, 0.8) !important;
    border-radius: 3px;
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
}
#btn_add_poi_group,
#btn_add_wo_group {
    border: none;
    color: rgba(56, 121, 250);
}
#btn_add_poi_group:hover,
#btn_add_wo_group:hover {
    color: #3879fa !important;
    background: rgba(56, 121, 250, 0.15) !important;
}
#btn_add_poi_group:active,
#btn_add_wo_group:active {
    color: #3879fa !important;
    background: rgba(56, 121, 250, 0.3) !important;
}
/* New WO Modal  */
#map_wo_menu {
    position: absolute;
    top: 23.5px;
    right: 50px;
    /* left: 870px; */
    width: 320px;
    border-radius: 5px;
}
.wo-input-label {
    display: flex;
    flex-direction: column;
}
.WO-modal-required {
    color: #a52a2a;
    margin-left: 2px;
    font-size: 18px;
}
#wo_menu_wrapper {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#map-wo-dropdown {
    width: 290px;
    padding: 4px 4px 4px 12px;
}
#map_wo_save {
    color: white !important;
    width: 90px !important;
    padding: 6px 12px;
    height: 32px;
    background: #3879fa;
    border-color: rgba(56, 121, 250, 0.8) !important;
    border-radius: 3px;
    /* display: flex !important; */
    /* align-items: center;
    justify-content: center; */
    color: black;
    margin-bottom: 10px;
}

/*Bootstrap Alterations*/
#balloonstyleform .form-group {
    margin: 30px 20px;
}

/*DevExtreme Alterations*/
#customvalwidths .small-val > .dx-field-label {
    width: 80%;
}
#customvalwidths .small-val > .dx-field-value {
    width: 20%;
}
#customvalwidths .medium-val > .dx-field-label {
    width: 60%;
}
#customvalwidths .medium-val > .dx-field-value {
    width: 40%;
}
#balloonstyleform .dx-field-label {
    color: rgb(200, 200, 200);
}
.grayfieldlabeltext .dx-field-label {
    color: rgb(200, 200, 200);
}
.tight-form .dx-fieldset {
    margin: 10px 30px;
}
.customlist > div:hover {
    background-color: rgba(118, 133, 250, 0.44);
}
.customlist > div {
    padding: 5px;
}
.customlistselected {
    background-color: rgba(118, 133, 250, 0.44);
}
#balloonstylemanagerheader {
    font-size: 20px;
    padding-left: 7px;
}

.customheader {
    font-size: 25px;
    padding-top: 15px;
    padding-left: 20px;
    border-bottom: #24292d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#addeditcanneddiv .dx-fieldset {
    margin: 0;
    padding-top: 10px;
}
#navpanelheader {
    font-size: 14px;
    height: 22px;
}
#newNavPanel {
    border: none;
    background-color: #fff;
    padding: 12px;
    height: 56px;
    border-radius: 3px;
    font-weight: bold;
    color: var(--heading, #4a4d55);
    font-family: "Roboto", sans-serif;
    -family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.06px;
    pointer-events: auto;
}
.nav-panel-container{
    pointer-events: none;
}
.active-icon {
    fill: #3879fa !important;
}
.dashbord-home-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: inherit;
}
.dashbord-home-icon:hover {
    background: #3879fa1a !important;
}
.dashbord-home-icon:hover .dash-home-icon {
    fill: #3879fa;
}
#new-nav-content {
    position: relative;
    z-index: 200;
    overflow: auto;
    border-top: 1px solid var(--notification-headingBorder-lightMode);
}
.new-nav-class {
    opacity: 0;
    height: 0px;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}

.config-icon {
    display: none;
    background-color: transparent;
}
.panel-primary {
    border-color: #fff !important;
}
.theme-menu {
    left: -159px !important;
}
/* .profile-button :hover {
  background-color: rgba(206, 208, 212, 0.3);
  border-radius: 5px;
} */
.panel-primary > .panel-heading {
    background-color: unset !important;
}
.quickViewHeader {
    color: #9aa0ad;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 116.667% */
    letter-spacing: 0.06px;
    text-transform: uppercase;
}
#quickViewFollowButton {
    padding: 4px 12px;
    border-radius: 3px;
    background: #fff;
    color: var(--font-colors-default, #202225);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    border: none;
}
#acc_nav_quickview > .panel-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-color: var(--notification-headingBorder-lightMode) !important;
    border: none;
    background: #f6f7f9;
}
.panel-title > a {
    text-decoration: none !important;
}
.followButton,
.mediaButton {
    color: #202225;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    border-radius: 3px;
    background: #fff;
    border: none;
}
#navpanelheader button {
    float: right;
}
/* ::-webkit-scrollbar {
    width: 1px;
} */
body::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-track {
    background: #c1c5cd;
}
.dashboard-gauge-header {
    color: var(--common-black, #10161a);
    text-align: left;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.06px;
    font-weight: 500;
}
::-webkit-scrollbar-thumb {
    background: #c1c5cd;
    border-radius: 4px;
}
#mapcontainerview {
    margin-left: 0px !important;
    /* margin-left: 61px !important; */
    /*position: relative;
  margin: 0 200px 0 200px;
    padding-right: 5px;
    padding-left: 5px;
	float: left;*/
}
#mapSubInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-left: none;
}
.rotateAndHideNav {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -113px;
    height: 22px !important;
    overflow: hidden;
    top: 240px;
}

.dx-colorbox-overlay .dx-button-has-text .dx-button-content {
    border-radius: 3px;
    background: #3879fa;
    /* margin: 20px; */
    padding: 8px 12px;
    align-items: center;
    color: white;
    border: none;
}
.dx-colorbox-overlay .dx-button {
    border-style: none;
}
.udc-history {
    color: var(--light-theme-font-muted, #666a75) !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
    text-decoration: none;
}
.udc-history:hover {
    border-left: unset !important;
}

.tree_group input {
    margin-right: 6px !important;
}
#maintFenceList li:hover {
    background-color: rgba(56, 121, 250, 0.15);
}
.gaugesettings {
    border-radius: unset;
    border: unset;
    border-left: 1px solid var(--light-theme-border-default, #ced0d4);
    padding: 0px;
}
/* JQUERY MOBILE HELPERS */
.input-field {
    position: relative;
}

.ui-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}

.ui-footer .ui-block-a,
.ui-footer .ui-block-b {
    width: 50% !important;
    float: left !important;
}
.ui-footer .ui-btn {
    display: block !important;
}

#map.ui-content {
    padding: 0 !important;
}

.input-field > .ui-btn-icon-notext {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 5px;
}
.flashing-notif {
    border: 3px solid red !important;
    z-index: 110 !important;
}

.nowrap {
    white-space: nowrap;
    display: -ms-grid;
}
span.no-expand {
    text-decoration: none;
    cursor: auto;
}

.esriBalloonStyle {
    font-size: 15px !important;
    background-color: white !important;
}
.dashboard-gauge-header {
    color: var(--common-black, #10161a);
    text-align: left;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.06px;
    font-weight: 500;
}
.esri-input.esri-search__input::placeholder {
    color: var(--light-theme-placeholder);
}
.esri-widget--button,
.esri-input,
.esri-menu {
    background-color: var(--light-theme-searchbar) !important;
    border-bottom: var(--notification-heading-lightMode) !important;
    border-radius: 3px;
}
.esri-input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 60px;
}

.esri-zoom .esri-widget--button:first-child {
    order: 2;
    margin-left: 5px;
}
.esri-search__container {
    display: flex;
}

.esri-search__input-container {
    padding-left: 30px;
}
#AdressSearchInput {
    border-radius: 3px;
    border: 1px solid var(--border-muted, #e1e4ea);
    background: var(--background-colors-muted, #f9fafb);
}
#AdressSearchInput:focus {
    border: 1px solid #66afe9 !important;
}
.esri-widget *:focus {
    outline: unset !important;
}
.search-bar {
    margin: 0 10px 0 10px;
}
.btn:focus,
.btn:active:focus {
    outline: unset !important;
}
#report-menu-btn {
    margin-left: 5px;
}
#report-menu-btn:hover {
    /* background-color: white !important; */
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    border-radius: 0px !important;
}
/* Reports */
.reports-options {
    color: var(--light-theme-font-muted, #666a75);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
#new_list {
    margin-top: 8px;
}
.report-list {
    background-color: white;
}
#new_list > li {
    margin-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    list-style-type: none;
    color: black;
    border-left: 2px solid var(--core-colors-light-gray-light-gray-5, #e1e4ea);
}
.report-config-area {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.select-reports-bottom {
    height: 80px;
}
.clickedLia {
    color: var(--light-theme-font-active, #3879fa) !important; /* Change the color as needed */
}
.clickedLi {
    border-left: 2px solid var(--light-theme-font-active, #3879fa) !important; /* Change the color as needed */
}
.reports-icon {
    width: inherit;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}
.reports-icon:hover,
.analytics-icon:hover {
    background-color: #3879fa1a !important;
}
.reports-icon:hover #reports-icon,
.analytics-icon:hover #analytics-svg,
.admin-container:hover #admin-icon > path {
    fill: #3879fa;
}

.reports-options {
    display: flex;
    height: inherit;
    align-items: center;
    cursor: pointer;
    /* border-bottom: 2px solid var(--light-theme-font-active, #3879fa);
    background: rgba(235, 242, 254, 0); */
}
.report-config-container {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #ced0d4;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.control-label {
    color: var(--light-theme-font-default, #202225) !important;
    /* Body/Body 2 */
    font-weight: 500 !important;
    line-height: 16px !important; /* 114.286% */
    letter-spacing: 0.06px !important;
}
/* #reports_vehicle_tree .master_container,
#reports_vehicle_tree .vt_vehicle {
    height: inherit;
}
#reports_vehicle_tree li {
    height: 40px;
} */
.assets-vehicles,
.select-notif-btn,
.select-user-action,
.select-notification-btn,
.telemetry-btn,
.select-geofence-btn,
.select-poi-btn,
.maintenance-type-btn,
.select-drivers-btn,
.add-report {
    border: none;
    background-color: white;
    margin-left: 9px;
    margin-bottom: 20px;
    width: 139px;
    color: #3879fa;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
}
.modal-footer:before {
    content: unset !important;
}
#reports_vehicle_tree input,
#reports_use_current_date,
#reports_telemetry_tree input,
#reports_notification_tree input,
#reports_notification_maintenance_tree input,
#reports_suppress_zero_data,
#DisplayOptions,
#user_action_details,
#reports_active_users_only,
#reports_geofence_tree input,
#reports_use_home_geofence,
#reports_use_current_date,
#reports_individual_dates,
#reports_exclude_weekends,
#reports_user_tree input,
#reports_user_action_tree input,
#user_action_system_action,
#select-vehicle-container input,
#reports_poi_tree input,
#reports_workorder_tree input,
#saved_reports_tree input,
#reports_display_vehicle,
#reports_use_use_assigned_shifts,
#reports_use_exclude_weekends,
#reports_driver_tree input {
    /* width: unset !important; */
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.fencet_fenceGroup,
.fencet_fence {
    align-items: center !important;
}
#reports_telemetry_tree,
#reports_user_action_tree,
#reports_poi_tree {
    height: 288px;
    overflow: auto;
}
#liRpt_AquaDaily > a:hover {
    text-decoration: none !important;
}
#liRpt_AquaDaily > a:focus {
    text-decoration: none !important;
}
/* .demo-testing {
    overflow: scroll;
} */
.oneclickt_tree .oneclickt_item {
    display: flex;
    align-items: center !important;
}
.selectpicker {
    margin-right: unset !important;
}
.reportOptionContainer .geoPresenceTree .clickSelectGeofence,
.savedReportOptionContainer .geoPresenceTree .clickSelectGeofence {
    transform: translate(10%, -112%) !important;
}
.clickSelectNotification,
.clickMaintenanceType,
.clickSelectUserAction,
.clickSelectGeofence,
.clickSelectGeofenceUDC,
.select-vehicle-container,
.select-drivers-container,
.clickSelectPOI,
.clickTelemetry {
    max-height: 100%;
    /* overflow: auto; */
    width: 288px;
    height: 384px;
    position: fixed;
    z-index: 9999;
    border-radius: 3px;
    transform: translate(10%, -5%);
    background: #fff;
    box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.15) inset;
}
.daily-totals,
.supress-zero-data,
.ut_mastergroup,
.ut_userGroup,
.fencet_mastergroup {
    display: flex;
    align-items: center;
}
/* .daily-totals input,
.supress-zero-data input,
#reports_display_vehicles,
#reports_use_home_geofence {
    width: unset !important;
} */
.save-settings,
.one-click-manager-head {
    position: absolute;
    background-color: white;
    border: unset !important;
    color: #3879fa;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    display: flex;
    align-items: center;
    /* top: -7.3%;
    right: 1.9%; */
}
.modal-footer {
    background-color: white;
}
.one-click-report-options,
#add-new-one-click {
    display: none;
}
.ocr-report-list {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--Light-Theme-Border-aside, rgba(225, 228, 234, 0.4));
    background: var(--Light-Theme-Background-groupbar, #f6f7f9);
    color: rgba(102, 106, 117, 0.6);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.ocr-saved-report,
.ocr-new-report-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 40px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(225, 228, 234, 0.4);
}
#ocr-reports-option-list {
    height: calc(100% - 41px);
    overflow: auto;
}
.deleteSavedReport {
    display: none;
    cursor: pointer;
    height: 24px;
    width: 24px;
    padding: 4px;
    border-radius: 50%;
}
.deleteSavedReport:hover {
    background-color: rgba(255, 58, 63, 0.15);
}

.save-settings-analog {
    top: -50px;
    right: 15px;
}
#reports_notification_tree .nt_notif {
    height: 40px;
}
.save-settings-CAD {
    top: -50px;
    right: 15px;
}
.save-settings:hover,
#copygaugeviewbutton:hover,
#one-click-manager-btn:hover,
#add-new-one-click:hover {
    color: #3879fa !important;
    background: rgba(56, 121, 250, 0.15) !important;
}
.save-settings:active,
#copygaugeviewbutton:active {
    color: #3879fa !important;
    background: rgba(56, 121, 250, 0.3) !important;
}
.save-settings:active:focus,
#copygaugeviewbutton:active:focus {
    outline: unset !important;
}
.save-settings:focus {
    background: unset !important;
    color: #3879fa !important;
}
.save-settings:active {
    background: rgba(56, 121, 250, 0.3) !important;
    color: #3879fa !important;
}
.clear-settings {
    position: absolute;
    /* top: -7.3%;
    right: 12%; */
    /* margin-right: 5px; */
    background-color: white;
    border: unset !important;
    color: var(--status-colors-danger, #ff3a3f);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    display: flex;
    align-items: center;
}
.clear-settings-analog,
.clear-settings-CAD {
    top: -50px;
    right: 150px;
}
.clear-settings:hover,
.delete-widget-btn:hover {
    color: var(--status-colors-danger, #ff3a3f) !important;
    background: rgba(255, 58, 63, 0.15) !important;
}
.clear-settings:active {
    background: rgba(255, 58, 63, 0.15) !important;
    border: none !important;
}
.clear-settings:focus {
    background: unset !important;
}
.clear-settings:active:focus {
    outline: unset;
}
.dashboard-container .modal-backdrop {
    position: unset;
    opacity: 1;
}
#reports_notification_tree .nt_notif,
#reports_telemetry_tree .tmh_mastergroup,
#reports_telemetry_tree .tmh_data,
#reports_notification_maintenance_tree .notif_mastergroup,
#reports_notification_maintenance_tree .nt_notif,
#reports_user_tree .ut_tree .ut_item,
#reports_user_action_tree .uat_tree .uat_item {
    display: flex;
    align-items: center;
}
#reports_notification_tree .notif_mastergroup {
    display: flex;
    align-items: center;
    height: 40px;
}
.reports_notification_tree,
#OptionalColumnListDetail,
#reportUDCList {
    height: 135px;
    width: 224px;
    padding: 12px;
}
/* #OptionalColumnListDetail option,
#reportUDCList option {
    background: white !important;
    color: black;
} */
#run_report,
#run_report_client,
#run_report_veh_lic {
    /* margin-top: 5px; */
    transform: translate(0%, -150%);
    padding: 4px 12px;
    border-radius: 3px;
    background: #3879fa;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    height: 32px;
}
#run_report_client,
#run_report_veh_lic {
    width: 176px;
    margin: 20% auto;
    cursor: pointer;
    transform: unset;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#select-vehicle,
#select-geofence,
.select-geofence-header,
#select-user,
#select-notif,
#select-drivers,
#select-telemetry,
#select-maintenance-type,
#select-poi {
    padding: 14px 12px !important;
    height: 48px !important;
    margin-bottom: unset !important;
    border-bottom: 1px solid var(--light-theme-border-muted, #e1e4ea) !important;
    color: var(--light-theme-font-default, #202225);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.06px;
    text-transform: unset;
}
#reports_notification_tree,
#reports_vehicle_tree,
#reports_geofence_tree,
#reports_notification_maintenance_tree,
#reports_user_tree,
#reports_workorder_tree,
#reports_poi_tree,
#reports_driver_tree,
#saved_reports_tree,
#reports_user_action_tree,
.reportOptionContainer #reports_telemetry_tree {
    padding: 12px;
    overflow: auto;
    height: 288px !important;
}
.manager-container {
    display: none;
    height: 100%;
}
.mananger-container-style {
    display: flex;
    height: 100%;
}
.reportCriteriaHeight {
    height: 520px;
}
.reportOptionContainer .reportCriteriaHeight,
.savedReportOptionContainer .reportCriteriaHeight {
    height: unset;
}
.close-report-tree {
    height: 48px;
    display: flex;
    padding: 8px 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-top: 1px solid var(--light-theme-border-muted, #e1e4ea);
}
.one-click-footer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    justify-content: flex-end;
    height: 56px;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
}
.ok-button {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
    background: #3879fa;
    height: 32px;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    border-color: #3879fa;
}
.reports-config-header,
.reports-notifmedia-config-header,
.modaltitleNotif {
    color: var(--common-black, #10161a);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.06px;
    text-transform: capitalize;
}
.notifMediaTableHeader {
    position: sticky;
    top: 0;
    background-color: white;
    border-color: var(--darker-theme-black-shade2);
    box-shadow: 0 1px 0 0 #202225;
}
.report-range-ocr {
    display: none;
}
#enableScheduleReport,
#enableSavedScheduleReport {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#scheduling {
    cursor: pointer;
}
.reports-list-header {
    color: var(--light-theme-font-disabled, rgba(102, 106, 117, 0.6));
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.06px;
    text-transform: uppercase;
}
.clear-settings:focus,
.clear-settings:active {
    border: unset !important;
    color: var(--status-colors-danger, #ff3a3f) !important;
}
#new_list > li > a {
    color: var(--light-theme-font-muted, #666a75);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
    text-decoration: none;
}
#new_list > li > a:hover,
.reports-options:hover {
    color: rgb(56, 121, 250);
}
/*  */
/* Analytics Page*/
.analytics-icon {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
}
.analytics-custom-yes,
.analytics-custom-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(206, 208, 212, 0.3);
    border-radius: 3px;
    padding: 8px;
}
#customization_submit {
    display: none;
}
.customization-submit {
    display: flex;
    gap: 8px;
}
.ui-sortable-placeholder::before {
    content: "Drop your widget here...";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b7bac2;
    font-size: 12px;
}
.reportOptionContainer,
.schedulingReportConfig,
.savedSchedulingReport,
.savedReportOptionContainer {
    display: none;
    width: 100%;
    height: 45vh;
    border: 1px solid #e1e4ea;
    overflow: auto;
}
.reportOptionContainer .clickSelectNotification,
.reportOptionContainer .clickSelectGeofence {
    transform: translate(10%, -175%) !important;
}
#reports-option,
#saved-reports-option,
#savedScheduling {
    cursor: pointer;
}
.ocr-reportList {
    padding: 10px 8px 10px 12px;
    border-bottom: 1px solid var(--Light-Theme-Border-muted, #e1e4ea);
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.addingReportFooter {
    background: white;
    position: absolute;
    bottom: 0;
    height: 64px;
    width: 100%;
    border-top: 1px solid #ced0d4;
    z-index: 1;
    padding: 16px;
}
.reports-option-block {
    width: 100%;
    height: 40px;
    padding: 4px 12px;
    background-color: #f6f7f9;
    border: 1px solid #e1e4ea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-sortable-placeholder {
    padding: 10px;
    width: 32%;
    background-color: #f9fafb;
    border: 1px dashed #ced0d4;
}
.drag-widgets {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.ui-sortable-widgets {
    box-shadow: 0px 0px 4px 0px rgba(16, 22, 26, 0.04), -8px 8px 16px 0px rgba(16, 22, 26, 0.08);
    border: 1px solid #3879fa !important;
}
/* */
#mapStyleSelectList {
    border-color: #ffffff !important;
}
.map-menu-icon > svg {
    margin-left: 2px;
    margin-bottom: 2px;
}
.esri-search__submit-button {
    display: none !important;
}

.mediaButton {
    width: 100px;
}

.mapMenuTextStyle {
    text-shadow: none;
    background-image: none;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 130 !important;
}
.navPanel {
    position: absolute;
    top: 10px;
    bottom: 10px;
}
.esri-ui-top-left {
    bottom: 0;
    right: 0;
    top: unset !important;
    left: unset !important;
}
#theVideo {
    width: 100%;
}
.esri-zoom {
    flex-flow: unset !important;
}
.esri-zoom .esri-widget--button:last-child {
    border-top: unset !important;
}
.esri-zoom .esri-widget--button {
    background-color: #fff;
}
.esri-widget--button {
    height: 36px !important;
}
.esri-ui-corner .esri-component {
    box-shadow: unset !important;
}
.esri-zoom {
    background-color: unset !important;
}

@media all and (min-width: 36em) {
    #login .ui-content {
        width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-height: 740px) {
    #new_list > li > a {
        font-size: 12px;
    }
    #new_list > li {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .select-reports-bottom {
        height: 120px;
    }
}
@media screen and (max-height: 600px) {
    .select-reports-bottom {
        height: 160px;
    }
}
@media screen and (min-height: 850px) {
    .vehicle-search-content {
        height: 790px;
    }
    .vehicle-search-table {
        height: calc(100vh - 320px);
    }
}

#mainNav {
    margin-left: 51px;
}
/* Analytics */
.analytics-cards-container {
    display: flex;
    margin: 24px;
    margin-bottom: 14px;
    gap: 24px;
}
.analytics-charts-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 24px;
    margin-right: 14px;
    padding-right: 10px;
    margin-top: 0px !important;
    padding-top: 10px;
    gap: 24px;
    overflow-y: auto;
    height: 84%;
}
.vertical-label-style {
    position: absolute;
    top: 45%;
    transform: translateY(-50%) rotate(-90deg);
    color: var(--Font-Colors-Muted, #666a75);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}
.analytics-header {
    color: #10161a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
    line-height: 16px;
}
.toggle-button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
}
/* .driver-chart-container{
    margin-bottom:40px;
} */
.analytics-table-container {
    display: flex;
    justify-content: center;
    overflow-y: auto;
    max-height: 166px;
    margin-top: 5px;
    max-height: 60%;
}
.analtytics-table tbody tr td {
    /* text-align: center; */
    padding: 6px 12px;
}
.analtytics-table thead tr th {
    padding: 6px 12px;
}
.analtytics-table td:first-child {
    border-right: 1px solid transparent; /* Remove the border for the last td in each row */
}
.analtytics-table thead {
    border-bottom: 1px solid var(--border-default, #ced0d4);
    background: #e1e4ea;
}
.analtytics-table thead {
    border-bottom: 1px solid var(--border-default, #ced0d4);
    background: #e1e4ea;
}
.dropdown-select {
    order: 2;
    border-radius: 3px;
    border: 1px solid #e1e4ea;
    background: rgba(235, 242, 254, 0);
    padding: 6px 6px 6px 12px;
}
.dropdown-options {
    color: var(--Black, #202225);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
}
.analytics-chart-header {
    color: #4a4d55;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.06px;
}
.analytics-top-cards {
    height: 140px;
    background: #fff;
    border-radius: 5px;
}
.error-container {
    position: absolute;
    left: 40%;
    top: 45%;
    /* margin-top: 200px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.analytics-contact-info {
    color: var(--Font-Colors-Link, #3879fa);
}
.config-message-container {
    justify-content: center;
    background: #fff7e0;
    display: flex;
    height: 32px;
    position: absolute;
    align-items: center;
    /* padding: 8px 16px; */
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.fleet-widgets-container {
    flex: 1;
    width: 15%;
    padding-left: 12px;
    border-left: 2px solid #ced0d4;
}
.numeric-widget-title {
    color: var(--Font-Colors-Muted, #666a75);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: 0.06px;
}
.delete-widget-btn {
    background: unset;
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    border: unset;
}
.customBoxContainer {
    display: none;
}
.customBox {
    position: absolute;
    top: -12px;
    left: 47%;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 2px 3px 0px rgba(16, 22, 26, 0.1), 0px 0px 1px 0px rgba(16, 22, 26, 0.31);
}
.configure-message,
.add-widget-desc {
    color: var(--Font-Colors-Label, #666a75);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.06px;
    margin: unset;
}
.num-widgets-container {
    flex: 1;
    width: 25%;
    padding-left: 12px;
    border-left: 2px solid #ced0d4;
}
.num-widget-title {
    color: var(--Font-Colors-Muted, #666a75);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: 0.06px;
}
.main-widget-value,
.fleet-widget-value {
    color: var(--Secondary-Colors-Black, #10161a);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
    letter-spacing: 0.06px;
}
/* .error-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--Border-Muted, #e1e4ea);
    border-radius: 5px;
    margin: 0px 16px;
    padding: 40px 16px;
} */
.configure-link {
    background: unset;
    border: unset;
    color: var(--Font-Colors-Heading, #4a4d55);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
}
.maintenance-fence-header {
    color: var(--Light-Theme-Font-heading, #4a4d55);
    margin-bottom: unset;
    /* Subtitle/Subtitle 2 */
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    height: 44px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.06px;
    text-transform: uppercase;
    padding: 8px 8px 8px 12px;
}
.admin-list-tab {
    border-right: 2px solid var(--Light-Theme-Border-muted, #e1e4ea);
    background: var(--Light-Theme-Background-groupbar, #f6f7f9);
    height: 100%;
    width: 15%;
    padding: 24px 12px 12px 12px;
    display: flex;
    flex-direction: column;
}
#techdataviewTabs {
    display: none;
}
.tech-geofence-header {
    color: #202225;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.config-step-header {
    color: var(--Font-Colors-Default, #202225);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.06px;
    padding-top: 24px;
    padding-bottom: 4px;
}
.config-notif-steps {
    color: var(--Font-Colors-Default, #202225);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: 0.06px;
}
.analytics-chart-cards {
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--border-muted, #e1e4ea);
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader-icon {
    animation: rotate 2s linear infinite;
    fill: rgba(56, 121, 250, 0), rgba(56, 121, 250, 1);
}
.admin-manager {
    padding: 10px 0px;
    width: inherit;
    color: var(--Light-Theme-Font-disabled, rgba(102, 106, 117, 0.6));
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.06px;
    text-transform: uppercase;
}
@media screen and (min-width: 1600px) {
    #driver-graph {
        padding-bottom: 40px !important;
    }
    .error-container {
        padding: 50px 16px;
    }
}
@media (max-width: 1550px) {
    .analytics-chart-cards {
        height: 296px;
        width: 31% !important;
    }
    .fleet-overview-container {
        width: 63.7% !important;
    }
    .gauge-detail {
        min-height: auto;
    }
}
@media (max-width: 1300px) {
    .analytics-chart-cards {
        height: 266px;
        width: 31.8% !important;
    }
    .chart-canvas {
        height: 203px;
    }
    .fleet-overview-container {
        width: 65.8% !important;
    }
    .gauge-detail {
        min-height: 67vh !important;
    }
}
@media screen and (min-width: 1751px) {
    .chart-canvas {
        top: -26px;
    }
}
@media screen and (max-height: 820px) {
    .analytics-charts-container {
        height: 70%;
    }
    #new-nav-content {
        height: 340px !important;
    }
    .maint-fence-container {
        height: 80.3vh !important;
    }
    #tech-data-body {
        height: calc(80.2vh - 40px) !important;
    }
    #maintFenceList {
        height: calc(80.2vh - 46px) !important;
    }
    /* #poi_menu_wrapper {
        left: 500px !important;
    } */
    #map_wo_menu {
        top: 0px !important;
    }
    .reportOptionContainer,
    .schedulingReportConfig,
    .savedSchedulingReport,
    .savedReportOptionContainer {
        height: 38vh !important;
    }
}
@media screen and (min-height: 821px) and (max-height: 899px) {
    .analytics-charts-container {
        height: 78%;
    }
}
@media screen and (max-height: 910px) {
    .reportOptionContainer,
    .schedulingReportConfig,
    .savedSchedulingReport,
    .savedReportOptionContainer {
        height: 40vh;
    }
}
.report-empty-container {
    display: none;
    height: 20px;
}
@media screen and (max-height: 800px) {
    .report-content-container {
        overflow: auto;
    }
    .reports-options {
        font-size: 12px;
    }
    .report-header-container {
        height: unset !important;
    }
    .report-main-content {
        height: 79.5vh !important;
    }
}

@media screen and (max-width: 1010px) and (max-height: 800px) {
    .report-main-content {
        height: 77vh !important;
    }
}
/* @media screen and (min-width: 1050px) {
    .gauges {
        height: unset !important;
    }
} */
/* Restricted Input */
.context-menu-restricted {
    position: absolute;
    /* background-color: white; */
    border: 1px solid #ddd;
    border-radius: 2px;
    list-style: none;
    z-index: 9999;
    padding: 0;
    margin: 0;
}
.context-menu-restricted li {
    padding: 10px 15px;
}
.context-menu-restricted li:hover {
    background-color: lightblue;
}
.delete-restricted-notif {
    cursor: pointer;
    background: #ffffff;
    text-align: center;
}
.apiKeyErroMessage{
    position: absolute;
    display: none;
    top: 20%;
    left: 50%; 
    transform: translateX(-50%); 
    font-weight: 600;
    padding: 6px 12px 0 12px;
    min-height: 36px;
    border-radius: 3px;
    background: #fff;
    z-index: 9999;
    font-size: 14px;
    color: #666a75;
    box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.15) inset;
}

/* Map context menu */
#map-context-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
}

#map-context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-context-menu .menu-item {
    padding: 8px 12px;
    cursor: pointer;
}

#map-context-menu .menu-item:hover {
    background-color: #f0f0f0;
}
