
	
#building-icon-sold path {
	fill: #d10017 !important;
}
#building-icon-available path {
	fill: #00a950 !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: #d10017;
}
.naglowek_legenda .kolo.dostepne,
.building-outline-layer[data-status=available] {
    color: #00a950;
}
.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: #d10017  !important;
}
#flat-table .text-success {
    color: #00a950  !important;
}
#flat-table .text-muted {
    color: #F2B100  !important;
}
#flat-table .text-etapix {
    color: #9eb0ff  !important;
}
.naglowek_legenda .kolo.sprzedane:after {
	background: #d10017;
}
.naglowek_legenda .kolo.dostepne:after {
	background: #00a950;
}
.naglowek_legenda .kolo.rezerwaca:after {
	background: #F2B100;
}
.naglowek_legenda .kolo.etap2:after {
	background: #9eb0ff;
}		
/*Inverted colors*/
.btn.btn-invert,
.btn.btn-invert:hover .icon_bt {
    background-color: #fff !important;
    color:  rgb(24,84,52) !important;
}
.btn.btn-invert:hover,
a.btn.btn-invert:hover,
.btn.btn-invert .icon_bt {
    background-color: rgb(24,84,52);
    color: #fff;
}

.btn.btn-primary.btn-invert:before {
    background:  rgb(24,84,52) !important;
    background-color:  rgb(24,84,52) !important;
}



		