:root {
    --menu-width: 220px;
    --menu-width-inv: -220px;
    --header-height: 2.8em;
}

.side-menu-tree {
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.bstreeview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}

.list-group-item {
    padding: 2px;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
}

.rg-tree-item-normal {
    cursor: pointer;
}

.rg-tree-item-selected {
    color: #ffae00
}

.rg-header {
    color: #757575;
    /* text-align: center; */
    padding: 0 2em 0;
    border-bottom: 1px solid #919191;
    min-height: var(--header-height);
    max-height: var(--header-height);
    height: var(--header-height);
}

.rg-header h1 {
    margin: 0em 0;
    font-size: 2.8em;

    font-weight: 600;
}

.rg-header h2 {
    font-weight: 300;
    color: #ccc;
    padding: 0;
    margin-top: 0;
}

.rg-content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

.rg-header-breadcrumb-container {
    /* padding-top: 1em; */
    padding-left: .2em;
    max-width: 100%;
    /* max-height: var(--header-height); */
    overflow: hidden;
    /* Ensure only two lines of breadcrumbs max.  max-height=(2*line-height) */
    line-height: 1.1em;
    max-height: 2.8em;
    display: inline-block;
    vertical-align: middle;
}

.rg-header-breadcrumb {
    text-align: left;
    vertical-align: middle;
    display: inline;
}

.rg-header-breadcrumb-noselect {
    text-align: left;
    color: #007bff;
    text-decoration: none;
}

.rg-header-breadcrumb-separator {
    text-align: left;
}

.logo-image {
    display: block;
    margin: auto;
    max-width: var(--menu-width);
    max-height: 60px;
    width: 100%;
    height: auto;
}