/* KEY */

.fa-long-arrow-right {
  font-size: 50px;
}

.arrow-red {
  color: #CA152E;
}

.arrow-blue {
  color: #63AEE4;
}

.arrow-green {
  color: #98C705;
}

.arrow-yellow {
  color: #E0BA34;
}

/* DRAGGABLE ACTIVITY */

.wjec-drag-and-drop-text .row {
  margin-bottom: 20px;
}

.key-number-container {
  border-radius: 50%;
  background-color: #219eab;
  color: #FFF;
  text-align: center;
  width: 50px;
  height: 50px;
  display:table;
}

.key-number {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

/*DRAG HOLDER
*/
.drags-holder {
  min-height: 50px;
  background-color: #D2D2D2;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

/*DRAGS
*/
.ui-draggable,
.wjec-drop {
  text-align: center;
}

.drags-holder .ui-draggable {
  margin: 5px;
}

.ui-draggable {
  cursor: move;
  background: #219eab;
  color: #FFF;
  padding: 5px;
  display: inline-flex;
  white-space: nowrap;
  font-size: 18px;
}

.ui-draggable-dragging {
  background: #D2D2D2;
  color: #333;
  -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;
  margin-top: 5px;
}

/*DROPS
*/
.wjec-drag-and-drop-text .ui-droppable {
  background: #D2D2D2;
  width: 90px;
  position: relative;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.wjec-drop .wjec-drag {
  background-color: #D2D2D2;
  color: #333;
}

.wjec-drag-and-drop-text p {
  line-height: 2em;
  font-size: 16px;
}

.drag-and-drop-text p .drop {
  line-height: 1.8em;
}

/*FEEDBACK*/
.feedback {
  visibility: hidden;
  min-height: 3em;
}

.feedback h4 {
  display: none;
}

.feedback-incorrect, .feedback-correct {
  margin-top: 20px;
}
