
/*     CSS for Route Map starts.     */

button.btn.search-station {
    background: #cc0066;
    height: 47px;
    color: #fff;
    font-weight: 500 !important;
    font-size: 18px !important;
    transition: background 0.2s;
    margin-top: 1em;
    margin-bottom: 0em !important;
}

.map-markers {
    font-size: 19px;
    background: #f1f8fc;
    border-radius: 4px;
    padding: 10px 0px;
    margin-top: 1em;
    margin-bottom: 1em !important;
}

@media only screen and (max-width:320px) {

    button.btn.search-station {
        background: #cc0066;
        height: 47px;
        color: #fff;
        font-weight: 500 !important;
        font-size: 10px !important;
        transition: background 0.2s;
        margin-top: 1em;
        margin-bottom: 1em !important;
    }

    .map-markers a {
        padding: 6px !important;
        color: #000;
        line-height: 11px;
        display: inline;
        text-align: center;
        width: inherit;
        vertical-align: middle;
    }
}


.map-markers a {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #cbe7f4;
    color: #000033;
}

    .map-markers a img {
        width: 20px;
    }

.map-modal .modal-content {
    border-radius: 0px;
    background: #f1f8fc;
    margin-top: 0 !important;
}
@media screen and (min-width:992px) {   
    body.routemappage.modal-open .sticky div#sticky-header {
        padding-right: 17px !important;
    }
    body.routemappage.modal-open {
        padding-right: 17px !important;
    }
}
g#Stations g {
    outline: none !important;
}
g#Stations g  rect {
    cursor: pointer;
}
    .map-modal .modal-content .modal-title {
        color: #000033;
        text-transform: uppercase;
        font-size: 24px;
    }

    .map-modal .modal-content .modal-header {
        border: none;
    }

.map-modal .media-heading {
    color: #1a7b83;
    margin-bottom: 20px;
}

.map-modal .media-body {
    color: #1a7b83;
    font-weight: bold;
}

    .map-modal .media-body p::after {
        content: "\f105";
        padding-left: 10px;
        display: inline-block;
        font: normal normal normal 15px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        vertical-align: middle;
    }

@media(max-width:767px) {

    .map-markers {
        font-size: 5px;
        background: #f1f8fc;
        border-radius: 4px;
        padding: 15px 0px;
        margin-top: 10px;
        margin-bottom: 1em !important;
    }

        .map-markers a {
            padding: 15px;
            color: #000;
            line-height: 11px;
            display: inline;
            text-align: center;
            width: inherit;
            vertical-align: middle;
        }

        .map-markers img {
            width: 18px;
        }

        .map-markers a:last-of-type {
            border-bottom: none;
        }

    button.btn.search-station {
        background: #cc0066;
        height: 47px;
        color: #fff;
        font-weight: 500 !important;
        font-size: 12px !important;
        transition: background 0.2s;
        margin-top: 1em;
        margin-bottom: 1em !important;
        width: 100%;
    }
}

.map-container {
    background-color: white;
    padding: 50px 0;
}

.map-border {
    border: 1px solid #ccc !important;
    background-color: #e4f2fa;
}


.fade.in {
    background: rgba(255, 255, 255, 0.6) !important;
}


.modal-dialog .modal-header {
    padding: 18px 25px !important;
    margin-left: 0px !important;
    border: 0;
    left: -30px;
}


.modal a {
    font-weight: 600 !important;
}

.close {
    float: right;
    font-size: 31px !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .9 !important;
}

.title-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .title-mod:after {
        content: '';
        border-bottom: 2px solid #000000;
        padding-top: 8px;
        width: 67px;
    }


.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
    border: 0px solid #999 !important;
}

header {
    z-index: 9 !important;
}

.modal-dialog .modal-body {
    padding: 0 25px 40px !important;
    margin: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

.modal-open {
    padding-right: 0 !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

#network-map-container {
    height: 600px;
}


    #network-map-container svg {
        width: 100%;
        height: 100%;
    }

.text-center.close_button {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal.in .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .network-map-container-ie {
        height: 100% !important;
    }
}

@media only screen and (max-width:480px) {


    #network-map-container {
        height: 610px;
        overflow: hidden;
        background-color: #e4f2fa;
    }

        #network-map-container svg {
            width: 100%;
            height: 100%;
            transform: scale(2.4);
        }

    .download-btn {
        padding: 0 15px;
    }
}

@media only screen and (max-width:414px) {

    .download-btn {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width:425px) {
    #network-map-container {
        height: 480px;
        overflow: hidden;
        background-color: #e4f2fa;
    }

        #network-map-container svg {
            width: 100%;
            height: 100%;
            transform: scale(2.2) translate(10px, 6px);
        }

    .map-border-full {
        border: 0px solid #ccc !important;
        background-color: #e4f2fa;
        width: 100%;
        height: 800px !important;
    }

    .text-center.close_button {
        position: absolute;
        bottom: 120px !important;
        left: 50%;
        transform: translate(-50%, 0);
    }


    .network-map-container-full {
        height: 480px;
        overflow: hidden;
    }

    .network-map-svg-full svg {
        width: 100%;
        height: 100%;
        transform: scale(2.7)translate(10px, 140px) !important;
    }

    .download-btn {
        padding: 0 15px;
    }
}

@media only screen and (max-width:896px) {
    .route-map-landscape-view {
        height: 460px !important;
        overflow: hidden;
        background-color: #e4f2fa;
    }

        .route-map-landscape-view svg {
            width: 100%;
            height: 100%;
            transform: scale(1.9) translate(162px, -5px);
        }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .route-map-landscape-Android-view {
        height: 480px !important;
        overflow: hidden;
    }

        .route-map-landscape-Android-view svg {
            width: 100%;
            height: 100%;
            transform: scale(2) translate(162px, -57px);
        }
}

@media only screen and (max-width:375px) {
    #network-map-container {
        height: 470px;
        overflow: hidden;
        background-color: #e4f2fa;
    }

        #network-map-container svg {
            width: 100%;
            height: 100%;
            transform: scale(2.3) translate(3px, 5px);
        }

    .download-btn {
        padding: 0 15px !important;
    }

    .text-center.close_button {
        position: absolute;
        bottom: 30px !important;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .map-border-full {
        border: 0px solid #ccc !important;
        background-color: #e4f2fa;
        width: 100%;
        height: 720px !important;
    }

    .network-map-container-full {
        height: 480px;
        overflow: hidden;
        background-color: #e4f2fa;
    }

    .network-map-svg-full svg {
        width: 100%;
        height: 100%;
        transform: scale(2.7)translate(10px, 140px) !important;
    }


    .text-center.close_button-full {
        position: absolute;
        bottom: -90px !important;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width:667px) {
    .route-map-landscape-view {
        height: 400px !important;
        overflow: hidden;
        margin: 0px 0px;
    }

        .route-map-landscape-view svg {
            width: 100%;
            height: 100%;
            transform: scale(1.9) translate(132px, -30px);
        }



    .modal-dialog {
        position: relative;
        width: auto;
        margin: 23px 23px 11px 23px !important;
    }
}

.text-center.close_button-full {
    position: absolute;
    bottom: -70px !important;
    left: 50%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width:320px) {

    .map-border-full {
        border: 0px solid #ccc !important;
        background-color: #fff;
        width: 100%;
        height: 615px !important;
    }

    .network-map-container-full {
        height: 60px;
        overflow: hidden;
    }

    .network-map-svg-full svg {
        width: 100%;
        height: 100%;
        transform: scale(2.9)translate(10px, -30px);
    }

    .text-center.close_button {
        position: absolute;
        bottom: 25px !important;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media only screen and (max-width:320px) {
    #network-map-container {
        height: 380px;
        overflow: hidden;
    }

        #network-map-container.map-border-full svg {
            width: 100%;
            height: 100%;
            transform: scale(2.7)translate(10px, 128px) !important;
        }

    .download-btn {
        padding: 0 15px;
    }
}

@media only screen and (max-width:570px) {
    .route-map-landscape-view {
        height: 350px !important;
        overflow: hidden;
        margin: 0px 0px;
    }

        .route-map-landscape-view svg {
            width: 100%;
            height: 100%;
            transform: scale(2) translate(100px, -8px);
        }
}

.pre_font {
    font-family: inherit;
    margin: 3px 0 !important;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .route-map-landscape-Android-view {
        height: 480px !important;
        overflow: hidden;
    }

        .route-map-landscape-Android-view svg {
            width: 100%;
            height: 100%;
            transform: scale(2) translate(162px, -57px);
        }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .route-map-landscape-Android-view {
        height: 430px !important;
        overflow: hidden;
    }

        .route-map-landscape-Android-view svg {
            width: 100%;
            height: 100%;
            transform: scale(2.2) translate(130px, -15px);
        }
}


@media only screen and (min-width:321px) and (max-width:360px) {
    #network-map-container.network-map-container-ie svg {
        width: 100%;
        height: 100%;
        transform: scale(2.7)translate(20px, 93px) !important;
    }
}


@media only screen and (min-width:425px) and (max-width:480px) {
    #network-map-container.network-map-container-ie svg {
        width: 100%;
        height: 100%;
        transform: scale(2.7)translate(20px, 93px) !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #network-map-container.network-map-container-ie svg {
        width: 100%;
        height: 100%;
        transform: scale(2.7)translate(20px, 60px) !important;
    }

    #network-map-container {
        height: 500px;
        overflow: hidden;
    }
}
/*fght-334*/
#network-map-container.network-map-container-full,
.text-center.close_button-full {
    z-index: 9;
}

/*     CSS for Route Map ends.     */
div#network-map-container .modal.map-modal .modal-dialog {
    transform: translate(0px, 0px);
}
