/*

Please don't edit this file directly.
Instead, edit the stylus (.styl) files and compile it to CSS on your machine.

*/
/* ----------------------------------------------------------------------------
 * Fonts
 */
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic");*/
/*
 * Pro-Black font instead of semi-bold weight of Pro-Regular
@font-face {
font-family: "PFCentroSansPro";
font-weight: bold;
src: url("/fonts/PFCentroSansPro-Black.otf") format("opentype");
}
@font-face {
font-family: "PFCentroSansPro";
src: url("/fonts/PFCentroSansPro-Regular.otf") format("opentype");
}
@font-face {
font-family: "PFCentroSlabPro";
font-weight: normal;
src: url("/fonts/PFCentroSlabPro-Black.otf") format("opentype");
}
*/
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("/fonts/RobotoSlab-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoMono-Regular";
  src: url("/fonts/RobotoMono-Regular.ttf") format("truetype");
}

/* ----------------------------------------------------------------------------
 * Base
 */
.oos h1,
.oos .menu a.level-1 {}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

html, body {
  /*min-width:480px !important;*/
  overflow-x: auto;
  font-size: 16px;
}

.oos .content img {
  max-width: 100% !important;
}

body {
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.oos {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
}

.oos .content h1, .oos .content h2, .oos .content h3 {
  color: #333;
}

.oos .content h1 {
  font-family: "RobotoSlab-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  /* padding: 105px 0 0;
  margin: -83px 0 20px 0; */
  padding: 125px 0 0;
  margin: -122px 0 1rem 0;
  text-transform: none !important;
}

.oos .content h2 {
  font-size: 26px;
  margin: 0;
  line-height: 1.25em;
  padding-top: 35px;
  margin-top: -60px;
}

.oos .content h3,
.oos .content .h3 {
  font-size: 22px;
  margin: -80px 0 0;
  padding-top: 105px;
  line-height: 1.25em;
}

.oos .content h2+h3 {
  margin-top: -90px;
}

.oos .content h4,
.oos .content .h4 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  padding: 10px 0 0 0;
  margin: 0;
  line-height: 1.25em;
}

.pscbPayFormBtn {
  width: 200px;
  height: 38px;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
  outline: none;
}

ol,
ul {
  list-style: none;
}

.content ul, .content ol {
  margin: 1rem 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

/*
html,
body {
  height: 100%;
}
html {
  
  */
body,
td,
textarea,
input {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}

blockquote {
  color: #333;
}

@media (max-width: 480px) {

  body,
  td,
  textarea,
  input {
    font-size: 12px;
  }
}

.oos a {
  /* color: #5c9dd0; */
  color: #4975a3
}

a {
  color: #2badad;
  text-decoration: none;
}

a.download {
  background: url(../oos/examples/dl-icon.png) no-repeat 0 2px;
  background-size: 1em;
  padding-left: 28px;
}

a.link {
  background: url(../oos/examples/link-icon.png) no-repeat 0 15px;
  padding: 13px 0 20px 30px;
}

.oos a:hover {
  color: inherit;
}

a:hover {
  color: #228a8a;
}

small {
  font-size: 0.9em;
}

/* ----------------------------------------------------------------------------
 * Content styling
 */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content blockquote {
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.oos .content summary {
  margin: 0 0 15px 0;
}

.oos .content summary {
  cursor: pointer;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: normal;
  line-height: 110%;
}

.content .h1-hr {
  margin: 75px 0;
}

.content pre {
  font-family: Consolas, Menlo, monospace;
  font-size: 12px;
  line-height: 0;
}

.content ul>li,
.content ol>li {
  padding: 4px 0 0 0;
}

.content ul>li {
  list-style-type: disc;
}

.content ol>li {
  list-style-type: decimal;
}

.content ul>li>ul,
.content ul>li>ol {
  margin-top: 5px;
}

.content ul,
.content ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

.oos .content ul.text-list_unstyled>li:before {
  display: none;
}

.oos .content ul li img,
.oos .content ol li img {
  margin: 10px 0 !important;
}

.oos .content ul li .notice,
.oos .content ol li .notice,
.oos .content ul li .attention,
.oos .content ol li .attention {
  margin-top: 20px !important;
}

.content li:first-child {
  padding-top: 0;
}

.content li blockquote,
.content li blockquote {
  margin: 0;
}

.oos .content .notice,
.oos .content .attention {
  display: block;
  background: url('/oos/images/warning-icon.svg') 10px 20px no-repeat;
  border: 1px solid #999;
  padding: 20px 0;
  border-radius: 6px;
  margin: 16px 0 !important;
}

/* .oos .content h1+.notice,
.oos .content h1+.attention {
  margin-top: 30px !important;
} */

.oos .notice>*,
.oos .attention>* {
  line-height: 1.25;
  margin-top: 2px;
  margin-left: 43px;
  margin-right: 20px;
}

.oos .content .attention p {
  margin: 0;
}

.oos .content strong,
.oos .content b {
  font-weight: bold;
}

.content i,
.content em {
  font-style: italic;
  color: #9090aa;
}

.oos .content li p {
  margin-bottom: 5px;
}

.content code {
  font-family: "RobotoMono-Regular";
  /*background: rgba(43, 173, 173, 0.15);*/
  background: rgb(53 148 216 / 15%);
  margin: 0;
  padding: 0 1px;
}

.content pre>code {
  display: block;
  font-family: inherit;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}

.content blockquote :first-child {
  padding-top: 0;
}

.content blockquote :last-child {
  padding-bottom: 0;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 30px;
  padding: 0;
  clear: both;
}

.content pre {
  margin-bottom: 30px;
  padding: 0;
}

.content table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.content table tr:first-child {
  border-top: 0;
}

.content table tr:last-child td {
  border-bottom: 0 !important;
}

.content table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

/*
.oos .content table th, td {
  font-size:0.92em!important;
}
*/
.oos .content table th {
  background-color: #f5f6f7;
  color: #4d4f53;
  border-top: 0 !important;
  border-bottom: 1px solid #c0c0c0;
  border-left: 0 !important;
  border-right: 0 !important;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

.content table tr th {
  font-weight: bold;
  background-color: #DCDCDC;
  border: 1px solid #C0C0C0;
  margin: 0;
  padding: 8px 13px;
}

.content table tr th code {
  font-size: inherit;
  letter-spacing: inherit;
}

.oos .content table tr th:first-child {
  width: 150px;
}

.oos .content table tr th,
.oos .content table tr th>*,
.oos .content table tr td,
.oos .content table tr td>* {
  font-size: 14px;
}

.oos .content table tr td {
  border-left: 0 !important;
  border-right: 0 !important;
}

.content table tr td {
  border: 1px solid #f4f4f4;
  margin: 0;
  padding: 8px 13px;
}

.content table tr td code {
  font-size: inherit;
  letter-spacing: inherit;
}

.content table tr th :first-child,
.content table tr td :first-child {
  margin-top: 0;
}

.content table tr th :last-child,
.content table tr td :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Content
 */
.oos .content-root {
  /*min-height: 100%;*/
  min-height: calc(100vh - 150px);
  padding-top: 71px;
}

.content-root {
  min-height: 90%;
  position: relative;
}

.oos .content {
  /* max-width: 1300px; */
  padding: 2px 45px 20px 45px;
}

.oos .content .versions {
  margin-top: 23px;
  margin-bottom: 0;
}

.content {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  zoom: 1;
  /*max-width: 700px;*/
}

.content:before,
.content:after {
  content: "";
  display: table;
}

.content:after {
  clear: both;
}

.content blockquote {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.oos .content blockquote {
  font-size: 0.9rem;
  line-height: 1.25;
  margin: 0;
}

.content h1,
.content h2,
.content h3 {
  font-family: Open Sans, sans-serif;
  padding-bottom: 0;
}

.content h1 {
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  font-size: 2.5em;
}

.content h2 {
  font-size: 2em;
  /*border-bottom: solid 1px rgba(0,0,0,0.07);*/
}

.oos .content pre+h2 {
  /* margin-top: -40px; */
}

.content h4 {
  font-size: 1.2em;
  padding: 20px 0;
}

.content h2:before {
  display: block;
  content: '';
  background: -webkit-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 1px;
  position: relative;
  margin: 34px 0 30px 0;
  left: -40px;
  width: 100%;
}

.content h4 {
  border-bottom: 0 !important
}

.content h5 {
  font-family: "Roboto-Medium";
  font-size: 1em;
  margin: 1em 0;
}

.content .small-heading,
body:not(.big-h3) .content h3 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  color: #4d4f53ee;
}

body:not(.big-h3) .content h3 {
  font-size: 0.9em;
}

.content h1:first-child,
.content h1:first-child a,
.content h1:first-child a:visited {
  color: #4d4f53;
}

.content h1:first-child:before {
  display: none;
}

@media (max-width: 768px) {

  .content h4,
  .content h5,
  .content .small-heading,
  body:not(.big-h3) .content h3 {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .content {
    padding: 20px;
    padding-top: 40px;
  }

  .content h4,
  .content h5,
  .content .small-heading,
  body:not(.big-h3) .content h3 {
    padding-top: 10px;
  }
}

body.no-literate .content pre>code {
  display: block;
  overflow-y: auto;
}

body.no-literate .content pre>code {
  -webkit-overflow-scrolling: touch;
}

body.no-literate .content pre>code::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

body.no-literate .content pre>code::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 4px #f3f6fb;
}

body.no-literate .content pre>code:hover::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1180px) {
  .content pre>code {
    background: #f3f6fb;
    border: solid 1px #e7eaee;
    border-top: solid 1px #dbdde2;
    border-left: solid 1px #e2e5e9;
    display: block;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: auto;
  }

  .content pre>code {
    -webkit-overflow-scrolling: touch;
  }

  .content pre>code::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  .content pre>code::-webkit-scrollbar-thumb {
    background: #ddd;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 4px #f3f6fb;
  }

  .content pre>code:hover::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.button {
  font-family: "open sans", montserrat, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 25px;
  border: solid 2px #2badad;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 15px;
}

.button,
.button:visited {
  background: #2badad;
  color: #fff;
  text-shadow: none;
}

.button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.button.light,
.button.light:visited {
  background: transparent;
  color: #9090aa;
  border-color: #9090aa;
  text-shadow: none;
}

.button.light:hover {
  border-color: #9090aa;
  background: #9090aa;
  color: #fff;
}

.content .button+em {
  color: #9090aa;
}

@media (min-width: 1180px) {
  body:not(.no-literate) .content-root {
    background-color: #f3f6fb;
    -webkit-box-shadow: inset 780px 0 #fff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 780px 0 #fff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1180px) {
  body:not(.no-literate) .content {
    padding-left: 0;
    padding-right: 0;
    width: 930px;
    max-width: none;
  }

  body:not(.no-literate) .content>p,
  body:not(.no-literate) .content>ul,
  body:not(.no-literate) .content>ol,
  body:not(.no-literate) .content>h1,
  body:not(.no-literate) .content>h2,
  body:not(.no-literate) .content>h3,
  body:not(.no-literate) .content>h4,
  body:not(.no-literate) .content>h5,
  body:not(.no-literate) .content>h6,
  body:not(.no-literate) .content>pre,
  body:not(.no-literate) .content>blockquote {
    width: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
  }

  body:not(.no-literate) .content>h1,
  body:not(.no-literate) .content>h2,
  body:not(.no-literate) .content>h3 {
    clear: both;
    width: 100%;
  }

  body:not(.no-literate) .content>pre,
  body:not(.no-literate) .content>blockquote {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    clear: right;
  }

  body:not(.no-literate) .content>pre+p,
  body:not(.no-literate) .content>blockquote+p,
  body:not(.no-literate) .content>pre+ul,
  body:not(.no-literate) .content>blockquote+ul,
  body:not(.no-literate) .content>pre+ol,
  body:not(.no-literate) .content>blockquote+ol,
  body:not(.no-literate) .content>pre+h4,
  body:not(.no-literate) .content>blockquote+h4,
  body:not(.no-literate) .content>pre+h5,
  body:not(.no-literate) .content>blockquote+h5,
  body:not(.no-literate) .content>pre+h6,
  body:not(.no-literate) .content>blockquote+h6 {
    clear: both;
  }

  body:not(.no-literate) .content>p,
  body:not(.no-literate) .content>ul,
  body:not(.no-literate) .content>ol,
  body:not(.no-literate) .content>h4,
  body:not(.no-literate) .content>h5,
  body:not(.no-literate) .content>h6 {
    float: left;
    clear: left;
  }

  body:not(.no-literate) .content>h4,
  body:not(.no-literate) .content>h5,
  body:not(.no-literate) .content>.small-heading,
  body:not(.big-h3) body:not(.no-literate) .content>h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  body:not(.no-literate) .content>table {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 470px;
  }

  body:not(.no-literate):not(.big-h3) .content>h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer {
  width: 100%;
  display: table;
  height: 6em;
  margin-top: 20px;
  background: #f3f6fb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #dfe2e7;
  zoom: 1;
  position: relative;
  z-index: 8;
}

.oos .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f6f7;
  border-top: solid 1px #dfe2e7;
}

.oos .footer-left, .oos .footer-right {
  display: block;
  font-size: 15px;
}

.footer-left {
  padding-left: 360px;
}

.footer-right {
  display: table-cell;
  text-align: right;
  padding-right: 40px;
}

.header {
  background: #f3f6fb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #dfe2e7;
  padding: 15px 15px 15px 40px;
  zoom: 1;
  line-height: 20px;
  position: relative;
}

.oos .header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  background: none;
}

.oos .header .left {
  width: 301px;
  float: left;
  background-image: url('/oos/images/pscb-payments.svg');
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: 25px 50%;
}

.oos .menubar {
  background-color: #f5f6f7;
}

.oos .header .left .logo {
  visibility: hidden !important;
}

.oos .header .left a {
  margin-left: 25px;
}

.oos .header .right {
  height: 70px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  align-content: space-evenly;
  left: 300px;
  padding: 0 30px;
  background-color: #f5f6f7;
}

.oos .header a,
.oos .header a:visited {
  color: #666;
}

.oos .header a:hover {
  color: #505050;
}

.oos .header .right div {
  display: flex;
  align-items: center;
  padding: 0 15px;
  line-height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  border-right: solid 1px #dfe2e7;
}

.oos .header .right div:first-child {
  border-left: solid 1px #f5f6f7;
}

.oos .header .right div:last-child {
  padding-right: 0;
  border-right: 0;
}

.oos .header .right div a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.header .right div a:hover {
  color: #1a1a1a;
}


@media (max-width: 1320px) {
  .oos .header .right div {
    padding: 0 10px;
  }
}

@media (max-width: 1060px) {
  .oos .header .left a {
    margin: 0 auto;
  }

  .oos .header .right {
    gap: 12px 14px;
  }

  .oos .header .right div {
    padding: 0 14px 0 0;
  }
}

@media (max-width: 1350px) {
  .oos .header li a {
    font-size: 15px !important;
    padding: 0 10px !important;
  }
}

@media (max-width: 1210px) {
  .oos .header li a {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 480px) {
  .header h1 {
    float: left;
  }

  .header ul,
  .header li {
    display: block;
    float: left;
  }

  .oos .header ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header h1+ul {
    border-left: solid 1px #dfe2e7;
    margin-left: 15px;
  }

  .oos .header li {
    border-left: none;
  }

  .header li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    border-right: solid 1px #dfe2e7;
  }

  .header li:last-child {
    border-right: 0;
  }

  .header li a {
    padding: 0 15px;
  }

  .oos .logo {
    height: 55px;
    margin-top: 10px;
    padding: 5px 15px 5px 0;
    opacity: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .right {
    display: none;
  }
}

.menubar {
  z-index: 1000;
}

.oos .menubar {
  padding-top: 71px;
  z-index: 9;
}

.menubar .section {
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menubar .support {
  display: none;
  width: 250px;
  color: #f5f6f7;
  position: absolute;
  line-height: 20px;
  padding: 20px 30px;
  bottom: 10px;
}

.menubar .support p {
  font-size: 0.95em;
}

.menubar .support p:first-child {
  font-weight: bold;
}

.oos .menubar .section {
  height: 100%;
  padding: 10px 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.menubar .section+.section {
  border-top: solid 1px #dfe2e7;
}

.menubar .section.no-line {
  border-top: 0;
  padding-top: 0;
}

a.big.button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background: transparent;
  border: solid 3px #2badad;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "open sans", montserrat, sans-serif;
}

a.big.button,
a.big.button:visited {
  color: #2badad;
  text-decoration: none;
}

a.big.button:hover {
  background: #2badad;
}

a.big.button:hover,
a.big.button:hover:visited {
  color: #fff;
}

@media (max-width: 480px) {
  .menubar {
    padding: 20px;
    border-bottom: solid 1px #dfe2e7;
  }
}

@media (max-width: 1060px) {
  .menubar {
    display: none;
  }

  .oos .content {
    padding: 30px !important;
  }

  .oos .logo {}

  .oos .header {
    position: static;
    height: auto;
    border: none;
  }

  .oos .header .left,
  .oos .header .right {
    background-color: #f5f6f7;
  }

  .oos .header .left {
    width: 100%;
    background-position: 20px center;
  }

  .oos .header .right {
    padding: 10px 20px 20px 20px;
    height: auto;
  }

  .oos .content-root {
    padding-top: 0;
    word-break: break-word;
  }

  .oos .content h1,
  .oos .content h2,
  .oos .content h3 {
    padding-top: 0;
  }

  .oos .content h1, .oos .content h2, .oos .content h3, .oos .content h4, .oos .content h5, .oos .content h6 {
    word-break: normal;
    margin: 0 !important;
  }

  .oos .content table, .oos .content pre, .oos .content code {
    width: auto;
    word-break: break-word;
  }

  .oos .notice, .oos .attention {
    background-position-x: 10px;
  }

  .oos .footer-left, .oos .footer-right {
    padding: 30px;
  }
}

@media (min-width: 1060px) {
  .oos .content-root {
    padding-left: 300px;
  }

  .content-root {
    padding-left: 310px;
  }

  .oos .menubar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    border-right: solid 1px #dfe2e7;
  }

  .menubar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 310px;
    border-right: solid 1px #dfe2e7;
  }

  .oos .menubar.fixed {
    overflow: hidden;
  }

  .menubar.fixed {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*
.section::-webkit-scrollbar {
	width:8px;
    background:#4d4f53;
  }
.section::-webkit-scrollbar-thumb {
	border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
  }
.section::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
  }
  /*
  ::-webkit-scrollbar-track{
    border-width:0;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}
*/
}

.menubar {
  font-size: 0.9em;
}

.menu ul.level-1>li+li {
  margin-top: 20px;
}

.oos .menu ul li.level-2 a,
.oos .menu ul li.level-3 a {
  position: relative;
}

.oos .menu li.level-2 a:hover,
.oos .menu li.level-3 a:hover,
.oos .menu a.active {
  background-color: #ccc;
}

.menu a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.oos .menu a {
  flex-grow: 1;
  padding: 12px 20px;
}

.oos .menu a,
.oos .menu a:visited {
  color: #333;
}

.menu a,
.menu a:visited {
  color: #2badad;
  /* color: #228a8a; */
}

.oos .menu a:hover,
.oos .menu a.active {
  color: #000 !important;
}

.oos .menu a.level-1 {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 120%;
  text-transform: uppercase;
}

.menu a.level-1 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

.menu a.level-1:hover {
  color: #565666;
}

.oos .menu a.level-1,
.oos .menu a.level-2 {
  padding: 12px 20px;
}

.oos .menu a.level-2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.oos .menu a.level-2 .menu-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  fill: #4d4f53;
  transition: 0.2s ease;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.oos .menu .level-2.active .menu-arrow {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.menu a.level-2 {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.oos .menu ul.level-3 {
  display: none;
  padding-bottom: 10px;
}

.oos .menu a.level-3 {
  /* font-family: "Roboto-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; */
  line-height: 18px;
  padding-left: 40px;
}

.menu a.level-3 {
  font-weight: normal;
  padding-left: 20px;
}

/* ---
 * Left-menu round marker
.oos .menu a.active:after {
	position: absolute;
    display: block;
    content: '';
    width: .45rem;
    height: .45rem;
    top: 0.6rem;
    left: -6px;
    border: 2px solid #55ed00;
    border-radius: 50%;
    background-color: #55ed00;
}
 */

/* code .string,
code .number {
  color: #3ac;
}
code .init {
  color: #383;
}
code .keyword {
  font-weight: bold;
}
code .comment {
  color: #9595ad;
} */
.large-brief .content>h1:first-child+p,
.content>p.brief {
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.top-link {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 2%;
  opacity: 0.3;
  z-index: 998;
}

.title-area {
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-bottom: solid 1px #dfe2e7;
  overflow: hidden;
}

.title-area>img.bg {
  z-index: 0;
  position: absolute;
  left: -9999px;
}

.title-area>div {
  position: relative;
  z-index: 1;
}



/* overriding original styles */

table {
  border-collapse: collapse;
}

th {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #ccc;
}

td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #ccc;
}

img {
  max-width: 100%;
}

.content table tr th {
  font-size: 0.9em;
}

.anchor {
  padding-top: 90px;
  margin-top: -70px;
}

@media (max-width: 1060px) {
  .anchor {
    padding-top: 15px;
    margin: 0;
  }
}

.tabs {
  display: flex;
  margin-bottom: 20px;
}

.tabs>.tab+.tab {
  margin-left: 1em;
}

.tab {
  border: 1px solid #4d4f53;
  font-size: 14px;
  padding: 2px 8px;
  transition: 0.2s;
  cursor: pointer;
}

.tab.active {
  background-color: #4d4f53;
  color: #fff;
}

.tab.inactive {
  opacity: 0.6;
  cursor: not-allowed;
}

.tab-content {
  display: none;
  opacity: 0;
  /* -webkit-animation: display-none-transition 1s ease;
  animation: display-none-transition 1s ease; */
}

.tab-content_no-animation {
  -webkit-animation: none;
  animation: none;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
  }
}

.content .emb-table {
  border: 1px solid #bdbdbd;
}

.content .emb-table tr, .content .emb-table td {
  border: 1px solid #bdbdbd !important;
}