.fancytree-container , .fancytree-container * {
    list-style: none;
}
.fancytree-container {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: auto;
    position: relative;
}
.fancytree-container:focus {
    outline: 0;
}
.fancytree-container ul {
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
}
.fancytree-container ul li {
    margin-top: 1px;
}
.ui-fancytree-disabled .fancytree-container {
    opacity: 0.6;
}
.ui-fancytree-disabled .fancytree-container,
.ui-fancytree-disabled .fancytree-expander,
.ui-fancytree-disabled .fancytree-title {
    cursor: not-allowed;
}
.ui-fancytree-disabled .fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #f5f5f5;
    color: #333;
}
.ui-helper-hidden {
    display: none;
}
.fancytree-checkbox:after,
.fancytree-drag-helper-img:after,
.fancytree-drop-after:after,
.fancytree-drop-before:after,
.fancytree-expander:after,
.fancytree-icon:after,
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
    font-family: icomoon;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fancytree-checkbox,
.fancytree-custom-icon,
.fancytree-icon {
    margin-top: 5px;
    float: right;
}
.fancytree-checkbox {
    margin: 4px 2px 0 10px;
}
.fancytree-custom-icon {
    display: inline-block;
}
img.fancytree-icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: 3px;
    vertical-align: top;
    border-style: none;
}
.fancytree-expander {
    cursor: pointer;
    float: right;
    margin-top: 5px;
    width: 16px;
    line-height: 1;
}
.fancytree-exp-c .fancytree-expander:after {
    content: "\e9c7";
}
.fancytree-exp-cl .fancytree-expander:after {
    content: "\e9c7";
}
.fancytree-exp-cd .fancytree-expander:after,
.fancytree-exp-cdl .fancytree-expander:after {
    content: "\e9c7";
}
.fancytree-exp-e .fancytree-expander:after,
.fancytree-exp-ed .fancytree-expander:after {
    content: "\e9c5";
}
.fancytree-exp-edl .fancytree-expander:after,
.fancytree-exp-el .fancytree-expander:after {
    content: "\e9c5";
}
.fancytree-statusnode-error .fancytree-icon:after {
    content: "\ed63";
}
.fancytree-loading .fancytree-expander,
.fancytree-statusnode-wait .fancytree-icon {
    margin-right: auto;
    margin-left: auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
    content: "\ed6c";
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.fancytree-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.fancytree-ico-c .fancytree-icon:after,
.fancytree-ico-e .fancytree-icon:after {
    content: "\ea1a";
}
.fancytree-has-children.fancytree-ico-c .fancytree-icon:after {
    content: "\ea0f";
}
.fancytree-has-children.fancytree-ico-e .fancytree-icon:after {
    content: "\ea11";
}
.fancytree-ico-cf .fancytree-icon:after,
.fancytree-ico-ef .fancytree-icon:after {
    content: "\ea3d";
}
.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after {
    content: "\ea41";
}
.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after {
    content: "\ea43";
}
.fancytree-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #777;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}
.fancytree-selected .fancytree-checkbox {
    border-color: transparent;
}
.fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
    content: "\ed6e";
    margin-top: -1px;
    margin-right: -1px;
    display: none;
}
.fancytree-partsel > .fancytree-checkbox:after {
    content: "";
    width: 8px;
    height: 8px;
    display: none;
    background-color: #777;
    margin: 3px;
}
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
    background-color: transparent;
    width: auto;
    height: auto;
}
.fancytree-partsel .fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after,
.fancytree-selected .fancytree-checkbox:after {
    display: block;
}
.fancytree-radio .fancytree-checkbox {
    border-radius: 100%;
}
.fancytree-radio .fancytree-checkbox:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #777;
    margin: 3px;
    border-radius: 100px;
}
.fancytree-radio .fancytree-selected .fancytree-checkbox {
    border-color: #777;
}
.fancytree-drag-helper {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px 5px;
    opacity: 0.8;
}
.fancytree-drag-helper-img:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -26px;
}
.fancytree-drop-accept .fancytree-drag-helper-img:after {
    content: "\ee73";
    color: #4caf50;
}
.fancytree-drop-reject .fancytree-drag-helper-img:after {
    content: "\ed63";
    color: #f44336;
}
#fancytree-drop-marker.fancytree-drop-after,
#fancytree-drop-marker.fancytree-drop-before {
    width: 200px;
    border-top: 1px solid #333;
    position: absolute !important;
}
.fancytree-drag-source {
    background-color: #ddd;
}
.fancytree-drag-source .fancytree.title {
    color: #333;
}
.fancytree-drop-target.fancytree-drop-accept a {
    background-color: #2196f3 !important;
    color: #fff !important;
    text-decoration: none;
}
.fancytree-node {
    display: inherit;
    width: 100%;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fancytree-title {
    border: 0;
    padding: 4px 6px;
    border-radius: 2px;
    margin-right: 4px;
    display: inline-block;
    cursor: pointer;
}
.fancytree-title > input {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
}
.fancytree-selected .fancytree-title {
    background-color: #ddd;
    color: #333;
}
.fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #2196f3;
    color: #fff;
}
.fancytree-active .fancytree-title {
    background-color: #ddd;
}
.sidebar:not(.sidebar-default) .fancytree-active .fancytree-title,
.sidebar:not(.sidebar-default) .fancytree-selected .fancytree-title {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.sidebar:not(.sidebar-default) .fancytree-treefocus .fancytree-selected .fancytree-title {
    background-color: #2196f3;
    color: #fff;
}
.fancytree-ext-table .fancytree-node {
    display: inline-block;
    width: auto;
}
.fancytree-ext-table .fancytree-title {
    display: inline;
}
.fancytree-ext-table.fancytree-container {
    white-space: normal;
}
.fancytree-ext-table .fancytree-custom-icon,
.fancytree-ext-table .fancytree-expander,
.fancytree-ext-table .fancytree-icon {
    margin-top: 1px;
}
.fancytree-ext-table .fancytree-checkbox {
    margin: 0 auto;
    float: none;
}
.fancytree-ext-table .checker {
    display: block;
    margin: 0 auto;
}
.fancytree-ext-table tbody tr td:first-child {
    text-align: center;
}
.fancytree-ext-table tbody tr.fancytree-focused {
    background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-active {
    background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-selected {
    background-color: #2196f3;
    color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox {
    color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .checker span {
    color: #fff;
    border-color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .checker span.checked {
    border-color: transparent;
}
.fancytree-ext-childcounter .fancytree-childcounter {
    position: absolute;
    left: 0;
    top: 4px;
    color: #999;
}
.fancytree-container ul .li_icon, .fancytree-container ul .li_input{display: flex;    align-items: center;}


.bootstrap-touchspin .input-group-btn-vertical {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 38px;
    line-height: 1.5384616;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -8px;
    margin-top: -8px;
    font-weight: 400;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-right: 1px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-touchspin.input-group-lg .input-group-btn-vertical > .btn {
    height: 40px;
    line-height: 1.4285715;
    padding-right: 18px;
    padding-left: 18px;
}
.bootstrap-touchspin.input-group-sm .input-group-btn-vertical > .btn {
    height: 36px;
    line-height: 1.6666667;
    padding-right: 14px;
    padding-left: 14px;
}
.bootstrap-touchspin-postfix {
    padding-left: 0;
}
.bootstrap-touchspin-postfix + .input-group-btn,
.bootstrap-touchspin-postfix + .input-group-btn-vertical {
    padding-right: 16px;
}
.input-group-lg .bootstrap-touchspin-postfix {
    padding-left: 0;
}
.input-group-lg .bootstrap-touchspin-postfix + .input-group-btn,
.input-group-lg .bootstrap-touchspin-postfix + .input-group-btn-vertical {
    padding-right: 18px;
}
.input-group-sm .bootstrap-touchspin-postfix {
    padding-left: 0;
}
.input-group-sm .bootstrap-touchspin-postfix + .input-group-btn,
.input-group-sm .bootstrap-touchspin-postfix + .input-group-btn-vertical {
    padding-right: 14px;
}