.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ol#sortable {
    margin: 0;
}
ol#sortable li {
    list-style: none;
    border: 1px solid #C8C8C8;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FCFCFC;
    border-radius: 5px;
}

ol#sortable .container {
    padding: 10px;
}
ol#sortable li i {
    display: none;
    position: relative;
    cursor: move;
    padding-right: 7px;
}

ol#sortable .event-image {
    width: 150px;
    border-right: 1px solid #bbb;
    padding-right: 10px;
}
ol#sortable li.placeholder {
  position: relative;
  /** More li styles **/
}
ol#sortable li.placeholder {
  position: absolute;
  display:block;
  width:8px;
  height:8px;
  margin-left: -10px;
  margin-top: -8px;
  /** Define arrowhead **/
  background-image: url('/img/arrow-bnp.png');
  padding: 0;
  border: none;  
}
.right {
    float: right;
}
.right.btns {
    line-height: 40px;
    white-space: nowrap;
}
.edit-fields {
    display: none;
}
.trans-box {
    width: 350px;
}
.inline {
    white-space:nowrap;
    padding-right: 10px;
    margin: 0px;
}
.border {
    padding-left: 10px;
    margin: 0;
}
#image_edit {
    position: absolute;
    display: none;
    width: auto;
    border: 1px black solid;
    padding: 5px;
    background-color: white;
    margin-top: -100px;
}
#image_edit #result {
    background: rgba(255,255,255,0.9);
    position: absolute;
    width: 100%;
    margin: -5px 0 0 -5px;
    height: 100%;
    text-align: center;
    line-height: 21;
    display: none;
}
.event-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 9px;
}
.l_image {
    display: inline;
}
i.icon-move {
    display: inline-block;
    padding: 24% 8px 24% 2px;
}
.template-slide {

}
