/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.table thead tr {
    background-color: #bf0909 !important;
    color: #ffffff !important;
    background-image: -webkit-linear-gradient(top,#bf0909 0,#bf0909 100%);
    vertical-align: middle !important;
    text-align: center !important;
}
.table th { font-size: 11px;vertical-align: middle !important;text-align: center !important;
    /*background-color: #81bef7;*/
    font-weight: bold;color: white;}
/*.table td { font-size: 10px; }*/
/*.table tr { font-size: 10px;vertical-align: middle;text-align: center;background-color: #81bef7;color: black;}*/

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #bf0909 !important;
    color: #ffffff !important;
}

.graficos {
    border-color: #808080;
}