@import url("fonts.css");
@import url("fontawesome-all.css");
@import url("jquery-ui-1.12.1.css");
/*@import url("jquery-ui-1.11.4.ed.css");
@import url("jquery-ui-1.11.4.ed.structure.css");
@import url("jquery-ui-1.11.4.ed.theme.css"); */
@import url("bootstrap.css");
@import url("datepicker.css");
@import url("datatables.css");
/*@import url("timeline_small.css");*/
@import url("jstree_style.css");
@import url("cropper.min.css");
@import url("perfect-scrollbar.css");
@import url("theme_style.css?v=1.8");
@import url("zingchart.css?v=1.1");
/*@import url("animate.min.css");
@import url("morris.css");
@import url("waves.min.css");*/

/*@import url("metisMenu.min.css");
@import url("morris.css"); */
/*:root {
	--banner: #d0d8de;
	--req: #337ab7;
	--follow: #f0ad4e;
	--report: #5cb85c;
	--basic: #d94fa6;
	--mis: #9b17b1;
	--history: #868e96;
}*/

* {
	font-family: 'CS ChatThaiUI';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans Thai UI';
}

/** manual by project**/
.project-header {
	background-color: var(--project-header);
	color: var(--project-header-color);
}

.project-sidebar {
	background-color: var(--project-sidebar);
	color: var(--project-sidebar-color);
}

.btn-circle.btn-sm {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	font-size: 8px;
	text-align: center;
}

.btn-circle.btn-md {
	width: 50px;
	height: 50px;
	padding: 7px 10px;
	border-radius: 25px;
	font-size: 10px;
	text-align: center;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 12px;
	text-align: center;
}

/** manual by project**/

label {
	/* font-size: 100%; */
	color: #0f8492;
}

table {
	background-color: #fff;
}

/*.modal-header-sm,*/
.modal-footer-sm {
	padding-top: 8px;
	/* padding-bottom:8px;  */
}

.model-header-error {
	color: #fff;
	/* background-color: #d9534f; */
	background-color: var(--danger);
}

.model-header-alert {
	color: #fff;
	/* background-color:#f0ad4e; */
	background-color: var(--warning);
}

.model-header-info {
	color: #fff;
	/* background-color:#337ab7;  */
	background-color: var(--info);
}

.model-header-currect {
	color: #fff;
	/* background-color:#5cb85c;  */
	background-color: var(--success);
}

.model-header-filter {
	color: #fff;
	/* background-color:#5cb85c;  */
	background-color: var(--purple);
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default !important;
}

.model-header-confirm {
	color: #fff;
	/* background-color: #6f42c1;  */
	background-color: var(--purple);
}

.model-header-error .close,
.model-header-alert .close,
.model-header-info .close,
.model-header-currect .close {
	opacity: .2;
}

.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:hover,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus {
	color: #fff;
}

.col-deep-orange .navbar .nav>li>a:hover,
.col-deep-orange .navbar .nav>li>a:focus,
.col-deep-orange .navbar .nav .open>a,
.col-deep-orange .navbar .nav .open>a:hover,
.col-deep-orange .navbar .nav .open>a:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.col-deep-orange .navbar .nav>li>a {
	color: #fff;
}

.col-deep-orange .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px;
}

.col-deep-orange .navbar .bars:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:hover,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus {
	color: #fff;
}

.col-brown .navbar .nav>li>a:hover,
.col-brown .navbar .nav>li>a:focus,
.col-brown .navbar .nav .open>a,
.col-brown .navbar .nav .open>a:hover,
.col-brown .navbar .nav .open>a:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.col-brown .navbar .nav>li>a {
	color: #fff;
}

.col-brown .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px;
}

.col-brown .navbar .bars:hover {
	background-color: rgba(0, 0, 0, 0.08);
	color: #fff;
}

.bg-deep-orange {
	background-color: #FF5722 !important;
	color: #fff;
}

.bg-brown {
	background-color: #795548 !important;
	color: #fff;
}


.bg-blue-grey {
	background-color: #377086 !important;
	color: #fff;
}

.bg-blue-grey:hover {
	background-color: #2f6377  !important;
	color: #fff;
}

.bg-blue-grey.disabled,
.bg-blue-grey:disabled {
	color: #eceaea;
	background-color: rgb(180, 199, 209) !important;
}

.bg-deep-blue {
	background-color: #08678c !important;
	color: #fff;
}

.bg-light-green {
	background-color: #8BC34A !important;
}


.bg-lime {
	background-color: #CDDC39 !important;
}

.bg-pink {
	background-color: var(--pink) !important;
	color: var(--light);
}

.bg-indigo {
	background-color: var(--indigo) !important;
	color: #fff;
}

.bg-purple,.bg-search {
	background-color: var(--purple) !important;
	color: #fff;
}

button.bg-purple:hover,button.bg-search:hover {
	background-color: var(--purple_hover) !important;
	color: #fff;
}
.bg-deep-purple,.bg-search-advance {
	background-color: var(--deep_purple) !important;
	color: #fff;
}

button.bg-deep-purple:hover,button.bg-search-advance:hover {
	background-color: var(--deep_purple_hover) !important;
	color: #fff;
}

.bg-orange {
	background-color: var(--orange) !important;
	color: #fff;
}

.bg-deep-orange {
	/* background-color: #FF5722 !important; */
	background-color: #FF6600 !important;
	color: #fff;
}

.bg-yellow {
	background-color: var(--yellow) !important;
}

.bg-blue {
	background-color: var(--blue) !important;
	color: #fff;
}

.bg-green {
	background-color: var(--green) !important;
	color: #fff;
}

.bg-teal {
	background-color: var(--teal) !important;
	color: #fff;
}

.bg-cyan {
	background-color: var(--cyan) !important;
	color: #fff;
}

.bg-popup {
	background-color: #3acc67 !important;
	color: #fff;
}

.bg-popup.disabled,
.bg-popup:disabled {
	color: #eceaea;
	background-color: #c5c9cc !important;
}

.color-black {
	color: #000 !important;
}

.color-default{
	color:#3c4b64;
}

.color-blue {
	color: var(--blue) !important;
}

.color-green {
	color: var(--green) !important;
}

.color-gray {
	color: #afafaf  !important;
}

.color-blue {
	color: var(--blue) !important;
}

.color-red {
	color: var(--red) !important;
}

.color-teal {
	color: var(--teal) !important;
}

.color-cyan {
	color: var(--cyan) !important;
}

.color-pink {
	color: var(--pink) !important;
}

.color-indigo {
	color: var(--indigo) !important;
}

.color-purple {
	color: var(--purple) !important;
}

.color-orange {
	color: var(--orange) !important;
}

.color-deep-red {
	color: #e21515 !important;
}

.color-deep-orange {
	color: #FF5722 !important;
}

.color-label {
	color: #0f8492 !important;
}

.color-link {
	color: var(--link) !important;
}

.color-yellow {
	color: var(--yellow) !important;
}

.color-lime {
	color: lime !important;
}


.table-step {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Noto Sans Thai UI';
	font-size: 10pt;
}

.table-step img {
	height: 18px;
}

.table-step td,
.table-step td img {
	padding: 0px;
	margin: -1px;
}

.table-step {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Noto Sans Thai UI';
	font-size: 10pt;
	background-color: transparent;
}

.table-step img {
	height: 18px;
}

.table-step td,
.table-step td img {
	padding: 0px;
	margin: -1px;
}

/* .div-main-menu {
	max-height: 500px;
	height: 100%;
} */

.div-main-manual {
	height: 100%;
	max-height: 500px;
}


.col-form-label {
	padding-left: 0px;
}

@media (min-width: 768px) {
	.col-form-label {
		text-align: right;
	}
}

label.request:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f069";
	font-weight: 900;
	color: var(--red);
	font-size: 8px;
	position: absolute;
	top: 4px;
	right: 3px;
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	/* font-size: inherit; */
	line-height: 1.5;
}

.div-title {
	border-bottom: 1px solid #ececec;
	padding-bottom: 8px !important;
	margin-bottom: 0;
	margin-top: 0;
	color: #115f83;
	padding-top: 6px;
}

.div-title button.btn {
	margin-top: -4px;
}

.big {
	font-size: 150%;
}


.file-refresh {
	font-size: 0.7rem;
}

.file-refresh a,
.div-display-file-name {
	color: #cfd3d6;
}

.expend-active {
	background-color: #ffc107 !important;
}

.expend-next-active {
	background-color: #ec80bf !important;
}

fieldset.fieldset-sub {
	border-top: 1px dashed #c8ced3 !important;
	/* padding-left: 1.25rem;
	padding-right: 1.25rem; */
	/* padding-right: 0.6rem; */
	/* padding-bottom: 0.6rem;
	margin-top: 0.6rem; */
}

fieldset.fieldset-sub legend {
	font-size: 110%;
	font-family: 'Noto Sans Thai UI';
	font-weight: 600;
	/* font-size: 0.95rem; */
	display: inline-block;
	width: auto;
	margin-left: 1.5rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	color: #3094a0;
	/* font-weight: bold; */
	float: none;
}

.ui-autocomplete {
	z-index: 2147483647;
}

.ul-attachment {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-attachment a {
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.ul-attachment li {
	border-top: 1px solid rgb(230, 229, 229);
	padding-left: 9px;
	position: relative;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.ul-attachment li:first-child {
	border-top: none;
}

.ul-attachment li::before {
	content: "• ";
	color: #adb6ba;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 7px;
}

.ul-attachment-single {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-attachment-single li {
	padding-left: 9px;
	position: relative;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.sim-img {
	height: 35px;
	margin-top: 2px;
	margin-left: 4px;
}

.ul-address-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-address-list li {
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.ul-address-list li:last-child {
	padding-left: 5px;
	border-bottom: none;
	margin-bottom: 0px;
}

.table-sub thead tr th {
	background-color: #607D8B;
	border: 1px solid #a4b2b8;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

.table-sub tfoot tr {
	background-color: #5a778524;
	border: 1px solid #a4b2b8;
	vertical-align: middle;
}

ol.num {
	counter-reset: item;
	padding-left: 12px;
}

ol.num li {
	display: block;
	text-indent: -11px;
	line-height: initial;
	margin-top: 8px;
}

ol.num li:before {
	content: counters(item, ".") " ";
	counter-increment: item
}

.label-prefix-other {
	margin-bottom: 0px;
}

.btn-img {
	width: 24px;
	max-height: 20px;
}

.msgbox {
	z-index: 1060;
}

.msgbox-backdrop {
	z-index: 1055;
}

.df-inline-block {
	/*ใช้แทน d-inline-block เพราะ มันซ่อนไม่ได้*/
	display: inline-block;
}

.df-inline {
	/*ใช้แทน d-inline เพราะ มันซ่อนไม่ได้*/
	display: inline;
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 10pt;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-auto,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-sm-auto,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-md-auto,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-lg-auto,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl,
	.col-xl-auto {
		padding-right: 8px;
		padding-left: 4px;
	}

	.tab-content .tab-pane {
		padding: 0.5rem;
	}

	label.request:after {
		/* font-size: 4px;
		top: 4px;
		right: 1px; */
		font-size: 6px;
		top: 4px;
		left: unset;
		right: unset;
		padding-left: 3px;
	}
}

.c-vr {
	width: 1px;
	background-color: rgba(0, 0, 21, .2);
}

.content-center {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	text-align: center;
}

.c-icon-3xl {
	width: 3rem;
	height: 3rem;
	font-size: 3rem;
}

.c-icon {
	display: inline-block;
	color: inherit;
	text-align: center;
	fill: currentColor;
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
}

svg {
	overflow: hidden;
}

img,
svg {
	vertical-align: middle;
}

.text-value-xl {
	font-size: 1.53125rem;
}

.c-callout {
	position: relative;
	padding: 0 1rem;
	margin: 1rem 0;
	border-radius: .25rem;
}

html:not([dir=rtl]) .c-callout {
	border-left: 4px solid #d8dbe0;
}

html:not([dir=rtl]) .c-callout-info {
	border-left-color: #39f;
}

html:not([dir=rtl]) .c-callout-danger {
	border-left-color: #e55353;
}

html:not([dir=rtl]) .c-callout-success {
	border-left-color: #2eb85c;
}

.badge-card {
	position: absolute;
	top: 2px;
	right: 2px;
}

.comment {
	font-style: oblique;
	color: #aba9a9;
	font-size: 90%;
}

.nav-tabs {
	background-color: #f0f3f5;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #c8ced3;
	-webkit-border-top-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	-moz-border-radius-topleft: 0.25rem;
	-moz-border-radius-topright: 0.25rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	padding-top: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e4e7ea #e4e7ea #c8ced3;
}

.nav-tabs .nav-link.disabled {
	color: #b6bbbf;
	/* color: #73818f; */
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #5c6873;
	background-color: #e4e5e6;
	border-color: #c8ced3 #c8ced3 #e4e5e6;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-link {
	color: #73818f;
}

.nav-tabs .nav-link:hover {
	cursor: pointer;
}

.nav-tabs .nav-link.active {
	color: #2f353a;
	background: #fff;
	border-color: #c8ced3;
	border-bottom-color: #fff;
}

.nav-tabs .nav-link.active:focus {
	background: #fff;
	border-color: #c8ced3;
	border-bottom-color: #fff;
}

.tab-content {
	margin-top: -1px;
	background: #fff;
	border: 1px solid #c8ced3;
	min-width: 100%;
    width: fit-content;
}

.tab-content .tab-pane {
	padding: 1rem;
}

.card-block .tab-content {
	margin-top: 0;
	border: 0;
}

/** manual by project**/
.block-header {
	background-color: #ebedef;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.card-body {
	background-color: #fbfbfb;
}

.block-header.sticky {
	border-bottom: 1px solid #c8ced3;
}

.sidebar .nav-link .nav-icon {
	display: inline-block;
	width: 1.09375rem;
	margin: 0 0.5rem 0 0;
	font-size: 0.8rem;
	color: #73818f;
	text-align: center;
}

.thumbnail_img {
	/* height: 52px; */
	height: 43px;
	max-width: 55px;
	margin-top: 18px;
}

.hr-section {
	display: block;
	height: 1px;
	border: 0;
	/*border-top: 1px solid #ff8800;*/
	border-top: 1px solid cadetblue;
	margin: 1em 0;
	padding: 0;
}

a.navbar-brand {
	font-family: 'Noto Sans Thai UI';
	color: #fff;
}

header.app-header {
	background-color: #19A466;
	/*#31b9b3;*/
	/*#238690;*/
	color: #ffffff;
}

.breadcrumb a {
	color: #73818f;
}

.breadcrumb .active a,
.breadcrumb .active {
	color: #20a8d8;
}

table.table-list thead th,
table.table-list table thead td {
	text-align: center;
	/* background-color:var(--teal); */
	/* color: #065940; */
	font-weight: normal;
	border-bottom-width: 1px;
	vertical-align: middle;
	background-color: #1a8e99;/*1eabb9*/
	border: 1px solid #ebedef;
	color: #fff;
	/* border-bottom: 1px solid #a6ce47;   */
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	text-shadow: 1px 1px 2px #167f8a;
}

table.table-list tfoot td {
	background-color: #93d8df;
	border: 1px solid #fdfffdad;
	color: #03727d;
	/* text-shadow: 1px 1px 2px #6768677a; */
}


table.table-green thead th,
table.table-green table thead td {
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	vertical-align: middle;
	background-color: #187ea6;
	color: #ffffff;
}

.custom_filter {
	margin-bottom: 5px;
}

table.table-tr-pointer tbody td {
	cursor: pointer;
}

.page-loader-wrapper {
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-align: center;
}

.page-loader-wrapper .loader {
	position: relative;
	/* top: calc(50% - 45px); */
	top: calc(50% - 120px);
}

#loader span {
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #ffc107;
}

#loader span:nth-child(1) {
	animation: grow 1s ease-in-out infinite;
}

#loader span:nth-child(2) {
	animation: grow 1s ease-in-out 0.15s infinite;
}

#loader span:nth-child(3) {
	animation: grow 1s ease-in-out 0.30s infinite;
}

#loader span:nth-child(4) {
	animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {

	0%,
	100% {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}

	50% {
		-webkit-transform: scaleY(1.8);
		-ms-transform: scaleY(1.8);
		-o-transform: scaleY(1.8);
		transform: scaleY(1.8);
	}
}

textarea.form-control {
	line-height: 1.5rem;
}

.ul-person {
	padding-left: 1rem;
	margin-bottom: 0px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 56px;
	width: 100%;
	z-index: 1030;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.block-body {
	padding-top: 137px;
}

.msg_tooltip {
	cursor: pointer;
}


/* Infobox ===================================== */
.info-box {
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
	height: 80px;
	display: flex;
	/* cursor: default; */
	background-color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.info-box .icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.08);
	width: 80px;
	position: relative;
}

.info-box .icon i {
	color: #fff;
	font-size: 50px;
	line-height: 80px;
}

.info-box .icon .chart.chart-bar {
	height: 100%;
	line-height: 100px;
}

.info-box .icon .chart.chart-bar canvas {
	vertical-align: baseline !important;
}

.info-box .icon .chart.chart-pie {
	height: 100%;
	line-height: 123px;
}

.info-box .icon .chart.chart-pie canvas {
	vertical-align: baseline !important;
}

.info-box .icon .chart.chart-line {
	height: 100%;
	line-height: 115px;
}

.info-box .icon .chart.chart-line canvas {
	vertical-align: baseline !important;
}

.info-box .content {
	display: inline-block;
	padding: 7px 10px;
}

.info-box .content .text {
	font-size: 1rem;
	margin-top: 11px;
	color: #fff;
	font-family: 'Noto Sans Thai UI';
}

.info-box .content .number {
	font-weight: normal;
	font-size: 26px;
	margin-top: -4px;
	color: #555;
}

.info-box.hover-zoom-effect .icon {
	overflow: hidden;
}

.info-box.hover-zoom-effect .icon i,
.info-box.hover-zoom-effect .icon img {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i,
.info-box.hover-zoom-effect:hover .icon img {
	opacity: 1;
	-moz-transform: rotate(-12deg) scale(1.3);
	-ms-transform: rotate(-12deg) scale(1.3);
	-o-transform: rotate(-12deg) scale(1.3);
	-webkit-transform: rotate(-12deg) scale(1.3);
	transform: rotate(-12deg) scale(1.3);
}

.info-box.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, 0.05);
	content: ".";
	position: absolute;
	left: 80px;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all 0.95s;
	-o-transition: all 0.95s;
	-webkit-transition: all 0.95s;
	transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
	width: 100%;
}

.info-box-2 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.info-box-2 .icon {
	display: inline-block;
	text-align: center;
	width: 80px;
}

.info-box-2 .icon i {
	color: #fff;
	font-size: 50px;
	line-height: 80px;
}

.info-box-2 .chart.chart-bar {
	height: 100%;
	line-height: 105px;
}

.info-box-2 .chart.chart-bar canvas {
	vertical-align: baseline !important;
}

.info-box-2 .chart.chart-pie {
	height: 100%;
	line-height: 123px;
}

.info-box-2 .chart.chart-pie canvas {
	vertical-align: baseline !important;
}

.info-box-2 .chart.chart-line {
	height: 100%;
	line-height: 115px;
}

.info-box-2 .chart.chart-line canvas {
	vertical-align: baseline !important;
}

.info-box-2 .content {
	display: inline-block;
	padding: 7px 10px;
}

.info-box-2 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555;
}

.info-box-2 .content .number {
	font-weight: normal;
	font-size: 26px;
	margin-top: -4px;
	color: #555;
}

.info-box-2.hover-zoom-effect .icon {
	overflow: hidden;
}

.info-box-2.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box-2.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4);
}

.info-box-2.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, 0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all 0.95s;
	-o-transition: all 0.95s;
	-webkit-transition: all 0.95s;
	transition: all 0.95s;
}

.info-box-2.hover-expand-effect:hover:after {
	width: 100%;
}

.info-box-3 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.info-box-3 .icon {
	position: absolute;
	right: 10px;
	bottom: 2px;
	text-align: center;
}

.info-box-3 .icon i {
	color: rgba(0, 0, 0, 0.15);
	font-size: 60px;
}

.info-box-3 .chart {
	margin-right: 5px;
}

.info-box-3 .chart.chart-bar {
	height: 100%;
	line-height: 50px;
}

.info-box-3 .chart.chart-bar canvas {
	vertical-align: baseline !important;
}

.info-box-3 .chart.chart-pie {
	height: 100%;
	line-height: 34px;
}

.info-box-3 .chart.chart-pie canvas {
	vertical-align: baseline !important;
}

.info-box-3 .chart.chart-line {
	height: 100%;
	line-height: 40px;
}

.info-box-3 .chart.chart-line canvas {
	vertical-align: baseline !important;
}

.info-box-3 .content {
	display: inline-block;
	padding: 7px 16px;
}

.info-box-3 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555;
}

.info-box-3 .content .number {
	font-weight: normal;
	font-size: 26px;
	margin-top: -4px;
	color: #555;
}

.info-box-3.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box-3.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4);
}

.info-box-3.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, 0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all 0.95s;
	-o-transition: all 0.95s;
	-webkit-transition: all 0.95s;
	transition: all 0.95s;
}

.info-box-3.hover-expand-effect:hover:after {
	width: 100%;
}

.info-box-4 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.info-box-4 .icon {
	position: absolute;
	right: 10px;
	bottom: 2px;
	text-align: center;
}

.info-box-4 .icon i {
	color: rgba(0, 0, 0, 0.15);
	font-size: 60px;
}

.info-box-4 .chart {
	margin-right: 5px;
}

.info-box-4 .chart.chart-bar {
	height: 100%;
	line-height: 50px;
}

.info-box-4 .chart.chart-bar canvas {
	vertical-align: baseline !important;
}

.info-box-4 .chart.chart-pie {
	height: 100%;
	line-height: 34px;
}

.info-box-4 .chart.chart-pie canvas {
	vertical-align: baseline !important;
}

.info-box-4 .chart.chart-line {
	height: 100%;
	line-height: 40px;
}

.info-box-4 .chart.chart-line canvas {
	vertical-align: baseline !important;
}

.info-box-4 .content {
	display: inline-block;
	padding: 7px 16px;
}

.info-box-4 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555;
}

.info-box-4 .content .number {
	font-weight: normal;
	font-size: 26px;
	margin-top: -4px;
	color: #555;
}

.info-box-4.hover-zoom-effect .icon i {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box-4.hover-zoom-effect:hover .icon i {
	opacity: 0.4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4);
}

.info-box-4.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, 0.05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all 0.95s;
	-o-transition: all 0.95s;
	-webkit-transition: all 0.95s;
	transition: all 0.95s;
}

.info-box-4.hover-expand-effect:hover:after {
	width: 100%;
}

/* End Infobox ===================================== */

.c-sidebar-nav-icon-lv1 {
	font-size: 1.2rem;
	/* padding-top: 6px; */
	padding-left: 5px;
}

.c-sidebar-nav-icon-lv2 {
	font-size: 1rem;
	/* padding-top: 6px; */
	padding-left: 13px;
}

.c-sidebar-nav-icon-lv3 {
    font-size: 0.3rem;
    padding-top: 8px;
    padding-left: 25px;
}

.card-accordion {
	margin-bottom: 1px;
}

.card-accordion a.text-light:hover,
.card-accordion a.text-light:focus {
	color: var(--yellow) !important;
	text-decoration: none;
}

.li-underline {
	border-bottom: 1px solid #e0dfdf;
}

.autocom-li-small {
	padding-left: 10px;
}

.stamp_li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 21, .2);
	;
}

.stamp_img {
	vertical-align: top;
	max-height: 120px;
	max-width: 215px;
	;
}

.border-underline-dashed {
	border-bottom: 1px dashed #ccc;
}

.ul-submenu li {
	text-decoration: none;
}

.li-submenu a {
	padding: 4px;
}

.li-submenu-group a:hover {
	text-decoration: none;
}

.li-submenu a:hover {
	background-color: #6f42c1;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.g-link:hover {
	background-color: #115f83;
	color: #fff;
}

.proces-right.sticky-top {
	top: 62px;
}

.proces-left.sticky-top {
	top: 108px;
}

.expend-active {
	/* background-color:#ffc107!important; */
	background-color: #fdd661 !important;
}

.expend-next-active {
	background-color: #ec80bf !important;
}


table.column-sticky thead th:first-child,
table.column-sticky tbody td:first-child {
	position: sticky;
	left: 0px;
}

.column-sticky {
	position: sticky;
	left: 0px;
}

.modal {
	overflow: auto !important;
}

.my-tab-pills a.nav-link {
	padding: 0.35rem 0.5rem;
}

.my-tab-pills .nav-link.active,
.my-tab-pills .show>.nav-link {
	color: #fff;
	background-color: var(--green) !important;
	;
}


.dimension-line {
	display: flex;
	width: 100%;
	margin: 11px auto;
	align-items: center;
}

.dimension-line .line {
	flex-grow: 1;
	height: 1px;
	background: black;
	position: relative;
}

.dimension-line .line.arrow-right:after {
	position: absolute;
	content: '';
	bottom: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid black;
}

.dimension-line .line.arrow-left:after {
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid black;
}

.color-trans {
	color: transparent;
}

/*** load animation ***/
.page-loader-wrapper-form-load {
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden;
	text-align: center;
}

.page-loader-wrapper-form-load .loader {
	position: relative;
	/* top: calc(50% - 45px); */
	top: calc(50% - 120px);
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b7b9bb;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*** end load animation ***/

table.table-tr-pointer tr.bg-cyan:hover {
	color: yellow;
}

button.bg-pink:hover {
	color: #ffffff;
}

.c-header-nav-user-detail,
.c-header-nav-user-detail a {
	color: var(--project-header-user);
}

.c-header-nav-user-detail a:hover {
	color: #ffffff;
}

.li-user-name {
	color: #274e46;
}

.table-sticky thead th {
	background: white;
	position: sticky;
	top: 0;
	z-index: 1;
}
.table-sticky-2 thead tr:nth-child(1) th { height: 36px; }
.table-sticky-2 thead tr:nth-child(2) th { position: sticky; top: 36px;height: 36px; }

.table-sticky tbody td.column-sticky {
	position: -webkit-sticky;
	position: sticky;
	left: -1px;
	z-index: 2;
}

.table-sticky thead th.column-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: -1px;
	z-index: 3;
}


.table-sticky tbody td.column-sticky {
	background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
	background-color: #fff;
}

.table-sticky tbody td.column-sticky-box{
	background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
	background-color: #fff;
	position: -webkit-sticky;
    position: sticky;
    z-index: 2;
	left: 373px;
}

.table-sticky tbody td.column-sticky-box260{
	background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
	background-color: #fff;
	position: -webkit-sticky;
    position: sticky;
    z-index: 2;
	left: 235px;
}

/* .ui-widget-overlay { z-index: 1049 !important ;}
	.ui-dialog { z-index: 1050 !important ;} */

.select_green {
	border: 2px solid #179E68;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* padding-left: 10px; */
	background-color: #FBFFCF;
}

.form-control[readonly] {
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #e4e7ea;
}

@media (hover: hover),
(-ms-high-contrast: none) {
	.table-hover tbody tr:nth-of-type(odd):hover td.column-sticky {
		background-color: #ececec;
	}
}

.c-system-menu {
	color: #a7f9f7 !important;
	text-shadow: 1px 1px 1px rgb(26 84 101) !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e6e6e7;
}

.form-select {
	font-size:inherit;
	font-weight: inherit;
	color:#5c6873;
}

/*set*/
.bg-set-1-head,table.table-list thead th.bg-set-1-head,table.table-list  table thead td.bg-set-1-head{		
	background-color: #e3a4d6;		
}
.bg-set-2-head,table.table-list thead th.bg-set-2-head,table.table-list  table thead td.bg-set-2-head{
	background-color: #8fbe64;		
}
.bg-set-3-head,table.table-list thead th.bg-set-3-head,table.table-list  table thead td.bg-set-3-head{
	background-color: #acb2a2;
}
.bg-set-4-head,table.table-list thead th.bg-set-4-head,table.table-list  table thead td.bg-set-4-head{
	background-color: #b1ba68;
}
.bg-set-5-head,table.table-list thead th.bg-set-5-head,table.table-list  table thead td.bg-set-5-head{
	background-color: #b68ab3;
}	
.bg-set-6-head,table.table-list thead th.bg-set-6-head,table.table-list  table thead td.bg-set-6-head{
	background-color: #8abab7;
}	
.bg-set-7-head,table.table-list thead th.bg-set-7-head,table.table-list  table thead td.bg-set-7-head{
	background-color: #c3b07d;
}		

.bg-set-1,table.table-list tbody td.bg-set-1,table.table-list table tbody td.bg-set-1{
	background-color: rgb(227 164 214 / 0.10);
	color:#4f5d73;
}
.bg-set-2,table.table-list tbody td.bg-set-2,table.table-list table tbody td.bg-set-2{				
	background-color: rgb(143 190 100 / 0.10);
	color:#4f5d73;
}
.bg-set-3,table.table-list tbody td.bg-set-3,table.table-list table tbody td.bg-set-3{
	background-color: rgb(172 178 162 / 0.10);
	color:#4f5d73;
}
.bg-set-4,table.table-list tbody td.bg-set-4,table.table-list table tbody td.bg-set-4{
	background-color: rgb(177 186 104 / 0.10);		
	color:#4f5d73;
}
.bg-set-5,table.table-list tbody td.bg-set-5,table.table-list table tbody td.bg-set-5{
	background-color: rgb(255 224 253 / 0.20);
	color:#4f5d73;
}
.bg-set-6,table.table-list tbody td.bg-set-6,table.table-list table tbody td.bg-set-6{
	background-color: rgb(143 232 227 / 0.30);
	color:#4f5d73;
}	
.bg-set-7,table.table-list tbody td.bg-set-7,table.table-list table tbody td.bg-set-7{
	background-color: rgb(206 183 124 / 0.13);
	color:#4f5d73;
}			

/*set*/

.blink {
	-webkit-animation: blink 1s step-end infinite;
			animation: blink 1s step-end infinite;
  }
  @-webkit-keyframes blink { 50% { visibility: hidden; }}
		@keyframes blink { 50% { visibility: hidden; }}

.nav-tabs-color .nav-link.active {
	color : #fff !important;
	background: transparent;
	border-bottom: solid 5px #ffcf00;
	}
	
.nav-tabs-color .nav-link.active:focus {
	color : #fff !important;
	background: transparent;
	border-bottom: solid 5px #ffcf00;  
}		

.nav-tabs-color .nav-link:hover,
.nav-tabs-color .nav-link:focus {
  border-color: #e4e7ea #e4e7ea #c8ced3;
  border-bottom: solid 5px #ffaf53;
}