﻿.manualtree .e-level-1 > .e-text-content .e-list-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #194B7D;
}
.manualtree .e-level-2 > .e-text-content .e-list-text {
    font-size: 1.0rem;
    font-weight: bold;
    color: #194B7D;
}
.manualtree .e-level-3 > .e-text-content .e-list-text {
    font-size: .9rem;
    font-weight: normal;
    color: #194B7D;
}
.manualtree .e-level-4 > .e-text-content .e-list-text {
    font-size: .8rem;
    font-weight: normal;
    color: #194B7D;
    font-style: italic;
}
.manualtree .e-fullrow {
    opacity: 0;
}

@media (min-width: 768px) {
    #layoutRootContainer {
        margin: 0;
        overflow-y: hidden;
        height: 100%;
    }
    #ptmanualnavbar {
        background: #F2F6F7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 5rem;
        margin-left: -2rem;
        width: 25%;
        max-height: 100%;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    #ptmanualContainer {
        position: absolute;
        top: 2rem;
        bottom: 0;
        right: 0;
        padding-top: 4rem;
        width: 75%;
        max-height: 100%;
        overflow-y: scroll;
    }
    #ptmanualContainer section {
        background: #F2F6F7;
        position: fixed;
        top: 4.75rem;
        width: 73%;
    }
}