@media print {

    .leaflet-control-attribution, .sideMenu_container, .leaflet-control-zoom, .x-container,
    .cbp-spmenu, #rightClickMenu, .sidebar_overlay_container, .fb-share-button, .whatsapp-share-button,
    .twitter-share-button, .leaflet-popup-close-button, .orientation, .show-map-header, .navigate, .moreinfo, .search-padding, #addButton{
        display: none;
    }

    .startpop .button.dropbox, .startpop1 .button.dropbox, .startpop2 .button.dropbox, .sharebtn .button.dropbox {
        display: none;
    }

    .schoolpop a, .description a, .topView_container, .showall, .menu_overlay, .ShowOtherMarkers, .map-layer_preview {
        display: none;
    }

    .leaflet-popup-content-wrapper, .leaflet-popup-tip {
        z-index: 999999 !important;
        background-color: #fff !important;
        
        border: solid 1px;
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 0 8px 25px 0 rgba(0, 0, 0, 0.19) !important;
        /*
        content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='background:white' />");
        overflow: hidden;
        */
    }

    html, body, button, div, input, label, select, textarea, p, span, h1, h2, h3, h4 {
        font-family: 'AzoSansRegular', 'Roboto', Helvetica, sans-serif !important;
        font-weight: 400;
        letter-spacing: 1px;
        color: #041d3b;      
    }

    

  .number-icon {
    background-image: url("https://web-static.onemap.sg/images/main/img/journeyPlanner/icon_multiroute.png") !important;
    text-align: center !important;
    padding-top: 5px !important;
    }

    .leaflet-draw-tooltip {
        color: #616262 !important;
        background: #fff !important;
        border: 1px solid #fff !important;
        border-radius: 0px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .busstop-popup .themes-item.name {
        background-color: #ed2349 !important;
        font-size: 14px !important;
        color: #fff !important;
        padding: 10px 25px;
    }

    .themes-popup .themes-item.name, .theme-popup .themes-item.name {
        background-color: #e8eff7 !important;
        font-size: 14px !important;
        color: #071e3a !important;
        padding: 10px 35px 10px 25px;
    }

    .cluster-icon {
        background-color: white !important;
        text-align: center;
        border-radius: 6px;
        height: 50px;
        border: 1px solid #ccc;
    }

    .cluster-icon-biz {
        background-color: white !important;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #FF5629;
        font-size: 16px;
        font-weight: 800;
        height: 50px;
        width: 50px;
    }

    .lotno_owner {
        background-color: #475fab !important;
        color: #fff !important;
        font-size: 14px !important;
        padding: 10px 25px !important;
    }

    .landownership {
        background-color: #f15831 !important;
        color: #fff !important;
        font-size: 14px !important;
        padding: 10px 25px !important;
    }

    .latlong {
        font-size: 12px !important;
        line-height: 14px !important;
        padding: 10px 0px 10px 0px !important;
        color: #808183 !important;
    }

    .startpop {
        font-weight: 400 !important;
        letter-spacing: 1px !important;
    }

    #orangeheader {
        background-color: #FF5629 !important;
        color: white !important;
        font-size: 13.5px !important;
        font-weight: bold !important;
        white-space: nowrap !important;
    }

    #yellowheader {
        background-color: #FFCA28 !important;
        color: white !important;
        font-size: 13.5px !important;
        font-weight: bold !important;
        white-space: nowrap !important;
    }

    #map {
        width: 100%;
        height: 100%;
    }

    #printlogo {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1000;
        width: 60px;
        height: auto;
    }
}

@media screen {
    #printlogo {
        display: none;
    }
}
