body {
    padding-right: 0 !important;
    -webkit-font-smoothing: antialiased;
    overflow: auto !important;
}

header {

}

html {
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 13px;
    }
}

#map-list-pickers div:first-child {
    border-radius: 6px 0 0 6px;
}

#map-list-pickers div:last-child {
    border-radius: 0 6px 6px 0;
}

#map-list-pickers div:hover {
    z-index: 1;
    box-shadow: 0 0 0px 2px white;
    border-radius: 2px;
}

#picker-popover h4 {
    font-size: 34px !important;
}

.leaflet-geosearch-bar
{
   width:100%!important;
}

@media print {
    body * {
        visibility: hidden;
    }
    .toPrint, .toPrint * {
        visibility: visible;
    }
    .toPrint {
        display: block;
        position: static!important;
        left: 0;
        top: 0;
        overflow: visible !important;
    }
    .printDialog{
        position: absolute!important;
        left: 0!important;
        top: 0!important;
        height:10000px;
    }
    .printPaper{
        margin: 0!important;
        width: 1100px!important;

    }
}