/* Logo after logging in */
#application-header .application-header {
  width: 162px;
}

/* Product-name after logging in */
#application-header .product-name {
  width: 180px;
  position: absolute;
  top: 22px;
}
/* Application pages */

/* Set dropdown menu to gray */
.menu-body .btn
{background-color: #5e6a71 !important;
}
/* Set dropdown menu font to white */
.menu-body .btn span
{color: #FFF !important;
}
/* Set dropdown menu active elements to blue */
.menu-body .btn:hover
{background-color: #00529b !important;
}
/* Set dropdown menu hover elements to blue */
.menu-body .btn.active
{background-color: #00529b !important;
}
/* Set main menu hover elements to white */
#main-menu .btn.top-menu-header:hover
{background-color: #FFF !important;
}
/* Set main menu active elements to white */
#main-menu .btn.top-menu-header.active
{background-color: #FFF !important;
}
/* Remove keyboard focus color */
.menu-body .btn.kbd-focus
{outline:none !important;
}
/* Remove shadows from menu */
.modal.overlay-menu.top-menu
{box-shadow: none !important;
}
/* Get menu font bold */
#main-menu span
{font-family: Roboto,Arial,Noto,sans-serif !important;
font-weight: bold !important;
}
/* Get dropdown menu font bold */
.menu-body span
{font-family: Roboto,Arial,Noto,sans-serif !important;
font-weight: bold !important;
}
/* Fix the bar position under quick navigation menu */
#application-header div#affix #quick-navigation{ height: 41px; }
/*# sourceMappingURL=/faces/javax.faces.resource/css/branding.css.map?v=v3cb2a3dbd6b88e2013d3c625e4e0b196e9c9e991f97a42c21a571755413d1081 */