/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:#fcfcfc;border-left:1px solid #fcfcfc}
::-webkit-scrollbar-thumb{background:#565656;border:1px solid #565656}
html {
}

body {
    min-width: 980px;
}

body, p, a, div, td {
    /*font-family: "Roboto", sans-serif;*/
    font-weight: 400;
    font-size: 14px;
}

td.code {
    font-size: 14px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
}

#generator .content {
    color: #b0b0b0;
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
}

.code .label-optional {
    color: #222;
}
.label-optional {
    float: right;
}

.open-left {
    right: 0;
    left: auto;
}

/* ------------------------------------------------------------------------------------------
 * apidoc - intro
 * ------------------------------------------------------------------------------------------ */

#apidoc .apidoc {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

#apidoc h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
    margin: 0 0 20px 0;
    padding: 0;
}

#apidoc h2 {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    padding-top: 14px;
}

/* ------------------------------------------------------------------------------------------
 * pre / code
 * ------------------------------------------------------------------------------------------ */
pre {
    background-color: #1E2224;
    color: #fff;
    margin: 0;
    border: none;
    box-sizing: border-box;
    padding: 2em 28px;
    position: relative;
}

pre.prettyprint {
    margin: 0;
    width: 100%;
    background-color: #1E2224;
}

code.language-text {
    word-wrap: break-word;
}

pre.language-json {
    overflow: auto;
}

pre.language-html {
    margin: 40px 0 20px 0;
}

pre.language-html:before {
    content: attr(data-type);
    position: absolute;
    top: -30px;
    left: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 6px;
    text-transform: uppercase;
    background-color: #3387CC;
    color: #ffffff;
}

pre.language-html[data-type="get"]:before {
    background-color: green;
}

pre.language-html[data-type="put"]:before {
    background-color: #e5c500;
}

pre.language-html[data-type="post"]:before {
    background-color: #4070ec;
}

pre.language-html[data-type="delete"]:before {
    background-color: #ed0039;
}

pre.language-api .str {
    color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
    color: #65B042;
}

pre code {
    display: block;
    font-size: 13px;
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: 400;
    word-wrap: normal;
    white-space: pre;
}

/* ------------------------------------------------------------------------------------------
 * Sidenav
 * ------------------------------------------------------------------------------------------ */
.sidenav li a {
    padding: 0 15px 0 15px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 130ms;
    line-height: 30px;
    font-size: 14px;
}

.sidenav li a:hover {
    background: none;
}

.sidenav li.active > a {
    background-color: #0F75D4;
    color: #fff;
}

.sidenav.nav .nav {
    background-color: #1E2224;
}

.sidenav.nav .nav > li > a {
    padding-left: 25px;
    padding-right: 55px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
}

.sidenav.nav .nav > li .label {
    position: absolute;
    top: 7px;
    right: 10px;
}

/* Nav: second level (shown on .active) */
.sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
}

.sidebar .nav > .active > ul {
    display: block;
}

/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
    background: #60d060;
    text-decoration: none;
    color: #000000;
}

del {
    background: #f05050;
    color: #000000;
}

.label-ins {
    background-color: #60d060;
}

.label-del {
    background-color: #f05050;
    text-decoration: line-through;
}

pre.ins {
    background-color: #60d060;
}

pre.del {
    background-color: #f05050;
    text-decoration: line-through;
}

table.ins th,
table.ins td {
    background-color: #60d060;
}

table.del th,
table.del td {
    background-color: #f05050;
    text-decoration: line-through;
}

tr.ins td {
    background-color: #60d060;
}

tr.del td {
    background-color: #f05050;
    text-decoration: line-through;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

#loader p {
    padding-top: 80px;
    margin-left: -4px;
}

.spinner {
    margin: 200px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 14px;
    height: 14px;
    background-color: #0088cc;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
ul.nav-tabs {
    margin: 0;
    background-color: #191D1F;
    padding: 0 2em;
    border-bottom: none;
    position: relative;
}

ul.nav-tabs > li > a:hover {

}

ul.nav-tabs > li > a {
    padding: 15px 15px;
    border: none !important;
    color: #fff !important;
}

ul.nav-tabs > li.active > a,
ul.nav-tabs > li.active > a:hover,
ul.nav-tabs > li > a:hover {
    background-color: #1E2224 !important;
    color: #fff;
    border: none;
}

.pages .header {
    color: rgb(82, 101, 162);
    font-size: 24px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 60px;
    letter-spacing: 1.20000004768372px;
}

.page {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.header-panel h1 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.pages table {
    margin-bottom: 1em;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

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

.pages table th {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
}

.pages table td {
    padding: 10px;
}

.pages table tr:nth-child(odd) > td {
    background-color: #fff;
}

.pages table tr:nth-child(even) > td {
    background-color: #fbfcfd;
}

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

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

.main {
    height: 100% !important;
    display: flex;
    overflow: hidden;
}

.sidebar {
    background-color: #2E3336;
    padding: 0;
    width: 230px;
    min-width: 230px;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar-header {
    color: #fff;
    text-align: center;
    margin: 30px 0;
}

.sidebar-header h1 {
    margin: 0;
    font-size: 30px;
}

.pages {
    overflow: auto;
    /*padding-right: calc(50% - 115px);*/
    position: relative;
    background-color: #F3F7F9;
    margin-left: 230px;
}

.page {
    background: none !important;
    padding: 0 !important;
}

.pages li code,
.pages td code,
.pages p code {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 3px;
    color: #000;
}

.intro > div h2:first-of-type {
    margin-top: 0;
}

.intro h2,
.intro h3,
.intro p,
.intro table,
.page > h1,
.page > h2,
.page > h3,
.page > h4,
.page > h5,
.page > h6,
.page > p,
.page > table,
.page > ul,
.page > ol,
.page > aside,
.page > dl {
    margin-right: 50%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    width: 50%;
}

.page > h1 {
    font-size: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: -1px;
    margin-top: 2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fdfdfd;
}

.page > h1 + div article h2 {
    margin-top: 0;
}

article {
    clear: both;
}

article > h1,
article > table,
article > h2,
article > h3,
article > p {
    margin-right: 50%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    width: 50%;
}

article > h2 {
    font-size: 19px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.page .side {
    background-color: #1E2224;
    color: #fff;
    margin: 0;
    width: 50%;
    float: right;
    clear: right;
    box-sizing: border-box;
}

.intro h2 {
    font-size: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 21px;
    margin-top: 2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fdfdfd;
    clear: both;
}

.intro h4,
.intro pre,
.page .side {
    background-color: #1E2224;
    color: #fff;
    margin: 0;
    width: 50%;
    float: right;
    clear: right;
    box-sizing: border-box;
}

.intro h4 {
    background-color: #191D1F;
    padding: 13px 2em;
    color: #eee;
}

.dark-box {
    width: calc(50% - 115px);
    background-color: #2E3336;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1280px) {
    article > h1,
    article > table,
    article > h2,
    article > h3,
    article > p,
    .intro h2,
    .intro h3,
    .intro p,
    .intro table,
    .page > h1,
    .page > h2,
    .page > h3,
    .page > h4,
    .page > h5,
    .page > h6,
    .page > p,
    .page > table,
    .page > ul,
    .page > ol,
    .page > aside,
    .page > dl {
        width: 100%;
        margin-right: 100%;
    }

    .intro h4,
    .intro pre,
    .page .side {
        width: 100%;
        float: none;
    }

    .dark-box {
        display: none;
    }

    pre.prettyprint {
        padding: 10px 30px;
    }

    .side {
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

/*@media print {*/

/*#sidenav,*/
/*#version,*/
/*#versions,*/
/*section .version,*/
/*section .versions {*/
/*display: none;*/
/*}*/

/*#content {*/
/*margin-left: 0;*/
/*}*/

/*a {*/
/*text-decoration: none;*/
/*color: inherit;*/
/*}*/

/*a:after {*/
/*content: " [" attr(href) "] ";*/
/*}*/

/*p {*/
/*color: #000000*/
/*}*/

/*pre {*/
/*background-color: #ffffff;*/
/*color: #000000;*/
/*padding: 10px;*/
/*border: #808080 1px solid;*/
/*border-radius: 6px;*/
/*position: relative;*/
/*margin: 10px 0 20px 0;*/
/*}*/

/*} !* /@media print *!*/