/*CSS dashboard*/


.content-wrapper{
    background-color: #FFFFFF !important;
}

.linha-destaque {
    background-color: #f7f7f7;
}

.card-dash {
    box-shadow: none !important;
    border: 2px solid !important;
    border-color: #f3f3f3 !important;
}

.titulo {
    font-size: 1.5rem;
}

.sub-titulo {
    font-size: 0.8rem;
}

@media (min-width: 777px) {
  .borda-col-left {
      border-left: 2px solid #e9e9e9;
      height: 70%;
    }
}

.texto_small {
    font-size: small;
}

.texto_xsmall {
    font-size: x-small;
}

.texto_xxsmall {
    font-size: xx-small;
}

.cor_up {
    color: green;
}

.cor_down {
    color: red;
}