#voilab-estate .building-container g.building.used:hover > * {
    fill: #d0e200 !important;
}

#voilab-estate .building-container .active {
    fill: #d0e200 !important;
}

#voilab-estate #storeys .used:hover {
    fill: #d0e200 !important;
}

#voilab-estate #storeys .active {
    fill: #d0e200 !important;
}

#voilab-estate .storey-plan-container #Lots .hovered {
    fill: #d0e200 !important;
}

#voilab-estate .storey-plan-container #Lots .active {
    fill: #d0e200 !important;
}

#voilab-estate .table.lots tr.hover td {
    background-color: #d0e200;
}

#voilab-estate .table.lots tr.active td {
    background-color: #d0e200;
}

#voilab-estate .lot-detail {
    border-color: #d0e200;
}

#voilab-estate .lot-detail .lot-images #Lots .active {
    fill: #d0e200 !important;
}

#voilab-estate .standard-search .search-form .rooms .room.active {
    background-color: #d0e200;
}