.custom-tree-wrapper {
  display: inline-block;
  position: relative;
}
.custom-tree-wrapper .ivhtreedata {
  margin: 10px 0px 0px 20px;
}
.custom-tree-wrapper .menu-tree-container {
  max-height: 300px;
  width: 250px;
}
.custom-tree-wrapper .dx-searchbox {
  margin: 12px;
}
.custom-tree-wrapper .org-selector-input {
  width: 250px;
  font-size: 12px;
  line-height: 1.35715;
  color: #555555;
  background-color: white;
  background-image: none;
  /*border: 1px solid #d04a02;
        outline:none;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
