.qtt-form-stations .station-switch .station-switch__icon,
.qtt-form-stations .station-switch .station-switch__icon:before {
    font-family: 'icons', sans-serif;
    font-weight: 400;
}

.qtt-form-stations .station-switch .station-switch__icon {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 22px;
    line-height: 1;
    margin: 0;
}

.qtt-form-stations {
    position: relative;
    zoom: 1;
}

.qtt-form-stations:before,
.qtt-form-stations:after {
    content: ' ';
    display: table;
}

.qtt-form-stations:after {
    clear: both;
}

.qtt-form-stations .departure-station,
.qtt-form-stations .arrival-station {
    width: 100%;
}

.qtt-form-stations .departure-station {
    margin-bottom: 12px;
}

.qtt-form-stations .station-switch {
    position: absolute;
    right: -39px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    z-index: 1;
    cursor: pointer;
}

.qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
    font-size: 26px;
}

.qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6 .station-switch__icon {
    display: none;
}

.qtt-form-stations .station-switch .component-journey-check-results .results-table .route-overview h6.withIcon .station-switch__icon {
    display: inline-block;
    margin-left: -33px;
    margin-top: 0;
}

.qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
    font-size: 25px;
    top: -3px;
    position: relative;
}

.qtt-form-stations .station-switch .live-results .results-table .column--status .icon-good.station-switch__icon {
    color: #2EA836;
}

.qtt-form-stations .station-switch .live-results .results-table .column--status .icon-status_major.station-switch__icon {
    color: #E53935;
}

.qtt-form-stations .station-switch .sidebar .component-journey-check-results .results-table .column--status .station-switch__icon {
    font-size: 24px;
}

.qtt-form-stations .station-switch .component-social-sharing .outer .inner .item .station-switch__icon {
    display: block;
    padding: 12px;
}

.qtt-form-stations .station-switch .component-social-sharing2 .outer .inner .item .station-switch__icon {
    display: block;
    padding: 12px;
}

span.validation-error-message {
    display: block;
    padding-top: 21px;
    line-height: 15px;
    font-weight: 500;
    color: #f00 !important;
    font-size: 13px !important;
    text-align: left !important
}

.sidebar .component-journey-check-results .results-table .column--status .qtt-form-stations .station-switch .station-switch__icon {
    font-size: 24px;
}

.sidebar .qtt-form-stations .station-switch {
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -13px;
    margin-right: 0;
}

.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch {
    height: 30px;
    width: 40px;
    margin-top: -15px;
}

.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch .station-switch__icon {
    line-height: 1;
    padding: 2px 4px;
}

.sidebar .component-qtt-form .qtt-form .qtt-form-stations .station-switch .station-switch__icon::before {
    position: relative;
    top: 0px;
}

.station-switch__icon {
    cursor: pointer
}

.form-row {
    margin-bottom: 19px;
    position: relative;
    clear: both;
}

@media (min-width: 48em) and (max-width: 64em) {
    .qtt-form-stations {
        margin: 0 70px;
    }

    .sidebar .qtt-form-stations .station-switch {
        right: -60px;
    }
}

@media (min-width: 64.0625em) {

    .qtt-form-stations .departure-station,
    .qtt-form-stations .arrival-station {
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 0;
    }

    .qtt-form-stations .departure-station {
        margin-bottom: 0;
        padding-right: 26px;
    }

    .qtt-form-stations .arrival-station {
        padding-left: 28px;
    }

    .qtt-form-stations .station-switch {
        right: 50%;
        top: 0;
        width: 73px;
        text-align: center;
        margin-top: 0;
        height: 42px;
        margin-right: -38px;
    }

    .qtt-form-stations .station-switch .station-switch__icon {
        color: white;
        line-height: 42px;
        margin: 0;
    }

    .qtt-form-stations .station-switch .station-switch__icon:before {
        content: '\e822';
    }

    .sidebar .qtt-form-stations .departure-station,
    .sidebar .qtt-form-stations .arrival-station {
        width: 100%;
        padding-right: 40px;
    }

    .sidebar .qtt-form-stations .departure-station {
        margin-bottom: 12px;
    }

    .sidebar .qtt-form-stations .arrival-station {
        padding-left: 0;
    }

    .sidebar .qtt-form-stations .station-switch {
        transform: rotate(90deg);
    }
}

@media screen and (min-width: 1023.99px){
    .qtt-form-stations.qtt-fields-alignment {
        display: flex;
        align-items: flex-end;
    }
    .qtt-form-stations.qtt-fields-alignment .station-switch{
        top: auto;
    }
}

@media (max-width: 64em) {
    .qtt-form-stations .station-switch .station-switch__icon {
        font-size: 30px;
    }

    .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        font-size: 19px;
    }
}

@media (max-width: 47.9375em) {
    .qtt-form-stations {
        margin: 0 32px 0 20px;
    }

    .qtt-form-stations .station-switch .live-results .results-table .column--status .station-switch__icon {
        display: none;
    }

    .sidebar .qtt-form-stations .station-switch {
        right: -35px;
    }
}

@media only screen and (max-width: 767px) {
    .qtt-form-stations .station-switch .component-journey-check-results .results-table .column--status .station-switch__icon {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .qtt-form-stations {
        margin: 10px 32px 0 20px !important;
    }
}

@media (max-width: 21.25em) {
    .qtt-form-stations {
        margin: 0 20px;
    }

    .qtt-form-stations .station-switch {
        right: -35px;
    }

    .qtt-form-stations .station-switch .station-switch__icon {
        font-size: 26px;
    }

    .sidebar .qtt-form-stations .station-switch {
        right: -31px;
    }
}