
/*
-------- Application - EIAO --------
 */
.verification-txt {
	width:120px !important;
}
.epicRefNo-txt {
	width:150px !important;
}

.eiaoFormName {
	width: 260px;
}

.eiaoEditCol {
	width: 60px;
    text-align: center;
}
.eiaoMsg {
	color: blue;
	font-style: italic;
}
/*
-------- Application - Construction --------
 */
.constTopMsg {
	color: #CC3301;
    font-weight: bold;
    font-size: 1.2em;
}
/*
-------- Application - Form --------
 */
div > input[id$="downloadFormSelection_filter"] {
	width: 100% !important;
	height: 30px;
}
.downloadPdfIcon {
	width: 30px; 
	height: 30px;
	cursor: pointer;
	vertical-align:middle;
}
.afterDiv {
	clear: left; 
	height: 20px
}
.leftDiv {
	float: left;
	display: flex;
	justify-content: flex-start;
}
.rightDiv {
	float:right;
	display: flex;
	justify-content: flex-end;
}
.dlFormCodeColWith {
	width: 110px;
}
.updDlColWith {
//	width: 160px;
//	text-align: center;
	width: 260px;
	vertical-align: top;
}
th.updDlColWith {
    text-align:left !important;
    
}
.formDtlImg {
	max-width: 30px; 
	max-height: 30px;
	cursor: pointer;
	vertical-align:middle;
}
.downloadFormRemarks {
	color: green;
}

/* 
-------------------------
-------- FAQs --------
------------------------- 
 */
.faqTitle {
	BACKGROUND-COLOR: #CCFFCC;
}
.faqAnswer {
	padding-bottom: 20px;
}
.faqImg {
	min-width:250px
}

/* 
-------------------------
-------- Account --------
------------------------- 
 */
.accountSetting01 {
	width:50%;
}
 
.accountSetting02 {
	width:33%;
}
 
/* 
-------- Account - registry -------- 
 */
.streetNo-txt {
	width:80px !important;
}

.hkid1-txt {
	width:35px !important;
}
.hkid2-txt {
	width:80px !important;
}
.hkid3-txt {
	width:25px !important;
}

.brn1-txt {
	width:100px !important;
}
.brn2-txt {
	width:55px !important;
}
.brn3-txt {
	width:30px !important;
}
.brn4-txt {
	width:30px !important;
}
.brn5-txt {
	width:25px !important;
}

.selectBooleanBtn {
	width: 100px !important;
}

/* 
-------- Application History -------- 
 */
.verifyBtn {
	width:max-content !important;
}
.columnPadding {
	padding : 10px;
}
.histLabel {
    font-size: 1.2em;
}
.otpMsg {
	color: blue;
	font-style: italic;
}
.otpVerification-txt {
	min-width:85px;
	width:15% !important;
	align: left !important;
}
.ui-panel .ui-panel-content {
	padding : 0.5em 0em !important;
}
.rfsColumn1 {
	 min-width: 35%;
     max-width: 230px;
     font-size: 18px;
}

.rfsColumn2 {
	min-width: 65%;
}
