@CHARSET "UTF-8";

/* CVRS-898 removed attribute "opacity" */
svg .full {
	stroke-width:1 !important;
	stroke:#BFBFBF !important;
	fill:#BFBFBF !important;
    opacity: 0.8;
}

svg .full path{
    stroke-width:1 !important;
    stroke:#BFBFBF !important;
    fill:#BFBFBF !important;
    opacity: 0.8;
}

svg .full path:hover{
    stroke-width:1 !important;
    stroke:#BFBFBF !important;
    fill:#BFBFBF !important;
    opacity: 0.8;
}

/* CVRS-898 HKJC requests to remove overlay for available part of house */
svg .available {
    fill: none;
	pointer-events: all;
	stroke: none;
}

svg .block {
    stroke:none;
    fill:none;
}

/*
svg .available:hover {
    stroke: #00A3D9;
    stroke-width: 1;
    fill: #00A3D9;
    fill-opacity: 0.5;
}
*/
.nonePointerEvent{
	pointer-events: none;
}
svg .selected {
	stroke-width:10 !important;
	stroke:#cb853d !important;
	stroke-dasharray: none;
    opacity: 0.8;
}