﻿.node-tree, #facets .panel-title
{
   white-space:nowrap; 
   overflow:hidden;
   text-overflow:ellipsis;
   z-index:100;
   border:none;
   cursor: default;
}

.node-tree .click-collapse, .node-tree .click-expand {
    cursor: pointer;
}

.node-tree:hover:not(.inactive)
{
    background-color:#F5F5F5;
} 

.tree li
{
    font-size: 90%;
    cursor: pointer;
}

.click-expand
{
    font-size: 80%;
}

.click-collapse
{
    font-size: 80%;
}

.tree a
{
    text-decoration: none;
    color: black;
}

.tree .indent
{
    margin-right: 3px;
    margin-left: 6px;
}


.panel-body
{
    padding: 0px;
}

li.node-tree
{
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

[data-level='1'] {
    font-weight: bold;
}



.click-expand:hover, .click-collapse:hover
{
    color: #008dc9;
}

.facet-count {
    color: #008dc9;
}

.node-selected
{
    background-color: #DDDDDD;
}

.spacer {
     margin-right: 10px;
}
