﻿/*************************************************/
/*          QRydeCSS.1.1.2.Readable.css          */
/*************************************************/

/* Top Green-Bar*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');

* {
    margin: 0px;
    padding: 0px;
}

body {
    height: auto;
    margin-bottom: 50px !important;
    font-family: 'Roboto', sans-serif;
}
::placeholder {
    color: #767676 !important;
    opacity: 1; /* Firefox */
  }
  
  :-moz-placeholder { /* Firefox 18- */
    color: #767676; 
    opacity: 1;    
    }
    
    ::-moz-placeholder {  /* Firefox 19+ */    
    color: #767676;    
    opacity: 1;    
    }
    
.qrydebody {
    padding: 0 0 40px 0;
    overflow: hidden;
    margin-top: 3.5%;
    min-height: 562px;
}

.qrydeResultBody {
    /*margin-left: 1%;*/
    margin-top: 4%;
    padding-bottom: 40px;
}

.supplierDashBoard {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    margin-top: 3.5%;
    min-height: 520px;
}

.card {
    background-color: #fff;
    min-width: 100%;
    min-height: 200px;
    /*height: 320px;*/
    display: flex;
    overflow-x: auto;
    font-size: 14px;
}

.card--content {
    background-color: #fbfbfb;
    min-width: 315px;
    margin: 5px;
    padding: 10px;
    line-height: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #999;
}

.card--content-recurring {
    background-color: #fff9d7;
    min-width: 315px;
    margin: 5px;
    padding: 10px;
    line-height: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #999;
}
/*Top Menu Bar*/

/*.navbar-custom {
    float: right !important;
    background-color: #2acd3f;
    color: #000000;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

    .navbar-custom .navbar-nav > li > a {
        color: #000000;
    }

    .navbar-custom .navbar-nav > li > ul > li > a {
        color: #000000;
        font-size: 18px;
    }

        .navbar-custom .navbar-nav > li > ul > li > a:hover {
            color: #000000;
            background-color: #e7e7e7;
            font-size: 18px;
        }

    .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
        color: #000000;
        background-color: #e7e7e7;
    }

    .navbar-custom .navbar-brand {
        color: #000000;
        font-size: 36px;
        padding: 12px 0px 0px 5px !important;
    }

        .navbar-custom .navbar-brand:hover {
            color: #000000;
        }

.navbar-inverse {
    background-color: #2ACD3F;
    border-color: #2ACD3F;
}

.navbar-costom .navbar-nav > .active > a, .navbar-costom .navbar-nav > .active > a:focus, .navbar-costom .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
    background-color: #000000;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #2ACD3F;
    }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
    color: #000;
    background-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #000;
        background-color: #e7e7e7;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: #e7e7e7;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: #e7e7e7;
}*/
/*End*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Search Panel*/
.jumbotron {
    padding: 0;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fff;
}

    .jumbotron h2 {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 40px;
        font-weight: bolder;
    }

    .jumbotron .srcPnl {
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

@media (min-width:1025px) and (max-width: 1199px) {
    .heighfixed-3 {
        margin-top: 12% !important;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .heighfixed-3 {
        margin-top: 12%;
        float: left;
        width: 85% !important;
    }

    .green-dot-link {
        border-bottom: #2acd3f 3px dotted;
        width: 107%;
        margin-top: 5%;
        float: left;
    }

    .black-dot-link {
        overflow: hidden;
        width: 30px;
        margin-top: 38%;
        margin-left: -2%;
        float: left;
    }

    .arrive-div {
        width: 20px;
        background-color: red;
        border-radius: 50%;
        height: 20px;
        border: 1px solid black;
        float: left;
        margin-top: 56%;
        margin-left: 1%;
    }

    .arrive-section {
        margin-top: 52%;
        padding-left: 6%;
    }

    .jumbotron .srcPnl {
        position: absolute;
        width: 100%;
    }

    .qrydebody {
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        margin-top: 3.5%;
    }

    .qrydeResultBody {
        margin-left: 1%;
        margin-top: 5%;
    }

    .jumbotron .homebottoms {
        margin-top: 5%;
        margin-bottom: 15%;
        padding-bottom: 25%;
        vertical-align: middle;
    }


    .mConfirmedRides {
        background: url(../images/mConfirmedRides.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mRequestedRydes {
        background: url(../images/mRequestedRydes.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }


    .book-ride {
        background: url(../images/mBookRide.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .delhi-p {
        background: url(../images/mDP.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }



    .autorishaw {
        background: url(../images/mAuto.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .quon {
        background: url(../images/mCar.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .requested-ride {
        background: url(../images/mDailyRyde.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mPurchasedPasses {
        background: url(../images/mPurchasedPasses.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }


    .location-tracking {
        background: url(../images/mLoc.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }


    .mtick {
        background: url(../images/mTicket.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .maddFunds {
        background: url(../images/mAddFund.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mtrans {
        background: url(../images/mTrans.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }


    .mQhearline {
        background: url(../images/mHeartLine.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mQbeats {
        background: url(../images/mQbeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mBusTracker {
        background: url(../images/mBusTracker.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }

    .mBusBeats {
        background: url(../images/mBusBeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }


    .mPersnalQbeats {
        background: url(../images/mPersnalQbeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 40px;
    }




    .div-clr div:nth-of-type(4) {
        clear: both;
    }

    .mlinks {
        padding-top: 10px;
    }

        .mlinks:active {
            background: #eee;
            padding-top: 10px;
        }

        .mlinks p {
            padding-top: 50px;
            float: left;
            width: 100%;
            text-align: center;
        }

        .mlinks a {
            text-decoration: none;
            color: #000;
        }

    .tab-dsgn {
        background: #f2f8f3;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }
}

@media (max-width: 767px) {
    /*29/6/2017 sandeep */

    #medicarerow [class*="col-"] {
        padding: 5px 6px !important;
    }

    /*#divProviderDetails,.main-home-footer, .home-footer {
        display: none;
    }*/
    .QGow, #txtDoPickUp, #txtDoDate, #txtDoDropOff, #divTimeField, #doAdr, #travelDate {
        margin-left: 0 !important;
    }

    .puTime_mobile {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0 !important;
    }



    input[name="timepicker-one"] {
        width: 100%;
    }

    .QGow, #txtDoPickUp, #txtDoDate, #txtDoDropOff, #travelDate, #puAdr, #doAdr, #dvGrid {
        width: 100% !important
    }

    /*.Zebra_DatePicker table {
        width: 100%;
    }

    .Zebra_DatePicker .dp_daypicker td {
        width: 14%;
        float: left;
    }

    .Zebra_DatePicker .dp_header .dp_caption {
        width: 62%;
        float: left;
    }

    .Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
        float: left;
        padding: 5px 15px;
        width: auto;
    }*/

    .section-mob {
        padding-top: 10%;
        padding-left: 15px;
    }

    .days-check span {
        margin: 1px;
        color: #666;
        font-size: 18px;
        text-decoration: none;
        border: 1px solid #666;
        border-radius: 4px;
        cursor: pointer;
        display: block;
        padding: 5px 10px !important;
        float: left;
    }

    .jumbotron .srcPnl {
        position: absolute;
        width: 100%;
        top: 20% !important;
        margin-top: 8px !important;
    }

    .jumbotron h2 {
        font-size: 25px;
    }

    .qrydebody {
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        margin-top: 15%;
    }

    .qrydeResultBody {
        margin-left: 1%;
        margin-top: 17%;
    }

    .jumbotron .homebottoms {
        margin-top: 5%;
        margin-bottom: 15%;
        padding-bottom: 25%;
        vertical-align: middle;
    }

    .tab-dsgn {
        background: #f2f8f3;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }

    .tab-dsgn-pending {
        background: #FAF3F4;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }

    .fix-div-mob {
        position: relative;
        z-index: 15;
    }

    .fix-src-div {
        position: fixed;
        top: 0;
        padding: 5px;
        z-index: 999;
        margin: 0 auto;
        background: #fff;
        min-height: 40px;
        width: 100%;
    }
}
/*End*/
.green .active a,
.green .active a:hover {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.green a {
    color: #5cb85c !important;
}


.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > li > a:hover {
    color: #000000 !important;
    font-weight: bolder;
    border-radius: 5px;
    background-color: transparent !important;
    padding: 10px 10px 10px 10px !important;
    border-bottom:3px solid #000000;
}

.nav-pills > li > a {
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px;
    font-weight: bolder;
    color: #a5a3a3 !important;
    font-size: 17px !important;
}

#divHomeImage {
    background-position: center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.homeimg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 68%;
    margin: 0;
    margin-bottom: 5%;
    text-align: center;
}

.darthomeimg {
    background: url(../images/HomeBackgroundDart.jpg) no-repeat center center fixed;
}

.nondarthomeimg {
    background: url(../images/HomeBackground.jpg) no-repeat center center fixed;
}

.aboutImg {
    background-image: url("../images/AboutUs.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 40%;
    width: 100%;
}

.help-text {
    color: #aaaaaa;
    font-size: 12px;
}

.QGo {
    padding-left: 3% !important;
    background-image: url('../images/QSearch.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    margin-left: 1%;
}

.QGoHome {
    width: 100%;
    height: 40px;
    background-image: url(../images/QSearch.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.QGow {
    background-image: url('../images/QSearchwN.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 60px;
    height: 36px;
    width: 10%;
    margin-left: 1%;
}

.QGoHomew {
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.PayNowBtn {
    background: url(../images/pay-now-btn.png) 50% 0% no-repeat #2ACD3F !important;
    height: 30px;
}

.PaidBtn {
    background: url(../images/paid-btn.png) 50% 0% no-repeat #2ACD3F !important;
    height: 30px;
}

.PrintBtn {
    background: url(../images/print-btn.png) 50% 0% no-repeat #2ACD3F !important;
    height: 30px;
}

.container-body {
    clear: both;
    top: 50%;
    position: absolute;
    width: 100%;
}

    .container-body p {
        width: 70%;
        margin: 0 auto;
        padding: 0 10%;
        font-size: 14px;
        color: #333333;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }

    .container-body H1 {
        font-family: CircularStd-Book;
        font-size: 40px;
        color: #4A4A4A;
    }

    .container-body H2 {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #4A4A4A;
        font-weight: bold;
    }

.section {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    color: #2ACD3F;
    margin: 2% 1% 1% 0% !important;
    border-bottom: 1px solid #cccccc !important;
}

.ctrLabel {
    font-weight: normal;
}



.homeSearchBG {
    position: relative;
    /*top: 85%;*/
    padding: 2% 2% 2% 2%;
    overflow: hidden;
    width: 110%;
    background: rgba(255,255,255,.2);
    content: '';
    text-align: center;
}

.homeImgText {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: bolder;
    border: none;
    /*padding: 0 10px 0 10px;*/
    background: rgba(0,0,0,.2);
    position: absolute;
    margin: auto;
    /*left: 30%;
	top: 40%;*/
}

.minortext {
    font-size: 24px;
    font-weight: bold;
}

.spacer {
    margin: 1.5%;
    padding-top: 1%;
    overflow: hidden;
    clear: both;
}

.spacerless {
    width: 100%;
    margin: 1.5%;
    padding-top: 0.5%;
    overflow: hidden;
    clear: both;
}

.spacerlesser {
    width: 100%;
    margin: 0.25%;
    padding-top: 0.5%;
    overflow: hidden;
    clear: both;
}
.spacerlesser_div {
    margin: 0.25%;
    padding-top: 0.5%;
    overflow: hidden;
    clear: both;
}
.Container-Email {
    font-size: 12px;
    color: #ffffff;
    background: #56C0E0;
    padding: 3%;
    border-radius: 50%;
    margin-right: 4%;
}


.Container-Phone {
    font-size: 12px;
    color: #ffffff;
    background: #F5A623;
    padding: 3%;
    /* float: left; */
    border-radius: 50%;
    margin-right: 3%;
}

.main-home-footer, .home-footer {
    clear: both;
    background-color: #ECECEC;  
    text-align: left;
    font-size: 12px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    padding: 1% 0% 0% 0%;
    /*height: 7.5%;*/
    bottom: 0%;
    position: fixed !important;
    width: 100%;
    z-index: 3;
}



.VersionInfo {
    text-align: center;
    color: #337ab7;
    font-size: 12px;
}

.gridstyle {
    border: none;
}

.pnlBody {
    padding: 5px 15px 15px 0px;
}

.editGrid {
    cursor: pointer;
    font-weight: bold;
}

.deleteGrid {
    cursor: pointer;
    font-weight: bold;
}

.mandatoryField {
    color: #ff0000;
}
/* Start - Home.html Page css goes here */

.buttonRides {
    height: 80px;
    max-width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: normal;
}

.operList {
    font-size: 14px;
    cursor: pointer;
}

.operListBody {
    font-size: 13px;
}

.AnnouncementMsgs {
    font-size: 13px;
}

.AnnouncementBy {
    font-size: 12px;
    color: #cccccc;
    text-align: right;
}
/* End -  Home.html Page css goes here */

/*My Trips*/
.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown .details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.details-control1 {
    background: url('') no-repeat center center;
    cursor: pointer;
}

    .details-control1:after {
        content: "\f103";
        font: normal normal normal 14px/1 FontAwesome;
    }

.shown .details-control1:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f102";
}

tr.shown .details-control1 {
    background: url('') no-repeat center center;
}

/*Spiner CSS*/
.spinner {
    width: 100%;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 1px;
        left: 1px;
    }
/*End Spinner CSS*/


.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
    background-color: #2e8708;
}

.symbol-empty {
    background-color: #ccc;
}

.symbol-filled {
    background-color: #2e8708;
}

.feedbackResult {
    border: 1px solid #ECECEC;
    background-color: #fefefe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    overflow: hidden;
    margin-bottom: 0.5%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 130%;
    -webkit-text-shadow: 0px 1px 1px #999;
    text-shadow: 0px 1px 1px #999;
    /*text-shadow: 0px 2px 1px #999;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-star {
    color: #329332;
}


.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.fdbkSaprator {
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px dotted #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(204, 204, 204);
}

.progress {
    height: 20px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #F7F2F2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.BannerText {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.homeSearchCtrls {
    margin-top: 5px;
}

.tooltip-inner {
    width: 400%;
    white-space: pre-wrap;
}

html > body .homebottoms {
    margin: 0% auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#dvCountyLstState {
    height: 200px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-top: 2%;
}



    #dvCountyLstState::-webkit-scrollbar {
        width: 12px;
    }

    #dvCountyLstState::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #dvCountyLstState::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: white;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

#dvCountyCityLst {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 2%;
}



    #dvCountyCityLst::-webkit-scrollbar {
        width: 12px;
        margin-left: 5%;
    }

    #dvCountyCityLst::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        /*color:white;*/
        border-radius: 10px;
    }

    #dvCountyCityLst::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: white;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

/*dvCountyCityLst*/
.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loaderCss {
    display: none;
    background-color: #cccccc;
    height: 100px;
    padding: 1%;
    border: 1px solid #000000;
    -moz-box-shadow: 1px 2px 15px #d7d6d6;
    -webkit-box-shadow: 1px 2px 15px #d7d6d6;
    box-shadow: 1px 2px 15px #d7d6d6;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    align-self: center;
    width: 350px;
}

.modalbands {
    background-color: #e5e5e5;
    padding-left: 1%;
    height: 25px;
    margin-bottom: 1%;
    font-weight: bold;
    margin-top: 2%;
}


.pad-top0 {
    padding-top: 0;
}

.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-top25 {
    padding-top: 25px;
}

.pad-top35 {
    padding-top: 35px;
}

.pad-top50 {
    padding-top: 50px;
}


.pad-bottom0 {
    padding-bottom: 0 !important;
}

.pad-bottom5 {
    padding-bottom: 5px;
}

.pad-bottom10 {
    padding-bottom: 10px;
}

.pad-bottom15 {
    padding-bottom: 15px;
}

.pad-bottom20 {
    padding-bottom: 20px;
}

.pad-bottom25 {
    padding-bottom: 25px;
}

.pad-bottom35 {
    padding-bottom: 35px;
}

.pad-bottom50 {
    padding-bottom: 50px;
}

.pad-left0 {
    padding-left: 0;
}

.pad-left5 {
    padding-left: 5px;
}

.pad-left10 {
    padding-left: 10px;
}

.pad-left15 {
    padding-left: 15px;
}

.pad-left20 {
    padding-left: 20px;
}

.pad-left25 {
    padding-left: 25px;
}

.pad-left35 {
    padding-left: 35px;
}

.pad-left50 {
    padding-left: 50px;
}

.pad-right0 {
    padding-right: 0;
}

.pad-right5 {
    padding-right: 5px;
}

.pad-right10 {
    padding-right: 10px;
}

.pad-right15 {
    padding-right: 15px;
}

.pad-right20 {
    padding-right: 20px;
}

.pad-right25 {
    padding-right: 25px;
}

.pad-right35 {
    padding-right: 35px;
}

.pad-right50 {
    padding-right: 50px;
}


.mar-top0 {
    margin-top: 0;
}

.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top25 {
    margin-top: 25px;
}

.mar-top35 {
    margin-top: 35px;
}

.mar-top50 {
    margin-top: 50px;
}


.mar-bottom0 {
    margin-bottom: 0;
}

.mar-bottom5 {
    margin-bottom: 5px;
}

.mar-bottom10 {
    margin-bottom: 10px;
}

.mar-bottom15 {
    margin-bottom: 15px !important;
}

.mar-bottom20 {
    margin-bottom: 20px;
}

.mar-bottom25 {
    margin-bottom: 25px;
}

.mar-bottom35 {
    margin-bottom: 35px;
}

.mar-bottom50 {
    margin-bottom: 50px;
}

.mar-left0 {
    margin-left: 0;
}

.mar-left5 {
    margin-left: 5px;
}

.mar-left10 {
    margin-left: 10px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-left20 {
    margin-left: 20px;
}

.mar-left25 {
    margin-left: 25px;
}

.mar-left35 {
    margin-left: 35px;
}

.mar-left50 {
    margin-left: 50px;
}

.mar-right0 {
    margin-right: 0;
}

.mar-right5 {
    margin-right: 5px;
}

.mar-right10 {
    margin-right: 10px;
}

.mar-right15 {
    margin-right: 15px;
}

.mar-right20 {
    margin-right: 20px;
}

.mar-right25 {
    margin-right: 25px;
}

.mar-right35 {
    margin-right: 35px;
}

.mar-right50 {
    margin-right: 50px;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.index-dsgn {
    text-align: center;
    padding: 7% 15px 1% 15px;
}

.table-condensed > tbody > tr > td {
    vertical-align: initial;
}


@media (min-width:220px) and (max-width: 767px) {

    /*sandeep 30/6/2017*/
    #dvRtnTime {
        padding-top: 15px;
    }

    .mar-top26 {
        margin-top: 26px;
    }

    .modal-dialog-m {
        top: 40% !Important;
        margin: 10px 5% !Important;
        width: 90%;
    }

    .col-lg-2Mobilit {
        position: relative;
        width: 49.5% !important;
        float: left;
    }

    .col-lg-2Time {
        width: 99.5% !important;
        float: left
    }


    .muligrid-grid-scroll {
        height: auto;
        overflow-x: scroll;
    }

        .muligrid-grid-scroll table {
            width: 200%;
        }

    .muligrid-bg {
        width: 600px;
    }
    /*end sandeep 30/6/2017*/




    .dotted-blue-br {
        width: 80% !important;
        border-left: #4485C5 3px dotted;
        height: 134px !important;
        margin-left: 2.1% !important;
        transform: rotate(-1deg);
        position: absolute;
        margin-top: -10px;
    }

    .navbar-toggle {
        margin-right: 3px;
    }

    .pac-container {
        width: 75% !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #000 !important;
    }

    .bgnon {
        background: #2ACD3F !important;
        border: none;
    }


    .book-ride {
        background: url(../images/mBookRide.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mRequestedRydes {
        background: url(../images/mRequestedRydes.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mConfirmedRides {
        background: url(../images/mConfirmedRides.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .delhi-p {
        background: url(../images/mDP.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .autorishaw {
        background: url(../images/mAuto.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .quon {
        background: url(../images/mCar.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .requested-ride {
        background: url(../images/mDailyRyde.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .location-tracking {
        background: url(../images/mLoc.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }


    .mtick {
        background: url(../images/mTicket.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .maddFunds {
        background: url(../images/mAddFund.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mtrans {
        background: url(../images/mTrans.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mPurchasedPasses {
        background: url(../images/mPurchasedPasses.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }


    .mlinks {
        padding-top: 10px;
    }

        .mlinks:active {
            background: #eee;
            padding-top: 10px;
        }

        .mlinks p {
            padding-top: 40px;
            float: left;
            width: 100%;
            text-align: center;
        }

        .mlinks a {
            text-decoration: none;
            color: #000;
        }

    .mQhearline {
        background: url(../images/mHeartLine.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mBusTracker {
        background: url(../images/mBusTracker.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mBusBeats {
        background: url(../images/mBusBeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mQbeats {
        background: url(../images/mQbeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .mPersnalQbeats {
        background: url(../images/mPersnalQbeats.png) no-repeat 50% 0;
        background-size: contain;
        height: 30px;
    }

    .tab-dsgn-repeat {
        background: #ffed87;
        clear: both;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }
}

.tab-des-minifest {
    background: #000;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px #ADADAD;
    width: 100%;
}

@media (min-width:993px) and (max-width: 1199px) {
    .col-lg-2Mobilit {
        position: relative;
        width: 22.5% !important;
        float: left;
    }

    .col-lg-2Time {
        position: relative;
        width: 24.5% !important;
        float: left
    }
}

@media screen and (min-width:768px) and (max-width: 992px) {

    .col-lg-2Mobilit {
        position: relative;
        width: 26.5% !important;
        float: left;
    }

    .col-lg-2Time {
        width: 50% !important;
        float: left
    }


    .main-home-footer, .home-footer {
        display: none;
    }

    .tab-dsgn-repeat {
        background: #ffed87;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }


    .tab-des-minifest {
        background: #000;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 1px 2px #ADADAD;
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1500px) {

    .pac-container {
        width: 30% !important;
    }

    #adtnlInformation {
        position: relative;
    }

    #addInfo {
        position: absolute;
        z-index: 99;
        top: 89%
    }

    #addInfo1 {
        text-align: left;
        z-index: 99;
        top: 89%
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    #MedicaidTrip input[type], #dvPickupLocation select, #dvAppointmentLocation select, #MedicaidTrip, #dvPickupLocation input[type] {
        font-size: 15px !important;
    }

    .pad-top-bottom6 {
        padding: 7px 0 !important;
        margin-top: 4px;
    }

    .des-pad-top30 {
        padding-top: 30px !important;
    }

    .top-pad7-desktop {
        padding-top: 3% !important;
    }
}


.days-check span {
    padding: 3px 10px !important;
    margin: 1px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 4px;
    cursor: pointer;
}

.days-check div {
    padding: 3px 10px !important;
    margin: 1px;
    width: 13%;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    float: left;
}




.dowtxt div {
    margin: 1px;
    width: 13%;
    font-size: 14px;
    text-decoration: none;
    float: left;
}



.mdays-check span {
    padding: 2px !important;
    margin: 1px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 4px;
    cursor: pointer;
}

.act {
    background: #666;
    color: #fff !important;
}

.colorbl {
    color: #000;
    text-decoration: none;
}

    .colorbl:hover {
        color: #000;
    }

.btn-success {
    color: #0e1719;
    background-color: #fbc743;
    border-color: #f6c139;
    font-weight: bolder;
}

    .btn-success:hover {
        color: #0e1719;
        background-color: #e0ab28;
        border-color: #f6c139;
        font-weight: bolder;
    }


/*********AARP CSS START*********/
.btn-success-aarp {
    color: #0e1719;
    background-color: #fbc743;
    border-color: #f6c139;
    font-weight: bolder;
}

    .btn-success-aarp:hover {
        color: #0e1719;
        background-color: #e0ab28;
        border-color: #f6c139;
        font-weight: bolder;
    }
/****AARP CSS START END**********/


.tick-pass {
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
}



.timeds {
    background-color: #eee;
    height: 40px !important;
    border-radius: 5px !important;
    font-size: 18px;
}

/*******DART UI Links design *****/
/* Float Shadow */
.hvr-float-shadow:hover {
    text-decoration: none;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    background: #dddddd;
    padding: 12px 10px;
    margin: 8px 6px;
    color: #666;
    font-size: 16px;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        text-decoration: none !important;
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

#dvStateList {
    overflow-y: scroll;
    overflow-x: scroll;
}

    #dvStateList::-webkit-scrollbar {
        width: 12px;
    }

    #dvStateList::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #dvStateList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: white;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #0e1719 !important;
    cursor: default;
    background-color: #fbc743 !important;
    border-color: #f6c139 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #0e1719 !important;
}

.alert-success {
    color: #004809 !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
    background: #dddddd;
}


.pac-item {
    border-top: 0;
}

.pac-icon, .pac-logo:after {
    display: none !important;
}

.dropdown-menu {
    /*left: auto !important;
    right: 0 !important;*/
}

.privacy-policy li {
    margin-top: 10px;
    padding: 2px;
    list-style: none;
}

    .privacy-policy li a:before {
        font-family: 'Glyphicons Halflings';
        content: "\e013";
        margin: 0 5px 0 0;
        color: #2acd3f;
    }

#a5 li {
    list-style: circle;
    margin-left: 25px;
}

.multiselect-container {
    right: auto !important;
}


.btn-edit-new {
    position: absolute;
    z-index: 88;
    margin: 0 0 0 22%;
    padding: 5px 20px;
}

.clsSelect {
    background: #D0D0D0 !important;
}

.btnposition {
    /*position: fixed;*/
    width: 500px;
    /*top: 100px;*/
}

.warning-old {
    background-color: #fcf8e3;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*bottom: 100%;*/
}

    /*Comment : mManageRydes.html page dropdown hover not useable.*/
    /*.dropdown:hover .dropdown-content { 
    display: block;
}*/

    .dropdown-content a {
        color: black;
        padding: 10px 12px;
        text-decoration: none;
        display: block;
    }

.custom-fontstyle18 {
    font-size: 18px;
}

.disableDiv {
    pointer-events: none;
    opacity: 0.4;
}

.myCustomloader {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #2acd3f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[hidden], template, #divHiddenFields {
    display: none !important;
}

/*sandeep 30/6/17 */
#dvResultSet [class*="col-md-"] {
    padding: 0;
}

.multigrid {
    width: 100%;
    top: 16px;
    position: relative;
}

.multigrid1 {
    width: 100%;
    top: -12px;
    position: relative;
}

    .multigrid1 span {
        width: 20px;
        background-color: #007e00;
        border-radius: 50%;
        height: 20px;
        border: 1px solid black;
        display: block;
        font-size: 14px;
    }

.multigrid span {
    width: 20px;
    background-color: #007e00;
    border-radius: 50%;
    height: 20px;
    border: 1px solid black;
    display: block;
    font-size: 14px;
}


.border-dotted {
    /*border-bottom: #4485C5 3px dotted;*/
    width: 100%;
    top: -1px;
    font-size: 14px;
    position: absolute;
    left: 19px;
}

.multigrid-from {
    font-size: 14px;
    min-height: 100px;
    max-height: 400px;
}

.muligrid-bg {
    background-color: #dce6f2;
    padding: 0% 1% 1% 1%;
    border-right: 1px solid #000;
    width: 280px;
}

.muligrid-grid-scroll {
    height: auto;
    overflow-x: scroll;
}

    .muligrid-grid-scroll table {
        width: 200%;
    }



.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple {
    background: #c7fd81;
    padding: 5px;
    margin: 4px 0 0 0;
    border-radius: 2px;
    border: none !important;
}
/*End sandeep 30/6/17 */

/* sandeep 3/7/17 */
.col-design {
    width: 100%;
    margin-left: 5.1%;
    margin-top: -40px;
    margin-bottom: 5px;
}

.col-dotted {
    border-bottom: #4485C5 3px dotted;
    width: 105%;
}
/* End  sandeep 3/7/17 */

/*sandeep  4/7/2017*/
#MedicaidTrip input[type], #dvPickupLocation select, #dvAppointmentLocation select, #MedicaidTrip, #dvPickupLocation input[type] {
    font-size: 18px;
}

div#dvPickupLocation .col-md-2 col-xs-12 {
    padding: 0
}
/*end*/

.green-dot-link {
    border-bottom: #2acd3f 3px dotted;
    width: 107%;
    margin-top: 5%;
    float: left;
}

.black-dot-link {
    overflow: hidden;
    width: 30px;
    margin-top: 38%;
    margin-left: -2%;
    float: left;
}

.black-dot-left-line {
    border-right: #000 3px dotted;
    height: 25px;
    float: left;
    margin-left: 26%;
}

.black-dot-bottom-line {
    width: 100%;
    border-top: #000 3px dotted;
    width: 120%;
    float: left;
}

.arrive-div {
    width: 20px;
    background-color: red;
    border-radius: 50%;
    height: 20px;
    border: 1px solid black;
    float: left;
    margin-top: 59%;
    margin-left: 1%;
}

.arrive-section {
    margin-top: 52%;
    padding-left: 6%;
}

.heighfixed-3 {
    margin-top: 12%;
    width: 89%;
}

div .dvBottomLink ul {
    padding: 0px;
}

    div .dvBottomLink ul li {
        display: inline-block;
        padding: 0px 3px;
    }

        div .dvBottomLink ul li:before {
            content: " | ";
        }

        div .dvBottomLink ul li:first-child:before {
            content: "";
        }


#medicarerow input, #medicarerow select {
    border-radius: 0px;
}

#medicarerow [class*="col-"] {
    padding: 9px 6px;
    float: left;
}

#dvChkchkSubscription [class*="col-"] {
    padding: 4px 0px 0px 6px;
    float: left;
}

.col-lg-2Mobilit {
    position: relative !important;
    width: 12.5%;
    float: left;
}

.col-lg-2Time {
    position: relative !important;
    width: 16.6%;
    float: left
}

#chkchkSubscription, #chkroundtrip {
    float: left;
    width: 20px;
    height: 15px;
    margin-top: 2px;
}

.bootstrap-touchspin-up, .bootstrap-touchspin-down {
    border-radius: 0;
}


.fa {
    text-shadow: none !important;
}

alert-danger:first-child, alert-danger:last-child {
    width: 100%;
    background-color: rgba(59, 59, 59, 0.64);
}


.modal-dialog-m {
    position: absolute;
    top: 15%;
    margin: 10px 35%;
}

.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0;
    /*margin-bottom: 20px;*/
}

    .btn-select .btn-select-value {
        padding: 6px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 6px 10px;
        top: 0;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 33px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden
        }

            .btn-select ul li:hover {
                background-color: #f4f4f4;
            }

            .btn-select ul li.selected {
                color: white;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #ccc;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        /*background-color: white;*/
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }

#divMessageBox {
    z-index: 99999 !important;
}

.modal-dialog-m {
    position: absolute;
    top: 15%;
    margin: 10px 35%;
    left: 0;
    right: 0;
    z-index: 999999;
}

.shibby {
    background-color: #2acd3f;
    color: white !important;
}
/*18/1/2018*/
.normal-font {
    font-weight: normal !important;
}

.mrg-top1 {
    margin-top: -1.5em
}

.mrg-top {
    margin-top: -2em
}

.mrg-top2 {
    margin-top: -2.7em !important
}

/* Default End */
.dv-as-form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*end*/


.trTripRow.completed * {
    font-weight: bold;
}
/* casecade */
.trTripRow.Highlighted > td {
    background-color: lightgray;
    border-top: 1px green solid;
    border-bottom: 1px green solid;
    
}