ui_alchemy-rails 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. data/app/assets/stylesheets/alchemy/components/_chosen.scss +1 -2
  2. data/app/assets/stylesheets/alchemy/components/_content.scss +1 -1
  3. data/app/assets/stylesheets/alchemy/components/_media.scss +1 -1
  4. data/app/assets/stylesheets/alchemy/components/_shared.scss +1 -1
  5. data/app/assets/stylesheets/alchemy/components/flash_messages/_flash_messages.scss +1 -1
  6. data/app/assets/stylesheets/alchemy/components/fonts/_liberation.scss +1 -1
  7. data/app/assets/stylesheets/alchemy/components/fonts/_overpass.scss +1 -1
  8. data/app/assets/stylesheets/alchemy/components/footer/_footer.scss +1 -1
  9. data/app/assets/stylesheets/alchemy/components/header/_header.scss +1 -1
  10. data/app/assets/stylesheets/alchemy/components/login/_login.scss +3 -3
  11. data/app/assets/stylesheets/alchemy/components/sprites/_sprites.scss +1 -1
  12. data/app/assets/stylesheets/alchemy/components/text/_text.scss +1 -1
  13. data/app/assets/stylesheets/alchemy/composites/content_elements.scss +2 -2
  14. data/lib/ui_alchemy/rails/engine.rb +4 -0
  15. data/lib/ui_alchemy/rails/version.rb +1 -1
  16. data/{app/assets/stylesheets/alchemy/components/buttons → vendor/assets/ui_alchemy/alchemy-buttons}/_buttons_vars.scss +0 -0
  17. data/vendor/assets/ui_alchemy/alchemy-buttons/alchemy-buttons.css +836 -0
  18. data/{app/assets/stylesheets/alchemy/components/buttons/_buttons.scss → vendor/assets/ui_alchemy/alchemy-buttons/buttons.scss} +3 -3
  19. data/vendor/assets/ui_alchemy/alchemy-buttons/component.json +26 -0
  20. data/{app/assets/stylesheets/alchemy/components/forms → vendor/assets/ui_alchemy/alchemy-forms}/_forms_ie.scss +0 -0
  21. data/{app/assets/stylesheets/alchemy/components/forms → vendor/assets/ui_alchemy/alchemy-forms}/_forms_mixins.scss +0 -0
  22. data/{app/assets/stylesheets/alchemy/components/forms → vendor/assets/ui_alchemy/alchemy-forms}/_forms_responsive.scss +0 -0
  23. data/{app/assets/stylesheets/alchemy/components/forms → vendor/assets/ui_alchemy/alchemy-forms}/_forms_vars.scss +0 -0
  24. data/vendor/assets/ui_alchemy/alchemy-forms/alchemy-forms.css +1101 -0
  25. data/vendor/assets/ui_alchemy/alchemy-forms/alchemy-forms.js +0 -0
  26. data/vendor/assets/ui_alchemy/alchemy-forms/component.json +27 -0
  27. data/{app/assets/stylesheets/alchemy/components/forms/_forms.scss → vendor/assets/ui_alchemy/alchemy-forms/forms.scss} +10 -11
  28. data/vendor/assets/ui_alchemy/alchemy-tables/alchemy-tables.css +1445 -0
  29. data/vendor/assets/ui_alchemy/alchemy-tables/alchemy-tables.js +134 -0
  30. data/vendor/assets/ui_alchemy/alchemy-tables/component.json +27 -0
  31. data/vendor/assets/ui_alchemy/alchemy-tables/tables.scss +220 -0
  32. data/{app/assets/stylesheets/alchemy/partials → vendor/assets/ui_alchemy/alchemy}/_colors.scss +0 -0
  33. data/vendor/assets/ui_alchemy/alchemy/_media_object.scss +22 -0
  34. data/{app/assets/stylesheets/alchemy/partials → vendor/assets/ui_alchemy/alchemy}/_mixins.scss +0 -0
  35. data/vendor/assets/ui_alchemy/alchemy/_normalize.scss +396 -0
  36. data/{app/assets/stylesheets/alchemy/partials → vendor/assets/ui_alchemy/alchemy}/_vars.scss +1 -1
  37. data/vendor/assets/ui_alchemy/alchemy/alchemy.css +0 -0
  38. data/vendor/assets/ui_alchemy/alchemy/alchemy.js +20 -0
  39. data/vendor/assets/ui_alchemy/alchemy/alchemy.scss +8 -0
  40. data/vendor/assets/ui_alchemy/alchemy/component.json +25 -0
  41. data/vendor/assets/ui_alchemy/angular/angular.js +14760 -0
  42. data/vendor/assets/ui_alchemy/angular/angular.min.js +162 -0
  43. data/vendor/assets/ui_alchemy/angular/component.json +14 -0
  44. data/vendor/assets/ui_alchemy/jquery/README.md +4 -0
  45. data/vendor/assets/ui_alchemy/jquery/component.json +21 -0
  46. data/vendor/assets/ui_alchemy/jquery/composer.json +30 -0
  47. data/vendor/assets/ui_alchemy/jquery/jquery-migrate.js +496 -0
  48. data/vendor/assets/ui_alchemy/jquery/jquery-migrate.min.js +3 -0
  49. data/vendor/assets/ui_alchemy/jquery/jquery.js +9597 -0
  50. data/vendor/assets/ui_alchemy/jquery/jquery.min.js +5 -0
  51. data/vendor/assets/ui_alchemy/jquery/package.json +7 -0
  52. metadata +39 -14
  53. data/app/assets/stylesheets/alchemy/partials/_base.scss +0 -8
  54. data/vendor/assets/javascripts/alchemy/jquery/jquery-1.6.2.js +0 -8981
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "alchemy-forms",
3
+ "version": "0.0.3",
4
+ "main": [
5
+ "./*.js",
6
+ "./*.scss",
7
+ "./*.css"
8
+ ],
9
+ "dependencies": {
10
+ "angular": "~1.0.5",
11
+ "jquery": "~1.9.1",
12
+ "alchemy": ">=0.0.1",
13
+ "alchemy-buttons": ">=0.0.1"
14
+ },
15
+ "devDependencies": {
16
+ "angular-mocks": "~1.0.5",
17
+ "angular-scenario": "~1.0.5"
18
+ },
19
+ "gitHead": "002e562a48e8d14642ba34f1f5380335a91d4b28",
20
+ "_id": "alchemy-forms@0.0.3",
21
+ "readme": "ERROR: No README.md file found!",
22
+ "description": "ERROR: No README.md file found!",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/ui-alchemy/alchemy-forms.git"
26
+ }
27
+ }
@@ -1,6 +1,6 @@
1
- @import "alchemy/partials/base";
2
- @import "alchemy/components/forms/forms_vars";
3
- @import "alchemy/components/forms/forms_mixins";
1
+ @import "alchemy/alchemy";
2
+ @import "forms_vars";
3
+ @import "forms_mixins";
4
4
 
5
5
  /*
6
6
  =======================================
@@ -90,13 +90,10 @@
90
90
  input[type="search"],
91
91
  input[type="date"],
92
92
  input[type="number"],
93
- select,
94
93
  textarea {
95
94
  width: $input_width;
96
95
  padding: 6px $input_padding;
97
96
  color: inherit;
98
- font-size: 100%;
99
- height: 16px;
100
97
  outline: none;
101
98
  border: 1px solid $border_color;
102
99
  margin-bottom: 7px;
@@ -138,9 +135,11 @@
138
135
  width: auto;
139
136
  max-width: $input_width - $input_padding; //has one more for right padding
140
137
  padding: 4px 0 4px $input_padding;
141
- height: 30px;
142
- line-height: 30px;
143
- background-color: white;
138
+ margin-bottom: 7px;
139
+ position: relative;
140
+ top: 2px;
141
+ font-size: 100%;
142
+ color: $text_color;
144
143
 
145
144
  &[multiple="multiple"] {
146
145
  background: $white_color;
@@ -541,7 +540,7 @@
541
540
  RESPONSIVE
542
541
  =======================================
543
542
  */
544
- @import "alchemy/components/forms/forms_responsive";
543
+ @import "forms_responsive";
545
544
 
546
545
 
547
546
  /*
@@ -549,4 +548,4 @@
549
548
  IE tweaks
550
549
  =======================================
551
550
  */
552
- @import "alchemy/components/forms/forms_ie";
551
+ @import "forms_ie";
@@ -0,0 +1,1445 @@
1
+ /*****************
2
+ * Font Types
3
+ *****************/
4
+ /*****************
5
+ * Static
6
+ *****************/
7
+ /*****************
8
+ * Responsive
9
+ *****************/
10
+ /*****************
11
+ * Elements - Global
12
+ *****************/
13
+ /********
14
+ * Images
15
+ *********/
16
+ /*************
17
+ * Base Colors
18
+ **************/
19
+ /****************
20
+ * Palette Colors
21
+ *****************/
22
+ /* Proposed colour palette
23
+ ===========================*/
24
+ /* Generic default tone for non interactive elements */
25
+ /* Favorite greys for warm interactive elements */
26
+ /* Red Hat toners */
27
+ /* Red Hat Official */
28
+ /* Red Hat Apps - Web Extended
29
+ ================================*/
30
+ /* Orange (the letter o) */
31
+ /* Green */
32
+ /* Red */
33
+ /************
34
+ * Theme color
35
+ ************/
36
+ /* background for header */
37
+ /* ie9 support */
38
+ /*****************
39
+ * Font Types
40
+ *****************/
41
+ /*****************
42
+ * Static
43
+ *****************/
44
+ /*****************
45
+ * Responsive
46
+ *****************/
47
+ /*****************
48
+ * Elements - Global
49
+ *****************/
50
+ /********
51
+ * Images
52
+ *********/
53
+ /*************
54
+ * Base Colors
55
+ **************/
56
+ /****************
57
+ * Palette Colors
58
+ *****************/
59
+ /* Proposed colour palette
60
+ ===========================*/
61
+ /* Generic default tone for non interactive elements */
62
+ /* Favorite greys for warm interactive elements */
63
+ /* Red Hat toners */
64
+ /* Red Hat Official */
65
+ /* Red Hat Apps - Web Extended
66
+ ================================*/
67
+ /* Orange (the letter o) */
68
+ /* Green */
69
+ /* Red */
70
+ /************
71
+ * Theme color
72
+ ************/
73
+ /* background for header */
74
+ /* ie9 support */
75
+ /*
76
+ =======================================
77
+ FORMS
78
+ =======================================
79
+ */
80
+ /* line 11, ../../app/components/alchemy-forms/forms.scss */
81
+ .form {
82
+ width: 100%;
83
+ display: block;
84
+ line-height: 1;
85
+ color: #3c3c3c;
86
+ }
87
+ /* line 18, ../../app/components/alchemy-forms/forms.scss */
88
+ .form .control_group,
89
+ .form .control-group {
90
+ padding: 5px 8px;
91
+ position: relative;
92
+ white-space: nowrap;
93
+ }
94
+ /* line 24, ../../app/components/alchemy-forms/forms.scss */
95
+ .form .control_group .label,
96
+ .form .control_group .control-label,
97
+ .form .control-group .label,
98
+ .form .control-group .control-label {
99
+ width: 200px;
100
+ float: left;
101
+ text-align: right;
102
+ position: relative;
103
+ padding: 0;
104
+ }
105
+ /* line 32, ../../app/components/alchemy-forms/forms.scss */
106
+ .form .control_group .input,
107
+ .form .control-group .input {
108
+ margin-left: 200px;
109
+ position: relative;
110
+ min-height: 2.5em;
111
+ }
112
+ /* line 39, ../../app/components/alchemy-forms/forms.scss */
113
+ .form fieldset {
114
+ border: 1px solid #e2e2e2;
115
+ -webkit-border-radius: 5px;
116
+ -moz-border-radius: 5px;
117
+ -ms-border-radius: 5px;
118
+ -o-border-radius: 5px;
119
+ border-radius: 5px;
120
+ padding: 0;
121
+ margin: 0 0 10px;
122
+ background: #fdfdfd;
123
+ }
124
+ /* line 46, ../../app/components/alchemy-forms/forms.scss */
125
+ .form fieldset legend {
126
+ width: auto;
127
+ margin-left: 10px;
128
+ padding: 3px 5px;
129
+ color: #b1b1b1;
130
+ background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
131
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, rgba(255, 255, 255, 0)));
132
+ background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
133
+ background: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
134
+ background: -o-linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
135
+ background: linear-gradient(#ffffff, rgba(255, 255, 255, 0) 90%);
136
+ }
137
+
138
+ /*
139
+ =======================================
140
+ INPUTS
141
+ =======================================
142
+ */
143
+ /* general */
144
+ /* line 64, ../../app/components/alchemy-forms/forms.scss */
145
+ .form {
146
+ /* general styling of fields */
147
+ /* placeholder for various browsers
148
+ (needs to be separate) */
149
+ /* remove placeholder on focus
150
+ (needs to be separate) */
151
+ /* required field */
152
+ /* informative values */
153
+ /* readonly field */
154
+ /* disabled field */
155
+ /* warning field */
156
+ /* error field */
157
+ /* checking items */
158
+ }
159
+ /* line 67, ../../app/components/alchemy-forms/forms.scss */
160
+ .form .label label,
161
+ .form .control-label label {
162
+ line-height: 2.5;
163
+ display: inline-block;
164
+ padding: 0 20px 0 3px;
165
+ }
166
+ /* line 77, ../../app/components/alchemy-forms/forms.scss */
167
+ .form input,
168
+ .form select,
169
+ .form textarea {
170
+ font-family: "Liberation Sans", sans-serif;
171
+ }
172
+ /* line 82, ../../app/components/alchemy-forms/forms.scss */
173
+ .form input {
174
+ line-height: 1.3;
175
+ }
176
+ /* line 93, ../../app/components/alchemy-forms/forms.scss */
177
+ .form input[type="text"],
178
+ .form input[type="password"],
179
+ .form input[type="email"],
180
+ .form input[type="url"],
181
+ .form input[type="search"],
182
+ .form input[type="date"],
183
+ .form input[type="number"],
184
+ .form textarea {
185
+ width: 280px;
186
+ padding: 6px 10px;
187
+ color: inherit;
188
+ outline: none;
189
+ border: 1px solid #c8c8c8;
190
+ margin-bottom: 7px;
191
+ -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
192
+ -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
193
+ box-shadow: 0 1px 2px 0 #d5d5d5 inset;
194
+ -webkit-border-radius: 3px;
195
+ -moz-border-radius: 3px;
196
+ -ms-border-radius: 3px;
197
+ -o-border-radius: 3px;
198
+ border-radius: 3px;
199
+ }
200
+ /* line 103, ../../app/components/alchemy-forms/forms.scss */
201
+ .form input[type="text"]:hover,
202
+ .form input[type="password"]:hover,
203
+ .form input[type="email"]:hover,
204
+ .form input[type="url"]:hover,
205
+ .form input[type="search"]:hover,
206
+ .form input[type="date"]:hover,
207
+ .form input[type="number"]:hover,
208
+ .form textarea:hover {
209
+ border-color: #9a9a9a;
210
+ }
211
+ /* line 107, ../../app/components/alchemy-forms/forms.scss */
212
+ .form input[type="text"]:focus,
213
+ .form input[type="password"]:focus,
214
+ .form input[type="email"]:focus,
215
+ .form input[type="url"]:focus,
216
+ .form input[type="search"]:focus,
217
+ .form input[type="date"]:focus,
218
+ .form input[type="number"]:focus,
219
+ .form textarea:focus {
220
+ border-color: #35b4ee;
221
+ -webkit-box-shadow: 0 0 2px #35b4ee;
222
+ -moz-box-shadow: 0 0 2px #35b4ee;
223
+ box-shadow: 0 0 2px #35b4ee;
224
+ -webkit-transition: all 0.17s linear;
225
+ -moz-transition: all 0.17s linear;
226
+ -o-transition: all 0.17s linear;
227
+ transition: all 0.17s linear;
228
+ }
229
+ /* line 115, ../../app/components/alchemy-forms/forms.scss */
230
+ .form input[type="file"],
231
+ .form input[type="range"] {
232
+ width: auto;
233
+ max-width: 290px;
234
+ padding: 6px 0;
235
+ margin-bottom: 7px;
236
+ }
237
+ /* line 122, ../../app/components/alchemy-forms/forms.scss */
238
+ .form input[type="range"] {
239
+ width: 290px;
240
+ padding-top: 4px;
241
+ }
242
+ /* line 127, ../../app/components/alchemy-forms/forms.scss */
243
+ .form input[type="number"] {
244
+ width: 50px;
245
+ text-align: left;
246
+ padding: 4px 10px;
247
+ }
248
+ /* line 133, ../../app/components/alchemy-forms/forms.scss */
249
+ .form select {
250
+ min-width: 186.66667px;
251
+ width: auto;
252
+ max-width: 270px;
253
+ padding: 4px 0 4px 10px;
254
+ margin-bottom: 7px;
255
+ position: relative;
256
+ top: 2px;
257
+ font-size: 100%;
258
+ color: #3c3c3c;
259
+ }
260
+ /* line 144, ../../app/components/alchemy-forms/forms.scss */
261
+ .form select[multiple="multiple"] {
262
+ background: white;
263
+ height: auto;
264
+ line-height: 1.5;
265
+ border: 1px solid #c8c8c8;
266
+ }
267
+ /* line 152, ../../app/components/alchemy-forms/forms.scss */
268
+ .form textarea {
269
+ height: auto;
270
+ resize: none;
271
+ overflow: auto;
272
+ }
273
+ /* line 160, ../../app/components/alchemy-forms/forms.scss */
274
+ .form input::-webkit-input-placeholder {
275
+ color: #c8c8c8;
276
+ font-style: italic;
277
+ }
278
+ /* line 165, ../../app/components/alchemy-forms/forms.scss */
279
+ .form input:-moz-placeholder {
280
+ color: #c8c8c8;
281
+ font-style: italic;
282
+ }
283
+ /* line 172, ../../app/components/alchemy-forms/forms.scss */
284
+ .form input:focus::-webkit-input-placeholder {
285
+ color: rgba(255, 255, 255, 0);
286
+ }
287
+ /* line 176, ../../app/components/alchemy-forms/forms.scss */
288
+ .form input:focus:-moz-placeholder {
289
+ color: rgba(255, 255, 255, 0);
290
+ }
291
+ /* line 183, ../../app/components/alchemy-forms/forms.scss */
292
+ .form .required .label,
293
+ .form .required .control-label {
294
+ position: relative;
295
+ }
296
+ /* line 186, ../../app/components/alchemy-forms/forms.scss */
297
+ .form .required .label:after,
298
+ .form .required .control-label:after {
299
+ display: inline-block;
300
+ position: absolute;
301
+ right: 11px;
302
+ top: 4px;
303
+ font-size: 125%;
304
+ font-weight: bold;
305
+ content: '*';
306
+ color: #139edd;
307
+ }
308
+ /* line 200, ../../app/components/alchemy-forms/forms.scss */
309
+ .form .required.warning .label:after,
310
+ .form .required.warning .control-label:after {
311
+ color: #ff860e;
312
+ }
313
+ /* line 207, ../../app/components/alchemy-forms/forms.scss */
314
+ .form .required.error .label:after,
315
+ .form .required.error .control-label:after {
316
+ color: #c81e28;
317
+ }
318
+ /* line 214, ../../app/components/alchemy-forms/forms.scss */
319
+ .form .value {
320
+ display: inline-block;
321
+ width: 280px;
322
+ padding: 8px 0;
323
+ margin-bottom: 7px;
324
+ line-height: 1.3;
325
+ font-size: 100%;
326
+ color: #a7a7a7;
327
+ }
328
+ /* line 227, ../../app/components/alchemy-forms/forms.scss */
329
+ .form .readonly input,
330
+ .form input[readonly="readonly"],
331
+ .form textarea[readonly="readonly"] {
332
+ color: #a7a7a7;
333
+ }
334
+ /* line 231, ../../app/components/alchemy-forms/forms.scss */
335
+ .form .readonly input:hover, .form .readonly input:focus,
336
+ .form input[readonly="readonly"]:hover,
337
+ .form input[readonly="readonly"]:focus,
338
+ .form textarea[readonly="readonly"]:hover,
339
+ .form textarea[readonly="readonly"]:focus {
340
+ border: 1px solid #c8c8c8;
341
+ -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
342
+ -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
343
+ box-shadow: 0 1px 2px 0 #d5d5d5 inset;
344
+ }
345
+ /* line 239, ../../app/components/alchemy-forms/forms.scss */
346
+ .form .disabled label {
347
+ color: #a2a2a2;
348
+ }
349
+ /* line 245, ../../app/components/alchemy-forms/forms.scss */
350
+ .form input[disabled="disabled"],
351
+ .form textarea[disabled="disabled"] {
352
+ color: #a2a2a2;
353
+ background: #f7f7f6;
354
+ border: 1px solid #c8c8c8;
355
+ }
356
+ /* line 251, ../../app/components/alchemy-forms/forms.scss */
357
+ .form input[disabled="disabled"]:hover, .form input[disabled="disabled"]:focus,
358
+ .form textarea[disabled="disabled"]:hover,
359
+ .form textarea[disabled="disabled"]:focus {
360
+ border: 1px solid #c8c8c8;
361
+ -webkit-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
362
+ -moz-box-shadow: 0 1px 2px 0 #d5d5d5 inset;
363
+ box-shadow: 0 1px 2px 0 #d5d5d5 inset;
364
+ }
365
+ /* line 257, ../../app/components/alchemy-forms/forms.scss */
366
+ .form select[disabled="disabled"] {
367
+ color: #a2a2a2;
368
+ }
369
+ /* line 261, ../../app/components/alchemy-forms/forms.scss */
370
+ .form input[type="file"][disabled="disabled"] {
371
+ color: #a2a2a2;
372
+ border: 0 none;
373
+ -webkit-box-shadow: none;
374
+ -moz-box-shadow: none;
375
+ box-shadow: none;
376
+ }
377
+ /* line 2, ../../app/components/alchemy-forms/_forms_mixins.scss */
378
+ .form .warning .label {
379
+ color: #ff860e;
380
+ }
381
+ /* line 6, ../../app/components/alchemy-forms/_forms_mixins.scss */
382
+ .form .warning input {
383
+ border-color: #ff860e;
384
+ }
385
+ /* line 9, ../../app/components/alchemy-forms/_forms_mixins.scss */
386
+ .form .warning input:hover {
387
+ border-color: #d06700;
388
+ }
389
+ /* line 13, ../../app/components/alchemy-forms/_forms_mixins.scss */
390
+ .form .warning input:focus {
391
+ border-color: #ff860e;
392
+ -webkit-box-shadow: 0 0 2px #ff860e;
393
+ -moz-box-shadow: 0 0 2px #ff860e;
394
+ box-shadow: 0 0 2px #ff860e;
395
+ }
396
+ /* line 2, ../../app/components/alchemy-forms/_forms_mixins.scss */
397
+ .form .error .label {
398
+ color: #c81e28;
399
+ }
400
+ /* line 6, ../../app/components/alchemy-forms/_forms_mixins.scss */
401
+ .form .error input {
402
+ border-color: #c81e28;
403
+ }
404
+ /* line 9, ../../app/components/alchemy-forms/_forms_mixins.scss */
405
+ .form .error input:hover {
406
+ border-color: #93161d;
407
+ }
408
+ /* line 13, ../../app/components/alchemy-forms/_forms_mixins.scss */
409
+ .form .error input:focus {
410
+ border-color: #c81e28;
411
+ -webkit-box-shadow: 0 0 2px #c81e28;
412
+ -moz-box-shadow: 0 0 2px #c81e28;
413
+ box-shadow: 0 0 2px #c81e28;
414
+ }
415
+ /* line 280, ../../app/components/alchemy-forms/forms.scss */
416
+ .form .checkbox .control,
417
+ .form .radio .control {
418
+ display: block;
419
+ padding: 1px 0 5px 0;
420
+ }
421
+ /* line 284, ../../app/components/alchemy-forms/forms.scss */
422
+ .form .checkbox .control label,
423
+ .form .radio .control label {
424
+ padding-right: 15px;
425
+ }
426
+ /* line 289, ../../app/components/alchemy-forms/forms.scss */
427
+ .form .checkbox > label + .control,
428
+ .form .radio > label + .control {
429
+ display: inline-block;
430
+ }
431
+ /* line 293, ../../app/components/alchemy-forms/forms.scss */
432
+ .form .checkbox.horizontal .control,
433
+ .form .radio.horizontal .control {
434
+ display: inline-block;
435
+ margin: 0 5px 0 0;
436
+ }
437
+ /* line 299, ../../app/components/alchemy-forms/forms.scss */
438
+ .form .checkbox:not(.inline) label,
439
+ .form .radio:not(.inline) label {
440
+ line-height: 2;
441
+ }
442
+ /* line 305, ../../app/components/alchemy-forms/forms.scss */
443
+ .form .checkbox input[type="radio"],
444
+ .form .checkbox input[type="checkbox"],
445
+ .form .radio input[type="radio"],
446
+ .form .radio input[type="checkbox"] {
447
+ margin: 0 2px 0 0;
448
+ position: relative;
449
+ top: 1px;
450
+ }
451
+ /* line 312, ../../app/components/alchemy-forms/forms.scss */
452
+ .form .checkbox.inline .control,
453
+ .form .radio.inline .control {
454
+ display: inline-block;
455
+ margin-left: 15px;
456
+ }
457
+
458
+ /*
459
+ =======================================
460
+ MESSAGES
461
+ =======================================
462
+ */
463
+ /* line 326, ../../app/components/alchemy-forms/forms.scss */
464
+ .form {
465
+ /* field validations */
466
+ /* success message */
467
+ /* warning message */
468
+ /* error message */
469
+ }
470
+ /* line 330, ../../app/components/alchemy-forms/forms.scss */
471
+ .form span {
472
+ display: inline-block;
473
+ max-width: 280px;
474
+ line-height: 1.1;
475
+ vertical-align: middle;
476
+ font-size: 90%;
477
+ white-space: normal;
478
+ }
479
+ /* line 343, ../../app/components/alchemy-forms/forms.scss */
480
+ .form .help i {
481
+ display: inline-block;
482
+ position: relative;
483
+ height: 13px;
484
+ width: 13px;
485
+ padding-top: 1px;
486
+ text-align: center;
487
+ color: #a2a2a2;
488
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
489
+ -webkit-border-radius: 50%;
490
+ -moz-border-radius: 50%;
491
+ -ms-border-radius: 50%;
492
+ -o-border-radius: 50%;
493
+ border-radius: 50%;
494
+ border: 1px solid #e2e2e2;
495
+ background: #f7f7f6 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
496
+ background: #f7f7f6 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededec));
497
+ background: #f7f7f6 -webkit-linear-gradient(#ffffff, #ededec);
498
+ background: #f7f7f6 -moz-linear-gradient(#ffffff, #ededec);
499
+ background: #f7f7f6 -o-linear-gradient(#ffffff, #ededec);
500
+ background: #f7f7f6 linear-gradient(#ffffff, #ededec);
501
+ cursor: default;
502
+ }
503
+ /* line 359, ../../app/components/alchemy-forms/forms.scss */
504
+ .form .help i:hover {
505
+ color: white;
506
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
507
+ border-color: #585854;
508
+ background: #585854 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwNjA1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
509
+ background: #585854 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d67), color-stop(100%, #60605b));
510
+ background: #585854 -webkit-linear-gradient(#6d6d67, #60605b);
511
+ background: #585854 -moz-linear-gradient(#6d6d67, #60605b);
512
+ background: #585854 -o-linear-gradient(#6d6d67, #60605b);
513
+ background: #585854 linear-gradient(#6d6d67, #60605b);
514
+ }
515
+ /* line 369, ../../app/components/alchemy-forms/forms.scss */
516
+ .form .help i:after {
517
+ display: none;
518
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
519
+ opacity: 0.97;
520
+ content: "";
521
+ height: 0;
522
+ width: 0;
523
+ border-style: solid;
524
+ border-width: 0 9px 8px 9px;
525
+ border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #6d6d67;
526
+ position: absolute;
527
+ bottom: -11px;
528
+ left: -2px;
529
+ z-index: 2;
530
+ }
531
+ /* line 385, ../../app/components/alchemy-forms/forms.scss */
532
+ .form .help span {
533
+ display: none;
534
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
535
+ opacity: 0.97;
536
+ position: absolute;
537
+ left: 5px;
538
+ top: 33px;
539
+ z-index: 1;
540
+ width: 160px;
541
+ padding: 7px 10px 9px 10px;
542
+ margin: 0;
543
+ -webkit-border-radius: 3px;
544
+ -moz-border-radius: 3px;
545
+ -ms-border-radius: 3px;
546
+ -o-border-radius: 3px;
547
+ border-radius: 3px;
548
+ background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2NyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjNTg1ODU0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
549
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d6d67), color-stop(20%, #585854));
550
+ background: -webkit-linear-gradient(#6d6d67, #585854 20%);
551
+ background: -moz-linear-gradient(#6d6d67, #585854 20%);
552
+ background: -o-linear-gradient(#6d6d67, #585854 20%);
553
+ background: linear-gradient(#6d6d67, #585854 20%);
554
+ /* general */
555
+ *zoom: 1;
556
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF585854', endColorstr='#FF585854');
557
+ /* IE */
558
+ background-color: #585854;
559
+ /* fallback */
560
+ *zoom: 1;
561
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6D6D67', endColorstr='#FF585854');
562
+ color: white;
563
+ border-color: #585854;
564
+ text-align: left;
565
+ line-height: 1.2;
566
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
567
+ -webkit-box-shadow: 0 1px 3px #fbfbfb;
568
+ -moz-box-shadow: 0 1px 3px #fbfbfb;
569
+ box-shadow: 0 1px 3px #fbfbfb;
570
+ }
571
+ /* line 407, ../../app/components/alchemy-forms/forms.scss */
572
+ .form .help i:hover:after {
573
+ display: block;
574
+ }
575
+ /* line 411, ../../app/components/alchemy-forms/forms.scss */
576
+ .form .help i:hover ~ span {
577
+ display: block;
578
+ }
579
+ /* line 419, ../../app/components/alchemy-forms/forms.scss */
580
+ .form .note {
581
+ display: block;
582
+ font-size: 85%;
583
+ color: #a2a2a2;
584
+ margin: 0 0 5px 10px;
585
+ }
586
+ /* line 425, ../../app/components/alchemy-forms/forms.scss */
587
+ .form .note strong {
588
+ font-weight: bold;
589
+ font-size: 110%;
590
+ }
591
+ /* line 434, ../../app/components/alchemy-forms/forms.scss */
592
+ .form .hint,
593
+ .form .message {
594
+ position: relative;
595
+ left: 0;
596
+ color: #6f6f6f;
597
+ padding: 9px 10px 7px 10px;
598
+ margin-left: 10px;
599
+ background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
600
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
601
+ background: -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
602
+ background: -moz-linear-gradient(#ffffff, #f7f7f6 30%);
603
+ background: -o-linear-gradient(#ffffff, #f7f7f6 30%);
604
+ background: linear-gradient(#ffffff, #f7f7f6 30%);
605
+ /* general */
606
+ *zoom: 1;
607
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F6', endColorstr='#FFF7F7F6');
608
+ /* IE */
609
+ background-color: #f7f7f6;
610
+ /* fallback */
611
+ *zoom: 1;
612
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F6');
613
+ -webkit-border-radius: 3px;
614
+ -moz-border-radius: 3px;
615
+ -ms-border-radius: 3px;
616
+ -o-border-radius: 3px;
617
+ border-radius: 3px;
618
+ border: 1px solid #e2e2e2;
619
+ -webkit-box-shadow: #fbfbfb 0 1px 3px;
620
+ -moz-box-shadow: #fbfbfb 0 1px 3px;
621
+ box-shadow: #fbfbfb 0 1px 3px;
622
+ vertical-align: top;
623
+ }
624
+ /* line 448, ../../app/components/alchemy-forms/forms.scss */
625
+ .form .hint:before, .form .hint:after,
626
+ .form .message:before,
627
+ .form .message:after {
628
+ content: "";
629
+ display: block;
630
+ height: 0;
631
+ width: 0;
632
+ border-style: solid;
633
+ border-width: 8px 8px 8px 0;
634
+ border-color: rgba(255, 255, 255, 0) #f7f7f6 rgba(255, 255, 255, 0);
635
+ position: absolute;
636
+ top: 14px;
637
+ left: -8px;
638
+ margin-top: -8px;
639
+ z-index: 2;
640
+ }
641
+ /* line 463, ../../app/components/alchemy-forms/forms.scss */
642
+ .form .hint:after,
643
+ .form .message:after {
644
+ border-right-color: #e2e2e2;
645
+ left: -9px;
646
+ z-index: 1;
647
+ }
648
+ /* line 470, ../../app/components/alchemy-forms/forms.scss */
649
+ .form .hint {
650
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
651
+ opacity: 0;
652
+ position: absolute;
653
+ top: 0;
654
+ left: 320px;
655
+ }
656
+ /* line 476, ../../app/components/alchemy-forms/forms.scss */
657
+ .form .hint.always_visible {
658
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
659
+ opacity: 1;
660
+ position: relative;
661
+ left: 0;
662
+ }
663
+ /* line 483, ../../app/components/alchemy-forms/forms.scss */
664
+ .form .message ~ .hint {
665
+ display: none;
666
+ }
667
+ /* line 489, ../../app/components/alchemy-forms/forms.scss */
668
+ .form .control_group input:focus ~ .hint,
669
+ .form .control-group input:focus ~ .hint {
670
+ -webkit-transition: all 0.29s ease;
671
+ -moz-transition: all 0.29s ease;
672
+ -o-transition: all 0.29s ease;
673
+ transition: all 0.29s ease;
674
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
675
+ opacity: 1;
676
+ left: 305px;
677
+ }
678
+ /* line 494, ../../app/components/alchemy-forms/forms.scss */
679
+ .form .control_group input:focus ~ .hint.always_visible,
680
+ .form .control-group input:focus ~ .hint.always_visible {
681
+ left: 0;
682
+ }
683
+ /* line 504, ../../app/components/alchemy-forms/forms.scss */
684
+ .form .success .message,
685
+ .form .warning .message,
686
+ .form .error .message {
687
+ padding-left: 29px;
688
+ max-width: 261px;
689
+ }
690
+ /* line 511, ../../app/components/alchemy-forms/forms.scss */
691
+ .form .success .message {
692
+ background: #f7f7f6 url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px;
693
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
694
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
695
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
696
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
697
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
698
+ background: url('../../app/images/alchemy/icons/success_icon.png') no-repeat 8px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
699
+ *zoom: 1;
700
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
701
+ }
702
+ /* line 520, ../../app/components/alchemy-forms/forms.scss */
703
+ .form .warning .message {
704
+ background: #f7f7f6 url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px;
705
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
706
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
707
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
708
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
709
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
710
+ background: url('../../app/images/alchemy/icons/warning_icon.png') no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
711
+ *zoom: 1;
712
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
713
+ }
714
+ /* line 529, ../../app/components/alchemy-forms/forms.scss */
715
+ .form .error .message {
716
+ background: #f7f7f6 url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px;
717
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
718
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #f7f7f6));
719
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
720
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
721
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, -o-linear-gradient(#ffffff, #f7f7f6 30%);
722
+ background: url('../../app/images/alchemy/icons/error_icon.png') no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
723
+ *zoom: 1;
724
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
725
+ }
726
+
727
+ /*
728
+ =======================================
729
+ RESPONSIVE
730
+ =======================================
731
+ */
732
+ /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
733
+ .form.labels_top .control_group .input,
734
+ .form.labels_top .control-group .input {
735
+ margin: 0 0 5px 0;
736
+ }
737
+ /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
738
+ .form.labels_top .control_group .label,
739
+ .form.labels_top .control_group .control-label,
740
+ .form.labels_top .control-group .label,
741
+ .form.labels_top .control-group .control-label {
742
+ float: none;
743
+ text-align: left;
744
+ display: inline-block;
745
+ width: auto;
746
+ }
747
+ /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
748
+ .form.labels_top .control_group .label label,
749
+ .form.labels_top .control_group .control-label label,
750
+ .form.labels_top .control-group .label label,
751
+ .form.labels_top .control-group .control-label label {
752
+ padding: 0 8px 0 0;
753
+ line-height: 1.8;
754
+ }
755
+ /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
756
+ .form.labels_top .control_group .label.help i,
757
+ .form.labels_top .control_group .control-label.help i,
758
+ .form.labels_top .control-group .label.help i,
759
+ .form.labels_top .control-group .control-label.help i {
760
+ position: absolute;
761
+ right: -13px;
762
+ top: 2px;
763
+ }
764
+ /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
765
+ .form.labels_top .control_group .label.help span,
766
+ .form.labels_top .control_group .control-label.help span,
767
+ .form.labels_top .control-group .label.help span,
768
+ .form.labels_top .control-group .control-label.help span {
769
+ left: 60%;
770
+ top: 27px;
771
+ }
772
+ /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
773
+ .form.labels_top fieldset legend {
774
+ margin-left: 3px;
775
+ }
776
+ /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
777
+ .form.labels_top .value {
778
+ padding-top: 2px;
779
+ }
780
+ /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
781
+ .form.labels_top .required .label:after,
782
+ .form.labels_top .required .control-label:after {
783
+ right: 0;
784
+ top: 0;
785
+ }
786
+ /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
787
+ .form.labels_top .required .label.help i,
788
+ .form.labels_top .required .control-label.help i {
789
+ right: -19px;
790
+ }
791
+
792
+ /* line 67, ../../app/components/alchemy-forms/_forms_responsive.scss */
793
+ .form.messages_bottom .note {
794
+ display: block;
795
+ padding: 10px 10px 6px 10px;
796
+ margin: 0;
797
+ border: 1px solid #e2e2e2;
798
+ border-top-width: 0;
799
+ -webkit-border-radius: 0 0 3px 3px;
800
+ -moz-border-radius: 0 0 3px 3px;
801
+ -ms-border-radius: 0 0 3px 3px;
802
+ -o-border-radius: 0 0 3px 3px;
803
+ border-radius: 0 0 3px 3px;
804
+ position: relative;
805
+ top: -10px;
806
+ }
807
+ /* line 79, ../../app/components/alchemy-forms/_forms_responsive.scss */
808
+ .form.messages_bottom .hint ~ .note,
809
+ .form.messages_bottom .message ~ .note {
810
+ background: white;
811
+ top: -4px;
812
+ padding-top: 7px;
813
+ border-top-width: 1px;
814
+ }
815
+ /* line 86, ../../app/components/alchemy-forms/_forms_responsive.scss */
816
+ .form.messages_bottom .message ~ .hint {
817
+ display: none;
818
+ }
819
+ /* line 91, ../../app/components/alchemy-forms/_forms_responsive.scss */
820
+ .form.messages_bottom .hint,
821
+ .form.messages_bottom .message {
822
+ display: block;
823
+ position: relative;
824
+ left: 0;
825
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
826
+ opacity: 1;
827
+ margin: 3px 0 0 0;
828
+ }
829
+ /* line 99, ../../app/components/alchemy-forms/_forms_responsive.scss */
830
+ .form.messages_bottom .hint:before, .form.messages_bottom .hint:after,
831
+ .form.messages_bottom .message:before,
832
+ .form.messages_bottom .message:after {
833
+ border-width: 0 8px 8px 8px;
834
+ border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
835
+ top: 0;
836
+ left: auto;
837
+ right: 20px;
838
+ }
839
+ /* line 107, ../../app/components/alchemy-forms/_forms_responsive.scss */
840
+ .form.messages_bottom .hint:after,
841
+ .form.messages_bottom .message:after {
842
+ top: -1px;
843
+ left: auto;
844
+ border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e2e2e2;
845
+ }
846
+ /* line 113, ../../app/components/alchemy-forms/_forms_responsive.scss */
847
+ .form.messages_bottom .hint:hover,
848
+ .form.messages_bottom .message:hover {
849
+ left: 0;
850
+ }
851
+ /* line 120, ../../app/components/alchemy-forms/_forms_responsive.scss */
852
+ .form.messages_bottom .control_group input:focus ~ .hint,
853
+ .form.messages_bottom .control-group input:focus ~ .hint {
854
+ left: 0;
855
+ }
856
+ /* line 128, ../../app/components/alchemy-forms/_forms_responsive.scss */
857
+ .form.messages_bottom .success .message,
858
+ .form.messages_bottom .warning .message,
859
+ .form.messages_bottom .error .message {
860
+ display: block;
861
+ margin: 3px 0 0 0;
862
+ }
863
+ /* line 132, ../../app/components/alchemy-forms/_forms_responsive.scss */
864
+ .form.messages_bottom .success .message ~ .hint,
865
+ .form.messages_bottom .warning .message ~ .hint,
866
+ .form.messages_bottom .error .message ~ .hint {
867
+ margin: 0;
868
+ position: relative;
869
+ top: -2px;
870
+ -webkit-border-radius: 0 0 3px 3px;
871
+ -moz-border-radius: 0 0 3px 3px;
872
+ -ms-border-radius: 0 0 3px 3px;
873
+ -o-border-radius: 0 0 3px 3px;
874
+ border-radius: 0 0 3px 3px;
875
+ }
876
+ /* line 139, ../../app/components/alchemy-forms/_forms_responsive.scss */
877
+ .form.messages_bottom .success .message ~ .hint:before, .form.messages_bottom .success .message ~ .hint:after,
878
+ .form.messages_bottom .warning .message ~ .hint:before,
879
+ .form.messages_bottom .warning .message ~ .hint:after,
880
+ .form.messages_bottom .error .message ~ .hint:before,
881
+ .form.messages_bottom .error .message ~ .hint:after {
882
+ display: none;
883
+ }
884
+
885
+ @media screen and (max-width: 1024px) {
886
+ /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
887
+ .form .control_group .input,
888
+ .form .control-group .input {
889
+ margin: 0 0 5px 0;
890
+ }
891
+ /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
892
+ .form .control_group .label,
893
+ .form .control_group .control-label,
894
+ .form .control-group .label,
895
+ .form .control-group .control-label {
896
+ float: none;
897
+ text-align: left;
898
+ display: inline-block;
899
+ width: auto;
900
+ }
901
+ /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
902
+ .form .control_group .label label,
903
+ .form .control_group .control-label label,
904
+ .form .control-group .label label,
905
+ .form .control-group .control-label label {
906
+ padding: 0 8px 0 0;
907
+ line-height: 1.8;
908
+ }
909
+ /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
910
+ .form .control_group .label.help i,
911
+ .form .control_group .control-label.help i,
912
+ .form .control-group .label.help i,
913
+ .form .control-group .control-label.help i {
914
+ position: absolute;
915
+ right: -13px;
916
+ top: 2px;
917
+ }
918
+ /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
919
+ .form .control_group .label.help span,
920
+ .form .control_group .control-label.help span,
921
+ .form .control-group .label.help span,
922
+ .form .control-group .control-label.help span {
923
+ left: 60%;
924
+ top: 27px;
925
+ }
926
+ /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
927
+ .form fieldset legend {
928
+ margin-left: 3px;
929
+ }
930
+ /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
931
+ .form .value {
932
+ padding-top: 2px;
933
+ }
934
+ /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
935
+ .form .required .label:after,
936
+ .form .required .control-label:after {
937
+ right: 0;
938
+ top: 0;
939
+ }
940
+ /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
941
+ .form .required .label.help i,
942
+ .form .required .control-label.help i {
943
+ right: -19px;
944
+ }
945
+ }
946
+ @media screen and (max-width: 768px) {
947
+ /* line 5, ../../app/components/alchemy-forms/_forms_responsive.scss */
948
+ .form .control_group .input,
949
+ .form .control-group .input {
950
+ margin: 0 0 5px 0;
951
+ }
952
+ /* line 10, ../../app/components/alchemy-forms/_forms_responsive.scss */
953
+ .form .control_group .label,
954
+ .form .control_group .control-label,
955
+ .form .control-group .label,
956
+ .form .control-group .control-label {
957
+ float: none;
958
+ text-align: left;
959
+ display: inline-block;
960
+ width: auto;
961
+ }
962
+ /* line 16, ../../app/components/alchemy-forms/_forms_responsive.scss */
963
+ .form .control_group .label label,
964
+ .form .control_group .control-label label,
965
+ .form .control-group .label label,
966
+ .form .control-group .control-label label {
967
+ padding: 0 8px 0 0;
968
+ line-height: 1.8;
969
+ }
970
+ /* line 22, ../../app/components/alchemy-forms/_forms_responsive.scss */
971
+ .form .control_group .label.help i,
972
+ .form .control_group .control-label.help i,
973
+ .form .control-group .label.help i,
974
+ .form .control-group .control-label.help i {
975
+ position: absolute;
976
+ right: -13px;
977
+ top: 2px;
978
+ }
979
+ /* line 28, ../../app/components/alchemy-forms/_forms_responsive.scss */
980
+ .form .control_group .label.help span,
981
+ .form .control_group .control-label.help span,
982
+ .form .control-group .label.help span,
983
+ .form .control-group .control-label.help span {
984
+ left: 60%;
985
+ top: 27px;
986
+ }
987
+ /* line 37, ../../app/components/alchemy-forms/_forms_responsive.scss */
988
+ .form fieldset legend {
989
+ margin-left: 3px;
990
+ }
991
+ /* line 42, ../../app/components/alchemy-forms/_forms_responsive.scss */
992
+ .form .value {
993
+ padding-top: 2px;
994
+ }
995
+ /* line 49, ../../app/components/alchemy-forms/_forms_responsive.scss */
996
+ .form .required .label:after,
997
+ .form .required .control-label:after {
998
+ right: 0;
999
+ top: 0;
1000
+ }
1001
+ /* line 55, ../../app/components/alchemy-forms/_forms_responsive.scss */
1002
+ .form .required .label.help i,
1003
+ .form .required .control-label.help i {
1004
+ right: -19px;
1005
+ }
1006
+ /* line 67, ../../app/components/alchemy-forms/_forms_responsive.scss */
1007
+ .form .note {
1008
+ display: block;
1009
+ padding: 10px 10px 6px 10px;
1010
+ margin: 0;
1011
+ border: 1px solid #e2e2e2;
1012
+ border-top-width: 0;
1013
+ -webkit-border-radius: 0 0 3px 3px;
1014
+ -moz-border-radius: 0 0 3px 3px;
1015
+ -ms-border-radius: 0 0 3px 3px;
1016
+ -o-border-radius: 0 0 3px 3px;
1017
+ border-radius: 0 0 3px 3px;
1018
+ position: relative;
1019
+ top: -10px;
1020
+ }
1021
+ /* line 79, ../../app/components/alchemy-forms/_forms_responsive.scss */
1022
+ .form .hint ~ .note,
1023
+ .form .message ~ .note {
1024
+ background: white;
1025
+ top: -4px;
1026
+ padding-top: 7px;
1027
+ border-top-width: 1px;
1028
+ }
1029
+ /* line 86, ../../app/components/alchemy-forms/_forms_responsive.scss */
1030
+ .form .message ~ .hint {
1031
+ display: none;
1032
+ }
1033
+ /* line 91, ../../app/components/alchemy-forms/_forms_responsive.scss */
1034
+ .form .hint,
1035
+ .form .message {
1036
+ display: block;
1037
+ position: relative;
1038
+ left: 0;
1039
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
1040
+ opacity: 1;
1041
+ margin: 3px 0 0 0;
1042
+ }
1043
+ /* line 99, ../../app/components/alchemy-forms/_forms_responsive.scss */
1044
+ .form .hint:before, .form .hint:after,
1045
+ .form .message:before,
1046
+ .form .message:after {
1047
+ border-width: 0 8px 8px 8px;
1048
+ border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
1049
+ top: 0;
1050
+ left: auto;
1051
+ right: 20px;
1052
+ }
1053
+ /* line 107, ../../app/components/alchemy-forms/_forms_responsive.scss */
1054
+ .form .hint:after,
1055
+ .form .message:after {
1056
+ top: -1px;
1057
+ left: auto;
1058
+ border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #e2e2e2;
1059
+ }
1060
+ /* line 113, ../../app/components/alchemy-forms/_forms_responsive.scss */
1061
+ .form .hint:hover,
1062
+ .form .message:hover {
1063
+ left: 0;
1064
+ }
1065
+ /* line 120, ../../app/components/alchemy-forms/_forms_responsive.scss */
1066
+ .form .control_group input:focus ~ .hint,
1067
+ .form .control-group input:focus ~ .hint {
1068
+ left: 0;
1069
+ }
1070
+ /* line 128, ../../app/components/alchemy-forms/_forms_responsive.scss */
1071
+ .form .success .message,
1072
+ .form .warning .message,
1073
+ .form .error .message {
1074
+ display: block;
1075
+ margin: 3px 0 0 0;
1076
+ }
1077
+ /* line 132, ../../app/components/alchemy-forms/_forms_responsive.scss */
1078
+ .form .success .message ~ .hint,
1079
+ .form .warning .message ~ .hint,
1080
+ .form .error .message ~ .hint {
1081
+ margin: 0;
1082
+ position: relative;
1083
+ top: -2px;
1084
+ -webkit-border-radius: 0 0 3px 3px;
1085
+ -moz-border-radius: 0 0 3px 3px;
1086
+ -ms-border-radius: 0 0 3px 3px;
1087
+ -o-border-radius: 0 0 3px 3px;
1088
+ border-radius: 0 0 3px 3px;
1089
+ }
1090
+ /* line 139, ../../app/components/alchemy-forms/_forms_responsive.scss */
1091
+ .form .success .message ~ .hint:before, .form .success .message ~ .hint:after,
1092
+ .form .warning .message ~ .hint:before,
1093
+ .form .warning .message ~ .hint:after,
1094
+ .form .error .message ~ .hint:before,
1095
+ .form .error .message ~ .hint:after {
1096
+ display: none;
1097
+ }
1098
+ }
1099
+ /*
1100
+ =======================================
1101
+ IE tweaks
1102
+ =======================================
1103
+ */
1104
+ /* line 4, ../../app/components/alchemy-forms/_forms_ie.scss */
1105
+ .ie8 .form .help i:hover:after {
1106
+ display: none;
1107
+ }
1108
+ /* line 8, ../../app/components/alchemy-forms/_forms_ie.scss */
1109
+ .ie8 .form .help span {
1110
+ top: 25px;
1111
+ }
1112
+ /* line 15, ../../app/components/alchemy-forms/_forms_ie.scss */
1113
+ .ie8 .form.labels_top .help span {
1114
+ top: 20px;
1115
+ }
1116
+ /* line 24, ../../app/components/alchemy-forms/_forms_ie.scss */
1117
+ .ie8 .form .hint:before, .ie8 .form .hint:after,
1118
+ .ie8 .form .message:before,
1119
+ .ie8 .form .message:after {
1120
+ display: none;
1121
+ }
1122
+ /* line 29, ../../app/components/alchemy-forms/_forms_ie.scss */
1123
+ .ie8 .form .hint {
1124
+ display: none;
1125
+ }
1126
+ /* line 32, ../../app/components/alchemy-forms/_forms_ie.scss */
1127
+ .ie8 .form .hint.always_visible {
1128
+ display: inline-block;
1129
+ }
1130
+ /* line 37, ../../app/components/alchemy-forms/_forms_ie.scss */
1131
+ .ie8 .form .control_group input:focus ~ .hint {
1132
+ display: block;
1133
+ }
1134
+ /* line 40, ../../app/components/alchemy-forms/_forms_ie.scss */
1135
+ .ie8 .form .control_group input:focus ~ .hint.always_visible {
1136
+ display: inline-block;
1137
+ }
1138
+
1139
+ /* Will be compiled down to a single stylesheet with your sass files */
1140
+ /* line 5, ../../component/styles/tables.scss */
1141
+ .table {
1142
+ width: 100%;
1143
+ border: 1px solid #cccccc !important;
1144
+ }
1145
+ /* line 10, ../../component/styles/tables.scss */
1146
+ .table td, .table th {
1147
+ text-align: center !important;
1148
+ }
1149
+ /* line 14, ../../component/styles/tables.scss */
1150
+ .table .active-column {
1151
+ background: #afafaf !important;
1152
+ }
1153
+ /* line 18, ../../component/styles/tables.scss */
1154
+ .table tr.active {
1155
+ background: #139edd !important;
1156
+ color: white !important;
1157
+ }
1158
+
1159
+ /* line 24, ../../component/styles/tables.scss */
1160
+ .table-selection-row {
1161
+ background: #ffcf69;
1162
+ text-align: center !important;
1163
+ }
1164
+
1165
+ /* line 29, ../../component/styles/tables.scss */
1166
+ .table-toolbar {
1167
+ background: #eeeeee;
1168
+ overflow: auto;
1169
+ padding: 10px 12px 4px 12px;
1170
+ box-sizing: border-box;
1171
+ border: 1px solid #cccccc;
1172
+ border-radius: 5px 5px 0 0;
1173
+ }
1174
+
1175
+ /* line 38, ../../component/styles/tables.scss */
1176
+ .deselect {
1177
+ line-height: 2 !important;
1178
+ }
1179
+
1180
+ /* line 44, ../../component/styles/tables.scss */
1181
+ .stable tr:last-child {
1182
+ border-collapse: separate !important;
1183
+ border-bottom: 1px solid #cccccc;
1184
+ }
1185
+ /* line 48, ../../component/styles/tables.scss */
1186
+ .stable tr:last-child td {
1187
+ border-collapse: separate !important;
1188
+ border-bottom: 1px solid #cccccc;
1189
+ }
1190
+
1191
+ @media (min-width: 480px) {
1192
+ /* line 56, ../../component/styles/tables.scss */
1193
+ .stable {
1194
+ -webkit-transform: translate3d(0, 0, 0);
1195
+ color: #555;
1196
+ color: rgba(0, 0, 0, 0.75);
1197
+ background-color: transparent;
1198
+ border-collapse: collapse;
1199
+ border-spacing: 0;
1200
+ border-style: none;
1201
+ width: 100%;
1202
+ line-height: 1.333em;
1203
+ transition: all 1s ease;
1204
+ }
1205
+ /* line 66, ../../component/styles/tables.scss */
1206
+ .stable td, .stable th {
1207
+ text-align: left;
1208
+ border-bottom: 1px solid #eeeeee;
1209
+ border-bottom-color: rgba(0, 0, 0, 0.033);
1210
+ padding: .66666em;
1211
+ transition: padding 0.1s ease;
1212
+ }
1213
+ /* line 74, ../../component/styles/tables.scss */
1214
+ .stable th {
1215
+ color: #555;
1216
+ color: rgba(0, 0, 0, 0.75);
1217
+ transition: all 0.5s ease;
1218
+ }
1219
+ }
1220
+ /* line 82, ../../component/styles/tables.scss */
1221
+ .stable.focus th {
1222
+ color: #555;
1223
+ color: rgba(0, 0, 0, 0.75);
1224
+ transition: all 0.5s ease;
1225
+ }
1226
+ /* line 86, ../../component/styles/tables.scss */
1227
+ .stable.focus tr:hover td,
1228
+ .stable.focus tr.focus td {
1229
+ background-color: #139edd;
1230
+ color: #FFF;
1231
+ }
1232
+ /* line 90, ../../component/styles/tables.scss */
1233
+ .stable.focus.focus:hover {
1234
+ transition: all 1s ease 2s;
1235
+ color: rgba(90, 90, 90, 0.5);
1236
+ }
1237
+ /* line 96, ../../component/styles/tables.scss */
1238
+ .stable.focus.focus:hover td, .stable.focus.focus:hover th {
1239
+ transition: none;
1240
+ }
1241
+ /* line 98, ../../component/styles/tables.scss */
1242
+ .stable.focus.focus:hover th {
1243
+ transition: all 0.5s ease 0.5s;
1244
+ color: #555;
1245
+ color: rgba(0, 0, 0, 0.75);
1246
+ }
1247
+
1248
+ @media (max-width: 512px) {
1249
+ /* line 111, ../../component/styles/tables.scss */
1250
+ .stable,
1251
+ .stable tr,
1252
+ .stable td,
1253
+ .stable th,
1254
+ .stable thead {
1255
+ display: block;
1256
+ width: 100%;
1257
+ padding: .333em;
1258
+ }
1259
+
1260
+ /* line 117, ../../component/styles/tables.scss */
1261
+ .stable th {
1262
+ display: none;
1263
+ }
1264
+ /* line 118, ../../component/styles/tables.scss */
1265
+ .stable tr th:first-child, .stable td:first-child {
1266
+ font-size: 2em;
1267
+ padding: .3333em;
1268
+ margin-top: 1em;
1269
+ width: 100%;
1270
+ }
1271
+ }
1272
+ /* line 129, ../../component/styles/tables.scss */
1273
+ .stable.condensed td, .stable.condensed th {
1274
+ padding: .3333em;
1275
+ }
1276
+
1277
+ /*manually classed as condensed*/
1278
+ @media (max-height: 640px) {
1279
+ /* line 132, ../../component/styles/tables.scss */
1280
+ .stable td, .stable th {
1281
+ padding-top: .3333em;
1282
+ padding-bottom: .3333em;
1283
+ }
1284
+ }
1285
+ @media (max-width: 740px) {
1286
+ /*when things are horizontally narrow we add in divider lines so numerical fields are still seen as separate*/
1287
+ /* line 137, ../../component/styles/tables.scss */
1288
+ .stable td, .stable th {
1289
+ padding-left: .3333em;
1290
+ padding-right: .3333em;
1291
+ border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
1292
+ }
1293
+ /* line 138, ../../component/styles/tables.scss */
1294
+ .stable td:first-child, .stable th:first-child {
1295
+ border-left: none !important;
1296
+ }
1297
+ }
1298
+ /* line 144, ../../component/styles/tables.scss */
1299
+ .stable.stripe-row tr:nth-child(2n+2), .stable.stripe-row-even tr:nth-child(2n+2) {
1300
+ background-color: rgba(194, 200, 202, 0.15);
1301
+ }
1302
+ /* line 148, ../../component/styles/tables.scss */
1303
+ .stable.stripe-row-odd tr:nth-child(2n+1) {
1304
+ background-color: rgba(194, 200, 202, 0.15);
1305
+ }
1306
+ /* line 158, ../../component/styles/tables.scss */
1307
+ .stable.stripe-col tr th:nth-child(even),
1308
+ .stable.stripe-col tr td:nth-child(even), .stable.stripe-col-even tr th:nth-child(even),
1309
+ .stable.stripe-col-even tr td:nth-child(even) {
1310
+ background-color: rgba(194, 200, 202, 0.15);
1311
+ border-color: rgba(194, 200, 202, 0.15);
1312
+ }
1313
+ /* line 165, ../../component/styles/tables.scss */
1314
+ .stable.stripe-col-odd tr th:nth-child(odd),
1315
+ .stable.stripe-col-odd tr td:nth-child(odd) {
1316
+ background-color: rgba(194, 200, 202, 0.15);
1317
+ border-color: rgba(194, 200, 202, 0.15);
1318
+ }
1319
+ /* line 173, ../../component/styles/tables.scss */
1320
+ .stable.highlight-col1 tr th:nth-child(1),
1321
+ .stable.highlight-col1 tr td:nth-child(1) {
1322
+ background-color: rgba(255, 255, 255, 0.5);
1323
+ border-color: #dde1e2;
1324
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1325
+ z-index: 2;
1326
+ position: relative;
1327
+ }
1328
+ /* line 181, ../../component/styles/tables.scss */
1329
+ .stable.highlight-col2 tr th:nth-child(2),
1330
+ .stable.highlight-col2 tr td:nth-child(2) {
1331
+ background-color: rgba(255, 255, 255, 0.5);
1332
+ border-color: #dde1e2;
1333
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1334
+ z-index: 2;
1335
+ position: relative;
1336
+ }
1337
+ /* line 189, ../../component/styles/tables.scss */
1338
+ .stable.highlight-col3 tr th:nth-child(3),
1339
+ .stable.highlight-col3 tr td:nth-child(3) {
1340
+ background-color: rgba(255, 255, 255, 0.5);
1341
+ border-color: #dde1e2;
1342
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1343
+ z-index: 2;
1344
+ position: relative;
1345
+ }
1346
+ /* line 197, ../../component/styles/tables.scss */
1347
+ .stable.highlight-col4 tr th:nth-child(4),
1348
+ .stable.highlight-col4 tr td:nth-child(4) {
1349
+ background-color: rgba(255, 255, 255, 0.5);
1350
+ border-color: #dde1e2;
1351
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1352
+ z-index: 2;
1353
+ position: relative;
1354
+ }
1355
+ /* line 205, ../../component/styles/tables.scss */
1356
+ .stable.highlight-col5 tr th:nth-child(5),
1357
+ .stable.highlight-col5 tr td:nth-child(5) {
1358
+ background-color: rgba(255, 255, 255, 0.5);
1359
+ border-color: #dde1e2;
1360
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1361
+ z-index: 2;
1362
+ position: relative;
1363
+ }
1364
+ /* line 214, ../../component/styles/tables.scss */
1365
+ .stable.highlight-col6 tr th:nth-child(6),
1366
+ .stable.highlight-col6 tr td:nth-child(6) {
1367
+ background-color: rgba(255, 255, 255, 0.5);
1368
+ border-color: #dde1e2;
1369
+ box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
1370
+ z-index: 2;
1371
+ position: relative;
1372
+ }
1373
+
1374
+ /* line 5, ../../app/styles/example.scss */
1375
+ .fl {
1376
+ float: left;
1377
+ }
1378
+
1379
+ /* line 6, ../../app/styles/example.scss */
1380
+ .fr {
1381
+ float: right;
1382
+ }
1383
+
1384
+ /*
1385
+ Syntax error: Undefined variable: "$primary_color".
1386
+ on line 3 of /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss
1387
+ from line 3 of /home/ehelms/workspace/alchemy-tables/app/styles/main.scss
1388
+
1389
+ 1: /home/ehelms/workspace/alchemy-tables/app/styles/main.scss
1390
+
1391
+ Backtrace:
1392
+ /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss:3
1393
+ /home/ehelms/workspace/alchemy-tables/app/styles/main.scss:3
1394
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/script/variable.rb:49:in `_perform'
1395
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/script/node.rb:40:in `perform'
1396
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:327:in `visit_variable'
1397
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1398
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1399
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `block in visit_import'
1400
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `map'
1401
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:227:in `visit_import'
1402
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1403
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1404
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
1405
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `map'
1406
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:53:in `visit_children'
1407
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
1408
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
1409
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
1410
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `block in visit'
1411
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
1412
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/base.rb:37:in `visit'
1413
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:100:in `visit'
1414
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/visitors/perform.rb:7:in `visit'
1415
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/tree/root_node.rb:20:in `render'
1416
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/engine.rb:315:in `_render'
1417
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/sass-3.2.6/lib/sass/engine.rb:262:in `render'
1418
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:140:in `block (2 levels) in compile'
1419
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed'
1420
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:139:in `block in compile'
1421
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/logger.rb:45:in `red'
1422
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:138:in `compile'
1423
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:118:in `compile_if_required'
1424
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:103:in `block (2 levels) in run'
1425
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `each'
1426
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:101:in `block in run'
1427
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:126:in `timed'
1428
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/compiler.rb:100:in `run'
1429
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/update_project.rb:45:in `perform'
1430
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/base.rb:18:in `execute'
1431
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/commands/project_base.rb:19:in `execute'
1432
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:43:in `perform!'
1433
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:15:in `run!'
1434
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:30:in `block in <top (required)>'
1435
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:44:in `call'
1436
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/gems/compass-0.12.2/bin/compass:44:in `<top (required)>'
1437
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/compass:19:in `load'
1438
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/compass:19:in `<main>'
1439
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/ruby_noexec_wrapper:14:in `eval'
1440
+ /home/ehelms/.rvm/gems/ruby-1.9.3-p385@workbench/bin/ruby_noexec_wrapper:14:in `<main>'
1441
+ */
1442
+ body:before {
1443
+ white-space: pre;
1444
+ font-family: monospace;
1445
+ content: "Syntax error: Undefined variable: \"$primary_color\".\A on line 3 of /home/ehelms/workspace/alchemy-tables/component/styles/tables.scss\A from line 3 of /home/ehelms/workspace/alchemy-tables/app/styles/main.scss\A \A 1: /home/ehelms/workspace/alchemy-tables/app/styles/main.scss"; }