body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a4c8a;
}

ol,
ul {
    padding: 0 20px;
}

.d-none {
    display: none !important;
}

.heightvh {
    height: 100vh;
}

body .nav a.active,
body .nav a.active .name,
body .nav a.active .request-name {
    color: #EF5B25 !important;
}

body .nav .active-folder {
    color: #EF5B25 !important;
}

body .top-bar {
    height: 75px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

body .top-bar .branded-logo,
body .top-bar .postman-logo {
    width: 225px;
    height: 60px;
}

body .top-bar .branded-logo img {
    width: 75%;
}

body .top-bar .public {
    color: #808080;
    background: url(../images/ic-globe-gray.svg) left center no-repeat;
}

body .top-bar .btn {
    color: #808080 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

body .top-bar #menu-toggle {
    background: url('data:image/svg+xml;utf8,<svg width="28px" height="21px" viewBox="0 0 28 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> <g id="Home-480px" sketch:type="MSArtboardGroup" transform="translate(-10.000000, -45.000000)" fill="%23808080"> <path d="M35.744,53.2575004 L11.98,53.2575004 C10.886,53.2575004 10,54.1435004 10,55.2375004 C10,56.3315004 10.886,57.2175004 11.98,57.2175004 L35.744,57.2175004 C36.838,57.2175004 37.722,56.3315004 37.722,55.2375004 C37.722,54.1435004 36.838,53.2575004 35.744,53.2575004 L35.744,53.2575004 Z M35.746,49.2975004 C36.84,49.2975004 37.724,48.4115004 37.724,47.3175004 C37.724,46.2235004 36.84,45.3375004 35.746,45.3375004 L11.982,45.3375004 C10.888,45.3375004 10.002,46.2235004 10.002,47.3175004 C10.002,48.4115004 10.888,49.2975004 11.982,49.2975004 L35.746,49.2975004 Z M35.744,61.1775004 L11.98,61.1775004 C10.886,61.1775004 10,62.0635004 10,63.1575004 C10,64.2515004 10.886,65.1375004 11.98,65.1375004 L35.744,65.1375004 C36.838,65.1375004 37.722,64.2515004 37.722,63.1575004 C37.722,62.0635004 36.838,61.1775004 35.744,61.1775004 L35.744,61.1775004 Z" id="ic-menu" sketch:type="MSShapeGroup"></path></g></g></svg>') center no-repeat;
}

body .phantom-sidebar,
body .sidebar {
    background-color: whitesmoke;
}

@media (min-width: 62em) {
    body #doc-body:not(.is-loading) {
        background-image: -webkit-linear-gradient(-90deg, #0a4c8a 50%, #ffffff 50%);
        background-image: linear-gradient(-90deg, #0a4c8a 50%, #ffffff 50%);
    }
}

body #doc-body .btn {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #d9d9d9 !important;
}

body #doc-body .copy-request {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #d9d9d9 !important;
}

body #doc-body .copy-request.copied {
    background-color: #B8E986 !important;
    color: #468847 !important;
    cursor: default;
}

body #doc-body .examples {
    background: #303030;
}

@media (min-width: 62em) {
    body #doc-body .examples {
        background: none;
    }
}

body #doc-body .examples .languages .btn {
    border: 1px solid rgba(48, 48, 48, 0.25) !important;
}

body #doc-body .examples .languages ul {
    background-color: #02386b !important;
}

body #doc-body .examples .languages .dropdown-menu-item {
    color: #d9d9d9 !important;
}

body #doc-body .examples .heading,
body #doc-body .examples .language-heading,
body #doc-body .examples .response-heading {
    color: #d9d9d9 !important;
    opacity: 0.8;
}

body #doc-body .examples .request,
body #doc-body .examples .responses {
    border: 1px solid rgba(217, 217, 217, 0.25);
    background-color: rgba(0, 0, 0, 0.1);
}

body #doc-body .examples .request .expandable.dark-expandable:after,
body #doc-body .examples .responses .expandable.dark-expandable:after {
    background: none;
}

body #doc-body .examples .request .expandable.dark-expandable:hover,
body #doc-body .examples .responses .expandable.dark-expandable:hover {
    background: transparent;
}

body #doc-body .examples .responses-index {
    border: 1px solid rgba(217, 217, 217, 0.25);
    border-bottom: 0;
}

body #doc-body .examples .response-name span {
    color: #d9d9d9 !important;
}

body .modal,
body .modal-body {
    color: #808080 !important;
}

body .modal pre,
body .modal-body pre {
    background-color: #303030 !important;
}

body .modal pre:not([class*="language-"]),
body .modal-body pre:not([class*="language-"]) {
    color: #d9d9d9 !important;
}

body .modal .copy-request,
body .modal-body .copy-request {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #d9d9d9 !important;
}

body .modal .copy-request.copied,
body .modal-body .copy-request.copied {
    background-color: #B8E986 !important;
    color: #468847 !important;
    cursor: default;
}

body :not(pre)>code[class*="language-"],
body pre[class*="language-"],
body .click-to-expand-wrapper.is-snippet-wrapper {
    background-color: rgba(51, 51, 51, 0.05);
    color: #d9d9d9 !important;
}

body code[class*="language-"],
body pre[class*="language-"] {
    text-shadow: none;
}

body .info a {
    color: #f17f21;
}

body .info a:hover,
body .info a:active,
body .info a:focus {
    color: #f17f21;
    text-decoration: underline;
}

code[class*="language-"],
pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: 0.3em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #272822;
}

/* Inline code */
:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #f8f8f2;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #f92672;
}

.token.boolean,
.token.number {
    color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #f17f21;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function {
    color: #e6db74;
}

.token.keyword {
    color: #66d9ef;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

/* CUSTOM CSS */

@media (min-width: 48em) {
    .sidebar {
        overflow-y: auto;
        border-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li {
        float: none;
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar {
    top: 75px;
    float: left;
    width: 260px;
    height: 100vh;
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    transition: left linear .1s;
}

.sidebar .collection-heading {
    padding-left: 11px;
}

.sidebar .collection-heading .heading {
    margin: 20px 10px 0 0;
    background-color: #ededed;
    border-radius: 3px;
    padding: 6px 0 6px 6px;
    color: #282828;
    word-break: break-word;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.sidebar ul.nav {
    list-style-type: none;
    margin-bottom: 100px;
    width: 100%;
    overflow-x: auto;
    padding-right: 0;
}

.sidebar ul.nav li.heading {
    display: block;
    margin: 0;
}

.sidebar ul.nav li.intro {
    margin-top: 10px;
    margin-left: 0;
}

.sidebar ul.nav .request {
    margin-left: 17px
}

.sidebar ul.nav li.request {
    margin-bottom: 10px;
    position: relative
}

.sidebar ul.nav li.request .method {
    width: 30px;
    line-height: 1.1;
    text-align: right;
    position: absolute;
    text-transform: uppercase;
    top: 4px;
    left: -10px;
    font-size: 10px;
    font-weight: 700;
}

.sidebar ul.nav li.request .method span {
    font-size: 9px;
    font-weight: 700;
    text-align: left
}

.sidebar ul.nav li.request .request-name {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    padding-left: 25px;
    margin-right: 10px;
    word-break: break-word;
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 250px
}

.sidebar ul.nav li.request .request-name a span {
    color: inherit
}

.sidebar ul.nav li.request .request-name a:hover {
    text-decoration: underline
}

.sidebar ul.nav li.request .request-name a.active {
    color: #ef5b25
}

.sidebar .toc ul {
    padding: 0;
}

.nav>li {
    position: relative;
    display: block;
}

.sidebar ul.nav li .nav-link {
    padding: 0;
}

.sidebar ul.nav li.heading .request-name,
.sidebar ul.nav li.intro .request-name {
    margin-left: 11px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
}

.folder {
    transition: padding linear .1s;
}

.sidebar ul.nav li.folder ul {
    list-style: none;
    padding-left: 16px;
}

.sidebar ul.nav li.folder .toggle-folder-collapse {
    width: 24px;
    float: left;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

.pm-doc-sprite.pm-doc-sprite-triangle {
    background: url(../images/side-arrow.png) 6px 4px no-repeat;
    top: 5px;
    left: 7px;
    width: 16px;
    height: 16px;
    position: relative;
}

.folder.open>.folder-label>.toggle-folder-collapse>.pm-doc-sprite-triangle {
    background: url(../images/down-arrow.png) 5px 6px no-repeat;
}

.sidebar ul.nav li.folder .folder-link {
    float: left;
    max-width: 190px;
}

.sidebar ul.nav li.folder a {
    color: #282828;
}

.pm-doc-sprite.pm-doc-sprite-folder {
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
    display: inline-block;
}

body .nav .folder.open>.folder-label .pm-doc-sprite-folder {
    background: url(../images/folder-open.png) 4px 5px no-repeat;
}

body .nav .pm-doc-sprite.pm-doc-sprite-folder {
    background: url(../images/folder.png) 4px 5px no-repeat;
}

.sidebar ul.nav li.folder a .name {
    padding: 5px 0 0 10px;
    font-weight: 600;
    font-size: 12px;
}

.sidebar ul.nav li.folder .display-requests {
    display: block;
}

.POST,
.post {
    color: #f5a623;
}

.sidebar ul.nav li.folder ul {
    list-style: none;
    padding-left: 16px;
    display: none;
}

.sidebar ul.nav li.folder .display-requests {
    display: block;
}

.info {
    float: right;
    width: calc(100% - 260px);
    padding-left: 15px !important;
}

.no-gutter {
    padding: 0 !important;
    margin: 0 !important;
}

.header-padding .section,
.header-padding .examples {
    padding-top: 65px;
}

.pm-persistent-notification-container {
    top: 0;
    width: 100%;
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
}

.pm-global-notification-container,
.pm-persistent-notification-container {
    z-index: 9999;
}

.pm-global-notification-container {
    left: 50%;
    width: 900px;
    text-align: center;
    position: absolute;
    margin-left: -450px;
}

#mobile-controls:not(.is-visible) {
    display: none;
}

#mobile-controls {
    padding: 1px 10px 20px;
    background: rgba(0, 0, 0, .1);
}

#error-view {
    display: none;
}

.section {
    border-top: solid thin #ececec;
}

#intro .section {
    border-top: none;
}

.api-information {
    padding: 15px 20px;
}

.api-information .collection-name {
    word-wrap: break-word;
}

.api-information .collection-name h1 {
    color: #0a4c8a;
    padding-top: 20px;
    font-weight: 400;
    font-size: 36px;
}

.info h2 {
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 24px;
}

.click-to-expand-wrapper {
    position: relative;
}

.click-to-expand-wrapper.is-table-wrapper {
    margin: 15px 0;
    background: 0 0;
    max-height: 484px;
    overflow-y: hidden;
}

.click-to-expand-wrapper.is-expandable {
    cursor: pointer;
    overflow: hidden;
}

table {
    width: 100%;
    margin: 10px 0;
    border-radius: 3px;
    border: solid thin #e6e6e6;
    background-color: transparent;
}

table td,
table th {
    padding: 5px 10px;
    word-break: normal;
    vertical-align: top;
    white-space: pre-line;
    border: solid thin #e6e6e6;
    font-size: 14px;
}

table th {
    border-top: none;
    text-align: left;
}

table tr:last-child td,
table tr:last-child th {
    border-bottom: none;
}

table td:first-child,
table th:first-child {
    border-left: none;
}

.sample-request {
    margin: 8px 0;
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-left: 174px;
}

.sample-request .heading {
    position: absolute;
    left: 16px;
    max-width: 150px;
    top: 50%;
    transform: translateY(-50%);
}

.response-status {
    text-align: right;
    padding-right: 16px;
}

.code-languages {
    margin-top: 10px;
}

.code-languages label {
    color: #808080;
}

body.modal.in {
    padding-right: 17px;
}

#doc-body .api-information .collection-description h2:before {
    content: "";
    display: block;
    height: 90px;
    margin: -90px 0 0;
}

.sidebar ul.nav .request.intro .method {
    margin-left: 30px;
}

.sidebar ul.nav .request.intro .dropdown-item {
    margin-left: 50px;
}

.sidebar ul.nav .request.intro:first-child .dropdown-item {
    margin-left: 0;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.content-center {
    justify-content: center;
}

.country-flag {
    margin-right: 15px;
}

.api-information .heading .method {
    display: block;
    margin-bottom: 10px;
}

.api-information .heading .request-label {
    display: block;
    background: #f0f0f0;
    padding: 5px 15px;
    color: #848484;
}

.api-information .folder-name p {
    padding-top: 0;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
}

body .modal .modal-dialog .modal-content .modal-body pre {
    overflow: auto;
}

.click-to-expand-wrapper.is-snippet-wrapper.is-expandable:after {
    background: none !important;
}



@media (max-width: 61.9em) {

    .phantom-sidebar,
    .sidebar {
        left: -260px;
        position: fixed;
    }

    body.nav-open .phantom-sidebar,
    body.nav-open .sidebar {
        left: 0;
    }

    body.nav-open .sidebar {
        overflow-y: scroll;
    }

    .info {
        padding-left: 0 !important;
        width: 100%;
    }

    .click-to-expand-wrapper.is-table-wrapper {
        overflow-x: auto;
    }

    body #doc-body .examples {
        background-color: #303030 !important;
    }
}

.urlcode {
    background-color: #ececec !important;
    padding: 10px !important;
}

.pdftable td,
.pdftable th {
    border: solid thin #ffffff;
    background: #0c4b86;
    color: #ededed;
}

.pdftable th {
    background: #072b4e;
    color: #fff;
}

.pdftable tr:nth-child(2) {
    display: none;
}

button.global-button {
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px;
    background: #072b4e;
    color: #fff;
}

button.global-button:hover {
    background: #f17f21;
}


@media (max-width: 991px) {
    .sidebar ul.nav {padding-top:80px;}
}

@media (max-width: 767px) {
    .btn.settings-toggle, .code-languages label {display:none!important;}
    body .top-bar .branded-logo img {width: 65%;}
    .code-languages {margin-top:5px!important;}
    .top-bar-right .public-col {margin-right:0!important; margin-left: 0!important;}
}