@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	margin: 0;
	padding: 0;
	font-size:14px;
	display: flex;
	height: 100%;

	flex-direction: column;
}
h1, h2, h3, h4, h5, h6, label {
	font-variant-caps: normal;
}
/*grid > icon color works on all themes*/
.e-grid .e-icons:not(.e-btn-icon) {
	color: #22d3ee !important;
}
.e-checkbox-wrapper .e-frame.e-check {
	color: grey !important;
}
.hidden {
	display: none;
/*z-index:0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;*/
}

.page-header {
	/*border-color: gray;*/
	font-weight: 500;
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid gray;
}
.page-header-close {
	font-weight: 500;
	padding-bottom: 9px;
	margin: 20px 0 5px;
	border-bottom: 1px solid gray;
}
/*.form-control{
	font-size:1em;
}*/
label {
	margin-bottom: 0 !important;
	font-weight: 400 !important;
	font-size: 14px;
}
.expiredRow {
	color: red !important;
}
.expireSoon {
	color: yellow !important;
}

.dicomPaid {
	color: lightgreen !important;
}
.dicomUnPaid {
	color: lightyellow !important;
}
.noresult {
	background-color: lightyellow !important;
	color: darkblue !important;
}
.result {
	background-color: lightgreen !important;
	color: black !important;
}
.lateresult {
	background-color: #F88379 !important;
	color: black !important;
}

.e-radio-wrapper{
	margin-left:15px;
}
/* stop SfCard on hover from changing background color */
.e-card:hover {
	background-color: transparent !important; /* #1f2937 !important;*/
	border-color: #4b5563 !important;
}
/*card header height*/
.card-header.card-header-md {
	height: 2.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.card-header.card-header-lg {
	height: 3.5em;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
/* treeview for left menu indentation on sublevel menu items*/
.e-list-item.e-level-2 {
	text-indent: .3em;
}

.e-list-item.e-level-3 {
	text-indent: .6em;
}

.e-list-item.e-level-4 {
	text-indent: .9em;
}
.e-treeview .e-list-item .e-level-2 div.e-icons::before {
	margin-left: -.3em !important;
}

.e-treeview .e-list-item .e-level-3 div.e-icons::before {
	margin-left: -.6em !important;
}

.e-treeview .e-list-item .e-level-4 div.e-icons::before {
	margin-left: -.9em !important;
}

/*form menu hiding stop reset page shown*/
.full-width {
	position: fixed;
	left: 0px !important;
	margin: 20px;
}

#df-page-wrapper {
	background: black;
	height:100%;
}

#df-top-menu {
	height: 50px;
	width: 100%;
	position: fixed;
	box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12);
	z-index: 1000;
}

.df-sidebar
{
	height: calc(100% - 50px);
}

.df-bottom-page {
	display: flex;
	flex: auto;
	overflow: auto;
	flex-direction: row;
	position: fixed;
	top: 50px;
	width: 100%;
	height: calc(100% - 50px);
}

.df-left-menu {
	width: 220px;
	max-width: 220px;
	flex: auto;
	overflow: auto;
/*	box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12);*/
}

.df-content {
	flex: 2;
	overflow: auto;
	padding: 10px;
}

a, .btn-link {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.content {
	padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.main-content {
	z-index: 1018;
	position: absolute !important;
	top: 50px !important;
	left: 220px !important;
	width: 100%;
	border-radius: 0;
}
.navbar-impersonate {
	z-index: 1021;
	position: absolute;
	left: 0px;
	top: 0px;
	max-height: 10px !important;
	min-height: 10px !important;
	width: 100%;
	border-radius: 0;
	background-color: rgba(255, 0, 0, 0.3);
}
.navbar-top {
	z-index: 1020;
	position: absolute;
	left: 0px;
	top: 0px;
	max-height: 50px !important;
	min-height: 50px !important;
	width: 100%;
	border-radius: 0;
}

.navbar-side {
	z-index: 1019;
	position: absolute !important;
	top: 50px !important;
	right: 220px !important;
	border-radius: 0;
}
/***** common content page styles ******/
.content-page {
	margin: 20px;
	width: 80%;
	scroll-behavior:auto;
}
/*.sb-content-section {
	overflow-y: scroll;
	height: 100%;*/
	/*	width: 100%;*/
	/*top: 50px;
	left: 220px;
	position: fixed;
}*/
/***** top nav bar ******/

#topbar {
/*	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;*/
	height: 50px;
	width: 100%;
	position: fixed;
	box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12);
	z-index: 1000;
}

	#topbar.sb-content-section {
		overflow: hidden;
	}

	#topbar > ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

		#topbar > ul > li {
			float: left;
		}

/****** left nav bar **********/
#sidebar_left {
	min-width: 220px;
	max-width: 220px;
	position: fixed;

	height: calc(100% - 50px);

	background: #f0f0f0;
	top: 50px;
	left: 0px;
}

.e-sidebar.e-left {
	top: 10px;
}

.collapsed {
	visibility: hidden;
}

/* custom code start */
.sidebar-treeview .e-treeview .e-icon-collapsible,
.sidebar-treeview .e-treeview .e-icon-expandable {
	float: right;
}

.sidebar-treeview .e-treeview .e-icon-collapsible,
.sidebar-treeview .e-treeview .e-icon-expandable {
	margin: 3px;
}

.tailwind .sidebar-treeview .e-treeview .e-icon-collapsible,
.tailwind-dark .sidebar-treeview .e-treeview .e-icon-expandable {
	margin: 7px;
}

.e-bigger .sidebar-treeview .e-treeview .e-icon-collapsible,
.e-bigger .sidebar-treeview .e-treeview .e-icon-expandable {
	margin: 8px;
}

.sidebar-treeview .e-treeview,
.sidebar-treeview .e-treeview .e-ul {
	padding: 0;
	margin: 0;
}

.sidebar-treeview {
	height: calc(100% - 50px);
}

#wrapper .sidebar-treeview {
	z-index: 20 !important;
	
}
/* custom code end */
/*end of header-section styles */
/*main-menu-header  styles */
.sidebar-treeview .main-menu .main-menu-header {
	color: #656a70;
	padding: 15px 15px 15px 0;
	font-size: 14px;
	width: 13em;
	margin: 0;
}
/*end of main-menu-header styles */
.material-dark .sidebar-treeview .main-menu .main-menu-header, .highcontrast .sidebar-treeview .main-menu .main-menu-header,
.fabric-dark .sidebar-treeview .main-menu .main-menu-header, .bootstrap-dark .sidebar-treeview .main-menu .main-menu-header,
.tailwind-dark .sidebar-treeview .main-menu .main-menu-header {
	color: white;
}

.material-dark .sidebar-treeview .main-treeview .icon {
	color: white;
}

#main-text .sidebar-heading {
	font-size: 16px;
}

.e-bigger #main-text .sidebar-heading {
	font-size: 18px;
}
/* table of content area styles */
.sidebar-treeview .table-content {
	padding: 20px 12px;
	height: 8em;
}

.material .sidebar-treeview .table-content {
	padding: 20px 8px;
}

.bootstrap4 .sidebar-treeview .table-content {
	padding: 20px 16px;
}

.bootstrap .sidebar-treeview .table-content,
.bootstrap-dark .sidebar-treeview .table-content,
.fabric .sidebar-treeview .table-content,
.fabric-dark .sidebar-treeview .table-content,
.highcontrast .sidebar-treeview .table-content {
	padding: 20px 6px;
}

.bootstrap.e-bigger .sidebar-treeview .table-content,
.bootstrap-dark.e-bigger .sidebar-treeview .table-content {
	padding: 20px 8px;
}

.bootstrap4.e-bigger .sidebar-treeview .table-content {
	padding: 20px 18px;
}

.material.e-bigger .sidebar-treeview .table-content {
	padding: 20px 12px;
}

.e-bigger .sidebar-treeview .table-content {
	padding: 20px 16px;
}
/* end of table ofcontent area styles */
/* content area styles */
#main-text .sidebar-content .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

#main-text .sidebar-content {
	padding: 15px;
	font-size: 14px;
}

.e-bigger #main-text .sidebar-content {
	font-size: 16px;
}

#main-text .paragraph-content {
	font-family: 'Poppins', sans-serif;
	padding: 15px 0;
	font-weight: normal;
	font-size: 12px;
}
/* end of content area styles */



.sidebar-treeview .main-treeview .icon {
	font-family: 'fontello';
	font-size: 16px;
	margin: -4px 0;
}

#wrapper .e-toolbar .e-icons {
	font-size: 20px;
}

#wrapper .e-tbar-menu-icon:before {
	content: '\e914';
	font-family: 'sbicons';
}

.e-bigger .e-folder {
	font-size: 18px;
}

.e-folder {
	text-align: center;
	font-weight: 500;
	font-size: 16px
}

.sidebar-treeview .e-treeview .e-text-content {
	padding-left: 18px;
}

.material .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 14px;
}

.bootstrap4 .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 22px;
}

.bootstrap .sidebar-treeview .e-treeview .e-text-content,
.bootstrap-dark .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 12px;
}

.fabric .sidebar-treeview .e-treeview .e-text-content,
.fabric-dark .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 16px
}

.bootstrap.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.bootstrap-dark.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.bootstrap.e-bigger .sidebar-treeview .e-treeview .e-list-icon + .e-list-text,
.bootstrap-dark.e-bigger .sidebar-treeview .e-treeview .e-list-icon + .e-list-text {
	padding-left: 20px;
}

.bootstrap4.e-bigger .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 30px;
}

.tailwind-dark.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.tailwind.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.bootstrap5.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.bootstrap5-dark.e-bigger .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 26px;
}

.material.e-bigger .sidebar-treeview .e-treeview .e-text-content,
.highcontrast .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 18px;
}

.e-bigger .sidebar-treeview .e-treeview .e-text-content {
	padding-left: 22px;
}

.sidebar-treeview .main-treeview .icon-microchip::before {
	content: '\e806';
}

.sidebar-treeview .main-treeview .icon-thumbs-up-alt::before {
	content: '\e805';
}

.sidebar-treeview .main-treeview .icon-docs::before {
	content: '\e802';
}

.sidebar-treeview .main-treeview .icon-th::before {
	content: '\e803';
}

.sidebar-treeview .main-treeview .icon-code::before {
	content: '\e804';
}

.sidebar-treeview .main-treeview .icon-chrome::before {
	content: '\e807';
}

.sidebar-treeview .main-treeview .icon-up-hand::before {
	content: '\e810';
}

.sidebar-treeview .main-treeview .icon-bookmark-empty::before {
	content: '\e811';
}

.sidebar-treeview .main-treeview .icon-help-circled::before {
	content: '\e813';
}

.sidebar-treeview .main-treeview .icon-doc-text::before {
	content: '\e812';
}

.sidebar-treeview .main-treeview .icon-circle-thin::before {
	content: '\e808';
}
/* end of icon styles */
.tailwind-dark #wrapper .e-toolbar {
	border-bottom: 1px solid #4b5563;
}

.material #wrapper .e-toolbar {
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.tailwind #wrapper .e-toolbar {
	border-bottom: 1px solid #e5e7eb;
}

.bootstrap5-dark #wrapper .e-toolbar {
	border-bottom: 1px solid #444c54;
}

.bootstrap5 #wrapper .e-toolbar {
	border-bottom: 1px solid #d2d6de;
}



.material .sidebar-treeview {
	/*border-right: 1px solid rgba(0,0,0,0.12) !important;*/
}

.fabric .sidebar-treeview {
	/*	border-right: 1px solid #eaeaea !important;*/
}

.tailwind .sidebar-treeview {
	/*border-right: 1px solid #d7d7d7 !important;*/
}

.bootstrap5-dark .sidebar-treeview {
	/*		border-right: 1px solid #444c54 !important;*/
}

.bootstrap5 .sidebar-treeview {
	/*	border-right: 1px solid #dee2e6 !important;*/
}

.material-dark .sidebar-treeview {
	/*	border-right: 1px solid #616161 !important;*/
}

.fabric-dark .sidebar-treeview {
	/*	border-right: 1px menu #414040 !important;*/
}

.tailwind-dark .sidebar-treeview {
	/*border-right: 1px solid #4b5563 !important;*/
}

.bootstrap5 .e-folder-name, .bootstrap5-dark .e-folder-name {
	margin-top: -2px;
}

.tailwind .e-folder-name, .tailwind-dark .e-folder-name, .bootstrap4 .e-folder-name,
.bootstrap .e-folder-name, .bootstrap-dark .e-folder-name {
	margin-top: 3px;
}

.material .e-folder-name, .material-dark .e-folder-name {
	margin-top: 1px;
}

.e-sidebar.e-left {
	border: none;
}
.watermark {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: rgba(100, 100,100, 0.1); /* Light gray color with transparency */
	z-index: 1;
	pointer-events: none; /* Prevents the watermark from being clicked */
	user-select: none; /* Prevents the watermark from being selected */
	white-space: nowrap; /* Prevents the watermark from wrapping */
}
.constrained-text {
	width: 100%; /* Ensures the div takes the full width of the column */
	overflow: hidden; /* Hides any text that overflows the div */
	text-overflow: ellipsis; /* Adds "..." to indicate text overflow */
	white-space: nowrap; /* Prevents text from wrapping to the next line */
}
.constrained-multiline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
	overflow: hidden;
}
.column-container {
	overflow: hidden;
}

/* grid checkbox */
/*.e-grid .e-rowcell.e-checkbox {
	background-color: transparent !important;
}
.e-grid .e-rowcell[aria-label*="True Column Header VM"] {
	background-color: transparent !important;
}

.e-grid .e-rowcell[data-colindex="1"] {
	background-color: transparent !important;
}*/
/* Target the checkbox wrapper in the grid */
/* Target the row cells of the checkbox column */
.e-grid .e-rowcell[data-colindex="1"] {
	/*background-color: transparent !important;*/ /* Transparent background */
	/*border: none !important;*/ /* Optional: Removes any borders */
}

/* Target the checkbox wrapper itself */
.e-checkbox-wrapper {
	background-color: transparent !important; /* Ensures transparency for the checkbox wrapper */
/*	box-shadow: none !important;*/ /* Optional: Removes any shadow */
}

	/* Target the checkbox frame if any additional styling is applied */
	.e-checkbox-wrapper .e-frame {
		background-color: transparent !important; /* Transparent checkbox frame */
		/*border: none !important;*/ /* Optional: Removes border around the frame */
	}

/* Target the header cell for the checkbox column (if applicable) */
.e-grid .e-headercell[data-colindex="1"] {
/*	background-color: transparent !important;*/
	/*border: none !important;*/
}

/* Flex Portlet Styles

  8 888888888o       ,o888888o.     8 888888888o. 8888888 8888888888 8 8888         8 8888888888 8888888 8888888888 d888888o.   
  8 8888    `88.  . 8888     `88.   8 8888    `88.      8 8888       8 8888         8 8888             8 8888     .`8888:' `88. 
  8 8888     `88 ,8 8888       `8b  8 8888     `88      8 8888       8 8888         8 8888             8 8888     8.`8888.   Y8 
  8 8888     ,88 88 8888        `8b 8 8888     ,88      8 8888       8 8888         8 8888             8 8888     `8.`8888.     
  8 8888.   ,88' 88 8888         88 8 8888.   ,88'      8 8888       8 8888         8 888888888888     8 8888      `8.`8888.    
  8 888888888P'  88 8888         88 8 888888888P'       8 8888       8 8888         8 8888             8 8888       `8.`8888.   
  8 8888         88 8888        ,8P 8 8888`8b           8 8888       8 8888         8 8888             8 8888        `8.`8888.  
  8 8888         `8 8888       ,8P  8 8888 `8b.         8 8888       8 8888         8 8888             8 8888    8b   `8.`8888. 
  8 8888          ` 8888     ,88'   8 8888   `8b.       8 8888       8 8888         8 8888             8 8888    `8b.  ;8.`8888 
  8 8888             `8888888P'     8 8888     `88.     8 8888       8 888888888888 8 888888888888     8 8888     `Y8888P ,88P' 

*/
/*
.portlet {
	margin-bottom: 15px;
}

.portlet {
	border: 1px solid;
}

	.portlet .portlet-heading {
		padding: 0 15px;
	}

		.portlet .portlet-heading h4 {
			padding: 1px 0;
			font-size: 16px;
		}

		.portlet .portlet-heading a {
			color: #fff;
		}

			.portlet .portlet-heading a:hover,
			.portlet .portlet-heading a:active,
			.portlet .portlet-heading a:focus {
				outline: none;
			}

	.portlet .portlet-widgets .dropdown-menu a {
		color: #333;
	}

	.portlet .portlet-widgets ul.dropdown-menu {
		min-width: 0;
	}

	.portlet .portlet-heading .portlet-title {
		float: left;
	}

		.portlet .portlet-heading .portlet-title h4 {
			margin: 10px 0;
		}

	.portlet .portlet-heading .portlet-widgets {
		float: right;
		margin: 8px 0;
	}

		.portlet .portlet-heading .portlet-widgets .tabbed-portlets {
			display: inline;
		}

		.portlet .portlet-heading .portlet-widgets .divider {
			margin: 0 5px;
		}

	.portlet .portlet-body {
		padding: 15px;
		background: #fff;
	}

	.portlet .portlet-footer {
		padding: 10px 15px;
		background: #e0e7e8;
	}

		.portlet .portlet-footer ul {
			margin: 0;
		}

.portlet-green,
.portlet-green > .portlet-heading {
	border-color: #16a085;
}

	.portlet-green > .portlet-heading {
		color: #fff;
		background-color: #16a085;
	}

.portlet-orange,
.portlet-orange > .portlet-heading {
	border-color: #f39c12;
}

	.portlet-orange > .portlet-heading {
		color: #fff;
		background-color: #f39c12;
	}

.portlet-blue,
.portlet-blue > .portlet-heading {
	border-color: #2980b9;
}

	.portlet-blue > .portlet-heading {
		color: #fff;
		background-color: #2980b9;
	}

.portlet-red,
.portlet-red > .portlet-heading {
	border-color: #e74c3c;
}

	.portlet-red > .portlet-heading {
		color: #fff;
		background-color: #e74c3c;
	}

.portlet-purple,
.portlet-purple > .portlet-heading {
	border-color: #8e44ad;
}

	.portlet-purple > .portlet-heading {
		color: #fff;
		background-color: #8e44ad;
	}

.portlet-default,
.portlet-dark-blue,
.portlet-default > .portlet-heading,
.portlet-dark-blue > .portlet-heading {
	border-color: #34495e;
}

	.portlet-default > .portlet-heading,
	.portlet-dark-blue > .portlet-heading {
		color: #fff;
		background-color: #34495e;
	}

.portlet-basic,
.portlet-basic > .portlet-heading {
	border-color: #333;
}

	.portlet-basic > .portlet-heading {
		border-bottom: 1px solid #333;
		color: #333;
		background-color: #fff;
	}

@media(min-width:768px) {
	.portlet {
		margin-bottom: 30px;
	}
}
*/