salc_s, .funs {
	display:flex;
	flex-direction:row;
	margin:1.5rem;
}
.reserve_btn, .payorder_btn, .delete_order{
	background-color: #304689;
	color: #ffffff ;
	font-weight:800 ;
	border-radius: 0.3rem;
	border: 1px solid #304689 ;
	margin-left:1.5rem;
	opacity:1;
}
.reserve_btn:hover, .payorder_btn:hover, .delete_order:hover, .buy-btn:hover{
   opacity:0.7;
}
.buy-r{
	margin:1rem;
}
.pass_info{
	padding:1rem;
}
.minus, .plus {
	width:2rem;
	height:2rem;
	text-align:center;
 }
.calc_info{
	width:4rem;
	text-align:center;
	padding: 0 0.2rem;
}
.salc_s1 {
	margin-top:1rem;
	display:flex;
	flex-direction:row;
}
.buy-btn , .plus, .minus {
	opacity:1;
	background-color: #304689;
	color: #ffffff ;
	font-weight:800 ;
	border-radius: 0.3rem;
	border: 1px solid #304689 ;
}
.marsh-r, .class-r, .date-r, .time-r, .pass-r, .passaheros-r {
	background-color:#FFFAFA;
	padding: 0.5rem;
	margin-left: 1rem;
	border-radius: 0.3rem;
	border: 1px solid #304689 ;
}
.price {
	font-size:1.5rem;
}
.inf{
    margin-top:1rem;
}
.pd{
	margin-top:0.2rem;
}
.left, .right {
	width:50%;
	display:flex;
	flex-direction:row;
}
.debug_info{
 margin-bottom:1.5rem;
}
.good_alert{
	background-color:#9FE2BF;
	font-weigth:600;
}
.bad_alert{
	background-color:#CD5C5C;
	color: #ffffff;
	font-weigth:600;
}
.pass_label{
	margin-top:1rem;
}
/* _______________________ refunds____________________*/
.sales_list_h_row{
display:flex; 
flex-direction:row;
}
.sales_list_cell_h1, .sales_list_cell_h2, .sales_list_cell_h3, .sales_list_cell_h4, .sales_list_cell_h5, .sales_list_cell_h6, .sales_list_cell_h0 {
background-color:#4e73df;
color:#ffffff;
}
.sales_list_cell_h1, .sales_list_cell_1, .sales_list_cell_h0, .sales_list_cell_0{
width:15%;
padding:0.5rem;
margin-right:0.2rem;
}
.sales_list_cell_h2, .sales_list_cell_2{
width:8%;
padding:0.5rem;
margin-right:0.2rem;
}
.sales_list_cell_h5, .sales_list_cell_5, .sales_list_cell_h6, .sales_list_cell_6, .sales_list_cell_h3, .sales_list_cell_3, .sales_list_cell_h4, .sales_list_cell_4{
width:18%;
padding:0.5rem;
margin-right:0.2rem;
}