 treecontrol {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* default */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:13px;
    color: #555;
    text-decoration: none;
}

treecontrol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

treecontrol li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

treecontrol li.tree-expanded i.tree-leaf-head, treecontrol li.tree-collapsed i.tree-leaf-head {display:none;}
treecontrol li.tree-expanded i.tree-branch-head, treecontrol li.tree-collapsed i.tree-branch-head {display:inline;}
treecontrol li.tree-leaf i.tree-branch-head {display:none;}
treecontrol li.tree-leaf i.tree-leaf-head {display:inline;}

treecontrol li i.tree-branch-head {
    cursor: pointer;
}

treecontrol li .tree-label {
    cursor: pointer;
    display: inline;
}

treecontrol li .tree-unselectable {
    cursor: not-allowed;
}

treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/folder.png") no-repeat;
}

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/folder-closed.png") no-repeat;
}

treecontrol.bv-classic-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    /*overflow: hidden;*/
    /*height:390px;*/
}

treecontrol > ul > li {
    padding: 0px !important;
}



treecontrol.tree-classic li.tree-expanded svg.item-list-tree-branch-head {
    height:20px;
    width:20px;
    display:inline-block;
}

treecontrol.tree-classic li.tree-collapsed svg.item-list-tree-branch-head {
    height:20px;
    width:20px;
    display:inline-block;
}

treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    background: url("../assets/images/file.png") no-repeat;
}

treecontrol.tree-classic li .tree-selected {
    background-color: #aaddff;
    font-weight: bold;
}

treecontrol.tree-classic li .tree-unselectable {
    color: #ddd;
}

treecontrol.tree-light li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/node-opened-2.png") no-repeat;
}

treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/node-closed-2.png") no-repeat;
}

treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-light li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-light li .tree-unselectable {
    color: #ddd;
}

treecontrol.tree-dark li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/node-opened-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../assets/images/node-closed-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-dark li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-dark li .tree-unselectable {
    color: #777;
}

treecontrol.tree-dark {
    color: #ddd;
}






/*********   BvGridStyle *************/

treecontrol.bv-classic-tree li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 30px;
}
treecontrol.bv-classic-tree li .tree-label {
    cursor: pointer;
    display: inline;
    padding-left: 14px;
}
treecontrol.bv-classic-tree li.tree-expanded i.tree-branch-head {
    height: 15px;
    width: 15px;
    cursor:pointer;
    position: absolute;
    top: 6px;
    background: url("../assets/images/treeExpanded.png") no-repeat;
}
treecontrol.bv-classic-tree li.tree-collapsed i.tree-branch-head {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 6px;
   background: url("../assets/images/treeCollapsed.png") no-repeat;
}

treecontrol.bv-classic-tree li.tree-expanded i.tree-branch-head div.tree-coll {display:inline;}
treecontrol.bv-classic-tree li.tree-expanded i.tree-branch-head div.tree-coll1 {display:none;}

treecontrol.bv-classic-tree li.tree-collapsed i.tree-branch-head div.tree-coll {display:none;}
treecontrol.bv-classic-tree li.tree-collapsed i.tree-branch-head div.tree-coll1 {display:inline;}

treecontrol.bv-classic-tree li.tree-leaf i.tree-branch-head div.tree-coll {display:none;}
treecontrol.bv-classic-tree li.tree-leaf i.tree-branch-head div.tree-coll1 {display:none;}

.tree-coll
{
    position: absolute;
    width: 18px;
    height: 18px;
    top:4px;
    cursor:pointer;
}

.tree-coll1 {
    position: absolute;
    width: 18px;
    height: 18px;
    top:2px;
    padding-left:2px;
    cursor:pointer;
}

.tree-coll > svg
{
   fill: #aeaeae;
}

.tree-coll1 > svg
{
   fill: #aeaeae;
}
/*.bv-item-list-tree-node-lable {
    font-size: 14px;
    display: inline-block;
    position: absolute;
}*/

/*.bv-item-list-tree-node-check-icon {
    height:20px;
    width:20px;
    display:inline-block;
    background-color:blue;
}*/

.bs-ts-tree-grid-header {
    text-align: center;
    font-size: 16px;
    height: 40px;
    display: table;
    width: 100%;
    margin: auto;
}

.bs-ts-tree-grid-header li {
    display: inline;
    float: left;
    height: 30px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
}

.bs-ts-tree-grid-header li a {
    display: inline-block;
    height: 30px;
    text-align: center;
    color: black;
}

.bs-ts-tree-grid-header li a:hover {
    cursor: pointer;
}

.bs-ts-tree-grid-header-selected {
    border-bottom: 4px solid;
    opacity: 1;
    cursor: pointer;
}

.bv-ts-tree-grid-filter-div {
    padding-top:15px;
    height:40px;
}

.bv-ts-tree-grid-filter-div .bv-placeholder-label span{
    top: 3px !important;
}

.bv-custom-grid-filter-div .bv-placeholder-label span{
    top: 0px !important;
}

.bv-ts-grid {
    padding-right: 2px;
    padding-top: 20px;
    height: calc(100% - 40px);
}

.bv-tree-grid {
    padding-right: 2px;
    padding-top: 20px;
    height: calc(100% - 40px);
}

.bv-ts-grid-ul-check-all-li {
    line-height:32px;
    display:block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.bv-ts-grid-ul-li {
    line-height:32px;
    display:block;
}

.bv-tree-grid-tree-node {
    display: inline-block;
    height: 39px;
    padding-top: 2px;
    width: calc(100% - 18px);
}

.bv-tree-grid-tree-node-border {
    border-bottom: 1px solid #ccc;
}

.bv-ts-grid-chk-all-node-lbl {
    width: calc(100% - 40px) !important;
    text-align: right;
    padding-top: 5px;
    font-size: 14px;
    display: inline-block;
    position:relative;
    line-height: 20px;
    cursor: default !important;

}
.bv-greyOut-option-label
{
	opacity:0.2;
}


.bv-ts-grid-node-lbl {
    width:calc(100% - 70px);
    font-size: 14px;
    display: inline-block;
    position:relative;
    line-height: 20px;
    /*padding-left:7px;*/
    cursor: default !important;
}

.bv-tree-grid-tree-node-lbl {
    width:calc(100% - 90px);
    font-size: 14px;
    display: inline-block;
    /*position:relative;
    line-height: 20px;
    */
    position:absolute;
    line-height: 17px;
    top:4px;    

    /*padding-left:7px;*/
    cursor: default !important;
}

.bv-ts-grid-chk-div {
    height: 22px;
    width: 21px;
    cursor: pointer;
    float:right;
    padding-top:2px;
    position: relative;
}

.bv-tree-grid-chk-div {
    height: 22px;
    width: 20px;
    cursor: pointer;
    float:right;
    position: relative;
    padding-top:2px;
   /* margin-right:18px;*/
}

.bv-ts-grid-tree-node-type-icon {
    height:20px;
    width:20px;
    display:inline-block;
    margin-right:3px;
}

.bv-tree-grid-tree-node-type-icon {
    height:20px;
    width:20px;
    display:inline-block;
    margin-right: 7px;
}

.bv-tree-grid-tree-node-type-icon-company {
    display:inline-block;
    height:20px;
    width:20px;
    background: url("../assets/images/iconCompany.png") no-repeat;
}
.bv-tree-grid-tree-node-type-icon-user {
    display:inline-block;
    height:20px;
    width:20px;
    background: url("../assets/images/iconUser.png") no-repeat;
}
.bv-tree-grid-tree-node-type-icon-portal {
    display:inline-block;
    height:20px;
    width:20px;
    background: url("../assets/images/iconTeamSpace.png") no-repeat;
}
.bv-tree-grid-tree-node-type-icon-portal-group{
    display:inline-block;
    height:20px;
    width:20px;
    background: url("../assets/images/iconTeamSpaceGroup.png") no-repeat;
}
.bv-tree-grid-tree-node-type-icon-group{
    display:inline-block;
    height:20px;
    width:20px;
    background: url("../assets/images/iconGroup.png") no-repeat;
}

.bv-custom-grid-filter-div {
    padding-top:15px;
    height:40px;
}

.bv-custom-grid {
    padding-right: 2px;
    padding-top: 20px;
    height: calc(100% - 40px);
}
.bv-tree-grid-tree-node .disabled,
.bv-ts-grid-ul-li .disabled{
	opacity: 0.5;
} 
