.icon-folder:before,
.icon-folder-close:before {
    content: "\f07b";
    font-family: FontAwesome;
    font-style: normal;
    float: left;
    margin: 4px 4px;
    font-weight: normal;
}

.icon-edit:before {
    content: "\f044";
    font-size: 14px;
    font-family: FontAwesome;
    float: left;
    margin: 4px 4px;
}

.icon-add:before {
    content: "\f0fe";
    font-size: 14px;
    font-family: FontAwesome;
    float: left;
    margin: 4px 4px;
}

.icon-close:before {
    content: "\f00d";
    font-size: 14px;
    font-family: FontAwesome;
    cursor: pointer;
    float: left;
    margin: 4px 4px;
}

.icon-seo:before {
    content: "\f1c9";
    font-size: 14px;
    font-family: FontAwesome;
    cursor: pointer;
    float: left;
    margin: 4px 4px;
}

.fa-search {
    content: "\f002";
    font-size: 14px;
    font-family: FontAwesome;
    cursor: pointer;
    float: left;
    margin: 4px 4px;
}

.fa-search:before {
    content: "\f002";
    /* font-size: 14px; */
    font-family: FontAwesome;
    cursor: pointer;
    float: left;
    margin: 4px 4px;
}

.icon-folder-open:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    margin: 4px 4px;
}

.fa-picture-o:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    margin: 4px 4px;
}

.fa-trash:before {
    content: "\f1f8";
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    margin: 4px 4px;
}

.tree-panel-heading-controls {
    line-height: 2.2em;
    font-size: 1.1em;
    color: #00aff0;
}

.tree-panel-heading-controls i {
    font-size: 25px;
}

.tree {
    list-style: none;
    padding-left: 40px;
    margin-top: 5px;
    display: block;
    clear: both;
    text-align: left;
    direction: ltr;
    position: relative;
}

.tree i {
    font-size: 14px;
    float: left;
}

.tree .tree-item-name,
.tree .tree-folder-name {
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-top: 3px;
}

.tree .tree-item-name label,
.tree .tree-folder-name label {
    font-weight: 400;
    float: left;
    direction: ltr;
    text-align: left;
    padding: 5px;
}

.tree .tree-selected {
    color: white;
    background-color: #00aff0;
    display: block;
    height: 20px;
    margin-top: 3px;
    color: #fff;
}

.tree .tree-selected:hover {
    background-color: #009cd6;
    display: block;
    margin-top: 3px;
}

.tree .tree-selected i.tree-dot {
    background-color: white;
    display: block;
    margin-top: 3px;
}

.tree i.tree-dot {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    margin: 10px 4px 0;
    background-color: #cccccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
}

.tree .tree-item-disable,
.tree .tree-folder-name-disable {
    color: #cccccc;
}

.tree .tree-item-disable:hover,
.tree .tree-folder-name-disable:hover {
    color: #cccccc;
    background-color: none;
}

.tree-actions {
    display: inline-block;
    margin-left: 7px;
}

.tree-panel-heading-controls {
    padding: 5px;
    border-bottom: solid 1px #dfdfdf;
}

.tree-actions .twitter-typeahead {
    padding: 0 0 0 4px;
}

.tree-panel-label-title {
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 8px;
}

label.control-label {
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}

label.control-label span.label-tooltip {
    text-decoration: none;
    font-size: 13px;
    color: #3586ae;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #d8edf7;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.tree1 {
    clear: both;
    position: relative;
}

.box2-content {
    padding: 30px 0;
    font-family: 'IRANSansWeb';
}

.fa-link {
    float: none !important;
    padding: 0 10px;
}

.bc-ul li {
    padding: 10px;
    background: white;
}

.alignright {
    text-align: left
}

.pull-right {
    float: left;
}

.tree-item {
    background: #ffffff;
    border-radius: 5px;
    line-height: 35px;
    padding: 5px;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
    height: 50px;
    padding-left: 5px;
}

.tree li.tree-item:first-child::before {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: -8px;
    width: 25px;
    height: 35px;
    border: 1px solid rgb(218, 218, 218);
    border-top: none;
    border-right: none;

}

.tree li.tree-item:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: -23px;
    width: 25px;
    height: 50px;
    border: 1px solid rgb(218, 218, 218);
    border-top: none;
    border-right: none;
}

.tree i {
    font-size: 14px;
    float: left;
    color: #757575;
}

.tree:not(#categories-tree)::before {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: -14px;
    width: 1px;
    background: #dadada;
    height: calc(100% - 10px);
}

.tree-folder::before {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    top: -10px;
    width: 28px;
    height: 30px;
    border: 1px solid rgb(218, 218, 218);
    border-top: none;
    border-right: none;
}

#tab1::before {
    visibility: hidden;
}

#categories-tree::before {
    visibility: hidden;
}

[id^="tab"]::before {
    visibility: hidden;
}

[id^="tab"]~.tree-item::before {
    visibility: hidden;
}

.panel .bc-text-orange {
    color: #757575 !important;
}

@media (max-width:993px) {
    .alignright {
        padding: 0 0 10px !important;
    }
}


/* group.bc */
.parent-group #collapse-all-categories-tree:hover .tooltip,
.parent-group #expand-all-categories-tree:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.parent-group .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #555555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 0px;
    position: absolute;
}

.parent-group .tooltip {
    width: max-content !important;
    font-size: 13px;
    visibility: hidden;
    position: absolute;
    line-height: 2;
    padding: 0px 8px;
    background: #555555;
    font-family: 'IRANSansWeb';
    bottom: -25px;
    color: #fff;
    text-align: center;
    z-index: 999;
    left: 8px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.parent-group #collapse-all-categories-tree,
.parent-group #expand-all-categories-tree {
    position: relative;
}