.bg_od {
  background-color: #FF8500 !important;
}
.bg_ol {
  background-color: #FDD282 !important;
}
.bg_mb {
  background-color: #B7BCE1;
}
/* Midden Blauw  */
.bg_mo {
  background-color: #FDD282;
}
/* Midden Oranje */
.bg_gd {
  background-color: #47B64D !important;
}
.bg_gl {
  background-color: #7FDA7A !important;
}
/* licht groen   */
.bg_rd {
  background-color: #CE4747;
}
.bg_qf {
  background-color: #CCCCCC;
}
/* question fout */
.bg_qg {
  background-color: #009304;
}
/* mja.          */
.tx_od {
  color: #FF8500;
}
.tx_bd {
  color: #006EB3;
}
.bg_st {
  @zilver Background;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v19-latin-regular.woff2') format('woff2'), Super Modern Browsers url('/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: local('ArchitectsDaughter'), url('/fonts/ArchitectsDaughter.ttf') format('truetype');
}
/* deze wordt gebruikt in de plaatjes die we versturen bij Rekenen */
@font-face {
  font-family: '';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), url('/fonts/JosefinSans-VariableFont_wght.ttf');
}
/* 20230417 font toegevoegd om in chrome de formules mooi te maken (grote haakjes) */
@font-face {
  font-family: 'Fira Math';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Math'), url('/fonts/FiraMath-Regular.otf');
}
/*
@font-face {
    font-family: 'Noticia Text';
    font-weight: 400;
    font-style: normal;
    src: url('https://fonts.googleapis.com/css2?family=Noticia+Text&display=swap')
}
*/
/* START progressbar ******************************************************* */
.ui-progressbar {
  background-color: #fbfbfb;
  height: 30px;
  border-left: 1px solid #FFA50088;
  border-bottom: 1px solid #FFA50088;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.ui-progressbar .ui-progressbar-value {
  background-color: #009304;
  margin: 0px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition-timing-function: ease-out;
}
.ui-progressbar .ui-widget-header {
  border: none !important;
}
#progressbarLabel {
  background-color: transparent;
  position: absolute;
  color: #1E2447;
  text-align: center;
  font-weight: 600;
  width: 100%;
  font-size: 1em;
  padding-top: 3px;
  z-index: 2;
}
#progressbarLabel.klaar {
  font-size: 1em;
  color: white;
  font-weight: 800;
  text-shadow: none;
}
/* 20201004 toegevoegd
 * dit is het lampje dat "over" de progressbar loopt
 */
#progressbarLabel.klaar:before {
  animation-name: standingWave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  position: absolute;
  animation-fill-mode: forwards;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #009304 0%, white 10%, #00930400 20%, #009304 100%);
}
@keyframes standingWave {
  0% {
    opacity: 1;
    transform: translateX(-20%) translateY(0%);
  }
  95% {
    opacity: 1;
    transform: translateX(100%) translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) translateY(0%);
  }
}
/* EINDE progressbar ******************************************************* */
#tijdPB.ui-progressbar {
  background: #ce4747;
  background: -moz-linear-gradient(left, #ce4747 0%, #ffa600 33%, #47b64c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ce4747), color-stop(33%, #ffa600), color-stop(100%, #47b64c));
  background: -webkit-linear-gradient(left, #ce4747 0%, #ffa600 33%, #47b64c 100%);
  background: -o-linear-gradient(left, #ce4747 0%, #ffa600 33%, #47b64c 100%);
  background: -ms-linear-gradient(left, #ce4747 0%, #ffa600 33%, #47b64c 100%);
  background: linear-gradient(to right, #ce4747 0%, #ffa600 33%, #47b64c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4747', endColorstr='#47b64c', GradientType=1);
  height: 20px;
}
#tijdPB.ui-progressbar .ui-progressbar-value {
  background-color: rgba(255, 255, 255, 0.51);
}
