/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/
.map-marker-shadow {
display: none;
}


/* BEGIN STYLE CLASSES */
.psc-Hover {
}
.psc-Hover:hover {
  background-color: #63666b !Important;
}

.psc-Indicazioni {
  color: #383838;
  font-family: Verdana;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  text-indent: 0px;
  text-transform: capitalize;
}

.psc-IndicazioniB {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 5px;
  text-transform: capitalize;
}

.psc-Sfondo {
  background-color: #1e2023;
  color: #6b6e70;
  font-family: Verdana;
  font-size: 12px;
}

.psc-SfondoDet {
  background-color: #191c21;
  color: #6b6e70;
  font-family: Verdana;
  font-size: 12px;
}

.psc-SfondoDet2 {
  background-color: #181a1c;
  color: #6b6e70;
  font-family: Verdana;
  font-size: 12px;
  margin: 2px;
}

.psc-TemaMenuSx {
  background-color: #181a1c;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 3px;
  text-transform: capitalize;
}

.psc-TemaMenuSxEti {
  color: #191c21;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.psc-TemaMenuSxSelezionato {
  background-color: #fce532;
  color: #6b6e70;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 0px;
  text-transform: capitalize;
}

.psc-Testi {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 80%;
  font-weight: bold;
}

.psc-TestiIconeMap {
  color: #383838;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.psc-Titoli {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 5px;
  text-transform: capitalize;
}

.psc-TitoliView {
  color: #383838;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-indent: 5px;
  text-transform: capitalize;
}

@keyframes psc-AllComPlc-anim {
  0% {
    background-color: #E86248CC;
  }
  100% {
    background-color: #d83a1b;
    color: #e86248;
  }
}
.psc-AllComPlc {
  animation-name: psc-AllComPlc-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-AllLivello-anim {
  0% {
    background-color: #2B2B2B;
  }
  100% {
    background-color: #d83a1b;
  }
}
.psc-AllLivello {
  animation-name: psc-AllLivello-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-AllLivelloArancio-anim {
  0% {
    background-color: #2B2B2B;
  }
  100% {
    background-color: #FF8C00;
  }
}
.psc-AllLivelloArancio {
  animation-name: psc-AllLivelloArancio-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-AllLivelloFiume-anim {
  0% {
    background-color: #E86248CC;
  }
  100% {
    background-color: #d83a1b;
  }
}
.psc-AllLivelloFiume {
  animation-name: psc-AllLivelloFiume-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-GialloLampeggiante-anim {
  0% {
    fill: #555555;
  }
  100% {
    fill: #D9D900;
  }
}
.psc-GialloLampeggiante {
  animation-name: psc-GialloLampeggiante-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-SbarraInMoto-anim {
  0% {
    background-color: #D9D900;
  }
  100% {
    color: #ACAC00;
  }
}
.psc-SbarraInMoto {
  animation-name: psc-SbarraInMoto-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-ScrittaRossaLampeggiante-anim {
  0% {
    color: #E86248CC;
    font-size: 11px;
    fill: #E86248CC;
  }
  100% {
    color: #d83a1b;
    font-size: 11px;
    fill: #d83a1b;
  }
}
.psc-ScrittaRossaLampeggiante {
  animation-name: psc-ScrittaRossaLampeggiante-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
