.clear{
    clear: both;
}
.bus-box{
    border: solid gray 1px;
    width: 155px;
    padding: 7px;
}

#bus_location_header{
    background-color: #e5097f;
    color: white;
    display: inline-block;
}

.bus-row-box{
    width: 155px;
}



.bus-place, .bus-place-separator{
  width:20px;
  height:20px;
  float:left;
  text-align:center;
  margin:4px;
}

.bus-place{
  border:1px gray solid;
  cursor:pointer;
}

.bus-place-separator{
  border:none;
}

.place-reserved-current{
   background-color: blue;
   color:white;
}

.place-reserved-preorder{
   background-color: yellow;
   color:black;
}

.place-reserved{
    background-color:red;
    color:white;
}

.delivery-location,.location-info{
    float:left;
    margin-right: 20px;
}

.delivery-persons{
    
}
.delivery-persons li a.active{
    font-weight: bold;
    color: blue;
    display: inline-block;
    background-image: url(img/check.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.tourprice .specialprice {
    color: red;
}

.tourprice .baseprice{
    color: gray;
    text-decoration: line-through;
}
.ui-datepicker{
    z-index: 3 !important;
}