/** GENERAL */
#content {
    padding-top: 85px;
    padding-bottom: 30px;
}

#navbarDropdownProfile i {
    font-size: 1.5rem;
}

.popover {
    max-width: 80%;
}

/** CONTENT */
.page-header .btn {
    font-size: 2.25em;
    margin-bottom: 0.25em;
}

#accordionMessages .accordion-button {
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
}

#monitoring .accordion-button {
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

#monitoring .accordion-button .card-info i {
    vertical-align: middle;
}

#monitoring .accordion-button .card-info .badge {
    font-size: 1.25rem;
    width: 40px;
}

#monitoring .accordion-button::after {
    margin-left: 20px;
}

#monitoring .accordion-button:disabled::after {
    content: none;
}

#monitoring .accordion-body {
    padding: 0;
}

/** TABLES DATATABLE */
div.dt-container div.dt-processing {
    top: 30%;
    padding: 0.5em 1em;
    background-color: #17a2b8;
    color: #FFFFFF;
    font-size: 2rem;
    width: auto;
}

div#dataTableBilling_processing {
    top: 50%;
    position: fixed;
}

div.dt-processing > div:last-child > div {
    background: #FFFFFF;
}

.dt-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
}

div.dt-container {
    margin-top: 1em;
    padding-bottom: 2em;
}

.card .card-body .dt-container, .modal .modal-body .dt-container {
    margin-top: 0;
    padding-bottom: 0;
}

div.dt-container div.dt-paging {
    float: right;
}

table.dataTable {
    background-color: #FFFFFF;
}

table.dataTable th input.form-control:not(:placeholder-shown), table.dataTable th select.form-select:has(> option:checked:not([value=""])) {
    border-color: #0d6efd;
    color: #0d6efd;
    font-weight: bold;
}

table.dataTable th input.form-control:not(:placeholder-shown) + button {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

table.dataTable th .clear_dt_filter_btn {
    padding: 0.25rem 0.15rem;
    font-size: 0.65rem;
}

table.dataTable tfoot th {
    font-size: 1.2em;
    vertical-align: middle;
    padding: 0.5rem;
}

table.dataTable tr .dtTruncate {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable tr td div.action {
    opacity: 0.25;
    text-align: center;
}

table.dataTable tr:hover td div.action {
    opacity: 1;
}

table.dataTable tr td div.action a {
    color: #48494a;
    text-decoration: none;
    white-space: nowrap;
}

table.dataTable tr td div.action a:hover {
    color: #518097;
}

.dt-button-collection .dropdown-menu > a {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.dt-button-collection .dropdown-menu > a:before {
    content: "\F070";
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 4px;
}

.dt-button-collection .dropdown-menu > a.active, .dt-button-collection .dropdown-menu > a.active:focus {
    background-color: transparent;
    color: #007bff;
}

.dt-button-collection .dropdown-menu > a:hover {
    background-color: #f8f9fa;
}

.dt-button-collection .dropdown-menu > a.active:before {
    content: "\F06E";
}

/** FOOTER */
#infoAlert {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 0 1rem 2rem;
}

#infoAlert .toast {
    width: auto;
}
