body #sp-top-bar .container-inner {
    padding: 0px;
}
body #sp-top-bar .container-inner .navbar .nav-item.active > a{
    color: #fff;
}
body #sp-top-bar .container-inner .navbar .nav-item.active{
    border-bottom:2px solid #fff;
}


.z-index{
    z-index: 111111;
}

.badge-notify{
    position: absolute !important;
    top: 0px !important;
    left: auto;
    margin-left: -6px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 111111;
}