/**
* Font
*/


.top-bar div.navbar-collapse {
    justify-content: flex-end;
}

.top-bar a {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.top-bar {
    background: #ebc259;
    height: 30px;
}

.top-bar ul {
    display: flex;
    justify-content: flex-end;
}

.top-bar ul li.user-name {
    font-weight: bold;
    font-size: 12px;
    color: white;
}


.top-bar li {
    list-style: none;
    padding: 0 15px;
}

.top-bar a {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.top-bar a :hover {
    text-decoration: underline;
}

.top-nav.desktop-view {
    font-family: 'Roboto', sans-serif;
}

.top-bar-nav {
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

.top-bar .fixed-position {
    padding-top: 20px;
    width: 400px;
    top: 0;
    right: 1rem;
}

.top-bar .fixed-position .scrolled {
    position: fixed;
}

.dropdown-item {
    color: #666 !important;
}

.btn-primary {
    color: white;
    background: #ebc259 !important;
}


.top-bar button {
    background: #ebc259 !important;
}

.top-bar .dropdown-menu {
    display: none;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}

.top-bar a.dropdown-item, button.dropdown-item {
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
    background: white;
}

.top-bar .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .top-bar .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .top-bar .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .top-bar .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .top-bar .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {
    .top-bar .top-bar-nav-container {
        display: flex;
        justify-content: space-between;
    }
}

.top-bar ul a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.top-bar .dropdown-toggle {
    white-space: nowrap;
    display: inline-flex;
}

.top-bar li {
    list-style: none;
    padding: 0 15px;
    line-height: 1.5;
    margin: 0 0 0 2rem;
}

.top-bar .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.top-bar .dropdown-menu.show {
    display: block;
    z-index: 9999;
}

.top-bar ul a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.top-bar .dropdown-item {
    color: #666!important;
}

.top-bar .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 700;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.top-bar button[type=submit] {
    font-size: 12px;
    font-weight: bold;
    background: transparent !important;
    text-transform: none;
}

.top-bar .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: auto;
    margin-bottom: auto;
}

.top-bar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.top-bar .dropdown-menu {
    margin-top: 10px;
}

.top-bar .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.top-bar .btn-group {
    position: relative;
}

.top-bar .dropdown-menu.show {
    transform: translate3d(-132px, 0px, 0px);
}

.top-bar .dropdown-menu.show .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.top-bar a {
    text-decoration: none;
}

.top-bar a:hover {
    text-decoration: underline;
}
