nav {
	min-height: 44px;
	font-size: .8em !important;
}

html {
	-webkit-text-size-adjust: 100%;
	overscroll-behavior-y: contain;
}

.navbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 1.7em !important;
}

.navbar-logo {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	object-fit: cover;
}

html.pwa-standalone body {
	margin-top: 0;
	padding-top: calc(12px + env(safe-area-inset-top));
	padding-bottom: calc(74px + env(safe-area-inset-bottom));
}

html.pwa-standalone .app-navbar {
	top: auto;
	bottom: 0;
	height: calc(58px + env(safe-area-inset-bottom));
	min-height: 58px;
	padding: 0 6px env(safe-area-inset-bottom);
	background: rgba(24, 26, 29, .98) !important;
	box-shadow: 0 -5px 20px rgba(0, 0, 0, .18);
}

html.pwa-standalone .app-navbar > .navbar-brand,
html.pwa-standalone .app-navbar > .navbar-toggler,
html.pwa-standalone .app-navbar #pwaInstallButton {
	display: none !important;
}

html.pwa-standalone .app-navbar > #navbarCollapse {
	display: flex !important;
	width: 100%;
	min-width: 0;
	flex-basis: auto;
	align-items: stretch;
	overflow: visible;
}

html.pwa-standalone .app-navbar .navbar-nav {
	display: flex !important;
	min-width: 0;
	margin: 0 !important;
	flex: 1 1 auto;
	flex-direction: row !important;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	white-space: nowrap;
}

html.pwa-standalone .app-navbar .navbar-nav::-webkit-scrollbar {
	display: none;
}

html.pwa-standalone .app-navbar .nav-item {
	position: static;
	flex: 0 0 auto;
}

html.pwa-standalone .app-navbar .nav-link {
	display: flex;
	height: 58px;
	padding: 0 13px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

html.pwa-standalone .app-navbar form {
	flex: 0 0 auto;
	padding-left: 6px;
	border-left: 1px solid rgba(255, 255, 255, .16);
}

html.pwa-standalone .app-navbar .dropdown-menu.show {
	position: fixed !important;
	top: auto !important;
	left: 8px !important;
	right: 8px !important;
	bottom: calc(64px + env(safe-area-inset-bottom)) !important;
	max-height: min(68vh, 620px);
	margin: 0 !important;
	overflow-y: auto;
	transform: none !important;
	border-radius: 14px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .35);
}

html.pwa-standalone .footer {
	margin-bottom: calc(58px + env(safe-area-inset-bottom));
}

body {
	margin-top: 44px;
	margin-bottom: 40px;
	padding-top: 16px;
}

.pull-refresh-indicator {
	position: fixed;
	top: calc(8px + env(safe-area-inset-top));
	left: 50%;
	transform: translate(-50%, -56px);
	z-index: 1045;
	min-width: 112px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(52, 58, 64, .94);
	color: #fff;
	font-size: 13px;
	text-align: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
	pointer-events: none;
	opacity: 0;
	transition: transform .18s ease, opacity .18s ease;
}

.pull-refresh-indicator.visible {
	transform: translate(-50%, 0);
	opacity: 1;
}

table {
	font-size: 12px;
}

tfoot {
	font-size: 12px;
}

.pull-left {
	margin-left: -20px; /* Try with different values until you are happy */
}

/* .form-group { */
/* 	margin-bottom: 6px; */
/* 	margin-top: 6px; */
/* } */

/* input.form-control { */
/* 	height: 25px !important; */
/* } */

/* input.myform-control { */
/* 	height: 40px !important; */
/* } */

span.error {
	color: red;
	margin-left: 0px;
	font-size: 14px;
}

.btn-space {
	margin-right: 5px;
	margin-left: 5px;
	font-size:12px
}

.btn-reduced {
	font-size:10px
}

.btn-somespace {
	margin-right: 3px;
	margin-left: 3px;
}

.btn-supersmall {
	padding: 1px 1px;
	font-size: 10px;
	/*     border-radius: 10px; */
}

.btn-sm {
/* 	border-radius: 0px; */
/* 	-webkit-border-radius: 0px; */
/* 	-moz-border-radius: 0px; */
}
.btn-rounded {
	border-radius: 50%;
	box-shadow: none;
	font-size: 10px;
}

/* datatable paging size changed*/
.dataTables_paginate>span>a {
	margin-bottom: 0px !important;
	padding: 1px 5px !important;
}

/* datatable paging size changed*/
.dataTables_paginate>a {
	margin-bottom: 0px !important;
	padding: 1px 5px !important;
}

.jumbo {
	padding: 15px;
/* 	border-style: solid; */
/* 	margin-bottom: 0px; */
/* 	margin-left: 0px; */
/* 	margin-right: 0px; */
/* 	margin-top: 0px; */
/* 	background-color: transparent !important; */
}

.form-control:focus {
	border-color: #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 25px;
	line-height: 20px;
	background-color: #f5f5f5;
	text-align: center;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.navbar-collapse {
	background-color: #343a40;
	padding: 4px 8px 8px;
	z-index: 1030;
}

.table-responsive-sm,
.dataTables_wrapper {
	width: 100%;
}

.table.table-responsive-sm {
	display: table;
}

.dataTables_wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table.dataTable {
	width: auto !important;
	min-width: 100%;
	margin-bottom: 0 !important;
}

.dataTables_scroll,
.dataTables_scrollHead,
.dataTables_scrollBody {
	width: 100% !important;
}

.dataTables_scrollBody {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
	width: auto !important;
	min-width: 100%;
}

.table-responsive {
	-webkit-overflow-scrolling: touch;
}

.table_morecondensed th,
.table_morecondensed td,
table.dataTable th,
table.dataTable td {
	vertical-align: middle;
}

@media (max-width: 767.98px) {
	body {
		margin-top: calc(52px + env(safe-area-inset-top));
		margin-bottom: calc(25px + env(safe-area-inset-bottom));
		padding-top: 12px;
		padding-bottom: env(safe-area-inset-bottom);
	}

	body.app-shell {
		margin-top: calc(52px + env(safe-area-inset-top));
		margin-bottom: 0;
		padding-bottom: calc(12px + env(safe-area-inset-bottom));
	}

	.container,
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.app-navbar {
		top: 0;
		bottom: auto;
		padding-top: calc(4px + env(safe-area-inset-top));
		padding-bottom: 4px;
		padding-left: max(8px, env(safe-area-inset-left));
		padding-right: max(8px, env(safe-area-inset-right));
		align-items: center;
		box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
	}

	.navbar-brand {
		font-size: 1.35em !important;
	}

	.navbar-logo {
		width: 24px;
		height: 24px;
	}

	.navbar-toggler {
		padding: 4px 8px;
		min-height: 44px;
		min-width: 44px;
		touch-action: manipulation;
	}

	.app-navbar .navbar-collapse {
		flex-basis: 100%;
		max-height: calc(100vh - 52px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid rgba(255, 255, 255, .12);
	}

	.navbar .nav-link,
	.dropdown-item {
		min-height: 40px;
		display: flex;
		align-items: center;
	}

	.form-control,
	select.form-control,
	textarea.form-control {
		font-size: 16px;
	}

	.btn-sm {
		min-height: 34px;
	}

	.card-body {
		padding: .75rem;
	}

	.dataTables_length,
	.dataTables_filter,
	.dataTables_info,
	.dataTables_paginate {
		float: none !important;
		text-align: center !important;
		margin: 8px 0;
	}

	.dataTables_filter label,
	.dataTables_length label {
		width: 100%;
	}

	.dataTables_filter input {
		max-width: 68vw;
	}

	table.dataTable,
	.table.table-responsive-sm,
	.table-responsive table {
		min-width: 760px;
	}

	.table_morecondensed th,
	.table_morecondensed td,
	table.dataTable th,
	table.dataTable td {
		white-space: nowrap;
		padding: 4px 6px;
	}

	body.app-shell .footer {
		display: none;
	}
}

.control-label {
	padding-top: 6px;
}

.alert-custom {
	margin-top: 1px;
  margin-bottom: 1px;
}

.p-label {
	padding-top: 6px;
}

.dropdown-menu>a:hover {
	/* 	background-color: #33BEFF; #5cb85c */
	/* 	background-color: #F3F694  #90EE90  #b3ff99 */
	background-color: #33BEFF;
	text-decoration: none;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	/* 	background-color: #33BEFF; */
	/* 		background-color: #F3F694 */
	/* 	background-color: #b3ff99; */
	/* 	padding: 10px; */
	/* 	font-size: 18px; */
	font-weight: bold;
}

.table_morecondensed>thead>tr>th, .table_morecondensed>tbody>tr>th,
	.table_morecondensed>tfoot>tr>th, .table_morecondensed>thead>tr>td,
	.table_morecondensed>tbody>tr>td, .table_morecondensed>tfoot>tr>td {
	padding: 1px;
}

th {
	background-color: gray;
	color: white;
}

.dropdown-thin a {
	height: 25px;
	padding-top: 2px;
}

.modal-header {
	padding: 1px 25px;
	border-bottom: 2px solid gray;
	background-color: #d9534f;
	color: white;
}

.close {
	margin: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 23px;
	height: 23px;
	border-radius: 23px;
	background-color: #00aeef;
	color: #ffe300;
	font-size: 10px;
	opacity: 100;
	z-index: 10;
}

.close-icon {
	margin: 0;
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	border-radius: 100%;
	background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white
		46%, white 56%, transparent 56%, transparent 100%),
		-webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white
		46%, white 56%, transparent 56%, transparent 100%);
	background-color: red;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	z-index: 10;
}

.rotated {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-moz-transform: rotate(360deg); /* Firefox */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-o-transform: rotate(360deg); /* Opera */
}
/*

.navbar {
	padding-left:  0px!important;
	margin-top:0px;

}
.div-nav-link {
	padding: 0px;
	margin: 0px;
	background-color: #343a40;

}
.div-nav-row{
	padding: 0px;
	max-width: 1140px;
	margin: 0px auto;
}*/
