@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,greek,greek-ext,cyrillic,cyrillic-ext,latin-ext,vietnamese);

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "open sans";
	color: #444444;
	overflow: hidden;
}

.check-password ul{
	padding-left: 10px;
	color: red;
	font-weight: bold;
}



a,
a:hover { text-decoration: none; color: #2b82d4; }
b, strong{ font-weight: 600; }

*:focus { outline: 0; }

/*#################################################*/
/* FIX
/*#################################################*/

.clearfix { display: table; width: 100%; height: 100%; }

/*#################################################*/
/* INPUTBOXES, SELECT
/*#################################################*/

button { font-size: 11px; }
input.checkbox { vertical-align: middle;}
input[type="checkbox"] {
	height: 14px;
	margin: 5px 0 5px 0;
}
.inputbox { width: 100%; padding: 0 5px;}
textarea.inputbox { padding: 5px; }
input, textarea {
	-webkit-box-sizing: border-box;‌​
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
}
input.color,
input.color:focus,
input.color:hover { border: none; }
input,
select,
.inputbox,
.textarea {
	margin: 0;
	height: 24px;
	border: 1px solid #f5f5f5;
	font-size: 11px;
	font-family: "open sans";
	color: #444444;
	/*background: #f5f5f5;*/
	/*font-weight: bold;*/
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
	color: #010101c2;
}
optgroup,
option {
	font-family: "open sans";
	color: #444444;
}
optgroup {
	font-style: normal;
	font-weight: 600;
}
input:focus,
textarea:focus,
select:focus { background-color: #ffffff; }
input:hover,
textarea:hover,
select:hover { background-color: #ffffff; }
input:disabled,
textarea:disabled,
select:disabled { border: 1px solid #eeeeee; background-color: #eeeeee; }
.inputbox-calendar,
.inputbox-calendar-mmdd{
	color: #444444;
	border: 1px solid #f5f5f5;
	-webkit-inline-box: none;
	background: #f5f5f5 url("images/calendar.svg") right no-repeat;
	background-size: 14px 14px;
}
.inputbox-calendar:disabled,
.inputbox-calendar-mmdd:disabled{ -webkit-inline-box: none; background: #eeeeee url("images/calendar.svg") right no-repeat; background-size: 14px 14px;}
.inputbox-search {
	width: 100%;
	height: 28px;
	text-indent: 30px;
	background: #f5f5f5 url("images/search.svg") 10px center no-repeat;
	background-size: 14px 14px;
	float: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #d9d6d6;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #d9d6d6;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #d9d6d6;
}
:-moz-placeholder { /* Firefox 18- */
	color: #d9d6d6;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

.hidden-content{
	display: none !important;
}

.show-content{
	display: block !important;
}

.panel-button img {
	display: block;
	/*padding: 6px;*/
	/*background: #f5f5f5;*/
}
.panel-button span {
	display: block;
	/*padding: 6px;*/
	/*background: #f5f5f5;*/
}
.panel-button img:hover {
	/*background: #ffffff;*/
}

input.button, body:not(#login) button.button-like-input-button {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	height: 24px;
	min-width: 80px;
	color: #444444;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 5px;
}
input.button.icon {
	text-align: center;
	padding-left: 26px;
	padding-right: 10px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
}
input.button.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.panel {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
input.button.panel:hover { border: 1px solid #e5e5e5; background-color: #e5e5e5; }
input.button.panel:active { border: 1px solid #e5e5e5; background-color: #e5e5e5; }

/*#################################################*/
/* ICONS
/*#################################################*/

.icon-new { background-image: url(images/plus.svg); }
.icon-save { background-image: url(images/save.svg); }
.icon-follow { background-image: url(images/follow.svg); }
.icon-street { background-image: url(images/street-view.svg); }
.icon-create { background-image: url(images/create.svg); }
.icon-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-top { background-image: url(images/arrow-top.svg); }
.icon-arrow-right { background-image: url(images/arrow-right.svg); }
.icon-arrow-left { background-image: url(images/arrow-left.svg); }
.icon-import-arrow { background-image: url(images/import-arrow.svg); }
.icon-export-arrow { background-image: url(images/export-arrow.svg); }
.icon-import-export { background-image: url(images/import-export.svg); }
.icon-upload { background-image: url(images/upload.svg); }
.icon-erase { background-image: url(images/erase.svg); }
.icon-tick { background-image: url(images/tick.svg); }
.icon-remove3 { background-image: url(images/remove3.svg); }
.icon-action2 { background-image: url(images/action2.svg); }
.icon-key { background-image: url(images/key.svg); }
.icon-marker { background-image: url(images/marker.svg); }
.icon-markers { background-image: url(images/markers.svg); }
.icon-routes { background-image: url(images/routes.svg); }
.icon-zones { background-image: url(images/zones.svg); }

.icon-modify-table{
	padding: 0 2px;
	font-size: 14px;
	font-weight: bold;
	color: grey;
}

#cpanel #top_panel .icon-cpanel-bar{
	background-size: cover;
	height: 18px;
	width: 18px;
	font-size: 18px;
}

.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;
	font-size: 18px;
}

.icon-inside-map{
	font-size: 22px !important;
}

.icon-inside-map.icon-mt-route-start{
	color: #9cc602;
}

.icon-inside-map.icon-mt-route-final{
	color: #9cc602;
}

.icon-inside-map.icon-mt-route-event{
	color: #630f03;
}

.leaflet-control-layers-expanded.leaflet-control-layers-minimap{
	/*margin-top: 40px !important;*/
	max-height: 540px !important;
	border: 4px solid #0e2281 !important;
}

.panel-button .icon-side-bar{
	font-size: 16px !important;
}

/*.leaflet-top{
	top: 30px;
}*/

.leaflet-control-layers-expanded.leaflet-control-layers-minimap{
	position: absolute;
	right: 138px;
	left: unset !important;
    /*display: none;*/
}

.leaflet-minimap-container .leaflet-minimap-label .leaflet-control-layers-selector{
    margin: unset !important;
    height: unset !important;
}

.leaflet-top{
	top: 36px !important;
}

.nav-hide #side_panel_dragbar{
	top: 0 !important;
}

.sidebar-hide #map{
	transform: translateX(0);
	transition: transform 0.5s linear;
}

/*.sidebar-show #map {
	transform: translateX(385px);
	transition: transform 0.5s linear;
}*/

/*.sidebar-hide #map > div{
	width: 100% !important;
}*/

.sidebar-show #toggle-sidebar-menu {
	transform: translateX(385px);
	transition: transform 0.5s linear;
	opacity: 1;
}

.sidebar-show #widgets_container {
	justify-content: flex-end !important;
}

.sidebar-hide #toggle-sidebar-menu {
	opacity: 0;
}

.sidebar-show #toggle-sidebar-menu-options {
	/*opacity: 0;*/
}

.nav-hide #top_panel{
	transform: translateY(-36px);
	transition: transform 0.1s linear;
}

.nav-show #top_panel{
	transform: translateY(0);
	transition: transform 0.1s linear;
}

.force-nav-show #top_panel{
	transform: translateY(0) !important;
	transition: transform 0.1s linear !important;
}

/*.nav-hide #side_panel{
	transform: translateY(-36px) !important;
	transition: transform 0.1s linear;
}

.nav-show #side_panel{
	transform: translateY(0);
	transition: transform 0.1s linear;
}*/

#tracking-body #top_panel .left-menu {
	/*float: none !important;
	position: absolute !important;
	left: 380px !important;*/

	position: relative;
}

#top_panel .logo-sidepanel{
	position: absolute;
	left: 40px;
	width: 346px;
}

#top_panel .logo-sidepanel img{
	width: auto !important;
	height: 32px !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 2px 0 !important;
}

#side_panel .logo-sidepanel{
	width: 345px;
	position: absolute;
	right: 0;
	top: -34px;
}

#side_panel .logo-sidepanel img{
	margin: 0 auto;
	display: block;
	height: 32px;
	width: auto;
}

#top_panel{
	z-index: 99;
}

.sidebar-hide #side_panel_dragbar {
	transform: translateX(0) !important;
	transition: transform 0.5s linear;
}

/*.sidebar-show #top_panel .logo-sidepanel {
	display: none;
}*/

.sidebar-show #side_panel_dragbar {
	transform: translateX(385px) !important;
	transition: transform 0.5s linear;
}

/*.sidebar-hide .map-layer-control {
	transform: translateX(15px) !important;
	transition: transform 0.5s linear;
}

.sidebar-show .map-layer-control {
	transform: translateX(395px) !important;
	transition: transform 0.5s linear;
}*/

.sidebar-hide #menu-sidebar-container {
	transform: translateX(5px) !important;
	transition: transform 0.5s linear;
}

.sidebar-show #menu-sidebar-container{
	transform: translateX(390px) !important;
	transition: transform 0.5s linear;
}

.sidebar-hide .history-view-control {
	transform: translateX(65px) !important;
	transition: transform 0.5s linear;
}

.sidebar-show .history-view-control {
	transform: translateX(450px) !important;
	transition: transform 0.5s linear;
}

.sidebar-hide .history-graph-hide#bottom_panel {
	transform: translate(44px,178px) !important;
	transition: transform 0.5s linear;
}

.sidebar-hide .history-graph-show#bottom_panel {
	transform: translate(44px,0) !important;
	transition: transform 0.5s linear;
}

.sidebar-show .history-graph-hide#bottom_panel {
	transform: translate(429px,178px) !important;
	transition: transform 0.5s linear;
}

.sidebar-show .history-graph-show#bottom_panel {
	transform: translate(429px,0) !important;
	transition: transform 0.5s linear;
}

.btn-group{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#popup_short,#popup_detailed{
	z-index: 9999999999;
}

.column{
	float: left;
	padding: 0 15px;
}

.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.btn-group .dropdown-menu{
	display: none;
}

.open > .dropdown-menu {
	display: block;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 2;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/*#menu-sidebar-container{
	display: block;
	background-color: white;
	position: absolute;
	top: 42%;
	padding: 10px 5px;
	cursor: pointer;
}

#menu-sidebar{
	width: 28px;
	height: 28px;
	background-size: cover;
	display: block;
}*/

.ui-jqgrid tr.ui-row-ltr td span.icon-MT-menu{
	height: auto;
}

#logo-magnitracking{
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: rgba(255,255,255,0.57) !important;
	height: 26px;
	padding: 5px 0;
	/*border-bottom-right-radius: 15px;*/
	width: 200px;
}

#top-right-panel{
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.57) !important;
	height: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom-left-radius: 15px;
}

#top-right-panel img.user-image{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	margin-top: -3px;
	float:right;
	padding: 0;
}


#change_account_list_grid img.user-image, #settings_main_object_driver_list_grid img.user-image{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	padding: 0;
	margin: 0 auto;
	display: block;
}

#task_list_grid img.user-image{
	height: 32px;
	width: 32px;
	border-radius: 50%;
	padding: 0;
	vertical-align: middle;
}


#logo-magnitracking img{
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#toggle-sidebar-menu{
	z-index: 999;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 350px;
	left: -5px;
	cursor: pointer;
	margin-left: -20px;
	left: 37px;
}

#toggle-widgets{
	z-index: 999;
	width: 48px;
	height: 48px;
	position: absolute;
	cursor: pointer;
}

#toggle-sidebar-menu span{
	font-size: 12px;
	width: auto;
	height: auto;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	padding-left: 20px;
}

#toggle-widgets span{
	font-size: 12px;
	width: auto;
	height: auto;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	margin-top: -20px;
}

#toggle-sidebar-menu-options{
	z-index: 999;
	width: 200px;
	position: absolute;
	top: 350px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.57) !important;/*#0e2281*/
	text-align: center;
	/*border-top-right-radius: 10px;*/
	border-bottom-right-radius: 10px;
	color: #0e2281;
}

#toggle-sidebar-right-menu-options{
	z-index: 999;
	position: absolute;
	/*top: 350px;*/
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: rgba(255,255,255,0.57) !important;
	text-align: center;
	color: #0e2281;
}

#toggle-top-menu-options{
	z-index: 999;
	position: absolute;
	top: 0;
	left: 350px;
	cursor: pointer;
	text-align: center;
	color: #0e2281;
}

#toggle-sidebar-menu-options span.sidebar-item:first-child{
	border-bottom: 1px solid #eee;
}

#toggle-sidebar-menu-options span.sidebar-item:first-child span.sidebar-item-image{
	width: 36px;
	height: 36px;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

#toggle-sidebar-menu-options span.sidebar-item:first-child span.sidebar-item-image img{
	width: 30px;
	height: 30px;
}

#cpanel #toggle-sidebar-menu-options{
	background-color: rgba(29,43,54,1) !important;
	color: #fff;
	top: 0;
}

#cpanel #toggle-sidebar-menu-options [class^="icon-"]::before, #cpanel #toggle-sidebar-menu-options [class^=" icon-"]::before{
	color: #fff !important;
	font-size: 16px;
}

#toggle-sidebar-menu-options span.sidebar-item{
	width: auto;
	height: 36px;
	display: block;
	position: relative;
}

#toggle-sidebar-right-menu-options span.sidebar-item,#toggle-top-menu-options span.sidebar-item{
	width: 36px;
	height: 36px;
	display: block;
	position: relative;
}

#toggle-top-menu-options span.sidebar-item{
	background-color: rgba(255,255,255,0.57) !important;
}

#toggle-top-menu-options span.sidebar-item{
	display: inline-block;
}

#toggle-sidebar-right-menu-options span.sidebar-item i:not(.icon-mask),#toggle-top-menu-options span.sidebar-item i:not(.icon-mask){
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

#toggle-sidebar-right-menu-options .sidebar-item{
	color: #fff;
}

#toggle-sidebar-right-menu-options #user_interface_btn{
	background-color: orange;
}

#toggle-sidebar-menu-options span.sidebar-item i:not(.icon-mask){
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

#toggle-sidebar-menu-options .icon.icon-mask{
	/*background-color: #fff !important;*/
	mask-size: 16px 16px !important;
	-webkit-mask-size: 16px 16px !important;
	width: 36px;
	float: left;
	height: 100%;
}

#toggle-sidebar-menu-options span.sidebar-item{
	border-left: 3px solid transparent;
}

#tracking-body #toggle-sidebar-menu-options span.sidebar-item:hover,#tracking-body  #toggle-sidebar-menu-options span.sidebar-item.active, #cpanel #toggle-sidebar-menu-options span.sidebar-item:not(:first-child):hover,#cpanel #toggle-sidebar-menu-options span.sidebar-item:not(:first-child).active{
	border-left: 3px solid orange;
}

#cpanel.sidebar-item-title-show #top_panel .tp-menu.left-menu{
	margin-left: 200px;
}

#cpanel.sidebar-item-title-hide #top_panel .tp-menu.left-menu{
	margin-left: 44px;
}

#toggle-sidebar-menu-options span.sidebar-item-title{
	width: 161px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #444;
	font-weight: bolder;
	height: 100%;
	text-align: left;
}

#cpanel #toggle-sidebar-menu-options span.sidebar-item-title{
	color: #fff;
}

#tracking-body #toggle-sidebar-menu-options span.sidebar-item:hover, #toggle-sidebar-menu-options span.sidebar-item.active{
	background-color: #eee;/*#0e2281*/
	color: #fff;
}

#cpanel #toggle-sidebar-menu-options span.sidebar-item:not(:first-child):hover,#cpanel #toggle-sidebar-menu-options span.sidebar-item:not(:first-child).active{
	background-color: rgba(17, 25, 31, 1);
	color: #fff;
}

#toggle-sidebar-menu-options span.sidebar-item i{
	color: #0e2281;
}

#cpanel #toggle-sidebar-menu-options span.sidebar-item i{
	color: #fff;
}

#toggle-sidebar-menu-options span.sidebar-item:first-child, #toggle-sidebar-menu-options span.sidebar-item:first-child span.sidebar-item-title{
	/*border-top-right-radius: 10px;*/
}

#toggle-sidebar-menu-options span.sidebar-item:last-child, #toggle-sidebar-menu-options span.sidebar-item:first-child span.sidebar-item-title{
	border-bottom-right-radius: 10px;
}

.circle-bg-icon{
	background-color: #0e2281;
	border-radius: 50%;
	display: flex;
	align-items: center;
}

.leaflet-bar a [class^="icon-mt-"]::before, .circle-bg-icon [class^="icon-mt-"]::before{
	color: unset !important;
}

.leaflet-control a span{
	width: auto;
	height: auto;
	color: #f7f7f7 !important;
	margin: 0 auto;
}

.leaflet-control a.circle-bg-icon-inverse span.disabled{
	opacity: 1;
}

.circle-bg-icon-inverse{
	background-color: unset !important;/*#fff */
}

.leaflet-control a.circle-bg-icon-inverse span.disabled,.circle-bg-icon-inverse > span {
	color: #0e2281 !important;
}

.circle-bg-icon:hover{
	background-color: #0e2281;
}

.leaflet-control a.menu-map-control:not(.circle-bg-icon-inverse),.leaflet-control a.menu-map-control:hover{
	background-color: #0e2281 !important;
}

.leaflet-control a.menu-map-control:hover span{
	color: #fff !important;
}

.leaflet-control a#map_control_dropdown{
	background-color: #fff;/*#0d1657*/
}

.leaflet-control a#map_control_dropdown span {
	color: orange !important;
	font-weight: bolder;
}

/*#toggle-sidebar-menu img{
	width: 60%;
	margin: 0 auto;
}*/

.map-control-menu-hide .icon-mt-arrow-down{
	transform: rotate(0deg);
	transition: transform 0.5s linear;
}

#map_control_dropdown.map-control-menu-show{
	margin-bottom: 0;
}

.map-control-menu-show .icon-mt-arrow-down{
	transform: rotate(-90deg);
	transition: transform 0.5s linear;
}

.history-view-control span.icon-close {
	background-size: 10px 10px;
}

.history-view-control a{
	display: flex !important;
	align-items: center;
}

.history-view-control span{
	margin: 0 auto;
	width: auto;
	height: auto;
}

.leaflet-control a span.disabled,
.history-view-control a span.disabled {
	opacity: 0.5;
}

#side_panel_objects_object_list_gridghead_0_0 .ui-icon-circlesmall-minus{
	display: none;
}

.icon-route-route { background-image: url(images/route-route.svg); }
.icon-route-snap { background-image: url(images/route-snap.svg); }
.icon-route-arrow { background-image: url(images/route-arrow.svg); }
.icon-route-data-point { background-image: url(images/route-data-point.svg); }
.icon-route-event { background-image: url(images/route-event.svg); }
.icon-route-stop { background-image: url(images/route-stop.svg); }

.leaflet-control-zoom-in { background-image: url(images/plus-white.svg); }
.leaflet-control-zoom-out { background-image: url(images/minus.svg); }
.icon-objects { background-image: url(images/object-arrow.svg); }
.icon-text { background-image: url(images/text.svg); }
.icon-markers { background-image: url(images/markers.svg); }
.icon-routes { background-image: url(images/routes.svg); }
.icon-zones { background-image: url(images/zones.svg); }
.icon-clusters { background-image: url(images/clusters.svg); }
.icon-traffic { background-image: url(images/traffic.svg); }
.icon-fit-objects { background-image: url(images/fit.svg); }
.icon-ruler { background-image: url(images/ruler.svg); }
.icon-measure { background-image: url(images/measure.svg); }
.icon-arrow-bottom { background-image: url(images/arrow-bottom.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%; }
.width39 { width: 39%; }
.width40 { width: 40%; }
.width41 { width: 41%; }
.width44 { width: 44%; }
.width45 { width: 45%; }
.width46 { width: 46%; }
.width47 { width: 47%; }
.width48 { width: 48%; }
.width49 { width: 49%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width66 { width: 66%; }
.width70 { width: 70%; }
.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%; }
.width175 { width: 17.5%; }
.width065 { width: 6.5%; }
.width-1000 { max-width: 1000px; }

/*#################################################*/
/* FLOATING AND SPACING
/*#################################################*/

.float-left,
.block { float: left; }
.float-right { float: right; }
.container { margin-right: 10px; }
.container.last,
.last .title-block,
.container.last fieldset { margin-right: 0; }
.container.prev { margin-left: 10px; }
.absolute-right { position: absolute; right: 10px; top: 36px; margin: 0; }

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

body:not(#login) .row { margin-bottom: 10px; display: table; width: 100%; } /* FIX if something goes wrong with css. This row doesn't have vertical alignment, suitable just to split lines and add spacing at the bottom */
.row2 { margin-bottom: 3px; display: table; width: 100%; text-align: left; line-height: 12px; font-size: 0; }
.row2 div { display: inline-block; vertical-align: middle; font-size: 11px;} /* display: table-cell; */
.row2 div.cke_contents { display: block;}
.row2.empty { height: 24px; }
.row2.right { text-align: right; }
.row3 { margin-bottom: 10px; display: table; width: 100%; line-height: 12px; font-size: 0; }
.row3 div { display: inline-block; vertical-align: middle; font-size: 11px; } /* display: table-cell; */
.row4 { margin-bottom: 0px; display: table; width: 100%; text-align: left; line-height: 19px; font-size: 0; }
.row4 div { display: inline-block; vertical-align: middle; font-size: 12px;} /* display: table-cell; */

.scroll-y { height: 100%; overflow-y: scroll }

.title-block {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 600;
	font-size: 12px;
	color: #2b82d4;
}

.table{
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.table-cell{
	display: table-cell;
	margin: 0;
	padding: 0;
}

.center-middle{
	vertical-align: middle;
	text-align: center;
}

.margin-right-3{
	margin-right: 3px;
}

.margin-left-3{
	margin-left: 3px;
}

/*#################################################*/
/* LOADING AND BLOCKING PANELS
/*#################################################*/

#loading_panel {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index:99999;
}

#loading_data_panel {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: Alpha(Opacity=30);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

#blocking_panel {
	background-color: rgba(170, 170, 170, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}

#blocking_panel_text { background-color: #ffffff; padding: 20px; }

/*#################################################*/
/* LOADER
/*#################################################*/

.loader {
	width: 70px;
	display: block;
	margin: 25px auto;
}

.loader span {
        float: left;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        margin-right: 2px;
        background: #676767;
        opacity: 0.1;
        animation: loader 0.7s infinite alternate;
}

.loader span:nth-of-type(2) {
        animation-delay: 0.2s;
}
.loader span:nth-of-type(3) {
        animation-delay: 0.3s;
}
.loader span:nth-of-type(4) {
        animation-delay: 0.4s;
}
.loader span:nth-of-type(5) {
        animation-delay: 0.5s;
}
.loader span:nth-of-type(6) {
        animation-delay: 0.6s;
}
.loader span:nth-of-type(7) {
        animation-delay: 0.7s;
}

@keyframes loader {
        0% {
                opacity: 1;
        }
        100% {
                opacity: 0.1;
        }
}

/*#################################################*/
/* SPINNER
/*#################################################*/

.spinner {
  font-size: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% { box-shadow: 0em -2.6em 0em 0em #a7a7a7, 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.5), -1.8em -1.8em 0 0em rgba(167,167,167, 0.7); }
  12.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.7), 1.8em -1.8em 0 0em #a7a7a7, 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.5); }
  25% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.5), 1.8em -1.8em 0 0em rgba(167,167,167, 0.7), 2.5em 0em 0 0em #a7a7a7, 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  37.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.5), 2.5em 0em 0 0em rgba(167,167,167, 0.7), 1.75em 1.75em 0 0em #a7a7a7, 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  50% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.5), 1.75em 1.75em 0 0em rgba(167,167,167, 0.7), 0em 2.5em 0 0em #a7a7a7, -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  62.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.5), 0em 2.5em 0 0em rgba(167,167,167, 0.7), -1.8em 1.8em 0 0em #a7a7a7, -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  75% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.5), -1.8em 1.8em 0 0em rgba(167,167,167, 0.7), -2.6em 0em 0 0em #a7a7a7, -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  87.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.5), -2.6em 0em 0 0em rgba(167,167,167, 0.7), -1.8em -1.8em 0 0em #a7a7a7; }
}
@keyframes load5 {
  0%,
  100% { box-shadow: 0em -2.6em 0em 0em #a7a7a7, 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.5), -1.8em -1.8em 0 0em rgba(167,167,167, 0.7); }
  12.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.7), 1.8em -1.8em 0 0em #a7a7a7, 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.5); }
  25% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.5), 1.8em -1.8em 0 0em rgba(167,167,167, 0.7), 2.5em 0em 0 0em #a7a7a7, 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  37.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.5), 2.5em 0em 0 0em rgba(167,167,167, 0.7), 1.75em 1.75em 0 0em #a7a7a7, 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  50% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.5), 1.75em 1.75em 0 0em rgba(167,167,167, 0.7), 0em 2.5em 0 0em #a7a7a7, -1.8em 1.8em 0 0em rgba(167,167,167, 0.2), -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  62.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.5), 0em 2.5em 0 0em rgba(167,167,167, 0.7), -1.8em 1.8em 0 0em #a7a7a7, -2.6em 0em 0 0em rgba(167,167,167, 0.2), -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  75% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.5), -1.8em 1.8em 0 0em rgba(167,167,167, 0.7), -2.6em 0em 0 0em #a7a7a7, -1.8em -1.8em 0 0em rgba(167,167,167, 0.2); }
  87.5% { box-shadow: 0em -2.6em 0em 0em rgba(167,167,167, 0.2), 1.8em -1.8em 0 0em rgba(167,167,167, 0.2), 2.5em 0em 0 0em rgba(167,167,167, 0.2), 1.75em 1.75em 0 0em rgba(167,167,167, 0.2), 0em 2.5em 0 0em rgba(167,167,167, 0.2), -1.8em 1.8em 0 0em rgba(167,167,167, 0.5), -2.6em 0em 0 0em rgba(167,167,167, 0.7), -1.8em -1.8em 0 0em #a7a7a7; }
}

/*#################################################*/
/* JQGRID.CSS OVERRIDE
/*#################################################*/

.ui-jqgrid .loading {background: #ffffff; font-weight: normal;}
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0em; padding:0; overflow: auto; text-align:left; overflow-y: scroll; overflow-x: 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: #f5f5f5}
.ui-jqgrid .ui-jqgrid-pager { border-left: 0px none !important; border-right: 0px none !important; border-bottom: 0px none !important; position: relative; white-space: nowrap; overflow: hidden; }
.ui-jqgrid .ui-jqgrid-pager { background: #f5f5f5; border-top: 0px solid #e5e5e5; margin: 3px -15px -15px -15px !important; padding: 3px 15px 0px 15px !important; height: 25px; }
.ui-jqgrid .ui-jqgrid-pager { font-size: 11px; }
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:0px;}
.ui-jqgrid .ui-pg-button  {border-left: 1px hidden; border-right: 1px hidden; border-top: 0px; border-bottom: 0px; height:19px !important;}
.ui-jqgrid .ui-state-disabled:hover {padding:0px;}
.ui-jqgrid .ui-jqgrid-view { font-size: 11px;}
.ui-jqgrid .ui-jqgrid-titlebar { margin: 0 0 10px 0; padding: 0; }
.ui-jqgrid .ui-jqgrid-htable th div { height: auto; }
.ui-jqgrid .ui-jqgrid-hdiv { margin: 0 0 3px 0; background: #f5f5f5; clear: both; }
.ui-jqgrid .ui-jqgrid-hdiv thead { font-size: 12px; height: 24px; }
.ui-jqgrid .ui-jqgrid-htable th {height:13px;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column { height: 24px; }
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr { border-left: 1px solid #e5e5e5; padding-top: 0px; }
.ui-th-ltr:first-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child { border-left: none; }
.ui-jqgrid .ui-icon-asc,
.ui-jqgrid .ui-icon-desc { margin-left: 7px; margin-top:7px; height:5px; width: 10px; }
.ui-jqgrid .ui-pg-input { font-size: 11px; height: 18px; margin: 2px 0; text-align: center; }
.ui-jqgrid .ui-pg-selbox { display: block; font-size: 11px; height: 18px; line-height: 18px; margin: 0; }
.ui-jqgrid .ui-separator { height: 0; border: none; }
.ui-jqgrid .ui-pg-table { padding: 0; }
.ui-jqgrid tr.jqgrow td { padding: 1px 2px; height: 19px;}
.ui-jqgrid tr.ui-row-ltr td span { display: inline-block; height: 10px; }
.ui-jqgrid tr.ui-row-ltr td span.status { color: #808080; font-size: 11px; height: 14px;}
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:3px 0 0 0; outline-style: none;}
.ui-jqgrid .ui-state-hover { background: #f5f5f5; opacity: 0.9; }
.ui-jqgrid th.ui-state-hover { background: none; }
.ui-jqgrid .ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { background: #f5f5f5; opacity: 0.9; }
.ui-jqgrid tr.ui-row-ltr td span.icon.icon-mask{
	height: 16px;
}

.ui-dialog .ui-dialog-titlebar,.ui-dialog {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.ui-dialog{
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    overflow-y: hidden !important;
}

body:not(#login) input.button.panel, body:not(#login) input.button, body:not(#login) button.button-like-input-button{
    background-color: #0e2381 !important;
    color:#fff !important;
    border-radius: 25px !important;
    border: none !important;
}

body:not(#login) input.button:hover,body:not(#login) input.button.panel:hover {
    background-color: #0d1657 !important;
    border: none !important;
}

#arrow-up-nav .circle-bg-icon{
	position: absolute;
	left: calc(50% - 24px);
	height: 48px;
	width: 48px;
	z-index: 999;
	text-align: center;
	top: -28px;
}

#arrow-up-nav .circle-bg-icon .icon-mt-arrow-down{
	font-size: 12px;
	width: auto;
	height: auto;
	margin: 0 auto;
	color:white;
	padding-top: 25px;
	font-weight: bold;
}

#gbox_cpanel_object_noreport_list_grid,
#gbox_cpanel_object_list_grid,
#gbox_cpanel_user_list_grid,
#gbox_cpanel_object_user_comments_list_grid,
#gbox_cpanel_object_enterprises_list_grid,
#gbox_cpanel_commands_exec_list_grid,
#gbox_cpanel_emails_sent_list_grid,
#gbox_cpanel_object_sms_att_list_grid,
#gbox_cpanel_object_new_devices_list_grid,
#gbox_cpanel_object_plots_list_grid,
#gbox_cpanel_object_customers_requests_list_grid,
#gbox_cpanel_object_service_orders_list_grid,
#gbox_cpanel_object_widgets_list_grid,
#gbox_cpanel_object_news_list_grid,
#gbox_cpanel_object_drivers_list_grid,
#gbox_cpanel_object_tasks_list_grid
{
	margin-top:100px;
}

#gview_cpanel_object_list_grid{
	overflow-x: auto;
}

#cpanel_user_list .ui-jqgrid-titlebar{
	display: none !important;
}

.side_panel_history_route_detail_list_gridghead_0 td,.side_panel_history_video_route_detail_list_gridghead_0 td{
	white-space: initial !important;
}

.side_panel_history_route_detail_list_gridghead_1 .color-imei, .side_panel_history_video_route_detail_list_gridghead_1 .color-imei{
	float: left;
	width: 7px;
	height: 7px !important;
	margin-top: 7px;
	margin-left: 40px;
}

.side_panel_history_route_detail_list_gridghead_1 td, .side_panel_history_video_route_detail_list_gridghead_1 td{
	white-space: initial !important;
	cursor: pointer;
	padding-left: 30px !important;
	color: #25388D;
	font-weight: bold !important;
}

.side_panel_history_route_detail_list_gridghead_1 td span.tree-wrap-ltr,.side_panel_history_route_detail_list_gridghead_0 td span.tree-wrap-ltr, .side_panel_history_video_route_detail_list_gridghead_1 td span.tree-wrap-ltr,.side_panel_history_video_route_detail_list_gridghead_0 td span.tree-wrap-ltr{
	display: none !important;
}

/*#################################################*/
/* JQGRID PAGER
/*#################################################*/

.ui-pg-div .ui-icon-plus { background: #2b82d4 url(images/plus-white.svg ) center center no-repeat; padding: 6px; background-size: 10px 10px; }
.ui-pg-div .ui-icon-import { background: url(images/import.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-export { background: url(images/export.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-action { background: url(images/action2.svg ) center center no-repeat; background-size: auto 14px; width: 24px; }
.ui-pg-div .ui-icon-delete-all { background: url(images/remove.svg ) center center no-repeat; background-size: 10px 10px; width: 24px; }
.ui-jqgrid .ui-jqgrid-pager .ms-choice { margin-top: -6px; }

#cpanel #cpanel_user_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_noreport_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_user_comments_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_enterprises_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_departments_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_commands_exec_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_emails_sent_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_sms_att_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_new_devices_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_plots_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_customers_requests_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_service_orders_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_widgets_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_service_order_rows_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_widget_items_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_news_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_drivers_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_object_tasks_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_unused_object_list .ui-pg-div .ui-icon-plus,
#cpanel #cpanel_billing_plan_list .ui-pg-div .ui-icon-plus,
#cpanel #dialog_user_edit .ui-pg-div .ui-icon-plus,
#cpanel #dialog_data_services .ui-pg-div .ui-icon-plus,
#dialog_settings .ui-pg-div .ui-icon-plus,
#dialog_settings_object_edit .ui-pg-div .ui-icon-plus,
#dialog_reports .ui-pg-div .ui-icon-plus,
#dialog_user_comments .ui-pg-div .ui-icon-plus,
#dialog_news .ui-pg-div .ui-icon-plus,
#dialog_cmd .ui-pg-div .ui-icon-plus,
#dialog_custom_cmd .ui-pg-div .ui-icon-plus,
#dialog_places_groups .ui-pg-div .ui-icon-plus,
#dialog_billing .ui-pg-div .ui-icon-plus {
	margin: -4px 0px -5px -15px;
}

#dialog_object_news_add,#dialog_object_news_edit, #dialog_object_service_order_rows_add{
    height: 550px !important;
    overflow-y: auto;
}

#dialog_news{
	height: 520px !important;
	overflow-y: auto;
}



#dialog_object_news_add center,#dialog_object_news_edit center{
    padding-bottom: 20px;
}

#dialog_billing .ui-pg-div .ui-icon-plus {
	background-color: #9cc602;
}

#side_panel .ui-jqgrid .ui-jqgrid-pager,
#bottom_panel .ui-jqgrid .ui-jqgrid-pager
{
	border-top: none;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: -10px !important;
	margin-bottom: 0px !important;
}

#dialog_image_gallery .ui-jqgrid .ui-jqgrid-pager
{
	margin-top: 10px !important;
	padding-right: 12px !important;
}

/*#################################################*/
/* JQGRID CUSTOM
/*#################################################*/

.ui-jqgrid-btable a img
{
	padding: 0 2px;
}

.ui-jqgrid-btable img
{
	width: 14px;
}

.ui-jqgrid .tree-wrap-ltr
{
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 8px;
}

#side_panel_history_route_detail_list_grid .ui-jqgrid .tree-wrap-ltr{
	margin-right: 8px;
	margin-left: 1px;
}

#cpanel .ui-jqgrid .ui-jqgrid-title { float: right; margin: auto; }
#cpanel .ui-jqgrid tr.ui-row-ltr td { padding: 3px; }
#cpanel .ui-jqgrid .ui-jqgrid-titlebar { margin-bottom: 12px; }
#lui_settings_event_param_sensor_condition_list_grid{ display:none;}
#gview_image_gallery_list_grid,
#gview_chat_object_list_grid,
#gview_settings_object_sensor_calibration_list_grid,
#cpanel_manage_server_sensor_calibration_list_grid,
#gview_settings_event_param_sensor_condition_list_grid,
#gview_cpanel_manage_server_theme_list_grid,
#gview_dialog_enterprises_add_white_label_server_theme_list_grid,
#gview_cpanel_manage_server_custom_map_list_grid,
#gview_cpanel_manage_server_log_list_grid,
#gview_cpanel_manage_server_analytics_list_grid,
#gview_cpanel_manage_server_billing_plan_list_grid,
#gview_cpanel_manage_server_language_list_grid,
#gview_cpanel_manage_server_template_list_grid
{ border-bottom: 1px solid #f5f5f5; padding-bottom: 3px; }

.ui-jqgrid .ui-jqgrid-htable th#side_panel_objects_object_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_places_marker_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#side_panel_places_global_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 input[type=text]
{height: 17px; width: 100%; border: 0px; text-align: center;}

#cpanel #cpanel_user_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_noreport_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_user_comments_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_enterprises_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_departments_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_commands_exec_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_emails_sent_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_sms_att_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_new_devices_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_plots_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_customers_requests_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_service_orders_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_widgets_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_service_order_rows_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_widget_items_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_news_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_drivers_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_tasks_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_unused_object_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_billing_plan_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_manage_server .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_manage_security .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #dialog_user_edit .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #dialog_data_services .ui-jqgrid .ui-jqgrid-hdiv
{ padding: 4px 0; }

.table-column-image{
	display: block;
	margin: 0 auto;
	width: 100px !important;
	max-width: 100%;
	height: 50px;
}

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

body#login {
	background-image: url(../public/web/login-background.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	display: table;
	overflow: auto;
	width: 100%;
}
#login .wrapper {
	display: table-cell;
	vertical-align: middle;
}
#login .wrapper .inner-wrapper {
	width: 450px;
	padding: 20px;
	margin: 50px auto;
	background: #ffffff;
	opacity: 0.9;
}
#login .wrapper .inner-wrapper .content {
	height: 250px;
	width: 100%;
	overflow: hidden;
}
#login .wrapper .inner-wrapper .content .content-block {
	height: 250px;
}
#login .logo-block {
	float: left;
}
#login .logo {
	margin-bottom: 20px;
}
#login .registration-closed {
	padding: 15px;
	background: #fab444;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
#login .server-select .ms-choice {
	background-image: url(images/server.svg);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 48px;
}
#login .server-select .ms-choice span {
	top: 12px;
	padding-left: 51px;
}
#login .server-select .ms-choice div {
	top: 14px;
}
#login .server-select .ms-drop {
	margin-top: 24px;
}
#login input.inputbox {
	height: 48px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	width: 100%;
	padding-left: 50px;
}
#login input.inputbox:hover {
	background-color: #ffffff; }
#login .icon {
	float: left;
	width: 48px;
	height: 48px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.icon.icon-user { background-image: url(images/user.svg); }
.icon.icon-email { background-image: url(images/email.svg); }
.icon.icon-password { background-image: url(images/password.svg); }
.icon.icon-code { background-image: url(images/shield.svg); }

#login .wrapper .content-block input.button {
	background: #2b82d4;
	color: #ffffff;
	border: none;
	padding: 5px;
	height: 50px;
	width: 100%;
	font-weight: bold;
}
#login input.button:hover { opacity: 0.9; }
#login .content-block .reveal {
	position: absolute;
	right: 15px;
	top: 14px;
	width: 20px;
	height: 20px;
	background: url(images/eye-crossed.svg) center center no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}
#login .content-block .reveal.hide {
	background: url(images/eye.svg) center center no-repeat;
	background-size: 16px 16px;
}
#login .content-block .security-code {
	position: absolute;
	top: 15px;
	right: 10px;
}
#login .wrapper .content-block .submit-btn {
	position: relative;
}
#login .wrapper .content-block .submit-btn .remember-block {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
}
#login .submit-btn .remember-block input { display: none; }
#login .submit-btn .remember-block .custom-checkbox {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(images/lock-open.svg) center center no-repeat;
	background-size: 16px 16px;
	display: block;
}
#login .submit-btn .remember-block .custom-checkbox.checked {
	background: url(images/lock-closed.svg) center center no-repeat;
	background-size: 16px 16px;
}
#login .recover-register-block {
	text-align: center;
	padding: 0;
	margin: 35px 0;
}
#login .recover-register-block li {
	display: inline-block;
	list-style: none;
}
#login .recover-register-block li a {
	font-weight: bold;
	color: #676767 important!;
}
#login .footer {
	height: 25px;
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
}
#login .footer a {
	padding-left: 20px;
	color: #676767;
	background-image: url(images/mobile.svg);
	background-position: left center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}
#login .footer input.button.mobile-v { border: none; padding: none; }
#login .footer input.button.mobile-v:hover { color: #2b82d4; background: none; }
#login .text { border-top: none; }

/*#################################################*/
/* TOP PANEL
/*#################################################*/

#tracking-body #top_panel {
	margin: 0 auto;
	width: 60%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#tracking-body #top_panel {
	margin: 0 auto;
	width: 70%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#tracking-body #top_panel .tp-menu div.settings-btn a{
	border-bottom-left-radius: 10px;
}

#tracking-body #top_panel .tp-menu div.logout-btn a{
	border-bottom-right-radius: 10px;
}

#tracking-body #top_panel .tp-menu div.user-btn a{
	padding-bottom: 4px !important;
	padding-top: 5px !important;
}

#top_panel {
	height: 36px;
	/*background: #ffffff;*/
	background-color: rgba(255,255,255,0.85) !important;
	position: relative;
}
#top_panel img { display: block; width: 16px; height: 16px; padding: 3px 0; }
#tracking-body #top_panel span, #tracking-body #top-right-panel .item-menu span[class^="icon"] { display: block; width: 16px; height: 16px; padding: 3px 0;color:#0e2281; }
#tracking-body #top_panel span, #tracking-body #top-right-panel .item-menu span[class^="icon"] { width: 18px; }
#top_panel .left-menu { float: left; }
#top_panel .right-menu { float: right; }
#top_panel .tp-menu div { float: left; }
#top_panel .tp-menu div a, #top-right-panel .item-menu a {
	display: table;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #808080;
	font-size: 13px;
}

#top-right-panel .item-menu a{
	margin-top: -5px;
}

#cpanel #top_panel .tp-menu div a {
	padding-left: 15px;
	padding-right: 10px;
    height: 22px;
	display: flex;
	align-items: center;
}
#tracking-body #top_panel .tp-menu div a, #tracking-body #top-right-panel .item-menu div a {
	font-size: 18px;
}
#top_panel a:hover { background: #f5f5f5; }
#top_panel a.active {background: #f5f5f5;}
#top_panel .cpanel-btn a { background: #fab444; border: none; }
#top_panel .cpanel-btn a:hover { background: #fab444; opacity: 0.9; }
#top_panel .billing-btn a { background: #9cc602; border: none; }
#top_panel .billing-btn a:hover { background: #9cc602; opacity: 0.9; }
#top_panel .logout-btn a { background: #6c6c6c; border: none; }
#top_panel .logout-btn a:hover { background: #6c6c6c; opacity: 0.9; }

#top_panel .user-btn img{
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	margin-top: -3px;
}
/*#top_panel .chat-btn span,*/
#top_panel .billing-btn span {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	background: #f5f5f5;
	color: #808080;
	padding: 3px;
	margin: 1px 0 0 10px;
	display: block;
	border-radius: 2px;
	float: right;
}
#top_panel .user-btn span {
	display: block;
	float: right;
	margin-top: 1px;
	white-space: nowrap;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top_panel .select-language { margin: 1px 0; padding: 5px 10px; }
#top_panel .select-language.cp { border: none; }

#top_panel span.badge, #top-right-panel span.badge, #toggle-sidebar-menu-options span.badge, #toggle-sidebar-right-menu-options span.badge{
	position: absolute;
	width: 16px !important;
	height: 12px !important;
	font-size: 10px !important;
	top: -2px;
	right: 1px;
	background-color: #0e2281;
	color: white !important;
	border-radius: 4px;
	text-align: center;
	padding: 0 !important;
}

#cpanel #toggle-sidebar-menu-options span.badge{
	background-color: orange;
	color: white !important;
	font-weight: bolder;
	top: 5px;
	right: 5px;
	width: auto !important;
	height: auto !important;
	padding: 0 3px !important;
	display: none;
}

/*#################################################*/
/* LEFT PANEL
/*#################################################*/

#side_panel {
	position: relative;/*absolute*/
	/*top: 36px;
	bottom: 0px;*/
	top:0;
	width: 385px;
	/*background-color: white;*/
    background-color: transparent;
	z-index: 999;
}

#side_panel > .ui-tabs-panel{
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 0 6px 4px rgba(0,0,0,.175);
	box-shadow: 0 0 6px 4px rgba(0,0,0,.175);
}

#side_panel_objects,
#side_panel_events,
#side_panel_products_and_services,
#side_panel_places,
#side_panel_history,
#side_panel_places_markers,
#side_panel_places_globals,
#side_panel_places_routes,
#side_panel_places_zones{
	padding: 10px;
}

#side_panel_places { padding-left: 0px; padding-right: 0px;}

#side_panel_places .ui-tabs-nav
{
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

#side_panel_places .ui-tabs-nav li
{
	border: 0px;
}

#side_panel_places .ui-tabs-nav li a
{
	padding-top: 2px;
	padding-bottom: 1px;
}

#side_panel_places .ui-tabs-nav li.ui-tabs-active a
{
	padding-top: 2px;
	padding-bottom: 1px;
}

#places_marker_icon_tabs {
	margin-left: -15px;
	margin-right: -15px;
	width: 324px;
}

#places_marker_icon_default_tab, #places_marker_icon_custom_tab {
	padding-bottom: 0px;
}

#places_marker_icon_default_list {
	position: relative;
	height: 245px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	-webkit-box-sizing: border-box;‌​
	/*-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
#places_marker_icon_custom_list {
	position: relative;
	height: 211px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	/*-webkit-box-sizing: border-box;‌​*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*#################################################*/
/* BOTTOM PANEL
/*#################################################*/

#bottom_panel {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0;/*385px;*/
	right: 0px;
	background-color: #ffffff;
    z-index: 1;
}

#bottom_panel_graph,
#bottom_panel_msg {
	padding: 10px;
}

#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
{
	line-height: 24px;
	margin-right: 5px;
}

/*#################################################*/
/* OBJECT LIST
/*#################################################*/

.object-list-item{
	height: 30px;
}
.object-list-item .left {
	float: left;
	width: 200px;
}
.object-list-item .right {
	display: table;
	height: 100%;
	float: right;
}
.object-list-item .name {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: bold;
	color: #01010196;
	margin-bottom: 5px;
}
.object-list-item .status {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #808080;
	font-size: 8px;
}
.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: 0;/*3px*/
}

.object-list-item .speed {
	max-width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.object-list-item .messages {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
	background: #f5f5f5;
	color: #808080;
	display: block;
	border-radius: 2px;
	margin-top: 4px;
}
.object-action-menu {
	border-radius: 2px;
	/*padding: 3px;*/
}

#side_panel_objects_object_list_grid .object-action-menu{
	text-align: right;
}
.object-action-menu:hover {
	background-color: #ffffff
}

/*#################################################*/
/* NOTIFY/CONFIRM
/*#################################################*/

#dialog_notify,
#dialog_confirm{
	min-width: 250px;
}

#dialog_notify_text,
#dialog_confirm_text{
	line-height: 18px;
}

.ui-pnotify .ui-pnotify-text .row {
	margin-bottom: 0px;
}
.ui-pnotify .ui-pnotify-text .row2 {
	line-height: 18px;
}
.ui-pnotify .ui-pnotify-text .row2 div:last-child {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.ui-dialog .ui-dialog-title{
    width: 85%;
}

#carousel-news .carousel-control{
	height: 100%;
	min-height: 520px;
}

#carousel-news .carousel-control.left{
	background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
}

#carousel-news .carousel-control.left:focus, #carousel-news .carousel-control.left:hover {
	background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
}

#carousel-news .carousel-control.right{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0) 100%);
}

#carousel-news .carousel-control.right:focus, #carousel-news .carousel-control.right:hover {
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
}

.help-button-dialog{
	background: url('images/youtube-white.svg') center center no-repeat !important;
	background-size: 16px !important;
	float: right;
	margin-right: 25px;
	cursor: pointer;
	border: 0;
	width: 18px;
	height: 18px;
	margin-top: 5px;
}

.ui-icon-help-button{
	background: url('images/youtube.svg') center center no-repeat !important;
	background-size: 16px !important;
}

.ui-icon.ui-icon-close{
	background: url(images/close-white.svg) center center no-repeat !important;
	background-size: 16px !important;
}

.ui-icon.ui-icon-pin-s{
	background: url(images/pin-s.svg) center center no-repeat !important;
	background-size: 16px !important;
}

.ui-icon.ui-icon-pin-w{
	background: url(images/pin-w.svg) center center no-repeat !important;
	background-size: 16px !important;
}

.ui-icon.ui-icon-refresh{
	background: url(images/refresh.svg) center center no-repeat !important;
	background-size: 14px 14px !important;
}

.leaflet-container a.leaflet-popup-close-button{
	background: url(images/remove.svg) center center no-repeat !important;
	background-size: 10px 10px !important;
}

.ui-datepicker .ui-icon-circle-triangle-w{
	background: url(images/arrow-left.svg) center center no-repeat !important;
	background-size: 10px 10px !important;
}

.ui-datepicker .ui-icon-circle-triangle-e{
	background: url(images/arrow-right.svg) center center no-repeat !important;
	background-size: 10px 10px !important;
}


/*#################################################*/
/* MENU
/*#################################################*/

.ui-menu { position: absolute; min-width: 150px; white-space: nowrap; z-index: 99999999; }
.ui-menu .ui-menu-icon {
    top: 8px;
}
.menu {
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 #1a1a1c;
	box-shadow: 0 0 5px 0 #1a1a1c;
	border-radius: 10%;
	margin-left: 96px;
}
.menu ul {
	background: #ffffff;
	-webkit-box-shadow: 3px 0 5px 0 #9b9b9b;
	box-shadow: 3px 0 5px 0 #9b9b9b;
	border-radius: 10%;
	margin-left: 10px;
}
.menu li { border-top: 1px solid #f5f5f5; }
.menu li:first-child { border: none; }
.menu li a:hover { background-color: #f5f5f5; }
/*.menu.ui-menu .first-item { border-top: 3px solid #2b82d4; }*/
.menu ul li a,
.menu .ui-menu-icon { background: url(images/arrow-right.svg) left center no-repeat; background-size: 10px 10px; overflow: visible; }
.menu.ui-menu .ui-menu-item a {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 10px 10px;
	/*padding: 5px 15px 5px 28px;*/
	color: #444444;
	width: auto;
	font-family: "open sans" !important;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: unset;
}

/*#################################################*/
/* DRAGBARS
/*#################################################*/

#side_panel_objects_dragbar,
#side_panel_events_dragbar,
#side_panel_products_and_services_dragbar,
#side_panel_history_dragbar, #side_panel_history_video_dragbar {
	margin: 3px -10px;
	height: 5px;
	background: #f5f5f5;
	cursor: row-resize;
}
#side_panel_objects_dragbar:hover,
#side_panel_events_dragbar:hover,
#side_panel_products_and_services_dragbar:hover,
#side_panel_history_dragbar:hover,#side_panel_history_video_dragbar:hover { background-color: #eeeeee; }

#side_panel_dragbar {
	position: absolute;
	top: 36px;
	bottom: 0px;
	left: 0;/*385px;*/
	width: 5px;
	background: #f5f5f5;
}
#side_panel_dragbar:hover { background-color: #eeeeee;}

#bottom_panel_dragbar {
	position: absolute;
	bottom: 0px;
	left: 365px;
	right: 0px;
	height: 5px;
	background: #f5f5f5;
	border-left: 0px;
}
#bottom_panel_dragbar:hover { background-color: #eeeeee; }

.custom-tabs{
	padding: 0;
}


/*#################################################*/
/* DASHBOARD
/*#################################################*/

#charts_1 {
	background-color: #f5f5f5;
}

.dashboard-container {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
}

.dashboard-container-header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #e5e5e5;
	margin-bottom: 10px;
	background-color: #0f2076;
	color: #f4f5fa;
}

.dashboard-container-header-icon {
	float: left;
	width: 30px;
	height: 30px;
}

.dashboard-container-header-icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6px;
}

.dashboard-container-header-title {
	float: left;
}

.dashboard-container-header-menu {
	float: right;
	width: 30px;
	height: 30px;
}

.dashboard-container-header-menu span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

.dashboard-container-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
	margin-left: 10px;
	margin-right: 10px;
}

.dashboard-container-graph-plot {
	margin-left: 10px;
	margin-right: 10px;
}


#dialog_dashboard{
	height: 600px !important;
	width: 400px;
	/*overflow-y: auto;*/
	padding: 0;
}
#dashboard_main { height: 551px; margin-top: 0px; border-top: 0px; }

/*#################################################*/
/* SETTINGS
/*#################################################*/

#side_panel_settings_action_menu{
	left: -50px !important;
}

ul.menu > li > a > span[class^=icon]{
	padding-right: 7px;
	font-size: 14px;
}

ul.menu > li > a > span[class*=icon-mask]{
	padding-right: 0;
	margin-right: 7px;
	height: 14px;
	width: 14px;
}

/*.leaflet-right{
	right: 47px !important;
}*/

#dialog_settings,#dialog_account_management,
#dialog_settings_object_edit_select_icon { padding: 0px; }
#dialog_settings_object_edit,
#dialog_settings_event_properties { padding-top: 0px; padding-left: 0px; padding-right: 0px; }
#settings_main,#account_management_main { /*height: 551px;*/ margin-top: 0px; border-top: 0px; }
#settings_object { min-height: 471px; border-top: 0px; }
#settings_event { min-height: 390px; border-top: 0px; }
#settings_main_objects,
#settings_main_subaccounts { /*padding: 0 10px 10px 10px;*/ }
#settings_object_edit_select_icon_default_list {
	position: relative;
	height: 265px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	/*-webkit-box-sizing: border-box;‌​*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#settings_object_edit_select_icon_custom_list {
	position: relative;
	height: 231px;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	padding: 5px;
	/*-webkit-box-sizing: border-box;‌​*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*#################################################*/
/* MAP
/*#################################################*/

#map {
	position: absolute;
	top: 0;/*36px*/
	left: 0;/*385px;*/
	right: 0px;
	bottom: 5px;
}

.nav-show #arrow-up-nav{
	display: none;
}

.force-nav-show #arrow-up-nav{
	display: none !important;
}

.map-layer-control
{
	position: absolute;
	top: 46px;
	right: 70px;
	/*left:0;*/
	background-color: #ffffff;
	padding: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
	cursor: pointer;
}

.map-layer-control:hover
{
	background-color: #0d1657 !important;
}

.ui-dialog{
	z-index: 9999;
}

/*.map-layer-control .ms-drop.bottom{
    top: 32px !important;
}*/

.animated.faster {
    -webkit-animation-duration: .3s !important;
    animation-duration: .3s !important;
}

.history-view-control
{
	display: none;
	position: absolute;
	/*width: 196px;*/
	width: auto;
	top: 46px;
	left: 0;/*450px;*/
	background-color: #ffffff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 20;
	float: left;
	clear: both;
}

.history-view-control a,
.history-view-control a:hover{
	float: left;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.history-view-control a:hover {
	background-color: #f5f5f5;
}

#history_view_control .button {
	width: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	display: block;
}

.street-view-control
{
	display: none;
	position: absolute;
	bottom: 16px;
	right: 50px;
	width: 316px;
	height: 177px;
	background-color: #ffffff;
	padding: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	z-index: 99999;
	opacity: 0.75;
	line-height: 177px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

#tracking-body .ui-pnotify{
	right: 50px !important;
}

#tracking-body .ui-pnotify-text, #tracking-body .ui-pnotify-text .use-bootstrap i:before,#tracking-body .ui-pnotify-text, #tracking-body .ui-pnotify-text a {
	color:#fff !important;
}

#tracking-body .ui-pnotify-text a {
	font-weight: bold;
}

#tracking-body .ui-pnotify-container {
	/*background: none !important;*/
}

#tracking-body .ui-pnotify-title {
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

#tracking-body .ui-pnotify-container{
	border-radius: 10px !important;
}

#tracking-body .ui-pnotify-title{
	height: auto !important;
	min-height: 30px !important;
}

#tracking-body .ui-pnotify-title-text{
	font-weight: bold !important;
	/*position: absolute;para centrar titulo pero no muy recomendable para titulos largos
	width: 100%;
	text-align: center;
	left: 0;*/
}

#tracking-body .ui-pnotify .ui-state-default, #tracking-body .ui-pnotify .ui-widget{
	text-align: left;
}

#tracking-body .ui-pnotify .ui-state-default,#tracking-body .ui-pnotify .ui-widget-content .ui-state-default,#tracking-body .ui-pnotify .ui-widget-header .ui-state-default, #tracking-body .ui-pnotify .ui-widget,#tracking-body .ui-pnotify .ui-widget-content .ui-widget,#tracking-body .ui-pnotify .ui-widget-header .ui-widget {
	background: #fff !important;
}

#tracking-body .ui-pnotify .ui-state-default .ui-pnotify-text, #tracking-body .ui-pnotify .ui-state-default .ui-pnotify-text .use-bootstrap i:before, #tracking-body .ui-pnotify .ui-state-default .ui-pnotify-text a ,#tracking-body .ui-pnotify .ui-widget .ui-pnotify-text, #tracking-body .ui-pnotify .ui-widget .ui-pnotify-text .use-bootstrap i:before, #tracking-body .ui-pnotify .ui-widget .ui-pnotify-text a {
	color: #444 !important;
}

#tracking-body .ui-pnotify .ui-state-error .ui-pnotify-title,#tracking-body .ui-pnotify .ui-widget-content .ui-state-error .ui-pnotify-title {
	background: #8E0201 !important;
}
#tracking-body .ui-pnotify .ui-state-error,#tracking-body .ui-pnotify .ui-widget-content .ui-state-error,#tracking-body .ui-pnotify .ui-widget-header .ui-state-error {
	background: #B80000 !important;
}
#tracking-body .ui-pnotify .ui-state-error .ui-pnotify-text, #tracking-body .ui-pnotify .ui-state-error .ui-pnotify-text .use-bootstrap i:before, #tracking-body .ui-pnotify .ui-state-error .ui-pnotify-text a{
	color:#fff !important;
}
#tracking-body .ui-pnotify .ui-state-success .ui-pnotify-title,#tracking-body .ui-pnotify .ui-widget-content .ui-state-success .ui-pnotify-title {
	background: #779300 !important;
}
#tracking-body .ui-pnotify .ui-state-success,#tracking-body .ui-pnotify .ui-widget-content .ui-state-success,#tracking-body .ui-pnotify .ui-widget-header .ui-state-success {
	background: #9CC602 !important;
}
#tracking-body .ui-pnotify .ui-state-success .ui-pnotify-text, #tracking-body .ui-pnotify .ui-state-success .ui-pnotify-text .use-bootstrap i:before, #tracking-body .ui-pnotify .ui-state-success .ui-pnotify-text a{
	color:#fff !important;
}



.street-view-control img
{
	width: 316px;
	height: 177px;
}

/*#################################################*/
/* 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;
}

.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;
}

/*#################################################*/
/* LOGBOOK
/*#################################################*/

/*#################################################*/
/* OBJECT CONTROL
/*#################################################*/

#dialog_cmd,#dialog_custom_cmd { padding: 0px; }

/*#################################################*/
/* CHAT
/*#################################################*/

#dialog_chat { padding-bottom: 0; overflow: hidden; }

.chat-image{
	width: 200px;
	max-width: 100%;
	border-radius: 2px;
}

.chat-msgs-block {
	position: absolute;
	left: 252px;
	top: 15px;
	bottom: 49px;
	right: 15px;
}

.chat-msg-block {
	position: absolute;
	left: 252px;
	bottom: 15px;
	right: 15px;
	height: 24px;
}

#chat_msgs {
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: 5px;
	height: 5px;*/
    padding: 2px;
    /*background-color: blue;*/
	bottom: 0px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #f5f5f5;
	z-index: 9;
}

#chat_msgs_dt {
	font-size: 11px;
	display: none;
	position: relative;
	text-align: center;
        margin: 1px 1px 1px 1px;
        padding: 1px;
	z-index: 10;
	background: #eeeeee;
	opacity: 0.7;
}

.chat-msg-container
{
	width: 100%;
}

.chat-msg-status
{
	font-size: 11px;
	float: right;
	clear: both;
	margin: 3px;
	max-width: 60%;
	color: #bbbbbb;
}

.chat-msg-server
{
	text-align: left;
	float: right;
	clear: both;
	background: #DFE8F7;
	margin: 3px;
	padding: 3px 10px;
	max-width: 60%;
	border-radius: 2px;
	word-wrap: break-word;
}

.chat-msg-client
{
	text-align: left;
	float: left;
	clear: both;
	background: #F5F5F5;
	margin: 3px;
	padding: 3px 10px;
	max-width: 60%;
	border-radius: 2px;
	word-wrap: break-word;
}

.chat-msg-dt-server
{
	text-align: right;
	font-size: 10px;
	color: #888888;
}

.chat-msg-dt-client
{
	text-align: left;
	font-size: 10px;
	color: #888888;
}

/*#################################################*/
/* IMAGE GALLERY
/*#################################################*/

#dialog_image_gallery { padding-bottom: 0; overflow: hidden; }
#image_gallery_img {
	width: 640px;
	height: 480px;
	border: 1px solid #f5f5f5;
	text-align: center;
}
#image_gallery_img_data {
	background: #f5f5f5;
	height: 28px;
	width: 657px;
	margin-top: 5px;
	margin-right: -15px;
}
#image_gallery_img_data_address {
	white-space: nowrap;
}
#dialog_image_gallery .img-controls { width: 320px; }

.active-upload-file{
	cursor: pointer;
}

/*#################################################*/
/* HISTORY AND REPORTS
/*#################################################*/

.history-controls { margin: 5px 0; }

#dialog_reports { padding: 0px; }

/*#################################################*/
/* BILLING
/*#################################################*/

.dialog-billing-titlebar .ui-dialog-titlebar {
         background-color: #9cc602;
}

#billing_plan_purchase_list {
	width: 100%;
	height: 388px;
	font-size: 12px;
	overflow-y: scroll;
}
#billing_plan_purchase_list .row .row2 {
	margin-bottom: 0;
}
#billing_plan_purchase_list .row {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0;
	padding: 10px 0;
}
#billing_plan_purchase_list .row.header {
	font-weight: 600;
	color: #707070;
	background: #f5f5f5;
}
#billing_plan_purchase_list .row.even {
	background: #f5f5f5;
}
#billing_plan_purchase_list  div {
	text-align: center;
}
#billing_plan_purchase_list div.name {
	text-align: left;
}
#billing_plan_purchase_list i.arrow {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-left: 8px;
	background: url(images/arrow-right.svg) center center no-repeat; background-size: 10px 10px;
}
#billing_plan_purchase_list i.purchase {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
	float: none;
	background: url(images/cart.svg) center center no-repeat; background-size: 16px 16px;
}

/*#################################################*/
/* LOGO, INFORMATION, MESSAGES
/*#################################################*/

.logo { border:0px; width:250px; height:56px; }
.logo-loading { border:0px; width:345px; height:75px; }
.logo_small { border:0px; width:32px; height:32px; }
.favicon { border:0px; width:32px; height:32px; }
.info { padding-bottom: 15px; height: 35px; display: table-cell; vertical-align: middle; }
.info2 { height: 22px; display: table-cell; vertical-align: middle; }
.subinfo {color: #949494; line-height: 12px;}
/*#user_comments_list_stats{
	font-size: 10px;
	color:white;
	border-radius: 5px;
	background-color: #25388D;
	padding: 0 5px;
	position: absolute;
	top: 30%;
	right: -5px;
}*/
/*#################################################*/
/* DIALOG CONTROLS AND TABS
/*#################################################*/

.controls-block
{
	margin: -15px -15px 10px -15px;
	padding: 4px 15px 7px;
	background: #f5f5f5;
	height: 20px;
}

#settings_main_sms .controls,
#settings_main_user_interface .controls,
#settings_main_my_account .controls
{
	position: absolute;
	right: 15px;
	top: 4px;
}
#settings_main_user_interface
{
	height: 490px;
}

#settings_main_object_list,
#settings_main_object_group_list,
#settings_main_object_driver_list,
#settings_main_object_passenger_list,
#settings_main_object_trailer_list,
#settings_main_objects_groups_drivers .ui-tabs-nav { margin: 0 -15px; }

.ui-tabs-anchor
{
	white-space: nowrap;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close{
    background-color: transparent;
    background-image: url('images/close-white.svg');
    background-size: cover;
    cursor: pointer;
}

/*#################################################*/
/* CPANEL
/*#################################################*/

body#cpanel { background: #e5e5e5; }
#cpanel h1.title {
	margin: 0;
	color: #2b82d4;
	display: table;
	float: left;
}
.version { font-size: 10px; color: #808080; }
#cpanel_manage_server .cpanel-title,#cpanel_security .cpanel-title { margin-bottom: 12px; }
#cpanel h1.title span { color: #808080; font-weight: normal; font-size: 22px;}
#cpanel_user_list,
#cpanel_stats_list,
#cpanel_object_list,
#cpanel_object_noreport_list,
#cpanel_object_user_comments_list,
#cpanel_object_enterprises_list,
#cpanel_object_departments_list,
#cpanel_commands_exec_list,
#cpanel_emails_sent_list,
#cpanel_object_sms_att_list,
#cpanel_object_new_devices_list,
#cpanel_object_plots_list,
#cpanel_object_customers_requests_list,
#cpanel_object_service_orders_list,
#cpanel_object_service_order_rows_list,
#cpanel_object_widgets_list,
#cpanel_object_widget_items_list,
#cpanel_object_news_list,
#cpanel_object_drivers_list,
#cpanel_object_tasks_list,
#cpanel_unused_object_list,
#cpanel_billing_plan_list,
#cpanel_security,
#cpanel_manage_server {
	margin: 15px;
	padding: 15px;
	background: #ffffff;
	border-top: 3px solid #2b82d4;
}

#dialog_user_edit_tabs,#dialog_object_edit_tabs,#dialog_data_services_edit_tabs { height: 555px; }
#dialog_user_edit,#dialog_data_services,#dialog_event_template_properties,#dialog_object_service_orders_add,#dialog_object_widgets_add,#dialog_object_service_orders_edit,#dialog_object_enterprises_add,#dialog_object_enterprises_edit { padding: 0; }
#dialog_event_template_properties,#dialog_object_service_orders_add,#dialog_object_widgets_add,#dialog_object_service_orders_edit,#dialog_object_enterprises_add,#dialog_object_enterprises_edit{ padding-bottom: 15px; }
.window-with-tabs{
	padding: 0 !important;
	padding-bottom: 15px !important;
}
#cpanel .inputbox-search { width: 300px; margin-left: 3px; }
#cpanel .ms-save {
	position: absolute;
	right: 0px;
	top: 2px;
}
.ui-tabs .ui-tabs-nav li.save-btn { float: right; }
#cpanel #dialog_user_edit_account .controls,
#cpanel #dialog_user_edit_contact_info .controls {
	position: absolute;
	right: 15px;
	top: 4px;
}
#cpanel #cpanel_manage_server .ui-tabs-nav, #cpanel #cpanel_security .ui-tabs-nav {
	background: #f5f5f5;
	padding: 10px 15px;
	border-bottom: none;
	margin: 0 -15px;
}
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li, #cpanel #cpanel_security .ui-tabs .ui-tabs-nav li { border: none; }
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li.ui-tabs-active a, #cpanel #cpanel_security .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #808080;
	color: #ffffff;
	padding: 5px 15px;
}
#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li a, #cpanel #cpanel_security .ui-tabs .ui-tabs-nav li a {
	padding: 5px 15px;
	margin-right: 5px;
	font-size: 12px;
	background-color: #ffffff;
}
#cpanel_manage_server, #cpanel_security {
	position: absolute;
	top: 36px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	overflow: hidden;
}
.cpanel-tabs-content {
	position: absolute;
	top: 80px;
	bottom: 45px;
	right: 0px;
	left: 0px;
	overflow-y: auto;
	margin-left: -15px;
}
#cpanel_manage_server .ui-img-container, #dialog_enterprises_add_white_label .ui-img-container {
	display: flex;
	height: 160px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	justify-content: center;
	align-items: center;
}
#cpanel_manage_server .logo, #dialog_enterprises_add_white_label .logo,
#cpanel_manage_server .logo_email, #dialog_enterprises_add_white_label .logo_email,
#cpanel_manage_server .logo_login, #dialog_enterprises_add_white_label .logo_login,
#cpanel_manage_server .logo_sidebar, #dialog_enterprises_add_white_label .logo_sidebar,
#cpanel_manage_server .logo_qr, #dialog_enterprises_add_white_label .logo_qr
{
	border: 0px;
	width: auto;
	height: auto;
	max-width: 215px;
	padding: 5px;
	max-height: 150px;
}

#dialog_app_properties_branding_tab .logo_login,
#dialog_app_properties_branding_tab .logo_mobile,
#dialog_app_properties_branding_tab .login_background
{
	border: 0px;
	width: auto;
	height: auto;
	max-width: 100px;
	padding: 5px;
	max-height: 150px;
}

#cpanel_manage_server .login-background, #dialog_enterprises_add_white_label .login-background{
	border: 0px;
	width: auto;
	height: auto;
	max-width: 215px;
	max-height: 150px;
	padding: 5px;
}
#dialog_language_properties .row2 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*#################################################*/
/* CPANEL TOP PANEL
/*#################################################*/

#top_panel .select-view,
#top_panel .select-language { margin: 1px 0; padding: 5px 10px; }
#top_panel .map-btn a { background: #2b82d4; }
#top_panel .map-btn a:hover { background: #2b82d4; opacity: 0.9; }
#top_panel .select-view { width: 180px; }
#top_panel .user-btn img,
#top_panel .user-list-btn img,
#top_panel .object-list-btn img,
#top_panel .object-noreport-list-btn img,
#top_panel .billing-plan-list-btn img,
#top_panel .unused-object-list-btn img { float: left; margin-right: 5px; }
#top_panel .user-btn span,
#top_panel .user-list-btn span,
#top_panel .object-list-btn span,
#top_panel .object-noreport-list-btn span,
#top_panel .billing-plan-list-btn span,
#top_panel .unused-object-list-btn span { display: block; float: right; margin-top: 1px; }

#cpanel #top_panel span.icon-cpanel-bar{
	color: #0e2281 !important;
}

/*#################################################*/
/* NOREPORT TAGS mcontreras
/*#################################################*/

.dynamic-tags{
	margin: 10px 0;
}

.dynamic-tags > span{
	font-size: 12px;
	background-color: #25388d;
	color: #fff;
	padding: 3px 14px 3px 5px;;
	border-radius: 3px;
	position: relative;
	margin-right: 3px;
}

.dynamic-tags > span > img.close-tag{
	width: 7px;
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.cpanel_clean_dynamic_tags{
	cursor: pointer;
}

/*#################################################*/
/* @media
/*#################################################*/

@media (max-width: 1050px) {
	#top_panel .user-btn span {
		display: none;
	}
	#top_panel .user-btn img { margin-right: 0px;}
}

@media (max-width: 1000px) {
	#top_panel .user-btn {
		display: none;
	}
	#top_panel .user-btn img { margin-right: 0px;}
}

@media (max-width: 950px) {
	#top_panel .select-language {
		display: none;
	}
}

@media (max-width: 950px) {
	#bottom_panel_graph_label {
		display: none;
	}
}

@media (max-width: 800px) {
	#top_panel .billing-btn {
		display: none;
	}
}

@media (max-width: 750px) {
	.map-layer-control {
		display: none;
	}
}

@media (max-width: 700px) {
	#top_panel .cpanel-btn {
		display: none;
	}
	#top_panel .mobile-btn {
		display: none;
	}
	#top_panel .logout-btn {
		display: none;
	}
}

@media (min-width: 640px)
{
	#side_panel_follow {
		display: none;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 280px;
		background-color: #ffffff;
		opacity: 1;
	}
}

/*
 * Carousel
 */

.carousel .carousel-inner .item img{
	width: 100%;
}

#carousel-news .carousel-inner .item img,#carousel-news .carousel-control{
	height: 300px;
}

#carousel-news .carousel-inner .carousel-caption{
	position: initial;
	color: #444;
	text-align: justify;
	text-shadow: none;
}

/*
 * Modal Video
 */

#video-modal iframe{
    width: 100%;
}

#video-modal .modal-dialog{
    margin: 150px auto;
}

#video-modal button.close{
    position: absolute;
    right: -30px;
    top: -50px;
    font-size: 50px;
    color: white;
    opacity: 1;
}

/*
 * NOTIFICATIONS
 */

.status-circle {
	width: 20px !important;
	height: 20px !important;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.status-circle.status-open {
	background-color: #25388d;
}

.status-circle.status-in-process {
	background-color: #c611ab;
}

.status-circle.status-stop {
	background-color: #c50407;
}

.status-circle.status-complete {
	background-color: #169c22;
}

.status-circle.status-rejected {
	background-color: #25388d;
}

.status-circle.status-factured {
	background-color: #fff;
}

#side_panel_objects_object_list_search{
	border-radius: 20px;
}

/*.ms-parent > .ms-drop > ul{
	max-height: 150px !important;
}*/

body:not(#login) input,body:not(#login) select,body:not(#login) .inputbox,body:not(#login) .textarea,body:not(#login) .ms-parent button.ms-choice{
	border-radius: 0px;
}

ul#sidebar-tabs{
    display: inline-block;
    /*justify-content: center;*/
    background: transparent !important;
}

ul#sidebar-tabs .ui-tabs-anchor{
	max-width: 80px !important;
}

.ui-tabs ul#sidebar-tabs.ui-tabs-nav{
	padding: 6px 0 0 0 !important;
}

ul#sidebar-tabs > li, ul#sidebar-tabs > li > a{
    background-color: #0d1657;
    border-top-right-radius: 5px;
    color: #fff;
    margin-left: 0;
    margin-right: -5px;
}

ul#sidebar-tabs > li:first-child, ul#sidebar-tabs > li:first-child > a{
    border-top-left-radius: 5px;
}

ul#sidebar-tabs > li:hover, ul#sidebar-tabs > li[aria-selected=true], ul#sidebar-tabs > li > a:hover, ul#sidebar-tabs > li[aria-selected=true] > a{
    background-color: #0e2381;
}

ul#sidebar-tabs > li > a{
    padding: 4px 15px;
}

ul#sidebar-tabs > li:nth-child(1){
    z-index: 5;
}

ul#sidebar-tabs > li:nth-child(2){
    z-index: 4;
}

ul#sidebar-tabs > li:nth-child(3){
    z-index: 3;
}

ul#sidebar-tabs > li:nth-child(4){
    z-index: 2;
}

ul#sidebar-tabs > li:nth-child(5){
    z-index: 1;
}

ul#sidebar-tabs > li:not(:last-child) > a{
    -webkit-box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.75);
}

ul#sidebar-tabs > li[aria-selected="true"]{
	z-index: 10;
}

ul#sidebar-tabs > li[aria-selected="true"] > a {
	-webkit-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.75);
}

ul#sidebar-tabs > li[aria-selected=true]{
	z-index: 10;
}

ul#sidebar-tabs > li[aria-selected=true], ul#sidebar-tabs > li[aria-selected=true] > a{
	border-top-left-radius: 5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	background-color: #0e2381;
	color: #fff;
}

#widgets_container{
	display: flex;
	justify-content: center;/*cambiar a end cuando se mueva el sidepanel*/
	width: 100%;
}

#user_widgets{
	position: absolute;
	bottom: 0;
	z-index: 9999;
	width: auto;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#widgets_container > #user_widgets > .row > .owl-carousel{
	display: flex;
}

#user_widgets .widget-column{
	/*flex: content;*/
	/*position: relative;
	display: flex;
	flex-flow: wrap;*/
	height: 100%;
}

.owl-carousel .owl-stage {
	display: flex !important;
}

#user_widgets .widget-title{
	text-align: center;
	width: 100%;
	color: #6a6a6a;
}

.leaflet-routing-container, .leaflet-routing-container.dark {
	background-image: unset !important;
	margin-right: 48px !important;
}

.leaflet-routing-container .leaflet-routing-alternatives-container{
	right: 48px !important;
	overflow-y: auto;
}

#user_widgets .widget-body{
	width: 100%;
	height: 100%;
	max-height: 205px;
	overflow-y: auto;
}

#user_widgets .widget-body table{
	padding: 0 10px;
	width: 100%;
}

#user_widgets .owl-item:not(:last-child) .widget-body{
	border-right: 1px solid #ccc;/*eee*/
}

#user_widgets .widget-column .simple-icon{
	display: inline-flex;
	color: #1a191999;
	font-size: 9px;
}
#user_widgets .widget-column .widget-value{
	color: #1a191999;
	font-weight: 700;
	font-size: 9px;
}

#user_widgets .widget-column img{
	max-width: 12px;
}

#user_widgets .widget-subtitle{
	font-weight: bold;
	font-size: 18px;
}

#user_widgets .widget-subtitle span{
	display: block;
	margin-bottom: 10px;
}

#user_widgets .table-60 table{
	width: 60%;
}

#user_widgets .table-60 .image{
	width: 40%;
}

#user_widgets .image-right{
	width: 60px;
	border-radius: 50%;
	max-width: 100% !important;
	height: 60px;
	margin-right: 10px;
}

#user_widgets .widget-column.widget-column-table{

}

#user_widgets .widget-column.widget-column-table table{
	display: table-cell !important;
}

#user_widgets .widget-column.widget-column-table .image{
	display: table-cell !important;
	vertical-align: middle;
}

#user_widgets .widget-street-view{
	padding: 0 10px;
}

#user_widgets .widget-street-view img{
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.marker-cluster.image-object span{
	background-color: unset !important;
	font-weight: bold;
	color: #0e2381;
	display: flex !important;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	top: 1px;
	left: 0 !important;
	padding: unset !important;
}

.marker-cluster.image-object img{
	width: 100% !important;
}

#alerts-list .row-bootstrap:not(:first-child){
	border-top: 1px solid #eee;
	margin-top: 5px;
	padding-top: 5px;
}

.feedback.general-feedback{
	display: flex;
}

.feedback.general-feedback .general-feedback-item{
	width: 120px;
}

.feedback.general-feedback .general-feedback-image{
	padding: 0 3px;
	margin-bottom: 20px;
}

.feedback.general-feedback .general-feedback-image img{
	width: 100%;
}

.feedback.general-feedback .general-feedback-color{
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}

.feedback.general-feedback .general-feedback-item:hover .general-feedback-image, .feedback.general-feedback .general-feedback-item.active .general-feedback-image{
	padding: 0;
}

.feedback.general-feedback .general-feedback-item:hover .general-feedback-color, .feedback.general-feedback .general-feedback-item.active .general-feedback-color{
	height: 30px;
}

.feedback.general-feedback .general-feedback-item:hover .general-feedback-text, .feedback.general-feedback .general-feedback-item.active .general-feedback-text{
	font-size: 16px;
}

.feedback.general-feedback .general-feedback-item:first-child .general-feedback-color, .feedback.general-feedback .general-feedback-item:first-child .general-feedback-color{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.feedback.general-feedback .general-feedback-item:last-child .general-feedback-color{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.feedback.general-feedback .general-feedback-text{
	text-transform: uppercase;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
}

.feedback.general-feedback .general-feedback-item .general-feedback-*{
	cursor: pointer;
}

.feedback.general-feedback{
	justify-content: center;
}
.label {
	color: #444444;/*#8a8a8a;*/
	font-weight: 500;
}

.float-menu{
	display: flex !important;
	align-items: center;
	position: relative;
}

.float-menu > span.icon{
	color: #0e2281;
	font-weight: bolder;
	cursor: pointer;
}

.float-menu > .menu-content{
	display: flex;
	position: absolute;
	background-color: #fff;
}

.float-menu > .menu-content > *, .float-menu > span.icon{
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.float-menu > .menu-content{
	left: 28px;
}

.float-menu > .menu-content, .float-menu > .menu-content .panel-button > *{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.float-menu.menu-close > span.icon{
	transform: rotate(-90deg);
	transition: transform 0.5s linear;
}

.float-menu.menu-open > span.icon{
	transform: rotate(0deg);
	transition: transform 0.5s linear;
}

.notify-event{
	padding-right: 0;
	padding-left: 0;
}

.notify-event .row-bootstrap{
	display: flex;
}

.notify-event .icon-column{
	display: flex;
	align-items: center;
	padding-right: 0;
	padding-left: 0;
	justify-content: center;
	text-align: center;
}

.notify-event .icon-column i:not(.icon-mask){
	font-size: 80px;
}

.notify-event .icon-column i.icon-mask{
	width: 80px;
	height: 80px;
	background-color: #fff;
}

.notify-event .message-column{
	padding-right: 0;
	padding-left: 0;
}

.span-checkbox{
	width: 10px;
	height: 15px;
	border-radius: 50%;
	background-color: grey;
}

.span-checkbox.checked{
	background-color: green;
}

.toggle-input-password{
	cursor: pointer;
}

#top-right-panel .ms-parent.select > button{
 background-color: unset;
}


#top-right-panel .ms-parent.select > .ms-drop{
	background: rgba(255,255,255,0.57) !important;
}

#top-right-panel .ms-parent.select > .ms-drop ul > li:hover{
	background-color: #fff !important;
}



/* custom notify colors */

.ui-pnotify.alPrp .ui-pnotify-container {
	background-color: #644B9E !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alPrp .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #644B9E;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alPrp .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alPrp .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alPrp .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}



	.ui-pnotify.alBlu .ui-pnotify-container {
	background-color: #3d81c2 !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alBlu .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #3d81c2;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alBlu .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alBlu .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alBlu .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}


	.ui-pnotify.alAqu .ui-pnotify-container {
	background-color: #46bea2 !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alAqu .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #46bea2;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alAqu .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alAqu .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alAqu .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}


	.ui-pnotify.alGre .ui-pnotify-container {
	background-color: #9AC93F !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alGre .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #9AC93F;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alGre .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alGre .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alGre .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}


	.ui-pnotify.alYel .ui-pnotify-container {
	background-color: #fae83e !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alYel .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #fae83e;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alYel .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alYel .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alYel .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}


	.ui-pnotify.alOra .ui-pnotify-container {
	background-color: #F58023 !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alOra .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #F58023;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alOra .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alOra .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alOra .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}
.ui-dialog:not([aria-describedby=dialog_live_video]) input.button{
	font-size: 14px;
	padding: .5em 1em;
	border-radius: 25px;
	font-weight: bold;
	height: 35px;
}

:root {
	--blue: #4590E5;
	--dark-blue: #0E2281;
	--primary: #337ab7;
	--success: #5cb85c;
	--info: #5bc0de;
	--warning: #f0ad4e;
	--danger: #c9302c;
}

	.ui-pnotify.alRed .ui-pnotify-container {
	background-color: #e91d58 !important;
	background-image: none !important;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 310px !important;
	}
	.ui-pnotify.alRed .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
	background: #e91d58;
	border-bottom-width: 3px;
  	border-bottom-style: solid;
  	border-bottom-color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #FFF !important;
	line-height: 1 !important;
	text-rendering: geometricPrecision !important;
text-align: center;
    margin: auto;
	}
	.ui-pnotify.alRed .ui-pnotify-title {
	font-weight: bold;
	}
	.ui-pnotify.alRed .ui-pnotify-icon {
	float: left;
	}
	.ui-pnotify.alRed .picon {
	margin: 3px;
	width: 33px;
	height: 33px;
	}

.bg-primary{
	background-color: var(--primary);
}

.bg-success{
	background-color: var(--success);
}

.bg-warning{
	background-color: var(--warning);
}

.bg-danger{
	background-color: var(--danger);
}

.text-center{
	text-align: center;
}

/* custom notify colors */


			/* TEMPORAL */


			
			[data-pnotify] .custom-container {
				background: var(--grayscale-grayscale-100, #F3F4F8);
				opacity: 0.9;
				border: none !important;
				padding: 16px;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;
				border-radius: 16px;
				width: 380px !important;
				display: block; 
				cursor: auto;
				right: calc(45% - 150px) !important;
				top: 20px !important;
			
			  }


			  [data-pnotify] .custom-title,
			  [data-pnotify] .custom-text {
				/*margin-left: 50px;*/
				color: var(--grayscale-grayscale-900, #101223);
				font-size: 16px;
				font-style: normal;
			  }



						  
			  [data-pnotify] .red-container {
				
				background: rgba(255, 73, 73, 0.60);
				opacity: 1;
				border: none !important;
				padding: 8px;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;
				border-radius: 16px;
				width: 380px !important;
				display: block; 
				cursor: auto;
			
			  }


			  [data-pnotify] .red-title,
			  [data-pnotify] .red-text {
				/*margin-left: 50px;*/
				color: var(--semantic-colors-negative, #FF4949);
				font-size: 16px;
				font-style: normal;
			  }



			  #custom-title_text {
				/*margin-left: 50px;*/
				color: var(--grayscale-grayscale-900, #101223);
				font-size: 20px;
				font-style: normal;
				font-weight: 500;
				line-height: 40px; /* 166.667% */
				letter-spacing: 0.15px;
			  }



			  #notify-text_text {
				color: var(--grayscale-grayscale-900, #101223);
				text-align: center;
				font-size: 14px;
				font-style: normal;
				font-weight: 400;
				line-height: 20px; /* 142.857% */
				letter-spacing: 0.1px;
			  }		

			  [data-pnotify] .notify-btn{
				border: none !important;
				border-radius: 100px;
				background: #FFF;

			  }

			  .textarea_alert {
				width: 100%;
				padding: 8px 10px;
				box-sizing: border-box;
				border: 2px solid #ccc;
				border-radius: 4px;
				background-color: #f8f8f8;
				font-size: 12px;
				resize: none;
			  }
			#notify_icon-icon {
				width: 30px !important;
				height: 30px !important;
			  }		
			  [data-pnotify] .custom-title {
				font-weight: bold;
				font-size: 15px;
			  }
			#spacing_clean{
				width: 30px;
				height: 30px;
			}
			
			[data-pnotify] .custom-btn{

				border: none !important;
				border-radius: 100px;
				width:120px;
				height:30px;

				background: #cccccc;
			}