ul.list-device{
	list-style: none;
	
	max-height: 150px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 1px solid #cac;
}

ul.list-device li{
	color: #000;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	padding: 2px;
}
ul.list-device li:hover{
	background: #f5f5f5;
	cursor: default;
}
table.infor-device{
	width: 100%;
	min-height: 100px;	
	padding: 3px;	
}
table.infor-device tbody tr{
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
table.infor-device tbody tr td{
	font-size: 12px;
	text-align: left;
	padding: 2px 0px;
	vertical-align: top;
	width: 50%;
}
table.infor-device tbody tr td:first-child{
	font-weight: bold;
}
table.infor-device tbody tr td:last-child{
	text-align: right;
	min-width: 40px;
}

.stop_style{
	background: #B3C526 !important;
}

.list-car{
	width: 100%;
	max-height: 160px;	
	overflow-y:scroll;
	border:1px solid #ccc;
}
.list-car li,.list-car ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding: 3px;		
}
.list-car ul li.label-list-car{
	font-weight: bold;
	font-size: 14px;
	background: #dfe3ee;
}
.list-car ul li:not(.label-list-car){
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 3px 0px;
}
.list-car ul li:not(.label-list-car):hover{
	cursor: pointer;
	/*background: #dfe3ee;*/
}
.report-ul{
	border: none;
}
.report-ul ul{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	border: 1px solid #ccc;
	height: 100px;
	overflow-y: scroll;
}