/*
 * 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.
 */
#treePane.searchFiltered li.result > a {
  background-color: #ccc;
  border: none;
  border-radius: 3px;
  margin: 0 0 1px 0;
  padding: 2px 7px 2px 3px;
}
#treePane.searchFiltered li.result > a.jstree-clicked {
  color: white !important;
  background-color: #333;
  border: 2px solid black;
}
#treePane.searchFiltered li.result > a.jstree-hovered {
  color: #555 !important;
}
#treePane.searchFiltered li.result > a.jstree-hovered.jstree-clicked {
  color: #efefef !important;
}
#treePane.searchFiltered li.titleResult > a {
  background-color: #ffeea0;
}
#treePane.searchFiltered li.titleResult > a.jstree-clicked {
  color: white !important;
  background-color: #ffa500;
  border: 2px solid #e68d08;
}
#treePane.searchFiltered li.titleResult > a.jstree-hovered {
  color: #e68d08 !important;
}
#treePane.searchFiltered li.titleResult > a.jstree-hovered.jstree-clicked {
  color: #ffeea0 !important;
}
#treePane.searchFiltered li.idResult > a {
  background-color: #99d9ea;
}
#treePane.searchFiltered li.idResult > a.jstree-clicked {
  color: white !important;
  background-color: #0093b8;
  border: 2px solid #0093b8;
}
#treePane.searchFiltered li.idResult > a.jstree-hovered {
  color: #0093b8 !important;
}
#treePane.searchFiltered li.idResult > a.jstree-hovered.jstree-clicked {
  color: #99d9ea !important;
}
