@charset "UTF-8";
/** EXE - EXercise Engine
*
*  Teszt CSS a látványterv alapján.
*
*  A végleges design a publikus felületen van.
*/
/* Látványterv alap betűtípus */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Sigmar+One");
.exe-wrapper {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  /*border-radius: 40px;   */
  position: relative;
  font-family: 'Open Sans', sans-serif;
  height: max-content; }

.exe-wrapper .row {
  max-width: none;
  padding: 0;
  /* Történelem-ben a row-nak van paddingja */ }

.exe-container .exe-header {
  display: flex;
  align-items: center;
  background: #444444;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  color: white;
  font-size: large;
  font-weight: bold; }

/*
.exe-container .exe-header::after {
    content: '';
    height: 0;
    width: 0;
    clear: both;
    display: block;
}
*/
.exe-container .exe-header h3 {
  font-size: 1rem; }

.exe-engine .item-hidden {
  display: none !important; }

.exe-container-simple {
  background-color: white;
  border: 3px solid #c5c5c5;
  border-radius: 1vw;
  /* max-height: 100%;
    height: calc(100vh - 200px); */
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.exe-container-simple .exe-header .exe-header-info {
  display: none; }

.exe-container-simple .exe-header-tools {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 12;
  /*Z_INDEX_EXERCISE_MASK+1*/ }

.exe-container-simple .exe-modal-parent {
  height: calc(100% - 110px);
  overflow: hidden; }

.exe-container-simple .exe-description {
  margin: 0 25px; }

.exe-container-simple .exe-controls-header {
  padding-top: 5px; }

.exe-container-simple.waiting-to-play .answer-container {
  visibility: hidden; }

.exe-container-simple .table-scroll-wrap[data-more-left]:before {
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%); }

.exe-container-simple .table-scroll-wrap[data-more-right]:after {
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0) 100%); }

@media screen and (max-width: 1023px) {
  .exe-container-simple .eke-fillgap-dnd .area-shadow {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
  .exe-container-simple .eke-fillgap-dnd .area-shadow[data-shadow-b] {
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); } }

.exe-start-mask {
  position: absolute;
  top: 5px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.exe-container-simple .exe-start-mask {
  background: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0)); }

.exe-container-simple.successful .exe-start-mask {
  opacity: 0;
  animation-name: maskFadeIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes maskFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.exe-start-button {
  background: rgba(68, 68, 68, 0.8);
  border-radius: 75px;
  width: 150px;
  height: 150px;
  padding: 0;
  cursor: pointer;
  border: none;
  color: #ffffff; }

.exe-start-button:hover,
.exe-start-button:active,
.exe-start-button:focus {
  background: #444444; }

.exe-controls-header {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.exe-container .exe-controls-header {
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #444444;
  color: white;
  font-weight: bold; }

@media (min-width: 1024px) {
  .exe-container .exe-controls-header {
    border-bottom-left-radius: 40px; } }

.exe-controls-header .exe-controls-cell {
  text-align: center;
  /* width: calc(100% / 3); */
  padding: 0 1rem;
  /* margin-right: 1rem !important; */ }

.exe-controls-header .exe-controls-cell:first-child {
  text-align: left; }

.exe-controls-header .exe-controls-cell:last-child {
  text-align: right; }

.exe-controls-header .exe-controls-cell:last-child > span {
  text-align: right; }

.exe-controls-header .exe-controls-cell:last-child .exe-controls-button {
  margin-right: unset;
  margin-left: 0.6rem; }

.exe-controls-header.exe-controls-countdown-active .exe-controls-cell:first-child,
.exe-controls-header.exe-controls-countdown-active .exe-controls-cell:last-child {
  flex: 1; }

/*
.exe-controls-header > * {
    margin-right: 1rem !important;
}
*/
.exe-controls-header .exe-controls-cell > span {
  display: inline-block;
  /*
    white-space: nowrap;
    padding-bottom: 1rem;
    flex: 1;
    */ }

.exe-controls-button {
  background: none;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  margin-right: .6rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  text-align: left; }

.exe-controls-button:hover,
.exe-controls-button:active,
.exe-controls-button:focus {
  background: none;
  border: none; }

.exe-controls-button i {
  display: inline-block;
  vertical-align: middle;
  padding: 0; }

.exe-controls-button.simple-style i {
  width: 100%;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.exe-controls-button:not(.simple-style) i {
  border-radius: 30px;
  width: 48px;
  height: 48px; }

.eke-controls-button-container {
  display: block; }

.exe-controls-check-button i {
  background: #83b14e url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_ellenorzes_1.svg") no-repeat center center/cover;
  border: 2px solid #90c356;
  box-shadow: 0 0 1px 2px #5c774a; }

.exe-controls-check-button:hover i {
  background-color: #5b5b5b; }

.exe-control-task-button i {
  background: #ff9a17 url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/uzenet.svg") no-repeat center center/cover;
  border: 2px solid #f3bd78;
  box-shadow: 0 0 1px 2px #e77428; }

.exe-control-task-button:hover i {
  background-color: #5b5b5b; }

.exe-controls-prew-question-button i {
  transform: scale(-1, 1);
  background: #83b14e url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_kovetkezo_1.svg") no-repeat center center/cover;
  border: 2px solid #90c356;
  box-shadow: 0 0 1px 2px #5c774a; }

.exe-controls-prew-question-button:hover i {
  background-color: #5b5b5b; }

.exe-controls-new-question-button i {
  background: #83b14e url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_kovetkezo_1.svg") no-repeat center center/cover;
  border: 2px solid #90c356;
  box-shadow: 0 0 1px 2px #5c774a; }

.exe-controls-new-question-button:hover i {
  background-color: #5b5b5b; }

.exe-controls-fullscreen-button,
.exe-controls-fullscreen-button:focus {
  background: #444444;
  padding: .5rem; }

.exe-controls-fullscreen-button:hover {
  background: #818181; }

.exe-controls-fullscreen-button:active {
  background: #818181; }

.exe-controls-reload-button i {
  background: #46bccc;
  border: 2px solid #a4d2d8;
  box-shadow: 0 0 1px 2px #0097a7; }

.exe-controls-reload-button:not(.exe-controls-start-button) i {
  background: #46bccc url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_ismetles_1.svg") no-repeat center center/cover;
  transition: transform 300ms; }

.exe-controls-reload-button:hover i {
  background-color: #5b5b5b; }

.exe-controls-reload-button:not(.exe-controls-start-button):hover i {
  transform: rotate(45deg); }

.exe-controls-button.simple-style {
  min-height: 100px;
  min-width: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 3.2rem;
  text-transform: uppercase;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center; }

.exe-controls-button.simple-style label {
  display: none; }

.exe-controls-countdown .circle-graph {
  width: 4rem;
  height: 4rem;
  background-color: #666; }

.exe-controls-countdown .circle-graph.gt-50 {
  background-color: #222; }

.exe-controls-countdown .circle-graph-progress {
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  clip: rect(0, 4rem, 4rem, 2rem); }

.exe-controls-countdown .circle-graph-progress .circle-graph-progress-fill {
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  clip: rect(0, 2rem, 4rem, 0);
  background: #222; }

.exe-controls-countdown .gt-50 .circle-graph-progress {
  clip: rect(0, 2rem, 4rem, 0); }

.exe-controls-countdown .gt-50 .circle-graph-progress .circle-graph-progress-fill {
  clip: rect(0, 4rem, 4rem, 2rem);
  background: #666; }

.exe-controls-countdown .circle-graph-percent {
  left: calc(50% - 3.5rem/2);
  top: calc(50% - 3.5rem/2);
  width: 3.5rem;
  height: 3.5rem;
  background: #444; }

.exe-controls-countdown .circle-graph-percent .circle-graph-percent-number {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: -2px; }

.exe-controls-countdown .circle-graph-percent-button {
  color: #ffffff; }

.exe-controls-countdown .circle-graph-percent-button i {
  border-radius: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px; }

.exe-controls-countdown .circle-graph-percent-button label {
  display: none; }

/*
.exe-controls-countdown .circle-graph-percent-button--play i {
    background: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_lejatszas_1.svg") no-repeat center center / cover;
}

.exe-controls-countdown .circle-graph-percent-button--pause i {
    background: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/of_szunet_1.svg") no-repeat center center / cover;
}
*/
.exe-socials {
  text-align: right; }

.exe-container-simple .exe-socials {
  display: none !important; }

.exe-socials-buttons {
  display: inline-block;
  background: #333333;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  min-height: 35px;
  min-width: 214px; }

.exe-socials .usr-like {
  opacity: unset;
  color: #ffffff;
  font-size: 12pt;
  cursor: pointer;
  background: #333333;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  padding: 5px 10px 7px 15px;
  border: 1px solid #000000;
  vertical-align: top; }

.exe-socials .usr-like span {
  vertical-align: middle; }

.exe-socials .usr-like.like {
  color: #ffffff;
  margin: 0 0 0 -15px;
  z-index: 20; }

.exe-socials .usr-like i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16pt; }

.exe-socials .usr-like.like:hover i,
.exe-socials .usr-like-activated.like i {
  color: #3385ff; }

.exe-socials .usr-like:hover {
  opacity: unset;
  background: #444444; }

.exe-socials .usr-like.favourite {
  margin: 0;
  z-index: 10;
  padding-right: 25px; }

.exe-socials .usr-like.collection {
  margin-left: -7px;
  z-index: 10;
  padding-right: 25px;
  text-align: left; }

.exe-socials .usr-like.favourite:hover i,
.exe-socials .usr-like-activated.favourite i {
  color: #4ab685; }

.exe-touch-img-rld {
  max-width: 45px !important;
  max-height: 45px !important;
  margin-bottom: 1rem !important; }

.exe-fullscreen-close {
  margin: 0rem 1rem !important;
  padding: .1rem .5rem !important; }

.exe-element-hidden {
  visibility: hidden; }

.exe-element-visible {
  visibility: visible; }

.exe-control-label {
  /* margin-left: .5rem; */
  /* width: 250px; */
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px; }

.exe-control-label img {
  margin-right: 10px; }

.exe-control-label.blue-icon::before, .exe-control-label.green-icon::before {
  position: unset;
  left: unset;
  top: unset; }

.eke-controls-label {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: .3rem;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.5; }

.eke-controls-img {
  width: 30px;
  height: 30px; }

.exe-controls-result-wrapper {
  position: absolute;
  bottom: 175px;
  left: 15px;
  right: 15px;
  z-index: 20;
  /*Z_INDEX_EXERCISE_POPUP + 2*/ }

/* @media (min-width: 1024px) {
    left: 30px;
    right: 30px;
} */
.exe-controls-result-wrapper .close-button {
  margin-top: 13px;
  color: #fff;
  font-size: 1em;
  font-weight: bold; }

.exe-controls-result-wrong .close-button {
  color: #333; }

.exe-controls-result-wrong .exe-control-container {
  flex-direction: column; }

.close-button > i {
  margin-right: 5px; }

.exe-controls-result {
  color: white;
  padding: 2rem 1rem 10px 1rem;
  font-weight: bold;
  /*border-top-left-radius:40px;
    border-bottom-left-radius:40px;*/
  box-shadow: 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
  max-height: 80%;
  overflow-y: auto;
  border-radius: 1rem;
  margin: 15px 0 25px 0;
  cursor: n-resize; }

.exe-result-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-bottom: 15px; }

.exe-result-button {
  border: none;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  outline: none;
  background: #3363AE;
  padding: 10px;
  border-radius: 0;
  margin-bottom: 5px; }

.exe-result-button-show-exe {
  border-radius: 15px !important; }

.exe-result-buttons-correct {
  margin-left: auto;
  margin-right: 0; }

.exe-result-button i {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle; }

.exe-result-button label {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  cursor: inherit; }

.exe-result-button:first-child {
  border-radius: 15px; }

.exe-result-button:last-child {
  border-radius: 15px; }

@media (min-width: 1024px) {
  .exe-result-buttons {
    width: unset;
    flex-direction: row; }
  .exe-result-button {
    display: inline-block; }
  .exe-result-button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .exe-result-button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }

.exe-result-button:nth-child(2n) {
  background: #0B3982; }

.exe-controls-result-correct {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #34aa5c;
  /* padding-bottom: 23px; */ }

.exe-controls-result-correct .exe-control-container {
  flex: 1; }

.exe-controls-result-wrong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #ffa300; }

.exe-controls-result-wrong .exe-control-label {
  color: #333; }

.exe-result-text {
  padding-left: 1rem; }

.exe-exam-result-link {
  color: #2ba6cb;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; <= Ezzel a feladatszerkesztőben elromlik a layout */
  line-height: 1.2em;
  max-height: 1.5em;
  padding: 3px 1rem;
  font-size: 100%;
  white-space: nowrap;
  clear: both; }

.exe-exam-result-link:hover {
  color: black;
  background-color: white; }

.exe-result-points {
  /* width: 100%; */
  margin-bottom: 20px;
  display: flex;
  align-items: center; }

.exe-result-points p {
  margin-bottom: 0; }

.exe-controls-result-wrong .exe-result-points p {
  color: #333 !important; }

.exe-result-points .badge {
  font-size: 1.25em;
  margin-left: 15px;
  background-color: #0B3982; }

.exe-result-links {
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  /* margin-top: 20px; */ }

.exe-result-links-item {
  display: block;
  max-width: 100%;
  overflow: hidden; }

.exe-result-links-item h3 {
  font-size: 16px;
  /* display: inline-block; */ }

.exe-result-link {
  color: white;
  display: flex;
  align-items: center;
  /*
    overflow: hidden;
    text-overflow: ellipsis;
    */
  /* white-space: nowrap; <= Ezzel a feladatszerkesztőben elromlik a layout */
  line-height: 1.5em;
  max-height: 2.3em;
  /* padding: 3px 2rem; */
  padding: 5px;
  /*font-size: 110%; */
  white-space: nowrap;
  clear: both;
  text-decoration: none;
  font-weight: bold; }

.exe-result-link i {
  margin-right: 5px; }

.exe-result-link:hover {
  color: black;
  background-color: white; }

.exe-result-link > span {
  overflow: hidden;
  text-overflow: ellipsis; }

.exe-result-link .link__class {
  display: none; }

@media (min-width: 1024px) {
  .exe-result-link .link__class {
    display: inline; } }

.exe-editor-result-link {
  color: black;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; <= Ezzel a feladatszerkesztőben elromlik a layout */
  line-height: 1.5em;
  max-height: 2em;
  padding: 3px 2rem;
  font-size: 110%;
  white-space: nowrap; }

.exe-editor-result-link:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1); }

.exe-editor-result-link:hover {
  color: white;
  background-color: #2bb473; }

.exe-test-controls {
  padding: 4px;
  background: repeating-linear-gradient(45deg, white, white 10px, #ffffb4 10px, #ffffb4 20px); }

.exe-image {
  max-width: 40px;
  max-height: 40px; }

.exe-main-audio {
  width: 100%; }

.exe-zoom-icon {
  max-width: 30px;
  max-height: 30px; }

.exe-sound-icon-play {
  margin: 5px !important; }

@media (max-width: 1023px) {
  .exe-zoom-icon {
    max-width: 15px;
    max-height: 15px; } }

.exe-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0% !important;
  padding: 0% !important;
  z-index: 9999;
  /* Z_INDEX_EXERCISE_FULLSCREEN */
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(10, 10, 10, 0.45); }

.exe-container .exe-container-fullscreen-div {
  height: 100%;
  box-shadow: 0px 20px 20px -10px #333333; }

/* ------- Exercise engines global styles -------- */
.exe-container .exe-engine {
  border-style: solid;
  border-color: #444444;
  border-width: 5px 10px 10px 10px;
  background-size: cover;
  background-position: center;
  background-color: white;
  min-height: 300px; }

/*
@media (min-width: 1024px) {
    .exe-engine {
        border-width: 5px 15px 15px 15px;
    }
}
*/
.exe-container-fullscreen-div:not(.exe-container-simple) .exe-engine {
  height: calc(100vh - 169px);
  overflow-y: auto; }

.exe-container-fullscreen-div.exe-container-simple .exe-engine {
  height: calc(100vh - 175px);
  overflow-y: auto; }

.exe-container-fullscreen-div:not(.exe-container-simple) .exe-controls-cell {
  height: 55px; }

.exerciseList-maincomponent .exe-fullscreen .exe-engine {
  height: calc(100vh - 184px); }

.exe-container-simple .exe-engine {
  padding: 15px;
  background-size: cover;
  min-height: 100%;
  /*60vh;*/
  display: flex;
  flex-direction: column;
  height: 100%; }

.exe-container-simple .exe-description {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  text-align: center;
  border-radius: 0.3vw;
  border: 2px solid #c5c5c5; }

/* .exe-engine p{
    background: rgba(255, 255, 255, 0.8);
    padding: 2%;
    text-align: center;
    border-radius: 0.3vw;
    /* border: 2px solid rgb(161, 161, 161);  
    overflow-wrap: break-word;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5)
} */
.exe-container .exe-engine .exe-description {
  background: rgba(255, 255, 255, 0.8);
  padding: 2%;
  text-align: center;
  border-radius: 0.3vw;
  /*border: 2px solid rgb(161, 161, 161); */
  overflow-wrap: break-word;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: auto;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin: 17px 15px 15px 15px;
  max-height: calc(100vh * 0.3); }

.exe-engine-audio {
  width: 100%; }

.exe-engine-illustration {
  max-height: 200px;
  border-radius: 0.3vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%; }

.exe-engine-subquestion-sound {
  width: 100%; }

.exe-engine .answer-div {
  padding: 2px 5px;
  border-radius: .25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.44);
  margin: 5px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  border: 5px solid transparent; }

.exe-engine .answer-div.dropped {
  margin: 0 auto; }

/* Engince checker helpers */
.exe-engine .exe-content .eke-engine-checked-bg {
  background-color: orange;
  border-color: #85611e;
  color: #000000; }

.exe-engine .exe-content .eke-engine-show-correct-highlight {
  border-color: #348034;
  border-width: 3px; }

.exe-engine .exe-content .exe-engine-correct-bg {
  background-color: #348034;
  border-color: #348034;
  color: #ffffff; }

.exe-engine .exe-content .eke-engine-show-correct-bg {
  background-color: #348034;
  border-color: #348034;
  color: #ffffff; }

.exe-engine .exe-content .exe-engine-wrong-bg {
  background-color: #d13434;
  border-color: #d13434;
  color: #ffffff; }

.exe-engine .exe-content .exe-engine-check-correct {
  border-color: #348034; }

.exe-engine .exe-content .exe-engine-check-wrong {
  border-color: #d13434; }

.exe-engine .placeholder-div {
  pointer-events: none;
  box-shadow: none !important;
  border-color: transparent !important;
  color: transparent !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-clip: padding-box; }

.exe-engine .placeholder-div img {
  visibility: hidden !important; }

.exe-engine [data-simplemode="true"] .placeholder-div .exe-image-wrap {
  background-color: rgba(221, 221, 221, 0.1) !important; }

.exe-engine .aria-live {
  transform: scale(0);
  height: 0; }

.exe-engine .aria-drag-button {
  position: absolute;
  right: 0;
  bottom: 0;
  /*
    background: #000000;
    width: 5px;
    height: 5px;
    */
  transform: scale(0);
  overflow: hidden; }

.exe-engine .droparea-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  list-style: none;
  /* text-transform: capitalize; */
  z-index: 100; }

.exe-engine .droparea-dropdown li {
  border: none;
  padding: 5px; }

.exe-engine .droparea-dropdown li:hover, .exe-engine .droparea-dropdown li:focus {
  background: rgba(0, 0, 0, 0.1); }

.exe-engine-play-sound {
  padding-right: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer; }

.exe-image-wrap {
  position: relative;
  margin: auto;
  display: table;
  /* background-color: rgba(255, 255, 255, 0.8); OFI-Ticket#2018100171000018 -  általános hiba - képátlátszóság*/
  background-color: transparent; }

.exe-image-wrap a > img {
  position: absolute;
  bottom: 0;
  right: 0;
  /* height: 0;
    width: 0;*/ }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.exe-modal-parent {
  position: relative; }

.exe-modal-parent .reveal-overlay {
  position: absolute; }

.exe-modal-parent .reveal {
  position: relative; }

.exe-wrapper ul li::before {
  display: none; }

/*  Level icons */
.exe-container-level-div {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  display: inline-block; }

.exe-level-circle {
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  margin: 3px;
  display: inline-block; }

.exe-header .c1,
.exe-header-lowgrade .c1 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_1.svg"); }

.exe-header .c2,
.c3,
.c4,
.c5,
.exe-header-lowgrade .c2,
.c3,
.c4,
.c5 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_ures.svg"); }

.exe-progress {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
  background: #444444; }

.exe-container-simple .exe-progress {
  padding: 2px;
  background: #e6e6e6; }

.exe-progress .progress-meter {
  border-radius: 0;
  background: #888888; }

.exe-container-simple .exe-progress .progress-meter {
  border-radius: 20px;
  background: #888888; }

.exe-earned-points {
  position: absolute;
  right: 0;
  top: 0;
  background: #444444;
  border-bottom-left-radius: 50px;
  color: #ffffff;
  padding: 0 20px 1px 25px;
  font-weight: bold;
  font-size: 16pt;
  z-index: 10; }

.exe-container-level-2 .c2,
.exe-container-level-3 .c2,
.exe-container-level-4 .c2,
.exe-container-level-5 .c2 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_2.svg"); }

.exe-container-level-3 .c3,
.exe-container-level-4 .c3,
.exe-container-level-5 .c3 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_3.svg"); }

.exe-container-level-4 .c4,
.exe-container-level-5 .c4 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_4.svg"); }

.exe-container-level-5 .c5 {
  background-image: url("/img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/nehezseg_5.svg"); }

.exe-container-messagebox-mask {
  position: absolute;
  top: 5px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6); }

.exe-container-simple .exe-container-messagebox-mask {
  background: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0)); }

.exe-container-replay-mask {
  position: absolute;
  top: 5px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.exe-container-messagebox-header {
  /* ez arra kell hogy renderelje ki normálisan a message box contentet és ne tűnjön el scrollozáskor */
  overflow: initial !important; }

.exe-container-messagebox {
  border-radius: 0.3vw;
  box-shadow: 0 2px 34px rgba(0, 0, 0, 0.24);
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 50px;
  overflow: auto;
  z-index: 11;
  /* Z_INDEX_EXERCISE_POPUP */ }

.exe-container-messagebox-small {
  top: unset;
  bottom: unset;
  margin: 20px auto;
  width: 90%;
  max-height: 80%;
  font-size: 14px;
  display: flex;
  flex-direction: column; }

@media (min-width: 1024px) {
  .exe-container-messagebox-small {
    width: 70%; } }

.exe-container-messagebox-title {
  background: #444;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.exe-container-messagebox-close {
  color: rgba(255, 255, 255, 0.8); }

.exe-container-messagebox-close:hover {
  color: white; }

.exe-container-messagebox-content {
  padding: 1rem;
  overflow: auto; }

.exe-container-messagebox-result {
  padding: 1rem 1rem 0.5rem 1rem;
  background: #4dd0e1;
  display: flex;
  color: #fff;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  font-size: 1rem; }

.exe-container-messagebox-result .score-title {
  margin-right: 5px; }

.exe-container-messagebox-result .score {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; }

.exe-editor-fullscreen-tab {
  width: 100%; }

.exe-editor-panel-flex {
  display: flex; }

.exe-editor-panel-padding {
  padding: 1em; }

.exe-editor-icons {
  width: 30px;
  margin-right: 5px; }

/* Table scroll gradients */
.table-scroll-wrap {
  position: relative; }

.table-scroll-wrap[data-more-left]:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 20px;
  width: 10px;
  height: 100%;
  /* background: linear-gradient(to right, rgba(125,125,125,1) 10%,rgba(125,125,125,0) 100%); */
  background: linear-gradient(to right, #caf5b9 10%, rgba(202, 245, 185, 0) 100%); }

.table-scroll-wrap[data-more-right]:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 20px;
  width: 15px;
  height: 100%;
  /* background: linear-gradient(to left, rgba(125,125,125,1) 10%,rgba(125,125,125,0) 100%); */
  background: linear-gradient(to left, #caf5b9 10%, rgba(202, 245, 185, 0) 100%); }

.exercise-tip {
  max-width: 80% !important; }

.blue-icon::before {
  content: "!";
  /* background: url(../img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/megoldas_hibas_alert_1.svg) no-repeat; */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #3363AE;
  color: #fff;
  margin: 0 10px 0 0;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  top: 38px;
  left: 20px;
  font-size: xx-large;
  text-align: center;
  justify-content: center;
  align-items: center; }

.green-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  /* background: url(../img/IKON_SET/FELADATMOTOR/KONTENER_GOMBOK/vegleges/megoldas_hibas_alert_1.svg) no-repeat; */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #006252;
  color: #fff;
  margin: 0 10px 0 0;
  display: flex;
  flex-shrink: 0;
  position: absolute;
  top: 38px;
  left: 20px;
  font-size: x-large;
  text-align: center;
  align-items: center;
  justify-content: center; }

.exe-control-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px; }

.exe-control-container > * {
  margin-left: 20px; }

@media (max-width: 1023px) {
  .exe-control-container {
    /* margin-bottom: 30px; */ } }

.exe-sni-result-wrapper {
  background: #fff;
  color: #000;
  overflow: hidden; }

.sni-congrats {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 250px;
  line-height: 1;
  margin: 0 auto;
  z-index: 11;
  background: white;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.5); }

.sni-congrats-title {
  transform-origin: 50% 50%;
  font-size: 60px;
  font-family: 'Sigmar One', cursive;
  cursor: pointer;
  z-index: 13;
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  user-select: none;
  -webkit-user-select: none; }

.sni-congrats-image {
  transform-origin: 50% 50%;
  z-index: 13;
  width: 250px; }

.particle {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 12;
  font-size: 30px;
  /* display: none;	 */ }

.star {
  color: #ffcc00; }

.blob {
  background: #d5f2ff;
  background: rgba(255, 204, 0, 0.25);
  border-radius: 50%;
  display: block; }
