/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Overrides dataTable */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid white;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 0px 0px 3px;
}

.dataTables_wrapper .dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.dataTable {
    font-size: 11px;
}

.selected td {
    background-color: #3498db !important;
    color: #FFF !important;
    font-weight: bold;
}


div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
}

/* Overrides Panels */
.panel-actions {
    padding-bottom: 10px;
}

.content {
    padding: 15px;
    padding-bottom: 50px;
}

/* General UI Settings */
.ui-hidden {
    visibility: hidden;
}

ul.ui-list {
    white-space: nowrap;
    padding-left: 20px;
    font-weight: 400;
    list-style: none;
}

ul.ui-list li label {
    font-weight: 400 !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

/*
    Recaptcha Badge
*/

.grecaptcha-badge {
    bottom: 70px !important;
}
