.wit-query-selector-container {
  width: 399px;
  /*overrides for the tree elements to prevent context menus from showing up**/
  /*overrides for the tree elements to center align the text*/
  /**style the tree drop down with the size of the selector and a small border*/
}

.wit-query-selector-container .query-selector {
  position: relative;
}

.wit-query-selector-container .query-selector .select-query-dropdown-watermark {
  font-size: 14px;
  font-family: Segoe UI;
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.wit-query-selector-container .query-selector span {
  vertical-align: middle;
}

.wit-query-selector-container .query-selector:hover {
  cursor: pointer;
}

.wit-query-selector-container .query-selector .select-query-progress {
  display: none;
  position: absolute;
  right: 27px;
  margin: 0;
  top: 5px;
}

.wit-query-selector-container .query-selector .select-query-progress img {
  height: 14px;
}

.wit-query-selector-container .query-selector-disabled {
  pointer-events: none;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border: none;
}

.wit-query-selector-container .popup-content-control {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /**style the tree to align to composition and with the combo display*/
  /*overrides for the tree elements to prevent context menus from showing up**/
}

.wit-query-selector-container .popup-content-control input[type=text] {
  width: 100%;
}

.wit-query-selector-container .popup-content-control .query-folder-tree {
  top: 19px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  max-height: 200px;
  overflow-y: auto;
}

.wit-query-selector-container .popup-content-control .icon-pin,
.wit-query-selector-container .popup-content-control .node.nofocus.info,
.wit-query-selector-container .popup-content-control .node-no-context-menu {
  display: none;
}

.wit-query-selector-container .tree-children .node-link-hidden {
  display: none;
}

.wit-query-selector-container .tree-children div.node-content {
  padding-top: 0.1em;
}

.wit-query-selector-container .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

.wit-query-selector-container .popup-content-control .query-folder-tree {
  width: 396px;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.wit-query-selector-container .select-query-dropdown {
  color: black;
  border: none;
}

.wit-query-selector-container .icon-drop {
  width: 16px;
  height: 20px;
  display: inline-block;
  background-position-y: 50% !important;
  position: absolute;
  right: 0;
}

.wit-query-selector-container .query-selector > input[type=text] {
  padding: 0 12px 0 12px;
  height: 30px;
  width: 100%;
}
