/*
Project: 16-17_3-10
Author: Richy Thomas
Pallette: Dark Blue: rgba(0,103,163,1) , Light Blue: rgba(0,105,165,1); , Orange: rgba(180,63,46,1);
*/

/* Sections */

section {
  display: none;
}

/* Sortable Section */

#order li, #activitySortableList li .swappableElement {
  border: 1px solid #CCC;
  height: 100%;
  height: 120px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 13px;
}

#order li {
  background: #CCC;
}

#activitySortableList li .swappableElement {
  cursor: move;
  display: block;
}

.ui-droppable {
  margin-bottom: 15px!important;
}

.ui-draggable.being-dragged {
  background: #FFF;
  cursor: move;
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
   z-index: 6;
}

.totalCorrectHolder {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.totalCorrectHolder.alert {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}

.totalCorrectHolder.alert-warning {
  border: 1px solid #8a6d3b;
}

.totalCorrectHolder.alert-success {
  border: 1px solid #3c763d;
}

.tab-notes {
  border: 1px solid #cacaca;
}

.tab-notes header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #cacaca;
  font-weight: bold;
  padding: 8px 10px;
}

.text-container {
  padding: 8px 10px;
}

.tabText {
  border: 1px dashed #CCC;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.chosenNotes {
  background: rgb(255,255,153);
}

.mce-edit-area {
  min-height: 489px!important;
}

.activity-feedback p {
  display: none;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  #order li, #activitySortableList li .swappableElement {
    height: 110px;
    font-size: 14px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  #order li, #activitySortableList li .swappableElement {
    height: 90px;
    font-size: 16px;
  }

}


/* Print */
@media print {


}

