.modal-footer:has(.btn-row)
{
	display: block;
}


.modal-footer .btn-row
{
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
}


.form-footer .btn-row
{
	margin: 10px auto;
}

.modal-footer .btn-sec-actions
{
	margin-top: 0px;
}

.modal-footer .btn-sec-actions button
{
	background-color: rgb(233,236,239);
	border-color: rgb(73,83,87);
	color: rgb(73,83,87);
	font-size: 15px;
	line-height: 16px;
	margin-top: 2px;
}


.modal-footer .btn-row button#btnCancel
{
	background-color: darkred;
}


.form-section
{
	overflow: hidden;
	margin-top: 50px;
}


.form-defn-ssection, .form-defn-emailDets
{
	padding: 15px;
	padding-bottom: 10px;
	border: 1px var(--govapp-color) dashed;
	margin-top: 3px;
	border-radius: 4px;
	margin-bottom: 16px;
}


.form-defn-emailDets
{
	margin-top: 20px;
}


.emailInfo {
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
	max-width: 850px;
	font-style: italic;
}


.jsfld
{
	min-height: 300px !important;
}

