body {
    font-size: 0.85rem;
}

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.vertical-nav .nav-link:hover {
    background-color: rgba(55, 55, 55, 0.2);
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
.form-group > label.required:after, .form-group > legend.required:after {
    content: " *";
}

.form-group > label.required, .form-group > legend.required {
    font-weight: bold;
}

.fa-xxs {
    font-size: 0.5em;
}

.table.budget-table th {
    border-top-style: none;
}

.table.budget-table tr.sum-row {
    border-top-style: double;
}

.table.budget-table tr.sum-row + tbody {
    border-top-style: groove;
}

.table.budget-table tr.sum-row + tbody:before {
    content: 'Kategorien mit eigenem Budget';
}

.table.budget-table td.hover-active {
    background-color: rgba(200,200,200,0.2);
}
