@charset "utf-8";
/* CSS Document */
.widthAuto {
	width: auto;
}

.width10Percent {
	width: 10%;
}

.width15Percent {
	width: 15%;
}

.width20Percent {
	width: 20%;
}

.width25Percent {
	width: 25%;
}

.width30Percent {
	width: 30%;
}

.width40Percent {
	width: 40%;
}

.width50Percent {
	width: 50%;
}

.width60Percent {
	width: 60%;
}

.width70Percent {
	width: 70%;
}

.width80Percent {
	width: 80%;
}

.width90Percent {
	width: 90%;
}

.titleColumn {
	width: 20%;
}

.dataModifyColumn {
	width: 30%;
}

.ui-growl-item-container {
	background: #ffe45c !important;
}

.tableNoPadding .ui-datatable  table>thead>tr>th {
	padding: 0px !important;
}

.tableWidthAuto.ui-datatable table {
	width: auto;
}

.background-color-green {
	background: #CBE8BA;
}

.nodeHL {
	background-color: yellow !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: 600px;
	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-green {
	background: #eeffdb;
}

.background-color-yellow {
	background: #fffedb;
}

.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: #2ECCFA;
}

.topAlign tr td {
	vertical-align: top;
}

.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;
}

/*@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;
	}
}*/