.wjec-drag-and-drop-text {
  margin-top: 40px;
}

.labels-buttons-container {
  margin-top: 20px;
}

/* DRAGGABLE IMAGE */

.cd-image-container {

  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {

  display: block;
}

.cd-image-label {
  display: none;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  color: #445b7c;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {

  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #21323c url("../../images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #219eab;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* DRAGGABLE ACTIVITY */

#chart-container, .wjec-drag-and-drop-text .row {
  margin-bottom: 20px;
}

.pptnBar {
  display: none;
}

.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;
  min-width: 220px;
  width: 220px;
  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;
}
.group1{
	background-color: dimgrey;
	padding: 3px;
}

.rotate {
background-color: red;
	position:absolute;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


