.analyzer-error {
  position: absolute;
  width: 100%;
  background-color: red;
  color: white;
  font-size: 25pt;
  height: 80px;
  text-align: center;
  padding-top: 40px;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  top: 0px;
  opacity: 0.8;
}

.analyzer-error-hidden {
  display: none;  
}

.analyzer-error-visible {
  display: block;
}

.analyzer-dlg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.analyzer-dlg-show {
  display: block;
}

.analyzer-dlg-close {
  display: none;
}

.analyzer-input-form {
  width: 50%;
  margin: 20px auto;
  margin-top: 300px;
  z-index: 20;
  border: 1px solid black;
  background-color: white;
  padding: 10px;
}

.analyzer-input-form-uri {
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 20pt;
  width: 97%;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  margin-bottom: 15px;
  padding: 6px 12px 6px 12px;
  line-height: 1.42857143;
}

.analyzer-input-form-examples {
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 1rem;
  width: 97%;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  margin-bottom: 15px;
  padding: .375rem .375rem;
  line-height: 1.5;
  height: calc(2.25rem + 2px);
}

.analyzer-input-form-submit {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 20pt;
  padding: 6px 12px 6px 12px;
  line-height: 1.42857143;
  cursor: pointer;
  touch-action: manipulation;
  text-align: center;
  font-weight: 400;
  user-select: none;
  border-radius: 4px;
  border: 1px solid transparent;
}@font-face {
  font-family: LevelOne;
  src: url('LevelOne.woff');
}

.analyzer-wrapper {
  background-color: black;
  margin: 0 auto;
  width: 1920px;
  height: 1080px;
}

.analyzer-video {
  width: 100%;
}
.analyzer-overlay {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 1920px;
  height: 1080px;
  transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}

.analyzer-overlay p {
  color: white;
  font-size: 14pt;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
}

.analyzer-overlay a {
  color: white;
}

.analyzer-overlay a:visited {
  color: rgb(15,186,240);
}

.analyzer-overlay-visible {
  transition-delay: 0s;visibility: visible; opacity: 0.5;
}

.analyzer-overlay-hidden {
  opacity: 0; visibility:hidden;
}

.analyzer-audio-visualizer {
  position: absolute;
  bottom: 0px;
  height: 120px;
  left: 0px;
  z-index: 5;
  width: 100%;
}

.analyzer-abr-visualizer {
  position: absolute;
  bottom: 190px;
  height: 300px;
  left: 0px;
  z-index: 5;
  width: 100%;
}

.analyzer-overlay-branding {
  position: absolute;
  top: 10px;
  height: 200px;
  width: 1920px;
}

.analyzer-overlay-legend {
  position: absolute;
  top: 120px;
  left: 30px;
  width: 400px;
  font-style: italic;
}

.analyzer-overlay-branding-title {
  position: absolute;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 48pt;
  color: white;
  padding: 12px 24px;
  left: 350px;
  top: 15px;
}

.analyzer-overlay-branding-logo {
  position: absolute;
  background: url('eyevinnlogo.png') no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 80px;
  left: 25px;
  top: 15px;
}

.analyzer-metadata {
  position: absolute;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 14pt;
  color: black;
  background: white;
  right: 60px;
  width: 400px;
  top: 140px;
  padding: 12px;
  z-index: 20;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}

.analyzer-metadata-visible {
  transition-delay: 0s;visibility: visible; opacity: 1;
}

.analyzer-metadata-hidden {
  opacity: 0; visibility:hidden;  
}

.analyzer-metadata h2 {
  font-size: 18pt;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}

.metadata {
  padding: 10px;
  border: 1px solid black;
  width: 100%;
}

.metadata td {
  text-align: center;
}

.analyzer-abrstats {
  position: absolute;
  font-family: LevelOne, "Lucida Grande", Helvetica, Arial;
  font-size: 14pt;
  color: black;
  background: white;
  left: 60px;
  width: 1780px;
  bottom: 80px;
  padding: 12px;
  z-index: 20;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}

.analyzer-abrstats-visible {
  transition-delay: 0s;visibility: visible; opacity: 1;
}

.analyzer-abrstats-hidden {
  opacity: 0; visibility:hidden;  
}

.analyzer-abrstats h2 {
  font-size: 18pt;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}