html {
	direction: ltr;
	font-size: 13px;
	height: 100%;
	color: #000;
}

body {
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-font-feature-settings: "liga"0;
	font-feature-settings: "liga"0;
	height: 100%;
	position: relative;

	font-family: 'ABeeZee', var(--font-family-sans-serif);
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', var(--font-family-sans-serif);
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
	max-height: 100%;
}

.page-main {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: scroll;
}

.header {
	background: #fff;
	border-bottom: 1px solid rgba(0, 40, 100, 0.12);
	z-index: 1040 !important;
}

.footer {
	background: #fff;
	border-top: 1px solid rgba(0, 40, 100, 0.12);
	font-size: 0.875rem;
	padding: 1.25rem 0;
	color: #9aa0ac;
}

/* bootstrap hacks */
.table .thead-primary th {
	color: #fff;
	background-color: var(--primary);
	/*  border-color: var(--primary);*/
	border-color: var(--blue);
}

.list-group-item.active {
	z-index: 2;
	color: #000;
	background-color: transparent;
	border-color: #007bff;
	border-left-width: 2px;
	border-bottom-color: rgba(0, 0, 0, .125);
	border-top-color: rgba(0, 0, 0, .125);
	border-right-width: 0;
}

.dropdown-menu {
	z-index: 9999 !important;
}

.dropdown-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item,
.nav-link {
	text-transform: uppercase;
}

@media(min-width:768px) {
	.nav-link {
		font-size: 85%;
	}
}

/* jconfirm hacks */
.jconfirm-box {
	padding: 0 !important;
}

.jconfirm-box .jconfirm-content {
	padding: 15px;
}

.jconfirm-box .jconfirm-content-pane {
	margin-bottom: -4px !important;
	padding-bottom: 19px !important;
}

.jconfirm-box .jconfirm-buttons {
	border-top: 1px solid rgba(0, 0, 0, .125);
	display: flex;
	width: 100%;
	padding: 15px;
}

/* jquery-validation hacks */
label.error {
	color: #c00;
	font-size: 85%;
	width: 100%;
}

/* bootstrap-table hacks */
dt {
	color: rgba(0, 0, 0, .6);
}

thead th {
	text-transform: uppercase;
}

.table td {
	vertical-align: top !important;
}

tr.detail-view td {
	border-top-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.bootstrap-table .fixed-table-toolbar .bs-bars>div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.bootstrap-table.fullscreen {
	top: 92px !important;
	height: calc(100vh - 92.1333px - 50.5667px);
}

.col.px-0 .fixed-table-toolbar,
.col.px-0 .fixed-table-pagination,
[ class^=col-].px-0 .fixed-table-toolbar,
[ class^=col-].px-0 .fixed-table-pagination,
.card-body.p-0 .fixed-table-toolbar,
.card-body.p-0 .fixed-table-pagination,
.no-gutters .fixed-table-toolbar,
.no-gutters .fixed-table-pagination {
	padding-left: 15px;
	padding-right: 15px;
}

@media(max-width:576px) {
	.fixed-table-toolbar .search {
		width: 100%;
	}

	.fixed-table-pagination {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.fixed-table-pagination .pagination-detail {
		text-align: center;
	}
}

tr.info.groupBy {
	color: rgba(0, 0, 0, .5);
	font-weight: bold;
}

tr.info.groupBy.expanded {
	color: rgba(0, 0, 0)
}

tr.info.groupBy~tr.hidden {
	display: none;
}

.fixed-table-toolbar-flex .fixed-table-toolbar {
	display: flex;
}

/* jqueryvalidation plugin hacks */
label.error.valid {
	display: none !important;
}

/* jquery-toast plugin hacks */
.jq-toast-wrap {
	z-index: 999999999 !important;
}

/* smartWizard hacks */
.sw-theme-default .step-content {
	border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
}

.sw-theme-default .sw-toolbar {
	background: transparent !important;
}

/* twitter-typeahead hacks */
.twitter-typeahead {
	width: 100%;
}

.tt-menu {
	background: white;
	border: 1px solid rgba(0, 0, 0, .15);
	padding: .5em;
	margin-top: 1em;
	border-radius: 4px;
	width: 100%;
}

.tt-selectable:hover {
	cursor: pointer;
}

.tt-menu::before,
.tt-menu::after {
	position: absolute;
	display: inline-block;
	left: 1em;
}

.tt-menu::before {
	border-right: 1em solid transparent;
	border-bottom: 1em solid rgba(0, 0, 0, .15);
	border-left: 1em solid transparent;
	content: "";
	bottom: 100%;
}

.tt-menu::after {
	border-right: 1em solid transparent;
	border-bottom: 1em solid white;
	border-left: 1em solid transparent;
	content: "";
	bottom: calc(100% - 1px)
}

/* MY_Custom css*/
.header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.header .navbar .navbar-collapse.collapsing,
.header .navbar .navbar-collapse.show {
	background-color: #fff;
	position: fixed;
	top: 58.1333px;
	right: 0;
	left: 0;
	z-index: 999999 !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

@media(max-width:767px) {

	.header .navbar .navbar-collapse,
	.header .navbar .dropdown-menu {
		text-align: center;
		margin-left: -15px;
		margin-right: -15px;
	}

	.header .navbar .nav-item {
		font-size: 1rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.header .navbar .nav-item:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
}

@media(max-width:767px) {
	.nav-item.dropdown.show {
		background: var(--light);
	}
}

.dropdown-menu::before,
.dropdown-menu::after {
	position: absolute;
	display: inline-block;
	left: 1em;
	right: auto;
}

.dropdown-menu.dropdown-menu-right::before,
.dropdown-menu.dropdown-menu-right::after {
	right: 1em;
	left: auto;
}

@media(max-width:767px) {

	.dropdown-menu::before,
	.dropdown-menu::after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.dropdown-menu::before {
	border-right: .5em solid transparent;
	border-bottom: .5em solid rgba(0, 0, 0, .15);
	border-left: .5em solid transparent;
	content: "";
	bottom: 100%;
}

.dropdown-menu::after {
	border-right: .5em solid transparent;
	border-bottom: .5em solid white;
	border-left: .5em solid transparent;
	content: "";
	bottom: calc(100% - 1px)
}

@media(max-width:767px) {
	.dropdown-menu::before {
		bottom: calc(100% - 32.5px - 0.5rem);
	}

	.dropdown-menu::after {
		bottom: calc(100% - 33.5px - 0.5rem);
	}
}

.header.sticky-top {
	z-index: 1030;
}

.file-zoom-dialog {
	z-index: 9999;
}
