
	
#building-icon-sold path {
	fill: #d12e2d !important;
}
#building-icon-available path {
	fill: #979e37 !important;
}
#building-icon-reserved path {
	fill: #c7914a !important;
}
#building-icon-etap2 path {
	fill: #9eb0ff !important;
}
.naglowek_legenda .kolo.sprzedane,
.building-outline-layer[data-status="sold"] {
    color: #d12e2d;
}
.naglowek_legenda .kolo.dostepne,
.building-outline-layer[data-status="available"] {
    color: #979e37;
}
.naglowek_legenda .kolo.rezerwaca,
.building-outline-layer[data-status="reserved"] {
    color: #c7914a;
}
.naglowek_legenda .kolo.etap2,
.building-outline-layer[data-status="etap2"] {
    color: #9eb0ff;
}
#flat-table .text-danger {
    color: #d12e2d  !important;
}
#flat-table .text-success {
    color: #979e37  !important;
}
#flat-table .text-muted {
    color: #c7914a  !important;
}
#flat-table .text-etapix {
    color: #9eb0ff  !important;
}
.naglowek_legenda .kolo.sprzedane:after {
	background: #d12e2d;
}
.naglowek_legenda .kolo.dostepne:after {
	background: #979e37;
}
.naglowek_legenda .kolo.rezerwaca:after {
	background: #c7914a;
}
.naglowek_legenda .kolo.etap2:after {
	background: #9eb0ff;
}		

.apartment-data .status.available {
    color: #979e37  !important;
}
.apartment-data .status.reserved {
    color: #c7914a  !important;
}
.apartment-data .status.sold {
    color: #d12e2d  !important;
}
.apartment-data .status.second {
    color: #9eb0ff  !important;
}

		