label.error {
    float: none;
    color: #FF0000;
    margin: 0 .5em 0 0;
    vertical-align: top;
    font-size: 10px
}

.borda-elemento-plano {
    border-left: 2px solid blue !important;
}

.modal {
    overflow-y: auto;
}

.borda-elemento-plano-green {
    border-left: 2px solid green !important;
}

.plano_contas td {
    padding: 6px;
}

.plano_contas td:first-child {
    text-align: center;
}

.ui-menu {
    z-index: 3000;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.disabled-select {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}


.table-wrapper-scroll-y {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tabela-permissoes td {
    padding: 0 !important;
}

.modal .modal-dialog .modal-content .modal-body .form-horizontal .button_add_campo {
    /* margin-right: 50px; */
    justify-content: end;
}

.modal .modal-dialog .modal-content .modal-body .form-horizontal .button_add_campo a {
    margin-right: 5px;
}

.modal .modal-dialog .modal-content .modal-body .form-horizontal .button_add_campo a i {
    color: #2b90d9;
}

#dv-add-dados .modal-dialog .modal-content .modal-body .form-horizontal .conteudoIndividual .button_excluir_campo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#dv-add-dados .modal-dialog .modal-content .modal-body .form-horizontal .conteudoIndividual .button_excluir_campo a {
    margin-right: 5px;
}

#dv-add-dados .modal-dialog .modal-content .modal-body .form-horizontal .conteudoIndividual .button_excluir_campo a i {
    color: #bb2d3b;
}