/*
Project: 16-17_1.13
Resource: Key Features
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/


#order li, #sortingSortable li {
  height: 75px;
  margin-bottom: 10px;
}

#sortingSortable li {
  background-color: #fcf8e3;
  border-radius: 4px;
  border: 1px solid #faebcc;
  cursor: pointer;
  list-style: none;
  position: relative;
}

#sortingSortable li span {
  background: #000;
  border-radius: 4px;
  color: #FFF;
  font-size: 1em;
  height: 75px;
  left: 0;
  line-height: 55px;
  padding: 10px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%!important;
  z-index: 5;
}

#sortingSortable li.drop-hover .element {
  filter: alpha(opacity=50);
  opacity: .5;
  zoom: 1;
}

#order li {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #333;
  color: #333;
  font-size: .9em;
  height: 75px;
  padding: 10px;
}

.alert {
  font-size: 1.2em;
  font-weight: 500;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){

  #sortingSortable li,  #sortingSortable li span {
    font-size: 1em;
    height: 50px;
    line-height: 30px;
  }

  #order li {
    font-size: .75em;
    height: 50px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  #order li {
    font-size: .95em;
  }

}


/* Print */
@media print {



}
