.leaflet-container .leaflet-control-search {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background: #fff;
    color: #1978cf;
    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;
    border: 0 !important
}

.leaflet-top {
    width: 100%;
    height: 100%;
}

.leaflet-control-search.search-exp,
.leaflet-control-search.search-exp2 {
    /*expanded*/
    background: #fff;
    border: 0;
    background-clip: padding-box;
}

.show-input {
    display: block !important;
    max-width: 300px !important;
}

.leaflet-control-search .search-input {
    display: block;
    float: left;
    border-radius: 6px;
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    height: 28px;
    padding: 3px 2px 3px 2px;
    margin: 4px 0 4px 4px;
    width: 250px;
}

.leaflet-control-search.search-load .search-input {
    background: url('../images/loader.gif') no-repeat center right #fff;
    margin-right: 3px;
}

.leaflet-control-search.search-load .search-cancel {
    visibility: hidden;
}

.leaflet-control-search .search-cancel {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 4px;
    margin: 6px 0;
    background: url('../images/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 {
    float: left;
    width: 30px;
    height: 30px;
    background: url('../images/search-icon.png') no-repeat 4px 4px #fff;
    border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
    background: url('../images/search-icon.png') no-repeat 4px 4px;
}

.leaflet-control-search .search-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    max-height: 122px;
    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;
}

.leaflet-control-search .search-tip {
    margin: 2px;
    padding: 7px 10px;
    display: block;
    color: #263238;
    background: rgb(250, 250, 250);
    border-radius: .25em;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
    max-width: 25rem;
    word-break: break-all;
}

.leaflet-control-search .search-button:hover {
    background-color: #fff;
}

.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: #ef5350;
    font-weight: bold;
    border-radius: .25em;
}