.modal {
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.fadeSpinner {
  opacity: 0.6;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 10001;
}
.waiting {
  z-index: 10002;
  position: fixed;
  height: 120px;
  width: 120px;
  background-color: transparent;
  border: 0;
  display: none;
  top: 50% !important;
  margin-top: -60px;
}
.spin {
  margin: 58px;
}
#printModal .modal-dialog,
#searchedTestModal .modal-dialog {
  height: 95%;
  margin-top: 2% !important;
}
#printModal .modal-header,
#searchedTestModal .modal-header {
  height: 5%;
  border-bottom: 0;
}
#printModal .modal-body,
#searchedTestModal .modal-body {
  height: 95%;
  overflow: hidden;
  padding: 20px 0;
}
#printModal .bootbox-body,
#printModal .correctionDiv,
#printModal #exerciseViewer,
#searchedTestModal .modal-content,
#searchedTestModal .bootbox-body,
#searchedTestModal .searchedTestContainer {
  height: 100%;
}
#printModal .correctionDiv,
#searchedTestModal .searchedTestContainer {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 20px;
}
table.studente {
  text-align: left;
}
.flexslider .slides {
  height: auto;
}
.printImages .slides > li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.printImages .slides > li > img {
  max-height: 215px;
  max-width: 700px;
  width: auto !important;
}
#exerciseViewer.correction .flexslider .slides > li > * {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 30px;
}
#exerciseViewer .correctionBody {
  padding: 0 !important;
}
div.inlineBlock {
  display: inline-block;
}
.raffica:not(:first-of-type) {
  border-top: 1px #ccc solid;
  padding-top: 15px;
  margin-top: 5px;
}
#printModalVisible .stampaCorrection > a {
  cursor: pointer;
}
body.mobile.printModal-open > .FE > .container {
  display: none;
}
#question {
  position: relative;
}
.gapRef {
  min-width: 100px;
  display: inline-block;
}
.findError {
  display: inline;
  padding-left: 2px;
  padding-right: 2px;
}
.findErrorCorrection {
  margin-right: 2px;
  position: relative;
  display: inline;
}
.feedBackDiv {
  position: relative;
  z-index: 1;
  border: 1px solid orange;
  border-top: 5px solid #dc8805;
  background-color: #fff;
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border-radius: 0px 0 7px 7px;
  word-wrap: normal;
  width: 180px;
  white-space: normal;
  color: #878787;
}
.findErrorCorrection > .feedBackDiv {
  margin: 5px -3px 5px 5px;
}
.feedBackDiv:before {
  position: absolute;
  content: "";
  border-color: transparent #dc8805;
  border-width: 5px 5px 5px 0px;
  border-style: solid;
  bottom: 16px;
  left: -5px;
}
.inrFeedback {
  border-radius: 5px;
  width: 100%;
  background-color: #fcf6eb;
  position: relative;
  color: #333;
  z-index: 2;
  border: 1px solid #dc8805;
  padding: 5px 8px;
  margin-top: -10px;
}
.inrFeedback:before {
  content: "";
  position: absolute;
  border: 1px solid #dc8805;
}
.topOrange:before {
  border-color: #dc8805 transparent;
  border-width: 0 6px 4px 6px;
  top: -4px;
  left: 10%;
}
.genericFeedback,
.genericCorrectFeedback,
.genericErrorFeedback {
  border: 1px solid #3bc1c2;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 10px 8px;
  margin-bottom: 5px;
}
.genericFeedback:before,
.genericCorrectFeedback:before,
.genericErrorFeedback:before {
  content: "feedback dell'esercizio";
  background-color: white;
  color: #3bc1c2;
  margin-top: -18px;
  display: inline-block;
  margin-left: 25px;
  position: absolute;
  line-height: 15px;
  padding: 0 3px;
  font-size: 14px;
}
.genericCorrectFeedback {
  border-color: #289548;
}
.genericCorrectFeedback:before {
  content: "feedback sulla risposta corretta";
  color: #289548;
}
.genericErrorFeedback {
  border-color: #ff0000;
}
.genericErrorFeedback:before {
  content: "feedback sulla risposta errata";
  color: #ff0000;
}
@media print {
  .FE * {
    display: none;
  }
  #esercizi {
    display: block !important;
  }
  body {
    font-family: "proxima-nova", sans-serif;
  }
  .mainQuestion,
  .slides > li > .caption,
  .gapCorrectionError,
  .gapSolutionCorrect,
  .correct,
  .warning,
  .wrong,
  .wrongSelected {
    color: black !important;
  }
  .radio-label {
    text-transform: none;
  }
}
#newPrintModal #printModalComponent {
  text-align: left;
}
#newPrintModal .modal-dialog {
  max-width: 480px;
}
#newPrintModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  #newPrintModal .modal-dialog {
    margin: 0 16px;
  }
  #newPrintModal .modal-content {
    max-height: 100%;
    overflow-y: scroll;
  }
}
/*# sourceMappingURL=printModal.css.map */