$paddingWidth: 10px;
.flex-class {
  display: flex;
  position: absolute;
  left: $paddingWidth;
  bottom: $paddingWidth;
  top: $paddingWidth;
  //background-color: white;
  right: $paddingWidth;
}
.treeClass {
  position: relative;
  width: 400px;
  background: #fff;
  border-radius: 6px;
  margin-top: 0px;
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  color: #333333;
  height: auto !important;
  //float: left;
  overflow-x: auto;
  margin-right: 5px;
  transition: 0.5s;
}
.treeClassHidden {
  position: relative;
  width: 20px;
  background: #fff;
  border-radius: 6px;
  margin-top: 0px;
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  color: #333333;
  height: auto !important;
  //float: left;
  overflow-x: auto;
  margin-right: 5px;
  transition: 0.5s;
}
//.hidden {
//  visibility: hidden;
//}
.tree-width {
  width: 400px;
}
.table-class {
  //width: 75%;
  flex: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  margin-top: 0px;
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  color: #333333;
  height: auto !important;
  overflow-y: auto;
  z-index: 999;
  //float: right;
}
.box-center {
  text-align: center;
  .span-center {
    font-size: 16px;
    color: #6e778f;
    clear: both;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-right {
    float: right;
  }
}
.tree-text-size {
  margin-left: 8px;
  font-size: 16px
}
.tree-btn-class {
  margin-left: 0px;
}
.circle-btn-class {
  width: 22px;
  height: 22px;
  padding: 0px;
  margin-left: 8px;
}
.circle-btn-class:hover {
  background-color: #e8f0ff;
  border-radius: 50%;
}
.item-bottom-class {
  .el-form-item {
    margin-bottom: 10px;
  }
}
.organ-class {
  color: #606266;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.checkbox-class {
  margin-left: 20px;
}

.expand-class {
  margin-left: 20px;
  cursor:pointer;
}

.add-class {
  cursor:pointer;
}

.organ-divider {
  .el-divider--horizontal {
    margin: 10px 0;
  }
}

.icon-color {
  color: #6e778f;
}
.iconClass {
  margin-right: 10px;
  cursor:pointer;
  line-height: 100px;
  height: 100px;
  color: #4c73ff;
  position: absolute;
  right: 0;
  top:50%;
  margin-top: -50px;
  z-index: 99
}

.treeClazz {
  position: relative;
  display: flex;
}
.base_clomuns{
  max-height: 52px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.base_clomuns.more{
  height: auto;
  overflow: visible;
  display: inline-block;
}
.very_list{
  .el-button {
    padding: 0px;
  }
  //color: #1482f0;
  color: #99a9bf;
  text-align: center;
  font-size: 3px;
  cursor: pointer;
}
.very_list:hover{color:#1482f0;}
.very_list1{
  color: #1482f0;
  //color: #99a9bf;
  font-size: 3px;
  text-align: center;
  cursor: pointer;
}
.vue-treeselect__input-container {
  height: 36px;
}
i {
  cursor: pointer;
}
.buttonGroup {
  margin-top: 2px;
  height: 36px;
  line-height: 36px;
}
.inputwidth {
  width: 200px;
}
