﻿/*Custom CSS*/
.myLabel {
    background: transparent;
    border: 2px solid transparent;
    box-shadow: none;
    color: white;
   /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 0.5rem;
    z-index: 9999 !important;
}

.leaflet-tooltip-left.myLabel::before {
    border-left-color: transparent;
}

.leaflet-tooltip-right.myLabel::before {
    border-right-color: transparent;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    display: none !important;
}


/* customize look of leaflet zoom controls */

.leaflet-bar{
  box-shadow: none;
  border: 0px !important;    
}
.leaflet-control-zoom a{
  box-shadow: 0 1px 5px rgba(0,0,0,0.65); 
  z-index: 0 !important;
}
.leaflet-bar a{
  border-radius: 25px !important;
  background-color: #061d60;
  border: 1px solid rgba(0,0,0,.15);
  color: #ffffff;
}
.leaflet-bar a:last-child{
  border: 1px solid rgba(0,0,0,.15);
  
}
.leaflet-bar a:hover{
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,.15);
  color: #061d60;
}
.leaflet-control-zoom-in{
  margin-top: 15px;
  text-indent: 0px;
  font:normal 18px 'Arial';
  }
.leaflet-control-zoom-out{
  margin-top: 10px;
  text-indent: 0px;
  font:normal 18px 'Arial';
}
  

.leaflet-top.leaflet-left{
  z-index: 1 !important;
}