/* Order Date Control — front-end */

.odc-blocked-day a,
.odc-blocked-day span,
.odc-blocked-day .tm-ui-dp-main-cell-content a {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.35;
	text-decoration: line-through;
	background: transparent !important;
	box-shadow: none !important;
}

.odc-blocked-day {
	cursor: not-allowed;
}

.odc-confirmation {
	margin: 0 0 2em;
	padding: 18px 20px;
	border-left: 4px solid currentColor;
	background: rgba( 0, 0, 0, 0.035 );
}

.odc-confirmation__heading {
	margin: 0 0 0.5em;
	font-size: 1.15em;
	line-height: 1.3;
}

.odc-confirmation__body p {
	margin: 0 0 0.75em;
	line-height: 1.6;
}

.odc-confirmation__body p:last-child {
	margin-bottom: 0;
}

.odc-lead-notice {
	margin: 6px 0 0;
	font-size: 0.85em;
	line-height: 1.4;
	opacity: 0.8;
}

.odc-field-error {
	display: none;
	margin: 6px 0 0;
	padding: 8px 10px;
	border-left: 3px solid #b32d2e;
	background: rgba( 179, 45, 46, 0.07 );
	color: #b32d2e;
	font-size: 0.88em;
	line-height: 1.4;
}
