/* 
	Widget specific styles go here
*/

.img-holder {
	text-align: center;
	width:47px;
	height:47px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#294781;

}

.map-body{
	height: 355px;
	position: relative;
}

.select2-container .select2-selection .select2-selection__rendered{
	font-size: 18px;
}

.select2-container .select2-selection{
	padding: 0px 0px 0px 3px;
	background:none;
	border:1px !important;

}

.select2-dropdown{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	margin-top: 5px;
}

