﻿body {
    margin: 0;
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e0e0e0;
    text-align: left;
}

a {
    color: #0062cc;
    text-decoration: none;
}

p {
    margin-top: 0;
}

.main-content {
    background-color: #fefefe;
}

#maincontainer {
    max-width: 800px;
}

#header {
    height: 287px;
    background-image: url('/Static/Images/gulla.webp');
    background-position: center;
}

div.main-content p,
div.main-content pre,
div.main-content h1,
div.main-content h2,
div.main-content h3,
div.main-content h4,
div.main-content h5,
div.main-content h6,
div.meta,
div.mainintro,
div.mainbody,
nav {
    width: 100%;
}

body.grey h1, body.grey h2, body.grey h3, body.grey h4, body.grey h5, body.grey h6 {
    color: #212529;
    margin-top: 15px;
}

div.main-content img {
    max-width: 100%;
    height: auto;
}

div.main-content h1 {
    font-size: 2.1rem;
}

div.main-content h2 {
    font-size: 1.25rem;
}

div.article-list {
    width: 100%;
}

.article-list article {
    margin: 15px;
}

.article-list h1 {
    margin-left: 15px;
}

.article-list article:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}

div.mainintro {
    font-size: 150%;
}

div.mainintro img, div.mainbody img {
    display: block
}

time {
    color: #6c757d;
    font-style: italic;
}

.footer, .navigation, .header-row {
    background-color: #000000;
}

.header-row .h1 {
    text-align: center;
}

.navigation {
    margin-left: 25px;
}

.navigation a, .navigation a:hover, .header-row a, .header-row a:hover {
    color: #ffffff;
    margin-right: 20px;
}

nav ol.breadcrumb {
    background-color: inherit;
}
nav ol.breadcrumb {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.footer p {
    margin-bottom: 8px;
}

body.grey p code, body.grey li code {
    color: black;
    background-color: lightgrey;
    padding: 2px 8px;
    border: 1px darkgrey solid;
    margin: 0 2px;
}

body.grey a.nav-link, .footer p {
    color: #eeeeee;
}

a:hover.nav-link {
    color: white;
    text-decoration: underline
}

pre, div.main-content pre.expandcode {
    position: relative;
    border-radius: 8px;
}

pre label {
    position: absolute;
    color: lightgrey;
    right: 10px;
    top: 4px;
    font-size: 11px;
}

div.main-content pre.expandcode {
    width: auto;
    overflow: visible;
}

.global-language-selector img {
    width: 48px;
}

.tags {
    float: right;
}

.tags .badge {
    margin-left: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.right {
    float: right;
}

.badge-secondary a, .badge-secondary a:hover {
    color: #ffffff;
}

span.badge-success {
    background-color: #208337;
    color: #ffffff;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    padding: 0 2em;
    border-left: 3px solid darkgrey;
}

div.dotneterror {
    font-family: "Verdana";
    font-weight: normal;
    font-size: .7em;
    color: black;
    border: 1px solid darkgray;
    padding: 10px;
    margin-bottom: 10px;
}

.dotneterror p {
    font-family: "Verdana";
    font-weight: normal;
    color: black;
    margin-top: -5px
}

.dotneterror b {
    font-family: "Verdana";
    font-weight: bold;
    color: black;
    margin-top: -5px
}

.dotneterror .h1 {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 16pt;
    color: red
}

.dotneterror .h2 {
    font-family: "Verdana";
    font-weight: normal;
    font-size: 12pt;
    color: maroon
}

.dotneterror pre, .dotneterror .pre {
    font-family: "Consolas","Lucida Console",Monospace;
    font-size: 8pt;
    margin: 0;
    padding: 0.5em;
    line-height: 14pt;
    background-color: #ffffcc
}

.dotneterror .marker {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.dotneterror .version {
    color: gray;
}

.dotneterror .error {
    margin-bottom: 10px;
}

code .highlight {
    background-color: #ffffcc;
    font-weight: bold;
    padding: 2px;
}

canvas {
    width: 100%;
}

.ai-disclaimer {
    width: 100%;
    padding: 20px;
    background-color: lightblue;
    border: 1px darkblue solid;
    border-radius: 10px;
    margin-bottom: 35px;
}

.ai-disclaimer table {
    width: 100%;
}

.ai-disclaimer table td {
    vertical-align: top;
}

.ai-disclaimer table td:nth-child(1) {
    white-space: nowrap;
    padding-right: 20px;
}

.ai-disclaimer table tr {
    border-bottom: 1px dotted gray;
    border-top: 1px dotted gray;
}

@media only screen and (max-width: 560px) {
    .ai-disclaimer table td {
        display: block;
        width: 100%;
    }

    .ai-disclaimer table td:nth-child(1) {
        font-weight: bold;
        margin-top: 15px;
    }

    .ai-disclaimer table td:nth-child(2) {
        margin-bottom: 15px;
    }
}

.commento-root {
    margin-top: 50px;
    border-top: solid 2px lightgray;
    padding-top: 30px;
}

.commento-login-text,
.commento-markdown-button,
.commento-sort-policy-button {
    color: #444444 !important;
}

/* Animate search form */
.input-group .form-control {
    width: 200px; /* Default width */
    transition: width 0.5s ease-in-out; /* Animation effect */
}

/* When input gets focus, change its width */
.input-group .form-control:focus {
    width: 550px;
}

/* Button styling for nicer look when input expands */
.input-group .btn-secondary {
    transition: margin-left 0.5s ease-in-out;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}
.mt-0, .my-0 {
    margin-top: 0 !important
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important
}
.mr-2, .mx-2 {
    margin-right: .5rem !important
}
.pt-1, .py-1 {
    padding-top: .25rem !important
}
.pt-2, .py-2 {
    padding-top: .5rem !important
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.p-0 {
    padding: 0 !important
}
.p-4 {
    padding: 1.5rem !important
}
.rounded {
    border-radius: .25rem !important
}
.border-secondary {
    border-color: #6c757d !important
}
.border {
    border: 1px solid #dee2e6 !important
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: .25rem
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.input-group .btn-secondary {
    transition: margin-left .5s ease-in-out
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #000000;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
button, input {
    overflow: visible
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
*, ::after, ::before {
    box-sizing: border-box
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
.mr-auto, .mx-auto {
    margin-right: auto !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}
.h1, h1 {
    font-size: 2.5rem
}
.d-none {
    display: none !important
}
.d-block {
    display: block !important
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    clip-path: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}