﻿.dataTables_filter {
    text-align: right !important;
}

.dataTables_filter label {
    text-align: left !important;
}

.table-nowrap th,
.table-nowrap td {
    white-space: nowrap;
}

tr.group,
tr.group:hover {
    background-color: var(--phoenix-400) !important;
    cursor: pointer;
    font-weight: bold;
}

.dtfc-fixed-left,
.dtfc-fixed-right {
    background-color: var(--phoenix-white) !important;
}

.table thead .dtfc-fixed-left,
.table thead .dtfc-fixed-right {
    background-color: inherit !important;
}

.selected .dtfc-fixed-left,
.selected .dtfc-fixed-right {
    background-color: inherit !important;
}

.dt-input-date,
.dt-input-date-new {
    position: relative;
}

.dt-input-date:before,
.dt-input-date-new:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.dt-input-date::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button,
.dt-input-date-new::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

.dt-input-date::-webkit-calendar-picker-indicator,
.dt-input-date-new::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}

.table .select2-selection--single {
    background-color: var(--phoenix-white) !important;
}

.table .select2-selection__rendered {
    color: var(--phoenix-dark-rgb) !important;
}

.table-select2 .select2-results__option {
    padding: 2px 10px !important;
    font-size: 0.8rem !important;
    background-color: var(--phoenix-white) !important;
}

.table-select2 .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #ddd !important;
    color: black;
}

.table-select2 .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: white;
}

.table-select2 .select2-search--dropdown {
    background-color: var(--phoenix-white) !important;
}

.table-select2 .select2-search__field {
    display: block !important;
    width: 100% !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--phoenix-dark-rgb) !important;
    background-color: var(--phoenix-white) !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    min-height: calc(1.5em + (0.5rem + 2px)) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.2rem !important;
}

.table-select2 .select2-search__field:focus {
    color: var(--phoenix-dark-rgb) !important;
    background-color: var(--phoenix-white) !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.dataTables_paginate .pagination {
    margin-bottom: 0px !important;
    float: right !important;
}

.table input[type="checkbox"] {
    scale: 1.4;
}