.layout-topbar {
    background-color: var(--surface-a);
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-bottom: 1px solid var(--surface-d);
    display: flex;
    align-items: center;
    padding: 0 35px;
}

.brand {
    padding-right: 2em;
    border-right: 1px solid #E5E5E5;
    height: 85px;
}

#navigationmenu {
    position: fixed;
    left: 0;
    top: 120px;
    height: calc(100% - 70px);
    background-color: var(--surface-a);
    width: 200px;
    border-right: 1px solid var(--surface-d);
    user-select: none;
    transition: transform .4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    display: flex;
    flex-direction: column;
}

body .navigationmenu {
    border: 0;
}

.menuright {
    display: block;
    margin-left: auto;
}

.menuentryright {
    margin-left: auto;
    margin-right: 0;
}

#content {
    margin-left: 210px;
    margin-top: 120px;
    width: calc(100% - 120px);
}

#contentfull {
    margin-left: 16;
    margin-right: 16;
    padding-top: 120px;
}

.bold_text {
    font-weight: bold;
}

.normal_text {
    font-weight: normal;
}

.sm-client {
    background: #aaa;
}

#mainLayoutPane {
    background: #f0f0f0;
}

body {
    font-size: 14px;
    background: #ccc;
}

body .ui-widget {
    font-size: 14px;
}

body .ui-column-title {
    font-size: 14px;
}

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.75rem;
    font-size: 14px;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.5rem 1rem;
}

body .ui-inputfield {
    font-size: 14px;
}

body .ui-panelgrid .ui-panelgrid-cell {
    padding: 0.5rem;
}
body .ui-table thead th {
    padding: 0.5rem;
}

.node-level-2 {
    text-indent: 25px;
}

.node-level-3 {
    text-indent: 50px;
}

.node-level-4 {
    text-indent: 75px;
}

.node-level-5 {
    text-indent: 100px;
}

.node-level-6 {
    text-indent: 125px;
}

.node-level-7 {
    text-indent: 150px;
}

.node-level-8 {
    text-indent: 175px;
}

.node-level-9 {
    text-indent: 200px;
}

.third-level-nav{
    padding-left: 15px;
}
