/*Topo Centras*/
.wall
{
	fill: none;
	stroke: #0A3F7A;
	stroke-width: 3;
}
.Cashregister
{
	fill: #849fbc;
}

.cashregistertext
{
	fill: #0A3F7A;
	font-family: Arial;
	font-size: 60%;
}
.shelf
{
	fill: #1064c1;
}
.mobile-phone-shelf
{
	fill: #1064c1;
}
.laptop-shelf
{
	fill: #9999ff;
}
.tab-shelf
{
	fill: #ccccff;
}
.drone-shelf
{
	fill: #00004d;
}
.kitchen-shelf
{
	fill: #00004d;
}
.tv-shelf
{
	fill: #00004d;
}
.small_hardware-shelf
{
	fill: #9999ff;
}
.hardware-shelf
{
	fill: #1064c1;
}
.printer-shelf
{
	fill: #1064c1;
}
.shelf-text
{
	fill: white;
	font-family: Arial,Verdana;
	font-size: 75%;
	vertical-align: middle;
}
/*Intel*/
.intelWall
{
	fill: none;
	stroke: #0A3F7A;
	stroke-width: 10px;
}
.intelWall2
{
	fill: #0A3F7A;
	stroke: #0A3F7A;
	stroke-width: 3;
}
.doormat
{
	fill: orange;
	stroke: none;
}
.wcup
{
	fill: #f2f2f2;
	stroke-width: 1px;
	stroke: #cccccc;
}
.gcup
{
	fill: #A49E12;
	stroke: none;
}
.chair
{
	fill: #e6e6e6;
	stroke: #cccccc;
	stroke-width: 6px;
	stroke-dasharray: 0,36,33,100;
}
.entrance
{
	fill: white;
	stroke: none;
}
.Gmatt
{
	fill: #f5f2a3;
	stroke: none;
}
/*Other*/
.device-radius
{
	fill: none;
	stroke: #0A3F7A;
	stroke-width: 2;
}
.device-radius-active
{
	fill: #0A3F7A;
	fill-opacity: 0.2;
}
.worker
{
	stroke: #ffffff;
    stroke-width: 2px;
}
.worker:hover
{
	opacity: 1;
}