/* Default theme CSS */
.defaultDot{
	
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:3px;
	color:#ffffff;
	overflow:hidden
}
.labelTxt, .showHideBtn{
	padding:0;
	margin:0	
}
.labelTxt{
	
	float:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	position:absolute;
	overflow-y:auto;

}
.labelTxt img{
	border:solid 3px #fff;
	float:left;
	width:80px;
	margin:5px 10px 10px 0
}
.showHideBtn{
	float:right;
	background:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	display:inline-block;
	/*background:url(../img/apply.png) no-repeat left top;*/
	width:24px;
	height:25px;
	cursor:pointer;
	
}
.hideBtn{
	background-position:left -25px
}
.addScroll{
	overflow:scroll
}

/* You can write your own CSS to apply color theme */

/* For Automotive Demo */
.automotive .defaultDot{
	
	padding:3px;
	color:#CCC;
	font-size:14px;

	
}
.automotive .showHideBtn{
		background:#FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
background:url(../img/dot.png) no-repeat center;	
width:16px;
	height:15px;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	border: 1px solid #fff;
	

}
.automotive .hideBtn{
	background:left -30px #bf1e2e;
width:16px;
	height:15px;
}
.automotive .labelTxt{
			background:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
-webkit-box-shadow:  0px 2px 2px 1px rgba(50, 50, 50, 0.3);
        
        box-shadow:  0px 2px 2px 1px rgba(50, 50, 50, 0.3);
		border:#FFF 5px solid;
		color: #005696;
		font-size:12px;
		

}

