/* tree CSS*/
.tree-children.tree-children-no-padding {
    padding-right: 0
}

.tree-children {
   
    overflow: hidden
}

.node-drop-slot {
    display: block;
    height: 2px
}

    .node-drop-slot.is-dragging-over {
        background: #ddffee;
        height: 20px;
        border: 2px dotted #888;
    }

.toggle-children-wrapper-expanded .toggle-children {
    transform: rotate(90deg)
}

.toggle-children-wrapper-collapsed .toggle-children {
    transform: rotate(-180deg);
}

.toggle-children-wrapper {
    padding: 2px 3px 5px 1px;
}
/* tslint:disable */
.toggle-children {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC');
    height: 8px;
    width: 9px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center;
}

.toggle-children-placeholder {
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 1px;
    padding-left: 3px;
}

.node-content-wrapper {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    transition: background-color .15s,box-shadow .15s;
    line-height:24px;
}

.node-wrapper {
    display: flex;
    align-items: flex-start;
}

.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused,
.node-content-wrapper-focused {
    background: #b8d6fb;
    color: #3d76bd;
    border: 1px solid #a7bdd8;
    border-radius: 3px;
    font-weight:bold;
}

/*.node-content-wrapper:hover {
    background: #faac1b;
    color: #fff;
}
.node-content-wrapper-active, .node-content-wrapper-focused, .node-content-wrapper:hover {
    box-shadow: inset 0 0 1px #999;
}
*/
.node-content-wrapper.is-dragging-over {
    background: #ddffee;
    box-shadow: inset 0 0 1px #999;
}

.node-content-wrapper.is-dragging-over-disabled {
    opacity: 0.5
}

tree-viewport {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    overflow: auto;
    display: block;
}

.p-dialog tree-viewport {
    min-width: 500px;
}

.tree-children {
    padding-right: 0px
}

.empty-tree-drop-slot .node-drop-slot {
    height: 20px;
    min-width: 100px
}

.angular-tree-component {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
}

tree-root .angular-tree-component-rtl {
    direction: rtl;
}

    tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
        transform: rotate(180deg) !important;
    }

    tree-root .angular-tree-component-rtl .tree-children {
        padding-left: 20px;
        padding-right: 0;
    }

tree-node-checkbox {
    padding: 1px;
}

div.tree div.tree-children::before,
div.tree::before {
    content: "";
    position: absolute;
    border-right: 1px dotted #23527c;
    height: 100%;
    top: -14px;
    right: 12px
}

div.tree {
    padding-right: 0;
    margin-right: -5px
}

    div.tree div.tree-children {
        position: relative;
        padding-right: 0;
        margin-right: 16px
    }

        div.tree div.tree-children::before {
            right: 5px
        }

    div.tree tree-node > div > .node-wrapper {
        margin-right: 24px
    }

        div.tree tree-node > div > .node-wrapper > .node-content-wrapper {
            margin-right: 4px
        }

    div.tree tree-node > div.tree-node-leaf > .node-wrapper {
        margin-right: 0
    }

    div.tree tree-node > div::before {
        content: "";
        position: absolute;
        border-bottom: 1px dotted #23527c;
        width: 7px;
        margin-top: 12px;
        right: 7px
    }

    div.tree tree-node > div .toggle-children-wrapper {
        width: 13px;
        height: 13px;
        border: 1px solid #23527c;
        position: absolute;
        right: 15px;
        margin-top: 5px;
        margin-right: 0;
        display: inline-block;
        background-color: #fff;
        z-index: 1
    }

        div.tree tree-node > div .toggle-children-wrapper::before {
            content: "";
            display: inline-block;
            width: 7px;
            border-top: 1px solid #23527c;
            position: absolute;
            top: 5px;
            right: 2px
        }

        div.tree tree-node > div .toggle-children-wrapper.toggle-children-wrapper-collapsed::after {
            content: "";
            display: inline-block;
            height: 7px;
            border-right: 1px solid #23527c;
            position: absolute;
            top: 2px;
            right: 5px
        }

        div.tree tree-node > div .toggle-children-wrapper .toggle-children {
            display: none
        }

    div.tree tree-node > div .node-content-wrapper {
        margin-right: 4px
    }

    div.tree > tree-node > div::before {
        right: 14px
    }

    div.tree > tree-node > div > .node-wrapper > tree-node-expander > .toggle-children-wrapper {
        right: 22px
    }


.tree-children {
    border-left: 1px solid #ddd;
    margin-left: 20px;
}

.btn-toolbar {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    display: none;
}

.show-btn-toolbar {
    display: inline-flex;
}

.btn-toolbar button {
    background-color: transparent;
    border: 0;
    padding-top: 0;
}

.arrowDragBtn label {
    max-width: initial !important
}


.toggle-children {
    background-image: none;
    position: relative;
    font-size: 1.1em;
    margin-left: 0px;
    margin-right: 5px;
}

    .toggle-children:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0fe";
        color: #faac1b;
    }

.toggle-children-wrapper-expanded .toggle-children {
    transform: none;
}

.toggle-children-wrapper-collapsed .toggle-children {
    transform: none;
}

.toggle-children-wrapper-expanded .toggle-children:before {
    content: "\f146";
}
/*End tree CSS*/
