﻿.container-seatmap .seat { display: inline-block; position: absolute; background-color: #279bd4; border-radius: 4px; width: 21px; height: 26px; cursor: pointer; }
    .container-seatmap .seat.eesp { background-color: #354698; }
    .container-seatmap .seat.eest { background-color: #cd2941; }
    .container-seatmap .seat.lock { background-color: #a39fa0; }
    .container-seatmap .seat span { display: block; color: #FFF; text-transform: uppercase; border-radius: 4px; line-height: 26px; }

.container-seatmap .pax-row:hover { background-color: #279bd4; cursor: pointer; }
    .container-seatmap .pax-row:hover span { color: #FFF }
.container-seatmap .pax-row .selected-seat { display: block; color: #FFF; text-transform: uppercase; font-size: 18px; }

.container-seatmap .legend.position-fixed { top: 0; }

/*.container-seatmap { position: fixed; top: 0; right: -350px; background-color: #FFF; width: 100%; max-width: 350px; height: 100%; padding: 10px; border-left: 1px solid #e4e4e4; z-index: 2; }
    .container-seatmap .seats-legend { position: absolute; top: 0px; left: 0; width: 160px; background: rgba(255,255,255, 0.9); border: 1px solid #eee; }
        .container-seatmap .seats-legend .map-seat { position: relative !important; }

    .container-seatmap .map-container { position: absolute; height: 100%; overflow-y: auto; width: 110%; }
        .container-seatmap .map-container .map-seat { cursor: pointer; background: url(/assets/images/seatsV.png) no-repeat 1px -87px transparent; width: 26px; height: 30px; display: inline-block; position: absolute; }
            .container-seatmap .map-container .map-seat > .fa-stack { font-size: 10px; }
            .container-seatmap .map-container .map-seat.EEST { background-position: 1px -27px; }
            .container-seatmap .map-container .map-seat.EESP { background-position: 1px -57px; }
            .container-seatmap .map-container .map-seat.BSCT { background-position: 1px 1px; }
            .container-seatmap .map-container .map-seat.BUSY { background-position: 1px -117px; }
            .container-seatmap .map-container .map-seat.LOCKED { background-position: 1px -147px; }
            .container-seatmap .map-container .map-seat.not-allowed { cursor: not-allowed !important; }

            .container-seatmap .map-container .map-seat:hover .info-seat { display: flex; }
            .container-seatmap .map-container .map-seat .info-seat { display: none; position: absolute; top: -90px; left: -45px; background-color: #fff; padding: 0; border: 1px solid #cccccc; z-index: 1; width: 140px; font-size: 10px; }
                .container-seatmap .map-container .map-seat .info-seat div:first-child { font-size: 16px; color: #FFF; text-align:center; }
                .container-seatmap .map-container .map-seat .info-seat { background-color: #989898; }
            .container-seatmap .map-container .map-seat.EEST .info-seat { background-color: #75e3ad; }
            .container-seatmap .map-container .map-seat.EESP .info-seat { background-color: #4d88bb; }
            .container-seatmap .map-container .map-seat.BSCT .info-seat { background-color: #f7aa60; }
            .container-seatmap .map-container .map-seat.BUSY .info-seat { background-color: #bc413a; }
            .container-seatmap .map-container .map-seat.LOCKED .info-seat { background-color: #646464; }
*/
