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