#popup-wrapper #popup.splash {
  width: 50em;
  padding: 0;
  background-color: white;
  color: #333;
  font-size: 0.8rem;
  overflow: hidden;
}

#popup-wrapper #popup.splash #popup-content,
#popup-wrapper #popup.splash #popup-body {
  width: 100%;
}

#splash-logo {
  width: 100%;
  max-width: 20em;
  height: 9em;
  margin: 1em auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#splash-version {
  display: block;
  width: fit-content;
  margin: 1em auto;
  padding: 0.2em 1em;
  border-radius: 1em;
  background-color: #eee;
  color: #333;
  font-size: 0.85em;
}

#splash-rows {
  margin: 0 1.5em;
  padding-bottom: 0.3em;
}

.splash-row {
  display: grid;
  grid-template-columns: 1fr 3fr 6fr;
  gap: 1em;
  padding: 0.7em 0;
  border-top: 1px solid #eee;
  min-height: 2em;
}

.splash-row.centered {
	align-items: center;
}

.splash-img {
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-self: center;
}

.splash-label {
  flex: 0 0 11em;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
}

.splash-value {
  flex: 1 1 auto;
  color: #333;
  word-break: break-word;
}

.splash-value .manufacturer-name {
  font-weight: bold;
}

.splash-value a {
  color: #1a73e8;
}

.eifu-value {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}

#md {
  background-image: url("../assets/splash/md.png");
}

#sn-img {
  background-image: url("../assets/splash/sn.png");
}

#udi-img {
  background-image: url("../assets/splash/udi.png");
}

#release-date-img {
  background-image: url("../assets/splash/releaseDate.png");
}

#manufacturer-img {
  background-image: url("../assets/splash/manufacturer.png");
}

#eifu-img {
  background-image: url("../assets/splash/i.png");
  height: 4em;
  min-width: 4em;
}

#eifu-label {
	font-weight: bold;
	font-size: 0.6rem;
	word-spacing: 100vw;
}

.o3ims_view {
  background-image: url("../assets/splash/o3.jpg");
}

.mericonnect {
  background-image: url("../assets/splash/meriConnectLogo.jpg");
}

.zeeromed_view {
  background-image: url("../assets/splash/zeeroMedViewLogo.png");
}

.webscribe_view {
  background-image: url("../assets/splash/webScribeViewLogo.png");
}

.dviewer {
  background-image: url("../assets/splash/dViewerLogo.png");
}

.tesi_view {
  background-image: url("../assets/splash/tesiLogo.png");
}

#ce-box {
  min-width: 4em;
  height: 3.5em;
  background: url("../assets/splash/CE.png") center left no-repeat;
  background-size: contain;
}

#ce-box.not-ce {
  background-image: url("../assets/splash/NotCe.png");
}

#eval-text {
  display: none;
  color: black;
  padding: 1em;
}

#eval-text.visible {
  display: block;
}
