swaggard 0.3.0 → 0.4.0

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