ul.source, ul.target {
  min-height: 50px;
  margin: 0px 25px 10px 0px;
  padding: 2px;
  list-style-type: none;
  list-style-position: inside;
}


.source li, .target li {
  margin: 5px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

  border: 1px solid #CCCCCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.source li {
  background-color: white;
  color: #3C3C3C;
}
.target li {
  background-color: #ebf5e6;
  border: 1px solid #d6e9c6;
  color: #468847;
}
.sortable-dragging {
  background-color: #fafafa !important;
  color: #bbb !important;
}
.sortable-placeholder {

  height: 40px;
}
.source .sortable-placeholder {
  background-color: white !important;
}
.target .sortable-placeholder {
  
  background-color: white !important;
}

#sliders_order_update{
  margin-right: 10px;
}

#slider-carousel > .item > img{
  max-height: 250px;
}

.item > .row > div:last-of-type > span{
  text-overflow: clip; 
  display: inline-block; 
  height: 230px; 
  padding: 10px; 
  overflow: hidden;
}