@media screen and (max-width: 768px) {
    div.seatCharts-row {
        height: 60px !important;
    }
    div.seatCharts-cell {
        height: 80px !important;
        width: 80px !important;
        line-height: 80px !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 500px) {
    div.seatCharts-row {
        height: 40px !important;
    }
    div.seatCharts-cell {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
        font-size: 15px !important;
        margin: 2px !important;
    }
}


/** Main Seat Charts **/

div.seatCharts-cell {
    margin: 7px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 13px;
    color: #182c4e;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

div.seatCharts-seat {
    background-color: green;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}

div.seatCharts-seat:focus {
    border: none;
}

div.seatCharts-space {
    background-color: white;
}

div.seatCharts-row {
    height: 50px;
    width: 100% !important;
}

div.seatCharts-row:after {
    clear: both;
}

div.seatCharts-seat.selected {
    background-color: aqua;
}

div.seatCharts-seat.focused {
    background-color: #6db131;
}

div.seatCharts-seat.available {
    background-color: green;
}

div.seatCharts-seat.unavailable {
    background-color: red;
    cursor: not-allowed;
}

ul.seatCharts-legendList {
    list-style: none;
}

li.seatCharts-legendItem {
    line-height: 2;
    display: inline-table;
}


/** Main Seat Charts ^ Above**/

.bus_availability {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    font-size: 12px;
}

.point {
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.boarding {
    color: blueviolet;
}

.dropping {
    color: navy;
}

.front-indicator {
    width: 145px;
    margin: 5px 32px 15px 32px;
    background-color: #f6f6f6;
    color: #adadad;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.wrapper {
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.container {
    margin: 0 auto;
    /* width: 500px; */
    text-align: left;
}

.booking-details {
    /* float: left; */
    text-align: left;
    font-size: 12px;
    position: relative;
    /* height: 401px; */
}

.booking-details h3 {
    margin: 0x 0 15px 0;
    font-size: 15px;
}

.booking-details h4 {
    margin: 5px 5px 0 0;
    font-size: 14px;
}

div.seatCharts-seat {
    color: #ffffff;
    cursor: pointer;
}

div.seatCharts-row {
    height: 35px;
}

div.seatCharts-seat.available {
    background-color: #b9dea0;
}

div.seatCharts-seat.available.first-class {
    /* 	background: url(vip.png); */
    background-color: #3a78c3;
}

div.seatCharts-seat.focused {
    background-color: #76b474;
}

div.seatCharts-seat.selected {
    background-color: #e6cac4;
}

div.seatCharts-seat.unavailable {
    background-color: #472b34;
}

div.seatCharts-container {
    border-right: 1px dotted #adadad;
    width: 100%;
    float: left;
}

div.seatCharts-legend {
    padding-left: 0px;
    bottom: 16px;
}

ul.seatCharts-legendList {
    padding-left: 0px;
}

ul.seatCharts-legendList li .seatCharts-cell {
    width: 20px;
    height: 20px;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
    font-size: 13px;
}

.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}