@charset "utf-8";

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size:100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; } *{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
html,
body{
position:relative;
min-height: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
font-family: 'Roboto', sans-serif;
}
strong{
font-weight: 500;
}
i{
font-style: italic;
}
.overflow-hidden{
position: relative;
overflow: hidden;
}
.content a{
color: #00a8e3;
text-decoration: none;
}
.content a:hover{
text-decoration: underline;
}
.scroll-to-link{
cursor: pointer;
}
p, .content ul, .content ol{
font-size: 14px;
color: #777A7A;
margin-bottom: 16px;
line-height: 1.6;
font-weight: 300;
}
.content h1:first-child{
font-size: 1.333em;
color: #034c8f;
padding-top: 2.5em;
text-transform: uppercase;
border-top: 1px solid rgba(255,255,255,0.3);
border-top-width: 0;
margin-top: 0;
margin-bottom: 1.3em;
clear: both;
font-family: 'Roboto Condensed', sans-serif;
}
code,
pre{
font-family: 'Source Code Pro', monospace;
}
.higlighted{
background-color: rgba(0,0,0,0.05);
padding: 3px;
border-radius: 3px;
} .left-menu{
position: fixed;
z-index: 3;
top: 0;
left: 0;
bottom: 0;
width: 300px;
box-sizing: border-box;
background-color: #f4f5f8;
overflow-x: hidden;
font-size: 18px;
}
.content-logo{
position: relative;
display: block;
width: 100%;
box-sizing: border-box;
padding: 1.425em 11.5%;
padding-right: 0;
}
.content-logo img{
display: inline-block;
max-width: 70%;
vertical-align: middle;
}
.content-logo span{
display: inline-block;
margin-left: 10px;
vertical-align: middle;
color: #323F4C;
font-size: 1.1em;
font-family: 'Roboto Condensed', sans-serif;
}
.content-menu{
margin: 0em auto 2em;
padding: 0 0 100px;
font-family: 'Roboto Condensed', sans-serif;
}
.content-menu ul{
list-style: none;
margin: 0;
padding: 0;
line-height: 28px;
}
.content-menu ul li{
list-style: none;
margin: 0;
padding: 0;
line-height: 42px;
}
.content-menu ul li:hover,
.content-menu ul li.active{
background-color:#DCDEE9;
}
.content-menu ul li:hover a,
.content-menu ul li.active a{
color: #00a8e3;
}
.content-menu ul li a{
padding: 0.5em 13.25% 0em;
color: #777A7A;
letter-spacing: 0.025em;
line-height: 1.2;
text-transform: capitalize;
} .content-page {
position: relative;
box-sizing: border-box;
margin-left: 300px;
z-index: 2;
background-color: #fff;
min-height: 100%;
padding-bottom: 1px;
}
.content-code{
width: 50%;
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-color: #323f4c;
border-color: #323f4c;
}
.content {
position: relative;
z-index: 30;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl {
margin-right: 50%;
padding: 0 28px;
box-sizing: border-box;
display: block;
max-width: 680px;
}
.content ul,
.content ol {
padding: 0 44px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
font-size: 15px;
margin-top: 2.5em;
margin-bottom: 0.8em;
color: #034c8f;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}
.content h2{
font-size: 1.333em;
}
.content h4{
color: #00a8e3;
margin-top: 0;
text-transform: none;
font-size: 14px;
margin-bottom: 0.2em;
}
.content-page .content p,
.content-page .content pre {
max-width: 680px;
}
.content pre,
.content blockquote {
background-color: #323f4c;
border-color: #323f4c;
color: #fff;
padding: 0 28px 2em;
margin: 0;
width: 50%;
float: right;
clear: right;
box-sizing: border-box;
}
.content pre code, .content pre {
font-size: 12px;
line-height: 1.5;
}
.content blockquote,
.content pre,
.content pre code{
padding-top: 0;
margin-top: 0;
}
.content pre code{
margin-top: -2em;
}
.content table {
font-size: 0.825em;
margin-bottom: 1.5em;
border-collapse: collapse;
border-spacing: 0;
}
.content table tr:last-child {
border-bottom: 1px solid #ccc;
}
.content table th {
font-size: 0.925em;
padding: 5px 18px 5px 0;
border-bottom: 1px solid #ccc;
vertical-align: bottom;
text-align: left;
line-height: 1.6;
}
.content table td {
padding: 5px 18px 5px 0;
text-align: left;
vertical-align: top;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #777A7A;
} body.one-content-column-version .content h1,
body.one-content-column-version .content h2,
body.one-content-column-version .content h3,
body.one-content-column-version .content h4,
body.one-content-column-version .content h5,
body.one-content-column-version .content h6,
body.one-content-column-version .content p,
body.one-content-column-version .content table,
body.one-content-column-version .content ul,
body.one-content-column-version .content ol,
body.one-content-column-version .content aside,
body.one-content-column-version .content dl {
margin-right: 0;
max-width: 100%;
}
body.one-content-column-version .content-page .content p,
body.one-content-column-version .content-page .content pre {
max-width: 100%;
}
body.one-content-column-version .content-page {
background-color: #323f4c;
}
body.one-content-column-version .content h1:first-child,
body.one-content-column-version .content h2,
body.one-content-column-version .content h3,
body.one-content-column-version .content h4,
body.one-content-column-version .content h5,
body.one-content-column-version .content h6 {
color: #59C3C3;
}
body.one-content-column-version p {
color: #D6F0F0;
}
body.one-content-column-version .content table td {
color: #D6F0F0;
}
body.one-content-column-version .content thead {
color: #417179;
} @media only screen and (max-width:980px){
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content ul, .content ol, .content aside, .content dl {
margin-right: 0;
}
.content-code{
display: none;
}
.content pre, .content blockquote {
margin: 20px 0;
padding: 28px;
display: block;
width: auto;
float: none;
}
.content pre code {
margin-top: 0;
}
}
@media only screen and (max-width:680px){
.left-menu{
position: relative;
width: auto;
}
.left-menu .content-menu{
display: none;
}
.content-page{
margin-left: 0;
}
} .cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }.my-menu ul {
padding: 0 15px;
list-style: none;
}
.my-menu ul li a:hover,
.my-menu ul li a.active {
color: #00a8e3;
}
.uppercase{
text-transform: uppercase!important;
}
.my-menu ul li a {
text-transform: capitalize;
font-size: 14px;
padding: 5px 0;
}
.my-menu ul li {
padding: 2px 0;
}
.my-menu li ul {
padding: 2px auto;
}
.my-menu > ul > li {
padding-bottom: 10px;
}
.content-logo a{
text-decoration: none;
}
.content-logo .title{
display: block;
padding-top: 10px;
font-size: 18px;
text-transform: uppercase;
}
.content-logo{
position: sticky;
top: 0;
background-color: #F4F5F8;
padding: 10px 0;
text-align: center;
}
.higlighted{
overflow-wrap: break-word;
}
h2 small{
font-size: 50%;
margin-left: 10px;
color: #fff;
padding: 5px 10px;
border-radius: 20px;
position: absolute;
}
a small {
font-size: 80%;
padding: 5px;
}
h2 small.POST {
background: #3f81ec;
}
h2 small.GET {
background: #32a350;
}
h2 small.PUT {
background: #f3b605;
}
h2 small.DELETE {
background: #e34133;
}
a small.POST {
color: #3f81ec;
}
a small.GET {
color: #32a350;
}
a small.PUT {
color: #f3b605;
}
a small.DELETE {
color: #e34133;
}
.content-page .content pre {
overflow-x: auto;
}
.sticky-heading h2 {
position: fixed;
top: 0;
background-color: #fff;
width: 609px;
}
.content-section .sticky{
padding-bottom: 30px;
}
.content-section h2 {
margin-top: 0px;
padding-top: 10px;
}
.left-menu::-webkit-scrollbar,
.content-page .content pre::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.left-menu::-webkit-scrollbar-track,
.content-page .content pre::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.left-menu::-webkit-scrollbar-thumb,
.content-page .content pre::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
} .switchbox  {
text-align: center;
font-size: 15px;
margin-bottom: 20px;
}
.switchbox input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
position: absolute;
}
.switchbox label {
cursor: pointer;
text-indent: -9999px;
width: 30px;
height: 20px;
background: grey;
display: inline-block;
border-radius: 100px;
position: relative;
}
.switchbox label:after {
content: "";
position: absolute;
top: 5px;
left: 5px;
width: 10px;
height: 10px;
background: #fff;
border-radius: 90px;
transition: 0.3s;
}
.switchbox input:checked + label {
background: #3f81ec;
}
.switchbox input:checked + label:after {
left: calc(100% - 5px);
transform: translateX(-100%);
}
.switchbox label:active:after {
width: 30px;
}