/* 
------------------------------------------------------------------------
tree.css
------------------------------------------------------------------------
*/

.tree-plus-tabs #content {
    position: absolute;
    top: 190px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    margin: 0
}

.tree-plus-tabs #content.notification-displayed {
    top: 175px
}

.tree-plus-tabs #left {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius:4px;
}

.tree-plus-tabs #right {
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    height: 100%;
    overflow: hide
}

.tree-plus-tabs #form {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0
}

.tree-plus-tabs #left label {
    color: #232323;
    font-weight: 600
}

.tree-plus-tabs #left input {
    background: #fff
}

.tree-plus-tabs #filter-region .area-inner {
    margin: 9px 12px
}

.tree-plus-tabs #filter-region .component {
    position: relative;
    height: 36px;
    padding-bottom: 10px
}

.tree-plus-tabs #filter-region .component .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-weight: normal;
    color: black
}

.tree-plus-tabs #filter-region .component .content {
    position: absolute;
    top: 0;
    right: 40px;
    width: 51%;
    height: 27px;
    line-height: 27px
}

.tree-plus-tabs #filter-region .component input {
    width: 100%
}

.tree-plus-tabs #filter-region .compressed-button {
    display: inline;
    position: absolute;
    right: 10px;
    top: 50px
}

.tree-plus-tabs #tree-region {
    background: white;
    position: absolute;
    top: 150px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #ccc
}

.treeview a {
    color: #999;
    text-decoration: none
}

.treeview a:hover {
    color: black
}

.tree-plus-tabs #breadcrumb-region {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    overflow: hidden
}

.breadcrumbs img {
    border: 0
}

.tree-plus-tabs #tabs-region {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    bottom: 0
}

.tree-plus-tabs #tabs-region .ui-tabs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0
}

.tree-plus-tabs #tabs-region .ui-tabs-panel {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 0;
    background: white
}

.tree-plus-tabs #tabs-region .pane-inner {
    margin: 17px 12px
}

.tree-plus-tabs #tabs-region .pane-inner .area .area-inner {
    margin: 7px 12px;
    top: 0;
    bottom: 75px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 12px;
    right: 12px
}

.tree-plus-tabs #tabs-region .pane-inner .area .button-bar {
    margin: 17px 12px;
    bottom: 0;
    position: absolute;
    background: white;
    left: 12px;
    right: 12px
}

#treeRefresh {
    height: 25px;
    position: absolute;
    width: 100%;
    top: 120px;
    text-align: center
}

#treeRefresh img {
    border: 0;
    vertical-align: middle
}

#treeRefresh a {
    text-decoration: none;
    color: black
}

#treeRefresh a:visited {
    outline-style: none
}

#breadcrumbs {
    border: 0
}

#breadcrumbs a img {
    border: 0
}

#breadcrumbs a {
    text-decoration: none
}

#breadcrumbs a:hover {
    color: black
}

#tree {
    background-color: white;
    color: red;
    padding-left: 0
}

#tree a {
    color: #58585a
}