﻿.seat
{
    margin-left: auto;
    margin-right: auto;
}
i.seatCharts-cell
{
    color: #182C4E;
    height: 19px;
    width: 26px;
    line-height: 19px;
    margin: 3px;
    text-align: center;
    outline: none;
    font-size: 12px;
    display: inline-block;
}
i.seatCharts-space
{
    vertical-align: bottom;
}

i.seatCharts-seat
{
    color: #fff;
    cursor: pointer; /*-webkit-border-radius: 5px;     -moz-border-radius: 5px;     border-radius: 5px;*/
}
td.seatCharts-row
{
    clear: both;
    white-space: nowrap;
    text-align: center;
}
i.seatCharts-seat.available
{
    /* background-color: #B9DEA0;*/
    background: url(red_seat.png) no-repeat center center;
    font-size: 0;
}
i.seatCharts-seat.focused
{
    /* background-color: #76B474;*/
    background: url(orange_seat.png) no-repeat center center;
    border: none;
    font-size: 0;
}
i.seatCharts-seat.selected
{
    /* background-color: #E6CAC4;*/
    background: url(orange_seat.png) no-repeat center center;
    font-size: 0;
}
i.seatCharts-seat.unavailable
{
    background: url(gray_seat.png) no-repeat center center;
    cursor: not-allowed;
    font-size: 0;
}
table.seatCharts-container
{
    padding: 20px 0 0 0;
    width: 100%;
    display: table;
    border-collapse: collapse;
}
ul.seatCharts-legendList
{
    padding-left: 0px;
}
.seatCharts-legendItem
{
    width: 90px;
    margin-top: 10px;
    line-height: 2;
}
span.seatCharts-legendDescription
{
    margin-left: 5px;
    line-height: 30px;
}
div.seatCharts-legend
{
    padding-left: auto;
    padding-right: auto;
}
ul.seatCharts-legendList
{
    padding-left: 0px;
    margin: 0 auto;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.seatCharts-legendItem
{
    width: auto;
    margin-top: 0px;
    line-height: 2;
    font-size: 12px;
    display: inline-block;
    padding: 0 1%;
}
span.seatCharts-legendDescription
{
    margin-left: 5px;
    line-height: 19px;
    float: right;
    margin-top: 3px;
}


.lable_seat
{
    text-align: center;
    margin: 5px 0 30px 0px;
    font-size: 16px;
}
.seat_icon
{
    background: url(seat_icon.png) no-repeat 0 center;
    display: inline-block;
    width: 85px;
    height: 20px;
    line-height: 20px;
}
.seat_topbg
{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
}
.seat_topbg img
{
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 3%;
}
.tableText_div
{
    width: 96%;
    margin: 0 1%;
    margin-top: 20px;
    overflow-y: auto;
}
.tableText_div .table_NumText
{
    width: 13%;
    float: left;
    font-size: 14px;
    display: table;
    border-collapse: collapse;
}
.tableText_div .tableSeat_ConText
{
    width: 87%;
    overflow-x: scroll;
    float: right;
}


.h_seatBottom
{
    width: 100%;
    padding: 7px 0;
}
.h_seatBottom .seatBottom_title
{
    color: #808080;
    font-size: 12px;
    width: 94%;
    height: 30px;
    line-height: 30px;
    padding: 0 3%;
}
.h_seatBottom .seatBottom_title em
{
    font-style: normal;
    color: #34a719;
}
.seatBottom_text
{
    padding: 5px 3%;
    width: 94%;
}
.seatBottom_text .h_seatSpan
{
    color: #3db256;
    border: 1px solid #3db256 !important;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 65px;
    margin-left: 15px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 13px;
    -webkit-border-radius: 13px;
}
.seatBottom_sure
{
    width: 94%;
    border-top: 1px solid #e9ebec;
    height: 30px;
    padding: 17px 3% 10px 3%;
    line-height: 30px;
    margin-top: 7px;
}
.seatBottom_sure .sure_text
{
    float: left;
    font-size: 12px;
    color: #f14b41;
}
.seatBottom_sure .sure_btn
{
    background-color: #e92424;
    color: #fff;
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 12px;
    text-align: center;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.h_DYintro
{
    width: 94%;
    margin: 0 3%;
    border-top: 5px solid #e9ebec;
    padding-top: 5px;
}
.h_DYintro .h_DYintroTitle
{
    color: #808080;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.h_DYintro .h_DYintroText
{
    color: #808080;
    font-size: 12px;
    line-height: 18px;
}

.seatTop
{
    background: url(h_seatbg.jpg) no-repeat center 3px;
    font-size: 16px;
    color: #000;
    height: 85px;
    width: 100%;
}

.seatTop1
{
    background: url(h_seatbg1.jpg) no-repeat center 3px;
    font-size: 16px;
    color: #000;
    height: 85px;
    width: 100%;
}
