.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;
    top: -7px;
    cursor: move;
    padding-right: 7px;
}

ol#sortable .event-image {
    width: 140px;
    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;
}
.HotelStyle-options {
    position: absolute;
    background-color: white;
    border: 1px solid lightgray;
    margin-top: -9px;
    font-weight: normal;
    font-size: 13px;
}
.HotelStyle-options div {
    border-bottom: 1px dotted lightgray;
    padding: 4px 11px;
}
.HotelStyle-options div:last-child {
    border: none;
}
.HotelStyle-options div:hover {
    background-color: #ccc;
}
.hidden {
    visibility: inherit !important;
}
.hotel-title {
    font-weight: bold;
    font-size: 1.6ex;
}
#thumbs_holder {
    margin-top: 20px;
}
#thumbs_holder img {
   margin-right: 10px;
   margin-bottom: 10px;
   cursor: url(/img/delete-image.png),auto;
}