﻿/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);*/
@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -30px;
    }

    50% {
        margin-top: -60px;
    }

    75% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

body {
    background: #333;
    width: 100%;
    height: 100%;
}

.book-ticket-fare {
    background: #f2f3f9 !important;
    border: none !important;
    cursor: default !important;
    pointer-events: none !important;
}



.news {
    width: auto;
    height: 25px;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none;
}

    .news span {
        float: left;
        color: #fff;
        padding: 6px;
        position: relative;
        top: 1%;
        border-radius: 4px;
        box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
        font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -webkit-user-select: none;
        cursor: pointer;
    }

    .news ul {
        float: left;
        animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -webkit-user-select: none;
    }

        .news ul li {
            height: 28px;
        }

            .news ul li a {
                color: #fff;
                text-decoration: none;
                font: 14px Helvetica, Arial, sans-serif;
                -webkit-font-smoothing: antialiased;
                -webkit-user-select: none;
            }

        .news ul:hover {
            animation-play-state: paused;
        }

    .news span:hover + ul {
        animation-play-state: paused;
    }

    .news li:nth-child(4) {
        animation-delay: -4s;
    }

    .news li:nth-child(3) {
        animation-delay: -8s;
    }

    .news li:nth-child(2) {
        animation-delay: -12s;
    }

.ddl {
    height: 59px;
    border-radius: 30px;
    background-color: #f2f3f9;
    border: 1px solid #f2f3f9;
}

    .ddl:before {
        position: absolute;
        top: 50%;
        font-weight: 400;
        margin-top: -10px;
        right: 0;
        height: 20px;
        line-height: 20px;
        content: '\f236';
        font-family: 'Material Design Icons';
        font-size: 20px;
    }

.schedule-popup {
    width: 80%;
}

.modal-title {
    margin-left: 14px;
}

.schedule-table tbody tr {
    text-align: center;
}

.schedule-table thead tr th:nth-child(1) {
    width: 18%;
}

.schedule-table thead tr th:nth-child(2) {
    width: 18%;
}

.schedule-table thead tr th:nth-child(3) {
    width: 10%;
}

.schedule-table thead tr th:nth-child(4) {
    width: 16%;
}

.schedule-table thead tr th {
    text-align: center;
}

.schedule-table tbody {
    font-size: 13px !important;
    font-weight: 200 !important;
}

.drop-status td {
    background-color: red !important;
}

.discount-status td {
    background-color: green;
    -webkit-animation-name: discount; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 60s; /* Safari 4.0 - 8.0 */
    animation-name: discount;
    animation-duration: 60s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes discount {
    0% {
        background: LightGreen;
    }

    25% {
        background: green;
    }

    50% {
        background: LightGreen;
    }

    75% {
        background: LimeGreen;
    }

    100% {
        background: Lime;
    }
}

/* Standard syntax */
@keyframes discount {
    0% {
        background: LightGreen;
    }

    25% {
        background: green;
    }

    50% {
        background: LightGreen;
    }

    75% {
        background: LimeGreen;
    }

    100% {
        background: Lime;
    }
}



.caption.terminal-address-caption:after {
    content: none !important;
}

.terminal-address-box {
    color: #fff;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

.fastex-tracking div div {
    width: 100% !important;
    max-width: 100% !important;
}

    .fastex-tracking div div span {
        display: none !important;
    }

.rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li > a {
    padding: 19px 0 !important;
    font-size: 13px;
}

.ErrorCss {
    color: #FF0000;
}

.SuccessCss {
    color: #008000;
}

.section.page-header {
    border-bottom: 4px solid #3a4ed5 !important;
}

#map1 {
    border: 1px solid !important;
}

.counterParentdv div {
    color: #f2f3f9;
    font-size: 13px;
    font-weight: bold;
}

#Counterdv {
    color: red !important;
}


.upperSeparator {
    display: block;
    color: #fff;
    display: inline;
    float: right;
}


.innerRegisteredUser {
    /*width: 55px;
    display: inline;
    border: 1px solid #868686;
    padding: 4px 5px 4px 5px;
    font-size: 26px;
    font-weight: bold;
    color: red !important;*/
    display: inline;
    border: 2px solid #fff;
    padding: 3px 7px 3px 7px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(45deg, #cc3300 0%, #fad0c4 99%, #fad0c4 100%);
    z-index: 1;
    border-radius: 5px;
}

.upperSeparatorRegisteredUser {
    display: block;
    color: #fff;
    display: inline;
    float: right;
}

.counterParentdv {
    text-align: left;
    margin: 8px 0 0 96px;
    width: 67%;
    padding: 0 0 0 11px;
}

    .counterParentdv div li {
        color: #c2c2c3 !important;
        font-size: 14px;
        font-weight: bold;
    }

.innerSeparator {
    /*width: 55px;
    display: inline;
    border: 1px solid #868686;
    padding: 4px 5px 4px 5px;
    font-size: 26px;
    font-weight: bold;
    color: red !important;*/
    display: inline;
    border: 2px solid #fff;
    padding: 3px 7px 3px 7px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    /* background-color: #ff9999; */
    background-image: linear-gradient(45deg, #cc3300 0%, #fad0c4 99%, #fad0c4 100%);
    z-index: 1;
    border-radius: 5px;
}

.upperSeparatorRegisteredUserslider {
    color: #fff;
    display: block !important;
    clear: both;
    text-align: center;
}


.innerRegisteredUserslider {
    display: inline;
    border: 2px solid #fff;
    padding: 3px 7px 3px 7px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    /* background-color: #ff9999; */
    background-image: linear-gradient(45deg, #cc3300 0%, #fad0c4 99%, #fad0c4 100%);
    z-index: 1;
    border-radius: 5px;
}

.daewoo-app-user-main {
    top: -35px !important;
}

.main-appuser-dv {
    color: #cc3300;
    font-size: 13px;
    font-weight: bold;
    width: 205px;
    margin: 26px 0 0 -84px;
}

.table-custom tbody tr td, .table-custom thead tr th {
    padding: 7px 0px 7px 30px !important;
}

.table-custom tbody tr td {
    font-weight: bold !important;
    font-size: 14px !important;
}

.modal-header-schedule {
    padding: 6px 6px 6px 2px !important;
}

.registered-user {
    margin: 6px 0 0 7px;
}

.news ul {
    color: greenyellow;
}

.daewoo-service-title {
    font-size: 21px !important;
}

.miles-account-forgot {
}

.miles-int-input {
    width: 100% !important;
}

.copyright {
    margin: 13px 0 24px 0 !important;
    font-size: 13px !important;
}

.lost-card-popup {
    width: 67%;
}

.request-lost-radio .radio {
    display: inline;
    margin: 10px 0 20px 9px;
    padding: 0 1px 12px 35px;
}

.rlost-input {
    margin: 0 0 0 156px !important;
    width: 68% !important;
}

.rlost-input-text {
    margin: -22px 0 0 156px !important;
    width: 68% !important;
}

.model-back {
    border-radius: 8px !important;
    width: 37%;
}

.modal-header1 {
    min-height: 16.428571429px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
}

.logiinicon {
    width: 49px;
    clear: both;
    float: left;
    display: inline;
    margin: 0;
}

    .logiinicon img {
        margin: -1px 0 0 2px;
        width: 38px;
    }

.loginimg {
    width: 150px;
    clear: both;
    display: inline;
    margin: 0px 0px 0px 0px;
}

    .loginimg img {
        width: 158px;
        margin: 2px 0 0 46px;
    }

.cancel-btn2 {
    float: right;
    background: red;
    color: #FFF;
    margin: 2px 1px 0 6px;
    padding: 5px 5px;
    border-radius: 4px;
}

    .cancel-btn2 a {
        color: #fff;
    }

.modal-body-content {
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
    margin: 21px 0 0 0;
    width: 100%;
    height: auto;
}

.Cancel-success-popup {
    width: 500px;
}

.no-record-found {
    text-align: center;
    color: red;
    margin: 19px 0 24px 0px;
}

.drop-status {
    color: red !important;
}

.discount-status {
    color: green !important;
}

.miles-schedule-table {
    cursor: pointer;
}

.schedule-box {
    margin: 0 -94px 0 258px;
}

.get-schedule-main-button {
    font-size: 14px;
    padding: 17px 0 17px 0;
}

#dvSchedule, #dvFare {
    opacity: 0.82;
}

    #dvSchedule:hover, #dvFare:hover {
        opacity: 1;
    }
.complainTypes {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 18px 25px;
    font-weight: 300;
    line-height: 24px;
    color: #29293a;
    background-color: #f2f3f9;
    background-image: none;
    border: 0px solid #f2f3f9;
    border-radius: 35px;
    -webkit-appearance: none;
}