@charset "utf-8";
/* CSS Document */

/*สำหรับ ICON ในระบบ*/

/*สำหรับ ICON ในระบบ*/

/*Style สำหรับ Composite Component*/
.card-active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 3px #00000029;
	border-radius: 10px;
	opacity: 1;
}

.card-disable {
	background: #E1E1E1 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 3px #00000029;
	border-radius: 10px;
	opacity: 1;
}

.card-hang-New {
	background-image: url("/homeinternet/javax.faces.resource/new.png.xhtml?ln=images_icon") 0% 0%
		no-repeat;
}

.esi_cardLink_label {
	letter-spacing: 0px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Kanit', sans-serif;
}
/*Style สำหรับ Composite Component*/

/*เป็นตัวแก้ปัญหา fontBoosting ที่ทำให้ตัวหนังสือบางหน้ามันขยายเองแบบไม่เข้าใจสาเหตุ ใน Chrome ของ Android */
html {
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
}

.dataForEscapse {
	font-size: 1em;
	color: #000000;
}

.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%;
}

.tableNoPadding .ui-datatable  table>thead>tr>th {
	padding: 0px !important;
	border-spacing: 0px;
}

.tableWidthAuto.ui-datatable table {
	width: auto !important;
}

.tableWidth100.ui-datatable table {
	width: 100% !important;
}

.paddingLR tr, .paddingLR td {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.paddingTB tr, .paddingTB td {
	padding-top: 5px !important;
	padding-bottom: 5px !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;
}

.primefaceLayout {
	height: 800px;
	margin: 0px !important;
}

.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;
}

.ui-datagrid-no-padding .ui-datagrid-column {
	padding: 0px !important;
}

.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;
}

.panelHide-column-names .ui-panelgrid  thead tr {
	display: none;
}

.tableHide-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;
}

.column1 {
	width: 139px;
	word-wrap: break-word;
}

.padding tr, .padding td {
	padding: 5px !important;
}

.paddingR tr, .paddingR td {
	padding-right: 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;
}

.registerUserBar {
	position: fixed;
	background: #003366 100% 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	left: 70%;
	top: 2px;
	-webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}

.imgGrayScale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

td.selectionDisabledHideCheckBox .ui-chkbox {
	display: none;
}