body {
    background-color: #f2f6fa;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.container {
    margin-top: 100px; /* of 80px afhankelijk van header-hoogte */
    text-align: center;
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 51, 102, 0.1);
}


.knop {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0055a5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.knop:hover {
    background-color: #0077cc;
}

.status {
    margin-top: 20px;
    font-size: 0.9em;
    color: #666666;
}

.menu-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #cfd9e3;
    box-shadow: 0 0 10px rgba(0, 51, 102, 0.1);
}

.menu-container h1,
.menu-container h2 {
    text-align: center;
    color: #003366;
}

details {
    background-color: #f7faff;
    border: 1px solid #cfd9e3;
    border-radius: 8px;
    margin: 15px 0;
    padding: 10px 15px;
    color: #003366;
}

summary {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

.menu-link {
    display: block;
    margin: 6px 0;
    padding-left: 10px;
    color: #0055a5;
    text-decoration: none;
}

.menu-link:hover {
    text-decoration: underline;
}

.uitlog {
    text-align: center;
    margin-top: 30px;
}
.uitleg {
    font-size: 0.85em;
    color: #004080;
    display: block;
    margin-top: 4px;
}
.fout {
    color: #b30000;
    font-weight: bold;
    margin-top: 10px;
}

.succes {
    color: #007700;
    font-weight: bold;
    margin-top: 10px;
}
.wachtwoord-formulier {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.wachtwoord-formulier label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.wachtwoord-formulier input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.melding {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #333;
    font-weight: bold;
}

.knoppen-blok {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.annuleren-knop {
    background-color: #888;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

.annuleren-knop:hover {
    background-color: #666;
}
/* Header opmaak */
.ccms-header {
    background-color: #001f4d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    position: relative;
}

.gebruiker-info {
    text-align: right;
    font-size: 0.95em;
}

.gebruiker-naam {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.tijd {
    font-family: monospace;
    color: #ccc;
}
.ccms-header {
    background-color: #004b8d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 4px solid #ffcc00;
    font-family: Arial, sans-serif;
}

.ccms-logo img {
    height: 50px;
}

.ccms-titel {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
}

.ccms-gebruiker {
    font-size: 0.95em;
    text-align: right;
    white-space: nowrap;
    margin-left: 20px;
}
.ccms-header {
    background-color: #004b8d; /* Politieblauw */
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 4px solid #ffcc00; /* Gele streep */
    font-family: Arial, sans-serif;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #002d72; /* Politiekleur donkerblauw */
    color: white;
    padding: 10px 20px;
    border-bottom: 4px solid #ffd200;

}

.logo {
    height: 40px;
    vertical-align: middle;
    margin-right: 15px;
}

.header-links {
    display: flex;
    align-items: center;
}

.systeemnaam {
    font-size: 1.4em;
    font-weight: bold;
}

.header-rechts {
    text-align: right;
    font-size: 0.9em;
}

.klok {
    font-family: monospace;
}
.info-blok {
    background-color: #fff8e1;
    color: #333;
    border-left: 6px solid #ffcc00;
    padding: 15px 20px;
    margin: 20px auto;
    max-width: 900px;
    font-size: 0.95em;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.account-tabel {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.95em;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.account-tabel th, .account-tabel td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.account-tabel th {
    background-color: #004b8d;
    color: white;
    font-weight: bold;
}

.account-tabel tr:hover {
    background-color: #f2f6fb;
}

.account-tabel td a {
    text-decoration: none;
    color: #0055a5;
}

.account-tabel td a:hover {
    text-decoration: underline;
}
.tabel-gebruikers {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.tabel-gebruikers th {
    background-color: #002d72; /* Politie donkerblauw */
    color: white;
    text-align: left;
    padding: 12px 16px;
    font-size: 0.95em;
    font-weight: bold;
}

.tabel-gebruikers td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95em;
}

.tabel-gebruikers tr:nth-child(even) {
    background-color: #f7f9fc;
}

.tabel-gebruikers tr:hover {
    background-color: #eef3fa;
}

.tabel-gebruikers td a {
    color: #004b8d;
    text-decoration: none;
    font-weight: bold;
}

.tabel-gebruikers td a:hover {
    text-decoration: underline;
}
.formulier-blok {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.formulier-blok label {
    font-weight: bold;
}

.formulier-blok input[type="text"],
.formulier-blok input[type="email"],
.formulier-blok input[type="password"],
.formulier-blok select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
    font-size: 1em;
}
.knoppen-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.knoppen-container a {
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.knoppen-container a:hover {
    background-color: #0056b3;
}

.paginering {
    margin-top: 20px;
    text-align: center;
}

.paginering a {
    margin: 0 5px;
    text-decoration: none;
    padding: 5px 10px;
    background: #eee;
    border-radius: 5px;
    color: #333;
}

.paginering a.actief {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
}
/* Zoekformulier in logboek */
.zoekformulier {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.zoekformulier input[type="text"] {
    flex: 1;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

.zoekformulier button {
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.zoekformulier button:hover {
    background-color: #0056b3;
}

/* Extra ondersteuning voor knoppen in .knoppen-container als <button> */
.knoppen-container button {
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.knoppen-container button:hover {
    background-color: #0056b3;
}
.dashboard-sectie {
    margin-bottom: 40px;
    text-align: center;
}

.dashboard-sectie h2 {
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: bold;
    color: #222;
}
.afmelden-knop {
  margin-left: 20px;
  background-color: #c00;
  color: white;
  padding: 8px 14px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.2s ease;
}

.afmelden-knop:hover {
  background-color: #900;
}
.wachtwoord-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.wachtwoord-wrapper input {
    width: 100%;
    padding-right: 35px;
    box-sizing: border-box;
}

.wachtwoord-veld {
    position: relative;
    width: 100%;
}

.wachtwoord-veld input[type="password"],
.wachtwoord-veld input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 10px; /* ruimte voor oogje rechts */
    font-size: 1em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #333;
    user-select: none;
}

.validatie span {
    display: block;
    font-size: 0.9em;
    margin-top: 5px;
}

.valid { color: green; }
.invalid { color: red; }
.dashboard-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.dashboard-kaart {
    flex: 1 1 300px;
    max-width: 320px;
    background-color: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

.dashboard-kaart h2 {
    margin-bottom: 15px;
    color: #003366;
}

.dashboard-kaart a {
    display: block;
    margin: 10px 0;
    background-color: #007BFF;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.dashboard-kaart a:hover {
    background-color: #0056b3;
}
