Showing 1 changed files with 252 additions and 1625 deletions
+252 -1625
public/css/bootstrap.css
... ...
@@ -8,6 +8,224 @@
8 8
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
9 9
  */
10 10
 
11
+/* bread */
12
+.breadcrumb {
13
+  padding: 8px 15px;
14
+  margin: 0 0 20px;
15
+  list-style: none;
16
+  background-color: #f5f5f5;
17
+  -webkit-border-radius: 4px;
18
+     -moz-border-radius: 4px;
19
+          border-radius: 4px;
20
+}
21
+
22
+.breadcrumb > li {
23
+  display: inline-block;
24
+  *display: inline;
25
+  text-shadow: 0 1px 0 #ffffff;
26
+  *zoom: 1;
27
+}
28
+
29
+.breadcrumb > li > .divider {
30
+  padding: 0 5px;
31
+  color: #ccc;
32
+}
33
+
34
+.breadcrumb > .active {
35
+  color: #999999;
36
+}
37
+
38
+/* mordal dialog box */
39
+.modal-backdrop {
40
+  position: fixed;
41
+  top: 0;
42
+  right: 0;
43
+  bottom: 0;
44
+  left: 0;
45
+  z-index: 1040;
46
+  background-color: #000000;
47
+}
48
+
49
+.modal-backdrop.fade {
50
+  opacity: 0;
51
+}
52
+
53
+.modal-backdrop,
54
+.modal-backdrop.fade.in {
55
+  opacity: 0.8;
56
+  filter: alpha(opacity=80);
57
+}
58
+
59
+.modal {
60
+  position: fixed;
61
+  top: 10%;
62
+  left: 50%;
63
+  z-index: 1050;
64
+  width: 560px;
65
+  margin-left: -280px;
66
+  background-color: #ffffff;
67
+  border: 1px solid #999;
68
+  border: 1px solid rgba(0, 0, 0, 0.3);
69
+  *border: 1px solid #999;
70
+  -webkit-border-radius: 6px;
71
+     -moz-border-radius: 6px;
72
+          border-radius: 6px;
73
+  outline: none;
74
+  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
75
+     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
76
+          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
77
+  -webkit-background-clip: padding-box;
78
+     -moz-background-clip: padding-box;
79
+          background-clip: padding-box;
80
+}
81
+
82
+.modal.fade {
83
+  top: -25%;
84
+  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
85
+     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
86
+       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
87
+          transition: opacity 0.3s linear, top 0.3s ease-out;
88
+}
89
+
90
+.modal.fade.in {
91
+  top: 10%;
92
+}
93
+
94
+.modal-header {
95
+  padding: 9px 15px;
96
+  border-bottom: 1px solid #eee;
97
+}
98
+
99
+.modal-header .close {
100
+  margin-top: 2px;
101
+}
102
+
103
+.modal-header h3 {
104
+  margin: 0;
105
+  line-height: 30px;
106
+}
107
+
108
+.modal-body {
109
+  position: relative;
110
+  max-height: 400px;
111
+  padding: 15px;
112
+  overflow-y: auto;
113
+}
114
+
115
+.modal-form {
116
+  margin-bottom: 0;
117
+}
118
+
119
+.modal-footer {
120
+  padding: 14px 15px 15px;
121
+  margin-bottom: 0;
122
+  text-align: right;
123
+  background-color: #f5f5f5;
124
+  border-top: 1px solid #ddd;
125
+  -webkit-border-radius: 0 0 6px 6px;
126
+     -moz-border-radius: 0 0 6px 6px;
127
+          border-radius: 0 0 6px 6px;
128
+  *zoom: 1;
129
+  -webkit-box-shadow: inset 0 1px 0 #ffffff;
130
+     -moz-box-shadow: inset 0 1px 0 #ffffff;
131
+          box-shadow: inset 0 1px 0 #ffffff;
132
+}
133
+
134
+.modal-footer:before,
135
+.modal-footer:after {
136
+  display: table;
137
+  line-height: 0;
138
+  content: "";
139
+}
140
+
141
+.modal-footer:after {
142
+  clear: both;
143
+}
144
+
145
+.modal-footer .btn + .btn {
146
+  margin-bottom: 0;
147
+  margin-left: 5px;
148
+}
149
+
150
+.modal-footer .btn-group .btn + .btn {
151
+  margin-left: -1px;
152
+}
153
+
154
+.modal-footer .btn-block + .btn-block {
155
+  margin-left: 0;
156
+}
157
+
158
+/* for mordal dialog box */
159
+.hide {
160
+  display: none;
161
+}
162
+.show {
163
+  display: block;
164
+}
165
+.invisible {
166
+  visibility: hidden;
167
+}
168
+
169
+/* success and error message popover */
170
+.popover {
171
+  position: absolute;
172
+  top: 0;
173
+  left: 0;
174
+  z-index: 1010;
175
+  display: none;
176
+  max-width: 276px;
177
+  padding: 1px;
178
+  text-align: left;
179
+  white-space: normal;
180
+  background-color: #ffffff;
181
+  border: 1px solid #ccc;
182
+  border: 1px solid rgba(0, 0, 0, 0.2);
183
+  -webkit-border-radius: 6px;
184
+     -moz-border-radius: 6px;
185
+          border-radius: 6px;
186
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
187
+     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
188
+          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
189
+  -webkit-background-clip: padding-box;
190
+     -moz-background-clip: padding;
191
+          background-clip: padding-box;
192
+}
193
+
194
+.popover.top {
195
+  margin-top: -10px;
196
+}
197
+
198
+.popover.right {
199
+  margin-left: 10px;
200
+}
201
+
202
+.popover.bottom {
203
+  margin-top: 10px;
204
+}
205
+
206
+.popover.left {
207
+  margin-left: -10px;
208
+}
209
+
210
+.popover-title {
211
+  padding: 8px 14px;
212
+  margin: 0;
213
+  font-size: 14px;
214
+  font-weight: normal;
215
+  line-height: 18px;
216
+  background-color: #f7f7f7;
217
+  border-bottom: 1px solid #ebebeb;
218
+  -webkit-border-radius: 5px 5px 0 0;
219
+     -moz-border-radius: 5px 5px 0 0;
220
+          border-radius: 5px 5px 0 0;
221
+}
222
+
223
+.popover-title:empty {
224
+  display: none;
225
+}
226
+
227
+
228
+
11 229
 .clearfix {
12 230
   *zoom: 1;
13 231
 }
... ...
@@ -263,412 +481,65 @@ a:focus {
263 481
           border-radius: 500px;
264 482
 }
265 483
 
266
-.row {
267
-  margin-left: -20px;
484
+.container {
485
+  width: 980px;
486
+}
487
+
488
+.container {
489
+  margin-right: auto;
490
+  margin-left: auto;
268 491
   *zoom: 1;
269 492
 }
270 493
 
271
-.row:before,
272
-.row:after {
494
+.container:before,
495
+.container:after {
273 496
   display: table;
274 497
   line-height: 0;
275 498
   content: "";
276 499
 }
277 500
 
278
-.row:after {
501
+.container:after {
279 502
   clear: both;
280 503
 }
281 504
 
282
-[class*="span"] {
283
-  float: left;
284
-  min-height: 1px;
285
-  margin-left: 20px;
505
+.container-fluid {
506
+  padding-right: 20px;
507
+  padding-left: 20px;
508
+  *zoom: 1;
286 509
 }
287 510
 
288
-.container,
289
-.navbar-static-top .container,
290
-.navbar-fixed-top .container,
291
-.navbar-fixed-bottom .container {
292
-  width: 940px;
511
+.container-fluid:before,
512
+.container-fluid:after {
513
+  display: table;
514
+  line-height: 0;
515
+  content: "";
293 516
 }
294 517
 
295
-.span12 {
296
-  width: 940px;
518
+.container-fluid:after {
519
+  clear: both;
297 520
 }
298 521
 
299
-.span11 {
300
-  width: 860px;
522
+p {
523
+  margin: 0 0 10px;
301 524
 }
302 525
 
303
-.span10 {
304
-  width: 780px;
526
+.lead {
527
+  margin-bottom: 20px;
528
+  font-size: 21px;
529
+  font-weight: 200;
530
+  line-height: 30px;
305 531
 }
306 532
 
307
-.span9 {
308
-  width: 700px;
533
+small {
534
+  font-size: 85%;
309 535
 }
310 536
 
311
-.span8 {
312
-  width: 620px;
537
+strong {
538
+  font-weight: bold;
313 539
 }
314 540
 
315
-.span7 {
316
-  width: 540px;
317
-}
318
-
319
-.span6 {
320
-  width: 460px;
321
-}
322
-
323
-.span5 {
324
-  width: 380px;
325
-}
326
-
327
-.span4 {
328
-  width: 300px;
329
-}
330
-
331
-.span3 {
332
-  width: 220px;
333
-}
334
-
335
-.span2 {
336
-  width: 140px;
337
-}
338
-
339
-.span1 {
340
-  width: 60px;
341
-}
342
-
343
-.offset12 {
344
-  margin-left: 980px;
345
-}
346
-
347
-.offset11 {
348
-  margin-left: 900px;
349
-}
350
-
351
-.offset10 {
352
-  margin-left: 820px;
353
-}
354
-
355
-.offset9 {
356
-  margin-left: 740px;
357
-}
358
-
359
-.offset8 {
360
-  margin-left: 660px;
361
-}
362
-
363
-.offset7 {
364
-  margin-left: 580px;
365
-}
366
-
367
-.offset6 {
368
-  margin-left: 500px;
369
-}
370
-
371
-.offset5 {
372
-  margin-left: 420px;
373
-}
374
-
375
-.offset4 {
376
-  margin-left: 340px;
377
-}
378
-
379
-.offset3 {
380
-  margin-left: 260px;
381
-}
382
-
383
-.offset2 {
384
-  margin-left: 180px;
385
-}
386
-
387
-.offset1 {
388
-  margin-left: 100px;
389
-}
390
-
391
-.row-fluid {
392
-  width: 100%;
393
-  *zoom: 1;
394
-}
395
-
396
-.row-fluid:before,
397
-.row-fluid:after {
398
-  display: table;
399
-  line-height: 0;
400
-  content: "";
401
-}
402
-
403
-.row-fluid:after {
404
-  clear: both;
405
-}
406
-
407
-.row-fluid [class*="span"] {
408
-  display: block;
409
-  float: left;
410
-  width: 100%;
411
-  min-height: 30px;
412
-  margin-left: 2.127659574468085%;
413
-  *margin-left: 2.074468085106383%;
414
-  -webkit-box-sizing: border-box;
415
-     -moz-box-sizing: border-box;
416
-          box-sizing: border-box;
417
-}
418
-
419
-.row-fluid [class*="span"]:first-child {
420
-  margin-left: 0;
421
-}
422
-
423
-.row-fluid .controls-row [class*="span"] + [class*="span"] {
424
-  margin-left: 2.127659574468085%;
425
-}
426
-
427
-.row-fluid .span12 {
428
-  width: 100%;
429
-  *width: 99.94680851063829%;
430
-}
431
-
432
-.row-fluid .span11 {
433
-  width: 91.48936170212765%;
434
-  *width: 91.43617021276594%;
435
-}
436
-
437
-.row-fluid .span10 {
438
-  width: 82.97872340425532%;
439
-  *width: 82.92553191489361%;
440
-}
441
-
442
-.row-fluid .span9 {
443
-  width: 74.46808510638297%;
444
-  *width: 74.41489361702126%;
445
-}
446
-
447
-.row-fluid .span8 {
448
-  width: 65.95744680851064%;
449
-  *width: 65.90425531914893%;
450
-}
451
-
452
-.row-fluid .span7 {
453
-  width: 57.44680851063829%;
454
-  *width: 57.39361702127659%;
455
-}
456
-
457
-.row-fluid .span6 {
458
-  width: 48.93617021276595%;
459
-  *width: 48.88297872340425%;
460
-}
461
-
462
-.row-fluid .span5 {
463
-  width: 40.42553191489362%;
464
-  *width: 40.37234042553192%;
465
-}
466
-
467
-.row-fluid .span4 {
468
-  width: 31.914893617021278%;
469
-  *width: 31.861702127659576%;
470
-}
471
-
472
-.row-fluid .span3 {
473
-  width: 23.404255319148934%;
474
-  *width: 23.351063829787233%;
475
-}
476
-
477
-.row-fluid .span2 {
478
-  width: 14.893617021276595%;
479
-  *width: 14.840425531914894%;
480
-}
481
-
482
-.row-fluid .span1 {
483
-  width: 6.382978723404255%;
484
-  *width: 6.329787234042553%;
485
-}
486
-
487
-.row-fluid .offset12 {
488
-  margin-left: 104.25531914893617%;
489
-  *margin-left: 104.14893617021275%;
490
-}
491
-
492
-.row-fluid .offset12:first-child {
493
-  margin-left: 102.12765957446808%;
494
-  *margin-left: 102.02127659574467%;
495
-}
496
-
497
-.row-fluid .offset11 {
498
-  margin-left: 95.74468085106382%;
499
-  *margin-left: 95.6382978723404%;
500
-}
501
-
502
-.row-fluid .offset11:first-child {
503
-  margin-left: 93.61702127659574%;
504
-  *margin-left: 93.51063829787232%;
505
-}
506
-
507
-.row-fluid .offset10 {
508
-  margin-left: 87.23404255319149%;
509
-  *margin-left: 87.12765957446807%;
510
-}
511
-
512
-.row-fluid .offset10:first-child {
513
-  margin-left: 85.1063829787234%;
514
-  *margin-left: 84.99999999999999%;
515
-}
516
-
517
-.row-fluid .offset9 {
518
-  margin-left: 78.72340425531914%;
519
-  *margin-left: 78.61702127659572%;
520
-}
521
-
522
-.row-fluid .offset9:first-child {
523
-  margin-left: 76.59574468085106%;
524
-  *margin-left: 76.48936170212764%;
525
-}
526
-
527
-.row-fluid .offset8 {
528
-  margin-left: 70.2127659574468%;
529
-  *margin-left: 70.10638297872339%;
530
-}
531
-
532
-.row-fluid .offset8:first-child {
533
-  margin-left: 68.08510638297872%;
534
-  *margin-left: 67.9787234042553%;
535
-}
536
-
537
-.row-fluid .offset7 {
538
-  margin-left: 61.70212765957446%;
539
-  *margin-left: 61.59574468085106%;
540
-}
541
-
542
-.row-fluid .offset7:first-child {
543
-  margin-left: 59.574468085106375%;
544
-  *margin-left: 59.46808510638297%;
545
-}
546
-
547
-.row-fluid .offset6 {
548
-  margin-left: 53.191489361702125%;
549
-  *margin-left: 53.085106382978715%;
550
-}
551
-
552
-.row-fluid .offset6:first-child {
553
-  margin-left: 51.063829787234035%;
554
-  *margin-left: 50.95744680851063%;
555
-}
556
-
557
-.row-fluid .offset5 {
558
-  margin-left: 44.68085106382979%;
559
-  *margin-left: 44.57446808510638%;
560
-}
561
-
562
-.row-fluid .offset5:first-child {
563
-  margin-left: 42.5531914893617%;
564
-  *margin-left: 42.4468085106383%;
565
-}
566
-
567
-.row-fluid .offset4 {
568
-  margin-left: 36.170212765957444%;
569
-  *margin-left: 36.06382978723405%;
570
-}
571
-
572
-.row-fluid .offset4:first-child {
573
-  margin-left: 34.04255319148936%;
574
-  *margin-left: 33.93617021276596%;
575
-}
576
-
577
-.row-fluid .offset3 {
578
-  margin-left: 27.659574468085104%;
579
-  *margin-left: 27.5531914893617%;
580
-}
581
-
582
-.row-fluid .offset3:first-child {
583
-  margin-left: 25.53191489361702%;
584
-  *margin-left: 25.425531914893618%;
585
-}
586
-
587
-.row-fluid .offset2 {
588
-  margin-left: 19.148936170212764%;
589
-  *margin-left: 19.04255319148936%;
590
-}
591
-
592
-.row-fluid .offset2:first-child {
593
-  margin-left: 17.02127659574468%;
594
-  *margin-left: 16.914893617021278%;
595
-}
596
-
597
-.row-fluid .offset1 {
598
-  margin-left: 10.638297872340425%;
599
-  *margin-left: 10.53191489361702%;
600
-}
601
-
602
-.row-fluid .offset1:first-child {
603
-  margin-left: 8.51063829787234%;
604
-  *margin-left: 8.404255319148938%;
605
-}
606
-
607
-[class*="span"].hide,
608
-.row-fluid [class*="span"].hide {
609
-  display: none;
610
-}
611
-
612
-[class*="span"].pull-right,
613
-.row-fluid [class*="span"].pull-right {
614
-  float: right;
615
-}
616
-
617
-.container {
618
-  margin-right: auto;
619
-  margin-left: auto;
620
-  *zoom: 1;
621
-}
622
-
623
-.container:before,
624
-.container:after {
625
-  display: table;
626
-  line-height: 0;
627
-  content: "";
628
-}
629
-
630
-.container:after {
631
-  clear: both;
632
-}
633
-
634
-.container-fluid {
635
-  padding-right: 20px;
636
-  padding-left: 20px;
637
-  *zoom: 1;
638
-}
639
-
640
-.container-fluid:before,
641
-.container-fluid:after {
642
-  display: table;
643
-  line-height: 0;
644
-  content: "";
645
-}
646
-
647
-.container-fluid:after {
648
-  clear: both;
649
-}
650
-
651
-p {
652
-  margin: 0 0 10px;
653
-}
654
-
655
-.lead {
656
-  margin-bottom: 20px;
657
-  font-size: 21px;
658
-  font-weight: 200;
659
-  line-height: 30px;
660
-}
661
-
662
-small {
663
-  font-size: 85%;
664
-}
665
-
666
-strong {
667
-  font-weight: bold;
668
-}
669
-
670
-em {
671
-  font-style: italic;
541
+em {
542
+  font-style: italic;
672 543
 }
673 544
 
674 545
 cite {
... ...
@@ -1305,31 +1176,6 @@ textarea::-webkit-input-placeholder {
1305 1176
   width: 530px;
1306 1177
 }
1307 1178
 
1308
-input[class*="span"],
1309
-select[class*="span"],
1310
-textarea[class*="span"],
1311
-.uneditable-input[class*="span"],
1312
-.row-fluid input[class*="span"],
1313
-.row-fluid select[class*="span"],
1314
-.row-fluid textarea[class*="span"],
1315
-.row-fluid .uneditable-input[class*="span"] {
1316
-  float: none;
1317
-  margin-left: 0;
1318
-}
1319
-
1320
-.input-append input[class*="span"],
1321
-.input-append .uneditable-input[class*="span"],
1322
-.input-prepend input[class*="span"],
1323
-.input-prepend .uneditable-input[class*="span"],
1324
-.row-fluid input[class*="span"],
1325
-.row-fluid select[class*="span"],
1326
-.row-fluid textarea[class*="span"],
1327
-.row-fluid .uneditable-input[class*="span"],
1328
-.row-fluid .input-prepend [class*="span"],
1329
-.row-fluid .input-append [class*="span"] {
1330
-  display: inline-block;
1331
-}
1332
-
1333 1179
 input,
1334 1180
 textarea,
1335 1181
 .uneditable-input {
... ...
@@ -4937,1222 +4783,3 @@ input[type="submit"].btn.btn-mini {
4937 4783
   background-color: #000000 \9;
4938 4784
 }
4939 4785
 
4940
-.breadcrumb {
4941
-  padding: 8px 15px;
4942
-  margin: 0 0 20px;
4943
-  list-style: none;
4944
-  background-color: #f5f5f5;
4945
-  -webkit-border-radius: 4px;
4946
-     -moz-border-radius: 4px;
4947
-          border-radius: 4px;
4948
-}
4949
-
4950
-.breadcrumb > li {
4951
-  display: inline-block;
4952
-  *display: inline;
4953
-  text-shadow: 0 1px 0 #ffffff;
4954
-  *zoom: 1;
4955
-}
4956
-
4957
-.breadcrumb > li > .divider {
4958
-  padding: 0 5px;
4959
-  color: #ccc;
4960
-}
4961
-
4962
-.breadcrumb > .active {
4963
-  color: #999999;
4964
-}
4965
-
4966
-.pagination {
4967
-  margin: 20px 0;
4968
-}
4969
-
4970
-.pagination ul {
4971
-  display: inline-block;
4972
-  *display: inline;
4973
-  margin-bottom: 0;
4974
-  margin-left: 0;
4975
-  -webkit-border-radius: 4px;
4976
-     -moz-border-radius: 4px;
4977
-          border-radius: 4px;
4978
-  *zoom: 1;
4979
-  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4980
-     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4981
-          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4982
-}
4983
-
4984
-.pagination ul > li {
4985
-  display: inline;
4986
-}
4987
-
4988
-.pagination ul > li > a,
4989
-.pagination ul > li > span {
4990
-  float: left;
4991
-  padding: 4px 12px;
4992
-  line-height: 20px;
4993
-  text-decoration: none;
4994
-  background-color: #ffffff;
4995
-  border: 1px solid #dddddd;
4996
-  border-left-width: 0;
4997
-}
4998
-
4999
-.pagination ul > li > a:hover,
5000
-.pagination ul > li > a:focus,
5001
-.pagination ul > .active > a,
5002
-.pagination ul > .active > span {
5003
-  background-color: #f5f5f5;
5004
-}
5005
-
5006
-.pagination ul > .active > a,
5007
-.pagination ul > .active > span {
5008
-  color: #999999;
5009
-  cursor: default;
5010
-}
5011
-
5012
-.pagination ul > .disabled > span,
5013
-.pagination ul > .disabled > a,
5014
-.pagination ul > .disabled > a:hover,
5015
-.pagination ul > .disabled > a:focus {
5016
-  color: #999999;
5017
-  cursor: default;
5018
-  background-color: transparent;
5019
-}
5020
-
5021
-.pagination ul > li:first-child > a,
5022
-.pagination ul > li:first-child > span {
5023
-  border-left-width: 1px;
5024
-  -webkit-border-bottom-left-radius: 4px;
5025
-          border-bottom-left-radius: 4px;
5026
-  -webkit-border-top-left-radius: 4px;
5027
-          border-top-left-radius: 4px;
5028
-  -moz-border-radius-bottomleft: 4px;
5029
-  -moz-border-radius-topleft: 4px;
5030
-}
5031
-
5032
-.pagination ul > li:last-child > a,
5033
-.pagination ul > li:last-child > span {
5034
-  -webkit-border-top-right-radius: 4px;
5035
-          border-top-right-radius: 4px;
5036
-  -webkit-border-bottom-right-radius: 4px;
5037
-          border-bottom-right-radius: 4px;
5038
-  -moz-border-radius-topright: 4px;
5039
-  -moz-border-radius-bottomright: 4px;
5040
-}
5041
-
5042
-.pagination-centered {
5043
-  text-align: center;
5044
-}
5045
-
5046
-.pagination-right {
5047
-  text-align: right;
5048
-}
5049
-
5050
-.pagination-large ul > li > a,
5051
-.pagination-large ul > li > span {
5052
-  padding: 11px 19px;
5053
-  font-size: 17.5px;
5054
-}
5055
-
5056
-.pagination-large ul > li:first-child > a,
5057
-.pagination-large ul > li:first-child > span {
5058
-  -webkit-border-bottom-left-radius: 6px;
5059
-          border-bottom-left-radius: 6px;
5060
-  -webkit-border-top-left-radius: 6px;
5061
-          border-top-left-radius: 6px;
5062
-  -moz-border-radius-bottomleft: 6px;
5063
-  -moz-border-radius-topleft: 6px;
5064
-}
5065
-
5066
-.pagination-large ul > li:last-child > a,
5067
-.pagination-large ul > li:last-child > span {
5068
-  -webkit-border-top-right-radius: 6px;
5069
-          border-top-right-radius: 6px;
5070
-  -webkit-border-bottom-right-radius: 6px;
5071
-          border-bottom-right-radius: 6px;
5072
-  -moz-border-radius-topright: 6px;
5073
-  -moz-border-radius-bottomright: 6px;
5074
-}
5075
-
5076
-.pagination-mini ul > li:first-child > a,
5077
-.pagination-small ul > li:first-child > a,
5078
-.pagination-mini ul > li:first-child > span,
5079
-.pagination-small ul > li:first-child > span {
5080
-  -webkit-border-bottom-left-radius: 3px;
5081
-          border-bottom-left-radius: 3px;
5082
-  -webkit-border-top-left-radius: 3px;
5083
-          border-top-left-radius: 3px;
5084
-  -moz-border-radius-bottomleft: 3px;
5085
-  -moz-border-radius-topleft: 3px;
5086
-}
5087
-
5088
-.pagination-mini ul > li:last-child > a,
5089
-.pagination-small ul > li:last-child > a,
5090
-.pagination-mini ul > li:last-child > span,
5091
-.pagination-small ul > li:last-child > span {
5092
-  -webkit-border-top-right-radius: 3px;
5093
-          border-top-right-radius: 3px;
5094
-  -webkit-border-bottom-right-radius: 3px;
5095
-          border-bottom-right-radius: 3px;
5096
-  -moz-border-radius-topright: 3px;
5097
-  -moz-border-radius-bottomright: 3px;
5098
-}
5099
-
5100
-.pagination-small ul > li > a,
5101
-.pagination-small ul > li > span {
5102
-  padding: 2px 10px;
5103
-  font-size: 11.9px;
5104
-}
5105
-
5106
-.pagination-mini ul > li > a,
5107
-.pagination-mini ul > li > span {
5108
-  padding: 0 6px;
5109
-  font-size: 10.5px;
5110
-}
5111
-
5112
-.pager {
5113
-  margin: 20px 0;
5114
-  text-align: center;
5115
-  list-style: none;
5116
-  *zoom: 1;
5117
-}
5118
-
5119
-.pager:before,
5120
-.pager:after {
5121
-  display: table;
5122
-  line-height: 0;
5123
-  content: "";
5124
-}
5125
-
5126
-.pager:after {
5127
-  clear: both;
5128
-}
5129
-
5130
-.pager li {
5131
-  display: inline;
5132
-}
5133
-
5134
-.pager li > a,
5135
-.pager li > span {
5136
-  display: inline-block;
5137
-  padding: 5px 14px;
5138
-  background-color: #fff;
5139
-  border: 1px solid #ddd;
5140
-  -webkit-border-radius: 15px;
5141
-     -moz-border-radius: 15px;
5142
-          border-radius: 15px;
5143
-}
5144
-
5145
-.pager li > a:hover,
5146
-.pager li > a:focus {
5147
-  text-decoration: none;
5148
-  background-color: #f5f5f5;
5149
-}
5150
-
5151
-.pager .next > a,
5152
-.pager .next > span {
5153
-  float: right;
5154
-}
5155
-
5156
-.pager .previous > a,
5157
-.pager .previous > span {
5158
-  float: left;
5159
-}
5160
-
5161
-.pager .disabled > a,
5162
-.pager .disabled > a:hover,
5163
-.pager .disabled > a:focus,
5164
-.pager .disabled > span {
5165
-  color: #999999;
5166
-  cursor: default;
5167
-  background-color: #fff;
5168
-}
5169
-
5170
-.modal-backdrop {
5171
-  position: fixed;
5172
-  top: 0;
5173
-  right: 0;
5174
-  bottom: 0;
5175
-  left: 0;
5176
-  z-index: 1040;
5177
-  background-color: #000000;
5178
-}
5179
-
5180
-.modal-backdrop.fade {
5181
-  opacity: 0;
5182
-}
5183
-
5184
-.modal-backdrop,
5185
-.modal-backdrop.fade.in {
5186
-  opacity: 0.8;
5187
-  filter: alpha(opacity=80);
5188
-}
5189
-
5190
-.modal {
5191
-  position: fixed;
5192
-  top: 10%;
5193
-  left: 50%;
5194
-  z-index: 1050;
5195
-  width: 560px;
5196
-  margin-left: -280px;
5197
-  background-color: #ffffff;
5198
-  border: 1px solid #999;
5199
-  border: 1px solid rgba(0, 0, 0, 0.3);
5200
-  *border: 1px solid #999;
5201
-  -webkit-border-radius: 6px;
5202
-     -moz-border-radius: 6px;
5203
-          border-radius: 6px;
5204
-  outline: none;
5205
-  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
5206
-     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
5207
-          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
5208
-  -webkit-background-clip: padding-box;
5209
-     -moz-background-clip: padding-box;
5210
-          background-clip: padding-box;
5211
-}
5212
-
5213
-.modal.fade {
5214
-  top: -25%;
5215
-  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
5216
-     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
5217
-       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
5218
-          transition: opacity 0.3s linear, top 0.3s ease-out;
5219
-}
5220
-
5221
-.modal.fade.in {
5222
-  top: 10%;
5223
-}
5224
-
5225
-.modal-header {
5226
-  padding: 9px 15px;
5227
-  border-bottom: 1px solid #eee;
5228
-}
5229
-
5230
-.modal-header .close {
5231
-  margin-top: 2px;
5232
-}
5233
-
5234
-.modal-header h3 {
5235
-  margin: 0;
5236
-  line-height: 30px;
5237
-}
5238
-
5239
-.modal-body {
5240
-  position: relative;
5241
-  max-height: 400px;
5242
-  padding: 15px;
5243
-  overflow-y: auto;
5244
-}
5245
-
5246
-.modal-form {
5247
-  margin-bottom: 0;
5248
-}
5249
-
5250
-.modal-footer {
5251
-  padding: 14px 15px 15px;
5252
-  margin-bottom: 0;
5253
-  text-align: right;
5254
-  background-color: #f5f5f5;
5255
-  border-top: 1px solid #ddd;
5256
-  -webkit-border-radius: 0 0 6px 6px;
5257
-     -moz-border-radius: 0 0 6px 6px;
5258
-          border-radius: 0 0 6px 6px;
5259
-  *zoom: 1;
5260
-  -webkit-box-shadow: inset 0 1px 0 #ffffff;
5261
-     -moz-box-shadow: inset 0 1px 0 #ffffff;
5262
-          box-shadow: inset 0 1px 0 #ffffff;
5263
-}
5264
-
5265
-.modal-footer:before,
5266
-.modal-footer:after {
5267
-  display: table;
5268
-  line-height: 0;
5269
-  content: "";
5270
-}
5271
-
5272
-.modal-footer:after {
5273
-  clear: both;
5274
-}
5275
-
5276
-.modal-footer .btn + .btn {
5277
-  margin-bottom: 0;
5278
-  margin-left: 5px;
5279
-}
5280
-
5281
-.modal-footer .btn-group .btn + .btn {
5282
-  margin-left: -1px;
5283
-}
5284
-
5285
-.modal-footer .btn-block + .btn-block {
5286
-  margin-left: 0;
5287
-}
5288
-
5289
-.tooltip {
5290
-  position: absolute;
5291
-  z-index: 1030;
5292
-  display: block;
5293
-  font-size: 11px;
5294
-  line-height: 1.4;
5295
-  opacity: 0;
5296
-  filter: alpha(opacity=0);
5297
-  visibility: visible;
5298
-}
5299
-
5300
-.tooltip.in {
5301
-  opacity: 0.8;
5302
-  filter: alpha(opacity=80);
5303
-}
5304
-
5305
-.tooltip.top {
5306
-  padding: 5px 0;
5307
-  margin-top: -3px;
5308
-}
5309
-
5310
-.tooltip.right {
5311
-  padding: 0 5px;
5312
-  margin-left: 3px;
5313
-}
5314
-
5315
-.tooltip.bottom {
5316
-  padding: 5px 0;
5317
-  margin-top: 3px;
5318
-}
5319
-
5320
-.tooltip.left {
5321
-  padding: 0 5px;
5322
-  margin-left: -3px;
5323
-}
5324
-
5325
-.tooltip-inner {
5326
-  max-width: 200px;
5327
-  padding: 8px;
5328
-  color: #ffffff;
5329
-  text-align: center;
5330
-  text-decoration: none;
5331
-  background-color: #000000;
5332
-  -webkit-border-radius: 4px;
5333
-     -moz-border-radius: 4px;
5334
-          border-radius: 4px;
5335
-}
5336
-
5337
-.tooltip-arrow {
5338
-  position: absolute;
5339
-  width: 0;
5340
-  height: 0;
5341
-  border-color: transparent;
5342
-  border-style: solid;
5343
-}
5344
-
5345
-.tooltip.top .tooltip-arrow {
5346
-  bottom: 0;
5347
-  left: 50%;
5348
-  margin-left: -5px;
5349
-  border-top-color: #000000;
5350
-  border-width: 5px 5px 0;
5351
-}
5352
-
5353
-.tooltip.right .tooltip-arrow {
5354
-  top: 50%;
5355
-  left: 0;
5356
-  margin-top: -5px;
5357
-  border-right-color: #000000;
5358
-  border-width: 5px 5px 5px 0;
5359
-}
5360
-
5361
-.tooltip.left .tooltip-arrow {
5362
-  top: 50%;
5363
-  right: 0;
5364
-  margin-top: -5px;
5365
-  border-left-color: #000000;
5366
-  border-width: 5px 0 5px 5px;
5367
-}
5368
-
5369
-.tooltip.bottom .tooltip-arrow {
5370
-  top: 0;
5371
-  left: 50%;
5372
-  margin-left: -5px;
5373
-  border-bottom-color: #000000;
5374
-  border-width: 0 5px 5px;
5375
-}
5376
-
5377
-.popover {
5378
-  position: absolute;
5379
-  top: 0;
5380
-  left: 0;
5381
-  z-index: 1010;
5382
-  display: none;
5383
-  max-width: 276px;
5384
-  padding: 1px;
5385
-  text-align: left;
5386
-  white-space: normal;
5387
-  background-color: #ffffff;
5388
-  border: 1px solid #ccc;
5389
-  border: 1px solid rgba(0, 0, 0, 0.2);
5390
-  -webkit-border-radius: 6px;
5391
-     -moz-border-radius: 6px;
5392
-          border-radius: 6px;
5393
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5394
-     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5395
-          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5396
-  -webkit-background-clip: padding-box;
5397
-     -moz-background-clip: padding;
5398
-          background-clip: padding-box;
5399
-}
5400
-
5401
-.popover.top {
5402
-  margin-top: -10px;
5403
-}
5404
-
5405
-.popover.right {
5406
-  margin-left: 10px;
5407
-}
5408
-
5409
-.popover.bottom {
5410
-  margin-top: 10px;
5411
-}
5412
-
5413
-.popover.left {
5414
-  margin-left: -10px;
5415
-}
5416
-
5417
-.popover-title {
5418
-  padding: 8px 14px;
5419
-  margin: 0;
5420
-  font-size: 14px;
5421
-  font-weight: normal;
5422
-  line-height: 18px;
5423
-  background-color: #f7f7f7;
5424
-  border-bottom: 1px solid #ebebeb;
5425
-  -webkit-border-radius: 5px 5px 0 0;
5426
-     -moz-border-radius: 5px 5px 0 0;
5427
-          border-radius: 5px 5px 0 0;
5428
-}
5429
-
5430
-.popover-title:empty {
5431
-  display: none;
5432
-}
5433
-
5434
-.popover-content {
5435
-  padding: 9px 14px;
5436
-}
5437
-
5438
-.popover .arrow,
5439
-.popover .arrow:after {
5440
-  position: absolute;
5441
-  display: block;
5442
-  width: 0;
5443
-  height: 0;
5444
-  border-color: transparent;
5445
-  border-style: solid;
5446
-}
5447
-
5448
-.popover .arrow {
5449
-  border-width: 11px;
5450
-}
5451
-
5452
-.popover .arrow:after {
5453
-  border-width: 10px;
5454
-  content: "";
5455
-}
5456
-
5457
-.popover.top .arrow {
5458
-  bottom: -11px;
5459
-  left: 50%;
5460
-  margin-left: -11px;
5461
-  border-top-color: #999;
5462
-  border-top-color: rgba(0, 0, 0, 0.25);
5463
-  border-bottom-width: 0;
5464
-}
5465
-
5466
-.popover.top .arrow:after {
5467
-  bottom: 1px;
5468
-  margin-left: -10px;
5469
-  border-top-color: #ffffff;
5470
-  border-bottom-width: 0;
5471
-}
5472
-
5473
-.popover.right .arrow {
5474
-  top: 50%;
5475
-  left: -11px;
5476
-  margin-top: -11px;
5477
-  border-right-color: #999;
5478
-  border-right-color: rgba(0, 0, 0, 0.25);
5479
-  border-left-width: 0;
5480
-}
5481
-
5482
-.popover.right .arrow:after {
5483
-  bottom: -10px;
5484
-  left: 1px;
5485
-  border-right-color: #ffffff;
5486
-  border-left-width: 0;
5487
-}
5488
-
5489
-.popover.bottom .arrow {
5490
-  top: -11px;
5491
-  left: 50%;
5492
-  margin-left: -11px;
5493
-  border-bottom-color: #999;
5494
-  border-bottom-color: rgba(0, 0, 0, 0.25);
5495
-  border-top-width: 0;
5496
-}
5497
-
5498
-.popover.bottom .arrow:after {
5499
-  top: 1px;
5500
-  margin-left: -10px;
5501
-  border-bottom-color: #ffffff;
5502
-  border-top-width: 0;
5503
-}
5504
-
5505
-.popover.left .arrow {
5506
-  top: 50%;
5507
-  right: -11px;
5508
-  margin-top: -11px;
5509
-  border-left-color: #999;
5510
-  border-left-color: rgba(0, 0, 0, 0.25);
5511
-  border-right-width: 0;
5512
-}
5513
-
5514
-.popover.left .arrow:after {
5515
-  right: 1px;
5516
-  bottom: -10px;
5517
-  border-left-color: #ffffff;
5518
-  border-right-width: 0;
5519
-}
5520
-
5521
-.thumbnails {
5522
-  margin-left: -20px;
5523
-  list-style: none;
5524
-  *zoom: 1;
5525
-}
5526
-
5527
-.thumbnails:before,
5528
-.thumbnails:after {
5529
-  display: table;
5530
-  line-height: 0;
5531
-  content: "";
5532
-}
5533
-
5534
-.thumbnails:after {
5535
-  clear: both;
5536
-}
5537
-
5538
-.row-fluid .thumbnails {
5539
-  margin-left: 0;
5540
-}
5541
-
5542
-.thumbnails > li {
5543
-  float: left;
5544
-  margin-bottom: 20px;
5545
-  margin-left: 20px;
5546
-}
5547
-
5548
-.thumbnail {
5549
-  display: block;
5550
-  padding: 4px;
5551
-  line-height: 20px;
5552
-  border: 1px solid #ddd;
5553
-  -webkit-border-radius: 4px;
5554
-     -moz-border-radius: 4px;
5555
-          border-radius: 4px;
5556
-  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5557
-     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5558
-          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5559
-  -webkit-transition: all 0.2s ease-in-out;
5560
-     -moz-transition: all 0.2s ease-in-out;
5561
-       -o-transition: all 0.2s ease-in-out;
5562
-          transition: all 0.2s ease-in-out;
5563
-}
5564
-
5565
-a.thumbnail:hover,
5566
-a.thumbnail:focus {
5567
-  border-color: #0088cc;
5568
-  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5569
-     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5570
-          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5571
-}
5572
-
5573
-.thumbnail > img {
5574
-  display: block;
5575
-  max-width: 100%;
5576
-  margin-right: auto;
5577
-  margin-left: auto;
5578
-}
5579
-
5580
-.thumbnail .caption {
5581
-  padding: 9px;
5582
-  color: #555555;
5583
-}
5584
-
5585
-.media,
5586
-.media-body {
5587
-  overflow: hidden;
5588
-  *overflow: visible;
5589
-  zoom: 1;
5590
-}
5591
-
5592
-.media,
5593
-.media .media {
5594
-  margin-top: 15px;
5595
-}
5596
-
5597
-.media:first-child {
5598
-  margin-top: 0;
5599
-}
5600
-
5601
-.media-object {
5602
-  display: block;
5603
-}
5604
-
5605
-.media-heading {
5606
-  margin: 0 0 5px;
5607
-}
5608
-
5609
-.media > .pull-left {
5610
-  margin-right: 10px;
5611
-}
5612
-
5613
-.media > .pull-right {
5614
-  margin-left: 10px;
5615
-}
5616
-
5617
-.media-list {
5618
-  margin-left: 0;
5619
-  list-style: none;
5620
-}
5621
-
5622
-.label,
5623
-.badge {
5624
-  display: inline-block;
5625
-  padding: 2px 4px;
5626
-  font-size: 11.844px;
5627
-  font-weight: bold;
5628
-  line-height: 14px;
5629
-  color: #ffffff;
5630
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
5631
-  white-space: nowrap;
5632
-  vertical-align: baseline;
5633
-  background-color: #999999;
5634
-}
5635
-
5636
-.label {
5637
-  -webkit-border-radius: 3px;
5638
-     -moz-border-radius: 3px;
5639
-          border-radius: 3px;
5640
-}
5641
-
5642
-.badge {
5643
-  padding-right: 9px;
5644
-  padding-left: 9px;
5645
-  -webkit-border-radius: 9px;
5646
-     -moz-border-radius: 9px;
5647
-          border-radius: 9px;
5648
-}
5649
-
5650
-.label:empty,
5651
-.badge:empty {
5652
-  display: none;
5653
-}
5654
-
5655
-a.label:hover,
5656
-a.label:focus,
5657
-a.badge:hover,
5658
-a.badge:focus {
5659
-  color: #ffffff;
5660
-  text-decoration: none;
5661
-  cursor: pointer;
5662
-}
5663
-
5664
-.label-important,
5665
-.badge-important {
5666
-  background-color: #b94a48;
5667
-}
5668
-
5669
-.label-important[href],
5670
-.badge-important[href] {
5671
-  background-color: #953b39;
5672
-}
5673
-
5674
-.label-warning,
5675
-.badge-warning {
5676
-  background-color: #f89406;
5677
-}
5678
-
5679
-.label-warning[href],
5680
-.badge-warning[href] {
5681
-  background-color: #c67605;
5682
-}
5683
-
5684
-.label-success,
5685
-.badge-success {
5686
-  background-color: #468847;
5687
-}
5688
-
5689
-.label-success[href],
5690
-.badge-success[href] {
5691
-  background-color: #356635;
5692
-}
5693
-
5694
-.label-info,
5695
-.badge-info {
5696
-  background-color: #3a87ad;
5697
-}
5698
-
5699
-.label-info[href],
5700
-.badge-info[href] {
5701
-  background-color: #2d6987;
5702
-}
5703
-
5704
-.label-inverse,
5705
-.badge-inverse {
5706
-  background-color: #333333;
5707
-}
5708
-
5709
-.label-inverse[href],
5710
-.badge-inverse[href] {
5711
-  background-color: #1a1a1a;
5712
-}
5713
-
5714
-.btn .label,
5715
-.btn .badge {
5716
-  position: relative;
5717
-  top: -1px;
5718
-}
5719
-
5720
-.btn-mini .label,
5721
-.btn-mini .badge {
5722
-  top: 0;
5723
-}
5724
-
5725
-@-webkit-keyframes progress-bar-stripes {
5726
-  from {
5727
-    background-position: 40px 0;
5728
-  }
5729
-  to {
5730
-    background-position: 0 0;
5731
-  }
5732
-}
5733
-
5734
-@-moz-keyframes progress-bar-stripes {
5735
-  from {
5736
-    background-position: 40px 0;
5737
-  }
5738
-  to {
5739
-    background-position: 0 0;
5740
-  }
5741
-}
5742
-
5743
-@-ms-keyframes progress-bar-stripes {
5744
-  from {
5745
-    background-position: 40px 0;
5746
-  }
5747
-  to {
5748
-    background-position: 0 0;
5749
-  }
5750
-}
5751
-
5752
-@-o-keyframes progress-bar-stripes {
5753
-  from {
5754
-    background-position: 0 0;
5755
-  }
5756
-  to {
5757
-    background-position: 40px 0;
5758
-  }
5759
-}
5760
-
5761
-@keyframes progress-bar-stripes {
5762
-  from {
5763
-    background-position: 40px 0;
5764
-  }
5765
-  to {
5766
-    background-position: 0 0;
5767
-  }
5768
-}
5769
-
5770
-.progress {
5771
-  height: 20px;
5772
-  margin-bottom: 20px;
5773
-  overflow: hidden;
5774
-  background-color: #f7f7f7;
5775
-  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
5776
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
5777
-  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
5778
-  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
5779
-  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
5780
-  background-repeat: repeat-x;
5781
-  -webkit-border-radius: 4px;
5782
-     -moz-border-radius: 4px;
5783
-          border-radius: 4px;
5784
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5785
-  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5786
-     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5787
-          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5788
-}
5789
-
5790
-.progress .bar {
5791
-  float: left;
5792
-  width: 0;
5793
-  height: 100%;
5794
-  font-size: 12px;
5795
-  color: #ffffff;
5796
-  text-align: center;
5797
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
5798
-  background-color: #0e90d2;
5799
-  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
5800
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
5801
-  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
5802
-  background-image: -o-linear-gradient(top, #149bdf, #0480be);
5803
-  background-image: linear-gradient(to bottom, #149bdf, #0480be);
5804
-  background-repeat: repeat-x;
5805
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5806
-  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5807
-     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5808
-          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5809
-  -webkit-box-sizing: border-box;
5810
-     -moz-box-sizing: border-box;
5811
-          box-sizing: border-box;
5812
-  -webkit-transition: width 0.6s ease;
5813
-     -moz-transition: width 0.6s ease;
5814
-       -o-transition: width 0.6s ease;
5815
-          transition: width 0.6s ease;
5816
-}
5817
-
5818
-.progress .bar + .bar {
5819
-  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5820
-     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5821
-          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5822
-}
5823
-
5824
-.progress-striped .bar {
5825
-  background-color: #149bdf;
5826
-  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));
5827
-  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);
5828
-  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);
5829
-  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);
5830
-  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);
5831
-  -webkit-background-size: 40px 40px;
5832
-     -moz-background-size: 40px 40px;
5833
-       -o-background-size: 40px 40px;
5834
-          background-size: 40px 40px;
5835
-}
5836
-
5837
-.progress.active .bar {
5838
-  -webkit-animation: progress-bar-stripes 2s linear infinite;
5839
-     -moz-animation: progress-bar-stripes 2s linear infinite;
5840
-      -ms-animation: progress-bar-stripes 2s linear infinite;
5841
-       -o-animation: progress-bar-stripes 2s linear infinite;
5842
-          animation: progress-bar-stripes 2s linear infinite;
5843
-}
5844
-
5845
-.progress-danger .bar,
5846
-.progress .bar-danger {
5847
-  background-color: #dd514c;
5848
-  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
5849
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
5850
-  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
5851
-  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
5852
-  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
5853
-  background-repeat: repeat-x;
5854
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
5855
-}
5856
-
5857
-.progress-danger.progress-striped .bar,
5858
-.progress-striped .bar-danger {
5859
-  background-color: #ee5f5b;
5860
-  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));
5861
-  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);
5862
-  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);
5863
-  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);
5864
-  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);
5865
-}
5866
-
5867
-.progress-success .bar,
5868
-.progress .bar-success {
5869
-  background-color: #5eb95e;
5870
-  background-image: -moz-linear-gradient(top, #62c462, #57a957);
5871
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
5872
-  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
5873
-  background-image: -o-linear-gradient(top, #62c462, #57a957);
5874
-  background-image: linear-gradient(to bottom, #62c462, #57a957);
5875
-  background-repeat: repeat-x;
5876
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5877
-}
5878
-
5879
-.progress-success.progress-striped .bar,
5880
-.progress-striped .bar-success {
5881
-  background-color: #62c462;
5882
-  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));
5883
-  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);
5884
-  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);
5885
-  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);
5886
-  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);
5887
-}
5888
-
5889
-.progress-info .bar,
5890
-.progress .bar-info {
5891
-  background-color: #4bb1cf;
5892
-  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
5893
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
5894
-  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
5895
-  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
5896
-  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
5897
-  background-repeat: repeat-x;
5898
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5899
-}
5900
-
5901
-.progress-info.progress-striped .bar,
5902
-.progress-striped .bar-info {
5903
-  background-color: #5bc0de;
5904
-  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));
5905
-  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);
5906
-  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);
5907
-  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);
5908
-  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);
5909
-}
5910
-
5911
-.progress-warning .bar,
5912
-.progress .bar-warning {
5913
-  background-color: #faa732;
5914
-  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
5915
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
5916
-  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
5917
-  background-image: -o-linear-gradient(top, #fbb450, #f89406);
5918
-  background-image: linear-gradient(to bottom, #fbb450, #f89406);
5919
-  background-repeat: repeat-x;
5920
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5921
-}
5922
-
5923
-.progress-warning.progress-striped .bar,
5924
-.progress-striped .bar-warning {
5925
-  background-color: #fbb450;
5926
-  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));
5927
-  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);
5928
-  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);
5929
-  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);
5930
-  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);
5931
-}
5932
-
5933
-.accordion {
5934
-  margin-bottom: 20px;
5935
-}
5936
-
5937
-.accordion-group {
5938
-  margin-bottom: 2px;
5939
-  border: 1px solid #e5e5e5;
5940
-  -webkit-border-radius: 4px;
5941
-     -moz-border-radius: 4px;
5942
-          border-radius: 4px;
5943
-}
5944
-
5945
-.accordion-heading {
5946
-  border-bottom: 0;
5947
-}
5948
-
5949
-.accordion-heading .accordion-toggle {
5950
-  display: block;
5951
-  padding: 8px 15px;
5952
-}
5953
-
5954
-.accordion-toggle {
5955
-  cursor: pointer;
5956
-}
5957
-
5958
-.accordion-inner {
5959
-  padding: 9px 15px;
5960
-  border-top: 1px solid #e5e5e5;
5961
-}
5962
-
5963
-.carousel {
5964
-  position: relative;
5965
-  margin-bottom: 20px;
5966
-  line-height: 1;
5967
-}
5968
-
5969
-.carousel-inner {
5970
-  position: relative;
5971
-  width: 100%;
5972
-  overflow: hidden;
5973
-}
5974
-
5975
-.carousel-inner > .item {
5976
-  position: relative;
5977
-  display: none;
5978
-  -webkit-transition: 0.6s ease-in-out left;
5979
-     -moz-transition: 0.6s ease-in-out left;
5980
-       -o-transition: 0.6s ease-in-out left;
5981
-          transition: 0.6s ease-in-out left;
5982
-}
5983
-
5984
-.carousel-inner > .item > img,
5985
-.carousel-inner > .item > a > img {
5986
-  display: block;
5987
-  line-height: 1;
5988
-}
5989
-
5990
-.carousel-inner > .active,
5991
-.carousel-inner > .next,
5992
-.carousel-inner > .prev {
5993
-  display: block;
5994
-}
5995
-
5996
-.carousel-inner > .active {
5997
-  left: 0;
5998
-}
5999
-
6000
-.carousel-inner > .next,
6001
-.carousel-inner > .prev {
6002
-  position: absolute;
6003
-  top: 0;
6004
-  width: 100%;
6005
-}
6006
-
6007
-.carousel-inner > .next {
6008
-  left: 100%;
6009
-}
6010
-
6011
-.carousel-inner > .prev {
6012
-  left: -100%;
6013
-}
6014
-
6015
-.carousel-inner > .next.left,
6016
-.carousel-inner > .prev.right {
6017
-  left: 0;
6018
-}
6019
-
6020
-.carousel-inner > .active.left {
6021
-  left: -100%;
6022
-}
6023
-
6024
-.carousel-inner > .active.right {
6025
-  left: 100%;
6026
-}
6027
-
6028
-.carousel-control {
6029
-  position: absolute;
6030
-  top: 40%;
6031
-  left: 15px;
6032
-  width: 40px;
6033
-  height: 40px;
6034
-  margin-top: -20px;
6035
-  font-size: 60px;
6036
-  font-weight: 100;
6037
-  line-height: 30px;
6038
-  color: #ffffff;
6039
-  text-align: center;
6040
-  background: #222222;
6041
-  border: 3px solid #ffffff;
6042
-  -webkit-border-radius: 23px;
6043
-     -moz-border-radius: 23px;
6044
-          border-radius: 23px;
6045
-  opacity: 0.5;
6046
-  filter: alpha(opacity=50);
6047
-}
6048
-
6049
-.carousel-control.right {
6050
-  right: 15px;
6051
-  left: auto;
6052
-}
6053
-
6054
-.carousel-control:hover,
6055
-.carousel-control:focus {
6056
-  color: #ffffff;
6057
-  text-decoration: none;
6058
-  opacity: 0.9;
6059
-  filter: alpha(opacity=90);
6060
-}
6061
-
6062
-.carousel-indicators {
6063
-  position: absolute;
6064
-  top: 15px;
6065
-  right: 15px;
6066
-  z-index: 5;
6067
-  margin: 0;
6068
-  list-style: none;
6069
-}
6070
-
6071
-.carousel-indicators li {
6072
-  display: block;
6073
-  float: left;
6074
-  width: 10px;
6075
-  height: 10px;
6076
-  margin-left: 5px;
6077
-  text-indent: -999px;
6078
-  background-color: #ccc;
6079
-  background-color: rgba(255, 255, 255, 0.25);
6080
-  border-radius: 5px;
6081
-}
6082
-
6083
-.carousel-indicators .active {
6084
-  background-color: #fff;
6085
-}
6086
-
6087
-.carousel-caption {
6088
-  position: absolute;
6089
-  right: 0;
6090
-  bottom: 0;
6091
-  left: 0;
6092
-  padding: 15px;
6093
-  background: #333333;
6094
-  background: rgba(0, 0, 0, 0.75);
6095
-}
6096
-
6097
-.carousel-caption h4,
6098
-.carousel-caption p {
6099
-  line-height: 20px;
6100
-  color: #ffffff;
6101
-}
6102
-
6103
-.carousel-caption h4 {
6104
-  margin: 0 0 5px;
6105
-}
6106
-
6107
-.carousel-caption p {
6108
-  margin-bottom: 0;
6109
-}
6110
-
6111
-.hero-unit {
6112
-  padding: 60px;
6113
-  margin-bottom: 30px;
6114
-  font-size: 18px;
6115
-  font-weight: 200;
6116
-  line-height: 30px;
6117
-  color: inherit;
6118
-  background-color: #eeeeee;
6119
-  -webkit-border-radius: 6px;
6120
-     -moz-border-radius: 6px;
6121
-          border-radius: 6px;
6122
-}
6123
-
6124
-.hero-unit h1 {
6125
-  margin-bottom: 0;
6126
-  font-size: 60px;
6127
-  line-height: 1;
6128
-  letter-spacing: -1px;
6129
-  color: inherit;
6130
-}
6131
-
6132
-.hero-unit li {
6133
-  line-height: 30px;
6134
-}
6135
-
6136
-.pull-right {
6137
-  float: right;
6138
-}
6139
-
6140
-.pull-left {
6141
-  float: left;
6142
-}
6143
-
6144
-.hide {
6145
-  display: none;
6146
-}
6147
-
6148
-.show {
6149
-  display: block;
6150
-}
6151
-
6152
-.invisible {
6153
-  visibility: hidden;
6154
-}
6155
-
6156
-.affix {
6157
-  position: fixed;
6158
-}