@media screen and (max-width: 800px) {
  .node-type-product #page > #columns,
  .node-type-application #page > #columns,
  .node-type-api #page > #columns {
    margin-left: 0;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #656565;
    cursor: pointer;
  }
}

.node-type-product article,
.node-type-application article,
.node-type-api article {
  margin-bottom: 0;
}

.node-type-product #main-content,
.node-type-application #main-content,
.node-type-api #main-content {
  margin: 0;
}

.node-type-product .columns-inner,
.node-type-application .columns-inner,
.node-type-api .columns-inner {
  padding-top: 0 !important;
}

.node-type-product .sidebar,
.node-type-application .sidebar,
.node-type-api .sidebar {
  display: none;
}

.mesh-portal-product {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 58px;
}

@media screen and (min-width: 801px) {
  .mesh-portal-product {
    padding: 83px 10px 58px;
  }
  .node-application .mesh-portal-product {
    padding-top: 0;
  }
}

.mesh-portal-product.singleapi {
  display: block;
  max-width: none;
}

.mesh-portal-product * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mesh-portal-product h1,
.mesh-portal-product h3 {
  margin: 0;
}

.mesh-portal-product h3 {
  font-size: 22px;
  line-height: 30px;
}

.mesh-portal-product a {
  color: #5aaafa;
  text-decoration: none;
}

.mesh-portal-product .toc.sticky,
.mesh-portal-product .interact .tabs.stickyHeader.sticky,
.mesh-portal-product .operationDetails .header.stickyHeader.sticky,
.mesh-portal-product h1.stickyHeader.sticky {
  position: fixed;
  top: 0;
}

.mesh-portal-product .navigate-toc.sticky {
  top: 85px;
  left: 0;
}

@media screen and (max-width: 800px) {
  .mesh-portal-product .navigate-toc.sticky {
    left: 0;
    top: 0;
    position: static;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
  #contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
  }
}

.mesh-portal-product .operationDetails .header.stickyHeader.sticky {
  width: calc(50% - 91px);
}

.mesh-portal-product .interact .tabs.stickyHeader.sticky,
.mesh-portal-product h1.stickyHeader.sticky {
  width: calc(50% - 90px);
}

.mesh-portal-product .interact .tabs {
  background-color: #1f2638;
  min-height: 46px;
}

.mesh-portal-product h1.stickyHeader {
  width: 100%;
  background: white;
  padding: 15px;
  border-bottom: 1px solid #CCCCCC;
}

.mesh-portal-product h1.stickyHeader.sticky + * {
  margin-top: 51px;
}

.mesh-portal-product .header.stickyHeader.sticky + * {
  margin-top: 30px;
}

.mesh-portal-product .tabs.stickyHeader.sticky + * {
  margin-top: 60px;
}

.mesh-portal-product .readAndInteract.product > h1.stickyHeader {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.mesh-portal-product .product {
  display: block;
  width: 100%;
}

.mesh-portal-product .tocTitle {
  line-height: 22px;
  font-size: 16px;
  color: #a2a2a2;
  margin: 8px 0 20px;
}

.mesh-portal-product .toc ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.mesh-portal-product .toc a {
  color: inherit;
  text-decoration: none;
}

.mesh-portal-product .toc a.selected {
  color: #5f259f;
}

.mesh-portal-product .toc .tocItem.toc-product {
  color: #5f259f;
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.mesh-portal-product .toc .tocItem a {
  cursor: pointer;
}

.mesh-portal-product .toc .tocItem.tocApi {
  margin-top: 15px;
}

.mesh-portal-product .toc .tocItem.tocSeparator {
  padding-left: 20px;
}

.mesh-portal-product .toc .tocItem.tocSeparator .innerSeparator {
  margin: 20px 20px 20px 0;
  border-bottom: #ccc 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mesh-portal-product .toc ul .tocItem.toc-apis {
  margin-top: 20px;
  display: none;
}

.mesh-portal-product .toc ul .tocItem.toc-app {
  margin-top: 10px;
}

.mesh-portal-product .toc ul .tocItem.operationsHeader,
.mesh-portal-product .toc ul .tocItem.apiDocumentationHeader,
.mesh-portal-product .toc ul .tocItem.productDocumentationHeader,
.mesh-portal-product .toc ul .tocItem.definitionsHeader {
  margin-top: 10px;
  color: #a2a2a2;
  font-size: 14px;
}

.mesh-portal-product .toc ul .tocItem.toc-apis span,
.mesh-portal-product .toc ul .tocItem.operationsHeader span,
.mesh-portal-product .toc ul .tocItem.productDocumentationHeader span,
.mesh-portal-product .toc ul .tocItem.apiDocumentationHeader span,
.mesh-portal-product .toc ul .tocItem.definitionsHeader span {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  display: inline-block;
}

.mesh-portal-product .toc ul .tocItem.toc-app span {
  border: none;
  width: auto;
  margin-left: 20px;
  display: inline-block;
}

.mesh-portal-product .toc ul .tocItem.operationsHeader span,
.mesh-portal-product .toc ul .tocItem.apiDocumentationHeader span,
.mesh-portal-product .toc ul .tocItem.definitionsHeader span {
  margin-left: 20px;
}

.mesh-portal-product .toc ul .tocItem a:hover {
  text-decoration: none;
}

.mesh-portal-product .toc ul .tocItem a,
.mesh-portal-product .toc ul .tocItem .moderatedAPI {
  width: 100%;
  display: inline-block;
}

.mesh-portal-product .toc ul .tocItem.toc-app a {
  padding-left: 0;
}

.mesh-portal-product .toc .tocItem.toc-breadcrumb {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.mesh-portal-product .toc .tocItem.toc-breadcrumb a {
  width: auto;
}

.mesh-portal-product .toc ul .tocItem .moderatedAPI {
  cursor: no-drop;
}

.mesh-portal-product .toc ul ul ul .tocItem a {
  margin-left: 20px;
  word-wrap: break-word;
  padding-top: 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.mesh-portal-product .toc ul .tocItem.toc-app.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.mesh-portal-product .toc ul ul .tocItem:first-child > a {
  padding-left: 10px;
}

.mesh-portal-product .toc ul ul ul .tocItem a.get.selected:before {
  background-color: #4178be;
}

.mesh-portal-product .toc ul ul ul .tocItem a.put.selected:before {
  background-color: #d74108;
}

.mesh-portal-product .toc ul ul ul .tocItem a.post.selected:before {
  background-color: #4b8400;
}

.mesh-portal-product .toc ul ul ul .tocItem a.delete.selected:before {
  background-color: #ad1625;
}

.mesh-portal-product .toc ul ul ul .tocItem a.options.selected:before {
  background-color: #734098;
}

.mesh-portal-product .toc ul ul ul .tocItem a.patch.selected:before {
  background-color: #a36400;
}

.mesh-portal-product .toc ul ul ul .tocItem a.head.selected:before {
  background-color: #008571;
}

.mesh-portal-product .toc ul ul ul .tocItem .selected:before {
  margin-left: -20px;
}

.mesh-portal-product .toc ul ul .tocItem:first-child > .selected:before {
  margin-left: -10px;
}

@media screen and (min-width: 801px) {
  .mesh-portal-product .productDetails {
    float: left;
    width: 74%;
  }
}

.mesh-portal-product .productDetails > .product {
  margin-top: 0;
}

.mesh-portal-product .leftBorder {
  border-left: 1px solid #ccc;
}

.mesh-portal-product .productDetails .header {
  background-color: #f8f8f8;
}

.mesh-portal-product .readAndInteract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.mesh-portal-product .readAndInteract.operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mesh-portal-product .readAndInteract.operation.hidden {
  display: none;
}

.mesh-portal-product .readAndInteract.operation .apiTag,
.mesh-portal-product .readAndInteract.operation .apiTag .unselect {
  display: inline-block;
}

.mesh-portal-product .readAndInteract.operation .apiTag.hidden,
.mesh-portal-product .readAndInteract.operation .apiTag .unselect.hidden {
  display: none;
}

.mesh-portal-product .pathHeading {
  display: none;
}

.mesh-portal-product .pathHeading .left,
.mesh-portal-product .pathHeading .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mesh-portal-product .topBorder {
  border-top: 1px solid #ccc;
}

.mesh-portal-product .apimIcon {
  float: none;
}

.mesh-portal-product .titleHeader .apimImage,
.mesh-portal-product .titleHeader h1 {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
}

.mesh-portal-product .titleHeader h1 {
  width: 100%;
}

.mesh-portal-product .titleHeader h1 .version {
  font-size: 0.7em;
}

.mesh-portal-product .titleHeader .downloadButton,
.mesh-portal-product .titleHeader .deprecated {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mesh-portal-product .titleHeader .downloadButton {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mesh-portal-product .titleHeader .downloadButton span.edit {
  margin: 0 10px;
}

.mesh-portal-product .titleHeader .downloadButton,
.mesh-portal-product .titleHeader .downloadButton button {
  border: 0;
}

.mesh-portal-product .titleHeader .downloadButton button {
  margin-right: 0;
}

.mesh-portal-product .pathDetails .interact .topBorder {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mesh-portal-product .pathDetails .interact .bottomBorder {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mesh-portal-product .documentation {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .mesh-portal-product .documentation {
    width: 100%;
    display: block;
  }
}

.mesh-portal-product .documentationContent .info {
  padding: 10px;
}

.mesh-portal-product .documentation .documentationContent {
  padding: 15px;
}

.mesh-portal-product .documentation label {
  color: #a2a2a2;
  font-weight: 400;
}

.mesh-portal-product .interact label {
  color: #a2a2a2;
}

.mesh-portal-product .interact.productRight label {
  color: #a2a2a2;
}

.mesh-portal-product .documentation label,
.mesh-portal-product .interact label:not(.tab-label) {
  margin: 20px 0 10px;
  display: block;
  color: #a2a2a2;
}

.mesh-portal-product .documentation .security label,
.mesh-portal-product .documentation .parameters label,
.mesh-portal-product .documentation .responses label {
  border-top: 1px solid #ccc;
  padding-top: 50px;
}

.mesh-portal-product .verb {
  text-transform: uppercase;
}

.mesh-portal-product .readAndInteract .operationDetails {
  color: #333;
}

.mesh-portal-product .operationDetails > a,
.mesh-portal-product .operationDetails > a:hover,
.mesh-portal-product .operationDetails > a:focus {
  text-decoration: none;
  color: #0096e6;
}

.mesh-portal-product .operationDetails .header {
  background-color: #fff;
  line-height: 38px;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.mesh-portal-product .operationDetails .header span.border {
  display: block;
  padding: 0 0 13px;
  border-bottom: 4px solid #333;
  width: 72px;
}

.mesh-portal-product .operationDetails.get .header {
  color: #00af55;
}

.mesh-portal-product .operationDetails.get .header span.border {
  border-bottom: 4px solid #00af55;
}

.mesh-portal-product .operationDetails.put .header {
  color: #ff9c00;
}

.mesh-portal-product .operationDetails.put .header span.border {
  border-bottom: 4px solid #ff9c00;
}

.mesh-portal-product .operationDetails.post .header {
  color: #5f259f;
}

.mesh-portal-product .operationDetails.post .header span.border {
  border-bottom: 4px solid #5f259f;
}

.mesh-portal-product .definitionsContent,
.mesh-portal-product .operationContent {
  margin-top: 60px;
}

.mesh-portal-product .contactContainer .contactContent,
.mesh-portal-product .licenseContainer .licenseContent {
  padding: 10px 17px;
}

.mesh-portal-product .definitionsContent {
  padding-bottom: 50px;
}

.mesh-portal-product .planapiwrapper .expand_less,
.mesh-portal-product .planapiwrapper .expand_more {
  float: right;
  margin-right: 15px;
}

.mesh-portal-product .readAndInteract .operationContent,
.mesh-portal-product .readAndInteract .tabs-content,
.mesh-portal-product .readAndInteract .tabs .tab,
.mesh-portal-product .definitionsContent .definitionsWrapper,
.mesh-portal-product .planapiwrapper .apicontents {
  display: block;
}

.mesh-portal-product .credentialTableWrapper .credentialTable,
.mesh-portal-product .credentialTableWrapper .expand_less,
.mesh-portal-product .credentialTableWrapper.open .expand_more,
.mesh-portal-product .planapiwrapper .apicontents,
.mesh-portal-product .planapiwrapper .expand_less,
.mesh-portal-product .planapiwrapper.open .expand_more,
.mesh-portal-product .contactContainer .contactContent,
.mesh-portal-product .contactContainer .expand_less,
.mesh-portal-product .contactContainer.open .expand_more,
.mesh-portal-product .licenseContainer .licenseContent,
.mesh-portal-product .licenseContainer .expand_less,
.mesh-portal-product .licenseContainer.open .expand_more {
  display: none;
}

.mesh-portal-product .credentialTableWrapper.open .credentialTable,
.mesh-portal-product .planapiwrapper.open .apicontents,
.mesh-portal-product .contactContainer.open .contactContent,
.mesh-portal-product .licenseContainer.open .licenseContent {
  display: block;
}

.mesh-portal-product .credentialTableWrapper .expand_more,
.mesh-portal-product .credentialTableWrapper.open .expand_less,
.mesh-portal-product .planapiwrapper .expand_more,
.mesh-portal-product .planapiwrapper.open .expand_less,
.mesh-portal-product .contactContainer .expand_more,
.mesh-portal-product .contactContainer.open .expand_less,
.mesh-portal-product .licenseContainer .expand_more,
.mesh-portal-product .licenseContainer.open .expand_less {
  display: inline;
}

.mesh-portal-product .contactContainer,
.mesh-portal-product .licenseContainer {
  padding: 0 20px 20px 20px;
}

.mesh-portal-product .readAndInteract .contactContainer,
.mesh-portal-product .readAndInteract .licenseContainer {
  padding: 0 10px 10px 10px;
}

.mesh-portal-product .listHeader {
  border-bottom: 1px solid #ccc;
}

.mesh-portal-product .listContent {
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 10px;
}

.mesh-portal-product .listContent:last-child {
  border-bottom: none;
}

.mesh-portal-product .securitySection .name,
.mesh-portal-product .securitySection .located-in,
.mesh-portal-product .securitySection .type,
.mesh-portal-product .parametersSection .name,
.mesh-portal-product .parametersSection .schemawrapper,
.mesh-portal-product .responsesSection .code,
.mesh-portal-product .responsesSection .responseContent {
  display: inline-block;
  vertical-align: top;
}

.mesh-portal-product .documentation .description,
.mesh-portal-product .documentation .description p {
  font-size: 16px;
}

.mesh-portal-product .securitySection .description {
  display: block;
  font-size: inherit;
}

.mesh-portal-product .securitySection .description p,
.mesh-portal-product .parametersSection .description p {
  margin: 0;
}

.mesh-portal-product .responsesSection .description p {
  margin: 0;
}

.mesh-portal-product .responsesSection.listContent .schema {
  color: #5aaafa;
}

.mesh-portal-product .securitySection .name {
  padding-right: 15px;
}

.mesh-portal-product .parametersSection .name {
  width: 200px;
  text-align: right;
  padding-right: 20px;
}

.mesh-portal-product .parametersSection .name .title {
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}

.mesh-portal-product .parametersSection .name .required {
  color: #bd530b;
}

.mesh-portal-product .interact .parameter.required {
  padding-left: 2px;
}

.mesh-portal-product .interact .parameter.required .parameterName:before {
  content: "* ";
}

.mesh-portal-product .parametersSection .parameterType {
  font-size: 14px;
  color: #647076;
  font-family: "DejaVu Sans Mono", monospace, sans-serif;
}

.mesh-portal-product .parametersSection .schemawrapper .description {
  line-height: inherit;
}

.mesh-portal-product .responsesSection .code {
  width: 200px;
}

.mesh-portal-product .responsesSection .responseContent {
  padding-top: 1px;
}

.mesh-portal-product .securityMessage {
  color: #888;
}

.mesh-portal-product .securityRequirement {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}

.mesh-portal-product .securityRequirement:last-child {
  margin-bottom: 0;
}

.mesh-portal-product .securityRequirement.count1 {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.mesh-portal-product .apiTag {
  border-radius: 15px;
  background-color: #ccc;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 7px;
  display: inline-block;
}

.mesh-portal-product .apiTag0 {
  background-color: #C0E6FF;
  color: black;
}

.mesh-portal-product .apiTag1 {
  background-color: #7CC7FF;
  color: black;
}

.mesh-portal-product .apiTag2 {
  background-color: #5AAAFA;
  color: black;
}

.mesh-portal-product .apiTag3 {
  background-color: #5596E6;
  color: black;
}

.mesh-portal-product .apiTag4 {
  background-color: #4178BE;
  color: black;
}

.mesh-portal-product .apiTag5 {
  background-color: #A7FAE6;
  color: black;
}

.mesh-portal-product .apiTag6 {
  background-color: #6EEDD8;
  color: black;
}

.mesh-portal-product .apiTag7 {
  background-color: #41D6C3;
  color: black;
}

.mesh-portal-product .apiTag8 {
  background-color: #c6e59a;
  color: black;
}

.mesh-portal-product .apiTag9 {
  background-color: #00B4A0;
  color: black;
}

.mesh-portal-product .apiTag10 {
  background-color: #008571;
  color: black;
}

.mesh-portal-product .apiTag11 {
  background-color: #C8F08F;
  color: black;
}

.mesh-portal-product .apiTag12 {
  background-color: #B4E051;
  color: black;
}

.mesh-portal-product .apiTag13 {
  background-color: #8CD211;
  color: black;
}

.mesh-portal-product .apiTag14 {
  background-color: #5AA700;
  color: black;
}

.mesh-portal-product .apiTag15 {
  background-color: #4B8400;
  color: black;
}

.mesh-portal-product .apiTag16 {
  background-color: #EED2FF;
  color: black;
}

.mesh-portal-product .apiTag17 {
  background-color: #D7AAFF;
  color: black;
}

.mesh-portal-product .apiTag18 {
  background-color: #BA8FF7;
  color: black;
}

.mesh-portal-product .apiTag19 {
  background-color: #AF6EE8;
  color: black;
}

.mesh-portal-product .apiTag20 {
  background-color: #9855D4;
  color: black;
}

.mesh-portal-product .definitionsSection pre,
.mesh-portal-product .langtab pre {
  background-color: #f6f6f6;
}

.mesh-portal-product pre.inlineSchema,
.mesh-portal-product .markdown code,
.mesh-portal-product .markdown pre {
  background-color: #f6f6f6;
}

.mesh-portal-product .markdown table,
.mesh-portal-api .markdown table {
  table-layout: fixed;
}

@media screen and (max-width: 800px) {
  .mesh-portal-product .interact {
    width: 100%;
    display: block;
  }
}

.mesh-portal-product .interact.productRight {
  background: none;
  color: #444;
}

.mesh-portal-product .interact .contrast {
  color: #fff;
  padding: 5px 0;
  margin-bottom: 15px;
}

.mesh-portal-product .interact .parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.mesh-portal-product .interact .identificationSection .parameter {
  border-bottom: none;
}

.mesh-portal-product .interact .identificationSection .contrast > div + div {
  border-bottom: none;
  border-top: 1px solid #ccc;
}

.mesh-portal-product .interact .parameter:last-child,
.mesh-portal-product .interact .parameter.accesstoken {
  border: 0;
}

.mesh-portal-product .interact .parameter.accesscode input,
.mesh-portal-product .interact .parameter.accesstoken input {
  margin-left: 10px;
}

.mesh-portal-product .interact .parameterName,
.mesh-portal-product .interact .parameterValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mesh-portal-product .interact .parameterName {
  color: #444;
}

.mesh-portal-product .interact .tabs-content-get .parameterName {
  color: #00af55;
}

.mesh-portal-product .interact .tabs-content-put .parameterName {
  color: #ff9c00;
}

.mesh-portal-product .interact .tabs-content-push .parameterName {
  color: #5f259f;
}

.mesh-portal-product .interact .parameter.threelegged .parameterName,
.mesh-portal-product .interact .parameter.tokenBasedFlow .parameterName {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.mesh-portal-product .interact .parameter.threelegged .parameterValue,
.mesh-portal-product .interact .parameter.tokenBasedFlow .parameterValue {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}

.mesh-portal-product .interact .parameterValue {
  border-width: 0;
  border-radius: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 13px;
  padding: 0 8px;
}

.mesh-portal-product .interact select.parameterValue,
.mesh-portal-product .interact textarea.parameterValue {
  border: 0;
}

.mesh-portal-product .hidden,
.mesh-portal-product .interact .parameter.hidden,
.mesh-portal-product .interact .parameter .hidden {
  display: none;
}

.mesh-portal-product .definitionsSection .definitionDetails,
.mesh-portal-product .interact .requestDetails,
.mesh-portal-product .interact .responseDetails {
  background: 0;
  padding: 0;
  margin: 0;
}

.mesh-portal-product .interact .refreshDone {
  display: inline-block;
  padding-left: 10px;
}

.mesh-portal-product .interact .refreshDone.hidden {
  display: none;
}

.mesh-portal-product .definitionsSection pre,
.mesh-portal-product .langtab pre,
.mesh-portal-product .exampleResponse pre,
.mesh-portal-product .interact .responseSection pre,
.mesh-portal-product pre.inlineSchema {
  border: none;
  border-radius: 0;
  padding: 0 15px;
  margin: 0;
  word-break: break-all;
}

.mesh-portal-product pre.inlineSchema,
.mesh-portal-product .markdown pre {
  color: #444;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  margin: 5px 0 5px 0;
}

.mesh-portal-product .parametersSection pre.inlineSchema {
  padding: 10px;
}

.mesh-portal-product .langtab pre,
.mesh-portal-product .exampleResponse pre {
  background-color: #f6f6f6;
  padding: 0 15px 0 0;
}

.mesh-portal-product .interact .responseSection,
.mesh-portal-product .interact .responseSection pre {
  padding: 15px;
}

.mesh-portal-product .tabs-content {
  margin-bottom: 50px;
}

.mesh-portal-product .tab-content {
  padding: 37px 40px;
  margin: 0;
}

.mesh-portal-product .tab-operation-parameters {
  padding: 37px 40px;
  margin: 0 0 1px;
}

.mesh-portal-product .tab-content.example .exampleDefinition {
  font-family: "DejaVu Sans Mono", monospace, sans-serif;
}

.mesh-portal-product .plansSection {
  padding: 15px;
}

.mesh-portal-product .plansSection .plan,
.mesh-portal-product .plansSection .apiList {
  display: table-cell;
  vertical-align: top;
}

.mesh-portal-product .credentialToggle,
.mesh-portal-product .plansSection .plan,
.mesh-portal-product .plansSection .api {
  line-height: 38px;
}

.mesh-portal-product .plansSection .api {
  min-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #444849;
  text-decoration: none;
}

.mesh-portal-product .plansSection .apiList,
.mesh-portal-product .plansSection .plan {
  max-width: 320px;
  min-width: 250px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mesh-portal-product .plansSection .apiname {
  max-width: calc(100% - 38px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  font-size: 18px;
}

.mesh-portal-product .plansSection .api a,
.mesh-portal-product .plansSection .api a:hover,
.mesh-portal-product .plansSection .api a:active,
.mesh-portal-product .plansSection .api a:focus {
  color: #444;
  text-decoration: none;
}

.mesh-portal-product .plansSection .plan {
  min-width: 320px;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.mesh-portal-product .plansSection .plan .title {
  max-width: 375px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0;
}

.mesh-portal-product .plansSection .api > div,
.mesh-portal-product .plansSection .plan > div {
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
}

.mesh-portal-product .plansSection .api.open > div:first-child {
  border-bottom: 0;
}

.mesh-portal-product .plansSection .api > div:last-child,
.mesh-portal-product .plansSection .plan > div:last-child {
  border-bottom: 0;
}

.mesh-portal-product .plansSection .plan:nth-child(even) {
  background-color: #f4f4f6;
}

.mesh-portal-product .plansSection .plan:nth-child(even) .title {
  background-color: #dbdce1;
}

.mesh-portal-product .plansSection .plan:nth-child(odd) {
  background-color: #f9f9fa;
}

.mesh-portal-product .plansSection .plan:nth-child(odd) .title {
  background-color: #e5e6ea;
}

@media only screen and (max-width: 640px) {
  .mesh-portal-product .plansSection .api {
    min-width: 80px;
  }
  .mesh-portal-product .plansSection .apiList,
  .mesh-portal-product .plansSection .plan {
    max-width: 250px;
    min-width: 80px;
  }
  .mesh-portal-product .plansSection .plan .title {
    max-width: 225px;
  }
}

.mesh-portal-product .langs-menu {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.mesh-portal-product .langs-menu li {
  height: 35px;
  line-height: 30px;
  display: inline-block;
  list-style: none;
  margin-top: 4px;
}

.mesh-portal-product .langs-menu li.current {
  position: relative;
  border-bottom: 3px solid #333;
}

.mesh-portal-product .langs-menu li.current a {
  color: #333;
}

.mesh-portal-product .lang-menu-get li.current {
  border-bottom: 3px solid #00af55;
}

.mesh-portal-product .lang-menu-put li.current {
  border-bottom: 3px solid #ff9c00;
}

.mesh-portal-product .lang-menu-post li.current {
  border-bottom: 3px solid #5f259f;
}

.mesh-portal-product .langs-menu li a {
  padding: 10px;
  color: #ccc;
  text-decoration: none;
}

.mesh-portal-product .langtab-content {
  display: none;
}

.mesh-portal-product .langtab-content.show {
  display: block;
}

.mesh-portal-product .protocol {
  float: right;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}

.mesh-portal-product .rightHeader {
  display: block;
  width: 570px;
  background: #202230;
  min-height: 50px;
}

.mesh-portal-product .rightHeader.stick {
  position: fixed;
  z-index: 100;
}

.mesh-portal-product .rightHeader .tableWrapper {
  display: table;
  width: 100%;
  padding: 10px 10px 0 10px;
}

.mesh-portal-product .subscribeButton {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  vertical-align: middle;
}

.mesh-portal-product .rightHeader ul,
.mesh-portal-product .rightHeader .subscribeButton {
  display: table-cell;
}

.mesh-portal-product .rightHeader.wsdl .subscribeButton {
  float: right;
}

.mesh-portal-product .rightHeader.wsdl.true .subscribeButton {
  float: none;
}

.mesh-portal-product .rightHeader .subscribeButton .subscribeButtonInner {
  border: 1px solid #fff;
  height: 32px;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  padding: 5px 8px;
  display: table-cell;
}

.mesh-portal-product .subscribeButton .subscribeButtonInner a,
.mesh-portal-product .subscribeButton .subscribeButtonInner a:visited {
  color: #fff;
  text-decoration: none;
}

.mesh-portal-product .subscribeButton .subscribeButtonInner:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #1f2638;
}

.mesh-portal-product .subscribeButton .subscribeButtonInner:hover a,
.mesh-portal-product .subscribeButton .subscribeButtonInner:hover a:visited,
.mesh-portal-product .subscribeButton .subscribeButtonInner:hover a:hover {
  color: #1f2638;
  text-decoration: none;
}

.mesh-portal-product.node ul.links li a {
  padding-left: 0;
}

.mesh-portal-product.node ul.links.inline li {
  display: block;
}

.mesh-portal-product .node-api ul.links li.addtoany,
.mesh-portal-product .node-api ul.links li.flag-wrapper,
.mesh-portal-product .node-api ul.links li.comment_forbidden,
.mesh-portal-product .productDetails.product ul.links li.comment_forbidden {
  display: none;
}

.mesh-portal-product.singleapi.node-api ul.links li.addtoany,
.mesh-portal-product.singleapi.node-api ul.links li.flag-wrapper {
  display: block;
}

.mesh-portal-product.node-product .comments ul.links li,
.mesh-portal-product.node-api.singleapi .comments ul.links li,
.mesh-portal-product.node-product ul.links li.comment_forbidden {
  display: none;
}

.mesh-portal-product.node-product .comments ul.links li.comment_forbidden,
.mesh-portal-product.node-api.singleapi .comments ul.links li.comment_forbidden {
  display: block;
}

.mesh-portal-product .pathTitleWrapper {
  width: 100%;
  background-color: #1f2638;
}

.mesh-portal-product .pathTitle {
  width: 50%;
  display: inline-block;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.mesh-portal-product .pathTitle h3 {
  color: #444;
  font-size: 1.3em;
  padding-left: 14px;
}

.mesh-portal-product .pathTitle.left,
.mesh-portal-product .pathHeading .left {
  background-color: #fff;
}

.mesh-portal-product .node-unpublished .pathTitle.left,
.mesh-portal-product .node-unpublished .pathHeading .left {
  background-color: #fff4f4;
}

.mesh-portal-product .pathTitle.right,
.mesh-portal-product .pathHeading .right {
  background-color: #1f2638;
}

@media screen and (max-width: 800px) {
  .mesh-portal-product .pathTitleWrapper,
  .mesh-portal-product .pathTitle.right,
  .mesh-portal-product .pathHeading .right {
    background-color: #fff;
  }
  .mesh-portal-product .node-unpublished .pathTitleWrapper,
  .mesh-portal-product .node-unpublished .pathTitle.right,
  .mesh-portal-product .node-unpublished .pathHeading .right {
    background-color: #fff4f4;
  }
}

.mesh-portal-product .pathHeading h2 {
  margin-top: 60px;
}

.mesh-portal-product .definitionsContent > a > label {
  font-size: 18px;
}

.apiTags a,
.apiTags a:hover,
.apiTags a:focus {
  text-decoration: none;
  color: #000;
}

.mesh-portal-product .interact .responseDetails.corsWarning,
.mesh-portal-product .authorizationSection .oauthMessage,
.mesh-portal-product .responseDetails.mixedContentWarning {
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  padding: 10px;
  color: #1f2638;
  margin: 15px 0;
}

.mesh-portal-product .interact .responseDetails.corsWarning.hidden,
.mesh-portal-product .authorizationSection .oauthMessage.hidden,
.mesh-portal-product .responseDetails.mixedContentWarning.hidden {
  display: none;
}

.mesh-portal-product .apimAuthUrl button {
  margin: 0;
}

.mesh-portal-product .parameter.buttons {
  border-bottom: 0;
  display: block;
}

.mesh-portal-product .parameter.tokenBasedFlow,
.mesh-portal-product .parameter.threelegged {
  border-bottom: 0;
}

.mesh-portal-product .parameter.buttons .authoriseButton,
.mesh-portal-product .parameter.buttons .getTokenButton,
.mesh-portal-product .parameter.buttons .refreshButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mesh-portal-product .parameter.buttons .authoriseButton.hidden,
.mesh-portal-product .parameter.buttons .getTokenButton.hidden,
.mesh-portal-product .parameter.buttons .refreshButton.hidden {
  display: none;
}

.mesh-portal-product .parameter.buttons .authoriseButton,
.mesh-portal-product .parameter.buttons .getTokenButton {
  margin-bottom: 10px;
}

.mesh-portal-product .parameter.buttons .authoriseButton button,
.mesh-portal-product .parameter.buttons .getTokenButton button {
  margin-right: 10px;
}

.mesh-portal-product .parameter.buttons .authoriseButton .parameterName,
.mesh-portal-product .parameter.buttons .getTokenButton .parameterName {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-top: 10px;
}

.mesh-portal-product .parameter.buttons .authoriseButton input,
.mesh-portal-product .parameter.buttons .getTokenButton input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}

.mesh-portal-product .identificationSection .noRedirectURI {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  color: #1f2638;
  margin: 15px 0;
}

.mesh-portal-product .interact .parameter.oauthscopes {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: block;
}

.mesh-portal-product .interact .parameter.oauthscopes input {
  margin-right: 10px;
}

.mesh-portal-product .scope {
  padding: 5px 0;
}

.mesh-portal-product .scope .scopename,
.mesh-portal-product .scope .scopevalue {
  display: inline-block;
}

.mesh-portal-product .scope .scopename {
  width: 200px;
}

.mesh-portal-product .securitySection .description .scope .label,
.mesh-portal-product .securitySection .description .authURL .label,
.mesh-portal-product .securitySection .description .tokenURL .label {
  color: #666;
  font-weight: 600;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  width: 200px;
}

.mesh-portal-product .securitySection .description .scope .scopeName,
.mesh-portal-product .securitySection .description .scope .scopeDescription,
.mesh-portal-product .securitySection .description .authURL .label,
.mesh-portal-product .securitySection .description .authURL .value,
.mesh-portal-product .securitySection .description .tokenURL .label,
.mesh-portal-product .securitySection .description .tokenURL .value {
  display: inline-block;
  vertical-align: top;
}

.mesh-portal-product .securitySection .description .scope .scopeName {
  width: 200px;
  color: #444;
  vertical-align: top;
}

.mesh-portal-product .securitySection .description .scope .scopeDescription,
.mesh-portal-product .securitySection .description .authURL .value,
.mesh-portal-product .securitySection .description .tokenURL .value {
  color: #727272;
}

.mesh-portal-product .securitySection .key {
  float: right;
  display: inline-block;
  font-size: 0.9em;
  padding: 3px;
  line-height: 0.9em;
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
}

.mesh-portal-product .apiList .planapiwrapper,
.mesh-portal-product .apiList .api.empty.top {
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
}

.mesh-portal-product .apiList .apicontents .apioperation,
.mesh-portal-product .plan .individualoperation {
  padding: 10px 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 22px;
  margin-bottom: 10px;
}

.mesh-portal-product .apiList .apicontents .apioperation {
  padding: 10px 10px 10px 16px;
}

.mesh-portal-product .plansSection .plans {
  display: table-cell;
}

.mesh-portal-product .plansSection .plans .plansinner {
  overflow-x: auto;
  max-width: 600px;
}

.mesh-portal-product .plansSection .plans .notincluded {
  color: #DDD;
}

.mesh-portal-product .rightSectionHeading {
  font-size: 18px;
  color: #a2a2a2;
  margin-bottom: 20px;
}

.mesh-portal-product .productRight .links .comment_forbidden {
  display: none;
}

.mesh-portal-product .plansinner .plan .deprecated {
  margin: 0 15px;
  border: 1px solid #ccc;
  padding: 4px 7px;
}

.mesh-portal-product .header .deprecated {
  float: right;
  margin: 10px 7px;
  border: 1px solid #ccc;
  padding: 3px 7px;
  background: #fff;
  line-height: normal;
  vertical-align: middle;
}

.mesh-portal-product .plansFooter {
  font-size: 13px;
  color: #666;
  padding: 10px 0;
}

.mesh-portal-product .application {
  width: 100%;
}

.mesh-portal-product .appTitleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mesh-portal-product .apimTopSectionEdit {
  float: right;
}

.mesh-portal-product .apimTopSection,
.mesh-portal-product .apimSubscriptionSection {
  margin: 50px 0 60px;
}

.mesh-portal-product .apimTopSection .apimTopSectionHeading {
  border-bottom: 1px solid #ccc;
  padding: 0 0 6px;
}

.mesh-portal-product .apimSubscriptionSection .apimSubscriptionSectionHeading {
  padding: 0 0 6px;
}

.mesh-portal-product .apimTopSection .apimTopSectionHeading .apimTopSectionDetails,
.mesh-portal-product .apimSubscriptionSection .apimSubscriptionSectionHeading {
  font-weight: 400;
  font-family: "AvenirNextLTPro", sans-serif;
  font-size: 16px;
  color: #a2a2a2;
}

.mesh-portal-product .apimTopSection .apimImageAndTitle {
  vertical-align: middle;
  padding: 20px 0;
}

.mesh-portal-product .apimTopSection .apimAPIImage {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.mesh-portal-product .apimTopSection .apimAPIImage figure img {
  margin: auto;
}

.mesh-portal-product .apimTopSection .apimTitleSection {
  display: inline-block;
}

.mesh-portal-product .apimTopSection .apimInfoSection {
  margin: 0;
}

.mesh-portal-product .apimSubscriptionSection .subscriptionsWrapper {
  margin: 1px 0 20px;
}

.mesh-portal-product .apimTopSection .credentialList {
  margin-top: 20px;
}

.mesh-portal-product .credentialList .credentialTable {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  clear: both;
  border: 0;
}

.mesh-portal-product .credentialInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  background-color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .mesh-portal-product .credentialInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
}

.mesh-portal-product .credentialInfoColumn {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .mesh-portal-product .credentialInfoColumn {
    width: 100%;
  }
}

.credentialInfoColumnContainer {
  padding: 10px;
  background-color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .credentialInfoColumnContainer {
    margin-bottom: 20px;
  }
}

.mesh-portal-product .credentialInfo-clientID {
  margin-right: 4%;
}

@media screen and (max-width: 1024px) {
  .mesh-portal-product .credentialInfo-clientID {
    margin-right: 0;
  }
}

.mesh-portal-product .credentialInfoColumn div.passwordToggleContainer {
  margin: 20px 0;
  display: block;
}

.mesh-portal-product .credentialActions {
  margin-top: 7px;
}

.mesh-portal-product .credentialActions a {
  color: #0096e6;
  margin: 0;
  padding: 0;
}

.mesh-portal-product .credentialActions .delete-clientcreds {
  border-right: 1px solid #e9e9e9;
  padding-right: 19px;
  margin-right: 22px;
}

.mesh-portal-product .apim-tab-addCredentials {
  margin-bottom: 30px;
}

.mesh-portal-product .apim-tab-addCredentials a {
  color: #fff;
  display: inline-block;
}

.mesh-portal-product .apim-tab-addCredentials a i {
  display: none;
}

.mesh-portal-product .resetButtonLink {
  position: absolute;
  top: 34px;
  right: 10px;
  padding: 0;
  height: 20px;
  width: 20px;
  max-width: 20px;
  margin: 0;
  display: block;
  min-width: 20px;
  background: url(../../images/throbber.svg) no-repeat transparent center center;
}

.mesh-portal-product .resetSecretLink {
  right: 4em;
}

.mesh-portal-product .verifyLink {
  position: absolute;
  top: 34px;
  right: 10px;
  color: #0096e6;
}

.mesh-portal-product .vendorExtension {
  padding: 0 10px;
}

.mesh-portal-product .credentialTableWrapper {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.mesh-portal-product .credentialTableWrapper.open {
  border-bottom: 0;
}

.mesh-portal-product .credentialTableWrapper.open .credentialTable {
  border-top: 1px solid #ccc;
}

.mesh-portal-product .credentialTableToggleLink {
  display: block;
  float: left;
}

.mesh-portal-product .credentialDescription {
  font-size: 22px;
  color: #666;
}

.mesh-portal-product .credentialTableWrapper span.expand_more {
  padding-top: 14px;
}

.mesh-portal-product .credentialTableWrapper span.expand_less {
  padding-top: 18px;
}

.mesh-portal-product div.credentialContainer {
  padding: 0;
  margin: 20px 0;
}

/* Modal popups for large request and responses */
.mesh-portal-product .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3000;
}

.mesh-portal-product .popup-inner {
  max-height: 916px;
  max-width: 822px;
  width: calc(100% - 80px);
  padding: 60px 30px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100vh - 80px);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  overflow: scroll;
}

.mesh-portal-product .popup-inner pre {
  height: calc(100vh - 160px);
  width: calc(100vw - 160px);
  overflow: scroll;
}

.mesh-portal-product .langtab-content .popup-inner pre {
  padding: 10px;
}

.mesh-portal-product .popup-close {
  width: 37px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  transition: ease 0.25s all;
  border-radius: 0;
  text-align: center;
  background: url("../../images/dialog-close.svg") no-repeat transparent center;
}

.mesh-portal-product .popup-close span.popup-close-text {
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.mesh-portal-product .truncate {
  position: relative;
}

.mesh-portal-product .truncate:after {
  content: "";
  display: block;
  height: 6em;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(50%, #f6f6f6));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
  background: -o-linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
  background: linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
}

.mesh-portal-product .exampleResponsePre.truncate:after,
.mesh-portal-product .truncatedPre.truncate:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(50%, #f6f6f6));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
  background: -o-linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
  background: linear-gradient(rgba(246, 246, 246, 0), #f6f6f6 50%);
}

.mesh-portal-product .showMore {
  margin: 0;
}

.mesh-portal-product .showMore a:hover {
  text-decoration: none;
}

.mesh-portal-product .showMore a:after {
  font-family: fontello;
  font-size: 14px;
  content: '\e804';
  margin-left: 12px;
  vertical-align: top;
}

.mesh-portal-product .showMore a.btn {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #0096e6;
  max-width: 170px;
  text-align: center;
}

.mesh-portal-product .showMore a.btn .material-icons {
  display: none;
}

@media print {
  .mesh-portal-product nav.navigate-toc {
    display: none;
  }
  .node-type-product #page > #columns {
    margin-left: 0;
  }
}

.messages .messages.info {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

/* override special italics for tags */
article .apiTag.tags {
  font-style: normal;
}
/*# sourceMappingURL=../product.css.map */