@import "leaflet-draw/dist/leaflet.draw.css";

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30 !important;
}

.leaflet-div-icon {
  border: none;
  background-color: transparent;
}

.leaflet-container {
  overflow: hidden;
  z-index: 30 !important;
}

.leaflet-bottom {
  z-index: 30 !important;
}

#map {
  z-index: 0 !important;
}

.leaflet-popup-pane,
.leaflet-control {
  z-index: 30 !important;
}

.leaflet-draw-section{
  position: relative;
  margin-right: 42px;
}

.leaflet-draw-toolbar a {
  background-image: linear-gradient(transparent, transparent),
                    url(https://timlead.com/images/spritesheet.png) !important;
}
