.centraliza-itens
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.titulo-card
{
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    background-color: #261468;
}

.titulo-card p
{
    color: #fff;
    padding: 15px;
}

.height-card
{
    height: 320px !important;
}

.height-card-perfil
{
    height: 370px !important;
}

.margin-card { padding: 0px 30px }

.dataTables_filter label{float: right; !important;}

.bloqueiaBody,
.bloqueiaForm
{
    pointer-events: none;
    text-align: center;
}

.bloqueiaBody::after,
.bloqueiaForm::after
{
    content: url("../../painel/images/loader-50.gif");
    background-size: 20px 20px;
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.9);
    color: #000; font-weight: bold; font-size: 1.4em;

    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 999;
}

.bloqueiaBody::after
{
    position: fixed;
}

.abreDetalhe
{
    cursor: pointer;
    transition: all 0.3s;
}

.abreDetalhe:hover
{
    background-color: #efeaf7 !important;
}


.escolhido
{
    background: #ffb83a !important;
}

.dataTable span.some{
    display:none;
}