/*
Eduexe Browser - v6.0.0 - 2022-03-30
Copyright 2022 Eduserwis Spj
All rights reserved
*/

/*
Eduexe course styles
*/


body {
  font-family: "Ubuntu", Helvetica, sans-serif;
  font-size: 11pt;
  color: #1D1D1D;
  background-color: white;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  body {
    max-width: 992px;
  }
}

/* Rozwiązuje bug ze scrollowaniem na iOSie */
@supports (-webkit-overflow-scrolling: touch) {

  html,
  body {
    height: 100% !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

.eduexe-comment-from-learner {
  margin-bottom: 40px;
}

h1 {
  font-size: 32pt;
}

h2 {
  font-size: 26pt;
}

h3 {
  font-size: 20pt;
}

h4 {
  font-size: 14pt;
}

h5 {
  font-size: 11pt;
}

h6 {
  font-size: 11pt;
}

p {
  margin: 0 0 0 !important;
}

.eduexe-course-content {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 100px;
}

.comment-textarea {
  border: 1px solid #8a8a8a;
  margin-top: 5px;
  margin-bottom: 12px;
  max-width: 100%;
}

.comment-from-learner-save-button {
  background-color: #8a8a8a;
  display: inline-block;
  height: 40px;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  margin-top: 20px;
  /*font-weight: bold;*/
}

.scorm-test-interaction {
  margin-top: 16px;
}

.interaction-question-content {
  font-size: 14pt;
  margin-bottom: 20px;
}

.comment-title {
  margin-bottom: 25px;
}

.element-header-text {
  margin-bottom: 25px;
}

.MJXc-display {
  display: inline-block !important;
  margin: 5px !important;
}

.local-mode-warning {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: darkorange;
}

.edutest-welcome-message {
  margin: 20px 0px;
  display: none;
}

.edutest-goodbye-message {
  margin: 20px 0px;
  display: none;
}

.edutest-empty-message {
  margin: 20px 0px;
  display: none;
}

.edutest-button {
  min-width: 100px;
  height: 40px;
  background-color: #8a8a8a;
  border: none;
  color: white;
  font-size: 12pt;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

.edutest-result-separator {
  border: 0;
  height: 1px;
  background: #8a8a8a;
  margin-top: 40px;
  margin-bottom: 15px;
}

.start-page-image {
  display: block;
  max-height: 40%;
}

.eduexe-sco-loader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 20;
}

.eduexe-sco-loader .eduexe-loader-content {
  display: table-cell;
  width: 200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.eduexe-sco-loader .eduexe-loader-content .eduexe-loader-logo img {
  width: 200px;
  margin-bottom: 40px;
}

.eduexe-sco-loader .eduexe-loader-content .eduexe-loader-animation {
  margin: 0 auto;
  -webkit-animation: eduexe-loader-animation-def .7s linear infinite;
  animation: eduexe-loader-animation-def .7s linear infinite;
  border: 3px solid white;
  border-top: 3px solid #fb841f;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}


/* loader animations */

@-webkit-keyframes eduexe-loader-animation-def {
  to {
    border-top-color: #fb841f;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes eduexe-loader-animation-def {
  to {
    border-top-color: #fb841f;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Custom checkbox & radio button styles */

.edutest-label {
  font-weight: normal;
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 5px;
  cursor: pointer;
  user-select: none;
  min-height: 25px;
}

/* Hide the browser's default checkbox */
.edutest-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.edutest-checkmark {
  position: absolute;
  top: 0;
  left: 24px;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border: 1px solid gray;
}

/* On mouse-over, add a grey background color */
.edutest-label:hover input:not(:checked)~.edutest-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input:checked~.edutest-checkmark {
  background-color: #35B1EC;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25"  xmlns="http://www.w3.org/2000/svg"><path d="M 7 10 L10 15 L18 8" stroke="white" stroke-width="3" fill="none"/></svg>')
}

/* Create a custom radio button */
.edutest-radiomark {
  position: absolute;
  top: 0;
  left: 24px;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid gray;
}

/* On mouse-over, add a grey background color */
.edutest-label:hover input:not(:checked)~.edutest-radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
input:checked~.edutest-radiomark {
  background-color: #35B1EC;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="4" fill="white"/></svg>')
}

/* END OF Custom checkbox & radio button styles */

.edutest-correction-indicator {
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0px;
}

#eduexe-sco-title-first .eduexe-sco-title {
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 10px;
}

#eduexe-course-title-first .eduexe-course-title {
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 10px;
}

#eduexe-sco-title-first .eduexe-course-title {
  font-size: 14pt;
  color: gray;
  margin: 0;
}

#eduexe-course-title-first .eduexe-sco-title {
  font-size: 14pt;
  color: gray;
  margin: 0;
}

.eduexe-titles-container {
  margin-bottom: 30px;
}

.eduexe-header-with-icon {
  background-image: url("../images/eduexeCourseIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 80px;
  min-height: 60px;
}

.el-startpage-coursename {
  font-size: 20pt;
  line-height: 110%;
  margin-bottom: 10px;
}

.el-startpage-subtitle {
  font-size: 12pt;
  color: gray;
  position: relative;
  top: -7px;
}

.el-startpage-author {
  margin-top: 25px;
  margin-bottom: 10px;
}

.start-page-image-top-container {
  margin: 0px 0px 25px 0px;
}

.start-page-image-bottom-container {
  margin: 25px 0px 25px 0px;
}

.el-endpage-author {
  margin-top: 15px;
}

.el-endpage-goodbye {
  margin-bottom: 10px;
}

.el-text-content {
  margin-bottom: 10px;
}

#eduexe-wcag-font-size-controller {
  position: fixed;
  right: 20px;
  font-size: 14pt;
  background-color: white;
  user-select: none;
  display: none;
}

#eduexe-wcag-font-size-controller #eduexe-wcag-font-size-minus {
  padding: 2px;
  cursor: pointer;
}

#eduexe-wcag-font-size-controller #eduexe-wcag-font-size-plus {
  padding: 2px;
  cursor: pointer;
}

.eduexe-media-alternate-text {
  margin: 50px 0px;
  display: none;
}

/* Summary */

.el-summary-studentscore {
  margin-bottom: 10px;
}

.el-summary-minscore {
  margin-bottom: 10px;
}

.radialProgressBar {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1cm;
}

.radialProgressBar .overlay {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  background: #fff;
  text-align: center;
  padding-top: 40px;
  font-size: 2.5rem;
}

/* Summary END */

.eduexe-jumpto-container {
  position: relative;
}

.eduexe-jumpto-container-glued {
	margin-top: -40px;
}

.eduexe-jumpto-button {
  margin-top: 0px;
  display: inline-block;
}

.eduexe-jumpto-link {
  font-size: 14pt;
}

.eduexe-jumpto-illustrtated {
  height: 100px;
}

.eduexe-jumpto-illustrtated .eduexe-jumpto-button {
  margin-top: 30px;
}

.eduexe-jumpto-illustrtated .eduexe-jumpto-link {
  margin-top: 30px;
  display: inline-block;
}

.eduexe-jumpto-normal {
  padding: 20px;
}

.eduexe-jumpto-button-mobile {
  display: none;
}

.eduexe-jumpto-link-mobile {
  display: none;
}

.eduexe-jumpto-image {
  height: 100px;
  max-width: 150px;
  float: left;
  margin-right: 30px;
}

.eduexe-jumpto-description-bordered {
  padding: 20px;
  clear: both;
}

.eduexe-jumpto-sticked-to-bottom {
  position: fixed;
  bottom: 50px;
}

.eduexe-jumpto-sticked-to-bottom .eduexe-jumpto-container {
  margin-bottom: 0px;
}

.eduexe-navigation-panel {
  position: relative;
}

.eduexe-navigation-panel::after {
  background: linear-gradient(to right, black, transparent);
  position: absolute;
  content: '';
  height: 1px;
  right: 0;
  left: 0;
  bottom: -1;
}

.eduexe-navigation-panel .eduexe-jumpto-container::after {
  background: linear-gradient(to right, black, transparent);
  position: absolute;
  content: '';
  height: 1px;
  right: 0;
  left: 0;
  top: 0;
}

.eduexe-internal-element {
    margin: 0;
    margin-bottom: 40px;
}

.eduexe-course-title:focus {
  outline: 0;
}

.eduexe-sco-title:focus {
  outline: 0;
}

.el-element-header:focus {
  outline: 0;
}

.el-text-content:focus {
  outline: 0;
}

.unsupported-element-warning {
  margin: 40px 0px;
  color: #8a8a8a;
  font-style: italic;
}

.question-answer-additional-component {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11pt;
}

.qaac-image img {
	max-width: 100%;
	max-height: 60vh;
}

.qaac-video video {
	max-width: 100%;
	max-height: 60vh;
}

.qaac-code pre {
	color: #f0d948;
	background-color: #1a1a1a;
	border: none;
	border-radius: 0px;
	padding: 15px;
	font-size: 11pt;
}

.qaac-hidden-media-name {
	display: none;
}

.eduexe-answer-hidden-id {
	display: none;
}

.el-map-jumpto-link-container {
  margin-top: 10px !important;
}

.eduexe-simple-toast {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 430px;
  min-height: 100px;
  padding: 15px;
  background-color: #b8c0ff;
  border-radius: 3px;  
}

.eduexe-simple-toast-close {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 16pt;
  font-weight: bold;
}

.eduexe-simple-toast-close:hover {
  color: red;
}

.eduexe-simple-toast-title {
  margin-bottom: 10px !important;
  font-weight: bold;
}

.eduexe-simple-toast-content {
  margin-bottom: 10px !important;
}

.eduexe-simple-toast-button {
  min-width: 70px;
}


@media screen and (max-width: 767px) {
  #eduexe-sco-title-first .eduexe-sco-title {
    font-size: 16pt;
  }

  #eduexe-course-title-first .eduexe-course-title {
    font-size: 16pt;
  }

  .el-startpage-coursename {
    font-size: 16pt;
  }

  .el-startpage-subtitle {
    font-size: initial;
  }

  .eduexe-jumpto-illustrtated .eduexe-jumpto-link {
    display: none;
  }

  .eduexe-jumpto-illustrtated .eduexe-jumpto-button {
    display: none;
  }

  .eduexe-jumpto-illustrtated .eduexe-jumpto-button-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 10px;
    background-color: #0075b8;
    color: white;
    font-size: 12pt;
  }

  .eduexe-jumpto-illustrtated .eduexe-jumpto-link-mobile {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 10px;
    font-size: 14pt;
  }

  .eduexe-jumpto-image {
    margin-right: 0;
  }

  .eduexe-navigation-panel::after {
    background: linear-gradient(to right, black, black);
  }

  .eduexe-navigation-panel .eduexe-jumpto-container::after {
    background: linear-gradient(to right, black, black);
  }

  .player-button img {
    width: 48px;
  }

  .player-footer {
    height: 65px;
  }

  .player-footer .main-bar {
    height: 65px;
  }

  .eduexe-simple-toast {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px), screen and (max-height: 767px) {
  .qaac-image img {
	max-width: 100%;
	max-height: initial;
  }
  
  .qaac-video video {
	max-width: 100%;
	max-height: initial;
  }
}
