.red-text {
	color: #ff0000;
}

.introduction {
	white-space: pre-line;
	text-align: justify;
	text-justify: inter-word;
}

.notes-table {
	width: 100%;
	border-collapse: collapse;
}

.notes-table th.fst {
		width: 30%;
	}

.notes-table th.snd {
		width: 40%;
	}

.notes-table th.thd {
		width: 30%;
	}

.notes-table th,
	.notes-table td {
		border: solid 2px #000;
	}

.notes-table th {
		background-color: #f7caac;
		font-weight: bold;
		text-align: center !important;
	}

.notes-table td {
		text-align: center !important;
	}

.election-title {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center !important;
	color: #cc4c02;
}

.election-law {
	font-weight: bold;
	font-size: 0.8em;
	text-align: center !important;
	color: #cc4c02;
}

.election-date {
	font-weight: bold;
	text-align: center !important;
	color: #cc4c02;
}

.agent-id-doc label[for$="agentOtherIdType"] div.required-label {
		display: none !important;
	}

.agent-id-doc label[for$="agentOtherIdNo"] div.required-label {
		display: none !important;
	}

.agent-id-doc .agent-other-id-no {
		display: inline-block;
		padding-top: 0.375rem;
		margin-left: 25px;
		margin-right: 10px;
	}

.witness-id-doc label[for$="witnessOtherIdType"] div.required-label {
		display: none !important;
	}

.witness-id-doc label[for$="witnessOtherIdNo"] div.required-label {
		display: none !important;
	}

.witness-id-doc .witness-other-id-no {
		display: inline-block;
		padding-top: 0.375rem;
		margin-left: 25px;
		margin-right: 10px;
	}

.reviewContent .agent-id-doc div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.reviewContent .witness-id-doc div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.reviewContent .maxExpense-div div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.reviewContent .composite-checkbox .field.form-group.layout-sibling {
	margin: 0 !important;
}

.reviewContent .composite-checkbox .field.form-group.layout-sibling .form-readonly {
		padding-top: 0 !important;
	}

.signature .agent-id-doc div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.signature .witness-id-doc div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.signature .maxExpense-div div.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.signature .composite-checkbox .field.form-group.layout-sibling {
	margin: 0 !important;
}

.signature .composite-checkbox .field.form-group.layout-sibling .form-readonly {
		padding-top: 0 !important;
	}

label[for$="maxExpense"] div.required-label {
	display: none !important;
}

.maxExpense-div div.form-group.layout-inline {
		margin: 0 5px !important;
		margin-top: -7.5px !important;
	}

.signLabel {
	color: #cc4c02;
}

.signerName {
	color: #0088ff;
}

.custom-list {
	list-style: none;
	padding-left: 40px;
}

.custom-list li {
	position: relative;
}

.custom-list[type="a"] li::before {
	content: "(" counter(list-item, lower-alpha) ")";
	position: absolute;
	left: -20px;
}

.custom-list[type="i"] li::before {
	content: "(" counter(list-item, lower-roman) ")";
	position: absolute;
	left: -20px;
}

.custom-list li::before {
	content: "(" counter(list-item, decimal) ")";
	position: absolute;
	left: -20px;
}

.inline-labal {
	line-height: 2.5;
}

.composite-checkbox .composite-field [id$="_label"] {
	display: none !important;
}

.composite-checkbox .field.form-group.layout-sibling {
	margin: 5px !important;
}

.paragraph-justify {
	text-align: justify;
	padding-left: 15px !important;
	border-spacing: 10px;
}

.table-title {
	font-weight: bold;
	font-size: 1.3em;
}

.supersedeAuth .control-label {
	font-weight: normal !important;
}

.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}

[id*=".supersedeAuthDate_panel"],
[id*=".supersedeAuthAmount_panel"] {
	display: inline-block !important;
	vertical-align: bottom !important;
	margin-bottom: -3px !important;
}

[id*=".supersedeAuthDate_panel"] label,
[id*=".supersedeAuthDate_panel"] .input-date-container,
[id*=".supersedeAuthDate_panel"] .input-group {
	vertical-align: bottom !important;
	margin-bottom: 0 !important;
}
