.review-field-label{
	font-weight: 500;
}

.panel-title {
	font-weight: bold;
}

.edit-section {
	float: right;
	cursor: pointer;
	color: blue;
}

.validation-error {
	color: red;
	margin-left: 50%;
	left: -140px;
	position: absolute;
}

#patient-selection-wrapper {
	display: none;
}

.patient-button-group .radio {
	display: none;
}

.products-selection-info-box {
	border: 1px solid #FAEBCC;
	border-radius: 5px;
	margin: 0 0 30px 10px;
	background-color: #fcf8e3;
	color: #FF0000;
	width: 35%;
	height: max-content;
}
