﻿
.comment-text {
    word-wrap: break-word;
    max-width: 50em
}

.adpanel {
    width: 300px;
    margin-top: 6em;
}

/*  Make <code> font the same size as surrounding text. 
    See https://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/
*/
code {
    font-family: "Courier New", monospace, serif;
    font-size: 1em;
}

html, body {
    margin: 0;
    background-color: #F3F3F1;
    color: #434345;
    height: 100%;
    border: none;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 150%;
}

pre {
    line-height: normal
}

h1, h2, h3, h4, h5 {
    color: #377895;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

h1 {
    font-size: 3.0ex;
    margin-top: 3ex;
}

h2 {
    font-size: 2.7ex;
    margin-top: 2ex
}

h3 {
    font-size: 2ex;
    margin-top: 3ex
}

h4 {
    font-size: 1.5ex;
    margin-top: 2.5ex
}

a {
    color: #00A0E8;
}

.TypeName, .MethodName {
    color: #2b91af;
    font-weight: bold;
}

.Navigation, Navigation1 {
    color: #434345;
    text-decoration: none;
    font-weight: normal;
    text-decoration: none
}

.Navigation:hover {
    color: #00A0E8
}

.Navigation.TopNavigation {
    color: #434345;
    cursor: pointer !important;
}

.Navigation1 {
    position: relative;
    left: -1ex;
}

ul.widelist li {
    margin-top: 0.5ex;
    margin-bottom: 1ex;
}

ul.verywidelist li {
    margin-top: 1ex;
    margin-bottom: 2ex;
}

.csKeyword {
    color: Blue
}

.csType {
    color: #2B91AF
}

.csComment {
    color: #358000
}

.csLiteral {
    color: #A31515
}

table .history tr td, th {
    vertical-align: top;
    text-align: left;
    padding-right: 3ex
}

.sample {
    border-bottom: 1px dashed;
    text-decoration: none
}

.ctl00_ctl00_MenuPlaceHolder_Menu1_0 {
    background-color: #DEDFD7;
}

.ui {
    font-weight: bold
}

.user_input {
    background: white;
    border: 1px solid #BBBBBB;
    padding-left: 0.2em;
    padding-right: 0.15em
}

.console {
    color: #bbbbbb;
    padding: 1em;
    background-color: #232323;
    border: 1px solid BurlyWood;
    border-left: 1em solid #377895;
    white-space: pre-wrap;
    font-weight: bold
}

.footerblob {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 2em;
    margin-bottom: 1em;
}

.footerblob h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
}

.footerblob ul li {
    list-style: none;
}

.footerblob ul {
    padding: 0px;
    margin-top: 0.25em;
}

.products table tr td {
    vertical-align: top;
}

a.blink,
.products .blinks a,
.buybutton,
table.buy tr:first-child {
    background-color: #93BBFF;
    color: white;
}

table.buy tr:first-child td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

a.blink,
.buybutton {
    text-align: center;
    vertical-align: middle;
    display: block;
    border: 1px solid #6DA5FF;
    padding: 0.5em;
}

a.blink,
.buybutton,
.products .blinks a {
    text-decoration: none;
}

a.blink:hover,
.products .blinks a:hover,
.buybutton:hover {
    background-color: #6DA5FF;
}

.buybutton,
.products .blinks a,
.product {
    text-align: center;
    font-weight: bold;
}

.products .blinks {
    line-height: 2em;

}

.products .blinks a {
    font-size: 110%;
    letter-spacing: 0.05em;
    padding: 0.3em 0.5em;
    white-space: nowrap;
}

.buybutton {
    font-size: 120%;
    padding: 0.5em 1em;
    margin: 1em auto;
    display: table;
    text-transform: uppercase;
}

.product {
    text-transform: uppercase;
}

.title {
    font-size: 150%;
}

.tick:after {
    content: "Да"
}

.notick:after {
    content: "-"
}

.tick, .notick {
    text-align: center;
    vertical-align: middle;
}

table.buy tr td {
    text-align: center;
    width: 22%;
    white-space: nowrap;
}

table.buy tr:first-child td {
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

table.buy tr:nth-child(even) {
    background: white;
}

table.buy tr td:first-child {
    text-align: left;
    width: auto;
    white-space: normal;
}

table.buy {
    width: 100%;
}

table.buy tr td:first-child {
    width: auto;
}

table.output-partners img {
    height: 50px;
    max-width: 415px
}

.button-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    margin-top: 2px;
}

.button-copy[hidden] {
    display: none;
}

.button-copy__icon {
    height: 17px;
    margin-right: 4px;
}


.codeblock .string-literal {
    color: Green;
}

.codeblock .keyword {
    color: Blue;
}

.codeblock .class-name {
    color: Maroon;
}

.codeblock .comment {
    color: Gray;
}

.filename {
    font-weight: bold;
}