/* SCREEN 1 */

/* Drags Holder */

.drags-holder {
  background-color: #CCC;
  border-radius: 4px;
  margin: 20px 0;
  min-height: 50px;
  padding: 20px;
  text-align: center;
}

/* Drags */
.ui-draggable, .wjec-drop {
  text-align: center;
}

.drags-holder .ui-draggable {
  margin: 5px;
}

.ui-draggable {
  background: #6C5B7B;
  color: #FFF;
  cursor: move;
  display: inline-flex;
  font-size: 16px;
  line-height: 38px;
  padding: 1px 10px;
  white-space: nowrap;
}

.ui-draggable-dragging {
  background: #6C5B7B;
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

.incorrect, .drag-incorrect {
  background-color: #9a2222 !important;
  color: #FFF !important;
}

.correct, .drag-correct {
  background-color: #3da759 !important;
  color: #FFF !important;
}

.drag-correct, .drag-incorrect {
  border: none !important;
}

.fa-times, .fa-check {
  display: none;
}

/* Drops */
.wjec-drag-and-drop-text .ui-droppable {
  background: #F8B195;
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 128px !important;
}

.wjec-drag-and-drop-text .ui-droppable .ui-draggable {
  background: transparent;
}

.wjec-drag-and-drop-text p {
  line-height: 38px;
  font-size: 16px;
}

.drag-and-drop-text p .drop {
  line-height: 38px;
}

/* Feedback */
.feedback {
  visibility: hidden;
}

.feedback div {
  display: none;
}

/* SCREEN 2 */

.text-container p, .hint3 p {
  line-height: 38px;
  font-size: 16px;
}

.text-entry {
  background: rgba(248, 177, 149, 0.3);
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  min-height: 150px;
  padding: 10px;
  margin: 20px 0;
}

.text-entry-inline {
  background: #F8B195;
  display: inline-block;
  height: 39px;
  min-width: 80px !important;
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}

ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed > li {
  text-indent: -5px;
}

ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}

h5 {
    padding-left: 1.5em;
    text-indent:-1.5em;
}


/* SCREEN 3 */

input {
   height: 25px !important;

width: 220px !important;

font-size: 16px !important;
    border: 1px solid white;
    -webkit-box-shadow:
      inset 0 0 8px  rgba(248, 177, 149, 1),
            0 0 16px rgba(248, 177, 149, 1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(248, 177, 149, 1),
            0 0 16px rgba(248, 177, 149, 1);
    box-shadow:
      inset 0 0 8px  rgba(248, 177, 149, 1),
            0 0 16px rgba(248, 177, 149, 1);
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}

.highlightAnswer{
  padding: 1px 4px 1px 4px;
  background-color: rgba(248, 177, 149, 0.5);
}


@media print {
  #questions-carousel-one .item {
    display: block;
  }
}
