/***
 **	EDIT BLOCK
 **/
.octo-edit{z-index:9999;bottom: 0; right: 0; width: 100%;position: fixed; margin-bottom: 0 !important;}
.octo-edit i{font-size:16px;}
        .dyndata{
          display:none !important;
        }
 .main-content{padding-bottom: 50px !important}
.badge .fa{padding:1px 3px;}                
                
/***
 **	TREE BLOCK
 **/	

#target{display:none;position: absolute;left:-999px;} 	

/*
  breadcrumbs
*/
ul.breadcrumbs{
  margin: 20px 0 0 0 ;
  list-style-type: none;
  padding:0;
}
ul.breadcrumbs li {
  margin-left: 3px;
  color: #999;
  float: left;
  padding: 0;
}

ul.breadcrumbs li:before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #bbb;
}

ul.breadcrumbs li:first-child {
  margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
  margin: 0;
}

ul.breadcrumbs li a {

}

[data-total-loading] {position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 999; cursor: wait; display: none;}