/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-user-modify: read-only !important;
    -moz-user-modify: read-only !important;
    user-modify: read-only !important;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

a:link {
    text-decoration:none
}

pp {
    color: rgb(0, 153, 229);
}

pp:hover {
    color:black;
    opacity: 0.7;
}

pc {
    color:rgb(4, 163, 242);
    font-weight : bold;
}

pc:hover {
    opacity: 0.7;
}

pl {
    color:rgb(4, 163, 242);
}

pl:hover {
    opacity: 0.7;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
html,
body {
    font-family: "Open Sans",san-serif,arial;
    font-size: 14px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: normal;
}

.content code,
.content pre {
    font-family: 'Source Code Pro',Menlo,monospace;
    font-size: 13px;
    line-height: 1.5;
}

.content code {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.highlight table td {
    padding: 5px;
}

.highlight table pre {
    margin: 0;
}

.highlight,
.highlight .w {
    color: #f8f8f2;
    background-color: #272822;
}

.highlight .err {
    color: #151515;
    background-color: #ac4142;
}

.highlight .c,
.highlight .cd,
.highlight .cm,
.highlight .c1,
.highlight .cs {
    color: #505050;
}

.highlight .cp {
    color: #f4bf75;
}

.highlight .nt {
    color: #f4bf75;
}

.highlight .o,
.highlight .ow {
    color: #d0d0d0;
}

.highlight .p,
.highlight .pi {
    color: #d0d0d0;
}

.highlight .nv{
    color : #aa759f;
}

.highlight .gi {
    color: #90a959;
}

.highlight .gd {
    color: #ac4142;
}

.highlight .gh {
    color: #6a9fb5;
    background-color: #151515;
    font-weight: bold;
}

.highlight .k,
.highlight .kn,
.highlight .kp,
.highlight .kr,
.highlight .kv {
    color: #aa759f;
}

.highlight .kc {
    color: #d28445;
}

.highlight .kt {
    color: #d28445;
}

.highlight .kd {
    color: #d28445;
}


.highlight .s3{
    color: #f4bf75;
}

.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .sx,
.highlight .s1 {
    color: #c1ef65;
}

.highlight .sr {
    color: #75b5aa;
}

.highlight .si {
    color: #8f5536;
}

.highlight .se {
    color: #8f5536;
}

.highlight .nn {
    color: #f4bf75;
}

.highlight .nc {
    color: #f4bf75;
}

.highlight .no {
    color: #f4bf75;
}

.highlight .na {
    color: #6a9fb5;
}

.highlight .m,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .il,
.highlight .mo,
.highlight .mb,
.highlight .mx {
    color: #90a959;
}

.highlight .ss {
    color: #90a959;
}

.highlight .c,
.highlight .cm,
.highlight .c1,
.highlight .cs {
    color: #909090;
}

.highlight{
display: block;
background: rgb(45, 49, 52) none repeat scroll 0% 0%;
position: relative;
}

.highlight code{
background: rgb(28, 28, 28) none repeat scroll 0% 0%;
display: block;
padding: 15px;
border-radius: 4px;
}

.highlight,
.highlight .w {
    background-color: #2D3134;
}

@font-face {
    font-family: 'slate';
    src: url("../fonts/slate.eot?-syv14m");
    src: url("../fonts/slate.eot?#iefix-syv14m") format("embedded-opentype"), url("../fonts/slate.woff2?-syv14m") format("woff2"), url("../fonts/slate.woff?-syv14m") format("woff"), url("../fonts/slate.ttf?-syv14m") format("truetype"), url("../fonts/slate.svg?-syv14m#slate") format("svg");
    font-weight: normal;
    font-style: normal;
}

.content aside.warning:before,
.content aside.notice:before,
.content aside.success:before,
.tocify-wrapper>.search:before {
    font-family: 'slate';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.content aside.warning:before {
    content: "\e600";
}

.content aside.notice:before {
    content: "\e602";
}

.content aside.success:before {
    content: "\e606";
}

.tocify-wrapper>.search:before {
    content: "\e607";
}

html,
body {
    color: #000000;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFFFFF;
    height: 100%;
    -webkit-text-size-adjust: none;
}

#toc>ul>li>a>span {
    float: right;
    background-color: #2484FF;
    border-radius: 40px;
    width: 20px;
}

.top-band {
    position: fixed;
    height: 33px;
    width: 100%;
    padding: 5px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    z-index: 1000;
}

.top-band [class^="icon-"] {
    color: #666;
}

.top-band .top-item {
    margin: 5px 0 0 11px;
    padding-right: 11px;
}

.top-band .top-item .dropdown-menu {
    margin-top: 0;
    border-radius: 0px;
    right: 0;
    left: auto;
}

.tocify-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 33px;
    left: 0;
    bottom: 0;
    width: 220px;
    background-color: #f6f6f6;
    font-size: 13px;
    padding-top: 20px;
}

.tocify-wrapper .lang-selector {
    display: none;
}

.tocify-wrapper .lang-selector a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.tocify-wrapper>img {
    display: block;
}

.tocify-wrapper>.search {
    position: relative;
}


.tocify-wrapper>.search button{
    position: relative;
    background-color: #f6f6f6;
    border: none;
    visibility: hidden;
}


.tocify-wrapper>.search input {
    background: #f6f6f6;
    border-width: 0 0 1px 0;
    border-color: #666;
    padding: 6px 0 6px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px; 
    margin-left: 15px;
    width: 165px;
    outline: none;
    color: #333;
    border-radius: 0;
}

.tocify-wrapper>.search:before {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #333;
}

.tocify-wrapper img+.tocify {
    margin-top: 20px;
}

.tocify-wrapper .search-results {
    margin-top: 0;
    box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition-property: height, margin;
    transition-duration: 180ms;
    transition-timing-function: ease-in-out;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to bottom, #000, transparent 1.5px), linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 1.5px), #F5F5F5
}

.tocify-wrapper .search-results.visible {
    height: 30%;
    margin-bottom: 1em;
}

.tocify-wrapper .search-results li {
    margin: 1em 15px;
    line-height: 1;
}

.tocify-wrapper .search-results a {
    color: #33333;
    text-decoration: none;
}

.tocify-wrapper .search-results a:hover {
    text-decoration: underline;
}

.tocify-wrapper .tocify-item>a,
.tocify-wrapper .toc-footer li {
    padding: 0 15px 0 15px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tocify-wrapper ul,
.tocify-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.tocify-wrapper li {
    color: #33333;
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 230ms;
}

.tocify-wrapper .tocify-focus {
    box-shadow: 0px 1px 0px none;
    background-color: #00A5E5;
    color: #fff;
}

.tocify-wrapper .tocify-subheader {
    display: none;
    background-color: #F5F5F5;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to bottom, #000, transparent 1.5px), linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 1.5px), #F5F5F5;
}

.tocify-wrapper .tocify-subheader .tocify-item>a {
    padding-left: 35px;
    font-size: 12px;
}

.tocify-wrapper .tocify-subheader>li:last-child {
    box-shadow: none;
}

.tocify-wrapper .toc-footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dashed none;
}

.tocify-wrapper .toc-footer li,
.tocify-wrapper .toc-footer a {
    color: #33333;
    text-decoration: none;
}

.tocify-wrapper .toc-footer a:hover {
    text-decoration: underline;
}

.tocify-wrapper .toc-footer li {
    font-size: 0.8em;
    line-height: 1.7;
    text-decoration: none;
}

#nav-button {
    padding: 0 1.5em 5em 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.7;
    line-height: 16px;
    transition: left 0.3s ease-in-out;
}

#nav-button span {
    display: block;
    padding: 6px 6px 6px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    border-radius: 0 0 0 5px;
}

#nav-button img {
    height: 16px;
    vertical-align: bottom;
}

#nav-button:hover {
    opacity: 1;
}

#nav-button.open {
    left: 200px;
}

.page-wrapper {
    margin-left: 220px;
    min-width: 700px;
    position: relative;
    top:5px;
    z-index: 10;
    background-color: white;
    min-height: 100%;
    border-left: 1px solid #e3e0de;
    padding-bottom: 1px;
}

.page-wrapper .dark-box {
    width: 45%;
    background-color: #2D3134;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-wrapper #lang-selector {
    position: fixed;
    width: 100%;
    z-index: 50;
    font-weight: bold;
    background-color: #222222;
    border-bottom: 5px solid #2D3134;
}

.page-wrapper #lang-selector a {
    display: block;
    float: left;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
}

.page-wrapper #lang-selector a.active {
    background-color: #2D3134;
    color: white;
}

.page-wrapper #lang-selector a:active {
    background-color: #111111;
    color: white;
}

.page-wrapper #lang-selector:after {
    content: '';
    clear: both;
    display: block;
}

.lang-selector {
    position:fixed;
    z-index:1001;
    background-color: #222;
    width: 100%;
    padding-top: 40px;
    font-weight: bold;
}

.lang-selector a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    outline: 0;
}

.lang-selector a:active,
.lang-selector a:focus {
    background-color: #111;
    color: #fff;
}

.lang-selector a.active {
    background-color: #2D3134;
    color: #fff;
    border-bottom: 3px solid #00A5E5;
}

.lang-selector:after {
    content: '';
    clear: both;
    display: block;
}

.content {
    position: relative;
    z-index: 30;
}

.content:after {
    content: '';
    display: block;
    clear: both;
}

.content>h1,
.content>h2,
.content>h3,
.content>h4,
.content>h5,
.content>h6,
.content>p,
.content>table,
.content>ul,
.content>ol,
.content>aside,
.content>dl,
.content section>h1,
.content section>h2,
.content section>h3,
.content section>h4,
.content section>h5,
.content section>h6,
.content section>p,
.content section>table,
.content section>ul,
.content section>ol,
.content section>aside,
.content section>dl{
    margin-right: 45%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    text-shadow: none;
}

.content>ul,
.content>ol,
.content section>ul,
.content section>ol {
    padding-left: 43px;
}

.content>h1,
.content>h2,
.content>div {
    clear: both;
}


.content h1,
.content section h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 49px;
    border-top: 1px solid #999999;
}

.content h2,
.content section h2 {
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 49px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.content h1+h2,
.content h1+div+h2,
.content section h1+h2,
.content section h1+div+h2 {
    margin-top: -21px;
    border-top: none;
}

.content h3,
.content h4,
.content h5,
.content h6,
.content section h3,
.content section h4,
.content section h5,
.content section h6 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #888888;
}

.content h4,
.content h5,
.content h6,
.content section h4,
.content section h5,
.content section h6 {
    font-size: 10px;
}

.content hr,
.content section hr {
    margin: 2em 0;
    border-top: 1px solid #cccccc;
}

.content table,
.content section table {
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: auto;
}

.content table th,
.content table td,
.content section table th,
.content section table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.content table th,
.content section table th {
    padding: 5px 8px;
    vertical-align: bottom;
    background-color: #bfc1c2;
}

tbody  {
    background-color: #f6f6f6;
}

.content table td,
.content section table td {
    padding: 8px;
    border-bottom: 1px solid #bfc1c2;
}

.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}

.content table tr:last-child>td,
.content section table tr:last-child>td {
    border-bottom: 0;
}

.content dt,
.content section dt {
    font-weight: bold;
}

.content dd,
.content section dd {
    margin-left: 15px;
}

.content p,
.content li,
.content dt,
.content dd,
.content section p,
.content section li,
.content section dt,
.content section dd {
    line-height: 1.6;
    margin-top: 0;
}

.content img,
.content section img {
    max-width: 100%;
}

.content code {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 3px;
}

.content pre>code {
background: rgb(39, 43, 45) none repeat scroll 0% 0%;
display: block;
padding: 15px;
border-radius: 4px;
overflow-x: auto; 
}

.content aside {
    padding-top: 1em;
    padding-bottom: 1em;
    text-shadow: 0 1px 0 #c6dde9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #a8dff2;
    line-height: 1.6;
}

.content aside.warning {
    background-color: #c97a7e;
    text-shadow: 0 1px 0 #dfb0b3;
}

.content aside.success {
    background-color: #6ac174;
    text-shadow: 0 1px 0 #a0d7a6;
}

.content aside:before {
    vertical-align: middle;
    padding-right: 0.5em;
    font-size: 14px;
}

.content .search-highlight {
    padding: 2px;
    margin: -2px;
    border-radius: 4px;
    border: 1px solid #F7E633;
    text-shadow: 1px 1px 0 #666;
    background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%);
}

.content pre,
.content blockquote {
    background-color: #2D3134;
    color: #d0d0d0;
    padding: 5px 28px 10px 28px;
    margin: 0;
    width: 45%;
    float: right;
    clear: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.content pre>p,
.content blockquote>p {
    margin: 0;
}

.content pre a,
.content blockquote a {
    color: #fff;
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
}

.content blockquote>p {
    background-color: #2D3134;
    padding: 13px;
    color: #fff;
    font-size: 14px;
    padding: 0px 18px 5px 0;
}


.siginbttns {
    background: #FFF;
    color: #fff !important;
    font-weight: 600;
    border-radius: 0;
    padding: 14px 15px;
}

.siginbttns:hover {
    opacity: 0.8;
}

.dlg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1005;
}

.iframes {
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    height: 100%;
}

.frame {
    position: relative;
    top: 20%;
    left: 33%;
    height: 480px;
    width: 500px;
}

.iframe {
    width:500px;
    border: none;
}

.openpop {
    background : #0d83c0;
    border : none;
    float : right;
    font-size : 16px;
    padding : 0px 6px;
    font-weight: 600;
}

.openpop:hover {
    opacity: 0.8;
}

.popupcontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1006;
}

.popupiframes {
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    height: 100%;
}

.popupframe {
    position: relative;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
}

.popupiframe {
    width: 100%;
    height: 100%;
    border: none;
}

.toolclose {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    background: #f0f0f0;
    width: 45px;
    right: 1px;
    cursor: pointer;
    border:none;
}

.tinybox {
    margin-left:29px;
    max-width:835px;
}

.subheader {
    font-size: 18px !important;
    font-family: "Open Sans",san-serif,arial !important;
    padding-top:49px !important;
    margin-top:-39px !important;
    border-top: 2px;
    padding-top: 0.8em;
}

.linkpos {
    padding-top:49px !important;
    margin-top:-39px !important;
}

.copy-btn {
   min-width: 0;
   margin: 0 auto;
   height: 22px;
   width: 70px;
   right: 40px;
   top: -5px;
   font-size: 13px;
   font-family: 'Source Code Pro',Menlo,monospace;
   text-align: center;
   vertical-align: baseline;
   background-color: #1ba6e3;
   color: #fff;
   border-radius: 3px;
   transition: .3s linear;
   overflow: hidden;
   position: absolute;
   float: right;
   cursor: pointer;
   -webkit-user-select: none; /* Safari */        
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* IE10+/Edge */
   user-select: none; /* Standard */
   opacity: 0;
}

.copy-btn:active {
    transform: scale(0.9);
}

.list-subtype {
    margin-bottom:2.5px;
    margin-top:2.5px
}

.vertical-line{
    display: inline;
    border-left: 1px solid black;
    margin: 0 5px;
    height: 28px;
}

.pulsate {
    -webkit-animation: pulsate 3s ease-in;
    -webkit-animation-iteration-count: infinite; 
    opacity: 1;
}

.pulsate:hover {
    -webkit-animation:0;
}

@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
