.font-monospace {
    font-family: monospace;
}

#comboAssuntos_chosen {
    font-family: monospace;
}

.gritter-title {
    font-size: 18px !important;
}

.gritter-item p {
    font-size: 14px !important;
}

.gritter-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border: solid 1px #faebcc !important;
}
.gritter-item-wrapper {
    /* gritter-center gritter-light gritter-warning*/
    border-radius: 2%;
}

#manifestacao a.remove {
    display: none;
}

/* ace class sobrepostas */

.form-actions,
.well,
.breadcrumbs,
.sidebar {
    background-color: #fcfcfc !important;
}

.info > td {
    background-color: #f1f5f9 !important;
}
.table > tbody > tr > td {
    border-top: 1px solid #ededed !important;
}
.table > thead > tr > th {
    border-bottom: 1px solid #ddd !important;
}
.dataTables_wrapper > div {
    background-color: #fff !important;
}
.widget-box-overlay {
    /*background-color: rgba(150,150,150,.4) !important;   */
    background-color: rgba(240, 240, 240, 0.4) !important;
}

.progress {
    background-color: white;
}

/* FORMS */

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex__tipo_6,
.flex__tipo_5 {
    flex: 12 0 auto;
}

.flex__tipo_1,
.flex__tipo_2,
.flex__tipo_4 {
    flex: 4 0 auto;
}

.flex__tipo_2 small {
    white-space: nowrap;
}

#resulta__detalhes .flex__tipo_1,
#resulta__detalhes .flex__tipo_2,
#resulta__detalhes .flex__tipo_4 {
    flex-basis: 160px;
}

.flex__tipo_3 {
    flex: 2 2 auto;
}

.flex__tipo_7 {
    flex: 7 0 auto;
}

.campo-inativo {
    font-style: italic;
    color: #888;
}

#resulta__detalhes > strong {
    white-space: nowrap;
}
