.ontime-floorplan-svg-object #textSample {
	display: none;
}


.ontime-floorplan-svg-object text {
	pointer-events: none;
}


.ontime-floorplan-svg-object path {
	stroke: #c0c0c0 !important;
	stroke-width: 1px !important;
	
	/*fill-opacity: 1 !important;
	fill: #e0e0e0 !important;*/
}

.ontime-floorplan-svg-object path[inkscape\:label="base"] {
	fill: rgba(255, 255, 255, 0.25) !important;
	stroke: none !important;
}
.ontime-floorplan-svg-object path[inkscape\:label^="Room:"] {
	fill: #d0d0d0 !important;
}
.ontime-floorplan-svg-object path[inkscape\:label^="Room:"]:hover {
	fill: #D7F4EE !important;
}

.ontime-floorplan-svg-object path[data-occupied="1"] {
	fill: #ff6600 !important;
}
.ontime-floorplan-svg-object path[data-occupied="0"] {
	fill: #47A3FF !important;
}
.ontime-floorplan-svg-object path[data-occupied]:hover {
	fill: #ff7f2a !important;
}

.ontime-floorplan-svg-object text {
	fill: white !important;
}

