@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, table, th, tr, td, span, div, p, input, select, option, h4 {
	font-family: 'Inter', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	box-sizing: border-box;
}
.wcc_Body {
	background-color: #F2F0EB;
}
.wcc_FooterContainer, .wcc_FooterWrapper {
	background: unset !important;
	backdrop-filter: unset !important;
	background-color: transparent;
}
.status.tabControl_Wrapper label
{
	color: black;
}
.wcc_ContentBlockSubTitle span {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #0D4680;
	font-size: 17px;
	text-transform: none;
	display: inline-block;
	padding-bottom: .4em;
}
div.saveControl div.tabControl_Tab a, div.saveControl div.tabControl_Tab a:hover, div.saveControl div.tabControl_Tab .tabControl_ActiveMenu {
	background-color: #0D4680;
	border-radius: 20px;
	padding: inherit 2em !important;
	text-transform: none;
}
div.tabControl_Tab .saveControl_Tab img {
	display: none;
}

.characteristicValueEditor_ShowAsQuestionList .wcc_ContentBlockContentCell{
	padding: 0;
	margin-left: 0;
}
.characteristicValueEditor_ShowAsQuestionList .characteristicValueEditor_AdministrationGridView .wcc_ContentBlockTitleCell {
   padding-left: 5px;
}
.characteristicValueEditor_ShowAsQuestionList .wcc_ContentBlockRow {
    margin-right: 0;
}
.legkenmerkwaardenvast .characteristicValueEditor_ShowAsQuestionList input[type=text]{
	background-color: #ffffff;	
}
.legkenmerkwaardenvast .characteristicValueEditor_ShowAsQuestionList .ui-selectmenu-button{
	background-color: #ffffff;	
}
.legkenmerkwaardenvast .characteristicValueEditor_ShowAsQuestionList .displayContentBorderPanel{
	background-color: #ffffff;	
}