.seat {
    cursor: pointer;
}
.seat.active path, .seat.active rect {
    fill: #ffa500;
}
.seat-link:hover > path, .seat-link:hover > rect {
    fill: yellow;
}
.sessionSeat path, .sessionSeat rect {
    fill: #ffa500;
}
.allSessionSeat path, .allSessionSeat rect {
    fill: #FE7F9C;
}
.soldSeat path, .soldSeats rect {
	fill: #666666;
}
a.seat-link {
	color: transparent !important;
}
.seatToolTip{
    position: absolute;
    z-index: 1;
    background: rgb(119, 128, 0);
    height: 30px;
    width: 120px;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    visibility: hidden;
}