/* Push "Inventory" vertically below the customer logo */
.external-header .product-name {
  position: absolute;
  width: 106px;
  top: 160px;
  left: 240px;
}

/* Resize and bring customer logo to front */
.external-header .header-logo {
  z-index: 9999;
  width: 80%;
  margin-bottom: 30px;
  margin-right: 30px;
}

/* Logo after logging in */
.application-header {
  width: 120px;
}

/* Logo after logging in product-name */
.product-name {
  width: 126px;
  position: absolute;
  top: 21px;
}

/*# sourceMappingURL=/faces/jakarta.faces.resource/css/branding.css.map?v=vd94fd0136ec234df0d74078fcac99bf6616caa6e9b162b389394702192be6ee2 */