.editor-vertical {
  margin-right: 0;
}
.leaflet-control-search .search-tip {
  white-space: unset !important;
}
#map {
  height: 500px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#map input[type="radio"] {
  height: unset;
}
.leaflet-control-search.search-exp {
  display: flex;
  width: 200px;
}
.leaflet-control-search .search-tooltip {
  min-width: 200px !important;
}
.leaflet-popup-content {
  width: 265px !important;
}
#map .leaflet-control-search {
  background-color: white;
}
#map .leaflet-control-search.search-exp .search-button {
  width: 35px;
}
.checkPlot {
  position: absolute;
  float: left;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  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;
  cursor: pointer;
  top: 10.5rem;
}
.fa-hand-pointer-o {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 4px;
}
.checkPlot-active .fa-hand-pointer-o {
  background-color: #e6e6e6;
}
.mapCheck {
  cursor: pointer;
}
.showOnMap {
  margin-left: 5px;
  color: black;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
