/* ===============================
   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
================================= */
body.fullwidth_seats{
    height:0px;
}
.fullwidth_seats .wpem-seats-row.wpem-row {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background: #fff;
    overflow-x: scroll;
}

/* ===============================
   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-seats-boothdetails {
    display: flex;
    margin-top: 20px;
}

/* ===============================
   Seat Chart Toggle Button
================================= */
.wpem-seats-boothdetails button#toggle_full_screen {
    background: #fff;
    color: #0096ff;
    border: 1px solid #0096ff;
    border-radius: 7px !important;
    display: inline-block;
    min-width: 105px;
    max-height: 35px;
    padding: 0px 7px;
}

.wpem-seats-row{
    border: 1px solid #ccc;
    padding: 0 10px;
    box-shadow: -1px -1px 8px #ccc;
    margin: 20px 0;
    border-radius: 4px;
}
.wpem-seats-booth-icons{
    text-align: center;
}
.wpem-seats-booth-icons button.wpem-seats-button{
    border: 1px solid #ccc;
    border-radius: 6px !important;
}
.wpem-seats-booth-icons button.wpem-seats-na i {
    color: #ff9b57;
}
.wpem-seats-booth-icons button.wpem-seats-booked i {
    color: #d18080;
}

.wpem-seats-boothdetails button#toggle_full_screen:hover {
    background: #0096ff;
    color: #fff;
}

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

.wpem-seats-boothdetails ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.wpem-seats-boothdetails ul li {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 7px;
    position: relative;
    padding: 0 6px 0 20px;
    display: inline-flex;
}

.wpem-seats-boothdetails ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    top: 4px;
    background-color: #B30000;
}

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

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