.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')
}
*/
/** sleepvraag **********************************************************/
.dragBalansItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8500;
  z-index: 1;
  cursor: grab;
}
.dragBalansItem.divDragging {
  cursor: grabbing;
}
/* 20220524 deze class wprdt aan het item toegekend tijdens reverting */
div #drag .dragBalansItem.fout {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -ms-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  background-color: #CE4747 !important;
}
/* START dit zijn wat styles voor de sleepvraag */
div #drag .dragBalansItem {
  border-width: 0px;
  background-color: #FF8500;
  padding: 7px 3px 3px 6px;
  width: 150px;
  height: 30px;
  cursor: grab;
}
div #drag .trash {
  border: 10px orangered solid;
  background-color: black;
  text-align: center;
  display: block;
  overflow: hidden;
  height: 100px;
  width: 100px;
  float: right;
}
div #drag .star-size {
  font-size: 80px;
  color: orangered;
  line-height: 1em;
}
div #drag table td {
  width: 170px;
  height: 35px;
}
div #drag table td.slim {
  width: 20px;
  height: 35px;
}
.ui-draggable-dragging {
  -webkit-box-shadow: 7px 7px 3px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 3px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 3px -4px rgba(0, 0, 0, 0.75);
  z-index: 99;
}
.dragBalansItem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin: 5px;
}
.doelcel {
  width: 165px;
}
.teBreed {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.naartoe td.borderbottom {
  border-bottom: 2px black solid;
}
div #drag table td {
  height: 40px;
}
.naartoe .dragBalansItem {
  margin: 1px 1px 2px 1px;
}
div #drag table td.pijltjesvlak {
  width: 35px;
  text-align: center;
  padding: 0px;
}
.middenonder {
  margin-left: auto;
  margin-right: auto;
}
.middenonder td {
  border: 2px solid #006EB3;
}
.bracket {
  stroke: #006eb3;
}
.grootblauw {
  font-size: 32px;
  color: #1E2447;
}
div #drag table td.inspring {
  padding-left: 15px;
}
div #drag table td.laag {
  height: 20px;
  padding-top: 0px;
}
.ui-droppable {
  background-color: #FDD282;
}
.naartoe th {
  border: 4px #162133 solid;
  background-color: #1E2447;
  font-weight: 800;
  padding: 5px;
  text-align: center;
  color: white;
}
td.mark {
  background-color: #fbfbfb;
}
