.adminAccountWidget {
  border: silver;
  border-style: solid;
  border-width: thin;
  padding: 4px;
  border-radius: 4px;
}

.accountTreeWidgetTree {
  overflow: auto;
}

.selectAccountWidget {
  color: black;
  border: none;
  padding: 4px;
  border-radius: 4px;
}

.homeAccountNode.accessibleAccountNode {
  color: #68ac82;
}

.accessibleAccountNode {
  color: #2196f3;
}

.superAccountNode.legend,
.accessibleAccountNode.legend,
.accessibleAccountNode.homeAccountNode.legend {
  background-color: white;
  padding: 2px;
  font-weight: bold;
}

.superAccountNode {
  color: #fb8c00;
}

.nonMemberAccountNode {
  color: dimgrey;
}

.normalTreeNode {
  color: black;
}

.treeMessageText {
  color: rgb(212, 60, 116) !important;
  display: inline-block;
}

.treeButtonNav {
  display: inline-block;
  cursor: pointer;
}

.treeButtonNav[disabled] {
  cursor: not-allowed;
}

.navigationTree {
  width: 100%;
}

.uacButton.btn-secondary {
  background-color: rgb(212, 60, 116);
  color: #fff;
  border-color: rgb(212, 60, 116);
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1px;
}

.uacButton.btn-secondary:hover {
  background-color: #fff !important;
  color: rgb(212, 60, 116) !important;
  border-color: rgb(212, 60, 116) !important;
}

.uacButton.btn-secondary.disabled:hover {
  cursor: default;
  background-color: #fff;
  color: #212529;
}

.accountTreeButtonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.viewAsTextElement {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-bottom: -5px; /* account for inline-block? */
}

@media screen and (max-width: 1020px) {
  .viewAsTextElement {
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  .viewAsTextElement {
    max-width: 100px;
  }
}
@media screen and (max-width: 930px) {
  .viewAsTextElement {
    max-width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .accountTreeButtonContainer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*.vakata-context { <-- supposed to make contextmenu work in model*/
/*   z-index: 1100*/
/*}*/
.jstree-default .jstree-search {
  color: #d43c74 !important;
}