header nav .nav-wrapper{
    background-color: #031C54 !important;
}
header nav ul a:hover{
    background-color: #204697 !important;
}

#aguarde{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    z-index: 999;
    display: none;
}
#aguarde .content{
    margin: auto;
    text-align: center;
}
#aguarde img{
    width: 80px;
    opacity: 0.2;
}
#aguarde p{
    font-size: 1.2rem;
    font-style: italic;
    margin: auto;
}


#logo-header{
    width: 175px;
}

#logo-principal{
    margin-top: 60px;
    width: 40%;
}

.login{
    margin: auto;
    padding: 20px !important;
}
.login .card{
    margin: 0;
}

.filtro .campo{
    width: calc(100% - 70px);
}
.filtro .campo.filtrado{
    width: calc(100% - 100px);
}
.filtro .botoes{
    text-align: center;
    width: 70px;
    height: 80px;
    padding-top: 30px;
}
.filtro .botoes.filtrado{
    width: 100px;
}

.tabela-index .coluna-acoes{
    width: 100px;
}
.tabela-index .coluna-acoes-com3{
    width: 130px;
}
.tabela-index .coluna-acoes-com4{
    width: 180px;
}

#toast-container {
    min-width: 10%;
    top: 0;
    right: 50%;
    transform: translateX(50%) translateY(50%);
}

.has-error{
    color: #d50000 !important;
}

.collapsible-icone-expandir{
    display:inline-block ;
}
.collapsible-icone-retrair{
    display:none !important;
}
li.active .collapsible-header .material-icons.collapsible-icone-expandir{
    display: none;
}
li.active .collapsible-header .material-icons.collapsible-icone-retrair{
    display: inline-block !important;
}

.tabs .tab a{
    color:#000;
}
.tabs .tab a:hover {
    color:#000;
    background-color:#bbdefb;
}
.tabs .tab a:focus.active {
    color:#000;
    background-color:#90caf9 ;
    font-weight: bold;
}
.tabs .tab a.active {
    color:#000;
    background-color:#90caf9 ;
    font-weight: bold;
}
.tabs .indicator {
    background-color:black;
}
