.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;
	}

.reviewContent .agent-id-doc .field.form-group.layout-inline div:has(> div.control-label),
.signature .agent-id-doc .field.form-group.layout-inline div:has(> div.control-label) {
	display: none !important;
}

.reviewContent .agent-id-doc .form-readonly.form-readonly-select>div>.select-value,
.signature .agent-id-doc .form-readonly.form-readonly-select>div>.select-value {
	width: 350px !important;
}

.select-value-for-signature {
	display: none;
}

.signature .select-value-for-signature {
	display: block;
	margin-bottom: 20px !important;
}

.signature .agent-id-doc .composite-field {
	margin-bottom: 0 !important;
}

.signature .agent-id-doc .composite-field .layout-default.layout-group.layout-sibling-group {
	display: none !important;
}

label[for$="maxExpense"] div.required-label {
	display: none !important;
}

.list-item-title {
	color: #cc4c02;
	font-weight: bold;
	padding: 0 20px;
}

.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;
}

li p {
	text-align: justify;
}

.fieldset_label {
	display: inline-block !important;
	width: 20px;
}

.table-title {
	font-weight: bold;
	font-size: 1.3em;
}

.reviewContent [id$=".listOfAgents.0.agentOtherIdType_label"] {
		display: none !important;
	}

.reviewContent [id$=".listOfAgents.0.agentIdDoc"] .select-value {
		width: 100% !important;
	}

.reviewContent [id$=".listOfAgents.0.agentOtherIdNo_label"] {
		display: none !important;
	}

.reviewContent [id$=".listOfAgents.0.agentOtherIdNo"] {
		margin-top: -3px !important;
	}
