ul.dynatree-container{
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: auto;
    min-height: 0%;
}
ul.dynatree-container ul{
    padding: 0 0 0 16px;
    margin: 0;
}
ul.dynatree-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-repeat: repeat-y;
    background-image: url("../images/datatree/vline.gif");
    background-position: 0 0;
    margin: 0;
    padding: 5px 0 0 0;
    white-space:normal;
}
ul.dynatree-container li.dynatree-lastsib{
    background-image: none;
}
ul.dynatree-no-connector > li{
    background-image: none;
}
.ui-dynatree-disabled ul.dynatree-container{
    opacity: 0.5;
    background-color: #8f9ba6;
}
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker{
    width: 16px;
    height: 16px;
    display: inline-block; /* Required to make a span sizeable */
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("../images/datatree/icons.gif");
    background-position: 0 0;
    flex-shrink: 0;
}
ul.dynatree-container img{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    vertical-align: top;
    border-style: none;
}
span.dynatree-connector{
    background-position: -16px -64px;
}
span.dynatree-expander{
    background-position: 0px -78px;
    cursor: pointer;
}
.dynatree-exp-cl span.dynatree-expander{
    background-position: 0px -96px;
}
.dynatree-exp-cd span.dynatree-expander{
    background-position: -64px -78px;
}
.dynatree-exp-cdl span.dynatree-expander{
    background-position: -64px -94px;
}
.dynatree-exp-e span.dynatree-expander,
.dynatree-exp-ed span.dynatree-expander{
    background-position: -32px -78px;
}
.dynatree-exp-el span.dynatree-expander,
.dynatree-exp-edl span.dynatree-expander{
    background-position: -32px -96px;
}
.dynatree-loading span.dynatree-expander{
    background-position: -1px 3px;
    background-image: url("../images/datatree/loading.svg");
    background-size: 90%;
}
span.dynatree-checkbox{
    margin-left: 3px;
    background-position: 0px -32px;
}
span.dynatree-checkbox:hover{
    background-position: -16px -32px;
}
.dynatree-partsel span.dynatree-checkbox{
    background-position: -64px -32px;
}
.dynatree-partsel span.dynatree-checkbox:hover{
    background-position: -80px -32px;
}
.dynatree-selected span.dynatree-checkbox{
    background-position: -32px -32px;
}
.dynatree-selected span.dynatree-checkbox:hover{
    background-position: -48px -32px;
}
span.dynatree-radio{
    margin-left: 3px;
    background-position: 0px -48px;
}
span.dynatree-radio:hover{
    background-position: -16px -48px;
}
.dynatree-partsel span.dynatree-radio{
    background-position: -64px -48px;
}
.dynatree-partsel span.dynatree-radio:hover{
    background-position: -80px -48px;
}
.dynatree-selected span.dynatree-radio{
    background-position: -32px -48px;
}
.dynatree-selected span.dynatree-radio:hover{
    background-position: -48px -48px;
}
span.dynatree-icon{
    background-position: 0px 1px;
}
.dynatree-ico-cf span.dynatree-icon{
    background-position: 0px -14px;
}
.dynatree-ico-ef span.dynatree-icon {
    background-position: -65px -14px;
}
.dynatree-statusnode-wait span.dynatree-icon{
    background-image: url("../images/datatree/loading.svg");
}
.dynatree-statusnode-error span.dynatree-icon{
    background-position: 0px -112px;
}
span.dynatree-node{
    align-items: flex-start;
    display: flex;
}
ul.dynatree-container a{
    color: #23282c;
    text-decoration: none;
    vertical-align: top;
    margin: 0px;
    margin-left: 3px;
    transition: background-color 0.3s ease;
}
ul.dynatree-container a:hover{
    background-color: #f0f3f5;
    border-radius: 2px;
}
span.dynatree-node a{
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}
ul li ul span.dynatree-node a{
    white-space:normal;
    max-width:calc(100% - 40px);
}
.no-overflow ul li ul span.dynatree-node a {
    max-width: none;
}
span.dynatree-folder a{
    font-weight: bold;
}
ul.dynatree-container a:focus,
span.dynatree-focused a:link {
    background-color: #c8ced3;
    outline-color: #136684;
    border-radius: 2px;
}
span.dynatree-selected a{
    color: 	#4dbd74;
    font-style: italic;
}
span.dynatree-active a{
    background-color: #20a8d8 !important;
    color: #FFF !important;
    border-radius: 2px;
}
div.dynatree-drag-helper a{
    border: 1px solid #5c6873;
    background-color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.8;
}
div.dynatree-drop-accept span.dynatree-drag-helper-img{
    background-position: -32px -112px;
}
div.dynatree-drag-helper.dynatree-drop-reject{
    border-color: #f86c6b;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img{
    background-position: -16px -112px;
}
#dynatree-drop-marker{
    width: 24px;
    position: absolute;
    background-position: 0 -128px;
    margin: 0;
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before{
    width:64px;
    background-position: 0 -144px;
}
#dynatree-drop-marker.dynatree-drop-copy{
    background-position: -64px -128px;
}
#dynatree-drop-marker.dynatree-drop-move{
    background-position: -64px -128px;
}
span.dynatree-drag-source{
    background-color: #e0e0e0;
}
span.dynatree-drag-source a{
    color: #8f9ba6;
}
span.dynatree-drop-target.dynatree-drop-accept a{
    background-color: #20a8d8 !important;
    color: #FFF !important;
    text-decoration: none;
}