﻿@font-face {
    font-family: 'Novacento Sans Wide';
    src: url("/fonts/Novecentosanswide-UltraLight-webfont.woff2") format('woff2'), url("/fonts/Novecentosanswide-UltraLight-webfont.woff") format('woff');
    /*src: url("/fonts/Novecentosanswide-UltraLight-webfont-1.bin") format("embedded-opentype"), url("/web/20201109224851im_/https://learn-blazor.com/fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("/web/20201109224851im_/https://learn-blazor.com/fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff"), url("/web/20201109224851im_/https://learn-blazor.com/fonts/Novecentosanswide-UltraLight-webfont-2.bin") format("truetype"), url("/web/20201109224851im_/https://learn-blazor.com/fonts/Novecentosanswide-UltraLight-webfont.svg") format("svg");*/
    font-style: normal;
    font-weight: 200;
}

body {
    font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    color: #323232;
}

.display-5 {
    font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    /*font-family: "Montserrat Subrayada", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;*/
    text-transform: uppercase;
    color: #222;
    font-weight: 200;
    font-size: 3.25rem;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
    color: #5e5e5e;
}
main .subtitle {
    color:#323232;
    line-height: 1.6;
}

#logobox {
    background-color: #1c90f3;
}
#logobox a {
    text-decoration: none;
}

#sidebar .searchbox {
    background: #167ad0;
    margin-top: 1rem;
    position: relative;
    border: 1px solid #33a1ff;
    border-radius: 4px;
}

    #sidebar .searchbox * {
        color: #a1d2fd;
        font-size: smaller;
    }

.searchbox label {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 10px;
    top: 3px;
}

.searchbox input {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0 25px 0 30px;
    margin: 0;
    font-weight: 300;
}

#search-by::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1; /* Firefox */
}

.searchbox span {
    color: #ffffff99;
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
}

#menu {
    position: relative;
}

    #menu .nav-link {
        padding: 0.25rem 1rem;
        font-weight: 500;
        color: #333;
        font-size: 14px;
        line-height: 1.5;
    }

        #menu .nav-link:hover {
            color: #999;
        }

mark {
    background-color: #ffdfba;
    color: black;
    padding: 0;
}

#topics .nav > .nav-item:not(:first-child) { /* extra padding for topic headings after the first */
    padding-top: 15px;
}

.nav-nested {
    list-style: none;
    padding-left: 15px;
}

.chapter-nav-prev-next-hlght {
}

    .chapter-nav-prev-next-hlght:hover {
        cursor: pointer;
        background-color: #F6F6F6;
    }

.chapter-nav-prev-next {
    font-size: 55px;
    color: #167ad0;
}

#content-side {
    position: relative; /* needed for perfect scrollbar positioning */
}


pre {
    position: relative; /* needed for copy to clipboard absolute positioning*/
}
/*
    ------- Copy to clipboard
*/
.copy-to-clipboard {
    background-image: url(/images/clippy.svg);
    background-position: 50% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 27px;
    height: 1.45rem;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #5e5e5e;
    background-color: #FFF7DD;
    margin-left: -.2rem;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    margin-bottom: 1px;
}

    .copy-to-clipboard:hover {
        background-color: #E8E2CD;
    }

pre .copy-to-clipboard {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #fff;
    color: #ccc;
    border-radius: 2px;
}

    pre .copy-to-clipboard:hover {
        background-color: #656c72;
        color: #fff;
    }

.tooltipped {
    position: relative;
}

    .tooltipped:after {
        position: absolute;
        z-index: 1000000;
        display: none;
        padding: 5px 8px;
        font: normal normal 11px/1.5 "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: break-word;
        white-space: pre;
        pointer-events: none;
        content: attr(aria-label);
        background: rgba(0, 0, 0, 0.8);
        border-radius: 3px;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .tooltipped:before {
        position: absolute;
        z-index: 1000001;
        display: none;
        width: 0;
        height: 0;
        color: rgba(0, 0, 0, 0.8);
        pointer-events: none;
        content: "";
        border: 5px solid transparent;
    }

    .tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
        display: inline-block;
        text-decoration: none;
    }

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px;
}

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px;
}

.tooltipped-sw:after {
    margin-right: -15px;
}

.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px;
}

.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px;
}

.tooltipped-nw:after {
    margin-right: -15px;
}

.tooltipped-s:after, .tooltipped-n:after {
    transform: translateX(50%);
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    transform: translateY(50%);
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    transform: translateY(50%);
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8);
}

/* 
    ------------- end Copy to clipboard
*/
.breadcrumb-item a {
    text-decoration:none;
}

main {

}
    main img {
        cursor: pointer;
        margin-left: auto; /* needed for centering image */
        margin-right: auto; /* needed for centering image */
        display: block; /* needed for centering image */
    }
    main h1 {
        color: #222;
        text-align: center;
        font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        /*font-family: "Montserrat Subrayada", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;*/
        text-transform: uppercase;
        font-weight: 200;
        font-size: 3.25rem;
    }
    main h1, main h2, main h3, main h4, main h5 {
    }

    main strong {
        font-weight: bold;
    }

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    /*padding: 48px 0 0;*/ /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

#menu .sidebar .nav-link {
}

    #menu .nav-link.active {
        color: #007bff;
    }

.side-footer-heading {
    font-size: 1.15rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    font-size: 1rem;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }
