.border-top {
    border-color: #eee !important;
}
.form-error-msg
{
	color:crimson; 
  
}
[data-video-background] 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.bg-body 
{
	background-color: rgba(255,255,255,0.95) !important;
}
.auth-bg 
{
	background-image: url('/images/landing/china.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.auth-bg-b2b
{
	background-image: url('/images/landing/china-b2b.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.print_container {
    max-width: 100vw;
    margin: 0 auto; 
    padding: 20px; 
} 
.layout
{
	width:100%;
}
.layout td
{
	vertical-align:top;
}
.layout .left
{
	width:70%;
}
.layout .right
{
	width:27%;
}
.layout .middle
{
	width:3%;
}
.layout .half
{
	width:48%;
}
.module
{
	font-size:8pt;
	margin-bottom:15px;
}
.module-title
{
	font-size:8pt;
	background-color:orange;
	font-weight:bold;
	padding:3px 5px;
	color:#fff;
	margin-bottom:5px;
}
.module ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.module ul li
{
	border-bottom:solid 1px #eee;
	padding:3px 5px;
}
.detail_name_cn
{
	/* font-weight:bold; */
	color:gray;
}
.red {
	background-color: rgb(255, 99, 132);
	color:#fff;
}
.orange {
	background-color: rgb(255, 159, 64);
	color:#fff;
}
.yellow {
	background-color: rgb(255, 205, 86);
	color:#fff;
}
.green {
	background-color: rgb(75, 192, 192);
	color:#fff;
}
.blue {
	background-color: rgb(54, 162, 235);
	color:#fff;
}
.purple {
	background-color: rgb(153, 102, 255);
	color:#fff;
}
.grey {
	background-color: rgb(231, 233, 237);
	color:#fff;
}
.fly
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
.fly li
{
	display:inline-block;
	font-size:9pt;
	border-left:solid 1px #333;
	padding-left:10px;
	padding-right:10px;
}
.fly li:first-child
{
	display:inline-block;
	font-size:9pt;
	border-left:none;
	padding-left:10px;
	padding-right:10px;
}

.tour_code
{ 
	font-size:9pt;  
}
.tour_code strong
{
	color:#006699;
}
.itinerary {
    border-top: solid 1px #eee;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 10px;
}

.itinerary-title
{
	font-weight:bold;
	font-size:10pt;
}
.itinerary-meals
{ 
	float:right; 
	color:crimson;
	font-weight:bold; 
} 
.itinerary-highlight
{
	text-align:justify;
}
.itinerary-destination
{
	font-weight:bold;
	color:purple;
}
.company
{
	border-bottom:solid 1px #eee;
	margin-bottom:20px;
	padding-bottom:10px;
}
.company_name
{
font-size:20pt;
font-weight:bold;
}
.company_name small
{
font-size:8pt;
}
.company_address 
{
font-size:9pt;
}
.company_contact 
{
font-size:9pt;
}
.layout-rate
{
border-collapse: collapse;
margin-top:20px;
margin-bottom:20px;

}
.layout-rate th,
.layout-rate td
{
border:solid 1px #eee;
text-align:center;
font-size:9pt;
}

.layout-rate td
{
font-size:12pt;
padding:10px;

}				
.layout-none td,
.layout-none th
{
	border:0px;
	font-size:8pt;
	text-align:center;
}
.layout-item tr th
{
	border-bottom:double 3px #ccc;
}
.layout-item tr td
{
	border-bottom:solid 1px #eee;
}
.layout-ground
{
	
}
.ground-label
{
	font-weight:bold;
	text-align:left !important;	
	font-size:8pt  !important;	
	width:200px;
	text-transform:uppercase;
}
.cal-label
{
	text-align:left !important;
	font-size:8pt;
	font-weight:bold;
}
.cal-calendar
{
	text-align:left !important;
	
}
.calendar-picker td
{
	font-size:8pt !important;
	padding:3px;
	
}
.calendar-picker td:first-child
{
	font-weight:bold;
	color:#fff;
	text-transform:upeprcase;
	background-color:#333;
}