/*
#studyHeader {
  margin-top: 10px;
  background-image: url("/static/images/indigequit-logo-683x156.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  height: 62px;
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

#progressHolder {
  margin-top: 17px;
  margin-right: 10px;
  font-weight: bold;
  float: right;
  color: #001330;
  padding: 2px 4px 2px 4px;
}
*/

#productionHeader{
  background: #e8f48c;
}

DIV.studyLogo {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #000;
  height: 62px;
}

.surveyFooter {
    background-image: none;
    background-color: #000;
}

.buttonWrapper {
    border: 2px solid #000;
}

#studyHeader,
#header-container {
  position: relative;
  height: 62px;
  background: white;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #000;
}

.logo-box {
  width: 272px;
  height: 62px;
  background-image: url("/static/images/indigequit-logo-683x156.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  flex-shrink: 0;
}

.progress-wrapper {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: rgb(255, 255, 204, 0.85);
  border: 2px solid #999;
  border-radius: 999px;
  padding: 0.0em 0.3em 0.0em 0.3em;
  overflow: hidden;
  max-width: calc(100% - 300px); /* keep off the logo */
  min-width: 2em;
  white-space: nowrap;
}

.progress-box {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.progress-text {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
}

.progress-box.fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  background: linear-gradient(to right, transparent, #ffffcc);
  pointer-events: none;
  opacity: 0; /* default: invisible */
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 25em) {
  .progress-box.fade::after {
    opacity: 1; /* fade in only on narrow viewports */
  }
}

UL.test_instructions LI {
  padding-bottom: 0.3em;
}

UL.test_instructions LI IMG{
  padding-top: 0.3em;
}
