@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, DFSongStd, PMingLiu, MingLiu_HKSCS;
	color: #333333;
}
.clear {clear:both; width:1px; height:1px; overflow:hidden}

body{
	/*background-image: url("../images/bg_page.jpg");
	background-repeat: repeat-x;*/
	background-color:#ffffff;
	font-size:0.935em;
	min-width: 320px;
    width: expression(this.width < 320 ? 320: true);
    /*overflow: scroll;*/
}
html, body {
    /*bug fix */
    /*height: auto;*/
}
div label {
	font-size: inherit;
	color: #333333;
}
label.declaration{
  line-height: inherit;
}
.off-canvas-wrapper,
.off-canvas-wrapper-inner  {
    /*bug fix */
    /*position: inherit;*/
}
.off-canvas-wrapper {
    /* for hamburger menu */
    height: 100%;
}
.off-canvas-wrapper {
    overflow-x: visible;
}
/* from typographyEN - start */
span.step_remark{
	color: #666666;
	font-size:0.85em;
}
div.subheader div.text{
	padding-top:15px;
	color:#4d4d4d;
	font-weight:bold;
}
div.navstep_title {
	font-weight:bold;
	padding-bottom:3px;
}
div#button a:link, div#button a:active, div#button a:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding:20px;
}
div#button a:hover{
	text-decoration:underline;
}

div#clear a:link, div#clear a:active, div#clear a:visited{
	color:#000000;
	text-decoration:none;
	padding:20px;
}
div#clear a:hover{
	text-decoration:underline;
}

div.id_39_rightLabel{
	padding-left:5px;
}

a.close:link, a.close:active, a.close:visited{
	background-position:42px 3px;
		
}

div.leftchoice {
	top:6px;
}
div.leftchoice .checkbox{
	position:relative;
	top:-2px;

}
/* from typographyEN - end */
@media only screen and (min-width: 751px){
    div.content_rightcol {
        margin-left: 1em;
        margin-right: 0.8em;
    }
}

/* disable spin button of input box (number) - start */
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* disable spin button of input box (number) - end */

/* general setting - start */
select.selectioninput{
	width:200px;
}

image, img{
	border:none;
}

form { margin: 0px; }

/* fix for radio buttons on iOS */
_::-webkit-full-page-media, _:future, :root input[type='radio']:checked, :root input[type='checkbox']:checked {
	background-color: #007AFF;
}
input{
	background-color: white;
	font-size:15px;
}
textarea{
    font-size:15px;
    width: 100%;
}
select{
	font-size:15px;
}
.file_input{
	/*width:130px;*/
}
.input_file{
	width:200px;
}
a.footer, a.footer:active, a.footer:link {
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
	font-size:0.8em;
	white-space:nowrap;
	width: auto;
}
a.footer:visited{
	color: #6B5B9A;
	text-decoration: none;
	margin-right: 20px;
}

a.footer:hover {
	text-decoration: underline;
}


a.email:link, a.email:active{
	color:#003399;
	text-decoration:none;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, DFSongStd;
}
a.email:visited{
	color: #6B5B9A;
	font-weight:normal;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, DFSongStd;
}
 a.email:hover{
	text-decoration:underline;
	font-weight:normal;
	font-family: "Century Gothic" , Arial, Helvetica, sans-serif, DFSongStd;
}

div.mainframe {
	text-align:center;

}

div.mainpage {
	position:relative;
	margin:0px auto;
	/* for FireFox */
		max-width: 940px;
		/*min-width: 760px;*//* 20160920 Brian Custom */
}
/* 20160920 Brian Custom - start */
@media only screen and (max-width: 750px) {
	div.mainpage_padding{
		/*text-align:center; padding-left:5px; padding-right:5px;*/
		text-align:center; padding-left:0px; padding-right:0px;
	}
}

@media only screen and (min-width: 751px) {
	div.mainpage_padding{
		text-align:center; padding-left:20px; padding-right:20px;
	}
}
/* 20160920 Brian Custom - end */
div.header {
	text-align: left;
	width:100%;
	margin-top:8px;
	vertical-align:bottom;
}
/* 20160920 Brian Custom - start */
@media only screen and  (min-width: 751px) {
	div.header {
		height:27px;
		margin-bottom: 20px;
		margin-top:38px;
	}
}
/* 20160920 Brian Custom - end */

div.header div.logo {
	float: left;
}

/* 20160920 Brian Custom - start */
@media only screen and (max-width: 1171px) {
		.exit2{
			font-weight: bold;
			float: right;
	}
}
@media only screen and (min-width: 751px) {
	div.header div.exit {
		float: right;
		padding-top: 7px;
	}
	div.header div.lang1 {
	/*float: right;*/
	margin-top: 7px;
	margin-right:8px;
}
}
/* 20160920 Brian Custom - start */
@media only screen and (max-width: 750px) {
	div.header div.exit {
		float: right;
		padding-top: 0px;
	}

	div.header div.lang1 {
		float: right;
		margin-top: 0px;
		margin-right:8px;
	}
}
@media only screen and (max-width: 750px) {
	div.header div.langspacer{
		margin-top: 4px;
	}
}
@media only screen and (min-width: 751px) {
	div.header div.langspacer{
		margin-top: 10px;
	}
}
div.header div.langspacer{
	float: right;
	/*margin-top: 10px;*/
	margin-right:7px;
	height:12px;
	width:1px;
	overflow:hidden;
	border-left:1px solid #744c28;
}
div.header div.lang2 {
	float: right;
	margin-top: 7px;
	margin-right:10px;
}

a{
    text-decoration:none;
}

a.exit:link, a.exit:active, a.exit:visited{
	color:#666666;
	text-decoration:none;
	background-image:url(../images/icon_close.jpg);
	background-repeat:no-repeat;
	background-position:41px 3px;      /* */
	padding-right:29px;                /* */
}

a.exit:hover{
	text-decoration:underline;
}

a.close:link, a.close:active, a.close:visited{
	color:#666666;
	text-decoration:none;
	background-image:url(../images/icon_close.jpg);
	background-repeat:no-repeat;
	background-position:35px 3px;
	padding-right:23px;
}

a.close:hover{
	text-decoration:underline;
}
a.lang:link, a.lang:active, a.lang:visited{
	color: #754C28;
	text-decoration:none;
}

a.lang:hover{
	text-decoration:underline;
}

a.langsc:link, a.langsc:active, a.langsc:visited{
	font-family:"Century Gothic", DFSongStd,PMingLiU,MingLiU,LiSong Pro,Serif ;
	color: #754C28;
	text-decoration:none;
}


a.langsc:hover{
	text-decoration:underline;
}
a.langtc:link, a.langtc:active, a.langtc:visited{
	color: #754C28;
	text-decoration:none;
}

a.langtc:hover{
	text-decoration:underline;
}

div.content {
	clear:both;
	width:100%;
	margin:0px;
	padding-bottom:5px;
	text-align:left;
	border:none;
	background-image: url('../images/bottom_border.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	min-height: calc(100vh - 200px);/*brian */
}

div.boldText{
	font-weight:bold;
}
div.boldText ul{
	margin:7px 0px 0px 30px;
	color:#333333;
}
div.boldText ul li{
	color:#333333;
	margin-bottom:15px;
	font-weight:normal;
}

div.content div.leftcol {
	width: 164px;
	background-color: white;
	padding:0px;
	margin:0px;
	vertical-align:top;
	position:relative;
        float:left;
}

div.content div.rightcol {
	background-color: white;
	/* padding-left: padding-right:13px; */
	padding-right: 13px;
	border: none;
	text-align: left;
	/*margin-left:164px; */
    overflow:hidden;
}
div.content div.singlecol {
	background-color: white;
	/* padding-left: padding-right:13px; */
	padding-left: 13px;
	padding-right: 13px;
	border: none;
	text-align: left;
}

div.footer {
	width: 100%;
	height: 87px; padding-top:25px;
/*  background-color: #ded9c3;       */
}

div.footer div.leftcol {
	/* width:60%; text-align:left; vertical-align:center; float: left; */
    width:60%; text-align:left; vertical-align:middle; float: left;
}

div.footer div.rightcol {
	width:40%; text-align:right; float: right;
}
div.step_hd{
	height:35px;
	padding:0;
	margin:0;
	line-height: 1.2em;
}

INPUT.tagOption {
   TEXT-ALIGN: center; PADDING-BOTTOM: 1px; BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; BORDER-BOTTOM-WIDTH: 0px; COLOR: #666666;
   BACKGROUND-COLOR: #F0F0F0; BORDER-RIGHT-WIDTH: 0px;
   WIDTH: 237px;
}
INPUT.tagOption_hover {
   TEXT-ALIGN: center; PADDING-BOTTOM: 1px; BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; BORDER-BOTTOM-WIDTH: 0px;
   BACKGROUND-COLOR: #E8E3CD; BORDER-RIGHT-WIDTH: 0px;
   WIDTH: 237px;
}
INPUT.selectedTagOption {
   TEXT-ALIGN: center; PADDING-BOTTOM: 1px; BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; BORDER-BOTTOM-WIDTH: 0px; COLOR: #CC0000;
   BACKGROUND-COLOR: #CCCCCC; BORDER-RIGHT-WIDTH: 0px;
   WIDTH: 237px;
}
DIV.tagArea {
   BORDER: 0px; PADDING: 5px; MARGIN: 5px 5px 5px 0px;
   BACKGROUND-COLOR: #FCF5E6; COLOR: #000000;
   WIDTH: 100%;
}

div.cell {
	margin-bottom: 25px;
	background-color: white;
}
.progressBar{
	display: flex;
}
/* 20160920 Brian Custom - start */
@media only screen and (max-width: 750px) {
	div.cell {display: flex;margin-bottom: 10px;}
}
@media only screen and (min-width: 751px) and (max-width: 1170px) {
	div.progressBar {margin-top: 10px;}
}


div.contentpage div.cell_nomargin {
	margin-bottom: 25px;
	background-color: white;
	margin-bottom: 0px;
}

div.contenttable {
	border: 1px #CCCCCC solid;
	padding:0px;
	width:100%;/* 20160920 Brian Custom */
	line-height:1.25em;
}
div.personal-info {
	background:#ebf8f8;
}
div.personal-info *, div.personal-info div.contenttablecontent div div ol.roman li {
	color: #CC0000;	
}
.personal-info-title {
	font-weight: bold;
	padding-bottom: 0.6em;
}
.personal-info-note {
	text-align: justify;
	padding-bottom: 0.6em;
	padding-right: 0.6em;
}
.personal-info-note a {
	display: inline-block;
}
div.contenttable div.title {
	color: #1a1a1a;
	background-color: #a6c6d9; padding-left: 10px; padding-right: 10px; padding-top: 7px; padding-bottom: 10px;
}
div.contenttable div.title_border {
	color: #1a1a1a;
	background-color: #ebf8f8; padding-left: 10px; padding-right: 10px; padding-top: 7px; padding-bottom: 10px;
   border-top:1px solid #ebf8f8;
}

div.contenttable div.row {
	padding-top: 7px; padding-bottom: 10px;padding-bottom: 7px;/*201709*/
	display:block;
	color:#333333;
}
div.contenttable div.indentRow{
    padding: 0.08rem 0;
    
}
div.contenttable div.contenttablecontent{
    padding: 10px;
    /*margin:10px;*/
}
@media screen and (max-width: 750px) {
    div.contenttable div.indentRow{
        padding: 0rem 0.425rem;
        
    }
    div.contenttable div.contenttablecontent{
                    padding: 5px;
                    /*margin:5px;*/
                }
}
div.row div.colCell{
	display:table-cell;
	display:block;


}
div.row div.leftCol{
	display:table-cell;
	float:left;
	width:50%;
	position:relative;
}
div.row div.rightCol{
	display:table-cell;
        padding-left:10%; /** **/
}
/* 20160920 Brian Custom - start */
@media only screen and (min-width: 1171px) {
	div.content_rightcol{
		margin-left: 1em;
		margin-right: 0.8em;
	}
}
@media only screen and (max-width: 1170px) {
	div #content_leftcol{
				    /*padding-right: 1em;*/
		}
}
/* 20160920 Brian Custom - end */

div.contenttable div.row div.step{
	padding:5px 0px 5px 0px;
	border-bottom:0px solid #BFBFBF;
}

div.contenttable div.row div.step_last{
	padding:5px 0px 0px 0px;
}

div.downloadRow{
	padding:10px 10px 10px 5px;
}
div.downloadRow div.icon{
	float:left;
	width:70px;
	text-align:center;
}
div.downloadRow div.link{
	float:right;
	padding-top:2px;
	color:#754C28;
}
div.downloadRow div.link a{
	color:#003399;
	text-decoration:none;
	font-weight:normal;
}
div.downloadRow div.link a:visited{
	color:#6B5B9A;
}

div.downloadRow div.link a:hover{
	text-decoration:underline;
	font-weight:normal;
}

div.downloadRow div.desc{
	display:block;
	margin-left:70px;
	/*  */
		line-height:1.3em;
}
div.downloadRow div.desc div{
	margin-top:3px;
}
div.downloadRow div.desc div.leftLable{
	float:left;
	width:115px;
	padding-left:20px;
	border:none;
	margin:0px;
	padding:0px;
}


div.contenttable div.row_nomargin {
	padding-left: 10px; padding-right:10px; padding-top: 7px; padding-bottom: 10px;
	color:#333333;
}

div.contenttable div.tNc {
	margin:0px;
	padding:0px;
	padding: 	10px;
	/*height:100px;
	overflow-y:scroll;*/
}
div.contenttable div.tNc textarea{
	width:99.9%;
	height:100px;
	border:none;
	display:table-cell;
}

div.contenttable div.blankrow {
	padding-left: 0px; padding-right:0px; padding-top: 0px; padding-bottom: 10px;

}

div.contenttable div.row#nomargin {
	/* padding-bottom: 0px; */
}

div.rowHeader{
	margin:0px;
	padding:15px 10px 25px 20px;
	padding: 5px 10px 10px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media only screen and (max-width: 751px) {
		div.rowHeader{
			padding: 5px 10px 10px 10px;
		}
		.gov_logo_en{
				max-width: 	95%;
		}
}

div.rowHeader div.gov_logo{
	position:absolute;

}

div.rowHeader div.text{
	position:relative;
}


div.leftchoice {
	margin:0px;
	padding:0px;
	float:left; padding-right:10px;
	position:relative;
}
div.leftchoice input{
	border:none;
}
div.leftchoice .checkbox{
}

div.choice2{
	display:block;
	margin-left:170px;
}
div.choice2 div.leftchoice{
	margin:0px;
	padding:0px;
	float:left; padding-right:10px;
	position:relative;
	top:1px;
}


div.leftchoice2 {
	float:left;
	padding-left:30px;
}

div.rightlabel {
	padding-top:1px;
}

div.rowseperator {
	padding-left: 10px; padding-right:10px; padding-top: 0px; padding-bottom: 0px;
}

.redText {
    color: #cd0100 !important;
}

span.alert {
	color: #cd0100;
}

span.note{
	color: #CC0000;
}

span.steppage {
	color: #666666;
}

span.stepcurr {
	color: #000000;
	font-weight: bold;
}

div.seperator {
	height:1px;
	border-bottom:1px solid #BFBFBF;
	overflow:hidden;
}

img.title {
	border: 1px solid #e8e3cd;
}
ul.note{
	color: #CC0000;
	margin-left:30px;
	list-style:decimal;
}
li.error * {
	color: #CC0000;
}
ol.note {
	color: #CC0000;
	margin-left:25px;
	list-style:decimal;
}
a.url * {
	color: blue;
}

ol.alpha {
	counter-reset: alpha;
}
ol.alpha li {
	list-style: none;
	position: relative;
}
ol.alpha > li:before {
	counter-increment: alpha;
	content:" ("counter(alpha, lower-alpha)") ";	
}

ol.roman {
	list-style-type: none;
	counter-reset: roman;
	margin: 0;
	padding: 0;
}
ol.roman > li {
	display: table;
	counter-increment: roman;
	margin-bottom: 0.6em;
}
ol.roman > li:before {
	content: "("counter(roman, lower-roman)")";
	display: table-cell;
	width: 30px;
}
li ol.roman > li {
	margin: 0;
}
li ol.roman > li:before {
	content: counters(roman, ".") " ";
}
div.summary-section {
	counter-reset: summary;
	margin: 0;
	padding: 0;
}
div.summary-section div.summary-subsection div.summary-subtitle {
 padding-bottom: 1px;
}
input.text {
	width: 150px;
}

sup.note {
	color: #CC0000;
}

div.errorlayer {
	border:1px solid #CC0000;
	padding-top:7px; margin-bottom:28px; padding-left:0px;
	background-color:#f2f2f2;
}

div.errorlogo {
	float:left;
	padding-left:10px;
	padding-right:2px;
	top:5px;
}

div.errortitle {
	padding-left: 10px; font-weight: bold;
	color:#CC0000;
	line-height: 19px;
}

div.errormsg {
	padding-left:27px; color:red;
	padding-bottom: 10px;
	color:#CC0000;
}
div.errormsg ul{
	margin-left:10px;
}
div.errormsg ul li{
	margin-bottom:5px;
}
div.errormsg ul li span.code{
	color:#CC0000;   /*  */
	padding-left:20px;
}

div.btn_next {
	float:right;
	width:70px; height:39px;
	background-image: url('../images/bg_nav.jpg');
	/* vertical-align:center; text-align:center; */
    vertical-align:middle; text-align:center;
	font-weight: bold;
	color:white;
	cursor:pointer;
}

div.btn_clear {
	float:right;
	width:70px;
	height:38px;
	background-color: #f2f2f2;
	/* vertical-align:center; text-align:center; */
    vertical-align:middle; text-align:center;
	font-weight: bold;
	border:1px solid white;
	border-left: #e8e3cd solid 1px;
	cursor:pointer;
}



div.btnlabel {
	padding-top:11px;
}


/* 20160920 Brian Custom - start */
@media only screen and (max-width: 750px){
    div.indentText {
        margin-left: 20px; 
        margin: 0px 10px; 
    }
}

@media only screen and (max-width: 750px) {
	div.footerlinks {
		padding-top:0px;
	}
}
@media only screen and (min-width: 751px) {
	div.footerlinks {
		padding-top:23px;
	}
}
/* 20160920 Brian Custom - end */

div.col_certtype {
	float:left; width:121px; height: 100px; /* */
/*	top:-4px;       */
/*	#top:-3px;      */
	position:relative;
}

div.col_idtype {
	float:left; width:121px; height: 50px; /* */
/*	top:-4px;       */
/*	#top:-3px;      */
	position:relative;
}
@media only screen and (max-width: 750px) {
div.indentText {
    /*margin-left:20px; */
    /*margin:0px 10px;*/
}
div.navlayer {
	/*text-align:left; position:relative; left:0;right:0;*/
	text-align:left;
	position:relative;
	left:13px;
	line-height:normal;
	}
}
@media only screen and (min-width: 751px) {
div.indentText {
    margin-left:20px;
}
}

div .remark{
  color: #666666;
  font-size: 0.85em;
  padding-top: 10px;
}
div .remark.step{
  padding-bottom: 10px;
  padding-left: 0.5em;
}


div.residentiallayer {
	padding-left:32px; padding-top:0px;
	padding-bottom: 0px;
}

div.residentiallayer div.addloc {
	float:left;
}

div.residentiallayer div.local_input {
	float:left; padding-left: 10px;
}

div.residentiallayer div.local {
	float:left;
}

div.residentiallayer div.overseas_input {
	float:left; padding-left: 10px;
}

div.residentiallayer div.overseas {
	padding-top: 1px;
}

div.portaladdlayer {
	padding-left:30px; padding-top:0px;
}

div.portallayer {
	padding-left:33px; padding-top:0px;
	padding-bottom: 0px;
}

div.portallayer div.addloc {
	float:left;
	color:#333333;
}

div.portallayer div.local_input {
	float:left; padding-left: 10px;
}

div.portallayer div.local {
	float:left;
}

div.portallayer div.overseas_input {
	float:left; padding-left: 10px;
}

div.portallayer div.overseas {
	float:left;
}

div.portallayer div.pobox_input {
	float:left; padding-left: 10px;
}

div.portallayer div.pobox {

}

div.certtypelayer {

}

div.certtypelayer div.rightlabel2 {
	float:left;
	width:110px;
	border:none;
}

div.filename_label {
	float:left; width:133px; /* */
	text-align:left;
	padding-left:10px;
    top:-5px;
}

div.filename_input {
}

div.passphase_label {
	float:left; width:150px;
	text-align:right;
	padding-right:15px;
	position:relative;
	top:-5px;
}

div.passphase_input {
}

div.contenttable_button {
	border: 1px #CCCCCC solid;
	height:39px;
	margin-right: 0;
}
@media only screen and (max-width: 1170px) {
    div.contenttable_button {
        border: none;
    }
}
/* 20160920 Brian Custom - start */
@media only screen and (max-width: 1170px) {
	div.contenttable_button {
	    border: none;
	    width: 100%;
	}
}
div.contenttable_button div.tNc{
	padding:10px 0px 0px 10px;
	font-size:0.83em;
}
div.contenttable_button div.tNc p.text{

}

div.btnbar {
	float:right;

}

/* 20160920 Brian Custom - start */
@media only screen and (max-width: 1170px) {
	div.contenttable_button {
		height: auto;/*comment by kenneht */
	}
	div.btnbar {
		width: 100%;
	}
}
div.steplayer {
	float:right;
	/* add by kenneth */
	margin-bottom: 10px;
	margin-right:10px;
}

input.continueBtn{
	font-size:1em;
	background-color:#008000;
	/*border:none;*/
	border: 1px solid #008000;
	cursor:pointer;
	/*width:90px; height:39px;*/
	font-weight: bold;
	color:#FFFFFF;
	padding:3px 0px 0px 0px;

}
input.continueBtn:hover{
	background-color: #FFFFFF;
	color: #008000;
	border: 1px solid #008000;
	transition: 0.5s;
}
input.continueBtn_hov{
	font-size:1em;
	background-color: white;
	border:none;
	cursor:pointer;
	/*width:90px; height:39px;*/
	/*width:50%;*/
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;

}
input.submitBtn{
	font-size:1em;
	background-color:#008000;
	border:none;
	cursor:pointer;
	/*width:70px; height:39px;*/
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 0px 0px 0px;

}
input.submitBtn:hover{
	background-color: #FFFFFF;
	color: #008000;
	border: 1px solid #008000;
	transition: 0.5s;
}
input.submitBtn_hov{
	font-size:1em;
	background-color: #008000;
	border:none;
	cursor:pointer;
	/*width:70px; height:39px;*/
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 0px 0px 0px;

}

input.resetBtn{
	font-size:1em;
	background-color:#F2F2F2;
	border:none;
	cursor:pointer;
	/*width:70px; height:39px;*/
	font-weight: bold;
	color: #4D4D4D;
	padding:3px 0px 0px 0px;
}
input.resetBtn_hov{
	font-size:1em;
	background-color:#D9D9D9;
	border:none;
	cursor:pointer;
	/*width:70px; height:39px;*/
	/*width:50%; */
	font-weight: bold;
	color: #4D4D4D;
	padding:3px 0px 0px 0px;
}

input.backBtn:hover{
		font-size:1em;
	background-color:#D9D9D9;
	border:none;
	cursor:pointer;
	/*width:50%;*/ height:39px;
	font-weight: bold;
	color: #4D4D4D;
	/*padding:3px 0px 0px 0px;*/
}

@media only screen and (min-width: 1171px) {
        input.otherPaymentBtn,
        input.otherPaymentBtn_hov {
                padding: 0 10px;
        }
}
input.otherPaymentBtn {
    font-size: 1em;
    background-color: #F2F2F2;
    border: none;
    cursor: pointer;
    width: auto;
    height: 39px;
    font-weight: bold;
    color: #4D4D4D;
}
input.otherPaymentBtn_hov {
   font-size:1em;
    background-color:#D9D9D9;
    border:none;
    cursor:pointer;
    width:auto; height:39px;
    /*width:50%; */
    font-weight: bold;
    color: #4D4D4D;
    /*padding:3px 0px 0px 0px;*/
}


/* 20160920 Brian Custom - start */

input.saveBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	/*width:68px; height:39px;*/
	font-weight:bold;
	color: #ffffff;
	padding:3px 0px 0px 0px;
}

input.submitBtn:hover{
	background-color: #E17F27
}
input.saveBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	/*width:68px;*/
	height:39px;
	font-weight: bold;
	color: #ffffff;
	padding:3px 0px 0px 0px;
}

input.printBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	/*width:70px;*/
	height:39px;
	font-weight: bold;
	border:none;
	border:1px solid #A74128;
	color:white;
	padding:3px 0px 0px 0px;
}
input.printBtn:hover{
	background-color: #E17F27
}
input.printBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	/*width:70px;*/
	height:39px;
	border:none;
	border:1px solid #E17F27;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}

/* */

input.printSaveBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	/*width:90px;*/
	width:110px;
	 height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}
input.printSaveBtn:hover{
	background-color: #E17F27
}
input.printSaveBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	/*width:90px;*/
	width:110px;
	height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	    /*margin: 0.1em 0;*/
}

input.submitNextBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:250px; height:39px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 0px 0px 0px;

}
input.submitNextBtn:hover{
	background-color: #E17F27
}
input.submitNextBtn_hov{
	font-size:1em;
	background-color: #E17F27;
	border:none;
	cursor:pointer;
	width:250px; height:39px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 0px 0px 0px;

}

input.selectMemberBtn{
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #666666;
   width:30px;
   height:30px;
   margin:0px 0px 3px 0px;
}
input.selectMemberBtn:hover{
	background-color: #E17F27
}
input.selectMemberBtn_hov{
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #FF6600; BORDER-RIGHT-WIDTH: 0px;
   width:30px;
   height:30px;
   margin:0px 0px 3px 0px;
}

input.orderMemberBtn{
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #666666;
   width:30px; height:35px;
   margin:3px 0px 0px 3px;

}
input.orderMemberBtn_hov{
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #FF6600; BORDER-RIGHT-WIDTH: 0px;
   width:30px; height:35px;
   margin:3px 0px 0px 3px;
}
input.resetBtn_hov, input.resetBtn, input.continueBtn_hov, input.continueBtn, input.submitBtn_hov,
	input.submitBtn, input.printSaveBtn, input.printSaveBtn_hov, input.printBtn_hov, input.printBtn, input.resetBtn_hov,
    input.otherPaymentBtn, input.otherPaymentBtn_hov{
		height:38px;
	}
input.resetBtn_hov, input.resetBtn, input.continueBtn_hov, input.continueBtn, input.submitBtn_hov, input.submitBtn, input.printSaveBtn, input.printSaveBtn_hov, input.printBtn_hov, input.printBtn {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 1170px) {
	input.resetBtn_hov, input.resetBtn, input.continueBtn_hov, input.continueBtn, input.submitBtn_hov,
	input.submitBtn, input.printSaveBtn, input.printSaveBtn_hov, input.printBtn_hov, input.printBtn, input.resetBtn_hov,
    input.otherPaymentBtn, input.otherPaymentBtn_hov{
		/*width: 50%;*/
		width: 100%;
		float: left;
    white-space: normal;
    margin: 0.1em 0;
	}
}

@media only screen and (max-width: 1170px) {
	#accounts INPUT.btn,
	#accounts INPUT.btn_hov{
		border: 2px solid;
    	border-radius: 25px;
		border-radius: 10px;
        padding: 0.5em 2.5em;
        padding: 0.5em 1em;
	}
}

@media only screen and (max-width: 1170px) {
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    margin: 0;
  }

    /* Attach/Detach Individual Tenement Account (153) - start */
    #members .membersRow td{
        /*text-align: left;*/
    }
    #members .membersRowTitle{
        font-weight: bold;
    }

    #members .membersRow td:first-child, #members .membersRow td:nth-child(2) {
        padding-top:0.5em;
    }
    #members .membersRow td:first-child {
        padding-left:0.5em;
    }
    #members .membersRow td:last-child {
        padding-bottom:0.5em;
    }
    #members .membersRow > td{
        /*padding: 0.2em 0.2em;*/
    }
    #seqTable t>.tooltip {
        position: static;
        background-color: rgba(255, 255, 255, 0.1);
        color: #000000;
        font-size: 1em;
        padding: 0;
    }
    /* Attach/Detach Individual Tenement Account (153) - end */
}
#accounts .txt_acctNo{
            white-space: normal;
            padding: 10px 0;
}
@media only screen and (max-width: 750px) {
        #members .membersRow{
        border: 1px solid #ccc;
        padding: 0.01em 16px;
        border-radius: 16px!important;
    }
        /* Attach/Detach Individual Tenement Account (153) - start */
    #members .membersRow td{
        text-align: left;
    }
    /* Attach/Detach Individual Tenement Account (153) - end */
    /*@media only screen and (max-width: 1170px) {*/
    /* My Bills accounts table (101) - start */
    #accounts .accountsRow td{
        text-align: left;padding-left:0.5em;
    }
    #accounts .accountsRowTitle{
        font-weight: bold;
        clear:  both;
    }
    #accounts .accountsRow{
        border: 1px solid #ccc;
        padding: 0.01em 16px;
        border-radius: 16px!important;
    }
    #accounts .accountsRow td:first-child, #accounts .accountsRow td:nth-child(2) {
        padding-top:0.2em;
    }
    /*#accounts .accountsRow td:first-child*/
    #accounts .accountsRow {
        padding-left:0.5em;
    }
    #accounts .accountsRow td:last-child {
        padding-bottom:0.5em;
    }
    #accounts .accountsRow > td{
        padding: 0.2em 0 0.2em 0.5em;
            /*display: inline-table;*/
    }

    /* My Bills accounts table (101) - end */

}
/* page 142, 156, 101 end */
/* 20160920 Brian Custom - end */

INPUT.btn {
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #666666;
   background-color: #828080;
}

INPUT.btn_hov {
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #FF6600; BORDER-RIGHT-WIDTH: 0px;
}

INPUT.btn2 {
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #666666;
}

INPUT.btn2_hov {
   BORDER-WIDTH: 0px;
   FONT-SIZE: 15px; FONT-WEIGHT:bold; TEXT-ALIGN: center;
   COLOR: #FFFFFF;
   BACKGROUND-COLOR: #FF6600; BORDER-RIGHT-WIDTH: 0px;
}
/* Buttons - 20170223 - Start */


input.resetBtn,input.backBtn,input.resetBtn:hover,input.backBtn:hover {
	border: 1px #CCCCCC solid;
}


input.resetBtn, input.continueBtn,input.backBtn,input.resetBtn:hover, input.continueBtn:hover,input.backBtn:hover {
	height: auto;
	min-height: 38px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 1170px){
	.btnbar.btnbar-2 input,.btnbar.btnbar-2 button,.btnbar.btnbar-2 a{
		width: 50%;
	}
	.btnbar.btnbar-3 input,.btnbar.btnbar-3 button,.btnbar.btnbar-3 a{
		width: 33.3333%;
	}
	.btnbar.btnbar-4 input,.btnbar.btnbar-4 button,.btnbar.btnbar-4 a{
		width: 25%;
	}
	.btnbar.btnbar-5 input,.btnbar.btnbar-5 button,.btnbar.btnbar-5 a{
		width: 20%;
	}
	input.resetBtn, input.continueBtn,input.backBtn,input.resetBtn:hover, input.continueBtn:hover,input.backBtn:hover {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Buttons - 20170223 -  End  */
/* */

div.centerContainer{
	display:block;
	border:none;
}
div.id_39_leftLabel{
	float:left;
	width:50%;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	text-align:right;
}

div.id_39_rightLabel{
	font-weight:bold;
	padding:3px 0px 0px 0px;
	text-align:left;
	display:inline-block;
}

div.id_39_rightLabel2{
	font-weight:bold;
	display:block;
	padding:3px 0px 0px 0px;
}
div.locationMapLink{
	float:right;
}
div.locationMapLink a{
	color:#003399;
	text-decoration:none;
	font-weight:normal;
}

div.locationMapLink a:hover{
	text-decoration:underline;
}
div.locationMapLink a:visited{
	color:#6B5B9A;
}

div.id_29_smartmenu{
	text-align:center;
}

div.id_29_smartmenu{
	text-align:center;
}
div.id_29_smartmenu img{
	width:90%;
}

ul.id_29_choose_1{
	list-style:none;
}
ul.id_29_choose_1 li{
	float:left;
	color:#000000;
	width:20%;
	text-align:center;
}
div.end_survey_icon{
	position:absolute;
	padding:7px 0px 0px 10px;
}
div.remark2{
	color:#666666;
	font-size:0.85em;
}
div.bureauxContainer{
	padding-left:70px;
}
div.bureaux{
	font-weight:bold;
	font-size:1em;
	color:#000000;
    display:block;
    padding-top:6px;
}
div.bureaux_desc{
	font-weight:normal;
	font-size:0.87em;
	color:#000000;
	display:block;
}
div.min38{
	height:38px;
	min-height:38px;
}

.indentLocal {
    margin-left:5px;
}
.indentOversea {
    margin-left:30px;
}
/* 20160920 Brian Custom - start */
@media only screen and (max-width: 750px) {
	.indentLocal {
	    margin-left:0px;
	}
	.indentOversea {
	    margin-left:0px;
	}
}
div.pageDesc1{
   margin-bottom:10px;
}
div.pageDesc2{
   margin-left:20px;
   margin-bottom:10px;
}
div.pageDesc3{
   margin-left:10px;
   margin-bottom:10px;
}
div.pageDesc4{
   margin-left:20px;
   margin-bottom:20px;
}
div.pageDesc5{
   margin-bottom:5px;
}
.yourRefWidth{
   width:350px;
}
#createInput input.yourRefWidth{
    width:98%;
}
#createInput .tooltip {
    position:static;
    background-color: rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 1em;

}
div.attachAccount_button{
   margin:10px 0px 10px 20px;
}
div.floatBlock{
   margin:10px 5px;
   display:block;
   overflow:auto;
}
div.floatLeft{
   margin-left:5px;
   float:left;
}
div.floatLeftButton{
   margin-left:5px;
   margin-top:50px;
   float:left;
}
div.floatLeftTitle{
   font-weight:bold;
}
div.floatLeftContent{
   margin-top:5px;
}
.memberMultipleSelect{
   width:300px;
   height:200px;
   font-size:13px;
}
.refLabel{
   font-weight:bold;
   /*padding-left:5px;*/
}
div.step_hd span.step_no{
	color:#FFFFFF;
}
div.step_hd span.step_info{
	color:#4d4d4d;
	font-weight:bold;
	margin:10px;
    margin:9px;/* bug fix */
    min-height: 17px;/* bug fix */
	float:left;
}
div.step_hd span.step_remark{
	color:#666666;
	padding-left:5px;
	font-size:0.85em;
	/*margin:10px;*/
	margin: 10px 10px 0px;
	float:left;
}
div.step_hd .step_no{
	background-image: url('../images/title_step.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	height:35px;
	float:left;
}
div.step_hd .step_no span{
	color:#FFFFFF;
	margin:9.5px 20px 0px 10px;
	float:left;
}
table#paymentHistorys{
	border-bottom:1px solid #000;
}
table#paymentHistorys td{
	border:none;
}
table#paymentHistorys .diffAcNo td{
	border-top:1px solid #000;
}
table.cons_acc_tb td{
	vertical-align:text-top;
	padding:5px;
	padding:7px;
}
.memAccBorder{
	/*border-bottom: 1px solid #000;*/
}
.memAccWidth{
	width:200px;
}
input#memberName1, input#attachYourRef, .memNameWidth, .memRefWidth, .detach_ref{
	width:100%
}
@media screen and (min-width: 751px){
	input#memberName1, input#attachYourRef, .memNameWidth, .memRefWidth, .detach_ref{
	width:300px;
}
}
.memOptWidth{
	width:100px;
}
img.dnFile{
	margin: 0px 5px;
}




/*@media screen and (min-width: 751px)*/
.row .row {
    margin-left: 0;
    margin-right: -0.9375rem;
}
.row .row {
    margin-left: 0;
	margin-right: 0;
}

 .off-canvas{
  max-height: 100%;
}
.title-bar-left {
    /*float: none;
    text-align: center;*/
}

.off-canvas-content, .off-canvas-content {
    text-align: center;
    background: transparent;
    box-shadow: none;
}
.menu-icon-custom{
  vertical-align: middle;
  /*padding: 12;*/
  padding-left: 5px;/*for nav menu */
}

/* general setting - end */

/* pagination - start */
#pagin {
    clear: both;
    padding:0;
    width:250px;
    margin:0 auto;
}
#pagin li {
    float:left;
    margin-right:10px;
    list-style: none;
}
#pagin li a {
    display:block;
    color:#717171;
    font:bold 11px;
    text-shadow:0px 1px white;
    padding:5px 8px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    background:#f9f9f9;
    background:-webkit-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-moz-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-o-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-ms-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#e8e8e8',GradientType=0 );
}
#pagin li a.current {
    color:white;
    text-shadow:0px 1px #3f789f;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    background:#7cb9e5;
    background:-webkit-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-moz-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-o-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-ms-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5',endColorstr='#57a1d8',GradientType=0 );
}
#pagin li a:hover {
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    background:#fff;
    background:-webkit-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-moz-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-o-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-ms-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:linear-gradient(top,#fff 0%,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#e8e8e8',GradientType=0 );
}
#pagin li a:active,#pagin li a.current:active {
    -webkit-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
}
#pagin li a.current:hover {
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    background:#99cefc;
    background:-webkit-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-moz-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-o-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-ms-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc',endColorstr='#57a1d8',GradientType=0 );
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
/* pagination - end */

/* nav step - start */
div.navlayer {
	text-align:left;
	position:relative;
	left:13px;
}
@media only screen and (max-width: 1170px) {
	div.navlayer {
		text-align:left; position:relative;
		left:0px;right:0px;
	}
}
#currentNav,
.navstep_dropdown{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    color: #4D4D4D;
    color: #FFF;
    background: #707070;
    cursor: pointer;
/*    left: 5px;
    right: 5px;*/
    /*margin-right: 1em;*/
    position: relative;

}
/*
#currentNav.active,
.navstep_dropdown.active{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 11;
}
#currentNav .navstep_item_sub_content,
.navstep_dropdown .navstep_item_sub_content{
	color: #FFF;
}
#currentNav div.navstep_item_content,
.navstep_dropdown div.navstep_item_content {
    color:  white;
}
.navstep_dropdown div.navstep_item_content span{
    color:  white;
}
*/

@media only screen and (max-width: 1171px) {
	#currentNav:after,
	.navstep_dropdown:after {
		content: "";
		width: 15px;
		height: 15px;
		background-size: 100% 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 25px;
		background: transparent url(../images/common_icons/white/icon_arrow_down_white.png) no-repeat center center;
		background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_down_white.svg) no-repeat center center;
	}

	#currentNav.active:after,
	.navstep_dropdown.active:after {
  		background: transparent url(../images/common_icons/white/icon_arrow_up_white.png) no-repeat center center;
  		background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_up_white.svg) no-repeat center center;
 	}

	#currentNav div.navstep_item_sub_content,
 	.navstep_dropdown div.navstep_item_sub_content{
 		font-size: 1em;
 	}
}

div.navstep {
	/*width: 133px;*//* 20160920 Brian Custom */
	margin-right: 1em;/* 20160920 Brian Custom */
	/*border:1px solid #cccccc;*/
	margin-bottom: 12px;
	display:block;
	overflow:hidden;
	color:#4D4D4D;
	line-height:1.05em;
}

div.navlink {
	/*width:135px;*//* 20160920 Brian Custom */
	margin-right: 1em;/* 20160920 Brian Custom */
	margin-bottom: 12px;
}

.navlink_item{
	margin-bottom:5px;
}
.navlink_item a { /* adding 'a' applies the style to the link, rather than the div */
	display: block; /* add this */
	background-color: #f5f5f5;
	color:#0071c0;
	padding: 3px;
	font-weight:bold;
	padding-left: 10px; padding-right: 7px; padding-top: 7px; padding-bottom: 7px;
	text-decoration: none;
	/*background-image:url('../images/arrow.jpg');*/
	background-repeat:no-repeat;
	/*background-position:115px 10px;*//* 20160920 Brian Custom - start */
	background-position:90% 10px;
	/* 20160920 Brian Custom - end */
	border:1px solid #E8E3CD;
}
/* 20160920 Brian Custom - start */
.navlink_item .break2{
	display:inline;
}
@media only screen and (max-width: 1170px) {
	.navlink{
		font-weight: bold;
	}
	.navlink:first-child{
		border: 1px;
	}
}
/* 20160920 Brian Custom - end */
.navlink_item a:hover { /* adding 'a' applies the style to the link, rather than the div */
	background-color: #5a802e;
	background-image:url('../images/arrow2.jpg');
	background-repeat:no-repeat; background-position:115px 10px;
	border:1px solid #E8E3CD;
}

.navlink_item_2line{
	margin-bottom:5px;
}
.navlink_item_2line a { /* adding 'a' applies the style to the link, rather than the div */
	display: block; /* add this */
	background-color: #e8e3cd;
	width: 220;
	color: #1A1A1A;
	padding: 3px;
	font-weight:bold;
	padding-left: 10px; padding-right: 7px; padding-top: 7px; padding-bottom: 7px;
	text-decoration: none;
	background-image:url('../images/arrow.jpg');
	background-repeat:no-repeat; background-position:115px 18px;
	border:1px solid #E8E3CD;
}
.navlink_item_2line a:hover { /* adding 'a' applies the style to the link, rather than the div */
	background-color:#d2cdb9;
	background-image:url('../images/arrow2.jpg');
	background-repeat:no-repeat; background-position:115px 18px;
	border:1px solid #E8E3CD;
}

@media (min-width: 751px) {
    div.formatted-number {
        display: flex !important;
        align-items: center !important;
    }
}

div.navlink_item2 {
	padding-left: 10px; padding-right: 7px; padding-top: 7px; padding-bottom: 7px;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	text-align: left;
	color: #1a1a1a;
	border:1px solid #ffffff;
}
div.navlink_item2 div.title{
	font-weight:bold;
	margin-bottom:5px;
	color:#0071c0;
}
div.navlink_item2 a {
	color: #754c28;
	font-weight:bold;
	margin-bottom:5px;
}
div.navlink_item2 img{

}

div.navstep_item {
	padding-top:7px;
	padding-bottom:10px;
	padding-left:4px;
        padding-right:4px;
	text-align: left;
	color:#ffffff;
	background:#FFD85D;
	border-bottom: 2px solid #d4d4d4;
}
@media only screen and (max-width: 1170px) {
	div.navstep_item {
    border-bottom: 1px solid #d4d4d4;
   }
  #leftNavLayer > .navstep > .navstep_item{
  	/*display: none;*/
  }
  /*#leftNavLayer > .navstep > .navstep_item:hover{*/
  #leftNavLayer > .navstep > a.menu:hover > .navstep_item{
  	background: 	#dededb;
  	color: 	black;
  }
  #leftNavLayer > .navstep > .navstep_item:hover .navstep_item_sub_content{
  	color: 	black;
  }
  #leftNavLayer > .navstep .activeStep{
  	background: #cc4c02;
  }
  #leftNavLayer > .navstep .activeStep  .navstep_item_sub_content{
  	color: white;
  }
}
div.navstep_item div{
/*	margin-right:10px;                */
}
div.navstep_item#sel {
	background: #fff;
	border-left: 5px solid #F4A434;
	border-bottom: 0px;
}
div.navstep_item#sel div.navstep_item_content,div.navstep_item#sel div.info, div.navstep_item#sel div.navstep_item_sub_content {
	color: #353535 !important;	
}
a.menu div.navstep_item div.info{
	color:blue;
	text-decoration: underline;
}

a.menu:hover div.navstep_item div.info{
	color:#823306;
}
@media only screen and (max-width: 1170px) {
	div.navstep_item#sel {
		background-image: none;
		color: black;
	}
	div.navstep_item#sel div {
		color:black;
	}
	div.navstep {
		margin-right: 0;
		    /*position: absolute;*/
    	width: 100%;
    	border:1px #666 solid;
	}
}
div.navstep_item_content#sel {
    color:#FFFFFF;
    font-size:0.9em;    
}

div.navstep_item_content {
    color:#333;
    font-size:0.9em;  
    padding-left:10px; /*  */
}

div.navstep_item_sub_content#sel {
    color:#FFFFFF;
    font-size:0.8em;    
}

div.navstep_item_sub_content {
    color:#333333;
    font-size:0.8em;  
    padding-left:10px; /*  */
}
/* nav step - end */

.mainframe .mainpage .row .content,
table th{
    /*font-size:  */
}
.mainframe .mainpage .row .updateFontSize_large{
    font-size:  1.05em;
}
.mainframe .mainpage .row .updateFontSize_xLarge{
    font-size:  1.1em;
}
a {
    color: #4f5254;
}
a:active, a:hover{
color: #FFF;
}
.off-canvas {
    max-height: 100%;
}
.title-bar-left {
    /*float: none;
    text-align: center;*/
    width: 60%;
    height: 1.6em;
}
.title-bar-left .logo img {
    /* myGov mobile nav - start */
    max-width: 13em;/*important*/
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.5rem;
    /* myGov mobile nav - end */
}
.title-bar {
    height: 2.5rem;
    padding: 0;
}

.off-canvas-content,
.off-canvas-content {
    text-align: center;
    background: transparent;
    box-shadow: none;
    min-height: auto;
}
.menu-icon-custom {
    vertical-align: middle;
    /*padding: 12;*/
    padding-left: 5px;
    /*for nav menu */
}
#offCanvasRight .unselectable {
    font-weight: bold;
    color: black;
    text-indent: 0.5em;
}
/*------------------------------------------*/

.close-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent url("../images/close-btn.svg") left center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
    background-image: url("images/close-btn.png");
}
.close-btn:focus,
.close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.nav-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent url("../images/nav-icon.svg") left center no-repeat;
    background-size: 1.875em 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.98;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
    background-image: url("../images/nav-icon.png");
}
.nav-btn:hover,
.nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
#outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#inner-wrap {
    position: relative;
    width: 100%;
}
#nav {
    z-index: 200;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
}
#nav .close-btn {
    display: none;
}
#nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav .block {
    z-index: 2;
    position: relative;
    padding: 0.75em 1.25em;
    background: #333333;
}
#nav ul {
    *zoom: 1;
    display: block;
}
#nav ul:before,
#nav ul:after {
    content: "";
    display: table;
}
#nav ul:after {
    clear: both;
}
#nav li {
    display: block;
}
#nav li a {
    display: block;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.28571em;
    font-weight: bold;
    outline: none;
}
#nav li a:focus,
#nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
    color: #fff;
}
/* second level */

#nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    position: static;
}
#nav li:hover ul {
    display: block;
}
#top {
    z-index: 100;
    position: relative;
    color: #fff;
    background: #333333;
}
#top .block-title {
    margin: 0;
    font-size: 1.875em;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap;
}
#top .nav-btn {
    position: absolute;
    top: 1.5em;
    left: 1.875em;
}
#main {
    background: #fff;
}
#main .block {
    padding: 2.625em 1.875em;
}
footer[role="contentinfo"] {
    background: #ddd;
}
@media screen and (min-width: 45.0625em) {
    #top .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav .close-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav .block-title {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #nav ul {
        text-align: center;
        white-space: nowrap;
    }
    #nav li {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li:last-child {
        border-right: none;
    }
    #nav li a {
        padding: 0.42857em 0.85714em;
    }
}
@media screen and (max-width: 45em) {
    #nav {
        position: absolute;
        top: 0;
        padding-top: 5.25em;
    }
    #nav:not(:target) {
        z-index: 1;
        height: 0;
    }
    #nav:target .close-btn {
        display: block;
    }
    #nav .close-btn {
        position: absolute;
        top: -3.75em;
        left: 1.875em;
    }
    #nav .block {
        position: relative;
        padding: 0;
    }
    #nav li {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #nav li.is-active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -0.03125em;
        margin-top: -0.625em;
        border-top: 0.625em transparent solid;
        border-bottom: 0.625em transparent solid;
        border-right: 0.625em white solid;
    }
    #nav li a {
        padding: 0.85714em 2.14286em;
    }
    .js-ready #nav {
        height: 100%;
        width: 70%;
        background: #333333;
        -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    }
    .js-ready #nav .block {
        background: transparent;
    }
    .js-ready #nav .close-btn {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.9;
    }
    .js-ready #nav .close-btn:focus,
    .js-ready #nav .close-btn:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
    .js-ready #nav {
        left: -70%;
    }
    .js-ready #inner-wrap {
        left: 0;
    }
    .js-nav #inner-wrap {
        left: 70%;
    }
    .csstransforms3d.csstransitions.js-ready #nav {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions.js-ready #inner-wrap {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d.csstransitions.js-nav #inner-wrap {
        -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    }
    .csstransforms3d.csstransitions.js-ready #nav .block {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
        -webkit-transition-delay: ease, 0s;
        -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
        -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
        transition: opacity 300ms 100ms ease, transform 500ms ease;
        -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }
    .csstransforms3d.csstransitions.js-nav #nav .block {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*--------------------------------------------------------------------*/

.row .indentText table {
    margin-bottom: 0;
}

[type='file'], [type='checkbox'], [type='radio'] {
    /* margin: 0 0 1rem; */
    margin-bottom: 0.25rem;
}

.cell .tooltip {
    position: static;
    background-color: rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 1em;
    padding: 0;
}
.cell .tooltip:before {
	border: 0;
}
@media only screen and (max-width: 1170px) {
	.disableDropDownMenu div.navstep {
		border: none;
		}
}
.contactInfo_input {
    width: 100%;
}
#mobileTopBar {
    width: 100%;
    /*position: fixed;*/
    /* z-index: 1000;*/
    background-color: #FFF;
    overflow: visible;
    top: 0;
    box-shadow: 0px 3px 5px rgba(125, 125, 125, 0.2);
}
.lang1,
.resizer,
.exit,
.text_resizer {
    float: left;
}
div.lang1 {
    float: left;
    /* myGov mobile */
    /*margin-top: 4%;
  margin-right: 0.5em;*/
    /* myGov mobile */
}
.resizer {
    margin: 0px 2px;
    text-decoration:none;
    font-family:"Century Gothic", Arial;
}
.text_resizer {
    margin: 0px 2px;
    text-decoration:none;
    font-family:"Century Gothic", Arial;
}
@media only screen and (min-width: 751px){
    .text_resizer {
        padding: 8px;
    }
}
.text_resizer .textResizer_link{

}
.text_resizer .textResizer_link:before,
.text_resizer .textResizer_link:last-child:after  {
    right: 0;
    top: 3px;
    content: "| ";
}
.text_resizer .textResizer_link:hover{
    color: #823306;
    cursor: pointer;
}
.text_resizer .textResizer_link:hover:before,
.text_resizer .textResizer_link:hover:last-child:after  {
    color:  #4f5254;
}

.top-bar,
.top-bar ul {
    background-color: #FFF;
}
#header-bar {
	display: none;
}
@media only screen and (max-width: 1170px) {
	#header-bar {
	    min-width: 100%;
	    z-index: 99999;
	    display: inherit;
	}
}
#seqTable .tooltip {
    position: static;
    background-color: rgba(255, 255, 255, 0.1);
    color: #333333;
    font-size: 1em;
    padding: 0;
}
.contenttable .listtable .row{
    padding: 0;
    /*border-top: 1px solid black;*/
}
/*Added by Kent 2016.09*/
.listtable {
    /*width:650px;*/
    background-color: #F2F2F2;
    padding: 10px;
    margin: 0;
}

.page122 .listtable{
        padding: 0;
        background-color: transparent;
        border: 1px solid #ccc;
}

.page122 .listtable .row:nth-of-type(odd) {

    }

/*.page122 .listtable .row:nth-of-type(even) {
        background: #e6e6e6;
        background: #dad8d8;
    }*/
    .page122 .listtableHeader{
    background: #e8e3cd;
}


.listtable li {
    display: inline-table;

    /*width:150px;*/
    /*color:#8d002a;*/
    color: #000000;
    /*border-bottom:#FFFFFF solid 3px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    vertical-align: center;
}
.listtable .listtable_acNo{
margin-right: 22px;
width:145px;
}
ul.confirmationListTable{
    padding: 10px;
}
.noscroll {
    overflow: hidden;
    width: 650px;
    padding: 0;
    /*height: 925px;*/
    margin: auto;
    background-color: #F2F2F2;
}
.noscroll li {
    text-align: center;
    color: #A74128;
    font-size: 14px;
}
.selectedAccNo {
    width: 250px;
    background-color: #E8E3CD;
}
.selectAccLtPnl,
.selectAccRtPnl {
    /*display:inline-table;*/
}
.selectAccLtPnl {} .selectedAccList {
    list-style: none;
    padding: 10px;
    background-color: #F2F2F2;
    overflow: scroll;
    height: 360px;
}
.selectedAccList li {
    height: 35px;
    color: #000000;
    font-size: 12px;
}
.allacc,
.someacc,
.singleacc,
.subaccadd,
.allaccadd,
.singaccadd,
.remove {
    /*background-color:#A74128;*/
    float: right;
    color: #A74128;
    /*margin:2px;
    padding: 2px;*/
    font-size: 12px;
}
.subaccadd,
.allaccadd,
.singaccadd,
.remove {
    background-color: #4D4D4D;
    font-size: 12px;
    margin: 0px;
}
.allaccadd {
    background-color: #006400;
}
.singaccadd {
    background-color: #754C28;
}
.someacc {
    background-color: #006400;
}
.singleacc {
    background-color: #754C28;
}
.remove {
    background-color: #754C28;
    cursor: hand;
    cursor: pointer;
}
.overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}
#dialog,
#checkaccdia {
    position: fixed;
    background: #FFFFFF;
    left: 50%;
    top: 200px;
    width: 200px;
    height: 100px;
    z-index: 9999;
    margin-left: -100px;
    display: none;
}
#dialog div,
#checkaccdia div {
    padding: 10px;
}
#checkaccdia {
    width: 600px;
    height: 150px;
    margin-left: -300px;
    diaplay: none;
    padding: 10px;
}
.close {
    position: fixed;
    left: 50%;
    top: 200px;
    margin-left: 350px;
    display: none;
    z-index: 9999;
    background-image: url(../images/icon_close.jpg);
    width: 12px;
    height: 12px;
}
#AccSelection p {
    display: inline-table;
    width: 30%;
}
.navigate {
    /*width: 612px;*//*Diff*/
    margin: auto;
    text-align: center;
    padding: 10px;
}
input.navPrev {
    font-size: 1em;
    background-color: #F2F2F2;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 39px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 3px 0px 0px 0px;
}
input.navPrev:hover {
    font-size: 1em;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 39px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 3px 0px 0px 0px;
}
input.navNext {
    font-size: 1em;
    background-color: #A74128;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 39px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0px 0px 0px;
}
input.navNext:hover {
    font-size: 1em;
    background-color: #E17F27;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 39px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0px 0px 0px;
}
#pgin a {
    font-size: 1em;
    background-color: #A74128;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0px 0px 0px;
}
.allacc {
    float: none;
    display: inline;
    vertical-align: center;
}
.notinline {
    display: block;
}
.inline-table {
	display: inline-table;
}
#selectAll,
#unselectAll {
    display: inline;
    background-color: #E17F27;
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
}
#selectAll {
    background-color: #556B2F;
}
.printver {
    display: initial;
    background-color: FFFFFF;
}
.printver li {
    text-align: left;
}
.grid {
    border: 1px solid #A74128;
    /*width:105px;*/
    padding: 5px;
    height: auto;
}
.includeallmem {
    margin: 5px;
}
ul.listtable li.cb {
    /*width:10px;*/

    padding-left: 0px;
    height: 18px;
    padding-top: 0.6em;
}
.linebtm {
    border-bottom: 1px solid #000000;
}
ul.listtable li.accnoheader {
    /*width:600px;*/

    padding-left: 20px;
    font-weight: bold;
    /*border-bottom: 1px solid #000000;*/
}
ul.listtable li.accno {
    /*width:150px;*/

    padding-left: 20px;
}
ul.listtable li.sub-acct {
    /*width:450px;*/
    /*720.715.446.688*/
}
ul.listtable li.cb {
        text-align: center;
    }
@media only screen and (max-width: 1170px) {
    ul.listtable {
        width: 100%;
        /*padding: 0;*/
        overflow: visible;
    }
    ul.listtable li.cb {
        width: 10%;
        text-align: center;
    }
    ul.listtable li.accnoheader {
        width: 90%;
        padding-left: 0;
    }
    ul.listtable li.accno {
        /*width: 30%;*/
        padding-bottom: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 750px) {
    ul.listtable li.accnoheader {
        /*width: 88%;*/
        padding-left: 0;
    }
    ul.listtable li.accno {
        width: 90%;
        padding-left: 0;
    }
    ul.listtable li.sub-acct {
        width: 100%;
        padding: 0;
        padding-left: 11%;
    }
    .grid {}
}
/*Added by Kent 2016.09*/

footer {
    position: relative;
    /* padding: 60px 0;
  overflow: hidden;*/

    bottom: 0;
}
footer p {
    margin: 5px 0;
}
footer .contentWrapper {
    overflow: visible;
}
@media only screen and (min-width: 751px) {
    footer #backToTop {
        float: right;
    }
}
footer #backToTop {
    /*position: absolute;
    right: 0;*/
    /*top: -40px;*/
}
footer #backToTop:after {
    content: '';
    width: 11px;
    height: 16px;
    background: transparent url(../images/common_icons/grey/icon_arrow2_up_grey.png) no-repeat center top;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/grey/icon_arrow2_up_grey.svg) no-repeat center top;
    background-size: 100%;
    display: inline-block;
    margin: 0 3px;
    vertical-align: bottom;
}
footer #backToTop:hover {
    color: #cc4c02;
    color: #823306;
}
footer #backToTop:hover:after {
    background: transparent url(../images/common_icons/orange/icon_arrow2_up_orange.png) no-repeat center top;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_arrow2_up_orange.svg) no-repeat center top;
    background-size: 100% auto;
}
footer #footerLogoHk {
    float: right;
    max-width: 90%;
}
footer #footerLogoHk img {
    width: 100%;
}
@media only screen and (min-width: 751px) {
    footer #footerLogoHk {
    float: left;
    max-width: 90%;
}
}
@media only screen and (max-width: 750px) {
    #footerLogoAA {
        /*float: right;*/
    }
    footer #footerLogoHk img {
        width: 80%;
        float: left;
    }
}
footer .footerLeft #auxiliaryMenu {
    line-height: 20px;
    font-size: 0;
}
footer .footerLeft #auxiliaryMenu span {
    display: inline-block;
    float: none;
    box-sizing: border-box;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
    line-height: 20px;
}
footer .footerLeft #auxiliaryMenu span > * {
    font-size: 0.75rem;
}

footer .footerLeft #auxiliaryMenu span:before {
    /*background-color: #CCC;*/

    background-color: #777676;
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 3px;
}
/*@media screen and (max-width: 47.9375em) {*/

@media screen and (max-width: 750px) {
    footer .footerLeft #auxiliaryMenu span:before {
        top: 0;
    }
}
footer .footerLeft #auxiliaryMenu span.listBreaker {
    padding: 0;
    margin: 0;
    display: block;
    height: 0;
}
footer .footerLeft #auxiliaryMenu span.listBreaker:after,
footer .footerLeft #auxiliaryMenu span.listBreaker:before {
    display: none;
}
footer .footerLeft #auxiliaryMenu span:last-child:after {
    display: none;
}
footer .footerLeft #auxiliaryMenu .noLine:before {
    content: none;
}
footer .footerRight {
    font-size: 0;
}
footer .footerRight #webLabel {
    display: block;
    float: right;
}
footer .footerRight #footerLogoR6 img {
    width: 40%;
}
footer .footerRight #footerLogoAccess {
    width: 90%;
    margin-right: 20px;
}
footer .footerRight #footerLogoR6 img {
    margin-left: 18%;
}
/*footer .footerRight #footerLogoAccess img {
      margin-left: -15%; }*/

footer .footerRight .gridBlock {
    display: inline-block;
    vertical-align: middle;
    float: none;
    /*width: calc(25% - 15px * 3/4);*/

    width: 33%;
}
footer .footerRight .gridBlock img {
    display: block;
    margin: 0 auto;
}
/*@media screen and (max-width: 76.5626em) {*/

@media screen and (max-width: 1200px) {
    footer .footerLeft #auxiliaryMenu span.nextLine:after {
        display: block;
    }
}
@media screen and (min-width: 751px) {
    footer #backToTop {
        margin-right: 3%;
    }
    footer .footerLeft {
        margin-top: 1.5em;
        text-align: left;
        /*br{display:none;}*/
    }
    footer .footerRight li {
        margin: 5px;
    }
}
@media screen and (max-width: 1170px) {
    .blockTagHolder ul {
        margin-left: 0px;
    }
    footer .footerLeft #auxiliaryMenu span.noLine:before {
        content: " ";
    }
    footer .footerLeft #auxiliaryMenu span.listBreaker {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .blockTagHolder ul {
        border: 1px #CCCCCC solid;
    }
    footer .footerLeft #auxiliaryMenu span {
        margin-right: 0px;
        padding-right: 5px;
    }
}
footer {
    padding: 1em 0;
}
body.hideDisplayMode footer .footerLeft #auxiliaryMenu span.displayMode{
    display: none;
}
body.showDisplayMode footer .footerLeft #auxiliaryMenu span.displayMode{
    display: inline;
}
@media screen and (max-width: 750px) {
    footer {
        padding: 1em 0;
    }
    footer .footerLeft,
    footer .footerRight {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    footer .footerLeft #auxiliaryMenu span:after {
        height: 10px;
    }
    footer .footerLeft #auxiliaryMenu {
        line-height: 14px;
    }
    footer .footerLeft #auxiliaryMenu span.noLine:before {
        content: " ";
    }
    footer .footerRight {
        text-align: center;
    }
    footer #backToTop {
        position: relative;
        /*margin: 30px auto 0;*/

        margin: 1em auto 1em;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #footerLogoR6 img {
        margin: 0 auto;
    }
    #footerLogoAccess img {
        margin: 0 auto;
    }
    footer .footerLeft #auxiliaryMenu span {
        margin-right: 10px;
        padding-right: 10px;
    }
}
footer .footerLeft #auxiliaryMenu span.noLine:before {
    background-color: none;
    content: none;
}
.access {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* test kent */

.blockTagHolderBg {
    background: none;
}
.tagBlock .blockHead {
    height: auto;
}
.tagBlock .blockHead span {
    color: #0071c0;
    font-weight: bold;
}
.tagBlock .blockHead:not(.active):hover {
    background: #5a802e;
}
.tagBlock .blockHead:not(.active):hover a {
    background: #5a802e;
}
.tagBlock .blockHead:not(.active):hover:before {
    opacity: 1;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center;
}
.tagBlock .blockHead:not(.active):hover span {
    color: #FFF;
}
.tagBlock .blockTag {
    background:#f5f5f5;
    display: block;
/*    width: 100%;	*/
	margin: 2px;
    padding: 20px 25px;
    vertical-align: middle;
    border-bottom: 1px solid #FFF;
    position: relative;
}
.tagBlock .blockTag.bgOrange {
    background: #ffc487;
}
.tagBlock .blockTag h1,
.tagBlock .blockTag span {
    display: inline-block;
    vertical-align: middle;
}
.tagBlock .blockTag:not(.active):hover {
     background: #5a802e;
}
.tagBlock .blockTag:not(.active):hover a {
     background: #5a802e;
}
.tagBlock .blockTag:not(.active):hover span {
    /*color: #FFF;*/
}
.tagBlock .blockTag:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    right: 25px;
    opacity: 0.5;
    background: transparent url(../images/common_icons/bw/icon_arrow_right_bw.png) no-repeat center center;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/bw/icon_arrow_right_bw.svg) no-repeat center center;
}
.tagBlock .blockTag:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
    position: relative;
}
.tagBlock .blockTag.active {
    background: #FFF;
}
.tagBlock .blockTag.active:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 10px;
    right: auto;
    top: 0;
    left: 0;
    background: #cc4c02;
    margin: 0;
    opacity: 1;
}
.tagBlock .blockTagContent {
    display: table;
}
.tagBlock .blockTagContent .tagContentHolder {
    height: 100%;
    top: 0;
    overflow: hidden;
    position: relative;
    display: none;
    vertical-align: middle;
}
.tagBlock .blockTagContent .tagContentHolder.active {
    display: block;
    padding: 20px 0;
}
.tagBlock .blockTagHolderSub {
    background-color: #fff;
}
.tagBlock .blockTagHolderSub ul {
    list-style-type: disc;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.tagBlock .blockTagHolderSub ul li {
    color: #cc4c02;
}
.tagBlock .blockTagHolderSub ul li a {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    color: #353535;
}
.tagBlock .blockTagHolderSub ul li a:hover {
    color: #cc4c02;
}
.tagBlock .blockTagHolderSub ul li a.active {
    color: #cc4c02;
}
.tagBlock.blockTagHolder .blockHead {
    padding: 0;
    float: none;
}
.tagBlock.blockTagHolder .blockHead.active .blockTag {
    background: #e2efd9;
}
.tagBlock.blockTagHolder .blockHead.active .blockTag:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 5px;
    right: auto;
    top: 0;
    left: 0;
    background:#e2efd9;
    margin: 0;
    opacity: 1;
}
.tagBlock.blockTagHolder .blockHead.active:hover .blockTag {
    color: #353535;
}
.tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag {
    /*color: #FFF;*/
}
.tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag:before {
    opacity: 1;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center;
}
.tagBlock.blockTagHolder .blockHead:nth-last-child(2) .blockTag {
    border-bottom: none;
}
.tagBlock.blockTagHolder .tagContentHolder {
    position: absolute;
    top: 0;
    padding-right: 40px;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: calc(100% * 2/3 + 80px * 1/3);
    margin-right: 0;
    background: #FFF;
    display: none;
}
@media screen and (min-width: 63.8125em) {
    .tagBlock.blockTagHolder .tagContentHolder > li > a:hover {
        color: #cc4c02;
    }
}
/*  OGCIO: 9:36 2016-12-06 remark: not special handling on single item
  .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
    padding-top: 22px;
    padding-bottom: 10px; }
    :lang(zh-hk) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder, :lang(zh-cn) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
      padding-top: 10px; }
    .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder .serviceLink {
      margin: 0; }
    @media screen and (max-width: 75em) {
      .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
        padding-top: 22px;
        padding-bottom: 10px; } }
    */

.tagBlock.blockTagHolder .tagContentHolder.active {
    display: block;
}
.tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
    left: calc(100% * 1/3 - 40px * 2/3);
    list-style-type: disc;
}
.tagBlock.blockTagHolder .tagContentHolder.block-2-3 li {
    color: #cc4c02;
    vertical-align: middle;
}
@media screen and (max-width: 75em) {
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
        left: calc(33.3333% - 35px * 2/3);
    }
}
@media screen and (max-width: 1170px){
    .block-1-3 {
        width: calc(33.3333% - 35px * 2/3);
    }
}
.tagBlock.blockTagHolder .tagContentHolder.block-1-3 {
    left: calc(100% * 2/3 - 40px * 1/3);
}
.highlightRed {
    color: #951717 !important;
}
.highlightOrange {
    color: #cc4c02 !important;
}
.closeBtn {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    right: 0;
    text-align: center;
}
.closeBtn:hover > span {
    color: #cc4c02;
}
.closeBtn:hover .btnInner span,
.closeBtn:hover .btnInner:before,
.closeBtn:hover .btnInner:after {
    background: #cc4c02;
}
@media screen and (max-width: 75em) {
    .closeBtn:hover > span {
        color: #353535;
    }
    .closeBtn:hover .btnInner span,
    .closeBtn:hover .btnInner:before,
    .closeBtn:hover .btnInner:after {
        background: #353535;
    }
}
.closeBtn .btnInner {
    position: relative;
    display: block;
    float: none;
    width: 27px;
    height: 27px;
    padding: 4% 0;
    margin: 0 auto;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.closeBtn .btnInner span,
.closeBtn .btnInner:before,
.closeBtn .btnInner:after {
    top: 12px;
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    -webkit-transition: rotate 0.3s ease-in-out;
    transition: rotate 0.3s ease-in-out;
}
.closeBtn .btnInner:before {
    background: #353535;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closeBtn .btnInner:after {
    background: #353535;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.closeBtn .btnInner span {
    margin: 22% auto;
}
.selectDropDown {
    position: relative;
    background-color: #707070;
    padding: 8px 35px 10px 20px;
    color: #FFF;
    border-bottom: 2px solid #2f2f2f;
    position: relative;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.selectDropDown:after {
    position: absolute;
    content: " ";
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 8px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    cursor: pointer;
}
.selectDropDown:hover {
    text-decoration: none !important;
}
.selectDropDown .currentLabel {
    color: #FFF;
}
.selectDropDown .currentLabel:hover {
    text-decoration: none;
}
.selectDropDown select {
    display: block;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    border: none;
    position: absolute;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    box-sizing: border-box;
}
.expandable.expandTb {
    overflow: hidden;
}
.expandable.expandTb .blockHead {
    border-bottom: 2px solid #505050;
}
.expandable.expandTb .blockHead.showOnTablet {
    display: block;
}
.expandable.expandTb .blockHead:after {
    display: block;
}
.expandable.expandTb .blockTagHolder {
    display: none;
}
.expandable.expandTb .slider {
    display: none;
}
.expandable.expandTb.active {
    border-bottom: 0;
}
.expandable.expandTb.active .blockHead {
    border-bottom: 0;
}
.expandable.expandTb.active .slider {
    display: block;
}
.blockHead.showOnTablet {
    position: relative;
    height: 60px;
    max-height: 60px;
    max-width: 1200px;
}
/* kent end */

@media screen and (min-width: 751px) {
    table#members th {
        font-size: 0.84rem;
    }
}
/* test mobilenav*/
.off-canvas.position-right {
    height: 100%;
}
header nav.active > .menuTab.active {
    /*margin-top: 57px;*/

    display: block;
    width: 100%;
    /* height: 100%; */

    height: 100%;
    position: absolute;
    background: #f8f8f8;
    overflow-y: scroll;
    padding-top: 15px;
    padding-bottom: 100px;
}
#navMobileTabDiv #searchTab,
#navMobileTabDiv #languagesTab,
#navMobileTabDiv #menusTab {    
    display: none;
    visibility:hidden;
}
/* tablet screen */

@media screen and (max-width: 1170px) {
    .navBtns {
        float: left;
        height: 100%;
        padding: 0.5em;
        padding: 0.3em;/*test*/
        padding-top: 0.5em;
    }

    .navBtnsGroup .navBtnLinkText{
        /*padding: 0.8em;*//*test*/
        padding-top: 0.8em;
    }
    #navBtnsLogout {
        padding: 0.3em;
    }
    .navBtns .menu-icon {
        top: 0.25rem;
    }
    body.menuOn {
        background-color: #f8f8f8;
        background-image: inherit;
    }
    .menuOn #navMobileTabDiv {
        min-height: 400px;
    }
    .menuOn .mainframe .mainpage_padding {
        /*max-height: 0px;
   overflow: hidden; */

        display: none;
    }
    .menuOn #navMobileTabDiv.active > div#languagesTab.active,
    .menuOn #navMobileTabDiv.active > div#menusTab.active {
        display: block;
        visibility:visible;
        padding: 0px 30px;
    }
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItemLink {
        padding: .3875em 0 .3875em .5475em;
        padding: .5em 0 .5em .5475em;
        padding: 8px;
        display:block;
        border-bottom: .08em solid rgba(0,0,0,.1);
    }
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItemTitle{
        padding: 10px;
        font-weight: bold;
        margin-top: 10px;
    }
    
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItemLink:hover{
        background: #e0dede;
    }
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItem, .menuItemText {
        padding: .3875em 0 .3875em .5475em;
        padding: .5em 0 .5em .5475em;
        padding: 8px;
        border-bottom: .08em solid rgba(0,0,0,.1);
    }
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItem a{
        padding-right: 0.2em;
    }
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItem:hover,
    .menuOn #navMobileTabDiv.active > div#menusTab.active div.menuItemText:hover{
        background: #e0dede;
        color: #5d3a1c;
    }
    .menuOn #navMobileTabDiv > div#languagesTab h2,
    .menuOn #navMobileTabDiv > div#menusTab h2 {
        margin-top: 20px;
        margin-right: 0.5em;
        color: #cc4c02;
    }
    .menuOn #navMobileTabDiv > div#languagesTab div,
    .menuOn #navMobileTabDiv > div#menusTab div {
        margin: 15px 0;
    }
    .menuOn #navMobileTabDiv > div#menusTab div {
        margin: 0;
    }
    #navMobileTabDiv > .menuTab {
        /*margin-top: 57px;*/

        display: block;
        width: 100%;
        /* height: 100%; */

        height: -moz-calc(100% - 35px);
        /* Firefox */

        height: -webkit-calc(100% - 35px);
        /* Chrome, Safari */

        height: calc(100% - 35px);
        /* IE9+ and future browsers */

        text-align: left;
        position: absolute;
        background: #f8f8f8;
        overflow-y: auto;
        padding-top: 15px;
        padding-bottom: 100px;
        z-index: 10;
        /*display: none;*/
        visibility:hidden;
        border-top: 1px solid #e1e1e1;
        padding-right: 0.5em;
    }
    #navMobileTabDiv.active > .menuTab.active {
        height: auto;
        position: absolute;
        overflow-y: hidden;
    }
    .menuOn header nav.active > .menuTab.active,
    .menuOn.homePage header nav.active > .menuTab.active {
        height: auto;
        position: absolute;
        overflow-y: hidden;
    }
    #navMobileTabDiv.active > .menuTab.active {
        min-height: 400px;
    }
    #mobileTopBar.active .navBtns.active #navLang {
        background-color: #f8f8f8;
    }
    #mobileTopBar.active .navBtns.active {
        border: 1px solid #e1e1e1;
        border-width: 0 1px;
        background-color: #f8f8f8;
    }
    #mobileTopBar .navBtns #navLang {}
    /* small screen */

    @media screen and (max-width: 750px) {
        .menuOn #navMobileTabDiv.active > div#languagesTab.active,
    .menuOn #navMobileTabDiv.active > div#menusTab.active {
        display: block;
        visibility:visible;
        padding: 0px ;
        padding: 0 0.5em;
    }
        #navMobileTabDiv > .menuTab {
            position: absolute;
            width: 100%;
            height: 100%;
            /*text-align: right;*/
            z-index: 10;
        }
        #navMobileTabDiv.active > .menuTab.active {
            /*margin-top: 57px;*/

            display: block;
            width: 100%;
            /* height: 100%; */

            position: absolute;
            background: #f8f8f8;
            overflow-y: auto;
            padding-top: 15px;
            padding-bottom: 100px;
        }
        header nav > .menuTab {
            z-index: 10;
            display: none;
            border-top: 1px solid #e1e1e1;
        }
        header nav > .menuTab {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: right;
            z-index: 10;
        }
        .menuOn #navMobileTabDiv > div#languagesTab h2,
        .menuOn #navMobileTabDiv > div#menusTab h2 {
            margin-top: 2em;
        }
    }
    #mobileTopBar .navBtns #navLang {
        background: transparent url(../images/common_icons/orange/icon_lang_orange.png) no-repeat center center;
        background: rgba(255, 255, 255, 0) url(../images/common_icons/orange/icon_lang_orange.svg) no-repeat center center;
        background-size: 80%;
    }
    #mobileTopBar .navBtns #navMenu {
        background: transparent url(../images/hamburger_menu-alt.png) no-repeat center center;
        background: rgba(255, 255, 255, 0) url(../images/hamburger_menu-alt.svg) no-repeat center center;
        background-size: 100%;
    }
    #mobileTopBar .navBtns #navMenu:hover {
        background: transparent url(../images/hamburger_menu-hover.png) no-repeat center center;
        background: rgba(255, 255, 255, 0) url(../images/hamburger_menu-hover.svg) no-repeat center center;
        background-size: 100%;
    }
    #mobileTopBar .navBtns #navLogout {
        background: transparent url(../images/btn_logout.png) no-repeat center center;
        background-size: 80%;
        display: block;
        float: left;
        position: relative;
        width: 38px;
        height: 32px;
    }
    #mobileTopBar .navBtns #navLogout:hover {
        background: transparent url(../images/btn_logout_over.png) no-repeat center center;
        background-size: 80%;
    }
    /*@media screen and (max-width: 1200px){
#mobileTopBar .navBtns .navBtn {
    width: 58px;
    height: 58px;
}}*/

    #mobileTopBar .navBtns .navItem {
        display: block;
        float: left;
        position: relative;
        width: 77px;
        height: 77px;
        width: 28px;
        height: 25px;
    }
    .menu-icon.dark {
        /*margin-top:5.5%;*/
    }
    html {
        /*overflow-y: scroll;*/
    }
    /* tab block */

    .blockTagHolderBg {
        background: none;
    }
    .tagBlock .blockHead {
        height: auto;
    }
    .blockHead {
        color: #FFF;
/*        background: #707070;  */
        background: #FFF;
        padding: 0 25px;
        height: 60px;
        vertical-align: middle;
        position: relative;
        display: block;
        cursor: default;
    }
    .tagBlock .blockHead:not(.active):hover {
        background: #5a802e;
    }
    .tagBlock .blockHead:not(.active):hover a {
    		background: #5a802e;
    }
    .tagBlock .blockHead:not(.active):hover:before {
        opacity: 1;
        background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center;
    }
    .tagBlock .blockHead:not(.active):hover span {
        color: #FFF;
    }
    .tagBlock .blockTag {
        font-weight:  bold;
        background: #f5f5f5;
        display: block;
/*        width: 100%;	*/
        /*height: 60px;
        padding: 20px 25px;*/
        height: 50px;
        padding: 14px 25px;
        padding: 14px 22px;
        vertical-align: middle;
        border-bottom: 1px solid #FFF;
        position: relative;
    }
    .tagBlock .blockTag.bgOrange {
        background: #ffc487;
    }
    .tagBlock .blockTag h1,
    .tagBlock .blockTag span {
        display: inline-block;
        vertical-align: middle;
    }
	.tagBlock .blockHead:not(.active) .blockTag:not([active]):hover span {
        color: #FFF;
    }
    .tagBlock .blockTag:before {
        content: '';
        width: 20px;
        height: 20px;
        background-size: 100% 100% !important;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -10px;
        right: 25px;
        right: 15px;
        opacity: 0.5;
        background: transparent url(../images/common_icons/bw/icon_arrow_right_bw.png) no-repeat center center;
        background: rgba(255, 255, 255, 0) url(../images/common_icons/bw/icon_arrow_right_bw.svg) no-repeat center center;
    }
    .tagBlock .blockTag:after {
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 0;
        height: 100%;
        position: relative;
    }
    .tagBlock .blockTag.active {
        background: #FFF;
    }
    .tagBlock .blockTag.active:before {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 10px;
        right: auto;
        top: 0;
        left: 0;
        background: #cc4c02;
        margin: 0;
        opacity: 1;
    }
    .tagBlock .blockTagContent {
        display: table;
    }
    .tagBlock .blockTagContent .tagContentHolder {
        height: 100%;
        top: 0;
        overflow: hidden;
        position: relative;
        display: none;
        vertical-align: middle;
    }
    .tagBlock .blockTagContent .tagContentHolder.active {
        display: block;
        padding: 20px 0;
    }
    .tagBlock .blockTagHolderSub {
        background-color: #fff;
    }
    .tagBlock .blockTagHolderSub ul {
        list-style-type: disc;
        padding-left: 40px;
        padding-right: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    .tagBlock .blockTagHolderSub ul li {
        color: #cc4c02;
    }
    .tagBlock .blockTagHolderSub ul li a {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px;
        color: #353535;
    }
    .tagBlock .blockTagHolderSub ul li a:hover {
        color: #5a802e;
    }
    .tagBlock .blockTagHolderSub ul li a.active {
        color: #5a802e;
    }
    .tagBlock.blockTagHolder .blockHead {
        padding: 0;
        float: none;
    }
    .tagBlock.blockTagHolder .blockHead.active .blockTag {
        background: #e2efd9;
    }
    .tagBlock.blockTagHolder .blockHead.active .blockTag:before {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 5px;
        right: auto;
        top: 0;
        left: 0;
        background: #cc4c02;
        background: #792510;/*greyColorStyle*/
        background: #847c73;/*greyColorStyle*/
        background: #e2efd9;
        margin: 0;
        opacity: 1;
    }
    .tagBlock.blockTagHolder .blockHead.active:hover .blockTag {
        color: #353535;
    }
    .tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag {
        /*color: #FFF;*/
    }
    .tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag:before {
        opacity: 1;
        background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_arrow_right_black.svg) no-repeat center center;
        /*background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center;*/
    }
    .tagBlock.blockTagHolder .blockHead:nth-last-child(2) .blockTag {
        border-bottom: none;
    }
    .tagBlock.blockTagHolder .tagContentHolder {
        position: absolute;
        top: 0;
        padding-right: 40px;
        padding-left: 60px;
        padding-top: 40px;
        padding-bottom: 20px;
        width: calc(100% * 2/3 + 80px * 1/3);
        margin-right: 0;
        background: #FFF;
        display: none;
        margin-bottom:  0;
    }
}
@media screen and (min-width: 1171px) {
    /*@media screen and (min-width: 63.8125em) {*/

    .tagBlock.blockTagHolder .tagContentHolder > li > a:hover {
        color: #cc4c02;
    }
}
/*  OGCIO: 9:36 2016-12-06 remark: not special handling on single item
  .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
    padding-top: 22px;
    padding-bottom: 10px; }
    :lang(zh-hk) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder, :lang(zh-cn) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
      padding-top: 10px; }
    .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder .serviceLink {
      margin: 0; }
    @media screen and (max-width: 75em) {
      .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
        padding-top: 22px;
        padding-bottom: 10px; } }
    */

.tagBlock.blockTagHolder .tagContentHolder.active {
    display: block;
    z-index: 11;
}
.tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
    left: calc(100% * 1/3 - 40px * 2/3);
    list-style-type: disc;
}
.tagBlock.blockTagHolder .tagContentHolder.block-2-3 li {
    color: #cc4c02;
    vertical-align: middle;
}
@media screen and (max-width: 75em) {
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
        left: calc(33.3333% - 35px * 2/3);
    }
}
.tagBlock.blockTagHolder .tagContentHolder.block-1-3 {
    left: calc(100% * 2/3 - 40px * 1/3);
}
.tagBlock .blockTag h3,
.tagBlock .blockTag h4,
.tagBlock .blockTag h5,
.tagBlock .blockTag h6 {
    font-size: 1.125em;
    font-weight: normal;
}
.blockHead h1,
.blockHead h2,
.blockHead h3,
.blockHead h4,
.blockHead h5,
.blockHead h6 {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: normal;
}
@media screen and (max-width: 75em) {
    body.innerPage .innerPageWrapper.showOnTablet {
        display: block;
        height: 100%;
    }
}
.contentWrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*width: 90%;*/
    clear: both;
}
@media screen and (min-width: 751px) and (max-width: 1171px) {
    footer .contentWrapper {
        padding: 0 20px;
    }
}


footer .contentWrapper {
     width: 100%;
}
footer ul{
    margin-left: 0;
}
@media screen and (min-width: 751px) and (max-width: 1170px) {
    .contentWrapper {
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.directoryPage .accordions .blockRow {
        margin: 0 auto;
    }
    body.innerPage.directoryPage .accordions .blockRow:first-child .gridBlock {
        padding-top: 40px;
    }
    body.innerPage.directoryPage .accordions .blockRow.last .gridBlock {
        padding-bottom: 40px;
    }
    body.innerPage.directoryPage .accordions .blockRow .gridBlock {
        padding: 15px 25px;
    }
    body.innerPage.directoryPage .accordions .blockRow .blockHead,
    body.innerPage.directoryPage .accordions .blockRow .blockTagContent {
        display: block;
        float: left;
    }
    body.innerPage.directoryPage .accordions .blockRow .blockHead {
        color: #353535;
        background: #FFF;
        width: 25%;
        padding: 0;
    }
    body.innerPage.directoryPage .accordions .blockRow .blockHead:before {
        display: none;
    }
    body.innerPage.directoryPage .accordions .blockRow .blockHead h3:after {
        content: ':';
    }
    body.innerPage.directoryPage .accordions .blockRow .blockTagContent {
        width: 75%;
        padding: 0;
    }
}
@media screen and (max-width: 30em) {
    body.innerPage.directoryPage .accordions .blockRow .blockHead {
        width: 40%;
    }
    body.innerPage.directoryPage .accordions .blockRow .blockTagContent {
        width: 60%;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.directoryPage .accordions .blockRow .dirSelect .blockHead {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.directoryPage .accordions .blockRow .dirSelect .blockTagContent {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.directoryPage .searchControl {
        text-align: center;
    }
}
body.innerPage.directoryPage footer .footerLeft {
    display: none;
}
body.innerPage.directoryPage footer .footerRight {
    float: right;
}
body.innerPage.pageEcard .eCardSlider {
    padding-bottom: 30px;
}
body.innerPage.pageEcard .innerPageWrapper {
    padding-top: 57px;
}
body.innerPage.pageEcard .innerPageWrapper .blockDetailHolder .blockRow {
    margin-top: 20px;
}
body.innerPage.pageEcard main > nav.contentWrapper:first-child {
    margin-top: 0;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard main > nav.contentWrapper:first-child {
        padding-top: 15px;
    }
}
body.innerPage.pageEcard nav.sideLowerNav.blockTagHolder {
    margin-top: 90px;
}
@media screen and (max-width: 75em) {
    body.innerPage.pageEcard nav.sideLowerNav.blockTagHolder {
        margin-top: 0;
    }
}
body.innerPage.pageEcard p {
    padding-bottom: 10px;
}
body.innerPage.pageEcard h3 {
    padding: 10px 0 10px 0;
}
body.innerPage.pageEcard .subTitle {
    margin-bottom: 0;
    padding: 0;
}
body.innerPage.pageEcard .blockTagContent {
    padding: 30px 30px;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .blockTagContent {
        padding: 25px;
    }
}
body.innerPage.pageEcard .ecardTitle {
    padding: 10px 0 20px;
}
body.innerPage.pageEcard .eCardSubTitle {
    padding: 10px 0 10px 0;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .eCardSubTitle {
        padding: 20px 0 10px 0;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard #innerPageSideNav {
        margin-top: 5px;
    }
}
body.innerPage.pageEcard .ecardMain .title {
    padding-bottom: 0;
}
body.innerPage.pageEcard .ecardMain h3 {
    padding: 10px 0;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardMain h3 {
        padding: 0;
    }
}
body.innerPage.pageEcard .ecardMain .blockTagContent {
    padding: 10px 30px;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardMain .blockTagContent {
        padding: 0 20px;
    }
}
body.innerPage.pageEcard .ecardMain .blockTagContent .hrLine {
    margin-top: 30px;
    margin-bottom: 0;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardMain .blockTagContent .hrLine {
        margin-top: 15px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardMain .ecardPersonalisePreviewArea .subTitle {
        padding-top: 15px;
    }
}
body.innerPage.pageEcard .ecardMain .eCardSlider .slide {
    padding: 30px 0;
}
body.innerPage.pageEcard .ecardMain .eCardSlider .slide h3 {
    padding: 0;
    margin-bottom: 30px;
}
body.innerPage.pageEcard .ecardMain .eCardSlider .slide img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
body.innerPage.pageEcard .ecardMain #tagCategories .extendBar {
    margin: 20px 0;
    text-align: right;
}
body.innerPage.pageEcard .ecardMain #tagCategories .extendBar:first-child {
    margin-top: 0;
}
body.innerPage.pageEcard .ecardMain #tagCategories .blockHead:not(.active):before {
    background-image: none !important;
}
body.innerPage.pageEcard .ecardMain #tagCategories .tagContentHolder img {
    display: block;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}
body.innerPage.pageEcard .ecardMain #tagCategories .tagContentHolder p {
    text-align: center;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardMain #tagCategories .tagBlock.blockTagHolder .blockHead {
        background: #FFF;
        border-bottom: 3px solid #c9c9c9;
    }
    body.innerPage.pageEcard .ecardMain #tagCategories .tagBlock.blockTagHolder .blockHead.active {
        border-bottom: 0;
    }
    body.innerPage.pageEcard .ecardMain #tagCategories .tagBlock.blockTagHolder .blockHead:after {
        background-image: url(../images/common_icons/black/icon_arrow_down_black.svg);
    }
    body.innerPage.pageEcard .ecardMain #tagCategories .tagBlock.blockTagHolder .blockHead.active:after {
        background-image: url(../images/common_icons/black/icon_arrow_up_black.svg);
    }
    body.innerPage.pageEcard .ecardMain #tagCategories .tagBlock.blockTagHolder .blockHead a {
        color: #353535;
    }
}
body.innerPage.pageEcard .eCardPreviewHolder {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: block;
}
body.innerPage.pageEcard .ecardPersonalise .blockTagContent {
    padding: 25px;
}
@media screen and (max-width: 750px) {
    body.innerPage.pageEcard .ecardPersonalise .blockDetailHolder .blockHead:after {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .blockHead h1, .blockHead h2, .tagBlock  .blockHead h3, .blockHead h4, .blockHead h5, .blockHead h6 {
        display: inline-block;
        vertical-align: initial;
        font-weight:  bold;
    }
    .tagBlock.blockTagHolder .blockHead:hover:not(.active) .blockTag {
        /*color: #FFF;*/
    }
    .tagBlock.blockTagHolder .blockHead.active:hover .blockTag {
        /*color: #FFF;*/
    }
    .tagBlock .blockHead:hover:not(.active) a {
        background: none;
    }
    .tagBlock.blockTagHolder .blockHead:hover {
        /*color: #FFF;*/
        background: #5a802e;
    }
    .tagBlock.blockTagHolder .blockHead:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle;
        width: 0;
    }
    .tagBlock.blockTagHolder .blockHead .blockTag {
        background: none;
        display: inline;
        padding: 0;
        color: #FFF;
        color: #000;
        height: 48px;
        border-bottom: none;
    }
    body.innerPage .tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
        padding: 35px 45px;
    }
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3:last-child {
        margin-bottom: 0;
    }
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
        left: 0;
        padding: 25px 45px;
        min-height: auto !important;
    }
    .tagBlock.blockTagHolder .tagContentHolder {
        left: 0px;
        position: relative;
        top: -20px;
        margin-top: 0px;
        margin-bottom: 5px;
        width: 100%;
        float: none;
    }
    body.innerPage .tagBlock.blockTagHolder .blockHead {
        margin-bottom: 10px;
    }
    .tagBlock.blockTagHolder .blockHead.active {
        border-bottom: none;
    }
    .tagBlock.blockTagHolder .blockHead {
        cursor: pointer;
        color: #FFF;
        color: #000;/*greyColorStyle*/
        background: #f5f5f5;
        padding: 0px 25px;
        height: 48px;
        height: 42px;
        vertical-align: middle;
        position: relative;
        border-bottom: 2px solid #505050;
        border-bottom: 2px solid #8e886c;
        border-bottom: 2px solid #b7792c;
        border-bottom: 2px solid #884b00;
        border-bottom: 2px solid #847c73;/*greyColorStyle*/ 
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 10px;
        width: 100%;
        font-weight: bold;
    }
    .tagBlock.blockTagHolder .blockHead:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle;
        width: 0;
    }
    .tagBlock.blockTagHolder .blockHead.active .blockTag {
        background: none;
    }
    .tagBlock.blockTagHolder .blockHead:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle;
        width: 0;
    }
    .tagBlock.blockTagHolder .blockHead .blockTag {
        background: none;
        display: inline;
        padding: 0;
        /*color: #FFF;*/

        color: #000;
        height: 48px;
        font-weight: bold;
        border-bottom: none;
    }
    .tagBlock.blockTagHolder .blockHead .blockTag:before {
        display: none;
    }
    .tagBlock.blockTagHolder .blockHead:after {
        content: "";
        width: 15px;
        height: 15px;
        background-size: 100% 100% !important;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 25px;
        background: transparent url(../images/common_icons/black/icon_arrow_down_black.png) no-repeat center center;
        /*background: transparent url(../images/common_icons/white/icon_arrow_down_white.png) no-repeat center center;*/
        background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_arrow_down_black.svg) no-repeat center center;
    }
    .tagBlock.blockTagHolder .blockHead.active {
        border-bottom: none;
    }
    .tagBlock.blockTagHolder .blockHead.active .blockTag {
        background: none;
    }
    .tagBlock.blockTagHolder .blockHead.active .blockTag:before {
        display: none;
    }
    .tagBlock.blockTagHolder .blockHead.active:after {
        background: transparent url(../images/common_icons/white/icon_arrow_up_white.png) no-repeat center center;
        background: rgba(255, 255, 255, 0) url(../images/common_icons/black/icon_arrow_up_black.svg) no-repeat center center;
    }
    .tagBlock.blockTagHolder .blockHead.emptyHolder.active:after,
    .tagBlock.blockTagHolder .blockHead.emptyHolder:after {
        background: none;
    }
    .tagBlock.blockTagHolder .tagContentHolder {
        left: 0px;
        position: relative;
        top: -10px;
        margin-top: 0px;
        margin-bottom: 5px;
        width: 100%;
        float: none;
    }
    .tagBlock.blockTagHolder .tagContentHolder.active {
        display: block;
    }
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3 {
        left: 0;
        padding: 25px 45px;
        padding: 15px 25px;
        min-height: auto !important;
    }
    .tagBlock.blockTagHolder .tagContentHolder.block-2-3:last-child {
        margin-bottom: 0;
    }
    .tagBlock.blockTagHolder .tagContentHolder.block-1-3 {
        left: 0;
    }
}
/* tab block end */
/* overlay layer */

.overlay {
    position: fixed;
    z-index: 999;
    z-index: 20;/*20170412*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}
/* overlay layer end */
/* rwd table css start */

@media screen and (max-width: 750px) {
    table[rwd-table] thead[rwd-table-header] {
        display: none;
    }
    table[rwd-table] td,
    table[rwd-table] th {
        display: block;
    }
    .div-inline > div:first-child {
        float: left;
    }
    .tr-number {
        width: 100%;
        background-color: #aaaaaa;
        font-weight: bold;
        padding: 0.5em;
    }
    .rwd-table-hide-medium {
        font-weight: bold;
        padding-right: 1em;
    }
}
@media screen and (min-width: 750px) {
    .rwd-table-hide-medium {
        display: none;
    }
}
/* rwd table css end */


/* subheader2(custom subHeader by css) - start */
div.subheader {
    height:52px;
}
div.subheader img {
    vertical-align:middle;
    float:left;
}
div.subheader2 {
    text-align: left;
    width: 100%;
    min-height: 42px;
    /* margin-bottom: 18px; */
    /* background: url(../../common/img/subheader_bg.jpg); */
    background: none;
    background-color: #f5f5f5;
    vertical-align: middle;
    font-size: 1.20em;
    /*margin-bottom: 1rem;*/
    display: table;
}

div.subheader2 div.columns {
    padding: 0px;
}
div.subheader2 div.cluster {
    float: left;
    width: 46px;
    background-color: #0071c0;
    height: 42px;
    overflow: hidden;
    /* margin: 5px 0px 5px 0px; */
    margin: 0;
}
div.subheader2 div.icon {
    float: left;
}
div.subheader2 div.text {
    padding-top: 10px;
    /*padding-bottom: 6px;*/
    display: flex;
    width: calc(100% - 46px - 49px);
    /*display: inline;*/
}
@media screen and (max-width: 750px) {
  div.subheader2{
    font-size: 1.0em;
  }
}
@media screen and (max-width: 1170px) {
    div.subheader2 div.text {
        width: calc(100% - 20px);
        margin: 0 10 10 10;
        /*padding-top: 7px;
        width: calc(100% - 20px);*/
        /*padding-left: 10px;*/
        margin: 5px 0;
        padding-top: 5px;
        margin-left: 10px;
    }
}

div.subheader2 img.icon {
    margin: 6px 11px 6px 11px;
    /*min-height:calc(80%);;*/
    margin-top: calc(15%);
    /* margin: 8px 8px 0px 8px; */
}

div.subheader2:before{
    /*content: "."; */  /* for IE issue */
    font-size: 0.1em;   /* for IE issue */
    width:100%;
    height:6px;
    background:linear-gradient(to bottom, transparent, #d1d1d1);
    top:-30px;
    left:0;
    background-image: -webkit-gradient(bottom, 0 0, 100% 0, from(#d1d1d1), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #d1d1d1, transparent);
    background-image: -moz-linear-gradient(bottom, #d1d1d1, transparent);
    background-image: -o-linear-gradient(bottom, #d1d1d1, transparent);

    background:linear-gradient(to bottom, transparent, #b5b3b3);
    background-image: -webkit-gradient(bottom, 0 0, 100% 0, from(#b5b3b3), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #b5b3b3, transparent);
    background-image: -moz-linear-gradient(bottom, #b5b3b3, transparent);
    background-image: -o-linear-gradient(bottom, #b5b3b3, transparent);
}

div.subheader2:after{
    /*content: "'"; */  /* for IE issue */
    font-size: 0.1em;   /* for IE issue */
    width:100%;
    height:6px;
    background:linear-gradient(to top, #d1d1d1, transparent);
    top:-30px;
    left:0;
    background-image: -webkit-gradient(top, 0 0, 100% 0, from(#8a8a8a), to(transparent));
    background-image: -webkit-linear-gradient(top, #8a8a8a, transparent);
    background-image: -moz-linear-gradient(top, #8a8a8a, transparent);
    background-image: -o-linear-gradient(top, #8a8a8a, transparent);

    background:linear-gradient(to top, transparent, #b5b3b3);
    background-image: -webkit-gradient(top, 0 0, 100% 0, from(#b5b3b3), to(transparent));
    background-image: -webkit-linear-gradient(top, #b5b3b3, transparent);
    background-image: -moz-linear-gradient(top, #b5b3b3, transparent);
    background-image: -o-linear-gradient(top, #b5b3b3, transparent);
}
/* subheader2(custom subHeader by css) - end */
#widemenu{
  background-color: white;
}
/* striped table */
table.striped thead {
	background: #a6c6d9;
}
table.striped tr:nth-of-type(even),
.page122 .listtable .row:nth-of-type(even) {
	background: #e6e6e6;
	background: #dad8d8;
	background: #ebf8f8;
	
}
table.striped {
	border: 1px solid #ccc;
}
table.striped thead tr {
	border-bottom: 1px solid black;
}
table.striped .input-group {
	margin-bottom: 0;
}
table.striped th {
    font-weight: normal;
}
table.striped th, table.striped td {
    padding-left: 5px;
    font-size: 11pt;
}
@media screen and (min-width: 751px) {
	table.striped td {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 750px) {
	table.striped td {
    	padding: 2px;
    	padding-left: 5px;
	}
	table.striped td.td-value {
		padding-bottom: 10px;
	}
	table.striped td.td-small-first {
    	padding-top: 20px;
	}
	table.striped td.td-small-last {
    	padding-bottom: 20px;
	}
}
table.striped a, table.striped span.underlined {
	color: blue;
}
/* fix for layout problem in IE */
_:-ms-lang(x), fieldset {
    padding: 0px 10px 10px;
}
/* fix for fieldset not disabling <input> in IE: 10+ */
_:-ms-lang(x), fieldset[disabled] {
	cursor: not-allowed;
}
_:-ms-lang(x), fieldset[disabled] input[type='text'] {
    pointer-events: none;
    background-color: #e6e6e6;
}
@media screen and (min-width: 751px) {
  div.selection-label{
  transform: translateY(50%);
  }
}
div.subtitle{
  padding-bottom: 0.3rem;
}
/***
	foundation-prototype.
**/
.margin-0 {
  margin: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-0 {
  padding: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-0-5 {
  margin: 0.5rem !important; }

.margin-top-0-5 {
  margin-top: 0.5rem !important; }

.margin-right-0-5 {
  margin-right: 0.5rem !important; }

.margin-bottom-0-5 {
  margin-bottom: 0.5rem !important; }

.margin-left-0-5 {
  margin-left: 0.5rem !important; }

.margin-horizontal-0-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.margin-vertical-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.padding-0-5 {
  padding: 0.5rem !important; }

.padding-top-0-5 {
  padding-top: 0.5rem !important; }

.padding-right-0-5 {
  padding-right: 0.5rem !important; }

.padding-bottom-0-5 {
  padding-bottom: 0.5rem !important; }

.padding-left-0-5 {
  padding-left: 0.5rem !important; }

.padding-horizontal-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.padding-vertical-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.margin-1 {
  margin: 1rem !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.margin-left-1 {
  margin-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-1 {
  padding: 1rem !important; }

.padding-top-1 {
  padding-top: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.padding-left-1 {
  padding-left: 1rem !important; }
  
 .padding-left-1-5 {
  padding-left: 1.5rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin: 2rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.margin-left-2 {
  margin-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-2 {
  padding: 2rem !important; }

.padding-top-2 {
  padding-top: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.padding-left-2 {
  padding-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin: 3rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.margin-left-3 {
  margin-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-3 {
  padding: 3rem !important; }

.padding-top-3 {
  padding-top: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.padding-left-3 {
  padding-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif, DFSongStd, PMingLiu, MingLiu_HKSCS;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 1.2;
}

.d-100{
	width:100%
}