/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* verplaatst naar z-app.scss

.list-group img {
  width: 2em;
  height: 2em;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ul.afvalstromen li.placeholder {
  position: relative;
  list-style-image: url(../img/arrow_drag.png);
}
ul.afvalstromen li.placeholder:before {
  position: absolute;
}
ul.afvalstromen ul li {
  list-style-image: url(../img/filter_list.png);
}
ul.afvalstromen ul li ul {
  padding-left: 20px;
}
#icon_image {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  cursor: pointer;
}
#select_icon img {
  width: 64px;
  height: 64px;
  margin: 9px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid #ddd;
}
#select_icon img:hover {
  background-color: #f5f5f5;
}


 */
