body {
  font-family: 'Verdana', 'Open Sans', sans-serif;
  padding: 20px;
	}

a {
  color: #3d677c;
  text-decoration: underline;
  }
a:hover {
  color: #022333;
  text-decoration: none;
  }


  .input-wrapper {
    position: relative;
  }

  .formveld {
    border: 2px solid #d3ddf2 !important;
    border-radius: 6px;
    position: relative;
    width: 550px;
    margin: 10px;
    padding:  15px 10px 10px 10px !important;
    -webkit-transition: 0.5s;
  }

  .kort {
    width: 250px;
  }

  .formveld:focus {
    border: 2px solid #c5ce0c !important;
  }

  .label {
    position: absolute;
    top: -2px;
    z-index: 1;
    left: 20px;
    background-color: white;
    padding: 0 5px;
    color: #7d9bd5;
  }

label {
  cursor: pointer;
}

.button {
    background-color: #97be36;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
}

.button:hover, .button:focus {
		outline: none;
    background-color: rgba(151, 190, 54, 0.8);
    color: #ffffff;
}

.center {
  margin: auto;
  width: 50%;
}

.table-header         {background-color: #6f88a8; border-radius: 3px 3px 0px 0px; padding: 7px 10px 7px 10px; font-weight: bold; width: 700px; color: #fff;} /* 3e3f40 */
.table-footer         {background-color: #6f88a8; border-radius: 0px 0px 3px 3px; padding: 3px 10px 0px 10px; width: 700px; margin-bottom: 15px;}
.tabel                {width: 720px;}
.tabel table          {width: 100%; border: 1px solid #6f88a8;}
.tabel th             {border-bottom: 1px solid #fff; background-color: #e2e7ea; padding: 5px 2px 5px 2px; color: #555; font-size: 11px; text-align: left;}
.tabel td             {border-bottom: 1px solid #e2e7ea; padding: 5px 2px 5px 2px;}
.tabel td:first-child {padding-left: 10px;}
.tabel td:last-child  {padding-right: 10px;}
.tabel a              {text-decoration: none;}
.tabel a:hover        {text-decoration: underline;}

.selectedrij        {background-color: #e2eae2;}
.selectedrij:hover  {cursor: pointer;}
.greyedrow          {color: #bbb;}
.greyedrow:hover    {color: #000; cursor: pointer;}
.evenrij            {background-color: #fff;}
.onevenrij          {background-color: #f6f7f9;}
.evenrij:hover      {background-color: #e2eae2; cursor: pointer;}
.onevenrij:hover    {background-color: #e2eae2; cursor: pointer;}
.highliterij        {background-color: #ecf5e8; cursor: pointer;}
.errorrow           {background-color: #eae2e2;}
.errorrow:hover     {background-color: #e2eae2; cursor: pointer;}


input[type="checkbox"].checkstyle, label.checkstyle {
  float: left;
  line-height: 1.6em;
  height: 1.6em;
  margin: 1px 3px;
  padding: 0px;
  font-size: inherit;
}

input[type="checkbox"].checkstyle {
  clear: left;
}

.toelichting {
  clear: both;
  padding-left: 24px;
  color: #666;
  font-size: 14px;
}




@media screen and (max-width: 767px) {
  .formveld {
    width: 330px;
  }
}
