﻿/*Da mettere in base*/
.slot.attivato {
    fill: #f42b55 !important;
    opacity: 0.5 !important;
}

.slot.poly-outline {
   /* opacity: 1;*/
    fill: none;
    stroke: #f42b55;
    stroke-width: 10
}

.slot {
    fill: #221f20;
    opacity: 1;
}

/*Hover disattivato per non invogliare l'utete a cliccare*/
/*.slot:hover {
    stroke: #f42b55;
    stroke-width: 3
}*/
.in-filtro {
    fill: lightgreen !important;
    opacity: 0.5;
    stroke: green;
    stroke-width: 3;
}

.slot.in-filtro:hover{
    fill: lightgreen;
}