﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand img {
        height: 48px;
        width: 150px;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-custom-borda {
    border-top: solid;
    border-top-color: white;
    border-top-style: groove;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-style: groove;
}

.navbar-custom .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    font: bold;
    
}
    .navbar-custom .nav-link:hover,
    .navbar-custom .nav-link:focus {
        color: #ffffff;
        font-weight: bold;
        font-style: oblique;
        text-decoration: underline overline solid #000000;
    }

.navbar-custom .dropdown-menu {
    width: 450px;
    min-height: 70px;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
    font-weight: bolder;
}
    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #ffffff;
        font-weight: bold;
        font-style: oblique;
        text-decoration: underline overline solid #000000;
    }

.navbar-custom-fundo {
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: linear-gradient(to bottom, #000000 94%, #000000 100%);
}

.menu-top-usuario-logado-link:hover {
    font-weight: bold;
    font-style: oblique;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold !important;
    background: linear-gradient(to bottom, #41a8fd 5%, rgba(80, 179, 254, 0.89) 100%);
    color: white !important;
}

.nav-perfil-logado {
    display: flex;
    align-items: center !important; /*Aligns vertically center */
    justify-content: left !important; /*Aligns horizontally center */
    height: 30px;
}