/**
 *	onderhoud.css
 *	v1.8 - 01-06-2005 - Mark Copal - Algemene layout met custom kleuren
 *	v2.0 - 17-01-2006 - Mark Copal - wijzigingen voor versie 2
 *  v3.0 - 01-01-2022 - Shadn Reda- wijzigingen voor versie 3
 *  v3.0 - 26-07-2022 - Shadn Reda- wijzigingen voor versie 754
 *	Copyright 2006 Medusa, Media Usage Advice B.V. All rights reserved.
 *
 *	Aan te passen custom kleuren:
 *	Lichte tint:#FF8624;
 *	Donkere tint:#0E4162;1
 * 

 */

 *:focus {
	/* outline: 1px solid var(--kleur-3) !important; */
	box-shadow: none !important
}

input:focus, textarea:focus, button:focus, select:focus, span:focus{
	outline: 1px solid var(--kleur-3) !important;
	box-shadow: none !important;
}
*::after {
	box-sizing: border-box;

	border-radius: 1px;
}

*::before {
	box-sizing: border-box;

	border-radius: 1px;
}

html {
	interpolate-size: allow-keywords;
}

body {
	color: var(--kleur-1);
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
    font-size: var(--font-l);
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
@media only screen and (max-width: 992px){
	html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
		font-size: var(--font-m);
		font-family: Arial, Helvetica, sans-serif;
		vertical-align: top;
	}
}

a:focus,
a:active {
	outline: none;
}

div.nietPrinten {
	display: inline;
	/* border-bottom: 9px double var(--kleur-4); */
	padding-bottom: 22px;
	padding-top: 5px;
}


div.welPrinten {
	display: none;
}

header,
section {
	padding: 0px;
	display: block;
	clear: both;
}

body {
	background-color: var(--kleur-5);
	margin: 0;
}

.bodyNoMargin {
	margin: 0;
	width: 100%;
}

hr {
	height: 0px;
	border: 0;
	border-bottom: 1px dashed var(--kleur-8);
}

a.titelLink:link,
a.titelLink:visited,
a.titelLink:active {
	text-decoration: none;
	font-weight: bold;
	color: var(--kleur-1);
	transition: color 0.4s, background-color 0.4s;
}

a.titelLink:hover {
	color: var(--kleur-2);
	transition: color 0.4s, background-color 0.4s;
}

.titelButtonLeft {
	padding: 4px 15px 0px 5px;
	padding: 0px 15px 0px 5px;
	float: left;
	border-right: dotted 1px var(--kleur-5);
	height: 24px;
}

.alignTextLeft {
	text-align:left;
}
.alignTextCenter {
	text-align:center;
}
.alignTextRight {
	text-align:right;
}
.hideElement {
	display:none;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	background-color: var(--kleur-4);
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: var(--kleur-2);
	cursor: pointer;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}




#titleTD {
	height: 60px;
	margin: 0 auto;
	background-color: var(--kleur-5);
	width: 85%;
}

#contentTD {
	padding-bottom: 50px;
}



#editTD,
article {
	padding-top: 0;
	padding-left: 0px;
	vertical-align: top;
}

#editTD>form {
	padding:0 15px 10px;
}

#editTD>form>table,
article>table {
	width: 100%;
}

.tox-tinymce {
	border-top: solid 1px var(--kleur-7) !important;
	border-left: solid 1px var(--kleur-7) !important;
	border-right: solid 1px var(--kleur-7) !important;
	border-bottom: solid 1px var(--kleur-7) !important;
}

.tox-editor-container {
	border-right: solid 1px var(--kleur-4) !important;
}

.tox-toolbar,
.tox-statusbar {
	background-color: var(--kleur-4) !important;
}

table.margin {
	margin-bottom: 40px;
}

table.margin td {
	padding: 5px;
}

.dummy {
	color: var(--kleur-1);
	font-size: var(--font-l);
	font-weight: bold;
	/* padding: 5px; */
	/* box-shadow: 0px 0px 2px 0px #1e1e1e94; */
	background-color: var(--kleur-4);
	cursor: pointer;
	transition: all 0.1s;
}

.dummy:hover {
	color: var(--kleur-4);
	background-color: var(--kleur-7);
}

.dummy::after {
	content: "\f0d8";
	font-family: "Font Awesome 5 free";
	display: inline-block;

}

.toggle .dummy {
	color: var(--kleur-1);
	font-size: var(--font-l);
	font-weight: bold;
	/* padding: 5px; */
	/* box-shadow: 0px 0px 2px 0px #1e1e1e94; */
	background-color: var(--kleur-4);
	cursor: pointer;
	transition: all 0.1s;
}

.catTitle {
	color: var(--kleur-1);
	font-size: var(--font-l);
	font-weight: bold;
	background-color: var(--kleur-4);
	transition: all 0.1s;
}

.toggle .dummy:hover {
	color: var(--kleur-3);
	background-color: var(--kleur-7);
}

.toggle .dummy::after {
	content: "\f0d8";
	font-family: "Font Awesome 5 free";
	display: inline-block;

}

tr[data-current-state="closed"] td.dummy::after {
	content: "\f0d7";
}

table tr.closed {
	display: none;
}

.LogoImgGroot {
	/*padding: 16px;*/
	max-width: 224px;
	margin-top: 10px;
	/* margin-left: 10px; */
}

#topmenu {
	line-height: 37px;

}

#main_nav.navbar-collapse {
	border: none;
}



#cmsMenu>ul>li>a,
#cmsMenu>ul>li>span,
#cmsMenu>ul>li>form {
	display: block;
	padding-left: 4px !important;
	padding-right: 4px !important;
	line-height: 37px;
	font-weight: bold;
	color: var(--kleur-1);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	transition: color 0.4s, background-color 0.4s;
	background-color: var(--kleur-5);
}

#cmsMenu #topmenu .cmsMenuDash a {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#cmsMenu span.noline {
	background-image: none;
	font-weight: normal;
}

#cmsMenu a:hover {
	color: var(--kleur-7);
	transition: color 0.4s, background-color 0.4s;
}

.option_top {
	margin: 0;
	padding: 0;
	position: relative;
}

.option_top>li {
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	transition: color 0.4s, background-color 0.4s;
}

.option_top li ul {
	position: absolute;
	background-color: var(--kleur-7);
	border: solid 1px var(--kleur-8);
	border-top: 0;
	padding: 0;
	transition: color 0.4s, background-color 0.4s;
	opacity: 0;
	top: 30px;
}

.option_top li ul li {
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	width: 150px;
	border-top: 1px solid var(--kleur-7);
	border-bottom: 1px solid var(--kleur-8);
	line-height: 20px;
	transition: color 0.4s, background-color 0.4s;
}

.option_top li ul li:hover {
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	width: 150px;
	border-top: 1px solid var(--kleur-2);
	border-bottom: 1px solid var(--kleur-8);
	background-color: var(--kleur-7);
	color: var(--kleur-5);
	line-height: 20px;
	transition: color 0.4s, background-color 0.4s;
}

.option_top li ul li a {
	text-align: left;
	line-height: 20px;
	border: 0;
	background-image: none !important;
}

.option_top li:hover span {
	/* color:var(--kleur-4) !important; */
	transition: color 0.4s, background-color 0.4s;
}

.option_top li:hover span.noline {
	color: var(--kleur-1) !important;
	transition: color 0.4s, background-color 0.4s;
}

.option_top li:hover ul {
	opacity: 1;
	transition: color 0.4s, background-color 0.4s;
}

.leftBottons {
	/* position:relative; */
	margin-left: -16px;
}

.leftBottons .buttonTxt {
	background-color: var(--kleur-8);
	border: 1px solid var(--kleur-7);
	border-left: 0 !important;
	display: block;
	height: 23px;
	margin-bottom: 1px;
	overflow: hidden;
	width: 100%;
	padding-left: 30px;
}

.leftBottons .buttonTxt img {
	float: right;
	height: 23px;
	margin-right: 1px;
	width: 22px;
}

button.buttonTxt {
	border: none;
	display: flex;
	align-items: center;
	background: var(--kleur-5);
	color: var(--kleur-1);
}

#buttonbarleft {
	background-repeat: no-repeat;
	background-position: right top;
	display: flex;
	background-color: var(--kleur-5);
	flex-direction: row;
	justify-content: center;

}



.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.clear {
	clear: both;
}

#buttonbar ul {
	list-style: none;
	display: block;
	margin: 0;
	display: contents;

}

#buttonbar ul li {
	cursor: default;
}

#buttonbar>ul {
	list-style: none;
	border-left: solid 1px var(--kleur-1);
}

#buttonbarleft>ul>li {
	/* position: relative; */
	/* background-image: url('../images/hoofdmenu-tussen.svg'); */
	/* background-repeat: no-repeat; */
	/* background-position: left center; */
	color: var(--kleur-1);
	/* background-size: 4% 58%; */
	border-right: 1px solid var(--kleur-4);
	/* border-left: 1px solid #9d9696; */
	/* border-radius: 5px; */

}




#buttonbar ul>li>ul>li {
	cursor: pointer;
	padding-left: 15px;
}

#buttonbar ul>li>ul {
	position: absolute;
	padding: 0;
}

#buttonbar li,
#modules li {
	display: block;
	padding: 0px 12px;
	float: left;
	line-height: 37px;
	font-weight: bold;
	color: var(--kleur-1);
	text-decoration: none;
	position: relative;
	margin-bottom: 1px;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li:hover,
#modules li:hover {
	color: var(--kleur-2);
	background-color: var(--kleur-4);
	transition: color 0.4s, background-color 0.4s;

}

#buttonbar li a,
#modules li a {
	text-decoration: none;
	color: var(--kleur-1);
	/* font-weight: 800; */
	display: inline-block;
	line-height: 37px;
	width: 100%;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li.current>a,
#buttonbar li.current {
	color: var(--kleur-3);
	/* text-decoration:underline; */
}

#buttonbar li li.current>a,
#buttonbar li li.current {
	color: var(--kleur-3);
	text-decoration: underline;
}

#buttonbar li:hover a,
#modules li:hover a {
	text-decoration: none;
	color: var(--kleur-1);
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li.current:hover>a,
#buttonbar li.current:hover {
	color: var(--kleur-2);
	text-decoration: underline;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li li.current:hover>a,
#buttonbar li li.current:hover {
	color: var(--kleur-3);
	text-decoration: underline;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li ul,
#modules li ul {
	/* position: absolute; */
	left: 0px;
	top: 36px;

	display: none;
	margin: 0 !important;
	border: solid 1px var(--kleur-4);
	border-top: 0px;
	/* min-width: 150px; */
	background-color: var(--kleur-7);
	transition: color 0.4s, background-color 0.4s;
	z-index: 9999;
}

@media only screen and (max-width: 1400px) and (min-width:732px) {

	#buttonbar li ul,
	#modules li ul {
		position: absolute;
		left: -40px;
		top: 36px;
		right: -3px;

		display: none;
		margin: 0 !important;
		border: solid 1px var(--kleur-4);
		border-top: 0px;
		/* min-width: 150px; */
		background-color: var(--kleur-4);
		transition: color 0.4s, background-color 0.4s;
	}
}

#buttonbar li:hover ul,
#modules li:hover ul {
	display: block;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li ul li,
#modules li ul li {
	white-space: nowrap;
	border: 10;
	display: block;
	border-top: 0px solid var(--kleur-2);
	border-bottom: 1px solid var(--kleur-4);
	background-color: var(--kleur-5);
	float: none;
	color: var(--kleur-1);
	margin-bottom: 0;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li ul li:hover,
#modules li ul li:hover {
	background-color: var(--kleur-2);
	color: var(--kleur-5);
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li ul li:hover a,
#modules li ul li:hover a {
	color: var(--kleur-5);
	transition: color 0.4s, background-color 0.4s;
}

#buttonbar li ul li a,
#modules li ul li a {
	display: block;
	line-height: 37px;
	transition: color 0.4s, background-color 0.4s;
}

#buttonbarleft>ul>li.selected {
	color: var(--kleur-1);
}

#buttonbarleft>ul:nth-last-child(2) li {
	border-right: 0px solid var(--kleur-4);

}

#menushade .left {
	width: 10px;
	height: 9px;
	position: absolute;
	left: -10px;
	top: 0;
	background-image: url('../images/menu-shade-left.png');
	background-repeat: repeat-x;
	background-position: right top;
}

#menushade .right {
	width: 10px;
	height: 9px;
	/* position:absolute; */
	right: -10px;
	top: 0;
	background-image: url('../images/menu-shade-right.png');
	background-repeat: repeat-x;
	background-position: left top;
}

#modules {
	/* position:absolute; */
	right: 0px;
	top: 38px;
}

.subtitelButton {
	margin: 0 5px 0 0;
	float: left;
	padding: 5px 5px 0 0;
	border-right: solid 1px var(--kleur-2);
	height: 23px;
	color: var(--kleur-3);
}

.pageTitel {
	/* width:100%; */
	color: var(--kleur-1);
	background-color: var(--kleur-5);
	font-size: 17px;
	font-weight: bold;
	/* position:relative; */

}

th {
	/* width: 100%; */
	color: var(--kleur-1);
	font-weight: bold;
	position: relative;
	padding-left: 0 !important;
}

.bodyTitel {
	margin: 0px;
	background-color: var(--kleur-1);
}

a.normalLink:link,
a.normalLink:visited,
a.normalLink:active {
	/* text-decoration: underline; */
	font-weight: normal;
	color: var(--kleur-1);
	font-weight: normal;
	transition: color 0.4s, background-color 0.4s;
}

a.normalLink:hover {
	text-decoration: underline;
	color: var(--kleur-3);
	transition: color 0.2s, background-color 0.2s;
	font-weight: normal;

}

.bodySubtitel {
	margin: 0px;
	background-color: var(--kleur-5);
}

.bodySubtitel #buttonbar {
	top: 0px;
	left: 255px;
}

.bodySubtitel #buttonbar a {
	line-height: 20px;
	height: 20px;
	border: solid 1px var(--kleur-2);
	margin-right: 2px;
}

.bodyTitelNieuwsbrief {
	margin: 0px;
	background-color: var(--kleur-8);
}

.bg_toptab {
	background-color: var(--kleur-8);
	background-repeat: no-repeat;
}

.titelNaam {
	font-size: 20px;
	font-weight: bold;
	color: var(--kleur-5);
}

.small {
	font-weight: bold;
	color: var(--kleur-5);
}

/* text-align:center;line-height:14px;padding-right:10px;margin-top:20px;
text-align:center;line-height:14px;padding-right:5px;margin-top:80px; */

.version {
	margin-top: 50%;
	font-size: 9px;
	color: var(--kleur-2);
	text-align: center;
	line-height: 14px;
	/* bottom: 9%; */
	/* position: absolute; */
	display: grid;
	align-content: space-around;
	justify-items: center;
	justify-content: space-around;
	align-items: start;
	width: 100%;
	/* margin-bottom: -54%; */
}

#itemselected,
.buttonTxt {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

#itemselected,
.buttonTxt:hover {
	/*background: var(--kleur-4);
	color: var(--kleur-3);
				*/
	/*font-size: 18.5px;
				*/
	/*transform: translate(3px, 0px);
				*/
	transition: color 0.4s, background-color 0.4s;
	/*filter: invert(1) saturate(116.5);
					*/
	-webkit-transition: color 0.4s, background-color 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s;
	-ms-transition: color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, background-color 0.4s;
	color: var(--kleur-3);
}

#item {
	font-size: 12px;
	font-weight: normal;
	color: var(--kleur-1);
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
	line-height: 23px;
	position: relative;
	overflow: auto;
}

.buttonTxt img {
	border: 0;
	width: 22px;
	height: 23px;
}

/* Itemlijst stijlen (php/list.php) */
.bodyList {
	margin: 0px;
	padding: 0px;
}


.buttonBody>.buttonBody>div>.buttonTxt {
	width: 100%;
	margin: 4px auto 1px auto;
	display: block;
	border: solid 1px var(--kleur-7);
	background-color: var(--kleur-7);
	color: var(--kleur-1);
	overflow: hidden;
	text-decoration: none;
	line-height: 24px;
	text-align: left;
	font-size: 12px;
	height: 28px;
	cursor: pointer;
	transition: color 0.4s, background-color 0.4s;
	padding: 2px 5px;
}

.buttonBody>div>.buttonTxt:hover {
	color: var(--kleur-3);
	/*background-color: #7e7e7e;*/
	transition: color 0.4s, background-color 0.4s;
	/*text-decoration:underline;*/
}

.buttonBody>div>.buttonTxt:hover .fa,
.buttonBody>div>.buttonTxt:hover .far,
.buttonBody>div>.buttonTxt:hover .fas {
	text-decoration: none !important;
}

.buttonBody>div>.buttonTxt:hover .buttonBody a .far {

	background-color: var(--kleur-4);
	transition: color 0.4s, background-color 0.4s;
}





.linkhead {
	text-decoration: none;
	background-color: var(--kleur-4);
	color: var(--kleur-5);
	width: 100%;
	clear: right;
	padding: 2px 2px;
	font-weight: bold;
	text-transform: capitalize;
}

a:hover {
	text-decoration: none;
	color: var(--kleur-1);
}

a:hover {
	color: var(--kleur-6);
	/* font-weight: bold; */
}

a {
	color: #000000;
	text-decoration: none;
}

.nietPrinten a:hover {
	color: var(--kleur-1);
	font-weight: normal;
}

.link {
	display: block;
	width: 100%;
	padding: 5px 11px;
	color: var(--kleur-1);
	text-decoration: none;
	/* border-bottom: solid 1px var(--kleur-8);
	border-top: solid 1px var(--kleur-8); */
	background: var(--kleur-5);
	transition: color 0.4s, background-color 0.4s;
}

#buttonbarleft>ul>li>span::before {
	content: "\f0d7";
	font-family: "Font Awesome 5 free";
	font-size: 20px;
	display: inline-block;
	padding: 0px 5px 0px 0px;
	margin: -4px 4px 0px 2px;
}

#buttonbar li a::before {
	content: "";
}

#selected,
.link {
	margin-top: 0px;

}

#selected,
.link:hover {
	background-color: var(--kleur-4);
	transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-ms-transition: color 0.1s, background-color 0.1s;
	-o-transition: color 0.1s, background-color 0.1s;
}

.nietPrinten #selected,
.nietPrinten .link:hover {
	background-color: var(--kleur-8);
	/* border: solid 1px var(--kleur-4); */
}

.nietPrinten :disabled {
	opacity: 0.5;
	background-color: var(--kleur-5);
}

#selected strong {
	color: var(--kleur-1);
}

.fileSelect {
	border: solid 1px var(--kleur-4);
	padding: 2px;
	box-shadow: 7px 0px 11px 1px #cbc9c945;
	z-index: 999;
	background-color: var(--kleur-8);
	border: solid 1px var(--kleur-4);
	padding: 2px;
	box-shadow: 7px 0px 11px 1px #cbc9c945;
	position: sticky;
	top: 73px;
	width: 100%;
	left: 0px;
}
.paginationTable {
	/* border: solid 1px var(--kleur-4); */
	padding: 2px;
	box-shadow: 7px 0px 11px 1px #cbc9c945;
	z-index: 999;
	background-color: var(--kleur-8);
	/* border: solid 1px var(--kleur-4); */
	padding: 2px;
	box-shadow: 0px 0px 0px 0px #cbc9c945;
	top: 88px;
	width: 100%;
	left: -15px;
	border-top: 3px solid var(--kleur-5);
	border-radius: 3px;
	height: 40px;
	position:sticky;
	left:0
}

.fileSelect select {
	background-color: var(--kleur-5);
}

.entrySearch {
	background-color: var(--kleur-4);
	padding: 7px;
	/*box-shadow: 0px 0px 5px -2px #0000005c;*/
	margin-top: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.entrySearch input:focus,
.entrySearch select:focus {
	border: 0px solid var(--kleur-4);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 5px 2px 5px 2px;
}

.entrySearch input:focus,
.entrySearch select:focus {
	border: 0px solid var(--kleur-4);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 5px 2px 5px 2px;
	background-color: var(--kleur-5);
	outline-color: transparent;

}

.entrySearchInvoer {
	width: 135px !important;
	background-color: var(--kleur-5);
}

.entrySearchButton {
	width: 60px;
	background-color: var(--kleur-5);
	border: solid 1px var(--kleur-1);
	line-height: 23px;
	text-align: center;
	cursor: pointer;
}

.searchAdvanced label {
	display: inline-block;
	/* width:35%; */
	margin-top: 8px;
	padding-left: 10px;
}

.searchAdvanced input {
	display: inline-block;
	margin-top: 8px;
}

.searchAdvanced input.entrySearchInvoer,
.searchAdvanced select {
	display: inline-block;
	width: 90% !important;
	margin-top: 4px;
	/* display: block; */
}

.searchAdvanced img {
	margin-top: 8px;
}

.searchAdvanced input[type="submit"] {
	width: 100%;
	margin: 10px 0;
}

.uitlegTxt {
	color: var(--kleur-1);
	font-weight: bold;
	padding: 8px;
}

/* Itempagina stijlen (php/page.php) */
.bodyPage {
	background-color: var(--kleur-5);
}

.pageTxt {
	color: var(--kleur-1);
	/*margin-right: 22px;*/
}

.pageTxt input {
	margin-bottom: 10px;
}

.listTxt {
	color: var(--kleur-1);
}

.pageTxtSmall {
	font-weight: normal;
	color: var(--kleur-1);
}

.pageTxtSmall.show_mobile {
	padding-bottom: 5px;
}

.pageTxtError {
	color: #ff0000;
}

.pageTxtUpdate {
	color: var(--kleur-1);
	height: 40px;
	vertical-align: middle;
}

.pageTxtBold,
th {
	color: var(--kleur-1);
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	vertical-align: baseline;
	position: relative;
	/* width: 16%; */
	padding: 0px 24px 2px 0px;
	/* padding-top: 10px !important; */
}

.helpWrapper {
	position: relative;
	z-index: 10;
}

/* .helpWrapper > .help {
	position:absolute;
	top:-1px;
	left:-20px;
} */

.helpWrapper>.help {
	position: absolute;
	top: -2px;
	left: -20px;
	color: var(--kleur-6);
}

.fancyEditTd .helpWrapper>.help {
	position: static;

}

.sub_table_container .helpWrapper>.help {
	position: absolute;
	top: -10px;
	left: -26px;
	color: var(--kleur-6);
}

.pageTxtLink {
	color: var(--kleur-1);
	text-decoration: underline;
}

.pageWysiwyg {
	background-color: var(--kleur-8);
	margin: 1px 1px 1px 1px;
}

.colorbody {
	background-color: var(--kleur-3);
}

.buttonBody input {
	width: 100px;
	height: 21px;
	background-color: var(--kleur-5);
	border-width: 1px 0;
	padding: 0;
	margin: 1px 0;
	border-color: var(--kleur-1);
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s;
	-ms-transition: color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, background-color 0.4s;
}

.buttonBody input:hover {
	background-color: var(--kleur-1);
	color: var(--kleur-5);
	transition: color 0.4s, background-color 0.4s;
}

.buttonBody input[type="radio"],
.buttonBody input[type="checkbox"] {
	width: auto !important;
	margin-right: 5px;
	height: 15px;
}

.buttonBody .pageTxt {
	line-height: 15px;
	font-size: 11px;
}

.pageTxt a {
	color: var(--kleur-2);
}

.buttonBody td,
.buttonBody table {
	padding-left: 0;
	margin-left: 0;
	border-spacing: 0px;
}

.buttonImg {
	display: block;
	width: 22px;
	background-color: var(--kleur-3);
}

.dividerBottom {
	border-top: 1px solid var(--kleur-4);
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
}


.dividerBottom {
	padding-top: 8px;
	padding-bottom: 5px;
	min-height: 28px !important;
}

.tableColumnDt:nth-child(odd) {
	/* background-color: var(--kleur-8); */

}

.sub_table_container td.dividerBottom {
	border-top: 1px solid var(--kleur-4);
	border-bottom: 0;
	border-left: 1px solid var(--kleur-4);
	padding-left: 13px;
}

/* Formstijlen */
form {
	/* margin: 41px; */
	/* padding: 0px; */
	/* margin-top: 0vh; */
	/* display: flex; */
	/* justify-items: center;
	align-content: center; */
	justify-content: space-around;
	align-items: flex-end;
	flex-direction: row;
}

#formulierSearch br {
	height: 5px;
}

input,
select {
	color: var(--kleur-1);
	background-color: var(--kleur-5);
	/* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: 100%;
    min-height: 26px;
	padding-left: 5px;
	font-size: var(--font-l);
}

textarea {
	color: var(--kleur-1);
	background-color: var(--kleur-5);
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.cinput {
	background-color: var(--kleur-5);
}

input.radio,
input.checkbox,
input[type="radio"],
input[type="checkbox"] {
	color: var(--kleur-2);
	background-color: transparent;
	border: 0 !important;
}

input[type="radio"] {
	box-shadow: none;
	margin-right: 3px;
	margin-top: 2px;
	margin: -5px 3px 0px 0px;
}

.radiodiv input[type="radio"] {
	float: left;
}

.radiodiv {
	height: 28px;
}

label.radiolabel {
	display: inline-block;
}

.fileplaceholder {
	margin: 10px 10px 10px 20px;
	border: 0px;
}

.placeholder {
	background-color: var(--kleur-8);
	border: solid 1px var(--kleur-7);
	opacity: 1 !important;
	cursor: pointer;
}

/*	Stijl voor zoek resultaten */
.search {
	color: var(--kleur-1);
}

/*	Stijl voor formulieren */
#extraOpmerkingSpan {
	color: #990000;
}

.formulieren_table img {
	font-size: 1px;
}

.formulieren_table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.formulieren_table select {
	cursor: pointer;
}

.plusWaardeImg {
	margin-top: 2px;
}

table.form_results_table {
	width: 100%;
	font-weight: normal;
	color: var(--kleur-1);
}

table.form_results_table th {
	vertical-align: top;
}

table.form_results_table td {
	vertical-align: top;
}

table.form_results_table tr.row1 th.cell1 {
	background-color: var(--kleur-5);
}

table.form_results_table tr.row1 th.cell2 {
	background-color: var(--kleur-5);
}

table.form_results_table tr.row1 td.cell1 {
	background-color: var(--kleur-5);
}

table.form_results_table tr.row1 td.cell2 {
	background-color: var(--kleur-5);
}

table.form_results_table tr.row2 td.cell1 {
	background-color: var(--kleur-5);
}

table.form_results_table tr.row2 td.cell2 {
	background-color: var(--kleur-5);
}

table.form_results_table th div.formtext2 {
	padding: 2px;
}

table.form_results_table td div.formtext,
table.form_results_table td div.formtext2 {
	padding: 3px;
}

table.form_results_table div.formtext2 {
	text-align: center;
}

table.form_results_table td {
	padding-top: 3px;
	border-top: solid 1px var(--kleur-8);
}

table.form_results_table td .far {
	margin: 3px 0px 0px 0px !important;
}

table.form_results_table td a {
	color: var(--kleur-1);
}

table.form_results_table td a:hover {
	color: var(--kleur-3);
}

table.form_results_table th {
	padding-top: 3px;
	padding-bottom: 3px;
}

table.form_results_details_table {
	font-weight: normal;
	color: var(--kleur-1);
	margin: 10px 0px 0px 14px;
}

table.form_results_details_table th div {
	white-space: nowrap;
}

table.form_results_details_table td,
table.form_results_details_table th {
	text-align: left;
	vertical-align: top;
	padding-right: 28px;
}

/*	Stijl voor de google maps */
#map {
	width: 500px;
	height: 300px;
}

#height100 {
	margin: 0 auto;
	padding-top: 60px;
	background-color: var(--kleur-5);
	width: 85%;
	height: auto;
}

section {
	margin: 0 auto;
	padding-top: 0px;
	background-color: var(--kleur-5);
	width: 100%;
	height: auto;
}

/*	Stijlen voor module */
.bodyCat {
	margin: 0px;
	background-color: var(--kleur-3);
	margin: 0px;
}

a.topmenu {
	color: var(--kleur-5);
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: var(--kleur-2);
	border: 1px solid var(--kleur-4);
	padding: 3px;
	text-align: center;
	margin-right: 10px;
	transition: color 0.4s, background-color 0.4s;
}

a.topmenu:hover {
	color: var(--kleur-3);
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: var(--kleur-2);
	border: 1px solid var(--kleur-4);
	padding: 3px;
	text-align: center;
	transition: color 0.4s, background-color 0.4s;
}

.menuTabel {
	background-color: var(--kleur-8);
	padding: 2px 2px 2px 3px;
	margin-bottom: 1px;
	height: 18px;
}

.menuImg {
	background-color: var(--kleur-7);
	border: solid 1px var(--kleur-1);
	float: left;
}

a.menulinkpagina:link,
a.menulinkpagina:visited {
	color: var(--kleur-1);
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	transition: color 0.4s, background-color 0.4s;
}

a.menulinkpagina:hover {
	color: var(--kleur-4);
	transition: color 0.4s, background-color 0.4s;
}

a.menuboldpagina:link,
a.menuboldpagina:visited {
	color: var(--kleur-2);
	font-weight: normal;
	text-decoration: underline;
	vertical-align: middle;
}

a.menuboldpagina:hover {
	color: var(--kleur-4);
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
}

a.menuboldcategorie:link,
a.menuboldcategorie:visited {
	color: var(--kleur-1);
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
	width: 100%;
	transition: color 0.4s, background-color 0.4s;
}

a.menuboldcategorie:hover {
	color: var(--kleur-4);
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
}

a.menulinkcategorie:link,
a.menulinkcategorie:visited {
	color: var(--kleur-2);
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	transition: color 0.4s, background-color 0.4s;
}

a.menulinkcategorie:hover {
	color: var(--kleur-4);
	transition: color 0.4s, background-color 0.4s;
}

ul.menu {
	padding-left: 10px;
	padding-top: 0px;
	color: var(--kleur-3)
}

:disabled {
	border-style: inherit;
	border-color: #ff000000;
	opacity: 0.5;
	background-color: var(--kleur-8);
}

.appel {
	display: none;
}

#buttonbar2 {
	position: relative;
	height: 26px;
	width: 100%;
	margin-left: 15px;
}

#buttonbar2 a {
	display: inline-block;
	/*float:left;
	*/
	padding: 0px 8px;
	height: 26px;
	line-height: 26px;
	border-left: solid 2px var(--kleur-8);
	border-right: solid 1px var(--kleur-4);
	font-weight: bold;
	color: var(--kleur-5);
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s;
	-ms-transition: color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, background-color 0.4s;
}

#buttonbar2 a:hover {
	color: var(--kleur-2);
	background-color: var(--kleur-8);
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s;
	-ms-transition: color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, background-color 0.4s;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: var(--kleur-2);

}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
select,
select[size],
select[multiple],
select[size][multiple] {
	width: 100%;
	border-top: solid 1px var(--kleur-7);
	border-left: solid 1px var(--kleur-7);
	border-right: solid 1px var(--kleur-7);
	border-bottom: solid 1px var(--kleur-7);
	/* height: 26px; */
	height: 100%;
    min-height: 26px;
}

textarea {
	width: 100%;
	border-top: solid 1px var(--kleur-7);
	border-left: solid 1px var(--kleur-7);
	border-right: solid 1px var(--kleur-7);
	border-bottom: solid 1px var(--kleur-7);
	padding-left: 5px;
}

select[multiple],
select[size][multiple] {
	margin-bottom: 5px;
}

input[type="button"] {
	border: solid 1px var(--kleur-1);
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: var(--kleur-1);
}

input:not([type="image"]) {
	border-top: solid 1px var(--kleur-4);
	border-left: solid 1px var(--kleur-4);
	border-right: solid 1px var(--kleur-4);
	border-bottom: solid 1px var(--kleur-4);
}

input[type="submit"] {
	/* border: solid 1px var(--kleur-1); */
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: var(--kleur-1);
	background-color: var(--kleur-5);
	box-shadow: 2px 2px 9px -3px #00000091;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

input[type="submit"]:hover {
	background-color: var(--kleur-2);
	color: var(--kleur-5);

}

.treeview {
	background-color: var(--kleur-8);
	padding-top: 20px;
}

.treeview a {
	white-space: normal;
}

.treeview li {
	padding: 0px 0pt 0px 16px !important;
}

/* .klantenkeuze{
	background-color: cadetblue;
} */
.klantenkeuze span {
	white-space: nowrap;
}

.klantenkeuze select {
	/* width: auto; */
	width: 132px;
}

.klantenkeuze:hover>form>span {
	color: var(--kleur-1) !important;
	cursor: default;
}

.klantenkeuze:hover>form>span>select {
	cursor: pointer !important;
}

.asterisk {
	color: #ff0000;
	font-size: calc(var(--font-l) + 5px);
	padding-left: 4px;
	
}

/* ► menu rechts */


.buttonBody label {
	/* background: #A5D6A7; */
	padding: 0.5rem 12px 0px 5px;
	display: none;
}

/* ◄ menu rechts */

/* for 1200px or less */
@media screen and (max-width:1200px) {
	#height100 {
		margin-left: auto;
		margin-right: auto;
		background-color: var(--kleur-5);
		width: 970px;
		height: 100%;
	}

	.fancyContener .button_moveleft {
		transform: rotate(90deg) translate(-22px, -38px);
		-webkit-transform: rotate(90deg) translate(-22px, -38px);
		-moz-transform: rotate(90deg) translate(-22px, -38px);
		-ms-transform: rotate(90deg) translate(-22px, -38px);
		-o-transform: rotate(90deg) translate(-22px, -38px);
	}


	.fancyContener .button_moveright {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		margin-top: 50px;
	}

	.fancyContener .button_moveleft {
		transform: rotate(0deg) translate(0px, 12px);
		-webkit-transform: rotate(0deg) translate(0px, 12px);
		-moz-transform: rotate(0deg) translate(0px, 12px);
		-ms-transform: rotate(0deg) translate(0px, 12px);
		-o-transform: rotate(0deg) translate(0px, 12px);
	}

}

@media (max-width: 991px) {
	.splitter {
		display: none;
	}

	input#show-menuR[type=checkbox]~.menuR {
		display: none;
	}

	input#show-menuR[type=checkbox]:checked~.menuR {
		display: inline-block;
		float: none;
	}

	.buttonBody label.show-menuR {
		display: block;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.logoVersion {
		transform: scale(0.6);
	}
}


table.setChangeFlag {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1px;
}

table.setChangeFlag td {
	padding: 5px;
	/* padding-top: 10px; */

}

table.nospace td {
	text-align: left;
	vertical-align: top;
}

table.nospace {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.nospace>tr>td,
table.nospace>tr>th {
	padding: 0;
	vertical-align: top;
}

table.debugging {

	width: 90%;
	margin: 10px auto;
	font-weight: normal;
	font-size: 14px;
	color: var(--kleur-1);
	min-width: 800px;
	word-break: break-all;
}

table.debugging tr {
	border: 1px solid var(--kleur-4);
}

table.debugging tr>td.debug_head {

	font-weight: bold;
	color: var(--kleur-5);
	padding: 8px;
	font-size: 15px;
}

table.debugging table {
	width: 100%;
}

table.debugging table td {
	border: 1px solid var(--kleur-8);
	width: 70%;
	padding: 4px;
}

table.debugging table td:first-child {
	background-color: var();
	width: 29%;
}

.dividerBottom .pageTxt li {
	list-style-position: inside;
}

.replace_file .placeholder {
	border: solid 1px var(--kleur-4) !important;
	max-width: 150px;
	cursor: pointer;
}

#veldTbody td {
	padding: 4px;
	border-right: solid 1px var(--kleur-4);
	border-bottom: solid 1px var(--kleur-4);
}

#veldTbody {
	border-top: solid 1px var(--kleur-4);
	border-left: solid 1px var(--kleur-4);
	margin-top: 4px;
}

#veldTbody td[id^='veldknopTd']>a>i {
	margin: 0;
}

#voegNieuwVeldToeButton,
#bewerkVeldButton,
#voegVeldToeButton,
input.replace_file,
.standaardknop {
	background-color: var(--kleur-4);
	color: var(--kleur-1);
	font-size: var(--font-l);
	font-weight: normal;
	line-height: 20px;
	height: 25px;
	border: solid 1px var(--kleur-2);
	text-align: left;
	cursor: pointer;
	margin-left: 0;
	/* margin-right: 10px; */
	transition: color 0.3s, background-color 0.2s;
	-webkit-transition: color 0.3s, background-color 0.2s;
	-moz-transition: color 0.3s, background-color 0.2s;
	-ms-transition: color 0.3s, background-color 0.2s;
	-o-transition: color 0.3s, background-color 0.2s;
}

#voegNieuwVeldToeButton:hover,
#bewerkVeldButton:hover,
#voegVeldToeButton:hover,
input.replace_file:hover,
.standaardknop:hover {
	color: var(--kleur-5);
	background-color: var(--kleur-2);
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s;
	-ms-transition: color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, background-color 0.4s;
}

#voegNieuwVeldToeButton {
	float: left;
}

#bewerkVeldButton {
	float: left;
}

#voegVeldToeButton {
	float: left;
}

#listTD,
menu {
	vertical-align: top;
	/*	padding-top:60px;*/
}

.dummy {
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	/* border-bottom:solid 1px #464646; */
}

#fakeforfileuploaddiv {
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

/*.modal-iframe-container iframe{
	background-color:var(--kleur-5);
}*/
.module_extra_div {
	display: none;
}

div.mce-tinymce.mce-container {
	width: 98.32%
		/* 16% (first column) + (98% (default width input field 2nd column) of 84% (2nd column)) = 98.32% */
}

.fancy_help {
	padding: 10px;
	overflow: hidden;
	background-color: var(--kleur-4);
}

.fancy_help table {
	margin: 0 auto;
	width: 900px;
}

.fancy_help th,
.fancy_help td {
	border-right: 1px solid var(--kleur-1);
	border-bottom: 1px solid var(--kleur-1);
}

.fancy_help tr:nth-child(2) td,
.fancy_help tr:nth-child(2) td {
	padding: 0;
	border-spacing: 0;
}

.fancy_help td:first-child,
.fancy_help th:first-child {
	border-left: 1px solid var(--kleur-1);
}

.fancy_help textarea {
	width: 98%;
	resize: none;
}

.fancy_help input {
	width: 80px;
	margin: 0;
}

.sub_table_container {
	width: 100%;
	overflow-x: scroll;
}

.sub_table_container table {
	width: 100%;
	position: relative;
	/*table-layout: fixed;*/
}

/* width */
.sub_table_container::-webkit-scrollbar {
	width: 20px;
}

.fancyEditTd::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.sub_table_container::-webkit-scrollbar-track {

	border-radius: 15px;
	background: var(--kleur-5);
}

.sub_table_container::-webkit-scrollbar-thumb {
	background: var(--kleur-7);
}

.sub_table_container::-webkit-scrollbar-thumb:hover {
	background: var(--kleur-2);
}

.sub_table_container tr:first-child td,
.sub_table_container tr:first-child:hover td,
.sub_table_container tr:first-child:hover td:hover,
.sub_table_container tr:last-child td,
.sub_table_container tr:last-child:hover td,
.sub_table_container tr:last-child:hover td:hover {
	/* background-color: var(--kleur-4); */
	text-align: center;
	font-weight: bold;
	/* padding: 3px; */
	vertical-align: middle;
	border-top: solid 1px var(--kleur-8);
	border-bottom: solid 1px var(--kleur-8);
	/* padding-bottom: 2px; */
	/* background: linear-gradient(180deg, var(--kleur-5) 0%, var(--kleur-) 103%); */
}

.sub_table_container tr:first-child .fancy_edit .fas,
.sub_table_container tr:first-child .fancy_edit .far,
.sub_table_container tr:last-child .fancy_edit .fas,
.sub_table_container tr:last-child .fancy_edit .far {
	margin: 2px 18px 0px 0px !important;
}

.sub_table_container td:first-child {

	text-overflow: inherit;
}

.sub_table_container td:first-child a {
	text-decoration: none;
	/*padding: 1px;
	width: 18px;*/
}

.sub_table_container td .fas,
.sub_table_container td .fa,
.sub_table_container td .far {
	display: inline-block;
	line-height: 30px;
	margin: 0px !important;
	padding: 2px 2px !important;
}

.sub_table_container td a:hover .fas,
.sub_table_container td a:hover .fa,
.sub_table_container td a:hover .far {
	color: var(--kleur-3) !important;
	transition: color 0.4s, background-color 0.4s;
}

.sub_table_container td:first-child a img {
	width: 16px;
}

.sub_table_container tr td p {
	margin: 0 !important;
}

/* .sub_table_container tr.copied td,
.sub_table_container tr:hover td {
		background-color: var(--kleur-4); 
		transition: color 0.4s, background-color 0.4s; 
} */





.sub_table_container tr td:first-child {
	width: 140px;
	min-width: 140px;
}

.sub_table_container tr td.editknoppen a {
	width: 21px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}

.sub_table_container td[data-type="text"],
.sub_table_container td[data-type="foreign"] {
	padding-top: 9px !important;
}

.sub_table_container tr:hover td:hover {
	transition: color 0.4s, background-color 0.4s;
}

.sub_table_container tr:hover td select {
	background-color: var(--kleur-8);
	transition: background-color 0s;
}

.sub_table_container tr:hover td:hover select {
	background-color: var(--kleur-7);
	transition: background-color 0s;
}

.ui-tooltip,
.arrow:after {
	background: var(--kleur-7);
	border: 1px solid var(--kleur-2);
}

.ui-tooltip {
	padding: 10px 10px;
	color: var(--kleur-5);
	border-radius: 0px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	box-shadow: 0 0 1 2px var(--kleur-1);
	display: block;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 0 0 0 0px var(--kleur-1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

th a.asc,
th a.desc {
	display: inline;
	text-decoration: none;
	cursor: pointer;
	/* position: absolute; */
	right: 27px;
	top: 0px;

	font-size: 16px;
	color: var(--kleur-4);
	transition: color 0.4s, background-color 0.4s;
}

th a.desc {
	right: 10px;
}

th a.asc.selected,
th a.desc.selected,
th a.asc:hover,
th a.desc:hover {
	color: var(--kleur-3);
	transition: color 0.4s, background-color 0.4s;
}

th .labelAscDesc {
	padding-right: 8px;
	position: relative;
	padding-left: 4px;
}
.fancyEditTd th .labelAscDesc {
	padding: 0px 0px 0px 15px;
}
/* .fancyEditTd:has([data-subtable]) th .labelAscDesc { */
	/* white-space:normal; */
/* } */

th.nietvast {
	padding-right: 15px;
}

th.groot100 {
	width: 100% !important;
}
.cmsTaalSelect {
    width: 100%;
    /* display: inline-block; */
    background-color: var(--kleur-8);
    border: solid 1px var(--kleur-4);
    margin-bottom: 15px;
    /* margin-top: 15px; */
    /* box-shadow: 0px 0px 3px 0px #0000005c; */
    display: flex;
    align-content: center;
    align-items: center;
}
.cmsTaalSelect span {
	display: inline-block;
	width: 48px;
	margin: 10px 5px 10px 20px;
}

.cmsTaalSelect select {
	display: inline-block;
	/*width:124px;*/
	width: calc(100% - 100px) !important;
	/* height: 20px; */
	margin: 10px 10px 10px 5px;
	background-color: var(--kleur-5);
}

#multiple_up,
.multiple_up,
#multiple_down,
.multiple_down {
	font-size: var(--font-l);
	font-weight: bold;
	color: var(--kleur-1);
	padding: 0 40px 0 0;
	cursor: pointer;
}

#multiple_up i,
.multiple_up i,
#multiple_down i,
.multiple_down i {
	font-size: 18px;
	color: var(--kleur-2);
	padding: 2px 7px 2px 0px;
	cursor: pointer;
	transition: color 0.4s, background-color 0.4s;
}

#multiple_up:hover i,
.multiple_up:hover i,
#multiple_down:hover i,
.multiple_down:hover i {
	color: var(--kleur-3);
	transition: color 0.4s, background-color 0.4s;
}

.multi_select .multiple_up,
.multi_select .multiple_down {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	font-size: 32px;
	color: var(--kleur-5);
	background-image: none;
	box-sizing: border-box;
	text-shadow: 0px 1px 1px var(--kleur-8);
}

table.multi_select {
	width: 98%;
	background-color: var(--kleur-8);
	white-space: nowrap;
	table-layout: fixed;
	margin-bottom: 15px;
}

table.multi_select td {
	padding: 4px;
}

table.multi_select table {
	width: 100%;
	background-color: var(--kleur-8);
	white-space: nowrap;

}

table.multi_select input {
	width: 40%;
	box-sizing: border-box;
	margin: 0;
	font-size: 20px;
	border: 3px solid var(--kleur-4);
	background-color: var(--kleur-5);
	color: var(--kleur-4);
	margin: -6px 4% 0 4%;
}

td.multi_buttons {
	text-align: center;
}

table.multi_select input:hover {
	background-color: var(--kleur-4);
	color: var(--kleur-5);
	outline: none;
}

table.multi_select select {
	background-color: var(--kleur-8);
	outline: none;
	margin: 0 2px 0 3px;
	box-sizing: border-box;
	width: 99.5%;
}

table.multi_select select option:active {
	background-color: var(--kleur-4);
}

table.multi_select input[type=button] {
	border-right: solid 1px var(--kleur-7) !important;
	border-bottom: solid 1px var(--kleur-7) !important;
	border-top: solid 1px var(--kleur-8) !important;
	border-left: solid 1px var(--kleur-8) !important;
	cursor: pointer;
}


select[name$="_uren"],
select[name$="_minuten"],
select[name$="_seconden"] {
	width: 50px;
	float: left;
}

select[name$="_uren"]+span,
select[name$="_minuten"]+span {
	width: 10px;
	float: left;
	text-align: center;
	font-weight: bold;
}

table.report th {
	text-align: center;
	background-color: var(--kleur-8);
}

table.report td {
	background-color: var(--kleur-7);
	text-align: right;
	width: 13% !important;
}

.autocomplete-suggestions {
	border: 1px solid var(--kleur-7);
	background: var(--kleur-8);
	overflow: auto;
	width: 300px !important;
	z-index: 1400;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: var(--kleur-5);
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: var(--kleur-3);
}

ul.cmsIndelingen {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	display: inline;
}

ul.cmsIndelingen>li {
	display: inline-block;
	width: 17%;
	height: 120px;
	background-color: var(--kleur-8);
	border: 1px solid var(--kleur-7);
	margin: 5px;
	padding: 5px;
	text-align: center;
}

ul.cmsIndelingen ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	display: inline;
}

ul.cmsIndelingen li li {
	float: left;
	display: block;
	background-color: var(--kleur-8);
	border: 1px solid var(--kleur-7);
	margin: 5px;
	padding: 0;
	box-shadow: 2px 2px 1px 1px rgba(20, 20, 20, 0.1);
	cursor: pointer;
}

ul.cmsIndelingen li li:hover {
	background-color: var(--kleur-3);
	border: 1px solid var(--kleur-3);
}

ul.cmsIndelingen li:not([class*=selected]):hover li {
	background-color: var(--kleur-3);
	border: 1px solid var(--kleur-3);
}

ul.cmsIndelingen ul.standard li {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

ul.cmsIndelingen ul.row-standard li {
	width: calc(100% - 12px);
	height: calc(75% - 12px);
}

ul.cmsIndelingen ul.two-rows li {
	width: calc(100% - 12px);
	height: calc(25% - 12px);
}

ul.cmsIndelingen ul.two-rows li.main {
	height: calc(75% - 12px);
}

ul.cmsIndelingen ul.two-columns li {
	width: calc(25% - 12px);
	height: calc(100% - 12px);
}

ul.cmsIndelingen ul.two-columns li.main {
	width: calc(75% - 12px);
	height: calc(100% - 12px);
}

ul.cmsIndelingen ul.three-rows li {
	width: calc(100% - 12px);
	height: calc(25% - 12px);
}

ul.cmsIndelingen ul.three-rows li.main {
	height: calc(50% - 12px);
}

ul.cmsIndelingen ul.three-columns li {
	width: calc(25% - 12px);
	height: calc(100% - 12px);
}

ul.cmsIndelingen ul.three-columns li.main {
	width: calc(50% - 12px);
}

ul.cmsIndelingen ul.row-two-columns li:first-child,
ul.cmsIndelingen ul.row-standard li:first-child {
	height: calc(25% - 12px);
	width: calc(100% - 12px);
}

ul.cmsIndelingen ul.row-two-columns li {
	width: calc(25% - 12px);
	height: calc(75% - 12px);
}

ul.cmsIndelingen ul.row-two-columns li.main {
	width: calc(75% - 12px);
	height: calc(75% - 12px);
}

ul.cmsIndelingen ul.two-columns-row li:last-child {
	height: calc(25% - 12px);
	width: calc(100% - 12px);
}

ul.cmsIndelingen ul.two-columns-row li {
	width: calc(25% - 12px);
	height: calc(75% - 12px);
}

ul.cmsIndelingen ul.two-columns-row li.main {
	width: calc(75% - 12px);
	height: calc(75% - 12px);
}

ul.cmsIndelingen li ul li p {
	display: none;
}

ul.cmsIndelingen li.selected ul li p {
	display: block;
}

ul.cmsIndelingen li.selected ul.standard li,
ul.cmsIndelingen li.selected ul.two-columns li,
ul.cmsIndelingen li.selected ul.three-columns li {
	line-height: 190px;
	vertical-align: middle;
}

ul.cmsIndelingen li.selected ul.row-two-columns li,
ul.cmsIndelingen li.selected ul.two-columns-row li,
ul.cmsIndelingen li.selected ul.two-rows li.main,
ul.cmsIndelingen li.selected ul.row-standard li.main {
	line-height: 130px;
	vertical-align: middle;
}

ul.cmsIndelingen li.selected ul.three-rows li.main {
	line-height: 75px;
	vertical-align: middle;
}

ul.cmsIndelingen li.selected ul.row-two-columns li.row,
ul.cmsIndelingen li.selected ul.two-columns-row li.row,
ul.cmsIndelingen li.selected ul.row-standard li.row {
	line-height: 20px;
	vertical-align: middle;
}

ul.cmsIndelingen>li {
	width: 17% !important;
	height: 120px !important;
}

ul.cmsIndelingen>li.selected {
	display: inline-block !important;
	width: 300px !important;
	height: 225px !important;
}

#resetLayout {
	border: 1px solid var(--kleur-7);
	background-color: var(--kleur-8);
	text-decoration: none;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	color: var(--kleur-2);
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	font-size: 15px;
	text-align: center;
}

#resetLayout:hover {
	background-color: var(--kleur-4);
}

.blockTitle td {
	cursor: pointer;
}

@media only screen and (min-width: 1200px) {
	input[type="button"] {
		margin: 15px 15px 15px 0px;
	}
}

select[multiple],
select[size][multiple],
select.selectModule {
	height: 190px;
	width: 24vw;
	padding: 5px;
}

@media only screen and (max-width: 1600px) {

	select[multiple],
	select[size][multiple],
	select.selectModule {
		height: 190px;
		width: 17vw;
	}
}

@media only screen and (max-width: 1200px) {

	select[multiple],
	select[size][multiple],
	select.selectModule {
		/* width: 40vw; */
		width: 100%
	}
}

@media only screen and (max-width: 991px) {

	select[multiple],
	select[size][multiple],
	select.selectModule {
		width: 98%;
	}
}

.cmsIndelingenContainer {
	text-align: center !important;
}

tr.blockTitle td {
	background-color: var(--kleur-8);
	border: 1px solid var(--kleur-7);
}

tr.blockTitle td:hover {
	background-color: var(--kleur-3);
}

#veldTbody .veldImage {
	padding: 1px 2px;
	cursor: pointer;
}

#veldTbody .veldImage i,
.sub_table_container i,
.plusWaardeImg i {
	padding: 2px;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.4s, background-color 0.4s;
}

.fm_utils,
.imgDel,
.form_results_table i,
.st_plus,
.list_right_buttons i.fa {
	padding: 2px;
	font-size: 16px !important;
	cursor: pointer;
	color: var(--kleur-2);
	transition: color 0.4s, background-color 0.4s;
}

.st_plus {
	color: var(--kleur-1);
}

.list_right_buttons {
	border-top: 1px solid var(--kleur-4);
	z-index: 99;
}

.list_right_buttons a {
	text-decoration: none;
	width: 21px;
	padding: 0px 20px 0 0;
}
.list_right_buttons button {
	text-decoration: none;
	width: 21px;
	padding: 20px 15px 15px 0px;
}

.list_right_buttons a .far,
.list_right_buttons a .fas {
	margin: 0px 0px 0px 0px !important;
}
.BtnDeleteFancy{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
tr.tableColumnDt.tableColumnDtFancy td {
    padding: 15px 15px 15px 15px;
}
.fm_utils:hover,
#veldTbody .veldImage:hover i,
.sub_table_container a:hover i,
.plusWaardeImg:hover i,
.imgDel:hover,
.form_results_table i:hover,
.st_plus:hover,
.list_right_buttons a:hover i.far {
	padding: 2px;
	font-size: 16px;
	color: var(--kleur-3);
	transition: color 0.4s, background-color 0.4s;
}

.fa-calendar:hover {
	color: var(--kleur-3);
	transition: color 0.4s, background-color 0.4s;
}

.veldTd {
	cursor: pointer;
	height: 16px;
}

.form_tiny {
	width: 622px;
	height: 200px;
}

.fa-question-circle {
	font-size: 16px !important;
	color: var(--kleur-6);
}

.fm_utils i {
	width: 18px;
	height: 18px;
}



.taal_select {
	padding-left: 0;
	width: 98%;
}

.taal_select li {
	background-color: transparent;
	margin: 1px;
	list-style-type: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 12px 0px 12px 0px;
}

.taal_select li img {
	display: inline-block;
	margin: 5px;
}

.taal_select li input {
	display: inline-block;
	width: 100%;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 30px;
	margin-left: 0;
}

.fancyContener {
	margin: 18px;
}

html.fancyedit .setChangeFlag {
	width: calc(100% - 1px);
}

.taal_select div.mce-tinymce.mce-container {
	width: 100%
}

.relative .taal_select {
	width: 100%;
}

.wysiwyglang {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wysiwyglang label {
	display: block
}

.wysiwyglang label img {
	width: 20px;
	height: 12px;
	margin: 0 0 10px 1px;
}


ul.vertalingen {
	list-style: none;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

ul.vertalingen li.vertaling {
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	margin-bottom: 4px;
}

ul.vertalingen li.vertaling:last-child {
	margin-bottom: 0px;
}

ul.vertalingen li.vertaling img.vlag {
	position: absolute;
	left: 0px;
	top: 1px;
}

#editFormulier td input.set_taal {
	/* width: calc(98% - 36px); */
	box-sizing: border-box;
}

#editFormulier td a.buttonToggle,
#editFormulier td a.buttonToggle2 {
	width: 29px;
	height: 20px;
	display: inline-block;
	margin-left: 7px;
	margin-top: 2px;
}

#editFormulier td a.buttonToggleWysiwyg,
#editFormulier td a.buttonToggleWysiwyg2 {
	position: absolute;
	width: 29px;
	height: 20px;
	display: block;
	left: calc(98% - 31px);
	top: -24px;
	z-index: 1;
}

#editFormulier td a.buttonToggle img,
#editFormulier td a.buttonToggle2 img,
#editFormulier td a.buttonToggleWysiwyg img,
#editFormulier td a.buttonToggleWysiwyg2 img {
	width: 29px;
	height: 20px;
}

#editFormulier .overallLangChange .language-select {
	padding: 0 0 0 12px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	color: var(--kleur-1);
	top: 6px;
	position: relative;
}

#editFormulier .overallLangChange .language-select:hover,
#editFormulier .overallLangChange .language-select.active {
	opacity: 1;
}

#editFormulier .overallLangChange .language-select img {
	vertical-align: baseline;
}

tr.overallLangChange {
	user-select: none;
	box-shadow: rgb(0 0 0 / 15%) 0px 0px 0px;
}

tr.overallLangChange input,
select {
	box-shadow: rgb(0 0 0 / 15%) 0px 0px 0px;
}

.relative {
	position: relative;
	width: 86vw;
}

.fancyEditTd .relative {
	/* width:100%; */
}

.hideImportant {
	display: none !important;
}

.setChangeFlag tr {

	border-left: solid 0px var(--kleur-1);
	border-right: solid 0px var(--kleur-1);
	background-color: var(--kleur-5);

}

.setChangeFlag tr:first-child {
	border-left: solid 0px var(--kleur-1);
	border-right: solid 0px var(--kleur-1);
	border-bottom: solid 0px var(--kleur-1);
}

.setChangeFlag tr:last-child {
	border-bottom: solid 0px var(--kleur-1);
}

.topShopLine td {
	border-top: 1px solid var(--kleur-4);
}

.topShopLine2 td {
	border-top: 2px solid var(--kleur-8);
}

.sub_table_container table td {
	padding: 1px;
}

.sub_table_container table td a {
	color: var(--kleur-1);
}

#formulier_css2 {
	height: 687px;
}

.taalKeuze {
	height: 38px;
	line-height: 18px;
	border: solid 1px var(--kleur-8);
	/* background: #efefef57; */
	color: var(--kleur-2);
	padding: 0 9px;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-radius: 5px;
}

.fancyedit .taalKeuze {
	height: 39px;
	line-height: 39px;
	border: solid 1px var(--kleur-7);
	background: var(--kleur-8);
	color: var(--kleur-2);
	padding: 0 15px;
	margin: 0;
	margin-top: -1px;
}

.fancyedit .pageTitel {
	height: 17px;
}

.startDachBg {
	/* background-color: var(--kleur-5) !important; */

	height: fit-content;
	display: contents;
	overflow: scroll;

}

.dash {
	padding-top: 10px !important;
	/* background-color: #f0f0f0 !important; */
	font-weight: bold !important;
	/* margin:50px !important; */
}

#dashboard {
	margin-left: auto;
	margin-right: auto;
}

#dashboard:hover {
	cursor: default;
}

ul.entries.item {
	/* background: white; */
	border-right: 1px solid var(--kleur-7);
}

ul.entries.item:last-of-type {
	border-right: 0px solid var(--kleur-7);

}

.entries.item p {
	padding-top: 10px;
}

#dashboard * {
	box-sizing: border-box;
}

#dashboard ul {
	list-style: none;
}

#dashboard>ul {
	vertical-align: top;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 30%);
}
#dashboard.defaultLayout>ul {
	display: inline-block;
	width: 23.72348782403771%;
	margin: 0.54988216810683%;
}

#dashboard.defaultLayout>ul.fullwidth {
	width: 98%;
	margin: 0.54988216810683%;
	border: solid 1px var(--kleur-1);
	border-left-color: var(--kleur-1);
	border-top-color: var(--kleur-1);
	padding: 10px;
	float: left;
}

#dashboard>ul.halfwidth {
	border: solid 1px var(--kleur-1);
	border-left-color: var(--kleur-1);
	border-top-color: var(--kleur-1);
	padding: 10px;
	float: left;
}

#dashboard>ul>li {
	display: block;
}

#dashboard .dropdown-item.active,
.dropdown-item:active {
	background-color: var(--kleur-4);
	color: var(--kleur-2);
	/*  FONT-WEIGHT: 700; */
	/* letter-spacing: 0.03em !important; */
}

#dashboard .dropdown-item.active,
.dropdown-item:active:before {
	color: var(--kleur-5) !important;
}

#dashboard>ul>li>span {
	display: block;
	background-color: var(--kleur-4);
	color: var(--kleur-2);
	font-size: var(--font-titel-l);
	padding: 12px 20px 10px 20px;
	line-height: 26px;
	transition: color 0.4s, background-color 0.4s;
	box-sizing: border-box;
	min-height: 52px !important;
}

#dashboard .fas,
#dashboard .far {
	margin: 0px 10px 6px 0px !important;
}

#dashboard>ul>li>span .fa {
	font-size: 26px;
	margin-left: -2px;
	margin-right: 15px;
	transition: color 0.4s, background-color 0.4s;
}

#dashboard>ul>li>ul {
	display: block;
	background-color: var(--kleur-5);
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	margin-left: 0;
	padding-left: 0;
}

#dashboard>ul>li>ul>li {
	display: block;
	border-bottom: solid 0px var(--kleur-5);
}

#dashboard>ul>li>ul>li:last-child .dropdown-item {
	border-bottom: 0 !important;
}

#dashboard>ul>li>ul>li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 20px;
	text-decoration: none;
	color: var(--kleur-1);
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	white-space: normal;


}

#dashboard>ul>li>ul>li a:hover {

	color: var(--kleur-3);

}

#dashboard>ul>li>ul>li a::before {
	font-family: "Font Awesome 5 Free";

	content: "\f105";
	position: absolute;
	left: 18px;
	top: 8px;
	width: 15px;
	height: 15px;
	color: var(--kleur-1);
	display: inline-block;
	/* font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style; */
	line-height: 1;
	text-rendering: auto;
	/*transition: color 0.4s, background-color 0.4s;*/
	font-weight: bold;
}

/*#dashboard>ul>li>ul>li a::before,
#dashboard>ul>li>ul>li a:hover::before {
	left: 2px;
	transition: color 0.4s, background-color 0.4s;
}*/




.tox .tox-dialog__body-nav-item--active {
	border-bottom: 2px solid var(--bs-orange) !important;
	color: var(--bs-orange) !important;
	background-color: var(--kleur-5);
}

.tox .tox-dialog__body-nav-item:focus {
	background-color: var(--kleur-5) !important;
}

html.fancybox-lock body {
	overflow: visible !important;
}

html.fancybox-lock .fancybox-overlay {
	z-index: 10000;
}

button .fa,
.buttonTxt .fa,
.fas,
.far {
	/* color: var(--kleur-2); */
	font-size: 22px;
	padding: 0;
	margin: 10px 9px 6px 9px;
}

#editTD .fas,
#editTD .fa,
#editTD .far {
	/* color: var(--kleur-1); */
	font-size: 16px;
	padding: 0;
	margin: 0px 18px 6px 0px;
} 

/* Uitzondering voor omhoog/omlaag pijltjes in de header balk */
#editTD #tableFlix thead th,
#editTD #tableFlix tfoot th {
	& .fas,
	& .fa,
	& .far {
		margin:0;
	}
}

#editTD #dashboard .fas,
#editTD #dashboard .far {
	font-size: 20px;
}




td.test {
	position: relative;
	padding: 0;
}

a.tabs {
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	padding: 8px;
	margin: 0 -2px 0 -2px;
	border: 1px solid var(--kleur-5);
	border-bottom-color: var(--kleur-4);
	text-decoration: none;
	text-align: center;
}

a.tabs.active {
	border: 1px solid var(--kleur-5);
	border-top-color: var(--kleur-4);
	border-left-color: var(--kleur-4);
	border-right-color: var(--kleur-4);
	margin: 0;
	font-weight: bold;
	z-index: 999;
	background-color: var(--kleur-5) !important;
}

a.tabs:hover {
	background-color: var(--kleur-8);
}

span.tabs {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 -2px 0 -2px;
	border: 1px solid var(--kleur-5);
	border-bottom-color: var(--kleur-4);
}

.totals {
	border-top: 1px solid var(--kleur-8);
	padding-top: 5px;
	font-weight: bold;
}

.totals_right {
	border-top: 1px solid var(--kleur-8);
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
}

@media screen and (min-width:577px) and (max-width: 1370px) {
	#dashboard>ul {
		width: 46%;
		margin: 2.21518987341772%;
		margin-left: 0;
		margin-right: 20px;
	}
}

@media screen and (max-width:576px) {
	#dashboard>ul {
		width: 100%;
	}
}

@media screen and (min-width:1111px) {
	#cmsMenu {
		padding-right: 20px;
	}

	.pageTxtBold.dash {
		padding-left: 15px !important;
		padding-top: 10px !important;
	}
}

section.row {
	margin: 20px 0 0 0;
	background-color: var(--kleur-5)
}

.radio,
.checkbox {
	display: inline;
}

#formulierLogin td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: super;
}

.logo img {
	max-width: 300px;
	height: auto;
}

.logoVersion {
	border: 0;
	margin-left: -35px;
	margin-top: 45px;
}

.asterisk {
	color: #ff0000;
}

#formulierLogin>table {
	width: 400px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 30%);
}


/* #formulierLogin input,
#formulierLogin select {
	border:1px solid #002849;
	background-color:#f8f8f8;
} */
#formulierLogin input,
#formulierLogin select {
	border: 0px solid var(--kleur-6);
	background-color: var(--kleur-4);
	/* -webkit-border-radius: 10px 10px 10px 10px; */
	/* border-radius: 4px 21px 5px 1px; */
	/* height: 31px; */
	width: 84%;
	margin-bottom: 13px;
	/* padding: 0px; */
	padding-left: 7%;
	margin-left: 4%;
}

/* tr.displayVoorMob {
				display: flex;
				align-items: center;
				justify-content: space-between;
} */

#formulierLogin input[type=submit] {
	background-color: var(--kleur-8);
	padding: 4px 8px;
	margin: 2px 0 16px 0;
	cursor: pointer;
}

/*-------------------*/
/*------------------------//*/
#formulierLogin input[type=submit]:hover {
	background-color: var(--kleur-7);
}

.alert-warning,
.alert-notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	margin: 5px 5vw;
}

.alert-warning {
	background-color: #ffcc66;
	border: 1px solid #ff8822;
}

.alert-notice {
	background-color: #ffff88;
	border: 1px solid #ffbb22;
}

/*
#formulierLogin td:first-of-type {
	width:160px;
}*/
#formulierLogin td.hr {
	border-top: 1px solid var(--kleur-7);
	height: 24px;
}

#formulierLogin .logo {
	background-color: var(--kleur-5);
	padding: 10px;
	text-align: center;
}

td[contenteditable] {
	background-color: #bbbbbb !important;
	outline: none;
}

.sub_table_container select {
	padding: 4px 1px;
	height: 29px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

.sub_table_container select option {
	padding: 4px 1px;
	height: 29px;
}

.sub_table_container select.linked {
	width: calc(100% - 25px);
}

.logalert-red {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	border: 2px solid #ff0000;
	background-color: rgba(255, 0, 0, 0.2);
}

.logalert-green {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	border: 2px solid #00ff00;
	background-color: rgba(0, 255, 0, 0.2);
}

.error-inline {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.4)) !important;
}

td[data-currency] {
	position: relative;
}

td[data-currency]::before {
	/*	content:"€"; */
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}

.debug_again {
	margin: 10px auto;
}

.debug_again td:first-child {
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 20px !important;
	width: 400px;
	margin: 0;
	padding: 10px;
}

.debug_again td {
	width: 800px;
	margin: 0;
	padding: 10px;
}

.debug_again tr td:first-child {
	color: var(--kleur-1);
	font-weight: bold;
	text-align: right;
}

.debug_again tr.errors td:last-child {
	background-color: rgba(255, 0, 0, 0.3);
}

.debug_again tr.warnings td:last-child {
	background-color: rgba(255, 165, 0, 0.3);
}

.debug_again tr.notices td:last-child {
	background-color: rgba(255, 255, 0, 0.3);
}

.debug_again tr.custom td:last-child {
	background-color: rgba(255, 255, 0, 0.1);
}

/* -----------15-12-2021----------------------- */
.buttonBody a {
	color: var(--kleur-1);
	text-decoration: none;
	/* font-size: 16px; */
	font-weight: 500;
	background: var(--kleur-5);
}

.buttonBody button {
	color: var(--kleur-1);
	text-decoration: none;
	/* font-size: 16.2px; */
	font-weight: 500;
	background: var(--kleur-5);
	text-align: left;
	margin-top: 0px;
	border: none;
	/* margin-left: -6px; */
	/* padding-left: 20px; */
}

.treeview {
	-webkit-overflow-scrolling: touch;
	/* float: left; */
	/*height: 100%;*/

}

.ui-resizable-s {
	bottom: 0 !important;
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {

	.searchAdvanced input[type="submit"] {
		width: 103px;
		margin: 10px 20px;
		border: 1px solid #14213d91;
	}

}




/* ///////////////////////////// */
#listTD::-webkit-scrollbar {
	width: 10px;
	/* width of the entire scrollbar */
}

#listTD::-webkit-scrollbar-thumb {
	/* background-color: var(--kleur-4); */
	border-radius: 20px;

}

.meldingText {
	/* color:red; */
	font-weight: bold;
}

.flexCenter {
	display: flex;
	justify-content: center;
}

.flexCenter a {
	text-decoration: none;
	margin: 8px;
	color: var(--kleur-1);
	transition: color 0.3s;
	/* -webkit-transition: color 0.3s; */
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	/* font-size: 1.2rem; */
	width: 100%;
	text-align: center;
}

.buttonLogIn {
	appearance: none;
	background-color: var(--kleur-5);
	border-width: 0;
	box-sizing: border-box;
	color: var(--kleur-1);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0;
	opacity: 1;
	outline: 0;
	padding: 0.5em 2.2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-rendering: geometricprecision;
	transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-box-shadow: 0 0px 3px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 0px 3px 0 rgb(0 0 0 / 30%);
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 14px;
}



@media only screen and (max-width: 1200px) {
	.catTitle::after {
		margin-top: 0;
		margin-right: 15px;
	}

	/*
	.toggle .dummy::after {
		margin-top: -17px;
		margin-right: 15px;
	}
	*/



	.logInBox td {
		margin: 4px;
	}

	.hidden_mobile {
		display: none;
	}

	.show_mobile {
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	.show_mobile {
		display: none;
	}
}

.logInBox input:focus {
	outline: none;
	border: 1px solid var(--kleur-7);
	background-color: var(--kleur-8);
}

#formulierLogin input:focus {

	background-color: var(--kleur-7);
	/* opacity: 0.6; */

}

.buttonLogIn:before {
	animation: opacityFallbackOut .5s step-end forwards;
	backface-visibility: hidden;
	background-color: var(--kleur-3);
	color: var(--kleur-5);
	clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateZ(0);
	transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
	width: 100%;

}

.buttonLogIn:hover:before {
	animation: opacityFallbackIn 0s step-start forwards;
	clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
	color: white;
}

.buttonLogIn:hover {
	color: white;
}

.buttonLogIn:after {
	background-color: var(--kleur-5);
}

.buttonLogIn span {
	z-index: 1;
	position: relative;
}

.underlineHover:after {
	display: block;
	left: 0;
	bottom: -10px;
	width: 0px;
	height: 2px;
	background-color: var(--kleur-3);
	content: "";
	transition: width 0.7s;
	/* padding: 1px; */
	margin-top: 3px;
}

.underlineHover:hover {
	color: var(--kleur-3);
}

.underlineHover:hover:after {
	width: 100%;

}

.logInBox {
	display: grid;
	height: 80vh;
	justify-items: center;
	align-content: space-evenly;
}

/* 7.5.3\onderhoud\title.php ---- 76 script */
#menuHumMob {
	border: 0px solid var(--kleur-4);
	width: 50px;
	/* box-shadow: 0px 0px 1px 0px #00000096; */
	color: var(--kleur-1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	margin: 4px;
	border-radius: 4px
}

.fAwsomIconCont {
	/* position: absolute; */
	width: 50px;
	height: 36px;
	position: relative;
	/* margin: -11px 0px 0px 0px; */
	display: flex;
	justify-content: center;
	align-items: center;

}

.chFaIcon {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin: -14px 0px 0px -10px;
	font-size: 25px;
	width: 50px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transform-origin: 53% 32%;
	color: var(--kleur-2);
}

.chFaIcon:nth-child(2) {
	transform: scale(0);
}




#menuHumMob {
	font-size: 1.4em;
	font-weight: bold;
	font-family: cursive;
	display: none;
}

#menuHumMob,
button {
	background-color: transparent;
}




#dashboard {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 95vw;
	justify-items: end;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0vw;
	/* margin-bottom: 50px; */
}

button.closeMenuButtom {
	display: none;
}

.buttonBody a,
.buttonBody button {
	padding: 9px 0px 0px 10px;
	/* margin-bottom: 0px; */
	/* margin-left: 0px; */
	line-height: 30px;
	border-radius: 0;
}

@media only screen and (max-width: 1400px) {
	#dashboard {
		justify-items: end;
		align-content: center;
		flex-direction: row;
		margin-bottom: 50px;
	}

	.version {
		margin-top: 20%;
	}


	.version {
		display: grid;
		width: 100%;

	}

	.version a {
		box-shadow: 0px 0px 0px 0px #00000000;
	}

	.LogoImgGroot {
		padding: 0px;
		margin-top: 0px;
		max-width: 158px;
	}

	#cmsMenu {
		right: 16px;

	}

	#buttonbarleft {
		padding-right: 22px;
	}

	button .fa,
	.buttonTxt .fa,
	.fas,
	.far {
		/* color: var(--kleur-2); */
		font-size: 16px;
		padding: 0;

	}

	.searchAdvanced input[type="submit"] {
		width: 50%;
		margin: 12px 0;
	}


}

/*@media only screen and (max-width: 1400px)*/
/*------------------end-------------------*/

@media only screen and (min-width: 1400px) {

	.buttonBody button .fa,
	.buttonBody .buttonTxt .fa,
	.buttonBody .fas,
	.buttonBody a .far {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1200px) {

	#treecontrol img {
		padding: 9px 10px 11px 0px;
	}

	table.margin td {
		padding: 8px;
		padding-left: 27px;
	}

	#multiple_up,
	.multiple_up,
	#multiple_down,
	.multiple_down {
		font-size: var(--font-l);
		font-weight: bold;
		color: var(--kleur-1);
		padding: 0 40px 0 0;
		cursor: pointer;
		display: contents;
		/* margin: 20px; */
	}

	#multiple_up i,
	.multiple_up i,
	#multiple_down i,
	.multiple_down i {
		font-size: var(--font-titel-l);
		color: var(--kleur-4);
		padding: 2px 10px 0px 18px;
		cursor: pointer;
		transition: color 0.4s, background-color 0.4s;
	}
}

.LogoImgMob {
	display: none;
}

.inlogdAlsText {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width:920px) {
	.ui-draggable-handle {
		-ms-touch-action: inherit;
		touch-action: inherit;
	}

	#cmsMenu>ul>li>a,
	#cmsMenu>ul>li>span,
	#cmsMenu>ul>li>form {
		float: right;
	}
	#cmsMenu ul {
		padding-left: 0px;
	}
}




@media only screen and (max-width: 790px) {
	#dashboard {
		display: flex;
		width: 95vw;
		justify-items: end;
		align-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -3vw;
		margin-bottom: 50px;
	}

	.select2-drop {
		left: 0px !important;
	}

	#topmenu {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}

#dashboard.gridLayout {
	display:grid;
	margin-left:auto;
	margin-right:auto;
	gap:2rem;
	width:95%;
	margin-bottom:70px;
}
#dashboard.gridLayout > ul {
	width:100%;
	margin:0;
}

#topmenu {
	line-height: 39px;
	display: flex;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	/* width: 100%; */
	margin-right: 10px;
}

/*----------/*/

@media only screen and (max-width: 1400px) {

	.cmsTaalSelect {
		margin-top: 18px;
	}

	.buttonBody .normalLink {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: stretch;
		justify-content: center;
	}



	#buttonbarleft>ul>li>span::before {
		content: "";
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	#buttonbarleft>ul>li>span::after {
		content: "\f0d7";
		font-family: "Font Awesome 5 free";
		font-size: 20px;
		display: inline-block;
		padding: 0px 5px 0px 0px;
		margin: -4px 4px 0px 2px;
	}

	#buttonbar li ul,
	#modules li ul {
		position: absolute;
		left: 30px;
		top: 31px;
		display: none;
		margin: 0 !important;
		/* border: solid 1px #525252; */
		border-top: 0px;
		min-width: 196px;
		background-color: var(--kleur-5);
		transition: color 0.4s, background-color 0.4s;
		box-shadow: 0px 0px 5px 0px #00000073;
	}


	#menuHumMob {
		display: block;
		height: 18px;
		width: 57px;
	}

	.ui-draggable-handle {
		-ms-touch-action: inherit;
		touch-action: inherit;
	}


}

/*------------*/
@media only screen and (max-width: 767px) {


	.LogoImgMob {
		display: none;
	}


	table.margin td {
		padding: 8px;
		padding-left: 10px;
	}


	#cmsMenu {
		right: 4px;
		background-color: #fbfbfb00;
		min-height: -43px;
		display: flex;
		flex-direction: row-reverse !important;
		padding-top: 5px;
		padding-right: 20px;
		align-items: flex-end;
	}

	.pageTitel {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#hoofdcategorie {
		margin-top: 20px;
	}


	.ui-draggable-handle {
		-ms-touch-action: inherit;
		touch-action: inherit;
	}





	.ui-draggable-handle {
		-ms-touch-action: inherit;
		touch-action: inherit;
	}




}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

	#formulierLogin input[type="color"],
	#formulierLogin input[type="date"],
	#formulierLogin input[type="datetime"],
	#formulierLogin input[type="datetime-local"],
	#formulierLogin input[type="email"],
	#formulierLogin input[type="month"],
	#formulierLogin input[type="number"],
	#formulierLogin input[type="password"],
	#formulierLogin input[type="search"],
	#formulierLogin input[type="tel"],
	#formulierLogin input[type="text"],
	#formulierLogin input[type="time"],
	#formulierLogin input[type="url"],
	#formulierLogin input[type="week"],
	#formulierLogin select:focus,
	#formulierLogin textarea {
		font-size: 32px !important;

	}

	#formulierLogin td {
		font-size: 32px !important;

	}

	#cmsMenu>ul>li>a,
	#cmsMenu>ul>li>span,
	#cmsMenu>ul>li>form {
		display: block;
		padding-left: 5px !important;
		padding-right: 0px !important;
		line-height: 25px;

	}

	#menuHumMob {
		font-size: 1.4em;
		font-weight: bold;
		font-family: inherit;
		display: none;
	}

	#formulierLogin>table {
		width: 87vw;
		height: 668px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		-webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
		box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 30%);
		font-size: 16px;
	}

	#formulierLogin input,
	#formulierLogin select {
		border: 0px solid var(--kleur-6);
		background-color: var(--kleur-4);
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 5px 2px 5px 2px;
		height: 79px;
		font-size: 16px;
	}

	td.bold {
		font-size: 40px;
	}

	.buttonLogIn {
		left: 10px;
		margin: 2px;
		margin-bottom: 10px;
		height: 60px;
		font-size: 28px;

	}

	#formulierLogin span {
		font-size: 32px !important;
	}

	a.underlineHover {
		font-size: 32px !important;
	}

	form {
		font-size: 16px;
	}
}

/* -----  iphone end --------- */
.cmsMenuBalkTekstNone {
	display: flex;
	font-style: normal;
	flex-direction: row;
	align-items: baseline;
	/* padding-left: 15px; */
}

.cmsMenuBalkIconNone {
	display: none;
}

.toolTipInlog {
	position: relative;
	display: flex;
	line-height: 16px;
	flex-flow: nowrap;
	white-space: nowrap;
	margin-top: -73px;
	margin-bottom: 47px;
}

.toolTipInlog .toolTipInlogTexst {
	visibility: hidden;
	/* width: 120px; */
	background-color: var(--kleur-1);
	color: var(--kleur-5);
	text-align: center;
	border-radius: 8px;
	margin-left: -22px;
	padding: 8px;
}

.toolTipInlog .toolTipInlogTexst::after {
	content: "";
	position: absolute;
	bottom: -38%;
	left: 34%;
	margin-left: -7px;
	border-width: 5px;
	border-style: solid;
	border-color: var(--kleur-1) transparent transparent transparent;
}

.cmsMenuDash:hover .toolTipInlogTexst {
	visibility: visible;
}



@media only screen and (max-width: 731px) {


	.cmsMenuBalkTekstNone {
		display: none;
	}

	.cmsMenuBalkIconNone {
		display: block;
	}

	.fa-calendar-alt {
		cursor: pointer;
		width: 25px;
		height: 25px;
		font-size: 18px !important;
		margin: 10px 18px 6px 0px;
	}

	#topmenu {

		display: flex;
		align-items: flex-end;
	}

	li.MenuMob {
		/* margin-bottom: -7px; */
	}

	.toolTipInlog {
		display: none;
	}

	.cmsMenuDash:hover .toolTipInlogTexst {
		visibility: hidden;
	}

	#cmsMenu>ul>li>a,
	#cmsMenu>ul>li>span,
	#cmsMenu>ul>li>form {
		display: block;
		padding-left: 2px !important;
		padding-right: 2px !important;
		line-height: 0px;
		font-weight: bold;
		color: var(--kleur-1);
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: right center;
		transition: color 0.4s, background-color 0.4s;
	}
}






::selection {
	background: var(--kleur-2);
	color: var(--kleur-5);
}

::-moz-selection {
	background: var(--kleur-2);
	color: var(--kleur-5);
}

::-webkit-selection {
	background: var(--kleur-2);
	color: var(--kleur-5);
}



.fAwsomIcon {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.fAwsomIcon:hover .PentriesHead {
	color: var(--kleur-5);
}

#tinymce {
	width: 400px !important;
}

.tox-tinymce {
	z-index: 0;
}

/* ---End-- */



@media only screen and (max-width: 1015px) {

	.searchAdvanced input.entrySearchInvoer,
	.searchAdvanced select {
		display: inline-block;
		/* width: 50% !important; */
		margin-top: 4px;
		/* background: aquamarine; */
	}

	.searchAdvanced input[type="submit"] {
		width: 47%;
		margin: 10px 0;
	}

}

.fancyButtonOpslaan {
	background-color: var(--kleur-4);

	color: var(--kleur-2);
	/*padding: 7px 0px 8px 11px;*/
	/* padding-bottom: 4px; */
	box-shadow: -1px 1px 1px 1px #0000002b;

	border-radius: 2px;
	display: flex;
	margin-top: 20px;
	/* width: 102%; */
	justify-content: space-evenly;
	align-items: center;
	padding-right: 18px;
	transition: .2s;
	border: 1px solid var(--kleur-4);

}

.fancyButtonOpslaan .fa {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

.fancyButtonOpslaan:hover {
	border: 1px solid var(--kleur-7);
	background: var(--kleur-4);
	color: var(--kleur-3);
}

.fancyButtonOpslaan:hover .fa {
	color: var(--kleur-3);
	/*transform: translate(13px, 0px);*/
}





.klantenKeuzeValue {
	display: block;
	width: 100%;
}

.klantenKeuzeValue:not([src]),
.klantenKeuzeValue[src=""] {
	display: none;
}

#select2-drop {
	width: fit-content !important;
}

#logRatio {
	position: fixed;
	background-color: var(--kleur-1);
	color: chartreuse;

	padding: 29px;
}




/* ---------filemanagerWindow---------------- */

#tools {
	height: 90px;
	background-color: var(--kleur-8);
	border-bottom: solid 1px var(--kleur-7);
	/* overflow: hidden; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.veldTbodyCon {
	height: 50%;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center !important;
}


@media only screen and (max-width: 821px) {
	.searchAdvanced label {
		display: inline-block;
		width: 91%;
		margin-top: 8px;
		padding-left: 10px;
	}

	.searchAdvanced input {
		display: inline-block;
		margin-top: 1px;
		/* width: 53%; */
	}

}

#treecontrol>a:hover {
	font-weight: normal;
	color: var(--kleur-3);
}

.filetree .pagina {
	background-size: 16px !important;
}

.ui-draggable-handle a {
	display: flex !important;
	flex-wrap: wrap;
}

.filetree .categorie {
	background-size: 31px !important;
}




.entrySearch {
	background-color: var(--kleur-5);
	border: solid 2px var(--kleur-4);
	padding: 2px;
  }

form {
	margin: 0px;
	padding: 0px;
	background: var(--kleur-5);
}

input:not([type="image"]) {
	border-top: solid 1px var(--kleur-7);
	border-left: solid 1px var(--kleur-7);
	border-right: solid 1px var(--kleur-7);
	border-bottom: solid 1px var(--kleur-7);
}

.searchAdvanced input {
	display: inline-block;
	margin-top: 8px;
}

.searchAdvanced label {
	display: inline-block;
	width: 100px;
	margin-top: 8px;
	padding-left: 10px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.entrySearchInvoer {
	width: 135px !important;
	background-color: var(--kleur-5);
}

.entrySearchButton {
	width: 60px;
	background-color: var(--kleur-5);
	border: solid 1px var(--kleur-1);
	line-height: 23px;
	text-align: center;
	cursor: pointer;
}

.searchAdvanced input {
	display: inline-block;
	margin-top: 10px;
}

.searchAdvanced input.entrySearchInvoer,
.searchAdvanced select {
	display: inline-block;
	/* width: 40% !important; */
	width: calc(100% - 130px) !important;
	margin-left: 10px;
	margin-top: 10px;
}

.searchAdvanced input.datepickerWidth {
	width: calc(100% - 152px) !important;
	position: relative;
	left: 3px;
	margin-left: 10px;
	padding: 0 10px;
}

.searchAdvanced .far.kalender {
	margin: 0px;
	margin-left: -2px;
	position: relative;
	top: 3px;
}

.searchAdvanced img {
	margin-top: 8px;
}

.searchAdvanced input[type="submit"] {
	width: calc(100% - 20px);
	margin: 10px 10px;
	border: 1px solid #14213d91;
}

/*
}*/
form {
	margin: 0px;
	padding: 0px;
}

.filetree .pagina {
	background-size: 14px !important;
}

.ui-draggable-handle a {
	display: flex !important;
	flex-wrap: wrap;
}

.filetree .categorie {
	background-size: 25px !important;
}

.filetree .categorie {
	padding: 3px 0px 3px 28px !important;
}

.filetree .pagina {
	padding: 3px 0px 7px 20px !important;
}

.treeview ul {
	margin-top: 0px !important;
}

td.list_right_buttons>div {
	display: flex;
}

tfoot > tr > th {
	border-top: 1px solid var(--kleur-4);
}

.niewsbriefInput input[type=checkbox] {
	display: inherit;
	transform: translate(0px, 10px);
}

.kalender {
	cursor: pointer;
	transform: translate(7px, 2px);
}

.entrySearch .far.fa-calendar-alt.kalender {
	font-size: 18px;
}

.list-right-container {
	overflow-x: auto;
}

@media only screen and (max-width: 800px) {


	.displayVoorMob {
		display: grid;
	}

	.displayVoorMob td.bold {
		font-size: 24px;
	}

	#formulierLogin td {

		text-align: center;
	}



	.buttonLogIn span {
		z-index: 1;
		position: relative;
		font-size: 18px;

	}

	.logo img {
		max-width: 400px;
		/* height: 97px; */
	}



	.buttonLogIn {
		width: 153px;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
}

/*onderhoudFlex.css*/
html,
body {
	margin: 0;
	padding: 0;
}

#cmsMenu {
	min-height: -43px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 10px;
	padding-right: 21px;
}

.btnHeadLMob {

	z-index: 20;
	top: 110px;
	transition: 300ms;
	background-color: var(--kleur-4);
	display: none;
	justify-content: space-between;
}

#buttonbar {
	display: flex;
	justify-content: space-around;
}

.containerCms {
	display: grid;
	position: relative;
	grid-template-rows: min-content auto;
	height: calc(100vh - 5px);
	height: 100vh; /* Fallback */
	height: 100dvh;
	/* width: 100vw; */
/* 	min-height: 40vw; */
	overflow-x: hidden;
}

header {
	/* overflow-x: hidden; */
	background-color: var(--kleur-5);
	flex: none;
	/* text-align: center; */
	padding: 0px 0px 15px 0px;
	/* padding: 0px; */
	font-size: 3em;
	/* font-weight: bold; */
	color: white;
	width: 100%;
	/* height: 12vh; */
	    z-index: 1051;
}

.headerBg {
	background-color: var(--kleur-5);
	/* position: relative; */
	box-shadow: rgb(0 0 0 / 9%) 0px 0px 15px -2px;
	width: 100%;
	/* max-width: 98vw; */
}

.select2-container .select2-choice {
	border: 1px solid var(--kleur-4);
	border: 1px solid var(--kleur-7) !important;
}
.select2-results__option[aria-disabled="true"] {display: none;}

.klantenkeuze i {
	position: relative;
	top: 2px;
	padding-right: 5px;
	font-weight: normal;
}

/* main menu */
@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: var(--font-menu-l);
		height: 25px;
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		justify-content: center;
		flex-wrap: wrap;
	}

	li.nav-item.dropdown {
		border-left: 0px solid var(--kleur-4);
		margin-left: 10px;
		margin-left: 5px;
	}

	li.nav-item.dropdown {
		border-right: 0px solid var(--kleur-4);
		margin-right: 10px;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 992px) {
	.navbar-nav {
		flex-direction: row;
		display: block !important;
	}

	a.dropdown-item {
		font-size: 14px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto;
		white-space: normal;
	}
}

.nav-link {
	color: var(--kleur-1);
}

.current>a,
.current>span {
	color: var(--kleur-3);
}

.dropdown-item {
	border-bottom: 1px solid var(--kleur-4);
}

ul>li:last-child>a.dropdown-item {
	border-bottom: 0;
}

a.dropdown-item {
	overflow-wrap: break-word;
	word-wrap: unset;
	/* hyphens: auto; */
	/* white-space: normal; */
	font-size: var(--font-menu-l);
}
@media only screen and (max-width: 992px){
	a.dropdown-item {
		font-size: var(--font-menu-m);
	}
}
.nav-link:focus,
.nav-link:hover {
	color: var(--kleur-3);
}

.navbar-collapse {
	border-top: 1px solid var(--kleur-4);
}

/* niet meer gebruken */
.btn-L-R-Head {
	width: 98%;
	margin-left: 1.1%;
	z-index:1050;
	top: 114px;
	transition: 300ms;
	/* background-color: var(--kleur-5); */
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex: none;
	position: -webkit-sticky;
	position: absolute;
	/* top: 105px; */
	align-self: flex-start;
	margin-bottom: -20px;
}

.btnLeft {
	height: 27px;
	top: 91px;
	left: 15px;
	width: 27px;
	transform: rotate(180deg);
	fill: var(--kleur-8);
	background: url("../images/arrow-right-to-bracket-solid.svg") center center no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 0.7;
	display: none;
	margin-right: 10px;
	min-width: 27px;
}

.btnLeft:hover {
	opacity: 1;
}

.btnLeftRotate {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.btnRight {
	height: 27px;
	top: 91px;
	right: 15px;
	width: 27px;
	transform: rotate(0deg);
	fill: var(--kleur-8);
	background: url("../images/arrow-right-to-bracket-solid.svg") center center no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	opacity: 0.7;
	display: none;
	/* margin-right: 15px; */
	/* position: absolute;
    top: 12px; */
	min-width: 27px;

}

.btnRightMetDat{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;

}
.btnRight:hover {
	opacity: 1;
}

.btnRightRotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.rowSection {
	flex: 1;
	display: flex;
	flex-direction: row;
	max-width: 100vw;
}

#listTD {
	min-width: 250px;
	background-color: var(--kleur-5);
	flex: none;
	padding: 0px 20px 20px 20px;
	width: 336px;
	border-right: 2px solid var(--kleur-4);
	/* margin-top: 20px; */
	z-index: 1;
	overflow-x:auto;
	overflow-y:auto;
}
#listTD .ui-resizable-handle.ui-resizable-e {
	right:0;
}

.splitter {
	height: 60px;
	flex: none;
	/* width: 12px; */
	/* cursor: col-resize; */
	/* background: var(--kleur-4);
	background: url("../images/grap.svg") center center no-repeat var(--kleur-4); */
}


#editTD {
	width: 100%;
	/* min-width: 400px; */
	/* overflow-x: auto; */
	display: flex;
	flex-direction: column;
	background-color: var(--kleur-5);
	flex: 1 1 auto;
	/* padding: 0px 0px 0px 5px; */
	/* padding: 0px; */
	/* padding-right: 36px; */
	/* max-width: 99vw; */
}

#editTD:has(+ .buttonBody) {
	border-right: 2px solid var(--kleur-4);
}

.buttonBody {
	background-color: var(--kleur-5);
	flex: none;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: none;
	/* width: 220px; */
	overflow: auto;
	white-space: nowrap;
	margin-top: 0px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
	height: fit-content;
	margin: 0px 30px 0px 10px;
}

.btnBody {
	flex: none;
	/* border-left: 1px solid silver; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: none;
	/* width: 220px; */
	overflow: auto;
	white-space: nowrap;
	margin-top: 0px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
	height: fit-content;
}
.headerBg.clearfix #logo {
	padding: 15px 0px 0px 15px;
}
div#logo {
	float: left;
}

.flexVol {
	flex: 100%;
}

button.navbar-toggler {
	/* background: var(--kleur-8); */
	border: 2px solid var(--kleur-7);
	font-size: 12px;
	margin-left: 7px;
	margin-left: 12px;
	border-radius: 5px;
	transition: 0.2s;
	border: 1px solid var(--kleur-7);
}
.MenuMob button.navbar-toggler {
	/* background: var(--kleur-8); */
	border: 2px solid var(--kleur-7);
	font-size: 12px;
	margin-left: 7px;
	margin-left: 12px;
	border-radius: 5px;
	transition: 0.2s;
	border: 0px solid var(--kleur-7);
}
.navbar-toggler-icon {
    width: 3.5em !important;
}
.MenuMob button:focus{
    outline: 0px solid var(--kleur-3) !important;
    box-shadow: none !important;
}

button.navbar-toggler:hover .navbar-toggler-icon::after {
	color: var(--kleur-3);

}

button.navbar-toggler-icon:focus {
	outline: none;
}

button:focus:not(:focus-visible) {
	outline: none;
}

.navbar-toggler-icon::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
	font-size: 30px;
	color: var(--kleur-7);
}

li.MenuMob {
	display: none;
}

/* Header */
#buttonbarleft {
	display: flex;
}

.fAwsomIconCont {
	display: none;
}

@media only screen and (max-width: 1300px) {

	.navbar-expand-lg {
		display: block;
		/* background: var(--kleur-8); */
		z-index: 200;
		/* padding: 21px; */
		border-bottom: 1px solid var(--kleur-4);

	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
		font-size:var(--font-menu-m);
	}

	#buttonbarleft {
		background-repeat: no-repeat;
		background-position: right top;
		display: none;
		background-color: var(--kleur-5);
		flex-direction: column;
		justify-content: center;

		width: 100%;
	}

	button.closeMenuButtom {

		bottom: 0px;
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		background-color: var(--kleur-3);
		color: var(--kleur-5);
		padding: 7px 11px;
		text-align: center;
		text-decoration: none;
		border: 0px;
		cursor: pointer;
		transition: all 0.3s 0s ease-in-out;
		display: block;
	}

	button.closeMenuButtom:hover {
		background-color: var(--kleur-2);
		color: var(--kleur-5);
	}

	#buttonbar {
		justify-content: space-around;
		border-top: 1px solid var(--kleur-3);
	}

	.fAwsomIconCont {
		display: flex;
	}

	#editTD {
		padding-top: 15px;
	}

}

.btn-l-r-mob {
	display: none;
}

@media only screen and (max-width: 991px) {
	.navbar-expand-lg {
		background: var(--kleur-8);
		padding:0;
		/* margin-top: 22px; */
	}

	li.MenuMob {
		display: block;
	}

	#cmsMenu {
		right: 16px;
		/* width: 100%; */
	}

	#topmenu {
		padding-top: 6px;
		padding-bottom: 11px;
	}

	.btnLeft {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	.btnLeftRotate {
		/* transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg); */
	}

	.btnRight {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	.btnRightRotate {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#listTD {
		/* position: fixed; */
		display: none;
		border-right: 1px solid var(--kleur-2);
		margin-top: 0;
		z-index: 99;
		top: 0;
	}

	.buttonBody {
		position: fixed;
		right: 0;
		display: none;
		border: 1px solid var(--kleur-4);
		/* margin-top: 0; */
		z-index: 9999;
		overflow-x: hidden;
		box-shadow: rgb(0 0 0 / 9%) 0px 0px 15px -2px;
		top: 110px;
		min-width: 160px;
	}

	#listTD {
		min-width: 250px;
		background-color: var(--kleur-5);
		flex: none;
		padding: 30px;
		/* white-space: nowrap; */
		overflow-x: scroll;
		height: 100%;
		/* padding-bottom: 200px; */
		/* box-shadow: rgb(0 0 0 / 9%) 0px 0px 15px -2px;
		border: 1px solid var(--kleur-4); */
		margin-top: 12px;
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 116px;
		padding-top: 40px;
		z-index: 10000;

	}

	.btn-l-r-mob {
		display: block;
		position: absolute;
		top: 8px;
		left: 23px;

	}
	.btnLeftMo{
		rotate:180deg;
	}

	tr.toggle {
		display: grid;
		/* border-bottom: 1px solid var(--kleur-4); */
		padding-bottom: 7px;
		margin-bottom: 7px;
		/* width: 86vw !important; */
	}

	.fancyEditTd tr.toggle {
		/* width: 100% !important; */
	}

	.relativee {
		width: 86vw;
	}

	.fancyEditTd .relativee {
		width: 100%;
	}

	tr.toggle.no-line {
		position: relative;
		margin-top: -15px;
		background-color: var(--kleur-5);
	}


	.dividerBottom {
		border-bottom: 0px solid var(--kleur-4);
	}

	.toggle .dividerBottom.pageTxtBold,
	.toggle .dividerBottom.pageTxt {
		border-top: 0;
	}

	.btn-L-R-Head {
		top: 84px;
		/* left: 6px; */
		/* z-index: 888; */
	}

	#editTD {
		/* padding-top: 40px; */
	}
	.headerBg.clearfix #logo {
		padding: 0px 0px 0px 15px;
	}

}

@media only screen and (max-width: 991px) {
	#editTD.fancyEditTd {
		padding-top: 0px;
	}
	.LogoImgGroot {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1300px) {
	#editTD.fancyEditTd {
		padding-top: 0px;
	}

}

@media only screen and (max-width: 360px) {
	/*.fancyEditTd .colorpickerCont {
		display: flex;
		gap: 6px;
		align-items: flex-start;
		flex-direction: column;
	}*/

	#editTD.fancyEditTd {
		width: 100%;
		display: flex;
		flex-direction: column;
		/*background-color: var(--kleur-5);
		border-right: 2px solid var(--kleur-4);*/
		flex: 1 1 auto;
		padding: 0px 0px 0px 0px;
		max-width: 99vw;
	}

}


#menuHumMob {
	display: none
}

.tooltip-inner {
	line-height: 20px;
	background-color: var(--kleur-4);
	/* background-color: var(--kleur-5); */
	color: var(--kleur-1);
	border: 3px solid var(--kleur-1);
	border: 2px solid var(--kleur-7);
	opacity: 1;
	opacity: 1 !important;
	max-width: 75vw;
}

.tooltip-inner p {
	text-align: left;
	/* word-spacing: 2px; */
	letter-spacing: 1.1px;
	/* margin: 3px; */
	line-height: 17px;
	font-size: 12px;
	opacity: 1 !important;
	padding: 10px;
}

.tooltip-inner strong {
	font-weight: 800;
	opacity: 1 !important;
}

.tooltip.show {
	opacity: 1 !important;
}

.helpWrapperimg {
	position: relative;
	display: block;
	float: left;
	opacity: 1 !important;
}

.tooltip.in {
	opacity: 1 !important;
	filter: alpha(opacit=100) !important;
	-webkit-filter: alpha(opacit=100) !important;
}

.cmsPageTxtBold {
	display: contents;
	font-weight: bold;
}

.cmsPageTxtBold span {
	display: inline-block;
	padding-left: 3px;
}

.asterisk {
	display: inline-block;
	padding-left: 3px;
}

#treecontrol {
	margin: 1em -16px -3px;
	display: flex !important;
	flex-wrap: wrap;
}

#treecontrol .far {
	font-size: 13px;
	margin: 10px 9px 6px 9px;
}

.toggle .dummy {
	color: var(--kleur-1);
	font-size: 12px;
	font-weight: bold;
	/* padding: 5px; */
	/* box-shadow: 0px 0px 2px 0px #1e1e1e94; */
	background-color: var(--kleur-4);
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .8em;
	text-align: right;
	/*text-decoration: underline;*/
}

@media only screen and (max-width: 1400px) {
	.ui-datepicker {
		/* width: 17em; */
		padding: .2em .2em 0;
		display: none;
		/* display: table-cell; */
	}

	.ui-datepicker .ui-datepicker-title {
		margin: 0 2.3em;
		line-height: 1.8em;
		text-align: center;
	}

	.ui-datepicker table {
		/* width: 100%; */
		font-size: .7em;
		border-collapse: collapse;
		font-family: verdana;
		margin: 0 0 .4em;
		display: table-cell;
	}

	.ui-datepicker td {
		border: 0;
		padding: 1px;
		display: table-cell;
		min-width: calc(100% / 7);
	}

	.ui-datepicker tr {
		display: flex;
		justify-content: space-around;
	}

	.ui-datepicker th {
		padding: .7em .3em;
		text-align: center;
		font-weight: bold;
		border: 0;
		display: table-cell;
	}

	div#ui-datepicker-div {
		width: fit-content;
		z-index: 10001 !important; /* KL: was 1500 */
	}

	.ui-datepicker-calendar a {
		text-decoration: none;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		text-decoration: none;
	}

}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid var(--kleur-4);
	background: var(--kleur-3);
	color: var(--kleur-5);
}

.searchAdvanced input.entrySearchInvoer:focus,
.searchAdvanced select:focus,
.searchAdvanced input.datepickerWidth:focus {
	background-color: var(--kleur-4);
	border-top: solid 1px var(--kleur-7);
	border-left: solid 1px var(--kleur-7);
	border-right: solid 1px var(--kleur-7);
	border-bottom: solid 1px var(--kleur-7);
}

.checkVertalingen {
	display: block !important;
}

.btnImport button {
	color: var(--kleur-5);
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
	position: relative;
	display: inline-block;
	padding: 10px;
	width: 156px;
	height: 42px;
	border: solid 1px var(--kleur-7);
	background-color: var(--kleur-7);
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 40px;
	margin-right: 15px;
}

.btnImport button:hover {
	color: var(--kleur-5);
	background-color: var(--kleur-7);
	border-color: var(--kleur-7);
}

.btnImporteren button .fa,
.btnImporteren .buttonTxt .fa,
.btnImporteren .fas,
.btnImporteren a .far {
	color: var(--kleur-5);
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 25px;
	position: relative;
	text-shadow: 1px 1px 7px var(--kleur-7);
}

.btnImporteren>div>.buttonTxt {
	text-shadow: 1px 1px 7px var(--kleur-7);
}

.btnImporteren>div>.buttonTxt:hover {
	color: var(--kleur-5);
	background-color: var(--kleur-7);
	border-color: var(--kleur-7);
}

.btnImporteren,
.version {
	margin-top: 0px;
}

.btnImporteren .logoVersion {
	border: 0;
	margin-left: 0px;
}

.language-select img {
	padding: 6px;
}



/* MODAL CSS voor inc_cms_modals.php */
.modal-iframe-container {
	height: 100%;
	background-image: var(--image-loader);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 48px 48px;
}

.modal-body-full-height {
	height: 80vh !important;
}

#confTableModal .modal-body-full-height {
	height: initial !important;
}
#confTableModal .modal-content {
	grid-template-rows:min-content 1fr;
}
#confTableModal form {
	overflow-y:auto;
}

.modal {
	z-index: 1650 !important;
}

.modal-footer {
	height: 37px;
}

#container1 {
	background-color: var(--kleur-5);
}

.tox i.fas {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

.tox i.far {
	font-family: "Font Awesome 5 Free" !important;
}

.dropdown-menu {
	background-color: var(--kleur-5);
	margin: -5px !important;
	
	max-height:fit-content;	/* Overwritten by JS */
	overflow-y:auto;
	overflow-x:hidden;
}

.dropdown-item {
	color: var(--kleur-1);
}

.tableHead {
	position: -webkit-sticky;
	position: sticky;
	top: -2px;
	/* box-shadow: 0px 1px 0px var(--kleur-7); */
	z-index: 10;
	padding: 5px 10px 0px 10px;
}

.topTableHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 100%;
    /* padding: 5px 10px 0px 10px; */
}
.list_right_buttons {
	/* border-right: 2px solid var(--kleur-4); */
	position: sticky;
	right: 0px;
	/* background-color: var(--kleur-8); */
	border-top: 1px solid var(--kleur-4);
	/* padding: 4px; */
	margin-right: 0px;
	margin-left: -20px;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	padding-top: 4px;
}

.aantalPagStyle {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}

/* Styling the input number */
.aantalPagStyle input[type="number"] {
	/* -moz-appearance: textfield; */
	/* Firefox */
}


.modal-dialog.m-TVh .modal-content .modal-header {
	/* background-color: var(--kleur-4); */
}

.aantalPagStyle input[type="number"]::-webkit-inner-spin-button,
.aantalPagStyle input[type="number"]::-webkit-outer-spin-button {
	/* -webkit-appearance: none; */
	margin: 0;

}

/* Making the arrow visible */
.aantalPagStyle input[type="number"]::-webkit-inner-spin-button,
.aantalPagStyle input[type="number"]::-webkit-outer-spin-button {
	color: #000000;
	opacity: 1;
}


input#selectAllCheckbox {
	margin: 0px 0px 4px 2px;
	height: 14px;
}

.topBtnBgTable.right {
	background: var(--kleur-5);
	z-index: 1;
	position: sticky;
	right: -20px;
}

.topBtnBgTable {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.modal-con-container {
	padding: 20px;

}

i.fas.fa-cog.tableConfTonen {
	cursor: pointer;
	transition: 0.4s;
	/* margin-left: 8px !important; */
	/* margin-top: !important; */
	/* position: absolute; */
	top: 5px;
}

i.fas.fa-cog.tableConfTonen:hover {
	transform: rotate(180deg);
	color: var(--kleur-3) !important;
}

.modal-dialog.m-TVh {
	/* margin-top: 24vh !important; */
}

.modal-body-conf {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.checkboxTableCon {
	margin-right: 8px;
	margin-left: 25px;
}

.checkboxTableCon:first-child {
	margin-right: 8px;
	margin-left: 0px;
}

.modal-dialog.m-TVh {
	max-width: 894px;
	margin: 1.75rem auto;
}

.bottomBtnBgTable.right {
	background: var(--kleur-5);
	z-index: 1;
	position: sticky;
	right: -20px;
}

th.topBtnBgTableLeft {
	background: var(--kleur-5);
	z-index: 1;
	position: sticky;
	left: 0px;
}


/*-----------------*/
.dropDownKnop {
	background-color: var(--kleur-5);
	color: var(--kleur-1);
	padding: 6px;
	/* font-size: 16px; */
	font-weight: bold;
	border: none;
	cursor: pointer;
	border: 1px solid var(--kleur-7);
	margin: 10px 10px 10px 0px;
	border-radius: 3px;

}

.dropDownKnop:hover,
.dropDownKnop:focus {
	background-color: var(--kleur-2);
	color: var(--kleur-4);
}

.dropDownKnop::after {
	display: inline-block;
	margin-left: .355em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid var(--kleur-1);
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropDownKnop:hover::after,
.dropDownKnop:focus::after {
	display: inline-block;
	margin-left: .355em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid var(--kleur-5);
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-select {
	display: inline-block;
	z-index: 50;
	padding: 2px 12px 3px 6px;
	margin: -8px -7px -3px -1px;
	border-radius: 3px;
	display: table-row-group;
	position: sticky;
	left: 0;
}

.dropdown-select-content {
	display: none;
	position: absolute;
	background-color: var(--kleur-5);
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 50;
}

.dropdown-select-content a {
	color: var(--kleur-1);
	padding: 6px 12px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid var(--kleur-7);

}

.dropdown-select a:hover {
	background-color: var(--kleur-4);
}

.showDropDown {
	display: block;
}

/* -----dropDown--end -------- */

.dropdown-toggle {
	cursor: default;
}

.dropdown-item,
.dropdown-toggle,
.nav-link {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.list_right_buttons.left {
    position: sticky;
    left: 0px;
    /*background-color: var(--kleur-5);*/
	background: linear-gradient(0deg, #00000000 0px, #00000000 1px, var(--kleur-5) 1px, var(--kleur-5)); /* Browser bug-workaround: td + position:fixed + background -> gaat soms fout */
	background-repeat:no-repeat;
    border-top: 1px solid var(--kleur-4);
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 2px;
    border-right: 1px solid var(--kleur-8);
    white-space: nowrap;
    box-shadow: -15px 0px 0px 0px rgba(255,255,255,1);
    padding: 6px 10px 5px 2px !important;
}
.list_right_buttons.left a {
	padding-right:2px;
}

.list_right_buttons.left a[href^="xf_move.php"] i {
	margin: 0px 0px 0px 0px !important;
}

/* .list_right_buttons.left {
	position: sticky;
	left: -18px;
	background-color: var(--kleur-5);
	border-top: 1px solid var(--kleur-4);
	margin-right: 0px;
	margin-left: 2px;
	padding-left: 2px;
	border-right: 1px solid var(--kleur-8);
	position: -webkit-sticky;
	z-index: 9999;
} */

.topBtnBgTable.left {
	background: var(--kleur-5);
	z-index: 1;
	position: sticky;
	left: 0px;
}




.pTstiky {
	position: sticky;
	left: 0px;
}

.checkboxTable {
	/* padding: 0px 27px 0px 1px; */
	position: sticky;
	left: 0px;
	/* background: var(--kleur-5); */
}

.checkboxTable input,
select {
	color: var(--kleur-1);
	/* background-color: var(--kleur-5);
	box-shadow: var(--kleur-5) -2px 1px 0px 11px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/* height: 17px; */
}

.topBtnBgTableLeft input {
	color: var(--kleur-1);
	background-color: var(--kleur-5);
	/* box-shadow: var(--kleur-5) -2px 1px 0px 11px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: 17px;
}

.topBtnBgTableLeft.help.toolTip {
	padding-top: 0px;
}

th.topBtnBgTableLeft {
	padding: 0px;
}

/* ----voor grid layout --- */
#editTD {
	height: 100%;
}

/* WAAROM????
.tableGridContainer {

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: stretch;
	align-items: stretch;

}
*/

#tableFlix,
.tableFlix {
	position:relative;
}
#tableFlix {
	border-collapse:separate;
	border-spacing:0 0;			/* border-collapse:separate + border-space:0 0 -> omdat box-shadow niet werkt op een td met border-collapse:collapse) */
	padding:0;					/* i.c.m. border-collapse:seperate hierboven */
}

.tableFlix {
	/* border: 1px solid var(--kleur-4); */
	margin: 0px;
	width: 100%;
	border-radius: 6px;
	/* max-height: 500px; */
	overflow-y: auto;
	transition: box-shadow 0.3s;
	padding: 0px 15px 10px 15px;
}

.tableFlixGeenBorder {
	width: 100%;
	margin: 15px;
	border: 0px solid var(--kleur-4);
	overflow-y: auto;
}

.tableHead {
	/* height: 70px; */
	background: var(--kleur-8);
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 150;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 0px;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

.tableTitel {
    color: var(--kleur-1);
    font-size: var(--font-titel-l);
    font-weight: bold;
    margin: 12px 3px 10px;
}

@media only screen and (max-width: 992px){
	.tableTitel {	
		font-size: var(--font-titel-m);
	}
}
.tableHead a {
	color: var(--kleur-1);
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12px;
	border-radius: 0;
	border: 1px solid transparent;
	padding: 8px;
	border-radius: 4px;
	transition: 0.2s;
	text-wrap: nowrap;
	white-space: nowrap;
}
.tableHead a:hover {
	border: 1px solid var(--kleur-7);
	background: var(--kleur-4);
}
.conficonCont:hover{
    border: 1px solid transparent !important;
    background: transparent !important;
}

.tableHead .far, .tableHead .fas {
	color: var(--kleur-1) ;
	font-size: 16px;
	padding: 0;
	margin: 0px 4px 2px 0px !important;
}

.tableHead a:hover .tableHead .far,
.tableHead .fas {
	/*color: var(--kleur-5);*/
}

.tableFlixGeenBorder .sub_table_container table tbody tr td {
	border-top: 0;
	/* border-left: 1px solid var(--kleur-7); */
	padding: 0px 4px 0px;
}

.editknoppen {
	margin-left: 15px;
}

.sub_table_container select {
	padding: 4px 1px;
	height: 26px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px var(--kleur-7);
	border-left: solid 1px var(--kleur-7);
	border-right: solid 1px var(--kleur-7);
	border-bottom: solid 1px var(--kleur-7);
}

.gewijzigdFooter {
	padding: 9px;
	background: var(--kleur-8);
	color: var(--kleur-2);
	border-radius: 0px 0px 5px 5px;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
	width: 100%;
}

.stickyHeaderContainer {
	position:sticky;
	top:0;
	left:0;
	z-index:1046;
	box-shadow: -15px 0px 0px 0px rgba(255,255,255,1), 15px 0px 0px 0px rgba(255,255,255,1);
	padding-bottom: 5px;
}

.tableHeadCont {
	/* height: 70px; */
	background: var(--kleur-8);
	/* position: sticky; */
	top: 0px;
	width: 100%;
	z-index: 1045;
	display: flex;
	flex-direction: row;
	border-radius: 0px;
	margin-bottom: 0px;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	transition: 0.5s;
	/* padding-bottom: 3px; */
	left: -15px;
	border-radius: 3px;
}

.tableHeadCont a {
	color: var(--kleur-1);
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12px;
	border-radius: 0;
	border: 1px solid transparent;
	padding: 8px;
	border-radius: 4px;
	transition: 0.2s;
	/* box-shadow: 0px 1px 0px var(--kleur-7); */
	z-index: 10;
	text-wrap: nowrap;
}
.tableHeadButtons {
    margin-bottom: 6px;
    /* margin-left: 6px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tableHeadLinks {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.onderdeelFacturen {
	margin: 13px;
}

.tableHeadCont a:hover {
	border: 1px solid var(--kleur-7);
	background: var(--kleur-4);

}


.tableHeadCont .far,
.tableHeadCont .fas {
	/* color: var(--kleur-1); */
	font-size: 16px;
	padding: 0;
	margin: 0px 4px 2px 0px !important;
	opacity: 0.8;
}

.tableHeadCont a.buttonTxt:hover.tableHeadCont .far,
.tableHeadCont .fas {
	/* color: var(--kleur-3) !important; */
}

.onderdeelFacturen tr {
	background-color: transparent;
}

.onderdeelFacturen td {
	padding-left: 30px;
}

.selectFuncTb {
	display: flex;
	align-items: center;
	margin-top: 12px;
	display: none;
	/* top: 226px; */
	background: var(--kleur-8);
	position: absolute;
	z-index: 2000;
	padding: 6px;
	margin-left: 38px;
}

.buttonSelectFunc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-end;
	flex-wrap: wrap;
}

.buttonSelectFunc a {
	white-space: nowrap;
	display: inline-block;
	background: var(--kleur-4);
	margin: 3px 0px 10px 1px;
	padding: 5px 5px 2px 5px;
	border-radius: 3px;
	border: 1px solid transparent;
}

.buttonSelectFunc a:hover {
	background-color: var(--kleur-8);
	border: 1px solid var(--kleur-3);
}

#HeadBtnfun {
	display: none;
}

.tableHeadCont .setChangeFlag tr {
	border-bottom: solid 1px var(--kleur-4);
}

.tox .tox-tbtn--select {
	width: 65px !important;
}

.tox .tox-collection--list .tox-collection__item {
	padding: 1px 4px !important;
}

input.inCheckboxTable {
	margin: -5px 11px 1px 0px;
	height:1lh;
}
input.inCheckboxTable:focus{
    outline: 0px solid var(--kleur-3) !important;
    box-shadow: none !important;
}



tfoot tr th {
	margin-top: 26px;
	height: 40px;
	padding-top: 10px;
}

.logInBox input[type="text"],
input[type="password"],
select,
select[size],
select[multiple],
select[size][multiple] {
	/* height: 22px; */
}

.logInBox tr:last-child {
	/* height: 24px; */
}

.logInBox tfoot {
	border-top: 0px solid var(--kleur-4);
}

/* form#editFormulier {
				display: flex;
				flex-direction: column;
				align-items: flex-start;
} */
#editFormulier select {
	/* height: 22px;
				width: 220px;
				margin:10px 0px 5px 0px; */
}

footer {
	/* height: 40px; */
}

footer .version {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: var(--kleur-4);
	position: fixed;
	bottom: 0px;
}

footer .logoVersion {
	border: 0;
	margin-left: 0;
	margin-top: 9px;
	margin-right: 12px;
	height: 29px;
}

@media only screen and (max-width: 992px) {
	#dashboard>ul>li>span {
		font-size: var(--font-titel-m);
	}
	.catTitle {
		font-size: var(--font-m);
	}
	footer .logoVersion {
		height: 40px;
	}
}

.listMetKnopen i {
	padding: 4px 0px 8px 12px;
	transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-ms-transition: color 0.1s, background-color 0.1s;
	-o-transition: color 0.1s, background-color 0.1s;
	/* border-top: 1px solid var(--kleur-8);
				border-bottom: 1px solid var(--kleur-8); */

	font-size: var(--font-menu-l);
}

.listMetKnopen i:hover {
	/* background-color: var(--kleur-8); */
}

.listMetKnopen {
	/* display: flex; */
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	border-top: 1px solid var(--kleur-8);
	border-bottom: 1px solid var(--kleur-8);
}
.listMetKnopenVolgorde {
	grid-template-columns: 1fr 1.75em 1.75em;
}

.fancyTopBtnopslaan {
	display:flex;
	justify-content:flex-start;
	width:100%;
}

.fancyButtonOpslaanTop,
.fancyButtonDeleteTop,
.fancyButtonToevoegen {
	color: var(--kleur-2);
	padding: 2px 9px 0px 11px;
	/* box-shadow: -1px 1px 1px 1px #0000002b; */
	border: none;
	border: solid 0px var(--kleur-4);
	border-radius: 2px;
	display: flex;
	margin: 0px 8px 7px 0px;
	/* width: 102%; */
	justify-content: space-evenly;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	transition: .2s;
}

.fancyButtonOpslaanTop:hover,
.fancyButtonDeleteTop:hover,
.fancyButtonToevoegen:hover {
	border: 1px solid var(--kleur-7);
    color: var(--kleur-3);
    background: var(--kleur-4);
}
.fancyButtonOpslaanTop:hover.fancyButtonOpslaanTop .fa,
.fancyButtonDeleteTop:hover.fancyButtonDeleteTop .far,
.fancyButtonToevoegen:hover.fancyButtonToevoegen .far {
	color: var(--kleur-3) !important;

}

.fancyButtonOpslaanTop .fa,
.fancyButtonDeleteTop .far,
.fancyButtonToevoegen .far {
	color: var(--kleur-2) !important;
	font-size: 16px;
	padding: 0;
	margin: 6px 10px 6px 1px !important;
}

.buttonTxt:hover.tableHead .far {
	color: var(--kleur-3) !important;

}
button.button-delete{
	border: 0px;
}
.modal-content select[multiple],
select[size][multiple] {
	width: 350px;
}

.trSelectSelectModule {

	display: grid;
	grid-template-columns: 1fr 66px 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 20px;
	justify-items: stretch;
	align-items: stretch;
}

select.selectModule {
	width: 100%;
}

.modal-content .button_moveright {
	transform: rotate(0deg);
}

table.multiselectFuncy {
	width: fit-content !important;
	display: flex;
	margin-left: -5px;
}

table.multiselectFuncy td.buttonSMove {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 40px;
}

.buttonSMove {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

table.multiselectFuncy .button_moveright:hover,
table.multiselectFuncy .button_moveleft:hover {
	background-color: var(--kleur-4);
}

@media only screen and (max-width: 1200px) {
	/* .modal-dialog {
		max-width: 90vw;
		margin: 1.75rem auto;
	} */
}

@media only screen and (max-width: 820px) {
	.tableFlix {
		margin: 0px;
		padding: 10px;
	}

	table.multiselectFuncy tbody {
		display: flex;
	}

	table.multiselectFuncy td.buttonSMove {
		display: flex;
		flex-direction: row;
		margin-top: 30px;
		margin-bottom: 15px;
		justify-content: space-evenly;
	}

	table.multiselectFuncy .button_moveright,
	table.multiselectFuncy .button_moveleft {
		transform: rotate(90deg);
	}

	#multiple_up i,
	.multiple_up i,
	#multiple_down i,
	.multiple_down i {
		padding: 2px 10px 0px 20%;
	}

}

.thBovenL {
	width: 30px;
	background: var(--kleur-5);
	position: sticky;
	left: 0px;			/* Laat de checkboxes + buttons een stukje meescrollen naar links */
	z-index: 9;
	box-shadow: -15px 0px 0px 0px rgba(255,255,255,1);
}

/* Subtabel als inline-kolom weergeven */
form #tableFlix td.dividerBottom.pageTxt:has(> .tableFlix) {
	padding-top: 0;
}

form #tableFlix td.dividerBottom.pageTxt>.tableFlix {
	margin: 0;
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
	z-index: 14;
}

form #tableFlix td.dividerBottom.pageTxt>.tableFlix .tableHeadCont {
	margin-bottom: 6px;
	top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

form #tableFlix td.dividerBottom.pageTxt>.tableFlix .tableHeadCont .tableHeadButtons a {
	display: inline-block;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 0;
}

form #tableFlix td.dividerBottom.pageTxt>.tableFlix .tableHeadCont .tableHeadButtons i.far {
	vertical-align: -15%;
}

form #tableFlix td.dividerBottom.pageTxt>.tableFlix h2.tableTitel,
form #tableFlix td.dividerBottom.pageTxt>.tableFlix tfoot {
	display: none;
}

span.zwevendRechts {
/* 	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
	text-align: right;
	width: calc(100% - 30px); */
	display: block;
	justify-self: end;
	white-space: nowrap;
	margin-right: 30px;
}

span.zwevendRechts60 {
/* 	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
	text-align: right;
	width: calc(100% - 60px); */
	display: block;
	justify-self: end;
	white-space: nowrap;
	margin-right: 60px;
}
.tHeadMetItem tr th.thBovenL.thZonderItem {
    /* display: flex; */
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: var(--kleur-5);
    /* width: 100%; */
    /* border-right: 1px solid var(--kleur-8); */
    /* gap: 8px; */
    /* padding-bottom: 8px; */
    padding-right: 0px;
    padding-top: 4px;
}
#editTD #tableFlix .tHeadMetItem tr th:not(.thBovenL.thZonderItem) {
	padding-top:5px;
	
}
#editTD #tableFlix .tHeadMetItem tr th * {
	vertical-align:middle;
}

.tHeadMetItem tr th.topBtnBgTable.right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: var(--kleur-5);
    width: 100%;
    gap: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
}

.tHeadMetItem tr th.topBtnBgTable.right::before {
    content: "";
    position: absolute;
    height: 85%;
    width: 2px;
    transform: translate(5px, 0%);
    background: var(--kleur-8);
}

td.list_right_buttons.right {
    /* display: flex; */
    align-items: baseline;
    justify-content: space-evenly;
    background: var(--kleur-5);
    width: 100%;
    gap: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: column;
	padding-left: 16px;
}
td.list_right_buttons.right::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    transform: translate(-10px, 0%);
    background: var(--kleur-8);
}

.topBtnBgTable.right input#selectAllCheckbox {
    margin: 0px 0px 0px 15px;
    height: 14px;
}
.tableHeadLinks .tableConfCont i.tableConfTonen {
	margin: 0px 0px 0px -4px !important;
}
.tableConfCont i.tableConfTonen {
	margin: 0px 0px 0px -4px !important;
}

.sOptiesPopUp {
	/* height: 90vh;*/
	margin-top: 20px;
	border: none !important;
}

.sOptiesPopUp .modal-dialog.m-TVh {
	max-width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;

}

.sOptiesPopUp .modal-content {
	width: 300px;
}

.sOptiesPopUp .tableHead {
	padding: 16px;
	box-shadow: inset 0px 0px 0px 12px var(--kleur-5);
}

.sOptiesPopUp .tableTitel {
	margin: 6px 22px 5px;
}

.modal-content {
	resize: both;
	overflow: auto;
	min-width: 250px;
	min-height: 250px;
	border-radius: 0;	/* max-width: 100vw; */
}

.modal-xl {
	/* max-width: 100%;  */
	/* width: 70vw; */
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable.modal-xl {
	/* max-width: 80vw; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 50vw; */
}

th.bottomBtnBgTableLeft {
    background: var(--kleur-5);
    position: sticky;
    left: 0px;
    z-index: 10;
    /* display: flex; */
    margin-top: 0px;
    box-shadow: -15px 0px 0px 0px rgba(255,255,255,1);
}
.tHeadMetItem {
	/* border-bottom: 5px solid var(--kleur-4); */
 	 /* box-shadow: 1px 1px 0px 1px var(--kleur-4); */
}
.tableChild .tHeadMetItem{
	border-bottom: 0px solid var(--kleur-3);
	box-shadow:0px 0px 0px 0px var(--kleur-4);

}


thead.tHeadMetItem {
	position: sticky;
	top: 0px;
	z-index: 100;
}

.colorpickerCont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.colorpickerCont .standaardknop {
	padding: 2px 16px 2px 15px;
	border-radius: 2px;
	border: solid 1px #14213d29;
}

.fancyEditTd form {
	margin: 5px;
	padding: 0px;
}

.fancyEditTd .modal-body {
	padding-bottom: 0 !important;
}
.fancyEditTd {
	border-right: 0px solid var(--kleur-4)  !important;
}


.fancyEditTd .checkboxTable {
    width: 20px;
}
.fancyEditTd .checkboxTable input, select {
    /* height: 17px; */
}

.fancyEditTd .pageTxt:not(textarea) {
    color: var(--kleur-1);
    /* padding: 0px 0px 0px 10px; */
	line-height: 28px;
}
.fancyEditTd .headElementCont {
    /* padding: 4px 15px 0px 15px; */
}

span.cmsPageTxtBold p {
	padding-top: 5px;
}

.historyTerug {
	color: #000000 !important;
}
.zwevendRechtsTitMet{
		text-align: right;
		position: relative;
		padding-right: 37px;
}
.zwevendRechtsTitZon{
	text-align: right;
	position: relative;
	padding-right: 0px;
}
.modal-backdrop {
	z-index: 1600;
  }
  .historyTerugKnop {
    padding: 7px 20px 7px 13px;
    font-size: 18px;

    border-radius: 3px;
    border: 1px solid var(--kleur-7);
    background-color: var(--kleur-8);
    cursor: -webkit-grab;
    cursor: grab;
	transition: 0.2s;
}
	.historyTerugKnop:active{
		cursor: -webkit-grabbing;
		cursor: grabbing;
}
	.historyTerugKnop:hover {
		background-color: #14213d;
		color:white;
}
.setChangeFlag tr.tableColumnDtSelected {
	background-color: var(--kleur-8);
  }
  .setChangeFlag tr.tableColumnDtSelected .list_right_buttons.left{
	background-color: var(--kleur-8);
  }

  /* .btn-close {
	background: url(../images/btn-close.svg) center/ 1.3em auto no-repeat;
 } */

 .knop-achter {
    margin: 10px 0px;
    border: 1px solid #14213d3d;
    padding: 0px 13px 3px 7px;
    box-shadow: 2px 2px 9px -3px #0000004a;
    transition: all 300ms;
    line-height: 23px;
    text-align: center;
    -webkit-appearance: button;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	color: var(--kleur-2);
}
.knop-achter:hover {
    background-color: var(--kleur-2);
    color: var(--kleur-5);
}
#editTD .knop-achter .fa-check{
	font-size: 16px;
	margin: 8px 10px 5px 8px;
 }
.knop-achter:hover .knop-achter .fa-check{
    color: var(--kleur-5);
}

.tableHeadCont{
 transition: 0s;
 padding: 5px 10px 0px 10px;
}

.tableContent.tableBox > tbody > tr > td {
	padding:0;
}

.tableHead + .tableBox:not(:last-of-type) {
	margin-bottom:30px;
}
#editTD .tableBox tbody tr.toggle td:nth-child(2) {
	width: 100%;
}
.drag-item {
	width: 21px;
    padding: 0px 20px 0 0;
}
.drag-item .drag-icon i.fa {
	cursor: grab;
	padding: 0;
}
.drag-item.over {
  border: 3px dotted #666;
}
canvas {
	position:absolute;
	left:-100%;
}
/* 
.checkboxTableCon,
.inCheckboxTable {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 20px;
    background-color: #dadada !important;
    border: 1px !important;
    order: 2px solid #7f7f7f !important;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}
.checkboxTableCon:checked,
.inCheckboxTable:checked {
    background-color: var(--kleur-3) !important;
    border-color: var(--kleur-3) !important;
}
.checkboxTableCon:checked::after,
.inCheckboxTable:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0px;
    transform: rotate(41deg);
}
 */
.ui-datepicker {
	select {
		height: auto;
		padding: 3px 2px;
	}
	.ui-datepicker-header a {
		height:auto;
		top:2px;
		bottom:2px;
	}
}
.ui-helper-clearfix.ui-corner-all {
    width: fit-content;
	z-index: 9999 !important;
}
.ui-helper-clearfix.ui-corner-all.ui-datepicker-header {
	width: auto;
}
.knopenRadio {
    display: flex;
    align-items: center;
	gap: 4px
}
.knopenRadCont {
    display: flex;
    gap: 16px;
}
.knopenRadio input:focus, .knopenRadio span:focus {
    outline: 0px solid var(--kleur-3) !important;
    box-shadow: none !important;
}
.fancyEditTd input.pageTxt {
    padding-left: 6px;
	min-width: 118px;
}
.fancyEditTd:has([data-subtable]) input.pageTxt {
	min-width:auto;
	width:100%;
}

.tTitelMetBtnLeft {
    display: flex;
    align-content: center;
    align-items: center;
}

.headElementCont {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    /* padding: 4px 15px 0px 15px; */
}

.geenSticky{
	position: relative !important;
}

.knopenTopHeader{
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 15px;
}

a.buttonVoorraad, a.buttonLeverweek, a.buttonLevertijd {
	color: #fff !important;
	transition: all 0.4s ease 0s;
	border: 1px solid #7a757559;
	display: block;
	font-size: 11px;
	line-height: 23px;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	box-sizing:border-box;
	text-transform:uppercase;
	white-space:nowrap;
	width: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

a.buttonLevertijd {
	background-color: #5cbe6f;
}

a.buttonVoorraad.alert {
	background-color: #c42c2c;
	border-radius:0 !important;
}

a.buttonVoorraad:hover,
a.buttonVoorraad.alert:hover {
	background-color: #323232;
	transition: all 0.4s ease 0s;
}
a.buttonLeverweek.alert {
	background-color: #1a83f5;
	border-radius:0 !important;
}
a.buttonLeverweek:hover,
a.buttonLeverweek.alert:hover {
	background-color: #444444;
	transition: all 0.4s ease 0s;
}
a.buttonLevertijd.alert {
	background-color: #c42c2c;
	border-radius:0 !important;
}
a.buttonLevertijd:hover,
a.buttonLevertijd.alert:hover {
	background-color: #444444;
	transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1200px) {
    .knopenTopHeader {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
	a.buttonVoorraad, a.buttonLeverweek, a.buttonLevertijd {
		width: 32%;
	}
	.modal-dialog.modal-dialog-centered.modal-dialog-scrollable.modal-xl {
    max-width: 100%;
    margin: 0px 3vw 0px 3vw;

	}
}
@media only screen and (max-width: 991px) {
	#cmsMenu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse !important;
		align-items: center;
	}
	.knopenTopHeader {
		justify-content: flex-end;
		flex-direction: row;
		padding: 0px 0px 10px 0px;
	}
	a.buttonVoorraad, a.buttonLeverweek, a.buttonLevertijd {
		width: 210px;
	}
}
@media only screen and (max-width: 767px) {

	.knopenTopHeader {
		flex-wrap: wrap;
        align-content: flex-end;
	}

}

.boldLijn{
    text-decoration: underline !important;
}
.leafletMap {
	z-index: 1;
}
button.button-delete {
    padding: 14px 0px 0px 6px;
}  
.flixCenter{
    display: flex;
    align-items: center;
    gap: 4px;
	
}
.foutMelding{
		/* background: #ffff007d; */
		font-weight: 700;
		position: relative;
		font-size: var(--font-titel-l);
		color: red;
		text-align: center;
		padding: 11px;
}
.messageMelding{
		/* background: #1cffd97d; */
		font-weight: 700;
		position: relative;
		font-size: var(--font-titel-l);
		color: green;
		text-align: center;
		padding: 11px;
	}
	span.ui-slider-handle.ui-corner-all.ui-state-default {
		background-color: var(--kleur-2);
	}
	.ui-widget.ui-widget-content {
		border: 1px solid var(--kleur-2);
	}
	.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
		color: var(--kleur-1);
		font-size: var(--font-l);
		font-weight: 600;
		opacity: 1;
		border: 0;
		outline: 0;
	}
	.ui-timepicker-div dl dd {
		margin: 12px 10px 10px 40%;
	}
	.ui-timepicker-div {
		padding-bottom: 8px;
	}
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
		font-size:var(--font-l);
	}
	.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all{
		opacity: 1;
	}


/* fontawesome-iconpicker gebruikt oudere bootstrap, dit is een fix om het tonen goed te maken */
.fade.in:not(.show) {
	opacity:1
}
/* fontawesome-iconpicker fix omdat vraagteken binnen cms gebruikt wordt en standaard blauw is gemaakt */
.iconpicker-item .fa-question-circle {
	color: inherit;
}
/* fontawesome-iconpicker aanpassing, omdat deze breder mag zijn voor basis business */
.iconpicker-popover.popover {
	width: 485px;
}



/* accordion voor wysiwyg-velden */
.accordion {
	--accordion-init-height: 2lh;	/* use px or lh unit */
	position:relative;
	overflow:hidden;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
	transition: height 200ms, border-color 200ms;
	
	&[aria-expanded] {
		
		min-height: var(--accordion-init-height);
		
		&:hover::before {
			color: rgb(127 127 127 / 100%);
			background-color:rgb(255 255 255 / 90%);
		}
		
		&::before {
			position:absolute;
			top:1px;
			right:1px;
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			font-size: 1.5rem;
			content: "\f0ab";
			color: rgb(127 127 127 / 20%);
			background-color:rgb(255 255 255 / 0%);
			padding:0px .25rem;
			border-radius:50%;
			transition: color 100ms, background-color 100ms, rotate 200ms;
			
		}
	}
	&[aria-expanded="true"] {
		height: auto;
		
		&::before {
			rotate: 180deg;
		}
		
	}

	&[aria-expanded="false"] {
		height: var(--accordion-init-height);
		border-bottom:1px solid var(--kleur-7);
		border-right:1px solid var(--kleur-7);
		border-bottom-right-radius:5px;
		
		&::before {
			rotate: 0deg;
		}
		
		&::after {
			position:absolute;
			inset:0;
			content:'';
		}
	}
	
}

/* Popup modal (zorgen dat formaat breeder kan dan standaard ca. 1140px) */
#cmsModalFullscreen1.modal > .modal-dialog,
#cmsModalFullscreen2.modal > .modal-dialog,
#cmsModalFullscreen3.modal > .modal-dialog {
	max-width: calc(100% - 4vw);
}
#cmsModalFullscreen1.modal > .modal-dialog > .modal-content,
#cmsModalFullscreen2.modal > .modal-dialog > .modal-content,
#cmsModalFullscreen3.modal > .modal-dialog > .modal-content {
	/* width: clamp(320px, 1140px, 100%); */
	width: clamp(320px, 1600px, 100%);
}

/* Select2 aanpassingen mutliple-select */
.select2-container--default .select2-search--inline .select2-search__field {
	border:0px solid transparent;
	outline:none;
	min-height:0;
	height:auto;
	margin-top:0px !important;
}
.select2-container--default .select2-search--inline .select2-search__field:focus {
	outline:none !important;
}

.select2-container .select2-search--inline {
	padding-left:5px;
	margin-top:5px;
	border:1px solid #aaa;
	border-radius:4px;
}
.select2-container .select2-search--inline::before {
	content:'\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:5px;
	font-color:#888;
}
.select2-container .select2-search--inline:has(.select2-search__field:focus) {
	border-color:var(--kleur-3);
}