
/* Header */

#header h1 {
  font-size: 28px;
}

#header h1 span {
  font-size: 26px;
}


#order, #activitySortableList1 {
  margin-top: 10px;
  padding: 0px;
}

#order {
  padding-right: 5px;
}

#activitySortableList1 {
  padding-left: 5px;
}

#order li {
  padding: 15px;
  border: 1px solid #ddd;
}

#order li, #activitySortableList1 li .swappableElement1 {
  margin-bottom: 15px;
  padding: 15px;
  font-size: 14px;
  line-height:16px;

}

#activitySortableList1 li .swappableElement1 {
  cursor: move;
  display: block;
  background: #195020;
  color: #FFF;
}


.ui-droppable {
  margin-bottom: 15px!important;
}

.ui-draggable.being-dragged {
  background: #5a8647 !important;
  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;
}

.activity-feedback p {
  display: none;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  #header h1 {
    font-size: 35px;
  }

  #header h1 span {
    font-size: 30px;
  }

  #order, #activitySortableList1 {
    margin-top: 5px;
    padding: 0px;
}

#order li, #activitySortableList li .swappableElement {
    height: 50px;
    font-size: 14px;
    line-height:18px;
    padding:5px;
    margin-bottom: 5px;
  }

.ui-droppable {
  margin-bottom: 5px!important;
}

}


/* Large Desktop */
@media(min-width:1200px){

#order li, #activitySortableList li .swappableElement {
    height: 60px;
    font-size: 18px;
    line-height:20px;
    padding:10px;
    margin-bottom:10px;
  }

  .ui-droppable {
  margin-bottom: 10px!important;
}
}


/* Print */
@media print {


}
