/* ---------------------------------------------------------------------------------------------------- iLaB */
.fi_error {
	color: red;
	margin:0;
}
	.fi_error li:first-child { margin-top: 10px }
	.fi_error li:last-child	 { margin-bottom: 10px }

table.fi_form .jq-selectbox__trigger-arrow {
	background: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_filter.svg) no-repeat center / 10px auto;
}
table.fi_form tr input,
table.fi_form tr textarea,
table.fi_form tr .jq-selectbox {
	margin-bottom: 15px;
}
table.fi_form textarea {
	width: 100%!important;
}
.fi_recaptcha {
	margin-left: 10px;
	cursor: pointer;
}
.fi_recaptcha:before {
	content: '';
}
.fi_loader {
	margin-left: 15px
}
.fi_empty {
	border-color: red !important;
}
@media screen and (max-width: 479px) {
	table.fi_form tr {
		display: flex;
		flex-direction: column;
	}
}
/* ---------------------------------------------------------------------------------------------------- iLaB */