* {
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}


.dashboard {
    background-color: #0c0c0c !important;
}

.parvus-table-coluna-ordena {
    font-size: 25px;
    text-transform: uppercase;
}

.transparencia-20 {
    opacity: 0.8; !important
    filter: alpha(opacity=80); !important;
}

.alerta-bloco {
    border: 1px solid red;
}

.panel-error {
    background: #8c1414;
    color: white !important;
}

.erro_site {
    z-index: 99999;
    position: absolute;
    color: white !important;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
    text-decoration: blink;
}

.cabecalho-titulo > h1 {
    font-size: 45px;
}

.coluna-cabecalho {
    width: 33.33%;
}