
#objList {
	top: 40px;	
	heigth: 300px;
	display: none;
}

.objListItemEmpty {
	padding-left: 20px !important;
}

.objListImg {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	float: left;
}

.objListImgSat {
	width: 16px;
	height: 16px;
	margin-left: 20px;
	float: left;
}

.objListImgGeo {
	width: 16px;
	height: 16px;
	margin-left: 18px;
	float: left;
}

.objListImgSpeed {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	float: left;
}

.objListImgPhone {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	float: left;
}

.objListImgGo {
	width: 16px;
	height: 16px;
	margin-left: 0px;
	float: left;
}


.objListId {
	width: 20px;
	text-align: left;
	height: 16px;
	margin-left: 5px;
	float: left;
	#border: 1px solid rgba(82, 168, 236, 0.804);
}

.usrListId {
	width: 16px;
	text-align: left;
	height: 16px;
	margin-left: 10px;
	float: left;
	#border: 1px solid rgba(82, 168, 236, 0.804);
}

.objListId_disabled {
	width: 40px;
	text-align: center;
	height: 16px;
	margin-left: 2px;
	float: left;
	border: 1px solid rgba(82, 168, 236, 0.804);
	background:#FF0000;
}

@keyframes pulse {
  0% {
    background-color: '';
  }
  100% {
    background-color: #FF0000;
  }
}

.objStatusRedBlinked {
	width: 40px;
	text-align: center;
	height: 16px;
	margin-left: 2px;
	float: left;
	border: 1px solid rgba(82, 168, 236, 0.804);
	#animation: pulse 1s infinite;
	background:#FF0000;
}

/* @keyframes pulse {
  0% {
    background-color: '';
  }
  100% {
    background-color: #00FF00;
  }
}

.objStatusGreen {
	font-family: arial;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	animation: pulse 1s infinite;
} */

.objStatusGreen {
	width: 20px;
	text-align: center;
	height: 16px;
	margin-left: 2px;
	float: left;
	border: 1px solid rgba(82, 168, 236, 0.804);
	background:#00FF00;
}

.objStatusRed {
	width: 20px;
	text-align: center;
	height: 16px;
	margin-left: 2px;
	float: left;
	border: 1px solid rgba(82, 168, 236, 0.804);
	background:#FF0000;
}

.objListName {
	font-family: arial;
	height: 20px;
	overflow: hidden;
	cursor: pointer;	
}

.objListName_disabled {
	font-family: arial;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
background:#FF0000;	
}

#show_all {
	margin: 0px 10px;
}

#objListDiv {
	#position:absolute;
	top:40px; bottom:40px; left:0;
	background:transparent;
	#overflow:auto;
} 

#objTrackDiv {
	position:absolute;
	top:45px; bottom:48px; left:0;
	overflow-x: auto;
	width:300px; 
	display:none;
	background:#aaa;
	overflow:auto;
}

#scroller {
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

#scroller li {
	padding:0 10px;
	height:20px;
	line-height:20px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#fafafa;
	font-size:14px;
}

.objName {
	width: 100px;
	text-align: center;
	font: 12px "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	color: black;
	margin: -1px -36px;
	padding: 0px 0px;
	font-weight: bolder;
}

.check0{
    background-image: url(images/check.png); 
    float:left; 
	background-position: 0 0px;
    width:20px;
    height:20px;
}
 
.check1{
    background-image: url(images/check.png);
    float:left; 
    background-position: 0 -31px;
    width:20px;
    height:20px;
}

.checkall{
    background-image: url(images/check.png);
    float:center; 
    background-position: 0 -31px;
    width:20px;
    height:20px;
}

.datefield{
	width: 150px;
}
.form-horizontal .control-label-wight {
    float: left;
    width: 256px;
    padding-top: 5px;
    text-align: left;
}