.red-text {
	color: #ff0000;
}

.title-text {
	color: #cc4c02;
}

.introduction {
	white-space: pre-line;
	text-align: justify;
	text-justify: inter-word;
}

.introduction.zh {
	text-align: left;
}

.text-justify {
	text-align: justify !important;
}

.custom-list {
	list-style: none;
	padding-left: 20px !important;
}

.custom-list[type="a"] {
	padding-left: 40px !important;
}

.custom-list[type="i"] {
	padding-left: 30px !important;
}

.custom-list li {
	position: relative;
}

.custom-list[type="a"] li::before {
	content: "(" counter(list-item, lower-alpha) ")";
	position: absolute;
	left: -20px;
}

.custom-list[type="a"] li,
.custom-list[type="i"] li {
	padding-left: 5px !important;
}

.custom-list[type="a"] li {
	margin-left: -20px !important;
}

.custom-list[type="i"] li {
	margin-left: -10px !important;
}

.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;
}

.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 {
		margin-left: 25px;
		margin-right: 10px;
	}

.custom-field-list {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.field-list-content {
	margin-bottom: 10px;
}

.add-button,
.remove-button {
	padding: 8px 16px;
	margin-right: 10px;
	border-radius: 4px;
}

.add-button {
	background-color: #28a745;
	color: white;
}

.remove-button {
	background-color: #dc3545;
	color: white;
}

.list-item-title {
	color: #cc4c02;
	font-weight: bold;
	padding: 0 20px;
}

.list-item-heading {
	color: #cc4c02;
	font-weight: bold;
}

.showUnderReviewOnly {
	display: none;
}

div.reviewContent .showUnderReviewOnly {
	display: inline;
	display: initial;
}

.donationTable {
	width: 500px;
	border-collapse: collapse;
}

.signLabel {
	color: #cc4c02;
}

.signerName {
	color: #0088ff;
}

label[for$="declStartDateEng"] ul.input-errors, label[for$="declEndDateEng"] ul.input-errors, label[for$="declStartDateYearChi"] ul.input-errors, label[for$="declStartDateMonthChi"] ul.input-errors, label[for$="declStartDateDayChi"] ul.input-errors, label[for$="declEndDateYearChi"] ul.input-errors, label[for$="declEndDateMonthChi"] ul.input-errors, label[for$="declEndDateDayChi"] ul.input-errors {
		display: none !important;
	}

ol li {
	padding-left: 20px;
}

li p {
	text-align: justify;
}

.footer {
	padding-left: 20px;
}

.note-checkbox {
	display: inline-block;
}

.nested-box {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.note-section {
	padding-left: 10px;
}

.note-section .field.form-group {
		margin-bottom: 0 !important;
	}

