/* mapa */
#map {
    height: 100vh;
    width: 100%;
}

/* vyhledávání */
.leaflet-bar {
    background: #fff !important;
    border-radius: 4px;
}

.leaflet-bar a {
    background: #fff !important;
    opacity: 1 !important;
}

/* vrstvy */
.layer-group-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 6px;
    background: #fafafa;
}

.layer-group-header {
    font-weight: bold;
    margin-bottom: 3px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.layer-item {
    margin-left:10px;
    margin-top:2px;
}

.layer-disabled {
    color: #888;
    font-style: italic;
}
