*, body {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

body {
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
}

.body {
	/*min-height: 100%;*/
	margin-bottom: 50px;
	clear: both;
}

.container-fluid {
	height: 100%;
}

.headBanner{
	background: #003476 !important;
	color: #f4f4f4 !important;
	padding-top: 32px;
	padding-left: 82px;
	padding-bottom: 32px;
	
}

.headBanner div {
	display: flex;
	justify-content: space-between;
}

.logo {
	display: flex;
	margin: 0;
}

.vheader {
	display: flex;
	flex-direction: column;
}

.main-nav-title {
	padding: 0 20px;
    align-items: flex-end;
}

.main-nav-title span {
	font-size: 24px;
}

.main-nav div{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 2vw;
}

.main-nav div button {
	width:80px;
}


.clientimage {
	border-right: 1px solid white !important;
}

html>body .clientimage, html>body  .progimage {
	width: 150px;
	height: 50px;
	margin-right: 10px;
	margin-left: 10px;
}

html>body .clienttext {
	/* padding:0 5px; */
	color: #f4f4f4;
	font-weight: bold;
	font-size: 15px;
	max-width: 570px;
}

h2 {
	font-size: 44px;
}

button {
	font-size: 12px !important;
}

.footer-outer {
	background-color: #003476;
	padding: 15px;
	position: relative;
	bottom: 0;
}

.footer-outer div div {
	width: 100%;
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	flex-basis: 100%;
}

.footer p {
	color: #fff;
	flex-grow: 1;
	font-size: 0.8rem;
	margin-top: 16px;
	text-align: center;
	line-height: 1.8rem;
}

.page-wrap {
	width: 75%;
	margin: 0 auto;
}

.center-children {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.warning-icon {
	float: left;
	margin-left: 8px;
	font-size: 2.5rem;
	width: 1em;
	height: 1em;
	display: inline-block;
}

.blockquote-root {
	margin: 0 0 14px 0;
	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-info {
	border-left-color: #9e9e9e;
}

.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;
}

.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);
}

.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;
}

.btn-back-container {
	border-bottom-style: solid;
	border-bottom-width: 0.09rem;
	border-bottom-color: black;
	padding: 8px 11px 8px 4px;
	margin-top: 50px;
}

.frm-label-container {
	padding-bottom: 5px;
}

/* 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;
}

.lbl-back {
	font-size: 1.6rem;
	margin-right: 8px;
}

.frm-label {
	font-size: 1.15rem;
	padding-bottom: 5px;
}

.warning-text {
	padding-left: 4rem;
}

/* Buttons */
.btn-back {
	color: black;
	font-weight: 600;
	font-size: 1.1rem;
}

.btn-back:hover {
	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;
	padding: .5rem 1.4rem;
	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;
}

.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-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.9);
}

.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;
}

.progusername {
	float: right!important;
	color: #f4f4f4;
}

/* ZK Override */
.z-datebox, .z-combobox {
	width: 100%;
	height: 50px;
}

.z-datebox-input, .z-combobox-input {
	height: 50px;
	border-radius: 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-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-grid {
	border-width: 0;
}


element.style {
}
.z-columns th:first-child {
    border-left-width: 0;
}
.z-columns:first-child th {
    border-top-width: 0;
}
.z-grid-header {
	border-radius: 4px!important;
}
.z-grid-header table th {
    text-align: inherit;
}
.z-grid-header table th, .z-grid-header table td {
    background-clip: padding-box;
    padding: 0;
}
.z-column {
    border-top: 1px solid #003476;
    border-left: 1px solid #003476;
    background: #003476;
}
.z-column-content {
	line-height: 24px!important;
}
/* Bootstrap Collapse */
.collapse-container {
	
}

.collapse-button {
	color: rgba(0, 0, 0, 0.9) !important;
	padding: 0;
}

.collapse-button-text {
	text-decoration: underline;
	font-weight: 600;
}

.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;
}