/*
YUI 2: Reset CSS
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
figure,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a:-moz-any-link:-moz-focusring {
  outline: none;
}
input:-moz-ui-invalid {
  box-shadow: none;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input[type=text].styled-input,
input[type=number].styled-input,
input[type=password].styled-input,
textarea.styled-input {
  border-color: transparent transparent #ababab;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  font: 15px "ProximaNovaLight";
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ie-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text].styled-input::-webkit-input-placeholder,
input[type=number].styled-input::-webkit-input-placeholder,
input[type=password].styled-input::-webkit-input-placeholder,
textarea.styled-input::-webkit-input-placeholder {
  font-style: italic;
  color: #b6b6b6;
}
input[type=text].styled-input:-moz-placeholder,
input[type=number].styled-input:-moz-placeholder,
input[type=password].styled-input:-moz-placeholder,
textarea.styled-input:-moz-placeholder {
  font-style: italic;
  color: #b6b6b6;
}
input[type=text].styled-input::-moz-placeholder,
input[type=number].styled-input::-moz-placeholder,
input[type=password].styled-input::-moz-placeholder,
textarea.styled-input::-moz-placeholder {
  font-style: italic;
  color: #b6b6b6;
}
input[type=text].styled-input:-ms-input-placeholder,
input[type=number].styled-input:-ms-input-placeholder,
input[type=password].styled-input:-ms-input-placeholder,
textarea.styled-input:-ms-input-placeholder {
  font-style: italic;
  color: #b6b6b6;
}
input[type=text].styled-input:focus,
input[type=number].styled-input:focus,
input[type=password].styled-input:focus,
textarea.styled-input:focus {
  border-bottom-color: #0099ff;
}
input[type=text].styled-input[readonly],
input[type=number].styled-input[readonly],
input[type=password].styled-input[readonly],
textarea.styled-input[readonly] {
  border-bottom-color: transparent;
  background-color: #e5e5e5;
}
input[type=text].styled-input[disabled],
input[type=number].styled-input[disabled],
input[type=password].styled-input[disabled],
textarea.styled-input[disabled] {
  background-color: transparent;
}
textarea.styled-input {
  border-color: #ababab;
}
textarea.styled-input:focus {
  border-color: #0099ff;
}
.select2-container[id] .select2-choice {
  border-color: transparent transparent #ababab;
  padding-left: 5px;
  border-radius: 0;
  background: none;
  font-size: 15px;
  height: 28px;
}
.select2-container[id] .select2-choice .select2-arrow {
  border-left: none;
  background: none;
  width: auto;
}
.select2-container[id] .select2-choice .select2-arrow b {
  /* fixes CAT-415: select2.css uses !important to override their arrow's standard style with retina style */
  width: 13px !important;
  height: 6px !important;
  background-size: 600px 220px !important;
  background-position: 1px 1px !important;
  background-image: url("docs.svg") !important;
  background-repeat: no-repeat !important;
  margin: 0 3px 7px;
  padding: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.select2-container[id] .select2-choice.select2-default {
  font-style: italic;
  color: #b6b6b6 !important;
}
.select2-container[id] .select2-choice .select2-search-choice-close {
  display: none;
}
.select2-container[id].select2-dropdown-open .select2-choice {
  border-color: #0099ff;
}
.select2-container[id].select2-container-active .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #0099ff;
  background-image: none;
  border-radius: 0;
}
.select2-drop {
  border-color: #0099ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
}
.select2-drop .select2-highlighted {
  background-color: #0099ff;
}
.select2-drop .select2-results {
  padding: 4px 0;
  margin: 0 4px;
  border-top: 1px solid #e5e5e5;
  max-height: 411px;
}
.select2-drop .select2-results .select2-result.placeholder {
  font-style: italic;
  color: #b6b6b6 !important;
}
.select2-drop.select2-drop-above {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 2px;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #0099ff;
}
.select2-drop.select2-drop-above .select2-results {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
body {
  background: white;
  font: 1em "Helvetica LT Std", Helvetica, Arial, sans-serif;
}
a,
a:link {
  color: #0099ff;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
nav {
  background: #f2f2f2;
  width: 275px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 17px;
}
nav div {
  margin: 17px;
}
nav h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #4d4d4d;
}
nav ul {
  margin-left: 8.5px;
  font-size: 15px;
}
nav li {
  margin-bottom: 0.2em;
}
nav li.current a {
  color: #404040;
  font-weight: bold;
  cursor: default;
}
nav li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
article {
  margin-left: 275px;
  padding: 17px 25.5px;
}
article .toc {
  font-size: 14px;
}
article .toc ol,
article .toc ul {
  margin: 0.5em;
  margin-left: 2.5em;
  line-height: 1.3em;
}
article .toc li {
  list-style: inherit;
}
article section h1 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 8.5px;
}
article section p {
  line-height: 1.4em;
}
article section p + p {
  margin-top: 0.5em;
}
article section blockquote {
  margin: 0.8em 1.6em;
}
article section .description {
  white-space: pre-line;
  margin-bottom: 4.25px;
  line-height: 1.4em;
  color: #404040;
}
article section .verbAndPath {
  font-size: 15px;
  font-family: monospace;
}
article section .verbAndPath .service {
  color: #ababab;
}
article section > .description {
  font-size: 18px;
  padding: 17px;
  background-color: #ebebeb;
  border-radius: 5px;
}
article section > .verbAndPath,
article section > .description,
article section > .examples {
  margin: 17px;
  margin-right: 0;
}
article section h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 34px;
  padding-bottom: 5.66666667px;
  margin-bottom: 17px;
  font-weight: bold;
  color: #808080;
}
article section.numbered-headings {
  counter-reset: headings;
}
article section.numbered-headings h2::before {
  counter-increment: headings;
  content: counter(headings) "\2024 ";
}
article section h3 {
  margin-bottom: 8.5px;
  margin-top: 17px;
  font-weight: bold;
  font-size: 17px;
}
article section .fields .description {
  font-size: 15px;
}
article section .fields .argument,
article section .fields .field {
  margin-left: 8.5px;
}
article section .fields h3 {
  margin-left: -8.5px;
}
article section .fields .field + .field {
  margin-top: 25.5px;
}
article section .properties {
  margin-left: 17px;
}
article section .properties h2 {
  margin-left: -17px;
}
article section .inputs .contentType {
  margin-bottom: 25.5px;
}
article section .type,
article section .location,
article section .isRequired,
article section .contentType,
article section .httpCode,
article section .internalCode {
  font-style: italic;
  font-size: 13px;
  margin-right: 1em;
}
article section .type:before,
article section .location:before,
article section .isRequired:before,
article section .contentType:before,
article section .httpCode:before,
article section .internalCode:before {
  color: #808080;
}
article section .location {
  text-transform: lowercase;
}
article section .type:before {
  content: "type: ";
}
article section .location:before {
  content: "specified in: ";
}
article section .contentType:before {
  content: "content-type: ";
}
article section .isRequired:before {
  content: "required: ";
}
article section .httpCode:before {
  content: "http status: ";
}
article section .internalCode:before {
  content: "errorCode: ";
}
article section .zero-touch-access-token ul {
  margin-bottom: 17px;
  margin-top: 17px;
  margin-left: 2.5em;
  list-style-type: disc;
  font-size: 15px;
}
article section .zero-touch-access-token li {
  list-style-type: disc;
  margin-left: 15px;
  line-height: 1.5em;
}
code {
  white-space: pre-wrap;
  background: rgba(235, 235, 235, 0.33333333);
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ie-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 5px 1px;
  border-radius: 3px;
  color: #404040;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: monospace;
  /*&.json {
		color: #fcdea2;
		.obj { color: white; }
		.key { color: #87c3ff; }
		.col { color: white; }
		.arr { color: white; }
		.com { color: white; }
	}*/
}
code code {
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
}
code.example {
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 1.3em;
  display: block;
  padding: 1em;
  background: #333333;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}
code.hljs {
  color: #e1e1e1;
}
code .hljs-attribute {
  color: #87c3ff;
}
code .hljs-string {
  color: #fcdea2;
}
code .hljs-number {
  color: #fcdea2;
}
code .hljs-literal {
  color: #fcdea2;
}
code .hljs-comment {
  opacity: 0.5;
}
code .hljs-request,
code .hljs-status {
  color: #999999;
  font-weight: bold;
}
code .hljs-request .hljs-string,
code .hljs-status .hljs-string,
code .hljs-request .hljs-number,
code .hljs-status .hljs-number {
  color: white;
}
code span + .http,
code > code + code {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding-top: 17px;
  margin-top: 17px;
  display: inline-block;
  width: 100%;
}
.tryit code.example.http .headers,
.tryit code.example.http .body {
  /*display: block;*/
}
.LoginView {
  width: 380px;
  height: 270px;
  position: fixed;
  left: 50%;
  top: 45%;
  margin-left: -190px;
  margin-top: -135px;
  text-align: center;
}
.LoginView .logo {
  width: 188px;
  height: 43.86666667px;
  background-size: 188px 68.93333333px;
  background-position: 0px -9.71333333px;
  background-image: url("docs.svg");
  background-repeat: no-repeat;
  margin: 0 auto 37px;
}
.LoginView .username,
.LoginView .password {
  width: 200px;
  font-size: 15px;
}
.LoginView .password {
  margin-top: 6px;
}
.LoginView .message {
  font-size: 12px;
  color: #c74040;
  height: 42px;
  line-height: 42px;
}
.LoginView input[type=submit],
.LoginView input[type=button] {
  width: 24px;
  height: 24px;
  background-size: 600px 220px;
  background-position: 0px -196px;
  background-image: url("docs.svg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.LoginView input[type=submit] {
  text-indent: -9999px;
}
.LoginView input[type=button] {
  text-indent: 0;
  padding-left: 41px;
  text-align: left;
  min-width: 216px;
  color: #0099ff;
  margin-bottom: 15px;
}
.LoginView.submitting input {
  opacity: 0.5;
  cursor: default;
}
.LoginView.submitting input[type=submit],
.LoginView.submitting input[type=button] {
  opacity: 0.25;
}
.LoginView .password,
.LoginView input[type=button],
.LoginView input[type=submit] {
  display: none;
}
.LoginView.usernameOnly input[type=submit],
.LoginView.passwordPrompt input[type=submit] {
  display: inline-block;
}
.LoginView.passwordPrompt .password {
  display: inline-block;
}
.LoginView.ssoPrompt input[type=button] {
  display: inline-block;
}
.LoginView .terms {
  margin: 40px 15px 0px 15px;
  font-size: 0.9em;
}
.LoginView {
  padding: 50px 0;
  background: white;
  z-index: 1;
}
.LoginViewMask {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.80;
}
.tryit .columns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ie-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.tryit form {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ie-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin-right: 12px;
  min-width: 227px;
}
.tryit form table {
  width: 100%;
}
.tryit form table th {
  position: relative;
  padding: 0 0 22px;
}
.tryit form table th .auth {
  color: #808080;
  font-size: 12px;
  font-style: italic;
}
.tryit form table th input[type=submit] {
  background: transparent;
  border: none;
  color: #0099ff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: 0;
  height: 1.5em;
  cursor: pointer;
}
.tryit form table td {
  padding: 4px 0;
}
.tryit form table td.noargs {
  font-style: italic;
  font-size: 13px;
  text-align: center;
  color: #808080;
}
.tryit form table td.fieldName {
  font-size: 15px;
}
.tryit form table td.fieldValue input,
.tryit form table td.fieldValue select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ie-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent transparent #ababab;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
}
.tryit form table td.fieldValue input:focus,
.tryit form table td.fieldValue select:focus {
  border-bottom-color: #0099ff;
}
.tryit form table td.fieldValue input[type=checkbox] {
  width: auto;
}
.tryit form table tfoot {
  display: none;
}
.tryit code {
  font-size: 14px;
}
.tryit .request {
  -webkit-flex: 1.75;
  -moz-flex: 1.75;
  -ie-flex: 1.75;
  -o-flex: 1.75;
  flex: 1.75;
  margin: 0 12px;
}
.tryit .response {
  -webkit-flex: 1.75;
  -moz-flex: 1.75;
  -ie-flex: 1.75;
  -o-flex: 1.75;
  flex: 1.75;
  margin: 0 0 0 12px;
}