﻿/*New*/
.bgcontent_inner {
    margin: 0px 0px 0px 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.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 {
    font: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}

.frm-inp-jump {
    border: solid 1px #cccccc;
    padding: 3px;
    font-family: Verdana, Tahoma, Arial;
    margin-bottom: 0px;
    width: 100%;
}

.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 {
    float: left;
    line-height: 0;
    /*margin: 0 10px;*/
    min-height: 0;
    width: 27%;
}

.cldr-inp-sml {
    background-color: #f2efef;
    color: #393939;
    font-size: 12px;
    height: 15px;
    margin-left: 3px;
    text-align: center;
    /*width: 40px;*/
    line-height: 0;
    min-height: 0;
}
/*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: #F0E6FF;
    height: 50px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bus_detail_icon {
    float: left;
    padding: 15px;
}

.bus_detail_legends {
    float: left;
    margin: 20px 0px 0px 20px;
    padding: 0px;
    clear: both;
}

.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 {
    float: left;
    width: 100%;
}

.routedetail {
    float: left;
    width: 100%;
    /*padding-top:15px;*/
}

.buscap {
    text-align: left;
    color: #000000;
    font-family: Tahoma, Calibri;
    font-size: 13px;
}
/*Available Routes*/
/*Select Seat*/

.tooltips {
    /*min-width:45px;*/
    /* width:100%;
    height:35px;*/
    /*background-color:#F3FDFF;*/
    /*background-color:#18598C;
    color:White;
    border:solid 0px #18598C;*/
    padding: 0px;
}

    .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: -9.9em;
        margin-left: 23px;
        width: 180px;
        background-color: #ADF3FF;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
    }

.tableCell {
    /*width:45px;*/
    width: 100%;
    height: 35px;
    background-color: #18598C;
    color: White;
    font-weight: normal;
    cursor: pointer;
}

.tableCell_LP {
    /*width:40px;*/
    width: 100%;
    height: 40px;
    background-color: #00FFFF;
    color: Black;
    font-weight: normal;
}

.UpperLowerCell {
    width: 40px;
    background-color: Transparent;
    color: Black;
    font-weight: bold;
}

.blankCell {
    /*width:6px;
    height:35px;*/
    height: 20px;
    font-weight: normal;
}

.Booked {
    /*width:45px;*/
    width: 100%;
    height: 30px;
    background-color: Fuchsia;
    color: White;
    font-weight: bold;
}

.LadiesSeat {
    /*width:45px;*/
    width: 100%;
    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;
    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;
}

.titlebg-mybook {
    background-color: #7851A4;
    height: 27px;
    line-height: 22px;
    color: white;
    font-size: 12px;
}

.cancellation {
    border: solid 1px #666666;
    width: 500px;
    margin: 0px auto;
    padding: 5px;
    margin-bottom: 10px;
}

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;
}

.bordingPoint {
    background-color: aqua;
    cursor: pointer;
}

    .bordingPoint div div:hover {
        display: block;
        background-color: aliceblue;
    }

.anemities_tooltip {
    border: 1px solid #666666;
    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: #000000;
    background-color: #FFFFFF;
}

.aboutus {
    font-size: 13px;
}

.subbranch {
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

.ajax__validatorcallout div {
    margin: 0 !important;
}

.cont_header {
    background: #7c54b7; /* Old browsers */
    background: -moz-linear-gradient(top, #7c54b7 0%, #8565b5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c54b7), color-stop(100%,#8565b5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7c54b7 0%,#8565b5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7c54b7 0%,#8565b5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7c54b7 0%,#8565b5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7c54b7 0%,#8565b5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c54b7', endColorstr='#8565b5',GradientType=0 ); /* IE6-9 */
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 5px;
}

.purplecolor {
    background-color: #F0E6FF;
}

.ajax__calendar_container {
    z-index: 999999;
}

.grvfleft {
    width: 49%;
    margin-right: 2px;
    float: left;
}

.grvfright {
    width: 49%;
    margin-right: 2px;
    float: right;
}

.seatselecthead {
    color: #7851A4;
    font-family: 12px;
    font-weight: bold;
}

.gridhead {
    background: rgba(108,66,158,1);
    background: -moz-linear-gradient(top, rgba(108,66,158,1) 0%, rgba(160,59,237,1) 50%, rgba(125,48,201,1) 51%, rgba(143,102,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,66,158,1)), color-stop(50%, rgba(160,59,237,1)), color-stop(51%, rgba(125,48,201,1)), color-stop(100%, rgba(143,102,214,1)));
    background: -webkit-linear-gradient(top, rgba(108,66,158,1) 0%, rgba(160,59,237,1) 50%, rgba(125,48,201,1) 51%, rgba(143,102,214,1) 100%);
    background: -o-linear-gradient(top, rgba(108,66,158,1) 0%, rgba(160,59,237,1) 50%, rgba(125,48,201,1) 51%, rgba(143,102,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(108,66,158,1) 0%, rgba(160,59,237,1) 50%, rgba(125,48,201,1) 51%, rgba(143,102,214,1) 100%);
    background: linear-gradient(to bottom, rgba(108,66,158,1) 0%, rgba(160,59,237,1) 50%, rgba(125,48,201,1) 51%, rgba(143,102,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c429e', endColorstr='#8f66d6', GradientType=0 );
}

.routedetail .gridhead {
    font-size: 13px;
    font-weight: bold;
}

.up-downarrow:after {
    background: url(../images/bg1.gif) no-repeat right center;
    width: 18px;
    height: 9px;
    float: left;
    content: '';
    padding: 14px 0 0 5px;
    position: relative;
}

.up:after {
    background: url(../images/desc1.gif) no-repeat right center;
    width: 18px;
    height: 9px;
    float: left;
    content: '';
    padding: 14px 0 0 5px;
    position: relative;
}

.down:after {
    background: url(../images/asc1.gif) no-repeat right center;
    width: 18px;
    height: 9px;
    float: left;
    content: '';
    padding: 14px 0 0 5px;
    position: relative;
}

.up-downarrow span {
    float: left;
}

.titlebg-mybook.gridhead td {
    /*padding: 0 10px 1px 8px;*/
    padding: 0 5px 1px 2px;
}

.Pagination {
    color: #454545 !important;
    display: block;
    font-size: 12px;
    text-decoration: none !important;
}

    .Pagination span {
        padding: 0 6px;
    }

.h80Color {
    color: #a30504;
    font-size: 11px;
}

.TransactionId_Container {
    background-color: #ecece4;
    border: 1px solid #7e9db9;
    color: #000000;
    float: left;
    font-size: 11px;
    padding: 3px 2px 2px;
}



.hovertooltiproute {
    position: relative;
    /*top:50px;
    left:50px;*/
    cursor: pointer;
}

.tooltiproute {
    display: none;
    border: solid 1px #A6A6A6;
    top: 20px;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    min-width: 320px;
    max-width: 320px;
    left: -100px;
    z-index: 99999;
}

.hovertooltiproute:hover .tooltiproute {
    display: block;
    opacity: 1;
}


/* Feed Back Page*/
.fbheader {
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 30px;
    font-family: 'Verdana';
    font-size: 13px;
}

    .fbheader h1 {
        text-align: center;
        color: #9363FF;
        margin: 0px;
    }

    .fbheader h3 {
        text-align: center;
        color: #13598A;
        margin: 0px;
    }

@media screen and (max-width:767px) {
    .fbheader .logo img {
        width: 100%;
    }

    .fbheader {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        border-collapse: collapse;
        border-spacing: 0;
        line-height: 30px;
    }
}

.rateingtbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #ddd;
}

    .rateingtbl th.th {
        background-color: #0F5089;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        border-left: solid 1px #ddd;
    }

    .rateingtbl td {
        border-left: solid 1px #ddd;
    }

.gray {
    background-color: #EEE;
}

    .gray input[type=checkbox]:not(old),
    .gray input[type=radio ]:not(old) {
        width: 15px;
        margin: 0;
        padding: 0;
        height: 15px;
        border: solid 1px #1B5A8F;
    }

    .gray td {
        text-align: center;
    }

.graydark td {
    text-align: center;
}

.graydark input[type=checkbox]:not(old),
.graydark input[type=radio ]:not(old) {
    width: 15px;
    margin: 0;
    padding: 0;
    height: 15px;
    border: solid 1px #1B5A8F;
}

.rateingtbl {
    width: 100%;
}

    .rateingtbl th {
        text-align: left;
        padding-left: 3px;
    }

.heddiv h2 {
    margin: 3px;
    padding: 0px;
    font-size: 16px;
    color: #11578A;
}

.search-btn {
    background-color: #F4F4F4;
    border: solid 1px #DDDDDD;
    padding: 6px;
}
/* End Feed Back Page*/

.divPickupname {
    margin: 5px;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #D7EDFB;
    font-weight: normal;
    font-size: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*tooltip pickup*/
.seatform-inpbox.tooltips {
    position: relative;
    display: inline;
}

    .seatform-inpbox.tooltips span {
        position: absolute;
        width: 400px;
        color: #000000;
        font-weight: normal;
        font-size: 12px !important;
        background: #D7EDFB;
        line-height: 20px;
        text-align: left;
        visibility: hidden;
        border-radius: 6px;
        border: 2px solid #333333;
    }

        .seatform-inpbox.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #333333;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

.seatform-inpbox:hover.tooltips span {
    visibility: visible;
    opacity: 0.9;
    top: 10%;
    left: 5%;
    margin-left: -50px;
    z-index: 999;
}
/*end*/


/*Pop Up Css*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #7657a3;
    /* padding-top: 10px;
    padding-left: 10px; */
    width: 810px;
    min-height: 300px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 10px 10px #C3A0F6;
  -moz-box-shadow: 0 10px 10px #C3A0F6;
  box-shadow: 0 10px 10px #C3A0F6;*/
}

    .modalPopup:after {
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
    }
/*.close {
        float: right;
        left: 16px;
        position: relative;
        right: 0;
        top: -26px;
        cursor:pointer;
    }*/
.close {
    cursor: pointer;
    position: absolute;
    right: -17px;
    top: -26px;
}

.height {
    height: 100px;
}

#popup_img1 h1 {
    color: #195688;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

    #popup_img1 h1 span {
        color: #FF0000;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
    }

#popup_img1 h2 {
    color: #56511A !important;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(178, 150, 114, 1);
}
/* End Pop Up Css*/
