﻿body.Sondaggio p.History {
  color: #0054a5;
  font-weight: bold;
}
body.Sondaggio div.Question {
  padding: 20px 0 0 0;
  animation: fadeIn 0.3s;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.Sondaggio div.Question:not(.Visible) {
  display: none;
  animation: fadeOut 0.3s;
}
body.Sondaggio h3.Raggruppamento {
  margin-bottom: 20px !important;
}
body.Sondaggio div.Answer {
  margin-bottom: 20px;
  color: #0054a5;
  font-size: 18px;
  float: left;
}
body.Sondaggio div.Answer label {
  font-size: inherit;
}
body.Sondaggio div.Answer option {
  text-align: center;
}
body.Sondaggio div.Answer input, body.Sondaggio div.Answer select {
  width: 200px;
}
body.Sondaggio div.Margin {
  margin: 20px 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/Sondaggio.scss%22,%22file:///C:/Progetti/Lux/Lux/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGI;EACI,OCcK;EDbL;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA,OCRK;EDSL;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA%22%7D */