/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(../fonts/style.css);

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

body {
    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
}

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 {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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 h3, .content h4, .content h5, .content h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px
}

.content h3, .content h4, .content h5, .content h6 {
    font-weight: bold
}

.content code, .content pre {
    font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
    font-size: 12px;
    line-height: 1.5
}

@font-face {
    font-family: 'slate';
    src: url(/apidoc/fonts/slate.eot?-syv14m);
    src: url(/apidoc/apidoc/fonts/slate.eot?#iefix-syv14m) format("embedded-opentype"), url(/apidoc/fonts/slate.woff2?-syv14m) format("woff2"), url(/apidoc/fonts/slate.woff?-syv14m) format("woff"), url(/apidoc/fonts/slate.ttf?-syv14m) format("truetype"), url(/apidoc/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: #000;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #EFF0EA;
    height: 100%;
    -webkit-text-size-adjust: none;
    font-family: "Open sans", sans-serif, arial;
    font-weight: 400;
    overflow-x: hidden
}

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

.main-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9125rem;
    background-color: #EFF0EA
}

.main-header a, .main-header ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-header a.main-logo {
    width: 200px;
    margin-left: 25px
}

.main-header a.main-logo img {
    max-width: 100%;
    height: auto
}

.main-header ul {
    text-align: right;
    margin-right: 25px
}

.main-header ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 30px
}

.main-header a {
    color: #1690AB;
    text-decoration: none
}

.main-header a:hover {
    color: #006880;
    text-decoration: underline
}

.tocify-wrapper {
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 230px;
    color: #000;
    background-color: #f5faff;
    padding-top: 25px
}

.tocify-wrapper a.main-logo {
    display: block;
    margin-left: 15px;
    color: #626c6c;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0px;
}

.tocify-wrapper a.main-logo img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    margin: 0px 5px -10px 0px;
    height: 30px;
}

.tocify-wrapper a.main-logo span {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 5px;
}

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

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

.tocify-wrapper .version-control {
    padding-left: 20px
}

.tocify-wrapper .version-control label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    color: #3F4B4D;
    display: inline-block;
    margin-right: 5px
}

.tocify-wrapper .version-control select {
    outline: none;
    font-size: 0.8em
}

.tocify-wrapper > img {
    display: block;
    max-width: 100%
}

.tocify-wrapper > .search {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    margin: 20px 0px
}

.tocify-wrapper > .search input {
    border: 1px solid #9C9D9D;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    color: #3F4B4D;
    border-radius: 0;
    background-color: #fff;
    font-size: 0.9rem
}

.tocify-wrapper > .search:before {
    position: absolute;
    top: 12px;
    right: 30px;
    color: #9C9D9D
}

.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
}

.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: #fff;
    text-decoration: none
}

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

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

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

.tocify-wrapper .tocify li {
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 230ms;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase
}

.tocify-wrapper .tocify li a {
    color: #006880;
    text-decoration: none
}

.tocify-wrapper .tocify li a:hover {
    background-color: #1690AB;
    color: #fff
}

.tocify-wrapper .tocify .tocify-focus a {
    background-color: #006880;
    color: #fff
}

.tocify-wrapper .tocify .tocify-focus a:hover {
    background-color: #006880
}

.tocify-wrapper .tocify-subheader {
    display: none;
    background-color: #074F61
}

.tocify-wrapper .tocify-subheader .tocify-item {
    padding: 0px 20px;
    margin: 0
}

.tocify-wrapper .tocify-subheader .tocify-item:first-child {
    padding-top: 5px
}

.tocify-wrapper .tocify-subheader .tocify-item:last-child {
    padding-bottom: 5px
}

.tocify-wrapper .tocify-subheader .tocify-item a {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 0.8rem
}

.tocify-wrapper .tocify-subheader .tocify-item a:hover {
    color: #8fc512;
    background-color: transparent
}

.tocify-wrapper .tocify-subheader .tocify-item.tocify-focus a {
    background-color: transparent;
    color: #8fc512
}

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

.tocify-wrapper .toc-footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px solid #dbdbdb;
    padding: 20px;
    font-size: 0.75rem;
    color: #3F4B4D
}

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

.tocify-wrapper .toc-footer a:hover {
    color: #074F61;
    text-decoration: underline
}

.mobile-header {
    display: none;
    height: 40px;
    background-color: #2396ae;
    text-align: right;
    padding-right: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    vertical-align: middle;
    text-decoration: none
}

.mobile-header a {
    color: #fff;
    text-decoration: none
}

.mobile-header img {
    max-width: 30%;
    width: 120px;
    position: relative;
    vertical-align: middle
}

.mobile-header span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.65em;
    vertical-align: middle;
    transform: translateY(3px)
}

#nav-button {
    padding: 8px 7px 7px 7px;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    line-height: 16px;
    height: 25px;
    width: 35px;
    background-color: #006880;
    border: none;
    transition: left 0.3s ease-in-out
}

#nav-button span {
    display: block;
    height: 16px;
    width: 35px;
    position: relative;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff
}

#nav-button span:before {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    height: 4px;
    background-color: #fff;
    width: 100%
}

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

#nav-button.hover, #nav-button:hover {
    background-color: #006880
}

#nav-button.open {
    left: 230px
}

.page-wrapper {
    margin-left: 230px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    min-height: 100%;
    font-size: 0.95rem;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1px;
    padding-top: 10px
}

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

.page-wrapper .lang-selector {
    position: fixed;
    z-index: 50;
    border-bottom: 3px solid #0E4F60
}

.lang-selector {
    background-color: #07333E;
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    font-family: monospace
}

.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: #0E4F60;
    color: #fff
}

.lang-selector a.active {
    background-color: #0E4F60;
    color: #fff
}

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

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

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

.content a {
    color: #006880;
    font-weight: 600;
    text-decoration: none
}

.content a:hover {
    text-decoration: underline;
    color: #074F61
}

.content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    width: 55%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    font-size: 0.9em;
    line-height: 24px
}

.content p {
    padding-left: 28px
}

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

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

.content h1, .content h2 {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 21px;
    margin-top: 1em;
    color: #006880;
    font-weight: 300;
    padding-top: 20px;
}

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

.content h3 {
    font-size: 20px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #006880
}

.content h4, .content h5, .content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em
}

.content h4 {
    margin-top: 1em;
    background-color: #eee;
    font-family: monospace;
    display: inline-block;
    margin-left: 28px;
    padding: 0px 4px 2px 4px;
    font-weight: bold;
    font-size: 1.4em
}

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

.content hr {
    margin: 2em 0;
    border-top: 2px solid #393939;
    border-bottom: 2px solid #eaf2f6
}

.content table {
    margin-bottom: 1em;
    overflow: auto;
    width: 55%;
    border-spacing: 0 3px;
    border-collapse: separate
}

.content table th, .content table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    font-size: 0.9em
}

.content table th {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 0.85em;
    background: #9C9D9D;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid #e0e0e0
}

.content table td {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    font-size: 0.85em
}

.content table td span.type {
    display: block;
    font-size: 1.2em;
    margin-top: 2px;
    font-family: monospace
}

.content table tr td:first-child {
    background-color: #f5faff
}

.content table tr td:last-child {
    border-right: 1px solid #e0e0e0
}

.content table tr:last-child td {
    border-bottom: 2px solid #e0e0e0
}

.content dt {
    font-weight: bold
}

.content dd {
    margin-left: 15px
}

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

.content img {
    max-width: 100%
}

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

.content pre {
    overflow-x: hidden
}

.content pre > code {
    background-color: transparent;
    padding: 0
}

.content aside {
    padding-top: 1em;
    padding-bottom: 1em;
    text-shadow: 0 1px 0 #c6dde9;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #8fbcd4;
    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 .api-request-container table {
    padding: 0px 28px
}

.content .api-request-container ul {
    margin-left: 1.55em;
    padding-left: 0px;
    position: relative
}

.content .api-request-container ul li {
    display: block;
    position: relative;
    padding-left: 18px
}

.content .api-request-container ul li:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    color: #666;
    content: "\e618";
    font-size: 13px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.content pre, .content blockquote {
    background-color: #07333E;
    color: #fff;
    padding: 2em 28px;
    margin: 0;
    width: 45%;
    float: right;
    clear: right;
    box-sizing: border-box;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
}

.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 pre h3, .content blockquote h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    padding-bottom: 2px
}

.content pre span.object a, .content pre span.array a, .content blockquote span.object a, .content blockquote span.array a {
    color: #2CB2A9;
    border: none
}

.content pre span.object a:hover, .content pre span.array a:hover, .content blockquote span.object a:hover, .content blockquote span.array a:hover {
    text-decoration: none;
    border: none;
    color: #fff
}

.content pre span.object a.disclosure, .content pre span.array a.disclosure, .content blockquote span.object a.disclosure, .content blockquote span.array a.disclosure {
    display: inline-block;
    position: relative
}

.content pre span.object a.disclosure:before, .content pre span.array a.disclosure:before, .content blockquote span.object a.disclosure:before, .content blockquote span.array a.disclosure:before {
    position: absolute;
    top: 1px;
    left: -20px;
    color: #2CB2A9;
    opacity: 0.5;
    content: "\e4e8";
    font-size: 17px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.content pre span.object span.object a.disclosure:before, .content pre span.object span.array a.disclosure:before, .content pre span.array span.object a.disclosure:before, .content pre span.array span.array a.disclosure:before, .content blockquote span.object span.object a.disclosure:before, .content blockquote span.object span.array a.disclosure:before, .content blockquote span.array span.object a.disclosure:before, .content blockquote span.array span.array a.disclosure:before {
    display: none
}

.content blockquote > p {
    background-color: #1c1c1c;
    border-radius: 5px;
    padding: 13px;
    color: #ccc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #404040
}

.page-footer {
    text-align: center;
    margin: 0px;
    padding-top: 5em;
    padding-bottom: 2.5em;
    background-color: #fff;
    transform: translateX(5%)
}

.page-footer .footer-internal {
    padding: 40px 0px 0px 0px
}

.page-footer .footer-internal .logo {
    margin-bottom: 25px
}

.page-footer .footer-internal .logo img {
    width: 200px;
    height: auto;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6
}

.page-footer .footer-internal .social-networks {
    position: relative;
    margin-bottom: 2em
}

.page-footer .footer-internal .social-networks a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #9C9D9D;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    min-width: 65px;
    margin: 0px 15px;
    line-height: 28px
}

.page-footer .footer-internal .social-networks a i {
    font-size: 30px;
    display: block;
    text-align: center
}

.page-footer .footer-internal .social-networks a:hover {
    color: #8fc512
}

.page-footer .footer-internal .social-networks a:hover i {
    color: #8fc512
}

.page-footer .footer-sign {
    color: #9C9D9D;
    font-size: 13px;
    line-height: 20px
}

.page-footer .footer-sign p {
    margin: 0;
    padding: 0
}

.page-footer .footer-sign a {
    color: #9C9D9D;
    text-decoration: none;
    font-weight: 700
}

.page-footer .footer-sign a:hover {
    color: #8fc512;
    text-decoration: underline
}

@media (max-width: 930px) {
    .tocify-wrapper {
        left: -230px
    }

    .tocify-wrapper.open {
        left: 0
    }

    .page-wrapper {
        margin-left: 0
    }

    #nav-button {
        display: block
    }

    .tocify-wrapper .tocify-item > a {
        padding-top: 0.3em;
        padding-bottom: 0.3em
    }

    .content {
        padding-top: 30px
    }

    .mobile-header {
        display: block
    }

    .lang-selector {
        top: 40px
    }

    .tocify-wrapper a.main-logo {
        display: none
    }

    .tocify-wrapper .version-control {
        margin-top: 30px
    }
}

@media (max-width: 700px) {
    .dark-box {
        display: none
    }

    .tocify-wrapper .lang-selector {
        display: block;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .tocify-wrapper .version-control {
        margin-top: 0px
    }

    .page-wrapper .lang-selector {
        display: none
    }

    .content pre, .content blockquote {
        width: auto;
        float: none
    }

    .content {
        padding-top: 30px
    }

    .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol, .content table {
        width: 100%
    }

    .content h4 {
        width: auto
    }

    .content .api-request-container ul, .content .api-request-container ol {
        width: 85%
    }

    .page-footer {
        transform: none;
        padding: 0px 20px
    }

    .page-footer .footer-internal {
        padding-bottom: 40px
    }

    .page-footer .footer-internal .logo img {
        max-width: 50%
    }

    .page-footer .footer-internal .social-networks a {
        min-width: 40px;
        width: auto;
        font-size: 0.7em
    }
}

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

.highlight, .highlight .w {
    background-color: #07333E
}

.renderjson .disclosure {
    color: white;
    font-size: 110%
}

.renderjson .syntax {
    color: grey
}

.renderjson .string {
    color: #19AB1D
}

.renderjson .number {
    color: cyan
}

.renderjson .boolean {
    color: plum
}

.renderjson .key {
    color: white
}

.renderjson .keyword {
    color: lightgoldenrodyellow
}

.renderjson .object.syntax {
    color: lightseagreen
}

.renderjson .array.syntax {
    color: lightsalmon
}

.api-request-container ul {
    width: 50%
}

.go-back {
    cursor: pointer
}