.tree-view {
    border: solid 1px #a9a9a9;
    border-radius: 4px;

}

.tree-view.tree-view-border {
    border: solid 1px #a9a9a9;
    border-radius: 4px;
}

.main-tree li.collapsible-item > ul > li {
    display: none;
}

/*.main-tree {*/
/*border-right: solid 1px #a9a9a9;*/
/*}*/
.opener {
    cursor: pointer;
}

.tree-root {
    margin: auto;
    text-align: center;
}

.folder {
    color: #eda95a;
}

.file {
    color: #a4a4a4;
}

.main-tree.main-tree-size-xs li, .detail-tree.detail-tree-size-xs li {
    font-size: 0.95em;
}

.main-tree.main-tree-size-xxs li, .detail-tree.detail-tree-size-xxs li {
    font-size: 0.9em;
}

ul {
    list-style: outside none none;
}

.main-tree.scroll, .detail-tree.scroll {
    /*padding: 0 15px;*/
    overflow-y: scroll;
    max-height: 600px;
}

.action-bar > .action-form {
    padding: 0 15px;
}

ul.tree-list {
    /*list-style-position: inside;*/
    padding-left: 1em;
    margin-left: 1em;
}

li.tree-list-item > .tree-item {
    padding: 7px 15px;
    border-radius: 4px;
    /*white-space: nowrap;*/
    border: solid 1px rgba(0, 0, 0, 0);
    display: inline-block;
}

li.tree-list-item > .tree-item:hover {
    background-color: rgba(51, 122, 183, .1);
    border: solid 1px #337AB7;
    color: #000000;
}

.tree-list-item > .tree-item.active, .tree-list-item > .tree-item.active-parent {
    background-color: rgba(51, 122, 183, .6);
    border: solid 1px #337AB7;
    color: #000000;
}

.item-label {
    display: inline;
}

.tree-actions {
    display: inline;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
}

.arrow-up {

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #696969;
}

.arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #696969;
}

.arrow-right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #696969;
}

.arrow-left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #696969;
}

.action-opener {
    display: inline-block;
    width: 10px;
    border-right: #696969 solid 1px;
    background-color: #d3d3d3;
    cursor: pointer;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.fileinput-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.fileupload-process {
    display: none;
    float: right;
}




