.page-content.page-cms ul {
    list-style: none;
}

.nav-justified {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 5px;
}

.nav-item .nav-link {
    width: 100%;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 1px rgb(62, 60, 60);
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.gap {
    gap: 5px;
}

tfoot {
    display: table-header-group !important;
}

tfoot tr th{
    padding: 4px !important;
}

.d-md-flex.justify-content-between.align-items-center.dt-layout-start.col-md-auto.mr-auto{
    display: none !important;
}

.d-md-flex.justify-content-between.align-items-center.dt-layout-end.col-md-auto.ml-auto .dt-search{
    display: none !important;
}

.dt-layout-row .dt-layout-cell.dt-layout-start .dt-length{
    display: none !important;
}

.dt-layout-row .dt-layout-cell.dt-layout-end .dt-search{
    display: none !important;
}

.d-md-flex.justify-content-between.align-items-center.dt-layout-end.col-md-auto.ml-auto{
    margin-top: 10px !important;
}

table thead tr th {
    text-align: center !important;
}

table tbody tr td{
    text-align: center !important;
}

.table .thead-dark th {
    color: #fff !important; 
    background-color: #052e5e !important;
    border-color: #454d55;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 768px) { 
    .nav.nav-pills.nav-justified {
        overflow: scroll;
    }
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.bs-example .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.enlace-reset {
    /* display: inline-block; */
    margin-bottom: 6px;
    float: right;
}

.result-mar{
    margin-top: 7px;
    margin-bottom: 10px;
}

.dropdown-toggle::after {
    color: white;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}