.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 rolMaat ****************************************************** */
#divRolmaat .rolContentTopRow {
  height: 200px;
  padding-top: 0em;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
#divRolmaat .surHeader {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rolDivPin {
  position: absolute;
  left: 26px;
}
.divSelect {
  position: relative;
  width: 100%;
  display: table;
}
.divSelect .divSelectItem {
  width: 100%;
  height: 25px;
  overflow: hidden;
  display: table-row;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 90%, #676767 100%);
}
.divSelect .divSelectItem:hover {
  background: #fceac7;
  background: linear-gradient(180deg, #fceac7 0%, #fceac7 90%, #676767 100%);
}
.divSelect .divSelectItem:has(input[type="checkbox"]:checked) {
  background-color: #FDD282 !important;
  transition: all 0.2s;
}
.divSelect .divSelectItem .divSelectBox {
  display: table-cell;
  padding-top: 10px;
  padding-left: 0.5em;
  width: 2em;
}
.divSelect .divSelectItem .divSelectBox input[type=checkbox] {
  margin: 0px;
}
.divSelect .divSelectItem .divSelectCurve {
  display: table-cell;
  width: 40px;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0.3em;
  margin-right: 0em;
}
.divSelect .divSelectItem .divSelectAantal {
  display: table-cell;
  width: 3em;
  height: 100%;
}
.divSelect .divSelectItem .divSelectAantal span {
  color: white;
  background-color: #009304;
}
.divSelect .divSelectItem .divSelectNaam {
  display: table-cell;
}
.divSelectOpenIcon {
  display: table-cell;
  float: right;
  top: 5px;
  left: -5px;
  position: relative;
  margin-left: 5px;
}
.divSelectList {
  display: table-cell;
  float: right;
  top: 5px;
  left: -5px;
  position: relative;
  margin-left: 5px;
}
.btnRolRond {
  top: 12px;
  position: absolute;
  right: 18px;
}
.divRolTrash {
  position: relative;
  right: -132px;
  top: -51px;
  background-color: black;
  width: 22px;
  height: 22px;
  color: white;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  font-size: 10px;
}
.divRolTrash:hover {
  color: red;
}
.spnRolTrash {
  top: -14px !important;
}
