#module-fleet .body{
	padding:0;
}

#module-fleet .table-row .table-cell:not(.cell-main):not(.cell-thumbnail){
	white-space:nowrap;
}

#module-fleet .map-options{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}

#module-fleet .expandButton{
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 60px;
	z-index: 500;
}

#module-fleet .expandButton i{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	display: none;
}

#module-fleet .expandButton i.expand{
	display: block;
}

#module-fleet #fleetMap{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
#module-fleet .map-list{
	position:absolute;
	top:20px;
	left:20px;
	width:260px;
	z-index:600;
}

.fullscreen #module-fleet #fleetMap{
	position:fixed;
	top:60px;
	left:0;
	right:0;
	bottom:0;
	z-index:400;
}
.fullscreen #module-fleet  .map-list{
	position:fixed;
	top:40px;
	left:40px;
	width:260px;
	z-index:56000;
	display: none;
}
.fullscreen #module-fleet .expandButton{
	position:fixed;
	top:70px;
	z-index:56000;
}
.fullscreen #module-fleet .expandButton i.collapse{
	display:block;
}
.fullscreen #module-fleet .expandButton i.expand{
	display:none;
}

#module-fleet .leaflet-control-container .leaflet-top.leaflet-left {
	right: 10px;
	left: inherit;
	top: 60px;
	z-index: 510;
}

#module-fleet .leaflet-control-attribution.leaflet-control{
	display:none;
}
#module-fleet .leaflet-popup-content-wrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	min-height: 145px;
	min-width: 270px;
}
#module-fleet .leaflet-popup-tip{
	background: #f7f7f7;
}

#module-fleet .leaflet-vehicle-icon {
	background: transparent;
	border:none;
	z-index:100;
	display:none !important;
}

#module-fleet .leaflet-vehicle-icon:not(.address) .img {
	display:none;
}

#module-fleet .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-fleet .leaflet-vehicle-icon .label {
	position:absolute;
	left:32px;
	z-index:100;
	text-align:center;
	font-size:13px;
	background:#fff;
	border-radius:4px;
	padding:4px 8px;
	text-transform:uppercase;
	color:#333;
	font-weight:400;
	box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	display:none;
}

#module-fleet .leaflet-vehicle-icon.plaque .label.plaque,
#module-fleet .leaflet-vehicle-icon.name .label.name,
#module-fleet .leaflet-vehicle-icon.din .label.din,
#module-fleet .leaflet-vehicle-icon.driver .label.driver {
	display: block;
	top: 10px;
}

#module-fleet .leaflet-vehicle-icon .label.badge {
	display: block;
	top: -8px;
	left: 25px;
	background-color: red;
	color: white;
	font-weight: bold;
	border-radius: 10px
}

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

#module-fleet .leaflet-vehicle-icon .img path {
	stroke:#FFFFFF;
	stroke-width:2px;
	fill-opacity:0.7;
}

#module-fleet .leaflet-vehicle-icon.active{
	z-index:1000 !important;
	display:block !important;
}

#module-fleet .leaflet-vehicle-icon.active .img{
	display:block;
}

#module-fleet .leaflet-vehicle-icon.address .label{
	display:none;
	width:300px;
	white-space: normal !important;
	bottom:12px;
}

#module-fleet .leaflet-vehicle-icon.address{
	z-index:200;
	display:block !important;
}

#module-fleet .leaflet-vehicle-icon.address .img path{
	fill-opacity:1;
}

.price-tva input[type='checkbox'] {
	position:absolute;
	top:-9999px;
	left:-9999px;
	width:1px;
	height:1px;
}
