/*@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);*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700&display=swap');

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: #444444;
	overflow: hidden;
}

a,
a:hover { text-decoration: none; color: #2b82d4; }
b, strong{ font-weight: 600; }

*:focus { outline: 0; }




.leaflet-marker-icon div { position: relative; }
.leaflet-marker-icon div img { display: block; }
.leaflet-marker-icon div img:last-child {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    border: 1px solid white;
}

/*#################################################*/
/* GRAFICA
/*#################################################*/


#tooltip {
    position: absolute;
    display: none;
    padding: 10px;
    background-color: #000; /* solid black background */
    color: #fff; /* white text */
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    z-index: 1000; /* Ensure tooltip is above other elements */
    border: 1px solid #fff; /* white border */
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2); /* subtle shadow for better depth perception */
}


/* Tooltip specific styling */
.flotTip {
    padding: 3px 5px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 10px #aaa;
    color: #333;
}

/* Grid and axis styling */
.flot-x-axis .flot-tick-label {
    color: #999;
}

.flot-y-axis .flot-tick-label {
    color: #999;
}


.tooltip {
    position: absolute;
    display: none;
    border: 1px solid #fdd;
    padding: 2px;
    background-color: #fee;
    opacity: 0.80;
    z-index: 1000; /* Ensure tooltip is above other elements */
}

/*#################################################*/
/* Animation
/*#################################################*/

#sidebar-menu .v-menu a,
.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.jqgrow td.modify a,
.menu.action-menu.ui-menu .ui-menu-item a,
a.button.no-text,
textarea,
.ms-parent .ms-choice,
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button svg,
#add_side_panel_places_marker_list_grid,
#add_side_panel_places_route_list_grid,
#add_side_panel_places_zone_list_grid,
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button .btn-add,
#bottom_panel_graph .panel-button img,
.ui-jqgrid tr.ui-widget-content:hover td.modify a svg,
.image-upload-block .image-block .ui-img-container,
.image-upload-block .image-block .image-info-block,
#side_panel.ui-tabs .child-tabs.ui-tabs-nav li a {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.ui-tabs .ui-tabs-nav li a {
	font-size: 13px;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
	
}





/*#################################################*/
/* SELECT CMD
/*#################################################*/

.selectcmd {

}

.selectcmd:focus {

}
/*#################################################*/
/* FIX
/*#################################################*/

.clearfix { display: table; width: 100%; height: 100%; }

/*#################################################*/
/* INPUTBOXES, SELECT, LIST
/*#################################################*/

input, select, .inputbox, .textarea {
	border-radius: 3px;
}
input {
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input.input-xl {
	height: 50px;
	line-height: 50px;
}

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; line-height: 20px; }
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: 35px;
	border: 1px solid #e8e8e8;
	color: #444444;
	background: #f8f8f8;
	
}
optgroup,
option {
	font-family: 'Ubuntu', sans-serif;
	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 #e8e8e8; background-color: #eeeeee; }
.inputbox-calendar,
.inputbox-calendar-mmdd{
	color: #444444;
	border: 1px solid #e8e8e8;
	-webkit-inline-box: none;
	background: #f5f5f5 url("images/calendar.svg") right no-repeat;
	background-size: 14px 14px;
}
input.no-edit {
	cursor: not-allowed;
}
.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: 35px;
	text-indent: 30px;
	background-size: 14px 14px;
	float: left;
	background-color: #f8f8f8;
}
.inputbox-search:hover,
.inputbox-search:focus {
	border-color: #aeaeae;
}
::-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;
}
ul.inline {
	padding: 0;
	margin: 0
}
ul.inline li {
	display: inline;
	list-style: none;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

.panel-button img {
	display: block;
	padding: 5px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

.panel-button img:hover {
	background: #ffffff;
}

input.button {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	height: 35px;
	color: #444444;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 5px;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}
input.button.button-confirm {
	color: #ffffff;
	background: #4389eb;
	border-color: #4389eb;
}
input.button.button-confirm:hover {
	background-color: #5b99ef;
	border-color: #5b99ef;
}
input.button.button-confirm.outline {
	color: #4389eb;
	background: #ffffff;
	border-color: #4389eb;
}
input.button.button-confirm.outline:hover {
	border-color: #5b99ef;
}
input.button.button-cancel:hover {
	background: #f8f8f8;
	border-color: #bdbdbd;
}
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; }

#side_panel .buttons-block {
	padding: 0 25px;
	box-sizing: border-box;
}
.buttons-block .button {
	width: 100%;
}
.buttons-block ul.inline li {
	padding: 0 5px;
	box-sizing: border-box;
}
a.button.no-text {
	color: #949494;
}
a.button.no-text:hover {
	color: #4389eb;
}
a.button.no-text svg {
	display: block;
	text-align: center;
}

/*#################################################*/
/* Checkbox
/*#################################################*/

/* The container */
.checkbox-block {
  display: block;
  position: relative;
  line-height: 18px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Add transition effect */
.checkbox-block .checkmark,
.checkbox-block .checkmark:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Hide the browser's default checkbox */
.checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-block .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #dddddd;
}

/* On mouse-over, add a grey background color */
.checkbox-block:hover input ~ .checkmark {
  background-color: #f8f8f8;
}

/* When the checkbox is checked, add a blue background */
.checkbox-block input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #4389eb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-block .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

/* Show the checkmark when checked */
.checkbox-block input:checked ~ .checkmark:after {
  opacity: 1;
}

/* Style the checkmark/indicator */
.checkbox-block .checkmark:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid #4389eb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*#################################################*/
/* ICONS
/*#################################################*/

.svg-inline--fa,
.svg-inline--fa.fa-w-4,
.svg-inline--fa.fa-w-6,
.svg-inline--fa.fa-w-8,
.svg-inline--fa.fa-w-12,
.svg-inline--fa.fa-w-14,
.svg-inline--fa.fa-w-16,
.svg-inline--fa.fa-w-17,
.svg-inline--fa.fa-w-18,
.svg-inline--fa.fa-w-20 {
	width: 16px;
	height: 16px;
}

.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-gallery { background-image: url(images/gallery.svg); }
.icon-street { background-image: url(images/street-view.svg); }
.icon-close { background-image: url(images/remove.svg); }
.icon-new { background-image: url(images/plus.svg); }
.icon-arrow-right { background-image: url(images/arrow-right.svg); }

.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.svg); }
.icon-edit { background-image: url(images/edit.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-remove { background-image: url(images/remove.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-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-billing { background-image: url(images/billing.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); }

.leaflet-top .leaflet-control {
	margin-top: 15px;
}
.leaflet-container {
	font-family: 'Ubuntu', sans-serif;
}
.leaflet-container a {
	color: #444444;
}
.leaflet-left .leaflet-control {
	margin-left: 15px;
}
.leaflet-right .leaflet-control {
	margin-right: 15px;
}
.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;
}

.leaflet-control-zoom-in { background-image: url(images/plus.svg); }
.leaflet-control-zoom-out { background-image: url(images/minus.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%; }
.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% !important; }
.width-1000 { max-width: 1000px; }

.mr15 { margin-right: 15px; }

/*#################################################*/
/* FLOATING AND SPACING
/*#################################################*/

.float-left,
.block { float: left; }
.float-right { float: right; }
.container { margin-right: 25px; }
.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; }
.center { margin-left: auto; margin-right: auto; }
.relative { position: relative; }

/*#################################################*/
/* 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: 5px; display: table; width: 100%; text-align: left; line-height: 18px; font-size: 0; }
.row2.last { margin-bottom: 0; }
.row2 div { display: inline-block; vertical-align: middle; font-size: 13px;} /* 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: 13px; } /* 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: 13px;} /* display: table-cell; */

.scroll-y { height: 100%; overflow-y: auto; }

.title-block {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 400;
	font-size: 15px;
	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: #f8f8f8;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.loading-label {
	margin-top: 15px;
}

#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,
.loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.loader {
	margin: 0 auto;
	font-size: 3px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(115,115,115, 0.2);
	border-right: 1.1em solid rgba(115,115,115, 0.2);
	border-bottom: 1.1em solid rgba(115,115,115, 0.2);
	border-left: 1.1em solid #4389eb;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*#################################################*/
/* 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-widget {
	font-family: 'Ubuntu', sans-serif;
}
.ui-widget .ui-widget {
	font-size: 13px;
}
.ui-widget #settings_object.ui-widget {
	display: block;
}
.ui-jqgrid .ui-jqgrid-hbox { padding-right: 0; }

#side_panel_objects .ui-jqgrid .ui-jqgrid-hbox,
#side_panel_places_markers .ui-jqgrid .ui-jqgrid-hbox,
#side_panel_places_routes .ui-jqgrid .ui-jqgrid-hbox,
#side_panel_places_zones .ui-jqgrid .ui-jqgrid-hbox { display: none; }

.ui-jqgrid tr.jqgroup { background: #f5f5f5; }
.ui-jqgrid tr.jqgroup td { padding: 9px 10px 9px 0; font-weight: 500; }
.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-x: hidden;}
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 0px; border-right-color: inherit; border-right-style: solid; border-color: #eeeeee;}
.ui-jqgrid tr.ui-row-ltr td svg { width: 16px; height: 16px; color: #777777; }
.ui-jqgrid tr.ui-row-ltr.ui-state-highlight td { border-color: #e1f1fb; }
.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;
	border-top: 1px solid #eeeeee;
	padding: 15px 0 0 0 !important;
	font-size: 13px;
	height: auto;
	box-sizing: border-box;
}
#bottom_panel .ui-jqgrid .ui-jqgrid-pager {
	padding: 5px 0 0 0 !important;
}
#side_panel .ui-jqgrid .ui-jqgrid-pager {
	padding: 5px !important;
}
#side_panel .ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button svg {
	margin: 0;
}
.ui-jqgrid .ui-jqgrid-pager .navtable #add_side_panel_places_marker_list_grid.ui-pg-button:hover svg,
.ui-jqgrid .ui-jqgrid-pager .navtable #add_side_panel_places_route_list_grid.ui-pg-button:hover svg,
.ui-jqgrid .ui-jqgrid-pager .navtable #add_side_panel_places_zone_list_grid.ui-pg-button:hover svg {
	color: #ffffff;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button:hover svg {
	color: #444444;
}
#add_side_panel_places_marker_list_grid,
#add_side_panel_places_route_list_grid,
#add_side_panel_places_zone_list_grid {
	position: absolute;
	top: 0;
	left: 0px;
	background-color: #4389eb;
	color: #ffffff;
	border-radius: 3px;
	width: 28px;
	height: 28px;
	padding: 6px;
	box-sizing: border-box;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button .btn-add {
	background-color: #4389eb;
	color: #ffffff;
	border-radius: 3px;
	width: 28px;
	height: 28px;
	padding: 6px;
	box-sizing: border-box;
	margin: 0;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button:hover .btn-add {
	color: #ffffff;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button {
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	color: #949494;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button:hover {
	background: none;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button svg {
	margin: 6px;
}
.ui-jqgrid .ui-jqgrid-pager .navtable .ui-pg-button.ui-state-disabled {
	padding: 0;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div { padding: 0; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon { margin: 0; }
.ui-jqgrid .ui-pg-button span { margin: 0; }
.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:28px !important;}
.ui-jqgrid .ui-state-disabled:hover {padding:0px;}
.ui-jqgrid .ui-jqgrid-view { font-size: 13px; }
.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; background: #f5f5f5; clear: both; }
#bottom_panel .ui-jqgrid .ui-jqgrid-hdiv { border: none!important; border-radius: 0; margin-bottom: 0; padding: 0 3px; }
#side_panel_objects_object_list .ui-jqgrid .ui-jqgrid-view { font-size: 12px;}
#side_panel_objects_object_data_list,
#side_panel_events_event_data_list,
#side_panel_history .data-block { position: relative; }

#side_panel_objects_object_data_list .ui-jqgrid tr.jqgroup td,
#side_panel_events_event_data_list .ui-jqgrid tr.jqgroup td,
#side_panel_history_route_data_list .ui-jqgrid tr.jqgroup td {
	padding: 0 0 2px 0;
	vertical-align:top;
}
#side_panel_objects_object_data_list .ui-jqgrid .tree-wrap-ltr,
#side_panel_events_event_data_list .ui-jqgrid .tree-wrap-ltr,
#side_panel_history_route_data_list .ui-jqgrid .tree-wrap-ltr {
	float: left;
	margin-right: 5px;
}
#side_panel_objects_object_data_list .ui-jqgrid tr.jqgrow td,
#side_panel_events_event_data_list .ui-jqgrid tr.jqgrow td,
#side_panel_history_route_data_list .ui-jqgrid tr.jqgrow td {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
#side_panel_events_event_data_list .ui-jqgrid .ui-jqgrid-hdiv thead,
#side_panel_history_route_data_list .ui-jqgrid .ui-jqgrid-hdiv thead {
	display: none;
}
#side_panel_objects .ui-jqgrid .ui-jqgrid-hdiv { background: none; }
#side_panel_events_event_list_grid_pager_left { display: none; }
#side_panel .ui-jqgrid .ui-paging-info { display: none; height: auto; float: left; }
#side_panel_events_event_list_grid_pager_right .ui-pg-table.navtable { position: absolute; right: -1px; top: 0; }
#side_panel_events_event_list_grid_pager_right .ui-pg-table.navtable tr td { padding: 5px; }
#side_panel_events_event_list_grid_pager_right .ui-pg-table.navtable tr td:hover { background: none; }
#side_panel_places_marker_list_grid_pager_left,
#side_panel_places_route_list_grid_pager_left,
#side_panel_places_zone_list_grid_pager_left {
	display: none;
}
#side_panel_places_marker_list_grid_pager_center,
#side_panel_places_route_list_grid_pager_center,
#side_panel_events_event_list_grid_pager_center,
#side_panel_places_zone_list_grid_pager_center {
	padding-left: 35px;
}
#side_panel_places .child-tabs.ui-tabs-nav {
	border: 1px solid #fff;
	background: none;
	overflow: hidden;
	margin: 0;
}
#side_panel.ui-tabs .child-tabs.ui-tabs-nav li.ui-tabs-active {
	background: none;
}
.ui-jqgrid .ui-jqgrid-hdiv thead { font-size: 13px; height: 24px; }
.ui-jqgrid .ui-jqgrid-htable th {height:13px;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column { height: 30px; }
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { padding-top: 0px; }
.ui-th-ltr:first-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child { border-left: none; padding-left: 0; }
.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: 13px; width: 28px; height: 28px; 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; position: inherit; }
.ui-jqgrid tr.jqgrow td { padding: 5px 2px; height: 30px;}
.ui-jqgrid tr.jqgrow td.used_in a {
	background: #444;
	color: #ddd;
	font-size: 11px;
	padding: 3px 5px;
	border-radius: 3px;
}
#bottom_panel .ui-jqgrid tr.jqgrow td { padding: 0px 2px; height: 20px; }
#side_panel_events .ui-jqgrid tr.jqgrow td,
#side_panel_history .ui-jqgrid tr.jqgrow td { padding: 0px 2px; height: 25px; }
.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: 0; outline-style: none;}
.ui-jqgrid .ui-state-hover { background: #f8f8f8; 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: #e1f1fb; opacity: 0.9; }
.ui-jqgrid tr td.center { text-align: center; }
.ui-jqgrid tr td.modify.visible a,
.ui-jqgrid tr.ui-widget-content:hover td.modify a {
	opacity: 1;
	
}
.ui-jqgrid tr.ui-widget-content:hover td.modify a svg:hover {
	color: #444444;
}
.ui-jqgrid tr td.modify a {
	color: #dddddd;
	opacity: 0;
	color: #949494;
	margin-left: 5px;
}
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button { font-size: 12px; }
.ui-jqgrid .ui-jqgrid-view input.inputbox-search { font-size: 13px; }

/*#################################################*/
/* JQGRID PAGER
/*#################################################*/

.ui-jqgrid .ui-jqgrid-pager .ms-choice { margin-top: -10px; height: 28px; line-height: 28px; }
.ui-jqgrid .ui-jqgrid-pager .ms-choice > div { height: 28px; }

/*#################################################*/
/* JQGRID CUSTOM
/*#################################################*/

.no-data {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.no-data .mask {
  position: absolute;
  bottom: -39px;
  width: 80%;
  height: 40px;
  background-color: #fff;
}
.no-data a {
	color: #949494;
	display: table-cell;
	vertical-align: middle;
}
.no-data .icon {
	margin-bottom: 15px;
}
.no-data .icon svg {
	width: 48px;
	height: 48px;
	color: #949494;
}
.no-data .label .line1 {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.no-data .label .line2 {
	font-size: 14px;
	line-height: 18px;
	color: #949494;
}
.no-data .line2 a {
	display: inline-block;
	vertical-align: bottom;
	color: #4389eb;
}
#settings_main_object_list .info {
	display: none;
}
#settings_main_objects .no-data .info-block {
	width: 50%;
	margin: 50px auto;
}
.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; }

#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_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 { 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],
#gview_dialog_subaccounts_subaccount_list_grid .ui-jqgrid-bdiv input[type=text] {
	height: 25px; width: 100%; border: 0px; text-align: center;
}

.ui-jqgrid .ui-jqgrid-hdiv {
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #dddddd !important;
	box-sizing: border-box;
	padding: 3px;
}
#side_panel .ui-jqgrid .ui-jqgrid-hdiv {
	padding: 0;
	border: 0!important;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}

#side_panel .search-block {
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}
#side_panel .search-block .icon {
	left: 25px;
	
}
.search-block .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	color: #cccccc;
}

/*#################################################*/
/* JQUERY-UI OVERRIDE
/*#################################################*/

.ui-widget-overlay {
	background: #444444;
}
.ui-dialog .ui-dialog-titlebar {
	background: #ffffff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 5px 25px;
	border-bottom: 1px solid #dddddd;
	color: #4389eb;
}
.ui-dialog .ui-dialog-titlebar-close {
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}
.ui-icon-closethick {
	width: 10px;
	height: 10px;
	background: url(images/close.svg) center center no-repeat;
}
.ui-button .ui-button-text {
	display: none;
}
.ui-dialog.no-titlebar .ui-dialog-titlebar,
.ui-dialog.no-close .ui-dialog-titlebar-close,
#settings_main_objects_groups_drivers .ui-tabs-nav {
  display: none;
}
#side_panel.ui-tabs #places_marker_icon_tabs .ui-tabs-nav,
#settings_object_edit_select_icon_tabs.ui-tabs .ui-tabs-nav {
	padding: 6px 15px;
}
#bottom_panel_tabs.ui-tabs .ui-tabs-nav {
	padding: 1px 15px 6px 15px;
}
#side_panel.ui-tabs #places_marker_icon_tabs .ui-tabs-nav li:first-child,
#settings_object_edit_select_icon_tabs.ui-tabs .ui-tabs-nav li:first-child {
	margin-right: 5px;
}
#bottom_panel_tabs.ui-tabs .ui-tabs-nav li {
	margin-right: 5px;
}
#side_panel.ui-tabs #places_marker_icon_tabs .ui-tabs-nav li a,
#settings_object_edit_select_icon_tabs.ui-tabs .ui-tabs-nav li a,
#bottom_panel_tabs.ui-tabs .ui-tabs-nav li a {
	padding: 5px;
	min-height: inherit;
	display: block;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	margin: 1px;
}
#side_panel.ui-tabs #places_marker_icon_tabs .ui-tabs-nav li.ui-tabs-active a,
#settings_object_edit_select_icon_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#bottom_panel_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin: 0;
}
#dialog_settings_object_sensor_properties .result-block .item {
	margin-right: 10px;
}
#dialog_settings_object_sensor_properties .result-block .item .label {
	margin-bottom: 3px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}
.ui-dialog-content .tabs-content {
	padding: 25px;
	box-sizing: border-box;
}
.ui-dialog-content .tabs-content .buttons-block {
	margin-top: 25px;
}
.ui-dialog {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 #666666;
	box-shadow: 0 0 5px 0 #666666;
	border-radius: 5px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-content {
	padding: 25px;
}
#side_panel.ui-tabs .parent-tabs.ui-tabs-nav {
	padding: 6px 6px 0 6px;
}
.ui-tabs .ui-tabs-nav {
	padding: 5px;
}
.ui-tabs .ui-tabs-nav li ul {
	padding: 0;
}
.ui-tabs .ui-tabs-nav li ul li a {
	color: #444444;
}
.ui-tabs .ui-tabs-nav li ul li.active a {
	font-weight: 600;
}
.ui-tabs .ui-tabs-nav.tabs-parent li.ui-tabs-active.has-child a {
	color: #444444;
}
.ui-tabs .ui-tabs-nav.tabs-parent li.ui-tabs-active.has-child a.ui-tabs-anchor {
	color: #4389eb;
}
.ui-tabs .ui-tabs-nav.tabs-parent {
	display: block;
	padding: 0;
	height: 100%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	overflow: auto;
	min-height: 547px;
}
.ui-tabs .ui-tabs-nav.tabs-parent li {
	float: none;
	margin: 0;
}
.ui-tabs .ui-tabs-nav.tabs-parent li.ui-tabs-active:first-child a {
	border-top-color: #ffffff;
}
.ui-tabs .ui-tabs-nav.tabs-parent li a {
	display: block;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	height: inherit;
	font-size: 13px;
	padding: 10px 25px;
	text-align: left;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.ui-tabs .ui-tabs-nav.tabs-parent li a:hover {
	color: #4389eb;
}
.ui-tabs .ui-tabs-nav.tabs-parent li.ui-tabs-active a {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #4389eb;
}
.ui-tabs .ui-tabs-nav.tabs-parent li ul li a {
	padding: 7px 10px 7px 35px;
}
.ui-tabs .ui-tabs-nav.tabs-parent li.ui-tabs-active ul li a {
	border-top: none;
	border-bottom: none;
}
.ui-dialog.flat-dialog {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}
#side_panel .ui-dialog.flat-dialog .ui-dialog-content {
	padding: 15px 0;
}
.ui-dialog.flat-dialog .ui-dialog-content {
	padding: 25px 0;
}
.ui-dialog.flat-dialog .ui-dialog-content .top-block {
	padding: 0 25px 15px 25px;
}
.ui-dialog .buttons-block ul.inline {
	margin: 0 -5px;
}
.ui-tabs .ui-tabs-panel {
	position: relative;
	padding: 0;
}

/*#################################################*/
/* Leaflet override
/*#################################################*/
.leaflet-tooltip {
	background: rgba(0,0,0,0.6);
	color: #f8f8f8;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}
.leaflet-tooltip-top::before { border-top-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-right::before { border-right-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-bottom::before { border-bottom-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-left::before { border-left-color: rgba(0,0,0,0.6); }

.leaflet-control-container {
	display: table;
	width: 100%;
	height: 100%;
}
.leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 3px;
}
.leaflet-popup-content-wrapper a {
	color: #f8f8f8;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: rgba(0,0,0,0.6);
	color: #f8f8f8;
}
.leaflet-popup-content {
	margin: 0;
	padding: 15px 25px 15px 15px;
}
.leaflet-container a.leaflet-popup-close-button {
	top: 10px;
	right: 10px;
	width: 7px;
	height: 7px;
	background-size: 7px 7px;
}
.leaflet-popup-tip {
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: -5px auto 0;
}
.leaflet-bar {
  border-radius: 5px;
  overflow: hidden;
  background: none;
  -webkit-box-shadow: 0 0 5px 0 #ddd;
  box-shadow: 0 0 5px 0 #ddd;
}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: rgba(255,255,255,0.7);
}
.leaflet-container .leaflet-bar a {
  width: 40px;
  height: 40px;
  outline: none;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaflet-control-container .control-button svg {
  width: 16px;
  height: 16px;
  color: #4389eb;
}
.leaflet-control-container .control-button.disabled svg {
  color: #999;
}
.browser-print-mode {
  padding: 0 10px!important;
  height: 40px;
  line-height: 40px!important;
  background: rgba(255,255,255,0.7)!important;
}
.browser-print-mode:hover {
	color: #4389eb;
}

/*#################################################*/
/* ACCORDION MENU
/*#################################################*/
.accordion-menu .toggle {
	float: right;
	cursor: pointer;
	margin-right: -20px;
}
.accordion-menu ul.collapsed {
	display: none;
}
.accordion-menu ul.expanded {
	display: block;
}
.accordion-menu span.toggle {
	color: #949494;
}

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

body#login {
	background-image: url(../img/login-background.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #F2F4F4;
	display: table;
	overflow: auto;
	width: 100%;
}
#login .wrapper {
	display: table-cell;
	vertical-align: middle;
}
#login .wrapper .inner-wrapper {
	max-width: 400px;
	padding: 20px;
	margin: 50px auto;
	opacity: 1;
}
#login .wrapper .inner-wrapper .content {
	height: 280px;
	width: 100%;
	overflow: hidden;
}
#login .wrapper .inner-wrapper .content .content-block {
	height: 280px;
}
#login .logo-block {
	text-align: center;
}
#login .logo {
	margin-bottom: 20px;
}
#login .registration-closed {
	padding: 15px;
	background: #fab444;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
#login .remember-block {
	display: table;
	margin-top: 15px;
}
#login .remember-block .label {
	color: #777777;
}
#login .ms-choice span {
	color: #777777;
	font-family: 'Ubuntu', sans-serif;
}
#login .language-block {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #777777;
}
#login .language-selector.input-block {
	background-color: transparent;
	border: none;
}
#login .language-selector {
	padding-left: 20px;
	height: 35px;
}
#login .language-selector svg {
	left: 0;
	color: #777777;
}
#login .language-selector .ms-choice {
	border: none;
	background: none;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
#login .language-selector .ms-choice > div {
	height: 35px;
	right: 5px;
	display: none;
}
#login .language-selector .ms-drop {
	border-color: #dddddd;
}
#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;
}
div.input-block {
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
div.input-block svg {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	color: #888888;
}
div.input-block input {
	border: none;
	background-color: transparent;
	padding-left: 50px;
}
#login input.inputbox {
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	width: 100%;
	padding-left: 50px;
	border-radius: 5px;
}
#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: #4389eb;
	color: #ffffff;
	border: none;
	padding: 5px;
	height: 50px;
	width: 100%;
	border-radius: 5px;
}
#login input.button:hover { opacity: 0.9; }

#login .show-hide-psw-block {
	position: absolute;
	right: 15px;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#login .content-block .show-hide-psw-block svg {
	left: inherit;
}
#login .content-block .security-code {
	position: absolute;
	top: 15px;
	right: 10px;
}
#login .wrapper .content-block .submit-btn {
	position: relative;
}
#login #connect .control-block {
	text-align: right;	
}
#login #register .control-block,
#login #recover .control-block {
	text-align: center;
}
#login .control-block {
	padding: 0;
	margin-top: 15px;
}
#login .control-block li {
	list-style: none;
	line-height: 18px;
}
#login .control-block li a {
	font-weight: 600;
	color: #676767;
}
#login .control-block .label {
	color: #777777;
}
#login .footer {
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
#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; line-height: 18px; }

/*#################################################*/
/* Global
/*#################################################*/

.search-block {
	position: relative;
	display: table;
}
.language-selector-block {
	column-count: 3;
}
.language-selector-block {
	padding: 0;
	margin: 0;
}
.language-selector-block li {
	list-style: none;
	margin-bottom: 3px;
}
.language-selector-block li.active a {
	color: #4389eb;
}
.language-selector-block li a {
	color: #666666;
}
.language-selector-block li a:hover {
	color: #4389eb;
}

/*#################################################*/
/* Sidebar menu
/*#################################################*/

#sidebar-menu {
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #444444;
}
#sidebar-menu .sidebar-logo {
	margin: 15px 0;
}
#sidebar-menu img.small-logo {
	width: 24px;
	height: 24px;
}
#sidebar-menu .inner-top {
	height: 100%;
}
#sidebar-menu .inner-bottom {
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: #444444;
}
#sidebar-menu .inner-top .inner-spacer {
	height: 196px;
}
#sidebar-menu .v-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar-menu .v-menu li {
	text-align: center;
}
#sidebar-menu .admin-btn svg {
	width: 20px;
	height: 20px;
}
#sidebar-menu .label {
	font-size: 9px;
	line-height: 12px;
	margin-top: 5px;
	display: block;
}
#sidebar-menu .logout-btn {
	padding: 10px 0;
	display: block;
	color: #dddddd;
	width: 100%;
}
#sidebar-menu .v-menu a {
	position: relative;
	padding: 6px 0;
	display: block;
	color: #dddddd;
}
#sidebar-menu .v-menu li.active a {
	background-color: #2c2c2c;
	color: #ffffff;
}
#sidebar-menu .v-menu li.active ul li a {
	background-color: inherit;
	color: #dddddd;
}
#sidebar-menu .v-menu li:hover a {
	background-color: #2c2c2c;
	color: #ffffff;
}
#sidebar-menu .v-menu li ul li a:hover {
	background-color: #2c2c2c;
	color: #ffffff;
}
#sidebar-menu .logo-small {
	width: 24px;
	height: 24px;
}
#sidebar-menu a.cpanel-btn {
	background-color: #4389eb;
	color: #ffffff;
}
#sidebar-menu .extra-block {
	display: none;
	position: absolute;
	z-index: 99;
	left: 50px;
	top: 10px;
	width: 200px;
	padding-left: 10px;
}
#sidebar-menu li:hover .extra-block {
	display: block;
}
#sidebar-menu li .extra-block .ms-choice span {
	font-size: 13px;
	text-transform: capitalize;
}
#sidebar-menu li .extra-block .ms-drop ul li label {
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
	text-transform: capitalize;
}
#sidebar-menu li.more-items .hidden-menu-items {
	display: none;
	position: absolute;
	bottom: -15px;
	left: 60px;
	background: #444444;
	z-index: 99;
	width: 280px;
	border-radius: 5px;
	padding: 5px;
}
#sidebar-menu li.more-items .hidden-menu-items:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 21px;
	left: -10px;
	margin-top: -5px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 10px solid #444444;
}
#sidebar-menu li.more-items .hidden-menu-items ul {
	padding: 0;
}
#sidebar-menu li.more-items .hidden-menu-items ul li {
	width: 70px;
	float: left;
}
#sidebar-menu li.more-items .hidden-menu-items ul li a {
	padding: 10px 0;
	border-radius: 5px;
}
#sidebar-menu .hidden-menu-items .counter {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 20px;
	height: 20px;
	margin-top: 0;
}

/*#################################################*/
/* LEFT PANEL
/*#################################################*/

#side_panel {
	position: absolute;
	top: 0px;
	left: 50px;
	bottom: 0px;
	width: 360px;
	background: #ffffff;
	z-index: 20;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

#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 0 0 0;
}
#side_panel_places_markers .no-data,
#side_panel_places_routes .no-data,
#side_panel_places_zones .no-data {
	bottom: 38px;
}
#side_panel_history #side_panel_history_parameters {
	padding: 0 25px;
}
#side_panel_history_parameters .ms-choice {
	height: 35px;
	line-height: 35px;
}
#side_panel_history_parameters .ms-choice > div {
	height: 35px;
}
.ms-drop {
	margin-top: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}
#side_panel .control-block {
	border-top: 1px solid #eeeeee;
	padding: 5px;
	box-sizing: border-box;
}
#side_panel .control-block a {
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	padding: 6px;
	box-sizing: border-box;
	color: #949494;
}
#side_panel .control-block a.btn-add,
#side_panel .control-block a.button-icon {
	background-color: #4389eb;
	color: #ffffff;
	border-radius: 3px;
}

#side_panel_places { padding-left: 0px; padding-right: 0px;}

#side_panel_places .ui-tabs-nav {
	padding: 0;
	border: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#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.ui-tabs .ui-tabs-panel {
	padding: 0;
}
#places_marker_icon_default_tab, #places_marker_icon_custom_tab {
	padding-bottom: 0px;
}
#places_marker_icon_default_list {
	position: relative;
	height: 300px;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
}
#places_marker_icon_custom_list {
	position: relative;
	height: 211px;
	border: 1px solid #f5f5f5;
	-webkit-box-sizing: border-box;‌​
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#side_panel.ui-tabs .parent-tabs.ui-tabs-nav li {
	width: 25%;
	margin: 0;
}
#side_panel.ui-tabs .child-tabs.ui-tabs-nav li {
	width: 33.333%;
	margin: 0;
}
#side_panel.ui-tabs .ui-tabs-nav li a {
	font-size: 13px;
	font-weight: 500;
	color: #949494;
	padding: 10px 5px;
	margin: 0px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 40px;
}
#side_panel.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #444444;
}
#side_panel.ui-tabs .counter-block {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	background: #f5f5f5;
	color: #949494;
	border: 1px solid #cccccc;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 3px;
}
.extended-filter-trigger {
	color: #444444;
	float: right;
	margin-bottom: 10px;
}
.simple-filter,
.extended-filter {
	display: none;
}
.simple-filter.active,
.extended-filter.active {
	display: block;
}
#side_panel .ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
	float: right;
}

/*#################################################*/
/* BOTTOM PANEL
/*#################################################*/
#bottom_panel .close {
	color: #949494;
	width: 10px;
}
#bottom_panel {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 410px;
	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 {
	padding: 10px;
}
#bottom_panel_datalist,
#bottom_panel_graph,
#bottom_panel_msg  { background: #ffffff; }
#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 {
	margin-right: 5px;
}
#bottom_panel_graph .ms-choice {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
#bottom_panel_graph .ms-choice > div {
	height: 20px;
}
#bottom_panel_graph .ms-parent .ms-drop {
	margin-top: 0;
}



.bottom-panel-bar {
	position: absolute;
	bottom: 0px;
	left: 385px;
	right: 0px;
	height: 5px;
	background: #f5f5f5;
	border-left: 0px;
}
.bottom-panel-bar:hover { background-color: #eeeeee; }
.bottom-panel {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 385px;
	right: 0px;
	background-color: #ffffff;
}
.bottom-panel .ui-tabs-panel {
	padding: 10px;
}
.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 .graph-plot {
	height: 100%;
	width: 100%;
}
.bottom-panel .graph-controls {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.bottom-panel .graph-controls div {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}
.bottom-panel .graph-controls-left {
	float: left;
}
.bottom-panel .graph-controls-right {
	float: right;
}
.bottom-panel .graph-label {
	line-height: 24px;
	margin-right: 5px;
}

@media (max-width: 1100px) {
	.bottom-panel .graph-controls div .graph-label {
		display: none;
	}
}

/*#################################################*/
/* OBJECT LIST
/*#################################################*/

.object-list-item{
	height: 30px;
}
.object-list-item .left {
	float: left;
	width: 110px;
}
.object-list-item .right {
	display: table;
	width: 100px;
	height: 100%;
	float: right;
}
.object-list-item .name {
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	height: 14px;
	line-height: 14px;
}
.object-list-item .status {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}
.object-list-item .conn_no_gps_no {
	color: #dddddd;
}
.object-list-item .conn_yes_gps_no {
	color: #ffc107;
}
.object-list-item .conn_yes_gps_yes {
	color: #4389eb;
}
.object-list-item .connection {
	color: #dddddd;
}
.object-list-item .connection .status-icon {
	width: 20px;
	height: 20px;
}
.object-list-item .connection .status-icon.conn_no_gps_no {
	width: 16px;
	height: 16px;
}
.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: 100px;
	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 {
	opacity: 0;
	border-radius: 2px;
	padding: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ui-jqgrid tr.jqgrow:hover .object-action-menu {
	opacity: 1;
}
.object-action-menu a {
	color: #444444;
}

/*#################################################*/
/* 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: 14px; }
.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: 0px 0 5px 0 #9b9b9b;
	box-shadow: 0px 0 5px 0 #9b9b9b;
}
.menu li a {
	border-radius: 5px;
}
.menu.action-menu.ui-menu .ui-menu-item a:hover {
	color: #444444;
}
.menu li a:hover { background-color: #f5f5f5; }
.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 ul.child li a { background-image: none; }
.menu.ui-menu .ui-menu-item a {
	padding: 8px;
	color: #444444;
}
.menu.ui-menu .ui-menu-item a svg {
	margin-right: 8px;
	width: 16px;
}
.menu.action-menu,
.menu.action-menu .child.ui-menu {
	padding: 5px;
	border-radius: 5px;
}

.menu.action-menu.ui-menu .ui-menu-item a {
	color: #777777;
 }
 .menu.action-menu.ui-menu .ui-menu-item a:hover {
	border-radius: 3px;
 }
/*#################################################*/
/* DRAGBARS
/*#################################################*/

#side_panel_objects_dragbar,
#side_panel_events_dragbar,
#side_panel_history_dragbar {
	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; }
#bottom_panel_dragbar {
	position: absolute;
	bottom: 0px;
	left: 410px;
	right: 0px;
	height: 5px;
	background: #f5f5f5;
	border-left: 0px;
}
#bottom_panel_dragbar:hover { background-color: #eeeeee; }

/*#################################################*/
/* SETTINGS
/*#################################################*/

#dialog_settings,
#dialog_settings_object_edit_select_icon,
#dialog_settings_object_edit,
#dialog_settings_event_properties,
#dialog_settings_subaccount_properties { padding: 0px; }
#settings_main { height: 569px; }
#settings_object { height: 550px; border-top: 0px; overflow: hidden;}
#settings_event { height: 575px; border-top: 0px; }
#settings_event .ui-tabs-panel { height: 465px; }
#dialog_reports .tabs-parent { height: 529px; }
#dialog_settings_subaccount_properties .tabs-parent { height: 370px; }
#dialog_settings_subaccount_properties .tabs-content {height: 310px; }
#dialog_settings_object_sensor_properties .block-a .block { width: 300px; }
#settings_object_edit_select_icon_default_list {
	position: relative;
	height: 310px;
	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: 250px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#dialog_settings_object_edit_select_icon .buttons-block {
	padding-bottom: 15px;
}
#dialog_settings_subaccount_properties .buttons-block {
	padding-bottom: 25px;
}





/*#################################################*/
/* HISTORY LIST
/*#################################################*/

.history-list-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.history-list-item-2 {
	min-height: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.history-list-item .time,
.history-list-item-2 .time{
	width: 35%;
}
.history-list-item .details,
.history-list-item-2 .details{
	width: 65%;
}
.history-list-item .address,
.history-list-item-2 .address{
	width: 100%;
	white-space: normal;
	color: #808080;
	font-size: 10px;
}





/*#################################################*/
/* MAP
/*#################################################*/

#map {
	position: absolute;
	top: 0px;
	left: 410px;
	right: 0px;
	bottom: 5px;
}

.map-layer-control {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}

.history-view-control {
	display: none;
	position: absolute;
	z-index: 99;
	top: 15px;
	left: 510px;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #ddd;
	overflow: hidden;
}

.history-view-control a {
	display: table-cell;
	vertical-align: middle;
	color: #4389eb;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: none;
}
.history-view-control a:hover {
	background: none;
}
.history-view-control a.disabled {
	color: #999;
}
.camera-control {
	display: none;
	position: absolute;
	bottom: 35px;
	right: 60px;
	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;
	border-radius: 5px;
	overflow: hidden;
}

.camera-control img
{
	width: 316px;
	height: 177px;
}


/* ----- CSS: tools/send-sms-video.css ----- */
/* Contenedor (oculto por defecto) */
.camera-video-control {
  display: none;
  position: absolute;
  bottom: 16px;
  right: 10px;
  width: 316px;
  height: 177px;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  flex-direction: column;
  z-index: 15;
}

/* Cuando está activo */
.camera-video-control.active {
  display: flex;
}

/* Video ajustado */
.camera-video-control iframe {
  width: 100%;
  height: 138px;  /* deja más espacio para los controles */
  border: none;
  object-fit: contain;
}

/* Controles (select + botones) */
#video-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1;
}

/* Select reducido pero legible */
#video-controls select {
  font-size: 10px;
  padding: 2px 4px;
  height: 20px;
}

/* Botones tamaño intermedio */
#video-controls .time-btn {
  font-size: 10px;
  padding: 2px 6px;
  height: 20px;
  cursor: pointer;
}


.street-view-control {
	display: none;
	position: absolute;
	bottom: 35px;
	right: 60px;
	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;
	border-radius: 5px;
	overflow: hidden;
}

.street-view-control img
{
	width: 316px;
	height: 177px;
}

.object-cluster-popup
{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px;
	margin-top: 25px;
}
.map-switcher a {
	display: table-cell;
	vertical-align: middle;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	color: #777;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #ddd;
}
#dialog_map_selector .block {
	margin-bottom: 15px;
	width: 100%;
}
#dialog_map_selector .block .title {
	color: #4389eb;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
#dialog_map_selector ul {
	padding: 0;
	margin: 0;
}
#dialog_map_selector ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#dialog_map_selector ul li a {
	display: block;
	color: #444;
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 5px;
}
#dialog_map_selector ul li.active a {
	color: #4389eb;
	border-color: #4389eb;
	background: #fff;
}

/*#################################################*/
/* 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-item-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow-x: auto;
}
.datalist-widget {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-right: 15px;	
	border-left: 5px solid #f5f5f5;
}
.datalist-widget-header {
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color: #f5f5f5;
}
.datalist-widget-header span {
	padding-left: 5px;
}
.datalist-widget-header-controls {
	display: flex;
    float: right;
	padding-top: 5px;
	padding-right: 5px;
}
.datalist-widget-header-controls a {
	height: 16px;
	width: 16px;
}
.datalist-widget-header-controls span.icon-save,
.datalist-widget-header-controls span.icon-edit,
.datalist-widget-header-controls span.icon-upload,
.datalist-widget-header-controls span.icon-remove {
    display: table;
    width: 100%;
    height: 100%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.datalist-widget-text {
	padding-top: 18px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}
.datalist-widget-cmd {
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.datalist-widget-statistics {
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.datalist-widget-statistics-stats-list {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.datalist-widget-statistics-item {
	display: flex;
	line-height: 23px;
	padding-left: 5px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f5f5f5;
	color: #444444;
	cursor: default;
}
.datalist-widget-statistics-item-name {
	display: inline-block;
	overflow: hidden;
	width: 142px;
}
.datalist-widget-statistics-item-value {
	display: inline-block;
	overflow: hidden;
	width: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.datalist-widget-events {
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.datalist-widget-events-event-list {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.datalist-widget-events-item {
	display: flex;
	line-height: 23px;
	padding-left: 5px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f5f5f5;
	color: #444444;
	cursor: default;
}
.datalist-widget-events-item-time {
	display: inline-block;
	overflow: hidden;
	width: 52px;
}
.datalist-widget-events-item-event {
	display: inline-block;
	overflow: hidden;
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.datalist-widget-events-item:hover {
	background-color: #f5f5f5;
}
.datalist-widget-tasks {
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.datalist-widget-tasks-task-list {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.datalist-widget-tasks-item {
	display: flex;
	line-height: 23px;
	padding-left: 5px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f5f5f5;
	color: #444444;
	cursor: default;
}
.datalist-widget-tasks-item-time {
	display: inline-block;
	overflow: hidden;
	width: 52px;
}
.datalist-widget-tasks-item-name {
	display: inline-block;
	overflow: hidden;
	width: 110px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.datalist-widget-tasks-item-status {
	display: inline-block;
	overflow: hidden;
	width: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.datalist-widget-tasks-item:hover {
	background-color: #f5f5f5;
}
.datalist-widget-fuel {	
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.datalist-widget-fuel-graph-plot {
	width: 280px;
	height: 139px;
	max-height: 100%;
}
.datalist-widget-mileage {	
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.datalist-widget-mileage-graph-plot {
	width: 139px;
	height: 139px;
	max-height: 100%;
}
.datalist-widget-speedometer {
	width: 144px;
	padding-top: 5px;
	overflow: hidden;
}

.datalist-widget-temp {
	width: 144px;
	padding-top: 5px;
	overflow: hidden;
}

.datalist-widget-driver {
	height: 100%;
	width: 320px;	
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.datalist-widget-driver.nophoto {
	width: 192px;	
}
.datalist-widget-driver-photo {
	margin-right: 5px;
	text-align: center;
	background-color: #f5f5f5;
}
.datalist-widget-driver-photo img {
	max-width: 100%;
	max-height: 115px;
	border: 0px;	
}
.datalist-widget-driver-info {
	line-height: 23px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f5f5f5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.datalist-widget-notes {
	width: 188px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.datalist-widget-notes-text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
.datalist-widget-photo {
	height: 100%;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}
.datalist-widget-photo img {
	height: 134px;
	max-height: 100%;
	border: 0px;	
}
.datalist-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: flex;
	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: 85px;
	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
/*#################################################*/
div[aria-describedby="dialog_dashboard"] {
	border-radius: inherit;
}
#dialog_dashboard {
	background-color: #f5f5f5;
}

.dashboard-container {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.dashboard-container-header {
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	margin-bottom: 10px;
	padding: 0 15px;
}

.dashboard-container-header-title {
	float: left;
}

.dashboard-container-header-menu {
	float: right;
	margin-top: 7px;
}

.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 .chat-msgs-block {
	border: 1px solid #e8e8e8;
	padding: 15px;
	box-sizing: border-box;
	height: 400px;
}
#dialog_chat .object-list-block {
	padding-right: 25px;
	box-sizing: border-box;
	height: 450px;
}
.chat-msg-block {
	margin-top: 15px;
}
.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
/*#################################################*/

#billing_plan_purchase_list .header .row2 div {
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
}
.ui-jqgrid tr.jqgrow.all-licenses-used {
	position: relative;
}
.ui-jqgrid tr.jqgrow.all-licenses-used .all-licenses-used-notice {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 193, 7, 0.5);
	opacity: 1;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.ui-jqgrid tr.jqgrow.all-licenses-used:hover .all-licenses-used-notice {
	opacity: 0;
}
.ui-jqgrid tr.jqgrow.all-licenses-used td.name,
.ui-jqgrid tr.jqgrow.all-licenses-used td.objects,
.ui-jqgrid tr.jqgrow.all-licenses-used td.period,
.ui-jqgrid tr.jqgrow.all-licenses-used td.price {
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.ui-jqgrid tr.jqgrow.all-licenses-used:hover td {
	opacity: 1;
}
.ui-jqgrid tr.jqgrow.all-licenses-used td.objects {
	color: #dc3545;
}
.ui-jqgrid tr.jqgrow.all-licenses-used td {
	position: relative;
	z-index: 999;
}
#dialog_billing_plan_use .header-block {
	margin-bottom: 15px;
}
#dialog_billing_plan_use .header-block .value {
	font-weight: 600;
}
#dialog_billing_plan_use .buttons-block {
	margin-top: 15px;
}


/*#################################################*/
/* LOGO, INFORMATION, MESSAGES
/*#################################################*/

.logo { border: 0px; height: 40px; }
.logo_small { border:0px; width: 28px; height: 28px; }
.favicon { border:0px; width:32px; height:32px; }
.info { font-size: 14px; padding-bottom: 15px; 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_usage .scroll-y {
	height: 440px;
}
#dialog_settings_object_edit .scroll-y {
	height: 440px;
}
#settings_main_sms,
#settings_main_personalize_interface,
#settings_main_user_interface,
#settings_main_my_account {
	height: 458px;
}

.ui-tabs-anchor {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*#################################################*/
/* CPANEL
/*#################################################*/

body#cpanel { background: #e5e5e5; }
#cpanel .cpanel-title h1 {
	margin: 0 0 15px 0;
	color: #4389eb;
	height: 35px;
	line-height: 35px;
}
#cpanel .cpanel-title h1 span { color: #808080; font-weight: normal; font-size: 22px;}
#cpanel .main-section {
	display: none;
}
#cpanel .main-section.active {
	display: block;
}
#cpanel_user_list,
#cpanel_object_list,
#cpanel_unused_object_list,
#cpanel_billing_plan_list {
	margin-left: 50px;
	padding: 25px;
	background: #ffffff;
	position: relative;
}
#dialog_user_edit { padding: 0px; }
#cpanel .main-section .search-block {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
}
#cpanel .main-section .search-block .inputbox-search {
	width: 350px;
}
#cpanel .main-section .ui-jqgrid .ui-jqgrid-titlebar {
	margin: 0;
}
#cpanel #dialog_user_edit_account .controls,
#cpanel #dialog_user_edit_contact_info .controls {
	position: absolute;
	right: 15px;
	top: 4px;
}
#cpanel_manage_server .tabs-parent .save {
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	top: inherit;
	bottom: 0;
}
#cpanel_manage_server {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 50px;
	overflow: hidden;
	background: #ffffff;
}
#cpanel_manage_server .tabs-parent {
	height: 100vh;
	width: 200px;
	position: relative;
}
#cpanel_manage_server .cpanel-tabs-content {
	padding: 25px;
	box-sizing: border-box;
	height: 100vh;
	overflow-y: auto;
	min-width: 1050px;
	position: absolute;
	left: 200px;
	right: 0;
}
.image-upload-block .ui-img-container {
	cursor: pointer;
	display: flex;
	height: 160px;
	justify-content: center;
	align-items: center;
}
.image-upload-block .image-block {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	overflow: hidden;
	box-sizing: border-box;
}
.image-upload-block .image-block:hover .ui-img-container {
	opacity: 0.5;
}
.image-upload-block .image-block .remove {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99;
	color: #444444;
}
.image-upload-block .image-block .remove svg {
	width: 16px;
	height: 16px;
}
.image-upload-block .image-info-block {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}
.image-upload-block .image-block:hover .image-info-block {
	opacity: 1;
}

.image-upload-block .logo {
	border: 0px;
	width: auto;
	height: auto;
	max-width: 160px;
	padding: 5px;
}
.image-upload-block .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 #sidebar-menu .v-menu li a {
	padding: 10px 3px;
	box-sizing: border-box;
}
#sidebar-menu .v-menu li.count a {
	padding: 10px 3px 5px 3px;
}
#sidebar-menu .counter {
	font-size: 9px;
	display: table;
	background: #555555;
	color: #dddddd;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
	padding: 0 2px;
	box-sizing: border-box;
}
#dialog_theme_properties {
	padding: 0;
}
#dialog_theme_properties.ui-dialog-content .tabs-content {
	min-height: 440px;
}

/*#################################################*/
/* Dialog content height
/*#################################################*/

#dialog_user_edit .ui-tabs { height: 585px; }
#dialog_user_edit .inner-content { height: 475px; }

/*#################################################*/
/* TOP PANEL STYLE
/*#################################################*/

#top_panel {
	height: 36px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
#top_panel select { margin: 1px 0; }
#top_panel .right-menu { float: right; }
#top_panel ul { margin: 0; padding: 0; float: left; display: table; }
#top_panel ul li a { 
	display: table; 
	padding: 8px 15px; 
	text-decoration: none; 
	color: #808080;
	font-size: 14px;
}
#top_panel ul li {
	list-style: none;
	display: table;
	float: left;
	border-right: 1px solid #f2f2f2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#top_panel ul li:last-child { border-right: none; }
#top_panel ul li.select_map:hover,
#top_panel ul li.select_language:hover { background: none; }
#top_panel ul li:hover { background: #ffffff; }
#top_panel .select_map { border: none; }
#top_panel .select_map,
#top_panel .select_language { padding: 5px 10px; }
#top_panel .logo_btn { background: #3970CA; }
#top_panel .logo_btn a { padding: 7px 14px; } 
#top_panel .logo_btn:hover { background: #5581c9; }
#top_panel .cpanel_btn { background: #fab444; border: none; }
#top_panel .cpanel_btn:hover { background: #ffc15f; }
#top_panel img { display: block;}
#top_panel .logout_btn { background: #6c6c6c; }
#top_panel .logout_btn:hover { background: #8e8e8e; }
#top_panel .user_btn img { float:left; margin-right: 5px;}
#top_panel .select_language.cp { border: none; }
#top_panel ul li a.active {background-color: #ffffff;}

#top_panel .chat_msg_count {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	/* background: #3970ca; */
	background: #9cc602;
	color: #ffffff;
	padding: 3px;
	margin: 1px 0 0 10px;
	display: block;
}

@media (max-width: 1130px) {
     #top_panel .select_language {
        display: none;
     }
}

@media (max-width: 1010px) {
     #top_panel .user_btn {
        display: none;
     }
}

/*#################################################*/
/* TOP PANEL STYLE IN CPANEL
/*#################################################*/

#top_panel .select-view,
#top_panel .select-language { padding: 5px 10px; }
#top_panel li.select-view:hover,
#top_panel li.select-language:hover { background: none; }
#top_panel .back-btn { background: #3970ca; }
#top_panel .back-btn:hover { background: #5581c9; }
#top_panel .user-btn img,
#top_panel .user-list-btn img,
#top_panel .manage-server-btn img,
#top_panel .object-list-btn img { float: left; margin-right: 5px; }

@media (max-width: 1107px) {
     #top_panel .select-language {
        display: none;
     }
}

@media (max-width: 988px) {
     #top_panel .user-btn {
        display: none;
     }
}

/*#################################################*/
/* @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;
	}
}