/* RESETS */

	/* RANGE */

		.uk-range {-webkit-appearance:none; box-sizing:border-box; margin:0; vertical-align:middle; max-width:100%; width:100%; background:transparent;}
		.uk-range:focus {outline:none;}
		.uk-range::-moz-focus-outer {border:none;}
		.uk-range:not(:disabled)::-webkit-slider-thumb {cursor:pointer;}
		.uk-range:not(:disabled)::-moz-range-thumb {cursor:pointer;}
		.uk-range::-webkit-slider-runnable-track {height:3px; background:#ebebeb; border-radius:500px;}
		.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {background:#dedede;}
		.uk-range::-moz-range-track {height:3px; background:#ebebeb; border-radius:500px;}
		.uk-range:focus::-moz-range-track {background:#dedede;}
		.uk-range::-webkit-slider-thumb {-webkit-appearance:none; margin-top:-7px; height:15px; width:15px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}
		.uk-range::-moz-range-thumb {border:none; height:15px; width:15px; margin-top:-7px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}

	/* FORM BUILDER */

		.FormBuilder {padding-bottom: 0.5px !important;}
		.FormBuilder > form {margin-bottom: 0;}
		.FormBuilder > .uk-alert:last-child {margin-bottom: 0 !important;}

		.Inputfields > .Inputfield:last-child {margin-bottom: 0 !important;}
		.Inputfields::before, .InputfieldContent::before, .formpass-columns .Inputfield:not([style*='width'])::before, .uk-fieldset::before, .uk-fieldset::before {content: ""; display: table-cell; }
		.Inputfields::after, .InputfieldContent::after, .formpass-columns .Inputfield:not([style*='width'])::after, .uk-fieldset::after, .uk-fieldset::after {content: ""; display: table; clear: both; }
		.InputfieldRadiosFloated::before, .InputfieldCheckboxesFloated::before, .InputfieldRadiosWidth::before, .InputfieldCheckboxesWidth::before, .InputfieldRadiosColumns::before, .InputfieldCheckboxesColumns::before {content: ""; display: table-cell; }
		.InputfieldRadiosFloated::after, .InputfieldCheckboxesFloated::after, .InputfieldRadiosWidth::after, .InputfieldCheckboxesWidth::after, .InputfieldRadiosColumns::after, .InputfieldCheckboxesColumns::after {content: ""; display: table; clear: both; }
		.InputfieldHidden,.InputfieldHeaderHidden,#wrap_Inputfield-,.Inputfield_setup,.Inputfield_what_url,.Inputfield_what_page{display:none!important}
		.form-frame{overflow-y:hidden}
		.FormBuilder{padding-bottom:1px}
		.FormBox .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{color:#f0506e;margin-left:5px;margin-top:-2px;content:' *';font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;position:absolute;}
		.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{color:#fef4f6;}

		.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{position: relative; }
		.InputfieldRadiosStacked > * > label > input,.InputfieldCheckboxesStacked > * > label > input,.InputfieldRadiosFloated > * > label > input,.InputfieldCheckboxesFloated > * > label > input,.InputfieldRadiosWidth > * > label > input,.InputfieldCheckboxesWidth > * > label > input{position: absolute; }
		.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{float: left; }
		.InputfieldFormBuilderFileList,.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,.InputfieldRadiosWidth,.InputfieldCheckboxesWidth,.InputfieldRadiosStacked,.InputfieldCheckboxesStacked{padding: 0; list-style: none; margin-bottom: 0; }
		.InputfieldFormBuilderFileList > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *,.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *{break-inside:avoid-column}
		.InputfieldFormBuilderFileList > * > :last-child,.InputfieldRadiosFloated > * > :last-child,.InputfieldCheckboxesFloated > * > :last-child,.InputfieldRadiosWidth > * > :last-child,.InputfieldCheckboxesWidth > * > :last-child,.InputfieldRadiosStacked > * > :last-child,.InputfieldCheckboxesStacked > * > :last-child{margin-bottom: 0; }
		.InputfieldCheckbox > .InputfieldContent > label{position: relative; display: block; }
		.InputfieldCheckbox > .InputfieldContent > label > input{position:absolute; left: 0; }

		.uk-textarea {resize: none;}

	/* UIKIT */

		.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {box-sizing:border-box; margin:0; border-radius:0; font:inherit;}
		.uk-input {overflow:visible;}
		.uk-select {text-transform:none;}
		.uk-select optgroup {font:inherit; font-weight:bold;}
		.uk-textarea {overflow:auto;}
		.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
		.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button {height:auto;}
		.uk-input[type="date"]::-webkit-datetime-edit, .uk-input[type="time"]::-webkit-datetime-edit, .uk-input[type="datetime-local"]::-webkit-datetime-edit {display: inline-flex; align-items: center; height: 100%; padding: 0; }
		.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {opacity:1;}
		.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {cursor:pointer;}
		.uk-fieldset {border:none; margin:0; padding:0; min-width:0;}
		.uk-input, .uk-textarea {-webkit-appearance:none;}

/* FIELD STYLES */

	/* TEXT & SELECT */

		.uk-input, .uk-select, .uk-textarea {
			max-width:100%; width:100%; border:0 none; border:0.5px solid #e5e5e5; transition:0.2s ease-in-out; transition-property:color, background-color, border;
			padding:0 10px; background:#fff; color:#666;
		}
		.uk-input, .uk-select:not([multiple]):not([size]) {
			height:40px; vertical-align:middle; display:inline-block;
		}
		.uk-input:not(input), .uk-select:not(select) {
			line-height:38px;
		}
		.uk-select[multiple], .uk-select[size], .uk-textarea {
			padding-top:6px; padding-bottom:6px; vertical-align:top;
		}
		.uk-select[multiple], .uk-select[size] {resize:vertical;}
		.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
			outline:none; background-color:#fff; color:#666; border-color:#009fe2;
		}
		.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
			background-color:#f8f8f8; color:#999; border-color:#e5e5e5;
		}
		.uk-input::placeholder {
			color:#999;
		}
		.uk-textarea::placeholder {
			color:#999;
		}

		.uk-select:not([multiple]):not([size]) {
			-webkit-appearance:none; -moz-appearance:none; padding-right:20px;
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
			background-repeat:no-repeat; background-position:100% 50%;
		}
		.uk-select:not([multiple]):not([size]) option {
			color:#666;
		}
		.uk-select:not([multiple]):not([size]):disabled {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
		}

		/* inverse */

			.uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea {
				background-color:rgba(255, 255, 255, 0.1); color:rgba(255, 255, 255, 0.7); background-clip:padding-box; border-color:rgba(255, 255, 255, 0.2);
			}
			.uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus {
				background-color:rgba(255, 255, 255, 0.15); color:rgba(255, 255, 255, 0.7); border-color:rgba(255, 255, 255, 0.7);
			}
			.uk-light .uk-input::placeholder {color:rgba(255, 255, 255, 0.5);}
			.uk-light .uk-textarea::placeholder {color:rgba(255, 255, 255, 0.5);}
			.uk-light .uk-select:not([multiple]):not([size]) {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}

	/* BLANK STYLE */

		.uk-form-blank {background:none; border-color:transparent;}
		.uk-form-blank:focus {border-color:#e5e5e5; border-style:solid;}

	/* INPUT LISTS */
		
		.uk-input[list] {
			padding-right:20px;
			background-repeat:no-repeat;
			background-position:100% 50%;
		}
		.uk-input[list]:hover, .uk-input[list]:focus {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
		}
		.uk-input[list]::-webkit-calendar-picker-indicator {display:none !important;}

		/* inverse */

			.uk-light .uk-input[list]:hover,
			.uk-light .uk-input[list]:focus {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}

	/* RADIOS AND CHECKBOXES */
		
		.uk-radio, .uk-checkbox {
			-webkit-appearance:none; -moz-appearance:none; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%;
			display:inline-block; overflow:hidden; vertical-align:middle;  transition:0.2s ease-in-out; transition-property:background-color, border;
			border:0.5px solid #cccccc;
			height:16px; width:16px; margin-top:-4px; 
		}
		.uk-radio {
			border-radius:50%;
		}
		.uk-radio:focus, .uk-checkbox:focus {
			background-color:rgba(0, 0, 0, 0);
			outline:none;
			border-color:#009fe2;
		}
		.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
			background-color:#009fe2; border-color:transparent;
		}
		.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
			background-color:#0e6dcd;
		}
		.uk-radio:checked {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%2F4858%22%20%2F%3E%0A%3C%2Fsvg%3E");
		}
		.uk-checkbox:checked {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
		}
		.uk-checkbox:indeterminate {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
		}

		.uk-radio:disabled, .uk-checkbox:disabled {
			background-color:#f8f8f8; border-color:#e5e5e5;
		}
		.uk-radio:disabled:checked {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%2F4858%22%20%2F%3E%0A%3C%2Fsvg%3E");
		}
		.uk-checkbox:disabled:checked {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
		}
		.uk-checkbox:disabled:indeterminate {
			background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
		}

		/* inverse */

			.uk-light .uk-radio,
			.uk-light .uk-checkbox {background-color:rgba(255, 255, 255, 0.1); border-color:rgba(255, 255, 255, 0.2);}
			
			.uk-light .uk-radio:focus,
			.uk-light .uk-checkbox:focus {background-color:rgba(255, 255, 255, 0.15); border-color:rgba(255, 255, 255, 0.7);}
			
			.uk-light .uk-radio:checked,
			.uk-light .uk-checkbox:checked,
			.uk-light .uk-checkbox:indeterminate {background-color:#fff; border-color:#fff;}
			
			.uk-light .uk-radio:checked:focus,
			.uk-light .uk-checkbox:checked:focus,
			.uk-light .uk-checkbox:indeterminate:focus {background-color:#ffffff;}
			
			.uk-light .uk-radio:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%2F4858%22%20%2F%3E%0A%3C%2Fsvg%3E");}
			.uk-light .uk-checkbox:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
			.uk-light .uk-checkbox:indeterminate {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");}

	/* RADIOS AND CHECKBOXES LISTS */

		.InputfieldRadios > .InputfieldContent label, .InputfieldCheckboxes > .InputfieldContent label {
			font-size:14px;line-height:1.5;
		}
		.InputfieldRadiosStacked > * > label > input, .InputfieldCheckboxesStacked > * > label > input,
		.InputfieldRadiosFloated > * > label > input, .InputfieldCheckboxesFloated > * > label > input,
		.InputfieldRadiosWidth > * > label > input, .InputfieldCheckboxesWidth > * > label > input {
			left: 0; top: 7px;
		}
		
		.InputfieldCheckbox > .InputfieldContent > label{
			padding-left: 30px;
		}
		.InputfieldCheckbox > .InputfieldContent > label > input{
			top: 7px;
		}

		.uk-text-center .InputfieldCheckbox > .InputfieldContent > label{
			padding-left: 0;
		}
		.uk-text-center .InputfieldCheckbox > .InputfieldContent > label > input{
			top: 0; margin-right: 10px; position: relative;
		}

		.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,
		.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,
		.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > * {
			padding-left: 24px;
		}
		.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,
		.InputfieldRadiosWidth,.InputfieldCheckboxesWidth {
			margin-top: -5px;
		}
		.InputfieldRadiosFloated,.InputfieldCheckboxesFloated {
			margin-left: -20px !important;
		}
		.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > * {
			float:left;
		}
		.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,
		.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > * {
			margin: 5px 5px 0 20px;
		}
		.InputfieldRadiosWidth,.InputfieldCheckboxesWidth {
			margin-left: -20px !important;
		}
		.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > * {
			margin-left: 20px;
		}
		.InputfieldFormBuilderFileList > :nth-child(n+2),
		.InputfieldFormBuilderFileList > * > ul,
		.InputfieldRadiosStacked > :nth-child(n+2),
		.InputfieldRadiosStacked > * > ul,
		.InputfieldCheckboxesStacked > :nth-child(n+2),
		.InputfieldCheckboxesStacked > * > ul {
			margin-top: 5px;
		}
		@media (min-width: 1200px) {
			.InputfieldRadiosColumns,.InputfieldCheckboxesColumns {
				margin-left: -20px !important;
			}
			.InputfieldRadiosColumns > *,.InputfieldCheckboxesColumns > * {
				float:left; margin-left: 20px;
			}
		}

	/* FILES */

		.uk-form-custom {display:inline-block; position:relative; max-width:100%; vertical-align:middle;}
		.uk-form-custom select,
		.uk-form-custom input[type="file"] {position:absolute; top:0; z-index:1; width:100%; height:100%; left:0; -webkit-appearance:none; opacity:0; cursor:pointer;}
		.uk-form-custom input[type="file"] {font-size:500px; overflow:hidden;}

	/* FIXED WIDTHS */

		input.uk-form-width-xsmall {width:50px;}
		select.uk-form-width-xsmall {width:75px;}

		.uk-form-width-small {width:130px;}
		.uk-form-width-medium {width:200px;}
		.uk-form-width-large {width:500px;}

/* LAYOUT VARIANTS */

	/* SIZE STYLES */

		/* text & selects */

			.uk-form-small {
				font-size:14px;line-height:1.5;
			}
			.uk-form-small:not(textarea):not([multiple]):not([size]),
			.pass-form-small input.uk-input, .pass-form-small select {
				height:30px; padding-left:8px; padding-right:8px;
			}
			textarea.uk-form-small, [multiple].uk-form-small, [size].uk-form-small,
			.pass-form-small textarea {
				padding:5px 8px;
			}
			.uk-form-small:not(select):not(input):not(textarea) {
				line-height:28px;
			}

			.uk-form-large:not(textarea):not([multiple]):not([size]),
			.pass-form-large input.uk-input, .pass-form-large select {
				height:55px; padding-left:12px; padding-right:12px;
			}
			textarea.uk-form-large, [multiple].uk-form-large, [size].uk-form-large,
			.pass-form-large textarea {
				padding:7px 12px;
			}
			.uk-form-large:not(select):not(input):not(textarea),
			.pass-form-large input.uk-input, .pass-form-large select {
				line-height:53px;
			}

		/* radios & checkboxes */

			.pass-form-small .InputfieldRadiosStacked > * > label > input,
			.pass-form-small .InputfieldCheckboxesStacked > * > label > input,
			.pass-form-small .InputfieldRadiosFloated > * > label > input,
			.pass-form-small .InputfieldCheckboxesFloated > * > label > input,
			.pass-form-small .InputfieldRadiosWidth > * > label > input,
			.pass-form-small .InputfieldCheckboxesWidth > * > label > input {top: 5px;}

			.pass-form-large .InputfieldRadiosStacked > * > label > input,
			.pass-form-large .InputfieldCheckboxesStacked > * > label > input,
			.pass-form-large .InputfieldRadiosFloated > * > label > input,
			.pass-form-large .InputfieldCheckboxesFloated > * > label > input,
			.pass-form-large .InputfieldRadiosWidth > * > label > input,
			.pass-form-large .InputfieldCheckboxesWidth > * > label > input {top: 10px;}

			.pass-form-large .InputfieldCheckbox > .InputfieldContent > label > input {bottom: 10px;}

	/* LAYOUT: STACKED */
		
		.uk-form-stacked:not(.pass-form-flow) .Inputfield {width: 100% !important;}

		.uk-form-stacked > .FormBuilder > form > .Inputfields {align-items: end;}

	/* LAYOUT: HORIZONTAL  */

		.uk-form-horizontal .Inputfield {width: 100% !important;}

		@media (max-width: 499px) {
			.uk-form-horizontal .uk-form-label {display:block; margin-bottom:5px;}
		}

		@media (min-width: 500px) {
			.uk-form-horizontal .uk-form-label {width:150px; margin-top:10px; float:left; text-align: right;}
			.uk-form-horizontal.uk-form-horizontal-small .uk-form-label {width:100px;}
			.uk-form-horizontal.uk-form-horizontal-large .uk-form-label {width:200px;}

			.uk-form-horizontal .uk-form-controls {margin-left:180px;}
			.uk-form-horizontal.uk-form-horizontal-small .uk-form-controls {margin-left:130px;}
			.uk-form-horizontal.uk-form-horizontal-large .uk-form-controls {margin-left:230px;}

			.uk-form-horizontal .uk-form-controls-text {padding-top:10px;}
		}

	/* LAYOUT: FLOW */

		.pass-form-flow .uk-fieldset {width: 100% !important;}
		@media (max-width: 499px){
			.pass-form-flow .Inputfield {width: 100% !important;}
		}
		@media (min-width: 500px){
			.pass-form-flow .Inputfield {box-sizing: border-box; width: 100%; max-width: 100%;}
			.pass-form-flow.uk-form-stacked .Inputfield.InputfieldSubmit {flex: 1;}
		}

	/* BUTTON VARIANTS */

		.pass-form-button-center .InputfieldSubmit {margin-left:auto; margin-right:auto; text-align:center;}
		.pass-form-button-width .uk-button {width:100%}

/* ADDITIONAL ELEMENTS */

	/* LABELS */
		
		.uk-form-label {
			color:#333; font-size:14px;line-height:1.5;
		}
		.uk-form-stacked .uk-form-label {
			display:block; margin-bottom:5px;
		}

		.pass-form-nolabels .uk-form-label {display:none!important}

		/* inverse */

			.uk-light .uk-form-label {color:#fff;}

	/* LEGEND */

		.uk-legend {
			width:100%; color:inherit; padding:0; font-size:calc(1.275rem + 0.3vw);line-height:1.31;
		}
		@media (min-width: 1400px) {
			.uk-legend {font-size:1.5rem;line-height:1.29;}
		}

	/* FIELDSET */

		.FormBox fieldset {
			margin: 0 0 30px; padding: 30px; border: .5px solid #e5e5e5;
		}
		.FormBox fieldset + fieldset {
			margin-top: 40px;
		}
		@media (min-width: 1400px) {
			.FormBox fieldset {margin: 0 0 30px; padding: 40px;}
			.FormBox fieldset + fieldset {margin-top: 40px}
		}

		/* inverse */

			.uk-light.FormBox fieldset {border-color: rgba(255,255,255,0.2);}

	/* FIELD DESCRIPTION */

		.FormBox .InputfieldContent p {margin:0 0 5px;}
		.FormBox .InputfieldContent * + p {margin-top:5px}
		.uk-field-description,.uk-field-notes,.uk-field-alert,.uk-fieldset-description {color: #999;}

		.uk-light .uk-field-description,.uk-light .uk-field-notes,.uk-light .uk-field-alert,.uk-light .uk-fieldset-description {color: rgba(255,255,255,0.5);}

	/* FIELD STATUS */
		
		.uk-form-danger, .uk-form-danger:focus {color:#f0506e; border-color:#f0506e;}
		.uk-form-success, .uk-form-success:focus {color:#32d296; border-color:#32d296;}

	/* ERRORS AND SUBMITS */

		.FormBuilderErrors {}

		#FormBuilderSubmitted {}
		#FormBuilderSubmitted + .uk-alert {margin-top: 0 !important;}

	/* ICONS INSIDE FIELDS */

		.uk-form-icon {position:absolute; top:0; bottom:0; left:0; width:40px; display:inline-flex; justify-content:center; align-items:center; color:#999;}
		.uk-form-icon:hover {color:#666;}
		.uk-form-icon:not(a):not(button):not(input) {pointer-events:none;}
		.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {padding-left:40px !important;}
		.uk-form-icon-flip {right:0; left:auto;}
		.uk-form-icon-flip ~ .uk-input {padding-right:40px !important;}

		/* inverse */

			.uk-light .uk-form-icon {color:rgba(255, 255, 255, 0.5);}
			.uk-light .uk-form-icon:hover {color:rgba(255, 255, 255, 0.7);}

	/* MODAL LOADER */
		
		.uk-modal .uk-modal-dialog iframe[class*='FormBuilderViewport'] {
			transition-property: height;
			transition-duration: 0.2s;
			transition-delay: 0.01s;
			transition-timing-function: linear;}
		iframe[class*='FormBuilderViewport']:not([scrolling='no']) {height: 0 !important; }
		.uk-modal .uk-modal-dialog .form-builder-holder {min-height: 50px; }
		.form-builder-screen {height: 0; display: none;}
		.uk-modal .uk-modal-dialog .form-builder-screen {
			display: block;
			transition-property: all;
			transition-duration: 0.2s;
			transition-delay: 0.2s;
			pointer-events: none;
			position: absolute;
			background: #fff;
			height: 100%;
			width: 100%;
			top: 0;}
		iframe[class*='FormBuilderViewport'][scrolling='no'] + .form-builder-screen {opacity: 0 !important; pointer-events: none;}

		.uk-flex-top.uk-open {display: flex !important;}

	/* USER AGREEMENT */

		.agreement-link{margin-left:6px}
		.agreement-link img,.agreement-link svg{position:relative;top:-2px;margin-left:4px;height:1em !important;width:auto}