svg.mapako-ikono svg{
    width: 24px;
    height: 24px;
}
svg.mapako-ikono path, svg.mapako-ikono polygon {
    fill: red;
    stroke-width: 1;
    stroke: white;
}


.leaflet-marker-icon.egina svg.mapako-ikono path, .leaflet-marker-icon.egina svg.mapako-ikono polygon{
	fill: green;
}

.leaflet-marker-icon.hauxe {
  z-index: 1000 !important;
}

.leaflet-marker-icon.hauxe svg.mapako-ikono path, .leaflet-marker-icon.egina svg.mapako-ikono polygon{
	fill: red;
}

svg.mapako-ikono.egina .herria path.background{
	stroke: green;
	fill-opacity: 0;
	stroke-width: 40;
}
svg.mapako-ikono.egiteko .herria path.background{
	stroke: orange;
	fill-opacity: 0;
	stroke-width: 40;
}


#node-container a {
  padding: 7px;
  line-height: 2rem;
}
.material-icons.argazki {
  font-size: 16px;
}
.material-icons.argazki.besterena {
  color: grey;
}
.material-icons.argazki.nirea {
  color: cadetblue;
}

.leaflet-marker-icon svg path {
  fill: orange;
  stroke: white;
  filter: drop-shadow(2px 2px 1px #999);
}

.leaflet-marker-icon.mendi svg path {
  fill: cadetblue;
}
.leaflet-marker-icon.leize svg path {
  fill: darkslateblue;
}
.leaflet-marker-icon.zuhaitz svg path {
  fill: darkgreen;
}
.leaflet-marker-icon.eraikin svg path {
  fill: salmon;
}


.leaflet-marker-icon.bidegune svg path {
  fill: green;
}

.leaflet-marker-icon:hover svg path {
  fill: red;
  stroke: white;
  filter: drop-shadow(2px 2px 1px #333);
}
