.cookiealert-close {
  background-color: #40aaeb;
  border-radius: 10px;
  border-style: none;
  border-width: medium medium 2px;
  color: white;
  cursor: pointer;
  padding: 2px 20px;
}
.cookiealert-close:active {
  background-color: #3792ca;
}
.scroll-x {
  overflow-x: auto;
}
.answer-checkbox > .checkbox {
  margin-top: -5px;
}
.dd {
  max-width: 100%;
}
.mh150 {
  max-height: 150px;
}
.esk-box {
  background-color: white;
  border-radius: 0.125rem;
  box-shadow: 0 0.063rem 0.125rem rgba(0,0,0,0.22);
  padding: 30px;
  margin: 10vh auto;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}
.esk-box h1 {
  margin-bottom: 20px;
}
.esk-box p {
  line-height: 1.7em;
  font-size: 16px;
  font-weight: 400;
}
.esk-box-sm {
  max-width: 455px;
  width: 100%;
}
.esk-box-sep {
  color: #aaa;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 5px;
  width: 100%;
  margin: 15px 0 12px;
}
.esk-box-sep:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e8ebeb;
  left: 0;
  top: 8px;
  z-index: -2;
}
.esk-box-sep:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: -1;
}
.esk-link {
  color: #489cc1;
  font-weight: 600;
  font-size: 16px;
}
.esk-link:hover {
  color: #489cc1;
  text-decoration: underline;
}
.esk-box-btns {
  margin-top: 50px;
}
.full-width {
  width: 100%;
}
.esk-form-control {
  color: #494e61;
  font-size: 18px;
  font-weight: 400;
}
.page-container {
  background-color: transparent;
  overflow: visible;
}
.text-subcategory {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.text-subcategory span {
  background-color: #e8ebeb;
  padding-right: 5px;
}
.text-subcategory:after {
  content: '';
  position: absolute;
  background-color: #939696;
  width: 100%;
  height: 2px;
  top: 7px;
  z-index: -1;
  left: 0;
}
@media all and (max-width: 600px) {
  .esk-box {
    margin: 0 auto;
  }
}
.esk-lesson-details .esk-lesson-name h4 {
  height: 53px;
  overflow: hidden;
}
.splash-screen-container {
  min-height: 80px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-20 {
  margin-top: 20px;
}
.flowplayer .fp-logo {
  display: block !important;
  opacity: 1;
}
.summary-answer-check img {
  max-height: 24px;
  margin-left: 8px;
}
.nav-tabs-tests.nav-tabs > li {
  min-width: 53px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .nav-tabs.nav-justified-desktop {
    border-bottom: 0;
  }
  .nav-tabs.nav-justified-desktop > li {
    display: table-cell;
    width: 1%;
    float: none;
  }
}
.esk-exam-questions-answers .questions-loader {
  position: absolute;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
}
.relative {
  positions: relative;
}
.esk-html5-player {
  width: 100%;
  height: 100%;
}
.exam-movie-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -10;
}
.esk-video-player {
  z-index: 20;
}
#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 20%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 500ms linear infinite;
}
#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #489cc1 !important;
  border-left-color: #489cc1 !important;
  border-radius: 50%;
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#testHints .esk-player-center-description {
  min-height: 150px;
}
#sidebarOverlay {
  position: fixed;
  top: 40px;
  right: 0px;
  width: 400px;
  height: 70%%;
  background: #f7f7f7;
  z-index: 9999;
  padding: 20px;
}
