@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-italic-webfont.woff2") format("woff2"), url("fonts/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("fonts/roboto-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem 0; }

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 .5rem 0; }

h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0 .5rem 0; }

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: .5rem 0; }

p, li {
  line-height: 1.75em; }

ul, ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 2rem; }

p, ul, ol {
  margin: .5rem 0; }

a, a:visited, a:active {
  text-decoration: none;
  color: #3f5fff;
  outline: none; }

a:hover {
  text-decoration: underline;
  color: #0000bf; }

.tp-wrapper {
  position: relative;
  display: inline-block; }
  .tp-wrapper [role=tooltip] {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0s, opacity 0s 0s;
    position: absolute;
    top: -36px;
    left: -8px;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    background-color: #999;
    border-radius: 5px;
    color: white;
    white-space: nowrap; }
    .tp-wrapper [role=tooltip]:after {
      position: absolute;
      left: 12px;
      top: 28px;
      content: '';
      width: 0;
      height: 0;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 8px solid #999;
      border-bottom: none; }
  .tp-wrapper:hover > [role=tooltip], .tp-wrapper:focus > [role=tooltip] {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0.5s, opacity 0.1s 0.5s ease-in; }

.fr_icon {
  float: right;
  margin: .5rem 0 0 .5rem; }

input[type=text], input[type=number], input[type=email], input[type=password], input[type=date], textarea, select {
  background-color: white;
  padding: 4px 6px;
  border: solid #bfbfbf 1px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem; }

form .redactor-box.redactor-styles-on {
  border: solid #bfbfbf 1px !important;
  border-radius: 4px;
  font-family: "Roboto", sans-serif; }

form .redactor-box.redactor-focus {
  border: solid black 2px !important;
  margin: -1px !important; }

select {
  width: 600px;
  padding: 4px 4px; }

header {
  background: #28c2ba;
  color: white;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150; }

div#htitle {
  font-size: 2rem;
  font-weight: bold;
  flex: 1 0; }

nav#hmenu {
  text-align: right;
  padding-right: 1rem; }
  nav#hmenu p {
    margin: .5rem 0 0 0; }
    nav#hmenu p:first-child {
      margin-top: 0; }
  nav#hmenu > a, nav#hmenu > span > i {
    color: white;
    font-size: 24px;
    padding: 6px 6px;
    margin-right: 12px;
    border-radius: 8px; }
    nav#hmenu > a:hover, nav#hmenu > span > i:hover {
      text-decoration: none;
      color: #28c2ba;
      background-color: white; }
  nav#hmenu .uitklapmenu {
    position: relative; }
    nav#hmenu .uitklapmenu > span {
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 100%;
      right: 0;
      padding-top: 8px;
      border-bottom: solid white 1px;
      visibility: hidden;
      max-height: 95vh;
      overflow-y: auto; }
      nav#hmenu .uitklapmenu > span > a, nav#hmenu .uitklapmenu > span span {
        display: block;
        background: #28c2ba;
        color: white;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        border-style: solid;
        border-color: white;
        border-width: 1px 1px 0 1px;
        white-space: nowrap; }
        nav#hmenu .uitklapmenu > span > a i.fa, nav#hmenu .uitklapmenu > span span i.fa {
          margin-right: .5rem; }
      nav#hmenu .uitklapmenu > span > span {
        padding: .75rem 1rem; }
      nav#hmenu .uitklapmenu > span > a {
        padding: .75rem 2rem .75rem 1rem; }
        nav#hmenu .uitklapmenu > span > a:hover {
          text-decoration: none;
          background: #1F928C; }
    nav#hmenu .uitklapmenu:hover > i {
      text-decoration: none;
      color: #28c2ba;
      background-color: white; }
    nav#hmenu .uitklapmenu:hover > span {
      visibility: visible; }

div#cts {
  padding: 5.5rem 2rem 1rem 2rem; }

#quick_search {
  width: 360px;
  position: relative; }
  #quick_search > input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    outline: 0; }
    #quick_search > input::placeholder {
      color: #ccc; }
  #quick_search > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 1px 0 1px;
    box-sizing: border-box;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); }
    #quick_search > ul li {
      display: block;
      margin: 0;
      padding: .25rem .5rem;
      color: #333;
      background: white;
      border-bottom: solid 1px #ddd; }
      #quick_search > ul li.error_msg {
        font-style: italic; }
      #quick_search > ul li.result:hover {
        color: #28c2ba;
        cursor: pointer; }

.dqs_wrapper {
  position: relative; }

.dqs_label {
  width: 100%;
  box-sizing: border-box; }

.dqs_popout {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 120;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px 1px;
  background-color: white;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: none; }

.dqs_popout > .dqs_sb {
  padding: 6px 8px;
  display: flex; }

.dqs_popout > .dqs_sb > input[type=text] {
  flex: 0 1 100%; }

.dqs_popout > .dqs_sb > .dqs_clear {
  flex: 1 0;
  padding: 4px 4px 4px 12px;
  font-weight: bold; }

.dqs_popout > .dqs_sb > .dqs_clear:hover {
  color: #82cacb;
  cursor: pointer; }

.dqs_popout > ul li {
  display: block;
  margin: 0;
  padding: .25rem .5rem;
  color: #333;
  background: white;
  border-top: solid 1px #ddd;
  text-align: left; }

.dqs_popout > ul li.error_msg {
  font-style: italic; }

.dqs_popout > ul li:hover {
  color: #28c2ba;
  cursor: pointer; }

div.btns_center {
  text-align: center;
  margin: 1rem 0;
  padding: 0 1rem 0 0; }

div.btns_left {
  text-align: left;
  margin: 1rem 0; }

div.btns_right {
  text-align: right;
  margin: 1rem 0; }

div.btns_floatleft {
  float: left; }

div.btns_floatright {
  float: right; }

span.btns_inline, span.btns_small_inline {
  display: inline-block; }
  span.btns_inline a ~ a, span.btns_small_inline a ~ a {
    margin-left: 1rem; }

div.btns_center button, div.btns_left button, div.btns_right button, div.btns_floatleft button,
div.btns_floatright button, span.btns_inline button, span.btns_small_inline button,
div.btns_center a, div.btns_left a, div.btns_right a, div.btns_floatleft a,
div.btns_floatright a, span.btns_inline a, span.btns_small_inline a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  background-color: #28c2ba;
  color: white;
  transition-duration: .1s;
  margin: 0 0 0 1em;
  padding: .75rem 1.5rem;
  border-radius: 8px;
  border: 0;
  outline: none; }
  div.btns_center button:disabled, div.btns_left button:disabled, div.btns_right button:disabled, div.btns_floatleft button:disabled,
  div.btns_floatright button:disabled, span.btns_inline button:disabled, span.btns_small_inline button:disabled,
  div.btns_center a:disabled, div.btns_left a:disabled, div.btns_right a:disabled, div.btns_floatleft a:disabled,
  div.btns_floatright a:disabled, span.btns_inline a:disabled, span.btns_small_inline a:disabled {
    background-color: #ccc;
    color: #bfffbf;
    cursor: not-allowed; }

div.btns_left button:first-child, div.btns_left a:first-child {
  margin-left: 0; }

div.btns_center i, div.btns_left i, div.btns_right i, div.btns_floatleft i,
div.btns_floatright i, span.btns_inline i, span.btns_small_inline i {
  margin-right: 1rem; }

span.btns_small_inline button, span.btns_small_inline a {
  padding: 4px 6px;
  margin: 0;
  line-height: normal;
  font-size: .75rem;
  font-weight: 400;
  border: #1F928C solid 1px;
  background-color: white;
  color: #1F928C; }

div.btns_center button:hover, div.btns_left button:hover, div.btns_right button:hover, div.btns_floatleft button:hover,
div.btns_floatright button:hover, span.btns_inline button:hover,
div.btns_center a:hover, div.btns_left a:hover, div.btns_right a:hover, div.btns_floatleft a:hover,
div.btns_floatright a:hover, span.btns_inline a:hover {
  background-color: #82cacb;
  cursor: pointer;
  text-decoration: none; }

span.btns_small_inline button:hover, span.btns_small_inline a:hover {
  background-color: #bfffff;
  color: #1F928C;
  border-color: #1F928C;
  cursor: pointer;
  text-decoration: none; }

div.btns_center .btnCancel, div.btns_left .btnCancel, div.btns_right .btnCancel, div.btns_floatleft .btnCancel, div.btns_floatright .btnCancel, span.btns_inline .btnCancel, span.btns_small_inline .btnCancel {
  background-color: #5f5f5f; }

div.btns_center .btnCancel:hover, div.btns_left .btnCancel:hover, div.btns_right .btnCancel:hover, div.btns_floatleft .btnCancel:hover, div.btns_floatright .btnCancel:hover, span.btns_inline .btnCancel:hover, span.btns_small_inline .btnCancel:hover {
  background-color: #7f7f7f;
  cursor: pointer; }

.well {
  background: #dfdfdf;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: .5rem; }
  .well :first-child {
    margin-top: 0; }
  .well :last-child {
    margin-bottom: 0; }
  .well.roze {
    background: #ffcfcf; }

table.edit {
  margin: 1em auto;
  clear: both; }
  table.edit tr td {
    text-align: left;
    padding: 16px;
    font-weight: normal; }
  table.edit tr th {
    text-align: left;
    padding: 16px 16px 16px 0;
    font-weight: bold;
    text-align: right; }
  table.edit input[type=text], table.edit input[type=password], table.edit input[type=email], table.edit textarea, table.edit select {
    width: 30rem;
    box-sizing: border-box;
    font-size: 1rem; }
  table.edit input[type=date] {
    width: 180px;
    box-sizing: border-box;
    font-size: 1rem; }
  table.edit input[type=number] {
    width: 90px;
    box-sizing: border-box;
    font-size: 1rem; }
  table.edit textarea {
    height: 120px; }
  table.edit .afterspan {
    margin-left: 1rem; }
  table.edit .helptext {
    font-size: 16px;
    color: gray;
    display: block;
    margin: 4px 0 0 0; }

table.view {
  margin: .5rem 0 1.5rem 0;
  clear: both;
  width: 100%;
  border-collapse: collapse; }
  table.view td, table.view th {
    text-align: left;
    padding: .5rem; }
  table.view thead tr .sorting, table.view thead tr .sorting_asc, table.view thead tr .sorting_desc {
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 20px; }
  table.view thead tr .sorting {
    background-image: url("/static/lib/datatables/images/sort_both.png"); }
  table.view thead tr .sorting_asc {
    background-image: url("/static/lib/datatables/images/sort_asc.png"); }
  table.view thead tr .sorting_desc {
    background-image: url("/static/lib/datatables/images/sort_desc.png"); }
  table.view thead th {
    font-weight: bold; }

table.view.nostripes tr td, table.view.nostripes tr th {
  border-bottom: solid #dfdfdf 1px; }

table.view:not(.nostripes) tbody tr:nth-child(odd) td {
  background-color: #e7e7e7; }
table.view:not(.nostripes) tbody tr:nth-child(even) td {
  background-color: #f3f3f3; }

ul.with_icons {
  list-style-type: none;
  padding: 0 0 0 1rem; }

table.view a.far, .with_icons a.far, a.action_icon, span.action_icon, .wel_favo, .niet_favo {
  color: #1F928C; }
  table.view a.far:hover, .with_icons a.far:hover, a.action_icon:hover, span.action_icon:hover, .wel_favo:hover, .niet_favo:hover {
    color: #28c2ba;
    text-decoration: none;
    cursor: pointer; }

table.view a.far {
  margin-right: .25em; }

form .redactor-box ul {
  padding-left: 2rem;
  list-style-type: disc; }

form .redactor-box ol {
  padding-left: 2rem; }

form .redactor-box ul li {
  display: list-item; }

form .redactor-styles ul, form .redactor-styles ol, form .redactor-styles p {
  margin: .5rem 0; }

form .redactor-styles {
  font-family: 'Roboto', sans-serif; }

.ta_redactor, #id_uitgebreide_omschr {
  width: 100%;
  margin: 0;
  height: 6rem; }

.errorlist {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.errorlist li {
  margin: 0;
  padding: 0;
  display: block;
  color: red; }

.linktabs {
  border-bottom: solid 2px #28c2ba;
  padding: 0 0 0 1rem;
  margin: 0; }

.linktabs a {
  display: inline-block;
  padding: .5em 1em .4em 1em;
  color: black; }

.linktabs a:hover {
  color: #28c2ba;
  text-decoration: none; }

.linktabs a.active {
  margin-bottom: -3px;
  border-style: solid;
  border-color: #28c2ba #28c2ba #bfffff #28c2ba;
  border-width: 2px;
  background-color: #bfffff; }

p.djmsg {
  margin: 0 0 1rem 0;
  text-align: center; }

p.djmsg span {
  display: inline-block;
  border-radius: 8px;
  padding: .5rem 1rem; }

p.djmsg span::before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: .75rem; }

p.djmsg span.info {
  background-color: #bec2ed; }

p.djmsg span.info::before {
  content: '\f05a'; }

p.djmsg span.success {
  background-color: #c2edbe; }

p.djmsg span.success::before {
  content: '\f058'; }

p.djmsg span.warning {
  background-color: #edb791; }

p.djmsg span.warning::before {
  content: '\f5f2'; }

p.djmsg span.error {
  background-color: #ed9191; }

p.djmsg span.error::before {
  content: '\f06a';
  font-weight: 900;
  font-size: 1.25rem; }

div.kolommen {
  display: flex; }
  div.kolommen > div:not(:first-child) {
    margin-left: 3rem; }

div#ados_cols {
  display: flex; }
  div#ados_cols > div:first-child {
    flex: 1 0 18rem; }
  div#ados_cols > div:last-child {
    flex: 0 0 24rem;
    margin-left: 2rem; }
    div#ados_cols > div:last-child > div {
      background-color: #dfdfdf;
      padding: .5rem 1rem; }

.inladen_txt {
  text-align: center;
  margin: 0; }

#ados_filters {
  clear: both;
  background: #e7e7e7;
  padding: 1rem 1rem 1px 2rem;
  margin: 2rem 0 1rem 0;
  border-radius: .5rem; }
  #ados_filters h4 {
    margin: .5rem 0;
    font-size: 1rem;
    font-weight: normal; }
  #ados_filters p.fgen {
    margin-right: 2rem; }
  #ados_filters p:not(:last-child) {
    display: inline-block;
    margin-bottom: 0.5rem; }
  #ados_filters p:last-child {
    margin-bottom: 1.5rem; }
  #ados_filters p label {
    white-space: nowrap; }
    #ados_filters p label:not(:last-child) {
      margin-right: 2rem; }
  #ados_filters select {
    width: 12rem; }
  #ados_filters input[type=date] {
    width: 8rem; }
  #ados_filters input[type=text] {
    width: 8rem; }
    #ados_filters input[type=text]#jaar_reg {
      width: 4rem; }

.file_input_with_dropzone {
  position: relative;
  width: 30rem;
  padding: 1rem;
  background: #dfdfdf;
  border-radius: 1rem;
  border-width: 4px;
  border-style: solid;
  border-color: #dfdfdf; }
  .file_input_with_dropzone.dragover {
    border-color: #28c2ba; }
  .file_input_with_dropzone:hover {
    border-color: #7fbfff; }
  .file_input_with_dropzone .desc {
    text-align: center; }
  .file_input_with_dropzone .filename {
    text-align: center;
    font-weight: bold; }
  .file_input_with_dropzone input {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }

.modal_container {
  display: none;
  position: relative; }
  .modal_container > div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal_container > div > div {
      background-color: white;
      padding: 1rem 2rem;
      position: relative;
      max-width: 90vw;
      max-height: 90vh;
      overflow-y: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*# sourceMappingURL=style1.css.map */
