/*
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;
}


#row_select{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}


#controls {
    width: 15%;
    display: flex;
    flex-direction: column;
}

#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;
}

#prufung_checkboxes_parameters .form-check-label{
    opacity: 1 !important;
}


.file-drop-zone{
    height: 60px !important;
    min-height: 60px !important;
}

.file-drop-zone-title{
    padding: 10px 40px !important;
}

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