dl.note {
    border: 2px solid #3daee9;
    background-color: rgba(61, 174, 233, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.note dt {
    background-color: transparent;
    font-weight: 700;
    color: #3daee9;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.attention,
dl.warning {
    border: 2px solid #e93d58;
    background-color: rgba(233, 61, 88, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.attention dt,
dl.warning dt {
    background-color: transparent;
    font-weight: 700;
    color: #e93d58;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.invariant,
dl.post,
dl.pre {
    border: 2px solid #3dd425;
    background-color: rgba(61, 212, 37, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.invariant dt,
dl.post dt,
dl.pre dt {
    background-color: transparent;
    font-weight: 700;
    color: #3dd425;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.bug {
    border: 2px solid #ef973c;
    background-color: rgba(239, 151, 60, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.bug dt {
    background-color: transparent;
    font-weight: 700;
    color: #ef973c;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.test {
    border: 2px solid #004e6e;
    background-color: rgba(0, 78, 110, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.test dt {
    background-color: transparent;
    font-weight: 700;
    color: #004e6e;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.deprecated {
    border: 2px solid #e93a9a;
    background-color: rgba(233, 58, 154, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.deprecated dt {
    background-color: transparent;
    font-weight: 700;
    color: #e93a9a;
    font-size: 14px;
    margin-bottom: 6px;
}
dl.todo {
    border: 2px solid #00d3b8;
    background-color: rgba(0, 211, 184, 0.2);
    border-radius: 4px;
    padding: 10px;
}
dl.todo dt {
    background-color: transparent;
    font-weight: 700;
    color: #00d3b8;
    font-size: 14px;
    margin-bottom: 6px;
}
:root {
    --base: #fff;
    --on-base: #000;
    --plasma-blue: #2b1fb1; /*54a3d8;*/
    --on-plasma-blue: #fff;
    --card: #fff;
    --on-card: #000;
    --borders: rgba(0, 0, 0, 0.3);
    --borders-faint: rgba(0, 0, 0, 0.1);
    --list-header-bg: #eff0f1;
}
@media (prefers-color-scheme: dark) {
    .mdescLeft,
    .mdescRight,
    .memItemLeft,
    .memItemRight,
    .memTemplItemLeft,
    .memTemplItemRight,
    .memTemplParams,
    table tr:nth-child(odd) {
        background-color: transparent !important;
    }
    :root {
        --base: #232629;
        --on-base: #eff0f1;
        --card: hsla(0, 0%, 100%, 0.1);
        --on-card: #eff0f1;
        --borders: hsla(0, 0%, 100%, 0.2);
        --borders-faint: hsla(0, 0%, 100%, 0.05);
        --plasma-blue: #98c8e8;
        --on-plasma-blue: #000;
        --list-header-bg: #31363b;
        background-color: var(--base);
    }
}
body {
    background: var(--base);
}
html {
    font-family: Noto Sans, Verdana, Geneva, Arial, sans-serif;
    font-size: 16px;
}
@media (max-width: 900px) {
    html {
        font-size: 15px;
    }
}
.body {
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: 50px auto;
    grid-template-areas: "sidebar header" "sidebar content";
}
@media (max-width: 767px) {
    .body.no-js {
        grid-template-columns: auto;
        grid-template-rows: 50px auto auto;
        grid-template-areas: "header" "sidebar" "content";
    }
}
.body.no-js .navbar-toggler {
    display: none;
}
.body.no-js .sidebar {
    display: block;
}
@media (max-width: 767px) {
    .body {
        grid-template-columns: 0 auto;
        grid-template-rows: 50px auto;
        grid-template-areas: "sidebar header" "sidebar content";
    }
    .body .sidebar {
        display: none;
    }
    .body.sidebar-active {
        grid-template-columns: 300px auto;
        grid-template-rows: 50px auto;
        grid-template-areas: "sidebar header" "sidebar content";
    }
    .body.sidebar-active .sidebar {
        display: block;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
        scrollbar-width: none;
        overflow-y: scroll;
        padding-bottom: 40px;
        scrollbar-width: 0;
    }
    .body.sidebar-active .header {
        position: fixed;
        left: 300px;
        top: 0;
    }
    .body.sidebar-active .content {
        overflow: hidden;
        max-width: 100%;
        position: fixed;
        left: 300px;
        top: 50px;
    }
}
.header {
    grid-area: header;
}
.header .navbar-nav.breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    height: 100%;
    background-color: transparent;
    max-height: 46px;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .header .navbar-nav.breadcrumb {
        min-width: 97vw;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.header .navbar-nav.breadcrumb .breadcrumb-link {
    padding: 13px 0.2rem;
    font-size: 20px;
}
@media (max-width: 1000px) {
    .header .navbar-nav.breadcrumb .breadcrumb-link {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .header .navbar-nav.breadcrumb .breadcrumb-link {
        font-size: 1rem;
    }
}
@media (min-width: 767px) {
    .navbar-toggler {
        display: none;
    }
}
.sidebar {
    background-color: var(--base);
    grid-area: sidebar;
    max-width: 100vw;
}
.content {
    grid-area: content;
    margin-top: 20px;
}
.content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .content > * {
        min-width: 97vw;
    }
}
.content h1.content-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}
.content .header {
    display: none;
}
.content > footer {
    width: 100%;
	padding-top: 5px;
}
main:after {
    display: none !important;
}
@media (min-width: 768px) {
    .sidebar {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
        scrollbar-width: none;
/*        overflow-y: scroll;*/
        padding-bottom: 40px;
        scrollbar-width: 0;
    }
    .sidebar::-webkit-scrollbar {
        width: 0;
    }
}
#sidebar-header {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--plasma-blue);
    color: var(--on-plasma-blue);
    text-align: center;
    padding: 0;
}
#sidebar-header a {
    color: #fff;
}
#sidebar-header h2 {
    font-size: 25px;
    font-weight: 700;
}
#sidebar-header .menu-title {
    margin: auto;
}
@media (prefers-color-scheme: dark) {
    #sidebar-header #sidebar-header {
        background-color: var(--card);
        color: var(--on-card);
    }
}
@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
    #sidebar-header {
        display: none;
    }
}
.mw-editsection {
    font-size: 1.5rem;
    margin-left: 1rem;
}
footer {
    padding: 15px 0 5px;
    margin-bottom: 0;
}
.bg-primary {
    background-color: var(--plasma-blue) !important;
    color: var(--on-plasma-blue) !important;
}
@media (prefers-color-scheme: dark) {
    .bg-primary {
        background-color: var(--card) !important;
        color: var(--on-card) !important;
    }
}
footer.bg-primary {
    background-color: transparent !important;
    color: var(--on-base) !important;
}
.mw-pt-languages {
    margin-bottom: 1rem;
}
.menu-box {
    padding: 0.7em 0 0;
}
.menu-box .menu-content {
    margin: 0 7px 0 10px;
}
.menu-box ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0 0 0 1.3em;
    padding: 0;
}
.menu-title {
    padding: 0;
    margin-bottom: 0.5rem;
    /*background-color: var(--list-header-bg);*/
	font-weight: 800;
}
#sidebar-header .menu-title {
    background-color: transparent;
}
.menu-title h2 {
    margin: 0;
    padding: 0.4em 1.3em 0.2em;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 600;
}
a {
    color: var(--plasma-blue);
}
.menu-content dl {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.menu-content dl dd {
    list-style-position: inside;
    margin: 0 0 0 1.3em;
    padding: 0;
}
.product-row {
    background: var(--card);
    color: var(--on-card);
    border: 1px solid var(--borders);
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.product-row h1,
.product-row h2,
.product-row h3,
.product-row h4,
.product-row h5,
.product-row h6 {
    margin-top: 0;
}
.product-row:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(-2);
    transition: all 0.3s;
}
table.fieldtable {
    width: auto;
    border: 1px solid var(--borders);
    border-radius: 0;
    box-shadow: none;
}
.fieldtable th {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid var(--borders-faint);
}
.fieldtable td.fieldname,
.fieldtable td.fieldtype {
    border-bottom: 1px solid var(--borders-faint);
    border-right: 1px solid var(--borders-faint);
}
.fieldtable td.fielddoc {
    border-bottom: 1px solid var(--borders-faint);
}
table.params .paramname {
    padding-right: 10px;
}
.product-logo {
    margin-top: 0.5em;
}
.kde-product-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.kde-product-column {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
table.libraries {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}
table.libraries td,
table.libraries th {
    border: 1px solid var(--borders);
}
table.libraries h3 {
    margin: 0;
    padding: 0;
}
table.libraries td {
    padding: 0.5em;
}
table.libraries th {
    background: var(--plasma-blue);
    color: var(--on-plasma-blue);
    font-size: 1.1em;
    line-height: 1.7em;
    text-align: center;
}
@media (prefers-color-scheme: dark) {
    table.libraries th {
        background: var(--card);
        color: var(--on-card);
    }
}
.library-main-column {
    vertical-align: top;
}
.library-detail-column {
    text-align: center;
    width: 120px;
}
.library-fancyname {
    font-size: 120%;
}
.library-platforms {
    float: right;
    font-size: 80%;
}
.library-platform {
    color: #666;
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #ccc;
}
.library-platform:first-child {
    padding-left: 0;
    border-left: none;
}
.library-platform a {
    text-decoration: none;
}
.library-platform-unsupported .library-platform-text {
    text-decoration: line-through;
    color: #aaa;
}
.available-indicator,
.not-available-indicator {
    display: none;
    float: left;
    padding-right: 0.5em;
}
.available .available-indicator,
.not-available .not-available-indicator {
    display: inline;
}
.not-available {
    background-color: rgba(233, 61, 87, 0.2);
}
.not-available .library-description {
    display: none;
}
.library-platform-required .library-platform-text {
    color: green;
}
.library-platform-required.library-platform-unsupported .library-platform-text {
    color: red;
}
.warning-tooltip {
    width: 15px;
}
.note-tip {
    display: none;
    z-index: 3000;
    position: absolute;
    background-color: #222;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
a.note-close,
a.note-close:active,
a.note-close:visited {
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
}
.copyrights {
    border-top: 1px solid var(--borders);
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
    color: var(--on-base);
}
hr {
    border-color: var(--borders-faint);
}
.loader {
    border: 16px solid #f3f3f3;
    border-top-color: #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 5% auto auto;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
div#top,
div.headertitle {
    display: none;
}
div.header {
    background-image: none;
    background-color: none;
    margin: 0;
    border: none;
}
.memtitle {
    display: none;
}
.memdoc {
    border: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.memproto,
dl.reflist dt {
    background: var(--plasma-blue);
    color: var(--on-plasma-blue);
    border-radius: 0;
    text-shadow: none;
}
.memproto a.el,
dl.reflist dt a.el {
    color: beige;
}
.memname {
    color: var(--on-plasma-blue);
    text-shadow: none;
}
@media (prefers-color-scheme: dark) {
    table {
        background-color: transparent !important;
        color: var(--on-base) !important;
    }
    .memproto,
    dl.reflist dt {
        background: var(--card) !important;
        color: var(--on-card) !important;
    }
    .memname {
        color: var(--on-card);
    }
    .memproto table tr,
    .mlabels tr,
    table.memberdecls tr.heading,
    table.mlabels tr,
    table.params tr {
        background-color: transparent !important;
        color: var(--on-base) !important;
    }
    div.memproto {
        border: 0;
    }
}
.memdoc,
dl.refllist dd {
    background: var(--card);
    color: var(--on-card);
}
.memSeparator {
    border-color: var(--borders);
}
.mdescLeft,
.mdescRight,
.memItemLeft,
.memItemRight,
.memTemplItemLeft,
.memTemplItemRight,
.memTemplParams {
    background: var(--card);
    color: var(--on-card);
    border-color: var(--borders);
}
.memproto a.el,
.memproto a.elRef {
    color: #cce;
    font-weight: 700;
}
.memproto .paramtype {
    font-weight: 700;
}
.memproto .paramname {
    color: #fed;
    font-weight: 700;
}
.memproto .paramname code {
    color: #970000;
}
.memproto span.mlabel {
    padding: 6px;
    border: 0;
    border-radius: 4px;
    background: var(--base);
    color: var(--on-base);
}
.additional_info {
    margin-top: 10px;
}
table.directory tr,
table.directory tr.even {
    background-color: transparent !important;
    color: var(--on-base);
}
.fragment .line {
    line-height: 1.4;
    white-space: pre;
}
div.fragment {
    border: 1px solid var(--borders);
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
div.fragment,
pre.fragment {
    overflow-x: scroll;
    background-color: var(--card);
    color: var(--on-card);
}
pre.fragment {
    border-color: var(--borders);
    white-space: pre;
    scrollbar-width: 0;
}
pre.fragment::-webkit-scrollbar {
    width: 0;
    height: 0;
}
span.icona {
    display: none;
}
table.directory td {
    padding-bottom: 20px;
}
span.lineno {
    border-right: 1px solid var(--borders);
    color: var(--on-card);
}
span.lineno,
span.lineno a {
    background-color: transparent;
}
.PageDoc .header:after,
header.page-header:after,
section .header:after {
    display: none !important;
}
div.summary {
    float: none;
    width: auto;
    margin-left: auto;
}
div.header {
    background: none;
}
h1 {
    word-wrap: break-word;
}
.breadcrumb li a:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb li:nth-child(2) a:before {
    display: none;
}
div.contents {
    margin-left: auto;
    margin-right: auto;
}

.floatTop {
	max-width: 100vw;
	top: 0px;
//	position: fixed;
	overflow-y:scroll;
}
