body {
  background: #d7d7d7;
}
.box-white {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px -6px #000;
  box-shadow: 0 0 15px -6px #000;
  margin-top: 40px;
}
.box-white .box-logo {
  border-right: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.box-white .box-logo img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.box-white .box-text-sx {
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 20px;
  height: 100%;
}
.box-white .box-text-sx h4 {
  font-size: 14px;
}
.box-white .box-text-sx h4 strong {
  font-size: 20px;
}
.box-white .box-text-sx ul li {
  margin-top: 20px;
}
.box-white .box-text-sx ul li i {
  color: #666666;
}
.box-white .box-text-sx .note {
  font-size: 12px;
}
.box-white .box-text-cx h2 {
  font-size: 22px;
  margin-top: 20px;
}
.box-white .box-text-cx .giorno:hover {
  background: #5FB12F;
  color: white;
  cursor: pointer;
}
.box-white .box-text-cx .passato {
  color: #CBD1D2;
}
.box-white .box-text-cx .evento-selezionato {
  background: #5FB12F;
  color: white;
}
.box-white .box-text-dx {
  border-left: 1px solid #d7d7d7;
  padding: 20px;
  height: 100%;
}
.box-white .box-text-dx .fascia-oraria {
  height: 500px;
  overflow-y: auto;
}
.box-white .box-text-dx .fascia-oraria li {
  margin-bottom: 15px;
}
#datiPrenotazione .modal-dialog .modal-content {
  border-radius: 0;
}
#datiPrenotazione .modal-dialog .modal-content .modal-header {
  padding: 10px;
  background: #498924;
  border-radius: 0;
  color: #fff;
}
#datiPrenotazione .modal-dialog .modal-content .modal-header h4 {
  font-size: 18px;
}
#datiPrenotazione .modal-dialog .modal-content .chiudi-pop {
  border-radius: 0;
  background: #1e380f;
  border: 0;
}
#datiPrenotazione .modal-dialog .modal-content .chiudi-pop:hover {
  background: #95d86e;
  color: #000;
}
#datiPrenotazione .modal-dialog .modal-content .invia-pop {
  border-radius: 0;
  background: #498924;
  border: 0;
}
#datiPrenotazione .modal-dialog .modal-content .invia-pop:hover {
  background: #95d86e;
  color: #000;
}
#datiPrenotazione .modal-dialog .modal-content form input {
  border-radius: 0;
  margin-bottom: 10px;
}
#datiPrenotazione .modal-dialog .modal-content form label {
  font-size: 12px;
}
#datiPrenotazione .modal-dialog .modal-content form input[type="submit"] {
  margin-top: 10px;
}
#datiPrenotazione .modal-dialog .modal-content .giorno-scelto {
  margin-bottom: 0;
}
#datiPrenotazione .modal-dialog .modal-content .checkbox {
  margin-bottom: 10px;
}
.box-testo {
  padding: 20px;
}
.box-testo h2 {
  color: #498924;
}
.box-testo h4 {
  font-size: 16px;
}
.box-testo h4 strong {
  font-size: 20px;
  color: #498924;
}
.box-servizi h2 {
  color: #5FB12F;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-servizi .card {
  -webkit-box-shadow: 0px 0px 20px -7px #000000;
  box-shadow: 0px 0px 20px -7px #000000;
}
.box-servizi .card a {
  text-decoration: none;
  opacity: 1;
}
.box-servizi .card a:hover {
  opacity: 0.5;
}
.box-servizi .card h5 {
  color: #5FB12F;
  text-decoration: none;
}
#loader {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(95, 177, 47, 0.6);
}
#loader h3 {
  color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .box-text-cx {
    padding: 20px;
  }
}
/*# sourceMappingURL=general.css.map */