#module-roads .tma .container-map .map-default {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#module-roads .tma .container-map .filters {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 40px;
	z-index: 500;
	padding: 0;
}

#module-roads .tma .container-map .filters .filter {
	padding: 0;
	float: left;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
}

#module-roads .tma .container-map .filters .search-place {
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
	width: 240px;
	color: #000;
}

#module-roads .tma .container-map .filters .list .close {
	position: absolute;
	top: 5px;
	left: 12px;
	font-size: 20px;
	z-index: 100;
	float: none;
	opacity: 0.4;
}

#module-roads .tma .container-map .filters .list .close:hover {
	opacity: 0.6;
}

#module-roads .tma .container-map .filters .list li .content {
	padding: 4px 4px 4px 34px;
	max-width: 240px;
}

#module-roads .tma .container-map .filters .search-place input {
	padding: 0;
	margin: 0;
	background: none;
	width: calc(100% - 35px);
	line-height: 27px;
	padding: 4px;
	border: 0;
	text-indent: 4px;
}

#module-roads .tma .container-map .filters .search-place .icon {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 20px;
	color: #333;
}

#module-roads .tma .leaflet-search-place-icon .img path {
	fill: url(#search-place);
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill-opacity: 1;
}

@-moz-document url-prefix() {
	#module-roads .tma .leaflet-search-place-icon .img path {
		fill: #7cbc0a;
	}
}

#module-roads .tma .leaflet-vehicle-icon.vehicle-disabled .img path {
	fill: url(#vehicle-disabled);
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill-opacity: 1;
}

@-moz-document url-prefix() {
	#module-roads .tma .leaflet-vehicle-icon.vehicle-disabled .img path {
		fill: #9A9A9A;
	}
}

#module-roads .tma .leaflet-vehicle-icon.vehicle-right .img path {
	fill: url(#vehicle-right);
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill-opacity: 1;
}

@-moz-document url-prefix() {
	#module-roads .tma .leaflet-vehicle-icon.vehicle-right .img path {
		fill: #7cbc0a;
	}
}

#module-roads .tma .leaflet-vehicle-icon.vehicle-false .img path {
	fill: url(#vehicle-false);
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill-opacity: 1;
}

@-moz-document url-prefix() {
	#module-roads .tma .leaflet-vehicle-icon.vehicle-false .img path {
		fill: #8b0200;
	}
}

#module-roads .tma .leaflet-search-place-icon .img,
#module-roads .tma .leaflet-vehicle-icon .img {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

#module-roads .leaflet-control-center-all {
	position: absolute;
	right: 100px;
	z-index: 100;
}

#module-roads .leaflet-custom-control {
	position: absolute;
	right: 150px;
	z-index: 100;
}

#module-roads .leaflet-control-fullscreen {
	position: absolute;
	right: 50px;
	z-index: 100;
}

#module-roads .tma .leaflet-search-place-icon .icon,
#module-roads .tma .leaflet-vehicle-icon .icon {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	font-size: 22px;
	width: 100%;
}

#module-roads .tma .leaflet-vehicle-icon.tma .icon {
	font-size: 20px;
	top: 2px;
}

#module-roads .tma .leaflet-vehicle-icon.vms .icon {
	font-size: 22px;
	top: 2px;
}

#module-roads .leaflet-popup .status-list {
	list-style-type: none;
	padding-left: 0;
}

#module-roads .leaflet-popup .status-off {
	color: red;
}

#module-roads .leaflet-popup .status-on {
	color: #B4CC55;
}

#module-roads .container-map .filters .filter label {
	padding: 4px 10px 1px 10px;
	min-width: 40px;
}

#module-roads .header-content .nav-bar-device-selector {
	display: table-cell;
	float: none;
	padding-right:20px
}

#module-roads .header-content .datetime-picker {
	vertical-align: middle;
	display: table-cell;
	float: none;
}
