.verTreeIcon {
  font-family: "verTreeIcon" !important;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
}

.icon-plus:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../static/tree-close.svg);
  margin-right: 4px;
}

.icon-gobottom:before {
  content: "\e65d";
}

.icon-minus:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../static/tree-open.svg);
}

.icon-check-box-others:before {
  content: "\e662";
}

.icon-info:before {
  content: "\e7c5";
}

.icon-menu:before {
  content: "\e603";
}

.icon-check-box-cicre:before {
  margin-right: 4px;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../static/select-actived.png);
}

.icon-warning:before {
  content: "\e68f";
}

.icon-error:before {
  content: "\e621";
}

.icon-edit-remark:before {
  content: "\e623";
}

.icon-info-o:before {
  content: "\e614";
}

/* .icon-check-box:before { content: "\e600" !important;width: 30px; } */
.icon-check-box:before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../static/select-none.png);
}

.icon-caret-left:before {
  content: "\e6cc";
}

.icon-caret-down:before {
  content: "\e6cd";
}

.icon-caret-right:before {
  content: "\e6ce";
}

.icon-caret-up:before {
  content: "\e6d0";
}

.icon-radio-cicre:before {
  content: "\e677";
}

.icon-gotop:before {
  content: "\e602";
}

.icon-radio:before {
  content: "\e66a";
}

.icon-success:before {
  content: "\e61a";
}

.icon-refresh:before {
  content: "\e652";
}