html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

.bean textarea {
  resize: none;
}

*.no-transitions:not(.keep-transitions), .no-transitions *:not(.keep-transitions) {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.application {
  position: relative;
  width: 100%;
  height: 100%;
}
.application .objectViewHolderHolder {
  position: relative;
  width: 100%;
  height: 100%;
}

.application > .header, .application > .footer {
  display: none;
}

.preloader-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  lefft: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.alert-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 99999999;
}
.alert-box-wrapper .alert-box-modal {
  display: none;
}
.alert-box-wrapper .alert-box {
  max-width: 100%;
  max-height: 100%;
}
.alert-box-wrapper .alert-box .alert-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.alert-box-wrapper .alert-box .alert-content .text {
  padding: 20px;
}
.alert-box-wrapper .alert-box .alert-content .button-bar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.application.desktop .page-browser .pagesHolder .PageView .bean-parent .bean-scroll-holder {
  height: 100%;
}

.application .page-browser {
  position: relative;
  width: 100%;
}
.application .page-browser .pagesHolder {
  position: relative;
  width: 100%;
  height: 100%;
}
.application .page-browser .pagesHolder .PageView {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity, 400ms;
  -moz-transition: opacity, 400ms;
  transition: opacity, 400ms;
}
.application .page-browser .pagesHolder .PageView .bean-parent {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.application .page-browser .pagesHolder .PageView.page-view-previous, .application .page-browser .pagesHolder .PageView.page-view-next {
  opacity: 0;
}

.application.desktop .object\.course .list\.course\.coursepages .pagesHolder .listitem\.coursepages\.page .bean-parent .bean-scroll-holder {
  height: 100%;
}

.object\.chapter {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.object\.course, .object\.lesson {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.object\.course .header, .object\.lesson .header {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.object\.course .list-view, .object\.lesson .list-view {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.object\.course .list-view .list-item-container, .object\.lesson .list-view .list-item-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.object\.course .list-view .list-item-container .list-item, .object\.lesson .list-view .list-item-container .list-item {
  position: relative;
}
.object\.course .list-view .list-item-container .list-item .wrapper, .object\.lesson .list-view .list-item-container .list-item .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.object\.course .list-view .list-item-container .list-item .wrapper .image, .object\.lesson .list-view .list-item-container .list-item .wrapper .image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.application > .header {
  display: block;
}

.application .feedback-component {
  display: none;
}

.rtl .progress {
  direction: ltr;
}
.rtl .carousel {
  direction: ltr !important;
}
.rtl .application.client > .header {
  direction: rtl;
}
.rtl .application.client > .header .logo {
  background-position: right center;
}
.rtl .application.client > .header .toolbar .item {
  margin-left: 0 !important;
  margin-right: 20px;
}
.rtl .application.client > .header .toolbar .item.close-button {
  margin-top: 0;
}
.rtl .object\.course,
.rtl .object\.chapter,
.rtl .bean-container.cms {
  direction: rtl;
}
.rtl .bean-container .textbean\.textbackground.intro-tl, .rtl .bean-container .textbean\.textbackground.intro-bl {
  text-align: right;
}
.rtl .bean-container .bean.multiplemultiplechoicebean\.exam .scores-container .questions-scroller,
.rtl .bean-container .bean.multiplemultiplechoicebean\.exam .scores-container .scores-summary {
  direction: ltr;
}
.rtl .toc .title {
  text-align: right;
}
.rtl .portrait .bean.textbean\.textbackground {
  margin-left: 0 !important;
  margin-right: -30px;
}

.application > .header {
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  height: 65px;
  padding: 15px 15px 15px 30px;
  box-sizing: border-box;
  font-size: 30px;
  /*![customer.headerItemColor]*/
  color: white;
}
.application > .header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*![customer.headerColor]*/
  background-color: transparent;
}
.application > .header .logo {
  position: relative;
  width: 30%;
  height: 100%;
  /*![url(customer.image1)]*/
  background-image: none;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.application > .header .toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.application > .header .toolbar .item {
  line-height: 20px;
  cursor: pointer;
}
.application > .header .toolbar .item:not(:last-of-type) {
  margin-right: 24px;
}
.application > .header .toolbar .item.menu {
  cursor: pointer;
  width: 30px;
}
.application > .header .toolbar .item.menu i {
  background-color: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.application > .header .toolbar .item.menu i:nth-child(2) {
  margin: 5px 0;
}
.application > .header .toolbar .item.menu.active i:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -moz-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  -o-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.application > .header .toolbar .item.menu.active i:nth-child(2) {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.application > .header .toolbar .item.menu.active i:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -moz-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  -o-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.application > .header .toolbar .item.menu i {
  /*![customer.headerItemColor]*/
  background-color: #fff;
}
.application > .header .toolbar .item.close-button {
  position: relative;
  width: 35px;
  height: 55px;
  margin-top: -8px;
  margin-left: -7px;
  line-height: 55px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.application > .header .toolbar .item.close-button::after {
  content: '+';
  font-family: Verdana;
  font-size: 51px;
  /*![customer.headerItemColor]*/
  color: #fff;
}
.application > .header .property\.string\.course\.name {
  display: none !important;
}
.application > .header .bookmark-ribbon-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.application > .header .bookmark-ribbon-wrapper .bookmark-ribbon {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 20px;
  height: 65px;
  cursor: pointer;
  background-image: url("assets/svg/bookmark_off.svg");
  background-repeat: no-repeat;
}
.application > .header .bookmark-ribbon-wrapper .bookmark-ribbon.set {
  background-image: url("assets/svg/bookmark_on.svg");
}
.application > .header .bookmark-ribbon-wrapper .bookmark-ribbon-label {
  position: absolute;
  right: 80px;
  top: 60px;
  font-family: text-font, "Avenir Next";
  font-size: 12px;
  color: black;
  opacity: 0;
}
.application > .header.inverse .bookmark-ribbon:not(.set) {
  background-image: url("assets/svg/bookmark_off_inv.svg");
}
.application > .header.inverse .bookmark-ribbon-label {
  color: white;
}
.application > .header.finished .toolbar .close-button {
  display: block !important;
}
.application > .header:not(.finished) .item.menu {
  margin-right: 0;
}

.application .page-browser .pagesHolder .PageView {
  top: -65px;
  padding-top: 65px;
}
.application .page-browser .pagesHolder .PageView.page-view-previous,
.application .page-browser .pagesHolder .PageView.page-view-next {
  position: absolute !important;
  opacity: 1;
  -webkit-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  transform: translateX(0vw);
}
.application .page-browser .pagesHolder .PageView.page-view-previous {
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.application .page-browser .pagesHolder .PageView.page-view-next {
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw);
}

.application.loading .page-browser .pagesHolder .PageView {
  -webkit-transition-duration: 1ms;
  -moz-transition-duration: 1ms;
  transition-duration: 1ms;
}

.application.landscape:not(.mobile) .page-browser .page-preview {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transform: 0vw;
  -moz-transform: 0vw;
  -ms-transform: 0vw;
  -o-transform: 0vw;
  transform: 0vw;
  -webkit-transition: -webkit-transform 400ms;
  -moz-transition: -moz-transform 400ms;
  transition: transform 400ms;
  pointer-events: none;
}
.application.landscape:not(.mobile) .page-browser .page-preview::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100vh;
  background-color: black;
}
.application.landscape:not(.mobile) .page-browser .page-preview.previous {
  left: -100vw;
}
.application.landscape:not(.mobile) .page-browser .page-preview.previous::after {
  right: 0;
}
.application.landscape:not(.mobile) .page-browser .page-preview.next {
  left: 100vw;
}
.application.landscape:not(.mobile) .page-browser .page-preview.next::after {
  left: 0;
}
.application.landscape:not(.mobile) .page-browser .PageView::after {
  content: '';
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.application.landscape:not(.mobile) .page-browser.no-preview .page-view-next::after,
.application.landscape:not(.mobile) .page-browser.no-preview .page-view-previous::after {
  opacity: 0.5;
}
.application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-next .page-view-current::after, .application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-previous .page-view-current::after {
  opacity: 0.5;
}
.application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-next .page-view-current,
.application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-next .page-preview.next {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-previous .page-view-current,
.application.landscape:not(.mobile) .page-browser:not(.no-preview).preview-previous .page-preview.previous {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

.page-browser {
  height: 100%;
  background-image: none;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.page-browser .PageView {
  background-color: white;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.page-browser .pb-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 1;
  position: fixed;
  top: 65px;
  bottom: 0;
  right: 10px;
  width: 36px;
  height: 115px;
  margin: auto;
  /*![customer.navigatorItemColor]*/
  color: white;
  /*![customer.navigatorColor]*/
  background-color: black;
  border-radius: 18px;
}
.page-browser .pb-footer .page-progress {
  position: relative;
  font-family: text-font, "Avenir Next";
  font-size: 14px;
  text-align: center;
}
.page-browser .pb-footer .page-progress .current-page {
  display: block;
  font-family: title-font, "Avenir Next";
  font-weight: bold;
}
.page-browser .pb-footer .page-progress .total-pages {
  font-size: 11px;
}
.page-browser .pb-footer .pageButton {
  cursor: pointer;
}
.page-browser .pb-footer .pageButton .button-text {
  display: none;
}
.page-browser .pb-footer .pageButton.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.page-browser .pb-footer .pageNextButton {
  position: absolute;
  top: 4px;
}
.page-browser .pb-footer .pageNextButton::after {
  content: "p";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 30px;
}
.page-browser .pb-footer .pagePreviousButton::after {
  content: "d";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 32px;
}
.page-browser .pb-footer .pageButton::after {
  /*![customer.navigatorItemColor]*/
  color: white;
}
.page-browser .footer.fullscreenvideo .page {
  color: white !important;
}
.page-browser .footer.fullscreenvideo .page #current {
  color: white !important;
}
.page-browser .footer.fullscreenvideo .page #total {
  color: white !important;
}
.page-browser.last-chapter-last-page .pageNextButton {
  display: none;
}
.page-browser.last-chapter-last-page .pb-footer {
  height: 85px;
}

@media not all and (hover: none) {
  .application:not(.portrait) .page-browser .pb-footer .pageNextButton:hover {
    top: -4px;
  }
  .application:not(.portrait) .page-browser .pb-footer .pageNextButton:hover::after {
    content: '\67';
    font-size: 46px;
  }
  .application:not(.portrait) .page-browser .pb-footer .pagePreviousButton:hover {
    margin-top: -8px;
    margin-bottom: -7px;
  }
  .application:not(.portrait) .page-browser .pb-footer .pagePreviousButton:hover::after {
    content: '\68';
    font-size: 46px;
  }
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) {
  z-index: 4;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .background {
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
  opacity: 0.7;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 862px;
  height: 500px;
  margin: auto;
  padding: 25px;
  background-color: #fbfbfb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane .close-button {
  z-index: 99999;
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
  left: initial;
  width: 55px;
  height: 55px;
  line-height: 55px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane .close-button::after {
  content: "r";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 55px;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane .close-button:after {
  font-size: 40px;
  text-align: center;
  display: block;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane .scroller-wrapper {
  position: relative;
  width: 100%;
  height: 470px;
  margin-top: 30px;
  overflow: hidden;
}
.application.client .popup:not(.profile-view):not(.toc-view):not(.feedback-view) .pane .scroller-wrapper .scroller-content .textArea {
  height: auto;
  margin-top: 0px;
  padding-right: 10px;
}

.application .profile-view {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
}
.application .profile-view .title {
  /*![customer.titleColor]*/
  color: black;
}
.application .profile-view.popup {
  top: 65px !important;
  bottom: 0;
  height: auto !important;
}
.application .profile-view .profile-header {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 95px;
}
.application .profile-view .profile-header .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 35px;
  height: 35px;
  background-image: url("assets/img/profileViewIcon.png");
  background-repeat: no-repeat;
}
.application .profile-view .profile-header .full-name {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 85px;
  height: 48px;
  font-family: title-font, "Avenir Next";
  font-weight: bold;
  font-size: 35px;
  /*![customer.titleColor]*/
  color: black;
}
.application .profile-view .profile-header .close-button {
  position: absolute;
  top: 21px;
  right: 30px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
}
.application .profile-view .profile-header .close-button::after {
  content: "r";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 36px;
}
.application .profile-view .profile-header .close-button #caption {
  display: none;
}
.application .profile-view .profile-header .close-button::after {
  position: absolute;
  width: 100%;
  text-align: center;
}
.application .profile-view .scroller-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.application .profile-view .scroller-wrapper .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.application .profile-view .scroller-wrapper .content h1 {
  font-family: text-font, "Avenir Next Ultra";
  font-size: 25px;
  font-weight: normal;
}
.application .profile-view .scroller-wrapper .content .field .label {
  font-family: title-font, "Avenir Next";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.application .profile-view .scroller-wrapper .content .field .value {
  font-size: 16px;
}
.application .profile-view .scroller-wrapper .content .pane {
  padding-top: 50px;
  box-sizing: border-box;
}
.application .profile-view .scroller-wrapper .content .iScrollVerticalScrollbar {
  visibility: hidden;
}
.application .profile-view .scroller-wrapper .content .right-pane {
  width: 38%;
  height: 100%;
  float: left;
}
.application .profile-view .scroller-wrapper .content .right-pane h1 {
  margin-left: 50px;
  margin-bottom: 25px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field {
  position: relative;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .label {
  display: inline-block;
  position: relative;
  width: 140px;
  line-height: 22px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .value {
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: text-font, "Avenir Next Ultra";
  font-size: 45px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .sub-fields {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: -12px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .sub-fields .sub-field {
  display: block;
  position: relative;
  width: 100px;
  float: left;
  text-align: center;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .sub-fields .sub-field .label {
  display: block;
  position: relative;
  width: auto;
  font-family: text-font, "Avenir Next Ultra";
  font-size: 12px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .sub-fields .sub-field .value {
  display: inline-block;
  position: relative;
  width: auto;
  right: 0px;
  vertical-align: top;
}
.application .profile-view .scroller-wrapper .content .right-pane .field .sub-fields .sub-field .percentage {
  display: inline-block;
  margin-top: -8px;
  margin-left: 2px;
  vertical-align: top;
  font-family: text-font, "Avenir Next Ultra";
  font-size: 20px;
}
.application .profile-view .scroller-wrapper .content .right-pane .field.statistics {
  min-height: 60px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
  line-height: 40px;
  border-bottom: 1px solid black;
}
.application .profile-view .scroller-wrapper .content .right-pane .field.statistics:last-child {
  border-bottom: none;
}

.application.feedback-available .toc .feedback-button {
  z-index: 1;
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
  top: 21px;
  right: 30px;
  text-align: center;
  line-height: 58px;
}
.application.feedback-available .toc .feedback-button::after {
  content: "w";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 36px;
}

.toc {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
}
.toc .title {
  /*![customer.titleColor]*/
  color: black;
}
.toc.popup {
  top: 65px !important;
  bottom: 0;
  height: auto !important;
}
.toc h1 {
  margin: 25px;
  color: black;
}
.toc .scroller-wrapper {
  position: absolute;
  top: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.toc .scroller-wrapper .scroller-content {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
}
.toc .scroller-wrapper .scroller-content .items-wrapper {
  position: absolute;
                /*.toc-item:not(.selected):not(:hover) {

                    @include transform(scale(0.85, 0.85));
                }*/
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item {
  position: relative;
  cursor: pointer;
  white-space: normal;
  box-sizing: border-box;
  -webkit-transition: border-color 300ms, -webkit-transform 300ms;
  -moz-transition: border-color 300ms, -moz-transform 300ms;
  transition: border-color 300ms, transform 300ms;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item .thumbnail {
  opacity: 0.4;
  background-position: center;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background-size: cover;
  background-repeat: no-repeat;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item .index-label {
  font-family: text-font, "Avenir Next";
  color: black;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item .label {
  font-family: title-font, "Avenir Next";
  font-weight: 500;
  /*![customer.titleColor]*/
  color: black;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 204px;
  -moz-flex: 0 0 204px;
  -ms-flex: 0 0 204px;
  flex: 0 0 204px;
  width: 204px;
  border-color: transparent;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .thumbnail {
  height: 140px;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .index-label {
  font-size: 14px;
  text-align: center;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .label {
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter {
  width: 287px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .thumbnail {
  height: 197px;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .index-label {
  font-size: 20px;
  font-weight: 500;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .label {
  font-size: 15px;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  transition: opacity 100ms;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter.selected .label {
  opacity: 1;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.selected.chapter {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.selected.page {
  border: 5px solid transparent;
  /*![customer.titleColor]*/
  border-color: black;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.selected .thumbnail {
  opacity: 1;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected).chapter {
  -webkit-transform: translateX(-25px) scale(0.7, 0.7);
  -moz-transform: translateX(-25px) scale(0.7, 0.7);
  -ms-transform: translateX(-25px) scale(0.7, 0.7);
  -o-transform: translateX(-25px) scale(0.7, 0.7);
  transform: translateX(-25px) scale(0.7, 0.7);
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected).page {
  padding-top: 5px;
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected):hover {
  /*_![tint(customer.titleColor,#fff,0.5)]*/
}
.toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected):hover .label {
  /*_![tint(customer.titleColor,#fff,0.5)]*/
}
.toc .scroller-wrapper .scroller-content.chapters {
  overflow: visible !important;
  top: -100px;
  left: 50px;
  bottom: 0;
  width: 287px;
  height: 197px;
  margin: auto;
}
.toc .scroller-wrapper .scroller-content.pages {
  top: 50%;
  left: 385px;
  right: 25px;
  height: 510px;
  -webkit-transform: translateY(-26%);
  -moz-transform: translateY(-26%);
  -ms-transform: translateY(-26%);
  -o-transform: translateY(-26%);
  transform: translateY(-26%);
}
.toc .scroller-wrapper .scroller-content.pages .items-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.toc.single-chapter .scroller-content.chapters {
  display: none;
}
.toc.single-chapter .scroller-content.pages {
  left: 25px;
}

@media (min-width: 1600px) {
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 360px;
    -moz-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    width: 360px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .thumbnail {
    height: 245px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .index-label {
    font-size: 13px;
    margin-top: 30px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.page .label {
    font-size: 31px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter {
    width: 510px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .thumbnail {
    height: 350px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .index-label {
    font-size: 35px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .label {
    font-size: 25px;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.selected.page {
    border: 10px solid transparent;
    /*![customer.titleColor]*/
    border-color: black;
  }
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected).page {
    padding-top: 10px;
  }
  .toc .scroller-wrapper .scroller-content.chapters {
    top: -240px;
    width: 370px;
    height: 210px;
  }
  .toc .scroller-wrapper .scroller-content.pages {
    height: 510px;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
  }
  .toc:not(.single-chapter) .scroller-wrapper .scroller-content.pages {
    left: 640px;
  }
}
@media all and (hover: hover) {
  .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item:not(.selected):hover .thumbnail {
    opacity: 1;
  }
}
.feedback-view {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
  padding: 25px;
  box-sizing: border-box;
}
.feedback-view .title {
  /*![customer.titleColor]*/
  color: black;
}
.feedback-view.popup {
  top: 65px !important;
  bottom: 0;
  height: auto !important;
}
.feedback-view .title {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 15px;
}
.feedback-view .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  max-height: 400px;
}
.feedback-view .row .feedback-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  border: none;
  font-size: 15px;
  font-family: Avenir next;
  padding: 10px;
  margin-right: 25px;
  box-sizing: border-box;
  /*![customer.buttonIconColor]*/
  color: white;
  /*![customer.buttonColor]*/
  background-color: black;
  outline: none;
  resize: none;
}
.feedback-view .row .col {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  font-size: 15px;
}
.feedback-view .row .col .sub-title {
  font-weight: bold;
}
.feedback-view .row .col .page-info {
  margin-top: 25px;
}
.feedback-view .row .col .send-button {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  -webkit-transform: 0px;
  -moz-transform: 0px;
  -ms-transform: 0px;
  -o-transform: 0px;
  transform: 0px;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 1, 1);
}
.feedback-view .row .col .send-button::after {
  content: "x";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 25px;
}
.feedback-view .row .message {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: opacity 500ms linear 200ms;
  -moz-transition: opacity 500ms linear 200ms;
  transition: opacity 500ms linear 200ms;
}
.feedback-view .row .message .content {
  width: 80%;
  max-width: 550px;
}
.feedback-view.sent .row .col .send-button {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  pointer-events: none;
}
.feedback-view.sent .message {
  visibility: visible;
  opacity: 1;
}

.application.landscape .profile-view .right-pane {
  min-width: 550px;
}

.application.landscape .page-browser.test .bean-scroll-holder > .bean:first-child:not(.doublelistbean):not(.image-left) {
  padding: 0 !important;
}
.application.landscape .test-result-progress {
  margin-top: 36px;
}
.application.landscape .dynamic-view.test-review h3 {
  font-weight: 500;
}
.application.landscape .dynamic-view.test-review .listitem-wrapper {
  width: 40%;
}
[bl-widget="answers-scroller"] .application.landscape .dynamic-view.test-review .listitem-wrapper.noScroller,
.application.landscape .dynamic-view.test-review .listitem-wrapper [bl-widget="answers-scroller"] {
  padding-right: 0;
}
.application.landscape .dynamic-view.test-review .result-container {
  width: 60%;
}
.application.landscape .dynamic-view.test-review .listitem-wrapper .button,
.application.landscape .dynamic-view.test-review .listitem {
  width: calc(100% - 10px);
}
.application.landscape .dynamic-view.test-review .test-result-progress, .application.landscape .dynamic-view.test-review .test-result-progress-text {
  margin-left: 68px;
}
.application.landscape .dynamic-view.test-review .test-result-progress h3 {
  padding-left: 22px;
}
.application.landscape .dynamic-view.test-review .test-result-progress-text h3 {
  font-weight: 600;
}
.application.landscape .dynamic-view.test-review .categories-scroll-wrap {
  width: 100%;
}
.application.landscape .dynamic-view.test-review .test-result-category {
  width: 50%;
}
.application.landscape .dynamic-view.test-review .categories-popup {
  z-index: 5;
}
.application.landscape .categories-scroll-wrap .iScrollVerticalScrollbar {
  display: block;
}
.application.landscape .dynamic-view.test-review .wrapper {
  height: 100%;
  overflow: visible !important;
}
.application.landscape .dynamic-view.test-review .wrapper .scroller-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  height: 100%;
}
.application.landscape .dynamic-view.test-review .wrapper > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.application.landscape .dynamic-view.test-review .categories-scroll-wrap {
  width: 540px;
  margin-left: 10px;
}
.application.landscape .page-container {
  margin-left: 68px;
}
.application.landscape .page-container .multiple-choice .question-nr {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
}
.application.landscape .page-container .multiple-choice .answers .answer-view .answer-icon {
  width: 91px;
}
.application.landscape .page-container .multiple-choice .answers .answer-view .answer-icon .answer-bullet {
  padding-left: 43px;
}
.application.landscape .page-container .multiple-choice .answers .answer-view .answer-content {
  width: calc(100% - 104px);
}
.application.landscape .page-container .multiple-choice .feedback-wrapper {
  min-height: 100px;
  font-size: 16px;
  line-height: 16px;
}
.application.landscape .page-container .multiple-choice .feedback-wrapper:before, .application.landscape .page-container .multiple-choice .feedback-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 82px;
  height: 82px;
  pointer-events: none;
}
.application.landscape .page-container .multiple-choice .feedback-wrapper:before {
  left: -8px;
  top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 164'%3E%3Cstyle type='text/css'%3E.a%7Bfill:none;stroke:white;stroke-width:4px;stroke-miterlimit:10;%7D%3C/style%3E%3Cpolyline class='a' points='2,162 2,40 40,2 162,2 '/%3E%3C/svg%3E%0A");
}
.application.landscape .page-container .multiple-choice .feedback-wrapper:after {
  bottom: -5px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 164'%3E%3Cstyle type='text/css'%3E.a%7Bfill:none;stroke:white;stroke-width:4px;stroke-miterlimit:10;%7D%3C/style%3E%3Cpolyline class='a' points='162,2 162,108 108,162 2,162 '/%3E%3C/svg%3E%0A");
  background-position: bottom right;
}
.application.landscape:not(.narrow) .answers-scroller {
  max-width: 100%;
}

.application.landscape .objectViewHolderHolder .page-browser .pagesHolder .bean-container {
  height: calc(100% - 65px);
}
.application.landscape .objectViewHolderHolder .page-browser .pagesHolder .bean-container .bean-scroll-holder > .bean.full-page {
  position: absolute !important;
  width: 1002px;
  height: 100% !important;
  min-height: 0;
  max-height: 640px;
}

@keyframes animatecorrect {
  0% {
    stroke: inherit;
  }
  15% {
    /*![customer.correctColor]*/
    stroke: #00f7f0;
  }
  20% {
    stroke: inherit;
  }
  25% {
    /*![customer.correctColor]*/
    stroke: #00f7f0;
  }
  35% {
    stroke: inherit;
  }
  40% {
    /*![customer.correctColor]*/
    stroke: #00f7f0;
  }
  100% {
    /*![customer.correctColor]*/
    stroke: #00f7f0;
  }
}
@keyframes animateincorrect {
  0% {
    stroke: inherit;
  }
  15% {
    /*![customer.incorrectColor]*/
    stroke: #ff0000;
  }
  20% {
    stroke: inherit;
  }
  25% {
    /*![customer.incorrectColor]*/
    stroke: #ff0000;
  }
  35% {
    stroke: inherit;
  }
  40% {
    /*![customer.incorrectColor]*/
    stroke: #ff0000;
  }
  100% {
    /*![customer.incorrectColor]*/
    stroke: #ff0000;
  }
}
.application .test-page-shown .pageNextButton {
  opacity: 0.2 !important;
  pointer-events: none !important;
}

.application .test-page-shown .test-done .pageNextButton {
  opacity: inherit !important;
  pointer-events: inherit !important;
}

.application.test .objectViewHolderHolder {
  background-color: black;
}
.application.test .review-button {
  display: none;
}
.application .review-button {
  display: none;
}

.application .objectViewHolderHolder .page-browser.test .pagesHolder .bean-container {
  overflow: visible;
}
.application .objectViewHolderHolder .page-browser.test .pagesHolder .bean-container .bean .sub-title,
.application .objectViewHolderHolder .page-browser.test .pagesHolder .bean-container .bean .title, .application .objectViewHolderHolder .page-browser.test .pagesHolder .bean-container .bean .subTitle, .application .objectViewHolderHolder .page-browser.test .pagesHolder .bean-container .bean .text {
  color: white;
}

.application .page-browser.test,
.application .page-browser.test .PageView {
  background-color: black !important;
}

.test-page-indicator-widget,
.test-time-indicator-widget,
.test-score-indicator-widget {
  display: none;
}

.application.test .header {
  background-color: black;
}
.application.test .object\.chapter .header {
  color: white;
  z-index: 1;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90% !important;
  height: auto;
  max-width: 1002px !important;
  max-height: 640px !important;
  margin: auto;
  display: none;
}
.application.test .object\.chapter .header .title {
  position: relative;
  font-weight: bold;
  font-size: 40px;
}
.application.test .object\.chapter .header .subscription {
  position: relative;
  font-weight: 500;
  font-size: 25px;
}
.application.test .object\.chapter.test-page-shown .header {
  display: block;
}
.application .page-browser.test .pagesHolder .PageView {
  color: white;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .question {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in 0.125s;
  -moz-transition: opacity 0.25s ease-in 0.125s;
  transition: opacity 0.25s ease-in 0.125s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .video,
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .image-view {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in 0.25s;
  -moz-transition: opacity 0.25s ease-in 0.25s;
  transition: opacity 0.25s ease-in 0.25s;
  white-space: nowrap;
  margin-bottom: 30px;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .answer-view:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.application .page-browser.test .pagesHolder .PageView .bean.multiplechoicebean\.mpctest .iScrollLoneScrollbar {
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in 0.6s;
  -moz-transition: opacity 0.25s ease-in 0.6s;
  transition: opacity 0.25s ease-in 0.6s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous,
.application .page-browser.test .pagesHolder .PageView.page-view-next {
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .question,
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .video,
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .image-view,
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view,
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .question,
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .video,
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .image-view,
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view {
  opacity: 0;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view {
  opacity: 0;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-previous .bean.multiplechoicebean\.mpctest .answer-view:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view {
  opacity: 0;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-next .bean.multiplechoicebean\.mpctest .answer-view:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest .question,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest .video,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest .image-view,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest .answer-view {
  opacity: 1;
  pointer-events: all;
}
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video .question,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video .iScrollLoneScrollbar,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video .answer-view {
  opacity: 0;
  pointer-events: none;
}
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video.mpc-video-ended .question,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video.mpc-video-ended .iScrollLoneScrollbar,
.application .page-browser.test .pagesHolder .PageView.page-view-current .bean.multiplechoicebean\.mpctest.mpc-with-video.mpc-video-ended .answer-view {
  opacity: 1;
  pointer-events: all;
}
.application .page-browser.test .widgets-wrapper {
  color: white;
  display: inline-block;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  top: 135px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90% !important;
  height: 100%;
  max-width: 1002px !important;
  max-height: 640px !important;
  padding-top: 540px;
  margin: auto;
  overflow: hidden;
}
.application .page-browser.test .test-page-indicator-widget {
  color: white;
  display: inline-block;
  position: relative;
  margin-left: 40px;
  width: 140px;
}
.application .page-browser.test .test-page-indicator-widget .current-page-nr {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
.application .page-browser.test .test-page-indicator-widget .seperator,
.application .page-browser.test .test-page-indicator-widget .total-pages {
  display: inline-block;
  font-size: 15px;
}
.application .page-browser.test .test-time-indicator-widget {
  display: inline-block;
  position: relative;
  color: white;
  width: 180px;
}
.application .page-browser.test .test-time-indicator-widget .label {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  vertical-align: top;
  margin-right: 10px;
}
.application .page-browser.test .test-time-indicator-widget .time-left {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
.application .page-browser.test .test-score-indicator-widget {
  display: block;
  position: relative;
  color: white;
  width: 180px;
}
.application .page-browser.test .test-score-indicator-widget svg {
  width: 57.54px;
  height: 57.54px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.application .page-browser.test .test-score-indicator-widget svg.progress {
  top: -8px;
  left: -8px;
  width: 74.74px;
  height: 74.74px;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper svg {
  display: inline-block;
  fill: white;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper svg.thumbs {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  -webkit-transition: stroke 0.25;
  -moz-transition: stroke 0.25;
  transition: stroke 0.25;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper svg.progress {
  width: 74.74px;
  height: 74.74px;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper .correct-score,
.application .page-browser.test .test-score-indicator-widget .score-wrapper .incorrect-score {
  display: inline-block;
  width: 74px;
  height: 100px;
  margin-left: 12px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper .correct-score .score,
.application .page-browser.test .test-score-indicator-widget .score-wrapper .incorrect-score .score {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: calc( 100% - 16.6px);
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper .correct-score.animateincorrect svg,
.application .page-browser.test .test-score-indicator-widget .score-wrapper .incorrect-score.animateincorrect svg {
  -webkit-animation: animateincorrect 1s;
  -moz-animation: animateincorrect 1s;
  animation: animateincorrect 1s;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper .correct-score.animatecorrect svg,
.application .page-browser.test .test-score-indicator-widget .score-wrapper .incorrect-score.animatecorrect svg {
  -webkit-animation: animatecorrect 1s;
  -moz-animation: animatecorrect 1s;
  animation: animatecorrect 1s;
}
.application .page-browser.test .test-score-indicator-widget .score-wrapper .clipPath {
  -webkit-transition: -webkit-transform 0.25s ease-in 0.4s;
  -moz-transition: -moz-transform 0.25s ease-in 0.4s;
  transition: transform 0.25s ease-in 0.4s;
}
.application .page-browser.test.test-done .widgets-wrapper {
  display: none;
}

.application.portrait .dynamic-view.test-review {
  padding: 0 !important;
}
.application.portrait .dynamic-view.test-review .position-wrapper {
  width: 90%;
}

.dynamic-view.test-review {
  position: absolute;
  width: 100%;
  height: 100%;
  /*![customer.correctColor]*/
  fill: #00f7f0;
}
.dynamic-view.test-review .position-wrapper {
  height: 100%;
  max-width: 1002px;
  margin: 0 auto;
  padding: 0 0 30px;
  box-sizing: border-box;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.dynamic-view.test-review .header {
  width: 100%;
  margin-left: 0 !important;
}
.dynamic-view.test-review .header .title {
  position: relative;
  font-weight: bold;
  font-size: 40px;
}
.dynamic-view.test-review .header .subscription {
  position: relative;
  font-weight: 500;
  font-size: 25px;
}
.dynamic-view.test-review .wrapper {
  max-height: 570px;
}
.dynamic-view.test-review .listitem-wrapper {
  height: inherit !important;
}
.dynamic-view.test-review .result-container > *, .dynamic-view.test-review .result-container > * > *, .dynamic-view.test-review .result-container > * > * > * {
  height: 100%;
}
.dynamic-view.test-review .page-container > * {
  height: 100%;
}
.dynamic-view.test-review .listitem-wrapper.listitem-wrapper,
.dynamic-view.test-review .test-result-button-holder,
.dynamic-view.test-review .page-container > * > * {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.dynamic-view.test-review .result-container > * > * > h2 {
  height: auto;
}
.dynamic-view.test-review .listitem-wrapper {
  width: 50%;
  display: inline-block;
  position: relative;
}
.dynamic-view.test-review .listitem-wrapper .iScrollVerticalScrollbar {
  display: none;
}
.dynamic-view.test-review .listitem-wrapper .button {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  font-size: 26px;
  font-weight: 600;
  color: white;
  min-height: 100px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 3px 0 white;
  width: calc(100% - 78px);
}
.dynamic-view.test-review .listitem-wrapper .button.selected {
  /*![customer.correctColor]*/
  color: #00f7f0;
}
.dynamic-view.test-review .listitem-wrapper .overview::first-letter {
  text-transform: capitalize;
}
.dynamic-view.test-review .listitem-wrapper .chevron {
  position: absolute;
  fill: white;
  text-align: center;
  padding-right: 1.9375rem;
  left: 45%;
  z-index: 10;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  visibility: visible;
}
.dynamic-view.test-review .listitem-wrapper .chevron.down {
  bottom: 0;
  z-index: 11;
}
.dynamic-view.test-review .listitem-wrapper .chevron.hidden {
  visibility: hidden;
}
.dynamic-view.test-review .listitem-wrapper .answers-scroller {
  padding-right: 0;
}
.dynamic-view.test-review .listitem-wrapper .answers-scroller:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.dynamic-view.test-review .listitem-wrapper .answers-scroller.bottom:before {
  opacity: 0;
}
.dynamic-view.test-review .listitem {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  font-size: 26px;
  font-weight: 600;
  color: white;
  border-top: solid 3px white;
  min-height: 100px;
  box-sizing: border-box;
  width: calc(100% - 78px);
  cursor: pointer;
}
.dynamic-view.test-review .listitem:first-child {
  border-top: solid 3px white;
}
.dynamic-view.test-review .listitem .testResultOverviewItemNumberLabel {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 8px;
}
.dynamic-view.test-review .listitem svg {
  display: none;
}
.dynamic-view.test-review .listitem.correct.selected {
  /*![customer.correctColor]*/
  color: #00f7f0;
}
.dynamic-view.test-review .listitem.correct .correctIcon {
  display: inline-block;
}
.dynamic-view.test-review .listitem.correct .correctIcon path {
  /*![customer.correctColor]*/
  fill: #00f7f0;
}
.dynamic-view.test-review .listitem.incorrect.selected {
  /*![customer.incorrectColor]*/
  color: #ff0000;
}
.dynamic-view.test-review .listitem.incorrect .incorrectIcon {
  display: inline-block;
}
.dynamic-view.test-review .listitem.incorrect .incorrectIcon path {
  /*![customer.incorrectColor]*/
  fill: #ff0000;
}
.dynamic-view.test-review .result-container {
  display: inline-block;
}
.dynamic-view.test-review .page-container {
  width: 50%;
  float: right;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  position: relative;
}
.dynamic-view.test-review .page-container .page {
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in 0.25s;
  -moz-transition: opacity 0.25s ease-in 0.25s;
  transition: opacity 0.25s ease-in 0.25s;
  width: 100%;
}
.dynamic-view.test-review .page-container .page .question {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in 0.125s;
  -moz-transition: opacity 0.25s ease-in 0.125s;
  transition: opacity 0.25s ease-in 0.125s;
}
.dynamic-view.test-review .page-container .page .answer-view {
  -webkit-transition: opacity 0.25s ease-in 0.25s;
  -moz-transition: opacity 0.25s ease-in 0.25s;
  transition: opacity 0.25s ease-in 0.25s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.dynamic-view.test-review .page-container .page .answer-view:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
.dynamic-view.test-review .page-container .question {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: white;
}
.dynamic-view.test-review .page-container .answers {
  position: relative;
}
.dynamic-view.test-review .page-container .answers .answer-view {
  width: 100%;
  display: inline-block;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-icon {
  display: inline-block;
  width: 71px;
  min-height: 58px;
  line-height: 58px;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-icon .answer-bullet {
  font-family: title-font, "Avenir Next";
  font-weight: bold;
  font-size: 35px;
  padding-left: 23px;
  box-sizing: border-box;
  margin-top: 10px;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  transition: color 1s;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content {
  border-radius: 0;
  color: white;
  background: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: calc(100% - 84px);
  position: relative;
  display: inline-block;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content .svg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.9));
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.9));
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content svg polyline {
  stroke-width: 3px;
  stroke: white;
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content #borderRight {
  height: calc( 100% - 14px );
}
.dynamic-view.test-review .page-container .answers .answer-view .answer-content .answer-text {
  display: inline-block;
  font-size: 17px;
  width: 70%;
  padding: 30px 0 46px;
  left: 15%;
  position: relative;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-align: center;
}
.dynamic-view.test-review .page-container .answers .answer-view.feedback .answer-content {
  border-color: transparent !important;
  background-color: transparent !important;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.correct {
  /*![customer.correctColor]*/
  stroke: #00f7f0;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.correct .answer-text,
.dynamic-view.test-review .page-container .answers .answer-view.selected.correct .answer-bullet {
  /*![customer.correctColor]*/
  color: #00f7f0;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.correct svg polyline {
  /*![customer.correctColor]*/
  stroke: #00f7f0;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.incorrect {
  /*![customer.incorrectColor]*/
  stroke: #b7002b;
  /*![customer.incorrectColor]*/
  flood-color: #b7002b;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.incorrect .answer-text,
.dynamic-view.test-review .page-container .answers .answer-view.selected.incorrect .answer-bullet {
  /*![customer.incorrectColor]*/
  color: #b7002b;
}
.dynamic-view.test-review .page-container .answers .answer-view.selected.incorrect svg polyline {
  /*![customer.incorrectColor]*/
  stroke: #b7002b;
}
.dynamic-view.test-review .page-container .feedback-wrapper {
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  padding: 15px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: opacity 0.25s ease-in 0.25s;
  -moz-transition: opacity 0.25s ease-in 0.25s;
  transition: opacity 0.25s ease-in 0.25s;
  -webkit-transition-delay: 0.5;
  -moz-transition-delay: 0.5;
  transition-delay: 0.5;
}
.dynamic-view.test-review .test-result-category {
  display: inline-block;
  width: 128px;
}
.dynamic-view.test-review h3 {
  color: inherit;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.dynamic-view.test-review [data-progress] {
  display: none;
}
.dynamic-view.test-review .progress-bar {
  width: 320px;
}
.dynamic-view.test-review .progress-radial {
  width: 128px;
}
.dynamic-view.test-review .test-result-progress,
.dynamic-view.test-review .test-result-progress-text {
  margin-bottom: 20px;
}
.dynamic-view.test-review .test-result-progress h3,
.dynamic-view.test-review .test-result-progress-text h3 {
  padding-left: 12px;
}
.dynamic-view.test-review .test-result-progress h3 {
  font-weight: 500;
}
.dynamic-view.test-review .test-result-progress svg {
  transform: translate(-17px, 0);
}
.dynamic-view.test-review .test-result-progress span {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  transform: translate(-30px, -10px);
}
.dynamic-view.test-review .test-result-progress-text > * {
  font-size: 22px;
  position: relative;
  display: inline-block;
}
.dynamic-view.test-review .test-result-progress-text > div {
  position: relative;
  width: 125px;
  height: 75px;
  margin-left: 20px;
  line-height: 75px;
  text-align: center;
}
.dynamic-view.test-review .test-result-progress-text svg {
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(0 0 4px white);
}
.dynamic-view.test-review .categories-scroll-wrap {
  position: relative;
  max-height: 350px;
}
.dynamic-view.test-review .categories-scroll-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(0, #000, transparent);
  pointer-events: none;
}
.dynamic-view.test-review .categories-scroll-wrap.noScroller:after {
  content: initial;
}
.dynamic-view.test-review .test-result-category {
  position: relative;
  width: 50%;
  cursor: pointer;
  margin-bottom: 40px;
}
.dynamic-view.test-review .test-result-category h3 {
  text-align: center;
}
.dynamic-view.test-review .test-result-category svg {
  position: relative;
  left: 50%;
  transform: translate(-50%, -3px);
  margin-bottom: -25px;
}
.dynamic-view.test-review .test-result-category span {
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.dynamic-view.test-review .test-result-category .description {
  display: none;
}
.dynamic-view.test-review .categories-popup {
  position: fixed;
  top: 250px;
  left: 270px;
  width: 402px;
  min-height: 154px;
  height: auto;
  opacity: 0;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 402 154' preserveAspectRatio='none' style='enable-background:new 0 0 402 154;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M396.81,115.45v-10.98l-9.56-3.37V11.6H372l-0.03-2.78h0V8.43H190.04l-17.61-6.21h-30.45l-2.8-0.99L25.32,1.32 L2.55,9.35v17.72l2.12,0.75v12.14l9.56,3.37v99.88h14.61l0,2.8v0.36h218.58l17.61,6.21h30.89l2.8,0.99l77.44-0.09l22.77-8.03V116.2 L396.81,115.45z M380.72,13.9v84.88l-7.93-2.8l-0.77-82.09H380.72z M6.31,39.72V28.4l2.81,0.99v-3.44v-0.87V10.59l19.27-6.8h118.05 l-2.83-1h28.14l17.61,6.21h180.98l0.02,2.59h-165.4l0,0h-36.36L152.3,5.84H30.67L14.36,11.6h-0.13v0.04v3.27v27.61L6.31,39.72z M20.77,140.91V45.64l7.92,2.8l0.14,92.47H20.77z M265.72,152.02l-17.61-6.21H30.48l0-2.59h238.87l16.85,5.94h84.36l16.7-5.89v-0.05 v-0.05v-41.26l7.92,2.8v10.17l-2.81-0.99v3.44v0.87v26.02l-19.27,6.8h-81.64l2.83,1H265.72z'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  color: black;
  font-size: 14px;
  transition: opacity 200ms linear, transform 200ms ease;
  pointer-events: none;
  transform: translateY(calc( -100%));
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}
.dynamic-view.test-review .categories-popup.show {
  opacity: 1;
  transform: translateY(calc( -100% - 60px));
}
.dynamic-view.test-review .categories-popup div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82%;
  height: 82%;
  transform: translate(-50%, -50%);
}
.dynamic-view.test-review.show-page .result-container {
  opacity: 0;
  display: none;
}
.dynamic-view.test-review.show-page .page-container {
  opacity: 1;
  display: inline-block;
}
.dynamic-view.test-review.show-page .page-container .page {
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  opacity: 0;
  visibility: hidden;
}
.dynamic-view.test-review.show-page .page-container .page.selected {
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  visibility: visible;
}
.dynamic-view.test-review.show-page .page-container .page.selected .question,
.dynamic-view.test-review.show-page .page-container .page.selected .feedback-wrapper,
.dynamic-view.test-review.show-page .page-container .page.selected .answer-view {
  opacity: 1;
  display: inline-block;
}
.dynamic-view.test-review.show-page .page-container .page .question,
.dynamic-view.test-review.show-page .page-container .page .feedback-wrapper,
.dynamic-view.test-review.show-page .page-container .page .answer-view {
  opacity: 0;
}
.dynamic-view.test-review.show-result .page-container {
  opacity: 0;
  display: none;
}
.dynamic-view.test-review.show-result .result-container {
  opacity: 1;
  display: inline-block;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.application.portrait .profile-view {
  background-color: white;
}
.application.portrait .profile-view .profile-header .full-name {
  height: 52px;
  line-height: 25px;
  font-size: 25px;
}
.application.portrait .profile-view .scroller-wrapper {
  height: 100%;
}
.application.portrait .profile-view .scroller-wrapper .content {
  height: auto;
  padding-bottom: 140px;
}
.application.portrait .profile-view .scroller-wrapper .content .pane {
  width: 100%;
  padding-top: 30px;
}
.application.portrait .profile-view .scroller-wrapper .content .left-pane {
  height: auto;
  float: none;
}
.application.portrait .profile-view .scroller-wrapper .content .left-pane .left-pane-wrapper {
  width: 100%;
  min-width: 0;
  padding-left: 35px;
  padding-bottom: 50px;
}
.application.portrait .profile-view .scroller-wrapper .content .left-pane .left-pane-wrapper .left-pane-fields {
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane {
  height: auto;
  float: none;
  padding-bottom: 50px;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane h1 {
  margin-left: 40px;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane .field.statistics {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane .field.statistics .value {
  right: 10px;
  font-size: 40px;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane .field.statistics .sub-field .value {
  right: auto;
}
.application.portrait .profile-view .scroller-wrapper .content .right-pane .field.statistics .sub-field .percentage {
  margin-left: -1px;
}

.application.portrait .toc.pages-tab .scroller-wrapper {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
.application.portrait .toc .title {
  margin-top: 5px;
  font-size: 25px;
}
.application.portrait .toc .scroller-wrapper {
  top: 50px;
  width: 200vw;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  transition: transform 500ms;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper {
  position: static;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item .thumbnail {
  opacity: 1;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item .label {
  margin-top: 5px !important;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .thumbnail {
  height: auto;
  padding-bottom: 68%;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .index-label {
  margin-left: 10px;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter .label {
  opacity: 1;
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 100%;
  border: 2px solid;
  /*![customer.titleColor]*/
  border-color: black;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.application.portrait .toc .scroller-wrapper .scroller-content .items-wrapper .toc-item.chapter.selected::after {
  opacity: 1;
}
.application.portrait .toc .scroller-wrapper .scroller-content.chapters {
  left: 0;
  width: 100vw;
  padding: 0 35px;
  box-sizing: border-box;
}
.application.portrait .toc .scroller-wrapper .scroller-content.pages {
  top: 0;
  left: 100vw;
  right: auto;
  width: 100vw;
  height: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.application.portrait .toc .scroller-wrapper .scroller-content.pages .items-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 50px;
}
.application.portrait .toc .scroller-wrapper .portrait-back {
  width: 25px;
  height: 25px;
  line-height: 25px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
  position: absolute;
  left: 100vw;
  bottom: 20px;
  margin-left: 20px;
}
.application.portrait .toc .scroller-wrapper .portrait-back::after {
  content: "d";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 24px;
}
.application.portrait .toc.single-chapter .portrait-back {
  display: none;
}

.application.portrait .feedback-view .row {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  max-height: none;
}
.application.portrait .feedback-view .row .col {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
}
.application.portrait .feedback-view .row .message {
  font-size: 25px;
}

.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean.multiplemultiplechoicebean\.exam .bean.multiplechoicebean.fading {
  position: absolute !important;
}

.application.test.portrait {
  /* corners */
  /* test result */
}
.application.test.portrait .dynamic-view.test-review .header,
.application.test.portrait .object\.chapter .header {
  margin-top: 18px;
  line-height: 160%;
}
.application.test.portrait .dynamic-view.test-review .header .title,
.application.test.portrait .object\.chapter .header .title {
  font-size: 30px;
}
.application.test.portrait .dynamic-view.test-review .header .subscription,
.application.test.portrait .object\.chapter .header .subscription {
  font-size: 14px;
}
.application.test.portrait .dynamic-view.test-review .position-wrapper > .answers-scroller,
.application.test.portrait .object\.chapter .position-wrapper > .answers-scroller {
  padding-right: 0;
}
.application.test.portrait .dynamic-view.test-review .position-wrapper > .answers-scroller.noScroller,
.application.test.portrait .object\.chapter .position-wrapper > .answers-scroller.noScroller {
  padding-right: 0;
}
.application.test.portrait .objectViewHolderHolder .object\.chapter > .header {
  display: none;
}
.application.test.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container {
  padding: 0 14px;
}
.application.test.portrait .objectViewHolderHolder .object\.chapter .bean.textbean\.textbackground {
  margin-left: -14px;
}
.application.test.portrait .pb-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 5px;
}
.application.test.portrait .bean.multiplechoicebean\.mpctest {
  background-color: transparent;
}
.application.test.portrait .content-wrapper .clone-test-header .header {
  width: 100% !important;
}
.application.test.portrait .content-wrapper .clone-test-header .header .title {
  font-size: 30px !important;
}
.application.test.portrait .content-wrapper .clone-test-header .header .subscription {
  font-size: 14px;
}
.application.test.portrait .content-wrapper .mpc-widgets > div {
  display: inline-block;
}
.application.test.portrait .content-wrapper .mpc-widgets .mpc-time-indicator {
  display: inline-block;
}
.application.test.portrait .content-wrapper .mpc-widgets .mpc-time-indicator .test-time-indicator-widget {
  width: 100px;
}
.application.test.portrait .content-wrapper .mpc-widgets .mpc-time-indicator .test-time-indicator-widget .label,
.application.test.portrait .content-wrapper .mpc-widgets .mpc-time-indicator .test-time-indicator-widget .time-left {
  font-size: 12px;
}
.application.test.portrait .content-wrapper .mpc-widgets .test-page-indicator-widget {
  width: 90px;
  margin-left: 10px;
}
.application.test.portrait .content-wrapper .mpc-widgets .test-page-indicator-widget .total-pages,
.application.test.portrait .content-wrapper .mpc-widgets .test-page-indicator-widget .seperator,
.application.test.portrait .content-wrapper .mpc-widgets .test-page-indicator-widget .current-page-nr {
  font-size: 12px;
}
.application.test.portrait .content-wrapper .test-score-indicator-widget {
  height: 44px;
  margin-top: 5px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  float: right;
}
.application.test.portrait .content-wrapper .test-score-indicator-widget .score-wrapper {
  margin-top: 5px;
}
.application.test.portrait .content-wrapper .test-score-indicator-widget .score-wrapper .score {
  position: absolute;
  bottom: 10px;
}
.application.test.portrait .content-wrapper .media-area {
  height: auto !important;
  width: 100%;
  max-width: initial;
  padding-bottom: 10px;
  background-size: cover;
}
.application.test.portrait .content-wrapper .media-area .bg-frame,
.application.test.portrait .content-wrapper .media-area .frame,
.application.test.portrait .content-wrapper .media-area .image-view {
  width: 100%;
  height: auto;
}
.application.test.portrait .content-wrapper .media-area .bg-frame svg {
  filter: drop-shadow(0px 0px 2px white);
}
.application.test.portrait .content-wrapper .media-area .image-view {
  width: 92%;
  padding: 24% 0;
  margin: 4% 0 0 4%;
}
.application.test.portrait .content-wrapper .media-area .video {
  margin-left: 0;
  width: 100%;
  height: auto;
}
.application.test.portrait .content-wrapper .media-area video {
  width: 92%;
  padding: 0;
  margin: 1% 0 0 5%;
  height: auto;
}
.application.test.portrait .content-wrapper .answer-group {
  float: none;
  width: auto;
  height: auto;
}
.application.test.portrait .content-wrapper .question {
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 0;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view {
  margin-bottom: 4px !important;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-icon {
  width: 57px;
  line-height: 50px;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-icon .answer-bullet {
  padding-top: 0;
  font-size: 21px;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-content {
  width: calc(100% - 100px);
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-content svg {
  height: 100%;
  filter: drop-shadow(0px 0px 2px white);
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-content polyline {
  stroke-width: 2.54pt;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-content polyline:last-child {
  transform-origin: top right;
}
.application.test.portrait .content-wrapper .answer-group .answers .answer-view .answer-content .answer-text {
  padding: 13px 0 26px;
  font-size: 11px;
  margin-top: 5px;
}
.application.test.portrait .widgets-wrapper {
  display: none;
}
.application.test.portrait .dynamic-view.test-review .result-container:before, .application.test.portrait .dynamic-view.test-review .result-container:after,
.application.test.portrait .categories-popup:before,
.application.test.portrait .categories-popup:after,
.application.test.portrait .dynamic-view.test-review .page-container .page:before,
.application.test.portrait .dynamic-view.test-review .page-container .page:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 82px;
  height: 82px;
  pointer-events: none;
}
.application.test.portrait .dynamic-view.test-review .result-container:before,
.application.test.portrait .categories-popup:before,
.application.test.portrait .dynamic-view.test-review .page-container .page:before {
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 164'%3E%3Cstyle type='text/css'%3E.a%7Bfill:none;stroke:white;stroke-width:4px;stroke-miterlimit:10;%7D%3C/style%3E%3Cpolyline class='a' points='2,162 2,40 40,2 162,2 '/%3E%3C/svg%3E%0A");
}
.application.test.portrait .dynamic-view.test-review .result-container:after,
.application.test.portrait .categories-popup:after,
.application.test.portrait .dynamic-view.test-review .page-container .page:after {
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 164'%3E%3Cstyle type='text/css'%3E.a%7Bfill:none;stroke:white;stroke-width:4px;stroke-miterlimit:10;%7D%3C/style%3E%3Cpolyline class='a' points='162,2 162,108 108,162 2,162 '/%3E%3C/svg%3E%0A");
  background-position: bottom right;
}
.application.test.portrait .dynamic-view.test-review {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.application.test.portrait .dynamic-view.test-review .wrapper {
  max-height: inherit;
}
.application.test.portrait .dynamic-view.test-review > .answers-scroller.noScroller {
  padding-right: 0;
}
.application.test.portrait .dynamic-view.test-review .header {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.application.test.portrait .dynamic-view.test-review .result-container {
  position: relative;
  max-width: 100%;
}
.application.test.portrait .dynamic-view.test-review .result-container:before {
  top: 3px;
}
.application.test.portrait .dynamic-view.test-review .result-container:after {
  bottom: 0;
  top: 68px;
}
.application.test.portrait .dynamic-view.test-review .result-container h2 {
  position: absolute;
  left: 20px;
  top: 14px;
  color: white;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Avenir Next";
}
.application.test.portrait .dynamic-view.test-review .result-container .answers-scroller {
  padding-right: 0;
  order: -1;
  flex: 1 1 auto;
}
.application.test.portrait .dynamic-view.test-review .test-result-button-holder {
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.application.test.portrait .dynamic-view.test-review .listitem-wrapper {
  width: auto;
  min-height: 0;
}
.application.test.portrait .dynamic-view.test-review .listitem-wrapper .button {
  box-shadow: none;
  padding: 10px 0;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  min-height: 0;
}
.application.test.portrait .dynamic-view.test-review .listitem-wrapper .chevron {
  display: none;
}
.application.test.portrait .dynamic-view.test-review .listitem-wrapper .chevron.hidden {
  visibility: hidden;
}
.application.test.portrait .dynamic-view.test-review .listitem-wrapper .listitem-container {
  display: none;
}
.application.test.portrait .dynamic-view.test-review .categories-scroll-wrap {
  min-width: 100%;
}
.application.test.portrait .dynamic-view.test-review .categories-scroll-wrap:after {
  content: inherit;
  left: auto;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(-90deg, #000, transparent);
}
.application.test.portrait .dynamic-view.test-review [bl-bind="categories"] {
  margin-top: 32px;
  white-space: nowrap;
}
.application.test.portrait .dynamic-view.test-review .iScrollHorizontalScrollbar {
  position: absolute;
  top: 5px;
  right: 0;
  left: auto;
  width: 50%;
}
.application.test.portrait .dynamic-view.test-review .test-result-category {
  width: 30vw;
  margin-top: 4px;
  margin-bottom: 20px;
}
.application.test.portrait .dynamic-view.test-review .test-result-category h3 {
  font-size: 9px;
}
.application.test.portrait .dynamic-view.test-review .test-result-category svg {
  width: 50px !important;
}
.application.test.portrait .dynamic-view.test-review .test-result-category span {
  bottom: 5px;
  font-size: 8px;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress,
.application.test.portrait .dynamic-view.test-review .test-result-progress-text {
  width: auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.application.test.portrait .dynamic-view.test-review .progress-bar {
  max-width: 70%;
  transform: none;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress {
  margin-bottom: 14px;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress h3 {
  font-size: 10px;
  line-height: 140%;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress span {
  font-size: 12px;
  transform: translate(0, -2px);
}
.application.test.portrait .dynamic-view.test-review .test-result-progress-text {
  margin: 10px 0 0;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress-text h3 {
  font-size: 10px;
  line-height: 140%;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress-text div {
  display: inline-block;
  width: 48px;
  height: auto;
  margin: 0;
  font-size: 10px;
  line-height: 28px;
}
.application.test.portrait .dynamic-view.test-review .test-result-progress-text svg {
  max-width: 100%;
}
.application.test.portrait .dynamic-view.test-review .categories-popup {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  display: block;
  min-height: 0;
  max-height: 0;
  margin-top: 0;
  transform: none;
  order: 2;
  font-size: 10px;
  line-height: 140%;
  background: transparent;
  color: white;
  transition: min-height 200ms ease, margin 200ms ease, opacity 200ms ease;
}
.application.test.portrait .dynamic-view.test-review .categories-popup.show {
  min-height: 100px;
  max-height: 400px;
  margin-top: 32px;
}
.application.test.portrait .dynamic-view.test-review .categories-popup [i18n="category"] {
  left: 0;
  top: 0;
  transform: translateY(-100%);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}
.application.test.portrait .dynamic-view.test-review .categories-popup div {
  position: relative;
  left: 9%;
  top: -9%;
  height: auto;
  transform: none;
}
.application.test.portrait .dynamic-view.test-review .page-container .multiple-choice {
  margin-top: 32px;
}
.application.test.portrait .dynamic-view.test-review .page-container .question-nr {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view {
  margin-top: 7px;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-icon {
  width: 25px;
  min-height: 30px;
  line-height: 15px;
  vertical-align: top;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-icon .answer-bullet {
  font-size: 12px;
  padding-left: 14px;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-text {
  font-size: 12px;
  padding: 10px 10px 20px 10px;
  line-height: 11px;
  font-weight: normal;
  margin-top: 3px;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-content {
  width: calc(100% - 30px);
  margin-bottom: -2px;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-content svg {
  height: 100%;
  filter: drop-shadow(0px 0px 1px white);
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-content polyline {
  stroke-width: 1.424pt;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers .answer-view .answer-content polyline:last-child {
  transform-origin: top right;
}
.application.test.portrait .dynamic-view.test-review .page-container .feedback-wrapper {
  margin: 10px 4px 10px 16px;
  padding: 10px;
  line-height: 140%;
  font-weight: 400;
  font-size: 10px;
}
.application.test.portrait .dynamic-view.test-review .page-container .feedback-wrapper p {
  font-size: 10px;
}
.application.test.portrait .dynamic-view.test-review .page-container .question {
  padding-top: 10px;
  margin-top: 10px;
  padding-left: 10px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
}
.application.test.portrait .dynamic-view.test-review .page-container .answers-scroller {
  padding: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
}
.application.test.portrait .dynamic-view.test-review .page-container .feedback-wrapper {
  font-size: 8px;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container, .application.test.portrait .dynamic-view.test-review.show-result .page-container {
  width: 100%;
  float: none;
  position: relative;
  opacity: 1;
  display: inline-block;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page.selected, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page.selected {
  opacity: 1;
  visibility: visible;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page .question, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page .question {
  opacity: 1;
  position: relative;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page .answers, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page .answers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page .answers .answer-view, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page .answers .answer-view {
  width: auto;
  min-width: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: inline-block;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page .feedback-wrapper, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page .feedback-wrapper {
  background-color: transparent;
  border-radius: 0;
  color: white;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page.incorrect .feedback-wrapper :first-child, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page.incorrect .feedback-wrapper :first-child {
  /*![customer.incorrectColor]*/
  color: #ff0000;
}
.application.test.portrait .dynamic-view.test-review.show-page .page-container .page.correct .feedback-wrapper :first-child, .application.test.portrait .dynamic-view.test-review.show-result .page-container .page.correct .feedback-wrapper :first-child {
  /*![customer.correctColor]*/
  color: #00f7f0;
}
.application.test.portrait .media-area .bg-frame,
.application.test.portrait .media-area .frame {
  height: 100% !important;
}
.application.test.portrait .media-area .bg-frame svg,
.application.test.portrait .media-area .frame svg {
  transform-origin: 0 0;
  transform: scaleY(1.02);
}
.application.test.portrait .media-area .video {
  margin-top: 0 !important;
}
.application.test.portrait .media-area video {
  margin: 4.5% 0 0 4% !important;
}
.application.test.portrait .media-area .image-view {
  width: 100% !important;
  height: auto;
  margin: 4% 4% -2% 4% !important;
  padding: 28.125% 0;
  transform: scale(0.92);
  transform-origin: 4% 4.5%;
}

.application.portrait .objectViewHolderHolder .object\.chapter {
  width: 100% !important;
  position: relative;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser {
  margin-bottom: 10px;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView {
  position: relative;
  background-position: center;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container {
  position: relative;
  top: 0px;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  box-sizing: border-box;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder {
  width: 100%;
  padding: 0;
  box-shadow: 0 0 0 32px transparent;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .title, .application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .sub-title, .application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .subTitle, .application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .headerWrapper, .application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .introductionText {
  word-break: initial;
  white-space: pre-wrap;
  word-break: break-word;
  word-break: -moz-break-word;
  white-space: -moz-pre-wrap;
  display: inline-block;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean .clone-test-header.mobile-only .title {
  display: block;
}
.application.portrait .objectViewHolderHolder .object\.chapter .page-browser .pagesHolder .PageView .bean-container .bean-scroll-holder .bean:not(.videobean\.videotransition) {
  position: relative !important;
}
.application.portrait .pb-footer {
  top: auto;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 35px;
  background-color: transparent !important;
  pointer-events: none;
}
.application.portrait .pb-footer .pageButton {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  /*![customer.buttonIconColor]*/
  color: white;
  border-radius: 50%;
  /*![customer.buttonColor]*/
  background-color: black;
  cursor: pointer;
}
.application.portrait .pb-footer .pageButton::after {
  content: "d";
  /*![customer.buttonIconColor]*/
  color: white;
  font-family: "oeno";
  font-size: 36px;
}
.application.portrait .pb-footer .pageNextButton {
  right: 0;
  pointer-events: all;
}
.application.portrait .pb-footer .pageNextButton::after {
  content: '\70';
}
.application.portrait .pb-footer .page,
.application.portrait .pb-footer .pagePreviousButton,
.application.portrait .pb-footer .page-navigator {
  display: none;
}
.application.portrait .iScrollVerticalScrollbar {
  display: none;
}

.landscape .mobile-only {
  display: none !important;
}

.portrait .desktop-only {
  display: none !important;
}

.application {
  opacity: 1;
  font-family: text-font, "Avenir Next";
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  transition: opacity 500ms;
}
.application .objectViewHolderHolder {
  position: absolute;
  top: 65px;
  bottom: 0;
  width: 100%;
  height: auto;
}
.application .objectViewHolderHolder .page-browser .pagesHolder .bean-container {
  position: absolute;
  top: 65px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90% !important;
  height: auto;
  max-width: 1002px !important;
  max-height: 640px !important;
  margin: auto;
  overflow: hidden;
}

.application.loading {
  opacity: 0;
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.application .objectViewHolderHolder .object\.chapter {
  position: absolute;
  top: 0;
}

/*# sourceMappingURL=course.css.map */
