.disabled_field { background: #BDBDBD; color: #A8A8A8 !important; }
.disabled_field:hover { border: 1px solid #BDBDBD; }

/* Veld met wettelijk vastgestelde waarde (geen eigen kenteken → 749 kg) */
.field-auto { background: #e8f4fb; color: #1a6a99 !important; font-style: italic; cursor: not-allowed; }
.field-auto:hover { border: 1px solid #7bbcd5; }

.icon-phpbb-skeleton {
	position: relative;
	top: 2px;
	width: 13px;
	height: 13px;
	padding: 0 2px;
	fill: currentColor;
}

.kentekenplaat_links
{
	float: left;
	background-color: #2662a2;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	padding: 6px 6px 0px 6px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	border-radius: 5px 0 0 5px;
	height: 24px;
	vertical-align: middle;
}
.kentekenplaat_rechts
{
	float: left;
	background-color: #f4be04;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	border-radius: 0 5px 5px 0;
	height: 24px;
}

input.kenteken { border: 0px; background: transparent; font-weight: bold; text-align: center; font-size: 18px; }
input.kenteken:focus { outline: none; }

.voertuiginfo { background-color: #D1FFD1; border: 1px solid #006600; padding: 5px; border-radius: 5px; }
.voertuigerror { background-color: #FFADAD; border: 1px solid #AA0000; padding: 5px; border-radius: 5px; }

/* ── Conclusie-sectie ───────────────────────────────────────── */
/* Slightly smaller radius on the form table than the site default */
#rijbewijsform table.table1 {
	border-radius: var(--ip-radius-sm);
}
.rb-conclusie-wrap {
	display: flex;
	gap: 12px;
	align-items: stretch;
	margin-bottom: 16px;
}

#eindconclusie {
	flex: 1;
	background: #f0faf0;
	border: 1px solid #4caf50;
	border-left: 4px solid #2e7d32;
	border-radius: 6px;
	padding: 12px 16px;
	font-size: .95rem;
	line-height: 1.6;
	color: #1b1b1b;
}

#rb {
	display: none;
	flex-shrink: 0;
	min-width: 90px;
	background: #006699;
	color: #ffffff;
	border: 1px solid #004d73;
	border-radius: 6px;
	padding: 10px 18px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	align-self: center;
	letter-spacing: .03em;
}
