/* GEHC CONFIDENTIAL

Copyright (c) 2025, 2025, GE HealthCare
All Rights Reserved

This unpublished material is proprietary to GE HealthCare. The methods and
techniques described herein are considered trade secrets and/or
confidential. Reproduction or distribution, in whole or in part, is
forbidden except by express written permission of GE HealthCare.
GE is a trademark of General Electric Company used under trademark license. */
body {
  font-family: Source Sans Pro, Helvetica, serif;
  color: #404040;
}

.header.base {
  position: absolute;
  left: 2%;
  top: 1vw;
  right: 2%;
  height: 7vw;
  border-bottom: 1px solid #ddd;
}
.header .logo {
  position: absolute;
  left: 1vw;
  top: 1vw;
  width: 52px;
  height: 52px;
  line-height: 7vw;
}
.header .logoImage {
  object-fit: cover;
  width: 4vw;
  height: 4vw;
}
.header .logoutImage {
  object-fit: cover;
  height: 2vw;
  vertical-align: middle;
  filter: brightness(1.5);
}
.header .logoutImage:hover {
  filter: brightness(0.5);
}
.header .logoutImage:active {
  filter: brightness(1);
}
.header .logoutImageDisabled {
  object-fit: cover;
  height: 2vw;
  vertical-align: middle;
  opacity: 0.3;
}
.header .title {
  position: absolute;
  left: 7vw;
  top: 0;
  font-size: 3vw;
  font-weight: bold;
  right: 0;
  height: 4.25vw;
  line-height: 4vw;
}
.header .subTitle {
  position: absolute;
  left: 7vw;
  top: 4.25vw;
  font-size: 1.2vw;
  font-weight: bold;
  right: 0;
  height: 2vw;
  line-height: 1vw;
}
.header .version {
  font-size: 0.8vw;
}
.header .language {
  position: absolute;
  right: 1vw;
  top: 0;
  font-size: 1.5vw;
  font-weight: normal;
  height: 4.25vw;
  line-height: 4vw;
  text-align: right;
}
.header .language select {
  background-color: white;
  font-size: 1vw;
  font-weight: normal;
  height: 2vw;
  border: 0.01vw solid #999;
}

.content.base {
  position: absolute;
  left: 1vw;
  top: 8vw;
  right: 1vw;
  bottom: 6vw;
  overflow-y: auto;
}
.content .alert {
  position: absolute;
  width: 96%;
  height: 90%;
  top: 5%;
  left: 2%;
  line-height: 3vw;
  text-align: left;
  font-weight: bold;
  font-size: 1.5vw;
  z-index: 1;
  display: none;
  background-color: white;
}

.footer.base {
  position: absolute;
  background: #162941;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6vw;
}
.footer .copyright {
  position: absolute;
  left: 1vw;
  height: 6vw;
  line-height: 6vw;
  width: 16vw;
  font-size: 1vw;
  text-transform: capitalize;
  color: #fff;
}
.footer .contact {
  position: absolute;
  left: 17vw;
  height: 6vw;
  line-height: 6vw;
  width: 20vw;
  font-size: 1.5vw;
  color: #fff;
}
.footer .footer-logo {
  position: absolute;
  right: 1vw;
  height: 6vw;
  line-height: 6vw;
}
.footer .footerImage {
  position: absolute;
  top: 1.25vw;
  width: 3.5vw;
  height: 3.5vw;
  right: 0;
}
.footer .links.base {
  position: absolute;
  left: 40vw;
  height: 6vw;
  right: 6vw;
  text-align: right;
  line-height: 6vw;
  font-size: 1vw;
  color: #fff;
  overflow: hidden;
}
.footer .links table {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}
.footer .links td {
  padding: 0 2vw 0 2vw;
}
.footer .links .security {
  text-align: right;
}
.footer .links .terms {
  text-align: center;
}
.footer .links .privacy {
  text-align: left;
}
.footer .footer-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.35s, background 0.35s;
}
.footer .footer-link:hover {
  color: #a100ff;
}

/*# sourceMappingURL=page.css.map */
