/* line 4, /www/WagnerSistema/app/assets/stylesheets/usuarios.scss */
body.dragging, body.dragging * {
  cursor: move !important;
}

/* line 8, /www/WagnerSistema/app/assets/stylesheets/usuarios.scss */
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

/* line 14, /www/WagnerSistema/app/assets/stylesheets/usuarios.scss */
ol.example li.placeholder {
  position: relative;
}

/* line 17, /www/WagnerSistema/app/assets/stylesheets/usuarios.scss */
ol.example li.placeholder:before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: red;
  border-right: none;
}
