﻿.hint {
    border: 1px solid #f0f0f0;
    width: 100%;
    background-color: #fafafa;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.hintlvl1 { /*green*/
    border-left: 5px solid #5cb85c;
    color: #5cb85c;
}

.hintlvl2 { /*yellow*/
    border-left: 5px solid #f0ad4e;
    color: #f0ad4e;
}

.hintlvl3 { /*red*/
    border-left: 5px solid #d9534f;
    color: #d9534f;
}

.hintlvl4 { /*blue*/
    border-left: 5px solid #5bc0de;
    color: #5bc0de;
}

.hintlvl5 { /*magenta*/
    border-left: 5px solid #c552c9;
    color: #c552c9;
}




/*
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
*/

html {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 50px;
}

body {
    font-size: 1rem;
}

a, a:hover, a:visited, a:active {
    color: #108F44;
}

pre, code {
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem !important;
}

code {
    font-size: unset !important;
    word-break: keep-all;
    white-space: nowrap;
    background: #fafafa;
    margin: 5px 7px 5px 7px;
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    font-size: 2rem;
    background: unset;
    margin-left: 0;
}

ul.sidenav {
    margin-left: 0px;
}

/*-------------*/
/*Overwrites   */
.sidenav {
    height: unset;
    padding-bottom: unset;
}

    .sidenav.sidenav-fixed {
        position: absolute;
    }

ul .sidenav.sidenav-fixed > li:last-child {
    margin-bottom: unset;
}

body {
    margin-bottom: 20px;
    overflow:hidden;
}

nav.top-nav {
    height: 100%;
}

ul.sidenav.sidenav-fixed > li:last-child {
    margin-bottom: 0;
}

button:focus {
    outline: none;
    background-color: unset;
}

a.sidenav-trigger.top-nav {
    position: unset;
    text-align: center;
    height: 48px;
    width: 48px;
    top: 10px;
    left: 10px;
    float: none;
    margin-left: 0;
    color: #108F44;
    font-size: 36px;
    z-index: 2
}


.dropdown-content {
    min-width: 150px !important;
}

    .dropdown-content li {
        width: 100%;
    }


/*-------------*/
my-footer {
    padding-top: 0;
    margin-top: 0;
}

main {
    margin-bottom: 0;
}

#navi {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,0.14);
    z-index: 3;
}

.my-nav-outer {
    margin-left: 0px;
    width: 300px;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 230px);
    box-shadow: none;
    background-color: white;
}

.my-nav-btn-disabled, .my-nav-btn {
    display: inline;
    white-space: nowrap;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    background: unset;
}

.my-nav-container-lvl-3 {
    height: 0;
    overflow: hidden;
}

.my-nav-link {
    font-size: 1rem;
    color: black;
}

.my-nav-entry {
    line-height: 30px;
    font-size: 1rem;
    margin-left: 10px;
}

.my-nav-entry-active {
    background-color: rgba(92, 184, 92, 0.50);
}

.my-nav-entry-active-parent {
    background-color: rgba(237, 237, 237, 0.57);
}

.my-nav-entry-lvl-1 {
    border-top: 1px solid #f0f0f0;
    font-size: 1.3rem;
}

    .my-nav-entry-lvl-1:first-of-type {
        border-top: unset;
        color: unset;
    }

.my-nav-search-hide {
    display: none;
}

.my-nav-link-surround {
    height: 100%;
    width: 100%;
}

.my-nav-issearchresult {
    color: red;
}

.my-nav-btn-disabled > i {
    color: rgba(0,0,0,0);
}

#my-nav-top {
}


main ul {
    list-style: disc;
    margin-left: 2rem;
}

    main ul li {
        list-style-type: disc !important;
    }

.toc-wrapper {
    font-size: 1rem;
}

    .toc-wrapper li {
        list-style: none !important;
    }

.toc-wrapper-h1 {
    font-size: 1rem;
}

.toc-wrapper-h2 {
    font-size: 0.8rem;
}

.toc-wrapper-h3 {
    font-size: 0.6rem;
}


.search-results {
    z-index: 1001;
}





:not(pre) > code[class*="language-"], pre[class*="language-"] {
    padding-top: 30px;
}

    pre[class*="language-"]:before {
        display: none;
    }

.prism-copy {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    width: 100%;
    text-align: right;
}

    .prism-copy > button {
        border: 0;
        margin: 2px;
    }


/**/

#top-bar {
    border-radius: 2px;
    margin: 3rem 0 0 4rem;
    padding: 0.5rem 1rem;
    /*height: 0;*/
    min-height: 3rem;
}



#main-body {
    margin: 3rem 6rem 0 6rem;
}


#breadcrumbs {
    background: #F6F6F6;
    min-height: 48px;
    vertical-align: central;
    height: auto;
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.4;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-left: 10px;
    padding: 10px;
    list-style: none;
}

#header-title {
    font-size: 3rem;
    text-align: center;
    line-height: 150%;
    color: #108F44;
    letter-spacing: 0;
    font-weight: 400; 
    text-rendering: optimizeLegibility;
}

#breadcrumbs span {
    padding: 0 0.1rem;
}

#breadcrumbs .material-icons {
    vertical-align: middle;
}

#breadcrumbs li {
    display: inline;
    float:unset;
}

.breadcrumb i, .breadcrumb i.material-icons {
    float: unset;
}

.breadcrumb:last-child {
    color:unset;
}


h2 {
    font-size: 3rem;
    text-align: left;
    line-height: 120%;
    color: #108F44;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

h3 {
    font-size: 2.5rem;
    text-align: left;
    line-height: 120%;
    color: #108F44;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

blockquote {
    border-left-color: #dddddd;
}

img.markdownimg {
    max-width: 90%;
}

.sidenav.sidenav-fixed {
    position: absolute;
    height:220px;
}

ul.sidenav.sidenav-fixed li a {
    padding:0;
}

ul.sidenav.sidenav-fixed li.logo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 0;
}

div.ver-select-div {
    #font-size: 0.5rem;
    width: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    display: flex;
    font-size: 12px;
}

div.ver-select-li {
    float: left;
    margin-left:5px;
    margin-right:5px;
}

    div.ver-select-li > a,
    div.ver-select-li > a:hover,
    div.ver-select-li > a:active,
    div.ver-select-li > a:visited {
        font-size: 12px;
    }

div.ver-select-li-act {
    font-weight: 800;
    #text-decoration: underline;
    font-size:1.1rem;
}


/* MH */

.my-nav-entry-active-parent {
    background-color: rgba(128, 128, 128, 0.2);
}

.my-nav-entry-lvl-1 {
    border-top: 1px solid rgb(237,237,237);
    font-size: 1.3rem;
}

a.my-nav-link, a.my-nav-link:hover, a.my-nav-link:visited, a.my-nav-link:active {
    color: black;
	white-space: nowrap;
    display: block;
}

.my-nav-entry-has-sub {
    color: #108F44;
}