/*
 * Arquivo de Estilos CSS
 * 
 * Este arquivo contém as definições de estilo para o layout e aparência dos elementos da página.
 * Aplicado em todas as páginas do sistema.
 * 
 * @author Cláudio Souza Jr. <claudio@uerr.edu.br>
 * @version 1.0
 * @since 2023-10-05
 */

:root {
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #009EF7;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #004585;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #90d4fa;
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #009EF7;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #009EF7;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.row-detalhes {
    display: none;
}

.sw-btn{
    background-color: #004585 ! important;
    color: #fff ! important;
}

/* .sw-btn-confirm{
    background-color: #004585 ! important;
    color: #fff ! important;
}
.sw-btn-reset{
    background-color: darkgreen ! important;
    color: #fff ! important;
} */

.main-header,
.main-footer {
    background-color: #004585 ! important;
    color: #fff ! important;

    a {
        color: #fff ! important;
    }
}