

		
	
#building-icon-sold path {
	fill: #df4648 !important;
}
#building-icon-available path {
	fill: #80e04c !important;
}
#building-icon-reserved path {
	fill: #ffc73a !important;
}
#building-icon-etap2 path {
	fill: #9eb0ff !important;
}
.naglowek_legenda .kolo.sprzedane,
.building-outline-layer[data-status="sold"] {
    color: #df4648;
}
.naglowek_legenda .kolo.dostepne,
.building-outline-layer[data-status="available"] {
    color: #80e04c;
}
.naglowek_legenda .kolo.rezerwaca,
.building-outline-layer[data-status="reserved"] {
    color: #ffc73a;
}
.naglowek_legenda .kolo.reservation_agreement,
.building-outline-layer[data-status="reservation_agreement"] {
    color: #ff993a;
}
.naglowek_legenda .kolo.developer_agreement,
.building-outline-layer[data-status="developer_agreement"] {
    color: #dd5a39;
}
.naglowek_legenda .kolo.etap2,
.building-outline-layer[data-status="etap2"] {
    color: #9eb0ff;
}
#flat-table .text-danger {
    color: #df4648  !important;
}
#flat-table .text-success {
    color: #80e04c  !important;
}
#flat-table .text-muted {
    color: #ffc73a  !important;
}
#flat-table .text-etapix {
    color: #9eb0ff  !important;
}
.naglowek_legenda .kolo.sprzedane:after {
	background: #df4648;
}
.naglowek_legenda .kolo.dostepne:after {
	background: #80e04c;
}
.naglowek_legenda .kolo.rezerwaca:after {
	background: #ffc73a;
}
.naglowek_legenda .kolo.reservation_agreement:after {
	background: #ff993a;
}	
.naglowek_legenda .kolo.developer_agreement:after {
	background: #dd5a39;
}	
.naglowek_legenda .kolo.etap2:after {
	background: #9eb0ff;
}		

		