body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}


/* -----------------------------------------------------------
* 
* -----------------------------------------------------------*/
/* line 1, jquery-sortable.css.sass */
body.dragging, body.dragging * {
  cursor: move !important; }

/* line 4, jquery-sortable.css.sass */
.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000; }

/* line 10, jquery-sortable.css.sass */
ol.vertical {
  margin: 0 0 9px 0; }
  /* line 12, jquery-sortable.css.sass */
  ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee; }
  /* line 19, jquery-sortable.css.sass */
  ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
    /* line 24, jquery-sortable.css.sass */
    ol.vertical li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none; }

/* line 32, application.css.sass */
ol {
  list-style-type: none; }
  /* line 34, application.css.sass */
  ol i.icon-move {
    cursor: pointer; }
  /* line 36, application.css.sass */
  ol li.highlight {
    background: #333333;
    color: #999999; }
    /* line 39, application.css.sass */
    ol li.highlight i.icon-move {
      background-image: url("img/glyphicons-halflings-white.png"); }

/* line 42, application.css.sass */
ol.nested_with_switch, ol.nested_with_switch ol {
  border: 1px solid #eeeeee; }
  /* line 44, application.css.sass */
  ol.nested_with_switch.active, ol.nested_with_switch ol.active {
    border: 1px solid #333333; }

/* line 48, application.css.sass */
ol.nested_with_switch li, ol.simple_with_animation li, ol.default li {
  cursor: pointer; }

/* line 51, application.css.sass */
.switch-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px; }

/* line 57, application.css.sass */
.navbar-sort-container {
  height: 200px; }

/* line 61, application.css.sass */
ol.nav li, ol.nav li a {
  cursor: pointer; }
/* line 63, application.css.sass */
ol.nav .divider-vertical {
  cursor: default; }
/* line 66, application.css.sass */
ol.nav li.dragged {
  background-color: #2c2c2c; }
/* line 68, application.css.sass */
ol.nav li.placeholder {
  position: relative; }
  /* line 70, application.css.sass */
  ol.nav li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }
/* line 81, application.css.sass */
ol.nav ol.dropdown-menu li.placeholder:before {
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  margin-left: none;
  top: 0;
  left: 10px;
  border-right: none; }

/* line 91, application.css.sass */
.sorted_table tr {
  cursor: pointer; }
/* line 93, application.css.sass */
.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }
  /* line 100, application.css.sass */
  .sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }

/* line 111, application.css.sass */
.sorted_head th {
  cursor: pointer; }
/* line 113, application.css.sass */
.sorted_head th.placeholder {
  display: block;
  background: red;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }
  /* line 121, application.css.sass */
  .sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }
