
.leaflet-control-command-interior {
background-image: url(../images/icon-iti.png);
width: 36px;
height: 36px;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
padding: 3px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
cursor: auto;
text-align: center;
background-color: #544A91;
border: 1px solid #453d78;
}

.leaflet-control-command-interior:hover {
background-color: #453d78;
}

.leaflet-control-zoom-raz{ background-image: url(../images/icon-raz.png);}

.leaflet-control-zoom-fullscreen { background-image: url(../images/icon-fullscreen.png); }
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }

.leaflet-touch .leaflet-bar-part-single {
    -webkit-border-radius: 7px 7px 7px 7px;
            border-radius: 7px 7px 7px 7px;
    border-bottom: none;
}

.leaflet-control-locate a {
    background-image: url(../images/locate.png);
    background-position: 3px 3px;
}

.leaflet-touch .leaflet-control-locate a {
    background-image: url(../images/locate_touch.png);
    background-position: -2px -2px;
}

.leaflet-control-locate.requesting a {
    background-image: url(../images/spinner.gif);
    background-position: 50% 50%;
}

.leaflet-control-locate.active a {
    background-position: -27px 3px;
    background-color: #0071BB;
}

.leaflet-control-locate.active.following a {
    background-position: -57px 3px;
}

.leaflet-touch .leaflet-control-locate {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}

