.leaflet-control-slidemenu{
    cursor: pointer;
}

.leaflet-bar {
    color: rgb(255, 255, 255);
}

.leaflet-control {
    clear: none;
}

.leaflet-menu{
    /* position: fixed; */
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    z-index: 1000;
    -webkit-user-select: none;
    /* background: rgb(255, 255, 255); */
    margin: 10px 0px 0px 10px;    
}

.leaflet-menu-contents{
    font-size: 16px;
    letter-spacing: 0.10em;
    font-weight: lighter;
    text-align: left;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    width: auto;
    box-shadow: none; /* rgba(0, 0, 0, 0.65098) 0px 1px 4px; */
}

.leaflet-menu0{
    height: 49px;
    top: 5px;
    left: 5px;
    position: absolute;
    background-color: rgba(100, 100, 100, 100);
    /* overflow: no-display; */
    cursor: default;
    z-index: 9000;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    opacity: 0.60;
    filter: alpha(opacity=60);    
}

.leaflet-menu2{
    position: absolute;
    top: 50px;
    width: 100%;
    min-height: 110px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 4px;
    background: rgb(255, 255, 255); 
}

.leaflet-menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background: #f2f2f2;
}

.leaflet-menu::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #777;   
}

.leaflet-menu-close-button{
    background-color: transparent;
    border: none;
    font-size: 14pt;
    color: #777;
    cursor: pointer;
}

.leaflet-menu-close-button:hover{
    color: #4285F4;
    text-decoration: none;
}
.leaflet-menu-tips{
    width: auto;
    height: 26px;
    padding: 3px 10px 5px 10px;
    margin: 5px 5px 10px 10px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
    text-shadow: 1px 1px #000;
}

.leaflet-menu-btn {
    display: inline-block;
    text-align: left;
    height: 100%;
    line-height: 50px;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 10px;
    /* margin-left: 2px; */
    /* background: rgba(23, 88, 135, 0.6); */
    background: rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(23, 88, 135, 0.6);
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    opacity: 0.8;
}

.leaflet-menu-btn select, input{
    max-width: 100%;
    padding: 0px;
    margin-top: 3px;
    color: rgb(89, 89, 89);
    border: none;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0px;
}

.leaflet-menu-btn:hover{
    /* background: rgba(23, 88, 135, 0.8); */
    text-shadow: none;
    opacity: 1;
}

.leaflet-menu-close{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 24px;
    width: 30px;
    cursor: pointer;
    float: right;
    text-align: center;
}

.leaflet-menu-close:hover{
    text-decoration: none;
}

.leaflet-menu-next{
    width: auto;
    /* float: right; */
    left: 10px; 
    padding: 3px 10px 5px 10px;
}

.leaflet-menu-full{
    width: 50px;
    /* float: right; */
    padding: 1px 10px 5px 2px;
}

.leaflet-menu-info{
    width: 50px;
    background-image: url('../images/info.png');
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-info.active{
    background-color: yellowgreen;
    background-image: url('../images/info.png');
}

.leaflet-menu-track{
    width: 50px;
    background-image: url('../images/track0.png');
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-track.active{
    background-color: yellowgreen;
    background-image: url('../images/track1.png');
}

.leaflet-menu-field{
    width: 50px;
    background-image: url('../images/field0.png');
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-field.active{
    background-color: yellowgreen;
    background-image: url('../images/field1.png');
}

.leaflet-menu-layersTree{
    width: 50px;
    background-image: url('../images/layerTree0.png');
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-layersTree.active{
    background-color: yellowgreen;
    background-image: url('../images/layerTree1.png');
}

.leaflet-menu-station{
    width: 50px;
    background-image: url('../images/station0.png');
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-station.active{
    background-color: yellowgreen;
    background-image: url('../images/station1.png');
}

.leaflet-menu-search {
    width: 50px;
    background-image: url('../images/search1.png');
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-where {
    width: 50px;
    /* float: right; */
    /* padding: 3px 10px 5px 30px; */
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-zoom {
    display: inline-block;
    text-align: left;
    height: 100%;
    width: 28px;
    line-height: 25px;
    cursor: pointer;
    vertical-align: top;
    font: bold 20px 'Lucida Console', Monaco, monospace;
}

.leaflet-menu-zoom a {
    color: rgb(255, 255, 255);
    width: 28px;
    height: 25px;
    text-align: center;
    background: rgba(115, 107, 57, 0.6);
    position: absolute;
    box-sizing: border-box;
    padding-left: 2px;
    padding-top: 3px;
    text-decoration: none;
}

.leaflet-menu-zoom a:hover {
    background: rgba(115, 107, 57, 0.8);
}

.leaflet-menu-zoom-in {
    /* top: 2px; */
}

.leaflet-menu-zoom-out {
    bottom: 0px;
}

.leaflet-menu-zoom a.disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.maxscreen-menu { 
    background-image: url('../images/maxscreen.png'); 
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.minscreen-menu { 
    background-image: url('../images/minscreen.png'); 
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
}

.leaflet-menu-ruler {
    background-image: url('../images/ruler0.png'); 
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
}

.leaflet-menu-ruler.active {
    background-color: yellowgreen;
    background-image: url('../images/ruler1.png'); 
}

/* Locate - Compatible with Leaflet 0.6 */

.leaflet-control-locate {   
    background-image: url(../images/locate0.png);
}

.leaflet-control-locate .leaflet-touch {
    background-image: url(../images/locate_touch.png);
}

.leaflet-control-locate.requesting {
    background-image: url(../images/spinner.gif);
    /* background-position: 8px 50%; */
}

.leaflet-control-locate.active {
    background-image: url(../images/locate1.png);
}

.leaflet-control-locate.active.following {
    background-image: url(../images/locate2.png);
}

.leaflet-bar a, .leaflet-bar a:hover {
    width: 36px;
    height: 31px;
    padding-top: 5px;
}

.leaflet-control-navbar-open {
    background-image: url("../images/upload0.png");
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;    
    width: 50px;
}

.leaflet-control-navbar-open:hover {
    background-image: url("../images/upload1.png");
}

.leaflet-manu-layers {
    background-image: url(../images/minimap0.png);
    background-size: 24px 24px; 
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
}

.leaflet-manu-layers.active {
    background-color: yellowgreen;
    background-image: url(../images/minimap1.png);
}

/* Mobile devices */
/*
@media (max-width: 410px) {
    .leaflet-menu{
        height: auto;
    }
    .leaflet-menu-next{
        background-image:url('../images/walking.png');
        background-size: 34px 34px;
        background-repeat: no-repeat;
        background-position: 8px 50%;
        padding: 3px 10px 5px 3px;
    }
    .leaflet-menu-next span{
        display:none;
    }
    .leaflet-menu-where{
        background-size: 34px 34px;
        background-repeat: no-repeat;
        background-position: 8px 50%;
        padding: 3px 10px 5px 3px;
    }
    .leaflet-menu-where span{
        display:none;
    }
}
*/