bootswatch_rails 3.3.6.2 → 3.3.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,13 @@
1
1
  /*!
2
- * bootswatch v3.3.6
2
+ * bootswatch v3.3.7
3
3
  * Homepage: http://bootswatch.com
4
4
  * Copyright 2012-2016 Thomas Park
5
5
  * Licensed under MIT
6
6
  * Based on Bootstrap
7
7
  */
8
8
  /*!
9
- * Bootstrap v3.3.6 (http://getbootstrap.com)
10
- * Copyright 2011-2015 Twitter, Inc.
9
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
10
+ * Copyright 2011-2016 Twitter, Inc.
11
11
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
12
  */
13
13
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1109,7 +1109,6 @@ a:focus {
1109
1109
  text-decoration: underline;
1110
1110
  }
1111
1111
  a:focus {
1112
- outline: thin dotted;
1113
1112
  outline: 5px auto -webkit-focus-ring-color;
1114
1113
  outline-offset: -2px;
1115
1114
  }
@@ -2540,7 +2539,6 @@ select[size] {
2540
2539
  input[type="file"]:focus,
2541
2540
  input[type="radio"]:focus,
2542
2541
  input[type="checkbox"]:focus {
2543
- outline: thin dotted;
2544
2542
  outline: 5px auto -webkit-focus-ring-color;
2545
2543
  outline-offset: -2px;
2546
2544
  }
@@ -3032,7 +3030,6 @@ select[multiple].input-lg {
3032
3030
  .btn.focus,
3033
3031
  .btn:active.focus,
3034
3032
  .btn.active.focus {
3035
- outline: thin dotted;
3036
3033
  outline: 5px auto -webkit-focus-ring-color;
3037
3034
  outline-offset: -2px;
3038
3035
  }
@@ -3908,7 +3905,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
3908
3905
  line-height: 1;
3909
3906
  color: #272b30;
3910
3907
  text-align: center;
3911
- background-color: #999999;
3908
+ background-color: #3a3f44;
3912
3909
  border: 1px solid rgba(0, 0, 0, 0.6);
3913
3910
  border-radius: 4px;
3914
3911
  }
@@ -6757,7 +6754,36 @@ button.close {
6757
6754
  display: none !important;
6758
6755
  }
6759
6756
  }
6760
- .navbar {
6757
+ .navbar-default,
6758
+ .navbar-inverse {
6759
+ border: 1px solid rgba(0, 0, 0, 0.6);
6760
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
6761
+ }
6762
+ @media (min-width: 768px) {
6763
+ .navbar-default .navbar-nav > li > a,
6764
+ .navbar-inverse .navbar-nav > li > a {
6765
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
6766
+ border-left: 1px solid rgba(255, 255, 255, 0.1);
6767
+ }
6768
+ .navbar-default .navbar-nav > li > a:hover,
6769
+ .navbar-inverse .navbar-nav > li > a:hover {
6770
+ border-left-color: transparent;
6771
+ }
6772
+ .navbar-default .nav .open > a,
6773
+ .navbar-inverse .nav .open > a {
6774
+ border-color: transparent;
6775
+ }
6776
+ .navbar-default .navbar-nav > li.active > a,
6777
+ .navbar-inverse .navbar-nav > li.active > a {
6778
+ border-left-color: transparent;
6779
+ }
6780
+ .navbar-default .navbar-form,
6781
+ .navbar-inverse .navbar-form {
6782
+ margin-left: 5px;
6783
+ margin-right: 5px;
6784
+ }
6785
+ }
6786
+ .navbar-default {
6761
6787
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
6762
6788
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
6763
6789
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
@@ -6766,14 +6792,8 @@ button.close {
6766
6792
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
6767
6793
  -webkit-filter: none;
6768
6794
  filter: none;
6769
- border: 1px solid rgba(0, 0, 0, 0.6);
6770
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
6771
6795
  }
6772
- .navbar .navbar-nav > li > a {
6773
- border-right: 1px solid rgba(0, 0, 0, 0.2);
6774
- border-left: 1px solid rgba(255, 255, 255, 0.1);
6775
- }
6776
- .navbar .navbar-nav > li > a:hover {
6796
+ .navbar-default .navbar-nav > li > a:hover {
6777
6797
  background-image: -webkit-linear-gradient(#020202, #101112 40%, #141618);
6778
6798
  background-image: -o-linear-gradient(#020202, #101112 40%, #141618);
6779
6799
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#141618));
@@ -6782,7 +6802,6 @@ button.close {
6782
6802
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
6783
6803
  -webkit-filter: none;
6784
6804
  filter: none;
6785
- border-left-color: transparent;
6786
6805
  }
6787
6806
  .navbar-inverse {
6788
6807
  background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
@@ -6807,16 +6826,6 @@ button.close {
6807
6826
  -webkit-filter: none;
6808
6827
  filter: none;
6809
6828
  }
6810
- .navbar .nav .open > a {
6811
- border-color: transparent;
6812
- }
6813
- .navbar-nav > li.active > a {
6814
- border-left-color: transparent;
6815
- }
6816
- .navbar-form {
6817
- margin-left: 5px;
6818
- margin-right: 5px;
6819
- }
6820
6829
  .btn,
6821
6830
  .btn:hover {
6822
6831
  border-color: rgba(0, 0, 0, 0.6);
@@ -7013,7 +7022,6 @@ textarea {
7013
7022
  border-color: #f89406;
7014
7023
  }
7015
7024
  .has-warning .input-group-addon {
7016
- background-color: #3a3f44;
7017
7025
  border-color: rgba(0, 0, 0, 0.6);
7018
7026
  }
7019
7027
  .has-error .help-block,
@@ -7034,7 +7042,6 @@ textarea {
7034
7042
  border-color: #ee5f5b;
7035
7043
  }
7036
7044
  .has-error .input-group-addon {
7037
- background-color: #3a3f44;
7038
7045
  border-color: rgba(0, 0, 0, 0.6);
7039
7046
  }
7040
7047
  .has-success .help-block,
@@ -7055,14 +7062,12 @@ textarea {
7055
7062
  border-color: #62c462;
7056
7063
  }
7057
7064
  .has-success .input-group-addon {
7058
- background-color: #3a3f44;
7059
7065
  border-color: rgba(0, 0, 0, 0.6);
7060
7066
  }
7061
7067
  legend {
7062
7068
  color: #fff;
7063
7069
  }
7064
7070
  .input-group-addon {
7065
- background-color: #3a3f44;
7066
7071
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
7067
7072
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
7068
7073
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
@@ -1,14 +1,14 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
2
2
  /*!
3
- * bootswatch v3.3.6
3
+ * bootswatch v3.3.7
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2016 Thomas Park
6
6
  * Licensed under MIT
7
7
  * Based on Bootstrap
8
8
  */
9
9
  /*!
10
- * Bootstrap v3.3.6 (http://getbootstrap.com)
11
- * Copyright 2011-2015 Twitter, Inc.
10
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
11
+ * Copyright 2011-2016 Twitter, Inc.
12
12
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
13
  */
14
14
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1110,7 +1110,6 @@ a:focus {
1110
1110
  text-decoration: underline;
1111
1111
  }
1112
1112
  a:focus {
1113
- outline: thin dotted;
1114
1113
  outline: 5px auto -webkit-focus-ring-color;
1115
1114
  outline-offset: -2px;
1116
1115
  }
@@ -2541,7 +2540,6 @@ select[size] {
2541
2540
  input[type="file"]:focus,
2542
2541
  input[type="radio"]:focus,
2543
2542
  input[type="checkbox"]:focus {
2544
- outline: thin dotted;
2545
2543
  outline: 5px auto -webkit-focus-ring-color;
2546
2544
  outline-offset: -2px;
2547
2545
  }
@@ -3033,7 +3031,6 @@ select[multiple].input-lg {
3033
3031
  .btn.focus,
3034
3032
  .btn:active.focus,
3035
3033
  .btn.active.focus {
3036
- outline: thin dotted;
3037
3034
  outline: 5px auto -webkit-focus-ring-color;
3038
3035
  outline-offset: -2px;
3039
3036
  }
@@ -1,14 +1,14 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
2
2
  /*!
3
- * bootswatch v3.3.6
3
+ * bootswatch v3.3.7
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2016 Thomas Park
6
6
  * Licensed under MIT
7
7
  * Based on Bootstrap
8
8
  */
9
9
  /*!
10
- * Bootstrap v3.3.6 (http://getbootstrap.com)
11
- * Copyright 2011-2015 Twitter, Inc.
10
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
11
+ * Copyright 2011-2016 Twitter, Inc.
12
12
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
13
  */
14
14
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1110,7 +1110,6 @@ a:focus {
1110
1110
  text-decoration: underline;
1111
1111
  }
1112
1112
  a:focus {
1113
- outline: thin dotted;
1114
1113
  outline: 5px auto -webkit-focus-ring-color;
1115
1114
  outline-offset: -2px;
1116
1115
  }
@@ -2541,7 +2540,6 @@ select[size] {
2541
2540
  input[type="file"]:focus,
2542
2541
  input[type="radio"]:focus,
2543
2542
  input[type="checkbox"]:focus {
2544
- outline: thin dotted;
2545
2543
  outline: 5px auto -webkit-focus-ring-color;
2546
2544
  outline-offset: -2px;
2547
2545
  }
@@ -3033,7 +3031,6 @@ select[multiple].input-lg {
3033
3031
  .btn.focus,
3034
3032
  .btn:active.focus,
3035
3033
  .btn.active.focus {
3036
- outline: thin dotted;
3037
3034
  outline: 5px auto -webkit-focus-ring-color;
3038
3035
  outline-offset: -2px;
3039
3036
  }
@@ -1,14 +1,14 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
2
2
  /*!
3
- * bootswatch v3.3.6
3
+ * bootswatch v3.3.7
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2016 Thomas Park
6
6
  * Licensed under MIT
7
7
  * Based on Bootstrap
8
8
  */
9
9
  /*!
10
- * Bootstrap v3.3.6 (http://getbootstrap.com)
11
- * Copyright 2011-2015 Twitter, Inc.
10
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
11
+ * Copyright 2011-2016 Twitter, Inc.
12
12
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
13
  */
14
14
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1101,16 +1101,15 @@ textarea {
1101
1101
  line-height: inherit;
1102
1102
  }
1103
1103
  a {
1104
- color: #dd4814;
1104
+ color: #e95420;
1105
1105
  text-decoration: none;
1106
1106
  }
1107
1107
  a:hover,
1108
1108
  a:focus {
1109
- color: #97310e;
1109
+ color: #ac3911;
1110
1110
  text-decoration: underline;
1111
1111
  }
1112
1112
  a:focus {
1113
- outline: thin dotted;
1114
1113
  outline: 5px auto -webkit-focus-ring-color;
1115
1114
  outline-offset: -2px;
1116
1115
  }
@@ -1342,11 +1341,11 @@ mark,
1342
1341
  color: #aea79f;
1343
1342
  }
1344
1343
  .text-primary {
1345
- color: #dd4814;
1344
+ color: #e95420;
1346
1345
  }
1347
1346
  a.text-primary:hover,
1348
1347
  a.text-primary:focus {
1349
- color: #ae3910;
1348
+ color: #c34113;
1350
1349
  }
1351
1350
  .text-success {
1352
1351
  color: #468847;
@@ -1378,11 +1377,11 @@ a.text-danger:focus {
1378
1377
  }
1379
1378
  .bg-primary {
1380
1379
  color: #fff;
1381
- background-color: #dd4814;
1380
+ background-color: #e95420;
1382
1381
  }
1383
1382
  a.bg-primary:hover,
1384
1383
  a.bg-primary:focus {
1385
- background-color: #ae3910;
1384
+ background-color: #c34113;
1386
1385
  }
1387
1386
  .bg-success {
1388
1387
  background-color: #dff0d8;
@@ -2541,7 +2540,6 @@ select[size] {
2541
2540
  input[type="file"]:focus,
2542
2541
  input[type="radio"]:focus,
2543
2542
  input[type="checkbox"]:focus {
2544
- outline: thin dotted;
2545
2543
  outline: 5px auto -webkit-focus-ring-color;
2546
2544
  outline-offset: -2px;
2547
2545
  }
@@ -3033,7 +3031,6 @@ select[multiple].input-lg {
3033
3031
  .btn.focus,
3034
3032
  .btn:active.focus,
3035
3033
  .btn.active.focus {
3036
- outline: thin dotted;
3037
3034
  outline: 5px auto -webkit-focus-ring-color;
3038
3035
  outline-offset: -2px;
3039
3036
  }
@@ -3122,26 +3119,26 @@ fieldset[disabled] .btn-default.focus {
3122
3119
  }
3123
3120
  .btn-primary {
3124
3121
  color: #ffffff;
3125
- background-color: #dd4814;
3126
- border-color: #dd4814;
3122
+ background-color: #e95420;
3123
+ border-color: #e95420;
3127
3124
  }
3128
3125
  .btn-primary:focus,
3129
3126
  .btn-primary.focus {
3130
3127
  color: #ffffff;
3131
- background-color: #ae3910;
3132
- border-color: #682209;
3128
+ background-color: #c34113;
3129
+ border-color: #7d2a0c;
3133
3130
  }
3134
3131
  .btn-primary:hover {
3135
3132
  color: #ffffff;
3136
- background-color: #ae3910;
3137
- border-color: #a5360f;
3133
+ background-color: #c34113;
3134
+ border-color: #b93e12;
3138
3135
  }
3139
3136
  .btn-primary:active,
3140
3137
  .btn-primary.active,
3141
3138
  .open > .dropdown-toggle.btn-primary {
3142
3139
  color: #ffffff;
3143
- background-color: #ae3910;
3144
- border-color: #a5360f;
3140
+ background-color: #c34113;
3141
+ border-color: #b93e12;
3145
3142
  }
3146
3143
  .btn-primary:active:hover,
3147
3144
  .btn-primary.active:hover,
@@ -3153,8 +3150,8 @@ fieldset[disabled] .btn-default.focus {
3153
3150
  .btn-primary.active.focus,
3154
3151
  .open > .dropdown-toggle.btn-primary.focus {
3155
3152
  color: #ffffff;
3156
- background-color: #8d2e0d;
3157
- border-color: #682209;
3153
+ background-color: #a23610;
3154
+ border-color: #7d2a0c;
3158
3155
  }
3159
3156
  .btn-primary:active,
3160
3157
  .btn-primary.active,
@@ -3170,11 +3167,11 @@ fieldset[disabled] .btn-primary:focus,
3170
3167
  .btn-primary.disabled.focus,
3171
3168
  .btn-primary[disabled].focus,
3172
3169
  fieldset[disabled] .btn-primary.focus {
3173
- background-color: #dd4814;
3174
- border-color: #dd4814;
3170
+ background-color: #e95420;
3171
+ border-color: #e95420;
3175
3172
  }
3176
3173
  .btn-primary .badge {
3177
- color: #dd4814;
3174
+ color: #e95420;
3178
3175
  background-color: #ffffff;
3179
3176
  }
3180
3177
  .btn-success {
@@ -3406,7 +3403,7 @@ fieldset[disabled] .btn-danger.focus {
3406
3403
  background-color: #ffffff;
3407
3404
  }
3408
3405
  .btn-link {
3409
- color: #dd4814;
3406
+ color: #e95420;
3410
3407
  font-weight: normal;
3411
3408
  border-radius: 0;
3412
3409
  }
@@ -3427,7 +3424,7 @@ fieldset[disabled] .btn-link {
3427
3424
  }
3428
3425
  .btn-link:hover,
3429
3426
  .btn-link:focus {
3430
- color: #97310e;
3427
+ color: #ac3911;
3431
3428
  text-decoration: underline;
3432
3429
  background-color: transparent;
3433
3430
  }
@@ -3569,7 +3566,7 @@ tbody.collapse.in {
3569
3566
  .dropdown-menu > li > a:focus {
3570
3567
  text-decoration: none;
3571
3568
  color: #ffffff;
3572
- background-color: #dd4814;
3569
+ background-color: #e95420;
3573
3570
  }
3574
3571
  .dropdown-menu > .active > a,
3575
3572
  .dropdown-menu > .active > a:hover,
@@ -3577,7 +3574,7 @@ tbody.collapse.in {
3577
3574
  color: #ffffff;
3578
3575
  text-decoration: none;
3579
3576
  outline: 0;
3580
- background-color: #dd4814;
3577
+ background-color: #e95420;
3581
3578
  }
3582
3579
  .dropdown-menu > .disabled > a,
3583
3580
  .dropdown-menu > .disabled > a:hover,
@@ -4011,7 +4008,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4011
4008
  .nav .open > a:hover,
4012
4009
  .nav .open > a:focus {
4013
4010
  background-color: #eeeeee;
4014
- border-color: #dd4814;
4011
+ border-color: #e95420;
4015
4012
  }
4016
4013
  .nav .nav-divider {
4017
4014
  height: 1px;
@@ -4104,7 +4101,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4104
4101
  .nav-pills > li.active > a:hover,
4105
4102
  .nav-pills > li.active > a:focus {
4106
4103
  color: #ffffff;
4107
- background-color: #dd4814;
4104
+ background-color: #e95420;
4108
4105
  }
4109
4106
  .nav-stacked > li {
4110
4107
  float: none;
@@ -4500,8 +4497,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4500
4497
  }
4501
4498
  }
4502
4499
  .navbar-default {
4503
- background-color: #dd4814;
4504
- border-color: #bf3e11;
4500
+ background-color: #e95420;
4501
+ border-color: #d34615;
4505
4502
  }
4506
4503
  .navbar-default .navbar-brand {
4507
4504
  color: #ffffff;
@@ -4520,13 +4517,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4520
4517
  .navbar-default .navbar-nav > li > a:hover,
4521
4518
  .navbar-default .navbar-nav > li > a:focus {
4522
4519
  color: #ffffff;
4523
- background-color: #97310e;
4520
+ background-color: #ac3911;
4524
4521
  }
4525
4522
  .navbar-default .navbar-nav > .active > a,
4526
4523
  .navbar-default .navbar-nav > .active > a:hover,
4527
4524
  .navbar-default .navbar-nav > .active > a:focus {
4528
4525
  color: #ffffff;
4529
- background-color: #ae3910;
4526
+ background-color: #c34113;
4530
4527
  }
4531
4528
  .navbar-default .navbar-nav > .disabled > a,
4532
4529
  .navbar-default .navbar-nav > .disabled > a:hover,
@@ -4535,23 +4532,23 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4535
4532
  background-color: transparent;
4536
4533
  }
4537
4534
  .navbar-default .navbar-toggle {
4538
- border-color: #97310e;
4535
+ border-color: #ac3911;
4539
4536
  }
4540
4537
  .navbar-default .navbar-toggle:hover,
4541
4538
  .navbar-default .navbar-toggle:focus {
4542
- background-color: #97310e;
4539
+ background-color: #ac3911;
4543
4540
  }
4544
4541
  .navbar-default .navbar-toggle .icon-bar {
4545
4542
  background-color: #ffffff;
4546
4543
  }
4547
4544
  .navbar-default .navbar-collapse,
4548
4545
  .navbar-default .navbar-form {
4549
- border-color: #bf3e11;
4546
+ border-color: #d34615;
4550
4547
  }
4551
4548
  .navbar-default .navbar-nav > .open > a,
4552
4549
  .navbar-default .navbar-nav > .open > a:hover,
4553
4550
  .navbar-default .navbar-nav > .open > a:focus {
4554
- background-color: #ae3910;
4551
+ background-color: #c34113;
4555
4552
  color: #ffffff;
4556
4553
  }
4557
4554
  @media (max-width: 767px) {
@@ -4561,13 +4558,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4561
4558
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4562
4559
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4563
4560
  color: #ffffff;
4564
- background-color: #97310e;
4561
+ background-color: #ac3911;
4565
4562
  }
4566
4563
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4567
4564
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4568
4565
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4569
4566
  color: #ffffff;
4570
- background-color: #ae3910;
4567
+ background-color: #c34113;
4571
4568
  }
4572
4569
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4573
4570
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
@@ -4731,7 +4728,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4731
4728
  padding: 8px 12px;
4732
4729
  line-height: 1.42857143;
4733
4730
  text-decoration: none;
4734
- color: #dd4814;
4731
+ color: #e95420;
4735
4732
  background-color: #ffffff;
4736
4733
  border: 1px solid #dddddd;
4737
4734
  margin-left: -1px;
@@ -4752,7 +4749,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4752
4749
  .pagination > li > a:focus,
4753
4750
  .pagination > li > span:focus {
4754
4751
  z-index: 2;
4755
- color: #97310e;
4752
+ color: #ac3911;
4756
4753
  background-color: #eeeeee;
4757
4754
  border-color: #dddddd;
4758
4755
  }
@@ -4882,11 +4879,11 @@ a.label:focus {
4882
4879
  background-color: #978e83;
4883
4880
  }
4884
4881
  .label-primary {
4885
- background-color: #dd4814;
4882
+ background-color: #e95420;
4886
4883
  }
4887
4884
  .label-primary[href]:hover,
4888
4885
  .label-primary[href]:focus {
4889
- background-color: #ae3910;
4886
+ background-color: #c34113;
4890
4887
  }
4891
4888
  .label-success {
4892
4889
  background-color: #38b44a;
@@ -4950,7 +4947,7 @@ a.badge:focus {
4950
4947
  }
4951
4948
  .list-group-item.active > .badge,
4952
4949
  .nav-pills > .active > a > .badge {
4953
- color: #dd4814;
4950
+ color: #e95420;
4954
4951
  background-color: #ffffff;
4955
4952
  }
4956
4953
  .list-group-item > .badge {
@@ -5025,7 +5022,7 @@ a.badge:focus {
5025
5022
  a.thumbnail:hover,
5026
5023
  a.thumbnail:focus,
5027
5024
  a.thumbnail.active {
5028
- border-color: #dd4814;
5025
+ border-color: #e95420;
5029
5026
  }
5030
5027
  .thumbnail .caption {
5031
5028
  padding: 9px;
@@ -5147,7 +5144,7 @@ a.thumbnail.active {
5147
5144
  line-height: 20px;
5148
5145
  color: #ffffff;
5149
5146
  text-align: center;
5150
- background-color: #dd4814;
5147
+ background-color: #e95420;
5151
5148
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5152
5149
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5153
5150
  -webkit-transition: width 0.6s ease;
@@ -5311,8 +5308,8 @@ button.list-group-item {
5311
5308
  .list-group-item.active:focus {
5312
5309
  z-index: 2;
5313
5310
  color: #ffffff;
5314
- background-color: #dd4814;
5315
- border-color: #dd4814;
5311
+ background-color: #e95420;
5312
+ border-color: #e95420;
5316
5313
  }
5317
5314
  .list-group-item.active .list-group-item-heading,
5318
5315
  .list-group-item.active:hover .list-group-item-heading,
@@ -5328,7 +5325,7 @@ button.list-group-item {
5328
5325
  .list-group-item.active .list-group-item-text,
5329
5326
  .list-group-item.active:hover .list-group-item-text,
5330
5327
  .list-group-item.active:focus .list-group-item-text {
5331
- color: #fad1c3;
5328
+ color: #fbe2da;
5332
5329
  }
5333
5330
  .list-group-item-success {
5334
5331
  color: #468847;
@@ -5708,22 +5705,22 @@ button.list-group-item-danger.active:focus {
5708
5705
  border-bottom-color: #dddddd;
5709
5706
  }
5710
5707
  .panel-primary {
5711
- border-color: #dd4814;
5708
+ border-color: #e95420;
5712
5709
  }
5713
5710
  .panel-primary > .panel-heading {
5714
5711
  color: #ffffff;
5715
- background-color: #dd4814;
5716
- border-color: #dd4814;
5712
+ background-color: #e95420;
5713
+ border-color: #e95420;
5717
5714
  }
5718
5715
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5719
- border-top-color: #dd4814;
5716
+ border-top-color: #e95420;
5720
5717
  }
5721
5718
  .panel-primary > .panel-heading .badge {
5722
- color: #dd4814;
5719
+ color: #e95420;
5723
5720
  background-color: #ffffff;
5724
5721
  }
5725
5722
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5726
- border-bottom-color: #dd4814;
5723
+ border-bottom-color: #e95420;
5727
5724
  }
5728
5725
  .panel-success {
5729
5726
  border-color: #d6e9c6;
@@ -6760,7 +6757,7 @@ button.close {
6760
6757
  }
6761
6758
  .navbar-default .badge {
6762
6759
  background-color: #fff;
6763
- color: #dd4814;
6760
+ color: #e95420;
6764
6761
  }
6765
6762
  .navbar-inverse .badge {
6766
6763
  background-color: #fff;