﻿.agentnotice
{
    display: none !important;
}
.agentpanel
{
    display: none !important;
}
.quoteRQ
{
    background-color: #FFFFCC;
    text-align: center;
	pointer-events: none;
}

.autobusQuotesBusPlanPopup
{
    background-color: white;
}

.autobusQuotesBusPlanPopup .busPlanPopupTitle
{
    background: transparent url(../images/greySubHeader.png) left top repeat-x;    
    height: 40px;
}

.autobusQuotesBusPlanPopup .busPlanPopupTitle td
{
    padding-left: 30px;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.autobusQuotesBusPlanPopup table
{
    border-collapse: separate;
    border-spacing: 0;    
}

.autobusQuotesBusPlanPopup table td
{
    padding: 0 10px;
}

.autobusQuotesBusPlanPopup .bus_legend
{
    width: 235px;
    float: left;
    padding-left: 20px;
}

.autobusQuotesBusPlanPopup .bus_legend h3
{
    padding-left: 0px;
    padding-bottom: 15px;
    margin-left: 0px !important;
    font-size: 13px;
}

.autobusQuotesBusPlanPopup .bus_legend p .seats
{
    padding-top: 15px;
}

.autobusQuotesBusPlanPopup .bus_legend ul, ol
{
    list-style: none;
}

.autobusQuotesBusPlanPopup .bus_legend ul
{
    border-top: 1px solid #DFDFD0;
    margin: 0;
    padding: 0;
}

.autobusQuotesBusPlanPopup .bus_legend ul li
{
    font-size: 12px !important;
    color: #6F6F6F;
    background: transparent url(../images/sub-sub-right.png) left 9px no-repeat;
    padding: 7px 0 7px 20px !important;
    line-height: 18px;
    border-bottom: 1px solid #DFDFD0;
}

.autobusQuotesBusPlanPopup .bus_legend .seats span
{
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    border: 1px solid #DFDFD0;
    width: 35px;
    margin: 0 10px 5px 0;
}

.autobusQuotesBusPlanPopup .busPlanTable
{
    width: 300px;
}

.autobusQuotesBusPlanPopup .busPlanTable td
{
    vertical-align: middle;
    text-transform: lowercase;
    color: #3A3A3A;
    font-size: 11px;
    padding: 0;
}

.autobusQuotesBusPlanPopup .busPlanTable .number
{
    width: 35px;
    font-size: 11px;
    border-left: 1px solid #C1BFBF;
    border-right: 1px solid #C1BFBF;
    text-align: center;
}

.autobusQuotesBusPlanPopup .busPlanTable .number_one
{
    border-top: 1px solid #C1BFBF;
}

.autobusQuotesBusPlanPopup .busPlanTable .number_last
{
    border-bottom: 1px solid #C1BFBF;
}


.autobusQuotesBusPlanPopup .busPlanTable .bus_front
{
    position: relative;
    top: 2px;
    height: 20px;
    background: transparent url(../images/bus_front.png) center bottom no-repeat;
}

.autobusQuotesBusPlanPopup .busPlanTable .bus_back
{
    border-bottom: 2px solid #989797;
    padding-top: 5px;
}

.autobusQuotesBusPlanPopup .busPlanTable .bus_top td
{
    padding-top: 5px;
}

.autobusQuotesBusPlanPopup .busPlanTable .seat
{
    padding: 2px 5px;
    width: 30px;
    border: white solid 2px;
    line-height: 15px;
}

.autobusQuotesBusPlanPopup .quoteYes
{
    background: white url(../images/quote_yes.png) left top repeat-x;
}

.autobusQuotesBusPlanPopup .quoteNo
{
    background: white url(../images/quote_no.png) left top repeat-x;
}

.autobusQuotesBusPlanPopup .busPlanTable .bort
{
    background: transparent url(../images/bus_wheels.png) no-repeat;
    width: 18px;
}

.autobusQuotesBusPlanPopup .busPlanTable .bort_left
{
    background-position: right center;
    border-right: 2px solid #989797;
}

.autobusQuotesBusPlanPopup .busPlanTable .bort_right
{
    background-position: left center;
    border-left: 2px solid #989797;
}

.autobusQuotesBusPlanPopup .btnCloseBusPlan
{
    position: absolute;
    top: -17px;
    right: -15px;
}

.aqModalBackground
{
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.7;

}

.busPlanPopupBorder
{
    border-width: 7px;
    border-color: darkgray;
    border-style: solid;
}