.view_route_schedule{
	position: fixed;
	width: 100%;
	height: 750px;
	background-color: rgb(151, 151, 151,.3);
	
	z-index: 2;
	visibility: hidden;
	
}

.view_route_schedule_content{
	box-shadow: 0px 0px 10px 2px #888888;
	width: 75%;
	min-width: 900px;
	min-height: 520px;
	height: 520px;

	background: #fff;
	border-radius: 5px;
	border:1px solid #24beaf;
	margin: auto;
	margin-top: 60px;
}
.route_info{
	height: 40px;
	width: 90%;
	float: left;
}
.route_info_container{
	background: ;
	height: 40px;
	margin-left: 40px;
	font-size: 15pt;
	padding: 3px;

}
.info_mark_text{
	background: rgb(169, 169, 169);
	color: white;
   padding-right: 3px;
   padding-left: 3px;
   border-radius: 2px;
}
.route_schedule_dialog_box_header{
	width: 100%;
	height: 50px;
	background: ;
}
.voucher_dialog_close,.route_dialog_close{
	margin: 5px;
	height: 30px;
	width: 30px;
	float: right;
    cursor: pointer;
}
.view_route_schedule_container{
	width:98%;
	height: 520px;
	background: ;
	margin: auto;
}
.view_route_schedule_row{
	width:100%;
	background: ;
	margin: auto;
}

.seat,.order_info,.user_info{
	width: 280px;
	float: left;
	background: ;
	margin-left: 5px;
	margin: 1px;
}
.seat{
	
	width: 270px;
}
.order_info{
	margin-left: 25px;
	background: ;
}
.user_info{
	margin-left: 25px;
	background: ;
}
.selected_seat_list{
	border:1px solid #d9d9d9;
	width: 100%;
	height: 110px;
	background: ;
	border-radius: 5px;
	overflow: scroll;
	overflow-x: hidden;

	padding: 7px;
}
.selected_seat_single p{
   width: auto;
   color: #767171;

}
.selected_seat_single p,.selected_seat_single button{
	display: inline-block;
}
.selected_seat_single{
	width: 50%;
	margin:auto;
	background: ;
	line-height: 7px;

}
.selected_seat_single button{
	margin-left: 10px;
	border: none;
	background: none;
}
.seat_close_png{
	width: 10px;
	height: 10px;
}
.seat_name_span{
	margin-left: 30px;
}
.total_amount{
	width: 100%;

}
.total_amount p{
	
	margin-left: 60px;
	color: #767171;
	line-height: 18px;
}
.boarding_point_box{
	background: ;
	height: 40px;
	width: 100%;
}
.boarding_point{
	width: 100%;
	height: 40px;
    border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align: center;
    text-align-last: center;
    
}
.submit_discount{
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.fld_discount{
    width: 180px;
	height: 35px;
    border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align: center;
}
.book_submit{
	float: right;
	border: none;
	width: 90px;
	height: 37px;
	border-radius: 5px;
	background: #bfbfbf;

}
.view_voucher{
	margin-top: 10px;
	width: 100%;
	height: auto;
	background:	;
	border:1px solid #d9d9d9;
	border-radius: 5px;

}
.view_voucher_content{
	width: 70%;
	height: 130px;
	background: ;
	margin: auto;
	padding-top: 10px;
}
.view_voucher_content table tr td{
	padding-right: 20px;
	text-align: left;
}
.view_voucher_content table tr td:nth-child(even){
	text-align: right;
}
.view_voucher_content table tr:nth-child(even){
	
	border-bottom: 1px solid #999;
	line-height: 50px;
}
.user_info_container{
	width: 95%;
	height: auto;
	margin: auto;
	background: ;
}
.user_input{
	width: 100%;
	height: 32px;
    border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 7px;
}
.user_gender_box{
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn_gender{
	width: 48%;
	height: 32px;
    border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align: center;
    color: #666;
    font-weight: 500;
    
}
.btn_gender:hover{
	background: #24beaf;
	color: black

}
.btn_female{
	float: right;
}
.text_area{
	border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align:center;
	width: 100%;
	height: 130px;
	resize: none;
	padding: 10px;

}
.book_type_box {
	width: 50%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0px;
}
.reservation_box{
	width: 100%;
	height:auto;
	background:;
	padding-top: 10px;
	padding-bottom: 10px;

}
.reservation_box input{
	border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align:center;
	width: 48%;
	height: 30px;
	text-align: center;
	font-size: 13px;

}
.reservation_time{
	float: right;
}
.book_action{
	width: 100%;
	height:auto;
	background:;
	padding-top: 10px;
	padding-bottom: 10px;

}

.book_action button,.sold_cancel{

	
	border: 1px solid #3ebc9e;
    border-radius: 5px;
    text-align:center;
	width:100%;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
.sold_cancel{
	background: #eb2570;
	color: white;
	margin-top: 11px;
}

/*vouche page*/
.voucher{

	position: fixed;
	width: 100%;
	height: 750px;
	background-color: rgb(151, 151, 151,.3);
	z-index: 3;
	visibility:hidden; 
	

}
.voucher_container_header{

}

.voucher_container{
	/*box-shadow: 0px 0px 10px 2px #888888;*/
	width: 60%;
	height: 350px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #24beaf;
	margin:auto ;
	margin-top: 150px;
}
.voucher_content{
	width: 90%;
	height: auto;
	margin: auto;
	background: ;
	margin-top: 60px
}
.voucher_content_table{

  width: 70%; 
  margin: auto;
  margin-left: 25%;
  background: ;

  font-weight: 500;
  color: #666;
}
.order_status{
	height: 50px;
	background: ;
}
.confirm_box{
	margin: auto;
	width: 400px;
	background: ;
	text-align: center;
}
.confirm_box button{
	
	width: 175px;
	height: 35px;
	border-radius: 5px;
	color: white;
	margin-top: 35px;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
}
.confirm_box button:hover{
	background: blue;
}
.btn_cancel{
	margin-right:18px;
   background: rgb(192, 0, 0);
}
.btn_confirm{
  background: rgb(0, 112, 192);
}
.voucher_content_table tr td{
	width: 200px;
}
.voucher_action{
	width: 90%;
	background:;
	width: 100%;
	height: 100px;
	text-align: center;
}
.voucher_action p{
	line-height: 100px;
	font-weight: 600;
    color: #666;
}
.voucher_action_btn_group{
	width:auto;
	background:;


}
.btn_voucher{
	border: none;
	width: 150px;
	height: 30px;
	background: #3ebc9e;
	border-radius: 5px;
	
}
.btn_voucher:hover{
  background:blue;
  color: white; 
}
.order_status{
	text-align: center;
	color: green;
}
.print_btn{
	border: none;
	width: 150px;
	height: 30px;
	background: #3ebc9e;
	border-radius: 5px;
	margin: 10px;


}
.action_box{
	padding: 10px;
	height: 50px;
}
.action_box button{
float: right;
}
.cancel_sheet_table_container h3{
  text-align: center;

}
.cancel_history_table{
	background: ;

	text-align: center;
}
.trip_sheet_data_container{
	width: 98%;
	text-align: center;
	background: ;
	margin: auto;

}
.trip_sheet_heading_info h2,.trip_sheet_heading_info p{
 line-height: 20px;
}
.trip_sheet_heading_info{
	width: 70%;
	background: ;
	margin: auto;	

	
}
.trip_sheet_input{
	height: 30px;
	width: 280px;
	border: none;
	border:1px solid #999;
    border-radius: 3px;
}
.coach_details_table{
	margin: auto;
    margin-top: 20px;
}
.coach_details_table tr td{
	padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border:1px solid black;
  font-weight: 500;
}
 /*sheet box */
 .view_sheet_box{

 	width: 90%;
 	height: 600px;
 	background:white ;
   visibility:hidden ;
 	position: fixed;
 	margin-top: 50px;
 	border-radius: 5px;
 	margin-left:4%; 
 	z-index: 2;
 	border: 1px solid #666;
 	overflow: auto;
 	overflow-x: hidden;
 }
.heading_info,.action_status{
	float: left;
}
.action_status{
   color: green;
   padding-left: 10px;
}