.fp-floor{fill:rgba(0,170,255,0.12);stroke:rgba(0,170,255,0.35);stroke-width:2;cursor:pointer;transition:.15s}
.fp-floor:hover{fill:rgba(0,170,255,0.22);stroke:rgba(0,170,255,0.7)}
.fp-apt{fill:rgba(0,0,0,0.10);stroke:rgba(0,0,0,0.25);stroke-width:2;cursor:pointer;transition:.15s}
.fp-apt.status-available{fill:rgba(0,200,120,0.16);stroke:rgba(0,200,120,0.45)}
.fp-apt.status-sold{fill:rgba(255,0,0,0.20);stroke:rgba(255,0,0,0.45)}
.fp-apt.status-reserved{fill:rgba(255,204,0,0.22);stroke:rgba(255,204,0,0.55)}
.fp-apt:not(.status-sold):not(.status-reserved):not(.status-available):hover{fill:rgba(0,0,0,0.18)}
.fp-apt.status-available:hover{fill:rgba(0,200,120,0.22);stroke:rgba(0,200,120,0.65)}
.fp-apt.status-reserved:hover{fill:rgba(255,204,0,0.30);stroke:rgba(255,204,0,0.75)}
.fp-apt.status-sold:hover{fill:rgba(255,0,0,0.26);stroke:rgba(255,0,0,0.70)}
