/* CSS Document */

/* Alter seleccts */
select  {
	width:100%;
	border:none;
	border-bottom:solid 1px #757575;
	padding-left:5px;
	display:none;
}

select.ignore-input-style {
	display:block;
	border: 1px solid #a2a2a2;
}

select.ignore-input-style {
	padding:12px 20px 12px 10px;	
}

.select-clone-value{
	color:#676767;
	background:transparent;
}

.select-clone {
	background-color:#fff;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:110;
	display:block;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.52);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.52);
	max-height:300px;
	overflow:auto;
	display:none;
}

.select-clone-value {
	width:100%;
	border:none;
	border:1px solid #A2A2A2;	
	background-color:#fff;
}

.select-clone-value ,
.select-clone .option,
.input-wrap .input input, .input-wrap .input textarea{
	padding:8px 40px 8px 10px;
}

.select-clone-value.disabled {
	background-color: #f8f8f8;
    color: #808080 !important;
    cursor: not-allowed !important;
}

.select-clone-value:after {
	content: "\f0d7 ";	
	display:block;
	color:#8E8E8E;
	position:absolute;
	right:20px;
	top:6px;
	font-family: FontAwesome;
}

.select-clone-value.empty {
	color:#B1B1B1	
}

.select-clone-value:hover {
	cursor:pointer;	
}

.select-clone .option {
	color:#747474;
}
.select-clone .option:hover {
	cursor:pointer;
}

input[type="checkbox"]{
	display:none!important;
}

.checkbox-clone{
	width:16px;
	height:16px;
	float:left;
	background-color:white;
	border:1px solid #A2A2A2;
	margin:1px 10px 0px 0px;
	cursor:pointer;
}

.checkbox-clone:hover{
	border: 1px solid #A7A7A7;	
}

.checkbox-clone.checked:after{
	content: "\f00c ";	
	font-family: FontAwesome;
	font-size:16px;
	position:relative;
	top:-4px;
	left:-1px;
	color:#000
}
input[type="radio"]{
	display:none!important;
}

.radiobutton-clone{
	width:16px;
	height:16px;
	border-radius:8px;
	float:left;
	background-color:white;
	border:1px solid #A2A2A2;
	margin:0px 10px 0px 0px;
	cursor:pointer;
}


.radiobutton-clone.checked{
	background-color:#048df6;
}
/* Default layout */
input[name="controle_tegen_niet_mensen"]{
	position:absolute;
	margin-left:-5000px;	
}
.input-wrap {
	position:relative;
	margin: 5px 0px 10px 0px;
	padding-right:10px;
}


.form-row .input-wrap:last-child{
	padding-right:0px;	
}

.input-wrap[data-name="verborgenveld"]{
	display:none;	
}

	.input-wrap .label {
		width:100%;	
		padding-bottom:5px;
		font-size: 14px;
	}
	
	.input-wrap .label.hide {
		display:none;	
	}

	.input-wrap .input {
		width:100%;
		position:relative;
	}

		.input-wrap .input input,
		.input-wrap .input textarea {
			border:solid 1px #b0d9e2;
			width:100%;
			-webkit-appearance: none;
			font-family:inherit;
			line-height:inherit;
		}
		
.input-wrap .input textarea {
	min-height: 150px;
}

		.input-wrap .input input[type="checkbox"],
		.input-wrap .input input[type="radio"] {
			display:inline-block;	
			width:auto;
		}
		
		.input-wrap .input input[type="radio"] {
			padding:10px;	
			line-height:20px;
			float:left;
			width:20px;
			height:20px;
		}
		
		.input-wrap .input input[type="radio"] ~ span {
			padding-left:10px;
		}

		.input-wrap .input div.prefix {
		
			display:none;
			position:absolute;	
			border: 1px solid #a2a2a2;
			border-right:none;
			padding: 5px 8px 8px 8px;
			top:0;
			bottom:0;
			width:30px;
		}
		.input-wrap .input.field-type-phone div.prefix{
			padding-top:6px;	
			padding-left:10px;
		}
			.input-wrap .input div.prefix > i {
				color:	inherit;
			}

			.input-wrap .input div.prefix ~ input {
				padding-left:10px;
			}

		.input-wrap .input .text-block {
			margin-bottom:0;	
		}
		
		.input-wrap .input .text-block.text-alignment-left {
			text-align:left;	
		}
		
		.input-wrap .input .text-block.text-alignment-center {
			text-align:center;	
		}
		
		.input-wrap .input .text-block.text-alignment-right {
			text-align:right;	
		}
 
		.input-wrap .input input[type="submit"] {
			width:auto;
			padding:5px 25px; 
			float:right;
			border:0px;
		}
/* Error message */
	.form-error-message{                               
		width: 100%;
		border: 1px solid;
		color: #fff;
		padding: 15px;
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
		background-color: #de4343;
		border-color: #c43d3d;
	}
	.input-wrap .input .field-error{
		border-bottom:2px solid #C95456;	
	}
	.input-error{
		border:2px solid #C95456;	
	}
	.select-error{
		border-bottom:1px solid #C95456;	
	}
	.field-error-icon{
		display:none;	
	}
	.input-wrap .input.field-type-input .field-error-icon,
	.input-wrap .input.field-type-password .field-error-icon,
	.input-wrap .input.field-type-email .field-error-icon,
	.input-wrap .input.field-type-phone .field-error-icon,
	.input-wrap .input.field-type-numeric .field-error-icon,
	.input-wrap .input.field-type-website .field-error-icon,
	.input-wrap .input.field-type-date .field-error-icon,
	.input-wrap .input.field-type-time .field-error-icon,
	.input-wrap .input.field-type-price .field-error-icon,
	.input-wrap .input.field-type-radio .field-error-icon,
	.input-wrap .input.field-type-textfield .field-error-icon { 
		width: 30px;
		height:30px;
		position:absolute;
		top:9px;
		right:0;
	}
		.input-wrap .input .field-error-icon i{
			color:#C95456;
			font-size:24px;	
			line-height:28px; /* same height as parent div height */
			text-align:center;
		}
		
	.input-wrap .input.field-type-select .field-error-icon {
		width: 30px;
		height:30px;
		position:absolute;
		top:3px;
		right:30px;
	}
/*

.group > .margin > .padding .article.item-form.width-10,	
.group > .margin > .padding .article.item-form.width-15,	
.group > .margin > .padding .article.item-form.width-20,	
.group > .margin > .padding .article.item-form.width-25,
.group > .margin > .padding .article.item-form.width-30,	
.group > .margin > .padding .article.item-form.width-33,	
.group > .margin > .padding .article.item-form.width-35,	
.group > .margin > .padding .article.item-form.width-40,		
.group > .margin > .padding .article.item-form.width-45,		
.group > .margin > .padding .article.item-form.width-50 {
	width:100%;
}
*/
.form-succes-shadow {
	background:rgba(0,0,0,0.7);
	position:fixed;
	z-index:50000;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.form-succes {
	background-color:#fff;
	position:fixed;
	z-index:50001;
	border-radius:5px;
	top:100px;
	padding:20px;
	width:700px;
	left:50%;
	margin-left:-400px;
}

.form-succes > .text {  
	margin:0 auto;
	width:80%;
	color:#575757;
}

.form-succes > .close-button {  
	float:right;
	padding:6px 15px;
	margin-top:30px;
	border-radius:3px;
	background-color:#198EC7;
	color:#fff;
	cursor:pointer;
}

.form-succes > .close-button:hover {
	background-color:#39A7DC;
}


	
/*
* styling the checkbox animation
*/
.form-succes .icon {
	margin:0 auto;
	margin-bottom:30px;
}

.form-succes .icon {
    border: 4px solid #808080;
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

.form-succes .icon.success {
    border-color: #a5dc86;
	display:block;
}

.form-succes .icon.success::before, 
.form-succes .icon.success::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.form-succes .icon.success::before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px 0;
}

.form-succes .icon.success::after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform: rotate(-45deg);
    transform-origin: 0 60px 0;
}

.icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}

.form-succes .icon.success .placeholder {
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.form-succes .icon.success .fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 8px;
    z-index: 1;
}

.form-succes .icon.success .line {
    background-color: #a5dc86;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.form-succes .icon.success .line.tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
}

.form-succes .icon.success .line.long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
}

.animate-success-tip {
    animation: 0.75s ease 0s normal none 1 running animate-success-tip;
}

.animate-success-long {
    animation: 0.75s ease 0s normal none 1 running animate-success-long;
}

.form-succes .icon.success.animate::after {
    animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}	
	
@keyframes animate-success-tip {
	0% {
		left: 1px;
		top: 19px;
		width: 0;
	}
	54% {
		left: 1px;
		top: 19px;
		width: 0;
	}
	70% {
		left: -8px;
		top: 37px;
		width: 50px;
	}
	84% {
		left: 21px;
		top: 48px;
		width: 17px;
	}
	100% {
		left: 14px;
		top: 45px;
		width: 25px;
	}
}

@keyframes animate-success-long {
	0% {
		right: 46px;
		top: 54px;
		width: 0;
	}
	65% {
		right: 46px;
		top: 54px;
		width: 0;
	}
	84% {
		right: 0;
		top: 35px;
		width: 55px;
	}
	100% {
		right: 8px;
		top: 38px;
		width: 47px;
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}

/* A */	
@media (max-device-width:1023px) and (orientation:landscape)
{
}

/* B */	
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{
	
}

/* C */	
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{
	.select-clone-value {
		padding-top:8px;
		padding-bottom:8px;	
	}
	
	.form-succes {
		position:absolute;
		left:20px;
		right:20px;
		margin:0;
		width:auto;
	}
	
	.form-succes > .text {
		width:100%;	
	}	
}
	
/* D */	
@media (max-width:499px),(max-device-width:499px) and (orientation:portrait)
{
	form .form-row > .input-wrap {
		width: 100%;
		padding-right: 0;
	}
}
	
	
	
	