chem-generic-ui 0.1.46 → 0.1.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +0 -0
  2. package/dist/bundle.js +25 -2
  3. package/package.json +34 -49
  4. package/.babelrc +0 -11
  5. package/.eslintrc +0 -23
  6. package/.tool-versions +0 -3
  7. package/chem-generic-ui-v0.1.41.tgz +0 -0
  8. package/dist/bundle.js.LICENSE.txt +0 -70
  9. package/dist/ds_details.json +0 -57
  10. package/dist/ds_klass.json +0 -102
  11. package/dist/ds_props.json +0 -54
  12. package/dist/index.html +0 -14
  13. package/dist/sg_details.json +0 -2036
  14. package/dist/sg_klass.json +0 -850
  15. package/dist/units_system.json +0 -430
  16. package/public/ds_details.json +0 -57
  17. package/public/ds_klass.json +0 -102
  18. package/public/ds_props.json +0 -54
  19. package/public/favicon.ico +0 -0
  20. package/public/images/not_available.svg +0 -1
  21. package/public/index.html +0 -47
  22. package/public/logo192.png +0 -0
  23. package/public/logo512.png +0 -0
  24. package/public/manifest.json +0 -25
  25. package/public/robots.txt +0 -3
  26. package/public/sg_details.json +0 -2036
  27. package/public/sg_klass.json +0 -850
  28. package/public/test/ds_props.json +0 -54
  29. package/public/units_system.json +0 -430
  30. package/src/app.js +0 -52
  31. package/src/asserts/bootstrap-theme.min.css +0 -6
  32. package/src/asserts/bootstrap.min.css +0 -6
  33. package/src/asserts/main.css +0 -458
  34. package/src/asserts/main.scss +0 -490
  35. package/src/components/admin/ElementManager.js +0 -28
  36. package/src/components/details/GenDSDetails.js +0 -164
  37. package/src/components/details/GenSgDetails.js +0 -396
  38. package/src/components/dnd/DragDropItemTypes.js +0 -13
  39. package/src/components/dnd/GenericElDropTarget.js +0 -160
  40. package/src/components/dnd/GridDnD.js +0 -42
  41. package/src/components/dnd/PanelDnD.js +0 -85
  42. package/src/components/fields/ButtonConfirm.js +0 -45
  43. package/src/components/fields/ButtonTooltip.js +0 -46
  44. package/src/components/fields/FieldLabel.js +0 -18
  45. package/src/components/fields/GenDSMisType.js +0 -20
  46. package/src/components/fields/GenFormGroupCb.js +0 -17
  47. package/src/components/fields/GenProperties.js +0 -56
  48. package/src/components/fields/GenPropertiesFields.js +0 -440
  49. package/src/components/layers/GenPropertiesLayer.js +0 -178
  50. package/src/components/layers/LayerModal.js +0 -52
  51. package/src/components/layers/LayersLayout.js +0 -68
  52. package/src/components/models/Attachment.js +0 -37
  53. package/src/components/models/GenericSubField.js +0 -10
  54. package/src/components/table/DropLinkRenderer.js +0 -35
  55. package/src/components/table/DropRenderer.js +0 -31
  56. package/src/components/table/DropTextRenderer.js +0 -25
  57. package/src/components/table/GenericElTableDropTarget.js +0 -131
  58. package/src/components/table/GridBtn.js +0 -41
  59. package/src/components/table/GridEntry.js +0 -75
  60. package/src/components/table/SamOption.js +0 -53
  61. package/src/components/table/SelectRenderer.js +0 -34
  62. package/src/components/table/TableRecord.js +0 -254
  63. package/src/components/table/UConverterRenderer.js +0 -24
  64. package/src/components/tools/collate.js +0 -65
  65. package/src/components/tools/orten.js +0 -171
  66. package/src/components/tools/utils.js +0 -414
  67. package/src/data/SystemUnits.js +0 -434
  68. package/src/data/systemUnits.json +0 -430
  69. package/src/index.css +0 -13
  70. package/src/index.html +0 -1
  71. package/src/index.js +0 -45
  72. package/src/logo.svg +0 -1
  73. package/src/simulations/SimuDS.js +0 -52
  74. package/src/simulations/SimuSG.js +0 -54
  75. package/webpack.config.js +0 -46
@@ -1,54 +0,0 @@
1
- {
2
- "eln": {
3
- "version": "0.9.1",
4
- "base_revision": "413824bce4a7adeb74bb3258f94ab9e3fc87dc09",
5
- "current_revision": "75f3702e77b841f44fc1d1b8e2650bba35329f59\n"
6
- },
7
- "uuid": "27f2d3b7-57bd-4eea-bb49-bd718d68077f",
8
- "klass": "Dataset",
9
- "layers": {
10
- "params": {
11
- "wf": false,
12
- "key": "params",
13
- "cols": 3,
14
- "label": "Parameter",
15
- "layer": "params",
16
- "fields": [
17
- {
18
- "type": "system-defined",
19
- "field": "temp",
20
- "label": "Temperature",
21
- "value": "18",
22
- "default": "",
23
- "position": 1,
24
- "description": "measurement temperature",
25
- "value_system": "C",
26
- "option_layers": "temperature"
27
- }
28
- ],
29
- "position": 100,
30
- "condition": ""
31
- },
32
- "system": {
33
- "wf": false,
34
- "key": "system",
35
- "cols": 3,
36
- "label": "Settings",
37
- "layer": "system",
38
- "fields": [
39
- {
40
- "type": "integer",
41
- "field": "scan",
42
- "label": "Number of Scans",
43
- "value": 2,
44
- "default": "",
45
- "position": 1
46
- }
47
- ],
48
- "position": 100,
49
- "condition": ""
50
- }
51
- },
52
- "klass_uuid": "3475e057-60ae-4f7c-9ec1-516b29082d64",
53
- "select_options": {}
54
- }
@@ -1,430 +0,0 @@
1
- {
2
- "fields": [
3
- {
4
- "type": "numeric",
5
- "field": "acceleration",
6
- "label": "Acceleration",
7
- "default": "",
8
- "position": 10,
9
- "placeholder": "acceleration",
10
- "units": [
11
- { "key": "mm_s2", "label": "mm/s<sup>2</sup>" }
12
- ]
13
- },
14
- {
15
- "type": "numeric",
16
- "field": "agitation",
17
- "label": "Agitation",
18
- "default": "",
19
- "position": 20,
20
- "placeholder": "agitation",
21
- "units": [
22
- { "key": "rpm", "label": "rpm" }
23
- ]
24
- },
25
- {
26
- "type": "numeric",
27
- "field": "amount_enzyme",
28
- "label": "Amount enzyme as nmol/min",
29
- "default": "",
30
- "position": 30,
31
- "placeholder": "amount enzyme as nmol/min",
32
- "units": [
33
- { "key": "u", "label": "U", "nm": 1 },
34
- { "key": "mu", "label": "mU", "nm": 1000 }
35
- ]
36
- },
37
- {
38
- "type": "numeric",
39
- "field": "molarity",
40
- "label": "Chem. concentration (Molarity)",
41
- "default": "",
42
- "position": 40,
43
- "placeholder": "molarity",
44
- "units": [
45
- { "key": "mol_l", "label": "mol/L (M)", "nm": 1 },
46
- { "key": "mmol_l", "label": "mmol/L (mM)", "nm": 1000 },
47
- { "key": "nmol_l", "label": "nmol/L (nM)", "nm": 1000000 },
48
- { "key": "pmol_l", "label": "pmol/L (pM)", "nm": 1000000000 }
49
- ]
50
- },
51
- {
52
- "type": "numeric",
53
- "field": "chem_distances",
54
- "label": "Chem. distances",
55
- "default": "",
56
- "position": 50,
57
- "placeholder": "Chem. distances",
58
- "units": [
59
- { "key": "angstrom", "label": "Å" }
60
- ]
61
- },
62
- {
63
- "type": "numeric",
64
- "field": "concentration",
65
- "label": "Concentration",
66
- "default": "",
67
- "position": 60,
68
- "placeholder": "concentration",
69
- "units": [
70
- { "key": "ng_l", "label": "ng/L", "nm": 1000000 },
71
- { "key": "mg_l", "label": "mg/L", "nm": 1000 },
72
- { "key": "g_l", "label": "g/L", "nm": 1 }
73
- ]
74
- },
75
- {
76
- "type": "numeric",
77
- "field": "conductivity",
78
- "label": "Conductivity",
79
- "default": "",
80
- "position": 66,
81
- "placeholder": "conductivity",
82
- "units": [
83
- { "key": "s_m", "label": "S/m", "nm": 1 }
84
- ]
85
- },{
86
- "type": "numeric",
87
- "field": "current",
88
- "label": "Current",
89
- "default": "",
90
- "position": 60,
91
- "placeholder": "Current",
92
- "units": [
93
- { "key": "A", "label": "A", "nm": 1 },
94
- { "key": "mA", "label": "mA", "nm": 1000 },
95
- { "key": "uA", "label": "µA", "nm": 1000000},
96
- { "key": "nA", "label": "nA", "nm": 1000000000 }
97
- ]
98
- },
99
- {
100
- "type": "numeric",
101
- "field": "degree",
102
- "label": "Degree",
103
- "default": "",
104
- "position": 70,
105
- "placeholder": "degree",
106
- "units": [
107
- { "key": "degree", "label": "°" }
108
- ]
109
- },
110
- {
111
- "type": "numeric",
112
- "field": "density",
113
- "label": "Density",
114
- "default": "",
115
- "position": 75,
116
- "placeholder": "density",
117
- "units": [
118
- { "key": "g_cm3", "label": "g/cm<sup>3</sup>", "nm": 1 },
119
- { "key": "kg_l", "label": "kg/l", "nm": 1 }
120
- ]
121
- },
122
- {
123
- "type": "numeric",
124
- "field": "duration",
125
- "label": "Duration",
126
- "default": "",
127
- "position": 80,
128
- "placeholder": "duration",
129
- "units": [
130
- { "key": "d", "label": "d", "nm": 1 },
131
- { "key": "h", "label": "h", "nm": 24 },
132
- { "key": "min", "label": "m", "nm": 1440 },
133
- { "key": "s", "label": "s", "nm": 86400 }
134
- ]
135
- },
136
- {
137
- "type": "numeric",
138
- "field": "elastic_modulus",
139
- "label": "Elastic modulus",
140
- "default": "",
141
- "position": 86,
142
- "placeholder": "Elastic modulus",
143
- "units": [
144
- { "key": "m_pa", "label": "MPa", "nm": 1 },
145
- { "key": "k_pa", "label": "kPa", "nm": 1000 },
146
- { "key": "pa", "label": "Pa", "nm": 1000000 }
147
- ]
148
- },
149
- {
150
- "type": "numeric",
151
- "field": "electric_field",
152
- "label": "Electric field",
153
- "default": "",
154
- "position": 86,
155
- "placeholder": "Electric field",
156
- "units": [
157
- { "key": "v_m", "label": "V/m", "nm": 1 }
158
- ]
159
- },
160
- {
161
- "type": "numeric",
162
- "field": "energy",
163
- "label": "Energy",
164
- "default": "",
165
- "position": 88,
166
- "placeholder": "Joule",
167
- "units": [
168
- { "key": "j", "label": "J", "nm": 1000 },
169
- { "key": "k_j", "label": "kJ", "nm": 1 }
170
- ]
171
- },
172
- {
173
- "type": "numeric",
174
- "field": "enzyme_activity",
175
- "label": "Enzyme activity",
176
- "default": "",
177
- "position": 90,
178
- "placeholder": "Enzyme activity",
179
- "units": [
180
- { "key": "u_l", "label": "U/L", "nm": 1 },
181
- { "key": "u_ml", "label": "U/mL", "nm": 1000 }
182
- ]
183
- },
184
- {
185
- "type": "numeric",
186
- "field": "flow_rate",
187
- "label": "Flow rate",
188
- "default": "",
189
- "position": 100,
190
- "placeholder": "Flow rate",
191
- "units": [
192
- { "key": "ul_min", "label": "µl/min", "nm": 1000000 },
193
- { "key": "ml_min", "label": "ml/min", "nm": 1000 },
194
- { "key": "l_m", "label": "l/m", "nm": 1 }
195
- ]
196
- },
197
- {
198
- "type": "numeric",
199
- "field": "frequency",
200
- "label": "Frequency",
201
- "default": "",
202
- "position": 100,
203
- "placeholder": "frequency",
204
- "units": [
205
- { "key": "hz", "label": "Hz", "nm": 1000 },
206
- { "key": "khz", "label": "kHz", "nm": 1 }
207
- ]
208
- },
209
- {
210
- "type": "numeric",
211
- "field": "heating_rate",
212
- "label": "Heating rate",
213
- "default": "",
214
- "position": 106,
215
- "placeholder": "heating rate",
216
- "units": [
217
- { "key": "k_min", "label": "K/min", "nm": 1 }
218
- ]
219
- },
220
- {
221
- "type": "numeric",
222
- "field": "length",
223
- "label": "Length",
224
- "default": "",
225
- "position": 110,
226
- "placeholder": "length",
227
- "units": [
228
- { "key": "pm", "label": "pm", "nm": 100000 },
229
- { "key": "nm", "label": "nm", "nm": 10000 },
230
- { "key": "mm", "label": "mm", "nm": 1000 },
231
- { "key": "cm", "label": "cm", "nm": 100 },
232
- { "key": "m", "label": "m", "nm": 1 }
233
- ]
234
- },
235
- {
236
- "type": "numeric",
237
- "field": "magnetic_flux_density",
238
- "label": "Magnetic flux density/inductivity",
239
- "default": "",
240
- "position": 120,
241
- "placeholder": "",
242
- "units": [
243
- { "key": "T", "label": "T", "nm": 1 }
244
- ]
245
- },
246
- {
247
- "type": "numeric",
248
- "field": "mass",
249
- "label": "Mass",
250
- "default": "",
251
- "position": 120,
252
- "placeholder": "mass",
253
- "units": [
254
- { "key": "g", "label": "g", "nm": 1 },
255
- { "key": "mg", "label": "mg", "nm": 1000 },
256
- { "key": "ug", "label": "µg", "nm": 1000000 }
257
- ]
258
- },
259
- {
260
- "type": "numeric",
261
- "field": "mass_molecule",
262
- "label": "Mass of molecule",
263
- "default": "",
264
- "position": 126,
265
- "placeholder": "mass of molecule",
266
- "units": [
267
- { "key": "dalton", "label": "D", "nm": 1000 },
268
- { "key": "kilo_dalton", "label": "kD", "nm": 1 }
269
- ]
270
- },
271
- {
272
- "type": "numeric",
273
- "field": "molecular_weight",
274
- "label": "Molecular weight",
275
- "default": "",
276
- "position": 130,
277
- "placeholder": "Molecular weight",
278
- "units": [
279
- { "key": "g_mol", "label": "g/mol" }
280
- ]
281
- },
282
- {
283
- "type": "numeric",
284
- "field": "percentage",
285
- "label": "Percentage",
286
- "default": "",
287
- "position": 136,
288
- "placeholder": "percentage",
289
- "units": [
290
- { "key": "p", "label": "%", "nm": 1 }
291
- ]
292
- },
293
- {
294
- "type": "numeric",
295
- "field": "pressure",
296
- "label": "Pressure",
297
- "default": "",
298
- "position": 140,
299
- "placeholder": "pressure",
300
- "units": [
301
- { "key": "atm", "label": "atm", "nm": 1 },
302
- { "key": "pa", "label": "Pa", "nm": 101325 },
303
- { "key": "torr", "label": "Torr", "nm": 760 }
304
- ]
305
- },
306
- {
307
- "type": "numeric",
308
- "field": "reaction_rate",
309
- "label": "Reaction rate",
310
- "default": "",
311
- "position": 150,
312
- "placeholder": "Reaction rate",
313
- "units": [
314
- { "key": "mol_lmin", "label": "mol/Lmin", "nm": 1 },
315
- { "key": "mol_lsec", "label": "mol/Ls", "nm": 60 }
316
- ]
317
- },
318
- {
319
- "type": "numeric",
320
- "field": "specific_volume",
321
- "label": "Specific Volume",
322
- "default": "",
323
- "position": 160,
324
- "placeholder": "Specific Volume",
325
- "units": [
326
- { "key": "cm3_g", "label": "cm<sup>3</sup>/g", "nm": 1 }
327
- ]
328
- },
329
- {
330
- "type": "numeric",
331
- "field": "speed",
332
- "label": "Speed",
333
- "default": "",
334
- "position": 165,
335
- "placeholder": "speed",
336
- "units": [
337
- { "key": "cm_s", "label": "cm/s", "nm": 1 },
338
- { "key": "mm_s", "label": "mm/s", "nm": 10 },
339
- { "key": "cm_h", "label": "cm/h", "nm": 3600 },
340
- { "key": "mm_h", "label": "mm/h", "nm": 36000 }
341
- ]
342
- },
343
- {
344
- "type": "numeric",
345
- "field": "surface",
346
- "label": "Surface",
347
- "default": "",
348
- "position": 170,
349
- "placeholder": "surface",
350
- "units": [
351
- { "key": "a_2", "label": "A<sup>2</sup>" },
352
- { "key": "mm_2", "label": "mm<sup>2</sup>" },
353
- { "key": "cm_2", "label": "cm<sup>2</sup>" }
354
- ]
355
- },
356
- {
357
- "type": "numeric",
358
- "field": "temperature",
359
- "label": "Temperature",
360
- "default": "",
361
- "position": 180,
362
- "placeholder": "temperature",
363
- "units": [
364
- { "key": "C", "label": "°C" },
365
- { "key": "F", "label": "°F" },
366
- { "key": "K", "label": "°K" }
367
- ]
368
- },
369
- {
370
- "type": "numeric",
371
- "field": "turnover_number",
372
- "label": "Turnover number",
373
- "default": "",
374
- "position": 190,
375
- "placeholder": "Turnover number",
376
- "units": [
377
- { "key": "1_s", "label": "1/s" }
378
- ]
379
- },
380
- {
381
- "type": "numeric",
382
- "field": "viscosity",
383
- "label": "Dynamic Viscosity",
384
- "default": "",
385
- "position": 200,
386
- "placeholder": "Dynamic Viscosity",
387
- "units": [
388
- { "key": "pas", "label": "Pas", "nm": 1 },
389
- { "key": "mpas", "label": "mPas", "nm": 1000 }
390
- ]
391
- },
392
- {
393
- "type": "numeric",
394
- "field": "kinematic_viscosity",
395
- "label": "Kinematic Viscosity",
396
- "default": "",
397
- "position": 205,
398
- "placeholder": "Kinematic Viscosity",
399
- "units": [
400
- { "key": "m2_s", "label": "m<sup>2</sup>/s", "nm": 1 }
401
- ]
402
- },
403
- {
404
- "type": "numeric",
405
- "field": "voltage",
406
- "label": "Voltage",
407
- "default": "",
408
- "position": 200,
409
- "placeholder": "voltage",
410
- "units": [
411
- { "key": "mv", "label": "mV", "nm": 1000 },
412
- { "key": "v", "label": "V", "nm": 1 }
413
- ]
414
- },
415
- {
416
- "type": "numeric",
417
- "field": "volumes",
418
- "label": "Volumes",
419
- "default": "",
420
- "position": 210,
421
- "placeholder": "volume",
422
- "units": [
423
- { "key": "l", "label": "l", "nm": 1 },
424
- { "key": "ml", "label": "ml", "nm": 1000 },
425
- { "key": "ul", "label": "µl", "nm": 1000000},
426
- { "key": "nl", "label": "nl", "nm": 1000000000 }
427
- ]
428
- }
429
- ]
430
- }
package/src/app.js DELETED
@@ -1,52 +0,0 @@
1
- // import React, { useState, useEffect } from 'react';
2
- // import logo from './logo.svg';
3
- // import 'bootstrap/dist/css/bootstrap.min.css';
4
- // import { ElementManager, GenPropertiesText } from './components/admin/ElementManager';
5
- import { library } from '@fortawesome/fontawesome-svg-core';
6
- import { fas } from '@fortawesome/free-solid-svg-icons';
7
- import { far } from '@fortawesome/free-regular-svg-icons';
8
- import './asserts/main.css';
9
- // import './asserts/bootstrap-theme.min.css';
10
- // import './asserts/bootstrap.min.css';
11
-
12
- library.add(fas, far);
13
-
14
- export { default as ElementManager } from './components/admin/ElementManager';
15
- export { default as GenDSMisType } from './components/fields/GenDSMisType';
16
- export { default as GenericDSDetails } from './components/details/GenDSDetails';
17
- export { default as SegmentDetails } from './components/details/GenSgDetails';
18
- export { GenPropertiesNumber, GenPropertiesText } from './components/fields/GenPropertiesFields';
19
- // export { GenPropertiesNumber, GenPropertiesText };
20
- // function App() {
21
- // return (
22
- // <div className="App">
23
- // <header className="App-header">
24
- // <img src={logo} className="App-logo" alt="logo" />
25
- // <p>
26
- // Edit <code>src/App.js</code> and save to reload.
27
- // </p>
28
- // <a
29
- // className="App-link"
30
- // href="https://reactjs.org"
31
- // target="_blank"
32
- // rel="noopener noreferrer"
33
- // >
34
- // Learn React
35
- // </a>
36
- // </header>
37
- // </div>
38
- // );
39
- // }
40
-
41
- // export { ElementManager, GenPropertiesText };
42
-
43
- // function App() {
44
- // return (
45
- // <div>
46
- // Project A
47
- // <ElementManager />
48
- // </div>
49
- // );
50
- // }
51
-
52
- // export default App;
@@ -1,6 +0,0 @@
1
- /*!
2
- * Bootstrap v3.3.7 (http://getbootstrap.com)
3
- * Copyright 2011-2016 Twitter, Inc.
4
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
6
- /*# sourceMappingURL=bootstrap-theme.min.css.map */