/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 21:11:39 */
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078" !important;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before {
    font-family: "Font Awesome 5 Free";
    content: "\f077" !important;
}

td.column-creds::after {
    font-family: "Font Awesome 5 Free"; 
	content: "\f077" !important;
    font-weight: 900;
    display: inline-block;
    z-index: 5;
    margin-left:1em;
    font-size:13px;
}

.column-creds[data-raw^="-"] {
    color: red;
}


td.column-creds[data-raw^="-"]::after {
    content: "\f078" !important;
}

td.column-creds {
    color: #00b0b9;
    text-align: right;
}

table.table.table-condensed.mycred-table thead th {
    background: #253030;
    color: #fff;
    text-align: left;
    padding-left: 2em;
}

/* table.table.table-condensed.mycred-table td {
    border: 1px solid #ccc;
    padding-left: 2em
} */

.table-reportes thead {
    background:#253030;
    color:#fff
}

table.table.table-condensed.mycred-table td.column-creds::after {
    margin-left: 3px !important;
}

.table-reportes table tbody {
    background-color: #FFF;
}

.table-reportes table thead tr th:first-child {
    border-radius: 15px 0px 0px 0px;
}

.table-reportes table thead tr th:last-child {
    border-radius: 0px 15px 0px 0px;
}

.table-reportes table tbody tr:last-child td:first-child{
    border-radius: 0px 0px 0px 15px !important;
}

.table-reportes table tbody tr:last-child td:last-child{
    border-radius: 0px 0px 15px 0px !important;
}

/*Responsive tabla historial*/

@media(max-width:1024px) {
    .table-reportes {
        max-width: 800px !important;
    }
}


@media (max-width: 767px) {
    #the-list {
        background-color: #FFFFFF00 !important;
    }
    
    .table-reportesl {
        max-width: 100% !important; /* Ocupar todo el ancho disponible */
        display: block !important;
    }

    .table-reportes table {
        width: 100% !important;
        display: block !important;
    }

    .table-reportes thead {
        display: none !important;
    }

    .table-reportes tr {
        display: block !important;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        background: #FFFFFF00 !important;
        width: 340px !important;
        border-radius: 15px !important;
    }

    .table-reportes td {
        display: block !important;
        padding: 8px !important;
        border-bottom: 1px solid #ddd;
        width: 100% !important;
        text-align: right;
        background-color: #FFF !important;
    }
    
    .table-reportes table tbody tr td {
        margin-rigth: 8px !important;
    }

    .table-reportes td:last-child {
        border-bottom: none !important;
    }
    
    .table-reportes table tbody tr td:first-child {
        border-radius: 15px 15px 0px 0px !important;
    }
    
    .table-reportes table tbody tr td:last-child {
        border-radius: 0px 0px 15px 15px !important;
    }
    
    .table-reportes table tbody tr:last-child td:first-child {
        border-radius: 15px 15px 0px 0px !important;
    }
    
   .table-reportes table tbody tr:last-child td:last-child {
        border-radius: 0px 0px 15px 15px !important;
    }

    .table-reportes td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: capitalize;
        display: block;
        margin-bottom: 5px;
    }
}





