@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, table, th, tr, td, span, div, p, input, select, option, h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: black;
	box-sizing: border-box;
}

.wcc_Body, #pageWrapper, .wcc_PageWrapper, .wcc_PageContainer, .wcc_PageContainer > .wcc_Centered, .wcc_ContentBlockFullHeight,
.wcc_Body input[type=submit]
{
	all: unset;
}
.btn
{
	font-size: 13px;
}
.wcc_Body {
	background-color: white;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
}
	.wcc_Body input[type=submit], .wijzigPersoon a.button, .wijzigPersoon a.button:hover {
		padding: 4px 24px;
		font-family: 'Albert Sans', Arial, Helvetica, Sans-Serif !important;
		background-color: #0072C6;
		color: white !important;
		font-size: 17px;
		font-weight: 800;
		height: 32px;
		line-height: 24px;
		border-radius: 0;
		margin-right: .5em;
		text-align: center;
		box-sizing: border-box;
		margin-left: 0;
		margin-bottom: 5px;
	}
		.wijzigPersoon a.button
		{
			height: 32px !important;
			display: inline-block;
			text-decoration: none !important;
		}
		.wcc_Body input[type=submit]:hover {
			background-color: #0072C6 !important;
			text-decoration: none;
			cursor: pointer;
		}
.card {
	border-width: 0px;
}
.wcc_ContentBlockTitle
{
	font-family: 'Albert Sans', Arial, Helvetica, Sans-Serif !important;
	font-weight: 800;
	font-size: 22px;
	color: #0072C6;
	text-transform: none;
	padding: .3em 0 .5em 0;
}
.wcc_ContentBlock, .wcc_ContentBlockFullHeight
{
	background-color: white; /* #f2f2f2; */
}
.wcc_ContentBlockTitleCell {
	font-family: 'Open Sans', sans-serif !important;
	padding: .4em .4em .4em 0;
	letter-spacing: 0;
	color: black;
}
.wcc_ContentBlockContentCell,
.wcc_ContentBlockContentCell a:link,
.wcc_ContentBlockContentCell a:visited,
.VoegClassificatieToe_CheckBoxList label
{
	color: black;
}
.wcc_ContentBlockContentCell a:link
{	
	text-decoration: underline;
}
.wcc_ContentBlockContentCell {
	white-space: normal;
	width: calc(100% - 180px);
	max-width: 370px;
}
.wcc_ContentBlockContentCell label
{
	padding-top: .2em;
	display: inline-block;	
	line-height: normal;
	margin-bottom: .1em;
}
.wcc_Body input[type=text], .wcc_Body input[type=password], .wcc_Body input[type=datetime], .wcc_Body input[type=number], .wcc_Body textarea {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
}
.wcc_ContentBlockContentCell input[type=text],
.wcc_ContentBlockContentCell input[type=tel]
{
	background-color: #efefef;
	border: 1px solid #bababa;
	height: 28px;
	line-height: 24px;
	padding: 0 .3em;
	box-sizing: border-box;
	font-size: 13px;
	color: black;
}
.wcc_Body input[type=text], .wcc_Body input[type=password], .wcc_Body input[type=datetime], .wcc_Body input[type=number], .wcc_Body input[type=email], .ui-selectmenu-button {
	height: 28px;
}

.wcc_Body input[type=text]:hover, .wcc_Body input[type=password]:hover, .wcc_Body input[type=datetime]:hover, .wcc_Body input[type=number]:hover, .wcc_Body input[type=email]:hover, .wcc_Body textarea:hover {
	background-color: #efefef;
	color: black;
}
.wcc_Body input[type=text], .wcc_Body input[type=password], .wcc_Body input[type=datetime], .wcc_Body input[type=number], .wcc_Body input[type=email], .wcc_Body textarea {
	background-color: #efefef;
	border: 1px solid #bababa;
	color: black;
}
#contentPanel form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5em;
}
.wcc_ContentBlockFullHeight {
	padding: 2em 0;
	box-sizing: border-box;
}
.VoegClassificatieToe_CheckBoxList
{
	text-indent: 1.2em;
}
.VoegClassificatieToe_CheckBoxList label input
{
	margin-right: .5em;
}
.wcc_ContentBlockSpacer
{
	height: 2em;
}


.identificeerrelatie #contentPanel form {
	grid-template-columns: 1fr;
	gap: .2em;
}

.identificeerrelatie .wcc_ContentBlock {
	width: 100%
}
.identificeerrelatie.wcc_Body input[type=submit]
{
	margin-top: 1em;
}
.identificeerrelatie.wcc_Body input[type=submit]
{
	line-height: 22px;
}
.identificeerrelatie button#backButton {
	padding: 4px 24px !important;
	color: white;
	font-size: 17px;
	font-weight: 800 !important;
	height: 32px !important;
	line-height: 24px !important;
	border-radius: 0 !important;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Albert Sans', Arial, Helvetica, Sans-Serif !important;
	margin-bottom: 5px;
}
.identificeerrelatie .wcc_TwoControlsOneRow_FloatRight,
.identificeerrelatie .wcc_TwoControlsOneRow_FloatLeft
{
	width: 48%;
}


@media screen and (max-width: 768px) {
	#contentPanel form
	{
		grid-template-columns: 1fr;
		gap: 0;
	}
}

	.mvcIdentificeerRelatie .wcc_ContentBlock {
		width: 477px;
	}

	.mvcIdentificeerRelatie .wcc_ContentBlockTitleCell {
		width: 220px;
	}

	.mvcIdentificeerRelatie .wcc_ContentBlockContentCell {
		left: 214px;
	}
	/*
.mvcIdentificeerRelatie #contentPanel form
{
	margin-bottom: 0px;
}
*/


	body.identificeerrelatie div.card {
		margin-left: 0;
	}

	.wcc_Required {
		border-color: #0072C6;
	}

	.wcc_Body input[type=text]:hover, .wcc_Body input[type=password]:hover, .wcc_Body input[type=datetime]:hover, .wcc_Body input[type=number]:hover, .wcc_Body input[type=email]:hover, .wcc_Body textarea:hover,
	.wcc_Body input[type=text]:focus, .wcc_Body input[type=password]:focus, .wcc_Body input[type=datetime]:focus, .wcc_Body input[type=number]:focus, .wcc_Body input[type=email]:focus {
		background-color: #0072C6;
		color: white;
	}

	body.identificeerrelatie .wcc_ContentBlockRow strong {
		font-family: "Albert Sans", sans-serif !important;
		font-size: 15px;
		position: relative;
		top: 6px;
	}

	.wijzigPersoon .wcc_SearchFilterFrame {
		padding: 0;
		background-color: transparent;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	.wcc_ContentBlockFixedWidth,
	.wcc_ContentBlock {
		height: auto;
	}

	.wijzigPersoon .wcc_SearchFilterFrame {
		padding: 6px 0 1px 0;
	}

	.wijzigPersoon .wcc_ContentBlockRow a:link, .wijzigPersoon .wcc_ContentBlockRow a:visited {
		color: black;
		text-decoration: underline;
	}

	.wijzigPersoon .wcc_SearchFilterFrame .wcc_ContentBlockTitleCell {
		padding-top: 2px;
	}
.wijzigPersoon input[type=email]:read-only, .wijzigPersoon input[type=email]:read-only:hover, .wijzigPersoon input[type=email]:read-only:focus
{
	border: none;
	background-color: transparent;
	color: black;
}
.wijzigPersoon .btn.functie {
	background-color: #0072C6;
	color: white;
}


	@media screen and (max-width: 768px) {
		.wcc_ContentBlockContentCell {
			width: calc(100% - 180px);
		}
	}
