/*
    This same stylesheet is used by the studylist. If you modify it please check also the studylist splash-screen style.
*/

#splash-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  top: 0;
  left: 0;
}

#splash-container.hidden {
  display: none;
}

#splash-box {
  position: relative;
  width: 60em;
  height: 35em;
  background-color: white;
  font-size: 0.75em;
}

#splash-logo {
  width: 100%;
  height: 18.34em;
  background-size: 37.5em;
}

#splash-version {
  height: 1.5em;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

#splash-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

#splash-footer .product-info {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  grid-gap: 0 1em;
}

#splash-footer .licence-info {
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
  grid-gap: 0;
}

.splash-img {
  height: 3em;
  width: 3em;
  grid-column: 1;
}

#md {
  background: url("../assets/splashScreen/md.png") center center no-repeat;
  background-size: 3em;
}

#sn-img {
  background: url("../assets/splashScreen/sn.png") center center no-repeat;
  background-size: 3em;
}

#udi-img {
  background: url("../assets/splashScreen/udi.png") center center no-repeat;
  background-size: 3em;
}

#release-date-img {
  background: url("../assets/splashScreen/releaseDate.png") center center no-repeat;
  background-size: 3em;
}

.o3ims_view {
  background: url("../assets/splashScreen/o3.jpg") center center no-repeat;
}

.mericonnect {
  background: url("../assets/splashScreen/meriConnectLogo.jpg") center center no-repeat;
}

.zeeromed_view {
  background: url("../assets/splashScreen/zeeroMedViewLogo.png") center center no-repeat;
  background-size: 27em !important;
}

.webscribe_view {
  background: url("../assets/splashScreen/webScribeViewLogo.png") center center no-repeat;
}

.dviewer {
  background: url("../assets/splashScreen/dViewerLogo.png") center center no-repeat;
}

.tesi_view {
  background: url("../assets/splashScreen/tesiLogo.png") center center no-repeat;
  background-size: 70% 70% !important;
}

#ce-box {
  width: 9em;
  height: 6em;
}

#released-to-box {
  font-weight: bold;
}

.ce {
  background: url("../assets/splashScreen/CE.png") center center no-repeat;
}

.not-ce {
  background: url("../assets/splashScreen/NotCe.png") center center no-repeat;
}

#eval-text {
  width: 100%;
  display: none;
  background-color: white;
  color: black;
  text-align: center;
  font-weight: bold;
  height: 4em;
}

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

#company-img {
  background: url("../assets/splashScreen/company.png") center center no-repeat;
  height: 7em;
  width: 15em;
}

#info-box {
  background: url("../assets/splashScreen/i.png") center center no-repeat;
  height: 7em;
  width: 8em;
  cursor: pointer;
}
