.role-multi-selector-container {
  display: inline-block;
  position: relative;
  /*.angular-ui-tree-handle {
        margin-bottom: 0px;
    }

    .expander {
        line-height: initial;
    }

    .angular-ui-tree-node .angular-ui-tree-node .angular-ui-tree-handle:hover {
        background-color: #cccccc;
    }*/

}
.role-multi-selector-container .text-ellipsis {
  white-space: nowrap;
  word-break: normal;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.role-multi-selector-container .role-tree-container {
  overflow-y: auto;
  min-height: 200px;
  width: 250px;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
  background-color: white;
  -moz-box-shadow: 0 10px 20px black;
  -webkit-box-shadow: 0 10px 20px black;
  box-shadow: 0 10px 20px black;
}
.role-multi-selector-container .role-tree-container .tree-role-item {
  min-height: 0px;
  display: inline-block;
  padding: 0 10px;
}
.role-multi-selector-container .role-tree-container .tree-item-selected {
  color: white;
  background-color: #f16100;
  padding: 0 10px;
}
.role-multi-selector-container .role-tree-container .role-tree {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 0 0 10px;
}
.role-multi-selector-container .selector-input {
  width: 250px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  -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;
}
