@font-face {
    font-family: 'open_sansbold_italic';
    src: url('OpenSans-BoldItalic-webfont.eot');
    src: url('OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('OpenSans-Italic-webfont.eot');
    src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('OpenSans-LightItalic-webfont.eot');
    src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

:root {
	--kleurtekst: #000;
	--kleurtekst-special: #888;
	--kleurtekst-header: #fff;
	
	--achtergrond: #fff;
	--achtergrond-header: #888;
	
	--kleurrand: #888;
	--kleurrand-licht: #ccc;
	
	
	--achtergrond-knop: #eee;
	--achtergrond-knop-hover: #ddd;
	--tekst-knop: #000;
	--rand-knop: #888;
	
	
	--grootte-onderbalk: 48px;
}

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-family: 'open_sanslight';
	text-decoration: none;
	box-sizing: border-box;
	font-size: 16px;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #eee;
}

table {
	border-collapse: collapse;
	table-layout: auto;
	background: #fff;
}

th {
	background: #ccc;
	border-bottom: 1px solid #aaa;
}

.center {
	text-align: center;
}

.padding {
	padding: 1em;
}

.klein {
	font-size: 12px;
}

table.form {
	margin: 0 auto;
	border: 1px solid #888;
}

table.form td {
	padding: 10px;
	background-color: #fff;
}

table.form th {
	padding: 10px;
	background-color: #ccc;
}

table.download {
	background: #eee;
}

table.download tr td:first-child {
	padding-left: 10px;
}

table.download tr td {
	border-top: 1px solid #888;
}

table.download tr:last-child td {
	/* border-bottom: none; */
}

.knop,
.knoplicht,
.knopklein,
.knoplichtklein,
.knopkleindisabled,
input[type=submit] {
	display: inline-block;
	border: 1px solid #888;
	background-color: #ddd;
	cursor: pointer;
	padding: 0.4em 1em;
	margin: 0.25em;
}

.knopkleindisabled {
	font-size: 0.8em;
	padding: 0.2em 0.5em;
	margin: 0.25em;
	cursor: default;
	color: #aaa;
}

.knopklein,
.knoplichtklein {
	font-size: 0.8em;
	padding: 0.2em 0.5em;
	margin: 0.25em;
}

.knop:hover,
.knopklein:hover {
	background-color: #fff;
}
.knoplichtklein:hover,
.knoplicht:hover {
	background-color: #fff;
}

.logo {
	text-align: center;
	padding: 5px;
}

.logo img {
	max-width: 50vw;
	max-height: 25vh;
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 150px;
	height: 100vh;
	border-right: 1px solid #888;
	background-color: #aaa;
}

.menuitem {
	display: inline-block;
	background-color: #ddd;
	border: 1px solid #aaa;
	padding: 1vw 1vh;
	width: 150px;
	cursor: pointer;
}

.menuitem:hover {
	background-color: #fff;
}

.menu .actief {
	font-weight: bold;
	background-color: #fff;
}

span.tekstklein {
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
}

.content {
	position: absolute;
	top: 0px;
	height: 100%;
	left: 150px;
	right: 0px;
	overflow: auto;
}

table.rand {
	border: 1px solid #888;
}

table.randtussen td {
	border: 1px solid #888;
	padding: 5px;
}

table.randtussen td:first-child {
	border-left: none;
}

table.randtussen td:last-child {
	border-right: none;
}

table.randtussen tr:last-child td {
	border-bottom: none;
}
table.randtussen tr:first-child td {
	border-top: none;
}
	
table.midden {
	margin: 10px auto;
}

table.ruimte tr th,
table.ruimte tr td {
	padding: 10px 20px;
}
table.ruimte th.checkbox,
table.ruimte td.checkbox {
	padding: 0px 5px;
}

table.ruimteklein tr th,
table.ruimteklein tr td {
	padding: 3px 5px;
}

table.ruimte tr th.geenruimte,
table.ruimte tr td.geenruimte ,
table.ruimteklein tr th.geenruimte,
table.ruimteklein tr td.geenruimte {
	padding: 0px;
}
table.selecteerbaar tr td {
	background: #eee;
	border-top: 1px solid #ccc;
}

table.selecteerbaar tr:nth-child(2n) td {
	background: #fff;
}

table.selecteerbaar tr:hover td {
	background: #ccc;
	cursor: pointer;
}

tr.regel:hover td {
	background: #eee;
}

td.uurblok {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	white-space: nowrap;
}

td.uurblok:hover {
	border: 1px solid #aaa;
	cursor: pointer;
}
td.uurblok:last-child:hover {
	border-right: none;
}

.gewerkt,
.vrij,
.ziek,
.planning {
	display: inline-block;
	padding: 10px 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75) inset;
}

.gewerkt {
	background-color: rgb(100, 255, 100);
}

.vrij {
	background-color: rgb(100, 100, 255);
}

.ziek {
	background-color: rgb(255, 100, 100);
}

.planning {
	background-color: rgb(160, 160, 160);
}

.urenvenstergrijs {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}
	
.urenvenster {
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	/* padding: 10px; */
	border-radius: 5px;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.urenvenster .titelbalk {
	position: relative;
	background: #444;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	padding: 5px;
	width: 100%;
}

.urenvenster .sluiten {
	position: absolute;
	color: #fff;
	font-weight: 900;
	padding: 5px 10px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.urenvenster .sluiten:hover {
	color: #880;
}

.venstercontent {
	padding: 10px;
}

th.vandaag {
	text-decoration: underline;
}

textarea.notitie {
	width: 100%;
}

.notitieactief {
	position: relative;
}

.notitieactief:after {
	content: '\f024';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	/* width: 10px; */
	/* height: 10px; */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #88f;
	font-size: 16px;
}

span.uurnotitie {
	font-size: 12px;
	color: #444;
    white-space: normal;
}

.dropdown {
    position: absolute;
	display: none;
    min-width: 150px;
    height: 100px;
	background: #fff;
    overflow-x: auto;
    border: 1px solid #888;
}
.dropdown.visible {
	display: block;
}

.dropdown input[type=checkbox] {
	margin-right: 5px;
}

.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 2px 40px 2px 4px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 2.5px;
  right: 10px;
  top: 30%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* .dropdown-check-list .anchor:active:after { */
  /* right: 8px; */
  /* top: 21%; */
/* } */

.dropdown-check-list ul.items {
  padding: 2px;
  /* display: none; */
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  /* display: block; */
}


.modal {
	display: none;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
	position: relative;
	width:fit-content;
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

.modal-header {
	padding: 5px;
	background-color: #444;
	color: #fff;
	font-size: 20px;
	position: relative;
}

.modal-body {
	padding: 4px 8px;
}

.close {
	position: absolute;
	right: 5px;
	top: 3px;
	cursor: pointer;
}
.close i {
	color: #fff;
	font-size: 28px;
	padding: 2px;
}
.close:hover i {
	color: #ddd;
}

.verwijderplanning {
	cursor: pointer;
}

.verwijderplanning i {
	color: #444;
}

.verwijderplanning:hover i {
	font-weight: 900;
}


/*

.content {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh - var(--grootte-onderbalk);
	max-height: 100vh - var(--grootte-onderbalk);
	overflow: auto;
	z-index: 1;
	padding-bottom: calc(var(--grootte-onderbalk) + 10px);
}


.content table {
	width: calc(100% - 20px);
	margin: 10px auto;
}

.content table.space td {
	padding: 5px;
}
	
.content tr.select {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.content tr:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.content tr:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

td.smal {
	width: 10px;
}

tr.ruimte td {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.nowrap {
	white-space: nowrap;
}

.onder {
	position: fixed;
	display: block;
	width: 100%;
	height: var(--grootte-onderbalk);
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

.onder table {
	width: 100%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.onder td {
	text-align: center;
	background-color: #ace1d3;
	font-size: calc(var(--grootte-onderbalk) * 0.4);
	font-weight: bold;
}

.onder td.knopvorige {
	background-color: rgb(255, 0, 0);
	background-image: url(images/back.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: calc(var(--grootte-onderbalk) * 1.5);
	height: var(--grootte-onderbalk);
	cursor: pointer;
}
.onder td.knopvolgende {
	background-color: rgb(0, 160, 0);
	background-image: url(images/check-mark.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: calc(var(--grootte-onderbalk) * 1.5);
	height: var(--grootte-onderbalk);
	cursor: pointer;
}

.onder td.knopakkoord {
	background-color: rgb(0, 160, 0);
	background-image: url(images/check-mark.svg);
	background-size: calc(var(--grootte-onderbalk) * 0.6);
	background-repeat: no-repeat;
	background-position: 15% 50%;
	width: 50vw;
	height: var(--grootte-onderbalk);
	cursor: pointer;
}

.onder td.knopvorige:hover,
.onder td.knopvorige:active,
.onder td.knopvolgende:hover,
.onder td.knopvolgende:active {
	opacity: 0.75;
}

div.hidden {
	display: none;
}

.knop:hover,
input[type=submit]:hover,
.knop:active,
input[type=submit]:active {
	background-color: #aaa;
}

div.verborgenvenster {
	z-index: 10;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	padding-top: 10vh;
}


div.verborgenvenster table {
	border: 1px solid #000;
	background-color: #fff;
	margin: 0 auto;
}

div.verborgenvenster table th {
	background-color: #ddd;
}

div.verborgenvenster table th,
div.verborgenvenster table td {
	padding: 10px;
}


tr.gehad td {
	background: rgb(0, 128, 0, 0.5);
}

input[type=radio],
input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
	cursor: pointer;
	color: var(--color-half);
	display: block;
	padding: 0.75em;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
	text-decoration: line-through;
	cursor: default;
	color: var(--color-half);
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
	color: var(--color-vol);
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
	color: var(--color-vol);
	background-color: #ddd;
}

input[type=radio]:checked + label div.hidden,
input[type=checkbox]:checked + label div.hidden {
	display: block;
	padding-top: 10px;
}

input[type=radio] + label .checked,
input[type=checkbox] + label .checked {
	display: none;
}

input[type=radio] + label .notchecked,
input[type=checkbox] + label .notchecked {
	display: inline;
}

input[type=radio]:checked + label .checked,
input[type=checkbox]:checked + label .checked {
	display: inline;
}

input[type=radio]:checked + label .notchecked,
input[type=checkbox]:checked + label .notchecked {
	display: none;
}
*/