
@media screen and (max-width:760px) {
    .v3-1 .focus {
        padding: 24px 0
    }

        .v3-1 .focus .main-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .v3-1 .focus .focus-img {
            margin-bottom: 24px;
            height: auto
        }

        .v3-1 .focus .focus-txt {
            padding-left: 64px
        }

            .v3-1 .focus .focus-txt h1, .v3-1 .focus .focus-txt h2 {
                font-size: 30px;
                margin-bottom: calc(48px - (8 * 2px))
            }

                .v3-1 .focus .focus-txt h1:before, .v3-1 .focus .focus-txt h2:before {
                    width: 40px;
                    left: -24px;
                    -webkit-transform: translateY(-50%) translateY(17px) translateX(-100%);
                    -ms-transform: translateY(-50%) translateY(17px) translateX(-100%);
                    transform: translateY(-50%) translateY(17px) translateX(-100%)
                }

        .v3-1 .focus .focus-img + .focus-txt {
            padding: 0
        }

            .v3-1 .focus .focus-img + .focus-txt h1:before, .v3-1 .focus .focus-img + .focus-txt h2:before {
                left: 50%;
                -webkit-transform: translate(-50%,-48px);
                -ms-transform: translate(-50%,-48px);
                transform: translate(-50%,-48px)
            }
}

.v3-1 .focus ul.corp-list li {
     
}

.v3-1 .card-route {
    position: relative;
    width: 300px;
    max-width: 300px;
    height: 100%;
    min-height: 458px;
    padding: 14px 12px;
    background: #fff;
    border: solid 1px #c2c2c2;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .v3-1 .card-route .tag {
        position: absolute;
        top: -6px;
        left: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        max-width: 100%
    }

    .v3-1 .card-route > :not(hr):not(.tag) {
        padding: 0 12px
    }

    .v3-1 .card-route dd, .v3-1 .card-route dl, .v3-1 .card-route dt {
        margin: 0;
        padding: 0;
        min-width: 1%;
        max-width: 100%
    }

    .v3-1 .card-route ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .v3-1 .card-route li {
        font-size: 12px
    }

    .v3-1 .card-route .capsule {
        margin: 0 6px 0 0;
        vertical-align: sub
    }

    .v3-1 .card-route .circular-capsule {
        border-radius: 50%;
        color: #343A46;
        font-size: 12px;
        display: inline-block;
        margin: 0 0 0 6px;
        padding: 6px;
        vertical-align: middle;
        cursor: pointer
    }

    .v3-1 .card-route .port, .v3-1 .card-route .port-description, .v3-1 .card-route .tag {
         
        font-weight: 400
    }

    .v3-1 .card-route .tag {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 6px
    }

        .v3-1 .card-route .tag > span {
            display: table-cell
        }

    .v3-1 .card-route .port {
        font-size: 14px;
        display: inline-block;
        letter-spacing: normal
    }

    .v3-1 .card-route .port-description .el-tooltip {
        font-size: 12px;
        letter-spacing: -.17px;
        white-space: nowrap !important;
        max-width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: inline-block;
        cursor: pointer
    }

    .v3-1 .card-route .route-number {
        text-transform: uppercase;
        max-width: 100%
    }

        .v3-1 .card-route .route-number::after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 9px;
            background: #343A46;
            margin: 0 12px
        }

    .v3-1 .card-route header .duration-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
         
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.61px
    }

        .v3-1 .card-route header .duration-details > div {
            min-width: 1%
        }

    .v3-1 .card-route header .date-range {
        max-width: 100%
    }

        .v3-1 .card-route header .date-range > span + img {
            -webkit-transform: rotate(270deg) translateX(-1px);
            -ms-transform: rotate(270deg) translateX(-1px);
            transform: rotate(270deg) translateX(-1px)
        }

    .v3-1 .card-route header .duration {
        color: #3e64b8;
        text-transform: uppercase
    }

    .v3-1 .card-route header .cut-off, .v3-1 .card-route header .submitted-date {
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 12px 0 0
    }

        .v3-1 .card-route header .cut-off dt, .v3-1 .card-route header .submitted-date dt {
            color: #6b7790;
            margin-right: 6px
        }

    .v3-1 .card-route header + hr {
        margin: 12px 0 24px
    }

    .v3-1 .card-route .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%
    }

    .v3-1 .card-route .route {
        position: relative;
        padding: 0 0 0 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        width: 100%
    }

        .v3-1 .card-route .route::before {
            content: "";
            display: block;
            width: 1px;
            left: 19px;
            top: calc(18px * .5);
            background: #9aa7c4;
            height: calc(100% - 18px);
            position: absolute
        }

        .v3-1 .card-route .route > li {
            position: relative
        }

            .v3-1 .card-route .route > li > * {
                max-width: 100%
            }

            .v3-1 .card-route .route > li:first-child {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto
            }

            .v3-1 .card-route .route > li:not(.route-infos):not(.intermodal):not(:last-child) {
                margin-left: -12px
            }

                .v3-1 .card-route .route > li:not(.route-infos):not(.intermodal):not(:last-child):not(.transhipment):not(.port-date):not(.depot):not(.arrival)::before {
                    content: "";
                    display: block;
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    background-color: #1724C2;
                    position: absolute;
                    left: calc(-12px - 8px);
                    top: calc(18px * .5);
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-box-shadow: 0 0 0 3px #fff;
                    box-shadow: 0 0 0 3px #fff
                }

            .v3-1 .card-route .route > li:last-child {
                margin-left: -12px
            }

            .v3-1 .card-route .route > li.depot::before {
                content: "";
                display: block;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                left: -32px;
                top: calc(18px * .5);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff;
                border: 1px solid #9aa6c4;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .v3-1 .card-route .route > li.depot::before {
                content: "";
                display: block;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                left: -32px;
                top: calc(18px * .5);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff;
                border: 1px solid #9aa6c4;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .v3-1 .card-route .route > li.route-infos::before {
                content: url(svg/fi-rr-ship.svg);
                display: block;
                position: absolute;
                left: -30px;
                width: 31px;
                height: 31px;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                top: 50%;
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff;
                background: #fff;
			color: c2c2c2
            }

            .v3-1 .card-route .route > li.route-infos.truck::before {
                content: url(../Images/v3-1/icon/32/Truck-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.truck.train::before {
                content: url(../Images/v3-1/icon/32/Train-Truck-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.truck.train.barge::before {
                content: url(../Images/v3-1/icon/32/Barge-Truck-Train-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.truck.barge::before {
                content: url(../Images/v3-1/icon/32/Barge-Truck-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.barge::before {
                content: url(../Images/v3-1/icon/32/Barge-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.barge.train::before {
                content: url(../Images/v3-1/icon/32/Barge-Train-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos.train::before {
                content: url(../Images/v3-1/icon/32/Train-grey.svg)
            }

            .v3-1 .card-route .route > li.route-infos-apl::before {
                content: url(../Images/v3-1/icon/vessel-us.svg);
                display: block;
                position: absolute;
                left: -29px;
                width: 25px;
                height: 25px;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                top: 50%;
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff;
                background: #fff
            }

            .v3-1 .card-route .route > li.transhipment::before {
                content: url(svg/fi-rr-refresh.svg);
                display: block;
                position: absolute;
                left: calc(-12px - 4px);
                width: 16px;
                height: 16px;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                top: 50%;
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff;
                background: #fff
            }

            .v3-1 .card-route .route > li.intermodal {
                 
                color: #6b7790;
                font-size: 14px;
                font-weight: 400;
                text-transform: capitalize
            }

                .v3-1 .card-route .route > li.intermodal::before {
                    content: "";
                    display: block;
                    width: 24px;
                    height: 24px;
                    background: #fff url(../Images/v3-1/icon/32/Train-Truck-grey.svg) no-repeat center/contain;
                    position: absolute;
                    left: -30px;
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                    position: absolute;
                    top: 50%;
                    -webkit-box-shadow: 0 0 0 3px #fff;
                    box-shadow: 0 0 0 3px #fff
                }

            .v3-1 .card-route .route > li.arrival::before, .v3-1 .card-route .route > li:last-child:not(.depot):before {
                content: url(../Images/v3-1/icon/16/Location-Pin-Filled-red.svg);
                width: 15px;
                height: 16px;
                left: calc(-12px - 5px);
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                background: #fff;
                -webkit-box-shadow: 0 0 0 3px #fff;
                box-shadow: 0 0 0 3px #fff
            }

            .v3-1 .card-route .route > li.arrival::before {
                top: 50%;
                height: 16px
            }

            .v3-1 .card-route .route > li:last-child:not(.depot)::before {
                top: 8px
            }

            .v3-1 .card-route .route > li:last-child .port-description {
                padding-left: 24px;
                margin-left: -24px;
                background-color: #fff
            }

            .v3-1 .card-route .route > li .date, .v3-1 .card-route .route > li.port-date {
                font-size: 12px;
                letter-spacing: normal
            }

            .v3-1 .card-route .route > li.port-date {
                margin-bottom: calc(6px - 24px)
            }

            .v3-1 .card-route .route > li.transhipment li:not(.date) {
                 
                font-weight: 400;
                letter-spacing: normal
            }

            .v3-1 .card-route .route > li + li {
                margin-top: 24px
            }

        .v3-1 .card-route .route .more-info.is-hidden {
            display: none
        }

    .v3-1 .card-route .route-infos {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .v3-1 .card-route .route-infos dl {
            line-height: 12px
        }

            .v3-1 .card-route .route-infos dl > div:not(:last-child) {
                margin-bottom: 6px
            }

        .v3-1 .card-route .route-infos dd, .v3-1 .card-route .route-infos dt {
            font-size: 12px;
            display: inline-block
        }

        .v3-1 .card-route .route-infos dt {
            color: #6b7790;
            margin-right: 6px;
            float: left
        }

        .v3-1 .card-route .route-infos dd {
            display: block
        }

        .v3-1 .card-route .route-infos div > dt {
            display: inline;
            float: none
        }

        .v3-1 .card-route .route-infos div > dd {
            display: inline
        }

    .v3-1 .card-route .transhipment-count {
         
        font-weight: 400
    }

        .v3-1 .card-route .transhipment-count::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 14px;
            background: url(svg/fi-rr-refresh.svg) no-repeat center/contain;
            margin-right: 6px
        }

        .v3-1 .card-route .transhipment-count .el-tooltip {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #235af6;
            border-radius: 50%;
            height: 14px;
            width: 14px;
            line-height: 14px;
            color: #235af6;
             
            margin-left: 6px;
            text-align: center;
            font-size: 8px;
            cursor: default
        }

            .v3-1 .card-route .transhipment-count .el-tooltip:focus {
                border-color: #343A46;
                color: #343A46;
                outline: 0
            }

    .v3-1 .card-route .teu {
        margin-top: 24px;
        font-size: 14px
    }

        .v3-1 .card-route .teu span {
             
            white-space: pre;
            padding-left: 48px
        }

            .v3-1 .card-route .teu span::before {
                left: 4px
            }

    .v3-1 .card-route footer {
        margin-top: 24px
    }

    .v3-1 .card-route .actions button:not(.ico) {
        display: block;
        margin-top: 24px;
        width: 100%;
        text-align: center
    }

    .v3-1 .card-route .switchcard {
        height: auto;
        width: 100%;
        position: static
    }

        .v3-1 .card-route .switchcard .el-switch__core {
            display: none
        }

        .v3-1 .card-route .switchcard .el-switch__label {
            display: none;
            border-radius: 0;
            height: 40px;
            font-size: 16px;
            line-height: 1;
            white-space: nowrap;
            padding: 0 24px;
            text-shadow: none;
            border: 1px solid #1724C2;
            margin: 0;
            width: 100%;
            text-align: center;
            overflow: hidden
        }

        .v3-1 .card-route .switchcard .el-switch__label--left {
            color: #fff;
            background-color: #1724C2
        }

            .v3-1 .card-route .switchcard .el-switch__label--left:hover {
                background-color: #235af6;
                border-color: #235af6
            }

            .v3-1 .card-route .switchcard .el-switch__label--left.is-active {
                display: block
            }

        .v3-1 .card-route .switchcard .el-switch__label--right {
            color: #1724C2
        }

            .v3-1 .card-route .switchcard .el-switch__label--right:hover {
                border-color: #235af6;
                color: #235af6
            }

            .v3-1 .card-route .switchcard .el-switch__label--right.is-active {
                display: block
            }

        .v3-1 .card-route .switchcard .el-switch__label > span {
            line-height: 38px
        }

        .v3-1 .card-route .switchcard.is-checked::after {
            content: " ";
            width: 100%;
            height: 4px;
            display: block;
            background: #235af6;
            position: absolute;
            bottom: 0;
            left: 0
        }

        .v3-1 .card-route .switchcard.is-checked::before {
            content: url(../Images/v3-1/icon/check-cusomselect.svg);
            position: absolute;
            right: 0;
            bottom: 4px;
            z-index: 2;
            height: 22px
        }

        .v3-1 .card-route .switchcard input:focus ~ .el-switch__label--left {
            background-color: #235af6;
            border-color: #235af6
        }

        .v3-1 .card-route .switchcard input:focus ~ .el-switch__label--right {
            border-color: #235af6;
            color: #235af6
        }

    .v3-1 .card-route .card-details-display {
        width: 100%
    }

    .v3-1 .card-route.booking-submitted {
        min-height: auto
    }

        .v3-1 .card-route.booking-submitted hr {
            margin: 24px 0
        }

        .v3-1 .card-route.booking-submitted .content {
            display: block
        }

            .v3-1 .card-route.booking-submitted .content strong {
                 
            }

            .v3-1 .card-route.booking-submitted .content strong {
                display: inline-block;
                vertical-align: middle
            }

                .v3-1 .card-route.booking-submitted .content strong img {
                    display: block;
                    margin-top: -1px
                }

            .v3-1 .card-route.booking-submitted .content .el-tooltip {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                position: relative;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                vertical-align: middle
            }

                .v3-1 .card-route.booking-submitted .content .el-tooltip .el-tooltip__popper {
                    bottom: calc(100% + 12px);
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    word-break: keep-all;
                    max-width: none
                }

                .v3-1 .card-route.booking-submitted .content .el-tooltip img {
                    display: block;
                    margin-top: -1px
                }

            .v3-1 .card-route.booking-submitted .content p {
                font-size: 14px;
                margin: 0
            }

            .v3-1 .card-route.booking-submitted .content .route .port {
                font-size: 16px
            }

            .v3-1 .card-route.booking-submitted .content .route > li:not(.route-infos):not(.intermodal):not(.transhipment):not(:last-child)::before {
                top: calc(24px * .5)
            }

            .v3-1 .card-route.booking-submitted .content .resume {
                font-size: 14px
            }

                .v3-1 .card-route.booking-submitted .content .resume strong {
                     
                }

                .v3-1 .card-route.booking-submitted .content .resume .item {
                    margin-left: 12px
                }

        .v3-1 .card-route.booking-submitted footer {
            margin-top: 0
        }

        .v3-1 .card-route.booking-submitted .booking-ref {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
             
            font-size: 20px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: -.61px
        }

            .v3-1 .card-route.booking-submitted .booking-ref dt {
                margin-right: 6px
            }

            .v3-1 .card-route.booking-submitted .booking-ref dd {
                color: #3e64b8
            }

        .v3-1 .card-route.booking-submitted .capsule {
            color: #fff;
            background-color: #0173e2;
            margin: 0 0 6px 0 !important
        }

        .v3-1 .card-route.booking-submitted .actions .o-button.secondary {
            display: block
        }

        .v3-1 .card-route.booking-submitted .actions .row {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 24px
        }

            .v3-1 .card-route.booking-submitted .actions .row button {
                font-size: 16px
            }

.v3-1.boss .card-route.inactive {
    color: #9aa7c4
}

    .v3-1.boss .card-route.inactive header .duration-details .duration {
        color: #9aa7c4
    }

    .v3-1.boss .card-route.inactive header .date-range > dl + img {
        opacity: .5
    }

    .v3-1.boss .card-route.inactive .route-number::after {
        background: #9aa7c4
    }

    .v3-1.boss .card-route.inactive .capsule, .v3-1.boss .card-route.inactive .capsules-container .capsule {
        background-color: #9aa7c4 !important;
        color: #fff !important
    }

    .v3-1.boss .card-route.inactive .transhipment-count::before {
        background: url(svg/fi-rr-refresh.svg) no-repeat center/contain
    }

    .v3-1.boss .card-route.inactive .route > li:not(.route-infos):not(.intermodal):not(:last-child):not(.transhipment):not(.port-date):not(.depot):not(.arrival)::before {
        background-color: #9aa7c4
    }

    .v3-1.boss .card-route.inactive .route > li.arrival::before, .v3-1.boss .card-route.inactive .route > li:last-child:not(.depot):before {
        content: url(../Images/v3-1/icon/16/Location-Pin-Filled-grey.svg)
    }

    .v3-1.boss .card-route.inactive .route > li .date.to-defined::before {
        background-image: url(../Images/v3-1/icon/new-notifs/warning-grey.svg)
    }

    .v3-1.boss .card-route.inactive .route .ico-warning::before {
        opacity: .5
    }

    .v3-1.boss .card-route.inactive .route .transhipment-count .el-tooltip {
        color: #9aa7c4
    }

    .v3-1.boss .card-route.inactive hr:last-of-type {
        margin: 24px 0 0 0
    }

    .v3-1.boss .card-route.inactive footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .v3-1.boss .card-route.inactive .route-infos dt, .v3-1.boss .card-route.inactive .v3-1 .card-route header .submitted-date dt, .v3-1.boss .card-route.inactive header .cut-off dt {
        color: #9aa7c4
    }

.v3-1.boss .card-route .tag {
    top: 12px;
    left: 12px
}

    .v3-1.boss .card-route .tag .capsule {
        border: 3px solid #fff;
        border-radius: 12px
    }

.v3-1.boss .card-route .port {
    line-height: 14px
}

.v3-1.boss .card-route .capsule {
    margin: 0 0 0 6px
}

.v3-1.boss .card-route .transhipment-count .el-tooltip {
    border: none;
    font-size: 12px;
    width: auto;
    height: auto
}

.v3-1.boss .card-route .card-details-display .el-switch__label--left span, .v3-1.boss .card-route .switchcard .el-switch__label--right span {
    font-size: 16px
}

.v3-1.boss .card-route .card-details-display .el-switch__label--left span {
    line-height: 22px
}

.v3-1.boss .card-route .capsules-container {
    position: absolute;
    top: -6px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    border-radius: 7.5px
}

    .v3-1.boss .card-route .capsules-container .capsule {
        left: 24px;
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff;
        margin-bottom: 0;
        white-space: nowrap
    }

        .v3-1.boss .card-route .capsules-container .capsule.info-booking {
            color: #c96d00;
            background: #fef2d9
        }

    .v3-1.boss .card-route .capsules-container > :last-child {
        margin-right: 0
    }

    .v3-1.boss .card-route .capsules-container > :first-child {
        margin-left: 0
    }

.v3-1.boss .card-route header .duration-details {
    font-size: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .v3-1.boss .card-route header .duration-details .date-range {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .v3-1.boss .card-route header .duration-details .date-range-label {
         
        font-size: 10px
    }

    .v3-1.boss .card-route header .duration-details .date-range img {
        -webkit-transform: rotate(270deg) translateX(-1px);
        -ms-transform: rotate(270deg) translateX(-1px);
        transform: rotate(270deg) translateX(-1px);
        margin-bottom: 5px
    }

    .v3-1.boss .card-route header .duration-details .date-range dl dt {
        font-size: 10px;
        line-height: 12px;
         
        text-transform: uppercase
    }

    .v3-1.boss .card-route header .duration-details .date-range dl dd {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -.49px
    }

    .v3-1.boss .card-route header .duration-details .date-range > dl + img {
        -webkit-transform: rotate(270deg) translateX(1px);
        -ms-transform: rotate(270deg) translateX(1px);
        transform: rotate(270deg) translateX(1px)
    }

    .v3-1.boss .card-route header .duration-details .duration {
        font-size: 20px;
        color: #343A46
    }

.v3-1.boss .card-route header .cut-off {
    margin-top: 0
}

    .v3-1.boss .card-route header .cut-off:first-of-type {
        margin-top: 12px
    }

    .v3-1.boss .card-route header .cut-off:last-of-type {
        margin-top: 0
    }

.v3-1.boss .card-route .route li:last-child .ico-warning {
    background: #fff
}

.v3-1.boss .card-route .route .ico-warning {
    position: relative;
    padding-left: 44px;
    margin-left: -24px
}

    .v3-1.boss .card-route .route .ico-warning::before {
        content: url(../Images/v3-1/icon/16/warning.svg);
        display: block;
        position: absolute;
        top: 0;
        left: 24px;
        height: 16px;
        width: 16px
    }

.v3-1.boss .swiper-slide .el-alert.disclaimer {
    display: none
}

.v3-1.routing-finder .card-route {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0 0 24px 0;
    padding: 24px 48px
}

    .v3-1.routing-finder .card-route dd, .v3-1.routing-finder .card-route dt, .v3-1.routing-finder .card-route li {
        font-size: 14px
    }

    .v3-1.routing-finder .card-route .capsuleGroup {
        position: absolute;
        top: -12px;
        left: 12px
    }

        .v3-1.routing-finder .card-route .capsuleGroup .capsule {
            -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
            margin-right: 3px
        }

            .v3-1.routing-finder .card-route .capsuleGroup .capsule:last-of-type {
                margin-right: 0
            }

    .v3-1.routing-finder .card-route section.details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 6px 0 0
    }

        .v3-1.routing-finder .card-route section.details .cut-off-dates {
            padding: 0 0 0 32px;
            position: relative;
            margin-bottom: 24px
        }

            .v3-1.routing-finder .card-route section.details .cut-off-dates.is-hidden {
                display: none
            }

            .v3-1.routing-finder .card-route section.details .cut-off-dates::before {
                content: "";
                background: url(../Images/v3-1/icon/32/Time-speed-grey.svg) no-repeat center center;
                height: 32px;
                width: 32px;
                display: block;
                position: absolute;
                top: 50%;
                left: -12px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .v3-1.routing-finder .card-route section.details .cut-off-dates dd, .v3-1.routing-finder .card-route section.details .cut-off-dates dt {
                margin-bottom: 6px;
                font-size: 14px;
                line-height: 16px
            }

            .v3-1.routing-finder .card-route section.details .cut-off-dates dt {
                color: #6b7790;
                margin-right: 6px;
                float: left
            }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .card-route section.details .cut-off-dates dt {
        display: block;
        float: initial;
        margin-bottom: calc(6px / 2)
    }
}

.v3-1.routing-finder .card-route section.details .cut-off-dates dd {
    display: block
}

.v3-1.routing-finder .card-route section.details .cut-off-dates .tooltip {
    margin-left: 6px;
    position: relative;
    cursor: pointer
}

    .v3-1.routing-finder .card-route section.details .cut-off-dates .tooltip::after {
        content: "";
        background: url(../Images/v3-1/icon/16/Info-blue-lineal.svg) no-repeat center center;
        height: 16px;
        width: 16px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media screen and (max-width:1200px) {
    .v3-1.routing-finder .card-route section.details .cut-off-dates {
        margin-top: 24px
    }
}

.v3-1.routing-finder .card-route section.details .state-row {
    margin-bottom: 12px;
    font-size: 16px
}

    .v3-1.routing-finder .card-route section.details .state-row a {
        font-size: 16px
    }

    .v3-1.routing-finder .card-route section.details .state-row .bullet {
        display: inline-block;
        position: relative;
        margin: 0 calc(12px / 2);
        width: calc(12px / 2);
        height: calc(12px / 2)
    }

        .v3-1.routing-finder .card-route section.details .state-row .bullet::after {
            content: "";
            position: absolute;
            top: calc(50% - calc(12px / 2));
            width: calc(12px / 2);
            height: calc(12px / 2);
            border-radius: 50%;
            background: #d9deea
        }

.v3-1.routing-finder .card-route section.details .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    .v3-1.routing-finder .card-route section.details .content .more-info.is-hidden {
        display: none
    }

    .v3-1.routing-finder .card-route section.details .content .date {
        font-size: 16px;
         
        display: block;
        color: #343A46;
        font-weight: 400;
        margin-bottom: 6px;
        margin-right: 6px
    }

        .v3-1.routing-finder .card-route section.details .content .date + li:not(.transhipment) li > a:first-child {
            padding-left: 12px
        }

        .v3-1.routing-finder .card-route section.details .content .date ~ .row {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .v3-1.routing-finder .card-route section.details .content .date ~ .row + div {
                position: relative;
                padding-left: calc(6px + 12px);
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .v3-1.routing-finder .card-route section.details .content .date ~ .row + div.is-hidden {
                    display: none
                }

                .v3-1.routing-finder .card-route section.details .content .date ~ .row + div::before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #d9deea;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    top: 50%;
                    left: 6px
                }

@media screen and (max-width:1200px) {
    .v3-1.routing-finder .card-route section.details .content .date ~ .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.v3-1.routing-finder .card-route section.details .content .route {
    padding: 0 0 0 32px
}

    .v3-1.routing-finder .card-route section.details .content .route::before {
        top: 12px;
        left: 3px
    }

    .v3-1.routing-finder .card-route section.details .content .route > li {
        margin-left: 24px
    }

        .v3-1.routing-finder .card-route section.details .content .route > li::before {
            left: calc(-48px - 6px)
        }

        .v3-1.routing-finder .card-route section.details .content .route > li:not(.route-infos):not(.intermodal):not(.transhipment) {
            margin-left: 0
        }

            .v3-1.routing-finder .card-route section.details .content .route > li:not(.route-infos):not(.intermodal):not(.transhipment)::before {
                left: calc(-24px - 6px)
            }

        .v3-1.routing-finder .card-route section.details .content .route > li.transhipment {
            margin-left: 0
        }

            .v3-1.routing-finder .card-route section.details .content .route > li.transhipment::before {
                left: calc(-24px - 4px)
            }

        .v3-1.routing-finder .card-route section.details .content .route > li:not(.route-infos):not(.intermodal):not(:last-child):not(.transhipment):not(.port-date):not(.depot):not(.arrival)::before {
            left: calc(-24px - 8px)
        }

        .v3-1.routing-finder .card-route section.details .content .route > li:first-of-type::before {
            top: 12px !important
        }

        .v3-1.routing-finder .card-route section.details .content .route > li:first-of-type, .v3-1.routing-finder .card-route section.details .content .route > li:last-of-type {
            font-size: 16px
        }

        .v3-1.routing-finder .card-route section.details .content .route > li:last-child::before {
            content: url(svg/fi-rr-marker.svg);
            width: 15px;
            height: 100%;
            top: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            position: absolute;
            background: #fff;
            -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff
        }

        .v3-1.routing-finder .card-route section.details .content .route > li + li {
            margin-top: 24px
        }

    .v3-1.routing-finder .card-route section.details .content .route .route-infos + li {
        margin-top: 12px
    }

    .v3-1.routing-finder .card-route section.details .content .route .route-infos {
        display: block;
        margin-top: 12px
    }

        .v3-1.routing-finder .card-route section.details .content .route .route-infos.more-info.is-hidden {
            display: none
        }

        .v3-1.routing-finder .card-route section.details .content .route .route-infos .row {
            margin: 12px 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                max-width: 500px
            }

                .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li:first-of-type > :first-child {
                    margin-right: 12px
                }

                .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li {
                    font-size: 14px;
                     
                    letter-spacing: normal;
                    margin-bottom: 6px;
                    position: relative;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    padding-left: 24px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li .capsule {
                        margin-bottom: 0;
                        margin-left: 6px
                    }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li strong {
                         
                        font-weight: 400
                    }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li:last-of-type {
                        margin-bottom: 0
                    }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-shipment {
                        margin-right: 12px
                    }

                        .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-shipment::before {
                            content: url(../Images/v3-1/icon/ship-grey.svg);
                            display: block;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            height: 16px;
                            width: 16px;
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%)
                        }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-ecocalc:before {
                        content: url(../Images/v3-1/icon/16/Ecocalc-grey.svg);
                        margin-right: 6px;
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        height: 16px;
                        width: 16px;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%)
                    }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-service:before {
                        content: url(../Images/v3-1/icon/16/Line-S.svg);
                        margin-right: 6px;
                        display: block;
                        position: absolute;
                        top: 3px;
                        left: 0;
                        height: 16px;
                        width: 16px
                    }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-US {
                        margin-right: 12px
                    }

                        .v3-1.routing-finder .card-route section.details .content .route .route-infos .row ul li.ico-US::before {
                            content: url(../Images/v3-1/icon/flag-us-grey.svg);
                            display: block;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            height: 16px;
                            width: 16px;
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%)
                        }

            .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl {
                width: auto
            }

                .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl dd, .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl dt {
                    margin-bottom: 6px
                }

                .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl + dl {
                    padding-left: 96px;
                    margin-top: 0;
                    position: relative;
                    width: 50%
                }

                    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl + dl::before {
                        content: "";
                        width: 1px;
                        height: 100%;
                        background-color: #d9deea;
                        position: absolute;
                        left: 48px
                    }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl {
        width: 100%
    }

        .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl + dl {
            width: 100%;
            border: none;
            padding-left: 0;
            margin-top: 6px
        }

            .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl + dl::before {
                content: none
            }
}

@media screen and (max-width:760px) {
    .v3-1.routing-finder .card-route section.details .content .route .route-infos .row dl div > dd {
        line-height: 1.2
    }
}

.v3-1.routing-finder .card-route section.details .content .route .capsule {
    margin: -3px calc(12px / 2);
    vertical-align: baseline
}

    .v3-1.routing-finder .card-route section.details .content .route .capsule + a {
        display: block
    }

        .v3-1.routing-finder .card-route section.details .content .route .capsule + a.more-info.is-hidden {
            display: none
        }

.v3-1.routing-finder .card-route section.details .content .teu {
    font-size: 20px;
     
    margin-top: 12px
}

    .v3-1.routing-finder .card-route section.details .content .teu span {
         
        padding-left: 32px
    }

        .v3-1.routing-finder .card-route section.details .content .teu span::before {
            left: -14px
        }

.v3-1.routing-finder .card-route section.details .duration {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px
}

    .v3-1.routing-finder .card-route section.details .duration h3 {
        margin-bottom: 6px;
         
        text-transform: uppercase
    }

    .v3-1.routing-finder .card-route section.details .duration > div {
         
    }

    .v3-1.routing-finder .card-route section.details .duration .ico-transhipment::before {
        content: url(svg/fi-rr-refresh.svg);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #fff;
        margin-right: 6px
    }

    .v3-1.routing-finder .card-route section.details .duration .ico-direct::before {
        content: url(../Images/v3-1/icon/direct-red.svg);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #fff;
        margin-right: 6px;
        vertical-align: middle
    }

.v3-1.routing-finder .card-route section.details:not(.is-collapsed) .content .route::before {
    height: calc(100% - 70px)
}

.v3-1.routing-finder .card-route section.details.is-collapsed {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .v3-1.routing-finder .card-route section.details.is-collapsed a {
        pointer-events: none;
        cursor: default;
        color: #343A46
    }

    .v3-1.routing-finder .card-route section.details.is-collapsed .date {
        display: inline
    }

    .v3-1.routing-finder .card-route section.details.is-collapsed .state-row {
        display: inline
    }

        .v3-1.routing-finder .card-route section.details.is-collapsed .state-row > :nth-child(1n+3) {
            display: none
        }

    .v3-1.routing-finder .card-route section.details.is-collapsed .content .route::before {
        top: calc(40px * .5)
    }

    .v3-1.routing-finder .card-route section.details.is-collapsed .content .route > li:last-of-type {
        margin-top: 0
    }

    .v3-1.routing-finder .card-route section.details.is-collapsed .content .route .route-infos {
        margin-top: 0;
        margin-left: 0
    }

        .v3-1.routing-finder .card-route section.details.is-collapsed .content .route .route-infos::before {
            display: none
        }

        .v3-1.routing-finder .card-route section.details.is-collapsed .content .route .route-infos + li {
            margin-top: 0
        }

    .v3-1.routing-finder .card-route section.details.is-collapsed .duration {
        margin-top: 0
    }

@media screen and (max-width:1200px) {
    .v3-1.routing-finder .card-route section.details .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 24px
    }

    .v3-1.routing-finder .card-route section.details .duration {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        margin-top: 0
    }

        .v3-1.routing-finder .card-route section.details .duration h3 {
            margin-bottom: 0;
			justify-content: space-between
        }
}

@media screen and (max-width:758px) {
    .v3-1.routing-finder .card-route section.details {
        padding-right: 0
    }
}

.v3-1.routing-finder .card-route .actions {
    display: block;
    padding: 10px 0 24px 48px;
    max-height: 140px;
    border-left: 1px solid #d9deea
}

    .v3-1.routing-finder .card-route .actions .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .v3-1.routing-finder .card-route .actions .o-button {
        min-width: 140px;
        margin-top: 0;
        margin-right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .v3-1.routing-finder .card-route .actions .o-button + .o-button {
            margin-right: 0
        }

        .v3-1.routing-finder .card-route .actions .o-button label {
            padding-left: 0;
            margin-bottom: 0;
            font-size: inherit;
            color: inherit
        }

            .v3-1.routing-finder .card-route .actions .o-button label::before {
                content: none
            }

    .v3-1.routing-finder .card-route .actions .action-switch {
        margin-top: 24px
    }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox] + label {
            padding: 0;
            margin: 0;
            font-size: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox] + label::before {
                display: none
            }

            .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox] + label svg {
                margin-left: 12px;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s
            }

            .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox] + label span {
                color: #235af6
            }

                .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox] + label span:hover {
                    text-decoration: underline
                }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox]:not(:checked) + label span.hide {
            display: none
        }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox]:not(:checked) + label span.show {
            display: inline
        }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox]:checked + label svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox]:checked + label span.hide {
            display: inline
        }

        .v3-1.routing-finder .card-route .actions .action-switch input[type=checkbox]:checked + label span.show {
            display: none
        }

@media screen and (max-width:1200px) {
    .v3-1.routing-finder .card-route .actions {
        max-height: 190px
    }

        .v3-1.routing-finder .card-route .actions .row {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .v3-1.routing-finder .card-route .actions .o-button {
            width: 100%;
            margin-right: 0;
            margin-bottom: 12px
        }

            .v3-1.routing-finder .card-route .actions .o-button + .o-button {
                margin-bottom: 0
            }
}

.v3-1.routing-finder .card-route .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 6px 24px;
    width: 100%;
    background: #d9deea;
    position: relative;
    left: -12px;
    max-width: 252px;
    height: 18px
}

    .v3-1.routing-finder .card-route .tag strong {
        text-transform: uppercase;
        margin-right: 6px
    }

    .v3-1.routing-finder .card-route .tag span {
         
    }

.v3-1.routing-finder .card-route.no-tag {
    margin-top: 24px
}

.v3-1.routing-finder .card-route header .duration-details {
    line-height: 20px;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.v3-1.routing-finder .card-route header .date-range::after {
    border-right: 2px solid #1724C2;
    content: "";
    margin-right: 12px;
    padding-right: 12px
}

.v3-1.routing-finder .card-route .route > li:not(.route-infos):not(:first-of-type):not(:last-of-type)::before {
    top: 50% !important
}

.v3-1.routing-finder .card-route .route > li:not(:first-child):not(:last-child) .date:first-child {
    margin-bottom: 12px
}

    .v3-1.routing-finder .card-route .route > li:not(:first-child):not(:last-child) .date:first-child ~ .date {
        margin-top: 12px;
        margin-bottom: 0
    }

.v3-1.routing-finder .card-route .route > li.transhipment li:not(.date) {
     
    margin-bottom: 3px
}

@media screen and (max-width:758px) {
    .v3-1.routing-finder .card-route {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px
    }

        .v3-1.routing-finder .card-route .actions {
            border: none;
            padding: 0;
            margin: 24px 0 0 0;
            width: 100%
        }

        .v3-1.routing-finder .card-route .capsuleGroup {
            position: relative;
            padding: 0;
            left: 0
        }

        .v3-1.routing-finder .card-route .route {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }
}

.v3-1 .next-departure .card-route header + hr {
    margin-top: 24px
}

.v3-1 .next-departure .card-route header .capsules-container {
    position: absolute;
    top: -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    background-color: #fff;
    border-radius: 7px
}

    .v3-1 .next-departure .card-route header .capsules-container .capsule {
        left: 24px;
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff;
        margin-bottom: 0;
        margin-right: 0
    }

        .v3-1 .next-departure .card-route header .capsules-container .capsule + .capsule {
            margin-left: 6px
        }

        .v3-1 .next-departure .card-route header .capsules-container .capsule.late-booking-fee {
            color: #d2740f;
            background-color: #fff0db
        }

.v3-1 .next-departure .card-route header .duration {
    color: #343A46
}

.v3-1 .next-departure .card-route header .duration-details {
    line-height: 20px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v3-1 .next-departure .card-route header .date-range::after {
    border-right: 2px solid #1724C2;
    content: "";
    margin-right: 12px;
    padding-right: 12px
}

.v3-1 .next-departure .card-route header img {
    width: 64px;
    height: 38px
}

.v3-1 .next-departure .card-route header dl {
    line-height: 1.5
}

    .v3-1 .next-departure .card-route header dl dt {
         
        font-size: 12px;
        color: #6b7790;
        margin-right: 6px
    }

    .v3-1 .next-departure .card-route header dl dd {
         
        font-size: 12px
    }

.v3-1 .next-departure .card-route header h4 {
    margin-top: 12px;
    font-size: 12px;
     
    margin-bottom: 0;
    line-height: 1.5
}

.v3-1 .next-departure .card-route .us-gov {
    position: absolute;
    top: calc(-24px - 7.5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

.v3-1 .next-departure .card-route .ico-us {
    position: relative
}

    .v3-1 .next-departure .card-route .ico-us::after {
        content: url(../Images/v3-1/icon/flag-us-grey.svg);
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 16px;
        width: 16px;
        margin-left: 6px
    }

.v3-1 .next-departure .card-route .content {
    padding-left: 0;
    position: relative
}

.v3-1 .next-departure .card-route li {
    letter-spacing: -.17px
}

    .v3-1 .next-departure .card-route li .date {
        color: #343A46;
         
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -.2px;
        margin-bottom: 6px
    }

        .v3-1 .next-departure .card-route li .date + li:not(.transhipment) li > a:first-child {
            padding-left: 12px
        }

.v3-1 .next-departure .card-route .route.apl .route-infos:before {
    content: url(../Images/v3-1/icon/vessel-us.svg);
    height: 25px;
    width: 25px;
    left: -29px;
    -webkit-box-shadow: 0 0 0 6px #fff;
    box-shadow: 0 0 0 6px #fff
}

.v3-1 .next-departure .card-route .route > li .date {
    font-size: 14px;
    line-height: 1
}

.v3-1 .next-departure .card-route .route > li:not(.route-infos)::before {
    top: 50% !important
}

.v3-1 .next-departure .card-route .route:before, .v3-1 .next-departure .card-route .route > li:first-child::before {
    top: calc(18px + (17px * .5)) !important
}

.v3-1 .next-departure .card-route .route > li.route-infos {
    padding-left: 12px
}

    .v3-1 .next-departure .card-route .route > li.route-infos ::before {
        top: auto
    }

    .v3-1 .next-departure .card-route .route > li.route-infos .ico-ecocalc::before {
        content: url(../Images/v3-1/icon/16/Ecocalc-grey.svg);
        vertical-align: middle;
        margin-right: 6px
    }

    .v3-1 .next-departure .card-route .route > li.route-infos .ico-ecocalc dd {
        display: inline-block
    }

.v3-1 .next-departure .card-route .route-infos dl > div:nth-of-type(even) {
    margin-bottom: 12px
}

.v3-1 .next-departure .card-route .route > li:not(:first-child):not(:last-child) .date:first-child {
    margin-bottom: 12px
}

    .v3-1 .next-departure .card-route .route > li:not(:first-child):not(:last-child) .date:first-child ~ .date {
        margin-top: 12px
    }

.v3-1 .next-departure .card-route .route > li.transhipment li:not(.date) {
     
    margin-bottom: 3px
}

.v3-1 .next-departure .card-route .route > li.intermodal:before {
    width: 32px;
    height: 32px;
    left: -29px
}

.v3-1 .next-departure .card-route .route::before {
    height: calc(100% - 45px)
}

.v3-1 .next-departure .card-route .teu span {
    font-size: 20px
}

.v3-1 .next-departure .card-route .tag {
    background: #d9deea;
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0
}

    .v3-1 .next-departure .card-route .tag + header {
        padding-top: calc(6px + 24px)
    }

        .v3-1 .next-departure .card-route .tag + header .capsules-container {
            background-color: #d9deea;
            -webkit-box-shadow: 0 0 0 3px #d9deea;
            box-shadow: 0 0 0 3px #d9deea;
            border-radius: 7.5px
        }

            .v3-1 .next-departure .card-route .tag + header .capsules-container .capsule {
                margin: 0;
                -webkit-box-shadow: 0 0 0 3px #d9deea;
                box-shadow: 0 0 0 3px #d9deea
            }

                .v3-1 .next-departure .card-route .tag + header .capsules-container .capsule:not(:first-child) {
                    margin-left: 3px
                }

        .v3-1 .next-departure .card-route .tag + header + hr {
            margin-top: 12px
        }

    .v3-1 .next-departure .card-route .tag dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 14px;
        margin: 12px 0
    }

    .v3-1 .next-departure .card-route .tag dt {
         
        text-transform: none;
        max-width: 100%
    }

    .v3-1 .next-departure .card-route .tag dd {
         
        font-weight: 400;
        margin-left: 6px
    }

.v3-1 .favorite-star {
    position: relative;
    height: 40px;
    width: 40px
}

    .v3-1 .favorite-star input[type=checkbox] {
        z-index: 1;
        width: 100%
    }

        .v3-1 .favorite-star input[type=checkbox] + label {
            height: 100%;
            padding: 0;
            margin: 0;
            cursor: pointer;
            border-radius: 50%
        }

            .v3-1 .favorite-star input[type=checkbox] + label:before {
                content: "";
                border: none;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background: #d9deea;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s
            }

            .v3-1 .favorite-star input[type=checkbox] + label svg {
                position: relative;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
            }

            .v3-1 .favorite-star input[type=checkbox] + label .star {
                fill-opacity: 0
            }

        .v3-1 .favorite-star input[type=checkbox]:checked + label .star {
            fill-opacity: 1
        }

        .v3-1 .favorite-star input[type=checkbox]:hover + label:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

.v3-1 .card-favorite {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000
}

    .v3-1 .card-favorite .favorite-star {
        position: absolute;
        top: 6px;
        right: 6px
    }

    .v3-1 .card-favorite a:focus, .v3-1 .card-favorite a:hover {
        text-decoration: none
    }

    .v3-1 .card-favorite a ul {
        margin: 0;
        font-weight: 400;
        color: #343A46;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative
    }

        .v3-1 .card-favorite a ul li {
            position: relative
        }

            .v3-1 .card-favorite a ul li.origin {
                margin-bottom: 6px
            }

            .v3-1 .card-favorite a ul li.destination, .v3-1 .card-favorite a ul li.origin {
                line-height: 1;
                 
                font-size: 14px;
                padding-left: calc(16px + 12px)
            }

                .v3-1 .card-favorite a ul li.destination:before, .v3-1 .card-favorite a ul li.origin:before {
                    position: absolute;
                    top: 50%;
                    -webkit-box-shadow: 0 0 0 3px #fff;
                    box-shadow: 0 0 0 3px #fff
                }

        .v3-1 .card-favorite a ul:before {
            content: "";
            width: 1px;
            left: calc(15px * .5);
            top: 0;
            background: #9aa7c4;
            height: 100%;
            position: absolute
        }

        .v3-1 .card-favorite a ul .description small span {
             
            display: block;
            font-size: 12px;
            color: #6b7790;
            margin: 0 0 6px calc(16px + 24px)
        }

        .v3-1 .card-favorite a ul .origin:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #1724C2;
            left: calc(17px * .5);
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

    .v3-1 .card-favorite .destination:before {
        content: url(../Images/v3-1/icon/16/Location-Pin-Filled-red.svg);
        width: 16px;
        height: 16px;
        background-color: #fff;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.v3-1.routing-finder .fixed-body .el-select-dropdown {
    min-width: 300px
}

.v3-1.routing-finder .filters {
    position: relative;
    z-index: 1
}

    .v3-1.routing-finder .filters.is-open::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-color: rgba(4,36,106,.2)
    }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .filters.is-open::before {
        display: none
    }
}

.v3-1.routing-finder .filters .filters-container {
    background-color: #fff;
    z-index: 2001
}

    .v3-1.routing-finder .filters .filters-container .filters-nav-button {
        padding: 12px 24px;
        margin: 12px 0;
        display: none
    }

        .v3-1.routing-finder .filters .filters-container .filters-nav-button svg {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-right: 6px;
            height: 26px
        }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .filters .filters-container .filters-nav-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        z-index: 1
    }
}

.v3-1.routing-finder .filters .filters-container .filters-content {
    width: 100%;
    -webkit-box-shadow: 0 8px 8px rgba(41,74,137,.2);
    box-shadow: 0 8px 8px rgba(41,74,137,.2)
}

    .v3-1.routing-finder .filters .filters-container .filters-content input[type=checkbox] + .k-checkbox-label {
        font-size: 16px;
        padding-left: calc(22px + 12px)
    }

        .v3-1.routing-finder .filters .filters-container .filters-content input[type=checkbox] + .k-checkbox-label div {
            display: inline-block;
            vertical-align: text-top
        }

.v3-1.routing-finder .filters .filters-header {
    margin: 0 auto;
    padding: 12px 0;
    max-width: 1270px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #d9deea
}

    .v3-1.routing-finder .filters .filters-header h1 {
        color: #343A46;
         
        font-size: 26px;
        font-weight: 400;
        letter-spacing: -.8px;
        margin: 0 0 48px 24px;
        display: none
    }

    .v3-1.routing-finder .filters .filters-header ul.checkbox-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0
    }

        .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.expand:not(:last-child) {
            margin-right: 24px
        }

@media screen and (max-width:768px) {
    .v3-1.routing-finder .filters .filters-header ul.checkbox-group {
        padding: 0 12px
    }
}

.v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.expand.is-checked {
    color: inherit;
    -webkit-box-shadow: 0 0 0 2px #343A46;
    box-shadow: 0 0 0 2px #343A46;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    text-shadow: none
}

.v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #343A46;
    border: none;
    margin-bottom: 0
}

    .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label:after, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label:before {
        content: none
    }

    .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label strong {
         
        margin-left: 6px
    }

    .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label .tag {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        line-height: 24px;
        color: #343A46;
        background: #d9deea;
        font-size: 12px;
         
        font-weight: 400;
        text-align: center;
        padding-right: 2px;
        margin-left: 12px
    }

    .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox + .k-checkbox-label .capsule {
        display: none
    }

.v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .k-checkbox:checked + .k-checkbox-label {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .switch + label {
    font-size: 16px
}

.v3-1.routing-finder .filters .filters-header ul.checkbox-group > li .switch.is-active {
    text-shadow: none
}

.v3-1.routing-finder .filters .filters-header .action {
    display: none
}

    .v3-1.routing-finder .filters .filters-header .action > :not(:last-child) {
        margin-right: 12px
    }

.v3-1.routing-finder .filters .burger-button, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li {
    cursor: pointer;
    padding: 0 24px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 14px;
     
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    color: #343A46
}

.v3-1.routing-finder .filters .burger-buttonli:active, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > lili:active {
    -webkit-box-shadow: 0 0 0 1px #9aa7c4;
    box-shadow: 0 0 0 1px #9aa7c4
}

.v3-1.routing-finder .filters .burger-button:focus, .v3-1.routing-finder .filters .burger-button:focus > span, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li:focus, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li:focus > span {
    text-decoration: none
}

.v3-1.routing-finder .filters .burger-button svg, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li svg {
    margin-left: 12px
}

.v3-1.routing-finder .filters .burger-button.switch, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.switch {
    padding: 0;
    margin: 0 24px
}

.v3-1.routing-finder .filters .burger-button.expand svg, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.expand svg {
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.v3-1.routing-finder .filters .burger-button.expand.is-checked svg, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.expand.is-checked svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.v3-1.routing-finder .filters .burger-button.expand, .v3-1.routing-finder .filters .filters-header ul.checkbox-group > li.expand {
    margin-right: 24px;
    -webkit-box-shadow: 0 0 0 1px #9aa7c4;
    box-shadow: 0 0 0 1px #9aa7c4
}

.v3-1.routing-finder .filters ul.checkbox-group > li svg {
    display: none
}

.v3-1.routing-finder .filters .burger-button {
    display: none;
    -webkit-box-shadow: 0 0 0 1px #9aa7c4;
    box-shadow: 0 0 0 1px #9aa7c4
}

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .filters .burger-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 24px;
        font-size: 16px
    }

        .v3-1.routing-finder .filters .burger-button:before {
            content: url(../Images/v3-1/icon/16/Settings.svg);
            width: 16px;
            height: 16px;
            margin-right: 6px
        }
}

.v3-1.routing-finder .filters .filters-content {
    padding: 48px 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #d9deea;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

    .v3-1.routing-finder .filters .filters-content.is-active {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1)
    }

    .v3-1.routing-finder .filters .filters-content form {
        max-width: 1270px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

        .v3-1.routing-finder .filters .filters-content form fieldset {
            position: absolute;
            z-index: -1;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            opacity: 0;
            -webkit-transition: opacity .3s;
            -o-transition: opacity .3s;
            transition: opacity .3s;
            max-height: calc(588px - 48px - 48px - 40px - 48px)
        }

            .v3-1.routing-finder .filters .filters-content form fieldset.is-active {
                position: relative;
                opacity: 1;
                z-index: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

            .v3-1.routing-finder .filters .filters-content form fieldset > legend {
                color: #343A46;
                 
                font-weight: 400;
                font-size: 26px;
                letter-spacing: -.8px;
                line-height: 26px;
                margin-bottom: 48px;
                padding: 12px 0 0 0;
                text-align: center;
                display: none
            }

            .v3-1.routing-finder .filters .filters-content form fieldset ul.checkbox-group {
                margin: 0;
                padding: 0;
                list-style: none
            }

                .v3-1.routing-finder .filters .filters-content form fieldset ul.checkbox-group > li:not(:last-child) {
                    margin-bottom: 24px
                }

                .v3-1.routing-finder .filters .filters-content form fieldset ul.checkbox-group.is-long > div:not(:first-child) {
                    padding-left: 48px
                }

                .v3-1.routing-finder .filters .filters-content form fieldset ul.checkbox-group .capsule {
                    margin-bottom: 0;
                    margin-left: 6px
                }

                .v3-1.routing-finder .filters .filters-content form fieldset ul.checkbox-group .flag-us::before {
                    content: url(../Images/v3-1/icon/flag-us.svg);
                    margin-left: 6px;
                    line-height: 14px
                }

            .v3-1.routing-finder .filters .filters-content form fieldset .is-checkall {
                margin-bottom: 24px
            }

                .v3-1.routing-finder .filters .filters-content form fieldset .is-checkall + .checkbox-group {
                    padding-left: 48px
                }

        .v3-1.routing-finder .filters .filters-content form .action {
            margin-top: 48px
        }

            .v3-1.routing-finder .filters .filters-content form .action button + button {
                margin-left: 24px
            }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .filters .filters-content form .action {
        display: none
    }
}

.v3-1.routing-finder .filters .filters-content form strong {
     
    line-height: 22px;
    font-size: 16px
}

.v3-1.routing-finder .filters .filters-content hr {
    margin: 24px 0
}

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .filters .filters-content {
        padding-bottom: 0
    }
}

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .fixed-body {
        position: fixed;
        width: 100%;
        height: 100%
    }

    .v3-1.routing-finder .filters {
        z-index: 3
    }

        .v3-1.routing-finder .filters .filters-container .filters-header {
            position: fixed;
            top: 0;
            width: 100%;
            right: 100%;
            height: 100%;
            z-index: 4;
            background: #fff;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s;
            padding: 0
        }

            .v3-1.routing-finder .filters .filters-container .filters-header h1 {
                display: block;
                text-align: center;
                margin: 24px
            }

            .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group {
                display: block;
                padding: 0 48px
            }

                .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li {
                    display: block;
                    height: 48px;
                    border-top: 1px solid #d9deea;
                    padding: 0;
                    margin: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

                    .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li:last-child {
                        border-bottom: 1px solid #d9deea;
                        margin: 0
                    }

                    .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li label {
                        height: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li.expand {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        width: 100%
                    }

                        .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li.expand label > span {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center
                        }

                            .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li.expand label > span .capsule {
                                margin: 0 0 0 6px;
                                display: block
                            }

                        .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li.expand.is-checked svg {
                            -webkit-transform: translateX(-4px) rotate(270deg);
                            -ms-transform: translateX(-4px) rotate(270deg);
                            transform: translateX(-4px) rotate(270deg)
                        }

                    .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group > li svg {
                        -webkit-transform: translateX(-4px) rotate(270deg);
                        -ms-transform: translateX(-4px) rotate(270deg);
                        transform: translateX(-4px) rotate(270deg)
                    }

            .v3-1.routing-finder .filters .filters-container .filters-header .action {
                padding: 12px 48px;
                margin-top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                height: 64px;
                -webkit-box-shadow: 0 -8px 8px rgba(41,74,137,.2);
                box-shadow: 0 -8px 8px rgba(41,74,137,.2);
                position: absolute;
                bottom: 0
            }

        .v3-1.routing-finder .filters .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .v3-1.routing-finder .filters .filters-container {
            padding-bottom: 12px
        }

        .v3-1.routing-finder .filters.is-open .filters-header {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%)
        }

        .v3-1.routing-finder .filters .filters-content {
            -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
            position: fixed;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            overflow-y: auto;
            overflow-x: hidden;
            z-index: 5;
            width: 100%;
            height: 100%;
            top: 0;
            right: 100%
        }

            .v3-1.routing-finder .filters .filters-content form {
                padding: 0
            }

                .v3-1.routing-finder .filters .filters-content form fieldset {
                    -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
                    padding: 0 24px;
                    margin-top: 12px;
                    max-height: calc(100vh - 24px)
                }

                    .v3-1.routing-finder .filters .filters-content form fieldset > legend {
                        display: block;
                        width: 100%
                    }

                    .v3-1.routing-finder .filters .filters-content form fieldset.is-active {
                        z-index: 0
                    }

            .v3-1.routing-finder .filters .filters-content.is-active {
                -webkit-transform: translateX(100%) scale(1,1);
                -ms-transform: translateX(100%) scale(1,1);
                transform: translateX(100%) scale(1,1)
            }
}

@media screen and (max-width:768px) {
    .v3-1.routing-finder .filters .filters-container .filters-header ul.checkbox-group {
        padding: 0 24px
    }

    .v3-1.routing-finder .filters .filters-container .filters-header .action {
        padding: 12px 24px
    }
}

@media screen and (min-width:1300px) {
    .v3-1.routing-finder .zone-header {
        background-color: #fff
    }

    .v3-1.routing-finder .l-zone__main {
        position: relative;
        z-index: 1
    }

    .v3-1.routing-finder section:not(.schedules-section) {
        z-index: 1;
        position: relative;
        background-color: #fff
    }

    .v3-1.routing-finder .schedules-section {
        z-index: 0;
        position: relative;
        background-color: #fff
    }

        .v3-1.routing-finder .schedules-section .schedules-wrapper header {
            position: relative;
            z-index: 1;
            background-color: #fff
        }

            .v3-1.routing-finder .schedules-section .schedules-wrapper header > div:first-child {
                position: relative;
                z-index: 2;
                background-color: #fff
            }

        .v3-1.routing-finder .schedules-section .schedules-wrapper .result-zone {
            position: relative;
            z-index: 0
        }
}

.v3-1 .favorite-container {
     
    font-size: 1rem;
    position: static;
    bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: #343A46;
    padding: 0;
    margin: 0;
    z-index: 99;
    width: 100%
}

    .v3-1 .favorite-container .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 0 24px 0;
        padding-top: 24px;
        padding-left: 48px
    }

        .v3-1 .favorite-container .title h2 {
            color: #fff;
            margin: 0;
            padding: 0;
             
            font-size: 20px;
            letter-spacing: calc(25 * (-.015px));
            line-height: 1.28
        }

        .v3-1 .favorite-container .title .tag {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            line-height: 24px;
            color: #fff;
            background: #1724C2;
            font-size: 12px;
            margin-left: 12px;
            margin-right: auto;
            text-align: center;
            padding-right: 2px
        }

    .v3-1 .favorite-container .swiper-container {
        padding: 48px 48px 0 48px;
        -webkit-transform: translateY(-48px);
        -ms-transform: translateY(-48px);
        transform: translateY(-48px)
    }

        .v3-1 .favorite-container .swiper-container .swiper-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: -6px;
            right: 48px;
            padding: 0;
            margin: 0;
            width: auto
        }

@media screen and (max-width:760px) {
    .v3-1 .favorite-container .swiper-container .swiper-nav {
        right: 24px
    }
}

.v3-1 .favorite-container .swiper-container .swiper-nav li {
    list-style: none
}

.v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-next, .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-prev {
    position: relative
}

@media screen and (max-width:760px) {
    .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-next, .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-prev {
        display: none
    }
}

.v3-1 .favorite-container .swiper-container .swiper-nav .swiper-swipe {
    margin: 0 12px
}

    .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-swipe::after {
        content: "";
        display: block;
        background: url(../Images/v3-1/icon/swipe-white.svg) no-repeat center bottom;
        width: 32px;
        height: 34px
    }

@media screen and (max-width:760px) {
    .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-swipe {
        margin: 0;
        margin-right: 1px
    }
}

.v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-next:after, .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-prev:after {
    content: url(../Images/v3-1/icon/arrow-slideshow-white.svg)
}

@media screen and (max-width:760px) {
    .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-next:after, .v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-prev:after {
        display: none
    }
}

.v3-1 .favorite-container .swiper-container .swiper-nav .swiper-button-prev:after {
    content: url(../Images/v3-1/icon/arrow-slideshow-white.svg);
    -webkit-transform: rotate(180deg) translateX(100%) translateX(-63px);
    -ms-transform: rotate(180deg) translateX(100%) translateX(-63px);
    transform: rotate(180deg) translateX(100%) translateX(-63px)
}

.v3-1 .favorite-container .swiper-container .swiper-slide {
    width: 204px;
    max-width: 204px;
    height: 82px;
    max-height: 82px
}

    .v3-1 .favorite-container .swiper-container .swiper-slide:not(:last-child) {
        margin-right: 24px
    }

.v3-1.shipmenttracking .favorite-container .swiper-container .swiper-slide {
    height: 115px;
    max-height: 115px
}

.v3-1 .k-widget.k-notification.is-light, .v3-1--notification__disclaimer, .v3-1.routing-finder .schedules-wrapper .k-notification {
    padding: 24px
}

    .v3-1 .k-notification-info.k-widget.k-notification.is-light, .v3-1--notification__disclaimer.k-notification-info, .v3-1.routing-finder .schedules-wrapper .k-notification-info.k-notification {
        background-color: #dff0ff
    }

        .v3-1 .k-notification-info.k-widget.k-notification.is-light .k-i-note::before, .v3-1--notification__disclaimer.k-notification-info .k-i-note::before, .v3-1.routing-finder .schedules-wrapper .k-notification-info.k-notification .k-i-note::before {
            content: url(../Images/v3-1/icon/new-notifs/Info.svg)
        }

    .v3-1 .k-notification-warning.k-widget.k-notification.is-light, .v3-1--notification__disclaimer.k-notification-warning, .v3-1.routing-finder .schedules-wrapper .k-notification-warning.k-notification {
        background-color: #fff0db
    }

        .v3-1 .k-notification-warning.k-widget.k-notification.is-light .k-i-note::before, .v3-1 .k-notification-warning.k-widget.k-notification.is-light .k-icon.k-i-warning::before, .v3-1--notification__disclaimer.k-notification-warning .k-i-note::before, .v3-1--notification__disclaimer.k-notification-warning .k-icon.k-i-warning::before, .v3-1.routing-finder .schedules-wrapper .k-notification-warning.k-notification .k-i-note::before, .v3-1.routing-finder .schedules-wrapper .k-notification-warning.k-notification .k-icon.k-i-warning::before {
            content: url(../Images/v3-1/icon/new-notifs/Warning.svg)
        }

    .v3-1 .k-notification-success.k-widget.k-notification.is-light, .v3-1--notification__disclaimer.k-notification-success, .v3-1.routing-finder .schedules-wrapper .k-notification-success.k-notification {
        background: #cce7df
    }

        .v3-1 .k-notification-success.k-widget.k-notification.is-light .k-i-note::before, .v3-1 .k-notification-success.k-widget.k-notification.is-light .k-icon.k-i-check::before, .v3-1--notification__disclaimer.k-notification-success .k-i-note::before, .v3-1--notification__disclaimer.k-notification-success .k-icon.k-i-check::before, .v3-1.routing-finder .schedules-wrapper .k-notification-success.k-notification .k-i-note::before, .v3-1.routing-finder .schedules-wrapper .k-notification-success.k-notification .k-icon.k-i-check::before {
            content: url(../Images/v3-1/icon/new-notifs/Valid.svg)
        }

    .v3-1 .k-notification-error.k-widget.k-notification.is-light, .v3-1--notification__disclaimer.k-notification-error, .v3-1.routing-finder .schedules-wrapper .k-notification-error.k-notification {
        background-color: #f9ccdb
    }

        .v3-1 .k-notification-error.k-widget.k-notification.is-light .k-i-note::before, .v3-1 .k-notification-error.k-widget.k-notification.is-light .k-icon.k-i-error::before, .v3-1--notification__disclaimer.k-notification-error .k-i-note::before, .v3-1--notification__disclaimer.k-notification-error .k-icon.k-i-error::before, .v3-1.routing-finder .schedules-wrapper .k-notification-error.k-notification .k-i-note::before, .v3-1.routing-finder .schedules-wrapper .k-notification-error.k-notification .k-icon.k-i-error::before {
            content: url(../Images/v3-1/icon/ico-error.svg)
        }

    .v3-1 .k-widget.k-notification.is-light .k-notification-wrap, .v3-1--notification__disclaimer .k-notification-wrap, .v3-1.routing-finder .schedules-wrapper .k-notification .k-notification-wrap {
        padding: 0 calc(16px + 12px)
    }

        .v3-1 .k-widget.k-notification.is-light .k-notification-wrap, .v3-1 .k-widget.k-notification.is-light .k-notification-wrap .k-notification-content, .v3-1--notification__disclaimer .k-notification-wrap, .v3-1--notification__disclaimer .k-notification-wrap .k-notification-content, .v3-1.routing-finder .schedules-wrapper .k-notification .k-notification-wrap, .v3-1.routing-finder .schedules-wrapper .k-notification .k-notification-wrap .k-notification-content {
            margin: 0;
            color: #343A46;
             
            font-size: 14px;
            line-height: 1.2
        }

            .v3-1 .k-widget.k-notification.is-light .k-notification-wrap .k-icon, .v3-1--notification__disclaimer .k-notification-wrap .k-icon, .v3-1.routing-finder .schedules-wrapper .k-notification .k-notification-wrap .k-icon {
                height: 16px;
                width: 16px;
                position: absolute;
                top: 8.4px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

                .v3-1 .k-widget.k-notification.is-light .k-notification-wrap .k-icon::before, .v3-1--notification__disclaimer .k-notification-wrap .k-icon::before, .v3-1.routing-finder .schedules-wrapper .k-notification .k-notification-wrap .k-icon::before {
                    height: 16px;
                    width: 16px
                }

    .v3-1 .k-widget.k-notification.is-light .k-i-close::before, .v3-1--notification__disclaimer .k-i-close::before, .v3-1.routing-finder .schedules-wrapper .k-notification .k-i-close::before {
        content: url(../Images/v3-1/icon/cross.svg)
    }

html {
    scroll-behavior: smooth
}

.v3-1.routing-finder .zone-header {
    background-color: #fff
}

    .v3-1.routing-finder .zone-header.has-menu__nav {
        z-index: 3
    }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .zone-header {
        z-index: 3
    }

        .v3-1.routing-finder .zone-header.filters-open {
            z-index: 1
        }
}

.v3-1.routing-finder .l-zone__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .v3-1.routing-finder .l-zone__main .search-zone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .l-zone__main .search-zone {
        z-index: 0
    }
}

.v3-1.routing-finder .search-zone {
    padding-bottom: 48px
}

@media screen and (min-width:1260px) {
    .v3-1.routing-finder .search-zone {
        min-height: calc(100vh - 110px)
    }
}

.v3-1.routing-finder .search-zone:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(((100% - 1270px) * .5) + (1270px * .54));
    height: 100%;
    background: url(../Images/v3-1/illustration/routing-finder/routing-finder.jpg) no-repeat;
    right: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .search-zone:before {
        content: none
    }
}

.v3-1.routing-finder .search-zone > .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%
}

@media screen and (min-width:1300px) {
    .v3-1.routing-finder .search-zone > .main-wrapper {
        margin-left: calc((100% - 1270px) * .5);
        width: calc(50% - ((100% - 1270px) * .5))
    }
}

@media screen and (max-width:1300px) {
    .v3-1.routing-finder .search-zone > .main-wrapper {
        padding: 0 24px;
        display: block
    }
}

.v3-1.routing-finder .search-zone > .main-wrapper form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.v3-1.routing-finder .search-zone .o-search-port {
    padding: 48px 48px 0 0;
    width: calc(100% - 48px);
    min-width: 1%;
    display: block;
    margin-bottom: 48px
}

@media screen and (max-width:1260px) {
    .v3-1.routing-finder .search-zone .o-search-port {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 0 0
    }
}

.v3-1.routing-finder .search-zone .action + small {
    width: calc(100% - 48px);
    padding-right: 48px;
    margin-top: 48px;
    line-height: 1.2
}

@media screen and (max-width:1110px) {
    .v3-1.routing-finder .search-zone .action + small {
        width: 100%;
        padding-right: 0
    }
}

.v3-1.routing-finder .focus ul.corp-list li {
     
}

.v3-1.routing-finder .favorite-container .swiper-container .swiper-slide {
    width: 300px;
    max-width: 300px;
    height: 120px;
    max-height: 120px
}

    .v3-1.routing-finder .favorite-container .swiper-container .swiper-slide:not(:last-child) {
        margin-right: 24px
    }

.v3-1.routing-finder .schedules-wrapper header > div:first-child {
    padding: 48px 0 24px 0
}

    .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper {
        min-width: 1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper h2 {
            margin: 0
        }

        .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper .resume-filter {
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper .resume-filter li {
                text-transform: none;
                 
            }

                .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper .resume-filter li .favorite-star {
                    display: inline-block;
                    vertical-align: sub;
                    position: relative;
                    height: 20px;
                    width: 20px;
                    margin: 0 10px
                }

                    .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper .resume-filter li .favorite-star label::before {
                        position: absolute;
                        display: block;
                        height: 40px;
                        width: 40px;
                        top: -10px;
                        left: -10px
                    }

        .v3-1.routing-finder .schedules-wrapper header > div:first-child .main-wrapper .notification-wrapper {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%
        }

.v3-1.routing-finder .schedules-wrapper .result-zone {
    padding-top: 1px;
    padding-bottom: 1px;
	border-radius: 5px;
	margin-right : 20px
}

    .v3-1.routing-finder .schedules-wrapper .result-zone.no-result {
        background-color: #fff;
        padding-top: 36px
    }

    .v3-1.routing-finder .schedules-wrapper .result-zone ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone ul * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

    .v3-1.routing-finder .schedules-wrapper .result-zone .partner-container {
        width: 240px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 0;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        color: #343A46
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partner-container strong {
             
        }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partner-container > * {
            padding: 0 24px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partner-container > :first-child {
            border-right: 1px solid #d9deea;
            width: 46px;
            height: 38px
        }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partner-container img {
            max-width: 100%;
            max-height: 100%
        }

    .v3-1.routing-finder .schedules-wrapper .result-zone .k-state-disabled .partner-container, .v3-1.routing-finder .schedules-wrapper .result-zone button:disabled .partner-container {
        color: #6b7790;
        background-color: #f8f9fa
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone .k-state-disabled .partner-container svg *, .v3-1.routing-finder .schedules-wrapper .result-zone button:disabled .partner-container svg * {
            fill: #9aa7c4
        }

    .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list button.no-style {
            margin-right: 24px;
            background-color: #fff
        }

            .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list button.no-style:focus {
                text-decoration: none
            }

@media screen and (max-width:1260px) {
    .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list button {
            margin-bottom: 24px
        }
}

@media screen and (max-width:760px) {
    .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list {
        display: block;
        text-align: center
    }

        .v3-1.routing-finder .schedules-wrapper .result-zone .partners-list button.no-style {
            margin-right: 0
        }
}

.v3-1.routing-finder .schedules-wrapper .result-zone .no-result-message {
    border: solid 3px #d9deea;
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .v3-1.routing-finder .schedules-wrapper .result-zone .no-result-message::before {
        content: "";
        background: center/contain no-repeat url(../images/v3-1/illustration/routing-finder/no-result.svg);
        display: block;
        width: calc(100% - 12px);
        max-width: 284px;
        height: 200px
    }

    .v3-1.routing-finder .schedules-wrapper .result-zone .no-result-message p {
         
    }

    .v3-1.routing-finder .schedules-wrapper .result-zone .no-result-message > * {
        margin-top: 12px;
        margin-bottom: 0
    }

.v3-1.routing-finder .schedules-wrapper .k-notification {
    margin: 48px 0
}

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: #343A46;
    opacity: .3 !important
}

div.k-window {
    display: inline-block;
    position: absolute
}

.k-window.is-simplewarning {
    border: 0 none;
    border-radius: 16px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3)
}

    .k-window.is-simplewarning .k-window-titlebar {
        position: relative;
        height: auto;
        width: auto;
        padding: 15px 0;
        margin: 0 30px;
        font-size: 0;
        background-color: transparent;
        border-bottom: 1px solid #edeef0
    }

    .k-window.is-simplewarning .k-window-title {
        position: relative;
        left: auto;
        right: auto;
        font-weight: 300;
        font-size: 1.5rem;
        position: relative;
        left: auto;
        right: auto;
        color: #4c4c4c
    }

    .k-window.is-simplewarning .k-window-content {
        font-size: 14px;
        padding: 15px 30px;
        color: #4c4c4c;
        background-color: transparent
    }

        .k-window.is-simplewarning .k-window-content p {
            color: #4c4c4c;
            font-size: 14px
        }

            .k-window.is-simplewarning .k-window-content p, .k-window.is-simplewarning .k-window-content p.mt0 {
                margin: 14px 0 !important
            }

        .k-window.is-simplewarning .k-window-content hr.t1-5 {
            top: auto !important;
            margin: 30px 0 !important
        }

        .k-window.is-simplewarning .k-window-content .txtright {
            text-align: right
        }

        .k-window.is-simplewarning .k-window-content .btn {
            font-weight: 400;
            display: inline-block;
            padding: 0 1.25rem;
            border: 1px solid;
            overflow: hidden;
            text-align: center;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            vertical-align: middle;
            font-size: 1rem;
            cursor: pointer;
            opacity: 1;
            outline: 0 none !important;
            transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,box-shadow 150ms ease-in,-webkit-transform 150ms ease-in;
            -webkit-transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,-webkit-box-shadow 150ms ease-in,-webkit-transform 150ms ease-in;
            transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,-webkit-box-shadow 150ms ease-in,-webkit-transform 150ms ease-in;
            -o-transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,box-shadow 150ms ease-in,transform 150ms ease-in;
            transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,box-shadow 150ms ease-in,transform 150ms ease-in;
            transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,box-shadow 150ms ease-in,transform 150ms ease-in,-webkit-box-shadow 150ms ease-in,-webkit-transform 150ms ease-in;
            transition: background-color 150ms ease-in,border-color 150ms ease-in,color 150ms ease-in,opacity 150ms ease-in,box-shadow 150ms ease-in,transform 150ms ease-in,-webkit-transform 150ms ease-in;
            overflow: hidden !important;
            height: 2.5rem;
            line-height: 2.375rem;
            border-color: #1724C2;
            color: #fff;
            fill: currentColor;
            background-color: #1724C2;
            border-radius: 1.125rem
        }

        .k-window.is-simplewarning .k-window-content .btn, .k-window.is-simplewarning k-window-content .btn:hover {
            text-decoration: none
        }

            .k-window.is-simplewarning .k-window-content .btn:disabled, .k-window.is-simplewarning .k-window-content .btn:disabled.is-open, .k-window.is-simplewarning .k-window-content .btn:disabled:active, .k-window.is-simplewarning .k-window-content .btn:disabled:focus, .k-window.is-simplewarning .k-window-content .btn:disabled:hover {
                cursor: not-allowed;
                background-color: #8d8d8d;
                opacity: 1
            }

            .k-window.is-simplewarning .k-window-content .btn:focus, .k-window.is-simplewarning .k-window-content .btn:hover, .k-window.is-simplewarning .k-window-content .is-open.btn {
                background-color: #ec0101;
                border-color: #ec0101
            }

            .k-window.is-simplewarning .k-window-content .btn.alternate, .k-window.is-simplewarning .k-window-content .is-important.btn {
                border-color: #1724C2;
                color: #fff;
                fill: currentColor;
                background-color: #1724C2
            }

                .k-window.is-simplewarning .k-window-content .btn.alternate:focus, .k-window.is-simplewarning .k-window-content .btn.alternate:hover, .k-window.is-simplewarning .k-window-content .is-important.btn:focus, .k-window.is-simplewarning .k-window-content .is-important.btn:hover, .k-window.is-simplewarning .k-window-content .is-important.is-open.btn, .k-window.is-simplewarning .k-window-content .is-open.btn.alternate {
                    background-color: #ec0101;
                    border-color: #ec0101
                }

        .k-window.is-simplewarning .k-window-content .is-blue.btn {
            border-color: #343A46;
            color: #fff;
            fill: currentColor;
            background-color: #343A46
        }

            .k-window.is-simplewarning .k-window-content .is-blue.btn:focus, .k-window.is-simplewarning .k-window-content .is-blue.btn:hover, .k-window.is-simplewarning .k-window-content .is-blue.is-open.btn {
                background-color: #052c83;
                border-color: #052c83
            }

        .k-window.is-simplewarning .k-window-content .btn:not(.alternate) {
            color: #2d75ff;
            background-color: transparent;
            border-color: #2d75ff;
            text-shadow: 1px 1px 0 rgba(0,0,0,.05)
        }

            .k-window.is-simplewarning .k-window-content .btn:not(.alternate).is-open, .k-window.is-simplewarning .k-window-content .btn:not(.alternate):focus, .k-window.is-simplewarning .k-window-content .btn:not(.alternate):hover {
                color: #fff;
                background-color: #2d75ff
            }

        .k-window.is-simplewarning .k-window-content .btn.alternate {
            border-color: #fb0000;
            color: #fff;
            background-color: #fb0000
        }

            .k-window.is-simplewarning .k-window-content .btn.alternate.is-open, .k-window.is-simplewarning .k-window-content .btn.alternate:focus, .k-window.is-simplewarning .k-window-content .btn.alternate:hover {
                border-color: #e20000;
                background-color: #e20000
            }
