
/* Resize and bring customer logo to front */
.external-header .header-logo {
   z-index: 9999;
    width: 80%;
    margin-bottom: 42px;
    margin-right: 36px;
}
/* Push "Inventory" vertically below the customer logo */
.external-header .product-name {
   position: absolute;
    width: 33%;
    top: 160px;
    left: 224px;
}
/* Logo after logging in */
.application-header {
  width: 160px;
}
/* Logo after logging in product-name */
.product-name {
  width: 130px;
}
/* Welcome */
#welcomeImage img {
  width: 700px;
}

#application-header div#affix #quick-navigation {
height: 42px;
border-bottom: 2px solid #E4001F;
}

/*Remove a bar at the bottom of active menu element */
.btn.top-menu-header:hover::before {
display: none;
}
.btn.top-menu-header.active::before{
display: none;
}

/*# sourceMappingURL=/faces/javax.faces.resource/css/branding.css.map?v=v5331a82dc13a5fc8fcb44b802bdf41c7cb73d13c10495920c8388b7560e620f2 */