﻿body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0;
}

h4 {
	font-weight: 600 !important;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px;
	}
}

.nj-header {
	background-color: #363636;
	color: #fff;
	padding: 4px 0;
	z-index: 1;
	margin-bottom: 0px;
}

.nj-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.nj-logo-text {
	/*font-size: 1em;*/
	font-size: .75rem;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1;
	width: auto;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.nj-logo-img {
	padding: 0; /*margin: 0 5px 0 0px;*/
	max-height: 41px;
	display: inline-block;
}

.nj-banner-b ul {
	margin: 0;
}

	.nj-banner-b ul > li {
		display: inline-block;
		list-style: none;
	}

.nj-banner-b li {
	color: #ffffff;
	text-decoration: none;
}

.nj-banner-b {
	display: none;
}

@media only screen and (min-width: 1000px) {
	.nj-banner-b {
		display: block;
		line-height: 1;
		text-align: right;
		padding-right: 1em;
		margin-left: auto;
		color: #ffffff;
	}
}

@media only screen and (min-width: 1280px) {
	.nj-banner-b {
		padding-right: 5em;
	}
}

@media only screen and (min-width: 1000px) {
	.nj-banner-b a {
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1000px) {
	.nj-banner-b li a {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1000px) {
	.nj-banner-b a {
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
}

.nj-banner-a {
	padding-left: 1em;
	padding-top: 1px;
	padding-bottom: 2px;
}


@media only screen and (min-width: 1280px) {
	.nj-banner-a {
		padding-left: 5em;
	}
}

@media only screen and (min-width: 1000px) {
	.nj-banner-a {
		padding-top: 0em;
		padding-bottom: 0em;
	}
}

@media only screen and (min-width: 800px) {
	.nj-banner-a {
		padding-top: 0em;
	}
}

.nj-footer {
	background: #333;
	padding: 15px 0;
	color: #fff;
	font-size: 0.875rem;
	word-wrap: break-word;
	font-weight: 300;
}

	.nj-footer a:link, .nj-footer a:focus, .nj-footer a:visited {
		text-decoration: none;
		color: #ffffff !important;
	}

.sonj-gray {
	color: #888888;
}


.app-header {
	/*height: 70px;*/
}

.app-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

	.app-logo h1, .app-logo h2, .app-logo h3, .app-logo h4, .app-logo h5, .app-logo h6 {
		margin-bottom: 0;
	}

.app-logo-text {
	font-weight: bold; /*color: #003399;*/
	color: #1A2881; /*color: #0d63ba;*/
}

.app-logo-text-secondary {
	font-weight: bold; /*color: #003399;*/
	color: #36B9EF;
}

.app-logo-img {
	padding: 0; /*margin: 0 10px 0 0px;*/
	display: inline-block;
	height: 60px;
}

.app-nav {
	/*height: 70px;*/
	/*background-color: #001f4e;*/
	background-color: #0d63ba;
}

	.app-nav .nav-link.active, .app-nav .show > .nav-link, .app-nav .nav-link:hover {
		background: #fff;
		color: #0d63ba !important;
		border-radius: .25rem;
	}

	.app-nav .nav-link.active-danger {
		background-color: #dc3545;
		color: #fff !important;
		border-radius: .25rem;
	}

	.app-nav .nav-link.active-highlight {
		background-color: #36B9EF !important;
		color: #fff !important;
		border-color: #36B9EF;
		font-weight: 500 !important;
	}



	.app-nav .navbar-dark .navbar-nav .nav-link {
		color: #fff;
	}

	.app-nav .account-dropdown-menu {
		font-size: 0.95rem;
		/*left: 0;
		right: 0;*/
		left: auto;
		right: 0;
	}

	.app-nav .dropdown-item:focus, .dropdown-item:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0d6efd;
	}

.app-body {
	width: 100%;
	min-height: 550px;
}

	.app-body .dl-nav {
		/* border: 1px solid rgba(0, 0, 0, 0.125); */
		border-radius: .25rem;
		/*background-color: #f8f9fa;*/
		background-color: #f7f7f7;
	}

		.app-body .dl-nav .nav-pills .nav-link.active, .app-body .dl-nav .nav-pills .show > .nav-link, .app-body .dl-nav .nav-link:hover {
			color: #fff;
			background-color: #36b9ef;
		}

		.app-body .dl-nav .nav-link {
			color: #212529;
			background-color: #fff;
		}

.app-footer {
	width: 100%;
	background-color: #0d63ba;
	color: #fff;
}

/*.app-footer .link-icon {
		width: 40px;
		height: 40px;
		background-color: white;
		border-radius: 50px;
		display: inline-block;
		position: relative
	}

		.app-footer .link-icon img {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}*/

.form-label-required {
	font-style: italic;
	font-size: .9rem;
	margin-left: .25rem;
	color: #dc3545;
}

.bg-datepicker {
	width: 18px;
	height: 18px;
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-calendar-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z'%3E%3C/path%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg t='1653467242717' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='11241' width='18' height='18'%3E%3Cpath d='M32 832a128 128 0 0 0 128 128h704a128 128 0 0 0 128-128V352H32z m693.76-362.24A74.24 74.24 0 1 1 651.2 544a74.24 74.24 0 0 1 74.56-74.24z m0 213.76a74.24 74.24 0 1 1-74.24 74.24 74.24 74.24 0 0 1 74.24-74.56zM512 469.76A74.24 74.24 0 1 1 437.76 544 74.24 74.24 0 0 1 512 469.76z m0 213.76a74.24 74.24 0 1 1-74.24 74.24A74.24 74.24 0 0 1 512 683.2z m-213.76-213.76A74.24 74.24 0 1 1 224 544a74.24 74.24 0 0 1 74.24-74.24z m0 213.76A74.24 74.24 0 1 1 224 757.76a74.24 74.24 0 0 1 74.24-74.56zM864 64H160a128 128 0 0 0-128 128v96h960V192a128 128 0 0 0-128-128z' fill='%237f7f7f' p-id='11242'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.btn-select {
	background-color: #fff;
	border: 1px solid #ced4da;
}

	.btn-select.disabled {
		background-color: #e9ecef;
	}

.btn-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/*border: 1px solid #fff;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.btn-dl {
	color: #fff;
	background-color: #36B9EF;
	border-color: #36B9EF;
	white-space: nowrap;
	/*font-weight: 500;*/
}

	.btn-dl:hover {
		color: #fff;
		background-color: #0da6e8;
		border-color: #0495d3;
		/*font-weight: 500;*/
	}

	.btn-dl:focus {
		color: #fff;
		background-color: #0da6e8;
		border-color: #0495d3;
		box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
		/*font-weight: 500;*/
	}

	.btn-dl.active, .btn-dl:active {
		color: #fff;
		background-color: #0495d3;
		border-color: #0495d3;
		/*font-weight: 500;*/
	}

.btn-primary-dl {
	color: #fff;
	background-color: #ff5830;
	border-color: #ff5830;
	white-space: nowrap;
	/*font-weight: 500;*/
}

	.btn-primary-dl:hover {
		color: #fff;
		background-color: #ff3303;
		border-color: #ff3100;
		/*font-weight: 500;*/
	}

	.btn-primary-dl:focus {
		color: #fff;
		background-color: #ff3303;
		border-color: #ff3100;
		box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
		/*font-weight: 500;*/
	}

	.btn-primary-dl.active, .btn-primary-dl:active {
		color: #fff;
		background-color: #ff3100;
		border-color: #ff3100;
		/*font-weight: 500;*/
	}

.link-dl {
	color: #0D63BA;
	font-weight: 500;
	text-decoration: none;
	/*padding: .25rem .25rem;*/
	margin: 0rem .25rem;
	cursor: pointer;
}

	.link-dl:focus, .link-dl:hover {
		color: #084a8e;
	}

.link-dl-danger {
	color: #dc3545;
	font-weight: 500;
	text-decoration: none;
	/*padding: .25rem .25rem;*/
	margin: 0rem .25rem;
	cursor: pointer;
}

	.link-dl-danger:focus, .link-dl-danger:hover {
		color: #b02a37;
	}

.btn-tooltip {
	position: absolute;
	margin: 0 .25rem;
	background: url(../Images/help_tip.png);
	width: 22px;
	height: 22px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	/*pointer-events: none;*/
}

#myBtn:hover {
	background-color: #555;
	color: #fff;
}

#myBtn {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #888888;
	color: #707070;
	font-size: 0.9rem;
	line-height: 1rem;
	outline: none;
	padding: 10px 15px;
	z-index: 99;
}

/*custom bootstrap style*/
.alert-primary {
	background-color: #d9edf8;
	border-color: #c0e8f2;
	border: 2px solid #c0e8f2;
}

.alert-primary-icon {
	color: #01bdea;
}

.alert-danger {
	background-color: #f2dedd;
	border-color: #efd5d8;
	border: 2px solid #efd5d8;
}

.alert-danger-icon {
	color: #e82239;
}


.alert-warning {
	background-color: #fdf8e2;
	border-color: #faf0d5;
	border: 2px solid #faf0d5;
}

.alert-warning-icon {
	color: #ffb900;
}

.alert-success {
	background-color: #def0d8;
	border-color: #d8ebcb;
	border: 2px solid #d8ebcb;
}

.alert-success-icon {
	color: #26863e;
}


.table-custom {
	--bs-table-bg: #fff;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	/*color: #333;*/
	border: 0px;
	border-color: #dfe0e1;
	/*border-bottom: 4px solid #0d63ba;*/
	border-top: 0px !important;
	/*font-size: .9rem;*/
	font-weight: bold;
	color: rgba(0,0,0,.7) !important;
}

.card-body-small-text {
	font-size: .9rem;
}

.card-header-dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-header-left-dl {
	display: flex;
	align-items: center;
}

.card-header-right-dl {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: .3rem;
}

.form-label-caption {
	font-weight: bold;
	/*font-style: italic;*/
	/*font-size: .9rem;*/
	color: rgba(0,0,0,.7) !important;
}

.bootstrap-select .dropdown-toggle:focus {
	/*remove outline when focus on bootstrap-select. comment by wptang*/
	outline: none !important;
}

.bootstrap-select .dropdown-menu li a span.text {
	/*If the width of the bootstrap-select's option exceeds the width in the mobile browser, 
		a horizontal scroll bar will appear (even if the opacity of the select is 0). 
		Add this style to fix the above issue. comment by wptang*/
	display: inline-block;
	white-space: normal;
}

.bootstrap-select > select {
	/*If the width of the bootstrap-select's option exceeds the width in the mobile browser, 
		a horizontal scroll bar will appear (even if the opacity of the select is 0). 
		Add this style to fix the above issue. comment by wptang*/
	overflow: hidden !important;
}

.bootstrap-select .dropdown-menu li a.dropdown-item.selected {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.popup-header {
	background-color: #0d63ba;
	color: #fff;
	padding: .7rem 1rem;
}


.form-check-input:checked {
	background-color: #36B9EF;
	border-color: #36B9EF;
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef8c;
	opacity: 1;
	cursor: not-allowed;
}

/*custom stepper start*/
.stepper {
	display: flex;
	flex-direction: row;
}

.stepper-item {
	padding: 25px 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: default;
	--item-index-bg-color: #36b9ef;
	--item-label-ft-weight: 500;
	--item-color: #212529;
}

	/*.stepper-item:hover {
				background-color: #f6f6f6;
				border-radius: 5px;
			}*/

	.stepper-item:not(.active) {
		--item-index-bg-color: #9e9e9e;
		--item-label-ft-weight: normal;
		--item-color: rgb(108,117,125);
	}

.stepper-item__index {
	background-color: var(--item-index-bg-color);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
	flex: none;
}

.stepper-item__index-label {
	font-size: .5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.stepper-item__label {
	font-weight: var(--item-label-ft-weight);
	color: var(--item-color);
}

.stepper-connector {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stepper-connector__line {
	border-top: 1px solid #bdbdbd;
	width: 100%;
}
/*custom stepper end*/

/*verification code start*/
.verification-code-input {
	padding-right: calc(var(--bs-gutter-x) * .5);
}

.verification-code-img {
	padding-left: calc(var(--bs-gutter-x) * .5);
}
/*verification code end*/

/*popover dark style start*/
.popover-dark {
	max-width: 550px;
	--bg-color: #363636cc;
	background-color: var(--bg-color);
	border: 1px solid #363636;
}

	.popover-dark .popover-body {
		color: #fff;
	}

	.popover-dark.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-dark.bs-popover-start > .popover-arrow::after {
		border-left-color: var(--bg-color);
	}

	.popover-dark.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-dark.bs-popover-top > .popover-arrow::after {
		border-top-color: var(--bg-color);
	}

	.popover-dark.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-dark.bs-popover-end > .popover-arrow::after {
		border-right-color: var(--bg-color);
	}

	.popover-dark.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-dark.bs-popover-bottom > .popover-arrow::after {
		border-bottom-color: var(--bg-color);
	}
/*popover dark style end*/


.blink {
	box-shadow: none;
	animation: blink 1s;
	animation-iteration-count: 3;
}

@keyframes blink {
	50% {
		/*box-shadow: 0 0 .8rem rgba(255, 51, 3,.5);*/
		box-shadow: 0 0 1rem rgba(255, 88, 48,.5);
		border: 2px solid rgba(255, 88, 48,.3);
	}
}

.blink2 {
	box-shadow: none;
	border-radius: .25rem;
	animation: blink2 1s;
	animation-iteration-count: 3;
}

@keyframes blink2 {
	50% {
		box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
	}
}
