/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18.07.2024, 08:26:24
    Author     : felix
*/


.visible{
    display: block;
}

.invisible{
    display: none;
}


/* Style for the map */
#geodaten_zeichnen_map {
    width: 80%; /* Adjust as needed */
    height: 600px; /* Adjust as needed */
    float: left;
    margin-bottom: 15px;
}

/* Style for the layer tree */
#geodaten_zeichnen_layerTree {
    width: 25%; /* Adjust as needed */
    height: 600px; /* Adjust as needed */
    float: left;
    padding: 10px;
}

/* Style for the tools */
#controls {
    width: 15%;
    float: right;
    text-align: right;
    height: 600px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#controls > button{
    margin: 5px;
}

/* Style for individual buttons */
.btn {
    margin-left: 5px;
}


#checkboxes_veraenderungsdetektion{
    margin-left: 40px;
    margin-bottom: 1em;
}


.measurement{
    border-radius: 5px;
    border: 1px solid black;
    margin: 5px;
    height: 20px;
    font-size: 15px;
    display: none;
}


#overview_table td{
    border: none;
}

.file-footer-caption{
    margin-bottom: 2px !important;
}