

.dropdown-container {
display: inline-block;	
margin-left: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
	  border: 1px solid #5a5a5a;
	  font-family: 'Lato', sans-serif;
	  margin-bottom: 10px;
	  cursor: pointer;
}

.dropdown-box{
  float:left;
  border-left: 1px solid #eee;
}

.infobox {

width: 30px;
height:40px;	
float:left;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
color:#5a5a5a;
text-align: center;
padding-top: 10px;
border-right: 1px dashed #ddd;
}

.infobox:hover {

width: 30px;
height:40px;	
float:left;
background: #ffffff;
background: rgb(109,158,255);
background: -moz-linear-gradient(top,  rgba(109,158,255,1) 0%, rgba(65,119,200,1) 100%);
background: -webkit-linear-gradient(top,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
background: linear-gradient(to bottom,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eff', endColorstr='#4177c8',GradientType=0 );

color:#fff;
text-align: center;
padding-top: 10px;
border-right: none;
}

.infoboxmobile {

position: absolute;
width: 30px;
height:30px;

color:#1d1d1d;
text-align: center;
right: 0;
}


.header-dropdown {
z-index: 99;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
height: 40px;
float:left;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
border-right: 1px solid #fff;
width: 85px;


}

.masthoehedrop {	
}



.dropdown{
	height: 40px;
	padding: 5px 0;
	line-height: 28px;
	width:175px;
	color: #000;
	font-size: 12px;
	border-left:1px solid #eee;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	float:left;
	
}

.dropdown:hover {
  z-index: 100;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

}

	.dropdown > em{
		float: left;
		font-style: normal;
		font-size: 14px;
		padding-left: 10px;
	}
	.dropdown > em + span{
		width: auto;
	}
	.pre-selected{
		font-size: 14px;
		padding-left: 10px;
		width: calc(100% - 24px);
		float: left;
		white-space: nowrap;

	}
	
	
	.drop-arrow{
		position: absolute;
		right: 4px;
		width: 28px;
		text-align: center;
		font-size: 18px;
		
	}
	.dropdown ul {
		position: absolute;
		top: 100%;
		width: 100%;
		display: none;
		background: #fff;
		border: 1px solid #3d74c7;
		border-top: none;
		z-index: 100;
		max-height: 460px;
		overflow: auto;
		padding: 0;
	}
		.dropdown li {
			padding: 8px 0;
			margin-left: 0px;
			padding-right: 14px;
			margin-top: 0px;
			line-height: 16px;
			min-height: 34px;
			color: #4a535e;
      list-style-type: none;
	  padding-left: 10px;
	  border-bottom: 1px solid #eee;
		}
		
				.dropdown ul li:hover {
		background:#eee;
		}
			.drop-check{
				float: right;
				font-size: 16px;
				font-weight: bold;
color:#00FF0D;
				
			}
			
			


			