.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')
}
*/
.ui-dialog-titlebar {
  background: #FDD282;
  padding: 0.5em;
}
.ui-dialog {
  border: 2px solid #FF8500 !important;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.ui-dialog.UIDDemo .ui-widget-header {
  background: #FDD282;
  border: 0;
  color: #1E2447;
  font-weight: 800;
}
.ui-dialog.UIDFeedback .ui-widget-header {
  background: #FDD282;
  border: 0;
  color: #000;
  font-weight: 800;
}
.ui-dialog.UIDFeedback .ui-widget-header {
  border-bottom: 3px solid #FF8500 !important;
}
.ui-dialog.UIDFeedback {
  border: 1px solid #FF8500 !important;
}
.ui-dialog.UIDShop .ui-widget-header {
  background: #1E2447;
  border: 0;
  color: #FF8500;
  font-weight: 800;
}
.ui-dialog.UIDShop .ui-widget-header {
  border-bottom: 3px solid #FF8500 !important;
  padding: 1em;
}
.no-titlebar .ui-titlebar {
  display: none;
}
.no-padding .ui-content {
  padding: 0px;
}
.ui-dialog .ui-dialog-buttonpane button {
  padding: 0.8em 1em 0.8em 1em;
  border-top-color: #DDD;
  border-left-color: #DDD;
  border-right-color: #FDD282;
  border-bottom-color: #FDD282;
  border-width: 3px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #FDD282;
}
/* *****************************************************************************
 * hier staan wat wijzigingen voor de slider-knoppen
 * 20240527 toegevoegd voor sliders in breuken theorie
 */
.ui-slider .ui-slider-handle {
  background-color: #FDD282;
  border: 3px solid #FF8500;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-size: 1.3em;
}
.ui-slider-vertical {
  width: 1.2em;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.8em;
}
.ui-slider:not([class*=ui-slider-vertical]) .ui-slider-handle {
  top: -0.8em;
}
/* START divAccordionRekenen delen vanaf hier *********************************/
#divAccordionRekenen.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  font-family: 'Trebuchet MS';
  font-size: 1.4em;
  line-height: 1.2em;
  color: #616FBD;
  padding: 0.2em 0.5em 0.1em 0.5em;
  border: 4px solid #616FBD;
  border-radius: 5px;
}
#divAccordionRekenen.ui-accordion .ui-accordion-header-active {
  background-color: #B7BCE1;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px;
}
#divAccordionRekenen.ui-accordion .ui-accordion-content {
  padding: 0px;
}
#divAccordionRekenen .ui-accordion-header-icon {
  display: none !important;
}
/* EINDE divAccordionRekenen delen vanaf hier *********************************/
