/**************** [[[Seats]]] *****************/
.cancel-cart-item{
    color: red;
    cursor: pointer;
    margin-left: 5%;
}

li.seatType {
	margin-top: 1rem;
	line-height: 2;
}

/*********** [[[Seat Selection]]] **************/
.front-indicator {
	margin: 1rem auto;
	text-align: center;
	padding: 3px;
}
div.seatCharts-cell {
    color: #182C4E;
    margin: 1px;
    padding: 1px;
    width: 1.3rem;
    height: 1.3rem;
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;
}
div.seatCharts-row { height: 1.4rem; }
div.seatCharts-cell.noSeat { color:transparent !important; }
div.seatCharts-seat.available { background-color: #5bb752; }
div.seatCharts-seat.available.vip-class { background-color: #3354cc; }
div.seatCharts-seat.available.special-class { background-color: #918e00; }
div.seatCharts-seat.focused { background-color: #2d8c24; }
div.seatCharts-seat.selected { background-color: #ffbdaf; }
div.seatCharts-seat.unavailable { background-color: #472B34; }

div.seatCharts-seat.pay-class {
    background-color: #a00c0c ;
    cursor: not-allowed !important;
}

div.seatCharts-seat.erased { background-color: #b3b3b3; }
div.seatCharts-space { background-color: transparent; }

.choose.unavailable {
    background-color: red;
    cursor: pointer !important;
}
.seatType > .unavailable{
    background-color: red;
    cursor: pointer !important;
}
div.seatCharts-container {
	padding: 1rem 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

div.seatCharts-container:focus { outline: 0px solid transparent; }
div.seatCharts-legend { padding-bottom: 2rem; }
ul.seatCharts-legendList { padding-left: 0px; }

span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 30px;
}

#selected-seats {
	max-height: 10rem;
	overflow-y: scroll;
	overflow-x: none;
    width: auto;
    min-width: 200px;

    list-style: none;
    overflow-y: auto
}
#selected-seats > li{
    display:block;
    text-decoration:none;
    color:#000000;
    background-color:transparent;
    line-height:30px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#CCCCCC;
    padding-left:10px;
}

#selected-seats > li:hover{ background-color:rgba(0, 55, 255, 0.2); }
#selected-seats::-webkit-scrollbar { width: 12px; }
#selected-seats::-webkit-scrollbar-track { border-radius: 10px; }
#selected-seats::-webkit-scrollbar-thumb { border-radius: 10px; }