body, html {
    direction: ltr;
    margin: 0;
    padding: 0;
    width: 100%;
    font: 400 12px/16px Roboto, HelveticaNeue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow:visible;
}
#container {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
    display: block;
    overflow: visible;
}
body.rtl {
    direction: rtl;
}
button {
    font-family: Arial, Helvetica, sans-serif;
}
#header {
    height: 60px;
    margin: 0 auto;
    width: 180mm;
}
#header #logo {
    margin-top: 7px;
}
.no #header #logo {
    margin-top: 7px;
}
.rtl #header #logo {
    float: right;
}
#buttonDiv {
    margin-top: 10px;
    float: right;
    display: block;
}
.rtl #buttonDiv {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -ms-box-align: center;
    -moz-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
}
#header label {
    margin-right: 1em;
}
.rtl #header label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
    float: right; 
    margin-right: 0;
    margin-left: 1em;
}
.rtl #header label input {
    float: right;
}
#header button {
    font-size: 14px;
    background: #242d32;
    color: #fff;
    border-radius: 2px;
    border: none;
    height: 38px;
    padding: 0 10px;
    margin-left: 2px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#map.leaflet-container {
    font: 400 13px/16px Roboto, HelveticaNeue, Arial, sans-serif;
}
#map, #staticmap {
    display: block;
    margin: auto;
    height: 600px;
    width: 800px;
    background: #75c4f7;
}
#mapWrapper {
    display: block;
    width: 100%;
    margin-bottom: 28pt;
    overflow: auto;
    clear: both;
}
#staticmap {
    display: none;
}
@media print {
    body {
        margin: 0;
    }
    #header {
        height: auto;
        margin-bottom: 12pt;
    }
    #staticmap {
        display: block;
        clear: both;
        width: 180mm;
        height: 135mm;
        margin-left: 0;
        margin-right: 0;
    }
    #map {
        display: none;
    }
    #header #buttonDiv,
    #routeBanner {
        display: none;
    }
   .no-print, .no-print *
   {
       display: none !important;
   }
}
.e-print {
    margin-right: 5px;
    vertical-align: middle;
}
.e-loading {
    display: none;
    vertical-align: middle;
}
