.custom-tree-wrapper {
  display: inline-block;
  position: relative;
}
.custom-tree-wrapper .scoreDropDownBtn {
  width: 250px;
}
.custom-tree-wrapper .dropdown-toggle {
  background-color: white;
}
.custom-tree-wrapper .dropdown-toggle .caret {
  width: 10px;
  height: 10px;
  border: none;
  margin-top: -2px !important;
}
.custom-tree-wrapper .dropdown-toggle .caret:before {
  content: url(../../../../app-resources/images/ie11Trigangle.png);
  margin-left: -12px !important;
  margin-right: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-tree-wrapper .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    margin-top: 0px;
    margin-right: -10px;
  }
  .custom-tree-wrapper .dropdown-toggle .caret:before {
    content: url(../../../../app-resources/images/chromeTriangle.png);
    margin-left: 3px;
  }
}
.custom-tree-wrapper .dropdown {
  position: initial;
}
.custom-tree-wrapper .expander {
  line-height: 25px;
}
.custom-tree-wrapper .dropdown-menu {
  color: #333333;
  width: 250px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  max-height: 200px;
}
.custom-tree-wrapper .select-dropdown-icon {
  -webkit-appearance: menulist;
  -webkit-rtl-ordering: logical;
}
.custom-tree-wrapper .angular-ui-tree-handle {
  width: 90%;
  height: 25px;
  line-height: 25px;
  margin-bottom: 0px;
  padding: 0 10px;
}
.custom-tree-wrapper .angular-ui-tree-handle:hover {
  width: 90%;
  background-color: #f16100;
  height: 25px;
  line-height: 25px;
  color: white;
  padding: 0 10px;
}
