.displayNone {
	display: none;
}

.leaflet-control-geosearch {
	/* change top to move the control*/
	top: 0px;
	position: relative;
}

.leaflet-control-geosearch a {
	-webkit-border-radius: 4px;
			border-radius: 4px;
	border-bottom: none;
}

.leaflet-control-geosearch a.glass {
	background-image: url(../img/geosearch2.png);
	background-size: 60% 60%;
}

.leaflet-control-geosearch a.spinner {
	background-image: url(../img/spinner.gif);
	background-position: 50% 50%;
}

.leaflet-control-geosearch a.alert2 {
	background-image: url(../img/alert.png);
	background-size: 64% 64%;
}

.leaflet-control-geosearch a:hover {
	border-bottom: none;
}

.leaflet-control-geosearch form {
	position: absolute;
	top: 0;
	left: 22px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 4px;
			border-radius: 0px 4px 4px 0px;
	z-index: -1;
	background: #FFF;
	height: 26px;
	padding: 0 6px 0 6px;
}

.leaflet-touch .leaflet-control-geosearch form {
	padding: 2px 6px 2px 8px;
	line-height: 28px;
    height: 30px;
}

.leaflet-touch .leaflet-control-geosearch form input {
    margin-top: 0px;
}

.leaflet-control-geosearch form input {
	width: 200px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 5px;
}

.leaflet-control-geosearch .message {
	position: absolute;
	top: 26px;
	left: 30px;
	width: 226px;
	color: #FFF;
	background: rgb(40, 40, 40);
	padding: 4px 0 4px 8px;
}

.leaflet-touch .leaflet-control-geosearch .message {
	top: 30px;
	right: -2px;
}

.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
	background:#fff;
	color:#000305;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color: rgba(255, 255, 255, 1.0);
	z-index:10000;	
	box-shadow: 0 1px 7px rgba(0,0,0,0.65);
	margin-right: 10px;
    margin-top: 10px;
    height: auto;
}
.leaflet-control-search .search-exp {/*expanded*/
	box-shadow: 0 1px 7px #999;
    background: #fff;
}
.leaflet-control-search .search-input {
	display: block;
	float: right;
	background: #fff;
	border: none;
	/*border: 1px solid #666;
	border-radius: 2px;*/
	height: 20px;
	padding: 0 2px 0 2px;
	margin: 3px 3px 3px 1px;
	outline: 0px;
	min-width: 300px;
}
.leaflet-control-search .search-load .search-input {
	background: url('../img/spinner.gif') no-repeat center right #fff;
}
.leaflet-control-search .search-load .search-cancel {
	visibility:hidden;
}
.leaflet-control-search .search-cancel {
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	right: 4px;
	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:right;
	width:26px;
	height:26px;	
	background: url('../img/search-icon.png') no-repeat 2px 2px;
	border-radius:4px;
}
.leaflet-control-search .search-button.searching {
	/*background: url('../img/search-icon.png') no-repeat 2px -22px;*/
	background: url('../img/spinner.gif');
	background-position: center;
	background-repeat: no-repeat;
}
.leaflet-control-search .search-tooltip {
	position: absolute;
	top: 100%;
	left: 28px;
	right: 0;
	max-height: 130px;
	float: left;
	list-style: none;
	background: #fff;
	padding-left: 0;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
	background-color: rgba(255, 255, 255, 1.0);
	z-index: 7;
	overflow-y: auto;
	overflow-x: auto;
	cursor: pointer;
	margin-top: 3px;
}
.leaflet-control-search .search-tip {
	margin:2px;
	padding:2px 4px;
	display:block;
	color:black;
    
	border-radius:.25em;
	text-decoration:none;	
	white-space:nowrap;
	vertical-align:center;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover,
.leaflet-control-search .search-button:hover {
	background-color: #eee;
}
.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;
}
