@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,greek,greek-ext,cyrillic,cyrillic-ext,latin-ext,vietnamese);

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "open sans";
	color: #444444;
	overflow: hidden;
}
.pok_or_trackers label {
	padding: 5px;
}
a,
a:hover { text-decoration: none; color: #2b82d4; }
b, strong{ font-weight: 600; }

*:focus { outline: 0; }

/*#################################################*/
/* FIX
/*#################################################*/

.clearfix { display: table; width: 100%; height: 100%; }

/*#################################################*/
/* INPUTBOXES, SELECT
/*#################################################*/

button { font-size: 11px; }
input.checkbox { vertical-align: middle;}
input[type="checkbox"] {
	height: 14px;
	margin: 5px 0 5px 0;
}
.inputbox { width: 100%; padding: 0 5px;}
textarea.inputbox { padding: 5px; }
input, textarea {
	-webkit-box-sizing: border-box;‌​
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.color,
input.color:focus,
input.color:hover { border: none; }
input,
select,
.inputbox,
.textarea {
	margin: 0;
	height: 24px;
	border: 1px solid #f5f5f5;
	font-size: 11px;
	font-family: "open sans";
	color: #444444;
	background: #f5f5f5;
}
optgroup,
option {
	font-family: "open sans";
	color: #444444;
}
optgroup {
	font-style: normal;
	font-weight: 600;
}
input:focus,
textarea:focus,
select:focus { background-color: #ffffff; }
input:hover,
textarea:hover,
select:hover { background-color: #ffffff; }
input:disabled,
textarea:disabled,
select:disabled { border: 1px solid #eeeeee; background-color: #eeeeee; }
.inputbox-calendar,
.inputbox-calendar-mmdd{
	color: #444444;
	border: 1px solid #f5f5f5;
	-webkit-inline-box: none;
	background: #f5f5f5 url("images/calendar.svg") right no-repeat;
	background-size: 14px 14px;
}
.inputbox-calendar:disabled,
.inputbox-calendar-mmdd:disabled{ -webkit-inline-box: none; background: #eeeeee url("images/calendar.svg") right no-repeat; background-size: 14px 14px;}
.inputbox-search {
	width: 100%;
	height: 28px;
	text-indent: 30px;
	background: #f5f5f5 url("images/search.svg") 10px center no-repeat;
	background-size: 14px 14px;
	float: left;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

.panel-button img {
	display: block;
	padding: 3px;
	background: #f5f5f5;
}

.panel-button img:hover {
	background: #ffffff;
}

input.button {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	height: 24px;
	min-width: 80px;
	color: #444444;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 5px;
}
input.button.icon {
	text-align: center;
	padding-left: 26px;
	padding-right: 10px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
}
input.button-32 {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	height: 32px;
	min-width: 80px;
	color: #444444;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 5px;
}
input.button-32.icon-16 {
	text-align: center;
	padding-left: 32px;
	padding-right: 10px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px 16px;
}
input.button.no-text.icon {
	background-position: center center;
	padding: 0px;
}
input.button:hover { background-color: #ffffff; }
input.button:active { background-color: #ffffff; }
input.button:disabled { border: 1px solid #eeeeee; background-color: #eeeeee; }

input.button-32:hover { background-color: #ffffff; }
input.button-32:active { background-color: #ffffff; }
input.button-32:disabled { border: 1px solid #eeeeee; background-color: #eeeeee; }

input.button.panel {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
input.button.panel:hover { border: 1px solid #e5e5e5; background-color: #e5e5e5; }
input.button.panel:active { border: 1px solid #e5e5e5; background-color: #e5e5e5; }

/*#################################################*/
/* ICONS
/*#################################################*/

.icon-new { background-image: url(images/plus.svg); }
.icon-save { background-image: url(images/save.svg); }
.icon-follow { background-image: url(images/follow.svg); }
.icon-street { background-image: url(images/street-view.svg); }
.icon-create { background-image: url(images/create.svg); }
.icon-share { background-image: url(images/share.svg); }
.icon-show { background-image: url(images/eye.svg); }
.icon-hide { background-image: url(images/eye-crossed.svg); }
.icon-close { background-image: url(images/remove-red.svg); }
.icon-edit { background-image: url(images/edit.svg); }
.icon-chat { background-image: url(images/chat.svg); }

.icon-search { background-image: url(images/search2.svg); }
.icon-time { background-image: url(images/history.svg); }
.icon-refresh { background-image: url(images/refresh.svg); }
.icon-check { background-image: url(images/tick.svg); }
.icon-play { background-image: url(images/play.svg); }
.icon-import { background-image: url(images/import.svg); }
.icon-export { background-image: url(images/export.svg); }
.icon-arrow-right { background-image: url(images/arrow-right.svg); }
.icon-import-arrow { background-image: url(images/import-arrow.svg); }
.icon-export-arrow { background-image: url(images/export-arrow.svg); }
.icon-import-export { background-image: url(images/import-export.svg); }
.icon-upload { background-image: url(images/upload.svg); }
.icon-erase { background-image: url(images/erase.svg); }
.icon-tick { background-image: url(images/tick.svg); }
.icon-remove3 { background-image: url(images/remove3.svg); }
.icon-action2 { background-image: url(images/action2.svg); }
.icon-key { background-image: url(images/key.svg); }
.icon-marker { background-image: url(images/marker.svg); }
.icon-markers { background-image: url(images/markers.svg); }
.icon-routes { background-image: url(images/routes.svg); }
.icon-zones { background-image: url(images/zones.svg); }
.icon-kml { background-image: url(images/kml.svg); }
.icon-tasks { background-image: url(images/tasks.svg); }
.icon-maintenance { background-image: url(images/maintenance.svg); }
.icon-gallery { background-image: url(images/gallery.svg); }

.icon-time { background-image: url(images/time.svg); }
.icon-warning { background-image: url(images/warning.svg); }
.icon-nearest-marker { background-image: url(images/nearest-marker.svg); }
.icon-nearest-zone { background-image: url(images/nearest-zone.svg); }
.icon-address { background-image: url(images/address.svg); }
.icon-altitude { background-image: url(images/altitude.svg); }
.icon-angle { background-image: url(images/angle.svg); }
.icon-speed { background-image: url(images/speed.svg); }
.icon-engine-hours { background-image: url(images/engine-hours.svg); }
.icon-odometer { background-image: url(images/odometer.svg); }
.icon-model { background-image: url(images/model.svg); }
.icon-plate-number { background-image: url(images/plate-number.svg); }
.icon-sim { background-image: url(images/sim.svg); }
.icon-vin { background-image: url(images/vin.svg); }
.icon-user { background-image: url(images/user.svg); }
.icon-trailer { background-image: url(images/trailer.svg); }
.icon-default-custom-fields { background-image: url(images/default-custom-fields.svg); }
.icon-default-sensor { background-image: url(images/default-sensor.svg); }
.icon-status { background-image: url(images/status.svg); }
.icon-battery-lev-0 { background-image: url(images/battery-lev-0.svg); }
.icon-battery-lev-1 { background-image: url(images/battery-lev-1.svg); }
.icon-battery-lev-2 { background-image: url(images/battery-lev-2.svg); }
.icon-battery-lev-3 { background-image: url(images/battery-lev-3.svg); }
.icon-di { background-image: url(images/di.svg); }
.icon-do { background-image: url(images/do.svg); }
.icon-fuel { background-image: url(images/fuel.svg); }
.icon-engine { background-image: url(images/engine.svg); }
.icon-gsm { background-image: url(images/gsm.svg); }
.icon-gps { background-image: url(images/gps.svg); }
.icon-temperature { background-image: url(images/temperature.svg); }
.icon-billing { background-image: url(images/billing.svg); }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control a span,
.history-view-control span {
	display: table;
	width: 100%;
	height: 100%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
}

.history-view-control span.icon-close {
	background-size: 10px 10px;
}

.leaflet-control a span.disabled,
.history-view-control a span.disabled {
	opacity: 0.5;
}

.icon-route-route { background-image: url(images/route-route.svg); }
.icon-route-snap { background-image: url(images/route-snap.svg); }
.icon-route-arrow { background-image: url(images/route-arrow.svg); }
.icon-route-data-point { background-image: url(images/route-data-point.svg); }
.icon-route-event { background-image: url(images/route-event.svg); }
.icon-route-stop { background-image: url(images/route-stop.svg); }

.leaflet-control-zoom-in { background-image: url(images/plus.svg); }
.leaflet-control-zoom-out { background-image: url(images/minus.svg); }
.icon-objects { background-image: url(images/object-arrow.svg); }
.icon-text { background-image: url(images/text.svg); }
.icon-clusters { background-image: url(images/clusters.svg); }
.icon-traffic { background-image: url(images/traffic.svg); }
.icon-fit-objects { background-image: url(images/fit.svg); }
.icon-ruler { background-image: url(images/ruler.svg); }
.icon-measure { background-image: url(images/measure.svg); }

.icon-places-marker,
.icon-object-edit {
	position: relative;
	width: 44px;
}

.icon-custom-delete {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*#################################################*/
/* DIMENSIONS
/*#################################################*/

.width1 { width: 1%; }
.width2 { width: 2%; }
.width4 { width: 4%; }
.width5 { width: 5%; }
.width8 { width: 8%; }
.width9 { width: 9%; }
.width10 { width: 10%; }
.width11 { width: 11%; }
.width12 { width: 12%; }
.width13 { width: 13%; }
.width14 { width: 14%; }
.width15-left { width: 15%; float: left; }
.width15 { width: 15%; }
.width16 { width: 16%; }
.width17 { width: 17%; }
.width18 { width: 18%; }
.width19 { width: 19%; }
.width195 { width: 19.5%; }
.width20 { width: 20%; }
.width21 { width: 21%; }
.width235 { width: 23.5%; }
.width24 { width: 24%; }
.width245 { width: 24.5%; }
.width25 { width: 25%; }
.width27 { width: 27%; }
.width28 { width: 28%; }
.width29 { width: 29%; }
.width30 { width: 30%; }
.width31 { width: 31%; }
.width33 { width: 33.33333%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width38 { width: 38%; }
.width39 { width: 39%; }
.width40 { width: 40%; }
.width41 { width: 41%; }
.width44 { width: 44%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width66 { width: 66%; }
.width70 { width: 70%; }
.width71 { width: 71%; }
.width72 { width: 72%; }
.width75 { width: 75%; }
.width755 { width: 75.5%; }
.width76 { width: 76%; }
.width765 { width: 76.5%; }
.width80 { width: 80%; }
.width805 { width: 80.5%; }
.width83 { width: 83%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }
.width100 { width: 100%; }
.width-1000 { max-width: 1000px; }

/*#################################################*/
/* FLOATING AND SPACING
/*#################################################*/

.float-left,
.block { float: left; }
.float-right { float: right; }
.container { margin-right: 10px; }
.container.last,
.last .title-block,
.container.last fieldset { margin-right: 0; }
.container.prev { margin-left: 10px; }
.absolute-right { position: absolute; right: 10px; top: 36px; margin: 0; }

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.row { margin-bottom: 10px; display: table; width: 100%; } /* FIX if something goes wrong with css. This row doesn't have vertical alignment, suitable just to split lines and add spacing at the bottom */
.row2 { margin-bottom: 3px; display: table; width: 100%; text-align: left; line-height: 12px; font-size: 0; }
.row2 div { display: inline-block; vertical-align: middle; font-size: 11px;} /* display: table-cell; */
.row2.empty,
.row2.text { height: 24px; }
.row2.right { text-align: right; }
.row3 { margin-bottom: 10px; display: table; width: 100%; line-height: 12px; font-size: 0; }
.row3 div { display: inline-block; vertical-align: middle; font-size: 11px; } /* display: table-cell; */
.row4 { margin-bottom: 0px; display: table; width: 100%; text-align: left; line-height: 12px; font-size: 0; }
.row4 div { display: inline-block; vertical-align: middle; font-size: 11px;} /* display: table-cell; */

.scroll-y { height: 100%; padding-right: 5px; overflow-y: scroll }

.title-block {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 600;
	font-size: 12px;
	color: #2b82d4;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.table-cell {
	display: table-cell;
	margin: 0;
	padding: 0;
}

.center-middle {
	vertical-align: middle;
	text-align: center;
}

.margin-right-3 {
	margin-right: 3px;
}

.margin-left-3 {
	margin-left: 3px;
}

/*#################################################*/
/* LOADING AND BLOCKING PANELS
/*#################################################*/

#loading_panel {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#loading_data_panel {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: Alpha(Opacity=30);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#blocking_panel {
	background-color: rgba(170, 170, 170, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}

#blocking_panel_text { background-color: #ffffff; padding: 20px; }

/*#################################################*/
/* LOADER
/*#################################################*/

.loader {
	width: 106px;
	display: block;
	margin: 25px auto;
}

.loader span {
	float: left;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin-right: 2px;
	background: #676767;
	opacity: 0.1;
	animation: loader 0.7s infinite alternate;
}

.loader span:nth-of-type(2) {
	animation-delay: 0.2s;
}
.loader span:nth-of-type(3) {
	animation-delay: 0.3s;
}
.loader span:nth-of-type(4) {
	animation-delay: 0.4s;
}
.loader span:nth-of-type(5) {
	animation-delay: 0.5s;
}
.loader span:nth-of-type(6) {
	animation-delay: 0.6s;
}
.loader span:nth-of-type(7) {
	animation-delay: 0.7s;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}

/*#################################################*/
/* SPINNER
/*#################################################*/

.spinner {
	font-size: 2px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load5 {
	0%,
	100% { box-shadow: 0em -2.6em 0em 0em #a7a7a7, 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.5), -1.8em -1.8em 0 0em rgba(167,167,167, 0.7); }
	12.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.7), 1.8em -1.8em 0 0em #a7a7a7, 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.5); }
	25% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.5), 1.8em -1.8em 0 0em rgba(167,167,167, 0.7), 2.5em 0em 0 0em #a7a7a7, 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	37.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.5), 2.5em 0em 0 0em rgba(167,167,167, 0.7), 1.75em 1.75em 0 0em #a7a7a7, 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	50% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.5), 1.75em 1.75em 0 0em rgba(167,167,167, 0.7), 0em 2.5em 0 0em #a7a7a7, -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	62.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.5), 0em 2.5em 0 0em rgba(167,167,167, 0.7), -1.8em 1.8em 0 0em #a7a7a7, -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	75% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.5), -1.8em 1.8em 0 0em rgba(167,167,167, 0.7), -2.6em 0em 0 0em #a7a7a7, -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	87.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.5), -2.6em 0em 0 0em rgba(167,167,167, 0.7), -1.8em -1.8em 0 0em #a7a7a7; }
}
@keyframes load5 {
	0%,
	100% { box-shadow: 0em -2.6em 0em 0em #a7a7a7, 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.5), -1.8em -1.8em 0 0em rgba(167,167,167, 0.7); }
	12.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.7), 1.8em -1.8em 0 0em #a7a7a7, 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.5); }
	25% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.5), 1.8em -1.8em 0 0em rgba(167,167,167, 0.7), 2.5em 0em 0 0em #a7a7a7, 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	37.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.5), 2.5em 0em 0 0em rgba(167,167,167, 0.7), 1.75em 1.75em 0 0em #a7a7a7, 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	50% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.5), 1.75em 1.75em 0 0em rgba(167,167,167, 0.7), 0em 2.5em 0 0em #a7a7a7, -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	62.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.5), 0em 2.5em 0 0em rgba(167,167,167, 0.7), -1.8em 1.8em 0 0em #a7a7a7, -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	75% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.5), -1.8em 1.8em 0 0em rgba(167,167,167, 0.7), -2.6em 0em 0 0em #a7a7a7, -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
	87.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.5), -2.6em 0em 0 0em rgba(167,167,167, 0.7), -1.8em -1.8em 0 0em #a7a7a7; }
}

/*#################################################*/
/* JQGRID.CSS OVERRIDE
/*#################################################*/

.ui-jqgrid .loading {background: #ffffff; font-weight: normal;}
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0em; padding:0; overflow: auto; text-align:left; overflow-y: scroll; overflow-x: ;}
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 0px; border-right-color: inherit; border-right-style: solid; border-color: #f5f5f5}
.ui-jqgrid .ui-jqgrid-pager { border-left: 0px none !important; border-right: 0px none !important; border-bottom: 0px none !important; position: relative; white-space: nowrap; overflow: hidden; }
.ui-jqgrid .ui-jqgrid-pager { background: #f5f5f5; border-top: 0px solid #e5e5e5; margin: 3px -15px -15px -15px !important; padding: 3px 15px 0px 15px !important; height: 25px; }
.ui-jqgrid .ui-jqgrid-pager { font-size: 11px; }
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:0px;}
.ui-jqgrid .ui-pg-button  {border-left: 1px hidden; border-right: 1px hidden; border-top: 0px; border-bottom: 0px; height:19px !important;}
.ui-jqgrid .ui-state-disabled:hover {padding:0px;}
.ui-jqgrid .ui-jqgrid-view { font-size: 11px;}
.ui-jqgrid .ui-jqgrid-titlebar { margin: 0 0 10px 0; padding: 0; }
.ui-jqgrid .ui-jqgrid-htable th div { height: auto; }
.ui-jqgrid .ui-jqgrid-hdiv { margin: 0 0 3px 0; background: #f5f5f5; clear: both; }
.ui-jqgrid .ui-jqgrid-hdiv thead { font-size: 12px; height: 24px; }
.ui-jqgrid .ui-jqgrid-htable th {height:13px;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column { height: 24px; }
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { border-left: 1px solid #e5e5e5; padding-top: 0px; }
.ui-th-ltr:first-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child { border-left: none; }
.ui-jqgrid .ui-icon-asc,
.ui-jqgrid .ui-icon-desc { margin-left: 7px; margin-top:7px; height:5px; width: 10px; }
.ui-jqgrid .ui-pg-input { font-size: 11px; height: 18px; margin: 2px 0; text-align: center; }
.ui-jqgrid .ui-pg-selbox { display: block; font-size: 11px; height: 18px; line-height: 18px; margin: 0; }
.ui-jqgrid .ui-separator { height: 0; border: none; }
.ui-jqgrid .ui-pg-table { padding: 0; }
.ui-jqgrid tr.jqgrow td { padding: 1px 2px; height: 19px;}
.ui-jqgrid tr.ui-row-ltr td span { display: inline-block; height: 17px; }
.ui-jqgrid tr.ui-row-ltr td span.status { color: #808080; font-size: 11px; }
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:3px 0 0 0; outline-style: none;}
.ui-jqgrid .ui-state-hover { background: #f5f5f5; opacity: 0.9; }
.ui-jqgrid th.ui-state-hover { background: none; }
.ui-jqgrid .ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { background: #f5f5f5; opacity: 0.9; }

/*#################################################*/
/* JQGRID PAGER
/*#################################################*/

.ui-pg-div .ui-icon-plus { background: #2b82d4 url(images/plus-white.svg ) center center no-repeat; padding: 6px; background-size: 10px 10px; }
.ui-pg-div .ui-icon-import { background: url(images/import.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-export { background: url(images/export.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-action { background: url(images/action2.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-delete-all { background: url(images/remove.svg ) center center no-repeat; background-size: 10px 10px; width: 24px; }
.ui-jqgrid .ui-jqgrid-pager .ms-choice { margin-top: -6px; }

#cpanel #cpanel_user_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_unused_object_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_billing_plan_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_stored_devices_list .ui-pg-div .ui-icon-plus,
#cpanel #dialog_user_edit .ui-pg-div .ui-icon-plus,
#dialog_settings .ui-pg-div .ui-icon-plus,
#dialog_settings_object_edit .ui-pg-div .ui-icon-plus,
#dialog_share_position .ui-pg-div .ui-icon-plus,
#dialog_reports .ui-pg-div .ui-icon-plus,
#dialog_tasks .ui-pg-div .ui-icon-plus,
#dialog_cmd .ui-pg-div .ui-icon-plus,
#dialog_maintenance .ui-pg-div .ui-icon-plus,
#dialog_expenses .ui-pg-div .ui-icon-plus,
#dialog_places_groups .ui-pg-div .ui-icon-plus,
#dialog_billing .ui-pg-div .ui-icon-plus {
	margin: -4px 0px -5px -15px;
}

#dialog_billing .ui-pg-div .ui-icon-plus {
	background-color: #9cc602;
}

#side_panel .ui-jqgrid .ui-jqgrid-pager,
#bottom_panel .ui-jqgrid .ui-jqgrid-pager
{
	border-top: none;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: -10px !important;
	margin-bottom: 0px !important;
}

#dialog_image_gallery .ui-jqgrid .ui-jqgrid-pager
{
	margin-top: 10px !important;
	padding-right: 12px !important;
}

/*#################################################*/
/* JQGRID CUSTOM
/*#################################################*/

.ui-jqgrid-btable a img
{
	padding: 0 2px;
}

.ui-jqgrid-btable img
{
	width: 14px;
}

.ui-jqgrid .tree-wrap-ltr
{
	float: right;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 8px;
}


#cpanel .ui-jqgrid tr.ui-row-ltr td { padding: 3px; }
/*#cpanel .ui-jqgrid .ui-jqgrid-title { float: right; margin: auto; }
#cpanel .ui-jqgrid .ui-jqgrid-titlebar { margin-bottom: 12px; }*/

#cpanel_user_list .ui-jqgrid .ui-jqgrid-title,
#cpanel_object_list .ui-jqgrid .ui-jqgrid-title,
#cpanel_unused_object_list .ui-jqgrid .ui-jqgrid-title,
#cpanel_billing_plan_list .ui-jqgrid .ui-jqgrid-title,
#cpanel_stored_devices_list .ui-jqgrid .ui-jqgrid-title {
	float: right; margin: auto;
}

#cpanel_user_list .ui-jqgrid .ui-jqgrid-titlebar,
#cpanel_object_list .ui-jqgrid .ui-jqgrid-titlebar,
#cpanel_unused_object_list .ui-jqgrid .ui-jqgrid-titlebar,
#cpanel_billing_plan_list .ui-jqgrid .ui-jqgrid-titlebar,
#cpanel_stored_devices_list .ui-jqgrid .ui-jqgrid-titlebar {
	margin-bottom: 12px;
}

#gview_image_gallery_list_grid,
#gview_chat_object_list_grid,
#gview_settings_object_sensor_calibration_list_grid,
#gview_settings_object_sensor_dictionary_list_grid,
#gview_settings_event_param_sensor_condition_list_grid,
#gview_cpanel_manage_server_theme_list_grid,
#gview_cpanel_manage_server_custom_map_list_grid,
#gview_cpanel_manage_server_log_list_grid,
#gview_cpanel_manage_server_billing_plan_list_grid,
#gview_cpanel_manage_server_language_list_grid,
#gview_cpanel_manage_server_template_list_grid
{ border-bottom: 1px solid #f5f5f5; padding-bottom: 3px; }

.ui-jqgrid .ui-jqgrid-htable th#side_panel_objects_object_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_places_marker_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_places_route_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_places_zone_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_history_route_detail_list_grid_icon,
.ui-jqgrid .ui-jqgrid-htable th#chat_object_list_grid_icon
{ border-left: none; }

#gview_dialog_user_edit_subaccount_list_grid .ui-jqgrid-bdiv input[type=text]
{height: 17px; width: 100%; border: 0px; text-align: center;}

#gview_dialog_subaccounts_subaccount_list_grid .ui-jqgrid-bdiv input[type=text]
{height: 17px; width: 100%; border: 0px; text-align: center;}

#cpanel #cpanel_user_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_unused_object_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_billing_plan_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_stored_devices_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_manage_server .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #dialog_user_edit .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #dialog_subaccounts .ui-jqgrid .ui-jqgrid-hdiv
{ padding: 4px 0; }

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

body#login {
	background-image: url(../img/login-background.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	display: table;
	overflow: auto;
	width: 100%;
}
#login .wrapper {
	display: table-cell;
	vertical-align: middle;
}
#login .wrapper .inner-wrapper {
	width: 450px;
	padding: 20px;
	margin: 50px auto;
	background: #ffffff;
	opacity: 0.9;
}
#login .wrapper .inner-wrapper .content {
	height: 250px;
	width: 100%;
	overflow: hidden;
}
#login .wrapper .inner-wrapper .content .content-block {
	height: 250px;
}
#login .logo-block {
	float: left;
}
#login .logo {
	margin-bottom: 20px;
}
#login .registration-closed {
	padding: 15px;
	background: #fab444;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
#login .server-select .ms-choice {
	background-image: url(images/server.svg);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 48px;
}
#login .server-select .ms-choice span {
	top: 12px;
	padding-left: 51px;
}
#login .server-select .ms-choice div {
	top: 14px;
}
#login .server-select .ms-drop {
	margin-top: 24px;
}
#login input.inputbox {
	height: 48px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	width: 100%;
	padding-left: 50px;
}
#login input.inputbox:hover {
	background-color: #ffffff; }
#login .icon {
	float: left;
	width: 48px;
	height: 48px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.icon.icon-user { background-image: url(images/user.svg); }
.icon.icon-email { background-image: url(images/email.svg); }
.icon.icon-password { background-image: url(images/password.svg); }
.icon.icon-code { background-image: url(images/shield.svg); }

#login .wrapper .content-block input.button {
	background: #2b82d4;
	color: #ffffff;
	border: none;
	padding: 5px;
	height: 50px;
	width: 100%;
	font-weight: bold;
}
#login input.button:hover { opacity: 0.9; }
#login .content-block .reveal {
	position: absolute;
	right: 15px;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url(images/eye-crossed.svg) center center no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}
#login .content-block .reveal.hide {
	background: url(images/eye.svg) center center no-repeat;
	background-size: 16px 16px;
}
#login .content-block .security-code {
	position: absolute;
	top: 15px;
	right: 10px;
}
#login .wrapper .content-block .submit-btn {
	position: relative;
}
#login .wrapper .content-block .submit-btn .remember-block {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
}
#login .submit-btn .remember-block input { display: none; }
#login .submit-btn .remember-block .custom-checkbox {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(images/lock-open.svg) center center no-repeat;
	background-size: 16px 16px;
	display: block;
}
#login .submit-btn .remember-block .custom-checkbox.checked {
	background: url(images/lock-closed.svg) center center no-repeat;
	background-size: 16px 16px;
}
#login .recover-register-block {
	text-align: center;
	padding: 0;
	margin: 25px 0;
}

#login .recover-register-block li {
	display: block;
	list-style: none;
}
#login .recover-register-block li a {
	font-weight: bold;
	color: #777;
	background-color: #eee;
	border-color: #eee;
	display: block;
	padding: 14px 16px;
}
}

#login .footer {
	height: 25px;
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
}
#login .footer .mobile-v {
	padding-left: 20px;
	color: #676767;
	background-image: url(images/mobile.svg);
	background-position: left center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}
#login .footer input.button.mobile-v { border: none; padding: none; }
#login .footer input.button.mobile-v:hover { color: #2b82d4; background: none; }
#login .text { border-top: none; }

/*#################################################*/
/* TOP PANEL
/*#################################################*/

#top_panel {
	height: 36px;
	background: #ffffff;
	position: relative;
	z-index: 20;
}
#top_panel img { display: block; width: 16px; height: 16px; padding: 3px 0; }
#top_panel .left-menu { float: left; }
#top_panel .right-menu { float: right; }
#top_panel .tp-menu div { float: left; }
#top_panel .tp-menu div a {
	display: table;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #808080;
	font-size: 13px;
}
#top_panel a:hover { background: #f5f5f5; }
#top_panel a.active {background: #f5f5f5;}
#top_panel .cpanel-btn a { background: #fab444; border: none; }
#top_panel .cpanel-btn a:hover { background: #fab444; opacity: 0.9; }
#top_panel .billing-btn a { background: #9cc602; border: none; }
#top_panel .billing-btn a:hover { background: #9cc602; opacity: 0.9; }
#top_panel .billing-btn-red a { background: #ff4e49; border: none; }
#top_panel .billing-btn-red a:hover { background: #ff4e49; opacity: 0.9; }
#top_panel .logout-btn a { background: #6c6c6c; border: none; }
#top_panel .logout-btn a:hover { background: #6c6c6c; opacity: 0.9; }
#top_panel .user-btn img { float:left; margin-right: 5px;}
#top_panel .chat-btn span,
#top_panel .billing-btn span,
#top_panel .billing-btn-red span {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	background: #f5f5f5;
	color: #808080;
	padding: 3px;
	margin: 1px 0 0 10px;
	display: block;
	border-radius: 2px;
	float: right;
}
#top_panel .user-btn span {
	display: block;
	float: right;
	margin-top: 1px;
	white-space: nowrap;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top_panel .select-language { margin: 1px 0; padding: 5px 10px; }
#top_panel .select-language.cp { border: none; }

/*#################################################*/
/* LEFT PANEL
/*#################################################*/

#side_panel {
	position: absolute;
	top: 57px;
	bottom: 0px;
	width: 380px;
	background: #ffffff;
	z-index: 20;
}
.leaflet-bar {
	background-clip: padding-box !important;
	border-radius: 5px !important;
}

.leaflet-bar.margin-right-dash {
	/*margin-top: 50px !important;*/
}
.leaflet-bar a:last-child {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}
.leaflet-bar a {
	background-color: #fff;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border-radius: 5px 5px 0px 0px !important;
}
}
.leaflet-bar a svg{
	scale: 1;
	margin-top: 6px !important;
	width: 13px !important;
	padding: 2px;
	padding-left: 1px;
}

.leaflet-control-browser-print a {
	background-size: 13px !important;
	background-position: 8px !important;
}

#side_panel_objects,
#side_panel_events,
#side_panel_places,
#side_panel_history,
#side_panel_places_markers,
#side_panel_places_routes,
#side_panel_places_zones{
	padding: 10px;
}

#side_panel_places { padding-left: 0px; padding-right: 0px;}

#side_panel_places .ui-tabs-nav
{
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

#side_panel_places .ui-tabs-nav li
{
	border: 0px;
}

#side_panel_places .ui-tabs-nav li a
{
	padding-top: 2px;
	padding-bottom: 1px;
}

#side_panel_places .ui-tabs-nav li.ui-tabs-active a
{
	padding-top: 2px;
	padding-bottom: 1px;
}

#places_marker_icon_tabs {
	margin-left: -15px;
	margin-right: -15px;
	width: 324px;
}

#places_marker_icon_default_tab, #places_marker_icon_custom_tab {
	padding-bottom: 0px;
}

#places_marker_icon_default_list {
	position: relative;
	height: 245px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#places_marker_icon_custom_list {
	position: relative;
	height: 211px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*#################################################*/
/* BOTTOM PANEL
/*#################################################*/

#bottom_panel {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 380px;
	right: 0px;
	background-color: #ffffff;
}

#bottom_panel .controls {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 1;
}

#bottom_panel .controls a {
	float: left;
	height: 16px;
	width: 16px;
	display: inline-block;
}

#bottom_panel .controls span.icon-close {
	display: table;
	width: 100%;
	height: 100%;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#bottom_panel_datalist,
#bottom_panel_graph,
#bottom_panel_msg,
#bottom_panel_sensors,
#bottom_panel_cmd,
#bottom_panel_notes {
	padding: 10px;
}
#bottom_panel_datalist,
#bottom_panel_graph,
#bottom_panel_msg,
#bottom_panel_sensors,
#bottom_panel_cmd,
#bottom_panel_notes { background: #ffffff; }
#bottom_panel_notes { padding: 4px 6px; overflow: hidden; }
.bp-notes-main { overflow-x: auto; overflow-y: hidden; }
#bottom_panel_graph_plot
{
	height: 100%;
	width: 100%;
}

.graph-controls
{
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.graph-controls div
{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}
.graph-controls-left
{
	float: left;
}
.graph-controls-right
{
	float: right;
}
.graph-label
{
	line-height: 24px;
	margin-right: 5px;
}

/*#################################################*/
/* OBJECT LIST
/*#################################################*/

.object-list-item{
	height: 30px;
}
.object-list-item .left {
	float: left;
	width: 137px;
}
.object-list-item .right {
	display: table;
	height: 100%;
	float: right;
}
.object-list-item .name {
	overflow: hidden;
	text-overflow: ellipsis;
}
.object-list-item .status {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #808080;
	font-size: 9px;
}
.object-list-item .speed,
.object-list-item .engine,
.object-list-item .connection,
.object-list-item .messages {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	padding: 3px;
}
.object-list-item .speed {
	max-width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.object-list-item .messages {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	background: #f5f5f5;
	color: #808080;
	display: block;
	border-radius: 2px;
	margin-top: 4px;
}
.object-action-menu {
	border-radius: 2px;
	padding: 3px;
}
.object-action-menu:hover {
	background-color: #ffffff
}

/*#################################################*/
/* NOTIFY/CONFIRM
/*#################################################*/

#dialog_notify,
#dialog_confirm{
	min-width: 250px;
}

#dialog_notify_text,
#dialog_confirm_text{
	line-height: 18px;
}

.ui-pnotify .ui-pnotify-text .row {
	margin-bottom: 0px;
}
.ui-pnotify .ui-pnotify-text .row2 {
	line-height: 18px;
}
.ui-pnotify .ui-pnotify-text .row2 div:last-child {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*#################################################*/
/* MENU
/*#################################################*/

.ui-menu { position: absolute; min-width: 150px; white-space: nowrap; z-index: 99999999; }
.ui-menu .ui-menu-icon {
	top: 8px;
}
.menu {
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 #9b9b9b;
	box-shadow: 0 0 5px 0 #9b9b9b;
}
.menu ul {
	background: #ffffff;
	-webkit-box-shadow: 3px 0 5px 0 #9b9b9b;
	box-shadow: 3px 0 5px 0 #9b9b9b;
}
.menu li { border-top: 1px solid #f5f5f5; }
.menu li:first-child { border: none; }
.menu li a:hover { background-color: #f5f5f5; }
.menu.ui-menu .first-item { border-top: 3px solid #2b82d4; }
.menu ul li a,
.menu .ui-menu-icon { background: url(images/arrow-right.svg) left center no-repeat; background-size: 10px 10px; overflow: visible; }
.menu.ui-menu .ui-menu-item a {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
	padding: 5px 15px 5px 28px;
	color: #444444;
}

/*#################################################*/
/* DRAGBARS
/*#################################################*/

#side_panel_objects_dragbar,
#side_panel_events_dragbar,
#side_panel_history_dragbar {
	margin: 3px -10px;
	height: 5px;
	background: #f5f5f5;
	cursor: row-resize;
}
#side_panel_objects_dragbar:hover,
#side_panel_events_dragbar:hover,
#side_panel_history_dragbar:hover { background-color: #eeeeee; }

#side_panel_dragbar {
	position: absolute;
	top: 57px;
	bottom: 0px;
	left: 380px;
	width: 5px;
	background: #f5f5f5;
	z-index: 20;

}
#side_panel_dragbar:hover:after{
	background:url("images/dv.svg") 50% 50% / 50% no-repeat #eeeeeeAA;
}

#side_panel_dragbar:after{
	content:"";
	background:url("images/dv.svg") 50% 50% / 47% no-repeat #fff;
	width: 58px;
	height: 28px;
	position: absolute;
	top: 65%;
	padding: 1px;
	border-radius: 5px;
	transform: rotate(90deg);
	left: -11px;
}
#side_panel_dragbar:hover { background-color: #eeeeee;}

#bottom_panel_dragbar {
	position: absolute;
	bottom: 0px;
	left: 365px;
	right: 0px;
	height: 10px;
	background: #efefef;
	border-top: 1px solid #d8d8d8;
	border-left: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bottom_panel_dragbar::before {
	content: '— —';
	font-size: 7px;
	color: #aaa;
	letter-spacing: 2px;
}
#bottom_panel_dragbar:hover { background-color: #e0e0e0; }

/* When panel is collapsed the dragbar sits at bottom:0 */
body.bp-minimized #bottom_panel_dragbar::before { content: '▲ ▲'; }

/* ---- Data tab — remove vertical padding so speedometer canvas fits fully ---- */
#bottom_panel_datalist {
	padding-top: 0;
	padding-bottom: 0;
}

/* ---- Sensors tab — gauge row (classic bottombar) ---- */
#bottom_panel_sensors {
	padding: 6px 6px 2px;
	overflow: hidden;
}
.bp-gauges-row {
	display: flex;
	flex-direction: row;
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	align-items: flex-start;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}
.bp-gauges-row::-webkit-scrollbar { height: 4px; }
.bp-gauges-row::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 2px; }
.bp-gauge-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	width: 150px;
}
/* Expand / fullscreen button on each gauge */
.bp-gauge-expand {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 18px;
	height: 18px;
	padding: 3px;
	background: rgba(255,255,255,0.85);
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	color: #555;
	line-height: 1;
}
.bp-gauge-expand:hover { background: #e0e7ff; border-color: #6366f1; color: #4f46e5; }
/* Canvas sized to match svg_arc draw area: content fills ~y=0..103 of a 150px-high space.
   height:120px clips the ~47px of blank white at the bottom of a square canvas. */
.bp-gauge-canvas {
	width: 150px;
	height: 120px;
	display: block;
	flex-shrink: 0;
}
.bp-gauge-label {
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 148px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.bp-gauge-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #aaa;
	font-size: 12px;
}

/* ---- Gauge fullscreen modal ---- */
#bp_gauge_fullscreen { padding: 0 !important; overflow-y: auto; max-height: 80vh; }

/* Top row: featured canvas left, KPI grid right */
.bp-gfs-top {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #e5e7eb;
}
.bp-gfs-left {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 8px 8px;
	background: #f8f9fb;
	border-right: 1px solid #e5e7eb;
}
.bp-gfs-live {
	display: flex;
	gap: 16px;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
}
.bp-gfs-live-val  { color: #2563eb; }
.bp-gfs-live-peak { color: #7c3aed; }
.bp-gfs-right {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	padding: 12px 14px;
}
.bp-gfs-kpi-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 18px;
	width: 100%;
}
.bp-gfs-kpi {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 12px;
	text-align: center;
}
.bp-gfs-kpi-val {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}
.bp-gfs-kpi-val small {
	font-size: 12px;
	font-weight: 400;
	color: #888;
}
.bp-gfs-kpi-lbl {
	font-size: 10px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-top: 3px;
}

/* Section (gallery + chart) */
.bp-gfs-section { border-bottom: 1px solid #e5e7eb; }
.bp-gfs-section-title {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #888;
	padding: 7px 12px 4px;
	background: #f8f9fb;
	border-bottom: 1px solid #e5e7eb;
}

/* Design gallery */
.bp-gfs-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 12px;
	background: #fff;
}
.bp-gfs-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	cursor: pointer;
	padding: 4px 6px 6px;
	border: 2px solid transparent;
	border-radius: 7px;
	background: #f8f9fb;
	transition: border-color .15s, background .15s;
}
.bp-gfs-card:hover { border-color: #a5b4fc; background: #eef2ff; }
.bp-gfs-card.active { border-color: #4f46e5; background: #eef2ff; }
.bp-gfs-thumb { display: block; border-radius: 4px; }
.bp-gfs-card-name {
	font-size: 9px;
	color: #555;
	text-align: center;
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bp-gfs-card.active .bp-gfs-card-name { color: #4f46e5; font-weight: 700; }

/* 7-day chart */
.bp-gfs-chart {
	height: 150px;
	box-sizing: border-box;
}
.bp-gfs-no-data {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #bbb;
}

/* ---- Speedometer widget in Data tab (classic bottombar) ---- */
/* Remove inherited padding/height from the old SVG-based speedometer container */
#panel-infobar-speedometer {
	padding: 0 !important;
	margin: 0 !important;
}

/* ---- Commands tab (classic bottombar) — Object Control widget context ---- */
#bottom_panel_cmd { padding: 4px 6px; overflow-y: auto; }
#bottom_panel_cmd .data_load_col {
	width: 100%;
	border-left: none;
}
#bottom_panel_cmd .data_load_col_wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#bottom_panel_cmd .select500 { width: 100% !important; max-width: 100%; }
#bottom_panel_cmd .input_data1 { width: 72%; }
#bottom_panel_cmd .input_data2 { width: 24%; }

/* ---- Widget drag-to-reorder (classic bottombar) ---- */

/* Drag cursor on widget headers */
.data_load_main > .data_load_col > .data_head {
	cursor: grab;
	user-select: none;
}
.data_load_main > .data_load_col > .data_head:active { cursor: grabbing; }

/* Expand button inside the header must keep its own pointer cursor */
.data_load_main > .data_load_col > .data_head .expand_widget_btn { cursor: pointer; }

/* Gauge wraps are draggable in the sensors row */
#bottom_panel_sensors_gauges > .bp-gauge-wrap {
	cursor: grab;
	user-select: none;
}
#bottom_panel_sensors_gauges > .bp-gauge-wrap:active { cursor: grabbing; }
#bottom_panel_sensors_gauges > .bp-gauge-wrap .bp-gauge-expand { cursor: pointer; }

/* Drag helper (the ghost element following the cursor) */
.ui-sortable-helper.data_load_col {
	box-shadow: 0 6px 20px rgba(0,0,0,.18);
	border-radius: 6px;
	z-index: 1000;
}
.ui-sortable-helper.bp-gauge-wrap {
	box-shadow: 0 6px 20px rgba(0,0,0,.18);
	border-radius: 6px;
	z-index: 1000;
}

/* Drop placeholder for widget columns */
.bp-sort-col-ph {
	display: inline-block;
	border: 2px dashed #a5b4fc !important;
	background: #eef2ff !important;
	border-radius: 6px;
	visibility: visible !important;
}
/* Drop placeholder for sensor gauges */
.bp-sort-gauge-ph {
	display: inline-flex !important;
	border: 2px dashed #a5b4fc !important;
	background: #eef2ff !important;
	border-radius: 6px;
	visibility: visible !important;
	flex-shrink: 0;
}

/*#################################################*/
/* SETTINGS
/*#################################################*/

#dialog_settings,
#dialog_settings_object_edit_select_icon { padding: 0px; }
#dialog_settings_object_edit,
#dialog_settings_event_properties { padding-top: 0px; padding-left: 0px; padding-right: 0px; }
#settings_main { height: 551px; margin-top: 0px; border-top: 0px; }
#settings_object { min-height: 471px; border-top: 0px; }
#settings_event { min-height: 417px; border-top: 0px; }
#settings_main_objects,
#settings_main_subaccounts { /*padding: 0 10px 10px 10px;*/ }
#settings_object_edit_select_icon_default_list {
	position: relative;
	height: 265px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#settings_object_edit_select_icon_custom_list {
	position: relative;
	height: 231px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*#################################################*/
/* MAP
/*#################################################*/

#map {
	position: absolute;
	top: 36px;
	left: 381px;
	right: 0px;
	bottom: 5px;
}

.map-layer-control
{
	position: absolute;
	top: 65px;
	right: 10px;
	background-color: #ffffff;
	padding: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
	display:none;
}

.history-view-control
{
	display: none;
	position: absolute;
	width: 196px;
	top: 64px;
	left: 431px;
	background-color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
	float: left;
	clear: both;
}

.history-view-control a,
.history-view-control a:hover{
	float: left;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.history-view-control a:hover {
	background-color: #f5f5f5;
}

.camera-control
{
	display: none;
	position: absolute;
	bottom: 16px;
	right: 10px;
	min-width: 236px;
	max-width: 316px;
	height: 177px;
	background-color: #ffffff;
	padding: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 15;
	opacity: 0.75;
	line-height: 177px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}

.camera-control img
{
	width: 316px;
	height: 177px;
}

.street-view-control
{
	display: none;
	position: absolute;
	bottom: 16px;
	right: 10px;
	width: 540px;
	height: 400px;
	background-color: #ffffff;
	padding: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 15;
	opacity: 0.75;
	line-height: 177px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}

.street-view-control img
{
	width: 316px;
	height: 177px;
}

.object-cluster-popup
{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px;
	margin-top: 25px;
}

/*#################################################*/
/* SHARE
/*#################################################*/

#map_share {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#side_panel_share {
	display: none;
	position: absolute;
	top: 75px;
	bottom: 0px;
	left: 0px;
	width: 280px;
	background-color: #ffffff;
	opacity: 0.8;
	z-index: 8;
	padding: 5px;
}

.object-share-control
{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ffffff;
	padding: 2px 2px 2px 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
}

/*#################################################*/
/* FOLLOW
/*#################################################*/

#map_follow {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#side_panel_follow {
	display: none;
	position: absolute;
	top: 75px;
	bottom: 0px;
	left: 0px;
	width: 280px;
	background-color: #ffffff;
	opacity: 0.8;
	z-index: 8;
	padding: 5px;
}

.object-follow-control
{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ffffff;
	padding: 2px 2px 2px 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
}

/*#################################################*/
/* DATALIST
/*#################################################*/

.datalist {
	/*	width: 100%;
        height: 100%;*/
}

.datalist-item-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
}

.data-item-text {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}

.datalist-item {
	display: table;
	float: left;
	width: 280px;
	min-width: 280px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
}

.datalist-item.even {
	background-color: #f5f5f5;
}

.datalist-item.odd {
	background-color: #ffffff;
}

.datalist-item-icon {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 24px;
	height: 24px;
}

.datalist-item-name {
	display: inline-block;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.datalist-item-value {
	display: inline-block;
	width: 166px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

/*#################################################*/
/* DASHBOARD
/*#################################################*/

#dialog_dashboard {
	background-color: #f5f5f5;
}

.dashboard-container {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
}

.dashboard-container-header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e5e5e5;
	margin-bottom: 10px;
}

.dashboard-container-header-icon {
	float: left;
	width: 30px;
	height: 30px;
}

.dashboard-container-header-icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.dashboard-container-header-title {
	float: left;
}

.dashboard-container-header-menu {
	float: right;
	width: 30px;
	height: 30px;
}

.dashboard-container-header-menu span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.dashboard-container-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
	margin-left: 10px;
	margin-right: 10px;
}

.dashboard-container-graph-plot {
	margin-left: 10px;
	margin-right: 10px;
}

/*#################################################*/
/* HISTORY
/*#################################################*/

.history-controls { margin: 5px 0; }

/*#################################################*/
/* REPORTS
/*#################################################*/

#dialog_reports { padding: 0px; }

/*#################################################*/
/* OBJECT CONTROL
/*#################################################*/

#dialog_cmd { padding: 0px; }

/*#################################################*/
/* IMAGE GALLERY
/*#################################################*/

#dialog_image_gallery { padding-bottom: 0; overflow: hidden; }
#image_gallery_img {
	width: 640px;
	height: 480px;
	border: 1px solid #f5f5f5;
	text-align: center;
}
#image_gallery_img_data {
	background: #f5f5f5;
	height: 28px;
	width: 657px;
	margin-top: 5px;
	margin-right: -15px;
}
#image_gallery_img_data_address {
	white-space: nowrap;
}
#dialog_image_gallery .img-controls { width: 320px; }

/*#################################################*/
/* CHAT
/*#################################################*/

#dialog_chat { padding-bottom: 0; overflow: hidden; }

.chat-msgs-block {
	position: absolute;
	left: 252px;
	top: 15px;
	bottom: 49px;
	right: 15px;
}

.chat-msg-block {
	position: absolute;
	left: 252px;
	bottom: 15px;
	right: 15px;
	height: 24px;
}

#chat_msgs {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	z-index: 9;
}

#chat_msgs_dt {
	font-size: 11px;
	display: none;
	position: relative;
	text-align: center;
	margin: 1px 1px 1px 1px;
	padding: 1px;
	z-index: 10;
	background: #eeeeee;
	opacity: 0.7;
}

.chat-msg-container
{
	width: 100%;
}

.chat-msg-status
{
	font-size: 11px;
	float: right;
	clear: both;
	margin: 3px;
	max-width: 60%;
	color: #bbbbbb;
}

.chat-msg-server
{
	text-align: left;
	float: right;
	clear: both;
	background: #DFE8F7;
	margin: 3px;
	padding: 3px 10px;
	max-width: 60%;
	border-radius: 2px;
	word-wrap: break-word;
}

.chat-msg-client
{
	text-align: left;
	float: left;
	clear: both;
	background: #F5F5F5;
	margin: 3px;
	padding: 3px 10px;
	max-width: 60%;
	border-radius: 2px;
	word-wrap: break-word;
}

.chat-msg-dt-server
{
	text-align: right;
	font-size: 10px;
	color: #888888;
}

.chat-msg-dt-client
{
	text-align: left;
	font-size: 10px;
	color: #888888;
}

/*#################################################*/
/* BILLING
/*#################################################*/

.dialog-billing-titlebar .ui-dialog-titlebar {
	background-color: #9cc602;
}

#billing_plan_purchase_list {
	width: 100%;
	height: 388px;
	font-size: 12px;
	overflow-y: scroll;
}
#billing_plan_purchase_list .row .row2 {
	margin-bottom: 0;
}
#billing_plan_purchase_list .row {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0;
	padding: 10px 0;
}
#billing_plan_purchase_list .row.header {
	font-weight: 600;
	color: #707070;
	background: #f5f5f5;
}
#billing_plan_purchase_list .row.even {
	background: #f5f5f5;
}
#billing_plan_purchase_list  div {
	text-align: center;
}
#billing_plan_purchase_list div.name {
	text-align: left;
}
#billing_plan_purchase_list i.arrow {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-left: 8px;
	background: url(images/arrow-right.svg) center center no-repeat; background-size: 10px 10px;
}
#billing_plan_purchase_list i.purchase {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
	float: none;
	background: url(images/cart.svg) center center no-repeat; background-size: 16px 16px;
}

/*#################################################*/
/* LOGO, INFORMATION, MESSAGES
/*#################################################*/

.logo { border:0px; width:calc(250px * 1.5); height:calc(56px * 1.5); }
.logo_small { border:0px; width:32px; height:32px; }
.favicon { border:0px; width:32px; height:32px; }
.info { padding-bottom: 15px; height: 35px; display: table-cell; vertical-align: middle; }
.info2 { height: 22px; display: table-cell; vertical-align: middle; }
.subinfo {color: #949494; line-height: 12px;}

/*#################################################*/
/* DIALOG CONTROLS AND TABS
/*#################################################*/

.controls-block
{
	margin: -15px -15px 10px -15px;
	padding: 4px 15px 7px;
	background: #f5f5f5;
	height: 20px;
}

#settings_main_sms .controls,
#settings_main_user_interface .controls,
#settings_main_my_account .controls
{
	position: absolute;
	right: 15px;
	top: 4px;
}
#settings_main_user_interface,
#settings_main_my_account
{
	height: 490px;
}

#settings_main_object_list,
#settings_main_object_group_list,
#settings_main_object_driver_list,
#settings_main_object_passenger_list,
#settings_main_object_trailer_list,
#settings_main_objects_groups_drivers .ui-tabs-nav { margin: 0 -15px; }

#settings_object_accuracy
{
	height: 410px;
}

.ui-tabs-anchor
{
	white-space: nowrap;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*#################################################*/
/* CPANEL
/*#################################################*/

body#cpanel { background: #e5e5e5; }
#cpanel h1.title {
	margin: 0;
	color: #2b82d4;
	display: table;
	float: left;
}
.version { font-size: 10px; color: #808080; }
#cpanel_manage_server .cpanel-title { margin-bottom: 12px; }
#cpanel h1.title span { color: #808080; font-weight: normal; font-size: 22px;}
#cpanel_user_list,
#cpanel_object_list,
#cpanel_unused_object_list,
#cpanel_billing_plan_list,
#cpanel_stored_devices_list,
#cpanel_manage_server {
	margin: 15px;
	padding: 15px;
	background: #ffffff;
	border-top: 3px solid #2b82d4;
}
#dialog_user_edit_tabs { height: 555px; }
#dialog_user_edit { padding: 0px; }
#cpanel_user_list .inputbox-search,
#cpanel_object_list .inputbox-search,
#cpanel_unused_object_list .inputbox-search,
#cpanel_billing_plan_list .inputbox-search,
#cpanel_stored_devices_list .inputbox-search {
	width: 300px;
	margin-left: 3px;
}
#cpanel .ms-save {
	position: absolute;
	right: 0px;
	top: 2px;
}
.ui-tabs .ui-tabs-nav li.save-btn { float: right; }
#cpanel #dialog_user_edit_account .controls,
#cpanel #dialog_user_edit_contact_info .controls {
	position: absolute;
	right: 15px;
	top: 4px;
}
#cpanel #cpanel_manage_server .ui-tabs-nav {
	background: #f5f5f5;
	padding: 10px 15px;
	border-bottom: none;
	margin: 0 -15px;
}
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li { border: none; }
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #808080;
	color: #ffffff;
	padding: 5px 15px;
}
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li a {
	padding: 5px 15px;
	margin-right: 5px;
	font-size: 12px;
	background-color: #ffffff;
}
#cpanel_manage_server {
	position: absolute;
	top: 36px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	overflow: hidden;
}
.cpanel-tabs-content {
	position: absolute;
	top: 50px;
	bottom: 45px;
	right: 0px;
	left: 0px;
	overflow-y: auto;
	margin-left: -15px;
}
#cpanel_manage_server .ui-img-container {
	display: flex;
	height: 160px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	justify-content: center;
	align-items: center;
}
#cpanel_manage_server .logo {
	border: 0px;
	width: auto;
	height: auto;
	max-width: 215px;
	padding: 5px;
}
#cpanel_manage_server .login-background {
	border: 0px;
	width: auto;
	height: auto;
	max-width: 215px;
	max-height: 150px;
	padding: 5px;
}
#dialog_language_properties .row2 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*#################################################*/
/* CPANEL TOP PANEL
/*#################################################*/

#top_panel .select-view,
#top_panel .select-language { margin: 1px 0; padding: 5px 10px; }
#top_panel .map-btn a { background: #2b82d4; }
#top_panel .map-btn a:hover { background: #2b82d4; opacity: 0.9; }
#top_panel .select-view { width: 180px; }
#top_panel .user-btn img,
#top_panel .user-list-btn img,
#top_panel .object-list-btn img,
#top_panel .billing-plan-list-btn img,
#top_panel .unused-object-list-btn img { float: left; margin-right: 5px; }
#top_panel .user-btn span,
#top_panel .user-list-btn span,
#top_panel .object-list-btn span,
#top_panel .billing-plan-list-btn span,
#top_panel .unused-object-list-btn span { display: block; float: right; margin-top: 1px; }

/*#################################################*/
/* @media
/*#################################################*/

@media (max-width: 1200px) {
	#top_panel .tp-menu div a {
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media (max-width: 1150px) {
	#top_panel .user-btn span {
		display: none;
	}
	#top_panel .user-btn img { margin-right: 0px;}
}

@media (max-width: 1100px) {
	#top_panel .user-btn {
		display: none;
	}
	#top_panel .user-btn img { margin-right: 0px;}
}

@media (max-width: 1050px) {
	#top_panel .select-language {
		display: none;
	}
}

@media (max-width: 1000px) {
	#bottom_panel_graph_label {
		display: none;
	}
}

@media (max-width: 950px) {
	#top_panel .billing-btn {
		display: none;
	}
	#top_panel .billing-btn-red {
		display: none;
	}
}

@media (max-width: 850px) {
	#top_panel .cpanel-btn {
		display: none;
	}
	#top_panel .mobile-btn {
		display: none;
	}
	#top_panel .logout-btn {
		display: none;
	}
}

@media (max-width: 800px) {
	.map-layer-control {
		display: none;
	}
}

@media (min-width: 640px)
{
	#side_panel_share {
		display: none;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 280px;
		background-color: #ffffff;
		opacity: 1;
		padding: 5px;
	}

	#side_panel_follow {
		display: none;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 280px;
		background-color: #ffffff;
		opacity: 1;
		padding: 5px;
	}
}

#avg_address {
	position: absolute;
	margin-top: -17px;
}
#gapping_cst {
	display: block;
	margin: 10px;
}
td[aria-describedby="side_panel_history_route_detail_list_grid_info"]{
	vertical-align: top;
}
.tabs-container {
	display: flex;
	margin-bottom: 10px;
}

.tabs-container .tab {
	padding: 3px 15px;
	cursor: pointer;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-right: 5px;
	font-size: 10px;
	text-align: center;
}

.tabs-container .tab.active {
	background-color: #d0d0d0;
	border-color: #999;
}
.object_count_data:before{
	content: "(";
}
.object_count_data:after{
	content: ")";
}

input.input_data1 {
	width: 72%;
}

input.input_data2 {
	width: 21%;
}

.data_load_main {
	display: flex;
	margin-top: 0px;
	gap: 8px;
	background: white;
}
.data_head p {
	color: #444;
	font-size: 11px;
}
.data_seclect p {
	font-size: 11px;
	color: #444;
	margin-bottom: 6px;
	margin-left: 2px;
}

.data_seclect select {
	width: 95%;
	font-size: 11px;
	color: #444;
	border: none;
	height: 24px;
	margin-bottom: 3px;
	margin: auto;
	padding-left: 2px;
}

.data_head {
	background: #f5f5f5;
	margin-bottom: 6px;
	width: 100%;
	padding: 0px;
	margin-top: -11px;
}

.data_head p {
	padding: 6px 5px;
}

.data_form_box label {
	font-size: 11px;
	color: #444;
}
.form_box form label {
	color: #444;
	font-size: 11px;
}


.form_box form div {
	margin-top: 3px;
	display: flex;
	gap: 5px;
}
.form_box form div input {
	background: #f5f5f5;
	border: none;
	padding: 4px;
	background: #f5f5f5;
	height: 24px;
}
.data_load_col {
	width: 230px;
	overflow: hidden;
	background: #fff;
	border-left: 5px solid #f5f5f5;
}

.daliy_statis_data p span {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.daliy_statis_data p {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid ghostwhite;
	margin-bottom: 10px;
}
.daliy_statis_data p span {
	color: #444;
}
.daliy_statis_data p:last-child {padding-top: 0;}
.upcoming_data {
	width: 96%;
	background: #fff;
}
.data_load_col_wrap {
	margin-left: 5px;
}
button.input_data1 i {
	cursor: pointer;
}

button.input_data2 i {
	cursor: pointer;
}

.data_head p span i {
	cursor: pointer;
}

span.icon_323 i {
	cursor: pointer;
}

.data_seclect {
	margin-bottom: 2px;
}
.daliy_statis_data {
	width: 97%;
	margin-left: 5px;
	max-height: 120px;
	overflow: auto;
}
button.input_data2 {width: 29%;color: #777777;border: none;border-radius: 1px;cursor:not-allowed}
button.input_data2.active {background: #1d6be5; color: #ffffff; cursor: pointer; border-radius: 3px;}
button.input_data2.active:hover {background: #1558c0;}

.upcoming_data p {
	padding-top: 18px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}
.th_1 {
	text-align: left;
	font-weight: normal;
	background: #f5f5f5;
	padding: 5px 5px
}
.td_1{
	padding: 5px 8px;
	border-bottom: 1px dotted #ccc;
}
#panel-infobar-speedometer  .infobar-content-box svg {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
}
#panel-infobar-speedometer .panel-infobar {
	flex-grow: 1;
	flex-basis: 0;
	overflow: hidden;
	position: relative;
}
#panel-infobar-speedometer .infobar-content-box {
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 10px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.panel-infobar .infobar-content-box {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
#panel-infobar-speedometer .infobar-content-box path.back-path {
	stroke: #ebebeb;
	stroke-width: 8px;
	stroke-dasharray: 290;
	stroke-linecap: round;
	fill: none;
	transform: rotate(65deg);
	transform-origin: center;
	stroke-dashoffset: -472;
}
#panel-infobar-speedometer .infobar-content-box .topspeed-path {
	stroke: #fd7474;
	stroke-width: 8px;
	stroke-dasharray: 290;
	stroke-linecap: round;
	fill: none;
	transform: rotate(65deg);
	transform-origin: center;
	stroke-dashoffset: -472;
}
#panel-infobar-speedometer .infobar-content-box .front-path {
	stroke: #0079af;
	stroke-width: 8px;
	stroke-dasharray: 290;
	stroke-linecap: round;
	fill: none;
	transform: rotate(65deg);
	transform-origin: center;
	stroke-dashoffset: -472;
}
#panel-infobar-speedometer .infobar-content {
	position: absolute;
	text-align: center;
	line-height: 1;
}
.infobar-content {
	padding: 5px;
}
#panel-infobar-speedometer .infobar-content-box #max-text {
	color: #fd7474;
	font-size: 8px;
}
#imagePreviewMode {
	width: 60%;

}
#mapTooltip {
	position: absolute;
	z-index: 1000;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	border-radius: 4px;
	font-size: 14px;
	display: none; /* Initially hidden */
}
.button-container {
	border: 1px solid #dedede;
	border-radius: 5px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.mat-flat-button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 10px 12px;
	position: relative;
	background-color: transparent;
}

.button-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mat-icon {
	font-size: 20px;
	margin-left: 5px;
	text-align: right;
}

.mat-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	border-radius: inherit;
}
.ask_vt {
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.history_route_dt_more div img {
	height: 15px;
}
.history_route_dt_more div {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: -21px;
}
.history_route_dt_more div h3 {
	font: 13px arial;
}
.mobile-img-container img {
	max-height: 300px;
	height: auto;
	display: block;
	width: auto;
	padding: 20px;
}
#mobile_apps .mobile-img-container{
	display: flex;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#mobile_apps.page{
	margin: 15px;
	padding: 15px;
	background: #ffffff;
	border-top: 3px solid #2b82d4;
}
#mobile_apps .title-block{
	margin-top: 10px;
}

.app-links{
	display: flex;
	justify-content: center;
}
.app-links a img {
	width: 100%;
}
.app-links .col-xs-6 {
	width: 100%;
	text-align: center;
	padding:10px;
}


#top_panel.panel_not_cpanel .tp-menu .about-btn img {
	width: 63px !important;
	height: 63px !important;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: -6px;
}
#top_panel.panel_not_cpanel{
	box-shadow: 1px 1px 1px #ccc;
	vertical-align: bottom;
	z-index: 100;
	height: 56px;
}
#top_panel.panel_not_cpanel .tp-menu div a{
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 17px;
	font-size: 13px;
	font-family: Roboto,Helvetica Neue,sans-serif;
}
#top_panel.panel_not_cpanel .tp-menu:not(.right-menu) div a:hover{
	color: black;
	background: none;
	position: relative;
}
#top_panel.panel_not_cpanel .tp-menu:not(.right-menu) div a:after{
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg,#018ac9,#018ac9,#018ac9,#54b5e0,#54b5e0);
	display: none;
}
#top_panel.panel_not_cpanel .tp-menu:not(.right-menu) div a:hover:after{
	display: block;
	animation: borohow .6s;
}
@keyframes borohow{
	0%{
		width: 0px;
	}
	100% {
		width: 100%;
	}
}
#top_panel.panel_not_cpanel .more_buttons_designs::before {
	content: "";
	position: absolute;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	left: 10px;
}
#top_panel.panel_not_cpanel .more_buttons_designs {
	position: absolute;
	width: 250px;
	background: white;
	z-index: 5;
	box-shadow: 1px 1px 1px #ccc;
	display: none;
	border-top: 1px solid #ccc;
}
#top_panel.panel_not_cpanel .more_buttons_designs div {
	float: none;
	width: 100%;
	display: block;
}

#top_panel.panel_not_cpanel .more_buttons_designs div a{
	display: block;
}
#top_panel.panel_not_cpanel .more-btn a{
	padding-right: 30px !important;
}
#top_panel.panel_not_cpanel .more-btn svg {
	position: absolute;
	margin-top: -4px;
	margin-left: 5px;
}
#top_panel.panel_not_cpanel .billing-btn a {
	background: #519111 !important;
  border: 1px solid #ccc;
  padding: 2px 10px !important;
    padding-top: 5px;
  border-radius: 5px;
  padding-top: 3px !important;
  margin: 2px;
  border: 2px solid green;
  color: white;
	transition: .4s;
}
#top_panel.panel_not_cpanel .billing-btn a:hover {
	background: #f0f0f0 !important;
	color: black !important;
}
#top_panel.panel_not_cpanel .cpanel-btn a {
	background: white !important;
	border: 1px solid #ccc;
	padding: 5px 10px !important;
	padding-top: 5px !important;
	border-radius: 5px;
	margin: 2px;
}
#top_panel.panel_not_cpanel .chat-btn a{
	padding-bottom: 15px !important;
}
#top_panel.panel_not_cpanel .cpanel-btn a:hover {
	background: #f0f0f0 !important;
}
#top_panel.panel_not_cpanel .tp-menu.left-menu div{
	margin-right: 8px;
}
#side_panel .ui-tabs-nav:not(#side_panel_places .ui-tabs-nav){
	display: none;
}
#top_panel.panel_not_cpanel .more_buttons_designs a {
	display: flex !important;
	border-bottom: 1px solid #ddd;
	font-size: 12px !important;
	align-items: top;
}
#top_panel.panel_not_cpanel .more_buttons_designs a:hover {
	border-bottom: 1px solid lightblue !important;
}
#top_panel.panel_not_cpanel .more_buttons_designs div a span.icon {
	width: 40px;
	display: block;
}
.leaflet-top {
	top: 15px !important;
}
#top_panel.panel_not_cpanel .tp-menu.right-menu div.select-language , #top_panel.panel_not_cpanel .tp-menu.right-menu div.billing-btn, #top_panel.panel_not_cpanel .tp-menu.right-menu div.cpanel-btn{
	margin-top: 10px !important;
}

#top_panel .logout-btn a{
	padding-left: 7px !important;
	padding-right: 7px !important;
}

@media(max-width:1510px){
	#top_panel.panel_not_cpanel .tp-menu div a{
		padding: 3px;
		padding-top: 20px;
		padding-bottom: 17px;
		font-size: 13px;
		font-family: Roboto,Helvetica Neue,sans-serif;
	}
}
@media(max-width:1300px){
	#top_panel.panel_not_cpanel .tp-menu div a{
		padding: 3px;
		padding-top: 20px;
		padding-bottom: 17px;
		font-size: 13px;
		font-family: Roboto,Helvetica Neue,sans-serif;
	}
	#top_panel.panel_not_cpanel .tp-menu.left-menu div{
		margin-right: 8px;
	}
	#top_panel.panel_not_cpanel .billing-btn a {
		background: white !important;
		border: 1px solid #ccc;
		padding: 3px 5px !important;
		border-radius: 5px;
		padding-top: 5px !important;
		margin: 2px;
	}
	#top_panel.panel_not_cpanel .cpanel-btn a {
		background: white !important;
		border: 1px solid #ccc;
		padding: 5px 5px !important;
		padding-top: 5px !important;
		border-radius: 5px;
		margin: 2px;
	}
}
.bar_s4e1 {
	display: none;
}

#resolution {
	display: none;
}

.leaflet-popup.leaflet-zoom-animated .leaflet-popup-content-wrapper{
	border-radius: 7px !important;
}
.leaflet-popup.leaflet-zoom-animated .leaflet-popup-content-wrapper .leaflet-popup-content{
	width: 309px !important;
}




.card {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.card-content {
	padding: 10px;
}



.details-button {
	margin: 0 5px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.close-modal {
	float: right;
}

.modal-content table {
	width: 100%;
	border-collapse: collapse;
}

.modal-content th, .modal-content td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

.modal-content th {
	background-color: #f0f0f0;
}
.toggle-icon svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s;
}
.history-icon-svg, .pin-drop-icon-svg, .icon-arrow-toggle-rotates {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: -5px;
}

.history-icon-svg path, .pin-drop-icon-svg path, .icon-arrow-toggle-rotates path {
	fill: #aaa;
}
#who_has_been_there_panel_search_result .card table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
}

#who_has_been_there_panel_search_result .card table th, #who_has_been_there_panel_search_result .card table td {
	padding: 8px;
	text-align: left;
	border: 1px solid #ddd;
}

#who_has_been_there_panel_search_result .card table th {
	background-color: grey;
	color: white;
}

#who_has_been_there_panel_search_result .card table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#who_has_been_there_panel_search_result .card table tr:hover {
	background-color: #f5f5f5;
}
.search-container {
	margin-bottom: 10px;
}

.search-field {
	position: relative;
	width: 100%;
}

#search-input {
	padding: 15px;
	padding-right: 40px; /* Make space for the icon */
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.search-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	fill: #ccc;
}

.search-icon:hover {
	fill: #666;
}
#who_has_been_there_panel_search_result{
	overflow: auto;
	height: 60vh;
}
.marker-tooltip {
	background-color: rgba(40, 40, 40, 0.8) !important; /* Background color */
	color: #fff !important; /* Text color */
	border-radius: 5px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.8) !important; /* Optional: border color */
}
.marker-tooltip:before{
	border-top-color: rgba(0, 0, 0, 0.8) !important;
}
.marker-tooltip.left-marker-on:before{
	border-top-color: transparent !important;
	border-right-color: rgba(0, 0, 0, 0.8) !important;
}
.width72 .search-container , .vx.search-container{
	position: relative;
	display: inline-block;
	width: 100%;
}
.vx.search-container{
	width: unset;
}

 .clear-btnw {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
	font-size: 16px;
	display: none;
	width: 30px;
	height: 30px;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
}

 .clear-btnw:hover {
	color: #333;
}
#info_help_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	animation: infoHelpFadeIn 0.3s forwards;
}

#info_help_modal.closing {
	animation: infoHelpFadeOut 0.2s forwards;
}

@keyframes infoHelpFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes infoHelpFadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

.info_help_modal_content {
	background: white;
	width: 90%;
	max-width: 600px;
	border-radius: 8px;
	transform: scale(0.95);
	animation: infoHelpContentIn 0.3s 0.1s forwards;
}

@keyframes infoHelpContentIn {
	to {
		transform: scale(1);
	}
}

.info_help_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #eee;
}

.info_help_title {
	margin: 0;
	font-size: 20px;
}

.info_help_close_btn {
	cursor: pointer;
	background: none;
	border: none;
	font-size: 24px;
	color: #666;
	transition: color 0.2s;
}

.info_help_close_btn:hover {
	color: #333;
}
.info_help_content{
	padding: 10px;
}
.info_help_option_box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 16px 0;
	padding: 16px;
	border-radius: 8px;
	background: #f8f9fa;
}

.info_help_icon_desc {
	display: flex;
	align-items: center;
	gap: 16px;
}

.info_help_icon svg {
	width: 40px;
	height: 40px;
	color: #3f51b5;
}

.info_help_description p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.info_help_action_btn {
	background: #3f51b5;
	color: white;
	border: none;
	padding: 10px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.3s, transform 0.2s;
	align-self: flex-start;
}

.info_help_action_btn:hover {
	background: #303f9f;
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.info_help_option_box {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.image_div_aqr {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 5px;
	margin-top: -220px;
	display: none;
	animation:zz .5s;
}
@keyframes zz {
	0% {
		scale: 0.5;
		margin-top: -120px;
	}
}
.image_div_aqr:after {
	content: "";
	position: absolute;
	border-top: 10px solid whitesmoke;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -10px;
	left: 50%;
}
.image_div_aqr .img_qr {
	width: 200px;
}
.app-links .col-xs-6 a:hover .image_div_aqr{
	display: block;
}
/**responsive desgin***/
/*
@media(max-width:1111px) {
	.bar_s4e1 {
		display: block;
	}
	#top_panel.panel_not_cpanel div.left-menu {
		position: fixed !important;
		width: 400px;
		height: 100% !important;
		top: 0;
		left: 0;
		background: white !important;
		z-index: 10000;
		overflow: hidden;
		box-shadow: 1px 1px 1px #ccc;
	}

	#top_panel.panel_not_cpanel div.left-menu div:not(.about-btn) {
		display: inline block;
		float: none;
		clear: both;
	}
}
*/

        #objects_filter_menu.menu {
            background: white !important;
            box-shadow: 0 3px 6px rgba(0,0,0,0.23) !important;
            border: 1px solid #d8dee2 !important;
            border-radius: 3px !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        #objects_filter_menu.menu .ui-menu-item {
            border-top: 1px solid #eaecef !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        #objects_filter_menu.menu .ui-menu-item.first-item {
            border-top: none !important;
        }
        #objects_filter_menu.menu .ui-menu-item:hover {
            background: #f5f5f5 !important;
        }
        #objects_filter_menu.menu .ui-menu-item-wrapper {
            padding: 8px 12px !important;
            background: none !important;
            color: #444444 !important;
            display: flex !important;
            align-items: center !important;
            text-decoration: none !important;
            border: none !important;
            margin: 0 !important;
            position: relative;
        }
        #objects_filter_menu.menu .ui-menu-item-wrapper svg {
            margin-right: 8px !important;
            vertical-align: middle !important;
            flex-shrink: 0 !important;
        }
        #objects_filter_menu.menu .ui-menu-item-wrapper:hover {
            background: #f5f5f5 !important;
            color: #444444 !important;
        }
        
        /* Active filter highlighting */
        #objects_filter_menu.menu .ui-menu-item-wrapper.filter-active {
            background: #0066cc !important;
            color: white !important;
            font-weight: bold !important;
        }
        #objects_filter_menu.menu .ui-menu-item-wrapper.filter-active:hover {
            background: #0052a3 !important;
            color: white !important;
        }
        #objects_filter_menu.menu .ui-menu-item-wrapper.filter-active svg {
            fill: white !important;
        }
        
        #objects_filter_menu.menu .ui-menu {
            position: absolute !important;
            min-width: 150px !important;
            box-shadow: 3px 3px 6px rgba(0,0,0,0.23) !important;
            z-index: 99999999 !important;
        }
        #objects_filter_menu.menu .ui-menu-icon {
  float: right !important;
  margin-top: 2px !important;
  position: absolute !important;
  width: 10px;
  height: 10px;
}
        
        /* Filter counter badge styles */
        .filter-counter-badge {
            position: absolute !important;
            top: -8px !important;
            right: -8px !important;
            background: #ff4444 !important;
            color: white !important;
            border-radius: 50% !important;
            min-width: 18px !important;
            height: 18px !important;
            font-size: 11px !important;
            font-weight: bold !important;
            text-align: center !important;
            line-height: 18px !important;
            display: none;
            z-index: 10 !important;
        }
        #objects_filter_menu_button {
            position: relative !important;
        }

.panel-button.object-data-reload-style img{
  background: #00b000;
  border-radius: 100px;
  border: 1px solid #00b000;
  box-shadow: 0px 0px 1px 1px #ccc;
  transition: .4s;
}
.panel-button.object-data-reload-style img:hover{
  background: green;
  border-color: green;
}
#side_panel_objects .object-list-item .left div {
  display: flex;
  justify-content:  space-between;
}
#side_panel_objects .object-list-item .left div span:not(:first-child) {
  color: red;
}
.cpanel_objects_filter_menu label {
	display: block;
}
.cpanel_objects_filter_menu label:hover {
	background: #eee;
}
.cpanel_objects_filter_menu input {
	margin-right: 5px;
}

/* ---- Thin, macOS-style scrollbars (global) ---- */

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}
*:hover {
	scrollbar-color: rgba(0,0,0,0.25) transparent;
}

/* Chrome / Edge / Safari (WebKit / Blink) */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 10px;
}
/* Show thumb when the scrollable element is hovered */
*:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.25);
}
/* Stronger when pointer is directly over the thumb */
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.45) !important;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

/* Drag-to-reorder affordance for POI category headers and the Groups dialog list */
#side_panel_places_marker_list_grid tr.jqgroup,
#places_group_list_grid tr.jqgrow {
	cursor: move;
}
.places-group-drag-handle {
	color: #999;
}