.page-login {
    background: transparent url('../imgs/06-mercedes-maybach-s-class-ranier-fernandez.jpg') no-repeat 0px 0px fixed;
    background-size: cover;
}
.custom-file label {
    max-width: 350px;
    text-align: left;
}
.own-table tr:last-child > td {
    border: 1px solid #dee2e6;
}
/* Löschen ist ein Button (kein GET-Link), soll aber wie die übrigen Aktions-Links aussehen */
td.actions button.action-delete {
    background: none;
    border: 0;
    padding: 0;
    font-size: var(--font-size-sm);
    font-weight: 500;
    margin-left: 10px;
    vertical-align: baseline;
    cursor: pointer;
}
div.dtsp-searchPanes {
    justify-content: flex-start !important;
}
div.dtsp-searchPane.dtsp-columns-4 {
    max-width: calc(25% - 10px) !important;
    min-width: calc(25% - 10px) !important;
    margin: 5px !important;
}
div.dtsp-searchPane .dtsp-searchIcon {
    padding: 0 13px !important;
    height: 35px !important;
}
div.dtsp-searchPane button.clearButton {
    height: 35px !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}
div.dataTables_wrapper > div.row:last-child {
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
}