:root {
    --bs-body-color: #111;
}

body {
    --bs-body-color: #111;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    padding: 0.5rem 0.7rem;
}

.box {
    float: left;
    height: 0.9rem;
    width: 0.9rem;
    margin-right: 0.2rem;
    border: 1px solid black;
    clear: both;
}

.select2-dropdown {
  z-index: 9001;
}

.dataTables_wrapper .dataTable thead .sorting::before, .dataTables_wrapper .dataTable thead .sorting_asc::before, .dataTables_wrapper .dataTable thead .sorting_desc::before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::before {
    font-family: "Font Awesome 6 Free", sans-serif;
    content: "\f107";
    right: 1.2em;
    bottom: 0;
}
.dataTables_wrapper .dataTable thead .sorting::after, .dataTables_wrapper .dataTable thead .sorting_asc::after, .dataTables_wrapper .dataTable thead .sorting_desc::after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled::after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled::after {
    font-family: "Font Awesome 6 Free", sans-serif;
    content: "\f106";
    right: 1.2em;
    top: 0;
}

.table th, .table td {
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: top;
}

/* --- Spacing fixes for Admindek --- */

/* Form groups need vertical spacing */
.form-group {
    margin-bottom: 1rem;
}

/* More breathing room in tab content */
.tab-content > .tab-pane {
    padding-top: 1rem;
}

/* DataTables pagination & length selector spacing */
.dataTables_wrapper .dt-length {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.dataTables_wrapper .dt-paging {
    margin-top: 0.75rem;
}
.dataTables_wrapper .dt-info {
    margin-top: 0.75rem;
}
.dataTables_wrapper .dt-search {
    margin-bottom: 0.5rem;
}
.dataTables_wrapper .dt-search input {
    width: 100% !important;
    min-width: 200px;
    padding: 0.45rem 0.75rem;
    font-size: 0.95rem;
}

/* Card body needs a little padding between heading and table */
.card-body > .row > .col-lg-12 > .table-responsive {
    margin-top: 0.5rem;
}

/* Button spacing in toolbars */
.add-items .btn + .btn {
    margin-left: 0.5rem;
}

/* --- Action buttons in DataTables: horizontal, compact --- */

.action-buttons {
    display: block;
    //flex-wrap: wrap;
    gap: 0.25rem;
    white-space: nowrap;
    max-width: 10rem;
}

.action-buttons .btn-sm {
    width: 34px!important;
    height: 34px!important;
}

.action-buttons .btn svg {
	width: 15px!important;
	height: 15px!important;
}

.fc-event .fc-content {
    color: #000;
}

.table {
    --bs-table-color: #111;
    --bs-table-color-type: #111;
    --bs-table-color-state: #111;
}

/* Form-Controls: dunklerer Text statt Admindek-Default #888 */
.form-control,
.form-control:focus,
.form-select,
.datatable-input,
.datatable-selector,
.custom-select,
.dataTable-selector,
.dataTable-input {
    color: #444;
}

.form-control::file-selector-button,
.datatable-input::file-selector-button,
.custom-select::file-selector-button,
.dataTable-selector::file-selector-button,
.dataTable-input::file-selector-button {
    color: #444;
}