﻿#railLinesSchedule {
    background-color: #fff;
}

    #railLinesSchedule .cardBackground {
        width: 270px;
        height: 10px;
        -webkit-border-top-left-radius: 25px;
        -moz-border-radius-topleft: 25px;
        border-top-left-radius: 25px;
    }

    #railLinesSchedule .card {
        margin-bottom: 30px;
        border: 1px solid whitesmoke !important;
        border-radius: 15px;
        background-color: #EAEAEA;
    }

    #railLinesSchedule .card-body {
        border: 0 !important;
        padding: 0 !important;
    }

    #railLinesSchedule .table {
        border: none;
    }

    #railLinesSchedule .zoneHeader {
        height: 33px;
        margin: 9.5px 23px 15px 30px;
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.46;
        letter-spacing: -0.4px;
        text-align: left;
        color: #242526;
    }

    #railLinesSchedule .zoneSubHeader {
        margin: 15px 8px 0 30px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.19;
        letter-spacing: -0.27px;
        text-align: left;
        color: #242526;
    }

    #railLinesSchedule .scheduleBox {
        margin: 15px 8px 7.1px 20px;
        width: 90%;
    }

    #railLinesSchedule .table td, .table th {
        padding: 0.4rem;
        vertical-align: top;
        border-top: 0 !important;
    }

    #railLinesSchedule .seperator {
        width: 80%;
        height: 0;
        margin: 10px 8px 0 30px;
        border: solid 1px #e5e5e5;
    }

    #railLinesSchedule .station-header {
        height: 25px;
        font-family: Poppins;
        font-size: var(--default-font-size);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.94;
        letter-spacing: -0.3px;
        text-align: left;
        color: #242526;
    }

    #railLinesSchedule .scheduleLabel {
        height: 25px;
        margin: 0 0 0 1px;
        font-family: Poppins;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }

    #railLinesSchedule .scheduleLink {
        height: 25px;
        margin: 0 5px 0 5px;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #00205b;
    }

#railLinesSchedule #divAllRailLinesSection {
    -o-justify-content: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

#railLinesSchedule .learn-more {
    height: 25px;
    margin: 25px 8px 20px 30px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #00205b;
}

/*Align headers and sub headers to left on small screens*/
@media (max-width: 768px) {

    #railLinesSchedule .zoneHeader {
        font-size: 24px !important;
    }

    #railLinesSchedule .zoneSubHeader {
        font-size: 16px !important;
    }

    #railLinesSchedule .scheduleLabel {
        font-size: var(--default-font-size) !important;
    }

    #railLinesSchedule .scheduleLink {
        font-size: var(--default-font-size) !important;
    }
    #railLinesSchedule .scheduleLinkBox {
        padding-left: 44px ! important;
    }
    #railLinesSchedule .mr-5 {
        margin-right: 0 !important;
    }
}

.rail-station-kendo-grid .k-pager-numbers-wrap, .rail-station-kendo-grid .k-pager-numbers-wrap * {
    height: 100% !important;
}