body{
	font-family: 'Lato', sans-serif;
}

canvas{
	margin-left: 5px;
}

/* Custom Styles */
.nlchi-navbar{
	border-top: 3px #007b33 solid;
	/*min-width: 430px;*/
	flex-wrap: nowrap;
}

.nlchi-navbar-brand {
	font-size: 1rem;
}

.nlchi-hr{
	border-bottom: 1px #007b33 solid;
}
.nlchi-btn{
	background-color: #007b33;
	border: 0;
}

.nlchi-img-r{
	float: right;
}

.nlchi-btn:hover{
	background-color: #01a445;
}

.nlchi-btn-blue{
	background-color: #005596;
}

.nlchi-btn-blue:hover{
	background-color: #1d8de3;
}

.nlchi-btn-red{
	background-color: #f24633;
}

.nlchi-btn-red:hover{
	background-color: #d41f0c;
}

.nlchi-form-control {
	background-color: #eee;
}

.nlchi-footer{
	border-top: 2px #007b33 solid;
	border-bottom: 2px #007b33 solid;
	background-color: #e7e6e6;
}

.nlchi-table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.nlchi-vacrec-table{
	width: 98%;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
}

.nlchi-table-borderless{
	width: 100%;
	text-align: left;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
	border-top: none;
}

.nlchi-table thead { font-size: 1rem; }

.nlchi-vacrec-table thead { font-size: 1rem; }

.nlchi-vacrec-table td { 
	vertical-align: top;
	padding: 5px;
	font-size: 0.9rem;
	border: 1px solid #ccc;
}

.nlchi-link{
	color: #3284a4;
	text-decoration: underline;
}

.nlchi-link:hover{
	color: #42afd9;
	text-decoration: none;
}

.nlchi-footer-hr{ border-top: #007b33; }

.modal-body .modal-title h5 {
 color: #42afd9;
}

ul.nlchi-selfcare {
    list-style-type: none;
}

ul.nlchi-selfcare li:before {    
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    content: '\f00c';
    padding: 0 15px 0 0;
    color:  #007b33;
}

.nlchi-offpage {
	position: absolute;
	left: -3000px;
}

.nlchi-pagebreak {
	page-break-after: always;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
}

.separator::before,
.separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #000
}

.separator:not(:empty)::before {
	margin-right: .25em;
}

.separator:not(:empty)::after {
	margin-left: .25em;
}

.was-validated .form-control:valid {
	background-image: none;
	border-color: #ced4da;
}
.was-validated .custom-select:valid {
	background-image: none;
	border-color: #ced4da;
}
.was-validated .custom-select:invalid {
	background-image: none;
}
.was-validated .form-control:invalid {
	background-image: none;
}


.custom-select-sm {
  width: 30.5%;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: .25rem; 
}

.img-logo {
	width: 100%;
	max-width: 260px;
}

.print-layout {
	margin-right: 30px;
	margin-left: 30px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.print-layout::-webkit-scrollbar {
	display: none;
}

.required-field::before {
  content: "*";
  color: red;
}

.loader {
	background: #ffffff;
	opacity: 0.8;
	position: absolute;
	top: 300;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	display: flex;
	justify-content: center;
}

.loader img {
	opacity: 1;
	position: relative;
	top: 100px;
	height: 498px;
	width: 498px;
}

.titleContainer {
	width: 100%;

}

.logoContainer {
	width: 100%;
	text-align: center;
}

.nllogo {
	display: inline-block;
}

.clrFloat {
	clear: both;
}

.dwnImg{
	width: 100%;
	max-width: 512px;
	object-fit: contain;
}

.iconImg {
	max-width: 150px;
}