nav {
  position: relative;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

h3 {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: 6px;
  /*height: 100%;*/
  width: 100%;
}

.container {
  position: relative;
  margin-top: 150px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 10px;
  min-height: 500px;
  background: #eee;
  box-shadow: 0px 0px 10px 2px #bbb;
}

.container h3 {

    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 2px 0 1px #9bf;
    height: 44px;
    margin: 0;
    padding: 14px 0 0;
    pointer-events: none;
    position: absolute;
    text-indent: 80px;
    width: 100%;
}
.route {
  position: relative;
  list-style-type: none;
  border: 0;
  margin: 0;
  /*padding: 13px 20px 0;*/
  padding: 0 0 7px;
  top: 0px;
  max-height: 100%;
  width: 100%;
  /*background: #ECECEB;*/
  background: #e9e9e9;
  border-radius: 2px;
  z-index: -1;
}

.route.object {
    padding: 0 0 52px;
}

.route span {
  position: absolute;
  top: 13px;
  left: 20px;
  -ms-transform: scale(2);
  cursor: move;

    /* IE 9 */

  -webkit-transform: scale(2);
  /* Chrome, Safari, Opera */

  transform: scale(2);
  z-index: 10;
  cursor: move;
}

.route .title {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    height: 81px;
    line-height: 21px;
    margin: 0;
    padding: 12px 138px 12px 200px;
    position: absolute;
    text-indent: 0;
    width: 810px;
    /*ointer-events: none;*/
}
.route .title.object {
    width: 898px;
}

.route.category > .title {
    background: none repeat scroll 0 0 #EDEDED;
}
.first-title { margin-left: 10px; }

.space {
  position: relative;
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0 0 52px;
  margin-left: 70px;
  width: 60px;
  top: 56px;
  height: 100%;
  z-index: 1;
}

.first-space { margin-left: 0; }

.hierarchy-wrap{
    background: none repeat scroll 0 0 #fff;
    padding: 0 0 0 12px;
    margin: 20px 0 0;
}
.hierarchy-block{
    /*width: 700px;*/
}

.hierarchy-block h3{
    margin: 0;
    padding: 14px 0 0;
    /*pointer-events: none;*/
    position: absolute;
    text-indent: 80px;
    width: 810px;
}

.route img{
    position: absolute;
    top: 4px;
    left: 2px ;
    cursor: move;
    padding: 0 8px 0 59px;
}
#space0 {
    /*top: 12px;*/
}
#title0 {
    position: static;
    /*width: auto;*/
    font-size: 21px;
    text-indent: 0;
    padding: 15px 0 10px;
    float: left;
}
.save_hierarchy_objects{
    float: right;
    margin: 17px 0 0;
    cursor: pointer;
}
.status_message{
    position: fixed;
    top:50%;
    left: 50%;
    z-index: 10000;
    font-size: 24px;
    color: #678DCA;
}
.route .pointer{
    position: absolute;
    top:13px;
    right: 20px;
    background-image: url("../images/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
    cursor: pointer;
    z-index: 1000;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
}
#add_categoties{
    display: none;
    margin: 18px 0 0;
}
/*
.route .row-actions{
    position: absolute;
    left: 730px;
    top:4px;
    z-index: 1000;
}
.route .row-actions span{
    position: static;
    transform: none;
}
*/
.route span.trash{
    position: absolute;
    top: 10px;
    left: 888px;
    transform: none;
    font-size: 12px;
}
.route span.trash a{
    color: #a00;
    text-decoration: none;
}
.route span.trash a:hover{
    color: red;
}
.route .title:hover .trash{
    visibility: visible;
}
.route.inserted span.trash{
    left: 532px;
}