#treeClearSearch {cursor:pointer}
#treeSearchText {height:34px; /*border-radius: 3px 0 0 3px;*/}
#searchTreeBtn { height: 34px; width: auto; padding: 0px 10px;}
.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background: url('../images/icon-plus.png') 0px 0px no-repeat;
    background-position:0px !important;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background: url('../images/icon-minus.png') 0px 0px no-repeat;
}
.jstree-anchor {
    white-space : normal !important;
    height : auto !important;
    padding-right : 24px;
    display:inline-block;
    width:100%;
}
.jstree-open > .jstree-anchor {font-weight: 700;}
#CPVList a.cpv-url {
    position: absolute;
    right: -150px;
    font-weight: 400;
    color: #000;
    background: #f1f1f1;
    padding: 0px 15px;
    border-radius: 4px;
    font-size: 12px;
    z-index:10;
}
