@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');
}

html, body{
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    margin:0;
    padding:0;
    font-family: Graphik Web Regular Regular, arial;
}
body {
  position: fixed;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  width: 100%;
}
.login, .register {
  margin: auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font:bold 24px BigNoodleTitling;
  border-radius: 10px;
}
.login, .register {
   width:calc(1000px - 50vw);
    min-width:600px; /* let's have a minimum boundary */
    max-width:1000px; /* and a maximum boundary */
 }


.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:  #106fe7;
}
.login .welkom h2 {
    margin-bottom: 0px;
}
.login .welkom p {
    font-family: Graphik Web Regular Regular, arial;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}
.foutmelding {
  color: #C0392B;
}
.error {
   color: #C0392B;
}
input.error {
  border: 1px solid #C0392B;
}
.login input {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
}
.flex-container{
    display: flex;
    flex-flow: column;
    height: 100%;
}

.flex-container .header{
    flex: 0 1 auto;

}
.flex-container .content{
    flex: 1 1 auto;
    padding: 20px;
}
.flex-container .footer{
    flex: 0 1 100px;
    padding: 20px;
    display: flex;
}
.footer .copyright {
    display: inline-block;
    align-self: flex-end;
}
.logo .logo-fill {
	fill: #000;
}
.logo {
	width: 278px;
    padding: 20px 0 0 20px;
}
.header .head {
    display: flex;
}
.header .head div {
    flex: 1;
}
.header .head .gebruiker {
padding: 20px;
text-align: right;
display: inline-block;
margin: 0 auto;
}
.header .head .right {
    text-align: right;
}
.gebruiker .gebruikercontent {
width: 100%;
border: 1px dotted #000;
border-radius: 5px;
/* padding: 10px; */
padding-bottom: 7px;
padding-right: 5px;
}
.navbar {
  height: 100%;
  margin: auto;
}
.navbar ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  background-color: #F7F7EF;
}

.navbar ul li {
  list-style-type: none;
}

.navbar ul li {
  padding: 10px;
  margin: 0 10px;
}

.navbar a {
  color: var(--nav-text);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
}

.navbar a:hover {
	color: #106fe7;
}
.navbar a.active {
    color: #106fe7;
}
.contentcontainer section {
    display: table;         
    width: 100%;            
}

.contentcontainer section > * {
    display: table-row;
}
.contentcontainer section .col {
    display: table-cell;
    padding: 10px;
}
h1 {
    font:normal 40px BigNoodleTitling;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipmo:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
.tooltipmo {
    font-weight: bold;
}
.tooltipmo .tooltip {
    visibility: hidden;
    position: absolute;
    width: 320px;
    background-color: rgb(85, 85, 85);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .profielpic img {
    max-width: 100px;
    max-height: 100px;
}

.tooltip .profielpic {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.tooltip .info {
     text-align: left;
}
.contentcontainer {
    padding: 20px;
    padding-top: 50px;
}
.contentcontainer section header div {
    font-weight: bold;
    text-transform: uppercase;
}
.contentcontainer section header {
    border: 1px solid #000;
    background-color: #F7F7EF;
    padding: 10px;
}
.contentcontainer section .row {
    padding: 10px;
    border: 1px solid #000;
    border-top: none;
}

.contentcontainer section .row:nth-child(odd):not(.ruilen) {
    background-color: #F7F7EF;
}
.contentcontainer section .geweest:nth-child(odd):not(.ruilen), contentcontainer section .nonactive:nth-child(odd) {
    background-color: #FFEEE8;
}

.row.ruilen {
    background-color: #ffffff;
}
.row.ruilen:nth-child(4n), .ruilen:nth-child(4n+1) {
    background-color: #F7F7EF;
}
.row.ruilen:nth-child(odd) {
    margin-top: 20px;
    border-top: 1px solid #000000 !important;
}
.row.overname {
    margin-top: 20px;
    border-top: 1px solid #000000 !important;
}
.contentcontainer section .row .col {
    border-right: 1px dotted #F7F7EF;
}
.geweest {
    background-color: #EEC3B6;
}
.comingup {
    background-color: #CCE0D3;
}

.contentcontainer section .row.nonactive:nth-child(odd):not(.ruilen) {
    background-color: #EEC3B6;
}
.geweest .col, .nonactive .col {
    color: #602522;
}

.devidenav {
    display: flex;
  flex-wrap: wrap;
}
.devidenav li {

}
.subpagemenu {
    width: 500px;
    margin: auto;
}
.subpagemenu ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.subpagemenu ul li {
    padding: 10px;
    margin: 0 10px;
    list-style-type: none;
    font-size: 2em;
    color: #106fe7;
    font:normal 2em BigNoodleTitling;
}
.subpagemenu ul li a {
    color: #000000;
    text-decoration: none;
}
.subpagemenu ul li a:hover {
    color: #106fe7;
}

.prevnext {
    display: flex;
    width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prevnext {
    flex: 1;
    justify-content: space-between;
}
.algemeen textarea {
    font-size: 1em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
}
.medewerkeradd {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end
}
.nieuwevakantie {
    text-align: center;
}
.roosterselect {
    display: flex;
}
.roosterlink {
    flex: 1;
    padding: 5px;
    border-bottom: 1px solid #BDBDBD;
    color: #106fe7;;
}
.roosterlink {
    border-left: 1px solid #BDBDBD;
    font-weight: bold;
}
.roosterlink:nth-child(1) {
    border-left: 0;
}
.roosterlink a {
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: color .2s ease-in-out, transform 0s .85s;
}
.roosterlink a:hover {
    color: #106fe7;
}

.notification-top-bar {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #BC551A;
  text-align: center;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 14px;
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFF;
  color: #BC551A;
  font-weight: bold;
  text-decoration: none;
}
.logout {
    margin: 0;
  width: auto;
  background-color: #106fe7;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #106fe7;
}
.logout:hover {
    background-color: #fff;
    color: #106fe7;
    border: 1px solid #106fe7;
}
.medewerkers form, .diensten-overzicht form {
    float: left;
}
.medewerkers form input, .diensten-overzicht form input {
    margin-left: 10px;
}
.medewerkers label:has(input) {
    padding: 5px;
    margin-right: 10px;
    border: 1px dotted #106fe7;
}
.diensten-overzicht label:has(input) {
    padding: 5px;
    margin-right: 10px;
    border: 1px dotted #106fe7;
}
.eigendiensten .col a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.eigendiensten .col a::before,
.eigendiensten .col a::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.eigendiensten .col a::before {
  background-color: #106fe7;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.eigendiensten .col a::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #106fe7;
}

.eigendiensten .col a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.eigendiensten .col a:hover::after {
  transform: translate3d(0, 0, 0);
}

.eigendiensten .col a span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.eigendiensten .col a:hover span {
  transform: translate3d(-200%, 0, 0);
}
.eigendiensten .col a {
    text-decoration: none;
    color: #106fe7;
    vertical-align: top;
}
@media screen {
    .do-print, .do-print * {
        display: none;
        visibility: hidden;
    }
}
@media print
{    
    .do-print, .do-print * {
        width: 100%;
        margin: 0 auto;
        display: block;
        visibility: visible;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
    html {
        zoom: 50%;
    }
}
@media print{@page {size: landscape}}