
/* ------------------------------------------ */
/* Alert Msg Style 
/* ------------------------------------------ */
.alertMsg-msgSty {
	font-weight: normal;
	color: black;
}
.alertMsg-msgSty:hover  {
	font-weight: bold;
	color: white;
}
.alertMsgSty {
	background: #f20;
	text-align: center;
    font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
/* ------------------------------------------ */
/* Auto Apply Style 
/* ------------------------------------------ */
.ui-datatable-header{
	border: 1px solid #c5c5c5 !important;
	background: #c5c5c5 !important;
	font-weight: bold;
	font-size: 1.2em;
}
div[class*=ui-state-active] {
	background: #74ae39;
	border: #56812B;
    font-weight: bold;
}
div[class*=ui-accordion-header] {
	padding-left: 30px !important;
}

div[id*=paginator_top] > a [class*=ui-paginator], 
div[id*=paginator_bottom] > a [class*=ui-paginator] {
	vertical-align: top;
}
div[class*=noHeaderTbl] > div > table > thead {
	display: none;
}

/* ------------------ datatable - paging ------------------ */
.ui-paginator-first:after{
	content: '<<';
	font-size: 0.75em;
}

.ui-paginator-prev:after{
	content: '<';
	font-size: 0.75em;
}

.ui-paginator-next:after{
	content: '>';
	font-size: 0.75em;
}

.ui-paginator-last:after{
	content: '>>';
	font-size: 0.75em;
}

.ui-icon-seek-first,
.ui-icon-seek-prev,
.ui-icon-seek-next,
.ui-icon-seek-end {
	display: none; 
}
/* ------------------------------------------ */
/* Logout Tooltips
/* ------------------------------------------ */
.mob-logoutTxt {
	color: #56812B; 
	padding: 2px 3%;
}
/* ------------------------------------------ */
/* Common Style 
/* ------------------------------------------ */
.upper {
	text-transform: uppercase;
}
.divPadBtm{
	padding-bottom: 20px;
}
.strong {
    font-weight: bold;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}
.cmn-inputTextSty {
	min-width:250px; 
	max-width: 525px;
}
.cmn-selectBoxSty {
	min-width:250px; 
	max-width: 520px;
}
.cmn-inputDateSty {
	width:150px !important;
}
.ui-column-title {
    font-weight: bold;
	font-style: italic;
}
.specBoldMsg {
	font-style: italic;
    font-weight: bold;
}
.specMsg {
	font-style: italic;
}
.subtitle {
	font-size:1.1em;
    font-weight: bold;
}
.isPointer {
	cursor:pointer
}
.mainPanelSty {
	min-width:300px; 
	max-width: 1200px;
}
/* ------------------------------------------ */
/* Style for Captcha
/* ------------------------------------------ */
.captcha-img {
	width: 127px; 
	height: 47px;
	cursor: pointer;
}
.captcha-txt {
	width:150px !important;
}

/* ------------------------------------------ */
/* Style for EPIC banner/ info */
/* ------------------------------------------ */
.epic-top-banner {
	background-image: url("./images/common/epic_top_banner.jpg") !important;
	transform: translate3d(0px, -49.0956px, 0px) !important;
}
.info-heading {
     text-decoration: underline;
     font-weight: bold;
}
.info-checking-link {
     font-weight: bold;
     background-color: #74ae39;
}

/* ------------------------------------------ */
/* Style for responsive
/* ------------------------------------------ */
.dtlColumn1 {
     min-width: 25%; 
     max-width: 230px;
     font-size: 18px;
}

.dtlColumn2 {
	min-width: 70%;
}

/* ------------------------------------------ */
/* Style for DataTable Row
/* ------------------------------------------ */
.rowStyle01 {
	background-color: #FBFFCC !important;
	background-image: none !important;
	color: #000000 !important;
}
.rowStyle02 {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #000000 !important;
}

/* ------------------------------------------ */
/* Style for the Menu - Account 
/* ------------------------------------------ */
.acc-selectBoxSty {
	width: 100%;
}