.server-slot-arrow {
  -webkit-transform: rotate(90deg) scaleY(-1);
  transform: rotate(90deg) scaleY(-1);
  font-size: 1.5rem;
}

.server-slot-arrow {
  -webkit-transform: rotate(90deg) scaleY(-1);
  transform: rotate(90deg) scaleY(-1);
  font-size: 1.5rem;
}

/* Page content*/

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

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5);
}

code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  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;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */

pre[class*="language-"] {
  position: relative;
  margin: .5em 0;
  overflow: visible;
  padding: 0;
}

pre[class*="language-"] > code {
  position: relative;
  border-left: 10px solid #358ccb;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, 0.04)));
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}

code[class*="language-"] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}

/* Margin bottom to accommodate shadow */

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.token.punctuation {
  color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}

@media screen and (max-width: 767px) {
  pre[class*="language-"]:before,
  pre[class*="language-"]:after {
    bottom: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.operation-verb-label.post {
  color: #0079B8;
  width: 60px;
  height: 30px;
  border-radius: 70px / 80px;
  text-align: center;
}

.label.label-info,
a.label.label-info {
  background: #e3f5fc;
  color: #00567a;
  border: .06rem solid;
}

.label:focus,
.label:hover,
.label:active,
a.label:focus,
a.label:hover,
a.label:active {
  text-decoration: none;
}

.operation-verb-label-main {
  margin-top: 6px;
}

.operation-verb-label {
  width: 80px;
  text-transform: uppercase;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 8px 12px;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid #e2e2e2;
}

.table td {
  background: #fefefe;
}

.table th {
  font-weight: bold;
  text-align: left;
}

.table thead th {
  background-color: #358ccb;
}

body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #465167;
  margin-top: .7rem;
}

@media screen and (min-width: 992px) {
  .pl-lg-1-5rem {
    padding-left: 1.5rem;
  }

  .on-this-page-container.contextual-help-content {
    display: block;
  }

  .on-this-page-container.main-content {
    display: none;
  }

  .empty-right-column {
    max-width: 60vw;
  }
}

.operation-title {
  font-weight: bold;
  font-size: 1rem;
}

.operation-verb-label-container {
  max-width: 85px;
  min-width: 80px;
  width: 80px;
}

.operation-name-container {
  overflow: hidden;
  max-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 550px;
}

.operation-verb-label {
  width: 70px;
  text-transform: uppercase;
}

.operation-api-path {
  color: #848484;
  font-size: 0.8rem;
  display: inline-block;
  width: calc(90% - 18px);
  overflow-wrap: break-word;
  word-break: break-word;
  padding-left: 6px;
}

.breadcrumb-container {
  margin-bottom: .5rem;
}

.operation-subtitle {
  margin-top: 50px;
}

.operation-description {
  position: relative;
  margin-top: 1rem;
}

.operation-description.missing-cov.show {
  padding-left: 20px;
  padding-right: 10px;
  background-color: #FFF0EE;
}

.operation-description.missing-cov.show::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #E12200;
}

.operation-verb-delete {
  color: #e62700;
  border: 2px solid #e62700;
  font-family: 'Roboto Mono', monospace;
}

.operation-verb-delete-bottom {
  border-bottom: 1px solid #a72b0b;
}

.operation-verb-get {
  color: #62A420;
  border: 2px solid #62A420;
  font-family: 'Roboto Mono', monospace;
}

.operation-verb-get-bottom {
  border-bottom: 1px solid #61b715;
}

.operation-verb-post {
  color: #0079b8;
  border: 2px solid #0079b8;
  font-family: 'Roboto Mono', monospace;
}

.operation-verb-post-bottom {
  border-bottom: 1px solid #45afd9;
}

.operation-verb-patch {
  color: #d28f00;
  border: 2px solid #d28f00;
  font-family: 'Roboto Mono', monospace;
}

.operation-verb-patch-bottom {
  border-bottom: 1px solid #ffda0a;
}

.operation-request {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.operation-uri {
  width: 100%;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 0.75rem;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

.operation-verb-label.post {
  color: #0079B8;
}

.label.label-info,
a.label.label-info {
  background: #e3f5fc;
  color: #00567a;
  border: .05rem solid;
}

.label:focus,
.label:hover,
.label:active,
a.label:focus,
a.label:hover,
a.label:active {
  text-decoration: none;
}

.operation-verb-label-main {
  margin-top: 5px;
}

.operation-verb-label {
  width: 70px;
  text-transform: uppercase;
}

.label,
a.label {
  vertical-align: bottom;
}

.label,
a.label {
  line-height: .6rem;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .7rem .08rem;
  border: .05rem solid;
  height: 1.05rem;
  margin: 0 .7rem 0 .2rem;
  white-space: nowrap;
}

.param-details-container .param-name-row .param-required-optional-txt.required {
  color: #E12200;
  font-weight: bold;
}

.param-details-container .param-name-row .param-required-optional-txt {
  float: right;
  font-size: 13px;
  color: #798893;
}

.operation-verb-label.post {
  color: #0079B8;
}

.label.label-info,
a.label.label-info {
  background: #e3f5fc;
  background: var(--clr-label-info-bg-color, #e3f5fc);
  border: .05rem solid;
  border-color: var(--clr-label-info-border-color, #49aeda);
}

.label:focus,
.label:hover,
.label:active,
a.label:focus,
a.label:hover,
a.label:active {
  text-decoration: none;
}

.operation-verb-label-main {
  margin-top: 5px;
}

.operation-verb-label {
  width: 70px;
  text-transform: uppercase;
}

.label,
a.label {
  vertical-align: bottom;
}

.label,
a.label {
  font-size: .75rem;
  font-weight: 500;
  line-height: .6rem;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .7rem .05rem;
  border-radius: .6rem;
  height: 1.05rem;
  margin: 0 .3rem 0 0;
  white-space: nowrap;
  color: #666;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.required-value {
  color: #E62700;
}

.btn {
  -webkit-box-shadow: #ffffff;
          box-shadow: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), to(#dfdfdf));
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #777777;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
}

.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #358ccb), to(#ededed));
  background: linear-gradient(to bottom, #358ccb 5%, #ededed 100%);
  background-color: #dfdfdf;
}

.btn:active {
  position: relative;
  top: 1px;
}

.content {
  margin: 20px 0 0 25px;
}

.breadcrumb {
  padding: 8px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  font-size: 1rem;
}

.results {
  width: 900px;
  max-width: 900px;
  margin: 8vh auto;
}

p {
  margin-top: 0.5rem;
  font-size: 87.5%;
}

.results pre {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid grey;
  overflow-x: scroll;
  position: relative;
  border-left: 10px solid #358ccb;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(69, 142, 209, 0.04)));
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}

#custom-tooltip {
  display: none;
  color: #358ccb;
}

.operation-request {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.operation-verb-label-get {
  color: #62A420;
}

.operation-verb-label.get {
  width: 60px;
  height: 30px;
  border-radius: 70px / 80px;
  text-align: center;
}

.label.label-success,
a.label.label-success {
  background: #dff0d0;
  background: var(--clr-label-success-bg-color, #dff0d0);
  border: .05rem solid;
  border-color: var(--clr-label-success-border-color, #5eb715);
}

.label:focus,
.label:hover,
.label:active,
a.label:focus,
a.label:hover,
a.label:active {
  text-decoration: none;
}

.operation-verb-label {
  width: 70px;
  text-transform: uppercase;
}

.label,
a.label {
  vertical-align: bottom;
}

.label,
a.label {
  line-height: .6rem;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .6rem .05rem;
  border: .05rem solid;
  height: 2.05rem;
  margin: 0 .3rem 0 0;
  white-space: nowrap;
}

#api {
  display: block;
  padding: 8px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

#try {
  display: block;
  padding: 8px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #ADD8E6;
  border: 1px solid #ccc;
  border-radius: 2px;
}

