/* SCREEN 2 */

/* 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 3 */

/* Color Picker */

.color-picker {
  display: block;
  margin: 10px 0 5px;
  text-align: center;
}

.color-picker div {
  border-radius: 12px;
  border: 1px solid #111;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin: 5px 8px;
  width: 23px;
}

.color-picker div:hover {
  border: 1px solid #444;
}

.color-picker div.selected {
  box-shadow: #666 0 0 4px 2px;
}

/* SCREEN 4 & 5 */

/* Add to Notes sections */

.tab-content>.tab-pane {
  padding: 25px;
  min-height: 500px;
}

.nav-tabs li a {
  background: #C06C84;
  color: #FFF!important;
  text-decoration: none!important;
  font-size: 18px;
  font-weight: normal!important;
}

.nav-tabs li a:hover {
  border-color: rgba(192, 108, 132, .8);
  background: rgba(192, 108, 132, .8);
}

.nav-tabs li.active a {
  color: #C06C84!important;
}

.tabs {
  border: 1px solid #CACACA;
  border-top: none;
}

.tabText {
  border: 1px dashed #CCC;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  padding: 10px;
}

.removeThisTextBtn {
  cursor: pointer;
  margin: 0 0 20px 20px;
  z-index:10000;
}

.removeThisTextBtn:hover {
  opacity: .8;
}

/* Annontation Screen */

.tab-notes {
  border: 1px solid #CACACA;
}

.tab-notes header {
  background-color: #CACACA;
  border-bottom: 1px solid #CACACA;
  font-size: 18px;
  padding: 8px 10px;
}

.text-container {
  padding: 8px 10px;
}

.tabText {
  border: 1px dashed #CCC;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tabText.addToNotes {
  font-size: 14px;
}

.chosenNotes {
  background: rgb(255,255,153);
}

.mce-edit-area {
  min-height: 489px!important;
}

.activity-controls.bottom .btn {
  margin-bottom: 5px;
}

.print-titles {
  display: none;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  .activity-controls.bottom .btn {
    margin-bottom: 0;
  }

}


/* Large Desktop */
@media(min-width:1200px){


}

@media print {

  section {
    display: block!important;
  }

  .nav-tabs {
    display: none!important;
  }

  .print-titles {
    display: block;
  }

  #original-text-1, #original-text-2 {
    display: none!important;
  }

  #point-1-a, #point-2-a, #point-2-b {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #notes-1, #notes-2, #notes-3 {
    display: none!important;
  }

  .highlighted {
    font-weight: bold;
  }

  .color-picker {
    display: none!important;
  }

  .drags-holder {
    display: none!important;
  }

}