.fooevents_seating_wrap {
    padding:0;    
}

#fooevents_seating_options_table {
    width: 100%;
    padding:0;
    margin:0;
	border-top: solid 1px #eee;
}

#fooevents_seating_options_table th {
    font-weight: strong; 
    text-align: left;
    color:#333;
    border-bottom: solid 1px #eee;
    padding:15px;
    margin:0;    
}  

#fooevents_seating_options_table td {
    border-bottom: solid 1px #eee;
    padding:15px;
    margin:0;      
    vertical-align: top
}   

#fooevents_seating_options_table td input.fooevents_seating_row_name,
#fooevents_seating_options_table td input.fooevents_seating_options,
#fooevents_seating_options_table td select{
    width:100%     
}    

#fooevents_seating_info {
    margin:5px;
}

#woocommerce-coupon-data ul.wc-tabs li.custom_tab_seating_options a::before, #woocommerce-product-data ul.wc-tabs li.custom_tab_seating_options a::before, .woocommerce ul.wc-tabs li.custom_tab_seating_options a::before {
    font-family: "dashicons";
    content: "\f314";
}

#fooevents_seating_options #restart_numbers {
	margin: 15px;
	padding: 0;
}

#fooevents_seating_options #restart_numbers label {
	margin: 0;
	width: 200px;
}

#fooevents_seating_chart {
	margin-left: 15px;
}

.ui-dialog-title {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog-titlebar-close::before {
	line-height: 19px;
	margin-left: -2px;
}

#fooevents_seating_dialog {
    padding: 0 25px 25px 25px;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ui-dialog {
    max-width: 950px;
    z-index: 1000 !important;
}

@media only screen and (max-width: 1200px) {
    .ui-dialog {
        max-width: 90%;
    }       
}

.fooevents_seating_chart_legend div {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.fooevents_seating_chart_front {
    background-color: #eee;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #888;
}

.fooevents_seating_chart_legend div:not(:first-of-type) {
    margin: 0 3px 0 15px;
}

.fooevents_seating_chart_legend {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #dddddd;
    margin: 30px 0 0 0;
    
    display: inline-block;
}

#fooevents_seating_available {
    background-color: #549E39;
    margin-right: 5px;
}

#fooevents_seating_unavailable_selected {
    background-color: #be7337;
    margin-right: 5px;
}

#fooevents_seating_unavailable {
    background-color: #bbbbbb;
    margin-right: 5px;
}

#fooevents_seating_selected {
    background-color: #be3737;
    margin-right: 5px;
}

.ui-dialog[aria-describedby="fooevents_seating_dialog"] {
    margin: auto;
    left: 0 !important;
    right: 0 !important;
}

.fooevents_seating_chart_view_row_name {
	margin-top: 20px;
}

.fooevents_seating_chart_view_row span {
	padding: 4px 0 8px 0;
	margin: 10px 5px 0 0;
	color: #ffffff;
	width: 25px;
	display: inline-block;
    text-align: center;
    font-size: 10px;
    background-image:url(../images/seat.svg);
    background-repeat: no-repeat;
    height: 13px;
    line-height: 1.5em !important;
}

.fooevents_seating_chart_view_row_checkout span {
    padding: 7px 0px 10px 0;
    height: 25px;
    box-sizing: border-box !important;
    line-height: 1em !important;
}


.fooevents_seating_chart_view_row span.available {
	background-color: #549E39;
    cursor: pointer;

}

.wp-admin .fooevents_seating_chart_view_row span.unavailable {
    cursor: pointer;
}


.fooevents_seating_chart_view_row span.unavailable {
	background-color: #999999;
}

.fooevents_seating_chart_view_row span.unavailable_selected {
	background-color: #be7337;
}

.fooevents_seating_chart_view_row span.selected {
	background-color: #be3737;
}

p[class^='fooevents_variation_seating_required'], p[class*=' fooevents_variation_seating_required'] {
    clear: both;
    max-width: 335px;
}

p[class^='fooevents_variation_seating_required'] .woocommerce-help-tip, p[class*=' fooevents_variation_seating_required'] .woocommerce-help-tip {
    float: right;
}


p[class^='fooevents_variation_seating_required'] .fooevents_variation_seating_required, p[class*=' fooevents_variation_seating_required'] .fooevents_variation_seating_required {
    margin-left: 5px;
}

#seating_chart_manager {
    margin-top: 20px;
}

.fooevents_seating_chart_disclaimer {
    color: #888888;
    font-size: 12px;
    margin-top: 20px;
}