/*
* Styles zum video.js v0.4.3 - 18/06/07 by Arne Westphal
* eLearning Buero MIN-Fakultaet - Universitaet Hamburg
*/
/* Greys */
/* Colors */
/* Quiz Colors */
/* Transparent greys */
/* Transparent black -> black ~(ease-in-out) */
/* ------------------------------------ Fonts -------------------------------- */
@font-face {
  font-family: 'eLearn-Video';
  font-style: normal;
  font-weight: normal;
  src: url("../font/eLearn-Video.woff") format("woff"), url("../font/eLearn-Video.ttf") format("truetype");
}

@font-face {
  font-family: 'eLearn-Icons';
  font-style: normal;
  font-weight: normal;
  src: url("../font/eLearn-Icons.woff") format("woff"), url("../font/eLearn-Icons.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../font/OpenSans-Regular-webfont.woff") format("woff"), url("../font/OpenSans-Regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../font/OpenSans-Bold-webfont.woff") format("woff"), url("../font/OpenSans-Bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../font/OpenSans-Italic-webfont.woff") format("woff"), url("../font/OpenSans-Italic-webfont.ttf") format("truetype");
}

.video-container {
  display: inline-block;
  max-width: 100%;
}

.elearnjs-video {
  max-width: 100%;
  margin: 3em 0px 3em 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

/* Apple player hide */
.elearnjs-video *::-webkit-media-controls {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.elearnjs-video *::-webkit-media-controls-enclosure {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.elearnjs-video *::-webkit-media-controls-panel {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
.elearnjs-video *::--webkit-media-controls-play-button {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
.elearnjs-video *::-webkit-media-controls-start-playback-button {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.elearnjs-video {
  position: relative;
  cursor: none;
  line-height: 0;
  outline: none;
  overflow: hidden;
  min-height: 125px;
  min-width: 220px;
  background: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elearnjs-video video {
  display: block;
  margin: auto;
}

.elearnjs-video.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: black;
}

.elearnjs-video.full video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: black;
}

.elearnjs-video > * {
  max-width: 100%;
}

.elearnjs-video.hovered {
  cursor: pointer;
}

.elearnjs-video .controls {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  transition: opacity 0.2s ease-out;
  background: #333;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.32) 63%, rgba(0, 0, 0, 0.44) 75%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0.7) 94%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(25%, rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(63%, rgba(0, 0, 0, 0.32)), color-stop(75%, rgba(0, 0, 0, 0.44)), color-stop(88%, rgba(0, 0, 0, 0.62)), color-stop(94%, rgba(0, 0, 0, 0.7)), color-stop(97%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.32) 63%, rgba(0, 0, 0, 0.44) 75%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0.7) 94%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.32) 63%, rgba(0, 0, 0, 0.44) 75%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0.7) 94%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.32) 63%, rgba(0, 0, 0, 0.44) 75%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0.7) 94%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.32) 63%, rgba(0, 0, 0, 0.44) 75%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0.7) 94%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.elearnjs-video.hovered .controls {
  pointer-events: auto;
  opacity: 1;
}

.elearnjs-video .controls .bottom-row > * {
  display: -webkit-flex;
  display: flex;
  flex: none;
  -webkit-flex: none;
  height: 24px;
  line-height: 24px;
}

.elearnjs-video .controls .bottom-row {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  max-width: 100%;
  cursor: default;
}

/* PROGRESSBAR */
.elearnjs-video .controls .video-progress-con {
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
  margin: 5px 5px;
  max-width: 100%;
}

.elearnjs-video .controls .video-progress {
  position: absolute;
  top: 10px;
  /* (24Height - 4Height) / 2 */
  width: 100%;
  height: 4px;
  transition: 0.1s ease-out;
  background: #888;
  background: rgba(200, 200, 200, 0.5);
}

.elearnjs-video .controls .video-progress-con:hover .video-progress {
  height: 6px;
  top: 9px;
  /* (24Height - 8Height) / 2 */
}

.elearnjs-video .controls .video-progress-con .video-progress-bar,
.elearnjs-video .controls .video-progress-con .video-progress-loaded,
.elearnjs-video .controls .video-progress-con .video-progress-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.elearnjs-video .controls .video-progress-con .video-progress-bar {
  background: #e2001a;
  background: rgba(226, 0, 26, 0.95);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.elearnjs-video .controls .video-progress-pointer {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  top: 7px;
  left: 0;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  border-radius: 50%;
  background: #e2001a;
  background: rgba(226, 0, 26, 0.95);
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.elearnjs-video .controls .video-progress-con .video-progress-loaded {
  background: #b4b4b4;
  background: rgba(200, 200, 200, 0.3);
}

.elearnjs-video .controls .video-progress-con .video-progress-hover {
  background: #888;
  background: rgba(200, 200, 200, 0.2);
}

.elearnjs-video .progress-hover-time {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  background: #333;
  color: white;
  border-radius: 3px;
}

/* TEXT AND ICONS IN CONTROLS */
.elearnjs-video .controls .icon,
.elearnjs-video .controls .text {
  margin: 5px;
  color: white;
  line-height: 24px;
  padding: 0 3px;
}

.elearnjs-video .icon {
  font-family: eLearn-video;
  text-align: center;
  color: white;
  font-size: 13pt;
  line-height: 100%;
}

.elearnjs-video .icon:before {
  width: 100%;
  line-height: 24px;
}

.elearnjs-video .icon:hover {
  color: #e2001a;
}

.elearnjs-video .controls .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  vertical-align: bottom;
}

.elearnjs-video .controls .text {
  cursor: default;
  text-align: center;
}

/* PLAY PAUSE */
.elearnjs-video .controls .icon.playpause.playing:before {
  content: '\e903';
}

.elearnjs-video .controls .icon.playpause.paused:before {
  content: '\e905';
}

/* FULLSCREEN */
.elearnjs-video .controls .icon.fullscreen:before {
  content: '\e902';
}

.elearnjs-video.full .controls .icon.fullscreen:before {
  content: '\e901';
}

/* SOUND */
.elearnjs-video .controls .volume {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  vertical-align: bottom;
  background: transparent;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #444 50%);
  transition: background-position 0.085s linear;
}

.elearnjs-video .controls .volume .icon.mute:before {
  content: '\e906';
}

.elearnjs-video .controls .volume .icon.low:before {
  content: '\e907';
}

.elearnjs-video .controls .volume .icon.medium:before {
  content: '\e908';
}

.elearnjs-video .controls .volume .icon.high:before {
  content: '\e909';
}

.elearnjs-video .controls .volume.hovered {
  background: #444;
  background-image: linear-gradient(to bottom, transparent 50%, #444 50%);
  transition: background-position 0s linear;
  /* on way in no transition */
  background-position: 0 100%;
}

.elearnjs-video .controls .volume .volume-con {
  display: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 34px;
  left: 0;
  padding: 10px;
  background: #444;
}

.elearnjs-video .controls .volume.hovered .volume-con {
  display: block;
}

.elearnjs-video .controls .volume .volume-con .volume-wrap {
  position: relative;
  width: 14px;
}

.elearnjs-video .controls .volume .volume-con .volume-bar {
  position: absolute;
  left: 5px;
  width: 4px;
  background: #888;
  background: rgba(200, 200, 200, 0.5);
}

.elearnjs-video .controls .volume .volume-con .volume-wrap,
.elearnjs-video .controls .volume .volume-con .volume-bar {
  transition: 0.115s linear;
}

.elearnjs-video .controls .volume .volume-con .volume-wrap,
.elearnjs-video .controls .volume .volume-con .volume-bar {
  height: 0;
}

.elearnjs-video .controls .volume.controlopen .volume-con .volume-wrap,
.elearnjs-video .controls .volume.controlopen .volume-con .volume-bar {
  height: 60px;
}

.elearnjs-video .controls .volume .volume-con .volume-control {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background: #e2001a;
}

/* Error*/
.elearnjs-video .error-con {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  background: #444;
  color: white;
  cursor: default;
}

.elearnjs-video .error-con > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  line-height: 20px;
}

/* PLAY OVERLAY (before starting) + MOBILE*/
.elearnjs-video .play-overlay,
.elearnjs-video .mobile-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  background: rgba(0, 0, 0, 0.2);
}

.elearnjs-video .play-overlay + .controls {
  display: none;
}

.elearnjs-video .play-overlay .play,
.elearnjs-video .mobile-overlay .playpause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 3;
}

.elearnjs-video .mobile-overlay {
  display: none;
}

.elearnjs-video.mobile .mobile-overlay {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}

.elearnjs-video.mobile.hovered .mobile-overlay {
  opacity: 1;
  pointer-events: auto;
}

.elearnjs-video.mobile .controls .playpause {
  display: none;
}

.elearnjs-video.mobile .mobile-overlay .icon,
.elearnjs-video .play-overlay .play {
  font-size: 48pt;
  color: white;
  line-height: 80px;
  text-shadow: 0px 0px 15px black;
}

.elearnjs-video.mobile .mobile-overlay .icon:hover,
.elearnjs-video .play-overlay .play:hover {
  font-size: 50pt;
}

.elearnjs-video .mobile-overlay .icon.playpause.playing:before {
  content: '\e904';
}

.elearnjs-video .mobile-overlay .icon.playpause.paused:before,
.elearnjs-video .play-overlay .play:before {
  content: '\e900';
}

/* ------------------------- VIDEO NOTES ------------------------- */
.video-container.noted_video .elearnjs-video,
.video-container.allow_user_notes .elearnjs-video {
  margin-bottom: 0;
}

.video_notes_wrapper {
  display: none;
  max-width: 100%;
  background: #888;
  padding: 1.8em;
  border-radius: 0 0 5px 5px;
  color: white;
  margin-bottom: 3em;
  box-sizing: border-box;
}

.video_notes_wrapper table th {
  background: #444;
}

.video_notes_wrapper textarea,
.video_notes_wrapper input[type="text"] {
  border: 1px solid #b4b4b4;
  background: #666;
  color: white;
}

.video_notes_wrapper ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b4b4b4;
}

.video_notes_wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4;
  opacity: 1;
}

.video_notes_wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  opacity: 1;
}

.video_notes_wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
}

.video_notes_wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4;
}

.video_notes_wrapper.tabbed-container {
  padding: 0;
}

/* ------------------------------------------ TABBED BOXES ------------------------------------------ */
.video_notes_wrapper .tabs {
  background-color: #666;
}

.video_notes_wrapper .tab-select {
  display: inline-block;
  padding: 5px 8px;
  color: white;
  cursor: pointer;
  background: 0;
  border-right: 1px solid #888;
  -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 */
}

.tabs .tab-select:last-child {
  border-right: none;
}

.video_notes_wrapper .tab-select {
  color: white;
  border-right: 1px solid #888;
  background: 0;
}

.video_notes_wrapper .tab-select.act {
  background: #888;
}

.video_notes_wrapper .tabbed-box {
  background: none;
  padding: 1.8em;
}

.video-container.noted_video .video_notes_wrapper,
.video-container.allow_user_notes .video_notes_wrapper {
  display: block;
}

.video-container.noted_video .video_notes_wrapper span.video_note_timestamp,
.video-container.allow_user_notes .video_notes_wrapper span.video_note_timestamp {
  font-weight: bold;
  margin-right: 0.5em;
}

.video_notes_wrapper .video_note {
  padding: 0.5em 0.5em;
  margin: 4px 0;
  background: #666;
  border-radius: 3px;
  word-break: break-word;
  min-height: 28px;
}

.video_notes_wrapper .video_note .content {
  display: inline;
  max-width: 100%;
}

.video_notes_wrapper .video_note .content * {
  max-width: 100%;
}

.video_notes_wrapper .video_note textarea,
.video_notes_wrapper .video_note input[type="text"] {
  background: #444;
}

.video_notes_wrapper .video_note.backup {
  display: none;
}

.elearnjs-video .controls .video-progress-con .video-progress-note {
  position: absolute;
  top: 8px;
  /* centered to .video-progress which is top:10px and height 4px */
  bottom: 0;
  left: 0;
  width: 4px;
  height: 8px;
  background: #F7EF00;
  pointer-events: none;
}

.elearnjs-video .controls .video-progress-con .video-progress-note.user-progress-note {
  background: rgba(16, 167, 255, 0.9);
}

.show_all_notes {
  float: right;
}

/* USER NOTES */
.video-container .video_notes_wrapper .note_add_container {
  display: none;
  margin-bottom: 5px;
}

.video-container .note_add_container .user_note_from,
.video-container .note_add_container .user_note_to {
  font-family: Open Sans, sans-serif;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px;
}

.video-container .note_add_container textarea {
  width: 100% !important;
  height: 80px;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
}

.video-container .toggle_note_add {
  margin-top: 2em;
}

.video-container .user_note_menu_wrap {
  float: right;
  width: 22px;
  margin-left: 10px;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
  font-family: eLearn-icons;
}

.video-container .user_note_menu_wrap:hover {
  opacity: 1;
}

.video-container .user_note_menu {
  font-size: 140%;
  transform: scale(0.15, 1);
}

.user_note_dropdown {
  font-size: 12px;
  position: absolute;
  top: -27px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  background-color: white;
  padding: 4px;
  z-index: 5;
}

.user_note_dropdown.top {
  top: 0px;
}

.user_note_dropdown:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -8px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent #b4b4b4;
  display: block;
  width: 0;
  z-index: 1;
}

.user_note_dropdown:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -7px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent white;
  display: block;
  width: 0;
  z-index: 1;
}

.user_note_dropdown.top:before,
.user_note_dropdown.top:after {
  top: 4px;
  bottom: auto;
}

.user_note_dropdown > .dropdown_element {
  border-radius: 2px;
  padding: 4px 4px 4px;
  background: white;
  color: #444;
  cursor: pointer;
  line-height: 120%;
}

.user_note_dropdown > .dropdown_element:hover {
  background: #888;
  color: white;
}

.user_note_import_filechoser {
  display: none;
}

/* Video note hint on video */
.elearnjs-video .note-hint-con {
  position: absolute;
  top: 10px;
  right: 10px;
}

.elearnjs-video .note-hint {
  line-height: initial;
  padding: 5px 10px;
  background: #dcdcdc;
  background: rgba(220, 220, 220, 0.8);
  color: #444;
  border-radius: 5px;
  box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.elearnjs-video .note-hint:hover {
  background: #dcdcdc;
  text-decoration: underline;
}

.elearnjs-video .note-hint-arrow,
.elearnjs-video .note-hint-close {
  position: relative;
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.25em;
}

.elearnjs-video .note-hint-arrow:before {
  font-family: eLearn-icons;
  content: "c";
}

.elearnjs-video .note-hint-close {
  position: relative;
  text-align: center;
  width: 18px;
  height: 18px;
  font-size: 20pt;
  line-height: 18px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elearnjs-video .note-hint-close:hover {
  background: rgba(136, 136, 136, 0.25);
  color: black;
}

.elearnjs-video .note-hint-close:before {
  content: "+";
}

.video_notes_wrapper .video_note.emphasized {
  animation-name: note_emphasize;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@keyframes note_emphasize {
  from {
    color: #444;
    background: #dcdcdc;
  }
  to {
    color: white;
    background: #666;
  }
}

/* ---------------------------------------------------------------------- */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  background: rgba(0, 0, 0, 0.2);
}

.loading-overlay .loading-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.loading-animation {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  animation: spin 2s infinite linear;
}

.loading-animation > .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #888;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.loading-animation > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip: rect(0px, 40px, 40px, 20px);
}

.loading-animation > .inner.skip {
  transform: rotate(180deg);
}

.loading-animation > .inner > .light {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 3px solid white;
  clip: rect(0px, 40px, 40px, 20px);
  animation: spin 2.5s infinite linear;
}

/* ------------------------ QUIZ.js Style --------------------------- */
.video_notes_wrapper .question,
.video_note .q-ergebnis {
  border: 2px solid #888;
}

.video_notes_wrapper .question.answered .answers textarea {
  background: #444;
}

.video_notes_wrapper .question h4 {
  background: #888;
}

.video_note button.quizButton {
  border: 1px solid #888;
  background-color: #888;
  color: white;
}

.video_notes_wrapper .question label:hover {
  background-color: #888;
}

.video_notes_wrapper .question label.right,
.video_notes_wrapper .question .object.right {
  background-color: #6a756a;
}

.video_notes_wrapper .question label.right:hover,
.video_notes_wrapper .question .object.right:hover {
  background-color: #5e755e;
}

.video_notes_wrapper .question label.wrong {
  background-color: #756a6a;
}

.video_notes_wrapper .question label.wrong:hover {
  background-color: #755e5e;
}

.video_notes_wrapper .question .right.right_icon:after,
.video_notes_wrapper .question .wrong.right_icon:after {
  color: #38b738;
}

.video_notes_wrapper .question[qtype="choice"] label.right_icon:before,
.video_notes_wrapper .question[qtype="choice"] label.wrong_icon:before,
.video_notes_wrapper .question[qtype="matrix_choice"] label.right_icon:before,
.video_notes_wrapper .question[qtype="matrix_choice"] label.wrong_icon:before {
  color: #b4b4b4;
}

/* .question[qtype="choice"] label.right.right_icon:before, */
.video_notes_wrapper .question[qtype="choice"] label.wrong.right_icon:before,
.video_notes_wrapper .question[qtype="matrix_choice"] label.wrong.right_icon:before {
  color: #790000;
}

/* .question[qtype="choice"] label.right.wrong_icon:before, */
.video_notes_wrapper .question[qtype="choice"] label.wrong.wrong_icon:before .video_notes_wrapper .question[qtype="matrix_choice"] label.wrong.wrong_icon:before {
  color: #790000;
}

.video_notes_wrapper .question label.img_radio:hover img {
  border: 5px solid #666;
}

.video_notes_wrapper .question label.img_radio input:checked + img {
  border: 5px solid #5ba8bd;
}

.video_notes_wrapper .question label.img_radio.right {
  border: 5px solid #6ea277;
}

.video_notes_wrapper .question label.img_radio.wrong {
  border: 5px solid #a26e6e;
}

.video_notes_wrapper .question[qtype="classification"] .answers .object.blocked,
.video_notes_wrapper .question[qtype="order"] .answers .object.blocked {
  background: #444;
}

/* ------------------------ SUPPRESS OLAT PLAYER --------------------------- */
.mejs-video {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.mejs-video .mejs-mediaelement {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.mejs-video .mejs-mediaelement video {
  pointer-events: none !important;
}

.mejs-video .mejs-layers,
.mejs-video .mejs-controls {
  display: none !important;
}

.mejs-video:not(.mejs-long-video) .video-progress-con {
  pointer-events: none !important;
}

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

@media screen and (max-width: 800px) {
  /* VIDEOS */
  .elearnjs-video .controls {
    padding: 5px;
  }
}

@media screen and (max-width: 440px) {
  /* VIDEOS */
  .elearnjs-video .controls {
    padding: 3px;
  }
  .elearnjs-video.mobile .mobile-overlay .icon,
  .elearnjs-video .play-overlay .play {
    font-size: 36pt;
  }
  .elearnjs-video.mobile .mobile-overlay .icon:hover,
  .elearnjs-video .play-overlay .play:hover {
    font-size: 38pt;
  }
}

@media print {
  .video_notes_wrapper {
    color: #444;
  }
  .video_notes_wrapper .tabs {
    display: none;
  }
  .video_notes_wrapper .tab {
    display: block !important;
  }
  .show_all_notes {
    display: none;
  }
  /* User notes */
  .user_note_menu_wrap,
  .toggle_note_add {
    display: none;
  }
  .user_notes {
    display: block !important;
  }
}
