.onsiteLaunchFileWait {
  display: none;
}

#footer {
  font-size: 9px;
  text-decoration: none;
}

hr {
  margin: 5px 0px;
}

.onsite-preview-lecture-presentation-approval-td {
  /*background-color: #FFE4BD;*/
}

.onsite-preview-lecture-presentation-approval-td-success {
  background-color: #F1FDEB;
}

/** Overlay / Splash screen **/
#global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#global-splash-screen {
  display: none;
  width: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 10000;
  color: white;
  font-size: 20px;
}

#modal-video-presentation video {
  margin-top: 50vh;
  transform: translateY(-50%);
}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
  -moz-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

@-moz-keyframes blink {
  to {
    visibility: hidden;
  }
}
