
/*.leaflet-top.leaflet-left {
	top: 110px;
}*/
.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
	background:#fff;
	/*color: #02776c;*/
	background-color: rgba(255, 255, 255, 0.8);
	z-index:1000;	
	box-shadow: 0 1px 7px rgba(0,0,0,0.65);
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-search.search-exp {/*expanded*/
	box-shadow: 0 1px 7px #999;
	background: #fff;
}
.leaflet-control-search .search-input {
	box-sizing : border-box;
	width : 300px;
	display:block;
	float:left;
	background: #fff;
	border:1px solid black;
	height:28px;
	padding-left : 5px;
}
.leaflet-control-search.search-load .search-input {
	background: url('../img/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:18px;
	position:absolute;
	right:22px;
	margin:3px 0;
	background: url('../img/search-icon.png') no-repeat 0 -46px;
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.8;		
}
.leaflet-control-search .search-cancel:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.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;
	box-sizing : border-box;
	width:28px;
	height:28px;	
	background: url('../img/search-icon.png') no-repeat 2px 2px #fff;
	/*border-radius:4px;*/
        border : 1px solid black;
}
.leaflet-control-search .search-button:hover {
	background: url('../img/search-icon.png') no-repeat 2px -22px #fafafa;
}
.leaflet-control-search .search-tooltip {
	position:absolute;
	top:-200px;
	left:0;
	float:left;
	list-style: none;
	padding-left: 0;
	min-width:216px;
    max-width :328px;
	max-height:185px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
	background-color: rgba(0, 0, 0, 0.25);
	z-index:1010;
	overflow-y:auto;
	overflow-x:hidden;
	cursor: pointer;
        font: bold 1em Roboto;
        text-shadow : 1px 0 0 white;
}
.leaflet-control-search .search-tip {
        height: 40px;
        line-height: 38px;
	margin:2px;
	padding:2px 4px;
	display:block;
	color:black;
	background: #fff;
	border-radius:.25em;
	text-decoration:none;	
	white-space:nowrap;
	vertical-align:center;
}
.leaflet-control-search .search-button:hover {
	background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: #fff;
}
.leaflet-control-search .search-alert {
	cursor:pointer;
	clear:both;
	font-size:.75em;
	margin-bottom:5px;
	padding:0 .25em;
	color:#e00;
	font-weight:bold;
	border-radius:.25em;
}


