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