
	
#building-icon-sold path {
	fill: #e96d64 !important;
}
#building-icon-available path {
	fill: #74b6d3 !important;
}
#building-icon-reserved path {
	fill: #ffb238 !important;
}
#building-icon-etap2 path {
	fill: #b0abd8 !important;
}
.naglowek_legenda .kolo.sprzedane,
.building-outline-layer[data-status="sold"] {
    color: #e96d64;
}
.naglowek_legenda .kolo.dostepne,
.building-outline-layer[data-status="available"] {
    color: #74b6d3;
}
.naglowek_legenda .kolo.rezerwaca,
.building-outline-layer[data-status="reserved"] {
    color: #ffb238;
}
.naglowek_legenda .kolo.etap2,
.building-outline-layer[data-status="etap2"] {
    color: #b0abd8;
}
#flat-table .text-danger {
    color: #e96d64  !important;
}
#flat-table .text-success {
    color: #74b6d3  !important;
}
#flat-table .text-muted {
    color: #ffb238  !important;
}
#flat-table .text-etapix {
    color: #b0abd8  !important;
}
.naglowek_legenda .kolo.sprzedane:after {
	background: #e96d64;
}
.naglowek_legenda .kolo.dostepne:after {
	background: #74b6d3;
}
.naglowek_legenda .kolo.rezerwaca:after {
	background: #ffb238;
}
.naglowek_legenda .kolo.etap2:after {
	background: #b0abd8;
}		

.apartment-data .status.available {
    color: #74b6d3  !important;
}
.apartment-data .status.reserved {
    color: #ffb238  !important;
}
.apartment-data .status.sold {
    color: #e96d64  !important;
}
.apartment-data .status.second {
    color: #b0abd8  !important;
}

		