
.InfoIcon {
	float:right;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	position: relative;	
	background-repeat: no-repeat;
	background-position: 0 0; 
	background-size: 24px 24px;
	font-size:7px;
	color: white;
}
.InfoIconText{
	padding-top: 7px;
	padding-left: 5px;
	height: 17px;
	width: 19px;
}
.InfoIconTextSpeed{
	padding-top: 15px;
	padding-left: 0px;
	height: 17px;
	width: 24px;
	text-align: center;
	color: black;
	font-size:8px;
}
.objectSetIcon{
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 40px;
	text-align: center;
	margin: 3 2 0 2;
	padding: 0 0 0 1;
	height:40px;
}
.objectSetIcon img {
	max-width:  100%;
	max-height: 100%;
}

#objectsInCluster,
#objects {
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 300px;
	height: calc(100% - 113px);
}

.positionInfo #objectsInCluster,
.positionInfo #objects {
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 300px;
	height: calc(100% - 173px);
}

#objects div {
	 /*border: 0px solid black;*/
}
#objectsInCluster .row .block,
#objects .row .block{
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 12px;	
	padding: 0 0 0 0;
	margin: 2 0 2 5;
	min-height:60px;
	max-height:60px;
	display:block;
	color: #000;
	z-index:9;
	min-width: unset;
	max-width: unset;
	position: relative;
}
#objectsInCluster .row .extraBlock,
#objects .row .extraBlock{
	border-radius: 10px;  
	float: right;
	border: 1px solid #ccc; 
	width: 75%;
	text-align: center;
	font-size: 12px;	
	padding: 0 0 0 0;
	margin: -20 7 2 5;
	min-height:65px;
	max-height:65px;
	display:block;
	color: #000;
	z-index: 1;
	min-width: unset;
	max-width: unset;
	position: relative;
}
#objectsInCluster .row .extraBlock .shortcutBar,
#objects .row .extrablock .shortcutBar{	
	width: calc(100% - 8px);
	text-align: left;
	display:block;
	font-size: 12px;
	padding: 18 4 0 4;
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	min-height: 24px;
	max-height: 24px;
}
#objectsInCluster .row .extraBlock .shortcutBar .leftside,
#objects .row .extrablock .shortcutBar .leftside{	
	width: 40%;
	float: left;
}
#objectsInCluster .row .extraBlock .shortcutBar .leftside img,
#objects .row .extrablock .shortcutBar .leftside img{
	max-width:  24px;
    max-height: 24px;
}
#objectsInCluster .row .extraBlock .shortcutBar .rightside,
#objects .row .extrablock .shortcutBar .rightside {	
	width: 60%;
	float: right;
}
#objectsInCluster .row .extraBlock .shortcutBar .rightside img,
#objects .row .extrablock .shortcutBar .rightside img{
	max-width:  24px;
    max-height: 24px;
}
#objectsInCluster .row .extraBlock .infoBar,
#objects .row .extrablock .infoBar{	
	width: 95%;
	text-align: left;
	display:block;
	font-size: 10px;
	padding: 6 0 0 6;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	min-height: 24px;
	max-height: 24px;
}
#objectsInCluster .row .extraBlock .infoBar .mileage,
#objects .row .extrablock .infoBar .mileage{	
	float: left;
}
#objectsInCluster .row .extraBlock .infoBar .driver,
#objects .row .extrablock .infoBar .driver{	
	float: right;
}
#objectsInCluster .row .block .title,
#objects .row .block .title{	
	width: 205px;
	text-align: left;
	display:block;
	font-size: 14px;
	padding: 4 0 0 0;
	float: right;
	font-weight: bold;

}
#objectsInCluster .row .block .title .name,
#objects .row .block .title .name{	
	width: 164px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*max-height:75px;*/
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
#objectsInCluster .row .block .title .named,
#objects .row .block .title .named{	
	width: 145px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*max-height:75px;*/
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
#objectsInCluster .row .block .title .state,
#objects .row .block .title .state{
	width: 34px;
	text-align: center;
	vertical-align: top;
	display:block;
	font-size: 24px;
	margin-top: -6px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	font-weight: bold;
	color: #43a0be;
	cursor: hand;
}
#objectsInCluster .row .block .title .stated,
#objects .row .block .title .stated{
	width: 56px;
	text-align: center;
	vertical-align: top;
	display:block;
	font-size: 24px;
	margin-top: -3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	font-weight: bold;
	color: #43a0be;
	cursor: hand;
}
#objectsInCluster .row .block .title .date,
#objects .row .block .title .date{
	width: 164px;
	text-align: left;
	display:block;
	font-size: 10px;
	/*margin-top:  -14px;*/
	padding-top: 4px;
	padding-bottom: 0px;
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#objectsInCluster .row .block .title .stated img,
#objects .row .block .title .stated img,
#objectsInCluster .row .block .title .state img,
#objects .row .block .title .state img{
	max-width:  24px;
    max-height: 24px;
}
#objectsInCluster .row .block .icon,
#objects .row .block .icon{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 4 0 0 0;
	float: left;
	display: block;
}
#objectsInCluster .row .block .icon img,
#objects .row .block .icon img{
	max-width:  100%;
    max-height: 100%;
}
#objectsInCluster .row .block .info,
#objects .row .block .info{
	color: #000;
	width: 205px;
	text-align: left;
	display:block;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	max-height:35px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#objectsInCluster .row .block .info img,
#objects .row .block .info img{
	max-width:  14px;
    max-height: 14px;
}


#objectSettings {
	/*padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;*/
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 103px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 300px;
	height: calc(100% - 113px);	
}


.objectSettings {
    background-color: #ccc;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 10px;
    float: left;
    width: calc(100% - 8px); 
    text-align: center;
    font-size: 3vw;
    padding: 2 2 2 2;
}

.objectSettingsSystem{
	
	background-color:#ccc;
	margin-left:3px;
	
	margin-top:3px;
	border-radius: 15px;  
	float: left;
	width: 95%;
	text-align: center;
	font-size: 12px;
	
	
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#ccc;

}
INPUT.objectDetail{
	font-size: 12px;		
	width:100%;
	margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;	
}
td.objectDetail {
	font-size: 12px;
}









/*
#objectsInCluster {
	padding: 0 0 0 0;
	float:right;
	overflow: scroll;
	top: 113px; 
    bottom: 0px; 
	width: 300px;
	height: calc(100% - 113px);
	z-index:99;
}

#objectsInCluster .block{
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 12px;	
	padding: 0 0 0 0;
	margin: 2 0 2 5;
	min-height:60px;
	max-height:60px;
	display:block;
	color: #000;
		z-index:9;
}
#objectsInCluster .block .title{	
	width: 205px;
	text-align: left;
	display:block;
	font-size: 14px;
	padding: 4 0 0 0;
	float: right;
	font-weight: bold;

}
#objectsInCluster .block .title .name{	
	width: 124px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
#objectsInCluster .block .title .state{
	width: 81px;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	font-weight: bold;
}
#objectsInCluster .block .title .state img{
	max-width:  24px;
    max-height: 24px;
}
#objectsInCluster .block .icon{
	color: #aaa;
	width: 20%;
	height: 40px;
	text-align: center;
	font-size: 10px;
	padding: 4 0 0 0;
	float: left;
	display: block;
}
#objectsInCluster .block .icon img{
	max-width:  100%;
    max-height: 100%;
}
#objectsInCluster .block .info{
	width: 205px;
	text-align: left;
	display:block;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height:35px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#objectsInCluster .block .info img{
	max-width:  14px;
    max-height: 14px;
}
*/
.optionBar {
	width: 100%;
	float:left;
}

#objectsInCluster .row #infoc,
#objects .row #info {
	background-color: #eee;
	border-radius: 10px;
    float: left;
    border: 1px solid #ccc;
    width: 95%;
    text-align: center;
    font-size: 12px;
    padding: 0 0 0 0;
    margin: 2 0 2 5;
    min-height: 130px;
    max-height: 130px;
    display: block;
    color: #000;
    z-index: 9;
    min-width: unset;
    max-width: unset;
    position: relative;
}
#objectsInCluster .row #infoc table tr  td,
#objects .row #info table tr  td {
	font-size: 12px;
}
#objectsInCluster .row #infoc table tr  td img,
#objects .row #info table tr  td img{
	max-width:  24px;
	min-height: 24px;	
    max-height: 24px;
}

.optionBar .left {
	width: 50%;
	float:left;
}
.optionBar .right {
	width: 50%;
	float:right;
}
.optionBar .right div {
	float: right;
}
.optionBar .right .foldAll {
	font-size: 28px;
	color: #43a0be;
	padding: 0px 0px 0 0;	
	cursor: hand;	
}
.optionBar .right img {
	max-width:  36px;
	min-height: 36px;	
    max-height: 36px;
}
