/* Screen 1 */

.dropZone {
  background-color: rgba(29,78,137,0.15);
  border-radius: 6px;
  margin-bottom: 2em;
  min-height: 380px;
  padding: 1em 0 .5em;
  text-align: center;
}

.dropZone h2 {
  color: rgba(51,51,51,1);
  margin-bottom: .5em;
}

.dropZone hr {
  border-color: rgba(208,208,208,1);
  margin: 10px 0;
}

.draggable, .dropZone .draggable {
  background-color: #00adb5;
  border-radius: 6px;
  color: rgba(255,255,255,1);
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
  cursor: move;
}

.dropZone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  text-align: center;
  margin-bottom: 20px;
}


/* Screen 2 */

#order li, #activitySortableList li.ui-droppable, span.swappableElement {
      border-radius: 7px;
    color: #FFF;
    font-size: 16px;
    height: 70px;
    line-height: 25px;
    padding-top: .7em!important;
}
#activitySortableList li.ui-droppable {
  background-color: #999;
  cursor: move;
  position: relative;
  margin-bottom: 2px!important;
  text-align: left;

}

#order li {
  background-color: #333;
  margin-bottom: 2px!important;
  text-align: right;
  padding: 0 20px;
}

 span.swappableElement {
    background: #00adb5;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 0 20px;
}

.ui-draggable.being-dragged {
  background: #666;
  opacity: 0.7;
  z-index: 6;
}

#feedback-2 {
  display: none;
  margin-top: 20px;
}

.feedback-allcorrect, .feedback-incorrect {
  display: none;
}

.hint {
	margin-top: 0;
}


/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){

  span.swappableElement {
    font-size: 16px;
  }

}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}