@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700&display=swap');
html, body {
	height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	color: #444444;
}
#loading_panel {
	background-color: #E1DFDE;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.loading-label {
	margin-top: 15px;
}
#loading_data_panel {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: Alpha(Opacity=30);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.width10 { width: 10%; }
.width20 { width: 20%; }
.width33 { width: 33.33333%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width100 { width: 100%; }
.clearfix { display: table; width: 100%; }
.block1 { padding-right: 5px; }
.block2 { padding-left: 5px; }

/* Margin */
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }

.float-left { float: left; }
.float-right { float: right; }

.realtive { position: relative;  }

.object-item {
	display: table;
	width: 100%;
	cursor: pointer;
}
a {
	outline: none;
}
a,
a:hover { text-decoration: none; color: #8aa0a5; }
b, strong{ font-weight: 600; }

/*#################################################*/
/* PAGES
/*#################################################*/

.page {
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 200px;
	padding: 20px;
	background: #ffffff;
	z-index: 99;
}
.page .header {
	position: relative;
	font-size: 16px;
}
.page .header .title {
	color: #bf2222;
	margin-bottom: 15px;
}
.page .close-page-button {
	color: #777777;
}

/*#################################################*/
/* PAGE OBJECTS
/*#################################################*/

#page_objects .control-block {
	margin-bottom: 10px;
}
#page_objects .control-block .option-button {
	cursor: pointer;
	margin-bottom: 5px;
}
#page_objects .control-block .option-button:last-child {
	margin-bottom: 0;
}
#page_objects .control-block .label {
	color: #777;
	font-weight: normal;
}
#page_objects .control-block svg {
	color: #777;
}
#page_objects .control-block .checked svg {
	color: #bf2222;
}

/*#################################################*/
/* PAGE EVENTS
/*#################################################*/

#page_events .event-row .item {
	float: left;
}
#page_events .event-row .date {
	font-weight: 500;
	width: 20%;
}
#page_events .event-row .imei {
	width: 40%;
}
#page_events .event-row .name {
	width: 40%;
}

/*#################################################*/
/* PAGE HISTORY
/*#################################################*/

#page_history .content-block {
	min-height: calc(100vh - 125px);
	font-size: 12px;
}
#page_history .content-block .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

/*#################################################*/
/* PAGE OBJECT CONTROL
/*#################################################*/

#page_object_control .content-block {
	min-height: calc(100vh - 125px);
	font-size: 12px;
}
#page_object_control .content-block .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

/*#################################################*/
/* PAGE SETTINGS
/*#################################################*/

#page_settings .content-block {
	min-height: calc(100vh - 125px);
	font-size: 12px;
}
#page_settings .content-block .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

/*#################################################*/
/* PAGE EMERGENCY
/*#################################################*/

#page_emergency .content-block {
	min-height: calc(100vh - 125px);
	font-size: 12px;
}
#page_emergency .content-block .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

/*#################################################*/
/* PAGE REPORT
/*#################################################*/

#page_report .content-block {
	min-height: calc(100vh - 125px);
	font-size: 12px;
}
#page_report .content-block .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

/*#################################################*/
/* MAP DIVS
/*#################################################*/

#page_map .header {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	padding: 15px;
}
#page_map .header .menu-button a,
#page_map .header .map-select-block button {
	background: #bf2222;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: none;
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #bf2222;
}
#page_map {
	position: absolute;
	display: block;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#map { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; }

#map_layer {
	border: none;
	color: #dddddd;
	background-color: #444444;
}
#map_layer.form-control:focus {
	box-shadow: none;
}
#history_playback {
	display: none;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #ddd;
	z-index: 10;
	font-size: 12px;
	padding: 2px 4px;
}

#history_playback a
{
	color: #6f6f6f;
	margin: 5px;
}

#history_playback select
{
	height: 24px;
	padding: 0px;
}

.leaflet-left .leaflet-control {
	margin-top: 15px;
	margin-left: 15px;
}
.leaflet-bar {
	border-radius: 5px;
	overflow: hidden;
	background: none;
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #ddd;
}
.leaflet-bar a, .leaflet-bar a:hover, .leaflet-bar a.leaflet-disabled {
	background-color: rgba(255,255,255,0.7);
	color: #bf2222;
	font-weight: bolder;
	font-size: 20px;
}
.leaflet-touch .leaflet-bar a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	outline: none;
	color: #777;
}
.leaflet-control-container .control-button svg {
	width: 16px;
	height: 16px;
	color: #bf2222;
}
.leaflet-control-container .control-button.disabled svg {
	color: #999;
}
.leaflet-control-attribution {
	margin: 0!important;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.leaflet-control-attribution:hover {
	opacity: 1;
}
.leaflet-control-zoom {
	margin-bottom: 20px!important;
}
#modal_maps .block {
	margin-bottom: 15px;
}
#modal_maps .block .title {
	color: #bf2222;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
#modal_maps ul {
	padding: 0;
	margin: 0;
}
#modal_maps ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
#modal_maps ul li a {
	display: block;
	color: #444;
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 5px;
}
#modal_maps ul li.active a {
	color: #bf2222;
	border-color: #bf2222;
	background: #fff;
}

/*#################################################*/
/* Leaflet
/*#################################################*/
.leaflet-right .leaflet-control {
	margin-right: 15px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 15px;
}
.leaflet-container {
	font-family: 'Ubuntu', sans-serif;
}
.leaflet-tooltip {
	font-size: 9px;
	background: rgba(0,0,0,0.6);
	color: #f8f8f8;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border: none;
	padding: 3px;
}
.leaflet-tooltip-top::before { border-top-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-right::before { border-right-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-bottom::before { border-bottom-color: rgba(0,0,0,0.6); }
.leaflet-tooltip-left::before { border-left-color: rgba(0,0,0,0.6); }

.leaflet-popup-content-wrapper {
	border-radius: 5px;
}
.leaflet-popup-content-wrapper a {
	color: #f8f8f8;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: rgb(37 37 37 / 40%);
	color: #f8f8f8;
}
.leaflet-popup-tip {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: -5px auto 0;
}
.leaflet-popup-content {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 15px 25px 15px 15px;
}

/*#################################################*/
/* DATALIST
/*#################################################*/

#bottom_panel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;	
	display: none;
	background: #ffffff;
}

.datalist {
	padding: 10px;
	background-color: #f8f8f8;
}

.datalist-object-name {
	display: block;
	width: 100%;
	/* height: 28px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 999999;	
	background-image: -webkit-linear-gradient(45deg, #360033, #0b8793);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.datalist-object-name-close-icon {
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.datalist-item-list {	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow-x: auto;
	height: 165px;
	font-size: 11px;
	background-color: #f8f8f8;
}

.data-item-text {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #aaaaaa;
}

.datalist-item {
	display: flex;
	float: left;
	width: 270px;
	min-width: 270px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
}

.datalist-item.even {
	background-color: #f5f5f5;
	color: #444;
}

.datalist-item.odd {
	background-color: #f8f8f8;
	color: #444;
}

.datalist-item-icon {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 24px;
	height: 24px;
}

.datalist-item-name {
	display: inline-block;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.datalist-item-value {
	display: inline-block;
	width: 156px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

/*#################################################*/
/* MARKERS, ROUTES, ZONES
/*#################################################*/
#page_places .close-page-button {
	font-size: 16px;
	position: absolute;
	z-index: 1;
	right: 25px;
}
#page_places.page {
	padding-bottom: 0;
}
#page_places .places-section {
	display: none;
	min-height: calc(100vh - 90px);
	overflow-y: auto;
}
#page_places .places-section .list-group {
	border: 1px solid #ddd;
	border-radius: 5px; 
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}
#page_places .list-group-item {
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
#page_places .list-group-item:last-child {
	border-bottom: none;
}
#page_places .places-section.active {
	display: block;
}
#page_places .places-section .pager {
	margin: 0 0 15px 0;
	text-align: center;
}
#page_places .places-section .pager .label {
	font-weight: normal;
	color: #444;
	font-size: 13px;
	display: inline-block;
}
#page_places .places-section .pager select {
	width: auto!important;
	display: inline-block;
}
.places-control {
	text-align: center;
}
.places-control .button {
	display: block;
	padding: 10px;
	outline: none;
	text-decoration: none;
}
.places-control .button svg {
	width: 16px;
	height: 16px;
	color: #999;
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.places-control .button span.label {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
	display: table;
	width: 100%;
}
.places-control .button.active svg,
.places-control .button.active span.label {
	color: #bf2222;
}

/*#################################################*/
/* HISTORY NAVBAR
/*#################################################*/

#history_navbar {
	display: none;
	min-height: 0px;
}
#history_navbar a {
	color: #6f6f6f;
}
#history_navbar a > * {
	display: inline-block;
	vertical-align: middle;
}
#history_navbar a svg {
	width: 16px;
	height: 16px;
}

#history_navbar_map
{
	display: none;
}

#history_navbar_graph
{
	display: block;
}

#history_navbar_details
{
	display: block;
}

/*#################################################*/
/* GRAPH PANEL
/*#################################################*/

.graph-panel {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.graph-panel-label
{
	position: absolute;
	right: 25px;
	top: 75px;
}
.graph-panel-plot
{
	height: 100%;
	width: 100%;
}

.graph-controls
{
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.graph-controls div
{
	display: inline-block;
	vertical-align: middle;
}
.graph-controls-left
{
	float: left;
}
.graph-controls-right
{
	float: right;
}
.graph-controls a
{
	margin: 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.graph-controls a:hover { opacity: 0.9; }

/*#################################################*/
/* ROUTE PANEL
/*#################################################*/

.details-panel {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

#mobile-login {
    padding: 25px;
		display: table;
		width: 100%;
		height: 100%;
}
#mobile-login .inner-content {
	display: table-cell;
	vertical-align: middle;
}
#mobile-login div.input-block {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
#mobile-login div.input-block input {
	border: none;
	background-color: transparent;
	padding-left: 50px;
}
div.input-block svg {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	color: #888888;
}
input.input-xl {
	height: 50px;
	line-height: 50px;
}
#mobile-login input.button {
  background: #bf2222;
  color: #ffffff;
  border: none;
  padding: 5px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
}
#mobile-login .remember-block .label {
	color: #777777;
	font-size: 100%;
	font-weight: normal;
}
.language-selector-button {
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.language-selector-button svg {
	margin-right: 5px;
}
.language-selector-block {
	column-count: 3;
}
.language-selector-block {
	padding: 0;
	margin: 0;
}
.language-selector-block li {
	list-style: none;
	margin-bottom: 3px;
}
.language-selector-block li.active a {
	color: #bf2222;
}
.language-selector-block li a {
	color: #666666;
}
.language-selector-block li a:hover {
	color: #bf2222;
}

/*#################################################*/
/* LOGO, INFORMATION, MESSAGES
/*#################################################*/

.logo {
	border:0px;
	width: auto;
	max-height: 56px;
	margin: 0 25px 25px 25px;
}

/*#################################################*/
/* MENU PANEL
/*#################################################*/

.navbar .menu-button {
	padding: 15px 15px 15px 0;
	font-size: 18px;
	color: #ffffff;
}
.navbar svg {
	display: block;
}
#page_menu {
	display: none;
}
#page_menu .close-menu-button {
	color: #777777;
}
#page_menu .buttons-block {
	margin: 30px auto 0 auto;
	display: table;
}
#page_menu .buttons-block a,
#page_menu .buttons-block a .label {
	color: #444444;
	font-size: 13px;
	font-weight: normal;
}
#page_menu .buttons-block svg {
	font-size: 16px;
}
#page_menu {
	position: fixed;
	padding: 15px;
	border-right: 1px solid #e8e8e8;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	color: #696969;
	z-index: 999;
	background: #f8f8f8;
	overflow-y: scroll;
}
#page_menu .close-menu-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	display: table;
	margin: auto;
	outline: none;
}
#page_menu ul.menu {
	padding: 0;
	display: table;
	width: 100%;
	list-style: none;
	min-height: calc(100vh - 100px);
}
#page_menu ul.menu li {
	width: 100%;
	margin-bottom: 5px;
}
#page_menu ul.menu li a {
	color: #777777 !important;
	outline: none;
	font-size: 14px;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	position: relative;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
}
#page_menu ul.menu li.active a {
	border-color: #bf2222;
	background-color: #bf2222;
}
#page_menu ul.menu li.active a span.label {
	color: #fff;
}
#page_menu ul.menu li.active a svg {
	color: #fff;
}
#page_menu ul.menu li a svg {
	font-size: 16px;
	display: inline-block;
}
#page_menu ul.menu li a span.label {
	color: #777777;
	font-size: 100%;
	font-weight: normal;
	display: inline-block;
}
#page_menu ul.menu li a:hover { opacity: 0.8; }
#page_menu ul.menu li a.selected { }
#page_menu ul.menu li a i {
	width: 100%;
	font-size: 25px;
	margin-bottom: 10px;
}
.navbar .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
.navbar .close-btn svg {
	color: #ffffff;
	opacity: 1;
}

/*#################################################*/
/* ICONS
/*#################################################*/

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control a span {
	display: table;
	width: 100%;
	height: 100%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.leaflet-control a span.disabled {
	opacity: 0.5;
}
.leaflet-control-zoom-in { background-image: url(images/plus.svg); }
.leaflet-control-zoom-out { background-image: url(images/minus.svg); }
.icon-objects { background-image: url(images/object-arrow.svg); }
.icon-text { background-image: url(images/text.svg); }
.icon-marker { background-image: url(images/marker.svg); }
.icon-markers { background-image: url(images/markers.svg); }
.icon-routes { background-image: url(images/routes.svg); }
.icon-zones { background-image: url(images/zones.svg); }
.icon-kml { background-image: url(images/kml.svg); }
.icon-clusters { background-image: url(images/clusters.svg); }
.icon-traffic { background-image: url(images/traffic.svg); }

.icon-time { background-image: url(images/time.svg); }
.icon-warning { background-image: url(images/warning.svg); }
.icon-nearest-marker { background-image: url(images/nearest-marker.svg); }
.icon-nearest-zone { background-image: url(images/nearest-zone.svg); }
.icon-address { background-image: url(images/address.svg); }
.icon-altitude { background-image: url(images/altitude.svg); }
.icon-angle { background-image: url(images/angle.svg); }
.icon-speed { background-image: url(images/speed.svg); }
.icon-engine-hours { background-image: url(images/engine-hours.svg); }
.icon-odometer { background-image: url(images/odometer.svg); }
.icon-model { background-image: url(images/model.svg); }
.icon-plate-number { background-image: url(images/plate-number.svg); }
.icon-sim { background-image: url(images/sim.svg); }
.icon-vin { background-image: url(images/vin.svg); }
.icon-user { background-image: url(images/user.svg); }
.icon-trailer { background-image: url(images/trailer.svg); }
.icon-default-custom-fields { background-image: url(images/default-custom-fields.svg); }
.icon-default-sensor { background-image: url(images/default-sensor.svg); }
.icon-status { background-image: url(images/status.svg); }
.icon-battery-lev-0 { background-image: url(images/battery-lev-0.svg); }
.icon-battery-lev-1 { background-image: url(images/battery-lev-1.svg); }
.icon-battery-lev-2 { background-image: url(images/battery-lev-2.svg); }
.icon-battery-lev-3 { background-image: url(images/battery-lev-3.svg); }
.icon-di { background-image: url(images/di.svg); }
.icon-do { background-image: url(images/do.svg); }
.icon-fuel { background-image: url(images/fuel.svg); }
.icon-engine { background-image: url(images/engine.svg); }
.icon-gsm { background-image: url(images/gsm.svg); }
.icon-gps { background-image: url(images/gps.svg); }
.icon-temperature { background-image: url(images/temperature.svg); }

.icon-close { background-image: url(images/remove.svg); }

.leaflet-control a span.disabled {
	opacity: 0.5;
}


/*#################################################*/
/* BUTTONS
/*#################################################*/
button.button {
	border: none;
	background: none;
}
button.button.blank {
	color: #777;
	padding: 0;
}
button.button.blank span.label {
	color: #777777;
	font-size: 100%;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
	padding: 0;
}
button.button.button-confirm {
	color: #ffffff;
	background: #bf2222;
	border-color: #bf2222;
	height: 35px;
	text-align: center;
	padding: 0 5px;
	border-radius: 3px;
}

a i,
.btn i { margin-right: 5px; }
.btn.btn-green { background-color: #9CC602; color: #ffffff; border-color: #9CC602; }
.btn.btn-blue { background-color: #bf2222; color: #ffffff; border-color: #bf2222; }

.btn.back-btn {
	margin-bottom: 15px;
}

.btn.login-btn {
	margin-bottom: 15px;
}

.btn.desktop-btn {
	margin-bottom: 15px;
}

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.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;
}

/*#################################################*/
/* BOOTSTRAP
/*#################################################*/

/*THEME*/

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../theme/fonts/custom/glyphicons-custom.eot');
  src: url('../theme/fonts/custom/glyphicons-custom.eot?#iefix') format('embedded-opentype'), url('../theme/fonts/custom/glyphicons-custom.woff2') format('woff2'), url('../theme/fonts/custom/glyphicons-custom.woff') format('woff'), url('../theme/fonts/custom/glyphicons-custom.ttf') format('truetype'), url('../theme/fonts/custom/glyphicons-custom.svg#glyphicons_halflingsregular') format('svg');
}
#modal_language .modal-title {
	font-size: 16px;
	color: #bf2222;
	font-weight: normal;
}
#modal_language .modal-header .close {
  margin-top: -25px;
  font-weight: normal;
  font-size: 24px;
}
.modal-content { border-radius: 5px; }
.modal-body { padding: 25px; }
.btn-primary, .btn-primary:hover, .btn-primary:focus { background-color: #bf2222; border: 1px; border-color: #bf2222; }
.btn-group { width: 100%; }
.btn { border-radius: 0px; border-color: #e8e8e8; overflow: hidden; }
.panel { border-color: #e8e8e8; box-shadow: none;}
.panel-default > .panel-heading { background-color: #f8f8f8; color: #444; }
.form-control { border-color: #e8e8e8; }
.input-group .clear {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	z-index: 99;
	color: #777777;
}
.input-group-addon { border-color: #e8e8e8; }
.dropdown-menu {
	min-width: auto;
	width: 100%;
}
.dropdown-toggle {
	min-width: auto;
	width: 100%;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.form-control {
	box-shadow: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
/* CUSTOM ICONS */

.glyphicon-desktop:before {
  content: "\e261";
}
.glyphicon-exit:before {
  content: "\e262";
}
.glyphicon-cheeckbook:before {
  content: "\e263";
}
.glyphicon-history:before {
  content: "\e264";
}
.glyphicon-openlock:before {
  content: "\e265";
}

/*SEARCH*/
.input-group .form-control:first-child {
	border-radius: 5px;
}
.search-clear {
    position: absolute;
	right: 25px;
    top: 80px;
    cursor: pointer;
    color: #ccc;
	z-index: 1;
}

/* DATEPICKER */
.dtpicker-content {
	background: #fff;
	height: 200px;
}
.dtpicker-components .dtpicker-comp {
	border: 1px solid #e8e8e8;
	margin-right: 3px;
}
.dtpicker-components .dtpicker-compValue {
	margin: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.dtpicker-buttonCont {
	margin: 10px 0;
	padding: 5px 0;
}
.dtpicker-components .dtpicker-compButton,
.dtpicker-components .dtpicker-compButton:hover {
	background: #f8f8f8;
	color: #444444;
	text-decoration: none;
}
.dtpicker-components .dtpicker-compValue,
.dtpicker-components .dtpicker-compValue:hover {
	color: #444444;
}

/*LIST GROUP*/
.list-group {
	overflow: hidden;
}

#page_object_list a {
	color: none;
}
#page_object_list .list-group-item {
	border-radius: 5px;
	margin-bottom: 5px;
	background: #fbfbfb;
}

#page_object_list_header .row,
#page_object_list .row {
	margin-left: 0px;
	margin-right: 0px;
}

#page_object_list_header
{
	margin-bottom: -1px;
}

#page_object_list_header .object-group
{
	margin-bottom: -1px;
}

#page_object_list_header .list-group-item {
	padding: 1px 7px;
	border: none;
}

#page_object_list_header .object-list-item .name
{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

#page_object_list_header .object-list-item .details
{
	width: 19px;
}

.list-group-btn { border: 0px; }
.list-group-item {
	padding: 5px 7px;
	font-size: 12px;
}
.list-group-item .icon { float:left; margin-top: 4px; margin-right: 10px; }

.object-list-item {
	width: 100%;
}
.object-list-item .left {
	float: left;
	width: 100px;
}
.object-list-item .right {
	display: table;
	height: 100%;
	float: right;
	width: 110px;
}
.object-list-item .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.object-list-item .status {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #808080;
	font-size: 10px;
}
.object-list-item .speed,
.object-list-item .engine,
.object-list-item .connection,
.object-list-item .visible,
.object-list-item .follow,
.object-list-item .details {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	padding: 3px;
}
.object-list-item .speed {
	width: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.object-list-item .visible,
.object-list-item .follow{
	font-size: 16px;
	color: #999;
}
.object-list-item .details{
	padding-right: 0px;
	font-size: 16px;
	color: #bf2222;
}

.object-list-item .checked { color: #bf2222; }

/*CHECKBOX*/

.form-group input[type="checkbox"] {
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
	display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
	display: none;   
}

/*NAVBAR*/

.navbar { border-radius: 0px; }
.navbar-default { background: #444444; border: none; }
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover { color: #ffffff; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: auto;
	margin-left: auto;
}

/*#################################################*/
/* LOADER
/*#################################################*/

.loader,
.loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.loader {
	margin: 0 auto;
	font-size: 3px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(115,115,115, 0.2);
	border-right: 1.1em solid rgba(115,115,115, 0.2);
	border-bottom: 1.1em solid rgba(115,115,115, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*#################################################*/
/* Checkbox
/*#################################################*/

/* The container */
.checkbox-block {
  display: block;
  position: relative;
  line-height: 18px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Add transition effect */
.checkbox-block .checkmark,
.checkbox-block .checkmark:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Hide the browser's default checkbox */
.checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-block .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #dddddd;
}
.checkbox-block.xl .checkmark {
	height: 24px;
	width: 24px;
}
.checkbox-block.xl span.label {
	line-height: 24px;
}

/* On mouse-over, add a grey background color */
.checkbox-block:hover input ~ .checkmark {
  background-color: #f8f8f8;
}

/* When the checkbox is checked, add a blue background */
.checkbox-block input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #bf2222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-block .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
}

/* Show the checkmark when checked */
.checkbox-block input:checked ~ .checkmark:after {
  opacity: 1;
}

/* Style the checkmark/indicator */
.checkbox-block .checkmark:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid #bf2222;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-block.xl .checkmark:after {
	left: 8px;
	width: 6px;
	height: 13px;
}

/*#################################################*/
/* NO DATA
/*#################################################*/

.no-data {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.no-data a {
	color: #949494;
	display: table-cell;
	vertical-align: middle;
}
.no-data .icon {
	margin-bottom: 15px;
}
.no-data .icon svg {
	width: 48px;
	height: 48px;
}
.no-data .label {
	font-weight: normal;
	padding: 0;
}
.no-data .label .line1 {
	color: #444444!important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.no-data .label .line2 {
	color: #949494;
	font-size: 14px;
	line-height: 18px;
}