.gradient_page_bg {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
}
.font_menu {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.font_default {
  font-family: "san_francisco_displayregular", sans-serif;
}
.font_default_bold {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
.foto {
  background-image: url(../../assets/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.video_wrapper {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 50vw;
  display: inline-block;
  border-radius: 0.5rem;
  font-family: "san_francisco_displayregular", sans-serif;
}
.video_wrapper button.fancybox-close-small {
  z-index: 2;
}
@media (max-width: 842px) {
  .video_wrapper {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}
.video_wrapper.loading {
  height: 66vh;
  background-color: #fbfbfb;
  background-image: url(../../assets/images/loader.svg);
  background-size: 15%;
  background-position: center;
  background-repeat: no-repeat;
}
.video_wrapper > .top_info {
  background-color: #E6E6E6;
  color: #404040;
  padding: 0.65em;
  font-size: 1em;
  line-height: 1.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-right: 25px;
}
.video_wrapper > .top_info > span {
  padding-right: 1em;
}
@media (max-width: 842px) {
  .video_wrapper > .top_info > span {
    flex: 1 1 50%;
  }
}
.video_wrapper #subtitles_info {
  position: absolute;
  top: 40px;
  background-color: #0e0e0e69;
  width: 100%;
  padding: 1.2em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  z-index: 1;
}
.video_wrapper > video {
  width: 100%;
  height: auto;
  outline: none;
  display: block;
}
.video_wrapper > .body_info {
  width: 100%;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1.2em;
  font-size: 1.1em;
}
.video_wrapper > .body_info > * {
  padding: 1em;
  min-height: 100%;
  height: 17.5em;
  overflow: auto;
}
@media (max-width: 842px) {
}
.video_wrapper > .body_info > .abstract_text {
  display: block;
  color: #e5e5e5;
  background-color: #737373;
  text-align: justify;
}
.video_wrapper > .body_info > .transcription_text {
  display: block;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.96);
  text-align: justify;
}
.video_wrapper > .body_info > .terms {
  background-color: #3F3F3F;
  color: #ffffff;
}
@media (max-width: 842px) {
  .video_wrapper > .body_info > .terms {
    padding: 0.5em;
  }
}
.video_wrapper > .body_info > .terms > h2 {
  padding: 0.5em;
  padding-left: 0.1em;
  padding-bottom: 0.8em;
  width: 100%;
}
.video_wrapper > .body_info > .terms > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 842px) {
  .video_wrapper > .body_info > .terms > ul {
    grid-template-columns: 1fr 1fr;
  }
}
.video_wrapper > .body_info > .terms > ul > li {
  padding: 0.5em;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.video_wrapper > .body_info > .terms > ul > li:hover {
  background-color: #7F7F7F;
}
.video_wrapper > .body_info > .terms > ul > li:active {
  opacity: 0.5;
}
.video_wrapper > .body_info #share_form {
  background-color: #4c4c4c;
  color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 315px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.video_wrapper > .body_info #share_form > label {
  width: 100%;
  line-height: 2em;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 8em auto;
}
@media (max-width: 842px) {
  .video_wrapper > .body_info #share_form > label {
    display: block;
  }
}
.video_wrapper > .body_info #share_form > label > input,
.video_wrapper > .body_info #share_form > label > textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-top: 0.25em;
  font-size: 0.9em;
  padding: 0.3em;
  height: 2.5em;
}
.video_wrapper > .body_info #share_form > label > textarea {
  height: 4em;
}
.video_wrapper > .body_info #share_form > .submit_wrap {
  width: 100%;
}
.video_wrapper > .body_info #share_form > .submit_wrap .submit {
  background-color: white;
  float: right;
  padding: 0.3em;
  color: #1f1f1f;
  position: relative;
  border-radius: 4px;
  font-size: 0.9em;
  border: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.video_wrapper > .footer_info {
  background-color: #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  user-select: none;
  border-top: 1px solid #d2d2d2;
  padding: 0.25em;
}
.video_wrapper > .footer_info > input {
  font-size: 0.85em;
  line-height: 1em;
  margin: 0;
  margin-left: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #4c4c4c;
  height: 2.25em;
}
@media (max-width: 842px) {
}
.video_wrapper > .footer_info > div {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.5em;
}
.video_wrapper > .footer_info > div:hover {
  opacity: 0.7;
}
.video_wrapper > .footer_info .term_text {
  cursor: default;
  text-align: left;
  font-weight: bold;
  margin-right: auto;
}
.video_wrapper > .footer_info .term_text:hover {
  opacity: 1;
}
.video_wrapper > .filmstrip {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5e5e5;
  padding: 1em;
}
.video_wrapper > .filmstrip img {
  width: 91px;
  height: 55px;
  display: block;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #EBEBEB;
  z-index: 99999;
  cursor: pointer !important;
}
.video_wrapper > .filmstrip img:hover {
  opacity: 0.7;
}
.video_wrapper > .filmstrip img:active {
  opacity: 0.5;
}
.video_wrapper > .filmstrip img.selected {
  opacity: 0.4;
}
.video_wrapper > .filmstrip > .indexation_node_link {
  margin: 10px 5px 10px 0px;
  padding: 0;
}
.video_wrapper > .filmstrip > .indexation_node_link:first-of-type {
  margin-left: 10px;
}
.wrap_term_link {
  display: block;
  width: 70%;
  float: left;
  text-align: left;
  padding: 10px;
}
a.term_link {
  padding-right: 10px;
  font-size: 80%;
  cursor: pointer;
  color: #2D2D2D;
}
a.term_link:hover {
  color: #2D2D2D;
  opacity: 0.65;
}
.video-js * {
  color: #ffffff;
}
@media (max-width: 842px) {
  .tipsy.tipsy-sw {
    display: none !important;
  }
}
/*# sourceMappingURL=video.css.map */