.seated-box, .seat, .reserved-seat {
    cursor: pointer;
}

.reserved-seats {
    min-height: 100px;
}

.reserved-seats h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.seats-legend {
    margin-bottom: 10px;
}

.seats-legend div {
    display: inline-block;
    vertical-align: middle;
}

.seats-legend .explanation-legend {
    vertical-align: middle;
}

#tsrv-seat-layouts {
    list-style: none;
    padding-left: 10px;
}

.tsrv-seat-list {
    padding-left: 0px;
    list-style: none;
}

#tsrv-seat-layouts li, .tsrv-seat-list li {
    float: left;
}

.tsrv-seat-layout-title {
    padding-right: 10px;
}

ul.tsrv-seat-list {
    clear: both;
    margin-top: 0px;
}
ul.tsrv-seat-list li {
    padding-right: 5px;
}
.tsrv-seat-icon {
    padding-top: 4px;
}

.tsrv-seat-back {
    background-color: #A0E39A;
    padding: 5px 10px;
    color: #2E6329;
    border: 1px solid #2E6329;
}

.tsrv-red {
    color: #D63333;
}

form#tsrvseat div.tsrv-red p, form#tsrvseat div.tsrv-red ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

form#tsrvseat div.tsrv-red {
	margin-bottom: 17px;
}

.glyphicon {
    padding-right: 10px;
}

a, a:hover {
    text-decoration: none;
}

#layout_date {
    padding: 5px 10px;
    font-size: 16px;
}

#drawing {
    margin: 15px 0px !important;
}

.seatbox_date_form {
    padding-bottom: 15px;
}

.seat-legend-cont {
	display: block !important;
}

.tsrv-clear {
    clear: both;
}

/***************************
       MODAL OVERLAY
****************************/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    /*background: rgba( 255, 255, 255, .8 )*/
    /*!*url('../images/loading.gif')*!*/
    /*50% 50%*/
    /*no-repeat;*/
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}
