/*__________________________________________________________
 |															|
 |	Klantspecifieke stylesheet voor externe MVC-pagina's	|
 |	Windex Communication Centre								|
 |	Copyright © Windex Bedrijfssoftware BV					|
 |__________________________________________________________|
 |															|
 |	Klant:	Vereniging van Hoveniers en Groenvoorzieners	|
 |	Datum:	03-11-2022										|
 |_________________________________________________________*/

@font-face {
	font-family: 'akrobatblack';
	src: url('fonts/akrobat-black.eot');
	src: url('fonts/akrobat-black.eot?#iefix') format('embedded-opentype'), url('fonts/akrobat-black.woff') format('woff'), url('fonts/akrobat-black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'akrobatregular';
	src: url('fonts/akrobat-regular.eot');
	src: url('fonts/akrobat-regular.eot?#iefix') format('embedded-opentype'), url('fonts/akrobat-regular.woff') format('woff'), url('fonts/akrobat-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src: url("fonts/Linearicons.eot");
	src: url("fonts/Linearicons.eot#iefix") format("embedded-opentype"), url("fonts/Linearicons.ttf") format("truetype"), url("fonts/Linearicons.woff") format("woff"), url("fonts/Linearicons.svg#Linearicons") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nimbus-reg';
	src: url("fonts/nimbus-reg.eot");
	src: url("fonts/nimbus-reg.eot?#iefix") format("embedded-opentype"), url("fonts/nimbus-reg.woff") format("woff"), url("fonts/nimbus-reg.ttf") format("truetype"), url("fonts/nimbus-reg.svg#nimbus-reg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'nimbus-bold';
	src: url("fonts/nimbus-bold.eot");
	src: url("fonts/nimbus-bold.eot?#iefix") format("embedded-opentype"), url("fonts/nimbus-bold.woff") format("woff"), url("fonts/nimbus-bold.ttf") format("truetype"), url("fonts/nimbus-bold.svg#nimbus-bold") format("svg");
	font-weight: normal;
	font-style: normal
}


body, html, .wccBody, span, div, table, tr, td, label input, option, p {
	color: #000000;
	font-family: 'nimbus-reg', Arial, Helvetica, sans-serif !important;
	font-size: 15px;
}

label {
	color: #1a314e;
}

.wcc_ContentBlockTitle {
	color: black;
	font-family: 'akrobatblack', Arial, Helvetica, sans-serif !important;
	font-size: 22px;
	line-height: 21px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.wcc_PageContainer, .wcc_PageContainer > .wcc_Centered {
	float: left;
	left: 0px;
}

.wcc_ContentBlockFullHeight {
	padding-left: 0px;
}

.wcc_ContentBlockTextSpacing, .wcc_ContentBlockTitle, .wcc_ContentBlockSubTitle, .wcc_ContentBlockSubTitleWithLine, .wcc_ContentBlockTitleCell, .wcc_ContentBlockFullCell {
	padding-left: 0px;
}

.wcc_Body input[type=file] {
	background-color: #ffffff;
	color: #000000;
	font-family: 'nimbus-reg', Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	border: none;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}

[type="file"] + label {
	font-family: 'nimbus-reg', Arial, Helvetica, sans-serif !important;
	font-size: 15px;
}

.wcc_Required {
	border-color: #1E335D;
}

.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 textarea:hover {
	border-color: #1E335D;
}

.wcc_Body input[type=text]:focus, .wcc_Body input[type=password]:focus, .wcc_Body input[type=datetime]:focus, .wcc_Body input[type=number]:focus {
	background-color: #1E335D;
	border-color: #1E335D;
}

.wcc_Body input[type=submit], .wcc_Body input[type=submit]:hover,
.wcc_Body input[type=button], .wcc_Body input[type=button]:hover {
	background-color: #a6CE39;
	border: 1px solid #a6CE39;
	border-color: #a6CE39;
	border-radius: 0px;
	color: #fff;
	font-family: 'akrobatblack', Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	height: 38px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s,color .2s;
}

	.wcc_Body input[type=submit]:hover {
		background-color: #1E335D;
		border-color: #1E335D;
	}

	.wcc_Body input[type=submit]:after {
		font-family: 'Linearicons';
		padding-left;
		content: "\e944";
	}

.btn-success {
	margin: 0px !important;
}

.organizationedit .btn-success {
	top: 0px !important;
}


.organizationedit .form-group.row-margin {
	float: left;
	width: 100%;
}

.wcc_Body input[type=text], .wcc_Body input[type=password], .wcc_Body input[type=datetime], .wcc_Body textarea,
.wcc_Body input[type=number], .wcc_Body input[type=email], .wcc_Body input[type=tel] {
	background-color: white;
	border-radius: 0px !important;
	border: 1px solid #cccccc;
	font-family: 'nimbus-reg', Arial, Helvetica, sans-serif !important;
	font-size: 15px;
}

.form-control {
	border-radius: 0px;
}

input.form-control {
	box-sizing: border-box;
	float: left;
	margin-right: 2px;
}


/* ivm classificatie blok */
.employeeedit .wcc_ContentBlockFullHeight {
	height: auto !important;
}


/* i.v.m. ongewenste ellipsis op meerdere form fields (zoals telefoonummer medewerker) */
.wcc_ContentBlockContentCell {
	text-overflow: inherit;
}

.wcc_Body input[type=number], .wcc_Body input[type=email], .wcc_Body input[type=tel] {
	height: 26px;
}

.wcc_Body input[type=number], .wcc_Body input[type=email], .wcc_Body input[type=tel], .wcc_Body textarea {
	width: 100%;
	color: black;
	padding-left: 5px;
	box-sizing: border-box;
}

	.wcc_Body input[type=number]:focus, .wcc_Body input[type=email]:focus, .wcc_Body input[type=tel]:focus, .wcc_Body textarea:focus {
		border: 1px solid #1E335D;
		background-color: #1E335D;
		color: white;
	}

.uploadControl_ImagePreviewPanel {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	float: right;
	margin: 5px 15px 5px 15px;
	box-sizing: border-box;
	padding: 10px;
	min-height: 150px;
}

	.uploadControl_ImagePreviewPanel img {
		max-height: 125px;
	}

.wcc_Body {
	background-color: transparent;
}

.employeeedit input.btn.btn-success {
	float: right;
	position: relative;
	right: 0px;
	padding: 6px 10px;
}

/* identificeer relatie */
.externProces.identificeerRelatie .wcc_ContentWrapper,
.externProces.identificeerRelatie .row,
.externProces.identificeerRelatie .card {
	margin: 0;
}

.externProces.identificeerRelatie .wcc_ContentBlockFixedWidth,
.externProces.identificeerRelatie .wcc_ContentBlock {
	width: 100%;
}

.externProces.identificeerRelatie .card,
.externProces.identificeerRelatie div {
	box-sizing: border-box;
}

.externProces.identificeerRelatie .wcc_ContentBlockTitleCell {
	width: 30%;
	position: relative;
	float: left;
}

.externProces.identificeerRelatie .wcc_ContentBlockContentCell {
	width: 70%;
	float: left;
	left: 0;
	position: relative;
	max-width: 500px;
}

.externProces.identificeerRelatie .card-body {
	padding: 1.3em;
}

.externProces.identificeerRelatie .wcc_ContentBlockRow strong {
	display: inline-block;
	padding-top: 20px;
}

.externProces.identificeerRelatie .wcc_TwoControlsOneRow_FloatLeft,
.externProces.identificeerRelatie .wcc_TwoControlsOneRow_FloatRight {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.externProces.identificeerRelatie .wcc_ContentBlockTitleCell {
		padding-bottom: .5em;
	}

	.externProces.identificeerRelatie .wcc_ContentBlockTitleCell,
	.externProces.identificeerRelatie .wcc_ContentBlockContentCell {
		width: 100%;
		padding-left: 0;
	}

	.externProces.identificeerRelatie .card-body {
		padding: .7em;
	}

	.externProces.identificeerRelatie input[type=text], .externProces.identificeerRelatie input[type=password],
	.externProces.identificeerRelatie input[type=datetime], .externProces.identificeerRelatie input[type=number],
	.externProces.identificeerRelatie input[type=email] {
		height: 35px;
	}
}


/* toegevoegd 22-07-2022 */

@media only screen and (max-width: 1170px) {
	.employeeedit .wcc_ContentBlockFullHeight:nth-child(odd) {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 640px) {
	.organizationedit, .employeeedit {
		padding-top: 0px;
	}

		.organizationedit .wcc_ContentBlockFullHeight,
		.employeeedit .wcc_ContentBlockFullHeight {
			padding-top: 0px;
		}

		.organizationedit .wcc_ContentBlockFullHeight,
		.employeeedit .wcc_ContentBlockFullHeight {
			padding-top: 0px !important;
			margin-top: 0px !important;
			padding-bottom: 0px !important;
			margin-bottom: 0px !important;
		}

		.employeeedit .VoegClassificatieToe_CheckBoxList {
			padding-bottom: 15px;
		}

	.wcc_PageContainer, .wcc_PageContainer > .wcc_Centered,
	.wcc_ContentBlockFullHeight {
		width: 100%;
		padding-left: 10px;
	}

	.wcc_ContentBlockTitleCell, .wcc_ContentBlockContentCell {
		position: relative;
		padding-left: 0px;
		padding-bottom: 3px;
		max-width: 100%;
		border: none;
		left: 0px;
		float: left;
		width: 100%;
	}

	.wcc_ContentBlockTitleCell {
		font-weight: 600;
	}

	.wcc_Body input[type=text], .wcc_Body input[type=password],
	.wcc_Body input[type=datetime], .wcc_Body textarea, .wcc_Body input[type=number],
	.wcc_Body input[type=email], .wcc_Body input[type=tel] {
		min-height: 24px;
		border: 1px solid #bababa;
	}

	.uploadControl_ImagePreviewPanel {
		margin: 0px;
		width: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	.wcc_Body input[type=text], .wcc_Body input[type=password], .wcc_Body input[type=datetime],
	.wcc_Body textarea, .wcc_Body input[type=number], .wcc_Body input[type=email],
	.wcc_Body input[type=tel], .wccBody input[type=file] {
		border: 1px solid #cccccc !important;
		font-family: "Nunito", Arial, Helvetica, sans-serif !important;
		-webkit-appearance: none !important;
		border-radius: 0 !important;
	}
}

.responseMessage {
	background-color: #d0e597; /* #bbdd77 */
	border: 1px solid #a6CE39;
	padding: 10px;
	color: darkgreen;
}

.wcc_Body input[type=text]:hover, .wcc_Body input[type=password]:hover, .wcc_Body textarea:hover {
	border-color: #4F5F8F;
}

.wcc_Body input[type=text]:focus, .wcc_Body input[type=password]:focus, .wcc_Body textarea:focus {
	border-color: #1E335D;
}

.wcc_Body input[type=text]:disabled, .wcc_Body input[type=password]:disabled, .wcc_Body textarea:disabled {
	border: 1px solid #F0F0F0;
}

/* SelectMenu */

.ui-selectmenu-button:hover {
	border-color: #1E335D;
}

li.ui-menu-item:hover,
.ui-state-active,
.ui-state-focus {
	background-color: #1E335D;
	border-color: #1E335D;
}

.ui-selectmenu-button-open,
.ui-selectmenu-button:focus,
.ui-selectmenu-button:active {
	background-color: #1E335D;
	border-color: #1E335D;
}

.ui-menu-item .ui-state-active:active {
	background-color: #1E335D;
	border-color: #1E335D;
}

li.ui-menu-item:hover, .ui-state-active, .ui-state-focus {
	background-color: #1E335D !important;
	line-height: 23px;
	border-color: white;
}
