/* 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:#DBDEDC;
	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 {
	padding: 8px 12px 8px 10px;
	min-height: 40px;
	width: 100%;
	border: none;
	border: 1px solid #DEDEDE;	
	background-color:#fff;
	color: #000000;
}

.select-clone .option,
.input-wrap .input input,
.input-wrap .input textarea {
	padding: 7px 10px 5px 10px;
	min-height: 40px;
	outline: none;
}
.input-wrap .input textarea {
	resize: vertical;
}

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

.select-clone-value:after {
	content: "\f107 ";	
	display: block;
	color:#8E8E8E;
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: "Font Awesome 5 Pro";
}

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

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

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

/* Default layout */
input[name="controle_tegen_niet_mensen"] {
	position: absolute;
	margin-left: -5000px;	
}
.input-wrap {
	position: relative;
	margin: 3px 0px 5px 0px;
	padding-right: 10px;
}

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

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

.form-row .start-repeat-items {
	border: dashed 1px #bbb;
	padding: 10px;
}

.form-row .start-repeat-items .repeat-block {
	width: 100%;
	padding: 10px;
	background-color: #E1E1E1;
	position: relative;
}

.form-row .start-repeat-items .repeat-block:not(:first-child) {
	margin-top: 10px;
}

.form-row .start-repeat-items .repeat-block .remove {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

.form-row .start-repeat-items .repeat-block:first-child .remove {
	display: none;
}

.form-row .add-repeat-button {
	text-align: center;
	padding: 20px;
	cursor: pointer;
	background-color: #F4F4F4;
	margin-top: 10px;
	text-transform: uppercase;
}

.form-row .add-repeat-button:hover {
	background-color: #E1E1E1;
	transition: all 0.15s ease-in-out;
}

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

.input-wrap .label {
	width: 100%;	
	padding-bottom: 5px;
}

.input-wrap .label.hide {
	display: none;	
}

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

.input-wrap .input > .tooltip {
	position: absolute;
	right: 1px;
	top: 1px; 
	bottom: 1px;
	width: 30px;
	text-align: center;
}

.input-wrap .input.field-type-numeric > .tooltip {
	position: absolute;
	right: 25px;
	top: 1px; 
	bottom: 1px;
	width: 30px;
	text-align: center;
}

.input-wrap .input > .tooltip > [data-toggle="tooltip"] {
	color: #5A5A5A;
}

.input-wrap .input.field-type-radio > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-checkbox > .tooltip > [data-toggle="tooltip"] {
	margin-top: 0;
}

.input-wrap .input.field-type-file > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-input > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-phone > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-email > .tooltip > [data-toggle="tooltip"] {
	margin-top: 9px;
}

.input-wrap .input.field-type-numeric > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-price > .tooltip > [data-toggle="tooltip"],
.input-wrap .input.field-type-website > .tooltip > [data-toggle="tooltip"] {
	margin-top: 10px;
}


.input-wrap .input input,
.input-wrap .input textarea {
	border: solid 1px #DEDEDE;
	width: 100%;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: inherit;
    
}
.input-wrap .input input:not([type="submit"]),
.input-wrap .input textarea{
    border-radius:5px!important;
}
.input-wrap .input input::placeholder,
.input-wrap .input textarea::placeholder {
	color: #DBDEDC;
}

.input-wrap .input input[type="checkbox"],
.input-wrap .input input[type="radio"] {
	display: inline-block;	
	width: auto;
}

.input-wrap .input input[type="checkbox"],
.input-wrap .input input[type="radio"],
input[type="radio"],
input[type="checkbox"] {
	padding: 0;	
	height: auto;
	border: none;
	min-height: 0;
	outline: none;
	float: left;
	display: none;
}

/* Radiobutton animation */
.radiobutton-clone {
	display: inline-block;
    padding: 12px 0 0 24px;
	cursor: pointer;
}

.radiobutton-clone:before {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
	border: 1px solid #999;
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(.4, 0, .2, 1);
}

.radiobutton-clone:after {
	content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #4280C7;
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(.4, 0, .2, 1);
}

.radiobutton-clone.checked:before {
	border-color: #4280C7;
}

.radiobutton-clone.checked:after {
	transform: scale(1, 1);
}
/* end Radiobutton animation */

/* checkbox animation */
input[type='checkbox'] {
	display: none !important;
}

.checkbox-clone {
	transition: all ease-in-out 0.2s;
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #DEDEDE;
	top: 3px;
	position: absolute;
	cursor: pointer;
    border-radius: 3px;
}

.checkbox-clone:hover {
	border: 2px solid #999 !important;
}

.checkbox-clone.checked::after{
    border-bottom: 2px solid #4280C7;
	border-left: 2px solid #4280C7;
}
.checkbox-clone.checked:hover {
	border: 1px solid #4280C7 !important;
}

.checkbox-clone + input + div > label {
	width: 20px;
	height: 20px;
}

.checkbox-clone::after {
	content: '';
	position: absolute;
	width: 17px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 4px;
	transform-origin: bottom-left;
	opacity: 0;
	transition: all ease-in-out 0.2s;
    left:1px;

}

.checkbox-clone.checked::after {
	opacity: 1;
	transform: rotate(-45deg);
}
/* end checkbox animation */

.input-wrap .input.field-type-agreement .label,
.input-wrap .input.field-type-mailchimp .label,
.input-wrap .input.field-type-checkbox .label,
.input-wrap .input.field-type-radio .label {
	padding-left: 25px;
}

.input-wrap .input div.prefix {
	display: inline-block;
	position: absolute;	
	padding: 10px 8px 9px 8px;
	top: 0;
	bottom: 0;
	width: 30px;
}

.input-wrap .input.field-type-phone div.prefix{
	padding-top: 10px;	
	padding-left: 10px;
}

.input-wrap .input div.prefix > i {
	color:	inherit;
}

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

.input-wrap .input .text-block {
	margin-bottom: 0;	
}

.input-wrap .text-block.text-alignment-left {
	text-align: left;	
}

.input-wrap .text-block.text-alignment-center {
	text-align: center;	
}

.input-wrap .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 */
.input-wrap .input .field-error {
	border-bottom: 2px solid #C95456;	
}

.input-error .select-clone-value,
.checkbox-clone.input-error,
.input-error > .input input,
.input-error > .input textarea,
.radiobutton-clone.input-error,
.field-type-radio.input-error input[type="radio"]:before  {
	border-color: #FF0000!important;
}

.input-error .label {
	color: #FF0000;
}
.select-error {
	border-bottom: 1px solid #C95456;	
}

.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 {
	position: absolute;
	z-index: 50001;
	border-radius: 5px;
	top: 100px;
	left: 500px;
	width: auto;   
	padding: 20px; 
	margin: 0px -200px 0px -200px; 
	background: #fff;
}

.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 {
    border: 4px solid #808080;
    border-radius: 50%;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto 30px 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;
}
form fieldset {
	margin: 15px 0;
	padding: 20px;
}	
	
@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-width: 1024px)
{
}

/* B */	
@media (max-width: 991px)
{
	
}

/* C */	
@media (max-width: 767px)
{
	.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: 479px)
{
	form .form-row > .input-wrap,
	form .form-row > fieldset .input-wrap,
	form .form-row > .start-repeat-items .repeat-block .input-wrap {
		width: 100%;
		padding-right: 0;
	}
}
