:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  padding-right: 10vw; 
  padding-left: 10vw; 
}

* {	
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif, PMingLiU,DFSongStd;
    color: #333333;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper {
	display: -webkit-box;
	display: flex;  
	display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: row wrap;  
	-webkit-box-orient: horizontal;  
	-webkit-box-direction: normal;  
	        flex-flow: row wrap;  
	text-align: center;
	margin: 0 auto;		
}

.wrapper > * {
  padding: 10px;
  -ms-flex:2 0 100%;
  -webkit-box-flex:2;
          flex:2 0 100%;
}

.header {
  background-color: white;
}

.footer {  
  background-color:rgb(0,0,0,0);
  border: none;
  padding: 0px;
  margin: 0px;
}
 
.main {
  text-align: left;
  background-color: white;
}
body {
    font-size: 0.935em;
    font-family: Arial, Helvetica, sans-serif,PMingLiU,DFSongStd;
}
body {
	background-image: url("../images/bg_page.jpg");
	background-repeat: repeat-x;
	background-color:#ded9c3;
	font-size:0.935em;
	font-family: Arial, Helvetica, sans-serif,PMingLiU,DFSongStd;
}
/***********************side bar help begin ****************************/
.aside-1 {
  background: white;
}
.aside-1 {
	display:table-cell;
	float:left;
	width:20%;
	position:relative;
}
/*
.aside-2 {
  background: hotpink;
}
*/
.rightCol{
	display:table-cell;
	padding-left:0px;
}
.sidebarnav {

    background: white; 
}

.help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type:none;
  margin: 0; 
}
.help-item a {
    display: block;
    background-color: #E8E3CD;
    color: #1A1A1A;
    padding: 3px;
    font-weight: bold;
   /* padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;*/
    text-decoration: none;
	text-align: left;
    background-image: url('../images/arrow.jpg');
    background-repeat: no-repeat;
    background-position: 115px 10px;
    border: 1px solid #E8E3CD;
}

.help-item a:hover{
  background-color: #D2CDB9;
    background-image: url('../images/arrow2.jpg');
    background-repeat: no-repeat;
    background-position: 115px 10px;
    border: 1px solid #E8E3CD;
  padding: 3px;
  width: 100%;
  height: auto;
  overflow:visible;
  margin-top: 10px;
  /*line-height: 2px;*/
  color: white;  
  font-size: 2ems;
  text-align: left;
}

.help-item2 {
    display: block;
    background-color: #E8E3CD;
    color: #1A1A1A;
    padding: 3px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
	text-align: left;
    /*background-image: url('./images/arrow.jpg');*/
    background-repeat: no-repeat;
    background-position: 115px 10px;
    border: 1px solid #E8E3CD;
}
span.note {
    color: red;
	word-wrap: normal;
	font-weight:bold;
}

a.td_email {
	word-wrap: break-word;

}
/***********************side bar help end ****************************/
/************************side bar step end ****************************/
nav.navbar {
    /*width: 138px;*/
    border: 1px solid #cccccc;
    margin-bottom: 12px;
    display: block;
    overflow: hidden;
    color: #4D4D4D;
	padding:0px;
	
}
ul.nav{
	list-style-type: none;
}
li.navstep_item {
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
    text-align: left;
    color: #4D4D4D;
}

li.navstep_item div {

    margin-right: 10px;

}
div.navstep_title {
    font-weight: bold;
}

li.sel_navstep_item {
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
    text-align: left;
    /*background-image: url('./images/bg_nav.jpg');
    background-repeat: repeat-y;*/
	background: rgb(148,32,43);
	background: -webkit-gradient(linear, left top, right top, from(rgba(148,32,43,1)), to(rgba(201,125,31,1)));
	background: -o-linear-gradient(left, rgba(148,32,43,1) 0%, rgba(201,125,31,1) 100%);
	background: linear-gradient(90deg, rgba(148,32,43,1) 0%, rgba(201,125,31,1) 100%);
    color: #FFFFFF;
}
div.sel_navstep_title{
	font-weight:bold;
	color:#FFFFFF;
}
div.sel_navstep_title {
    font-weight: bold;
    color: #FFFFFF;
}
div.sel_navsteptitle{
	color:#FFFFFF;
}

/***********************side bar end ****************************/
/***********************Header bar begin ****************************/
div.logo {
    float: left;
	/*padding-right : 20px;	**/
}
img.logo{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  text-align : left;
}
div.lang1 {
    vertical-align: bottom;
	 float: right;
	 padding-bottom : 10px;
}

div.headerPanel {
    text-align: right;
    width: 100%;
    height: 27px;
    margin-bottom: 20px;
    margin-top: 38px;
    vertical-align: bottom;
}

div.exit {
    float: right;
    height: 27px;
   line-height: 27px;
    background-image: url(../images/icon_close.jpg);
    background-repeat: no-repeat;
    background-position:  100% center;
}
div.speicalCRPBtnPanel {
	text-align: right;
	vertical-align: bottom;
}
a.exit:link, a.exit:active, a.exit:visited {
    color: #666666;
    text-decoration: none;
    padding-right: 12px;
}
.shadow-outside{
	-webkit-box-shadow: 2px 2px 4px 2px #999;
	box-shadow:         2px 2px 4px 2px #999;
}

table.subheader {
	width:100%;
	height: 42px;
	vertical-align: middle;
	background-color:#f1f0f0;
    text-align: left;
    font-size: 1.20em;
	max-width:100%;
}

td.cluster {   
    width: 46px;
    background-color: #6B5B9A;
    height: 100%;   
}

td.icon {
	 margin: 5px 5px 5px 5px;
	 width :34px;

    vertical-align: middle;
    float: left;
}

td.text {
	width:92%;
    padding-top: 1vw;
    color: #4d4d4d;
    font-weight: bold;
	font-size:1.2em;
	line-height: 1em;
	text-align:left;
}

.languageLink {
    float: right;
    padding-right: 10px;
    color: brown;
    cursor: pointer;
    color: brown;
}
/***********************Header bar end ****************************/
/***********************Content bar begin ****************************/

article.main {
    clear: both;
    width: 100%;
    margin: 0px;
    padding-bottom: 5px;
    text-align: left;
    border: none;
	max-width:100%;
   /* background-color: #FFFFFF;*/
}
article.main:after{
   content: "\A";
   white-space: pre;
}
div.cell {
	margin-bottom: 25px;
	background-color: white;
}
div.cell2 {
	margin-bottom: 25px;
	background-color: white;
	background-image: url('./images/bottom_border.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
}
div.contenttable {
   border: 1px #CCCCCC solid;	
    padding: 0px;
}
div.contenttable_declaration {
   border: 1px #CCCCCC solid;
   background-color: #E8E3CD;	
    padding: 0px;
}
div.contenttable_declaration div.title {
	color: #1a1a1a;
	background-color: #E8E3CD; padding-left: 10px; padding-top: 7px; padding-bottom: 10px;
}
div.min66 {
    /*height: 90px;*/
    min-height: 38px;
    padding: 5px 5px 5px 5px;
}
.example_cell {
	border-color:#000000;
	padding:2px;
	border-style:solid;
	border-width:1px;
	height:14px;
	font-size:13px;
}
.example_text {
	font-size:13px;
	FONT-FAMILY: Arial,Tahoma,Trebuchet,Verdana,sans-serif;
}

image, img {
    border: none;
}

img.td_logo{
	width:80px;
	height:80px;
}
div.contenttable div.title {
	color: #1a1a1a;
	background-color: #E8E3CD; padding-left: 10px; padding-top: 7px; padding-bottom: 10px;
}
div.contenttable div.title_border {
	color: #1a1a1a;
	background-color: #E8E3CD; padding-left: 10px; padding-top: 7px; padding-bottom: 10px;
	border-top:1px solid #E8E3CD;
}

div.contenttable div.contentRow {
	padding-left: 10px; padding-right:10px; padding-top: 7px; padding-bottom: 10px;	
	display:block;
	color:#333333;
}


div.contenttable div.contentRow2 {
	/*padding-left: 10px; padding-right:10px; padding-top: 7px; padding-bottom: 10px;*/
	padding-left: 20px; padding-right:0px; padding-top: 0px; padding-bottom: 10px;
	display:block;
	color:#333333;
}

div.contenttable div.contentRow3 {
	padding-left: 0px; padding-right:0px; padding-top: 0px; padding-bottom: 10px;
	display:block;
	color:#333333;
}

div.contenttable div.app_row {
	padding-left: 10px; padding-right:10px; padding-top: 2px; padding-bottom:2px;
	display:block;
	color:#333333;
}
div.contentRow div.colCell{
	display:table-cell;
	display:block;
	
	
}
div.contentRow div.leftCol{
	
	display:table-cell;
	float:left;
	width:45%;
	position:relative;
}
div.contentRow div.rightCol{
	display:table-cell;
	padding-left:0px;
}
div.boldText {
    font-weight: bold;
    word-wrap: normal;
}
div.contenttable div.contentRow div.step{
	padding:5px 0px 5px 0px;
	border-bottom:0px solid #BFBFBF;
}

div.contenttable div.contentRow div.step_last{
	padding:5px 0px 0px 0px;
}

div.downloadRow{
	padding:3px 10px 3px 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;
}
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.ContentRow_nomargin {
	padding-left: 10px; padding-right:10px; padding-top: 7px; padding-bottom: 10px;
	color:#333333;
}

div.contenttable div.nomargin {
	padding-left: 10px; padding-right:10px; padding-top: 3px; padding-bottom: 3px;
	color:#333333;
	display: block;
    overflow: hidden
}

div.contenttable div.tNc {
	margin:0px;
	padding:0px;
	background-color: #E8E3CD
}
div.contenttable div.tNc textarea{
	width:99.9%;
	height:100px;
	border:none;
	display:table-cell;	
}

div.contenttable div.tNc div.paddingleft {
	padding-top: 10px;
	padding-left: 30px;
}

div.contenttable div.blankrow {
	padding-left: 0px; padding-right:0px; padding-top: 0px; padding-bottom: 10px;

}

div.contenttable div.ContentRow#nomargin {

}

div.rowHeader{
	margin:0px;
	padding:15px 10px 25px 20px;
}

div.rowHeader div.td_logo{
	position:absolute;
	
}

div.rowHeader div.text{
	position:relative;
}
div.seperator {
    height: 1px;
    border-bottom: 1px solid #BFBFBF;
    overflow: hidden;
	margin : 4px;
}
.clear {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.clear2 {
    clear: both;
    width: 1px;
    height: 25px;
    overflow: hidden;
}

div.paddingleft {
    padding-top: 10px;
    padding-left: 30px;
}

div.leftchoice {
    top: 3px;
}
div.leftchoice {
    margin: 0px;
    padding: 0px;
    float: left;
    padding-bottom: 17px;
    position: relative;

}
div.rightlabel {
    padding-top: 1px;
}
div.contenttable_button {
    border: 1px #CCCCCC solid;
    display: block;
	overflow: hidden;
}
div.btnbar {
    float: right;
}

div.btnbar_flex {
    float: right;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-end;
}
div.btnbar_flex input{
	text-align: center; 
	padding: 10px;
	border-left: 1px solid rgba(255, 255, 255,0.3); 
	border-right: 1px solid rgba(0, 0, 0, 0.1); 
}

/* Floating column for labels: 50% width */
.col-50-right {
  float: right;
  width: 50%;
  margin-top: 6px;
}

/* Floating column for inputs: 50% width */
.col-50-left {
  float: left;
  width: 50%;
  margin-top: 6px;  
}

/* Floating column : 80% width */
.col-80-left {
  float: left;
  width: 80%;
}

/* Floating column: 20% width */
.col-20-right {
  float: right;
  width: 20%; 
}

.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}

/* Clear floats after the columns */
.contentRow2:after {
  content: "";
  display: table;
  clear: both;
}
.app_row:after {
  content: "\A";
  white-space: pre;
}
.small_withbreak:after  {
  content: "\A";
  white-space: pre;
}
.field_label_withbreak:after  {
  content: "\A";
  white-space: pre;
}
div.filingRecordForMainlandAuth_div {
	background-color:#d1a7a5;
	margin-bottom: 25px;
}

span.blacknote {
	word-wrap: normal;
}

/************ btn style begin *************/
input.continueBtn {
    font-size: 1em;
    background-color: #A74128;
    border: none;
    cursor: pointer;
    width: 90px;
    height: 39px;
    font-weight: bold;
    color: white;
    padding: 3px 0px 0px 0px;
}
input.continueBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:90px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}

input.defaultBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:70px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}
input.defaultBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:70px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}

input.ackBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:120px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}

input.viewAppDetailBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
input.viewAppDetailBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}

input.defaultBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:70px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}

input.ackBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:120px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
input.ackBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:120px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}

input.cancelBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
input.cancelBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}

input.payBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:150px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
input.payBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:150px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}


input.submitBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:70px; height:39px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 0px 0px 0px;
	
}
input.submitBtn_hov{
	font-size:1em;
	background-color: #E17F27;
	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;
	border:none;
	border:1px solid #e8e8e8;
	color: #4D4D4D;
	padding:3px 0px 0px 0px;
}

input.resetBtn_hov{
	font-size:1em;
	background-color:#D9D9D9;
	border:none;
	cursor:pointer;
	width:70px; height:39px;
	border:none;
	border:1px solid #dfdfdf;
	font-weight: bold;
	color: #4D4D4D;
	padding:3px 0px 0px 0px;
}

input.uploadBtn{
	font-size:1em;
	/*border:none;*/
	cursor:pointer;
	font-family: "Times New Roman", Times, serif;
	/*width:70px; height:39px;*/
	/*font-weight: bold;*/
	/*border:none;*/
	/*border:1px solid #e8e8e8;*/
	color: #000000;
	padding:3px 0px 0px 0px;
}
/*
input.specialCRPBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
input.specialCRPBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:190px; height:39px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}
*/
button.specialCRPBtn{
	font-size:1em;
	background-color:#A74128;
	border:none;
	cursor:pointer;
	width:380px; height:50px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
	
}
button.specialCRPBtn_hov{
	font-size:1em;
	background-color:#E17F27;
	border:none;
	cursor:pointer;
	width:380px; height:50px;
	font-weight: bold;
	color:white;
	padding:3px 0px 0px 0px;
}
/************ btn style end *************/
/************ content title begin *************/
div.long_step_hd {
     /*background-image: url('./images/title_long_step.jpg');
    background-repeat: no-repeat; */  
    vertical-align: text-top;
    padding: 0px 0px 0px 0px;
	/*height: 44px; */
}
td.step_cluster {   
    width: 100px;
    *background: rgb(148,32,43);
	background: -webkit-gradient(linear, left top, right top, from(rgba(148,32,43,1)), to(rgba(201,125,31,1)));
	background: -o-linear-gradient(left, rgba(148,32,43,1) 0%, rgba(201,125,31,1) 100%);
	background: linear-gradient(90deg, rgba(148,32,43,1) 0%, rgba(201,125,31,1) 100%); 
    /*height: 44px;  */
}
td.step_title {   
    text-align: left;
	word-wrap:break;
	padding: 7px 3px 7px 10px;
    /*background: rgb(148,32,43);
	background: linear-gradient(90deg, rgba(148,32,43,1) 0%, rgba(201,125,31,1) 100%);*/ 
    /*height: 44px;  */
}
div.long_step_hd span.step_no {
    color: #FFFFFF;
    padding: 0px 25px 0px 15px;
}
div.long_step_hd span.step_info {
    color: #4d4d4d;
    font-weight: bold;
}
div.long_step_hd span.step_remark {
    color: #666666;
    padding-left: 5px;
    font-size: 0.85em;
}

span.alert {
	display: inline;
	padding : 0px !important;
    color: #cd0100;
    font-size:9px;
}
/************ content title begin*************/
/************ step content begin*************/
div.contentRow div.title {
    color: #1a1a1a;
    background-color: #E8E3CD;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 10px;
	word-wrap: normal;
}

div.field_label {
    float: left;
    width: 250px;
    text-align: right;
    padding-right: 15px;
}


div.field_label_left {
	float:left; 
	text-align:left;
/*	padding-left:10px;*/
	font-weight:bold;
}

div.field_label_withbreak {
	text-align:left;
/*	padding-left:10px;*/
	font-weight:bold;
}

small.small_withbreak {
	text-align:left;
}
small.small_alert {
	color:#EE0000;
}

label.field_label_left {
	float:left; 
	text-align:left;
/*	padding-left:10px;*/
/*	font-weight:bold;*/
}
label.field_label {
    float: left;
    text-align: right;
    padding-right: 15px;
    word-wrap: break-word;
    
}

div.field_label_fix {
	float:left; width:200px;
	text-align:left;
	padding-left:0px;
}

div.field_label2 {
	float:left; width:150px;
	text-align:right;
	padding-right:15px;
	position:relative;
	top:-5px;
}

div.field_label3 {
	word-wrap: break-word;
	float:left; width:300px;
	text-align:right;
	padding-right:15px;

}

div.display_field{
	float:left; 
	text-align:left;
	/*padding-left:10px;*/
	color:gray;
	padding-bottom:5px;
}


div.display_field_bold{	 
	text-align:left;
	/*padding-left:10px;*/
	font-weight:bold;
	padding-bottom:5px;

}
input[type=text] {
  width: 100%;
  padding: 8px 10px;
  margin: 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid ;
  border-color:grey;
  background-color: #eee;
  color: black;
}
input[type=text]:disabled {
  background: #959595;
}
select { 
  max-width: 100%;
  padding: 8px 10px;
  margin: 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    background-color: #eee;
    color: black;
}
select:disabled {
  background: #959595;
}
label[disabled="disabled"]{
    background-color:  #959595;;
}
div.input_field{
	float:left; 
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
	color:gray;
}
.message.message-info>div {
    background-color: #f8ffff;
    color: #0e566c;
    -webkit-box-shadow: inset 0 0 0 1px #a9d5de, 0 0 0 0 transparent;
            box-shadow: inset 0 0 0 1px #a9d5de, 0 0 0 0 transparent;
}

.message>div {
    cursor: inherit;
    padding: 1.3em 1.5em;
    width: 100%;
    min-height: inherit;
}

.message>div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 130px;
    max-width: 100%;
    position: relative;
    background: #fafafa;
    padding: 1em;
    line-height: 1.4285em;
    -webkit-box-shadow: inset 0 0 0 1px rgba(34,36,38,.22), 0 0 0 0 transparent;
            box-shadow: inset 0 0 0 1px rgba(34,36,38,.22), 0 0 0 0 transparent;
    border-radius: 5px;
    cursor: pointer;
}
td.selection_or{
	  height:30px;
	  padding: 25 -20 25 25px; 
	  color:red;   
	  text-align: center; 
}
input.longInput{
text-transform: uppercase;
width:80%;
}
input.shortInput{
	text-transform: uppercase;width:150px;
}
input.mediumInput{	
	text-transform: uppercase;width:70%;
}
input.idcdInput{
	text-transform: uppercase;width:35px;
}
input.dayInput{
text-transform: uppercase;width:45px;
}
input.monthInput{
	text-transform: uppercase;width:45px;
}
input.yearInput{	
	text-transform: uppercase;width:60px;
}
input.appRefShortInput{
	text-transform: uppercase;width:35px;
}
input.appRefLongInput{
	text-transform: uppercase;width:60px;
}
.mediumSelect{
	width:50%;
}

.longSelect{
	width:80%;
}
span.buttontext {
padding-left: 1em;
overflow: hidden;
white-space: nowrap;
display: block;
-o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}

.button_look {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
div.steplayer {
	float:right;
}

.fileButton{
  color: black;
  display: inline-block;
  background: #F2F2F2;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  --webkit-user-select: none;
  cursor: pointer;
}
.fileUploadButton {
  position: absolute; 
  left: -9999em;
}
.fileSelected{
	word-break: break-word;
}
img.captcha{
	width:300px;
}
/************ step content end*************/
/************ error content begin*************/

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;
}

span.errortitle {
	padding-left: 10px; font-weight: bold;
	color:#CC0000;
	line-height: 19px;
}

div.errormsg {
	padding-left:27px; color:red;
	padding-bottom: 4px;
	color:#CC0000;
}
div.errormsg ul{
	clear:both;
	text-align:left;
	margin-left:10px;
}
div.errormsg ul li{
	margin-bottom:5px;
}
div.errormsg ul li span.code{
	color:#333333;
	padding-left:20px;
}

div.error, div.message {
    border: 1px solid #1aa0c8;
    padding: 4px;
}
/************ error content end*************/


/***********************Content bar end ****************************/
/***********************Footer bar begin ****************************/
div.footer {

    width: 100%;
    height: 150px;
   
	/* padding-top: 60px;
	word-wrap: break;*/
	
}

/*
div.auxiliaryMenu{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}*/
table.auxiliaryMenu{
	width:100%; 
	padding:4;	
	
}
div.auxiliaryMenuItems{
	float:left;
	height:20px;
}
a.footer, a.footer:active, a.footer:link {
	white-space:nowrap;padding:2px;
    color: #333333;
    text-decoration: none;
    margin-right: 0px;
    /*font-size: 1.5vmin;*/
	font-size: 2vmin;
	float :left;
}
/*
div.content div.leftcol {    
    background-color: white;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
   
}
div.rightcol {
	flex-shrink:10;
	padding-right: 5px; 
	text-align: right;
    float: right;	
}
div.content div.rightcol {
    background-color: white;
    border: none;
    text-align: left;
}*/
.space{
	 width: 49%;
}
img.brand{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%
}
td.brand{
	width:40%;
	margin: auto 0 auto auto;
	text-align:right;
}
.space2{
	float:left;
	width:30px;
	height:20px;
}
.spaceAppRef{
	float:left;
	width:15px;
	height:20px;
	padding-top:10px
}
/***********************Footer bar end ****************************/
/***********************Enquiry bar begin ****************************/
div.appRefHolder{
	float:left;
	vertical-align: middle;
	/*display:table-cell;*/
	/*height:20px;*/
}
/***********************Enquiry bar end ****************************/
/*********************** The switch - the box around the slider toggle btn begin ***********************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*********************** The switch - the box around the slider toggle btn end ***********************/
/*********************** The datepicker begin ***********************/
input.dateInput {
	width: 120px;
  	background-image: url("../images/calendar_2.png");
  	background-repeat: no-repeat;
    background-position: 90px 10px;
    display: inline-block !important
}

/*********************** The datepicker end ***********************/

/***********************Error bar begin ****************************/

div.errorlayer {
    border: 1px solid #CC0000;
    padding-top: 7px;
    margin-bottom: 28px;
    padding-left: 0px;
    background-color: #f2f2f2;
}

span.errortitle {
    padding-left: 10px;
    font-weight: bold;
    color: #CC0000;
    line-height: 19px;
}

div.errormsg {
    padding-left: 27px;
    color: red;
    padding-bottom: 4px;
    color: #CC0000;
}
/***********************Error bar end ****************************/

span.imsmarttag{
	display:block-inline;
}

.navbar-toggler-menu { display: none; }

.navbar-toggler-aside-1 {display: none;}
/* We rely on source order for mobile-first approach
 * in this case:
 * 1. header
 * 2. article
 * 3. aside 1
 * 4. aside 2
 * 5. footer
 */
/* Medium screens */
@media all and (min-width: 600px) {
  .aside { -webkit-box-flex:1; -ms-flex:1 4 0px; flex:1 4 0; }
}
 

@media all and (max-width: 800px) {
  	div.eidInnerDiv1{width:60vw;}
 	div.long_step_hd.show{ display: none;}
    .aside-1 {display: none; }
	.aside-1.show { display: block;}
    .navbar-toggler-menu:focus { outline: none; }
    .navbar-toggler-menu {
		display: block;
		position: static;		
		background-color: #E8E3CD;
		color: white;
		padding: 10px 15px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-color:white;
		top: 140px;		
		left: 200px;
		z-index: 10000;
	}
  .navbar-toggler-menu.hide {
		display: none;
		position: static;		
		background-color: #E8E3CD;
		color: white;
		padding: 10px 15px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-color:white;
		top: 140px;		
		left: 200px;
		z-index: 10000;
	}
	.navbar-toggler-aside-1 {
		display: block;
		position: static;		
		background-color: #E8E3CD;
		color: white;
		padding: 10px 15px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-color:white;
		top: 140px;		
		left: 200px;
		z-index: 10000;
	}
    /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
	.col-50-right, .col-50-left  {
		float: left;
		text-align:left;
	    width: 100%;
	    margin-top: 0;
	  }
  
    div.btnbar_flex {
	    float: right;
		flex-flow: column wrap;		
	}
	div.btnbar_flex input{
		text-align: center; 
		padding: 10px;
		border-top: 1px solid rgba(255, 255, 255,0.3); 
		border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	}
	img.captcha{
		width:60vw;
	}
	
	label.field_label{
	 	float: left;	    
	    text-align: left;
	    padding-right: 15px;
	}
}

/* Large screens */
@media all and (min-width: 800px) {
  .main    { -webkit-box-flex: 5; -ms-flex: 5 0; flex: 5 0; }
  .aside-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } 
  .main    { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  /*.aside-2 { order: 3; }*/
  .footer  { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
 
}

@media all and (-ms-high-contrast:none){
	table.shadow-outside{border:1px solid #cccccc;}
}
/* Hide the leftside bar */
/*
@media (max-width: 991px) {
	.aside {
		left: -991px;
		transition: all 0.3s ease;
	
	}

	.navbar-toggler {
		display: block;
		position: fixed;
		left: 0;
		background-color: rgb(0 102 153 / 0.80);
		color: white;
		padding: 10px 15px;
		transition: all 0.3s ease;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		top: 200px;
		z-index: 10000;
	}

	.navbar-toggler:focus { outline: none; }
	.aside.show { left: -0px;}
	.aside.show .navbar-toggler { left: 0px; }

	.cell {
		width: 280px;
    	left: -280px;
	}

	table.rightContent {
		top: -300px;
		 width: 100%; 
		margin-left: 0px;
	}

	.tm-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tm-text-container { max-width: 100%; }	
}

@media (max-width: 700px) {
	.tm-parallax {
		position: static;
		height: 360px;
		width: 100%;
	}

	.cell {
		width: 100%;
		margin-left: 0;
	}
}*/




.calenderTable
{
	text-align: center;
	width:100%;
	table-layout: fixed;
}

.calenderTable td
{
	border: 1px solid;
	border-color: #000000;
	text-align: center;
} 

.calenderTitle
{
	text-align: center;
	border:1px solid;
}

.calenderTable td.blankDate
{
	border: 0;
}

.calenderTable td a
{
	text-decoration: underline;
} 

span.btnNote {
    color: red;
	word-wrap: normal;
	font-weight:bold;
	text-align: right;
}

.bookingDetailTable{
	width:100%;
	table-layout: fixed;
}

.break
{
	padding-right: 20px;
}



.bookingDetailTable .fieldTitle
{
	float: right;
}

.textRed
{
	color: red;
}

input.bookRefShortInput{
	text-transform: uppercase;width:35px;
}
input.bookRefLongInput{
	text-transform: uppercase;width:60px;
}

#importantMessage * {
	color: unset;
}

#importantMessage p {
	margin-bottom: 0;
}

#importantMessage ol,
#importantMessage ul {
	padding-left: 16px;
	margin-bottom: 0;
}
