/* ===============================
   Fullscreen Seat Group Layout
================================= */
.fullwidth_seats_group {
    overflow: hidden;
}

.fullwidth_seats_group .wpem-ticket-information-wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    overflow-x: scroll;
    background: rgba(0, 0, 0, 0.5);
}

.fullwidth_seats_group #seats-chart {
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    border-radius: 5px;
}

/* ===============================
   Full Width Map Toggle View
================================= */
.fullwidth_seats #seats-chart {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background: #fff;
    overflow-x: scroll;
}

/* ===============================
   Seat Chart Toggle Button
================================= */
#toggle_full_screen {
    background: #e34d25;
    color: #fff;
    padding: 5px 17px;
    border: 1px solid #000;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

#toggle_full_screen:hover {
    background: #fff;
    color: #e34d25;
}

/* ===============================
   Close Button for Seat Chart
================================= */
.close_seat_chart {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 6px 2px;
    background: #c83030;
    font-weight: bold;
    display: none;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    border-radius: 5px;
}

.close_seat_chart:hover {
    background: #da4e4e;
}

.fullwidth_seats_group .close_seat_chart {
    display: block;
}

/* ===============================
   Chart Popup Content
================================= */
.chart_popup_content {
    display: none;
    text-align: center;
}

.chart_popup_content button {
    width: 250px;
    margin-bottom: 20px;
    background: #247728;
    color: #fff;
}

.chart_popup_content button:hover {
    background: #4e7e51;
}

.fullwidth_seats_group .chart_popup_content {
    display: block;
}

/* ===============================
   Ticket Quantity and Selects
================================= */
.wpem-ticket-quantity select,
#seats-chart .wpem-ticket-quantity.wpem-form-group.standing select {
    width: 100%;
    border-radius: 4px;
    border-color: #000;
    color: #000;
}

#seats-chart .wpem-ticket-quantity.wpem-form-group.standing {
    display: block !important;
}

.wpem-seats-single-event-ticket-information
.wpem-ticket-info-wrap
.wpem-ticket-quantity:not(.generaladmission) select {
    display: none;
}

.fullwidth_seats_group
.wpem-seats-single-event-ticket-information
.wpem-ticket-info-wrap,
.fullwidth_seats_group
.wpem-seats-single-event-ticket-information
.wpem-ticket-info-wrap
.wpem-ticket-quantity button,.fullwidth_seats_group #select_seats {
    display: none;
}

.fullwidth_seats_group
.wpem-seats-single-event-ticket-information
.wpem-ticket-info-wrap.active_seats,
.fullwidth_seats_group
.wpem-seats-single-event-ticket-information
.wpem-ticket-info-wrap
.wpem-ticket-quantity select {
    display: block;
}

/* ===============================
   Misc Elements
================================= */
span.wp-seats {
    padding: 5px;
    margin: 0 5px;
    background: #acce9f;
    border-radius: 5px;
}

.wpem-book-event-button a.bookmark-notice:hover {
    color: #fff;
}

/* ===============================
   Responsive (Mobile)
================================= */
@media only screen and (max-width: 767px) {
    .fullwidth_seats_group #seats-chart {
        width: 100%;
    }

    .close_seat_chart {
        right: 10px;
        top: 10px;
    }
}
