#pnlSearchOptions {
  float: right;
  font-size: 1em;
}
.ie8 #pnlSearchOptions,
.ie9 #pnlSearchOptions {
  width: 2em;
}
#pnlSearchOptions .ui-dropDown-tab {
  float: right;
  width: 2em;
  height: 1.6em;
  padding: 0.25em 0 0.25em 0;
  border-width: 1px 0 1px 1px;
  border-color: #aaa;
  border-style: solid;
  background-color: #e5e5ec;
  background-image: url(../img/filter_icon.png?1747630807);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#pnlSearchOptions .ui-dropDown-tab:hover,
#pnlSearchOptions .ui-dropDown-tab.ui-dropDown-tab-open:hover {
  background-color: #c8c8cf;
}
#pnlSearchOptions .ui-dropDown-tab.ui-dropDown-tab-open {
  background-color: #b4b4bb;
}
#navigationToggle,
#labelToggler {
  float: right;
  padding-top: 0.55em;
  height: 1.1em;
}
#pnlSearchOptions .ui-dropDown-content {
  top: 1px;
  left: 2.1em;
  width: 20em;
  padding: 0;
  z-index: 10000;
/*as of 20120106 the most likely source of conflict would be settings dropDowns, they have z-index but should start much lower*/
  box-shadow: 2px 2px 2px #606060;
}
#pnlSearchOptions h4 {
  min-height: 0;
}
#pnlSearchOptions ul {
  float: left;
  margin: 0 0.5em;
  padding-left: 0;
}
#pnlSearchOptions li {
  padding: 0.15em 0;
}
#pnlSearchOptions li:hover,
#pnlSearchOptions li.selected {
  color: #005cb0;
  background-color: #b2b4bf;
  cursor: pointer;
}
#txtDeviceSearch {
  width: 78%;
  margin: 0 0 0 3%;
}
#findGateways {
  width: 11em;
  font-size: 0.833em;
}
.tree-itemBody {
  overflow: hidden;
  height: 20px;
}
.tree-itemContent {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 20px;
  padding-top: 0.3em;
  cursor: pointer;
}
.tree-arrowPlaceholder {
  float: left;
  width: 13px;
  height: 20px;
  margin-right: 0.2em;
}
.tree-itemContent:hover {
  color: #005cb0;
  background-color: #b2b4bf;
}
.tree-itemSelected.badDeviceState .tree-itemContent {
  color: #ff5a00;
}
.tree-itemSelected.absent .tree-itemContent {
  color: #bbb;
}
.tree-itemSelected.warning .tree-itemContent {
  color: #ff8040;
}
.tree-itemSelected.mismatched .tree-itemContent {
  color: #ff8040;
}
.tree-itemSelected.absent.mismatched .tree-itemContent {
/*selected no hover*/
  color: #e19b17;
}
.absent .tree-itemContent:hover {
  color: #005cb0;
}
.absent.mismatched .tree-itemContent:hover {
/*on Hover not selected*/
  color: #ac7b39;
}
.tree-itemSelected .tree-itemContent:hover {
  color: #fff;
/*cursor: default;*/
}
.tree-itemSelected.badDeviceState .tree-itemContent:hover {
  color: #ff5a00;
/*cursor: default;*/
}
.tree-itemSelected.absent .tree-itemContent:hover {
  color: #bbb;
/*cursor: default;*/
}
.tree-itemSelected.absent.mismatched .tree-itemContent:hover {
/*selected and hover*/
  color: #e19b17;
}
.noSelect .tree-itemContent {
  cursor: default;
}
.noSelect .tree-itemContent:hover,
.noSelect .tree-itemSelected .tree-itemContent:hover,
.noSelect .tree-itemSelected .tree-itemContent {
  color: #000;
  background-color: #abbfce;
}
.noSelect .tree-itemSelected.badDeviceState .tree-itemContent,
.noSelect .tree-itemSelected.badDeviceState .tree-itemContent:hover {
  color: #f00;
  background-color: #abbfce;
}
.noSelect .tree-itemSelected.absent .tree-itemContent,
.noSelect .absent .tree-itemContent:hover,
.noSelect .tree-itemSelected.absent .tree-itemContent:hover {
  color: #808080;
  background-color: #abbfce;
}
.badDeviceState .tree-itemContent:hover {
  color: #f00;
}
.item-checked.tree-itemBody {
  background-color: #5596c5;
}
.item-disabled.tree-itemBody {
  background-color: #cecece;
  color: #808080;
}
.item-disabled.tree-itemBody > .tree-itemContent {
  background-color: #cecece;
  color: #808080;
  cursor: default;
}
.deviceTree,
.deviceTree ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #000;
}
.deviceTree ul {
  clear: both;
  list-style-type: none;
}
.deviceTree ul ul .tree-arrow,
.deviceTree ul ul .tree-arrowPlaceholder {
  margin-left: 1.1em;
}
.deviceTree ul ul ul .tree-arrow,
.deviceTree ul ul ul .tree-arrowPlaceholder {
  margin-left: 2.1em;
}
.deviceTree ul ul ul ul .tree-arrow,
.deviceTree ul ul ul ul .tree-arrowPlaceholder {
  margin-left: 3.1em;
}
.deviceTree ul ul ul ul ul .tree-arrow,
.deviceTree ul ul ul ul ul .tree-arrowPlaceholder {
  margin-left: 4.1em;
}
.deviceTree ul ul ul ul ul ul .tree-arrow,
.deviceTree ul ul ul ul ul ul .tree-arrowPlaceholder {
  margin-left: 5.1em;
}
.deviceTree ul ul ul .device .tree-itemContent {
  margin-left: 3.5em;
}
.deviceTree ul ul ul ul .device .tree-itemContent {
  margin-left: 4.6em;
}
.deviceTree li {
  float: left;
  width: 100%;
}
.deviceTree input[type="checkbox"] {
  float: right;
  margin-top: 0;
}
.filterSection {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 30em;
  padding: 0.5em 0;
}
.marker {
  position: relative;
  float: right;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 0.3em;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.marked.tree-itemBody .marker:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  background-color: #fff;
}
.allDescendantsMarked.tree-itemBody .marker {
  border-color: #fff;
}
.marked.allDescendantsMarked.tree-itemBody,
.tree-leaf.marked.tree-itemBody {
  background-color: #0071bc;
}
