Sindbad~EG File Manager
/* Only used for slider in slide-handler, should be included into H5Picons */
@font-face {
font-family: H5PInteractiveVideo;
src: url(fonts/H5PInteractiveVideo.eot);
src: url(fonts/H5PInteractiveVideo.eot?#iefix) format('embedded-opentype'),
url(fonts/H5PInteractiveVideo.woff) format('woff'),
url(fonts/H5PInteractiveVideo.ttf) format('truetype'),
url(fonts/H5PInteractiveVideo.svg#H5PInteractiveVideo) format('svg');
font-weight: normal;
font-style: normal;
}
/* H5P specific icons generated by IcoMoon. */
@font-face {
font-family: 'H5Picons';
src: url(fonts/h5p.eot);
src: url(fonts/h5p.eot?#iefixv34b5s) format('embedded-opentype'),
url(fonts/h5p.ttf) format('truetype'),
url(fonts/h5p.woff) format('woff'),
url(fonts/h5p.svg#h5p) format('svg');
font-weight: normal;
font-style: normal;
}
.h5p-interactive-video {
position: relative;
background: #000 !important;
overflow: hidden;
line-height: 1.25em;
font-size: 16px;
}
.h5p-interactive-video > div {
z-index: 1;
}
.h5p-interactive-video .h5p-video-wrapper.h5p-disable-opt-out {
z-index: auto;
}
.h5p-interactive-video .h5p-video-wrapper.h5p-disable-opt-out .h5p-interaction {
z-index: 1;
}
.h5p-interactive-video .h5p-question {
color: #000;
}
/* IV has it's own controller for fullscreen. Can not
use display:none, since IV is triggering a click on
the disable fullscreen button in semi fullscreen mode */
.h5p-interactive-video .h5p-content-controls {
visibility: hidden;
position: absolute;
top: 0;
}
.h5p-interactive-video .h5p-video-wrapper {
position: relative;
overflow: hidden;
}
.h5p-interactive-video .h5p-video {
display: block;
width: 100%;
height: auto;
color: #fff;
clear: both;
}
.h5p-interactive-video object {
display: block;
}
.h5p-interactive-video .h5p-overlay {
color: #2c2c2c;
}
.h5p-interactive-video .h5p-overlay.h5p-visible {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.h5p-interactive-video .h5p-ie-transparent-background {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUODw0yPG414gAAAA1JREFUCNdj+P//PwMACPwC/lyfz9oAAAAASUVORK5CYII=);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUODw0yPG414gAAAA1JREFUCNdj+P//PwMACPwC/lyfz9oAAAAASUVORK5CYII=', sizingMethod='scale');
}
.h5p-interactive-video .h5p-interaction {
position: absolute;
width: 1.75em;
height: 1.75em;
z-index: 2;
outline: none;
}
.h5p-interactive-video .h5p-interaction .h5p-image:focus,
.h5p-interactive-video .h5p-interaction.h5p-link-interaction a:focus {
outline: 2px solid #179fff;
}
.h5p-interactive-video .h5p-interaction .h5p-image:focus {
outline-offset: 8px;
}
/* Touch area bigger than actual button */
.h5p-interactive-video .h5p-interaction .h5p-touch-area {
width: 2.5em;
height: 2.5em;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
cursor: pointer;
}
.h5p-interactive-video .h5p-interaction-label {
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
}
.h5p-interactive-video .h5p-interaction-label {
position: absolute;
top: 0;
left: 0.875em;
height: 100%;
line-height: 1.75em;
padding: 0 0.875em 0 1.375em;
background: rgba(0, 0, 0, 0.8);
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
color: #fff;
z-index: 1;
width: auto;
white-space: nowrap;
cursor: pointer;
vertical-align: text-bottom;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
}
/* Text in labels should have smaller margins: */
.h5p-interactive-video .h5p-interaction-label .h5p-interaction-label-text {
display: block;
color: #fff;
font-size: 0.7em;
margin: 0;
}
.h5p-interactive-video .h5p-interaction-label .h5p-interaction-label-text > p {
font-size: 1em;
margin: 0;
line-height: inherit;
}
.h5p-interactive-video .h5p-interaction-label.h5p-left-label {
left: auto;
right: 0.875em;
padding: 0 1.375em 0 0.875em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.h5p-interactive-video .h5p-interaction-label.h5p-interaction-label-standalone {
left: 0;
padding: 0.2em 0.5em;
line-height: 1.5;
height: auto;
min-width: 1.5em;
border-radius: 0;
cursor: auto;
}
.h5p-interactive-video .h5p-interaction-label.h5p-interaction-label-standalone:focus {
outline: 1px solid #0099ff;
outline-offset: 0;
}
.h5p-interactive-video .h5p-interaction-button {
cursor: pointer;
position: relative;
z-index: 2;
display: block;
width: 1.75em;
height: 1.75em;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-radius: 50%;
line-height: 1.75em;
color: #fff;
-webkit-box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
text-align: center;
border-color: transparent;
-webkit-transition: -webkit-transform 0.2s, background 0.3s, box-shadow 0.3s, border-color 0.3s;
-moz-transition: -moz-transform 0.2s, background 0.3s, box-shadow 0.3s, border-color 0.3s;
-ms-transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
-o-transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
transition: transform 0.2s, background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.h5p-interactive-video .h5p-interaction:hover .h5p-interaction-button {
-webkit-box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0.3em 0.25em 0 rgba(0, 0, 0, 0.5);
}
.h5p-interactive-video .h5p-hidden > .h5p-interaction-button {
-webkit-transform: rotate(90deg) scale(0,0);
-moz-transform: rotate(90deg) scale(0,0);
-ms-transform: rotate(90deg) scale(0,0);
-o-transform: rotate(90deg) scale(0,0);
transform: rotate(90deg) scale(0,0);
}
.h5p-interactive-video .h5p-hidden > .h5p-interaction-label {
-webkit-transform: scale(0,0) translateX(-100%);
-moz-transform: scale(0,0) translateX(-100%);
-ms-transform: scale(0,0) translateX(-100%);
transform: scale(0,0) translateX(-100%);
}
/* Purple interactions; default */
.h5p-interactive-video div > .h5p-interaction-button {
background-color: #981d99;
}
.h5p-interactive-video div:hover > .h5p-interaction-button {
background-color: #661366;
}
.h5p-interactive-video div:focus > .h5p-interaction-button {
/* Default focus effect - purple */
top: -0.167em;
left: -0.167em;
border: 0.167em solid #e489f3;
}
.h5p-interactive-video div:active > .h5p-interaction-button {
background-color: #4c0e4c;
box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
}
.h5p-interactive-video div > .h5p-interaction-button:before {
font-family: 'H5Picons';
content: "\e609";
}
/* Blue interactions; text, images, etc. */
.h5p-interactive-video .h5p-text-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction > .h5p-interaction-button {
background-color: #1d5cff;
}
.h5p-interactive-video .h5p-text-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:hover > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:hover > .h5p-interaction-button {
background-color: #003fdf;
}
.h5p-interactive-video .h5p-text-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:focus > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:focus > .h5p-interaction-button {
border-color: #70b0ff;
}
.h5p-interactive-video .h5p-text-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-table-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-link-interaction:active > .h5p-interaction-button,
.h5p-interactive-video .h5p-image-interaction:active > .h5p-interaction-button {
background-color: #163c9b;
box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.5);
}
.h5p-interactive-video .h5p-text-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-table-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-link-interaction > .h5p-interaction-button:before,
.h5p-interactive-video .h5p-image-interaction > .h5p-interaction-button:before {
font-family: 'H5PFontAwesome4';
content: "\f055";
}
/* Timecode links are green */
.h5p-interactive-video .h5p-goto-timecode > .h5p-interaction-button {
background-color: #018d82;
}
.h5p-interactive-video .h5p-goto-timecode:hover > .h5p-interaction-button {
background-color: #007b71;
}
.h5p-interactive-video .h5p-goto-timecode:focus > .h5p-interaction-button {
border-color: #53d5c9;
}
.h5p-interactive-video .h5p-goto-timecode:active > .h5p-interaction-button {
background-color: #055e57;
}
.h5p-interactive-video .h5p-dialog-interaction {
font-size: 0.875em;
/* 14px */
}
.h5p-interactive-video .h5p-dialog-interaction.h5p-blanks .h5p-blanks-footer {
min-height: 5em;
}
/* Link interaction specific style */
.h5p-interactive-video .h5p-link-interaction .h5p-link a {
color: #fff;
text-decoration: none;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction {
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
border-radius: 1em;
height: auto;
width: auto;
cursor: pointer;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:hover,
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:focus {
background-color: rgba(0, 0, 0, 0.7);
box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction:active {
background-color: rgba(0, 0, 0, 0.8);
box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
}
.h5p-interactive-video .h5p-interaction .h5p-interaction-inner.h5p-link:after {
font-family: "H5PFontAwesome4";
content: '\f08e';
color: #fff;
margin-left: 0.7em;
font-size: 0.75em;
}
/* Do not show anchor icon for IV hotspot */
.h5p-interactive-video .h5p-interaction .h5p-interaction-inner.h5p-link.h5p-ivhotspot:after {
content: none;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-link-interaction .h5p-interaction-inner.h5p-link {
margin: 0 0.8em;
width: auto;
height: auto;
}
.h5p-interactive-video .h5p-interaction.h5p-poster {
z-index: 1;
background: #fff;
box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
box-sizing: border-box;
}
/* Use drop-shadow in case of transparent images */
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-transparent-interaction.h5p-image-interaction:not(.goto-clickable-visualize):not(.h5p-box-shadow-disabled) .h5p-image img {
filter: drop-shadow(0 0 0.325em rgba(0, 0, 0, 0.25));
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-transparent-interaction.h5p-image-interaction:not(.goto-clickable-visualize) {
box-shadow: none;
overflow: visible;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-box-shadow-disabled {
box-shadow: none;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-transparent-interaction.h5p-box-shadow-disabled .h5p-image img {
filter: none;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-ivhotspot-interaction {
box-shadow: none;
background: none;
overflow: visible;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-ivhotspot-interaction .h5p-interaction-outer,
.h5p-interactive-video .h5p-interaction.h5p-poster.h5p-transparent-interaction.h5p-image-interaction .h5p-interaction-outer {
overflow: visible;
}
.h5p-interactive-video .h5p-interaction.h5p-poster .h5p-interaction-outer {
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow-y: auto;
}
.h5p-interactive-video .h5p-interaction-inner,
.h5p-interactive-video .h5p-interaction-inner.h5p-image {
display: block;
width: 100%;
height: auto;
font-size: 0.875em;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-interactive-video .h5p-interaction-inner.h5p-free-text-question-wrapper {
height: inherit;
}
.h5p-interactive-video .h5p-interaction-inner.h5p-ivhotspot {
height: 100%;
}
.h5p-interactive-video .h5p-interaction-inner.h5p-text {
width: auto;
}
.h5p-interactive-video .h5p-text:focus,
.h5p-interactive-video .h5p-table:focus {
outline: 0;
}
.h5p-interactive-video .h5p-interaction-inner.h5p-questionnaire-wrapper,
.h5p-interactive-video .h5p-interaction-inner.h5p-single-choice-set,
.h5p-interactive-video .h5p-interaction-inner.h5p-image {
height: 100%;
}
.h5p-interactive-video .h5p-dialog .h5p-image img {
margin: 0 auto;
position: relative;
top: 0;
}
.h5p-interactive-video .h5p-interaction-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.h5p-interactive-video .h5p-controls {
font-size: 16px;
height: 36px;
background: #2c2c2c;
display: flex;
line-height: 1.5em;
}
.h5p-interactive-video .h5p-control {
display: inline-block;
height: 36px;
color: #fefefe;
outline: 0;
width: 36px;
margin-right: 6px;
text-decoration: none;
cursor: pointer;
transition: box-shadow 0.1s ease-out 0.3s;
}
.h5p-interactive-video .h5p-control:focus {
outline: 2px solid #179fff;
outline-offset: -4px;
}
.h5p-interactive-video .h5p-control:hover {
text-decoration: none;
}
.h5p-interactive-video .h5p-control:focus {
outline: 2px solid #179fff;
outline-offset: -4px;
}
.h5p-interactive-video .h5p-controls-left .h5p-control:first-child {
margin: 0 4px 0 8px;
}
.h5p-interactive-video .h5p-controls-right .h5p-control:first-child {
margin-right: 6px;
}
.h5p-interactive-video [aria-disabled="true"].h5p-control {
cursor: default;
}
.h5p-interactive-video .h5p-control.h5p-time,
.h5p-interactive-video [aria-disabled="true"].h5p-control.h5p-slider .ui-slider-handle,
.h5p-interactive-video [aria-disabled="true"].h5p-control.h5p-slider {
cursor: default;
}
.h5p-interactive-video .h5p-control:before {
position: absolute;
font-family: 'H5PFontAwesome4';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 22px;
text-transform: none;
line-height: 37px;
width: 36px;
color: #fbfbfb;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button {
display: inline-block;
padding-top: 4em;
margin: 0 1em;
position: relative;
vertical-align: bottom;
outline: none;
cursor: pointer;
-webkit-transition: visibility 0s linear 0.1s;
}
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button.h5p-hide {
visibility: hidden;
-webkit-transition-delay: 0s;
}
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button:before {
font-size: 4em;
line-height: 1em;
position: absolute;
font-family: 'H5PFontAwesome4';
top: 0;
left: 50%;
transform: translateX(-50%);
}
.h5p-interactive-video .h5p-control[aria-expanded="true"]:before,
.h5p-interactive-video .h5p-control:active:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button:active {
color: #bababa;
}
.h5p-interactive-video .h5p-control:hover:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button:hover {
color: #dbd7d1;
}
.h5p-interactive-video .h5p-minimal-overlay .h5p-minimal-button:focus {
outline: 2px solid #179fff;
outline-offset: 5px;
}
.h5p-interactive-video [aria-disabled="true"].h5p-control:before,
.h5p-interactive-video .h5p-minimal-overlay [aria-disabled="true"].h5p-minimal-button {
color: #606060;
}
.h5p-interactive-video .h5p-minimal-overlay [aria-disabled="true"].h5p-minimal-button {
color: #747474;
}
.h5p-interactive-video .h5p-play:before {
content: "\f04c";
}
.h5p-interactive-video .h5p-pause:before {
content: "\f04b";
}
.h5p-interactive-video .h5p-rewind10:before {
content: "\f1da";
/* fa-history */
}
.h5p-interactive-video .h5p-control.h5p-bookmarks {
position: relative;
}
.h5p-interactive-video .h5p-control.h5p-bookmarks:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-bookmarks:before {
content: "\f02e";
}
.h5p-interactive-video .h5p-control.h5p-endscreens:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-endscreens:before {
font-family: H5Picons;
content: "\e91c";
}
.h5p-interactive-video .h5p-control.h5p-quality:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-quality:before {
content: "\f013";
}
.h5p-interactive-video .h5p-control.h5p-captions:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-captions:before {
content: "\f20a";
}
.h5p-interactive-video .h5p-control.h5p-playbackRate:before,
.h5p-interactive-video .h5p-minimal-overlay .h5p-playbackRate:before {
content: "\f0e4";
/* fa-tachometer */
}
.h5p-interactive-video .h5p-fullscreen:before {
content: "\f065";
}
.h5p-interactive-video .h5p-exit:before {
content: "\f066";
}
.h5p-interactive-video .h5p-mute:before {
content: "\f028";
}
.h5p-interactive-video .h5p-muted:before {
content: "\f026";
}
.h5p-interactive-video .h5p-more:before {
content: "\f142";
}
.h5p-interactive-video.h5p-minimal .h5p-control.h5p-bookmarks,
.h5p-interactive-video.h5p-minimal .h5p-time,
.h5p-interactive-video.h5p-minimal .h5p-control.h5p-quality,
.h5p-interactive-video.h5p-minimal .h5p-control.h5p-captions,
.h5p-interactive-video.h5p-minimal .h5p-control.h5p-playbackRate,
.h5p-interactive-video .h5p-more,
.h5p-interactive-video .h5p-simple-time {
display: none;
}
.h5p-interactive-video.h5p-minimal .h5p-simple-time,
.h5p-interactive-video.h5p-minimal .h5p-more,
.h5p-interactive-video.h5p-minimal .h5p-simple-time {
display: inline-block;
}
.h5p-interactive-video .h5p-minimal-overlay {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
left: 0;
bottom: 36px;
border-bottom: 1px solid #8e8e8e;
text-align: center;
color: #fefefe;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
transition: visibility 0s linear 0.1s, opacity 0.1s linear;
}
.h5p-interactive-video.h5p-minimal .h5p-minimal-overlay.h5p-show {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}
.h5p-interactive-video .h5p-minimal-wrap {
top: 50%;
position: absolute;
width: 100%;
transform: translateY(-50%);
}
.h5p-interactive-video .h5p-chooser {
font-size: 17px;
position: absolute;
z-index: 10;
max-width: 300px;
line-height: 21px;
background: #2c2c2c;
background: rgba(44,44,44,.9);
color: #fbfbfb;
opacity: 0;
visibility: hidden;
bottom: 72px;
-webkit-transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
-moz-transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
overflow-x: hidden;
overflow-y: auto;
}
.h5p-interactive-video.h5p-fullscreen .h5p-chooser,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-chooser {
background: rgba(0, 0, 0, 0.6);
}
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-bookmarks,
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-endscreens {
left: -34px;
bottom: 36px;
overflow-y: hidden;
opacity: 0;
transform: scaleX(0.2) translate(0, 36px);
-webkit-transition: transform 0.3s, opacity 0.3s, max-height 0.3s, left 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s, max-height 0.3s, left 0.3s;
transition: transform 0.3s, opacity 0.3s, max-height 0.3s, left 0.3s;
}
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-bookmarks.h5p-rewind-displacement {
left: 8px;
}
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-bookmarks:not(.h5p-show),
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-endscreens:not(.h5p-show) {
pointer-events: none;
}
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-bookmarks.h5p-show.h5p-transitioning,
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-endscreens.h5p-show.h5p-transitioning {
overflow: hidden;
}
.h5p-interactive-video .h5p-chooser.h5p-bookmarks.h5p-transitioning,
.h5p-interactive-video .h5p-chooser.h5p-endscreens.h5p-transitioning {
visibility: visible;
}
.h5p-interactive-video .h5p-chooser.h5p-quality {
right: 12px;
}
.h5p-interactive-video .h5p-chooser.h5p-captions {
right: 12px;
}
.h5p-interactive-video .h5p-chooser.h5p-playbackRate {
right: 12px;
}
.h5p-interactive-video .h5p-chooser.h5p-show {
bottom: 36px;
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-bookmarks.h5p-show,
.h5p-interactive-video:not(.h5p-minimal) .h5p-chooser.h5p-endscreens.h5p-show {
left: -10px;
overflow-y: auto;
opacity: 1;
transform: scaleX(1) translate(10px, 0);
}
.h5p-interactive-video .h5p-chooser.h5p-bookmarks.h5p-show *,
.h5p-interactive-video .h5p-chooser.h5p-endscreens.h5p-show * {
visibility: visible;
}
.h5p-interactive-video .h5p-chooser > h3 {
margin: 0 0 8px 0;
padding: 8px 24px 8px 12px;
font-size: 19px;
font-weight: normal;
border-bottom: 1px solid #fbfbfb;
color: #fbfbfb;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] {
list-style: none;
padding: 0 2px 8px;
margin: 0;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] > [role^="menuitem"] {
padding-left: 32px;
margin: 2px 0;
color: #fbfbfb;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] > [role^="menuitem"]:hover {
cursor: pointer;
color: #dbd7d1;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] > [role^="menuitem"]:focus {
outline: 2px solid #179fff;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] > [role^="menuitem"]:before {
left: 12px;
position: absolute;
font-family: 'H5PFontAwesome4';
content: "\f10c";
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video .h5p-chooser > [role="menu"] > li[aria-checked="true"]:before {
content: "\f058";
}
.h5p-interactive-video .h5p-chooser.h5p-bookmarks > [role="menu"] > li:before {
content: "\f02e";
}
.h5p-interactive-video .h5p-chooser.h5p-endscreens > [role="menu"] > li:before {
font-family: 'H5Picons';
content: "\e91c";
font-size: 1.25em;
left: 7px;
}
.h5p-interactive-video .h5p-chooser-close-button {
cursor: pointer;
position: absolute;
top: .1em;
right: .1em;
width: 1em;
height: 1em;
text-align: center;
line-height: 1;
}
.h5p-interactive-video.h5p-minimal .h5p-chooser-close-button {
top: .3em;
right: .3em;
font-size: 130%;
}
.h5p-interactive-video .h5p-chooser-close-button:after {
font-family: 'H5PFontAwesome4';
content: "\f00d";
}
.h5p-interactive-video .h5p-chooser-close-button:hover {
color: #dbd7d1;
}
.h5p-interactive-video .h5p-chooser-close-button:focus {
outline: 2px solid #179fff;
}
.h5p-interactive-video.h5p-minimal .h5p-chooser {
z-index: 11;
background-color: transparent;
width: 100%;
height: 100%;
left: 0;
max-width: none;
}
.h5p-interactive-video.h5p-minimal .h5p-chooser > h3 {
border-bottom-color: #8e8e8e;
}
.h5p-interactive-video .h5p-time,
.h5p-interactive-video .h5p-simple-time {
width: auto;
height: auto;
font-size: 0.875em;
color: #808080;
padding: 0 8px;
line-height: 36px;
}
.h5p-interactive-video .h5p-time {
float: left;
}
.h5p-interactive-video .h5p-simple-time {
float: right;
}
.h5p-interactive-video .h5p-time .h5p-current,
.h5p-interactive-video .h5p-simple-time .h5p-current {
color: #fff;
display: inline;
}
.h5p-interactive-video .h5p-slider {
width: auto;
padding: 14px 8px 12px;
margin: 0;
height: 10px;
cursor: default;
flex: 1;
position: relative;
}
.h5p-interactive-video .h5p-slider .ui-slider {
background: #0b0d0c;
border: 0;
height: 4px;
margin-top: 2px;
cursor: pointer;
border-radius: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
z-index: 1;
}
.h5p-interactive-video [aria-disabled="true"].h5p-slider .ui-slider {
background: #000;
}
.h5p-interactive-video .h5p-slider .ui-slider-range {
color: #e2e2e2;
height: 4px;
border-radius: 0;
}
.h5p-interactive-video [aria-disabled="true"].h5p-slider .ui-slider-range {
background: #7a7a7a;
}
.h5p-interactive-video [aria-disabled="true"].h5p-slider .ui-slider.ui-state-disabled {
opacity: 1;
filter: none;
}
.h5p-interactive-video .h5p-slider .ui-slider-handle {
cursor: pointer;
width: 16px;
height: 16px;
margin-left: -8px;
text-shadow: 0 0 2px #666;
outline: none;
text-decoration: none;
border: 0;
background: #fbfbfb;
}
.h5p-interactive-video .h5p-slider .ui-slider-handle:focus {
outline: 2px solid #179fff;
outline-offset: 4px;
}
.h5p-interactive-video [aria-disabled="true"].h5p-slider .ui-slider-handle {
background: none;
}
.h5p-interactive-video :not([aria-disabled="true"]).h5p-slider .ui-slider-handle:before {
font-family: H5PInteractiveVideo;
content: "\e001";
font-size: 26px;
line-height: 1;
position: absolute;
margin: -5px 0 0 -5px;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #fbfbfb;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.h5p-interactive-video :not([aria-disabled="true"]).h5p-slider .ui-slider-handle:hover:before {
color: #dbd7d1;
}
.h5p-interactive-video .h5p-buffered {
position: absolute;
top: 0;
left: 0;
height: 4px;
width: 0;
background: #4d4d4d;
}
.h5p-interactive-video .h5p-interactions-container,
.h5p-interactive-video .h5p-bookmarks-container,
.h5p-interactive-video .h5p-interactions-container,
.h5p-interactive-video .h5p-endscreens-container {
position: absolute;
height: 100%;
top: 0;
left: 8px;
right: 8px;
}
.h5p-interactive-video .h5p-seekbar-interaction {
position: absolute;
top: -5px;
transform: translateX(-50%);
cursor: pointer;
box-sizing: border-box;
}
.h5p-interactive-video .h5p-seekbar-interaction:before {
font-family: 'H5Picons';
content: "\e90d";
font-size: 8px;
color: #ffffff;
}
.h5p-interactive-video .h5p-seekbar-interaction:hover:before {
color: #e6e6e6;
}
.h5p-interactive-video [aria-disabled="true"].h5p-seekbar-interaction {
border-color: #9e4d9e;
cursor: default;
}
.h5p-interactive-video :not([aria-disabled="true"]).h5p-seekbar-interaction:hover {
border-color: #e98be9;
}
.h5p-interactive-video .h5p-seekbar-interaction.h5p-nil-interaction {
cursor: normal;
opacity: 0;
}
.h5p-interactive-video .h5p-seekbar-interaction.h5p-ivhotspot-interaction:before,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-goto-timecode:before,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-image-interaction:before,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-text-interaction:before,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-link-interaction:before,
.h5p-interactive-video .h5p-seekbar-interaction.h5p-table-interaction:before {
position: relative;
content: "\e90e";
font-size: 2px;
top: -3px;
}
.h5p-interactive-video .h5p-seekbar-interaction.h5p-interaction-answered:before {
content: "\e90e";
}
.h5p-interactive-video .h5p-seekbar-interaction.h5p-gotoquestion-interaction:before {
content: "\e91d";
font-size: 9px;
}
.h5p-interactive-video .h5p-seekbar-interaction:focus {
outline: 2px solid #179fff;
outline-offset: 2px;
}
.h5p-interactive-video .h5p-bookmark {
position: absolute;
width: 0.042em;
min-width: 1px;
height: 36px;
background: unset;
border-color: #a2a2a2;
color: #fefefe;
border-right: 0.042em dashed #a2a2a2;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.h5p-interactive-video .h5p-endscreen {
position: absolute;
width: 0.042em;
min-width: 1px;
height: 36px;
background: #a2a2a2;
color: #fefefe;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
}
.h5p-interactive-video .h5p-bookmark.h5p-show {
border-color: #aeaeae;
}
.h5p-interactive-video .h5p-endscreen.h5p-show {
background: #aeaeae;
}
.h5p-interactive-video .h5p-prevent-skipping-message,
.h5p-interactive-video .h5p-bookmark-label,
.h5p-interactive-video .h5p-endscreen-label {
position: absolute;
bottom: 46px;
left: -16px;
padding: 0 10px;
background: #2c2c2c;
background: rgba(44, 44, 44, 0.8);
opacity: 0;
visibility: hidden;
max-width: 300px;
-webkit-transition: visibility 0s 0.2s, opacity 0.2s;
-moz-transition: visibility 0s 0.2s, opacity 0.2s;
transition: visibility 0s 0.2s, opacity 0.2s;
z-index: 10;
}
.h5p-interactive-video .h5p-prevent-skipping-message {
bottom: 25px;
transform: translateX(-1.1em);
}
.h5p-interactive-video .h5p-prevent-skipping-message-text {
max-width: 17.5em;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.h5p-interactive-video.h5p-minimal .h5p-prevent-skipping-message-text {
max-width: 9.5em;
}
.h5p-interactive-video.h5p-fullscreen .h5p-prevent-skipping-message,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-prevent-skipping-message,
.h5p-interactive-video.h5p-fullscreen .h5p-bookmark-label,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-bookmark-label,
.h5p-interactive-video.h5p-fullscreen .h5p-endscreen-label,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-endscreen-label {
background: rgba(0, 0, 0, 0.6);
}
.h5p-interactive-video .h5p-prevent-skipping-message.h5p-show,
.h5p-interactive-video .h5p-show .h5p-bookmark-label,
.h5p-interactive-video .h5p-show .h5p-endscreen-label {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.h5p-interactive-video .h5p-prevent-skipping-message:after,
.h5p-interactive-video .h5p-bookmark-label:after,
.h5p-interactive-video .h5p-endscreen-label:after {
content: "";
position: absolute;
left: 8px;
border: 9px solid transparent;
border-top-width: 10px;
border-top-color: #2c2c2c;
border-top-color: rgba(44, 44, 44, 0.8);
border-bottom: 0;
top: 100%;
}
.h5p-interactive-video.h5p-fullscreen .h5p-prevent-skipping-message:after,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-prevent-skipping-message:after,
.h5p-interactive-video.h5p-fullscreen .h5p-bookmark-label:after,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-bookmark-label:after,
.h5p-interactive-video.h5p-fullscreen .h5p-endscreen-label:after,
.h5p-interactive-video.h5p-semi-fullscreen .h5p-endscreen-label:after {
border-top-color: rgba(0, 0, 0, 0.6);
}
.h5p-interactive-video .h5p-bookmark-text,
.h5p-interactive-video .h5p-endscreen-text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 30px;
}
.h5p-interactive-video .h5p-bookmark-text:before {
font-family: H5PFontAwesome4;
content: "\f02e";
margin-right: 8px;
}
.h5p-interactive-video .h5p-endscreen-text:before {
font-family: H5Picons;
content: "\e91c";
margin-right: 8px;
}
.h5p-interactive-video .h5p-dialog-wrapper,
.h5p-interactive-video .h5p-warning-mask {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
transition: background-color 0.2s;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.h5p-interactive-video .h5p-dialog-wrapper {
background: rgba(44, 44, 44, 0.5);
z-index: 51;
}
.h5p-interactive-video .h5p-warning-mask {
background: rgba(4, 4, 4, 0.77);
z-index: 53;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
/* Used to center child vertically */
}
.h5p-interactive-video .h5p-warning-mask .h5p-warning-mask-wrapper {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
}
.h5p-interactive-video .h5p-warning-mask-wrapper .h5p-warning-mask-content {
max-width: 17em;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
font-size: 1.6em;
line-height: 1.2em;
}
.h5p-interactive-video .h5p-warning-mask-wrapper .h5p-joubelui-button {
margin-top: 1.3em;
display: block;
margin-left: auto;
margin-right: auto;
}
.h5p-button-back:before {
content: "\f060";
}
.h5p-interactive-video .h5p-dialog-wrapper.h5p-hidden {
background: rgba(0,0,0,0);
}
.h5p-interactive-video .h5p-dialog-wrapper.h5p-hidden .h5p-dialog {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.h5p-interactive-video .h5p-dialog {
position: absolute;
width: auto;
min-width: 6.25em;
min-height: 4.6875em;
margin: 1.25em;
background: #fff;
overflow: hidden;
box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.25);
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
}
.h5p-interactive-video .h5p-dialog:not(.h5p-big) {
max-width: calc(100% - 2.5em);
}
.h5p-interactive-video .h5p-dialog.h5p-medium {
min-width: 20em;
top: 0;
}
.h5p-interactive-video .h5p-dialog-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: calc(100% - 1em);
}
.h5p-interactive-video .h5p-dialog-titlebar {
overflow: hidden;
position: absolute;
width: 100%;
top: 0;
padding: 0.5em 1em 0.5em 0.5em;
box-sizing: border-box;
border-bottom: 1px solid #eee;
font-size: 0.875em;
color: #757575;
}
.h5p-interactive-video .h5p-dialog.h5p-big {
width: auto;
height: auto;
max-height: none;
left: 1.25em;
right: 1.25em;
top: 1.25em;
bottom: 1.25em;
margin: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-interactive-video .h5p-dialog-close,
.h5p-interactive-video .h5p-dialog[data-lib="H5P.SingleChoiceSet"] .h5p-dialog-titlebar .h5p-sc-sound-control {
position: absolute;
top: 0.25em;
right: 0.5em;
cursor: pointer;
padding: 0.25em 0.5em;
}
.h5p-interactive-video .h5p-dialog-close:focus {
outline: 2px solid #179fff;
}
.h5p-interactive-video .h5p-dialog-close:before {
font-family: 'H5PFontAwesome4';
content: "\f057";
color: #757575;
}
.h5p-interactive-video .h5p-dialog-close:hover:before,
.h5p-interactive-video .h5p-dialog-close:focus:before {
color: #555555;
}
.h5p-interactive-video .h5p-dialog-close:active:before {
color: #454545;
}
.h5p-interactive-video .h5p-dialog .h5p-dialog-inner {
height: 100%;
overflow: hidden;
overflow-y: auto;
}
.h5p-interactive-video .h5p-big > .h5p-dialog-inner {
width: 100%;
height: auto;
}
.h5p-interactive-video .h5p-big.h5p-stretch > .h5p-dialog-inner {
width: 100%;
height: 100%;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar {
width: 0.5em;
background: #fff;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb {
background: #ddd;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:hover,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:hover {
background: #aaa;
}
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:active,
.h5p-interactive-video .h5p-poster.h5p-interaction .h5p-interaction-outer::-webkit-scrollbar-thumb:focus,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:active,
.h5p-interactive-video .h5p-dialog-inner::-webkit-scrollbar-thumb:focus {
background: #888;
}
.h5p-interactive-video .h5p-dialog-hide {
color: #191919;
font-size: 1.3em;
padding: 0.3em;
line-height: 0.75em;
position: absolute;
right: 0.1em;
top: 0.1em;
height: 1em;
z-index: 52;
text-shadow: 0 0 0.5em #ffffff;
font-family: 'H5PFontAwesome4';
text-decoration: none;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
}
.h5p-interactive-video .h5p-dialog-hide:hover {
text-decoration: none;
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.h5p-interactive-video .h5p-question .h5p-question-buttons {
margin-bottom: 1em;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button {
float: left;
}
/*.h5p-interactive-video .h5p-question .h5p-joubelui-button:first-child {
margin: 0 0.5em 1em 0;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button:last-child {
margin: 0 0 1em 0.5em;
}
.h5p-interactive-video .h5p-question .h5p-joubelui-button:first-child:last-child {
margin: 0 0 1em;
}*/
.h5p-interactive-video .h5p-dialog-interaction.h5p-image {
display: block;
height: auto;
}
.h5p-interactive-video .h5p-text p:first-child {
margin-top: 0;
}
.h5p-interactive-video .h5p-text p:last-child {
margin-bottom: 0;
}
.h5p-interactive-video .h5p-table {
font-size: 0.875em;
border-collapse: collapse;
}
.h5p-interactive-video .h5p-table th {
border-bottom: 2px solid #191919;
}
.h5p-interactive-video .h5p-table td {
border-bottom: 1px solid #595959;
}
.h5p-interactive-video .h5p-table tr:last-child td {
border-bottom: 0;
}
.h5p-interactive-video .h5p-nil-interaction > .h5p-interaction-button {
display: none;
}
.h5p-interactive-video .h5p-nil-interaction > .h5p-interaction-label {
top: 0;
left: 0;
padding: 0.2em 0.5em;
line-height: 1.5;
height: auto;
min-width: 1.5em;
cursor: default;
border-radius: 0;
}
.h5p-interactive-video .h5p-dragquestion .h5p-button {
right: auto;
left: 1.225em;
}
/* Splash start screen */
.h5p-interactive-video .h5p-splash {
width: 40%;
margin: auto;
text-align: center;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #ffffff;
cursor: pointer;
-webkit-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-outer {
display: table-cell;
vertical-align: middle;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-play-icon {
font-size: 5em;
padding: 0.5em 0;
line-height: 1em;
}
.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash-play-icon,
.h5p-interactive-video .h5p-splash-wrapper.no-description.no-title .h5p-splash-play-icon {
padding: 0.5em 0;
font-size: 4em;
}
.h5p-interactive-video .h5p-splash-wrapper.no-title .h5p-splash-play-icon {
padding: 0.75em 0;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash-play-icon:before {
font-family: "H5PFontAwesome4";
content: "\f04b";
display: block;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-title {
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
line-height: 1.25em;
padding: 0 0.5em 1.25em 0.5em;
margin-top: -1em;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-description {
font-family: 'Open Sans', sans-serif;
border-top: 1px solid rgba(255, 255, 255, 0.2);
font-size: 0.75em;
line-height: 1.25;
padding: 1.25em;
}
.h5p-interactive-video .h5p-splash > p {
margin: 0.5em 0 1em;
color: #fff;
}
.h5p-interactive-video .h5p-splash-wrapper {
position: absolute;
display: table;
padding: 1em 0;
top: 50%;
width: 100%;
height: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* Hover and focus effects */
.h5p-interactive-video .h5p-splash:focus,
.h5p-interactive-video .h5p-splash:hover {
background: rgba(0, 0, 0, 0.85);
}
.h5p-interactive-video .h5p-splash:focus {
outline: 1px solid lightskyblue;
}
/* No description */
.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash .h5p-splash-description,
.h5p-interactive-video .h5p-splash-wrapper.no-description.mobile .h5p-splash .h5p-splash-description {
display: none;
}
.h5p-interactive-video .h5p-splash-wrapper.no-description .h5p-splash {
padding: 1.5em 0;
}
.h5p-interactive-video .h5p-splash-wrapper.no-description.no-title .h5p-splash {
width: 25%;
padding: 1em 0;
}
/* No title */
.h5p-interactive-video .h5p-splash-wrapper.no-title.mobile .h5p-splash .h5p-splash-title,
.h5p-interactive-video .h5p-splash-wrapper.no-title .h5p-splash .h5p-splash-title {
display: none;
}
/* Minimum font sizes */
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-title.minimum-font-size {
font-size: 20px;
}
.h5p-interactive-video .h5p-splash-wrapper .h5p-splash .h5p-splash-description.minimum-font-size {
font-size: 12px;
}
/* Mobile splash start screen */
.h5p-interactive-video .h5p-splash-wrapper.mobile.no-description.no-title .h5p-splash,
.h5p-interactive-video .h5p-splash-wrapper.mobile.no-description .h5p-splash,
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash {
width: 100%;
height: 100%;
margin: 0;
display: flex;
top: 0;
left: 0;
position: absolute;
flex-flow: column;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile {
display: block;
top: 0;
-webkit-transform: none;
transform: none;
width: 100%;
height: 100%;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-outer {
display: block;
vertical-align: auto;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main {
flex: auto;
position: relative;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main-outer {
position: absolute;
height: 100%;
width: 100%;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-main-inner {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash .h5p-splash-title {
padding: 0.5em 2.5em;
}
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash .h5p-splash-description {
padding: 1em 1.5em;
}
/* mobile footer */
.h5p-interactive-video .h5p-splash-wrapper.mobile .h5p-splash-footer {
flex: none;
}
/* Youtube specific splash start screen options */
.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper {
display: none;
}
.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper .h5p-splash,
.h5p-interactive-video .h5p-video.h5p-youtube .h5p-splash-wrapper:hover .h5p-splash {
background: #000;
}
/* Adaptivity */
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-correct,
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-wrong {
float: right;
}
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-correct:before,
.h5p-interactive-video .h5p-question .h5p-question-iv-adaptivity-wrong:before {
content: "\f051";
}
.h5p-interactive-video .h5p-question .h5p-question-iv-continue {
float: right;
}
.h5p-interactive-video .h5p-question-iv-continue:before {
content: "\f04b";
}
/* mobile view */
.h5p-interactive-video.mobile .h5p-dialog.h5p-big,
.h5p-interactive-video.mobile .h5p-dialog {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.h5p-no-frame .h5p-interactive-video.mobile .h5p-dialog.h5p-big,
.h5p-no-frame .h5p-interactive-video.mobile .h5p-dialog {
border: 1px solid #eee;
}
.h5p-interactive-video.mobile .h5p-dialog.h5p-big > .h5p-dialog-inner,
.h5p-interactive-video.mobile .h5p-dialog > .h5p-dialog-inner {
height: inherit;
width: 100%;
}
/* Center images in big dialog */
.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Image"] .h5p-dialog-inner {
position: relative;
}
.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Image"] .h5p-image {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.h5p-interaction.h5p-poster.h5p-questionnaire-interaction .h5p-interaction-outer {
overflow-y: hidden;
}
.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Questionnaire"] .h5p-questionnaire-wrapper {
height: 100%;
width: 100%;
}
.h5p-interactive-video .h5p-dialog[data-lib="H5P.Questionnaire"] .h5p-dialog-titlebar {
background-color: #2269a9;
border-bottom: 1px solid #2269a9;
}
.h5p-interactive-video .h5p-dialog[data-lib="H5P.Questionnaire"] .h5p-dialog-close:before {
color: #FFF;
}
.h5p-interactive-video .h5p-confirmation-dialog-background {
z-index: 101;
}
.h5p-interactive-video .goto-clickable {
cursor: pointer;
}
.h5p-interactive-video .goto-clickable.h5p-text {
cursor: pointer;
display: block;
margin: 0;
padding: 1em;
min-height: 100%;
text-decoration: none;
color: #313131;
}
.h5p-interactive-video .h5p-interaction.h5p-poster.goto-clickable-visualize .h5p-interaction-outer {
position: static;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner {
border: solid 2px #1d5cff;
transition: border 0.3s, box-shadow 0.3s;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner {
border-color: #018d82;
}
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner {
box-sizing: border-box;
min-height: calc(2.5em - 1px);
height: auto;
}
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:hover {
border-color: #003fdf;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-box-shadow-disabled {
box-shadow: none;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize:hover {
border-color: #003fdf;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode:hover,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:hover {
border-color: #00796f;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .h5p-dialog-inner,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner {
position: relative;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .goto-clickable:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:before {
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
border-top: 1.5em solid #1d5cff;
border-right: 1.5em solid transparent;
opacity: 0.8;
content: '';
z-index: 1;
cursor: pointer;
pointer-events: none;
transition: border-top-color 0.3s;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode .goto-clickable:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:before {
border-top-color: #08a497;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .goto-clickable:hover:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:hover:before {
border-top-color: #003fdf;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode .goto-clickable:hover:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:hover:before {
border-top-color: #027e74;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .goto-clickable:focus:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:focus:before,
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode .goto-clickable:focus:before,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:focus:before {
border-top-color: transparent;
}
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:before {
top: initial;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .goto-clickable:after,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:after {
position: absolute;
width: 1em;
height: 1em;
top: 0.25em;
left: 0.25em;
font-family: 'H5PFontAwesome4';
font-size: 0.7em;
content: "\f08e";
color: #fff;
line-height: 1;
text-align: center;
vertical-align: baseline;
z-index: 1;
cursor: pointer;
pointer-events: none;
transition: color 0.3s;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode .goto-clickable:after,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:after {
content: "\f064";
transform: rotate(24deg) translateX(-2px);
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize .goto-clickable:focus:after,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize .h5p-dialog-inner:focus:after {
color: #1d5cff;
}
.h5p-interactive-video .h5p-poster.goto-clickable-visualize.h5p-goto-timecode .goto-clickable:focus:after,
.h5p-interactive-video .h5p-dialog.goto-clickable-visualize.h5p-goto-timecode .h5p-dialog-inner:focus:after {
color: #018d82;
}
.h5p-interactive-video .h5p-dialog.h5p-big.goto-clickable-visualize[data-lib="H5P.Image"] .h5p-dialog-inner:after {
top: 0.25em;
}
.h5p-interactive-video .h5p-dialog.h5p-big[data-lib="H5P.Image"] .h5p-image.goto-clickable {
width: 100%;
}
.h5p-interactive-video .h5p-interaction-continue-button {
cursor: pointer;
text-transform: uppercase;
color: #FFF;
background-color: #252525;
border-radius: 0.5em;
padding: 0.6em 2em;
font-weight: 600;
font-size: 0.85em;
width: auto;
display: block;
align-self: center;
letter-spacing: 3px;
margin: 1em auto;
}
.h5p-interactive-video .h5p-interaction-continue-button:after {
font-family: "H5PFontAwesome4";
content: '\f144';
margin-left: 1.2em;
}
.h5p-interactive-video .hidden {
display: none;
}
.h5p-interactive-video .hidden-but-read {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.h5p-interactive-video .h5p-control.h5p-star {
position: relative;
margin-left: -3px;
margin-right: -5px;
width: 32px;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-bar {
background: #0b0d0c;
border: 0;
left: -8px;
top: 16px;
height: 4px;
width: 24px;
border-radius: 0;
position: absolute;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-bar.h5p-star-bar-buffered {
background: #4d4d4d;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-background {
background: url(fonts/score_h5p_black.svg) center/22px no-repeat;
position: absolute;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground {
background: url(fonts/score_h5p_grey.svg) center/11px no-repeat;
position: absolute;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground:hover {
background: url(fonts/score_h5p_white.svg) center/11px no-repeat;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground-editor {
background: url(fonts/score_h5p_green.svg) center/11px no-repeat;
position: absolute;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground-editor:hover {
background: url(fonts/score_h5p_light_green.svg) center/11px no-repeat;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground.h5p-star-active {
background: url(fonts/score_h5p_green.svg) center/11px no-repeat;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground.h5p-star-active-editor {
background: url(fonts/score_h5p_light_green.svg) center/11px no-repeat;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-animation {
background: url(fonts/score_h5p_green.svg) center/11px no-repeat;
position: absolute;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
-ms-transition: 0.5s ease-in;
-o-transition: 0.5s ease-in;
transition: 0.5s ease-in;
opacity: 1;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-animation.h5p-star-animation-active {
background: url(fonts/score_h5p_green.svg) center/36px no-repeat;
opacity: 0;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-animation.h5p-star-animation-inactive {
visibility: hidden;
-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.h5p-interactive-video .h5p-control .h5p-interactive-video-tooltip {
font-size: 16px;
padding: 0 0.5em;
line-height: 2em;
visibility: hidden;
position: absolute;
bottom: 36px;
z-index: 2;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
font-family: "Open Sans", sans-serif;
content: attr(data-label);
white-space: pre;
}
.h5p-interactive-video .h5p-control:not(.h5p-no-tooltip):hover > .h5p-interactive-video-tooltip {
visibility: visible;
}.h5p-iv-interactions-announcer {
position: absolute;
top: 0;
width: 1px;
height: 1px;
overflow: hidden;
}@CHARSET "UTF-8";
.h5p-interactive-video-bubble {
position: absolute;
color: #333;
z-index: 1;
margin-top: 0.45em;
min-width: 1em;
font-size: 16px;
transition: transform 0.5s ease-out 0.5s, opacity 0s ease-out 0.5s;
}
.h5p-interactive-video-bubble p {
margin: 0.75em 0;
}
.h5p-interactive-video-bubble p:first-child {
margin-top: 0.25em;
}
.h5p-interactive-video-bubble p:last-child {
margin-bottom: 0.25em;
}
.h5p-interactive-video-bubble.h5p-interactive-video-bubble-active {
transform: translateY(-9px);
opacity: 1;
}
.h5p-interactive-video-bubble.h5p-interactive-video-bubble-inactive {
transition: 0s;
opacity: 0;
visibility: hidden;
}
.h5p-interactive-video-bubble-inner {
background: #fbfbfb;
box-shadow: 0.125em 0.125em 0.417em 0.042em rgba(0,0,0,0.20);
border-radius: 0.25em;
padding: 0.25em 0.75em;
text-align: center;
position: relative;
word-wrap: break-word;
/* Long words have to break */
font-size: 0.750em;
line-height: 1.5em;
height: 1.5em;
color: #484848;
}
.h5p-interactive-video-bubble-inner-tail,
.h5p-interactive-video-bubble-tail {
position: absolute;
/* Setting these in pixels is intentional. We use it when calculating placement of bubble */
width: 12px;
height: 12px;
background: #fbfbfb;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
.h5p-interactive-video-bubble-tail {
box-shadow: 0.125em 0.125em 0.417em 0.042em rgba(0,0,0,0.20);
}
/* Endscreen Bubble */
.h5p-interactive-video-bubble-endscreen {
position: absolute;
color: #fbfbfb;
min-width: 1em;
width: calc(100% - 1em);
height: calc((100% - 36px) - 1em);
/* 36px = controls height */
top: 0.5em;
bottom: 0;
left: 0.5em;
transition: top ease-out 0.25s, font ease-out 0.3s;
}
.h5p-interactive-video-bubble-endscreen p {
margin: 0.75em 0;
}
.h5p-interactive-video-bubble-endscreen p:first-child {
margin-top: 0.25em;
}
.h5p-interactive-video-bubble-endscreen p:last-child {
margin-bottom: 0.25em;
}
.h5p-interactive-video-bubble-endscreen.h5p-interactive-video-bubble-endscreen-active {
z-index: 1;
opacity: 1;
display: inherit;
top: 0.5em;
}
.h5p-interactive-video-bubble-endscreen.h5p-interactive-video-bubble-endscreen-preparing {
display: hidden;
opacity: 1;
top: 100%;
}
.h5p-interactive-video-bubble-endscreen.h5p-interactive-video-bubble-endscreen-inactive {
transition: 0s;
opacity: 0;
display: none;
}
/* Mobile and fullscreen - use the complete screen */
.h5p-interactive-video-bubble-endscreen.mobile-fullscreen {
font-size: 20px;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
.h5p-interactive-video-bubble-endscreen.mobile-fullscreen .h5p-interactive-video-bubble-endscreen-inner {
border-radius: 0;
}
.h5p-interactive-video-bubble-endscreen-inner {
background: #000000;
/* box-shadow: 0 0 0.5em #2c2c2c; */
border-radius: 0.25em;
text-align: center;
position: relative;
word-wrap: break-word;
/* Long words have to break */
height: 100%;
}
.h5p-interactive-video-bubble-endscreen-inner-tail,
.h5p-interactive-video-bubble-endscreen-tail {
position: absolute;
/* Setting these in pixels is intentional. We use it when calculating placement of bubble */
width: 12px;
height: 12px;
background: #000000;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
transition: left ease-out 0.25s;
}
.h5p-interactive-video-bubble-endscreen-text {
height: 100%;
}@CHARSET "UTF-8";
@font-face {
font-family: 'H5Picons';
src: url(fonts/h5p.eot);
src: url(fonts/h5p.eot?#iefixv34b5s) format('embedded-opentype'),
url(fonts/h5p.ttf) format('truetype'),
url(fonts/h5p.woff) format('woff'),
url(fonts/h5p.svg#h5p) format('svg');
font-weight: normal;
font-style: normal;
}
.h5p-interactive-video-endscreen {
font-family: H5PDroidSans,sans-serif;
font-size: 90%;
display: flex;
flex-direction: column;
padding: 2em;
max-height: calc(100% - 4em);
/* Special treatment for iOS devices */
-webkit-text-size-adjust: none;
}
.h5p-interactive-video.mobile .h5p-interactive-video-endscreen,
.h5p-interactive-video.h5p-minimal .h5p-interactive-video-endscreen {
overflow-y: auto;
}
.h5p-interactive-video-endscreen.h5p-interactive-video-endscreen-active {
opacity: 1;
}
.h5p-interactive-video-endscreen.h5p-interactive-video-endscreen-inactive {
opacity: 0;
}
.h5p-interactive-video-endscreen-introduction {
width: 100%;
display: flex;
flex-direction: row;
flex-shrink: 0;
}
.h5p-interactive-video-endscreen-star-symbol {
width: auto;
font-size: 1.25em;
margin-right: 0.5em;
}
.h5p-interactive-video-endscreen-star-symbol:before {
font-family: 'H5Picons';
content: "\e91c";
color: #ffff00;
}
.h5p-interactive-video-endscreen-introduction-container {
width: 100%;
display: flex;
flex-direction: column;
text-align: left;
}
.h5p-interactive-video-endscreen-introduction-title {
width: 100%;
display: flex;
flex-direction: row;
margin-bottom: 0.5em;
}
.h5p-interactive-video-endscreen-introduction-title-text {
font-size: 1em;
font-weight: bold;
width: 100%;
margin-bottom: 0.25em;
}
.h5p-interactive-video-endscreen-introduction-text {
width: 100%;
display: flex;
flex-direction: column;
font-size: 0.7em;
line-height: 1.5em;
margin-bottom: 1em;
}
.h5p-interactive-video-endscreen-introduction-text-submitted {
color: #85BC8D;
}
.h5p-interactive-video-endscreen-submit-button-container {
width: 100%;
}
.h5p-interactive-video-endscreen-submit-button {
font-size: 0.7em;
background: #55a964;
}
.h5p-interactive-video-endscreen-submit-button-hidden > .h5p-joubelui-button {
cursor: auto;
display: none;
}
.h5p-interactive-video-endscreen-submit-button:hover,
.h5p-interactive-video-endscreen-submit-button:focus {
background: #4e8c3a;
}
.h5p-interactive-video-endscreen-submit-button:active {
background: #3c6f2c;
box-shadow: inset 0 4px 0 #305c23;
}
.h5p-interactive-video-endscreen-submit-button:before {
content: "\F058";
}
.h5p-interactive-video-endscreen-close-button {
cursor: pointer;
}
.h5p-interactive-video-endscreen-close-button:after {
font-family: 'H5PFontAwesome4';
content: "\f00d";
}
.h5p-interactive-video-endscreen-close-button:hover {
color: #dbd7d1;
}
.h5p-interactive-video-endscreen-close-button:focus {
outline: 2px solid #179fff;
}
.h5p-interactive-video-endscreen-overview {
width: 100%;
display: flex;
flex-direction: column;
font-size: 0.7em;
margin-top: 1em;
}
.h5p-interactive-video-endscreen-overview-title {
width: 100%;
display: flex;
flex-direction: row;
font-weight: bold;
margin-bottom: 1em;
}
.h5p-interactive-video-endscreen-overview-title-answered-questions {
width: 100%;
text-align: left;
}
.h5p-interactive-video-endscreen-overview-title-score {
text-align: right;
margin-right: 1.1em;
}
.h5p-interactive-video-endscreen-overview-table {
width: 100%;
overflow-y: auto;
overflow-x: hidden;
max-height: 16em;
}
.h5p-interactive-video-endscreen-overview-table::-webkit-scrollbar {
width: 0.4em;
}
.h5p-interactive-video-endscreen-overview-table::-webkit-scrollbar-track {
-webkit-border-radius: 0.1em;
border-radius: 0.1em;
}
.h5p-interactive-video-endscreen-overview-table::-webkit-scrollbar-thumb {
-webkit-border-radius: 0.1em;
border-radius: 0.1em;
background: #e6e6e6;
background: rgba(255,255,255,0.9);
}
.h5p-interactive-video-endscreen-overview-table::-webkit-scrollbar-thumb:window-inactive {
background: #999999;
background: rgba(255,255,255,0.6);
}
.h5p-interactive-video-endscreen-overview-table-row {
width: 100%;
display: flex;
flex-direction: row;
padding: 0.25em 0;
border-bottom: 1px;
border-color: #2b2929;
border-bottom-style: solid;
}
.h5p-interactive-video-endscreen-overview-table-row:hover,
.h5p-interactive-video-endscreen-overview-table-row:focus {
cursor: pointer;
background: #2a2728;
}
.h5p-interactive-video-endscreen-overview-table-row-time {
text-align: right;
margin-right: 1em;
color: #99afd1;
width: 8em;
font-size: 0.833em;
}
.h5p-interactive-video-endscreen-overview-table-row-title {
width: 100%;
text-align: left;
}
.h5p-interactive-video-endscreen-overview-table-row-score {
width: 100%;
margin-left: 1em;
text-align: right;
font-weight: bold;
margin-right: 0.7em;
}
.h5p-interactive-video-endscreen-bold-text {
font-weight: bold;
}
.h5p-interactive-video-endscreen-no-link,
.h5p-interactive-video-endscreen-no-link:hover {
cursor: auto;
background: initial;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists