.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;
	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;
	}

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: -30px;
}

.custom-list[type="i"] > li::before {
	content: "(" counter(list-item, lower-roman) ")";
	position: absolute;
	left: -30px;
}

.custom-list > li::before {
	content: "(" counter(list-item, decimal) ")";
	position: absolute;
	left: -30px;
}

.schedule-header {
	text-align: center;
	color: #2e74b5;
}

.schedule-table {
	width: 100%;
	border-collapse: collapse;
}

.schedule-table th.header {
		text-align: center !important;
	}

.schedule-table th.fst {
		width: 10%;
	}

.schedule-table th.snd,
	.schedule-table th.thd {
		width: 45%;
	}

.schedule-table th,
	.schedule-table td {
		border: solid 2px #000;
	}

.schedule-table th {
		font-weight: bold;
	}

.inline-select div.layout-inline-group {
		margin-bottom: 20px;
	}

.inline-select div.field.form-group.layout-inline {
		margin: 0 10px !important;
	}

.inline-select div.radio-group :firstchild::before {
			content: "";
		}

.inline-select div.radio-inline {
		display: inline-block !important;
	}

.inline-select div.radio-inline::before {
		display: inline-block;
		content: "/";
		position: absolute;
		left: -15px;
	}

.inline-select div.radio-inline:first-child::before {
		content: "";
	}

.inline-select div.radio {
		display: inline-block !important;
	}

.inline-select div.radio::before {
		display: inline-block;
		content: "/";
		position: absolute;
		left: -15px;
	}

.inline-select div.radio:first-child {
		margin-right: 25px;
	}

.inline-select div.radio:first-child::before {
		content: "";
	}

table.body-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

table.body-table th,
	table.body-table td {
		border: solid 1px #000;
	}

table.body-table th {
		/* background-color: #f7caac; */
		font-weight: bold;
		text-align: center !important;
	}

table.body-table th.th-check div.field {
		margin: 0 !important;
	}

table.body-table td {
		padding: 5px !important;
	}

div.person-detail {
	line-height: 32px !important;
	padding-left: 25px !important;
}
div.person-details {
	margin-top: -20px;
	margin-bottom: 20px !important;
}

span.break-all {
	word-break: break-all;
}

.fixed-textarea textarea {
		font-family: "Times New Roman" !important;
		resize: none;
	}

