/*
---------------------------- map marker ---------------------------*/
.map-marker-text {  position:absolute;font-size:14px;font-family:Avenir-Heavy,sans-serif; text-align: center; }
.map-marker-text span { display: block; height: 25px; line-height: 15px; padding: 5px; background-color: #fff; color: #333; white-space: nowrap; }
.map-marker-text p { margin: 0 auto; padding: 0; width:56px;height:56px;line-height:56px;text-align:center;border-radius:56px; background-color:#ff0000;color:#ffffff; }
.map-marker-text.font-16 { font-size: 16px; }
.map-marker-text.font-18 { font-size: 18px; }
.map-marker-icon { 
    position:absolute;width:32px;height:61px;padding-top: 5px;text-align:center;
    color:#000000;font-size:15px;font-family:Avenir-Black,sans-serif;
}
.map-marker-red { 
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_red.png) no-repeat;
}
.map-marker-blue { 
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_blue.png) no-repeat;
}
.map-marker-mtr { 
    width: 60px; height: 44px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_mtr.png) no-repeat;
    background-size: 60px 44px;
}

.map-marker-peaktram { 
    width: 30px; height: 24px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_peaktram.png) no-repeat;
    background-size: 30px 24px;
}
.map-marker-tram { 
    width: 14px; height: 40px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_tram.png) no-repeat;
    background-size: 14px 40px;
}
.map-marker-ferry { 
    width: 30px; height: 17px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_ferry.png) no-repeat;
    background-size: 30px 17px;
}
.map-marker-minibus { 
    width: 30px; height: 15px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_minibus.png) no-repeat;
    background-size: 30px 15px;
}
.map-marker-bus { 
    width: 17px; height: 30px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_bus.png) no-repeat;
    background-size: 17px 30px;
}
.map-marker-lightrail { 
    width: 20px; height: 30px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_lightrail.png) no-repeat;
    background-size: 20px 30px;
}
.map-marker-transport { 
    width: 50px; height: 50px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_transport.png) no-repeat;
    background-size: 50px 50px;
}
.map-marker-hospital { 
    width: 25px; height: 25px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_hospital.png) no-repeat;
    background-size: 25px 25px;
}
.map-marker-amenity { 
    width: 30px; height: 29px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_amenity.png) no-repeat;
    background-size: 30px 29px;
}
.map-marker-school { 
    width: 25px; height: 25px;
    background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/cssmodule/mapcustom/images/icon_mapmarker_school.png) no-repeat;
    background-size: 25px 25px;
}

/*
---------------------------- building infowindow ---------------------------*/
.map_building_info {  width: 300px; max-height: 300px; margin-left: 40px; overflow-y: auto; font-family: Avenir-Heavy,sans-serif; background-color: #ffffff; }
.map_building_info .mapinfo-title { 
    background-color: #dddddd; color: #000000; height: 32px; line-height: 32px; padding: 0 5px 0 10px; 
    font-size: 14px; white-space: nowrap; overflow: hidden; 
}
.map_building_info .mapinfo-body { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; }
.map_building_info .mapinfo-row { position: relative; border-bottom: 1px solid #dddddd; padding-bottom: 10px; padding-top: 10px; }
.map_building_info a.mapinfo-row{display: block; overflow: hidden; }
.map_building_info a.mapinfo-row:hover{text-decoration: none}
.map_building_info a.mapinfo-row p{color: #333}
.map_building_info .mapinfo-row:last-child { border-bottom: none; }
.map_building_info .mapinfo-col-img { float: left; margin-right: 10px; }
.map_building_info .mapinfo-col-img img { width: 100px; height: 100px; border: none; }
.map_building_info .mapinfo-col-img .no_photo { width: 100px; height: 100px; background-color: #f2f2f2; }
.map_building_info .mapinfo-col-text { margin-left: 110px; }
.map_building_info .mapinfo-subrow { overflow: hidden; font-family: Avenir-Heavy,sans-serif; font-size: 13px; }
.map_building_info .mapinfo-col .mapinfo-subrow-label { float: left; width: 110px; color: #666; }
.map_building_info .mapinfo-col .mapinfo-subrow-data { color: #000; }
.map_building_info .mapinfo-street {  }
.map_building_info .mapinfo-buildinfo { margin-top: 30px; }
/*
---------------------------- agents infowindow ---------------------------*/
.map_agent_info {  width: 220px; max-height: 300px; overflow-y: auto; font-family: Avenir-Heavy,sans-serif; background-color: #ffffff; }
.map_agent_info .mapinfo-title { background-color: #dddddd; color: #000000; height: 32px; line-height: 32px; padding: 0 5px 0 10px; font-size: 14px; }
.map_agent_info .mapinfo-body { padding-left: 10px; padding-right: 10px; }
.map_agent_info .mapinfo-row { position: relative; border-bottom: 1px solid #dddddd; padding-bottom: 10px; padding-top: 10px; }
.map_agent_info .mapinfo-row:last-child { border-bottom: none; }
.map_agent_info .mapinfo-col-img { margin-right: 10px; }
.map_agent_info .mapinfo-col-img img { width: 140px; height: 45px; border: none; }
.map_agent_info .mapinfo-col-img .no_photo { width: 140px; height: 45px; background-color: #f2f2f2; }
.map_agent_info .mapinfo-col-text { }
.map_agent_info .mapinfo-subrow { overflow: hidden; font-family: Avenir-Heavy,sans-serif; font-size: 12px; }
.map_agent_info .mapinfo-col .mapinfo-subrow-label { float: left; width: 70px; color: #666; }
.map_agent_info .mapinfo-col .mapinfo-subrow-data { color: #000; }
.map_agent_info .mapinfo-street { margin-top: 15px; }
.map_agent_info .mapinfo-agentinfo { margin-top: 15px; }
