#content {
  padding-top: 20px;
}

#page-info {
  padding: 15px;
  margin: 15px;
  border: 1px solid var(--gray-unofficial);
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.page-info-item {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-unofficial);
}

.page-info-item:last-child {
  border-bottom: unset;
}

.page-info-title {
  font-weight: bold;
}

.page-info-txt {
  font-size: 1.5em;
}

#page-ready-wrap {
  display: none;
}

#page-ready {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: inherit;
  background-color: rgba(0,0,0,0.25);
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#audio-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  font-size: 4em;
}

#audio-play-btn .bi {
  color: var(--btn-color);
}

#audio-play-btn .bi:hover {
  color: var(--txt-blue);
}

.extra-title {
  margin: -15px -15px 15px -15px;
  padding: 15px;
  color: #ffffff;
  background-color: var(--gray-unofficial);
  font-size: 15pt;
}

#transcript-text-wrapper {
  margin: 90px 15px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid var(--gray-unofficial);
  font-size: 1.5em;
  color: var(--gray-unofficial);
  position: relative;
  z-index: 2;
}

#transcriptIcon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-table;
  position: relative;
}

#transcript {
  position: fixed;
  bottom: 10px;
  z-index: 5;
  width: 100%;
  display: none;
}

#transcript-box {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(255,255,255,0.85);
  border-radius: 5px;
  color: #000;
  height: 100px;
  display: table;
  border: 1px solid #002b49;
  position: relative;
}

#transcript-close-btn, .blue-close-btn {
  margin: 5px;
  padding: 5px 10px;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #fff;
  background-color: #002b49;
  cursor: pointer;
  border-radius: 0 5px 0 0;
  min-width: unset;
  outline: unset;
  border: unset;
}

#transcript-close-btn:hover, .blue-close-btn:hover {
  outline: unset;
  background-color: #ffffff;
  color: var(--btn-color) !important;
  box-shadow: inset 0 0 0 1px #1B538D;
}

#transcript-close-btn:focus, .blue-close-btn:focus, #transcript-close-btn:active:focus, .blue-close-btn:active:focus {
  outline: unset;
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px #1B538D;
}

.blue-close-btn:hover {
  color: #ffffff;
}

.blue-close-btn::before {
  content: '';
}

.btn.blue-close-btn:focus, .btn.blue-close-btn:active:focus {
  color: var(--btn-color);
}

#transcript-show {
  margin-top: 25px;
  max-height: calc(100vh - (10px + 100px + 50px + 60px));
  overflow: auto;
  font-size: 1.25em;
}

#see-more-btn {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  background-color: var(--btn-color);
  padding: 15px;
  color: #fff;
  cursor: pointer;
  opacity: 0.25;
  border: unset;
}

#see-more-btn:hover {
  opacity: 1;
}

#see-more-btn:focus, #see-more-btn:active:focus {
  outline: unset;
}

.bg-blue {
  background-color: var(--btn-color);
}

.bg-blue a:focus, .bg-blue a:active:focus {
  outline: 1px dashed #fff;
}

.bg-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.center-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#last-page-print-section {
  color: #000;
  position: relative;
  display: none;
}

#print-diss-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  height: auto;
}

#textfield {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #fff;
  max-width: 400px;
  text-align: center;
  border: 1px solid var(--gray);
}

#last-page-print-date {
  position: absolute;
  top: 0;
  right: 20px;
  font-weight: bold;
}

#last-page-print-btn {
  padding: 0;
}

#last-page-print-btn:hover {
  background-color: transparent;
}

#last-page-print-btn.btn.btn-default:active, #last-page-print-btn.btn.btn-default:active:focus {
  background-color: #fff;
}

#last-page-print-btn::before {
  content: '';
}

@media (max-width:1024px) {
  #transcript-show {
    max-height: 250px;
  }
}

.bgcover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

