/*
Project: 16-17_3-7
Author: Richy Thomas
Pallette: Blue: rgba(82,85,100,1); Grey: rgba(116,130,143,1); Red: rgba(194,91,86,1); White: rgba(255,255,255,1);
*/

h5 {
  line-height: 1.5em;
}

.activitySortableList li span {
  display: block;
  font-size: 1em;
}

.activitySortableList li {
  background-color: #fff;
  border: 1px solid rgba(116, 130, 143, 1);
  margin: 0 0 .2em;
  padding: .5em;
  min-height: 1em;
}

.alert {
  margin-bottom: 0;
}

.alert-danger {
  background-color: rgba(242, 222, 222, .5);
  border-color: rgba(169, 68, 66, 1);
}

.alert-success {
  background-color: rgba(223, 240, 216, .5);
  border-color: rgba(60, 118, 61, 1);
}

.swappableElement {
  cursor: ns-resize;
  background-color: #fff;
}

.ui-sortable-helper {
  -webkit-box-shadow: 1px 1px 5px 4px rgba(116, 130, 143, .5);
  -moz-box-shadow: 1px 1px 5px 4px rgba(116, 130, 143, .5);
  box-shadow: 1px 1px 5px 4px rgba(116, 130, 143, .5);
}

.ui-sortable-placeholder{
  background-color: rgba(116, 130, 143, 1);
  height: 46px;
}

#activity-feedback p {
    display: none;
}

li.swappableElement{
  position: relative;
}

li.swappableElement.correct {
    background-color: #56c25b;
}
li.swappableElement.incorrect {
    color: #fff;
    background-color: #963a36;
}
li.swappableElement i {
    position: absolute;
    top: 0;
    right: 10px;
    float: right;
}



/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

