div.bs-tab div.show-on .navbar-header {
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
div.bs-tab div.show-on .navbar-header > .navbar-toggle {
    background: rgba(0, 0, 0, 0.2);
}

div.bs-tab a.active-tab {
    display: inline-block;
    float: none;
    width: calc(100% - 38px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

div.bs-tabs-vertical-orientation div.affix {
    top: 0;
    /*position: relative !important;*/
}

.admin-bar div.bs-tabs-vertical-orientation div.affix {
    top: 32px;
    position: fixed !important;
}

div.bs-tabs-vertical-orientation div.affix-bottom {
    position: fixed !important;
}

@media (max-width: 768px) {
    div.bs-tabs-vertical-orientation div.affix, .admin-bar div.bs-tabs-vertical-orientation div.affix, div.bs-tabs-vertical-orientation div.affix-bottom {
        top: auto !important;
        position: relative !important;
    }
    /*ul.nav-center {
display: block;
margin: 0 auto;
}
ul.nav-pills>li {
float: none;
}*/
}

div.bs-tab > div > ul.nav > li {
    margin-top: 3px;
}

div.bs-tab ul.nav-center {
    display: table;
    margin: 0 auto;
    text-align: center;
}

div.bs-tab ul.nav-center > li {
    display: inline-block;
    float: none;
}

div.bs-tab > div > ul.nav-right {
    float: right;
    display: table;
    text-align: right;
}

div.bs-tab > div > ul.nav-right > li {
    display: inline-block;
    float: none;
}

div.navbar {}

div.navbar ul.nav {}

div.navbar ul.nav>li {}

div.navbar ul.nav>li>a {}

div.navbar ul.nav>li>a:focus {}

div.navbar ul.nav>li>a:hover {}