/*! http://megasnort.com */
/*! http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html {
  padding-bottom: 3em; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

#verplichteVelden {
  display: none;
  line-height: 3em;
  margin: 1em;
  font-style: italic;
  clear: both; }

.mce-tinymce.mce-container.mce-panel {
  float: left;
  border-radius: 0.5em;
  border: 1px solid #cccccc;
  overflow: hidden; }

body {
  background-color: #F9F9F9;
  font-family: "Avenir", "Helvetica", "Arial";
  font-size: 16px;
  padding: 2em 0; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", "Rockwell", "Avenir", "Helvetica", "Arial", sans-serif; }

input:focus, select:focus, button:focus, textarea:focus {
  outline: 0;
  box-shadow: 0 0 10px #00a58c; }

textarea {
  line-height: 1.5em; }

label {
  line-height: 1.5em;
  color: #666; }

p {
  color: #666;
  line-height: 1.5em;
  font-weight: 200;
  max-width: 45em;
  margin-bottom: 0.5em; }

#content ol li {
  color: #666;
  font-weight: 200; }
#content ul {
  list-style: disc; }
  #content ul li {
    color: #666;
    font-weight: 200; }

h2 {
  color: #c11e22;
  font-weight: 400;
  font-size: 2em;
  padding-top: 0.5em;
  clear: both;
  padding-bottom: 0.5em; }

h3 {
  color: #00a58c;
  font-size: 1.2em;
  padding: 1.5em 0 0.4em 0;
  margin-top: 0em;
  clear: both; }

h4 {
  color: #00a58c;
  font-size: 1.2em;
  padding: 1em 0 0.4em 0;
  clear: both; }

h5 {
  color: #00a58c;
  font-size: 1.0em;
  padding: 1em 0 0.4em 0;
  clear: both; }

button {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  cursor: pointer; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 600; }

a:link, a:visited {
  border-bottom: 1px dotted #006455;
  color: #006455;
  text-decoration: none; }

a:hover, a:active {
  border-style: solid;
  color: #00a58c;
  border-color: #00a58c; }

.knop,
a.knop:link,
a.knop:visited {
  display: block;
  float: left;
  padding: 0.5em 0.9em;
  margin: 0.1em;
  font-size: 0.93em;
  border-radius: 0.3em;
  color: #FFF;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background-color: #006455;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
  background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
  background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
  background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
  background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%); }

:not(.uitgeschakeld) .knop:hover {
  background-color: #00a58c;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00a58c), to(#00bfa2));
  background-image: -webkit-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
  background-image: -moz-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
  background-image: -o-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
  background-image: linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.knop.annuleren {
  margin-left: 1%;
  float: left;
  background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #EEE 100%);
  color: #9EBF1B;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.knop.annuleren:hover {
  background-image: -moz-linear-gradient(bottom, #f8f8f8 0%, #f2f2f2 100%); }

.alleenlezen {
  color: #999;
  padding-top: 0.6em; }

.fout {
  color: #c11e22; }

.bijnaFout {
  color: #c11e22; }

div.fout {
  /*	clear:both; */
  line-height: 1.3em; }

.groteFout {
  padding: 1em;
  border-radius: 0.3em;
  margin: 1em;
  clear: both;
  background-color: white;
  border: 2px solid red; }

.goed {
  font-weight: normal;
  color: #282;
  line-height: 1.2em; }

ul.datatabel li > div.no-dots {
  text-overflow: initial; }

.adminpanel {
  float: right; }
  .adminpanel button {
    text-decoration: none;
    color: #666;
    font-size: 1.3em;
    background-color: transparent; }
  .adminpanel button:hover {
    color: #00a58c; }

::-webkit-input-placeholder {
  color: #AAA; }

:-moz-placeholder {
  color: #AAA; }

::-moz-placeholder {
  color: #AAA; }

:-ms-input-placeholder {
  color: #AAA; }

/* veel op veel */
div.vov_results {
  position: absolute;
  background-color: #FFF;
  padding: 1px;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  min-width: 250px;
  display: none; }

div.vov_results a:link, div.vov_results a:visited, div.vov_results em {
  display: block;
  border-radius: 5px;
  margin: 2px;
  padding: 1px 8px;
  text-decoration: none;
  color: #444;
  transition: all 0.1s; }

div.vov_results a:hover, div.vov_results a:active, .geselecteerd {
  background-color: #E8E8E8;
  color: #000;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }

div.vov_saved span {
  display: block;
  float: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 3px 6px 3px 10px;
  margin: 3px 5px 3px 0px;
  font-size: 0.8em;
  border: 1px solid #EEE; }

div.vov_saved span a:link,
div.vov_saved span a:visited {
  text-decoration: none;
  background-color: #888;
  border-radius: 50%;
  padding: 1px 5px 0px 4px;
  margin-left: 5px;
  color: #DDD; }

div.vov_saved span a:hover, div.vov_saved span a:active {
  background-color: #AAA;
  color: #FFF; }

div.vov_saved span:hover {
  background-color: white; }

div.vov_saved {
  margin-left: 25%; }

.moduleinstellingen {
  clear: both;
  margin-left: 25%;
  background-color: rgba(0, 0, 0, 0.08);
  float: left;
  padding: 1%;
  width: 65%; }
  .moduleinstellingen label {
    float: left;
    width: 40%;
    clear: left; }

.braastabs nav button {
  float: left;
  display: block;
  font-size: 0.9em;
  margin: 0 1px 0 0;
  padding: 0.6em 0.7em;
  background-color: transparent;
  outline: 0;
  color: #888; }
.braastabs nav button.actief {
  background-color: #FFF;
  border-radius: 0.3em 0.3em 0 0;
  color: #222; }
.braastabs .tabs {
  width: 96%;
  padding: 2%;
  clear: both;
  background-color: #FFF;
  float: left; }
  .braastabs .tabs > div {
    display: none; }
  .braastabs .tabs > div.actief {
    display: block; }

.leestekst {
  clear: both; }
  .leestekst ul {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.5em;
    color: #666;
    margin-left: 1em; }
  .leestekst li {
    text-indent: -0.8em; }
  .leestekst li li {
    list-style-type: circle; }
  .leestekst a:link,
  .leestekst a:visited {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
    font-weight: bold; }
  .leestekst a:hover,
  .leestekst a:active {
    border-bottom: 1px solid #555;
    color: #444; }

div.vorigeVolgende > a {
  padding: 1em 0 1em 0.5em;
  border-bottom-width: 0;
  display: block;
  float: left; }

a.gegenereerdBestand:link,
a.gegenereerdBestand:visited,
a.gegenereerdBestand:hover,
a.gegenereerdBestand:active {
  border-width: 0px; }
  a.gegenereerdBestand:link span,
  a.gegenereerdBestand:visited span,
  a.gegenereerdBestand:hover span,
  a.gegenereerdBestand:active span {
    border-bottom: 1px dotted #666; }
  a.gegenereerdBestand:link img,
  a.gegenereerdBestand:visited img,
  a.gegenereerdBestand:hover img,
  a.gegenereerdBestand:active img {
    height: 30px;
    margin-bottom: -9px; }

/* TOP BALK */
#top {
  border-bottom-width: 3px;
  border-color: #c11e22;
  border-style: solid;
  background-color: #F5F5F5;
  padding: 0.45em 0.3em 0.15em 0.3em;
  line-height: 2em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 99;
  min-height: 1.8em; }
  #top #groepselect {
    padding-left: 0.7em; }
    #top #groepselect select {
      position: relative;
      top: -4px;
      margin-left: 0.7em; }
  #top #mijngegevens {
    min-width: 9em;
    max-height: 28px;
    border-radius: 0 0 0 0.5em;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(249, 249, 249, 0.8);
    padding: 0.3em 0em;
    transition: box-shadow 0.3s;
    z-index: 1; }
    #top #mijngegevens a:link,
    #top #mijngegevens a:visited {
      display: block;
      padding: 0 1em;
      transition: background-color 0.1s;
      text-decoration: none;
      color: #222;
      border-bottom-width: 0; }
    #top #mijngegevens a:hover {
      background-color: #006455;
      background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
      background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      color: #FFF;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    #top #mijngegevens a.actief:link,
    #top #mijngegevens a.actief:visited {
      background-color: #006455;
      background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
      background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      color: #FFF; }
    #top #mijngegevens a.actief:hover {
      background-color: #00a58c;
      background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00a58c), to(#00bfa2));
      background-image: -webkit-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
      background-image: -moz-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
      background-image: -o-linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%);
      background-image: linear-gradient(bottom, from(#00a58c) 0%, #00bfa2 100%); }
    #top #mijngegevens a:first-child:hover {
      background-color: transparent;
      color: #000;
      background-image: none; }
    #top #mijngegevens .avatar {
      float: right;
      margin: -0.05em -0.3em -1em 1em;
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease 0.5s;
      width: 2em;
      border: 1px solid #eee;
      border-radius: 0.3em;
      height: 2em;
      background-repeat: no-repeat;
      background-size: 100%;
      background-size: cover; }
  #top #mijngegevens:hover .avatar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s; }

header {
  background-image: url("../img/logo.png");
  background-color: #c11e22;
  background-size: 106px 132px;
  background-repeat: no-repeat;
  background-position: 100px center;
  border-bottom-width: 3px;
  border-color: #c11e22;
  border-style: solid;
  height: 12em; }
  header div {
    padding: 1.5em;
    margin: 0.5em 0 0 25%;
    float: left; }
  header h1 {
    float: right;
    font-weight: 200;
    font-size: 4.3em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase; }
  header h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    float: right;
    clear: right;
    color: #fff;
    font-size: 2em;
    margin-top: 0;
    padding-bottom: 0;
    font-family: "Roboto Slab", "Rockwell", "Avenir", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase; }

table.toegang {
  font-size: 0.9em; }
  table.toegang td {
    width: 2.5em; }
  table.toegang tr:first-child > td {
    height: 7em;
    position: relative; }
  table.toegang tr:first-child > td > div {
    transform: rotate(-70deg);
    position: absolute;
    top: 52px;
    left: -18px;
    text-align: left; }
  table.toegang td:first-child {
    width: auto; }

.geopendeActiviteit {
  background-color: white;
  padding: 1em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

.opEenRij {
  float: left; }

form.braas input, form.braas select, form.braas textarea, .zoeker input, .zoeker select, .zoeker textarea {
  float: left; }
form.braas input[type="text"],
form.braas input[type="number"],
form.braas input[type="password"],
form.braas textarea, .zoeker input[type="text"],
.zoeker input[type="number"],
.zoeker input[type="password"],
.zoeker textarea {
  max-width: 65%;
  min-width: 65%;
  width: 65%; }
form.braas input[type="text"].smal, .zoeker input[type="text"].smal {
  max-width: 20%;
  min-width: 20%;
  width: 20%; }
form.braas .inlinelabel, .zoeker .inlinelabel {
  display: block;
  float: left;
  color: #666;
  padding: 0.5em 0.5em 0.5em 0; }
form.braas .rij, .zoeker .rij {
  float: left;
  width: 100%;
  position: relative; }
  form.braas .rij > label, .zoeker .rij > label {
    width: 25%;
    clear: left;
    float: left;
    margin-top: 0.2em;
    display: block; }
  form.braas .rij > input[type="checkbox"], .zoeker .rij > input[type="checkbox"] {
    margin-top: 0.8em; }
form.braas .rij:nth-child(even), .zoeker .rij:nth-child(even) {
  background-color: #e9e9e9; }
form.braas .knop, .zoeker .knop {
  float: left;
  margin-top: .5em; }
form.braas input[type="text"],
form.braas input[type="number"],
form.braas input[type="password"],
form.braas textarea,
form.braas select.EenOpVeel,
form.braas select.Mapinhoud,
form.braas select.Rs2velden,
form.braas select.VeelOpVeel,
form.braas select.CSL,
form.braas select.Checkbox,
form.braas select#actievegroep, .zoeker input[type="text"],
.zoeker input[type="number"],
.zoeker input[type="password"],
.zoeker textarea,
.zoeker select.EenOpVeel,
.zoeker select.Mapinhoud,
.zoeker select.Rs2velden,
.zoeker select.VeelOpVeel,
.zoeker select.CSL,
.zoeker select.Checkbox,
.zoeker select#actievegroep {
  border-radius: 0.5em;
  background-color: #fff;
  border: 1px solid #CCC;
  color: #666;
  transition: all 0.2s;
  margin: 0.3em 0.3em 0.3em 0;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0.4em 0.4em 0.3em 0.4em; }
form.braas input[type="text"]:focus,
form.braas input[type="number"]:focus,
form.braas input[type="password"]:focus,
form.braas input[type="checkbox"]:focus,
form.braas textarea:focus,
form.braas select:focus, .zoeker input[type="text"]:focus,
.zoeker input[type="number"]:focus,
.zoeker input[type="password"]:focus,
.zoeker input[type="checkbox"]:focus,
.zoeker textarea:focus,
.zoeker select:focus {
  color: #000;
  box-shadow: 0 0 0.4em rgba(158, 191, 27, 0.7);
  border-color: #999; }
form.braas input.Getal.metAchtervoegsel, .zoeker input.Getal.metAchtervoegsel {
  max-width: 40%;
  min-width: 40%;
  width: 40%; }
form.braas input.Getal + .achtervoegsel, .zoeker input.Getal + .achtervoegsel {
  float: left;
  display: block;
  padding-top: 0.75em;
  color: #999; }
form.braas .fout input[type="checkbox"] + label, .zoeker .fout input[type="checkbox"] + label {
  color: #c11e22; }
form.braas textarea.Textarea.fout,
form.braas input.DatumEnTijd.fout,
form.braas input.Datum.fout,
form.braas select.EenOpVeel.fout,
form.braas select.Mainhoud.fout,
form.braas select.CSL.fout,
form.braas input.Tekstveld.fout,
form.braas input.Getal.fout,
form.braas input.EenOpVeel.fout,
form.braas input.Wachtwoord.fout,
form.braas input.Wachtwoord.fout ~ input[type="password"],
form.braas .mce-tinymce.mce-container.mce-panel.fout, .zoeker textarea.Textarea.fout,
.zoeker input.DatumEnTijd.fout,
.zoeker input.Datum.fout,
.zoeker select.EenOpVeel.fout,
.zoeker select.Mainhoud.fout,
.zoeker select.CSL.fout,
.zoeker input.Tekstveld.fout,
.zoeker input.Getal.fout,
.zoeker input.EenOpVeel.fout,
.zoeker input.Wachtwoord.fout,
.zoeker input.Wachtwoord.fout ~ input[type="password"],
.zoeker .mce-tinymce.mce-container.mce-panel.fout {
  border-color: #c11e22;
  border-style: solid;
  border-width: 1px; }
form.braas .veelOpVeelCheckboxes,
form.braas .uploader, .zoeker .veelOpVeelCheckboxes,
.zoeker .uploader {
  float: left;
  margin-top: 0.3em; }
form.braas .veelOpVeelCheckboxes input, .zoeker .veelOpVeelCheckboxes input {
  float: left;
  clear: left; }
form.braas .veelOpVeelCheckboxes label, .zoeker .veelOpVeelCheckboxes label {
  float: left; }

div.xov_results {
  position: absolute;
  left: 25%;
  top: 32px;
  z-index: 3000;
  background-color: #FFF;
  padding: 1px;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  min-width: 200px;
  max-width: 500px;
  display: none; }

div.xov_results a:link,
div.xov_results a:visited,
div.xov_results em {
  border-bottom-width: 0;
  display: block;
  border-radius: 3px;
  margin: 2px;
  padding: 1px 8px;
  text-decoration: none;
  color: #444;
  transition: background-color 0.1s, text-shadow 0.1s, color 0.1s;
  font-size: 0.8em;
  line-height: 1.2em; }

div.xov_results a:hover, div.xov_results a:active {
  background-color: #E8E8E8;
  color: #000;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }

div.xov_saved span {
  display: block;
  float: left;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0px 6px 0px 10px;
  margin: 3px 5px 3px 0px;
  font-size: 0.9em;
  border: 1px solid #EEE; }

div.xov_saved span a:link, div.xov_saved span a:visited {
  text-decoration: none;
  background-color: #888;
  border-radius: 50%;
  padding: 1px 4px;
  margin-left: 5px;
  color: #DDD;
  font-weight: bold; }

div.xov_saved span a:hover, div.xov_saved span a:active {
  background-color: #AAA;
  color: #FFF; }

div.xov_saved span:hover {
  background-color: white; }

.xov_results a.geselecteerd {
  background-color: #E8E8E8;
  color: #000;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }

a.fancybox,
a.fancybox-item,
a.fancybox-close {
  border-bottom-width: 0px; }

a.fancybox:link img,
a.fancybox:visited img {
  border: 1px solid #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0.2em;
  transition: box-shadow 0.3s; }

a.fancybox:hover img,
a.fancybox:active img {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

.links {
  float: left;
  margin: 0 1em 1em 0em; }

.rechts {
  float: right;
  margin: 0 0 1em 1em; }

button.knop.rechts {
  float: right; }

.zoekveld {
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: 98% center; }

#zoekpagina {
  margin: 0em 2.6% 0 1em;
  width: 20%;
  float: left;
  display: none;
  border-radius: 0.5em;
  background-color: #fff;
  border: 1px solid #CCC;
  color: #666;
  transition: all 0.2s;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0.4em 0.4em 0.3em 0.4em; }

nav#main {
  width: 25%;
  float: left; }
  nav#main > ul {
    margin-right: 2em;
    margin-top: 1em; }
  nav#main a:link,
  nav#main a:visited {
    /*padding-top:				0.05em;
    padding-bottom:				0.05em;*/
    color: #666;
    text-decoration: none;
    display: block;
    line-height: 1.45em;
    height: 1.45em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 1px 1px 1px 0;
    border-style: none;
    font-weight: 400;
    padding-top: 2px; }
  nav#main a:hover,
  nav#main a:active {
    color: #000;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #EEE; }
  nav#main a.actief:link,
  nav#main a.actief:visited {
    background-color: #c11e22;
    color: #FFF; }
  nav#main a.actief:hover {
    background-color: #df3337; }
  nav#main li a {
    padding-left: 2em; }
  nav#main li li a {
    padding-left: 4em; }
  nav#main li li li a {
    padding-left: 6em;
    font-size: 0.95em; }
  nav#main > ul > li {
    font-weight: 500; }
  nav#main > ul > li > ul > li {
    font-weight: 200; }

#breadcrumb {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  float: left; }
  #breadcrumb a:link,
  #breadcrumb a:visited {
    text-decoration: none;
    font-size: 0.8em;
    color: #666;
    padding: 0em 2em 0em 0em;
    float: left;
    background-repeat: no-repeat;
    background-position: -1em;
    margin-bottom: 1em;
    padding-left: 0.2em;
    list-style-image: url("../img/bullet.png");
    display: list-item;
    border: 0px solid white; }
  #breadcrumb a:hover,
  #breadcrumb a:active {
    text-decoration: underline;
    color: #333; }
  #breadcrumb a:last-child {
    font-weight: bold; }
  #breadcrumb a:first-child {
    list-style: none;
    padding-left: 0; }

.kalender .info {
  background-color: white;
  padding: 1em;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 1em 1em;
  border-radius: 0.3em;
  float: right;
  max-width: 30em;
  width: 45%; }
  .kalender .info > div {
    margin: 0.2em 0; }
  .kalender .info strong {
    color: #006455; }
.kalender .kalenderAfbeelding {
  float: left;
  margin: 0 1em 1em 0; }

.fotogalerij table a:link, .fotogalerij table a:visited {
  border-width: 0; }
  .fotogalerij table a:link > img, .fotogalerij table a:visited > img {
    border: 1px solid #00a58c;
    margin: 1em;
    border-radius: 0.3em;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s; }
.fotogalerij table a:hover, .fotogalerij table a:active {
  border-width: 0; }
  .fotogalerij table a:hover > img, .fotogalerij table a:active > img {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }

.content table th, .content table td {
  text-align: left;
  line-height: 1.5em; }
.content table th {
  color: #00a58c;
  width: 25%;
  vertical-align: top; }

.tiny_mce_content {
  color: #666;
  line-height: 1.5em; }
  .tiny_mce_content li {
    color: #666;
    line-height: 1.5em; }
  .tiny_mce_content ul, .tiny_mce_content ol {
    list-style-position: inside;
    margin-left: 1em; }
  .tiny_mce_content ul {
    list-style-type: disc; }
  .tiny_mce_content ol {
    list-style-type: decimal; }
  .tiny_mce_content td, .tiny_mce_content th {
    color: #666;
    line-height: 1.5em;
    border-style: solid;
    border-width: 1px; }
  .tiny_mce_content th {
    font-weight: bold;
    text-align: left; }
  .tiny_mce_content table {
    border-style: solid;
    border-width: 1px; }

#content {
  float: left;
  width: 75%; }
  #content > div {
    margin-right: 3em; }

.actieResponse {
  clear: both;
  min-height: 1.8em;
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 2em; }

.submit,
a.submit:link,
a.submit:visited,
.response {
  float: left;
  margin-left: 25%;
  clear: both;
  min-height: 1em; }

form.uitgeschakeld button[data-actie] {
  opacity: 0.5; }

.subtabel td, .subtabel tr {
  line-height: 1.5em;
  vertical-align: top; }

/*
.submit:after
{
	content: '.';
	display:block;
	background-image: url('../img/ico_bezig.gif');
	width:30px;
	height:30px;
}
*/
.datum {
  font-size: 0.8em;
  color: #999;
  font-style: italic;
  margin: 0 0 1.3em 0; }

.response {
  padding: 0.5em 0; }

.export {
  float: right;
  clear: right;
  margin: 0 2em 0.3em 0.3em; }
  .export button {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    background-color: transparent; }
  .export .xls {
    background-image: url("../img/export/xls.png"); }
  .export .html {
    background-image: url("../img/export/html.png"); }
  .export .pdf {
    background-image: url("../img/export/pdf.png"); }

#mapinfo {
  position: fixed;
  display: none;
  border-radius: 5px;
  padding: 10px;
  max-width: 200px;
  float: left;
  font-size: 0.9em;
  background-color: #eee;
  z-index: 30001;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.5); }

#map {
  position: relative;
  top: 1em;
  width: 90%;
  height: 17em;
  border: 1px solid white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
  clear: both; }

#lesgeversList {
  float: left;
  width: 28%;
  padding-right: 2%; }
  #lesgeversList li {
    cursor: pointer;
    padding: 0.3em;
    color: #666; }
  #lesgeversList li:hover, #lesgeversList li.actief {
    color: white;
    background-color: #006455; }

#lesgeverDetail {
  float: left;
  width: 60%; }

.info {
  max-width: 600px;
  color: #444;
  line-height: 1.4em;
  font-size: 0.95em; }
  .info ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em; }
    .info ul li {
      margin-left: 1em;
      line-height: 1.5em;
      font-size: 1em;
      color: #666;
      font-weight: 200; }

a.tooltip:link, a.tooltip:visited {
  color: #666; }

a.tooltip:active, a.tooltip:hover {
  color: #006455; }

a.openPagina, a.tooltip {
  border-bottom-width: 0;
  padding-left: .3em; }

a.tooltip + .tooltip-content {
  position: relative; }

a.tooltip:hover + .tooltip-content > div {
  display: block; }

.tooltip-content > div {
  display: none;
  position: absolute;
  width: 15em;
  top: 12px;
  left: 7px;
  padding: .5em;
  border: 1px solid #006455;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  color: #666;
  z-index: 2; }

.feedback tr, .feedback td {
  color: #666;
  padding: .3em; }
.feedback .activiteit {
  border-bottom: 1px solid #aaa;
  padding-bottom: .2em;
  padding-top: .2em;
  cursor: pointer;
  display: block; }
.feedback .activiteit-checkbox:checked + .activiteit, .feedback .activiteit:hover {
  background-color: #00a58c;
  color: white; }
.feedback .activiteit-checkbox {
  float: left; }
.feedback th {
  font-weight: bold; }
.feedback .optie {
  width: 12.5%;
  text-align: center; }
.feedback th.optie {
  color: white;
  font-weight: normal;
  padding: 0.3em; }
.feedback td.optie {
  text-align: center; }
  .feedback td.optie input {
    float: none; }
.feedback .vraag {
  vertical-align: top;
  text-align: left;
  padding: .5em; }
.feedback .vraag.fout {
  background-color: #c11e22; }
  .feedback .vraag.fout td {
    color: white; }
.feedback textarea.opmerking-categorie {
  width: 95%;
  height: 6em;
  max-width: none; }
.feedback .categorie {
  background-color: #666;
  color: white;
  vertical-align: center; }

table.mijn-feedback th {
  width: 55%; }

.detail .thumb .verwijder {
  display: none; }

.bestellingOk {
  border: 1px solid #AAA;
  background-color: #EEE;
  margin: 10px;
  padding: 10px; }

ul.tekstlijst {
  list-style-type: circle;
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5em;
  color: #666; }

div.hr {
  height: 1px;
  background-color: #00a58c;
  width: 100%; }

/* in winkelwagentje */
tr.hr {
  border-top: #00a58c 1px solid; }

tr.highlight {
  background-color: #EFE; }

.Winkelwagentjekosten {
  width: 100%; }
  .Winkelwagentjekosten a:link, .Winkelwagentjekosten a:visited {
    border-bottom: 0; }
  .Winkelwagentjekosten .klein {
    width: 5%; }
  .Winkelwagentjekosten .prijskolom {
    width: 13%;
    text-align: right; }
  .Winkelwagentjekosten th {
    color: #00a58c; }
  .Winkelwagentjekosten th, .Winkelwagentjekosten td {
    padding: 0.2em 1em;
    line-height: 1.5em;
    text-align: left;
    vertical-align: middle; }

.Winkeloverzicht > a:link,
.Winkeloverzicht > a:visited {
  height: 300px;
  position: relative;
  max-width: 320px;
  color: #666;
  float: left;
  padding: 0.6em 0.6em 1.6em 0.6em;
  margin: 0 0.8em 0.8em 0;
  border-bottom-width: 0;
  border-radius: 0.4em;
  transition: box-shadow 0.3s, background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden; }
  .Winkeloverzicht > a:link p,
  .Winkeloverzicht > a:visited p {
    line-height: 1.3em; }
  .Winkeloverzicht > a:link em,
  .Winkeloverzicht > a:visited em {
    display: block;
    height: 2.5em;
    line-height: 1.3em; }
  .Winkeloverzicht > a:link img,
  .Winkeloverzicht > a:visited img {
    height: 170px;
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 3px 0;
    display: block; }
  .Winkeloverzicht > a:link .prijs,
  .Winkeloverzicht > a:visited .prijs {
    position: absolute;
    bottom: 0.6em;
    left: 0.6em; }
    .Winkeloverzicht > a:link .prijs p,
    .Winkeloverzicht > a:visited .prijs p {
      line-height: 1em;
      font-size: 0.8em; }
    .Winkeloverzicht > a:link .prijs .ledenprijs,
    .Winkeloverzicht > a:visited .prijs .ledenprijs {
      color: #00a58c;
      font-size: 1.3em; }
.Winkeloverzicht > a:active,
.Winkeloverzicht > a:hover {
  background-color: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

ul.datatabel {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  border-width: 0;
  float: left;
  width: 98%;
  list-style-type: decimal;
  counter-reset: item -1; }
  ul.datatabel li:first-child:before {
    content: ''; }
  ul.datatabel li:before {
    content: counter(item,decimal);
    counter-increment: item;
    position: absolute;
    top: 0.4em;
    left: -3.5em;
    text-align: right;
    display: block;
    width: 3em;
    color: #b3b3b3;
    font-weight: 100;
    font-size: 0.85em; }
  ul.datatabel li {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    display: block; }
    ul.datatabel li > div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0.4em 0.4em 0.3em 0.4em;
      color: #444;
      font-size: 0.9em;
      border-width: 0;
      float: left;
      height: 1em; }
    ul.datatabel li div.actie {
      float: right; }
    ul.datatabel li + li:hover {
      background-color: #006455;
      background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
      background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      border-radius: 4px; }
      ul.datatabel li + li:hover div {
        color: white;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); }
  ul.datatabel li.header div {
    padding: 0.4em 0.4em;
    text-align: left;
    font-weight: bold; }
    ul.datatabel li.header div button {
      background-color: transparent;
      font-weight: bold;
      font-size: 0.9em;
      float: left; }
    ul.datatabel li.header div .fa {
      display: block;
      float: left; }
    ul.datatabel li.header div .fa-sort-asc {
      margin: -0.11em 0 0 0.4em; }
    ul.datatabel li.header div .fa-sort-desc {
      padding: 0.32em 0em 0em 0.4em; }
  ul.datatabel li:nth-child(even) {
    background-color: #e7e7e7; }

ul.bigtable > li > div {
  height: 1.6em; }

.geenItemsGevonden {
  text-align: center;
  color: #888;
  font-style: italic;
  display: none;
  padding-top: 1em;
  clear: both; }

.actie {
  float: right;
  padding: 0;
  height: auto; }
  .actie button {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.15s;
    border-radius: .3em;
    margin: -3px 2px 2px .3em;
    color: #333; }
  .actie button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000; }
  .actie button.bezig {
    /* background-image: url('../img/ico_bezig.gif'); */ }

.nieuwsbericht {
  padding: 0 2% 0 2%;
  width: 98%;
  max-width: 50em; }
  .nieuwsbericht .actie {
    float: left;
    margin: 1.2em 0 0 0; }
  .nieuwsbericht h3 {
    float: left; }

.nieuwsbericht:nth-child(even) {
  background-color: #eee; }

.actie .aanpassen {
  display: block; }
.actie .verwijderen {
  display: block; }
.actie .volgorde {
  cursor: move;
  display: block; }

.verborgen {
  height: 0;
  display: none;
  overflow: hidden; }

.rij .alleenlezen {
  max-height: 200px;
  overflow: auto;
  min-height: 1.5em; }

.popup {
  position: absolute;
  top: 7em;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  background-color: white;
  border-radius: 0.3em;
  box-shadow: 5px 5px 40px 10px rgba(0, 0, 0, 0.7);
  border: 3px solid #006455;
  margin-bottom: 5em; }
  .popup h1 {
    background-color: #9EBF1B;
    color: white;
    margin: 0 0 0.2em 0;
    font-size: 1.1em;
    padding: 0.7em 0.2em 0.5em 0.8em;
    cursor: move;
    background-color: #006455;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
    background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%); }
  .popup .content {
    padding: 1em; }
  .popup .sluit {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.25s;
    border-radius: 5px;
    margin: -0.5em 0.3em 0 0;
    color: #fff; }
  .popup .sluit:hover {
    background-color: rgba(255, 255, 255, 0.2); }

#debug {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #00a58c;
  padding: 0 1em;
  max-height: 2em;
  transition: max-height 0.5s;
  cursor: pointer;
  z-index: 60000;
  overflow: hidden; }
  #debug li {
    margin: 1em 0;
    line-height: 1.4em;
    border-bottom: 1px solid #F9F9F9; }
  #debug li:hover {
    background-color: white; }

/* WELKOMSCHERM */
#welkomscherm,
#loginscherm {
  width: 35%;
  float: left;
  padding: 2% 4%;
  margin: 3% 0%; }

#welkomscherm {
  border-right: 1px solid #DDD;
  margin-left: 7%; }

.uploader {
  width: 55%; }
  .uploader input {
    display: block;
    float: none; }
  .uploader .balk {
    background-color: #006455;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#006455), to(#007e6b));
    background-image: -webkit-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: -moz-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: -o-linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    background-image: linear-gradient(bottom, from(#006455) 0%, #007e6b 100%);
    height: 0.3em;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 0%;
    transition: width 0.5s;
    text-align: right;
    overflow: hidden;
    color: white;
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 0.2em 0.8em 0 0;
    visibility: hidden;
    margin-bottom: 0.3em;
    clear: both; }
  .uploader .bestanden {
    font-size: 0.8em;
    line-height: 1.4em; }
  .uploader .thumbs {
    clear: left; }

table.printbaarItem th {
  padding-right: 1em; }
table.printbaarItem td {
  color: #666; }

ul.datatabel > li > div > div.thumb a:link, ul.datatabel > li > div > div.thumb a:visited {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin: -4px 4px 0 0;
  float: left;
  border-width: 0; }
ul.datatabel > li > div > div.thumb > a.verwijder:link,
ul.datatabel > li > div > div.thumb > a.verwijder:visited {
  display: none; }

.thumb {
  position: relative;
  float: left; }
  .thumb .verwijder {
    position: absolute;
    top: -5px;
    right: 5px;
    background: url("../img/ico_del.gif") no-repeat #BEDF3B 50% 50%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s; }
  .thumb .verwijder:hover {
    background-color: white;
    opacity: 1; }
  .thumb a.fancybox:link,
  .thumb a.fancybox:visited {
    display: block;
    float: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border: 3px solid #9ebf1b;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    font-size: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .thumb a.fancybox:hover {
    border-color: #d0f14d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .thumb a.fancybox:hover + .verwijder {
      opacity: 1; }

.thumb.ui-sortable-helper a.fancybox:link,
.thumb.ui-sortable-helper a.fancybox:visited {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }

.loading {
  padding-bottom: 1em;
  background-image: url("../img/ico_bezig.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 0.6em transparent solid; }

@media screen and (max-width: 1040px) {
  body {
    font-size: 15px; }

  #content {
    width: 66%; }

  nav#main {
    width: 33%; }

  header:before {
    width: 15%; }

  header div {
    font-size: 0.8em; }

  .popup {
    width: 90%;
    margin-left: -45%; } }
@media screen and (min-width: 1400px) {
  .info {
    /* -moz-column-count:2; */
    max-width: 900px; }

  /* vergroot marges aan zijkant pagina*/ }
/* --- datepicker */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #00a58c; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #00a58c; }

form.braas .chosen-drop > .chosen-search > input[type="text"] {
  float: none;
  max-width: none;
  min-width: none; }

body.mce-fullscreen div.mce-fullscreen {
  top: 45px; }

.is-hidden {
  display: none; }

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