weaver 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/data/weaver/css/animate.css +36 -4
  3. data/data/weaver/css/bootstrap.css +31 -74
  4. data/data/weaver/css/bootstrap.css.map +1 -1
  5. data/data/weaver/css/bootstrap.min.css +4 -3
  6. data/data/weaver/css/bootstrap.min.css.map +1 -0
  7. data/data/weaver/css/plugins/bootstrap-markdown/bootstrap-markdown.min.css +1 -0
  8. data/data/weaver/css/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css +55 -0
  9. data/data/weaver/css/plugins/bootstrapSocial/bootstrap-social.css +147 -0
  10. data/data/weaver/css/plugins/bootstrapTour/bootstrap-tour.min.css +22 -0
  11. data/data/weaver/css/plugins/c3/c3.min.css +1 -0
  12. data/data/weaver/css/plugins/chosen/bootstrap-chosen.css +332 -0
  13. data/data/weaver/css/plugins/codemirror/codemirror.css +1 -0
  14. data/data/weaver/css/plugins/dataTables/datatables.min.css +17 -0
  15. data/data/weaver/css/plugins/dropzone/basic.css +32 -148
  16. data/data/weaver/css/plugins/dropzone/dropzone.css +363 -385
  17. data/data/weaver/css/plugins/dualListbox/bootstrap-duallistbox.min.css +10 -0
  18. data/data/weaver/css/plugins/fullcalendar/fullcalendar.css +663 -379
  19. data/data/weaver/css/plugins/fullcalendar/fullcalendar.print.css +11 -5
  20. data/data/weaver/css/plugins/jQueryUI/jquery-ui.css +1177 -0
  21. data/data/weaver/css/plugins/ladda/ladda-themeless.min.css +7 -0
  22. data/data/weaver/css/plugins/ladda/ladda.min.css +9 -0
  23. data/data/weaver/css/plugins/summernote/font/summernote.eot +0 -0
  24. data/data/weaver/css/plugins/summernote/font/summernote.ttf +0 -0
  25. data/data/weaver/css/plugins/summernote/font/summernote.woff +0 -0
  26. data/data/weaver/css/plugins/summernote/summernote.css +1 -446
  27. data/data/weaver/css/plugins/textSpinners/spinners.css +204 -0
  28. data/data/weaver/css/plugins/touchspin/jquery.bootstrap-touchspin.min.css +10 -0
  29. data/data/weaver/css/style.css +687 -220
  30. data/data/weaver/font-awesome/css/font-awesome.css +547 -11
  31. data/data/weaver/font-awesome/css/font-awesome.min.css +2 -2
  32. data/data/weaver/font-awesome/fonts/FontAwesome.otf +0 -0
  33. data/data/weaver/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  34. data/data/weaver/font-awesome/fonts/fontawesome-webfont.svg +2668 -562
  35. data/data/weaver/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  36. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  37. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  38. data/data/weaver/font-awesome/less/bordered-pulled.less +9 -0
  39. data/data/weaver/font-awesome/less/core.less +1 -2
  40. data/data/weaver/font-awesome/less/font-awesome.less +2 -1
  41. data/data/weaver/font-awesome/less/icons.less +195 -2
  42. data/data/weaver/font-awesome/less/mixins.less +37 -4
  43. data/data/weaver/font-awesome/less/path.less +1 -1
  44. data/data/weaver/font-awesome/less/screen-reader.less +5 -0
  45. data/data/weaver/font-awesome/less/variables.less +198 -4
  46. data/data/weaver/font-awesome/scss/_bordered-pulled.scss +9 -0
  47. data/data/weaver/font-awesome/scss/_core.scss +1 -2
  48. data/data/weaver/font-awesome/scss/_icons.scss +195 -2
  49. data/data/weaver/font-awesome/scss/_mixins.scss +37 -4
  50. data/data/weaver/font-awesome/scss/_screen-reader.scss +5 -0
  51. data/data/weaver/font-awesome/scss/_variables.scss +198 -4
  52. data/data/weaver/font-awesome/scss/font-awesome.scss +2 -1
  53. data/data/weaver/js/api/typehead_collection.json +3 -0
  54. data/data/weaver/js/bootstrap.js +66 -52
  55. data/data/weaver/js/bootstrap.min.js +4 -4
  56. data/data/weaver/js/demo/chartjs-demo.js +68 -157
  57. data/data/weaver/js/jquery-3.1.1.min.js +4 -0
  58. data/data/weaver/js/plugins/bootstrap-markdown/bootstrap-markdown.js +1386 -0
  59. data/data/weaver/js/plugins/bootstrap-markdown/markdown.js +1616 -0
  60. data/data/weaver/js/plugins/bootstrap-tagsinput/bootstrap-tagsinput.js +646 -0
  61. data/data/weaver/js/plugins/bootstrapTour/bootstrap-tour.min.js +22 -0
  62. data/data/weaver/js/plugins/c3/c3.min.js +5 -0
  63. data/data/weaver/js/plugins/chartJs/Chart.min.js +8 -5
  64. data/data/weaver/js/plugins/clipboard/clipboard.min.js +7 -0
  65. data/data/weaver/js/plugins/d3/LICENSE +27 -0
  66. data/data/weaver/js/plugins/d3/d3.min.js +5 -0
  67. data/data/weaver/js/plugins/dataTables/datatables.min.js +308 -0
  68. data/data/weaver/js/plugins/datamaps/datamaps.all.min.js +3 -0
  69. data/data/weaver/js/plugins/dotdotdot/jquery.dotdotdot.min.js +13 -0
  70. data/data/weaver/js/plugins/dropzone/dropzone.js +1575 -1649
  71. data/data/weaver/js/plugins/dualListbox/jquery.bootstrap-duallistbox.js +761 -0
  72. data/data/weaver/js/plugins/fullcalendar/fullcalendar.min.js +7 -6
  73. data/data/weaver/js/plugins/i18next/i18next.min.js +7 -0
  74. data/data/weaver/js/plugins/jquery-ui/LICENSE.txt +43 -0
  75. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  76. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  77. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  78. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  79. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  80. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
  81. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.css +6 -3
  82. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.js +12 -11
  83. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +481 -1
  84. data/data/weaver/js/plugins/ladda/ladda.jquery.min.js +8 -0
  85. data/data/weaver/js/plugins/ladda/ladda.min.js +8 -0
  86. data/data/weaver/js/plugins/ladda/spin.min.js +1 -0
  87. data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +2 -2
  88. data/data/weaver/js/plugins/nouslider/jquery.nouislider.min.js +2 -33
  89. data/data/weaver/js/plugins/pace/pace.min.js +2 -2
  90. data/data/weaver/js/plugins/pdfjs/pdf.js +10905 -0
  91. data/data/weaver/js/plugins/pdfjs/pdf.worker.js +43194 -0
  92. data/data/weaver/js/plugins/pwstrength/pwstrength-bootstrap.min.js +4 -0
  93. data/data/weaver/js/plugins/pwstrength/zxcvbn.js +28 -0
  94. data/data/weaver/js/plugins/steps/jquery.steps.min.js +6 -0
  95. data/data/weaver/js/plugins/summernote/summernote.min.js +4 -2
  96. data/data/weaver/js/plugins/switchery/switchery.js +1 -1
  97. data/data/weaver/js/plugins/topojson/LICENSE +26 -0
  98. data/data/weaver/js/plugins/topojson/topojson.js +534 -0
  99. data/data/weaver/js/plugins/touchpunch/jquery.ui.touch-punch.min.js +11 -0
  100. data/data/weaver/js/plugins/touchspin/jquery.bootstrap-touchspin.min.js +9 -0
  101. data/data/weaver/js/plugins/typehead/bootstrap3-typeahead.min.js +1 -0
  102. data/data/weaver/js/plugins/validate/jquery.validate.min.js +3 -3
  103. data/data/weaver/js/{inspinia.js → weaver.js} +34 -38
  104. data/lib/weaver.rb +1 -1
  105. data/lib/weaver/version.rb +1 -1
  106. metadata +58 -4
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * FullCalendar v2.2.0 Print Stylesheet
3
- * Docs & License: http://arshaw.com/fullcalendar/
4
- * (c) 2013 Adam Shaw
2
+ * <%= meta.title %> v<%= meta.version %> Print Stylesheet
3
+ * Docs & License: <%= meta.homepage %>
4
+ * (c) <%= meta.copyright %>
5
5
  */
6
6
 
7
7
  /*
@@ -42,11 +42,17 @@ tbody,
42
42
  background: #fff !important;
43
43
  }
44
44
 
45
- /* kill the overlaid, absolutely-positioned common components */
45
+ /* kill the overlaid, absolutely-positioned components */
46
+ /* common... */
46
47
  .fc-bg,
47
48
  .fc-bgevent-skeleton,
48
49
  .fc-highlight-skeleton,
49
- .fc-helper-skeleton {
50
+ .fc-helper-skeleton,
51
+ /* for timegrid. within cells within table skeletons... */
52
+ .fc-bgevent-container,
53
+ .fc-business-container,
54
+ .fc-highlight-container,
55
+ .fc-helper-container {
50
56
  display: none;
51
57
  }
52
58
 
@@ -0,0 +1,1177 @@
1
+ /*! jQuery UI - v1.10.4 - 2014-02-18
2
+ * http://jqueryui.com
3
+ * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
4
+ * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
5
+
6
+ /* Layout helpers
7
+ ----------------------------------*/
8
+ .ui-helper-hidden {
9
+ display: none;
10
+ }
11
+ .ui-helper-hidden-accessible {
12
+ border: 0;
13
+ clip: rect(0 0 0 0);
14
+ height: 1px;
15
+ margin: -1px;
16
+ overflow: hidden;
17
+ padding: 0;
18
+ position: absolute;
19
+ width: 1px;
20
+ }
21
+ .ui-helper-reset {
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0;
25
+ outline: 0;
26
+ line-height: 1.3;
27
+ text-decoration: none;
28
+ font-size: 100%;
29
+ list-style: none;
30
+ }
31
+ .ui-helper-clearfix:before,
32
+ .ui-helper-clearfix:after {
33
+ content: "";
34
+ display: table;
35
+ border-collapse: collapse;
36
+ }
37
+ .ui-helper-clearfix:after {
38
+ clear: both;
39
+ }
40
+ .ui-helper-clearfix {
41
+ min-height: 0; /* support: IE7 */
42
+ }
43
+ .ui-helper-zfix {
44
+ width: 100%;
45
+ height: 100%;
46
+ top: 0;
47
+ left: 0;
48
+ position: absolute;
49
+ opacity: 0;
50
+ filter:Alpha(Opacity=0);
51
+ }
52
+
53
+ .ui-front {
54
+ z-index: 100;
55
+ }
56
+
57
+
58
+ /* Interaction Cues
59
+ ----------------------------------*/
60
+ .ui-state-disabled {
61
+ cursor: default !important;
62
+ }
63
+
64
+
65
+ /* Icons
66
+ ----------------------------------*/
67
+
68
+ /* states and images */
69
+ .ui-icon {
70
+ display: block;
71
+ text-indent: -99999px;
72
+ overflow: hidden;
73
+ background-repeat: no-repeat;
74
+ }
75
+
76
+
77
+ /* Misc visuals
78
+ ----------------------------------*/
79
+
80
+ /* Overlays */
81
+ .ui-widget-overlay {
82
+ position: fixed;
83
+ top: 0;
84
+ left: 0;
85
+ width: 100%;
86
+ height: 100%;
87
+ }
88
+ .ui-resizable {
89
+ position: relative;
90
+ }
91
+ .ui-resizable-handle {
92
+ position: absolute;
93
+ font-size: 0.1px;
94
+ display: block;
95
+ }
96
+ .ui-resizable-disabled .ui-resizable-handle,
97
+ .ui-resizable-autohide .ui-resizable-handle {
98
+ display: none;
99
+ }
100
+ .ui-resizable-n {
101
+ cursor: n-resize;
102
+ height: 7px;
103
+ width: 100%;
104
+ top: -5px;
105
+ left: 0;
106
+ }
107
+ .ui-resizable-s {
108
+ cursor: s-resize;
109
+ height: 7px;
110
+ width: 100%;
111
+ bottom: -5px;
112
+ left: 0;
113
+ }
114
+ .ui-resizable-e {
115
+ cursor: e-resize;
116
+ width: 7px;
117
+ right: -5px;
118
+ top: 0;
119
+ height: 100%;
120
+ }
121
+ .ui-resizable-w {
122
+ cursor: w-resize;
123
+ width: 7px;
124
+ left: -5px;
125
+ top: 0;
126
+ height: 100%;
127
+ }
128
+ .ui-resizable-se {
129
+ cursor: se-resize;
130
+ width: 12px;
131
+ height: 12px;
132
+ right: 1px;
133
+ bottom: 1px;
134
+ }
135
+ .ui-resizable-sw {
136
+ cursor: sw-resize;
137
+ width: 9px;
138
+ height: 9px;
139
+ left: -5px;
140
+ bottom: -5px;
141
+ }
142
+ .ui-resizable-nw {
143
+ cursor: nw-resize;
144
+ width: 9px;
145
+ height: 9px;
146
+ left: -5px;
147
+ top: -5px;
148
+ }
149
+ .ui-resizable-ne {
150
+ cursor: ne-resize;
151
+ width: 9px;
152
+ height: 9px;
153
+ right: -5px;
154
+ top: -5px;
155
+ }
156
+ .ui-selectable-helper {
157
+ position: absolute;
158
+ z-index: 100;
159
+ border: 1px dotted black;
160
+ }
161
+ .ui-accordion .ui-accordion-header {
162
+ display: block;
163
+ cursor: pointer;
164
+ position: relative;
165
+ margin-top: 2px;
166
+ padding: .5em .5em .5em .7em;
167
+ min-height: 0; /* support: IE7 */
168
+ }
169
+ .ui-accordion .ui-accordion-icons {
170
+ padding-left: 2.2em;
171
+ }
172
+ .ui-accordion .ui-accordion-noicons {
173
+ padding-left: .7em;
174
+ }
175
+ .ui-accordion .ui-accordion-icons .ui-accordion-icons {
176
+ padding-left: 2.2em;
177
+ }
178
+ .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
179
+ position: absolute;
180
+ left: .5em;
181
+ top: 50%;
182
+ margin-top: -8px;
183
+ }
184
+ .ui-accordion .ui-accordion-content {
185
+ padding: 1em 2.2em;
186
+ border-top: 0;
187
+ overflow: auto;
188
+ }
189
+ .ui-autocomplete {
190
+ position: absolute;
191
+ top: 0;
192
+ left: 0;
193
+ cursor: default;
194
+ }
195
+ .ui-button {
196
+ display: inline-block;
197
+ position: relative;
198
+ padding: 0;
199
+ line-height: normal;
200
+ margin-right: .1em;
201
+ cursor: pointer;
202
+ vertical-align: middle;
203
+ text-align: center;
204
+ overflow: visible; /* removes extra width in IE */
205
+ }
206
+ .ui-button,
207
+ .ui-button:link,
208
+ .ui-button:visited,
209
+ .ui-button:hover,
210
+ .ui-button:active {
211
+ text-decoration: none;
212
+ }
213
+ /* to make room for the icon, a width needs to be set here */
214
+ .ui-button-icon-only {
215
+ width: 2.2em;
216
+ }
217
+ /* button elements seem to need a little more width */
218
+ button.ui-button-icon-only {
219
+ width: 2.4em;
220
+ }
221
+ .ui-button-icons-only {
222
+ width: 3.4em;
223
+ }
224
+ button.ui-button-icons-only {
225
+ width: 3.7em;
226
+ }
227
+
228
+ /* button text element */
229
+ .ui-button .ui-button-text {
230
+ display: block;
231
+ line-height: normal;
232
+ }
233
+ .ui-button-text-only .ui-button-text {
234
+ padding: .4em 1em;
235
+ }
236
+ .ui-button-icon-only .ui-button-text,
237
+ .ui-button-icons-only .ui-button-text {
238
+ padding: .4em;
239
+ text-indent: -9999999px;
240
+ }
241
+ .ui-button-text-icon-primary .ui-button-text,
242
+ .ui-button-text-icons .ui-button-text {
243
+ padding: .4em 1em .4em 2.1em;
244
+ }
245
+ .ui-button-text-icon-secondary .ui-button-text,
246
+ .ui-button-text-icons .ui-button-text {
247
+ padding: .4em 2.1em .4em 1em;
248
+ }
249
+ .ui-button-text-icons .ui-button-text {
250
+ padding-left: 2.1em;
251
+ padding-right: 2.1em;
252
+ }
253
+ /* no icon support for input elements, provide padding by default */
254
+ input.ui-button {
255
+ padding: .4em 1em;
256
+ }
257
+
258
+ /* button icon element(s) */
259
+ .ui-button-icon-only .ui-icon,
260
+ .ui-button-text-icon-primary .ui-icon,
261
+ .ui-button-text-icon-secondary .ui-icon,
262
+ .ui-button-text-icons .ui-icon,
263
+ .ui-button-icons-only .ui-icon {
264
+ position: absolute;
265
+ top: 50%;
266
+ margin-top: -8px;
267
+ }
268
+ .ui-button-icon-only .ui-icon {
269
+ left: 50%;
270
+ margin-left: -8px;
271
+ }
272
+ .ui-button-text-icon-primary .ui-button-icon-primary,
273
+ .ui-button-text-icons .ui-button-icon-primary,
274
+ .ui-button-icons-only .ui-button-icon-primary {
275
+ left: .5em;
276
+ }
277
+ .ui-button-text-icon-secondary .ui-button-icon-secondary,
278
+ .ui-button-text-icons .ui-button-icon-secondary,
279
+ .ui-button-icons-only .ui-button-icon-secondary {
280
+ right: .5em;
281
+ }
282
+
283
+ /* button sets */
284
+ .ui-buttonset {
285
+ margin-right: 7px;
286
+ }
287
+ .ui-buttonset .ui-button {
288
+ margin-left: 0;
289
+ margin-right: -.3em;
290
+ }
291
+
292
+ /* workarounds */
293
+ /* reset extra padding in Firefox, see h5bp.com/l */
294
+ input.ui-button::-moz-focus-inner,
295
+ button.ui-button::-moz-focus-inner {
296
+ border: 0;
297
+ padding: 0;
298
+ }
299
+ .ui-datepicker {
300
+ width: 17em;
301
+ padding: .2em .2em 0;
302
+ display: none;
303
+ }
304
+ .ui-datepicker .ui-datepicker-header {
305
+ position: relative;
306
+ padding: .2em 0;
307
+ }
308
+ .ui-datepicker .ui-datepicker-prev,
309
+ .ui-datepicker .ui-datepicker-next {
310
+ position: absolute;
311
+ top: 2px;
312
+ width: 1.8em;
313
+ height: 1.8em;
314
+ }
315
+ .ui-datepicker .ui-datepicker-prev-hover,
316
+ .ui-datepicker .ui-datepicker-next-hover {
317
+ top: 1px;
318
+ }
319
+ .ui-datepicker .ui-datepicker-prev {
320
+ left: 2px;
321
+ }
322
+ .ui-datepicker .ui-datepicker-next {
323
+ right: 2px;
324
+ }
325
+ .ui-datepicker .ui-datepicker-prev-hover {
326
+ left: 1px;
327
+ }
328
+ .ui-datepicker .ui-datepicker-next-hover {
329
+ right: 1px;
330
+ }
331
+ .ui-datepicker .ui-datepicker-prev span,
332
+ .ui-datepicker .ui-datepicker-next span {
333
+ display: block;
334
+ position: absolute;
335
+ left: 50%;
336
+ margin-left: -8px;
337
+ top: 50%;
338
+ margin-top: -8px;
339
+ }
340
+ .ui-datepicker .ui-datepicker-title {
341
+ margin: 0 2.3em;
342
+ line-height: 1.8em;
343
+ text-align: center;
344
+ }
345
+ .ui-datepicker .ui-datepicker-title select {
346
+ font-size: 1em;
347
+ margin: 1px 0;
348
+ }
349
+ .ui-datepicker select.ui-datepicker-month,
350
+ .ui-datepicker select.ui-datepicker-year {
351
+ width: 49%;
352
+ }
353
+ .ui-datepicker table {
354
+ width: 100%;
355
+ font-size: .9em;
356
+ border-collapse: collapse;
357
+ margin: 0 0 .4em;
358
+ }
359
+ .ui-datepicker th {
360
+ padding: .7em .3em;
361
+ text-align: center;
362
+ font-weight: bold;
363
+ border: 0;
364
+ }
365
+ .ui-datepicker td {
366
+ border: 0;
367
+ padding: 1px;
368
+ }
369
+ .ui-datepicker td span,
370
+ .ui-datepicker td a {
371
+ display: block;
372
+ padding: .2em;
373
+ text-align: right;
374
+ text-decoration: none;
375
+ }
376
+ .ui-datepicker .ui-datepicker-buttonpane {
377
+ background-image: none;
378
+ margin: .7em 0 0 0;
379
+ padding: 0 .2em;
380
+ border-left: 0;
381
+ border-right: 0;
382
+ border-bottom: 0;
383
+ }
384
+ .ui-datepicker .ui-datepicker-buttonpane button {
385
+ float: right;
386
+ margin: .5em .2em .4em;
387
+ cursor: pointer;
388
+ padding: .2em .6em .3em .6em;
389
+ width: auto;
390
+ overflow: visible;
391
+ }
392
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
393
+ float: left;
394
+ }
395
+
396
+ /* with multiple calendars */
397
+ .ui-datepicker.ui-datepicker-multi {
398
+ width: auto;
399
+ }
400
+ .ui-datepicker-multi .ui-datepicker-group {
401
+ float: left;
402
+ }
403
+ .ui-datepicker-multi .ui-datepicker-group table {
404
+ width: 95%;
405
+ margin: 0 auto .4em;
406
+ }
407
+ .ui-datepicker-multi-2 .ui-datepicker-group {
408
+ width: 50%;
409
+ }
410
+ .ui-datepicker-multi-3 .ui-datepicker-group {
411
+ width: 33.3%;
412
+ }
413
+ .ui-datepicker-multi-4 .ui-datepicker-group {
414
+ width: 25%;
415
+ }
416
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
417
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
418
+ border-left-width: 0;
419
+ }
420
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
421
+ clear: left;
422
+ }
423
+ .ui-datepicker-row-break {
424
+ clear: both;
425
+ width: 100%;
426
+ font-size: 0;
427
+ }
428
+
429
+ /* RTL support */
430
+ .ui-datepicker-rtl {
431
+ direction: rtl;
432
+ }
433
+ .ui-datepicker-rtl .ui-datepicker-prev {
434
+ right: 2px;
435
+ left: auto;
436
+ }
437
+ .ui-datepicker-rtl .ui-datepicker-next {
438
+ left: 2px;
439
+ right: auto;
440
+ }
441
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
442
+ right: 1px;
443
+ left: auto;
444
+ }
445
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
446
+ left: 1px;
447
+ right: auto;
448
+ }
449
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
450
+ clear: right;
451
+ }
452
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
453
+ float: left;
454
+ }
455
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
456
+ .ui-datepicker-rtl .ui-datepicker-group {
457
+ float: right;
458
+ }
459
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
460
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
461
+ border-right-width: 0;
462
+ border-left-width: 1px;
463
+ }
464
+ .ui-dialog {
465
+ overflow: hidden;
466
+ position: absolute;
467
+ top: 0;
468
+ left: 0;
469
+ padding: .2em;
470
+ outline: 0;
471
+ }
472
+ .ui-dialog .ui-dialog-titlebar {
473
+ padding: .4em 1em;
474
+ position: relative;
475
+ }
476
+ .ui-dialog .ui-dialog-title {
477
+ float: left;
478
+ margin: .1em 0;
479
+ white-space: nowrap;
480
+ width: 90%;
481
+ overflow: hidden;
482
+ text-overflow: ellipsis;
483
+ }
484
+ .ui-dialog .ui-dialog-titlebar-close {
485
+ position: absolute;
486
+ right: .3em;
487
+ top: 50%;
488
+ width: 20px;
489
+ margin: -10px 0 0 0;
490
+ padding: 1px;
491
+ height: 20px;
492
+ }
493
+ .ui-dialog .ui-dialog-content {
494
+ position: relative;
495
+ border: 0;
496
+ padding: .5em 1em;
497
+ background: none;
498
+ overflow: auto;
499
+ }
500
+ .ui-dialog .ui-dialog-buttonpane {
501
+ text-align: left;
502
+ border-width: 1px 0 0 0;
503
+ background-image: none;
504
+ margin-top: .5em;
505
+ padding: .3em 1em .5em .4em;
506
+ }
507
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
508
+ float: right;
509
+ }
510
+ .ui-dialog .ui-dialog-buttonpane button {
511
+ margin: .5em .4em .5em 0;
512
+ cursor: pointer;
513
+ }
514
+ .ui-dialog .ui-resizable-se {
515
+ width: 12px;
516
+ height: 12px;
517
+ right: -5px;
518
+ bottom: -5px;
519
+ background-position: 16px 16px;
520
+ }
521
+ .ui-draggable .ui-dialog-titlebar {
522
+ cursor: move;
523
+ }
524
+ .ui-menu {
525
+ list-style: none;
526
+ padding: 2px;
527
+ margin: 0;
528
+ display: block;
529
+ outline: none;
530
+ }
531
+ .ui-menu .ui-menu {
532
+ margin-top: -3px;
533
+ position: absolute;
534
+ }
535
+ .ui-menu .ui-menu-item {
536
+ margin: 0;
537
+ padding: 0;
538
+ width: 100%;
539
+ /* support: IE10, see #8844 */
540
+ list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
541
+ }
542
+ .ui-menu .ui-menu-divider {
543
+ margin: 5px -2px 5px -2px;
544
+ height: 0;
545
+ font-size: 0;
546
+ line-height: 0;
547
+ border-width: 1px 0 0 0;
548
+ }
549
+ .ui-menu .ui-menu-item a {
550
+ text-decoration: none;
551
+ display: block;
552
+ padding: 2px .4em;
553
+ line-height: 1.5;
554
+ min-height: 0; /* support: IE7 */
555
+ font-weight: normal;
556
+ }
557
+ .ui-menu .ui-menu-item a.ui-state-focus,
558
+ .ui-menu .ui-menu-item a.ui-state-active {
559
+ font-weight: normal;
560
+ margin: -1px;
561
+ }
562
+
563
+ .ui-menu .ui-state-disabled {
564
+ font-weight: normal;
565
+ margin: .4em 0 .2em;
566
+ line-height: 1.5;
567
+ }
568
+ .ui-menu .ui-state-disabled a {
569
+ cursor: default;
570
+ }
571
+
572
+ /* icon support */
573
+ .ui-menu-icons {
574
+ position: relative;
575
+ }
576
+ .ui-menu-icons .ui-menu-item a {
577
+ position: relative;
578
+ padding-left: 2em;
579
+ }
580
+
581
+ /* left-aligned */
582
+ .ui-menu .ui-icon {
583
+ position: absolute;
584
+ top: .2em;
585
+ left: .2em;
586
+ }
587
+
588
+ /* right-aligned */
589
+ .ui-menu .ui-menu-icon {
590
+ position: static;
591
+ float: right;
592
+ }
593
+ .ui-progressbar {
594
+ height: 2em;
595
+ text-align: left;
596
+ overflow: hidden;
597
+ }
598
+ .ui-progressbar .ui-progressbar-value {
599
+ margin: -1px;
600
+ height: 100%;
601
+ }
602
+ .ui-progressbar .ui-progressbar-overlay {
603
+ background: url("images/animated-overlay.gif");
604
+ height: 100%;
605
+ filter: alpha(opacity=25);
606
+ opacity: 0.25;
607
+ }
608
+ .ui-progressbar-indeterminate .ui-progressbar-value {
609
+ background-image: none;
610
+ }
611
+ .ui-slider {
612
+ position: relative;
613
+ text-align: left;
614
+ }
615
+ .ui-slider .ui-slider-handle {
616
+ position: absolute;
617
+ z-index: 2;
618
+ width: 1.2em;
619
+ height: 1.2em;
620
+ cursor: default;
621
+ }
622
+ .ui-slider .ui-slider-range {
623
+ position: absolute;
624
+ z-index: 1;
625
+ font-size: .7em;
626
+ display: block;
627
+ border: 0;
628
+ background-position: 0 0;
629
+ }
630
+
631
+ /* For IE8 - See #6727 */
632
+ .ui-slider.ui-state-disabled .ui-slider-handle,
633
+ .ui-slider.ui-state-disabled .ui-slider-range {
634
+ filter: inherit;
635
+ }
636
+
637
+ .ui-slider-horizontal {
638
+ height: .8em;
639
+ }
640
+ .ui-slider-horizontal .ui-slider-handle {
641
+ top: -.3em;
642
+ margin-left: -.6em;
643
+ }
644
+ .ui-slider-horizontal .ui-slider-range {
645
+ top: 0;
646
+ height: 100%;
647
+ }
648
+ .ui-slider-horizontal .ui-slider-range-min {
649
+ left: 0;
650
+ }
651
+ .ui-slider-horizontal .ui-slider-range-max {
652
+ right: 0;
653
+ }
654
+
655
+ .ui-slider-vertical {
656
+ width: .8em;
657
+ height: 100px;
658
+ }
659
+ .ui-slider-vertical .ui-slider-handle {
660
+ left: -.3em;
661
+ margin-left: 0;
662
+ margin-bottom: -.6em;
663
+ }
664
+ .ui-slider-vertical .ui-slider-range {
665
+ left: 0;
666
+ width: 100%;
667
+ }
668
+ .ui-slider-vertical .ui-slider-range-min {
669
+ bottom: 0;
670
+ }
671
+ .ui-slider-vertical .ui-slider-range-max {
672
+ top: 0;
673
+ }
674
+ .ui-spinner {
675
+ position: relative;
676
+ display: inline-block;
677
+ overflow: hidden;
678
+ padding: 0;
679
+ vertical-align: middle;
680
+ }
681
+ .ui-spinner-input {
682
+ border: none;
683
+ background: none;
684
+ color: inherit;
685
+ padding: 0;
686
+ margin: .2em 0;
687
+ vertical-align: middle;
688
+ margin-left: .4em;
689
+ margin-right: 22px;
690
+ }
691
+ .ui-spinner-button {
692
+ width: 16px;
693
+ height: 50%;
694
+ font-size: .5em;
695
+ padding: 0;
696
+ margin: 0;
697
+ text-align: center;
698
+ position: absolute;
699
+ cursor: default;
700
+ display: block;
701
+ overflow: hidden;
702
+ right: 0;
703
+ }
704
+ /* more specificity required here to override default borders */
705
+ .ui-spinner a.ui-spinner-button {
706
+ border-top: none;
707
+ border-bottom: none;
708
+ border-right: none;
709
+ }
710
+ /* vertically center icon */
711
+ .ui-spinner .ui-icon {
712
+ position: absolute;
713
+ margin-top: -8px;
714
+ top: 50%;
715
+ left: 0;
716
+ }
717
+ .ui-spinner-up {
718
+ top: 0;
719
+ }
720
+ .ui-spinner-down {
721
+ bottom: 0;
722
+ }
723
+
724
+ /* TR overrides */
725
+ .ui-spinner .ui-icon-triangle-1-s {
726
+ /* need to fix icons sprite */
727
+ background-position: -65px -16px;
728
+ }
729
+ .ui-tabs {
730
+ position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
731
+ padding: .2em;
732
+ }
733
+ .ui-tabs .ui-tabs-nav {
734
+ margin: 0;
735
+ padding: .2em .2em 0;
736
+ }
737
+ .ui-tabs .ui-tabs-nav li {
738
+ list-style: none;
739
+ float: left;
740
+ position: relative;
741
+ top: 0;
742
+ margin: 1px .2em 0 0;
743
+ border-bottom-width: 0;
744
+ padding: 0;
745
+ white-space: nowrap;
746
+ }
747
+ .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
748
+ float: left;
749
+ padding: .5em 1em;
750
+ text-decoration: none;
751
+ }
752
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active {
753
+ margin-bottom: -1px;
754
+ padding-bottom: 1px;
755
+ }
756
+ .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
757
+ .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
758
+ .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
759
+ cursor: text;
760
+ }
761
+ .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
762
+ cursor: pointer;
763
+ }
764
+ .ui-tabs .ui-tabs-panel {
765
+ display: block;
766
+ border-width: 0;
767
+ padding: 1em 1.4em;
768
+ background: none;
769
+ }
770
+ .ui-tooltip {
771
+ padding: 8px;
772
+ position: absolute;
773
+ z-index: 9999;
774
+ max-width: 300px;
775
+ -webkit-box-shadow: 0 0 5px #aaa;
776
+ box-shadow: 0 0 5px #aaa;
777
+ }
778
+ body .ui-tooltip {
779
+ border-width: 2px;
780
+ }
781
+
782
+ /* Component containers
783
+ ----------------------------------*/
784
+ .ui-widget {
785
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
786
+ font-size: 1.1em/*{fsDefault}*/;
787
+ }
788
+ .ui-widget .ui-widget {
789
+ font-size: 1em;
790
+ }
791
+ .ui-widget input,
792
+ .ui-widget select,
793
+ .ui-widget textarea,
794
+ .ui-widget button {
795
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
796
+ font-size: 1em;
797
+ }
798
+ .ui-widget-content {
799
+ border: 1px solid #aaaaaa/*{borderColorContent}*/;
800
+ background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
801
+ color: #222222/*{fcContent}*/;
802
+ }
803
+ .ui-widget-content a {
804
+ color: #222222/*{fcContent}*/;
805
+ }
806
+ .ui-widget-header {
807
+ border: 1px solid #aaaaaa/*{borderColorHeader}*/;
808
+ background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
809
+ color: #222222/*{fcHeader}*/;
810
+ font-weight: bold;
811
+ }
812
+ .ui-widget-header a {
813
+ color: #222222/*{fcHeader}*/;
814
+ }
815
+
816
+ /* Interaction states
817
+ ----------------------------------*/
818
+ .ui-state-default,
819
+ .ui-widget-content .ui-state-default,
820
+ .ui-widget-header .ui-state-default {
821
+ border: 1px solid #d3d3d3/*{borderColorDefault}*/;
822
+ background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
823
+ font-weight: normal/*{fwDefault}*/;
824
+ color: #555555/*{fcDefault}*/;
825
+ }
826
+ .ui-state-default a,
827
+ .ui-state-default a:link,
828
+ .ui-state-default a:visited {
829
+ color: #555555/*{fcDefault}*/;
830
+ text-decoration: none;
831
+ }
832
+ .ui-state-hover,
833
+ .ui-widget-content .ui-state-hover,
834
+ .ui-widget-header .ui-state-hover,
835
+ .ui-state-focus,
836
+ .ui-widget-content .ui-state-focus,
837
+ .ui-widget-header .ui-state-focus {
838
+ border: 1px solid #999999/*{borderColorHover}*/;
839
+ background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
840
+ font-weight: normal/*{fwDefault}*/;
841
+ color: #212121/*{fcHover}*/;
842
+ }
843
+ .ui-state-hover a,
844
+ .ui-state-hover a:hover,
845
+ .ui-state-hover a:link,
846
+ .ui-state-hover a:visited,
847
+ .ui-state-focus a,
848
+ .ui-state-focus a:hover,
849
+ .ui-state-focus a:link,
850
+ .ui-state-focus a:visited {
851
+ color: #212121/*{fcHover}*/;
852
+ text-decoration: none;
853
+ }
854
+ .ui-state-active,
855
+ .ui-widget-content .ui-state-active,
856
+ .ui-widget-header .ui-state-active {
857
+ border: 1px solid #aaaaaa/*{borderColorActive}*/;
858
+ background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
859
+ font-weight: normal/*{fwDefault}*/;
860
+ color: #212121/*{fcActive}*/;
861
+ }
862
+ .ui-state-active a,
863
+ .ui-state-active a:link,
864
+ .ui-state-active a:visited {
865
+ color: #212121/*{fcActive}*/;
866
+ text-decoration: none;
867
+ }
868
+
869
+ /* Interaction Cues
870
+ ----------------------------------*/
871
+ .ui-state-highlight,
872
+ .ui-widget-content .ui-state-highlight,
873
+ .ui-widget-header .ui-state-highlight {
874
+ border: 1px solid #fcefa1/*{borderColorHighlight}*/;
875
+ background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
876
+ color: #363636/*{fcHighlight}*/;
877
+ }
878
+ .ui-state-highlight a,
879
+ .ui-widget-content .ui-state-highlight a,
880
+ .ui-widget-header .ui-state-highlight a {
881
+ color: #363636/*{fcHighlight}*/;
882
+ }
883
+ .ui-state-error,
884
+ .ui-widget-content .ui-state-error,
885
+ .ui-widget-header .ui-state-error {
886
+ border: 1px solid #cd0a0a/*{borderColorError}*/;
887
+ background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
888
+ color: #cd0a0a/*{fcError}*/;
889
+ }
890
+ .ui-state-error a,
891
+ .ui-widget-content .ui-state-error a,
892
+ .ui-widget-header .ui-state-error a {
893
+ color: #cd0a0a/*{fcError}*/;
894
+ }
895
+ .ui-state-error-text,
896
+ .ui-widget-content .ui-state-error-text,
897
+ .ui-widget-header .ui-state-error-text {
898
+ color: #cd0a0a/*{fcError}*/;
899
+ }
900
+ .ui-priority-primary,
901
+ .ui-widget-content .ui-priority-primary,
902
+ .ui-widget-header .ui-priority-primary {
903
+ font-weight: bold;
904
+ }
905
+ .ui-priority-secondary,
906
+ .ui-widget-content .ui-priority-secondary,
907
+ .ui-widget-header .ui-priority-secondary {
908
+ opacity: .7;
909
+ filter:Alpha(Opacity=70);
910
+ font-weight: normal;
911
+ }
912
+ .ui-state-disabled,
913
+ .ui-widget-content .ui-state-disabled,
914
+ .ui-widget-header .ui-state-disabled {
915
+ opacity: .35;
916
+ filter:Alpha(Opacity=35);
917
+ background-image: none;
918
+ }
919
+ .ui-state-disabled .ui-icon {
920
+ filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
921
+ }
922
+
923
+ /* Icons
924
+ ----------------------------------*/
925
+
926
+ /* states and images */
927
+ .ui-icon {
928
+ width: 16px;
929
+ height: 16px;
930
+ }
931
+ .ui-icon,
932
+ .ui-widget-content .ui-icon {
933
+ background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
934
+ }
935
+ .ui-widget-header .ui-icon {
936
+ background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
937
+ }
938
+ .ui-state-default .ui-icon {
939
+ background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
940
+ }
941
+ .ui-state-hover .ui-icon,
942
+ .ui-state-focus .ui-icon {
943
+ background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
944
+ }
945
+ .ui-state-active .ui-icon {
946
+ background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
947
+ }
948
+ .ui-state-highlight .ui-icon {
949
+ background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
950
+ }
951
+ .ui-state-error .ui-icon,
952
+ .ui-state-error-text .ui-icon {
953
+ background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
954
+ }
955
+
956
+ /* positioning */
957
+ .ui-icon-blank { background-position: 16px 16px; }
958
+ .ui-icon-carat-1-n { background-position: 0 0; }
959
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
960
+ .ui-icon-carat-1-e { background-position: -32px 0; }
961
+ .ui-icon-carat-1-se { background-position: -48px 0; }
962
+ .ui-icon-carat-1-s { background-position: -64px 0; }
963
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
964
+ .ui-icon-carat-1-w { background-position: -96px 0; }
965
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
966
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
967
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
968
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
969
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
970
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
971
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
972
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
973
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
974
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
975
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
976
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
977
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
978
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
979
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
980
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
981
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
982
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
983
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
984
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
985
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
986
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
987
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
988
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
989
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
990
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
991
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
992
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
993
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
994
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
995
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
996
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
997
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
998
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
999
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1000
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1001
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1002
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1003
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1004
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1005
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1006
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1007
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1008
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1009
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1010
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1011
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1012
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1013
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1014
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1015
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1016
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1017
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1018
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1019
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1020
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1021
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1022
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
1023
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
1024
+ .ui-icon-extlink { background-position: -32px -80px; }
1025
+ .ui-icon-newwin { background-position: -48px -80px; }
1026
+ .ui-icon-refresh { background-position: -64px -80px; }
1027
+ .ui-icon-shuffle { background-position: -80px -80px; }
1028
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
1029
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
1030
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
1031
+ .ui-icon-folder-open { background-position: -16px -96px; }
1032
+ .ui-icon-document { background-position: -32px -96px; }
1033
+ .ui-icon-document-b { background-position: -48px -96px; }
1034
+ .ui-icon-note { background-position: -64px -96px; }
1035
+ .ui-icon-mail-closed { background-position: -80px -96px; }
1036
+ .ui-icon-mail-open { background-position: -96px -96px; }
1037
+ .ui-icon-suitcase { background-position: -112px -96px; }
1038
+ .ui-icon-comment { background-position: -128px -96px; }
1039
+ .ui-icon-person { background-position: -144px -96px; }
1040
+ .ui-icon-print { background-position: -160px -96px; }
1041
+ .ui-icon-trash { background-position: -176px -96px; }
1042
+ .ui-icon-locked { background-position: -192px -96px; }
1043
+ .ui-icon-unlocked { background-position: -208px -96px; }
1044
+ .ui-icon-bookmark { background-position: -224px -96px; }
1045
+ .ui-icon-tag { background-position: -240px -96px; }
1046
+ .ui-icon-home { background-position: 0 -112px; }
1047
+ .ui-icon-flag { background-position: -16px -112px; }
1048
+ .ui-icon-calendar { background-position: -32px -112px; }
1049
+ .ui-icon-cart { background-position: -48px -112px; }
1050
+ .ui-icon-pencil { background-position: -64px -112px; }
1051
+ .ui-icon-clock { background-position: -80px -112px; }
1052
+ .ui-icon-disk { background-position: -96px -112px; }
1053
+ .ui-icon-calculator { background-position: -112px -112px; }
1054
+ .ui-icon-zoomin { background-position: -128px -112px; }
1055
+ .ui-icon-zoomout { background-position: -144px -112px; }
1056
+ .ui-icon-search { background-position: -160px -112px; }
1057
+ .ui-icon-wrench { background-position: -176px -112px; }
1058
+ .ui-icon-gear { background-position: -192px -112px; }
1059
+ .ui-icon-heart { background-position: -208px -112px; }
1060
+ .ui-icon-star { background-position: -224px -112px; }
1061
+ .ui-icon-link { background-position: -240px -112px; }
1062
+ .ui-icon-cancel { background-position: 0 -128px; }
1063
+ .ui-icon-plus { background-position: -16px -128px; }
1064
+ .ui-icon-plusthick { background-position: -32px -128px; }
1065
+ .ui-icon-minus { background-position: -48px -128px; }
1066
+ .ui-icon-minusthick { background-position: -64px -128px; }
1067
+ .ui-icon-close { background-position: -80px -128px; }
1068
+ .ui-icon-closethick { background-position: -96px -128px; }
1069
+ .ui-icon-key { background-position: -112px -128px; }
1070
+ .ui-icon-lightbulb { background-position: -128px -128px; }
1071
+ .ui-icon-scissors { background-position: -144px -128px; }
1072
+ .ui-icon-clipboard { background-position: -160px -128px; }
1073
+ .ui-icon-copy { background-position: -176px -128px; }
1074
+ .ui-icon-contact { background-position: -192px -128px; }
1075
+ .ui-icon-image { background-position: -208px -128px; }
1076
+ .ui-icon-video { background-position: -224px -128px; }
1077
+ .ui-icon-script { background-position: -240px -128px; }
1078
+ .ui-icon-alert { background-position: 0 -144px; }
1079
+ .ui-icon-info { background-position: -16px -144px; }
1080
+ .ui-icon-notice { background-position: -32px -144px; }
1081
+ .ui-icon-help { background-position: -48px -144px; }
1082
+ .ui-icon-check { background-position: -64px -144px; }
1083
+ .ui-icon-bullet { background-position: -80px -144px; }
1084
+ .ui-icon-radio-on { background-position: -96px -144px; }
1085
+ .ui-icon-radio-off { background-position: -112px -144px; }
1086
+ .ui-icon-pin-w { background-position: -128px -144px; }
1087
+ .ui-icon-pin-s { background-position: -144px -144px; }
1088
+ .ui-icon-play { background-position: 0 -160px; }
1089
+ .ui-icon-pause { background-position: -16px -160px; }
1090
+ .ui-icon-seek-next { background-position: -32px -160px; }
1091
+ .ui-icon-seek-prev { background-position: -48px -160px; }
1092
+ .ui-icon-seek-end { background-position: -64px -160px; }
1093
+ .ui-icon-seek-start { background-position: -80px -160px; }
1094
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1095
+ .ui-icon-seek-first { background-position: -80px -160px; }
1096
+ .ui-icon-stop { background-position: -96px -160px; }
1097
+ .ui-icon-eject { background-position: -112px -160px; }
1098
+ .ui-icon-volume-off { background-position: -128px -160px; }
1099
+ .ui-icon-volume-on { background-position: -144px -160px; }
1100
+ .ui-icon-power { background-position: 0 -176px; }
1101
+ .ui-icon-signal-diag { background-position: -16px -176px; }
1102
+ .ui-icon-signal { background-position: -32px -176px; }
1103
+ .ui-icon-battery-0 { background-position: -48px -176px; }
1104
+ .ui-icon-battery-1 { background-position: -64px -176px; }
1105
+ .ui-icon-battery-2 { background-position: -80px -176px; }
1106
+ .ui-icon-battery-3 { background-position: -96px -176px; }
1107
+ .ui-icon-circle-plus { background-position: 0 -192px; }
1108
+ .ui-icon-circle-minus { background-position: -16px -192px; }
1109
+ .ui-icon-circle-close { background-position: -32px -192px; }
1110
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
1111
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
1112
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
1113
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
1114
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
1115
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
1116
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
1117
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
1118
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
1119
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
1120
+ .ui-icon-circle-check { background-position: -208px -192px; }
1121
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
1122
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
1123
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
1124
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
1125
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
1126
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
1127
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1128
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1129
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1130
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1131
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1132
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1133
+
1134
+
1135
+ /* Misc visuals
1136
+ ----------------------------------*/
1137
+
1138
+ /* Corner radius */
1139
+ .ui-corner-all,
1140
+ .ui-corner-top,
1141
+ .ui-corner-left,
1142
+ .ui-corner-tl {
1143
+ border-top-left-radius: 4px/*{cornerRadius}*/;
1144
+ }
1145
+ .ui-corner-all,
1146
+ .ui-corner-top,
1147
+ .ui-corner-right,
1148
+ .ui-corner-tr {
1149
+ border-top-right-radius: 4px/*{cornerRadius}*/;
1150
+ }
1151
+ .ui-corner-all,
1152
+ .ui-corner-bottom,
1153
+ .ui-corner-left,
1154
+ .ui-corner-bl {
1155
+ border-bottom-left-radius: 4px/*{cornerRadius}*/;
1156
+ }
1157
+ .ui-corner-all,
1158
+ .ui-corner-bottom,
1159
+ .ui-corner-right,
1160
+ .ui-corner-br {
1161
+ border-bottom-right-radius: 4px/*{cornerRadius}*/;
1162
+ }
1163
+
1164
+ /* Overlays */
1165
+ .ui-widget-overlay {
1166
+ background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
1167
+ opacity: .3/*{opacityOverlay}*/;
1168
+ filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
1169
+ }
1170
+ .ui-widget-shadow {
1171
+ margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
1172
+ padding: 8px/*{thicknessShadow}*/;
1173
+ background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
1174
+ opacity: .3/*{opacityShadow}*/;
1175
+ filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
1176
+ border-radius: 8px/*{cornerRadiusShadow}*/;
1177
+ }