html,body{font-size:12px; font-family: Arial, Helvetica, sans-serif;height:100%;margin: 0px;}
/*Global Base*/
.hcj-tmpl-login-container{
	position:fixed; top:0; bottom:0; width:100%; background:#fff;
	/*https://codepen.io/P1N2O/pen/pyBNzX*/
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
	background: linear-gradient(-45deg, #FF0080, #5F04B4, #0080FF, #01DFD7,#00FF80);
	background-size: 400% 400%;
	animation: gradient 30s ease infinite;
	height: 100vh;
}
@keyframes gradient 
{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.hcj-tmpl-login-form{width:280px;margin:5px auto; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.hcj-tmpl-top-bar{height:40px;}
.hcj-tmpl-top-label-content{width:250px;}
.hcj-tmpl-top-label-content div{font-size:1.0em!important;line-height:1.1;}
.hcj-tmpl-top-logo{width:auto;height:26px;}
#OL_HcjTmplBreadcrumb{line-height:1.2;font-size:14px;}
#OL_HcjTmplBreadcrumb a{text-decoration:none;}
#OL_HcjTmplBreadcrumb a:hover{color:#ffc107; text-shadow:1px 1px 1px #000000;font-weight:inherit;}
/*Global Program*/
.hcj-tmpl-body{padding:0px;width:100%;height:100%;padding-top:40px;}
.hcj-tmpl-menu-btn-text{margin-left:5px; text-transform: uppercase;}

/*Override Jquery UI tooltis*/
.ui-widget-shadow{ box-shadow: 1px 1px 1px grey; }
.ui-tooltip{ white-space: pre-wrap;}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width:575.98px) { 
	.hcj-tmpl-menu-btn-text{display:none;}
	#DIV_PanelButton button{margin:2px 0px 2px 0px;}
	
}
/*Side Nav*/
.hcj-tmpl-sidenav::-webkit-scrollbar{
	width:2px;
	background-color: #000000;
}
.hcj-tmpl-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
  padding-top: 10px;
  font-size: 16px;
}
.hcj-tmpl-sidenav a, .hcj-tmpl-dropdown-btn{
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: inherit;
  color: #E6E6E6;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: 2px;
  height:45px;
}
.hcj-tmpl-sidenav a:hover, .hcj-tmpl-dropdown-btn:hover {
  color: #FFFFFF!important;
  border:0;
  border-radius:3px;
  text-shadow: 1px 1px 2px #08088A;
  /*background:#00BFFF;*/
  background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.hcj-tmpl-dropdown-container {
  display: none;
  /*background-color: #2E2E2E;*/
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #ffc107!important;
  border-radius:3px;
}
.hcj-tmpl-dropdown-container2 {
  display: none;
  /*background-color: #2E2E2E;*/
  background-color: rgba(0,0,0,0.5);
}
/* Optional: Style the caret down icon */
.hcj-tmpl-caret-down {
  float: right;
  padding-right: 8px;
}
.hcj-tmpl-sidenav hr{border-top: 1px solid #818181;}
@media screen and (max-height: 450px) {
  .hcj-tmpl-sidenav {padding-top: 15px;}
  .hcj-tmpl-sidenav a {font-size: 18px;}
}
.close{
	font-size:24px!important;
}
.popUpBlockZIndex{
	z-index:3040!important;
}
#BTN_HCJTmplOpenMenu:hover{
	color:#ffc107;
	text-shadow:1px 1px 1px #000000;
}

/* Dropdown Button */
.hcj-tmpl-dropbtn {
	border: none;
	height: 35px;
	padding: 16px 0;
}
/* The container <div> - needed to position the dropdown content */
.hcj-tmpl-dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.hcj-tmpl-dropdown-content {
	display: none;
	position: absolute;
	width: 250px;
	z-index: 1;
	border:none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* Links inside the dropdown */
.hcj-tmpl-dropdown-content a {
	color:inherit;
	padding: 12px 16px;
	text-decoration: none;
	display: inline-block;
	width:100%;
}
/* Change color of dropdown links on hover */
/* Show the dropdown menu on hover */
.hcj-tmpl-dropdown:hover .hcj-tmpl-dropdown-content {display: block;margin-top:5px;z-index: 9999!important;border:none;}
/*Backward Competible bootstrap 4.5*/
.text-justify {
	text-align: justify !important;
}

/*Override bootstrap*/
.hcj-border-0{
	border: 0 !important;
}
.hcj-text-white{
	color: #fff !important;
}
.hcj-text-warning {
	color: #ffc107 !important;
}
.hcj-text-center {
	text-align: center !important;
}
.hcj-text-right {
	text-align: right !important;
}
.hcj-text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hcj-align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.hcj-font-italic {
	font-style: italic !important;
}
.hcj-d-none {
	display: none !important;
}
.hcj-d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.hcj-d-inline-block {
	display: inline-block !important;
}
@media (min-width: 576px) {
	.hcj-d-sm-inline {
		display: inline !important;
	}
}
.hcj-flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.hcj-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.hcj-float-left {
	float: left !important;
}
.hcj-p-0 {
	padding: 0 !important;
}
.hcj-p-1 {
	padding: 0.25rem !important;
}
.hcj-pb-0, .hcj-py-0 {
	padding-bottom: 0 !important;
}
.hcj-pl-2, .hcj-px-2 {
	padding-left: 0.5rem !important;
}
.hcj-pr-2, .hcj-px-2 {
	padding-right: 0.5rem !important;
}
.hcj-pt-2, .hcj-py-2 {
	padding-top: 0.5rem !important;
}
.hcj-pb-2, .hcj-py-2 {
	padding-bottom: 0.5rem !important;
}
.hcj-m-0 {
	margin: 0 !important;
}
.hcj-m-1 {
	margin: 0.25rem !important;
}
.hcj-m-2 {
	margin: 0.5rem !important;
}
.hcj-mr-2, .hcj-mx-2 {
	margin-right: 0.5rem !important;
}
.hcj-ml-1, .hcj-mx-1 {
	margin-left: 0.25rem !important;
}
.hcj-ml-2, .hcj-mx-2 {
	margin-left: 0.5rem !important;
}
.hcj-ml-4, .hcj-mx-4 {
	margin-left: 1.5rem !important;
}
.hcj-ml-5, .hcj-mx-5 {
	margin-left: 3rem !important;
}
.hcj-ml-auto, .hcj-mx-auto {
	margin-left: auto !important;
}
.hcj-mt-3, .hcj-my-3 {
	margin-top: 1rem !important;
}
.hcj-badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hcj-badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.hcj-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hcj-navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.hcj-breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.hcj-bg-transparent {
	background-color: transparent !important;
}