﻿/*New*/
.bgcontent_inner {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.pagecap {
    padding: 0 15px;
}

    .pagecap h2 {
        font-size: 20px;
        padding-left: 0px;
        background: url(../images/site/title-bt.png) repeat-x bottom left;
        line-height: 42px;
        font-weight: 600;
        float: left;
        width: 99%;
        margin-bottom: 30px;
    }
/*.pagecap h2:after {
  border-bottom: 1px solid #898b8e;
  content: '';
  position: relative;
  float: left;
  width: 90%;
  margin: 0 0 0 54px;
}
.pagecap h2 span {
  background: url(../images/site/titile-bt.png) no-repeat left bottom;
  position: relative;
  top: 3px;
}*/
.bgcontent_inner a, .bgcontent_inner a:active, .bgcontent_inner a:visited {
    color: #8E063B;
    text-decoration: none;
}

    .bgcontent_inner a:hover {
        text-decoration: underline;
    }

.cldr-inp {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}

.frm-inp-jump {
    border: solid 1px #cccccc;
    padding: 3px;
    font-family: Verdana, Tahoma, Arial;
    margin-bottom: 0px;
}

.search-btn {
    background-color: #67ae34;
    padding: 5px;
    border: solid 1px #F9F9F9;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    cursor: pointer;
    display: inline;
    margin-right: 5px;
}

.frm-inp-jump-sml {
    border: solid 1px #399AD6;
    padding: 3px;
    width: 72px;
}

.cldr-inp-sml {
    border: solid 0px #F2F2F2;
    background-color: Transparent;
    color: #000000;
    padding: 3px;
}
/*End*/

/*Contact Information start*/
.contactmain {
    float: left;
    width: 860px;
    margin: 20px 0px 0px 73px;
    padding: 0px;
}

.contactmain_top {
    float: left;
    margin: 0px;
    padding: 0px;
}

.contactmain_top_left {
    float: left;
    margin: 0px;
    padding: 0px;
}

.contactmain_top_mid {
    float: left;
    height: 38px;
    width: 825px;
    margin: 0px;
    padding: 0px;
    background: url(../images/site/box_top_mid.html) repeat-x;
}

.contactmain_top_right {
    float: left;
    margin: 0px;
    padding: 0px;
}

.contact_mid {
    float: left;
    width: 940px;
    margin: 0px;
    padding: 0px;
}

.contactmain_mid_mn {
    margin: 0px auto;
    width: 900px;
    line-height: 20px;
}

    .contactmain_mid_mn p {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

.main_branch {
    float: left;
    margin: 0px;
    width: 300px;
    padding: 0px;
}

.sub_branch_city {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.sub_branch {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 300px;
}

.contact_bot {
    float: left;
    margin: 0px;
    padding: 0px;
}
/*Contact Information start*/

/* Available Routes*/
.bus_detail {
    float: left;
    margin-top: 14px;
    width: 100%;
    background: Whitesmoke;
}

.bus_detail_icon {
    float: left;
    padding: 15px;
}

.bus_detail_legends {
    float: left;
    margin: 0;
    padding: 10px;
    clear: both;
    width: 100%;
}

.bus_detail_legends_ac_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends span {
    float: left;
    margin: 2px 6px 0px 3px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.bus_detail_legends_ac_nonac_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends_volvo_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends_seater_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends_sleeper_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends_seater_sleeper_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends_amenities_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.availroutes {
    float: left;
    width: 100%;
}

.routedetail {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.buscap {
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 10px 0 0;
}
/*Available Routes*/
/*Select Seat*/

.tooltips {
    width: 45px;
    height: 35px;
    /*background-color:#F3FDFF;*/
    background-color: #A5E8F4;
    color: White;
    border: solid 0px #A5E8F4;
}

    .tooltips div {
        display: none;
    }

        .tooltips div:hover table, .tooltips div:hover span {
            display: none;
        }

    .tooltips:hover div {
        display: block;
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
        font-family: Calibri, Tahoma, Geneva, sans-serif;
        position: absolute;
        z-index: 99;
        margin-top: -10.9em;
        margin-left: 23px;
        width: 145px;
        background-color: #ADF3FF;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
    }

.tableCell {
    width: 45px;
    height: 50px;
    background-color: #0094B2;
    color: White;
    font-weight: normal;
    cursor: pointer;
}

.tableCell_LP {
    width: 40px;
    height: 40px;
    background-color: #00FFFF;
    color: Black;
    font-weight: normal;
}

.UpperLowerCell {
    width: 40px;
    background-color: Transparent;
    color: Black;
    font-weight: bold;
}

.blankCell {
    width: 40px;
    height: 35px;
    font-weight: normal;
}

.Booked {
    width: 45px;
    height: 30px;
    background-color: Fuchsia;
    color: White;
    font-weight: bold;
}

.LadiesSeat {
    width: 45px;
    height: 30px;
    background-color: #C76114;
    color: White;
    font-weight: bold;
}
/*.selectseat_left_div*/
.left-side-column {
    /*font-family:Tahoma, Helvetica, Arial;
    float:left; 
    width:270px;
    height:auto;
    min-height:550px;
    padding:5px 0px;*/
}

.ChartDisplay {
    /* float: left; */
    padding: 0px 1px 5px 1px;
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*.journey-info {
    float: right;
    padding: 5px 0px;
    width: 230px;
    height: 550px;
}*/

.right-side-column {
    float: right;
    padding-bottom: 5px;
    width: 100%;
}

/*Select Seat*/
.clear {
    clear: both;
    float: none;
}

/*.titlebg-mybook {
    background-color: #dbdbdb;
    height: 22px;
    line-height: 22px;
    color: rgb(123, 61, 38);
    font-size: 12px;
}*/

.cancellation {
    border: solid 1px #666666;
    width: 500px;
    margin: 0px auto;
    padding: 5px;
    margin-bottom: 10px;
    clear: both;
}

table ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

table li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.twobtn {
    float: left;
    margin-right: 5px;
    border: none;
}

/*--Contact us--*/
.contactus {
    padding: 0px 0 0 15px;
    font-size: 12px;
    width: 100%;
    float: left;
    clear: both;
}

    .contactus .simpleFAQ_item p {
        font-size: 13px;
        line-height: 24px;
        margin: 15px 0;
    }

#faqList {
    padding: 0;
    list-style: none;
    margin: 0;
    clear: both;
}

.contactbox {
    float: left;
    width: 250px;
    margin: 10px 15px 10px 15px;
}

.contactus h1 {
    margin: 0px 0px 2px 0px;
    padding: 0px;
    background: none;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 25px;
    border: none;
    line-height: normal;
}

.anemities_tooltip {
    border: 2px solid #317082;
    left: 18px;
    top: 0px;
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 1.0em;
    overflow: auto;
    z-index: 1000001;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #4479AF;
}

.aboutus {
    font-size: 13px;
}

.subbranch {
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

.ajax__validatorcallout div {
    margin: 0 !important;
}

.ChartDisplay .active {
    background-color: #800000;
}

/*Pop Up Css*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=0 ); /* IE6-9 */
    /*border-width: 3px;
    border-style: solid;
    border-color: #ADE5FE;*/
    /*padding-top: 10px;
    padding-left: 10px;*/
    max-width: 810px;
    /*min-height: 300px;*/
    min-height: 450px;
    height: auto;
    /*border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -webkit-border-radius: 21px 21px 21px 21px;*/
    /*border: 1px ridge #cccccc;*/
}

.close {
    position: relative;
    float: right;
    left: -54px;
    top: 10px;
    cursor: pointer;
}

.PopupDivSet {
    width: 100% !important;
    height: 85% !important;
}

.PopupImgSet {
    width: 95%;
    /* height: 100%; */
}

#popup_img1 h1 {
    color: #29166F;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}

    #popup_img1 h1 span {
        color: #FF0000;
        font-size: 35px;
        font-weight: bold;
        text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
    }

#popup_img1 h2 {
    color: #56511A !important;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgba(178, 150, 114, 1);
}
/* End Pop Up Css*/
@media only screen and (max-width: 1309px) {
    #content .container .contactus, #content .container .pagecap {
        padding: 0;
    }

    .simpleFAQ_list li {
        width: 100%;
    }

    .contactus .simpleFAQ_item p.question {
        margin: 10px 0;
    }

    .contactus .simpleFAQ_item .half p {
        font-size: 12px;
        line-height: 18px;
        margin: 3px 0;
    }
}
