 
.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
	background:#fff;
	color:#1978cf;
	border: none;
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index:1000;
	margin-left: 10px;
	margin-top: 8px;
}
.leaflet-control-search.search-exp {/*expanded*/
	background: #fff;
	/* border: 2px solid rgba(0,0,0,0.2); */
	background-clip: padding-box;
}
.leaflet-control-search .search-input {
	display:block;
	float:left;
	background: #fff;
	border:none; 
	border-radius:2px;
	height:40px;
	padding: 0 20px 0 15px;
	margin:4px 0 4px 4px;
	color: #82B6BA;
	outline: none;
	font-size: 18px;
}
.leaflet-control-search .search-input::placeholder{
	color: #82B6BA;
}
.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: 68px;
    margin: 15px 0;
    background: url(../images/cancel-search.png) no-repeat;
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-size: 16px 16px;
}

.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;
	width:32px;
	height:32px;
	background: url('../images/search-icon.svg') no-repeat 8px#fff;
	border-radius:4px;
}
.leaflet-control-search .split-buttons {
	display: block;
    float: left;
    color: #82B6BA;
    border-radius: 4px;
    font-size: 21px;
}
.leaflet-control-search .all-project-button {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background: url('../images/list-all.svg') no-repeat #fff;
	border-radius:4px;
	margin-right: 10px;
}

.leaflet-control-search .search-tooltip {
	position: absolute;
    top: 100%;
    left: 0;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1010;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    border-top: 1px solid #ddd;
    margin-top: 6px;
}
.leaflet-control-search .search-tip {
    display: block;
    color: var(--2, #1D5868);
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-start;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    user-select: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: none;
}

.leaflet-control-search .listItemText {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.leaflet-control-search .listItemIcon {
    min-width: 33px !important;
    color: rgba(0,0,0,.54);
    display: inline-flex;
    flex-shrink: 0;
}
.leaflet-control-search .search-button:hover {
	background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip: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;
}


