.has-text-orange {
  color: #F07F1B !important;
}

.has-text-yellow {
  color: #FFCD00 !important;
}

html {
  margin:    0 auto;
  max-width: 1500px;
}

.is-image-centered {
  margin-left: auto;
  margin-right: auto;
}

.grigio-trasparente {
  background-color: rgb(255,255,255,0.3);
}

.bordo-destra {
  border-right-style: solid;
  border-width: 1px;
}

.angoli-tondi {
  border-radius: 25px;
}

.bordo-spesso {
  border-width: 5px;
}

.bordo-sinistra {
  border-left-style: solid;
  border-width: 1px;
}

.bordo-arancione {
  border-color: orange;
}

.bordo-bianco {
  border-color: white;
}

.previsioni_windy {
  width: 95%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.elenco-menu li a{
  font-size: 1.5rem;
  color: white;
}

.elenco-menu li a:hover{
  color: yellow;
}

.box_sensore_extra {
  height: 80px;
  width: 120px;
  background-color: rgba(0, 181, 255, 0.33);
  border-radius: 16px;
  display: flex;
  cursor: pointer;
  pointer-events: all;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box_sensore_extra.is-active {
  background-color: rgba(11, 0, 255, 0.61);
}

.immagine_fondo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  margin: 0 auto;
  width: 50%;
}

.sfondo_sfumato {
  background-image: linear-gradient(rgb(0,118,178), rgb(62,80,121));
}

.elemento-menu a {
  color: white;
}

.elemento-menu a:hover {
  color: orange;
}

.menu-divider {
  margin: .3rem 0;
}

.is-trasparente {
  background-color: rgb(0,0,0,0) !important;
  border: none !important;
}

th {
  color: white !important;
}

.table.is-striped-trasparente tbody tr:not(.is-selected):nth-child(2n) {
  background-color: rgb(255,255,255,0.2);
}

@media screen and (max-width: 1216px) {
  
  .is-hidden-until-widescreen {
    display: none !important;
  }

}

@media screen and (min-width: 1201px) {
  .is-half-from-wide {
    width: 50%;
  }

  .has-margin-1-from-wide {
    margin-right:4.16%;
    margin-left:4.16%;
  }
}

@media screen and (max-width: 1200px) {
  .is-vertical-until-laptop {
    flex-direction: column !important;
  }

  .is-vertical-until-laptop .column {
    margin-left: auto;
    margin-right: auto;
  }

  .is-full-until-laptop {
    width: 100%;
  }

  .column h3 {
    font-size: 1.5rem !important;
  }

  .tabella {
    margin: 2rem;
  }
  
  .border-only-bottom {
    border-style: none;
    border-bottom-style: solid;
  }

}

@media screen and (max-width: 1024px) {
  .is-vertical-until-touch {
    flex-direction: column !important;
  }

  .is-vertical-until-touch .column {
    margin-left: auto;
    margin-right: auto;
  }

  .is-middled-container-untill-touch {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .previsioni_windy {
    width: 90%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .border-only-bottom {
    border-style: none;
    border-bottom-style: solid;
  }

}

@media screen and (min-width: 1025px) {
  .is-vertical-from-touch {
    flex-direction: column !important;
  }

  .is-vertical-from-touch .column {
    margin-left: auto;
    margin-right: auto;
  }
}

.menu {
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: blanchedalmond;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.menu .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 3rem;
  flex-wrap: wrap;
}

.menu .wrapper .is-left {
  position: absolute;
  left: 0;
  align-items: center;
  display: flex;
}

.menu .wrapper .is-right {
  position: absolute;
  right: 0;
  align-items: center;
  display: flex;
}

.menu .wrapper img {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 0;
}

.menu .contenuto {
  font-size: 10px;
}

.elemento-menu-burger a{
  font-size: 1.5rem;
  color: black;
}

.elemento-menu-burger a:hover{
  color: blue;
}

.filtro_icn_menu_burger {
  filter: invert(32%) sepia(97%) saturate(4565%) hue-rotate(183deg) brightness(92%) contrast(101%);
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }

  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

@media only screen and (orientation: landscape) {

  .is-hidden-mobile-portrait {
    display:none !important;
  }

}

@media only screen and (orientation: portrait) {

  .is-hidden-mobile-portrait {
    display:block;
  }

}

.is-active-small {
  display: none !important;
}

@media only screen and (max-width:500px) {

  .is-hidden-small {
    display: none !important;
  }

  .is-active-small {
    display: block !important;
  }
  
  .menu:not(#navigazione) .wrapper .is-left {
    position: static;
    width: 100%;
    display: block;
    left: auto;
    order: 1;
    margin-top: 0.3rem;
  }
  
  .menu:not(#navigazione) .wrapper .is-right {
    position: static;
    width: 100%;
    /*display: block;*/
    right: auto;
    order: 2;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
  }
  
  .is-fullwidth-small {
    width: 100%;
  }

}

input[type="date"] {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px #d3d3d3;
  color: #000;
  font-size: 16px;
  height: 40px;
  margin: 10px 0;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}

.label-stato {
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.online {
  background-color: green;
  color: white;
  border-radius: 5px;
}

.offline {
  background-color: red;
  color: white;
  border-radius: 5px;
  animation: flash-red 1s infinite;
}

@keyframes flash-red {
  0% {
      background-color: red;
  }
  50% {
      background-color: black;
  }
  100% {
      background-color: red;
  }
}

@keyframes flash-orange {
  0% {
      background-color: orange;
  }
  50% {
      background-color: black;
  }
  60% {
      background-color: orange;
  }
}