﻿/*New*/
.pagecap {
    padding: 10px 12px 10px 12px;
}

    .pagecap h2 {
    }

.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 {
    border: solid 1px #cccccc;
    padding: 5px;
    margin-bottom: 6px;
}

.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.png) 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: 2px;
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 10px;
}

.bus_detail_icon {
    float: left;
    padding: 15px;
}

.bus_detail_legends {
    float: left;
    padding: 0px;
    clear: both;
    width: 100%;
}

.bus_detail_legends_ac_icon {
    float: left;
    margin-left: 4px;
    padding: 0px;
}

.bus_detail_legends span {
    float: left;
    margin: 2px 0px 0px 3px;
    font-size: 13px;
    color: #000000;
}

.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 {
    color: #3e3e3e;
    float: left;
    width: 100%;
    clear: both;
}

.routedetail {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 10px;
}

.buscap {
    font-weight: 500;
    text-align: left;
    color: #333;
    font-size: 13px;
}
/*Available Routes*/

/*patel*/
/* Start Booking Region */
.tableCell {
    width: 45px;
    height: 35px;
    padding-top: 6px;
    background-color: #18598C; /*18598C*/
    color: White;
    border: 2px solid #072243;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tableCell_LP {
    width: 40px;
    height: 40px;
    /*padding-top:6px;*/
    background-color: #00FFFF;
    color: Black;
    font-weight: normal;
}

    .tableCell_LP div {
        display: none;
    }

    .tableCell_LP: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: -6em;
        margin-left: 23px;
        width: 130px;
        background-color: #333333;
        color: #FFFFFF !important;
        font-size: 15px;
        line-height: 20px;
    }

.tableCell div {
    display: none;
}

.tableCell: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: -10em;
    margin-left: 23px;
    width: 130px;
    background-color: #333333;
    color: #FFFFFF !important;
    font-size: 13px;
    line-height: 20px;
}

.UpperLowerCell {
    width: 45px;
    background-color: Transparent;
    color: Black;
}

.blankCell {
    width: 40px;
    height: 35px;
    padding-top: 5px;
}

    .blankCell div {
        display: none;
    }

.Booked {
    width: 40px;
    height: 35px;
    padding-top: 1px;
    background-color: #FF0000;
    color: White;
    border: solid 1px #333333;
    border: 2px solid #072243;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .Booked div {
        display: none;
    }

    .Booked: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: -6em;
        margin-left: 23px;
        width: 130px;
        background-color: #333333;
        color: #FFFFFF !important;
        font-size: 15px;
        line-height: 20px;
    }

.LadiesSeat {
    width: 40px;
    height: 35px;
    padding-top: 1px;
    background-color: #C76114;
    color: White;
    border: solid 1px #333333;
    border: 2px solid #072243;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .LadiesSeat div {
        display: none;
    }

    .LadiesSeat: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: -6em;
        margin-left: 23px;
        width: 130px;
        background-color: #333333;
        color: #FFFFFF !important;
        font-size: 15px;
        line-height: 20px;
    }
/*End Of Booking Region*/
/*.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;
    width: 380px;
}

.journey-info {
    float: right;
    padding: 5px 0px;
    width: 230px;
    height: 550px;
}

.right-side-column {
    float: right;
    padding-bottom: 5px;
    width: 650px;
}

/*Select Seat*/
.clear {
    clear: both;
    float: none;
}

.cancellation {
    border: solid 1px #666666;
    max-width: 530px;
    margin: 0px auto;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

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 {
    margin: 0px;
    padding: 0px;
}

.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;
}


/*new*/
.search_form_sm {
    background: #f5f5f5;
    float: left;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .search_form_sm h3 {
        color: #1d5b8a;
        font-size: 24px !important;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

.sec_box_content_sm {
    padding: 10px 15px;
}

.search_form_sm .search_bus_sm div.select_box, .search_form .search_bus div.calender {
    margin-bottom: 15px;
}

.search_form_sm label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.search_form_sm .search_bus_sm input, .search_form .search_bus select {
    width: 99%;
    height: 32px;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #666;
    padding: 0 0 0 10px !important;
}

    .search_form_sm .search_bus_sm input.date {
        width: 96%;
        background: url(../images/site/calender_icon.jpg) no-repeat 97% center #fff;
    }

    .search_form_sm .search_bus_sm input.submit, .search-btn {
        background-color: #269edd;
        border-style: none;
        color: #fff;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        float: left;
        font-size: 15px;
        text-transform: uppercase;
        border-radius: 0;
        padding: 7px 20px;
        line-height: normal;
        height: auto;
    }

    .search_form_sm .search_bus_sm input.submit {
        margin-bottom: 11px;
        margin-top: 15px;
    }

.bgcontent_inner {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 0;
    font-family: 'Fira Sans', sans-serif;
    float: left;
}

.content_search_book_modual {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.content_search_book_modual_top {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 52px;
    width: 100%;
    background: #EC0101;
    color: #FFFFFF;
}

.search_med_bo_mn {
    width: 240px;
    float: left;
    border-left: 1px solid #636163;
    border-right: 1px solid #636163;
}

.avail-left {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 0 10px;
}

.bgcontent_inner h3 {
    color: #1d5b8a;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 13px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

.cldr-inp-seat {
    float: left;
    height: 20px;
    padding: 2px;
    width: 70px;
    border: none;
    text-align: center;
    color: #1B5A90;
    background-color: Transparent;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
}

.ddl-cldr-inp-seat {
    height: 28px;
    padding: 3px;
    width: 74px;
    border: 1px solid #1B5A90;
    color: #000000;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma;
    font-size: 13px;
}

.avalabale_search-radio {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 10px;
}

    .avalabale_search-radio input[type="radio"] {
        width: 10px;
    }

    .avalabale_search-radio label {
        font-size: 12px;
    }

.searchbookwrap .select_box_sm, .searchbookwrap .dateinp, .searchbookwrap .calender {
    width: 50%;
    float: left;
    padding: 0 5px;
}

/*Content*/

.content-main {
    float: left;
    margin: 30px 0;
    padding: 0px;
    width: 100%;
}

    .content-main p a:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #18598C;
    }

    .content-main a:active, .content-main a:link, .content-main a:visited {
        text-decoration: none;
        font-weight: normal;
        color: #EF0000;
    }

    .content-main a:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #18598C;
    }

.content-main-top {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.top-left {
    float: left;
    margin: 0px;
    padding: 0px;
}

.top-center {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .top-center h1, .top-center h2 {
        color: #1a598e;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 30px;
        border-bottom: 2px solid #E4E4E4;
        padding: 0 0 5px;
    }

.top-right {
    float: right;
}

.content-main-middel {
    float: left;
    width: 100%;
}

.content-main-middel-row {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.content-main-bottom {
    float: left;
    margin: 0px;
    padding: 0px;
}

.content-main-middel-row h2, .content-main-middel-row h3 {
    font-size: 18px !important;
    margin: 15px 0 9px;
    color: #148ec8 !important;
    font-weight: 600;
}

.contact_us p {
    color: #3e3e3e;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 7px;
}

.contact_us .half p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}

.contact_us p b {
    font-weight: 500;
}

.contact_us_cols1 {
    float: left;
    margin-top: 20px;
    width: 300px;
    padding: 0px;
}

.contact_us_cols2 {
    float: left;
    margin-top: 20px;
    width: 300px;
    padding: 0px;
}

.contact_us_branch {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
}

    .contact_us_branch h2 {
        color: #EC0101;
        float: left;
        font-size: 13px !important;
        font-weight: bold;
        margin: 20px 0 0 20px;
        text-decoration: underline;
        width: 100%;
    }

    .contact_us_branch h3 {
        color: #EC0101;
        float: left;
        font-size: 13px !important;
        font-weight: bold;
        margin: 20px 0 0 20px;
        text-decoration: underline;
        width: 100%;
    }

contact_us_sub_branch {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact_us_sub {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
}

.contact_us_sub_branch {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact_us h2 {
    color: #EC0101;
    float: left;
    font-size: 16px !important;
    font-weight: 500;
    margin: 10px 0 0 0px;
    text-decoration: underline;
    width: 100%;
}

.contact_us_sub h2 {
    color: #EF0000 !important;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0 0px;
    text-decoration: none;
    width: 100%;
}

.contact_us_top {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.contact_us_cols3 {
    float: left;
    margin-top: 20px;
    width: 300px;
    padding: 0px;
}

.contact_us_top span {
    color: #148ec8;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #148ec8;
    margin: 0 0 10px;
}

/*Content*/

/*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: 80%;
    /*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: -25px;
	top: 50px;
    cursor: pointer;
	opacity: 0.9 !important;
}

.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*/

.google_play {
    float: left;
    padding-left: 30px;
    padding-top: 10px;
}
