

.bg-blue {
    background-color: #2f549e !important;
    z-index: 9999999 !important;
}

.navbar-brand img {
    max-width: 100px;
}

.fa-bars {
    color: #fff;
}
.navbar-toggler {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    background: #fff !important;    
}



.navbar-nav .active .nav-link, .navbar-nav .active .nav-link i, .nav-link {
    color: rgb(255,255,255) !important;
    font-size: .8rem;
    font-weight: 400;
    outline: none;
}

.navbar-nav  .nav-link {
    color: rgb(255,255,255, 0.5) !important;
    font-size: .8rem;
    font-weight: 400;
    outline: none;
}

.navbar-nav  .nav-link:hover {
    color: rgb(255,255,255) !important;
}


.dropdown-item {
    font-size: .7rem;
    font-weight: 400;    
    outline: none;
}







.navbar-nav-right.navbar-nav .active .nav-link, .navbar-nav .active .nav-link i {
    color: rgb(255,255,255) !important;
    font-size: .8rem;
    font-weight: 400;
    outline: none;
}

.navbar-nav-right.navbar-nav  .nav-link {
    color: rgb(255,255,255) !important;
    font-size: .8rem;
    font-weight: 400;
    outline: none;
}

.navbar-nav-right.navbar-nav  .nav-link:hover {
    color: rgb(255,255,255) !important;
}


.navbar-nav-right .bf {
    padding: 0;
    border: 0;
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
}
.navbar-nav-right .bf img {
    vertical-align: middle;
    border-style: none;
    background: #fff;
    outline: none;
}

.navbar-nav-right .bf img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}


.navbar-nav-right.navbar-nav  .nav-link:hover {
    color: rgb(255,255,255) !important;
}


.dropdown-menu-not {
    width: 250px;
    outline: none;

}

.dropdown-menu-not h6 {
    font-size: .7em;
    padding: 5px !important;
}




.link-acceso-directo-not {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    color: #212529;
    text-decoration: none;
    font-size: .7em;   
    border-left:0;
    border-right:0; 

}

.link-acceso-directo-not:hover {
    text-decoration: none;
    background: #f5f8fa;
}


.link-acceso-directo-not-last {
    font-size: .6em;
    display: block;
    padding: 0.75rem .75rem;
    text-align: center;
    margin-bottom: -1px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

.link-acceso-directo-not-last:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}




.nav.nav-tabs .nav-item .nav-link{
    color: #007bff !important;
}



