.table th, .table td, .table th a, .table td a {
    font-size: 0.9rem !important;
    color: #555;
    text-decoration: none;
}

.table th:hover, .table td:hover, .table th a:hover, .table td a:hover {
    color: #777;
}

.modal.theme-dialog .modal-xxl {
    max-width: 1800px;
}

.modal .modal-header button {
    z-index: 999;
}

.modal .modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand-title {
    text-transform: none;
}

.list-group, .list-group-item {
    border-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.file-upload-list > div a {
    line-break: anywhere;
}

.file-upload-list > div {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    font-weight: normal;
    padding: 1rem;
    width: 260px;
    margin: 8px;
    overflow: hidden;
}

.file-upload-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px;
    padding-bottom: 15px;
}

.file-upload-list .btn {
    margin-left: auto;
    color: #fff !important;
    background-color: #002D72 !important;
    border: 1px solid #002D72 !important;
    border-radius: 0 !important;

}

.file-uploader .plupload_wrapper {
    font-family: Arial, sans-serif !important;
    color: #666 !important;
}

.file-uploader .plupload_logo {
    display: none;
}

.file-uploader .plupload_header_content {
    padding: 1rem;
}

.file-uploader .plupload_filelist_footer .plupload_cell:first-of-type {
    padding: 2rem 1rem;
}

.file-uploader .plupload_started .plupload_cell {
    padding: 4px 0 4px 16px;
}

.file-uploader .plupload_container {
    min-height: 500px;
}

.file-uploader .plupload_container, .file-uploader .plupload_header, .file-uploader .plupload_filelist_footer, .file-uploader .plupload_header_content {
    background: white !important;
    color: #666;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.file-uploader .plupload_started .plupload_progress {
    width: 20%;
}

.file-uploader .plupload_started .plupload_progress_container {
    height: 16px;
    border-radius: 0;
    border: 1px solid #002D72 !important;
}

.file-uploader .plupload_started .plupload_progress_container .ui-progressbar-value {
    background: #002D72 !important;
    border: 1px solid #002D72 !important;
    border-radius: 0;
}

.file-uploader .plupload_button {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    line-height: 20px;
    transition: all 0.5s;
    border-radius: 0;
    padding: 0.9375rem 1.5rem 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.file-uploader .plupload_view_switch .plupload_button.ui-state-active, .file-uploader .plupload_button {
    color: #fff !important;
    background: #002D72 !important;
    border: 1px solid #002D72 !important;
}

.file-uploader .plupload_view_switch .plupload_button:not(.ui-state-active) {
    color: #002D72 !important;
    background: #fff !important;
    border: 1px solid #002D72 !important;
}

.file-uploader .plupload_button.ui-button-disabled {
    color: #fff !important;
    background-color: #AFAFAF !important;
    border: 1px solid #AFAFAF !important;
    opacity: 0.65 !important;
    pointer-events: none !important;
}

.file-uploader .ui-icon {
    display: none !important;
}

.file-uploader .plupload_button:hover, .file-uploader .plupload_button:focus,
.file-upload-list .btn:hover, .file-uploader .file-upload-list .btn:focus {
    color: #fff !important;
    background-color: #0046AD !important;
    border: 1px solid #0046AD !important;
    text-decoration: none;
}

.file-uploader .ui-button {
    margin-right: 0 !important;
}

.file-uploader .plupload_content {
    top: 89px !important;
    bottom: 85px !important;
}

.file-uploader .plupload_filelist_content .plupload_file {
    background: #f9f9f9 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.file-uploader .plupload_filelist_content .plupload_file .plupload_file_name,
.file-uploader .plupload_filelist_content .plupload_file .plupload_file_action,
.file-uploader .plupload_filelist_content .plupload_file .plupload_file_size,
.file-uploader .plupload_filelist_content .plupload_file .plupload_file_fields {
    color: #666 !important;
}

.file-uploader .plupload_file_name_wrapper,
.file-uploader .plupload_file_size,
.file-uploader .plupload_total_status,
.file-uploader .plupload_file_status,
.file-uploader .plupload_file_name {
    font-weight: normal !important;
}

.file-uploader .plupload_start, .file-uploader .plupload_stop {
    margin-left: 0.3rem;
}

.file-uploader .plupload_filelist_header {
    background: white !important;
    color: #666 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.file-upload-input, .file-upload-input > label {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 37px;
    color: #000;
    border-radius: 0.1875rem;
    height: calc(2em + 1.125rem + 2px);
    padding: 0.475rem 1rem 0.375rem;
}

.file-upload-input > label {
    border: 1px solid #D1D4D3;
}

.file-upload-input *:focus,
.file-upload-input *,
.file-upload-input {
    outline: none !important;
    box-shadow: none !important;
}

.file-upload-input:focus > label,
.file-upload-input input:focus ~ label,
.file-upload-input > label:focus {
    border-color: #0046AD !important;
}

.file-upload-input > label::after {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    line-height: 20px;
    transition: all 0.5s;
    border-radius: 0;
    padding: 0.9375rem 1.5rem 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #002D72;
    border: 1px solid #002D72;
    height: unset;
}

.file-upload-input:hover > label::after {
    color: #fff !important;
    background-color: #0046AD !important;
    border: 1px solid #0046AD !important;
    text-decoration: none;
}

.file-uploader .plupload_message.ui-state-error {
    background: #fef1ec;
}

.select2-container--bootstrap4.select2-container--below .select2-selection--multiple[aria-expanded="false"] {
    border: 1px solid #D1D4D3;
}

.strength0 {
    background: #cccccc;
}

.strength1 {
    background: rgb(255, 0, 0);
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 25%, rgba(204, 204, 204, 1) 25%);
}

.strength2 {
    background: rgb(255, 95, 95);
    background: linear-gradient(90deg, rgba(255, 95, 95, 1) 50%, rgba(204, 204, 204, 1) 50%);
}

.strength3 {
    background: rgb(86, 229, 0);
    background: linear-gradient(90deg, rgba(86, 229, 0, 1) 75%, rgba(204, 204, 204, 1) 75%);
}

.strength4 {
    background: #4dcd00;
}

.strength5 {
    background: #399800;
}

#passwordStrength {
    height: 5px;
    width: 100%;
}

.modal .hide-in-modal {
    display: none !important;
}

#ajax-search-results-container {
    position: absolute;
    width: 100%;
}

.ajax-search-results {
    background: #fff;
    border-radius: 0 0 0.1875rem 0.1875rem;
    border: 1px solid #D1D4D3;
    border-top: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ajax-search-results:hover, .ajax-search-results:hover ~ #main_ajax_search {
    border-color: #0046AD;
}

.ajax-search-results .table {
    margin: 0;
}

.ajax-search-results .table, .ajax-search-results tbody,
.ajax-search-results tr:last-of-type, .ajax-search-results tr:last-of-type td {
    border-radius: 0 0 0.1875rem 0.1875rem;
}

.ajax-search-results > .table > tbody > tr > td {
    padding: 0.6rem;
    border: none;
    border-top: 1px solid #dee2e6;
}

.ajax-search-results > .table > tbody > tr:first-of-type > td {
    border: none;
}

.table a:not(.btn) {
    display: block;
}

.ajax-search-popup, .basic-ajax-search-popup {
    position: absolute;
    left: -520px;
    top: 0;
    width: 500px;
    background: #fff;
    border-radius: 0.1875rem;
    border: 1px solid #0046AD;
    padding: 1rem;
}

.basic-ajax-search-popup {
    margin-top: 20px;
    top: unset;
    left: unset;
    width: unset;
}

.ajax-search-popup.hidden {
    display: none;
}

.sub-nav {
    overflow-y: hidden;
    overflow-x: hidden;
    width: auto;
}

.sub-nav .nav {
    width: max-content;
}

.scroll-sub-nav-left, .scroll-sub-nav-right {
    color: #666;
    cursor: pointer;
    background-color: white;
    border: none;
    margin-top: -14px;
    transition: opacity 150ms ease-in-out;
}

.scroll-sub-nav-right {
    padding-left: 1rem;
    padding-right: 0;
}

.scroll-sub-nav-left {
    padding-right: 1rem;
    padding-left: 0;
}

.scroll-sub-nav-left.hidden, .scroll-sub-nav-right.hidden {
    opacity: 0.5;
    cursor: default;
    color: #666 !important;
}

.scroll-sub-nav-left:hover, .scroll-sub-nav-right:hover {
    color: #0046ad;
}

.main-content .container-fluid .d-flex > h2 {
    white-space: nowrap;
    margin-right: 1.5rem;
}

* {
    transition: background-color 60ms ease-in-out, color 30ms ease-in-out, opacity 100ms ease-in-out, height 60ms ease-in-out, border-color 60ms ease-in-out !important;
}

.qrcode img {
    border: 1px solid #666;
    border-radius: 2px;
}

.job-modal-hr {
    background-color: #666666;
    margin: 4rem 0;
    border-top: 0;
}

.table-pointer td {
    cursor: pointer;
}

.dataTable {
    width: 100% !important;
}

#search_akte_ajax, #search_akte_ajax_fin, #main_ajax_search {
    text-transform: none;
}

#search_akte_ajax:valid, #search_akte_ajax_fin:valid, #main_ajax_search:valid {
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .dataTables_filter {
        text-align: left !important;
        margin-top: 6px;
        margin-bottom: 4px;
    }
}

#ajax-search-bar {
    margin-left: auto;
}

#ajax-search-bar .form-control {
    font-size: 0.875rem;
    height: calc(0.5em + 1.125rem + 2px);
    padding: 0.375rem 2rem 0.375rem 0.5rem;
}

#ajax-search-bar .btn {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-right: 0;
}

#ajax-search-bar .btn span {
    font-size: 1.3rem;
    color: #666;
    top: -0.7rem;
}

.navbar.navigation .navbar-collapse {
    z-index: 99;
}


@media (min-width: 576px) {
    #ajax-search-bar {
        width: 300px !important;
    }
}

.litepicker .container__months .month-item-header div > .month-item-year,
.litepicker .container__months .month-item-header div > .month-item-name {
    -webkit-appearance: none;
    border: 1px solid #D1D4D3;
    padding: 0.27rem 1rem 0.27rem
}

.job-pfadauswahl {
    padding: 20px 10px 20px 10px;
    border: 1px solid #D1D4D3;
}

.job-pfadauswahl h5 {
    display: inline;
}

.job-pfadauswahl .job_pfad_auswahl_checkbox,
.job-pfadauswahl .job_pfad_auswahl_radio {
    display: inline;
}


.navbar.navigation .navigation-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.6rem;
    float: right;
    margin-bottom: 3rem;
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar.navigation .navigation-close {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar.navigation .navbar-collapse {
        max-width: 400px;
    }
}

.accordion .card-header .btn:after {
    top: 6px;
    margin-left: 10px;
}

.search-export-card,
.search-export-card form,
.search-export-card div {
    background-color: #fcfcfc !important;
}

.search-export-card {
    border: 1px solid #D1D4D3;
}

.search-export-card .btn[data-toggle=collapse] {
    color: #666;
}

.file-upload-list img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.timeslot-select {
    color: #0046AD;
    background-color: #EEF2F4;
    padding: 0.625rem 0.75rem;
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 100;
    display: inline-block;
    margin: 0.3125rem 0.1875rem 0.3125rem 0;
    cursor: pointer;
    transition: all 0.2s;
    width: calc(100% / 7 - 7px);
    text-align: center;
}

.timeslot-select.disabled-timeslot {
    color: #666;
    background-color: #D1D4D3;
}

.active_scheduler {
    background: #0046AD !important;
    color: white !important;
}

.btn-primary-functional {
    color: white !important;
}

.pointer {
    cursor: pointer;
}

.version {
    font-size: 0.8rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
}