@charset "utf-8";
/* CSS Document */
/* 
วันที่ที่ต่อท้ายชื่อไฟล์ ทำไว้เพื่อหลอกให้ Chrome ของ User ทำการ Update Style File ใหม่ไม่จำจาก cache ไปใช้
** จะต้อง call css ตัวนี้ใน layout โดยวางใต้สุดของทุก css เพื่อให้ตัวนี้เรียกทับเสมอ
 */

/*Datatgrid แบบ Reponsive ใช้กับ tumbnail
ต้องใส่บน tag parent ของ datagrid เช่นใช้ h:panelgrid*/
.flexDataGrid .ui-grid-row {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
	.flexDataGrid .ui-datagrid-column {
		width: 100% !important;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {
	.flexDataGrid .ui-datagrid-column {
		width: 50% !important;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1700px) {
	.flexDataGrid .ui-datagrid-column {
		width: 30% !important;
	}
}

@media screen and (min-width: 1701px) {
	.flexDataGrid .ui-datagrid-column {
		width: 25% !important;
	}
}
/*Datatgrid แบบ Reponsive ใช้กับ tumbnail*/

/*สำหรับทำให้ขอบและหัวของ Panel กลมมน*/
.circularPanelBoder .ui-panel {
	border-radius: 5px;
}

.circularPanelBoder .ui-panel .ui-panel-titlebar {
	border-radius: 5px;
}

/*สำหรับทำให้รูปคนเป้นวงกลม*/
.img-circular_50 {
	width: 50px;
	height: 50px;
	background-image: none !important;
	background-size: cover;
	border-radius: 150px;
	border: 4px solid #e8e9eb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: inline-block;
}

.img-circular_70 {
	width: 70px;
	height: 70px;
	background-image: none !important;
	background-size: cover;
	border-radius: 150px;
	border: 4px solid #e8e9eb;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	display: inline-block;
}

.img-circular_120 {
	width: 120px;
	height: 120px;
	background-image: none !important;
	background-size: cover;
	border-radius: 150px;
	border: 4px solid #e8e9eb;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	display: inline-block;
}

/*สำหรับสร้างDataTableจัดเรียงตัวชี้วัดบุคคล KeyperformenceIndex*/
.ui-growl-item-container {
	background: #ffe45c !important;
}

/*for width > 1025 Style*/
@media screen and (min-width: 1301px) {
	.dynamicTableWidth {
		min-width: 1200px
	}
	.dynamicTableWidth.ui-datatable table {
		width: auto !important;
	}
}
/*for width < 1024 Style*/
@media screen and (max-width: 1300px) {
	.dynamicTableWidth {
		min-width: 900px
	}
	.dynamicTableWidth.ui-datatable table {
		width: auto !important;
	}
}

.widthAuto {
	width: auto;
}

.width10Percent {
	width: 10%;
}

.width20Percent {
	width: 20%;
}

.width30Percent {
	width: 30%;
}

.width40Percent {
	width: 40%;
}

.width50Percent {
	width: 50%;
}

.width60Percent {
	width: 60%;
}

.width70Percent {
	width: 70%;
}

.width80Percent {
	width: 80%;
}

.width90Percent {
	width: 90%;
}

/*สำหรับใช้สร้าง Block Header เพื่อเรียก ui-widget-header มาอีกที*/
.customHeader {
	display: block;
	box-sizing: border-box;
	width: calc(100% - 5px);
	padding: 0.5em;
	margin: 0.2rem;
}

.searchPane-Toggle {
	border: none;
	padding: 0px !important;
}

/*สำหรับสร้างDataTableจัดเรียงตัวชี้วัดบุคคล KeyperformenceIndex*/
.ui-growl-item-container {
	background: #ffe45c !important;
}

.tableNoPadding .ui-datatable  table>thead>tr>th {
	padding: 0px !important;
}

.tableWidthAuto.ui-datatable table {
	width: auto;
}

.paddingLR {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.personKpiTopic-row {
	background-color: #f0fbee !important;
	background-image: none !important;
	color: #000000 !important;
}
/*------------------------------------------*/
.StandardFont {
	/*font-family: Tahoma, Microsoft Sans Serif, MS Serif, sans-serif, serif;*/
	/*font-family: 'TH Sarabun New';*/
	font-family: Th SarabunPSK, Tahoma, sans-serif;
	font-size: 1.5em;
}

.pKPITumbnailPanel {
	/*No Decorate Style*/
	
}

.oKPITumbnailPanel {
	/*FEFCE0;*/
	background: #F9D994;
}

.kpiTopic-row {
	/*background-color: #C2D7D7 !important;*/
	background-color: #f0fbee !important;
	background-image: none !important;
	color: #000000 !important;
}

.kpiKPI-row {
	/*	background-color: #f0fbee !important;*/
	background-image: none !important;
	color: #000000 !important;
}

.kpiChoice-row {
	/*background-color: #f0fbee !important;
	background-image: none !important;
	color: #000000 !important;*/
	
}

.nodeHL {
	background-color: yellow !important;
}

.verticalTopColumn tr, .verticalTopColumn td {
	vertical-align: top !important;
}

.verticalTop {
	vertical-align: top;
}

.totalWeightPaneColor {
	background-color: #FFD783 !important;
}

.hideborderBottomPCol td:nth-child(1) {
	border-bottom-style: hidden !important;
}

.hideborderBottomPCol td:nth-child(2) {
	border-bottom-style: hidden !important;
}

.hideborderBottomPCol td:nth-child(3) {
	border-bottom-style: hidden !important;
}

.blackGridTable .ui-datatable  table>thead>tr>th, .blackGridTable .ui-datatable table>tbody>tr
	{
	border-color: black !important;
}

.primefaceLayout {
	height: 800px;
	margin: 0px !important;
}

.hide-column-names .ui-panelgrid  thead tr {
	display: none;
}

.nonBorderGrid tr, .nonBorderGrid td {
	border-style: none !important;
	vertical-align: top !important;
}

.nonPaddingGrid tr, .nonPaddingGrid td {
	padding: 0px !important;
}

.logoLabel {
	width: 285px;
}

.ui-datagrid-no-border>.ui-datagrid-content {
	border: none;
}

.dataTBSerch .ui-datagrid-column {
	min-width: 279px;
}

.panelNoPadding .ui-widget-content {
	/*ต้องเอาไปใส่ในหน้าLayoutถึงจะเรียกใช้ได้*/
	padding: 0;
}

.panelHeader .ui-panel-titlebar {
	padding: 0;
}

.gridPadding tr td {
	padding-top: 5px;
	vertical-align: top;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.hide-column-names table thead tr {
	display: none;
}

.background-color-blue {
	background: #A8C6FA;
}

.background-color-bluish {
	background: #C9F1FD;
}

.background-color-gray th {
	background-color: gray;
}

.whiteGridTable tr>th, .whiteGridTable tbody>tr {
	border-color: white !important;
	border-style: solid;
}

.headerCustom {
	width: 100%;
	float: left;
	background-color: #ecf0f1;
}

.topAlign tr td {
	vertical-align: top;
}

.bottomAlign tr td {
	vertical-align: bottom;
}

.column1 {
	width: 139px;
	word-wrap: break-word;
}

.PanelTitleBarColor1>.ui-panel-titlebar {
	background: #ffa7a9;
	border-color: gray;
}

.PanelTitleBarColor2>.ui-panel-titlebar {
	background: #FFC581;
	border-color: black;
}

.PanelTitleBarColor3>.ui-panel-titlebar {
	background: #FFD781;
	border-color: black;
}

.PanelTitleBarColor4>.ui-panel-titlebar {
	background: #fff4ba;
	border-color: gray;
}

.PanelTitleBarColor5>.ui-panel-titlebar {
	background: #D757F6;
	border-color: black;
}

.PanelTitleBarColor6>.ui-panel-titlebar {
	background: #3D8AF7;
	border-color: black;
}

.PanelTitleBarColor7>.ui-panel-titlebar {
	background: #90c977;
	border-color: gray;
}

.PanelTitleBarColor8>.ui-panel-titlebar {
	background: #D7EB5A;
	border-color: black;
}

.padding tr, .padding td {
	padding: 5px !important;
}

.first-row {
	background-color: #C9F1FD !important;
	background-image: none !important;
	color: #000000 !important;
}

.second-row {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #000000 !important;
}

.tableHide-column-names table thead tr {
	display: none;
}

/*@media screen and (min-width: 0px) and (max-width: 1300px) {
	.body {
		/*CSS จาก style.css copy มาแก้ใหม่สำหรับจอBrowser1240px*/
/*width: 1240px;*/
/*background: #DFF;
		margin: auto;
		font-family: Tahoma, serif, sans-serif;
		border: thin;
		border-style: solid;
		border-color: #000000;
	}
	.headerCustom {
		width: 1300px;
		float: left;
		background-color: #2ECCFA;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
	.body {
		/*width: 1600px;*/
/*background: #DFF;
		margin: auto;
		font-family: Tahoma, serif, sans-serif;
		border: thin;
		border-style: solid;
		border-color: #000000;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1900px) {
	.body {
		/*width: 1900px;*/
/*background: #DFF;
		margin: auto;
		font-family: Tahoma, serif, sans-serif;
		border: thin;
		border-style: solid;
		border-color: #000000;
	}
}*/