@charset "UTF-8";
@font-face {
  font-family: "IbarraRealNovaItalic";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-Italic.ttf");
}
@font-face {
  font-family: "IbarraRealNova";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-Regular.ttf");
}
@font-face {
  font-family: "IbarraRealNovaBold";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-Bold.ttf");
}
@font-face {
  font-family: "IbarraRealNovaBoldItalic";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-BoldItalic.ttf");
}
@font-face {
  font-family: "IbarraRealNovaMedium";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-Medium.ttf");
}
@font-face {
  font-family: "IbarraRealNovaMediumItalic";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-MediumItalic.ttf");
}
@font-face {
  font-family: "IbarraRealNovaSemiBold";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-SemiBold.ttf");
}
@font-face {
  font-family: "IbarraRealNovaSemiBoldItalic";
  src: url("../fonts/IbarraRealNova/IbarraRealNova-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSansBoldItalic";
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.ttf");
}
@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "OpenSansExtraBoldItalic";
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "OpenSansItalic";
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSansSemiBoldItalic";
  src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf");
}
/* foundation sizes */
/* Small only */
/* Medium only */
/* Large only */
/* helper class */
@media screen and (max-width: 74.99875em) {
  .show-for-large-up {
    display: none !important;
  }
}
@media print, screen and (min-width: 74.99875em) {
  .hide-for-large-up {
    display: none !important;
  }
}
@font-face {
  font-family: "EXOBold";
  src: url("../fonts/Exo/Exo-Bold.ttf");
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: lighter;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "BloggerSans";
  src: url("../fonts/BloggerSans/BloggerSans.ttf");
}
@font-face {
  font-family: "BloggerSansBold";
  src: url("../fonts/BloggerSans/BloggerSans-Bold.ttf");
}
@font-face {
  font-family: "ClanPro";
  src: url("../fonts/ClanPro/ClanProBlack.ttf");
}
@font-face {
  font-family: "ClanProBold";
  src: url("../fonts/ClanPro/ClanProBold.ttf");
}
/* button colors */
/* site config */
/* classroom / shared items*/
/***********
* Foundation fix
*/
html,
body {
  min-height: 100%;
}

html.is-reveal-open {
  overflow-y: visible;
}

.button.success, .button.success:focus {
  background-color: #2BB472;
  color: #000;
}
.button.success:hover {
  background-color: #4BC58A;
  color: #000;
}
.button.success:disabled {
  color: #000;
}

.button.alert {
  background-color: #FF6F3D;
  color: #000;
}

.button.alert:hover {
  background-color: #FF8961;
  color: #000;
}

.button-group.drop-shadow {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
}

.callout.primary, .callout.button.primary[disabled], .callout.button.primary:active, .callout.button.primary:focus {
  background-color: #f2f2f2;
}

.label {
  border: 1px dashed;
  font-weight: normal !important;
}
.label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f02b";
  margin-right: 3px;
}
.label.clear::before {
  content: "";
}

button.label {
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .small-12 > .text-right {
    text-align: left;
  }
}

.button + .text-right-middle {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
}

/***********
* Main content
*/
.skip-to-content {
  position: fixed;
  top: -5em;
  left: calc(50% - 7em);
  width: 14em;
  text-align: center;
  display: block;
  background-color: #349A6B;
  color: #fff;
  padding: 1em 0;
  z-index: 900;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: top 0.3s ease-out;
}
.skip-to-content:focus-visible {
  top: 0;
}
.skip-to-content:focus {
  color: #fff;
}

#eke-app {
  min-height: 400px;
  padding-top: 74px;
  height: 100vh;
}
#eke-app:focus {
  outline: none;
}
@media screen and (max-width: 39.9375em) {
  #eke-app {
    padding-top: 0px;
  }
}

.admin > .row {
  width: 100%;
}

.eke-main-wrapper {
  height: 100%;
  /*display: flex;
  flex-direction: column;*/
  position: relative;
}

.eke-content-wrapper {
  flex: 1;
  position: relative;
}
.eke-content-wrapper .eke-content-wrapper {
  position: unset;
}
.eke-content-wrapper.admin {
  height: 100%;
}

.content-wrapper {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /*margin-right: 80px;
  margin-left: 80px;*/
  height: 100%;
  width: 100%;
}

.section {
  padding: 1rem auto;
}
.section .title {
  margin: 2rem 0;
  font-size: 2.5rem;
}

.eke-view-row-expanded {
  height: 100%;
}

/*
Secondary bar
*/
.secondary-bar {
  background-color: #4BC58A;
  color: #000;
  padding-top: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/***********
* Main page 
*/
.eke-home__title {
  font-family: "BloggerSans", "OpenSans", sans-serif;
  padding: 1rem 0 0.5rem;
  font-size: 1.5rem;
  text-align: left;
}

.eke-home__button {
  display: inline-block;
  vertical-align: top;
  border-top: 15px solid;
  padding: 10px;
}
.eke-home__button img {
  width: 130px;
  height: 130px;
}
.eke-home__button .caption {
  color: #000;
  font-size: 0.95rem;
  text-align: justify;
  padding: 10px 15px;
  margin-top: 10px;
}
.eke-home__button.eke-books_button {
  border-color: #4ab685;
}
.eke-home__button.eke-books_button:hover .caption {
  color: #fff;
  background-color: #4ab685;
}
.eke-home__button.eke-search_button {
  border-color: #2fa3d2;
}
.eke-home__button.eke-search_button:hover .caption {
  color: #fff;
  background-color: #2fa3d2;
}
.eke-home__button.eke-media_button {
  border-color: #d80001;
}
.eke-home__button.eke-media_button:hover .caption {
  color: #fff;
  background-color: #d80001;
}
.eke-home__button.eke-exe_button {
  border-color: #751d5a;
}
.eke-home__button.eke-exe_button:hover .caption {
  color: #fff;
  background-color: #751d5a;
}

/* from styles */
.form label {
  font-weight: bold;
}

/* reveal */
.reveal-overlay {
  z-index: 900;
}

.reveal-overlay.exe-reveal {
  visibility: hidden;
  transform: translate(-100%, -100%);
}
.reveal-overlay.exe-reveal[style=""] {
  visibility: visible;
  transform: none;
}
.reveal-overlay.exe-reveal:not([style="display: none;"]) {
  display: block !important;
}
.reveal-overlay.exe-reveal .reveal {
  display: block;
}

/* badge */
.badge {
  background-color: #094C77;
}

/* bubble loader */
.loading-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading-wrapper .callout {
  text-align: center;
  min-width: 145px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.loading-wrapper .callout .LdQrm {
  margin: 40px auto;
}

.LdQrm {
  color: #2BB472 !important;
}

/* Csak erős idegzetűeknek layer a videók elé */
.not-for-weak-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
  font-size: x-large;
  background: black;
  color: white;
}

/* helper class */
.hide-in-book {
  display: none;
}

.stretched {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.editor-sidebar .stretched.react-tabs__tab-panel {
  max-width: 95vw;
}

.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  left: 0;
  max-width: 100% !important;
  right: 0;
  margin-bottom: 0 !important;
  z-index: 1000;
  overflow: auto;
}

.util-height-100 {
  height: 100%;
}

/* Media */
.eke-video-rightvideoContainer h2 {
  font-size: 1.5rem;
}

/* Social block */
.like-block {
  display: flex;
}

.temp-error {
  position: relative;
  top: 0px;
}
.temp-error span {
  padding: 0 1.25rem !important;
}
.temp-error span:before {
  position: absolute;
  background-color: red;
  top: 7px;
  left: 21px;
  content: "";
  height: 2px;
  width: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.1);
  animation: pulse 6s infinite;
}
.temp-error span:after {
  position: absolute;
  background-color: red;
  top: 7px;
  right: 21px;
  content: "";
  height: 2px;
  width: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.2);
  animation: pulse 6s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  15% {
    -moz-box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
  }
  30% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
}
.iseeyou {
  position: fixed;
  font-size: 100vh;
  bottom: 0;
  transform: translate(-50%, 110%);
  color: rgba(255, 35, 182, 0.514);
  -webkit-background-clip: text;
  z-index: 100000;
}

a.meow:focus .iseeyou,
a.meow:active .iseeyou {
  transform: translate(-50%, 0%);
  transition: 0.5s ease-in-out;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .shrink-medium {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.eke-exercisetile-contentdiv {
  font-size: 1rem;
}

.exe-result-count {
  font-size: 1.6rem;
}

.pagination h2 {
  display: inline-block;
  font-size: unset !important;
  margin: 2px;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.button-group .button.upload-button,
.button-group .button.new-folder-button {
  margin-bottom: 8px !important;
}

table table thead,
table table tbody,
table.unstriped table thead,
table.unstriped table tbody {
  border-color: #b3bfc4;
}
table table thead tr,
table table tbody tr,
table.unstriped table thead tr,
table.unstriped table tbody tr {
  border-bottom: 1px solid #b3bfc4;
}

.ReactTable {
  z-index: 0;
}
.ReactTable .rt-thead {
  font-weight: bold;
}
.ReactTable .rt-td .cell-btn {
  padding: 2px;
  margin-left: 3px;
}
.ReactTable .rt-td.actions button {
  margin-left: 5px;
}
.ReactTable.compressed .rt-table .rt-thead.-header {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.ReactTable.compressed .rt-table .rt-thead.-filters {
  position: sticky;
  top: 22px;
  background-color: #fff;
}
.ReactTable.compressed .rt-table .rt-tbody {
  overflow: visible;
}
.ReactTable.compressed .rt-table .rt-thead .rt-th,
.ReactTable.compressed .rt-table .rt-th,
.ReactTable.compressed .rt-table .rt-td {
  padding: 2px;
}
.ReactTable.compressed .rt-table input {
  height: 1.5rem;
  font-size: 0.85rem;
  flex: 1;
}
.ReactTable.compressed .rt-table select {
  padding: 2px 1.5rem 2px 5px;
  height: 1.5rem;
  font-size: 0.75rem;
  flex: 1;
}

.exercise-results-subcomponent {
  box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
  background-color: white;
  padding: 10px;
}

.rc-tree-node-selected {
  height: 100%;
}

.rc-tree li .rc-tree-node-content-wrapper {
  height: unset !important;
}

.alert-text {
  color: #F7470A;
  font-size: 0.75rem;
}

.alert-box {
  padding: 1rem;
  background-color: #ffe6e6;
  margin-bottom: 1rem;
  border: 1px solid #F7470A;
}
.alert-box ul {
  margin-bottom: 0;
}

.info-text {
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0 0.5rem;
}

.notification-center {
  height: 40px;
  display: block;
}
.notification-center h6 {
  height: 100%;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2BB472;
}

/** input rules **/
.column.required input[text],
.column.required select {
  border: 1px solid red;
}

input.validation-error {
  border: 1px solid red;
}

select.validation-error {
  border: 1px solid red;
}

.validation-error input,
.validation-error select {
  border: 1px solid red;
}
.validation-error input[type=checkbox] {
  outline: 1px solid red;
}

html {
  font-size: 100%;
}

body {
  font-family: "OpenSans", sans-serif;
}
@media screen and (max-width: 39.9375em) {
  body {
    padding-top: 40px;
  }
}

a,
.breadcrumbs a {
  color: #094C77;
}

h1,
h2,
h3,
h4 {
  font-family: "OpenSans", sans-serif;
}
h1.title,
h2.title,
h3.title,
h4.title {
  font-family: "BloggerSans", "OpenSans", sans-serif;
  font-size: 1.5rem;
}
h1.sub,
h2.sub,
h3.sub,
h4.sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

h4 {
  font-weight: bold;
}

img.icon {
  max-width: 2.5rem;
}
img.thumb {
  max-width: 100%;
}

select {
  font-size: 0.9rem;
}

.shortcut {
  display: none;
}

/***********
* Header
*/
.eke-top-bar__site-name {
  /*display: "inline-flex";
  flex-direction: "column";
  max-width: "170px"; */
  color: #000;
  font-size: 0.9rem;
  position: fixed;
  display: block;
  right: -70px;
  top: 66px;
  padding: 10px 0;
  width: 310px;
  text-align: center;
  z-index: 1000;
  background-color: yellow;
  transform: rotate(45deg);
  border: 3px dashed #000;
  max-width: unset;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.eke-top-bar__site-name {
  padding-left: 1em;
}

@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper {
    position: fixed;
    z-index: -10;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.6s;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper.open {
    transition: 0.6s;
    display: block;
    opacity: 1;
    z-index: 9999;
  }
}

.main-menu-bar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 850;
  background-color: #eee;
  transition: linear 0.5s;
  /* fő menü ikonok */
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar {
    width: 315px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: -315px;
    bottom: 0;
    overflow: scroll;
    transition: 0.6s;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar.open {
    transition: 0.6s;
    left: 0;
  }
}
.main-menu-bar.slide {
  position: fixed;
  transform: translateY(-135px);
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar.slide {
    transition: inherit;
    transform: translateY(0px);
    position: inherit;
  }
}
.main-menu-bar .eke-top-bar {
  padding: 0;
  background-color: #203138;
  color: #eee;
  border-bottom: 10px solid #4c7484;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-top-bar {
    display: block;
  }
}
.main-menu-bar .eke-top-bar a {
  color: #eee;
}
.main-menu-bar .eke-top-bar a:focus {
  color: #4BC58A;
}
.main-menu-bar .eke-top-bar .top-bar-left {
  display: flex;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-top-bar .top-bar-left {
    flex-direction: column;
  }
}
.main-menu-bar .eke-top-bar .top-bar-left .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  /*
  &:focus {
      color: $primary-color-light;
  }
  */
}
.main-menu-bar .eke-top-bar .top-bar-left .top-bar__link:hover {
  color: #4BC58A;
  background-color: transparent;
}
@media screen and (min-width: 40em) {
  .main-menu-bar .eke-top-bar .top-bar-left .top-bar__link:hover:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #2d444e;
  }
}
.main-menu-bar .eke-top-bar .top-bar-left .top-bar__link.eke-top-bar-active {
  color: #4BC58A;
}
.main-menu-bar .eke-top-bar .top-bar-left .top-bar__link.eke-top-bar-active:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #4BC58A;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-top-bar .top-bar-left .top-bar__link.eke-top-bar-active:after {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .main-menu-bar .eke-top-bar .top-bar-left .top-bar__link.eke-top-bar-active.eke-header-media-btn:after {
    background-color: #203138;
  }
}
.main-menu-bar .eke-top-bar .menu > a,
.main-menu-bar .eke-top-bar .menu a > a,
.main-menu-bar .eke-top-bar .menu li > a {
  padding: 0.6rem 1rem 0.6rem 1rem;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-menu-bar .eke-top-bar .menu .title,
.main-menu-bar .eke-top-bar .menu a .title,
.main-menu-bar .eke-top-bar .menu li .title {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-menu-bar .eke-top-bar .menu .menu-title,
.main-menu-bar .eke-top-bar .menu a .menu-title,
.main-menu-bar .eke-top-bar .menu li .menu-title {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-menu-bar .eke-top-bar .menu .eke-submenu .title,
.main-menu-bar .eke-top-bar .menu a .eke-submenu .title,
.main-menu-bar .eke-top-bar .menu li .eke-submenu .title {
    display: flex;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-top-bar .menu,
.main-menu-bar .eke-top-bar .menu a,
.main-menu-bar .eke-top-bar .menu li {
    width: 100%;
  }
}
.main-menu-bar .eke-top-bar.menu-text {
  padding: 0;
}
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
  padding: 0 !important;
  margin: auto 0 !important;
}
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo img {
  height: 1.75em;
  padding-left: 1em;
}
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover {
  background-color: transparent;
}
.main-menu-bar .eke-top-bar ul {
  flex-wrap: nowrap;
  background-color: #203138;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-top-bar ul {
    flex-direction: column;
  }
}
.main-menu-bar .eke-top-bar ul a {
  transition: border-color 0.1s ease-in-out;
  color: #eee;
}
.main-menu-bar .eke-top-bar ul a:hover {
  background-color: #eee;
  color: #333;
}
.main-menu-bar .eke-top-bar .eke-notifications-pane ul {
  display: block;
}
.main-menu-bar .eke-top-bar .mobile-menu-icon {
  display: none;
}
.main-menu-bar .eke-header-icons {
  padding: 2px 0;
  margin: 0%;
  height: 45px;
  width: 45px;
  margin-right: 6px;
}
.main-menu-bar .eke-submenu {
  min-width: 20em;
  border: 1px solid #cacaca;
  position: absolute;
  z-index: 1;
}
.main-menu-bar .eke-submenu ul {
  flex-direction: column;
}
.main-menu-bar .eke-submenu a {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-submenu {
    position: relative;
    flex: 1;
    min-width: auto;
  }
}
.main-menu-bar .menuitem {
  /*height: $header-height;*/
  max-height: 64px;
}
.main-menu-bar .menuitem.has-submenu .submenu-title {
  display: flex;
}
.main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
  padding: 15px;
}
.main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
@media screen and (min-width: 40em) {
  .main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
    padding: 0px;
  }
}
.main-menu-bar .eke-user-menu {
  display: flex;
  align-items: center;
}
.main-menu-bar .eke-user-menu .menu-item {
  padding: 0.7em;
  cursor: pointer;
  color: #fff;
  height: 64px;
}
.main-menu-bar .eke-user-menu .menu-item:hover i, .main-menu-bar .eke-user-menu .menu-item:focus i {
  color: #4BC58A;
}
.main-menu-bar .eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative;
}
.main-menu-bar .eke-user-menu .dropdown.menu.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #333;
}
.main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu {
  right: 0;
}
.main-menu-bar .eke-user-menu .dropdown.menu > li {
  padding: 0px;
  min-width: 15em;
  max-width: 16em;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
    max-width: unset;
    padding: 5px;
  }
}
@media (max-width: 63.9375em) {
  .main-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
  }
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
  line-height: 27px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin: 5px;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-bar .eke-user-menu .dropdown.menu > li > a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
    margin: 0;
  }
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a {
  width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name {
    font-weight: normal;
    display: none;
  }
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 10px;
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after {
  display: none;
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu {
  position: absolute;
  min-width: unset;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-menu-bar .eke-user-menu .dropdown.menu > li > a::before,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::before {
    content: "\e91f";
    font-family: "nkp-admin" !important;
    font-weight: normal;
  }
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a::after {
  border-color: #fff transparent transparent;
}
.main-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after, .main-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after {
  border-color: #6f6f6f transparent transparent;
}
.main-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #333;
}
.main-menu-bar .eke-user-menu .lang-selector {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-bar .eke-user-menu .lang-selector li:focus-visible a {
  color: #4BC58A;
}
.main-menu-bar .eke-user-menu .lang-selector .select-header {
  position: relative;
}
.main-menu-bar .eke-user-menu .lang-selector .select-header a {
  padding-right: 30px;
  border: 0;
}
.main-menu-bar .eke-user-menu .lang-selector .select-header a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0ac";
  margin-right: 0.5rem;
}
.main-menu-bar .eke-user-menu .lang-selector .select-header::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 10px;
  left: auto;
}
.main-menu-bar .eke-user-menu .lang-selector .lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.main-menu-bar .eke-submenu .select-menu {
  position: relative;
  border: 0;
  padding: 0;
}
.main-menu-bar .eke-submenu .select-menu .select-item a.lang {
  padding-left: 2.5rem;
}
.main-menu-bar .eke-book-menu {
  /* Fejléc "Okostankönyvek" almenühöz, nem kell a kék háromszög */
  /* Fejléc "Okostankönyvek" menü, ráállva ne legyen kék a szöveg színe */
}
.main-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.main-menu-bar .eke-book-menu.is-active > a {
  color: #eee;
}
.main-menu-bar .eke-book-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.main-menu-bar .eke-book-menu .eke-submenu {
  z-index: 551;
}
.main-menu-bar .eke-search-menu {
  /* Fejléc "kereső" almenühöz, nem kell a kék háromszög */
  /* Fejléc "kereső" menü, ráállva ne legyen kék a szöveg színe */
}
.main-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.main-menu-bar .eke-search-menu.is-active > a {
  color: #eee;
}
.main-menu-bar .eke-search-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.main-menu-bar .eke-search-menu .eke-submenu {
  z-index: 551;
}
.main-menu-bar .eke-header-book-btn .top-bar__link:hover > img {
  content: url("/img/IKON_SET/TOPBAR/new/okostankonyv_aktiv.svg");
}
.main-menu-bar .eke-header-search-btn .top-bar__link:hover > img {
  content: url("/img/IKON_SET/TOPBAR/new/kereso_aktiv.svg");
}
.main-menu-bar .eke-header-media-btn:hover > img {
  content: url("/img/IKON_SET/TOPBAR/new/mediatar_aktiv.svg");
}
.main-menu-bar .eke-header-exercise-btn:hover > img {
  content: url("/img/IKON_SET/TOPBAR/new/feladattar_aktiv.svg");
}
.main-menu-bar .eke-header-dashboard-btn:hover > img {
  content: url("/img/IKON_SET/TOPBAR/new/dashboard_aktiv.svg");
}

/* mobile header menu bar */
@media screen and (max-width: 39.9375em) {
  .mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #203138;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar img {
    height: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar .mobile-menu-icon i {
    display: block;
    width: auto;
    height: 38px;
    font-size: 27px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar .mobile-menu-icon {
    position: absolute;
    z-index: 10;
    left: 10px;
  }
}

.mobile-bar .menu-item {
  position: absolute;
  right: 15px;
  color: #fff;
}

/* notifications */
.eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative;
}

.mobile-bar .eke-notifications {
  position: absolute;
  right: 45px;
}

.eke-notifications i {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.eke-notifications.active .counter {
  visibility: visible;
}
.eke-notifications.hover i, .eke-notifications.active i {
  color: rgb(255, 255, 255);
}
.eke-notifications .counter {
  visibility: hidden;
  color: #333;
  font-size: 0.7rem;
  position: absolute;
  font-weight: bold;
  border: 1px solid #203138;
  padding: 0 0.3rem;
  background-color: red;
  right: 2px;
  border-radius: 5px;
  top: 15px;
}
@media (max-width: 639px) {
  .eke-notifications .counter {
    right: 7px;
    top: -5px;
  }
}

.eke-notifications-pane {
  background-color: #eee;
  padding: 0;
  font-size: 0.9rem;
  border: 1px solid silver;
  color: #333;
  -webkit-box-shadow: 0 1px 2px #cacaca;
  -moz-box-shadow: 0 1px 2px #cacaca;
  box-shadow: 0 1px 2px #cacaca;
  z-index: 850;
  overflow: auto;
  width: 400px;
}
.eke-notifications-pane::before {
  position: absolute;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
  content: "";
  top: -10px;
  right: 8px;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #eee transparent;
}
.eke-notifications-pane ul {
  list-style: none;
  margin: 0;
  background-color: #eee;
}
.main-menu-bar .eke-notifications-pane ul {
  background-color: #eee;
}
.eke-notifications-pane ul li {
  border-top: 1px solid silver;
  color: #333;
  width: 100%;
}
.eke-notifications-pane ul li .row {
  padding-right: 0;
  padding-left: 0;
}
.eke-notifications-pane ul li .row .column {
  padding-right: 0;
  padding-left: 0;
}
.eke-notifications-pane ul li.new {
  font-weight: bold;
  background-color: #dedede;
}
.eke-notifications-pane ul li.new a {
  font-weight: bold;
}
.eke-notifications-pane ul li .content {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
}
.eke-notifications-pane ul li .unseen-content {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  font-weight: bold;
}
.eke-notifications-pane ul li .unseen-content i {
  color: #69b6d5;
}
.eke-notifications-pane ul li .delete-notification i {
  font-size: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.eke-notifications-pane ul li a {
  padding: 0.4rem;
  color: #333;
  display: flex;
  align-items: center;
  outline: none;
  background-color: transparent;
}
.main-menu-bar .eke-notifications-pane ul li a {
  color: #333;
}
.eke-notifications-pane ul li a:hover {
  background-color: #fafafa;
}
.eke-notifications-pane h3.notifications-pane-title {
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.4rem;
  margin: 0;
}
.eke-notifications-pane .todo-count {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.eke-notifications-pane .todo {
  flex: 1;
}
.eke-notifications-pane .site-announce {
  width: 100%;
  height: 10em;
  color: black;
  font-weight: bold;
}
.eke-notifications-pane .site-announce > i {
  background-color: red;
  color: white;
  padding: 0.2em;
  margin: 0.2em;
  border-radius: 50%;
  font-size: 1.5em;
}
.eke-notifications-pane .site-announce > small {
  color: gray;
}

.mobile-bar .eke-notifications-pane {
  width: 100%;
  left: 0;
  right: 0;
}

/*functions menu*/
.functions-menu {
  width: 364px;
  margin: 2rem auto 0;
}
.functions-menu::before {
  position: absolute;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
  content: "";
  top: -10px;
  right: 8px;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #fff transparent;
}
.functions-menu .functions-list {
  display: flex;
  flex-wrap: wrap;
}
.functions-menu .functions-list .function {
  display: flex;
  justify-content: center;
  border: 0px solid silver;
  min-height: 100px;
  width: 33.33%;
  margin: 0;
}
.functions-menu .functions-list .function a {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  outline: none;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0.5rem;
}
.functions-menu .functions-list .function a:hover, .functions-menu .functions-list .function a:focus {
  background-color: #eee;
}
.functions-menu .functions-list .function i {
  font-size: 1.6rem;
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
.mobile-bar .functions-menu {
  width: 100%;
}
.mobile-bar .functions-menu::before {
  top: -10px;
  right: 10px;
  border-width: 0px 10px 10px 10px;
}
.mobile-bar .functions-menu .function {
  width: 33%;
}

.more-contrast.active i {
  color: #2BB472;
}

.profile-menu .eke-submenu .menuitem {
  max-height: none;
}
.profile-menu .eke-submenu .menuitem i {
  margin-right: 0.5rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .eke-top-bar-active.top-bar__link,
.eke-top-bar .top-bar__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #ffffff transparent;
  }
}
.szechenyi {
  height: 257px;
  width: 370px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  background: url("/img/szechenyi_logo.svg") no-repeat;
}
@media (max-width: 1555px) {
  .szechenyi {
    height: 166px;
    width: 237px;
  }
}
@media screen and (max-width: 39.9375em) {
  .szechenyi {
    display: none;
  }
}

.accordion-menu .menuitem .menu-title {
  display: block !important;
}

footer .eke-footer-icons {
  padding: 30px 0;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
}
footer .eke-footer-icons .eke-footer-icon {
  max-height: 95px;
  height: 100%;
  width: 100%;
}
footer .eke-footer-icons .eke-footer-icon img {
  height: 100%;
}
footer .eke-footer-icons p {
  margin: 15px auto 0;
  max-width: 610px;
}
footer .eke-footer-icons .column {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .eke-copyright {
  font-size: 0.75rem;
  padding: 1rem 0;
}
footer .footer-bottom {
  color: #fff;
  background-color: #203138;
}
footer .menu {
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px solid #000000;
}
footer .menu li {
  white-space: nowrap;
}
footer .menu a {
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 1.25rem;
}
footer .menu span {
  font-size: 0.75rem;
  padding: 1rem 1.25rem;
  display: block;
  text-transform: uppercase;
}
footer .menu .menu-item {
  line-height: 1;
  display: flex;
  flex-direction: row;
}
footer .menu .mailto {
  color: #2BB472;
  padding-left: 0;
}
footer .menu .menu-logo a {
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .menu .menu-logo img {
  height: 1.2rem;
}

/***********
* Admin
*/
.admin-menu {
  list-style: none;
  margin: 1rem;
  text-align: center;
}
.admin-menu a {
  color: #eee;
}
.admin-menu ul,
.admin-menu ul.nested,
.admin-menu li {
  padding: 0;
  margin: 0;
}
.admin-menu ul.nested {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.admin-menu ul.nested li .separator {
  display: none;
}
.admin-menu ul.nested > li {
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  flex: 0 200px;
  margin: 0.5rem;
  text-align: center;
  max-height: 200px;
}
.admin-menu ul.nested > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.admin-menu ul.nested > li:last-child {
  margin-right: 0;
}
.admin-menu ul.nested > li > a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
}
.admin-menu ul.nested > li > a i {
  font-size: 5rem;
  margin: 15px auto;
  display: block;
  color: gray;
}
.admin-menu li {
  border: 1px solid #aaa;
}
.admin-menu > li {
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  background-color: #eee;
}

.admin-dashboard .callout {
  background-color: #eee;
}
.admin-dashboard .result-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%;
  list-style: none;
  margin: 1rem;
}
.admin-dashboard .result-list li {
  border: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.08);
  flex: 0 120px;
  margin: 0.5rem;
  text-align: center;
  height: 120px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.admin-dashboard .result-list > li > a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  color: #000;
  font-size: 0.85rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
}
.admin-dashboard .result-list > li > a:focus {
  background-color: #fff;
  outline: none;
}
.admin-dashboard .result-list > li > a i {
  margin: 15px auto;
  display: block;
  color: #000;
  font-size: 2rem;
}

/* dashboard and tiles */
.dashboard {
  padding: 1rem;
  height: 100%;
  background-color: #eee;
  /* functions-tile */
}
.dashboard button.new-tile {
  width: 100%;
  margin: 6px;
  padding: 15px;
}
@media screen and (min-width: 40em) {
  .dashboard button.new-tile {
    width: unset;
  }
}
.dashboard .tile-container {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-content: center;
}
.dashboard .resize-menu {
  padding: 0 6px;
  text-align: right;
}
.dashboard .resize-menu button {
  margin: 0 0 0 1rem;
}
.dashboard .resize-menu button i {
  cursor: pointer;
}
.dashboard .resize-menu button:focus-visible {
  border: 2px solid black;
}
.dashboard .functions-tile {
  margin: 0 auto 0;
  display: none;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .dashboard .functions-tile {
    display: flex;
  }
}
.dashboard .functions-tile .functions-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dashboard .functions-tile .functions-list .function {
  display: flex;
  justify-content: center;
  border: 0px solid silver;
  padding: 0.5rem;
  min-height: 100px;
  width: 120px;
  margin: 0;
  flex: 0 0 10%;
  max-width: 10%;
}
.dashboard .functions-tile .functions-list .function:hover {
  background-color: #fff;
}
.dashboard .functions-tile .functions-list .function a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: inherit;
}
.dashboard .functions-tile .functions-list .function i {
  font-size: 2rem;
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 39.9375em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 33%;
    max-width: 33%;
    font-size: 0.75rem;
  }
}
.dashboard .tile-after {
  flex: 0 0 auto;
  min-width: 0px !important;
}
.dashboard .tile-after .tile-inner {
  box-shadow: none !important;
  background: transparent !important;
  opacity: 1;
}
.dashboard .tile-after .tile-inner:hover {
  box-shadow: none !important;
}
.dashboard .tile {
  padding: 6px;
  flex-grow: 1;
  min-width: 200px;
  min-height: 80px;
  /*
  &:hover {
      .buttons {
          button {
              opacity: 1;
          }
      }
  }
  */
  /* SystemCheckList */
  /* date-tile */
  /* tile carousel */
  /* smile-tile */
  /* notification-tile */
  /*book-offer-tile*/
  /* favorite-tile */
  /* sticky-tile */
  /* progression-tile */
  /* .shared-by-me-tile, .shared-with-me-tile */
}
.dashboard .tile--no-min-height {
  min-height: unset;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile {
    font-size: 85%;
  }
}
.dashboard .tile a {
  color: inherit;
}
.dashboard .tile ul {
  margin: 0;
}
.dashboard .tile ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dashboard .tile ul.list li {
  border-top: 1px solid lightgray;
}
.dashboard .tile ul.list li:first-child {
  border: 0;
}
.dashboard .tile ul.list li > a {
  display: block;
  padding: 8px 12px;
}
.dashboard .tile ul.video-block-list li .eke-video-title {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.dashboard .tile ul.video-block-list li .eke-video-desc {
  max-width: 100%;
  flex: 1;
}
.dashboard .tile table thead {
  background-color: transparent;
  border: 0;
}
.dashboard .tile table thead th,
.dashboard .tile table thead td {
  padding: 5px 0.625rem;
}
.dashboard .tile table tbody {
  border: 0;
}
.dashboard .tile table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.dashboard .tile table tbody tr:nth-child(even) {
  background-color: transparent;
}
.dashboard .tile table tbody tr:last-child {
  border-bottom: 0;
}
.dashboard .tile table.list-table {
  padding: 5px;
  width: 100%;
  margin: 0;
}
.dashboard .tile table.list-table th,
.dashboard .tile table.list-table td {
  font-size: 0.8rem;
}
.dashboard .tile table.list-table tr {
  background-color: transparent;
  border-top: 1px solid;
}
.dashboard .tile .buttons {
  transition: all 250ms;
  display: flex;
}
.dashboard .tile .buttons button:focus {
  outline: auto;
}
.dashboard .tile .buttons button i {
  padding: 2px 6px;
  cursor: pointer;
}
.dashboard .tile .tile-inner {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  min-width: 100%;
  min-height: 10rem;
  max-height: 350px;
  height: 100%;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  page-break-inside: avoid;
  transition: all 250ms;
  position: relative;
}
.dashboard .tile .tile-inner:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dashboard .tile .tile-inner > .buttons {
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dashboard .tile.drag-over .tile-inner {
  border: 2px dashed #000;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 250ms;
}
.dashboard .tile.drag-source .tile-inner {
  opacity: 0.4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: scale(0.9);
  transition: all 250ms;
}
.dashboard .tile .tile-header {
  background-color: #2BB472;
  color: #000;
  padding: 0.375em 0.625em;
  font-size: 1.5em;
  position: relative;
  width: 100%;
  font-family: "BloggerSans", "OpenSans", sans-serif;
  display: flex;
  cursor: move;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .tile-header {
    padding: 0.75em 1.25em;
  }
}
.dashboard .tile .tile-body {
  overflow: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard .tile .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard .tile .tile-content > button {
  margin-top: 1rem;
}
.dashboard .tile.half {
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.half {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.quarter {
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.quarter {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.third {
  width: 33%;
  max-width: 33%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.third {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.full {
  width: 100%;
  max-width: 100%;
}
.dashboard .tile .SystemCheckList span {
  padding: 2px 5px;
}
.dashboard .tile .SystemCheckList span .level_1 {
  background-color: lightgreen;
}
.dashboard .tile .SystemCheckList span .level_2 {
  background-color: darkgoldenrod;
}
.dashboard .tile .SystemCheckList span .level_3 {
  background-color: indianred;
}
.dashboard .tile .SystemCheckList span .level_4 {
  background-color: red;
  color: #ffffff;
}
.dashboard .tile .date-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 1rem 0;
  font-family: "BloggerSans", "OpenSans", sans-serif;
}
.dashboard .tile .date-tile .date {
  font-size: 2rem;
}
.dashboard .tile .date-tile .time {
  font-size: 4rem;
}
.dashboard .tile .date-tile .due-today {
  font-size: 2rem;
}
.dashboard .tile .date-tile .switch {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard .tile .date-tile .switch-button {
  color: inherit;
  outline: none;
  margin-left: 5px;
}
.dashboard .tile .date-tile .calendar {
  /*without CalendarNavigator*/
  margin-top: 2rem;
  /*with
  margin-top: 4rem;
  */
  width: 100%;
}
.dashboard .tile .date-tile .calendar .eke-calendar-container {
  grid-template-rows: none;
}
.dashboard .tile .carousel-item .eke-media-block .eke-media-social {
  display: none;
}
.dashboard .tile .carousel-item .eke-video-vertical-video-div a {
  margin-bottom: 5px;
}
.dashboard .tile .carousel-item .eke-video-vertical-video-div img {
  margin: auto;
}
.dashboard .tile .carousel-item .eke-video-desc {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
  text-align: left;
}
.dashboard .tile .carousel-item .eke-video-desc .eke-video-boldtitle {
  font-weight: bold;
}
.dashboard .tile .smile-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
}
.dashboard .tile .smile-tile i {
  cursor: pointer;
}
.dashboard .tile .smile-tile:focus-visible {
  border: 2px solid black;
}
.dashboard .tile .notification-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  font-family: "BloggerSans", "OpenSans", sans-serif;
  flex-direction: column;
}
.dashboard .tile .notification-tile ul {
  list-style: none;
}
.dashboard .tile .notification-tile ul li {
  font-size: 1rem;
}
.dashboard .tile .notification-tile .notifications-pane {
  height: 100%;
  width: 100%;
}
.dashboard .tile .notification-tile .announce-message {
  line-height: 1.2;
}
.dashboard .tile .notification-tile .announce-message i {
  margin-right: 1rem;
}
.dashboard .tile .notification-tile .topleft {
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard .tile .notification-tile .bottomleft,
.dashboard .tile .notification-tile .swiper-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dashboard .tile .notification-tile .swiper-item .title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.dashboard .tile .book-offer-tile {
  height: 100%;
}
.dashboard .tile .book-offer-tile a {
  display: flex;
  flex-direction: column;
}
.dashboard .tile .book-offer-tile .banner {
  max-height: 175px;
  max-width: 100%;
  height: 100%;
  text-align: center;
}
.dashboard .tile .book-offer-tile .banner img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 1rem;
}
.dashboard .tile .favorites-tile .favorite-list {
  list-style: none;
  width: 100%;
}
.dashboard .tile .favorites-tile .callout {
  border: none;
}
.dashboard .tile .favorites-tile button {
  display: none;
}
.dashboard .tile .sticky-tile {
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard .tile .sticky-tile .sticky-title {
  height: 4rem;
  display: flex;
  align-items: center;
  padding-right: 85px;
}
.dashboard .tile .sticky-tile h5 {
  font-family: "BloggerSans", "OpenSans", sans-serif;
  font-size: 1.5em;
}
.dashboard .tile .sticky-tile .sticky-inner {
  height: 100%;
  font-size: 1.3rem;
}
.dashboard .tile .sticky-tile textarea {
  font-size: 1.6rem;
  font-family: "BloggerSans", "OpenSans", sans-serif;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  margin: 0;
  resize: none;
  position: relative;
  z-index: 1;
}
.dashboard .tile .sticky-tile:before {
  cursor: move;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 4rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.dashboard .tile .sticky-tile:after {
  content: "";
  display: block;
  width: 150%;
  height: 200%;
  position: absolute;
  right: 50%;
  bottom: 0%;
  transform: translateX(50%);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.25);
}
.dashboard .tile .progression-tile .book-source {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard .tile .shared-by-me-tile .evaluated,
.dashboard .tile .shared-with-me-tile .evaluated,
.dashboard .tile .distributed-content-tile .evaluated {
  background-color: #bffb7a;
  color: black;
}
.dashboard .tile .shared-by-me-tile .submitted,
.dashboard .tile .shared-with-me-tile .submitted,
.dashboard .tile .distributed-content-tile .submitted {
  background-color: #ffd139;
  color: black;
}
.dashboard .tile .shared-by-me-tile .submitted.orange,
.dashboard .tile .shared-with-me-tile .submitted.orange,
.dashboard .tile .distributed-content-tile .submitted.orange {
  background-color: #ffa220;
  color: black;
}
.dashboard .tile .shared-by-me-tile .not-started,
.dashboard .tile .shared-with-me-tile .not-started,
.dashboard .tile .distributed-content-tile .not-started {
  color: #f93846;
  background: transparent;
  font-weight: bold !important;
  border: 1px solid;
}
.dashboard .tile .shared-by-me-tile .deadline,
.dashboard .tile .shared-with-me-tile .deadline,
.dashboard .tile .distributed-content-tile .deadline {
  color: #2d444e;
  font-weight: bold;
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile table,
.dashboard .tile .shared-with-me-tile table,
.dashboard .tile .distributed-content-tile table {
    table-layout: fixed;
  }
}
.dashboard .tile .shared-by-me-tile td,
.dashboard .tile .shared-with-me-tile td,
.dashboard .tile .distributed-content-tile td {
  padding: 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .shared-by-me-tile td,
.dashboard .tile .shared-with-me-tile td,
.dashboard .tile .distributed-content-tile td {
    padding: 0.25rem 0.3125rem 0.3125rem;
  }
}
.dashboard .tile .shared-by-me-tile td.img,
.dashboard .tile .shared-with-me-tile td.img,
.dashboard .tile .distributed-content-tile td.img {
  width: 60px;
  min-width: 50px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .shared-by-me-tile td.img,
.dashboard .tile .shared-with-me-tile td.img,
.dashboard .tile .distributed-content-tile td.img {
    width: 90px;
    min-width: 75px;
  }
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile td.collapse,
.dashboard .tile .shared-with-me-tile td.collapse,
.dashboard .tile .distributed-content-tile td.collapse {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.dashboard .tile .shared-by-me-tile small,
.dashboard .tile .shared-with-me-tile small,
.dashboard .tile .distributed-content-tile small {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile small,
.dashboard .tile .shared-with-me-tile small,
.dashboard .tile .distributed-content-tile small {
    flex-direction: column;
  }
}
.dashboard .tile .shared-by-me-tile small .cell,
.dashboard .tile .shared-with-me-tile small .cell,
.dashboard .tile .distributed-content-tile small .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 5px;
  flex-wrap: wrap;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label),
.dashboard .tile .shared-with-me-tile small .cell label:not(.label),
.dashboard .tile .distributed-content-tile small .cell label:not(.label) {
  font-weight: bold;
  white-space: normal;
  font-size: 0.75rem;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label).warning,
.dashboard .tile .shared-with-me-tile small .cell label:not(.label).warning,
.dashboard .tile .distributed-content-tile small .cell label:not(.label).warning {
  font-size: 1em;
  color: #F7470A;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label).success,
.dashboard .tile .shared-with-me-tile small .cell label:not(.label).success,
.dashboard .tile .distributed-content-tile small .cell label:not(.label).success {
  font-size: 1em;
  color: #2BB472;
}
.tile.third .shared-by-me-tile td.collapse, .tile.quarter .shared-by-me-tile td.collapse,
.tile.third .shared-with-me-tile td.collapse,
.tile.quarter .shared-with-me-tile td.collapse,
.tile.third .distributed-content-tile td.collapse,
.tile.quarter .distributed-content-tile td.collapse {
  width: auto;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile.third .shared-by-me-tile small, .tile.quarter .shared-by-me-tile small,
.tile.third .shared-with-me-tile small,
.tile.quarter .shared-with-me-tile small,
.tile.third .distributed-content-tile small,
.tile.quarter .distributed-content-tile small {
  display: flex;
  flex-direction: column;
}
.tile.third .shared-by-me-tile small .cell, .tile.quarter .shared-by-me-tile small .cell,
.tile.third .shared-with-me-tile small .cell,
.tile.quarter .shared-with-me-tile small .cell,
.tile.third .distributed-content-tile small .cell,
.tile.quarter .distributed-content-tile small .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 5px;
  flex-wrap: wrap;
}
.tile.third .shared-by-me-tile small .cell label:not(.label), .tile.quarter .shared-by-me-tile small .cell label:not(.label),
.tile.third .shared-with-me-tile small .cell label:not(.label),
.tile.quarter .shared-with-me-tile small .cell label:not(.label),
.tile.third .distributed-content-tile small .cell label:not(.label),
.tile.quarter .distributed-content-tile small .cell label:not(.label) {
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .tile.third .shared-by-me-tile small .cell label:not(.label), .tile.quarter .shared-by-me-tile small .cell label:not(.label),
.tile.third .shared-with-me-tile small .cell label:not(.label),
.tile.quarter .shared-with-me-tile small .cell label:not(.label),
.tile.third .distributed-content-tile small .cell label:not(.label),
.tile.quarter .distributed-content-tile small .cell label:not(.label) {
    font-size: 0.85rem;
  }
}
.tile.third .shared-by-me-tile small .cell label:not(.label).warning, .tile.quarter .shared-by-me-tile small .cell label:not(.label).warning,
.tile.third .shared-with-me-tile small .cell label:not(.label).warning,
.tile.quarter .shared-with-me-tile small .cell label:not(.label).warning,
.tile.third .distributed-content-tile small .cell label:not(.label).warning,
.tile.quarter .distributed-content-tile small .cell label:not(.label).warning {
  font-size: 1rem;
  color: #F7470A;
}
.tile.third .shared-by-me-tile small .cell label:not(.label).success, .tile.quarter .shared-by-me-tile small .cell label:not(.label).success,
.tile.third .shared-with-me-tile small .cell label:not(.label).success,
.tile.quarter .shared-with-me-tile small .cell label:not(.label).success,
.tile.third .distributed-content-tile small .cell label:not(.label).success,
.tile.quarter .distributed-content-tile small .cell label:not(.label).success {
  font-size: 1em;
  color: #2BB472;
}

.dashboard .tile:focus-visible {
  border: 2px solid black;
}

.smile-tile-modal {
  display: flex;
}
.smile-tile-modal label {
  width: 14%;
}
.smile-tile-modal i {
  font-size: 3rem;
  padding: 1rem 1rem 1rem 1rem;
}
.smile-tile-modal input:checked ~ i {
  background-color: #fce300;
  border-radius: 5px;
}
.smile-tile-modal input {
  transform: scale(0);
}

#dialog-root {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#dialog-root * {
  pointer-events: all;
}

.dialog .dialog__content {
  padding: 0.5em 1rem;
  white-space: pre-wrap;
}
.dialog .dialog__header {
  background-color: #4c7484;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  align-items: center;
}
.dialog .dialog__header .dialog-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: 1rem;
  justify-content: center;
}
.dialog .dialog__header.alert {
  background-color: #FF6F3D;
}
.dialog .dialog__header.alert .dialog-icon:after {
  content: "\f057";
}
.dialog .dialog__header.error {
  background-color: #d80001;
}
.dialog .dialog__header.error .dialog-icon:after {
  content: "\f06a";
}
.dialog .dialog__header.warning {
  background-color: #F78E0A;
}
.dialog .dialog__header.warning .dialog-icon:after {
  content: "\f12a";
}
.dialog .dialog__title {
  cursor: pointer;
  padding: 1rem;
  font-weight: bold;
  flex: 1;
  /* https://stackoverflow.com/a/4407335/834966 */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}
.dialog .dialog__close {
  display: flex;
  color: #fff;
  padding: 0 0.5rem;
  align-items: center;
  cursor: pointer;
  margin: 0 !important;
}
.dialog .dialog__close:focus-visible {
  border: 2px solid black;
}
.dialog .dialog__fullscreen {
  display: flex;
  color: #fff;
  align-items: center;
  cursor: pointer;
  margin: 0 !important;
}
.dialog .dialog__content {
  padding: 0.5rem 1rem;
  flex: 1 1 auto;
  overflow: auto;
}
.dialog .dialog__content:focus-visible {
  border: 2px solid black;
}
.dialog .dialog__actions {
  padding: 0.5em 0.25em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid lightgray;
}
.dialog .dialog__actions > * {
  margin: 0 0.25em;
}
.content-container-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* Ikon */
.content-item-icon {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  width: 130px;
  margin: 0.5em;
}
.content-item-icon:hover {
  background: #dedede;
}

.content-item-icon__icon {
  width: 130px;
  height: 100px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-item-icon__icon img {
  width: 130px;
  height: 100px;
  object-fit: contain;
}
.content-item-icon__icon button:focus-visible i {
  border: 1px solid black;
}

.content-item-icon__menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 150%;
  color: #333;
  cursor: pointer;
  padding: 4px;
  transition: 0.2s background-color;
  border-radius: 1em;
  z-index: 10;
}
.content-item-icon__menu:hover {
  background: white;
}

.content-item-icon__menu-item {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.content-item-icon__menu-item i {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.content-item-icon__menu-item button {
  width: 100%;
  padding: 0.5em 1em;
  text-align: left;
  cursor: pointer;
}
.content-item-icon__menu-item button:hover {
  background: #dedede;
}
.content-item-icon__menu-item button:focus-visible {
  outline: 2px solid black;
}

.content-item-icon__text {
  text-align: center;
  overflow: hidden;
}

.content-item-icon__text-main {
  line-height: 1.2em;
  max-height: 2.4em;
  font-size: small;
}

.content-item-icon__large.content-item-icon {
  width: 200px;
}
.content-item-icon__large .content-item-icon__icon,
.content-item-icon__large .content-item-icon__large .content-item-icon__icon img {
  width: 200px;
  height: 160px;
}

/*Csatolmány lista elem*/
.content-attachment-item-list {
  margin-right: 0.7rem;
}

.content-attachment-item-list__title {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: medium;
  font-weight: bold;
}

.content-attachment-item-list__delete {
  display: inline-block;
}

.content-attachment-item-list__delete_x {
  color: red;
}

/* Lista */
.list-component {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.list-component.table {
  display: table;
  border-collapse: collapse;
}
.list-component.table .content-item-list {
  display: table-row;
}
.list-component.table .list-item-caption {
  display: table-row;
}
.list-component.table .list-item-caption .list-item-cell button {
  font-weight: bold;
}
.list-component.table .list-item-cell {
  display: table-cell;
  vertical-align: middle;
}

.content-item-list {
  display: flex;
  flex-direction: row;
  padding: 0.5em;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
  font-family: sans-serif;
  align-items: center;
  min-height: 88px;
  cursor: pointer;
  width: 100%;
}
.content-item-list > .content-item-list {
  border: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.content-item-list:hover {
  background: #f2f2f2;
}
.content-item-list .like-block button {
  margin: 0 0.5rem;
}
.content-item-list .like-block button span.hide-in-list {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .content-item-list {
    flex-wrap: wrap;
  }
}

.content-item-list__checkbox {
  align-self: center;
  padding: 0 1em;
}
.content-item-list__checkbox input {
  margin: 0;
}

.content-item-list__icon {
  width: 80px;
  height: 50px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-item-list__icon img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-item-list__icon .media-icon-folder {
  width: 50%;
  max-height: 80%;
  position: relative;
}
.content-item-list__icon .media-icon-image-overlay {
  height: 70% !important;
  width: 90%;
  top: 30%;
  left: 5%;
  position: absolute;
}

.content-item-list__text {
  flex: 1;
  margin: 0 1em;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-item-list__text a {
  align-items: center;
}
.content-item-list__text label {
  display: inline;
}
.content-item-list__text small {
  display: block;
  margin-right: 0.5rem;
}
.content-item-list__text small .date {
  color: grey;
}
.content-item-list__text small:empty {
  display: none;
}
.content-item-list__text p {
  margin: 0;
}
.content-item-list__text .icon {
  margin-right: 0.5rem;
  max-width: 24px;
}

.content-item-list__img {
  height: 70px;
  width: 100px;
  align-self: center;
  padding: 4px;
}
@media screen and (max-width: 39.9375em) {
  .content-item-list__img {
    width: 40px;
    height: 50px;
  }
}

.content-item-list__info {
  flex: 0 auto;
  margin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .content-item-list__info {
    flex-direction: column;
  }
}
@media screen and (max-width: 39.9375em) {
  .content-item-list__info {
    width: 100%;
  }
}

.content-item-list__small {
  font-size: small;
  color: gray;
}

.content-item-list__description {
  font-size: small;
}

.content-item-list__menu {
  align-self: center;
  position: relative;
  cursor: pointer;
}
.content-item-list__menu button:focus-visible {
  border: 2px solid black;
}

.content-item-list__menu-item {
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none;
}
.content-item-list__menu-item i {
  color: inherit;
}
.content-item-list__menu-item div {
  padding: 0.5em 1em;
}
.content-item-list__menu-item div:hover {
  background: #f2f2f2;
}

.back-link::before {
  content: "\f060";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-right: 0.5rem;
}

.public-contentstore-main:before {
  background: #e9eaea url(/img/LANDING/landing-main12.jpg) repeat-y center center/100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.public-contentstore-main .editor-bar {
  padding: 20px 30px;
}
.public-contentstore-main .public-contentstore-splitpane {
  background-color: white;
}
.public-contentstore-main .public-contentstore-sidebar {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451) !important;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li {
  border-top: 1px solid #d0cfcf;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-content-wrapper {
  display: inline-block;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  width: 95%;
  height: auto;
  /*border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;*/
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-selected {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(85, 85, 85, 0.5411764706));
  background-color: unset;
  border: none;
  opacity: 0.8;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher {
  background-image: none;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.6em;
  width: 0.6em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(45deg);
  vertical-align: top;
  color: #a29f9f;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher.rc-tree-switcher_open:before {
  top: 0;
  transform: rotate(135deg);
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher-noop::before {
  color: transparent;
}
.public-contentstore-main .public-contentstore-foldercontents {
  padding-top: 20px;
}

.list-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.list-bar .part {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
.list-bar .button {
  height: 2.4375rem;
  vertical-align: top;
}
.list-bar .pager .button {
  margin-bottom: 0;
  margin-top: 0;
}
.list-bar .pager select {
  margin-bottom: 0;
}
.list-bar input {
  margin-bottom: 0;
}

.exercise-list-page, .exercise-selector-page {
  max-width: 100%;
}

.exercise-selector-page {
  background-color: darkseagreen;
  padding: 0 2rem;
}

.exercise-list-page-modal-label {
  display: inline;
}

.exercise-list-page-button-container {
  display: flex;
  flex-wrap: wrap;
}
.exercise-list-page-button-container button,
.exercise-list-page-button-container a {
  margin: 2px !important;
}

.exercise-selector-h3 {
  text-align: center;
  margin-bottom: 40px;
  color: white;
  text-shadow: rgba(10, 10, 10, 0.5607843137) 2px 2px 4px;
}

.exercise-selector-h4 {
  color: white;
  margin: 10px 20px;
  text-shadow: rgba(10, 10, 10, 0.5607843137) 2px 2px 4px;
}

.exercise-selector-button, .exercise-selector-button:focus {
  display: inline-block;
  text-align: left;
  font-weight: bold !important;
  color: #444444 !important;
  line-height: normal;
  /*padding-bottom: 5px !important;*/
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #f7f7f7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}
.exercise-selector-button .show-for-medium {
  margin-top: 5px;
}
.exercise-selector-button:hover {
  background-color: #2d444e;
}

.exercise-selector-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.exercise-selector-button-div {
  display: inline-block;
  text-align: left;
}

.exercise-selector-label {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: 0.3rem !important;
}

.exercise-selector-icon {
  width: 30px;
  height: 30px;
}

.exercise-editor-accordion-title {
  font-size: 1.3rem;
}

.exercise-editor-checkbox {
  margin-left: 0.7rem;
}

.exercise-editor-html-editor {
  margin: 15px;
}

.exerciseseries-editor-html-editor {
  margin-bottom: 15px;
}

.exercise-series-small-btn {
  margin: 0.3rem;
}

.exercise-series-fieldset {
  border: 3px solid #DDDDDD;
  margin: 1rem 0;
  padding: 1.11111rem;
}

.exercise-editor-scroll {
  height: 80vh;
  overflow: auto;
  visibility: hidden;
}

.exercise-editor-scroll:hover {
  visibility: visible;
}

.exe-image-select-label {
  display: inline-block;
}

.exe-editor-fieldlabel-small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-fieldlabel-1 {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-fieldlabel-2 {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-label-description {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 7px;
}

.exe-editor-inputgroup {
  margin-top: 15px;
}

.exe-editor-inputgroup > label {
  font-size: 1.25rem;
}

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

.exe-editor-validation-msg {
  color: red;
  margin-left: 15px;
  font-style: italic;
  margin-top: 0.8rem;
  font-size: 0.85rem;
}
.exe-editor-validation-msg:empty {
  display: none;
}

input.exe-editor-validation-error {
  border-color: rgb(209, 52, 52);
  background-color: rgba(209, 52, 52, 0.1);
  box-shadow: 0 0 0.5em red;
}

.exe-editor-input-tile {
  border-style: solid;
  border-color: #d5cfcf;
  border-width: 1px;
  border-radius: 1vw;
}

.exerciseList {
  background-color: rgba(0, 0, 0, 0) !important;
  border-collapse: separate;
  table-layout: fixed;
}

.dummy-input {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.exercise-editor-wrapper {
  visibility: visible;
}
.exercise-editor-wrapper legend {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c5c5c5;
  padding-bottom: 2px;
}
.exercise-editor-wrapper input, .exercise-editor-wrapper select {
  margin-bottom: 8px;
}
.exercise-editor-wrapper .eke-lookup-input-margin {
  margin-bottom: 8px;
}
.exercise-editor-wrapper .card-divider {
  padding: 4px 16px;
}
.exercise-editor-wrapper .card-divider > div {
  display: flex;
  align-items: center;
}
.exercise-editor-wrapper .card-divider button {
  padding: 0.42em 0.5em;
}
.exercise-editor-wrapper .exe-editor-fieldlabel-1 {
  font-size: 1rem;
}
.exercise-editor-wrapper .accordion .accordion-title {
  padding: 8px 16px;
}
.exercise-editor-wrapper .accordion .accordion-title i.accordion-icon {
  height: 25px;
  width: 25px;
}
.exercise-editor-wrapper .accordion .accordion-actions .button {
  margin: 0 0.3rem;
  padding: 0.5rem;
}
.exercise-editor-wrapper .panel .panel-header {
  padding: 8px 10px;
}
.exercise-editor-wrapper .panel .panel-header h4, .exercise-editor-wrapper .panel .panel-header h5, .exercise-editor-wrapper .panel .panel-header h6 {
  margin-bottom: 0;
}
.accordion .exercise-editor-wrapper .panel .panel-content {
  padding: 0 1rem;
}
.exercise-editor-wrapper .panel-details .panel {
  margin-top: 16px;
}
.exercise-editor-wrapper .react-tabs__tab {
  border: 1px solid #9b9a9a;
  background: #e5e2e2;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.24);
  font-size: 13px;
}
.exercise-editor-wrapper .react-tabs__tab--selected {
  background: transparent;
  box-shadow: none;
}
.exercise-editor-wrapper .img-processing-loading {
  display: flex;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0.8em;
  border-radius: 50%;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1) {
  background: #7ef9ff;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2) {
  background: #89cff0;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3) {
  background: #4682b4;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3)::before {
  animation-delay: 0.6s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4) {
  background: #0f52ba;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4)::before {
  animation-delay: 0.8s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5) {
  background: #000080;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5)::before {
  animation-delay: 1s;
}
@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}
.exercise-editor-wrapper textarea.textbox-double-height {
  height: 4em;
}
.exercise-editor-wrapper textarea.textbox-triple-height {
  height: 6em;
}

.action-buttons {
  /*display: flex;
  flex-direction: row;*/
}

@media screen and (max-width: 965px) {
  .action-buttons {
    display: block;
  }
}
.chapterLesson-chapter-list:nth-child(2n) {
  background-color: #eee;
}

.chapterLesson-list {
  width: 100%;
  margin: 2em;
}
.chapterLesson-list .chapterLesson-chapter-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #eee;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.chapterLesson-list .chapterLesson-chapter-inner .button {
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-chapter-name {
  flex-grow: 1;
  margin: 0.2em 0.5em 0 0.5em;
}
.chapterLesson-list .chapterLesson-chapter-name .button {
  color: inherit;
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-chapter-name .topic-title {
  margin-left: 10px;
  font-weight: bold;
}
.chapterLesson-list .chapterLesson-chapter-name .topic-subtitle {
  font-style: italic;
  font-weight: bold;
}
.chapterLesson-list .chapterLesson-chapter-input {
  width: 50%;
  margin: 0.5em;
}
.chapterLesson-list .chapterLesson-iconbutton {
  width: 3em;
  height: 3em;
  vertical-align: middle;
  margin-right: 0.2em;
}
.chapterLesson-list .chapterLesson-chapter-button {
  width: 200px;
  margin: 0.5em !important;
}
.chapterLesson-list .chapterLesson-chapter-2button {
  width: 400px;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.chapterLesson-list .chapterLesson-lesson-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 3em;
}
.chapterLesson-list .chapterLesson-lesson-inner > * {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.chapterLesson-list .chapterLesson-lesson-inner .button {
  flex-shrink: 0;
}
.chapterLesson-list .chapterLesson-lesson-name {
  flex-grow: 1;
  margin: 0.2em 0.5em 0.5em 0.5em;
}
.chapterLesson-list .chapterLesson-lesson-name .button {
  color: inherit;
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-lesson-name .nowrap {
  white-space: nowrap;
}
.chapterLesson-list .inactive {
  text-decoration: line-through;
}

.chapter-selector-color-editor {
  display: flex;
  align-items: center;
}
.chapter-selector-color-editor span {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border-width: 5px;
  border-style: solid;
  display: block;
  margin-left: 10px;
}

.menu-color-editor {
  display: flex;
  justify-content: space-between;
}
.menu-color-editor > label {
  width: 100%;
}

.not-displayed {
  display: none;
}

.menu-preview .lesson-title {
  height: 45px;
  width: 100%;
  position: relative;
}
.menu-preview .lesson-title .title {
  position: absolute;
  left: 40%;
  top: 10px;
  color: #fff;
}
.menu-preview .lesson-title .menu-containter {
  position: absolute;
  right: 45px;
  height: 200px;
  width: 150px;
}
.menu-preview .lesson-title .menu-containter .menu-header {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.menu-preview .lesson-title .menu-containter .book-menu {
  height: 135px;
}
.menu-preview .lesson-title .menu-containter .menuitem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-preview .lesson-title .menu-containter .menuitem.active {
  height: 45px;
}

/*----*/
.search-page .title {
  display: none;
}

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  justify-content: center;
}

.back-glow {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2;
}
.back-glow.white {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
}

.eke-search__title {
  font-family: "BloggerSansBold";
}

.eke-search-field {
  position: relative;
  padding: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.eke-search-field:focus-within {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.eke-media-searchfield {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.eke-search__input {
  border: 0px solid lightgray;
  background-color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.eke-search__input .input-field {
  flex: 1;
}
.input-group > .eke-search__input:first-child {
  border-radius: 10px 0px 0px 10px;
}
.eke-search__input ul {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.eke-search__input ul:empty {
  display: none;
}
.eke-search__input ul li {
  padding: 0 0.5rem;
  color: #000;
}
.eke-search__input input {
  border-color: lightgray;
  border-width: 0px 0px 0px 0px;
  border-style: 1px;
  box-shadow: unset;
  height: 50px;
  margin: 0;
  transition: none;
  border-radius: 0;
}
.eke-search__input input:focus {
  border-color: lightgray;
  box-shadow: unset;
  border-width: 0px 0px 0px 0px;
  transition: none;
}
.eke-search__input .search-setting {
  padding: 0 1rem;
}
.eke-search__input .search-setting button {
  cursor: pointer;
  opacity: 0.25;
}
.eke-search__input .search-setting button.active {
  opacity: 1;
  text-shadow: 0 0 2px #2F77A6;
}
.eke-search__input .search-setting .switch-input {
  visibility: hidden;
  height: 0;
  width: 0;
}

.eke-media-searchfield {
  padding-right: 0 !important;
}

.eke-media-search__input {
  border: 0px solid lightgray;
  border-radius: 3px 0px 0px 3px;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0 0.3rem;
  outline: none;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.eke-mediabutton {
  margin: 0 0 0 0 !important;
}

.button-group.eke-search__button {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 50px;
}
.button-group.eke-search__button .button {
  margin: 0;
  border-radius: 0;
  outline: none;
}
.button-group.eke-search__button .dropdown-pane {
  width: auto;
  padding: 0;
}
.button-group.eke-search__button:last-child {
  border-radius: 0 10px 10px 0;
}

.eke-search__button {
  margin: 0;
  height: 50px;
  outline: none;
}

.search-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search-filters select {
  display: inline;
  margin-right: 5px;
  border-color: #2BB472;
  width: auto;
}
@media screen and (max-width: 39.9375em) {
  .search-filters select {
    width: 100%;
  }
}
.search-filters select:focus {
  color: #fff !important;
  background-color: #2BB472 !important;
}
.search-filters select:focus option {
  background-color: #fff;
  color: #000;
}
.search-filters select:active {
  background-color: #fff;
  color: #000;
}

.search-result-list h2 {
  font-size: 1.5rem;
}

.eke-searchresult {
  border-top: 1px solid #999;
  padding: 1rem 0;
}
.eke-searchresult h3 {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
.eke-searchresult em {
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__title {
  color: black;
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__text {
  color: black;
  display: block;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5em;
}
.eke-searchresult .search-item {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
}
.eke-searchresult .search-item a img {
  margin: 0 auto 0.5rem;
  height: 150px;
  display: block;
}

.eke-search__filter-button {
  color: white;
  outline: none;
}
.eke-search__filter-button.primary.active {
  background-color: #028144 !important;
  color: #fff !important;
}
.eke-search__filter-button.primary.active i {
  color: #fff;
}
.eke-search__filter-button.secondary.active, .eke-search__filter-button.secondary:active, .eke-search__filter-button.secondary:focus {
  background-color: #4c7484 !important;
  color: #fff !important;
}
.eke-search__filter-button.secondary.active i, .eke-search__filter-button.secondary:active i, .eke-search__filter-button.secondary:focus i {
  color: #fff;
}
.eke-search__filter-button i {
  color: #2BB472;
}
.eke-search__filter-button > img {
  height: 1.9rem;
}

.eke-detailed-search div {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.eke-search-NoresultUli {
  font-weight: normal;
  font-size: 1rem;
}

.test-search-header {
  background-color: lightblue;
  color: darkslategray;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.checkbox .checkmark:after {
  content: "";
  display: none;
  margin-top: -3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:hover input ~ .checkmark {
  background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
  background-color: #2BB472;
  /* Show the checkmark when checked */
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.small-size {
  font-size: small;
}

.synonym-list {
  margin: 0;
}
.synonym-list .synonym {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  background-color: #eee;
  list-style-type: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
}
.synonym-list .synonym:hover {
  background-color: #fafafa;
}
.synonym-list .synonym a {
  color: #777;
  font-weight: bold;
}
.synonym-list .synonym-parent {
  background-color: #cfc;
}

.form-info {
  background-color: #eee;
  border: 1px solid #dedede;
  border-radius: 0.5625rem;
  margin: 0 0 1rem;
  padding: 0.5625rem;
  display: inline-block;
}

.external-radio {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  display: inline-block;
}

.section-collection-menu {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 799;
  transition: 0.3s opacity;
}
.section-collection-menu.collection-menu {
  z-index: 25;
}
.section-collection-menu button {
  color: #fff;
}

.button-group.expanded button {
  width: 100%;
}
.button-group.inline {
  display: inline-flex;
}
.button-group .button {
  margin-right: 0.5rem;
  height: 100%;
}
.button-group .button, .button-group label, .button-group span {
  align-self: center;
}
.button-group .button + .button {
  margin-left: 0;
}
.button-group .button-group {
  margin-bottom: 0;
}
.button-group .label {
  display: flex;
  align-items: center;
}
.rt-table .button-group {
  margin-bottom: 0;
}
.button-group .button.align-right,
.button-group .button + .button.align-right {
  margin-right: 0;
  margin-left: auto !important;
}
.button-group.space {
  justify-content: space-between;
}
.button-group.space .button {
  margin: auto !important;
}

.systemcheck_level_1 {
  color: #2BB472;
}

.systemcheck_level_2 {
  color: #2d444e;
}

.systemcheck_level_3 {
  color: #FF6F3D;
}

.systemcheck_level_4 {
  color: #d80001;
}

/***********
* Accordion
*/
.accordion .accordion-item:last-child .accordion-content {
  margin-bottom: 0;
}
.accordion .accordion-title {
  background-color: #4c7484;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.accordion .accordion-title::before {
  content: "";
}
.accordion .accordion-title legend {
  margin: 0;
}
.accordion .accordion-title .accordion-title-text {
  line-height: normal;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion .accordion-title i.accordion-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: relative;
  margin: 0 0.5rem 0 0;
  /* right: 15px;
  top: 50%;
  margin-top: -9px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #4c7484;
}
.accordion .accordion-title i.accordion-icon::before {
  content: "\f054";
  /*'\f067';*/
}
.accordion .accordion-title .accordion-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.accordion .accordion-title .accordion-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .accordion-title .accordion-actions .button.secondary {
  background-color: #094C77;
}
.accordion .is-active > .accordion-title i.accordion-icon::before {
  content: "\f078";
  /*'\f068';*/
}
.filters .accordion .accordion-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0b0";
  margin: 0 0 0 0.5rem;
  position: absolute;
  right: 1rem;
}
.accordion.eke .accordion-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.accordion.eke .accordion-content.is-visible {
  display: block;
  height: auto;
}

/***********
* Panel
*/
.panel > .panel-header {
  background-color: #4c7484;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.panel > .panel-header.is-toggle {
  cursor: pointer;
}
.panel > .panel-header .title {
  font-size: 1rem;
  margin: 0;
}
.panel .panel-content {
  padding: 1rem;
  border: 1px solid #e6e6e6;
}

.toggle {
  height: auto;
  margin-bottom: 1rem;
}
.toggle .panel-header {
  font-weight: bold;
}
.toggle .panel-header.is-toggle {
  cursor: pointer;
}
.toggle .panel-header.is-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f078";
  margin-left: 0.5rem;
}
.toggle .panel-header[aria-expanded=true]::after {
  content: "\f077";
}
.toggle .panel-content {
  height: auto;
  overflow: hidden;
}

/* extend Motion UI toggle animation */
.toggle-in,
.toggle-out {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.toggle-in.mui-enter {
  opacity: 0.99;
}

.toggle-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.toggle-out.mui-leave {
  opacity: 1;
}

.toggle-out.mui-leave.mui-leave-active {
  opacity: 0.99;
}

.audio-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.audio-container .panel-content a li {
  color: #fff;
}
.audio-container .title-container {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.audio-container .nums {
  margin-left: auto;
}
.audio-container .nums span {
  color: #fff;
}
.audio-container > div:not(.title-container) {
  padding: 0px 20px 5px 20px;
}
.audio-container .audio-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.audio-container .audio-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f001";
  margin-right: 0.5rem;
}
.audio-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.audio-container .audio-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.audio-container .audio-list-toggle ol {
  margin-left: 40px;
}
.audio-container .audio-list-toggle ol li {
  cursor: pointer;
}
.audio-container .play,
.audio-container .stop,
.audio-container .previous,
.audio-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.audio-container .play:before,
.audio-container .stop:before,
.audio-container .previous:before,
.audio-container .next:before {
  display: none;
}
.audio-container .play:focus,
.audio-container .stop:focus,
.audio-container .previous:focus,
.audio-container .next:focus {
  outline: 0;
}
.audio-container .play {
  font-size: 16px;
}
.audio-container .current-time,
.audio-container .duration-time {
  font-size: 14px;
}
.audio-container .audio-slider,
.audio-container .audio-volume-slider {
  margin: 0 10px 0 10px;
}
.audio-container .audio-slider {
  width: 100%;
}
.audio-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.audio-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.audio-container .audio-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.audio-container .audio-slider-container .audio-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.audio-container .audio-slider-container .audio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .audio-slider-container .audio-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.audio-container .volume-slider-container .audio-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.audio-container .volume-slider-container .audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .volume-slider-container .audio-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.audio-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.main-landing .class-row {
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.main-landing .class-row > .row {
  align-items: center;
}

.main-landing .class-row .type-chooser {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e6e9ed;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  border-radius: 15px 15px 0 0;
}
.main-landing .class-row .type-chooser * {
  margin-bottom: 0;
}
.main-landing .class-row .type-chooser select {
  border-radius: 5px;
  border: 1px solid #2BB472;
}
.main-landing .class-row .type-chooser label {
  font-weight: bold;
}
.main-landing .class-row .type-chooser .checkbox {
  background-color: #fff;
  color: #349A6B;
}
.main-landing .class-row .type-chooser .button-group {
  overflow: hidden;
  padding: 0 2px;
}
.main-landing .class-row .type-chooser .button-group .button {
  border: 0;
  box-shadow: none;
  color: #333;
  background: transparent;
  font-weight: bold;
  transition: none;
}
.main-landing .class-row .type-chooser .button-group .button:hover, .main-landing .class-row .type-chooser .button-group .button.select {
  background-color: #349A6B;
  color: #fff;
}
.main-landing .class-row .type-chooser .button-group .button:focus {
  outline-offset: 1px;
  outline: #349A6B auto 1px;
}

.main-landing .class-select-container {
  max-width: 100%;
  min-width: 500px;
  overflow: hidden;
}

.main-landing .class-select {
  list-style: none;
  display: flex;
  /* width: max-content; */
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

.main-landing .class-select li {
  flex: 1;
}

.main-landing .class-select li a {
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.6rem;
  color: #333;
}
.main-landing .class-select li a:focus {
  outline-offset: 1px;
  outline: #349A6B auto 1px;
}

.main-landing .class-select li a:not(.disabled):hover,
.main-landing .class-select li a.select {
  background-color: #349A6B;
  color: #fff !important;
}

.main-landing .class-select li a.disabled {
  cursor: default;
}

.main-landing .subject-select {
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 639px) {
  .main-landing .subject-select {
    margin-bottom: 50px;
  }
}

.main-landing .subject-select:empty:after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  content: "Jelenleg nem elérhető";
  margin: 0 auto;
}

.main-landing .subject-select .item {
  padding: 0.5rem;
  flex: 10px;
  /*flex: 1 14.2%;
  max-width: 14.2%;*/
  flex: 1 16.6%;
  max-width: 16.6%;
}

.main-landing .grade-container > .row {
  min-width: 500px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

@media (max-width: 1024px) {
  .main-landing .subject-select .item {
    flex: 1 16.6%;
    max-width: 16.6%;
  }
}
@media (max-width: 860px) {
  .main-landing .subject-select .item {
    flex: 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 639px) {
  .main-landing .subject-select .item {
    flex: 1 25%;
    max-width: 25%;
  }
  .main-landing .choose-book .subject-name {
    font-size: 0.8rem;
  }
}
@media (max-width: 500px) {
  .main-landing .subject-select .item {
    flex: 1 33%;
    max-width: 33%;
  }
}
/*
.main-head .subject-select .item a span
{
 display: none;
}*/
.main-landing .subject-select img,
.main-landing .subject-select svg {
  max-width: 70%;
  margin: 0 auto 0.5rem;
}

.main-landing .subject-select .item {
  /* display: none; */
}

.main-landing .subject-select .item svg {
  display: block;
}

.main-landing .choose-book {
  margin-bottom: 20px !important;
}

.main-landing .choose-book .subject-name {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.main-landing .choose-book .sub-book {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.main-landing .choose-book .subject-select .sub-book.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.main-landing .choose-book .subject-select .sub-book.show a {
  flex: 0 0 150px;
}

.main-landing .choose-book .subject-select .book-wrapper.show {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.main-landing .choose-book .sub-book.show .subject-name {
  color: #000;
}

.main-landing .choose-book .sub-count {
  position: absolute;
  top: 0;
  right: 10px;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: 30px;
  width: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-landing .choose-book .sub-book > div {
  height: 50px;
  width: 50px;
}

.main-landing .choose-book .book-link-iconwrap {
  display: block;
}

.main-landing .choose-book .book-link-iconwrap-disabled {
  display: none;
}

/* downloadable materials */
.dl-list {
  background: url("/img/LANDING/wood_texture.jpg") top;
}
.dl-list .title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.dl-list .book-item {
  margin-bottom: 2rem;
}
.dl-list .book-item figure {
  margin-bottom: 1rem;
}
.dl-list .book-item figure img {
  box-shadow: 0px 0px 1px 0px rgba(10, 10, 10, 0.3), 5px 5px 0px -5px rgba(10, 10, 10, 0.5), 6px 6px 0px -5px rgba(10, 10, 10, 0.5), 7px 7px 0px -5px rgba(10, 10, 10, 0.5), 8px 8px 2px -5px rgba(10, 10, 10, 0.5), 9px 9px 2px -5px rgba(10, 10, 10, 0.5), 10px 10px 3px -5px rgba(10, 10, 10, 0.3), 11px 11px 3px -5px rgba(10, 10, 10, 0.3), 12px 12px 3px -5px rgba(10, 10, 10, 0.2), 13px 13px 3px -5px rgba(10, 10, 10, 0.2), 14px 14px 3px -5px rgba(10, 10, 10, 0.2), 15px 15px 3px -5px rgba(10, 10, 10, 0.2);
}
.dl-list .book-item .item-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  height: 5rem;
}

.editor-page {
  position: absolute;
  bottom: 0;
  top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.editor-page .tools-button-minimize {
  display: none;
}
.editor-page.vertical {
  flex-direction: column;
}
.editor-page .editor-sidebar.close i, .editor-page .editor-panel.close i {
  transform: rotate(180deg);
}
.editor-page .tools {
  position: relative;
  text-align: right;
  background-color: #2d444e;
  height: 5px;
  margin-bottom: 5px;
}
.editor-page .tools i {
  margin-top: 8px;
  margin-right: 4px;
  background-color: #fff;
  cursor: pointer;
}
.editor-page .right .tools {
  text-align: left;
  margin-left: -15px;
}
.editor-page .right .tools i::before {
  content: "\f152";
}
.editor-page .editor-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.editor-page .editor-panel.right .content {
  height: 100%;
}
.editor-page .editor-panel.stretch {
  overflow: hidden;
}
.editor-page .editor-panel.stretch .content {
  overflow: hidden;
}
.editor-page .editor-panel .content {
  overflow: auto;
  padding: 0 5px;
}
.editor-page .editor-panel.close {
  flex: 0 0 auto;
  background-color: #eee;
}
.editor-page .editor-panel.close .content {
  display: none;
}
.editor-page .editor-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 25px;
  height: 100%;
  padding-right: 0.5rem;
}
.editor-page .editor-sidebar .content {
  overflow: auto;
  min-width: 200px;
  padding: 0 5px;
}
.editor-page .editor-sidebar.close {
  flex: 0 0 auto;
  background-color: #eee;
  overflow: hidden;
}
.editor-page .editor-sidebar.close .content {
  display: none;
}
.editor-page .editor-bar {
  display: flex;
  align-items: center;
}
.editor-page .editor-bar .button-group {
  margin-bottom: 0;
}

.profil-page {
  margin-top: 20px;
}

html:lang(hu) .flatpickr-current-month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.login-required-page {
  padding: 30px;
  box-shadow: 5px 10px 18px #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-required-page img {
  width: 200px;
}
.login-required-page p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.eke-calendar-page {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.eke-calendar-page .eke-calendar-navigator {
  background-color: #203138;
  flex: 0;
}
.eke-calendar-page .eke-calendar-navigator .calendar-navigator {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.eke-calendar-page .eke-calendar-navigator .calendar-navigator .date-area {
  display: flex;
}
.eke-calendar-page .eke-calendar-navigator label {
  color: #fff;
}
.eke-calendar-page .eke-calendar-navigator select {
  display: inline-block;
  max-width: 150px;
  margin: 1rem 15px;
}
.eke-calendar-page .eke-calendar-navigator .calendar-nav {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.eke-calendar-page .eke-calendar-navigator .calendar-nav button {
  margin: 0;
}
.eke-calendar-page .eke-calendar {
  flex: 1;
  width: 100%;
}
.eke-calendar-page .eke-calendar .eke-calendar-grid {
  padding: 0;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity {
  background-color: #77DAAA;
  color: #fff;
  padding-top: 1.5rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h1,
.eke-calendar-page .eke-calendar .eke-calendar-activity h2,
.eke-calendar-page .eke-calendar .eke-calendar-activity h3,
.eke-calendar-page .eke-calendar .eke-calendar-activity h4 {
  font-family: "BloggerSansBold";
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 {
  font-size: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 .date {
  font-size: 3rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity select,
.eke-calendar-page .eke-calendar .eke-calendar-activity input,
.eke-calendar-page .eke-calendar .eke-calendar-activity textarea {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.eke-calendar-container {
  display: grid;
  height: 100%;
  grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
  grid-template-rows: 65px;
  width: 100%;
}

.eke-calendar-day-item:nth-child(7n+0) {
  margin-right: 0;
}

.eke-calendar-day-name {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eke-calendar-day-name:nth-child(7n+6) {
  background-color: #FF8961;
}
.eke-calendar-day-name:nth-child(7n+7) {
  background-color: #FF8961;
}

.eke-calendar-day {
  cursor: pointer;
}
.eke-calendar-day .has-tip {
  font-weight: bold;
}
.eke-calendar-day .eke-calendar-summary-day {
  background-color: #77DAAA;
}
.eke-calendar-day .eke-calendar-day-desc {
  border-radius: 5px;
  padding: 2px 3px;
  display: inline-block;
}
.eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-2 {
  color: #fff;
  background-color: #094C77;
}
.eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-3 {
  color: #fff;
  background-color: #F7470A;
}
.eke-calendar-day .eke-calendar-day-desc:empty {
  display: none;
}
.eke-calendar-day:hover {
  background-color: #77DAAA;
}

.eke-calendar-day-selected {
  background-color: #77DAAA;
}

.eke-calendar-day-of-other-month {
  opacity: 0.3;
}

.eke-calendar-day-of-month-text {
  text-align: center;
  display: block;
}

.eke-calendar-day-type-1 {
  color: #000;
}

.eke-calendar-day-type-2 {
  color: #094C77;
  font-weight: bold;
}

.eke-calendar-day-type-3 {
  color: #F7470A;
  font-weight: bold;
}

.eke-calendar-activity-log-editor-changed {
  color: #fff;
}

.eke-calendar-activity-log-editor:nth-child(2n+0) {
  background-color: #cccccc;
}
.eke-calendar-activity-log-editor:nth-child(2n+1) {
  background-color: #77DAAA;
  padding: 1rem;
}

.eke-calendar-day-activity-summary {
  background-color: #4BC58A;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
  margin: 5%;
}

.video-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.video-container .panel-content a li {
  color: #fff;
}
.video-container .title {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.video-container .nums {
  margin-left: auto;
}
.video-container .nums span {
  color: #fff;
}
.video-container > div:not(.title) {
  padding: 0px 20px 5px 20px;
}
.video-container .video-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.video-container .video-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f03d";
  margin-right: 0.5rem;
}
.video-container .fullscreen-icon {
  padding: 5px;
  margin: 5px;
}
.video-container .fullscreen-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.video-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.video-container .video-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.video-container .video-list-toggle ol {
  margin-left: 40px;
}
.video-container .video-list-toggle ol li {
  cursor: pointer;
}
.video-container .play,
.video-container .stop,
.video-container .previous,
.video-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.video-container .play:before,
.video-container .stop:before,
.video-container .previous:before,
.video-container .next:before {
  display: none;
}
.video-container .play:focus,
.video-container .stop:focus,
.video-container .previous:focus,
.video-container .next:focus {
  outline: 0;
}
.video-container .play {
  font-size: 16px;
}
.video-container .current-time,
.video-container .duration-time {
  font-size: 14px;
}
.video-container .video-slider,
.video-container .video-volume-slider {
  margin: 0 10px 0 10px;
}
.video-container .video-slider {
  width: 100%;
}
.video-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.video-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.video-container video {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  height: 100%;
  width: 97%;
}
.video-container .main-video {
  position: relative;
  padding: 0 !important;
}
.video-container .hower-play {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  width: 0px;
  padding-right: 10%;
}
.video-container .hower-play i {
  color: #fff;
}
.video-container .hidden {
  display: none;
}
.video-container .video-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.video-container .video-slider-container .video-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.video-container .video-slider-container .video-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .video-slider-container .video-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.video-container .volume-slider-container .video-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.video-container .volume-slider-container .video-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .volume-slider-container .video-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.video-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.media-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.media-container .panel-content a li {
  color: #fff;
}
.media-container .title {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.media-container .nums {
  margin-left: auto;
}
.media-container .nums span {
  color: #fff;
}
.media-container > div:not(.title) {
  padding: 0px 20px 5px 20px;
}
.media-container .media-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.media-container .title-icon {
  margin-right: 0.5rem;
  padding-top: 3px;
}
.media-container .fullscreen-icon {
  padding: 5px;
  margin: 5px;
}
.media-container .fullscreen-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.media-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.media-container .media-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.media-container .media-list-toggle ol {
  margin-left: 40px;
}
.media-container .media-list-toggle ol li {
  cursor: pointer;
}
.media-container .play,
.media-container .stop,
.media-container .previous,
.media-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.media-container .play:before,
.media-container .stop:before,
.media-container .previous:before,
.media-container .next:before {
  display: none;
}
.media-container .play:focus,
.media-container .stop:focus,
.media-container .previous:focus,
.media-container .next:focus {
  outline: 0;
}
.media-container .play {
  font-size: 16px;
}
.media-container .current-time,
.media-container .duration-time {
  font-size: 14px;
}
.media-container .media-slider,
.media-container .media-volume-slider {
  margin: 0 10px 0 10px;
}
.media-container .media-slider {
  width: 100%;
}
.media-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.media-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.media-container video {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  height: 100%;
  width: 97%;
}
.media-container .main-media {
  position: relative;
  padding: 0 !important;
}
.media-container .hower-play {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  width: 0px;
  padding-right: 10%;
}
.media-container .hower-play i {
  color: #fff;
}
.media-container .hidden {
  display: none;
}
.media-container .media-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.media-container .media-slider-container .media-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.media-container .media-slider-container .media-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .media-slider-container .media-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.media-container .volume-slider-container .media-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.media-container .volume-slider-container .media-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .volume-slider-container .media-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.media-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

input.tiny {
  width: 4rem;
}

.autocompleteedit {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 200px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.autocompleteedit:empty {
  display: none;
}

.autocompleteedit li {
  padding: 0 0.5rem;
  color: #000;
}

label span.label {
  margin-right: 1rem;
  font-weight: bold !important;
  padding: 0;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: unset;
  color: inherit;
}
label span.label::before {
  content: "";
}
label span.label.block {
  width: 120px;
}
label span.required {
  color: red;
  margin-right: 0.5rem;
}

.toggle-select {
  position: relative;
}
.toggle-select .select-menu {
  position: absolute;
  z-index: 10;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
  list-style: none;
  width: 100%;
  margin: 0;
}
.toggle-select .select-menu a {
  padding: 0.5rem;
}

/* SplitPane */
.SplitPane .eke-sidebar {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.SplitPane .Pane {
  overflow: auto;
}
.SplitPane .Pane.Pane1 {
  padding-right: 0.5rem;
}
.SplitPane .Pane.Pane2 {
  padding-left: 1rem;
  padding-right: 0rem;
}
.SplitPane .Pane.Pane2 .content-wrapper {
  padding: 1rem;
}
.SplitPane .Pane .content-wrapper {
  margin: 0;
}

.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}
.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}
.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

/***********
* Sidebar
*/
.eke-sidebar {
  position: fixed;
  background: #2d444e;
  left: 0;
  top: 60px;
  width: 220px;
  color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  border-bottom: 0;
  transition: 0ms;
  z-index: 849;
}
@media screen and (max-width: 63.9375em) {
  .eke-sidebar {
    top: 74px;
    z-index: 800;
  }
}
.eke-sidebar .eke-sidebar-header {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.eke-sidebar .eke-sidebar-header a {
  padding: 0.5rem;
}
.eke-sidebar .eke-sidebar-header a:hover {
  background: transparent;
}
.eke-sidebar.closed {
  width: 50px;
  transition: 0ms;
}
.eke-sidebar.closed i.close-btn::before {
  content: "\f105";
}
.eke-sidebar.closed .text, .eke-sidebar.closed .menu .title, .eke-sidebar.closed .menu-title {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 100ms;
  white-space: nowrap;
  overflow: hidden;
}
.eke-sidebar.closed .has-submenu.menuitem > .submenu-title .submenu-btn {
  display: none;
  position: relative;
  width: 100%;
}
.eke-sidebar.closed .has-submenu.menuitem > .submenu-title .submenu-btn:after {
  margin: auto;
}
.eke-sidebar.closed .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: none;
}
.eke-sidebar.closed .eke-sidebar-description {
  display: none;
}
.eke-sidebar .text, .eke-sidebar .menu .title {
  color: #fff;
  margin: 0 0.5rem;
  flex: 1;
}
.eke-sidebar a {
  color: #fff;
  line-height: 1rem;
  display: block;
  padding: 1em;
}
.eke-sidebar a:hover, .eke-sidebar a.active {
  background-color: #4c7484;
  color: #fff;
}
.eke-sidebar a:hover .text, .eke-sidebar a:hover .title, .eke-sidebar a.active .text, .eke-sidebar a.active .title {
  color: #fff;
}
.eke-sidebar a i {
  text-align: center;
  width: 20px;
}
.eke-sidebar h4 {
  margin: 0;
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.eke-sidebar i.close-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
  line-height: 50px;
}
.eke-sidebar i.close-btn::before {
  content: "\f00d";
}
.eke-sidebar ul {
  list-style-type: none;
  margin: 0 !important;
}
.eke-sidebar ul li.is-accordion-submenu-parent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar ul li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar ul > li > ul {
  background-color: rgba(0, 0, 0, 0.08);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title {
  width: 100%;
  position: relative;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn {
  pointer-events: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a {
  padding-right: 30px;
  flex: 1;
  display: flex;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a i {
  margin-right: 5px;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a img {
  width: 1em;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a {
  padding-right: 30px;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a i {
  margin-right: 5px;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a img {
  width: 1em;
}
.eke-sidebar .eke-sidebar-description {
  float: right;
}
.eke-sidebar .has-tip {
  margin: auto;
  color: inherit;
}

@keyframes close {
  0% {
    width: 220px;
    white-space: nowrap;
  }
  100% {
    width: 50px;
  }
}
@keyframes open {
  0% {
    width: 50px;
    white-space: nowrap;
  }
  100% {
    width: 220px;
  }
}
/***********
* Tabs
*/
.eke-tabs {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #2d444e;
  width: 100%;
}
.eke-tabs .tab {
  position: relative;
  color: #fff;
  list-style: none;
}
.eke-tabs .tab:first-child {
  margin-left: 1rem;
}
.eke-tabs .tab input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.eke-tabs .tab.selected label {
  z-index: 1;
}
.eke-tabs .tab.selected label:after,
.eke-tabs .tab.selected label:before {
  background-color: #4c7484;
}
.eke-tabs .tab label {
  position: relative;
  z-index: 0;
  color: #fff;
  line-height: 2;
  margin: 0 -10px 0 0;
  padding: 10px 30px 10px 15px;
  min-width: 100px;
  height: 100%;
}
.eke-tabs .tab label:first-child {
  margin-left: 0;
}
.eke-tabs .tab label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  background-color: #2d444e;
  /* -webkit-transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
  transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
}
.eke-tabs .tab label:before {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  background-color: #2d444e;
  -moz-transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.eke-tabs .tab.react-tabs__tab--selected {
  background: transparent;
}
.eke-tabs .tab.react-tabs__tab--selected label {
  z-index: 1;
  color: #2d444e;
}
.eke-tabs .tab.react-tabs__tab--selected label:after {
  background-color: #fff;
  border: 1px solid #2d444e;
  border-bottom: 0;
  margin-bottom: -1px;
}

/*button click effect*/
@keyframes click_effect {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 0.25;
  }
}
button {
  cursor: pointer;
}
button:active {
  outline: 0;
}
button:focus {
  outline: 0;
}
button.save::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0c7";
  margin-right: 0.5rem;
}
button.share::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f1e0";
  margin-right: 0.5rem;
}
button.edit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f044";
  margin-right: 0.5rem;
}
button.back::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f060";
  margin-right: 0.5rem;
}
button.next {
  flex-direction: row-reverse;
}
button.next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f061";
  margin-left: 0.5rem;
}

.button {
  font-weight: 700;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #0F669E;
  color: #fff;
  padding-top: 0.85em;
  padding-right: 1em;
  padding-bottom: 0.85em;
  padding-left: 1em;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  /*szűrő gombok*/
}
.button:active {
  /*@extend .button;*/
  -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
}
.button:hover {
  background-color: #2F77A6;
}
.button:after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: aliceblue;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -50%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.001, 0.001);
  opacity: 0.25;
}
.button:active {
  outline: 0;
}
.button:active:after {
  animation: click_effect 0.8s ease-out;
}
.button:focus-visible {
  border: 2px solid #000;
}
.button.light, .button.secondary.light:active, .button.secondary.light:focus, .button.primary.light:active, .button.primary.light:focus, .button.light:active, .button.light:focus {
  background-color: #2F77A6;
}
.button.light:hover, .button.secondary.light:hover:active, .button.secondary.light:hover:focus, .button.primary.light:hover:active, .button.primary.light:hover:focus {
  background-color: #0F669E;
}
.button.dark, .button.secondary.dark:active, .button.secondary.dark:focus, .button.primary.dark:active, .button.primary.dark:focus, .button.dark:active, .button.dark:focus {
  background-color: #094C77;
}
.button.dark:hover, .button.secondary.dark:hover:active, .button.secondary.dark:hover:focus, .button.primary.dark:hover:active, .button.primary.dark:hover:focus {
  background-color: #0F669E;
}
.button.hollow {
  background-color: transparent;
  border-color: #0F669E;
  color: #0F669E;
}
.button.hollow:hover {
  color: #2F77A6;
  border-color: #2F77A6;
}
.button.primary, .button.primary[disabled], .button.primary:active, .button.primary:focus {
  background-color: #2BB472;
  color: #000;
}
.button.primary:hover {
  background-color: #4BC58A;
  color: #000;
}
.button.primary.hollow {
  background-color: transparent;
  border-color: #028144;
  color: #028144;
}
.button.primary.hollow:hover {
  color: #2F77A6;
  border-color: #2F77A6;
}
.button.primary.light, .button.primary.light:active, .button.primary.light:focus {
  background-color: #4BC58A;
}
.button.primary.light:hover {
  background-color: #2BB472;
}
.button.primary.dark, .button.primary.dark:active, .button.primary.dark:focus {
  background-color: #028144;
}
.button.primary.dark:hover {
  background-color: #2BB472;
}
.button.clear {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button + .button {
  margin-left: 3px !important;
}
.button i {
  margin: 0 3px;
}
.button.eke-filter-button {
  border-radius: 1rem;
}

.button.secondary, .button.secondary:active, .button.secondary:focus {
  background-color: #4c7484;
  color: #fff;
}
.button.secondary:hover {
  background-color: #2d444e;
  color: #fff;
}
.button.secondary.hollow {
  background-color: transparent;
  border-color: #2d444e;
  color: #2d444e;
}
.button.secondary.light, .button.secondary.light:active, .button.secondary.light:focus {
  background-color: #4c7484;
}
.button.secondary.light:hover {
  background-color: #2d444e;
}
.button.secondary.dark, .button.secondary.dark:active, .button.secondary.dark:focus {
  background-color: #203138;
}
.button.secondary.dark:hover {
  background-color: #2d444e;
}

/* lapozó gombok */
.pagination {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.pagination button {
  line-height: 1.4;
}
.pagination button,
.pagination a {
  background-color: #fff;
  display: block;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
}
.pagination button.active,
.pagination a.active {
  background-color: #4c7484;
  color: white;
  outline: none;
}
.pagination button + button,
.pagination a + a {
  margin-left: 3px;
}

/*
ReactTable gombok
TODO:ezeket egységesíteni kellene */
.-btn {
  border: #4c7484 solid 2px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  color: #4c7484 !important;
  font-size: 18px !important;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  position: relative;
}
.-btn :hover {
  background-color: #4c7484 !important;
  color: #fff !important;
}
.-btn[disabled]:hover {
  border: #4c7484 solid 2px !important;
  background-color: #fff !important;
  color: #4c7484 !important;
}
.-btn[disabled]::before {
  content: "";
}
.-next .-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f35a";
  color: #4c7484;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 12.5px;
  font-size: 25px;
  font-weight: 100;
}
.-previous .-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f359";
  color: #4c7484;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 12.5px;
  font-size: 25px;
  font-weight: 100;
}
@media (max-width: 885px) {
  .-btn {
    width: 55px !important;
  }
  .-previous .-btn, .-next .-btn {
    text-indent: -9000px;
    text-transform: capitalize;
  }
  .-previous .-btn::before, .-next .-btn::before {
    text-indent: 0;
  }
}

@media (max-width: 885px) {
  .ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
    flex: 0 !important;
  }
}
/* input group */
.input-group .button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.mce-tinymce,
.mce-container-body,
#code_ifr {
  box-sizing: border-box !important;
}

.mce-content-body .accordion-content {
  display: block;
}

.sni-view {
  margin: auto;
  max-width: 1170px;
}
.sni-view .editor-wrapper {
  padding-bottom: calc(56% + 96px);
  position: relative;
}
.sni-view .editor-wrapper .editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*Container, container body, iframe*/
  /*Editing area*/
  /*Footer*/
}
.sni-view .editor-wrapper .editor > div {
  height: 100%;
}
.sni-view .editor-wrapper .editor iframe {
  width: 1170px !important;
  height: 655.2px !important;
  transform-origin: top left;
}
.sni-view .editor-wrapper .editor .mce-tinymce,
.sni-view .editor-wrapper .editor .mce-container-body,
.sni-view .editor-wrapper .editor #code_ifr {
  min-height: 100% !important;
}
.sni-view .editor-wrapper .editor .mce-container-body .mce-edit-area {
  position: absolute;
  top: 69px;
  bottom: 37px;
  left: 0;
  right: 0;
}
.sni-view .editor-wrapper .editor .mce-tinymce .mce-statusbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Editor formats */
/* figure */
figure {
  position: relative;
  margin: 15px 0;
  /*display: inline-block;*/
  display: block;
}
figure img {
  display: block;
  margin: 0 auto;
  /* border-radius: 30px 30px 0px 30px; */
}
figure.w-100 img,
figure.w-100 a {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
figure.h-100 img,
figure.h-100 a {
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
figure.h-100.w-100 img,
figure.h-100.w-100 a {
  object-fit: contain;
}
figure.float-left {
  margin: 0 30px 10px 0px;
  clear: left;
}
figure.float-left.third {
  margin: 0 0 10px 0;
  max-width: 33.33%;
  margin-right: 30px;
}
figure.float-left.third + figure.float-left.third {
  margin-left: -30px;
}
figure.float-left + figure.float-left {
  clear: none;
}
figure.float-right {
  margin: 0 0 10px 30px;
  clear: right;
  /*max-width: 33.98692810457516%;*/
}
figure.float-right + figure.float-right {
  clear: none;
}
figure.float-right .kerdes {
  padding-left: 30px;
}
figure.lo {
  display: block;
  clear: both;
  z-index: unset;
}
figure .keptar-link {
  position: relative;
  display: block;
  padding: 5px;
}
figure .keptar-link:before {
  height: 49px;
  width: 49px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  background: url(../img/app/I/kep_ikon.svg) center no-repeat;
}

@media (min-width: 769px) {
  figure.half {
    max-width: 50%;
  }
  figure.half.float-left + figure.half.float-left {
    margin-left: -30px;
    margin-right: 0;
  }
  figure.third {
    max-width: 33.33%;
  }
  figure.quarter {
    max-width: 25%;
  }
}
a.keptar-link {
  display: inline-block;
}

.row.expanded .row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.post,
.modal-post {
  background-color: #fefefe;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.post h5,
.modal-post h5 {
  font-size: 1.1rem;
}
.post .header,
.modal-post .header {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.post .header .name-block h3,
.modal-post .header .name-block h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.post .header .name-block p.date,
.modal-post .header .name-block p.date {
  margin: 0;
  padding: 0;
  color: #7c7c7c;
  font-size: 0.8rem;
}
.post .header .settings,
.modal-post .header .settings {
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 100%;
  left: 100%;
  color: #7c7c7c;
}
.post .post-text,
.modal-post .post-text {
  white-space: pre-line;
  overflow-wrap: break-word;
}
.post .post-text a,
.modal-post .post-text a {
  word-wrap: break-word;
}
.post .time-interval.label,
.modal-post .time-interval.label {
  margin-bottom: 10px;
  background: #203138;
  border: none;
}
.post .time-interval.label:before,
.modal-post .time-interval.label:before {
  content: "";
  display: none;
}

.post {
  margin-bottom: 15px;
}
.post.callout .settings {
  position: relative;
}
.post.callout .settings i {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.post.isadmin {
  border-top: 2px solid;
}

.post-edit {
  border-radius: 5px;
}
.post-edit .header h3 {
  font-weight: bold;
  font-size: 1rem;
}
.post-edit .settings {
  text-align: right;
  margin-bottom: 0.5rem;
}

.start-post-area {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
}
.start-post-area:hover {
  font-size: 0.9rem;
}

.post-refresh-btn {
  cursor: pointer;
}
.post-refresh-btn.sync {
  animation: rotation 0.5s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.tickets > .title {
  font-size: 1.25rem;
}
.tickets .ticket-item {
  border: 1px solid #2BB472;
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 0.85rem;
  padding: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tickets .ticket-item a {
  display: flex;
  align-items: center;
}
.tickets .ticket-item a span {
  flex: 1;
}
.tickets .ticket-item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0e0";
  display: block;
  color: inherit;
}

.message-list.ReactTable {
  display: flex;
  flex-direction: column-reverse;
}
.message-list.ReactTable .rt-tr {
  cursor: pointer;
}
.message-list.ReactTable .selected {
  background-color: #2BB472;
  color: #fff;
}

.messages-show .my-message {
  border-left: 5px solid #2BB472;
}
.messages-show .other-message {
  margin-left: 1.5rem;
  border-left: 5px solid #2d444e;
}
.messages-show .agent-only {
  border-color: red;
}
.messages-show .opened {
  background-color: #faf0e6;
}

.bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.message-list-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header button {
  margin-bottom: 0;
}
.message-list-header .message-text-search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header .message-text-search button {
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  margin-bottom: 2px;
}
.message-list-header .message-text-search input {
  line-height: 1.8;
  margin-left: 10px;
  margin-right: -1px;
}
.message-list-header .message-text-search .trash-wrapper {
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .message-list-header .message-text-search {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .message-list-header .message-text-search input {
    margin-left: 0;
  }
  .message-list-header .message-text-search .trash-wrapper {
    position: relative;
    margin-top: 15px;
  }
}

.recipient-list-container ul {
  list-style-type: none;
  margin-left: 0;
}
.recipient-list-container ul li {
  margin-right: 8px;
  display: inline-block;
}
.recipient-list-container ul li:after {
  content: " ; ";
}
.recipient-list-container .fa-times {
  cursor: pointer;
  color: #e60000;
  margin-left: 5px;
}

.message-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.message-page,
.message-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.message-page .message-head,
.message-panel .message-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0rem 0rem 0rem 0rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: #fff;
}
.message-page .message-head h3,
.message-panel .message-head h3 {
  font-size: 1rem;
  font-weight: bold;
}
.message-page .message-head .recipient-container,
.message-panel .message-head .recipient-container {
  display: flex;
  align-items: center;
}
.message-page .message-head .recipient-container .fas,
.message-page .message-head .recipient-container .fa-caret-down,
.message-panel .message-head .recipient-container .fas,
.message-panel .message-head .recipient-container .fa-caret-down {
  font-size: 1.5rem;
}
.message-page .message-head .recipient-list-container,
.message-panel .message-head .recipient-list-container {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-page .message-head .recipient-list-container ul,
.message-panel .message-head .recipient-list-container ul {
  display: inline;
  white-space: nowrap;
  margin-left: 1rem;
}
.message-page .message-head .recipient-list-container ul li,
.message-panel .message-head .recipient-list-container ul li {
  display: inline;
}

.message-cards-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.message-cards-wrapper .message-scroll-wrapper {
  position: relative;
}
.message-cards-wrapper .message-scroll-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.message-cards-wrapper .message-cards-area {
  flex: 1;
  padding: 1rem;
}
.message-cards-wrapper .messagebox-area {
  flex: 0 0 auto;
  min-height: 100px;
  border-top: 1px solid silver;
  padding: 1rem 1rem 0;
}
.message-cards-wrapper .messagebox-area .button.clear {
  padding: 0.5rem;
  color: inherit;
}
.message-cards-wrapper .messagebox-area .button.active {
  background-color: lightgray;
}
.message-cards-wrapper .messagebox-area .html-edit-span {
  color: #0000ff;
  float: right;
  cursor: pointer;
}
.message-cards-wrapper .messagebox-area .message-textbox {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea {
  min-height: auto;
  margin: 0 1rem 0 0;
  border: 0;
  box-shadow: none;
  resize: none;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: silver;
}
.message-cards-wrapper .messagebox-area .message-textbox button {
  margin-left: 1rem;
}

.message-canvas .off-canvas {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525px;
}
@media screen and (max-width: 39.9375em) {
  .message-canvas .off-canvas {
    padding-top: 45px;
  }
}
.message-canvas .message-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message-canvas .message-tools button {
  outline: none;
}
.message-canvas .message-tools .close-button {
  outline: none;
  position: static;
}

.classroom-group-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 201;
  background-color: #fff;
}
.classroom-group-head .group-name {
  line-height: 2;
  font-size: 1.1rem;
  font-weight: bold;
}
.classroom-group-head .group-name.isadmin > div:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f303";
  margin-left: 10px;
}
.classroom-group-head .group-name.isadmin > div:hover {
  border-bottom: 1px solid gray;
}
.classroom-group-head .group-name input[type=text] {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid gray;
}
.classroom-group-head .institute-name {
  font-size: 0.8rem;
}

.classroom-groups > .column {
  margin-bottom: 1rem;
}
.classroom-groups .classroom-group {
  position: relative;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.classroom-groups .classroom-group .status-container {
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 0.85rem;
  text-align: right;
}
.classroom-groups .classroom-group .classroom-menu {
  position: absolute;
  top: 5px;
  right: 5px;
}
.classroom-groups .classroom-group .button-group {
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .classroom-groups .classroom-group .button-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 39.9375em) {
  .classroom-groups .classroom-group .button-group .button {
    margin: 0 0 0.5rem 0 !important;
  }
}

.classroom-task-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 180px;
}
@media screen and (max-width: 39.9375em) {
  .classroom-task-info-div {
    width: 100%;
    text-align: right;
  }
}
.classroom-task-info-div .info-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .classroom-task-info-div .info-cell {
    flex-direction: row;
  }
}
.classroom-task-info-div .label {
  border: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .classroom-task-info-div .hint {
    display: none;
  }
}
.classroom-task-info-div .evaluated {
  background-color: #bffb7a;
  color: black;
}
.classroom-task-info-div .submitted {
  background-color: #ffd139;
  color: black;
}
.classroom-task-info-div .submitted.orange {
  background-color: #ffa220;
  color: black;
}
.classroom-task-info-div .not-started {
  color: #f93846;
  background: transparent;
  font-weight: bold !important;
  border: 1px solid;
}
.classroom-task-info-div .deadline {
  color: #2d444e;
  font-weight: bold;
}

.classroom-result input[type=date]:hover, .classroom-result input[type=date]:active, .classroom-result input[type=date]:focus,
.deadline-accordion-item input[type=date]:hover,
.deadline-accordion-item input[type=date]:active,
.deadline-accordion-item input[type=date]:focus {
  position: relative;
}
.classroom-result input[type=date]:hover:after, .classroom-result input[type=date]:active:after, .classroom-result input[type=date]:focus:after,
.deadline-accordion-item input[type=date]:hover:after,
.deadline-accordion-item input[type=date]:active:after,
.deadline-accordion-item input[type=date]:focus:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f073";
  position: absolute;
  right: 15px;
  z-index: 0;
}
.classroom-result input[type=date]::-webkit-inner-spin-button,
.deadline-accordion-item input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.classroom-result input[type=date]::-webkit-datetime-edit-month-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-month-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom-result input[type=date]::-webkit-datetime-edit-day-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-day-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom-result input[type=date]::-webkit-datetime-edit-year-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-year-field {
  margin-right: -2px;
}
.classroom-result input[type=date]::-webkit-clear-button,
.deadline-accordion-item input[type=date]::-webkit-clear-button {
  display: block;
  cursor: pointer;
}
.classroom-result input[type=date]::-webkit-calendar-picker-indicator,
.deadline-accordion-item input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.classroom .toggle input[type=date]:hover, .classroom .toggle input[type=date]:active, .classroom .toggle input[type=date]:focus {
  position: relative;
}
.classroom .toggle input[type=date]:hover:after, .classroom .toggle input[type=date]:active:after, .classroom .toggle input[type=date]:focus:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f073";
  position: absolute;
  right: 15px;
  z-index: 0;
}
.classroom .toggle input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-month-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-day-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-year-field {
  margin-right: -2px;
}
.classroom .toggle input[type=date]::-webkit-clear-button {
  display: block;
  cursor: pointer;
}
.classroom .toggle input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.bookmark-pane {
  width: 300px;
  z-index: 900 !important;
  background-color: #49b29b;
  overflow: visible;
  top: 60px;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.bookmark-pane.is-transition-overlap {
  box-shadow: none !important;
}

.bookmark-controller-wrapper {
  height: 100%;
  width: 40px;
  width: auto;
  position: relative;
}
.bookmark-controller-wrapper .add-bookmark {
  right: 0;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.bookmark-controller-wrapper .add-bookmark button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2BB472;
}
.bookmark-controller-wrapper .add-bookmark button i {
  color: #fff;
}
.bookmark-controller-wrapper .add-bookmark button.create {
  display: none;
}
.bookmark-controller-wrapper .add-bookmark .name-field {
  width: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  margin: 0;
  transition: 0.5s;
}
.bookmark-controller-wrapper .add-bookmark.add {
  transform: translate(100%, -50%);
  opacity: 1;
  gap: 6px;
  padding-left: 1rem;
}
.bookmark-controller-wrapper .add-bookmark.add .name-field {
  width: 250px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.bookmark-controller-wrapper .add-bookmark.add button.create {
  display: flex;
}
.bookmark-controller-wrapper .add-bookmark.add button.open i {
  transform: rotate(45deg);
}
.bookmark-controller-wrapper:hover .add-bookmark {
  transform: translate(100%, -50%);
  opacity: 1;
  gap: 6px;
  padding-left: 1rem;
}

.bookmarks {
  margin-top: 0.5rem;
}
.bookmarks .info {
  font-weight: 100;
  padding: 0.5rem;
}
.bookmarks .item {
  font-size: 0.85rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.bookmarks .item a {
  color: #fff;
}
.bookmarks .item a i {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.bookmarks .item .book-name {
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.bookmarks .item .menu-btn {
  color: #fff;
  margin-right: 0;
}

.bookmarks .item a {
  color: inherit;
}

.file-name-filter-block .file-name-filter-container {
  width: 100%;
}
.file-name-filter-block .file-name-filter-container .file-name-filter {
  display: inline-block;
  width: 60%;
}
@media (max-width: 1196px) {
  .file-name-filter-block .file-name-filter-container .file-name-filter {
    display: block;
    width: 100%;
  }
}
.file-name-filter-block .file-name-filter-container .file-sort-container {
  display: inline-block;
  padding-left: 20px;
  width: 40%;
}
@media (max-width: 1196px) {
  .file-name-filter-block .file-name-filter-container .file-sort-container {
    display: block;
    padding-left: 0;
    width: 500px;
  }
}

.editor-sidebar .file-name-filter-block .file-name-filter-container {
  width: 100%;
}
.editor-sidebar .file-name-filter-block .file-name-filter-container .file-name-filter {
  display: block;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.editor-sidebar .file-name-filter-block .file-name-filter-container .file-sort-container {
  display: block;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.content-container-list .media-icon-folder {
  width: 50%;
  max-height: 80%;
  position: relative;
}
.content-container-list .media-icon {
  max-height: 80%;
  position: relative;
}
.content-container-list .media-icon-image-overlay {
  height: 90% !important;
  width: 90%;
  top: 5%;
  left: 5%;
  position: absolute;
}

.media-file-chooser-video {
  width: 70%;
  max-height: 80%;
  position: relative;
  overflow: hidden;
}
.media-file-chooser-video .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.impressum-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #dfdfdf;
  background-image: url("/img/impressum/hatter-01.png");
  background-position-y: -55px;
}
.impressum-wrapper h1 {
  font-size: 2.6rem;
  font-family: "BloggerSans", "OpenSans", sans-serif;
}
.impressum-wrapper p {
  margin-bottom: 0.7rem;
}
.impressum-wrapper img {
  height: 85px;
}
.impressum-wrapper .title {
  color: #00ae65;
  font-weight: bold;
}
.impressum-wrapper .title.larger {
  font-size: 1.1rem;
  margin-top: 20px;
}
.impressum-wrapper .block, .impressum-wrapper > .row .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.impressum-wrapper .align-right {
  text-align: right;
}
.impressum-wrapper .align-left {
  text-align: left;
}
.impressum-wrapper .szechenyi {
  position: fixed;
  top: 74px;
  transform: none;
}

.shared-by-me-editor-wrapper {
  visibility: visible;
}
.shared-by-me-editor-wrapper .tools-button-minimize {
  display: none;
}
.shared-by-me-editor-wrapper .accordion-content {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.shared-by-me-editor-wrapper .exe-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem;
}
.shared-by-me-editor-wrapper .exe-title {
  margin: 0.75rem;
  font-size: 14px;
}
.shared-by-me-editor-wrapper .exe-panel:not(:first-child) {
  margin-top: 1rem;
}
.shared-by-me-editor-wrapper .label {
  border: none;
  font-weight: bold;
}
.shared-by-me-editor-wrapper .label:before {
  content: none;
}

.shared-by-me-editor-bf {
  font-weight: bold;
}

.shared-by-me-undescore {
  border-bottom: solid 2px;
}

.recommended-posts {
  margin-top: 60px;
}
.recommended-posts .owl-stage-outer {
  background-color: transparent;
  box-shadow: none;
}
.recommended-posts .owl-stage-outer .owl-stage {
  display: flex;
}
.recommended-posts .owl-stage-outer .owl-item {
  display: flex !important;
  align-items: center !important;
  margin-right: 10px;
  margin-left: 10px;
}
.recommended-posts .owl-stage-outer .owl-item > .column {
  border: 1px solid #cecece !important;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#translationTool {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  right: 10px;
}

.translate-wrap {
  position: relative;
}

.trns-btn-wrapper {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.trns-dialog-button {
  position: absolute;
  padding-left: 0.5rem;
  pointer-events: all;
}
.trns-dialog-button > div {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  display: flex;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.7);
}
.trns-dialog-button > div button {
  padding: 0.5rem;
  font-size: 0.85rem;
  margin: 0;
  color: #333;
}

.translation-details-panel .form .column {
  max-width: 100%;
  flex: 1 100%;
}
.translation-details-panel .form .data {
  font-family: monospace;
}

.translation-table input.warning {
  border-color: red;
}
.translation-table input[readonly] {
  background: none;
  border: none;
  box-shadow: none;
  cursor: text;
}
.translation-table input[readonly].default {
  color: #aaa;
  font-family: monospace;
}
.translation-table input::placeholder {
  font-family: monospace;
}
.translation-table select.required {
  background-color: rgb(255, 221, 221);
}
.translation-table .warnings {
  color: red;
  font-size: 0.7rem;
  font-style: italic;
}
.translation-table .warnings p {
  margin: 0;
}

.service-dialog .row.expanded {
  margin-right: 0;
  margin-left: 0;
}

.eke-video-mainVideoComponent {
  padding-top: 1rem;
}

.eke-video-mainVideoComponent .eke-video-details {
  margin-bottom: 1rem;
}

.eke-video-mainVideoComponent .like-block {
  float: right;
  margin-bottom: 0.5rem;
}

.eke-video-componentwrapper {
  padding-top: 15px;
  margin-left: 250px !important;
}

.mainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 1%;
}

.emptymainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 10%;
}

.eke-video-nextTitle {
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  font-size: 1.15rem;
}

.eke-video-resultTitle {
  white-space: nowrap;
  color: #000;
  font-style: oblique;
  font-size: 1.25rem;
  padding-top: 1%;
}

.eke-video-horizontalVideoDiv {
  display: inherit;
  position: relative;
  text-align: center;
  padding-bottom: 2%;
}

.eke-video-horizontalVideoDiv img {
  height: 120px;
  width: 200px;
  position: relative;
  float: left;
}

.eke-video-verticalVideoDiv {
  /*
    display: flex;
    text-align: center;
    min-width: 200px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  */
}
.eke-video-verticalVideoDiv .img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  /*
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  */
}
.eke-video-verticalVideoDiv .img-wrapper:before {
  content: "";
  padding-bottom: 56.25%;
  display: inline-block;
}
.eke-video-verticalVideoDiv img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  &.icon {
      padding: 1rem;
  }
  */
}

.eke-video-verticalDuration {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  background: #282828;
  padding: 0 5px;
}

.eke-video-offerDuration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}

.eke-video-horizontalDuration {
  position: absolute;
  right: 5px;
  top: 215px;
  color: #fff;
  background: #282828;
}

.eke-video-horizontalTitle {
  white-space: nowrap;
  color: #000;
  position: absolute;
  right: 62px;
  overflow: visible;
  top: 150px;
}

.eke-video-verticalInformationTitle {
  white-space: nowrap;
  color: #000 !important;
  position: relative;
  margin-top: 15%;
  bottom: 50rem;
  padding-bottom: 15;
}

.eke-video-rightSideSecondComponent {
  margin-left: 50%;
  display: inline-block;
  max-width: 110rem;
  margin-bottom: 4%;
  padding-right: 30px;
  width: 100%;
}

.eke-video-block {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
}

.eke-video-list {
  margin-bottom: 2rem;
}
.eke-video-list .column {
  margin-bottom: 1rem;
}

.eke-video-container {
  min-height: 100%;
  background: #ffffff;
  /*
  display: flex;
  flex-direction: column;
  */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.eke-video-container:hover .eke-video-thumb:after {
  display: flex;
}
.eke-video-container a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-video-container .eke-video-verticalVideoDiv {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-video-container .eke-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-video-container .eke-video-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-video-container .eke-video-details {
  display: block;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-video-container .eke-video-details span {
  display: block;
}
.eke-video-container .eke-video-details a {
  color: #000000;
}
.eke-video-container .eke-video-details a:hover {
  color: #258faf;
}
.eke-video-container .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}

.eke-video-fixedThumbContainer {
  width: 200px;
  margin-right: 5px;
  /* z-index: -1000;  */
}

.eke-video-boldtitle {
  color: #000;
  display: block;
  max-height: 2.5rem;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.eke-video-title {
  white-space: nowrap;
  /* color:#000; */
  display: -webkit-box;
  max-height: 3rem;
  box-orient: vertical !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* font-size: 1rem; */
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0a0a0a;
}

.eke-video-resultTitlesearch {
  margin-left: 10%;
  margin-right: 50%;
}

.menucomponent {
  width: 100%;
}

.eke-video-leftmenubar {
  width: 100%;
  background: #203138;
}

.eke-video-leftmenubar ul {
  list-style-type: none !important;
  margin: 0;
}

.eke-video-leftmenubar a i {
  margin-right: 5px;
  margin-left: 16px;
  display: inline;
}

.eke-video-leftmenubar li :hover {
  background-color: #eee;
  color: #333;
}

.eke-video-leftmenubar li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.eke-video-videoplayer-graytitle {
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.eke-video-graytitle {
  color: gray;
}

.eke-video .eke-video-rightvideoContainer {
  margin-left: 236px;
  /*
  width: 100%;
  height: auto;
  right: 0;
  height: 80%;
  margin-left: 236px;
  min-width: 138px;
  max-width: 1025px;
  flex-direction: column;
  margin-right: 0;
  */
}

.eke-video-link {
  color: #2bb473;
  font-size: 1.2rem;
}

.eke-video-linktoBook a {
  color: #000;
}

.eke-video-linktoBook a:hover {
  color: #2bb473;
}

.eke-video-tooltip {
  position: relative;
  display: inline-block;
}

.eke-video-tooltip .eke-video-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #2bb473;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: -2.75em;
  /* margin-left: 20rem; */
  right: 33%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.eke-video-tooltip .eke-video-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  margin-left: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #2bb473 transparent transparent transparent;
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eke-video-tooltip:hover .eke-video-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.eke-video-noresultWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
}

.eke-video-noresultContainer {
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.eke-offers {
  margin-top: 3.5rem;
}

.eke-offers .video-offer {
  margin-bottom: 0.5rem;
}

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.back-glow.gray {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #eaeaeb));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2;
}

.eke-video-rightvideoContainer .video-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  border-top: 1px solid #999;
  padding: 1rem 0;
}

.eke-video-rightvideoContainer .video-block-list {
  display: flex;
  flex-wrap: wrap;
}

.eke-video-rightvideoContainer .video-block-list .video-block {
  max-width: 200px;
  padding: 0 0.5rem 1rem 0.5rem;
}

.eke-video-more {
  text-align: center;
}

@media (max-width: 64em) {
  .eke-video {
    margin-top: 48px;
    /*104px;*/
  }
}
@media (max-width: 40em) {
  /* #eke-app
  {
      padding-top: 46px;
  } */
  .eke-video {
    margin-top: 48px;
  }
  .eke-video-offerDuration {
    bottom: 0;
    top: unset;
  }
  .eke-video-fixedThumbContainer {
    width: 100%;
  }
  .eke-video-vertical-video-div .img-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .eke-video-vertical-video-div img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 24em) {
  .eke-video-vertical-video-div {
    width: 100%;
  }
}
.eke-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.eke-image-list > * {
  /* margin: 0 0 1.875rem 1.875rem; */
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1rem;
  width: calc(50% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .eke-image-list > * {
    width: unset;
  }
}

.eke-image-more {
  width: 100%;
  margin: 0;
  text-align: center;
}

.eke-extended-list .eke-media-container {
  max-width: none;
}
.eke-extended-list .eke-media-offer .img-wrapper {
  max-width: none;
}
.eke-extended-list .eke-media-offer img {
  height: 200px;
}

.eke-media-container {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}

.eke-media-search-result-pagination {
  display: flex;
  flex-direction: column;
}

/* Eke Media page */
.eke-media {
  position: relative;
}
.eke-media:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9eaea url(../img/LANDING/media_bg.png) repeat-y center center/100%;
  opacity: 0.3;
  z-index: -1;
}
.eke-media .button.primary.hollow {
  background: #ffffff;
}
.eke-media .eke-media-leftmenubar {
  background: #2d444e;
  position: fixed;
  top: 77px;
}
.eke-media .eke-media-leftmenubar h4 .text {
  color: #fff;
}
.eke-media .eke-media-leftmenubar ul {
  list-style-type: none !important;
  margin: 0;
}
.eke-media .eke-media-leftmenubar li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-media .eke-media-leftmenubar a {
  color: #fff;
  line-height: 1rem;
  display: block;
  padding: 1em 0;
}
.eke-media .eke-media-leftmenubar a .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.eke-media .eke-media-leftmenubar a i {
  margin-right: 5px;
  margin-left: 16px;
  display: inline;
}
.eke-media .eke-media-rightcontainer {
  margin-left: 60px;
}
@media (min-width: 74em) {
  .eke-media .eke-media-rightcontainer {
    margin-left: unset;
  }
}
.eke-media .eke-media-offers-title {
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "BloggerSans", "OpenSans", sans-serif;
}
.eke-media .eke-media-offers {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -20px;
  padding-bottom: calc(3rem - 20px);
}
.eke-media .eke-media-offers .eke-media-more {
  width: 100%;
  text-align: center;
}
.eke-media .eke-media-offers[data-media-type=image] {
  justify-content: space-between;
}
.eke-media .eke-media-offers[data-media-type=image] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(50% - 20px);
}
@media (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] > * {
    width: unset;
  }
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer {
  position: relative;
  font-size: 0.9em;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer:hover img {
  transform: scale(1.02);
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer:hover .eke-media-details {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-thumb .img-wrapper img {
  width: auto;
  height: 113px;
  transition: transform 200ms;
  object-fit: contain !important;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-link {
  color: #0a0a0a;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .img-wrapper {
  overflow: hidden;
  max-width: 339px;
  min-width: 113px;
  min-height: 113px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  margin: 0 auto;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
  font-size: 0.9em;
  background-color: #eee;
}
@media print, screen and (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-details {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    min-width: 100%;
    text-align: left;
    background: rgba(10, 10, 10, 0.8);
    color: #ffffff;
    transform: translateX(-50%);
    /*
    span {
        display: block;
    }
    */
  }
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  margin: auto -0.6rem -0.6rem -0.6rem;
  padding: 0 0.6rem;
  color: #ffffff;
  font-size: 0.9em;
  background: #203138;
}
@media print, screen and (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-stat {
    background: none;
  }
}
.eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer:hover .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer:hover .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-link, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-link, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper:before, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper:before, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper img, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper img, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .eke-media-duration, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .eke-media-duration, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .icon, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .icon, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details a, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details a, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details a:hover, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details a:hover, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-description, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-description, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-stat, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-stat, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=audio] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=audio] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=audio] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer:hover .eke-media-thumb .bar {
  animation-play-state: unset;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb:after {
  content: "";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb .bar {
  animation-play-state: paused;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-stat {
  display: flex;
  margin: auto -0.6rem -0.6rem -0.6rem;
  justify-content: space-between;
  padding: 0 0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=map] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=map] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=map] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-tooltip {
  position: relative;
  display: inline-block;
}
.eke-media .eke-media-tooltip:empty {
  display: none;
}
.eke-media .eke-media-tooltip .eke-media-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #2bb473;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: -2.75em;
  right: 33%;
  opacity: 0;
  transition: opacity 0.3s;
}
.eke-media .eke-media-tooltip .eke-media-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #2bb473 transparent transparent transparent;
  transform: translateX(12px);
  transform: rotate(180deg);
}
.eke-media .eke-media-tooltip:hover .eke-media-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.eke-media .eke-media-single {
  position: relative;
  margin-bottom: 50px;
  margin-top: 1rem;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media .eke-media-single:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  height: 8px;
  background: #2BB472;
}
@media (min-width: 64em) {
  .eke-media .eke-media-single:after {
    top: 0;
    bottom: 0;
    right: -38px;
    left: unset;
    height: unset;
    width: 8px;
  }
}
@media (min-width: 64em) {
  .eke-media .eke-media-single {
    margin-right: 40px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 74em) {
  .eke-media .eke-media-single {
    margin-left: 60px;
  }
}
.eke-media .eke-media-single .eke-media-viewer {
  text-align: center;
}
.eke-media .eke-media-single .eke-media-viewer > * {
  margin-bottom: 0;
}
.eke-media .eke-media-single .eke-media-viewer .audio-container {
  margin: 0;
  border-radius: 0;
}
.eke-media .eke-media-single .eke-media-viewer .widescreen {
  background: #020000;
  margin-bottom: 0;
}
.eke-media .eke-media-single .eke-media-viewer .widescreen > img {
  min-height: 200px;
  background: white;
}
.eke-media .eke-media-single .eke-media-details {
  padding: 0.6rem;
}
.eke-media .eke-media-single .eke-media-title {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0a0a0a;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-align: left;
}
.eke-media .eke-media-single .eke-media-socials {
  text-align: right;
}
.eke-media .eke-media-single .eke-media-socials .like-block {
  display: inline-flex;
  background: #333333;
  border-radius: 0;
  border-bottom-left-radius: 15px;
}
@media (max-width: 40em) {
  .eke-media .eke-media-single .eke-media-socials .like-block .button-title {
    display: none;
  }
}
.eke-media .eke-media-single .eke-media-socials .usr-like {
  opacity: unset;
  color: #ffffff;
  font-size: 12pt;
  cursor: pointer;
  background: #333333;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  padding: 5px 15px 7px 15px;
  border: 1px solid #000000;
  vertical-align: top;
  margin-left: -10px;
}
.eke-media .eke-media-single .eke-media-socials .collection-menu button {
  opacity: unset;
  color: #ffffff;
  font-size: 12pt;
  cursor: pointer;
  background: #333333;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  padding: 5px 15px 7px 15px;
  border: 1px solid #000000;
  vertical-align: top;
  margin-left: -10px;
  z-index: 10;
  padding-right: 25px;
  text-align: left;
}

.eke-media-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -20px;
  padding-bottom: calc(3rem - 20px);
}
.eke-media-blocks > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 44em) {
  .eke-media-blocks > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 64em) {
  .eke-media-blocks > * {
    width: calc(25% - 20px);
  }
}

/* Media block */
.eke-media-block {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media-block:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media-block .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.eke-media-block .eke-media-link:focus-visible {
  border: 2px solid black;
}
.eke-media-block .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media-block .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media-block .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media-block .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media-block .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media-block .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media-block .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media-block .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media-block .eke-media-details a {
  color: #000000;
}
.eke-media-block .eke-media-details a:hover {
  color: #258faf;
}
.eke-media-block .eke-media-name,
.eke-media-block .eke-media-description {
  margin-bottom: 2px;
}
.eke-media-block .eke-media-social {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media-block .eke-media-social button {
  color: inherit;
}

/* Extra css for media landing page */
.eke-media-single-similars {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .eke-media-single-similars {
    margin-top: 1rem;
  }
}
.eke-media-single-similars > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 40em) {
  .eke-media-single-similars > * {
    width: calc(50% - 20px);
  }
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar {
  position: relative;
  font-size: 0.9em;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar:hover img {
  transform: scale(1.02);
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar:hover .eke-media-details {
  display: flex;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-thumb .img-wrapper img {
  width: auto;
  height: 113px;
  transition: transform 200ms;
  object-fit: contain !important;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-link {
  color: #0a0a0a;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .img-wrapper {
  display: block;
  overflow: hidden;
  max-width: 339px;
  min-height: 113px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  margin: 0 auto;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-details {
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
  font-size: 0.9em;
  background-color: #eee;
}
@media print, screen and (min-width: 40em) {
  .eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-details {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    min-width: 100%;
    text-align: left;
    background: rgba(10, 10, 10, 0.8);
    color: #ffffff;
    transform: translateX(-50%);
    /*
    span {
        display: block;
    }
    */
  }
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-name,
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-subject,
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-grade {
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-stat {
  display: flex;
  justify-content: space-between;
  margin: auto -0.6rem -0.6rem -0.6rem;
  padding: 0 0.6rem;
  color: #ffffff;
  font-size: 0.9em;
  background: #203138;
}
@media print, screen and (min-width: 40em) {
  .eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-stat {
    background: none;
  }
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-link, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-link {
  color: #0a0a0a;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar:hover .eke-media-thumb:after, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb:after, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .img-wrapper, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .img-wrapper:before, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .img-wrapper:before {
  content: "";
  padding-bottom: 56.25%;
  display: inline-block;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb img, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .eke-media-duration, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-link, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-link {
  color: #000000;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-link:hover, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-link:hover {
  color: #258faf;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-name, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-name {
  font-weight: bold;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-subject, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-subject {
  font-size: 0.9em;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-grade, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-grade {
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-stat, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}

.equalizer {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  width: 90px;
  height: 60px;
  margin-left: -1px;
}
@keyframes bar {
  0% {
    opacity: 0.35;
    height: 10%;
  }
  100% {
    opacity: 1;
    height: 90%;
  }
}
.equalizer .bar {
  background: #2BB472;
  flex: 1;
  animation: bar 0ms -800ms linear infinite alternate;
  margin-left: 1px;
  animation-delay: -10s;
  /*
  &:nth-child(1)  { animation-duration: 474ms; }
  &:nth-child(2)  { animation-duration: 433ms; }
  &:nth-child(3)  { animation-duration: 407ms; }
  &:nth-child(4)  { animation-duration: 458ms; }
  &:nth-child(5)  { animation-duration: 400ms; }
  &:nth-child(6)  { animation-duration: 427ms; }
  &:nth-child(7)  { animation-duration: 441ms; }
  &:nth-child(8)  { animation-duration: 419ms; }
  &:nth-child(9)  { animation-duration: 487ms; }
  &:nth-child(10) { animation-duration: 442ms; }
  */
}
.equalizer .bar:nth-child(1) {
  animation-duration: 449ms;
}
.equalizer .bar:nth-child(2) {
  animation-duration: 453ms;
}
.equalizer .bar:nth-child(3) {
  animation-duration: 451ms;
}
.equalizer .bar:nth-child(4) {
  animation-duration: 419ms;
}
.equalizer .bar:nth-child(5) {
  animation-duration: 442ms;
}
.equalizer .bar:nth-child(6) {
  animation-duration: 499ms;
}
.equalizer .bar:nth-child(7) {
  animation-duration: 459ms;
}
.equalizer .bar:nth-child(8) {
  animation-duration: 406ms;
}
.equalizer .bar:nth-child(9) {
  animation-duration: 491ms;
}
.equalizer .bar:nth-child(10) {
  animation-duration: 438ms;
}
.equalizer .bar:nth-child(11) {
  animation-duration: 411ms;
}
.equalizer .bar:nth-child(12) {
  animation-duration: 474ms;
}
.equalizer .bar:nth-child(13) {
  animation-duration: 467ms;
}
.equalizer .bar:nth-child(14) {
  animation-duration: 463ms;
}
.equalizer .bar:nth-child(15) {
  animation-duration: 474ms;
}
.equalizer .bar:nth-child(16) {
  animation-duration: 417ms;
}
.equalizer .bar:nth-child(17) {
  animation-duration: 487ms;
}
.equalizer .bar:nth-child(18) {
  animation-duration: 455ms;
}
.equalizer .bar:nth-child(19) {
  animation-duration: 407ms;
}
.equalizer .bar:nth-child(20) {
  animation-duration: 484ms;
}

.menu-h3.lesson-viewed::before {
  display: none;
}

/* Page title + overwrite for NKP */
.eke-content-title {
  font-size: 1.9375rem;
  padding: 15px 30px 15px 70px;
  border-bottom: 1px solid #4c7484;
  background: #e9eaea;
  margin: 0;
  text-align: center;
}
@media (min-width: 40em) {
  .eke-content-title {
    text-align: left;
  }
}

.eke-content-wrapper.with-sidebar {
  height: 100%;
}

.eke-content-wrapper > .show-for-sr {
  position: unset !important;
  height: unset;
  width: unset;
}

/* Copied from wcag version, except outlines */
/* landing page */
.subject-select .item a:focus {
  display: block;
  outline-offset: 0;
}

/*---------*/
.eke-video-vertical-video-div a {
  outline-offset: 0;
}

.dl-list .book-item a,
.owl-carousel .book-item a {
  display: block;
}

.tile .tile-header *:focus {
  opacity: 1;
}
.tile .tile-header .buttons button {
  outline-offset: 0;
}

.eke-calendar-page .eke-calendar .eke-calendar-activity h3 {
  text-shadow: none;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 .date {
  color: #333;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 .day {
  color: #333;
}

.shortcut {
  position: absolute;
  z-index: 9998;
  background-color: #2BB472;
  bottom: 5px;
  right: 5px;
  font-weight: bold;
  padding: 0 0.2rem;
  border: 3px solid #028144;
  display: unset;
}

.content-storage-main {
  margin-top: 1.5rem;
}

.notification-center {
  height: 40px;
  display: block;
}
.notification-center h6 {
  height: 100%;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2BB472;
}