.jguide-display .steps-nav {
  display: none;
  flex-direction: column;
  padding: 0 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.jguide-display .steps-nav .step-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: clip;
  cursor: pointer;
  color: #333;
  border-color: transparent;
  padding: 8px;
  border-left: 7px solid transparent;
  border-top: 0;
  border-bottom: 0;
}
.jguide-display .steps-nav .step-link:hover {
  cursor: pointer;
}
.jguide-display .steps-nav .step-link:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.jguide-display .steps-nav .step-link:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.jguide-display .steps-nav .step-link.active {
  border-left: 4px solid #009EF5;
  background: transparent;
  color: #333;
  font-weight: bold;
}
@media (max-width: 992px) {
  .jguide-display .wrapper:last-of-type {
    display: none;
  }
}
@media (min-width: 992px) {
  .jguide-display .steps-nav {
    display: flex;
    width: auto;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .jguide-display .steps-nav {
    width: auto;
    max-width: 500px;
  }
}
@media (min-width: 1500px) {
  .jguide-display .steps-nav {
    width: auto;
    min-width: 500px;
  }
}
.jguide-display.media-template .steps-nav {
  display: none;
}
.jguide-display .step-display.step-fullscreen .steps-nav {
  width: 100%;
  max-width: unset;
}
.step-list .step-viewer {
  margin-bottom: 25px;
  page-break-after: always;
}
.step-list .step-viewer iframe {
  display: none;
}
.step-viewer {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  border: 2px solid #eee;
}
/*.content-wrapper-loading-mask {
    inset: 0;
    position: absolute;
    background-color: white;
    z-index: 10;
    opacity: 1;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    &.is-loaded {
      opacity: 0;
    }
  }
  .ajax-loading .ajax-loading-display {
    background-color: #fff;
  }*/
.step-viewer .content-wrapper {
  /* aspect-ratio: 16/9; */
  padding-bottom: 56.25%;
  position: relative;
}
.step-viewer .content-wrapper.bg-media {
  background: rgba(153, 153, 153, 0.5);
}
.step-viewer .content-wrapper.end > .content,
.step-viewer .content-wrapper.end > .mejs-responsive-wrapper {
  filter: blur(4px);
}
.step-viewer .content-wrapper > img {
  object-fit: contain;
}
.step-viewer .content-wrapper .mejs-responsive-wrapper {
  width: 100%;
}
.step-viewer .content-wrapper .content,
.step-viewer .content-wrapper.jguide-step-type-video .mejs-responsive-wrapper,
.step-viewer .content-wrapper.jguide-step-type-audio .mejs-responsive-wrapper,
.step-viewer .content-wrapper.jguide-step-type-image > .lightbox-img > img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.step-viewer .content-wrapper .content.url > .lightbox-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-viewer .content-wrapper .content > .jcms-message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.step-viewer .end-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.step-viewer .end-buttons .btn-viewer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 7px;
}
.step-viewer .end-buttons .btn-viewer.btn.btn-primary {
  border: 2px solid #fff;
  margin-bottom: 8px;
}
.step-viewer .end-buttons .btn-viewer.btn.btn-success {
  background: #009ef5;
  border-color: #fff;
}
.step-viewer .other-content {
  border-top: 2px solid #ddd;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.step-viewer .other-content > .wysiwyg {
  padding-top: 14px;
}
.step-viewer .other-content > .nav.no-link {
  border-bottom: 0;
}
.step-viewer .other-content > .nav {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.step-viewer .other-content .tab-content {
  margin-top: 16px;
}
/* FULLSCREEN */
.jguide-display .step-display.step-fullscreen .step-viewer {
  height: 100%;
  max-width: none;
  min-width: none;
  justify-content: flex-end;
}
.jguide-display .step-display.step-fullscreen .step-viewer .other-content {
  max-height: 100%;
  height: 100%;
  overflow: auto;
  padding: 7px;
}
.jguide-display .step-display.step-fullscreen .step-viewer .other-content .wysiwyg {
  padding: 14px;
}
.jguide-display .step-display.step-fullscreen .step-viewer .other-content .tab-content {
  margin: 0;
  max-height: 100%;
}
.step-viewer .content-wrapper.jguide-step-type-only-text .content {
  justify-content: flex-start;
  padding: 16px;
  overflow: auto;
}
.step-viewer .content-wrapper.jguide-step-type-only-text.print-view {
  padding-bottom: 0;
  padding: 14px;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content,
.step-viewer .content-wrapper.jguide-step-type-document .content {
  padding: 24px;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document {
  padding: 0;
  overflow: auto;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document > .viewer,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document > .viewer {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document > .viewer .viewer-wrapper,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document > .viewer .viewer-wrapper {
  width: 100% !important;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document .navbar .container-fluid,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document .navbar .container-fluid {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document .documentviewer,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document .documentviewer {
  height: 100% !important;
  width: 100% !important;
  min-height: unset !important;
  max-height: 100%;
  overflow: auto !important;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document .documentviewer .documentViewerContent,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document .documentviewer .documentViewerContent {
  min-height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document .documentviewer .documentViewerContent iframe,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document .documentviewer .documentViewerContent iframe {
  height: auto !important;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document > a,
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document > a {
  display: none;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content.file-document .btn:not(.btn-rounded),
.step-viewer .content-wrapper.jguide-step-type-document .content.file-document .btn:not(.btn-rounded) {
  display: inline-block;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content .btn:not(.btn-rounded),
.step-viewer .content-wrapper.jguide-step-type-document .content .btn:not(.btn-rounded) {
  display: none;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content .btn:not(.btn-rounded).btn-viewer,
.step-viewer .content-wrapper.jguide-step-type-document .content .btn:not(.btn-rounded).btn-viewer {
  display: block;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content .publication-preview-wrapper,
.step-viewer .content-wrapper.jguide-step-type-document .content .publication-preview-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 16px;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content .publication-preview-wrapper > IMG,
.step-viewer .content-wrapper.jguide-step-type-document .content .publication-preview-wrapper > IMG {
  max-width: 100%;
  margin-bottom: 16px;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content object,
.step-viewer .content-wrapper.jguide-step-type-document .content object {
  width: 100% !important;
  height: 100% !important;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content > IFRAME,
.step-viewer .content-wrapper.jguide-step-type-document .content > IFRAME {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border: 0 none;
}
.step-viewer .content-wrapper.jguide-step-type-publication .content > IFRAME .jguide-publication-display,
.step-viewer .content-wrapper.jguide-step-type-document .content > IFRAME .jguide-publication-display {
  padding: 16px;
}
.step-viewer .content-wrapper.jguide-step-type-video .mejs__container.mejs__video,
.step-viewer .content-wrapper.jguide-step-type-video .mejs__container.mejs__video .mejs-video {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: absolute;
}
.step-viewer .content-wrapper.jguide-step-type-video .mejs__container.mejs__video .mejs__overlay.mejs__layer.mejs__overlay-play,
.step-viewer .content-wrapper.jguide-step-type-video .mejs__container.mejs__video .mejs-video .mejs__overlay.mejs__layer.mejs__overlay-play {
  max-width: 100% !important;
  max-height: 100% !important;
}
.step-viewer .content-wrapper.jguide-step-type-audio .mejs-responsive-wrapper {
  width: 80%;
  top: 50%;
  height: 48px;
  bottom: initial;
  transform: translateY(-50%);
}
.step-viewer .content-wrapper.jguide-step-type-audio .mejs__audio .mejs__controls {
  background: #000;
}
.step-viewer .content-wrapper .content.center.url iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: unset !important;
  min-width: unset !important;
}
.step-viewer .content-wrapper.jguide-step-type-url IFRAME {
  border: 0 none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.step-viewer .content-wrapper.jguide-step-type-url .content > .btn {
  display: none;
}
.step-viewer .content-wrapper.jguide-step-type-url .content > .btn.btn-viewer {
  display: block;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.step-viewer .embed-responsive.embed-responsive-16by9 {
  overflow: initial;
  height: initial;
  display: flex;
  position: initial;
}
@media (min-width: 768px) {
  .jguide-display .step-display.step-fullscreen .step-viewer {
    width: 100%;
  }
  .jguide-display .step-display {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .jguide-display .step-display .step-viewer {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .jguide-display .step-display.step-fullscreen .step-viewer {
    width: 90%;
  }
  .jguide-display .step-display .step-viewer {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .jguide-display .step-display.step-fullscreen .step-viewer {
    width: 90%;
  }
  .jguide-display .step-display .step-viewer {
    max-width: 700px;
  }
  .jguide-display .step-display .step-viewer .content-wrapper > .content.publication > .wrapper > img {
    display: block;
  }
}
@media (min-width: 1500px) {
  .jguide-display .step-display.step-fullscreen .step-viewer {
    width: calc(100% - 800px);
  }
  .jguide-display .step-display .step-viewer {
    max-width: 900px;
    min-width: 900px;
  }
  .jguide-display .step-display .step-viewer .content-wrapper > .content.publication > .wrapper > img {
    display: block;
  }
}
/* FULLSCREEN */
.jguide-display .step-display.step-fullscreen .wrapper {
  flex: unset;
  width: 30%;
}
.jguide-display .step-display.step-fullscreen .wrapper:first-of-type {
  width: 70%;
}
.jguide-display .step-display.step-fullscreen .step-viewer {
  width: 100%;
}
.jguide-display .header {
  text-align: left;
}
.jguide-display .header.center {
  text-align: center;
}
.jguide-display .header .publication-info {
  margin-bottom: 10px;
}
.jguide-display .header-viewer {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jguide-display .header-viewer .title {
  color: #333;
  margin: 0;
  font-size: 20px;
  border-bottom: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.428571429;
  font-weight: 400;
}
.jguide-display .header-viewer .action {
  display: flex;
  flex-direction: row;
  padding: 0 4px;
}
.jguide-display .header-viewer .action .jalios-icon {
  line-height: inherit;
}
.jguide-display .header-viewer .action > button.disable {
  background: #ddd;
  color: #eee;
}
.jguide-display .header-viewer .action > button.disable:hover {
  background: #ddd;
  color: #eee;
  transition: none;
}
.jguide-display .header-viewer .action > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jguide-display .header-viewer .action > button,
.jguide-display .header-viewer .action > a,
.jguide-display .header-viewer .action div > button,
.jguide-display .header-viewer .action div > div > button {
  background: #aaa;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
}
.jguide-display .header-viewer .action > button .jalios-icon,
.jguide-display .header-viewer .action > a .jalios-icon,
.jguide-display .header-viewer .action div > button .jalios-icon,
.jguide-display .header-viewer .action div > div > button .jalios-icon {
  font-size: 13px;
}
.jguide-display .header-viewer .action > button:active,
.jguide-display .header-viewer .action > a:active,
.jguide-display .header-viewer .action div > button:active,
.jguide-display .header-viewer .action div > div > button:active,
.jguide-display .header-viewer .action > button:focus,
.jguide-display .header-viewer .action > a:focus,
.jguide-display .header-viewer .action div > button:focus,
.jguide-display .header-viewer .action div > div > button:focus {
  outline: 0;
}
.jguide-display .header-viewer .action > button:hover,
.jguide-display .header-viewer .action > a:hover,
.jguide-display .header-viewer .action div > button:hover,
.jguide-display .header-viewer .action div > div > button:hover {
  background: #009ef5;
  transition: background-color 200ms ease-in;
}
.jguide-display .header-viewer .action .fullscreen-toggle .go {
  display: block;
}
.jguide-display .header-viewer .action .fullscreen-toggle .exit {
  display: none;
}
/* FULLSCREEN */
.jguide-display .step-display.step-fullscreen .fullscreen-toggle .go,
.jguide-display .step-display.step-fullscreen .toolbar .dropdown {
  display: none;
}
.jguide-display .step-display.step-fullscreen .fullscreen-toggle .exit {
  display: block;
}
.jguide-display .content-wrapper:hover .nav-button {
  opacity: 1;
}
.jguide-display .nav-title {
  font-weight: bold;
  width: 250px;
  max-width: 250px;
  height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: opacity 200ms ease-in;
  opacity: 0;
  position: absolute;
  background: #999;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 6px 0 #ffffff40;
  z-index: 2;
  padding: 5px;
  pointer-events: none;
}
.jguide-display .nav-title > p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jguide-display .nav-title.left {
  left: 50px;
}
.jguide-display .nav-title.right {
  right: 50px;
}
.jguide-display .nav-button {
  transition: opacity 200ms ease-in, background-color 200ms ease-in;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 40px;
  height: 50px;
  font-size: xx-large;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px 0 #ffffff40;
  z-index: 2;
}
.jguide-display .nav-button:hover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.jguide-display .nav-button:active,
.jguide-display .nav-button:focus,
.jguide-display .nav-button:hover {
  outline: 0;
  pointer-events: all;
}
.jguide-display .nav-button.left {
  left: 0;
}
.jguide-display .nav-button.left:hover + .nav-title.left {
  pointer-events: all;
  opacity: 1;
}
.jguide-display .nav-button.right {
  right: 0;
}
.jguide-display .nav-button.right:hover + .nav-title.right {
  pointer-events: all;
  opacity: 1;
}
.jguide-questions-container .jguide-questions {
  width: 100%;
  background: #fff;
  height: fit-content;
}
.jguide-questions-container .jguide-questions .questions .question {
  margin-top: 0;
  padding: 0 0 40px 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.jguide-questions-container .jguide-questions .questions .question .qa-header {
  margin-bottom: 10px;
}
.jguide-questions-container .jguide-questions .questions .question .qa-header .qa-link {
  color: #555555;
}
.jguide-questions-container .jguide-questions .questions .question .qa-header .qa-info {
  font-size: 12px;
}
.jguide-questions-container .jguide-questions .questions .question .qa-header .qa-author {
  font-weight: bold;
}
.jguide-questions-container .jguide-questions .questions .question .question-wrapper {
  margin-bottom: 10px;
  margin-left: 60px;
  margin-top: 0;
  position: relative;
  word-wrap: break-word;
}
.jguide-questions-container .jguide-questions .questions .question .answers-wrapper {
  margin-left: 60px;
}
.jguide-questions-container .jguide-questions .questions .question .answers-wrapper .answer {
  margin-top: 20px;
  padding: 0 0 10px 10px;
}
.jguide-questions-container .jguide-questions .questions .question .answers-wrapper .answer .answer-wrapper {
  margin-bottom: 0;
  margin-left: 60px;
  margin-top: 0;
  position: relative;
  word-wrap: break-word;
}
.jguide-questions-container .jguide-questions .questions .question .tail {
  left: -10px;
  position: absolute;
  top: 2px;
}
.jguide-display.media-template .step-display .wrapper {
  flex: unset;
  position: unset;
}
.jguide-display.media-template .step-display .wrapper:first-of-type {
  width: 100%;
}
.jguide-display.media-template .step-display .wrapper:last-of-type {
  width: 0%;
}
/* FULLSCREEN */
.jguide-display.media-template .step-display.step-fullscreen .wrapper {
  flex: unset;
  width: 30%;
}
.jguide-display.media-template .step-display.step-fullscreen .wrapper:first-of-type {
  width: 70%;
}
.jguide-display.media-template .step-display.step-fullscreen .steps-nav {
  display: flex;
}
.jguide-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jguide-display .no-outline,
.jguide-display .no-outline:focus,
.jguide-display .no-outline:active {
  outline: 0;
}
.jguide-display .step-display {
  width: 100%;
}
.jguide-display .step-display .wrapper {
  flex: 1;
}
.jguide-display .step-display .wrapper:last-of-type {
  position: relative;
}
/* MEDIA TEMPLATE */
.jguide-display.media-template,
.jguide-display.jlearn-template {
  justify-content: flex-start;
  align-items: flex-start;
}
.jguide-display.media-template .step-display,
.jguide-display.jlearn-template .step-display {
  justify-content: flex-start;
}
.app-sidebar-section-categories label {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}
/* METADATA */
@media (min-width: 1200px) {
  .jguide-metadata {
    max-width: 700px;
  }
}
.jguide-display .jguide-metadata {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 21px;
  max-width: 900px;
}
.jguide-display .jguide-metadata .meta-categories a {
  margin-bottom: 0;
}
.jguide-display .jguide-metadata .publication-info {
  margin-bottom: 0;
}
.jguide-display .jguide-metadata > * {
  margin-right: 21px;
}
.jguide-display .jguide-metadata .publication-title {
  display: none;
}
.jguide-display .header,
.jguide-display .step-display {
  width: 90% !important;
}
/* JGUIDE FOOTER */
.jguide-footer {
  padding: 7px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jguide-footer > div {
  width: 100%;
}
/* FULLSCREEN */
.jguide-display .step-display.step-fullscreen {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 45px 14px;
  max-height: 100%;
  min-height: 100vh !important;
  overflow-y: auto;
}
.jguide-display .step-display.step-fullscreen .wrapper:first-of-type {
  height: fit-content;
}
.jguide-display .step-display.step-fullscreen .jguide-footer {
  display: none;
}
/*# sourceMappingURL=jguide-display.css.map */
