﻿/*fleet*/
/*prosegurfleet*/
/*smartfleet*/
/*claroflotas*/
/*avisfleet*/
/*elitefleet*/
/*inmelfleet*/
/*seprom-fleet*/
/*transacarfleet*/
/*GENERAL*/
/*Shared Styles*/
/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 10px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.8);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar:horizontal {
  background-color: rgba(0, 0, 0, 0.09);
  height: 10px;
}
::-webkit-scrollbar-thumb:horizontal {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-width: 10px;
  /*Prevent it from getting too small */
}
/*#region Common markers*/
.orange-button-analytics {
  background-image: url("https://images.geo-track.com/www/common/Boton-Naranja.png?v=2.0.1.75");
  height: 37px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100px;
  background-position: center;
  flex-shrink: 0;
  margin-left: -10px;
  min-width: 100%;
  min-height: 100%;
  color: #fff;
  border: none;
}
.history-marker-icon {
  background-color: #F0713A;
  border-color: white;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  border-style: solid;
  height: 16px;
  width: 16px;
  z-index: 125;
}
.obd-history-stop-label {
  font-size: 9px;
  background: #000;
  text-align: center;
  line-height: 18px;
  color: #fff;
  display: inline-block;
}
.obd-history-stop-label-selected {
  font-size: 9px;
  background: #555;
  text-align: center;
  line-height: 18px;
  color: #fff;
  display: inline-block;
}
.history-stop-label {
  font-size: 9px;
  background: #00356A;
  text-align: center;
  line-height: 18px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.history-stop-label.first {
  background: #555;
}
.history-stop-label.last {
  background: green;
}
.history-stop-label.alert {
  background: red;
  border-radius: 15px;
  padding: 0rem 0rem !important;
  border: 0px none !important;
}
.history-stop-label-selected {
  font-size: 9px;
  background: #E58C0E;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
/*#endregion*/
/*#region  Traffic Legend*/
.google-traffic-legend {
  width: 436px;
  display: none;
  background: #fff;
  padding: 5px 10px;
  margin-top: 3px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
/*#endregion*/
/*#region Messages*/
#message-lock {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  width: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  display: none;
}
#fade-out-message-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  z-index: 1;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
#fade-out-message-container .left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #333;
  float: left;
  margin-top: 5px;
}
#fade-out-message-container .right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
  float: right;
  margin-top: 5px;
}
#fade-out-message-container .top {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  margin-left: 5px;
}
#fade-out-message-container .bottom {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #333;
  margin-top: 5px;
  margin-left: 5px;
}
#fade-out-message-container .message {
  background: #333;
  color: #fff;
  padding: 10px;
  width: 270px;
  float: left;
  font-size: 0.9em;
  line-height: 13px;
}
#fade-out-message-container .envelope {
  width: 297px;
}
#fade-out-message-container .envelope.l {
  margin-right: auto;
}
#fade-out-message-container .envelope.r {
  margin-left: auto;
}
#fade-out-message-container .message > div {
  display: block;
  width: 100%;
}
#fade-out-message-container .buttons {
  list-style: none;
  list-style-type: none;
  margin: 7px 0 0 0;
  padding: 0;
}
#fade-out-message-container .buttons li {
  cursor: pointer;
  background: #444;
  padding: 5px 7px;
  display: inline-block;
  float: right;
  margin-left: 3px;
}
#fade-out-message-container .buttons li:hover {
  background: #555;
}
#fade-out-message-searchAIresult-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  z-index: 1;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
#fade-out-message-searchAIresult-container .left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #333;
  float: left;
  margin-top: 5px;
}
#fade-out-message-searchAIresult-container .right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
  float: right;
  margin-top: 5px;
}
#fade-out-message-searchAIresult-container .top {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  margin-left: 5px;
}
#fade-out-message-searchAIresult-container .bottom {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #333;
  margin-top: 5px;
  margin-left: 5px;
}
#fade-out-message-searchAIresult-container .message {
  background: #fff;
  color: #333;
  padding: 10px;
  width: 270px;
  float: left;
  font-size: 0.9em;
  line-height: 13px;
}
#fade-out-message-searchAIresult-container .envelope {
  width: 297px;
}
#fade-out-message-searchAIresult-container .envelope.l {
  margin-right: auto;
}
#fade-out-message-searchAIresult-container .envelope.r {
  margin-left: auto;
}
#fade-out-message-searchAIresult-container .message > div {
  display: block;
  width: 100%;
}
#fade-out-message-searchAIresult-container .buttons {
  list-style: none;
  list-style-type: none;
  margin: 7px 0 0 0;
  padding: 0;
}
#fade-out-message-searchAIresult-container .buttons li {
  cursor: pointer;
  background: #ccc;
  padding: 5px 7px;
  display: inline-block;
  float: right;
  margin-left: 3px;
}
#fade-out-message-searchAIresult-container .buttons li:hover {
  background: #d1d1d1;
}
#fade-out-message-device-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  z-index: 1;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
#fade-out-message-device-container .left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #333;
  float: left;
  margin-top: 5px;
}
#fade-out-message-device-container .right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
  float: right;
  margin-top: 5px;
}
#fade-out-message-device-container .top {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  margin-left: 5px;
}
#fade-out-message-device-container .bottom {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #333;
  margin-top: 5px;
  margin-left: 5px;
}
#fade-out-message-device-container .message {
  background: #333;
  color: #fff;
  padding: 10px;
  width: 170px;
  float: left;
  font-size: 0.9em;
  line-height: 13px;
}
#fade-out-message-device-container .envelope {
  width: 297px;
}
#fade-out-message-device-container .envelope.l {
  margin-right: auto;
}
#fade-out-message-device-container .envelope.r {
  margin-left: auto;
}
#fade-out-message-device-container .message > div {
  display: block;
  width: 100%;
}
#fade-out-message-device-container .buttons {
  list-style: none;
  list-style-type: none;
  margin: 7px 0 0 0;
  padding: 0;
}
#fade-out-message-device-container .buttons li {
  cursor: pointer;
  background: #444;
  padding: 5px 7px;
  display: inline-block;
  float: right;
  margin-left: 3px;
}
#fade-out-message-device-container .buttons li:hover {
  background: #555;
}
/*#endregion*/
/*#region Leaflet overrides*/
.leaflet-popup-content-wrapper {
  /*  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;*/
}
.leaflet-popup-content {
  margin: 0 !important;
}
/*#endregion*/
/*#region KENDOU UI Overrides*/
.k-grid-content table tr:last-child td {
  border-bottom: 1px solid #aaa;
}
.k-button {
  font-size: 0.8em;
}
.k-grouping-header {
  font-size: 0.8em;
  background-image: none;
}
.k-grid-pager {
  font-size: 0.8em;
  background-image: none !important;
}
.k-grid-header th {
  background-image: none !important;
}
.k-state-selected {
  background-image: none !important;
}
.k-grid table tr.k-state-selected {
  color: #333;
}
.k-pager-numbers .k-state-selected {
  color: #333;
}
.k-tick .k-label {
  font-size: 0.75em;
}
/*#endregion*/
/*#region Map Coordinates*/
#coordinates {
  position: fixed;
  left: 388px;
  bottom: 65px;
  padding: 2px 10px;
  font-size: 0.8em;
  background: #333;
  color: #fff;
  border-radius: 10px;
  z-index: 500;
}
#coordinates .latitude {
  float: left;
}
#coordinates .longitude {
  float: left;
  margin-left: 10px;
}
/*#endregion*/
/*#region Goole API overrides*/
.pac-container {
  border: none;
  margin-left: -3px !important;
  margin-top: 7px !important;
  width: 456px !important;
  min-width: 456px !important;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.pac-item {
  padding: 3px 7px;
}
/*#endregion*/
/*#region Measure related*/
#measure-tip {
  z-index: 1000;
  width: 300px;
  background: #333;
  color: #fff;
  font-size: 0.8em;
  padding: 5px 10px;
  position: absolute;
  border-radius: 5px;
}
.measure-tip .title {
  font-weight: bold;
  color: #fff;
}
.measure-tip .measure {
  font-weight: normal;
  font-size: 0.95em;
  color: #e1e1e1;
}
.measure-tip .measure ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.measure-result {
  border-radius: 5px;
  z-index: 8000;
  padding: 10px;
  background: #666;
  color: #fff;
  height: 100px !important;
}
/*#endregion*/
/*#region Map ToolBar*/
.mtb-container {
  position: absolute;
  top: 20px;
  left: 100px;
  z-index: 500;
}
.mtb-container .map-list {
  display: block;
}
.mtb-container .map-list ul ul {
  display: none;
  list-style: none;
  position: relative;
  font-family: 'Montserrat';
}
.mtb-container .map-list ul li:hover > ul {
  display: block;
}
.mtb-container .map-list ul {
  list-style: none;
  position: relative;
  display: inline-table;
  padding: 0;
  margin: 0;
}
.mtb-container .map-list ul ul li {
  font-size: 0.9em;
  padding: 5px 10px;
  cursor: pointer;
  background: #e1e1e1;
  color: #666;
  opacity: 0.85;
}
.mtb-container .map-list .maps a {
  color: #fff;
  height: 32px !important;
  line-height: 31px;
  display: inline-block;
  background: #5f6975;
  font-size: 0.9em;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.mtb-container .tool-bar {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  padding: 3px 5px 3px 2px;
  margin: 0 0 7px 0;
  list-style: none;
  display: block;
  min-width: 508px;
  max-width: 545px;
}
.mtb-container .tool-bar li {
  float: left;
  display: none;
}
.mtb-container .tool-bar li div {
  cursor: pointer;
}
.mtb-container .stag-lit-view-container {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  height: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.stag-lit-view-tracking-online .stag-lit-view-container {
  display: none;
  margin-top: 4em;
  margin-left: 27em;
  padding: 3px;
  width: 450px;
  height: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
  z-index: 1000;
}
.mtb-container .stag-lit-view-container .viewer {
  width: 440px;
  height: 440px;
  margin: 5px auto;
  z-index: 1;
}
.stag-lit-view-tracking-online .stag-lit-view-container .viewer {
  width: 440px;
  height: 440px;
  margin: 5px auto;
  z-index: 1;
}
.mtb-container .stag-lit-view-container .close {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  border-radius: 0 3px 0 3px;
  top: 0;
  left: 432px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: bold;
}
.stag-lit-view-tracking-online .stag-lit-view-container .close {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  border-radius: 0 3px 0 3px;
  top: 0;
  left: 432px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: bold;
}
.mtb-container .stag-lit-view-container .close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.stag-lit-view-tracking-online .stag-lit-view-container .close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mtb-container .routing-container {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.mtb-container .routing-container .content {
  width: 440px;
  margin: 5px auto;
  z-index: 1;
}
.mtb-container .routing-container .actions {
  text-align: right;
}
.mtb-container .routing-container .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container .routing-container .actions a:hover {
  color: #333;
  text-decoration: underline;
}
.mtb-container .routing-container .separator {
  height: 1px;
  width: 90%;
  background: #f1f1f1;
}
.mtb-container .routing-container .label {
  background: #555;
  border-radius: 2px;
  color: #fff;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 2px;
  font-size: 1.2em;
}
.mtb-container .routing-container input {
  width: 350px;
  margin-left: 5px;
  border: 1px solid #fff;
  padding: 5px;
  float: left;
}
.mtb-container .routing-container .clear {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  margin-top: 3px;
  color: #f1f1f1;
  font-weight: bold;
  display: none;
}
.mtb-container .routing-container .clear:hover {
  color: #e1e1e1;
}
.mtb-container .routing-container .from {
  overflow: auto;
  margin: 2px 0;
}
.mtb-container .routing-container .to {
  overflow: auto;
  margin: 2px 0;
}
.mtb-container .routing-container .steps {
  display: none;
  margin-top: 5px;
  width: 100%;
}
.mtb-container .routing-container .steps .title {
  font-size: 1.3em;
  padding: 0 20px;
  margin: 10px 0 7px 0;
}
.mtb-container .routing-container .steps .detail {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mtb-container .routing-container .steps .detail .item {
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}
.mtb-container .routing-container .steps .detail .item:hover {
  background: #f1f1f1;
}
.mtb-container .routing-container .steps .detail .item .maneuver {
  vertical-align: top;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -483px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -414px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-slight-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -51px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-slight-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -377px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.straight {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -532px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.roundabout-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -230px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.roundabout-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -195px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-sharp-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -582px;
}
.mtb-container .routing-container .steps .detail .item .maneuver.turn-sharp-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 0;
}
.mtb-container .routing-container .steps .detail .item .instruction {
  margin-left: 5px;
  display: inline-block;
  max-width: 380px;
}
.mtb-container .routing-container .steps .detail .item .dist {
  font-size: 0.9em;
}
.mtb-container .routing-container .steps .detail .item .duration {
  font-size: 0.9em;
}
.mtb-container .routing-container .waypoints {
  padding: 15px 5px 0 5px;
}
.mtb-container .routing-container .waypoints .title {
  font-weight: bold;
}
.mtb-container .routing-container .waypoints .points {
  overflow: auto;
}
.mtb-container .routing-container .waypoints .points div {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 5px 0 0;
  display: inline-block;
  background: #5f6975;
}
.routing-from-icon {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -626px -285px;
  width: 24px;
  height: 24px;
}
.routing-to-icon {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -651px -285px;
  width: 24px;
  height: 24px;
}
.routing-stop {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -688px -293px;
  width: 9px;
  height: 9px;
}
.routing-way-point {
  background: #5f6975;
  border-radius: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 10px;
  height: 10px;
}
.mtb-container .free-search {
  padding: 0;
  width: 291px;
  /*  display:flex;*/
}
.mtb-container .free-search .input {
  margin-left: 1px;
  padding: 0 5px;
  width: 250px;
  height: 23px;
  float: left;
  border: 1px solid #f1f1f1;
}
.mtb-container .free-search .button {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -81px -50px;
  width: 24px;
  height: 25px;
  padding: 0;
  margin: 0;
  float: right;
  margin-top: 0.2em;
}
.mtb-container .free-search .button:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -81px 0;
}
.mtb-container .free-search .searching {
  display: none;
  background: url("https://images.geo-track.com/www/common/searching.gif?v=2.0.1.75");
  width: 15px;
  height: 15px;
  float: right;
  margin: 5px;
}
.mtb-container .marks {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px -50px;
  width: 27px;
  height: 25px;
  float: left;
}
.mtb-container .marks:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px 0;
}
.mtb-container .marks.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px -25px;
}
.mtb-container .marks.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .markers-groups {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  min-width: 25px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mtb-container .markers-groups .actions {
  text-align: right;
  float: right;
}
.mtb-container .markers-groups .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container .markers-groups .actions a:hover {
  color: #333;
  text-decoration: underline;
}
.mtb-container .markers-groups .hint-label {
  margin: 5px;
  float: left;
  width: 65%;
}
.mtb-container .markers-groups .ok {
  float: right;
  display: inline-block;
  padding: 3px 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3px;
}
.mtb-container .markers-groups .ok:hover {
  background: #aaa;
}
.mtb-container .markers-groups .list {
  max-height: 150px;
  overflow-x: hidden;
  overflow: scroll !important;
  float: left;
  width: 100%;
}
.mtb-container .markers-autocomplete {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 410px;
  background: #fff;
  float: left;
}
.mtb-container .markers-autocomplete .hint {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px -25px;
  width: 27px;
  height: 25px;
  float: left;
  margin-right: 3px;
}
.mtb-container .markers-autocomplete .input {
  padding: 0 5px;
  width: 360px;
  border: 1px solid #fff;
  height: 23px;
}
.mtb-container .zones {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -300px -50px;
  width: 27px;
  height: 25px;
  float: left;
}
.mtb-container .zones:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -300px 0;
}
.mtb-container .zones.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -300px -25px;
}
.mtb-container .zones.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -300px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .zones-groups {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mtb-container .zones-groups .actions {
  text-align: right;
  float: right;
}
.mtb-container .zones-groups .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container .zones-groups .actions a:hover {
  color: #333;
  text-decoration: underline;
}
.mtb-container .zones-groups .hint-label {
  margin: 5px;
  float: left;
  width: 65%;
}
.mtb-container .zones-groups .ok {
  float: right;
  display: inline-block;
  padding: 3px 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3px;
}
.mtb-container .zones-groups .ok:hover {
  background: #aaa;
}
.mtb-container .zones-groups .list {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.mtb-container .zones-autocomplete {
  margin-top: 3px;
  padding: 3px;
  width: 410px;
  background: #fff;
  float: left;
}
.mtb-container .zones-autocomplete .hint {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -351px -25px;
  width: 27px;
  height: 25px;
  float: left;
  margin-right: 3px;
}
.mtb-container .zones-autocomplete .input {
  padding: 0 5px;
  width: 360px;
  border: 1px solid #fff;
  height: 23px;
}
.mtb-container .google-traffic {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.71") -54px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .google-traffic:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.71") -54px 0;
}
.mtb-container .google-traffic.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.71") -54px -25px;
}
.mtb-container .google-traffic.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.71") -54px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .ruler {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -108px -50px;
  width: 27px;
  height: 25px;
  float: left;
}
.mtb-container .ruler:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -108px 0;
}
.mtb-container .ruler.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -108px -25px;
}
.mtb-container .ruler.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -108px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .ruler-sub-menu {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
.mtb-container .distance {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -297px -50px;
  width: 27px;
  height: 25px;
  display: block;
  cursor: pointer;
  float: left;
}
.mtb-container .distance:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -297px 0;
}
.mtb-container .distance.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -297px -25px;
}
.mtb-container .distance.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -297px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .area {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -50px;
  width: 27px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.mtb-container .area:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px 0;
}
.mtb-container .area.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -25px;
}
.mtb-container .area.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .zoom-to-all-objects {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -27px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .zoom-to-all-objects:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -27px 0;
}
.mtb-container .capture-map {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") 0 -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .capture-map:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") 0 0;
}
.mtb-container .draw-zone-on-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .draw-zone-on-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px 0;
}
.mtb-container .draw-zone-on-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -25px;
}
.mtb-container .draw-zone-on-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .draw-zone-on-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
}
.mtb-container .draw-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .draw-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px 0;
}
.mtb-container .draw-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -25px;
}
.mtb-container .draw-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .draw-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  opacity: 0.5;
}
.mtb-container .edit-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .edit-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px 0;
}
.mtb-container .edit-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -25px;
}
.mtb-container .edit-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .edit-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  opacity: 0.5;
}
.mtb-container .clear-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .clear-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px 0;
}
.mtb-container .clear-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -25px;
}
.mtb-container .clear-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .clear-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
}
.mtb-container .route-again {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .route-again:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px 0;
}
.mtb-container .route-again.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -25px;
}
.mtb-container .route-again.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .route-again.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  opacity: 0.5;
}
.mtb-container .draw-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .draw-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px 0;
}
.mtb-container .draw-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -25px;
}
.mtb-container .draw-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .draw-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
}
.mtb-container .clear-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .clear-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px 0;
}
.mtb-container .clear-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -25px;
}
.mtb-container .clear-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container .clear-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
}
.mtb-container .expand-collapse-map {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -378px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .expand-collapse-map.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -378px -25px;
}
.mtb-container .expand-collapse-map:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -378px 0;
}
.mtb-container .show-hide-labels-layer {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -432px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .show-hide-labels-layer:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -432px 0;
}
.mtb-container .show-hide-labels-layer.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -432px -25px;
}
.mtb-container .show-hide-labels-alias {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -461px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .show-hide-labels-alias:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -461px 0;
}
.mtb-container .show-hide-labels-alias.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -461px -25px;
}
.mtb-container1 .move-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -270px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container1 .move-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -270px 0;
}
.mtb-container1 .move-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -270px -25px;
}
.mtb-container .show-hide-course-direction-indicators {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -489px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container .show-hide-course-direction-indicators:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -489px 0;
}
.mtb-container .show-hide-course-direction-indicators.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -489px -25px;
}
#search-result {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
  width: 376px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  opacity: 0.9;
}
.search-result-tracking-online {
  left: 71em !important;
}
#search-result .item {
  margin: 5px;
  padding: 5px 10px;
  background: #f1f1f1;
  cursor: pointer;
  line-height: 24px;
  overflow: auto;
  border-radius: 5px;
}
#search-result .item:hover {
  background: #d1d1d1;
}
#search-result .item .address {
  float: right;
  width: 290px;
}
#search-result .item .osm {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -311px -36px;
  height: 24px;
  width: 24px;
}
#search-result .item .lw {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -287px -36px;
  height: 24px;
  width: 24px;
}
/*#endregion*/
/*#region Direction indicators */
.course-indicator .direction-n {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") 0 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-ne {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -26px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-e {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -52px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-se {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -78px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-s {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -104px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-so {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -130px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-o {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -156px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .direction-no {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators.png?v=2.0.1.75") -182px 0;
  width: 25px;
  height: 25px;
}
/*#endregion*/
/*#region Direction indicators out-coverage */
.course-indicator .out-coverage-direction-n {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") 0 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-ne {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -26px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-e {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -52px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-se {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -78px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-s {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -104px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-so {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -130px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-o {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -156px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .out-coverage-direction-no {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -182px 0;
  width: 25px;
  height: 25px;
}
/*#endregion*/
/*#region Direction indicators stopped */
.course-indicator .stopped-direction-n {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -211px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-ne {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -237px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-e {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -263px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-se {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -289px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-s {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -315px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-so {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -341px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-o {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -367px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .stopped-direction-no {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -393px 0;
  width: 25px;
  height: 25px;
}
/*#endregion*/
/*#region Direction indicators ignition-on */
.course-indicator .ignition-on-direction-n {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -420px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-ne {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -446px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-e {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -472px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-se {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -498px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-s {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -524px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-so {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -550px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-o {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -576px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-on-direction-no {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -602px 0;
  width: 25px;
  height: 25px;
}
/*#endregion*/
/*#region Direction indicators ignition-off */
.course-indicator .ignition-off-direction-n {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -631px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-ne {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -657px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-e {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -683px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-se {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -709px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-s {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -735px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-so {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -761px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-o {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -787px 0;
  width: 25px;
  height: 25px;
}
.course-indicator .ignition-off-direction-no {
  background: url("https://images.geo-track.com/www/common/course-direction-indicators-status.png?v=2.0.1.75") -813px 0;
  width: 25px;
  height: 25px;
}
/*#endregion*/
/*#region jQuery overrides*/
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-size: 10px;
  border-width: 2px;
}
.ui-autocomplete {
  font-size: 0.9em;
  z-index: 99999 !important;
  border-radius: 0;
  border: 1px solid #fff;
  margin-top: 35px !important;
  margin-left: -50px;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ui-timepicker-div {
  z-index: 409 !important;
}
#ui-datepicker-div {
  z-index: 9001 !important;
}
div.ui-datepicker,
div.ui-timepicker {
  font-size: 10px;
}
.ui-icon {
  background-image: url("https://images.geo-track.com/www/common/ui-icons-white.png") !important;
}
/*#endregion*/
/*#region Alert Types*/
.alert-type-default {
  background-image: url("https://images.geo-track.com/www/common/alert-type-default.png");
  background-repeat: no-repeat;
  background-size: 1.8em;
}
.alert-type-0 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-1 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-2 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -27px -4px;
}
.alert-type-3 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -52px -4px;
}
.alert-type-4 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-5 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-6 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -27px -4px;
}
.alert-type-7 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-8 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-9 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -27px -4px;
}
.alert-type-10 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-11 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-12 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2px -4px;
}
.alert-type-13 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -27px -4px;
}
.alert-type-14 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -77px -4px;
}
.alert-type-15 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -102px -4px;
}
.alert-type-16 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -127px -4px;
}
.alert-type-17 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -152px -4px;
}
.alert-type-18 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -177px -4px;
}
.alert-type-19 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -202px -4px;
}
.alert-type-20 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -227px -4px;
}
.alert-type-21 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -52px -4px;
}
.alert-type-22 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -252px -4px;
}
.alert-type-23 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -277px -4px;
}
.alert-type-24 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -302px -4px;
}
.alert-type-25 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -327px -4px;
}
.alert-type-30 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -352px -4px;
}
.alert-type-31 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -377px -4px;
}
.alert-type-35 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -402px -4px;
}
.alert-type-36 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -427px -4px;
}
.alert-type-37 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -402px -4px;
}
.alert-type-38 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -452px -4px;
}
.alert-type-39 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -477px -4px;
}
.alert-type-40 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -502px -4px;
}
.alert-type-41 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -477px -4px;
}
.alert-type-42 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -502px -4px;
}
.alert-type-43 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -528px -4px;
}
.alert-type-44 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -252px -4px;
}
.alert-type-45 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2753px -4px;
}
.alert-type-64 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -302px -4px;
}
.alert-type-65 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -327px -4px;
}
.alert-type-66 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -577px -4px;
}
.alert-type-67 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -602px -4px;
}
.alert-type-68 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2210px -4px;
}
.alert-type-69 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -653px -4px;
}
.alert-type-70 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -677px -4px;
}
.alert-type-71 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -702px -4px;
}
.alert-type-72 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -727px -4px;
}
.alert-type-73 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1192px -4px;
}
.alert-type-74 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1634px -4px;
}
.alert-type-75 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -802px -4px;
}
.alert-type-76 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -827px -4px;
}
.alert-type-77 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -853px -4px;
}
.alert-type-78 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1608px -4px;
}
.alert-type-79 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1166px -4px;
}
.alert-type-81 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -202px -4px;
}
.alert-type-86 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1218px -4px;
}
.alert-type-99 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1688px -4px;
}
.alert-type-100 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1661px -4px;
}
.alert-type-105 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -879px -4px;
}
.alert-type-108 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -906px -4px;
}
.alert-type-109 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -932px -4px;
}
.alert-type-110 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -958px -4px;
}
.alert-type-111 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -152px -4px;
}
.alert-type-118 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -177px -4px;
}
.alert-type-119 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -202px -4px;
}
.alert-type-121 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -52px -4px;
}
.alert-type-129 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -984px -4px;
}
.alert-type-131 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1140px -4px;
}
.alert-type-132 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1011px -4px;
}
.alert-type-133 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1036px -4px;
}
.alert-type-134 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1062px -4px;
}
.alert-type-135 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1088px -4px;
}
.alert-type-136 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1114px -4px;
}
.alert-type-137 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1244px -4px;
}
.alert-type-138 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1270px -4px;
}
.alert-type-139 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1296px -4px;
}
.alert-type-140 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1322px -4px;
}
.alert-type-141 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1348px -4px;
}
.alert-type-142 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1374px -4px;
}
.alert-type-143 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1400px -4px;
}
.alert-type-145 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1739px -4px;
}
.alert-type-146 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1714px -4px;
}
.alert-type-147 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1792px -4px;
}
.alert-type-148 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1766px -4px;
}
.alert-type-149 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1846px -4px;
}
.alert-type-150 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1819px -4px;
}
.alert-type-151 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2444px -4px;
}
.alert-type-152 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1897px -4px;
}
.alert-type-155 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2742px -4px;
}
.alert-type-156 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2235px -4px;
}
.alert-type-157 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2287px -4px;
}
.alert-type-158 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2313px -4px;
}
.alert-type-159 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2339px -4px;
}
.alert-type-160 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2364px -4px;
}
.alert-type-161 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2390px -4px;
}
.alert-type-162 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2416px -4px;
}
.alert-type-163 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2260px -4px;
}
.alert-type-164 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2184px -4px;
}
.alert-type-165 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2467px -4px;
}
.alert-type-166 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -1950px -4px;
}
.alert-type-167 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2493px -4px;
}
.alert-type-168 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2518px -4px;
}
.alert-type-169 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2545px -4px;
}
.alert-type-170 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2571px -4px;
}
.alert-type-171 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2622px -4px;
}
.alert-type-172 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2596px -4px;
}
.alert-type-179 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2185px -4px;
}
.alert-type-180 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2675px -4px;
}
.alert-type-181 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2726px -4px;
}
.alert-type-182 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2700px -4px;
}
.alert-type-229 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2780px -4px;
}
.alert-type-233 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2857px -4px;
}
.alert-type-234 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2881px -4px;
}
.alert-type-235 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2804px -4px;
}
.alert-type-236 {
  background: url("https://images.geo-track.com/www/common/alert_v_02.png") -2830px -4px;
}
/*#endregion*/
/*#region Device tool bar and status*/
.lookState-status-container {
  display: inline-block;
}
.lookState-status-container.locked {
  background: url("https://images.geo-track.com/www/common/locked.png");
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  width: 17px;
}
.lookState-status-container.unlocked {
  background: url("https://images.geo-track.com/www/common/unlocked.png");
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  width: 17px;
}
.device-gauges {
  padding: 0;
  margin-top: 10px;
}
.device-gauges .hidden {
  display: none;
}
.device-gauges .lock-states {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
  margin: 0 3px 0 5px;
}
.device-gauges .lock-states.disabled {
  opacity: 0.7;
}
.device-gauges .lock-states.charger-connected {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -312px;
}
.device-gauges .lock-states.charger-connected.disabled {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -329px;
}
.device-gauges .lock-states.in-movement {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -363px;
}
.device-gauges .lock-states.in-movement.disabled {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -380px;
}
.device-gauges .battery-status-container {
  display: inline-block;
  vertical-align: top;
}
.device-gauges .internal-battery-status-container {
  display: inline-block;
  vertical-align: top;
}
.device-gauges .gps-report-state {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.device-gauges .gps-report-state .gps-ok {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/gps-ok.png?v=2.0.1.75");
  background-size: 16px;
}
.device-gauges .gps-report-state .old-gps {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/old-gps.png?v=2.0.1.75");
  background-size: 16px;
}
.device-gauges .gps-report-state .no-gps {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/no-gps.png?v=2.0.1.75");
  background-size: 16px;
}
.device-gauges .gprs-report-state {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}
.device-gauges .gprs-report-state .gprs-online {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/statusgreen.gif?v=2.0.1.75");
  background-size: 16px;
}
.device-gauges .gprs-report-state .gprs-off {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/gprs-off.png?v=2.0.1.75");
  background-size: 16px;
}
.device-tool-bar {
  padding: 0;
  margin-top: 10px;
}
.device-tool-bar .button {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.device-tool-bar .button.inactive {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.device-tool-bar .button.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.device-tool-bar .button.disabled:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.device-tool-bar .hidden {
  display: none;
}
.device-tool-bar .track {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 0;
}
.device-tool-bar .trace {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -16px;
}
.device-tool-bar .extra-info {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -32px;
}
.device-tool-bar .pull-gps {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -128px;
}
.device-tool-bar .pulling-gps {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -144px;
}
.device-tool-bar .pull-gps-ok {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -160px;
}
.device-tool-bar .btn-camera {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -480px;
}
.device-tool-bar .btn-explore-indicator {
  background: url("https://images.geo-track.com/www/common/btn-explore-indicator.png?v=2.0.1.75") no-repeat;
}
.device-tool-bar .settings {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -48px;
}
.device-tool-bar .toggle-device-visible {
  background: url("https://images.geo-track.com/www/common/hide-tool-bar-show.png?v=2.0.1.75");
}
.device-tool-bar .toggle-device-visible.disabled {
  background: url("https://images.geo-track.com/www/common/hide-tool-bar-hide.png?v=2.0.1.75");
}
.device-tool-bar .external-device {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -614px;
  float: right;
  margin-right: 0px;
  cursor: text;
}
.shared-location {
  background: url("https://images.geo-track.com/www/common/share-location.png?v=2.0.1.75") no-repeat;
  float: right;
  margin-right: 0px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.device-status-container {
  display: inline-block;
  vertical-align: top;
}
.device-status-container .ONLINE {
  background: url("https://images.geo-track.com/www/common/statusgreen.gif?v=2.0.1.75");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.device-status-container .OFFOROUTOFCOVERAGE {
  background: url("https://images.geo-track.com/www/common/statusgray.gif?v=2.0.1.75");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.device-status-container .NOGPS {
  background: url("https://images.geo-track.com/www/common/statusblue.gif?v=2.0.1.75");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.device-status-container .INACTIVE {
  background: url("https://images.geo-track.com/www/common/statusred.gif?v=2.0.1.75");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.device-status-container .EXPIRED {
  background: url("https://images.geo-track.com/www/common/statusgray.gif?v=2.0.1.75");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.device-marker .white-1 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") 0px 0;
}
.device-marker .white-2 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -37px 0;
}
.device-marker .white-3 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -74px 0;
}
.device-marker .white-4 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -111px 0;
}
.device-marker .white-5 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -148px 0;
}
.device-marker .white-6 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -185px 0;
}
.device-marker .white-7 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -222px 0;
}
.device-marker .white-8 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -259px 0;
}
.device-marker .white-9 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -296px 0;
}
.device-marker .white-10 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -333px 0;
}
.device-marker .white-11 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -370px 0;
}
.device-marker .white-12 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -407px 0;
}
.device-marker .white-13 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -444px 0;
}
.device-marker .white-14 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -481px 0;
}
.device-marker .white-15 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -518px 0;
}
.device-marker .white-16 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -555px 0;
}
.device-marker .white-17 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -592px 0;
}
.device-marker .white-18 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -629px 0;
}
.device-marker .white-19 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -666px 0;
}
.device-marker .white-20 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -703px 0;
}
.device-marker .white-21 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -740px 0;
}
.device-marker .white-22 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -777px 0;
}
.device-marker .white-23 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -814px 0;
}
.device-marker .white-24 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -851px 0;
}
.device-marker .white-25 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -888px 0;
}
.device-marker .white-26 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -925px 0;
}
.device-marker .white-27 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -962px 0;
}
.device-marker .white-28 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -999px 0;
}
.device-marker .white-29 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1036px 0;
}
.device-marker .white-30 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1073px 0;
}
.device-marker .white-31 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1110px 0;
}
.device-marker .white-32 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1147px 0;
}
.device-marker .white-33 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1184px 0;
}
.device-marker .white-34 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1221px 0;
}
.device-marker .white-35 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1258px 0;
}
.device-marker .white-36 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1295px 0;
}
.device-marker .white-37 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1332px 0;
}
.device-marker .white-38 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1369px 0;
}
.device-marker .white-39 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1406px 0;
}
.device-marker .white-40 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1443px 0;
}
.device-marker .white-41 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1480px 0;
}
.device-marker .white-42 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1517px 0;
}
.device-marker .white-43 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1554px 0;
}
.device-marker .white-44 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1591px 0;
}
.device-marker .white-45 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1628px 0;
}
.device-marker .white-46 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1665px 0;
}
.device-marker .white-47 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1702px 0;
}
.device-marker .white-48 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1739px 0;
}
.device-marker .white-49 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1776px 0;
}
.device-marker .white-50 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1813px 0;
}
.device-marker .white-51 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1850px 0;
}
.device-marker .white-52 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1887px 0;
}
.device-marker .white-53 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1924px 0;
}
.device-marker .white-54 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1961px 0;
}
.device-marker .white-55 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1998px 0;
}
.device-marker .white-56 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2035px 0;
}
.device-marker .white-57 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2072px 0;
}
.device-marker .white-58 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2109px 0;
}
.device-marker .white-59 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2146px 0;
}
.device-marker .white-60 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2183px 0;
}
.device-marker .white-61 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2220px 0;
}
.device-marker .white-62 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2257px 0;
}
.device-marker .white-63 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2294px 0;
}
.device-marker .white-64 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2331px 0;
}
.device-marker .white-65 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2368px 0;
}
.device-marker .white-66 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2405px 0;
}
.device-marker .white-67 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2442px 0;
}
.device-marker .white-68 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2479px 0;
}
.device-marker .white-69 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2516px 0;
}
.device-marker .white-70 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2553px 0;
}
.device-marker .white-71 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2590px 0;
}
.device-marker .white-72 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2627px 0;
}
.device-marker .white-73 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2664px 0;
}
.device-marker .white-74 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2701px 0;
}
.device-marker .white-75 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2738px 0;
}
.device-marker .white-76 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2775px 0;
}
.device-marker .white-77 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2812px 0;
}
.device-marker .white-78 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2849px 0;
}
.device-marker .black-1 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") 0px 0;
}
.device-marker .black-2 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -37px 0;
}
.device-marker .black-3 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -74px 0;
}
.device-marker .black-4 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -111px 0;
}
.device-marker .black-5 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -148px 0;
}
.device-marker .black-6 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -185px 0;
}
.device-marker .black-7 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -222px 0;
}
.device-marker .black-8 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -259px 0;
}
.device-marker .black-9 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -296px 0;
}
.device-marker .black-10 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -333px 0;
}
.device-marker .black-11 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -370px 0;
}
.device-marker .black-12 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -407px 0;
}
.device-marker .black-13 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -444px 0;
}
.device-marker .black-14 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -481px 0;
}
.device-marker .black-15 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -518px 0;
}
.device-marker .black-16 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -555px 0;
}
.device-marker .black-17 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -592px 0;
}
.device-marker .black-18 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -629px 0;
}
.device-marker .black-19 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -666px 0;
}
.device-marker .black-20 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -703px 0;
}
.device-marker .black-21 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -740px 0;
}
.device-marker .black-22 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -777px 0;
}
.device-marker .black-23 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -814px 0;
}
.device-marker .black-24 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -851px 0;
}
.device-marker .black-25 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -888px 0;
}
.device-marker .black-26 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -925px 0;
}
.device-marker .black-27 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -962px 0;
}
.device-marker .black-28 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -999px 0;
}
.device-marker .black-29 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1036px 0;
}
.device-marker .black-30 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1073px 0;
}
.device-marker .black-31 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1110px 0;
}
.device-marker .black-32 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1147px 0;
}
.device-marker .black-33 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1184px 0;
}
.device-marker .black-34 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1221px 0;
}
.device-marker .black-35 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1258px 0;
}
.device-marker .black-36 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1295px 0;
}
.device-marker .black-37 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1332px 0;
}
.device-marker .black-38 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1369px 0;
}
.device-marker .black-39 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1406px 0;
}
.device-marker .black-40 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1443px 0;
}
.device-marker .black-41 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1480px 0;
}
.device-marker .black-42 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1517px 0;
}
.device-marker .black-43 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1554px 0;
}
.device-marker .black-44 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1591px 0;
}
.device-marker .black-45 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1628px 0;
}
.device-marker .black-46 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1665px 0;
}
.device-marker .black-47 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1702px 0;
}
.device-marker .black-48 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1739px 0;
}
.device-marker .black-49 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1776px 0;
}
.device-marker .black-50 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1813px 0;
}
.device-marker .black-51 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1850px 0;
}
.device-marker .black-52 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1887px 0;
}
.device-marker .black-53 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1924px 0;
}
.device-marker .black-54 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1961px 0;
}
.device-marker .black-55 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1998px 0;
}
.device-marker .black-56 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2035px 0;
}
.device-marker .black-57 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2072px 0;
}
.device-marker .black-58 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2109px 0;
}
.device-marker .black-59 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2146px 0;
}
.device-marker .black-60 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2183px 0;
}
.device-marker .black-61 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2220px 0;
}
.device-marker .black-62 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2257px 0;
}
.device-marker .black-63 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2294px 0;
}
.device-marker .black-64 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2331px 0;
}
.device-marker .black-65 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2368px 0;
}
.device-marker .black-66 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2405px 0;
}
.device-marker .black-67 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2442px 0;
}
.device-marker .black-68 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2479px 0;
}
.device-marker .black-69 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2516px 0;
}
.device-marker .black-70 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2553px 0;
}
.device-marker .black-71 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2590px 0;
}
.device-marker .black-72 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2627px 0;
}
.device-marker .black-73 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2664px 0;
}
.device-marker .black-74 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2701px 0;
}
.device-marker .black-75 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2738px 0;
}
.device-marker .black-76 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2775px 0;
}
.device-marker .black-77 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2812px 0;
}
.device-marker .black-78 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2849px 0;
}
.battery-status {
  width: 36px;
  height: 16px;
  float: left;
}
.battery-status.level-0 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 0;
}
.battery-status.level-1 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -17px;
}
.battery-status.level-2 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -33px;
}
.battery-status.level-3 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -49px;
}
.battery-status.level-4 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -65px;
}
.battery-status.level-5 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -81px;
}
.battery-status.level-6 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -97px;
}
.battery-status.level-7 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -113px;
}
.battery-status.level-8 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -129px;
}
.battery-status.level-9 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -145px;
}
.battery-status.level-10 {
  background: url("https://images.geo-track.com/www/common/battery-levels.png?v=2.0.1.75") 0 -161px;
}
.battery-percentage {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.internal-battery-status {
  width: 8px;
  height: 16px;
  float: left;
}
.internal-battery-status.level-0 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") 0 0;
}
.internal-battery-status.level-1 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -8px 0;
}
.internal-battery-status.level-2 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -16px 0;
}
.internal-battery-status.level-3 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -24px 0;
}
.internal-battery-status.level-4 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -32px 0;
}
.internal-battery-status.level-5 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -40px 0;
}
.internal-battery-status.level-6 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -48px 0;
}
.internal-battery-status.level-7 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -56px 0;
}
.internal-battery-status.level-8 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -64px 0;
}
.internal-battery-status.level-9 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -72px 0;
}
.internal-battery-status.level-10 {
  background: url("https://images.geo-track.com/www/common/internal-battery-levels.png?v=2.0.1.75") -80px 0;
}
.internal-battery-percentage {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.ignition-status {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ignition-status.on {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -96px;
}
.ignition-status.off {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -112px;
}
.ignition-status.unknown {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -196px;
}
.ignition-status.on.fridge {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -244px;
}
.ignition-status.off.fridge {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -261px;
}
.ignition-status.unknown.fridge {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -278px;
}
.device-gauges .internal-temperature-status-container {
  display: inline-block;
  vertical-align: top;
}
.internal-temperature-status {
  width: 8px;
  height: 16px;
  float: left;
}
.internal-temperature-percentage {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.internal-temperature-status.level {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") -3px -178px;
}
.internal-temperature-tooltip {
  font-size: 11px;
}
.device-gauges .internal-humidity-status-container {
  display: inline-block;
  vertical-align: top;
}
.internal-humidity-status {
  width: 12px;
  height: 17px;
  float: left;
}
.internal-humidity-percentage {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.internal-humidity-status.level {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") -2px -396px;
}
.internal-humidity-tooltip {
  font-size: 11px;
}
.internal-speed-container {
  display: inline-block;
  vertical-align: top;
}
.internal-speed {
  width: 12px;
  height: 17px;
  float: left;
}
.internal-speed-value {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.internal-speed-status.level {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/speed.png?v=2.0.1.75");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.internal-speed-tooltip {
  font-size: 11px;
}
.vehicle-drivers-container {
  font-size: 0.91em;
}
.external-battery-level-color-container {
  display: inline-block;
  vertical-align: top;
}
.external-battery-level-color {
  width: 16px;
  height: 17px;
  float: left;
}
.external-battery-level-value {
  font-family: Verdana;
  font-size: 9px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  line-height: 16px;
}
.external-battery-level-color.green {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -546px;
}
.external-battery-level-color.orange {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -564px;
}
.external-battery-level-color.red {
  background: url("https://images.geo-track.com/www/common/device-tool-bar-external.png?v=2.0.1.75") 0 -582px;
}
/*#endregion*/
/*#region Devices */
.devices form .assigned-drivers {
  line-height: 13px;
  padding: 5px 10px 7px 10px;
}
.devices form .assigned-drivers .driver-with-key {
  font-weight: 700;
}
.device .alternate-command {
  display: inline-block;
  border-radius: 10px;
  padding: 0 15px;
  line-height: 23px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 0.85em;
  text-decoration: none;
}
.device .alternate-command:hover {
  background-color: #666;
}
.device .alternate-command.disabled {
  background-color: #666;
  cursor: default;
  background: #ccc;
  color: #333;
}
.device .command.disabled {
  background-color: #666;
  cursor: default;
  background: #ccc;
  color: #333;
}
.device .sending-command {
  color: #555;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  text-decoration: none;
  background: #c1c1c1;
  padding: 0 10px;
  border-radius: 10px;
}
.device .command-sent {
  color: #fff;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  text-decoration: none;
  background: #333;
  padding: 0 10px;
  border-radius: 10px;
}
.device .command-time-out {
  color: #fff;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  text-decoration: none;
  background: #FF4D4D;
  padding: 3px 10px;
  border-radius: 10px;
  width: 390px;
}
.device .warning {
  color: #444;
  font-size: 0.9em;
  padding: 5px;
  line-height: 11px;
  background: #F9EDBE;
}
.device .k-slider-horizontal {
  float: left;
  width: 350px;
  height: 26px;
  margin-right: 10px;
}
/*#endregion*/
/*#region Device Tip */
.device-tip .model-name {
  font-weight: bold;
  color: #000;
}
.device-tip .alias {
  font-weight: bold;
  color: #555;
}
.device-tip .last-address {
  font-weight: normal;
  font-size: 0.95em;
  color: #666;
}
.device-tip .km {
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
  line-height: 12px;
}
.device-tip .hourmeter {
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}
.device-tip .speed {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 12px;
  margin-bottom: 4px;
}
.device-tip .unit-phone {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 12px;
  margin-bottom: 5px;
}
.device-tip .message-time-label {
  font-size: 0.96em;
  font-weight: bold;
}
.device-tip .emergency-contact-container {
  margin-top: 3px;
}
.device-tip .emergency-contact-container .emergency-contact-label {
  font-size: 0.96em;
  font-weight: bold;
}
.device-tip .emergency-contact-container .city {
  font-weight: normal;
  font-size: 0.95em;
  color: #666;
}
.device-tip .emergency-contact-container .phone {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 13px;
}
/*#endregion*/
/*#region Device Tip Versión 2 */
.device-tip-v2 .model-name {
  font-weight: bold;
  color: #000;
}
.device-tip-v2 .alias {
  font-weight: bold;
  color: #555;
}
.device-tip-v2 .last-address {
  font-weight: normal;
  font-size: 0.95em;
  color: #666;
}
.device-tip-v2 .km {
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
  line-height: 12px;
}
.device-tip-v2 .hourmeter {
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
  margin-bottom: 2px;
}
.device-tip-v2 .speed {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 12px;
  margin-bottom: 4px;
}
.device-tip-v2 .unit-phone {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 12px;
  margin-bottom: 5px;
}
.device-tip-v2 .message-time-label {
  font-size: 0.96em;
  font-weight: bold;
}
.device-tip-v2 .emergency-contact-container {
  margin-top: 3px;
}
.device-tip-v2 .emergency-contact-container .emergency-contact-label {
  font-size: 0.96em;
  font-weight: bold;
}
.device-tip-v2 .emergency-contact-container .city {
  font-weight: normal;
  font-size: 0.95em;
  color: #666;
}
.device-tip-v2 .emergency-contact-container .phone {
  font-size: 0.95em;
  font-weight: bold;
  color: #999;
  line-height: 13px;
}
.device-tip-v2 .show-table {
  font-size: 0.95em;
  line-height: 12px;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.device-tip-v2 .show-title {
  display: table-header-group;
  font-weight: bold;
  color: #000;
}
.device-tip-v2 .show-content {
  display: table-header-group;
  color: #999;
}
.device-tip-v2 .show-row {
  display: table-row;
}
.device-tip-v2 .show-cell {
  display: table-cell;
}
.device-tip-v2 .ondemand-lat-lng {
  font-weight: normal;
  font-size: 0.95em;
  text-decoration: underline;
  color: #0074CC;
  cursor: pointer;
}
.device-tip-v2 .lat-lng {
  font-weight: bold;
  color: #000;
}
.device-tip-v2 .adittional-information {
  display: none;
}
/*#endregion*/
/*#region Share Location Tip */
.share-location-tip .description {
  font-weight: normal;
  color: #000000;
}
.share-location-tip .show-table {
  font-size: 0.95em;
  line-height: 12px;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.share-location-tip .show-title {
  display: table-header-group;
  font-weight: normal;
  color: #000;
}
.share-location-tip .show-content {
  display: table-header-group;
  color: #999;
}
.share-location-tip .show-row {
  display: table-row;
}
.share-location-tip .show-cell {
  display: table-cell;
}
.share-location-tip .show-cell-link {
  display: table-cell;
  text-align: left;
  text-decoration: underline;
  font-size: 0.8em;
}
.share-location-tip .show-cell-to-copy {
  display: table-cell;
  color: #0074CC;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.share-location-tip .show-cell-to-copy-different-color {
  display: table-cell;
  color: green;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.share-location-tip .real-time {
  display: table-cell;
  font-weight: normal;
  font-size: 0.95em;
  color: #000000;
  cursor: pointer;
  padding-top: 10px;
  border-bottom: 1px solid #CCC;
}
.share-location-tip .real-time-activate {
  font-weight: bold;
  border-bottom: 5px solid #0074CC;
}
.share-location-tip .real-time-container {
  padding: 0;
  margin-top: 3px;
}
.share-location-tip .real-time-container .label {
  text-align: center;
}
.share-location-tip .real-time-container .button {
  width: 49px;
  height: 98px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.share-location-tip .real-time-container .image-6 {
  background: url("https://images.geo-track.com/www/common/6-Horas-001.png") no-repeat;
  margin-left: 25px;
  margin-right: 15px;
}
.share-location-tip .real-time-container .image-12 {
  background: url("https://images.geo-track.com/www/common/12-Horas-001.png") no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
.share-location-tip .real-time-container .image-72 {
  background: url("https://images.geo-track.com/www/common/72-Horas-001.png") no-repeat;
  margin-left: 15px;
  margin-right: 20px;
}
.share-location-tip .real-time-container-activate-6 {
  padding: 0;
  margin-top: 3px;
}
.share-location-tip .real-time-container-activate-6 .label {
  text-align: center;
}
.share-location-tip .real-time-container-activate-6 .link {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.share-location-tip .real-time-container-activate-6 .button {
  width: 49px;
  height: 98px;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.share-location-tip .real-time-container-activate-6 .image {
  background: url("https://images.geo-track.com/www/common/6-Horas-001.png") no-repeat;
}
.share-location-tip .real-time-container-activate-6 .label-left {
  text-align: left;
  margin-top: 5px;
}
.share-location-tip .real-time-container-activate-12 {
  padding: 0;
  margin-top: 3px;
}
.share-location-tip .real-time-container-activate-12 .label {
  text-align: center;
}
.share-location-tip .real-time-container-activate-12 .link {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.share-location-tip .real-time-container-activate-12 .button {
  width: 49px;
  height: 98px;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.share-location-tip .real-time-container-activate-12 .image {
  background: url("https://images.geo-track.com/www/common/12-Horas-001.png") no-repeat;
}
.share-location-tip .real-time-container-activate-12 .label-left {
  text-align: left;
  margin-top: 5px;
}
.share-location-tip .real-time-container-activate-72 {
  padding: 0;
  margin-top: 3px;
}
.share-location-tip .real-time-container-activate-72 .label {
  text-align: center;
}
.share-location-tip .real-time-container-activate-72 .link {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.share-location-tip .real-time-container-activate-72 .button {
  width: 49px;
  height: 98px;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.share-location-tip .real-time-container-activate-72 .image {
  background: url("https://images.geo-track.com/www/common/72-Horas-001.png") no-repeat;
}
.share-location-tip .real-time-container-activate-72 .label-left {
  text-align: left;
  margin-top: 5px;
}
.share-location-tip .current-time {
  display: table-cell;
  font-weight: normal;
  font-size: 0.95em;
  color: #000000;
  cursor: pointer;
  padding-top: 10px;
  border-bottom: 1px solid #CCC;
}
.share-location-tip .current-time-activate {
  font-weight: bold;
  border-bottom: 5px solid #0074CC;
}
.share-location-tip .current-time-container {
  margin-top: 3px;
}
.share-location-tip .current-time-container .label-left {
  text-align: left;
  margin-top: 30px;
}
/*#endregion*/
/*#region Receiving User*/
.receiving-users form .c3-user-label {
  background: #e1e1e1;
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 1.5em;
}
.receiving-user .security span.arrow {
  border: solid #ed3030;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.receiving-user .security span.c3-user-hint {
  color: #555;
  font-size: 0.9em;
  border: 1px solid #ed3030;
  padding: 0.45em;
  border-radius: 3px;
  background-color: #ffdfdf;
}
.receiving-user .security .c3-terms-of-service {
  display: block;
  width: 400px;
  background: white;
  color: black;
  text-align: center;
  font-weight: bold;
  margin-top: 0.85em;
  font-size: 0.95em;
}
/*#endregion*/
/*#region Export settings list */
form .options-bar {
  float: left;
  min-width: 480px;
}
form .options-bar button {
  float: left;
}
form #export-button {
  float: left;
  margin-left: 4px;
  font-size: 1.1em;
  padding: 7px 15px;
  cursor: pointer;
  display: none;
}
form #view-sequence {
  position: relative;
  float: right;
  margin-left: 4px;
  font-size: 1.1em;
  padding: 7px 15px;
  cursor: pointer;
  font-family: 'eurostileregular';
}
form .url-file {
  float: left;
  margin: 0 0 0 4px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px 3px 7px;
  margin-top: 5px;
  background-color: #aaa;
  display: none;
}
form .url-file a {
  color: #fff;
}
form .url-file .close {
  padding: 0 5px;
  background: transparent;
  border: 0;
  position: inherit;
  float: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 7px;
  -webkit-appearance: none;
}
form .url-file .close:hover {
  cursor: pointer;
  color: #fff;
  background: #777;
}
form .exporting {
  float: left;
  height: 11px;
  width: 16px;
  background: url("https://images.geo-track.com/www/common/exporting.gif?v=2.0.1.75");
  margin-top: 11px;
  margin-left: 7px;
  display: none;
}
/*#endregion*/
/*#region Sequence*/
#view-sequence-window {
  top: 60px;
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 885px;
  min-width: 450px;
  height: 510px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#view-sequence-window .view-sequence-container {
  padding: 10px 12px;
}
#view-sequence-window button.close {
  padding: 0 10px;
  background: transparent;
  border: 0;
  position: inherit;
  float: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
#view-sequence-window button.close:hover {
  cursor: pointer;
  color: #fff;
  background: #777;
}
.view-sequence-map {
  margin-top: 10px;
  background: #f1f1f1;
  height: 450px;
}
/*#endregion*/
/*#region Rules */
#upload-rule-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 885px;
  min-width: 450px;
  height: 400px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#upload-rule-window .upload-container {
  padding: 10px 12px;
}
#upload-rule-window button.close {
  padding: 0 10px;
  background: transparent;
  border: 0;
  position: inherit;
  float: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
#upload-rule-window button.close:hover {
  cursor: pointer;
  color: #fff;
  background: #777;
}
#upload-rule-window .upload-container .upload-grid-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
  height: 330px;
}
#upload-rule-window .upload-container .grey-button {
  margin-bottom: 5px;
  float: right;
}
#upload-rule-window .input-container .grey-button {
  margin-bottom: 10px;
  margin-right: 15px;
  float: right;
}
#upload-rule-window .input-container .file {
  margin-left: 15px;
}
.rules form .settings-grid .event-config a {
  text-decoration: none;
  background-color: #b4d333;
  color: #fff;
  font-size: 0.9em;
  padding: 3px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.rules form .settings-grid .event-config a:hover {
  background-color: #777;
  cursor: pointer;
}
.events form #events-grid .toolbar #show-all-button {
  margin-left: 5px;
}
#search-box {
  margin-bottom: 5px;
  width: 250px;
  padding: 3px;
}
#search-device {
  float: left;
}
#selected-devices {
  float: right;
  padding: 3px;
}
.show-devices {
  color: #ed1c24;
  text-decoration: underline;
  font-weight: 600;
}
.show-devices:hover {
  cursor: pointer;
}
#selected-vehicles-window {
  position: absolute;
  z-index: 3000;
  min-width: 525px;
  height: 360px;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
#selected-vehicles-window .toolbar {
  margin: 0 5px;
  width: 505px;
}
#selected-vehicles-window .toolbar button {
  padding: 4px 10px;
  background: transparent;
  border: 1px solid #e1e1e1;
  background-color: #e1e1e1;
  margin: 5px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
}
#selected-vehicles-window .toolbar button:hover {
  color: #fff;
  background: #777;
}
#selected-vehicles-window .toolbar .options {
  height: 36px;
  margin-left: 23%;
}
#selected-vehicles-window .toolbar .option-button {
  float: left;
}
#selected-vehicles-window .selected-vehicles-container {
  padding: 4px 8px;
  height: 290px;
  border: 1px solid #d9d9d9;
  margin: 8px;
  width: 510px;
  overflow: auto;
}
.selected-vehicles-container .devices {
  margin: 5px 5px;
  border: 1px solid #c1c1c1;
  width: 475px;
  padding: 5px;
}
.selected-vehicles-container .devices ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 460px;
}
.selected-vehicles-container .devices .h {
  background: #444;
  padding: 5px;
}
.selected-vehicles-container .devices .h li {
  float: left;
  width: 30px;
  text-align: center;
  color: #fff;
}
.selected-vehicles-container .devices .h li.a {
  text-align: left;
  width: 425px;
  line-height: 17px;
}
.selected-vehicles-container .devices .g {
  background: #999;
  padding: 5px;
}
.selected-vehicles-container .devices .g li {
  float: left;
  width: 30px;
  text-align: center;
  color: #fff;
}
.selected-vehicles-container .devices .g li.a {
  text-align: left;
  width: 425px;
  line-height: 17px;
}
.selected-vehicles-container .devices .i {
  background: #fff;
  padding: 2px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.selected-vehicles-container .devices .i li {
  float: left;
  width: 30px;
  text-align: center;
}
.selected-vehicles-container .devices .i li.a {
  text-align: left;
  width: 425px;
}
/*#endregion*/
/*#region Drivers */
.id-bluetooth-input {
  border: 2px solid #56BAEC;
  margin: 5px 2px;
  width: 36.5em !important;
  border-radius: 5px;
  padding: 4.8px 6px;
  font-size: 0.9em;
}
.keypad-input {
  border: 2px solid #56BAEC;
  margin: 5px 2px;
  width: 36.5em !important;
  border-radius: 5px;
  padding: 4.8px 6px;
  font-size: 0.9em;
}
.id-external-input {
  border: 2px solid #56BAEC;
  margin: 5px 2px;
  width: 36.5em !important;
  border-radius: 5px;
  padding: 4.8px 6px;
  font-size: 0.9em;
}
.electronic-identity-toolbar {
  margin-bottom: 10px;
  margin-top: 8px;
}
ul.driver-electronic-identity-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.driver-electronic-identity-selector li {
  list-style: none;
  margin: 0;
  border: 1px solid #aaa;
  background: #aaa;
  padding: 6px 10px;
  display: inline;
}
ul.driver-electronic-identity-selector li:hover {
  border: 1px solid #777;
  background: #777;
}
/*ul.driver-electronic-identity-selector li:first-child {
      border-radius: 5px 0 0 5px;
    }

    ul.driver-electronic-identity-selector li:last-child {
      border-radius: 0 5px 5px 0;
    }*/
ul.driver-electronic-identity-selector li a {
  color: #fff;
  text-decoration: none;
}
ul.driver-electronic-identity-selector li.selected {
  border: 1px solid #777;
  background: #777;
}
#assign-key-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 485px;
  min-width: 450px;
  height: 450px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#assign-key-window .key-container {
  padding: 10px 12px;
}
#assign-key-window .key-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-key-window .key-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#assign-key-window .key-container .key-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#assign-key-window .id-bluetooth-container {
  padding: 10px 12px;
}
#assign-key-window .id-bluetooth-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-key-window .id-bluetooth-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#assign-key-window .id-bluetooth-container .id-bluetooth-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#assign-key-window .keypad-container {
  padding: 10px 12px;
}
#assign-key-window .keypad-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-key-window .keypad-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#assign-key-window .keypad-container .keypad-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#assign-key-window .btcoin-container {
  padding: 10px 12px;
}
#assign-key-window .btcoin-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-key-window .btcoin-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#assign-key-window .btcoin-container .btcoin-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#assign-key-window .id-external-container {
  padding: 10px 12px;
}
#assign-key-window .id-external-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-key-window .id-external-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#assign-key-window .id-external-container .id-external-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#assign-key-window button.close {
  padding: 0 10px;
  background: transparent;
  border: 0;
  position: inherit;
  float: right;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
#assign-key-window button.close:hover {
  cursor: pointer;
  color: #fff;
  background: #777;
}
#assign-key-window .keys-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#assign-key-window .ids-bluetooth-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#assign-key-window .keypads-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#assign-key-window .btcoins-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#assign-key-window .ids-external-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#assign-key-window .vehicle-configuration {
  font-size: 0.85em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 15px;
  height: 240px;
  overflow-y: auto;
}
#assign-key-window #driver-info {
  padding-top: 5px;
  font-size: 0.92em;
  height: 15px;
}
#assign-key-window #driver-info #driver_label {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
#assign-key-window .vehicle-configuration-bluetooth {
  font-size: 0.85em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 15px;
  height: 240px;
  overflow-y: auto;
}
#assign-key-window #driver-info-bluetooth {
  padding-top: 5px;
  font-size: 0.92em;
  height: 15px;
}
#assign-key-window #driver-info-bluetooth #driver_label_bluetooth {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
#assign-key-window .vehicle-configuration-keypad {
  font-size: 0.85em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 15px;
  height: 240px;
  overflow-y: auto;
}
#assign-key-window #driver-info-keypad {
  padding-top: 5px;
  font-size: 0.92em;
  height: 15px;
}
#assign-key-window #driver-info-keypad #driver_label_keypad {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
#assign-key-window .vehicle-configuration-btcoin {
  font-size: 0.85em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 15px;
  height: 240px;
  overflow-y: auto;
}
#assign-key-window #driver-info-btcoin {
  padding-top: 5px;
  font-size: 0.92em;
  height: 15px;
}
#assign-key-window #driver-info-btcoin #driver_label_btcoin {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
#assign-key-window #driver-info-external {
  padding-top: 5px;
  font-size: 0.92em;
  height: 15px;
}
#assign-key-window #driver-info-external #driver_label_external {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.drivers .assign-key {
  background: #e3e3e3;
  color: #444;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.drivers .assign-key:hover {
  background: #777;
  color: #fff;
  cursor: pointer;
}
.dynamicforms .assign-driver {
  background: #e3e3e3;
  color: #444;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.dynamicforms .assign-driver:hover {
  background: #777;
  color: #fff;
  cursor: pointer;
}
#assign-drivers-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 350px;
  max-width: 425px;
  height: 320px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#assign-drivers-window .search-driver-box {
  padding: 8px 10px 0 10px;
  height: 28px;
}
#assign-drivers-window .search-driver-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Montserrat';
  width: 195px;
}
#assign-drivers-window .add-drivers-container {
  padding: 2px 10px 8px 10px;
}
#assign-drivers-window .add-drivers-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}
#assign-drivers-window .add-drivers-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
#assign-key-window .vehicle-configuration .vehicle.successful-link {
  background: #1c9f22;
  color: #fff;
  border: 1px solid #1c9f22;
}
#assign-key-window .vehicle-configuration .vehicle.sending-command {
  margin: 2px !important;
  cursor: pointer !important;
  background: #a1a1a1;
  color: #fff;
  border: 1px solid #a1a1a1;
}
#assign-key-window .vehicle-configuration .vehicle.failed-link {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
#assign-key-window .vehicle-configuration .command-exceeded {
  margin-left: 5px;
}
#assign-key-window .vehicle-configuration .command-exceeded.show {
  background: url("https://images.geo-track.com/www/common/command-exceeded-loading.gif?v=2.0.1.72") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  filter: invert(50%);
}
#assign-key-window .vehicle-configuration-bluetooth .vehicle.successful-link {
  background: #1c9f22;
  color: #fff;
  border: 1px solid #1c9f22;
}
#assign-key-window .vehicle-configuration-bluetooth .vehicle.sending-command {
  margin: 2px !important;
  cursor: pointer !important;
  background: #a1a1a1;
  color: #fff;
  border: 1px solid #a1a1a1;
}
#assign-key-window .vehicle-configuration-bluetooth .vehicle.failed-link {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
#assign-key-window .vehicle-configuration-bluetooth .command-exceeded {
  margin-left: 5px;
}
#assign-key-window .vehicle-configuration-bluetooth .command-exceeded.show {
  background: url("https://images.geo-track.com/www/common/command-exceeded-loading.gif?v=2.0.1.72") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  filter: invert(50%);
}
#assign-key-window .vehicle-configuration-keypad .vehicle.successful-link {
  background: #1c9f22;
  color: #fff;
  border: 1px solid #1c9f22;
}
#assign-key-window .vehicle-configuration-keypad .vehicle.sending-command {
  margin: 2px !important;
  cursor: pointer !important;
  background: #a1a1a1;
  color: #fff;
  border: 1px solid #a1a1a1;
}
#assign-key-window .vehicle-configuration-keypad .vehicle.failed-link {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
#assign-key-window .vehicle-configuration-keypad .command-exceeded {
  margin-left: 5px;
}
#assign-key-window .vehicle-configuration-keypad .command-exceeded.show {
  background: url("https://images.geo-track.com/www/common/command-exceeded-loading.gif?v=2.0.1.72") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  filter: invert(50%);
}
#assign-key-window .vehicle-configuration-btcoin .vehicle.successful-link {
  background: #1c9f22;
  color: #fff;
  border: 1px solid #1c9f22;
}
#assign-key-window .vehicle-configuration-btcoin .vehicle.sending-command {
  margin: 2px !important;
  cursor: pointer !important;
  background: #a1a1a1;
  color: #fff;
  border: 1px solid #a1a1a1;
}
#assign-key-window .vehicle-configuration-btcoin .vehicle.failed-link {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
#assign-key-window .vehicle-configuration-btcoin .command-exceeded {
  margin-left: 5px;
}
#assign-key-window .vehicle-configuration-btcoin .command-exceeded.show {
  background: url("https://images.geo-track.com/www/common/command-exceeded-loading.gif?v=2.0.1.72") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  filter: invert(50%);
}
form .options-bar button {
  margin-left: 4px;
}
form .options-bar button:first-child {
  margin-left: 0;
}
/*#endregion*/
/*#region LogOn Partial*/
.support-phones {
  font-size: 0.9em;
  margin: 5px 0;
  color: #333;
}
/*#endregion*/
/*#region Device Partial*/
.device form .tow-plate {
  font-size: 2.2em;
  border: 1px solid #d9d9d9;
  padding: 5px 12px;
}
.device form .tow-plate.no-set {
  background-color: #e1e1e1;
}
.device form .tow-plate-label {
  padding: 5px 12px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
}
.device form #odometer-patcher {
  display: none;
  height: 23px;
  line-height: 23px;
}
.device form .last-odometer {
  text-align: center;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 3px 0;
}
.device form #odometer-patcher #new-odometer {
  text-align: right;
  height: 19px;
  margin-right: 12px;
}
.device form #odometer-patcher #save-new-odometer {
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  width: 120px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  background: #0078A8;
  color: #fff;
  font-size: 0.9em;
}
.device form #odometer-patcher #cancel-odometer-pacth {
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  width: 120px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 0.9em;
}
.device form #hourmeter-patch-section {
  display: none;
  height: 23px;
  line-height: 23px;
}
.device form .last-hourmeter {
  text-align: center;
  border-radius: 10px;
  background: #ccc;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 3px 0;
}
.device form #hourmeter-patch-section #new-hourmeter {
  text-align: right;
  height: 19px;
  margin-right: 12px;
}
.device form #hourmeter-patch-section #update-hourmeter {
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  width: 120px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  background: #0078A8;
  color: #fff;
  font-size: 0.9em;
}
.device form #hourmeter-patch-section #cancel-hourmeter-revision {
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  width: 120px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 0.9em;
}
.device form #fuel-tank .sub-fuel {
  font-size: 0.95em;
  color: #999;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold;
  max-width: 800px;
  padding: 0 0 5px 5px;
}
/*#endregion*/
/*#region Coverage certificate*/
.coverage-certificate {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url(https://images.geo-track.com/www/common/pdf.png) no-repeat 8px 5px;
  background-size: 60% 80%;
}
.download-coverage-certificate {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url(https://images.geo-track.com/www/common/pdf-download.png) no-repeat 6px 5px;
  background-size: 70% 85%;
  display: none;
}
.coverage-certificate:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
.download-coverage-certificate:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
/*#endregion Coverage Certificate*/
/*#region Share Device */
#share-device-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 585px;
  height: auto;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#share-device-window .share-device-container {
  padding: 10px 12px;
}
#share-device-window .share-device-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#share-device-window .share-device-container .target-email {
  font-size: 0.9em;
  width: 300px;
  margin-right: 10px;
  height: 21px;
  max-width: 350px;
  padding: 0 2px;
}
#share-device-window .share-device-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#share-device-confirmation-window .share-device-container .agree {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#share-device-window .share-device-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
#share-device-window #input-section {
  padding-top: 5px;
  margin: 5px 0 10px 0;
  border: 1px solid #d9d9d9;
}
#share-device-window #input-section .label {
  margin-bottom: 3px;
  font-size: 0.95em;
  display: inline-block;
  width: 165px;
}
#share-device-window #input-section .input-container {
  margin-left: 13px;
  font-size: 0.95em;
  display: inline-block;
}
/*#region Share Device Confirmation */
#share-device-confirmation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 585px;
  height: auto;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#share-device-confirmation-window .share-device-container {
  padding: 10px 12px;
}
#share-device-confirmation-window .share-device-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#share-device-confirmation-window .share-device-container .agree {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#share-device-confirmation-window .share-device-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
#share-device-confirmation-window #input-section {
  height: 95px;
  padding-top: 5px;
  margin: 5px 0 10px 0;
  border: 1px solid #d9d9d9;
}
#share-device-confirmation-window #input-section .label {
  margin-bottom: 3px;
  font-size: 0.95em;
  display: inline-block;
  width: 90%;
  text-align: center;
}
.share-device-confirmation {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  background: url("https://images.geo-track.com/www/common/share-device.png?v=2.0.1.75") 5px 5px no-repeat;
}
.share-device-confirmation:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
.share-device {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  background: url("https://images.geo-track.com/www/common/share-device.png?v=2.0.1.75") 5px 5px no-repeat;
  float: left;
  margin-right: 5px;
}
.share-device:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
.share-device-expire {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url("https://images.geo-track.com/www/common/expire-share-device.png?v=2.0.1.75") 5px 5px no-repeat;
}
.share-device-expire:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
.share-device-information {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url("https://images.geo-track.com/www/common/device-sharing-information.png?v=2.0.1.75") 5px 5px no-repeat;
}
.share-device-information:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
/*#endregion*/
/*#region Device Partial*/
.k-tooltip {
  background: #333 !important;
  color: #fff !important;
  font-size: 0.8em !important;
  box-shadow: none !important;
  border-color: #333 !important;
  margin-top: 6px !important;
  padding: 10px 6px !important;
  max-width: 350px !important;
  min-width: 150px !important;
  margin-left: 8px !important;
}
.k-callout-n {
  border-bottom-color: #333 !important;
}
.k-callout-w {
  border-right-color: #333 !important;
}
.k-callout-e {
  border-left-color: #333 !important;
}
/*#region Device Partial*/
/*#region Overdue Notifications*/
#overdue-banner {
  display: none;
  position: absolute;
  bottom: -90px;
  left: -100px;
  z-index: 8000;
  max-width: 400px;
  height: 100px;
  top: 84% !important;
  left: 35% !important;
}
#overdue-banner .envelope {
  position: relative;
  bottom: -50px;
  left: 0;
  background: red;
  border-radius: 5px 5px 0 0;
}
#overdue-banner .message {
  color: white;
  padding: 10px 15px;
  text-align: center;
}
#overdue-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  max-width: 500px;
  background: #f1f1f1;
  border-radius: 5px;
  opacity: 0;
}
#overdue-notification .message {
  padding: 20px 15px;
}
#prosegur-temporal-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  max-width: 900px;
  background: #f1f1f1;
  border-radius: 5px;
  opacity: 0;
}
#prosegur-temporal-notification .message {
  padding: 20px 15px;
}
/*#endregion*/
/*#region Events*/
.events.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.events form {
  margin: 20px;
}
.events form .toolbar {
  margin: 5px 0;
  height: 33px;
}
.events form .filter-container {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 5px;
}
.events form .filter-input {
  padding: 5px;
  margin: 0 0 0 3px;
  width: 153px;
  border: 1px solid #fff;
}
.events form .filter-date-input {
  padding: 5px;
  margin: 0 0 0 1px;
  width: 69px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  background: #e1e1e1;
  border-radius: 5px;
}
.events form .name {
  padding-left: 10px;
}
.events form .imei {
  background: #e1e1e1;
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#events-grid .option-selector {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#events-grid .event-code {
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#events-grid .event-code.closed {
  background: #E76969;
  color: #fff;
}
#events-grid .event-code.activity {
  background: #f1c701;
  color: #333;
}
#events-grid .event-code.opened {
  background: #1c9f22;
  color: #fff;
}
#events-grid .event-code.preevent {
  background: #ff9900;
  color: #fff;
}
#events-grid .nav li ul li.disabled {
  border: 1px solid #aaa;
  color: #fff;
}
#events-grid .event-code.schedule-rule {
  background: #0078a8;
  color: #fff;
}
#events-grid .nav li ul li.disabled a {
  text-decoration: none;
  background: #aaa;
  border: 0;
  cursor: default;
  color: #fff;
}
#events-grid .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.nav > li {
  float: left;
  min-width: 80px;
}
.nav li a {
  background: #e3e3e3;
  color: #444;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
}
.nav li a:hover {
  background: #d1d1d1;
  color: #444;
  cursor: pointer;
}
.nav li.print a {
  text-decoration: none;
}
.nav li.print a:hover {
  border: 1px solid #CE0101;
  background: #CE0101;
  color: #fff;
  cursor: pointer;
}
.nav li ul {
  display: none;
  position: absolute;
  min-width: 120px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li ul li a {
  border: 1px solid #d1d1d1;
}
.nav li:hover > ul {
  display: block;
}
.nav li ul li {
  position: relative;
}
#assign-driver-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 485px;
  height: auto;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#assign-driver-window .driver-container {
  padding: 10px 12px;
}
#assign-driver-window .driver-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#assign-driver-window .driver-container .name {
  font-size: 0.9em;
  width: 225px;
  margin-left: 8px;
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  height: 27px;
}
#assign-driver-window .driver-container .mobile {
  font-size: 0.9em;
  width: 165px;
  margin-left: 2px;
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  height: 27px;
}
#assign-driver-window .driver-container .codes {
  font-size: 0.9em;
  width: 55px;
  height: 20px;
  margin-left: 8px;
}
#assign-driver-window .driver-container .previous-input {
  font-size: 0.9em;
  width: 290px;
  margin-top: 4px;
}
#assign-driver-window .driver-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#assign-driver-window .driver-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
#assign-driver-window .driver-container .driver-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  border-radius: 3px;
}
#assign-driver-window .driver-info #alternate {
  margin-top: 8px;
}
#assign-driver-window .driver-info tr td.label {
  width: 130px;
}
#init-event-actions-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 350px;
  max-width: 460px;
  height: auto;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#init-event-actions-window .actions-container {
  padding: 10px 12px;
}
#init-event-actions-window .title {
  font-size: 0.95em;
  border-radius: 3px 3px 0 0;
  padding: 5px;
  background: #333;
  color: #fff;
  text-align: center;
}
#init-event-actions-window .actions-container .subtitle {
  font-size: 1em;
  color: #0078A8;
  line-height: 23px;
  border-bottom: 1px solid #e1e1e1;
}
#init-event-actions-window .block-wrap {
  margin: 4px 0 8px 10px;
  overflow: hidden;
  padding: 4px 0;
  width: auto;
}
#init-event-actions-window .block-wrap .block {
  float: left;
  margin-top: 3px;
}
#init-event-actions-window .block-wrap .block .label {
  float: left;
  margin-right: 5px;
  color: #666;
  width: 150px;
  text-align: right;
}
#init-event-actions-window .block-wrap .block .block-input {
  float: left;
}
#init-event-actions-window .block-wrap .block .block-input .input {
  border: 1px solid #aaa;
  height: 21px;
  padding: 0 2px;
}
#init-event-actions-window .block-wrap .block .block-input #driver_mobile_phone {
  width: 118px;
  background-color: #e1e1e1;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  height: 27px;
}
#init-event-actions-window .block-wrap .block .block-input #alternate_driver_phone {
  width: 118px;
}
#init-event-actions-window .block-wrap .init {
  float: left;
  margin-top: 3px;
}
#init-event-actions-window .block-wrap .init .label {
  float: left;
}
#init-event-actions-window .block-wrap .init .init-type {
  float: left;
  margin-left: 8px;
}
#init-event-actions-window .block-wrap .block .block-input .select {
  border: 1px solid #aaa;
  padding: 0 2px;
  width: 50px;
}
#init-event-actions-window .token-input-list .activity-point {
  margin: 3px 2px;
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
}
#init-event-actions-window .block-wrap .block #way_point_name {
  width: 205px;
}
#init-event-actions-window .token-input-list .activity-point.is-end-event-trigger {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
#init-event-actions-window .toolbar {
  margin: 2px 12px 10px 12px;
}
#init-event-actions-window .toolbar .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#init-event-actions-window .toolbar .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
.actions-container .action-button {
  color: #fff;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  background: #0078A8;
  padding: 0 10px;
  border-radius: 5px;
}
.actions-container .action-button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.actions-container .driver-option {
  height: auto;
  float: left;
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
#add-event-drivers-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 350px;
  max-width: 425px;
  height: 320px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#add-event-drivers-window .search-driver-box {
  padding: 8px 10px 0 10px;
  height: 28px;
}
#add-event-drivers-window .search-driver-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Trebuchet MS';
  width: 195px;
}
#add-event-drivers-window .add-drivers-container {
  padding: 2px 10px 8px 10px;
}
.add-drivers-container .title {
  background: #444;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.add-drivers-container .header-grid-left {
  display: inline-block;
  width: 300px;
  text-align: left;
}
.add-drivers-container .header-grid-right {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.add-drivers-container .available-drivers-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 385px;
  padding: 5px;
  height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-drivers-container .available-drivers-dynamicform-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 385px;
  padding: 5px;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-drivers-container ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.add-drivers-container .i {
  background: #fff;
  padding: 2px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.add-drivers-container .i li {
  float: left;
}
.add-drivers-container .i li.a {
  text-align: left;
  width: 338px;
}
#add-event-drivers-window .add-drivers-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#add-event-drivers-window .add-drivers-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
#tow-plate-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 410px;
  height: auto;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#tow-plate-window .tow-container {
  padding: 10px 12px;
}
#tow-plate-window .tow-container .current-tow-plate {
  padding: 10px 12px;
  border: 1px solid #e3e3e3;
  margin: 8px 0;
  height: 15px;
}
#tow-plate-window .tow-container .current-tow-plate #previous-label {
  float: left;
  margin-right: 12px;
}
#tow-plate-window .tow-container .current-tow-plate .previous-input {
  float: left;
  border: 1px solid #e3e3e3;
  height: 16px;
  width: 150px;
}
#tow-plate-window .tow-container .new-tow-plate {
  margin-bottom: 10px;
  border: 1px groove #ccc;
  border-radius: 3px;
}
#tow-plate-window .tow-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
}
#tow-plate-window .tow-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'eurostileregular';
  cursor: pointer;
  margin-left: 5px;
}
/*#endregion*/
/*#region SABMiller*/
.sabmiller.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.sabmiller.container #sab-wrapper {
  margin: 20px;
  min-width: 700px;
}
.sabmiller .sub {
  font-family: 'eurostileregular';
  font-size: 1.25em;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  max-width: 800px;
  padding: 0 0 5px 5px;
  margin-top: 20px;
}
.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 10px 0;
  max-width: 800px;
  min-width: 700px;
}
.file-upload label {
  display: inline-block;
  color: #fff;
  background-color: #0078A8;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 6px 15px;
  float: left;
  border: none;
  opacity: 0.9;
}
.file-upload label:hover {
  opacity: 1;
  cursor: pointer;
}
.file-upload .visible-file-path {
  width: 410px;
  font-size: 1.2em;
  padding: 6px 15px;
  float: left;
  border: none;
  background-color: #0391C9;
  color: #fff;
}
.file-upload #remove-file {
  padding: 6px 8px;
  float: left;
  border: none;
  background-color: #0078A8;
  color: #fff;
  font-size: 1.2em;
  opacity: 0.9;
}
.file-upload #remove-file:hover {
  opacity: 1;
  cursor: pointer;
}
.file-upload .upload-hidden {
  display: none;
}
.file-upload #upload-button {
  float: right;
  border: none;
  font-size: 1.2em;
  opacity: 0.9;
  background-color: #f39729;
  color: #fff;
  padding: 6px 15px;
  margin-right: 8px;
  text-transform: uppercase;
}
.file-upload #upload-button:hover {
  opacity: 1;
  cursor: pointer;
}
.sabmiller .upload-event-log {
  max-width: 800px;
  height: 240px;
}
.sabmiller .event-log-wrapper textarea {
  width: 790px;
  height: 230px;
  margin-top: 2px;
  background-color: #333;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
.orders-list {
  margin: 0 auto;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  min-width: 700px !important;
  font-size: 0.9em !important;
}
.sabmiller.container .k-grid .k-grid-content {
  min-height: 400px;
}
.sabmiller.container .content-section {
  display: block;
  margin-top: 10px;
  max-width: 800px;
  min-width: 700px;
}
.sabmiller.container .input-label {
  float: left;
  margin-right: 10px;
  text-align: right;
}
.sabmiller.container .date-picker {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 2px 0;
  font-size: 0.9em;
  width: 85px;
  color: #fff;
  background: #0078A8;
}
.sabmiller.container .orders-list .cancel-order {
  text-align: center;
  border: 1px solid #d1d1d1;
  background: #e3e3e3;
  padding: 2px 5px;
}
.sabmiller.container .orders-list .cancel-order:hover {
  cursor: pointer;
  border: 1px solid #0078A8;
  background: #0391C9;
  color: #fff;
}
.sabmiller.container .k-grid .no-data-text {
  font-size: 1.1em;
  font-weight: 400;
  color: #555;
  background-color: #fff4a3;
  border: none;
}
.sabmiller.container .loader-wrapper {
  position: fixed;
  bottom: 29px;
  left: 0;
  z-index: 99999;
  height: 2px;
  width: 100%;
}
.sabmiller.container .loader {
  margin: 0 auto;
  height: 2px;
  background: #00468C;
  width: 0;
  display: none;
  z-index: 9999;
}
.sabmiller.container #popup-lock {
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9998;
  display: none;
}
/*#endregion*/
/*#region Rule Event configuration */
#tolerance-item-label {
  line-height: 22px;
}
#tolerance-plural-item-label {
  line-height: 22px;
}
#tolerance-input .tolerance-label {
  font-size: 0.95em;
  margin-left: 6px;
  font-weight: bold;
}
/*#endregion*/
/*#region Commands*/
.consulting {
  background-repeat: no-repeat;
  float: left;
  height: 21px;
  margin-left: 10px;
  width: 21px;
  background-position: 0 5px;
}
.command-configuration .command-section {
  margin: 12px 0 0 0 !important;
}
#transmission_configuration .unit-report-time-input {
  margin-right: 25px;
}
#over_speed .speed-limit-input {
  margin-right: 25px;
}
#power_off_alert_configuration .max-power-off-alert-time-input {
  margin-right: 20px;
}
#idling_detection .stopped-time-input {
  margin-right: 15px;
}
#non_movement_detection .non-movement-detection-input {
  margin-right: 15px;
}
.temperature-sensor-input {
  width: 80px;
  margin-left: 10px;
  margin-right: 15px;
}
.temperature-sensor-container {
  font-size: 0.92em;
  display: inline-block;
  color: #666;
}
.confirmation-window {
  width: 300px;
  height: 150px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px !important;
}
#confirmation-lock {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  width: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  display: none;
}
.confirmation-window .security-section .input-container {
  padding: 10px 15px 5px 5px;
  margin-left: 18px;
}
.security-section .label {
  text-align: right;
  float: right;
  width: 200px;
  line-height: 13px;
  padding: 8px 40px 10px 5px;
}
/*#endregion*/
/*#region Event types grouping*/
.status-toolbar {
  margin-bottom: 10px;
}
ul.event-status-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.event-status-selector li {
  list-style: none;
  margin: 0;
  border: 1px solid #aaa;
  background: #aaa;
  padding: 6px 10px;
  display: inline;
}
ul.event-status-selector li:hover {
  border: 1px solid #777;
  background: #777;
}
ul.event-status-selector li:first-child {
  border-radius: 5px 0 0 5px;
}
ul.event-status-selector li:last-child {
  border-radius: 0 5px 5px 0;
}
ul.event-status-selector li a {
  color: #fff;
  text-decoration: none;
}
ul.event-status-selector li.selected {
  border: 1px solid #777;
  background: #777;
}
/*#endregion*/
/*#region Custom Device Notifications List */
.custom-notification-popup {
  width: 380px;
  min-height: 325px !important;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  z-index: 11;
  position: relative;
  display: none;
  padding: 20px;
}
.custom-notification-popup .notification-title {
  float: left;
}
.custom-notification-popup fieldset {
  border: 1px solid #6E6E6E;
  margin: 3px 12px;
}
.custom-notification-popup legend {
  padding: 0.2em 0.5em;
  color: #6E6E6E;
  font-size: 90%;
  text-align: left;
}
.custom-notification-popup .section {
  list-style: none;
  list-style-type: none;
  margin: 12px 2px 7px 12px;
  padding: 0;
}
.custom-notification-popup ul {
  padding-left: 12px;
}
.custom-notification-popup ul li {
  margin: 0;
}
.custom-notification-popup ul li.input-container {
  display: inline-block;
}
.custom-notification-popup .notification-toolbar {
  margin-left: 10px;
}
.custom-notification-popup ul li.label {
  color: #666;
  width: 130px;
  text-align: left;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.92em;
  margin: 0 10px 5px 0;
}
.notification-window ul li.input-container-extend {
  display: inline-block;
  margin-bottom: 2px;
}
.device form .notification-list-header #type-header {
  width: 50px;
}
.device form .notification-list-header #date-header {
  width: 100px;
}
.device form .notification-list-header #next-distance-header {
  width: 150px;
}
.device form .notification-list-header #is-recurring-distance-header {
  width: 120px;
}
.device form .notification-list-header #recurring-distance-interval-header {
  width: 80px;
}
.device form .heading-notification {
  width: 951px;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 3px 2px 2px 4px;
  font-size: 12px;
}
.device form .type {
  width: 50px;
  text-align: left;
  padding-left: 4px;
}
.device form .next-distance {
  width: 150px;
  text-align: center;
  padding-left: 4px;
}
.device form .is-recurring {
  width: 120px;
  text-align: center;
  padding-left: 4px;
}
.device form .recurring-distance-interval {
  width: 80px;
  text-align: center;
  padding-left: 4px;
}
/*#endregion*/
/*#region message-box*/
.message-box-wrapper {
  overflow: hidden;
  height: 0;
}
.message-box {
  display: block;
  width: 400px;
  background: white;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  margin-top: 5px;
  border: 1px solid #666;
}
.message-box .close {
  float: right;
  padding: 5px 10px;
  font-size: 0.9em;
  cursor: pointer;
}
.message-box .text {
  width: 80%;
  padding: 15px;
  font-size: 0.85em;
  text-align: justify;
  line-height: 15px;
}
.message-box .image {
  background: url("https://images.geo-track.com/www/common/do-not-touch.png?v=2.0.1.75") 10px 10px no-repeat;
  height: 77px;
  float: left;
  width: 20%;
}
/*#endregion*/
/*#region Convoy*/
.devices form .convoy {
  background: #B6BEC6;
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 2px;
  float: right;
}
.devices .convoy-selector {
  padding: 0;
  background: #f1f1f1;
  display: none;
  width: 260px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 4px;
  z-index: 500;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.devices .convoy-selector ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.devices .convoy-selector ul li {
  padding: 7px;
  cursor: pointer;
}
.devices .convoy-selector ul li:hover {
  background: #e1e1e1;
}
.devices .convoy-selector ul li a {
  float: right;
  margin-left: 5px;
}
.devices .convoy-selector ul li a.edit {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -293px -95px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.devices .convoy-selector ul li a.edit:hover {
  opacity: 0.85;
}
.devices .convoy-selector ul li a.delete {
  background: url("https://images.geo-track.com/www/common/layout.png?v=2.0.1.75") -312px -95px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.devices .convoy-selector ul li a.delete:hover {
  opacity: 0.85;
}
.devices .convoy-selector .filter {
  width: 241px;
  margin: 5px;
  border: 1px solid #a1a1a1;
  padding: 4px;
}
.devices .convoy-selector .new-convoy {
  background: #fff;
  padding: 4px 10px;
  border-top: 1px solid #e1e1e1;
}
.devices .convoy-selector .new-convoy a {
  text-decoration: none;
  color: #0078a8;
}
.devices .convoy-selector .new-convoy a:hover {
  color: #666;
}
.devices .convoy-selector .remove-from-convoy {
  background: #fff;
  padding: 4px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.devices .convoy-selector .remove-from-convoy a {
  text-decoration: none;
  color: #333;
}
.devices .convoy-selector .remove-from-convoy a:hover {
  color: #666;
}
.devices .convoy-selector .cancel {
  background: #fff;
  padding: 5px 10px;
}
.devices .convoy-selector .cancel a {
  text-decoration: none;
  color: #777;
}
.devices .convoy-selector .cancel a:hover {
  color: #333;
}
/*#endregion*/
/*#region Speed Map*/
.device-speed-label {
  font-size: 12px;
  background: #333;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: -58px !important;
}
/*#endregion*/
/*#region Generate QR Code*/
.generate-qr-code {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url(https://images.geo-track.com/www/common/qr-code.png) no-repeat 8px 5px;
  background-size: 60% 80%;
}
.download-generate-qr-code {
  border: 1px solid #d1d1d1;
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background: url(https://images.geo-track.com/www/common/qr-code-download.png) no-repeat 6px 5px;
  background-size: 70% 85%;
  display: none;
}
.generate-qr-code:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
.download-generate-qr-code:hover {
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
}
/*#endregion Generate QR Code*/
/*#region Event Route Templates*/
.eventroutetemplates.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.eventroutetemplates form {
  margin: 20px;
}
.eventroutetemplates form .toolbar {
  margin: 5px 0;
  height: 33px;
}
.eventroutetemplates form .filter-container {
  background: #FFF;
  border: 1px solid #CCC;
  display: inline-block;
  margin-left: 5px;
}
.eventroutetemplates form .filter-container {
  background: #FFF;
  border: 1px solid #CCC;
  display: inline-block;
  margin-left: 5px;
}
.eventroutetemplates form .filter-input {
  padding: 5px;
  margin: 0 0 0 3px;
  width: 153px;
  border: 1px solid #FFF;
}
.eventroutetemplates form .group {
  background: #e1e1e1;
  color: #333;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
.eventroutetemplate.container {
  background: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 158px;
  bottom: 27px;
  width: 750px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 41;
}
.eventroutetemplate.map {
  width: 800px;
  position: fixed;
  top: 158px;
  bottom: 27px;
  left: 750px;
  background: #FFF;
  z-index: 40;
}
.eventroutetemplate form {
  margin: 20px 30px;
}
.eventroutetemplate form a.cancel {
  color: #0074CC;
  text-decoration: none;
  margin-left: 10px;
  font-family: 'Montserrat';
  font-size: 1.1em;
}
.eventroutetemplate form a.cancel:hover {
  text-decoration: underline;
  color: #333;
}
.eventroutetemplate form .sub {
  font-family: 'Montserrat';
  font-size: 1.25em;
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
  max-width: 800px;
  padding: 0 0 5px 5px;
  margin-top: 20px;
}
.eventroutetemplate form .sub-block {
  font-family: 'Montserrat';
  font-size: 1.2em;
  max-width: 800px;
  padding: 0 0 5px 10px;
  margin-top: 15px;
}
.eventroutetemplate form .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.eventroutetemplate form .section li {
  margin: 0 0 5px 0;
}
.eventroutetemplate form .section ul li {
  margin: 0;
}
.eventroutetemplate form .section ul li.label {
  color: #666;
  width: 170px;
  margin-right: 10px;
  text-align: right;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.92em;
}
.eventroutetemplate form .section ul li.input-container {
  display: inline-block;
}
.eventroutetemplate form .section ul li .input {
  border: 1px solid #CCC;
  height: 21px;
  max-width: 400px;
  padding: 0 2px;
}
.eventroutetemplate form .section ul li .input.required {
  border: 2px solid #56BAEC;
}
.eventroutetemplate form .add-check-point {
  cursor: pointer;
  border: none;
  float: right;
  background: #666;
  color: #FFF;
  width: 130px;
  min-width: 130px;
  max-width: 150px;
  border-radius: 5px;
  text-align: center;
  padding: 2px 0;
  font-size: 0.75em;
  font-weight: 200;
  margin-left: 15px;
}
.eventroutetemplate form .add-check-point:hover {
  background: #F2F2F2;
  color: #333;
}
.eventroutetemplate form .heading-check-point {
  width: 100%;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 3px 2px 2px 0px;
  font-size: 12px;
}
.eventroutetemplate form ul.check-point-list-header {
  list-style: none;
  list-style-type: none;
  margin: 0 0px 3px 0px;
  padding: 0;
  font-size: 12px;
}
.eventroutetemplate form .check-point-list-header li {
  list-style: none;
  display: inline-block;
  background-color: #666;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.eventroutetemplate form .check-point-list-header #zone-header {
  width: 25%;
}
.eventroutetemplate form .check-point-list-header #actions-header {
  width: 25px;
}
.eventroutetemplate form ul.check-point-list-section {
  list-style: none;
  list-style-type: none;
  margin: 2px 2px 7px 0;
  padding: 0;
  width: 100%;
  min-width: 530px;
  font-size: 12px;
}
.eventroutetemplate form .check-point-list-section li {
  list-style: none;
  display: block;
  margin: 0 0px 3px 0px;
  background: #F2F2F2;
  height: 25px;
  line-height: inherit;
  border-radius: 3px;
  font-size: 0.85em;
  text-align: left;
}
.eventroutetemplate form .check-point-list-section li:hover {
  cursor: pointer;
  background: #CCC;
  color: #333;
}
.eventroutetemplate form .check-point-list-section li div {
  float: left;
  text-align: center;
  padding-left: 2px;
  height: 100%;
}
.eventroutetemplate form .order {
  width: 20px;
}
.eventroutetemplate form .zone {
  width: 150px;
}
.eventroutetemplate form .activation {
  width: 70px;
}
.eventroutetemplate form .hours {
  width: 70px;
}
.eventroutetemplate form .distance {
  width: 70px;
}
.eventroutetemplate form .shours {
  width: 110px;
}
.eventroutetemplate form .zdistance {
  width: 65px;
}
.eventroutetemplate form .slimit {
  width: 65px;
}
.eventroutetemplate form .check-point-list-section li a.edit {
  background: url(https://images.geo-track.com/www/fleet/layout.png?v=1.0.2.99) -293px -95px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  margin: 4px 5px 0 0;
}
.eventroutetemplate form .check-point-list-section li a.delete {
  background: url(https://images.geo-track.com/www/fleet/layout.png?v=1.0.2.99) -312px -95px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  margin: 4px 5px 0 0;
}
.custom-check-point-popup {
  width: 580px;
  min-height: 325px !important;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  z-index: 11;
  position: relative;
  display: none;
  padding: 20px;
  top: -10em !important;
}
.custom-check-point-popup .check-point-title {
  float: left;
}
.custom-check-point-popup fieldset {
  border: 1px solid #6E6E6E;
  margin-top: 0.6em;
  margin-left: 12px;
}
.custom-check-point-popup legend {
  padding: 0.2em 0.5em;
  color: #6E6E6E;
  font-size: 90%;
  text-align: left;
}
.custom-check-point-popup .section {
  list-style: none;
  list-style-type: none;
  margin: 12px 2px 7px 12px;
  padding: 0;
}
.custom-check-point-popup ul {
  padding-left: 12px;
}
.custom-check-point-popup ul li {
  margin: 0;
}
.custom-check-point-popup ul li.input-container {
  display: inline-block;
}
.custom-check-point-popup .notification-toolbar {
  margin-left: 10px;
}
.custom-check-point-popup ul li.label {
  color: #666;
  width: 130px;
  text-align: left;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.92em;
  margin: 0 10px 5px 0;
}
#grid-eventroutetemplates .option-selector {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#grid-eventroutetemplates .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/*#endregion Event Route Templates*/
/*#region EventRoutePlannings*/
.eventrouteplannings.container {
  background: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.eventrouteplannings form {
  margin: 20px;
}
.eventrouteplannings form .toolbar {
  margin: 5px 0;
}
.eventrouteplanning.container {
  background: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.eventrouteplanning form {
  margin: 20px 30px;
}
.eventrouteplanning form a.cancel {
  color: #0074CC;
  text-decoration: none;
  margin-left: 10px;
  font-family: 'Montserrat';
  font-size: 1.1em;
}
.eventrouteplanning form a.cancel:hover {
  text-decoration: underline;
  color: #333;
}
.eventrouteplanning form .sub {
  font-family: 'Montserrat';
  font-size: 1.25em;
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
  max-width: 800px;
  padding: 0 0 5px 5px;
  margin-top: 20px;
}
.eventrouteplanning form .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.eventrouteplanning form .section li {
  margin: 0 0 5px 0;
}
.eventrouteplanning form .section ul li {
  margin: 0;
}
.eventrouteplanning form .section ul li.label {
  color: #666;
  width: 250px;
  margin-right: 10px;
  text-align: right;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.92em;
}
.eventrouteplanning form .section ul li.input-container {
  display: inline-block;
}
.eventrouteplanning form .section ul li .input {
  border: 1px solid #CCC;
  height: 21px;
  max-width: 350px;
  padding: 0 2px;
}
.eventrouteplanning form .section ul li .input.required {
  border: 2px solid #56BAEC;
}
/*#endregion*/
/*#region Active Event Route Plannings*/
.activeeventrouteplannings.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.activeeventrouteplannings form {
  margin: 20px;
}
.activeeventrouteplannings form .toolbar {
  margin: 5px 0;
  height: 33px;
}
.activeeventrouteplannings form .group {
  background: #e1e1e1;
  color: #333;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#activeeventrouteplannings-grid .option-selector {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#activeeventrouteplannings-grid .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/*#endregion Active Event Route Plannings*/
/*#region Automatic Event Route Plannings*/
.automaticeventrouteplannings.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.automaticeventrouteplannings form {
  margin: 20px;
}
.automaticeventrouteplannings form .toolbar {
  margin: 5px 0;
  height: 33px;
}
.automaticeventrouteplannings form .group {
  background: #e1e1e1;
  color: #333;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#automaticeventrouteplannings-grid .option-selector {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#automaticeventrouteplannings-grid .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/*#endregion Event Route Plannings*/
.marker-group-check {
  margin-right: 0.3em !important;
}
.btn-close {
  background-color: #333;
  border-radius: 5px;
}
.btn-close :hover {
  opacity: 0.5;
}
.tool-bar li {
  padding-top: 0.2em;
}
.container-fluid-lw {
  width: 100% !important;
  padding-right: 5px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 2140px !important;
}
.fieldset-inline {
  width: 45.4%;
  display: inline-block;
  text-align: left;
  margin-top: 0.5em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-left {
  text-align: left;
  margin-left: 12px;
}
.check-point-toolbar {
  margin-top: 1.2em;
  text-align: right;
}
/*@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/
.img_loader {
  width: 26%;
  height: 26%;
}
.mtb-container-tracking-online .search {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-01.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .search:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-27.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .search.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-27.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .search.disabled {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-27.png");
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .marks {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-02.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .marks:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-28.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .marks.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-28.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .marks.disabled {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-28.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .zones {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-03.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .zones:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-29.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .zones.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-29.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .zones.disabled {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-29.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .google-traffic {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-04.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .google-traffic:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-30.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .google-traffic.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-30.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .google-traffic.disabled {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-04.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .ruler {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-05.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .ruler:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-31.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .ruler.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-31.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .ruler.disabled {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-31.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .ruler-sub-menu {
  display: none;
  margin-top: -19.5em;
  padding: 3px;
  margin-left: -36em;
  width: 35em;
  background-color: whitesmoke;
  opacity: 0.9;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
.mtb-container-tracking-online .zoom-to-all-objects {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-06.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .zoom-to-all-objects:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-32.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .expand-collapse-map {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-07.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .expand-collapse-map.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-33.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .expand-collapse-map:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-33.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-layer {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-08.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-layer:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-34.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-layer.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-34.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-alias {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-09.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-point-interest:hover {
  background: url("https://images.geo-track.com/www/common/interest-point-purple.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-point-interest.selected {
  background: url("https://images.geo-track.com/www/common/interest-point-purple.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-point-interest {
  background: url("https://images.geo-track.com/www/common/interest-interest-gray.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-alias:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-35.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-labels-alias.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-35.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-course-direction-indicators {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-11.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-course-direction-indicators:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-37.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-hide-course-direction-indicators.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-37.png");
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .menu-toolbar {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-13.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 1.6em;
  height: 1.6em;
}
.mtb-container-tracking-online .menu-toolbar:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-39.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6em;
  height: 1.6em;
}
.mtb-container-tracking-online .menu-toolbar.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-39.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}
.mtb-container-tracking-online .show-maps {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-10.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-maps:hover {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-36.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-maps.selected {
  background: url("https://images.geo-track.com/www/common/icono_we_LW-36.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8em;
  height: 2.8em;
}
.mtb-container-tracking-online .show-maps-container {
  display: none;
  margin-top: -18em;
  margin-left: -14em;
  width: 12.8em;
  min-width: 25px;
  background-color: lightgray;
  opacity: 0.9;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: larger;
}
.mtb-container-tracking-online .search-textbox {
  display: none;
  margin-top: -30.5em;
  margin-left: -37em;
  width: 36em;
  background-color: white;
  opacity: 0.9;
}
.mtb-container-tracking-online {
  right: 0px;
  position: absolute;
  top: 20px;
  z-index: 500;
  width: 5em;
  max-width: 5em;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: whitesmoke;
  color: black;
  font-size: 14px;
  position: absolute;
  padding: 3px 20px;
  bottom: 0em;
  right: 110%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px 0.222222;
  opacity: 0;
  border: 1px solid 0.111111;
  z-index: 99999;
  visibility: hidden;
  border-radius: 6px;
}
[data-title] {
  position: relative;
}
.mtb-container-tracking-online .markers-groups {
  display: none;
  margin-top: -30em;
  padding: 3px;
  margin-left: -39em;
  width: 450px;
  min-width: 25px;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mtb-container-tracking-online .markers-groups .actions {
  text-align: right;
  float: right;
}
.mtb-container-tracking-online .markers-groups .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container-tracking-online .markers-groups .actions a:hover {
  color: 0.333;
  text-decoration: underline;
}
.mtb-container-tracking-online .markers-groups .hint-label {
  margin: 5px;
  float: left;
  width: 65%;
}
.mtb-container-tracking-online .markers-groups .ok {
  float: right;
  display: inline-block;
  padding: 3px 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3px;
}
.mtb-container-tracking-online .markers-groups .list {
  max-height: 150px;
  overflow-x: hidden;
  overflow: scroll !important;
  float: left;
  width: 100%;
}
.mtb-container-tracking-online .show-points-interest {
  display: none;
  margin-top: -27em;
  padding: 3px;
  margin-left: -26em;
  width: 25em;
  min-width: 25px;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 1em;
  background-color: whitesmoke;
}
.mtb-container-tracking-online .show-points-interest .list {
  overflow-x: hidden;
  float: left;
  width: 100%;
  list-style: none;
}
.mtb-container-tracking-online .show-points-interest .list ul {
  list-style: none;
  padding-left: 0.5em;
}
.mtb-container-tracking-online .show-points-interest .list hr {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.mtb-container-tracking-online .routing-container {
  display: none;
  margin-top: -33em;
  margin-left: -70em;
  padding: 3px;
  width: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.mtb-container-tracking-online .routing-container .content {
  width: 440px;
  margin: 5px auto;
  z-index: 1;
}
.mtb-container-tracking-online .routing-container .actions {
  text-align: right;
}
.mtb-container-tracking-online .routing-container .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container-tracking-online .routing-container .actions a:hover {
  color: #333;
  text-decoration: underline;
}
.mtb-container-tracking-online .routing-container .separator {
  height: 1px;
  width: 90%;
  background: #f1f1f1;
}
.mtb-container-tracking-online .routing-container .label {
  background: #555;
  border-radius: 2px;
  color: #fff;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 2px;
  font-size: 1.2em;
}
.mtb-container-tracking-online .routing-container input {
  width: 350px;
  margin-left: 5px;
  border: 1px solid #fff;
  padding: 5px;
  float: left;
}
.mtb-container-tracking-online .routing-container .clear {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  margin-top: 3px;
  color: #f1f1f1;
  font-weight: bold;
  display: none;
}
.mtb-container-tracking-online .routing-container .clear:hover {
  color: #e1e1e1;
}
.mtb-container-tracking-online .routing-container .from {
  overflow: auto;
  margin: 2px 0;
}
.mtb-container-tracking-online .routing-container .to {
  overflow: auto;
  margin: 2px 0;
}
.mtb-container-tracking-online .routing-container .steps {
  display: none;
  margin-top: 5px;
  width: 100%;
}
.mtb-container-tracking-online .routing-container .steps .title {
  font-size: 1.2 0.8em;
  padding: 0 20px;
  margin: 10px 0 7px 0;
}
.mtb-container-tracking-online .routing-container .steps .detail {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mtb-container-tracking-online .routing-container .steps .detail .item {
  overflow: auto;
  border-bottom: 1px solid #f1f1f1;
  margin-right: 3px;
  padding: 5px;
  cursor: pointer;
}
.mtb-container-tracking-online .routing-container .steps .detail .item:hover {
  background: #f1f1f1;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver {
  vertical-align: top;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -483px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -414px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-slight-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -51px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-slight-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -377px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.straight {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -532px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.roundabout-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -230px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.roundabout-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -195px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-sharp-right {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 -582px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .maneuver.turn-sharp-left {
  background: url("https://images.geo-track.com/www/common/maneuvers.png?v=2.0.1.75") 0 0;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .instruction {
  margin-left: 5px;
  display: inline-block;
  max-width: 380px;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .dist {
  font-size: 0.9em;
}
.mtb-container-tracking-online .routing-container .steps .detail .item .duration {
  font-size: 0.9em;
}
.mtb-container-tracking-online .routing-container .waypoints {
  padding: 15px 5px 0 5px;
}
.mtb-container-tracking-online .routing-container .waypoints .title {
  font-weight: bold;
}
.mtb-container-tracking-online .routing-container .waypoints .points {
  overflow: auto;
}
.mtb-container-tracking-online .routing-container .waypoints .points div {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 5px 0 0;
  display: inline-block;
  background: #5f6975;
}
.mtb-container-tracking-online .zones-groups {
  display: none;
  margin-top: -27em;
  margin-left: -39em;
  padding: 3px;
  width: 450px;
  background-color: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}
.mtb-container-tracking-online .zones-groups .actions {
  text-align: right;
  float: right;
}
.mtb-container-tracking-online .zones-groups .actions a {
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.mtb-container-tracking-online .zones-groups .actions a:hover {
  color: #333;
  text-decoration: underline;
}
.mtb-container-tracking-online .zones-groups .hint-label {
  margin: 5px;
  float: left;
  width: 65%;
}
.mtb-container-tracking-online .zones-groups .ok {
  float: right;
  display: inline-block;
  padding: 3px 7px;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3px;
}
.mtb-container-tracking-online .zones-groups .ok:hover {
  background: #aaa;
}
.mtb-container-tracking-online .zones-groups .list {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.mtb-container-tracking-online .zones-autocomplete {
  margin-top: 3px;
  padding: 3px;
  width: 410px;
  background: #fff;
  float: left;
}
.mtb-container-tracking-online .zones-autocomplete .hint {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -351px -25px;
  width: 27px;
  height: 25px;
  float: left;
  margin-right: 3px;
}
.mtb-container-tracking-online .zones-autocomplete .input {
  padding: 0 5px;
  width: 360px;
  border: 1px solid #fff;
  height: 23px;
}
.mtb-container-tracking-online .area {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -50px;
  width: 27px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.mtb-container-tracking-online .area:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px 0;
}
.mtb-container-tracking-online .area.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -25px;
}
.mtb-container-tracking-online .area.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -324px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .capture-map {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") 0 -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .capture-map:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") 0 0;
}
.mtb-container-tracking-online .draw-zone-on-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .draw-zone-on-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px 0;
}
.mtb-container-tracking-online .draw-zone-on-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -25px;
}
.mtb-container-tracking-online .draw-zone-on-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .draw-zone-on-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .draw-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .draw-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px 0;
}
.mtb-container-tracking-online .draw-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -25px;
}
.mtb-container-tracking-online .draw-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .draw-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -216px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .edit-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .edit-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px 0;
}
.mtb-container-tracking-online .edit-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -25px;
}
.mtb-container-tracking-online .edit-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .edit-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -243px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .clear-zone {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .clear-zone:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px 0;
}
.mtb-container-tracking-online .clear-zone.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -25px;
}
.mtb-container-tracking-online .clear-zone.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .clear-zone.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .route-again {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .route-again:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px 0;
}
.mtb-container-tracking-online .route-again.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -25px;
}
.mtb-container-tracking-online .route-again.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .route-again.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -405px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .draw-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .draw-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px 0;
}
.mtb-container-tracking-online .draw-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -25px;
}
.mtb-container-tracking-online .draw-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .draw-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -162px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .clear-landmark {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  width: 27px;
  height: 25px;
}
.mtb-container-tracking-online .clear-landmark:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px 0;
}
.mtb-container-tracking-online .clear-landmark.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -25px;
}
.mtb-container-tracking-online .clear-landmark.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .clear-landmark.disabled:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -189px -50px;
  opacity: 0.5;
}
.mtb-container-tracking-online .map-list {
  display: block;
}
.mtb-container-tracking-online .map-list ul ul {
  display: none;
  list-style: none;
  position: relative;
  font-family: 'Montserrat';
}
.mtb-container-tracking-online .map-list ul li:hover > ul {
  display: block;
}
.mtb-container-tracking-online .map-list ul {
  list-style: none;
  position: relative;
  display: inline-table;
  padding: 0;
  margin: 0;
}
.mtb-container-tracking-online .map-list ul ul li {
  font-size: 0.9em;
  padding: 5px 10px;
  cursor: pointer;
  background: #e1e1e1;
  color: #666;
  opacity: 0.85;
}
.mtb-container-tracking-online .map-list .maps a {
  color: #fff;
  height: 28px !important;
  line-height: 31px;
  display: inline-block;
  background: #5f6975;
  font-size: 0.9em;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  width: 13em !important;
}
.mtb-container-tracking-online .map-list .custom-maps a {
  color: #fff;
  height: 28px !important;
  line-height: 31px;
  display: inline-block;
  background: #5f6975;
  font-size: 0.9em;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  width: 13em !important;
}
.mtb-container-tracking-online .distance {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.72") -297px -50px;
  width: 27px;
  height: 25px;
  display: block;
  cursor: pointer;
  float: left;
}
.mtb-container-tracking-online .distance:hover {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.72") -297px 0;
}
.mtb-container-tracking-online .distance.selected {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.72") -297px -25px;
}
.mtb-container-tracking-online .distance.disabled {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.72") -297px -50px;
  opacity: 0.5;
  cursor: default;
}
.mtb-container-tracking-online .markers-autocomplete {
  margin-top: 3px;
  padding: 3px;
  width: 410px;
  background: #fff;
  float: left;
}
.mtb-container-tracking-online .markers-autocomplete .hint {
  background: url("https://images.geo-track.com/www/common/map-tool-bar.png?v=2.0.1.75") -135px -25px;
  width: 27px;
  height: 25px;
  float: left;
  margin-right: 3px;
}
.mtb-container-tracking-online .markers-autocomplete .input {
  padding: 0 5px;
  width: 360px;
  border: 1px solid #fff;
  height: 23px;
}
.mtb-container-tracking-online .show-maps-container ul li .items {
  color: black;
}
.mtb-container-tracking-online .show-maps-container ul .maps .items:hover {
  background-color: lightblue;
}
.mtb-container-tracking-online .show-maps-container ul .maps .items.selected {
  background-color: lightslategray;
  color: white;
}
.mtb-container-tracking-online .show-maps-container ul .custom-maps .items:hover {
  background-color: lightblue;
}
.mtb-container-tracking-online .show-maps-container ul .custom-maps .items.selected {
  background-color: lightslategray;
  color: white;
}
#alerts-popup-container {
  right: 5em !important;
}
#user-total-devices div.user-devices .show-all-devices {
  background: url("https://images.geo-track.com/www/common/icon-load-all-devices.png?v=2.0.1.72");
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
}
#user-total-devices div.user-devices .show-all-devices.selected {
  background: url("https://images.geo-track.com/www/common/location-selected.png?v=2.0.1.72");
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
}
/*#region AdvanceAnalytics*/
.advanceanalytics.container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 160px;
  bottom: 27px;
  width: 100%;
}
.advanceanalytics form {
  margin: 20px;
}
.advanceanalytics form .toolbar {
  margin: 5px 0;
  height: 33px;
}
.advanceanalytics form .filter-container {
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 5px;
}
.advanceanalytics form .filter-input {
  padding: 5px;
  margin: 0 0 0 3px;
  width: 153px;
  border: 1px solid #fff;
}
.advanceanalytics form .filter-date-input {
  padding: 5px;
  margin: 0 0 0 1px;
  width: 69px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  background: #e1e1e1;
  border-radius: 5px;
}
.advanceanalytics form .name {
  padding-left: 10px;
}
.advanceanalytics form .imei {
  background: #e1e1e1;
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#grid-advanceanalytics .option-selector {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#grid-advanceanalytics .event-code {
  color: #444;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
#grid-advanceanalytics .event-code.closed {
  background: #E76969;
  color: #fff;
}
#grid-advanceanalytics .event-code.activity {
  background: #f1c701;
  color: #333;
}
#grid-advanceanalytics .event-code.opened {
  background: #1c9f22;
  color: #fff;
}
#grid-advanceanalytics .event-code.preevent {
  background: #ff9900;
  color: #fff;
}
#grid-advanceanalytics .nav li ul li.disabled {
  border: 1px solid #aaa;
  color: #fff;
}
#grid-advanceanalytics .event-code.schedule-rule {
  background: #0078a8;
  color: #fff;
}
#grid-advanceanalytics .nav li ul li.disabled a {
  text-decoration: none;
  background: #aaa;
  border: 0;
  cursor: default;
  color: #fff;
}
#grid-advanceanalytics .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.advanceanalytics .assign-parameter {
  background: #e3e3e3;
  color: #444;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.advanceanalytics .assign-parameter:hover {
  background: #777;
  color: #fff;
  cursor: pointer;
}
.advanceanalytics .assign-dashboard {
  background: #e3e3e3;
  color: #444;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 4px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.advanceanalytics .assign-dashboard:hover {
  background: #777;
  color: #fff;
  cursor: pointer;
}
.advanceanalytics-status-toolbar {
  margin-bottom: 10px;
}
ul.advanceanalytics-status-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.advanceanalytics-status-selector li {
  list-style: none;
  margin: 0;
  border: 1px solid #aaa;
  background: #aaa;
  padding: 6px 10px;
  display: inline;
}
ul.advanceanalytics-status-selector li:hover {
  border: 1px solid #777;
  background: #777;
}
ul.advanceanalytics-status-selector li:first-child {
  border-radius: 5px 0 0 5px;
}
ul.advanceanalytics-status-selector li:last-child {
  border-radius: 0 5px 5px 0;
}
ul.advanceanalytics-status-selector li a {
  color: #fff;
  text-decoration: none;
}
ul.advanceanalytics-status-selector li.selected {
  border: 1px solid #777;
  background: #777;
}
#visible-dashboards-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 350px;
  max-width: 425px;
  height: 320px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#visible-dashboards-window .search-dashboard-box {
  padding: 8px 10px 0 10px;
  height: 28px;
}
#visible-dashboards-window .search-dashboard-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Montserrat';
  width: 195px;
}
#visible-dashboards-window .add-dashboards-container {
  padding: 2px 10px 8px 10px;
}
#visible-dashboards-window .add-dashboards-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}
#visible-dashboards-window .add-dashboards-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
.add-dashboards-container .title {
  background: #444;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.add-dashboards-container .header-grid-left {
  display: inline-block;
  width: 300px;
  text-align: left;
}
.add-dashboards-container .header-grid-right {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.add-dashboards-container .available-dashboards-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 385px;
  padding: 5px;
  height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-dashboards-container .available-dashboards-advanceanalytics-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 385px;
  padding: 5px;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-dashboards-container ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.add-dashboards-container .i {
  background: #fff;
  padding: 2px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.add-dashboards-container .i li {
  float: left;
}
.add-dashboards-container .i li.a {
  text-align: left;
  width: 338px;
}
#custom-parameters-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 250px;
  max-width: 325px;
  height: 310px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#custom-parameters-window .search-parameters-box {
  padding: 8px 10px 0 10px;
  height: 28px;
}
#custom-parameters-window .search-parameters-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Montserrat';
  width: 195px;
}
#custom-parameters-window .add-parameters-container {
  padding: 2px 10px 8px 10px;
}
#custom-parameters-window .add-parameters-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}
#custom-parameters-window .add-parameters-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
.add-parameters-container .title {
  background: #444;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.add-parameters-container .header-grid-left {
  display: inline-block;
  width: 300px;
  text-align: left;
}
.add-parameters-container .header-grid-right {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.add-parameters-container .available-parameters-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 385px;
  padding: 5px;
  height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-parameters-container .available-parameters-advanceanalytics-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 285px;
  padding: 5px;
  height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-parameters-container ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.add-parameters-container .i {
  background: #fff;
  padding: 2px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.add-parameters-container .i li {
  float: left;
}
.add-parameters-container .i li.a {
  text-align: left;
  width: 338px;
}
#personal-parameters-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 350px;
  max-width: 725px;
  height: 535px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#personal-parameters-window .search-dashboard-box {
  padding: 8px 10px 0 10px;
  height: 28px;
}
#personal-parameters-window .search-dashboard-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Montserrat';
  width: 195px;
}
#personal-parameters-window .add-personalparameters-container {
  padding: 2px 10px 8px 10px;
}
#personal-parameters-window .add-personalparameters-container .save {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}
#personal-parameters-window .add-personalparameters-container .cancel {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
#personal-parameters-window .add-personalparameters-container .edit {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
#personal-parameters-window .add-personalparameters-container .search-parameter {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
.add-personalparameters-container .title {
  background: #444;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.add-personalparameters-container .header-grid-col1 {
  display: inline-block;
  width: 125px;
  text-align: center;
}
.add-personalparameters-container .header-grid-col2 {
  display: inline-block;
  width: 125px;
  text-align: center;
}
.add-personalparameters-container .header-grid-col3 {
  display: inline-block;
  width: 300px;
  text-align: center;
}
.add-personalparameters-container .available-personalparameters-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 685px;
  padding: 5px;
  height: 385px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-personalparameters-container .available-personalparameters-advanceanalytics-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 685px;
  padding: 5px;
  height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-personalparameters-container ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 700px;
  /*column-count: 2;*/
}
.add-personalparameters-container .i {
  background: #fff;
  padding: 2px 5px;
  /*border-bottom: 5px solid #f1f1f1;*/
}
.add-personalparameters-container .i li {
  float: left;
}
.add-personalparameters-container .i li.a {
  text-align: left;
  width: 338px;
}
/*.add-personalparameters-container .columnCount {
  column-count: 1;
}*/
/*#endregion*/
.devices .tag-selector {
  padding: 0;
  background: #FFF;
  width: 400px;
  overflow: auto;
  position: absolute;
  top: 45px;
  left: 10em;
  z-index: 500;
  border: 1px solid #CCC;
  border-radius: 0.5em;
  max-height: 290px;
}
.devices .tag-selector ul {
  list-style: none;
  list-style-type: none;
}
.devices .tag-selector ul li {
  padding-top: 0.5em;
  cursor: pointer;
}
.dot {
  height: 2.2em;
  width: 2.2em;
  background-color: #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
ul#color-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
ul#color-list > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0.2em;
}
.devices-form-options {
  position: absolute;
  top: 230px !important;
  left: 548Px !important;
  z-index: 800;
  background: white;
  border: 1px solid #cccccc;
  padding: 10px;
  width: 18em;
  height: 188px;
  display: none;
  font-size: 0.9em !important;
  font-family: 'Montserrat', Verdana, Helvetica, Sans-Serif !important;
  border-radius: 0.5em;
}
.tag-list-color {
  position: absolute;
  top: 230px !important;
  left: 793px !important;
  z-index: 800;
  background: white;
  border: 1px solid #cccccc;
  padding: 10px;
  display: none;
  font-size: 1.1em !important;
  font-family: 'Montserrat', Verdana, Helvetica, Sans-Serif !important;
  border-radius: 0.5em;
}
.tag-list-color ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}
.devices-form-options .option:hover {
  background-color: whitesmoke;
  font-size: 1em !important;
}
.devices-form-options hr {
  margin: 0;
  margin-bottom: 1em !important;
}
.devices-form-options .hider {
  font-size: 1.1em;
  font-weight: bold;
}
.devices-form-options .hider:hover {
  font-size: 1.3em;
}
.tag-list-color .hider-color {
  font-size: 1.1em;
  font-weight: bold;
}
.tag-list-color .hider-color:hover {
  font-size: 1.3em;
}
.devices .tag-selector ul li a.edit {
  width: 0px;
  height: 0px;
}
.devices .tag-selector ul li a.edit:hover {
  opacity: 0.85;
}
.panelColor-arrow {
  content: url(' https://images.geo-track.com/www/common/tag-right-arrow.png');
  text-align: end;
  margin-left: 60px;
  background-repeat: no-repeat;
  display: inline-block;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background: conic-gradient(red, yellow, green, blue, pink);
}
.devices .tag-selector ul li a.delete {
  background: url(" https://images.geo-track.com/www/common/layout.png?v=2.0.1.72") -312px -95px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.devices .tag-selector ul li a.delete:hover {
  opacity: 0.85;
}
.devices .tag-selector .filter {
  width: 241px;
  margin: 5px;
  border: 1px solid #CCC;
  padding: 4px;
}
.devices .tag-selector .new-tag {
  background: #e3e3e3;
  padding: 4px 10px;
  border-top: 1px solid #F2F2F2;
}
.devices .tag-selector .new-tag a {
  text-decoration: none;
  color: #292929;
}
.devices .tag-selector .new-tag a:hover {
  color: #666;
}
.devices .tag-selector .remove-from-tag {
  background: #FFF;
  padding: 4px 10px;
  border-bottom: 1px solid #F2F2F2;
}
.devices .tag-selector .remove-from-tag a {
  text-decoration: none;
  color: #333;
}
.devices .tag-selector .remove-from-tag a:hover {
  color: #666;
}
.devices .tag-selector .cancel {
  background: #e3e3e3;
  padding: 5px 10px;
}
.devices .tag-selector .cancel a {
  text-decoration: none;
  color: #292929;
}
.devices .tag-selector .cancel a:hover {
  color: #333;
}
.tag-grid {
  width: 37px;
  height: 33px;
  border-radius: 5px;
  float: left;
  background-size: 60% 80%;
}
.devices .tag-selector ul li a.edit {
  background: url(" https://images.geo-track.com/www/common/options.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: right;
}
.devices form .tag-group {
  background: #F2F2F2;
  color: #333;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 2px;
}
.color-box {
  height: 1em;
  width: 1em;
}
#invite-driver-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 485px;
  min-width: 450px;
  height: 300px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#invite-driver-window .email-container {
  padding: 10px 12px;
}
#invite-driver-window .email-container .btnInfo {
  border: none;
  font-size: 15px;
  text-align: left;
  background: #ffffff;
  margin-bottom: 0.2rem;
  margin-left: 250px;
  border-radius: 50%;    
  outline: 1px solid #BDBDBD;
}
#invite-driver-window .email-container .section {
  list-style: none;
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0;
}
#invite-driver-window .email-container .name {
  font-size: 0.9em;
  width: 210px;
  margin-right: 10px;
}
#invite-driver-window .email-container .id-bluetooth-info {
  margin-top: 8px;
  margin-bottom: 7px;
  border: 1px groove #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#invite-driver-window .emails-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#invite-driver-window .types-info {
  font-size: 0.91em;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin-top: 10px;
}
#invite-driver-window .email-container .save-invite {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
}
#invite-driver-window .email-container .save-invite-disabled {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  opacity: 0.7;
  cursor: none;
}
#invite-driver-window .email-container .cancel-invite {
  display: inline-block;
  padding: 7px 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  margin-left: 5px;
}
#client-driver-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 550px;
  max-width: 625px;
  height: 400px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}
#client-driver-window .search-driver-email-box {
  /*padding: 8px 10px 0 10px;*/
  height: 28px;
}
#client-driver-window .search-driver-email-box #input-search {
  float: left;
  margin-top: 4px;
  font-family: 'Montserrat';
  width: 195px;
}
#client-driver-window .view-driver-container {
  padding: 2px 10px 8px 10px;
}
#client-driver-window button.close {
  padding: 0 10px;
  background: transparent;
  border: 0;
  position: inherit;
  float: right;
  height: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
#client-driver-window button.close:hover {
  cursor: pointer;
  color: #444;
  background: #777;
}
#client-driver-window button.search {
  padding: 0 10px;
  background: #fff;
  border: 0;
  position: inherit;
  /*float: right;*/
  height: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
.view-driver-container .title {
  background: #444;
  color: #fff;
  padding: 5px;
  width: 560px;
  text-align: center;
}
.view-driver-container .header-grid-left {
  display: inline-block;
  width: 300px;
  text-align: left;
}
.view-driver-container .header-grid-center {
  display: inline-block;
  width: 100px;
  text-align: center;
}
.view-driver-container .header-grid-right {
  display: inline-block;
  width: 150px;
  text-align: right;
}
.view-driver-container .client-driver-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 585px;
  padding: 5px;
  height: 285px;
  overflow-x: hidden;
  overflow-y: auto;
}
.view-driver-container .client-driver-invitations-section {
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  width: 585px;
  padding: 5px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.view-driver-container ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-driver-container .i {
  background: #fff;
  padding: 15px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.view-driver-container .i li {
  float: left;
}
.view-driver-container .i li.a-driveremail {
  text-align: left;
  width: 300px;
}
.view-driver-container .i li.a-state {
  text-align: center;
  width: 100px;
}
.view-driver-container .i li.a-createdon {
  text-align: right;
  width: 150px;
}
.universal-driver {
  opacity: 1;
}
.unassign-tag {
  float: right;
  position: relative;
  z-index: 9999;
  height: 16px;
  width: 16px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  line-height: 15px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #848484 80%);
  font-weight: bold;
  color: black;
}
.unassign-tag:hover {
  float: right;
  position: relative;
  z-index: 9999;
  height: 16px;
  width: 16px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  line-height: 15px;
  background: #ffffff;
  background: linear-gradient(90deg, #848484 0%, #ffffff 80%);
  font-weight: bold;
  color: black;
  cursor: default;
}
.devices form .group-tag {
  background: #F2F2F2;
  color: #333;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 2px;
  float: left;
  width: 90% !important;
}
.collapsed-button {
  background-image: url('https://images.geo-track.com/www/common/tag-down-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position-x: center;
  background-position-y: center;
  background-color: red;
  display: inline-block;
  width: 14px;
  height: 14px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  padding-right: 3px;
}
.uncollapsed-button {
  background-image: url('https://images.geo-track.com/www/common/tag-right-arrow.png');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position-x: center;
  background-position-y: center;
  background-color: red;
  display: inline-block;
  width: 14px;
  height: 14px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  padding-right: 3px;
}
.tag-ul-content {
  padding-left: 5px;
  border-left: 1px dotted black;
  margin-bottom: 2px;
}
.tag-device {
  padding-left: 3px;
}
.tag-button {
  margin: 5px 10px 10px 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.group-tag {
  max-width: 169px !important;
  padding-left: 10px;
}
.mtb-container .street-view-container {
  display: none;
  margin-top: 3px;
  padding: 3px;
  width: 450px;
  height: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
}
.street-view-tracking-online .street-view-container {
  display: none;
  margin-top: 4em;
  margin-left: 27em;
  padding: 3px;
  width: 450px;
  height: 450px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
  z-index: 1000;
}
.mtb-container .street-view-container .viewer {
  width: 440px;
  height: 440px;
  margin: 5px auto;
  z-index: 1;
}
.street-view-tracking-online .street-view-container .viewer {
  width: 440px;
  height: 440px;
  margin: 5px auto;
  z-index: 1;
}
.mtb-container .street-view-container .close {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  border-radius: 0 3px 0 3px;
  top: 0;
  left: 432px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: bold;
}
.street-view-tracking-online .street-view-container .close {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  border-radius: 0 3px 0 3px;
  top: 0;
  left: 432px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: bold;
}
.mtb-container .street-view-container .close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.street-view-tracking-online .street-view-container .close:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/*Bootstarp upgrade v5.0.2*/
.navbar {
  padding: 0.5rem 1rem !important;
}
/*Menu-------------------------------*/
.sidebar {
  position: fixed;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.toggler {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 19px;
  height: 30px;
  position: absolute;
  /*top: 85%;*/
  cursor: pointer;
}
.sidebar-left > .toggler {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #fff;
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  right: -20px;
}
.sidebar-left > .toggler > span {
  margin: -2px 6px;
  font-family: eurostileregular;
  font-size: xx-large;
}
.sidebar-left > .toggler > .glyphicon-chevron-right {
  display: none;
}
/*Native BootStrap Hack*/
.sidebar .list-group-item:last-child,
.sidebar .list-group-item:first-child {
  border-radius: 0px;
}
.sidebar .list-group {
  margin-bottom: 0px;
}
.sidebar .list-group-item {
  padding: 5px;
  border: 1px solid #DDD;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 0px;
  margin-top: -1px;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.glyphicon-chevron-left:before {
  content: "\2039";
}
.glyphicon-chevron-right:before {
  content: "\203a";
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
/*Bootstarp upgrade v5.0.2*/
#online-tab .export-online.all {
  background: url("https://images.geo-track.com/www/common/icons-16px.png?v=2.0.1.72") 0 -130px no-repeat !important;
}
#online-tab .export-online.exporting {
  background: url("https://images.geo-track.com/www/common/icons-16px.png?v=2.0.1.72") 0 -130px no-repeat !important;
}
.input.ui-autocomplete-input {
  height: 2em !important;
  width: 92% !important;
}
.mtb-container-tracking-online .markers-groups .list {
  overflow: auto !important;
}
.mtb-container-tracking-online .zones-groups .list {
  overflow: auto !important;
}
.hint-label {
  font-weight: 700;
}
/*Alerts new design*/
.principal-panel {
  background-color: #F2F2F2 !important;
  height: 44em !important;
  padding-left: 0px !important;
  margin-left: 0.4em;
}
.col-xs-1ths,
.col-sm-1ths,
.col-md-1ths,
.col-lg-1ths {
  position: relative;
  min-height: 1px;
  background: white !important;
  padding-left: 0em !important;
  padding-right: 0.4em !important;
  margin-left: 0.5em;
  margin-right: 1em;
}
.col-xs-1ths {
  width: 2% !important;
  float: left;
  background: white !important;
  padding-left: 0em !important;
  padding-right: 0.4em !important;
  margin-left: 0.5em;
  margin-right: 1em;
}
.col-md-1ths {
  width: 2% !important;
  float: left;
  background: white !important;
  padding-left: 0em !important;
  padding-right: 0.4em !important;
  margin-left: 0.5em;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .col-sm-1ths {
    width: 1.9% !important;
    float: left;
    padding-left: 0em !important;
    padding-right: 0.4em !important;
    margin-left: 0.5em;
    margin-right: 1em;
    background: white !important;
  }
}
@media (min-width: 992px) {
  .col-md-1ths {
    width: 2% !important;
    float: left;
    background: white !important;
    padding-left: 0em !important;
    padding-right: 0.4em !important;
    margin-left: 0.5em;
    margin-right: 1em;
  }
}
@media (min-width: 1200px) {
  .col-lg-1ths {
    width: 2% !important;
    float: left;
    background: white !important;
    padding-left: 0em !important;
    padding-right: 0.4em !important;
    margin-left: 0.5em;
    margin-right: 1em;
  }
}
.ot-tabs-container {
  left: 5.1em !important;
  top: 106px !important;
  border-top: 1px solid #CCC;
}
.ot-tabs-container .ot-tabs {
  border-bottom: 0 !important;
  height: 3em !important;
  margin-left: 0.1em;
}
.ot-tabs li {
  margin: 0 !important;
}
.containerTabOnline {
  position: relative;
  left: 0.4em;
  top: 0.5em;
  cursor: pointer;
}
.containerTabOnline img {
  content: url('https://images.geo-track.com/www/common/alertsTypes/online_gray.png');
  width: 26px;
}
.containerTabOnline img.selected {
  content: url('https://images.geo-track.com/www/common/alertsTypes/online_black.png');
}
.containerTabOnline span {
  position: absolute;
  top: 25px;
  font-size: 0.8em;
  left: -0.8em;
  font-weight: 100;
}
.containerTabOnline span.selected {
  font-weight: 900;
}
.containerTabHistory {
  position: relative;
  left: 0.3em;
  top: 2em;
  cursor: pointer;
  margin-top: 0.5em;
}
.containerTabHistory img {
  content: url('https://images.geo-track.com/www/common/alertsTypes/history_gray.png');
  width: 32px;
  margin-top: -4em !important;
}
.containerTabHistory img.selected {
  content: url('https://images.geo-track.com/www/common/alertsTypes/history_black.png');
}
.containerTabHistory span {
  position: absolute;
  top: 0;
  font-size: 0.8em;
  left: -0.7em;
}
.containerTabHistory span.selected {
  font-weight: 900;
}
.containerTabAlerts {
  position: relative;
  left: 0.4em;
  top: 3.5em;
  cursor: pointer;
  margin-top: 0.5em;
}
.containerTabAlerts img {
  content: url('https://images.geo-track.com/www/common/alertsTypes/alert_gray.png');
  width: 26px;
  margin-top: -6em !important;
}
.containerTabAlerts img.selected {
  content: url('https://images.geo-track.com/www/common/alertsTypes/alert_black.png');
}
.containerTabAlerts span {
  position: absolute;
  top: -1.7em;
  font-size: 0.8em;
  left: -0.6em;
}
.containerTabAlerts span.selected {
  font-weight: 900;
}
#op-device-groups {
  top: 222px !important;
}
#op-devices {
  top: 142px !important;
  left: 4.5em;
}
#op-devices .filter {
  margin-top: -0.1em !important;
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
  padding: 6px !important;
}
#op-alerts {
  left: 4.5em;
  top: 142px !important;
  margin-top: 2.4em !important;
}
#op-alerts ul.detail {
  top: 17em !important;
  margin-top: 1.5em !important;
}
#op-alerts .devices {
  width: 97% !important;
}
#op-alerts .type-selector {
  padding: 0 !important;
  padding-top: 1.3em !important;
  padding-bottom: 0.3em !important;
  padding-left: 0.3em !important;
}
#op-alerts .type-selector .rotator {
  padding-top: 0em;
}
#op-history {
  left: 5em;
  top: 107px !important;
  margin-left: -0.3em;
}
#op-history .devices {
  width: 97% !important;
}
#op-history .type-selector {
  padding: 0 !important;
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}
#op-history .explore-button {
  float: right !important;
  background: url("https://images.geo-track.com/www/common/explore-indicator-no-selected.png?v=2.0.1.75");
  width: 80px !important;
  height: 25px !important;
  padding: 0;
  display: inline-block;
  margin-top: 4px !important;
}
#op-history .explore-button.selected {
  float: right;
  background: url("https://images.geo-track.com/www/common/explore-indicator-selected.png?v=2.0.1.75");
}
#op-history .explore-button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav-alerts-tab {
  bottom: 1em;
  margin-top: 1em;
  margin-left: 0.6em;
  position: fixed;
  bottom: 29px;
  /* overflow: hidden auto; */
  width: 320px;
  list-style: none;
  margin: 0px 0px 0px 0.6em;
  padding: 0px;
}
.nav-alerts-tab .nav-item {
  min-width: 0px;
}
.container-fluid .map {
  left: 378px !important;
}
.firtsAlert .icon {
  width: 25px;
  height: 25px;
  margin-bottom: 0.3em;
}
.secondAlert .icon {
  width: 25px;
  height: 26px;
  margin-bottom: 0.3em;
}
.thirdAlert .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 0.3em;
}
.quarterAlert .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 0.3em;
}
.fifthAlert .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 0.3em;
}
.moreAlerts {
  width: 26px;
  height: 20px;
  font-weight: 900;
  width: 2em;
  border-radius: 5px;
  background-color: #80808036;
}
.moreAlerts span {
  margin-left: 0.4em;
  font-weight: 900;
}
.alertNonDisplay {
  display: none;
}
.alert-tab {
  position: relative;
  margin-bottom: 1em;
  width: 25px !important;
}
.button__badge__alert {
  background-color: red;
  border-radius: 10px;
  padding: 1px 4px;
  z-index: 200;
  height: 0.8em;
  width: 0.4em;
  margin-left: 4em;
  margin-top: -5em;
  font-size: 0.5em !important;
}
.button__badge {
  background-color: red;
  border-radius: 12px;
  color: white;
  padding: 1px 3px;
  font-size: 11px;
  position: absolute;
  right: -1em;
  z-index: 200;
  top: -0.5em;
  min-width: 1.2em;
  text-align: center;
  font-weight: 700;
}
.card-header {
  background: white !important;
}
.card-header:first-child {
  border-radius: 0 !important;
}
.tooltip-alert {
  background-color: #F2F2F2 !important;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 10px;
  font-size: 12px;
  z-index: 300;
  list-style: none;
  width: 25em;
  left: 4em;
  top: 15em;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.tooltip-alert .tip-title {
  font-family: 'Montserrat', Verdana, Helvetica, Sans-Serif !important;
  font-size: 1em;
  text-align: center;
  font-weight: 900;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}
.tooltip-more-alert {
  background: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 10px;
  font-size: 12px;
  z-index: 300;
  list-style: none;
  width: 15em;
  left: 6em;
  top: 23em;
}
.tooltip-more-alert .card-lasttitle {
  padding-left: 1em;
}
.tooltip-more-alert .tip-title {
  font-family: 'Montserrat', Verdana, Helvetica, Sans-Serif !important;
  font-size: 1em;
  text-align: center;
  font-weight: 900;
}
#alerts-panel {
  flex-wrap: nowrap !important;
  padding: 0 !important;
  margin-left: 0;
}
#alerts-panel ul {
  margin-left: 0.8em !important;
}
#alerts-panel .nav-link {
  color: black !important;
}
#alerts-panel ul li button {
  display: block !important;
}
.card-lastdate {
  font-size: 10px !important;
}
.card-lastaddress {
  margin-bottom: 0;
}
.priority-1 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-1.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-2 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-2.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-3 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-3.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-4 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-4.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-5 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-5.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-6 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-6.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-7 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-7.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-8 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-8.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-9 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-9.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.priority-10 {
  background-image: url(https://images.geo-track.com/www/common/alertsTypes/priority-10.png);
  background-size: 2em;
  background-repeat: no-repeat;
}
.white-1 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") 0px 0;
}
.white-2 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -37px 0;
}
.white-3 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -74px 0;
}
.white-4 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -111px 0;
}
.white-5 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -148px 0;
}
.white-6 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -185px 0;
}
.white-7 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -222px 0;
}
.white-8 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -259px 0;
}
.white-9 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -296px 0;
}
.white-10 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -333px 0;
}
.white-11 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -370px 0;
}
.white-12 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -407px 0;
}
.white-13 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -444px 0;
}
.white-14 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -481px 0;
}
.white-15 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -518px 0;
}
.white-16 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -555px 0;
}
.white-17 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -592px 0;
}
.white-18 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -629px 0;
}
.white-19 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -666px 0;
}
.white-20 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -703px 0;
}
.white-21 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -740px 0;
}
.white-22 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -777px 0;
}
.white-23 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -814px 0;
}
.white-24 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -851px 0;
}
.white-25 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -888px 0;
}
.white-26 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -925px 0;
}
.white-27 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -962px 0;
}
.white-28 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -999px 0;
}
.white-29 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1036px 0;
}
.white-30 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1073px 0;
}
.white-31 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1110px 0;
}
.white-32 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1147px 0;
}
.white-33 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1184px 0;
}
.white-34 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1221px 0;
}
.white-35 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1258px 0;
}
.white-36 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1295px 0;
}
.white-37 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1332px 0;
}
.white-38 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1369px 0;
}
.white-39 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1406px 0;
}
.white-40 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1443px 0;
}
.white-41 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1480px 0;
}
.white-42 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1517px 0;
}
.white-43 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1554px 0;
}
.white-44 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1591px 0;
}
.white-45 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1628px 0;
}
.white-46 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1665px 0;
}
.white-47 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1702px 0;
}
.white-48 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1739px 0;
}
.white-49 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1776px 0;
}
.white-50 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1813px 0;
}
.white-51 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1850px 0;
}
.white-52 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1887px 0;
}
.white-53 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1924px 0;
}
.white-54 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1961px 0;
}
.white-55 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -1998px 0;
}
.white-56 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2035px 0;
}
.white-57 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2072px 0;
}
.white-58 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2109px 0;
}
.white-59 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2146px 0;
}
.white-60 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2183px 0;
}
.white-61 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2220px 0;
}
.white-62 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2257px 0;
}
.white-63 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2294px 0;
}
.white-64 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2331px 0;
}
.white-65 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2368px 0;
}
.white-66 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2405px 0;
}
.white-67 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2442px 0;
}
.white-68 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2479px 0;
}
.white-69 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2516px 0;
}
.white-70 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2553px 0;
}
.white-71 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2590px 0;
}
.white-72 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2627px 0;
}
.white-73 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2664px 0;
}
.white-74 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2701px 0;
}
.white-75 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2738px 0;
}
.white-76 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2775px 0;
}
.white-77 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2812px 0;
}
.white-78 {
  background: url("https://images.geo-track.com/www/common/device-types-white.png?v=2.0.1.75") -2849px 0;
}
.black-1 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") 0px 0;
}
.black-2 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -37px 0;
}
.black-3 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -74px 0;
}
.black-4 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -111px 0;
}
.black-5 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -148px 0;
}
.black-6 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -185px 0;
}
.black-7 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -222px 0;
}
.black-8 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -259px 0;
}
.black-9 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -296px 0;
}
.black-10 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -333px 0;
}
.black-11 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -370px 0;
}
.black-12 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -407px 0;
}
.black-13 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -444px 0;
}
.black-14 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -481px 0;
}
.black-15 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -518px 0;
}
.black-16 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -555px 0;
}
.black-17 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -592px 0;
}
.black-18 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -629px 0;
}
.black-19 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -666px 0;
}
.black-20 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -703px 0;
}
.black-21 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -740px 0;
}
.black-22 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -777px 0;
}
.black-23 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -814px 0;
}
.black-24 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -851px 0;
}
.black-25 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -888px 0;
}
.black-26 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -925px 0;
}
.black-27 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -962px 0;
}
.black-28 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -999px 0;
}
.black-29 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1036px 0;
}
.black-30 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1073px 0;
}
.black-31 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1110px 0;
}
.black-32 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1147px 0;
}
.black-33 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1184px 0;
}
.black-34 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1221px 0;
}
.black-35 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1258px 0;
}
.black-36 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1295px 0;
}
.black-37 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1332px 0;
}
.black-38 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1369px 0;
}
.black-39 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1406px 0;
}
.black-40 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1443px 0;
}
.black-41 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1480px 0;
}
.black-42 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1517px 0;
}
.black-43 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1554px 0;
}
.black-44 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1591px 0;
}
.black-45 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1628px 0;
}
.black-46 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1665px 0;
}
.black-47 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1702px 0;
}
.black-48 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1739px 0;
}
.black-49 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1776px 0;
}
.black-50 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1813px 0;
}
.black-51 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1850px 0;
}
.black-52 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1887px 0;
}
.black-53 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1924px 0;
}
.black-54 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1961px 0;
}
.black-55 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -1998px 0;
}
.black-56 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2035px 0;
}
.black-57 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2072px 0;
}
.black-58 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2109px 0;
}
.black-59 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2146px 0;
}
.black-60 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2183px 0;
}
.black-61 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2220px 0;
}
.black-62 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2257px 0;
}
.black-63 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2294px 0;
}
.black-64 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2331px 0;
}
.black-65 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2368px 0;
}
.black-66 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2405px 0;
}
.black-67 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2442px 0;
}
.black-68 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2479px 0;
}
.black-69 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2516px 0;
}
.black-70 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2553px 0;
}
.black-71 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2590px 0;
}
.black-72 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2627px 0;
}
.black-73 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2664px 0;
}
.black-74 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2701px 0;
}
.black-75 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2738px 0;
}
.black-76 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2775px 0;
}
.black-77 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2812px 0;
}
.black-78 {
  background: url("https://images.geo-track.com/www/common/device-types-black.png?v=2.0.1.75") -2849px 0;
}
.alert-title {
  font-size: 1.1em !important;
  font-family: 'Montserrat', Verdana, Helvetica, Sans-Serif !important;
}
.leaflet-left .leaflet-control {
  margin-left: 72px !important;
}
.card-alert-tip {
  list-style: none;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  margin-left: -1em;
}
#principal-alert-panel .nav-options li {
  width: 2.8em !important;
  height: 4.5em !important;
  min-width: 10px !important;
  padding-left: 0.4em;
  padding-right: 0.5em;
  display: block !important;
}
#principal-alert-panel .nav-options {
  display: inline-flex !important;
  margin-top: 0.5em;
}
.containerTabOnline-li {
  background-color: none !important;
}
.containerTabOnline-li.selected {
  border: 1px solid gray;
  background-color: whitesmoke;
  color: black;
  font-weight: 900;
  border-radius: 6px;
  box-shadow: inset 2px 2px 4px rgba(120, 120, 120, 0.4), inset -3px -3px 3px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: -0.5em !important;
  padding-right: 0.4em !important;
}
.containerTabHistory-li {
  background-color: none !important;
}
.containerTabHistory-li.selected {
  border: 1px solid gray;
  background-color: whitesmoke;
  color: black;
  font-weight: 900;
  border-radius: 6px;
  box-shadow: inset 2px 2px 4px rgba(120, 120, 120, 0.4), inset -3px -3px 3px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: -0.5em !important;
  padding-right: 0.4em !important;
}
.containerTabAlerts-li {
  background-color: none !important;
}
.containerTabAlerts-li.selected {
  border: 1px solid gray;
  background-color: whitesmoke;
  color: black;
  font-weight: 900;
  border-radius: 6px;
  box-shadow: inset 2px 2px 4px rgba(120, 120, 120, 0.4), inset -3px -3px 3px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  padding-left: -0.5em !important;
  padding-right: 0.4em !important;
}
.review-container .close {
  margin: 0 0 5px 5px;
  display: none;
  float: right;
  background: url(https://images.geo-track.com/www/geofleet/layout.png) -6px -157px;
  width: 16px;
  height: 15px;
  cursor: pointer;
}
#latest-trips {
  left: 6.5em !important;
  bottom: 30px !important;
  width: 97% !important;
}
.tooltip-alert {
  top: -35em !important;
}
.alert-tip .message {
  font-size: 1.1em !important;
  color: #0074CC;
  font-weight: normal;
}
.alert-tip .address {
  font-size: 1em !important;
  color: #333;
}
.alert-tip .message-time {
  font-size: 1em !important;
  font-weight: bold;
}
.title-alert-type {
  margin-left: 0;
  float: left;
  word-wrap: break-word;
  padding-left: 0.5em !important;
  padding-bottom: 0.5em;
  background-color: whitesmoke;
}
.alert-type-title {
  margin-left: 0.8em;
}
.more-alert-info {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
.device-label-dimentions {
  display: none !important;
}
#user-total-devices {
  top: 182px !important;
}
.device-speed-label {
  display: none;
}
.receiving-user-warning-email {
  display: table;
  border: 1px solid;
  max-width: 330px;
  margin-top: 5px;
}
.receiving-user-warning-email .left-image {
  display: table-cell;
  vertical-align: middle;
}
.receiving-user-warning-email .right-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}
/*#region History Indicators*/
#history-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 7000;
  width: 100%;
  font-size: 0.7em;
  overflow: hidden;
  display: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#history-indicators .imei {
  display: inline-block;
  font-size: 1.2em;
  color: #333;
  cursor: default;
  width: 100%;
  padding: 5px;
  background-color: #CCC;
  font-weight: bold;
}
/*#history-indicators .label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
  }*/
#history-indicators .input-check-box {
  margin-bottom: 2px !important;
  /*margin-left: 40px !important;*/
  margin-right: 2px !important;
  vertical-align: middle !important;
}
#history-indicators .close {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  margin-right: 3px !important;
  /*font-size: 1rem !important;*/
  opacity: 1 !important;
  width: 17px;
}
#history-indicators .close:hover {
  /*background: #666;*/
}
#history-indicators .data-wrapper {
  width: auto !important;
  min-width: 800px !important;
  margin: 0 !important;
  padding: 0 0 0 0 !important;
}
#history-indicators .data-wrapper .inline {
  width: 80% !important;
  margin: 0 !important;
  height: 200px !important;
  /*overflow: hidden !important;*/
  float: left;
}
#history-indicators .data-wrapper .info {
  width: 19.5% !important;
  height: 200px !important;
  display: inline-block;
  font-size: 1em;
  float: right;
  margin-right: 2px;
  border: 1px solid #CCC;
}
#history-indicators .data-wrapper .info .title-indicators {
  padding: 0;
  border-bottom: 1px solid #CCC;
  width: 100%;
}
#history-indicators .data-wrapper .info .title-indicators .title {
  width: 80%;
  height: 18px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
#history-indicators .data-wrapper .info .title-indicators .average {
  width: 10%;
  height: 18px;
  background: url("https://images.geo-track.com/www/common/average.png?v=2.0.1.75") no-repeat;
  float: right;
  display: inline-block;
  cursor: pointer;
}
#history-indicators .data-wrapper .info .label {
  width: 60%;
  height: 14px;
  float: left;
  margin-left: 20px;
}
#history-indicators .data-wrapper .info .label-alert {
  width: 20%;
  height: 14px;
  float: left;
  margin-left: 20px;
}
#history-indicators .data-wrapper .info .text {
  /*width: 50%;*/
  height: 14px;
  float: right;
  margin-left: 20px;
  font-weight: bold;
}
#history-indicators .data-wrapper .info .text-alert {
  width: 66%;
  height: 14px;
  float: left;
  text-align: end;
  margin-left: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#history-indicators .chart {
  display: block !important;
  float: left !important;
  overflow: hidden !important;
  text-align: left !important;
  width: 1265.2px !important;
  height: 200px !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
#history-indicators .chart .amcharts-main-div {
  position: relative !important;
}
#history-indicators .chart .amcharts-chart-div {
  overflow: hidden !important;
  position: relative !important;
  text-align: left !important;
  width: 1265.2px;
  height: 200px !important;
  cursor: default !important;
}
/*#history-indicators .restore,
  #history-indicators .minimize {
    background: #333;
    border-radius: 5px;
    margin-right: 3px !important;
  }

    .restore:hover,
    #history-indicators .minimize:hover {
      background: #666;
    }*/
#history-indicators .h {
  background: #F2F2F2;
  margin: 0 3px;
  color: #333;
}
#history-indicators .h ul {
  margin: 0;
  list-style: none;
  list-style-type: none;
  padding: 0;
  display: block;
  min-width: 750px;
  overflow: auto;
  cursor: default;
}
#history-indicators .h ul li {
  float: left;
  padding: 5px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
#history-indicators .h ul li.f {
  width: 60px;
}
#history-indicators .h ul li.d {
  width: 150px;
}
#history-indicators .h ul li.k {
  width: 100px;
}
#history-indicators .i {
  background: #FFF;
  margin: 0 3px 3px 3px;
}
#history-indicators .i ul {
  margin: 0;
  list-style: none;
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  display: block;
  min-width: 750px;
  overflow: auto;
}
#history-indicators .i ul:hover {
  background: #CCC;
}
#history-indicators .i ul.selected {
  background: #ff8200;
  color: #FFF;
}
#history-indicators .i ul li {
  float: left;
  padding: 5px;
  text-align: center;
}
#history-indicators .i ul li.f {
  width: 400px;
}
#history-indicators .i ul li.d {
  width: 150px;
}
#history-indicators .i ul li.k {
  width: 100px;
}
/*#endregion*/
/*#region AIBrowser Window*/
#aibrowser-window-container {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 2500;
  width: 300px;
  height: 46px;
}
#aibrowser-window-container .envelope {
  position: relative;
  top: -46px;
  left: 0;
  background: #F2F2F2;
  border-radius: 0 0 5px 5px;
}
#aibrowser-window-container .filterAI {
  margin: 5px 7px;
  display: inline-block;
}
#aibrowser-window-container .filterAI .input-search {
  width: 85%;
  border: 0;
  background-color: #FFF;
  padding: 8px;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 12px;
}
#aibrowser-window-container .filterAI .input-beta-search {
  width: 10%;
  border: 0;
  background-color: #FFF;
  padding: 1px;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 12px;
}
/*#aibrowser-window-container .filterAI .search-button {
  width: 16px;
  height: 16px;
  background: url("https://images.geo-track.com/www/common/search-button.png") no-repeat center center;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin: 0;
}*/
#aibrowser-window-container .filterAI .search-button {
  width: 24px;
  height: 24px;
  background: url("https://images.geo-track.com/www/common/search_AI_tmp_02.gif") no-repeat center center;
  border: none;
  padding: 5px;
  margin: 0;
}
#aibrowser-window-container .filterAI .input-result {
  width: 90%;
  border: 0;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 12px;
  text-decoration: underline;
  color: #0074CC;
  cursor: pointer;
}
#aibrowser-window-container .filterAI .input-no-result {
  width: 90%;
  border: 0;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 12px;
}
/*#endregion*/
/*#region AI Browser*/
#ai-browser-result {
  position: absolute;
  top: 107px;
  bottom: 29px;
  width: 380px;
  background-color: #FFF;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
  /*font-family: 'Roboto';*/
}
#ai-browser-result .title {
  display: block;
  cursor: default;
  width: 100%;
  height: 40px;
  padding: 5px;
  border-bottom: 1px solid #c1c1c1;
}
#ai-browser-result .title .image-category-analytics {
  background: url("https://images.geo-track.com/www/common/search_ai_category_analytics_v_01.png");
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#ai-browser-result .title .image-category-faq {
  background: url("https://images.geo-track.com/www/common/search_ai_category_faq_v_01.png");
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#ai-browser-result .title .image-category-information {
  background: url("https://images.geo-track.com/www/common/search_ai_category_information.png");
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#ai-browser-result .title .image-category-online {
  background: url("https://images.geo-track.com/www/common/search_ai_category_on_line.png");
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#ai-browser-result .title .image-category-smart {
  background: url("https://images.geo-track.com/www/common/search_ai_category_smart_v_01.png");
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#ai-browser-result .title .text-category {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  display: inline-block;
  width: 70%;
  height: 40px;
  margin-left: 25px;
  margin-top: 10px;
}
#ai-browser-result .title .close-simple {
  width: 25px;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  width: 10%;
  height: 25px;
  margin-top: 10px;
}
#ai-browser-result .title .close-simple .a-sin-subrayado {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
#ai-browser-result .close {
  margin-right: 3px !important;
  width: 25px;
  height: 25px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px !important;
}
#ai-browser-result .close:hover {
  /*background: #666;*/
}
#ai-browser-result .info {
  margin: 5px;
  /*height: 350px;*/
  display: flex;
  flex-flow: column;
  gap: 10px;
  overflow: hidden;
}
#ai-browser-result .info .text-autocomplete {
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
  background-color: #F2F2F2;
}
#ai-browser-result .info .text-response {
  padding: 0 10px;
  font-size: 14px;
}
#ai-browser-result .info .text-date-range {
  padding: 0 10px;
  font-size: 14px;
}
#ai-browser-result .info .label {
  margin-left: 15px;
  font-size: 0.9em;
  font-weight: bold;
}
#ai-browser-result .info .text {
  margin-left: 20px;
  font-size: 0.9em;
}
#ai-browser-result .info .text-result {
  font-size: 22px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  padding: 30px 10px;
  background-color: #f2f2f2;
  box-sizing: border-box !important;
  font-weight: bold;
}
#ai-browser-result .info .text-result-unit {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  padding: 30px 10px;
  background-color: #f2f2f2;
  box-sizing: border-box !important;
}
#ai-browser-result .info .text-no-result {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  padding: 30px 10px;
  background-color: #f2f2f2;
  box-sizing: border-box !important;
}
.smart-response-table-overflow {
  overflow: auto;
}
#ai-browser-result .info .table-result {
  padding: 30px 10px;
  height: 120px;
  overflow-x: hidden;
}
#ai-browser-result .info .text-result-smart {
  font-size: 1.2em;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;  
  text-align: left;
}
#ai-browser-result .info .search-url {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
#ai-browser-result .info .table-result ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ai-browser-result .info .table-result .i {
  height: 25px;
  border-bottom: 2px solid #F2F2F2;
}
#ai-browser-result .info .table-result .i li {
  width: auto !important;
}
#ai-browser-result .info .table-result .i li.item {
  text-align: center;
}
#ai-browser-result .info .text-url {
  width: 100%;
}
#ai-browser-result .qualify {
  margin: 5px;
}
#ai-browser-result .info .btn-actions {
  display: flex;
  justify-content: right;
  padding-right: 5px;
}
#ai-browser-result .info .btn-next-page {
  background-image: url("https://images.geo-track.com/www/common/right-arrow-tmp-001.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  filter: invert(50%);
  cursor: pointer;
  margin-left: 10px;
}
#ai-browser-result .info .btn-previous-page {
  background-image: url("https://images.geo-track.com/www/common/left-arrow-tmp-001.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  filter: invert(50%);
  cursor: pointer;
  margin-left: 10px;
}
#ai-browser-result .qualify {
  margin: 5px;
}
#ai-browser-result .qualify .label-question {
  padding: 8px;
  font-size: 1.1em;
}
#ai-browser-result .qualify .image-thumbs-separate {
  width: 10px;
  display: inline-block;
}
#ai-browser-result .qualify .image-thumbs-up {
  background-image: url("https://images.geo-track.com/www/common/thumbs_up_tmp.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  filter: invert(50%);
  cursor: pointer;
  margin-left: 10px;
}
#ai-browser-result .qualify .image-thumbs-down {
  background-image: url("https://images.geo-track.com/www/common/thumbs_down_tmp.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  filter: invert(50%);
  cursor: pointer;
}
#ai-browser-result .explanation {
  margin: 5px;
  margin-top: 25px;
}

  #ai-browser-result .explanation .title {
    padding: 8px;
    font-size: 0.9em;
  }

  #ai-browser-result .explanation .label {
    padding: 8px;
    font-size: 0.9em;
  }

  #ai-browser-result .explanation .label-tip {
    padding: 8px;
    font-size: 0.9em;
  }

[data-tooltip]:hover:after {
  background: #4285f4;
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-tooltip);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

/*#endregion*/


.drivers-status-toolbar {
  margin-bottom: 10px;
}

ul.drivers-status-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

  ul.drivers-status-selector li {
    list-style: none;
    margin: 0;
    border: 1px solid #aaa;
    background: #aaa;
    padding: 6px 10px;
    display: inline;
  }

    ul.drivers-status-selector li:hover {
      border: 1px solid #777;
      background: #777;
    }

    ul.drivers-status-selector li:first-child {
      border-radius: 5px 0 0 5px;
    }

    ul.drivers-status-selector li:last-child {
      border-radius: 0 5px 5px 0;
    }

    ul.drivers-status-selector li a {
      color: #fff;
      text-decoration: none;
    }

    ul.drivers-status-selector li.selected {
      border: 1px solid #777;
      background: #777;
    }

#grid-drivers .nav {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#assign-client-driver-invitation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 450px;
  max-width: 450px;
  height: 120px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #assign-client-driver-invitation-window .assign-client-driver-invitation-container {
    padding: 2px 10px 8px 10px;
  }

    #assign-client-driver-invitation-window .assign-client-driver-invitation-container .title {
      background: #444;
      color: #fff;
      padding: 5px;
      text-align: center;
    }

    #assign-client-driver-invitation-window .assign-client-driver-invitation-container .sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

    #assign-client-driver-invitation-window .assign-client-driver-invitation-container .save-assign {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
    }

    #assign-client-driver-invitation-window .assign-client-driver-invitation-container .cancel-assign {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
      margin-left: 5px;
    }

  #assign-client-driver-invitation-window #driver-info {
    padding-top: 5px;
    font-size: 0.92em;
    height: 15px;
  }

    #assign-client-driver-invitation-window #driver-info #driver_label {
      float: left;
      font-weight: bold;
      padding-right: 5px;
    }

  #assign-client-driver-invitation-window #driver-question-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.92em;
  }

#resend-client-driver-invitation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 430px;
  max-width: 430px;
  height: 120px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #resend-client-driver-invitation-window .resend-client-driver-invitation-container {
    padding: 2px 10px 8px 10px;
  }

    #resend-client-driver-invitation-window .resend-client-driver-invitation-container .title {
      background: #444;
      color: #fff;
      padding: 5px;
      text-align: center;
    }

    #resend-client-driver-invitation-window .resend-client-driver-invitation-container .sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

    #resend-client-driver-invitation-window .resend-client-driver-invitation-container .save-resend {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
    }

    #resend-client-driver-invitation-window .resend-client-driver-invitation-container .cancel-resend {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
      margin-left: 5px;
    }

  #resend-client-driver-invitation-window #driver-info {
    padding-top: 5px;
    font-size: 0.92em;
    height: 15px;
  }

    #resend-client-driver-invitation-window #driver-info #driver_label {
      float: left;
      font-weight: bold;
      padding-right: 5px;
    }

  #resend-client-driver-invitation-window #driver-question-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.92em;
  }

#unlink-license-client-driver-invitation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 450px;
  max-width: 450px;
  height: 120px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #unlink-license-client-driver-invitation-window .unlink-license-client-driver-invitation-container {
    padding: 2px 10px 8px 10px;
  }

    #unlink-license-client-driver-invitation-window .unlink-license-client-driver-invitation-container .title {
      background: #444;
      color: #fff;
      padding: 5px;
      text-align: center;
    }

    #unlink-license-client-driver-invitation-window .unlink-license-client-driver-invitation-container .sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

    #unlink-license-client-driver-invitation-window .unlink-license-client-driver-invitation-container .save-unlink-license {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
    }

    #unlink-license-client-driver-invitation-window .unlink-license-client-driver-invitation-container .cancel-unlink-license {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
      margin-left: 5px;
    }

  #unlink-license-client-driver-invitation-window #driver-info {
    padding-top: 5px;
    font-size: 0.92em;
    height: 15px;
  }

    #unlink-license-client-driver-invitation-window #driver-info #driver_label {
      float: left;
      font-weight: bold;
      padding-right: 5px;
    }

  #unlink-license-client-driver-invitation-window #driver-question-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.92em;
  }

#unlink-driver-client-driver-invitation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 420px;
  max-width: 420px;
  height: 120px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #unlink-driver-client-driver-invitation-window .unlink-driver-client-driver-invitation-container {
    padding: 2px 10px 8px 10px;
  }

    #unlink-driver-client-driver-invitation-window .unlink-driver-client-driver-invitation-container .title {
      background: #444;
      color: #fff;
      padding: 5px;
      text-align: center;
    }

    #unlink-driver-client-driver-invitation-window .unlink-driver-client-driver-invitation-container .sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

    #unlink-driver-client-driver-invitation-window .unlink-driver-client-driver-invitation-container .save-unlink-driver {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
    }

    #unlink-driver-client-driver-invitation-window .unlink-driver-client-driver-invitation-container .cancel-unlink-driver {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
      margin-left: 5px;
    }

  #unlink-driver-client-driver-invitation-window #driver-info {
    padding-top: 5px;
    font-size: 0.92em;
    height: 15px;
  }

    #unlink-driver-client-driver-invitation-window #driver-info #driver_label {
      float: left;
      font-weight: bold;
      padding-right: 5px;
    }

  #unlink-driver-client-driver-invitation-window #driver-question-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.92em;
  }

#delete-record-client-driver-invitation-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  border-radius: 3px;
  min-width: 400px;
  max-width: 400px;
  height: 120px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #delete-record-client-driver-invitation-window .delete-record-client-driver-invitation-container {
    padding: 2px 10px 8px 10px;
  }

    #delete-record-client-driver-invitation-window .delete-record-client-driver-invitation-container .title {
      background: #444;
      color: #fff;
      padding: 5px;
      text-align: center;
    }

    #delete-record-client-driver-invitation-window .delete-record-client-driver-invitation-container .sub-title {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
    }

    #delete-record-client-driver-invitation-window .delete-record-client-driver-invitation-container .save-delete-record {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
    }

    #delete-record-client-driver-invitation-window .delete-record-client-driver-invitation-container .cancel-delete-record {
      display: inline-block;
      padding: 7px 15px;
      font-family: 'Montserrat';
      cursor: pointer;
      margin-left: 5px;
    }

  #delete-record-client-driver-invitation-window #driver-info {
    padding-top: 5px;
    font-size: 0.92em;
    height: 15px;
  }

    #delete-record-client-driver-invitation-window #driver-info #driver_label {
      float: left;
      font-weight: bold;
      padding-right: 5px;
    }

  #delete-record-client-driver-invitation-window #driver-question-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.92em;
  }

.drivers form .type-client-driver-invitation-universal {
  background: #aaa;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}

.drivers form .type-client-driver-invitation-iomo {
  background: #0078a8;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.9em;
}

.drivers-licenses-information-total {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

ul.drivers-licenses-total {
  margin: 0;
  padding: 0;
  display: inline-table;
}

  ul.drivers-licenses-total li {
    list-style: none;
    margin: 0;
    border: 1px solid #aaa;
    background: #eeeeee;
    padding: 6px 10px;
    display: inline;
  }

    ul.drivers-licenses-total li.total {
      border-radius: 5px 0 0 5px;
    }

    ul.drivers-licenses-total li.used {
      border-radius: 0;
    }

    ul.drivers-licenses-total li.available {
      border-radius: 0 5px 5px 0;
    }

    ul.drivers-licenses-total li span-total {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      width: 150px;
    }

    ul.drivers-licenses-total li span-used {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      width: 80px;
    }

    ul.drivers-licenses-total li span-available {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      width: 100px;
    }

    ul.drivers-licenses-total li span-number {
      font-weight: bold;
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
    }

    ul.drivers-licenses-total li .total-image {
      background-image: url("https://images.geo-track.com/www/common/iomo-total-01.png");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
    }

    ul.drivers-licenses-total li .used-image {
      background-image: url("https://images.geo-track.com/www/common/iomo-used-01.png");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
    }

    ul.drivers-licenses-total li .available-image {
      background-image: url("https://images.geo-track.com/www/common/iomo-available-01.png");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
    }

#add-device-integration-window {
  position: absolute;
  z-index: 3000;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 485px;
  min-width: 450px;
  height: 300px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
}

  #add-device-integration-window .email-container {
    padding: 10px 12px;
  }

    #add-device-integration-window .email-container .btnInfo {
      border: none;
      font-size: 15px;
      text-align: left;
      background: #ffffff;
      margin-bottom: 0.2rem;
      margin-left: 250px;
      border-radius: 50%;
      outline: 1px solid #BDBDBD;
    }

    #add-device-integration-window .email-container .section {
      list-style: none;
      list-style-type: none;
      margin: 10px 0 0 10px;
      padding: 0;
    }

    #add-device-integration-window .email-container .name {
      font-size: 0.9em;
      width: 210px;
      margin-right: 10px;
    }

    #add-device-integration-window .email-container .id-bluetooth-info {
      margin-top: 8px;
      margin-bottom: 7px;
      border: 1px groove #ccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
    }

  #add-device-integration-window .emails-info {
    font-size: 0.91em;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  #add-device-integration-window .types-info {
    font-size: 0.91em;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  #add-device-integration-window .email-container .save-invite {
    display: inline-block;
    padding: 7px 15px;
    font-family: 'Montserrat';
    cursor: pointer;
  }

  #add-device-integration-window .email-container .save-invite-disabled {
    display: inline-block;
    padding: 7px 15px;
    font-family: 'Montserrat';
    opacity: 0.7;
    cursor: none;
  }

  #add-device-integration-window .email-container .cancel-invite {
    display: inline-block;
    padding: 7px 15px;
    font-family: 'Montserrat';
    cursor: pointer;
    margin-left: 5px;
  }