﻿
.seats-layout {
    min-height: 300px;
    min-width: 100px;
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    background-position: left;
    border-radius: 30px 30px 10px 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 10px solid #607D8B;
    border-top: 20px solid #607D8B;
    border-left: 1px solid #607D8B;
    border-right: 1px solid #607D8B;
    box-shadow: 1px 1px 20px 0px #999999;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bus {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
    min-height: 60px;
    margin: 0px 5px 0px 5px;
    justify-content: flex-start;
}

.seat-col-space {
    width: 50px;
    align-self: stretch;
    display: flex;
    background-color: #f0f0f0;
}

.seat {
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.seat-space {
    background-color: #f0f0f0;
}

.seat.seat-design {
    background-image: url(../images/seat-blue.svg);
}

.seat .seat-code {
    align-self: center;
    border: 0px !important;
    text-align: center;
    width: 25px;
    height: 16px;
    background-color: transparent;
    margin: 0px !important;
    font-size: 10px;
    font-weight: bold;
}
