/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.04.2024, 14:48:58
    Author     : paulschmitz
*/

.material-symbols-outlined.orange600 { color: #FB8C00; }
.material-symbols-outlined.green600 { color: #28B463; }
.material-symbols-outlined.red600 { color: #C70039; }
.material-symbols-outlined.yellow600 { color: #F8C471; }


#header {
    padding: 20px;
    text-align: center;
}
#header h1{
    text-align: center;
    margin: 0 auto;
    width: 400px;
}
table {
    width: 100%;
    border-collapse: collapse;
}

table th.field,
table td.field {
    padding: 4px;
    min-width: 120px;
}

table th.tools,
table td.tools {
    width: 40px !important;
}

table thead th {
    border-bottom: 2px solid #adb5bd !important;
    padding: 4px;
}

table tbody td,
table tbody th {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 4px;
}

table tbody tr:last-child td,
table tbody tr:last-child th {
    border-bottom: none !important;
}

table td ul.pruefungen-list {
    margin: 0;
    padding-left: 18px;
}

.list-container {
    width: 100%;
}

.filter-row {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #6c757d;
    text-decoration: none;
}
.back-btn:hover { color: #343a40; }
.back-btn .material-symbols-outlined { font-size: 18px; }

.filter-row .col-filter,
.filter-row .anwesend-filter {
    flex: 1;
    min-width: 60px;
    max-width: 160px;
    font-size: 0.75rem;
    padding: 2px 6px !important;
    height: 26px !important;
    line-height: 1.2 !important;
}