/* CUSTOMIZAÇÃO */
/* MENU SUPERIOR */
.background-nav-bar-top{
    margin-bottom: 1px;
}
/* / MENU SUPERIOR */

/* MENU LATERAL */

/* /MENU LATERAL */

/* RODA PÉ*/
footer.sticky-footer {
    position: relative !important;
    width: 100% !important;
    height: 30px !important;
    margin-top: 2px ;
    margin-bottom: 5px;
    background-color: #072a3af1;
    color: white;
 }
 footer.sticky-footer a {
     color: #f3f5f7;
 }
/* /RODA PÉ*/

/* GERAL */
.menu a:link,.menu a:visited{
    color: #ffffff !important;
}
.menu a:hover {
    color: #dee1e6 !important;
}
.menu1 a:hover, .menu1 a:visited{
    color: #1b1e21 !important;
}
/* /GERAL */

.breadcrumb-title {
    font-size: 2em;
    border: none !important;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
}

.form-label {
    font-weight: bold;
    margin-top: min(0.7rem, 1.5vw);
}

.desabilitado{
    background-color: #e9ecef !important;
    opacity: '0.65';
    cursor: not-allowed;               
}