/* General CSS for H5P. Licensed under the MIT License.*/

/* Custom H5P font to use for icons. */
@font-face {
  /*font-family: 'h5p';
  src:    url('../fonts/h5p-core-18.eot?cb8kvi');
  src:    url('../fonts/h5p-core-18.eot?cb8kvi#iefix') format('embedded-opentype'),
  url('../fonts/h5p-core-18.ttf?cb8kvi') format('truetype'),
  url('../fonts/h5p-core-18.woff?cb8kvi') format('woff'),
  url('../fonts/h5p-core-18.svg?cb8kvi#h5p') format('svg');*/
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'Assistant-Regular';
    src: url('../../../fonts/Assistant-Regular.ttf') format('truetype');
}
.h5p-question-buttons .h5p-joubelui-button, .h5p-question-buttons .h5p-joubelui-button:first-child:last-child{
        font-family: 'Assistant-Regular';

}
html.h5p-iframe, html.h5p-iframe > body {
  font-family: Assistant-Regular; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
  overflow: hidden;
}
.h5p-content {
  position: relative;
  background: #fefefe;
  border: 1px solid #EEE;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-noselect
{
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
html.h5p-iframe .h5p-content {
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
  height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {
  border: 0;
}
.h5p-container {
  position: relative;
  z-index: 1;
}
.h5p-iframe-wrapper.h5p-fullscreen {
  background-color: #000;
}
body.h5p-semi-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.h5p-content-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.h5p-fullscreen .h5p-content-controls {
  display: none;
}

.h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
  color: #e5eef6;
}

.h5p-enable-fullscreen:before {
   font-family: Assistant-Regular;
  content: "\e88c";
}
.h5p-disable-fullscreen:before {
  font-family: Assistant-Regular;
  content: "\e891";
}
.h5p-enable-fullscreen, .h5p-disable-fullscreen {
  cursor: pointer;
  color: #EEE;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.3);
  line-height: 0.975em;
  font-size: 2em;
  width: 1.125em;
  height: 0.925em;
  text-indent: -0.0875em;
}
.h5p-disable-fullscreen {
  line-height: 0.925em;
  width: 1.1em;
  height: 0.9em;
}

.h5p-enable-fullscreen:focus,
.h5p-disable-fullscreen:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0.25em;
}

.h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
  background: rgba(0,0,0,0.5);
}
.h5p-semi-fullscreen .h5p-enable-fullscreen {
  display: none;
}

div.h5p-fullscreen {
  width: 100%;
  height: 100%;
}
.h5p-iframe-wrapper {
  width: auto;
  height: auto;
}

.h5p-fullscreen .h5p-iframe-wrapper,
.h5p-semi-fullscreen .h5p-iframe-wrapper {
  width: 100%;
  height: 100%;
}

.h5p-iframe-wrapper.h5p-semi-fullscreen {
  width: auto;
  height: auto;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
  /* Hack for IOS landscape / portrait */
  width: 10px;
  min-width: 100%;
  *width: 100%;
  /* End of hack */
  height: 100%;
  z-index: 10;
  overflow: hidden;
  border: 0;
  display: block;
}

.h5p-content ul.h5p-actions {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  height: 25px;
  font-size: 12px;
  background: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  clear: both;
  font-family: Assistant-Regular;
}
.h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
  display: none;
}
.h5p-actions > .h5p-button {
  float: left;
  cursor: pointer;
  margin: 0 0.5em 0 0;
  background: none;
  padding: 0 0.75em 0 0.25em;
  vertical-align: top;
  color: #999;
  text-decoration: none;
  outline: none;
  line-height: 23px;
}
.h5p-actions > .h5p-button:hover {
  color: #666;
}
.h5p-actions > .h5p-button:active,
.h5p-actions > .h5p-button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
  color: #666;
}
.h5p-actions > .h5p-button:focus,
.h5p-actions .h5p-link:focus {
  outline-style: solid;
  outline-width: thin;
  outline-offset: -2px;
  outline-color: #9ecaed;
}
.h5p-actions > .h5p-button:before {
  font-family: Assistant-Regular;
  font-size: 20px;
  line-height: 20px;
  vertical-align: top;
  padding-right: 0;
}
.h5p-actions > .h5p-button.h5p-export:before {
  content: "\e893";
}
.h5p-actions > .h5p-button.h5p-copyrights:before {
  content: "\e88f";
}
.h5p-actions > .h5p-button.h5p-embed:before {
  content: "\e892";
}
.h5p-actions .h5p-link {
  float: right;
  margin-right: 0;
  font-size: 2.0em;
  line-height: 23px;
  overflow: hidden;
  color: #999;
  text-decoration: none;
  outline: none;
}
.h5p-actions .h5p-link:before {
  font-family: Assistant-Regular;
  content: "\e88e";
  vertical-align: bottom;
}
.h5p-actions > li {
  margin: 0;
  list-style: none;
}
.h5p-popup-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background:#000;
  background:rgba(0,0,0,0.75);
}
.h5p-popup-dialog.h5p-open {
  opacity: 1;
}
.h5p-popup-dialog .h5p-inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  height: 100%;
  max-height: 100%;
  position: relative;
}
.h5p-popup-dialog .h5p-inner > h2 {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: #eee;
  display: block;
  color: #656565;
  font-size: 1.25em;
  padding: 0.325em 0.5em 0.25em;
  line-height: 1.25em;
  border-bottom: 1px solid #ccc;
}
.h5p-embed-dialog .h5p-inner {
  width: 300px;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -150px;
  transition: margin 250ms linear 100ms;
}
.h5p-embed-dialog .h5p-embed-code-container,
.h5p-embed-size {
  resize: none;
  outline: none;
  width: 100%;
  padding: 0.375em 0.5em 0.25em;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 #d0d0d0 inset;
  font-size: 0.875em;
  letter-spacing: 0.065em;
  font-family: Assistant-Regular;
  white-space: pre;
  line-height: 1.5em;
  height: 2.0714em;
  background: #f5f5f5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-embed-dialog .h5p-embed-code-container:focus {
  height: 5em;
}
.h5p-embed-size {
  width: 3.5em;
  text-align: right;
  margin: 0.5em 0;
  line-height: 2em;
}
.h5p-popup-dialog .h5p-scroll-content {
  border-top: 2.25em solid transparent;
  padding: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  color: #555555;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
  width: 8px;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
  box-shadow: 0 0 10px #000 inset;
  border-radius: 4px;
}
.h5p-popup-dialog .h5p-close {
  cursor: pointer;
  outline:none
}
.h5p-popup-dialog .h5p-close:after {
  font-family: Assistant-Regular;
  content: "\e894";
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  color: #656565;
  cursor: pointer;
  text-indent: -0.065em;
}
.h5p-popup-dialog .h5p-close:hover:after,
.h5p-popup-dialog .h5p-close:focus:after {
  color: #454545;
}
.h5p-popup-dialog .h5p-close:active:after {
  color: #252525;
}
.h5p-poopup-dialog h2 {
  margin: 0.25em 0 0.5em;
}
.h5p-popup-dialog h3 {
  margin: 0.75em 0 0.25em;
}
.h5p-popup-dialog dl {
  margin: 0.25em 0 0.75em;
}
.h5p-popup-dialog dt {
  float: left;
  margin: 0 0.75em 0 0;
}
.h5p-popup-dialog dt:after {
  content: ':';
}
.h5p-popup-dialog dd {
  margin: 0;
}
.h5p-expander {
  cursor: pointer;
  font-size: 1.125em;
  outline: none;
  margin: 0.5em 0 0;
  display: inline-block;
}
.h5p-expander:before {
  content: "+";
  width: 1em;
  display: inline-block;
  
}
.h5p-expander.h5p-open:before {
  content: "-";
  text-indent: 0.125em;
}
.h5p-expander:hover,
.h5p-expander:focus {
  color: #303030;
}
.h5p-expander:active {
  color: #202020;
}
.h5p-expander-content {
  display: none;
}
.h5p-expander-content p {
  margin: 0.5em 0;
}
.h5p-content-copyrights {
  border-left: 0.25em solid #d0d0d0;
  margin-left: 0.25em;
  padding-left: 0.25em;
}
.h5p-throbber {
  background: url('../images/throbber.gif?ver=1.2.1') 10px center no-repeat;
  padding-left: 38px;
  min-height: 30px;
  line-height: 30px;
}
.h5p-dialog-ok-button {
  cursor: default;
  float: right;
  outline: none;
  border: 2px solid #ccc;
  padding: 0.25em 0.75em 0.125em;
  background: #eee;
}
.h5p-dialog-ok-button:hover,
.h5p-dialog-ok-button:focus {
  background: #fafafa;
}
.h5p-dialog-ok-button:active {
  background: #eeffee;
}
.h5p-multichoice .h5p-alternative-container{
    text-align:right !important;
}

.h5p-question-introduction{
    direction:rtl !important;
}
.h5p-multichoice .h5p-answer .h5p-alternative-container:before{
    display:none !important;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
    width: 10px;
    min-width: 100% !important;
    *width: 100%;
    height: 100% !important;
    z-index: 10;
    overflow: hidden !important;
    border: 0;
    display: block;
}
.h5p-question-visible .h5p-question-feedback-content.has-content{
    color:white;
    direction:rtl !important;
}
.h5p-question-scorebar .h5p-joubelui-score-bar {
display: none!important;
}

.h5p-multichoice .h5p-answer-icon{
    display:none !important;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-background{
    display:none !important;
}
.h5p-interactive-video .h5p-interaction-inner, .h5p-interactive-video .h5p-interaction-inner.h5p-image{
    background-color:rgba(0,0,0,0);

}
.h5p-interactive-video .h5p-interaction.h5p-poster .h5p-interaction-outer{
    background-color:rgba(0,0,0,0.5);
}
.h5p-interactive-video .h5p-interaction-inner, .h5p-interactive-video .h5p-interaction-inner.h5p-image{
    background-color:rgba(0,0,0,0);
}
.h5p-interactive-video .h5p-interaction.h5p-poster {
        background:rgba(0,0,0,0) !important;
}
.h5p-question p:first-child{
    color:white;
}

.h5p-interactive-video .h5p-question .h5p-joubelui-button{
    float:right !important;
}
.h5p-question-buttons .h5p-joubelui-button, .h5p-question-buttons .h5p-joubelui-button:first-child:last-child{
    background-color:#009B9B !important;
    border-radius:8px !important;
}

.h5p-interactive-video-bubble.h5p-interactive-video-bubble-inactive{
    display:none !important;
}
.h5p-alternative-inner {
    margin: 0 0 0 0 !important;
}
.h5p-interactive-video .h5p-control.h5p-star.h5p-star-foreground {
    display:none;
}

.h5p-interactive-video-bubble-inner{
    display:none !important;
}
.h5p-interactive-video-bubble-tail{
    display:none !important;
}
.h5p-interactive-video .h5p-control.h5p-star{
    display:none !important;
}
.h5p-multichoice .h5p-answer.h5p-correct .h5p-alternative-container, .h5p-multichoice .h5p-answer.h5p-correct:hover .h5p-alternative-container{
    background-color:rgba(0,177,80,0.5) !important;
    border-color:rgba(0,177,80,0) !important; 
    color:white !important;

}
.h5p-multichoice .h5p-answer.h5p-wrong .h5p-alternative-container, .h5p-multichoice .h5p-answer.h5p-wrong:hover .h5p-alternative-container {
     background-color:rgba(255,0,0,0.5) !important;
    border-color:rgba(0,177,80,0) !important; 
    color:white !important;
}
.h5p-multichoice .h5p-answer:hover .h5p-alternative-container, .h5p-multichoice .h5p-answer:focus .h5p-alternative-container{
  
    outline:none !important;
}
html.h5p-iframe, html.h5p-iframe > body{
    background-color:white !important;

}
.h5p-content ul.h5p-actions{
    display:none;
}

 
/*.h5p-multichoice .h5p-answer:hover .h5p-alternative-container, .h5p-multichoice .h5p-answer:focus .h5p-alternative-container {
    border: none !important;
    background: #898989 !important;
    color: white !important;
}*/
/*.h5p-multichoice .h5p-answer[aria-checked="true"] .h5p-alternative-container, .h5p-multichoice .h5p-answer[aria-checked="true"]:hover .h5p-alternative-container{
     border: none !important;
    background-color:#009B9B !important;
    color: white !important;
}*/
.h5p-question p:first-child {
line-height:1.18em;
}
.h5p-question-check-answer:before{
    display:none !important;
}
.h5p-interactive-video .h5p-video-wrapper{

    margin-left:0 !important;
    width:100% !important;
}    
.h5p-question-introduction{
    color: white !important;
}

.h5p-interactive-video .h5p-interaction-button {
    padding-top: 2.5rem !important;
    width: 6.75em !important;
    height: 4.2rem !important;
}
.h5p-interactive-video .h5p-image-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-link-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-table-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-text-interaction>.h5p-interaction-button{
width:1.8rem !important;
height:1.8rem !important;
padding-top:0px !important;
}
.h5p-interactive-video.mobile .h5p-dialog.h5p-big>.h5p-dialog-inner a, .h5p-interactive-video.mobile .h5p-dialog>.h5p-dialog-inner a, .h5p-interactive-video .h5p-dialog-interaction a{
    color:white !important;
}
.h5p-interactive-video.mobile .h5p-dialog.h5p-big>.h5p-dialog-inner, .h5p-interactive-video.mobile .h5p-dialog>.h5p-dialog-inner, .h5p-interactive-video .h5p-dialog-interaction{
    text-align:right !important;
}
.h5p-interactive-video .h5p-image-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-link-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-table-interaction>.h5p-interaction-button, .h5p-interactive-video .h5p-text-interaction>.h5p-interaction-button{
    background-color: #F2664D !important;
}
.h5p-interactive-video [aria-disabled=true].h5p-control, .h5p-interactive-video [aria-disabled=true].h5p-control.h5p-slider, .h5p-interactive-video [aria-disabled=true].h5p-control.h5p-slider .ui-slider-handle{
    display: none !important;
}
.h5p-interactive-video .h5p-minimal-overlay [aria-disabled=true].h5p-minimal-button{
    display: none !important;
}