.fullwidth_seats_group .wpem-ticket-information-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: scroll;
    padding-top: 40px;
    margin: 0 auto;
}
.fullwidth_seats_group #seats-chart {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    border-radius: 5px;
}
.close_seat{
    position: absolute;
    right: -30px;
    background: #c83030;
    padding: 2px 10px 5px;
    border-radius: 15px;
    font-weight: bold;
    color: #fff;
    top: 0px;
    display: none;
    cursor: pointer;
}
.close_seat:hover{
    background: #da4e4e;
}
.fullwidth_seats_group{
    overflow: hidden;
}
.fullwidth_seats_group .close_seat{
    display: block;
}
.seats-chart-content,
.chart_title{
    display: none;
}
.chart_title button{
    width: 250px;
    margin-bottom: 20px;
    background: #247728;
}
.chart_title button:hover{
    background: #4e7e51;
}
.fullwidth_seats_group .seats-chart-content,
.fullwidth_seats_group .chart_title{
    display: block;
    text-align: center;
}
.fullwidth_seats #seats-chart{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: scroll;
    padding-top: 40px;
}
span#toggle_full_screen {
    background: #e34d25;
    padding: 5px 17px;
    position: relative;
    border: 1px solid #000;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
}
span#toggle_full_screen:hover {
    background: #fff;
    color: #e34d25;
}
#seats-chart button.assign_seat.standing{
    display: none !important; 
}
#seats-chart .wpem-ticket-quantity.wpem-form-group.standing{
    display: block !important; 
}
#seats-chart .wpem-ticket-quantity.wpem-form-group.standing select {
    width: 100%;
    border-radius: 4px;
    border-color: #000;
    color: #000;
    display: block !important;
}
.wpem-single-event-ticket-information .wpem-ticket-information-body .wpem-ticket-info-wrap .wpem-ticket-quantity select {
    width: 100%;
    border-radius: 4px;
    border-color: #000;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .fullwidth_seats_group #seats-chart {
        width: 100%;
    }    
    .close_seat{
        right: 10px;
        top: 10px;
    }
}