.login_form_erros div {
    padding: 10px;
    margin: 0 0 20px 0
}

.borda_inferior {
    border-bottom: 1px solid #ededed;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
}

.none {
    display: none
}

/* ----- Formulários Erros ----- */

.formulario_erros {
    display: inline-block;
    min-width: 480px;
    margin: 15px 0;
    padding: 15px 20px;
    background: rgba(223, 74, 50, 0.22);
}

.formulario_erros_titulo {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

/* ----- Tabelas ----- */

.table {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.table thead tr,
.table tfoot tr {
    background: #eee;
    color: #5c5b58;
}

.table > thead > tr > th,
.table > tfoot > tr > th {
    border-bottom: 1px solid #ccc !important
}

.table th,
.table td {
    border: 1px solid #ccc;
}

.table tr {
    background: #fff;
}

.table_acoes li {
    float: left;
    position: relative;
}

.table_acoes li:first-child {
    padding-left: 0
}

.table_acoes li:after {
    content: " | ";
    display: inline-block;
    padding: 0 5px;
    color: #b0b0b0
}

.table_acoes li:last-child:after {
    content: "";
    display: none
}