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