#facetview_freetext{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#facetview_filters h3{
    margin:40px 0 20px 0;
}
#facetview_advanced{
    float:left;
    clear:left;
    margin:10px;
    padding:3px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a1a1a1;
    color:#a1a1a1;
    overflow:hidden;
    width:165px;
}
#facetview_advanced select{
    width:160px;
    background:#fff;
    border:1px solid #a1a1a1;
    color:#a1a1a1;
    font-size:11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#facetview_visualisation{
    border:1px solid #ccc;
    margin:10px 0 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.facetview_rangecontainer{
    border:1px solid #ccc;
    padding:5px;
    margin-bottom:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.node{
    cursor:pointer;
}
.facetview_filterchoice{
    text-decoration:none;
    color:#373737;
}
.facetview_filterselected{
}
.facetview_facetlogic{
}
.facetview_freetext_filterdiv{
    float:left;
    clear:both;
    background:#eee;
    padding:0;
    color:green;
    width:100%;
}
.facetview_advancedshow{
    text-decoration:none;
    color:#a1a1a1;
}

.facetview_resultactions a{
    color:#353535;
    font-weight:bold;
    text-decoration:none;
    margin:0 5px 0 5px;
}

.facetview_tree {
/*    
    overflow-y: auto;
    overflow-x: hidden;
*/
    width: 100%;
}

.jstree-default a.jstree-anchor {
    white-space:normal;
    height: auto;
    margin-right: 5%;
}

.jstree-default .jstree-clicked {
    background: white;
    box-shadow: none;
}

.facetview_facetrange_remove {
    display: none;
}

.facetview_rangecontainer {
    border: none;
}

.btn-group{
    margin-left: 0px !important;
}

.facetview_geocontainer input {
  margin: 0 0 10px 0;
  height: 24px;
  width: 150px;
}

.facetview_geocontainer span {
  float: left;
  width: 75px;
  color: rgb(45, 116, 156);
}

.facetview_geocontainer ul{
    background:none;
    border:none;
    margin:0 !important;
}

li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background-color:white !important;
}

.facetview_geocontainer li{
    background:none !important;
}

li.ui-state-default.ui-corner-top.ui-state-hover {
    background-color:#e6e6e6 !important;

}

li.ui-state-default.ui-corner-top {

    background-color: #ddd !important;
}

.facetview_geocontainer a.geo-facet-type{
    color: rgb(45, 116, 156) !important;
    font-weight: bold;
}

.facetview_showtree_eealabel{
    width: 85%;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

#facetview_results th {
    display: table-cell;
    vertical-align: top;
}

#facetview_results th div {
    height: 48px;
    overflow: hidden;
}

.facetview_tree.jstree .ui-resizable-handle.ui-resizable-s{
    background-color: #efefef;
    height: 9px;
}
.facetview_tree.jstree .ui-resizable-handle.ui-resizable-s .ui-icon-grip-solid-horizontal{
    margin: 0 auto;
    position: relative;
    top: -6px;
    z-index: 91;
}
.facetview_tree.jstree .facetview_tree_container{
    position : relative;
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
