@font-face{
    font-family: "BigNoodleTitling";
    src: url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.eot");
    src: url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.eot?#iefix")format("embedded-opentype"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.woff")format("woff"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.woff2")format("woff2"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.ttf")format("truetype"),
        url("/style/fonts/ff78c5e2b6c3846035dae28cdaa65583.svg#BigNoodleTitling")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Graphik Web Regular Regular";
    src: url("/style/fonts/105007d99d9df64c50cc24d696d79555.eot");
    src: url("/style/fonts/105007d99d9df64c50cc24d696d79555.eot?#iefix")format("embedded-opentype"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.woff")format("woff"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.woff2")format("woff2"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.ttf")format("truetype"),
        url("/style/fonts/105007d99d9df64c50cc24d696d79555.svg#Graphik Web Regular Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/style/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/style/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/style/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/style/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
a .material-icons {
  color: #000000;
}
html {
	font: arial;
	font-size: 22px;
}
.header {
	width: 100%;
	margin-bottom: 10px;
}

.logo {
	height: 1.00rem;
	margin: 10px;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.logo .logo-fill {
fill: #000;
}

.content h3 {
  font-family:  "BigNoodleTitling";
  font-weight: 100;
  color:  #B90000;
  font-size:32px;
  margin: 3px 0 0 0;
}
.content {
	margin: 5px;
	margin-top: 10px;
	font-family: "Graphik Web Regular Regular";
}
.content table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid;
  margin-bottom: 25px;
}
.content table tr td {
  font-size: 16px;
  font-weight: 500;
}
.content table thead tr td {
	font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #B90000;
}
.content table thead tr td:first-child {
  width: 30%;
}

.form fieldset div {
  padding: 0;
  background-color: none;
}
.form fieldset {
  padding: 20px;
  background-color: #f2f2f2;
}
input[type=text], select, input {
  width: 100%;
  /*padding: 12px 20px;*/
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size:18px;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=checkbox] {
  width: auto;
  margin-right: 20px;
}
fieldset {
  margin:  18px 0 0 0;
}

.select2-results {
  font-family: arial;
}

.form label {
  display: inline-block;
  margin: 18px 0 0 0;
}
.form fieldset label {
  margin: 0;
}
.form {
  max-width: 500px;
}
.form div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.form input[type=submit] {
  margin-top: 20px;
}
select#filter, select#filter2 {
  width: auto;
}
.search { 
  float: right;
  width: 300px;
  display: block;
  float: right;
  right: 0;
 position: absolute;
 margin-right: 8px;

}
.search .margin-left {
  margin-left: auto;
}
.search input {
    float: left;
    width: 100%;
    -ms-box-sizing: border-box; /* ie8 */
    -khtml-box-sizing: border-box; /* konqueror */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    box-sizing: border-box; /* css3 rec */
    line-height: 35px;
}
.input-wrapper {
    margin-right:40px;
}

.search input[type=submit] {
  width: 18%;
  float: left;
}
.search button {
    width: 39px;
  height: 39px;
  padding: 9px 9px;
  margin: 0;


  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  border-radius: 4px;
}
.filterform {
  margin: 0;
  float: right;
}
table.begroting,table.prognose {

}
table.begroting tr.vet td,table.prognose tr.vet td {
  font-weight: bold;
}
table.begroting tr.rood td,table.prognose tr.rood td {
  color: red;
}
table.begroting tr.lijn td,table.prognose tr.lijn td {
  border-bottom: 1px solid #000000;
}
table a {
  color: #000000;
}
.row {
  margin-left:-5px;
  margin-right:-5px;
}
  
.column {
  float: left;
  width: 48%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
table tr:nth-child(even) {
  background-color: #E5A2A2;
}
table.aanvraagtabel {
  border-collapse: collapse;
}
table.aanvraagtabel tr.definitief td.status {
  color: #587542;
}
table.aanvraagtabel tr.afgewezen td.status {
  color: #755754;
}
table.aanvraagtabel tr.fintodo {
  background-color: #FDEBD0;
}
table.aanvraagtabel tr.curdate {
  border-top: 2px solid #C0392B;
}
table.begroting tr:nth-child(even),table.prognose tr:nth-child(even) {
  background-color: #f2f2f2;
}
table td,table td {
  padding: 4px;
}

.login, .register {
  margin: auto;
  width: 40%;
  padding: 10px;
  background: #000000;
  color: #ffffff;
  font:bold 24px BigNoodleTitling;
  border-radius: 10px;
}
.login input[type=submit], .register input[type=submit] {
  background: rgb(147 196 111);
  color: #000000;
  font-size: 20px;
  font:bold 24px BigNoodleTitling;
}
.login a, .register a  {
  color:  #ffffff;
}
.foutmelding {
  color: #C0392B;
}
.error {
   color: #C0392B;
}
input.error {
  border: 1px solid #C0392B;
}
 .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0,119,255,0.06);
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

.dateinputwrap {

}

.dateinput {
background-position: right;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23000" fill-opacity=".54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3C/svg%3E');
background-repeat: no-repeat;  
}

.timeinput {
background-position: right;
background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23606060' transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 7V12H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23606060' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;  
}
.dateinput:after { 

}
.dateinputicon {

}
.datetimeinputwrap {
  width: 49%;
  border-radius: 0 !important;
background-color: #f2f2f2;
padding: 0 !important;
 display: inline-block !important;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table:not(.xdsoft_calendar table), thead:not(.xdsoft_calendar thead), tbody:not(.xdsoft_calendar tbody), th:not(.xdsoft_calendar th), td:not(.xdsoft_calendar td), tr:not(.xdsoft_calendar tr) { 
    display: block; 
  }

  /* Hide table headers (but not display: none;, for accessibility) */
.content table tr:first-child td:not(.xdsoft_calendar .content table tr:first-child td) {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr:not(.xdsoft_calendar tr) { border: 1px solid #ccc; }
  
  td:not(.xdsoft_calendar td) { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  td:before:not(.xdsoft_calendar td) { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  .search {
    position: static;
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .search input {
    width: 100%;
  }
.input-wrapper {
    margin-right:42px;
}
.filterform {
  margin: 0;
  float: none; */
}
.login, .register {
  width: auto;
}

  /*
  Label the data
  */
 
}
.noshow {
  display: none !important;
}
div.titel {
  height: 30px;
      display: flex;
    align-items: flex-end;
}
h4 {
  display: inline-block;
  margin: 0;
  float: right;
  font-family:  "BigNoodleTitling";
  color:  #000000;
  font-size:28px;
  margin: 3px 0 0 0;
  margin-left: auto;
  font-weight: 100;
}
h3 {
  float: left;
  justify-content: left;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;

}
.buttons button {


}
#contents {
  visibility: hidden;
}
.week {
    font-family:  "BigNoodleTitling";
  font-size: 20px;
  font-weight: 100;
  width: 100%;
  margin: auto;
  text-align: center;
}
.space {
  margin-top: 200px;
}
@media print {
    .pagebreak { page-break-before: always; margin-top: 10px } /* page-break-after works, as well */
}
/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family:  "BigNoodleTitling";
  font-size: 18px;
  font-weight: 100;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}
@media print
{    @page {
    margin: 0cm !important;
}
.content table tr td {
  font-size: 16px;
}
.content h3 {
  font-size:32px;
}
body {
  -webkit-print-color-adjust: exact !important;
}
body{
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}
    .no-print, .no-print *
    {
        display: none !important;

    }
    .noshow {
      margin-top: 100px;
      display: block !important;
    }
}