 
.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
	background:#fff;
	color:#1978cf;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index:1000;	
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-search.search-exp {/*expanded*/
	display: flex;
	align-items: center;
}
.leaflet-control-search .search-input {
	display:
	block;
	float:
	left;
	background: transparent;
	border: 0px;
	padding: 6px 0px;
	margin:4px 0 4px 4px;
	width: 275px;
	max-width: 100% !important;
	font-size: 15px;
	outline: 0 !important;
}
.leaflet-control-search.search-load .search-input {
	background: url('../images/loader.gif') no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
	visibility:hidden;
}
.leaflet-control-search .search-cancel {
	display:
	block;
	width:22px;
	height:22px;
	position:
	absolute;
	right: 18px;
	margin:6px 0;
	background: #fff url('../images/cancel.svg') no-repeat;
	text-decoration:
	none;
	filter: alpha(opacity=80);
	background-position: center;
}
.leaflet-control-search .search-cancel:hover {
	background: #fff url(../images/cancel-hover.svg) no-repeat;
}
.leaflet-control-search .search-cancel span {
	display:none;/* comment for cancel button imageless */
	font-size:18px;
	line-height:20px;
	color:#ccc;
	font-weight:bold;
}
.leaflet-control-search .search-cancel:hover span {
	color:#aaa;
}
.leaflet-control-search .search-button {
	display:
	block;
	float:
	left;
	width:30px;
	height:30px;
	background: url('../images/search.svg') no-repeat;
	background-size: 70%;border-radius:4px;
	background-position: center;
}
.leaflet-control-search .search-button:hover {
	/* background: url('../images/search-hover.svg') no-repeat; */
	/* background-size: 70%; */
	/* background-position: center; */
}
.leaflet-control-search .search-tooltip:before{
	/* content: " "; */
	border-bottom: 1px solid #dadce0;
	background: #fff;
	height: 10px;
	width: 100%;
	position: absolute;
	display: block;
	top: -9px;
	z-index: 0;
	margin-bottom: 10px;
}
.leaflet-control-search .search-tooltip {
	border-top: 1px solid #dadce0;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
	position:
	absolute;
	top: 100%;
	left:0;
	float:
	left;
	list-style: none;
	padding-left: 0;
	width: 100%;
	max-height: 200px;
	background: #fff;
	z-index:1010;
	overflow-y:
	auto;
	overflow-x:
	hidden;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	/* border-radius: 8px; */
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.leaflet-control-search .search-tip {
	padding: 10px 0px 10px 60px;
	display:
	block;
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	text-decoration:
	none;
	white-space:
	nowrap;
	background: url(../images/location-marker.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 17px center;
	z-index: 100000;
	position: relative;
}
.leaflet-control-search .search-button:hover {
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: rgba(0,0,0,.06);
}
.leaflet-control-search .search-alert {
	position: absolute;
	width: 100%;
	cursor:
	pointer;
	clear:
	both;
	left: 0;
	top: 100%;
	background: #fff;
	
	color:#e00;
	font-size: 15px;
	font-weight:
	bold;
	border-radius: 8px;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-top: 1em;
	font-family: sans-serif;
}


