﻿#articles {
    overflow: hidden;
}

    #articles a {
        color: #29434e;
        text-decoration: none;
    }

#article a {
    color: #01579b;
    text-decoration: none;
}

#articles .active {
    padding: 10px;
    max-height: 3000px !important;
    color: #2196f3 !important;
    font-size: 1.1rem;
    font-weight: 600;
    /*background: #fafafa;*/
}

#articles .alone {
    border-left: #eee solid 2px;
}

    #articles .alone.active {
        margin-right: 23px;
        font-weight: 700;
        border-left: 3px solid #2563eb;
    }

#articles-content {
    position: relative;
    text-transform: capitalize;
}

.install {
    background: #1e293b;
    color: #fff;
    padding: 4px 8px 8px 18px;
    border-radius: 8px;
    max-width: 900px;
    margin-bottom: 18px;
}

.install-header {
    font-size: 0.8rem;
    opacity: 0.6;
}

.install-body {
    font-family: 'JetBrains Mono', monospace;
    word-break: break-all;
    color: #93c5fd;
    padding: 15px 0px;
}

.install-copy {
    color: #fff;
    background: transparent;
    border: none;
    float: right;
}

    .install-copy span::before {
        margin-right: 2px;
        margin-top: -2px;
        content: '';
        display: inline-block;
        height: 18px;
        width: 18px;
        background-image: url('../images/copy.svg');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

.sample-img {
    margin: 1rem 0;
    border: solid 1px #33415521;
    max-width: 600px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.assembly,
.namespace {
    font-size: 14px;
    display: block;
    opacity: 0.5;
    padding: 15px 0;
    /*color: #90a4ae;*/
    /*font-family: 'Quicksand', sans-serif;*/
}

    .namespace:before {
        margin-right: 6px;
        display: inline-block;
        content: ' ';
        vertical-align: middle;
        background-image: url('../images/folder_black_24dp.svg');
        height: 18px;
        width: 18px;
        margin-top: -4px;
    }

    .assembly:before {
        margin-right: 6px;
        display: inline-block;
        content: ' ';
        vertical-align: middle;
        background-image: url('../images/inventory_2_black_24dp.svg');
        height: 18px;
        width: 18px;
        margin-top: -4px;
    }

.class:before {
    margin-right: 6px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/data_object_black_24dp.svg');
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

.struct:before {
    margin-right: 6px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/square_foot_black_24dp.svg');
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

.interface:before {
    margin-right: 6px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/lightbulb_black_24dp.svg');
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

.enum:before {
    margin-right: 6px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/format_list_numbered_black_24dp.svg');
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

.enum:before {
    margin-right: 6px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/format_list_numbered_black_24dp.svg');
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

#gallery .art-info span:before {
    margin-right: 12px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/description_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-install span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/play_arrow_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-paints span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/brush_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-cartesian span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/show_chart_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-pie span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/pie_chart_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-polar span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/radar_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-map span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/map_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

#gallery .art-full-docs span:before {
    margin-right: 16px;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-image: url('../images/more_vert_black_24dp.svg');
    height: 30px;
    width: 30px;
    margin-top: -4px;
}

.gallery-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    -moz-transition: box-shadow ease-out 0.3s;
    -o-transition: box-shadow ease-out 0.3s;
    -webkit-transition: box-shadow ease-out 0.3s;
    transition: box-shadow ease-out 0.3s;
}

    .gallery-card:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

.title-link {
    position: relative;
    margin: 0 2px 0 -24px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity ease-out 0.3s;
    -o-transition: opacity ease-out 0.3s;
    -webkit-transition: opacity ease-out 0.3s;
    transition: opacity ease-out 0.3s;
}

h1:hover .title-link,
h2:hover .title-link,
h3:hover .title-link {
    opacity: 1;
}

.version {
    font-size: 0.8rem;
    opacity: 0.6;
    padding: 10px 16px;
}

.type-def {
    font-size: 16px;
}

    .type-def.enum:before,
    .type-def.interface:before,
    .type-def.class:before,
    .type-def.assembly:before,
    .type-def.namespace:before {
        height: 20px;
        width: 20px;
    }

.version:before {
    content: 'docs version ';
}

.generic-in,
.generic-out {
    font-family: 'JetBrains Mono', monospace;
    padding: 0px 2px;
    font-weight: 700;
    opacity: 0.7;
}

.series-miniature {
    display: inline-block;
    max-width: 300px;
    margin: 15px;
}

#article .series-miniature img {
    margin: 0 0px 10px 0px;
}

.generic-arg {
    font-family: 'JetBrains Mono', monospace;
    color: #2b91af;
    font-weight: 500;
}

#article .param {
    font-weight: 600;
    color: #4b636e;
}

#article .type,
#article .type a {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    color: #01579b;
    text-decoration: none;
}

    #article .type a:hover {
        background: #ccc;
    }

#article .property-name,
#article .static-name,
#article .event-name,
#article .field-name {
    font-weight: 600;
}

#article .method,
#article .constructor {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    color: #f57f17;
}

#article .method-param {
    white-space: nowrap;
    padding-left: 20px;
}

#article .code-comment {
    font-size: 0.9rem;
    font-weight: 400;
    color: #78909c;
}

.inheritance-level {
    font-family: 'JetBrains Mono', monospace;
    padding: 0px 8px;
    font-weight: 600;
    opacity: 0.8;
}

.inheritance-tree > :nth-child(2) {
    padding-left: 10px;
}

.inheritance-tree > :nth-child(3) {
    padding-left: 20px;
}

.inheritance-tree > :nth-child(4) {
    padding-left: 30px;
}

.inheritance-tree > :nth-child(5) {
    padding-left: 40px;
}

.inheritance-tree > :nth-child(6) {
    padding-left: 50px;
}

.inheritance-tree > :nth-child(7) {
    padding-left: 60px;
}

.inheritance-tree > :nth-child(8) {
    padding-left: 70px;
}

.inheritance-tree > :nth-child(9) {
    padding-left: 80px;
}

.inheritance-tree > :nth-child(10) {
    padding-left: 10px;
}

.inheritance-tree > :nth-child(11) {
    padding-left: 20px;
}

.inheritance-tree > :nth-child(12) {
    padding-left: 30px;
}

.inheritance-tree > :nth-child(13) {
    padding-left: 40px;
}

.inheritance-tree > :nth-child(14) {
    padding-left: 50px;
}

.inheritance-tree > :nth-child(15) {
    padding-left: 60px;
}

.inheritance-tree > :nth-child(16) {
    padding-left: 70px;
}

.inheritance-tree > :nth-child(17) {
    padding-left: 80px;
}

#article h1,
#article h2,
#article h3,
#article h4 {
    font-weight: 700;
    font-family: 'Quicksand';
/*    text-transform: uppercase;*/
    color: #263238;
}

#article h1 {
    font-size: 2.2rem;
}

#article h2 {
    font-size: 1.8rem;
}

#article h3 {
    font-size: 1.4rem;
}

#article h4 {
    font-size: 1.2rem;
}

#article img.static {
    -moz-transition: opacity ease-out 0.3s;
    -o-transition: opacity ease-out 0.3s;
    -webkit-transition: opacity ease-out 0.3s;
    transition: opacity ease-out 0.3s;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    #article img.static:hover {
        opacity: 0;
    }

.article-index {
    padding-bottom: 0 !important;
    padding-left: 5px !important;
    font-weight: 500;
    font-size: 0.8rem;
    margin-left: 7px;
    margin-bottom: 4px;
}

    .article-index li {
        /*padding: 6px 0;*/
    }

#articles .article-index a {
    color: #97a3aa;
}

#articles .article-index .active {
    padding: 0px;
    /*border-left: 3px solid #909090;*/
}

    #articles .article-index .active a {
        font-weight: 600;
        color: #3b82f6;
        font-size: 0.8rem;
    }

#article .container-table {
    padding-top: 8px;
    padding-bottom: 8px;
}

    #article .container-table:nth-child(odd) {
        background-color: #f8f8f8;
    }

#articles-wrapper {
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none;
}

    #articles-wrapper ul {
        /*font-size: 0.9rem;*/
        list-style: none;
        padding-left: 7.5px;
        cursor: pointer;
        /*padding: 8px 0px 8Px 20px;*/
    }

        #articles-wrapper ul.closed {
            padding: 0px 0px 0px 15px;
        }

        #articles-wrapper ul ul {
            /*border-left: 1px solid #e5e5e5;*/
        }

        #articles-wrapper ul > li.alone {
            -moz-transition: max-height ease-out 0.3s;
            -o-transition: max-height ease-out 0.3s;
            -webkit-transition: max-height ease-out 0.3s;
            transition: max-height ease-out 0.2s;
            overflow: hidden;
            max-height: 36px;
            padding: 0px 10px;
            font-size: 13px;
        }

        #articles-wrapper ul > li {
            -moz-transition: max-height ease-out 0.3s;
            -o-transition: max-height ease-out 0.3s;
            -webkit-transition: max-height ease-out 0.3s;
            transition: max-height ease-out 0.2s;
            overflow: hidden;
        }

        #articles-wrapper ul.closed > li.alone,
        #articles-wrapper ul.closed > li {
            max-height: 0;
            padding: 0;
        }

.gallery-title {
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 0.25rem;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 1rem;
}

#gallery a {
    text-decoration: none !important;
    color: #505050 !important;
}

#gallery img,
.position-relative img {
    margin: 0 auto !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#gallery .secondary-art {
    display: none;
}

#gallery.show-all .secondary-art {
    display: block;
}

#gallery.show-all .art-full-docs {
    display: none;
}

#article img {
    max-width: 100%;
    background: #fff;
    margin: 1.5rem 0;
    -moz-box-shadow: 0 .125rem 0.25rem rgba(0,0,0,.075);
    -webkit-box-shadow: 0 .125rem 0.25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem 0.25rem rgba(0,0,0,.075);
}

#article .platforms-menu img {
    margin: 0;
    max-width: unset;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1, h2, h3, h4, h5 {
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 500;
}

blockquote {
    display: block;
    background: #1c313a;
    color: #fafafa;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
    border-radius: 0.5rem !important;
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin: 2.5rem 0 3rem 0;
    padding: 1.5rem;
}

    blockquote p:before {
        display: inline-block;
        content: '>';
        margin-right: 15px;
    }

    blockquote p {
        margin: 0;
    }

.info {
    padding: 1rem;
    background: #f8f8f8;
    margin: 2rem 0;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    border-radius: 0.75rem;
    color: #404040;
    border: solid 2px #1e88e5;
    /*color: #90a4ae;*/
}

    .info p {
        margin: 0;
    }

        .info p:before {
            margin-right: 12px;
            display: inline-block;
            content: ' ';
            vertical-align: middle;
            background-image: url('../images/info_black_24dp.svg');
            height: 28px;
            width: 28px;
            margin-top: -5px;
        }

.tip {
    padding: 1rem;
    background: #f8f8f8;
    margin: 2rem 0;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    border-radius: 0.75rem;
    color: #404040;
    border: solid 2px #ff9800;
}

    .tip p {
        margin: 0;
    }

        .tip p:before {
            margin-right: 12px;
            display: inline-block;
            content: ' ';
            vertical-align: middle;
            background-image: url('../images/tungsten_black_24dp.svg');
            height: 28px;
            width: 28px;
            margin-top: -5px;
        }

#edit-this-article-source {
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 0.8rem;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

    #edit-this-article-source a {
        background: #fafafa;
        padding: 0.5rem 0.4rem;
        border: 2px solid #01579b;
    }

.lvc-obj {
    /*background-color: #fafafa;*/
    /*line-height: 25px;*/
    /*padding: 5px 0;*/
    /*border-left: 1px solid #fbc02d;*/
}
