/************************************************
CSS IN DEVELOPMENT
************************************************/
ul.pagination {
   float: right;
}
ul.pagination li {
    list-style: none;
    float: left;
    padding: 10px 0;
    width: 35px;
    text-align: center;
}
ul.pagination li a{
    color: #b6bfd3;
}
ul.pagination .active {
    color: #fff;
    width: 35px;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    border-radius: 50%;
    color: #b6bfd3;
}
ul.pagination .active span{
   color: #fff;
}
.single-bus .bus-opt-price span:first-child {
    display: block;
}
.single-bus .small-thumb {
    width: 30%;
}
.big-thumb {
    height: 175px;
    width: 270px;
}
.small-thumb {
    width: 82px;
}
.has-error {
    border: 2px solid red;
}
.alert.message {
    position: fixed;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 450px;
    padding: 50px 10px;
    background: #15bec5;
    color: #fff;
    text-align: center;
    font-size: 18px;
    top: 37%;
    z-index: 999;
}
.main-trans-wrapper .single-trans .trans-description {
    overflow: hidden;
    height: 130px;
}
.main-trans-wrapper .single-trans .trans-description.full-height {
    height: auto;
}
.read-more-btn {
    background: #15bec5;
    color: #fff;
    float: right;
    margin: 15px 0;
}
.main-trans-wrapper .single-trans {
    padding: 25px 25px 60px;
}
.has-error {
    border: 2px solid red !important;
}
.input-field span {
    margin: 0 0 0 5px;
}
.blueActive{
    background:#011F5D ;
}
