You are here

screen.css in Swagger UI Field Formatter 7

/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
.swagger-section pre code {
  display: block;
  padding: 0.5em;
  background: #F0F0F0;
}
.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-section pre .clojure .built_in,
.swagger-section pre .nginx .title {
  color: black;
}
.swagger-section pre .string,
.swagger-section pre .title,
.swagger-section pre .constant,
.swagger-section pre .parent,
.swagger-section pre .tag .value,
.swagger-section pre .rules .value,
.swagger-section pre .rules .value .number,
.swagger-section pre .preprocessor,
.swagger-section pre .ruby .symbol,
.swagger-section pre .ruby .symbol .string,
.swagger-section pre .aggregate,
.swagger-section pre .template_tag,
.swagger-section pre .django .variable,
.swagger-section pre .smalltalk .class,
.swagger-section pre .addition,
.swagger-section pre .flow,
.swagger-section pre .stream,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .apache .cbracket,
.swagger-section pre .tex .command,
.swagger-section pre .tex .special,
.swagger-section pre .erlang_repl .function_or_atom,
.swagger-section pre .markdown .header {
  color: #800;
}
.swagger-section pre .comment,
.swagger-section pre .annotation,
.swagger-section pre .template_comment,
.swagger-section pre .diff .header,
.swagger-section pre .chunk,
.swagger-section pre .markdown .blockquote {
  color: #888;
}
.swagger-section pre .number,
.swagger-section pre .date,
.swagger-section pre .regexp,
.swagger-section pre .literal,
.swagger-section pre .smalltalk .symbol,
.swagger-section pre .smalltalk .char,
.swagger-section pre .go .constant,
.swagger-section pre .change,
.swagger-section pre .markdown .bullet,
.swagger-section pre .markdown .link_url {
  color: #080;
}
.swagger-section pre .label,
.swagger-section pre .javadoc,
.swagger-section pre .ruby .string,
.swagger-section pre .decorator,
.swagger-section pre .filter .argument,
.swagger-section pre .localvars,
.swagger-section pre .array,
.swagger-section pre .attr_selector,
.swagger-section pre .important,
.swagger-section pre .pseudo,
.swagger-section pre .pi,
.swagger-section pre .doctype,
.swagger-section pre .deletion,
.swagger-section pre .envvar,
.swagger-section pre .shebang,
.swagger-section pre .apache .sqbracket,
.swagger-section pre .nginx .built_in,
.swagger-section pre .tex .formula,
.swagger-section pre .erlang_repl .reserved,
.swagger-section pre .prompt,
.swagger-section pre .markdown .link_label,
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
  color: #8888ff;
}
.swagger-section pre .keyword,
.swagger-section pre .id,
.swagger-section pre .phpdoc,
.swagger-section pre .title,
.swagger-section pre .built_in,
.swagger-section pre .aggregate,
.swagger-section pre .css .tag,
.swagger-section pre .javadoctag,
.swagger-section pre .phpdoc,
.swagger-section pre .yardoctag,
.swagger-section pre .smalltalk .class,
.swagger-section pre .winutils,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .go .typename,
.swagger-section pre .tex .command,
.swagger-section pre .markdown .strong,
.swagger-section pre .request,
.swagger-section pre .status {
  font-weight: bold;
}
.swagger-section pre .markdown .emphasis {
  font-style: italic;
}
.swagger-section pre .nginx .built_in {
  font-weight: normal;
}
.swagger-section pre .coffeescript .javascript,
.swagger-section pre .javascript .xml,
.swagger-section pre .tex .formula,
.swagger-section pre .xml .javascript,
.swagger-section pre .xml .vbscript,
.swagger-section pre .xml .css,
.swagger-section pre .xml .cdata {
  opacity: 0.5;
}
.swagger-section .swagger-ui-wrap {
  line-height: 1;
  font-family: "Droid Sans", sans-serif;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /* JSONEditor specific styling */
}
.swagger-section .swagger-ui-wrap b,
.swagger-section .swagger-ui-wrap strong {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap q,
.swagger-section .swagger-ui-wrap blockquote {
  quotes: none;
}
.swagger-section .swagger-ui-wrap p {
  line-height: 1.4em;
  padding: 0 0 10px;
  color: #333333;
}
.swagger-section .swagger-ui-wrap q:before,
.swagger-section .swagger-ui-wrap q:after,
.swagger-section .swagger-ui-wrap blockquote:before,
.swagger-section .swagger-ui-wrap blockquote:after {
  content: none;
}
.swagger-section .swagger-ui-wrap .heading_with_menu h1,
.swagger-section .swagger-ui-wrap .heading_with_menu h2,
.swagger-section .swagger-ui-wrap .heading_with_menu h3,
.swagger-section .swagger-ui-wrap .heading_with_menu h4,
.swagger-section .swagger-ui-wrap .heading_with_menu h5,
.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
  display: block;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.swagger-section .swagger-ui-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.swagger-section .swagger-ui-wrap table thead tr th {
  padding: 5px;
  font-size: 0.9em;
  color: #666666;
  border-bottom: 1px solid #999999;
}
.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
  border-bottom: none;
}
.swagger-section .swagger-ui-wrap table tbody tr.offset {
  background-color: #f0f0f0;
}
.swagger-section .swagger-ui-wrap table tbody tr td {
  padding: 6px;
  font-size: 0.9em;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  line-height: 1.3em;
}
.swagger-section .swagger-ui-wrap ol {
  margin: 0px 0 10px;
  padding: 0 0 0 18px;
  list-style-type: decimal;
}
.swagger-section .swagger-ui-wrap ol li {
  padding: 5px 0px;
  font-size: 0.9em;
  color: #333333;
}
.swagger-section .swagger-ui-wrap ol,
.swagger-section .swagger-ui-wrap ul {
  list-style: none;
}
.swagger-section .swagger-ui-wrap h1 a,
.swagger-section .swagger-ui-wrap h2 a,
.swagger-section .swagger-ui-wrap h3 a,
.swagger-section .swagger-ui-wrap h4 a,
.swagger-section .swagger-ui-wrap h5 a,
.swagger-section .swagger-ui-wrap h6 a {
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap h1 a:hover,
.swagger-section .swagger-ui-wrap h2 a:hover,
.swagger-section .swagger-ui-wrap h3 a:hover,
.swagger-section .swagger-ui-wrap h4 a:hover,
.swagger-section .swagger-ui-wrap h5 a:hover,
.swagger-section .swagger-ui-wrap h6 a:hover {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap h1 span.divider,
.swagger-section .swagger-ui-wrap h2 span.divider,
.swagger-section .swagger-ui-wrap h3 span.divider,
.swagger-section .swagger-ui-wrap h4 span.divider,
.swagger-section .swagger-ui-wrap h5 span.divider,
.swagger-section .swagger-ui-wrap h6 span.divider {
  color: #aaaaaa;
}
.swagger-section .swagger-ui-wrap a {
  color: #547f00;
}
.swagger-section .swagger-ui-wrap a img {
  border: none;
}
.swagger-section .swagger-ui-wrap article,
.swagger-section .swagger-ui-wrap aside,
.swagger-section .swagger-ui-wrap details,
.swagger-section .swagger-ui-wrap figcaption,
.swagger-section .swagger-ui-wrap figure,
.swagger-section .swagger-ui-wrap footer,
.swagger-section .swagger-ui-wrap header,
.swagger-section .swagger-ui-wrap hgroup,
.swagger-section .swagger-ui-wrap menu,
.swagger-section .swagger-ui-wrap nav,
.swagger-section .swagger-ui-wrap section,
.swagger-section .swagger-ui-wrap summary {
  display: block;
}
.swagger-section .swagger-ui-wrap pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid #e5e0c6;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap pre code {
  line-height: 1.6em;
  background: none;
}
.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
  clear: both;
  display: block;
  color: #0F6AB4;
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px;
}
.swagger-section .swagger-ui-wrap .content pre {
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
}
.swagger-section .swagger-ui-wrap .icon-btn {
  cursor: pointer;
}
.swagger-section .swagger-ui-wrap .info_title {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
}
.swagger-section .swagger-ui-wrap .footer {
  margin-top: 20px;
}
.swagger-section .swagger-ui-wrap p.big,
.swagger-section .swagger-ui-wrap div.big p {
  font-size: 1em;
  margin-bottom: 10px;
}
.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
  width: 500px !important;
}
.swagger-section .swagger-ui-wrap .info_license {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_tos {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .message-fail {
  color: #cc0000;
}
.swagger-section .swagger-ui-wrap .info_url {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_email {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_name {
  padding-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .info_description {
  padding-bottom: 10px;
  font-size: 15px;
}
.swagger-section .swagger-ui-wrap .markdown ol li,
.swagger-section .swagger-ui-wrap .markdown ul li {
  padding: 3px 0px;
  line-height: 1.4em;
  color: #333333;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
  display: block;
  padding: 4px;
  width: auto;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
  font-size: 1.3em;
}
.swagger-section .swagger-ui-wrap table.fullwidth {
  width: 100%;
}
.swagger-section .swagger-ui-wrap .model-signature {
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
  text-decoration: none;
  color: #AAA;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
  text-decoration: underline;
  color: black;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
  color: black;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap .model-signature .propType {
  color: #5555aa;
}
.swagger-section .swagger-ui-wrap .model-signature pre:hover {
  background-color: #ffffdd;
}
.swagger-section .swagger-ui-wrap .model-signature pre {
  font-size: .85em;
  line-height: 1.2em;
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
  display: block;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 5px 2px 0;
  border-right: 1px solid #ddd;
}
.swagger-section .swagger-ui-wrap .model-signature .propOpt {
  color: #555;
}
.swagger-section .swagger-ui-wrap .model-signature .snippet small {
  font-size: 0.75em;
}
.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
  font-style: italic;
}
.swagger-section .swagger-ui-wrap .model-signature .description .strong {
  font-weight: bold;
  color: #000;
  font-size: .9em;
}
.swagger-section .swagger-ui-wrap .model-signature .description div {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: 1em;
}
.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
  font-weight: bold;
  color: #000;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
  border-spacing: 0;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  display: none;
  font-size: 11px;
  max-width: 400px;
  line-height: 30px;
  color: black;
  padding: 5px;
  margin-left: 10px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  padding: 5px;
  line-height: 15px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
  display: inline;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
  display: block;
  content: '';
}
.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
  margin-right: -3px;
}
.swagger-section .swagger-ui-wrap .model-signature .propName {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-container {
  clear: both;
}
.swagger-section .swagger-ui-wrap .body-textarea {
  width: 300px;
  height: 100px;
  border: 1px solid #aaa;
}
.swagger-section .swagger-ui-wrap .markdown p code,
.swagger-section .swagger-ui-wrap .markdown li code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #f0f0f0;
  color: black;
  padding: 1px 3px;
}
.swagger-section .swagger-ui-wrap .required {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .editor_holder {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap .editor_holder label {
  font-weight: normal!important;
  /* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */
}
.swagger-section .swagger-ui-wrap .editor_holder label.required {
  font-weight: bold!important;
}
.swagger-section .swagger-ui-wrap input.parameter {
  width: 300px;
  border: 1px solid #aaa;
}
.swagger-section .swagger-ui-wrap h1 {
  color: black;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 10px 0 10px 0;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .heading_with_menu {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap .heading_with_menu ul {
  display: block;
  clear: none;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.swagger-section .swagger-ui-wrap h2 {
  color: black;
  font-size: 1.3em;
  padding: 10px 0 10px 0;
}
.swagger-section .swagger-ui-wrap h2 a {
  color: black;
}
.swagger-section .swagger-ui-wrap h2 span.sub {
  font-size: 0.7em;
  color: #999999;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap h2 span.sub a {
  color: #777777;
}
.swagger-section .swagger-ui-wrap span.weak {
  color: #666666;
}
.swagger-section .swagger-ui-wrap .message-success {
  color: #89BF04;
}
.swagger-section .swagger-ui-wrap caption,
.swagger-section .swagger-ui-wrap th,
.swagger-section .swagger-ui-wrap td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.swagger-section .swagger-ui-wrap .code {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
  font-family: "Droid Sans", sans-serif;
  height: 250px;
  padding: 4px;
  display: block;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
  display: block;
  clear: both;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
  display: block;
  float: left;
  clear: none;
  margin: 0 5px 0 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
  color: black;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
  display: block;
  clear: both;
  width: auto;
  padding: 0 0 3px;
  color: #666666;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
  padding-left: 3px;
  color: #888888;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
  margin-left: 0;
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap span.blank,
.swagger-section .swagger-ui-wrap span.empty {
  color: #888888;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap .markdown h3 {
  color: #547f00;
}
.swagger-section .swagger-ui-wrap .markdown h4 {
  color: #666666;
}
.swagger-section .swagger-ui-wrap .markdown pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #fcf6db;
  border: 1px solid #e5e0c6;
  padding: 10px;
  margin: 0 0 10px 0;
}
.swagger-section .swagger-ui-wrap .markdown pre code {
  line-height: 1.6em;
}
.swagger-section .swagger-ui-wrap div.gist {
  margin: 20px 0 25px 0 !important;
}
.swagger-section .swagger-ui-wrap ul#resources {
  font-family: "Droid Sans", sans-serif;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource {
  border-bottom: 1px solid #dddddd;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
  color: #555555;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
  border-bottom: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
  border: 1px solid transparent;
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
  overflow: hidden;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 14px 10px 0 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  border-right: 1px solid #dddddd;
  color: #666666;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
  color: #aaaaaa;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
  text-decoration: underline;
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
  color: #999999;
  padding-left: 0;
  display: block;
  clear: none;
  float: left;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
  color: #999999;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
  display: block;
  clear: none;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
  padding-left: 10px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
  color: black;
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
  margin: 0;
  padding: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
  overflow: hidden;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 6px 10px 0 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
  float: left;
  clear: none;
  margin: 0;
  padding: 2px 10px;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
  text-decoration: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
  color: black;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
  border-top: none;
  padding: 10px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 20px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 5px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
  float: none;
  clear: both;
  overflow: hidden;
  display: block;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
  padding: 4px 0 0 10px;
  display: inline-block;
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
  padding: 6px 8px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
  background-image: url('../images/throbber.gif');
  width: 128px;
  height: 16px;
  display: block;
  clear: none;
  float: right;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
  outline: 2px solid black;
  outline-color: #cc0000;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
  max-width: 300px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 10px;
  font-size: 0.9em;
  max-height: 400px;
  overflow-y: auto;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  background-color: #f9f2e9;
  border: 1px solid #f0e0ca;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
  background-color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #f0e0ca;
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  background-color: #faf5ee;
  border: 1px solid #f0e0ca;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
  color: #c5862b;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
  color: #dcb67f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
  background-color: #fcffcd;
  border: 1px solid black;
  border-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #ffd20f;
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
  background-color: #fcffcd;
  border: 1px solid black;
  border-color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
  color: #ffd20f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
  color: #6fc992;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  background-color: #f5e8e8;
  border: 1px solid #e8c6c7;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
  text-transform: uppercase;
  background-color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #e8c6c7;
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  background-color: #f7eded;
  border: 1px solid #e8c6c7;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
  color: #a41e22;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
  color: #c8787a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  background-color: #e7f6ec;
  border: 1px solid #c3e8d1;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  background-color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3e8d1;
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  background-color: #ebf7f0;
  border: 1px solid #c3e8d1;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
  color: #10a54a;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
  color: #6fc992;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  background-color: #FCE9E3;
  border: 1px solid #F5D5C3;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
  background-color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #f0cecb;
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  background-color: #faf0ef;
  border: 1px solid #f0cecb;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
  color: #D38042;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
  color: #dcb67f;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
  background-color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3d9ec;
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
  color: #6fa5d2;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
  background-color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
  border-right: 1px solid #dddddd;
  border-right-color: #c3d9ec;
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
  color: #0f6ab4;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
  color: #6fa5d2;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  border-top: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap p#colophon {
  margin: 0 15px 40px 15px;
  padding: 10px 0;
  font-size: 0.8em;
  border-top: 1px solid #dddddd;
  font-family: "Droid Sans", sans-serif;
  color: #999999;
  font-style: italic;
}
.swagger-section .swagger-ui-wrap p#colophon a {
  text-decoration: none;
  color: #547f00;
}
.swagger-section .swagger-ui-wrap h3 {
  color: black;
  font-size: 1.1em;
  padding: 10px 0 10px 0;
}
.swagger-section .swagger-ui-wrap .markdown ol,
.swagger-section .swagger-ui-wrap .markdown ul {
  font-family: "Droid Sans", sans-serif;
  margin: 5px 0 10px;
  padding: 0 0 0 18px;
  list-style-type: disc;
}
.swagger-section .swagger-ui-wrap form.form_box {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap form.form_box label {
  color: #0f6ab4 !important;
}
.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
  display: block;
  padding: 10px;
}
.swagger-section .swagger-ui-wrap form.form_box p.weak {
  font-size: 0.8em;
}
.swagger-section .swagger-ui-wrap form.form_box p {
  font-size: 0.9em;
  padding: 0 0 15px;
  color: #7e7b6d;
}
.swagger-section .swagger-ui-wrap form.form_box p a {
  color: #646257;
}
.swagger-section .swagger-ui-wrap form.form_box p strong {
  color: black;
}
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
  padding-bottom: 0;
}
.swagger-section .title {
  font-style: bold;
}
.swagger-section .secondary_form {
  display: none;
}
.swagger-section .main_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.swagger-section .oauth_body {
  margin-left: 100px;
  margin-right: 100px;
}
.swagger-section .oauth_submit {
  text-align: center;
}
.swagger-section .api-popup-dialog {
  z-index: 10000;
  position: absolute;
  width: 500px;
  background: #FFF;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  font-size: 13px;
  color: #777;
}
.swagger-section .api-popup-dialog .api-popup-title {
  font-size: 24px;
  padding: 10px 0;
}
.swagger-section .api-popup-dialog .api-popup-title {
  font-size: 24px;
  padding: 10px 0;
}
.swagger-section .api-popup-dialog .error-msg {
  padding-left: 5px;
  padding-bottom: 5px;
}
.swagger-section .api-popup-dialog .api-popup-authbtn {
  height: 30px;
}
.swagger-section .api-popup-dialog .api-popup-cancel {
  height: 30px;
}
.swagger-section .api-popup-scopes {
  padding: 10px 20px;
}
.swagger-section .api-popup-scopes li {
  padding: 5px 0;
  line-height: 20px;
}
.swagger-section .api-popup-scopes li input {
  position: relative;
  top: 2px;
}
.swagger-section .api-popup-scopes .api-scope-desc {
  padding-left: 20px;
  font-style: italic;
}
.swagger-section .api-popup-actions {
  padding-top: 10px;
}
.swagger-section .access {
  float: right;
}
.swagger-section .auth {
  float: right;
}
.swagger-section .api-ic {
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/explorer_icons.png) no-repeat;
}
.swagger-section .api-ic .api_information_panel {
  position: relative;
  margin-top: 20px;
  margin-left: -5px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: none;
  font-size: 13px;
  max-width: 300px;
  line-height: 30px;
  color: black;
  padding: 5px;
}
.swagger-section .api-ic .api_information_panel p .api-msg-enabled {
  color: green;
}
.swagger-section .api-ic .api_information_panel p .api-msg-disabled {
  color: red;
}
.swagger-section .api-ic:hover .api_information_panel {
  position: absolute;
  display: block;
}
.swagger-section .ic-info {
  background-position: 0 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-warning {
  background-position: -60px 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-error {
  background-position: -30px 0;
  width: 18px;
  margin-top: -6px;
  margin-left: 4px;
}
.swagger-section .ic-off {
  background-position: -90px 0;
  width: 58px;
  margin-top: -4px;
  cursor: pointer;
}
.swagger-section .ic-on {
  background-position: -160px 0;
  width: 58px;
  margin-top: -4px;
  cursor: pointer;
}
.swagger-section #header {
  background-color: #89bf04;
  padding: 14px;
}
.swagger-section #input_baseUrl {
  width: 400px;
}
.swagger-section #api_selector {
  display: block;
  clear: none;
  float: right;
}
.swagger-section #api_selector .input {
  display: block;
  clear: none;
  float: left;
  margin: 0 10px 0 0;
}
.swagger-section #api_selector input {
  font-size: 0.9em;
  padding: 3px;
  margin: 0;
}
.swagger-section #input_apiKey {
  width: 200px;
}
.swagger-section #explore {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 8px;
  font-size: 0.9em;
  color: white;
  background-color: #547f00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.swagger-section #explore:hover {
  background-color: #547f00;
}
.swagger-section #header #logo {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../images/logo_small.png) no-repeat left center;
  padding: 20px 0 20px 40px;
  color: white;
}
.swagger-section #content_message {
  margin: 10px 15px;
  font-style: italic;
  color: #999999;
}
.swagger-section #message-bar {
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
}
.swagger-section .swagger-collapse:before {
  content: "-";
}
.swagger-section .swagger-expand:before {
  content: "+";
}

File

swagger_ui/dist/css/screen.css
View source
  1. /* Original style from softwaremaniacs.org (c) Ivan Sagalaev */
  2. .swagger-section pre code {
  3. display: block;
  4. padding: 0.5em;
  5. background: #F0F0F0;
  6. }
  7. .swagger-section pre code,
  8. .swagger-section pre .subst,
  9. .swagger-section pre .tag .title,
  10. .swagger-section pre .lisp .title,
  11. .swagger-section pre .clojure .built_in,
  12. .swagger-section pre .nginx .title {
  13. color: black;
  14. }
  15. .swagger-section pre .string,
  16. .swagger-section pre .title,
  17. .swagger-section pre .constant,
  18. .swagger-section pre .parent,
  19. .swagger-section pre .tag .value,
  20. .swagger-section pre .rules .value,
  21. .swagger-section pre .rules .value .number,
  22. .swagger-section pre .preprocessor,
  23. .swagger-section pre .ruby .symbol,
  24. .swagger-section pre .ruby .symbol .string,
  25. .swagger-section pre .aggregate,
  26. .swagger-section pre .template_tag,
  27. .swagger-section pre .django .variable,
  28. .swagger-section pre .smalltalk .class,
  29. .swagger-section pre .addition,
  30. .swagger-section pre .flow,
  31. .swagger-section pre .stream,
  32. .swagger-section pre .bash .variable,
  33. .swagger-section pre .apache .tag,
  34. .swagger-section pre .apache .cbracket,
  35. .swagger-section pre .tex .command,
  36. .swagger-section pre .tex .special,
  37. .swagger-section pre .erlang_repl .function_or_atom,
  38. .swagger-section pre .markdown .header {
  39. color: #800;
  40. }
  41. .swagger-section pre .comment,
  42. .swagger-section pre .annotation,
  43. .swagger-section pre .template_comment,
  44. .swagger-section pre .diff .header,
  45. .swagger-section pre .chunk,
  46. .swagger-section pre .markdown .blockquote {
  47. color: #888;
  48. }
  49. .swagger-section pre .number,
  50. .swagger-section pre .date,
  51. .swagger-section pre .regexp,
  52. .swagger-section pre .literal,
  53. .swagger-section pre .smalltalk .symbol,
  54. .swagger-section pre .smalltalk .char,
  55. .swagger-section pre .go .constant,
  56. .swagger-section pre .change,
  57. .swagger-section pre .markdown .bullet,
  58. .swagger-section pre .markdown .link_url {
  59. color: #080;
  60. }
  61. .swagger-section pre .label,
  62. .swagger-section pre .javadoc,
  63. .swagger-section pre .ruby .string,
  64. .swagger-section pre .decorator,
  65. .swagger-section pre .filter .argument,
  66. .swagger-section pre .localvars,
  67. .swagger-section pre .array,
  68. .swagger-section pre .attr_selector,
  69. .swagger-section pre .important,
  70. .swagger-section pre .pseudo,
  71. .swagger-section pre .pi,
  72. .swagger-section pre .doctype,
  73. .swagger-section pre .deletion,
  74. .swagger-section pre .envvar,
  75. .swagger-section pre .shebang,
  76. .swagger-section pre .apache .sqbracket,
  77. .swagger-section pre .nginx .built_in,
  78. .swagger-section pre .tex .formula,
  79. .swagger-section pre .erlang_repl .reserved,
  80. .swagger-section pre .prompt,
  81. .swagger-section pre .markdown .link_label,
  82. .swagger-section pre .vhdl .attribute,
  83. .swagger-section pre .clojure .attribute,
  84. .swagger-section pre .coffeescript .property {
  85. color: #8888ff;
  86. }
  87. .swagger-section pre .keyword,
  88. .swagger-section pre .id,
  89. .swagger-section pre .phpdoc,
  90. .swagger-section pre .title,
  91. .swagger-section pre .built_in,
  92. .swagger-section pre .aggregate,
  93. .swagger-section pre .css .tag,
  94. .swagger-section pre .javadoctag,
  95. .swagger-section pre .phpdoc,
  96. .swagger-section pre .yardoctag,
  97. .swagger-section pre .smalltalk .class,
  98. .swagger-section pre .winutils,
  99. .swagger-section pre .bash .variable,
  100. .swagger-section pre .apache .tag,
  101. .swagger-section pre .go .typename,
  102. .swagger-section pre .tex .command,
  103. .swagger-section pre .markdown .strong,
  104. .swagger-section pre .request,
  105. .swagger-section pre .status {
  106. font-weight: bold;
  107. }
  108. .swagger-section pre .markdown .emphasis {
  109. font-style: italic;
  110. }
  111. .swagger-section pre .nginx .built_in {
  112. font-weight: normal;
  113. }
  114. .swagger-section pre .coffeescript .javascript,
  115. .swagger-section pre .javascript .xml,
  116. .swagger-section pre .tex .formula,
  117. .swagger-section pre .xml .javascript,
  118. .swagger-section pre .xml .vbscript,
  119. .swagger-section pre .xml .css,
  120. .swagger-section pre .xml .cdata {
  121. opacity: 0.5;
  122. }
  123. .swagger-section .swagger-ui-wrap {
  124. line-height: 1;
  125. font-family: "Droid Sans", sans-serif;
  126. max-width: 960px;
  127. margin-left: auto;
  128. margin-right: auto;
  129. /* JSONEditor specific styling */
  130. }
  131. .swagger-section .swagger-ui-wrap b,
  132. .swagger-section .swagger-ui-wrap strong {
  133. font-family: "Droid Sans", sans-serif;
  134. font-weight: bold;
  135. }
  136. .swagger-section .swagger-ui-wrap q,
  137. .swagger-section .swagger-ui-wrap blockquote {
  138. quotes: none;
  139. }
  140. .swagger-section .swagger-ui-wrap p {
  141. line-height: 1.4em;
  142. padding: 0 0 10px;
  143. color: #333333;
  144. }
  145. .swagger-section .swagger-ui-wrap q:before,
  146. .swagger-section .swagger-ui-wrap q:after,
  147. .swagger-section .swagger-ui-wrap blockquote:before,
  148. .swagger-section .swagger-ui-wrap blockquote:after {
  149. content: none;
  150. }
  151. .swagger-section .swagger-ui-wrap .heading_with_menu h1,
  152. .swagger-section .swagger-ui-wrap .heading_with_menu h2,
  153. .swagger-section .swagger-ui-wrap .heading_with_menu h3,
  154. .swagger-section .swagger-ui-wrap .heading_with_menu h4,
  155. .swagger-section .swagger-ui-wrap .heading_with_menu h5,
  156. .swagger-section .swagger-ui-wrap .heading_with_menu h6 {
  157. display: block;
  158. clear: none;
  159. float: left;
  160. -moz-box-sizing: border-box;
  161. -webkit-box-sizing: border-box;
  162. -ms-box-sizing: border-box;
  163. box-sizing: border-box;
  164. width: 60%;
  165. }
  166. .swagger-section .swagger-ui-wrap table {
  167. border-collapse: collapse;
  168. border-spacing: 0;
  169. }
  170. .swagger-section .swagger-ui-wrap table thead tr th {
  171. padding: 5px;
  172. font-size: 0.9em;
  173. color: #666666;
  174. border-bottom: 1px solid #999999;
  175. }
  176. .swagger-section .swagger-ui-wrap table tbody tr:last-child td {
  177. border-bottom: none;
  178. }
  179. .swagger-section .swagger-ui-wrap table tbody tr.offset {
  180. background-color: #f0f0f0;
  181. }
  182. .swagger-section .swagger-ui-wrap table tbody tr td {
  183. padding: 6px;
  184. font-size: 0.9em;
  185. border-bottom: 1px solid #cccccc;
  186. vertical-align: top;
  187. line-height: 1.3em;
  188. }
  189. .swagger-section .swagger-ui-wrap ol {
  190. margin: 0px 0 10px;
  191. padding: 0 0 0 18px;
  192. list-style-type: decimal;
  193. }
  194. .swagger-section .swagger-ui-wrap ol li {
  195. padding: 5px 0px;
  196. font-size: 0.9em;
  197. color: #333333;
  198. }
  199. .swagger-section .swagger-ui-wrap ol,
  200. .swagger-section .swagger-ui-wrap ul {
  201. list-style: none;
  202. }
  203. .swagger-section .swagger-ui-wrap h1 a,
  204. .swagger-section .swagger-ui-wrap h2 a,
  205. .swagger-section .swagger-ui-wrap h3 a,
  206. .swagger-section .swagger-ui-wrap h4 a,
  207. .swagger-section .swagger-ui-wrap h5 a,
  208. .swagger-section .swagger-ui-wrap h6 a {
  209. text-decoration: none;
  210. }
  211. .swagger-section .swagger-ui-wrap h1 a:hover,
  212. .swagger-section .swagger-ui-wrap h2 a:hover,
  213. .swagger-section .swagger-ui-wrap h3 a:hover,
  214. .swagger-section .swagger-ui-wrap h4 a:hover,
  215. .swagger-section .swagger-ui-wrap h5 a:hover,
  216. .swagger-section .swagger-ui-wrap h6 a:hover {
  217. text-decoration: underline;
  218. }
  219. .swagger-section .swagger-ui-wrap h1 span.divider,
  220. .swagger-section .swagger-ui-wrap h2 span.divider,
  221. .swagger-section .swagger-ui-wrap h3 span.divider,
  222. .swagger-section .swagger-ui-wrap h4 span.divider,
  223. .swagger-section .swagger-ui-wrap h5 span.divider,
  224. .swagger-section .swagger-ui-wrap h6 span.divider {
  225. color: #aaaaaa;
  226. }
  227. .swagger-section .swagger-ui-wrap a {
  228. color: #547f00;
  229. }
  230. .swagger-section .swagger-ui-wrap a img {
  231. border: none;
  232. }
  233. .swagger-section .swagger-ui-wrap article,
  234. .swagger-section .swagger-ui-wrap aside,
  235. .swagger-section .swagger-ui-wrap details,
  236. .swagger-section .swagger-ui-wrap figcaption,
  237. .swagger-section .swagger-ui-wrap figure,
  238. .swagger-section .swagger-ui-wrap footer,
  239. .swagger-section .swagger-ui-wrap header,
  240. .swagger-section .swagger-ui-wrap hgroup,
  241. .swagger-section .swagger-ui-wrap menu,
  242. .swagger-section .swagger-ui-wrap nav,
  243. .swagger-section .swagger-ui-wrap section,
  244. .swagger-section .swagger-ui-wrap summary {
  245. display: block;
  246. }
  247. .swagger-section .swagger-ui-wrap pre {
  248. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  249. background-color: #fcf6db;
  250. border: 1px solid #e5e0c6;
  251. padding: 10px;
  252. }
  253. .swagger-section .swagger-ui-wrap pre code {
  254. line-height: 1.6em;
  255. background: none;
  256. }
  257. .swagger-section .swagger-ui-wrap .content > .content-type > div > label {
  258. clear: both;
  259. display: block;
  260. color: #0F6AB4;
  261. font-size: 1.1em;
  262. margin: 0;
  263. padding: 15px 0 5px;
  264. }
  265. .swagger-section .swagger-ui-wrap .content pre {
  266. font-size: 12px;
  267. margin-top: 5px;
  268. padding: 5px;
  269. }
  270. .swagger-section .swagger-ui-wrap .icon-btn {
  271. cursor: pointer;
  272. }
  273. .swagger-section .swagger-ui-wrap .info_title {
  274. padding-bottom: 10px;
  275. font-weight: bold;
  276. font-size: 25px;
  277. }
  278. .swagger-section .swagger-ui-wrap .footer {
  279. margin-top: 20px;
  280. }
  281. .swagger-section .swagger-ui-wrap p.big,
  282. .swagger-section .swagger-ui-wrap div.big p {
  283. font-size: 1em;
  284. margin-bottom: 10px;
  285. }
  286. .swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
  287. .swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
  288. .swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
  289. .swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
  290. width: 500px !important;
  291. }
  292. .swagger-section .swagger-ui-wrap .info_license {
  293. padding-bottom: 5px;
  294. }
  295. .swagger-section .swagger-ui-wrap .info_tos {
  296. padding-bottom: 5px;
  297. }
  298. .swagger-section .swagger-ui-wrap .message-fail {
  299. color: #cc0000;
  300. }
  301. .swagger-section .swagger-ui-wrap .info_url {
  302. padding-bottom: 5px;
  303. }
  304. .swagger-section .swagger-ui-wrap .info_email {
  305. padding-bottom: 5px;
  306. }
  307. .swagger-section .swagger-ui-wrap .info_name {
  308. padding-bottom: 5px;
  309. }
  310. .swagger-section .swagger-ui-wrap .info_description {
  311. padding-bottom: 10px;
  312. font-size: 15px;
  313. }
  314. .swagger-section .swagger-ui-wrap .markdown ol li,
  315. .swagger-section .swagger-ui-wrap .markdown ul li {
  316. padding: 3px 0px;
  317. line-height: 1.4em;
  318. color: #333333;
  319. }
  320. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
  321. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
  322. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
  323. display: block;
  324. padding: 4px;
  325. width: auto;
  326. clear: both;
  327. }
  328. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
  329. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
  330. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
  331. font-size: 1.3em;
  332. }
  333. .swagger-section .swagger-ui-wrap table.fullwidth {
  334. width: 100%;
  335. }
  336. .swagger-section .swagger-ui-wrap .model-signature {
  337. font-family: "Droid Sans", sans-serif;
  338. font-size: 1em;
  339. line-height: 1.5em;
  340. }
  341. .swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
  342. text-decoration: none;
  343. color: #AAA;
  344. }
  345. .swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
  346. text-decoration: underline;
  347. color: black;
  348. }
  349. .swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
  350. color: black;
  351. text-decoration: none;
  352. }
  353. .swagger-section .swagger-ui-wrap .model-signature .propType {
  354. color: #5555aa;
  355. }
  356. .swagger-section .swagger-ui-wrap .model-signature pre:hover {
  357. background-color: #ffffdd;
  358. }
  359. .swagger-section .swagger-ui-wrap .model-signature pre {
  360. font-size: .85em;
  361. line-height: 1.2em;
  362. overflow: auto;
  363. max-height: 200px;
  364. cursor: pointer;
  365. }
  366. .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
  367. display: block;
  368. margin: 0;
  369. padding: 0;
  370. }
  371. .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
  372. padding-right: 0;
  373. border-right: none;
  374. }
  375. .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
  376. float: left;
  377. margin: 0 5px 5px 0;
  378. padding: 2px 5px 2px 0;
  379. border-right: 1px solid #ddd;
  380. }
  381. .swagger-section .swagger-ui-wrap .model-signature .propOpt {
  382. color: #555;
  383. }
  384. .swagger-section .swagger-ui-wrap .model-signature .snippet small {
  385. font-size: 0.75em;
  386. }
  387. .swagger-section .swagger-ui-wrap .model-signature .propOptKey {
  388. font-style: italic;
  389. }
  390. .swagger-section .swagger-ui-wrap .model-signature .description .strong {
  391. font-weight: bold;
  392. color: #000;
  393. font-size: .9em;
  394. }
  395. .swagger-section .swagger-ui-wrap .model-signature .description div {
  396. font-size: 0.9em;
  397. line-height: 1.5em;
  398. margin-left: 1em;
  399. }
  400. .swagger-section .swagger-ui-wrap .model-signature .description .stronger {
  401. font-weight: bold;
  402. color: #000;
  403. }
  404. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
  405. border-spacing: 0;
  406. position: absolute;
  407. background-color: #ffffff;
  408. border: 1px solid #bbbbbb;
  409. display: none;
  410. font-size: 11px;
  411. max-width: 400px;
  412. line-height: 30px;
  413. color: black;
  414. padding: 5px;
  415. margin-left: 10px;
  416. }
  417. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
  418. text-align: center;
  419. background-color: #eeeeee;
  420. border: 1px solid #bbbbbb;
  421. font-size: 11px;
  422. color: #666666;
  423. font-weight: bold;
  424. padding: 5px;
  425. line-height: 15px;
  426. }
  427. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
  428. font-weight: bold;
  429. }
  430. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
  431. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
  432. display: inline;
  433. }
  434. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
  435. display: block;
  436. content: '';
  437. }
  438. .swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
  439. margin-right: -3px;
  440. }
  441. .swagger-section .swagger-ui-wrap .model-signature .propName {
  442. font-weight: bold;
  443. }
  444. .swagger-section .swagger-ui-wrap .model-signature .signature-container {
  445. clear: both;
  446. }
  447. .swagger-section .swagger-ui-wrap .body-textarea {
  448. width: 300px;
  449. height: 100px;
  450. border: 1px solid #aaa;
  451. }
  452. .swagger-section .swagger-ui-wrap .markdown p code,
  453. .swagger-section .swagger-ui-wrap .markdown li code {
  454. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  455. background-color: #f0f0f0;
  456. color: black;
  457. padding: 1px 3px;
  458. }
  459. .swagger-section .swagger-ui-wrap .required {
  460. font-weight: bold;
  461. }
  462. .swagger-section .swagger-ui-wrap .editor_holder {
  463. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  464. font-size: 0.9em;
  465. }
  466. .swagger-section .swagger-ui-wrap .editor_holder label {
  467. font-weight: normal!important;
  468. /* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */
  469. }
  470. .swagger-section .swagger-ui-wrap .editor_holder label.required {
  471. font-weight: bold!important;
  472. }
  473. .swagger-section .swagger-ui-wrap input.parameter {
  474. width: 300px;
  475. border: 1px solid #aaa;
  476. }
  477. .swagger-section .swagger-ui-wrap h1 {
  478. color: black;
  479. font-size: 1.5em;
  480. line-height: 1.3em;
  481. padding: 10px 0 10px 0;
  482. font-family: "Droid Sans", sans-serif;
  483. font-weight: bold;
  484. }
  485. .swagger-section .swagger-ui-wrap .heading_with_menu {
  486. float: none;
  487. clear: both;
  488. overflow: hidden;
  489. display: block;
  490. }
  491. .swagger-section .swagger-ui-wrap .heading_with_menu ul {
  492. display: block;
  493. clear: none;
  494. float: right;
  495. -moz-box-sizing: border-box;
  496. -webkit-box-sizing: border-box;
  497. -ms-box-sizing: border-box;
  498. box-sizing: border-box;
  499. margin-top: 10px;
  500. }
  501. .swagger-section .swagger-ui-wrap h2 {
  502. color: black;
  503. font-size: 1.3em;
  504. padding: 10px 0 10px 0;
  505. }
  506. .swagger-section .swagger-ui-wrap h2 a {
  507. color: black;
  508. }
  509. .swagger-section .swagger-ui-wrap h2 span.sub {
  510. font-size: 0.7em;
  511. color: #999999;
  512. font-style: italic;
  513. }
  514. .swagger-section .swagger-ui-wrap h2 span.sub a {
  515. color: #777777;
  516. }
  517. .swagger-section .swagger-ui-wrap span.weak {
  518. color: #666666;
  519. }
  520. .swagger-section .swagger-ui-wrap .message-success {
  521. color: #89BF04;
  522. }
  523. .swagger-section .swagger-ui-wrap caption,
  524. .swagger-section .swagger-ui-wrap th,
  525. .swagger-section .swagger-ui-wrap td {
  526. text-align: left;
  527. font-weight: normal;
  528. vertical-align: middle;
  529. }
  530. .swagger-section .swagger-ui-wrap .code {
  531. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  532. }
  533. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
  534. font-family: "Droid Sans", sans-serif;
  535. height: 250px;
  536. padding: 4px;
  537. display: block;
  538. clear: both;
  539. }
  540. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
  541. display: block;
  542. clear: both;
  543. }
  544. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
  545. float: none;
  546. clear: both;
  547. overflow: hidden;
  548. display: block;
  549. }
  550. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
  551. display: block;
  552. float: left;
  553. clear: none;
  554. margin: 0;
  555. padding: 0;
  556. }
  557. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
  558. display: block;
  559. float: left;
  560. clear: none;
  561. margin: 0 5px 0 0;
  562. }
  563. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
  564. color: black;
  565. }
  566. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
  567. display: block;
  568. clear: both;
  569. width: auto;
  570. padding: 0 0 3px;
  571. color: #666666;
  572. }
  573. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
  574. padding-left: 3px;
  575. color: #888888;
  576. }
  577. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
  578. margin-left: 0;
  579. font-style: italic;
  580. font-size: 0.9em;
  581. margin: 0;
  582. }
  583. .swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
  584. margin: 0;
  585. padding: 0;
  586. }
  587. .swagger-section .swagger-ui-wrap span.blank,
  588. .swagger-section .swagger-ui-wrap span.empty {
  589. color: #888888;
  590. font-style: italic;
  591. }
  592. .swagger-section .swagger-ui-wrap .markdown h3 {
  593. color: #547f00;
  594. }
  595. .swagger-section .swagger-ui-wrap .markdown h4 {
  596. color: #666666;
  597. }
  598. .swagger-section .swagger-ui-wrap .markdown pre {
  599. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  600. background-color: #fcf6db;
  601. border: 1px solid #e5e0c6;
  602. padding: 10px;
  603. margin: 0 0 10px 0;
  604. }
  605. .swagger-section .swagger-ui-wrap .markdown pre code {
  606. line-height: 1.6em;
  607. }
  608. .swagger-section .swagger-ui-wrap div.gist {
  609. margin: 20px 0 25px 0 !important;
  610. }
  611. .swagger-section .swagger-ui-wrap ul#resources {
  612. font-family: "Droid Sans", sans-serif;
  613. font-size: 0.9em;
  614. }
  615. .swagger-section .swagger-ui-wrap ul#resources li.resource {
  616. border-bottom: 1px solid #dddddd;
  617. }
  618. .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
  619. .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
  620. color: black;
  621. }
  622. .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
  623. .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
  624. color: #555555;
  625. }
  626. .swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
  627. border-bottom: none;
  628. }
  629. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
  630. border: 1px solid transparent;
  631. float: none;
  632. clear: both;
  633. overflow: hidden;
  634. display: block;
  635. }
  636. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
  637. overflow: hidden;
  638. padding: 0;
  639. display: block;
  640. clear: none;
  641. float: right;
  642. margin: 14px 10px 0 0;
  643. }
  644. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
  645. float: left;
  646. clear: none;
  647. margin: 0;
  648. padding: 2px 10px;
  649. border-right: 1px solid #dddddd;
  650. color: #666666;
  651. font-size: 0.9em;
  652. }
  653. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
  654. color: #aaaaaa;
  655. text-decoration: none;
  656. }
  657. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
  658. text-decoration: underline;
  659. color: black;
  660. }
  661. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
  662. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
  663. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
  664. text-decoration: underline;
  665. }
  666. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
  667. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
  668. padding-left: 0;
  669. }
  670. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
  671. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
  672. padding-right: 0;
  673. border-right: none;
  674. }
  675. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
  676. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
  677. padding-left: 0;
  678. }
  679. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
  680. color: #999999;
  681. padding-left: 0;
  682. display: block;
  683. clear: none;
  684. float: left;
  685. font-family: "Droid Sans", sans-serif;
  686. font-weight: bold;
  687. }
  688. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
  689. color: #999999;
  690. }
  691. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
  692. color: black;
  693. }
  694. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
  695. float: none;
  696. clear: both;
  697. overflow: hidden;
  698. display: block;
  699. margin: 0 0 10px;
  700. padding: 0;
  701. }
  702. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
  703. float: none;
  704. clear: both;
  705. overflow: hidden;
  706. display: block;
  707. margin: 0;
  708. padding: 0;
  709. }
  710. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
  711. display: block;
  712. clear: none;
  713. float: left;
  714. width: auto;
  715. margin: 0;
  716. padding: 0;
  717. line-height: 1.1em;
  718. color: black;
  719. }
  720. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
  721. padding-left: 10px;
  722. }
  723. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
  724. color: black;
  725. text-decoration: none;
  726. }
  727. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
  728. text-decoration: underline;
  729. }
  730. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
  731. text-transform: uppercase;
  732. text-decoration: none;
  733. color: white;
  734. display: inline-block;
  735. width: 50px;
  736. font-size: 0.7em;
  737. text-align: center;
  738. padding: 7px 0 4px;
  739. -moz-border-radius: 2px;
  740. -webkit-border-radius: 2px;
  741. -o-border-radius: 2px;
  742. -ms-border-radius: 2px;
  743. -khtml-border-radius: 2px;
  744. border-radius: 2px;
  745. }
  746. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
  747. margin: 0;
  748. padding: 0;
  749. }
  750. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
  751. overflow: hidden;
  752. padding: 0;
  753. display: block;
  754. clear: none;
  755. float: right;
  756. margin: 6px 10px 0 0;
  757. }
  758. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
  759. float: left;
  760. clear: none;
  761. margin: 0;
  762. padding: 2px 10px;
  763. font-size: 0.9em;
  764. }
  765. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
  766. text-decoration: none;
  767. }
  768. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
  769. color: black;
  770. }
  771. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
  772. border-top: none;
  773. padding: 10px;
  774. -moz-border-radius-bottomleft: 6px;
  775. -webkit-border-bottom-left-radius: 6px;
  776. -o-border-bottom-left-radius: 6px;
  777. -ms-border-bottom-left-radius: 6px;
  778. -khtml-border-bottom-left-radius: 6px;
  779. border-bottom-left-radius: 6px;
  780. -moz-border-radius-bottomright: 6px;
  781. -webkit-border-bottom-right-radius: 6px;
  782. -o-border-bottom-right-radius: 6px;
  783. -ms-border-bottom-right-radius: 6px;
  784. -khtml-border-bottom-right-radius: 6px;
  785. border-bottom-right-radius: 6px;
  786. margin: 0 0 20px;
  787. }
  788. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
  789. font-size: 1.1em;
  790. margin: 0;
  791. padding: 15px 0 5px;
  792. }
  793. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
  794. float: none;
  795. clear: both;
  796. overflow: hidden;
  797. display: block;
  798. }
  799. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
  800. padding: 4px 0 0 10px;
  801. display: inline-block;
  802. font-size: 0.9em;
  803. }
  804. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
  805. display: block;
  806. clear: none;
  807. float: left;
  808. padding: 6px 8px;
  809. }
  810. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
  811. background-image: url('../images/throbber.gif');
  812. width: 128px;
  813. height: 16px;
  814. display: block;
  815. clear: none;
  816. float: right;
  817. }
  818. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
  819. outline: 2px solid black;
  820. outline-color: #cc0000;
  821. }
  822. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
  823. max-width: 300px;
  824. }
  825. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
  826. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  827. padding: 10px;
  828. font-size: 0.9em;
  829. max-height: 400px;
  830. overflow-y: auto;
  831. }
  832. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  833. background-color: #f9f2e9;
  834. border: 1px solid #f0e0ca;
  835. }
  836. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
  837. background-color: #c5862b;
  838. }
  839. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  840. border-right: 1px solid #dddddd;
  841. border-right-color: #f0e0ca;
  842. color: #c5862b;
  843. }
  844. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
  845. color: #c5862b;
  846. }
  847. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  848. background-color: #faf5ee;
  849. border: 1px solid #f0e0ca;
  850. }
  851. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
  852. color: #c5862b;
  853. }
  854. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
  855. color: #dcb67f;
  856. }
  857. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
  858. background-color: #fcffcd;
  859. border: 1px solid black;
  860. border-color: #ffd20f;
  861. }
  862. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
  863. text-transform: uppercase;
  864. background-color: #ffd20f;
  865. }
  866. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
  867. border-right: 1px solid #dddddd;
  868. border-right-color: #ffd20f;
  869. color: #ffd20f;
  870. }
  871. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
  872. color: #ffd20f;
  873. }
  874. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
  875. background-color: #fcffcd;
  876. border: 1px solid black;
  877. border-color: #ffd20f;
  878. }
  879. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
  880. color: #ffd20f;
  881. }
  882. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
  883. color: #6fc992;
  884. }
  885. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  886. background-color: #f5e8e8;
  887. border: 1px solid #e8c6c7;
  888. }
  889. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
  890. text-transform: uppercase;
  891. background-color: #a41e22;
  892. }
  893. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  894. border-right: 1px solid #dddddd;
  895. border-right-color: #e8c6c7;
  896. color: #a41e22;
  897. }
  898. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  899. color: #a41e22;
  900. }
  901. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  902. background-color: #f7eded;
  903. border: 1px solid #e8c6c7;
  904. }
  905. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
  906. color: #a41e22;
  907. }
  908. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
  909. color: #c8787a;
  910. }
  911. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  912. background-color: #e7f6ec;
  913. border: 1px solid #c3e8d1;
  914. }
  915. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  916. background-color: #10a54a;
  917. }
  918. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  919. border-right: 1px solid #dddddd;
  920. border-right-color: #c3e8d1;
  921. color: #10a54a;
  922. }
  923. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  924. color: #10a54a;
  925. }
  926. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  927. background-color: #ebf7f0;
  928. border: 1px solid #c3e8d1;
  929. }
  930. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
  931. color: #10a54a;
  932. }
  933. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
  934. color: #6fc992;
  935. }
  936. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  937. background-color: #FCE9E3;
  938. border: 1px solid #F5D5C3;
  939. }
  940. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
  941. background-color: #D38042;
  942. }
  943. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  944. border-right: 1px solid #dddddd;
  945. border-right-color: #f0cecb;
  946. color: #D38042;
  947. }
  948. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
  949. color: #D38042;
  950. }
  951. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  952. background-color: #faf0ef;
  953. border: 1px solid #f0cecb;
  954. }
  955. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
  956. color: #D38042;
  957. }
  958. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
  959. color: #dcb67f;
  960. }
  961. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  962. background-color: #e7f0f7;
  963. border: 1px solid #c3d9ec;
  964. }
  965. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
  966. background-color: #0f6ab4;
  967. }
  968. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  969. border-right: 1px solid #dddddd;
  970. border-right-color: #c3d9ec;
  971. color: #0f6ab4;
  972. }
  973. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
  974. color: #0f6ab4;
  975. }
  976. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  977. background-color: #ebf3f9;
  978. border: 1px solid #c3d9ec;
  979. }
  980. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
  981. color: #0f6ab4;
  982. }
  983. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
  984. color: #6fa5d2;
  985. }
  986. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
  987. background-color: #e7f0f7;
  988. border: 1px solid #c3d9ec;
  989. }
  990. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
  991. background-color: #0f6ab4;
  992. }
  993. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
  994. border-right: 1px solid #dddddd;
  995. border-right-color: #c3d9ec;
  996. color: #0f6ab4;
  997. }
  998. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
  999. color: #0f6ab4;
  1000. }
  1001. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
  1002. background-color: #ebf3f9;
  1003. border: 1px solid #c3d9ec;
  1004. }
  1005. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
  1006. color: #0f6ab4;
  1007. }
  1008. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
  1009. color: #6fa5d2;
  1010. }
  1011. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
  1012. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
  1013. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
  1014. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
  1015. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
  1016. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  1017. border-top: none;
  1018. }
  1019. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
  1020. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
  1021. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
  1022. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
  1023. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
  1024. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
  1025. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
  1026. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
  1027. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
  1028. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
  1029. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
  1030. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
  1031. padding-right: 0;
  1032. border-right: none;
  1033. }
  1034. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
  1035. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
  1036. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
  1037. text-decoration: underline;
  1038. }
  1039. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
  1040. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
  1041. padding-left: 0;
  1042. }
  1043. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
  1044. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
  1045. padding-left: 0;
  1046. }
  1047. .swagger-section .swagger-ui-wrap p#colophon {
  1048. margin: 0 15px 40px 15px;
  1049. padding: 10px 0;
  1050. font-size: 0.8em;
  1051. border-top: 1px solid #dddddd;
  1052. font-family: "Droid Sans", sans-serif;
  1053. color: #999999;
  1054. font-style: italic;
  1055. }
  1056. .swagger-section .swagger-ui-wrap p#colophon a {
  1057. text-decoration: none;
  1058. color: #547f00;
  1059. }
  1060. .swagger-section .swagger-ui-wrap h3 {
  1061. color: black;
  1062. font-size: 1.1em;
  1063. padding: 10px 0 10px 0;
  1064. }
  1065. .swagger-section .swagger-ui-wrap .markdown ol,
  1066. .swagger-section .swagger-ui-wrap .markdown ul {
  1067. font-family: "Droid Sans", sans-serif;
  1068. margin: 5px 0 10px;
  1069. padding: 0 0 0 18px;
  1070. list-style-type: disc;
  1071. }
  1072. .swagger-section .swagger-ui-wrap form.form_box {
  1073. background-color: #ebf3f9;
  1074. border: 1px solid #c3d9ec;
  1075. padding: 10px;
  1076. }
  1077. .swagger-section .swagger-ui-wrap form.form_box label {
  1078. color: #0f6ab4 !important;
  1079. }
  1080. .swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
  1081. display: block;
  1082. padding: 10px;
  1083. }
  1084. .swagger-section .swagger-ui-wrap form.form_box p.weak {
  1085. font-size: 0.8em;
  1086. }
  1087. .swagger-section .swagger-ui-wrap form.form_box p {
  1088. font-size: 0.9em;
  1089. padding: 0 0 15px;
  1090. color: #7e7b6d;
  1091. }
  1092. .swagger-section .swagger-ui-wrap form.form_box p a {
  1093. color: #646257;
  1094. }
  1095. .swagger-section .swagger-ui-wrap form.form_box p strong {
  1096. color: black;
  1097. }
  1098. .swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
  1099. padding-bottom: 0;
  1100. }
  1101. .swagger-section .title {
  1102. font-style: bold;
  1103. }
  1104. .swagger-section .secondary_form {
  1105. display: none;
  1106. }
  1107. .swagger-section .main_image {
  1108. display: block;
  1109. margin-left: auto;
  1110. margin-right: auto;
  1111. }
  1112. .swagger-section .oauth_body {
  1113. margin-left: 100px;
  1114. margin-right: 100px;
  1115. }
  1116. .swagger-section .oauth_submit {
  1117. text-align: center;
  1118. }
  1119. .swagger-section .api-popup-dialog {
  1120. z-index: 10000;
  1121. position: absolute;
  1122. width: 500px;
  1123. background: #FFF;
  1124. padding: 20px;
  1125. border: 1px solid #ccc;
  1126. border-radius: 5px;
  1127. display: none;
  1128. font-size: 13px;
  1129. color: #777;
  1130. }
  1131. .swagger-section .api-popup-dialog .api-popup-title {
  1132. font-size: 24px;
  1133. padding: 10px 0;
  1134. }
  1135. .swagger-section .api-popup-dialog .api-popup-title {
  1136. font-size: 24px;
  1137. padding: 10px 0;
  1138. }
  1139. .swagger-section .api-popup-dialog .error-msg {
  1140. padding-left: 5px;
  1141. padding-bottom: 5px;
  1142. }
  1143. .swagger-section .api-popup-dialog .api-popup-authbtn {
  1144. height: 30px;
  1145. }
  1146. .swagger-section .api-popup-dialog .api-popup-cancel {
  1147. height: 30px;
  1148. }
  1149. .swagger-section .api-popup-scopes {
  1150. padding: 10px 20px;
  1151. }
  1152. .swagger-section .api-popup-scopes li {
  1153. padding: 5px 0;
  1154. line-height: 20px;
  1155. }
  1156. .swagger-section .api-popup-scopes li input {
  1157. position: relative;
  1158. top: 2px;
  1159. }
  1160. .swagger-section .api-popup-scopes .api-scope-desc {
  1161. padding-left: 20px;
  1162. font-style: italic;
  1163. }
  1164. .swagger-section .api-popup-actions {
  1165. padding-top: 10px;
  1166. }
  1167. .swagger-section .access {
  1168. float: right;
  1169. }
  1170. .swagger-section .auth {
  1171. float: right;
  1172. }
  1173. .swagger-section .api-ic {
  1174. height: 18px;
  1175. vertical-align: middle;
  1176. display: inline-block;
  1177. background: url(../images/explorer_icons.png) no-repeat;
  1178. }
  1179. .swagger-section .api-ic .api_information_panel {
  1180. position: relative;
  1181. margin-top: 20px;
  1182. margin-left: -5px;
  1183. background: #FFF;
  1184. border: 1px solid #ccc;
  1185. border-radius: 5px;
  1186. display: none;
  1187. font-size: 13px;
  1188. max-width: 300px;
  1189. line-height: 30px;
  1190. color: black;
  1191. padding: 5px;
  1192. }
  1193. .swagger-section .api-ic .api_information_panel p .api-msg-enabled {
  1194. color: green;
  1195. }
  1196. .swagger-section .api-ic .api_information_panel p .api-msg-disabled {
  1197. color: red;
  1198. }
  1199. .swagger-section .api-ic:hover .api_information_panel {
  1200. position: absolute;
  1201. display: block;
  1202. }
  1203. .swagger-section .ic-info {
  1204. background-position: 0 0;
  1205. width: 18px;
  1206. margin-top: -6px;
  1207. margin-left: 4px;
  1208. }
  1209. .swagger-section .ic-warning {
  1210. background-position: -60px 0;
  1211. width: 18px;
  1212. margin-top: -6px;
  1213. margin-left: 4px;
  1214. }
  1215. .swagger-section .ic-error {
  1216. background-position: -30px 0;
  1217. width: 18px;
  1218. margin-top: -6px;
  1219. margin-left: 4px;
  1220. }
  1221. .swagger-section .ic-off {
  1222. background-position: -90px 0;
  1223. width: 58px;
  1224. margin-top: -4px;
  1225. cursor: pointer;
  1226. }
  1227. .swagger-section .ic-on {
  1228. background-position: -160px 0;
  1229. width: 58px;
  1230. margin-top: -4px;
  1231. cursor: pointer;
  1232. }
  1233. .swagger-section #header {
  1234. background-color: #89bf04;
  1235. padding: 14px;
  1236. }
  1237. .swagger-section #input_baseUrl {
  1238. width: 400px;
  1239. }
  1240. .swagger-section #api_selector {
  1241. display: block;
  1242. clear: none;
  1243. float: right;
  1244. }
  1245. .swagger-section #api_selector .input {
  1246. display: block;
  1247. clear: none;
  1248. float: left;
  1249. margin: 0 10px 0 0;
  1250. }
  1251. .swagger-section #api_selector input {
  1252. font-size: 0.9em;
  1253. padding: 3px;
  1254. margin: 0;
  1255. }
  1256. .swagger-section #input_apiKey {
  1257. width: 200px;
  1258. }
  1259. .swagger-section #explore {
  1260. display: block;
  1261. text-decoration: none;
  1262. font-weight: bold;
  1263. padding: 6px 8px;
  1264. font-size: 0.9em;
  1265. color: white;
  1266. background-color: #547f00;
  1267. -moz-border-radius: 4px;
  1268. -webkit-border-radius: 4px;
  1269. -o-border-radius: 4px;
  1270. -ms-border-radius: 4px;
  1271. -khtml-border-radius: 4px;
  1272. border-radius: 4px;
  1273. }
  1274. .swagger-section #explore:hover {
  1275. background-color: #547f00;
  1276. }
  1277. .swagger-section #header #logo {
  1278. font-size: 1.5em;
  1279. font-weight: bold;
  1280. text-decoration: none;
  1281. background: transparent url(../images/logo_small.png) no-repeat left center;
  1282. padding: 20px 0 20px 40px;
  1283. color: white;
  1284. }
  1285. .swagger-section #content_message {
  1286. margin: 10px 15px;
  1287. font-style: italic;
  1288. color: #999999;
  1289. }
  1290. .swagger-section #message-bar {
  1291. min-height: 30px;
  1292. text-align: center;
  1293. padding-top: 10px;
  1294. }
  1295. .swagger-section .swagger-collapse:before {
  1296. content: "-";
  1297. }
  1298. .swagger-section .swagger-expand:before {
  1299. content: "+";
  1300. }