﻿.verborgen {
    display: none !important;
}
.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(60%);
}
.db-update-info {
    color: #388e3c;
    font-size: 1.1em;
    font-weight: 600;
}
.table th, .table td {
    padding: 0.1rem 0.2rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.95em;
    white-space: nowrap;
}
.table th {
    background-color: #e7e7e7 !important;
    color: #222;
    font-weight: bold;
    border-bottom: 2.5px solid #ffc107; /* geel accent onder header */
}
.table > tfoot > tr > td {
    background-color: #e7e7e7 !important;
    font-weight: bold;
}
.table {
    background-color: #fffbe6; /* nog iets lichter geel #fffbe6; */
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff3b0; /* iets donkerder geel #fff3b0;*/
}
.table-bordered th, .table-bordered td {
    border: 1.5px solid #85837D !important;
}
.button {
    border: none;
    border-radius: 15px;
    color: white;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 1.0em;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #4CAF50;
    box-shadow: 0 2px 6px #b2dfdb;
}
.navbar {
    min-height: 40px !important;
    height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-brand {
    line-height: 40px !important;
    height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.2em;
}
.content-row {
    margin-top: 1px;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: snow;
}
.main-content {
    flex: 1;
}
main {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
    margin-bottom: 10px;
}
.custom-hr {
    border: none;
    border-top: 1px solid #fff; /* witte lijn */
    margin: 8px 0; /* ruimte boven/onder */
    width: 60%; /* of 100% voor volledige breedte */
    margin-left: auto;
    margin-right: auto;
}
.spacer {
    height: 10px; /* of een andere gewenste hoogte */
}
#instructieOfKiesEenMaand,
#instructieOfKiesEenDag {
    display: none;
}
