Bootstrap Shortcodes - Version 1.1.0

Version Description

Download this release

Release Info

Developer sinetheta
Plugin Icon Bootstrap Shortcodes
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.0 to 1.1.0

Files changed (47) hide show
  1. assets/css/admin.css +0 -182
  2. assets/css/bootstrap-non-responsive.css +0 -4447
  3. assets/css/shortcodes.css +0 -685
  4. assets/img/dwicons.png +0 -0
  5. assets/img/facebook.png +0 -0
  6. assets/img/glyphicons-halflings.png +0 -0
  7. assets/img/twitter.png +0 -0
  8. assets/js/plugins/grid.html +0 -125
  9. assets/js/plugins/icons.html +0 -251
  10. bootstrap-shortcodes.php +103 -107
  11. css/admin.css +192 -0
  12. css/bootstrap-non-responsive.css +4447 -0
  13. {assets/css → css}/bootstrap.css +0 -0
  14. css/shortcodes.css +685 -0
  15. {assets/fonts → fonts}/glyphicons-halflings-regular.eot +0 -0
  16. {assets/fonts → fonts}/glyphicons-halflings-regular.svg +0 -0
  17. {assets/fonts → fonts}/glyphicons-halflings-regular.ttf +0 -0
  18. {assets/fonts → fonts}/glyphicons-halflings-regular.woff +0 -0
  19. {assets/images → images}/alert.png +0 -0
  20. {assets/images → images}/collapse.png +0 -0
  21. images/dwicons.png +0 -0
  22. {assets/images → images}/facebook.png +0 -0
  23. {assets/images → images}/glyphicons-halflings.png +0 -0
  24. {assets/images → images}/grid.png +0 -0
  25. {assets/images → images}/icons.png +0 -0
  26. {assets/images → images}/labels.png +0 -0
  27. {assets/images → images}/tabs.png +0 -0
  28. {assets/images → images}/twitter.png +0 -0
  29. images/well.png +0 -0
  30. inc/dws_alert.php +10 -10
  31. inc/dws_buttons.php +9 -9
  32. inc/dws_collapse.php +29 -29
  33. inc/dws_grid.php +15 -15
  34. inc/dws_icons.php +6 -6
  35. inc/dws_well.php +14 -0
  36. {assets/js → js}/bootstrap.js +0 -0
  37. {assets/js → js}/jquery.js +0 -0
  38. {assets/js → js}/plugins/alert.js +0 -0
  39. {assets/js → js}/plugins/buttons.js +0 -0
  40. {assets/js → js}/plugins/collapse.js +2 -3
  41. js/plugins/grid.html +125 -0
  42. {assets/js → js}/plugins/grid.js +3 -3
  43. js/plugins/icons.html +454 -0
  44. {assets/js → js}/plugins/icons.js +1 -3
  45. {assets/js → js}/plugins/labels.js +2 -2
  46. js/plugins/well.js +36 -0
  47. readme.txt +5 -2
assets/css/admin.css DELETED
@@ -1,182 +0,0 @@
1
- /* Editor
2
- -------------------------------------------------------------- */
3
- .wp_themeSkin .mceSplitButton span.mce_dws_grid,
4
- .wp_themeSkin .mceSplitButton span.mce_dws_alerts,
5
- .wp_themeSkin .mceSplitButton span.mce_dws_buttons,
6
- .wp_themeSkin span.mce_dws_icons,
7
- .wp_themeSkin span.mce_dws_tabs,
8
- .wp_themeSkin .mceSplitButton span.mce_dws_collapse {
9
- background: url(../img/dwicons.png) no-repeat !important;
10
- }
11
-
12
- .wp_themeSkin .mceSplitButton span.mce_dws_grid {
13
- background-position: -5px -19px !important;
14
- }
15
-
16
- .wp_themeSkin .mceSplitButton:hover span.mce_dws_grid,
17
- .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_grid {
18
- background-position: -5px 0 !important;
19
- }
20
-
21
- .wp_themeSkin .mceSplitButton span.mce_dws_alerts {
22
- background-position: -25px -19px !important;
23
- }
24
-
25
- .wp_themeSkin .mceSplitButton:hover span.mce_dws_alerts,
26
- .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_alerts {
27
- background-position: -25px 0 !important;
28
- }
29
-
30
- .wp_themeSkin .mceSplitButton span.mce_dws_buttons {
31
- background-position: -46px -19px !important;
32
- }
33
-
34
- .wp_themeSkin .mceSplitButton:hover span.mce_dws_buttons,
35
- .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_buttons {
36
- background-position: -46px 0 !important;
37
- }
38
-
39
- .wp_themeSkin span.mce_dws_icons {
40
- background-position: -67px -20px !important;
41
- }
42
-
43
- .wp_themeSkin span.mce_dws_icons:hover {
44
- background-position: -67px -1px !important;
45
- }
46
-
47
- .wp_themeSkin span.mce_dws_tabs {
48
- background-position: -88px -20px !important;
49
- }
50
-
51
- .wp_themeSkin span.mce_dws_tabs:hover {
52
- background-position: -88px -1px !important;
53
- }
54
-
55
- .wp_themeSkin .mceSplitButton span.mce_dws_collapse {
56
- background-position: -109px -20px !important;
57
- }
58
-
59
- .wp_themeSkin .mceSplitButton:hover span.mce_dws_collapse,
60
- .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_collapse {
61
- background-position: -109px -1px !important;
62
- }
63
-
64
- .mceMenu label {
65
- display: block;
66
- margin: 10px 0 0;
67
- }
68
-
69
- .mceMenu input[type=text],
70
- .mceMenu select {
71
- clear: both;
72
- display: block;
73
- -webkit-box-sizing: border-box;
74
- -moz-box-sizing: border-box;
75
- -ms-box-sizing: border-box;
76
- box-sizing: border-box;
77
- width: 100%;
78
- min-width: 160px;
79
- padding: 3px;
80
- margin: 5px 0 0;
81
- }
82
-
83
- /* Iframe
84
- -------------------------------------------------------------- */
85
- #dws-wrapper {
86
- padding: 20px;
87
- }
88
-
89
- #dws-wrapper .nav-tabs > .active > a > [class^="icon-"],
90
- #dws-wrapper .nav-tabs > .active > a > [class*=" icon-"] {
91
- background-image: url("../img/glyphicons-halflings.png");
92
- }
93
-
94
- #dws-wrapper .nav-tabs .add-new {
95
- float: right;
96
- }
97
-
98
- #dws-wrapper .nav-tabs li a {
99
- outline: none;
100
- }
101
-
102
- #dws-wrapper .nav-tabs .delete-tab {
103
- margin: 0 0 0 5px;
104
- display: none;
105
- height: 16px;
106
- line-height: 12px;
107
- text-align: center;
108
- width: 16px;
109
- }
110
-
111
- #dws-wrapper .nav-tabs .active .delete-tab {
112
- display: inline-block;
113
- }
114
-
115
- #dws-wrapper .nav-tabs .active .delete-tab:hover {
116
- background: #bbb;
117
- border-radius: 20px;
118
- color: #fff;
119
- }
120
-
121
- #dws-wrapper .tab-content textarea {
122
- -webkit-box-sizing: border-box;
123
- -moz-box-sizing: border-box;
124
- -ms-box-sizing: border-box;
125
- box-sizing: border-box;
126
- width: 100% !important;
127
- height: 120px;
128
- min-height: 120px;
129
- }
130
-
131
- #dws-wrapper .tab-content input[type=text],
132
- #dws-wrapper .tab-content select,
133
- #dws-wrapper #dws-grid input[type=number] {
134
- -webkit-box-sizing: border-box;
135
- -moz-box-sizing: border-box;
136
- -ms-box-sizing: border-box;
137
- box-sizing: border-box;
138
- width: 50%;
139
- height: 30px;
140
- }
141
-
142
- #dws-wrapper #dws-grid form {
143
- margin: 0;
144
- }
145
-
146
- .show-grid {
147
- margin-bottom: 20px;
148
- margin-top: 10px;
149
- }
150
-
151
- .show-grid h5 {
152
- font-size: 92%;
153
- font-weight: normal;
154
- color: #999;
155
- }
156
-
157
- .show-grid [class*="col-"] {
158
- background-color: #EEEEEE;
159
- border: 1px solid #eee;
160
- border-radius: 3px 3px 3px 3px;
161
- padding: 10px 10px 0;
162
- text-align: center;
163
- }
164
-
165
- .show-grid:hover [class*="col-"] {
166
- background: none repeat scroll 0 0 #DDDDDD;
167
- border-color: #ddd;
168
- }
169
-
170
- .show-grid .show-grid {
171
- margin-bottom: 0;
172
- margin-top: 0;
173
- }
174
-
175
- .show-grid .show-grid [class*="col-"] {
176
- background-color: #CCCCCC;
177
- }
178
-
179
- .show-grid [class*="col-"].active {
180
- background: #fff;
181
- border: 1px solid #ccc;
182
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/bootstrap-non-responsive.css DELETED
@@ -1,4447 +0,0 @@
1
- /*!
2
- * Bootstrap v2.1.1
3
- *
4
- * Copyright 2012 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
- */
10
- .clearfix {
11
- *zoom: 1;
12
- }
13
- .clearfix:before,
14
- .clearfix:after {
15
- display: table;
16
- content: "";
17
- line-height: 0;
18
- }
19
- .clearfix:after {
20
- clear: both;
21
- }
22
- .hide-text {
23
- font: 0/0 a;
24
- color: transparent;
25
- text-shadow: none;
26
- background-color: transparent;
27
- border: 0;
28
- }
29
- .input-block-level {
30
- display: block;
31
- width: 100%;
32
- min-height: 30px;
33
- -webkit-box-sizing: border-box;
34
- -moz-box-sizing: border-box;
35
- box-sizing: border-box;
36
- }
37
- article,
38
- aside,
39
- details,
40
- figcaption,
41
- figure,
42
- footer,
43
- header,
44
- hgroup,
45
- nav,
46
- section {
47
- display: block;
48
- }
49
- audio,
50
- canvas,
51
- video {
52
- display: inline-block;
53
- *display: inline;
54
- *zoom: 1;
55
- }
56
- audio:not([controls]) {
57
- display: none;
58
- }
59
- html {
60
- font-size: 100%;
61
- -webkit-text-size-adjust: 100%;
62
- -ms-text-size-adjust: 100%;
63
- }
64
- a:focus {
65
- outline: thin dotted #333;
66
- outline: 5px auto -webkit-focus-ring-color;
67
- outline-offset: -2px;
68
- }
69
- a:hover,
70
- a:active {
71
- outline: 0;
72
- }
73
- sub,
74
- sup {
75
- position: relative;
76
- font-size: 75%;
77
- line-height: 0;
78
- vertical-align: baseline;
79
- }
80
- sup {
81
- top: -0.5em;
82
- }
83
- sub {
84
- bottom: -0.25em;
85
- }
86
- img {
87
- /* Responsive images (ensure images don't scale beyond their parents) */
88
-
89
- max-width: 100%;
90
- /* Part 1: Set a maxium relative to the parent */
91
-
92
- width: auto\9;
93
- /* IE7-8 need help adjusting responsive images */
94
-
95
- height: auto;
96
- /* Part 2: Scale the height according to the width, otherwise you get stretching */
97
-
98
- vertical-align: middle;
99
- border: 0;
100
- -ms-interpolation-mode: bicubic;
101
- }
102
- #map_canvas img {
103
- max-width: none;
104
- }
105
- button,
106
- input,
107
- select,
108
- textarea {
109
- margin: 0;
110
- font-size: 100%;
111
- vertical-align: middle;
112
- }
113
- button,
114
- input {
115
- *overflow: visible;
116
- line-height: normal;
117
- }
118
- button::-moz-focus-inner,
119
- input::-moz-focus-inner {
120
- padding: 0;
121
- border: 0;
122
- }
123
- button,
124
- input[type="button"],
125
- input[type="reset"],
126
- input[type="submit"] {
127
- cursor: pointer;
128
- -webkit-appearance: button;
129
- }
130
- input[type="search"] {
131
- -webkit-box-sizing: content-box;
132
- -moz-box-sizing: content-box;
133
- box-sizing: content-box;
134
- -webkit-appearance: textfield;
135
- }
136
- input[type="search"]::-webkit-search-decoration,
137
- input[type="search"]::-webkit-search-cancel-button {
138
- -webkit-appearance: none;
139
- }
140
- textarea {
141
- overflow: auto;
142
- vertical-align: top;
143
- }
144
- body {
145
- margin: 0;
146
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
147
- font-size: 14px;
148
- line-height: 20px;
149
- color: #333333;
150
- background-color: #ffffff;
151
- }
152
- a {
153
- color: #0088cc;
154
- text-decoration: none;
155
- }
156
- a:hover {
157
- color: #005580;
158
- text-decoration: underline;
159
- }
160
- .img-rounded {
161
- -webkit-border-radius: 6px;
162
- -moz-border-radius: 6px;
163
- border-radius: 6px;
164
- }
165
- .img-polaroid {
166
- padding: 4px;
167
- background-color: #fff;
168
- border: 1px solid #ccc;
169
- border: 1px solid rgba(0, 0, 0, 0.2);
170
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
171
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
172
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
173
- }
174
- .img-circle {
175
- -webkit-border-radius: 500px;
176
- -moz-border-radius: 500px;
177
- border-radius: 500px;
178
- }
179
- .row {
180
- margin-left: -20px;
181
- *zoom: 1;
182
- }
183
- .row:before,
184
- .row:after {
185
- display: table;
186
- content: "";
187
- line-height: 0;
188
- }
189
- .row:after {
190
- clear: both;
191
- }
192
- [class*="span"] {
193
- float: left;
194
- min-height: 1px;
195
- margin-left: 20px;
196
- }
197
- .container,
198
- .navbar-static-top .container,
199
- .navbar-fixed-top .container,
200
- .navbar-fixed-bottom .container {
201
- width: 940px;
202
- }
203
- .span12 {
204
- width: 940px;
205
- }
206
- .span11 {
207
- width: 860px;
208
- }
209
- .span10 {
210
- width: 780px;
211
- }
212
- .span9 {
213
- width: 700px;
214
- }
215
- .span8 {
216
- width: 620px;
217
- }
218
- .span7 {
219
- width: 540px;
220
- }
221
- .span6 {
222
- width: 460px;
223
- }
224
- .span5 {
225
- width: 380px;
226
- }
227
- .span4 {
228
- width: 300px;
229
- }
230
- .span3 {
231
- width: 220px;
232
- }
233
- .span2 {
234
- width: 140px;
235
- }
236
- .span1 {
237
- width: 60px;
238
- }
239
- .offset12 {
240
- margin-left: 980px;
241
- }
242
- .offset11 {
243
- margin-left: 900px;
244
- }
245
- .offset10 {
246
- margin-left: 820px;
247
- }
248
- .offset9 {
249
- margin-left: 740px;
250
- }
251
- .offset8 {
252
- margin-left: 660px;
253
- }
254
- .offset7 {
255
- margin-left: 580px;
256
- }
257
- .offset6 {
258
- margin-left: 500px;
259
- }
260
- .offset5 {
261
- margin-left: 420px;
262
- }
263
- .offset4 {
264
- margin-left: 340px;
265
- }
266
- .offset3 {
267
- margin-left: 260px;
268
- }
269
- .offset2 {
270
- margin-left: 180px;
271
- }
272
- .offset1 {
273
- margin-left: 100px;
274
- }
275
- .row-fluid {
276
- width: 100%;
277
- *zoom: 1;
278
- }
279
- .row-fluid:before,
280
- .row-fluid:after {
281
- display: table;
282
- content: "";
283
- line-height: 0;
284
- }
285
- .row-fluid:after {
286
- clear: both;
287
- }
288
- .row-fluid [class*="span"] {
289
- display: block;
290
- width: 100%;
291
- min-height: 30px;
292
- -webkit-box-sizing: border-box;
293
- -moz-box-sizing: border-box;
294
- box-sizing: border-box;
295
- float: left;
296
- margin-left: 2.127659574468085%;
297
- *margin-left: 2.074468085106383%;
298
- }
299
- .row-fluid [class*="span"]:first-child {
300
- margin-left: 0;
301
- }
302
- .row-fluid .span12 {
303
- width: 100%;
304
- *width: 99.94680851063829%;
305
- }
306
- .row-fluid .span11 {
307
- width: 91.48936170212765%;
308
- *width: 91.43617021276594%;
309
- }
310
- .row-fluid .span10 {
311
- width: 82.97872340425532%;
312
- *width: 82.92553191489361%;
313
- }
314
- .row-fluid .span9 {
315
- width: 74.46808510638297%;
316
- *width: 74.41489361702126%;
317
- }
318
- .row-fluid .span8 {
319
- width: 65.95744680851064%;
320
- *width: 65.90425531914893%;
321
- }
322
- .row-fluid .span7 {
323
- width: 57.44680851063829%;
324
- *width: 57.39361702127659%;
325
- }
326
- .row-fluid .span6 {
327
- width: 48.93617021276595%;
328
- *width: 48.88297872340425%;
329
- }
330
- .row-fluid .span5 {
331
- width: 40.42553191489362%;
332
- *width: 40.37234042553192%;
333
- }
334
- .row-fluid .span4 {
335
- width: 31.914893617021278%;
336
- *width: 31.861702127659576%;
337
- }
338
- .row-fluid .span3 {
339
- width: 23.404255319148934%;
340
- *width: 23.351063829787233%;
341
- }
342
- .row-fluid .span2 {
343
- width: 14.893617021276595%;
344
- *width: 14.840425531914894%;
345
- }
346
- .row-fluid .span1 {
347
- width: 6.382978723404255%;
348
- *width: 6.329787234042553%;
349
- }
350
- .row-fluid .offset12 {
351
- margin-left: 104.25531914893617%;
352
- *margin-left: 104.14893617021275%;
353
- }
354
- .row-fluid .offset12:first-child {
355
- margin-left: 102.12765957446808%;
356
- *margin-left: 102.02127659574467%;
357
- }
358
- .row-fluid .offset11 {
359
- margin-left: 95.74468085106382%;
360
- *margin-left: 95.6382978723404%;
361
- }
362
- .row-fluid .offset11:first-child {
363
- margin-left: 93.61702127659574%;
364
- *margin-left: 93.51063829787232%;
365
- }
366
- .row-fluid .offset10 {
367
- margin-left: 87.23404255319149%;
368
- *margin-left: 87.12765957446807%;
369
- }
370
- .row-fluid .offset10:first-child {
371
- margin-left: 85.1063829787234%;
372
- *margin-left: 84.99999999999999%;
373
- }
374
- .row-fluid .offset9 {
375
- margin-left: 78.72340425531914%;
376
- *margin-left: 78.61702127659572%;
377
- }
378
- .row-fluid .offset9:first-child {
379
- margin-left: 76.59574468085106%;
380
- *margin-left: 76.48936170212764%;
381
- }
382
- .row-fluid .offset8 {
383
- margin-left: 70.2127659574468%;
384
- *margin-left: 70.10638297872339%;
385
- }
386
- .row-fluid .offset8:first-child {
387
- margin-left: 68.08510638297872%;
388
- *margin-left: 67.9787234042553%;
389
- }
390
- .row-fluid .offset7 {
391
- margin-left: 61.70212765957446%;
392
- *margin-left: 61.59574468085106%;
393
- }
394
- .row-fluid .offset7:first-child {
395
- margin-left: 59.574468085106375%;
396
- *margin-left: 59.46808510638297%;
397
- }
398
- .row-fluid .offset6 {
399
- margin-left: 53.191489361702125%;
400
- *margin-left: 53.085106382978715%;
401
- }
402
- .row-fluid .offset6:first-child {
403
- margin-left: 51.063829787234035%;
404
- *margin-left: 50.95744680851063%;
405
- }
406
- .row-fluid .offset5 {
407
- margin-left: 44.68085106382979%;
408
- *margin-left: 44.57446808510638%;
409
- }
410
- .row-fluid .offset5:first-child {
411
- margin-left: 42.5531914893617%;
412
- *margin-left: 42.4468085106383%;
413
- }
414
- .row-fluid .offset4 {
415
- margin-left: 36.170212765957444%;
416
- *margin-left: 36.06382978723405%;
417
- }
418
- .row-fluid .offset4:first-child {
419
- margin-left: 34.04255319148936%;
420
- *margin-left: 33.93617021276596%;
421
- }
422
- .row-fluid .offset3 {
423
- margin-left: 27.659574468085104%;
424
- *margin-left: 27.5531914893617%;
425
- }
426
- .row-fluid .offset3:first-child {
427
- margin-left: 25.53191489361702%;
428
- *margin-left: 25.425531914893618%;
429
- }
430
- .row-fluid .offset2 {
431
- margin-left: 19.148936170212764%;
432
- *margin-left: 19.04255319148936%;
433
- }
434
- .row-fluid .offset2:first-child {
435
- margin-left: 17.02127659574468%;
436
- *margin-left: 16.914893617021278%;
437
- }
438
- .row-fluid .offset1 {
439
- margin-left: 10.638297872340425%;
440
- *margin-left: 10.53191489361702%;
441
- }
442
- .row-fluid .offset1:first-child {
443
- margin-left: 8.51063829787234%;
444
- *margin-left: 8.404255319148938%;
445
- }
446
- [class*="span"].hide,
447
- .row-fluid [class*="span"].hide {
448
- display: none;
449
- }
450
- [class*="span"].pull-right,
451
- .row-fluid [class*="span"].pull-right {
452
- float: right;
453
- }
454
- .container {
455
- margin-right: auto;
456
- margin-left: auto;
457
- *zoom: 1;
458
- }
459
- .container:before,
460
- .container:after {
461
- display: table;
462
- content: "";
463
- line-height: 0;
464
- }
465
- .container:after {
466
- clear: both;
467
- }
468
- .container-fluid {
469
- padding-right: 20px;
470
- padding-left: 20px;
471
- *zoom: 1;
472
- }
473
- .container-fluid:before,
474
- .container-fluid:after {
475
- display: table;
476
- content: "";
477
- line-height: 0;
478
- }
479
- .container-fluid:after {
480
- clear: both;
481
- }
482
- p {
483
- margin: 0 0 10px;
484
- }
485
- .lead {
486
- margin-bottom: 20px;
487
- font-size: 21px;
488
- font-weight: 200;
489
- line-height: 30px;
490
- }
491
- small {
492
- font-size: 85%;
493
- }
494
- strong {
495
- font-weight: bold;
496
- }
497
- em {
498
- font-style: italic;
499
- }
500
- cite {
501
- font-style: normal;
502
- }
503
- .muted {
504
- color: #999999;
505
- }
506
- .text-warning {
507
- color: #c09853;
508
- }
509
- .text-error {
510
- color: #b94a48;
511
- }
512
- .text-info {
513
- color: #3a87ad;
514
- }
515
- .text-success {
516
- color: #468847;
517
- }
518
- h1,
519
- h2,
520
- h3,
521
- h4,
522
- h5,
523
- h6 {
524
- margin: 10px 0;
525
- font-family: inherit;
526
- font-weight: bold;
527
- line-height: 1;
528
- color: inherit;
529
- text-rendering: optimizelegibility;
530
- }
531
- h1 small,
532
- h2 small,
533
- h3 small,
534
- h4 small,
535
- h5 small,
536
- h6 small {
537
- font-weight: normal;
538
- line-height: 1;
539
- color: #999999;
540
- }
541
- h1 {
542
- font-size: 36px;
543
- line-height: 40px;
544
- }
545
- h2 {
546
- font-size: 30px;
547
- line-height: 40px;
548
- }
549
- h3 {
550
- font-size: 24px;
551
- line-height: 40px;
552
- }
553
- h4 {
554
- font-size: 18px;
555
- line-height: 20px;
556
- }
557
- h5 {
558
- font-size: 14px;
559
- line-height: 20px;
560
- }
561
- h6 {
562
- font-size: 12px;
563
- line-height: 20px;
564
- }
565
- h1 small {
566
- font-size: 24px;
567
- }
568
- h2 small {
569
- font-size: 18px;
570
- }
571
- h3 small {
572
- font-size: 14px;
573
- }
574
- h4 small {
575
- font-size: 14px;
576
- }
577
- .page-header {
578
- padding-bottom: 9px;
579
- margin: 20px 0 30px;
580
- border-bottom: 1px solid #eeeeee;
581
- }
582
- ul,
583
- ol {
584
- padding: 0;
585
- margin: 0 0 10px 25px;
586
- }
587
- ul ul,
588
- ul ol,
589
- ol ol,
590
- ol ul {
591
- margin-bottom: 0;
592
- }
593
- li {
594
- line-height: 20px;
595
- }
596
- ul.unstyled,
597
- ol.unstyled {
598
- margin-left: 0;
599
- list-style: none;
600
- }
601
- dl {
602
- margin-bottom: 20px;
603
- }
604
- dt,
605
- dd {
606
- line-height: 20px;
607
- }
608
- dt {
609
- font-weight: bold;
610
- }
611
- dd {
612
- margin-left: 10px;
613
- }
614
- .dl-horizontal {
615
- *zoom: 1;
616
- }
617
- .dl-horizontal:before,
618
- .dl-horizontal:after {
619
- display: table;
620
- content: "";
621
- line-height: 0;
622
- }
623
- .dl-horizontal:after {
624
- clear: both;
625
- }
626
- .dl-horizontal dt {
627
- float: left;
628
- width: 160px;
629
- clear: left;
630
- text-align: right;
631
- overflow: hidden;
632
- text-overflow: ellipsis;
633
- white-space: nowrap;
634
- }
635
- .dl-horizontal dd {
636
- margin-left: 180px;
637
- }
638
- hr {
639
- margin: 20px 0;
640
- border: 0;
641
- border-top: 1px solid #eeeeee;
642
- border-bottom: 1px solid #ffffff;
643
- }
644
- abbr[title] {
645
- cursor: help;
646
- border-bottom: 1px dotted #999999;
647
- }
648
- abbr.initialism {
649
- font-size: 90%;
650
- text-transform: uppercase;
651
- }
652
- blockquote {
653
- padding: 0 0 0 15px;
654
- margin: 0 0 20px;
655
- border-left: 5px solid #eeeeee;
656
- }
657
- blockquote p {
658
- margin-bottom: 0;
659
- font-size: 16px;
660
- font-weight: 300;
661
- line-height: 25px;
662
- }
663
- blockquote small {
664
- display: block;
665
- line-height: 20px;
666
- color: #999999;
667
- }
668
- blockquote small:before {
669
- content: '\2014 \00A0';
670
- }
671
- blockquote.pull-right {
672
- float: right;
673
- padding-right: 15px;
674
- padding-left: 0;
675
- border-right: 5px solid #eeeeee;
676
- border-left: 0;
677
- }
678
- blockquote.pull-right p,
679
- blockquote.pull-right small {
680
- text-align: right;
681
- }
682
- blockquote.pull-right small:before {
683
- content: '';
684
- }
685
- blockquote.pull-right small:after {
686
- content: '\00A0 \2014';
687
- }
688
- q:before,
689
- q:after,
690
- blockquote:before,
691
- blockquote:after {
692
- content: "";
693
- }
694
- address {
695
- display: block;
696
- margin-bottom: 20px;
697
- font-style: normal;
698
- line-height: 20px;
699
- }
700
- code,
701
- pre {
702
- padding: 0 3px 2px;
703
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
704
- font-size: 12px;
705
- color: #333333;
706
- -webkit-border-radius: 3px;
707
- -moz-border-radius: 3px;
708
- border-radius: 3px;
709
- }
710
- code {
711
- padding: 2px 4px;
712
- color: #d14;
713
- background-color: #f7f7f9;
714
- border: 1px solid #e1e1e8;
715
- }
716
- pre {
717
- display: block;
718
- padding: 9.5px;
719
- margin: 0 0 10px;
720
- font-size: 13px;
721
- line-height: 20px;
722
- word-break: break-all;
723
- word-wrap: break-word;
724
- white-space: pre;
725
- white-space: pre-wrap;
726
- background-color: #f5f5f5;
727
- border: 1px solid #ccc;
728
- border: 1px solid rgba(0, 0, 0, 0.15);
729
- -webkit-border-radius: 4px;
730
- -moz-border-radius: 4px;
731
- border-radius: 4px;
732
- }
733
- pre.prettyprint {
734
- margin-bottom: 20px;
735
- }
736
- pre code {
737
- padding: 0;
738
- color: inherit;
739
- background-color: transparent;
740
- border: 0;
741
- }
742
- .pre-scrollable {
743
- max-height: 340px;
744
- overflow-y: scroll;
745
- }
746
- .label,
747
- .badge {
748
- font-size: 11.844px;
749
- font-weight: bold;
750
- line-height: 14px;
751
- color: #ffffff;
752
- vertical-align: baseline;
753
- white-space: nowrap;
754
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
755
- background-color: #999999;
756
- }
757
- .label {
758
- padding: 1px 4px 2px;
759
- -webkit-border-radius: 3px;
760
- -moz-border-radius: 3px;
761
- border-radius: 3px;
762
- }
763
- .badge {
764
- padding: 1px 9px 2px;
765
- -webkit-border-radius: 9px;
766
- -moz-border-radius: 9px;
767
- border-radius: 9px;
768
- }
769
- a.label:hover,
770
- a.badge:hover {
771
- color: #ffffff;
772
- text-decoration: none;
773
- cursor: pointer;
774
- }
775
- .label-important,
776
- .badge-important {
777
- background-color: #b94a48;
778
- }
779
- .label-important[href],
780
- .badge-important[href] {
781
- background-color: #953b39;
782
- }
783
- .label-warning,
784
- .badge-warning {
785
- background-color: #f89406;
786
- }
787
- .label-warning[href],
788
- .badge-warning[href] {
789
- background-color: #c67605;
790
- }
791
- .label-success,
792
- .badge-success {
793
- background-color: #468847;
794
- }
795
- .label-success[href],
796
- .badge-success[href] {
797
- background-color: #356635;
798
- }
799
- .label-info,
800
- .badge-info {
801
- background-color: #3a87ad;
802
- }
803
- .label-info[href],
804
- .badge-info[href] {
805
- background-color: #2d6987;
806
- }
807
- .label-inverse,
808
- .badge-inverse {
809
- background-color: #333333;
810
- }
811
- .label-inverse[href],
812
- .badge-inverse[href] {
813
- background-color: #1a1a1a;
814
- }
815
- .btn .label,
816
- .btn .badge {
817
- position: relative;
818
- top: -1px;
819
- }
820
- .btn-mini .label,
821
- .btn-mini .badge {
822
- top: 0;
823
- }
824
- table {
825
- max-width: 100%;
826
- background-color: transparent;
827
- border-collapse: collapse;
828
- border-spacing: 0;
829
- }
830
- .table {
831
- width: 100%;
832
- margin-bottom: 20px;
833
- }
834
- .table th,
835
- .table td {
836
- padding: 8px;
837
- line-height: 20px;
838
- text-align: left;
839
- vertical-align: top;
840
- border-top: 1px solid #dddddd;
841
- }
842
- .table th {
843
- font-weight: bold;
844
- }
845
- .table thead th {
846
- vertical-align: bottom;
847
- }
848
- .table caption + thead tr:first-child th,
849
- .table caption + thead tr:first-child td,
850
- .table colgroup + thead tr:first-child th,
851
- .table colgroup + thead tr:first-child td,
852
- .table thead:first-child tr:first-child th,
853
- .table thead:first-child tr:first-child td {
854
- border-top: 0;
855
- }
856
- .table tbody + tbody {
857
- border-top: 2px solid #dddddd;
858
- }
859
- .table-condensed th,
860
- .table-condensed td {
861
- padding: 4px 5px;
862
- }
863
- .table-bordered {
864
- border: 1px solid #dddddd;
865
- border-collapse: separate;
866
- *border-collapse: collapse;
867
- border-left: 0;
868
- -webkit-border-radius: 4px;
869
- -moz-border-radius: 4px;
870
- border-radius: 4px;
871
- }
872
- .table-bordered th,
873
- .table-bordered td {
874
- border-left: 1px solid #dddddd;
875
- }
876
- .table-bordered caption + thead tr:first-child th,
877
- .table-bordered caption + tbody tr:first-child th,
878
- .table-bordered caption + tbody tr:first-child td,
879
- .table-bordered colgroup + thead tr:first-child th,
880
- .table-bordered colgroup + tbody tr:first-child th,
881
- .table-bordered colgroup + tbody tr:first-child td,
882
- .table-bordered thead:first-child tr:first-child th,
883
- .table-bordered tbody:first-child tr:first-child th,
884
- .table-bordered tbody:first-child tr:first-child td {
885
- border-top: 0;
886
- }
887
- .table-bordered thead:first-child tr:first-child th:first-child,
888
- .table-bordered tbody:first-child tr:first-child td:first-child {
889
- -webkit-border-top-left-radius: 4px;
890
- border-top-left-radius: 4px;
891
- -moz-border-radius-topleft: 4px;
892
- }
893
- .table-bordered thead:first-child tr:first-child th:last-child,
894
- .table-bordered tbody:first-child tr:first-child td:last-child {
895
- -webkit-border-top-right-radius: 4px;
896
- border-top-right-radius: 4px;
897
- -moz-border-radius-topright: 4px;
898
- }
899
- .table-bordered thead:last-child tr:last-child th:first-child,
900
- .table-bordered tbody:last-child tr:last-child td:first-child,
901
- .table-bordered tfoot:last-child tr:last-child td:first-child {
902
- -webkit-border-radius: 0 0 0 4px;
903
- -moz-border-radius: 0 0 0 4px;
904
- border-radius: 0 0 0 4px;
905
- -webkit-border-bottom-left-radius: 4px;
906
- border-bottom-left-radius: 4px;
907
- -moz-border-radius-bottomleft: 4px;
908
- }
909
- .table-bordered thead:last-child tr:last-child th:last-child,
910
- .table-bordered tbody:last-child tr:last-child td:last-child,
911
- .table-bordered tfoot:last-child tr:last-child td:last-child {
912
- -webkit-border-bottom-right-radius: 4px;
913
- border-bottom-right-radius: 4px;
914
- -moz-border-radius-bottomright: 4px;
915
- }
916
- .table-bordered caption + thead tr:first-child th:first-child,
917
- .table-bordered caption + tbody tr:first-child td:first-child,
918
- .table-bordered colgroup + thead tr:first-child th:first-child,
919
- .table-bordered colgroup + tbody tr:first-child td:first-child {
920
- -webkit-border-top-left-radius: 4px;
921
- border-top-left-radius: 4px;
922
- -moz-border-radius-topleft: 4px;
923
- }
924
- .table-bordered caption + thead tr:first-child th:last-child,
925
- .table-bordered caption + tbody tr:first-child td:last-child,
926
- .table-bordered colgroup + thead tr:first-child th:last-child,
927
- .table-bordered colgroup + tbody tr:first-child td:last-child {
928
- -webkit-border-top-right-radius: 4px;
929
- border-top-right-radius: 4px;
930
- -moz-border-radius-topleft: 4px;
931
- }
932
- .table-striped tbody tr:nth-child(odd) td,
933
- .table-striped tbody tr:nth-child(odd) th {
934
- background-color: #f9f9f9;
935
- }
936
- .table-hover tbody tr:hover td,
937
- .table-hover tbody tr:hover th {
938
- background-color: #f5f5f5;
939
- }
940
- table [class*=span],
941
- .row-fluid table [class*=span] {
942
- display: table-cell;
943
- float: none;
944
- margin-left: 0;
945
- }
946
- .table .span1 {
947
- float: none;
948
- width: 44px;
949
- margin-left: 0;
950
- }
951
- .table .span2 {
952
- float: none;
953
- width: 124px;
954
- margin-left: 0;
955
- }
956
- .table .span3 {
957
- float: none;
958
- width: 204px;
959
- margin-left: 0;
960
- }
961
- .table .span4 {
962
- float: none;
963
- width: 284px;
964
- margin-left: 0;
965
- }
966
- .table .span5 {
967
- float: none;
968
- width: 364px;
969
- margin-left: 0;
970
- }
971
- .table .span6 {
972
- float: none;
973
- width: 444px;
974
- margin-left: 0;
975
- }
976
- .table .span7 {
977
- float: none;
978
- width: 524px;
979
- margin-left: 0;
980
- }
981
- .table .span8 {
982
- float: none;
983
- width: 604px;
984
- margin-left: 0;
985
- }
986
- .table .span9 {
987
- float: none;
988
- width: 684px;
989
- margin-left: 0;
990
- }
991
- .table .span10 {
992
- float: none;
993
- width: 764px;
994
- margin-left: 0;
995
- }
996
- .table .span11 {
997
- float: none;
998
- width: 844px;
999
- margin-left: 0;
1000
- }
1001
- .table .span12 {
1002
- float: none;
1003
- width: 924px;
1004
- margin-left: 0;
1005
- }
1006
- .table .span13 {
1007
- float: none;
1008
- width: 1004px;
1009
- margin-left: 0;
1010
- }
1011
- .table .span14 {
1012
- float: none;
1013
- width: 1084px;
1014
- margin-left: 0;
1015
- }
1016
- .table .span15 {
1017
- float: none;
1018
- width: 1164px;
1019
- margin-left: 0;
1020
- }
1021
- .table .span16 {
1022
- float: none;
1023
- width: 1244px;
1024
- margin-left: 0;
1025
- }
1026
- .table .span17 {
1027
- float: none;
1028
- width: 1324px;
1029
- margin-left: 0;
1030
- }
1031
- .table .span18 {
1032
- float: none;
1033
- width: 1404px;
1034
- margin-left: 0;
1035
- }
1036
- .table .span19 {
1037
- float: none;
1038
- width: 1484px;
1039
- margin-left: 0;
1040
- }
1041
- .table .span20 {
1042
- float: none;
1043
- width: 1564px;
1044
- margin-left: 0;
1045
- }
1046
- .table .span21 {
1047
- float: none;
1048
- width: 1644px;
1049
- margin-left: 0;
1050
- }
1051
- .table .span22 {
1052
- float: none;
1053
- width: 1724px;
1054
- margin-left: 0;
1055
- }
1056
- .table .span23 {
1057
- float: none;
1058
- width: 1804px;
1059
- margin-left: 0;
1060
- }
1061
- .table .span24 {
1062
- float: none;
1063
- width: 1884px;
1064
- margin-left: 0;
1065
- }
1066
- .table tbody tr.success td {
1067
- background-color: #dff0d8;
1068
- }
1069
- .table tbody tr.error td {
1070
- background-color: #f2dede;
1071
- }
1072
- .table tbody tr.warning td {
1073
- background-color: #fcf8e3;
1074
- }
1075
- .table tbody tr.info td {
1076
- background-color: #d9edf7;
1077
- }
1078
- .table-hover tbody tr.success:hover td {
1079
- background-color: #d0e9c6;
1080
- }
1081
- .table-hover tbody tr.error:hover td {
1082
- background-color: #ebcccc;
1083
- }
1084
- .table-hover tbody tr.warning:hover td {
1085
- background-color: #faf2cc;
1086
- }
1087
- .table-hover tbody tr.info:hover td {
1088
- background-color: #c4e3f3;
1089
- }
1090
- form {
1091
- margin: 0 0 20px;
1092
- }
1093
- fieldset {
1094
- padding: 0;
1095
- margin: 0;
1096
- border: 0;
1097
- }
1098
- legend {
1099
- display: block;
1100
- width: 100%;
1101
- padding: 0;
1102
- margin-bottom: 20px;
1103
- font-size: 21px;
1104
- line-height: 40px;
1105
- color: #333333;
1106
- border: 0;
1107
- border-bottom: 1px solid #e5e5e5;
1108
- }
1109
- legend small {
1110
- font-size: 15px;
1111
- color: #999999;
1112
- }
1113
- label,
1114
- input,
1115
- button,
1116
- select,
1117
- textarea {
1118
- font-size: 14px;
1119
- font-weight: normal;
1120
- line-height: 20px;
1121
- }
1122
- input,
1123
- button,
1124
- select,
1125
- textarea {
1126
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1127
- }
1128
- label {
1129
- display: block;
1130
- margin-bottom: 5px;
1131
- }
1132
- select,
1133
- textarea,
1134
- input[type="text"],
1135
- input[type="password"],
1136
- input[type="datetime"],
1137
- input[type="datetime-local"],
1138
- input[type="date"],
1139
- input[type="month"],
1140
- input[type="time"],
1141
- input[type="week"],
1142
- input[type="number"],
1143
- input[type="email"],
1144
- input[type="url"],
1145
- input[type="search"],
1146
- input[type="tel"],
1147
- input[type="color"],
1148
- .uneditable-input {
1149
- display: inline-block;
1150
- height: 20px;
1151
- padding: 4px 6px;
1152
- margin-bottom: 9px;
1153
- font-size: 14px;
1154
- line-height: 20px;
1155
- color: #555555;
1156
- -webkit-border-radius: 3px;
1157
- -moz-border-radius: 3px;
1158
- border-radius: 3px;
1159
- }
1160
- input,
1161
- textarea,
1162
- .uneditable-input {
1163
- width: 206px;
1164
- }
1165
- textarea {
1166
- height: auto;
1167
- }
1168
- textarea,
1169
- input[type="text"],
1170
- input[type="password"],
1171
- input[type="datetime"],
1172
- input[type="datetime-local"],
1173
- input[type="date"],
1174
- input[type="month"],
1175
- input[type="time"],
1176
- input[type="week"],
1177
- input[type="number"],
1178
- input[type="email"],
1179
- input[type="url"],
1180
- input[type="search"],
1181
- input[type="tel"],
1182
- input[type="color"],
1183
- .uneditable-input {
1184
- background-color: #ffffff;
1185
- border: 1px solid #cccccc;
1186
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1187
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1188
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1189
- -webkit-transition: border linear .2s, box-shadow linear .2s;
1190
- -moz-transition: border linear .2s, box-shadow linear .2s;
1191
- -o-transition: border linear .2s, box-shadow linear .2s;
1192
- transition: border linear .2s, box-shadow linear .2s;
1193
- }
1194
- textarea:focus,
1195
- input[type="text"]:focus,
1196
- input[type="password"]:focus,
1197
- input[type="datetime"]:focus,
1198
- input[type="datetime-local"]:focus,
1199
- input[type="date"]:focus,
1200
- input[type="month"]:focus,
1201
- input[type="time"]:focus,
1202
- input[type="week"]:focus,
1203
- input[type="number"]:focus,
1204
- input[type="email"]:focus,
1205
- input[type="url"]:focus,
1206
- input[type="search"]:focus,
1207
- input[type="tel"]:focus,
1208
- input[type="color"]:focus,
1209
- .uneditable-input:focus {
1210
- border-color: rgba(82, 168, 236, 0.8);
1211
- outline: 0;
1212
- outline: thin dotted \9;
1213
- /* IE6-9 */
1214
-
1215
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1216
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1217
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1218
- }
1219
- input[type="radio"],
1220
- input[type="checkbox"] {
1221
- margin: 4px 0 0;
1222
- *margin-top: 0;
1223
- /* IE7 */
1224
-
1225
- margin-top: 1px \9;
1226
- /* IE8-9 */
1227
-
1228
- line-height: normal;
1229
- cursor: pointer;
1230
- }
1231
- input[type="file"],
1232
- input[type="image"],
1233
- input[type="submit"],
1234
- input[type="reset"],
1235
- input[type="button"],
1236
- input[type="radio"],
1237
- input[type="checkbox"] {
1238
- width: auto;
1239
- }
1240
- select,
1241
- input[type="file"] {
1242
- height: 30px;
1243
- /* In IE7, the height of the select element cannot be changed by height, only font-size */
1244
-
1245
- *margin-top: 4px;
1246
- /* For IE7, add top margin to align select with labels */
1247
-
1248
- line-height: 30px;
1249
- }
1250
- select {
1251
- width: 220px;
1252
- border: 1px solid #cccccc;
1253
- background-color: #ffffff;
1254
- }
1255
- select[multiple],
1256
- select[size] {
1257
- height: auto;
1258
- }
1259
- select:focus,
1260
- input[type="file"]:focus,
1261
- input[type="radio"]:focus,
1262
- input[type="checkbox"]:focus {
1263
- outline: thin dotted #333;
1264
- outline: 5px auto -webkit-focus-ring-color;
1265
- outline-offset: -2px;
1266
- }
1267
- .uneditable-input,
1268
- .uneditable-textarea {
1269
- color: #999999;
1270
- background-color: #fcfcfc;
1271
- border-color: #cccccc;
1272
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1273
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1274
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1275
- cursor: not-allowed;
1276
- }
1277
- .uneditable-input {
1278
- overflow: hidden;
1279
- white-space: nowrap;
1280
- }
1281
- .uneditable-textarea {
1282
- width: auto;
1283
- height: auto;
1284
- }
1285
- input:-moz-placeholder,
1286
- textarea:-moz-placeholder {
1287
- color: #999999;
1288
- }
1289
- input:-ms-input-placeholder,
1290
- textarea:-ms-input-placeholder {
1291
- color: #999999;
1292
- }
1293
- input::-webkit-input-placeholder,
1294
- textarea::-webkit-input-placeholder {
1295
- color: #999999;
1296
- }
1297
- .radio,
1298
- .checkbox {
1299
- min-height: 18px;
1300
- padding-left: 18px;
1301
- }
1302
- .radio input[type="radio"],
1303
- .checkbox input[type="checkbox"] {
1304
- float: left;
1305
- margin-left: -18px;
1306
- }
1307
- .controls > .radio:first-child,
1308
- .controls > .checkbox:first-child {
1309
- padding-top: 5px;
1310
- }
1311
- .radio.inline,
1312
- .checkbox.inline {
1313
- display: inline-block;
1314
- padding-top: 5px;
1315
- margin-bottom: 0;
1316
- vertical-align: middle;
1317
- }
1318
- .radio.inline + .radio.inline,
1319
- .checkbox.inline + .checkbox.inline {
1320
- margin-left: 10px;
1321
- }
1322
- .input-mini {
1323
- width: 60px;
1324
- }
1325
- .input-small {
1326
- width: 90px;
1327
- }
1328
- .input-medium {
1329
- width: 150px;
1330
- }
1331
- .input-large {
1332
- width: 210px;
1333
- }
1334
- .input-xlarge {
1335
- width: 270px;
1336
- }
1337
- .input-xxlarge {
1338
- width: 530px;
1339
- }
1340
- input[class*="span"],
1341
- select[class*="span"],
1342
- textarea[class*="span"],
1343
- .uneditable-input[class*="span"],
1344
- .row-fluid input[class*="span"],
1345
- .row-fluid select[class*="span"],
1346
- .row-fluid textarea[class*="span"],
1347
- .row-fluid .uneditable-input[class*="span"] {
1348
- float: none;
1349
- margin-left: 0;
1350
- }
1351
- .input-append input[class*="span"],
1352
- .input-append .uneditable-input[class*="span"],
1353
- .input-prepend input[class*="span"],
1354
- .input-prepend .uneditable-input[class*="span"],
1355
- .row-fluid input[class*="span"],
1356
- .row-fluid select[class*="span"],
1357
- .row-fluid textarea[class*="span"],
1358
- .row-fluid .uneditable-input[class*="span"],
1359
- .row-fluid .input-prepend [class*="span"],
1360
- .row-fluid .input-append [class*="span"] {
1361
- display: inline-block;
1362
- }
1363
- input,
1364
- textarea,
1365
- .uneditable-input {
1366
- margin-left: 0;
1367
- }
1368
- .controls-row [class*="span"] + [class*="span"] {
1369
- margin-left: 20px;
1370
- }
1371
- input.span12, textarea.span12, .uneditable-input.span12 {
1372
- width: 926px;
1373
- }
1374
- input.span11, textarea.span11, .uneditable-input.span11 {
1375
- width: 846px;
1376
- }
1377
- input.span10, textarea.span10, .uneditable-input.span10 {
1378
- width: 766px;
1379
- }
1380
- input.span9, textarea.span9, .uneditable-input.span9 {
1381
- width: 686px;
1382
- }
1383
- input.span8, textarea.span8, .uneditable-input.span8 {
1384
- width: 606px;
1385
- }
1386
- input.span7, textarea.span7, .uneditable-input.span7 {
1387
- width: 526px;
1388
- }
1389
- input.span6, textarea.span6, .uneditable-input.span6 {
1390
- width: 446px;
1391
- }
1392
- input.span5, textarea.span5, .uneditable-input.span5 {
1393
- width: 366px;
1394
- }
1395
- input.span4, textarea.span4, .uneditable-input.span4 {
1396
- width: 286px;
1397
- }
1398
- input.span3, textarea.span3, .uneditable-input.span3 {
1399
- width: 206px;
1400
- }
1401
- input.span2, textarea.span2, .uneditable-input.span2 {
1402
- width: 126px;
1403
- }
1404
- input.span1, textarea.span1, .uneditable-input.span1 {
1405
- width: 46px;
1406
- }
1407
- .controls-row {
1408
- *zoom: 1;
1409
- }
1410
- .controls-row:before,
1411
- .controls-row:after {
1412
- display: table;
1413
- content: "";
1414
- line-height: 0;
1415
- }
1416
- .controls-row:after {
1417
- clear: both;
1418
- }
1419
- .controls-row [class*="span"] {
1420
- float: left;
1421
- }
1422
- input[disabled],
1423
- select[disabled],
1424
- textarea[disabled],
1425
- input[readonly],
1426
- select[readonly],
1427
- textarea[readonly] {
1428
- cursor: not-allowed;
1429
- background-color: #eeeeee;
1430
- }
1431
- input[type="radio"][disabled],
1432
- input[type="checkbox"][disabled],
1433
- input[type="radio"][readonly],
1434
- input[type="checkbox"][readonly] {
1435
- background-color: transparent;
1436
- }
1437
- .control-group.warning > label,
1438
- .control-group.warning .help-block,
1439
- .control-group.warning .help-inline {
1440
- color: #c09853;
1441
- }
1442
- .control-group.warning .checkbox,
1443
- .control-group.warning .radio,
1444
- .control-group.warning input,
1445
- .control-group.warning select,
1446
- .control-group.warning textarea {
1447
- color: #c09853;
1448
- }
1449
- .control-group.warning input,
1450
- .control-group.warning select,
1451
- .control-group.warning textarea {
1452
- border-color: #c09853;
1453
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1454
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1455
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1456
- }
1457
- .control-group.warning input:focus,
1458
- .control-group.warning select:focus,
1459
- .control-group.warning textarea:focus {
1460
- border-color: #a47e3c;
1461
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1462
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1463
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1464
- }
1465
- .control-group.warning .input-prepend .add-on,
1466
- .control-group.warning .input-append .add-on {
1467
- color: #c09853;
1468
- background-color: #fcf8e3;
1469
- border-color: #c09853;
1470
- }
1471
- .control-group.error > label,
1472
- .control-group.error .help-block,
1473
- .control-group.error .help-inline {
1474
- color: #b94a48;
1475
- }
1476
- .control-group.error .checkbox,
1477
- .control-group.error .radio,
1478
- .control-group.error input,
1479
- .control-group.error select,
1480
- .control-group.error textarea {
1481
- color: #b94a48;
1482
- }
1483
- .control-group.error input,
1484
- .control-group.error select,
1485
- .control-group.error textarea {
1486
- border-color: #b94a48;
1487
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1488
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1489
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1490
- }
1491
- .control-group.error input:focus,
1492
- .control-group.error select:focus,
1493
- .control-group.error textarea:focus {
1494
- border-color: #953b39;
1495
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1496
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1497
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1498
- }
1499
- .control-group.error .input-prepend .add-on,
1500
- .control-group.error .input-append .add-on {
1501
- color: #b94a48;
1502
- background-color: #f2dede;
1503
- border-color: #b94a48;
1504
- }
1505
- .control-group.success > label,
1506
- .control-group.success .help-block,
1507
- .control-group.success .help-inline {
1508
- color: #468847;
1509
- }
1510
- .control-group.success .checkbox,
1511
- .control-group.success .radio,
1512
- .control-group.success input,
1513
- .control-group.success select,
1514
- .control-group.success textarea {
1515
- color: #468847;
1516
- }
1517
- .control-group.success input,
1518
- .control-group.success select,
1519
- .control-group.success textarea {
1520
- border-color: #468847;
1521
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1522
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1523
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1524
- }
1525
- .control-group.success input:focus,
1526
- .control-group.success select:focus,
1527
- .control-group.success textarea:focus {
1528
- border-color: #356635;
1529
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1530
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1531
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1532
- }
1533
- .control-group.success .input-prepend .add-on,
1534
- .control-group.success .input-append .add-on {
1535
- color: #468847;
1536
- background-color: #dff0d8;
1537
- border-color: #468847;
1538
- }
1539
- .control-group.info > label,
1540
- .control-group.info .help-block,
1541
- .control-group.info .help-inline {
1542
- color: #3a87ad;
1543
- }
1544
- .control-group.info .checkbox,
1545
- .control-group.info .radio,
1546
- .control-group.info input,
1547
- .control-group.info select,
1548
- .control-group.info textarea {
1549
- color: #3a87ad;
1550
- }
1551
- .control-group.info input,
1552
- .control-group.info select,
1553
- .control-group.info textarea {
1554
- border-color: #3a87ad;
1555
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1556
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1557
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1558
- }
1559
- .control-group.info input:focus,
1560
- .control-group.info select:focus,
1561
- .control-group.info textarea:focus {
1562
- border-color: #2d6987;
1563
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1564
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1565
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1566
- }
1567
- .control-group.info .input-prepend .add-on,
1568
- .control-group.info .input-append .add-on {
1569
- color: #3a87ad;
1570
- background-color: #d9edf7;
1571
- border-color: #3a87ad;
1572
- }
1573
- input:focus:required:invalid,
1574
- textarea:focus:required:invalid,
1575
- select:focus:required:invalid {
1576
- color: #b94a48;
1577
- border-color: #ee5f5b;
1578
- }
1579
- input:focus:required:invalid:focus,
1580
- textarea:focus:required:invalid:focus,
1581
- select:focus:required:invalid:focus {
1582
- border-color: #e9322d;
1583
- -webkit-box-shadow: 0 0 6px #f8b9b7;
1584
- -moz-box-shadow: 0 0 6px #f8b9b7;
1585
- box-shadow: 0 0 6px #f8b9b7;
1586
- }
1587
- .form-actions {
1588
- padding: 19px 20px 20px;
1589
- margin-top: 20px;
1590
- margin-bottom: 20px;
1591
- background-color: #f5f5f5;
1592
- border-top: 1px solid #e5e5e5;
1593
- *zoom: 1;
1594
- }
1595
- .form-actions:before,
1596
- .form-actions:after {
1597
- display: table;
1598
- content: "";
1599
- line-height: 0;
1600
- }
1601
- .form-actions:after {
1602
- clear: both;
1603
- }
1604
- .help-block,
1605
- .help-inline {
1606
- color: #595959;
1607
- }
1608
- .help-block {
1609
- display: block;
1610
- margin-bottom: 10px;
1611
- }
1612
- .help-inline {
1613
- display: inline-block;
1614
- *display: inline;
1615
- /* IE7 inline-block hack */
1616
-
1617
- *zoom: 1;
1618
- vertical-align: middle;
1619
- padding-left: 5px;
1620
- }
1621
- .input-append,
1622
- .input-prepend {
1623
- margin-bottom: 5px;
1624
- font-size: 0;
1625
- white-space: nowrap;
1626
- }
1627
- .input-append input,
1628
- .input-prepend input,
1629
- .input-append select,
1630
- .input-prepend select,
1631
- .input-append .uneditable-input,
1632
- .input-prepend .uneditable-input {
1633
- position: relative;
1634
- margin-bottom: 0;
1635
- *margin-left: 0;
1636
- font-size: 14px;
1637
- vertical-align: top;
1638
- -webkit-border-radius: 0 3px 3px 0;
1639
- -moz-border-radius: 0 3px 3px 0;
1640
- border-radius: 0 3px 3px 0;
1641
- }
1642
- .input-append input:focus,
1643
- .input-prepend input:focus,
1644
- .input-append select:focus,
1645
- .input-prepend select:focus,
1646
- .input-append .uneditable-input:focus,
1647
- .input-prepend .uneditable-input:focus {
1648
- z-index: 2;
1649
- }
1650
- .input-append .add-on,
1651
- .input-prepend .add-on {
1652
- display: inline-block;
1653
- width: auto;
1654
- height: 20px;
1655
- min-width: 16px;
1656
- padding: 4px 5px;
1657
- font-size: 14px;
1658
- font-weight: normal;
1659
- line-height: 20px;
1660
- text-align: center;
1661
- text-shadow: 0 1px 0 #ffffff;
1662
- background-color: #eeeeee;
1663
- border: 1px solid #ccc;
1664
- }
1665
- .input-append .add-on,
1666
- .input-prepend .add-on,
1667
- .input-append .btn,
1668
- .input-prepend .btn {
1669
- vertical-align: top;
1670
- -webkit-border-radius: 0;
1671
- -moz-border-radius: 0;
1672
- border-radius: 0;
1673
- }
1674
- .input-append .active,
1675
- .input-prepend .active {
1676
- background-color: #a9dba9;
1677
- border-color: #46a546;
1678
- }
1679
- .input-prepend .add-on,
1680
- .input-prepend .btn {
1681
- margin-right: -1px;
1682
- }
1683
- .input-prepend .add-on:first-child,
1684
- .input-prepend .btn:first-child {
1685
- -webkit-border-radius: 3px 0 0 3px;
1686
- -moz-border-radius: 3px 0 0 3px;
1687
- border-radius: 3px 0 0 3px;
1688
- }
1689
- .input-append input,
1690
- .input-append select,
1691
- .input-append .uneditable-input {
1692
- -webkit-border-radius: 3px 0 0 3px;
1693
- -moz-border-radius: 3px 0 0 3px;
1694
- border-radius: 3px 0 0 3px;
1695
- }
1696
- .input-append .add-on,
1697
- .input-append .btn {
1698
- margin-left: -1px;
1699
- }
1700
- .input-append .add-on:last-child,
1701
- .input-append .btn:last-child {
1702
- -webkit-border-radius: 0 3px 3px 0;
1703
- -moz-border-radius: 0 3px 3px 0;
1704
- border-radius: 0 3px 3px 0;
1705
- }
1706
- .input-prepend.input-append input,
1707
- .input-prepend.input-append select,
1708
- .input-prepend.input-append .uneditable-input {
1709
- -webkit-border-radius: 0;
1710
- -moz-border-radius: 0;
1711
- border-radius: 0;
1712
- }
1713
- .input-prepend.input-append .add-on:first-child,
1714
- .input-prepend.input-append .btn:first-child {
1715
- margin-right: -1px;
1716
- -webkit-border-radius: 3px 0 0 3px;
1717
- -moz-border-radius: 3px 0 0 3px;
1718
- border-radius: 3px 0 0 3px;
1719
- }
1720
- .input-prepend.input-append .add-on:last-child,
1721
- .input-prepend.input-append .btn:last-child {
1722
- margin-left: -1px;
1723
- -webkit-border-radius: 0 3px 3px 0;
1724
- -moz-border-radius: 0 3px 3px 0;
1725
- border-radius: 0 3px 3px 0;
1726
- }
1727
- input.search-query {
1728
- padding-right: 14px;
1729
- padding-right: 4px \9;
1730
- padding-left: 14px;
1731
- padding-left: 4px \9;
1732
- /* IE7-8 doesn't have border-radius, so don't indent the padding */
1733
-
1734
- margin-bottom: 0;
1735
- -webkit-border-radius: 15px;
1736
- -moz-border-radius: 15px;
1737
- border-radius: 15px;
1738
- }
1739
- /* Allow for input prepend/append in search forms */
1740
- .form-search .input-append .search-query,
1741
- .form-search .input-prepend .search-query {
1742
- -webkit-border-radius: 0;
1743
- -moz-border-radius: 0;
1744
- border-radius: 0;
1745
- }
1746
- .form-search .input-append .search-query {
1747
- -webkit-border-radius: 14px 0 0 14px;
1748
- -moz-border-radius: 14px 0 0 14px;
1749
- border-radius: 14px 0 0 14px;
1750
- }
1751
- .form-search .input-append .btn {
1752
- -webkit-border-radius: 0 14px 14px 0;
1753
- -moz-border-radius: 0 14px 14px 0;
1754
- border-radius: 0 14px 14px 0;
1755
- }
1756
- .form-search .input-prepend .search-query {
1757
- -webkit-border-radius: 0 14px 14px 0;
1758
- -moz-border-radius: 0 14px 14px 0;
1759
- border-radius: 0 14px 14px 0;
1760
- }
1761
- .form-search .input-prepend .btn {
1762
- -webkit-border-radius: 14px 0 0 14px;
1763
- -moz-border-radius: 14px 0 0 14px;
1764
- border-radius: 14px 0 0 14px;
1765
- }
1766
- .form-search input,
1767
- .form-inline input,
1768
- .form-horizontal input,
1769
- .form-search textarea,
1770
- .form-inline textarea,
1771
- .form-horizontal textarea,
1772
- .form-search select,
1773
- .form-inline select,
1774
- .form-horizontal select,
1775
- .form-search .help-inline,
1776
- .form-inline .help-inline,
1777
- .form-horizontal .help-inline,
1778
- .form-search .uneditable-input,
1779
- .form-inline .uneditable-input,
1780
- .form-horizontal .uneditable-input,
1781
- .form-search .input-prepend,
1782
- .form-inline .input-prepend,
1783
- .form-horizontal .input-prepend,
1784
- .form-search .input-append,
1785
- .form-inline .input-append,
1786
- .form-horizontal .input-append {
1787
- display: inline-block;
1788
- *display: inline;
1789
- /* IE7 inline-block hack */
1790
-
1791
- *zoom: 1;
1792
- margin-bottom: 0;
1793
- vertical-align: middle;
1794
- }
1795
- .form-search .hide,
1796
- .form-inline .hide,
1797
- .form-horizontal .hide {
1798
- display: none;
1799
- }
1800
- .form-search label,
1801
- .form-inline label,
1802
- .form-search .btn-group,
1803
- .form-inline .btn-group {
1804
- display: inline-block;
1805
- }
1806
- .form-search .input-append,
1807
- .form-inline .input-append,
1808
- .form-search .input-prepend,
1809
- .form-inline .input-prepend {
1810
- margin-bottom: 0;
1811
- }
1812
- .form-search .radio,
1813
- .form-search .checkbox,
1814
- .form-inline .radio,
1815
- .form-inline .checkbox {
1816
- padding-left: 0;
1817
- margin-bottom: 0;
1818
- vertical-align: middle;
1819
- }
1820
- .form-search .radio input[type="radio"],
1821
- .form-search .checkbox input[type="checkbox"],
1822
- .form-inline .radio input[type="radio"],
1823
- .form-inline .checkbox input[type="checkbox"] {
1824
- float: left;
1825
- margin-right: 3px;
1826
- margin-left: 0;
1827
- }
1828
- .control-group {
1829
- margin-bottom: 10px;
1830
- }
1831
- legend + .control-group {
1832
- margin-top: 20px;
1833
- -webkit-margin-top-collapse: separate;
1834
- }
1835
- .form-horizontal .control-group {
1836
- margin-bottom: 20px;
1837
- *zoom: 1;
1838
- }
1839
- .form-horizontal .control-group:before,
1840
- .form-horizontal .control-group:after {
1841
- display: table;
1842
- content: "";
1843
- line-height: 0;
1844
- }
1845
- .form-horizontal .control-group:after {
1846
- clear: both;
1847
- }
1848
- .form-horizontal .control-label {
1849
- float: left;
1850
- width: 160px;
1851
- padding-top: 5px;
1852
- text-align: right;
1853
- }
1854
- .form-horizontal .controls {
1855
- *display: inline-block;
1856
- *padding-left: 20px;
1857
- margin-left: 180px;
1858
- *margin-left: 0;
1859
- }
1860
- .form-horizontal .controls:first-child {
1861
- *padding-left: 180px;
1862
- }
1863
- .form-horizontal .help-block {
1864
- margin-bottom: 0;
1865
- }
1866
- .form-horizontal input + .help-block,
1867
- .form-horizontal select + .help-block,
1868
- .form-horizontal textarea + .help-block {
1869
- margin-top: 10px;
1870
- }
1871
- .form-horizontal .form-actions {
1872
- padding-left: 180px;
1873
- }
1874
- .btn {
1875
- display: inline-block;
1876
- *display: inline;
1877
- /* IE7 inline-block hack */
1878
-
1879
- *zoom: 1;
1880
- padding: 4px 14px;
1881
- margin-bottom: 0;
1882
- font-size: 14px;
1883
- line-height: 20px;
1884
- *line-height: 20px;
1885
- text-align: center;
1886
- vertical-align: middle;
1887
- cursor: pointer;
1888
- color: #333333;
1889
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1890
- background-color: #f5f5f5;
1891
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1892
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1893
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1894
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1895
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1896
- background-repeat: repeat-x;
1897
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
1898
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1899
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1900
- *background-color: #e6e6e6;
1901
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1902
-
1903
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1904
- border: 1px solid #bbbbbb;
1905
- *border: 0;
1906
- border-bottom-color: #a2a2a2;
1907
- -webkit-border-radius: 4px;
1908
- -moz-border-radius: 4px;
1909
- border-radius: 4px;
1910
- *margin-left: .3em;
1911
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1912
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1913
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1914
- }
1915
- .btn:hover,
1916
- .btn:active,
1917
- .btn.active,
1918
- .btn.disabled,
1919
- .btn[disabled] {
1920
- color: #333333;
1921
- background-color: #e6e6e6;
1922
- *background-color: #d9d9d9;
1923
- }
1924
- .btn:active,
1925
- .btn.active {
1926
- background-color: #cccccc \9;
1927
- }
1928
- .btn:first-child {
1929
- *margin-left: 0;
1930
- }
1931
- .btn:hover {
1932
- color: #333333;
1933
- text-decoration: none;
1934
- background-color: #e6e6e6;
1935
- *background-color: #d9d9d9;
1936
- /* Buttons in IE7 don't get borders, so darken on hover */
1937
-
1938
- background-position: 0 -15px;
1939
- -webkit-transition: background-position 0.1s linear;
1940
- -moz-transition: background-position 0.1s linear;
1941
- -o-transition: background-position 0.1s linear;
1942
- transition: background-position 0.1s linear;
1943
- }
1944
- .btn:focus {
1945
- outline: thin dotted #333;
1946
- outline: 5px auto -webkit-focus-ring-color;
1947
- outline-offset: -2px;
1948
- }
1949
- .btn.active,
1950
- .btn:active {
1951
- background-color: #e6e6e6;
1952
- background-color: #d9d9d9 \9;
1953
- background-image: none;
1954
- outline: 0;
1955
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1956
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1957
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1958
- }
1959
- .btn.disabled,
1960
- .btn[disabled] {
1961
- cursor: default;
1962
- background-color: #e6e6e6;
1963
- background-image: none;
1964
- opacity: 0.65;
1965
- filter: alpha(opacity=65);
1966
- -webkit-box-shadow: none;
1967
- -moz-box-shadow: none;
1968
- box-shadow: none;
1969
- }
1970
- .btn-large {
1971
- padding: 9px 14px;
1972
- font-size: 16px;
1973
- line-height: normal;
1974
- -webkit-border-radius: 5px;
1975
- -moz-border-radius: 5px;
1976
- border-radius: 5px;
1977
- }
1978
- .btn-large [class^="icon-"] {
1979
- margin-top: 2px;
1980
- }
1981
- .btn-small {
1982
- padding: 3px 9px;
1983
- font-size: 12px;
1984
- line-height: 18px;
1985
- }
1986
- .btn-small [class^="icon-"] {
1987
- margin-top: 0;
1988
- }
1989
- .btn-mini {
1990
- padding: 2px 6px;
1991
- font-size: 11px;
1992
- line-height: 17px;
1993
- }
1994
- .btn-block {
1995
- display: block;
1996
- width: 100%;
1997
- padding-left: 0;
1998
- padding-right: 0;
1999
- -webkit-box-sizing: border-box;
2000
- -moz-box-sizing: border-box;
2001
- box-sizing: border-box;
2002
- }
2003
- .btn-block + .btn-block {
2004
- margin-top: 5px;
2005
- }
2006
- input[type="submit"].btn-block,
2007
- input[type="reset"].btn-block,
2008
- input[type="button"].btn-block {
2009
- width: 100%;
2010
- }
2011
- .btn-primary.active,
2012
- .btn-warning.active,
2013
- .btn-danger.active,
2014
- .btn-success.active,
2015
- .btn-info.active,
2016
- .btn-inverse.active {
2017
- color: rgba(255, 255, 255, 0.75);
2018
- }
2019
- .btn {
2020
- border-color: #c5c5c5;
2021
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
2022
- }
2023
- .btn-primary {
2024
- color: #ffffff;
2025
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2026
- background-color: #006dcc;
2027
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
2028
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
2029
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
2030
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
2031
- background-image: linear-gradient(to bottom, #0088cc, #0044cc);
2032
- background-repeat: repeat-x;
2033
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
2034
- border-color: #0044cc #0044cc #002a80;
2035
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2036
- *background-color: #0044cc;
2037
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2038
-
2039
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2040
- }
2041
- .btn-primary:hover,
2042
- .btn-primary:active,
2043
- .btn-primary.active,
2044
- .btn-primary.disabled,
2045
- .btn-primary[disabled] {
2046
- color: #ffffff;
2047
- background-color: #0044cc;
2048
- *background-color: #003bb3;
2049
- }
2050
- .btn-primary:active,
2051
- .btn-primary.active {
2052
- background-color: #003399 \9;
2053
- }
2054
- .btn-warning {
2055
- color: #ffffff;
2056
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2057
- background-color: #faa732;
2058
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
2059
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
2060
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
2061
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
2062
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
2063
- background-repeat: repeat-x;
2064
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
2065
- border-color: #f89406 #f89406 #ad6704;
2066
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2067
- *background-color: #f89406;
2068
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2069
-
2070
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2071
- }
2072
- .btn-warning:hover,
2073
- .btn-warning:active,
2074
- .btn-warning.active,
2075
- .btn-warning.disabled,
2076
- .btn-warning[disabled] {
2077
- color: #ffffff;
2078
- background-color: #f89406;
2079
- *background-color: #df8505;
2080
- }
2081
- .btn-warning:active,
2082
- .btn-warning.active {
2083
- background-color: #c67605 \9;
2084
- }
2085
- .btn-danger {
2086
- color: #ffffff;
2087
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2088
- background-color: #da4f49;
2089
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2090
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2091
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2092
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2093
- background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2094
- background-repeat: repeat-x;
2095
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2096
- border-color: #bd362f #bd362f #802420;
2097
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2098
- *background-color: #bd362f;
2099
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2100
-
2101
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2102
- }
2103
- .btn-danger:hover,
2104
- .btn-danger:active,
2105
- .btn-danger.active,
2106
- .btn-danger.disabled,
2107
- .btn-danger[disabled] {
2108
- color: #ffffff;
2109
- background-color: #bd362f;
2110
- *background-color: #a9302a;
2111
- }
2112
- .btn-danger:active,
2113
- .btn-danger.active {
2114
- background-color: #942a25 \9;
2115
- }
2116
- .btn-success {
2117
- color: #ffffff;
2118
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2119
- background-color: #5bb75b;
2120
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
2121
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2122
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2123
- background-image: -o-linear-gradient(top, #62c462, #51a351);
2124
- background-image: linear-gradient(to bottom, #62c462, #51a351);
2125
- background-repeat: repeat-x;
2126
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2127
- border-color: #51a351 #51a351 #387038;
2128
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2129
- *background-color: #51a351;
2130
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2131
-
2132
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2133
- }
2134
- .btn-success:hover,
2135
- .btn-success:active,
2136
- .btn-success.active,
2137
- .btn-success.disabled,
2138
- .btn-success[disabled] {
2139
- color: #ffffff;
2140
- background-color: #51a351;
2141
- *background-color: #499249;
2142
- }
2143
- .btn-success:active,
2144
- .btn-success.active {
2145
- background-color: #408140 \9;
2146
- }
2147
- .btn-info {
2148
- color: #ffffff;
2149
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2150
- background-color: #49afcd;
2151
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2152
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2153
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2154
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2155
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
2156
- background-repeat: repeat-x;
2157
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2158
- border-color: #2f96b4 #2f96b4 #1f6377;
2159
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2160
- *background-color: #2f96b4;
2161
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2162
-
2163
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2164
- }
2165
- .btn-info:hover,
2166
- .btn-info:active,
2167
- .btn-info.active,
2168
- .btn-info.disabled,
2169
- .btn-info[disabled] {
2170
- color: #ffffff;
2171
- background-color: #2f96b4;
2172
- *background-color: #2a85a0;
2173
- }
2174
- .btn-info:active,
2175
- .btn-info.active {
2176
- background-color: #24748c \9;
2177
- }
2178
- .btn-inverse {
2179
- color: #ffffff;
2180
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2181
- background-color: #363636;
2182
- background-image: -moz-linear-gradient(top, #444444, #222222);
2183
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
2184
- background-image: -webkit-linear-gradient(top, #444444, #222222);
2185
- background-image: -o-linear-gradient(top, #444444, #222222);
2186
- background-image: linear-gradient(to bottom, #444444, #222222);
2187
- background-repeat: repeat-x;
2188
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
2189
- border-color: #222222 #222222 #000000;
2190
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2191
- *background-color: #222222;
2192
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2193
-
2194
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2195
- }
2196
- .btn-inverse:hover,
2197
- .btn-inverse:active,
2198
- .btn-inverse.active,
2199
- .btn-inverse.disabled,
2200
- .btn-inverse[disabled] {
2201
- color: #ffffff;
2202
- background-color: #222222;
2203
- *background-color: #151515;
2204
- }
2205
- .btn-inverse:active,
2206
- .btn-inverse.active {
2207
- background-color: #080808 \9;
2208
- }
2209
- button.btn,
2210
- input[type="submit"].btn {
2211
- *padding-top: 3px;
2212
- *padding-bottom: 3px;
2213
- }
2214
- button.btn::-moz-focus-inner,
2215
- input[type="submit"].btn::-moz-focus-inner {
2216
- padding: 0;
2217
- border: 0;
2218
- }
2219
- button.btn.btn-large,
2220
- input[type="submit"].btn.btn-large {
2221
- *padding-top: 7px;
2222
- *padding-bottom: 7px;
2223
- }
2224
- button.btn.btn-small,
2225
- input[type="submit"].btn.btn-small {
2226
- *padding-top: 3px;
2227
- *padding-bottom: 3px;
2228
- }
2229
- button.btn.btn-mini,
2230
- input[type="submit"].btn.btn-mini {
2231
- *padding-top: 1px;
2232
- *padding-bottom: 1px;
2233
- }
2234
- .btn-link,
2235
- .btn-link:active,
2236
- .btn-link[disabled] {
2237
- background-color: transparent;
2238
- background-image: none;
2239
- -webkit-box-shadow: none;
2240
- -moz-box-shadow: none;
2241
- box-shadow: none;
2242
- }
2243
- .btn-link {
2244
- border-color: transparent;
2245
- cursor: pointer;
2246
- color: #0088cc;
2247
- -webkit-border-radius: 0;
2248
- -moz-border-radius: 0;
2249
- border-radius: 0;
2250
- }
2251
- .btn-link:hover {
2252
- color: #005580;
2253
- text-decoration: underline;
2254
- background-color: transparent;
2255
- }
2256
- .btn-link[disabled]:hover {
2257
- color: #333333;
2258
- text-decoration: none;
2259
- }
2260
-
2261
- .btn-group {
2262
- position: relative;
2263
- font-size: 0;
2264
- vertical-align: middle;
2265
- white-space: nowrap;
2266
- *margin-left: .3em;
2267
- }
2268
- .btn-group:first-child {
2269
- *margin-left: 0;
2270
- }
2271
- .btn-group + .btn-group {
2272
- margin-left: 5px;
2273
- }
2274
- .btn-toolbar {
2275
- font-size: 0;
2276
- margin-top: 10px;
2277
- margin-bottom: 10px;
2278
- }
2279
- .btn-toolbar .btn-group {
2280
- display: inline-block;
2281
- *display: inline;
2282
- /* IE7 inline-block hack */
2283
-
2284
- *zoom: 1;
2285
- }
2286
- .btn-toolbar .btn + .btn,
2287
- .btn-toolbar .btn-group + .btn,
2288
- .btn-toolbar .btn + .btn-group {
2289
- margin-left: 5px;
2290
- }
2291
- .btn-group > .btn {
2292
- position: relative;
2293
- -webkit-border-radius: 0;
2294
- -moz-border-radius: 0;
2295
- border-radius: 0;
2296
- }
2297
- .btn-group > .btn + .btn {
2298
- margin-left: -1px;
2299
- }
2300
- .btn-group > .btn,
2301
- .btn-group > .dropdown-menu {
2302
- font-size: 14px;
2303
- }
2304
- .btn-group > .btn-mini {
2305
- font-size: 11px;
2306
- }
2307
- .btn-group > .btn-small {
2308
- font-size: 12px;
2309
- }
2310
- .btn-group > .btn-large {
2311
- font-size: 16px;
2312
- }
2313
- .btn-group > .btn:first-child {
2314
- margin-left: 0;
2315
- -webkit-border-top-left-radius: 4px;
2316
- -moz-border-radius-topleft: 4px;
2317
- border-top-left-radius: 4px;
2318
- -webkit-border-bottom-left-radius: 4px;
2319
- -moz-border-radius-bottomleft: 4px;
2320
- border-bottom-left-radius: 4px;
2321
- }
2322
- .btn-group > .btn:last-child,
2323
- .btn-group > .dropdown-toggle {
2324
- -webkit-border-top-right-radius: 4px;
2325
- -moz-border-radius-topright: 4px;
2326
- border-top-right-radius: 4px;
2327
- -webkit-border-bottom-right-radius: 4px;
2328
- -moz-border-radius-bottomright: 4px;
2329
- border-bottom-right-radius: 4px;
2330
- }
2331
- .btn-group > .btn.large:first-child {
2332
- margin-left: 0;
2333
- -webkit-border-top-left-radius: 6px;
2334
- -moz-border-radius-topleft: 6px;
2335
- border-top-left-radius: 6px;
2336
- -webkit-border-bottom-left-radius: 6px;
2337
- -moz-border-radius-bottomleft: 6px;
2338
- border-bottom-left-radius: 6px;
2339
- }
2340
- .btn-group > .btn.large:last-child,
2341
- .btn-group > .large.dropdown-toggle {
2342
- -webkit-border-top-right-radius: 6px;
2343
- -moz-border-radius-topright: 6px;
2344
- border-top-right-radius: 6px;
2345
- -webkit-border-bottom-right-radius: 6px;
2346
- -moz-border-radius-bottomright: 6px;
2347
- border-bottom-right-radius: 6px;
2348
- }
2349
- .btn-group > .btn:hover,
2350
- .btn-group > .btn:focus,
2351
- .btn-group > .btn:active,
2352
- .btn-group > .btn.active {
2353
- z-index: 2;
2354
- }
2355
- .btn-group .dropdown-toggle:active,
2356
- .btn-group.open .dropdown-toggle {
2357
- outline: 0;
2358
- }
2359
- .btn-group > .btn + .dropdown-toggle {
2360
- padding-left: 8px;
2361
- padding-right: 8px;
2362
- -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2363
- -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2364
- box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2365
- *padding-top: 5px;
2366
- *padding-bottom: 5px;
2367
- }
2368
- .btn-group > .btn-mini + .dropdown-toggle {
2369
- padding-left: 5px;
2370
- padding-right: 5px;
2371
- *padding-top: 2px;
2372
- *padding-bottom: 2px;
2373
- }
2374
- .btn-group > .btn-small + .dropdown-toggle {
2375
- *padding-top: 5px;
2376
- *padding-bottom: 4px;
2377
- }
2378
- .btn-group > .btn-large + .dropdown-toggle {
2379
- padding-left: 12px;
2380
- padding-right: 12px;
2381
- *padding-top: 7px;
2382
- *padding-bottom: 7px;
2383
- }
2384
- .btn-group.open .dropdown-toggle {
2385
- background-image: none;
2386
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2387
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2388
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2389
- }
2390
- .btn-group.open .btn.dropdown-toggle {
2391
- background-color: #e6e6e6;
2392
- }
2393
- .btn-group.open .btn-primary.dropdown-toggle {
2394
- background-color: #0044cc;
2395
- }
2396
- .btn-group.open .btn-warning.dropdown-toggle {
2397
- background-color: #f89406;
2398
- }
2399
- .btn-group.open .btn-danger.dropdown-toggle {
2400
- background-color: #bd362f;
2401
- }
2402
- .btn-group.open .btn-success.dropdown-toggle {
2403
- background-color: #51a351;
2404
- }
2405
- .btn-group.open .btn-info.dropdown-toggle {
2406
- background-color: #2f96b4;
2407
- }
2408
- .btn-group.open .btn-inverse.dropdown-toggle {
2409
- background-color: #222222;
2410
- }
2411
- .btn .caret {
2412
- margin-top: 8px;
2413
- margin-left: 0;
2414
- }
2415
- .btn-mini .caret,
2416
- .btn-small .caret,
2417
- .btn-large .caret {
2418
- margin-top: 6px;
2419
- }
2420
- .btn-large .caret {
2421
- border-left-width: 5px;
2422
- border-right-width: 5px;
2423
- border-top-width: 5px;
2424
- }
2425
- .dropup .btn-large .caret {
2426
- border-bottom: 5px solid #000000;
2427
- border-top: 0;
2428
- }
2429
- .btn-primary .caret,
2430
- .btn-warning .caret,
2431
- .btn-danger .caret,
2432
- .btn-info .caret,
2433
- .btn-success .caret,
2434
- .btn-inverse .caret {
2435
- border-top-color: #ffffff;
2436
- border-bottom-color: #ffffff;
2437
- }
2438
- .btn-group-vertical {
2439
- display: inline-block;
2440
- *display: inline;
2441
- /* IE7 inline-block hack */
2442
-
2443
- *zoom: 1;
2444
- }
2445
- .btn-group-vertical .btn {
2446
- display: block;
2447
- float: none;
2448
- width: 100%;
2449
- -webkit-border-radius: 0;
2450
- -moz-border-radius: 0;
2451
- border-radius: 0;
2452
- }
2453
- .btn-group-vertical .btn + .btn {
2454
- margin-left: 0;
2455
- margin-top: -1px;
2456
- }
2457
- .btn-group-vertical .btn:first-child {
2458
- -webkit-border-radius: 4px 4px 0 0;
2459
- -moz-border-radius: 4px 4px 0 0;
2460
- border-radius: 4px 4px 0 0;
2461
- }
2462
- .btn-group-vertical .btn:last-child {
2463
- -webkit-border-radius: 0 0 4px 4px;
2464
- -moz-border-radius: 0 0 4px 4px;
2465
- border-radius: 0 0 4px 4px;
2466
- }
2467
- .btn-group-vertical .btn-large:first-child {
2468
- -webkit-border-radius: 6px 6px 0 0;
2469
- -moz-border-radius: 6px 6px 0 0;
2470
- border-radius: 6px 6px 0 0;
2471
- }
2472
- .btn-group-vertical .btn-large:last-child {
2473
- -webkit-border-radius: 0 0 6px 6px;
2474
- -moz-border-radius: 0 0 6px 6px;
2475
- border-radius: 0 0 6px 6px;
2476
- }
2477
- .nav {
2478
- margin-left: 0;
2479
- margin-bottom: 20px;
2480
- list-style: none;
2481
- }
2482
- .nav > li > a {
2483
- display: block;
2484
- }
2485
- .nav > li > a:hover {
2486
- text-decoration: none;
2487
- background-color: #eeeeee;
2488
- }
2489
- .nav > .pull-right {
2490
- float: right;
2491
- }
2492
- .nav-header {
2493
- display: block;
2494
- padding: 3px 15px;
2495
- font-size: 11px;
2496
- font-weight: bold;
2497
- line-height: 20px;
2498
- color: #999999;
2499
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2500
- text-transform: uppercase;
2501
- }
2502
- .nav li + .nav-header {
2503
- margin-top: 9px;
2504
- }
2505
- .nav-list {
2506
- padding-left: 15px;
2507
- padding-right: 15px;
2508
- margin-bottom: 0;
2509
- }
2510
- .nav-list > li > a,
2511
- .nav-list .nav-header {
2512
- margin-left: -15px;
2513
- margin-right: -15px;
2514
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2515
- }
2516
- .nav-list > li > a {
2517
- padding: 3px 15px;
2518
- }
2519
- .nav-list > .active > a,
2520
- .nav-list > .active > a:hover {
2521
- color: #ffffff;
2522
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2523
- background-color: #0088cc;
2524
- }
2525
- .nav-list [class^="icon-"] {
2526
- margin-right: 2px;
2527
- }
2528
- .nav-list .divider {
2529
- *width: 100%;
2530
- height: 1px;
2531
- margin: 9px 1px;
2532
- *margin: -5px 0 5px;
2533
- overflow: hidden;
2534
- background-color: #e5e5e5;
2535
- border-bottom: 1px solid #ffffff;
2536
- }
2537
- .nav-tabs,
2538
- .nav-pills {
2539
- *zoom: 1;
2540
- }
2541
- .nav-tabs:before,
2542
- .nav-pills:before,
2543
- .nav-tabs:after,
2544
- .nav-pills:after {
2545
- display: table;
2546
- content: "";
2547
- line-height: 0;
2548
- }
2549
- .nav-tabs:after,
2550
- .nav-pills:after {
2551
- clear: both;
2552
- }
2553
- .nav-tabs > li,
2554
- .nav-pills > li {
2555
- float: left;
2556
- }
2557
- .nav-tabs > li > a,
2558
- .nav-pills > li > a {
2559
- padding-right: 12px;
2560
- padding-left: 12px;
2561
- margin-right: 2px;
2562
- line-height: 14px;
2563
- }
2564
- .nav-tabs {
2565
- border-bottom: 1px solid #ddd;
2566
- }
2567
- .nav-tabs > li {
2568
- margin-bottom: -1px;
2569
- }
2570
- .nav-tabs > li > a {
2571
- padding-top: 8px;
2572
- padding-bottom: 8px;
2573
- line-height: 20px;
2574
- border: 1px solid transparent;
2575
- -webkit-border-radius: 4px 4px 0 0;
2576
- -moz-border-radius: 4px 4px 0 0;
2577
- border-radius: 4px 4px 0 0;
2578
- }
2579
- .nav-tabs > li > a:hover {
2580
- border-color: #eeeeee #eeeeee #dddddd;
2581
- }
2582
- .nav-tabs > .active > a,
2583
- .nav-tabs > .active > a:hover {
2584
- color: #555555;
2585
- background-color: #ffffff;
2586
- border: 1px solid #ddd;
2587
- border-bottom-color: transparent;
2588
- cursor: default;
2589
- }
2590
- .nav-pills > li > a {
2591
- padding-top: 8px;
2592
- padding-bottom: 8px;
2593
- margin-top: 2px;
2594
- margin-bottom: 2px;
2595
- -webkit-border-radius: 5px;
2596
- -moz-border-radius: 5px;
2597
- border-radius: 5px;
2598
- }
2599
- .nav-pills > .active > a,
2600
- .nav-pills > .active > a:hover {
2601
- color: #ffffff;
2602
- background-color: #0088cc;
2603
- }
2604
- .nav-stacked > li {
2605
- float: none;
2606
- }
2607
- .nav-stacked > li > a {
2608
- margin-right: 0;
2609
- }
2610
- .nav-tabs.nav-stacked {
2611
- border-bottom: 0;
2612
- }
2613
- .nav-tabs.nav-stacked > li > a {
2614
- border: 1px solid #ddd;
2615
- -webkit-border-radius: 0;
2616
- -moz-border-radius: 0;
2617
- border-radius: 0;
2618
- }
2619
- .nav-tabs.nav-stacked > li:first-child > a {
2620
- -webkit-border-top-right-radius: 4px;
2621
- -moz-border-radius-topright: 4px;
2622
- border-top-right-radius: 4px;
2623
- -webkit-border-top-left-radius: 4px;
2624
- -moz-border-radius-topleft: 4px;
2625
- border-top-left-radius: 4px;
2626
- }
2627
- .nav-tabs.nav-stacked > li:last-child > a {
2628
- -webkit-border-bottom-right-radius: 4px;
2629
- -moz-border-radius-bottomright: 4px;
2630
- border-bottom-right-radius: 4px;
2631
- -webkit-border-bottom-left-radius: 4px;
2632
- -moz-border-radius-bottomleft: 4px;
2633
- border-bottom-left-radius: 4px;
2634
- }
2635
- .nav-tabs.nav-stacked > li > a:hover {
2636
- border-color: #ddd;
2637
- z-index: 2;
2638
- }
2639
- .nav-pills.nav-stacked > li > a {
2640
- margin-bottom: 3px;
2641
- }
2642
- .nav-pills.nav-stacked > li:last-child > a {
2643
- margin-bottom: 1px;
2644
- }
2645
- .nav-tabs .dropdown-menu {
2646
- -webkit-border-radius: 0 0 6px 6px;
2647
- -moz-border-radius: 0 0 6px 6px;
2648
- border-radius: 0 0 6px 6px;
2649
- }
2650
- .nav-pills .dropdown-menu {
2651
- -webkit-border-radius: 6px;
2652
- -moz-border-radius: 6px;
2653
- border-radius: 6px;
2654
- }
2655
- .nav .dropdown-toggle .caret {
2656
- border-top-color: #0088cc;
2657
- border-bottom-color: #0088cc;
2658
- margin-top: 6px;
2659
- }
2660
- .nav .dropdown-toggle:hover .caret {
2661
- border-top-color: #005580;
2662
- border-bottom-color: #005580;
2663
- }
2664
- /* move down carets for tabs */
2665
- .nav-tabs .dropdown-toggle .caret {
2666
- margin-top: 8px;
2667
- }
2668
- .nav .active .dropdown-toggle .caret {
2669
- border-top-color: #fff;
2670
- border-bottom-color: #fff;
2671
- }
2672
- .nav-tabs .active .dropdown-toggle .caret {
2673
- border-top-color: #555555;
2674
- border-bottom-color: #555555;
2675
- }
2676
- .nav > .dropdown.active > a:hover {
2677
- cursor: pointer;
2678
- }
2679
- .nav-tabs .open .dropdown-toggle,
2680
- .nav-pills .open .dropdown-toggle,
2681
- .nav > li.dropdown.open.active > a:hover {
2682
- color: #ffffff;
2683
- background-color: #999999;
2684
- border-color: #999999;
2685
- }
2686
- .nav li.dropdown.open .caret,
2687
- .nav li.dropdown.open.active .caret,
2688
- .nav li.dropdown.open a:hover .caret {
2689
- border-top-color: #ffffff;
2690
- border-bottom-color: #ffffff;
2691
- opacity: 1;
2692
- filter: alpha(opacity=100);
2693
- }
2694
- .tabs-stacked .open > a:hover {
2695
- border-color: #999999;
2696
- }
2697
- .tabbable {
2698
- *zoom: 1;
2699
- }
2700
- .tabbable:before,
2701
- .tabbable:after {
2702
- display: table;
2703
- content: "";
2704
- line-height: 0;
2705
- }
2706
- .tabbable:after {
2707
- clear: both;
2708
- }
2709
- .tab-content {
2710
- overflow: auto;
2711
- }
2712
- .tabs-below > .nav-tabs,
2713
- .tabs-right > .nav-tabs,
2714
- .tabs-left > .nav-tabs {
2715
- border-bottom: 0;
2716
- }
2717
- .tab-content > .tab-pane,
2718
- .pill-content > .pill-pane {
2719
- display: none;
2720
- }
2721
- .tab-content > .active,
2722
- .pill-content > .active {
2723
- display: block;
2724
- }
2725
- .tabs-below > .nav-tabs {
2726
- border-top: 1px solid #ddd;
2727
- }
2728
- .tabs-below > .nav-tabs > li {
2729
- margin-top: -1px;
2730
- margin-bottom: 0;
2731
- }
2732
- .tabs-below > .nav-tabs > li > a {
2733
- -webkit-border-radius: 0 0 4px 4px;
2734
- -moz-border-radius: 0 0 4px 4px;
2735
- border-radius: 0 0 4px 4px;
2736
- }
2737
- .tabs-below > .nav-tabs > li > a:hover {
2738
- border-bottom-color: transparent;
2739
- border-top-color: #ddd;
2740
- }
2741
- .tabs-below > .nav-tabs > .active > a,
2742
- .tabs-below > .nav-tabs > .active > a:hover {
2743
- border-color: transparent #ddd #ddd #ddd;
2744
- }
2745
- .tabs-left > .nav-tabs > li,
2746
- .tabs-right > .nav-tabs > li {
2747
- float: none;
2748
- }
2749
- .tabs-left > .nav-tabs > li > a,
2750
- .tabs-right > .nav-tabs > li > a {
2751
- min-width: 74px;
2752
- margin-right: 0;
2753
- margin-bottom: 3px;
2754
- }
2755
- .tabs-left > .nav-tabs {
2756
- float: left;
2757
- margin-right: 19px;
2758
- border-right: 1px solid #ddd;
2759
- }
2760
- .tabs-left > .nav-tabs > li > a {
2761
- margin-right: -1px;
2762
- -webkit-border-radius: 4px 0 0 4px;
2763
- -moz-border-radius: 4px 0 0 4px;
2764
- border-radius: 4px 0 0 4px;
2765
- }
2766
- .tabs-left > .nav-tabs > li > a:hover {
2767
- border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2768
- }
2769
- .tabs-left > .nav-tabs .active > a,
2770
- .tabs-left > .nav-tabs .active > a:hover {
2771
- border-color: #ddd transparent #ddd #ddd;
2772
- *border-right-color: #ffffff;
2773
- }
2774
- .tabs-right > .nav-tabs {
2775
- float: right;
2776
- margin-left: 19px;
2777
- border-left: 1px solid #ddd;
2778
- }
2779
- .tabs-right > .nav-tabs > li > a {
2780
- margin-left: -1px;
2781
- -webkit-border-radius: 0 4px 4px 0;
2782
- -moz-border-radius: 0 4px 4px 0;
2783
- border-radius: 0 4px 4px 0;
2784
- }
2785
- .tabs-right > .nav-tabs > li > a:hover {
2786
- border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2787
- }
2788
- .tabs-right > .nav-tabs .active > a,
2789
- .tabs-right > .nav-tabs .active > a:hover {
2790
- border-color: #ddd #ddd #ddd transparent;
2791
- *border-left-color: #ffffff;
2792
- }
2793
- .nav > .disabled > a {
2794
- color: #999999;
2795
- }
2796
- .nav > .disabled > a:hover {
2797
- text-decoration: none;
2798
- background-color: transparent;
2799
- cursor: default;
2800
- }
2801
- .navbar {
2802
- overflow: visible;
2803
- margin-bottom: 20px;
2804
- color: #777777;
2805
- *position: relative;
2806
- *z-index: 2;
2807
- }
2808
- .navbar-inner {
2809
- min-height: 40px;
2810
- padding-left: 20px;
2811
- padding-right: 20px;
2812
- background-color: #fafafa;
2813
- background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
2814
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
2815
- background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
2816
- background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
2817
- background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
2818
- background-repeat: repeat-x;
2819
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
2820
- border: 1px solid #d4d4d4;
2821
- -webkit-border-radius: 4px;
2822
- -moz-border-radius: 4px;
2823
- border-radius: 4px;
2824
- -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2825
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2826
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2827
- *zoom: 1;
2828
- }
2829
- .navbar-inner:before,
2830
- .navbar-inner:after {
2831
- display: table;
2832
- content: "";
2833
- line-height: 0;
2834
- }
2835
- .navbar-inner:after {
2836
- clear: both;
2837
- }
2838
- .navbar .container {
2839
- width: auto;
2840
- }
2841
- .nav-collapse.collapse {
2842
- height: auto;
2843
- }
2844
- .navbar .brand {
2845
- float: left;
2846
- display: block;
2847
- padding: 10px 20px 10px;
2848
- margin-left: -20px;
2849
- font-size: 20px;
2850
- font-weight: 200;
2851
- color: #777777;
2852
- text-shadow: 0 1px 0 #ffffff;
2853
- }
2854
- .navbar .brand:hover {
2855
- text-decoration: none;
2856
- }
2857
- .navbar-text {
2858
- margin-bottom: 0;
2859
- line-height: 40px;
2860
- }
2861
- .navbar-link {
2862
- color: #777777;
2863
- }
2864
- .navbar-link:hover {
2865
- color: #333333;
2866
- }
2867
- .navbar .divider-vertical {
2868
- height: 40px;
2869
- margin: 0 9px;
2870
- border-left: 1px solid #f2f2f2;
2871
- border-right: 1px solid #ffffff;
2872
- }
2873
- .navbar .btn,
2874
- .navbar .btn-group {
2875
- margin-top: 5px;
2876
- }
2877
- .navbar .btn-group .btn,
2878
- .navbar .input-prepend .btn,
2879
- .navbar .input-append .btn {
2880
- margin-top: 0;
2881
- }
2882
- .navbar-form {
2883
- margin-bottom: 0;
2884
- *zoom: 1;
2885
- }
2886
- .navbar-form:before,
2887
- .navbar-form:after {
2888
- display: table;
2889
- content: "";
2890
- line-height: 0;
2891
- }
2892
- .navbar-form:after {
2893
- clear: both;
2894
- }
2895
- .navbar-form input,
2896
- .navbar-form select,
2897
- .navbar-form .radio,
2898
- .navbar-form .checkbox {
2899
- margin-top: 5px;
2900
- }
2901
- .navbar-form input,
2902
- .navbar-form select,
2903
- .navbar-form .btn {
2904
- display: inline-block;
2905
- margin-bottom: 0;
2906
- }
2907
- .navbar-form input[type="image"],
2908
- .navbar-form input[type="checkbox"],
2909
- .navbar-form input[type="radio"] {
2910
- margin-top: 3px;
2911
- }
2912
- .navbar-form .input-append,
2913
- .navbar-form .input-prepend {
2914
- margin-top: 6px;
2915
- white-space: nowrap;
2916
- }
2917
- .navbar-form .input-append input,
2918
- .navbar-form .input-prepend input {
2919
- margin-top: 0;
2920
- }
2921
- .navbar-search {
2922
- position: relative;
2923
- float: left;
2924
- margin-top: 5px;
2925
- margin-bottom: 0;
2926
- }
2927
- .navbar-search .search-query {
2928
- margin-bottom: 0;
2929
- padding: 4px 14px;
2930
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2931
- font-size: 13px;
2932
- font-weight: normal;
2933
- line-height: 1;
2934
- -webkit-border-radius: 15px;
2935
- -moz-border-radius: 15px;
2936
- border-radius: 15px;
2937
- }
2938
- .navbar-static-top {
2939
- position: static;
2940
- width: 100%;
2941
- margin-bottom: 0;
2942
- }
2943
- .navbar-static-top .navbar-inner {
2944
- -webkit-border-radius: 0;
2945
- -moz-border-radius: 0;
2946
- border-radius: 0;
2947
- }
2948
- .navbar-fixed-top,
2949
- .navbar-fixed-bottom {
2950
- position: fixed;
2951
- right: 0;
2952
- left: 0;
2953
- z-index: 1030;
2954
- margin-bottom: 0;
2955
- }
2956
- .navbar-fixed-top .navbar-inner,
2957
- .navbar-static-top .navbar-inner {
2958
- border-width: 0 0 1px;
2959
- }
2960
- .navbar-fixed-bottom .navbar-inner {
2961
- border-width: 1px 0 0;
2962
- }
2963
- .navbar-fixed-top .navbar-inner,
2964
- .navbar-fixed-bottom .navbar-inner {
2965
- padding-left: 0;
2966
- padding-right: 0;
2967
- -webkit-border-radius: 0;
2968
- -moz-border-radius: 0;
2969
- border-radius: 0;
2970
- }
2971
- .navbar-static-top .container,
2972
- .navbar-fixed-top .container,
2973
- .navbar-fixed-bottom .container {
2974
- width: 940px;
2975
- }
2976
- .navbar-fixed-top {
2977
- top: 0;
2978
- }
2979
- .navbar-fixed-top .navbar-inner,
2980
- .navbar-static-top .navbar-inner {
2981
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2982
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2983
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2984
- }
2985
- .navbar-fixed-bottom {
2986
- bottom: 0;
2987
- }
2988
- .navbar-fixed-bottom .navbar-inner {
2989
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2990
- -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2991
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2992
- }
2993
- .navbar .nav {
2994
- position: relative;
2995
- left: 0;
2996
- display: block;
2997
- float: left;
2998
- margin: 0 10px 0 0;
2999
- }
3000
- .navbar .nav.pull-right {
3001
- float: right;
3002
- margin-right: 0;
3003
- }
3004
- .navbar .nav > li {
3005
- float: left;
3006
- }
3007
- .navbar .nav > li > a {
3008
- float: none;
3009
- padding: 10px 15px 10px;
3010
- color: #777777;
3011
- text-decoration: none;
3012
- text-shadow: 0 1px 0 #ffffff;
3013
- }
3014
- .navbar .nav .dropdown-toggle .caret {
3015
- margin-top: 8px;
3016
- }
3017
- .navbar .nav > li > a:focus,
3018
- .navbar .nav > li > a:hover {
3019
- background-color: transparent;
3020
- color: #333333;
3021
- text-decoration: none;
3022
- }
3023
- .navbar .nav > .active > a,
3024
- .navbar .nav > .active > a:hover,
3025
- .navbar .nav > .active > a:focus {
3026
- color: #555555;
3027
- text-decoration: none;
3028
- background-color: #e5e5e5;
3029
- -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3030
- -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3031
- box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3032
- }
3033
- .navbar .btn-navbar {
3034
- display: none;
3035
- float: right;
3036
- padding: 7px 10px;
3037
- margin-left: 5px;
3038
- margin-right: 5px;
3039
- color: #ffffff;
3040
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3041
- background-color: #ededed;
3042
- background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
3043
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
3044
- background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
3045
- background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
3046
- background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
3047
- background-repeat: repeat-x;
3048
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
3049
- border-color: #e5e5e5 #e5e5e5 #bfbfbf;
3050
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3051
- *background-color: #e5e5e5;
3052
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3053
-
3054
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3055
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3056
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3057
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3058
- }
3059
- .navbar .btn-navbar:hover,
3060
- .navbar .btn-navbar:active,
3061
- .navbar .btn-navbar.active,
3062
- .navbar .btn-navbar.disabled,
3063
- .navbar .btn-navbar[disabled] {
3064
- color: #ffffff;
3065
- background-color: #e5e5e5;
3066
- *background-color: #d9d9d9;
3067
- }
3068
- .navbar .btn-navbar:active,
3069
- .navbar .btn-navbar.active {
3070
- background-color: #cccccc \9;
3071
- }
3072
- .navbar .btn-navbar .icon-bar {
3073
- display: block;
3074
- width: 18px;
3075
- height: 2px;
3076
- background-color: #f5f5f5;
3077
- -webkit-border-radius: 1px;
3078
- -moz-border-radius: 1px;
3079
- border-radius: 1px;
3080
- -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3081
- -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3082
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3083
- }
3084
- .btn-navbar .icon-bar + .icon-bar {
3085
- margin-top: 3px;
3086
- }
3087
- .navbar .nav > li > .dropdown-menu:before {
3088
- content: '';
3089
- display: inline-block;
3090
- border-left: 7px solid transparent;
3091
- border-right: 7px solid transparent;
3092
- border-bottom: 7px solid #ccc;
3093
- border-bottom-color: rgba(0, 0, 0, 0.2);
3094
- position: absolute;
3095
- top: -7px;
3096
- left: 9px;
3097
- }
3098
- .navbar .nav > li > .dropdown-menu:after {
3099
- content: '';
3100
- display: inline-block;
3101
- border-left: 6px solid transparent;
3102
- border-right: 6px solid transparent;
3103
- border-bottom: 6px solid #ffffff;
3104
- position: absolute;
3105
- top: -6px;
3106
- left: 10px;
3107
- }
3108
- .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
3109
- border-top: 7px solid #ccc;
3110
- border-top-color: rgba(0, 0, 0, 0.2);
3111
- border-bottom: 0;
3112
- bottom: -7px;
3113
- top: auto;
3114
- }
3115
- .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
3116
- border-top: 6px solid #ffffff;
3117
- border-bottom: 0;
3118
- bottom: -6px;
3119
- top: auto;
3120
- }
3121
- .navbar .nav li.dropdown.open > .dropdown-toggle,
3122
- .navbar .nav li.dropdown.active > .dropdown-toggle,
3123
- .navbar .nav li.dropdown.open.active > .dropdown-toggle {
3124
- background-color: #e5e5e5;
3125
- color: #555555;
3126
- }
3127
- .navbar .nav li.dropdown > .dropdown-toggle .caret {
3128
- border-top-color: #777777;
3129
- border-bottom-color: #777777;
3130
- }
3131
- .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
3132
- .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
3133
- .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
3134
- border-top-color: #555555;
3135
- border-bottom-color: #555555;
3136
- }
3137
- .navbar .pull-right > li > .dropdown-menu,
3138
- .navbar .nav > li > .dropdown-menu.pull-right {
3139
- left: auto;
3140
- right: 0;
3141
- }
3142
- .navbar .pull-right > li > .dropdown-menu:before,
3143
- .navbar .nav > li > .dropdown-menu.pull-right:before {
3144
- left: auto;
3145
- right: 12px;
3146
- }
3147
- .navbar .pull-right > li > .dropdown-menu:after,
3148
- .navbar .nav > li > .dropdown-menu.pull-right:after {
3149
- left: auto;
3150
- right: 13px;
3151
- }
3152
- .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
3153
- .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
3154
- left: auto;
3155
- right: 100%;
3156
- margin-left: 0;
3157
- margin-right: -1px;
3158
- -webkit-border-radius: 6px 0 6px 6px;
3159
- -moz-border-radius: 6px 0 6px 6px;
3160
- border-radius: 6px 0 6px 6px;
3161
- }
3162
- .navbar-inverse {
3163
- color: #999999;
3164
- }
3165
- .navbar-inverse .navbar-inner {
3166
- background-color: #1b1b1b;
3167
- background-image: -moz-linear-gradient(top, #222222, #111111);
3168
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
3169
- background-image: -webkit-linear-gradient(top, #222222, #111111);
3170
- background-image: -o-linear-gradient(top, #222222, #111111);
3171
- background-image: linear-gradient(to bottom, #222222, #111111);
3172
- background-repeat: repeat-x;
3173
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
3174
- border-color: #252525;
3175
- }
3176
- .navbar-inverse .brand,
3177
- .navbar-inverse .nav > li > a {
3178
- color: #999999;
3179
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3180
- }
3181
- .navbar-inverse .brand:hover,
3182
- .navbar-inverse .nav > li > a:hover {
3183
- color: #ffffff;
3184
- }
3185
- .navbar-inverse .nav > li > a:focus,
3186
- .navbar-inverse .nav > li > a:hover {
3187
- background-color: transparent;
3188
- color: #ffffff;
3189
- }
3190
- .navbar-inverse .nav .active > a,
3191
- .navbar-inverse .nav .active > a:hover,
3192
- .navbar-inverse .nav .active > a:focus {
3193
- color: #ffffff;
3194
- background-color: #111111;
3195
- }
3196
- .navbar-inverse .navbar-link {
3197
- color: #999999;
3198
- }
3199
- .navbar-inverse .navbar-link:hover {
3200
- color: #ffffff;
3201
- }
3202
- .navbar-inverse .divider-vertical {
3203
- border-left-color: #111111;
3204
- border-right-color: #222222;
3205
- }
3206
- .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
3207
- .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
3208
- .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
3209
- background-color: #111111;
3210
- color: #ffffff;
3211
- }
3212
- .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
3213
- border-top-color: #999999;
3214
- border-bottom-color: #999999;
3215
- }
3216
- .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
3217
- .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
3218
- .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
3219
- border-top-color: #ffffff;
3220
- border-bottom-color: #ffffff;
3221
- }
3222
- .navbar-inverse .navbar-search .search-query {
3223
- color: #ffffff;
3224
- background-color: #515151;
3225
- border-color: #111111;
3226
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3227
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3228
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3229
- -webkit-transition: none;
3230
- -moz-transition: none;
3231
- -o-transition: none;
3232
- transition: none;
3233
- }
3234
- .navbar-inverse .navbar-search .search-query:-moz-placeholder {
3235
- color: #cccccc;
3236
- }
3237
- .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
3238
- color: #cccccc;
3239
- }
3240
- .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
3241
- color: #cccccc;
3242
- }
3243
- .navbar-inverse .navbar-search .search-query:focus,
3244
- .navbar-inverse .navbar-search .search-query.focused {
3245
- padding: 5px 15px;
3246
- color: #333333;
3247
- text-shadow: 0 1px 0 #ffffff;
3248
- background-color: #ffffff;
3249
- border: 0;
3250
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3251
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3252
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3253
- outline: 0;
3254
- }
3255
- .navbar-inverse .btn-navbar {
3256
- color: #ffffff;
3257
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3258
- background-color: #0e0e0e;
3259
- background-image: -moz-linear-gradient(top, #151515, #040404);
3260
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
3261
- background-image: -webkit-linear-gradient(top, #151515, #040404);
3262
- background-image: -o-linear-gradient(top, #151515, #040404);
3263
- background-image: linear-gradient(to bottom, #151515, #040404);
3264
- background-repeat: repeat-x;
3265
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
3266
- border-color: #040404 #040404 #000000;
3267
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3268
- *background-color: #040404;
3269
- /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3270
-
3271
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3272
- }
3273
- .navbar-inverse .btn-navbar:hover,
3274
- .navbar-inverse .btn-navbar:active,
3275
- .navbar-inverse .btn-navbar.active,
3276
- .navbar-inverse .btn-navbar.disabled,
3277
- .navbar-inverse .btn-navbar[disabled] {
3278
- color: #ffffff;
3279
- background-color: #040404;
3280
- *background-color: #000000;
3281
- }
3282
- .navbar-inverse .btn-navbar:active,
3283
- .navbar-inverse .btn-navbar.active {
3284
- background-color: #000000 \9;
3285
- }
3286
- .breadcrumb {
3287
- padding: 8px 15px;
3288
- margin: 0 0 20px;
3289
- list-style: none;
3290
- background-color: #f5f5f5;
3291
- -webkit-border-radius: 4px;
3292
- -moz-border-radius: 4px;
3293
- border-radius: 4px;
3294
- }
3295
- .breadcrumb li {
3296
- display: inline-block;
3297
- *display: inline;
3298
- /* IE7 inline-block hack */
3299
-
3300
- *zoom: 1;
3301
- text-shadow: 0 1px 0 #ffffff;
3302
- }
3303
- .breadcrumb .divider {
3304
- padding: 0 5px;
3305
- color: #ccc;
3306
- }
3307
- .breadcrumb .active {
3308
- color: #999999;
3309
- }
3310
- .pagination {
3311
- height: 40px;
3312
- margin: 20px 0;
3313
- }
3314
- .pagination ul {
3315
- display: inline-block;
3316
- *display: inline;
3317
- /* IE7 inline-block hack */
3318
-
3319
- *zoom: 1;
3320
- margin-left: 0;
3321
- margin-bottom: 0;
3322
- -webkit-border-radius: 3px;
3323
- -moz-border-radius: 3px;
3324
- border-radius: 3px;
3325
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3326
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3327
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3328
- }
3329
- .pagination ul > li {
3330
- display: inline;
3331
- }
3332
- .pagination ul > li > a,
3333
- .pagination ul > li > span {
3334
- float: left;
3335
- padding: 0 14px;
3336
- line-height: 38px;
3337
- text-decoration: none;
3338
- background-color: #ffffff;
3339
- border: 1px solid #dddddd;
3340
- border-left-width: 0;
3341
- }
3342
- .pagination ul > li > a:hover,
3343
- .pagination ul > .active > a,
3344
- .pagination ul > .active > span {
3345
- background-color: #f5f5f5;
3346
- }
3347
- .pagination ul > .active > a,
3348
- .pagination ul > .active > span {
3349
- color: #999999;
3350
- cursor: default;
3351
- }
3352
- .pagination ul > .disabled > span,
3353
- .pagination ul > .disabled > a,
3354
- .pagination ul > .disabled > a:hover {
3355
- color: #999999;
3356
- background-color: transparent;
3357
- cursor: default;
3358
- }
3359
- .pagination ul > li:first-child > a,
3360
- .pagination ul > li:first-child > span {
3361
- border-left-width: 1px;
3362
- -webkit-border-radius: 3px 0 0 3px;
3363
- -moz-border-radius: 3px 0 0 3px;
3364
- border-radius: 3px 0 0 3px;
3365
- }
3366
- .pagination ul > li:last-child > a,
3367
- .pagination ul > li:last-child > span {
3368
- -webkit-border-radius: 0 3px 3px 0;
3369
- -moz-border-radius: 0 3px 3px 0;
3370
- border-radius: 0 3px 3px 0;
3371
- }
3372
- .pagination-centered {
3373
- text-align: center;
3374
- }
3375
- .pagination-right {
3376
- text-align: right;
3377
- }
3378
- .pager {
3379
- margin: 20px 0;
3380
- list-style: none;
3381
- text-align: center;
3382
- *zoom: 1;
3383
- }
3384
- .pager:before,
3385
- .pager:after {
3386
- display: table;
3387
- content: "";
3388
- line-height: 0;
3389
- }
3390
- .pager:after {
3391
- clear: both;
3392
- }
3393
- .pager li {
3394
- display: inline;
3395
- }
3396
- .pager a,
3397
- .pager span {
3398
- display: inline-block;
3399
- padding: 5px 14px;
3400
- background-color: #fff;
3401
- border: 1px solid #ddd;
3402
- -webkit-border-radius: 15px;
3403
- -moz-border-radius: 15px;
3404
- border-radius: 15px;
3405
- }
3406
- .pager a:hover {
3407
- text-decoration: none;
3408
- background-color: #f5f5f5;
3409
- }
3410
- .pager .next a,
3411
- .pager .next span {
3412
- float: right;
3413
- }
3414
- .pager .previous a {
3415
- float: left;
3416
- }
3417
- .pager .disabled a,
3418
- .pager .disabled a:hover,
3419
- .pager .disabled span {
3420
- color: #999999;
3421
- background-color: #fff;
3422
- cursor: default;
3423
- }
3424
- .thumbnails {
3425
- margin-left: -20px;
3426
- list-style: none;
3427
- *zoom: 1;
3428
- }
3429
- .thumbnails:before,
3430
- .thumbnails:after {
3431
- display: table;
3432
- content: "";
3433
- line-height: 0;
3434
- }
3435
- .thumbnails:after {
3436
- clear: both;
3437
- }
3438
- .row-fluid .thumbnails {
3439
- margin-left: 0;
3440
- }
3441
- .thumbnails > li {
3442
- float: left;
3443
- margin-bottom: 20px;
3444
- margin-left: 20px;
3445
- }
3446
- .thumbnail {
3447
- display: block;
3448
- padding: 4px;
3449
- line-height: 20px;
3450
- border: 1px solid #ddd;
3451
- -webkit-border-radius: 4px;
3452
- -moz-border-radius: 4px;
3453
- border-radius: 4px;
3454
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3455
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3456
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3457
- -webkit-transition: all 0.2s ease-in-out;
3458
- -moz-transition: all 0.2s ease-in-out;
3459
- -o-transition: all 0.2s ease-in-out;
3460
- transition: all 0.2s ease-in-out;
3461
- }
3462
- a.thumbnail:hover {
3463
- border-color: #0088cc;
3464
- -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3465
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3466
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3467
- }
3468
- .thumbnail > img {
3469
- display: block;
3470
- max-width: 100%;
3471
- margin-left: auto;
3472
- margin-right: auto;
3473
- }
3474
- .thumbnail .caption {
3475
- padding: 9px;
3476
- color: #555555;
3477
- }
3478
- .alert {
3479
- padding: 8px 35px 8px 14px;
3480
- margin-bottom: 20px;
3481
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3482
- background-color: #fcf8e3;
3483
- border: 1px solid #fbeed5;
3484
- -webkit-border-radius: 4px;
3485
- -moz-border-radius: 4px;
3486
- border-radius: 4px;
3487
- color: #c09853;
3488
- }
3489
- .alert h4 {
3490
- margin: 0;
3491
- }
3492
- .alert .close {
3493
- position: relative;
3494
- top: -2px;
3495
- right: -21px;
3496
- line-height: 20px;
3497
- }
3498
- .alert-success {
3499
- background-color: #dff0d8;
3500
- border-color: #d6e9c6;
3501
- color: #468847;
3502
- }
3503
- .alert-danger,
3504
- .alert-error {
3505
- background-color: #f2dede;
3506
- border-color: #eed3d7;
3507
- color: #b94a48;
3508
- }
3509
- .alert-info {
3510
- background-color: #d9edf7;
3511
- border-color: #bce8f1;
3512
- color: #3a87ad;
3513
- }
3514
- .alert-block {
3515
- padding-top: 14px;
3516
- padding-bottom: 14px;
3517
- }
3518
- .alert-block > p,
3519
- .alert-block > ul {
3520
- margin-bottom: 0;
3521
- }
3522
- .alert-block p + p {
3523
- margin-top: 5px;
3524
- }
3525
- @-webkit-keyframes progress-bar-stripes {
3526
- from {
3527
- background-position: 40px 0;
3528
- }
3529
- to {
3530
- background-position: 0 0;
3531
- }
3532
- }
3533
- @-moz-keyframes progress-bar-stripes {
3534
- from {
3535
- background-position: 40px 0;
3536
- }
3537
- to {
3538
- background-position: 0 0;
3539
- }
3540
- }
3541
- @-ms-keyframes progress-bar-stripes {
3542
- from {
3543
- background-position: 40px 0;
3544
- }
3545
- to {
3546
- background-position: 0 0;
3547
- }
3548
- }
3549
- @-o-keyframes progress-bar-stripes {
3550
- from {
3551
- background-position: 0 0;
3552
- }
3553
- to {
3554
- background-position: 40px 0;
3555
- }
3556
- }
3557
- @keyframes progress-bar-stripes {
3558
- from {
3559
- background-position: 40px 0;
3560
- }
3561
- to {
3562
- background-position: 0 0;
3563
- }
3564
- }
3565
- .progress {
3566
- overflow: hidden;
3567
- height: 20px;
3568
- margin-bottom: 20px;
3569
- background-color: #f7f7f7;
3570
- background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
3571
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
3572
- background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
3573
- background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
3574
- background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
3575
- background-repeat: repeat-x;
3576
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
3577
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3578
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3579
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3580
- -webkit-border-radius: 4px;
3581
- -moz-border-radius: 4px;
3582
- border-radius: 4px;
3583
- }
3584
- .progress .bar {
3585
- width: 0%;
3586
- height: 100%;
3587
- color: #ffffff;
3588
- float: left;
3589
- font-size: 12px;
3590
- text-align: center;
3591
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3592
- background-color: #0e90d2;
3593
- background-image: -moz-linear-gradient(top, #149bdf, #0480be);
3594
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
3595
- background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
3596
- background-image: -o-linear-gradient(top, #149bdf, #0480be);
3597
- background-image: linear-gradient(to bottom, #149bdf, #0480be);
3598
- background-repeat: repeat-x;
3599
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
3600
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3601
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3602
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3603
- -webkit-box-sizing: border-box;
3604
- -moz-box-sizing: border-box;
3605
- box-sizing: border-box;
3606
- -webkit-transition: width 0.6s ease;
3607
- -moz-transition: width 0.6s ease;
3608
- -o-transition: width 0.6s ease;
3609
- transition: width 0.6s ease;
3610
- }
3611
- .progress .bar + .bar {
3612
- -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3613
- -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3614
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3615
- }
3616
- .progress-striped .bar {
3617
- background-color: #149bdf;
3618
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3619
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3620
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3621
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3622
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3623
- -webkit-background-size: 40px 40px;
3624
- -moz-background-size: 40px 40px;
3625
- -o-background-size: 40px 40px;
3626
- background-size: 40px 40px;
3627
- }
3628
- .progress.active .bar {
3629
- -webkit-animation: progress-bar-stripes 2s linear infinite;
3630
- -moz-animation: progress-bar-stripes 2s linear infinite;
3631
- -ms-animation: progress-bar-stripes 2s linear infinite;
3632
- -o-animation: progress-bar-stripes 2s linear infinite;
3633
- animation: progress-bar-stripes 2s linear infinite;
3634
- }
3635
- .progress-danger .bar,
3636
- .progress .bar-danger {
3637
- background-color: #dd514c;
3638
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3639
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
3640
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3641
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3642
- background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3643
- background-repeat: repeat-x;
3644
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
3645
- }
3646
- .progress-danger.progress-striped .bar,
3647
- .progress-striped .bar-danger {
3648
- background-color: #ee5f5b;
3649
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3650
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3651
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3652
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3653
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3654
- }
3655
- .progress-success .bar,
3656
- .progress .bar-success {
3657
- background-color: #5eb95e;
3658
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
3659
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
3660
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3661
- background-image: -o-linear-gradient(top, #62c462, #57a957);
3662
- background-image: linear-gradient(to bottom, #62c462, #57a957);
3663
- background-repeat: repeat-x;
3664
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
3665
- }
3666
- .progress-success.progress-striped .bar,
3667
- .progress-striped .bar-success {
3668
- background-color: #62c462;
3669
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3670
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3671
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3672
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3673
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3674
- }
3675
- .progress-info .bar,
3676
- .progress .bar-info {
3677
- background-color: #4bb1cf;
3678
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3679
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
3680
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3681
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3682
- background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3683
- background-repeat: repeat-x;
3684
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
3685
- }
3686
- .progress-info.progress-striped .bar,
3687
- .progress-striped .bar-info {
3688
- background-color: #5bc0de;
3689
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3690
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3691
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3692
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3693
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3694
- }
3695
- .progress-warning .bar,
3696
- .progress .bar-warning {
3697
- background-color: #faa732;
3698
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3699
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3700
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3701
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
3702
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
3703
- background-repeat: repeat-x;
3704
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3705
- }
3706
- .progress-warning.progress-striped .bar,
3707
- .progress-striped .bar-warning {
3708
- background-color: #fbb450;
3709
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3710
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3711
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3712
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3713
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3714
- }
3715
- .hero-unit {
3716
- padding: 60px;
3717
- margin-bottom: 30px;
3718
- background-color: #eeeeee;
3719
- -webkit-border-radius: 6px;
3720
- -moz-border-radius: 6px;
3721
- border-radius: 6px;
3722
- }
3723
- .hero-unit h1 {
3724
- margin-bottom: 0;
3725
- font-size: 60px;
3726
- line-height: 1;
3727
- color: inherit;
3728
- letter-spacing: -1px;
3729
- }
3730
- .hero-unit p {
3731
- font-size: 18px;
3732
- font-weight: 200;
3733
- line-height: 30px;
3734
- color: inherit;
3735
- }
3736
- .tooltip {
3737
- position: absolute;
3738
- z-index: 1030;
3739
- display: block;
3740
- visibility: visible;
3741
- padding: 5px;
3742
- font-size: 11px;
3743
- opacity: 0;
3744
- filter: alpha(opacity=0);
3745
- }
3746
- .tooltip.in {
3747
- opacity: 0.8;
3748
- filter: alpha(opacity=80);
3749
- }
3750
- .tooltip.top {
3751
- margin-top: -3px;
3752
- }
3753
- .tooltip.right {
3754
- margin-left: 3px;
3755
- }
3756
- .tooltip.bottom {
3757
- margin-top: 3px;
3758
- }
3759
- .tooltip.left {
3760
- margin-left: -3px;
3761
- }
3762
- .tooltip-inner {
3763
- max-width: 200px;
3764
- padding: 3px 8px;
3765
- color: #ffffff;
3766
- text-align: center;
3767
- text-decoration: none;
3768
- background-color: #000000;
3769
- -webkit-border-radius: 4px;
3770
- -moz-border-radius: 4px;
3771
- border-radius: 4px;
3772
- }
3773
- .tooltip-arrow {
3774
- position: absolute;
3775
- width: 0;
3776
- height: 0;
3777
- border-color: transparent;
3778
- border-style: solid;
3779
- }
3780
- .tooltip.top .tooltip-arrow {
3781
- bottom: 0;
3782
- left: 50%;
3783
- margin-left: -5px;
3784
- border-width: 5px 5px 0;
3785
- border-top-color: #000000;
3786
- }
3787
- .tooltip.right .tooltip-arrow {
3788
- top: 50%;
3789
- left: 0;
3790
- margin-top: -5px;
3791
- border-width: 5px 5px 5px 0;
3792
- border-right-color: #000000;
3793
- }
3794
- .tooltip.left .tooltip-arrow {
3795
- top: 50%;
3796
- right: 0;
3797
- margin-top: -5px;
3798
- border-width: 5px 0 5px 5px;
3799
- border-left-color: #000000;
3800
- }
3801
- .tooltip.bottom .tooltip-arrow {
3802
- top: 0;
3803
- left: 50%;
3804
- margin-left: -5px;
3805
- border-width: 0 5px 5px;
3806
- border-bottom-color: #000000;
3807
- }
3808
- .popover {
3809
- position: absolute;
3810
- top: 0;
3811
- left: 0;
3812
- z-index: 1010;
3813
- display: none;
3814
- width: 236px;
3815
- padding: 1px;
3816
- background-color: #ffffff;
3817
- -webkit-background-clip: padding-box;
3818
- -moz-background-clip: padding;
3819
- background-clip: padding-box;
3820
- border: 1px solid #ccc;
3821
- border: 1px solid rgba(0, 0, 0, 0.2);
3822
- -webkit-border-radius: 6px;
3823
- -moz-border-radius: 6px;
3824
- border-radius: 6px;
3825
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3826
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3827
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3828
- }
3829
- .popover.top {
3830
- margin-bottom: 10px;
3831
- }
3832
- .popover.right {
3833
- margin-left: 10px;
3834
- }
3835
- .popover.bottom {
3836
- margin-top: 10px;
3837
- }
3838
- .popover.left {
3839
- margin-right: 10px;
3840
- }
3841
- .popover-title {
3842
- margin: 0;
3843
- padding: 8px 14px;
3844
- font-size: 14px;
3845
- font-weight: normal;
3846
- line-height: 18px;
3847
- background-color: #f7f7f7;
3848
- border-bottom: 1px solid #ebebeb;
3849
- -webkit-border-radius: 5px 5px 0 0;
3850
- -moz-border-radius: 5px 5px 0 0;
3851
- border-radius: 5px 5px 0 0;
3852
- }
3853
- .popover-content {
3854
- padding: 9px 14px;
3855
- }
3856
- .popover-content p,
3857
- .popover-content ul,
3858
- .popover-content ol {
3859
- margin-bottom: 0;
3860
- }
3861
- .popover .arrow,
3862
- .popover .arrow:after {
3863
- position: absolute;
3864
- display: inline-block;
3865
- width: 0;
3866
- height: 0;
3867
- border-color: transparent;
3868
- border-style: solid;
3869
- }
3870
- .popover .arrow:after {
3871
- content: "";
3872
- z-index: -1;
3873
- }
3874
- .popover.top .arrow {
3875
- bottom: -10px;
3876
- left: 50%;
3877
- margin-left: -10px;
3878
- border-width: 10px 10px 0;
3879
- border-top-color: #ffffff;
3880
- }
3881
- .popover.top .arrow:after {
3882
- border-width: 11px 11px 0;
3883
- border-top-color: rgba(0, 0, 0, 0.25);
3884
- bottom: -1px;
3885
- left: -11px;
3886
- }
3887
- .popover.right .arrow {
3888
- top: 50%;
3889
- left: -10px;
3890
- margin-top: -10px;
3891
- border-width: 10px 10px 10px 0;
3892
- border-right-color: #ffffff;
3893
- }
3894
- .popover.right .arrow:after {
3895
- border-width: 11px 11px 11px 0;
3896
- border-right-color: rgba(0, 0, 0, 0.25);
3897
- bottom: -11px;
3898
- left: -1px;
3899
- }
3900
- .popover.bottom .arrow {
3901
- top: -10px;
3902
- left: 50%;
3903
- margin-left: -10px;
3904
- border-width: 0 10px 10px;
3905
- border-bottom-color: #ffffff;
3906
- }
3907
- .popover.bottom .arrow:after {
3908
- border-width: 0 11px 11px;
3909
- border-bottom-color: rgba(0, 0, 0, 0.25);
3910
- top: -1px;
3911
- left: -11px;
3912
- }
3913
- .popover.left .arrow {
3914
- top: 50%;
3915
- right: -10px;
3916
- margin-top: -10px;
3917
- border-width: 10px 0 10px 10px;
3918
- border-left-color: #ffffff;
3919
- }
3920
- .popover.left .arrow:after {
3921
- border-width: 11px 0 11px 11px;
3922
- border-left-color: rgba(0, 0, 0, 0.25);
3923
- bottom: -11px;
3924
- right: -1px;
3925
- }
3926
- .modal-open .modal .dropdown-menu {
3927
- z-index: 2050;
3928
- }
3929
- .modal-open .modal .dropdown.open {
3930
- *z-index: 2050;
3931
- }
3932
- .modal-open .modal .popover {
3933
- z-index: 2060;
3934
- }
3935
- .modal-open .modal .tooltip {
3936
- z-index: 2080;
3937
- }
3938
- .modal-backdrop {
3939
- position: fixed;
3940
- top: 0;
3941
- right: 0;
3942
- bottom: 0;
3943
- left: 0;
3944
- z-index: 1040;
3945
- background-color: #000000;
3946
- }
3947
- .modal-backdrop.fade {
3948
- opacity: 0;
3949
- }
3950
- .modal-backdrop,
3951
- .modal-backdrop.fade.in {
3952
- opacity: 0.8;
3953
- filter: alpha(opacity=80);
3954
- }
3955
- .modal {
3956
- position: fixed;
3957
- top: 50%;
3958
- left: 50%;
3959
- z-index: 1050;
3960
- overflow: auto;
3961
- width: 560px;
3962
- margin: -250px 0 0 -280px;
3963
- background-color: #ffffff;
3964
- border: 1px solid #999;
3965
- border: 1px solid rgba(0, 0, 0, 0.3);
3966
- *border: 1px solid #999;
3967
- /* IE6-7 */
3968
-
3969
- -webkit-border-radius: 6px;
3970
- -moz-border-radius: 6px;
3971
- border-radius: 6px;
3972
- -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3973
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3974
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3975
- -webkit-background-clip: padding-box;
3976
- -moz-background-clip: padding-box;
3977
- background-clip: padding-box;
3978
- }
3979
- .modal.fade {
3980
- -webkit-transition: opacity .3s linear, top .3s ease-out;
3981
- -moz-transition: opacity .3s linear, top .3s ease-out;
3982
- -o-transition: opacity .3s linear, top .3s ease-out;
3983
- transition: opacity .3s linear, top .3s ease-out;
3984
- top: -25%;
3985
- }
3986
- .modal.fade.in {
3987
- top: 50%;
3988
- }
3989
- .modal-header {
3990
- padding: 9px 15px;
3991
- border-bottom: 1px solid #eee;
3992
- }
3993
- .modal-header .close {
3994
- margin-top: 2px;
3995
- }
3996
- .modal-header h3 {
3997
- margin: 0;
3998
- line-height: 30px;
3999
- }
4000
- .modal-body {
4001
- overflow-y: auto;
4002
- max-height: 400px;
4003
- padding: 15px;
4004
- }
4005
- .modal-form {
4006
- margin-bottom: 0;
4007
- }
4008
- .modal-footer {
4009
- padding: 14px 15px 15px;
4010
- margin-bottom: 0;
4011
- text-align: right;
4012
- background-color: #f5f5f5;
4013
- border-top: 1px solid #ddd;
4014
- -webkit-border-radius: 0 0 6px 6px;
4015
- -moz-border-radius: 0 0 6px 6px;
4016
- border-radius: 0 0 6px 6px;
4017
- -webkit-box-shadow: inset 0 1px 0 #ffffff;
4018
- -moz-box-shadow: inset 0 1px 0 #ffffff;
4019
- box-shadow: inset 0 1px 0 #ffffff;
4020
- *zoom: 1;
4021
- }
4022
- .modal-footer:before,
4023
- .modal-footer:after {
4024
- display: table;
4025
- content: "";
4026
- line-height: 0;
4027
- }
4028
- .modal-footer:after {
4029
- clear: both;
4030
- }
4031
- .modal-footer .btn + .btn {
4032
- margin-left: 5px;
4033
- margin-bottom: 0;
4034
- }
4035
- .modal-footer .btn-group .btn + .btn {
4036
- margin-left: -1px;
4037
- }
4038
- .dropup,
4039
- .dropdown {
4040
- position: relative;
4041
- }
4042
- .dropdown-toggle {
4043
- *margin-bottom: -3px;
4044
- }
4045
- .dropdown-toggle:active,
4046
- .open .dropdown-toggle {
4047
- outline: 0;
4048
- }
4049
- .caret {
4050
- display: inline-block;
4051
- width: 0;
4052
- height: 0;
4053
- vertical-align: top;
4054
- border-top: 4px solid #000000;
4055
- border-right: 4px solid transparent;
4056
- border-left: 4px solid transparent;
4057
- content: "";
4058
- }
4059
- .dropdown .caret {
4060
- margin-top: 8px;
4061
- margin-left: 2px;
4062
- }
4063
- .dropdown-menu {
4064
- position: absolute;
4065
- top: 100%;
4066
- left: 0;
4067
- z-index: 1000;
4068
- display: none;
4069
- float: left;
4070
- min-width: 160px;
4071
- padding: 5px 0;
4072
- margin: 2px 0 0;
4073
- list-style: none;
4074
- background-color: #ffffff;
4075
- border: 1px solid #ccc;
4076
- border: 1px solid rgba(0, 0, 0, 0.2);
4077
- *border-right-width: 2px;
4078
- *border-bottom-width: 2px;
4079
- -webkit-border-radius: 6px;
4080
- -moz-border-radius: 6px;
4081
- border-radius: 6px;
4082
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4083
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4084
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4085
- -webkit-background-clip: padding-box;
4086
- -moz-background-clip: padding;
4087
- background-clip: padding-box;
4088
- }
4089
- .dropdown-menu.pull-right {
4090
- right: 0;
4091
- left: auto;
4092
- }
4093
- .dropdown-menu .divider {
4094
- *width: 100%;
4095
- height: 1px;
4096
- margin: 9px 1px;
4097
- *margin: -5px 0 5px;
4098
- overflow: hidden;
4099
- background-color: #e5e5e5;
4100
- border-bottom: 1px solid #ffffff;
4101
- }
4102
- .dropdown-menu a {
4103
- display: block;
4104
- padding: 3px 20px;
4105
- clear: both;
4106
- font-weight: normal;
4107
- line-height: 20px;
4108
- color: #333333;
4109
- white-space: nowrap;
4110
- }
4111
- .dropdown-menu li > a:hover,
4112
- .dropdown-menu li > a:focus,
4113
- .dropdown-submenu:hover > a {
4114
- text-decoration: none;
4115
- color: #ffffff;
4116
- background-color: #0088cc;
4117
- background-color: #0081c2;
4118
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
4119
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
4120
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
4121
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
4122
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
4123
- background-repeat: repeat-x;
4124
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
4125
- }
4126
- .dropdown-menu .active > a,
4127
- .dropdown-menu .active > a:hover {
4128
- color: #ffffff;
4129
- text-decoration: none;
4130
- outline: 0;
4131
- background-color: #0088cc;
4132
- background-color: #0081c2;
4133
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
4134
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
4135
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
4136
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
4137
- background-image: linear-gradient(to bottom, #0088cc, #0077b3);
4138
- background-repeat: repeat-x;
4139
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
4140
- }
4141
- .dropdown-menu .disabled > a,
4142
- .dropdown-menu .disabled > a:hover {
4143
- color: #999999;
4144
- }
4145
- .dropdown-menu .disabled > a:hover {
4146
- text-decoration: none;
4147
- background-color: transparent;
4148
- cursor: default;
4149
- }
4150
- .open {
4151
- *z-index: 1000;
4152
- }
4153
- .open > .dropdown-menu {
4154
- display: block;
4155
- }
4156
- .pull-right > .dropdown-menu {
4157
- right: 0;
4158
- left: auto;
4159
- }
4160
- .dropup .caret,
4161
- .navbar-fixed-bottom .dropdown .caret {
4162
- border-top: 0;
4163
- border-bottom: 4px solid #000000;
4164
- content: "";
4165
- }
4166
- .dropup .dropdown-menu,
4167
- .navbar-fixed-bottom .dropdown .dropdown-menu {
4168
- top: auto;
4169
- bottom: 100%;
4170
- margin-bottom: 1px;
4171
- }
4172
- .dropdown-submenu {
4173
- position: relative;
4174
- }
4175
- .dropdown-submenu > .dropdown-menu {
4176
- top: 0;
4177
- left: 100%;
4178
- margin-top: -6px;
4179
- margin-left: -1px;
4180
- -webkit-border-radius: 0 6px 6px 6px;
4181
- -moz-border-radius: 0 6px 6px 6px;
4182
- border-radius: 0 6px 6px 6px;
4183
- }
4184
- .dropdown-submenu:hover > .dropdown-menu {
4185
- display: block;
4186
- }
4187
- .dropdown-submenu > a:after {
4188
- display: block;
4189
- content: " ";
4190
- float: right;
4191
- width: 0;
4192
- height: 0;
4193
- border-color: transparent;
4194
- border-style: solid;
4195
- border-width: 5px 0 5px 5px;
4196
- border-left-color: #cccccc;
4197
- margin-top: 5px;
4198
- margin-right: -10px;
4199
- }
4200
- .dropdown-submenu:hover > a:after {
4201
- border-left-color: #ffffff;
4202
- }
4203
- .dropdown .dropdown-menu .nav-header {
4204
- padding-left: 20px;
4205
- padding-right: 20px;
4206
- }
4207
- .typeahead {
4208
- margin-top: 2px;
4209
- -webkit-border-radius: 4px;
4210
- -moz-border-radius: 4px;
4211
- border-radius: 4px;
4212
- }
4213
- .accordion {
4214
- margin-bottom: 20px;
4215
- }
4216
- .accordion-group {
4217
- margin-bottom: 2px;
4218
- border: 1px solid #e5e5e5;
4219
- -webkit-border-radius: 4px;
4220
- -moz-border-radius: 4px;
4221
- border-radius: 4px;
4222
- }
4223
- .accordion-heading {
4224
- border-bottom: 0;
4225
- }
4226
- .accordion-heading .accordion-toggle {
4227
- display: block;
4228
- padding: 8px 15px;
4229
- }
4230
- .accordion-toggle {
4231
- cursor: pointer;
4232
- }
4233
- .accordion-inner {
4234
- padding: 9px 15px;
4235
- border-top: 1px solid #e5e5e5;
4236
- }
4237
- .carousel {
4238
- position: relative;
4239
- margin-bottom: 20px;
4240
- line-height: 1;
4241
- }
4242
- .carousel-inner {
4243
- overflow: hidden;
4244
- width: 100%;
4245
- position: relative;
4246
- }
4247
- .carousel .item {
4248
- display: none;
4249
- position: relative;
4250
- -webkit-transition: 0.6s ease-in-out left;
4251
- -moz-transition: 0.6s ease-in-out left;
4252
- -o-transition: 0.6s ease-in-out left;
4253
- transition: 0.6s ease-in-out left;
4254
- }
4255
- .carousel .item > img {
4256
- display: block;
4257
- line-height: 1;
4258
- }
4259
- .carousel .active,
4260
- .carousel .next,
4261
- .carousel .prev {
4262
- display: block;
4263
- }
4264
- .carousel .active {
4265
- left: 0;
4266
- }
4267
- .carousel .next,
4268
- .carousel .prev {
4269
- position: absolute;
4270
- top: 0;
4271
- width: 100%;
4272
- }
4273
- .carousel .next {
4274
- left: 100%;
4275
- }
4276
- .carousel .prev {
4277
- left: -100%;
4278
- }
4279
- .carousel .next.left,
4280
- .carousel .prev.right {
4281
- left: 0;
4282
- }
4283
- .carousel .active.left {
4284
- left: -100%;
4285
- }
4286
- .carousel .active.right {
4287
- left: 100%;
4288
- }
4289
- .carousel-control {
4290
- position: absolute;
4291
- top: 40%;
4292
- left: 15px;
4293
- width: 40px;
4294
- height: 40px;
4295
- margin-top: -20px;
4296
- font-size: 60px;
4297
- font-weight: 100;
4298
- line-height: 30px;
4299
- color: #ffffff;
4300
- text-align: center;
4301
- background: #222222;
4302
- border: 3px solid #ffffff;
4303
- -webkit-border-radius: 23px;
4304
- -moz-border-radius: 23px;
4305
- border-radius: 23px;
4306
- opacity: 0.5;
4307
- filter: alpha(opacity=50);
4308
- }
4309
- .carousel-control.right {
4310
- left: auto;
4311
- right: 15px;
4312
- }
4313
- .carousel-control:hover {
4314
- color: #ffffff;
4315
- text-decoration: none;
4316
- opacity: 0.9;
4317
- filter: alpha(opacity=90);
4318
- }
4319
- .carousel-caption {
4320
- position: absolute;
4321
- left: 0;
4322
- right: 0;
4323
- bottom: 0;
4324
- padding: 15px;
4325
- background: #333333;
4326
- background: rgba(0, 0, 0, 0.75);
4327
- }
4328
- .carousel-caption h4,
4329
- .carousel-caption p {
4330
- color: #ffffff;
4331
- line-height: 20px;
4332
- }
4333
- .carousel-caption h4 {
4334
- margin: 0 0 5px;
4335
- }
4336
- .carousel-caption p {
4337
- margin-bottom: 0;
4338
- }
4339
- .well {
4340
- min-height: 20px;
4341
- padding: 19px;
4342
- margin-bottom: 20px;
4343
- background-color: #f5f5f5;
4344
- border: 1px solid #e3e3e3;
4345
- -webkit-border-radius: 4px;
4346
- -moz-border-radius: 4px;
4347
- border-radius: 4px;
4348
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4349
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4350
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4351
- }
4352
- .well blockquote {
4353
- border-color: #ddd;
4354
- border-color: rgba(0, 0, 0, 0.15);
4355
- }
4356
- .well-large {
4357
- padding: 24px;
4358
- -webkit-border-radius: 6px;
4359
- -moz-border-radius: 6px;
4360
- border-radius: 6px;
4361
- }
4362
- .well-small {
4363
- padding: 9px;
4364
- -webkit-border-radius: 3px;
4365
- -moz-border-radius: 3px;
4366
- border-radius: 3px;
4367
- }
4368
- .close {
4369
- float: right;
4370
- font-size: 20px;
4371
- font-weight: bold;
4372
- line-height: 20px;
4373
- color: #000000;
4374
- text-shadow: 0 1px 0 #ffffff;
4375
- opacity: 0.2;
4376
- filter: alpha(opacity=20);
4377
- }
4378
- .close:hover {
4379
- color: #000000;
4380
- text-decoration: none;
4381
- cursor: pointer;
4382
- opacity: 0.4;
4383
- filter: alpha(opacity=40);
4384
- }
4385
- button.close {
4386
- padding: 0;
4387
- cursor: pointer;
4388
- background: transparent;
4389
- border: 0;
4390
- -webkit-appearance: none;
4391
- }
4392
- .pull-right {
4393
- float: right;
4394
- }
4395
- .pull-left {
4396
- float: left;
4397
- }
4398
- .hide {
4399
- display: none;
4400
- }
4401
- .show {
4402
- display: block;
4403
- }
4404
- .invisible {
4405
- visibility: hidden;
4406
- }
4407
- .affix {
4408
- position: fixed;
4409
- }
4410
- .fade {
4411
- opacity: 0;
4412
- -webkit-transition: opacity 0.15s linear;
4413
- -moz-transition: opacity 0.15s linear;
4414
- -o-transition: opacity 0.15s linear;
4415
- transition: opacity 0.15s linear;
4416
- }
4417
- .fade.in {
4418
- opacity: 1;
4419
- }
4420
- .collapse {
4421
- position: relative;
4422
- height: 0;
4423
- overflow: hidden;
4424
- -webkit-transition: height 0.35s ease;
4425
- -moz-transition: height 0.35s ease;
4426
- -o-transition: height 0.35s ease;
4427
- transition: height 0.35s ease;
4428
- }
4429
- .collapse.in {
4430
- height: auto;
4431
- }
4432
- .hidden {
4433
- display: none;
4434
- visibility: hidden;
4435
- }
4436
- .visible-phone {
4437
- display: none !important;
4438
- }
4439
- .visible-tablet {
4440
- display: none !important;
4441
- }
4442
- .hidden-desktop {
4443
- display: none !important;
4444
- }
4445
- .visible-desktop {
4446
- display: inherit !important;
4447
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/shortcodes.css DELETED
@@ -1,685 +0,0 @@
1
- body.page-template-shortcodes-php #content {
2
- max-width: inherit;
3
- }
4
- .row-fluid > br{
5
- display: none!important;
6
- }
7
- .page-header {
8
- border-bottom: 1px solid #eee;
9
- margin: 20px 0 30px;
10
- padding-bottom: 9px;
11
- }
12
-
13
- .show-grid {
14
- margin-bottom: 20px;
15
- margin-top: 10px;
16
- }
17
-
18
- .show-grid [class*="span"] {
19
- background-color: #eee;
20
- border-radius: 3px;
21
- line-height: 40px;
22
- min-height: 40px;
23
- text-align: center;
24
- }
25
-
26
- .alert .close {
27
- box-shadow: none;
28
- }
29
-
30
- .nav-tabs > li {
31
- margin: 0 0 -1px !important;
32
- list-style: none;
33
- }
34
-
35
- .nav-tabs > li li {
36
- margin: 0 !important;
37
- list-style: none !important;
38
- }
39
-
40
- /* Icons ---*/
41
- .the-icons {
42
- list-style: none !important;
43
- margin-left: 0 !important;
44
- }
45
-
46
- .the-icons li {
47
- float: left;
48
- line-height: 25px;
49
- width: 25%;
50
- margin-left: 0 !important;
51
- }
52
-
53
- [class^="icon-"],
54
- [class*=" icon-"] {
55
- display: inline-block;
56
- width: 14px;
57
- height: 14px;
58
- margin-top: 1px;
59
- *margin-right: .3em;
60
- line-height: 14px;
61
- vertical-align: text-top;
62
- background-image: url("../images/glyphicons-halflings.png");
63
- background-position: 14px 14px;
64
- background-repeat: no-repeat;
65
- }
66
-
67
- .icon-white {
68
- background-image: url("../images/glyphicons-halflings-white.png");
69
- }
70
-
71
- .icon-glass {
72
- background-position: 0 0;
73
- }
74
-
75
- .icon-music {
76
- background-position: -24px 0;
77
- }
78
-
79
- .icon-search {
80
- background-position: -48px 0;
81
- }
82
-
83
- .icon-envelope {
84
- background-position: -72px 0;
85
- }
86
-
87
- .icon-heart {
88
- background-position: -96px 0;
89
- }
90
-
91
- .icon-star {
92
- background-position: -120px 0;
93
- }
94
-
95
- .icon-star-empty {
96
- background-position: -144px 0;
97
- }
98
-
99
- .icon-user {
100
- background-position: -168px 0;
101
- }
102
-
103
- .icon-film {
104
- background-position: -192px 0;
105
- }
106
-
107
- .icon-th-large {
108
- background-position: -216px 0;
109
- }
110
-
111
- .icon-th {
112
- background-position: -240px 0;
113
- }
114
-
115
- .icon-th-list {
116
- background-position: -264px 0;
117
- }
118
-
119
- .icon-ok {
120
- background-position: -288px 0;
121
- }
122
-
123
- .icon-remove {
124
- background-position: -312px 0;
125
- }
126
-
127
- .icon-zoom-in {
128
- background-position: -336px 0;
129
- }
130
-
131
- .icon-zoom-out {
132
- background-position: -360px 0;
133
- }
134
-
135
- .icon-off {
136
- background-position: -384px 0;
137
- }
138
-
139
- .icon-signal {
140
- background-position: -408px 0;
141
- }
142
-
143
- .icon-cog {
144
- background-position: -432px 0;
145
- }
146
-
147
- .icon-trash {
148
- background-position: -456px 0;
149
- }
150
-
151
- .icon-home {
152
- background-position: 0 -24px;
153
- }
154
-
155
- .icon-file {
156
- background-position: -24px -24px;
157
- }
158
-
159
- .icon-time {
160
- background-position: -48px -24px;
161
- }
162
-
163
- .icon-road {
164
- background-position: -72px -24px;
165
- }
166
-
167
- .icon-download-alt {
168
- background-position: -96px -24px;
169
- }
170
-
171
- .icon-download {
172
- background-position: -120px -24px;
173
- }
174
-
175
- .icon-upload {
176
- background-position: -144px -24px;
177
- }
178
-
179
- .icon-inbox {
180
- background-position: -168px -24px;
181
- }
182
-
183
- .icon-play-circle {
184
- background-position: -192px -24px;
185
- }
186
-
187
- .icon-repeat {
188
- background-position: -216px -24px;
189
- }
190
-
191
- .icon-refresh {
192
- background-position: -240px -24px;
193
- }
194
-
195
- .icon-list-alt {
196
- background-position: -264px -24px;
197
- }
198
-
199
- .icon-lock {
200
- background-position: -287px -24px;
201
- }
202
-
203
- .icon-flag {
204
- background-position: -312px -24px;
205
- }
206
-
207
- .icon-headphones {
208
- background-position: -336px -24px;
209
- }
210
-
211
- .icon-volume-off {
212
- background-position: -360px -24px;
213
- }
214
-
215
- .icon-volume-down {
216
- background-position: -384px -24px;
217
- }
218
-
219
- .icon-volume-up {
220
- background-position: -408px -24px;
221
- }
222
-
223
- .icon-qrcode {
224
- background-position: -432px -24px;
225
- }
226
-
227
- .icon-barcode {
228
- background-position: -456px -24px;
229
- }
230
-
231
- .icon-tag {
232
- background-position: 0 -48px;
233
- }
234
-
235
- .icon-tags {
236
- background-position: -25px -48px;
237
- }
238
-
239
- .icon-book {
240
- background-position: -48px -48px;
241
- }
242
-
243
- .icon-bookmark {
244
- background-position: -72px -48px;
245
- }
246
-
247
- .icon-print {
248
- background-position: -96px -48px;
249
- }
250
-
251
- .icon-camera {
252
- background-position: -120px -48px;
253
- }
254
-
255
- .icon-font {
256
- background-position: -144px -48px;
257
- }
258
-
259
- .icon-bold {
260
- background-position: -167px -48px;
261
- }
262
-
263
- .icon-italic {
264
- background-position: -192px -48px;
265
- }
266
-
267
- .icon-text-height {
268
- background-position: -216px -48px;
269
- }
270
-
271
- .icon-text-width {
272
- background-position: -240px -48px;
273
- }
274
-
275
- .icon-align-left {
276
- background-position: -264px -48px;
277
- }
278
-
279
- .icon-align-center {
280
- background-position: -288px -48px;
281
- }
282
-
283
- .icon-align-right {
284
- background-position: -312px -48px;
285
- }
286
-
287
- .icon-align-justify {
288
- background-position: -336px -48px;
289
- }
290
-
291
- .icon-list {
292
- background-position: -360px -48px;
293
- }
294
-
295
- .icon-indent-left {
296
- background-position: -384px -48px;
297
- }
298
-
299
- .icon-indent-right {
300
- background-position: -408px -48px;
301
- }
302
-
303
- .icon-facetime-video {
304
- background-position: -432px -48px;
305
- }
306
-
307
- .icon-picture {
308
- background-position: -456px -48px;
309
- }
310
-
311
- .icon-pencil {
312
- background-position: 0 -72px;
313
- }
314
-
315
- .icon-map-marker {
316
- background-position: -24px -72px;
317
- }
318
-
319
- .icon-adjust {
320
- background-position: -48px -72px;
321
- }
322
-
323
- .icon-tint {
324
- background-position: -72px -72px;
325
- }
326
-
327
- .icon-edit {
328
- background-position: -96px -72px;
329
- }
330
-
331
- .icon-share {
332
- background-position: -120px -72px;
333
- }
334
-
335
- .icon-check {
336
- background-position: -144px -72px;
337
- }
338
-
339
- .icon-move {
340
- background-position: -168px -72px;
341
- }
342
-
343
- .icon-step-backward {
344
- background-position: -192px -72px;
345
- }
346
-
347
- .icon-fast-backward {
348
- background-position: -216px -72px;
349
- }
350
-
351
- .icon-backward {
352
- background-position: -240px -72px;
353
- }
354
-
355
- .icon-play {
356
- background-position: -264px -72px;
357
- }
358
-
359
- .icon-pause {
360
- background-position: -288px -72px;
361
- }
362
-
363
- .icon-stop {
364
- background-position: -312px -72px;
365
- }
366
-
367
- .icon-forward {
368
- background-position: -336px -72px;
369
- }
370
-
371
- .icon-fast-forward {
372
- background-position: -360px -72px;
373
- }
374
-
375
- .icon-step-forward {
376
- background-position: -384px -72px;
377
- }
378
-
379
- .icon-eject {
380
- background-position: -408px -72px;
381
- }
382
-
383
- .icon-chevron-left {
384
- background-position: -432px -72px;
385
- }
386
-
387
- .icon-chevron-right {
388
- background-position: -456px -72px;
389
- }
390
-
391
- .icon-plus-sign {
392
- background-position: 0 -96px;
393
- }
394
-
395
- .icon-minus-sign {
396
- background-position: -24px -96px;
397
- }
398
-
399
- .icon-remove-sign {
400
- background-position: -48px -96px;
401
- }
402
-
403
- .icon-ok-sign {
404
- background-position: -72px -96px;
405
- }
406
-
407
- .icon-question-sign {
408
- background-position: -96px -96px;
409
- }
410
-
411
- .icon-info-sign {
412
- background-position: -120px -96px;
413
- }
414
-
415
- .icon-screenshot {
416
- background-position: -144px -96px;
417
- }
418
-
419
- .icon-remove-circle {
420
- background-position: -168px -96px;
421
- }
422
-
423
- .icon-ok-circle {
424
- background-position: -192px -96px;
425
- }
426
-
427
- .icon-ban-circle {
428
- background-position: -216px -96px;
429
- }
430
-
431
- .icon-arrow-left {
432
- background-position: -240px -96px;
433
- }
434
-
435
- .icon-arrow-right {
436
- background-position: -264px -96px;
437
- }
438
-
439
- .icon-arrow-up {
440
- background-position: -289px -96px;
441
- }
442
-
443
- .icon-arrow-down {
444
- background-position: -312px -96px;
445
- }
446
-
447
- .icon-share-alt {
448
- background-position: -336px -96px;
449
- }
450
-
451
- .icon-resize-full {
452
- background-position: -360px -96px;
453
- }
454
-
455
- .icon-resize-small {
456
- background-position: -384px -96px;
457
- }
458
-
459
- .icon-plus {
460
- background-position: -408px -96px;
461
- }
462
-
463
- .icon-minus {
464
- background-position: -433px -96px;
465
- }
466
-
467
- .icon-asterisk {
468
- background-position: -456px -96px;
469
- }
470
-
471
- .icon-exclamation-sign {
472
- background-position: 0 -120px;
473
- }
474
-
475
- .icon-gift {
476
- background-position: -24px -120px;
477
- }
478
-
479
- .icon-leaf {
480
- background-position: -48px -120px;
481
- }
482
-
483
- .icon-fire {
484
- background-position: -72px -120px;
485
- }
486
-
487
- .icon-eye-open {
488
- background-position: -96px -120px;
489
- }
490
-
491
- .icon-eye-close {
492
- background-position: -120px -120px;
493
- }
494
-
495
- .icon-warning-sign {
496
- background-position: -144px -120px;
497
- }
498
-
499
- .icon-plane {
500
- background-position: -168px -120px;
501
- }
502
-
503
- .icon-calendar {
504
- background-position: -192px -120px;
505
- }
506
-
507
- .icon-random {
508
- width: 16px;
509
- background-position: -216px -120px;
510
- }
511
-
512
- .icon-comment {
513
- background-position: -240px -120px;
514
- }
515
-
516
- .icon-magnet {
517
- background-position: -264px -120px;
518
- }
519
-
520
- .icon-chevron-up {
521
- background-position: -288px -120px;
522
- }
523
-
524
- .icon-chevron-down {
525
- background-position: -313px -119px;
526
- }
527
-
528
- .icon-retweet {
529
- background-position: -336px -120px;
530
- }
531
-
532
- .icon-shopping-cart {
533
- background-position: -360px -120px;
534
- }
535
-
536
- .icon-folder-close {
537
- background-position: -384px -120px;
538
- }
539
-
540
- .icon-folder-open {
541
- width: 16px;
542
- background-position: -408px -120px;
543
- }
544
-
545
- .icon-resize-vertical {
546
- background-position: -432px -119px;
547
- }
548
-
549
- .icon-resize-horizontal {
550
- background-position: -456px -118px;
551
- }
552
-
553
- .icon-hdd {
554
- background-position: 0 -144px;
555
- }
556
-
557
- .icon-bullhorn {
558
- background-position: -24px -144px;
559
- }
560
-
561
- .icon-bell {
562
- background-position: -48px -144px;
563
- }
564
-
565
- .icon-certificate {
566
- background-position: -72px -144px;
567
- }
568
-
569
- .icon-thumbs-up {
570
- background-position: -96px -144px;
571
- }
572
-
573
- .icon-thumbs-down {
574
- background-position: -120px -144px;
575
- }
576
-
577
- .icon-hand-right {
578
- background-position: -144px -144px;
579
- }
580
-
581
- .icon-hand-left {
582
- background-position: -168px -144px;
583
- }
584
-
585
- .icon-hand-up {
586
- background-position: -192px -144px;
587
- }
588
-
589
- .icon-hand-down {
590
- background-position: -216px -144px;
591
- }
592
-
593
- .icon-circle-arrow-right {
594
- background-position: -240px -144px;
595
- }
596
-
597
- .icon-circle-arrow-left {
598
- background-position: -264px -144px;
599
- }
600
-
601
- .icon-circle-arrow-up {
602
- background-position: -288px -144px;
603
- }
604
-
605
- .icon-circle-arrow-down {
606
- background-position: -312px -144px;
607
- }
608
-
609
- .icon-globe {
610
- background-position: -336px -144px;
611
- }
612
-
613
- .icon-wrench {
614
- background-position: -360px -144px;
615
- }
616
-
617
- .icon-tasks {
618
- background-position: -384px -144px;
619
- }
620
-
621
- .icon-filter {
622
- background-position: -408px -144px;
623
- }
624
-
625
- .icon-briefcase {
626
- background-position: -432px -144px;
627
- }
628
-
629
- .icon-fullscreen {
630
- background-position: -456px -144px;
631
- }
632
-
633
- /**
634
- * HTML Iframe style
635
- */
636
- body.icon_selector{
637
- padding: 0;
638
- margin:0;
639
- }
640
- body.icon_selector li{
641
- padding:5px 3px;
642
- cursor:pointer;
643
- width: 24%;
644
- overflow: hidden;
645
- white-space: nowrap;
646
- text-overflow: ellipsis;
647
- }
648
- body.icon_selector li:hover{
649
- border-radius: 3px;
650
- background: #ddd;
651
-
652
- }
653
- .tabcreator #frm_create{
654
- line-height: 30px;
655
- }
656
- .tabcreator #txt_content{
657
- width:100%;
658
- }
659
- .tabcreator .tabcreator .nav{
660
- margin-bottom: 0;
661
- }
662
- .tabcreator #newtab{
663
- width: 100%;
664
- }
665
- .tabcreator #deletetab{
666
- display: none;
667
- }
668
- .tabcreator #fields{
669
- display: none;
670
- }
671
- .tabcreator #myTabContent{
672
- min-height: 20px;
673
- border: 1px solid #ddd;
674
- border-top: none;
675
- margin-bottom: 10px;
676
- padding:10px;
677
- }
678
- .tabcreator .alert,
679
- .tabcreator #savetab{
680
- display: none;
681
- }
682
- .tabcreator #frm_create{
683
- margin-bottom: 10px;
684
- }
685
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/img/dwicons.png DELETED
Binary file
assets/img/facebook.png DELETED
Binary file
assets/img/glyphicons-halflings.png DELETED
Binary file
assets/img/twitter.png DELETED
Binary file
assets/js/plugins/grid.html DELETED
@@ -1,125 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
- <link rel="stylesheet" href="../../css/bootstrap.css" />
6
- <link rel="stylesheet" href="../../css/admin.css" />
7
- <script type="text/javascript" src="../jquery.js"></script>
8
- <script type="text/javascript" src="../bootstrap.js"></script>
9
- <script type="text/javascript">
10
- $(function(){
11
- $('#btn_insert, h5.preview').fadeOut();
12
-
13
- setInterval(function(){
14
- //Set popup's width
15
- var pwidth = 800;
16
- parent.jQuery('#TB_window,#TB_iframeContent').width(pwidth);
17
- parent.jQuery('#TB_window').css('margin-left',-(pwidth/2));
18
- },100);
19
-
20
- $('#frm_create').submit(function(e){
21
- e.preventDefault();
22
-
23
- append_grid($('#quantity').val());
24
- });
25
-
26
- $('#quantity').bind('keyup change',function(){
27
- append_grid($(this).val());
28
- });
29
-
30
- $('#col-width').bind('change keyup',function(){
31
- var $active = $('#demo_grid div.active');
32
- var val = $(this).val();
33
- if(isNaN(val)||val>12||val<1) return;
34
- var cw = $active.find('.grid').text().split(' ')[1];
35
-
36
- $active.removeClass('col-xs-'+cw).addClass('col-xs-'+$(this).val());
37
- $active.find('.grid').text('Grid '+ $(this).val() );
38
- });
39
-
40
- $('#col-offset').bind('keyup change',function(){
41
-
42
- var val = $(this).val();
43
- if(isNaN(val)||val>12||val<0) return;
44
-
45
- var $active = $('#demo_grid div.active');
46
-
47
-
48
- var cw = $active.find('.offset').text().split(' ')[1];
49
-
50
- if(isNaN(cw)||cw>12) return;
51
-
52
- $active.removeClass('offset'+cw).addClass('offset'+$(this).val());
53
- $active.find('.offset').text('Offset '+ $(this).val() );
54
- });
55
-
56
-
57
- $('.demo_col').live('click',function(){
58
- $('#demo_grid div').removeClass('active');
59
- $(this).addClass('active');
60
- var cw = $(this).find('.grid').text().split(' ')[1];
61
- var os = $(this).find('.offset').text().split(' ')[1];
62
- $('#col-width').val(cw);
63
- $('#col-offset').val(os);
64
-
65
- $('#col-edit').fadeIn();
66
-
67
- });
68
-
69
- $('#btn_insert').click(function(){
70
-
71
- var shortcodes = '[row class="row"]';
72
- $('#demo_grid > div').each(function(){
73
- var clss = $(this).attr('class').replace(' demo_col','');
74
- shortcodes+= '<br class="nc"/>[col class="'+clss+'"]Text[/col]';
75
-
76
- });
77
-
78
- shortcodes+= '<br class="nc"/>[/row]';
79
- parent.tinymce.activeEditor.execCommand('mceInsertContent',false,shortcodes);
80
-
81
- parent.tb_remove();
82
- });
83
-
84
- });
85
- function append_grid(cols){
86
-
87
- if(isNaN(cols)||cols>12) return;
88
-
89
- $('#btn_insert, h5.preview').fadeIn();
90
-
91
- var basewidth = Math.floor(12/cols);
92
- var extrawidth = 12- (basewidth*cols);
93
- var offset = 0;
94
-
95
- $('#demo_grid').empty();
96
-
97
- for(i=0;i<cols;i++){
98
- var cwidth = (extrawidth>0)?1:0;
99
- $('#demo_grid').append('<div class="col-xs-'+(basewidth+cwidth)+' demo_col"><span class="grid">Grid '+(basewidth+cwidth)+'</span> <span class="offset">Offset '+offset+'</span><h5>Click to edit</h5></div>');
100
- extrawidth--;
101
- }
102
- }
103
- </script>
104
-
105
- </head>
106
- <body>
107
- <div id="dws-wrapper">
108
- <div id="dws-grid">
109
- <form id="frm_create">
110
- <label>Number of columns</label>
111
- <input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="quantity" type="number" name="quantity" min="1" max="12">
112
- </form>
113
- <div id="col-edit" style="display:none;">
114
- <label>Grid</label><input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="col-width" name="col-width" value="1" type="number" min="1" max="12">
115
- <label>Offset</label><input placeholder='Input number from 1 - 12' required pattern="\b([0-9]|1[0-2])\b" id="col-offset" name="col-offset" value="0" type="number" min="0" max="12">
116
-
117
- </div>
118
- <h5 class="preview">Preview</h5>
119
- <div id="demo_grid" class="row show-grid"></div>
120
-
121
- <button id="btn_insert" class="btn btn-primary" >Insert shortcode</button>
122
- </div>
123
- </div>
124
- </body>
125
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/plugins/icons.html DELETED
@@ -1,251 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
- <link rel="stylesheet" href="../../css/bootstrap.css" />
6
- <link rel="stylesheet" href="../../css/admin.css" />
7
- <script type="text/javascript" src="../jquery.js"></script>
8
- <script type="text/javascript" src="../bootstrap.js"></script>
9
- <script type="text/javascript">
10
- (function($){
11
- $(document).ready(function() {
12
- $('.glyphicons').on('click', 'li', function(){
13
- var iclass= $(this).find('.glyphicon').attr('class');
14
-
15
- parent.tinymce.activeEditor.execCommand('mceInsertContent',false,'[icon name="'+iclass+'"]');
16
- parent.tb_remove()
17
- });
18
- });
19
- }(jQuery));
20
- </script>
21
- <style type="text/css">
22
- .glyphicons {
23
- padding-left: 0;
24
- list-style: none;
25
- }
26
- .glyphicons li {
27
- cursor: pointer;
28
- float: left;
29
- width: 12.5%;
30
- height: 100px;
31
- padding: 10px;
32
- margin: 0 -1px -1px 0;
33
- font-size: 12px;
34
- line-height: 1.4;
35
- text-align: center;
36
- border: 1px solid #DDD;
37
- }
38
- .glyphicons .glyphicon {
39
- display: block;
40
- margin: 5px auto 10px;
41
- font-size: 24px;
42
- }
43
- </style>
44
- </head>
45
- <body>
46
- <div id="dws-wrapper">
47
- <ul class="glyphicons">
48
- <li><span class="glyphicon glyphicon-adjust"></span>adjust</li>
49
- <li><span class="glyphicon glyphicon-align-center"></span>align-center</li>
50
- <li><span class="glyphicon glyphicon-align-justify"></span>align-justify</li>
51
- <li><span class="glyphicon glyphicon-align-left"></span>align-left</li>
52
- <li><span class="glyphicon glyphicon-align-right"></span>align-right</li>
53
- <li><span class="glyphicon glyphicon-arrow-down"></span>arrow-down</li>
54
- <li><span class="glyphicon glyphicon-arrow-left"></span>arrow-left</li>
55
- <li><span class="glyphicon glyphicon-arrow-right"></span>arrow-right</li>
56
- <li><span class="glyphicon glyphicon-arrow-up"></span>arrow-up</li>
57
- <li><span class="glyphicon glyphicon-asterisk"></span>asterisk</li>
58
- <li><span class="glyphicon glyphicon-backward"></span>backward</li>
59
- <li><span class="glyphicon glyphicon-ban-circle"></span>ban-circle</li>
60
- <li><span class="glyphicon glyphicon-barcode"></span>barcode</li>
61
- <li><span class="glyphicon glyphicon-bell"></span>bell</li>
62
- <li><span class="glyphicon glyphicon-bold"></span>bold</li>
63
- <li><span class="glyphicon glyphicon-book"></span>book</li>
64
- <li><span class="glyphicon glyphicon-bookmark"></span>bookmark</li>
65
- <li><span class="glyphicon glyphicon-briefcase"></span>briefcase</li>
66
- <li><span class="glyphicon glyphicon-bullhorn"></span>bullhorn</li>
67
- <li><span class="glyphicon glyphicon-calendar"></span>calendar</li>
68
- <li><span class="glyphicon glyphicon-camera"></span>camera</li>
69
- <li><span class="glyphicon glyphicon-certificate"></span>certificate</li>
70
- <li><span class="glyphicon glyphicon-check"></span>check</li>
71
- <li><span class="glyphicon glyphicon-chevron-down"></span>chevron-down</li>
72
- <li><span class="glyphicon glyphicon-chevron-left"></span>chevron-left</li>
73
- <li><span class="glyphicon glyphicon-chevron-right"></span>chevron-right</li>
74
- <li><span class="glyphicon glyphicon-chevron-up"></span>chevron-up</li>
75
- <li><span class="glyphicon glyphicon-circle-arrow-down"></span>circle-arrow-down</li>
76
- <li><span class="glyphicon glyphicon-circle-arrow-left"></span>circle-arrow-left</li>
77
- <li><span class="glyphicon glyphicon-circle-arrow-right"></span>circle-arrow-right</li>
78
- <li><span class="glyphicon glyphicon-circle-arrow-up"></span>circle-arrow-up</li>
79
- <li><span class="glyphicon glyphicon-cloud"></span>cloud</li>
80
- <li><span class="glyphicon glyphicon-cloud-download"></span>cloud-download</li>
81
- <li><span class="glyphicon glyphicon-cloud-upload"></span>cloud-upload</li>
82
- <li><span class="glyphicon glyphicon-cog"></span>cog</li>
83
- <li><span class="glyphicon glyphicon-collapse-down"></span>collapse-down</li>
84
- <li><span class="glyphicon glyphicon-collapse-up"></span>collapse-up</li>
85
- <li><span class="glyphicon glyphicon-comment"></span>comment</li>
86
- <li><span class="glyphicon glyphicon-compressed"></span>compressed</li>
87
- <li><span class="glyphicon glyphicon-copyright-mark"></span>copyright-mark</li>
88
- <li><span class="glyphicon glyphicon-credit-card"></span>credit-card</li>
89
- <li><span class="glyphicon glyphicon-cutlery"></span>cutlery</li>
90
- <li><span class="glyphicon glyphicon-dashboard"></span>dashboard</li>
91
- <li><span class="glyphicon glyphicon-download"></span>download</li>
92
- <li><span class="glyphicon glyphicon-download-alt"></span>download-alt</li>
93
- <li><span class="glyphicon glyphicon-earphone"></span>earphone</li>
94
- <li><span class="glyphicon glyphicon-edit"></span>edit</li>
95
- <li><span class="glyphicon glyphicon-eject"></span>eject</li>
96
- <li><span class="glyphicon glyphicon-envelope"></span>envelope</li>
97
- <li><span class="glyphicon glyphicon-euro"></span>euro</li>
98
- <li><span class="glyphicon glyphicon-exclamation-sign"></span>exclamation-sign</li>
99
- <li><span class="glyphicon glyphicon-expand"></span>expand</li>
100
- <li><span class="glyphicon glyphicon-export"></span>export</li>
101
- <li><span class="glyphicon glyphicon-eye-close"></span>eye-close</li>
102
- <li><span class="glyphicon glyphicon-eye-open"></span>eye-open</li>
103
- <li><span class="glyphicon glyphicon-facetime-video"></span>facetime-video</li>
104
- <li><span class="glyphicon glyphicon-fast-backward"></span>fast-backward</li>
105
- <li><span class="glyphicon glyphicon-fast-forward"></span>fast-forward</li>
106
- <li><span class="glyphicon glyphicon-file"></span>file</li>
107
- <li><span class="glyphicon glyphicon-film"></span>film</li>
108
- <li><span class="glyphicon glyphicon-filter"></span>filter</li>
109
- <li><span class="glyphicon glyphicon-fire"></span>fire</li>
110
- <li><span class="glyphicon glyphicon-flag"></span>flag</li>
111
- <li><span class="glyphicon glyphicon-flash"></span>flash</li>
112
- <li><span class="glyphicon glyphicon-floppy-disk"></span>floppy-disk</li>
113
- <li><span class="glyphicon glyphicon-floppy-open"></span>floppy-open</li>
114
- <li><span class="glyphicon glyphicon-floppy-remove"></span>floppy-remove</li>
115
- <li><span class="glyphicon glyphicon-floppy-save"></span>floppy-save</li>
116
- <li><span class="glyphicon glyphicon-floppy-saved"></span>floppy-saved</li>
117
- <li><span class="glyphicon glyphicon-folder-close"></span>folder-close</li>
118
- <li><span class="glyphicon glyphicon-folder-open"></span>folder-open</li>
119
- <li><span class="glyphicon glyphicon-font"></span>font</li>
120
- <li><span class="glyphicon glyphicon-forward"></span>forward</li>
121
- <li><span class="glyphicon glyphicon-fullscreen"></span>fullscreen</li>
122
- <li><span class="glyphicon glyphicon-gbp"></span>gbp</li>
123
- <li><span class="glyphicon glyphicon-gift"></span>gift</li>
124
- <li><span class="glyphicon glyphicon-glass"></span>glass</li>
125
- <li><span class="glyphicon glyphicon-globe"></span>globe</li>
126
- <li><span class="glyphicon glyphicon-hand-down"></span>hand-down</li>
127
- <li><span class="glyphicon glyphicon-hand-left"></span>hand-left</li>
128
- <li><span class="glyphicon glyphicon-hand-right"></span>hand-right</li>
129
- <li><span class="glyphicon glyphicon-hand-up"></span>hand-up</li>
130
- <li><span class="glyphicon glyphicon-hd-video"></span>hd-video</li>
131
- <li><span class="glyphicon glyphicon-hdd"></span>hdd</li>
132
- <li><span class="glyphicon glyphicon-header"></span>header</li>
133
- <li><span class="glyphicon glyphicon-headphones"></span>headphones</li>
134
- <li><span class="glyphicon glyphicon-heart"></span>heart</li>
135
- <li><span class="glyphicon glyphicon-heart-empty"></span>heart-empty</li>
136
- <li><span class="glyphicon glyphicon-home"></span>home</li>
137
- <li><span class="glyphicon glyphicon-import"></span>import</li>
138
- <li><span class="glyphicon glyphicon-inbox"></span>inbox</li>
139
- <li><span class="glyphicon glyphicon-indent-left"></span>indent-left</li>
140
- <li><span class="glyphicon glyphicon-indent-right"></span>indent-right</li>
141
- <li><span class="glyphicon glyphicon-info-sign"></span>info-sign</li>
142
- <li><span class="glyphicon glyphicon-italic"></span>italic</li>
143
- <li><span class="glyphicon glyphicon-leaf"></span>leaf</li>
144
- <li><span class="glyphicon glyphicon-link"></span>link</li>
145
- <li><span class="glyphicon glyphicon-list"></span>list</li>
146
- <li><span class="glyphicon glyphicon-list-alt"></span>list-alt</li>
147
- <li><span class="glyphicon glyphicon-lock"></span>lock</li>
148
- <li><span class="glyphicon glyphicon-log-in"></span>log-in</li>
149
- <li><span class="glyphicon glyphicon-log-out"></span>log-out</li>
150
- <li><span class="glyphicon glyphicon-magnet"></span>magnet</li>
151
- <li><span class="glyphicon glyphicon-map-marker"></span>map-marker</li>
152
- <li><span class="glyphicon glyphicon-minus"></span>minus</li>
153
- <li><span class="glyphicon glyphicon-minus-sign"></span>minus-sign</li>
154
- <li><span class="glyphicon glyphicon-move"></span>move</li>
155
- <li><span class="glyphicon glyphicon-music"></span>music</li>
156
- <li><span class="glyphicon glyphicon-new-window"></span>new-window</li>
157
- <li><span class="glyphicon glyphicon-off"></span>off</li>
158
- <li><span class="glyphicon glyphicon-ok"></span>ok</li>
159
- <li><span class="glyphicon glyphicon-ok-circle"></span>ok-circle</li>
160
- <li><span class="glyphicon glyphicon-ok-sign"></span>ok-sign</li>
161
- <li><span class="glyphicon glyphicon-open"></span>open</li>
162
- <li><span class="glyphicon glyphicon-paperclip"></span>paperclip</li>
163
- <li><span class="glyphicon glyphicon-pause"></span>pause</li>
164
- <li><span class="glyphicon glyphicon-pencil"></span>pencil</li>
165
- <li><span class="glyphicon glyphicon-phone"></span>phone</li>
166
- <li><span class="glyphicon glyphicon-phone-alt"></span>phone-alt</li>
167
- <li><span class="glyphicon glyphicon-picture"></span>picture</li>
168
- <li><span class="glyphicon glyphicon-plane"></span>plane</li>
169
- <li><span class="glyphicon glyphicon-play"></span>play</li>
170
- <li><span class="glyphicon glyphicon-play-circle"></span>play-circle</li>
171
- <li><span class="glyphicon glyphicon-plus"></span>plus</li>
172
- <li><span class="glyphicon glyphicon-plus-sign"></span>plus-sign</li>
173
- <li><span class="glyphicon glyphicon-print"></span>print</li>
174
- <li><span class="glyphicon glyphicon-pushpin"></span>pushpin</li>
175
- <li><span class="glyphicon glyphicon-qrcode"></span>qrcode</li>
176
- <li><span class="glyphicon glyphicon-question-sign"></span>question-sign</li>
177
- <li><span class="glyphicon glyphicon-random"></span>random</li>
178
- <li><span class="glyphicon glyphicon-record"></span>record</li>
179
- <li><span class="glyphicon glyphicon-refresh"></span>refresh</li>
180
- <li><span class="glyphicon glyphicon-registration-mark"></span>registration-mark</li>
181
- <li><span class="glyphicon glyphicon-remove"></span>remove</li>
182
- <li><span class="glyphicon glyphicon-remove-circle"></span>remove-circle</li>
183
- <li><span class="glyphicon glyphicon-remove-sign"></span>remove-sign</li>
184
- <li><span class="glyphicon glyphicon-repeat"></span>repeat</li>
185
- <li><span class="glyphicon glyphicon-resize-full"></span>resize-full</li>
186
- <li><span class="glyphicon glyphicon-resize-horizontal"></span>resize-horizontal</li>
187
- <li><span class="glyphicon glyphicon-resize-small"></span>resize-small</li>
188
- <li><span class="glyphicon glyphicon-resize-vertical"></span>resize-vertical</li>
189
- <li><span class="glyphicon glyphicon-retweet"></span>retweet</li>
190
- <li><span class="glyphicon glyphicon-road"></span>road</li>
191
- <li><span class="glyphicon glyphicon-save"></span>save</li>
192
- <li><span class="glyphicon glyphicon-saved"></span>saved</li>
193
- <li><span class="glyphicon glyphicon-screenshot"></span>screenshot</li>
194
- <li><span class="glyphicon glyphicon-sd-video"></span>sd-video</li>
195
- <li><span class="glyphicon glyphicon-search"></span>search</li>
196
- <li><span class="glyphicon glyphicon-send"></span>send</li>
197
- <li><span class="glyphicon glyphicon-share"></span>share</li>
198
- <li><span class="glyphicon glyphicon-share-alt"></span>share-alt</li>
199
- <li><span class="glyphicon glyphicon-shopping-cart"></span>shopping-cart</li>
200
- <li><span class="glyphicon glyphicon-signal"></span>signal</li>
201
- <li><span class="glyphicon glyphicon-sort"></span>sort</li>
202
- <li><span class="glyphicon glyphicon-sort-by-alphabet"></span>sort-by-alphabet</li>
203
- <li><span class="glyphicon glyphicon-sort-by-alphabet-alt"></span>sort-by-alphabet-alt</li>
204
- <li><span class="glyphicon glyphicon-sort-by-attributes"></span>sort-by-attributes</li>
205
- <li><span class="glyphicon glyphicon-sort-by-attributes-alt"></span>sort-by-attributes-alt</li>
206
- <li><span class="glyphicon glyphicon-sort-by-order"></span>sort-by-order</li>
207
- <li><span class="glyphicon glyphicon-sort-by-order-alt"></span>sort-by-order-alt</li>
208
- <li><span class="glyphicon glyphicon-sound-5-1"></span>sound-5-1</li>
209
- <li><span class="glyphicon glyphicon-sound-6-1"></span>sound-6-1</li>
210
- <li><span class="glyphicon glyphicon-sound-7-1"></span>sound-7-1</li>
211
- <li><span class="glyphicon glyphicon-sound-dolby"></span>sound-dolby</li>
212
- <li><span class="glyphicon glyphicon-sound-stereo"></span>sound-stereo</li>
213
- <li><span class="glyphicon glyphicon-star"></span>star</li>
214
- <li><span class="glyphicon glyphicon-star-empty"></span>star-empty</li>
215
- <li><span class="glyphicon glyphicon-stats"></span>stats</li>
216
- <li><span class="glyphicon glyphicon-step-backward"></span>step-backward</li>
217
- <li><span class="glyphicon glyphicon-step-forward"></span>step-forward</li>
218
- <li><span class="glyphicon glyphicon-stop"></span>stop</li>
219
- <li><span class="glyphicon glyphicon-subtitles"></span>subtitles</li>
220
- <li><span class="glyphicon glyphicon-tag"></span>tag</li>
221
- <li><span class="glyphicon glyphicon-tags"></span>tags</li>
222
- <li><span class="glyphicon glyphicon-tasks"></span>tasks</li>
223
- <li><span class="glyphicon glyphicon-text-height"></span>text-height</li>
224
- <li><span class="glyphicon glyphicon-text-width"></span>text-width</li>
225
- <li><span class="glyphicon glyphicon-th"></span>th</li>
226
- <li><span class="glyphicon glyphicon-th-large"></span>th-large</li>
227
- <li><span class="glyphicon glyphicon-th-list"></span>th-list</li>
228
- <li><span class="glyphicon glyphicon-thumbs-down"></span>thumbs-down</li>
229
- <li><span class="glyphicon glyphicon-thumbs-up"></span>thumbs-up</li>
230
- <li><span class="glyphicon glyphicon-time"></span>time</li>
231
- <li><span class="glyphicon glyphicon-tint"></span>tint</li>
232
- <li><span class="glyphicon glyphicon-tower"></span>tower</li>
233
- <li><span class="glyphicon glyphicon-transfer"></span>transfer</li>
234
- <li><span class="glyphicon glyphicon-trash"></span>trash</li>
235
- <li><span class="glyphicon glyphicon-tree-conifer"></span>tree-conifer</li>
236
- <li><span class="glyphicon glyphicon-tree-deciduous"></span>tree-deciduous</li>
237
- <li><span class="glyphicon glyphicon-unchecked"></span>unchecked</li>
238
- <li><span class="glyphicon glyphicon-upload"></span>upload</li>
239
- <li><span class="glyphicon glyphicon-usd"></span>usd</li>
240
- <li><span class="glyphicon glyphicon-user"></span>user</li>
241
- <li><span class="glyphicon glyphicon-volume-down"></span>volume-down</li>
242
- <li><span class="glyphicon glyphicon-volume-off"></span>volume-off</li>
243
- <li><span class="glyphicon glyphicon-volume-up"></span>volume-up</li>
244
- <li><span class="glyphicon glyphicon-warning-sign"></span>warning-sign</li>
245
- <li><span class="glyphicon glyphicon-wrench"></span>wrench</li>
246
- <li><span class="glyphicon glyphicon-zoom-in"></span>zoom-in</li>
247
- <li><span class="glyphicon glyphicon-zoom-out"></span>zoom-out</li>
248
- </ul>
249
- </div>
250
- </body>
251
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bootstrap-shortcodes.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Bootstrap Shortcodes
4
  Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
5
  Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
6
- Version: 1.0.0
7
  Author: Kevin Attfield
8
  Author URI: https://github.com/Sinetheta
9
 
@@ -12,122 +12,118 @@ Forked from DW Shortcodes Bootstrap http://wordpress.org/plugins/dw-shortcodes-b
12
 
13
  require_once('inc/dws_grid.php');
14
  require_once('inc/dws_alert.php');
 
15
  require_once('inc/dws_buttons.php');
16
  require_once('inc/dws_collapse.php');
17
  require_once('inc/dws_icons.php');
18
 
19
  class DesignwallShortcodes{
20
-
21
- function __construct()
22
- {
23
- //require_once('shortcodes.php');
24
- add_action('init',array(&$this, 'init'));
25
- add_action('admin_menu', array(&$this, 'dw_add_options_page'));
26
- register_activation_hook(__FILE__, array(&$this, 'dwsc_add_defaults'));
27
- add_action('admin_init', array(&$this, 'dwsc_init'));
28
- }
29
-
30
- function init(){
31
- $options = get_option('dwsc_options');
32
- if(!is_admin()){
33
- if( isset($options['chk_default_options_css']) && $options['chk_default_options_css'] ){
34
- wp_enqueue_style("dws_bootstrap", plugins_url('assets/css/bootstrap.css', __FILE__ ));
35
- wp_enqueue_style("dws_shortcodes", plugins_url('assets/css/shortcodes.css', __FILE__ ));
36
- }
37
- if( isset($options['chk_default_options_js']) && $options['chk_default_options_js'] )
38
- wp_enqueue_script('dws_bootstrap', plugins_url('assets/js/bootstrap.js', __FILE__ ),array('jquery'));
39
- } else {
40
- wp_enqueue_style("dws_admin_style", plugins_url('assets/css/admin.css', __FILE__ ));
41
  }
42
 
43
- if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
44
- return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  }
46
-
47
- if ( get_user_option('rich_editing') == 'true' ) {
48
- // wp_enqueue_style("dws_bootstrap", plugins_url('assets/css/bootstrap.css', __FILE__ ));
49
- add_filter( 'mce_external_plugins', array(&$this, 'regplugins') );
50
- add_filter( 'mce_buttons_3', array(&$this, 'regbtns') );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  }
52
- }
53
-
54
- function regbtns($buttons)
55
- {
56
- array_push($buttons, 'dws_grid');
57
- array_push($buttons, 'dws_collapse');
58
- array_push($buttons, 'dws_buttons');
59
- array_push($buttons, 'dws_alerts');
60
- array_push($buttons, 'dws_icons');
61
- return $buttons;
62
- }
63
-
64
- function regplugins($plgs)
65
- {
66
-
67
- $plgs['dws_grid'] = plugins_url('assets/js/plugins/grid.js', __FILE__ );
68
- $plgs['dws_collapse'] = plugins_url('assets/js/plugins/collapse.js', __FILE__ );
69
- $plgs['dws_buttons'] = plugins_url('assets/js/plugins/buttons.js', __FILE__ );
70
- $plgs['dws_alerts'] = plugins_url('assets/js/plugins/alert.js', __FILE__ );
71
- $plgs['dws_icons'] = plugins_url('assets/js/plugins/icons.js', __FILE__ );
72
- return $plgs;
73
- }
74
-
75
- /* Add menu page. */
76
- function dw_add_options_page() {
77
- add_options_page(__('Bootstrap Shortcodes options','dwshortcodes'), __('Bootstrap Shortcode options','dwshortcodes'), 'manage_options', __FILE__, array(&$this, 'dw_render_form'));
78
- }
79
-
80
- /* Define default option settings. */
81
- function dwsc_add_defaults() {
82
- $arr = array(
83
- "chk_default_options_css" => "1",
84
- "chk_default_options_js" => "1"
85
- );
86
- update_option( 'dwsc_options', $arr );
87
- }
88
-
89
- /* Init plugin options to white list our options. */
90
- function dwsc_init(){
91
-
92
- register_setting( 'dwsc_plugin_options', 'dwsc_options' );
93
-
94
- }
95
-
96
-
97
- function dw_render_form(){
98
- ?>
99
- <div class="wrap">
100
- <div class="icon32" id="icon-options-general"><br></div>
101
- <h2>Bootstrap Shortcodes Options</h2>
102
- <form method="post" action="options.php">
103
- <?php settings_fields('dwsc_plugin_options'); ?>
104
- <?php $options = get_option('dwsc_options'); ?>
105
- <table class="form-table">
106
-
107
- <tr><td colspan="2"><div style="margin-top:10px;"></div></td></tr>
108
-
109
- <tr valign="top" style="border-top:#dddddd 1px solid;">
110
- <th scope="row">Twitter Bootstrap CSS</th>
111
- <td>
112
- <label><input name="dwsc_options[chk_default_options_css]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_css'])) { checked('1', $options['chk_default_options_css']); } ?> /> Load Twitter Bootstrap css file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap css on your template</span>
113
- </td>
114
- </tr>
115
- <tr valign="top">
116
- <th scope="row">Twitter Bootstrap JS</th>
117
- <td>
118
- <label><input name="dwsc_options[chk_default_options_js]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_js'])) { checked('1', $options['chk_default_options_js']); } ?> /> Load Twitter Bootstrap javascript file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap javascript on your template</span>
119
- </td>
120
- </tr>
121
- </table>
122
- <p class="submit">
123
- <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
124
- </p>
125
- </form>
126
-
127
- </div>
128
- <?php
129
- }
130
 
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  }
133
  $dwcodes = new DesignwallShortcodes();
3
  Plugin Name: Bootstrap Shortcodes
4
  Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
5
  Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
6
+ Version: 1.1.0
7
  Author: Kevin Attfield
8
  Author URI: https://github.com/Sinetheta
9
 
12
 
13
  require_once('inc/dws_grid.php');
14
  require_once('inc/dws_alert.php');
15
+ require_once('inc/dws_well.php');
16
  require_once('inc/dws_buttons.php');
17
  require_once('inc/dws_collapse.php');
18
  require_once('inc/dws_icons.php');
19
 
20
  class DesignwallShortcodes{
21
+ function __construct() {
22
+ add_action('init',array(&$this, 'init'));
23
+ add_action('admin_menu', array(&$this, 'dw_add_options_page'));
24
+ register_activation_hook(__FILE__, array(&$this, 'dwsc_add_defaults'));
25
+ add_action('admin_init', array(&$this, 'dwsc_init'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
27
 
28
+ function init() {
29
+ $options = get_option('dwsc_options');
30
+ if(!is_admin()){
31
+ if( isset($options['chk_default_options_css']) && $options['chk_default_options_css'] ){
32
+ wp_enqueue_style("dws_bootstrap", plugins_url('css/bootstrap.css', __FILE__ ));
33
+ wp_enqueue_style("dws_shortcodes", plugins_url('css/shortcodes.css', __FILE__ ));
34
+ }
35
+ if( isset($options['chk_default_options_js']) && $options['chk_default_options_js'] )
36
+ wp_enqueue_script('dws_bootstrap', plugins_url('js/bootstrap.js', __FILE__ ),array('jquery'));
37
+ } else {
38
+ wp_enqueue_style("dws_admin_style", plugins_url('css/admin.css', __FILE__ ));
39
+ }
40
+
41
+ if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
42
+ return;
43
+ }
44
+
45
+ if ( get_user_option('rich_editing') == 'true' ) {
46
+ // wp_enqueue_style("dws_bootstrap", plugins_url('css/bootstrap.css', __FILE__ ));
47
+ add_filter( 'mce_external_plugins', array(&$this, 'regplugins') );
48
+ add_filter( 'mce_buttons_3', array(&$this, 'regbtns') );
49
+ }
50
  }
51
+
52
+ function regbtns($buttons) {
53
+ array_push($buttons, 'dws_grid');
54
+ array_push($buttons, 'dws_collapse');
55
+ array_push($buttons, 'dws_buttons');
56
+ array_push($buttons, 'dws_alerts');
57
+ array_push($buttons, 'dws_wells');
58
+ array_push($buttons, 'dws_icons');
59
+ return $buttons;
60
+ }
61
+
62
+ function regplugins($plgs) {
63
+
64
+ $plgs['dws_grid'] = plugins_url('js/plugins/grid.js', __FILE__ );
65
+ $plgs['dws_collapse'] = plugins_url('js/plugins/collapse.js', __FILE__ );
66
+ $plgs['dws_buttons'] = plugins_url('js/plugins/buttons.js', __FILE__ );
67
+ $plgs['dws_alerts'] = plugins_url('js/plugins/alert.js', __FILE__ );
68
+ $plgs['dws_wells'] = plugins_url('js/plugins/well.js', __FILE__ );
69
+ $plgs['dws_icons'] = plugins_url('js/plugins/icons.js', __FILE__ );
70
+ return $plgs;
71
+ }
72
+
73
+ /* Add menu page. */
74
+ function dw_add_options_page() {
75
+ add_options_page(__('Bootstrap Shortcodes options','dwshortcodes'), __('Bootstrap Shortcode options','dwshortcodes'), 'manage_options', __FILE__, array(&$this, 'dw_render_form'));
76
+ }
77
+
78
+ /* Define default option settings. */
79
+ function dwsc_add_defaults() {
80
+ $arr = array(
81
+ "chk_default_options_css" => "1",
82
+ "chk_default_options_js" => "1"
83
+ );
84
+ update_option( 'dwsc_options', $arr );
85
+ }
86
+
87
+ /* Init plugin options to white list our options. */
88
+ function dwsc_init(){
89
+
90
+ register_setting( 'dwsc_plugin_options', 'dwsc_options' );
91
+
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
 
95
+ function dw_render_form() {
96
+ ?>
97
+ <div class="wrap">
98
+ <div class="icon32" id="icon-options-general"><br></div>
99
+ <h2>Bootstrap Shortcodes Options</h2>
100
+ <form method="post" action="options.php">
101
+ <?php settings_fields('dwsc_plugin_options'); ?>
102
+ <?php $options = get_option('dwsc_options'); ?>
103
+ <table class="form-table">
104
+
105
+ <tr><td colspan="2"><div style="margin-top:10px;"></div></td></tr>
106
+
107
+ <tr valign="top" style="border-top:#dddddd 1px solid;">
108
+ <th scope="row">Twitter Bootstrap CSS</th>
109
+ <td>
110
+ <label><input name="dwsc_options[chk_default_options_css]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_css'])) { checked('1', $options['chk_default_options_css']); } ?> /> Load Twitter Bootstrap css file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap css on your template</span>
111
+ </td>
112
+ </tr>
113
+ <tr valign="top">
114
+ <th scope="row">Twitter Bootstrap JS</th>
115
+ <td>
116
+ <label><input name="dwsc_options[chk_default_options_js]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_js'])) { checked('1', $options['chk_default_options_js']); } ?> /> Load Twitter Bootstrap javascript file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap javascript on your template</span>
117
+ </td>
118
+ </tr>
119
+ </table>
120
+ <p class="submit">
121
+ <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
122
+ </p>
123
+ </form>
124
+
125
+ </div>
126
+ <?php
127
+ }
128
  }
129
  $dwcodes = new DesignwallShortcodes();
css/admin.css ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Editor
2
+ -------------------------------------------------------------- */
3
+ .wp_themeSkin .mceSplitButton span.mce_dws_grid,
4
+ .wp_themeSkin .mceSplitButton span.mce_dws_alerts,
5
+ .wp_themeSkin .mceSplitButton span.mce_dws_wells,
6
+ .wp_themeSkin .mceSplitButton span.mce_dws_buttons,
7
+ .wp_themeSkin span.mce_dws_icons,
8
+ .wp_themeSkin span.mce_dws_tabs,
9
+ .wp_themeSkin .mceSplitButton span.mce_dws_collapse {
10
+ background: url(../images/dwicons.png) no-repeat !important;
11
+ }
12
+
13
+ .wp_themeSkin .mceSplitButton span.mce_dws_grid {
14
+ background-position: -5px -19px !important;
15
+ }
16
+
17
+ .wp_themeSkin .mceSplitButton:hover span.mce_dws_grid,
18
+ .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_grid {
19
+ background-position: -5px 0 !important;
20
+ }
21
+
22
+ .wp_themeSkin .mceSplitButton span.mce_dws_alerts {
23
+ background-position: -25px -19px !important;
24
+ }
25
+
26
+ .wp_themeSkin .mceSplitButton:hover span.mce_dws_alerts,
27
+ .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_alerts {
28
+ background-position: -25px 0 !important;
29
+ }
30
+
31
+ .wp_themeSkin .mceSplitButton span.mce_dws_wells {
32
+ background-position: -129px -19px !important;
33
+ }
34
+
35
+ .wp_themeSkin .mceSplitButton:hover span.mce_dws_wells,
36
+ .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_wells {
37
+ background-position: -129px 0 !important;
38
+ }
39
+
40
+ .wp_themeSkin .mceSplitButton span.mce_dws_buttons {
41
+ background-position: -46px -19px !important;
42
+ }
43
+
44
+ .wp_themeSkin .mceSplitButton:hover span.mce_dws_buttons,
45
+ .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_buttons {
46
+ background-position: -46px 0 !important;
47
+ }
48
+
49
+ .wp_themeSkin span.mce_dws_icons {
50
+ background-position: -67px -20px !important;
51
+ }
52
+
53
+ .wp_themeSkin span.mce_dws_icons:hover {
54
+ background-position: -67px -1px !important;
55
+ }
56
+
57
+ .wp_themeSkin span.mce_dws_tabs {
58
+ background-position: -88px -20px !important;
59
+ }
60
+
61
+ .wp_themeSkin span.mce_dws_tabs:hover {
62
+ background-position: -88px -1px !important;
63
+ }
64
+
65
+ .wp_themeSkin .mceSplitButton span.mce_dws_collapse {
66
+ background-position: -109px -20px !important;
67
+ }
68
+
69
+ .wp_themeSkin .mceSplitButton:hover span.mce_dws_collapse,
70
+ .wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_collapse {
71
+ background-position: -109px -1px !important;
72
+ }
73
+
74
+ .mceMenu label {
75
+ display: block;
76
+ margin: 10px 0 0;
77
+ }
78
+
79
+ .mceMenu input[type=text],
80
+ .mceMenu select {
81
+ clear: both;
82
+ display: block;
83
+ -webkit-box-sizing: border-box;
84
+ -moz-box-sizing: border-box;
85
+ -ms-box-sizing: border-box;
86
+ box-sizing: border-box;
87
+ width: 100%;
88
+ min-width: 160px;
89
+ padding: 3px;
90
+ margin: 5px 0 0;
91
+ }
92
+
93
+ /* Iframe
94
+ -------------------------------------------------------------- */
95
+ #dws-wrapper {
96
+ padding: 20px;
97
+ }
98
+
99
+ #dws-wrapper .nav-tabs > .active > a > [class^="icon-"],
100
+ #dws-wrapper .nav-tabs > .active > a > [class*=" icon-"] {
101
+ background-image: url("../images/glyphicons-halflings.png");
102
+ }
103
+
104
+ #dws-wrapper .nav-tabs .add-new {
105
+ float: right;
106
+ }
107
+
108
+ #dws-wrapper .nav-tabs li a {
109
+ outline: none;
110
+ }
111
+
112
+ #dws-wrapper .nav-tabs .delete-tab {
113
+ margin: 0 0 0 5px;
114
+ display: none;
115
+ height: 16px;
116
+ line-height: 12px;
117
+ text-align: center;
118
+ width: 16px;
119
+ }
120
+
121
+ #dws-wrapper .nav-tabs .active .delete-tab {
122
+ display: inline-block;
123
+ }
124
+
125
+ #dws-wrapper .nav-tabs .active .delete-tab:hover {
126
+ background: #bbb;
127
+ border-radius: 20px;
128
+ color: #fff;
129
+ }
130
+
131
+ #dws-wrapper .tab-content textarea {
132
+ -webkit-box-sizing: border-box;
133
+ -moz-box-sizing: border-box;
134
+ -ms-box-sizing: border-box;
135
+ box-sizing: border-box;
136
+ width: 100% !important;
137
+ height: 120px;
138
+ min-height: 120px;
139
+ }
140
+
141
+ #dws-wrapper .tab-content input[type=text],
142
+ #dws-wrapper .tab-content select,
143
+ #dws-wrapper #dws-grid input[type=number] {
144
+ -webkit-box-sizing: border-box;
145
+ -moz-box-sizing: border-box;
146
+ -ms-box-sizing: border-box;
147
+ box-sizing: border-box;
148
+ width: 50%;
149
+ height: 30px;
150
+ }
151
+
152
+ #dws-wrapper #dws-grid form {
153
+ margin: 0;
154
+ }
155
+
156
+ .show-grid {
157
+ margin-bottom: 20px;
158
+ margin-top: 10px;
159
+ }
160
+
161
+ .show-grid h5 {
162
+ font-size: 92%;
163
+ font-weight: normal;
164
+ color: #999;
165
+ }
166
+
167
+ .show-grid [class*="col-"] {
168
+ background-color: #EEEEEE;
169
+ border: 1px solid #eee;
170
+ border-radius: 3px 3px 3px 3px;
171
+ padding: 10px 10px 0;
172
+ text-align: center;
173
+ }
174
+
175
+ .show-grid:hover [class*="col-"] {
176
+ background: none repeat scroll 0 0 #DDDDDD;
177
+ border-color: #ddd;
178
+ }
179
+
180
+ .show-grid .show-grid {
181
+ margin-bottom: 0;
182
+ margin-top: 0;
183
+ }
184
+
185
+ .show-grid .show-grid [class*="col-"] {
186
+ background-color: #CCCCCC;
187
+ }
188
+
189
+ .show-grid [class*="col-"].active {
190
+ background: #fff;
191
+ border: 1px solid #ccc;
192
+ }
css/bootstrap-non-responsive.css ADDED
@@ -0,0 +1,4447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v2.1.1
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+ .clearfix {
11
+ *zoom: 1;
12
+ }
13
+ .clearfix:before,
14
+ .clearfix:after {
15
+ display: table;
16
+ content: "";
17
+ line-height: 0;
18
+ }
19
+ .clearfix:after {
20
+ clear: both;
21
+ }
22
+ .hide-text {
23
+ font: 0/0 a;
24
+ color: transparent;
25
+ text-shadow: none;
26
+ background-color: transparent;
27
+ border: 0;
28
+ }
29
+ .input-block-level {
30
+ display: block;
31
+ width: 100%;
32
+ min-height: 30px;
33
+ -webkit-box-sizing: border-box;
34
+ -moz-box-sizing: border-box;
35
+ box-sizing: border-box;
36
+ }
37
+ article,
38
+ aside,
39
+ details,
40
+ figcaption,
41
+ figure,
42
+ footer,
43
+ header,
44
+ hgroup,
45
+ nav,
46
+ section {
47
+ display: block;
48
+ }
49
+ audio,
50
+ canvas,
51
+ video {
52
+ display: inline-block;
53
+ *display: inline;
54
+ *zoom: 1;
55
+ }
56
+ audio:not([controls]) {
57
+ display: none;
58
+ }
59
+ html {
60
+ font-size: 100%;
61
+ -webkit-text-size-adjust: 100%;
62
+ -ms-text-size-adjust: 100%;
63
+ }
64
+ a:focus {
65
+ outline: thin dotted #333;
66
+ outline: 5px auto -webkit-focus-ring-color;
67
+ outline-offset: -2px;
68
+ }
69
+ a:hover,
70
+ a:active {
71
+ outline: 0;
72
+ }
73
+ sub,
74
+ sup {
75
+ position: relative;
76
+ font-size: 75%;
77
+ line-height: 0;
78
+ vertical-align: baseline;
79
+ }
80
+ sup {
81
+ top: -0.5em;
82
+ }
83
+ sub {
84
+ bottom: -0.25em;
85
+ }
86
+ img {
87
+ /* Responsive images (ensure images don't scale beyond their parents) */
88
+
89
+ max-width: 100%;
90
+ /* Part 1: Set a maxium relative to the parent */
91
+
92
+ width: auto\9;
93
+ /* IE7-8 need help adjusting responsive images */
94
+
95
+ height: auto;
96
+ /* Part 2: Scale the height according to the width, otherwise you get stretching */
97
+
98
+ vertical-align: middle;
99
+ border: 0;
100
+ -ms-interpolation-mode: bicubic;
101
+ }
102
+ #map_canvas img {
103
+ max-width: none;
104
+ }
105
+ button,
106
+ input,
107
+ select,
108
+ textarea {
109
+ margin: 0;
110
+ font-size: 100%;
111
+ vertical-align: middle;
112
+ }
113
+ button,
114
+ input {
115
+ *overflow: visible;
116
+ line-height: normal;
117
+ }
118
+ button::-moz-focus-inner,
119
+ input::-moz-focus-inner {
120
+ padding: 0;
121
+ border: 0;
122
+ }
123
+ button,
124
+ input[type="button"],
125
+ input[type="reset"],
126
+ input[type="submit"] {
127
+ cursor: pointer;
128
+ -webkit-appearance: button;
129
+ }
130
+ input[type="search"] {
131
+ -webkit-box-sizing: content-box;
132
+ -moz-box-sizing: content-box;
133
+ box-sizing: content-box;
134
+ -webkit-appearance: textfield;
135
+ }
136
+ input[type="search"]::-webkit-search-decoration,
137
+ input[type="search"]::-webkit-search-cancel-button {
138
+ -webkit-appearance: none;
139
+ }
140
+ textarea {
141
+ overflow: auto;
142
+ vertical-align: top;
143
+ }
144
+ body {
145
+ margin: 0;
146
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
147
+ font-size: 14px;
148
+ line-height: 20px;
149
+ color: #333333;
150
+ background-color: #ffffff;
151
+ }
152
+ a {
153
+ color: #0088cc;
154
+ text-decoration: none;
155
+ }
156
+ a:hover {
157
+ color: #005580;
158
+ text-decoration: underline;
159
+ }
160
+ .img-rounded {
161
+ -webkit-border-radius: 6px;
162
+ -moz-border-radius: 6px;
163
+ border-radius: 6px;
164
+ }
165
+ .img-polaroid {
166
+ padding: 4px;
167
+ background-color: #fff;
168
+ border: 1px solid #ccc;
169
+ border: 1px solid rgba(0, 0, 0, 0.2);
170
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
171
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
172
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
173
+ }
174
+ .img-circle {
175
+ -webkit-border-radius: 500px;
176
+ -moz-border-radius: 500px;
177
+ border-radius: 500px;
178
+ }
179
+ .row {
180
+ margin-left: -20px;
181
+ *zoom: 1;
182
+ }
183
+ .row:before,
184
+ .row:after {
185
+ display: table;
186
+ content: "";
187
+ line-height: 0;
188
+ }
189
+ .row:after {
190
+ clear: both;
191
+ }
192
+ [class*="span"] {
193
+ float: left;
194
+ min-height: 1px;
195
+ margin-left: 20px;
196
+ }
197
+ .container,
198
+ .navbar-static-top .container,
199
+ .navbar-fixed-top .container,
200
+ .navbar-fixed-bottom .container {
201
+ width: 940px;
202
+ }
203
+ .span12 {
204
+ width: 940px;
205
+ }
206
+ .span11 {
207
+ width: 860px;
208
+ }
209
+ .span10 {
210
+ width: 780px;
211
+ }
212
+ .span9 {
213
+ width: 700px;
214
+ }
215
+ .span8 {
216
+ width: 620px;
217
+ }
218
+ .span7 {
219
+ width: 540px;
220
+ }
221
+ .span6 {
222
+ width: 460px;
223
+ }
224
+ .span5 {
225
+ width: 380px;
226
+ }
227
+ .span4 {
228
+ width: 300px;
229
+ }
230
+ .span3 {
231
+ width: 220px;
232
+ }
233
+ .span2 {
234
+ width: 140px;
235
+ }
236
+ .span1 {
237
+ width: 60px;
238
+ }
239
+ .offset12 {
240
+ margin-left: 980px;
241
+ }
242
+ .offset11 {
243
+ margin-left: 900px;
244
+ }
245
+ .offset10 {
246
+ margin-left: 820px;
247
+ }
248
+ .offset9 {
249
+ margin-left: 740px;
250
+ }
251
+ .offset8 {
252
+ margin-left: 660px;
253
+ }
254
+ .offset7 {
255
+ margin-left: 580px;
256
+ }
257
+ .offset6 {
258
+ margin-left: 500px;
259
+ }
260
+ .offset5 {
261
+ margin-left: 420px;
262
+ }
263
+ .offset4 {
264
+ margin-left: 340px;
265
+ }
266
+ .offset3 {
267
+ margin-left: 260px;
268
+ }
269
+ .offset2 {
270
+ margin-left: 180px;
271
+ }
272
+ .offset1 {
273
+ margin-left: 100px;
274
+ }
275
+ .row-fluid {
276
+ width: 100%;
277
+ *zoom: 1;
278
+ }
279
+ .row-fluid:before,
280
+ .row-fluid:after {
281
+ display: table;
282
+ content: "";
283
+ line-height: 0;
284
+ }
285
+ .row-fluid:after {
286
+ clear: both;
287
+ }
288
+ .row-fluid [class*="span"] {
289
+ display: block;
290
+ width: 100%;
291
+ min-height: 30px;
292
+ -webkit-box-sizing: border-box;
293
+ -moz-box-sizing: border-box;
294
+ box-sizing: border-box;
295
+ float: left;
296
+ margin-left: 2.127659574468085%;
297
+ *margin-left: 2.074468085106383%;
298
+ }
299
+ .row-fluid [class*="span"]:first-child {
300
+ margin-left: 0;
301
+ }
302
+ .row-fluid .span12 {
303
+ width: 100%;
304
+ *width: 99.94680851063829%;
305
+ }
306
+ .row-fluid .span11 {
307
+ width: 91.48936170212765%;
308
+ *width: 91.43617021276594%;
309
+ }
310
+ .row-fluid .span10 {
311
+ width: 82.97872340425532%;
312
+ *width: 82.92553191489361%;
313
+ }
314
+ .row-fluid .span9 {
315
+ width: 74.46808510638297%;
316
+ *width: 74.41489361702126%;
317
+ }
318
+ .row-fluid .span8 {
319
+ width: 65.95744680851064%;
320
+ *width: 65.90425531914893%;
321
+ }
322
+ .row-fluid .span7 {
323
+ width: 57.44680851063829%;
324
+ *width: 57.39361702127659%;
325
+ }
326
+ .row-fluid .span6 {
327
+ width: 48.93617021276595%;
328
+ *width: 48.88297872340425%;
329
+ }
330
+ .row-fluid .span5 {
331
+ width: 40.42553191489362%;
332
+ *width: 40.37234042553192%;
333
+ }
334
+ .row-fluid .span4 {
335
+ width: 31.914893617021278%;
336
+ *width: 31.861702127659576%;
337
+ }
338
+ .row-fluid .span3 {
339
+ width: 23.404255319148934%;
340
+ *width: 23.351063829787233%;
341
+ }
342
+ .row-fluid .span2 {
343
+ width: 14.893617021276595%;
344
+ *width: 14.840425531914894%;
345
+ }
346
+ .row-fluid .span1 {
347
+ width: 6.382978723404255%;
348
+ *width: 6.329787234042553%;
349
+ }
350
+ .row-fluid .offset12 {
351
+ margin-left: 104.25531914893617%;
352
+ *margin-left: 104.14893617021275%;
353
+ }
354
+ .row-fluid .offset12:first-child {
355
+ margin-left: 102.12765957446808%;
356
+ *margin-left: 102.02127659574467%;
357
+ }
358
+ .row-fluid .offset11 {
359
+ margin-left: 95.74468085106382%;
360
+ *margin-left: 95.6382978723404%;
361
+ }
362
+ .row-fluid .offset11:first-child {
363
+ margin-left: 93.61702127659574%;
364
+ *margin-left: 93.51063829787232%;
365
+ }
366
+ .row-fluid .offset10 {
367
+ margin-left: 87.23404255319149%;
368
+ *margin-left: 87.12765957446807%;
369
+ }
370
+ .row-fluid .offset10:first-child {
371
+ margin-left: 85.1063829787234%;
372
+ *margin-left: 84.99999999999999%;
373
+ }
374
+ .row-fluid .offset9 {
375
+ margin-left: 78.72340425531914%;
376
+ *margin-left: 78.61702127659572%;
377
+ }
378
+ .row-fluid .offset9:first-child {
379
+ margin-left: 76.59574468085106%;
380
+ *margin-left: 76.48936170212764%;
381
+ }
382
+ .row-fluid .offset8 {
383
+ margin-left: 70.2127659574468%;
384
+ *margin-left: 70.10638297872339%;
385
+ }
386
+ .row-fluid .offset8:first-child {
387
+ margin-left: 68.08510638297872%;
388
+ *margin-left: 67.9787234042553%;
389
+ }
390
+ .row-fluid .offset7 {
391
+ margin-left: 61.70212765957446%;
392
+ *margin-left: 61.59574468085106%;
393
+ }
394
+ .row-fluid .offset7:first-child {
395
+ margin-left: 59.574468085106375%;
396
+ *margin-left: 59.46808510638297%;
397
+ }
398
+ .row-fluid .offset6 {
399
+ margin-left: 53.191489361702125%;
400
+ *margin-left: 53.085106382978715%;
401
+ }
402
+ .row-fluid .offset6:first-child {
403
+ margin-left: 51.063829787234035%;
404
+ *margin-left: 50.95744680851063%;
405
+ }
406
+ .row-fluid .offset5 {
407
+ margin-left: 44.68085106382979%;
408
+ *margin-left: 44.57446808510638%;
409
+ }
410
+ .row-fluid .offset5:first-child {
411
+ margin-left: 42.5531914893617%;
412
+ *margin-left: 42.4468085106383%;
413
+ }
414
+ .row-fluid .offset4 {
415
+ margin-left: 36.170212765957444%;
416
+ *margin-left: 36.06382978723405%;
417
+ }
418
+ .row-fluid .offset4:first-child {
419
+ margin-left: 34.04255319148936%;
420
+ *margin-left: 33.93617021276596%;
421
+ }
422
+ .row-fluid .offset3 {
423
+ margin-left: 27.659574468085104%;
424
+ *margin-left: 27.5531914893617%;
425
+ }
426
+ .row-fluid .offset3:first-child {
427
+ margin-left: 25.53191489361702%;
428
+ *margin-left: 25.425531914893618%;
429
+ }
430
+ .row-fluid .offset2 {
431
+ margin-left: 19.148936170212764%;
432
+ *margin-left: 19.04255319148936%;
433
+ }
434
+ .row-fluid .offset2:first-child {
435
+ margin-left: 17.02127659574468%;
436
+ *margin-left: 16.914893617021278%;
437
+ }
438
+ .row-fluid .offset1 {
439
+ margin-left: 10.638297872340425%;
440
+ *margin-left: 10.53191489361702%;
441
+ }
442
+ .row-fluid .offset1:first-child {
443
+ margin-left: 8.51063829787234%;
444
+ *margin-left: 8.404255319148938%;
445
+ }
446
+ [class*="span"].hide,
447
+ .row-fluid [class*="span"].hide {
448
+ display: none;
449
+ }
450
+ [class*="span"].pull-right,
451
+ .row-fluid [class*="span"].pull-right {
452
+ float: right;
453
+ }
454
+ .container {
455
+ margin-right: auto;
456
+ margin-left: auto;
457
+ *zoom: 1;
458
+ }
459
+ .container:before,
460
+ .container:after {
461
+ display: table;
462
+ content: "";
463
+ line-height: 0;
464
+ }
465
+ .container:after {
466
+ clear: both;
467
+ }
468
+ .container-fluid {
469
+ padding-right: 20px;
470
+ padding-left: 20px;
471
+ *zoom: 1;
472
+ }
473
+ .container-fluid:before,
474
+ .container-fluid:after {
475
+ display: table;
476
+ content: "";
477
+ line-height: 0;
478
+ }
479
+ .container-fluid:after {
480
+ clear: both;
481
+ }
482
+ p {
483
+ margin: 0 0 10px;
484
+ }
485
+ .lead {
486
+ margin-bottom: 20px;
487
+ font-size: 21px;
488
+ font-weight: 200;
489
+ line-height: 30px;
490
+ }
491
+ small {
492
+ font-size: 85%;
493
+ }
494
+ strong {
495
+ font-weight: bold;
496
+ }
497
+ em {
498
+ font-style: italic;
499
+ }
500
+ cite {
501
+ font-style: normal;
502
+ }
503
+ .muted {
504
+ color: #999999;
505
+ }
506
+ .text-warning {
507
+ color: #c09853;
508
+ }
509
+ .text-error {
510
+ color: #b94a48;
511
+ }
512
+ .text-info {
513
+ color: #3a87ad;
514
+ }
515
+ .text-success {
516
+ color: #468847;
517
+ }
518
+ h1,
519
+ h2,
520
+ h3,
521
+ h4,
522
+ h5,
523
+ h6 {
524
+ margin: 10px 0;
525
+ font-family: inherit;
526
+ font-weight: bold;
527
+ line-height: 1;
528
+ color: inherit;
529
+ text-rendering: optimizelegibility;
530
+ }
531
+ h1 small,
532
+ h2 small,
533
+ h3 small,
534
+ h4 small,
535
+ h5 small,
536
+ h6 small {
537
+ font-weight: normal;
538
+ line-height: 1;
539
+ color: #999999;
540
+ }
541
+ h1 {
542
+ font-size: 36px;
543
+ line-height: 40px;
544
+ }
545
+ h2 {
546
+ font-size: 30px;
547
+ line-height: 40px;
548
+ }
549
+ h3 {
550
+ font-size: 24px;
551
+ line-height: 40px;
552
+ }
553
+ h4 {
554
+ font-size: 18px;
555
+ line-height: 20px;
556
+ }
557
+ h5 {
558
+ font-size: 14px;
559
+ line-height: 20px;
560
+ }
561
+ h6 {
562
+ font-size: 12px;
563
+ line-height: 20px;
564
+ }
565
+ h1 small {
566
+ font-size: 24px;
567
+ }
568
+ h2 small {
569
+ font-size: 18px;
570
+ }
571
+ h3 small {
572
+ font-size: 14px;
573
+ }
574
+ h4 small {
575
+ font-size: 14px;
576
+ }
577
+ .page-header {
578
+ padding-bottom: 9px;
579
+ margin: 20px 0 30px;
580
+ border-bottom: 1px solid #eeeeee;
581
+ }
582
+ ul,
583
+ ol {
584
+ padding: 0;
585
+ margin: 0 0 10px 25px;
586
+ }
587
+ ul ul,
588
+ ul ol,
589
+ ol ol,
590
+ ol ul {
591
+ margin-bottom: 0;
592
+ }
593
+ li {
594
+ line-height: 20px;
595
+ }
596
+ ul.unstyled,
597
+ ol.unstyled {
598
+ margin-left: 0;
599
+ list-style: none;
600
+ }
601
+ dl {
602
+ margin-bottom: 20px;
603
+ }
604
+ dt,
605
+ dd {
606
+ line-height: 20px;
607
+ }
608
+ dt {
609
+ font-weight: bold;
610
+ }
611
+ dd {
612
+ margin-left: 10px;
613
+ }
614
+ .dl-horizontal {
615
+ *zoom: 1;
616
+ }
617
+ .dl-horizontal:before,
618
+ .dl-horizontal:after {
619
+ display: table;
620
+ content: "";
621
+ line-height: 0;
622
+ }
623
+ .dl-horizontal:after {
624
+ clear: both;
625
+ }
626
+ .dl-horizontal dt {
627
+ float: left;
628
+ width: 160px;
629
+ clear: left;
630
+ text-align: right;
631
+ overflow: hidden;
632
+ text-overflow: ellipsis;
633
+ white-space: nowrap;
634
+ }
635
+ .dl-horizontal dd {
636
+ margin-left: 180px;
637
+ }
638
+ hr {
639
+ margin: 20px 0;
640
+ border: 0;
641
+ border-top: 1px solid #eeeeee;
642
+ border-bottom: 1px solid #ffffff;
643
+ }
644
+ abbr[title] {
645
+ cursor: help;
646
+ border-bottom: 1px dotted #999999;
647
+ }
648
+ abbr.initialism {
649
+ font-size: 90%;
650
+ text-transform: uppercase;
651
+ }
652
+ blockquote {
653
+ padding: 0 0 0 15px;
654
+ margin: 0 0 20px;
655
+ border-left: 5px solid #eeeeee;
656
+ }
657
+ blockquote p {
658
+ margin-bottom: 0;
659
+ font-size: 16px;
660
+ font-weight: 300;
661
+ line-height: 25px;
662
+ }
663
+ blockquote small {
664
+ display: block;
665
+ line-height: 20px;
666
+ color: #999999;
667
+ }
668
+ blockquote small:before {
669
+ content: '\2014 \00A0';
670
+ }
671
+ blockquote.pull-right {
672
+ float: right;
673
+ padding-right: 15px;
674
+ padding-left: 0;
675
+ border-right: 5px solid #eeeeee;
676
+ border-left: 0;
677
+ }
678
+ blockquote.pull-right p,
679
+ blockquote.pull-right small {
680
+ text-align: right;
681
+ }
682
+ blockquote.pull-right small:before {
683
+ content: '';
684
+ }
685
+ blockquote.pull-right small:after {
686
+ content: '\00A0 \2014';
687
+ }
688
+ q:before,
689
+ q:after,
690
+ blockquote:before,
691
+ blockquote:after {
692
+ content: "";
693
+ }
694
+ address {
695
+ display: block;
696
+ margin-bottom: 20px;
697
+ font-style: normal;
698
+ line-height: 20px;
699
+ }
700
+ code,
701
+ pre {
702
+ padding: 0 3px 2px;
703
+ font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
704
+ font-size: 12px;
705
+ color: #333333;
706
+ -webkit-border-radius: 3px;
707
+ -moz-border-radius: 3px;
708
+ border-radius: 3px;
709
+ }
710
+ code {
711
+ padding: 2px 4px;
712
+ color: #d14;
713
+ background-color: #f7f7f9;
714
+ border: 1px solid #e1e1e8;
715
+ }
716
+ pre {
717
+ display: block;
718
+ padding: 9.5px;
719
+ margin: 0 0 10px;
720
+ font-size: 13px;
721
+ line-height: 20px;
722
+ word-break: break-all;
723
+ word-wrap: break-word;
724
+ white-space: pre;
725
+ white-space: pre-wrap;
726
+ background-color: #f5f5f5;
727
+ border: 1px solid #ccc;
728
+ border: 1px solid rgba(0, 0, 0, 0.15);
729
+ -webkit-border-radius: 4px;
730
+ -moz-border-radius: 4px;
731
+ border-radius: 4px;
732
+ }
733
+ pre.prettyprint {
734
+ margin-bottom: 20px;
735
+ }
736
+ pre code {
737
+ padding: 0;
738
+ color: inherit;
739
+ background-color: transparent;
740
+ border: 0;
741
+ }
742
+ .pre-scrollable {
743
+ max-height: 340px;
744
+ overflow-y: scroll;
745
+ }
746
+ .label,
747
+ .badge {
748
+ font-size: 11.844px;
749
+ font-weight: bold;
750
+ line-height: 14px;
751
+ color: #ffffff;
752
+ vertical-align: baseline;
753
+ white-space: nowrap;
754
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
755
+ background-color: #999999;
756
+ }
757
+ .label {
758
+ padding: 1px 4px 2px;
759
+ -webkit-border-radius: 3px;
760
+ -moz-border-radius: 3px;
761
+ border-radius: 3px;
762
+ }
763
+ .badge {
764
+ padding: 1px 9px 2px;
765
+ -webkit-border-radius: 9px;
766
+ -moz-border-radius: 9px;
767
+ border-radius: 9px;
768
+ }
769
+ a.label:hover,
770
+ a.badge:hover {
771
+ color: #ffffff;
772
+ text-decoration: none;
773
+ cursor: pointer;
774
+ }
775
+ .label-important,
776
+ .badge-important {
777
+ background-color: #b94a48;
778
+ }
779
+ .label-important[href],
780
+ .badge-important[href] {
781
+ background-color: #953b39;
782
+ }
783
+ .label-warning,
784
+ .badge-warning {
785
+ background-color: #f89406;
786
+ }
787
+ .label-warning[href],
788
+ .badge-warning[href] {
789
+ background-color: #c67605;
790
+ }
791
+ .label-success,
792
+ .badge-success {
793
+ background-color: #468847;
794
+ }
795
+ .label-success[href],
796
+ .badge-success[href] {
797
+ background-color: #356635;
798
+ }
799
+ .label-info,
800
+ .badge-info {
801
+ background-color: #3a87ad;
802
+ }
803
+ .label-info[href],
804
+ .badge-info[href] {
805
+ background-color: #2d6987;
806
+ }
807
+ .label-inverse,
808
+ .badge-inverse {
809
+ background-color: #333333;
810
+ }
811
+ .label-inverse[href],
812
+ .badge-inverse[href] {
813
+ background-color: #1a1a1a;
814
+ }
815
+ .btn .label,
816
+ .btn .badge {
817
+ position: relative;
818
+ top: -1px;
819
+ }
820
+ .btn-mini .label,
821
+ .btn-mini .badge {
822
+ top: 0;
823
+ }
824
+ table {
825
+ max-width: 100%;
826
+ background-color: transparent;
827
+ border-collapse: collapse;
828
+ border-spacing: 0;
829
+ }
830
+ .table {
831
+ width: 100%;
832
+ margin-bottom: 20px;
833
+ }
834
+ .table th,
835
+ .table td {
836
+ padding: 8px;
837
+ line-height: 20px;
838
+ text-align: left;
839
+ vertical-align: top;
840
+ border-top: 1px solid #dddddd;
841
+ }
842
+ .table th {
843
+ font-weight: bold;
844
+ }
845
+ .table thead th {
846
+ vertical-align: bottom;
847
+ }
848
+ .table caption + thead tr:first-child th,
849
+ .table caption + thead tr:first-child td,
850
+ .table colgroup + thead tr:first-child th,
851
+ .table colgroup + thead tr:first-child td,
852
+ .table thead:first-child tr:first-child th,
853
+ .table thead:first-child tr:first-child td {
854
+ border-top: 0;
855
+ }
856
+ .table tbody + tbody {
857
+ border-top: 2px solid #dddddd;
858
+ }
859
+ .table-condensed th,
860
+ .table-condensed td {
861
+ padding: 4px 5px;
862
+ }
863
+ .table-bordered {
864
+ border: 1px solid #dddddd;
865
+ border-collapse: separate;
866
+ *border-collapse: collapse;
867
+ border-left: 0;
868
+ -webkit-border-radius: 4px;
869
+ -moz-border-radius: 4px;
870
+ border-radius: 4px;
871
+ }
872
+ .table-bordered th,
873
+ .table-bordered td {
874
+ border-left: 1px solid #dddddd;
875
+ }
876
+ .table-bordered caption + thead tr:first-child th,
877
+ .table-bordered caption + tbody tr:first-child th,
878
+ .table-bordered caption + tbody tr:first-child td,
879
+ .table-bordered colgroup + thead tr:first-child th,
880
+ .table-bordered colgroup + tbody tr:first-child th,
881
+ .table-bordered colgroup + tbody tr:first-child td,
882
+ .table-bordered thead:first-child tr:first-child th,
883
+ .table-bordered tbody:first-child tr:first-child th,
884
+ .table-bordered tbody:first-child tr:first-child td {
885
+ border-top: 0;
886
+ }
887
+ .table-bordered thead:first-child tr:first-child th:first-child,
888
+ .table-bordered tbody:first-child tr:first-child td:first-child {
889
+ -webkit-border-top-left-radius: 4px;
890
+ border-top-left-radius: 4px;
891
+ -moz-border-radius-topleft: 4px;
892
+ }
893
+ .table-bordered thead:first-child tr:first-child th:last-child,
894
+ .table-bordered tbody:first-child tr:first-child td:last-child {
895
+ -webkit-border-top-right-radius: 4px;
896
+ border-top-right-radius: 4px;
897
+ -moz-border-radius-topright: 4px;
898
+ }
899
+ .table-bordered thead:last-child tr:last-child th:first-child,
900
+ .table-bordered tbody:last-child tr:last-child td:first-child,
901
+ .table-bordered tfoot:last-child tr:last-child td:first-child {
902
+ -webkit-border-radius: 0 0 0 4px;
903
+ -moz-border-radius: 0 0 0 4px;
904
+ border-radius: 0 0 0 4px;
905
+ -webkit-border-bottom-left-radius: 4px;
906
+ border-bottom-left-radius: 4px;
907
+ -moz-border-radius-bottomleft: 4px;
908
+ }
909
+ .table-bordered thead:last-child tr:last-child th:last-child,
910
+ .table-bordered tbody:last-child tr:last-child td:last-child,
911
+ .table-bordered tfoot:last-child tr:last-child td:last-child {
912
+ -webkit-border-bottom-right-radius: 4px;
913
+ border-bottom-right-radius: 4px;
914
+ -moz-border-radius-bottomright: 4px;
915
+ }
916
+ .table-bordered caption + thead tr:first-child th:first-child,
917
+ .table-bordered caption + tbody tr:first-child td:first-child,
918
+ .table-bordered colgroup + thead tr:first-child th:first-child,
919
+ .table-bordered colgroup + tbody tr:first-child td:first-child {
920
+ -webkit-border-top-left-radius: 4px;
921
+ border-top-left-radius: 4px;
922
+ -moz-border-radius-topleft: 4px;
923
+ }
924
+ .table-bordered caption + thead tr:first-child th:last-child,
925
+ .table-bordered caption + tbody tr:first-child td:last-child,
926
+ .table-bordered colgroup + thead tr:first-child th:last-child,
927
+ .table-bordered colgroup + tbody tr:first-child td:last-child {
928
+ -webkit-border-top-right-radius: 4px;
929
+ border-top-right-radius: 4px;
930
+ -moz-border-radius-topleft: 4px;
931
+ }
932
+ .table-striped tbody tr:nth-child(odd) td,
933
+ .table-striped tbody tr:nth-child(odd) th {
934
+ background-color: #f9f9f9;
935
+ }
936
+ .table-hover tbody tr:hover td,
937
+ .table-hover tbody tr:hover th {
938
+ background-color: #f5f5f5;
939
+ }
940
+ table [class*=span],
941
+ .row-fluid table [class*=span] {
942
+ display: table-cell;
943
+ float: none;
944
+ margin-left: 0;
945
+ }
946
+ .table .span1 {
947
+ float: none;
948
+ width: 44px;
949
+ margin-left: 0;
950
+ }
951
+ .table .span2 {
952
+ float: none;
953
+ width: 124px;
954
+ margin-left: 0;
955
+ }
956
+ .table .span3 {
957
+ float: none;
958
+ width: 204px;
959
+ margin-left: 0;
960
+ }
961
+ .table .span4 {
962
+ float: none;
963
+ width: 284px;
964
+ margin-left: 0;
965
+ }
966
+ .table .span5 {
967
+ float: none;
968
+ width: 364px;
969
+ margin-left: 0;
970
+ }
971
+ .table .span6 {
972
+ float: none;
973
+ width: 444px;
974
+ margin-left: 0;
975
+ }
976
+ .table .span7 {
977
+ float: none;
978
+ width: 524px;
979
+ margin-left: 0;
980
+ }
981
+ .table .span8 {
982
+ float: none;
983
+ width: 604px;
984
+ margin-left: 0;
985
+ }
986
+ .table .span9 {
987
+ float: none;
988
+ width: 684px;
989
+ margin-left: 0;
990
+ }
991
+ .table .span10 {
992
+ float: none;
993
+ width: 764px;
994
+ margin-left: 0;
995
+ }
996
+ .table .span11 {
997
+ float: none;
998
+ width: 844px;
999
+ margin-left: 0;
1000
+ }
1001
+ .table .span12 {
1002
+ float: none;
1003
+ width: 924px;
1004
+ margin-left: 0;
1005
+ }
1006
+ .table .span13 {
1007
+ float: none;
1008
+ width: 1004px;
1009
+ margin-left: 0;
1010
+ }
1011
+ .table .span14 {
1012
+ float: none;
1013
+ width: 1084px;
1014
+ margin-left: 0;
1015
+ }
1016
+ .table .span15 {
1017
+ float: none;
1018
+ width: 1164px;
1019
+ margin-left: 0;
1020
+ }
1021
+ .table .span16 {
1022
+ float: none;
1023
+ width: 1244px;
1024
+ margin-left: 0;
1025
+ }
1026
+ .table .span17 {
1027
+ float: none;
1028
+ width: 1324px;
1029
+ margin-left: 0;
1030
+ }
1031
+ .table .span18 {
1032
+ float: none;
1033
+ width: 1404px;
1034
+ margin-left: 0;
1035
+ }
1036
+ .table .span19 {
1037
+ float: none;
1038
+ width: 1484px;
1039
+ margin-left: 0;
1040
+ }
1041
+ .table .span20 {
1042
+ float: none;
1043
+ width: 1564px;
1044
+ margin-left: 0;
1045
+ }
1046
+ .table .span21 {
1047
+ float: none;
1048
+ width: 1644px;
1049
+ margin-left: 0;
1050
+ }
1051
+ .table .span22 {
1052
+ float: none;
1053
+ width: 1724px;
1054
+ margin-left: 0;
1055
+ }
1056
+ .table .span23 {
1057
+ float: none;
1058
+ width: 1804px;
1059
+ margin-left: 0;
1060
+ }
1061
+ .table .span24 {
1062
+ float: none;
1063
+ width: 1884px;
1064
+ margin-left: 0;
1065
+ }
1066
+ .table tbody tr.success td {
1067
+ background-color: #dff0d8;
1068
+ }
1069
+ .table tbody tr.error td {
1070
+ background-color: #f2dede;
1071
+ }
1072
+ .table tbody tr.warning td {
1073
+ background-color: #fcf8e3;
1074
+ }
1075
+ .table tbody tr.info td {
1076
+ background-color: #d9edf7;
1077
+ }
1078
+ .table-hover tbody tr.success:hover td {
1079
+ background-color: #d0e9c6;
1080
+ }
1081
+ .table-hover tbody tr.error:hover td {
1082
+ background-color: #ebcccc;
1083
+ }
1084
+ .table-hover tbody tr.warning:hover td {
1085
+ background-color: #faf2cc;
1086
+ }
1087
+ .table-hover tbody tr.info:hover td {
1088
+ background-color: #c4e3f3;
1089
+ }
1090
+ form {
1091
+ margin: 0 0 20px;
1092
+ }
1093
+ fieldset {
1094
+ padding: 0;
1095
+ margin: 0;
1096
+ border: 0;
1097
+ }
1098
+ legend {
1099
+ display: block;
1100
+ width: 100%;
1101
+ padding: 0;
1102
+ margin-bottom: 20px;
1103
+ font-size: 21px;
1104
+ line-height: 40px;
1105
+ color: #333333;
1106
+ border: 0;
1107
+ border-bottom: 1px solid #e5e5e5;
1108
+ }
1109
+ legend small {
1110
+ font-size: 15px;
1111
+ color: #999999;
1112
+ }
1113
+ label,
1114
+ input,
1115
+ button,
1116
+ select,
1117
+ textarea {
1118
+ font-size: 14px;
1119
+ font-weight: normal;
1120
+ line-height: 20px;
1121
+ }
1122
+ input,
1123
+ button,
1124
+ select,
1125
+ textarea {
1126
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1127
+ }
1128
+ label {
1129
+ display: block;
1130
+ margin-bottom: 5px;
1131
+ }
1132
+ select,
1133
+ textarea,
1134
+ input[type="text"],
1135
+ input[type="password"],
1136
+ input[type="datetime"],
1137
+ input[type="datetime-local"],
1138
+ input[type="date"],
1139
+ input[type="month"],
1140
+ input[type="time"],
1141
+ input[type="week"],
1142
+ input[type="number"],
1143
+ input[type="email"],
1144
+ input[type="url"],
1145
+ input[type="search"],
1146
+ input[type="tel"],
1147
+ input[type="color"],
1148
+ .uneditable-input {
1149
+ display: inline-block;
1150
+ height: 20px;
1151
+ padding: 4px 6px;
1152
+ margin-bottom: 9px;
1153
+ font-size: 14px;
1154
+ line-height: 20px;
1155
+ color: #555555;
1156
+ -webkit-border-radius: 3px;
1157
+ -moz-border-radius: 3px;
1158
+ border-radius: 3px;
1159
+ }
1160
+ input,
1161
+ textarea,
1162
+ .uneditable-input {
1163
+ width: 206px;
1164
+ }
1165
+ textarea {
1166
+ height: auto;
1167
+ }
1168
+ textarea,
1169
+ input[type="text"],
1170
+ input[type="password"],
1171
+ input[type="datetime"],
1172
+ input[type="datetime-local"],
1173
+ input[type="date"],
1174
+ input[type="month"],
1175
+ input[type="time"],
1176
+ input[type="week"],
1177
+ input[type="number"],
1178
+ input[type="email"],
1179
+ input[type="url"],
1180
+ input[type="search"],
1181
+ input[type="tel"],
1182
+ input[type="color"],
1183
+ .uneditable-input {
1184
+ background-color: #ffffff;
1185
+ border: 1px solid #cccccc;
1186
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1187
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1188
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1189
+ -webkit-transition: border linear .2s, box-shadow linear .2s;
1190
+ -moz-transition: border linear .2s, box-shadow linear .2s;
1191
+ -o-transition: border linear .2s, box-shadow linear .2s;
1192
+ transition: border linear .2s, box-shadow linear .2s;
1193
+ }
1194
+ textarea:focus,
1195
+ input[type="text"]:focus,
1196
+ input[type="password"]:focus,
1197
+ input[type="datetime"]:focus,
1198
+ input[type="datetime-local"]:focus,
1199
+ input[type="date"]:focus,
1200
+ input[type="month"]:focus,
1201
+ input[type="time"]:focus,
1202
+ input[type="week"]:focus,
1203
+ input[type="number"]:focus,
1204
+ input[type="email"]:focus,
1205
+ input[type="url"]:focus,
1206
+ input[type="search"]:focus,
1207
+ input[type="tel"]:focus,
1208
+ input[type="color"]:focus,
1209
+ .uneditable-input:focus {
1210
+ border-color: rgba(82, 168, 236, 0.8);
1211
+ outline: 0;
1212
+ outline: thin dotted \9;
1213
+ /* IE6-9 */
1214
+
1215
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1216
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1217
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1218
+ }
1219
+ input[type="radio"],
1220
+ input[type="checkbox"] {
1221
+ margin: 4px 0 0;
1222
+ *margin-top: 0;
1223
+ /* IE7 */
1224
+
1225
+ margin-top: 1px \9;
1226
+ /* IE8-9 */
1227
+
1228
+ line-height: normal;
1229
+ cursor: pointer;
1230
+ }
1231
+ input[type="file"],
1232
+ input[type="image"],
1233
+ input[type="submit"],
1234
+ input[type="reset"],
1235
+ input[type="button"],
1236
+ input[type="radio"],
1237
+ input[type="checkbox"] {
1238
+ width: auto;
1239
+ }
1240
+ select,
1241
+ input[type="file"] {
1242
+ height: 30px;
1243
+ /* In IE7, the height of the select element cannot be changed by height, only font-size */
1244
+
1245
+ *margin-top: 4px;
1246
+ /* For IE7, add top margin to align select with labels */
1247
+
1248
+ line-height: 30px;
1249
+ }
1250
+ select {
1251
+ width: 220px;
1252
+ border: 1px solid #cccccc;
1253
+ background-color: #ffffff;
1254
+ }
1255
+ select[multiple],
1256
+ select[size] {
1257
+ height: auto;
1258
+ }
1259
+ select:focus,
1260
+ input[type="file"]:focus,
1261
+ input[type="radio"]:focus,
1262
+ input[type="checkbox"]:focus {
1263
+ outline: thin dotted #333;
1264
+ outline: 5px auto -webkit-focus-ring-color;
1265
+ outline-offset: -2px;
1266
+ }
1267
+ .uneditable-input,
1268
+ .uneditable-textarea {
1269
+ color: #999999;
1270
+ background-color: #fcfcfc;
1271
+ border-color: #cccccc;
1272
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1273
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1274
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1275
+ cursor: not-allowed;
1276
+ }
1277
+ .uneditable-input {
1278
+ overflow: hidden;
1279
+ white-space: nowrap;
1280
+ }
1281
+ .uneditable-textarea {
1282
+ width: auto;
1283
+ height: auto;
1284
+ }
1285
+ input:-moz-placeholder,
1286
+ textarea:-moz-placeholder {
1287
+ color: #999999;
1288
+ }
1289
+ input:-ms-input-placeholder,
1290
+ textarea:-ms-input-placeholder {
1291
+ color: #999999;
1292
+ }
1293
+ input::-webkit-input-placeholder,
1294
+ textarea::-webkit-input-placeholder {
1295
+ color: #999999;
1296
+ }
1297
+ .radio,
1298
+ .checkbox {
1299
+ min-height: 18px;
1300
+ padding-left: 18px;
1301
+ }
1302
+ .radio input[type="radio"],
1303
+ .checkbox input[type="checkbox"] {
1304
+ float: left;
1305
+ margin-left: -18px;
1306
+ }
1307
+ .controls > .radio:first-child,
1308
+ .controls > .checkbox:first-child {
1309
+ padding-top: 5px;
1310
+ }
1311
+ .radio.inline,
1312
+ .checkbox.inline {
1313
+ display: inline-block;
1314
+ padding-top: 5px;
1315
+ margin-bottom: 0;
1316
+ vertical-align: middle;
1317
+ }
1318
+ .radio.inline + .radio.inline,
1319
+ .checkbox.inline + .checkbox.inline {
1320
+ margin-left: 10px;
1321
+ }
1322
+ .input-mini {
1323
+ width: 60px;
1324
+ }
1325
+ .input-small {
1326
+ width: 90px;
1327
+ }
1328
+ .input-medium {
1329
+ width: 150px;
1330
+ }
1331
+ .input-large {
1332
+ width: 210px;
1333
+ }
1334
+ .input-xlarge {
1335
+ width: 270px;
1336
+ }
1337
+ .input-xxlarge {
1338
+ width: 530px;
1339
+ }
1340
+ input[class*="span"],
1341
+ select[class*="span"],
1342
+ textarea[class*="span"],
1343
+ .uneditable-input[class*="span"],
1344
+ .row-fluid input[class*="span"],
1345
+ .row-fluid select[class*="span"],
1346
+ .row-fluid textarea[class*="span"],
1347
+ .row-fluid .uneditable-input[class*="span"] {
1348
+ float: none;
1349
+ margin-left: 0;
1350
+ }
1351
+ .input-append input[class*="span"],
1352
+ .input-append .uneditable-input[class*="span"],
1353
+ .input-prepend input[class*="span"],
1354
+ .input-prepend .uneditable-input[class*="span"],
1355
+ .row-fluid input[class*="span"],
1356
+ .row-fluid select[class*="span"],
1357
+ .row-fluid textarea[class*="span"],
1358
+ .row-fluid .uneditable-input[class*="span"],
1359
+ .row-fluid .input-prepend [class*="span"],
1360
+ .row-fluid .input-append [class*="span"] {
1361
+ display: inline-block;
1362
+ }
1363
+ input,
1364
+ textarea,
1365
+ .uneditable-input {
1366
+ margin-left: 0;
1367
+ }
1368
+ .controls-row [class*="span"] + [class*="span"] {
1369
+ margin-left: 20px;
1370
+ }
1371
+ input.span12, textarea.span12, .uneditable-input.span12 {
1372
+ width: 926px;
1373
+ }
1374
+ input.span11, textarea.span11, .uneditable-input.span11 {
1375
+ width: 846px;
1376
+ }
1377
+ input.span10, textarea.span10, .uneditable-input.span10 {
1378
+ width: 766px;
1379
+ }
1380
+ input.span9, textarea.span9, .uneditable-input.span9 {
1381
+ width: 686px;
1382
+ }
1383
+ input.span8, textarea.span8, .uneditable-input.span8 {
1384
+ width: 606px;
1385
+ }
1386
+ input.span7, textarea.span7, .uneditable-input.span7 {
1387
+ width: 526px;
1388
+ }
1389
+ input.span6, textarea.span6, .uneditable-input.span6 {
1390
+ width: 446px;
1391
+ }
1392
+ input.span5, textarea.span5, .uneditable-input.span5 {
1393
+ width: 366px;
1394
+ }
1395
+ input.span4, textarea.span4, .uneditable-input.span4 {
1396
+ width: 286px;
1397
+ }
1398
+ input.span3, textarea.span3, .uneditable-input.span3 {
1399
+ width: 206px;
1400
+ }
1401
+ input.span2, textarea.span2, .uneditable-input.span2 {
1402
+ width: 126px;
1403
+ }
1404
+ input.span1, textarea.span1, .uneditable-input.span1 {
1405
+ width: 46px;
1406
+ }
1407
+ .controls-row {
1408
+ *zoom: 1;
1409
+ }
1410
+ .controls-row:before,
1411
+ .controls-row:after {
1412
+ display: table;
1413
+ content: "";
1414
+ line-height: 0;
1415
+ }
1416
+ .controls-row:after {
1417
+ clear: both;
1418
+ }
1419
+ .controls-row [class*="span"] {
1420
+ float: left;
1421
+ }
1422
+ input[disabled],
1423
+ select[disabled],
1424
+ textarea[disabled],
1425
+ input[readonly],
1426
+ select[readonly],
1427
+ textarea[readonly] {
1428
+ cursor: not-allowed;
1429
+ background-color: #eeeeee;
1430
+ }
1431
+ input[type="radio"][disabled],
1432
+ input[type="checkbox"][disabled],
1433
+ input[type="radio"][readonly],
1434
+ input[type="checkbox"][readonly] {
1435
+ background-color: transparent;
1436
+ }
1437
+ .control-group.warning > label,
1438
+ .control-group.warning .help-block,
1439
+ .control-group.warning .help-inline {
1440
+ color: #c09853;
1441
+ }
1442
+ .control-group.warning .checkbox,
1443
+ .control-group.warning .radio,
1444
+ .control-group.warning input,
1445
+ .control-group.warning select,
1446
+ .control-group.warning textarea {
1447
+ color: #c09853;
1448
+ }
1449
+ .control-group.warning input,
1450
+ .control-group.warning select,
1451
+ .control-group.warning textarea {
1452
+ border-color: #c09853;
1453
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1454
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1455
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1456
+ }
1457
+ .control-group.warning input:focus,
1458
+ .control-group.warning select:focus,
1459
+ .control-group.warning textarea:focus {
1460
+ border-color: #a47e3c;
1461
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1462
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1463
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1464
+ }
1465
+ .control-group.warning .input-prepend .add-on,
1466
+ .control-group.warning .input-append .add-on {
1467
+ color: #c09853;
1468
+ background-color: #fcf8e3;
1469
+ border-color: #c09853;
1470
+ }
1471
+ .control-group.error > label,
1472
+ .control-group.error .help-block,
1473
+ .control-group.error .help-inline {
1474
+ color: #b94a48;
1475
+ }
1476
+ .control-group.error .checkbox,
1477
+ .control-group.error .radio,
1478
+ .control-group.error input,
1479
+ .control-group.error select,
1480
+ .control-group.error textarea {
1481
+ color: #b94a48;
1482
+ }
1483
+ .control-group.error input,
1484
+ .control-group.error select,
1485
+ .control-group.error textarea {
1486
+ border-color: #b94a48;
1487
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1488
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1489
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1490
+ }
1491
+ .control-group.error input:focus,
1492
+ .control-group.error select:focus,
1493
+ .control-group.error textarea:focus {
1494
+ border-color: #953b39;
1495
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1496
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1497
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1498
+ }
1499
+ .control-group.error .input-prepend .add-on,
1500
+ .control-group.error .input-append .add-on {
1501
+ color: #b94a48;
1502
+ background-color: #f2dede;
1503
+ border-color: #b94a48;
1504
+ }
1505
+ .control-group.success > label,
1506
+ .control-group.success .help-block,
1507
+ .control-group.success .help-inline {
1508
+ color: #468847;
1509
+ }
1510
+ .control-group.success .checkbox,
1511
+ .control-group.success .radio,
1512
+ .control-group.success input,
1513
+ .control-group.success select,
1514
+ .control-group.success textarea {
1515
+ color: #468847;
1516
+ }
1517
+ .control-group.success input,
1518
+ .control-group.success select,
1519
+ .control-group.success textarea {
1520
+ border-color: #468847;
1521
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1522
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1523
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1524
+ }
1525
+ .control-group.success input:focus,
1526
+ .control-group.success select:focus,
1527
+ .control-group.success textarea:focus {
1528
+ border-color: #356635;
1529
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1530
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1531
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1532
+ }
1533
+ .control-group.success .input-prepend .add-on,
1534
+ .control-group.success .input-append .add-on {
1535
+ color: #468847;
1536
+ background-color: #dff0d8;
1537
+ border-color: #468847;
1538
+ }
1539
+ .control-group.info > label,
1540
+ .control-group.info .help-block,
1541
+ .control-group.info .help-inline {
1542
+ color: #3a87ad;
1543
+ }
1544
+ .control-group.info .checkbox,
1545
+ .control-group.info .radio,
1546
+ .control-group.info input,
1547
+ .control-group.info select,
1548
+ .control-group.info textarea {
1549
+ color: #3a87ad;
1550
+ }
1551
+ .control-group.info input,
1552
+ .control-group.info select,
1553
+ .control-group.info textarea {
1554
+ border-color: #3a87ad;
1555
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1556
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1557
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1558
+ }
1559
+ .control-group.info input:focus,
1560
+ .control-group.info select:focus,
1561
+ .control-group.info textarea:focus {
1562
+ border-color: #2d6987;
1563
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1564
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1565
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1566
+ }
1567
+ .control-group.info .input-prepend .add-on,
1568
+ .control-group.info .input-append .add-on {
1569
+ color: #3a87ad;
1570
+ background-color: #d9edf7;
1571
+ border-color: #3a87ad;
1572
+ }
1573
+ input:focus:required:invalid,
1574
+ textarea:focus:required:invalid,
1575
+ select:focus:required:invalid {
1576
+ color: #b94a48;
1577
+ border-color: #ee5f5b;
1578
+ }
1579
+ input:focus:required:invalid:focus,
1580
+ textarea:focus:required:invalid:focus,
1581
+ select:focus:required:invalid:focus {
1582
+ border-color: #e9322d;
1583
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
1584
+ -moz-box-shadow: 0 0 6px #f8b9b7;
1585
+ box-shadow: 0 0 6px #f8b9b7;
1586
+ }
1587
+ .form-actions {
1588
+ padding: 19px 20px 20px;
1589
+ margin-top: 20px;
1590
+ margin-bottom: 20px;
1591
+ background-color: #f5f5f5;
1592
+ border-top: 1px solid #e5e5e5;
1593
+ *zoom: 1;
1594
+ }
1595
+ .form-actions:before,
1596
+ .form-actions:after {
1597
+ display: table;
1598
+ content: "";
1599
+ line-height: 0;
1600
+ }
1601
+ .form-actions:after {
1602
+ clear: both;
1603
+ }
1604
+ .help-block,
1605
+ .help-inline {
1606
+ color: #595959;
1607
+ }
1608
+ .help-block {
1609
+ display: block;
1610
+ margin-bottom: 10px;
1611
+ }
1612
+ .help-inline {
1613
+ display: inline-block;
1614
+ *display: inline;
1615
+ /* IE7 inline-block hack */
1616
+
1617
+ *zoom: 1;
1618
+ vertical-align: middle;
1619
+ padding-left: 5px;
1620
+ }
1621
+ .input-append,
1622
+ .input-prepend {
1623
+ margin-bottom: 5px;
1624
+ font-size: 0;
1625
+ white-space: nowrap;
1626
+ }
1627
+ .input-append input,
1628
+ .input-prepend input,
1629
+ .input-append select,
1630
+ .input-prepend select,
1631
+ .input-append .uneditable-input,
1632
+ .input-prepend .uneditable-input {
1633
+ position: relative;
1634
+ margin-bottom: 0;
1635
+ *margin-left: 0;
1636
+ font-size: 14px;
1637
+ vertical-align: top;
1638
+ -webkit-border-radius: 0 3px 3px 0;
1639
+ -moz-border-radius: 0 3px 3px 0;
1640
+ border-radius: 0 3px 3px 0;
1641
+ }
1642
+ .input-append input:focus,
1643
+ .input-prepend input:focus,
1644
+ .input-append select:focus,
1645
+ .input-prepend select:focus,
1646
+ .input-append .uneditable-input:focus,
1647
+ .input-prepend .uneditable-input:focus {
1648
+ z-index: 2;
1649
+ }
1650
+ .input-append .add-on,
1651
+ .input-prepend .add-on {
1652
+ display: inline-block;
1653
+ width: auto;
1654
+ height: 20px;
1655
+ min-width: 16px;
1656
+ padding: 4px 5px;
1657
+ font-size: 14px;
1658
+ font-weight: normal;
1659
+ line-height: 20px;
1660
+ text-align: center;
1661
+ text-shadow: 0 1px 0 #ffffff;
1662
+ background-color: #eeeeee;
1663
+ border: 1px solid #ccc;
1664
+ }
1665
+ .input-append .add-on,
1666
+ .input-prepend .add-on,
1667
+ .input-append .btn,
1668
+ .input-prepend .btn {
1669
+ vertical-align: top;
1670
+ -webkit-border-radius: 0;
1671
+ -moz-border-radius: 0;
1672
+ border-radius: 0;
1673
+ }
1674
+ .input-append .active,
1675
+ .input-prepend .active {
1676
+ background-color: #a9dba9;
1677
+ border-color: #46a546;
1678
+ }
1679
+ .input-prepend .add-on,
1680
+ .input-prepend .btn {
1681
+ margin-right: -1px;
1682
+ }
1683
+ .input-prepend .add-on:first-child,
1684
+ .input-prepend .btn:first-child {
1685
+ -webkit-border-radius: 3px 0 0 3px;
1686
+ -moz-border-radius: 3px 0 0 3px;
1687
+ border-radius: 3px 0 0 3px;
1688
+ }
1689
+ .input-append input,
1690
+ .input-append select,
1691
+ .input-append .uneditable-input {
1692
+ -webkit-border-radius: 3px 0 0 3px;
1693
+ -moz-border-radius: 3px 0 0 3px;
1694
+ border-radius: 3px 0 0 3px;
1695
+ }
1696
+ .input-append .add-on,
1697
+ .input-append .btn {
1698
+ margin-left: -1px;
1699
+ }
1700
+ .input-append .add-on:last-child,
1701
+ .input-append .btn:last-child {
1702
+ -webkit-border-radius: 0 3px 3px 0;
1703
+ -moz-border-radius: 0 3px 3px 0;
1704
+ border-radius: 0 3px 3px 0;
1705
+ }
1706
+ .input-prepend.input-append input,
1707
+ .input-prepend.input-append select,
1708
+ .input-prepend.input-append .uneditable-input {
1709
+ -webkit-border-radius: 0;
1710
+ -moz-border-radius: 0;
1711
+ border-radius: 0;
1712
+ }
1713
+ .input-prepend.input-append .add-on:first-child,
1714
+ .input-prepend.input-append .btn:first-child {
1715
+ margin-right: -1px;
1716
+ -webkit-border-radius: 3px 0 0 3px;
1717
+ -moz-border-radius: 3px 0 0 3px;
1718
+ border-radius: 3px 0 0 3px;
1719
+ }
1720
+ .input-prepend.input-append .add-on:last-child,
1721
+ .input-prepend.input-append .btn:last-child {
1722
+ margin-left: -1px;
1723
+ -webkit-border-radius: 0 3px 3px 0;
1724
+ -moz-border-radius: 0 3px 3px 0;
1725
+ border-radius: 0 3px 3px 0;
1726
+ }
1727
+ input.search-query {
1728
+ padding-right: 14px;
1729
+ padding-right: 4px \9;
1730
+ padding-left: 14px;
1731
+ padding-left: 4px \9;
1732
+ /* IE7-8 doesn't have border-radius, so don't indent the padding */
1733
+
1734
+ margin-bottom: 0;
1735
+ -webkit-border-radius: 15px;
1736
+ -moz-border-radius: 15px;
1737
+ border-radius: 15px;
1738
+ }
1739
+ /* Allow for input prepend/append in search forms */
1740
+ .form-search .input-append .search-query,
1741
+ .form-search .input-prepend .search-query {
1742
+ -webkit-border-radius: 0;
1743
+ -moz-border-radius: 0;
1744
+ border-radius: 0;
1745
+ }
1746
+ .form-search .input-append .search-query {
1747
+ -webkit-border-radius: 14px 0 0 14px;
1748
+ -moz-border-radius: 14px 0 0 14px;
1749
+ border-radius: 14px 0 0 14px;
1750
+ }
1751
+ .form-search .input-append .btn {
1752
+ -webkit-border-radius: 0 14px 14px 0;
1753
+ -moz-border-radius: 0 14px 14px 0;
1754
+ border-radius: 0 14px 14px 0;
1755
+ }
1756
+ .form-search .input-prepend .search-query {
1757
+ -webkit-border-radius: 0 14px 14px 0;
1758
+ -moz-border-radius: 0 14px 14px 0;
1759
+ border-radius: 0 14px 14px 0;
1760
+ }
1761
+ .form-search .input-prepend .btn {
1762
+ -webkit-border-radius: 14px 0 0 14px;
1763
+ -moz-border-radius: 14px 0 0 14px;
1764
+ border-radius: 14px 0 0 14px;
1765
+ }
1766
+ .form-search input,
1767
+ .form-inline input,
1768
+ .form-horizontal input,
1769
+ .form-search textarea,
1770
+ .form-inline textarea,
1771
+ .form-horizontal textarea,
1772
+ .form-search select,
1773
+ .form-inline select,
1774
+ .form-horizontal select,
1775
+ .form-search .help-inline,
1776
+ .form-inline .help-inline,
1777
+ .form-horizontal .help-inline,
1778
+ .form-search .uneditable-input,
1779
+ .form-inline .uneditable-input,
1780
+ .form-horizontal .uneditable-input,
1781
+ .form-search .input-prepend,
1782
+ .form-inline .input-prepend,
1783
+ .form-horizontal .input-prepend,
1784
+ .form-search .input-append,
1785
+ .form-inline .input-append,
1786
+ .form-horizontal .input-append {
1787
+ display: inline-block;
1788
+ *display: inline;
1789
+ /* IE7 inline-block hack */
1790
+
1791
+ *zoom: 1;
1792
+ margin-bottom: 0;
1793
+ vertical-align: middle;
1794
+ }
1795
+ .form-search .hide,
1796
+ .form-inline .hide,
1797
+ .form-horizontal .hide {
1798
+ display: none;
1799
+ }
1800
+ .form-search label,
1801
+ .form-inline label,
1802
+ .form-search .btn-group,
1803
+ .form-inline .btn-group {
1804
+ display: inline-block;
1805
+ }
1806
+ .form-search .input-append,
1807
+ .form-inline .input-append,
1808
+ .form-search .input-prepend,
1809
+ .form-inline .input-prepend {
1810
+ margin-bottom: 0;
1811
+ }
1812
+ .form-search .radio,
1813
+ .form-search .checkbox,
1814
+ .form-inline .radio,
1815
+ .form-inline .checkbox {
1816
+ padding-left: 0;
1817
+ margin-bottom: 0;
1818
+ vertical-align: middle;
1819
+ }
1820
+ .form-search .radio input[type="radio"],
1821
+ .form-search .checkbox input[type="checkbox"],
1822
+ .form-inline .radio input[type="radio"],
1823
+ .form-inline .checkbox input[type="checkbox"] {
1824
+ float: left;
1825
+ margin-right: 3px;
1826
+ margin-left: 0;
1827
+ }
1828
+ .control-group {
1829
+ margin-bottom: 10px;
1830
+ }
1831
+ legend + .control-group {
1832
+ margin-top: 20px;
1833
+ -webkit-margin-top-collapse: separate;
1834
+ }
1835
+ .form-horizontal .control-group {
1836
+ margin-bottom: 20px;
1837
+ *zoom: 1;
1838
+ }
1839
+ .form-horizontal .control-group:before,
1840
+ .form-horizontal .control-group:after {
1841
+ display: table;
1842
+ content: "";
1843
+ line-height: 0;
1844
+ }
1845
+ .form-horizontal .control-group:after {
1846
+ clear: both;
1847
+ }
1848
+ .form-horizontal .control-label {
1849
+ float: left;
1850
+ width: 160px;
1851
+ padding-top: 5px;
1852
+ text-align: right;
1853
+ }
1854
+ .form-horizontal .controls {
1855
+ *display: inline-block;
1856
+ *padding-left: 20px;
1857
+ margin-left: 180px;
1858
+ *margin-left: 0;
1859
+ }
1860
+ .form-horizontal .controls:first-child {
1861
+ *padding-left: 180px;
1862
+ }
1863
+ .form-horizontal .help-block {
1864
+ margin-bottom: 0;
1865
+ }
1866
+ .form-horizontal input + .help-block,
1867
+ .form-horizontal select + .help-block,
1868
+ .form-horizontal textarea + .help-block {
1869
+ margin-top: 10px;
1870
+ }
1871
+ .form-horizontal .form-actions {
1872
+ padding-left: 180px;
1873
+ }
1874
+ .btn {
1875
+ display: inline-block;
1876
+ *display: inline;
1877
+ /* IE7 inline-block hack */
1878
+
1879
+ *zoom: 1;
1880
+ padding: 4px 14px;
1881
+ margin-bottom: 0;
1882
+ font-size: 14px;
1883
+ line-height: 20px;
1884
+ *line-height: 20px;
1885
+ text-align: center;
1886
+ vertical-align: middle;
1887
+ cursor: pointer;
1888
+ color: #333333;
1889
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1890
+ background-color: #f5f5f5;
1891
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1892
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1893
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1894
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1895
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
1896
+ background-repeat: repeat-x;
1897
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
1898
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1899
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1900
+ *background-color: #e6e6e6;
1901
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1902
+
1903
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1904
+ border: 1px solid #bbbbbb;
1905
+ *border: 0;
1906
+ border-bottom-color: #a2a2a2;
1907
+ -webkit-border-radius: 4px;
1908
+ -moz-border-radius: 4px;
1909
+ border-radius: 4px;
1910
+ *margin-left: .3em;
1911
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1912
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1913
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1914
+ }
1915
+ .btn:hover,
1916
+ .btn:active,
1917
+ .btn.active,
1918
+ .btn.disabled,
1919
+ .btn[disabled] {
1920
+ color: #333333;
1921
+ background-color: #e6e6e6;
1922
+ *background-color: #d9d9d9;
1923
+ }
1924
+ .btn:active,
1925
+ .btn.active {
1926
+ background-color: #cccccc \9;
1927
+ }
1928
+ .btn:first-child {
1929
+ *margin-left: 0;
1930
+ }
1931
+ .btn:hover {
1932
+ color: #333333;
1933
+ text-decoration: none;
1934
+ background-color: #e6e6e6;
1935
+ *background-color: #d9d9d9;
1936
+ /* Buttons in IE7 don't get borders, so darken on hover */
1937
+
1938
+ background-position: 0 -15px;
1939
+ -webkit-transition: background-position 0.1s linear;
1940
+ -moz-transition: background-position 0.1s linear;
1941
+ -o-transition: background-position 0.1s linear;
1942
+ transition: background-position 0.1s linear;
1943
+ }
1944
+ .btn:focus {
1945
+ outline: thin dotted #333;
1946
+ outline: 5px auto -webkit-focus-ring-color;
1947
+ outline-offset: -2px;
1948
+ }
1949
+ .btn.active,
1950
+ .btn:active {
1951
+ background-color: #e6e6e6;
1952
+ background-color: #d9d9d9 \9;
1953
+ background-image: none;
1954
+ outline: 0;
1955
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1956
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1957
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1958
+ }
1959
+ .btn.disabled,
1960
+ .btn[disabled] {
1961
+ cursor: default;
1962
+ background-color: #e6e6e6;
1963
+ background-image: none;
1964
+ opacity: 0.65;
1965
+ filter: alpha(opacity=65);
1966
+ -webkit-box-shadow: none;
1967
+ -moz-box-shadow: none;
1968
+ box-shadow: none;
1969
+ }
1970
+ .btn-large {
1971
+ padding: 9px 14px;
1972
+ font-size: 16px;
1973
+ line-height: normal;
1974
+ -webkit-border-radius: 5px;
1975
+ -moz-border-radius: 5px;
1976
+ border-radius: 5px;
1977
+ }
1978
+ .btn-large [class^="icon-"] {
1979
+ margin-top: 2px;
1980
+ }
1981
+ .btn-small {
1982
+ padding: 3px 9px;
1983
+ font-size: 12px;
1984
+ line-height: 18px;
1985
+ }
1986
+ .btn-small [class^="icon-"] {
1987
+ margin-top: 0;
1988
+ }
1989
+ .btn-mini {
1990
+ padding: 2px 6px;
1991
+ font-size: 11px;
1992
+ line-height: 17px;
1993
+ }
1994
+ .btn-block {
1995
+ display: block;
1996
+ width: 100%;
1997
+ padding-left: 0;
1998
+ padding-right: 0;
1999
+ -webkit-box-sizing: border-box;
2000
+ -moz-box-sizing: border-box;
2001
+ box-sizing: border-box;
2002
+ }
2003
+ .btn-block + .btn-block {
2004
+ margin-top: 5px;
2005
+ }
2006
+ input[type="submit"].btn-block,
2007
+ input[type="reset"].btn-block,
2008
+ input[type="button"].btn-block {
2009
+ width: 100%;
2010
+ }
2011
+ .btn-primary.active,
2012
+ .btn-warning.active,
2013
+ .btn-danger.active,
2014
+ .btn-success.active,
2015
+ .btn-info.active,
2016
+ .btn-inverse.active {
2017
+ color: rgba(255, 255, 255, 0.75);
2018
+ }
2019
+ .btn {
2020
+ border-color: #c5c5c5;
2021
+ border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
2022
+ }
2023
+ .btn-primary {
2024
+ color: #ffffff;
2025
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2026
+ background-color: #006dcc;
2027
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
2028
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
2029
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
2030
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
2031
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
2032
+ background-repeat: repeat-x;
2033
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
2034
+ border-color: #0044cc #0044cc #002a80;
2035
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2036
+ *background-color: #0044cc;
2037
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2038
+
2039
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2040
+ }
2041
+ .btn-primary:hover,
2042
+ .btn-primary:active,
2043
+ .btn-primary.active,
2044
+ .btn-primary.disabled,
2045
+ .btn-primary[disabled] {
2046
+ color: #ffffff;
2047
+ background-color: #0044cc;
2048
+ *background-color: #003bb3;
2049
+ }
2050
+ .btn-primary:active,
2051
+ .btn-primary.active {
2052
+ background-color: #003399 \9;
2053
+ }
2054
+ .btn-warning {
2055
+ color: #ffffff;
2056
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2057
+ background-color: #faa732;
2058
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
2059
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
2060
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
2061
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
2062
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
2063
+ background-repeat: repeat-x;
2064
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
2065
+ border-color: #f89406 #f89406 #ad6704;
2066
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2067
+ *background-color: #f89406;
2068
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2069
+
2070
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2071
+ }
2072
+ .btn-warning:hover,
2073
+ .btn-warning:active,
2074
+ .btn-warning.active,
2075
+ .btn-warning.disabled,
2076
+ .btn-warning[disabled] {
2077
+ color: #ffffff;
2078
+ background-color: #f89406;
2079
+ *background-color: #df8505;
2080
+ }
2081
+ .btn-warning:active,
2082
+ .btn-warning.active {
2083
+ background-color: #c67605 \9;
2084
+ }
2085
+ .btn-danger {
2086
+ color: #ffffff;
2087
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2088
+ background-color: #da4f49;
2089
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2090
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2091
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2092
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2093
+ background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2094
+ background-repeat: repeat-x;
2095
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2096
+ border-color: #bd362f #bd362f #802420;
2097
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2098
+ *background-color: #bd362f;
2099
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2100
+
2101
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2102
+ }
2103
+ .btn-danger:hover,
2104
+ .btn-danger:active,
2105
+ .btn-danger.active,
2106
+ .btn-danger.disabled,
2107
+ .btn-danger[disabled] {
2108
+ color: #ffffff;
2109
+ background-color: #bd362f;
2110
+ *background-color: #a9302a;
2111
+ }
2112
+ .btn-danger:active,
2113
+ .btn-danger.active {
2114
+ background-color: #942a25 \9;
2115
+ }
2116
+ .btn-success {
2117
+ color: #ffffff;
2118
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2119
+ background-color: #5bb75b;
2120
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
2121
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2122
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2123
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
2124
+ background-image: linear-gradient(to bottom, #62c462, #51a351);
2125
+ background-repeat: repeat-x;
2126
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2127
+ border-color: #51a351 #51a351 #387038;
2128
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2129
+ *background-color: #51a351;
2130
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2131
+
2132
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2133
+ }
2134
+ .btn-success:hover,
2135
+ .btn-success:active,
2136
+ .btn-success.active,
2137
+ .btn-success.disabled,
2138
+ .btn-success[disabled] {
2139
+ color: #ffffff;
2140
+ background-color: #51a351;
2141
+ *background-color: #499249;
2142
+ }
2143
+ .btn-success:active,
2144
+ .btn-success.active {
2145
+ background-color: #408140 \9;
2146
+ }
2147
+ .btn-info {
2148
+ color: #ffffff;
2149
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2150
+ background-color: #49afcd;
2151
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2152
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2153
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2154
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2155
+ background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
2156
+ background-repeat: repeat-x;
2157
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2158
+ border-color: #2f96b4 #2f96b4 #1f6377;
2159
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2160
+ *background-color: #2f96b4;
2161
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2162
+
2163
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2164
+ }
2165
+ .btn-info:hover,
2166
+ .btn-info:active,
2167
+ .btn-info.active,
2168
+ .btn-info.disabled,
2169
+ .btn-info[disabled] {
2170
+ color: #ffffff;
2171
+ background-color: #2f96b4;
2172
+ *background-color: #2a85a0;
2173
+ }
2174
+ .btn-info:active,
2175
+ .btn-info.active {
2176
+ background-color: #24748c \9;
2177
+ }
2178
+ .btn-inverse {
2179
+ color: #ffffff;
2180
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2181
+ background-color: #363636;
2182
+ background-image: -moz-linear-gradient(top, #444444, #222222);
2183
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
2184
+ background-image: -webkit-linear-gradient(top, #444444, #222222);
2185
+ background-image: -o-linear-gradient(top, #444444, #222222);
2186
+ background-image: linear-gradient(to bottom, #444444, #222222);
2187
+ background-repeat: repeat-x;
2188
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
2189
+ border-color: #222222 #222222 #000000;
2190
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2191
+ *background-color: #222222;
2192
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2193
+
2194
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2195
+ }
2196
+ .btn-inverse:hover,
2197
+ .btn-inverse:active,
2198
+ .btn-inverse.active,
2199
+ .btn-inverse.disabled,
2200
+ .btn-inverse[disabled] {
2201
+ color: #ffffff;
2202
+ background-color: #222222;
2203
+ *background-color: #151515;
2204
+ }
2205
+ .btn-inverse:active,
2206
+ .btn-inverse.active {
2207
+ background-color: #080808 \9;
2208
+ }
2209
+ button.btn,
2210
+ input[type="submit"].btn {
2211
+ *padding-top: 3px;
2212
+ *padding-bottom: 3px;
2213
+ }
2214
+ button.btn::-moz-focus-inner,
2215
+ input[type="submit"].btn::-moz-focus-inner {
2216
+ padding: 0;
2217
+ border: 0;
2218
+ }
2219
+ button.btn.btn-large,
2220
+ input[type="submit"].btn.btn-large {
2221
+ *padding-top: 7px;
2222
+ *padding-bottom: 7px;
2223
+ }
2224
+ button.btn.btn-small,
2225
+ input[type="submit"].btn.btn-small {
2226
+ *padding-top: 3px;
2227
+ *padding-bottom: 3px;
2228
+ }
2229
+ button.btn.btn-mini,
2230
+ input[type="submit"].btn.btn-mini {
2231
+ *padding-top: 1px;
2232
+ *padding-bottom: 1px;
2233
+ }
2234
+ .btn-link,
2235
+ .btn-link:active,
2236
+ .btn-link[disabled] {
2237
+ background-color: transparent;
2238
+ background-image: none;
2239
+ -webkit-box-shadow: none;
2240
+ -moz-box-shadow: none;
2241
+ box-shadow: none;
2242
+ }
2243
+ .btn-link {
2244
+ border-color: transparent;
2245
+ cursor: pointer;
2246
+ color: #0088cc;
2247
+ -webkit-border-radius: 0;
2248
+ -moz-border-radius: 0;
2249
+ border-radius: 0;
2250
+ }
2251
+ .btn-link:hover {
2252
+ color: #005580;
2253
+ text-decoration: underline;
2254
+ background-color: transparent;
2255
+ }
2256
+ .btn-link[disabled]:hover {
2257
+ color: #333333;
2258
+ text-decoration: none;
2259
+ }
2260
+
2261
+ .btn-group {
2262
+ position: relative;
2263
+ font-size: 0;
2264
+ vertical-align: middle;
2265
+ white-space: nowrap;
2266
+ *margin-left: .3em;
2267
+ }
2268
+ .btn-group:first-child {
2269
+ *margin-left: 0;
2270
+ }
2271
+ .btn-group + .btn-group {
2272
+ margin-left: 5px;
2273
+ }
2274
+ .btn-toolbar {
2275
+ font-size: 0;
2276
+ margin-top: 10px;
2277
+ margin-bottom: 10px;
2278
+ }
2279
+ .btn-toolbar .btn-group {
2280
+ display: inline-block;
2281
+ *display: inline;
2282
+ /* IE7 inline-block hack */
2283
+
2284
+ *zoom: 1;
2285
+ }
2286
+ .btn-toolbar .btn + .btn,
2287
+ .btn-toolbar .btn-group + .btn,
2288
+ .btn-toolbar .btn + .btn-group {
2289
+ margin-left: 5px;
2290
+ }
2291
+ .btn-group > .btn {
2292
+ position: relative;
2293
+ -webkit-border-radius: 0;
2294
+ -moz-border-radius: 0;
2295
+ border-radius: 0;
2296
+ }
2297
+ .btn-group > .btn + .btn {
2298
+ margin-left: -1px;
2299
+ }
2300
+ .btn-group > .btn,
2301
+ .btn-group > .dropdown-menu {
2302
+ font-size: 14px;
2303
+ }
2304
+ .btn-group > .btn-mini {
2305
+ font-size: 11px;
2306
+ }
2307
+ .btn-group > .btn-small {
2308
+ font-size: 12px;
2309
+ }
2310
+ .btn-group > .btn-large {
2311
+ font-size: 16px;
2312
+ }
2313
+ .btn-group > .btn:first-child {
2314
+ margin-left: 0;
2315
+ -webkit-border-top-left-radius: 4px;
2316
+ -moz-border-radius-topleft: 4px;
2317
+ border-top-left-radius: 4px;
2318
+ -webkit-border-bottom-left-radius: 4px;
2319
+ -moz-border-radius-bottomleft: 4px;
2320
+ border-bottom-left-radius: 4px;
2321
+ }
2322
+ .btn-group > .btn:last-child,
2323
+ .btn-group > .dropdown-toggle {
2324
+ -webkit-border-top-right-radius: 4px;
2325
+ -moz-border-radius-topright: 4px;
2326
+ border-top-right-radius: 4px;
2327
+ -webkit-border-bottom-right-radius: 4px;
2328
+ -moz-border-radius-bottomright: 4px;
2329
+ border-bottom-right-radius: 4px;
2330
+ }
2331
+ .btn-group > .btn.large:first-child {
2332
+ margin-left: 0;
2333
+ -webkit-border-top-left-radius: 6px;
2334
+ -moz-border-radius-topleft: 6px;
2335
+ border-top-left-radius: 6px;
2336
+ -webkit-border-bottom-left-radius: 6px;
2337
+ -moz-border-radius-bottomleft: 6px;
2338
+ border-bottom-left-radius: 6px;
2339
+ }
2340
+ .btn-group > .btn.large:last-child,
2341
+ .btn-group > .large.dropdown-toggle {
2342
+ -webkit-border-top-right-radius: 6px;
2343
+ -moz-border-radius-topright: 6px;
2344
+ border-top-right-radius: 6px;
2345
+ -webkit-border-bottom-right-radius: 6px;
2346
+ -moz-border-radius-bottomright: 6px;
2347
+ border-bottom-right-radius: 6px;
2348
+ }
2349
+ .btn-group > .btn:hover,
2350
+ .btn-group > .btn:focus,
2351
+ .btn-group > .btn:active,
2352
+ .btn-group > .btn.active {
2353
+ z-index: 2;
2354
+ }
2355
+ .btn-group .dropdown-toggle:active,
2356
+ .btn-group.open .dropdown-toggle {
2357
+ outline: 0;
2358
+ }
2359
+ .btn-group > .btn + .dropdown-toggle {
2360
+ padding-left: 8px;
2361
+ padding-right: 8px;
2362
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2363
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2364
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2365
+ *padding-top: 5px;
2366
+ *padding-bottom: 5px;
2367
+ }
2368
+ .btn-group > .btn-mini + .dropdown-toggle {
2369
+ padding-left: 5px;
2370
+ padding-right: 5px;
2371
+ *padding-top: 2px;
2372
+ *padding-bottom: 2px;
2373
+ }
2374
+ .btn-group > .btn-small + .dropdown-toggle {
2375
+ *padding-top: 5px;
2376
+ *padding-bottom: 4px;
2377
+ }
2378
+ .btn-group > .btn-large + .dropdown-toggle {
2379
+ padding-left: 12px;
2380
+ padding-right: 12px;
2381
+ *padding-top: 7px;
2382
+ *padding-bottom: 7px;
2383
+ }
2384
+ .btn-group.open .dropdown-toggle {
2385
+ background-image: none;
2386
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2387
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2388
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2389
+ }
2390
+ .btn-group.open .btn.dropdown-toggle {
2391
+ background-color: #e6e6e6;
2392
+ }
2393
+ .btn-group.open .btn-primary.dropdown-toggle {
2394
+ background-color: #0044cc;
2395
+ }
2396
+ .btn-group.open .btn-warning.dropdown-toggle {
2397
+ background-color: #f89406;
2398
+ }
2399
+ .btn-group.open .btn-danger.dropdown-toggle {
2400
+ background-color: #bd362f;
2401
+ }
2402
+ .btn-group.open .btn-success.dropdown-toggle {
2403
+ background-color: #51a351;
2404
+ }
2405
+ .btn-group.open .btn-info.dropdown-toggle {
2406
+ background-color: #2f96b4;
2407
+ }
2408
+ .btn-group.open .btn-inverse.dropdown-toggle {
2409
+ background-color: #222222;
2410
+ }
2411
+ .btn .caret {
2412
+ margin-top: 8px;
2413
+ margin-left: 0;
2414
+ }
2415
+ .btn-mini .caret,
2416
+ .btn-small .caret,
2417
+ .btn-large .caret {
2418
+ margin-top: 6px;
2419
+ }
2420
+ .btn-large .caret {
2421
+ border-left-width: 5px;
2422
+ border-right-width: 5px;
2423
+ border-top-width: 5px;
2424
+ }
2425
+ .dropup .btn-large .caret {
2426
+ border-bottom: 5px solid #000000;
2427
+ border-top: 0;
2428
+ }
2429
+ .btn-primary .caret,
2430
+ .btn-warning .caret,
2431
+ .btn-danger .caret,
2432
+ .btn-info .caret,
2433
+ .btn-success .caret,
2434
+ .btn-inverse .caret {
2435
+ border-top-color: #ffffff;
2436
+ border-bottom-color: #ffffff;
2437
+ }
2438
+ .btn-group-vertical {
2439
+ display: inline-block;
2440
+ *display: inline;
2441
+ /* IE7 inline-block hack */
2442
+
2443
+ *zoom: 1;
2444
+ }
2445
+ .btn-group-vertical .btn {
2446
+ display: block;
2447
+ float: none;
2448
+ width: 100%;
2449
+ -webkit-border-radius: 0;
2450
+ -moz-border-radius: 0;
2451
+ border-radius: 0;
2452
+ }
2453
+ .btn-group-vertical .btn + .btn {
2454
+ margin-left: 0;
2455
+ margin-top: -1px;
2456
+ }
2457
+ .btn-group-vertical .btn:first-child {
2458
+ -webkit-border-radius: 4px 4px 0 0;
2459
+ -moz-border-radius: 4px 4px 0 0;
2460
+ border-radius: 4px 4px 0 0;
2461
+ }
2462
+ .btn-group-vertical .btn:last-child {
2463
+ -webkit-border-radius: 0 0 4px 4px;
2464
+ -moz-border-radius: 0 0 4px 4px;
2465
+ border-radius: 0 0 4px 4px;
2466
+ }
2467
+ .btn-group-vertical .btn-large:first-child {
2468
+ -webkit-border-radius: 6px 6px 0 0;
2469
+ -moz-border-radius: 6px 6px 0 0;
2470
+ border-radius: 6px 6px 0 0;
2471
+ }
2472
+ .btn-group-vertical .btn-large:last-child {
2473
+ -webkit-border-radius: 0 0 6px 6px;
2474
+ -moz-border-radius: 0 0 6px 6px;
2475
+ border-radius: 0 0 6px 6px;
2476
+ }
2477
+ .nav {
2478
+ margin-left: 0;
2479
+ margin-bottom: 20px;
2480
+ list-style: none;
2481
+ }
2482
+ .nav > li > a {
2483
+ display: block;
2484
+ }
2485
+ .nav > li > a:hover {
2486
+ text-decoration: none;
2487
+ background-color: #eeeeee;
2488
+ }
2489
+ .nav > .pull-right {
2490
+ float: right;
2491
+ }
2492
+ .nav-header {
2493
+ display: block;
2494
+ padding: 3px 15px;
2495
+ font-size: 11px;
2496
+ font-weight: bold;
2497
+ line-height: 20px;
2498
+ color: #999999;
2499
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2500
+ text-transform: uppercase;
2501
+ }
2502
+ .nav li + .nav-header {
2503
+ margin-top: 9px;
2504
+ }
2505
+ .nav-list {
2506
+ padding-left: 15px;
2507
+ padding-right: 15px;
2508
+ margin-bottom: 0;
2509
+ }
2510
+ .nav-list > li > a,
2511
+ .nav-list .nav-header {
2512
+ margin-left: -15px;
2513
+ margin-right: -15px;
2514
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2515
+ }
2516
+ .nav-list > li > a {
2517
+ padding: 3px 15px;
2518
+ }
2519
+ .nav-list > .active > a,
2520
+ .nav-list > .active > a:hover {
2521
+ color: #ffffff;
2522
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2523
+ background-color: #0088cc;
2524
+ }
2525
+ .nav-list [class^="icon-"] {
2526
+ margin-right: 2px;
2527
+ }
2528
+ .nav-list .divider {
2529
+ *width: 100%;
2530
+ height: 1px;
2531
+ margin: 9px 1px;
2532
+ *margin: -5px 0 5px;
2533
+ overflow: hidden;
2534
+ background-color: #e5e5e5;
2535
+ border-bottom: 1px solid #ffffff;
2536
+ }
2537
+ .nav-tabs,
2538
+ .nav-pills {
2539
+ *zoom: 1;
2540
+ }
2541
+ .nav-tabs:before,
2542
+ .nav-pills:before,
2543
+ .nav-tabs:after,
2544
+ .nav-pills:after {
2545
+ display: table;
2546
+ content: "";
2547
+ line-height: 0;
2548
+ }
2549
+ .nav-tabs:after,
2550
+ .nav-pills:after {
2551
+ clear: both;
2552
+ }
2553
+ .nav-tabs > li,
2554
+ .nav-pills > li {
2555
+ float: left;
2556
+ }
2557
+ .nav-tabs > li > a,
2558
+ .nav-pills > li > a {
2559
+ padding-right: 12px;
2560
+ padding-left: 12px;
2561
+ margin-right: 2px;
2562
+ line-height: 14px;
2563
+ }
2564
+ .nav-tabs {
2565
+ border-bottom: 1px solid #ddd;
2566
+ }
2567
+ .nav-tabs > li {
2568
+ margin-bottom: -1px;
2569
+ }
2570
+ .nav-tabs > li > a {
2571
+ padding-top: 8px;
2572
+ padding-bottom: 8px;
2573
+ line-height: 20px;
2574
+ border: 1px solid transparent;
2575
+ -webkit-border-radius: 4px 4px 0 0;
2576
+ -moz-border-radius: 4px 4px 0 0;
2577
+ border-radius: 4px 4px 0 0;
2578
+ }
2579
+ .nav-tabs > li > a:hover {
2580
+ border-color: #eeeeee #eeeeee #dddddd;
2581
+ }
2582
+ .nav-tabs > .active > a,
2583
+ .nav-tabs > .active > a:hover {
2584
+ color: #555555;
2585
+ background-color: #ffffff;
2586
+ border: 1px solid #ddd;
2587
+ border-bottom-color: transparent;
2588
+ cursor: default;
2589
+ }
2590
+ .nav-pills > li > a {
2591
+ padding-top: 8px;
2592
+ padding-bottom: 8px;
2593
+ margin-top: 2px;
2594
+ margin-bottom: 2px;
2595
+ -webkit-border-radius: 5px;
2596
+ -moz-border-radius: 5px;
2597
+ border-radius: 5px;
2598
+ }
2599
+ .nav-pills > .active > a,
2600
+ .nav-pills > .active > a:hover {
2601
+ color: #ffffff;
2602
+ background-color: #0088cc;
2603
+ }
2604
+ .nav-stacked > li {
2605
+ float: none;
2606
+ }
2607
+ .nav-stacked > li > a {
2608
+ margin-right: 0;
2609
+ }
2610
+ .nav-tabs.nav-stacked {
2611
+ border-bottom: 0;
2612
+ }
2613
+ .nav-tabs.nav-stacked > li > a {
2614
+ border: 1px solid #ddd;
2615
+ -webkit-border-radius: 0;
2616
+ -moz-border-radius: 0;
2617
+ border-radius: 0;
2618
+ }
2619
+ .nav-tabs.nav-stacked > li:first-child > a {
2620
+ -webkit-border-top-right-radius: 4px;
2621
+ -moz-border-radius-topright: 4px;
2622
+ border-top-right-radius: 4px;
2623
+ -webkit-border-top-left-radius: 4px;
2624
+ -moz-border-radius-topleft: 4px;
2625
+ border-top-left-radius: 4px;
2626
+ }
2627
+ .nav-tabs.nav-stacked > li:last-child > a {
2628
+ -webkit-border-bottom-right-radius: 4px;
2629
+ -moz-border-radius-bottomright: 4px;
2630
+ border-bottom-right-radius: 4px;
2631
+ -webkit-border-bottom-left-radius: 4px;
2632
+ -moz-border-radius-bottomleft: 4px;
2633
+ border-bottom-left-radius: 4px;
2634
+ }
2635
+ .nav-tabs.nav-stacked > li > a:hover {
2636
+ border-color: #ddd;
2637
+ z-index: 2;
2638
+ }
2639
+ .nav-pills.nav-stacked > li > a {
2640
+ margin-bottom: 3px;
2641
+ }
2642
+ .nav-pills.nav-stacked > li:last-child > a {
2643
+ margin-bottom: 1px;
2644
+ }
2645
+ .nav-tabs .dropdown-menu {
2646
+ -webkit-border-radius: 0 0 6px 6px;
2647
+ -moz-border-radius: 0 0 6px 6px;
2648
+ border-radius: 0 0 6px 6px;
2649
+ }
2650
+ .nav-pills .dropdown-menu {
2651
+ -webkit-border-radius: 6px;
2652
+ -moz-border-radius: 6px;
2653
+ border-radius: 6px;
2654
+ }
2655
+ .nav .dropdown-toggle .caret {
2656
+ border-top-color: #0088cc;
2657
+ border-bottom-color: #0088cc;
2658
+ margin-top: 6px;
2659
+ }
2660
+ .nav .dropdown-toggle:hover .caret {
2661
+ border-top-color: #005580;
2662
+ border-bottom-color: #005580;
2663
+ }
2664
+ /* move down carets for tabs */
2665
+ .nav-tabs .dropdown-toggle .caret {
2666
+ margin-top: 8px;
2667
+ }
2668
+ .nav .active .dropdown-toggle .caret {
2669
+ border-top-color: #fff;
2670
+ border-bottom-color: #fff;
2671
+ }
2672
+ .nav-tabs .active .dropdown-toggle .caret {
2673
+ border-top-color: #555555;
2674
+ border-bottom-color: #555555;
2675
+ }
2676
+ .nav > .dropdown.active > a:hover {
2677
+ cursor: pointer;
2678
+ }
2679
+ .nav-tabs .open .dropdown-toggle,
2680
+ .nav-pills .open .dropdown-toggle,
2681
+ .nav > li.dropdown.open.active > a:hover {
2682
+ color: #ffffff;
2683
+ background-color: #999999;
2684
+ border-color: #999999;
2685
+ }
2686
+ .nav li.dropdown.open .caret,
2687
+ .nav li.dropdown.open.active .caret,
2688
+ .nav li.dropdown.open a:hover .caret {
2689
+ border-top-color: #ffffff;
2690
+ border-bottom-color: #ffffff;
2691
+ opacity: 1;
2692
+ filter: alpha(opacity=100);
2693
+ }
2694
+ .tabs-stacked .open > a:hover {
2695
+ border-color: #999999;
2696
+ }
2697
+ .tabbable {
2698
+ *zoom: 1;
2699
+ }
2700
+ .tabbable:before,
2701
+ .tabbable:after {
2702
+ display: table;
2703
+ content: "";
2704
+ line-height: 0;
2705
+ }
2706
+ .tabbable:after {
2707
+ clear: both;
2708
+ }
2709
+ .tab-content {
2710
+ overflow: auto;
2711
+ }
2712
+ .tabs-below > .nav-tabs,
2713
+ .tabs-right > .nav-tabs,
2714
+ .tabs-left > .nav-tabs {
2715
+ border-bottom: 0;
2716
+ }
2717
+ .tab-content > .tab-pane,
2718
+ .pill-content > .pill-pane {
2719
+ display: none;
2720
+ }
2721
+ .tab-content > .active,
2722
+ .pill-content > .active {
2723
+ display: block;
2724
+ }
2725
+ .tabs-below > .nav-tabs {
2726
+ border-top: 1px solid #ddd;
2727
+ }
2728
+ .tabs-below > .nav-tabs > li {
2729
+ margin-top: -1px;
2730
+ margin-bottom: 0;
2731
+ }
2732
+ .tabs-below > .nav-tabs > li > a {
2733
+ -webkit-border-radius: 0 0 4px 4px;
2734
+ -moz-border-radius: 0 0 4px 4px;
2735
+ border-radius: 0 0 4px 4px;
2736
+ }
2737
+ .tabs-below > .nav-tabs > li > a:hover {
2738
+ border-bottom-color: transparent;
2739
+ border-top-color: #ddd;
2740
+ }
2741
+ .tabs-below > .nav-tabs > .active > a,
2742
+ .tabs-below > .nav-tabs > .active > a:hover {
2743
+ border-color: transparent #ddd #ddd #ddd;
2744
+ }
2745
+ .tabs-left > .nav-tabs > li,
2746
+ .tabs-right > .nav-tabs > li {
2747
+ float: none;
2748
+ }
2749
+ .tabs-left > .nav-tabs > li > a,
2750
+ .tabs-right > .nav-tabs > li > a {
2751
+ min-width: 74px;
2752
+ margin-right: 0;
2753
+ margin-bottom: 3px;
2754
+ }
2755
+ .tabs-left > .nav-tabs {
2756
+ float: left;
2757
+ margin-right: 19px;
2758
+ border-right: 1px solid #ddd;
2759
+ }
2760
+ .tabs-left > .nav-tabs > li > a {
2761
+ margin-right: -1px;
2762
+ -webkit-border-radius: 4px 0 0 4px;
2763
+ -moz-border-radius: 4px 0 0 4px;
2764
+ border-radius: 4px 0 0 4px;
2765
+ }
2766
+ .tabs-left > .nav-tabs > li > a:hover {
2767
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2768
+ }
2769
+ .tabs-left > .nav-tabs .active > a,
2770
+ .tabs-left > .nav-tabs .active > a:hover {
2771
+ border-color: #ddd transparent #ddd #ddd;
2772
+ *border-right-color: #ffffff;
2773
+ }
2774
+ .tabs-right > .nav-tabs {
2775
+ float: right;
2776
+ margin-left: 19px;
2777
+ border-left: 1px solid #ddd;
2778
+ }
2779
+ .tabs-right > .nav-tabs > li > a {
2780
+ margin-left: -1px;
2781
+ -webkit-border-radius: 0 4px 4px 0;
2782
+ -moz-border-radius: 0 4px 4px 0;
2783
+ border-radius: 0 4px 4px 0;
2784
+ }
2785
+ .tabs-right > .nav-tabs > li > a:hover {
2786
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2787
+ }
2788
+ .tabs-right > .nav-tabs .active > a,
2789
+ .tabs-right > .nav-tabs .active > a:hover {
2790
+ border-color: #ddd #ddd #ddd transparent;
2791
+ *border-left-color: #ffffff;
2792
+ }
2793
+ .nav > .disabled > a {
2794
+ color: #999999;
2795
+ }
2796
+ .nav > .disabled > a:hover {
2797
+ text-decoration: none;
2798
+ background-color: transparent;
2799
+ cursor: default;
2800
+ }
2801
+ .navbar {
2802
+ overflow: visible;
2803
+ margin-bottom: 20px;
2804
+ color: #777777;
2805
+ *position: relative;
2806
+ *z-index: 2;
2807
+ }
2808
+ .navbar-inner {
2809
+ min-height: 40px;
2810
+ padding-left: 20px;
2811
+ padding-right: 20px;
2812
+ background-color: #fafafa;
2813
+ background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
2814
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
2815
+ background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
2816
+ background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
2817
+ background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
2818
+ background-repeat: repeat-x;
2819
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
2820
+ border: 1px solid #d4d4d4;
2821
+ -webkit-border-radius: 4px;
2822
+ -moz-border-radius: 4px;
2823
+ border-radius: 4px;
2824
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2825
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2826
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
2827
+ *zoom: 1;
2828
+ }
2829
+ .navbar-inner:before,
2830
+ .navbar-inner:after {
2831
+ display: table;
2832
+ content: "";
2833
+ line-height: 0;
2834
+ }
2835
+ .navbar-inner:after {
2836
+ clear: both;
2837
+ }
2838
+ .navbar .container {
2839
+ width: auto;
2840
+ }
2841
+ .nav-collapse.collapse {
2842
+ height: auto;
2843
+ }
2844
+ .navbar .brand {
2845
+ float: left;
2846
+ display: block;
2847
+ padding: 10px 20px 10px;
2848
+ margin-left: -20px;
2849
+ font-size: 20px;
2850
+ font-weight: 200;
2851
+ color: #777777;
2852
+ text-shadow: 0 1px 0 #ffffff;
2853
+ }
2854
+ .navbar .brand:hover {
2855
+ text-decoration: none;
2856
+ }
2857
+ .navbar-text {
2858
+ margin-bottom: 0;
2859
+ line-height: 40px;
2860
+ }
2861
+ .navbar-link {
2862
+ color: #777777;
2863
+ }
2864
+ .navbar-link:hover {
2865
+ color: #333333;
2866
+ }
2867
+ .navbar .divider-vertical {
2868
+ height: 40px;
2869
+ margin: 0 9px;
2870
+ border-left: 1px solid #f2f2f2;
2871
+ border-right: 1px solid #ffffff;
2872
+ }
2873
+ .navbar .btn,
2874
+ .navbar .btn-group {
2875
+ margin-top: 5px;
2876
+ }
2877
+ .navbar .btn-group .btn,
2878
+ .navbar .input-prepend .btn,
2879
+ .navbar .input-append .btn {
2880
+ margin-top: 0;
2881
+ }
2882
+ .navbar-form {
2883
+ margin-bottom: 0;
2884
+ *zoom: 1;
2885
+ }
2886
+ .navbar-form:before,
2887
+ .navbar-form:after {
2888
+ display: table;
2889
+ content: "";
2890
+ line-height: 0;
2891
+ }
2892
+ .navbar-form:after {
2893
+ clear: both;
2894
+ }
2895
+ .navbar-form input,
2896
+ .navbar-form select,
2897
+ .navbar-form .radio,
2898
+ .navbar-form .checkbox {
2899
+ margin-top: 5px;
2900
+ }
2901
+ .navbar-form input,
2902
+ .navbar-form select,
2903
+ .navbar-form .btn {
2904
+ display: inline-block;
2905
+ margin-bottom: 0;
2906
+ }
2907
+ .navbar-form input[type="image"],
2908
+ .navbar-form input[type="checkbox"],
2909
+ .navbar-form input[type="radio"] {
2910
+ margin-top: 3px;
2911
+ }
2912
+ .navbar-form .input-append,
2913
+ .navbar-form .input-prepend {
2914
+ margin-top: 6px;
2915
+ white-space: nowrap;
2916
+ }
2917
+ .navbar-form .input-append input,
2918
+ .navbar-form .input-prepend input {
2919
+ margin-top: 0;
2920
+ }
2921
+ .navbar-search {
2922
+ position: relative;
2923
+ float: left;
2924
+ margin-top: 5px;
2925
+ margin-bottom: 0;
2926
+ }
2927
+ .navbar-search .search-query {
2928
+ margin-bottom: 0;
2929
+ padding: 4px 14px;
2930
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2931
+ font-size: 13px;
2932
+ font-weight: normal;
2933
+ line-height: 1;
2934
+ -webkit-border-radius: 15px;
2935
+ -moz-border-radius: 15px;
2936
+ border-radius: 15px;
2937
+ }
2938
+ .navbar-static-top {
2939
+ position: static;
2940
+ width: 100%;
2941
+ margin-bottom: 0;
2942
+ }
2943
+ .navbar-static-top .navbar-inner {
2944
+ -webkit-border-radius: 0;
2945
+ -moz-border-radius: 0;
2946
+ border-radius: 0;
2947
+ }
2948
+ .navbar-fixed-top,
2949
+ .navbar-fixed-bottom {
2950
+ position: fixed;
2951
+ right: 0;
2952
+ left: 0;
2953
+ z-index: 1030;
2954
+ margin-bottom: 0;
2955
+ }
2956
+ .navbar-fixed-top .navbar-inner,
2957
+ .navbar-static-top .navbar-inner {
2958
+ border-width: 0 0 1px;
2959
+ }
2960
+ .navbar-fixed-bottom .navbar-inner {
2961
+ border-width: 1px 0 0;
2962
+ }
2963
+ .navbar-fixed-top .navbar-inner,
2964
+ .navbar-fixed-bottom .navbar-inner {
2965
+ padding-left: 0;
2966
+ padding-right: 0;
2967
+ -webkit-border-radius: 0;
2968
+ -moz-border-radius: 0;
2969
+ border-radius: 0;
2970
+ }
2971
+ .navbar-static-top .container,
2972
+ .navbar-fixed-top .container,
2973
+ .navbar-fixed-bottom .container {
2974
+ width: 940px;
2975
+ }
2976
+ .navbar-fixed-top {
2977
+ top: 0;
2978
+ }
2979
+ .navbar-fixed-top .navbar-inner,
2980
+ .navbar-static-top .navbar-inner {
2981
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2982
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2983
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
2984
+ }
2985
+ .navbar-fixed-bottom {
2986
+ bottom: 0;
2987
+ }
2988
+ .navbar-fixed-bottom .navbar-inner {
2989
+ -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2990
+ -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2991
+ box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
2992
+ }
2993
+ .navbar .nav {
2994
+ position: relative;
2995
+ left: 0;
2996
+ display: block;
2997
+ float: left;
2998
+ margin: 0 10px 0 0;
2999
+ }
3000
+ .navbar .nav.pull-right {
3001
+ float: right;
3002
+ margin-right: 0;
3003
+ }
3004
+ .navbar .nav > li {
3005
+ float: left;
3006
+ }
3007
+ .navbar .nav > li > a {
3008
+ float: none;
3009
+ padding: 10px 15px 10px;
3010
+ color: #777777;
3011
+ text-decoration: none;
3012
+ text-shadow: 0 1px 0 #ffffff;
3013
+ }
3014
+ .navbar .nav .dropdown-toggle .caret {
3015
+ margin-top: 8px;
3016
+ }
3017
+ .navbar .nav > li > a:focus,
3018
+ .navbar .nav > li > a:hover {
3019
+ background-color: transparent;
3020
+ color: #333333;
3021
+ text-decoration: none;
3022
+ }
3023
+ .navbar .nav > .active > a,
3024
+ .navbar .nav > .active > a:hover,
3025
+ .navbar .nav > .active > a:focus {
3026
+ color: #555555;
3027
+ text-decoration: none;
3028
+ background-color: #e5e5e5;
3029
+ -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3030
+ -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3031
+ box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3032
+ }
3033
+ .navbar .btn-navbar {
3034
+ display: none;
3035
+ float: right;
3036
+ padding: 7px 10px;
3037
+ margin-left: 5px;
3038
+ margin-right: 5px;
3039
+ color: #ffffff;
3040
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3041
+ background-color: #ededed;
3042
+ background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
3043
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
3044
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
3045
+ background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
3046
+ background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
3047
+ background-repeat: repeat-x;
3048
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
3049
+ border-color: #e5e5e5 #e5e5e5 #bfbfbf;
3050
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3051
+ *background-color: #e5e5e5;
3052
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3053
+
3054
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3055
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3056
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3057
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
3058
+ }
3059
+ .navbar .btn-navbar:hover,
3060
+ .navbar .btn-navbar:active,
3061
+ .navbar .btn-navbar.active,
3062
+ .navbar .btn-navbar.disabled,
3063
+ .navbar .btn-navbar[disabled] {
3064
+ color: #ffffff;
3065
+ background-color: #e5e5e5;
3066
+ *background-color: #d9d9d9;
3067
+ }
3068
+ .navbar .btn-navbar:active,
3069
+ .navbar .btn-navbar.active {
3070
+ background-color: #cccccc \9;
3071
+ }
3072
+ .navbar .btn-navbar .icon-bar {
3073
+ display: block;
3074
+ width: 18px;
3075
+ height: 2px;
3076
+ background-color: #f5f5f5;
3077
+ -webkit-border-radius: 1px;
3078
+ -moz-border-radius: 1px;
3079
+ border-radius: 1px;
3080
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3081
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3082
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3083
+ }
3084
+ .btn-navbar .icon-bar + .icon-bar {
3085
+ margin-top: 3px;
3086
+ }
3087
+ .navbar .nav > li > .dropdown-menu:before {
3088
+ content: '';
3089
+ display: inline-block;
3090
+ border-left: 7px solid transparent;
3091
+ border-right: 7px solid transparent;
3092
+ border-bottom: 7px solid #ccc;
3093
+ border-bottom-color: rgba(0, 0, 0, 0.2);
3094
+ position: absolute;
3095
+ top: -7px;
3096
+ left: 9px;
3097
+ }
3098
+ .navbar .nav > li > .dropdown-menu:after {
3099
+ content: '';
3100
+ display: inline-block;
3101
+ border-left: 6px solid transparent;
3102
+ border-right: 6px solid transparent;
3103
+ border-bottom: 6px solid #ffffff;
3104
+ position: absolute;
3105
+ top: -6px;
3106
+ left: 10px;
3107
+ }
3108
+ .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
3109
+ border-top: 7px solid #ccc;
3110
+ border-top-color: rgba(0, 0, 0, 0.2);
3111
+ border-bottom: 0;
3112
+ bottom: -7px;
3113
+ top: auto;
3114
+ }
3115
+ .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
3116
+ border-top: 6px solid #ffffff;
3117
+ border-bottom: 0;
3118
+ bottom: -6px;
3119
+ top: auto;
3120
+ }
3121
+ .navbar .nav li.dropdown.open > .dropdown-toggle,
3122
+ .navbar .nav li.dropdown.active > .dropdown-toggle,
3123
+ .navbar .nav li.dropdown.open.active > .dropdown-toggle {
3124
+ background-color: #e5e5e5;
3125
+ color: #555555;
3126
+ }
3127
+ .navbar .nav li.dropdown > .dropdown-toggle .caret {
3128
+ border-top-color: #777777;
3129
+ border-bottom-color: #777777;
3130
+ }
3131
+ .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
3132
+ .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
3133
+ .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
3134
+ border-top-color: #555555;
3135
+ border-bottom-color: #555555;
3136
+ }
3137
+ .navbar .pull-right > li > .dropdown-menu,
3138
+ .navbar .nav > li > .dropdown-menu.pull-right {
3139
+ left: auto;
3140
+ right: 0;
3141
+ }
3142
+ .navbar .pull-right > li > .dropdown-menu:before,
3143
+ .navbar .nav > li > .dropdown-menu.pull-right:before {
3144
+ left: auto;
3145
+ right: 12px;
3146
+ }
3147
+ .navbar .pull-right > li > .dropdown-menu:after,
3148
+ .navbar .nav > li > .dropdown-menu.pull-right:after {
3149
+ left: auto;
3150
+ right: 13px;
3151
+ }
3152
+ .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
3153
+ .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
3154
+ left: auto;
3155
+ right: 100%;
3156
+ margin-left: 0;
3157
+ margin-right: -1px;
3158
+ -webkit-border-radius: 6px 0 6px 6px;
3159
+ -moz-border-radius: 6px 0 6px 6px;
3160
+ border-radius: 6px 0 6px 6px;
3161
+ }
3162
+ .navbar-inverse {
3163
+ color: #999999;
3164
+ }
3165
+ .navbar-inverse .navbar-inner {
3166
+ background-color: #1b1b1b;
3167
+ background-image: -moz-linear-gradient(top, #222222, #111111);
3168
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
3169
+ background-image: -webkit-linear-gradient(top, #222222, #111111);
3170
+ background-image: -o-linear-gradient(top, #222222, #111111);
3171
+ background-image: linear-gradient(to bottom, #222222, #111111);
3172
+ background-repeat: repeat-x;
3173
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
3174
+ border-color: #252525;
3175
+ }
3176
+ .navbar-inverse .brand,
3177
+ .navbar-inverse .nav > li > a {
3178
+ color: #999999;
3179
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3180
+ }
3181
+ .navbar-inverse .brand:hover,
3182
+ .navbar-inverse .nav > li > a:hover {
3183
+ color: #ffffff;
3184
+ }
3185
+ .navbar-inverse .nav > li > a:focus,
3186
+ .navbar-inverse .nav > li > a:hover {
3187
+ background-color: transparent;
3188
+ color: #ffffff;
3189
+ }
3190
+ .navbar-inverse .nav .active > a,
3191
+ .navbar-inverse .nav .active > a:hover,
3192
+ .navbar-inverse .nav .active > a:focus {
3193
+ color: #ffffff;
3194
+ background-color: #111111;
3195
+ }
3196
+ .navbar-inverse .navbar-link {
3197
+ color: #999999;
3198
+ }
3199
+ .navbar-inverse .navbar-link:hover {
3200
+ color: #ffffff;
3201
+ }
3202
+ .navbar-inverse .divider-vertical {
3203
+ border-left-color: #111111;
3204
+ border-right-color: #222222;
3205
+ }
3206
+ .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
3207
+ .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
3208
+ .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
3209
+ background-color: #111111;
3210
+ color: #ffffff;
3211
+ }
3212
+ .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
3213
+ border-top-color: #999999;
3214
+ border-bottom-color: #999999;
3215
+ }
3216
+ .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
3217
+ .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
3218
+ .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
3219
+ border-top-color: #ffffff;
3220
+ border-bottom-color: #ffffff;
3221
+ }
3222
+ .navbar-inverse .navbar-search .search-query {
3223
+ color: #ffffff;
3224
+ background-color: #515151;
3225
+ border-color: #111111;
3226
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3227
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3228
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
3229
+ -webkit-transition: none;
3230
+ -moz-transition: none;
3231
+ -o-transition: none;
3232
+ transition: none;
3233
+ }
3234
+ .navbar-inverse .navbar-search .search-query:-moz-placeholder {
3235
+ color: #cccccc;
3236
+ }
3237
+ .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
3238
+ color: #cccccc;
3239
+ }
3240
+ .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
3241
+ color: #cccccc;
3242
+ }
3243
+ .navbar-inverse .navbar-search .search-query:focus,
3244
+ .navbar-inverse .navbar-search .search-query.focused {
3245
+ padding: 5px 15px;
3246
+ color: #333333;
3247
+ text-shadow: 0 1px 0 #ffffff;
3248
+ background-color: #ffffff;
3249
+ border: 0;
3250
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3251
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3252
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
3253
+ outline: 0;
3254
+ }
3255
+ .navbar-inverse .btn-navbar {
3256
+ color: #ffffff;
3257
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3258
+ background-color: #0e0e0e;
3259
+ background-image: -moz-linear-gradient(top, #151515, #040404);
3260
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
3261
+ background-image: -webkit-linear-gradient(top, #151515, #040404);
3262
+ background-image: -o-linear-gradient(top, #151515, #040404);
3263
+ background-image: linear-gradient(to bottom, #151515, #040404);
3264
+ background-repeat: repeat-x;
3265
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
3266
+ border-color: #040404 #040404 #000000;
3267
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3268
+ *background-color: #040404;
3269
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3270
+
3271
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3272
+ }
3273
+ .navbar-inverse .btn-navbar:hover,
3274
+ .navbar-inverse .btn-navbar:active,
3275
+ .navbar-inverse .btn-navbar.active,
3276
+ .navbar-inverse .btn-navbar.disabled,
3277
+ .navbar-inverse .btn-navbar[disabled] {
3278
+ color: #ffffff;
3279
+ background-color: #040404;
3280
+ *background-color: #000000;
3281
+ }
3282
+ .navbar-inverse .btn-navbar:active,
3283
+ .navbar-inverse .btn-navbar.active {
3284
+ background-color: #000000 \9;
3285
+ }
3286
+ .breadcrumb {
3287
+ padding: 8px 15px;
3288
+ margin: 0 0 20px;
3289
+ list-style: none;
3290
+ background-color: #f5f5f5;
3291
+ -webkit-border-radius: 4px;
3292
+ -moz-border-radius: 4px;
3293
+ border-radius: 4px;
3294
+ }
3295
+ .breadcrumb li {
3296
+ display: inline-block;
3297
+ *display: inline;
3298
+ /* IE7 inline-block hack */
3299
+
3300
+ *zoom: 1;
3301
+ text-shadow: 0 1px 0 #ffffff;
3302
+ }
3303
+ .breadcrumb .divider {
3304
+ padding: 0 5px;
3305
+ color: #ccc;
3306
+ }
3307
+ .breadcrumb .active {
3308
+ color: #999999;
3309
+ }
3310
+ .pagination {
3311
+ height: 40px;
3312
+ margin: 20px 0;
3313
+ }
3314
+ .pagination ul {
3315
+ display: inline-block;
3316
+ *display: inline;
3317
+ /* IE7 inline-block hack */
3318
+
3319
+ *zoom: 1;
3320
+ margin-left: 0;
3321
+ margin-bottom: 0;
3322
+ -webkit-border-radius: 3px;
3323
+ -moz-border-radius: 3px;
3324
+ border-radius: 3px;
3325
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3326
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3327
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3328
+ }
3329
+ .pagination ul > li {
3330
+ display: inline;
3331
+ }
3332
+ .pagination ul > li > a,
3333
+ .pagination ul > li > span {
3334
+ float: left;
3335
+ padding: 0 14px;
3336
+ line-height: 38px;
3337
+ text-decoration: none;
3338
+ background-color: #ffffff;
3339
+ border: 1px solid #dddddd;
3340
+ border-left-width: 0;
3341
+ }
3342
+ .pagination ul > li > a:hover,
3343
+ .pagination ul > .active > a,
3344
+ .pagination ul > .active > span {
3345
+ background-color: #f5f5f5;
3346
+ }
3347
+ .pagination ul > .active > a,
3348
+ .pagination ul > .active > span {
3349
+ color: #999999;
3350
+ cursor: default;
3351
+ }
3352
+ .pagination ul > .disabled > span,
3353
+ .pagination ul > .disabled > a,
3354
+ .pagination ul > .disabled > a:hover {
3355
+ color: #999999;
3356
+ background-color: transparent;
3357
+ cursor: default;
3358
+ }
3359
+ .pagination ul > li:first-child > a,
3360
+ .pagination ul > li:first-child > span {
3361
+ border-left-width: 1px;
3362
+ -webkit-border-radius: 3px 0 0 3px;
3363
+ -moz-border-radius: 3px 0 0 3px;
3364
+ border-radius: 3px 0 0 3px;
3365
+ }
3366
+ .pagination ul > li:last-child > a,
3367
+ .pagination ul > li:last-child > span {
3368
+ -webkit-border-radius: 0 3px 3px 0;
3369
+ -moz-border-radius: 0 3px 3px 0;
3370
+ border-radius: 0 3px 3px 0;
3371
+ }
3372
+ .pagination-centered {
3373
+ text-align: center;
3374
+ }
3375
+ .pagination-right {
3376
+ text-align: right;
3377
+ }
3378
+ .pager {
3379
+ margin: 20px 0;
3380
+ list-style: none;
3381
+ text-align: center;
3382
+ *zoom: 1;
3383
+ }
3384
+ .pager:before,
3385
+ .pager:after {
3386
+ display: table;
3387
+ content: "";
3388
+ line-height: 0;
3389
+ }
3390
+ .pager:after {
3391
+ clear: both;
3392
+ }
3393
+ .pager li {
3394
+ display: inline;
3395
+ }
3396
+ .pager a,
3397
+ .pager span {
3398
+ display: inline-block;
3399
+ padding: 5px 14px;
3400
+ background-color: #fff;
3401
+ border: 1px solid #ddd;
3402
+ -webkit-border-radius: 15px;
3403
+ -moz-border-radius: 15px;
3404
+ border-radius: 15px;
3405
+ }
3406
+ .pager a:hover {
3407
+ text-decoration: none;
3408
+ background-color: #f5f5f5;
3409
+ }
3410
+ .pager .next a,
3411
+ .pager .next span {
3412
+ float: right;
3413
+ }
3414
+ .pager .previous a {
3415
+ float: left;
3416
+ }
3417
+ .pager .disabled a,
3418
+ .pager .disabled a:hover,
3419
+ .pager .disabled span {
3420
+ color: #999999;
3421
+ background-color: #fff;
3422
+ cursor: default;
3423
+ }
3424
+ .thumbnails {
3425
+ margin-left: -20px;
3426
+ list-style: none;
3427
+ *zoom: 1;
3428
+ }
3429
+ .thumbnails:before,
3430
+ .thumbnails:after {
3431
+ display: table;
3432
+ content: "";
3433
+ line-height: 0;
3434
+ }
3435
+ .thumbnails:after {
3436
+ clear: both;
3437
+ }
3438
+ .row-fluid .thumbnails {
3439
+ margin-left: 0;
3440
+ }
3441
+ .thumbnails > li {
3442
+ float: left;
3443
+ margin-bottom: 20px;
3444
+ margin-left: 20px;
3445
+ }
3446
+ .thumbnail {
3447
+ display: block;
3448
+ padding: 4px;
3449
+ line-height: 20px;
3450
+ border: 1px solid #ddd;
3451
+ -webkit-border-radius: 4px;
3452
+ -moz-border-radius: 4px;
3453
+ border-radius: 4px;
3454
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3455
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3456
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
3457
+ -webkit-transition: all 0.2s ease-in-out;
3458
+ -moz-transition: all 0.2s ease-in-out;
3459
+ -o-transition: all 0.2s ease-in-out;
3460
+ transition: all 0.2s ease-in-out;
3461
+ }
3462
+ a.thumbnail:hover {
3463
+ border-color: #0088cc;
3464
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3465
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3466
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3467
+ }
3468
+ .thumbnail > img {
3469
+ display: block;
3470
+ max-width: 100%;
3471
+ margin-left: auto;
3472
+ margin-right: auto;
3473
+ }
3474
+ .thumbnail .caption {
3475
+ padding: 9px;
3476
+ color: #555555;
3477
+ }
3478
+ .alert {
3479
+ padding: 8px 35px 8px 14px;
3480
+ margin-bottom: 20px;
3481
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3482
+ background-color: #fcf8e3;
3483
+ border: 1px solid #fbeed5;
3484
+ -webkit-border-radius: 4px;
3485
+ -moz-border-radius: 4px;
3486
+ border-radius: 4px;
3487
+ color: #c09853;
3488
+ }
3489
+ .alert h4 {
3490
+ margin: 0;
3491
+ }
3492
+ .alert .close {
3493
+ position: relative;
3494
+ top: -2px;
3495
+ right: -21px;
3496
+ line-height: 20px;
3497
+ }
3498
+ .alert-success {
3499
+ background-color: #dff0d8;
3500
+ border-color: #d6e9c6;
3501
+ color: #468847;
3502
+ }
3503
+ .alert-danger,
3504
+ .alert-error {
3505
+ background-color: #f2dede;
3506
+ border-color: #eed3d7;
3507
+ color: #b94a48;
3508
+ }
3509
+ .alert-info {
3510
+ background-color: #d9edf7;
3511
+ border-color: #bce8f1;
3512
+ color: #3a87ad;
3513
+ }
3514
+ .alert-block {
3515
+ padding-top: 14px;
3516
+ padding-bottom: 14px;
3517
+ }
3518
+ .alert-block > p,
3519
+ .alert-block > ul {
3520
+ margin-bottom: 0;
3521
+ }
3522
+ .alert-block p + p {
3523
+ margin-top: 5px;
3524
+ }
3525
+ @-webkit-keyframes progress-bar-stripes {
3526
+ from {
3527
+ background-position: 40px 0;
3528
+ }
3529
+ to {
3530
+ background-position: 0 0;
3531
+ }
3532
+ }
3533
+ @-moz-keyframes progress-bar-stripes {
3534
+ from {
3535
+ background-position: 40px 0;
3536
+ }
3537
+ to {
3538
+ background-position: 0 0;
3539
+ }
3540
+ }
3541
+ @-ms-keyframes progress-bar-stripes {
3542
+ from {
3543
+ background-position: 40px 0;
3544
+ }
3545
+ to {
3546
+ background-position: 0 0;
3547
+ }
3548
+ }
3549
+ @-o-keyframes progress-bar-stripes {
3550
+ from {
3551
+ background-position: 0 0;
3552
+ }
3553
+ to {
3554
+ background-position: 40px 0;
3555
+ }
3556
+ }
3557
+ @keyframes progress-bar-stripes {
3558
+ from {
3559
+ background-position: 40px 0;
3560
+ }
3561
+ to {
3562
+ background-position: 0 0;
3563
+ }
3564
+ }
3565
+ .progress {
3566
+ overflow: hidden;
3567
+ height: 20px;
3568
+ margin-bottom: 20px;
3569
+ background-color: #f7f7f7;
3570
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
3571
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
3572
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
3573
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
3574
+ background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
3575
+ background-repeat: repeat-x;
3576
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
3577
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3578
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3579
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3580
+ -webkit-border-radius: 4px;
3581
+ -moz-border-radius: 4px;
3582
+ border-radius: 4px;
3583
+ }
3584
+ .progress .bar {
3585
+ width: 0%;
3586
+ height: 100%;
3587
+ color: #ffffff;
3588
+ float: left;
3589
+ font-size: 12px;
3590
+ text-align: center;
3591
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3592
+ background-color: #0e90d2;
3593
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
3594
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
3595
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
3596
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
3597
+ background-image: linear-gradient(to bottom, #149bdf, #0480be);
3598
+ background-repeat: repeat-x;
3599
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
3600
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3601
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3602
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3603
+ -webkit-box-sizing: border-box;
3604
+ -moz-box-sizing: border-box;
3605
+ box-sizing: border-box;
3606
+ -webkit-transition: width 0.6s ease;
3607
+ -moz-transition: width 0.6s ease;
3608
+ -o-transition: width 0.6s ease;
3609
+ transition: width 0.6s ease;
3610
+ }
3611
+ .progress .bar + .bar {
3612
+ -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3613
+ -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3614
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3615
+ }
3616
+ .progress-striped .bar {
3617
+ background-color: #149bdf;
3618
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3619
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3620
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3621
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3622
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3623
+ -webkit-background-size: 40px 40px;
3624
+ -moz-background-size: 40px 40px;
3625
+ -o-background-size: 40px 40px;
3626
+ background-size: 40px 40px;
3627
+ }
3628
+ .progress.active .bar {
3629
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
3630
+ -moz-animation: progress-bar-stripes 2s linear infinite;
3631
+ -ms-animation: progress-bar-stripes 2s linear infinite;
3632
+ -o-animation: progress-bar-stripes 2s linear infinite;
3633
+ animation: progress-bar-stripes 2s linear infinite;
3634
+ }
3635
+ .progress-danger .bar,
3636
+ .progress .bar-danger {
3637
+ background-color: #dd514c;
3638
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3639
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
3640
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3641
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3642
+ background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3643
+ background-repeat: repeat-x;
3644
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
3645
+ }
3646
+ .progress-danger.progress-striped .bar,
3647
+ .progress-striped .bar-danger {
3648
+ background-color: #ee5f5b;
3649
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3650
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3651
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3652
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3653
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3654
+ }
3655
+ .progress-success .bar,
3656
+ .progress .bar-success {
3657
+ background-color: #5eb95e;
3658
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
3659
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
3660
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3661
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
3662
+ background-image: linear-gradient(to bottom, #62c462, #57a957);
3663
+ background-repeat: repeat-x;
3664
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
3665
+ }
3666
+ .progress-success.progress-striped .bar,
3667
+ .progress-striped .bar-success {
3668
+ background-color: #62c462;
3669
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3670
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3671
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3672
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3673
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3674
+ }
3675
+ .progress-info .bar,
3676
+ .progress .bar-info {
3677
+ background-color: #4bb1cf;
3678
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3679
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
3680
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3681
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3682
+ background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3683
+ background-repeat: repeat-x;
3684
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
3685
+ }
3686
+ .progress-info.progress-striped .bar,
3687
+ .progress-striped .bar-info {
3688
+ background-color: #5bc0de;
3689
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3690
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3691
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3692
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3693
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3694
+ }
3695
+ .progress-warning .bar,
3696
+ .progress .bar-warning {
3697
+ background-color: #faa732;
3698
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3699
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3700
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3701
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
3702
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
3703
+ background-repeat: repeat-x;
3704
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
3705
+ }
3706
+ .progress-warning.progress-striped .bar,
3707
+ .progress-striped .bar-warning {
3708
+ background-color: #fbb450;
3709
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
3710
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3711
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3712
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3713
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3714
+ }
3715
+ .hero-unit {
3716
+ padding: 60px;
3717
+ margin-bottom: 30px;
3718
+ background-color: #eeeeee;
3719
+ -webkit-border-radius: 6px;
3720
+ -moz-border-radius: 6px;
3721
+ border-radius: 6px;
3722
+ }
3723
+ .hero-unit h1 {
3724
+ margin-bottom: 0;
3725
+ font-size: 60px;
3726
+ line-height: 1;
3727
+ color: inherit;
3728
+ letter-spacing: -1px;
3729
+ }
3730
+ .hero-unit p {
3731
+ font-size: 18px;
3732
+ font-weight: 200;
3733
+ line-height: 30px;
3734
+ color: inherit;
3735
+ }
3736
+ .tooltip {
3737
+ position: absolute;
3738
+ z-index: 1030;
3739
+ display: block;
3740
+ visibility: visible;
3741
+ padding: 5px;
3742
+ font-size: 11px;
3743
+ opacity: 0;
3744
+ filter: alpha(opacity=0);
3745
+ }
3746
+ .tooltip.in {
3747
+ opacity: 0.8;
3748
+ filter: alpha(opacity=80);
3749
+ }
3750
+ .tooltip.top {
3751
+ margin-top: -3px;
3752
+ }
3753
+ .tooltip.right {
3754
+ margin-left: 3px;
3755
+ }
3756
+ .tooltip.bottom {
3757
+ margin-top: 3px;
3758
+ }
3759
+ .tooltip.left {
3760
+ margin-left: -3px;
3761
+ }
3762
+ .tooltip-inner {
3763
+ max-width: 200px;
3764
+ padding: 3px 8px;
3765
+ color: #ffffff;
3766
+ text-align: center;
3767
+ text-decoration: none;
3768
+ background-color: #000000;
3769
+ -webkit-border-radius: 4px;
3770
+ -moz-border-radius: 4px;
3771
+ border-radius: 4px;
3772
+ }
3773
+ .tooltip-arrow {
3774
+ position: absolute;
3775
+ width: 0;
3776
+ height: 0;
3777
+ border-color: transparent;
3778
+ border-style: solid;
3779
+ }
3780
+ .tooltip.top .tooltip-arrow {
3781
+ bottom: 0;
3782
+ left: 50%;
3783
+ margin-left: -5px;
3784
+ border-width: 5px 5px 0;
3785
+ border-top-color: #000000;
3786
+ }
3787
+ .tooltip.right .tooltip-arrow {
3788
+ top: 50%;
3789
+ left: 0;
3790
+ margin-top: -5px;
3791
+ border-width: 5px 5px 5px 0;
3792
+ border-right-color: #000000;
3793
+ }
3794
+ .tooltip.left .tooltip-arrow {
3795
+ top: 50%;
3796
+ right: 0;
3797
+ margin-top: -5px;
3798
+ border-width: 5px 0 5px 5px;
3799
+ border-left-color: #000000;
3800
+ }
3801
+ .tooltip.bottom .tooltip-arrow {
3802
+ top: 0;
3803
+ left: 50%;
3804
+ margin-left: -5px;
3805
+ border-width: 0 5px 5px;
3806
+ border-bottom-color: #000000;
3807
+ }
3808
+ .popover {
3809
+ position: absolute;
3810
+ top: 0;
3811
+ left: 0;
3812
+ z-index: 1010;
3813
+ display: none;
3814
+ width: 236px;
3815
+ padding: 1px;
3816
+ background-color: #ffffff;
3817
+ -webkit-background-clip: padding-box;
3818
+ -moz-background-clip: padding;
3819
+ background-clip: padding-box;
3820
+ border: 1px solid #ccc;
3821
+ border: 1px solid rgba(0, 0, 0, 0.2);
3822
+ -webkit-border-radius: 6px;
3823
+ -moz-border-radius: 6px;
3824
+ border-radius: 6px;
3825
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3826
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3827
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3828
+ }
3829
+ .popover.top {
3830
+ margin-bottom: 10px;
3831
+ }
3832
+ .popover.right {
3833
+ margin-left: 10px;
3834
+ }
3835
+ .popover.bottom {
3836
+ margin-top: 10px;
3837
+ }
3838
+ .popover.left {
3839
+ margin-right: 10px;
3840
+ }
3841
+ .popover-title {
3842
+ margin: 0;
3843
+ padding: 8px 14px;
3844
+ font-size: 14px;
3845
+ font-weight: normal;
3846
+ line-height: 18px;
3847
+ background-color: #f7f7f7;
3848
+ border-bottom: 1px solid #ebebeb;
3849
+ -webkit-border-radius: 5px 5px 0 0;
3850
+ -moz-border-radius: 5px 5px 0 0;
3851
+ border-radius: 5px 5px 0 0;
3852
+ }
3853
+ .popover-content {
3854
+ padding: 9px 14px;
3855
+ }
3856
+ .popover-content p,
3857
+ .popover-content ul,
3858
+ .popover-content ol {
3859
+ margin-bottom: 0;
3860
+ }
3861
+ .popover .arrow,
3862
+ .popover .arrow:after {
3863
+ position: absolute;
3864
+ display: inline-block;
3865
+ width: 0;
3866
+ height: 0;
3867
+ border-color: transparent;
3868
+ border-style: solid;
3869
+ }
3870
+ .popover .arrow:after {
3871
+ content: "";
3872
+ z-index: -1;
3873
+ }
3874
+ .popover.top .arrow {
3875
+ bottom: -10px;
3876
+ left: 50%;
3877
+ margin-left: -10px;
3878
+ border-width: 10px 10px 0;
3879
+ border-top-color: #ffffff;
3880
+ }
3881
+ .popover.top .arrow:after {
3882
+ border-width: 11px 11px 0;
3883
+ border-top-color: rgba(0, 0, 0, 0.25);
3884
+ bottom: -1px;
3885
+ left: -11px;
3886
+ }
3887
+ .popover.right .arrow {
3888
+ top: 50%;
3889
+ left: -10px;
3890
+ margin-top: -10px;
3891
+ border-width: 10px 10px 10px 0;
3892
+ border-right-color: #ffffff;
3893
+ }
3894
+ .popover.right .arrow:after {
3895
+ border-width: 11px 11px 11px 0;
3896
+ border-right-color: rgba(0, 0, 0, 0.25);
3897
+ bottom: -11px;
3898
+ left: -1px;
3899
+ }
3900
+ .popover.bottom .arrow {
3901
+ top: -10px;
3902
+ left: 50%;
3903
+ margin-left: -10px;
3904
+ border-width: 0 10px 10px;
3905
+ border-bottom-color: #ffffff;
3906
+ }
3907
+ .popover.bottom .arrow:after {
3908
+ border-width: 0 11px 11px;
3909
+ border-bottom-color: rgba(0, 0, 0, 0.25);
3910
+ top: -1px;
3911
+ left: -11px;
3912
+ }
3913
+ .popover.left .arrow {
3914
+ top: 50%;
3915
+ right: -10px;
3916
+ margin-top: -10px;
3917
+ border-width: 10px 0 10px 10px;
3918
+ border-left-color: #ffffff;
3919
+ }
3920
+ .popover.left .arrow:after {
3921
+ border-width: 11px 0 11px 11px;
3922
+ border-left-color: rgba(0, 0, 0, 0.25);
3923
+ bottom: -11px;
3924
+ right: -1px;
3925
+ }
3926
+ .modal-open .modal .dropdown-menu {
3927
+ z-index: 2050;
3928
+ }
3929
+ .modal-open .modal .dropdown.open {
3930
+ *z-index: 2050;
3931
+ }
3932
+ .modal-open .modal .popover {
3933
+ z-index: 2060;
3934
+ }
3935
+ .modal-open .modal .tooltip {
3936
+ z-index: 2080;
3937
+ }
3938
+ .modal-backdrop {
3939
+ position: fixed;
3940
+ top: 0;
3941
+ right: 0;
3942
+ bottom: 0;
3943
+ left: 0;
3944
+ z-index: 1040;
3945
+ background-color: #000000;
3946
+ }
3947
+ .modal-backdrop.fade {
3948
+ opacity: 0;
3949
+ }
3950
+ .modal-backdrop,
3951
+ .modal-backdrop.fade.in {
3952
+ opacity: 0.8;
3953
+ filter: alpha(opacity=80);
3954
+ }
3955
+ .modal {
3956
+ position: fixed;
3957
+ top: 50%;
3958
+ left: 50%;
3959
+ z-index: 1050;
3960
+ overflow: auto;
3961
+ width: 560px;
3962
+ margin: -250px 0 0 -280px;
3963
+ background-color: #ffffff;
3964
+ border: 1px solid #999;
3965
+ border: 1px solid rgba(0, 0, 0, 0.3);
3966
+ *border: 1px solid #999;
3967
+ /* IE6-7 */
3968
+
3969
+ -webkit-border-radius: 6px;
3970
+ -moz-border-radius: 6px;
3971
+ border-radius: 6px;
3972
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3973
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3974
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3975
+ -webkit-background-clip: padding-box;
3976
+ -moz-background-clip: padding-box;
3977
+ background-clip: padding-box;
3978
+ }
3979
+ .modal.fade {
3980
+ -webkit-transition: opacity .3s linear, top .3s ease-out;
3981
+ -moz-transition: opacity .3s linear, top .3s ease-out;
3982
+ -o-transition: opacity .3s linear, top .3s ease-out;
3983
+ transition: opacity .3s linear, top .3s ease-out;
3984
+ top: -25%;
3985
+ }
3986
+ .modal.fade.in {
3987
+ top: 50%;
3988
+ }
3989
+ .modal-header {
3990
+ padding: 9px 15px;
3991
+ border-bottom: 1px solid #eee;
3992
+ }
3993
+ .modal-header .close {
3994
+ margin-top: 2px;
3995
+ }
3996
+ .modal-header h3 {
3997
+ margin: 0;
3998
+ line-height: 30px;
3999
+ }
4000
+ .modal-body {
4001
+ overflow-y: auto;
4002
+ max-height: 400px;
4003
+ padding: 15px;
4004
+ }
4005
+ .modal-form {
4006
+ margin-bottom: 0;
4007
+ }
4008
+ .modal-footer {
4009
+ padding: 14px 15px 15px;
4010
+ margin-bottom: 0;
4011
+ text-align: right;
4012
+ background-color: #f5f5f5;
4013
+ border-top: 1px solid #ddd;
4014
+ -webkit-border-radius: 0 0 6px 6px;
4015
+ -moz-border-radius: 0 0 6px 6px;
4016
+ border-radius: 0 0 6px 6px;
4017
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
4018
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
4019
+ box-shadow: inset 0 1px 0 #ffffff;
4020
+ *zoom: 1;
4021
+ }
4022
+ .modal-footer:before,
4023
+ .modal-footer:after {
4024
+ display: table;
4025
+ content: "";
4026
+ line-height: 0;
4027
+ }
4028
+ .modal-footer:after {
4029
+ clear: both;
4030
+ }
4031
+ .modal-footer .btn + .btn {
4032
+ margin-left: 5px;
4033
+ margin-bottom: 0;
4034
+ }
4035
+ .modal-footer .btn-group .btn + .btn {
4036
+ margin-left: -1px;
4037
+ }
4038
+ .dropup,
4039
+ .dropdown {
4040
+ position: relative;
4041
+ }
4042
+ .dropdown-toggle {
4043
+ *margin-bottom: -3px;
4044
+ }
4045
+ .dropdown-toggle:active,
4046
+ .open .dropdown-toggle {
4047
+ outline: 0;
4048
+ }
4049
+ .caret {
4050
+ display: inline-block;
4051
+ width: 0;
4052
+ height: 0;
4053
+ vertical-align: top;
4054
+ border-top: 4px solid #000000;
4055
+ border-right: 4px solid transparent;
4056
+ border-left: 4px solid transparent;
4057
+ content: "";
4058
+ }
4059
+ .dropdown .caret {
4060
+ margin-top: 8px;
4061
+ margin-left: 2px;
4062
+ }
4063
+ .dropdown-menu {
4064
+ position: absolute;
4065
+ top: 100%;
4066
+ left: 0;
4067
+ z-index: 1000;
4068
+ display: none;
4069
+ float: left;
4070
+ min-width: 160px;
4071
+ padding: 5px 0;
4072
+ margin: 2px 0 0;
4073
+ list-style: none;
4074
+ background-color: #ffffff;
4075
+ border: 1px solid #ccc;
4076
+ border: 1px solid rgba(0, 0, 0, 0.2);
4077
+ *border-right-width: 2px;
4078
+ *border-bottom-width: 2px;
4079
+ -webkit-border-radius: 6px;
4080
+ -moz-border-radius: 6px;
4081
+ border-radius: 6px;
4082
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4083
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4084
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4085
+ -webkit-background-clip: padding-box;
4086
+ -moz-background-clip: padding;
4087
+ background-clip: padding-box;
4088
+ }
4089
+ .dropdown-menu.pull-right {
4090
+ right: 0;
4091
+ left: auto;
4092
+ }
4093
+ .dropdown-menu .divider {
4094
+ *width: 100%;
4095
+ height: 1px;
4096
+ margin: 9px 1px;
4097
+ *margin: -5px 0 5px;
4098
+ overflow: hidden;
4099
+ background-color: #e5e5e5;
4100
+ border-bottom: 1px solid #ffffff;
4101
+ }
4102
+ .dropdown-menu a {
4103
+ display: block;
4104
+ padding: 3px 20px;
4105
+ clear: both;
4106
+ font-weight: normal;
4107
+ line-height: 20px;
4108
+ color: #333333;
4109
+ white-space: nowrap;
4110
+ }
4111
+ .dropdown-menu li > a:hover,
4112
+ .dropdown-menu li > a:focus,
4113
+ .dropdown-submenu:hover > a {
4114
+ text-decoration: none;
4115
+ color: #ffffff;
4116
+ background-color: #0088cc;
4117
+ background-color: #0081c2;
4118
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
4119
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
4120
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
4121
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
4122
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
4123
+ background-repeat: repeat-x;
4124
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
4125
+ }
4126
+ .dropdown-menu .active > a,
4127
+ .dropdown-menu .active > a:hover {
4128
+ color: #ffffff;
4129
+ text-decoration: none;
4130
+ outline: 0;
4131
+ background-color: #0088cc;
4132
+ background-color: #0081c2;
4133
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
4134
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
4135
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
4136
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
4137
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
4138
+ background-repeat: repeat-x;
4139
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
4140
+ }
4141
+ .dropdown-menu .disabled > a,
4142
+ .dropdown-menu .disabled > a:hover {
4143
+ color: #999999;
4144
+ }
4145
+ .dropdown-menu .disabled > a:hover {
4146
+ text-decoration: none;
4147
+ background-color: transparent;
4148
+ cursor: default;
4149
+ }
4150
+ .open {
4151
+ *z-index: 1000;
4152
+ }
4153
+ .open > .dropdown-menu {
4154
+ display: block;
4155
+ }
4156
+ .pull-right > .dropdown-menu {
4157
+ right: 0;
4158
+ left: auto;
4159
+ }
4160
+ .dropup .caret,
4161
+ .navbar-fixed-bottom .dropdown .caret {
4162
+ border-top: 0;
4163
+ border-bottom: 4px solid #000000;
4164
+ content: "";
4165
+ }
4166
+ .dropup .dropdown-menu,
4167
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
4168
+ top: auto;
4169
+ bottom: 100%;
4170
+ margin-bottom: 1px;
4171
+ }
4172
+ .dropdown-submenu {
4173
+ position: relative;
4174
+ }
4175
+ .dropdown-submenu > .dropdown-menu {
4176
+ top: 0;
4177
+ left: 100%;
4178
+ margin-top: -6px;
4179
+ margin-left: -1px;
4180
+ -webkit-border-radius: 0 6px 6px 6px;
4181
+ -moz-border-radius: 0 6px 6px 6px;
4182
+ border-radius: 0 6px 6px 6px;
4183
+ }
4184
+ .dropdown-submenu:hover > .dropdown-menu {
4185
+ display: block;
4186
+ }
4187
+ .dropdown-submenu > a:after {
4188
+ display: block;
4189
+ content: " ";
4190
+ float: right;
4191
+ width: 0;
4192
+ height: 0;
4193
+ border-color: transparent;
4194
+ border-style: solid;
4195
+ border-width: 5px 0 5px 5px;
4196
+ border-left-color: #cccccc;
4197
+ margin-top: 5px;
4198
+ margin-right: -10px;
4199
+ }
4200
+ .dropdown-submenu:hover > a:after {
4201
+ border-left-color: #ffffff;
4202
+ }
4203
+ .dropdown .dropdown-menu .nav-header {
4204
+ padding-left: 20px;
4205
+ padding-right: 20px;
4206
+ }
4207
+ .typeahead {
4208
+ margin-top: 2px;
4209
+ -webkit-border-radius: 4px;
4210
+ -moz-border-radius: 4px;
4211
+ border-radius: 4px;
4212
+ }
4213
+ .accordion {
4214
+ margin-bottom: 20px;
4215
+ }
4216
+ .accordion-group {
4217
+ margin-bottom: 2px;
4218
+ border: 1px solid #e5e5e5;
4219
+ -webkit-border-radius: 4px;
4220
+ -moz-border-radius: 4px;
4221
+ border-radius: 4px;
4222
+ }
4223
+ .accordion-heading {
4224
+ border-bottom: 0;
4225
+ }
4226
+ .accordion-heading .accordion-toggle {
4227
+ display: block;
4228
+ padding: 8px 15px;
4229
+ }
4230
+ .accordion-toggle {
4231
+ cursor: pointer;
4232
+ }
4233
+ .accordion-inner {
4234
+ padding: 9px 15px;
4235
+ border-top: 1px solid #e5e5e5;
4236
+ }
4237
+ .carousel {
4238
+ position: relative;
4239
+ margin-bottom: 20px;
4240
+ line-height: 1;
4241
+ }
4242
+ .carousel-inner {
4243
+ overflow: hidden;
4244
+ width: 100%;
4245
+ position: relative;
4246
+ }
4247
+ .carousel .item {
4248
+ display: none;
4249
+ position: relative;
4250
+ -webkit-transition: 0.6s ease-in-out left;
4251
+ -moz-transition: 0.6s ease-in-out left;
4252
+ -o-transition: 0.6s ease-in-out left;
4253
+ transition: 0.6s ease-in-out left;
4254
+ }
4255
+ .carousel .item > img {
4256
+ display: block;
4257
+ line-height: 1;
4258
+ }
4259
+ .carousel .active,
4260
+ .carousel .next,
4261
+ .carousel .prev {
4262
+ display: block;
4263
+ }
4264
+ .carousel .active {
4265
+ left: 0;
4266
+ }
4267
+ .carousel .next,
4268
+ .carousel .prev {
4269
+ position: absolute;
4270
+ top: 0;
4271
+ width: 100%;
4272
+ }
4273
+ .carousel .next {
4274
+ left: 100%;
4275
+ }
4276
+ .carousel .prev {
4277
+ left: -100%;
4278
+ }
4279
+ .carousel .next.left,
4280
+ .carousel .prev.right {
4281
+ left: 0;
4282
+ }
4283
+ .carousel .active.left {
4284
+ left: -100%;
4285
+ }
4286
+ .carousel .active.right {
4287
+ left: 100%;
4288
+ }
4289
+ .carousel-control {
4290
+ position: absolute;
4291
+ top: 40%;
4292
+ left: 15px;
4293
+ width: 40px;
4294
+ height: 40px;
4295
+ margin-top: -20px;
4296
+ font-size: 60px;
4297
+ font-weight: 100;
4298
+ line-height: 30px;
4299
+ color: #ffffff;
4300
+ text-align: center;
4301
+ background: #222222;
4302
+ border: 3px solid #ffffff;
4303
+ -webkit-border-radius: 23px;
4304
+ -moz-border-radius: 23px;
4305
+ border-radius: 23px;
4306
+ opacity: 0.5;
4307
+ filter: alpha(opacity=50);
4308
+ }
4309
+ .carousel-control.right {
4310
+ left: auto;
4311
+ right: 15px;
4312
+ }
4313
+ .carousel-control:hover {
4314
+ color: #ffffff;
4315
+ text-decoration: none;
4316
+ opacity: 0.9;
4317
+ filter: alpha(opacity=90);
4318
+ }
4319
+ .carousel-caption {
4320
+ position: absolute;
4321
+ left: 0;
4322
+ right: 0;
4323
+ bottom: 0;
4324
+ padding: 15px;
4325
+ background: #333333;
4326
+ background: rgba(0, 0, 0, 0.75);
4327
+ }
4328
+ .carousel-caption h4,
4329
+ .carousel-caption p {
4330
+ color: #ffffff;
4331
+ line-height: 20px;
4332
+ }
4333
+ .carousel-caption h4 {
4334
+ margin: 0 0 5px;
4335
+ }
4336
+ .carousel-caption p {
4337
+ margin-bottom: 0;
4338
+ }
4339
+ .well {
4340
+ min-height: 20px;
4341
+ padding: 19px;
4342
+ margin-bottom: 20px;
4343
+ background-color: #f5f5f5;
4344
+ border: 1px solid #e3e3e3;
4345
+ -webkit-border-radius: 4px;
4346
+ -moz-border-radius: 4px;
4347
+ border-radius: 4px;
4348
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4349
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4350
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4351
+ }
4352
+ .well blockquote {
4353
+ border-color: #ddd;
4354
+ border-color: rgba(0, 0, 0, 0.15);
4355
+ }
4356
+ .well-large {
4357
+ padding: 24px;
4358
+ -webkit-border-radius: 6px;
4359
+ -moz-border-radius: 6px;
4360
+ border-radius: 6px;
4361
+ }
4362
+ .well-small {
4363
+ padding: 9px;
4364
+ -webkit-border-radius: 3px;
4365
+ -moz-border-radius: 3px;
4366
+ border-radius: 3px;
4367
+ }
4368
+ .close {
4369
+ float: right;
4370
+ font-size: 20px;
4371
+ font-weight: bold;
4372
+ line-height: 20px;
4373
+ color: #000000;
4374
+ text-shadow: 0 1px 0 #ffffff;
4375
+ opacity: 0.2;
4376
+ filter: alpha(opacity=20);
4377
+ }
4378
+ .close:hover {
4379
+ color: #000000;
4380
+ text-decoration: none;
4381
+ cursor: pointer;
4382
+ opacity: 0.4;
4383
+ filter: alpha(opacity=40);
4384
+ }
4385
+ button.close {
4386
+ padding: 0;
4387
+ cursor: pointer;
4388
+ background: transparent;
4389
+ border: 0;
4390
+ -webkit-appearance: none;
4391
+ }
4392
+ .pull-right {
4393
+ float: right;
4394
+ }
4395
+ .pull-left {
4396
+ float: left;
4397
+ }
4398
+ .hide {
4399
+ display: none;
4400
+ }
4401
+ .show {
4402
+ display: block;
4403
+ }
4404
+ .invisible {
4405
+ visibility: hidden;
4406
+ }
4407
+ .affix {
4408
+ position: fixed;
4409
+ }
4410
+ .fade {
4411
+ opacity: 0;
4412
+ -webkit-transition: opacity 0.15s linear;
4413
+ -moz-transition: opacity 0.15s linear;
4414
+ -o-transition: opacity 0.15s linear;
4415
+ transition: opacity 0.15s linear;
4416
+ }
4417
+ .fade.in {
4418
+ opacity: 1;
4419
+ }
4420
+ .collapse {
4421
+ position: relative;
4422
+ height: 0;
4423
+ overflow: hidden;
4424
+ -webkit-transition: height 0.35s ease;
4425
+ -moz-transition: height 0.35s ease;
4426
+ -o-transition: height 0.35s ease;
4427
+ transition: height 0.35s ease;
4428
+ }
4429
+ .collapse.in {
4430
+ height: auto;
4431
+ }
4432
+ .hidden {
4433
+ display: none;
4434
+ visibility: hidden;
4435
+ }
4436
+ .visible-phone {
4437
+ display: none !important;
4438
+ }
4439
+ .visible-tablet {
4440
+ display: none !important;
4441
+ }
4442
+ .hidden-desktop {
4443
+ display: none !important;
4444
+ }
4445
+ .visible-desktop {
4446
+ display: inherit !important;
4447
+ }
{assets/css → css}/bootstrap.css RENAMED
File without changes
css/shortcodes.css ADDED
@@ -0,0 +1,685 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body.page-template-shortcodes-php #content {
2
+ max-width: inherit;
3
+ }
4
+ .row-fluid > br{
5
+ display: none!important;
6
+ }
7
+ .page-header {
8
+ border-bottom: 1px solid #eee;
9
+ margin: 20px 0 30px;
10
+ padding-bottom: 9px;
11
+ }
12
+
13
+ .show-grid {
14
+ margin-bottom: 20px;
15
+ margin-top: 10px;
16
+ }
17
+
18
+ .show-grid [class*="span"] {
19
+ background-color: #eee;
20
+ border-radius: 3px;
21
+ line-height: 40px;
22
+ min-height: 40px;
23
+ text-align: center;
24
+ }
25
+
26
+ .alert .close {
27
+ box-shadow: none;
28
+ }
29
+
30
+ .nav-tabs > li {
31
+ margin: 0 0 -1px !important;
32
+ list-style: none;
33
+ }
34
+
35
+ .nav-tabs > li li {
36
+ margin: 0 !important;
37
+ list-style: none !important;
38
+ }
39
+
40
+ /* Icons ---*/
41
+ .the-icons {
42
+ list-style: none !important;
43
+ margin-left: 0 !important;
44
+ }
45
+
46
+ .the-icons li {
47
+ float: left;
48
+ line-height: 25px;
49
+ width: 25%;
50
+ margin-left: 0 !important;
51
+ }
52
+
53
+ [class^="icon-"],
54
+ [class*=" icon-"] {
55
+ display: inline-block;
56
+ width: 14px;
57
+ height: 14px;
58
+ margin-top: 1px;
59
+ *margin-right: .3em;
60
+ line-height: 14px;
61
+ vertical-align: text-top;
62
+ background-image: url("../images/glyphicons-halflings.png");
63
+ background-position: 14px 14px;
64
+ background-repeat: no-repeat;
65
+ }
66
+
67
+ .icon-white {
68
+ background-image: url("../images/glyphicons-halflings-white.png");
69
+ }
70
+
71
+ .icon-glass {
72
+ background-position: 0 0;
73
+ }
74
+
75
+ .icon-music {
76
+ background-position: -24px 0;
77
+ }
78
+
79
+ .icon-search {
80
+ background-position: -48px 0;
81
+ }
82
+
83
+ .icon-envelope {
84
+ background-position: -72px 0;
85
+ }
86
+
87
+ .icon-heart {
88
+ background-position: -96px 0;
89
+ }
90
+
91
+ .icon-star {
92
+ background-position: -120px 0;
93
+ }
94
+
95
+ .icon-star-empty {
96
+ background-position: -144px 0;
97
+ }
98
+
99
+ .icon-user {
100
+ background-position: -168px 0;
101
+ }
102
+
103
+ .icon-film {
104
+ background-position: -192px 0;
105
+ }
106
+
107
+ .icon-th-large {
108
+ background-position: -216px 0;
109
+ }
110
+
111
+ .icon-th {
112
+ background-position: -240px 0;
113
+ }
114
+
115
+ .icon-th-list {
116
+ background-position: -264px 0;
117
+ }
118
+
119
+ .icon-ok {
120
+ background-position: -288px 0;
121
+ }
122
+
123
+ .icon-remove {
124
+ background-position: -312px 0;
125
+ }
126
+
127
+ .icon-zoom-in {
128
+ background-position: -336px 0;
129
+ }
130
+
131
+ .icon-zoom-out {
132
+ background-position: -360px 0;
133
+ }
134
+
135
+ .icon-off {
136
+ background-position: -384px 0;
137
+ }
138
+
139
+ .icon-signal {
140
+ background-position: -408px 0;
141
+ }
142
+
143
+ .icon-cog {
144
+ background-position: -432px 0;
145
+ }
146
+
147
+ .icon-trash {
148
+ background-position: -456px 0;
149
+ }
150
+
151
+ .icon-home {
152
+ background-position: 0 -24px;
153
+ }
154
+
155
+ .icon-file {
156
+ background-position: -24px -24px;
157
+ }
158
+
159
+ .icon-time {
160
+ background-position: -48px -24px;
161
+ }
162
+
163
+ .icon-road {
164
+ background-position: -72px -24px;
165
+ }
166
+
167
+ .icon-download-alt {
168
+ background-position: -96px -24px;
169
+ }
170
+
171
+ .icon-download {
172
+ background-position: -120px -24px;
173
+ }
174
+
175
+ .icon-upload {
176
+ background-position: -144px -24px;
177
+ }
178
+
179
+ .icon-inbox {
180
+ background-position: -168px -24px;
181
+ }
182
+
183
+ .icon-play-circle {
184
+ background-position: -192px -24px;
185
+ }
186
+
187
+ .icon-repeat {
188
+ background-position: -216px -24px;
189
+ }
190
+
191
+ .icon-refresh {
192
+ background-position: -240px -24px;
193
+ }
194
+
195
+ .icon-list-alt {
196
+ background-position: -264px -24px;
197
+ }
198
+
199
+ .icon-lock {
200
+ background-position: -287px -24px;
201
+ }
202
+
203
+ .icon-flag {
204
+ background-position: -312px -24px;
205
+ }
206
+
207
+ .icon-headphones {
208
+ background-position: -336px -24px;
209
+ }
210
+
211
+ .icon-volume-off {
212
+ background-position: -360px -24px;
213
+ }
214
+
215
+ .icon-volume-down {
216
+ background-position: -384px -24px;
217
+ }
218
+
219
+ .icon-volume-up {
220
+ background-position: -408px -24px;
221
+ }
222
+
223
+ .icon-qrcode {
224
+ background-position: -432px -24px;
225
+ }
226
+
227
+ .icon-barcode {
228
+ background-position: -456px -24px;
229
+ }
230
+
231
+ .icon-tag {
232
+ background-position: 0 -48px;
233
+ }
234
+
235
+ .icon-tags {
236
+ background-position: -25px -48px;
237
+ }
238
+
239
+ .icon-book {
240
+ background-position: -48px -48px;
241
+ }
242
+
243
+ .icon-bookmark {
244
+ background-position: -72px -48px;
245
+ }
246
+
247
+ .icon-print {
248
+ background-position: -96px -48px;
249
+ }
250
+
251
+ .icon-camera {
252
+ background-position: -120px -48px;
253
+ }
254
+
255
+ .icon-font {
256
+ background-position: -144px -48px;
257
+ }
258
+
259
+ .icon-bold {
260
+ background-position: -167px -48px;
261
+ }
262
+
263
+ .icon-italic {
264
+ background-position: -192px -48px;
265
+ }
266
+
267
+ .icon-text-height {
268
+ background-position: -216px -48px;
269
+ }
270
+
271
+ .icon-text-width {
272
+ background-position: -240px -48px;
273
+ }
274
+
275
+ .icon-align-left {
276
+ background-position: -264px -48px;
277
+ }
278
+
279
+ .icon-align-center {
280
+ background-position: -288px -48px;
281
+ }
282
+
283
+ .icon-align-right {
284
+ background-position: -312px -48px;
285
+ }
286
+
287
+ .icon-align-justify {
288
+ background-position: -336px -48px;
289
+ }
290
+
291
+ .icon-list {
292
+ background-position: -360px -48px;
293
+ }
294
+
295
+ .icon-indent-left {
296
+ background-position: -384px -48px;
297
+ }
298
+
299
+ .icon-indent-right {
300
+ background-position: -408px -48px;
301
+ }
302
+
303
+ .icon-facetime-video {
304
+ background-position: -432px -48px;
305
+ }
306
+
307
+ .icon-picture {
308
+ background-position: -456px -48px;
309
+ }
310
+
311
+ .icon-pencil {
312
+ background-position: 0 -72px;
313
+ }
314
+
315
+ .icon-map-marker {
316
+ background-position: -24px -72px;
317
+ }
318
+
319
+ .icon-adjust {
320
+ background-position: -48px -72px;
321
+ }
322
+
323
+ .icon-tint {
324
+ background-position: -72px -72px;
325
+ }
326
+
327
+ .icon-edit {
328
+ background-position: -96px -72px;
329
+ }
330
+
331
+ .icon-share {
332
+ background-position: -120px -72px;
333
+ }
334
+
335
+ .icon-check {
336
+ background-position: -144px -72px;
337
+ }
338
+
339
+ .icon-move {
340
+ background-position: -168px -72px;
341
+ }
342
+
343
+ .icon-step-backward {
344
+ background-position: -192px -72px;
345
+ }
346
+
347
+ .icon-fast-backward {
348
+ background-position: -216px -72px;
349
+ }
350
+
351
+ .icon-backward {
352
+ background-position: -240px -72px;
353
+ }
354
+
355
+ .icon-play {
356
+ background-position: -264px -72px;
357
+ }
358
+
359
+ .icon-pause {
360
+ background-position: -288px -72px;
361
+ }
362
+
363
+ .icon-stop {
364
+ background-position: -312px -72px;
365
+ }
366
+
367
+ .icon-forward {
368
+ background-position: -336px -72px;
369
+ }
370
+
371
+ .icon-fast-forward {
372
+ background-position: -360px -72px;
373
+ }
374
+
375
+ .icon-step-forward {
376
+ background-position: -384px -72px;
377
+ }
378
+
379
+ .icon-eject {
380
+ background-position: -408px -72px;
381
+ }
382
+
383
+ .icon-chevron-left {
384
+ background-position: -432px -72px;
385
+ }
386
+
387
+ .icon-chevron-right {
388
+ background-position: -456px -72px;
389
+ }
390
+
391
+ .icon-plus-sign {
392
+ background-position: 0 -96px;
393
+ }
394
+
395
+ .icon-minus-sign {
396
+ background-position: -24px -96px;
397
+ }
398
+
399
+ .icon-remove-sign {
400
+ background-position: -48px -96px;
401
+ }
402
+
403
+ .icon-ok-sign {
404
+ background-position: -72px -96px;
405
+ }
406
+
407
+ .icon-question-sign {
408
+ background-position: -96px -96px;
409
+ }
410
+
411
+ .icon-info-sign {
412
+ background-position: -120px -96px;
413
+ }
414
+
415
+ .icon-screenshot {
416
+ background-position: -144px -96px;
417
+ }
418
+
419
+ .icon-remove-circle {
420
+ background-position: -168px -96px;
421
+ }
422
+
423
+ .icon-ok-circle {
424
+ background-position: -192px -96px;
425
+ }
426
+
427
+ .icon-ban-circle {
428
+ background-position: -216px -96px;
429
+ }
430
+
431
+ .icon-arrow-left {
432
+ background-position: -240px -96px;
433
+ }
434
+
435
+ .icon-arrow-right {
436
+ background-position: -264px -96px;
437
+ }
438
+
439
+ .icon-arrow-up {
440
+ background-position: -289px -96px;
441
+ }
442
+
443
+ .icon-arrow-down {
444
+ background-position: -312px -96px;
445
+ }
446
+
447
+ .icon-share-alt {
448
+ background-position: -336px -96px;
449
+ }
450
+
451
+ .icon-resize-full {
452
+ background-position: -360px -96px;
453
+ }
454
+
455
+ .icon-resize-small {
456
+ background-position: -384px -96px;
457
+ }
458
+
459
+ .icon-plus {
460
+ background-position: -408px -96px;
461
+ }
462
+
463
+ .icon-minus {
464
+ background-position: -433px -96px;
465
+ }
466
+
467
+ .icon-asterisk {
468
+ background-position: -456px -96px;
469
+ }
470
+
471
+ .icon-exclamation-sign {
472
+ background-position: 0 -120px;
473
+ }
474
+
475
+ .icon-gift {
476
+ background-position: -24px -120px;
477
+ }
478
+
479
+ .icon-leaf {
480
+ background-position: -48px -120px;
481
+ }
482
+
483
+ .icon-fire {
484
+ background-position: -72px -120px;
485
+ }
486
+
487
+ .icon-eye-open {
488
+ background-position: -96px -120px;
489
+ }
490
+
491
+ .icon-eye-close {
492
+ background-position: -120px -120px;
493
+ }
494
+
495
+ .icon-warning-sign {
496
+ background-position: -144px -120px;
497
+ }
498
+
499
+ .icon-plane {
500
+ background-position: -168px -120px;
501
+ }
502
+
503
+ .icon-calendar {
504
+ background-position: -192px -120px;
505
+ }
506
+
507
+ .icon-random {
508
+ width: 16px;
509
+ background-position: -216px -120px;
510
+ }
511
+
512
+ .icon-comment {
513
+ background-position: -240px -120px;
514
+ }
515
+
516
+ .icon-magnet {
517
+ background-position: -264px -120px;
518
+ }
519
+
520
+ .icon-chevron-up {
521
+ background-position: -288px -120px;
522
+ }
523
+
524
+ .icon-chevron-down {
525
+ background-position: -313px -119px;
526
+ }
527
+
528
+ .icon-retweet {
529
+ background-position: -336px -120px;
530
+ }
531
+
532
+ .icon-shopping-cart {
533
+ background-position: -360px -120px;
534
+ }
535
+
536
+ .icon-folder-close {
537
+ background-position: -384px -120px;
538
+ }
539
+
540
+ .icon-folder-open {
541
+ width: 16px;
542
+ background-position: -408px -120px;
543
+ }
544
+
545
+ .icon-resize-vertical {
546
+ background-position: -432px -119px;
547
+ }
548
+
549
+ .icon-resize-horizontal {
550
+ background-position: -456px -118px;
551
+ }
552
+
553
+ .icon-hdd {
554
+ background-position: 0 -144px;
555
+ }
556
+
557
+ .icon-bullhorn {
558
+ background-position: -24px -144px;
559
+ }
560
+
561
+ .icon-bell {
562
+ background-position: -48px -144px;
563
+ }
564
+
565
+ .icon-certificate {
566
+ background-position: -72px -144px;
567
+ }
568
+
569
+ .icon-thumbs-up {
570
+ background-position: -96px -144px;
571
+ }
572
+
573
+ .icon-thumbs-down {
574
+ background-position: -120px -144px;
575
+ }
576
+
577
+ .icon-hand-right {
578
+ background-position: -144px -144px;
579
+ }
580
+
581
+ .icon-hand-left {
582
+ background-position: -168px -144px;
583
+ }
584
+
585
+ .icon-hand-up {
586
+ background-position: -192px -144px;
587
+ }
588
+
589
+ .icon-hand-down {
590
+ background-position: -216px -144px;
591
+ }
592
+
593
+ .icon-circle-arrow-right {
594
+ background-position: -240px -144px;
595
+ }
596
+
597
+ .icon-circle-arrow-left {
598
+ background-position: -264px -144px;
599
+ }
600
+
601
+ .icon-circle-arrow-up {
602
+ background-position: -288px -144px;
603
+ }
604
+
605
+ .icon-circle-arrow-down {
606
+ background-position: -312px -144px;
607
+ }
608
+
609
+ .icon-globe {
610
+ background-position: -336px -144px;
611
+ }
612
+
613
+ .icon-wrench {
614
+ background-position: -360px -144px;
615
+ }
616
+
617
+ .icon-tasks {
618
+ background-position: -384px -144px;
619
+ }
620
+
621
+ .icon-filter {
622
+ background-position: -408px -144px;
623
+ }
624
+
625
+ .icon-briefcase {
626
+ background-position: -432px -144px;
627
+ }
628
+
629
+ .icon-fullscreen {
630
+ background-position: -456px -144px;
631
+ }
632
+
633
+ /**
634
+ * HTML Iframe style
635
+ */
636
+ body.icon_selector{
637
+ padding: 0;
638
+ margin:0;
639
+ }
640
+ body.icon_selector li{
641
+ padding:5px 3px;
642
+ cursor:pointer;
643
+ width: 24%;
644
+ overflow: hidden;
645
+ white-space: nowrap;
646
+ text-overflow: ellipsis;
647
+ }
648
+ body.icon_selector li:hover{
649
+ border-radius: 3px;
650
+ background: #ddd;
651
+
652
+ }
653
+ .tabcreator #frm_create{
654
+ line-height: 30px;
655
+ }
656
+ .tabcreator #txt_content{
657
+ width:100%;
658
+ }
659
+ .tabcreator .tabcreator .nav{
660
+ margin-bottom: 0;
661
+ }
662
+ .tabcreator #newtab{
663
+ width: 100%;
664
+ }
665
+ .tabcreator #deletetab{
666
+ display: none;
667
+ }
668
+ .tabcreator #fields{
669
+ display: none;
670
+ }
671
+ .tabcreator #myTabContent{
672
+ min-height: 20px;
673
+ border: 1px solid #ddd;
674
+ border-top: none;
675
+ margin-bottom: 10px;
676
+ padding:10px;
677
+ }
678
+ .tabcreator .alert,
679
+ .tabcreator #savetab{
680
+ display: none;
681
+ }
682
+ .tabcreator #frm_create{
683
+ margin-bottom: 10px;
684
+ }
685
+
{assets/fonts → fonts}/glyphicons-halflings-regular.eot RENAMED
File without changes
{assets/fonts → fonts}/glyphicons-halflings-regular.svg RENAMED
File without changes
{assets/fonts → fonts}/glyphicons-halflings-regular.ttf RENAMED
File without changes
{assets/fonts → fonts}/glyphicons-halflings-regular.woff RENAMED
File without changes
{assets/images → images}/alert.png RENAMED
File without changes
{assets/images → images}/collapse.png RENAMED
File without changes
images/dwicons.png ADDED
Binary file
{assets/images → images}/facebook.png RENAMED
File without changes
{assets/images → images}/glyphicons-halflings.png RENAMED
File without changes
{assets/images → images}/grid.png RENAMED
File without changes
{assets/images → images}/icons.png RENAMED
File without changes
{assets/images → images}/labels.png RENAMED
File without changes
{assets/images → images}/tabs.png RENAMED
File without changes
{assets/images → images}/twitter.png RENAMED
File without changes
images/well.png ADDED
Binary file
inc/dws_alert.php CHANGED
@@ -1,14 +1,14 @@
1
- <?php
2
 
3
  function dws_notice($params, $content = null){
4
- extract(shortcode_atts(array(
5
- 'type' => 'unknown'
6
- ), $params));
7
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
- $result = '<div class="alert alert-'.$type.' alert-dismissable">';
9
- $result .= '<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>';
10
- $result .= do_shortcode($content );
11
- $result .= '</div>';
12
- return force_balance_tags( $result );
13
  }
14
  add_shortcode('notification', 'dws_notice');
1
+ <?php
2
 
3
  function dws_notice($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'type' => 'unknown'
6
+ ), $params));
7
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
+ $result = '<div class="alert alert-'.$type.' alert-dismissable">';
9
+ $result .= '<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>';
10
+ $result .= do_shortcode($content );
11
+ $result .= '</div>';
12
+ return force_balance_tags( $result );
13
  }
14
  add_shortcode('notification', 'dws_notice');
inc/dws_buttons.php CHANGED
@@ -1,15 +1,15 @@
1
  <?php
2
 
3
  function dws_buttons($params, $content = null){
4
- extract(shortcode_atts(array(
5
- 'size' => 'default',
6
- 'type' => 'default',
7
- 'value' => 'button',
8
- 'href' => "#"
9
- ), $params));
10
 
11
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
12
- $result = '<a class="btn btn-'.$size.' btn-'.$type.'" href="'.$href.'">'.$value.'</a>';
13
- return force_balance_tags( $result );
14
  }
15
  add_shortcode('button', 'dws_buttons');
1
  <?php
2
 
3
  function dws_buttons($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'size' => 'default',
6
+ 'type' => 'default',
7
+ 'value' => 'button',
8
+ 'href' => "#"
9
+ ), $params));
10
 
11
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
12
+ $result = '<a class="btn btn-'.$size.' btn-'.$type.'" href="'.$href.'">'.$value.'</a>';
13
+ return force_balance_tags( $result );
14
  }
15
  add_shortcode('button', 'dws_buttons');
inc/dws_collapse.php CHANGED
@@ -1,40 +1,40 @@
1
  <?php
2
 
3
  function dws_collapse($params, $content = null){
4
- extract(shortcode_atts(array(
5
- 'id'=>''
6
- ), $params));
7
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
- $result = '<div class="panel-group" id="'.$id.'">';
9
- $result .= do_shortcode($content );
10
- $result .= '</div>';
11
- return force_balance_tags( $result );
12
  }
13
  add_shortcode('collapse', 'dws_collapse');
14
 
15
 
16
  function dws_citem($params, $content = null){
17
- extract(shortcode_atts(array(
18
- 'id'=>'',
19
- 'title'=>'Collapse title',
20
- 'parent' => ''
21
- ), $params));
22
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
23
- $result = ' <div class="panel panel-default">';
24
- $result .= ' <div class="panel-heading">';
25
- $result .= ' <h4 class="panel-title">';
26
- $result .= '<a class="accordion-toggle" data-toggle="collapse" data-parent="#'.$parent.'" href="#'.$id.'">';
27
- $result .= $title;
28
- $result .= '</a>';
29
- $result .= '</h4>';
30
- $result .= '</div>';
31
- $result .= '<div id="'.$id.'" class="panel-collapse collapse">';
32
- $result .= '<div class="panel-body">';
33
- $result .= do_shortcode($content );
34
- $result .= '</div>';
35
- $result .= '</div>';
36
- $result .= '</div>';
37
- return force_balance_tags( $result );
38
  }
39
  add_shortcode('citem', 'dws_citem');
40
 
1
  <?php
2
 
3
  function dws_collapse($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'id'=>''
6
+ ), $params));
7
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
+ $result = '<div class="panel-group" id="'.$id.'">';
9
+ $result .= do_shortcode($content );
10
+ $result .= '</div>';
11
+ return force_balance_tags( $result );
12
  }
13
  add_shortcode('collapse', 'dws_collapse');
14
 
15
 
16
  function dws_citem($params, $content = null){
17
+ extract(shortcode_atts(array(
18
+ 'id'=>'',
19
+ 'title'=>'Collapse title',
20
+ 'parent' => ''
21
+ ), $params));
22
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
23
+ $result = ' <div class="panel panel-default">';
24
+ $result .= ' <div class="panel-heading">';
25
+ $result .= ' <h4 class="panel-title">';
26
+ $result .= '<a class="accordion-toggle" data-toggle="collapse" data-parent="#'.$parent.'" href="#'.$id.'">';
27
+ $result .= $title;
28
+ $result .= '</a>';
29
+ $result .= '</h4>';
30
+ $result .= '</div>';
31
+ $result .= '<div id="'.$id.'" class="panel-collapse collapse">';
32
+ $result .= '<div class="panel-body">';
33
+ $result .= do_shortcode($content );
34
+ $result .= '</div>';
35
+ $result .= '</div>';
36
+ $result .= '</div>';
37
+ return force_balance_tags( $result );
38
  }
39
  add_shortcode('citem', 'dws_citem');
40
 
inc/dws_grid.php CHANGED
@@ -1,25 +1,25 @@
1
  <?php
2
 
3
  function dws_row($params, $content = null){
4
- extract(shortcode_atts(array(
5
- 'class' => 'row'
6
- ), $params));
7
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
- $result = '<div class="'.$class.'">';
9
- $result .= do_shortcode($content );
10
- $result .= '</div>';
11
- return force_balance_tags( $result );
12
  }
13
  add_shortcode('row', 'dws_row');
14
 
15
  function dws_span($params,$content=null){
16
- extract(shortcode_atts(array(
17
- 'class' => 'col-xs-1'
18
- ), $params));
19
 
20
- $result = '<div class="'.$class.'">';
21
- $result .= do_shortcode($content );
22
- $result .= '</div>';
23
- return force_balance_tags( $result );
24
  }
25
  add_shortcode('col', 'dws_span');
1
  <?php
2
 
3
  function dws_row($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'class' => 'row'
6
+ ), $params));
7
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
8
+ $result = '<div class="'.$class.'">';
9
+ $result .= do_shortcode($content );
10
+ $result .= '</div>';
11
+ return force_balance_tags( $result );
12
  }
13
  add_shortcode('row', 'dws_row');
14
 
15
  function dws_span($params,$content=null){
16
+ extract(shortcode_atts(array(
17
+ 'class' => 'col-xs-1'
18
+ ), $params));
19
 
20
+ $result = '<div class="'.$class.'">';
21
+ $result .= do_shortcode($content );
22
+ $result .= '</div>';
23
+ return force_balance_tags( $result );
24
  }
25
  add_shortcode('col', 'dws_span');
inc/dws_icons.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
 
3
  function dws_icons($params, $content = null){
4
- extract(shortcode_atts(array(
5
- 'name' => 'default'
6
- ), $params));
7
 
8
- $content = preg_replace('/<br class="nc".\/>/', '', $content);
9
- $result = '<i class="'.$name.'"></i>';
10
- return force_balance_tags( $result );
11
  }
12
  add_shortcode('icon', 'dws_icons');
1
  <?php
2
 
3
  function dws_icons($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'name' => 'default'
6
+ ), $params));
7
 
8
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
9
+ $result = '<i class="'.$name.'"></i>';
10
+ return force_balance_tags( $result );
11
  }
12
  add_shortcode('icon', 'dws_icons');
inc/dws_well.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function dws_well($params, $content = null){
4
+ extract(shortcode_atts(array(
5
+ 'size' => 'unknown'
6
+ ), $params));
7
+
8
+ $content = preg_replace('/<br class="nc".\/>/', '', $content);
9
+ $result = '<div class="well well-'.$size.'">';
10
+ $result .= do_shortcode($content );
11
+ $result .= '</div>';
12
+ return force_balance_tags( $result );
13
+ }
14
+ add_shortcode('well', 'dws_well');
{assets/js → js}/bootstrap.js RENAMED
File without changes
{assets/js → js}/jquery.js RENAMED
File without changes
{assets/js → js}/plugins/alert.js RENAMED
File without changes
{assets/js → js}/plugins/buttons.js RENAMED
File without changes
{assets/js → js}/plugins/collapse.js RENAMED
@@ -12,7 +12,6 @@
12
  }
13
  //'class':'mceListBoxMenu'
14
  });
15
-
16
 
17
  c.onRenderMenu.add(function(c, m) {
18
  m.onShowMenu.add(function(c,m){
@@ -53,13 +52,13 @@
53
  tinymce.activeEditor.execCommand('mceInsertContent',false,shortcode);
54
  c.hideMenu();
55
  }).wrap('<div style="padding: 0 10px 10px"></div>')
56
-
57
  $menu.data('added',true);
58
 
59
  });
60
 
61
  // XSmall
62
- m.add({title : 'Collapse', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
63
 
64
  });
65
  // Return the new splitbutton instance
12
  }
13
  //'class':'mceListBoxMenu'
14
  });
 
15
 
16
  c.onRenderMenu.add(function(c, m) {
17
  m.onShowMenu.add(function(c,m){
52
  tinymce.activeEditor.execCommand('mceInsertContent',false,shortcode);
53
  c.hideMenu();
54
  }).wrap('<div style="padding: 0 10px 10px"></div>')
55
+
56
  $menu.data('added',true);
57
 
58
  });
59
 
60
  // XSmall
61
+ m.add({title : 'Collapse', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
62
 
63
  });
64
  // Return the new splitbutton instance
js/plugins/grid.html ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <link rel="stylesheet" href="../../css/bootstrap.css" />
6
+ <link rel="stylesheet" href="../../css/admin.css" />
7
+ <script type="text/javascript" src="../jquery.js"></script>
8
+ <script type="text/javascript" src="../bootstrap.js"></script>
9
+ <script type="text/javascript">
10
+ $(function(){
11
+ $('#btn_insert, h5.preview').fadeOut();
12
+
13
+ setInterval(function(){
14
+ //Set popup's width
15
+ var pwidth = 800;
16
+ parent.jQuery('#TB_window,#TB_iframeContent').width(pwidth);
17
+ parent.jQuery('#TB_window').css('margin-left',-(pwidth/2));
18
+ },100);
19
+
20
+ $('#frm_create').submit(function(e){
21
+ e.preventDefault();
22
+
23
+ append_grid($('#quantity').val());
24
+ });
25
+
26
+ $('#quantity').bind('keyup change',function(){
27
+ append_grid($(this).val());
28
+ });
29
+
30
+ $('#col-width').bind('change keyup',function(){
31
+ var $active = $('#demo_grid div.active');
32
+ var val = $(this).val();
33
+ if(isNaN(val)||val>12||val<1) return;
34
+ var cw = $active.find('.grid').text().split(' ')[1];
35
+
36
+ $active.removeClass('col-xs-'+cw).addClass('col-xs-'+$(this).val());
37
+ $active.find('.grid').text('Grid '+ $(this).val() );
38
+ });
39
+
40
+ $('#col-offset').bind('keyup change',function(){
41
+
42
+ var val = $(this).val();
43
+ if(isNaN(val)||val>12||val<0) return;
44
+
45
+ var $active = $('#demo_grid div.active');
46
+
47
+
48
+ var cw = $active.find('.offset').text().split(' ')[1];
49
+
50
+ if(isNaN(cw)||cw>12) return;
51
+
52
+ $active.removeClass('offset'+cw).addClass('offset'+$(this).val());
53
+ $active.find('.offset').text('Offset '+ $(this).val() );
54
+ });
55
+
56
+
57
+ $('.demo_col').live('click',function(){
58
+ $('#demo_grid div').removeClass('active');
59
+ $(this).addClass('active');
60
+ var cw = $(this).find('.grid').text().split(' ')[1];
61
+ var os = $(this).find('.offset').text().split(' ')[1];
62
+ $('#col-width').val(cw);
63
+ $('#col-offset').val(os);
64
+
65
+ $('#col-edit').fadeIn();
66
+
67
+ });
68
+
69
+ $('#btn_insert').click(function(){
70
+
71
+ var shortcodes = '[row class="row"]';
72
+ $('#demo_grid > div').each(function(){
73
+ var clss = $(this).attr('class').replace(' demo_col','');
74
+ shortcodes+= '<br class="nc"/>[col class="'+clss+'"]Text[/col]';
75
+
76
+ });
77
+
78
+ shortcodes+= '<br class="nc"/>[/row]';
79
+ parent.tinymce.activeEditor.execCommand('mceInsertContent',false,shortcodes);
80
+
81
+ parent.tb_remove();
82
+ });
83
+
84
+ });
85
+ function append_grid(cols){
86
+
87
+ if(isNaN(cols)||cols>12) return;
88
+
89
+ $('#btn_insert, h5.preview').fadeIn();
90
+
91
+ var basewidth = Math.floor(12/cols);
92
+ var extrawidth = 12- (basewidth*cols);
93
+ var offset = 0;
94
+
95
+ $('#demo_grid').empty();
96
+
97
+ for(i=0;i<cols;i++){
98
+ var cwidth = (extrawidth>0)?1:0;
99
+ $('#demo_grid').append('<div class="col-xs-'+(basewidth+cwidth)+' demo_col"><span class="grid">Grid '+(basewidth+cwidth)+'</span> <span class="offset">Offset '+offset+'</span><h5>Click to edit</h5></div>');
100
+ extrawidth--;
101
+ }
102
+ }
103
+ </script>
104
+
105
+ </head>
106
+ <body>
107
+ <div id="dws-wrapper">
108
+ <div id="dws-grid">
109
+ <form id="frm_create">
110
+ <label>Number of columns</label>
111
+ <input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="quantity" type="number" name="quantity" min="1" max="12">
112
+ </form>
113
+ <div id="col-edit" style="display:none;">
114
+ <label>Grid</label><input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="col-width" name="col-width" value="1" type="number" min="1" max="12">
115
+ <label>Offset</label><input placeholder='Input number from 1 - 12' required pattern="\b([0-9]|1[0-2])\b" id="col-offset" name="col-offset" value="0" type="number" min="0" max="12">
116
+
117
+ </div>
118
+ <h5 class="preview">Preview</h5>
119
+ <div id="demo_grid" class="row show-grid"></div>
120
+
121
+ <button id="btn_insert" class="btn btn-primary" >Insert shortcode</button>
122
+ </div>
123
+ </div>
124
+ </body>
125
+ </html>
{assets/js → js}/plugins/grid.js RENAMED
@@ -12,8 +12,8 @@
12
  });
13
 
14
  c.onRenderMenu.add(function(c, m) {
15
- // Boxes & frames
16
- m.add({title : 'Fluid grid system', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
17
  m.add({title : '12 Columns', onclick : function() {
18
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[/row]' );
19
  }});
@@ -33,7 +33,7 @@
33
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-12"]Text[/col]<br class="nc"/>[/row]' );
34
  }});
35
  m.add({title : 'Custom Grid', onclick : function() {
36
- tb_show('Custom Grid', '../wp-content/plugins/bootstrap-shortcodes/assets/js/plugins/grid.html?TB_iframe=1');
37
  }});
38
 
39
  });
12
  });
13
 
14
  c.onRenderMenu.add(function(c, m) {
15
+ // Boxes & frames
16
+ m.add({title : 'Fluid grid system', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
17
  m.add({title : '12 Columns', onclick : function() {
18
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[/row]' );
19
  }});
33
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-12"]Text[/col]<br class="nc"/>[/row]' );
34
  }});
35
  m.add({title : 'Custom Grid', onclick : function() {
36
+ tb_show('Custom Grid', '../wp-content/plugins/bootstrap-shortcodes/js/plugins/grid.html?TB_iframe=1');
37
  }});
38
 
39
  });
js/plugins/icons.html ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
+ <link rel="stylesheet" href="../../css/bootstrap.css" />
7
+ <link rel="stylesheet" href="../../css/admin.css" />
8
+ <script type="text/javascript" src="../jquery.js"></script>
9
+ <script type="text/javascript" src="../bootstrap.js"></script>
10
+ <script type="text/javascript">
11
+ (function($) {
12
+ $(document).ready(function() {
13
+ $('.glyphicons').on('click', 'li', function() {
14
+ var iclass = $(this).find('.glyphicon').attr('class');
15
+
16
+ parent.tinymce.activeEditor.execCommand('mceInsertContent', false, '[icon name="' + iclass + '"]');
17
+ parent.tb_remove()
18
+ });
19
+ });
20
+ }(jQuery));
21
+ </script>
22
+ <style type="text/css">
23
+ .glyphicons {
24
+ padding-left: 0;
25
+ list-style: none;
26
+ }
27
+ .glyphicons li {
28
+ cursor: pointer;
29
+ float: left;
30
+ width: 12.5%;
31
+ height: 100px;
32
+ padding: 10px;
33
+ margin: 0 -1px -1px 0;
34
+ font-size: 12px;
35
+ line-height: 1.4;
36
+ text-align: center;
37
+ border: 1px solid #DDD;
38
+ }
39
+ .glyphicons .glyphicon {
40
+ display: block;
41
+ margin: 5px auto 10px;
42
+ font-size: 24px;
43
+ }
44
+ </style>
45
+ </head>
46
+
47
+ <body>
48
+ <div id="dws-wrapper">
49
+ <ul class="glyphicons">
50
+ <li>
51
+ <span class="glyphicon glyphicon-adjust"></span>adjust</li>
52
+ <li>
53
+ <span class="glyphicon glyphicon-align-center"></span>align-center</li>
54
+ <li>
55
+ <span class="glyphicon glyphicon-align-justify"></span>align-justify</li>
56
+ <li>
57
+ <span class="glyphicon glyphicon-align-left"></span>align-left</li>
58
+ <li>
59
+ <span class="glyphicon glyphicon-align-right"></span>align-right</li>
60
+ <li>
61
+ <span class="glyphicon glyphicon-arrow-down"></span>arrow-down</li>
62
+ <li>
63
+ <span class="glyphicon glyphicon-arrow-left"></span>arrow-left</li>
64
+ <li>
65
+ <span class="glyphicon glyphicon-arrow-right"></span>arrow-right</li>
66
+ <li>
67
+ <span class="glyphicon glyphicon-arrow-up"></span>arrow-up</li>
68
+ <li>
69
+ <span class="glyphicon glyphicon-asterisk"></span>asterisk</li>
70
+ <li>
71
+ <span class="glyphicon glyphicon-backward"></span>backward</li>
72
+ <li>
73
+ <span class="glyphicon glyphicon-ban-circle"></span>ban-circle</li>
74
+ <li>
75
+ <span class="glyphicon glyphicon-barcode"></span>barcode</li>
76
+ <li>
77
+ <span class="glyphicon glyphicon-bell"></span>bell</li>
78
+ <li>
79
+ <span class="glyphicon glyphicon-bold"></span>bold</li>
80
+ <li>
81
+ <span class="glyphicon glyphicon-book"></span>book</li>
82
+ <li>
83
+ <span class="glyphicon glyphicon-bookmark"></span>bookmark</li>
84
+ <li>
85
+ <span class="glyphicon glyphicon-briefcase"></span>briefcase</li>
86
+ <li>
87
+ <span class="glyphicon glyphicon-bullhorn"></span>bullhorn</li>
88
+ <li>
89
+ <span class="glyphicon glyphicon-calendar"></span>calendar</li>
90
+ <li>
91
+ <span class="glyphicon glyphicon-camera"></span>camera</li>
92
+ <li>
93
+ <span class="glyphicon glyphicon-certificate"></span>certificate</li>
94
+ <li>
95
+ <span class="glyphicon glyphicon-check"></span>check</li>
96
+ <li>
97
+ <span class="glyphicon glyphicon-chevron-down"></span>chevron-down</li>
98
+ <li>
99
+ <span class="glyphicon glyphicon-chevron-left"></span>chevron-left</li>
100
+ <li>
101
+ <span class="glyphicon glyphicon-chevron-right"></span>chevron-right</li>
102
+ <li>
103
+ <span class="glyphicon glyphicon-chevron-up"></span>chevron-up</li>
104
+ <li>
105
+ <span class="glyphicon glyphicon-circle-arrow-down"></span>circle-arrow-down</li>
106
+ <li>
107
+ <span class="glyphicon glyphicon-circle-arrow-left"></span>circle-arrow-left</li>
108
+ <li>
109
+ <span class="glyphicon glyphicon-circle-arrow-right"></span>circle-arrow-right</li>
110
+ <li>
111
+ <span class="glyphicon glyphicon-circle-arrow-up"></span>circle-arrow-up</li>
112
+ <li>
113
+ <span class="glyphicon glyphicon-cloud"></span>cloud</li>
114
+ <li>
115
+ <span class="glyphicon glyphicon-cloud-download"></span>cloud-download</li>
116
+ <li>
117
+ <span class="glyphicon glyphicon-cloud-upload"></span>cloud-upload</li>
118
+ <li>
119
+ <span class="glyphicon glyphicon-cog"></span>cog</li>
120
+ <li>
121
+ <span class="glyphicon glyphicon-collapse-down"></span>collapse-down</li>
122
+ <li>
123
+ <span class="glyphicon glyphicon-collapse-up"></span>collapse-up</li>
124
+ <li>
125
+ <span class="glyphicon glyphicon-comment"></span>comment</li>
126
+ <li>
127
+ <span class="glyphicon glyphicon-compressed"></span>compressed</li>
128
+ <li>
129
+ <span class="glyphicon glyphicon-copyright-mark"></span>copyright-mark</li>
130
+ <li>
131
+ <span class="glyphicon glyphicon-credit-card"></span>credit-card</li>
132
+ <li>
133
+ <span class="glyphicon glyphicon-cutlery"></span>cutlery</li>
134
+ <li>
135
+ <span class="glyphicon glyphicon-dashboard"></span>dashboard</li>
136
+ <li>
137
+ <span class="glyphicon glyphicon-download"></span>download</li>
138
+ <li>
139
+ <span class="glyphicon glyphicon-download-alt"></span>download-alt</li>
140
+ <li>
141
+ <span class="glyphicon glyphicon-earphone"></span>earphone</li>
142
+ <li>
143
+ <span class="glyphicon glyphicon-edit"></span>edit</li>
144
+ <li>
145
+ <span class="glyphicon glyphicon-eject"></span>eject</li>
146
+ <li>
147
+ <span class="glyphicon glyphicon-envelope"></span>envelope</li>
148
+ <li>
149
+ <span class="glyphicon glyphicon-euro"></span>euro</li>
150
+ <li>
151
+ <span class="glyphicon glyphicon-exclamation-sign"></span>exclamation-sign</li>
152
+ <li>
153
+ <span class="glyphicon glyphicon-expand"></span>expand</li>
154
+ <li>
155
+ <span class="glyphicon glyphicon-export"></span>export</li>
156
+ <li>
157
+ <span class="glyphicon glyphicon-eye-close"></span>eye-close</li>
158
+ <li>
159
+ <span class="glyphicon glyphicon-eye-open"></span>eye-open</li>
160
+ <li>
161
+ <span class="glyphicon glyphicon-facetime-video"></span>facetime-video</li>
162
+ <li>
163
+ <span class="glyphicon glyphicon-fast-backward"></span>fast-backward</li>
164
+ <li>
165
+ <span class="glyphicon glyphicon-fast-forward"></span>fast-forward</li>
166
+ <li>
167
+ <span class="glyphicon glyphicon-file"></span>file</li>
168
+ <li>
169
+ <span class="glyphicon glyphicon-film"></span>film</li>
170
+ <li>
171
+ <span class="glyphicon glyphicon-filter"></span>filter</li>
172
+ <li>
173
+ <span class="glyphicon glyphicon-fire"></span>fire</li>
174
+ <li>
175
+ <span class="glyphicon glyphicon-flag"></span>flag</li>
176
+ <li>
177
+ <span class="glyphicon glyphicon-flash"></span>flash</li>
178
+ <li>
179
+ <span class="glyphicon glyphicon-floppy-disk"></span>floppy-disk</li>
180
+ <li>
181
+ <span class="glyphicon glyphicon-floppy-open"></span>floppy-open</li>
182
+ <li>
183
+ <span class="glyphicon glyphicon-floppy-remove"></span>floppy-remove</li>
184
+ <li>
185
+ <span class="glyphicon glyphicon-floppy-save"></span>floppy-save</li>
186
+ <li>
187
+ <span class="glyphicon glyphicon-floppy-saved"></span>floppy-saved</li>
188
+ <li>
189
+ <span class="glyphicon glyphicon-folder-close"></span>folder-close</li>
190
+ <li>
191
+ <span class="glyphicon glyphicon-folder-open"></span>folder-open</li>
192
+ <li>
193
+ <span class="glyphicon glyphicon-font"></span>font</li>
194
+ <li>
195
+ <span class="glyphicon glyphicon-forward"></span>forward</li>
196
+ <li>
197
+ <span class="glyphicon glyphicon-fullscreen"></span>fullscreen</li>
198
+ <li>
199
+ <span class="glyphicon glyphicon-gbp"></span>gbp</li>
200
+ <li>
201
+ <span class="glyphicon glyphicon-gift"></span>gift</li>
202
+ <li>
203
+ <span class="glyphicon glyphicon-glass"></span>glass</li>
204
+ <li>
205
+ <span class="glyphicon glyphicon-globe"></span>globe</li>
206
+ <li>
207
+ <span class="glyphicon glyphicon-hand-down"></span>hand-down</li>
208
+ <li>
209
+ <span class="glyphicon glyphicon-hand-left"></span>hand-left</li>
210
+ <li>
211
+ <span class="glyphicon glyphicon-hand-right"></span>hand-right</li>
212
+ <li>
213
+ <span class="glyphicon glyphicon-hand-up"></span>hand-up</li>
214
+ <li>
215
+ <span class="glyphicon glyphicon-hd-video"></span>hd-video</li>
216
+ <li>
217
+ <span class="glyphicon glyphicon-hdd"></span>hdd</li>
218
+ <li>
219
+ <span class="glyphicon glyphicon-header"></span>header</li>
220
+ <li>
221
+ <span class="glyphicon glyphicon-headphones"></span>headphones</li>
222
+ <li>
223
+ <span class="glyphicon glyphicon-heart"></span>heart</li>
224
+ <li>
225
+ <span class="glyphicon glyphicon-heart-empty"></span>heart-empty</li>
226
+ <li>
227
+ <span class="glyphicon glyphicon-home"></span>home</li>
228
+ <li>
229
+ <span class="glyphicon glyphicon-import"></span>import</li>
230
+ <li>
231
+ <span class="glyphicon glyphicon-inbox"></span>inbox</li>
232
+ <li>
233
+ <span class="glyphicon glyphicon-indent-left"></span>indent-left</li>
234
+ <li>
235
+ <span class="glyphicon glyphicon-indent-right"></span>indent-right</li>
236
+ <li>
237
+ <span class="glyphicon glyphicon-info-sign"></span>info-sign</li>
238
+ <li>
239
+ <span class="glyphicon glyphicon-italic"></span>italic</li>
240
+ <li>
241
+ <span class="glyphicon glyphicon-leaf"></span>leaf</li>
242
+ <li>
243
+ <span class="glyphicon glyphicon-link"></span>link</li>
244
+ <li>
245
+ <span class="glyphicon glyphicon-list"></span>list</li>
246
+ <li>
247
+ <span class="glyphicon glyphicon-list-alt"></span>list-alt</li>
248
+ <li>
249
+ <span class="glyphicon glyphicon-lock"></span>lock</li>
250
+ <li>
251
+ <span class="glyphicon glyphicon-log-in"></span>log-in</li>
252
+ <li>
253
+ <span class="glyphicon glyphicon-log-out"></span>log-out</li>
254
+ <li>
255
+ <span class="glyphicon glyphicon-magnet"></span>magnet</li>
256
+ <li>
257
+ <span class="glyphicon glyphicon-map-marker"></span>map-marker</li>
258
+ <li>
259
+ <span class="glyphicon glyphicon-minus"></span>minus</li>
260
+ <li>
261
+ <span class="glyphicon glyphicon-minus-sign"></span>minus-sign</li>
262
+ <li>
263
+ <span class="glyphicon glyphicon-move"></span>move</li>
264
+ <li>
265
+ <span class="glyphicon glyphicon-music"></span>music</li>
266
+ <li>
267
+ <span class="glyphicon glyphicon-new-window"></span>new-window</li>
268
+ <li>
269
+ <span class="glyphicon glyphicon-off"></span>off</li>
270
+ <li>
271
+ <span class="glyphicon glyphicon-ok"></span>ok</li>
272
+ <li>
273
+ <span class="glyphicon glyphicon-ok-circle"></span>ok-circle</li>
274
+ <li>
275
+ <span class="glyphicon glyphicon-ok-sign"></span>ok-sign</li>
276
+ <li>
277
+ <span class="glyphicon glyphicon-open"></span>open</li>
278
+ <li>
279
+ <span class="glyphicon glyphicon-paperclip"></span>paperclip</li>
280
+ <li>
281
+ <span class="glyphicon glyphicon-pause"></span>pause</li>
282
+ <li>
283
+ <span class="glyphicon glyphicon-pencil"></span>pencil</li>
284
+ <li>
285
+ <span class="glyphicon glyphicon-phone"></span>phone</li>
286
+ <li>
287
+ <span class="glyphicon glyphicon-phone-alt"></span>phone-alt</li>
288
+ <li>
289
+ <span class="glyphicon glyphicon-picture"></span>picture</li>
290
+ <li>
291
+ <span class="glyphicon glyphicon-plane"></span>plane</li>
292
+ <li>
293
+ <span class="glyphicon glyphicon-play"></span>play</li>
294
+ <li>
295
+ <span class="glyphicon glyphicon-play-circle"></span>play-circle</li>
296
+ <li>
297
+ <span class="glyphicon glyphicon-plus"></span>plus</li>
298
+ <li>
299
+ <span class="glyphicon glyphicon-plus-sign"></span>plus-sign</li>
300
+ <li>
301
+ <span class="glyphicon glyphicon-print"></span>print</li>
302
+ <li>
303
+ <span class="glyphicon glyphicon-pushpin"></span>pushpin</li>
304
+ <li>
305
+ <span class="glyphicon glyphicon-qrcode"></span>qrcode</li>
306
+ <li>
307
+ <span class="glyphicon glyphicon-question-sign"></span>question-sign</li>
308
+ <li>
309
+ <span class="glyphicon glyphicon-random"></span>random</li>
310
+ <li>
311
+ <span class="glyphicon glyphicon-record"></span>record</li>
312
+ <li>
313
+ <span class="glyphicon glyphicon-refresh"></span>refresh</li>
314
+ <li>
315
+ <span class="glyphicon glyphicon-registration-mark"></span>registration-mark</li>
316
+ <li>
317
+ <span class="glyphicon glyphicon-remove"></span>remove</li>
318
+ <li>
319
+ <span class="glyphicon glyphicon-remove-circle"></span>remove-circle</li>
320
+ <li>
321
+ <span class="glyphicon glyphicon-remove-sign"></span>remove-sign</li>
322
+ <li>
323
+ <span class="glyphicon glyphicon-repeat"></span>repeat</li>
324
+ <li>
325
+ <span class="glyphicon glyphicon-resize-full"></span>resize-full</li>
326
+ <li>
327
+ <span class="glyphicon glyphicon-resize-horizontal"></span>resize-horizontal</li>
328
+ <li>
329
+ <span class="glyphicon glyphicon-resize-small"></span>resize-small</li>
330
+ <li>
331
+ <span class="glyphicon glyphicon-resize-vertical"></span>resize-vertical</li>
332
+ <li>
333
+ <span class="glyphicon glyphicon-retweet"></span>retweet</li>
334
+ <li>
335
+ <span class="glyphicon glyphicon-road"></span>road</li>
336
+ <li>
337
+ <span class="glyphicon glyphicon-save"></span>save</li>
338
+ <li>
339
+ <span class="glyphicon glyphicon-saved"></span>saved</li>
340
+ <li>
341
+ <span class="glyphicon glyphicon-screenshot"></span>screenshot</li>
342
+ <li>
343
+ <span class="glyphicon glyphicon-sd-video"></span>sd-video</li>
344
+ <li>
345
+ <span class="glyphicon glyphicon-search"></span>search</li>
346
+ <li>
347
+ <span class="glyphicon glyphicon-send"></span>send</li>
348
+ <li>
349
+ <span class="glyphicon glyphicon-share"></span>share</li>
350
+ <li>
351
+ <span class="glyphicon glyphicon-share-alt"></span>share-alt</li>
352
+ <li>
353
+ <span class="glyphicon glyphicon-shopping-cart"></span>shopping-cart</li>
354
+ <li>
355
+ <span class="glyphicon glyphicon-signal"></span>signal</li>
356
+ <li>
357
+ <span class="glyphicon glyphicon-sort"></span>sort</li>
358
+ <li>
359
+ <span class="glyphicon glyphicon-sort-by-alphabet"></span>sort-by-alphabet</li>
360
+ <li>
361
+ <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span>sort-by-alphabet-alt</li>
362
+ <li>
363
+ <span class="glyphicon glyphicon-sort-by-attributes"></span>sort-by-attributes</li>
364
+ <li>
365
+ <span class="glyphicon glyphicon-sort-by-attributes-alt"></span>sort-by-attributes-alt</li>
366
+ <li>
367
+ <span class="glyphicon glyphicon-sort-by-order"></span>sort-by-order</li>
368
+ <li>
369
+ <span class="glyphicon glyphicon-sort-by-order-alt"></span>sort-by-order-alt</li>
370
+ <li>
371
+ <span class="glyphicon glyphicon-sound-5-1"></span>sound-5-1</li>
372
+ <li>
373
+ <span class="glyphicon glyphicon-sound-6-1"></span>sound-6-1</li>
374
+ <li>
375
+ <span class="glyphicon glyphicon-sound-7-1"></span>sound-7-1</li>
376
+ <li>
377
+ <span class="glyphicon glyphicon-sound-dolby"></span>sound-dolby</li>
378
+ <li>
379
+ <span class="glyphicon glyphicon-sound-stereo"></span>sound-stereo</li>
380
+ <li>
381
+ <span class="glyphicon glyphicon-star"></span>star</li>
382
+ <li>
383
+ <span class="glyphicon glyphicon-star-empty"></span>star-empty</li>
384
+ <li>
385
+ <span class="glyphicon glyphicon-stats"></span>stats</li>
386
+ <li>
387
+ <span class="glyphicon glyphicon-step-backward"></span>step-backward</li>
388
+ <li>
389
+ <span class="glyphicon glyphicon-step-forward"></span>step-forward</li>
390
+ <li>
391
+ <span class="glyphicon glyphicon-stop"></span>stop</li>
392
+ <li>
393
+ <span class="glyphicon glyphicon-subtitles"></span>subtitles</li>
394
+ <li>
395
+ <span class="glyphicon glyphicon-tag"></span>tag</li>
396
+ <li>
397
+ <span class="glyphicon glyphicon-tags"></span>tags</li>
398
+ <li>
399
+ <span class="glyphicon glyphicon-tasks"></span>tasks</li>
400
+ <li>
401
+ <span class="glyphicon glyphicon-text-height"></span>text-height</li>
402
+ <li>
403
+ <span class="glyphicon glyphicon-text-width"></span>text-width</li>
404
+ <li>
405
+ <span class="glyphicon glyphicon-th"></span>th</li>
406
+ <li>
407
+ <span class="glyphicon glyphicon-th-large"></span>th-large</li>
408
+ <li>
409
+ <span class="glyphicon glyphicon-th-list"></span>th-list</li>
410
+ <li>
411
+ <span class="glyphicon glyphicon-thumbs-down"></span>thumbs-down</li>
412
+ <li>
413
+ <span class="glyphicon glyphicon-thumbs-up"></span>thumbs-up</li>
414
+ <li>
415
+ <span class="glyphicon glyphicon-time"></span>time</li>
416
+ <li>
417
+ <span class="glyphicon glyphicon-tint"></span>tint</li>
418
+ <li>
419
+ <span class="glyphicon glyphicon-tower"></span>tower</li>
420
+ <li>
421
+ <span class="glyphicon glyphicon-transfer"></span>transfer</li>
422
+ <li>
423
+ <span class="glyphicon glyphicon-trash"></span>trash</li>
424
+ <li>
425
+ <span class="glyphicon glyphicon-tree-conifer"></span>tree-conifer</li>
426
+ <li>
427
+ <span class="glyphicon glyphicon-tree-deciduous"></span>tree-deciduous</li>
428
+ <li>
429
+ <span class="glyphicon glyphicon-unchecked"></span>unchecked</li>
430
+ <li>
431
+ <span class="glyphicon glyphicon-upload"></span>upload</li>
432
+ <li>
433
+ <span class="glyphicon glyphicon-usd"></span>usd</li>
434
+ <li>
435
+ <span class="glyphicon glyphicon-user"></span>user</li>
436
+ <li>
437
+ <span class="glyphicon glyphicon-volume-down"></span>volume-down</li>
438
+ <li>
439
+ <span class="glyphicon glyphicon-volume-off"></span>volume-off</li>
440
+ <li>
441
+ <span class="glyphicon glyphicon-volume-up"></span>volume-up</li>
442
+ <li>
443
+ <span class="glyphicon glyphicon-warning-sign"></span>warning-sign</li>
444
+ <li>
445
+ <span class="glyphicon glyphicon-wrench"></span>wrench</li>
446
+ <li>
447
+ <span class="glyphicon glyphicon-zoom-in"></span>zoom-in</li>
448
+ <li>
449
+ <span class="glyphicon glyphicon-zoom-out"></span>zoom-out</li>
450
+ </ul>
451
+ </div>
452
+ </body>
453
+
454
+ </html>
{assets/js → js}/plugins/icons.js RENAMED
@@ -8,14 +8,12 @@
8
  var c = cm.createButton('dws_icons', {
9
  title : 'Icons',
10
  onclick : function() {
11
- tb_show('Select icons', '../wp-content/plugins/bootstrap-shortcodes/assets/js/plugins/icons.html?TB_iframe=1');
12
  }
13
  });
14
 
15
-
16
  // Return the new splitbutton instance
17
  return c;
18
-
19
  }
20
  return null;
21
  }
8
  var c = cm.createButton('dws_icons', {
9
  title : 'Icons',
10
  onclick : function() {
11
+ tb_show('Select icons', '../wp-content/plugins/bootstrap-shortcodes/js/plugins/icons.html?TB_iframe=1');
12
  }
13
  });
14
 
 
15
  // Return the new splitbutton instance
16
  return c;
 
17
  }
18
  return null;
19
  }
{assets/js → js}/plugins/labels.js RENAMED
@@ -12,8 +12,8 @@
12
  });
13
 
14
  c.onRenderMenu.add(function(c, m) {
15
- // Boxes & frames
16
- m.add({title : 'Labels & Badges', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
17
  m.add({title : 'Default', onclick : function() {
18
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[label]Default[/label]' );
19
  }});
12
  });
13
 
14
  c.onRenderMenu.add(function(c, m) {
15
+ // Boxes & frames
16
+ m.add({title : 'Labels & Badges', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
17
  m.add({title : 'Default', onclick : function() {
18
  tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[label]Default[/label]' );
19
  }});
js/plugins/well.js ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // JavaScript Document
2
+ (function() {
3
+ // Creates a new plugin class and a custom listbox
4
+ tinymce.create('tinymce.plugins.dws_wells', {
5
+ createControl: function(n, cm) {
6
+ switch (n) {
7
+ case 'dws_wells':
8
+ var c = cm.createSplitButton('dws_wells', {
9
+ title : 'Well',
10
+ onclick : function() {
11
+ }
12
+ });
13
+
14
+ c.onRenderMenu.add(function(c, m) {
15
+ // Boxes & frames
16
+ m.add({title : 'Well', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
17
+ m.add({title : 'Small well', onclick : function() {
18
+ tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[well size="sm"]This well needs your attention.[/well]' );
19
+ }});
20
+ m.add({title : 'Medium well', onclick : function() {
21
+ tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[well size="md"]This well needs your attention.[/well]' );
22
+ }});
23
+ m.add({title : 'Large well', onclick : function() {
24
+ tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[well size="lg"]This well needs your attention.[/well]' );
25
+ }});
26
+
27
+ });
28
+
29
+ // Return the new splitbutton instance
30
+ return c;
31
+ }
32
+ return null;
33
+ }
34
+ });
35
+ tinymce.PluginManager.add('dws_wells', tinymce.plugins.dws_wells);
36
+ })();
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Bootstrap Shortcodes ===
2
  Contributors: sinetheta, Designwall Team
3
- Tags: shortcode, shortcodes, bootstrap, buttons, grid, responsive, widget
4
  Requires at least: 3.0
5
  Tested up to: 3.6
6
- Stable tag: 1.0
7
  License: GNU General Public License v2.0
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -26,6 +26,9 @@ Please report issues [here](https://github.com/TheWebShop/bootstrap-shortcodes/i
26
 
27
  == Changelog ==
28
 
 
 
 
29
  = 1.0 =
30
  * Upgraded from Bootstrap 2 to 3
31
 
1
  === Bootstrap Shortcodes ===
2
  Contributors: sinetheta, Designwall Team
3
+ Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
4
  Requires at least: 3.0
5
  Tested up to: 3.6
6
+ Stable tag: 1.1
7
  License: GNU General Public License v2.0
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
26
 
27
  == Changelog ==
28
 
29
+ = 1.1 =
30
+ * Added support for wells
31
+
32
  = 1.0 =
33
  * Upgraded from Bootstrap 2 to 3
34