<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   1. LAYOUT (xx)
   ========================================================================== */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("SourceSansPro-Regular.otf") format("opentype");
}

body {
    font-family: 'Roboto', sans-serif;
    font-smoothing: antialiased;
}

.lo-sidebar {
    border-right: 1px solid #eaeef1;
    background-color: #f9fafc;
}

.lo-toc {
    border-left: 1px solid #eaeef1;
    background-color: #f9fafc;
}

#sec_nav {
    padding: 15px;
}

.lo-ask, .lo-sdk {
    background-color: #fff;
}

.lo-ask&gt;main, .lo-sdk&gt;main {
    border-right: 1px solid #eaeef1;
    border-left: 1px solid #eaeef1;
    background-color: #fff;
}

.doc .lo-content {
    padding: 15px;
    overflow: hidden;
}

.lo-content.view p {
    white-space: pre-wrap;
    /* 	text-indent: 4px; */
}

.doc .lo-content li {
}

ul, ol {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.btn-appr-default {
    background-color: #15a4fa;
    color: #fff;
}

.btn-appr-default:hover {
    background-color: #1486f0;
    color: #fff;
}

.modal .modal-header button.close, .modal .modal-header button.close:focus, .modal .modal-header button.close:active {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .doc .lo-content {
        padding: 20px 30px;
    }
    .lo-ask, .lo-sdk {
        background-color: #f9fafc;
    }
}

/* ==========================================================================
   2. HEADER BAR
   ========================================================================== */

   header {
       background-color: #15a4fa;
   }

   .head-wrap {
       padding: 0 15px;
       height: 60px;
   }

   .head-wrap .logo {
       float: left;
       height: 60px;
       width: 137px;
       background: url(../images/img_logo.png) left center/auto 24px no-repeat;
       margin-right: 40px;
   }

   .head-wrap .tab-bar {
       float: left;
       line-height: 60px;
   }

   .head-wrap .tab-bar li {
       float: left;
       font-size: 16px;
       padding: 0 15px;
       color: #fff;
   }

   .head-wrap .tab-bar li a {
       width: 100%;
       padding: 12px 0;
       opacity: .6;
   }

   .head-wrap .tab-bar li a:hover {
       opacity: 1;
   }

   .head-wrap .tab-bar li.active a {
       opacity: 1;
       font-weight: 700;
   }

   .head-wrap .btn-toggle {
       position: absolute;
       top: 8px;
       right: 10px;
       font-size: 20px;
       display: none;
   }

   .head-wrap .btn-toggle span {
       color: #fff;
       opacity: .7;
   }


   @media (max-width: 1119px) {
       .head-wrap .tab-bar li {
           font-size: 15px;
           padding: 0 10px;
       }
   }

   @media (max-width: 919px) {
       .head-wrap .tab-bar {
           float: none;
           position: absolute;
           left: 0;
           top: 60px;
           width: 100%;
           background-color: #fff;
           z-index: 1032;
           border-bottom: 1px solid #eaeef1;
           padding: 10px 0;
           box-shadow: 0 3px 6px -1px rgba(0,0,0,.25);
           display: none;
       }

       .head-wrap .tab-bar.show {
           display: block;
       }

       .head-wrap .tab-bar li {
           float: none;
           color: #000;
           line-height: 1;
       }

       .head-wrap .tab-bar li a {
           display: inline-block;
           width: 100%;
           padding: 15px 0;
       }

       .head-wrap .btn-toggle {
           display: block;
       }
   }


/* ==========================================================================
   3. DOCMENTATION
   ========================================================================== */

/* ==========================================================================
   SEARCH BAR
   ========================================================================== */

.lo-search {
    border-bottom: 1px solid #eaeef1;
}

.lo-search .search-input {}

.lo-search&gt;a.btn-nav {
    font-size: 24px;
    padding: 0;
    border: none;
    width: 38px;
    height: 38px;
    color: #4d5667;
}

.lo-search&gt;a.btn-nav&gt;span:before {
    position: relative;
    top: 2px;
}

/* ==========================================================================
   3-2. NAVGATION
   ========================================================================== */

nav {
    padding: 15px;
    border-bottom: 1px solid #eaeef1;
    line-height: 115%;
}

.nav-item {
    padding: 12px 0;
}

.nav-level-1 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.nav-item.active .nav-level-1 {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2 {
    margin-top: 8px;
    font-size: 15px;
}

.nav-item.active .nav-level-2 {
    display: block;
}

.nav-level-2&gt;li&gt;a {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
}

.nav-level-2&gt;li&gt;a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2&gt;li.active&gt;a {
    color: rgba(0, 0, 0, 1);
}

.nav-level-2&gt;li.expand {
    position: relative;
}

/*.nav-level-2 &gt; li.expand &gt; a:before {
    position: absolute;
    top: 8px;
    left: 6px;
    content: "\f3d3";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-level-2 &gt; li.expand.show &gt; a:before {
    top: 9px;
    left: 3px;
    content: "\f3d0";
}*/

.nav-level-2&gt;li.expand .nav-level-3 {
    /*    display: none; */
}

.nav-level-2&gt;li.expand.show .nav-level-3 {
    /*     display: block; */
}

.nav-level-3 {
    padding-left: 20px;
    margin-bottom: 7px;
}

.nav-level-3&gt;li&gt;a {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    padding-left: 8px;
}

.nav-level-3&gt;li&gt;a:before {
    content: 'â€¢';
    position: relative;
    margin-left: -8px;
    margin-right: 3px;
}

.nav-level-3&gt;li&gt;a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav-level-3&gt;li.active&gt;a {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    nav {
        border: none;
    }
}

/* ==========================================================================
   3-3. SECTION NAVGATION
   ========================================================================== */

.anchor li {
    color: #a1a8ac;
    font-size: 14px;
}

.anchor li a {
    padding: 4px 0;
}

.anchor li a:hover {
    color: #15a4fa;
}

.h3-anc {
    padding-left: 16px;
}

.toolbar {
    display: flex;
    position: relative;
}

.toolbar-right {
    margin: auto;
    margin-right: 8px;
}

/* ==========================================================================
   3-4. SECTION BOOKMARK
   ========================================================================== */

.bookmark {
    margin: -15px;

}

.bookmark li {
    font-size: 13px;
    border-bottom: 1px solid #eaeef1;
    padding: 10px;
    padding-left: 20px;
    position: relative;
}

.bookmark li a {
    padding: 0;
    line-height: 100%;
}

.bookmark li a.btn-del {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.bookmark li a.btn-del:hover {
    color: #000;
}

.bookmark li a.btn-del span.glyphicon-trash:before {
    content: "\f2d7";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    position: relative;
    top: -2px;
}



/* ==========================================================================
   CONTENTS DOC STYLE
   ========================================================================== */

main.doc * {
    line-height: 150%;
    font-size: 15px;
}

.doc h1 {
    font-size: 36px;
    font-weight: 300;
    padding-top: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.doc h2 {
    font-size: 30px;
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: 28px;
}

#m0201 h2,
#m0301 h2,
#m0401 h2 {
    margin-top: 0;
}

.doc h3 {
    font-size: 26px;
    padding: 26px 0;
    margin-bottom: 0;
    margin-top: 26px;
}

.doc h4 {
    font-size: 22px;
    padding: 23px 0;
    margin-bottom: 0;
    margin-top: 23px;
}

.doc h5 {
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.doc h6 {
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.doc p.sec-lead {
    font-size: 18px;
    font-weight: 300;
}

.doc p {
    font-size: 15px;
    margin-bottom: 17px;
}

.doc a.link {
    color: #15a4fa;
}

.doc .link a:hover {
    color: #15a4fa;
    text-decoration: underline;
}

.doc p b {
    font-weight: 700;
}

.doc p&gt;.btn {
    margin-top: 10px;
}

.doc p span.highlight-1, .doc p span.highlight-2, .doc p span.highlight-3, .doc p span.highlight-4, .doc p span.highlight-5 {
    border-radius: 3px;
    padding: 1px 2px;
}

.doc p span.highlight-1 {
    background-color: rgba(0, 255, 255, .3);
}

.doc p span.highlight-2 {
    background-color: rgba(255, 241, 0, .4);
}

.doc p span.highlight-3 {
    background-color: rgba(224, 64, 251, .3);
}

.doc p span.highlight-4 {
    background-color: rgba(100, 221, 23, .3);
}

.doc p span.highlight-5 {
    background-color: rgba(48, 79, 254, .3);
}

body[lang='js'] .d-js-none {
	display: none;
}

.section {
    padding: 15px 0;
}

.col-full {
	margin: 0 !important;
}

.section figure {
    background-color: #F0F0F0;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
}

.section figure&gt;pre {
    margin: 0;
    font-size: 13px;
}

.section pre, .section code {
    font-family: 'Roboto Mono', monospace;
}

.section .table-wrap {
    display: block;
    overflow-x: auto;
    margin-bottom: 15px;
}

.table-wrap table {
    font-size: 15px;
    margin-bottom: 0;
}

.section .btn {
    background-color: #15a4fa;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.section .btn-sm {
    font-size: 13px;
    font-weight: 400;
}

.section .btn:hover {
    background-color: #1486f0;
    color: #fff;
}

.adm {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid;
    margin-bottom: 15px;
}

.adm.note:before {
	content: initial !important;
}

.adm h5 {
	margin-top: 0;
    padding-top: 0;
}

.adm.important {
    background-color: rgba(255, 82, 82, .15);
    border-color: rgba(255, 82, 82, .5);
}

.adm.note {
    background-color: rgba(0, 184, 212, .15);
    border-color: rgba(0, 184, 212, .5);
}

.adm.style-1 {
    background-color: rgba(0, 176, 255, .15);
    border-color: rgba(0, 176, 255, .5);
}

.adm.style-2 {
    background-color: rgba(0, 200, 83, .15);
    border-color: rgba(0, 200, 83, .5);
}

.adm p:last-of-type {
    margin-bottom: 0;
}

.adm .adm-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.adm ol,
.adm ul {
    margin-bottom: 0;
}


.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

ol {
    margin-bottom: 20px;
    padding-left: 26px;
}

ol li {
    margin-bottom: 14px;
}

ol li:last-child {
    margin-bottom: 0;
}

ol.demical {
  /*   list-style-type: decimal; */
    list-style-type: none;
    counter-reset: decimal-1;
}

ol.demical&gt;li:before {
	content: counter(decimal-1) '.';
	counter-increment: decimal-1;
    display: inline-block;
    width: 20px;
    font-weight: bold;
    font-size: 1.2em;
}

ol.demical-2 {
  /*   list-style-type: decimal; */
    list-style-type: none;
    counter-reset: decimal-2;
}

ol.demical-2&gt;li:before {
	content: counter(decimal-2) ')';
	counter-increment: decimal-2;
    display: inline-block;
    width: 18px;
    font-weight: bold;
    font-size: 1.1em;
}

ol.alpha-2 {
    list-style-type: none;
    counter-reset: alpha-2;
}

ol.alpha-2&gt;li:before {
	content: counter(alpha-2, lower-alpha) ')';
	counter-increment: alpha-2;
    display: inline-block;
    width: 18px;
    font-weight: bold;
    font-size: 1.1em;
}

.ordinal {
  font-variant-numeric: ordinal;
  font-family: "Source Sans Pro";
}

ol.demical-b {
    list-style-type: none;
    counter-reset: demical-b;
}

ol.demical-b&gt;li:before {
	content: counter(demical-b, upper-roman) '.';
    counter-increment: demical-b;
    display: inline-block;
    width: 30px;
    font-weight: 800;
    font-size: 1.2em;
	font-variant-numeric: ordinal;
	font-family: "Source Sans Pro";
}

ol.demical-b&gt;li:first-child:before {
	content: '1st';
}

ol.demical-b&gt;li:nth-child(2):before {
	content: '2nd';
}

ol.demical-b&gt;li:nth-child(3):before {
	content: '3rd';
}

ol.demical-b&gt;li:nth-child(4):before {
	content: '4th';
}

ol.demical-b&gt;li:nth-child(5):before {
	content: '5th';
}





ol.ordinal-sm {
    list-style-type: none;
    counter-reset: ordinal-sm;
}

ol.ordinal-sm&gt;li:before {
    content: counter(ordinal-sm, upper-roman) '.';
    counter-increment: ordinal-sm;
    display: inline-block;
    width: 32px;
    font-weight: bold;
    font-size: 1.1em;
    font-variant-numeric: ordinal;
    font-family: "Source Sans Pro";
}

ol.ordinal-sm&gt;li:first-child:before {
	content: '1st';
}

ol.ordinal-sm&gt;li:nth-child(2):before {
	content: '2nd';
}

ol.ordinal-sm&gt;li:nth-child(3):before {
	content: '3rd';
}

ol.ordinal-sm&gt;li:nth-child(4):before {
	content: '4th';
}

ol.ordinal-sm&gt;li:nth-child(5):before {
	content: '5th';
}



ol.roman {
    list-style-type: none;
    counter-reset: roman-1;
}

ol.roman&gt;li:before {
	content: counter(roman-1, lower-roman) '.';
    counter-increment: roman-1;
    display: inline-block;
    width: 18px;
    font-weight: bold;
    font-size: 1.1em;
}


ol li&gt;p {
	margin-top: 0;
}


ol.bl1 {
    list-style-type: none;
}

ol.bl1.strong-1&gt;li&gt;b:first-child {
	font-size: 18px;
}

ol.bl1&gt;li,
ol.bl2&gt;li,
ol.bl3&gt;li {
    position: relative;
}

ol.bl1&gt;li:before {
    content: url("../images/ico_bl1.png");
    display: inline-block;
    position: absolute;
    top: 0;
    left: -18px;
}

ol.bl1.strong-1&gt;li:before {
    top: 2px;
}

ol.bl2 {

}

ol.bl2&gt;li:before {
    content: url("../images/ico_bl2.png");
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -15px;
}

ol.bl3&gt;li:before {
    content: url("../images/ico_bl3.png");
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -13px;
}

ol.bl3 {

}

ol.dia {
    list-style-type: none;
}

ol.dia.strong-1&gt;li&gt;b:first-child {
	font-size: 18px;
}

ol.dia:before {
    content: "";
}

ol.dia&gt;li {
    position: relative;
}

ol.dia&gt;li:before {
    content: "\2666";
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 3px;
    left: -16px;
}

.doc ol&gt;li&gt;ol {
    margin-top: 10px;
    margin-bottom: 15px;
}

pen, .pen-red {
    color: #f00;
    text-decoration: underline;
    font-size: 28px;
}

.note:before {
    content: "Note" attr(n);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #00b8d4;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

.ref:before {
    content: "Reference" attr(n);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #ff6096;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

.smpl, .ref, .legend-title, .note:empty {
	margin-bottom: 0 !important;
}

.legend-title:before {
    content: "Sample";
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #7e57c2;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

.smpl:before {
    content: "Sample code";
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #ff9800;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

.bl {}

/* ê¸€ìžìˆ˜ì&nbsp;• */
.bl:before {
    content: "â–ª";
    margin-right: 8px;
}

.bl.howto:before {
    content: url("../images/ico_howto.png");
    display: inline-block;
    position: relative;
    top: -2px;
}


.diams {}

.diams:before {
    content: "\2666";
    margin-right: 8px;
}

.brk {}

b.brk, b.brk-objc  {
    font-weight: 450 !important;
}

.brk:before {
    content: "\02F9";
}

.brk:after {
    content: "\02FC";
}

.ibrk {
    padding: 2px 4px;
    display: inline-block;
}

.ibrk .glyphicon {
    font-size: 12px;
    color: #7985a3;
}

.ibrk a {
    cursor: default !important;
}

.ibrk a.btn-info,
.ibrk a.btn-default {
    position: relative;
    top: -1px;
    background-color: #fcfcfd;
    border: 1px solid #dce1e4;
    font-size: 12px;
    padding: 0 5px;
    color: #788288;
    font-weight: 500;
    border-radius: 3px;
}

.ibrk a.btn-info span,
.ibrk a.btn-default span {
    font-size: 12px;
}

.ibrk .btn-info:not(:disabled):not(.disabled).active,
.ibrk .btn-info:not(:disabled):not(.disabled):active,
.ibrk .show&gt;.btn-info.dropdown-toggle {
    color: #788288;
    background-color: #fcfcfd;
}

.page-break {
    border-bottom: 1px solid #efefef;
    margin: 70px -30px 40px -30px;
}

.view&gt;.page-break:first-child {
    border-bottom: none;
    margin: 0;
}

.view .keyword-item {
    margin-bottom: 20px;
}

.howto {
    font-weight: bold;
}

.howto:after {
    content: " : ";
}

code[class*="language-"], pre[class*="language-"] {
    white-space: pre-wrap !important;
    word-break: break-all !important;
    width: 100%;
}

figure.box-w, p.box-w {
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 1em;
    margin: 6px 0;
    background-color: #eee;
}

figure.box {
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 1em;
}

.figure-i {
    margin: auto;
    padding: 20px 10px;
}

.figure-i img {
    cursor: pointer;
}

.figure-i&gt;* {
    text-align: center;
    margin: auto;
    display: inherit;
    max-width: 100%;
    max-height: 100%;
}

.figure-i&gt;p:before {
    content: 'Figure';
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #689f38;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
}

.figure-i&gt;p:empty:before {
    content: '';
    margin-right: 0;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.indent {
    padding-left: 26px;
    display: block;
}

.indent2x {
    padding-left: 48px;
    display: block;
}

div.code-toolbar&gt;.toolbar {
    padding: 2px 2px 0 0;
}

figure[lang] {
    margin: 0 20px;
    margin-top: 10px;
}

figure[lang].margin-0 {
    margin: 0 !important;	
}

figure[lang] pre {
    padding: 1.5em 1em;
    margin-top: 0;
}

figure[lang] code {
    overflow: hidden;
    font-size: 14px;
}

figure[lang] code mark {
    background-color: rgba(0, 255, 255, .2);
    border-radius: 3px;
    padding: 1px 2px;
}

div.code-toolbar&gt;.toolbar a, div.code-toolbar&gt;.toolbar button {
    font-size: 11px;
    color: #fff;
    background-color: #687586;
    padding: 2px 8px;
    box-shadow: none;
}

div.code-toolbar&gt;.toolbar a:hover, div.code-toolbar&gt;.toolbar button:hover {
    color: #fff;
    background-color: #15a4fa;
}

div.code-toolbar&gt;.toolbar span {
    font-size: 11px;
    color: #687586;
    background-color: transparent;
    padding: 3px 8px;
    box-shadow: none;
}

div.code-toolbar&gt;.toolbar span:hover {
    color: #687586;
    background-color: transparent;
}

table {
    margin-top: 10px;
}

table.spec td {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
}

table.spec tr&gt;td:first-child {
    width: 100px;
}

table.spec-pre td {
    white-space: pre-wrap;
}

table figure[lang] {
    margin: 0;
    padding: 0;
}

table figure[lang] pre[class*="language-"] {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

table figure[lang] pre[class*="language-"]&gt;code {
    border-left: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
    font-size: 14px;
}

table figure[lang] pre[class*="language-"]:before, pre[class*="language-"]:after {
    content: unset;
}

table figure[lang] div.code-toolbar&gt;.toolbar {
    display: none !important;
}

@media (min-width: 768px) {
    .doc h1 {
        font-size: 52px;
    }
    .doc h2 {
        font-size: 32px;
    }
    .doc h3 {
        font-size: 28px;
    }
    .doc h4 {
        font-size: 24px;
    }
    .doc h5 {
        font-size: 20px;
    }
    .doc h6 {
        font-size: 20px;
    }
    .doc p.sec-lead {
        font-size: 20px;
    }
}

/* ==========================================================================
   CONTENTS ELEMENT STYLE
   ========================================================================== */

.switch {
    position: relative;
    min-width: 60px;
    height: 32px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

/* The slider */

.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin: auto;
}

.switch-slider:before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 1px;
    bottom: 1px;
    top: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    content: attr(data-text);
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.switch.contrast {
    color: #fff;
}

.switch.contrast input+.switch-slider {
    background-color: #1ccacc;
    cursor: pointer;
}

.switch.contrast input[disabled]+.switch-slider {
    background-color: #d5dae6;
    cursor: not-allowed !important;
}

.switch input:checked+.switch-slider {
    background-color: #15a4fa;
    /*border: 2px solid #2196F3;*/
}

input:focus+.switch-slider {
    -webkit-box-shadow: 0 0 1px #15a4fa;
    box-shadow: 0 0 1px #15a4fa;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 31px;
    left: initial;
}

input[disabled]+.switch-slider:before {
    background-color: #ddd;
}

/* Rounded sliders */

.switch-slider.switch-round {
    border-radius: 16px;
    /*border: 2px solid #eee;*/
    cursor: pointer;
}

.switch-slider.switch-round:before {
    border-radius: 50%;
}

.switch-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8c97b2;
    border: 1px solid #cad2e2;
    border-radius: 3px;
    padding: 0 4px;
}

.switch-box&gt;* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
}

.switch-box&gt;.switch-box-label {
    font-weight: initial;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 5px;
    white-space: nowrap;
}

.switch-box .switch {
    width: 48px;
    height: 24px;
    margin: 0;
}

.switch-box .input.switch-slider {
    border: 0 !important;
}

.switch-box .switch-slider.switch-round {
    border: 0 !important;
}

.switch-box .switch-slider:before {
    width: 24px;
}

.switch-box input:checked+.switch-slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
}

.switch .switch-label {
    font-family: 'Titillium Web', 'Roboto', 'Ubuntu', sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: block;
    position: relative;
    margin: auto 0;
    opacity: 0;
    font-size: 12px;
    font-weight: initial;
    line-height: 2;
    cursor: pointer;
    font-weight: 600;
}

.switch .switch-label.unchecked {
    margin-left: 1px;
    margin-right: 10px;
}

.switch .switch-label.checked {
    margin-right: 1px;
    margin-left: 10px;
}

.switch input:not(:checked)~.switch-label.unchecked {
    opacity: 1;
}

.switch input:checked~.switch-label.checked {
    opacity: 1;
    color: #fff;
}

.switch input[disabled]~.switch-label {
    cursor: not-allowed;
}

.switch input[disabled]:not(:checked)~.switch-label.unchecked {
    opacity: 0.7;
}

.switch input[disabled]:checked~.switch-label.checked {
    opacity: 0.7;
}

.switch .switch-label.single {
    opacity: 1;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding-right: 8px;
    padding-left: 36px;
    margin-left: auto;
}

.switch input:checked~.switch-label.single {
    margin-left: initial;
    margin-right: auto;
    padding-right: 36px;
    padding-left: 8px;
    color: #fff;
}

/* ==========================================================================
   SEARCH RESULT BOX STYLE
   ========================================================================== */

.search-view {
    position: fixed;
    width: 50%;
    height: 75%;
    right: 15px;
    top: 117px;
    background-color: #fff;
    border: 1px solid #eaeef1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.25);
    min-width: 600px;
}

.search-view&gt;div.d-100 {
    padding: 5px 0;
    border-bottom: 1px solid #eaeef1;
}

.search-view&gt;div.d-100 .btn-search-close {
    color: #687586;
}

.search-view&gt;.list-group {
    position: absolute;
    width: 100%;
    top: 49px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
}

.search-view&gt;.list-group&gt;.list-group-item {
    border: 0;
    border-bottom: 1px solid #eaeef1;
    margin: 0;
}

.search-view&gt;.list-group&gt;.list-group-item:hover {
    background-color: #f9fafc;
}

.search-view&gt;.list-group&gt;.list-group-item h6 {
    font-size: 16px;
    font-weight: 500;
    color: #1c6fda;
}

.search-view&gt;.list-group p.mb-1 {
    font-size: 13px;
    color: #687586;
    max-height: 96px;
    overflow-y: hidden;
}

.search-view&gt;.list-group p.mb-1&gt;span {
    padding: 1px 2px;
    border-radius: 2px;
    color: #000;
    text-decoration: none !important;
    font-weight: 400 !important;
    background-color: rgba(48, 79, 254, .3);
}

.search-view&gt;.list-group:empty:before {
    content: 'No result';
    font-style: italic;
    margin: auto;
    height: 100px;
    display: block;
    margin-top: 50px;
    color: #687586;
}

/* ==========================================================================
   7. INTEGRATION GUIDE SELECTBOX
   ========================================================================== */
.doc .lo-content {
    position: relative;
}

.devlang-select {
    position: absolute;
    top: 15px;
    right: 30px;
    left: 30px;
}

@media (max-width: 767px) {
    .devlang-select {
        top: 10px;
        right: 15px;
        left: 15px;
    }
}




.video-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.video-item&gt;a {
    display: block;
    position: relative;
    opacity: 0.85;
    transition: all 0.2s linear;
    cursor: pointer;
}


.video-item&gt;a:hover {
    opacity: 1;
}

.video-item img {
    display: block;
    width: 100%;
}

.video-item&gt;a:after {
    content: '';
    width: 80px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -40px;
    background: url('../images/ico_play.png') center center no-repeat;
    opacity: .3;
    transition: all 0.2s linear;
}

.video-item&gt;a:hover:after {
    opacity: .6;
}

.video-item p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.video-item p.title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
}

sup {
	vertical-align: super;
    font-size: 8px !important;
    font-family: monospace;
}

.nav-pills {

}

.nav-pills li {
    padding: 0;
}

.nav-pills li&gt;a.nav-link {
    color: #fff;
    background-color: #6c757d;
    border-radius: 0;
}

.nav-pills li&gt;a.nav-link.active {
    background-color: #545b62;
}

.nav-pills li&gt;a.nav-link:hover {
    background-color: #5a6268;
}

.nav-pills li:first-of-type&gt;a.nav-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-pills li:last-of-type&gt;a.nav-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/**/

ol.ordinal-sm&gt;li .legend-title {
    margin-top: 10px;
}

.token.comment {
	font-size: 12px;
}

a[ihref] {
	cursor: pointer;
}


span.sankey-icon.glyphicon-modal-window:before {
    content: url('../images/ico_flow_chart.png');
}


.small-red {
	color: red;
    font-size: 12px !important;
}</pre></body></html>