
/*# sourceMappingURL=custom.min.css.map */

.table th,
.table td {
  padding: 3px 0px 3px 8px;
  text-align: left; 
  white-space: nowrap;
}


/* validation */
input.error, select.error, textarea.error {
	--vz-border-opacity: 1;
	border-color: rgba(var(--vz-danger-rgb),var(--vz-border-opacity)) !important;
}
label.error {
	width: 100%;
  	/*margin-top: 2px;*/
	margin-bottom:0;
	font-size: .875em;
	--vz-text-opacity:1;
	color:rgba(var(--vz-danger-rgb),var(--vz-text-opacity))!important
}