@lazycatcloud/lzc-cli 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/lib/api.js +34 -36
  2. package/lib/archiver.js +50 -31
  3. package/lib/box/hportal.js +113 -0
  4. package/lib/box/index.js +135 -0
  5. package/lib/box/qemu_vm_mgr.js +553 -0
  6. package/lib/box/schemes/vm_box_system_debian.json +47 -0
  7. package/lib/builder.js +154 -35
  8. package/lib/dev.js +38 -30
  9. package/lib/env.js +276 -57
  10. package/lib/generator.js +31 -0
  11. package/lib/git/git-commit.sh +7 -0
  12. package/lib/git/git-reset.sh +15 -0
  13. package/lib/key.js +14 -11
  14. package/lib/sdk.js +7 -10
  15. package/lib/utils.js +149 -53
  16. package/package.json +14 -2
  17. package/scripts/auto-completion.sh +46 -0
  18. package/scripts/cli.js +134 -70
  19. package/template/_lazycat/app-config +1 -0
  20. package/template/_lazycat/docker-compose.yml.in +3 -5
  21. package/template/golang/README.md +3 -4
  22. package/template/golang/assets/css/bootstrap-responsive.css +26 -23
  23. package/template/golang/assets/css/bootstrap-responsive.min.css +1065 -1
  24. package/template/golang/assets/css/bootstrap.css +733 -362
  25. package/template/golang/assets/css/bootstrap.min.css +5299 -1
  26. package/template/golang/assets/css/rego.css +17 -17
  27. package/template/golang/assets/js/bootstrap.js +1340 -1311
  28. package/template/golang/assets/js/bootstrap.min.js +1240 -5
  29. package/template/golang/assets/js/rego.js +80 -69
  30. package/template/golang/index.html +61 -59
  31. package/template/ionic_vue3/README.md +46 -0
  32. package/template/ionic_vue3/_eslintrc.cjs +24 -0
  33. package/template/ionic_vue3/_gitignore +29 -0
  34. package/template/ionic_vue3/_vscode/extensions.json +6 -0
  35. package/template/ionic_vue3/capacitor.config.ts +10 -0
  36. package/template/ionic_vue3/env.d.ts +1 -0
  37. package/template/ionic_vue3/index.html +13 -0
  38. package/template/ionic_vue3/ionic.config.json +7 -0
  39. package/template/ionic_vue3/package.json +52 -0
  40. package/template/ionic_vue3/postcss.config.js +6 -0
  41. package/template/ionic_vue3/public/favicon.ico +0 -0
  42. package/template/ionic_vue3/src/App.vue +11 -0
  43. package/template/ionic_vue3/src/assets/logo.svg +1 -0
  44. package/template/ionic_vue3/src/index.css +3 -0
  45. package/template/ionic_vue3/src/main.ts +35 -0
  46. package/template/ionic_vue3/src/router/index.ts +15 -0
  47. package/template/ionic_vue3/src/theme/variables.css +231 -0
  48. package/template/ionic_vue3/src/views/Home.vue +38 -0
  49. package/template/ionic_vue3/tailwind.config.js +7 -0
  50. package/template/ionic_vue3/tsconfig.json +16 -0
  51. package/template/ionic_vue3/tsconfig.vite-config.json +8 -0
  52. package/template/ionic_vue3/vite.config.ts +28 -0
  53. package/template/release/golang/build.sh +1 -2
  54. package/template/release/ionic_vue3/Dockerfile +10 -0
  55. package/template/release/ionic_vue3/build.sh +9 -0
  56. package/template/release/ionic_vue3/docker-compose.yml.in +8 -0
  57. package/template/release/vue/Dockerfile +3 -2
  58. package/template/release/vue/build.sh +4 -2
  59. package/template/vue/README.md +5 -0
  60. package/template/vue/babel.config.js +2 -4
@@ -36,7 +36,7 @@ audio:not([controls]) {
36
36
  html {
37
37
  font-size: 100%;
38
38
  -webkit-text-size-adjust: 100%;
39
- -ms-text-size-adjust: 100%;
39
+ -ms-text-size-adjust: 100%;
40
40
  }
41
41
 
42
42
  a:focus {
@@ -111,8 +111,8 @@ input[type="submit"] {
111
111
 
112
112
  input[type="search"] {
113
113
  -webkit-box-sizing: content-box;
114
- -moz-box-sizing: content-box;
115
- box-sizing: content-box;
114
+ -moz-box-sizing: content-box;
115
+ box-sizing: content-box;
116
116
  -webkit-appearance: textfield;
117
117
  }
118
118
 
@@ -154,8 +154,8 @@ textarea {
154
154
  width: 100%;
155
155
  min-height: 30px;
156
156
  -webkit-box-sizing: border-box;
157
- -moz-box-sizing: border-box;
158
- box-sizing: border-box;
157
+ -moz-box-sizing: border-box;
158
+ box-sizing: border-box;
159
159
  }
160
160
 
161
161
  body {
@@ -179,8 +179,8 @@ a:hover {
179
179
 
180
180
  .img-rounded {
181
181
  -webkit-border-radius: 6px;
182
- -moz-border-radius: 6px;
183
- border-radius: 6px;
182
+ -moz-border-radius: 6px;
183
+ border-radius: 6px;
184
184
  }
185
185
 
186
186
  .img-polaroid {
@@ -189,14 +189,14 @@ a:hover {
189
189
  border: 1px solid #ccc;
190
190
  border: 1px solid rgba(0, 0, 0, 0.2);
191
191
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
192
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
193
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
192
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
193
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
194
194
  }
195
195
 
196
196
  .img-circle {
197
197
  -webkit-border-radius: 500px;
198
- -moz-border-radius: 500px;
199
- border-radius: 500px;
198
+ -moz-border-radius: 500px;
199
+ border-radius: 500px;
200
200
  }
201
201
 
202
202
  .row {
@@ -348,8 +348,8 @@ a:hover {
348
348
  margin-left: 2.127659574468085%;
349
349
  *margin-left: 2.074468085106383%;
350
350
  -webkit-box-sizing: border-box;
351
- -moz-box-sizing: border-box;
352
- box-sizing: border-box;
351
+ -moz-box-sizing: border-box;
352
+ box-sizing: border-box;
353
353
  }
354
354
 
355
355
  .row-fluid [class*="span"]:first-child {
@@ -831,7 +831,7 @@ blockquote small {
831
831
  }
832
832
 
833
833
  blockquote small:before {
834
- content: '\2014 \00A0';
834
+ content: "\2014 \00A0";
835
835
  }
836
836
 
837
837
  blockquote.pull-right {
@@ -848,11 +848,11 @@ blockquote.pull-right small {
848
848
  }
849
849
 
850
850
  blockquote.pull-right small:before {
851
- content: '';
851
+ content: "";
852
852
  }
853
853
 
854
854
  blockquote.pull-right small:after {
855
- content: '\00A0 \2014';
855
+ content: "\00A0 \2014";
856
856
  }
857
857
 
858
858
  q:before,
@@ -876,8 +876,8 @@ pre {
876
876
  font-size: 12px;
877
877
  color: #333333;
878
878
  -webkit-border-radius: 3px;
879
- -moz-border-radius: 3px;
880
- border-radius: 3px;
879
+ -moz-border-radius: 3px;
880
+ border-radius: 3px;
881
881
  }
882
882
 
883
883
  code {
@@ -901,8 +901,8 @@ pre {
901
901
  border: 1px solid #ccc;
902
902
  border: 1px solid rgba(0, 0, 0, 0.15);
903
903
  -webkit-border-radius: 4px;
904
- -moz-border-radius: 4px;
905
- border-radius: 4px;
904
+ -moz-border-radius: 4px;
905
+ border-radius: 4px;
906
906
  }
907
907
 
908
908
  pre.prettyprint {
@@ -996,8 +996,8 @@ input[type="color"],
996
996
  color: #555555;
997
997
  vertical-align: middle;
998
998
  -webkit-border-radius: 4px;
999
- -moz-border-radius: 4px;
1000
- border-radius: 4px;
999
+ -moz-border-radius: 4px;
1000
+ border-radius: 4px;
1001
1001
  }
1002
1002
 
1003
1003
  input,
@@ -1029,12 +1029,12 @@ input[type="color"],
1029
1029
  background-color: #ffffff;
1030
1030
  border: 1px solid #cccccc;
1031
1031
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1032
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1033
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1032
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1033
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1034
1034
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
1035
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
1036
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
1037
- transition: border linear 0.2s, box-shadow linear 0.2s;
1035
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
1036
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
1037
+ transition: border linear 0.2s, box-shadow linear 0.2s;
1038
1038
  }
1039
1039
 
1040
1040
  textarea:focus,
@@ -1058,9 +1058,12 @@ input[type="color"]:focus,
1058
1058
  outline: thin dotted \9;
1059
1059
  /* IE6-9 */
1060
1060
 
1061
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1062
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1063
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
1061
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
1062
+ 0 0 8px rgba(82, 168, 236, 0.6);
1063
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
1064
+ 0 0 8px rgba(82, 168, 236, 0.6);
1065
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
1066
+ 0 0 8px rgba(82, 168, 236, 0.6);
1064
1067
  }
1065
1068
 
1066
1069
  input[type="radio"],
@@ -1120,8 +1123,8 @@ input[type="checkbox"]:focus {
1120
1123
  background-color: #fcfcfc;
1121
1124
  border-color: #cccccc;
1122
1125
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1123
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1124
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1126
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1127
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1125
1128
  }
1126
1129
 
1127
1130
  .uneditable-input {
@@ -1371,8 +1374,8 @@ input[type="checkbox"][readonly] {
1371
1374
  .control-group.warning textarea {
1372
1375
  border-color: #c09853;
1373
1376
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1374
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1375
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1377
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1378
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1376
1379
  }
1377
1380
 
1378
1381
  .control-group.warning input:focus,
@@ -1380,8 +1383,8 @@ input[type="checkbox"][readonly] {
1380
1383
  .control-group.warning textarea:focus {
1381
1384
  border-color: #a47e3c;
1382
1385
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1383
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1384
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1386
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1387
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1385
1388
  }
1386
1389
 
1387
1390
  .control-group.warning .input-prepend .add-on,
@@ -1410,8 +1413,8 @@ input[type="checkbox"][readonly] {
1410
1413
  .control-group.error textarea {
1411
1414
  border-color: #b94a48;
1412
1415
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1413
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1414
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1416
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1417
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1415
1418
  }
1416
1419
 
1417
1420
  .control-group.error input:focus,
@@ -1419,8 +1422,8 @@ input[type="checkbox"][readonly] {
1419
1422
  .control-group.error textarea:focus {
1420
1423
  border-color: #953b39;
1421
1424
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1422
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1423
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1425
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1426
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1424
1427
  }
1425
1428
 
1426
1429
  .control-group.error .input-prepend .add-on,
@@ -1449,8 +1452,8 @@ input[type="checkbox"][readonly] {
1449
1452
  .control-group.success textarea {
1450
1453
  border-color: #468847;
1451
1454
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1452
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1453
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1455
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1456
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1454
1457
  }
1455
1458
 
1456
1459
  .control-group.success input:focus,
@@ -1458,8 +1461,8 @@ input[type="checkbox"][readonly] {
1458
1461
  .control-group.success textarea:focus {
1459
1462
  border-color: #356635;
1460
1463
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1461
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1462
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1464
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1465
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1463
1466
  }
1464
1467
 
1465
1468
  .control-group.success .input-prepend .add-on,
@@ -1488,8 +1491,8 @@ input[type="checkbox"][readonly] {
1488
1491
  .control-group.info textarea {
1489
1492
  border-color: #3a87ad;
1490
1493
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1491
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1492
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1494
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1495
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1493
1496
  }
1494
1497
 
1495
1498
  .control-group.info input:focus,
@@ -1497,8 +1500,8 @@ input[type="checkbox"][readonly] {
1497
1500
  .control-group.info textarea:focus {
1498
1501
  border-color: #2d6987;
1499
1502
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1500
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1501
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1503
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1504
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1502
1505
  }
1503
1506
 
1504
1507
  .control-group.info .input-prepend .add-on,
@@ -1520,8 +1523,8 @@ textarea:focus:required:invalid:focus,
1520
1523
  select:focus:required:invalid:focus {
1521
1524
  border-color: #e9322d;
1522
1525
  -webkit-box-shadow: 0 0 6px #f8b9b7;
1523
- -moz-box-shadow: 0 0 6px #f8b9b7;
1524
- box-shadow: 0 0 6px #f8b9b7;
1526
+ -moz-box-shadow: 0 0 6px #f8b9b7;
1527
+ box-shadow: 0 0 6px #f8b9b7;
1525
1528
  }
1526
1529
 
1527
1530
  .form-actions {
@@ -1591,8 +1594,8 @@ select:focus:required:invalid:focus {
1591
1594
  *margin-left: 0;
1592
1595
  vertical-align: top;
1593
1596
  -webkit-border-radius: 0 4px 4px 0;
1594
- -moz-border-radius: 0 4px 4px 0;
1595
- border-radius: 0 4px 4px 0;
1597
+ -moz-border-radius: 0 4px 4px 0;
1598
+ border-radius: 0 4px 4px 0;
1596
1599
  }
1597
1600
 
1598
1601
  .input-append input:focus,
@@ -1626,8 +1629,8 @@ select:focus:required:invalid:focus {
1626
1629
  .input-prepend .btn {
1627
1630
  vertical-align: top;
1628
1631
  -webkit-border-radius: 0;
1629
- -moz-border-radius: 0;
1630
- border-radius: 0;
1632
+ -moz-border-radius: 0;
1633
+ border-radius: 0;
1631
1634
  }
1632
1635
 
1633
1636
  .input-append .active,
@@ -1644,24 +1647,24 @@ select:focus:required:invalid:focus {
1644
1647
  .input-prepend .add-on:first-child,
1645
1648
  .input-prepend .btn:first-child {
1646
1649
  -webkit-border-radius: 4px 0 0 4px;
1647
- -moz-border-radius: 4px 0 0 4px;
1648
- border-radius: 4px 0 0 4px;
1650
+ -moz-border-radius: 4px 0 0 4px;
1651
+ border-radius: 4px 0 0 4px;
1649
1652
  }
1650
1653
 
1651
1654
  .input-append input,
1652
1655
  .input-append select,
1653
1656
  .input-append .uneditable-input {
1654
1657
  -webkit-border-radius: 4px 0 0 4px;
1655
- -moz-border-radius: 4px 0 0 4px;
1656
- border-radius: 4px 0 0 4px;
1658
+ -moz-border-radius: 4px 0 0 4px;
1659
+ border-radius: 4px 0 0 4px;
1657
1660
  }
1658
1661
 
1659
1662
  .input-append input + .btn-group .btn,
1660
1663
  .input-append select + .btn-group .btn,
1661
1664
  .input-append .uneditable-input + .btn-group .btn {
1662
1665
  -webkit-border-radius: 0 4px 4px 0;
1663
- -moz-border-radius: 0 4px 4px 0;
1664
- border-radius: 0 4px 4px 0;
1666
+ -moz-border-radius: 0 4px 4px 0;
1667
+ border-radius: 0 4px 4px 0;
1665
1668
  }
1666
1669
 
1667
1670
  .input-append .add-on,
@@ -1673,40 +1676,40 @@ select:focus:required:invalid:focus {
1673
1676
  .input-append .add-on:last-child,
1674
1677
  .input-append .btn:last-child {
1675
1678
  -webkit-border-radius: 0 4px 4px 0;
1676
- -moz-border-radius: 0 4px 4px 0;
1677
- border-radius: 0 4px 4px 0;
1679
+ -moz-border-radius: 0 4px 4px 0;
1680
+ border-radius: 0 4px 4px 0;
1678
1681
  }
1679
1682
 
1680
1683
  .input-prepend.input-append input,
1681
1684
  .input-prepend.input-append select,
1682
1685
  .input-prepend.input-append .uneditable-input {
1683
1686
  -webkit-border-radius: 0;
1684
- -moz-border-radius: 0;
1685
- border-radius: 0;
1687
+ -moz-border-radius: 0;
1688
+ border-radius: 0;
1686
1689
  }
1687
1690
 
1688
1691
  .input-prepend.input-append input + .btn-group .btn,
1689
1692
  .input-prepend.input-append select + .btn-group .btn,
1690
1693
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
1691
1694
  -webkit-border-radius: 0 4px 4px 0;
1692
- -moz-border-radius: 0 4px 4px 0;
1693
- border-radius: 0 4px 4px 0;
1695
+ -moz-border-radius: 0 4px 4px 0;
1696
+ border-radius: 0 4px 4px 0;
1694
1697
  }
1695
1698
 
1696
1699
  .input-prepend.input-append .add-on:first-child,
1697
1700
  .input-prepend.input-append .btn:first-child {
1698
1701
  margin-right: -1px;
1699
1702
  -webkit-border-radius: 4px 0 0 4px;
1700
- -moz-border-radius: 4px 0 0 4px;
1701
- border-radius: 4px 0 0 4px;
1703
+ -moz-border-radius: 4px 0 0 4px;
1704
+ border-radius: 4px 0 0 4px;
1702
1705
  }
1703
1706
 
1704
1707
  .input-prepend.input-append .add-on:last-child,
1705
1708
  .input-prepend.input-append .btn:last-child {
1706
1709
  margin-left: -1px;
1707
1710
  -webkit-border-radius: 0 4px 4px 0;
1708
- -moz-border-radius: 0 4px 4px 0;
1709
- border-radius: 0 4px 4px 0;
1711
+ -moz-border-radius: 0 4px 4px 0;
1712
+ border-radius: 0 4px 4px 0;
1710
1713
  }
1711
1714
 
1712
1715
  .input-prepend.input-append .btn-group:first-child {
@@ -1722,8 +1725,8 @@ input.search-query {
1722
1725
 
1723
1726
  margin-bottom: 0;
1724
1727
  -webkit-border-radius: 15px;
1725
- -moz-border-radius: 15px;
1726
- border-radius: 15px;
1728
+ -moz-border-radius: 15px;
1729
+ border-radius: 15px;
1727
1730
  }
1728
1731
 
1729
1732
  /* Allow for input prepend/append in search forms */
@@ -1731,32 +1734,32 @@ input.search-query {
1731
1734
  .form-search .input-append .search-query,
1732
1735
  .form-search .input-prepend .search-query {
1733
1736
  -webkit-border-radius: 0;
1734
- -moz-border-radius: 0;
1735
- border-radius: 0;
1737
+ -moz-border-radius: 0;
1738
+ border-radius: 0;
1736
1739
  }
1737
1740
 
1738
1741
  .form-search .input-append .search-query {
1739
1742
  -webkit-border-radius: 14px 0 0 14px;
1740
- -moz-border-radius: 14px 0 0 14px;
1741
- border-radius: 14px 0 0 14px;
1743
+ -moz-border-radius: 14px 0 0 14px;
1744
+ border-radius: 14px 0 0 14px;
1742
1745
  }
1743
1746
 
1744
1747
  .form-search .input-append .btn {
1745
1748
  -webkit-border-radius: 0 14px 14px 0;
1746
- -moz-border-radius: 0 14px 14px 0;
1747
- border-radius: 0 14px 14px 0;
1749
+ -moz-border-radius: 0 14px 14px 0;
1750
+ border-radius: 0 14px 14px 0;
1748
1751
  }
1749
1752
 
1750
1753
  .form-search .input-prepend .search-query {
1751
1754
  -webkit-border-radius: 0 14px 14px 0;
1752
- -moz-border-radius: 0 14px 14px 0;
1753
- border-radius: 0 14px 14px 0;
1755
+ -moz-border-radius: 0 14px 14px 0;
1756
+ border-radius: 0 14px 14px 0;
1754
1757
  }
1755
1758
 
1756
1759
  .form-search .input-prepend .btn {
1757
1760
  -webkit-border-radius: 14px 0 0 14px;
1758
- -moz-border-radius: 14px 0 0 14px;
1759
- border-radius: 14px 0 0 14px;
1761
+ -moz-border-radius: 14px 0 0 14px;
1762
+ border-radius: 14px 0 0 14px;
1760
1763
  }
1761
1764
 
1762
1765
  .form-search input,
@@ -1935,8 +1938,8 @@ table {
1935
1938
  *border-collapse: collapse;
1936
1939
  border-left: 0;
1937
1940
  -webkit-border-radius: 4px;
1938
- -moz-border-radius: 4px;
1939
- border-radius: 4px;
1941
+ -moz-border-radius: 4px;
1942
+ border-radius: 4px;
1940
1943
  }
1941
1944
 
1942
1945
  .table-bordered th,
@@ -1959,14 +1962,14 @@ table {
1959
1962
  .table-bordered thead:first-child tr:first-child th:first-child,
1960
1963
  .table-bordered tbody:first-child tr:first-child td:first-child {
1961
1964
  -webkit-border-top-left-radius: 4px;
1962
- border-top-left-radius: 4px;
1965
+ border-top-left-radius: 4px;
1963
1966
  -moz-border-radius-topleft: 4px;
1964
1967
  }
1965
1968
 
1966
1969
  .table-bordered thead:first-child tr:first-child th:last-child,
1967
1970
  .table-bordered tbody:first-child tr:first-child td:last-child {
1968
1971
  -webkit-border-top-right-radius: 4px;
1969
- border-top-right-radius: 4px;
1972
+ border-top-right-radius: 4px;
1970
1973
  -moz-border-radius-topright: 4px;
1971
1974
  }
1972
1975
 
@@ -1974,10 +1977,10 @@ table {
1974
1977
  .table-bordered tbody:last-child tr:last-child td:first-child,
1975
1978
  .table-bordered tfoot:last-child tr:last-child td:first-child {
1976
1979
  -webkit-border-radius: 0 0 0 4px;
1977
- -moz-border-radius: 0 0 0 4px;
1978
- border-radius: 0 0 0 4px;
1980
+ -moz-border-radius: 0 0 0 4px;
1981
+ border-radius: 0 0 0 4px;
1979
1982
  -webkit-border-bottom-left-radius: 4px;
1980
- border-bottom-left-radius: 4px;
1983
+ border-bottom-left-radius: 4px;
1981
1984
  -moz-border-radius-bottomleft: 4px;
1982
1985
  }
1983
1986
 
@@ -1985,7 +1988,7 @@ table {
1985
1988
  .table-bordered tbody:last-child tr:last-child td:last-child,
1986
1989
  .table-bordered tfoot:last-child tr:last-child td:last-child {
1987
1990
  -webkit-border-bottom-right-radius: 4px;
1988
- border-bottom-right-radius: 4px;
1991
+ border-bottom-right-radius: 4px;
1989
1992
  -moz-border-radius-bottomright: 4px;
1990
1993
  }
1991
1994
 
@@ -1994,7 +1997,7 @@ table {
1994
1997
  .table-bordered colgroup + thead tr:first-child th:first-child,
1995
1998
  .table-bordered colgroup + tbody tr:first-child td:first-child {
1996
1999
  -webkit-border-top-left-radius: 4px;
1997
- border-top-left-radius: 4px;
2000
+ border-top-left-radius: 4px;
1998
2001
  -moz-border-radius-topleft: 4px;
1999
2002
  }
2000
2003
 
@@ -2003,7 +2006,7 @@ table {
2003
2006
  .table-bordered colgroup + thead tr:first-child th:last-child,
2004
2007
  .table-bordered colgroup + tbody tr:first-child td:last-child {
2005
2008
  -webkit-border-top-right-radius: 4px;
2006
- border-top-right-radius: 4px;
2009
+ border-top-right-radius: 4px;
2007
2010
  -moz-border-radius-topright: 4px;
2008
2011
  }
2009
2012
 
@@ -2148,7 +2151,7 @@ table th[class*="span"],
2148
2151
  width: 14px;
2149
2152
  height: 14px;
2150
2153
  margin-top: 1px;
2151
- *margin-right: .3em;
2154
+ *margin-right: 0.3em;
2152
2155
  line-height: 14px;
2153
2156
  vertical-align: text-top;
2154
2157
  background-image: url("../img/glyphicons-halflings.png");
@@ -2175,7 +2178,7 @@ table th[class*="span"],
2175
2178
  }
2176
2179
 
2177
2180
  .icon-glass {
2178
- background-position: 0 0;
2181
+ background-position: 0 0;
2179
2182
  }
2180
2183
 
2181
2184
  .icon-music {
@@ -2783,14 +2786,14 @@ table th[class*="span"],
2783
2786
  *border-right-width: 2px;
2784
2787
  *border-bottom-width: 2px;
2785
2788
  -webkit-border-radius: 6px;
2786
- -moz-border-radius: 6px;
2787
- border-radius: 6px;
2789
+ -moz-border-radius: 6px;
2790
+ border-radius: 6px;
2788
2791
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2789
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2790
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2792
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2793
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2791
2794
  -webkit-background-clip: padding-box;
2792
- -moz-background-clip: padding;
2793
- background-clip: padding-box;
2795
+ -moz-background-clip: padding;
2796
+ background-clip: padding-box;
2794
2797
  }
2795
2798
 
2796
2799
  .dropdown-menu.pull-right {
@@ -2825,7 +2828,13 @@ table th[class*="span"],
2825
2828
  text-decoration: none;
2826
2829
  background-color: #0081c2;
2827
2830
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2828
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2831
+ background-image: -webkit-gradient(
2832
+ linear,
2833
+ 0 0,
2834
+ 0 100%,
2835
+ from(#0088cc),
2836
+ to(#0077b3)
2837
+ );
2829
2838
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2830
2839
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2831
2840
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
@@ -2839,7 +2848,13 @@ table th[class*="span"],
2839
2848
  text-decoration: none;
2840
2849
  background-color: #0081c2;
2841
2850
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2842
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2851
+ background-image: -webkit-gradient(
2852
+ linear,
2853
+ 0 0,
2854
+ 0 100%,
2855
+ from(#0088cc),
2856
+ to(#0077b3)
2857
+ );
2843
2858
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2844
2859
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2845
2860
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
@@ -2897,8 +2912,8 @@ table th[class*="span"],
2897
2912
  margin-top: -6px;
2898
2913
  margin-left: -1px;
2899
2914
  -webkit-border-radius: 0 6px 6px 6px;
2900
- -moz-border-radius: 0 6px 6px 6px;
2901
- border-radius: 0 6px 6px 6px;
2915
+ -moz-border-radius: 0 6px 6px 6px;
2916
+ border-radius: 0 6px 6px 6px;
2902
2917
  }
2903
2918
 
2904
2919
  .dropdown-submenu:hover > .dropdown-menu {
@@ -2911,8 +2926,8 @@ table th[class*="span"],
2911
2926
  margin-top: 0;
2912
2927
  margin-bottom: -2px;
2913
2928
  -webkit-border-radius: 5px 5px 5px 0;
2914
- -moz-border-radius: 5px 5px 5px 0;
2915
- border-radius: 5px 5px 5px 0;
2929
+ -moz-border-radius: 5px 5px 5px 0;
2930
+ border-radius: 5px 5px 5px 0;
2916
2931
  }
2917
2932
 
2918
2933
  .dropdown-submenu > a:after {
@@ -2941,8 +2956,8 @@ table th[class*="span"],
2941
2956
  left: -100%;
2942
2957
  margin-left: 10px;
2943
2958
  -webkit-border-radius: 6px 0 6px 6px;
2944
- -moz-border-radius: 6px 0 6px 6px;
2945
- border-radius: 6px 0 6px 6px;
2959
+ -moz-border-radius: 6px 0 6px 6px;
2960
+ border-radius: 6px 0 6px 6px;
2946
2961
  }
2947
2962
 
2948
2963
  .dropdown .dropdown-menu .nav-header {
@@ -2953,8 +2968,8 @@ table th[class*="span"],
2953
2968
  .typeahead {
2954
2969
  margin-top: 2px;
2955
2970
  -webkit-border-radius: 4px;
2956
- -moz-border-radius: 4px;
2957
- border-radius: 4px;
2971
+ -moz-border-radius: 4px;
2972
+ border-radius: 4px;
2958
2973
  }
2959
2974
 
2960
2975
  .well {
@@ -2964,11 +2979,11 @@ table th[class*="span"],
2964
2979
  background-color: #f5f5f5;
2965
2980
  border: 1px solid #e3e3e3;
2966
2981
  -webkit-border-radius: 4px;
2967
- -moz-border-radius: 4px;
2968
- border-radius: 4px;
2982
+ -moz-border-radius: 4px;
2983
+ border-radius: 4px;
2969
2984
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2970
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2971
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2985
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2986
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2972
2987
  }
2973
2988
 
2974
2989
  .well blockquote {
@@ -2979,23 +2994,23 @@ table th[class*="span"],
2979
2994
  .well-large {
2980
2995
  padding: 24px;
2981
2996
  -webkit-border-radius: 6px;
2982
- -moz-border-radius: 6px;
2983
- border-radius: 6px;
2997
+ -moz-border-radius: 6px;
2998
+ border-radius: 6px;
2984
2999
  }
2985
3000
 
2986
3001
  .well-small {
2987
3002
  padding: 9px;
2988
3003
  -webkit-border-radius: 3px;
2989
- -moz-border-radius: 3px;
2990
- border-radius: 3px;
3004
+ -moz-border-radius: 3px;
3005
+ border-radius: 3px;
2991
3006
  }
2992
3007
 
2993
3008
  .fade {
2994
3009
  opacity: 0;
2995
3010
  -webkit-transition: opacity 0.15s linear;
2996
- -moz-transition: opacity 0.15s linear;
2997
- -o-transition: opacity 0.15s linear;
2998
- transition: opacity 0.15s linear;
3011
+ -moz-transition: opacity 0.15s linear;
3012
+ -o-transition: opacity 0.15s linear;
3013
+ transition: opacity 0.15s linear;
2999
3014
  }
3000
3015
 
3001
3016
  .fade.in {
@@ -3007,9 +3022,9 @@ table th[class*="span"],
3007
3022
  height: 0;
3008
3023
  overflow: hidden;
3009
3024
  -webkit-transition: height 0.35s ease;
3010
- -moz-transition: height 0.35s ease;
3011
- -o-transition: height 0.35s ease;
3012
- transition: height 0.35s ease;
3025
+ -moz-transition: height 0.35s ease;
3026
+ -o-transition: height 0.35s ease;
3027
+ transition: height 0.35s ease;
3013
3028
  }
3014
3029
 
3015
3030
  .collapse.in {
@@ -3048,7 +3063,7 @@ button.close {
3048
3063
  *display: inline;
3049
3064
  padding: 4px 12px;
3050
3065
  margin-bottom: 0;
3051
- *margin-left: .3em;
3066
+ *margin-left: 0.3em;
3052
3067
  font-size: 14px;
3053
3068
  line-height: 20px;
3054
3069
  *line-height: 20px;
@@ -3060,7 +3075,13 @@ button.close {
3060
3075
  background-color: #f5f5f5;
3061
3076
  *background-color: #e6e6e6;
3062
3077
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
3063
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
3078
+ background-image: -webkit-gradient(
3079
+ linear,
3080
+ 0 0,
3081
+ 0 100%,
3082
+ from(#ffffff),
3083
+ to(#e6e6e6)
3084
+ );
3064
3085
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
3065
3086
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
3066
3087
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
@@ -3071,14 +3092,17 @@ button.close {
3071
3092
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3072
3093
  border-bottom-color: #a2a2a2;
3073
3094
  -webkit-border-radius: 4px;
3074
- -moz-border-radius: 4px;
3075
- border-radius: 4px;
3095
+ -moz-border-radius: 4px;
3096
+ border-radius: 4px;
3076
3097
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
3077
3098
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3078
3099
  *zoom: 1;
3079
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3080
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3081
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3100
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
3101
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3102
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
3103
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3104
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
3105
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3082
3106
  }
3083
3107
 
3084
3108
  .btn:hover,
@@ -3109,9 +3133,9 @@ button.close {
3109
3133
 
3110
3134
  background-position: 0 -15px;
3111
3135
  -webkit-transition: background-position 0.1s linear;
3112
- -moz-transition: background-position 0.1s linear;
3113
- -o-transition: background-position 0.1s linear;
3114
- transition: background-position 0.1s linear;
3136
+ -moz-transition: background-position 0.1s linear;
3137
+ -o-transition: background-position 0.1s linear;
3138
+ transition: background-position 0.1s linear;
3115
3139
  }
3116
3140
 
3117
3141
  .btn:focus {
@@ -3126,9 +3150,11 @@ button.close {
3126
3150
  background-color: #d9d9d9 \9;
3127
3151
  background-image: none;
3128
3152
  outline: 0;
3129
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3130
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3131
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3153
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
3154
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3155
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
3156
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3157
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3132
3158
  }
3133
3159
 
3134
3160
  .btn.disabled,
@@ -3139,16 +3165,16 @@ button.close {
3139
3165
  opacity: 0.65;
3140
3166
  filter: alpha(opacity=65);
3141
3167
  -webkit-box-shadow: none;
3142
- -moz-box-shadow: none;
3143
- box-shadow: none;
3168
+ -moz-box-shadow: none;
3169
+ box-shadow: none;
3144
3170
  }
3145
3171
 
3146
3172
  .btn-large {
3147
3173
  padding: 11px 19px;
3148
3174
  font-size: 17.5px;
3149
3175
  -webkit-border-radius: 6px;
3150
- -moz-border-radius: 6px;
3151
- border-radius: 6px;
3176
+ -moz-border-radius: 6px;
3177
+ border-radius: 6px;
3152
3178
  }
3153
3179
 
3154
3180
  .btn-large [class^="icon-"],
@@ -3160,8 +3186,8 @@ button.close {
3160
3186
  padding: 2px 10px;
3161
3187
  font-size: 11.9px;
3162
3188
  -webkit-border-radius: 3px;
3163
- -moz-border-radius: 3px;
3164
- border-radius: 3px;
3189
+ -moz-border-radius: 3px;
3190
+ border-radius: 3px;
3165
3191
  }
3166
3192
 
3167
3193
  .btn-small [class^="icon-"],
@@ -3173,8 +3199,8 @@ button.close {
3173
3199
  padding: 1px 6px;
3174
3200
  font-size: 10.5px;
3175
3201
  -webkit-border-radius: 3px;
3176
- -moz-border-radius: 3px;
3177
- border-radius: 3px;
3202
+ -moz-border-radius: 3px;
3203
+ border-radius: 3px;
3178
3204
  }
3179
3205
 
3180
3206
  .btn-block {
@@ -3183,8 +3209,8 @@ button.close {
3183
3209
  padding-right: 0;
3184
3210
  padding-left: 0;
3185
3211
  -webkit-box-sizing: border-box;
3186
- -moz-box-sizing: border-box;
3187
- box-sizing: border-box;
3212
+ -moz-box-sizing: border-box;
3213
+ box-sizing: border-box;
3188
3214
  }
3189
3215
 
3190
3216
  .btn-block + .btn-block {
@@ -3217,7 +3243,13 @@ input[type="button"].btn-block {
3217
3243
  background-color: #006dcc;
3218
3244
  *background-color: #0044cc;
3219
3245
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
3220
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
3246
+ background-image: -webkit-gradient(
3247
+ linear,
3248
+ 0 0,
3249
+ 0 100%,
3250
+ from(#0088cc),
3251
+ to(#0044cc)
3252
+ );
3221
3253
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
3222
3254
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
3223
3255
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
@@ -3249,7 +3281,13 @@ input[type="button"].btn-block {
3249
3281
  background-color: #faa732;
3250
3282
  *background-color: #f89406;
3251
3283
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3252
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3284
+ background-image: -webkit-gradient(
3285
+ linear,
3286
+ 0 0,
3287
+ 0 100%,
3288
+ from(#fbb450),
3289
+ to(#f89406)
3290
+ );
3253
3291
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3254
3292
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
3255
3293
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
@@ -3281,7 +3319,13 @@ input[type="button"].btn-block {
3281
3319
  background-color: #da4f49;
3282
3320
  *background-color: #bd362f;
3283
3321
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
3284
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
3322
+ background-image: -webkit-gradient(
3323
+ linear,
3324
+ 0 0,
3325
+ 0 100%,
3326
+ from(#ee5f5b),
3327
+ to(#bd362f)
3328
+ );
3285
3329
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
3286
3330
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
3287
3331
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
@@ -3313,7 +3357,13 @@ input[type="button"].btn-block {
3313
3357
  background-color: #5bb75b;
3314
3358
  *background-color: #51a351;
3315
3359
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
3316
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
3360
+ background-image: -webkit-gradient(
3361
+ linear,
3362
+ 0 0,
3363
+ 0 100%,
3364
+ from(#62c462),
3365
+ to(#51a351)
3366
+ );
3317
3367
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
3318
3368
  background-image: -o-linear-gradient(top, #62c462, #51a351);
3319
3369
  background-image: linear-gradient(to bottom, #62c462, #51a351);
@@ -3345,7 +3395,13 @@ input[type="button"].btn-block {
3345
3395
  background-color: #49afcd;
3346
3396
  *background-color: #2f96b4;
3347
3397
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
3348
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
3398
+ background-image: -webkit-gradient(
3399
+ linear,
3400
+ 0 0,
3401
+ 0 100%,
3402
+ from(#5bc0de),
3403
+ to(#2f96b4)
3404
+ );
3349
3405
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
3350
3406
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
3351
3407
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
@@ -3377,7 +3433,13 @@ input[type="button"].btn-block {
3377
3433
  background-color: #363636;
3378
3434
  *background-color: #222222;
3379
3435
  background-image: -moz-linear-gradient(top, #444444, #222222);
3380
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
3436
+ background-image: -webkit-gradient(
3437
+ linear,
3438
+ 0 0,
3439
+ 0 100%,
3440
+ from(#444444),
3441
+ to(#222222)
3442
+ );
3381
3443
  background-image: -webkit-linear-gradient(top, #444444, #222222);
3382
3444
  background-image: -o-linear-gradient(top, #444444, #222222);
3383
3445
  background-image: linear-gradient(to bottom, #444444, #222222);
@@ -3439,8 +3501,8 @@ input[type="submit"].btn.btn-mini {
3439
3501
  background-color: transparent;
3440
3502
  background-image: none;
3441
3503
  -webkit-box-shadow: none;
3442
- -moz-box-shadow: none;
3443
- box-shadow: none;
3504
+ -moz-box-shadow: none;
3505
+ box-shadow: none;
3444
3506
  }
3445
3507
 
3446
3508
  .btn-link {
@@ -3448,8 +3510,8 @@ input[type="submit"].btn.btn-mini {
3448
3510
  cursor: pointer;
3449
3511
  border-color: transparent;
3450
3512
  -webkit-border-radius: 0;
3451
- -moz-border-radius: 0;
3452
- border-radius: 0;
3513
+ -moz-border-radius: 0;
3514
+ border-radius: 0;
3453
3515
  }
3454
3516
 
3455
3517
  .btn-link:hover {
@@ -3467,7 +3529,7 @@ input[type="submit"].btn.btn-mini {
3467
3529
  position: relative;
3468
3530
  display: inline-block;
3469
3531
  *display: inline;
3470
- *margin-left: .3em;
3532
+ *margin-left: 0.3em;
3471
3533
  font-size: 0;
3472
3534
  white-space: nowrap;
3473
3535
  vertical-align: middle;
@@ -3497,8 +3559,8 @@ input[type="submit"].btn.btn-mini {
3497
3559
  .btn-group > .btn {
3498
3560
  position: relative;
3499
3561
  -webkit-border-radius: 0;
3500
- -moz-border-radius: 0;
3501
- border-radius: 0;
3562
+ -moz-border-radius: 0;
3563
+ border-radius: 0;
3502
3564
  }
3503
3565
 
3504
3566
  .btn-group > .btn + .btn {
@@ -3525,9 +3587,9 @@ input[type="submit"].btn.btn-mini {
3525
3587
  .btn-group > .btn:first-child {
3526
3588
  margin-left: 0;
3527
3589
  -webkit-border-bottom-left-radius: 4px;
3528
- border-bottom-left-radius: 4px;
3590
+ border-bottom-left-radius: 4px;
3529
3591
  -webkit-border-top-left-radius: 4px;
3530
- border-top-left-radius: 4px;
3592
+ border-top-left-radius: 4px;
3531
3593
  -moz-border-radius-bottomleft: 4px;
3532
3594
  -moz-border-radius-topleft: 4px;
3533
3595
  }
@@ -3535,9 +3597,9 @@ input[type="submit"].btn.btn-mini {
3535
3597
  .btn-group > .btn:last-child,
3536
3598
  .btn-group > .dropdown-toggle {
3537
3599
  -webkit-border-top-right-radius: 4px;
3538
- border-top-right-radius: 4px;
3600
+ border-top-right-radius: 4px;
3539
3601
  -webkit-border-bottom-right-radius: 4px;
3540
- border-bottom-right-radius: 4px;
3602
+ border-bottom-right-radius: 4px;
3541
3603
  -moz-border-radius-topright: 4px;
3542
3604
  -moz-border-radius-bottomright: 4px;
3543
3605
  }
@@ -3545,9 +3607,9 @@ input[type="submit"].btn.btn-mini {
3545
3607
  .btn-group > .btn.large:first-child {
3546
3608
  margin-left: 0;
3547
3609
  -webkit-border-bottom-left-radius: 6px;
3548
- border-bottom-left-radius: 6px;
3610
+ border-bottom-left-radius: 6px;
3549
3611
  -webkit-border-top-left-radius: 6px;
3550
- border-top-left-radius: 6px;
3612
+ border-top-left-radius: 6px;
3551
3613
  -moz-border-radius-bottomleft: 6px;
3552
3614
  -moz-border-radius-topleft: 6px;
3553
3615
  }
@@ -3555,9 +3617,9 @@ input[type="submit"].btn.btn-mini {
3555
3617
  .btn-group > .btn.large:last-child,
3556
3618
  .btn-group > .large.dropdown-toggle {
3557
3619
  -webkit-border-top-right-radius: 6px;
3558
- border-top-right-radius: 6px;
3620
+ border-top-right-radius: 6px;
3559
3621
  -webkit-border-bottom-right-radius: 6px;
3560
- border-bottom-right-radius: 6px;
3622
+ border-bottom-right-radius: 6px;
3561
3623
  -moz-border-radius-topright: 6px;
3562
3624
  -moz-border-radius-bottomright: 6px;
3563
3625
  }
@@ -3579,9 +3641,12 @@ input[type="submit"].btn.btn-mini {
3579
3641
  padding-right: 8px;
3580
3642
  *padding-bottom: 5px;
3581
3643
  padding-left: 8px;
3582
- -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);
3583
- -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);
3584
- 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);
3644
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
3645
+ inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3646
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
3647
+ inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3648
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
3649
+ inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
3585
3650
  }
3586
3651
 
3587
3652
  .btn-group > .btn-mini + .dropdown-toggle {
@@ -3605,9 +3670,11 @@ input[type="submit"].btn.btn-mini {
3605
3670
 
3606
3671
  .btn-group.open .dropdown-toggle {
3607
3672
  background-image: none;
3608
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3609
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3610
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3673
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
3674
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3675
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
3676
+ 0 1px 2px rgba(0, 0, 0, 0.05);
3677
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
3611
3678
  }
3612
3679
 
3613
3680
  .btn-group.open .btn.dropdown-toggle {
@@ -3682,8 +3749,8 @@ input[type="submit"].btn.btn-mini {
3682
3749
  float: none;
3683
3750
  width: 100%;
3684
3751
  -webkit-border-radius: 0;
3685
- -moz-border-radius: 0;
3686
- border-radius: 0;
3752
+ -moz-border-radius: 0;
3753
+ border-radius: 0;
3687
3754
  }
3688
3755
 
3689
3756
  .btn-group-vertical .btn + .btn {
@@ -3693,26 +3760,26 @@ input[type="submit"].btn.btn-mini {
3693
3760
 
3694
3761
  .btn-group-vertical .btn:first-child {
3695
3762
  -webkit-border-radius: 4px 4px 0 0;
3696
- -moz-border-radius: 4px 4px 0 0;
3697
- border-radius: 4px 4px 0 0;
3763
+ -moz-border-radius: 4px 4px 0 0;
3764
+ border-radius: 4px 4px 0 0;
3698
3765
  }
3699
3766
 
3700
3767
  .btn-group-vertical .btn:last-child {
3701
3768
  -webkit-border-radius: 0 0 4px 4px;
3702
- -moz-border-radius: 0 0 4px 4px;
3703
- border-radius: 0 0 4px 4px;
3769
+ -moz-border-radius: 0 0 4px 4px;
3770
+ border-radius: 0 0 4px 4px;
3704
3771
  }
3705
3772
 
3706
3773
  .btn-group-vertical .btn-large:first-child {
3707
3774
  -webkit-border-radius: 6px 6px 0 0;
3708
- -moz-border-radius: 6px 6px 0 0;
3709
- border-radius: 6px 6px 0 0;
3775
+ -moz-border-radius: 6px 6px 0 0;
3776
+ border-radius: 6px 6px 0 0;
3710
3777
  }
3711
3778
 
3712
3779
  .btn-group-vertical .btn-large:last-child {
3713
3780
  -webkit-border-radius: 0 0 6px 6px;
3714
- -moz-border-radius: 0 0 6px 6px;
3715
- border-radius: 0 0 6px 6px;
3781
+ -moz-border-radius: 0 0 6px 6px;
3782
+ border-radius: 0 0 6px 6px;
3716
3783
  }
3717
3784
 
3718
3785
  .alert {
@@ -3723,8 +3790,8 @@ input[type="submit"].btn.btn-mini {
3723
3790
  background-color: #fcf8e3;
3724
3791
  border: 1px solid #fbeed5;
3725
3792
  -webkit-border-radius: 4px;
3726
- -moz-border-radius: 4px;
3727
- border-radius: 4px;
3793
+ -moz-border-radius: 4px;
3794
+ border-radius: 4px;
3728
3795
  }
3729
3796
 
3730
3797
  .alert h4 {
@@ -3890,8 +3957,8 @@ input[type="submit"].btn.btn-mini {
3890
3957
  line-height: 20px;
3891
3958
  border: 1px solid transparent;
3892
3959
  -webkit-border-radius: 4px 4px 0 0;
3893
- -moz-border-radius: 4px 4px 0 0;
3894
- border-radius: 4px 4px 0 0;
3960
+ -moz-border-radius: 4px 4px 0 0;
3961
+ border-radius: 4px 4px 0 0;
3895
3962
  }
3896
3963
 
3897
3964
  .nav-tabs > li > a:hover {
@@ -3913,8 +3980,8 @@ input[type="submit"].btn.btn-mini {
3913
3980
  margin-top: 2px;
3914
3981
  margin-bottom: 2px;
3915
3982
  -webkit-border-radius: 5px;
3916
- -moz-border-radius: 5px;
3917
- border-radius: 5px;
3983
+ -moz-border-radius: 5px;
3984
+ border-radius: 5px;
3918
3985
  }
3919
3986
 
3920
3987
  .nav-pills > .active > a,
@@ -3938,24 +4005,24 @@ input[type="submit"].btn.btn-mini {
3938
4005
  .nav-tabs.nav-stacked > li > a {
3939
4006
  border: 1px solid #ddd;
3940
4007
  -webkit-border-radius: 0;
3941
- -moz-border-radius: 0;
3942
- border-radius: 0;
4008
+ -moz-border-radius: 0;
4009
+ border-radius: 0;
3943
4010
  }
3944
4011
 
3945
4012
  .nav-tabs.nav-stacked > li:first-child > a {
3946
4013
  -webkit-border-top-right-radius: 4px;
3947
- border-top-right-radius: 4px;
4014
+ border-top-right-radius: 4px;
3948
4015
  -webkit-border-top-left-radius: 4px;
3949
- border-top-left-radius: 4px;
4016
+ border-top-left-radius: 4px;
3950
4017
  -moz-border-radius-topright: 4px;
3951
4018
  -moz-border-radius-topleft: 4px;
3952
4019
  }
3953
4020
 
3954
4021
  .nav-tabs.nav-stacked > li:last-child > a {
3955
4022
  -webkit-border-bottom-right-radius: 4px;
3956
- border-bottom-right-radius: 4px;
4023
+ border-bottom-right-radius: 4px;
3957
4024
  -webkit-border-bottom-left-radius: 4px;
3958
- border-bottom-left-radius: 4px;
4025
+ border-bottom-left-radius: 4px;
3959
4026
  -moz-border-radius-bottomright: 4px;
3960
4027
  -moz-border-radius-bottomleft: 4px;
3961
4028
  }
@@ -3975,14 +4042,14 @@ input[type="submit"].btn.btn-mini {
3975
4042
 
3976
4043
  .nav-tabs .dropdown-menu {
3977
4044
  -webkit-border-radius: 0 0 6px 6px;
3978
- -moz-border-radius: 0 0 6px 6px;
3979
- border-radius: 0 0 6px 6px;
4045
+ -moz-border-radius: 0 0 6px 6px;
4046
+ border-radius: 0 0 6px 6px;
3980
4047
  }
3981
4048
 
3982
4049
  .nav-pills .dropdown-menu {
3983
4050
  -webkit-border-radius: 6px;
3984
- -moz-border-radius: 6px;
3985
- border-radius: 6px;
4051
+ -moz-border-radius: 6px;
4052
+ border-radius: 6px;
3986
4053
  }
3987
4054
 
3988
4055
  .nav .dropdown-toggle .caret {
@@ -4083,8 +4150,8 @@ input[type="submit"].btn.btn-mini {
4083
4150
 
4084
4151
  .tabs-below > .nav-tabs > li > a {
4085
4152
  -webkit-border-radius: 0 0 4px 4px;
4086
- -moz-border-radius: 0 0 4px 4px;
4087
- border-radius: 0 0 4px 4px;
4153
+ -moz-border-radius: 0 0 4px 4px;
4154
+ border-radius: 0 0 4px 4px;
4088
4155
  }
4089
4156
 
4090
4157
  .tabs-below > .nav-tabs > li > a:hover {
@@ -4118,8 +4185,8 @@ input[type="submit"].btn.btn-mini {
4118
4185
  .tabs-left > .nav-tabs > li > a {
4119
4186
  margin-right: -1px;
4120
4187
  -webkit-border-radius: 4px 0 0 4px;
4121
- -moz-border-radius: 4px 0 0 4px;
4122
- border-radius: 4px 0 0 4px;
4188
+ -moz-border-radius: 4px 0 0 4px;
4189
+ border-radius: 4px 0 0 4px;
4123
4190
  }
4124
4191
 
4125
4192
  .tabs-left > .nav-tabs > li > a:hover {
@@ -4141,8 +4208,8 @@ input[type="submit"].btn.btn-mini {
4141
4208
  .tabs-right > .nav-tabs > li > a {
4142
4209
  margin-left: -1px;
4143
4210
  -webkit-border-radius: 0 4px 4px 0;
4144
- -moz-border-radius: 0 4px 4px 0;
4145
- border-radius: 0 4px 4px 0;
4211
+ -moz-border-radius: 0 4px 4px 0;
4212
+ border-radius: 0 4px 4px 0;
4146
4213
  }
4147
4214
 
4148
4215
  .tabs-right > .nav-tabs > li > a:hover {
@@ -4179,20 +4246,26 @@ input[type="submit"].btn.btn-mini {
4179
4246
  padding-left: 20px;
4180
4247
  background-color: #fafafa;
4181
4248
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
4182
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
4249
+ background-image: -webkit-gradient(
4250
+ linear,
4251
+ 0 0,
4252
+ 0 100%,
4253
+ from(#ffffff),
4254
+ to(#f2f2f2)
4255
+ );
4183
4256
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
4184
4257
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
4185
4258
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
4186
4259
  background-repeat: repeat-x;
4187
4260
  border: 1px solid #d4d4d4;
4188
4261
  -webkit-border-radius: 4px;
4189
- -moz-border-radius: 4px;
4190
- border-radius: 4px;
4262
+ -moz-border-radius: 4px;
4263
+ border-radius: 4px;
4191
4264
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
4192
4265
  *zoom: 1;
4193
4266
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4194
- -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4195
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4267
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4268
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
4196
4269
  }
4197
4270
 
4198
4271
  .navbar-inner:before,
@@ -4323,8 +4396,8 @@ input[type="submit"].btn.btn-mini {
4323
4396
  font-weight: normal;
4324
4397
  line-height: 1;
4325
4398
  -webkit-border-radius: 15px;
4326
- -moz-border-radius: 15px;
4327
- border-radius: 15px;
4399
+ -moz-border-radius: 15px;
4400
+ border-radius: 15px;
4328
4401
  }
4329
4402
 
4330
4403
  .navbar-static-top {
@@ -4334,8 +4407,8 @@ input[type="submit"].btn.btn-mini {
4334
4407
 
4335
4408
  .navbar-static-top .navbar-inner {
4336
4409
  -webkit-border-radius: 0;
4337
- -moz-border-radius: 0;
4338
- border-radius: 0;
4410
+ -moz-border-radius: 0;
4411
+ border-radius: 0;
4339
4412
  }
4340
4413
 
4341
4414
  .navbar-fixed-top,
@@ -4361,8 +4434,8 @@ input[type="submit"].btn.btn-mini {
4361
4434
  padding-right: 0;
4362
4435
  padding-left: 0;
4363
4436
  -webkit-border-radius: 0;
4364
- -moz-border-radius: 0;
4365
- border-radius: 0;
4437
+ -moz-border-radius: 0;
4438
+ border-radius: 0;
4366
4439
  }
4367
4440
 
4368
4441
  .navbar-static-top .container,
@@ -4378,8 +4451,8 @@ input[type="submit"].btn.btn-mini {
4378
4451
  .navbar-fixed-top .navbar-inner,
4379
4452
  .navbar-static-top .navbar-inner {
4380
4453
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4381
- -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4382
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4454
+ -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4455
+ box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
4383
4456
  }
4384
4457
 
4385
4458
  .navbar-fixed-bottom {
@@ -4388,8 +4461,8 @@ input[type="submit"].btn.btn-mini {
4388
4461
 
4389
4462
  .navbar-fixed-bottom .navbar-inner {
4390
4463
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4391
- -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4392
- box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4464
+ -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4465
+ box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
4393
4466
  }
4394
4467
 
4395
4468
  .navbar .nav {
@@ -4435,8 +4508,8 @@ input[type="submit"].btn.btn-mini {
4435
4508
  text-decoration: none;
4436
4509
  background-color: #e5e5e5;
4437
4510
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
4438
- -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
4439
- box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
4511
+ -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
4512
+ box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
4440
4513
  }
4441
4514
 
4442
4515
  .navbar .btn-navbar {
@@ -4450,7 +4523,13 @@ input[type="submit"].btn.btn-mini {
4450
4523
  background-color: #ededed;
4451
4524
  *background-color: #e5e5e5;
4452
4525
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
4453
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
4526
+ background-image: -webkit-gradient(
4527
+ linear,
4528
+ 0 0,
4529
+ 0 100%,
4530
+ from(#f2f2f2),
4531
+ to(#e5e5e5)
4532
+ );
4454
4533
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
4455
4534
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
4456
4535
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
@@ -4459,9 +4538,12 @@ input[type="submit"].btn.btn-mini {
4459
4538
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4460
4539
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
4461
4540
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
4462
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4463
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4464
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
4541
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
4542
+ 0 1px 0 rgba(255, 255, 255, 0.075);
4543
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
4544
+ 0 1px 0 rgba(255, 255, 255, 0.075);
4545
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
4546
+ 0 1px 0 rgba(255, 255, 255, 0.075);
4465
4547
  }
4466
4548
 
4467
4549
  .navbar .btn-navbar:hover,
@@ -4485,11 +4567,11 @@ input[type="submit"].btn.btn-mini {
4485
4567
  height: 2px;
4486
4568
  background-color: #f5f5f5;
4487
4569
  -webkit-border-radius: 1px;
4488
- -moz-border-radius: 1px;
4489
- border-radius: 1px;
4570
+ -moz-border-radius: 1px;
4571
+ border-radius: 1px;
4490
4572
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
4491
- -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
4492
- box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
4573
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
4574
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
4493
4575
  }
4494
4576
 
4495
4577
  .btn-navbar .icon-bar + .icon-bar {
@@ -4505,7 +4587,7 @@ input[type="submit"].btn.btn-mini {
4505
4587
  border-bottom: 7px solid #ccc;
4506
4588
  border-left: 7px solid transparent;
4507
4589
  border-bottom-color: rgba(0, 0, 0, 0.2);
4508
- content: '';
4590
+ content: "";
4509
4591
  }
4510
4592
 
4511
4593
  .navbar .nav > li > .dropdown-menu:after {
@@ -4516,7 +4598,7 @@ input[type="submit"].btn.btn-mini {
4516
4598
  border-right: 6px solid transparent;
4517
4599
  border-bottom: 6px solid #ffffff;
4518
4600
  border-left: 6px solid transparent;
4519
- content: '';
4601
+ content: "";
4520
4602
  }
4521
4603
 
4522
4604
  .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
@@ -4578,8 +4660,8 @@ input[type="submit"].btn.btn-mini {
4578
4660
  margin-right: -1px;
4579
4661
  margin-left: 0;
4580
4662
  -webkit-border-radius: 6px 0 6px 6px;
4581
- -moz-border-radius: 6px 0 6px 6px;
4582
- border-radius: 6px 0 6px 6px;
4663
+ -moz-border-radius: 6px 0 6px 6px;
4664
+ border-radius: 6px 0 6px 6px;
4583
4665
  }
4584
4666
 
4585
4667
  .navbar-inverse {
@@ -4589,7 +4671,13 @@ input[type="submit"].btn.btn-mini {
4589
4671
  .navbar-inverse .navbar-inner {
4590
4672
  background-color: #1b1b1b;
4591
4673
  background-image: -moz-linear-gradient(top, #222222, #111111);
4592
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
4674
+ background-image: -webkit-gradient(
4675
+ linear,
4676
+ 0 0,
4677
+ 0 100%,
4678
+ from(#222222),
4679
+ to(#111111)
4680
+ );
4593
4681
  background-image: -webkit-linear-gradient(top, #222222, #111111);
4594
4682
  background-image: -o-linear-gradient(top, #222222, #111111);
4595
4683
  background-image: linear-gradient(to bottom, #222222, #111111);
@@ -4658,13 +4746,16 @@ input[type="submit"].btn.btn-mini {
4658
4746
  color: #ffffff;
4659
4747
  background-color: #515151;
4660
4748
  border-color: #111111;
4661
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
4662
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
4663
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
4749
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
4750
+ 0 1px 0 rgba(255, 255, 255, 0.15);
4751
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
4752
+ 0 1px 0 rgba(255, 255, 255, 0.15);
4753
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
4754
+ 0 1px 0 rgba(255, 255, 255, 0.15);
4664
4755
  -webkit-transition: none;
4665
- -moz-transition: none;
4666
- -o-transition: none;
4667
- transition: none;
4756
+ -moz-transition: none;
4757
+ -o-transition: none;
4758
+ transition: none;
4668
4759
  }
4669
4760
 
4670
4761
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
@@ -4688,8 +4779,8 @@ input[type="submit"].btn.btn-mini {
4688
4779
  border: 0;
4689
4780
  outline: 0;
4690
4781
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4691
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4692
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4782
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4783
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4693
4784
  }
4694
4785
 
4695
4786
  .navbar-inverse .btn-navbar {
@@ -4698,7 +4789,13 @@ input[type="submit"].btn.btn-mini {
4698
4789
  background-color: #0e0e0e;
4699
4790
  *background-color: #040404;
4700
4791
  background-image: -moz-linear-gradient(top, #151515, #040404);
4701
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
4792
+ background-image: -webkit-gradient(
4793
+ linear,
4794
+ 0 0,
4795
+ 0 100%,
4796
+ from(#151515),
4797
+ to(#040404)
4798
+ );
4702
4799
  background-image: -webkit-linear-gradient(top, #151515, #040404);
4703
4800
  background-image: -o-linear-gradient(top, #151515, #040404);
4704
4801
  background-image: linear-gradient(to bottom, #151515, #040404);
@@ -4730,8 +4827,8 @@ input[type="submit"].btn.btn-mini {
4730
4827
  list-style: none;
4731
4828
  background-color: #f5f5f5;
4732
4829
  -webkit-border-radius: 4px;
4733
- -moz-border-radius: 4px;
4734
- border-radius: 4px;
4830
+ -moz-border-radius: 4px;
4831
+ border-radius: 4px;
4735
4832
  }
4736
4833
 
4737
4834
  .breadcrumb li {
@@ -4760,12 +4857,12 @@ input[type="submit"].btn.btn-mini {
4760
4857
  margin-bottom: 0;
4761
4858
  margin-left: 0;
4762
4859
  -webkit-border-radius: 4px;
4763
- -moz-border-radius: 4px;
4764
- border-radius: 4px;
4860
+ -moz-border-radius: 4px;
4861
+ border-radius: 4px;
4765
4862
  *zoom: 1;
4766
4863
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4767
- -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4768
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4864
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4865
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4769
4866
  }
4770
4867
 
4771
4868
  .pagination ul > li {
@@ -4807,9 +4904,9 @@ input[type="submit"].btn.btn-mini {
4807
4904
  .pagination ul > li:first-child > span {
4808
4905
  border-left-width: 1px;
4809
4906
  -webkit-border-bottom-left-radius: 4px;
4810
- border-bottom-left-radius: 4px;
4907
+ border-bottom-left-radius: 4px;
4811
4908
  -webkit-border-top-left-radius: 4px;
4812
- border-top-left-radius: 4px;
4909
+ border-top-left-radius: 4px;
4813
4910
  -moz-border-radius-bottomleft: 4px;
4814
4911
  -moz-border-radius-topleft: 4px;
4815
4912
  }
@@ -4817,9 +4914,9 @@ input[type="submit"].btn.btn-mini {
4817
4914
  .pagination ul > li:last-child > a,
4818
4915
  .pagination ul > li:last-child > span {
4819
4916
  -webkit-border-top-right-radius: 4px;
4820
- border-top-right-radius: 4px;
4917
+ border-top-right-radius: 4px;
4821
4918
  -webkit-border-bottom-right-radius: 4px;
4822
- border-bottom-right-radius: 4px;
4919
+ border-bottom-right-radius: 4px;
4823
4920
  -moz-border-radius-topright: 4px;
4824
4921
  -moz-border-radius-bottomright: 4px;
4825
4922
  }
@@ -4841,9 +4938,9 @@ input[type="submit"].btn.btn-mini {
4841
4938
  .pagination-large ul > li:first-child > a,
4842
4939
  .pagination-large ul > li:first-child > span {
4843
4940
  -webkit-border-bottom-left-radius: 6px;
4844
- border-bottom-left-radius: 6px;
4941
+ border-bottom-left-radius: 6px;
4845
4942
  -webkit-border-top-left-radius: 6px;
4846
- border-top-left-radius: 6px;
4943
+ border-top-left-radius: 6px;
4847
4944
  -moz-border-radius-bottomleft: 6px;
4848
4945
  -moz-border-radius-topleft: 6px;
4849
4946
  }
@@ -4851,9 +4948,9 @@ input[type="submit"].btn.btn-mini {
4851
4948
  .pagination-large ul > li:last-child > a,
4852
4949
  .pagination-large ul > li:last-child > span {
4853
4950
  -webkit-border-top-right-radius: 6px;
4854
- border-top-right-radius: 6px;
4951
+ border-top-right-radius: 6px;
4855
4952
  -webkit-border-bottom-right-radius: 6px;
4856
- border-bottom-right-radius: 6px;
4953
+ border-bottom-right-radius: 6px;
4857
4954
  -moz-border-radius-topright: 6px;
4858
4955
  -moz-border-radius-bottomright: 6px;
4859
4956
  }
@@ -4863,9 +4960,9 @@ input[type="submit"].btn.btn-mini {
4863
4960
  .pagination-mini ul > li:first-child > span,
4864
4961
  .pagination-small ul > li:first-child > span {
4865
4962
  -webkit-border-bottom-left-radius: 3px;
4866
- border-bottom-left-radius: 3px;
4963
+ border-bottom-left-radius: 3px;
4867
4964
  -webkit-border-top-left-radius: 3px;
4868
- border-top-left-radius: 3px;
4965
+ border-top-left-radius: 3px;
4869
4966
  -moz-border-radius-bottomleft: 3px;
4870
4967
  -moz-border-radius-topleft: 3px;
4871
4968
  }
@@ -4875,9 +4972,9 @@ input[type="submit"].btn.btn-mini {
4875
4972
  .pagination-mini ul > li:last-child > span,
4876
4973
  .pagination-small ul > li:last-child > span {
4877
4974
  -webkit-border-top-right-radius: 3px;
4878
- border-top-right-radius: 3px;
4975
+ border-top-right-radius: 3px;
4879
4976
  -webkit-border-bottom-right-radius: 3px;
4880
- border-bottom-right-radius: 3px;
4977
+ border-bottom-right-radius: 3px;
4881
4978
  -moz-border-radius-topright: 3px;
4882
4979
  -moz-border-radius-bottomright: 3px;
4883
4980
  }
@@ -4923,8 +5020,8 @@ input[type="submit"].btn.btn-mini {
4923
5020
  background-color: #fff;
4924
5021
  border: 1px solid #ddd;
4925
5022
  -webkit-border-radius: 15px;
4926
- -moz-border-radius: 15px;
4927
- border-radius: 15px;
5023
+ -moz-border-radius: 15px;
5024
+ border-radius: 15px;
4928
5025
  }
4929
5026
 
4930
5027
  .pager li > a:hover {
@@ -4982,23 +5079,23 @@ input[type="submit"].btn.btn-mini {
4982
5079
  border: 1px solid rgba(0, 0, 0, 0.3);
4983
5080
  *border: 1px solid #999;
4984
5081
  -webkit-border-radius: 6px;
4985
- -moz-border-radius: 6px;
4986
- border-radius: 6px;
5082
+ -moz-border-radius: 6px;
5083
+ border-radius: 6px;
4987
5084
  outline: none;
4988
5085
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4989
- -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4990
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
5086
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
5087
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4991
5088
  -webkit-background-clip: padding-box;
4992
- -moz-background-clip: padding-box;
4993
- background-clip: padding-box;
5089
+ -moz-background-clip: padding-box;
5090
+ background-clip: padding-box;
4994
5091
  }
4995
5092
 
4996
5093
  .modal.fade {
4997
5094
  top: -25%;
4998
5095
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
4999
- -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
5000
- -o-transition: opacity 0.3s linear, top 0.3s ease-out;
5001
- transition: opacity 0.3s linear, top 0.3s ease-out;
5096
+ -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
5097
+ -o-transition: opacity 0.3s linear, top 0.3s ease-out;
5098
+ transition: opacity 0.3s linear, top 0.3s ease-out;
5002
5099
  }
5003
5100
 
5004
5101
  .modal.fade.in {
@@ -5036,12 +5133,12 @@ input[type="submit"].btn.btn-mini {
5036
5133
  background-color: #f5f5f5;
5037
5134
  border-top: 1px solid #ddd;
5038
5135
  -webkit-border-radius: 0 0 6px 6px;
5039
- -moz-border-radius: 0 0 6px 6px;
5040
- border-radius: 0 0 6px 6px;
5136
+ -moz-border-radius: 0 0 6px 6px;
5137
+ border-radius: 0 0 6px 6px;
5041
5138
  *zoom: 1;
5042
5139
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
5043
- -moz-box-shadow: inset 0 1px 0 #ffffff;
5044
- box-shadow: inset 0 1px 0 #ffffff;
5140
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
5141
+ box-shadow: inset 0 1px 0 #ffffff;
5045
5142
  }
5046
5143
 
5047
5144
  .modal-footer:before,
@@ -5108,8 +5205,8 @@ input[type="submit"].btn.btn-mini {
5108
5205
  text-decoration: none;
5109
5206
  background-color: #000000;
5110
5207
  -webkit-border-radius: 4px;
5111
- -moz-border-radius: 4px;
5112
- border-radius: 4px;
5208
+ -moz-border-radius: 4px;
5209
+ border-radius: 4px;
5113
5210
  }
5114
5211
 
5115
5212
  .tooltip-arrow {
@@ -5164,14 +5261,14 @@ input[type="submit"].btn.btn-mini {
5164
5261
  border: 1px solid #ccc;
5165
5262
  border: 1px solid rgba(0, 0, 0, 0.2);
5166
5263
  -webkit-border-radius: 6px;
5167
- -moz-border-radius: 6px;
5168
- border-radius: 6px;
5264
+ -moz-border-radius: 6px;
5265
+ border-radius: 6px;
5169
5266
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5170
- -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5171
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5267
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5268
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5172
5269
  -webkit-background-clip: padding-box;
5173
- -moz-background-clip: padding;
5174
- background-clip: padding-box;
5270
+ -moz-background-clip: padding;
5271
+ background-clip: padding-box;
5175
5272
  }
5176
5273
 
5177
5274
  .popover.top {
@@ -5199,8 +5296,8 @@ input[type="submit"].btn.btn-mini {
5199
5296
  background-color: #f7f7f7;
5200
5297
  border-bottom: 1px solid #ebebeb;
5201
5298
  -webkit-border-radius: 5px 5px 0 0;
5202
- -moz-border-radius: 5px 5px 0 0;
5203
- border-radius: 5px 5px 0 0;
5299
+ -moz-border-radius: 5px 5px 0 0;
5300
+ border-radius: 5px 5px 0 0;
5204
5301
  }
5205
5302
 
5206
5303
  .popover-content {
@@ -5321,22 +5418,22 @@ input[type="submit"].btn.btn-mini {
5321
5418
  line-height: 20px;
5322
5419
  border: 1px solid #ddd;
5323
5420
  -webkit-border-radius: 4px;
5324
- -moz-border-radius: 4px;
5325
- border-radius: 4px;
5421
+ -moz-border-radius: 4px;
5422
+ border-radius: 4px;
5326
5423
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5327
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5328
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5424
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5425
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
5329
5426
  -webkit-transition: all 0.2s ease-in-out;
5330
- -moz-transition: all 0.2s ease-in-out;
5331
- -o-transition: all 0.2s ease-in-out;
5332
- transition: all 0.2s ease-in-out;
5427
+ -moz-transition: all 0.2s ease-in-out;
5428
+ -o-transition: all 0.2s ease-in-out;
5429
+ transition: all 0.2s ease-in-out;
5333
5430
  }
5334
5431
 
5335
5432
  a.thumbnail:hover {
5336
5433
  border-color: #0088cc;
5337
5434
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5338
- -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5339
- box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5435
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5436
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
5340
5437
  }
5341
5438
 
5342
5439
  .thumbnail > img {
@@ -5404,16 +5501,16 @@ a.thumbnail:hover {
5404
5501
 
5405
5502
  .label {
5406
5503
  -webkit-border-radius: 3px;
5407
- -moz-border-radius: 3px;
5408
- border-radius: 3px;
5504
+ -moz-border-radius: 3px;
5505
+ border-radius: 3px;
5409
5506
  }
5410
5507
 
5411
5508
  .badge {
5412
5509
  padding-right: 9px;
5413
5510
  padding-left: 9px;
5414
5511
  -webkit-border-radius: 9px;
5415
- -moz-border-radius: 9px;
5416
- border-radius: 9px;
5512
+ -moz-border-radius: 9px;
5513
+ border-radius: 9px;
5417
5514
  }
5418
5515
 
5419
5516
  a.label:hover,
@@ -5535,18 +5632,24 @@ a.badge:hover {
5535
5632
  overflow: hidden;
5536
5633
  background-color: #f7f7f7;
5537
5634
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
5538
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
5635
+ background-image: -webkit-gradient(
5636
+ linear,
5637
+ 0 0,
5638
+ 0 100%,
5639
+ from(#f5f5f5),
5640
+ to(#f9f9f9)
5641
+ );
5539
5642
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
5540
5643
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
5541
5644
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
5542
5645
  background-repeat: repeat-x;
5543
5646
  -webkit-border-radius: 4px;
5544
- -moz-border-radius: 4px;
5545
- border-radius: 4px;
5647
+ -moz-border-radius: 4px;
5648
+ border-radius: 4px;
5546
5649
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
5547
5650
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5548
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5549
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5651
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5652
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5550
5653
  }
5551
5654
 
5552
5655
  .progress .bar {
@@ -5559,56 +5662,118 @@ a.badge:hover {
5559
5662
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
5560
5663
  background-color: #0e90d2;
5561
5664
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
5562
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
5665
+ background-image: -webkit-gradient(
5666
+ linear,
5667
+ 0 0,
5668
+ 0 100%,
5669
+ from(#149bdf),
5670
+ to(#0480be)
5671
+ );
5563
5672
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
5564
5673
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
5565
5674
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
5566
5675
  background-repeat: repeat-x;
5567
5676
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
5568
5677
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5569
- -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5570
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5678
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5679
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5571
5680
  -webkit-box-sizing: border-box;
5572
- -moz-box-sizing: border-box;
5573
- box-sizing: border-box;
5681
+ -moz-box-sizing: border-box;
5682
+ box-sizing: border-box;
5574
5683
  -webkit-transition: width 0.6s ease;
5575
- -moz-transition: width 0.6s ease;
5576
- -o-transition: width 0.6s ease;
5577
- transition: width 0.6s ease;
5684
+ -moz-transition: width 0.6s ease;
5685
+ -o-transition: width 0.6s ease;
5686
+ transition: width 0.6s ease;
5578
5687
  }
5579
5688
 
5580
5689
  .progress .bar + .bar {
5581
- -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5582
- -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5583
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5690
+ -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
5691
+ inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5692
+ -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
5693
+ inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5694
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
5695
+ inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5584
5696
  }
5585
5697
 
5586
5698
  .progress-striped .bar {
5587
5699
  background-color: #149bdf;
5588
- 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));
5589
- 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);
5590
- 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);
5591
- 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);
5592
- 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);
5700
+ background-image: -webkit-gradient(
5701
+ linear,
5702
+ 0 100%,
5703
+ 100% 0,
5704
+ color-stop(0.25, rgba(255, 255, 255, 0.15)),
5705
+ color-stop(0.25, transparent),
5706
+ color-stop(0.5, transparent),
5707
+ color-stop(0.5, rgba(255, 255, 255, 0.15)),
5708
+ color-stop(0.75, rgba(255, 255, 255, 0.15)),
5709
+ color-stop(0.75, transparent),
5710
+ to(transparent)
5711
+ );
5712
+ background-image: -webkit-linear-gradient(
5713
+ 45deg,
5714
+ rgba(255, 255, 255, 0.15) 25%,
5715
+ transparent 25%,
5716
+ transparent 50%,
5717
+ rgba(255, 255, 255, 0.15) 50%,
5718
+ rgba(255, 255, 255, 0.15) 75%,
5719
+ transparent 75%,
5720
+ transparent
5721
+ );
5722
+ background-image: -moz-linear-gradient(
5723
+ 45deg,
5724
+ rgba(255, 255, 255, 0.15) 25%,
5725
+ transparent 25%,
5726
+ transparent 50%,
5727
+ rgba(255, 255, 255, 0.15) 50%,
5728
+ rgba(255, 255, 255, 0.15) 75%,
5729
+ transparent 75%,
5730
+ transparent
5731
+ );
5732
+ background-image: -o-linear-gradient(
5733
+ 45deg,
5734
+ rgba(255, 255, 255, 0.15) 25%,
5735
+ transparent 25%,
5736
+ transparent 50%,
5737
+ rgba(255, 255, 255, 0.15) 50%,
5738
+ rgba(255, 255, 255, 0.15) 75%,
5739
+ transparent 75%,
5740
+ transparent
5741
+ );
5742
+ background-image: linear-gradient(
5743
+ 45deg,
5744
+ rgba(255, 255, 255, 0.15) 25%,
5745
+ transparent 25%,
5746
+ transparent 50%,
5747
+ rgba(255, 255, 255, 0.15) 50%,
5748
+ rgba(255, 255, 255, 0.15) 75%,
5749
+ transparent 75%,
5750
+ transparent
5751
+ );
5593
5752
  -webkit-background-size: 40px 40px;
5594
- -moz-background-size: 40px 40px;
5595
- -o-background-size: 40px 40px;
5596
- background-size: 40px 40px;
5753
+ -moz-background-size: 40px 40px;
5754
+ -o-background-size: 40px 40px;
5755
+ background-size: 40px 40px;
5597
5756
  }
5598
5757
 
5599
5758
  .progress.active .bar {
5600
5759
  -webkit-animation: progress-bar-stripes 2s linear infinite;
5601
- -moz-animation: progress-bar-stripes 2s linear infinite;
5602
- -ms-animation: progress-bar-stripes 2s linear infinite;
5603
- -o-animation: progress-bar-stripes 2s linear infinite;
5604
- animation: progress-bar-stripes 2s linear infinite;
5760
+ -moz-animation: progress-bar-stripes 2s linear infinite;
5761
+ -ms-animation: progress-bar-stripes 2s linear infinite;
5762
+ -o-animation: progress-bar-stripes 2s linear infinite;
5763
+ animation: progress-bar-stripes 2s linear infinite;
5605
5764
  }
5606
5765
 
5607
5766
  .progress-danger .bar,
5608
5767
  .progress .bar-danger {
5609
5768
  background-color: #dd514c;
5610
5769
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
5611
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
5770
+ background-image: -webkit-gradient(
5771
+ linear,
5772
+ 0 0,
5773
+ 0 100%,
5774
+ from(#ee5f5b),
5775
+ to(#c43c35)
5776
+ );
5612
5777
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
5613
5778
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
5614
5779
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
@@ -5619,18 +5784,71 @@ a.badge:hover {
5619
5784
  .progress-danger.progress-striped .bar,
5620
5785
  .progress-striped .bar-danger {
5621
5786
  background-color: #ee5f5b;
5622
- 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));
5623
- 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);
5624
- 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);
5625
- 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);
5626
- 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);
5787
+ background-image: -webkit-gradient(
5788
+ linear,
5789
+ 0 100%,
5790
+ 100% 0,
5791
+ color-stop(0.25, rgba(255, 255, 255, 0.15)),
5792
+ color-stop(0.25, transparent),
5793
+ color-stop(0.5, transparent),
5794
+ color-stop(0.5, rgba(255, 255, 255, 0.15)),
5795
+ color-stop(0.75, rgba(255, 255, 255, 0.15)),
5796
+ color-stop(0.75, transparent),
5797
+ to(transparent)
5798
+ );
5799
+ background-image: -webkit-linear-gradient(
5800
+ 45deg,
5801
+ rgba(255, 255, 255, 0.15) 25%,
5802
+ transparent 25%,
5803
+ transparent 50%,
5804
+ rgba(255, 255, 255, 0.15) 50%,
5805
+ rgba(255, 255, 255, 0.15) 75%,
5806
+ transparent 75%,
5807
+ transparent
5808
+ );
5809
+ background-image: -moz-linear-gradient(
5810
+ 45deg,
5811
+ rgba(255, 255, 255, 0.15) 25%,
5812
+ transparent 25%,
5813
+ transparent 50%,
5814
+ rgba(255, 255, 255, 0.15) 50%,
5815
+ rgba(255, 255, 255, 0.15) 75%,
5816
+ transparent 75%,
5817
+ transparent
5818
+ );
5819
+ background-image: -o-linear-gradient(
5820
+ 45deg,
5821
+ rgba(255, 255, 255, 0.15) 25%,
5822
+ transparent 25%,
5823
+ transparent 50%,
5824
+ rgba(255, 255, 255, 0.15) 50%,
5825
+ rgba(255, 255, 255, 0.15) 75%,
5826
+ transparent 75%,
5827
+ transparent
5828
+ );
5829
+ background-image: linear-gradient(
5830
+ 45deg,
5831
+ rgba(255, 255, 255, 0.15) 25%,
5832
+ transparent 25%,
5833
+ transparent 50%,
5834
+ rgba(255, 255, 255, 0.15) 50%,
5835
+ rgba(255, 255, 255, 0.15) 75%,
5836
+ transparent 75%,
5837
+ transparent
5838
+ );
5627
5839
  }
5628
5840
 
5629
5841
  .progress-success .bar,
5630
5842
  .progress .bar-success {
5631
5843
  background-color: #5eb95e;
5632
5844
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
5633
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
5845
+ background-image: -webkit-gradient(
5846
+ linear,
5847
+ 0 0,
5848
+ 0 100%,
5849
+ from(#62c462),
5850
+ to(#57a957)
5851
+ );
5634
5852
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
5635
5853
  background-image: -o-linear-gradient(top, #62c462, #57a957);
5636
5854
  background-image: linear-gradient(to bottom, #62c462, #57a957);
@@ -5641,18 +5859,71 @@ a.badge:hover {
5641
5859
  .progress-success.progress-striped .bar,
5642
5860
  .progress-striped .bar-success {
5643
5861
  background-color: #62c462;
5644
- 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));
5645
- 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);
5646
- 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);
5647
- 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);
5648
- 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);
5862
+ background-image: -webkit-gradient(
5863
+ linear,
5864
+ 0 100%,
5865
+ 100% 0,
5866
+ color-stop(0.25, rgba(255, 255, 255, 0.15)),
5867
+ color-stop(0.25, transparent),
5868
+ color-stop(0.5, transparent),
5869
+ color-stop(0.5, rgba(255, 255, 255, 0.15)),
5870
+ color-stop(0.75, rgba(255, 255, 255, 0.15)),
5871
+ color-stop(0.75, transparent),
5872
+ to(transparent)
5873
+ );
5874
+ background-image: -webkit-linear-gradient(
5875
+ 45deg,
5876
+ rgba(255, 255, 255, 0.15) 25%,
5877
+ transparent 25%,
5878
+ transparent 50%,
5879
+ rgba(255, 255, 255, 0.15) 50%,
5880
+ rgba(255, 255, 255, 0.15) 75%,
5881
+ transparent 75%,
5882
+ transparent
5883
+ );
5884
+ background-image: -moz-linear-gradient(
5885
+ 45deg,
5886
+ rgba(255, 255, 255, 0.15) 25%,
5887
+ transparent 25%,
5888
+ transparent 50%,
5889
+ rgba(255, 255, 255, 0.15) 50%,
5890
+ rgba(255, 255, 255, 0.15) 75%,
5891
+ transparent 75%,
5892
+ transparent
5893
+ );
5894
+ background-image: -o-linear-gradient(
5895
+ 45deg,
5896
+ rgba(255, 255, 255, 0.15) 25%,
5897
+ transparent 25%,
5898
+ transparent 50%,
5899
+ rgba(255, 255, 255, 0.15) 50%,
5900
+ rgba(255, 255, 255, 0.15) 75%,
5901
+ transparent 75%,
5902
+ transparent
5903
+ );
5904
+ background-image: linear-gradient(
5905
+ 45deg,
5906
+ rgba(255, 255, 255, 0.15) 25%,
5907
+ transparent 25%,
5908
+ transparent 50%,
5909
+ rgba(255, 255, 255, 0.15) 50%,
5910
+ rgba(255, 255, 255, 0.15) 75%,
5911
+ transparent 75%,
5912
+ transparent
5913
+ );
5649
5914
  }
5650
5915
 
5651
5916
  .progress-info .bar,
5652
5917
  .progress .bar-info {
5653
5918
  background-color: #4bb1cf;
5654
5919
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
5655
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
5920
+ background-image: -webkit-gradient(
5921
+ linear,
5922
+ 0 0,
5923
+ 0 100%,
5924
+ from(#5bc0de),
5925
+ to(#339bb9)
5926
+ );
5656
5927
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
5657
5928
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
5658
5929
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
@@ -5663,18 +5934,71 @@ a.badge:hover {
5663
5934
  .progress-info.progress-striped .bar,
5664
5935
  .progress-striped .bar-info {
5665
5936
  background-color: #5bc0de;
5666
- 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));
5667
- 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);
5668
- 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);
5669
- 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);
5670
- 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);
5937
+ background-image: -webkit-gradient(
5938
+ linear,
5939
+ 0 100%,
5940
+ 100% 0,
5941
+ color-stop(0.25, rgba(255, 255, 255, 0.15)),
5942
+ color-stop(0.25, transparent),
5943
+ color-stop(0.5, transparent),
5944
+ color-stop(0.5, rgba(255, 255, 255, 0.15)),
5945
+ color-stop(0.75, rgba(255, 255, 255, 0.15)),
5946
+ color-stop(0.75, transparent),
5947
+ to(transparent)
5948
+ );
5949
+ background-image: -webkit-linear-gradient(
5950
+ 45deg,
5951
+ rgba(255, 255, 255, 0.15) 25%,
5952
+ transparent 25%,
5953
+ transparent 50%,
5954
+ rgba(255, 255, 255, 0.15) 50%,
5955
+ rgba(255, 255, 255, 0.15) 75%,
5956
+ transparent 75%,
5957
+ transparent
5958
+ );
5959
+ background-image: -moz-linear-gradient(
5960
+ 45deg,
5961
+ rgba(255, 255, 255, 0.15) 25%,
5962
+ transparent 25%,
5963
+ transparent 50%,
5964
+ rgba(255, 255, 255, 0.15) 50%,
5965
+ rgba(255, 255, 255, 0.15) 75%,
5966
+ transparent 75%,
5967
+ transparent
5968
+ );
5969
+ background-image: -o-linear-gradient(
5970
+ 45deg,
5971
+ rgba(255, 255, 255, 0.15) 25%,
5972
+ transparent 25%,
5973
+ transparent 50%,
5974
+ rgba(255, 255, 255, 0.15) 50%,
5975
+ rgba(255, 255, 255, 0.15) 75%,
5976
+ transparent 75%,
5977
+ transparent
5978
+ );
5979
+ background-image: linear-gradient(
5980
+ 45deg,
5981
+ rgba(255, 255, 255, 0.15) 25%,
5982
+ transparent 25%,
5983
+ transparent 50%,
5984
+ rgba(255, 255, 255, 0.15) 50%,
5985
+ rgba(255, 255, 255, 0.15) 75%,
5986
+ transparent 75%,
5987
+ transparent
5988
+ );
5671
5989
  }
5672
5990
 
5673
5991
  .progress-warning .bar,
5674
5992
  .progress .bar-warning {
5675
5993
  background-color: #faa732;
5676
5994
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
5677
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
5995
+ background-image: -webkit-gradient(
5996
+ linear,
5997
+ 0 0,
5998
+ 0 100%,
5999
+ from(#fbb450),
6000
+ to(#f89406)
6001
+ );
5678
6002
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
5679
6003
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
5680
6004
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
@@ -5685,11 +6009,58 @@ a.badge:hover {
5685
6009
  .progress-warning.progress-striped .bar,
5686
6010
  .progress-striped .bar-warning {
5687
6011
  background-color: #fbb450;
5688
- 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));
5689
- 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);
5690
- 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);
5691
- 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);
5692
- 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);
6012
+ background-image: -webkit-gradient(
6013
+ linear,
6014
+ 0 100%,
6015
+ 100% 0,
6016
+ color-stop(0.25, rgba(255, 255, 255, 0.15)),
6017
+ color-stop(0.25, transparent),
6018
+ color-stop(0.5, transparent),
6019
+ color-stop(0.5, rgba(255, 255, 255, 0.15)),
6020
+ color-stop(0.75, rgba(255, 255, 255, 0.15)),
6021
+ color-stop(0.75, transparent),
6022
+ to(transparent)
6023
+ );
6024
+ background-image: -webkit-linear-gradient(
6025
+ 45deg,
6026
+ rgba(255, 255, 255, 0.15) 25%,
6027
+ transparent 25%,
6028
+ transparent 50%,
6029
+ rgba(255, 255, 255, 0.15) 50%,
6030
+ rgba(255, 255, 255, 0.15) 75%,
6031
+ transparent 75%,
6032
+ transparent
6033
+ );
6034
+ background-image: -moz-linear-gradient(
6035
+ 45deg,
6036
+ rgba(255, 255, 255, 0.15) 25%,
6037
+ transparent 25%,
6038
+ transparent 50%,
6039
+ rgba(255, 255, 255, 0.15) 50%,
6040
+ rgba(255, 255, 255, 0.15) 75%,
6041
+ transparent 75%,
6042
+ transparent
6043
+ );
6044
+ background-image: -o-linear-gradient(
6045
+ 45deg,
6046
+ rgba(255, 255, 255, 0.15) 25%,
6047
+ transparent 25%,
6048
+ transparent 50%,
6049
+ rgba(255, 255, 255, 0.15) 50%,
6050
+ rgba(255, 255, 255, 0.15) 75%,
6051
+ transparent 75%,
6052
+ transparent
6053
+ );
6054
+ background-image: linear-gradient(
6055
+ 45deg,
6056
+ rgba(255, 255, 255, 0.15) 25%,
6057
+ transparent 25%,
6058
+ transparent 50%,
6059
+ rgba(255, 255, 255, 0.15) 50%,
6060
+ rgba(255, 255, 255, 0.15) 75%,
6061
+ transparent 75%,
6062
+ transparent
6063
+ );
5693
6064
  }
5694
6065
 
5695
6066
  .accordion {
@@ -5700,8 +6071,8 @@ a.badge:hover {
5700
6071
  margin-bottom: 2px;
5701
6072
  border: 1px solid #e5e5e5;
5702
6073
  -webkit-border-radius: 4px;
5703
- -moz-border-radius: 4px;
5704
- border-radius: 4px;
6074
+ -moz-border-radius: 4px;
6075
+ border-radius: 4px;
5705
6076
  }
5706
6077
 
5707
6078
  .accordion-heading {
@@ -5738,9 +6109,9 @@ a.badge:hover {
5738
6109
  position: relative;
5739
6110
  display: none;
5740
6111
  -webkit-transition: 0.6s ease-in-out left;
5741
- -moz-transition: 0.6s ease-in-out left;
5742
- -o-transition: 0.6s ease-in-out left;
5743
- transition: 0.6s ease-in-out left;
6112
+ -moz-transition: 0.6s ease-in-out left;
6113
+ -o-transition: 0.6s ease-in-out left;
6114
+ transition: 0.6s ease-in-out left;
5744
6115
  }
5745
6116
 
5746
6117
  .carousel .item > img {
@@ -5801,8 +6172,8 @@ a.badge:hover {
5801
6172
  background: #222222;
5802
6173
  border: 3px solid #ffffff;
5803
6174
  -webkit-border-radius: 23px;
5804
- -moz-border-radius: 23px;
5805
- border-radius: 23px;
6175
+ -moz-border-radius: 23px;
6176
+ border-radius: 23px;
5806
6177
  opacity: 0.5;
5807
6178
  filter: alpha(opacity=50);
5808
6179
  }
@@ -5852,8 +6223,8 @@ a.badge:hover {
5852
6223
  color: inherit;
5853
6224
  background-color: #eeeeee;
5854
6225
  -webkit-border-radius: 6px;
5855
- -moz-border-radius: 6px;
5856
- border-radius: 6px;
6226
+ -moz-border-radius: 6px;
6227
+ border-radius: 6px;
5857
6228
  }
5858
6229
 
5859
6230
  .hero-unit h1 {