.sprinklerActive
{
    fill: #0000a6 !important;
    fill-opacity:0.25 !important;
    stroke: #0000ff !important;
/*    stroke-width: 1 !important;*/
    stroke-dasharray: 0.3, 0.3 !important;
}

.sprinklerInactive
{
    fill: none !important;
    stroke-opacity: 0.5 !important;
    stroke: #0000ff !important;
   /* stroke-width: 1 !important;*/
    stroke-dasharray: none !important;
/*    display: none;*/
}


.lightActive
{
    fill: #a6a600 !important;
    fill-opacity:0.25 !important;
    stroke: #ffff00 !important;
/*    stroke-width: 1 !important;*/
    stroke-dasharray: 3, 3 !important;
}

.lightInactive
{
    fill: none !important;
    stroke-opacity: 0.5 !important;
    stroke: none !important;
   /* stroke-width: 1 !important;*/
    stroke-dasharray: none !important;
/*    display: none;*/
}

.liActive
{
    list-style-type: disc;
}

.liInactive
{
    list-style-type: circle;
}

.levelActive
{
    display: auto !important;
}

.levelInactive
{
    display: none !important;
}

#lowerGroundTempLayer tspan, #groundTempLayer tspan
{
    text-rendering: optimizeLegibility;
}

