/* INICIO ESTILO DEl MENÚ DE VEHÍCULOS */
.sl-menu-listvehicles{
	width:240px;
	display:none;
	position:absolute;
	z-index:9999999;
	background-color:#F5F5F5;
	border: 1px solid #ACACAC;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	-webkit-box-shadow:0 8px 6px -6px #5F5F5F;
	-moz-box-shadow:0 8px 6px -6px #5F5F5F;
	box-shadow:0 8px 6px -6px #5F5F5F;
}
.sl-listvehicles-title-btnclose {
    width: 20px;
    float: right;
    cursor:pointer;
}
.sl-listvehicles-title-btnclose-commands {
    width: 20px;
    float: right;
    cursor:pointer;
}

.sl-listvehicles-title-container{
	text-align:center;
	margin: 3px;
    border-bottom: 2px solid #ACACAC;
	font-weight:600;
    height: 23px;
}
.sl-listvehicles-list{
	padding-right:2px;
	padding-left:2px;
	list-style-type:none;
}
.sl-listvehicles-item{
	padding: 2px 0 2px 2px;
	margin-top:2px;
}
.sl-listvehicles-item:hover{
	cursor:pointer;
	color: #FFFFFF;
	background-color:#598EDE;
}
.sl-listvehicles-item:last-child{
	margin-bottom:2px;
}
/* FIN ESTILO DEl MENÚ DE VEHÍCULOS */

/* INICIO LISTA DE VEHÍCULO */

.sl-main-list{
	display:block;
	overflow:auto;
	margin-top:3px;
}
.sl-list-listvehicles li{
	display:block;
	background-color:#FFFFFF;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 3px solid #D3D3D3;
	margin-bottom:5px;
	font-size:0.90em;	
	cursor:pointer;
}
.sl-list-listvehicles-item{
    margin: 3px 8px 3px 8px;
}

.sl-list-listvehicles-address{
    font-size: 11px;   
    margin: 4px 4px 4px 4px;
}
.sl-list-listvehicles-item-company{
	color:#262626;
    font-size: 12px;
}
.sl-list-listvehicles-item-vehicle{
	font-weight:600;
    font-size: 12px;
}
.sl-list-listvehicles-item-speed{
    font-size: 12px;
}

.sl-list-listvehicles-item-vehicle-ultreporte{
    font-size: 11px;
    font-family:sans-serif;
    font-weight: 100;
	float: right;
}

.sl-list-listvehicles-icon-gprs{
	float:right;
	height:15px;
	width:15px;
	vertical-align:middle;
/*	border: 1px solid black; */
}
.sl-list-listvehicles-icon-gps{
	float:right;
    margin-right: 4px;
    margin-left: 3px;
	height:15px;
	width:15px;
	vertical-align:middle;
	/* border: 1px solid black; */
}

.sl-list-listvehicles-icon-course{
	float:right;
	height:15px;
	width:15px;
	vertical-align:middle;
}
.sl-list-listvehicles-icon-ralenti{
	float:right;
	height:15px;
	width:30px;
	vertical-align:middle;
}
.sl-list-listvehicles-icon-report-quick{
	float:right;
	height:15px;
	width:15px;
	padding-left: 2px;
    vertical-align:middle;
}


.sl-list-listvehicles-icon.sl-green{
	background-color:rgba(0,255,0,1);
}
.sl-list-listvehicles-icon.sl-yellow{
	background-color:rgba(255,255,0,1);
}
.sl-list-listvehicles-icon.sl-red{
	background-color:rgba(255,0,0,1);
}
.sl-list-listvehicles-icon:last-child{
	margin-right:3px;
}
.sl-list-listvehicles-on-map{
	border-left: 3px solid #598EDE !important;
}
/* FIN LISTA DE VEHÍCULO */


/* INICIO LISTA DE COMANDOS */
.sl-listvehicles-item-comando{
	padding: 2px 0 2px 2px;
	margin-top:2px;
}
.sl-listvehicles-item-comando:hover{
	cursor:pointer;
	color: #FFFFFF;
	background-color:#598EDE;
}
.sl-listvehicles-item-comando:last-child{
	margin-bottom:2px;
}
/* FIN LISTA DE COMANDOS */
