div#tree-batiment td.tree-action-group {
  width: 310px;
}

div#tree-batiment a.tree-action {
  color: #777;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

div#tree-batiment a.tree-action i {
  line-height: 30px;
  font-size: 20px;
}

div#tree-batiment a.tree-action:hover {
  cursor: pointer;
  color: #000;
}

div#tree-batiment a {
  color: #444;
}

div#tree-batiment table.list th a {
  color: #fff;
}


/* only indent following elements */

div#tree-batiment ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul#tree_root > li.tree-node,
ul#tree_root > li.tree-node > ul > li.tree-node {
  margin-left: 0px;
}

li.tree-node {
  margin-left: 20px;
}
form#filter_form li.tree-node{
  margin-left:0px;
}

li.tree-node td.node-bullet {
  background-image: url(/img/tree/tee.png);
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

li.tree-node .node-section {
  background-image: url(/img/tree/line.png);
  background-repeat: repeat-y;
  /*background-position-x: 2px;*/
}

li.tree-node:last-child > div > .node-section {
  background-image: none;
}


/* complex expression that says to set the last tree-nor with
   a dirrent background */

li.tree-node:last-child > div > table > tbody > tr > td.node-bullet {
  background-image: url(/img/tree/corner.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

li.tree-node:last-child > ul {
  background-image: none;
}

li.tree-node > ul {
  background-image: url(/img/tree/line.png);
  background-repeat: repeat-y;
  /*background-position-x: 2px;*/
}

li.tree-node > div.batiment-node:hover,
li.tree-node > div.dossier-node:hover,
li.tree-node > div.org-node:hover {
  cursor: pointer;
  background-color: #eee;
}

a.batiment-item {
  display: block;
  width: 100%;
  height: 37px;
  line-height: 38px;
  overflow: hidden;
}

div.org-node {
  width: 100%;
  height: 35px;
  background-color: #ddd;
  border-top: 1px solid #eee;
  font-weight: bold;
}


/*ul#tree_root div.org-node:first-child{
  border-top:0px solid #696969;
}*/

div.org-node a.tree-node-action > i.icon-expand-alt,
div.org-node a.tree-node-action > i.icon-collapse-alt {
  font-size: 20px;
}

td i.icon-collapse-alt,
td i.icon-expand-alt {
  font-size: 20px;
}

div.org-node > table > tr > td > a.tree-node-action {
  line-height: 35px;
}

div.dossier-node {
  height: 32px;
  box-sizing: border-box;
  background-color: #e1e1e1;
  /*border-left: 2px solid #eee;*/
  /*border-bottom:1px solid #eee;
  border-top:1px solid #eee;*/
}

div.dossier-node a.tree-node-action > i.icon-folder-close-alt,
div.dossier-node a.tree-node-action > i.icon-folder-open-alt {
  font-size: 20px;
  line-height: 30px;
  color: #555;
}

div.batiment-node {
  background-color: #fff;
  height: 40px;
  box-sizing: border-box;
  /*border-left: 2px solid #eee;*/
  /*border-bottom:1px solid #eee;
  border-top:1px solid #eee;*/
}

div.batiment-node a.batiment-item > i.icon-building {
  font-size: 20px;
  margin-left: 5px;
}

div.batiment-node a.batiment-item > span {
  margin-left: 5px;
}

div.tree-header {
  margin: auto;
  background-color: #424242;
}

td.tree-header-item {
  font-size: 16px;
  padding: 5px 0px 5px 5px;
  color: #fff;
}

div.tree-body {
  max-height: 500px;
  overflow-y: scroll;
  margin: auto;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

ul.tree-root {
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

li.tree-node > ul > li.tree-node {
  background-color: #fff;
}

div#tree-batiment a.tree-node-action > span {
  margin-left: 5px;
}

a.tree-node-action {
  display: block;
  width: 100%;
  margin-left: 5px;
  background-color: transparent;
  line-height: 33px;
  height: 33px;
}

.left-spacing {
  margin-left: 10px;
}

.top-spacing {
  margin-top: 16px;
}

.text-left {
  text-align: left;
}
