.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')
}
*/
.buttonsStudent td {
  padding: 10px;
  vertical-align: top;
}
#resultSearchStudent {
  width: 100%;
}
#resultSearchStudent th {
  padding: 3px;
  background-color: #A6CCE4;
}
#resultSearchStudent td {
  padding: 3px;
}
#resultSearchStudent tr:nth-child(2n+2) {
  background: #E6F0F7;
}
#resultSearchStudent tr {
  cursor: pointer;
}
#Statistieken {
  height: 600px;
  overflow-y: scroll;
}
#StatistiekenSynopsis,
#StatistiekenLog {
  height: 550px;
  overflow-y: scroll;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-size: 15px;
  padding-bottom: 20px;
  border: 2px solid #A6CCE4;
}
.ssCourse {
  font-weight: 800;
  padding-top: 30px;
}
.ssModule {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid lightgray;
}
.ssModuleExam {
  font-weight: 600;
  padding-top: 30px;
}
.sterretje {
  font-size: 1em;
  float: left;
  cursor: pointer;
  position: relative;
  top: 0px;
  padding-left: 5px;
}
/******************************************************************************
  classes gebruikt voor de progress-sterren
 ******************************************************************************/
/* Rating Star Widgets Style */
.ModuleNaam {
  font-size: 1.2em;
}
.rating-stars {
  height: 1em;
  display: inline-block;
}
.rating-stars ul {
  list-style-type: none;
  padding: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star {
  font-size: 2em;
  color: lightgray;
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover {
  color: #B7BCE1;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected {
  color: #006EB3;
}
/******************************************************************************
  classes gebruikt voor de RSyst
 ******************************************************************************/
.rsyst_wait {
  position: absolute;
  top: 100px;
  height: 500px;
  width: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}
#rsyst_wait {
  z-index: 2;
}
#rsyst_go {
  z-index: 1;
}
.tblProtest {
  width: 600px;
}
.tblProtest td {
  padding: 5px;
}
.tblProtest td.header {
  background-color: #FDD282;
  color: #1E2447;
  font-size: 1.2em;
  font-weight: 800;
}
.messagesD {
  position: absolute;
  top: 7px;
  padding: 0px;
  padding-left: 10px;
}
/*
 * Deze geeft de animatie voor als je moet wachten.
 * Wordt nu alleen nog gebruikt bij het voortgangsoverzicht.
 */
.aniBackgroundColor {
  animation-name: aniBackgroundColorName;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease;
}
@keyframes aniBackgroundColorName {
  to {
    background-color: #FDD282;
  }
}
