.ldo-tabs > li {
    width: 20% !important;
}

.ldo-tabs > li > a {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 76px;
    text-align: center;
}

.bens-imoveis-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 15px 25px;
}

.bens-imoveis-toolbar label {
    font-weight: normal;
    margin-right: 8px;
}

.bens-imoveis-toolbar .form-control {
    display: inline-block;
    width: 100px;
}

.bens-imoveis-actions .btn {
    margin-left: 7px;
}

.bens-imoveis-box {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
    margin: 0 15px 30px;
    padding: 12px;
}

.bens-imoveis-heading {
    background: #45ad2e;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 11px 15px;
    text-align: center;
}

.bens-imoveis-app[data-entidade="SENAI"] .bens-imoveis-heading {
    background: #ff862c;
}

#bens-imoveis-tabela {
    background: #fff;
    margin-bottom: 10px;
}

#bens-imoveis-tabela th,
#bens-imoveis-tabela td {
    border: 1px solid #ddd;
    vertical-align: middle;
}

#bens-imoveis-tabela th:not(:first-child),
#bens-imoveis-tabela td:not(:first-child) {
    text-align: right;
    white-space: nowrap;
}

#bens-imoveis-tabela tr.bens-imoveis-total td {
    font-weight: bold;
}

.bens-imoveis-meta {
    line-height: 1.6;
    margin: 0;
}

.bens-imoveis-status {
    padding: 35px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .ldo-tabs > li {
        width: 100% !important;
    }

    .ldo-tabs > li > a {
        min-height: auto;
    }

    .bens-imoveis-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .bens-imoveis-actions {
        margin-top: 15px;
    }

    .bens-imoveis-actions .btn {
        margin: 0 4px 6px 0;
    }
}
