.leaflet-control-gisfile-fitBounds-interior
{
    background-image: url(images/icons.png);
    background-position: -241px -830px;
    background-repeat: no-repeat;
    margin-bottom: 2px;    
    width: 28px;
    height: 28px;
    display: block;
    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: #FFFFFF;
}

.leaflet-control-gisfile-fitBounds-interior:hover
{
    background-color: #F4F4F4;
    cursor: pointer;
}

.leaflet-control-gisfile {
    font: 14px/16px Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0px;
    left: 56px;
    width: 500px;
}

.gisfile-brend {
    height: 20px; 
    width: 20px; 
    top: 0px;
    left: 0px;
    background-image: url('images/gisfile.png'); 
    background-repeat: no-repeat; 
    background-size: 40px 40px;
}

.gisfile-content {
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.leaflet-label-overlay {
    font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;                
}

.popup-row {
    min-height:20px
} 

.popup-label {
    width:50%;
    font-weight: bold;
} 

.popup-value {
    padding-left:10px
} 

.btn-details {
    /*height: 70px;
    width: 120px;*/
    text-align: center;
    display: table-cell;
    letter-spacing: 1.05px;
    /* font-size: 21px;
    font-style: italic;
    font-weight: bold; */
    background: #ECECEC;
}

.btn-details:hover {
    /*height: 70px;
    width: 120px;*/
    text-align: center;
    display: table-cell;
    letter-spacing: 1.05px;
    /* font-size: 21px;
    font-style: italic;
    font-weight: bold; */
    background: #CCEA00;
}