/*
Eduexe Library - v4.0.5 - 2022-04-05
Copyright 2022 Eduserwis Spj
All rights reserved.
*/

@media only screen and (min-width: 701px) {
  .el-book-container {
    width: 1024px;
    max-width: 100%;
    background-image: url("../img/book.png");
    background-size: 100% 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between; }
  .page-button {
    flex-basis: 5%;
    cursor: pointer; }
  .page-button.page-button-disabled {
    opacity: 0.3;
    cursor: default; }
  .page-button-prev {
    background: transparent url(../img/left_arrow.png) no-repeat center center;
    background-size: 35px 35px; }
  .page-button-next {
    background: transparent url(../img/right_arrow.png) no-repeat center center;
    background-size: 35px 35px; }
  .el-book-page {
    opacity: 0.9;
    text-align: justify;
    text-justify: inter-word;
    margin-left: 20px;
    margin-right: 20px;
    flex-basis: 45%;
    display: none;
    flex-wrap: wrap;
    min-height: 700px; }
  .el-book-page.el-book-page-selected {
    display: flex; }
  .page-number-left {
    margin-top: auto;
    padding-top: 15px;
    margin-right: auto; }
  .page-number-right {
    margin-top: auto;
    padding-top: 15px;
    margin-left: auto; } }

@media only screen and (max-width: 700px) {
  .page-number-left, .page-number-right, .page-button {
    display: none; }
  .el-book-container {
    max-width: 100%;
    text-align: justify; } }

.eduexe-library-text-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-text-container .el-text-content {
    max-width: 100%;
    text-align: justify; }

.eduexe-library-image-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-image-container .el-image-image {
    display: block;
    max-width: 100%; }
  .eduexe-library-image-container .el-image-caption {
    margin-top: 10px;
    color: gray; }

.eduexe-library-textandimage-container {
  display: block;
  overflow: hidden;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-textandimage-container .el-textandimage-div {
    display: block;
    max-width: 100%; }
    .eduexe-library-textandimage-container .el-textandimage-div .el-textandimage-image {
      display: block;
      max-width: 100%; }
    .eduexe-library-textandimage-container .el-textandimage-div .el-textandimage-caption {
      margin-top: 10px;
      color: gray; }
  .eduexe-library-textandimage-container .el-textandimage-text {
    text-align: left; }

.eduexe-library-video-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-video-container .el-video-videoframe {
    border: none;
    max-width: calc(100vw - 50px); }
  .eduexe-library-video-container .el-video-description {
    margin-top: 10px;
    color: gray; }

.eduexe-library-tabs-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-tabs-container .el-tabs-border {
    border: 2px solid #949494;
    display: flex;
    flex-direction: column; }
  .eduexe-library-tabs-container .el-tabs-label-container {
    width: 100%;
    display: flex;
    overflow: auto; }
    .eduexe-library-tabs-container .el-tabs-label-container .el-tabs-label {
      flex-grow: 1;
      text-align: center;
      vertical-align: middle;
      border-bottom: 2px solid #949494;
      border-left: 2px solid #949494;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #d9d9d9; }
      .eduexe-library-tabs-container .el-tabs-label-container .el-tabs-label:first-of-type {
        border-left: 0px; }
      .eduexe-library-tabs-container .el-tabs-label-container .el-tabs-label label {
        display: block;
        padding: 10px;
        border: initial;
        cursor: pointer;
        font-weight: normal; }
    .eduexe-library-tabs-container .el-tabs-label-container .el-tabs-label.selected {
      background-color: transparent;
      border-bottom: 0px; }
      .eduexe-library-tabs-container .el-tabs-label-container .el-tabs-label.selected label {
        font-weight: bold; }
  .eduexe-library-tabs-container .el-tabs-tabcontent-container {
    display: block;
    padding: 20px;
    text-align: justify; }
    .eduexe-library-tabs-container .el-tabs-tabcontent-container .el-playeraudio {
      margin-top: 20px; }

.el-tabs-vertical .el-tabs-border {
  flex-direction: row;
  border: none; }
  .el-tabs-vertical .el-tabs-border .el-tabs-label-container {
    flex-direction: column;
    flex-basis: 20%; }
    .el-tabs-vertical .el-tabs-border .el-tabs-label-container .el-tabs-label {
      border-right: 2px solid #949494;
      border-left: 2px solid #949494;
      border-bottom: 2px solid #949494;
      flex-grow: 0; }
      .el-tabs-vertical .el-tabs-border .el-tabs-label-container .el-tabs-label:first-of-type {
        border-top: 2px solid #949494; }
    .el-tabs-vertical .el-tabs-border .el-tabs-label-container .el-tabs-label.selected {
      border-right: none; }
  .el-tabs-vertical .el-tabs-border .el-tabs-label-container:after {
    border-right: 2px solid #949494;
    flex-grow: 1;
    content: ''; }
  .el-tabs-vertical .el-tabs-border .el-tabs-tabcontent-container {
    flex-basis: 80%;
    border-right: 2px solid #949494;
    border-bottom: 2px solid #949494;
    border-top: 2px solid #949494; }

.eduexe-library-tabs-container .eduexe-library-playeraudio-container {
  margin: 50px 0px 0px 0px; }

.eduexe-library-gallery-container {
  min-height: 50px;
  margin: 0px 0px 50px 0px;
  position: relative; }
  .eduexe-library-gallery-container .el-gallery-border {
    width: 100%;
    display: flex;
    padding-left: 5px;
    padding-right: 5px; }
  .eduexe-library-gallery-container .el-gallery-navleft {
    display: block;
    background: transparent url("../img/left_arrow.png") no-repeat center center;
    background-size: 50px 50px;
    min-width: 55px;
    min-height: 100%;
    cursor: pointer;
    user-select: none; }
  .eduexe-library-gallery-container .el-gallery-navright {
    display: block;
    background: transparent url("../img/right_arrow.png") no-repeat center center;
    background-size: 50px 50px;
    min-width: 55px;
    min-height: 100%;
    cursor: pointer;
    user-select: none; }
  .eduexe-library-gallery-container .el-gallery-miniatures {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
    max-width: 100%; }
  .eduexe-library-gallery-container .el-gallery-image-container {
    max-height: calc(100vh - 150px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .eduexe-library-gallery-container .el-gallery-miniatures::before, .eduexe-library-gallery-container .el-gallery-miniatures::after {
    content: '';
    margin: auto; }
  .eduexe-library-gallery-container .el-gallery-miniatures-item {
    height: 75px;
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    margin-top: 10px; }
  .eduexe-library-gallery-container .el-gallery-miniatures-item-selected {
    margin-bottom: 10px;
    margin-top: 0px; }
  .eduexe-library-gallery-container .el-gallery-slides {
    display: table-cell;
    width: 100%;
    height: 100%; }
    .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide {
      background-color: transparent;
      display: none; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide:first-child {
        display: block; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide .el-gallery-slideimage {
        max-width: calc(100% - 130px);
        max-height: 100%; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide .el-gallery-slidesubtitle {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        color: gray; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide .el-gallery-slidetext {
        margin-top: 10px; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide .el-gallery-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: gray; }
      .eduexe-library-gallery-container .el-gallery-slides .el-gallery-slide .mini-player {
        position: absolute;
        top: 42px;
        left: -1px; }

.el-gallery-miniatures::-webkit-scrollbar {
  height: 0.7em; }

.el-gallery-miniatures::-webkit-scrollbar-track {
  background-color: #C8C7C7; }

.el-gallery-miniatures::-webkit-scrollbar-thumb {
  background-color: #454343; }

@media screen and (max-width: 575px), screen and (max-height: 575px) {
  .el-gallery-image-container {
    height: initial !important;
    max-height: initial !important;
    display: block !important;
    position: relative; }
  .el-gallery-slideimage {
    max-width: 100% !important;
    max-height: initial !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto; }
  .el-gallery-navleft {
    background: transparent url("../img/gallery_prev_arrow.png") no-repeat center left !important;
    background-size: 48px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    max-width: initial !important;
    max-height: initial !important; }
  .el-gallery-navright {
    background: transparent url("../img/gallery_next_arrow.png") no-repeat center right !important;
    background-size: 48px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    max-width: initial !important;
    max-height: initial !important; }
  .el-gallery-slides .el-gallery-slide .mini-player {
    left: -4px !important; } }

.eduexe-library-zoomer-container {
  display: block;
  overflow: hidden;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-zoomer-container .el-zoomer-wrapper {
    position: relative;
    max-width: 100%; }
    .eduexe-library-zoomer-container .el-zoomer-wrapper .el-zoomer-image {
      display: block;
      max-width: 100%; }
  .eduexe-library-zoomer-container .el-zoomer-wrapper:after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/magnifying_glass.png"); }
  .eduexe-library-zoomer-container .el-zoomer-wrapper.zoominactive:after {
    background: initial; }
  .eduexe-library-zoomer-container .el-zoomer-caption {
    margin-top: 10px;
    display: block;
    clear: both;
    color: gray; }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-quiz-container {
  width: 100%;
  min-width: 200px;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-quiz-container .el-quiz .el-quiz-question {
    font-size: 14pt;
    margin-top: 15px;
    margin-bottom: 15px; }
  .eduexe-library-quiz-container .el-quiz .el-quiz-introduction {
    text-align: justify; }
  .eduexe-library-quiz-container .el-quiz .el-quiz-options-container input[type="checkbox"], .eduexe-library-quiz-container .el-quiz .el-quiz-options-container input[type="radio"] {
    margin-left: -10px;
    opacity: 0; }
  .eduexe-library-quiz-container .el-quiz .el-quiz-options-container .el-quiz-custom-checkbox, .eduexe-library-quiz-container .el-quiz .el-quiz-options-container .el-quiz-custom-radio {
    margin-left: -5px;
    margin-right: 10px;
    cursor: pointer; }
  .eduexe-library-quiz-container .el-quiz .el-quiz-comment-correct, .eduexe-library-quiz-container .el-quiz .el-quiz-comment-incorrect, .eduexe-library-quiz-container .el-quiz .el-quiz-answer-comment {
    margin-top: 16px;
    text-align: justify; }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-draganddrop-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-draganddrop-container .el-draganddrop-border {
    padding: 0px;
    display: block;
    position: relative;
    margin-top: 20px; }
  .eduexe-library-draganddrop-container .el-draganddrop-draggable-container {
    height: 250px;
    width: 100%;
    display: block;
    position: relative; }
    .eduexe-library-draganddrop-container .el-draganddrop-draggable-container .el-draganddrop-draggable {
      width: 40%;
      height: 80px;
      padding: 5px 10px;
      color: black;
      overflow: hidden;
      cursor: default;
      border: 2px solid grey;
      background-color: #efefef; }
  .eduexe-library-draganddrop-container .el-draganddrop-droppable-container {
    width: 100%;
    display: block; }
    .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-keyword {
      background-color: #dedede;
      height: 80px;
      padding-top: 15px;
      width: 40%;
      min-width: 100px;
      float: left;
      border: 2px solid grey;
      padding: 5px 10px;
      background-color: #efefef; }
    .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-droppable {
      background-color: #dedede;
      border: 1px dashed gray;
      height: 80px;
      width: 40%;
      float: left;
      background-color: #efefef; }
    .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-spaceh {
      height: 100px;
      text-align: center;
      font-size: 20pt;
      width: 15%;
      float: left; }
    .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-spacev {
      height: 10px;
      width: 100%;
      clear: both; }

.dnd_draggable_inline {
  width: 150px !important;
  height: 30px !important;
  display: inline-block !important;
  padding: 5px !important;
  text-align: center; }

.dnd_droppable_inline {
  width: 150px !important;
  height: 30px !important;
  display: inline-block !important;
  float: initial !important;
  margin-right: 0px !important; }

@media screen and (max-width: 575px) {
  .eduexe-library-draganddrop-container .el-draganddrop-draggable-container .el-draganddrop-draggable {
    height: 100px; }
  .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-keyword {
    height: 100px; }
  .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-droppable {
    height: 100px; }
  .eduexe-library-draganddrop-container .el-draganddrop-droppable-container .el-draganddrop-spaceh {
    height: 100px;
    text-align: center;
    font-size: 20pt;
    width: 15%;
    float: left; } }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-imagedraganddrop-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-border {
    padding: 0px;
    display: block;
    position: relative;
    margin-top: 20px; }
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-image-drag-caption, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-image-drop-caption {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff; }
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container {
    height: 250px;
    width: 100%;
    display: block;
    position: relative; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable {
      padding: 5px 10px;
      color: black;
      overflow: hidden;
      cursor: default;
      border: 2px solid grey;
      background-color: #efefef; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable.el-horizontal {
      width: 150px; }
      .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable.el-horizontal .el-imagedraganddrop-image {
        height: 100px;
        width: 150px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable.el-vertical {
      width: 100px; }
      .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable.el-vertical .el-imagedraganddrop-image {
        height: 150px;
        width: 100px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-draggable-container .el-imagedraganddrop-draggable.imagedraganddrop-image {
      padding: 0;
      color: black;
      overflow: hidden;
      cursor: default;
      border: 0px solid grey;
      background-color: #fff; }
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container {
    width: 100%;
    display: block; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword {
      background-color: #dedede;
      padding-top: 15px;
      float: left;
      border: 2px solid grey;
      padding: 5px 10px;
      background-color: #efefef; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword.el-horizontal {
      width: 150px; }
      .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword.el-horizontal .el-imagedraganddrop-image {
        height: 100px;
        width: 150px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword.el-vertical {
      width: 100px; }
      .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword.el-vertical .el-imagedraganddrop-image {
        height: 150px;
        width: 100px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-keyword.imagedraganddrop-image {
      background-color: #fff;
      padding: 0;
      float: left;
      border: 0px solid grey;
      background-color: #fff; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable {
      background-color: #dedede;
      border: 1px dashed gray;
      background-color: #efefef; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable.el-horizontal {
      height: 100px;
      width: 150px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable.el-vertical {
      height: 150px;
      width: 100px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable.imagedraganddrop-image {
      background-color: #dedede;
      border: 1px dashed gray;
      background-color: #efefef; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable-with-caption {
      float: left; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-spaceh {
      text-align: center;
      font-size: 20pt;
      width: 10%;
      float: left; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-spaceh.el-horizontal {
      height: 50px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-spaceh.el-vertical {
      height: 75px; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable + .el-imagedraganddrop-image-drop-caption {
      display: none; }
    .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-spacev {
      height: 30px;
      width: 50%;
      clear: both; }

.dnd_draggable_inline {
  width: 150px !important;
  height: 30px !important;
  display: inline-block !important;
  padding: 5px !important;
  text-align: center; }

.dnd_droppable_inline {
  width: 150px !important;
  height: 30px !important;
  display: inline-block !important;
  float: initial !important;
  margin-right: 0px !important; }

@media screen and (max-width: 600px) {
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable.imagedraganddrop-image {
    /*height: 50px;
                width: 50px;*/ } }

@media screen and (max-width: 400px) {
  .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-droppable-container .el-imagedraganddrop-droppable.imagedraganddrop-image {
    /*height: 35px;
                width: 35px;*/ } }

.eduexe-library-timeline-container {
  width: 100%;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-timeline-container .el-timeline-border {
    border: none; }
  .eduexe-library-timeline-container .el-timeline-point-container {
    height: 200px;
    overflow: hidden;
    background-image: url("../img/timelinearrow.png"), url("../img/timelinebar.png");
    background-position: bottom right, bottom left;
    background-repeat: no-repeat, repeat-x; }
    .eduexe-library-timeline-container .el-timeline-point-container .el-timeline-point {
      background-image: url("../img/timelinepoint.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: auto;
      float: left;
      height: 180px;
      width: 150px;
      overflow: hidden;
      display: table;
      padding-bottom: 70px; }
      .eduexe-library-timeline-container .el-timeline-point-container .el-timeline-point span {
        display: table-cell;
        vertical-align: bottom;
        transform: rotate(-60deg);
        cursor: default; }
  .eduexe-library-timeline-container .el-timeline-description-container {
    min-height: 100px; }
    .eduexe-library-timeline-container .el-timeline-description-container .el-timeline-description {
      display: block;
      padding: 20px; }

.eduexe-library-quote-container {
  width: 100%;
  min-width: 200px;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-quote-container .el-quote-border {
    border: none; }
    .eduexe-library-quote-container .el-quote-border .el-quote-inner-header {
      font-size: 14pt;
      margin-bottom: 30px;
      margin-left: 40px;
      margin-right: 40px; }
  .eduexe-library-quote-container .el-quote {
    display: table; }
    .eduexe-library-quote-container .el-quote .el-quote-leftmargin {
      width: 40px;
      display: table-cell;
      background: transparent url("../img/quote_start.png") no-repeat top right; }
    .eduexe-library-quote-container .el-quote .el-quote-text {
      width: auto;
      display: table-cell;
      text-align: justify;
      padding-left: 5px;
      padding-right: 5px;
      font-style: italic; }
    .eduexe-library-quote-container .el-quote .el-quote-rightmargin {
      width: 40px;
      display: table-cell;
      background: transparent url("../img/quote_end.png") no-repeat bottom left; }
  .eduexe-library-quote-container .el-quote-source {
    text-align: right;
    margin-right: 25px;
    padding-top: 20px; }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-fillin-container {
  width: 100%;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-fillin-container .el-fillin label {
    display: inline-block !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    max-width: initial !important;
    font-weight: initial !important; }
  .eduexe-library-fillin-container .el-fillin input[type="text"] {
    background-color: white;
    border: 1px solid black;
    margin-right: 5px;
    padding-left: 3px; }
  .eduexe-library-fillin-container .el-fillin .el-slide-content-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
  .eduexe-library-fillin-container .el-fillin .el-fillin-form {
    margin-top: 25px;
    margin-bottom: 15px; }
  .eduexe-library-fillin-container .el-fillin .eduexe-library-playeraudio-container {
    margin: 0px 0px 10px 0px; }

.eduexe-library-playeraudio-container {
  margin: 10px 0px 50px 0px;
  position: relative; }
  .eduexe-library-playeraudio-container .el-playeraudio .el-playeraudio-name {
    margin-bottom: 10px; }
  .eduexe-library-playeraudio-container .el-playeraudio .el-playeraudio-sources {
    min-width: 200px; }
  .eduexe-library-playeraudio-container .el-playeraudio .el-playeraudio-description {
    margin-top: 10px; }
  .eduexe-library-playeraudio-container .el-playeraudio .el-playeraudio-background {
    background-size: cover;
    display: table-cell;
    vertical-align: middle; }
    .eduexe-library-playeraudio-container .el-playeraudio .el-playeraudio-background .el-playeraudio-sources {
      margin: 0 auto;
      display: block; }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-playervideo-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-playervideo-container .el-playervideo .el-playervideo-name {
    margin-bottom: 10px; }
  .eduexe-library-playervideo-container .el-playervideo .el-playervideo-sources {
    width: 1280px;
    height: 720px;
    max-width: 100%; }
  .eduexe-library-playervideo-container .el-playervideo .el-video-description {
    margin-top: 10px; }

.el-unified-buttons-container, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container {
  width: 265px;
  height: 50px;
  overflow: hidden;
  clear: both;
  padding-top: 5px; }
  .el-unified-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-button, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-button, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-button, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-button, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-button, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-button {
    min-width: 110px;
    height: 32px;
    padding: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    letter-spacing: 1px; }
  .el-unified-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-unified-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-unified-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-unified-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-unified-checkbutton, .eduexe-library-quiz-container .el-quiz .el-quiz-buttons-container .el-quiz-checkbutton, .eduexe-library-draganddrop-container .el-draganddrop-buttons-container .el-draganddrop-checkbutton, .eduexe-library-imagedraganddrop-container .el-imagedraganddrop-buttons-container .el-imagedraganddrop-checkbutton, .eduexe-library-fillin-container .el-fillin .el-fillin-buttons-container .el-fillin-checkbutton, .eduexe-library-numeric-container .el-numeric .el-numeric-buttons-container .el-numeric-checkbutton {
    margin-right: 15px; }

.el-unified-simple-button, .el-atabs-button {
  font-size: 12pt;
  letter-spacing: 1px;
  padding: 7px;
  border: none;
  text-align: center;
  outline: none; }

.el-element-header {
  margin-bottom: 15px;
  font-size: 14pt;
  display: flex;
  align-items: center; }
  .el-element-header .el-element-header-text {
    margin: 0px;
    font-size: inherit; }

.el-element-highlight {
  padding: 15px;
  background-color: #e8e8e8; }

.eduexe-library-numeric-container {
  width: 100%;
  margin: 0px 0px 50px 0px; }
  .eduexe-library-numeric-container .el-numeric label {
    display: inline-block !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    max-width: initial !important;
    font-weight: initial !important; }
  .eduexe-library-numeric-container .el-numeric input[type="number"] {
    background-color: white;
    border: 1px solid black;
    margin-right: 5px;
    padding-left: 3px;
    width: 100px; }
  .eduexe-library-numeric-container .el-numeric .el-slide-content-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
  .eduexe-library-numeric-container .el-numeric .el-numeric-form {
    margin-top: 25px;
    margin-bottom: 15px; }
  .eduexe-library-numeric-container .el-numeric .eduexe-library-playeraudio-container {
    margin: 0px 0px 10px 0px; }

.eduexe-library-swapimage-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-swapimage-container .el-swapimage-wide-container {
    display: block;
    width: 100%; }
  .eduexe-library-swapimage-container .el-swapimage-image-display {
    display: block;
    padding: 0; }
  .eduexe-library-swapimage-container .el-swapimage-image-controls {
    display: block;
    overflow: hidden;
    padding: 0px 40px 40px 40px; }
  @media (max-width: 991px) {
    .eduexe-library-swapimage-container .el-swapimage-image-controls {
      padding-top: 25px;
      padding-bottom: 0px; } }
  .eduexe-library-swapimage-container .el-swapimage-image {
    width: auto;
    height: auto; }
  .eduexe-library-swapimage-container .el-swapimage-hidden {
    display: none; }
  .eduexe-library-swapimage-container .el-swapimage-caption {
    padding-top: 10px;
    display: block;
    clear: both;
    color: gray; }
  .eduexe-library-swapimage-container .el-swapimage-caption-option {
    display: none; }
  .eduexe-library-swapimage-container .el-swapimage-caption-option .el-swapimage-caption-option-active {
    display: block; }
  .eduexe-library-swapimage-container .el-swapimage-option {
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    border: 2px solid #949494;
    background-color: #d9d9d9; }
  .eduexe-library-swapimage-container .el-swapimage-option-active {
    cursor: default;
    font-weight: bold;
    background-color: white; }
  .eduexe-library-swapimage-container .el-swapimage-option-active:hover {
    text-decoration: none !important; }

.eduexe-library-collapsepanel-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-collapsepanel-container .panel-heading {
    border: 1px solid #949494;
    background-color: #d9d9d9;
    cursor: pointer; }
  .eduexe-library-collapsepanel-container .el-collapsepanel-content {
    display: none;
    text-align: justify;
    border: 1px solid #949494;
    border-top: none; }

.eduexe-map-layer {
  width: 100%;
  height: 500px;
  position: relative; }

.el-map-buttons-panel {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 45px;
  display: none; }

.el-map-button {
  height: 52px;
  width: 52px;
  background-color: #fff;
  border: none;
  margin-right: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.el-map-button > img {
  width: 100%; }

.el-map-button:hover {
  background-color: #f4f4f4; }

.my-location-button {
  display: none; }

.eduexe-map-layer {
  margin-bottom: 1.5em; }

.mini-player {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }
  .mini-player .player-button.active {
    display: inline; }

.player-footer-container {
  width: 100%;
  height: 50px;
  display: none; }

.player-footer-container.opened {
  height: 350px; }
  .player-footer-container.opened .player-footer {
    height: 350px !important; }
  .player-footer-container.opened .extend-content {
    display: flex;
    flex-direction: column; }

.player-footer {
  position: fixed;
  height: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  z-index: 9000; }
  .player-footer .main-bar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    display: flex;
    height: 50px; }
    .player-footer .main-bar .current-audio-label {
      flex-grow: 1;
      margin: 0px 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .player-footer .main-bar .small-progress-bar {
      display: none;
      height: 1px;
      background-color: white;
      max-width: 300px; }
    .player-footer .main-bar .el-row {
      display: flex;
      align-items: center;
      width: 100%; }
    .player-footer .main-bar .el-row .el-navback {
      display: none;
      margin-right: 15px; }
    .player-footer .main-bar .el-row .el-navnext {
      display: none;
      margin-left: 15px; }
  .player-footer .extend-content {
    display: none;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
    .player-footer .extend-content .audio-list {
      overflow: auto;
      max-height: 185px;
      list-style-position: inside;
      padding: 0px; }
    .player-footer .extend-content .additional-info-container.disabled .current-state-bar {
      display: none; }
    .player-footer .extend-content .additional-info-container.disabled .progress-bar {
      filter: brightness(50%);
      cursor: default; }
    .player-footer .extend-content .additional-info-container.disabled img {
      filter: brightness(50%); }
    .player-footer .extend-content .additional-info-container.disabled .time-label {
      display: none; }
    .player-footer .extend-content .additional-info-container.disabled .volume-state-bar {
      display: none; }
    .player-footer .extend-content .additional-info-container.disabled .volume-bar {
      filter: brightness(50%);
      cursor: default; }
    .player-footer .extend-content .additional-info-container.disabled .icon-button {
      cursor: default; }
    .player-footer .extend-content .progress-info-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 15px; }
    .player-footer .extend-content .icon-button {
      flex-shrink: 0;
      display: block;
      margin-right: 15px;
      border: none;
      outline: none;
      background-color: transparent;
      padding: 0px; }
      .player-footer .extend-content .icon-button img {
        width: auto;
        height: 26px;
        padding-right: 15px;
        padding-top: 2px;
        padding-bottom: 2px; }
    .player-footer .extend-content .progress-bar {
      height: 10px;
      width: 100%;
      margin-right: 10px;
      max-width: 300px;
      cursor: pointer; }
      .player-footer .extend-content .progress-bar .current-state-bar {
        height: 100%; }
    .player-footer .extend-content .volume-info-container {
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .player-footer .extend-content .volume-info-container.muted .volume-state-bar {
        filter: brightness(50%); }
    .player-footer .extend-content .volume-bar {
      height: 10px;
      max-width: 150px;
      width: 100%;
      cursor: pointer; }
    .player-footer .extend-content .volume-state-bar {
      height: 100%;
      width: 0%; }
    .player-footer .extend-content .volume-icon {
      width: 28px;
      margin-right: 15px; }

.player-footer .audio-list a {
  cursor: pointer;
  color: inherit;
  text-decoration: none !important;
  padding: 5px 0px;
  display: inline-block; }

.player-footer .audio-list li.selected {
  font-weight: bold; }

.player-button {
  border: none;
  outline: none;
  display: none;
  background-color: transparent;
  padding: 0px; }
  .player-button img {
    width: 32px;
    height: auto; }

.player-button.active {
  display: block; }

.el-atabs-button {
  padding: 10px;
  display: none;
  width: 150px; }
  .el-atabs-button.active {
    display: flex;
    align-items: center;
    justify-content: center; }

.el-atabs-buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .el-atabs-buttons-container > * {
    margin: 10px; }

.eduexe-library-atabs-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-atabs-container .el-playeraudio, .eduexe-library-atabs-container .el-atabs-main-player {
    margin-top: 20px;
    outline: none; }

.el-atabs-tabmain {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #949494;
  overflow: hidden;
  text-align: justify; }

.el-atabs-tabcontent {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  text-align: justify; }
  .el-atabs-tabcontent.el-atabs-tabcontent-selected {
    max-height: 1000px;
    transition: max-height 1.0s ease-in;
    margin-bottom: 1em; }

.el-atabs-main-player {
  display: none; }

.el-atabs-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: top left;
  max-height: 500px;
  display: block; }
  .el-atabs-image.float-image {
    max-width: 200px;
    float: left;
    margin-right: 15px; }

@media (max-width: 575.98px) {
  .el-atabs-image.float-image {
    float: none;
    max-width: 100%;
    margin-right: auto; } }

.el-atabs-main-container {
  /*display: flex;
    flex-direction: column;*/ }
  @media (max-width: 575.98px) {
    .el-atabs-main-container {
      overflow-x: auto; } }

.el-atabs-vertical.active {
  display: block; }

.el-atabs-vertical .el-atabs-buttons-container {
  display: block !important; }

.el-atabs-vertical .el-atabs-main-container {
  /*flex-direction: row-reverse;*/ }
  .el-atabs-vertical .el-atabs-main-container .el-atabs-buttons-container {
    /*display: flex;
            align-content: flex-start;*/
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
    float: left; }

.eduexe-library-agallery-container .el-agallery_animation-progress {
  width: 100%;
  max-width: 500px; }

.eduexe-library-agallery-container .el-agallery-image {
  object-fit: contain;
  object-position: top left;
  max-height: 500px; }

.eduexe-library-agallery-container .el-agallery-arragement {
  display: flex;
  flex-direction: column;
  margin-left: -10px;
  margin-right: -10px; }
  .eduexe-library-agallery-container .el-agallery-arragement > * {
    margin: 10px; }

.eduexe-library-agallery-container .el-agallery-slide-header {
  display: flex;
  align-items: center; }

.eduexe-library-agallery-container .el-agallery-text {
  text-align: left; }

.eduexe-library-agallery-container .el-agallery-arragement-image-top {
  flex-direction: column; }

.eduexe-library-agallery-container .el-agallery-arragement-image-bottom {
  flex-direction: column-reverse; }

.eduexe-library-agallery-container .el-agallery-arragement-image-left {
  flex-direction: row; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-left > * {
    width: calc(50% - 10px); }
  .eduexe-library-agallery-container .el-agallery-arragement-image-left .el-agallery-image {
    object-fit: contain;
    object-position: 0 0; }

.eduexe-library-agallery-container .el-agallery-arragement-image-right {
  flex-direction: row-reverse; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-right > * {
    width: calc(50% - 10px); }
  .eduexe-library-agallery-container .el-agallery-arragement-image-right .el-agallery-image {
    object-fit: contain;
    object-position: 0 0; }

.eduexe-library-agallery-container .el-agallery-arragement-image-background {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  display: inline-block; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-background .el-agallery-text {
    position: absolute;
    overflow: auto;
    width: 0px;
    height: 0px;
    margin: 0px; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-background .el-agallery-image {
    margin: 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 500px;
    display: block; }

.eduexe-library-agallery-container .el-agallery-arragement-image-float {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-float > * {
    display: inline;
    margin: 0px; }
  .eduexe-library-agallery-container .el-agallery-arragement-image-float .el-agallery-image {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 50%;
    float: left; }

.eduexe-library-agallery-container .el-agallery-slide {
  margin-bottom: 20px; }
  .eduexe-library-agallery-container .el-agallery-slide.hidden {
    display: none; }

.eduexe-library-multiple-audio-container .el-playeraudio-name, .eduexe-library-multiple-audio-container .el-playeraudio-sources {
  margin-bottom: 10px; }

.eduexe-library-multiple-audio-container .el-audio-list-item {
  margin-bottom: 20px; }

.eduexe-library-multiple-audio-container .el-playeraudio-name {
  display: flex;
  align-items: center; }

.eduexe-library-multiple-audio-container .eduexe-library-playeraudio-container {
  margin: 0px; }

.el-scatteredimages-modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 75px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #fff;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9); }
  .el-scatteredimages-modal .eduexe-library-scatteredimages-modal-container {
    width: 60%;
    margin: 0 auto; }
  .el-scatteredimages-modal .el-scatteredimages-caption {
    text-align: center;
    margin-top: 10px; }

.el-scatteredimages-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

.el-scatteredimages-modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

.el-scatteredimages-modal-content, .el-scatteredimages-modal-caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

.eduexe-library-scatteredimages-container .el-element-header {
  margin-bottom: 50px; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.el-scatteredimages-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.el-scatteredimages-close:hover,
.el-scatteredimages-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

@media screen and (max-width: 1046px) and (min-width: 885px) {
  .eduexe-library-scatteredimages-modal-container {
    width: 80% !important;
    margin: 0 auto; } }

@media only screen and (max-width: 700px) {
  .el-scatteredimages-modal-content {
    width: 100%; } }

.el-scatteredimages-buttons {
  padding-left: 20px; }

.eduexe-library-scratchcard-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-scratchcard-container .el-scratchcard-image {
    display: block;
    max-width: 100%; }
  .eduexe-library-scratchcard-container .el-scratchcard-caption {
    margin-top: 10px;
    color: gray; }
  .eduexe-library-scratchcard-container .el-scratchcard-container {
    position: relative;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .eduexe-library-scratchcard-container .el-scratchcard-canvas {
    position: absolute;
    top: 0; }

.eduexe-library-slider-container {
  margin: 0px 0px 50px 0px; }
  .eduexe-library-slider-container .el-slider-caption {
    margin-top: 10px;
    color: gray; }
  .eduexe-library-slider-container .el-slider-container {
    position: relative;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }

body {
  font-family: "Ubuntu", Helvetica, sans-serif;
  font-size: 11pt;
  color: #1D1D1D;
  background-color: white; }

ol, ul {
  overflow: hidden; }

input[type=number]:-moz-read-only {
  -moz-appearance: textfield; }

.eduexe-library-element {
  margin: 0;
  margin-bottom: 40px; }

img {
  max-width: 100%; }

.el-icon-button {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0px; }
  .el-icon-button img {
    width: auto;
    height: 26px;
    padding-top: 2px;
    padding-bottom: 2px; }

.el-ratio-bar {
  flex-grow: 1;
  background-color: grey;
  height: 10px;
  cursor: pointer; }
  .el-ratio-bar .state-bar {
    height: 100%;
    width: 0px; }

.el-multi-ratio-bar {
  flex-grow: 1;
  display: flex; }
  .el-multi-ratio-bar .el-ratio-bar:not(:last-child) {
    border-right: solid 1px #efefef; }
  .el-multi-ratio-bar .el-ratio-bar.active {
    background-color: #ffbd84; }

.el-margin-container, .eduexe-library-agallery-container .el-agallery_animation-progress {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center; }
  .el-margin-container > *, .eduexe-library-agallery-container .el-agallery_animation-progress > * {
    margin: 10px; }

.el-checkbox, .el-radio {
  display: flex;
  font-weight: initial !important;
  margin-left: 20px; }
  .el-checkbox input, .el-radio input {
    display: none; }

.el-checkbox-icon, .el-radio-icon {
  width: 21px;
  height: 21px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0; }
