.batbsr_content {
  float: left;
  width: 100%;
}
.batbsr_search {
  float: left;
  width: 100%;
}
.batbsr_search_from {
  float: left;
  width: 20%;
}
.batbsr_search_to {
  float: left;
  width: 20%;
  margin-left: 2%;
}
.batbsr_search_date {
  float: left;
  width: 20%;
  margin-left: 2%;
}
.batbsr_search_submit {
  float: left;
  background: teal;
  color: #fff;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
margin-left: 2%;
}
.batbsr_search_from_sl,
.batbsr_search_to_sl,
.batbsr_search_date_ip {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
}
.batbsr_vehicles {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.batbsr_vehicle {
  float: left;
  width: 160px;
  height: auto;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.batbsr_vehicle_bgcolor {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.batbsr_vehicle_name {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
	color: #000;
	border-radius: 20px;
	padding: 5px;
	box-sizing: border-box;
	line-height: 15px;
}
.batbsr_vehicle_dep,
.batbsr_vehicle_arr ,
.batbsr_vehicle_price {
  float: left;
  width: 100%;
}
.batbsr_vehicle_dep_lb,
.batbsr_vehicle_arr_lb ,
.batbsr_vehicle_price_lb {
  font-weight: bold;
  width: 100%;
	display: inline-block;
}
.batbsr_cars {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.batbsr_cars_vehicle {
  float: left;
  width: 100%;
  display: none;
}
.batbsr_cars_vehicle_item {
  float: left;
  text-align: center;
  cursor: pointer;
  margin: 5px;
  box-sizing: border-box;
}
.batbsr_cars_vehicle_item_bgcolor {
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
}
.batbsr_maps {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.batbsr_maps_vehicle {
  float: left;
  width: 100%;
  display: none;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ccc;
  max-width: 100%;
}
.batbsr_maps_car_item {
  float: left;
  width: 100%;
  display: none;
  height: 100%;
}
.batbsr_maps_car_item_map {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.batbsr_maps_car_item_map_row {
  float: left;
  width: 100%;
}
.batbsr_maps_car_item_map_col {
  float: left;
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px;
}
.batbsr_carriages_con_item_map_label {
  float: left;
  width: 100%;
  text-align: center;
  height: 100%;
  color: #fff;
}
.ishallway{
	opacity: 0;
	pointer-events: none;
}
.isbooked{
	cursor: not-allowed;
}
.batbsr_maps_car_item_map_col.active .batbsr_carriages_con_item_map_label {
  border: 1px solid red;
}
.batbsr_carriages_con_item_map_label_text {
  display: inline-block;
}
.batbsr_vehicle_info {
  float: left;
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 15px;
  margin-top: 5px;
  padding: 10px;
box-sizing: border-box;
font-size: 13px;
}
.batbsr_vehicle_lamp {
  float: left;
  width: 100%;
  height: 20px;
margin-top: 7px;
}
.batbsr_vehicle_lamp_left ,
.batbsr_vehicle_lamp_right {
  width: 50%;
  float: left;
  display: block;
  min-height: 1px;
  text-align: center;
}
.batbsr_vehicle_lamp_con {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
}
.batbsr_vehicle:hover .batbsr_vehicle_lamp_con {
  background-color: #fec306;
}
.batbsr_vehicle:hover .batbsr_vehicle_name {
  background: #fec306;
  color: #fff;
}
.batbsr_vehicle,
.batbsr_msg{
	display: none;
}
.batbsr_cars_vehicle_item_lg {
  float: left;
  width: 100%;
  padding: 10px;
box-sizing: border-box;
}
.batbsr_cars_vehicle_item_lg_it {
  float: left;
  width: 29%;
  height: 12px;
  background: #fff;
  margin: 2%;
  border-radius: 3px;
}
.batbsr_cars_vehicle_item_name {
  float: left;
  width: 100%;
  text-align: center;
}
.batbsr_overview {
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  display: none;
}
.batbsr_overview_list {
  float: left;
  width: 100%;
}
.batbsr_overview_list_item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.batbsr_overview_list_item_train {
  float: left;
  font-weight: bold;
}
.batbsr_overview_list_item_car,
.batbsr_overview_list_item_seat {
  float: left;
  margin-left: 20px;
}
.batbsr_overview_list_item_price {
  float: left;
  color: #e80808;
  margin-left: 20px;
}
.batbsr_overview_list_item_remove {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  color: red;
  font-size: 17px;
}
.batbsr_overview_info {
  float: left;
  width: 100%;
}
.batbsr_overview_info_total {
  float: left;
  font-weight: bold;
  font-size: 20px;
}
.batbsr_overview_but {
  float: right;
  background: #08c;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.batbsr_seatype {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.batbsr_cars_seattype {
  float: left;
  width: 100%;
  display: none;
}
.batbsr_cars_seattype_item {
  float: left;
  text-align: center;
	margin: 10px;
}
.batbsr_cars_seattype_item_head {
  margin-bottom: 10px;
}
.batbsr_cars_seattype_item_box img {
  width: 50px;
  display: inline-block;
}
.batbsr_cars_seattype_item_box {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
}
.batbsr_cars_seattype_item_box span {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -9999em;
}
.scw_spin.svg-spinner{
	vertical-align: middle;
}