body, td, th {
    font-size: 14px;
}

.ui-datepicker-trigger {
    margin-left: 3px;
}

.ui-menu {
    min-width: 185px;
}

.ui-progressbar {
    height: 0.5em;
}

/* .ui-datatable-odd td { */
/*     background-color: #f1f1f1; */
/* } */

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    white-space: normal !important;
}

.ui-menuitem-text, .ui-widget {
    font-size: 14px;
}

.ui-panel td {
    padding: 2px;
}

.ui-message-error {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    margin-top: 0;
}

.ui-messages-info {
	color: #347d15;
    background-color: #d9f7d9;
    border-color: #d0f1bc;
    padding: 15px 10px 0px 15px;
    min-width: 900px;
    border: 1px solid;
}

.ui-messages-info .ui-messages-info-icon {
	background: url(../img/ic_checked.png) no-repeat !important;
}

.ui-messages-error,.ui-messages-warn,.ui-messages-fatal {
	color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 10px 10px 10px 20px;
    border: 1px solid;
}

.ui-messages-error-summary {
	margin-left: 0;
}

.ui-messages-error-icon {
	background: none;
	display: none;
}

.ui-icon-fav {
    background-position: -127px -80px;
}

.ui-separator {    /* border-top: 2px solid rgb(172, 203, 221); */
    height: 0.3px;
    background: rgb(172, 203, 221);
}

.ui-blockui {
    background-color: transparent;
    background-image: none;
}

.ui-blockui-content {
    top: 20% !important;
    left: 45% !important;
}

.ui-lightbox-nav-left, .ui-lightbox-nav-right {
	display: none !important;
}

/* Pagination Overrides */
.ui-paginator {
    text-align: right !important;
}
/********** App **********/
table {
    text-align: left;
    width: 100%;
}

/* class CSS */

.btn_left {
	float: left;
}

.btn_right {
	float: right;
}

.txt_uppercase {
	text-transform: uppercase;
}

.txt_lowercase {
	text-transform: lowercase;
}

.txt_top {
    vertical-align: top;
}

.txt_bottom {
    vertical-align: bottom;
}

.txt_center {
    text-align: center !important;
}

.txt_middle {
    vertical-align: middle;
}

.txt_left {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}

.txt_bold {
    font-weight: bold;
}

.txt_red {
    color: red;
}

.txt_green {
    color: #1CA344;
}

.txt_grey {
    color: grey;
}

.txt_blue {
    color: #3A87AD;
}

.txt_white {
	color: #fff;
}

.txt_block {
	display: block;
}


small {
	line-height: 24px;
}
.lh-15 {
	line-height: 15px;
}
.width55 {
	width: 55px !important;
}
.width180 {
	width: 180px !important;
}
.width200 {
	width: 200px !important;
}
.width250 {
	width: 250px !important;
}
.width280 {
	width: 280px !important;
}
.width320 {
	width: 320px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl65 {
	padding-left: 65px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl110 {
	padding-left: 110px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pr65 {
	padding-right: 65px !important;
}
.txt_attention_title {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center; /* <-- source of the problem in IE */
    float: none;
}

.tbl_col_btn_right_1 {
	padding-left: 760px !important;
}

.tbl_col_btn_right_2 {
	padding-left: 5px !important;
	padding-right: 0px !important;
}

.tbl_col_btn_attention_1 {
	display: flex !important;
    align-items: center;
    justify-content: center; /* <-- source of the problem in IE */
    float: none !important;
    margin: auto;
}

.tbl_col_min, .tbl_col_min td {
    width: 1px;
}

.tbl_col_min_top, .tbl_col_min_top td {
    width: 1px;
    vertical-align: top;
}

.tbl_col_mid, .tbl_col_mid td {
    width: 5px;
}

.tbl_col_max {
    width: 100%;
}

.tbl_header {
    padding-bottom: 15px;
}

.tbl_col_label_tac {
	position: absolute;
	left: 52px;
}

.tbl_col_label_tac_input {
	position: absolute;
	left: 340px;
}

.tbl_col_label_note {
    width: 170px;
    height: 33px;
    padding-left: 10px;
    padding-right: 55px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_col_label_small {
    width: 170px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 11px !important;
    vertical-align: top;
    padding-bottom: 11px !important;
}

.tbl_col_label_small_2 {
    width: 220px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 11px !important;
    vertical-align: top;
    padding-bottom: 11px !important;
}

.tbl_col_label_small_pex {
    width: 170px;
    height: 33px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_col_label_small_otherAccTrans {
	width: 445px;
}

.tbl_col_label, .tbl_col_label_top {
    width: 200px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_col_label_top {
    vertical-align: top;
}

.tbl_col_label_medium_large {
    width: 230px;
    height: 33px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
}

.tbl_col_label_long {
    width: 360px;
    height: 38px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_col_label_large {
    width: 250px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_col_label_extra_large {
    width: 675px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px !important;
    vertical-align: top;
}

.tbl_search_col_label_1 {
	width: 120px;
	height: 33px;
	font-weight: bold;
	padding-top: 15px !important;
	display: block;
	padding-left: 35px !important;
}

.tbl_search_col_label_2 {
	width: 55px;
	height: 33px;
	font-weight: bold;
	padding-top: 15px !important;
	display: block;
}

.tbl_search_col_label_3 {
	width: 99px;
	height: 33px;
	font-weight: bold;
	padding-top: 15px !important;
	display: block;
	padding-left: 35px !important;
}

.tbl_search_col_label_4 {
	width: 72px;
	height: 33px;
	font-weight: bold;
	padding-top: 15px !important;
	display: block;
}

.ntb_double_col_1 {
	width: 530px;
	height: 33px;
	font-weight: bold;
	padding: 15px 0px 15px 0px !important;
	text-align: right;
}

.ntb_double_col_2 {
	width: 160px;
	height: 33px;
	font-weight: bold;
	padding: 15px 0px 15px 0px !important;
	padding-left: 35px !important;
}

.ntb_triple_col_1 {
	width: 130px;
	height: 33px;
	font-weight: bold;
	padding: 8px 0px 8px 0px !important;
	text-align: right;
}

.ntb_triple_col_2 {
	width: 200px;
	height: 33px;
	font-weight: bold;
	padding: 8px 0px 8px 0px !important;
	padding-left: 35px !important;
}

.ntb_triple_col_3 {
	width: 200px;
	height: 33px;
	font-weight: bold;
	padding: 8px 0px 8px 0px !important;
	padding-left: 35px !important;
}

.tbl_col_label_1 {
    width: 220px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_label_2 {
    width: 140px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_label_3 {
    width: 257px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_label_ack {
    width: 250px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_label_ack_2 {
    width: 275px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_label_settings_1 {
    width: 200px;
    height: 33px;
    font-weight: bold;
    padding-top: 8px !important;
    vertical-align: top;
    padding-left: 30px !important;
}

.tbl_col_label_settings_2 {
    height: 33px;
    padding-top: 8px !important;
    vertical-align: top;
    padding-left: 30px !important;
}

.tbl_col_label_SI {
    width: 86px;
    height: 33px;
}

.tbl_col_label_accDetails_1 {
	width: 200px;
	font-weight: bold;
}

.tbl_two_col_label_1 {
	width: 200px;
	font-weight: bold;
	padding-top: 10px !important;
}

.tbl_two_col_label_2 {
	width: 200px;
	font-weight: bold;
	padding-top: 10px !important;
	vertical-align: top;
}

.tbl_three_col_label_1 {
	width: 200px;
	font-weight: bold;
	padding-top: 10px !important;
}

.tbl_three_col_label_2 {
	width: 200px;
	font-weight: bold;
	padding-top: 10px !important;
	vertical-align: top;
}

.tbl_col_txt {
    width: 180px;
    height: 33px;
    vertical-align: middle;
    padding-left: 10px;
}

.txt_xxsmall {
    font-size: xx-small;
}

.txt_highlight {
    font-weight: bold;
}

.txt_overflow_hidden {
	display: inline-block;
	overflow: hidden;
	width: 125px;
	border: black 0px solid;
}

.txt_title {
    font-size: 14px;
}

.txt_large_title {
    font-size: 18px;
}

.txt_instructions {
    color: #2779AA;
    font-weight: bold;
    padding: 10px;
    text-transform: none;
    text-align: left;
}

.txt_link {
    text-decoration: underline;
}

.txt_next {
    color: #898989;
}

.no-border, .no-border td {
    border: 0 !important;
}

.no-padding {
	height: 162px;
}

.no-padding table tbody tr td {
	padding: 0px;
}

.no-padding table {
	margin-top: -16px;
}

.no-padding-top {
	padding-top: 0px !important;
}

.grid-btn, .grid-btn td {
    padding: 0;
    padding-right: 3px;
    padding-top: 3px;
    border-spacing: 0;
    border-collapse: collapse;
}

.action-btn {
    height: 22px;
    width: 25px;
}

.msg-box {
    width: 95%;
}

.img_center {
    margin-left: auto;
    margin-right: auto;
}

#idTerms {
/*     top: 20% !important;
    left: 25% !important; */
    z-index: 100000 !important;
}

.prev-terms {
	top: 18% !important;
    left: 15% !important;
    z-index: 100000 !important;
}

#idFirstLoginMsg {
    z-index: 100000 !important;
}

#idDialogTerms {
    top: 20% !important;
    left: 25% !important;
}

#reloadInstruction {
    top: 20% !important;
    left: 25% !important;
}

#idDlgAutoResponse {
    top: 20% !important;
    left: 25% !important;
}

#idSampleCombined {
    top: 15% !important;
    left: 25% !important;
}

#idSampleIBG {
    top: 15% !important;
    left: 25% !important;
}

#idSamplePayplus {
    top: 15% !important;
    left: 25% !important;
}

#idFX {
    position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 25px !important;
	left: 15% !important;
}

.txt_dormant {
    font-style: italic;
    font-size: 11px;
    color: red;
    font-weight: bold;
}

.singleLine {
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-blockui-content {
    background: transparent;
    border: none;
}

.padded {
    padding: 5px;
}

.reg_right_note {
    border: 1px solid #eee;
}

.reg_right_note td {
    padding: 10px;
    vertical-align: top;
}

#dark-header td {text-align:left !important;}

@-moz-document url-prefix(http) {
	.ui-lightbox-content {
		margin: -20% 0 0 0;
	}
}

/* For instruction & info table - Static Data */
.info-table table {
    border-collapse:collapse;
    width: 100%;
    padding:4px 10px;    
}
.info-table tbody th {
    padding: 4px 10px;
    overflow: hidden;
    border: 1px solid rgb(160, 160, 160);	
    background-color: rgb(220, 220, 220);
    color: black;
    font-weight: bold;
    text-align: left;
}

.info-table tbody td {
    padding: 4px 10px;
    overflow: hidden;
    border: 1px solid rgb(160, 160, 160);
}

.caseTextarea {
	width: 71em;
}

/**** PEX ****/
.container-width {
    margin: 0 auto;
    width: 980px;
}

.note {font-weight: bold; color:#78BDF4;}

.single-action-button-left {
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 0px;	
	width: 94px;	
}

.single-action-button-right {
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px;	
	*height: 20px;
	height: 28px; 
	width: 28px; 
	margin: 0 0 0 -1px; 
	opacity: 1;
	cursor: auto;
}

ul.disc_align {
    list-style: disc;
}

ul.disc_align li {
    margin: 0 0 0 14px;
}
.cursor-pointer {
	cursor: pointer;
}


/**** START -- jQuery Model */
#basic-modal-content {
	display:none;
}

/* Overlay */
#simplemodal-overlay {
	opacity: 0.8 !important;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)" !important;
	background-color: #000;
	z-index: 100000 !important;
}

/*** Container */
#simplemodal-container {
	height: 240px;
	width: 600px;
	color: #000;
	background-color: #FFF;
	border: 4px solid #FFF;
	padding: 4px;
	z-index: 100000 !important;
}
/* mobile portrait */
@media screen and (orientation:portrait) {
	#simplemodal-container {
		height: 240px;
		width: 600px;
		color: #000;
		background-color: #FFF;
		border: 4px solid #FFF;
		padding: 4px;
		z-index: 100000 !important;
		top: 40px !important;
	}
}
/* mobile landscape */
@media screen and (orientation:landscape) {
	#simplemodal-container {
		height: 240px;
		width: 600px;
		color: #000;
		background-color: #FFF;
		border: 4px solid #FFF;
		padding: 4px;
		z-index: 100000 !important;
		top: 40px !important;
	}
}

#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url(../img/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
/**** END -- jQuery Model */


.tbl_col_label_kyc {
    width: 200px;
    height: 33px;
    font-weight: bold;
    padding: 8px !important;
    vertical-align: top;
    background-color: green;
    color:#fff;
}

.tbl_col_label_kyc_reject {
    width: 200px;
    height: 33px;
    font-weight: bold;
    padding: 8px !important;
    vertical-align: top;
    background-color: red;
    color:#fff;
}

.tbl_col_label_resend_tac {
	width: 30px;
}

.inputText_260 {
	width:260px;
	height: 30px;
	border:solid 1px #ccc;
	border-radius: 10px;
	padding-left: 6px
}

.inputText_login_pg {
	border: none;
	border:solid 1px #dfe2e6;
	border-radius: 5px;
	font-size: 16px;
}

.hasDatepicker {
    width: 223px;
}

.hasDatepicker .ui-inputfield {
	width: 260px;
	border-radius: 10px;
	padding-left: 10px;
	height: 30px;
}
.hasDatepicker .ui-datepicker-trigger {
	right: 35px;
	border: none;
	background: url(../img/calendarIcon.png) no-repeat;
	background-size: 65%;
	background-position-y: -3px;
	background-position-x: 0px;
}
.hasDatepicker .ui-datepicker-trigger .ui-button-text {
	padding: 0px;
}
.hasDatepicker .ui-state-default .ui-icon {
	background: none !important;
}
.ui-hasDatepicker {
 	width: 238px; 
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	color: #cd0a0a;
	background: none;
}


.tbl_col_label_signup {
    width: 300px;
    height: 33px;
    font-weight: bold;
    padding-top: 10px !important;
    padding-left: 30px !important;
    vertical-align: top;
    text-align: right;
}

.tbl_col_text_signup {
    padding-top: 10px !important;
    padding-left: 30px !important;
    
    vertical-align: top;
}

.tbl_col_smalltext_signup {
	width: 200px;
    padding-top: 15px !important;
    padding-left: 30px !important;
    
    vertical-align: top;
}

.tbl_signup_overview {
    padding-top: 5px !important;
    text-align: center;
    font-size: 19;
}

.tbl_signup_overview_list {
   width: 40%;
}

.tbl_signup_overview_list2 {
   width: 30%;
   font-size: 17px;
}

.tbl_signup_overview_list3 {
   width: 30%;
}

.tbl_col_25percent {
    width: 25%;
    text-align: center;
}
.tbl_col_35percent {
    width: 35%;
}
.tbl_col_50percent {
    width: 50% !important;
    vertical-align: top;
}
.tbl_col_50percent_right {
    width: 50% !important;
    vertical-align: top;
    padding-left: 40px;
}
.tbl_col_msgbox_header {
	text-align: center;
    padding: 15px !important;
    background-color: #f2f2f2;
    font-weight: bold;
}
.tbl_col_msgbox_content {
	text-align: center;
	padding: 30px !important;
	border: solid 1px #eaeaea;
}

.tbl_col_header_signup {
    height: 33px;
    font-weight: bold;
    padding-top: 10px !important;
    vertical-align: top;
    text-align: center;
}

/** Personal Loan - Start  **/
.pl_tbl_col_label {
    width: 100px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 8px !important;
    vertical-align: top;
    font-size: 16px;
}

.pl_content_box {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pl_table_top_round {
	background-color: #e1fbff;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	height:40px;
}

.pl_table_bottom_round {
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:0px solid #D0D0D0;
	background-color: #ffffff;
}

.pl-divContent {
	padding: 0 0 0 45px;
/* 	display: inline-block; */
}
.pl-selectDropdown {
/*   	border-radius: 5px;
  	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  	border: solid 1px #dfe1e5; */
  	background-color: transparent;
}
.pl-selectDropdown .ui-selectonemenu-trigger span {
	background: url(../img/dropdownIcon.png) no-repeat;
	background-position-y: 110%;
}
.pl-selectDropdown .ui-selectonemenu-trigger {
	background: transparent !important;
	border: none;
	width: 20px;
	margin-right: 8px;
	margin-top: 16px;
}
.pl-selectDropdown label.ui-selectonemenu-label {
	padding-left: 10px;
    padding-top: 34px;
    background: transparent !important;
    height: 64px;
    font-size: 16px;
    width: 273px !important;
}
.pl-selectDropdown li.ui-selectonemenu-panel .ui-selectonemenu-list-item {
	text-transform: uppercase !important;
}
.pl-selectDropdown-icon {
  border-radius: 5px;
  border: none;
  background-color: #f5f5f5;
}
.pl-selectDropdown-icon .ui-selectonemenu-trigger span {
	background: url(../img/dropdownIcon.png) no-repeat;
	margin-top: -8px !important;
	margin-left: 8px;
}
.pl-selectDropdown-icon .ui-selectonemenu-trigger {
	background: transparent !important;
	border: none;
	width: 20px;
	margin-right: 16px;
    margin-top: 16px;
}
.pl-selectDropdown-icon label.ui-selectonemenu-label {
    background-color: #f5f5f5;
}
.pl-selectDropdown-icon input.ui-selectonemenu-label {
    background: #f5f5f5;
}
.pl-selectDropdown-icon .ui-selectonemenu-panel .ui-selectonemenu-list-item {
	text-transform: uppercase !important;
}
.pl-bg-content {
    border: #dfe1e5 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.pl-autoComplete .ui-inputfield {
	background: #f5f5f5;
	border: none;
	text-transform: uppercase;
}
.pl-cancelButton {
	width: 148px;
  	height: 48px;
  	border-radius: 5px;
  	box-shadow: 0 5px 16px 0 rgba(92, 144, 245, 0.38);
  	background-color: #9aa1b4 !important;
  	background: #9aa1b4 !important;
  	text-indent: 0;
  	color: #fff !important;
    font-size: 15px !important;
  	font-weight: 500 !important;
  	border: none !important;
}
.pl-submitButton {
	width: 148px;
  	height: 48px;
  	border-radius: 5px;
  	box-shadow: 0 5px 16px 0 rgba(92, 144, 245, 0.38);
  	background-color: #3e7cf3 !important;
  	background: #3e7cf3 !important;
  	text-indent: 0;
  	color: #fff !important;
    font-size: 15px !important;
  	font-weight: 500 !important;
  	border: none !important;
}
.btn_capture {
/* 	background: url(../img/btn_capture.png) no-repeat; 
	background-size: 90%;*/
	border: none;
    width: 68px;
    height: 68px;
}
.display_flex_center {
	display: flex;
    justify-content: center;
    width: 100%;
}
.pl_padding_5_65 {
	padding: 5px 65px;
}

.pl_padding_5_10 {
	padding: 5px 10px;
}
.pl_column_1 {
	width : 456px;
	padding-right:16px;
}
.pl_column_2 {
	width : 200px;
	padding-right:16px;
}
.pl_column_3 {
	width : 367px;
	padding-right:16px;
}
.pl_column_4 {
	width : 240px;
	padding-right:16px;
}
.pl_column_5 {
	width : 416px;
	padding-right:16px;
}
.pl_column_6 {
	width : 190px;
	padding-right:16px;
}
.pl_column_7 {
	width : 251px;
	padding-right:16px;
}
.pl_column_8 {
	width : 176px;
	padding-right:16px;
}
.pl_column_9 {
	width : 280px;
	padding-right:16px;
}
.pl_column_10 {
	width : 300px;
	padding-right:16px;
}
.pl_column_11 {
	width : 248px;
	padding-right:16px;
}
.div_column_bg {
	background: #f5f5f5; 
	border: #dfe1e5 1px solid;
	height: 64px;
	border-radius: 5px;
}
.pl_inputText {
	border: none;
    background: transparent;
	font-size: 16px;
	height: 30px;
}
.pl_inputText::-ms-clear {
    display: none;
}
.pl_inputText:focus {
    background: #fff;
    border-radius: 5px;
}
.pl_width_50 {
  width: 50%;
  padding: 8px;
  font-size: 16px;
}

#idFrmStep2 .pl-selectDropdown-icon:focus,
#idFrmStep3 .pl-selectDropdown-icon:focus,
#idFrmStep4 .pl-selectDropdown-icon:focus {
	background: #fff;
}

#idFrmStep2 .ui-watermark,
#idFrmStep3 .ui-watermark,
#idFrmStep4 .ui-watermark   {
	font-size: 13.5px;
	padding-left: 6px;
	color: rgba(0, 0, 0, 0.6);
	text-transform: none;
/* 	text-align: center; */
}

#idFrmStep2 div table tr td div:focus-within,
#idFrmStep3 div table tr td div:focus-within,
#idFrmStep4 div table tr td div:focus-within {
  background: #fff;
}

#idIsPermResidentAddr .ui-chkbox .ui-chkbox-box {
	margin: -13px;
    position: absolute;
}
#id_number input{
	background: url('#{request.contextPath}/img/ic_IdNumber.png') no-repeat;
	background-position: 2% 40%;
	background-size: 6%;
	background-color: #fff;
}
#birth_date input {
	background: url('#{request.contextPath}/img/ic_DateofBirth.png') no-repeat;
	background-position: 2% 40%;
	background-size: 7%;
	background-color: #fff;
}

.ui-float-label {
    display: block;
    position: relative;
}

/* .ui-float-label label { */
.ui-float-label .ui-widget ~ label {
	font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: .25em;
    top: 12%;
    margin-top: -.5em;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 1.14;
}

/* .ui-float-label > .ui-inputfield.ui-state-focus ~ label, 
.ui-float-label > .ui-inputfield.ui-state-filled ~ label,
.ui-float-label > .ui-selectonemenu.ui-state-focus ~ label,
.ui-float-label > .ui-outputlabel.ui-state-filled ~ label { */
.ui-float-label > .ui-widget.ui-state-focus ~ label, 
.ui-float-label > .ui-widget.ui-state-filled ~ label {
    top: -13px;
    font-size: 14px;
}

.ui-float-dropdown-label {
    display: block;
    position: relative;
}

/* .ui-float-label label { */
.ui-float-dropdown-label .ui-widget ~ label {
	font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 49%;
    margin-top: -.5em;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 1.14;
}

.ui-float-dropdown-label > .ui-widget.ui-state-focus ~ label, 
.ui-float-dropdown-label > .ui-widget.ui-state-filled ~ label {
    top: 16px;
    font-size: 14px;
}


#idFrmStep1 .ui-outputlabel .ui-outputlabel-rfi,
#idFrmStep2 .ui-outputlabel .ui-outputlabel-rfi,
#idFrmStep3 .ui-outputlabel .ui-outputlabel-rfi,
#idFrmStep4 .ui-outputlabel .ui-outputlabel-rfi,
#idFrmStep5 .ui-outputlabel .ui-outputlabel-rfi {
    display: none;
}
/** Personal Loan - End **/


#idEmailChangePromptDlg {
    z-index: 1000000 !important;
}

#idNoticeFaceAuthzDlg, #idFaceAuthzDlg {
	z-index: 1000001 !important;
}


/**** JSF - Start *****/
input {
	outline: none;
}

.tbl_col_label_small_1 {
    width: 196px;
    height: 33px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 11px !important;
    vertical-align: top;
    padding-bottom: 11px !important;
}

.pl-selectDropdown-icon select {
  background: url(../img/dropdownIcon.png) no-repeat;
  margin-top: -8px !important;
  margin-left: 8px;
}

.separator {
	border: 1px solid #c9c9c9;
}

.error-msg, .info-msg, .warn-msg, .success-msg {
    display: block;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    position: relative;
    font-size: 15px;
}

.error-msg {
    border: 1px solid #b94a48;
    background-color: #f2dede ;
    color: #b94a48 !important;
}

.info-msg {
    border: 1px solid #3E7CF3;
    background-color: #3E7CF31A;
    color: #3E7CF3!import
}

.success-msg {
    border: 1px solid #347d15;
    background-color: #d9f7d9 ;
    color: #347d15 !important;
}

.error-msg:before {
    content: "";
    width: 30px;
    height: 60px;
    position: relative;
/*  background: url(../../img/img/icons/error-alert.svg) no-repeat; */
}

.success-msg:before {
    content: "";
    width: 34px;
    height: 24px;
    position: relative;
    float: left;
    background: url(../img/ic_checked.png) no-repeat !important;
}

.info-msg:before {
    content: "";
    width: 34px;
    height: 24px;
    position: relative;
    /* background: url(../../img/img/icons/info-alert.svg) no-repeat; */
}

table.empty tbody td {
    display: none!important;
}

.datepicker {
    position: relative;
    width: 150px !important;
    height: 30px;
    color: #0a0a0a;
    padding-left: 25px;
    background: url(../img/calendarIcon.png) no-repeat;
    background-size: 16px;
    background-position: 120px;
    background-color: white;
    border-radius: 10px !important;
    cursor: pointer;
    opacity: .8;
}

.datepicker_small {
    padding-left: 10px;
    width: 120px!important;
    background-position: 96px !important;
}

.datepicker_large {
    width: 266px!important;
    background-position: 232px !important;
}

.datepicker:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.datepicker::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.pt-6 {
 	padding-top: 2rem !important;
}

.pt-7 {
 	padding-top: 2.5rem !important;
}

.pt-8 {
 	padding-top: 3rem !important;
}

.pt-9 {
 	padding-top: 3.5rem !important;
}

.pe-6 {
 	padding-right: 2rem !important;
}

.pe-7 {
 	padding-right: 2.5rem !important;
}

.pe-8 {
 	padding-right: 3rem !important;
}

.pe-9 {
 	padding-right: 3.5rem !important;
}

.pb-6 {
	padding-bottom: 2rem !important;
}

.pb-7 {
	padding-bottom: 2.5rem !important;
}

.pb-8 {
	padding-bottom: 3rem !important;
}

.pb-9 {
	padding-bottom: 3.5rem !important;
}

.ps-6 {
  	padding-left: 2rem !important;
}

.ps-7 {
  	padding-left: 2.5rem !important;
}

.ps-8 {
  	padding-left: 3rem !important;
}

.ps-9 {
  	padding-left: 3.5rem !important;
}

.panel-content {
	border: 0;
    background: none;
    min-height: 580px;
}

.panel-content td {
    padding: 2px;
}

.header-width {
	flex: 0 0 auto;
	width: 1185px;
}

.vertical-align-middle {
 	vertical-align: middle;
}

.table-padding-2 {
	padding: 0.2rem 0.2rem !important;
}

.custom-scroller {
    scrollbar-width: thin !important;
    overflow-x: hidden;
    border: 0px !important;
    padding-right: 10px !important;
}

.custom-scroller::-webkit-scrollbar-track {
/*     box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5; */
}

.custom-scroller::-webkit-scrollbar {
    width: 8px;
}

.custom-scroller::-webkit-scrollbar-thumb {
/*     border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: rgba(185, 185, 185,.5); */
    background: #7f7f7f;
    border-right: 1px solid white;
}

.tableblock {
    /* cursor: pointer; */
}

.tableblock:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378de5', endColorstr='#378de5',GradientType=0 );
    /* IE6-9 */
    background: #378de5 !important;
}

.tableblock:highlight {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9efff', endColorstr='#c9efff',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #b1e8ff;
    background: #c9efff !important;
}

.tooltips-container {
	position: relative;
	display: inline-block;
	
}

.tooltips {
	visibility: hidden;
    background-color: #fff;
    color: black;
    width: 300px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.tooltips-container:hover .tooltips {
	visibility: visible;
}

.dropdown-toggle-split::after{
	color: #0061bb !important;
}

.split-btn {
	border: 1px solid #c9c9c9 !important;
    min-width: 50px;
    border-radius: 12px 0px 0px 12px !important;
    background: white;
}

.split-btn-dropdown {
	--bs-btn-bg: white !important;
	--bs-btn-active-bg : white !important;
	--bs-btn-hover-bg: #c4e2ff !important;
    border: 1px solid #c9c9c9 !important;
    padding: 5px !important;
    border-radius: 0px 12px 12px 0px !important;
}

.split-btn-dropdown-menu {
	min-width: 85px !important;
}

.radiobutton-box > span > table > tbody > tr > td label {
	padding: 10px 15px;
	font-weight: bold;
}

.radiobutton-box-1 > table > tbody > tr > td label {
	padding: 10px 15px;
	font-size: 14px !important;
}

.radiobutton-box-1 tr > td:first-child {
	text-align: left;
	padding-right: 15px;
}

.custom-input-range-slider {
  position: relative;
  width: 424px;
  height: 60px;
  font-size: 17px;
}

.custom-input-range-slider input {
  border: none;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(top, #3ab2bc 5%, #1f87b5 100%);
  position: relative;
  font-size: 17px;
  outline: none;
}

.custom-input-range-slider button {
  border: none;
  padding: 25px;
  margin: 0px 2px 0px 0px;
  box-sizing: border-box;
  background: none;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.custom-input-range-slider button img {
  width: 100%;
}

.custom-input-range-slider button.plus {
  left: initial;
  right: 0;
}

.custom-input-range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: 0;
  z-index: 2;
}

.custom-input-range-slider input[type="range"]:focus {
  outline: none;
}

.custom-input-range-slider input[type="range"]::-webkit-slider-runnable-track {
  background-color: #e9e9e9;
  border-radius: 0;
  height: 0.5rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-input-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 1px solid #999999;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
  margin-top: -6px;
}

.custom-input-range-slider input[type="range"]:focus::-webkit-slider-thumb {
  background-image: linear-gradient(to bottom, #80f3e1, #4a90e2);
}

/* Firefox */

@-moz-document url-prefix() {
  .custom-input-range-slider input[type="range"] {
    margin-bottom: -5px;
  }
}

.custom-input-range-slider input[type="range"]::-moz-range-track {
  background-color: #e9e9e9;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 0.5rem;
}

.custom-input-range-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 1px solid #999999;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
  margin-top: -6px;
}

.custom-input-range-slider input[type="range"]:focus::-moz-range-thumb {
  background-image: linear-gradient(to bottom, #80f3e1, #4a90e2);
}

.tenure-input-slider input[type="range"]::-webkit-slider-runnable-track {
  background-color: #e9e9e9;
  border-radius: 5px;
  height: 0.5rem;
}

.tenure-input-slider input {
  border: none;
  border-radius: 15px;
  outline: none;
}

.tenure-input-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 1px solid #999999;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
  margin-top: -6px;
}

.tenure-input-slider input[type="range"]:focus {
  outline: none;
}

.tenure-input-slider input[type="range"]:focus::-webkit-slider-thumb {
  background-image: linear-gradient(to bottom, #80f3e1, #4a90e2);
}

.tenure-input-slider input[type="range"]::-moz-range-track {
  background-color: #e9e9e9;
  border-radius: 0;
  height: 0.5rem;
}

.tenure-input-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border: 1px solid #999999;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
  margin-top: -6px;
}

.tenure-input-slider input[type="range"]:focus::-moz-range-thumb {
  background-image: linear-gradient(to bottom, #80f3e1, #4a90e2);
}

.pl-div-backgroud {
	border-radius: 5px;
	background: #f5f5f5;
	height: 64px;
}

.form-floating > label {
	top: 3px !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.6);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(1) translateY(-1rem) !important;
	/* scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
    left: -2px !important;
}

.form-floating > .form-control:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .form-control-plaintext ~ label, 
.form-floating > .form-select ~ label{
	transform: scale(1) translateY(-1rem) !important;
	left: -2px !important;
}

.form-floating > .form-select ~ label {
	top: 10px !important;
    font-size: 14px !important;
}

.form-floating > .form-select ~ label {
    /* transform: scale(1) translateY(-1.25rem) !important;
    left: 1x !important; */
    transform: none!important;
    top: 0!important;
    line-height: 30px;
}

.form-floating > .form-select.selected{
	padding-left:12px;
}

.form-floating > .form-select.selected ~ label {
    transform: scale(1) translateY(-1.25rem) !important;
    left: 1px !important;
	top:10px!important;
	line-height:1;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
	background-color: transparent;
}

.radio-group {
	direction: rtl;
	margin-left: 16px;
    margin-top: 3px;
}

.radio-item {
	margin-left: 30px;
}

.radio-item input {
	margin-left: 8px;
}

.col-width-20 {
	width: 20%;
}

.font-14px {
	font-size: 14px !important;"
}

.data-table {
	border-collapse: collapse;
	width: 100%;
}

.data-table th, .data-table td {
	border-bottom: 1px solid #d3d3d3;
}

.data-table th:nth-child(1), 
.data-table tr:nth-child(1) {
	text-align: left;
}

.data-table th:nth-child(2), 
.data-table tr td:nth-child(2),
.data-table th:nth-child(3), 
.data-table tr td:nth-child(3) {
	text-align: center;
}

.line-separator {
	border: 1px solid #0c0c0c;
    background: #ebeaea url(/rib/app/javax.faces.resource/images/ui-bg_highlight-hard_70_ebeaea_1x100.png?ln=primefaces-amphibia) 50% 50% repeat-x;
    font-weight: normal;
    color: #222222;
}

input[type=checkbox].plain-checkbox {
    position: relative;
}

input[type=checkbox].plain-checkbox:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border: none;
    background-image: url(../img/checkbox-plain.svg);
    background-color: white;
    background-size: contain;
}

input[type=checkbox].plain-checkbox:checked:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border: none;
    background-image: url(../img/checkbox-plain-ticked.svg);
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
}

.radiobutton-box-si > table > tbody > tr > td label {
	padding: 10px 15px;
	font-size: 14px !important;
}

.radiobutton-box-si tr > td:first-child {
	text-align: left;
	width: 22%;
}

.maxContent {  
  	width: -webkit-max-content;
  	width: -moz-max-content;
  	width: max-content;
}

.acctOverview-title {
	border: none;
   	border-bottom: 1px solid #d3d3d3;
   	background: #f1f9ff;
   	padding: 12px;
   	border-top-left-radius: 10px;
   	border-top-right-radius: 10px;
}

.box-bottom-radius {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.custom-acctOverview table tr:last-child td:last-child {
	border-bottom-width: 0px !important;
}

.customizeStyle btn-close:focus {
  outline: 0;
  box-shadow: 0 !important;
}

.dialogExpPassBox {
	position: absolute;
    z-index: 1004;
    background-color: white;
    height: 460px;
    padding: 0;
    max-width: 970px;
    overflow: auto;
    border-radius: 13px;
    top: 20%;
    right: 10%;
}

.message-btn-icon {
	text-align: center;
	-moz-box-shadow:inset 0px 1px 0px 0px #79bbff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79bbff;
	box-shadow:inset 0px 1px 0px 0px #79bbff;
	background-color:#4379e0 !important;
	text-indent:0;
	border:1px solid #336ad4 !important;
	display: inline;
	float: left;
	color: #fff !important;
	border-radius: 10px;
	height: 30px;
	position: inherit;
	width: 100px;
	font-size: 13px !important;
	background-image: url(../img/messageIcon.png) !important;
	background-repeat: no-repeat !important;
	background-position-x: 7px !important;
	background-position-y: 7px !important;
	background-size: 20% !important;
}

.compose-btn-icon {
	text-align: center;
	-moz-box-shadow:inset 0px 1px 0px 0px #79bbff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79bbff;
	box-shadow:inset 0px 1px 0px 0px #79bbff;
	background-color:#4379e0 !important;
	text-indent:0;
	border:1px solid #336ad4 !important;
	display: inline;
	float: left;
	color: #fff !important;
	border-radius: 10px;
	height: 30px;
	position: inherit;
	width: 100px;
	font-size: 13px !important;
	background-image: url(../img/plusIcon.png) !important;
	background-repeat: no-repeat !important;
	background-position-x: 5px !important;
	background-position-y: 5px !important;
	background-size: 19% !important;
}

.nonetxtdeco-pdtop {
	text-decoration: none;
    padding-top: 4px;
}

.modal-backdrop {
	z-index: 1003 !important;
	display: none;
}

.modal-backdrop.show {
	opacity: 0.5 !important;
}

.pl-form-control:disabled {
    background-color: transparent !important;
    opacity: 1;
}

.modal-ajax {
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.grey-bottom-line {
	border-bottom: 1px solid #d3d3d3;
}
/**** JSF - End *****/

/* toggleSwitch without text  */
.custom-toggle {
	display: none;
}

.toggle-label {
	width: 42px;
    height: 20px;
    background-image: none;
    background-color: #ddd;
    border: 1px solid #bfbfbf;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset -0.5px 0.5px 0px 0px #8c8b8b;
	transition: background-color 0.5s ease;    
}

.toggle-label:before {
	content: "";
    width: 20px;
    height: 19px;
    border-radius: 25px;
    background-color: #fff;
    border: 0.5px solid #ccc;
    margin-top: 0px;
    box-shadow: 0 0 3px 0px #8c8b8b;
    position: absolute;
    left: 0;
    transition: all 1s ease-in-out;
    transform-origin: center center;
    transform: translateX(0);
    transition: all 0.5s ease;
}

.custom-toggle:checked + .toggle-label {
	background-color: #336ad4;
}

.custom-toggle:checked + .toggle-label:before{
	 transform: translateX(100%);
}