/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 *= require_tree .
 *= require_self
 */


/* customização das classes do template original */
.imgLogoCabecalho {
    height: 30px;
    padding: 0;
}

.acaoVisualizar {
    color: #204a87;
}

.acaoEditar {
    color: #4e9a06;
}

.acaoExcluir, label.error {
    color: #ef2929;
}

label.error {
    font-style: italic;
    font-weight: bold;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

form input[type='number']::-webkit-outer-spin-button,
form input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    min-height: 150px!important;
}