/* Auto-filled, hidden fields (set by JS). */
.bbic-hidden-field { display: none !important; }

.bbic-field-type,
.bbic-field-domains { margin-bottom: 1em; }
.bbic-field-type label { display:block; font-weight:600; margin-bottom:.25em; }
.bbic-field-type select { width:100%; max-width:420px; }
.bbic-req { color:#c00; }
.bbic-field-domains .description strong { color:#0a4f9c; }
.bbic-error-box {
	background:#fce8e6;
	color:#b3261e;
	border:1px solid #f5c2bd;
	padding:8px 12px;
	border-radius:4px;
	margin: 6px 0;
	font-size:.95em;
}
.bbic-field-type.has-error select { border-color:#b3261e; box-shadow:0 0 0 1px #b3261e; }
