/*
 * BOXZOOM
 */
.leaflet-control-boxzoom {
    background-color:white;
    border-radius:4px;
    width:34px;
    height:34px;
    line-height:34px;
/*     box-shadow:0 1px 2px rgba(0,0,0,0.65); */
    cursor:pointer !important;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.with-background-image {
    background-image:url("/images/common/leafletjs/leaflet-control-boxzoom.svg");
    background-repeat:no-repeat;
    background-position:2px 2px;
    background-size:25px 25px; /* 25px image, 25px box; subtract 2px for padding on every side = 21px rendering height */
}

.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
    background-color:#aaaaaa;
}

.leaflet-container.leaflet-control-boxzoom-active, .leaflet-container.leaflet-control-boxzoom-active path.leaflet-interactive {
    cursor:crosshair !important;
}

.leaflet-control-boxzoom i {
    display:block;
}

.leaflet-control-boxzoom i.icon {
    font-size:17px;
    margin-left:1px;
    margin-top:3px;
}

.leaflet-control-boxzoom i.fa {
    margin-top:6px;
}
.leaflet-control-boxzoom i.glyphicon {
    margin-top:5px;
}