/*
 * BOXZOOM
 */
/*.leaflet-control-boxzoom {
    background-color:white;
    border-radius:4px;
    border:1px solid #cccccc;
    width:25px;
    height:25px;
    line-height:25px;
    box-shadow:0 1px 2px rgba(0,0,0,0.65);
    cursor:pointer !important;
}*/

.leaflet-container.leaflet-control-boxzoom-active {
    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;
}