
/*Colores de las letras*/
/*.dt-column-title {
    color: #ffc300 !important;
}*/

/*Colores de los iconos de ordenar*/
/*.dt-column-order, .page-link, .dt-info, .dt-length {
    color: #523F00 !important;
}*/

.dropdownt {
    position: relative;
    display: block;
}

    .dropdownt a:hover {
        background-color: #ddd;
    }


.dropbtn {
    background-color: #e7e7e7;
    padding: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #E1DADA;
    }

.dropdown-contentt {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

    .dropdown-contentt a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.showt {
    display: block;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 769px) {

    /* Info (Mostrando del...) alineado a la izquierda */
   .dt-container .dt-info {
        float: right !important;
        font-weight: bold !important;
        font-size: 14px;
        color: #000;
        margin-top: 10px;
    }

    /* Paginación alineada a la derecha */
   .dt-container .dt-paging {
        float: left !important;
        text-align: left !important;
        margin-top: 5px;
    }

        /* Booster para el nav de Bootstrap */
       .dt-container .dt-paging nav {
            display: inline-block !important;
        }
}

@media (max-width: 768px) {

    /* Todo centrado */
   .dt-container .dt-info,
   .dt-container .dt-paging {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    /* Paginación arriba */
   .dt-container .dt-paging {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    /* Info abajo */
   .dt-container .dt-info {
        margin-top: 10px;
        font-weight: bold;
        font-size: 13px;
    }

    /* Botones más compactos */
   .dt-container .dt-paging .page-link {
        padding: 2px 6px !important;
        font-size: 12px !important;
    }
}

.dt-container .dt-paging .page-item.active .page-link {
    background-color: #FFC000 !important;
    border-color: #FFC000 !important;
    color: #000 !important;
    font-weight: bold;
}

@media (max-width: 768px) {

    /* Hacer que el wrapper actúe como flex y permita reordenar */
   .dt-container {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

        /* Paginación primero */
       .dt-container .dt-paging {
            order: 1;
            width: 100%;
            text-align: center !important;
            margin-bottom: 8px;
        }

        /* Info después */
       .dt-container .dt-info {
            order: 2;
            width: 100%;
            text-align: center !important;
            font-weight: bold;
        }
}


@media (min-width: 769px) {

    /* Info (Mostrando del...) */
    .dataTables_wrapper .dt-info {
        float: right !important;
        font-weight: bold !important;
        font-size: 14px;
        color: #000;
        margin-top: 10px;
    }

    /* Paginación */
    .dataTables_wrapper .dt-paging {
        float: left !important;
        text-align: left !important;
        margin-top: 5px;
    }

        /* Booster para el nav de Bootstrap */
        .dataTables_wrapper .dt-paging nav {
            display: inline-block !important;
        }
}

@media (max-width: 768px) {

    /* Todo centrado */
    .dataTables_wrapper .dt-info,
    .dataTables_wrapper .dt-paging {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    /* Paginación arriba */
    .dataTables_wrapper .dt-paging {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    /* Info abajo */
    .dataTables_wrapper .dt-info {
        margin-top: 10px;
        font-weight: bold;
        font-size: 13px;
    }

    /* Botones más compactos */
    .dataTables_wrapper .dt-paging .page-link {
        padding: 2px 6px !important;
        font-size: 12px !important;
    }
}

/* Página activa */
.dataTables_wrapper .dt-paging .page-item.active .page-link {
    background-color: #FFC000 !important;
    border-color: #FFC000 !important;
    color: #000 !important;
    font-weight: bold;
}

@media (max-width: 768px) {

    /* Wrapper como flex */
    .dataTables_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

        /* Paginación primero */
        .dataTables_wrapper .dt-paging {
            order: 1;
            width: 100%;
            text-align: center !important;
            margin-bottom: 8px;
        }

        /* Info después */
        .dataTables_wrapper .dt-info {
            order: 2;
            width: 100%;
            text-align: center !important;
            font-weight: bold;
        }
}

.dt-length, .dt-search {
    margin-bottom: 10px;
    margin-top: 10px;
}

.DataTableOptions {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .DataTableOptions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
}

div.DataTableOptions > div.dt-search > label > button {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    outline: none !important;
}

.dt-paging.paging_full_numbers nav ul li > button {
    color: black !important;
    margin:5px;
}


