@charset 'UTF-8';
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
    url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
    url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.lsf-icon:before {
    margin-right:0.3em;
    content:attr(title);
    font-size:130%;
}
.lsf-icon.speedroute-btn-driving:before {
    content: '\E027';
}
.lsf-icon.speedroute-btn-walking:before {
    content: '\E13e';
}
.lsf-icon.speedroute-btn-biclycle:before {
    content: '\E015';
}
.speedroute-map-receiver img,.sr #map_canvas img,.sr .google-maps img{
    max-width: none!important;
}
.speedroute-wrap-infowindow,.speedroute-wrap-infobox{
    text-align: center;
    font-size: 13px;
    text-rendering: optimizelegibility;
}
.speedroute-map-receiver .speedroute-infobox {
    padding: 5px;
    width: 250px;
    height: 90px;
    background-color: white;
}
.speedroute-map-receiver .title-speedroute{
    margin: 10px 0;
    color: inherit;
    font-weight: bold;
    font-size: 1.1em;
    font-family: inherit;
    line-height: 20px;

}
.pac-container {
    color: inherit;
    font-size: 12px;
    line-height: 1.5;
}

@media print {
    .speedroute-map-receiver img,.sr #map_canvas img,.sr .google-maps img{
        max-width: none!important;
    }
}

body>.modal-backdrop { top: 100%; }