body
{
    background-color: #efefef;
}

.margin-bottom-0
{
    margin-bottom: 0;
}
label.error
{
    color: #dd0000;
}

label.required::after
{
    color: #dd0000;
    content: ' *';
}

/* para acompanhar a tela, cadastro de rubricas */
.fixed {    
    position: fixed;     
    top: 20px;    
} 
.table-T,
.table-G,
.table-S
{
    border-bottom: #999 2px solid !important;
}

.table-T
{
    font-weight: bold;
    background-color: #ddd !important;
}
.table-G
{
    background-color: #ddd !important;
}
.table-G td:nth-child(2)
{
    padding-left: 20px;
}
.table-S
{
    background-color: #ddd !important;
}
.table-S td:nth-child(2)
{
    padding-left: 40px;
}
.table-R > td
{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-right: 1px !important;
    margin: 1px !important;
}
.table-R td:nth-child(2)
{
    padding-left: 60px;
}
.campo-input
{
    border: 0;
    width: 100%;
    height: 100%;
}
.error,
.valor-negativo
{
    color: #dc3545 !important; /* text-danger */
}
.campo-ordem
{
    width: 40px;
    text-align: right;
}


.list-group .list-group-item:nth-child(odd) {
    background-color: #fafafa;
}

.hide {
    display: none;
}

.btn-space{
    margin: 2px;
}