@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/typo3conf/ext/wes_maps/Resources/Public/Fonts/glyphicons-halflings-regular.eot') format('eot'),
         url('/typo3conf/ext/wes_maps/Resources/Public/Fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('/typo3conf/ext/wes_maps/Resources/Public/Fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('/typo3conf/ext/wes_maps/Resources/Public/Fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('/typo3conf/ext/wes_maps/Resources/Public/Fonts/glyphicons-halflings-regular.svf') format('svg');
    font-weight: 400;
    font-style: normal;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.renderOnClick .previewMapContainer {
    max-width: 736px;
    margin: 0 auto 93px;
    padding-right: 15px;
    padding-left: 15px;
}

.renderOnClick .embed-responsive-wesmaps:before {
    content: none !important;
}

.renderOnClick .embed-responsive-item {
    position: relative;
}

.previewMap {
    position: relative;
}

.previewMap .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.wes-maps-filter-open {
    overflow: hidden;
}

.embed-responsive-wesmaps {
    height: auto;
}

.embed-responsive-wesmaps:before {
    display: block;
    content: '';
    padding-top: 70%;
}

#mapCanvas.loading .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

    #mapCanvas.loading .loader:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        animation: infinite-spinning-with-centering-translate 1s infinite linear;
        margin-top: -14px;
        content: '';
        background-image: url('../Images/loading.png');
    }

    #mapCanvas.loading .loader:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 42px;
        content: attr(data-loading-map);
        color: #fff;
        font-weight: bold;
    }

.wesLogoContainer {
    font-size: 9px;
    margin-left: 7px;
    margin-right: 5px;
    margin-bottom: 3px;
    color: #000;
    bottom: 0 !important;
    left: 70px !important;
}

    .wesLogoContainer a {
        display: flex;
        align-items: flex-end;
        margin-bottom: 3px;
        color: #000;
        text-decoration: none;
        font-family: Roboto, Arial, sans-serif;
        transition: opacity 250ms linear;
        /* text-shadow: 2px 0 0 rgba(245, 245, 245, 1),
                     -2px 0 0 rgba(245, 245, 245, 1),
                     0 2px 0 rgba(245, 245, 245, 1),
                     0 -2px 0 rgba(245, 245, 245, 1); */
    }

    .wesLogoContainer a:hover,
    .wesLogoContainer a:focus,
    .wesLogoContainer a:active {
        color: #000;
        text-decoration: none;
    }

    .STYLED_MAP .wesLogoContainer a,
    .hybrid .wesLogoContainer a,
    .satellite .wesLogoContainer a {
        color: #fff;
        /* text-shadow: none; */
    }

        .wesLogoContainer .text {
            padding-right: 4px;
        }

        .wesLogoContainer .wesLogo {
            max-width: 90px;
        }

        .wesLogoContainer .wesLogo.white {
            display: none;
        }

        .STYLED_MAP .wesLogoContainer .wesLogo,
        .hybrid .wesLogoContainer .wesLogo,
        .satellite .wesLogoContainer .wesLogo {
            display: none;
        }

        .STYLED_MAP .wesLogoContainer .wesLogo.white,
        .hybrid .wesLogoContainer .wesLogo.white,
        .satellite .wesLogoContainer .wesLogo.white {
            display: inline;
        }

.oimbOuterWrap {
    z-index: 0;
    position: absolute;
}
    .oimbInnerWrap {
        cursor: pointer;
        text-align: center;
        /* width: 25px;
        height: 25px; */
        margin: 12px 12px 0 0;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    }
        .oimbButton {
            width: 40px;
            height: 40px;
            margin: 0;
            color: #666;
            font-size: 18px;
            line-height: 24px;
        }

            .oimbButton:before {
                position: relative;
                top: 11px;
            }

            .oimbButton:hover, .oimbButton:focus, .oimbButton:active {
                color: #000;
            }

.travelModeOuterWrap {
    padding: 5px;
    z-index: 0;
    position: absolute;
}
    .travelModeInnerWrap {
        cursor: pointer;
        text-align: center;
        /*width: 42px;*/
        height: 42;
        margin: 7px;
    }
        .travelModeButton {
            background-color: #4285F4;
            border-radius: 21px;
            box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);

            display: inline-block;
            width: 42px;
            height: 42px;
            margin: 0 0 0 10px;
            color: #666;
            font-size: 16px;
            line-height: 42px;
        }
        .travelModeButton:after {
            background-image: url('https://maps.gstatic.com/tactile/directions/omnibox/directions-2x-20150929.png');
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            margin: 9px;
            background-size: 96px 216px;
        }
        .drivingButton.travelModeButton:after {
            background-position: 48px -314px;
        }

        .walkingButton.travelModeButton:after {
            background-position: 48px -144px;
        }

        .bicyclingButton.travelModeButton:after {
            background-position: 48px -169px;
        }

        .transitButton.travelModeButton:after {
            background-position: 48px -119px;
        }
            .travelModeButton.active, .travelModeButton:hover {
                background-color: #3367D6;
            }

            .drivingButton.travelModeButton.active:after, .drivingButton.travelModeButton:hover:after {
                background-position: 72px -314px;
            }

            .walkingButton.travelModeButton.active:after, .walkingButton.travelModeButton:hover:after {
                background-position: 72px -144px;
            }

            .bicyclingButton.travelModeButton.active:after, .bicyclingButton.travelModeButton:hover:after {
                background-position: 72px -169px;
            }

            .transitButton.travelModeButton.active:after, .transitButton.travelModeButton:hover:after {
                background-position: 72px -119px;
            }

.gmnoprint.gm-style-mtc {
    min-width: 125px;
}

#filterContainer {
    margin-top: 15px;
}

    .filter-toggle {
        box-shadow: none;
        float: right;
    }

    #filterHeader {
        height: 44px;
        overflow: hidden;
        position: fixed;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
        z-index: 20000;
        top: 0;
        right: -100%;
        transition: right 250ms linear;
    }

    #filterContainer .filter-close {
        margin-bottom: 0;
        margin-top: 0;
        float: right;
        padding-right: 15px;
        background: none;
        font-size: 30px;
        line-height: 1;
    }

.mapsCategories .headline {
    margin-bottom: 17px;
}

.treeview .list-group-item {
    cursor:pointer;
}
.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}
.treeview span.icon {
    margin-right: 10px;
    background: none;
    top: 3px;
}

#itemTree.treeview span.icon {
    display: none;
}

#itemTreeContainer .buttonContainer {
    margin-left: -15px;
}

#itemTreeContainer .buttonContainer.top {
    margin-top: 13px;
}

.toggleAllItemNodesButton {
    position: relative;
    /*display: none;*/
    margin-top: 0;
    padding: 13px 27px 14px 53px;
    margin-top: 26px;
    margin-left: 15px;
}

    .toggleAllItemNodesButton:before {
        position: absolute;
        left: 17px;
        top: 13px;
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        border: 2px solid #e1e1e1;
        border-radius: 2px;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        overflow: hidden;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .toggleAllItemNodesButton.showingAllItems:before {
            content: '\e013';
        }
/*
.toggleAllItemNodesButton.enabled {
    display: inline-block;
}*/

.toMapButton {
    padding: 13px 29px 14px 26px;
    margin-top: 26px;
    margin-left: 15px;
}

    .toMapButton .icon {
        font-size: 14px;
        margin-left: 8px;
    }

.treeview .text {
    position: relative;
    display: inline-block;
}

    /*#categoryTree .indent ~ .text, #itemTree .text {
        padding-left: 27px;
    }

    .treeview .text:before {
        position: absolute;
        left: 0;
        top: 3px;
        content: '';
        width: 20px;
        height: 20px;
        border: 2px solid #b4b4b4;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        overflow: hidden;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none;
    }

    #categoryTree .indent ~ .text:before, #itemTree .text:before {
        display: inline-block;
    }

    #categoryTree .node-selected > .indent ~ .text:before, #itemTree .node-selected > .text:before {
        content: '\e013';
        border-color: #fff;
    }*/

    #itemTree .text {
        padding-left: 38px;
        font-size: 18px;
        line-height: 28px;
    }

        #itemTree .text:before {
            position: absolute;
            left: 0;
            top: 1px;
            content: '';
            /*display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;*/
            width: 25px;
            height: 25px;
            border: 2px solid #e1e1e1;
            border-radius: 2px;
            font-size: 11px;
            line-height: 22px;
            text-align: center;
            overflow: hidden;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            #itemTree .node-selected > .text:before {
                content: '\e013';
                /*border-color: #fff;*/
            }

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}
.node-categoryTree{}
.node-categoryTree:not(.node-disabled):hover{
    background-color: #F5F5F5;
}
.node-itemTree{}

.loadingIcon {
    display: none;
    font-size: 30px;
    color: #009ee3;
    top: 14px;
    right: -3px;
    margin-top: 0;
    margin-bottom: 0;
}

    .loadingIcon:before {
        position: relative;
    }

        .ie .loadingIcon:before {
            bottom: -1px;
        }

#itemTreeSearchContainer {
    margin-top: 26px;
    margin-bottom: 0;
}

#itemTreeSearch {
    height: auto;
    padding: 12px 50px 20px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

    #itemTreeSearch.placeholder-shown {
        text-overflow: ellipsis;
    }

#itemTreeSearch:not(.has-loading) + .loadingIcon {
    display: block;
}

    #itemTreeSearch:not(.has-loading) + .loadingIcon:before {
        content: '\e003';
    }

#itemTreeSearch + .loadingIcon {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

#itemTreeSearch.has-loading + .loadingIcon {
    display: block;
    -webkit-animation: infinite-spinning 1s infinite linear;
    -moz-animation: infinite-spinning 1s infinite linear;
    -o-animation: infinite-spinning 1s infinite linear;
    animation: infinite-spinning 1s infinite linear;
}

#itemTreeOuterContainer, #categoryTreeOuterContainer {
}

#itemTreeOuterContainer {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 45px;
    padding-left: 45px;
    background-color: #fff;
}

    #itemTreeContainer, #categoryTreeContainer {

    }

    #itemTreeContainer {
        max-width: 870px;
        margin: 60px auto 0;
        padding: 29px 0 68px;
    }

        #itemTree, #categoryTree {
            /*flex-grow: 1;
            overflow: auto;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4),
                        0px -1px 0px 0px rgba(0, 0, 0, 0.4);*/
        }

        #itemTree {
            margin-top: 26px;
        }

    #itemTree.searching ul li.list-group-item:not(.search-result) {
        display: none;
    }
    #categoryTree ul,
    #itemTree ul {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 0;
    }

    #categoryTree li,
    #itemTree li {
        margin-left: 0 !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #categoryTree li {
        border-radius: 0;
        background-color: transparent;
        border: none;
        margin-top: 0;
        padding-top: 18px;
        padding-bottom: 14px;
        padding-left: 1px;
        border-bottom: solid 1px #e1e1e1;
    }

        #categoryTree li[class*='level']:not(.level1):not(.node-selected) {
            border-bottom: #f2f2f2;
        }

        #categoryTree li:first-child {
            border-top: solid 1px #e1e1e1;
        }

        #categoryTree li:hover,
        #categoryTree li:focus {
            color: #009ee3;
        }

        #categoryTree li.node-selected {
            color: #009ee3 !important;
            margin-right: -30px;
            margin-left: -30px !important;
            padding-right: 45px;
            padding-left: 31px;
            border-bottom-color: #fff;
        }

        #categoryTree li.active {
            color: #009ee3 !important;
        }

            #categoryTree .icon {
                font-size: 24px;
                color: #a6a6a6;
                margin-right: 13px;
            }

                #categoryTree li.active .icon {
                    color: #009ee3;
                }

                #categoryTree li:hover .icon,
                #categoryTree li:focus .icon,
                #categoryTree li.node-selected .icon {
                    color: #009ee3;
                }

            #categoryTree .icon-plus {
                font-size: 28px;
                margin-top: -2px;
                margin-right: 12px;
                margin-left: -3px;
            }

            #categoryTree .icon-minus {
                font-size: 28px;
                margin-top: -2px;
                margin-right: 12px;
                margin-left: -3px;
            }

            #categoryTree .text {
                font-size: 18px;
                line-height: 28px;
                font-weight: bold;
            }

                #categoryTree .indent ~ .text {
                    font-weight: normal;
                }

                .ie10 #categoryTree .text {
                    top: -3px;
                }

            #categoryTree .indent ~ .text {
                font-weight: normal;
            }

    #itemTree ul {
        column-count: 2;
        column-gap: 15px;
    }

        #itemTree li {
            padding-top: 12px;
            padding-bottom: 10px;
            padding-left: 0;
            margin-bottom: 0;
            background-color: transparent !important;
            color: #202020 !important;
            border: none;
            border-radius: 0;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid-column;
            overflow: hidden;
        }

            #itemTree li.node-selected {
                color: #009ee3 !important;
            }

.infoWindow {
    position: relative;
    width: 456px;
    height: 176px;
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.26);
}

    .infoWindow:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        border-top: 7px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

        .infoWindow.arrowSize-big:after {
            bottom: -11px;
            margin-left: -12px;
            border-top-width: 11px;
            border-left-width: 12px;
            border-right-width: 12px;
        }

        .infoWindow.arrowSize-medium:after {
            bottom: -9px;
            margin-left: -10px;
            border-top-width: 9px;
            border-left-width: 10px;
            border-right-width: 10px;
        }

        .infoWindow.arrowSize-small:after {
            bottom: -7px;
            margin-left: -8px;
            border-top-width: 7px;
            border-left-width: 8px;
            border-right-width: 8px;
        }

    .infoWindow .close {
        position: absolute;
        top: 7px;
        right: 7px;
        opacity: 1;
        filter: none;
        font-size: 22px;
    }

    .infoWindow a:hover,
    .infoWindow a:focus {
        text-decoration: none;
    }

    .infoWindow .media {
        display: flex;
        align-items: flex-start;
        height: 100%;
    }

        .infoWindow .media-left {
            padding-right: 0;
        }

            .infoWindow .media-left.logo {
                display: flex;
                align-self: center;
                padding-left: 20px;
                padding-top: 29px;
                padding-bottom: 21px;
            }

        .infoWindow .media-body {
            display: flex;
            justify-content: center;
            flex-direction: column;
            height: 100%;
            padding: 29px 20px 21px;
        }

            .ie10 .infoWindow .media-body {
                width: 456px;
            }

            .ie10 .infoWindow .media-left + .media-body {
                width: 266px;
            }

                .infoWindow .infoTitle,
                .infoWindow .infoContent,
                .infoWindow .infoLinks {
                    flex-shrink: 0;
                }

                .infoWindow .infoTitle,
                .infoWindow .infoContent {
                    font-size: 14px;
                    line-height: 20px;
                }

                .infoWindow .infoTitle {
                    font-weight: bold;
                    /*margin-right: 30px;*/
                }

                .infoWindow .infoContent {
                    margin-top: 1px;
                }

                .infoWindow .infoLinks {
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 20px;
                    margin-top: 5px;
                }

                .infoWindow .infoLinks a + a {
                    margin-left: 11px;
                }

                    .infoWindow .infoLinks .icon {
                        position: relative;
                        top: 1px;
                        margin-right: 7px;
                    }

                    .infoWindow .infoLinks .lnr-chevron-right {
                        top: -1px;
                        font-size: 86%;
                    }

                /*.infoWindow .infoContent {
                    margin-right: 30px;
                }*/

                .js-info-bubble-close {
                    display: none;
                }

    .infoWindow .noImagePlaceholder {
        position: relative;
        width: 144px;
        padding-top: 77.08333333%;
        background-color: transparent;
    }

        .infoWindow .noImagePlaceholder .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            font-size: 50px;
        }

#WesMapsIframeModal {
    /*overflow: hidden;*/
    z-index: 20000;
}

    #WesMapsIframeModal:before {
        display: none;
    }

    #WesMapsIframeModal .modal-lg {
        max-width: none;
        width: 100vw;
        min-height: 100vh;
        margin: 0;
    }

        #WesMapsIframeModal .modal-content {
            border: none;
            min-height: 100vh;
        }

            .modal-wesmaps-showiframe .modal-header,
            .modal-wesmaps-routingiframe .modal-header {
                position: relative;
                border-bottom: none;
            }

            .modal-wesmaps-routingiframe .hidden {
                display: none;
            }

            .modal-wesmaps-showiframe .modal-header .modal-title,
            .modal-wesmaps-routingiframe .modal-header .modal-title {
                padding-right: 30px;
            }

                .modal-wesmaps-showiframe .modal-header button.close,
                .modal-wesmaps-routingiframe .modal-header button.close {
                    position: absolute;
                    right: 0;
                    z-index: 500;
                    opacity: 1;
                    padding: 7px 15px;
                    top: 50%;
                    transform: translateY(-50%);
                }

            #WesMapsIframeModal .modal-body {
                min-height: 100vh;
                padding: 0;
                font-size: 0;
            }

                #WesMapsIframeModal iframe {
                    width: 100%;
                    min-height: 100vh;
                }

                    .modal-wesmaps-showiframe,
                    .modal-wesmaps-routingiframe {
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                    }

                        .modal-wesmaps-showiframe .modal-body,
                        .modal-wesmaps-routingiframe .modal-body {
                            height: 100%;
                            padding: 0;
                        }

                        .modal-wesmaps-showiframe .modal-body {
                            max-height: calc(100vh - 60px);
                        }

                            .modal-wesmaps-showiframe #mapContainer,
                            .modal-wesmaps-showiframe #mapCanvas {
                                display: flex;
                                flex-grow: 1;
                                height: 100%;
                            }

                            .modal-wesmaps-routingiframe #mapContainer,
                            .modal-wesmaps-routingiframe #mapCanvas {
                                height: 80vh;
                            }

.embed-responsive-wesmapsiframe {
    padding-bottom: 100%;
}

#routingContainer {
    padding-left: 15px;
    padding-right: 15px;
}

    #routingSteps, #routingDurationAndDistance {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #routingDurationAndDistance {
        border-bottom: 1px solid #e6e6e6;
    }

        #routingWarningAlert, #routingPositionNotDetectedAlert {
            position: relative;
        }

        .routeDistance {
            color: #777;
        }

        .routeInfo {
            font-size: 24px;
        }

        #routingSteps .routeStep {
            padding-top: 5px;
            padding-bottom: 8px;
            padding-left: 35px;
            position: relative;
        }

            #routingInformation .stepDistance {
                position: relative;
            }

            #routingInformation .stepDistance:after {
                content: '';
                border-bottom: 1px solid #e6e6e6;
                display: block;
                position: absolute;
                width: 100%;
                top: 50%;
                margin-top: 2px;
                z-index: 1;
            }

                #routingInformation .stepDistanceText {
                    display: inline-block;
                    padding-right: 5px;
                    background-color: #fff;
                    position: relative;
                    z-index: 5;
                    font-size: 11px;
                    color: #777;
                }

        .routeStart, .routeEnd {
            font-size: 20px;
        }

        .routeStart {
            padding-bottom: 10px;
        }

        .routeEnd {
            padding-top: 10px;
        }

    #routingCopyright {
        margin-top: 25px;
        color: #777;
    }

    #routingInformation .routeStep .stepManeuverIcon {
        background: url('../Images/maneuvers.png') no-repeat 0 100px transparent;
        display: block;
        position: absolute;
        width: 22px;
        height: 16px;
        left: 0;
        top: 7px;
    }

        #routingInformation .routeStep.ferry .stepManeuverIcon {
            background-position: 0 -614px;
        }

        #routingInformation .routeStep.ferry-train .stepManeuverIcon {
            background-position: 0 -566px;
        }

        #routingInformation .routeStep.merge .stepManeuverIcon {
            background-position: 0 -143px;
        }

        #routingInformation .routeStep.straight .stepManeuverIcon {
            background-position: 0 -534px;
        }

        #routingInformation .routeStep.fork-left .stepManeuverIcon {
            background-position: 0 -550px;
        }

        #routingInformation .routeStep.ramp-left .stepManeuverIcon {
            background-position: 0 -598px;
        }

        #routingInformation .routeStep.roundabout-left .stepManeuverIcon {
            background-position: 0 -197px;
        }

        #routingInformation .routeStep.turn-left .stepManeuverIcon,
        #routingInformation .routeStep.keep-left .stepManeuverIcon {
            background-position: 0 -413px;
        }

        #routingInformation .routeStep.turn-sharp-left .stepManeuverIcon {
            background-position: 0 0
        }

        #routingInformation .routeStep.turn-slight-left .stepManeuverIcon {
            background-position: 0 -378px;
        }

        #routingInformation .routeStep.uturn-left .stepManeuverIcon {
            background-position: 0 -305px;
        }

        #routingInformation .routeStep.fork-right .stepManeuverIcon {
            background-position: 0 -499px;
        }

        #routingInformation .routeStep.ramp-right .stepManeuverIcon {
            background-position: 0 -429px;
        }

        #routingInformation .routeStep.roundabout-right .stepManeuverIcon {
            background-position: 0 -232px;
        }

        #routingInformation .routeStep.turn-right .stepManeuverIcon,
        #routingInformation .routeStep.keep-right .stepManeuverIcon {
            background-position: 0 -483px;
        }

        #routingInformation .routeStep.turn-sharp-right .stepManeuverIcon {
            background-position: 0 -582px;
        }

        #routingInformation .routeStep.turn-slight-right .stepManeuverIcon {
            background-position: 0 -51px;
        }

        #routingInformation .routeStep.uturn-right .stepManeuverIcon {
            background-position: 0 -35px;
        }

.oimbButton.lnr-expand {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oimbButton.lnr-expand:before {
    content: "\e140";
    color: #666;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: 7px;
}


@keyframes infinite-spinning {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes infinite-spinning-with-centering-translate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 767px) {
    .mapsCategories .headline {
        font-size: 18px;
        line-height: 26px;
    }

    #itemTreeSearch {
        font-size: 30px;
        line-height: 30px;
        padding-right: 45px;
        padding-bottom: 12px;
    }

    .loadingIcon {
        font-size: 20px;
        top: 18px;
    }

    .toggleAllItemNodesButton:before {
        top: 11px;
    }

    .renderOnClick .previewMapContainer {
        margin-bottom: 59px;
    }
}

@media (max-width: 600px) {
    #itemTree ul {
        column-count: 1;
        column-gap: 0;
    }
}

/*@media (max-width: 473px) {
    .infoWindow {
        width: 390px;
        height: 151px;
    }

        .ie10 .infoWindow .media-body {
            width: 390px;
        }

        .ie10 .infoWindow .media-left + .media-body {
            width: 227px;
        }

            .infoWindow .media-left img {
                width: 163px;
            }

            .infoWindow .infoTitle,
            .infoWindow .infoContent,
            .infoWindow .infoLinks {
                font-size: 12px;
                line-height: 16px;
            }
}*/

@media (max-width: 425px) {
    /*.toggleAllItemNodesButton.enabled,*/
    .toggleAllItemNodesButton,
    .toMapButton {
        width: calc(100% - 15px);
    }

        .toggleAllItemNodesButton {
            padding-right: 53px;
        }

    /*.toggleAllItemNodesButton.enabled + .toMapButton {*/
    .toggleAllItemNodesButton + .toMapButton {
        margin-top: 15px;
    }
}

/*@media (max-width: 407px) {
    .infoWindow {
        width: 320px;
        height: 124px;
    }

        .ie10 .infoWindow .media-body {
            width: 320px;
        }

        .ie10 .infoWindow .media-left + .media-body {
            width: 186px;
        }

            .infoWindow .media-left img {
                width: 134px;
            }

            .infoWindow .infoTitle,
            .infoWindow .infoContent,
            .infoWindow .infoLinks {
                font-size: 10px;
                line-height: 12px;
            }
}*/
