/* line 1, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
.sortable_tree {
  margin: 0;
  padding: 0; }
  /* line 3, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree * {
    margin: 0;
    padding: 0; }
  /* line 5, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree ol {
    margin: 0 0 0 13px;
    padding: 0 0 0 15px;
    border-left: 1px dashed gray;
    list-style: none outside none; }
  /* line 12, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree li {
    margin-bottom: 5px;
    position: relative;
    list-style: none outside none; }
  /* line 18, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree a {
    color: #000;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 150%;
    margin-left: 30px;
    margin-right: 120px;
    display: block; }
    /* line 27, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
    .sortable_tree a:hover {
      text-decoration: underline; }
  /* line 30, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree h4 {
    margin-left: 30px; }
    /* line 33, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
    .sortable_tree h4 a {
      color: #333;
      font-size: 14px;
      margin-left: 0; }
      /* line 37, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
      .sortable_tree h4 a:hover {
        background: #eee; }
  /* line 41, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree p {
    margin-right: 75px;
    padding: 5px; }
  /* line 46, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree .handle {
    margin: 3px 10px 0 0;
    float: left;
    cursor: move; }
  /* line 52, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree .item {
    padding: 5px;
    background: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 5px; }
    /* line 57, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
    .sortable_tree .item:hover {
      background: #eee; }
  /* line 60, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree .placeholder {
    background-color: #EEF;
    border: 1px dashed blue; }
  /* line 65, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree .ui-nestedSortable-error {
    background: #FAA;
    color: #8a1f11; }
  /* line 70, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree .controls {
    position: absolute;
    top: 1px;
    right: 10px; }
    /* line 74, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
    .sortable_tree .controls a {
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      padding: 5px;
      cursor: pointer;
      position: relative;
      margin: 0 0 5px 5px;
      overflow: hidden;
      zoom: 1; }
  /* line 90, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree i.fa-times:hover, .sortable_tree i.fa-edit:hover, .sortable_tree i.fa-arrows:hover {
    color: red; }
  /* line 95, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/sortable_tree.css.scss */
  .sortable_tree i.fa-trash {
    color: red; }
