/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
table.reqIFExport li.tracker .warningSign {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../../../images/newskin/action/permission-alert.png') no-repeat center center;
}
table.reqIFExport .viewSelectorContainer .selectedView {
  margin-right: 1em;
}
.treeContainer .treeSearchBoxContainer {
  width: 100%;
  margin-bottom: 0.5em;
}
.treeContainer .treeSearchBoxContainer .treeSearchContainer {
  width: 50%;
}
.treeContainer .treePane {
  height: 400px;
}
.treeContainer .treePane.jstree-search:not(.jstree-clicked) {
  background-color: #FFF7EB;
}
.treeContainer .treePane .jstree-anchor > .jstree-icon {
  background-color: #5F5F5F;
}
.treeContainer .treePane li[data-type="default_folder"] > .jstree-anchor > .jstree-icon,
.treeContainer .treePane li[data-type="folder"] > .jstree-anchor > .jstree-icon {
  background-color: #FFAB46;
}
.treeContainer .treePane a.jstree-anchor.jstree-search:not(.jstree-clicked) {
  background-color: #FFF7EB;
}
