/* Seatmaps */
.seatCharts-seat.seatCharts-cell {
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 30%;
}
.seatCharts-header,
.seatCharts-space {
    /*display: none;*/
    width: 13px!important;
}

.seatCharts-seat.seatCharts-cell.seat-available {
    background: #11c97f;
}
.seatCharts-seat.seatCharts-cell.seat-unavailable {
    background: #999999;
}
.seatCharts-seat.seatCharts-cell.seat-occupied {
    background: #212026;
}
.seatCharts-seat.seatCharts-cell.seat-pne {
    background: #00BFFF;
}
.seatCharts-seat.seatCharts-cell.selected {
    background: #ee2673;
}

.seatCharts-legend .seatCharts-legendItem {
    display: flex;
    align-content: center;
}
.seatCharts-legend .seatCharts-seat {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.seatCharts-legend .seatCharts-legendList {
    display: flex;
}

.thumbnail-preview-image {
    height: 80px;
}

