.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.inline-editing {
	border-radius: 4px 4px 2px 2px;
	border-top: 4px solid #298747;
	border-right: 2px solid #298747;
	border-bottom: 2px solid #298747;
	border-left: 2px solid #298747;
	background: #FFF;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, .1);
}
.inline-badges .dta-pill {
	margin: -6px;
}
.inline-editing-body {
	padding: 1rem;
}
.dta-contract-table-td .inline-editing-body {
	margin: 1rem;
}
.inline-button-bar {
	border-top: 1px solid #C0C0C0;
	padding-top: 1rem;
	margin-top: 1rem;
	padding-bottom: 1rem;
}
.inline-editing-tnc-details {
	color: #313131;
	font-size: 16px;
}
.inline-editing-tnc-details .inline-editing-tnc-details--name {
	font-weight: 600;
}
.inline-editing-tnc-details .inline-editing-tnc-details--clause {
	font-size: 12px;
}
.inline-editing-tnc-details .inline-editing-tnc-details--help-text {
	font-size: 14px;
}
.contract-editor-action-buttons {
	display: flex;
}
.contract-editor-action-buttons button {
	border: 1px solid #298747;
}
.modal-title-extra-small {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #313131;
}
.modal-body-content-top-border {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #C0C0C0;
}
.contract-editor-sticky-menu {
	background: #fff;
}
.contract-editor-card {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1);
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	position: relative;
}
.contract-editor-card:not(:first-child) {
	margin-top: 1rem;
}
.contract-editor-menu-buttons {
	margin-top: 1rem;
}
.contract-editor-menu-buttons button.dta-btn, .contract-editor-menu-buttons button.dta-btn-sec {
	width: 100%;
}
.contract-editor-menu-buttons button:not(:first-child), .contract-editor-menu-buttons > div button {
	margin-top: 10px;
}
.contract-editor-card-input {
	padding: 14px;
}
.contract-editor-card-input input[type=text] {
	border: none;
	min-width: 75%;
}
.contract-editor-card-input i {
	position: absolute;
	font-size: 16px;
	right: 18px;
	top: 20px;
	color: #298747;
}
.contract-editor-card-toggle {
	padding: 16px 8px 13px 8px;
}
.contract-finder {
	position: relative;
}
.contract-finder-results {
	position: absolute;
	top: 60px;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	background: #FFF;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	scrollbar-width: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	z-index: 20;
	margin-left: -14px;
}
.contract-finder-results ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px !important;
}
.contract-finder-results a {
	text-decoration: none !important;
}
.contract-finder-results.contract-finder-no-results {
	padding-right: 1rem;
}
.pdf-document-view {
	width: 210mm;
	max-width: 100%;
	padding-right: 30mm;
}
.dta-details-accordion {
	border-radius: 4px;
}
.dta-details-accordion details {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	position: relative;
	max-height: 300px;
	overflow-y: auto;
	border-top: 2px solid #F5F5F5;
	scrollbar-width: thin;
	scrollbar-color: #767676 #C0C0C0;
	-webkit-scrollbar-button: none;
}
.dta-details-accordion details:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dta-details-accordion details:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dta-details-accordion details:open summary::after {
	position: absolute;
	right: 22px;
	top: 10px;
	content: "Hide";
	padding-right: 8px;
	font-size: 14px;
	color: #298747;
}
.dta-details-accordion details:open summary::before {
	position: absolute;
	right: 12px;
	top: 10px;
	float: right;
	font-family: "fontawesome";
	content: "\f077";
	color: #298747;
	font-size: 14px;
}
.dta-details-accordion details:not(:open) summary::after {
	position: absolute;
	right: 22px;
	top: 10px;
	padding-right: 8px;
	content: "Show";
	font-size: 14px;
	color: #298747;
}
.dta-details-accordion details:not(:open) summary::before {
	position: absolute;
	right: 12px;
	top: 10px;
	font-family: "fontawesome";
	content: "\f078";
	color: #298747;
	font-size: 14px;
}
.dta-details-accordion details summary {
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 32px 10px 16px;
	cursor: pointer;
}
.dta-details-accordion details summary span {
	max-width: 95%;
}
.dta-details-accordion ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px !important;
}
.dta-details-accordion ul li {
	padding: 6px 0px;
	font-size: 14px;
	color: #298747;
	margin: 0px !important;
	padding-right: .4cm;
}
.dta-details-accordion a {
	text-decoration: none;
	color: #298747;
}
.dta-details-accordion details > details {
	overflow: auto;
	scrollbar-width: none;
}
.dta-details-accordion details > details summary {
	font-size: 14px;
	line-height: 21px;
}
.dta-details-accordion details > details:open summary::after {
	position: absolute;
	right: 12px;
	top: 10px;
	font-family: "fontawesome";
	content: "\f068";
	color: #298747;
	font-size: 14px;
}
.dta-details-accordion details > details:not(:open) summary::after {
	position: absolute;
	right: 12px;
	top: 10px;
	font-family: "fontawesome";
	content: "\f067";
	color: #298747;
	font-size: 14px;
}
.dta-details-accordion details > details:open summary::before, .dta-details-accordion details > details:not(:open) summary::before {
	content: "";
	display: hidden;
}
.flash {
	animation: flash-bg 2s ease;
}
@keyframes flash-bg {
		0% {
		background-color: inherit;
	}
		25% {
		background-color: #fff3cd;
	}
		100% {
		background-color: inherit;
	}
	}
.green ul {
	list-style-position: inside;
}
.dta-contract-table-td.inline-editor-view {
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}
.dta-contract-table-td.inline-editor-view.inline-editor-view-no-badges {
	padding-top: unset;
}
.dta-contract-table-td.inline-editor-view.scripted-table {
	padding-bottom: unset;
}
.dta-contract-table-td.inline-editor-view .inline-badges {
	position: absolute;
	top: 15px;
	width: 100%;
	padding-right: 30px;
}
.dta-contract-table-td.inline-editor-view .table-edit {
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding-right: 30px;
}
.dta-contract-table-td.inline-editor-view.scripted-table .inline-badges-tables {
	margin-right: 15px;
	margin-left: 15px;
}
.dta-contract-table-td.inline-editor-view .sub-table tr:last-child, .dta-contract-table-td.inline-editor-view table tr:last-child {
	border-bottom: 1px solid #000;
}
.contract-editor-slide-menu-button {
	display: none;
}
.contract-editor-sticky-menu-container {
	position: sticky;
	top: 20px;
	z-index: 110;
}
@media screen and (max-width: 991px) {
	.contract-editor-sticky-menu {
		display: none;
	}
	.contract-editor-slide-menu-button {
		display: block;
		margin-bottom: 15px !important;
	}
	.contract-editor-sticky-slide {
		display: block;
		top: 80px;
		border: 1px solid grey;
		border-radius: 4px;
		padding: 15px;
		max-width: 300px;
	}
}
.v19b98a4ddbeaac1031d7413b3a961904 .single-page-toggle {
	position: relative;
	top: 60px;
	float: right;
	z-index: 1000;
	margin-top: -50px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .invalid-input {
	border: 2px solid #950B23 !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .mf-field:last-child {
	margin-bottom: 0px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .mf-section:last-child {
	margin-bottom: 0px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .mf-section {
	margin-bottom: 15px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-body p {
	max-width: inherit;
	word-break: break-word;
}
.v19b98a4ddbeaac1031d7413b3a961904 .middle {
	margin-left: 1.5rem;
}
.v19b98a4ddbeaac1031d7413b3a961904 .form-group {
	margin-bottom: 35px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .dta-info.dta-info-sml, .v19b98a4ddbeaac1031d7413b3a961904 .dta-error.dta-error-sml, .v19b98a4ddbeaac1031d7413b3a961904 .dta-success.dta-success-sml, .v19b98a4ddbeaac1031d7413b3a961904 .dta-warning.dta-warning-sml {
	margin: 0;
	width: 100%;
	min-width: unset;
}
.v19b98a4ddbeaac1031d7413b3a961904 .alert-info {
	margin-top: 0;
}
.v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-primary {
	color: #fff;
	background-color: #298747;
	border: 1px solid #298747 !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-primary:enabled:hover {
	color: #fff;
	background-color: #298747;
	text-decoration: none;
	box-shadow: 0 6px 18px -9px #000000;
}
.v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-primary:enabled:hover, .v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-secondary:enabled:hover {
	box-shadow: 2px 3px 18px -9px #000000;
}
.v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-primary:disabled:hover, .v19b98a4ddbeaac1031d7413b3a961904 button.au-btn-secondary:disabled:hover {
	cursor: default;
}
.v19b98a4ddbeaac1031d7413b3a961904 input:read-only {
	background-color: #ebebeb;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 textarea:read-only {
	background: #ebebeb;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container:focus-within .select2-choice, .v19b98a4ddbeaac1031d7413b3a961904 .select2-dropdown-open .select2-choice {
	border: 2px solid #298747 !important;
	border-radius: 4px;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container.select2-container-disabled .select2-choice {
	background-color: #ebebeb;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi.select2-container-disabled .select2-choices {
	background: #ebebeb;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi.select2-container-disabled .select2-choice {
	background-color: #ebebeb;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-select {
	border: 1px solid #626262;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-select:disabled {
	background-color: #ebebeb;
	opacity: 1;
	cursor: initial;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-select:focus {
	outline: none;
	border: 2px solid #298747;
	border-radius: 4px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px !important;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container .select2-choice abbr {
	top: 13px !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-chosen {
	line-height: 2.5;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-disabled .select2-choice .select2-arrow {
	display: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container .select2-choice .select2-arrow {
	border: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container .select2-choice .select2-arrow b {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23298747' width='1.5em' height='auto' viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9 1.1L8 7.2l6.1-6.1L16 2.9l-8 8-8-8 1.9-1.8z'/%3E%3Cpath fill='none' d='M2-5.8h24v24H2v-24z'/%3E%3C/svg%3E") !important;
	background-position: center !important;
	background-size: auto !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox] {
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:after {
	content: " ";
	padding: 5px 14px;
	border: #474747 solid 1px;
	border-radius: 4px;
	background: #fff;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:disabled:after {
	background: #ebebeb;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:focus::after {
	border: 2px solid #298747;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__text:before, .v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__text:after {
	left: -4px;
	top: -4px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input:disabled + .au-control-input__text {
	cursor: initial;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox] + .au-control-input__text:before {
	outline: none;
	background-image: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:checked + .au-control-input__text:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23298747' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:focus + .au-control-input__text:before {
	background-image: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=radio]:disabled:checked + .au-control-input__text:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23808080' cx='16' cy='16' r='8'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=radio]:checked + .au-control-input__text:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23298747' cx='16' cy='16' r='8'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=radio]:disabled + .au-control-input__text:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23808080' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23ebebeb' cx='16' cy='16' r='15'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=radio] + .au-control-input__text:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23626262' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23fff' cx='16' cy='16' r='15'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=radio]:focus + .au-control-input__text:before {
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23298747' cx='16' cy='16' r='16'/%3E%3Ccircle fill='%23fff' cx='16' cy='16' r='14'/%3E%3C/svg%3E");
	border: 2px solid transparent;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23959595' d='M25.6,11.4c0.2-0.2,0.2-0.5,0-0.7l-2.3-2.3c-0.2-0.2-0.5-0.2-0.7,0L14,17l-3.6-3.6c-0.2-0.2-0.5-0.2-0.7,0l-2.3,2.3 c-0.2,0.2-0.2,0.5,0,0.7l6.3,6.3c0.2,0.2,0.5,0.2,0.7,0L25.6,11.4L25.6,11.4z'/%3E%3C/svg%3E");
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:disabled:checked + .au-control-input__text:before {
	background-image: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-control-input__input[type=checkbox]:disabled + .au-control-input__text:before {
	background-image: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-text-input {
	margin-bottom: 0px !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .large {
	min-height: 9em !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .section_label p {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container .select2-choice {
	height: 2.875rem !important;
	font-size: 1rem;
	line-height: 2.4;
	border: 1px solid #626262;
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #313131;
	border-radius: 4px;
	padding: 0rem 1rem;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi .select2-choices {
	min-height: 2.875rem !important;
	height: auto !important;
	font-size: 1rem;
	line-height: 1rem;
	border: 1px solid #626262;
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #313131;
	border-radius: 4px;
	vertical-align: middle;
	padding: .5rem 1rem;
	background-image: url("data:image/svg+xml,<svg fill='%2300698f' width='1.5em' height='auto' viewBox='0 0 28 12' xmlns='http://www.w3.org/2000/svg'><path d='M1.9 1.1L8 7.2l6.1-6.1L16 2.9l-8 8-8-8 1.9-1.8z'/><path fill='none' d='M2-5.8h24v24H2v-24z'/></svg>");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.5em auto;
	vertical-align: middle;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi .select2-choices .select2-search-choice {
	margin: -1px 0 3px 5px;
	padding: 5px 5px 5px 18px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi .select2-search-choice-close {
	left: 3px;
	top: 5px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container.select2-container-active {
	box-shadow: none;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-container-multi.select2-container-active .select2-choices {
	box-shadow: none;
	border-radius: 0px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .select2-results .select2-result-label {
	padding: 7px 10px 7px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .remaining {
	margin-top: 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	float: right;
	font-size: .75rem;
	font-size: 12px;
	line-height: 1.25rem;
	line-height: 20px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .pad {
	padding-left: 65px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .button_strip {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.v19b98a4ddbeaac1031d7413b3a961904 .fa-asterisk {
	color: #ff6262;
}
.v19b98a4ddbeaac1031d7413b3a961904 .grey {
	color: gray !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 p {
	font-size: 16px;
	line-height: 1.25;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-text-input {
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #626262;
}
.v19b98a4ddbeaac1031d7413b3a961904 span.aud::before {
	float: left;
	content: "\0024";
	padding-top: 10px;
	position: relative;
	bottom: -46px;
	margin-top: -43px;
	height: 40px;
	background: #dedede;
	font-size: 23px;
	line-height: 20px;
	left: 3px;
	border-right: 1px solid #626262;
	width: 50px;
	text-align: center;
}
.v19b98a4ddbeaac1031d7413b3a961904 span.perc::before {
	float: left;
	content: "\0025";
	padding-top: 10px;
	position: relative;
	bottom: -46px;
	margin-top: -43px;
	height: 40px;
	background: #dedede;
	font-size: 23px;
	line-height: 20px;
	left: 3px;
	border-right: 1px solid #626262;
	font-weight: 600;
	width: 50px;
	text-align: center;
}
.v19b98a4ddbeaac1031d7413b3a961904 span.hours::before {
	float: left;
	content: "\f017";
	padding-top: 10px;
	position: relative;
	bottom: -46px;
	margin-top: -43px;
	height: 40px;
	background: #dedede;
	font-size: 23px;
	line-height: 20px;
	left: 3px;
	border-right: 1px solid #626262;
	font-weight: 400;
	width: 50px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-text-input:focus {
	border: 2px solid #298747;
	border-radius: 4px;
	outline: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 30px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-link-list {
	margin-right: 1.5rem;
	line-height: 1.15;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-link-list > li {
	border-top: 1px solid #767676;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-user-select: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-link-list > li:hover {
	background: #f5f5f5;
}
.v19b98a4ddbeaac1031d7413b3a961904 li.ng-scope.disabled {
	background: #f5f5f5;
	cursor: default;
}
.v19b98a4ddbeaac1031d7413b3a961904 li.ng-scope.disabled .chevron {
	color: #e0e0e0;
}
.v19b98a4ddbeaac1031d7413b3a961904 li.ng-scope.disabled p {
	color: #707070;
}
.v19b98a4ddbeaac1031d7413b3a961904 li.ng-scope.disabled span#status {
	color: #707070;
}
.v19b98a4ddbeaac1031d7413b3a961904 .chevron {
	height: 37px;
	width: 35px;
	float: left;
	font-size: 1.1rem;
	color: #298747;
	margin-right: 15px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .fa-stack-1x {
	line-height: inherit !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .fa-stack-1x, .v19b98a4ddbeaac1031d7413b3a961904 .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.v19b98a4ddbeaac1031d7413b3a961904 .fa-stack-2x {
	font-size: 2em;
}
.v19b98a4ddbeaac1031d7413b3a961904 .fa-stack {
	display: inline-block;
	height: 21px;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.v19b98a4ddbeaac1031d7413b3a961904 i.fas.fa-ellipsis-h.fa-stack-1x {
	padding-top: 1px;
}
.v19b98a4ddbeaac1031d7413b3a961904 i.fas.fa-check.fa-stack-1x {
	padding-top: 1px;
}
.v19b98a4ddbeaac1031d7413b3a961904 span#status {
	font-size: 14px;
	color: #747474;
}
.v19b98a4ddbeaac1031d7413b3a961904 li.doing {
	box-shadow: inset 4px 0px 0 0 #298747;
	margin-left: 8px;
}
.v19b98a4ddbeaac1031d7413b3a961904 .au-link-list > li:last-child {
	border-bottom: 1px solid #767676;
}
.v19b98a4ddbeaac1031d7413b3a961904 .mf-description, .v19b98a4ddbeaac1031d7413b3a961904 .mf-label {
	margin-bottom: 8px;
}
.v19b98a4ddbeaac1031d7413b3a961904 ::placeholder {
	font-size: 1rem;
	font-size: 16px;
	color: #979797;
}
.v19b98a4ddbeaac1031d7413b3a961904 .currency-field, .v19b98a4ddbeaac1031d7413b3a961904 .percent-field {
	white-space: nowrap;
}
.v19b98a4ddbeaac1031d7413b3a961904 .load-spinner .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 60px);
}
.v19b98a4ddbeaac1031d7413b3a961904 .load-spinner .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}
.v19b98a4ddbeaac1031d7413b3a961904 .pin-to-modal {
	position: fixed;
	bottom: 0px;
	margin-bottom: 15px !important;
}
.v19b98a4ddbeaac1031d7413b3a961904 .section-divider {
	padding-bottom: 25px;
	border-bottom: 1px solid #c0c0c0;
}
.v19b98a4ddbeaac1031d7413b3a961904 .section-divider:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}