
.seat_col ul{
    margin: 0;  /*To remove default bottom margin */ 
    padding: 0; /* To remove default left padding */
}
.seat_col ul li{
  list-style: none;
}
/*.seat_action{

  
}*/
/*.seat{
  margin-left: 10%;
  width: auto;
  background: ;

}*/
/*.seat_sold{
 margin-left: 20px;
}*/
/*.seat_sold,.seat_Booked,.seat_availabe{
 float: left;
 width: 100px;
}*/
.seat_grp{
  background:;
  width:65%;
  margin-left:5%;
}
.seat_col{
  
  
  display: inline-block;
}
.bus_btn{
   width: 25px;
   height: 25px;
   background:green;
   color: white;
   border: none;
   margin-top: 3px;
   margin-bottom: 3px;
   border-radius: 5px;
   visibility: ;
   
}
/*#btn_cancel{
  visibility:hidden;
}*/
#h5,#i5,#h6,#i6{

}
.o_b_box,.selected_item_box{
  
}
/*.o_b_box_container,.selected_item_box_container{
  padding: 10px;
  width: 90%;
  margin: auto;
  border: 1px solid #B8BDC3;
  height: 300px;
  border-radius: 5px;
  text-align: center;
}*/
/*.o_b_content{
  height: 240px;
  
  overflow: auto;
}*/

.seat_action{
  width: 100%;
  background:;
}
.seat_action button{
  
  height: 30px;
  border: 1px solid #3ebc9e;
  border-radius: 5px;
  margin-left: 0px;
  width: 100px;
  
}
.seat_bg_details{
  width: 70%;
  height: 60px;
  background: ;
  margin-left: 5%;
  margin-top: 0px;
  margin-bottom: 0px;


}

.seat_bg_selected{
  color: white;
  background: blue;
  height: 30px;
  border-radius: 5px;
  border:none;
  padding: 5px;
  line-height: 0px;
  font-size: 12px;
  
}
.seat_bg_booked{
   color: white;
  background: red;
  height: 30px;
  border-radius: 5px;
  border:none;
  padding: 5px;
  line-height: 0px;
  font-size: 12px;

}
.seat_bg_available{
   color: white;
  background: green;
  height: 30px;
  border-radius: 5px;
  border:none;
  padding: 5px;
  line-height: 0px;
  font-size: 12px;

}
.seat_refresh{

  width:auto;
  background: ;
  margin: auto;
  margin-top: 0px;

}
.btn_seat_refresh{
  height: 30px;
  border: 1px solid #3ebc9e;
  border-radius: 5px;
  width: 150px;
  margin-left: 8.5%;
  margin-top: 10px;


}
.seat_show_info{
  margin: 3px;
  border: none;
  width: 80px;
  height: 19px;
  font-size: 13px;
  font-weight: ;
  color: white;
  border-radius: 3px;

  
}
.seat_male{
  background: red;
}
.seat_female{
  background: rgb(255, 102, 255);
}
.seat_booked{
  background: rgb(237, 125, 49);
}
.seat_blocked{
  background: rgb(127, 127, 127);
}