body{
	background: #f2f5f7;
}
.set_up_form{
	background: ;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.form-control{
	height: 50px;
	text-align: center;
}
.pickup_body{
	background: white;
	padding: 10px;
	border-radius: 4px;
}
.picup_table {
	margin-left: 10px;
}
.picup_table tr{
	height: 100px;

}
.picup_table tr{
  background: ;
  margin: 1px;
  width: 100%;
}
.picup_table td:nth-child(odd){color: #acb0b5;}
.picup_table tr td{
	padding-right: 30px;
	margin-right: 20px; 
}
.type_icone{
	margin-top: 5px;
	width: 35px;
	height: 25px;
	margin-right: 15px;
	float: left;
}
.Scheduled_type{
	margin-top: 5px;
	float: left;
	font-weight: bold;
	color: #565656;
}
.inpt_address{
	margin-top: 5px;;
	float: left;
	border: none;
	background: white;
	color: #535353;
}
.date_time{
	border:none;
	background:white;
	width: 150px;
	margin-top: 5px;
	margin-left: 10px;
}
.vehicle_opt{
	border: 1px solid #e3e3e3;
	width: 150px;
	height: 130px;
	margin: 2px;
	text-align: center;
	cursor: pointer;
	
}
.choose_vehicle{
	
	margin-top: 30px;
	width: 50px;
	height: 30px;
	margin-bottom: 7px;
}
.many_vans{
	margin-left: 0px;
	margin-top: 30px;
	width: 70px;
	height: 30px;
	margin-bottom: 7px;


}
.icone_title{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	/* color: #e71b4c; */
	
	
}
.btn_save{
	background: #e71b4c;
	border:none;
	width: 150px;
	height: 40px;
	border-radius: 2px;
	color: white;
}
.btn_cancel{
	background: white;
	border:none;
	width: 150px;
	height: 40px;
	border-radius: 2px;
	color: black;
	border: 1px solid #666;
}

.sml_input{

	height: 20px;
	width: 80px;

	border: none;
	border: 1px solid #e6eaed;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0px 2px 3px #888888;
}

.sml_dimension{
	width: 52px;

	border: none;
	border: 1px solid #e6eaed;
	border-radius: 3px;
	
	text-align: center;
	box-shadow: 0px 2px 3px #888888;
}
.input_box{
	
	height: 70px;
	background: ;
	margin: 3px;
	border-radius: 2px;
	padding: 8px;
	
	
}
.nrm_inpt{
	border: none;
	border: 1px solid #e6eaed;
	border-radius: 3px;
	width: 165px;
	text-align: center;
	box-shadow: 0px 2px 3px #888888;
}
.total_order{
	padding: 10px;
	float: right;
	width: 80%;
	min-height: 200px;
	max-height: 400px;
	background: ;
	
	text-align: ;
	border: 1px solid #e6eaed;
	box-shadow: 0px 2px 3px #888888;
}
.total_order ul {
	
	width: 100%;
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0; 
    padding: 0; 
}
.total_order ul li{
   list-style: none;
   width: 100%;
   height: 40px;
   background: #fffbe6;
   margin-bottom: 4px;
}

.order_action{
	margin-top: 20px;
	float: right;
	width: 80%;
	height: 200px;
	background: ;

}
.add_another{
	
	width: 100%;
	height: 35px;
	background: #e71b4c;
	border: 1px none;
	border-radius: 2px;
	margin-top: 5px;
	box-shadow: 0px 2px 3px #888888;
	
}
.save_continue{
	margin-top: 5px;
	
	width: 100%;
	height: 35px;
	background: white;
	border: 1px none;
	border-radius: 2px;
	box-shadow: 0px 2px 3px #888888;
	
}
.order_status{
	color: #ffcc75;
	float: right;
	margin-right: 5px;
}


.order_li{
	cursor: pointer;
}
.order_name{
	font-size: 20px;
}
.order_error{
	color: red;
}
a{
	color: white;
}
.login_form_container{
	margin-top: 70px;
}
.login_form_container h3{
	text-align: center;


}
.login_form_container h3 span{
	color: red;
}
.login_form_container form input{
	margin-bottom: 10px;
}
.signin_signup_link{
	padding: 5px;
}
.signin_signup_link a{
	color: green;
}
.view_lbl{
	color:green;
	text-decoration: none;
}
