.checkBoxList {
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
}
.checkBoxList table {
  width: 100%;
}
.checkBoxList table label {
  cursor: pointer;
}
.checkBoxList table td.mult-add > div {
  position: relative;
}
.checkBoxList table td.mult-add a {
  font-size: 11px;
}
.DataFormSearch .check-list__wrapper {
  max-height: 120px;
}
.check-list__help-wrapper span.help {
  position: absolute;
  left: -3px;
  bottom: 5px;
}
.check-list__wrapper {
  max-height: 320px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}
.check-list__buttons {
  border-top: 1px solid #eee;
  text-align: right;
  padding: 5px;
}
.check-list__buttons button {
  margin-left: 5px;
}
