.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')
}
*/
.container-full {
  margin: 0 auto;
  width: 100% !important;
}
.surHeader {
  padding-top: 5px;
  margin-top: 10px;
  background-color: #EEE;
  color: #1E2447;
  text-align: center;
  border-top: 2px solid #FF8500;
  border-right: 2px solid #FF8500;
  border-left: 2px solid #FF8500;
  font-weight: 800;
  font-size: 16px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.surContent {
  border: 2px solid #FF8500;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  min-height: 20px;
}
.surContentTopRow {
  height: 140px;
  padding-top: 1em;
  position: relative;
}
.btn-holder {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -1em;
}
/******************************************************/
.studentSurveillant,
.studentSurveillantSlot {
  display: block;
  height: 70px;
  width: 150px;
  color: black;
  font-weight: 400;
  display: inline-block;
  margin: 5px;
  text-align: center;
  padding: 2px 5px 5px 5px;
  cursor: pointer;
  border: 2px solid #FF8500;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
}
.studentSurveillantSlot {
  background-color: #CCC;
  color: black;
}
.afbreken {
  width: 150px;
  height: 1.5em;
  overflow: hidden;
}
.teBreed {
  width: 140px;
}
.studentStart {
  background-color: #FF8500;
}
.studentActive {
  background-color: #40b32d;
}
.studentAlmostDone {
  background-color: #B7BCE1;
}
.studentDone {
  background-color: #999;
}
.studentFocusLost {
  background-color: #CE4747;
}
.studentDubbel {
  background-color: #CE4747;
  animation-name: dubbelCycle;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-name: dubbelCycle;
  -webkit-animation-duration: 1s;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}
@keyframes dubbelCycle {
  0% {
    background-color: #B7BCE1;
  }
  50% {
    background-color: #CE4747;
  }
}
@-webkit-keyframes dubbelCycle {
  0% {
    background-color: #B7BCE1;
  }
  50% {
    background-color: #CE4747;
  }
}
.spanStudentIcons {
  background-color: white;
  border-radius: 5px;
  border: 1px solid black;
  padding: 1px;
  top: -2px;
  left: 3px;
  position: relative;
}
.spanStudentIcons:empty {
  border: red 1px solid;
}
.spanStudentIconsRight {
  float: right;
}
.spanStudentIconsLeft {
  float: left;
}
/* 20220512
 * deze staat er om die vervelende frutjes weg te halen bij de mensen zonder icons
 */
.spanStudentIcons:empty {
  display: none;
}
#selectMoment {
  padding-right: 1em;
}
.messagesS {
  width: 100%;
  height: 100%;
  overflow: auto;
}
