@import url("fonts.css");
/*@import url("material_icons.css");*/ /* font icon ของ google */
/*@import url("bootstrap-icons.css");*/ /* font icon ของ bootstrap */
@import url("fontawesome-all.css"); /* font icon ของ fontawesome */
@import url("jquery-ui-1.13.1.min.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.min.css?v=5.2");
@import url("datepicker.css");
/*@import url("datatables.css");*/
/*@import url("timeline_small.css");*/
/*@import url("Chart.css");*/
/*@import url("jstree_style.css");*/
@import url("cropper.min.css?v=1.5.9");
/*@import url("perfect-scrollbar.css");*/
@import url("theme_style.css?v=1.7");
@import url("zingchart.css?v=1.1");
@import url("bs-stepper.css?v=1.7");

/*@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;
}*/



/*html {
	 font-size:14px; */
	/* font-size:11pt; */
	/* font-size: 0.95rem; */
	/* text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-mox-osx-font-smoothing: greyscale; 
}*/

/*body {
	line-height: 1.5rem;
	 text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-mox-osx-font-smoothing: greyscale;	 */
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;		
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans Thai UI',Arial;
}

/** 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: 11px;
    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: #607D8B !important;
	color: #fff;
}

.bg-blue-grey:hover {
	background-color: rgb(82, 109, 122) !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;
}

.bg-purple:hover,.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;
}

.bg-deep-purple:hover,.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-blue:hover {
	color: #fff !important;
}

.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;
}

.bg-darkslategrey{
	background-color: #257f7c !important;
    color: #fff;
}

.color-blue {
	color: var(--blue) !important;
}

.color-green {
	color: var(--green) !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;
}

.color-black{
	color: #000000 !important;
}

.color-deep-blue{
	color: #094f58  !important;
}

.table-step {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: 'Noto Sans Thai UI',Arial;
	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',Arial;
	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;
}

.div-title button.btn {
	margin-top: -4px;
}

.big {
	font-size: 150%;
}

/* .color-indigo{
	color:#3F51B5;
} */

.file-refresh {
	font-size: 0.7rem;
}

.file-refresh a,
.div-display-file-name {
	color: #cfd3d6;
}


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;*/
	padding-top: 0.5rem;
	margin-top: 1.5rem; 
}

fieldset.fieldset-sub legend {
	font-size: 110%;
	font-family: 'Noto Sans Thai UI',Arial;
	/* 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: #168491; 
	/* 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;
}

.ul-none{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul-none li{
	padding:0px;
}

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;
}

.tab-content .tab-pane {
	padding: 1rem;
}

@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: 1.5rem;
	}

	label.request:after {
		/* font-size: 4px;
		top: 4px;
		right: 1px; */
		font-size: 5px;
		top: 6px;
		left: unset;
		right: unset;
		padding-left: 1px;		
	}
}

/* .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;
}


.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.95rem;
	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',Arial;
	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; */
	vertical-align: top;
	background-color: var(--table-list);
	/* border: 1px solid #529fab; */
	color: rgb(251 255 254 / 92%);
	/* border-bottom: 1px solid #a6ce47;   */
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	/* text-shadow: 1px 1px 2px rgb(97 95 95 / 44%); */
}

table.table-list tfoot td {
	background-color: #7dc1dc;
	border: 1px solid #fdfffdad;
	color: #0c5470;
	/* 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: #62a99d;	
	color: rgb(251 255 254 / 80%);
}

.table-sub thead tr th {
	background-color: #628895;
	/* 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;
}

.custom_filter {
	margin-bottom: 5px;
}

table.table-tr-pointer tbody td {
	cursor: pointer;
}

table.table-tr-default thead th,table.table-tr-default thead td,table.table-tr-default tbody td,table.table-tr-default tfoot td{
	cursor:default;
}

.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',Arial;
		}
	  .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.4rem;
		padding-top: 7px;
		padding-left: 30px;
	}		

	.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: -1px;
		z-index: 1;
	}
	.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;
	}

	/* .ui-widget-overlay { z-index: 1049 !important ;}
	.ui-dialog { z-index: 1050 !important ;} */

	.select_green{
		border: 2px solid #62a99d;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		/* padding-left: 10px; */
		background-color: #fafafb;
		color: rgb(80 146 135)094c09;
	}

	 .form-control[readonly] {
		background-color: transparent;
		border: none;
		border-bottom: 1px dashed #e4e7ea;
	}

	.embed-responsive{
		padding-bottom: 210mm;
	}

	.collapse hr{
		box-sizing: content-box;
		height: 0;
		overflow: visible;
		margin-top: 1rem;
		margin-bottom: 1rem;
		border: 0;
		border-top: 1px solid rgba(0, 0, 21, 0.2);
	}

	.rounded-4 {
		border-radius: .6rem!important;
		overflow: hidden;
	}
	.rounded-5 {
		border-radius: 1rem!important;
		overflow: hidden;
	}

	.c-system-menu {
		color: #f1fafb  !important;
		/* text-shadow: 1px 1px 1px rgb(15 76 63 / 62%) !important; */
	}

	.form-check-input {
		margin-top:0px;
	}

	.taxonomy_name{
		font-style: italic;
	}

	.bs-stepper  .active .bs-stepper-label{
		color: #007bff;
		font-weight: 600;
	}

	.btn-eye{
		box-shadow: none !important;
		background-color: transparent;
		color: #b1b1b1;
		height: calc(1.5em + 0.75rem + 2px);
		padding: .0rem .55rem 0rem .35rem;
		position: absolute !important;
		right: 0.5rem;
		top: 0;	
	}

	.table>:not(:first-child) {
		border-top: 0px;
	}

	.div-hide{
		display:none;
	}

	.h3-flow{
		background-color: #dadfe3;
		padding: 6px 20px;
		margin: 0px;
		margin-bottom: 2px;
		color: #545454;
		/* text-shadow: 1px 1px 0px rgb(255 255 255 / 80%); */
		cursor: pointer;
		border-radius: 0.5rem;
		border: 1px solid #cfd5db;		
	}

	.h3-flow-choice {
		background-color: #b2e6b2;
		padding: 6px 20px;
		margin: 0px;
		color: #545454;
		text-shadow: 1px 1px 0px rgb(255 255 255 / 40%);
		border-radius: 0.5rem;
	}

	.h3-flow-pettion {
		background-color: #8D045C;
		padding: 6px 20px;
		margin: 0px;
		color: #FFF;
		text-shadow: 1px 1px 0px rgb(78 78 78 / 23%);
		cursor: pointer;
		border-radius: 0.5rem;
	}

	.h3-flow-filter {
		background-color: #268F82;
		/* padding: 6px 20px;
		margin: 0px;
		margin-bottom: 2px; */
		color: #FFF;
		text-shadow: 1px 1px 0px rgb(78 78 78 / 23%);
		/* cursor: pointer;
		border-top: 1px solid #FFF;
		border-radius: 0.5rem; */
	}

	.div-show-noway {
		background-color: var(--danger);
		color: #FFF;
		text-shadow: 1px 1px 0px rgb(78 78 78 / 23%);
		padding: 6px 20px;
		margin: 0px;	
		cursor: pointer;
		border-top: 1px solid #FFF;
		border-radius: 0.5rem;			
	}

	.span-time {
		font-size: 12pt;
		margin-left: 10px;
	}

	.readonly{
		border-bottom: 1px dashed #e4e7ea;
	}

	.div-flow-box{
		display:none;
	}

	.div-flow-box-show,.div-flow-box{
		padding-top:6px;
		/* border: 1px solid #F0F0F0; */
		border-radius: 0.3rem;
		background: #ffffff;
	}

	.div-flow-box-notopline{
		padding-top:15px;
		display:none;
	}

	.span-link {
		text-decoration: underline;
		color: #036e64;
		text-shadow: 1px 1px 0px rgb(235 235 235 / 45%);
		cursor: pointer;
	}

	.div-action {
		background-color: #bdd7ab;
		border: 1px solid #aecf99;
		border-radius: 0 0 0.3rem 0.3rem;
	}
	
	.h3-flow-pettion .flow-receive-by {
		color: #fff;
		text-shadow: 1px 1px 0px rgb(78 80 78 / 43%)
	  }	  

	.flow-receive-by {
		/* margin-left: 15px; */
		font-weight: normal;
		color: #fff;
		/* text-shadow: 1px 1px 0px #F0F0F0; */
	}

	.h3-flow-filter .flow-receive-by {
		font-weight: normal;
		color: #fff;
		text-shadow: none;
	}

	.eject {
		color: #FA0B0B;
		text-shadow: 1px 1px 0px #fff;
	}

	.div-flow-detail{
		border: 0;
    	box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20);
		position: relative;
		min-width: 0;
		margin-bottom: 0.5rem;
		word-wrap: break-word;
		background-clip: border-box;
		border: 1px solid;
		border-radius: 0.5rem;
		background-color: #fff;
		border-color: #d8dbe0;		
		min-height: 1px;
		color: var(--bs-card-color);
		/* margin-left: 35px; */
	}

	.div-show-close{
		background-color: #069ca0;
		color: yellow;
	}