
/* 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/jakarta.faces.resource/css/branding.css.map?v=vf0ab7494bad3dff9237811f76e4e9f97c2ab50417e2a337459ce0c0270697d3e */