﻿.table.table-spacy > thead > tr > th:not(.table-action),
.table.table-spacy > tbody > tr > td:not(.table-action) {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.table.table-spacy > thead > tr > th.table-action,
.table.table-spacy > tbody > tr > td.table-action {
    width: 1px;
    text-align: center;
    padding-right: .5rem;
    padding-left: .5rem;
}

    .table.table-spacy > thead > tr > th.table-action > *,
    .table.table-spacy > tbody > tr > td.table-action > * {
        text-align: initial;
    }

.table.text-nowrap > thead > tr > th > *,
.table.text-nowrap > tbody > tr > td > * {
    white-space: initial;
}

ul.pagination li.page-item:not(.active) .page-link {
    color: #035d81 !important;
}

ul.pagination li.page-item.active .page-link {
    color: #FFFFFF;
    background-color: #ff9000;
    border-color: #ff9000;
}

    ul.pagination li.page-item.active .page-link:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 144, 0, .25) !important;
    }

.mud-table-container {
    width: unset !important;
    overflow-x: auto !important;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 6px 16px 6px 16px !important;
    text-align: center !important;
}

    .mud-table-dense * .mud-table-row .mud-table-cell .column-header {
        justify-content: center !important;
    }