/*!
 * Fancytree "bootstrap" skin.
 *
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
 * the LESS templates.
 */

.fancytree-helper-hidden {
    display: none
}

.fancytree-helper-indeterminate-cb {
    color: #777
}

.fancytree-helper-disabled {
    color: #333
}

.fancytree-helper-spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

ul.fancytree-container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    white-space: nowrap;
    padding: 3px;
    margin: 0;
    background-color: #fff;
    border: 1px dotted gray;
    min-height: 0;
    position: relative
}

    ul.fancytree-container ul {
        padding: 0 0 0 16px;
        margin: 0
    }

        ul.fancytree-container ul > li:before {
            content: none
        }

    ul.fancytree-container li {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        -moz-background-clip: border;
        -moz-background-inline-policy: continuous;
        -moz-background-origin: padding;
        background-attachment: scroll;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: repeat-y;
        background-image: none;
        margin: 0
    }

        ul.fancytree-container li.fancytree-lastsib {
            background-image: none
        }

.ui-fancytree-disabled ul.fancytree-container {
    opacity: .5;
    background-color: silver
}

ul.fancytree-connectors.fancytree-container li {
    background-image: url(../skin-bootstrap/vline.gif);
    background-position: 0 0
}

ul.fancytree-container li.fancytree-lastsib, ul.fancytree-no-connector > li {
    background-image: none
}

li.fancytree-animating {
    position: relative
}

#fancytree-drop-marker, span.fancytree-checkbox, span.fancytree-drag-helper-img, span.fancytree-empty, span.fancytree-expander, span.fancytree-icon, span.fancytree-vline {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0
}

span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon {
    margin-top: 2px
}

span.fancytree-custom-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: .5em;
    background-position: 0 0
}

img.fancytree-icon {
    width: 1em;
    height: 1em;
    margin-left: .5em;
    margin-top: 2px;
    vertical-align: top;
    border-style: none
}

span.fancytree-expander {
    cursor: pointer
}

.fancytree-exp-n span.fancytree-expander, .fancytree-exp-nl span.fancytree-expander {
    background-image: none;
    cursor: default
}

.fancytree-connectors .fancytree-exp-n span.fancytree-expander, .fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
    margin-top: 0
}

.fancytree-fade-expander span.fancytree-expander {
    transition: opacity 1.5s;
    opacity: 0
}

.fancytree-fade-expander .fancytree-treefocus span.fancytree-expander, .fancytree-fade-expander [class*=fancytree-statusnode-] span.fancytree-expander, .fancytree-fade-expander.fancytree-treefocus span.fancytree-expander, .fancytree-fade-expander:hover span.fancytree-expander {
    transition: opacity .6s;
    opacity: 1
}

span.fancytree-checkbox {
    margin-left: .5em
}

.fancytree-unselectable span.fancytree-checkbox {
    opacity: .4
}

.fancytree-container.fancytree-checkbox-auto-hide span.fancytree-checkbox {
    visibility: hidden
}

.fancytree-container.fancytree-checkbox-auto-hide .fancytree-node.fancytree-selected span.fancytree-checkbox, .fancytree-container.fancytree-checkbox-auto-hide .fancytree-node:hover span.fancytree-checkbox, .fancytree-container.fancytree-checkbox-auto-hide tr.fancytree-selected td span.fancytree-checkbox, .fancytree-container.fancytree-checkbox-auto-hide tr:hover td span.fancytree-checkbox {
    visibility: unset
}

.fancytree-container.fancytree-checkbox-auto-hide.fancytree-treefocus .fancytree-node.fancytree-active span.fancytree-checkbox, .fancytree-container.fancytree-checkbox-auto-hide.fancytree-treefocus tr.fancytree-active td span.fancytree-checkbox {
    visibility: unset
}

span.fancytree-icon {
    margin-left: .5em
}

    .fancytree-loading span.fancytree-expander, .fancytree-loading span.fancytree-expander:hover, .fancytree-statusnode-loading span.fancytree-icon, .fancytree-statusnode-loading span.fancytree-icon:hover, span.fancytree-icon.fancytree-icon-loading {
        background-image: none
    }

span.fancytree-node {
    display: inherit;
    width: 100%;
    margin-top: 0;
    min-height: 1em
}

span.fancytree-title {
    color: #333;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    min-height: 1em;
    padding: 0 3px 0 3px;
    margin: 0 0 0 .5em;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

span.fancytree-node.fancytree-error span.fancytree-title {
    color: #d9534f
}

span.fancytree-childcounter {
    color: #fff;
    background: #337ab7;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 2px;
    text-align: center
}

div.fancytree-drag-helper span.fancytree-childcounter, div.fancytree-drag-helper span.fancytree-dnd-modifier {
    display: inline-block;
    color: #fff;
    background: #337ab7;
    border: 1px solid gray;
    min-width: 10px;
    height: 10px;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 9px
}

div.fancytree-drag-helper span.fancytree-childcounter {
    position: absolute;
    top: -6px;
    right: -6px
}

div.fancytree-drag-helper span.fancytree-dnd-modifier {
    background: #5cb85c;
    border: none;
    font-weight: bolder
}

#fancytree-drop-marker {
    width: 2em;
    position: absolute;
    margin: 0
}

    #fancytree-drop-marker.fancytree-drop-after, #fancytree-drop-marker.fancytree-drop-before {
        width: 4em
    }

span.fancytree-drag-source.fancytree-drag-remove {
    opacity: .15
}

.fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander, .fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander {
    background-image: none
}

ul.fancytree-container.fancytree-rtl ul {
    padding: 0 16px 0 0
}

ul.fancytree-container.fancytree-rtl.fancytree-connectors li {
    background-position: right 0;
    background-image: url(../skin-bootstrap/vline-rtl.gif)
}

ul.fancytree-container.fancytree-rtl li.fancytree-lastsib, ul.fancytree-container.fancytree-rtl.fancytree-no-connector > li {
    background-image: none
}

table.fancytree-ext-table {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    border-collapse: collapse
}

    table.fancytree-ext-table span.fancytree-node {
        display: inline-block;
        box-sizing: border-box
    }

    table.fancytree-ext-table td.fancytree-status-merged {
        text-align: center;
        font-style: italic;
        color: #333
    }

    table.fancytree-ext-table tr.fancytree-statusnode-error td.fancytree-status-merged {
        color: #d9534f
    }

    table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode > tbody > tr.fancytree-active > td {
        background-color: #eee
    }

    table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode > tbody > tr > td.fancytree-active-cell {
        background-color: #cbe8f6
    }

    table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode.fancytree-cell-nav-mode > tbody > tr > td.fancytree-active-cell {
        background-color: #3875d7
    }

table.fancytree-ext-columnview tbody tr td {
    position: relative;
    border: 1px solid gray;
    vertical-align: top;
    overflow: auto
}

    table.fancytree-ext-columnview tbody tr td > ul {
        padding: 0
    }

        table.fancytree-ext-columnview tbody tr td > ul li {
            list-style-image: none;
            list-style-position: outside;
            list-style-type: none;
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background-attachment: scroll;
            background-color: transparent;
            background-position: 0 0;
            background-repeat: repeat-y;
            background-image: none;
            margin: 0
        }

table.fancytree-ext-columnview span.fancytree-node {
    position: relative;
    display: inline-block
}

    table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
        background-color: #e0e0e0
    }

    table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
        background-color: #cbe8f6
    }

table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
    position: absolute;
    right: 3px
}

.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
    color: #333;
    font-weight: lighter
}

.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title, .fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title {
    color: #000;
    font-weight: 400
}

.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title, .fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title {
    color: #000;
    font-weight: 700
}

.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide, .fancytree-ext-filter-hide tr.fancytree-hide {
    display: none
}

.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title, .fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title {
    color: #333;
    font-weight: lighter
}

.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title, .fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title {
    color: #000;
    font-weight: 400
}

.fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-match span.fancytree-expander, .fancytree-ext-filter-hide-expanders tr.fancytree-match span.fancytree-expander {
    visibility: hidden
}

.fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-submatch span.fancytree-expander, .fancytree-ext-filter-hide-expanders tr.fancytree-submatch span.fancytree-expander {
    visibility: visible
}

.fancytree-ext-childcounter span.fancytree-custom-icon, .fancytree-ext-childcounter span.fancytree-icon, .fancytree-ext-filter span.fancytree-custom-icon, .fancytree-ext-filter span.fancytree-icon {
    position: relative
}

.fancytree-ext-childcounter span.fancytree-childcounter, .fancytree-ext-filter span.fancytree-childcounter {
    color: #fff;
    background: #777;
    border: 1px solid gray;
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 10px;
    height: 10px;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 9px
}

ul.fancytree-ext-wide {
    position: relative;
    min-width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    ul.fancytree-ext-wide span.fancytree-node > span {
        position: relative;
        z-index: 2
    }

    ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
        position: absolute;
        z-index: 1;
        left: 0;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.fancytree-ext-fixed-wrapper .fancytree-ext-fixed-hidden {
    display: none
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-bottom {
    border-bottom: 3px solid rgba(0,0,0,.75)
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-right {
    border-right: 3px solid rgba(0,0,0,.75)
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tl {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    top: 0;
    left: 0
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tr {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-bl {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 0
}

.fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-br {
    position: absolute;
    overflow: scroll;
    z-index: 1
}

ul.fancytree-container ul {
    padding: 0 0 0 1.5em;
    margin: 0
}

.fancytree-container:focus {
    outline: 0
}

.fancytree-container .fancytree-active span.fancytree-title input, .fancytree-container.fancytree-colorize-selected .fancytree-selected span.fancytree-title input {
    color: #000
}

.fancytree-container span.fancytree-statusnode-error span.fancytree-expander {
    color: #d9534f
}

div.fancytree-drag-helper.fancytree-drop-reject, div.fancytree-drag-helper.fancytree-drop-reject span.fancytree-title {
    color: #d9534f
}

span.fancytree-node.fancytree-drag-source {
    background-color: #5bc0de !important
}

span.fancytree-node.fancytree-drop-target.fancytree-drop-reject span.fancytree.title {
    background-color: #d9534f !important
}

span.fancytree-expander {
    color: #999
}

.fancytree-expanded span.fancytree-expander {
    color: #333
}

span.fancytree-node span.fancytree-expander:hover {
    color: #0ff
}

.fancytree-plain.fancytree-colorize-selected span.fancytree-node.fancytree-selected, .fancytree-plain.fancytree-colorize-selected span.fancytree-node.fancytree-selected span.fancytree-title {
    background-color: #80c780;
    border-color: #80c780;
    color: #fff
}

    .fancytree-plain.fancytree-colorize-selected span.fancytree-node.fancytree-selected:hover span.fancytree-title {
        background-color: #6ec06e
    }

.fancytree-plain.fancytree-colorize-selected span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
    color: #80c780
}

.fancytree-plain.fancytree-colorize-selected.fancytree-treefocus span.fancytree-title:hover {
    background-color: #f5f5f5
}

.fancytree-plain.fancytree-colorize-selected.fancytree-treefocus span.fancytree-node.fancytree-selected span.fancytree-title {
    background-color: #5cb85c
}

.fancytree-plain.fancytree-colorize-selected.fancytree-treefocus span.fancytree-node.fancytree-selected:hover span.fancytree-title {
    background-color: #4cae4c
}

.fancytree-plain.fancytree-colorize-selected.fancytree-treefocus span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
    color: #5cb85c
}

.fancytree-plain.fancytree-container span.fancytree-node {
    margin-top: 2px;
    margin-bottom: 2px
}

.fancytree-plain.fancytree-container span.fancytree-title {
    border: 1px solid transparent;
    border-radius: 3px;
    outline-radius: 3px
}

    .fancytree-plain.fancytree-container span.fancytree-title:hover {
        background-color: #f5f5f5
    }

.fancytree-plain.fancytree-container span.fancytree-node.fancytree-active span.fancytree-title {
    background-color: #5094ce;
    color: #fff
}

.fancytree-plain.fancytree-container span.fancytree-node.fancytree-active:hover span.fancytree-title {
    background-color: #3c87c8
}

.fancytree-plain.fancytree-container.fancytree-ext-wide span.fancytree-node.fancytree-active {
    color: #fff
}

.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused span.fancytree-title {
    border-color: #337ab7
}

.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active span.fancytree-title {
    background-color: #337ab7;
    border-color: #337ab7
}

.fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active:hover span.fancytree-title {
    background-color: #2e6da4
}

table.fancytree-ext-table > tbody > tr > td span.fancytree-title {
    border: none
}

table.fancytree-ext-table.fancytree-colorize-selected > tbody > tr.fancytree-selected > td {
    background-color: #80c780
}

    table.fancytree-ext-table.fancytree-colorize-selected > tbody > tr.fancytree-selected > td, table.fancytree-ext-table.fancytree-colorize-selected > tbody > tr.fancytree-selected > td span.fancytree-title {
        color: #fff
    }

table.fancytree-ext-table.fancytree-colorize-selected.fancytree-treefocus > tbody > tr.fancytree-selected > td {
    background-color: #5cb85c
}

table.fancytree-ext-table.fancytree-colorize-selected.table-hover > tbody > tr.fancytree-selected:hover > td {
    background-color: #6ec06e
}

table.fancytree-ext-table.fancytree-colorize-selected.fancytree-treefocus.table-hover > tbody > tr.fancytree-selected:hover > td {
    background-color: #4cae4c
}

table.fancytree-ext-table.fancytree-colorize-selected.fancytree-treefocus.table-hover > tbody > tr.fancytree-selected.fancytree-active:hover > td, table.fancytree-ext-table.fancytree-colorize-selected.table-hover > tbody > tr.fancytree-selected.fancytree-active:hover > td {
    background-color: #2e6da4
}

table.fancytree-ext-table.fancytree-colorize-selected > tbody > tr.fancytree-active.fancytree-selected {
    outline-width: 2px;
    outline-offset: -2px;
    outline-style: solid;
    outline-color: #80c780
}

table.fancytree-ext-table.fancytree-container > tbody > tr.fancytree-active > td {
    background-color: #5094ce
}

    table.fancytree-ext-table.fancytree-container > tbody > tr.fancytree-active > td, table.fancytree-ext-table.fancytree-container > tbody > tr.fancytree-active > td span.fancytree-title {
        color: #fff
    }

table.fancytree-ext-table.fancytree-treefocus.fancytree-container > tbody > tr.fancytree-focused span.fancytree-title {
    outline: 1px dotted #000
}

table.fancytree-ext-table.fancytree-treefocus.fancytree-container > tbody > tr.fancytree-active > td {
    background-color: #337ab7
}

table.fancytree-ext-table.fancytree-treefocus.fancytree-container.table-hover > tbody > tr.fancytree-active:hover > td {
    background-color: #2e6da4
}
