﻿.front {
    width: auto;
    margin: 5px 32px 45px 0px;
    background-color: blue;
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.booking-details {
    float: left;
    position: relative;
    width: 400px;
    /*height: 450px;*/
    padding-left: 30px;
}

    .booking-details h3 {
        margin: 5px 5px 0 0;
        font-size: 16px;
    }

    .booking-details p {
        line-height: 26px;
        font-size: 16px;
        color: #999
    }

        .booking-details p span {
            color: #666
        }

div.seatCharts-cell {
    color: #182C4E;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 3px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 13px;
}

div.seatCharts-seat {
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.seatCharts-row {
    height: 35px;
}

div.seatCharts-seat.unavailable.table {
    background-color: saddlebrown;
    color: transparent;
    border-radius :0px !important;
    margin:0px !important;
    cursor:default !important;
    width: 31px !important;
}

div.seatCharts-seat.unavailable.table-text {
    background-color: saddlebrown;
    color: white;
    border-radius: 0px !important;
    margin: 0px !important;
    cursor: default !important;
    width: 31px !important;
    height: 25px !important;
    font-size: 22px;
}

div.seatCharts-seat.unavailable.screen {
    background-color: #d92a21;
    color: transparent;
    border-radius: 0px !important;
    margin: 0px !important;
    cursor: default !important;
    width: 31px !important;
    height: 35px !important;
}
div.seatCharts-seat.unavailable.screen-text {
    background-color: #d92a21;
    color: white;
    border-radius: 0px !important;
    margin: 0px !important;
    cursor: default !important;
    width: 31px !important;
    height: 35px !important;
    font-size:30px;
}

div.seatCharts-seat.available {
    background-color: #B9DEA0;
}

div.seatCharts-seat.focused {
    background-color: #76B474;
    border: none;
}

div.seatCharts-seat.selected {
    background-color: #E6CAC4;
}

div.seatCharts-seat.unavailable {
    background-color: #472B34;
    cursor: not-allowed;
}

div.seatCharts-seat.other {
    background-color: coral;
    cursor: not-allowed;
}

div.seatCharts-seat.notopen {
    background-color: red;
    cursor: not-allowed;
}

div.seatCharts-container {
    border-right: 1px dotted #adadad;
    width: auto;
    padding: 20px;
    float: left;
}

div.seatCharts-legend {
    padding-left: 0px;
    /*position: absolute;*/
}

ul.seatCharts-legendList {
    padding-left: 0px;
}

.seatCharts-legendItem {
    float: left;
    width: 120px;
    margin-top: 10px;
    line-height: 2;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

.checkout-button {
    display: block;
    width: 80px;
    height: 24px;
    line-height: 20px;
    margin: 10px auto;
    border: 1px solid #999;
    font-size: 14px;
    cursor: pointer
}

#selected-seats {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: none;
    width: 400px;
}

    #selected-seats li {
        float: left;
        width: 150px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #d3d3d3;
        background: #f7f7f7;
        margin: 6px;
        font-size: 14px;
        font-weight: bold;
        text-align: center
    }