.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: rgba(255, 255, 255, 0.75);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background-clip: padding-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  margin-left: 16px;
  margin-top: 10px;
  width: 144px;
}

.leaflet-control-search.search-exp {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.75);
  width: 144px;
  height: 30px;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgb(102, 102, 102, 0.25);
  border-radius: 3px;
  height: 22px;
  padding: 0 20px 0 5px;
  margin: 4px 0 4px 4px;
  width: 80px;
}

.leaflet-control-search.search-load .search-input {
  background: url("../images/loader.gif") no-repeat center right
    rgba(0, 0, 0, 0.25);
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  right: 36px;
  margin: 6px 0;
  background: url("../images/search-icon.png") no-repeat 0 -46px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  opacity: 0.8;
}

.leaflet-control-search .search-cancel:hover {
  opacity: 1;
}

.leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/search-icon.png") no-repeat 4px 4px
    rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding-left: 2px;
}

.leaflet-control-search .search-button:hover {
  background: url("../images/search-icon.png") no-repeat 4px -20px #fafafa;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  float: right;
  list-style: none;
  padding-left: 0;
  width: 190px;
  max-height: 120px;
  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: 2px 4px;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0.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: 0.75em;
  margin-bottom: 5px;
  padding: 0 0.25em;
  color: #e00;
  font-weight: 700;
  border-radius: 0.25em;
}
