﻿.portal-tree-container a
{
    text-decoration: none;
    color: #0077b5;
}
.portal-tree-container a:hover
{
    text-decoration: underline;
}

.portal-tree-container
{
    background-color: #f3f3f3;
    /*border: 1px solid #cfcfcf;*/
    padding-bottom: 10px;
    font-size: 0.9em;
}

.portal-tree-container .tree-search-container {
    background-color: #0077b5;
    padding-top: 7px;
    padding-bottom: 8px;
    
}

.portal-tree-container .tree-search-field
{
    width: calc(100% - 80px);
    margin-left: 0px;
    margin-right: 5px;
    background-color: white;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.portal-tree-container .tree-header .tree-home > a {
    color: white;
}

.portal-tree-container .tree-home
{
    padding: 5px;
    padding-left: 5px;
    margin-top: 3px;
    font-weight: bold;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.portal-tree-container .tree-with-search .tree-home {
    width: 70px;
}

    .portal-tree-container .tree-search-field input:focus { outline: none; }
    .portal-tree-container .tree-search-field input {
        border: 0 !important;
        width: calc(100% - 25px);
        padding-left: 5px;
        height: 35px;
        box-shadow: none;
    }

.portal-tree-container .tree-search-field i
{
    font-size: 1em;
    margin-left: 2px;
    margin-top: 9px;
    color: #b1b1b1;
}

.portal-tree-container .tree-search-field i.delete-text
{
    font-size: 1.125em;
    cursor: pointer;
}

.portal-tree-container .tree-search-field i.delete-text:hover
{
    color: #0077b5;
}

.portal-tree-container .tree-holder {
    padding-left: 5px;
    padding-top: 10px;
}

.portal-tree-container .bottom-scroller-div .tree-holder {
    padding-top: 25px;
}

.portal-tree-container .tree-nav-item {
    font-size: 1em;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

        .portal-tree-container .tree-nav-item i {
            margin-right: 5px;
            color: #0077b5;
        }

    .portal-tree-container .tree-item,
    .portal-tree-container .no-search-found {
        position: relative;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 16px;
        white-space: nowrap;
    }

        .portal-tree-container .tree-indent {
            margin-left: 0px;
        }

.portal-tree-container .tree-indent.collapsed
{
    display: none;
}

.portal-tree-container .tree-item.item-selected > .inner-tree-item {
    background-color: #e8e8e8;
    padding-right: 7px;
}


    .portal-tree-container .tree-item > .inner-tree-item {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
    }

.portal-tree-container .tree-item .tree-item-hover {
    padding: 5px;
    padding-left: 10px;
    padding-right: 15px;
    border: 1px solid #cfcfcf;
    background-color: white;
    position: fixed;
    z-index: 100;
    border-radius: 5px;
}

.portal-tree-container .expander i {
    padding-right: 4px;
    color: #0077b5;
}

.portal-tree-container .expander:hover i {
    opacity: 0.8;
}


.portal-tree-container .expander {
    position: absolute;
    left: 0px;
    top: 1px;
    padding: 6px;
    cursor: pointer;

}

.portal-tree-container .top-scroller {
    background-color: white;
}

.portal-tree-container .top-scroller-div {
    background-color: white;
}

.portal-tree-container .top-scroller, .portal-tree-container .bottom-scroller {
    width: 100%;
    overflow-x: auto;
    overflow-y:hidden;
}

.portal-tree-container .bottom-scroller {
    overflow-x: hidden;
}

.portal-tree-container .top-scroller {height: 18px; }


.portal-tree-container .top-scroller-div {
    height: 18px;
}
/*Feedback plugin*/
.doc-container .feedback-widget-container iframe {
    width: 100%;
    border: 0;
    background-color: transparent;
}
