/*Extra kommentar*/
/* LAYOUT */

#container{
position:absolute;
top:2px;
left:0;
float:left;
display:inline;
margin:0;
padding: 0;
/* background-color: #f3f3f3; */
}

.leftPane{
	border-right:2px solid #aaa;
	z-index: 2;
	-webkit-transform: translateZ(0);
}

.rightPane{
	border-left:2px solid #777;
	z-index: 1;
	position:absolute;
	display:block;
	overflow-y: hidden;
	overflow-x: hidden;
	padding:0px;
	margin:0px;
}

.rightPaneContent{
	padding:20px 10px;
}

.leftPaneContent{
	padding:20px 0px;
}

.leftPaneContent h3{
	display:none;
	text-indent: 10px;
}

.leftPaneContent .toggle{
	position: absolute;
	top: 23px;
	right: 10px;
}

.leftPaneContent .searchAsset{
	position: relative;
	margin-left:10px;
	margin-bottom: 5px;
	width:110px;
}

#assetCount{
	position: relative;
	display: block;
	margin-left: 11px;
	font-size: 10px;
	margin-bottom: 10px;
}

#wh-assets div.loadingAssets {
position:absolute;
width:24px;
height:24px;
float:right;
margin-right:10px;
top:60px;
right:85px;
background-color:#fff;
background: #fff url('../images/arrows_24px.gif') no-repeat;
background-position-x: center;
background-position-y: center;
background-position: center center;
z-index:4;
opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=60); /* IE lt 8 */
-ms-filter: "alpha(opacity=60)"; /* IE 8 */
-khtml-opacity: .60; /* Safari 1.x */
-moz-opacity: .60; /* FF lt 1.5, Netscape */
cursor:default;
}

#assetContent{
	overflow-y: scroll;
}

.rightPaneContent .toggle{
	margin-right:10px;
	width:6px;
}
.rightPaneContent .close, #wh-infoBox .close{
	position:absolute;
	right:0px;
	top:0px;
}

.rightPaneContent .fields label{
	min-width:100px;
	display: inline-block;
}

.rightPaneContent .fields img{
	margin-left: 20px;
	vertical-align: bottom;
}

.rightPaneContent .message_actions, .rightPaneContent .message_actions a{
	display:none;
}

.rightPaneContent #inbox-table .td_message{
	line-height: 1em;
}

.rightPaneContent div.geofence,.rightPaneContent div.addGeofence, .rightPaneContent div.addExGeofence{
	min-height: 40px;
	padding-left: 10px;
}

.rightPaneContent div.addExGeofence{
	padding-left: 0px;
}

.rightPaneContent .editGeofence{
	cursor: pointer;
}

.rightPaneContent .editPane{
	display:none;
	padding-bottom: 20px;
}

.rightPaneContent .editPane .center{
	padding-left:10px;
}

.rightPaneContent .editPane .save,.rightPaneContent .editPane .remove,.rightPaneContent .editPane .cancel{
	margin-top:10px;
}

.geofences tr td:first-child{
	padding-right: 10px;
}

.geofences .geofence:nth-child(odd){
	background-color:rgba(0,0,0,0.15);	
}

.geofences .geofence{
	padding-top: 7px;
}

.rightPaneContent .stickyHeader{
	position:absolute;
	top:15px;
	left:10px;
	width:415px;
}

.rightPaneContent .stickyFooter{
	position:absolute;
	bottom:20px;
	left:10px;
}

.rightPaneContent .stickyContent{
	position: absolute;
	top:85px;
	bottom:70px;
	left:10px;
	width:415px;
	display: block;
	overflow-y: auto;
}

.stickyContent h3{
	font-size: 14px;
	margin-top: 15px;
}

li.asset{
	display:block;
	position:relative;
	overflow:visible;
	padding: 0.5em 10px 0px 10px;
	cursor:pointer;
	height: 50px;
	border-bottom: 1px #666 dotted;
	margin-bottom:0;
}

li.asset:last-child{
	border-bottom: none;
}

.asset a{
	top: 10px;	
}

.asset a:hover{
	text-decoration: none;	
}


.asset span.time{
	font-size: 10px;
}

.assetIcon{
	position:absolute;
	cursor: pointer;
	top:9px;
	right:10px;
	width:36px;
	height:36px;
	background-position: -936px 0px;
	background-repeat: no-repeat;
	/* overflow: hidden; */
}


.assetToolbox{
	position: absolute;
	display:block;
	top:0px;
	left:230px;
	margin:0;
	border:1px solid #CCC;
	z-index: 1;
	white-space: nowrap;
	background-color: #fff;
	padding:3px 10px;
	display:none;
}

.assetToolbox li{
position: relative;
display:inline-block;
width:40px;
height: 23px;
border:0;
}

.assetToolbox li{
cursor: pointer;
}

.assetToolbox li .notify{
}

.assetToolbox li .toolboxWrapper{
position: absolute;
display: block;
}


.assetToolbox li span{

}

#wh-assets {
	float:left;
	display:block;
	position:absolute;
	left: 0;
	width:200px;
	overflow-y: none;
	overflow-x:visible;
	/* z-index:3; */
	/* background-color: #f3f3f3; */
}

li.asset div.positioning {
position:absolute;
width:50px;
height:100%;
top:0px;
right:0px;
background-color:#fff;
background: #fff url('../images/arrows_24px.gif') no-repeat;
background-position-x: center;
background-position-y: center;
background-position: center center;
z-index:4;
opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=60); /* IE lt 8 */
-ms-filter: "alpha(opacity=60)"; /* IE 8 */
-khtml-opacity: .60; /* Safari 1.x */
-moz-opacity: .60; /* FF lt 1.5, Netscape */
cursor:default;
}

#wh-assets ul{
 list-style-position: outside;
 margin:0;
 padding:0;
}

#wh-assets ul li{
 position:relative;
 list-style: none;
}

#wh-canvas{
position:relative;
float:left;
display:inline;
background-color: #f3f3f3;
}

#wh-infoBox{
position:fixed;
bottom:5px;
left:205px;
width: 300px;
margin:0;
padding:10px;
/* background-color: #000; */
border:1px solid #CCC;
display: none;

-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#wh-infoBox tr:nth-child(odd){
	background-color:rgba(0,0,0,0.15);	
}

#wh-infoBox table{
	width:100%;
}

#wh-infoBox tr td:first-child{
	padding-right: 10px;
}

#wh-infoBox .close{
	position:absolute;
	right:10px;
	top:5px;
}

#wh-infoBox img.headingImage{
	margin-left:10px;
	vertical-align: bottom;
}

.infoBox{
display:none;
}

.trafficControlWrapper {
    margin: 10px; z-index: 0; position: absolute; cursor: pointer; right: 0px; top: 0px;
}
.trafficControlFloat{
	float:left;
}
.trafficControlText {
direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(86, 86, 86); font-family: Roboto, Arial, sans-serif; -webkit-user-select: none; font-size: 11px; padding: 8px; border-radius: 2px; -webkit-background-clip: padding-box; box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; border-width: 0px; min-width: 33px; background-color: rgb(255, 255, 255); background-clip: padding-box;
}
.trafficControlText:hover {
	background-color: rgb(235, 235, 235);
}
