/* SmartArh User Guide - Material Theme Customizations */

/* Подобра читливост */
.md-typeset {
    font-size: 0.85rem;
    line-height: 1.7;
}

/* Сива позадина на целата страница */
body {
    background-color: #f0f0f0 !important;
}

/* Бела позадина само на главната содржина */
.md-content {
    background-color: #ffffff !important;
    padding: 1rem 1.5rem !important;
}

/* Темен режим */
[data-md-color-scheme="slate"] body {
    background-color: #1a1a1a !important;
}

[data-md-color-scheme="slate"] .md-content {
    background-color: #2e2e2e !important;
}



/* Stretch main content area to full width so sidebars stick to edges on large screens */
@media screen and (min-width: 1200px) {
    .md-main__inner.md-grid,
    .md-grid {
        max-width: 100% !important;
    }
}


/* Sidebar navigation: make section headers stand out and indent children */
.md-nav__item--section > .md-nav__link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #555;
    margin-top: 0.75rem;
}

.md-nav__item--section > nav .md-nav__item .md-nav__link {
    padding-left: 1.5rem;
}
