/* Please Wait Overlay Styling */
#pleaseWaitOverlay {
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 99999;
    /*background-image:url('../../images/background-trans.png');*/
    background-color: rgba(0, 0, 0, 0)
}

#pleaseWaitOverlay div {
    position: fixed;
    left: 50%;
    top: 50%;
    width:300px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
    z-index: 1001;
}

/* AGENT BOOKING TABLE */

.tableAgentBookingInfo
{
    border-color:#330099;
    width:100%;
    border-width:0;
}

.tableAgentBookingInfo>div /*row*/
{
    clear:both;
}
.tableAgentBookingInfo>div>div
{
    height:34px;
    padding:1px 1px 1px 1px;
}

.tableAgentBookingInfo>div>div:first-child /*col 1*/
{
    float:left;
    width:223px;
    text-align:right;
}
.tableAgentBookingInfo>div>div:first-child+div /*col 2*/
{
    float:left;
    width:145px;
}
.tableAgentBookingInfo>div>div:first-child+div+div /*col 3*/
{
    float:left;
}
.tableAgentBookingInfo>div>.span
{
    width:100%;
}

/* end of table*/


/* GatewayGen.aspx */


/* Non-Java SeatPlan */
#progressIndicator 
{
    font-size: 14px;
}

/* Performance Filter Page */

.filterPanel
{
    background-color: #e9e7db;
}

.filterTable
{
    width: 740px;
}

.filterHeaderCell
{
    width: 150px;
}

.filterDataCell
{
}

.filterSpacerCell
{
    height: 10px;
}

.filterHeader
{
    font-weight:bold;
}

.filterCheckBox
{
}

.filterDataLabel
{
}

.filterDatePicker
{
}

.filterDateCalendar
{
}

.filterTextBox
{
    width:250px;
}

.spinner-button
{ float:left;}
