
/* train times css */
.live-results .results-table .column--button p, .live-results .results-table .column--button #page .expandable-panel, #page .live-results .results-table .column--button .expandable-panel, .live-results .results-table .column--button .expandable-panel-link {
    width: 30px;
    height: 100%;
    background: #6CAF35;
    max-width: 30px;
}

.live-results .results-table .body .route-overview:before {
    content: '';
    display: block;
    position: absolute;
    background: #6caf35;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
}

body .btn-tertiary-blue {
    background: transparent;
    border: 2px solid #95e1bf;
    border-radius: 5px;
    color: #131e29;
    font-family: Averta;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .1px;
    line-height: 19px;
    text-align: center;
    padding: 8px 10px !important;
    border: 2px solid #FF4713;
}

.column--status .icon-good:before {
    color: #204555;
    font-size: 20px;
}
/*.live-results .results-table .body .journey:nth-last-child(2) {
    border-bottom: 2px solid #E5E5E5;
}*/
.icon-carat_down_soft:before {
    font-size: 24px;
}

.live-results .cap {
    background-color: #204555;
    border: 4px solid #204555;
    text-align: center;
    font-weight: bold;
    line-height: 49px;
    cursor: pointer;
}

.traintimeloadingicon {
    position: relative;
}

.live-results .results-table .head {
    overflow: hidden;
    position: relative;
    background: #E5E5E5;
    border-left: 4px solid #204555;
    border-right: 4px solid #204555;
}

.live-results .results-table .body {
    border-left: 4px solid #204555;
    border-right: 4px solid #204554;
    min-height: 320px;
}

.loadignlive-text {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 26px;
    color: #131E29;
}

.live-results .cap .switch-page {
    font-size: 18px;
    color: #E2F5E9;
    font-weight: 500;
}

.clock-icon {
    width: 21px;
    height: 21px;
    vertical-align: sub;
    margin-left: 10px;
}

.live-results .results-table .head .column p {
    color: #131e29;
    font-weight: 600 !important;
}

.component-journey-check-results .journey-check-loading-screen {
    position: absolute;
}

.live-results .results-table .head .column {
    height: auto;
    padding: 10px 0px 15px;
}

.component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    opacity: 0;
    animation: loadingout 8s;
    animation-iteration-count: 1;
}

    .component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars img {
        width: 37%;
        height: auto;
        opacity: 0;
        animation: loadingout 8s;
        animation-iteration-count: 1;
        margin: 0 auto;
        position: relative;
    }

@keyframes loadingout {
    0% {
        opacity: .9;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.jc-lin-wrapper {
    border-bottom: 2px solid #E5E5E5;
}

.bdr-r {
    border-right: 1px solid #D6D1CA;
}

.column--status span span {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Averta';
    margin-left: 9%;
    padding-right: 30px;
}

.column--status span.good {
    color: #131E29;
}

.column--status span.icon {
    display: block;
    margin-top: 5px;
    text-align: left;
}

    .column--status span.icon::before {
        font-size: 20px;
        position: absolute;
        right: 5px !important;
        top: 4px;
    }

.column--status .icon-major:before, .column--status .icon-status_major:before {
    color: #ff0000;
}

.component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p:first-child {
    padding-bottom: 0px !important;
}

.component-journey-check-results .results-table .body .journey .column .content-table > .content-cell:not(.no-platform) p:last-child {
    padding-top: 0px !important;
}

.component-journey-check-results .results-table .column--other {
    width: 15%;
    text-align: right;
}

.component-journey-check-results .results-table .column--departs {
    width: 13.666667%;
}

.component-journey-check-results .results-table .column--arrives {
    width: 13.666667%;
}

.component-journey-check-results .results-table .column--status {
    width: 16.5%;
    position: relative !important;
    left: 0;
}

@media (max-width:1024px) {
    .component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars img {
        width: 60%;
    }

    .component-journey-check-results .results-table .column--status {
        width: 14.666667%;
    }

    .component-journey-check-results .results-table .column--button {
        width: 5.666667%;
    }

    .component-journey-check-results .results-table .column--other {
        width: 21%;
    }

    .component-journey-check-results .results-table .column--arrives {
        width: 10.666667%;
    }

    .column--status span span {
        margin-left: 7%;
        line-height: 18px;
    }

    .component-journey-check-results .results-table .column--departs {
        width: 14.666667%;
    }

    .live-results .results-table .column--button p {
        max-width: 35px;
    }
    .live-results .results-table .body .route-overview:before {
        width: 30px;
    }
}

@media (max-width:767px) {
    .component-journey-check-results .results-table .column--status {
        width: 22.666667%;
    }

    .column--status span.icon::before {
        font-size: 16px;
        right: 10%;
    }

    .column--status span span {
        font-size: 14px;
        margin-left: 10%;
    }

    .live-results .results-table .column--button p {
        max-width: 25px;
    }
    .live-results .results-table .body .route-overview:before {
        width: 25px;
    }
}

@media (max-width:480px) {
    .live-results .results-table .body .route-overview:before {
        width: 25px;
    }

    .component-journey-check-results .results-table .route-overview {
        padding-left: 30px;
    }

    .live-results .results-table .body .route-overview .row {
        overflow: visible;
        padding-left: 5px;
    }

    .live-results .results-table .body .journey .column .content-table > .content-cell .time {
        font-size: 13px;
    }

    .live-results .results-table .body .journey .column p {
        text-align: center;
    }
    .component-journey-check-results .journey-check-loading-screen .journey-check-loading-bars img {
        width: 80%;
    }

    .column--status span.icon::before {
        font-size: 16px;
    }

    .column--status span span {
        font-size: 14px;
        margin-left: 11px;
        line-height: 18px;
    }

    .column--ScheduledArrivalDate {
        width: 25% !important;
    }

    .live-results .results-table .column--button p {
        width: 25px;
    }

    .component-journey-check-results .results-table .column--status {
        width: 28.666667%;
    }

    .component-journey-check-results .results-table .column--arrives {
        width: 16.666667%;
    }

    .component-journey-check-results .results-table .column--departs {
        width: 22.666667%;
    }
}

.earltrains-desabled {
    user-select: none;
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
.live-results .section-title {
    margin-bottom: 25px;
}
@media (max-width:360px) {
    .column--status span.icon::before {
        right: 1px !important;
    }
}
.switch-page:focus-visible {
    border: 3px solid #ff4713 !important;
}
.icon-carat_down_soft:focus-visible {
    border: 3px solid #ff4713 !important;
}
body .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field:focus-visible {
    border: 2px solid #ff4713 !important;
}

.select2-selection--single:focus-visible {
    border: 2px solid #ff4713 !important;
}

.station-switch__icon:focus-visible {
    border: 2px solid #ff4713 !important;
}
/*-------------------css move from ourneyCheckResult--------------------*/
.column1 {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px;
}

.row1:after {
    content: "";
    display: table;
    clear: both;
}