.cl {
  clear: both;
}
#modalCustom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#modalCustom .bg-modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#modalCustom .modal-content {
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 600px;
  left: 50%;
  margin: 0 0 0 -300px;
  top: 20%;
  bottom: 20%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 20px;
}
#modalCustom .close-modal-custom {
  color: #000;
}
.connectedSortable {
  border-radius: 3px;
  max-height: 210px;
  height: 210px;
  min-height: 104px;
  overflow-y: auto;
  border: 1px solid #eee;
  width: 45%;
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0 0;
  float: left;
  margin-right: 10px;
}
.connectedSortable li {
  padding: 7px 10px;
  font-size: 1.2em;
}
.connectedSortable li:hover {
  background-color: #eee;
}
#sortable1 .fa-trash-o {
  display: none !important;
}
#sortable1 .fa-trash-double-right {
  color: #97c93f;
}
#sortable2 .fa-angle-double-right {
  display: none !important;
}
#sortable2 .fa-trash-o {
  color: #f5393d;
  margin-right: 4px;
  position: relative;
  z-index: 20;
}
#id_lista {
  display: none;
}
#id_imagens {
  max-height: 400px;
  overflow-y: auto;
}
#id_imagens .block {
  position: relative;
  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
#id_imagens .block .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
#id_imagens .block img {
  display: inline-block;
  max-height: 60px;
  width: auto;
  margin-left: 30px;
}