.red-text {
	color: #ff0000;
}

.title-text {
	color: #cc4c02;
}

.importNote {
	white-space: pre-line;
	text-align: justify;
	text-justify: inter-word;
}

.custom-list {
	list-style: none;
	padding-left: 40px;
}

.custom-list li {
	position: relative;
	line-height: 1.2;
}

.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;
}

.election-title {
	font-weight: bold;
	font-size: 1.3em;
	color: #cc4c02;
}

.election-date {
	font-weight: bold;
	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;
	}

.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 {
		margin-left: 25px;
		margin-right: 10px;
	}

label[for="maxExpense"] div.required-label {
	display: none !important;
}

.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;
}

.link-text {
	color: #cc4c02 !important;
	font-size: 1.1em;
}

.showUnderReviewOnly {
	display: none;
}
div.reviewContent .showUnderReviewOnly {
	display: block;
}

.hideUnderReviewOnly {
	display: block;
}
div.reviewContent .hideUnderReviewOnly {
	display: none;
}

.signLabel {
	color: #cc4c02;
}

.signerName {
	color: #0088ff;
}

.displayNone {
	display: none;
}

.justify-list {
	text-align: justify;
}

.text-align-left {
	text-align: left;
}

.work-break-all {
	word-break: break-all;
}

