/*@charset "UTF-8";

body {
    padding-top: 3.5rem;
}

.textAlignCenter {
    text-align: center !important;
}

.textAlignR {
    text-align: right;
}

.textAlignL {
    text-align: left;
}

.form-req {
    color: #d10000;
    float: right !important;
}

.textBold {
    font-weight: bold;
}

.titulo {
    font-weight: bold;
    font-size: 20;
    text-align: center;
}

.required {
    font-weight: bold;
    color: red;
}

.btn,
.ui-state-default {
    background-image: none;
}

.jumbotron {
    padding: 1rem 1rem;
}*/

.tabela_estatistica .ui-datatable-header .ui-widget-header .ui-corner-top{
	background: #ccc !important;
}