.leaflet-control.editmap {
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 3px black;
}

.easy-button-container.leaflet-control span.Polygon {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 30px;
    width: 20px;
    background-image : url('assets/hexagon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; 
}

.easy-button-container.leaflet-control span.Rectangle {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 30px;
    width: 20px;
    background-image : url('assets/perfect-square.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 84%; 
}

.easy-button-container.leaflet-control span.LineString {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 30px;
    width: 20px;
    background-image : url('assets/route.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; 
}

.easy-button-container.leaflet-control span.Marker {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 30px;
    width: 20px;
    background-image : url('assets/location-pointer.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; 
}

span.labelArobControl {
    min-width: 100px;
    display: inline-block;
}

.showHide {
    cursor: pointer;
    font-weight: bold;
}

.zonebtn{
    display: inline-block;
}

.markerPopupTitle {
    display: block;
    margin-bottom: 5px;
    font-size: 1.3em;

}

.markerPopupLine label.radio-inline{
    height: 68px;
    padding-top: 35px;
    padding-left: 24px;
}

.markerPopupLine label.radio-inline img{
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
}

#newLayersArobControl table{
    margin-bottom: 5px;
}
#newLayersArobControl .zonebtn .btn.actioncouche{
    width:100%;
    margin-bottom: 5px;
}
input[type=checkbox].updateRowcheckbox {
    margin: 0px 5px 0px 0px;
}

/****
Arob_controlOpacity
**/

.Arob_controlOpacity.leaflet-control {
    height: 32px;
    width: 133px;
    overflow: hidden;
    max-height: 150px;
}