

.leaflet-control-window-wrapper{
    display: none;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nonmodal{
    z-index: 6000;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7000;
    background-color: rgba(0, 0, 0, 0.7);
}

.visible {
    display: block;
    opacity: 1;
}

.leaflet-control-window{
    position: absolute;
    z-index: 2000;
}

.control-window{
    background-color: #ffffff;
    color: #353535;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}


.leaflet-control-window .titlebar{
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    padding: 0px;
    display: block;
    }



.leaflet-control-window .close:hover {
    background-color: rgba(0, 0, 0, 0.65);
}

.leaflet-control-window .content{
    padding: 0px;
    margin-top: 0px;
    z-index:29;
    overflow: auto;
}


.leaflet-control-window button:focus {
    outline:0;
}

.leaflet-control-window button:hover {
    opacity: 1;
}
.disabled{
	opacity: .5;
	pointer-events:none;
}