
	
#building-icon-sold path {
	fill: #9f1e1e !important;
}
#building-icon-available path {
	fill: #42d308 !important;
}
#building-icon-reserved path {
	fill: #F2B100 !important;
}
#building-icon-etap2 path {
	fill: #9eb0ff !important;
}
.naglowek_legenda .kolo.sprzedane,
.building-outline-layer[data-status=sold] {
    color: #9f1e1e;
}
.naglowek_legenda .kolo.dostepne,
.building-outline-layer[data-status=available] {
    color: #42d308;
}
.naglowek_legenda .kolo.rezerwaca,
.building-outline-layer[data-status=reserved] {
    color: #F2B100;
}
.naglowek_legenda .kolo.etap2,
.building-outline-layer[data-status=etap2] {
    color: #9eb0ff;
}
#flat-table .text-danger {
    color: #9f1e1e  !important;
}
#flat-table .text-success {
    color: #42d308  !important;
}
#flat-table .text-muted {
    color: #F2B100  !important;
}
#flat-table .text-etapix {
    color: #9eb0ff  !important;
}
td.table-mobile-data span.text-danger span.kolo_stat,
td.table-text span.text-danger span.kolo_stat,
.naglowek_legenda .kolo.sprzedane:after {
	background: #9f1e1e;
}
td.table-mobile-data span.text-success span.kolo_stat,
td.table-text span.text-success span.kolo_stat,
.naglowek_legenda .kolo.dostepne:after {
	background: #42d308;
}
td.table-mobile-data span.text-muted span.kolo_stat,
td.table-text span.text-muted span.kolo_stat,
.naglowek_legenda .kolo.rezerwaca:after {
	background: #F2B100;
}
.naglowek_legenda .kolo.etap2:after {
	background: #9eb0ff;
}		




		