html,
body {
	height: 100%;
}

.custom-toolbar > .btn-group:first-child > .btn:first-child {
	margin: 0 0 10px 0px;
}

.relativeWrapper {
	position: relative;
	display: block;
}

.absoluteWrapper {
	position: absolute;
	width: 100%;
}

.content-header-sm {
	padding: 5px 0.5rem !important;
}

.nav-item strong.page-title {
	padding-top: 0px !important;
	font-size: 21px !important;
	color: #7f7f8f !important;
}

.form-group-horizontal {
	margin-bottom: 0px !important;
}

.fit-content {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	height: fit-content;
}

.seperator-v {
	display: block;
	margin: 10px 0px 0px 0px;
}

.inline-label {
	display: inline;
	float: left;
}

.normal-text {
	font-size: 16px !important;
	font-weight: normal !important;
}
.normal-text-bold {
	font-size: 16px !important;
	font-weight: bold !important;
}

/***************************************************************/
/*          Customize the label (the container)                */
/***************************************************************/
.myCheck-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.myCheck-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.myCheck-container .checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.myCheck-container .radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.myCheck-container:hover input ~ .checkbox-checkmark {
	background-color: #ccc;
}
.myCheck-container:hover input ~ .radio-checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.myCheck-container input:checked ~ .checkbox-checkmark {
	background-color: #2196f3;
}
.myCheck-container input:checked ~ .radio-checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.myCheck-container .checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.myCheck-container .radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.myCheck-container input:checked ~ .checkbox-checkmark:after {
	display: block;
}

.myCheck-container input:checked ~ .radio-checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.myCheck-container .checkbox-checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.myCheck-container .radio-checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/************************************/
.my-custom-select {
	padding: 0px;
	overflow: hidden;
}

.my-custom-select option {
	padding: 5px;
}

.my-custom-select option:checked {
	background-color: #1e90ff !important;
}

/**************************************/
.loading {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 100px;
	z-index: 1000000;
	display: block;
}

.loading img {
	cursor: progress;
	width: 64px;
	height: 64px;
	border: 0px;
}

.loading-full {
	cursor: progress;
	position: absolute;
	background-color: #00000026;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100000000;
	display: block;
}

.loading-full img {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 0px;
	right: 50px;
	bottom: 50px;
	z-index: 200000000;
}

/**************************************************/

.btn-custom-app {
	border-radius: 3px;
	/* background-color: #f8f9fa; */
	/* border: 1px solid #ddd; */
	/* color: #6c757d; */
	font-size: 12px;
	height: 60px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}

.btn-custom-app > .fa,
.btn-custom-app > .fab,
.btn-custom-app > .far,
.btn-custom-app > .fas,
.btn-custom-app > .glyphicon,
.btn-custom-app > .ion {
	display: block;
	font-size: 20px;
}

.btn-xsxs {
	font-size: 12px !important;
	height: 22px;
	padding: 0px 5px 0px 5px;
}

/*************************************************/

.custom-table-sm {
	margin: 0px;
	padding: 0px;
}
.custom-table-sm tr {
	padding: 0px;
	margin: 0px;
}

.custom-table-sm tr td {
	padding: 3px 3px 1px 3px;
	margin: 0px 5px 0px 5px;
}

.pointer-events-none {
	pointer-events: none;
}

/****************************************************/

.br-0,
.form-control {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.dx-texteditor-input {
	/*
	padding: 0px !important;
	min-height: 19px !important;
	*/
	border-radius: 0px !important;
}

.dx-state-invisible {
	background: #bbbbbb !important;
}

.dx-scrollable-content {
	margin-bottom: 10px;
}

.dx-scrollbar-horizontal {
	height: 10px !important;
}

.dx-scrollbar-horizontal div {
	height: 10px !important;
}

.dx-toolbar-after {
	width: 300px;
}

.dx-datagrid-search-panel {
	width: 270px !important;
}

.dx-datagrid-search-panel > .dx-texteditor-input-container {
	width: 200px;
}

.dx-datagrid-search-panel > .dx-texteditor-input-container input {
	width: 100%;
}

.dx-toolbar-items-container .dx-icon dx-icon-search .card {
	border-radius: 0px;
}

/********************************************************/

.bg-secondary-light,
.bg-secondary-light > a {
	color: #000 !important;
}
.bg-secondary-light {
	background-color: #e9ecef !important;
}

.bg-secondary-light-2 {
	background-color: #bcf0f9 !important;
}

.bg-secondary-light-3 {
	background-color: #9deaf7 !important;
}

/*******************************************************/
.dx-datagrid-rowsview .dx-row:nth-child(odd) {
	background-color: #f7f7f7;
}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
	background-color: white;
}

/********************************************************/

.login-box,
.register-box {
	width: 410px;
}
.login-page,
.register-page {
	height: 0vh;
}

.login-box .card {
	-webkit-box-shadow: 0px 0px 25px 20px rgba(82, 82, 82, 0.6);
	-moz-box-shadow: 0px 0px 25px 20px rgba(82, 82, 82, 0.6);
	box-shadow: 0px 0px 25px 20px rgba(82, 82, 82, 0.6);

	margin-bottom: 0px;
	margin-top: 20px;
}

/************************************************************/
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #dfffe5;
}

.dx-datagrid [class*="icheck-"] {
	margin: 0px !important;
	min-height: 18px;
}

[class*="icheck-"] > label {
	min-height: 16px;
	height: 16px;
}

[class*="icheck-"] {
	margin: 3px !important;
}

.dx-widget {
	font-size: 13px !important;
}

.dx-datagrid .dx-row > td {
	padding: 4px !important;
}

.dx-datagrid-rowsview .dx-datagrid-table tbody tr:hover td {
	background-color: #dfffe5 !important;

	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

/***************************************************************/
.document-navigation-buttons {
	float: left;
}

.document-navigation-buttons .btn-group {
	display: block;
}

.document-navigation-buttons .btn-group button {
	min-width: 10px;
	width: 40px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
}

.document-navigation-buttons .btn-group i {
	font-size: 12px;
}

.document-navigation-buttons .btn-group:nth-child(1) button:nth-child(1) {
	border-radius: 0px;
	border-top-left-radius: 3px;
}

.document-navigation-buttons .btn-group:nth-child(1) button:nth-child(2) {
	border-radius: 0px;
	border-top-right-radius: 3px;
}

.document-navigation-buttons .btn-group:nth-child(2) {
	border-top: 1px solid #6c757dc7;
}

.document-navigation-buttons .btn-group:nth-child(2) button:nth-child(1) {
	border-radius: 0px;
	border-bottom-left-radius: 3px;
}

.document-navigation-buttons .btn-group:nth-child(2) button:nth-child(2) {
	border-radius: 0px;
	border-bottom-right-radius: 3px;
}

/*********************************************************************/
#currentAccountsTable tbody td {
	cursor: pointer;
}

/*******************************************************************/
.dropdown-menu > span {
	margin: 10px 10px 0px 16px;
	display: block;
	color: #949494;
}

.dropdown-item {
	padding: 0.5rem 1rem;
}

.nav-header {
	color: #ffffff4f !important;
}

.nav-item a p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.dataTables_filter input {
	width: 300px !important;
}
.text-sm .nav-link {
	padding: 7px 0px 7px 4px;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
	background-color: #007bff;
	color: #fff;
}

.login-box-msg img {
	border-radius: 20px;
	margin-bottom: 10px;
}

.sidebar,
.sidebar nav,
.sidebar nav ul {
	overflow: hidden !important;
}

.nav-sidebar > nav-item {
	z-index: 1000;
}

.nav-sidebar > .has-treeview > ul.nav-treeview {
	z-index: 100;
}

.btn-custom-app .badge {
	position: absolute;
	right: -5px;
	top: -5px;
}

.nav-sidebar.nav-child-indent .nav-treeview {
	padding-left: 8px;
}
