/**
 * Flex-Episodelist
 */
.oc_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1em;
}
.oc_flexitem {
  display: inline-block;
  position: relative;
}
.oc_flexplaycontainer {
  margin: 0 1px;
  float: left;
  width: 25em;
  height: auto;
}
.oc_flexepisodelist {
  padding: 5ex;
  margin-top: 1em;
  padding: 0.5em;
  height: auto;
  width: 100%;
}
.oc_warning > legend {
  background-color: #ffbd33 ! important;
}
.oc_form_icon {
  display: inline-block;
  position: absolute;
  right: 1em;
}
.oc_password_vis input[type=password] {
  margin-top: 0 ! important;
}
.oc_password_vis span img[data-name=invisible] {
  display: none;
}
.oce_playercontainer {
  background: #e2e3e5;
  margin-top: 1em;
  padding-right: 1.5em;
  z-index: 1999;
  height: auto;
}
.oce_playercontainer .oc_playerframe {
  display: block;
  margin: 0 auto;
}
.oce_playercontainer .theodul {
  min-width: 100%;
  height: 360px;
}
.oce_playercontainer span.previewimage {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.oce_playercontainer span.previewimage:hover img.playbutton,
.oce_playercontainer span.previewimage:hover img.livebutton:not(.disabled) {
  opacity: 0.9;
}
.oce_playercontainer span.previewimage .previewimage {
  position: relative;
  left: 0;
  top: 0;
  width: 99%;
  height: auto;
  height: 180px;
  object-fit: contain;
  border: none;
}
.oce_playercontainer span.previewimage img.playbutton {
  position: absolute;
  width: 50%;
  left: 25%;
  max-height: 100px;
  opacity: 0.6;
  padding-bottom: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.oce_playercontainer span.previewimage img.livebutton {
  position: absolute;
  width: 75%;
  left: 10%;
  max-height: 300px;
  opacity: 0.6;
  padding-bottom: 0;
  bottom: 0%;
  transform: translateY(50%);
}
.oce_contentlist {
  list-style-type: none;
  padding-left: 0;
}
.oce_list {
  clear: both;
  padding-left: 0;
  list-style: none;
  overflow: auto;
  height: auto;
}
.oce_list > li {
  background: #e2e3e5;
  border-right-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0 0;
  margin-bottom: 1em;
  padding: 0 1em 0.5em 1em;
  display: block;
  position: relative;
  overflow: hidden;
  border-color: #ddd;
  vertical-align: center;
}
.oce_wip {
  cursor: default;
  float: left;
  width: 25em;
  height: auto;
}
.oce_wip .oce_wip_preview {
  padding-right: 0.5em;
  text-align: center;
}
.oce_wip .oce_wip_preview img {
  position: absolute;
  height: 6em;
  bottom: 50%;
  transform: translateY(50%);
  margin-left: -60px;
}
.oce_episode_search {
  float: left;
  margin-right: 0.5em;
  padding-bottom: 5px;
}
.oce_metadatacontainer {
  display: block;
  margin-left: 25em;
}
.ocplayerlink {
  display: inline-flex;
  flex-wrap: wrap;
}
.oce_item {
  height: auto;
}
.hidden_ocvideo {
  opacity: 0.5;
}
.oce_list_title {
  margin-top: 10px;
}
.hidden_ocvideodiv {
  opacity: 0.8;
}
td.oc-schedule-slider {
  padding-left: 1em ! important;
  padding-right: 1em ! important;
}
td.oc-schedule-slider .slider-text {
  text-align: center;
}
/** upload dialog **/
#upload_form input[type="date"],
#upload_form input[type="time"] {
  max-width: 10em;
}
#upload_form .form_submit {
  border: 1px solid #a6c9e2;
}
#upload_form p.help {
  font-size: .9em;
  margin-top: .25em;
}
input[type=date].oc_input,
input[type=email].oc_input,
input[type=password].oc_input,
input[type=text].oc_input,
input[type=url].oc_input,
textarea.oc_input {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=date].oc_input,
input[type=email].oc_input,
input[type=password].oc_input,
input[type=text].oc_input,
input[type=url].oc_input {
  width: 50%;
}
input[type=date].oc_input:focus,
input[type=email].oc_input:focus,
input[type=password].oc_input:focus,
input[type=text].oc_input:focus,
input[type=url].oc_input:focus,
textarea.oc_input:focus {
  outline: 0;
  border-color: #4697e4;
}
/***** Buttons ****/
.button.download,
.button.ocextern,
.button.ocspecial {
  white-space: normal;
}
.button.download::before,
.button.ocextern::before,
.button.oc_editor::before,
.button.oc_delete::before,
.button.oc_refresh::before,
.button.oc_feedback::before,
.button.oc_download_dialog::before,
.button.ocspecial::before {
  content: " ";
  float: left;
  height: 16px;
  margin: -2px 8px 0 -4px;
  width: 16px;
}
.button.presenter::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/file-video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.presenter:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/file-video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.presentation::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/file-video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.presentation:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/file-video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.audio::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/file-audio.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.audio:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/file-audio.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocextern::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/link-intern.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocextern:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/link-intern.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocschedule::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocschedule:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/video.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocunschedule::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/trash.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocunschedule:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/trash.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocupdate::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/refresh.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocupdate:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/refresh.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocvisible::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/visibility-visible.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocvisible:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/visibility-visible.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocinvisible::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/visibility-invisible.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocinvisible:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/visibility-invisible.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocfree::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/youtube.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.ocfree:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/youtube.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_editor::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/knife.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_editor:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/knife.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_delete::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/trash.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_delete:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/trash.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_refresh::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/refresh.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_refresh:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/refresh.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_download_dialog::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/download.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_download_dialog:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/download.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_feedback::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/blue/chat.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
.button.oc_feedback:hover::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("https://academy.elan-ev.de/assets/images/icons/white/chat.svg");
  background-size: 16px;
  vertical-align: text-top;
  width: 16px;
}
img.ocinvisible {
  background-color: #FFCCCC;
  border: 4px solid red;
}
.oc_flex .button::before {
  background-position: 0 3px;
  height: 20px !important;
  padding-left: 5px;
}
#opencast progress,
ul.files progress {
  text-align: center;
  height: 1.5em;
  width: 50%;
  -webkit-appearance: progress-bar;
}
#opencast progress::-webkit-progress-bar,
ul.files progress::-webkit-progress-bar {
  background-color: #c9c9c9;
}
#opencast progress::-webkit-progress-value,
ul.files progress::-webkit-progress-value {
  background-color: #7cc4ff;
}
#opencast progress::-moz-progress-bar,
ul.files progress::-moz-progress-bar {
  background-color: #7cc4ff;
}
#opencast summary,
ul.files summary {
  cursor: pointer;
  font-size: 1.1em;
}
/*** Uploader ***/
.oc_mediaupload {
  position: relative;
  padding-top: 3em;
  border-color: #d4dbe5;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
}
.oc_mediaupload_legend {
  background-color: #e7ebf1;
  color: #24437c;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 2em;
  width: 100%;
  left: 0;
  font-size: 12pt;
  font-weight: bold;
  text-indent: 1ex;
}
.progressbarholder {
  overflow: hidden;
  padding: 5px 0;
  width: 80%;
  margin: 0 auto;
}
#progressbar {
  display: none;
  border: thin solid lightgrey;
}
#progressbar > div.ui-progressbar-value {
  background-color: #899ab9 !important;
  border-color: #899ab9;
}
#progressbar-label {
  color: white;
  height: 100%;
  float: left;
  margin-left: 40%;
  margin-top: 5px;
}
.video_upload {
  display: block;
  height: 0;
  width: 0;
}
.upload_info {
  display: block;
}
#oc_balls {
  display: none;
  color: #28497c;
  position: absolute;
  width: auto;
  top: 25vh;
  left: 44%;
  z-index: 9000;
}
.oc_opaque {
  opacity: 0.6;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-ripple-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-ripple-multiple.la-dark {
  color: #333;
}
.la-ball-scale-ripple-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-ripple-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-ripple-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.la-ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.la-ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.la-ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.la-ball-scale-ripple-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-ripple-multiple.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.la-ball-scale-ripple-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-ripple-multiple.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-ball-scale-ripple-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-ripple-multiple.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .oc_flexplaycontainer {
    width: 15em;
  }
  .oce_metadatacontainer {
    margin-left: 15em;
  }
  .oce_playercontainer span.previewimage img.playbutton {
    max-height: 50px;
  }
  .oce_playercontainer span.previewimage img.livebutton {
    max-height: 300px;
  }
  .ocplayerlink {
    clear: both;
    margin-left: 0px;
  }
  .ocplayerlink .button {
    text-indent: -9999px;
    min-width: 40px;
    white-space: nowrap;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .oc_flexplaycontainer {
    width: 100%;
  }
  .oce_metadatacontainer {
    margin-left: 0;
  }
  .oce_playercontainer span.previewimage img.playbutton {
    max-height: 100px;
  }
  .oce_playercontainer span.previewimage img.livebutton {
    max-height: 300px;
  }
  .ocplayerlink .button {
    text-indent: -9999px;
    min-width: 40px;
    white-space: nowrap;
    padding-right: 6px;
  }
}
.oc-media-upload-dialog-content p {
  font-size: 1.25em;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.oc-media-upload-dialog-content ul.files {
  list-style: none;
  padding-left: 0;
}
.oc-media-upload-dialog-content ul.files li {
  display: flex;
  margin-bottom: .5em;
}
.oc-media-upload-dialog-content ul.files li span:nth-child(1) {
  flex-grow: 1;
}
.oc-media-upload-dialog-content ul.files li progress {
  margin-left: .5em;
  margin-right: .5em;
}
.oc-media-upload-dialog-content ul.files li span:nth-child(3) {
  flex-basis: 4em;
}
#upload_form .messagebox {
  margin-top: 2em;
}
#upload_form footer {
  margin-top: 2em;
}
.oc-media-upload-info {
  list-style: none;
}
.oc-media-upload-info li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 45em;
  margin-top: 2em;
}
.oc-media-upload-info li select {
  width: 10em;
}
.oc-media-upload-info li span {
  margin-right: 1em;
  white-space: nowrap;
}
.oc-media-upload-info li span:nth-child(1) {
  flex-basis: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.oc-media-upload-info li span:nth-child(2) {
  flex-grow: 2;
}
#visibility_dialog label input[type=radio] {
  float: left;
}
#visibility_dialog label span {
  display: block;
  margin-left: 2em;
}
.oc_muted {
  color: gray;
}
/* Courseware */
iframe.oc_courseware {
  border: thin solid #d0d7e3;
  width: 100%;
  height: 600px;
}
.oc_italic {
  font-style: italic;
}
.oc-video-loading {
  width: 100%;
  font-size: 4em;
  text-align: center;
  color: #e2e3e5;
}
.oc-hidden-iframe {
  width: 100px;
  height: 100px;
  border: 0px;
}
