
div.orgChart {
  margin : 10px;
  padding : 20px;
}
/*tbody{*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*tbody>tr{*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 20px;*/
/*}*/
/*tr.lines{*/
/*  display: table-row;*/
/*  gap: 0;*/
/*}*/
/*tr{*/
/*  position: relative;*/
/*}*/
/*tr:before{*/
/*  content: '';*/
/*  display: block;*/
/*  width:5px;*/
/*  height:50%;*/
/*  background-color: #0d6efd;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right:-20px;*/
/*}*/
tr.lines tbody{
  display: table-row-group;
}
div.orgChart h2 {
  margin : 0;
  font-size : 12px;
  font-weight: normal;
  min-height: 20px;
}

div.orgChart h2:hover {
  /*background: #fcfaca;*/
  cursor: text;
}

div.orgChart ul {
  list-style : none;
  margin : 4px;
  padding : 0;
  font-size : 0.8em;
  text-align : left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul { text-align : center; }

div.orgChart table { width : 100%; }

div.orgChart tr.lines td.line {
  width : 1px;
  height : 20px;
}

div.orgChart tr.lines td.top { border-top : 1px dashed black;
}

div.orgChart tr.lines td.left { border-left : 1px dashed black;}

div.orgChart tr.lines td.right { border-left : 0 dashed black;}

div.orgChart tr.lines td.half { width : 50%;}

div.orgChart td {
  text-align : center;
  vertical-align : top;
  padding : 0 2px;
}

div.orgChart div.node {
  cursor : default;
  border : 1px solid #e7e7e7;
  display : inline-block;
  padding : 5px;
  width :100px;
  height : 50px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#e3eef9 100%); /* W3C */
  line-height : 1.3em;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  position: relative;
  box-shadow: 1px 1px 0px #ddd;
}

.org-add-button,
.org-del-button,
.org-confirm-del-button,
.zp-edit-button,
.zp-personnelchart {
  position: absolute;
  font-size: 10px;
  cursor:pointer;
}
.zp-personnelchart{
  bottom:0;
  left: 50%;
  margin-left: 8px;
}
.org-add-button{
  bottom:0;
  left: 5px;
  /*padding-left: 13px;*/
  /*background: url(./add.png) no-repeat 0 3px;*/
}

.zp-edit-button {
    bottom: 0;
    left: 25px;
}

.org-add-button:hover,
.org-del-button:hover,
.zp-edit-button,
.zp-personnelchart:hover{
  /*background-color: #eef;*/
  color:blue;
  border-radius: 2px;
  cursor: pointer;
}

.org-del-button {
  /*background: url(./delete.png) no-repeat;*/
  /*width: 12px;*/
  /*height: 12px;*/
  bottom:0;
  right: 5px;
}

.org-input { width: 90px;}

.org-confirm-del-button { display: none; }
