#indicatorTreeModal .modal-dialog {
  max-width: 70%;
}

.indicator_name_field {
  min-height: 60px;
  border: 1px solid #969696;
  border-radius: 5px;
  background-color: #dbdbdb;
  padding: 5px 10px;
}

#table_div {
  width: 100%;
  overflow: auto;
}

.jstree-anchor {
  white-space: normal !important;
  height: auto !important;
  padding-right: 28px;
}
