@charset "utf-8";
/* CSS Document */

.globalNavigation { position:absolute; top:62px; left:0; width:100%; display:block; border-bottom: 1px solid black; background:#fff; height: 18px; box-sizing: content-box; line-height: 1.5em; }

.globalNavigation ul { display:inline-block; float:left; text-decoration: none; }

.globalNavigation ul li:empty { display: none; }

.globalNavigation .nav-left li, .globalNavigation .nav-right li { display:inline-block; margin: 0; padding: 0px 4px; font-weight:bold; border-left: transparent solid 1px; border-right: transparent solid 1px; text-decoration: none; }

.currentPage { background: #e0e0e0; }

.globalNavigation ul li:hover { background:#e3e3e3; border-left:#999 solid 1px; border-right:#999 solid 1px; }

.globalNavigation ul a { text-decoration: none; color:#000 }

.navLoggedInUser { }
/*
.globalNavigation ul { border-left:transparent solid 1px; border-right:transparent solid 1px; background-color:#fff; }
*/
.MenuBarHorizontal { }

.globalNavigation #navigationSectionLeft { } 

.globalNavigation #navigationSectionRight { float: right; }

.print { }
.notificationIcon { }

.notificationUnreadCount { }

#notificationItem { }

#navToggle { display: none; }

.nav-badge {
    background: #4368C9;
    color: white;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position: relative;
    padding: 1px 4px;
    left: -2px;
}
.nav-badge:empty { display: none; }
