.icon {
    background-size: cover;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.checkbox {
    display: inline-block;
    margin: 10px 5px 5px 0;
    position: relative;
}
.checkbox .checkbox-dash,
.checkbox .checkbox-view {
    background-image: url(/svg/checkbox-icon.svg);
    display: inline-block !important;
    height: 24px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 24px;
}
.checkbox .checkbox-dash {
    background-image: url(/svg/checkbox-dash-icon.svg);
}
.checkbox input {
    height: 24px;
    opacity: 0;
    position: absolute;
    width: 24px;
    z-index: 100;
}
.checkbox input:checked + .checkbox-view {
    background-image: url(/svg/checkbox-checked-icon.svg);
}
.checkbox input:disabled + .checkbox-view {
    cursor: not-allowed;
    opacity: 0.5;
}
.tree-wrapper .icon {
    margin-right: 10px;
}
.tree-wrapper .checkbox {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}
.tree-wrapper .tree-item {
    padding-left: 30px;
}
.tree-wrapper .tree-item.active > .tree-item-container > .tree-item-icon >  .fa-angle-down::before {
    content: "\f107" !important;
}
.tree-wrapper .tree-item > .tree-item-container > .tree-item-icon > .fa-angle-down::before {
    content: "\f105" !important;;
    cursor: pointer;
}
.tree-wrapper .tree-item-container {
    display: flex !important;
    flex-direction: row !important;
}
.tree-wrapper .tree-container > .tree-item {
    padding: 0;
}
.tree-wrapper .tree-container .tree-item > .tree-item {
    display: none;
}
.tree-wrapper .tree-container .tree-item.active > .tree-item {
    display: block;
}
.folder-icon {
    background-image: url(/svg/folder-icon.svg);
}
.fa.fa-angle-down, .arrow-up-icon {
    margin-right: 5px !important;
}
