.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 divRuitjesvel ****************************************************** */
#txtInputMobile {
  position: relative ;
  left: -200px;
  top: 50px;
}
#divRuitjesVel {
  display: inline-block;
  font-family: 'Architects Daughter';
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
#divRuitjes {
  display: grid;
  border: 2px solid #5cabb45e;
}
.ruitje {
  border: 1px solid #5cabb45e;
  background-color: #b7bce11a;
  width: 25px;
  height: 27px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  position: relative;
}
.ruitje > div.groter {
  height: 1.5em;
  width: 1.5em;
  font-size: 1.8em;
  left: -13px;
  top: -8px;
  position: absolute;
  font-weight: 100;
  z-index: 0;
}
.ruitje.kleiner {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 600;
  color: #006EB3;
}
.ruitje.lichter {
  color: #999;
}
.ruitje.answer {
  background-color: #b0e2db;
}
.ruitje.geselecteerd {
  animation: aniBlinkCursor 1s infinite;
}
@keyframes aniBlinkCursor {
  0% {
    border-bottom: 4px solid #FF8500;
  }
  50% {
    border-bottom: 4px solid black;
  }
  100% {
    border-bottom: 4px solid #FF8500;
  }
}
#divRuitjesVel .stripkeOnder {
  border-bottom: 2px solid black;
}
/*  20201119 toegevoegd ivm de haakdeling*/
#divRuitjesVel .stripkeLinks {
  border-left: 2px solid black;
}
#divRuitjesVel .stripkeBoven {
  border-top: 2px solid black;
}
#divRuitjesVel .stripkeRechts {
  border-right: 2px solid black;
}
.ruitje.stripkeDoor {
  background-image: linear-gradient(135deg, #5cabb4 4.55%, #eeeeee 4.55%, #eeeeee 50%, #5cabb4 50%, #5cabb4 54.55%, #eeeeee 54.55%, #eeeeee 100%);
  background-size: 40px 40px;
  background-position-x: -17px;
}
.ruitje.stripkeDoor div {
  color: #222;
}
/*
 * 20230105
 * Hoewel we het knopje Komma niet meer gebruiken, willen we deze komma in een ruitje`
 * wel toepassen bij de staartdeling
 */
.ruitje.komma::after {
  position: absolute;
  content: ',';
  top: -1px;
  left: 18px;
  font-size: 1.2em;
  text-shadow: 0 0 3px white;
}
