.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: 70%;
	}

.notes-table th.snd {
		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.money {
		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;
	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;
	}

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 li p {
	text-align: justify;
}

.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;
}

p.footer {
	font-size: 12px;
}

.showUnderReviewOnly {
	display: none;
}
div.reviewContent .showUnderReviewOnly {
	display: block;
}

.hideUnderReviewOnly {
	display: block;
}
div.reviewContent .hideUnderReviewOnly {
	display: none;
}

.justified-list {
	text-align: justify;
}

.text-align-left {
	text-align: left;
}

.work-break-all {
	word-break: break-all;
}

.vertical-top {
	vertical-align: top !important;
}

.mr-1 {
	padding-right: 5px !important;
}

