@media screen and (max-width: 768px) {
  .choices-row {
    margin-top: 20px;
  }

  .exam button#show-answer.btn.btn-default {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px !important;
  }

  .exam .nav-row .col-md-3 {
    margin-top: 0px;
  }

  .exam .nav-row .save-nav {
    padding-left: 0px;
    text-align: center;
  }

  .exam .nav-row .save-nav button#finish.btn.btn-default,
  .exam .nav-row .save-nav button#report.btn.btn-default,
  .exam .nav-row .save-nav button#save.btn.btn-default {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px !important;
    margin-left: 10px !important;
  }

  .exam .nav-row .save-nav button#list.btn.btn-default {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px !important;
    margin-left: 0px !important;
  }

  #post-area > h1 {
    margin-left: -15px;
    margin-bottom: 0;
  }

  div.progress {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .current-index {
    color: #A9A9A9;
    font-size: 16px;
  }

  .title-row {
    padding-bottom: 0px;
  }

  .question-nav .btn-group {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .question-nav .btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .question-nav .next {
    float: right;
  }

  .nav-row hr {
    margin-right: 15px;
  }
}

.exam {
  border: 1px solid #CCC;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .exam {
    border: none;
    padding: 0px;
  }
}

.exam h2.exam-title {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .exam .ratings-row {
    margin-left: 10px;
  }

  .exam .stars {
    font-size: 23px;
    margin-top: -5px;
    color: #A9A9A9;
  }

  .exam .stars .star {
    padding-left: 10px;
  }

  .exam h2.exam-title {
    padding-left: 0;
  }

  .exam div.col-lg-12.col-md-12 h2.exam-title {
    width: 100% !important;
  }

  .exam div.col-lg-12.col-md-12 h2.exam-title {
    font-size: 16px;
  }

  .exam h1.exam-name {
    margin-bottom: 25px;
    margin-top: 5px;
  }
}

.exam .choices {
  z-index: 1;
  padding: 10px;
}

.exam .choices .list-group label {
  display: block;
}

.exam .image-frame {
  position: relative;
  padding: 10px 0;
}

.exam .image-frame img {
  width: 100%;
}

.exam .image-frame .magnify {
  position: absolute;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 5px;
  top: 10px;
  right: 0px;
  cursor: pointer;
}

.exam .image-list img {
  width: 100%;
  margin: 10px auto;
}

.exam .progress-nav,
.exam .save-nav {
  text-align: left;
}

.exam .stars {
  padding: 0;
  list-style-type: none;
}

.exam .stars li.star {
  display: inline-block;
}

.exam .row.guessed-row label {
  margin-left: .5em;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 800px;
}

.modal-body.magnify-image {
  text-align: center;
}

.modal-body.magnify-image img {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .modal-body.magnify-image img {
    width: auto;
    touch-action: manipulation;
  }
}

@media screen and (max-width: 768px) {
  .modal-body.magnify-image {
    touch-action: manipulation;
    overflow: scroll;
    max-height: 400px;
  }

  .modal-body.magnify-image .img-magnifier-glass {
    display: none;
  }
}

.stars .star.highlight {
  color: #ffeb17;
}

.guessed-row {
  text-align: left;
}

.questions-list {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

.questions-list li {
  display: block;
  float: left;
  width: 4em;
  border: 1px solid #CCC;
  text-align: center;
  height: 2em;
  line-height: 2em;
  margin: 2px;
}

ul.key {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

ul.key li {
  display: block;
  float: left;
  width: 10em;
  border: 1px solid #CCC;
  text-align: center;
  height: 3em;
  line-height: 3em;
  margin: 0 4px;
}

li.answered {
  background-color: #E4FFE4;
}

li.guessed {
  background-color: #FFE4E4;
}

li.skipped {
  background-color: #FFFF00;
}

.questions-list:before,
.questions-list:after,
ul.key:before,
ul.key:after {
  content: " ";
  display: table;
}

.questions-list:after,
ul.key:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.questions-list,
ul.key {
  zoom: 1;
}

.result-box {
  min-height: 300px;
  margin-bottom: 20px;
  text-align: center;
}

.result-box h3 {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.result-box .detail {
  cursor: pointer;
}

.result-box ul.legend {
  list-style-type: none;
  margin: 0;
}

.result-box ul.legend li {
  padding: 4px;
  list-style: none;
}

.result-box ul.legend li.correct {
  background-color: rgba(0, 168, 0, 0.7);
}

.result-box ul.legend li.incorrect {
  background-color: rgba(128, 28, 45, 0.7);
}

.result-box ul.legend li.skipped {
  background-color: rgba(200, 200, 0, 0.7);
}

.result-box ul.legend li.unseen {
  background-color: rgba(150, 150, 150, 0.7);
}

.result-box canvas {
  margin: 0 auto;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.modal-body table.table {
  border: 1px solid #999;
  margin: 10px 0;
}

.modal-body table.table ol.review-choices {
  list-style-type: lower-alpha;
  margin: 2px 0 2px 10px;
}

.modal-body table.table ol.review-choices li {
  padding: 2px;
  margin: 2px 0;
}

.modal-body table.table ol.review-choices li.correct {
  background-color: rgba(0, 168, 0, 0.7);
}

.modal-body table.table ol.review-choices li.incorrect {
  background-color: rgba(128, 28, 45, 0.7);
}

.modal-body.feedback textarea.message {
  padding: 4px !important;
  height: 10em !important;
  border: 1px solid #999999 !important;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
.modal .modal-open{
  display: block;
}

.dermpathlogo:has(img[src=""]) {
  display: none;
}

/*# sourceMappingURL=app.css.map*/