/**
 *
 * Apply Here your Custom CSS
 *
*/

/* Estilos para headers do DataTables #3b5998 */

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #3b5998 !important;
  border-bottom-width: 0px;
  color: #fff;
  border-bottom: 0 !important;
}

table.dataTable tbody th, 
table.dataTable tbody td.period-red-cell {  
    color: #c7254e;
    background-color: #ffb7cc;
    border-radius: 3px;

    background-color: #ffc9c9;
    border-color: #ffafbd;
    color: #ac1818;
}

table.dataTable tbody th, 
table.dataTable tbody td.period-green-cell {  
    color: #000000;
    background-color: #bdffb7;
    border-radius: 3px;

    background-color: #bdedbc;
    border-color: #b4e8a8;
    color: #045702;
}