/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
section {
  display: block;
  padding: 0.5em;
}
.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 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

#swagger-ui-container {padding:10px;}
.swagger-section .swagger-ui-wrap b,
.swagger-section .swagger-ui-wrap strong {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap q,
.swagger-section .swagger-ui-wrap blockquote {
  quotes: none;
}
.swagger-section .swagger-ui-wrap p {
  padding: 0 0 10px;
}
.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 {
 background:#eee;padding:6px;text-align:left;
}

.swagger-section .swagger-ui-wrap table tbody tr.offset {
  background-color: #f0f0f0;
}
.swagger-section .swagger-ui-wrap table tbody tr td {
  padding:6px;
  border-bottom:1px dotted #cfcfcf;
  text-align:left;
  vertical-align: top;
}
.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: #2165af;
}
.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: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  background-color: #F0F0F0;
  border: 1px solid #ddd;
  padding: 5px;
  line-height:1.4em;
  font-size:12px;
  overflow-y: auto;
}

.swagger-section .swagger-ui-wrap pre code > pre {background:#f7f7f7;}


.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 {
  margin-top: 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;
*/
font-size: 21px;
font-weight: 300;
letter-spacing: -1px;
line-height: 1.4em;
margin-bottom: 15px;color: #5c5f63;
font-family: 'Roboto Slab',Georgia,serif;
}
.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;
  display:normal;
}
.swagger-section .swagger-ui-wrap .info_contact {
  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-size: 1em;
  line-height: 1.5em;
}

.swagger-section .swagger-ui-wrap .model-signature .propType {
  color: #5555aa;
}
.swagger-section .swagger-ui-wrap .sandbox .model-signature pre code:hover {
  background-color: #ffffdd;
}
.swagger-section .swagger-ui-wrap .model-signature pre {
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {margin:5px 0;height:22px;padding-top:4px;}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li { display:inline-block;margin:0;}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li a {padding:5px 20px;color:#2165AF;text-decoration:none;border:1px solid #2165AF;margin-left:-5px;}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li a.selected {background:#2165AF;color:#fff;}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:first-child a {border-radius:4px 0 0 4px;}
.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child a {border-radius:0 4px 4px 0;}

.swagger-section .swagger-ui-wrap .sandbox .model-signature ul.signature-nav {margin:0 0 5px 0;height:21px;padding-top:1px;}
.swagger-section .swagger-ui-wrap .sandbox .model-signature ul.signature-nav li a {padding:3px 8px;font-size:.95em;}



.swagger-section .swagger-ui-wrap .model-signature .propOpt {
  color: #555;
}
.swagger-section .swagger-ui-wrap .model-signature .snippet small {
  font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
  font-style: italic;
    color: #d53a0a;
}
.swagger-section .swagger-ui-wrap .model-signature .description{
	font-size:12px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .strong {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .description div {
  line-height: 1.5em;
  margin-left: 24px;
  margin-bottom: 5px;
}
.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
  font-weight: bold;
  color: #000;
}
.swagger-section .swagger-ui-wrap .model-signature .propName {
  font-weight: bold;
  margin-left: -12px;
}
.swagger-section .swagger-ui-wrap .model-signature .signature-container {
  clear: both;
}
.swagger-section .swagger-ui-wrap .body-textarea {
  width: 300px;
  height: 100px;
}
.swagger-section .swagger-ui-wrap .markdown p code,
.swagger-section .swagger-ui-wrap .markdown li code {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  background-color: #f0f0f0;
  color: black;
  padding: 1px 3px;
}
.swagger-section .swagger-ui-wrap .required {
  font-weight: bold;
}
.swagger-section .swagger-ui-wrap input.parameter {
  width: 300px;
}

.swagger-section .swagger-ui-wrap h1 {
  /*color: black;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', Helvetica, Arial, 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;
  font-size:1.1em;
}
.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;
    display: normal;
}
.swagger-section #message-bar.swagger-ui-wrap {
  display:none;
}

.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: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
  font-family: 'Open Sans', Helvetica, Arial, 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 {
  margin: 0 0 10px 0;
}
.swagger-section .swagger-ui-wrap div.gist {
  margin: 20px 0 25px 0 !important;
}
.swagger-section .swagger-ui-wrap ul#resources {
  font-family: 'Open Sans', Helvetica, Arial, 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 ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource.active ul.options li a {
  color: #27b7f0;
}
.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;
    padding-left: 15px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.expanded {
    background-color: #f3f3f3;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading:hover {
    background-color: #ececec;
    cursor: pointer;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options {
  overflow: hidden;
  padding: 0;
  display: block;
  clear: none;
  float: right;
  margin: 5px 10px 10px 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource 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 ul.options li a {
  color: #27b7f0;
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li a:hover {
  text-decoration: underline;
  color: #0F7BBF;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li a:hover,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li a:active,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li a.active {
  text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li.first {
  padding-left: 0;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li:last-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options li.last {
  padding-right: 0;
  border-right: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.options:first-child,
.swagger-section .swagger-ui-wrap ul#resources li.resource 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-weight: bold;
}
.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: 4px;
  border:1px solid #ddd;
}
.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 {
  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: 60px;
  font-size: 0.9em;
  font-weight:bold;
  text-align: center;
  padding: 4px 0;
  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: 4px 4px 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: 1em;
  border-right: 1px solid #dddddd;
}
.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: 20px;
  border-radius:0 0 6px 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: 30px 0 5px;
  font-weight:bold;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4:first-of-type {
  padding-top:0;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content .sandbox h4:first-of-type,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content .response h4:first-of-type {
  padding-top:30px;
}

.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;
  margin:20px 0 0 0;
  height:35px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
  padding: 8px 0 0 10px;
  display: inline-block;
  font-size: 1em;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header img {
  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 div.sandbox_header input.submit {
  display: block;
  clear: none;
  float: left;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
  border: 2px solid #cc0000;
  border-radius:4px;
  box-shadow:none;
}

/*Put Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  background-color: #fff5d8;
  border-color: #FFE080;
}
.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: #f0b500;
}
.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-color: #FFE080;
  color: #dc9704;
}
.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: #dc9704;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  border: 1px solid #FFE080;
}


/*Head Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
  background-color: #fcffcd;
  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 {
  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-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 {
  border: 1px solid black;
  border-color: #ffd20f;
}

/*Delete Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  background-color: #ffdfd9;
  border-color: #ffb2a3;
}
.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 {
  background-color: #ed3b04;
}
.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-color: #ffb2a3;
  color: #B52B00;
}
.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: #B52B00;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  border: 1px solid #ffb2a3;
}


/*Post Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  background-color: #e6f4ca;
  border-color: #C1E47C;
}
.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: #94c90e;
}
.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-color: #C1E47C;
  color: #329E02;
}
.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: #329E02;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  border: 1px solid #C1E47C;
}



/*Patch Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  background-color: #f0e6f4;
  border-color: #d7bce3;
}
.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: #9e5bbb;
}
.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-color: #d7bce3;
  color: #440e62;
}
.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: #440e62;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  border: 1px solid #d7bce3;
}


/*Get Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  background-color: #e8f8fe;
  border-color: #8fdcfb;
}
.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: #27b7f0;
}
.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-color: #8fdcfb;
  color: #0F7BBF;
}
.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: #0F7BBF;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  border: 1px solid #8fdcfb;
}

/*Options Styling*/
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
  background-color: #e7f0f7;
  border-color: #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-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 {
  border: 1px solid #c3d9ec;
}


.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: 'Open Sans', Helvetica, Arial, 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: 'Open Sans', Helvetica, Arial, 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 .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 p.error-msg {
  padding-left: 5px;
  padding-bottom: 5px;
}
.error-msg { 
background-color: #FF5F41; 
color: #fff; 
margin: 0; 
padding: 10px 10px 8px 10px; 
text-align:center; 
}

.swagger-section .api-popup-dialog button.api-popup-authbtn {
  height: 30px;
}
.swagger-section .api-popup-dialog button.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 .api-scope-desc {
  padding-left: 20px;
  font-style: italic;
}
.swagger-section .api-popup-scopes li input {
  position: relative;
  top: 2px;
}
.swagger-section .api-popup-actions {
  padding-top: 10px;
margin-top:20px;width:100%;border-top:1px solid #E6E8E9;
}

.api-popup-content .form .field {
    margin-top:10px;
}
.api-popup-content .form .field label {
    width:150px;display:inline-block;text-align:right;padding-right:10px;font-weight:bold;
}
.api-popup-content .form .field .clientInput {
    display:inline-block;
}

.swagger-section .content {position:relative;}
.swagger-section .access {
 /*   position: static;
    float: right;
  right:35px; */
  margin:20px 0;
width:auto;  
border:0px solid #eee;
padding:15px;
background-color:#FFE788;
border-radius: 0px 8px 8px;
}
.swagger-section .auth {
    display: none;
  position:absolute;
  top:20px;
  right:10px;
}
.swagger-section #api_information_panel {
  position: absolute;
  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_information_panel p .api-msg-enabled {
  color: green;
}
.swagger-section #api_information_panel p .api-msg-disabled {
  color: red;
}
.swagger-section .api-ic {
/*
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/explorer_icons.png) no-repeat;
*/
float:right;
display:inline-block;
}
.swagger-section .ic-description {
display:inline-block;
width:75%;
}
.swagger-section .ic-info {
  background-position: 0 0;
  width: 18px;
  margin-top: -7px;
  margin-left: 4px;
}
.swagger-section .ic-warning {
  background-position: -60px 0;
  width: 18px;
  margin-top: -7px;
  margin-left: 4px;
}
.swagger-section .ic-error {
  background-position: -30px 0;
  width: 18px;
  margin-top: -7px;
  margin-left: 4px;
}
.swagger-section .ic-off {
/*
  background-position: -90px 0;
  width: 58px;
  margin-top: -4px;
*/
  cursor: pointer;
    background: none repeat scroll 0% 0% #2199C9;
    box-shadow: 1px 1px #06516E;
    color: #FFF;
    text-shadow: 1px 1px 0px #06516E;
}
.swagger-section .ic-off:hover {
    	background:#158CBB
}
.swagger-section .ic-on {
/*
  background-position: -160px 0;
  width: 58px;
  margin-top: -4px;
*/
  cursor: pointer;
}
.ic-on {
    visibility: hidden;
}
.button.ic-on {
    padding: 0;
}
.ic-on:after {
    content: 'Logout';
    visibility: visible;
    background: none repeat scroll 0% 0% #e4e4e4;
    box-shadow: 1px 1px #06516E;
    color: #000;
    /*text-shadow: 1px 1px 0px #06516E;*/
    padding: 5px;
    top: 2px;
    border:none;
    border-radius:3px;
    -moz-box-sizing:border-box !important;
    display:inline-block;
    font-family:'Open Sans',Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    margin:0 2px;
    outline:none !important;
    padding:8px 20px;
    position:relative;
    text-align:center;
    text-decoration:none;/*text-shadow:1px 1px 0 rgba(190,190,190,.35);*/
    white-space:nowrap;
}
.swagger-section #header {
  background-color: #353635;
  /* height:47px; */
  position:fixed;
  top:0;
  width:100%;
  z-index:300;
}

.swagger-section #header form#api_selector {
  display: block;
  clear: none;
  float: right;
}
.swagger-section #header form#api_selector .input {
  display: block;
  clear: none;
  float: left;
  margin: 0 10px 0 0;
}
.swagger-section #header form#api_selector .input input#input_apiKey {
  width: 200px;
}
.swagger-section #header form#api_selector .input input#input_baseUrl {
  width: 400px;
}
.swagger-section #header form#api_selector .input a#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 #header form#api_selector .input a#explore:hover {
  background-color: #547f00;
}
.swagger-section #header form#api_selector .input input {
  font-size: 0.9em;
  padding: 3px;
  margin: 0;
}
.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;
}

/* CL CORE STYLING */
/*Body*/
body, #layout {min-width:680px;}
body {background: #f9f9f9}
#layout {margin:0 auto;max-width:1560px;position:relative;}
#page {padding:0 30px 20px;min-height:700px;}
#main {padding-top:30px;}
.footer {display:none;}


/*Typography*/
h2, h3, h4, h5, h6 {color:#5c5f63;font-family:'Roboto Slab',Georgia,serif;}
h2.page-header {font-size:35px;font-weight:300;letter-spacing:-1px;line-height:1.15em;margin-bottom:20px;}

input[type="checkbox"],
input[type="radio"] {
  box-sizing:border-box;
}

input[type="search"] {-webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;}

input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}

button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
.visual-textbox,
textarea,
select {
  border-radius:3px;
  font-size:12px;
  color:#424242;
  padding:4px;
  border:1px solid #bbb;
  outline:none;
  -moz-transition:border .2s linear, box-shadow .2s linear;
  -webkit-transition:border .2s linear, -webkit-box-shadow .2s linear;
}

select {padding:0;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border:1px solid #80bfff;
  box-shadow:0 0 3px #80bfff, 0 1px 4px rgba(0, 0, 0, .10) inset;
}

button::-moz-focus-inner,
input::-moz-focus-inner {border:0;}

.button,
input[type="button"] {
    background:#e4e4e4;
    border:none;
    border-radius:3px;
    box-shadow:rgba(119, 119, 119, 0.81) 1px 1px;
    -moz-box-sizing:border-box !important;
    color:#666;cursor:pointer;
    display:inline-block;
    font-family:'Open Sans',Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    margin:0 2px;
    outline:none !important;
    padding:8px 20px;
    position:relative;
    text-align:center;
    text-decoration:none;/*text-shadow:1px 1px 0 rgba(190,190,190,.35);*/
    white-space:nowrap;}

.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background:#e3e3e3;
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background:#dadada;
  box-shadow:rgba(190,190,190,1)1px 1px 0;
  color:#bebebe;
  cursor:not-allowed
  ;text-shadow:none;
}

input[type="button"].submit {background:#94c90e;box-shadow:rgba(50,158,2,1)1px 1px;color:#fff;text-shadow:1px 1px 0 rgba(50,110,167,.35);}

input[type="button"].submit:hover,
input[type="button"].submit:focus {background:#a9d21a;}


#account-content {padding:13px 30px 0;text-transform:uppercase;font-size:11px;font-family:Tahoma, Helvetica, Arial, sans-serif;position:relative;}
#campusLabsLogo {float:left;margin:0;background:url(../images/campuslabs-logo.png) no-repeat;display:block;height:26px;width:141px;}
.ir {display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;} /* For image replacement */
#product {display:inline-block;color:#fff;margin:0 0 0 15px;padding:0;}

.endpoints {margin-left:25px;margin-top: 10px;}

nav {
    display: block
}

#account {
    background: #353635;
    height: 47px
}

#account a {
    text-decoration: none
}

#account-content {
    padding: 13px 30px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    position: relative
}


.clearfix:before,.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

/*.clearfix {
    zoom: 1
}*/

h1#product {
    height: 40px;
    width: 300px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
    left: 200px;
    line-height: 999em;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    transition: left .5s;
    top: 6px;
    z-index: 10
}

h1#product.text {
    background: none!important;
    color: #eee;
    font-size: 16px;
    line-height: 18px;
    overflow: visible;
    text-indent: 0;
    top: 16px;
    width: 350px
}

ul.options li:last-child {
    display: none;
}
ul.options li:nth-last-child(2) {
    border-right: 0 !important;
}


.api-popup-dialog button.green {background-color:red;
}
.access, .auth {
}

.button-success {background:#68a51b;box-shadow:#36570e 1px 1px;color:#fff;text-shadow:1px 1px 0 #36570e;}
.button-success:hover, .button-success:focus {background:#5a970c;}

.swagger-section .swagger-ui-wrap .ic-description h3 {
	padding:0 0 5px 0;
}
.swagger-section .ic-description h3 {
color: #5C5F63;
font-family: 'Roboto Slab',Georgia,serif;
font-size: 21px;
font-weight: 300;
letter-spacing: -1px;
line-height: 1.4em;
margin-bottom: 5px;
}

section {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}

/* Tabs */
.tabs,
.base-tabs {border-bottom:0px solid #bbb;height:36px;margin:0 0 0 10px;padding:0 5px;}
.tabs li,
.base-tabs li {border-bottom:0;float:left;list-style-type:none;margin-right:3px;}
.tabs > li a,
.base-tabs a {background:#eee;border:1px solid transparent;border-radius:2px 2px 0 0;color:#596065;display:block;font-family:'Roboto Slab',Georgia,serif;font-size:16px;font-weight:bold;height:28px;line-height:30px;padding:3px 20px;text-align:center;text-decoration:none;}
	
.tabs > li a:active,
.base-tabs a:active {outline:none;}
.tabs > li a:hover,
.base-tabs a:hover {background:#eee;}
.tabs > li a.current, .tabs > li a.current:hover,
.base-tabs a.current, .base-tabs a.current:hover {border:1px solid #8D8D8D;line-height:29px;border-bottom:1px solid #fff;color:#5C5F63;cursor:default;text-shadow:0 1px 0 #fff;background:#fff;height:29px;}

/* Hide Content Type Dropdowns */
.response-content-type {
    display: none !important;
}
.parameter-content-type {
    display: none !important;
}

.icon-caret-right{
	width: 0; 
	height: 0; 
	border-bottom: 5px solid transparent;  /* left arrow slant */
	border-top: 5px solid transparent; /* right arrow slant */
	border-left: 5px solid #000; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.icon-caret-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	font-size: 0;
    line-height: 0;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}
.hidden {
    display: none !important;
}

.icon-warning:before {
    content: "";
    background: url(../images/icon-warning.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 4px -4px 0;
}

.propDesc {
    font-style:italic;
    color: #999;
    margin-left:25px;
}

.propDesc::before {
    display:block;
    background-color:red;
    content: "";
    width:25px;
}


	/** Content Presentation **/

/* Tablet Portrait and below */
@media screen and (max-width: 979px) {
	#layout {width:100%;}
	#page {padding-left:10px;padding-right:10px;}	
}

@media print {
	* {background:transparent !important;color:black !important;box-shadow:none !important;filter:none !important;-ms-filter:none !important;text-shadow:none !important;} /* Black prints faster */
	body {background:white;font-size:8pt;min-width:0;letter-spacing:normal;}
	a, a:visited {text-decoration:underline;}
	abbr[title]:after {content:" (" attr(title) ")";}
	pre, blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr, img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p, h2, h3 {orphans:3;widows:3;}
	h2, h3 {page-break-after:avoid;}

	#header {position:static;}

	#account {height:auto;}
	#account-content {padding:0;}
	h1#product {float:left;font-size:10pt;height:auto;left:auto;line-height:1em;overflow:visible;position:relative;text-indent:0;top:auto;}
	#account-institution, #account-info {font-size:7pt;margin:0;}
	#account .dropdownMenu-trigger {border:0;padding-top:0;}
	#account-help {display:none;}

	#mainNav {display:none;}

	#wrapper {padding-top:0;}

	#page {min-height:0;padding:0;}
	.page-nav {display:none;}

	h2 {font-size:16pt;letter-spacing:0;margin-bottom:10px;}
	h3 {font-size:12pt;}
	h4 {font-size:10pt;}

	section {border:0;padding:0;}
	section header {background:white;border:0;border-bottom:1px solid black;border-radius:0;margin:0 0 20px;min-height:0;}
	section header h3 {border:0;font-size:12pt;padding-left:0;}

	.tabs > li a.current, .base-tabs a.current {font-weight:bold;}

	#footer-content {font-size:7pt;padding-left:0;}

}
