.tree {
    /*border-right: 1px solid #b6b6b6;*/
    width: 250px;
}
.tree li {
    list-style-type:none;
    margin:0px;
    position:relative
}

.tree li span {
    display:inline-block;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    color:#000
}
.tree li>ul{margin-left: 2em;}
.iframecontainer{width: 100%;overflow: hidden;position: relative;}
.iframecontainer iframe{border: 0;width: 100%;height: 100%;}
.tag{background: no-repeat left center; width: 10px;height: 10px;display: inline-block;}
.unselected{background-image: url(img/unselected.png); }
.selected{background-image: url(img/selected.png);}
.tree.customerwidth{border:none;width: 250px;float: left;}
@media (max-width: 1475px) {
	.tree{width: 100%; border: 1px solid #DFDFDF;padding: 10px;border-radius: 5px;margin-bottom: 15px;}
}
@media (max-width: 992px) {
	.tree{width: 725px !important}
}
@media (max-width: 769px){
.tree {
width: 100% !important;
}
}
