/*ACTIVITY ONE */

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-indicators {
  left: 44%;
  padding: 5px;
  background-color: #219eab;
}

.carousel-indicators li {
  width: 40px;
  height: 40px;
  background-color: #D2D2D2;
  border-radius: 50%;
  font-weight: bold;
  text-indent: 0px;
  border: none;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  font-size: 20px;
  padding-top: 5px;
  margin: 5px;
}

.carousel-indicators .active {
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #21323c;
  color: #FFF;
}

.fa-long-arrow-right {
  font-size: 50px;
}

.arrow-yellow {
  color: #FFEA33;
}

.arrow-red {
  color: #FF3737;
}

/* ACTIVITY TWO */

.wjec-drop {
  width: 190px;
  height: 20px;
  position: absolute;
}

#drop1 {
    top: 162px;
    left: 20px;
  }

  #drop2 {
    top: 80px;
    left: 216px;
  }

  #drop3 {
    top: 260px;
    left: 52px;
  }

  #drop4 {
    top: 300px;
    left: 250px;
  }

  #drop5 {
    top: 156px;
    left: 414px;
  }

  #drop6 {
    top: 44px;
    left: 414px;
  }



/* DRAGGABLE ACTIVITY */

.wjec-drag-and-drop-text .row {
  margin-bottom: 20px;
}

/*DRAG HOLDER
*/
.drags-holder {
  min-height: 50px;
  background-color: #D2D2D2;
  padding: 10px;
  text-align: center;
  margin-top: 20px !important;
}

.wjec-drag {
  height: auto !important;
  width: auto !important;
}

.ui-draggable,
.wjec-drop {
  text-align: center;
}

.ui-draggable {
  cursor: move;
  background: #219eab;
  color: #FFF;
  padding: 5px;
  display: inline-flex;
  font-size: 16px;
  margin: 5px;
}

.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);
  font-size: 12px;
  width: 200px !important;
}

.incorrect {
  background-color: rgba(171, 34, 34, 0.8) !important;
}

.correct {
  background-color: rgba(33, 171, 88, 0.8) !important;
}

.incorrect .wjec-drag, .correct .wjec-drag {
  color: #FFF !important;
  background: none !important;
}

.drag-correct, .drag-incorrect {
  border: none !important;
}

.fa-times, .fa-check {
  display: none;
  margin-top: 5px;
}

.wjec-drag-and-drop-text .ui-droppable {
  background: rgba(210, 210, 210, 0.8);
  vertical-align: middle;
}

.wjec-drop .wjec-drag {
  margin: 0px;
  background: none;
  color: #333;
  width: auto !important;
  height: auto !important;
  font-size: 12px;
}

.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;
  margin-top: 20px;
}

.feedback h4 {
  display: none;
}

@media (min-width: 992px) {
  .wjec-drop {
    height: 110px;
  }

  #drop1 {
    top: 225px;
  }

  #drop2 {
    top: 100px;
    left: 260px;
  }

  #drop3 {
    top: 340px;
    left: 116px;
  }

  #drop4 {
    top: 398px;
    left: 322px;
  }

  #drop5 {
    top: 190px;
    left: 550px;
  }

  #drop6 {
    left: 490px;
  }
}

@media (min-width: 1200px) {
  #drop1 {
    top: 252px;
    left: 20px;
  }

  #drop2 {
    top: 218px;
    left: 295px;
  }

  #drop3 {
    top: 400px;
    left: 145px;
  }

  #drop4 {
    top: 456px;
    left: 350px;
  }

  #drop5 {
    top: 210px;
    left: 650px;
  }

  #drop6 {
    top: 70px;
    left: 556px;
  }

  .wjec-drop {
    height: 130px;
  }

  .wjec-drop .wjec-drag {
    font-size: 14px;
  }

  .ui-draggable-dragging {
    font-size: 14px;
  }
}