html {
	
}


.button {
  display: inline-block;
color: #fff;
background-color: #5853ae;
border: none;
border-radius: 15px;
box-shadow: 0 3px #999;
padding: 10px;
width:100px;
}

.button:hover {background-color: #adabdd}

.button:active {
  background-color: #adabdd;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


body {
	font-family: Arial;
	font-size: 15px;
	/* line-height: 1.5; */
	background-color: #ADABDD !important;
}

.table2 {
  border-collapse: collapse;
  border: 1px solid black;
  /*border-spacing: 10px;*/  
}

.replyTitle {
	color: #000 !important;
	background-color: #fff !important;
	padding-top: 10px;
	background-color: #E8E8E8;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	padding: 0.01em 16px;
	height: 50px;
	margin: auto;/* YLT for responsive view */
}

.logoImg {
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

.logoText {
	float: left;
	font-size: 17px; /* change font size by YLT for responsive problem */
	font-weight: bold;
	margin-top: 6px;
	color: #5853A3;
}
/* YLT */
.logoTextScheduleForm {
	font-size: 17px;
	font-weight: bold;
	margin-top: 6px;
	color: #5853A3;
	background-position: left top;
}

.title-breakline {
	display: none;
}

.lang-radio {
	float: right;
	width: 100px;
	/* margin-top: 10px; */
	margin-top: -20px;
	margin-right: -20px;
}

.line {
border: 2px solid #5E1699;
/* padding: 10px; */
border-radius: 7px;
height:30px;
width:175px;
}

.ss {
border: none;
padding: 10px;
border-radius: 25px;
height:30px;
font-size:12px;
}


.line2 {
border-left: 2px solid #5E1699;
/* border-radius: 7px; */
border-right:none;
border-top:2px solid #5E1699;
border-bottom:2px solid #5E1699;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
height: 30px;
width: 40px;
}


.line3 {
border-left: none;
/* border-radius: 7px; */
border-right:none;
border-top:2px solid #5E1699;
border-bottom:2px solid #5E1699;
height: 30px;
width: 10px;
}

.line4 {
border-left: none;
/* border-radius: 7px; */
border-right:none;
border-top:2px solid #5E1699;
border-bottom:2px solid #5E1699;
height: 30px;
width: 80px;
}

.line5 {
border-left: none;
/* border-radius: 7px; */
border-right:2px solid #5E1699;
border-top:2px solid #5E1699;
border-bottom:2px solid #5E1699;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
height: 30px;
width: 15px;
}

.lang-txt {
	color: #5853A3;
	/* vertical-align: 4px; */
}

.scheduleForm {
	margin-top: 1px !important;
	padding: 0.01em 0px;
	box-sizing: inherit;
}


.replyBox {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	padding: 0.01em 10px;
	background-color: #fff !important;
	min-height: 350px;
}
.customerInfo {
	margin-top: 6px;
	/* width: 40%; */
	border-spacing: 0px;
	border-collapse: collapse; /* YLT; */
	width:auto !important;
	height:auto !important;
}

.customerInfo td, th {
	/* border: 1px solid #5853A3; */
	height:auto !important;
}

.customerInfo tr:nth-child(even){background-color: #f2f2f2}

.customerInfo tr { height: 50px; }

.customerInfo  th {
  background-color: #5853ae;
  color: white;
}

.scheduleTable {

	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	
}

.scheduleTable tr:nth-child(even){background-color: #f2f2f2}

.scheduleTable tr { height: 50px; }

.scheduleTable  th {
  background-color: #5853ae;
  color: white;
}


.payStyle {
	/* width: 24px; */
	height: 24px;
	position: relative;
	/* top: 6px; */
	top: 2px;
	border: 1px solid #5853A3;
	vertical-align: initial;
	font-size : small;
}

.linkStyle {
	/* width: 24px; */
	height: 24px;
	position: relative;
	/* top: 6px; */
	top: 4px;
	
	vertical-align: initial;
	font-size : 16px;
}

.payStyleBold {
	/* width: 24px; */
	height: 24px;
	position: relative;
	/* top: 6px; */
	/*top: 2px; */
	border: 1px solid #5853A3;
	vertical-align: initial;
	font-weight: 500;
	
	font-size : small;
	
}


.linkStyleBold {
	/* width: 24px; */
	height: 24px;
	position: relative;
	/* top: 6px; */
	/*top: 2px; */

	
	font-weight: 500;
	
	font-size : 12px;
	text-align:center;
	
}

th {
	font-weight:normal;
}



.ageementNoInfo
{
border-spacing: 0px;
border-collapse: collapse;
font-style: italic;
color: #50258D;
font-size: large;
}


.submitBtn {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #fff !important;
	background-color: #5853A3 !important;
	border-radius: 25px;
}

.submitBtn:hover {
	color: #fff !important;
	background-color: #706BBB !important
}

.footer {
	color: #000 !important;
	background-color: #fff !important;
	padding-top: 10px;
	background-color: #E8E8E8;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	padding: 0.01em 16px;
	margin-top: 1px;
}

.paymentFieldSet {
	border: 1px solid #5853A3;
	border-radius: 5px;
	margin-top: 5px;
}

.footerText {
	color: #5853A3;
	font-size: 12px;
}

.errors {
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
	width: 500px;
	margin-bottom: 8px;
	margin-align: center;
	align: center;
	font-size: 11px;
}

.errors li {
	list-style: none;
}

.success {
	background-color: #DDFFDD;
	border: 1px solid #009900;
	width: 500px;
	margin-bottom: 8px;
	margin-align: center;
	align: center;
	font-size: 11px;
}

.success li {
	list-style: none;
}

/* .info-link {
	background-color: #5853A3;
	color: white;
	padding: 5px 10px;
	padding: 5px 5px 5px 5px;
	border-radius: 7px;
	margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(183, 172, 216, 0.2), 0 4px 20px 0
		rgba(189, 157, 182, 0.19);
} */

.info-link {
	background-color: #5853A3;
	padding: 5px 5px;
	margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    color: white;
	box-shadow: 0 4px 10px 0 rgba(183, 172, 216, 0.2), 0 4px 20px 0
		rgba(189, 157, 182, 0.19);
}



.info-link:hover {
	opacity: 0.7;
}

/*==================================== paymentInfoForm ===================================*/
.infoTitle {
	color: #000 !important;
	background-color: #fff !important;
	padding-top: 10px;
	background-color: #E8E8E8;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	padding: 0.01em 16px;
	height: 60px;
}

.infoBox {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	background-color: #fff !important;
	padding: 0.01em 6px;
	min-height: 350px;
}

.infoFooter {
	color: #000 !important;
	background-color: #fff !important;
	padding-top: 10px;
	background-color: #E8E8E8;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5), 0 4px 20px 0
		rgba(0, 0, 0, 0.19);
	padding: 0.01em 16px;
	margin-top: 1px;
}

.paymentInfoForm {
	margin-top: 1px !important;
	/* padding: 0.01em 16px; */
	box-sizing: inherit;
}

.underline-and-bold {
	/* text-decoration: underline; */
	font-weight: bold;
	text-align: center;
	font-size: 0.87em; /* Add font-size by YLT for responsive */
}

.underline {
	text-decoration: underline;
	text-align: center;
	font-size: 0.87em;
}

.header {
	text-decoration: underline;
	text-align: center;
}

/* YLT for online customer pages */
.header-online {
	text-align: center;
}

.info-table {
	text-align: center;
	border-spacing: 0px;
	width: 50%;
	border-collapse: collapse;  /* added by YLT for online customer pages */
}

.info-table td {
	border: 1px solid #5853A3;
	height: 40px;
}

#MyanDiv {
	display: block;
}

#EngDiv {
	display: none;
}

.logo-img {
	width: 30px;
	height: 35px;
}

.link {
	color: white;
}
/* YLT */
a.email {
	color: #0066ff;
	text-decoration: underline;
}
/* YLT */
.testTable{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 300px;
	font-size: 14px;
	font-weight: bold;
	/* width:200px; */
}
/*==================================== Screen for 367px ~ 768px ===================================*/
@media only screen and (min-width: 401px) and (max-width: 768px) {
	.customerInfo {
		font-size: 10px; ! important;
		width: 70%; /* width: 55%; */
	}
	.customerInfo td, th {
		/* border: 1px solid #5853A3; */ /* remove border css for responsive by YLT */
	}
	.scheduleTable {
		font-size: 13px;
		important;
	}
	.mainDiv {
		width: 100%;
	}
	.errors {
		width: 360px;
		font-size: 11px;
	}
	.success {
		width: 300px;
		font-size: 10px;
	}
	.line {
		/*width: 210px;*/
		width:175px;
	}
	.info-table {
		/* margin-left: 85px; */ /* reduce position from 200px to 85px for responsive by YLT */
		font-size: 9px; /* add font-size for responsive by YLT */
	}
	.title-breakline {
		display: inline;
	}
	/* YLT */
	.testTable{
	margin-left: 195;
	font-size: 10px;
    }
    
    .logoTextScheduleForm {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
	color: #5853A3;
	background-position: left top;
}
}

/*==================================== Screen for under 400px ===================================*/
@media only screen and (max-width: 400px) {
	.customerInfo {
		font-size: 10px; ! important;
		width: 100%;
	}
	.scheduleTable {
		font-size: 10px;
		!
		important;
	}
	.scheduleForm {
		font-size: 11px;
		important;
	}
	.paymentInfoForm {
		font-size: 11px;
		important;
	}
	.mainDiv {
		width: 100%;
	}
	.logoText {
		font-size: 14px;
	}
	.footerText {
		font-size: 9px;
	}
	.errors {
		width: 270px;
		font-size: 11px;
	}
	.success {
		width: 200;
		font-size: 10px;
	}
	.line {
		width: 175px;
	}
	.list-style {
		margin-left: -30px;
		font-size: 9px;/* add font-size for responsive by YLT */
	}
	.info-table {
		font-size: 8px; /* change 10px to 8px */
		margin-left: 60px;
		width: 70%;
	}
	.info-table td {
		border: 1px solid #5853A3;
		height: 30px;
	}
	.logo-img {
		width: 30px;
		height: 35px;
	}
	.lang-txt {
		font-size: 10px;
	}
	.lang-radio {
		margin-right: 0px;
		width: 70px;
	}
	.title-breakline {
		display: inline;
	}
	/* YLT */
	.testTable{
	font-size: 11px;
	margin-left: 100px;
    }
    
    .logoTextScheduleForm {
	font-size: 10px;
	font-weight: bold;
	margin-top: 6px;
	color: #5853A3;
	background-position: left top;
}
}