/*
#mapsvg-data-form-view {
    display:none;
}

.mapsvg-controller-view {
    width: 50% !important;
    height: 50% !important;
}

.mapsvg-with-filter {
    width: 100% !important;
    height: 100% !important;
    left: unset !important;
}
div.mapsvg-controller-view:not(.mapsvg-with-filter) {
    font-size: 11px;
    line-height: 20px;
    width: 80% !important;
    height: 80% !important;
    margin-top: -3% !important;
}

#page-map .mapsvg-directory {
    position: absolute;
    right: 0;
    left: 10%;
    width: 80%;
    top: 60%;
    height: 25%;
    overflow: auto;
}


.mapsvg-filter-tag {
 display:none !important;
}

.mapsvg-directory {
    display:none !important;
}

#mapsvg-controller-undefined {
    width: 50%;
    left: 10%;
}
*/