.org-white-btn {
  width: 74px;
  height: 32px;
  font-size: 14px;
  color: #101010;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  background: #fff;
  outline: none;
}
.org-container {
  padding: 16px;
  background-color: #fff;
}
.org-tree {
  width: 19%;
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  height: 564px;
}
.org-tree div.ztree {
  overflow: auto;
  height: 534px;
}
.org-tree ul.tree-header {
  height: 30px;
  margin: 0;
  padding-left: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.org-tree ul.tree-header i {
  font-size: 15px;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 7px;
  color: #777777;
  cursor: pointer;
}
.org-tree ul.tree-header i.fr {
  padding-right: 10px;
}
.org-tree .dropdown-menu {
  width: 100%;
  z-index: 2000;
}
.org-chart {
  width: 80%;
  position: relative;
}
.org-chart .diagram {
  background-color: #fff;
  border: solid 1px black;
  width: 100%;
  height: 564px;
}
.edit-page .calen {
  display: inline;
}
.edit-page .date-est {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #999999;
}
.edit-page .est-date {
  line-height: 39px;
  width: 30%;
  padding: 0 10px;
  border: 1px solid #BFBFBF;
  position: relative;
}
.edit-page .est-date input {
  padding: 0;
  border: none;
}
.edit-page .est-date .top15-margin {
  margin-top: -15px;
}
.edit-page .orgtype {
  line-height: 35px;
  width: 30%;
  display: inline-block;
}
/**
 * tree search style--lihzik
 */
.org-container .search {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.org-container .search-icon {
  z-index: 15;
}
@media (min-width: 1280px) {
  .org-tree,
  .org-chart .diagram {
    height: 564px;
  }
  .org-tree div.ztree {
    height: 534px;
  }
}
@media (min-width: 1366px) {
  .org-tree,
  .org-chart .diagram {
    height: 538px;
  }
  .org-tree div.ztree {
    height: 508px;
  }
}
@media (min-width: 1440px) {
  .org-tree,
  .org-chart .diagram {
    height: 670px;
  }
  .org-tree div.ztree {
    height: 640px;
  }
}
@media (min-width: 1680px) {
  .org-tree,
  .org-chart .diagram {
    height: 670px;
  }
  .org-tree div.ztree {
    height: 640px;
  }
}
/*uploader*/
.uploader div:nth-child(2) {
  left: 0px!important;
  top: 0px !important;
  width: 76px !important;
  height: 32px !important;
}
#btn-plus-group{
  display: none;
  position: relative;
}
#btn-plus-group .sanjiao{
  position: absolute;
  background: #737373;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  top: -37px;
  left: 7px;
}
#btn-plus-group button{
  border:none;
  background: #737373;
  color: #fff!important;
  position: absolute;
}
#btn-plus-group button.addOrgBtn{
  top: -47px;
  left: -16px;
}

#btn-plus-group button.addDeptBtn{
  top: -47px;
  left: 53px;
}
.button-containers {
  border-bottom: 1px solid #EEEFF1;
  height: 56px;
  /*margin: 10px 20px 0 20px;*/
  padding: 10px 20px;
  background-color: #FFF;
}
