rails_email_preview 0.2.7 → 0.2.8

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.
@@ -286,7 +286,9 @@ table {
286
286
  }
287
287
  }
288
288
 
289
- * {
289
+ *,
290
+ *:before,
291
+ *:after {
290
292
  -webkit-box-sizing: border-box;
291
293
  -moz-box-sizing: border-box;
292
294
  box-sizing: border-box;
@@ -314,6 +316,13 @@ textarea {
314
316
  line-height: inherit;
315
317
  }
316
318
 
319
+ button,
320
+ input,
321
+ select[multiple],
322
+ textarea {
323
+ background-image: none;
324
+ }
325
+
317
326
  a {
318
327
  color: #428bca;
319
328
  text-decoration: none;
@@ -336,7 +345,7 @@ img {
336
345
  }
337
346
 
338
347
  .img-responsive {
339
- display: inline-block;
348
+ display: block;
340
349
  height: auto;
341
350
  max-width: 100%;
342
351
  }
@@ -346,7 +355,7 @@ img {
346
355
  }
347
356
 
348
357
  .img-circle {
349
- border-radius: 500px;
358
+ border-radius: 50%;
350
359
  }
351
360
 
352
361
  hr {
@@ -711,6 +720,7 @@ pre.prettyprint {
711
720
 
712
721
  pre code {
713
722
  padding: 0;
723
+ font-size: inherit;
714
724
  color: inherit;
715
725
  white-space: pre-wrap;
716
726
  background-color: transparent;
@@ -779,18 +789,18 @@ pre code {
779
789
  margin-left: -15px;
780
790
  }
781
791
 
782
- .col-1,
783
- .col-2,
784
- .col-3,
785
- .col-4,
786
- .col-5,
787
- .col-6,
788
- .col-7,
789
- .col-8,
790
- .col-9,
791
- .col-10,
792
- .col-11,
793
- .col-12,
792
+ .col-xs-1,
793
+ .col-xs-2,
794
+ .col-xs-3,
795
+ .col-xs-4,
796
+ .col-xs-5,
797
+ .col-xs-6,
798
+ .col-xs-7,
799
+ .col-xs-8,
800
+ .col-xs-9,
801
+ .col-xs-10,
802
+ .col-xs-11,
803
+ .col-xs-12,
794
804
  .col-sm-1,
795
805
  .col-sm-2,
796
806
  .col-sm-3,
@@ -803,6 +813,18 @@ pre code {
803
813
  .col-sm-10,
804
814
  .col-sm-11,
805
815
  .col-sm-12,
816
+ .col-md-1,
817
+ .col-md-2,
818
+ .col-md-3,
819
+ .col-md-4,
820
+ .col-md-5,
821
+ .col-md-6,
822
+ .col-md-7,
823
+ .col-md-8,
824
+ .col-md-9,
825
+ .col-md-10,
826
+ .col-md-11,
827
+ .col-md-12,
806
828
  .col-lg-1,
807
829
  .col-lg-2,
808
830
  .col-lg-3,
@@ -821,72 +843,71 @@ pre code {
821
843
  padding-left: 15px;
822
844
  }
823
845
 
824
- .col-1,
825
- .col-2,
826
- .col-3,
827
- .col-4,
828
- .col-5,
829
- .col-6,
830
- .col-7,
831
- .col-8,
832
- .col-9,
833
- .col-10,
834
- .col-11,
835
- .col-12 {
846
+ .col-xs-1,
847
+ .col-xs-2,
848
+ .col-xs-3,
849
+ .col-xs-4,
850
+ .col-xs-5,
851
+ .col-xs-6,
852
+ .col-xs-7,
853
+ .col-xs-8,
854
+ .col-xs-9,
855
+ .col-xs-10,
856
+ .col-xs-11 {
836
857
  float: left;
837
858
  }
838
859
 
839
- .col-1 {
860
+ .col-xs-1 {
840
861
  width: 8.333333333333332%;
841
862
  }
842
863
 
843
- .col-2 {
864
+ .col-xs-2 {
844
865
  width: 16.666666666666664%;
845
866
  }
846
867
 
847
- .col-3 {
868
+ .col-xs-3 {
848
869
  width: 25%;
849
870
  }
850
871
 
851
- .col-4 {
872
+ .col-xs-4 {
852
873
  width: 33.33333333333333%;
853
874
  }
854
875
 
855
- .col-5 {
876
+ .col-xs-5 {
856
877
  width: 41.66666666666667%;
857
878
  }
858
879
 
859
- .col-6 {
880
+ .col-xs-6 {
860
881
  width: 50%;
861
882
  }
862
883
 
863
- .col-7 {
884
+ .col-xs-7 {
864
885
  width: 58.333333333333336%;
865
886
  }
866
887
 
867
- .col-8 {
888
+ .col-xs-8 {
868
889
  width: 66.66666666666666%;
869
890
  }
870
891
 
871
- .col-9 {
892
+ .col-xs-9 {
872
893
  width: 75%;
873
894
  }
874
895
 
875
- .col-10 {
896
+ .col-xs-10 {
876
897
  width: 83.33333333333334%;
877
898
  }
878
899
 
879
- .col-11 {
900
+ .col-xs-11 {
880
901
  width: 91.66666666666666%;
881
902
  }
882
903
 
883
- .col-12 {
904
+ .col-xs-12 {
884
905
  width: 100%;
885
906
  }
886
907
 
887
- @media (min-width: 768px) and (max-width: 991px) {
908
+ @media (min-width: 768px) {
888
909
  .container {
889
- max-width: 728px;
910
+ max-width: 720px;
890
911
  }
891
912
  .col-sm-1,
892
913
  .col-sm-2,
@@ -898,8 +919,7 @@ pre code {
898
919
  .col-sm-8,
899
920
  .col-sm-9,
900
921
  .col-sm-10,
901
- .col-sm-11,
902
- .col-sm-12 {
922
+ .col-sm-11 {
903
923
  float: left;
904
924
  }
905
925
  .col-sm-1 {
@@ -1043,6 +1063,160 @@ pre code {
1043
1063
  .container {
1044
1064
  max-width: 940px;
1045
1065
  }
1066
+ .col-md-1,
1067
+ .col-md-2,
1068
+ .col-md-3,
1069
+ .col-md-4,
1070
+ .col-md-5,
1071
+ .col-md-6,
1072
+ .col-md-7,
1073
+ .col-md-8,
1074
+ .col-md-9,
1075
+ .col-md-10,
1076
+ .col-md-11 {
1077
+ float: left;
1078
+ }
1079
+ .col-md-1 {
1080
+ width: 8.333333333333332%;
1081
+ }
1082
+ .col-md-2 {
1083
+ width: 16.666666666666664%;
1084
+ }
1085
+ .col-md-3 {
1086
+ width: 25%;
1087
+ }
1088
+ .col-md-4 {
1089
+ width: 33.33333333333333%;
1090
+ }
1091
+ .col-md-5 {
1092
+ width: 41.66666666666667%;
1093
+ }
1094
+ .col-md-6 {
1095
+ width: 50%;
1096
+ }
1097
+ .col-md-7 {
1098
+ width: 58.333333333333336%;
1099
+ }
1100
+ .col-md-8 {
1101
+ width: 66.66666666666666%;
1102
+ }
1103
+ .col-md-9 {
1104
+ width: 75%;
1105
+ }
1106
+ .col-md-10 {
1107
+ width: 83.33333333333334%;
1108
+ }
1109
+ .col-md-11 {
1110
+ width: 91.66666666666666%;
1111
+ }
1112
+ .col-md-12 {
1113
+ width: 100%;
1114
+ }
1115
+ .col-md-push-1 {
1116
+ left: 8.333333333333332%;
1117
+ }
1118
+ .col-md-push-2 {
1119
+ left: 16.666666666666664%;
1120
+ }
1121
+ .col-md-push-3 {
1122
+ left: 25%;
1123
+ }
1124
+ .col-md-push-4 {
1125
+ left: 33.33333333333333%;
1126
+ }
1127
+ .col-md-push-5 {
1128
+ left: 41.66666666666667%;
1129
+ }
1130
+ .col-md-push-6 {
1131
+ left: 50%;
1132
+ }
1133
+ .col-md-push-7 {
1134
+ left: 58.333333333333336%;
1135
+ }
1136
+ .col-md-push-8 {
1137
+ left: 66.66666666666666%;
1138
+ }
1139
+ .col-md-push-9 {
1140
+ left: 75%;
1141
+ }
1142
+ .col-md-push-10 {
1143
+ left: 83.33333333333334%;
1144
+ }
1145
+ .col-md-push-11 {
1146
+ left: 91.66666666666666%;
1147
+ }
1148
+ .col-md-pull-1 {
1149
+ right: 8.333333333333332%;
1150
+ }
1151
+ .col-md-pull-2 {
1152
+ right: 16.666666666666664%;
1153
+ }
1154
+ .col-md-pull-3 {
1155
+ right: 25%;
1156
+ }
1157
+ .col-md-pull-4 {
1158
+ right: 33.33333333333333%;
1159
+ }
1160
+ .col-md-pull-5 {
1161
+ right: 41.66666666666667%;
1162
+ }
1163
+ .col-md-pull-6 {
1164
+ right: 50%;
1165
+ }
1166
+ .col-md-pull-7 {
1167
+ right: 58.333333333333336%;
1168
+ }
1169
+ .col-md-pull-8 {
1170
+ right: 66.66666666666666%;
1171
+ }
1172
+ .col-md-pull-9 {
1173
+ right: 75%;
1174
+ }
1175
+ .col-md-pull-10 {
1176
+ right: 83.33333333333334%;
1177
+ }
1178
+ .col-md-pull-11 {
1179
+ right: 91.66666666666666%;
1180
+ }
1181
+ .col-md-offset-1 {
1182
+ margin-left: 8.333333333333332%;
1183
+ }
1184
+ .col-md-offset-2 {
1185
+ margin-left: 16.666666666666664%;
1186
+ }
1187
+ .col-md-offset-3 {
1188
+ margin-left: 25%;
1189
+ }
1190
+ .col-md-offset-4 {
1191
+ margin-left: 33.33333333333333%;
1192
+ }
1193
+ .col-md-offset-5 {
1194
+ margin-left: 41.66666666666667%;
1195
+ }
1196
+ .col-md-offset-6 {
1197
+ margin-left: 50%;
1198
+ }
1199
+ .col-md-offset-7 {
1200
+ margin-left: 58.333333333333336%;
1201
+ }
1202
+ .col-md-offset-8 {
1203
+ margin-left: 66.66666666666666%;
1204
+ }
1205
+ .col-md-offset-9 {
1206
+ margin-left: 75%;
1207
+ }
1208
+ .col-md-offset-10 {
1209
+ margin-left: 83.33333333333334%;
1210
+ }
1211
+ .col-md-offset-11 {
1212
+ margin-left: 91.66666666666666%;
1213
+ }
1214
+ }
1215
+
1216
+ @media (min-width: 1200px) {
1217
+ .container {
1218
+ max-width: 1140px;
1219
+ }
1046
1220
  .col-lg-1,
1047
1221
  .col-lg-2,
1048
1222
  .col-lg-3,
@@ -1053,8 +1227,7 @@ pre code {
1053
1227
  .col-lg-8,
1054
1228
  .col-lg-9,
1055
1229
  .col-lg-10,
1056
- .col-lg-11,
1057
- .col-lg-12 {
1230
+ .col-lg-11 {
1058
1231
  float: left;
1059
1232
  }
1060
1233
  .col-lg-1 {
@@ -1194,12 +1367,6 @@ pre code {
1194
1367
  }
1195
1368
  }
1196
1369
 
1197
- @media (min-width: 1200px) {
1198
- .container {
1199
- max-width: 1170px;
1200
- }
1201
- }
1202
-
1203
1370
  table {
1204
1371
  max-width: 100%;
1205
1372
  background-color: transparent;
@@ -1321,6 +1488,13 @@ table th[class^="col-"] {
1321
1488
  border-color: #d6e9c6;
1322
1489
  }
1323
1490
 
1491
+ .table-hover > tbody > tr > td.success:hover,
1492
+ .table-hover > tbody > tr > th.success:hover,
1493
+ .table-hover > tbody > tr.success:hover > td {
1494
+ background-color: #d0e9c6;
1495
+ border-color: #c9e2b3;
1496
+ }
1497
+
1324
1498
  .table > thead > tr > td.danger,
1325
1499
  .table > tbody > tr > td.danger,
1326
1500
  .table > tfoot > tr > td.danger,
@@ -1337,6 +1511,13 @@ table th[class^="col-"] {
1337
1511
  border-color: #eed3d7;
1338
1512
  }
1339
1513
 
1514
+ .table-hover > tbody > tr > td.danger:hover,
1515
+ .table-hover > tbody > tr > th.danger:hover,
1516
+ .table-hover > tbody > tr.danger:hover > td {
1517
+ background-color: #ebcccc;
1518
+ border-color: #e6c1c7;
1519
+ }
1520
+
1340
1521
  .table > thead > tr > td.warning,
1341
1522
  .table > tbody > tr > td.warning,
1342
1523
  .table > tfoot > tr > td.warning,
@@ -1353,20 +1534,6 @@ table th[class^="col-"] {
1353
1534
  border-color: #fbeed5;
1354
1535
  }
1355
1536
 
1356
- .table-hover > tbody > tr > td.success:hover,
1357
- .table-hover > tbody > tr > th.success:hover,
1358
- .table-hover > tbody > tr.success:hover > td {
1359
- background-color: #d0e9c6;
1360
- border-color: #c9e2b3;
1361
- }
1362
-
1363
- .table-hover > tbody > tr > td.danger:hover,
1364
- .table-hover > tbody > tr > th.danger:hover,
1365
- .table-hover > tbody > tr.danger:hover > td {
1366
- background-color: #ebcccc;
1367
- border-color: #e6c1c7;
1368
- }
1369
-
1370
1537
  .table-hover > tbody > tr > td.warning:hover,
1371
1538
  .table-hover > tbody > tr > th.warning:hover,
1372
1539
  .table-hover > tbody > tr.warning:hover > td {
@@ -1544,12 +1711,15 @@ textarea.form-control {
1544
1711
  margin-left: 10px;
1545
1712
  }
1546
1713
 
1547
- .input-lg {
1548
- height: 45px;
1549
- padding: 10px 16px;
1550
- font-size: 18px;
1551
- line-height: 1.33;
1552
- border-radius: 6px;
1714
+ .radio[disabled],
1715
+ .radio-inline[disabled],
1716
+ .checkbox[disabled],
1717
+ .checkbox-inline[disabled],
1718
+ fieldset[disabled] .radio,
1719
+ fieldset[disabled] .radio-inline,
1720
+ fieldset[disabled] .checkbox,
1721
+ fieldset[disabled] .checkbox-inline {
1722
+ cursor: not-allowed;
1553
1723
  }
1554
1724
 
1555
1725
  .input-sm {
@@ -1560,21 +1730,32 @@ textarea.form-control {
1560
1730
  border-radius: 3px;
1561
1731
  }
1562
1732
 
1563
- select.input-lg {
1564
- height: 45px;
1565
- line-height: 45px;
1566
- }
1567
-
1568
1733
  select.input-sm {
1569
1734
  height: 30px;
1570
1735
  line-height: 30px;
1571
1736
  }
1572
1737
 
1573
- textarea.input-lg,
1574
1738
  textarea.input-sm {
1575
1739
  height: auto;
1576
1740
  }
1577
1741
 
1742
+ .input-lg {
1743
+ height: 45px;
1744
+ padding: 10px 16px;
1745
+ font-size: 18px;
1746
+ line-height: 1.33;
1747
+ border-radius: 6px;
1748
+ }
1749
+
1750
+ select.input-lg {
1751
+ height: 45px;
1752
+ line-height: 45px;
1753
+ }
1754
+
1755
+ textarea.input-lg {
1756
+ height: auto;
1757
+ }
1758
+
1578
1759
  .has-warning .help-block,
1579
1760
  .has-warning .control-label {
1580
1761
  color: #c09853;
@@ -1656,23 +1837,27 @@ textarea.input-sm {
1656
1837
  color: #737373;
1657
1838
  }
1658
1839
 
1659
- .form-inline .form-control,
1660
- .form-inline .radio,
1661
- .form-inline .checkbox {
1662
- display: inline-block;
1663
- }
1664
-
1665
- .form-inline .radio,
1666
- .form-inline .checkbox {
1667
- padding-left: 0;
1668
- margin-top: 0;
1669
- margin-bottom: 0;
1670
- }
1671
-
1672
- .form-inline .radio input[type="radio"],
1673
- .form-inline .checkbox input[type="checkbox"] {
1674
- float: none;
1675
- margin-left: 0;
1840
+ @media (min-width: 768px) {
1841
+ .form-inline .form-group {
1842
+ display: inline-block;
1843
+ margin-bottom: 0;
1844
+ vertical-align: middle;
1845
+ }
1846
+ .form-inline .form-control {
1847
+ display: inline-block;
1848
+ }
1849
+ .form-inline .radio,
1850
+ .form-inline .checkbox {
1851
+ display: inline-block;
1852
+ padding-left: 0;
1853
+ margin-top: 0;
1854
+ margin-bottom: 0;
1855
+ }
1856
+ .form-inline .radio input[type="radio"],
1857
+ .form-inline .checkbox input[type="checkbox"] {
1858
+ float: none;
1859
+ margin-left: 0;
1860
+ }
1676
1861
  }
1677
1862
 
1678
1863
  .form-horizontal .control-label,
@@ -1762,7 +1947,7 @@ textarea.input-sm {
1762
1947
  .btn[disabled],
1763
1948
  fieldset[disabled] .btn {
1764
1949
  pointer-events: none;
1765
- cursor: default;
1950
+ cursor: not-allowed;
1766
1951
  opacity: 0.65;
1767
1952
  filter: alpha(opacity=65);
1768
1953
  -webkit-box-shadow: none;
@@ -2090,6 +2275,52 @@ input[type="button"].btn-block {
2090
2275
  margin-bottom: 0;
2091
2276
  }
2092
2277
 
2278
+ .input-group-lg > .form-control,
2279
+ .input-group-lg > .input-group-addon,
2280
+ .input-group-lg > .input-group-btn > .btn {
2281
+ height: 45px;
2282
+ padding: 10px 16px;
2283
+ font-size: 18px;
2284
+ line-height: 1.33;
2285
+ border-radius: 6px;
2286
+ }
2287
+
2288
+ select.input-group-lg > .form-control,
2289
+ select.input-group-lg > .input-group-addon,
2290
+ select.input-group-lg > .input-group-btn > .btn {
2291
+ height: 45px;
2292
+ line-height: 45px;
2293
+ }
2294
+
2295
+ textarea.input-group-lg > .form-control,
2296
+ textarea.input-group-lg > .input-group-addon,
2297
+ textarea.input-group-lg > .input-group-btn > .btn {
2298
+ height: auto;
2299
+ }
2300
+
2301
+ .input-group-sm > .form-control,
2302
+ .input-group-sm > .input-group-addon,
2303
+ .input-group-sm > .input-group-btn > .btn {
2304
+ height: 30px;
2305
+ padding: 5px 10px;
2306
+ font-size: 12px;
2307
+ line-height: 1.5;
2308
+ border-radius: 3px;
2309
+ }
2310
+
2311
+ select.input-group-sm > .form-control,
2312
+ select.input-group-sm > .input-group-addon,
2313
+ select.input-group-sm > .input-group-btn > .btn {
2314
+ height: 30px;
2315
+ line-height: 30px;
2316
+ }
2317
+
2318
+ textarea.input-group-sm > .form-control,
2319
+ textarea.input-group-sm > .input-group-addon,
2320
+ textarea.input-group-sm > .input-group-btn > .btn {
2321
+ height: auto;
2322
+ }
2323
+
2093
2324
  .input-group-addon,
2094
2325
  .input-group-btn,
2095
2326
  .input-group .form-control {
@@ -2197,6 +2428,10 @@ input[type="button"].btn-block {
2197
2428
  position: relative;
2198
2429
  }
2199
2430
 
2431
+ .dropdown-toggle:focus {
2432
+ outline: 0;
2433
+ }
2434
+
2200
2435
  .dropdown-menu {
2201
2436
  position: absolute;
2202
2437
  top: 100%;
@@ -2207,6 +2442,7 @@ input[type="button"].btn-block {
2207
2442
  min-width: 160px;
2208
2443
  padding: 5px 0;
2209
2444
  margin: 2px 0 0;
2445
+ font-size: 14px;
2210
2446
  list-style: none;
2211
2447
  background-color: #ffffff;
2212
2448
  border: 1px solid #cccccc;
@@ -2243,13 +2479,7 @@ input[type="button"].btn-block {
2243
2479
  .dropdown-menu > li > a:focus {
2244
2480
  color: #ffffff;
2245
2481
  text-decoration: none;
2246
- background-color: #357ebd;
2247
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
2248
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
2249
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
2250
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
2251
- background-repeat: repeat-x;
2252
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
2482
+ background-color: #428bca;
2253
2483
  }
2254
2484
 
2255
2485
  .dropdown-menu > .active > a,
@@ -2257,14 +2487,8 @@ input[type="button"].btn-block {
2257
2487
  .dropdown-menu > .active > a:focus {
2258
2488
  color: #ffffff;
2259
2489
  text-decoration: none;
2260
- background-color: #357ebd;
2261
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
2262
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
2263
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
2264
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
2265
- background-repeat: repeat-x;
2490
+ background-color: #428bca;
2266
2491
  outline: 0;
2267
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
2268
2492
  }
2269
2493
 
2270
2494
  .dropdown-menu > .disabled > a,
@@ -2334,7 +2558,7 @@ input[type="button"].btn-block {
2334
2558
  .list-group-item {
2335
2559
  position: relative;
2336
2560
  display: block;
2337
- padding: 10px 30px 10px 15px;
2561
+ padding: 10px 15px;
2338
2562
  margin-bottom: -1px;
2339
2563
  background-color: #ffffff;
2340
2564
  border: 1px solid #dddddd;
@@ -2353,54 +2577,58 @@ input[type="button"].btn-block {
2353
2577
 
2354
2578
  .list-group-item > .badge {
2355
2579
  float: right;
2356
- margin-right: -15px;
2357
2580
  }
2358
2581
 
2359
2582
  .list-group-item > .badge + .badge {
2360
- margin-right: 0;
2361
- }
2362
-
2363
- .list-group-item-heading {
2364
- margin-top: 0;
2365
- margin-bottom: 5px;
2583
+ margin-right: 5px;
2366
2584
  }
2367
2585
 
2368
- .list-group-item-text {
2369
- margin-bottom: 0;
2370
- line-height: 1.3;
2586
+ a.list-group-item {
2587
+ color: #555555;
2371
2588
  }
2372
2589
 
2373
2590
  a.list-group-item .list-group-item-heading {
2374
2591
  color: #333333;
2375
2592
  }
2376
2593
 
2377
- a.list-group-item .list-group-item-text {
2378
- color: #555555;
2379
- }
2380
-
2381
2594
  a.list-group-item:hover,
2382
2595
  a.list-group-item:focus {
2383
2596
  text-decoration: none;
2384
2597
  background-color: #f5f5f5;
2385
2598
  }
2386
2599
 
2387
- a.list-group-item.active {
2600
+ .list-group-item.active,
2601
+ .list-group-item.active:hover,
2602
+ .list-group-item.active:focus {
2388
2603
  z-index: 2;
2389
2604
  color: #ffffff;
2390
2605
  background-color: #428bca;
2391
2606
  border-color: #428bca;
2392
2607
  }
2393
2608
 
2394
- a.list-group-item.active .list-group-item-heading {
2609
+ .list-group-item.active .list-group-item-heading,
2610
+ .list-group-item.active:hover .list-group-item-heading,
2611
+ .list-group-item.active:focus .list-group-item-heading {
2395
2612
  color: inherit;
2396
2613
  }
2397
2614
 
2398
- a.list-group-item.active .list-group-item-text {
2615
+ .list-group-item.active .list-group-item-text,
2616
+ .list-group-item.active:hover .list-group-item-text,
2617
+ .list-group-item.active:focus .list-group-item-text {
2399
2618
  color: #e1edf7;
2400
2619
  }
2401
2620
 
2621
+ .list-group-item-heading {
2622
+ margin-top: 0;
2623
+ margin-bottom: 5px;
2624
+ }
2625
+
2626
+ .list-group-item-text {
2627
+ margin-bottom: 0;
2628
+ line-height: 1.3;
2629
+ }
2630
+
2402
2631
  .panel {
2403
- padding: 15px;
2404
2632
  margin-bottom: 20px;
2405
2633
  background-color: #ffffff;
2406
2634
  border: 1px solid #dddddd;
@@ -2409,8 +2637,12 @@ a.list-group-item.active .list-group-item-text {
2409
2637
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
2410
2638
  }
2411
2639
 
2640
+ .panel-body {
2641
+ padding: 15px;
2642
+ }
2643
+
2412
2644
  .panel .list-group {
2413
- margin: 15px -15px -15px;
2645
+ margin-bottom: 0;
2414
2646
  }
2415
2647
 
2416
2648
  .panel .list-group .list-group-item {
@@ -2426,9 +2658,12 @@ a.list-group-item.active .list-group-item-text {
2426
2658
  border-bottom: 0;
2427
2659
  }
2428
2660
 
2661
+ .panel-heading + .list-group .list-group-item:first-child {
2662
+ border-top-width: 0;
2663
+ }
2664
+
2429
2665
  .panel-heading {
2430
2666
  padding: 10px 15px;
2431
- margin: -15px -15px 15px;
2432
2667
  background-color: #f5f5f5;
2433
2668
  border-bottom: 1px solid #dddddd;
2434
2669
  border-top-right-radius: 3px;
@@ -2439,7 +2674,6 @@ a.list-group-item.active .list-group-item-text {
2439
2674
  margin-top: 0;
2440
2675
  margin-bottom: 0;
2441
2676
  font-size: 17.5px;
2442
- font-weight: 500;
2443
2677
  }
2444
2678
 
2445
2679
  .panel-title > a {
@@ -2448,63 +2682,128 @@ a.list-group-item.active .list-group-item-text {
2448
2682
 
2449
2683
  .panel-footer {
2450
2684
  padding: 10px 15px;
2451
- margin: 15px -15px -15px;
2452
2685
  background-color: #f5f5f5;
2453
2686
  border-top: 1px solid #dddddd;
2454
2687
  border-bottom-right-radius: 3px;
2455
2688
  border-bottom-left-radius: 3px;
2456
2689
  }
2457
2690
 
2691
+ .panel-group .panel {
2692
+ margin-bottom: 0;
2693
+ overflow: hidden;
2694
+ border-radius: 4px;
2695
+ }
2696
+
2697
+ .panel-group .panel + .panel {
2698
+ margin-top: 5px;
2699
+ }
2700
+
2701
+ .panel-group .panel-heading {
2702
+ border-bottom: 0;
2703
+ }
2704
+
2705
+ .panel-group .panel-heading + .panel-collapse .panel-body {
2706
+ border-top: 1px solid #dddddd;
2707
+ }
2708
+
2709
+ .panel-group .panel-footer {
2710
+ border-top: 0;
2711
+ }
2712
+
2713
+ .panel-group .panel-footer + .panel-collapse .panel-body {
2714
+ border-bottom: 1px solid #dddddd;
2715
+ }
2716
+
2458
2717
  .panel-primary {
2459
2718
  border-color: #428bca;
2460
2719
  }
2461
2720
 
2462
- .panel-primary .panel-heading {
2721
+ .panel-primary > .panel-heading {
2463
2722
  color: #ffffff;
2464
2723
  background-color: #428bca;
2465
2724
  border-color: #428bca;
2466
2725
  }
2467
2726
 
2727
+ .panel-primary > .panel-heading + .panel-collapse .panel-body {
2728
+ border-top-color: #428bca;
2729
+ }
2730
+
2731
+ .panel-primary > .panel-footer + .panel-collapse .panel-body {
2732
+ border-bottom-color: #428bca;
2733
+ }
2734
+
2468
2735
  .panel-success {
2469
2736
  border-color: #d6e9c6;
2470
2737
  }
2471
2738
 
2472
- .panel-success .panel-heading {
2739
+ .panel-success > .panel-heading {
2473
2740
  color: #468847;
2474
2741
  background-color: #dff0d8;
2475
2742
  border-color: #d6e9c6;
2476
2743
  }
2477
2744
 
2745
+ .panel-success > .panel-heading + .panel-collapse .panel-body {
2746
+ border-top-color: #d6e9c6;
2747
+ }
2748
+
2749
+ .panel-success > .panel-footer + .panel-collapse .panel-body {
2750
+ border-bottom-color: #d6e9c6;
2751
+ }
2752
+
2478
2753
  .panel-warning {
2479
2754
  border-color: #fbeed5;
2480
2755
  }
2481
2756
 
2482
- .panel-warning .panel-heading {
2757
+ .panel-warning > .panel-heading {
2483
2758
  color: #c09853;
2484
2759
  background-color: #fcf8e3;
2485
2760
  border-color: #fbeed5;
2486
2761
  }
2487
2762
 
2763
+ .panel-warning > .panel-heading + .panel-collapse .panel-body {
2764
+ border-top-color: #fbeed5;
2765
+ }
2766
+
2767
+ .panel-warning > .panel-footer + .panel-collapse .panel-body {
2768
+ border-bottom-color: #fbeed5;
2769
+ }
2770
+
2488
2771
  .panel-danger {
2489
2772
  border-color: #eed3d7;
2490
2773
  }
2491
2774
 
2492
- .panel-danger .panel-heading {
2775
+ .panel-danger > .panel-heading {
2493
2776
  color: #b94a48;
2494
2777
  background-color: #f2dede;
2495
2778
  border-color: #eed3d7;
2496
2779
  }
2497
2780
 
2781
+ .panel-danger > .panel-heading + .panel-collapse .panel-body {
2782
+ border-top-color: #eed3d7;
2783
+ }
2784
+
2785
+ .panel-danger > .panel-footer + .panel-collapse .panel-body {
2786
+ border-bottom-color: #eed3d7;
2787
+ }
2788
+
2498
2789
  .panel-info {
2499
2790
  border-color: #bce8f1;
2500
2791
  }
2501
2792
 
2502
- .panel-info .panel-heading {
2793
+ .panel-info > .panel-heading {
2503
2794
  color: #3a87ad;
2504
2795
  background-color: #d9edf7;
2505
2796
  border-color: #bce8f1;
2506
2797
  }
2507
2798
 
2799
+ .panel-info > .panel-heading + .panel-collapse .panel-body {
2800
+ border-top-color: #bce8f1;
2801
+ }
2802
+
2803
+ .panel-info > .panel-footer + .panel-collapse .panel-body {
2804
+ border-bottom-color: #bce8f1;
2805
+ }
2806
+
2508
2807
  .well {
2509
2808
  min-height: 20px;
2510
2809
  padding: 19px;
@@ -2636,6 +2935,10 @@ button.close {
2636
2935
  background-color: #e5e5e5;
2637
2936
  }
2638
2937
 
2938
+ .nav > li > a > img {
2939
+ max-width: none;
2940
+ }
2941
+
2639
2942
  .nav-tabs {
2640
2943
  border-bottom: 1px solid #dddddd;
2641
2944
  }
@@ -2794,11 +3097,9 @@ button.close {
2794
3097
  .navbar {
2795
3098
  position: relative;
2796
3099
  min-height: 50px;
2797
- padding-right: 15px;
2798
- padding-left: 15px;
2799
3100
  margin-bottom: 20px;
2800
- background-color: #eeeeee;
2801
- border-radius: 4px;
3101
+ background-color: #f8f8f8;
3102
+ border: 1px solid #e7e7e7;
2802
3103
  }
2803
3104
 
2804
3105
  .navbar:before,
@@ -2821,113 +3122,129 @@ button.close {
2821
3122
  clear: both;
2822
3123
  }
2823
3124
 
2824
- .navbar-nav {
2825
- margin-bottom: 15px;
2826
- }
2827
-
2828
- .navbar-nav > li > a {
2829
- padding-top: 15px;
2830
- padding-bottom: 15px;
2831
- line-height: 20px;
2832
- color: #777777;
2833
- border-radius: 4px;
3125
+ @media (min-width: 768px) {
3126
+ .navbar {
3127
+ border-radius: 4px;
3128
+ }
2834
3129
  }
2835
3130
 
2836
- .navbar-nav > li > a:hover,
2837
- .navbar-nav > li > a:focus {
2838
- color: #333333;
2839
- background-color: transparent;
3131
+ .navbar-header {
3132
+ padding-right: 15px;
3133
+ padding-left: 15px;
2840
3134
  }
2841
3135
 
2842
- .navbar-nav > .active > a,
2843
- .navbar-nav > .active > a:hover,
2844
- .navbar-nav > .active > a:focus {
2845
- color: #555555;
2846
- background-color: #d5d5d5;
3136
+ .navbar-header:before,
3137
+ .navbar-header:after {
3138
+ display: table;
3139
+ content: " ";
2847
3140
  }
2848
3141
 
2849
- .navbar-nav > .disabled > a,
2850
- .navbar-nav > .disabled > a:hover,
2851
- .navbar-nav > .disabled > a:focus {
2852
- color: #cccccc;
2853
- background-color: transparent;
3142
+ .navbar-header:after {
3143
+ clear: both;
2854
3144
  }
2855
3145
 
2856
- .navbar-nav.pull-right {
2857
- width: 100%;
3146
+ .navbar-header:before,
3147
+ .navbar-header:after {
3148
+ display: table;
3149
+ content: " ";
2858
3150
  }
2859
3151
 
2860
- .navbar-static-top {
2861
- border-radius: 0;
3152
+ .navbar-header:after {
3153
+ clear: both;
2862
3154
  }
2863
3155
 
2864
- .navbar-fixed-top,
2865
- .navbar-fixed-bottom {
2866
- position: fixed;
2867
- right: 0;
2868
- left: 0;
2869
- z-index: 1030;
2870
- border-radius: 0;
3156
+ @media (min-width: 768px) {
3157
+ .navbar-header {
3158
+ float: left;
3159
+ }
2871
3160
  }
2872
3161
 
2873
- .navbar-fixed-top {
2874
- top: 0;
3162
+ .navbar-collapse {
3163
+ max-height: 340px;
3164
+ padding-right: 15px;
3165
+ padding-left: 15px;
3166
+ overflow-x: visible;
3167
+ overflow-y: auto;
3168
+ border-top: 1px solid #e6e6e6;
3169
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
3170
+ -webkit-overflow-scrolling: touch;
2875
3171
  }
2876
3172
 
2877
- .navbar-fixed-bottom {
2878
- bottom: 0;
2879
- margin-bottom: 0;
3173
+ .navbar-collapse:before,
3174
+ .navbar-collapse:after {
3175
+ display: table;
3176
+ content: " ";
2880
3177
  }
2881
3178
 
2882
- .nav-collapse {
2883
- padding-bottom: 15px;
3179
+ .navbar-collapse:after {
3180
+ clear: both;
2884
3181
  }
2885
3182
 
2886
- .nav-collapse:before,
2887
- .nav-collapse:after {
3183
+ .navbar-collapse:before,
3184
+ .navbar-collapse:after {
2888
3185
  display: table;
2889
3186
  content: " ";
2890
3187
  }
2891
3188
 
2892
- .nav-collapse:after {
3189
+ .navbar-collapse:after {
2893
3190
  clear: both;
2894
3191
  }
2895
3192
 
2896
- .nav-collapse:before,
2897
- .nav-collapse:after {
2898
- display: table;
2899
- content: " ";
3193
+ @media (min-width: 768px) {
3194
+ .navbar-collapse {
3195
+ width: auto;
3196
+ padding-right: 0;
3197
+ padding-left: 0;
3198
+ border-top: 0;
3199
+ box-shadow: none;
3200
+ }
3201
+ .navbar-collapse.collapse {
3202
+ display: block !important;
3203
+ height: auto !important;
3204
+ padding-bottom: 0;
3205
+ overflow: visible !important;
3206
+ }
2900
3207
  }
2901
3208
 
2902
- .nav-collapse:after {
2903
- clear: both;
3209
+ @media (min-width: 768px) {
3210
+ .navbar-static-top {
3211
+ border-width: 0 0 1px;
3212
+ border-radius: 0;
3213
+ }
2904
3214
  }
2905
3215
 
2906
- .navbar-toggle + .nav-collapse {
2907
- width: 100%;
2908
- margin-top: 50px;
3216
+ .navbar-fixed-top,
3217
+ .navbar-fixed-bottom {
3218
+ position: fixed;
3219
+ right: 0;
3220
+ left: 0;
3221
+ z-index: 1030;
3222
+ border-width: 0 0 1px;
2909
3223
  }
2910
3224
 
2911
- @media (max-width: 768px) {
2912
- .nav-collapse-scrollable {
2913
- max-height: 360px;
2914
- margin-bottom: 15px;
2915
- overflow-y: scroll;
2916
- -webkit-overflow-scrolling: touch;
3225
+ @media (min-width: 768px) {
3226
+ .navbar-fixed-top,
3227
+ .navbar-fixed-bottom {
3228
+ border-radius: 0;
2917
3229
  }
2918
3230
  }
2919
3231
 
3232
+ .navbar-fixed-top {
3233
+ top: 0;
3234
+ }
3235
+
3236
+ .navbar-fixed-bottom {
3237
+ bottom: 0;
3238
+ margin-bottom: 0;
3239
+ }
3240
+
2920
3241
  .navbar-brand {
2921
- display: block;
2922
- max-width: 200px;
2923
- padding: 15px 15px;
2924
- margin-right: auto;
2925
- margin-left: auto;
3242
+ float: left;
3243
+ padding-top: 15px;
3244
+ padding-bottom: 15px;
2926
3245
  font-size: 18px;
2927
- font-weight: 500;
2928
3246
  line-height: 20px;
2929
3247
  color: #777777;
2930
- text-align: center;
2931
3248
  }
2932
3249
 
2933
3250
  .navbar-brand:hover,
@@ -2940,9 +3257,7 @@ button.close {
2940
3257
  .navbar-toggle {
2941
3258
  position: relative;
2942
3259
  float: right;
2943
- width: 48px;
2944
- height: 34px;
2945
- padding: 6px 12px;
3260
+ padding: 9px 10px;
2946
3261
  margin-top: 8px;
2947
3262
  margin-bottom: 8px;
2948
3263
  background-color: transparent;
@@ -2967,28 +3282,164 @@ button.close {
2967
3282
  margin-top: 4px;
2968
3283
  }
2969
3284
 
3285
+ @media (min-width: 768px) {
3286
+ .navbar-toggle {
3287
+ position: relative;
3288
+ top: auto;
3289
+ left: auto;
3290
+ display: none;
3291
+ }
3292
+ }
3293
+
3294
+ .navbar-nav {
3295
+ padding-top: 7.5px;
3296
+ padding-bottom: 7.5px;
3297
+ margin-right: -15px;
3298
+ margin-left: -15px;
3299
+ }
3300
+
3301
+ .navbar-nav > li > a {
3302
+ padding-top: 10px;
3303
+ padding-bottom: 10px;
3304
+ line-height: 20px;
3305
+ color: #777777;
3306
+ }
3307
+
3308
+ .navbar-nav > li > a:hover,
3309
+ .navbar-nav > li > a:focus {
3310
+ color: #333333;
3311
+ background-color: transparent;
3312
+ }
3313
+
3314
+ .navbar-nav > .active > a,
3315
+ .navbar-nav > .active > a:hover,
3316
+ .navbar-nav > .active > a:focus {
3317
+ color: #555555;
3318
+ background-color: #e7e7e7;
3319
+ }
3320
+
3321
+ .navbar-nav > .disabled > a,
3322
+ .navbar-nav > .disabled > a:hover,
3323
+ .navbar-nav > .disabled > a:focus {
3324
+ color: #cccccc;
3325
+ background-color: transparent;
3326
+ }
3327
+
3328
+ @media (max-width: 767px) {
3329
+ .navbar-nav .open .dropdown-menu {
3330
+ position: static;
3331
+ float: none;
3332
+ width: auto;
3333
+ margin-top: 0;
3334
+ background-color: transparent;
3335
+ border: 0;
3336
+ box-shadow: none;
3337
+ }
3338
+ .navbar-nav .open .dropdown-menu > li > a,
3339
+ .navbar-nav .open .dropdown-menu .dropdown-header {
3340
+ padding: 5px 15px 5px 25px;
3341
+ }
3342
+ .navbar-nav .open .dropdown-menu > li > a {
3343
+ line-height: 20px;
3344
+ color: #777777;
3345
+ }
3346
+ .navbar-nav .open .dropdown-menu > li > a:hover,
3347
+ .navbar-nav .open .dropdown-menu > li > a:focus {
3348
+ color: #333333;
3349
+ background-color: transparent;
3350
+ background-image: none;
3351
+ }
3352
+ .navbar-nav .open .dropdown-menu > .active > a,
3353
+ .navbar-nav .open .dropdown-menu > .active > a:hover,
3354
+ .navbar-nav .open .dropdown-menu > .active > a:focus {
3355
+ color: #555555;
3356
+ background-color: #e7e7e7;
3357
+ }
3358
+ .navbar-nav .open .dropdown-menu > .disabled > a,
3359
+ .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3360
+ .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3361
+ color: #cccccc;
3362
+ background-color: transparent;
3363
+ }
3364
+ }
3365
+
3366
+ @media (min-width: 768px) {
3367
+ .navbar-nav {
3368
+ float: left;
3369
+ padding-top: 0;
3370
+ padding-bottom: 0;
3371
+ margin: 0;
3372
+ }
3373
+ .navbar-nav > li {
3374
+ float: left;
3375
+ }
3376
+ .navbar-nav > li > a {
3377
+ padding-top: 15px;
3378
+ padding-bottom: 15px;
3379
+ }
3380
+ }
3381
+
3382
+ @media (min-width: 768px) {
3383
+ .navbar-left {
3384
+ float: left !important;
3385
+ }
3386
+ .navbar-right {
3387
+ float: right !important;
3388
+ }
3389
+ .navbar-right .dropdown-menu {
3390
+ right: 0;
3391
+ left: auto;
3392
+ }
3393
+ }
3394
+
2970
3395
  .navbar-form {
3396
+ padding: 10px 15px;
2971
3397
  margin-top: 8px;
3398
+ margin-right: -15px;
2972
3399
  margin-bottom: 8px;
3400
+ margin-left: -15px;
3401
+ border-top: 1px solid #e6e6e6;
3402
+ border-bottom: 1px solid #e6e6e6;
2973
3403
  }
2974
3404
 
2975
- .navbar-form .form-control,
2976
- .navbar-form .radio,
2977
- .navbar-form .checkbox {
2978
- display: inline-block;
3405
+ @media (min-width: 768px) {
3406
+ .navbar-form .form-group {
3407
+ display: inline-block;
3408
+ margin-bottom: 0;
3409
+ vertical-align: middle;
3410
+ }
3411
+ .navbar-form .form-control {
3412
+ display: inline-block;
3413
+ }
3414
+ .navbar-form .radio,
3415
+ .navbar-form .checkbox {
3416
+ display: inline-block;
3417
+ padding-left: 0;
3418
+ margin-top: 0;
3419
+ margin-bottom: 0;
3420
+ }
3421
+ .navbar-form .radio input[type="radio"],
3422
+ .navbar-form .checkbox input[type="checkbox"] {
3423
+ float: none;
3424
+ margin-left: 0;
3425
+ }
2979
3426
  }
2980
3427
 
2981
- .navbar-form .radio,
2982
- .navbar-form .checkbox {
2983
- padding-left: 0;
2984
- margin-top: 0;
2985
- margin-bottom: 0;
3428
+ @media (max-width: 767px) {
3429
+ .navbar-form .form-group {
3430
+ margin-bottom: 5px;
3431
+ }
2986
3432
  }
2987
3433
 
2988
- .navbar-form .radio input[type="radio"],
2989
- .navbar-form .checkbox input[type="checkbox"] {
2990
- float: none;
2991
- margin-left: 0;
3434
+ @media (min-width: 768px) {
3435
+ .navbar-form {
3436
+ width: auto;
3437
+ padding-top: 0;
3438
+ padding-bottom: 0;
3439
+ margin-right: 0;
3440
+ margin-left: 0;
3441
+ border: 0;
3442
+ }
2992
3443
  }
2993
3444
 
2994
3445
  .navbar-nav > li > .dropdown-menu {
@@ -3012,7 +3463,7 @@ button.close {
3012
3463
  .navbar-nav > .open > a:hover,
3013
3464
  .navbar-nav > .open > a:focus {
3014
3465
  color: #555555;
3015
- background-color: #d5d5d5;
3466
+ background-color: #e7e7e7;
3016
3467
  }
3017
3468
 
3018
3469
  .navbar-nav > .open > a .caret,
@@ -3033,15 +3484,36 @@ button.close {
3033
3484
  left: auto;
3034
3485
  }
3035
3486
 
3036
- .navbar-inverse {
3037
- background-color: #222222;
3038
- }
3039
-
3040
- .navbar-inverse .navbar-brand {
3041
- color: #999999;
3487
+ .navbar-btn {
3488
+ margin-top: 8px;
3489
+ margin-bottom: 8px;
3042
3490
  }
3043
3491
 
3044
- .navbar-inverse .navbar-brand:hover,
3492
+ .navbar-text {
3493
+ float: left;
3494
+ margin-top: 15px;
3495
+ margin-bottom: 15px;
3496
+ color: #777777;
3497
+ }
3498
+
3499
+ .navbar-link {
3500
+ color: #777777;
3501
+ }
3502
+
3503
+ .navbar-link:hover {
3504
+ color: #333333;
3505
+ }
3506
+
3507
+ .navbar-inverse {
3508
+ background-color: #222222;
3509
+ border-color: #080808;
3510
+ }
3511
+
3512
+ .navbar-inverse .navbar-brand {
3513
+ color: #999999;
3514
+ }
3515
+
3516
+ .navbar-inverse .navbar-brand:hover,
3045
3517
  .navbar-inverse .navbar-brand:focus {
3046
3518
  color: #ffffff;
3047
3519
  background-color: transparent;
@@ -3088,6 +3560,10 @@ button.close {
3088
3560
  background-color: #ffffff;
3089
3561
  }
3090
3562
 
3563
+ .navbar-inverse .navbar-collapse {
3564
+ border-top-color: #101010;
3565
+ }
3566
+
3091
3567
  .navbar-inverse .navbar-nav > .open > a,
3092
3568
  .navbar-inverse .navbar-nav > .open > a:hover,
3093
3569
  .navbar-inverse .navbar-nav > .open > a:focus {
@@ -3112,60 +3588,32 @@ button.close {
3112
3588
  border-bottom-color: #ffffff;
3113
3589
  }
3114
3590
 
3115
- @media screen and (min-width: 768px) {
3116
- .navbar-brand {
3117
- float: left;
3118
- max-width: none;
3119
- margin-right: 5px;
3120
- margin-left: -15px;
3591
+ @media (max-width: 767px) {
3592
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
3593
+ border-color: #080808;
3121
3594
  }
3122
- .navbar-nav {
3123
- float: left;
3124
- margin-top: 0;
3125
- margin-bottom: 0;
3126
- }
3127
- .navbar-nav > li {
3128
- float: left;
3595
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
3596
+ color: #999999;
3129
3597
  }
3130
- .navbar-nav > li > a {
3131
- border-radius: 0;
3598
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
3599
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
3600
+ color: #ffffff;
3601
+ background-color: transparent;
3132
3602
  }
3133
- .navbar-nav.pull-right {
3134
- width: auto;
3603
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
3604
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
3605
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
3606
+ color: #ffffff;
3607
+ background-color: #080808;
3135
3608
  }
3136
- .navbar-toggle {
3137
- position: relative;
3138
- top: auto;
3139
- left: auto;
3140
- display: none;
3141
- }
3142
- .nav-collapse.collapse {
3143
- display: block !important;
3144
- height: auto !important;
3145
- padding-bottom: 0;
3146
- overflow: visible !important;
3609
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
3610
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3611
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3612
+ color: #444444;
3613
+ background-color: transparent;
3147
3614
  }
3148
3615
  }
3149
3616
 
3150
- .navbar-btn {
3151
- margin-top: 8px;
3152
- }
3153
-
3154
- .navbar-text {
3155
- float: left;
3156
- padding: 0 15px;
3157
- margin-top: 15px;
3158
- margin-bottom: 15px;
3159
- }
3160
-
3161
- .navbar-link {
3162
- color: #777777;
3163
- }
3164
-
3165
- .navbar-link:hover {
3166
- color: #333333;
3167
- }
3168
-
3169
3617
  .navbar-inverse .navbar-link {
3170
3618
  color: #999999;
3171
3619
  }
@@ -3227,7 +3675,10 @@ button.close {
3227
3675
  outline: none;
3228
3676
  }
3229
3677
 
3230
- .btn-group .btn + .btn {
3678
+ .btn-group .btn + .btn,
3679
+ .btn-group .btn + .btn-group,
3680
+ .btn-group .btn-group + .btn,
3681
+ .btn-group .btn-group + .btn-group {
3231
3682
  margin-left: -1px;
3232
3683
  }
3233
3684
 
@@ -3305,6 +3756,28 @@ button.close {
3305
3756
  outline: 0;
3306
3757
  }
3307
3758
 
3759
+ .btn-group-xs > .btn {
3760
+ padding: 5px 10px;
3761
+ padding: 3px 5px;
3762
+ font-size: 12px;
3763
+ line-height: 1.5;
3764
+ border-radius: 3px;
3765
+ }
3766
+
3767
+ .btn-group-sm > .btn {
3768
+ padding: 5px 10px;
3769
+ font-size: 12px;
3770
+ line-height: 1.5;
3771
+ border-radius: 3px;
3772
+ }
3773
+
3774
+ .btn-group-lg > .btn {
3775
+ padding: 10px 16px;
3776
+ font-size: 18px;
3777
+ line-height: 1.33;
3778
+ border-radius: 6px;
3779
+ }
3780
+
3308
3781
  .btn-group > .btn + .dropdown-toggle {
3309
3782
  padding-right: 8px;
3310
3783
  padding-left: 8px;
@@ -3332,27 +3805,73 @@ button.close {
3332
3805
  border-bottom-width: 5px;
3333
3806
  }
3334
3807
 
3335
- .btn-group-vertical > .btn {
3808
+ .btn-group-vertical > .btn,
3809
+ .btn-group-vertical > .btn-group {
3336
3810
  display: block;
3337
3811
  float: none;
3338
3812
  width: 100%;
3339
3813
  max-width: 100%;
3340
3814
  }
3341
3815
 
3342
- .btn-group-vertical > .btn + .btn {
3816
+ .btn-group-vertical > .btn-group:before,
3817
+ .btn-group-vertical > .btn-group:after {
3818
+ display: table;
3819
+ content: " ";
3820
+ }
3821
+
3822
+ .btn-group-vertical > .btn-group:after {
3823
+ clear: both;
3824
+ }
3825
+
3826
+ .btn-group-vertical > .btn-group:before,
3827
+ .btn-group-vertical > .btn-group:after {
3828
+ display: table;
3829
+ content: " ";
3830
+ }
3831
+
3832
+ .btn-group-vertical > .btn-group:after {
3833
+ clear: both;
3834
+ }
3835
+
3836
+ .btn-group-vertical > .btn-group > .btn {
3837
+ float: none;
3838
+ }
3839
+
3840
+ .btn-group-vertical > .btn + .btn,
3841
+ .btn-group-vertical > .btn + .btn-group,
3842
+ .btn-group-vertical > .btn-group + .btn,
3843
+ .btn-group-vertical > .btn-group + .btn-group {
3343
3844
  margin-top: -1px;
3845
+ margin-left: 0;
3846
+ }
3847
+
3848
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3849
+ border-radius: 0;
3850
+ }
3851
+
3852
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
3853
+ border-top-right-radius: 4px;
3854
+ border-bottom-right-radius: 0;
3855
+ border-bottom-left-radius: 0;
3344
3856
  }
3345
3857
 
3346
- .btn-group-vertical .btn:not(:first-child):not(:last-child) {
3858
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
3859
+ border-top-right-radius: 0;
3860
+ border-bottom-left-radius: 4px;
3861
+ border-top-left-radius: 0;
3862
+ }
3863
+
3864
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3347
3865
  border-radius: 0;
3348
3866
  }
3349
3867
 
3350
- .btn-group-vertical .btn:first-child:not(:last-child) {
3868
+ .btn-group-vertical > .btn-group:first-child > .btn:last-child,
3869
+ .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
3351
3870
  border-bottom-right-radius: 0;
3352
3871
  border-bottom-left-radius: 0;
3353
3872
  }
3354
3873
 
3355
- .btn-group-vertical .btn:last-child:not(:first-child) {
3874
+ .btn-group-vertical > .btn-group:last-child > .btn:first-child {
3356
3875
  border-top-right-radius: 0;
3357
3876
  border-top-left-radius: 0;
3358
3877
  }
@@ -3360,6 +3879,7 @@ button.close {
3360
3879
  .btn-group-justified {
3361
3880
  display: table;
3362
3881
  width: 100%;
3882
+ border-collapse: separate;
3363
3883
  table-layout: fixed;
3364
3884
  }
3365
3885
 
@@ -3369,8 +3889,8 @@ button.close {
3369
3889
  width: 1%;
3370
3890
  }
3371
3891
 
3372
- .btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
3373
- .btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
3892
+ [data-toggle="buttons"] > .btn > input[type="radio"],
3893
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3374
3894
  display: none;
3375
3895
  }
3376
3896
 
@@ -3831,8 +4351,6 @@ button.close {
3831
4351
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3832
4352
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3833
4353
  background-clip: padding-box;
3834
- -webkit-bg-clip: padding-box;
3835
- -moz-bg-clip: padding;
3836
4354
  }
3837
4355
 
3838
4356
  .popover.top {
@@ -3954,7 +4472,7 @@ button.close {
3954
4472
  }
3955
4473
 
3956
4474
  .alert {
3957
- padding: 15px 35px 15px 15px;
4475
+ padding: 15px;
3958
4476
  margin-bottom: 20px;
3959
4477
  color: #c09853;
3960
4478
  background-color: #fcf8e3;
@@ -3976,13 +4494,6 @@ button.close {
3976
4494
  color: #a47e3c;
3977
4495
  }
3978
4496
 
3979
- .alert .close {
3980
- position: relative;
3981
- top: -2px;
3982
- right: -21px;
3983
- color: inherit;
3984
- }
3985
-
3986
4497
  .alert > p,
3987
4498
  .alert > ul {
3988
4499
  margin-bottom: 0;
@@ -3992,6 +4503,17 @@ button.close {
3992
4503
  margin-top: 5px;
3993
4504
  }
3994
4505
 
4506
+ .alert-dismissable {
4507
+ padding-right: 35px;
4508
+ }
4509
+
4510
+ .alert-dismissable .close {
4511
+ position: relative;
4512
+ top: -2px;
4513
+ right: -21px;
4514
+ color: inherit;
4515
+ }
4516
+
3995
4517
  .alert-success {
3996
4518
  color: #468847;
3997
4519
  background-color: #dff0d8;
@@ -4051,7 +4573,7 @@ button.close {
4051
4573
 
4052
4574
  .thumbnail > img,
4053
4575
  .img-thumbnail {
4054
- display: inline-block;
4576
+ display: block;
4055
4577
  height: auto;
4056
4578
  max-width: 100%;
4057
4579
  }
@@ -4111,7 +4633,7 @@ a.thumbnail:focus {
4111
4633
  display: inline;
4112
4634
  padding: .25em .6em;
4113
4635
  font-size: 75%;
4114
- font-weight: 500;
4636
+ font-weight: bold;
4115
4637
  line-height: 1;
4116
4638
  color: #ffffff;
4117
4639
  text-align: center;
@@ -4127,6 +4649,10 @@ a.thumbnail:focus {
4127
4649
  cursor: pointer;
4128
4650
  }
4129
4651
 
4652
+ .label:empty {
4653
+ display: none;
4654
+ }
4655
+
4130
4656
  .label-default {
4131
4657
  background-color: #999999;
4132
4658
  }
@@ -4333,31 +4859,6 @@ a.list-group-item.active > .badge,
4333
4859
  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);
4334
4860
  }
4335
4861
 
4336
- .accordion {
4337
- margin-bottom: 20px;
4338
- }
4339
-
4340
- .accordion-group {
4341
- margin-bottom: 2px;
4342
- border: 1px solid #e5e5e5;
4343
- border-radius: 4px;
4344
- }
4345
-
4346
- .accordion-heading {
4347
- border-bottom: 0;
4348
- }
4349
-
4350
- .accordion-heading .accordion-toggle {
4351
- display: block;
4352
- padding: 8px 15px;
4353
- cursor: pointer;
4354
- }
4355
-
4356
- .accordion-inner {
4357
- padding: 9px 15px;
4358
- border-top: 1px solid #e5e5e5;
4359
- }
4360
-
4361
4862
  .carousel {
4362
4863
  position: relative;
4363
4864
  }
@@ -4377,7 +4878,7 @@ a.list-group-item.active > .badge,
4377
4878
 
4378
4879
  .carousel-inner > .item > img,
4379
4880
  .carousel-inner > .item > a > img {
4380
- display: inline-block;
4881
+ display: block;
4381
4882
  height: auto;
4382
4883
  max-width: 100%;
4383
4884
  line-height: 1;
@@ -4463,7 +4964,6 @@ a.list-group-item.active > .badge,
4463
4964
  filter: alpha(opacity=90);
4464
4965
  }
4465
4966
 
4466
- .carousel-control .glyphicon,
4467
4967
  .carousel-control .icon-prev,
4468
4968
  .carousel-control .icon-next {
4469
4969
  position: absolute;
@@ -4534,7 +5034,6 @@ a.list-group-item.active > .badge,
4534
5034
  }
4535
5035
 
4536
5036
  @media screen and (min-width: 768px) {
4537
- .carousel-control .glyphicon,
4538
5037
  .carousel-control .icon-prev,
4539
5038
  .carousel-control .icon-next {
4540
5039
  width: 30px;
@@ -4639,17 +5138,108 @@ a.list-group-item.active > .badge,
4639
5138
  visibility: hidden !important;
4640
5139
  }
4641
5140
 
4642
- .visible-sm {
5141
+ .visible-xs {
4643
5142
  display: block !important;
4644
5143
  }
4645
5144
 
4646
- tr.visible-sm {
5145
+ tr.visible-xs {
4647
5146
  display: table-row !important;
4648
5147
  }
4649
5148
 
5149
+ th.visible-xs,
5150
+ td.visible-xs {
5151
+ display: table-cell !important;
5152
+ }
5153
+
5154
+ @media (min-width: 768px) and (max-width: 991px) {
5155
+ .visible-xs {
5156
+ display: none !important;
5157
+ }
5158
+ tr.visible-xs {
5159
+ display: none !important;
5160
+ }
5161
+ th.visible-xs,
5162
+ td.visible-xs {
5163
+ display: none !important;
5164
+ }
5165
+ }
5166
+
5167
+ @media (min-width: 992px) and (max-width: 1199px) {
5168
+ .visible-xs {
5169
+ display: none !important;
5170
+ }
5171
+ tr.visible-xs {
5172
+ display: none !important;
5173
+ }
5174
+ th.visible-xs,
5175
+ td.visible-xs {
5176
+ display: none !important;
5177
+ }
5178
+ }
5179
+
5180
+ @media (min-width: 1200px) {
5181
+ .visible-xs {
5182
+ display: none !important;
5183
+ }
5184
+ tr.visible-xs {
5185
+ display: none !important;
5186
+ }
5187
+ th.visible-xs,
5188
+ td.visible-xs {
5189
+ display: none !important;
5190
+ }
5191
+ }
5192
+
5193
+ .visible-sm {
5194
+ display: none !important;
5195
+ }
5196
+
5197
+ tr.visible-sm {
5198
+ display: none !important;
5199
+ }
5200
+
4650
5201
  th.visible-sm,
4651
5202
  td.visible-sm {
4652
- display: table-cell !important;
5203
+ display: none !important;
5204
+ }
5205
+
5206
+ @media (min-width: 768px) and (max-width: 991px) {
5207
+ .visible-sm {
5208
+ display: block !important;
5209
+ }
5210
+ tr.visible-sm {
5211
+ display: table-row !important;
5212
+ }
5213
+ th.visible-sm,
5214
+ td.visible-sm {
5215
+ display: table-cell !important;
5216
+ }
5217
+ }
5218
+
5219
+ @media (min-width: 992px) and (max-width: 1199px) {
5220
+ .visible-sm {
5221
+ display: none !important;
5222
+ }
5223
+ tr.visible-sm {
5224
+ display: none !important;
5225
+ }
5226
+ th.visible-sm,
5227
+ td.visible-sm {
5228
+ display: none !important;
5229
+ }
5230
+ }
5231
+
5232
+ @media (min-width: 1200px) {
5233
+ .visible-sm {
5234
+ display: none !important;
5235
+ }
5236
+ tr.visible-sm {
5237
+ display: none !important;
5238
+ }
5239
+ th.visible-sm,
5240
+ td.visible-sm {
5241
+ display: none !important;
5242
+ }
4653
5243
  }
4654
5244
 
4655
5245
  .visible-md {
@@ -4665,6 +5255,45 @@ td.visible-md {
4665
5255
  display: none !important;
4666
5256
  }
4667
5257
 
5258
+ @media (min-width: 768px) and (max-width: 991px) {
5259
+ .visible-md {
5260
+ display: none !important;
5261
+ }
5262
+ tr.visible-md {
5263
+ display: none !important;
5264
+ }
5265
+ th.visible-md,
5266
+ td.visible-md {
5267
+ display: none !important;
5268
+ }
5269
+ }
5270
+
5271
+ @media (min-width: 992px) and (max-width: 1199px) {
5272
+ .visible-md {
5273
+ display: block !important;
5274
+ }
5275
+ tr.visible-md {
5276
+ display: table-row !important;
5277
+ }
5278
+ th.visible-md,
5279
+ td.visible-md {
5280
+ display: table-cell !important;
5281
+ }
5282
+ }
5283
+
5284
+ @media (min-width: 1200px) {
5285
+ .visible-md {
5286
+ display: none !important;
5287
+ }
5288
+ tr.visible-md {
5289
+ display: none !important;
5290
+ }
5291
+ th.visible-md,
5292
+ td.visible-md {
5293
+ display: none !important;
5294
+ }
5295
+ }
5296
+
4668
5297
  .visible-lg {
4669
5298
  display: none !important;
4670
5299
  }
@@ -4678,76 +5307,137 @@ td.visible-lg {
4678
5307
  display: none !important;
4679
5308
  }
4680
5309
 
4681
- .hidden-sm {
5310
+ @media (min-width: 768px) and (max-width: 991px) {
5311
+ .visible-lg {
5312
+ display: none !important;
5313
+ }
5314
+ tr.visible-lg {
5315
+ display: none !important;
5316
+ }
5317
+ th.visible-lg,
5318
+ td.visible-lg {
5319
+ display: none !important;
5320
+ }
5321
+ }
5322
+
5323
+ @media (min-width: 992px) and (max-width: 1199px) {
5324
+ .visible-lg {
5325
+ display: none !important;
5326
+ }
5327
+ tr.visible-lg {
5328
+ display: none !important;
5329
+ }
5330
+ th.visible-lg,
5331
+ td.visible-lg {
5332
+ display: none !important;
5333
+ }
5334
+ }
5335
+
5336
+ @media (min-width: 1200px) {
5337
+ .visible-lg {
5338
+ display: block !important;
5339
+ }
5340
+ tr.visible-lg {
5341
+ display: table-row !important;
5342
+ }
5343
+ th.visible-lg,
5344
+ td.visible-lg {
5345
+ display: table-cell !important;
5346
+ }
5347
+ }
5348
+
5349
+ .hidden-xs {
4682
5350
  display: none !important;
4683
5351
  }
4684
5352
 
4685
- tr.hidden-sm {
5353
+ tr.hidden-xs {
4686
5354
  display: none !important;
4687
5355
  }
4688
5356
 
4689
- th.hidden-sm,
4690
- td.hidden-sm {
5357
+ th.hidden-xs,
5358
+ td.hidden-xs {
4691
5359
  display: none !important;
4692
5360
  }
4693
5361
 
4694
- .hidden-md {
4695
- display: block !important;
5362
+ @media (min-width: 768px) and (max-width: 991px) {
5363
+ .hidden-xs {
5364
+ display: block !important;
5365
+ }
5366
+ tr.hidden-xs {
5367
+ display: table-row !important;
5368
+ }
5369
+ th.hidden-xs,
5370
+ td.hidden-xs {
5371
+ display: table-cell !important;
5372
+ }
4696
5373
  }
4697
5374
 
4698
- tr.hidden-md {
4699
- display: table-row !important;
5375
+ @media (min-width: 992px) and (max-width: 1199px) {
5376
+ .hidden-xs {
5377
+ display: block !important;
5378
+ }
5379
+ tr.hidden-xs {
5380
+ display: table-row !important;
5381
+ }
5382
+ th.hidden-xs,
5383
+ td.hidden-xs {
5384
+ display: table-cell !important;
5385
+ }
4700
5386
  }
4701
5387
 
4702
- th.hidden-md,
4703
- td.hidden-md {
4704
- display: table-cell !important;
5388
+ @media (min-width: 1200px) {
5389
+ .hidden-xs {
5390
+ display: block !important;
5391
+ }
5392
+ tr.hidden-xs {
5393
+ display: table-row !important;
5394
+ }
5395
+ th.hidden-xs,
5396
+ td.hidden-xs {
5397
+ display: table-cell !important;
5398
+ }
4705
5399
  }
4706
5400
 
4707
- .hidden-lg {
5401
+ .hidden-sm {
4708
5402
  display: block !important;
4709
5403
  }
4710
5404
 
4711
- tr.hidden-lg {
5405
+ tr.hidden-sm {
4712
5406
  display: table-row !important;
4713
5407
  }
4714
5408
 
4715
- th.hidden-lg,
4716
- td.hidden-lg {
5409
+ th.hidden-sm,
5410
+ td.hidden-sm {
4717
5411
  display: table-cell !important;
4718
5412
  }
4719
5413
 
4720
5414
  @media (min-width: 768px) and (max-width: 991px) {
4721
- .visible-sm {
5415
+ .hidden-sm {
4722
5416
  display: none !important;
4723
5417
  }
4724
- tr.visible-sm {
5418
+ tr.hidden-sm {
4725
5419
  display: none !important;
4726
5420
  }
4727
- th.visible-sm,
4728
- td.visible-sm {
5421
+ th.hidden-sm,
5422
+ td.hidden-sm {
4729
5423
  display: none !important;
4730
5424
  }
4731
- .visible-md {
5425
+ }
5426
+
5427
+ @media (min-width: 992px) and (max-width: 1199px) {
5428
+ .hidden-sm {
4732
5429
  display: block !important;
4733
5430
  }
4734
- tr.visible-md {
5431
+ tr.hidden-sm {
4735
5432
  display: table-row !important;
4736
5433
  }
4737
- th.visible-md,
4738
- td.visible-md {
5434
+ th.hidden-sm,
5435
+ td.hidden-sm {
4739
5436
  display: table-cell !important;
4740
5437
  }
4741
- .visible-lg {
4742
- display: none !important;
4743
- }
4744
- tr.visible-lg {
4745
- display: none !important;
4746
- }
4747
- th.visible-lg,
4748
- td.visible-lg {
4749
- display: none !important;
4750
- }
5438
+ }
5439
+
5440
+ @media (min-width: 1200px) {
4751
5441
  .hidden-sm {
4752
5442
  display: block !important;
4753
5443
  }
@@ -4758,79 +5448,100 @@ td.hidden-lg {
4758
5448
  td.hidden-sm {
4759
5449
  display: table-cell !important;
4760
5450
  }
5451
+ }
5452
+
5453
+ .hidden-md {
5454
+ display: block !important;
5455
+ }
5456
+
5457
+ tr.hidden-md {
5458
+ display: table-row !important;
5459
+ }
5460
+
5461
+ th.hidden-md,
5462
+ td.hidden-md {
5463
+ display: table-cell !important;
5464
+ }
5465
+
5466
+ @media (min-width: 768px) and (max-width: 991px) {
4761
5467
  .hidden-md {
4762
- display: none !important;
5468
+ display: block !important;
4763
5469
  }
4764
5470
  tr.hidden-md {
4765
- display: none !important;
5471
+ display: table-row !important;
4766
5472
  }
4767
5473
  th.hidden-md,
4768
5474
  td.hidden-md {
4769
- display: none !important;
4770
- }
4771
- .hidden-lg {
4772
- display: block !important;
4773
- }
4774
- tr.hidden-lg {
4775
- display: table-row !important;
4776
- }
4777
- th.hidden-lg,
4778
- td.hidden-lg {
4779
5475
  display: table-cell !important;
4780
5476
  }
4781
5477
  }
4782
5478
 
4783
- @media (min-width: 992px) {
4784
- .visible-sm {
4785
- display: none !important;
4786
- }
4787
- tr.visible-sm {
4788
- display: none !important;
4789
- }
4790
- th.visible-sm,
4791
- td.visible-sm {
4792
- display: none !important;
4793
- }
4794
- .visible-md {
5479
+ @media (min-width: 992px) and (max-width: 1199px) {
5480
+ .hidden-md {
4795
5481
  display: none !important;
4796
5482
  }
4797
- tr.visible-md {
5483
+ tr.hidden-md {
4798
5484
  display: none !important;
4799
5485
  }
4800
- th.visible-md,
4801
- td.visible-md {
5486
+ th.hidden-md,
5487
+ td.hidden-md {
4802
5488
  display: none !important;
4803
5489
  }
4804
- .visible-lg {
5490
+ }
5491
+
5492
+ @media (min-width: 1200px) {
5493
+ .hidden-md {
4805
5494
  display: block !important;
4806
5495
  }
4807
- tr.visible-lg {
5496
+ tr.hidden-md {
4808
5497
  display: table-row !important;
4809
5498
  }
4810
- th.visible-lg,
4811
- td.visible-lg {
5499
+ th.hidden-md,
5500
+ td.hidden-md {
4812
5501
  display: table-cell !important;
4813
5502
  }
4814
- .hidden-sm {
5503
+ }
5504
+
5505
+ .hidden-lg {
5506
+ display: block !important;
5507
+ }
5508
+
5509
+ tr.hidden-lg {
5510
+ display: table-row !important;
5511
+ }
5512
+
5513
+ th.hidden-lg,
5514
+ td.hidden-lg {
5515
+ display: table-cell !important;
5516
+ }
5517
+
5518
+ @media (min-width: 768px) and (max-width: 991px) {
5519
+ .hidden-lg {
4815
5520
  display: block !important;
4816
5521
  }
4817
- tr.hidden-sm {
5522
+ tr.hidden-lg {
4818
5523
  display: table-row !important;
4819
5524
  }
4820
- th.hidden-sm,
4821
- td.hidden-sm {
5525
+ th.hidden-lg,
5526
+ td.hidden-lg {
4822
5527
  display: table-cell !important;
4823
5528
  }
4824
- .hidden-md {
5529
+ }
5530
+
5531
+ @media (min-width: 992px) and (max-width: 1199px) {
5532
+ .hidden-lg {
4825
5533
  display: block !important;
4826
5534
  }
4827
- tr.hidden-md {
5535
+ tr.hidden-lg {
4828
5536
  display: table-row !important;
4829
5537
  }
4830
- th.hidden-md,
4831
- td.hidden-md {
5538
+ th.hidden-lg,
5539
+ td.hidden-lg {
4832
5540
  display: table-cell !important;
4833
5541
  }
5542
+ }
5543
+
5544
+ @media (min-width: 1200px) {
4834
5545
  .hidden-lg {
4835
5546
  display: none !important;
4836
5547
  }