/* Bootstrap */
/* Variables */
/* Suite Bootstrap */
@import url(//fonts.googleapis.com/css?family=Courier+Prime|Montserrat:300,400,400i,700,700i&display=swap);
h1, h2, h3, h4, h5, h6,
.h1,
#chapter h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1, #chapter h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/* Fonts */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/* Fonts */
/* Typography */
* {
  font-family: "Montserrat", Arial, sans-serif; }

body {
  line-height: 1.6; }
  @media (min-width: 1600px) {
    body {
      font-size: 1.2rem; } }
  @media (max-width: 575.98px) {
    body {
      font-size: 0.9rem; } }
#body {
  color: rgba(0, 0, 0, 0.85); }

@media (max-width: 575.98px) {
  .base-text, #chapter p, #chapter #body-inner {
    font-size: 0.9rem; } }

h1,
.h1,
#chapter h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #000;
  line-height: 1.4;
  font-weight: bold; }

h1,
.h1,
#chapter h1 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05rem;
  border-bottom: 4px solid #eeeeee;
  display: inline-block; }
  @media (max-width: 1599.98px) {
    h1,
    .h1,
    #chapter h1 {
      font-size: 3rem; } }
  @media (max-width: 991.98px) {
    h1,
    .h1,
    #chapter h1 {
      font-size: 2.8rem; } }
  @media (max-width: 767.98px) {
    h1,
    .h1,
    #chapter h1 {
      font-size: 2.4rem; } }
  @media (max-width: 575.98px) {
    h1,
    .h1,
    #chapter h1 {
      font-size: 1.8rem; } }
h2,
.h2 {
  letter-spacing: 0.05rem;
  font-size: 2rem; }
  @media (max-width: 991.98px) {
    h2,
    .h2 {
      font-size: 1.8rem; } }
  @media (max-width: 575.98px) {
    h2,
    .h2 {
      font-size: 1.5rem; } }
h3,
.h3 {
  font-size: 1.8rem; }
  @media (max-width: 991.98px) {
    h3,
    .h3 {
      font-size: 1.5rem; } }
  @media (max-width: 575.98px) {
    h3,
    .h3 {
      font-size: 1.3rem; } }
h4,
.h4 {
  font-size: 1.5rem;
  letter-spacing: 0.1rem; }
  @media (max-width: 1199.98px) {
    h4,
    .h4 {
      font-size: 1.3rem; } }
  @media (max-width: 575.98px) {
    h4,
    .h4 {
      font-size: 1.1rem; } }
p {
  margin: 1rem 0; }

#chapter h1 {
  text-align: center;
  line-height: 1.2; }

#chapter h3 {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    #chapter h3 {
      font-size: 1.3rem; } }
  @media (max-width: 575.98px) {
    #chapter h3 {
      font-size: 1.2rem; } }
#chapter p,
#chapter li {
  font-size: 1rem; }
  @media (min-width: 1600px) {
    #chapter p,
    #chapter li {
      font-size: 1.2rem; } }
  @media (max-width: 575.98px) {
    #chapter p,
    #chapter li {
      font-size: 0.9rem; } }
.page-subtitle {
  font-family: "Montserrat", Arial, sans-serif;
  color: #ff7900;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0; }
  @media (min-width: 1600px) {
    .page-subtitle {
      font-size: 1.6rem; } }
.txt-code, .endpoint .parameters-list .parameter-required {
  font-family: "Courrier Prime", Courrier, monospace;
  letter-spacing: 1px; }

/* Elements */
.list-none {
  list-style-type: none; }

#body > .scroll-wrapper {
  height: 100%; }

#body > .scrollbar-inner {
  /* height: 100%;*/ }
  #body > .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, 0.8); }

#body .notices {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: left; }
  #body .notices.yellow {
    border-color: #ffcf28;
    background: #fffaea;
    color: shade(#ffcf28, 4%); }
  #body .notices.red {
    border-color: #d9534f; }
  #body .notices.blue {
    border-color: #36b6e4;
    background: #f3fbfd;
    color: shade(#36b6e4, 4%); }
  #body .notices.green {
    border-color: #45bd88;
    background: #f2faf7;
    color: shade(#45bd88, 4%); }

.progress-bar-container {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 2; }
  .progress-bar-container .progress-bar {
    background-color: #ff7900;
    height: 100%; }

.panel-collapse.collapse {
  height: 0; }

.panel-collapse.collapse.show {
  height: auto; }

/* Global*/
html,
body {
  height: 100%; }

body {
  overflow-y: hidden; }

a {
  color: #36b6e4; }
  a:hover {
    color: #ff7900; }

td, th {
  padding: 0.8rem; }

/* Navigation*/
#sidebar {
  background-color: #000;
  width: 280px;
  z-index: 1; }
  @media (min-width: 1600px) {
    #sidebar {
      width: 340px; } }
  @media (max-width: 991.98px) {
    #sidebar {
      left: -340px; } }
  #sidebar a {
    font-size: 0.75rem;
    padding: 4px 20px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0; }
    @media (min-width: 1600px) {
      #sidebar a {
        font-size: 0.85rem; } }
    #sidebar a:hover {
      color: #ff7900; }
  #sidebar h5 {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center; }
    #sidebar h5 a {
      font-size: 0.9rem;
      font-weight: bold;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; }
      @media (min-width: 1600px) {
        #sidebar h5 a {
          font-size: 1rem; } }
    #sidebar h5 i {
      top: auto; }
    #sidebar h5.active a, #sidebar h5.parent a {
      background-color: transparent;
      color: #ff7900 !important; }
    #sidebar h5.active i, #sidebar h5.parent i {
      color: #ff7900 !important; }
  #sidebar ul li {
    padding-left: 0; }
    #sidebar ul li a {
      padding: 5px 8px; }
      @media (min-width: 1600px) {
        #sidebar ul li a {
          padding: 8px 10px; } }
    #sidebar ul li.active a {
      margin: 0; }
    #sidebar ul li li.active {
      padding-left: 0; }
      #sidebar ul li li.active a {
        padding: 8px 10px 8px 6px;
        color: #ff7900 !important;
        background-color: transparent;
        border-left: 4px solid #ff7900;
        /* color: rgba(#fff, .7);*/ }
    #sidebar ul li li a {
      /* color: $orange;*/ }
    #sidebar ul li.visited > a .read-icon {
      color: #fff; }
  #sidebar ul ul li {
    padding-left: 0; }
  #sidebar ul.topics {
    margin: 0;
    /* background-color: $darkgrey;*/
    background-color: rgba(255, 255, 255, 0.1); }
    #sidebar ul.topics > li > a {
      text-transform: uppercase;
      /* color: $orange;*/
      letter-spacing: 0.05rem;
      font-size: 0.75rem;
      padding: 5px 15px; }
      @media (min-width: 1600px) {
        #sidebar ul.topics > li > a {
          font-size: 0.85rem; } }
    #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
      margin: 0;
      padding: 0;
      background-color: #222222; }
      #sidebar ul.topics > li.parent a, #sidebar ul.topics > li.active a {
        margin: 0; }
      #sidebar ul.topics > li.parent > a, #sidebar ul.topics > li.active > a {
        background-color: #ff7900;
        color: #fff !important; }
    #sidebar ul.topics ul {
      padding-bottom: 0;
      background-color: rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #sidebar #footer {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem 1rem; }

/* Header */
#header {
  background-color: #000;
  color: rgba(255, 255, 255, 0.5); }
  #header .subtitle {
    margin: 8px 0;
    font-size: 14px; }

.searchbox {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
  .searchbox input {
    color: #000; }
  .searchbox label {
    color: rgba(0, 0, 0, 0.6); }
  .searchbox span {
    color: rgba(0, 0, 0, 0.6); }
    .searchbox span:hover {
      color: #ff7900; }

/* Page templates*/
#body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: 280px; }
  @media (min-width: 1600px) {
    #body {
      margin-left: 340px; } }
  @media (max-width: 991.98px) {
    #body {
      margin-left: 0; } }
  #body .padding.highlightable {
    flex: 1 0 auto;
    display: flex;
    padding: 30px;
    border: 70px solid #eeeeee;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
    border-width: 55px; }
    @media (max-width: 1199.98px) {
      #body .padding.highlightable {
        border-width: 40px; } }
    @media (max-width: 991.98px) {
      #body .padding.highlightable {
        border-width: 20px; } }
    @media (max-width: 767.98px) {
      #body .padding.highlightable {
        padding: 15px; } }
#navigation .nav {
  color: #595959;
  animation: 1s fadeIn;
  animation-fill-mode: forwards; }
  #navigation .nav:hover, #navigation .nav:focus {
    background-color: rgba(255, 121, 0, 0.85);
    color: #fff; }
  #navigation .nav.nav-prev i {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; }
  #navigation .nav.nav-next i {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right; }

.sidebar-hidden #body {
  margin-left: 0;
  transform: translateX(340px); }

.sidebar-hidden #overlay {
  position: fixed; }

#chapter {
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
  #chapter #body-inner {
    max-width: 800px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0; }

#requests-listing {
  margin-top: 50px;
  margin-top: 80px; }
  #requests-listing .endpoint {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 14px solid #eeeeee; }
    #requests-listing .endpoint:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }

/* Endpoint */
.code-braces {
  font-weight: bold; }

.endpoint > div {
  margin-bottom: 40px; }
  .endpoint > div h3 {
    /* font-weight: 500;*/
    margin-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: 1.4px;
    /* color: rgba($black, .5);*/ }
    @media (max-width: 767.98px) {
      .endpoint > div h3 {
        font-size: 1.3rem; } }
    @media (max-width: 767.98px) {
      .endpoint > div h3 {
        font-size: 1.2rem; } }
.endpoint .request {
  margin-top: 40px; }
  @media (max-width: 575.98px) {
    .endpoint .request-header {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; } }
  .endpoint .request-title a {
    color: #000; }
    .endpoint .request-title a:hover .h2 {
      background-color: #ff7900;
      color: #fff; }
  .endpoint .request-title .h2 {
    padding: 12px 16px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: bold;
    background-color: #000;
    color: #ff7900;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (min-width: 1600px) {
      .endpoint .request-title .h2 {
        font-size: 1.8rem; } }
    @media (max-width: 575.98px) {
      .endpoint .request-title .h2 {
        margin-top: 0; } }
  .endpoint .request-external {
    margin-top: 8px; }
    .endpoint .request-external a {
      display: block;
      width: 100%;
      font-size: 0.9rem; }
  .endpoint .request-details {
    display: -webkit-box;
    display: flex; }
    @media (max-width: 575.98px) {
      .endpoint .request-details {
        -webkit-box-ordinal-group: 0;
        order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start; } }
    .endpoint .request-details-type {
      display: inline-block;
      font-weight: bold;
      padding: 10px 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      background-color: #ff7900;
      color: #fff;
      letter-spacing: 0.15rem; }
      @media (max-width: 575.98px) {
        .endpoint .request-details-type {
          -webkit-box-ordinal-group: 0;
          order: -1;
          margin-bottom: 8px; } }
    .endpoint .request-details-url {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 10px 12px 10px 10px;
      font-size: 0.95rem;
      font-weight: bold;
      color: #fff;
      color: #000;
      background-color: #eeeeee;
      -webkit-box-flex: 1;
      flex: 1 1 auto; }
      @media (max-width: 767.98px) {
        .endpoint .request-details-url {
          font-size: 0.85rem; } }
      @media (max-width: 575.98px) {
        .endpoint .request-details-url {
          width: 100%;
          padding: 10px 8px 10px 8px;
          -webkit-box-ordinal-group: 2;
          order: 1;
          font-size: 0.75rem;
          letter-spacing: 0; } }
.endpoint .parameters-list {
  line-height: 20px; }
  .endpoint .parameters-list th,
  .endpoint .parameters-list .th {
    text-align: left; }
  .endpoint .parameters-list td,
  .endpoint .parameters-list .td {
    border: none;
    vertical-align: top; }
    @media (max-width: 575.98px) {
      .endpoint .parameters-list td,
      .endpoint .parameters-list .td {
        padding: 10px 10px 0 10px; } }
    .endpoint .parameters-list td-name,
    .endpoint .parameters-list .td-name {
      width: 25%; }
      @media (max-width: 575.98px) {
        .endpoint .parameters-list td-name,
        .endpoint .parameters-list .td-name {
          padding-right: 5px; } }
    @media (max-width: 575.98px) {
      .endpoint .parameters-list td-txt,
      .endpoint .parameters-list .td-txt {
        padding-left: 5px; } }
    .endpoint .parameters-list td.object,
    .endpoint .parameters-list .td.object {
      font-weight: 600; }
  .endpoint .parameters-list .parameter-name {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 575.98px) {
      .endpoint .parameters-list .parameter-name {
        font-size: 0.85rem; } }
    .endpoint .parameters-list .parameter-name::after {
      content: "";
      /* position: absolute;*/
      display: inline-block;
      /* width: 100%;*/
      height: 1px;
      margin-left: 15px;
      background-color: #000;
      -webkit-box-flex: 1;
      flex: 1 1 auto; }
  .endpoint .parameters-list .parameter-required {
    display: block;
    color: #d9534f;
    font-size: 80%; }
  .endpoint .parameters-list .parameter-type {
    display: block;
    opacity: .5; }
    @media (max-width: 575.98px) {
      .endpoint .parameters-list .parameter-type {
        font-size: 0.85rem; } }
  .endpoint .parameters-list .parameter-description {
    display: block;
    font-size: 0.9rem;
    margin: 0;
    min-height: 20px; }
    @media (max-width: 575.98px) {
      .endpoint .parameters-list .parameter-description {
        font-size: 0.8rem; } }
    .endpoint .parameters-list .parameter-description p {
      margin: 0 0 6px; }
      .endpoint .parameters-list .parameter-description p:last-child {
        margin-bottom: 0; }

.endpoint .response {
  margin-bottom: 0;
  border-bottom: 1px solid transparent; }
  .endpoint .response .panel {
    margin-bottom: 0;
    border: none;
    background-color: transparent; }
    .endpoint .response .panel-heading {
      border: none; }
  .endpoint .response-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 8px 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (max-width: 767.98px) {
      .endpoint .response-title {
        display: block; } }
    .endpoint .response-title .arrow {
      display: inline-block;
      text-align: center;
      width: 30px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: all 0.3s linear;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      transition: all 0.3s linear;
      /* margin-right: 6px;*/ }
      .endpoint .response-title .arrow .fa {
        /* margin-right: 5px;*/ }
    .endpoint .response-title .dot {
      display: inline-block;
      width: 30px;
      text-align: center; }
      .endpoint .response-title .dot::before {
        display: inline-block;
        content: "\2022";
        font-weight: bold;
        /* font-size: 2.8rem;*/
        /* background-color: $black;*/ }
    .endpoint .response-title.collapsed .arrow {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .endpoint .response-title:hover .arrow .fa {
      -webkit-animation: 0.5s pulse;
      animation: 0.5s pulse;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  .endpoint .response-code {
    /* -webkit-box-flex: 1;*/
    /* flex: 1 0 auto;*/
    text-transform: uppercase;
    /* font-size: 1.5rem;*/
    margin: 0; }
  .endpoint .response.cat-1 {
    border-color: #36b6e4;
    /* background-color: $blue;*/ }
    .endpoint .response.cat-1 .response {
      /* color: #fff;*/ }
      .endpoint .response.cat-1 .response-code, .endpoint .response.cat-1 .response-content-type {
        color: #36b6e4; }
    .endpoint .response.cat-1 .response-title:hover, .endpoint .response.cat-1 .response-title[aria-expanded="true"] {
      background-color: #36b6e4; }
      .endpoint .response.cat-1 .response-title:hover .response-code, .endpoint .response.cat-1 .response-title:hover .response-content-type, .endpoint .response.cat-1 .response-title[aria-expanded="true"] .response-code, .endpoint .response.cat-1 .response-title[aria-expanded="true"] .response-content-type {
        color: #fff; }
  .endpoint .response.cat-2 {
    border-color: #45bd88;
    /* background-color: $green;*/ }
    .endpoint .response.cat-2 .response {
      /* color: #fff;*/ }
      .endpoint .response.cat-2 .response-code, .endpoint .response.cat-2 .response-content-type {
        color: #45bd88; }
    .endpoint .response.cat-2 .response-title:hover, .endpoint .response.cat-2 .response-title[aria-expanded="true"] {
      background-color: #45bd88; }
      .endpoint .response.cat-2 .response-title:hover .response-code, .endpoint .response.cat-2 .response-title:hover .response-content-type, .endpoint .response.cat-2 .response-title[aria-expanded="true"] .response-code, .endpoint .response.cat-2 .response-title[aria-expanded="true"] .response-content-type {
        color: #fff; }
  .endpoint .response.cat-3 {
    border-color: #a888d6;
    /* background-color: $purple;*/ }
    .endpoint .response.cat-3 .response {
      /* color: #fff;*/ }
      .endpoint .response.cat-3 .response-code, .endpoint .response.cat-3 .response-content-type {
        color: #a888d6; }
    .endpoint .response.cat-3 .response-title:hover, .endpoint .response.cat-3 .response-title[aria-expanded="true"] {
      background-color: #a888d6; }
      .endpoint .response.cat-3 .response-title:hover .response-code, .endpoint .response.cat-3 .response-title:hover .response-content-type, .endpoint .response.cat-3 .response-title[aria-expanded="true"] .response-code, .endpoint .response.cat-3 .response-title[aria-expanded="true"] .response-content-type {
        color: #fff; }
  .endpoint .response.cat-4, .endpoint .response.cat-5 {
    border-color: #d9534f;
    /* background-color: $red;*/ }
    .endpoint .response.cat-4 .response, .endpoint .response.cat-5 .response {
      /* color: #fff;*/ }
      .endpoint .response.cat-4 .response-code, .endpoint .response.cat-4 .response-content-type, .endpoint .response.cat-5 .response-code, .endpoint .response.cat-5 .response-content-type {
        color: #d9534f; }
    .endpoint .response.cat-4 .response-title:hover, .endpoint .response.cat-4 .response-title[aria-expanded="true"], .endpoint .response.cat-5 .response-title:hover, .endpoint .response.cat-5 .response-title[aria-expanded="true"] {
      background-color: #d9534f; }
      .endpoint .response.cat-4 .response-title:hover .response-code, .endpoint .response.cat-4 .response-title:hover .response-content-type, .endpoint .response.cat-4 .response-title[aria-expanded="true"] .response-code, .endpoint .response.cat-4 .response-title[aria-expanded="true"] .response-content-type, .endpoint .response.cat-5 .response-title:hover .response-code, .endpoint .response.cat-5 .response-title:hover .response-content-type, .endpoint .response.cat-5 .response-title[aria-expanded="true"] .response-code, .endpoint .response.cat-5 .response-title[aria-expanded="true"] .response-content-type {
        color: #fff; }
  .endpoint .response-content-type {
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .endpoint .response-content-type {
        display: block;
        width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%; } }
  .endpoint .response .panel-collapse {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .endpoint .response-body {
    background-color: #151b26;
    color: rgba(255, 255, 255, 0.6);
    padding: 15px; }
    @media (max-width: 767.98px) {
      .endpoint .response-body {
        padding: 10px; } }
    .endpoint .response-body td,
    .endpoint .response-body th {
      padding: 10px 10px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td,
        .endpoint .response-body th {
          padding: 5px 10px; } }
    .endpoint .response-body .parameters-list {
      border: none; }
      .endpoint .response-body .parameters-list .parameter-name::after {
        background-color: rgba(255, 255, 255, 0.2); }
    .endpoint .response-body td.indent-1 {
      padding-left: 30px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-1 {
          padding-left: 25px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-1 {
          padding-left: 15px; } }
    .endpoint .response-body td.indent-2 {
      padding-left: 50px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-2 {
          padding-left: 40px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-2 {
          padding-left: 25px; } }
    .endpoint .response-body td.indent-3 {
      padding-left: 70px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-3 {
          padding-left: 55px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-3 {
          padding-left: 35px; } }
    .endpoint .response-body td.indent-4 {
      padding-left: 90px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-4 {
          padding-left: 70px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-4 {
          padding-left: 45px; } }
    .endpoint .response-body td.indent-5 {
      padding-left: 110px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-5 {
          padding-left: 85px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-5 {
          padding-left: 55px; } }
    .endpoint .response-body td.indent-6 {
      padding-left: 130px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-6 {
          padding-left: 100px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-6 {
          padding-left: 65px; } }
    .endpoint .response-body td.indent-7 {
      padding-left: 150px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-7 {
          padding-left: 115px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-7 {
          padding-left: 75px; } }
    .endpoint .response-body td.indent-8 {
      padding-left: 170px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-8 {
          padding-left: 130px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-8 {
          padding-left: 85px; } }
    .endpoint .response-body td.indent-9 {
      padding-left: 190px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-9 {
          padding-left: 145px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-9 {
          padding-left: 95px; } }
    .endpoint .response-body td.indent-10 {
      padding-left: 210px; }
      @media (max-width: 767.98px) {
        .endpoint .response-body td.indent-10 {
          padding-left: 165px; } }
      @media (max-width: 575.98px) {
        .endpoint .response-body td.indent-10 {
          padding-left: 110px; } }
