body {
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
}

.body {
	min-height: 70%;
	margin-bottom: 50px;
	clear: both;
}

.full-body {
	min-height: 70vh;
}

a {
	color: rgb(0, 36, 82);
	text-decoration-line: underline;
}

/* Bug fix where table borders don't show on Mozilla */
@-moz-document url-prefix() {
	table {
		border-collapse: separate;
	}

	.home-page-container table {
		border-collapse: collapse; !important;
	}
}

.container-fluid {
	height: 100%;
}

.footer {
	width: 100%;
	background: #eeeeee;
	border-top: 4px solid #046ec5;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 0%;
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.footer-text {justify-content: center;
	display: flex;
	flex-direction: column;

	flex-grow: 0;
	max-width: 66.666667%;
	flex-basis: 66.666667%;
	color: #616161;
	font-size: 0.875rem;
}

.footer-text  a{
	font-size: inherit !important;
	text-decoration: underline !important;
}

.footer-banner{
	padding: 8px;
	flex-grow: 0;
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}

.footer-banner > img {
	width: 100%;
	max-width: 225px;
}

.list-no-style {
	padding-left: 0;
	list-style: none;
}

.footer-link {
	color: white;
}

.footer-link:hover {
	color: #00aeef;
}

.page-wrap {
	width: 75%;
	margin: 0 auto;
}

.center-children {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sideList {
	padding: 0;
	margin: 0;
}

.sideList > a {
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	justify-content: flex-start;
	text-decoration: none;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sideList >a >span {
	color: black;
	font-size: 18px;

	padding-left: 16px;
	padding-right: 16px;
	text-decoration: underline;
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

.sideList > a:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

.sideList > hr {
	border: none;
	height: 1px;
	margin: 0;
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0.12);
}

.warning {
	display: flex;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding: 24px 12px;
	margin-bottom: 32px;
}

.warning-icon {
	margin-left: 8px;
	font-size: 2.5rem;
}

.warning-icon-small {
	fill: #404040;
	padding-top: 2px;
	float: left;
	font-size: 1.4rem;
	width: 1em;
	height: 1em;
	display: inline-block;
}

.warning-text-small {
	color: #404040;
	font-size: smaller;
	margin-bottom: 0;
}

.blockquote-root {
	margin: 32px 0 14px 14px;
	padding: 14px 16px;
	border-left: 8px solid;
	background-color: #e0e0e0;
}

.blockquote-root-thin {
	margin: 8px 0 8px 0;
	padding: 8px 10px;
	border-left: 2px solid;
}

.blockquote-root-thin-no-pad {
	margin: 8px 0 8px 0;
	border-left: 2px solid;
}

.blockquote-info {
	/* border-left-color: #9e9e9e; */
	border-left: 5px solid #d4351c;
}

.blockquote-warning {
	border-left-color: #C25400;
}

.blockquote-error {
	border-left-color: #ca2e2e;
}

.blockquote-success {
	border-left-color: #00703c;
}

/* Containers */

.header-container {
	margin-top: 60px;
	margin-bottom: 35px;
}

.header-container-less-margin {
	margin-top: 40px;
	margin-bottom: 35px;
}

.subtitle-container {
	margin-bottom: 35px;
}

.main-content-container {
	margin-bottom: 80px;
}

.bottom-container {

}

.box-container {
	border-color: #dcdcdc;
	border-radius: 0;
	border-width: 2px;
	background-color: #fafafa;
	max-width: 500px;
	min-width: 400px;
	margin: 0 auto;
	padding: 40px 15px 60px 15px;
}

.editable-container {
	margin-bottom: 20px;
	background-color: white;
	padding: 10px 22px;
	border-radius: 9px;
	border-color: rgba(0, 0, 0, 0.6);
	border-style: solid;
	border-width: 0.09rem;
}

.editable-container-disabled {
	margin-bottom: 20px;
	background-color: #e6e6e6;
	padding: 10px 22px;
	border-radius: 9px;
	border-color: #e6e6e6;
}

.editable-container-disabled > #txtUpload {
	background-color: #c8c8c8;
}

.home-page-container {
	padding: 10px 22px;
	margin-bottom: 30px;
	border-radius: 9px;
	border-width: 1px;
	border-color: #cfcfcf;
	border-style: solid;
}

.review-page-container {
	padding: 20px 22px 10px 22px;
	margin-bottom: 30px;
	border-radius: 3px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.6);
	border-style: solid;
}

.submission-report-title-container {
	padding: 25px 22px 25px 22px;
	margin-bottom: 30px;
	border-radius: 3px;
	border-width: 1px;
	border-color: #406e3d;
	border-style: solid;
	background-color: #406e3d;
	text-align: center;
}

.frm-label-container {
	padding-bottom: 5px;
}

.frm-container {
	width: 70%;
}

.solemn-declaration-container {
	font-weight: 600;
}

/* Labels */

.main-heading {
	font-size: 2.6rem;
	font-weight: bold;
}

.sec-heading {
	font-size: 1.48rem;
	font-weight: 400;
}

.main-heading-light {
	font-size: 2.6rem;
	font-weight: bold;
	color: white;
}

.sec-heading-light {
	font-size: 1.48rem;
	font-weight: 400;
	color: white;
}

.side-heading {
	font-size: 2.1rem;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 0.1rem;
	border-bottom-color: #cdcccc
}

.subtitle {
	font-weight: 400;
	font-size: 1.1rem;
}

.error-heading {
	font-size: 6rem;
	font-weight: bold;
}

.error-subtitle {
	font-weight: 500;
	font-size: 1.5rem;
}

.lbl-back {
	font-size: 1.6rem;
	margin-right: 8px;
}

.frm-label {
	font-size: 1.15rem;
	padding-bottom: 5px;
}

.warning-text {
	padding-left: 1rem;
}

.solemn-declaration-label {
	text-decoration: underline;
	font-weight: bold;
}

/* Buttons */

.btn-back {
	background-color: #ffffff;
	color: black;
	font-weight: 600;
	border-bottom: 1px solid!important;

	padding-top: 10px;
	padding-bottom: 10px;

	border-radius: 0;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;


	margin-top: 32px;
}

.btn-back:hover {
	background-color: #f8f9fa;
}

.btn-back:focus,
.btn-back:active {
	background-color: #f8f9fa;

	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;

	border-bottom-style: solid;
	border-bottom-width: 0.09rem;
	border-bottom-color: black;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:visited,
.btn-dark:focus {
	background-color: #013476;
	border-color: #013476;
	border-radius: 0;
	box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.45);
	padding: .5rem 2rem;
	height: 48px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #4171c5;
	border-color: #4171c5;
	height: 48px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
	background-color: #013476;
	border-color: #013476;
	padding: .5rem 1.4rem;
	height: 48px;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
	background-color: #ca2e2f;
	border-color: #ca2e2f;
	padding: .5rem 1.4rem;
	height: 48px;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
	background-color: #00713d;
	border-color: #00713d;
	padding: .5rem 1.4rem;
	height: 48px;
}

.btn-dialog,
.btn-dialog:hover,
.btn-dialog:active,
.btn-dialog:visited,
.btn-dialog:focus{
	padding: 6px 12px;
	height: 38px;
}

.grid-row-border-primary {
	border-width: 7px;
	border-color: #006f3c;
}

.grid-row-border-success {
	border-width: 7px;
	border-color: #006f3c;
}

.grid-row-border-danger {
	border-width: 7px;
	border-color: #76390a;
}

.grid-row-border {
	border-width: 1px;
	border-color: #c7c7c7;
}

/* Navbar */

.navbar > div {
	padding: 16px 86px;
}


.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-dark {
	background-color: #003476;
}

.navbar-brand {
	line-height: 60px;
	margin: 0 5px 0 0;
}

.nav-colored-bar {
	width: 100%;
	height: 5px;
	background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

.nav-link {
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.nav-title {
	font-size: 1.5rem;
	border-left: 1px solid white;
	padding-left: 16px;
	padding-bottom: 5px;
	color: white;
	margin: 0;
}

/* ZK Override */

.z-row:hover > .z-cell,
.z-row:hover > .z-row-inner {
	background: none;
}

.z-datebox,
.z-combobox {
	width: 100%;
	height: 50px;
}

.z-combobox-readonly > input {
	background: white;
}

.z-datebox-input,
.z-combobox-input {
	width: inherit;
	height: 50px;
	border-radius: 8px 0 0 8px;
}

.z-datebox-button,
.z-combobox-button {
	height: 50px;
	border-radius: 0 8px 8px 0;
	border-left-color: transparent;
}

.z-datebox-icon,
.z-combobox-icon {
	padding-top: 8px;
}

.z-intbox,
.z-longbox,
.z-decimalbox,
.z-textbox {
	width: 100%;
	height: 50px;
	border-radius: 8px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled] {
	border-color: #f5f5f7;
	background-color: #f5f5f7;
	color: rgba(0,0,0,0.9) !important;
}

.z-textbox {
	/*text-transform: uppercase;*/
}

.z-combobox-disabled>input,
.z-datebox-disabled>input {
	color: rgba(0,0,0,0.9) !important;
}

.z-grid {
	border-width: 0;
}

/* Bootstrap Collapse */

.collapse-container {
	padding-left: 10px !important;
}

.collapse-button {
	color: rgba(0,0,0,0.9) !important;
	padding: 0;
}

.collapse-button-text {
	text-decoration: underline;
	font-weight: 600;
	font-size: 15px;
}

.collapse-content {

}

.collapse-container .btn:before {
	font-weight:900;
	content:"\2BC6";
	padding-right: 4px;
}
.collapse-container .btn.collapsed:before {
	content:"\2BC8";
}
.collapse-container .btn:hover,
.collapse-container .btn:active,
.collapse-container .btn:focus  {
	text-decoration: none;
	box-shadow: none;
	outline: none !important;
}

.undelined:hover {
	text-decoration-line: underline;
	cursor:pointer;
}

.objection-cell {
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.objection-btn-cell {
	padding-left: 17px;
	padding-bottom: 15px;
	padding-top: 0;
}

.objection-btn-cell-less-bottom-pad {
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 0;
}

/* Validation Errors Styles */

.validation-container {
	padding: 0 0 0 15px;
	border-left: 2px solid;
	border-left-color: #ca2e2e;
}

.validation-label-error {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #ca2e2e;
	padding-left: 8px;
}

.validation-component-error {
	border-color: #ca2e2e !important;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
}

.validation-error-border {
	border-color: #ca2e2e !important;
}

.clear-left-margin {
	margin-left: 0;
}

.clear-padding {
	padding: 0;
}

/* Floating Button Style */
.btn-floating {
	position: fixed;
	bottom: 45px;
	right: 24px;
	border-radius: 15rem;
	visibility: visible;
	min-width: 65px;
	min-height: 65px;
	padding: 0;
	font-size: 25px;
}

.btn-floating:focus,
.btn-floating:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.5);
	min-width: 65px;
	min-height: 65px;
	padding: 0;
	font-size: 25px;
}

@media screen and (max-width: 450px) {
	.navbar > div {
		padding: 8px 46px;
		justify-content: normal;
	}

	.nav-title {
		margin: 0!important;
	}

	.nav-link {
		padding: .5rem 0!important;
	}

	.footer {
		padding: 0 24px;
	}
	.remove-right {
		float: none!important;
		margin-top: 1rem;
	}

	.frm-container {
		width: 100%;
	}

	.z-bandbox-input, .z-combobox-input {
		width: 75vw!important;
	}
}
