/*DataTable Participacion - INI - 14/07/17 - amartiji*/
table.dataTable thead.filtros th{
    font-weight: 400;
}
table.dataTable thead.filtros input{
    height: 20px;
    font-size: 0.7em;
}

.dttable_input{
    height: 20px;
    font-size: 0.7em;
}

.dttable_cell_center{
    text-align: center;
}

table.dataTable .do_aport{
    font-weight: bold;
}
/*DataTable Participacion - FIN - 14/07/17 - amartiji*/
/* DataTable styles --Start*/

table.dataTable thead .sorting {
    background-color: #cce4f6;
    font-size: 1.1em;
    font-weight: inherit;
    color: #003366;
    min-width: 65px;
}

table.dataTable thead th, table.dataTable thead td {
/* accesibilidad    
    padding: 9px;
    border-bottom: 1px solid #111;
*/    
    border-bottom: 1px solid;
    border-bottom-color: #d3d3d3
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background-color: #7FACCE;
    font-size: 1.1em;
    font-weight: inherit;
    color: #003366;
}

table.dataTable {
    border-spacing: 1px;
}

table.dataTable.display tbody tr.odd {
    background-color: #e9e9e9;
}

table.dataTable.display tbody tr.even {
    background-color: #f0f0f0;
}

table.dataTable tfoot th, table.dataTable tfoot td{
    background-color: #CCE4F6;
    font-size: 1.1em;
    font-weight: inherit;
    color: #003366;  
    border-top: #fff;
}
.dataTables_wrapper .dataTables_filter input{
    background-color: #f2f8fd
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
    color: #0279d4 !important;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 1.5em;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
    border-top: 1px solid #FFF;
    max-width: 45rem;
}
article table-generic p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
/* DataTable styles --End*/