﻿#tblReportes_wrapper,
#tblUsuarioReportes_wrapper {
    width: 100%;
    margin-top: 20px;
    border: none;
    box-shadow: none;
}

#tblReportes_wrapper table thead tr th,
#tblDocumentos_wrapper table thead tr th,
#tblUsuarioReportes_wrapper table thead tr th {
    border: none;
}

.paginate_button {
    padding: 5px;
}

#tblReportes_wrapper .paginate_button.current,
#tblDocumentos_wrapper .paginate_button.current,
#tblUsuarioReportes_wrapper .paginate_button.current {
    display: flex;
    border: none;
    background: none;
    background-color: #E6EEFC;
    color: #0050DD !important;
}

.dataTables_paginate.paging_simple_numbers {
    display: flex;
    justify-content: center;
}

table {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

table thead {
    background-color: #E6EEFC;
    color: #0050DD;
    
}

table tbody .even {
    background-color: #FAFCFE;
}

#tblUsuarioReportes_filter {
    display: none;
}

#tblDocumentos td {
    padding-left: 20px;
}

#tblDocumentos td:nth-of-type(even) {
    padding: 15px;
    float: right;
}

#tblDocumentos thead tr th:nth-of-type(odd) {
    float: left;
    padding: 15px 20px;
}

#tblDocumentos tbody tr {
    height: 50px;
}