
.svg { display: block; margin: auto; }

.rowBG 
{
    background-image: url('../maps/layoutBase.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    max-width: 1920px;
}

/* TORRETTE COLORI STATI*/
.undefinedStatus 
{
    fill: #4F4F4F;
    stroke: black;
    stroke-width: 1px;
}

.labelWhite { fill: #ffffff; }
.labelBlack { fill: #000000; }
.labelUndef { fill: #999999; }

@keyframes blinkRed 
{
    100%, 0% { fill: #480000; stroke: black; stroke-width: 1px; }
    60% { fill: #f00; stroke: black; stroke-width: 1px; }
}
  
.redBlink { animation: blinkRed 0.8s infinite; }
.redOff { fill: #480000; stroke: black; stroke-width: 1px; }
.redOn  { fill: #f00; stroke: black; stroke-width: 1px; }

@keyframes blinkYellow 
{
    100%, 0% { fill: #999904; stroke: black; stroke-width: 1px; }
    60% { fill: #FFFF33; stroke: black; stroke-width: 1px; }
}
  
.yellowBlink { animation: blinkYellow 0.8s infinite; }
.yellowOff { fill: #999904; stroke: black; stroke-width: 1px; }
.yellowOn  { fill: #FFFF33; stroke: black; stroke-width: 1px; }

@keyframes blinkGreen 
{
    100%, 0% { fill: #004600; stroke: black; stroke-width: 1px; }
    60% { fill: #66FF33; stroke: black; stroke-width: 1px; }
}
  
.greenBlink { animation: blinkGreen 0.8s infinite; }
.greenOff { fill: #004600; stroke: black; stroke-width: 1px; }
.greenOn  { fill: #66FF33; stroke: black; stroke-width: 1px; }

@keyframes blinkBlue
{
    100%, 0% { fill: #002040; stroke: black; stroke-width: 1px; }
    60% { fill: #0033FF; stroke: black; stroke-width: 1px; }
}
  
.blueBlink { animation: blinkBlue 0.8s infinite; }
.blueOff { fill: #002040; stroke: black; stroke-width: 1px; }
.blueOn  { fill: #0033FF; stroke: black; stroke-width: 1px; }

@keyframes blinkWhite
{
    100%, 0% { fill: #999999; stroke: black; stroke-width: 1px; }
    60% { fill: #F0F0F0; stroke: black; stroke-width: 1px; } 
}
  
.whiteBlink { animation: blinkWhite 0.8s infinite; }
.whiteOff { fill: #999999; stroke: black; stroke-width: 1px; } 
.whiteOn  { fill: #F0F0F0; stroke: black; stroke-width: 1px; }
