bootstrap.css 114 KB
Newer Older
1001
  }
Mark Otto's avatar
Mark Otto committed
1002
1003
1004

  .col-sm-push-7 {
    left: 58.333333%;
1005
  }
Mark Otto's avatar
Mark Otto committed
1006
1007
1008

  .col-sm-push-8 {
    left: 66.666667%;
1009
  }
Mark Otto's avatar
Mark Otto committed
1010
1011
1012

  .col-sm-push-9 {
    left: 75%;
1013
  }
Mark Otto's avatar
Mark Otto committed
1014
1015
1016

  .col-sm-push-10 {
    left: 83.333333%;
1017
  }
Mark Otto's avatar
Mark Otto committed
1018
1019
1020

  .col-sm-push-11 {
    left: 91.666667%;
1021
  }
Mark Otto's avatar
Mark Otto committed
1022
1023
1024

  .col-sm-push-12 {
    left: 100%;
1025
  }
Mark Otto's avatar
Mark Otto committed
1026
1027
1028

  .col-sm-offset-0 {
    margin-left: 0;
1029
  }
Mark Otto's avatar
Mark Otto committed
1030
1031
1032

  .col-sm-offset-1 {
    margin-left: 8.333333%;
1033
  }
Mark Otto's avatar
Mark Otto committed
1034
1035
1036

  .col-sm-offset-2 {
    margin-left: 16.666667%;
1037
  }
Mark Otto's avatar
Mark Otto committed
1038
1039
1040

  .col-sm-offset-3 {
    margin-left: 25%;
1041
  }
Mark Otto's avatar
Mark Otto committed
1042
1043
1044

  .col-sm-offset-4 {
    margin-left: 33.333333%;
1045
  }
Mark Otto's avatar
Mark Otto committed
1046
1047
1048

  .col-sm-offset-5 {
    margin-left: 41.666667%;
1049
  }
Mark Otto's avatar
Mark Otto committed
1050

1051
  .col-sm-offset-6 {
XhmikosR's avatar
XhmikosR committed
1052
    margin-left: 50%;
1053
  }
Mark Otto's avatar
Mark Otto committed
1054
1055
1056

  .col-sm-offset-7 {
    margin-left: 58.333333%;
1057
  }
Mark Otto's avatar
Mark Otto committed
1058
1059
1060

  .col-sm-offset-8 {
    margin-left: 66.666667%;
1061
  }
Mark Otto's avatar
Mark Otto committed
1062
1063
1064

  .col-sm-offset-9 {
    margin-left: 75%;
1065
  }
Mark Otto's avatar
Mark Otto committed
1066
1067
1068

  .col-sm-offset-10 {
    margin-left: 83.333333%;
1069
  }
Mark Otto's avatar
Mark Otto committed
1070
1071
1072

  .col-sm-offset-11 {
    margin-left: 91.666667%;
1073
  }
Mark Otto's avatar
Mark Otto committed
1074
1075
1076

  .col-sm-offset-12 {
    margin-left: 100%;
1077
  }
1078
}
Mark Otto's avatar
Mark Otto committed
1079

Mark Otto's avatar
Mark Otto committed
1080
@media (min-width: 48em) {
XhmikosR's avatar
XhmikosR committed
1081
1082
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
1083
  }
Mark Otto's avatar
Mark Otto committed
1084
1085
1086

  .col-md-1 {
    width: 8.333333%;
1087
  }
Mark Otto's avatar
Mark Otto committed
1088
1089
1090

  .col-md-2 {
    width: 16.666667%;
1091
  }
Mark Otto's avatar
Mark Otto committed
1092
1093
1094

  .col-md-3 {
    width: 25%;
1095
  }
Mark Otto's avatar
Mark Otto committed
1096
1097
1098

  .col-md-4 {
    width: 33.333333%;
1099
  }
Mark Otto's avatar
Mark Otto committed
1100
1101
1102

  .col-md-5 {
    width: 41.666667%;
1103
  }
Mark Otto's avatar
Mark Otto committed
1104

1105
1106
1107
  .col-md-6 {
    width: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1108
1109
1110

  .col-md-7 {
    width: 58.333333%;
1111
  }
Mark Otto's avatar
Mark Otto committed
1112
1113
1114

  .col-md-8 {
    width: 66.666667%;
1115
  }
Mark Otto's avatar
Mark Otto committed
1116
1117
1118

  .col-md-9 {
    width: 75%;
1119
  }
Mark Otto's avatar
Mark Otto committed
1120
1121
1122

  .col-md-10 {
    width: 83.333333%;
1123
  }
Mark Otto's avatar
Mark Otto committed
1124
1125
1126

  .col-md-11 {
    width: 91.666667%;
1127
  }
Mark Otto's avatar
Mark Otto committed
1128
1129
1130

  .col-md-12 {
    width: 100%;
1131
  }
Mark Otto's avatar
Mark Otto committed
1132
1133
1134

  .col-md-pull-0 {
    right: auto;
1135
  }
Mark Otto's avatar
Mark Otto committed
1136
1137
1138

  .col-md-pull-1 {
    right: 8.333333%;
1139
  }
Mark Otto's avatar
Mark Otto committed
1140
1141
1142

  .col-md-pull-2 {
    right: 16.666667%;
1143
  }
Mark Otto's avatar
Mark Otto committed
1144
1145
1146

  .col-md-pull-3 {
    right: 25%;
1147
  }
Mark Otto's avatar
Mark Otto committed
1148
1149
1150

  .col-md-pull-4 {
    right: 33.333333%;
1151
  }
Mark Otto's avatar
Mark Otto committed
1152
1153
1154
1155
1156

  .col-md-pull-5 {
    right: 41.666667%;
  }

1157
  .col-md-pull-6 {
XhmikosR's avatar
XhmikosR committed
1158
    right: 50%;
1159
  }
Mark Otto's avatar
Mark Otto committed
1160
1161
1162

  .col-md-pull-7 {
    right: 58.333333%;
1163
  }
Mark Otto's avatar
Mark Otto committed
1164
1165
1166

  .col-md-pull-8 {
    right: 66.666667%;
1167
  }
Mark Otto's avatar
Mark Otto committed
1168
1169
1170

  .col-md-pull-9 {
    right: 75%;
1171
  }
Mark Otto's avatar
Mark Otto committed
1172
1173
1174

  .col-md-pull-10 {
    right: 83.333333%;
1175
  }
Mark Otto's avatar
Mark Otto committed
1176
1177
1178

  .col-md-pull-11 {
    right: 91.666667%;
1179
  }
Mark Otto's avatar
Mark Otto committed
1180
1181
1182

  .col-md-pull-12 {
    right: 100%;
1183
  }
Mark Otto's avatar
Mark Otto committed
1184
1185
1186

  .col-md-push-0 {
    left: auto;
1187
  }
Mark Otto's avatar
Mark Otto committed
1188
1189
1190

  .col-md-push-1 {
    left: 8.333333%;
1191
  }
Mark Otto's avatar
Mark Otto committed
1192
1193
1194

  .col-md-push-2 {
    left: 16.666667%;
1195
  }
Mark Otto's avatar
Mark Otto committed
1196
1197
1198

  .col-md-push-3 {
    left: 25%;
1199
  }
Mark Otto's avatar
Mark Otto committed
1200
1201
1202

  .col-md-push-4 {
    left: 33.333333%;
1203
  }
Mark Otto's avatar
Mark Otto committed
1204
1205
1206

  .col-md-push-5 {
    left: 41.666667%;
1207
  }
Mark Otto's avatar
Mark Otto committed
1208

1209
  .col-md-push-6 {
XhmikosR's avatar
XhmikosR committed
1210
    left: 50%;
1211
  }
Mark Otto's avatar
Mark Otto committed
1212
1213
1214

  .col-md-push-7 {
    left: 58.333333%;
1215
  }
Mark Otto's avatar
Mark Otto committed
1216
1217
1218

  .col-md-push-8 {
    left: 66.666667%;
1219
  }
Mark Otto's avatar
Mark Otto committed
1220
1221
1222

  .col-md-push-9 {
    left: 75%;
1223
  }
Mark Otto's avatar
Mark Otto committed
1224
1225
1226

  .col-md-push-10 {
    left: 83.333333%;
1227
  }
Mark Otto's avatar
Mark Otto committed
1228
1229
1230

  .col-md-push-11 {
    left: 91.666667%;
1231
  }
Mark Otto's avatar
Mark Otto committed
1232
1233
1234

  .col-md-push-12 {
    left: 100%;
1235
  }
Mark Otto's avatar
Mark Otto committed
1236
1237
1238

  .col-md-offset-0 {
    margin-left: 0;
1239
  }
Mark Otto's avatar
Mark Otto committed
1240
1241
1242

  .col-md-offset-1 {
    margin-left: 8.333333%;
1243
  }
Mark Otto's avatar
Mark Otto committed
1244
1245
1246

  .col-md-offset-2 {
    margin-left: 16.666667%;
1247
  }
Mark Otto's avatar
Mark Otto committed
1248
1249
1250

  .col-md-offset-3 {
    margin-left: 25%;
1251
  }
Mark Otto's avatar
Mark Otto committed
1252
1253
1254

  .col-md-offset-4 {
    margin-left: 33.333333%;
1255
  }
Mark Otto's avatar
Mark Otto committed
1256
1257
1258

  .col-md-offset-5 {
    margin-left: 41.666667%;
1259
  }
Mark Otto's avatar
Mark Otto committed
1260

1261
  .col-md-offset-6 {
XhmikosR's avatar
XhmikosR committed
1262
    margin-left: 50%;
1263
  }
Mark Otto's avatar
Mark Otto committed
1264
1265
1266

  .col-md-offset-7 {
    margin-left: 58.333333%;
1267
  }
Mark Otto's avatar
Mark Otto committed
1268
1269
1270

  .col-md-offset-8 {
    margin-left: 66.666667%;
1271
  }
Mark Otto's avatar
Mark Otto committed
1272
1273
1274

  .col-md-offset-9 {
    margin-left: 75%;
1275
  }
Mark Otto's avatar
Mark Otto committed
1276
1277
1278

  .col-md-offset-10 {
    margin-left: 83.333333%;
1279
  }
Mark Otto's avatar
Mark Otto committed
1280
1281
1282

  .col-md-offset-11 {
    margin-left: 91.666667%;
1283
  }
Mark Otto's avatar
Mark Otto committed
1284
1285
1286

  .col-md-offset-12 {
    margin-left: 100%;
1287
  }
1288
}
Mark Otto's avatar
Mark Otto committed
1289

Mark Otto's avatar
Mark Otto committed
1290
@media (min-width: 62em) {
XhmikosR's avatar
XhmikosR committed
1291
1292
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
1293
  }
Mark Otto's avatar
Mark Otto committed
1294
1295
1296

  .col-lg-1 {
    width: 8.333333%;
1297
  }
Mark Otto's avatar
Mark Otto committed
1298
1299
1300

  .col-lg-2 {
    width: 16.666667%;
1301
  }
Mark Otto's avatar
Mark Otto committed
1302
1303
1304

  .col-lg-3 {
    width: 25%;
1305
  }
Mark Otto's avatar
Mark Otto committed
1306
1307
1308

  .col-lg-4 {
    width: 33.333333%;
1309
  }
Mark Otto's avatar
Mark Otto committed
1310
1311
1312

  .col-lg-5 {
    width: 41.666667%;
1313
  }
Mark Otto's avatar
Mark Otto committed
1314

1315
1316
1317
  .col-lg-6 {
    width: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1318
1319
1320

  .col-lg-7 {
    width: 58.333333%;
1321
  }
Mark Otto's avatar
Mark Otto committed
1322
1323
1324

  .col-lg-8 {
    width: 66.666667%;
1325
  }
Mark Otto's avatar
Mark Otto committed
1326
1327
1328

  .col-lg-9 {
    width: 75%;
1329
  }
Mark Otto's avatar
Mark Otto committed
1330
1331
1332

  .col-lg-10 {
    width: 83.333333%;
1333
  }
Mark Otto's avatar
Mark Otto committed
1334
1335
1336

  .col-lg-11 {
    width: 91.666667%;
1337
  }
Mark Otto's avatar
Mark Otto committed
1338
1339
1340

  .col-lg-12 {
    width: 100%;
1341
  }
Mark Otto's avatar
Mark Otto committed
1342
1343
1344

  .col-lg-pull-0 {
    right: auto;
1345
  }
Mark Otto's avatar
Mark Otto committed
1346
1347
1348

  .col-lg-pull-1 {
    right: 8.333333%;
1349
  }
Mark Otto's avatar
Mark Otto committed
1350
1351
1352

  .col-lg-pull-2 {
    right: 16.666667%;
1353
  }
Mark Otto's avatar
Mark Otto committed
1354
1355
1356

  .col-lg-pull-3 {
    right: 25%;
1357
  }
Mark Otto's avatar
Mark Otto committed
1358
1359
1360

  .col-lg-pull-4 {
    right: 33.333333%;
1361
  }
Mark Otto's avatar
Mark Otto committed
1362
1363
1364
1365
1366

  .col-lg-pull-5 {
    right: 41.666667%;
  }

1367
  .col-lg-pull-6 {
XhmikosR's avatar
XhmikosR committed
1368
    right: 50%;
1369
  }
Mark Otto's avatar
Mark Otto committed
1370
1371
1372

  .col-lg-pull-7 {
    right: 58.333333%;
1373
  }
Mark Otto's avatar
Mark Otto committed
1374
1375
1376

  .col-lg-pull-8 {
    right: 66.666667%;
1377
  }
Mark Otto's avatar
Mark Otto committed
1378
1379
1380

  .col-lg-pull-9 {
    right: 75%;
1381
  }
Mark Otto's avatar
Mark Otto committed
1382
1383
1384

  .col-lg-pull-10 {
    right: 83.333333%;
1385
  }
Mark Otto's avatar
Mark Otto committed
1386
1387
1388

  .col-lg-pull-11 {
    right: 91.666667%;
1389
  }
Mark Otto's avatar
Mark Otto committed
1390
1391
1392

  .col-lg-pull-12 {
    right: 100%;
1393
  }
Mark Otto's avatar
Mark Otto committed
1394
1395
1396

  .col-lg-push-0 {
    left: auto;
1397
  }
Mark Otto's avatar
Mark Otto committed
1398
1399
1400

  .col-lg-push-1 {
    left: 8.333333%;
1401
  }
Mark Otto's avatar
Mark Otto committed
1402
1403
1404

  .col-lg-push-2 {
    left: 16.666667%;
1405
  }
Mark Otto's avatar
Mark Otto committed
1406
1407
1408

  .col-lg-push-3 {
    left: 25%;
1409
  }
Mark Otto's avatar
Mark Otto committed
1410
1411
1412

  .col-lg-push-4 {
    left: 33.333333%;
1413
  }
Mark Otto's avatar
Mark Otto committed
1414
1415
1416

  .col-lg-push-5 {
    left: 41.666667%;
1417
  }
Mark Otto's avatar
Mark Otto committed
1418

1419
  .col-lg-push-6 {
XhmikosR's avatar
XhmikosR committed
1420
    left: 50%;
1421
  }
Mark Otto's avatar
Mark Otto committed
1422
1423
1424

  .col-lg-push-7 {
    left: 58.333333%;
1425
  }
Mark Otto's avatar
Mark Otto committed
1426
1427
1428

  .col-lg-push-8 {
    left: 66.666667%;
1429
  }
Mark Otto's avatar
Mark Otto committed
1430
1431
1432

  .col-lg-push-9 {
    left: 75%;
1433
  }
Mark Otto's avatar
Mark Otto committed
1434
1435
1436

  .col-lg-push-10 {
    left: 83.333333%;
1437
  }
Mark Otto's avatar
Mark Otto committed
1438
1439
1440

  .col-lg-push-11 {
    left: 91.666667%;
1441
  }
Mark Otto's avatar
Mark Otto committed
1442
1443
1444

  .col-lg-push-12 {
    left: 100%;
1445
  }
Mark Otto's avatar
Mark Otto committed
1446
1447
1448

  .col-lg-offset-0 {
    margin-left: 0;
1449
  }
Mark Otto's avatar
Mark Otto committed
1450
1451
1452

  .col-lg-offset-1 {
    margin-left: 8.333333%;
1453
  }
Mark Otto's avatar
Mark Otto committed
1454
1455
1456

  .col-lg-offset-2 {
    margin-left: 16.666667%;
1457
  }
Mark Otto's avatar
Mark Otto committed
1458
1459
1460

  .col-lg-offset-3 {
    margin-left: 25%;
1461
  }
Mark Otto's avatar
Mark Otto committed
1462
1463
1464

  .col-lg-offset-4 {
    margin-left: 33.333333%;
1465
  }
Mark Otto's avatar
Mark Otto committed
1466
1467
1468

  .col-lg-offset-5 {
    margin-left: 41.666667%;
1469
  }
Mark Otto's avatar
Mark Otto committed
1470

1471
  .col-lg-offset-6 {
XhmikosR's avatar
XhmikosR committed
1472
    margin-left: 50%;
1473
  }
Mark Otto's avatar
Mark Otto committed
1474
1475
1476

  .col-lg-offset-7 {
    margin-left: 58.333333%;
1477
  }
Mark Otto's avatar
Mark Otto committed
1478
1479
1480

  .col-lg-offset-8 {
    margin-left: 66.666667%;
1481
  }
Mark Otto's avatar
Mark Otto committed
1482
1483
1484

  .col-lg-offset-9 {
    margin-left: 75%;
1485
  }
Mark Otto's avatar
Mark Otto committed
1486
1487
1488

  .col-lg-offset-10 {
    margin-left: 83.333333%;
1489
  }
Mark Otto's avatar
Mark Otto committed
1490
1491
1492

  .col-lg-offset-11 {
    margin-left: 91.666667%;
1493
  }
Mark Otto's avatar
Mark Otto committed
1494
1495
1496

  .col-lg-offset-12 {
    margin-left: 100%;
1497
  }
1498
}
Mark Otto's avatar
Mark Otto committed
1499

Mark Otto's avatar
Mark Otto committed
1500
@media (min-width: 75em) {
Mark Otto's avatar
Mark Otto committed
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333%;
  }

  .col-xl-8 {
    width: 66.666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.333333%;
  }

  .col-xl-pull-2 {
    right: 16.666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.333333%;
  }

  .col-xl-pull-5 {
    right: 41.666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.333333%;
  }

  .col-xl-pull-8 {
    right: 66.666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.333333%;
  }

  .col-xl-pull-11 {
    right: 91.666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.333333%;
  }

  .col-xl-push-2 {
    left: 16.666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.333333%;
  }

  .col-xl-push-5 {
    left: 41.666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.333333%;
  }

  .col-xl-push-8 {
    left: 66.666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.333333%;
  }

  .col-xl-push-11 {
    left: 91.666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

1710
1711
table {
  background-color: transparent;
1712
}
Mark Otto's avatar
Mark Otto committed
1713

1714
caption {
Mark Otto's avatar
Mark Otto committed
1715
1716
  padding-top: .75rem;
  padding-bottom: .75rem;
Mark Otto's avatar
Mark Otto committed
1717
  color: #818a91;
1718
1719
  text-align: left;
}
Mark Otto's avatar
Mark Otto committed
1720

1721
th {
XhmikosR's avatar
XhmikosR committed
1722
  text-align: left;
1723
}
Mark Otto's avatar
Mark Otto committed
1724

1725
1726
.table {
  width: 100%;
XhmikosR's avatar
XhmikosR committed
1727
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
1728
  margin-bottom: 1rem;
Mark Otto's avatar
Mark Otto committed
1729
}
1730
.table th, .table td {
Mark Otto's avatar
Mark Otto committed
1731
  padding: .75rem;
Mark Otto's avatar
Mark Otto committed
1732
  line-height: 1.5;
1733
  vertical-align: top;
Mark Otto's avatar
Mark Otto committed
1734
  border-top: 1px solid #eceeef;
1735
}
1736
.table thead th {
1737
  vertical-align: bottom;
Mark Otto's avatar
Mark Otto committed
1738
  border-bottom: 2px solid #eceeef;
1739
}
1740
.table tbody + tbody {
Mark Otto's avatar
Mark Otto committed
1741
  border-top: 2px solid #eceeef;
1742
}
1743
1744
1745
.table .table {
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
1746

1747
.table-sm th, .table-sm td {
Mark Otto's avatar
Mark Otto committed
1748
  padding: .3rem;
1749
}
Mark Otto's avatar
Mark Otto committed
1750

1751
.table-bordered {
Mark Otto's avatar
Mark Otto committed
1752
  border: 1px solid #eceeef;
1753
}
1754
.table-bordered th, .table-bordered td {
Mark Otto's avatar
Mark Otto committed
1755
  border: 1px solid #eceeef;
1756
}
1757
.table-bordered thead th, .table-bordered thead td {
1758
  border-bottom-width: 2px;
1759
}
Mark Otto's avatar
Mark Otto committed
1760

1761
.table-striped tbody tr:nth-child(odd) {
1762
  background-color: #f9f9f9;
1763
}
Mark Otto's avatar
Mark Otto committed
1764

1765
.table-hover tbody tr:hover {
1766
  background-color: #f5f5f5;
1767
}
Mark Otto's avatar
Mark Otto committed
1768

1769
1770
table col[class*="col-"] {
  position: static;
Mark Otto's avatar
grunt    
Mark Otto committed
1771
  display: table-column;
Mark Otto's avatar
Mark Otto committed
1772
  float: none;
1773
}
Mark Otto's avatar
Mark Otto committed
1774
1775

table td[class*="col-"], table th[class*="col-"] {
1776
  position: static;
Mark Otto's avatar
grunt    
Mark Otto committed
1777
  display: table-cell;
Mark Otto's avatar
Mark Otto committed
1778
  float: none;
1779
}
Mark Otto's avatar
Mark Otto committed
1780
1781

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
1782
  background-color: #f5f5f5;
1783
}
Mark Otto's avatar
Mark Otto committed
1784
1785

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
1786
  background-color: #e8e8e8;
1787
}
Mark Otto's avatar
Mark Otto committed
1788
1789

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
1790
  background-color: #dff0d8;
1791
}
Mark Otto's avatar
Mark Otto committed
1792
1793

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
1794
  background-color: #d0e9c6;
1795
}
Mark Otto's avatar
Mark Otto committed
1796
1797

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
1798
  background-color: #d9edf7;
1799
}
Mark Otto's avatar
Mark Otto committed
1800
1801

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
1802
  background-color: #c4e3f3;
1803
}
Mark Otto's avatar
Mark Otto committed
1804
1805

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
1806
  background-color: #fcf8e3;
1807
}
Mark Otto's avatar
Mark Otto committed
1808
1809

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
1810
  background-color: #faf2cc;
1811
}
Mark Otto's avatar
Mark Otto committed
1812
1813

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
1814
  background-color: #f2dede;
1815
}
Mark Otto's avatar
Mark Otto committed
1816
1817

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
1818
  background-color: #ebcccc;
1819
}
Mark Otto's avatar
Mark Otto committed
1820

1821
.table-responsive {
1822
1823
  display: block;
  width: 100%;
1824
1825
  overflow-x: auto;
}
Mark Otto's avatar
Mark Otto committed
1826

1827
.thead-inverse th {
Mark Otto's avatar
Mark Otto committed
1828
1829
1830
  color: #fff;
  background-color: #373a3c;
}
Mark Otto's avatar
Mark Otto committed
1831

1832
.thead-default th {
Mark Otto's avatar
Mark Otto committed
1833
1834
1835
  color: #55595c;
  background-color: #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1836

Mark Otto's avatar
Mark Otto committed
1837
1838
1839
1840
1841
1842
1843
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
1844
.table-inverse th, .table-inverse td {
Mark Otto's avatar
Mark Otto committed
1845
1846
  border-color: #55595c;
}
Mark Otto's avatar
Mark Otto committed
1847

1848
1849
1850
1851
1852
1853
1854
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
1855
.table-reflow th, .table-reflow td {
1856
1857
1858
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
1859
.table-reflow th:last-child, .table-reflow td:last-child {
1860
1861
  border-right: 1px solid #eceeef;
}
1862
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
1863
1864
1865
1866
1867
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
Mark Otto's avatar
Mark Otto committed
1868
.table-reflow tr th, .table-reflow tr td {
1869
1870
1871
  display: block !important;
  border: 1px solid #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1872

1873
fieldset {
Mark Otto's avatar
grunt    
Mark Otto committed
1874
  min-width: 0;
1875
1876
1877
  padding: 0;
  margin: 0;
  border: 0;
1878
}
Mark Otto's avatar
Mark Otto committed
1879

1880
1881
1882
1883
legend {
  display: block;
  width: 100%;
  padding: 0;
1884
  margin-bottom: 1;
Mark Otto's avatar
Mark Otto committed
1885
  font-size: 1.5rem;
1886
  line-height: inherit;
1887
  color: #373a3c;
1888
1889
  border: 0;
  border-bottom: 1px solid #e5e5e5;
1890
}
Mark Otto's avatar
Mark Otto committed
1891

1892
1893
1894
label {
  display: inline-block;
  margin-bottom: 5px;
1895
}
Mark Otto's avatar
Mark Otto committed
1896

1897
1898
1899
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
1900
}
Mark Otto's avatar
Mark Otto committed
1901
1902

input[type="radio"], input[type="checkbox"] {
1903
1904
1905
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
1906
}
Mark Otto's avatar
Mark Otto committed
1907

1908
1909
input[type="file"] {
  display: block;
1910
}
Mark Otto's avatar
Mark Otto committed
1911

1912
1913
1914
input[type="range"] {
  display: block;
  width: 100%;
1915
}
Mark Otto's avatar
Mark Otto committed
1916
1917

select[multiple], select[size] {
1918
  height: auto;
1919
}
Mark Otto's avatar
Mark Otto committed
1920
1921

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
1922
1923
1924
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
1925
}
Mark Otto's avatar
Mark Otto committed
1926

1927
1928
output {
  display: block;
Mark Otto's avatar
Mark Otto committed
1929
  padding-top: 1.5rem;
Mark Otto's avatar
Mark Otto committed
1930
1931
  font-size: 1rem;
  line-height: 1.5;
1932
  color: #55595c;
1933
}
Mark Otto's avatar
Mark Otto committed
1934

1935
1936
1937
.form-control {
  display: block;
  width: 100%;
1938
  height: 2.65rem;
Mark Otto's avatar
Mark Otto committed
1939
  padding: .5rem .75rem;
Mark Otto's avatar
Mark Otto committed
1940
1941
  font-size: 1rem;
  line-height: 1.5;
1942
  color: #55595c;
Mark Otto's avatar
Mark Otto committed
1943
1944
1945
1946
1947
1948
1949
1950
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1951
}
1952
1953
1954
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
Mark Otto's avatar
Mark Otto committed
1955
1956
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
1957
1958
}
.form-control::-webkit-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1959
  color: #999;
1960
  opacity: 1;
1961
}
1962
.form-control::-moz-placeholder {
Mark Otto's avatar
Mark Otto committed
1963
  color: #999;
1964
  opacity: 1;
1965
}
1966
.form-control:-ms-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1967
  color: #999;
1968
  opacity: 1;
1969
}
1970
.form-control::placeholder {
Mark Otto's avatar
Mark Otto committed
1971
  color: #999;
1972
  opacity: 1;
1973
}
Mark Otto's avatar
grunt    
Mark Otto committed
1974
.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
1975
  cursor: not-allowed;
1976
  background-color: #eceeef;
1977
  opacity: 1;
1978
}
1979
1980

textarea.form-control {
1981
  height: auto;
Mark Otto's avatar
Mark Otto committed
1982
1983
  padding-top: .75rem;
  padding-bottom: .75rem;
1984
}
Mark Otto's avatar
Mark Otto committed
1985

1986
1987
input[type="search"] {
  -webkit-appearance: none;
1988
}
Mark Otto's avatar
Mark Otto committed
1989

Mark Otto's avatar
Mark Otto committed
1990
@media screen and (-webkit-min-device-pixel-ratio: 0) {
Mark Otto's avatar
Mark Otto committed
1991
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
Mark Otto's avatar
Mark Otto committed
1992
1993
    line-height: 2.65rem;
  }
Mark Otto's avatar
Mark Otto committed
1994
1995

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
Mark Otto's avatar
Mark Otto committed
1996
1997
    line-height: 2.025rem;
  }
Mark Otto's avatar
Mark Otto committed
1998
1999

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
Mark Otto's avatar
Mark Otto committed
2000
    line-height: 3.3125rem;
For faster browsing, not all history is shown. View entire blame