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

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

}

/*#################################################*/
/* 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-battery-green {
	background-image: url(images/battery-green.svg);
}

.icon-battery-yellow {
	background-image: url(images/battery-yellow.svg);
}

.icon-battery-orange {
	background-image: url(images/battery-orange.svg);
}

.icon-battery-red {
	background-image: url(images/battery-red.svg);
}

.icon-battery-not {
	background-image: url(images/battery-low.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-lbs {
	background-image: url(images/lbs.svg);
}

.icon-gps {
	background-image: url(images/gps.svg);
}

.icon-wifi {
	background-image: url(images/wifi.svg);
}

.icon-signal-not {
	background-image: url(images/signal-not.svg);
}

.icon-signal-green {
	background-image: url(images/signal-green.svg);
}

.icon-temperature {
	background-image: url(images/temperature.svg);
}

.icon-xlsx {
	background-image: url(images/xlsx.svg);
	background-size: contain;
	width: 28px;
	height: 28px;
}


.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_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: 20px;
	height: 20px;
	width: max-content;
	margin: auto;
	/* 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;
	width: 100% !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;
	height: 30px;
}

#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 {
	margin-left: -9px;
	padding: 0;
	position: inherit;
}

.ui-jqgrid tr.jqgrow td {
	padding: 5px 2px;
	display: revert-layer;
}

.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;
	text-align: center !important;
	background-color: #fff;
}
/*
#side_panel_events .ui-jqgrid tr.jqgrow td,
#side_panel_history .ui-jqgrid tr.jqgrow td {
	padding: 0px 20px;
	min-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: 999999;
	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;*/
	margin-top: 10px;
	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: left center;
	background-size: 640px auto;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	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;
	width: 100%;
}

#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: 22px;
}

#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 {
	padding: 5px;
	float: right;
}

#side_panel .control-block a {
	float: left;
	display: block;
	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_history_import_export_action_menu_button {
	background-color: #F5F5F5;
	color: #494444;
	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: 415px;
	right: 0px;
	background-color: #f5f5f5;
}

#bottom_panel .controls {
	position: absolute;
    z-index: 1;
    right: 15px;
    top: 5px;
}

#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;
}

/*#################################################*/
/* 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: #808080;
	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 .battery {
	color: #dddddd;
}

.object-list-item .connection .status-icon .battery {
	width: 20px;
	height: 20px;
}

.object-list-item .connection .status-icon.conn_no_gps_no {
	width: 16px;
	height: 16px;
}

.battery-icon {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 30px;
	width: 30px;
	height: 33px;
}

.signal-icon {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.method-icon {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.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: 435px;
	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;
}

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

#map {
	position: absolute;
	top: 0px;
	left: 435px;
	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;
}

.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 {
	/*	width: 100%;
	height: 100%;*/
}

.datalist-item-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow-x: auto;
}

.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
/*#################################################*/
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 .img-controls {
	padding-right: 25px;
	box-sizing: border-box;
	width: 350px;
}

#image_gallery_img {
	width: 640px;
	height: 480px;
	border: 1px solid #f5f5f5;
	text-align: center;
}

#image_gallery_img_data {
	background: #f5f5f5;
	height: 30px;
}

#image_gallery_img_data_address {
	white-space: nowrap;
}

/*#################################################*/
/* 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: 70px;
	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;
	}
}

span.end {
	background: red;
	color: white;
	border-radius: 80px;
	height: 16px !important;
	width: 16px !important;
	margin-right: 17px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

span.start {
	background: green;
	color: white;
	border-radius: 80px;
	height: 16px !important;
	width: 16px !important;
	margin-right: 17px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

span.stop {
	background: blue;
	color: white;
	border-radius: 80px;
	height: 16px !important;
	width: 16px !important;
	margin-right: 17px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.day-style {
	width: 12px;
	padding-left: 17px;
}

.object-list-item .right {
	display: flex;
	float: right;
	padding-right: 0 !important;
}

.signal-icon:first-child {
	margin-right: 2px;
}

.resize-handle {
	z-index: 100;
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: col-resize;
	left: 360px;
	background: #f5f5f5;
}

.ui-jqgrid .ui-jqgrid-btable {
	table-layout: auto;
}

.object-list-item .left {
	float: left;
	width: auto;
}

.object-list-item .name {
	display: flex;
	max-width: 110px !important;
}

td[aria-describedby="cpanel_object_list_grid_name"] {
	max-width: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

td.used_in {
	max-width: 70px;
	overflow: auto !important;
}

.object-list-item .name {
	display: flex;
	max-width: max-content;
	height: 100% !important;
	white-space: break-spaces;
	text-align: left;
	position: relative;
	max-height: 45px;
}

.object-list-item .status {
	text-align: left;
}

div#bottom_panel {
	/* overflow: auto; */
	overflow: visible;
}

div[style="width: 360px;"] {
	width: 100% !important;
}

#gview_side_panel_objects_object_list_grid .ui-jqgrid-bdiv {
	width: 100% !important;
}

table#side_panel_objects_object_list_grid { 
	width: 100% !important;
}

div#gbox_side_panel_objects_object_list_grid,
div#gbox_side_panel_objects_object_list_grid .ui-jqgrid-view {
	width: 100% !important;
}

#side_panel th svg {
	max-width: 16px;
	max-height: 16px;
	object-fit: contain;
}
#side_panel #side_panel_objects_object_list #side_panel_objects_object_list_grid_name {
	/*position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: max-content !important;*/
	z-index: 99999;
}
div#jqgh_side_panel_objects_object_list_grid_name {
	text-align: left;
}
td[aria-describedby="side_panel_objects_object_list_grid_method"] {
	/* text-align: center !important; */
	padding-left: 10px !important;
}
td[aria-describedby="side_panel_objects_object_list_grid_method"] span {
	margin-top: -10px;
}

table.ui-jqgrid-htable {
	width: 100% !important;
}

tr.ui-jqgrid-labels {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	/* max-width: max-content; */
	max-width: 100%;
}

tr.ui-jqgrid-labels th {
	max-width: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cpanel tr.ui-jqgrid-labels {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

#cpanel .ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	padding-top: 0px;
	max-width: 100%;
	justify-content: center;
	align-items: center;
}

th#cpanel_user_list_grid_email {
	min-width: 15vw;
}

#gview_cpanel_user_list_grid .ui-state-default.ui-jqgrid-hdiv {
	display: none !important;
}

#cpanel_user_list_grid tr#ID {
	position: sticky;
	top: 0;
	background: #e5e5e5 !important;
	opacity: 1;
	margin-bottom: 20px !important;
	z-index: 200;
}

tr#ID td {
	cursor: pointer;
}

div#gview_cpanel_user_list_grid .ui-jqgrid .ui-jqgrid-btable {
	table-layout: fixed;
}

div#cpanel_user_list .ui-jqgrid .ui-jqgrid-bdiv {
	overflow-x: auto;
}

#side_panel_history .control-block a.btn-add,
#side_panel_history .control-block a.button-icon {
	background-color: #F5F5F5;
	color: black;
	border-radius: 3px;
}

#side_panel_history .control-block.clearfix .width20 {
	display: none;
}

#side_panel_history .control-block.clearfix {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}
#side_panel_history .control-block {
    padding: 5px;
    float: none;
    right: 5px;
}
#side_panel_history .left-block.float-left {
	min-width: 30%;
}

#side_panel_history .left-block.float-left a {
	background: #F5F5F5;
	padding: 0;
	margin: 0 !important;
	text-align: center;
	color: black;
	border-radius: 5px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	width: 100% !important;
}

/* edit_by_captainfroody */
#side_panel_events_event_list_grid.ui-jqgrid-btable td:nth-child(1) {
	width: 570px;
}

#side_panel_events_event_list_grid.ui-jqgrid-btable td {
	text-align: center !important;
	width: 100vw;
}
#side_panel_events_event_list_grid.ui-jqgrid-btable td:nth-child(2) {
	text-align: left !important;
	font-size: 12px;
	text-wrap: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}
.ui-jqgrid tr.jqgrow td {
	white-space: initial;
}

.ui-jqgrid-view .ui-jqgrid-bdiv {
	width: 100% !important;
}

.ui-jqgrid-view .ui-jqgrid-bdiv #side_panel_events_event_list_grid {
	width: 100% !important;
}

tr.ui-jqgrid-labels {
	justify-content: space-around;
}

#side_panel_objects_object_list .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	width: 100% !important;
}
th#side_panel_objects_object_list_grid_show {
	justify-content: flex-start;
	margin-left: 2px;
	z-index: 99999;
}
th#side_panel_objects_object_list_grid_method {
	position: relative;
	right: -10px; 
	display: flex;
    justify-content: flex-end;
	z-index: 99999;
}
th#side_panel_objects_object_list_grid_signal {
    position: relative;
    right: -20px;
    display: flex;
    justify-content: flex-end; 
	z-index: 99999;
}
th#side_panel_objects_object_list_grid_battery {
	position: relative;
    right: -30px; 
    display: flex;
    justify-content: flex-end;
	z-index: 99999;
}
#side_panel_history .control-block a.button-icon.btn-load-history {
	background: #4389eb !important;
	color: #fff !important;
}
#jqgh_side_panel_objects_object_list_grid_show {
	pointer-events: none;
	/* width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	left: 1px; */
}
#jqgh_side_panel_objects_object_list_grid_show a {
	/* width: 10px;
	height: 10px;
	background-color: #007bff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.2s ease; */
}
/* #main__checkbox {
	height: 10px;
	width: 10px;
} */
#jqgh_side_panel_objects_object_list_grid_show a svg {
	opacity: 0;
} 
#side_panel_objects_object_list_grid_menu {
	/* pointer-events: none; */
	/* display: none; */
}
#jqgh_side_panel_objects_object_list_grid_follow {
	pointer-events: none;
}
#side_panel_objects_object_list_grid_follow {
    left: -30px;
    position: relative;
	z-index: 99999;
}
.termin__hint_q {
	cursor: pointer;
	position: relative;
}
.termin__hint_q:hover .termin__hint {
	display: block;
}
.termin__hint::after {
	content: "";
	position: absolute;
    bottom: -10px; 
    left: 25px; 
    border-width: 10px 10px 0; 
    border-style: solid;
    border-color: #000 transparent;
}
.termin__hint::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 25px; 
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent;
	z-index: 2;
}
.termin__hint {
	display: none;
    position: absolute;
    bottom: 25px;
    left: -28px;
    width: 300px;
    background: #000;
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    color: #000;
    border: 1px solid #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#side_panel_history_route_detail_list_grid tr td:nth-child(4){
	/* text-wrap: nowrap; */
}	
#gview_bottom_panel_msg_list_grid .ui-state-default .ui-jqgrid-htable th {
	position: static;
	width: max-content !important;

}
.history_col_point {

}
.history__point {

}
.icons__wrap {
	display: flex !important;
	align-items: center;
	column-gap: 8px;
}
.save__icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.download__icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V318.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.export__icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

#bottom_panel_msg_list_grid {
	/* max-width: 1440px !important; */
	/* overflow: auto !important; */
	/* width: 100% !important; */
}
/* main checkbox */
#bottom_panel_msg_list_grid_cb {
    /* left: 6px; */
}
/* час положение */
#bottom_panel_msg_list_grid_dt_tracker {
	/* left: 30px; */
}
/* час сервер */
#bottom_panel_msg_list_grid_dt_server {
	/* left: 165px; */
}
/* широта */
#bottom_panel_msg_list_grid_lat {
	/* left: 295px; */
}
/* долгота */
#bottom_panel_msg_list_grid_lng {
	/* left: 400px; */
}
/* высота */
#bottom_panel_msg_list_grid_altitude {
	/* left: 505px; */
}
/* угол */
#bottom_panel_msg_list_grid_angle {
	/* left: 605px; */
}
/* скорость */
#bottom_panel_msg_list_grid_speed {
	/* left: 670px; */
}
/* батарея */
#bottom_panel_msg_list_grid_battery {
	/* left: 750px; */
}
/* метод */
#bottom_panel_msg_list_grid_method {
	/* left: 820px; */
}
/* радиус 1 */
#bottom_panel_msg_list_grid_radius_one {
	/* left: 880px; */
}
/* радиус 2 */
#bottom_panel_msg_list_grid_radius_two {
	/* left: 945px; */
}

.history__col_point {
	display: flex; 
	flex-direction: row; 
	justify-content: center; 
	width: 150px;
}
#side_panel_history_route_detail_list_grid tr td {
	text-align: center;
}
#side_panel_history_route_detail_list_grid {
	width: 100% !important;
}
td[aria-describedby="side_panel_history_route_detail_list_grid_datetime"] {
	display: flex;
	align-items: center;
	justify-content: center;
}
td[aria-describedby="side_panel_history_route_detail_list_grid_datetime"] {
	/* width: 100%; */
	border-right: 1px solid #f5f5f5 !important;
}
td[aria-describedby="side_panel_history_route_detail_list_grid_info"] {
	width: 50%;
}

#login .wrapper {
	display: flex;
	align-items: center;
}
body#login {
	background-image: none;
}
.login__img {
	width: 40%;
	max-width: 40vw;
    height: 100vh;
	object-fit: cover; 
    -o-object-fit: cover;
    -ms-object-fit: cover; 
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
}
th#settings_main_events_event_list_grid_modify,
#settings_main_events_event_list_grid td[aria-describedby="settings_main_events_event_list_grid_modify"] {
	/* display: none; */ 
}
#settings_main_events_event_list .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	/* width: initial !important; */
}
td[aria-describedby="settings_main_events_event_list_grid_name"] {
	text-align: center !important;
}
td[aria-describedby="side_panel_objects_object_list_grid_menu"] .object-action-menu {
	padding: 3px 15px 3px 5px !important;
}
#settings_main_object_list_grid {
	/* width: 1030px !important; */
	width: 820px !important;
}
#settings_main_object_list_grid tr {
	position: relative;
	/* display: flex; */
}
#settings_main_object_list_grid tr td {
	position: relative;
	top: 0;
	bottom: 0;
	/* margin: auto; */
	/* width: 0% !important; */
	text-align: center !important;
	padding: 0 5px !important;
	/* flex: 11%; */
}
#settings_main_object_list_grid tr td:nth-child(1) {
	/* width: 0% !important; */
	/* left: 3px; */
	/* text-align: left !important; */
}
#settings_main_object_list_grid tr td:nth-child(2) {
	/* width: 10% !important; */
	/* left: 2px; */
	/* text-align: center !important; */
	/* max-width: 155px;
    text-overflow: ellipsis;
    text-wrap: nowrap; */
}
#settings_main_object_list_grid tr td:nth-child(3) {
	/* width: 5% !important; */
	text-align: right !important;
}
#settings_main_object_list_grid tr td:nth-child(4) {
	/* width: 5% !important; */
	text-align: right !important;
}
#settings_main_object_list_grid tr td:nth-child(5) {
	/* width: 5% !important; */
	/* text-align: center !important; */
}
#settings_main_object_list_grid tr td:nth-child(6) {
	/* width: 10% !important; */
	text-align: left !important;
}
#settings_main_object_list_grid tr:not(:first-child) td:nth-child(7) {
	/* width: 10% !important; */
	display: flex;
	align-items: center;
	column-gap: 3px;
	padding: 5px 0 !important;
}
#settings_main_object_list_grid tr td:nth-child(8) {
	/* width: 10% !important; */
}
#settings_main_object_list_grid tr td:nth-child(9) {
	/* width: 10% !important; */
}

#settings_main_object_list_grid_device,
#settings_main_object_list_grid_imei {
	position: relative;
	left: 30px;
}
#settings_main_object_list_grid_type {
	position: relative;
	left: 40px;
}
#view_file table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
#view_file table th {
	background-color: #f5f5f5;

}
#view_file table th,
#view_file table td {
	font-weight: 400;
	padding: 10px;
	border: 1px solid #eeeeee;
}
#object_import_cpanel,
#user_import_cpanel {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='35px' height='35px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.00067L21 6.00139M8 12.0007L21 12.0015M8 18.0007L21 18.0015M3.5 6H3.51M3.5 12H3.51M3.5 18H3.51M4 6C4 6.27614 3.77614 6.5 3.5 6.5C3.22386 6.5 3 6.27614 3 6C3 5.72386 3.22386 5.5 3.5 5.5C3.77614 5.5 4 5.72386 4 6ZM4 12C4 12.2761 3.77614 12.5 3.5 12.5C3.22386 12.5 3 12.2761 3 12C3 11.7239 3.22386 11.5 3.5 11.5C3.77614 11.5 4 11.7239 4 12ZM4 18C4 18.2761 3.77614 18.5 3.5 18.5C3.22386 18.5 3 18.2761 3 18C3 17.7239 3.22386 17.5 3.5 17.5C3.77614 17.5 4 17.7239 4 18Z' stroke='%233ca8b6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
#cpanel .main-section .search-block {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.cpanel_search_wrapper {
	position: relative;
}
.cpanel_choose_text {
	font-size: 11px;
	opacity: 0;
	position: absolute;
	min-width: max-content;
	border: 1px solid #000;
	padding: 3px;
	right: 115%;
	padding: 2px 8px;
}
.cpanel_choose_wrapper {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
}
.cpanel_choose_wrapper:hover .cpanel_choose_text {
	opacity: 1;
	transition-delay: .5s;
}
.cpanel-popup-choose-field{
	padding: 30px;
	border: 2px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	max-width: 70vw;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 125px;
	left: 0;
	right: 0;
	margin: auto;
	height: max-content;
	display: none;
}
.cpanel-popup-choose-field-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpanel-popup-choose-field-header span{
	font-size: 14px;
	font-style: italic;
}
.cpanel-popup-choose-field-header .close {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23000000'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cpanel-popup-choose-field-list{
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.cpanel-popup-choose-field-item{
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.cpanel-popup-custom-checkbox{
	position: relative;
	width: 16px;
	height: 16px;
	
}
.cpanel-popup-custom-checkbox .default-checkbox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	top: 0;
	left: 0;
	margin: 0;
}
.cpanel-popup-custom-checkbox .label{
	border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    display: block;
    height: 100%;
	position: relative;
	pointer-events: all;
}  
.cpanel-popup-custom-checkbox .default-checkbox:checked + .label {
	background-color: #29aae1;
}
.cpanel-popup-custom-checkbox .default-checkbox:checked + .label::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D%0A%3C/style%3E%3Cpath d='M19.3,5.3L9,15.6l-4.3-4.3l-1.4,1.4l5,5L9,18.4l0.7-0.7l11-11L19.3,5.3z'/%3E%3Crect class='st0' width='24' height='24'/%3E%3C/svg%3E");
}
.cpanel-popup-choose-field-item-name{
	font-size: 13px;
	font-style: italic;
}
.cpanel-popup-choose-field-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.cpanel-popup-choose-field-footer-button{
	padding: 12px;
	background: none;
	color: #000;
	border: 1px solid #29aae1;
	width: max-content;
	font-style: italic;
	font-size: 14px;
	cursor: pointer;
}
.cpanel-popup-choose-field-footer-button-fill{
	background-color: #29aae1;
	border: 1px solid transparent;
}
table#side_panel_places_marker_list_grid,
#gview_side_panel_places_marker_list_grid,
#gbox_side_panel_places_marker_list_grid {
    width: 100% !important;
}
table#side_panel_places_marker_list_grid {
	padding: 0 15px;
}
table#side_panel_places_marker_list_grid td[aria-describedby="side_panel_places_marker_list_grid_show"]{
	text-align: left !important;
    width: 25px;
    max-width: 25px;
    padding-left: 5px !important;
}
.iframe_map {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	z-index: 5;
}

.cmd-gprs-status-list-grid-user-pager-del {
	width: 100%;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23000000'/%3E%3C/svg%3E");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.cmd-gprs-status-list-grid-user-pager-del:hover {
	background-size: 25%;
}
#bottom_panel_msg .ui-state-default.ui-jqgrid-hdiv,
#gview_bottom_panel_msg_list_grid,
#gbox_bottom_panel_msg_list_grid,
#bottom_panel_msg_list_grid {
	width: 100% !important;
}
#cmd_template_list_grid td:nth-child(2),
#cmd_template_list_grid td:nth-child(6),
#cmd_gprs_status_list_grid td:nth-child(4),
#cmd_gprs_status_list_grid td:nth-child(5),
#cmd_gprs_status_list_grid td:nth-child(6){
	text-align: center;
}
td#bottom_panel_msg_list_grid_pager_left {
	width: calc(50vw - 350px);
}
 #cmd_tabs .ui-jqgrid-bdiv {
	height: max-content !important;
}
#bottom_panel_msg_list_grid tr td:last-child {
	max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
#bottom_panel {
	padding-right: 5px;
}
#bottom_panel_msg_list_grid_parameters {
	margin-left: -25px;
}
#side_panel {
	left: 70px;
}
#sidebar-menu {
	width: 70px;
}
#bottom_panel {
	left: 435px;
}
.leaflet-left .leaflet-control {
	margin-left: 30px;
}
div[aria-describedby="dialog_reports"] {
	max-width: 1265px;
}
@media (max-width: 1570px) {
	div[aria-describedby="dialog_reports"] {
		max-width: 1000px;
	}
	#reports_generated_list_search,
	#reports_generated_list_grid_pager,
	#reports_report_list_grid,
	#reports_report_list_grid_pager,
	#gview_reports_report_list_grid,
	#gbox_reports_report_list_grid,
	.ui-state-default.ui-jqgrid-hdiv {
		width: 750px !important;
	}
	#gview_cpanel_unused_object_list_grid .ui-state-default.ui-jqgrid-hdiv,
	#gview_cpanel_object_list_grid .ui-state-default.ui-jqgrid-hdiv {
		width: 100% !important;
	}
	td[aria-describedby="reports_report_list_grid_type"],
	td[aria-describedby="reports_report_list_grid_name"] {
		width: 100px !important; 
	}
	#reports_report_list_grid_type,
	#reports_report_list_grid_name {
		/* width: 100px !important;  */
	}
	#reports_report_list_grid_weekly {
		width: 90px !important;
	}
	table[aria-labelledby="gbox_reports_report_list_grid"] th:not(:first-child) {
		/* min-width: 48px; */
	}
	#reports_report_list_grid_format {
		width: 65px !important;
	}
	#cmd_gprs_user #gview_cmd_gprs_status_list_grid_user .ui-state-default.ui-jqgrid-hdiv{
		width: 100% !important;
	}	
}
#gview_cmd_gprs_status_list_grid_user .ui-jqgrid-bdiv {
	overflow: auto;
	max-height: 200px;
}
.ui-icon-search {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9536 14.9458L21 21M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	opacity: .5;
	background-size: contain;
	background-repeat: no-repeat;
}
#searchmodfbox_cmd_gprs_status_list_grid_user {
	background-color: #fff;
	top: -200px !important;
	bottom: 0;
	left: 0 !important;
	right: 0;
	margin: auto;
	height: max-content !important;

}
.fm-button-icon-right {
	padding-right: 25px;
}
.fm-button-icon-left {
    padding-left: 5px;
}
#search_cmd_gprs_status_list_grid_user {
	display: flex;
	align-items: center;
}
#cmd_gprs_status_list_grid_user_pager_left tr {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
#search_cmd_gprs_status_list_grid_user .ui-icon-search {
	margin-left: 10px;
}
div[aria-describedby="dialog_report_properties"] {
	max-width: 1050px;
}
@media(max-width: 1570px) {
	div[aria-describedby="dialog_report_properties"] {
		max-width: 900px;
	}
}
#cmd_GPRS_user_search_view {
	position: absolute;
	top: 305px;
	right: 0;
	width: 100% !important;
    max-width: 370px;
	z-index: 5;
}
@media (max-width: 1570px) {
	#cmd_GPRS_user_search_view {
		top: 255px;
	}
}
#cmd_GPRS_user_search {
	width: 200px;
}
#cmd_GPRS_user_search_view .cmd_search_btn:hover {
	transform: scale(1.1);
}
#cmd_GPRS_user_search_view .cmd_search_btn {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9536 14.9458L21 21M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
    background-repeat: no-repeat;
	width: 20px !important;
	height: 20px !important;
	border: none !important;
	background-position: center;
	opacity: .7;
}
#cmd_GPRS_user_search_view .cmd_reset_btn:hover {
	transform: scale(1.1);
}
#cmd_GPRS_user_search_view .cmd_reset_btn {
    width: 100%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23000000'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	border: none;
	opacity: .7;
}
#cmd_GPRS_user_search_view .row2 {
	display: flex;
	column-gap: 6px;
}
#cmd_GPRS_user_search_view div {
	width: 100%;
}
#cmd_GPRS_user_search_view .width1 {
	width: 0 !important;
}
#cmd_GPRS_user_search_view .width14 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 15px;
}
#cmd_GPRS_user_search_view input {
	width: max-content !important;
	padding: 0 10px;
	font-weight: 500;
}
#cmd_GPRS_user_search_view input#cmd_GPRS_user_search {
	width: 300px!important;
	background-size: auto;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
}
input#cmd_GPRS_user_search.bg-none {
	background-image: none !important;
	padding: 0 10px !important;
}
#gview_side_panel_history_route_detail_list_grid .ui-state-default.ui-jqgrid-hdiv th {
	width: 100px !important;
}
@media(max-width: 1570px) {
	#gview_cmd_sms_status_list_grid .ui-state-default.ui-jqgrid-hdiv,
	#gview_settings_main_object_list_grid .ui-state-default.ui-jqgrid-hdiv,
	#gview_side_panel_objects_object_list_grid .ui-state-default.ui-jqgrid-hdiv,
	#gview_side_panel_history_route_detail_list_grid .ui-state-default.ui-jqgrid-hdiv {
		width: auto !important;
	}
	
}
#gview_side_panel_events_event_list_grid .ui-jqgrid-titlebar.ui-jqgrid-caption.ui-widget-header{
	z-index: 555;
}
#gview_side_panel_events_event_list_grid .ui-state-default.ui-jqgrid-hdiv {
	z-index: 555;
	width: 100% !important;
}
@media (max-width: 1570px) {
	#cmd_gprs_status_list_grid_user_pager {
		padding-left: 15px !important;
	}
	#cmd_gprs_user .row2 {
		row-gap: 10px !important;
		margin-bottom: 10px !important;
	}
	#gview_cmd_gprs_status_list_grid_user .ui-jqgrid-bdiv {
		max-height: 150px !important;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
		top: 30px !important;  
	}
}
#side_panel .side_panel_search_dropdown_icon {
	position: absolute;
	right: 25px;
	/*top: 0;
	bottom: 0;
	margin: auto;*/
	margin-top: 13px;
	border: none;
	height: max-content;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cdiv xmlns='' id='in-page-channel-node-id' data-channel-name='in_page_channel_p7SDEN'/%3E%3Cscript xmlns=''/%3E%3Cg%3E%3Cg id='chevron-right'%3E%3Cpolygon fill='%236F6F6F' points='512,157.867 452.268,98.133 256,294.4 59.733,98.133 0,157.867 256,413.867 '/%3E%3C/g%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
	width: 19px;
	height: 9px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}
#gview_side_panel_objects_object_list_grid .side_panel_search_dropdown_block {
	display: none;
	flex-direction: column;
	row-gap: 10px;
	/*position: absolute;
	right: 15px;
	top: 35px;*/
	position: relative;
	background: #fff;
	padding: 10px 10px 20px 10px;
	z-index: 999999;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#gview_side_panel_objects_object_list_grid .side_panel_search_dropdown_block.open {
	display: flex;
}

#gview_side_panel_objects_object_list_grid .view_panel_search_block {
	display: none;	
    position: absolute;
	text-align: right;
    top: 12px;
    right: 50px;
	height: 15px;
    width: 69px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #0000006e;
}

#gview_side_panel_objects_object_list_grid .view_panel_search_block.open {
	display: block;
}

.side_panel_search_dropdown_search{
	background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-search fa-w-16 icon' aria-hidden='true' focusable='false' data-prefix='far' data-icon='search' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''%3E%3Cpath fill='currentColor' d='M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z'%3E%3C/path%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.side_panel_search_dropdown_list{
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding: 0;
	margin: 0;
}
.side_panel_search_dropdown_item{
	cursor: pointer;
}
.side_panel_search_dropdown_block .fa-search {
	top: 29px;
    left: 20px !important;
}
#side_panel_history .control-block.clearfix {
	justify-content: space-around;
}
#settings_main_object_group_list .ui-state-default.ui-jqgrid-hdiv{
	width: 100% !important;
}
#pg_cpanel_user_list_grid_pager,
#pg_cmd_gprs_status_list_grid_pager,
#bottom_panel #bottom_panel_msg_list_grid_pager,
#cmd_template_list_grid_pager,
#pg_cmd_sms_status_list_grid_pager,
#reports_generated_list_grid_pager,
#pg_settings_main_object_group_list_grid_pager,
#cmd_gprs_status_list_grid_user_pager,
#settings_main_object_list_grid_pager,
#reports_report_list_grid_pager,
#settings_main_events_event_list_grid_pager {
	padding-left: 20px !important;
}
[aria-labelledby="gbox_reports_generated_list_grid"] th {
	width: max-content !important;
}
.custom_user_position {
	top: 325px !important;
    right: 140px !important;
}
@media (max-width: 1570px) {
	.custom_user_position {
		top: 275px !important;
	}
}
.leaflet-popup-content {
	width: max-content !important;
}
#gview_cmd_gprs_status_list_grid .ui-jqgrid-bdiv {
	max-height: 375px;
	overflow: auto;
}
.settings__popup_alarm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 350px;
	height: max-content;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	z-index: 9999;
	display: none;
	pointer-events: none;
}
.settings__popup_alarm[style*="display: block"] {
	display: flex !important;
  }
  
.settings__popup_alarm_title {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}
.settings__popup_alarm_btn_group {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.settings__popup_alarm_btn:hover {
	background-color: #ddd;
}
.settings__popup_alarm_btn {
	outline: none;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 24px;
	font-weight: 500;
	padding: 8px 25px;
	cursor: pointer;
	background-color: #eee;
	pointer-events: all;
}
.interval_option_stops {
	display: none;
}
#settings_main_object_list_grid_type {
	left: 50px;
}
#settings_main_object_list_grid_device {
	left: 50px;
}
#settings_main_object_list_grid tr td:nth-child(3) {
	text-align: center !important;
}
#settings_main_object_list_grid tr td:nth-child(4) {
	text-align: center !important;
	max-width: 80px;
}
#settings_main_object_list_grid tr td:nth-child(5) {
	text-align: center !important;
	max-width: 80px;
}
#settings_main_object_list_grid_group {
	position: relative;
	left: 25px;
}
#settings_main_object_list_grid_alarm {
	position: relative;
	left: -5px;
}
#settings_main_object_list_grid_active {
	position: relative;
	left: -10px;
}
/* Переключатель - коробка вокруг ползунка */
.switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 12px;
  }
  
  /* Скрыть флажок HTML по умолчанию */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* Ползунок */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 1px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #08c518;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #08c518;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
  }
  
  /* Закругленные ползунки */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  .overlay {
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	left: 0;
	top: 0;
	opacity: .1;
  }
  #cmd_gprs_status_list_grid_pager_left tr {
	display: flex;
	align-items: center;
	column-gap: 5px;
  }
  #search_cmd_gprs_status_list_grid span {
	margin-top: 3px;
  }
  .cmd_gprs_search_input_wrapper,
  #search_cmd_gprs_status_list_grid .ui-pg-div {
	pointer-events: none;
  }
  #new_search_cmd_gprs_status_list_grid .ui-icon-search {
	min-width: 20px;
  }
  #new_search_cmd_gprs_status_list_grid {
	order: 4;
	display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .gprs_search_input_wraper {
	display: none;
	align-items: center;
  }
  .gprs_search_input_wraper.active {
	display: flex;
	padding-bottom: 5px;
  }
  #search_cmd_gprs_status_list_grid {
	order: 3;
	cursor: pointer;
	pointer-events: none;
	display: none;
  }
  #refresh_cmd_gprs_status_list_grid {
	order: 1;
  }
  #cmd_gprs_status_list_grid_action_menu_button {
	order: 2;
  }
  .cmd_gprs_search_input,
.wrapper__search_gprs {
	pointer-events: all;
}
#gprs_search_input_input {
	padding-left: 5px;
	min-width: 300px;
	height: 33px;
}
.close_gprs_search {
	margin-left: 10px;
	width: 12px;
	height: 12px;
}
#bottom_panel_msg_list_grid_pager_right {
	display: flex;
	justify-content: flex-start;
}
#gview_side_panel_objects_object_list_grid .ui-state-default.ui-jqgrid-hdiv {
	width: auto !important;
}
.ui-widget-content.jqgrow.ui-row-ltr[style*="display: none"] {
	display: table-row !important;
	opacity: 0; 
	position: relative;
	z-index: -1;
}
.ui-widget-content.jqgrow.ui-row-ltr[style*="display: none"] * {
	height: 0;
	padding: 0;
}
#new_search_cmd_info_status_list_grid {
	display: flex;
	column-gap: 10px;
}
#info_search_input_input {
	height: 27px;
}

.subaccount-add-all {
	float: right;
	display: flex;
    align-items: center;
    margin-right: 9%;
}

.subaccount-add-all span {
	margin-left: 5px;
    color: black;
}