body {
  font-family: "ElenaWebBasic", sans-serif;
}

@media print {
  body {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  div {
    float: none !important;
  }
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.logo-block {
  height: 150px;
  margin: 0 -15px;
  position: relative;
}

@media print {
  .logo-block {
    height: 0;
  }
}

.manual-home-link {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 124px;
  height: 124px;
  display: block;
  box-shadow: 0 0 75px rgba(0,0,0,0.2);
}

@media print {
  .manual-home-link {
    left: auto;
    right: 5px;
  }
}

.top-link {
  color: white;
  position: absolute;
  top: 15px;
  right: 25px;
}

@media print {
  .top-link {
    display: none;
  }
}

.manual-home-link img {
  max-width: 100%;
}

.logo-block a.ghz {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 120px;
}

.nav-col {
  background: whitesmoke;
}

@media (min-width: 768px) {
  .bd-sidebar {
    max-height: calc(100vh);
    overflow-y: scroll;
  }
  .nav-col {
    position: fixed;
  }
}

.manual {
  padding: 25px;
  max-width: 900px;
  margin: auto auto;
}

.table-of-contents {
  padding: 20px 0;
}

.table-of-contents .version {
  color: #555;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
  margin-bottom: 20px;
}

@media print {
  .table-of-contents {
    page-break-before: always;
    padding: 0;
    padding-top: 10px;
  }
}

.table-of-contents ul {
  list-style: none;
  padding: 0 0 0 7px;
  line-height: 1.3rem;
}

@media print {
  .table-of-contents ul {
    line-height: 1rem;
  }
}

.table-of-contents li {
  display: block;
  /*border-left: 1px solid #ddd;*/
}

.table-of-contents li.top {
  border-left: none;
}

.table-of-contents li.top > a {
  font-family: "CovikSansMonoWeb", monospace;
  text-transform: uppercase;
}

.table-of-contents a {
  display: block;
  padding-left: 7px;
}

.table-of-contents a.s {
  font-weight: 700;
  padding: 2px 0;
}

.table-of-contents .controls-section {
  font-weight: 500;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 6px;
}

@media print {
  .table-of-contents .controls-section {
    padding-top: 4px;
    padding-bottom: 2px;
  }
}

.table-of-contents a.active {
  color: darkorchid;
}

.table-of-contents .clumplink {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 3px;
  margin-bottom: 4px;
  display: block;
  /*border-bottom: 1px solid #ddd;*/
  line-height: 1.1rem;
}

@media print {
  .table-of-contents .clumplink {
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 1px;
  }
}

.table-of-contents .parameterlink {
  font-style: italic;
  display: block;
  text-indent: -8px;
  padding-left: 13px;
  line-height: 1.1rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media print {
  .table-of-contents .parameterlink {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.table-of-contents .parameterlink:hover {
  text-decoration: none;
}

.table-of-contents .parameterlink:hover strong {
  text-decoration: underline;
}

.table-of-contents .parameterlink .dot {
  color: #aaa;
  font-weight: 900;
}

.table-of-contents .freeform-section {
  font-weight: 600;
  font-style: italic;
  padding: 4px 0;
}

@media print {
  .table-of-contents .freeform-section {
    padding: 1px;
  }
}

@media print {
  .manual h1,
  .manual h2 {
    /*page-break-before: always;*/
  }
}

.manual h1 {
  font-weight: 900;
  font-family: "CovikSansMonoWeb", monospace;
}

.i18n-nameplates {

}

.i18n-nameplates svg {
  display: block;
  float: left;
}

.manual h2 {
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "CovikSansMonoWeb", monospace;
}

.manual h3 {
  margin-top: 40px;
  font-weight: 900;
  font-family: "CovikSansMonoWeb", monospace;
}

.manual h4 {
  font-weight: 900;
  font-family: "CovikSansMonoWeb", monospace;
}

.manual h5 {
  font-weight: 900;
  font-family: "CovikSansMonoWeb", monospace;
}

.manual h6 {
  font-weight: 900;
  font-style: italic;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "CovikSansMonoWeb", monospace;
}

.manual .interface {
  margin-bottom: 50px;
  position: relative;
  overflow-x: scroll;
  padding-bottom: 25px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  border: 1px solid #ccc;
  border-radius: 4px;
  background: whitesmoke;
}

@media print {
  .manual .interface {
    display: none;
  }
}

.manual .interface-img-wrapper {
  position: relative;
  margin: auto auto;
}

.manual .interface-img {
  position: absolute;
  top: 0;
  left: 0;
}

.manual .interface-map {
  position: absolute;
  top: 0;
  left: 0;
}

.manual .interface-map-link {
  background: transparent;
  display: block;
  position: absolute;
}

.manual .interface-map-tip {
  font-size: 0.6rem;
  position: absolute;
  bottom: -10px;
  left: 23px;
  font-style: italic;
  text-align: center;
}

.manual .interface-map-link:hover {
  background: rgba(0,0,0,0.1);
}

.manual .title {
  max-width: 700px;
  margin: auto auto;
}

@media print {
  .manual .title {
    display: none;
  }
}

.manual .title img {
  width: 100%;
}

.manual .section {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
}

.section.introduction, .section.background, .section.visualization {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .manual .section {
    page-break-before: always;
  }
}

#advanced-controls {
  margin-top: 100px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/*@media print {*/
  /*.manual .clump {*/
    /*page-break-before: always;*/
  /*}*/
/*}*/

.manual .clump {
  border-left: 3px solid #eee;
  padding-left: 20px;
  margin-left: -20px;
}

.manual .clump-about {
  width: 75%;
  font-size: 0.9rem;
}

.manual .param-name-big {
  font-size: 1.1rem;
  font-weight: 900;
  padding-top: 5px;
}

.manual .param-name-big small {
  display: block;
  font-style: italic;
  font-family: "ElenaWebBasic", serif;
}

/*.manual .view-in-interface {*/
  /*font-size: 0.7rem;*/
  /*line-height: 0.7rem;*/
  /*font-style: italic;*/
  /*color: #aaa;*/
  /*width: 50px;*/
  /*display: block;*/
/*}*/

.manual .written-content {
  padding-top: 3px;
}

.manual blockquote {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: italic;
  color: #555;
  padding-left: 20px;
}

@media print {
  .manual blockquote {
    border: none;
    line-height: 1.4rem;
  }
}

.manual cite {
  display: block;
  color: #222;
  text-align: right;
}

.manual .parameter {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 10px;
}

@media print {
  .manual .parameter {
    page-break-inside: avoid;
  }
}

.manual .written-content ul {
  padding-left: 15px;
}

.manual .written-content li {
  list-style: disc;
  padding-bottom: 10px;
}

i.fa {
  opacity: 0.5;
  width: 15px;
  display: inline-block;
}

.manual .icon {
  position: absolute;
  top: 0;
  left: -9px;
  background: white;
  padding-bottom: 1px;
}

.manual .quicktip,
.manual .metering,
.manual .warning,
.manual .important {
  position: relative;
  padding: 0 50px 0 15px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-left: 1px solid #eee;
  line-height: 1.5rem;
}

@media print {
  .manual .quicktip,
  .manual .metering,
  .manual .warning,
  .manual .important {
    line-height: 1.1rem;
  }
}

.manual .quicktip {
  border-color: #eee;
}

.manual .metering {
  border-color: paleturquoise;
}

.manual .warning,
.manual .important {
  border-color: pink;
}

.manual .param-name {
  /*font-style: italic;*/
  /*font-weight: 600;*/
}

.manual .value {
  border-bottom: 1px solid #eee;
}

.manual kbd {
  background: whitesmoke;
  border: 1px solid #ddd;
  font-family: "CovikSansMonoWeb", sans-serif;
  color: #555;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

.manual .value .unit-symbol {
  font-weight: 500;
  color: #555;
  display: inline-block;
  padding-left: 2px;
}

.manual .edit {
  position: absolute;
  top: 0;
  right: 0;
}

@media print {
  .manual .edit {
    display: none;
  }
}

.manual .edit a {
  display: block;
}

.manual .edit .edit-button {
  display: none;
}

.manual .possible-values {
  min-height: 40px;
}

@media print {
  .manual .possible-values {
    page-break-inside: avoid;
  }
}

.manual .string-values,
.manual .number-values {
  list-style: none;
  padding: 0;
}

.manual .string-values li,
.manual .number-values li {
  list-style: none;
  padding-bottom: 0;
}

.manual .string-values {
  text-align: right;
}

.manual .string-value,
.manual .number-value .value {
  padding: 2px 4px;
  border-radius: 5px;
  background: #eee;
  display: inline-block;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.8rem;
}

.manual .string-value.default,
.manual .number-value .value.default {
  background: #ccc;
  border-color: #aaa;
}

.manual .number-value .qualifier {
  font-style: italic;
  font-weight: 500;
  color: #555;
  font-size: 0.8rem;
  width: 50px;
  display: inline-block;
  text-align: right;
}

.manual .number-value {
  font-weight: 700;
}

.manual .number-value .unit-symbol {
  font-weight: 500;
  color: #333;
  margin-left: 2px;
  display: inline-block;
}

.footnotes-sep {
  margin-top: 150px;
}

.footnotes {
  font-size: 0.8rem;
}

.cue-symbol {
  font-family: "ghz-iconsregular", sans-serif;
  display: inline-block;
  padding: 0 2px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*border: 11px solid rgba(0,0,0,0.3);*/
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.manual figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.manual figure img {
  max-width: 400px;
  width: 100%;
  margin: auto auto;
  display: block;
}

.manual figure .title {
  font-weight: 800;
  text-align: center;
  display: block;
  margin: 2px auto 5px auto;
}

.manual figure .caption {
  text-align: center;
  padding: 10px;
  font-style: italic;
  display: block;
  border-bottom: 1px solid #eee;
  max-width: 75%;
  margin: auto auto;
  font-size: 0.9rem;
  color: #555;
}

@media print {
  .manual .freeform-section {
    page-break-inside: avoid;
  }
}

.preset-section {
  margin-top: 20px;
}

.preset-section-about {
  font-style: italic;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.preset-link span {
  color: #aaa;
}

.audio-span audio {
  display: none;
}

.audio-span .sep-title.webaudio {
  font-size: 80%;
  padding: 0 6px;
  display: inline-block;
  border-radius: 4px;
  /*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  background: white;
  color: rgb(66,101,167);
  margin: 0 1px;
  line-height: 161%;
  text-indent: 0;
}

.webaudio i.fa {
  margin-right: 6px;
  opacity: 0.9;
  width: 12px;
  text-align: center;
}