/* rewrite some rules from bootstrap */
.has-feedback .form-control-feedback {
	top: 0;
}

/*
			 * Special CSS classes
			 * for jQuery - Valida
			 *
			 * You can try to change the styles via Firebug (Firefox) or related plugin.
			 */
.at-error {
	/* placed on a error labels */
	color: #A94442;
	font-size: 11px;
}

.at-warning {
	/* placed on a warning (invalid) labels */
	color: #8A6D3B;
	margin: 6px 0;
}

.at-invalid {
	/* placed on a invalid fields (which do not match with their filters or masks) */
	
}

.at-required {
	/* placed on a required fields (which are not filled) */
	
}

.at-description {
	/* placed on description paragrapher, right after TEXTAREA fields. */
	
}

.at-description>span {
	/* into description paragrapher, right after TEXTAREA fields there are 2 span TAGs. */
	
}

.at-required-highlight {
	/* highlight required form fields */
	color: red;
}