bootswatch_rails 3.3.4.1 → 3.3.5.1

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.
@@ -1,12 +1,17 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
2
2
  /*!
3
- * bootswatch v3.3.4+1
3
+ * bootswatch v3.3.5
4
4
  * Homepage: http://bootswatch.com
5
5
  * Copyright 2012-2015 Thomas Park
6
6
  * Licensed under MIT
7
7
  * Based on Bootstrap
8
8
  */
9
- /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
9
+ /*!
10
+ * Bootstrap v3.3.5 (http://getbootstrap.com)
11
+ * Copyright 2011-2015 Twitter, Inc.
12
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
+ */
14
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
10
15
  html {
11
16
  font-family: sans-serif;
12
17
  -ms-text-size-adjust: 100%;
@@ -96,8 +101,8 @@ figure {
96
101
  margin: 1em 40px;
97
102
  }
98
103
  hr {
99
- -moz-box-sizing: content-box;
100
104
  -webkit-box-sizing: content-box;
105
+ -moz-box-sizing: content-box;
101
106
  box-sizing: content-box;
102
107
  height: 0;
103
108
  }
@@ -159,9 +164,9 @@ input[type="number"]::-webkit-outer-spin-button {
159
164
  }
160
165
  input[type="search"] {
161
166
  -webkit-appearance: textfield;
162
- -moz-box-sizing: content-box;
163
167
  -webkit-box-sizing: content-box;
164
- box-sizing: content-box;
168
+ -moz-box-sizing: content-box;
169
+ box-sizing: content-box;
165
170
  }
166
171
  input[type="search"]::-webkit-search-cancel-button,
167
172
  input[type="search"]::-webkit-search-decoration {
@@ -240,9 +245,6 @@ th {
240
245
  h3 {
241
246
  page-break-after: avoid;
242
247
  }
243
- select {
244
- background: #fff !important;
245
- }
246
248
  .navbar {
247
249
  display: none;
248
250
  }
@@ -1342,62 +1344,72 @@ mark,
1342
1344
  .text-primary {
1343
1345
  color: #df691a;
1344
1346
  }
1345
- a.text-primary:hover {
1347
+ a.text-primary:hover,
1348
+ a.text-primary:focus {
1346
1349
  color: #b15315;
1347
1350
  }
1348
1351
  .text-success {
1349
1352
  color: #ebebeb;
1350
1353
  }
1351
- a.text-success:hover {
1354
+ a.text-success:hover,
1355
+ a.text-success:focus {
1352
1356
  color: #d2d2d2;
1353
1357
  }
1354
1358
  .text-info {
1355
1359
  color: #ebebeb;
1356
1360
  }
1357
- a.text-info:hover {
1361
+ a.text-info:hover,
1362
+ a.text-info:focus {
1358
1363
  color: #d2d2d2;
1359
1364
  }
1360
1365
  .text-warning {
1361
1366
  color: #ebebeb;
1362
1367
  }
1363
- a.text-warning:hover {
1368
+ a.text-warning:hover,
1369
+ a.text-warning:focus {
1364
1370
  color: #d2d2d2;
1365
1371
  }
1366
1372
  .text-danger {
1367
1373
  color: #ebebeb;
1368
1374
  }
1369
- a.text-danger:hover {
1375
+ a.text-danger:hover,
1376
+ a.text-danger:focus {
1370
1377
  color: #d2d2d2;
1371
1378
  }
1372
1379
  .bg-primary {
1373
1380
  color: #fff;
1374
1381
  background-color: #df691a;
1375
1382
  }
1376
- a.bg-primary:hover {
1383
+ a.bg-primary:hover,
1384
+ a.bg-primary:focus {
1377
1385
  background-color: #b15315;
1378
1386
  }
1379
1387
  .bg-success {
1380
1388
  background-color: #5cb85c;
1381
1389
  }
1382
- a.bg-success:hover {
1390
+ a.bg-success:hover,
1391
+ a.bg-success:focus {
1383
1392
  background-color: #449d44;
1384
1393
  }
1385
1394
  .bg-info {
1386
1395
  background-color: #5bc0de;
1387
1396
  }
1388
- a.bg-info:hover {
1397
+ a.bg-info:hover,
1398
+ a.bg-info:focus {
1389
1399
  background-color: #31b0d5;
1390
1400
  }
1391
1401
  .bg-warning {
1392
1402
  background-color: #f0ad4e;
1393
1403
  }
1394
- a.bg-warning:hover {
1404
+ a.bg-warning:hover,
1405
+ a.bg-warning:focus {
1395
1406
  background-color: #ec971f;
1396
1407
  }
1397
1408
  .bg-danger {
1398
1409
  background-color: #d9534f;
1399
1410
  }
1400
- a.bg-danger:hover {
1411
+ a.bg-danger:hover,
1412
+ a.bg-danger:focus {
1401
1413
  background-color: #c9302c;
1402
1414
  }
1403
1415
  .page-header {
@@ -2591,10 +2603,10 @@ input[type="search"] {
2591
2603
  -webkit-appearance: none;
2592
2604
  }
2593
2605
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
2594
- input[type="date"],
2595
- input[type="time"],
2596
- input[type="datetime-local"],
2597
- input[type="month"] {
2606
+ input[type="date"].form-control,
2607
+ input[type="time"].form-control,
2608
+ input[type="datetime-local"].form-control,
2609
+ input[type="month"].form-control {
2598
2610
  line-height: 39px;
2599
2611
  }
2600
2612
  input[type="date"].input-sm,
@@ -2716,20 +2728,20 @@ select[multiple].input-sm {
2716
2728
  line-height: 1.5;
2717
2729
  border-radius: 0;
2718
2730
  }
2719
- select.form-group-sm .form-control {
2731
+ .form-group-sm select.form-control {
2720
2732
  height: 31px;
2721
2733
  line-height: 31px;
2722
2734
  }
2723
- textarea.form-group-sm .form-control,
2724
- select[multiple].form-group-sm .form-control {
2735
+ .form-group-sm textarea.form-control,
2736
+ .form-group-sm select[multiple].form-control {
2725
2737
  height: auto;
2726
2738
  }
2727
2739
  .form-group-sm .form-control-static {
2728
2740
  height: 31px;
2729
- padding: 5px 10px;
2741
+ min-height: 34px;
2742
+ padding: 6px 10px;
2730
2743
  font-size: 13px;
2731
2744
  line-height: 1.5;
2732
- min-height: 34px;
2733
2745
  }
2734
2746
  .input-lg {
2735
2747
  height: 52px;
@@ -2753,20 +2765,20 @@ select[multiple].input-lg {
2753
2765
  line-height: 1.3333333;
2754
2766
  border-radius: 0;
2755
2767
  }
2756
- select.form-group-lg .form-control {
2768
+ .form-group-lg select.form-control {
2757
2769
  height: 52px;
2758
2770
  line-height: 52px;
2759
2771
  }
2760
- textarea.form-group-lg .form-control,
2761
- select[multiple].form-group-lg .form-control {
2772
+ .form-group-lg textarea.form-control,
2773
+ .form-group-lg select[multiple].form-control {
2762
2774
  height: auto;
2763
2775
  }
2764
2776
  .form-group-lg .form-control-static {
2765
2777
  height: 52px;
2766
- padding: 12px 24px;
2778
+ min-height: 40px;
2779
+ padding: 13px 24px;
2767
2780
  font-size: 19px;
2768
2781
  line-height: 1.3333333;
2769
- min-height: 40px;
2770
2782
  }
2771
2783
  .has-feedback {
2772
2784
  position: relative;
@@ -2786,12 +2798,16 @@ select[multiple].form-group-lg .form-control {
2786
2798
  text-align: center;
2787
2799
  pointer-events: none;
2788
2800
  }
2789
- .input-lg + .form-control-feedback {
2801
+ .input-lg + .form-control-feedback,
2802
+ .input-group-lg + .form-control-feedback,
2803
+ .form-group-lg .form-control + .form-control-feedback {
2790
2804
  width: 52px;
2791
2805
  height: 52px;
2792
2806
  line-height: 52px;
2793
2807
  }
2794
- .input-sm + .form-control-feedback {
2808
+ .input-sm + .form-control-feedback,
2809
+ .input-group-sm + .form-control-feedback,
2810
+ .form-group-sm .form-control + .form-control-feedback {
2795
2811
  width: 31px;
2796
2812
  height: 31px;
2797
2813
  line-height: 31px;
@@ -2977,11 +2993,13 @@ select[multiple].form-group-lg .form-control {
2977
2993
  @media (min-width: 768px) {
2978
2994
  .form-horizontal .form-group-lg .control-label {
2979
2995
  padding-top: 16.9999996px;
2996
+ font-size: 19px;
2980
2997
  }
2981
2998
  }
2982
2999
  @media (min-width: 768px) {
2983
3000
  .form-horizontal .form-group-sm .control-label {
2984
3001
  padding-top: 6px;
3002
+ font-size: 13px;
2985
3003
  }
2986
3004
  }
2987
3005
  .btn {
@@ -3032,20 +3050,31 @@ select[multiple].form-group-lg .form-control {
3032
3050
  .btn[disabled],
3033
3051
  fieldset[disabled] .btn {
3034
3052
  cursor: not-allowed;
3035
- pointer-events: none;
3036
3053
  opacity: 0.65;
3037
3054
  filter: alpha(opacity=65);
3038
3055
  -webkit-box-shadow: none;
3039
3056
  box-shadow: none;
3040
3057
  }
3058
+ a.btn.disabled,
3059
+ fieldset[disabled] a.btn {
3060
+ pointer-events: none;
3061
+ }
3041
3062
  .btn-default {
3042
3063
  color: #ffffff;
3043
3064
  background-color: #4e5d6c;
3044
3065
  border-color: transparent;
3045
3066
  }
3046
- .btn-default:hover,
3047
3067
  .btn-default:focus,
3048
- .btn-default.focus,
3068
+ .btn-default.focus {
3069
+ color: #ffffff;
3070
+ background-color: #39444e;
3071
+ border-color: rgba(0, 0, 0, 0);
3072
+ }
3073
+ .btn-default:hover {
3074
+ color: #ffffff;
3075
+ background-color: #39444e;
3076
+ border-color: rgba(0, 0, 0, 0);
3077
+ }
3049
3078
  .btn-default:active,
3050
3079
  .btn-default.active,
3051
3080
  .open > .dropdown-toggle.btn-default {
@@ -3053,6 +3082,19 @@ fieldset[disabled] .btn {
3053
3082
  background-color: #39444e;
3054
3083
  border-color: rgba(0, 0, 0, 0);
3055
3084
  }
3085
+ .btn-default:active:hover,
3086
+ .btn-default.active:hover,
3087
+ .open > .dropdown-toggle.btn-default:hover,
3088
+ .btn-default:active:focus,
3089
+ .btn-default.active:focus,
3090
+ .open > .dropdown-toggle.btn-default:focus,
3091
+ .btn-default:active.focus,
3092
+ .btn-default.active.focus,
3093
+ .open > .dropdown-toggle.btn-default.focus {
3094
+ color: #ffffff;
3095
+ background-color: #2a323a;
3096
+ border-color: rgba(0, 0, 0, 0);
3097
+ }
3056
3098
  .btn-default:active,
3057
3099
  .btn-default.active,
3058
3100
  .open > .dropdown-toggle.btn-default {
@@ -3088,9 +3130,17 @@ fieldset[disabled] .btn-default.active {
3088
3130
  background-color: #df691a;
3089
3131
  border-color: transparent;
3090
3132
  }
3091
- .btn-primary:hover,
3092
3133
  .btn-primary:focus,
3093
- .btn-primary.focus,
3134
+ .btn-primary.focus {
3135
+ color: #ffffff;
3136
+ background-color: #b15315;
3137
+ border-color: rgba(0, 0, 0, 0);
3138
+ }
3139
+ .btn-primary:hover {
3140
+ color: #ffffff;
3141
+ background-color: #b15315;
3142
+ border-color: rgba(0, 0, 0, 0);
3143
+ }
3094
3144
  .btn-primary:active,
3095
3145
  .btn-primary.active,
3096
3146
  .open > .dropdown-toggle.btn-primary {
@@ -3098,6 +3148,19 @@ fieldset[disabled] .btn-default.active {
3098
3148
  background-color: #b15315;
3099
3149
  border-color: rgba(0, 0, 0, 0);
3100
3150
  }
3151
+ .btn-primary:active:hover,
3152
+ .btn-primary.active:hover,
3153
+ .open > .dropdown-toggle.btn-primary:hover,
3154
+ .btn-primary:active:focus,
3155
+ .btn-primary.active:focus,
3156
+ .open > .dropdown-toggle.btn-primary:focus,
3157
+ .btn-primary:active.focus,
3158
+ .btn-primary.active.focus,
3159
+ .open > .dropdown-toggle.btn-primary.focus {
3160
+ color: #ffffff;
3161
+ background-color: #914411;
3162
+ border-color: rgba(0, 0, 0, 0);
3163
+ }
3101
3164
  .btn-primary:active,
3102
3165
  .btn-primary.active,
3103
3166
  .open > .dropdown-toggle.btn-primary {
@@ -3133,9 +3196,17 @@ fieldset[disabled] .btn-primary.active {
3133
3196
  background-color: #5cb85c;
3134
3197
  border-color: transparent;
3135
3198
  }
3136
- .btn-success:hover,
3137
3199
  .btn-success:focus,
3138
- .btn-success.focus,
3200
+ .btn-success.focus {
3201
+ color: #ffffff;
3202
+ background-color: #449d44;
3203
+ border-color: rgba(0, 0, 0, 0);
3204
+ }
3205
+ .btn-success:hover {
3206
+ color: #ffffff;
3207
+ background-color: #449d44;
3208
+ border-color: rgba(0, 0, 0, 0);
3209
+ }
3139
3210
  .btn-success:active,
3140
3211
  .btn-success.active,
3141
3212
  .open > .dropdown-toggle.btn-success {
@@ -3143,6 +3214,19 @@ fieldset[disabled] .btn-primary.active {
3143
3214
  background-color: #449d44;
3144
3215
  border-color: rgba(0, 0, 0, 0);
3145
3216
  }
3217
+ .btn-success:active:hover,
3218
+ .btn-success.active:hover,
3219
+ .open > .dropdown-toggle.btn-success:hover,
3220
+ .btn-success:active:focus,
3221
+ .btn-success.active:focus,
3222
+ .open > .dropdown-toggle.btn-success:focus,
3223
+ .btn-success:active.focus,
3224
+ .btn-success.active.focus,
3225
+ .open > .dropdown-toggle.btn-success.focus {
3226
+ color: #ffffff;
3227
+ background-color: #398439;
3228
+ border-color: rgba(0, 0, 0, 0);
3229
+ }
3146
3230
  .btn-success:active,
3147
3231
  .btn-success.active,
3148
3232
  .open > .dropdown-toggle.btn-success {
@@ -3178,9 +3262,17 @@ fieldset[disabled] .btn-success.active {
3178
3262
  background-color: #5bc0de;
3179
3263
  border-color: transparent;
3180
3264
  }
3181
- .btn-info:hover,
3182
3265
  .btn-info:focus,
3183
- .btn-info.focus,
3266
+ .btn-info.focus {
3267
+ color: #ffffff;
3268
+ background-color: #31b0d5;
3269
+ border-color: rgba(0, 0, 0, 0);
3270
+ }
3271
+ .btn-info:hover {
3272
+ color: #ffffff;
3273
+ background-color: #31b0d5;
3274
+ border-color: rgba(0, 0, 0, 0);
3275
+ }
3184
3276
  .btn-info:active,
3185
3277
  .btn-info.active,
3186
3278
  .open > .dropdown-toggle.btn-info {
@@ -3188,6 +3280,19 @@ fieldset[disabled] .btn-success.active {
3188
3280
  background-color: #31b0d5;
3189
3281
  border-color: rgba(0, 0, 0, 0);
3190
3282
  }
3283
+ .btn-info:active:hover,
3284
+ .btn-info.active:hover,
3285
+ .open > .dropdown-toggle.btn-info:hover,
3286
+ .btn-info:active:focus,
3287
+ .btn-info.active:focus,
3288
+ .open > .dropdown-toggle.btn-info:focus,
3289
+ .btn-info:active.focus,
3290
+ .btn-info.active.focus,
3291
+ .open > .dropdown-toggle.btn-info.focus {
3292
+ color: #ffffff;
3293
+ background-color: #269abc;
3294
+ border-color: rgba(0, 0, 0, 0);
3295
+ }
3191
3296
  .btn-info:active,
3192
3297
  .btn-info.active,
3193
3298
  .open > .dropdown-toggle.btn-info {
@@ -3223,9 +3328,17 @@ fieldset[disabled] .btn-info.active {
3223
3328
  background-color: #f0ad4e;
3224
3329
  border-color: transparent;
3225
3330
  }
3226
- .btn-warning:hover,
3227
3331
  .btn-warning:focus,
3228
- .btn-warning.focus,
3332
+ .btn-warning.focus {
3333
+ color: #ffffff;
3334
+ background-color: #ec971f;
3335
+ border-color: rgba(0, 0, 0, 0);
3336
+ }
3337
+ .btn-warning:hover {
3338
+ color: #ffffff;
3339
+ background-color: #ec971f;
3340
+ border-color: rgba(0, 0, 0, 0);
3341
+ }
3229
3342
  .btn-warning:active,
3230
3343
  .btn-warning.active,
3231
3344
  .open > .dropdown-toggle.btn-warning {
@@ -3233,6 +3346,19 @@ fieldset[disabled] .btn-info.active {
3233
3346
  background-color: #ec971f;
3234
3347
  border-color: rgba(0, 0, 0, 0);
3235
3348
  }
3349
+ .btn-warning:active:hover,
3350
+ .btn-warning.active:hover,
3351
+ .open > .dropdown-toggle.btn-warning:hover,
3352
+ .btn-warning:active:focus,
3353
+ .btn-warning.active:focus,
3354
+ .open > .dropdown-toggle.btn-warning:focus,
3355
+ .btn-warning:active.focus,
3356
+ .btn-warning.active.focus,
3357
+ .open > .dropdown-toggle.btn-warning.focus {
3358
+ color: #ffffff;
3359
+ background-color: #d58512;
3360
+ border-color: rgba(0, 0, 0, 0);
3361
+ }
3236
3362
  .btn-warning:active,
3237
3363
  .btn-warning.active,
3238
3364
  .open > .dropdown-toggle.btn-warning {
@@ -3268,9 +3394,17 @@ fieldset[disabled] .btn-warning.active {
3268
3394
  background-color: #d9534f;
3269
3395
  border-color: transparent;
3270
3396
  }
3271
- .btn-danger:hover,
3272
3397
  .btn-danger:focus,
3273
- .btn-danger.focus,
3398
+ .btn-danger.focus {
3399
+ color: #ffffff;
3400
+ background-color: #c9302c;
3401
+ border-color: rgba(0, 0, 0, 0);
3402
+ }
3403
+ .btn-danger:hover {
3404
+ color: #ffffff;
3405
+ background-color: #c9302c;
3406
+ border-color: rgba(0, 0, 0, 0);
3407
+ }
3274
3408
  .btn-danger:active,
3275
3409
  .btn-danger.active,
3276
3410
  .open > .dropdown-toggle.btn-danger {
@@ -3278,6 +3412,19 @@ fieldset[disabled] .btn-warning.active {
3278
3412
  background-color: #c9302c;
3279
3413
  border-color: rgba(0, 0, 0, 0);
3280
3414
  }
3415
+ .btn-danger:active:hover,
3416
+ .btn-danger.active:hover,
3417
+ .open > .dropdown-toggle.btn-danger:hover,
3418
+ .btn-danger:active:focus,
3419
+ .btn-danger.active:focus,
3420
+ .open > .dropdown-toggle.btn-danger:focus,
3421
+ .btn-danger:active.focus,
3422
+ .btn-danger.active.focus,
3423
+ .open > .dropdown-toggle.btn-danger.focus {
3424
+ color: #ffffff;
3425
+ background-color: #ac2925;
3426
+ border-color: rgba(0, 0, 0, 0);
3427
+ }
3281
3428
  .btn-danger:active,
3282
3429
  .btn-danger.active,
3283
3430
  .open > .dropdown-toggle.btn-danger {
@@ -3416,6 +3563,7 @@ tbody.collapse.in {
3416
3563
  margin-left: 2px;
3417
3564
  vertical-align: middle;
3418
3565
  border-top: 4px dashed;
3566
+ border-top: 4px solid \9;
3419
3567
  border-right: 4px solid transparent;
3420
3568
  border-left: 4px solid transparent;
3421
3569
  }
@@ -3530,7 +3678,8 @@ tbody.collapse.in {
3530
3678
  .dropup .caret,
3531
3679
  .navbar-fixed-bottom .dropdown .caret {
3532
3680
  border-top: 0;
3533
- border-bottom: 4px solid;
3681
+ border-bottom: 4px dashed;
3682
+ border-bottom: 4px solid \9;
3534
3683
  content: "";
3535
3684
  }
3536
3685
  .dropup .dropdown-menu,
@@ -3579,6 +3728,7 @@ tbody.collapse.in {
3579
3728
  .btn-toolbar {
3580
3729
  margin-left: -5px;
3581
3730
  }
3731
+ .btn-toolbar .btn,
3582
3732
  .btn-toolbar .btn-group,
3583
3733
  .btn-toolbar .input-group {
3584
3734
  float: left;
@@ -3869,6 +4019,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
3869
4019
  }
3870
4020
  .input-group-btn:last-child > .btn,
3871
4021
  .input-group-btn:last-child > .btn-group {
4022
+ z-index: 2;
3872
4023
  margin-left: -1px;
3873
4024
  }
3874
4025
  .nav {
@@ -4644,6 +4795,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4644
4795
  .pagination > li > span:hover,
4645
4796
  .pagination > li > a:focus,
4646
4797
  .pagination > li > span:focus {
4798
+ z-index: 3;
4647
4799
  color: #ebebeb;
4648
4800
  background-color: #485563;
4649
4801
  border-color: transparent;
@@ -4675,6 +4827,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4675
4827
  .pagination-lg > li > span {
4676
4828
  padding: 12px 24px;
4677
4829
  font-size: 19px;
4830
+ line-height: 1.3333333;
4678
4831
  }
4679
4832
  .pagination-lg > li:first-child > a,
4680
4833
  .pagination-lg > li:first-child > span {
@@ -4690,6 +4843,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
4690
4843
  .pagination-sm > li > span {
4691
4844
  padding: 5px 10px;
4692
4845
  font-size: 13px;
4846
+ line-height: 1.5;
4693
4847
  }
4694
4848
  .pagination-sm > li:first-child > a,
4695
4849
  .pagination-sm > li:first-child > span {
@@ -4814,7 +4968,7 @@ a.label:focus {
4814
4968
  font-weight: 300;
4815
4969
  color: #ebebeb;
4816
4970
  line-height: 1;
4817
- vertical-align: baseline;
4971
+ vertical-align: middle;
4818
4972
  white-space: nowrap;
4819
4973
  text-align: center;
4820
4974
  background-color: #4e5d6c;
@@ -4853,7 +5007,8 @@ a.badge:focus {
4853
5007
  margin-left: 3px;
4854
5008
  }
4855
5009
  .jumbotron {
4856
- padding: 30px 15px;
5010
+ padding-top: 30px;
5011
+ padding-bottom: 30px;
4857
5012
  margin-bottom: 30px;
4858
5013
  color: inherit;
4859
5014
  background-color: #4e5d6c;
@@ -4879,7 +5034,8 @@ a.badge:focus {
4879
5034
  }
4880
5035
  @media screen and (min-width: 768px) {
4881
5036
  .jumbotron {
4882
- padding: 48px 0;
5037
+ padding-top: 48px;
5038
+ padding-bottom: 48px;
4883
5039
  }
4884
5040
  .container .jumbotron,
4885
5041
  .container-fluid .jumbotron {
@@ -4888,7 +5044,7 @@ a.badge:focus {
4888
5044
  }
4889
5045
  .jumbotron h1,
4890
5046
  .jumbotron .h1 {
4891
- font-size: 67.5px;
5047
+ font-size: 68px;
4892
5048
  }
4893
5049
  }
4894
5050
  .thumbnail {
@@ -5103,6 +5259,9 @@ a.thumbnail.active {
5103
5259
  .media-object {
5104
5260
  display: block;
5105
5261
  }
5262
+ .media-object.img-thumbnail {
5263
+ max-width: none;
5264
+ }
5106
5265
  .media-right,
5107
5266
  .media > .pull-right {
5108
5267
  padding-left: 10px;
@@ -5152,18 +5311,26 @@ a.thumbnail.active {
5152
5311
  border-bottom-right-radius: 0;
5153
5312
  border-bottom-left-radius: 0;
5154
5313
  }
5155
- a.list-group-item {
5314
+ a.list-group-item,
5315
+ button.list-group-item {
5156
5316
  color: #ebebeb;
5157
5317
  }
5158
- a.list-group-item .list-group-item-heading {
5318
+ a.list-group-item .list-group-item-heading,
5319
+ button.list-group-item .list-group-item-heading {
5159
5320
  color: #ebebeb;
5160
5321
  }
5161
5322
  a.list-group-item:hover,
5162
- a.list-group-item:focus {
5323
+ button.list-group-item:hover,
5324
+ a.list-group-item:focus,
5325
+ button.list-group-item:focus {
5163
5326
  text-decoration: none;
5164
5327
  color: #ebebeb;
5165
5328
  background-color: #485563;
5166
5329
  }
5330
+ button.list-group-item {
5331
+ width: 100%;
5332
+ text-align: left;
5333
+ }
5167
5334
  .list-group-item.disabled,
5168
5335
  .list-group-item.disabled:hover,
5169
5336
  .list-group-item.disabled:focus {
@@ -5209,20 +5376,27 @@ a.list-group-item:focus {
5209
5376
  color: #ebebeb;
5210
5377
  background-color: #5cb85c;
5211
5378
  }
5212
- a.list-group-item-success {
5379
+ a.list-group-item-success,
5380
+ button.list-group-item-success {
5213
5381
  color: #ebebeb;
5214
5382
  }
5215
- a.list-group-item-success .list-group-item-heading {
5383
+ a.list-group-item-success .list-group-item-heading,
5384
+ button.list-group-item-success .list-group-item-heading {
5216
5385
  color: inherit;
5217
5386
  }
5218
5387
  a.list-group-item-success:hover,
5219
- a.list-group-item-success:focus {
5388
+ button.list-group-item-success:hover,
5389
+ a.list-group-item-success:focus,
5390
+ button.list-group-item-success:focus {
5220
5391
  color: #ebebeb;
5221
5392
  background-color: #4cae4c;
5222
5393
  }
5223
5394
  a.list-group-item-success.active,
5395
+ button.list-group-item-success.active,
5224
5396
  a.list-group-item-success.active:hover,
5225
- a.list-group-item-success.active:focus {
5397
+ button.list-group-item-success.active:hover,
5398
+ a.list-group-item-success.active:focus,
5399
+ button.list-group-item-success.active:focus {
5226
5400
  color: #fff;
5227
5401
  background-color: #ebebeb;
5228
5402
  border-color: #ebebeb;
@@ -5231,20 +5405,27 @@ a.list-group-item-success.active:focus {
5231
5405
  color: #ebebeb;
5232
5406
  background-color: #5bc0de;
5233
5407
  }
5234
- a.list-group-item-info {
5408
+ a.list-group-item-info,
5409
+ button.list-group-item-info {
5235
5410
  color: #ebebeb;
5236
5411
  }
5237
- a.list-group-item-info .list-group-item-heading {
5412
+ a.list-group-item-info .list-group-item-heading,
5413
+ button.list-group-item-info .list-group-item-heading {
5238
5414
  color: inherit;
5239
5415
  }
5240
5416
  a.list-group-item-info:hover,
5241
- a.list-group-item-info:focus {
5417
+ button.list-group-item-info:hover,
5418
+ a.list-group-item-info:focus,
5419
+ button.list-group-item-info:focus {
5242
5420
  color: #ebebeb;
5243
5421
  background-color: #46b8da;
5244
5422
  }
5245
5423
  a.list-group-item-info.active,
5424
+ button.list-group-item-info.active,
5246
5425
  a.list-group-item-info.active:hover,
5247
- a.list-group-item-info.active:focus {
5426
+ button.list-group-item-info.active:hover,
5427
+ a.list-group-item-info.active:focus,
5428
+ button.list-group-item-info.active:focus {
5248
5429
  color: #fff;
5249
5430
  background-color: #ebebeb;
5250
5431
  border-color: #ebebeb;
@@ -5253,20 +5434,27 @@ a.list-group-item-info.active:focus {
5253
5434
  color: #ebebeb;
5254
5435
  background-color: #f0ad4e;
5255
5436
  }
5256
- a.list-group-item-warning {
5437
+ a.list-group-item-warning,
5438
+ button.list-group-item-warning {
5257
5439
  color: #ebebeb;
5258
5440
  }
5259
- a.list-group-item-warning .list-group-item-heading {
5441
+ a.list-group-item-warning .list-group-item-heading,
5442
+ button.list-group-item-warning .list-group-item-heading {
5260
5443
  color: inherit;
5261
5444
  }
5262
5445
  a.list-group-item-warning:hover,
5263
- a.list-group-item-warning:focus {
5446
+ button.list-group-item-warning:hover,
5447
+ a.list-group-item-warning:focus,
5448
+ button.list-group-item-warning:focus {
5264
5449
  color: #ebebeb;
5265
5450
  background-color: #eea236;
5266
5451
  }
5267
5452
  a.list-group-item-warning.active,
5453
+ button.list-group-item-warning.active,
5268
5454
  a.list-group-item-warning.active:hover,
5269
- a.list-group-item-warning.active:focus {
5455
+ button.list-group-item-warning.active:hover,
5456
+ a.list-group-item-warning.active:focus,
5457
+ button.list-group-item-warning.active:focus {
5270
5458
  color: #fff;
5271
5459
  background-color: #ebebeb;
5272
5460
  border-color: #ebebeb;
@@ -5275,20 +5463,27 @@ a.list-group-item-warning.active:focus {
5275
5463
  color: #ebebeb;
5276
5464
  background-color: #d9534f;
5277
5465
  }
5278
- a.list-group-item-danger {
5466
+ a.list-group-item-danger,
5467
+ button.list-group-item-danger {
5279
5468
  color: #ebebeb;
5280
5469
  }
5281
- a.list-group-item-danger .list-group-item-heading {
5470
+ a.list-group-item-danger .list-group-item-heading,
5471
+ button.list-group-item-danger .list-group-item-heading {
5282
5472
  color: inherit;
5283
5473
  }
5284
5474
  a.list-group-item-danger:hover,
5285
- a.list-group-item-danger:focus {
5475
+ button.list-group-item-danger:hover,
5476
+ a.list-group-item-danger:focus,
5477
+ button.list-group-item-danger:focus {
5286
5478
  color: #ebebeb;
5287
5479
  background-color: #d43f3a;
5288
5480
  }
5289
5481
  a.list-group-item-danger.active,
5482
+ button.list-group-item-danger.active,
5290
5483
  a.list-group-item-danger.active:hover,
5291
- a.list-group-item-danger.active:focus {
5484
+ button.list-group-item-danger.active:hover,
5485
+ a.list-group-item-danger.active:focus,
5486
+ button.list-group-item-danger.active:focus {
5292
5487
  color: #fff;
5293
5488
  background-color: #ebebeb;
5294
5489
  border-color: #ebebeb;
@@ -5362,6 +5557,10 @@ a.list-group-item-danger.active:focus {
5362
5557
  border-bottom-right-radius: -1;
5363
5558
  border-bottom-left-radius: -1;
5364
5559
  }
5560
+ .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5561
+ border-top-right-radius: 0;
5562
+ border-top-left-radius: 0;
5563
+ }
5365
5564
  .panel-heading + .list-group .list-group-item:first-child {
5366
5565
  border-top-width: 0;
5367
5566
  }
@@ -5841,9 +6040,21 @@ button.close {
5841
6040
  z-index: 1070;
5842
6041
  display: block;
5843
6042
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
5844
- font-size: 13px;
6043
+ font-style: normal;
5845
6044
  font-weight: normal;
5846
- line-height: 1.4;
6045
+ letter-spacing: normal;
6046
+ line-break: auto;
6047
+ line-height: 1.42857143;
6048
+ text-align: left;
6049
+ text-align: start;
6050
+ text-decoration: none;
6051
+ text-shadow: none;
6052
+ text-transform: none;
6053
+ white-space: normal;
6054
+ word-break: normal;
6055
+ word-spacing: normal;
6056
+ word-wrap: normal;
6057
+ font-size: 13px;
5847
6058
  opacity: 0;
5848
6059
  filter: alpha(opacity=0);
5849
6060
  }
@@ -5872,7 +6083,6 @@ button.close {
5872
6083
  padding: 3px 8px;
5873
6084
  color: #ffffff;
5874
6085
  text-align: center;
5875
- text-decoration: none;
5876
6086
  background-color: #000000;
5877
6087
  border-radius: 0;
5878
6088
  }
@@ -5948,10 +6158,21 @@ button.close {
5948
6158
  max-width: 276px;
5949
6159
  padding: 1px;
5950
6160
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
5951
- font-size: 15px;
6161
+ font-style: normal;
5952
6162
  font-weight: normal;
6163
+ letter-spacing: normal;
6164
+ line-break: auto;
5953
6165
  line-height: 1.42857143;
5954
6166
  text-align: left;
6167
+ text-align: start;
6168
+ text-decoration: none;
6169
+ text-shadow: none;
6170
+ text-transform: none;
6171
+ white-space: normal;
6172
+ word-break: normal;
6173
+ word-spacing: normal;
6174
+ word-wrap: normal;
6175
+ font-size: 15px;
5955
6176
  background-color: #4e5d6c;
5956
6177
  -webkit-background-clip: padding-box;
5957
6178
  background-clip: padding-box;
@@ -5959,7 +6180,6 @@ button.close {
5959
6180
  border-radius: 0;
5960
6181
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5961
6182
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5962
- white-space: normal;
5963
6183
  }
5964
6184
  .popover.top {
5965
6185
  margin-top: -10px;
@@ -6082,8 +6302,8 @@ button.close {
6082
6302
  transition: transform 0.6s ease-in-out;
6083
6303
  -webkit-backface-visibility: hidden;
6084
6304
  backface-visibility: hidden;
6085
- -webkit-perspective: 1000;
6086
- perspective: 1000;
6305
+ -webkit-perspective: 1000px;
6306
+ perspective: 1000px;
6087
6307
  }
6088
6308
  .carousel-inner > .item.next,
6089
6309
  .carousel-inner > .item.active.right {
@@ -6180,6 +6400,7 @@ button.close {
6180
6400
  .carousel-control .glyphicon-chevron-right {
6181
6401
  position: absolute;
6182
6402
  top: 50%;
6403
+ margin-top: -10px;
6183
6404
  z-index: 5;
6184
6405
  display: inline-block;
6185
6406
  }
@@ -6197,7 +6418,6 @@ button.close {
6197
6418
  .carousel-control .icon-next {
6198
6419
  width: 20px;
6199
6420
  height: 20px;
6200
- margin-top: -10px;
6201
6421
  line-height: 1;
6202
6422
  font-family: serif;
6203
6423
  }
@@ -6389,7 +6609,7 @@ button.close {
6389
6609
  display: block !important;
6390
6610
  }
6391
6611
  table.visible-xs {
6392
- display: table;
6612
+ display: table !important;
6393
6613
  }
6394
6614
  tr.visible-xs {
6395
6615
  display: table-row !important;
@@ -6419,7 +6639,7 @@ button.close {
6419
6639
  display: block !important;
6420
6640
  }
6421
6641
  table.visible-sm {
6422
- display: table;
6642
+ display: table !important;
6423
6643
  }
6424
6644
  tr.visible-sm {
6425
6645
  display: table-row !important;
@@ -6449,7 +6669,7 @@ button.close {
6449
6669
  display: block !important;
6450
6670
  }
6451
6671
  table.visible-md {
6452
- display: table;
6672
+ display: table !important;
6453
6673
  }
6454
6674
  tr.visible-md {
6455
6675
  display: table-row !important;
@@ -6479,7 +6699,7 @@ button.close {
6479
6699
  display: block !important;
6480
6700
  }
6481
6701
  table.visible-lg {
6482
- display: table;
6702
+ display: table !important;
6483
6703
  }
6484
6704
  tr.visible-lg {
6485
6705
  display: table-row !important;
@@ -6532,7 +6752,7 @@ button.close {
6532
6752
  display: block !important;
6533
6753
  }
6534
6754
  table.visible-print {
6535
- display: table;
6755
+ display: table !important;
6536
6756
  }
6537
6757
  tr.visible-print {
6538
6758
  display: table-row !important;
@@ -6686,6 +6906,14 @@ label,
6686
6906
  }
6687
6907
  .has-warning .help-block,
6688
6908
  .has-warning .control-label,
6909
+ .has-warning .radio,
6910
+ .has-warning .checkbox,
6911
+ .has-warning .radio-inline,
6912
+ .has-warning .checkbox-inline,
6913
+ .has-warning.radio label,
6914
+ .has-warning.checkbox label,
6915
+ .has-warning.radio-inline label,
6916
+ .has-warning.checkbox-inline label,
6689
6917
  .has-warning .form-control-feedback {
6690
6918
  color: #f0ad4e;
6691
6919
  }
@@ -6694,6 +6922,14 @@ label,
6694
6922
  }
6695
6923
  .has-error .help-block,
6696
6924
  .has-error .control-label,
6925
+ .has-error .radio,
6926
+ .has-error .checkbox,
6927
+ .has-error .radio-inline,
6928
+ .has-error .checkbox-inline,
6929
+ .has-error.radio label,
6930
+ .has-error.checkbox label,
6931
+ .has-error.radio-inline label,
6932
+ .has-error.checkbox-inline label,
6697
6933
  .has-error .form-control-feedback {
6698
6934
  color: #d9534f;
6699
6935
  }
@@ -6702,6 +6938,14 @@ label,
6702
6938
  }
6703
6939
  .has-success .help-block,
6704
6940
  .has-success .control-label,
6941
+ .has-success .radio,
6942
+ .has-success .checkbox,
6943
+ .has-success .radio-inline,
6944
+ .has-success .checkbox-inline,
6945
+ .has-success.radio label,
6946
+ .has-success.checkbox label,
6947
+ .has-success.radio-inline label,
6948
+ .has-success.checkbox-inline label,
6705
6949
  .has-success .form-control-feedback {
6706
6950
  color: #5cb85c;
6707
6951
  }