
.leaflet-control-geocoder .fa{
		padding: 8px 23px;
		height: 35px;
		width: 65px;
		font-size: 16px;
		border: 1px solid #c9c9c9;
		background-color: #e6e6e6;
		border-radius: 3px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;

}


.leaflet-control-geocoder {
	background: white;

	-webkit-border-radius: 3px;
	        border-radius: 3px;
	line-height: 26px;
	overflow: hidden;
}

.leaflet-touch .leaflet-control-geocoder {
	box-shadow: none;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
    line-height: 30px;
}

.leaflet-control-geocoder-form {
	display: inline;
}

.leaflet-control-geocoder-form input, .leaflet-control-geocoder-form ul, .leaflet-control-geocoder-error {
	border: 0;
	color: transparent;
	background: white;
}

.leaflet-control-geocoder-form input {
	font-size: 12px;
	width: 0;
	transition: width 0.125s ease-in;
}

.leaflet-control-geocoder-form input{
  padding: 0px;
}

.leaflet-touch .leaflet-control-geocoder-form input {
	font-size: 20px;

}

.leaflet-control-geocoder-icon {
	float: right;
	cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
	margin-top: 2px;
	width: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
	background-image: url("/assets/5_1/img/ajax-loader_a2d3e3.gif");
	background-position: center;
    background-repeat: no-repeat;


}



.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
	width: 300px;
	padding: 0 0 0 8px;
	vertical-align: middle;
	color: #000;
	border: 1px solid #c9c9c9;
	height:35px;

}


.leaflet-control-geocoder-expanded input{
	border-right-style: none;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}


.leaflet-control-geocoder-form input:focus {
	outline: none;
}

.leaflet-control-geocoder-form button {
	display: none;
}

.leaflet-control-geocoder-form-no-error {
	display: none;
}

.leaflet-control-geocoder-error {
	margin-top: 8px;
	display: block;
	color: #444;
}

ul.leaflet-control-geocoder-alternatives {
	width: 340px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	list-style: none;
  	padding: 0;
  	transition: height 0.125s ease-in;

}

.leaflet-control-geocoder-alternatives-minimized {
	width: 0 !important;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.leaflet-control-geocoder-alternatives li {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eee;
	padding: 0;
}


.leaflet-control-geocoder-alternatives li:last-child {
	border-bottom: none;
}

.leaflet-control-geocoder-alternatives a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 16px 8px 16px 8px;
	font-size: 14px;
	line-height: 1;
}

.leaflet-touch .leaflet-control-geocoder-alternatives a {
	font-size: 18px;
}

.leaflet-control-geocoder-alternatives a:hover, .leaflet-control-geocoder-selected {
	background-color: #e6e6e6;
}

.leaflet-control-geocoder-address-detail {
	font-size: 12px;
	font-weight: normal;
}

.leaflet-control-geocoder-address-context {
	color: #666;
	font-size: 12px;
	font-weight: lighter;
}