/*!
 * Fancytree "Lion" skin.
 *
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
 * the LESS templates.
 */
.ui-helper-hidden {
    display: none
}

ul.fancytree-container {
    font-family: tahoma, arial, helvetica;
    font-size: 10pt;
    white-space: nowrap;
    padding: 3px;
    margin: 0;
    background-color: #fff;
    border: 1px dotted gray;
    overflow: auto;
    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 {
    -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;
    list-style: none
}

ul.fancytree-container li.fancytree-lastsib, ul.fancytree-no-connector > li {
    background-image: none
}

.ui-fancytree-disabled ul.fancytree-container {
    opacity: .5;
    background-color: silver
}

#fancytree-drop-marker, span.fancytree-checkbox, span.fancytree-drag-helper-img, span.fancytree-empty, span.fancytree-expander, span.fancytree-icon, span.fancytree-radio, span.fancytree-vline {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(../img/icons.gif);
    background-position: 0 0
}

span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon, span.fancytree-radio {
    margin-top: 0
}

span.fancytree-custom-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 3px;
    background-position: 0 0
}

img.fancytree-icon {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-top: 0;
    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-exp-n span.fancytree-expander, .fancytree-exp-n span.fancytree-expander:hover {
    background-position: 0 -64px
}

.fancytree-exp-nl span.fancytree-expander, .fancytree-exp-nl span.fancytree-expander:hover {
    background-position: -16px -64px
}

.fancytree-exp-c span.fancytree-expander {
    background-position: 0 -80px
}

.fancytree-exp-c span.fancytree-expander:hover {
    background-position: -16px -80px
}

.fancytree-exp-cl span.fancytree-expander {
    background-position: 0 -96px
}

.fancytree-exp-cl span.fancytree-expander:hover {
    background-position: -16px -96px
}

.fancytree-exp-cd span.fancytree-expander {
    background-position: -64px -80px
}

.fancytree-exp-cd span.fancytree-expander:hover {
    background-position: -80px -80px
}

.fancytree-exp-cdl span.fancytree-expander {
    background-position: -64px -96px
}

.fancytree-exp-cdl span.fancytree-expander:hover {
    background-position: -80px -96px
}

.fancytree-exp-e span.fancytree-expander, .fancytree-exp-ed span.fancytree-expander {
    background-position: -32px -80px
}

.fancytree-exp-e span.fancytree-expander:hover, .fancytree-exp-ed span.fancytree-expander:hover {
    background-position: -48px -80px
}

.fancytree-exp-edl span.fancytree-expander, .fancytree-exp-el span.fancytree-expander {
    background-position: -32px -96px
}

.fancytree-exp-edl span.fancytree-expander:hover, .fancytree-exp-el span.fancytree-expander:hover {
    background-position: -48px -96px
}

.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: 3px;
    background-position: 0 -32px
}

span.fancytree-checkbox:hover {
    background-position: -16px -32px
}

.fancytree-partsel span.fancytree-checkbox {
    background-position: -64px -32px
}

.fancytree-partsel span.fancytree-checkbox:hover {
    background-position: -80px -32px
}

.fancytree-selected span.fancytree-checkbox {
    background-position: -32px -32px
}

.fancytree-selected span.fancytree-checkbox:hover {
    background-position: -48px -32px
}

.fancytree-unselectable span.fancytree-checkbox {
    opacity: .4;
    filter: alpha(opacity=40)
}

.fancytree-unselectable span.fancytree-checkbox:hover {
    background-position: 0 -32px
}

.fancytree-unselectable.fancytree-partsel span.fancytree-checkbox:hover {
    background-position: -64px -32px
}

.fancytree-unselectable.fancytree-selected span.fancytree-checkbox:hover {
    background-position: -32px -32px
}

.fancytree-radio span.fancytree-checkbox {
    background-position: 0 -48px
}

.fancytree-radio span.fancytree-checkbox:hover {
    background-position: -16px -48px
}

.fancytree-radio .fancytree-partsel span.fancytree-checkbox {
    background-position: -64px -48px
}

.fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
    background-position: -80px -48px
}

.fancytree-radio .fancytree-selected span.fancytree-checkbox {
    background-position: -32px -48px
}

.fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
    background-position: -48px -48px
}

.fancytree-radio .fancytree-unselectable span.fancytree-checkbox, .fancytree-radio .fancytree-unselectable span.fancytree-checkbox:hover {
    background-position: 0 -48px
}

span.fancytree-icon {
    margin-left: 3px;
    background-position: 0 0
}

.fancytree-ico-c span.fancytree-icon:hover {
    background-position: -16px 0
}

.fancytree-has-children.fancytree-ico-c span.fancytree-icon {
    background-position: -32px 0
}

.fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
    background-position: -48px 0
}

.fancytree-ico-e span.fancytree-icon {
    background-position: -64px 0
}

.fancytree-ico-e span.fancytree-icon:hover {
    background-position: -80px 0
}

.fancytree-ico-cf span.fancytree-icon {
    background-position: 0 -16px
}

.fancytree-ico-cf span.fancytree-icon:hover {
    background-position: -16px -16px
}

.fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
    background-position: -32px -16px
}

.fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
    background-position: -48px -16px
}

.fancytree-ico-ef span.fancytree-icon {
    background-position: -64px -16px
}

.fancytree-ico-ef span.fancytree-icon:hover {
    background-position: -80px -16px
}

.fancytree-loading span.fancytree-expander, .fancytree-loading span.fancytree-expander:hover, .fancytree-statusnode-loading span.fancytree-icon, .fancytree-statusnode-loading span.fancytree-icon:hover {
    background-image: url(data:image/gif;base64,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);
    background-position: 0 0
}

.fancytree-statusnode-error span.fancytree-icon, .fancytree-statusnode-error span.fancytree-icon:hover {
    background-position: 0 -112px
}

span.fancytree-node {
    display: inherit;
    width: 100%;
    margin-top: 1px;
    min-height: 16px
}

span.fancytree-title {
    color: #000;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    min-height: 16px;
    padding: 0 3px;
    margin: 0 0 0 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

span.fancytree-node.fancytree-error span.fancytree-title {
    color: red
}

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
}

div.fancytree-drag-helper.fancytree-drop-accept span.fancytree-drag-helper-img {
    background-position: -32px -112px
}

div.fancytree-drag-helper.fancytree-drop-reject span.fancytree-drag-helper-img {
    background-position: -16px -112px
}

#fancytree-drop-marker {
    width: 32px;
    position: absolute;
    background-position: 0 -128px;
    margin: 0
}

#fancytree-drop-marker.fancytree-drop-after, #fancytree-drop-marker.fancytree-drop-before {
    width: 64px;
    background-position: 0 -144px
}

#fancytree-drop-marker.fancytree-drop-copy {
    background-position: -64px -128px
}

#fancytree-drop-marker.fancytree-drop-move {
    background-position: -32px -128px
}

span.fancytree-drag-source.fancytree-drag-remove {
    opacity: .15
}

table.fancytree-ext-table span.fancytree-node {
    display: inline-block;
    box-sizing: border-box
}

table.fancytree-ext-columnview tbody tr td {
    position: relative;
    vertical-align: top;
    overflow: auto
}

table.fancytree-ext-columnview tbody tr td > ul {
    padding: 0
}

table.fancytree-ext-columnview tbody tr td > ul li {
    -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;
    list-style: none
}

table.fancytree-ext-columnview span.fancytree-node {
    position: relative;
    display: inline-block
}

table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
    position: absolute;
    right: 3px;
    background-position: 0 -80px
}

table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right:hover {
    background-position: -16px -80px
}

.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
    color: silver;
    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: silver;
    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-childcounter span.fancytree-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: 15px;
    height: 15px;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 15px;
    padding: 2px;
    text-align: center;
    font-size: 9px
}

ul.fancytree-ext-wide, ul.fancytree-ext-wide span.fancytree-node > span {
    position: relative;
    z-index: 2
}

ul.fancytree-ext-wide {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

span.fancytree-title {
    border: 1px solid transparent;
    border-radius: 0
}

span.fancytree-focused span.fancytree-title {
    outline: #000 dotted 1px
}

span.fancytree-active span.fancytree-title, span.fancytree-selected span.fancytree-title {
    background-color: #D4D4D4
}

span.fancytree-selected span.fancytree-title {
    font-style: italic
}

.fancytree-treefocus span.fancytree-active span.fancytree-title, .fancytree-treefocus span.fancytree-selected span.fancytree-title {
    color: #fff;
    background-color: #3875D7
}

table.fancytree-ext-table {
    border-collapse: collapse
}

table.fancytree-ext-table tbody tr.fancytree-focused {
    background-color: #99DEFD
}

table.fancytree-ext-table tbody tr.fancytree-active {
    background-color: #4169e1
}

table.fancytree-ext-table tbody tr.fancytree-selected {
    background-color: #99DEFD
}

table.fancytree-ext-columnview tbody tr td {
    border: 1px solid gray
}

table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
    background-color: #ccc
}

table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
    background-color: #4169e1
}