body {
    overflow: hidden !important;
}

/*INDEX STYLES*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

#acc_nav {
    height: 30%;
    max-height: 30%;
}

#acc_nav .panel-body {
    overflow: auto;
    padding: 4px;
}

#inner-map-menu {
    z-index: 250;
    position: absolute;
    width: 400px;
    left: 300px;
}
/*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);
}
/* 
  #trackstar-logo {
  padding-top: 12px;
  padding-left: 5px;
  height: 45px;
}

#trackstar-logo {
  padding-top: 15px;
  padding-left: 5px;
  height: 40px;
}
*/

#mapStyleSelectList {
    font-size: 12px;
}

#navMainMenu {
    margin-bottom: 0px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

#map_menu {
    margin-bottom: 0px;
    padding: 0px;
    /* 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 16px;
  gap: 57.67px;
  background: #ffffff;
  border: 0;
  margin: 10px 0 10px 0;
  box-shadow: 0 0 0 #ffffff;
 */
}
/* */

#toaster {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999999999;
}

.ftoast {
    position: relative;
    min-width: 250px;
    max-width: 250px;
}

.ftoast .close {
    position: absolute;
    top: -1px;
    right: 3px;
}

#map {
    width: 100%;
}

#map table {
    background-color: transparent;
}

#map p {
    line-height: 0.7;
}

#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;
}

#map_poi_menu {
    z-index: 250;
}

.gauges {
    padding-right: 5px;
    padding-left: 5px;
}

.dashboardGauge {
    border-style: solid;
    border-width: 8px;
    border-color: black;
    border-radius: 8px;
    margin: 3px;
}

.dashboardGaugeDemo {
    border-style: solid;
    border-width: 8px;
    border-color: black;
    border-radius: 8px;
    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;
    text-align: center;
}

.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;
}

.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;
}

div#gaugelist li:hover {
    background-color: rgba(0, 91, 255, 0.35);
}

div#gaugelist li {
    padding: 3px;
    width: auto;
}

div#gaugelist {
    list-style: none;
    font-size: 17px;
    padding: 10px;
}

.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: underline;
}
/* View - VehicleTree */
.vt_vehicle.stationary {
    color: yellow;
}

.vt_tree,
.wo_tree,
.notif_tree,
.tmh_tree,
.dr_tree {
    padding: 0;
    margin: 0;
}

.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;
}

.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: #272b30;
    color: #ffffff;
    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_mastergroup {
    padding-left: 0px !important;
}

master_container {
    padding-left: 0px !important;
}

.vt_tree .vt_item,
.notif_tree .notif_item,
.tmh_tree .tmh_item,
.dr_tree .dr_item {
    list-style: none;
    /*padding-left: 2em;
  text-indent: -2em;*/
}

.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: 0;
    margin: 0;
}

.poit_tree .poit_item {
    margin: 0;
    padding-left: 2em;
    text-indent: -2em;
    list-style: none;
}

.poit_item:hover:not(.poit_tree_container) {
    background: #272b30;
    color: #ffffff;
    cursor: pointer;
}

.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 {
    margin: 0;
    padding-left: 2em;
    text-indent: -2em;
}

.fencet_item:hover:not(.fencet_tree_container) {
    background: #272b30;
    color: #ffffff;
    cursor: pointer;
}

.fencet_tree li {
    list-style: none;
}

.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;
}

.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: #272b30;
    color: #ffffff;
    cursor: pointer;
}

.ut_tree li,
.uat_tree li,
.nt_tree li,
.oneclickt_tree li {
    list-style: none;
}

.ut_tree .ut_item,
.uat_tree .uat_item,
.notif_tree .nt_item,
.oneclickt_tree .oneclickt_item {
    list-style: none;
}

.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;
}

.reduce_bs_tab_padding {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/* 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;
}

.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;
}

#NotificationPaneTableBody td {
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    border-top: 0px;
    border-bottom: 1px solid black;
}
/* */
/* 
  #NotificationPaneTableHeader {
  border: 1px solid var(--notification-headingBorder-lightMode);
}
*/

#NotificationPaneTableHeader th {
    padding: 0px;
    background: #337ab7;
    color: white;
    text-align: center;
    border: 1px solid black;
    overflow: hidden;
}

#NotificationPaneTableBody tr:hover td {
    background: linear-gradient(0deg, rgba(255, 58, 63, 0.2), rgba(255, 58, 63, 0.2)), var(--light-theme-white);
    border-bottom: 1px solid var(--notification-heading-lightMode);
    white-space: normal;
}
/* #337ab7; */
#NotificationPaneTableBody tr:hover {
    background-color: #007ac2;
}
.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 {
    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 {
    padding: 6px 15px;
}
/* */
.notification-value {
    padding: 4px 8px;
    gap: 10px;
    width: 23px;
    height: 20px;
    background: var(--notification-theme-lightMode-value);
    border-radius: 20px;
    font-size: 12px;
}
/* */
.table-data {
    overflow: scroll;
    height: 200px;
    margin-top: 32px;
}

#notifications-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 215px;
    z-index: 1; /* was set to -1 before??? */
    /*border: 3px solid #272b30;*/
}
#notification-controls {
    font-size: 14px;
    position: absolute;
    top: -7px;
    left: 0;
    /*width: 100px;*/
    z-index: 250;
}

#NotificationPanelHeader {
    padding-left: 12px;
}
.panel-group .panel + .panel {
    margin-top: 2px !important;
}
/*
  #btnNotifClear {
  width: 33px;
  height: 16px;
  border-color: #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.06px;

  color: var(--light-theme-clearBtn);
  padding: 0px 5px 0 5px;
  margin-right: 15px;
  margin-left: 10px;
}
*/

#btnNotifClear:hover {
    background-color: #ffffff;
}
/* */

.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%;
}

#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;
}

#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,
#map_wo_message #okBtn {
    margin-left: 50px;
}

.replayControlsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.replayControlsContainer-content,
.sliderSideBar {
    display: table-cell;
    vertical-align: middle;
}

.sliderSideBar {
    width: 200px;
}

#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 {
    z-index: 2;
    float: right;
}

.notifOpen td {
    white-space: normal !important;
}
/* */
/*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;
}

#navpanelheader button {
    float: right;
}

#mapcontainerview {
    margin: 0 200px 0 200px;
    /*position: relative;
    padding-right: 5px;
    padding-left: 5px;
	float: left;*/
}

.rotateAndHideNav {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -113px;
    height: 22px !important;
    overflow: hidden;
    top: 240px;
}

/* 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;
}

.esri-input.esri-search__input::placeholder {
    color: darkgrey;
}
/* 
  .search-bar {
  border: solid 1px rgba(110, 110, 110, 0.3);
}
*/

.esri-search__submit-button {
    border-right: solid 1px rgba(110, 110, 110, 0.3);
}
/* */
.mediaButton {
    width: 100px;
}

.mapMenuTextStyle {
    padding: 1px 1px 1px 5px;
    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;
}

#telemhistorytable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#telemhistorytable td,
#telemhistorytable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#telemhistorytable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#telemhistorytable tr:hover {
    background-color: #ddd;
}

#telemhistorytable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #337ab7;
    color: white;
}

#gpshistory {
    overflow: auto;
    height: 74vh;
}

#telemhistory {
    overflow: auto;
    height: 74vh;
}

#gpshistorytable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#gpshistorytable td,
#gpshistorytable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#gpshistorytable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#gpshistorytable tr:hover {
    background-color: #ddd;
}

#gpshistorytable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #337ab7;
    color: white;
}

#maintFenceList {
    font-size: 12px;
}

#maintFenceList ul {
    list-style-type: none;
}

#maintFenceList h3 {
    font-size: 16px;
}

#maintFenceList li:hover {
    background-color: lightblue;
}

@media all and (min-width: 36em) {
    #login .ui-content {
        width: 500px;
        margin: 0 auto;
    }
}

/* 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;
}
