bootstrap.css 114 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1001
    left: 41.666667%;
1002
  }
Mark Otto's avatar
Mark Otto committed
1003

1004
  .col-sm-push-6 {
XhmikosR's avatar
XhmikosR committed
1005
    left: 50%;
1006
  }
Mark Otto's avatar
Mark Otto committed
1007
1008
1009

  .col-sm-push-7 {
    left: 58.333333%;
1010
  }
Mark Otto's avatar
Mark Otto committed
1011
1012
1013

  .col-sm-push-8 {
    left: 66.666667%;
1014
  }
Mark Otto's avatar
Mark Otto committed
1015
1016
1017

  .col-sm-push-9 {
    left: 75%;
1018
  }
Mark Otto's avatar
Mark Otto committed
1019
1020
1021

  .col-sm-push-10 {
    left: 83.333333%;
1022
  }
Mark Otto's avatar
Mark Otto committed
1023
1024
1025

  .col-sm-push-11 {
    left: 91.666667%;
1026
  }
Mark Otto's avatar
Mark Otto committed
1027
1028
1029

  .col-sm-push-12 {
    left: 100%;
1030
  }
Mark Otto's avatar
Mark Otto committed
1031
1032
1033

  .col-sm-offset-0 {
    margin-left: 0;
1034
  }
Mark Otto's avatar
Mark Otto committed
1035
1036
1037

  .col-sm-offset-1 {
    margin-left: 8.333333%;
1038
  }
Mark Otto's avatar
Mark Otto committed
1039
1040
1041

  .col-sm-offset-2 {
    margin-left: 16.666667%;
1042
  }
Mark Otto's avatar
Mark Otto committed
1043
1044
1045

  .col-sm-offset-3 {
    margin-left: 25%;
1046
  }
Mark Otto's avatar
Mark Otto committed
1047
1048
1049

  .col-sm-offset-4 {
    margin-left: 33.333333%;
1050
  }
Mark Otto's avatar
Mark Otto committed
1051
1052
1053

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

1056
  .col-sm-offset-6 {
XhmikosR's avatar
XhmikosR committed
1057
    margin-left: 50%;
1058
  }
Mark Otto's avatar
Mark Otto committed
1059
1060
1061

  .col-sm-offset-7 {
    margin-left: 58.333333%;
1062
  }
Mark Otto's avatar
Mark Otto committed
1063
1064
1065

  .col-sm-offset-8 {
    margin-left: 66.666667%;
1066
  }
Mark Otto's avatar
Mark Otto committed
1067
1068
1069

  .col-sm-offset-9 {
    margin-left: 75%;
1070
  }
Mark Otto's avatar
Mark Otto committed
1071
1072
1073

  .col-sm-offset-10 {
    margin-left: 83.333333%;
1074
  }
Mark Otto's avatar
Mark Otto committed
1075
1076
1077

  .col-sm-offset-11 {
    margin-left: 91.666667%;
1078
  }
Mark Otto's avatar
Mark Otto committed
1079
1080
1081

  .col-sm-offset-12 {
    margin-left: 100%;
1082
  }
1083
}
Mark Otto's avatar
Mark Otto committed
1084

Mark Otto's avatar
Mark Otto committed
1085
@media (min-width: 48em) {
XhmikosR's avatar
XhmikosR committed
1086
1087
  .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;
1088
  }
Mark Otto's avatar
Mark Otto committed
1089
1090
1091

  .col-md-1 {
    width: 8.333333%;
1092
  }
Mark Otto's avatar
Mark Otto committed
1093
1094
1095

  .col-md-2 {
    width: 16.666667%;
1096
  }
Mark Otto's avatar
Mark Otto committed
1097
1098
1099

  .col-md-3 {
    width: 25%;
1100
  }
Mark Otto's avatar
Mark Otto committed
1101
1102
1103

  .col-md-4 {
    width: 33.333333%;
1104
  }
Mark Otto's avatar
Mark Otto committed
1105
1106
1107

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

1110
1111
1112
  .col-md-6 {
    width: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1113
1114
1115

  .col-md-7 {
    width: 58.333333%;
1116
  }
Mark Otto's avatar
Mark Otto committed
1117
1118
1119

  .col-md-8 {
    width: 66.666667%;
1120
  }
Mark Otto's avatar
Mark Otto committed
1121
1122
1123

  .col-md-9 {
    width: 75%;
1124
  }
Mark Otto's avatar
Mark Otto committed
1125
1126
1127

  .col-md-10 {
    width: 83.333333%;
1128
  }
Mark Otto's avatar
Mark Otto committed
1129
1130
1131

  .col-md-11 {
    width: 91.666667%;
1132
  }
Mark Otto's avatar
Mark Otto committed
1133
1134
1135

  .col-md-12 {
    width: 100%;
1136
  }
Mark Otto's avatar
Mark Otto committed
1137
1138
1139

  .col-md-pull-0 {
    right: auto;
1140
  }
Mark Otto's avatar
Mark Otto committed
1141
1142
1143

  .col-md-pull-1 {
    right: 8.333333%;
1144
  }
Mark Otto's avatar
Mark Otto committed
1145
1146
1147

  .col-md-pull-2 {
    right: 16.666667%;
1148
  }
Mark Otto's avatar
Mark Otto committed
1149
1150
1151

  .col-md-pull-3 {
    right: 25%;
1152
  }
Mark Otto's avatar
Mark Otto committed
1153
1154
1155

  .col-md-pull-4 {
    right: 33.333333%;
1156
  }
Mark Otto's avatar
Mark Otto committed
1157
1158
1159
1160
1161

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

1162
  .col-md-pull-6 {
XhmikosR's avatar
XhmikosR committed
1163
    right: 50%;
1164
  }
Mark Otto's avatar
Mark Otto committed
1165
1166
1167

  .col-md-pull-7 {
    right: 58.333333%;
1168
  }
Mark Otto's avatar
Mark Otto committed
1169
1170
1171

  .col-md-pull-8 {
    right: 66.666667%;
1172
  }
Mark Otto's avatar
Mark Otto committed
1173
1174
1175

  .col-md-pull-9 {
    right: 75%;
1176
  }
Mark Otto's avatar
Mark Otto committed
1177
1178
1179

  .col-md-pull-10 {
    right: 83.333333%;
1180
  }
Mark Otto's avatar
Mark Otto committed
1181
1182
1183

  .col-md-pull-11 {
    right: 91.666667%;
1184
  }
Mark Otto's avatar
Mark Otto committed
1185
1186
1187

  .col-md-pull-12 {
    right: 100%;
1188
  }
Mark Otto's avatar
Mark Otto committed
1189
1190
1191

  .col-md-push-0 {
    left: auto;
1192
  }
Mark Otto's avatar
Mark Otto committed
1193
1194
1195

  .col-md-push-1 {
    left: 8.333333%;
1196
  }
Mark Otto's avatar
Mark Otto committed
1197
1198
1199

  .col-md-push-2 {
    left: 16.666667%;
1200
  }
Mark Otto's avatar
Mark Otto committed
1201
1202
1203

  .col-md-push-3 {
    left: 25%;
1204
  }
Mark Otto's avatar
Mark Otto committed
1205
1206
1207

  .col-md-push-4 {
    left: 33.333333%;
1208
  }
Mark Otto's avatar
Mark Otto committed
1209
1210
1211

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

1214
  .col-md-push-6 {
XhmikosR's avatar
XhmikosR committed
1215
    left: 50%;
1216
  }
Mark Otto's avatar
Mark Otto committed
1217
1218
1219

  .col-md-push-7 {
    left: 58.333333%;
1220
  }
Mark Otto's avatar
Mark Otto committed
1221
1222
1223

  .col-md-push-8 {
    left: 66.666667%;
1224
  }
Mark Otto's avatar
Mark Otto committed
1225
1226
1227

  .col-md-push-9 {
    left: 75%;
1228
  }
Mark Otto's avatar
Mark Otto committed
1229
1230
1231

  .col-md-push-10 {
    left: 83.333333%;
1232
  }
Mark Otto's avatar
Mark Otto committed
1233
1234
1235

  .col-md-push-11 {
    left: 91.666667%;
1236
  }
Mark Otto's avatar
Mark Otto committed
1237
1238
1239

  .col-md-push-12 {
    left: 100%;
1240
  }
Mark Otto's avatar
Mark Otto committed
1241
1242
1243

  .col-md-offset-0 {
    margin-left: 0;
1244
  }
Mark Otto's avatar
Mark Otto committed
1245
1246
1247

  .col-md-offset-1 {
    margin-left: 8.333333%;
1248
  }
Mark Otto's avatar
Mark Otto committed
1249
1250
1251

  .col-md-offset-2 {
    margin-left: 16.666667%;
1252
  }
Mark Otto's avatar
Mark Otto committed
1253
1254
1255

  .col-md-offset-3 {
    margin-left: 25%;
1256
  }
Mark Otto's avatar
Mark Otto committed
1257
1258
1259

  .col-md-offset-4 {
    margin-left: 33.333333%;
1260
  }
Mark Otto's avatar
Mark Otto committed
1261
1262
1263

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

1266
  .col-md-offset-6 {
XhmikosR's avatar
XhmikosR committed
1267
    margin-left: 50%;
1268
  }
Mark Otto's avatar
Mark Otto committed
1269
1270
1271

  .col-md-offset-7 {
    margin-left: 58.333333%;
1272
  }
Mark Otto's avatar
Mark Otto committed
1273
1274
1275

  .col-md-offset-8 {
    margin-left: 66.666667%;
1276
  }
Mark Otto's avatar
Mark Otto committed
1277
1278
1279

  .col-md-offset-9 {
    margin-left: 75%;
1280
  }
Mark Otto's avatar
Mark Otto committed
1281
1282
1283

  .col-md-offset-10 {
    margin-left: 83.333333%;
1284
  }
Mark Otto's avatar
Mark Otto committed
1285
1286
1287

  .col-md-offset-11 {
    margin-left: 91.666667%;
1288
  }
Mark Otto's avatar
Mark Otto committed
1289
1290
1291

  .col-md-offset-12 {
    margin-left: 100%;
1292
  }
1293
}
Mark Otto's avatar
Mark Otto committed
1294

Mark Otto's avatar
Mark Otto committed
1295
@media (min-width: 62em) {
XhmikosR's avatar
XhmikosR committed
1296
1297
  .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;
1298
  }
Mark Otto's avatar
Mark Otto committed
1299
1300
1301

  .col-lg-1 {
    width: 8.333333%;
1302
  }
Mark Otto's avatar
Mark Otto committed
1303
1304
1305

  .col-lg-2 {
    width: 16.666667%;
1306
  }
Mark Otto's avatar
Mark Otto committed
1307
1308
1309

  .col-lg-3 {
    width: 25%;
1310
  }
Mark Otto's avatar
Mark Otto committed
1311
1312
1313

  .col-lg-4 {
    width: 33.333333%;
1314
  }
Mark Otto's avatar
Mark Otto committed
1315
1316
1317

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

1320
1321
1322
  .col-lg-6 {
    width: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1323
1324
1325

  .col-lg-7 {
    width: 58.333333%;
1326
  }
Mark Otto's avatar
Mark Otto committed
1327
1328
1329

  .col-lg-8 {
    width: 66.666667%;
1330
  }
Mark Otto's avatar
Mark Otto committed
1331
1332
1333

  .col-lg-9 {
    width: 75%;
1334
  }
Mark Otto's avatar
Mark Otto committed
1335
1336
1337

  .col-lg-10 {
    width: 83.333333%;
1338
  }
Mark Otto's avatar
Mark Otto committed
1339
1340
1341

  .col-lg-11 {
    width: 91.666667%;
1342
  }
Mark Otto's avatar
Mark Otto committed
1343
1344
1345

  .col-lg-12 {
    width: 100%;
1346
  }
Mark Otto's avatar
Mark Otto committed
1347
1348
1349

  .col-lg-pull-0 {
    right: auto;
1350
  }
Mark Otto's avatar
Mark Otto committed
1351
1352
1353

  .col-lg-pull-1 {
    right: 8.333333%;
1354
  }
Mark Otto's avatar
Mark Otto committed
1355
1356
1357

  .col-lg-pull-2 {
    right: 16.666667%;
1358
  }
Mark Otto's avatar
Mark Otto committed
1359
1360
1361

  .col-lg-pull-3 {
    right: 25%;
1362
  }
Mark Otto's avatar
Mark Otto committed
1363
1364
1365

  .col-lg-pull-4 {
    right: 33.333333%;
1366
  }
Mark Otto's avatar
Mark Otto committed
1367
1368
1369
1370
1371

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

1372
  .col-lg-pull-6 {
XhmikosR's avatar
XhmikosR committed
1373
    right: 50%;
1374
  }
Mark Otto's avatar
Mark Otto committed
1375
1376
1377

  .col-lg-pull-7 {
    right: 58.333333%;
1378
  }
Mark Otto's avatar
Mark Otto committed
1379
1380
1381

  .col-lg-pull-8 {
    right: 66.666667%;
1382
  }
Mark Otto's avatar
Mark Otto committed
1383
1384
1385

  .col-lg-pull-9 {
    right: 75%;
1386
  }
Mark Otto's avatar
Mark Otto committed
1387
1388
1389

  .col-lg-pull-10 {
    right: 83.333333%;
1390
  }
Mark Otto's avatar
Mark Otto committed
1391
1392
1393

  .col-lg-pull-11 {
    right: 91.666667%;
1394
  }
Mark Otto's avatar
Mark Otto committed
1395
1396
1397

  .col-lg-pull-12 {
    right: 100%;
1398
  }
Mark Otto's avatar
Mark Otto committed
1399
1400
1401

  .col-lg-push-0 {
    left: auto;
1402
  }
Mark Otto's avatar
Mark Otto committed
1403
1404
1405

  .col-lg-push-1 {
    left: 8.333333%;
1406
  }
Mark Otto's avatar
Mark Otto committed
1407
1408
1409

  .col-lg-push-2 {
    left: 16.666667%;
1410
  }
Mark Otto's avatar
Mark Otto committed
1411
1412
1413

  .col-lg-push-3 {
    left: 25%;
1414
  }
Mark Otto's avatar
Mark Otto committed
1415
1416
1417

  .col-lg-push-4 {
    left: 33.333333%;
1418
  }
Mark Otto's avatar
Mark Otto committed
1419
1420
1421

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

1424
  .col-lg-push-6 {
XhmikosR's avatar
XhmikosR committed
1425
    left: 50%;
1426
  }
Mark Otto's avatar
Mark Otto committed
1427
1428
1429

  .col-lg-push-7 {
    left: 58.333333%;
1430
  }
Mark Otto's avatar
Mark Otto committed
1431
1432
1433

  .col-lg-push-8 {
    left: 66.666667%;
1434
  }
Mark Otto's avatar
Mark Otto committed
1435
1436
1437

  .col-lg-push-9 {
    left: 75%;
1438
  }
Mark Otto's avatar
Mark Otto committed
1439
1440
1441

  .col-lg-push-10 {
    left: 83.333333%;
1442
  }
Mark Otto's avatar
Mark Otto committed
1443
1444
1445

  .col-lg-push-11 {
    left: 91.666667%;
1446
  }
Mark Otto's avatar
Mark Otto committed
1447
1448
1449

  .col-lg-push-12 {
    left: 100%;
1450
  }
Mark Otto's avatar
Mark Otto committed
1451
1452
1453

  .col-lg-offset-0 {
    margin-left: 0;
1454
  }
Mark Otto's avatar
Mark Otto committed
1455
1456
1457

  .col-lg-offset-1 {
    margin-left: 8.333333%;
1458
  }
Mark Otto's avatar
Mark Otto committed
1459
1460
1461

  .col-lg-offset-2 {
    margin-left: 16.666667%;
1462
  }
Mark Otto's avatar
Mark Otto committed
1463
1464
1465

  .col-lg-offset-3 {
    margin-left: 25%;
1466
  }
Mark Otto's avatar
Mark Otto committed
1467
1468
1469

  .col-lg-offset-4 {
    margin-left: 33.333333%;
1470
  }
Mark Otto's avatar
Mark Otto committed
1471
1472
1473

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

1476
  .col-lg-offset-6 {
XhmikosR's avatar
XhmikosR committed
1477
    margin-left: 50%;
1478
  }
Mark Otto's avatar
Mark Otto committed
1479
1480
1481

  .col-lg-offset-7 {
    margin-left: 58.333333%;
1482
  }
Mark Otto's avatar
Mark Otto committed
1483
1484
1485

  .col-lg-offset-8 {
    margin-left: 66.666667%;
1486
  }
Mark Otto's avatar
Mark Otto committed
1487
1488
1489

  .col-lg-offset-9 {
    margin-left: 75%;
1490
  }
Mark Otto's avatar
Mark Otto committed
1491
1492
1493

  .col-lg-offset-10 {
    margin-left: 83.333333%;
1494
  }
Mark Otto's avatar
Mark Otto committed
1495
1496
1497

  .col-lg-offset-11 {
    margin-left: 91.666667%;
1498
  }
Mark Otto's avatar
Mark Otto committed
1499
1500
1501

  .col-lg-offset-12 {
    margin-left: 100%;
1502
  }
1503
}
Mark Otto's avatar
Mark Otto committed
1504

Mark Otto's avatar
Mark Otto committed
1505
@media (min-width: 75em) {
Mark Otto's avatar
Mark Otto committed
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
1710
1711
1712
1713
1714
  .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%;
  }
}

1715
1716
table {
  background-color: transparent;
1717
}
Mark Otto's avatar
Mark Otto committed
1718

1719
caption {
Mark Otto's avatar
Mark Otto committed
1720
1721
  padding-top: .75rem;
  padding-bottom: .75rem;
Mark Otto's avatar
Mark Otto committed
1722
  color: #818a91;
1723
1724
  text-align: left;
}
Mark Otto's avatar
Mark Otto committed
1725

1726
th {
XhmikosR's avatar
XhmikosR committed
1727
  text-align: left;
1728
}
Mark Otto's avatar
Mark Otto committed
1729

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

1752
.table-sm th, .table-sm td {
Mark Otto's avatar
Mark Otto committed
1753
  padding: .3rem;
1754
}
Mark Otto's avatar
Mark Otto committed
1755

1756
.table-bordered {
Mark Otto's avatar
Mark Otto committed
1757
  border: 1px solid #eceeef;
1758
}
1759
.table-bordered th, .table-bordered td {
Mark Otto's avatar
Mark Otto committed
1760
  border: 1px solid #eceeef;
1761
}
1762
.table-bordered thead th, .table-bordered thead td {
1763
  border-bottom-width: 2px;
1764
}
Mark Otto's avatar
Mark Otto committed
1765

1766
.table-striped tbody tr:nth-child(odd) {
1767
  background-color: #f9f9f9;
1768
}
Mark Otto's avatar
Mark Otto committed
1769

1770
.table-hover tbody tr:hover {
1771
  background-color: #f5f5f5;
1772
}
Mark Otto's avatar
Mark Otto committed
1773

1774
1775
table col[class*="col-"] {
  position: static;
Mark Otto's avatar
grunt    
Mark Otto committed
1776
  display: table-column;
Mark Otto's avatar
Mark Otto committed
1777
  float: none;
1778
}
Mark Otto's avatar
Mark Otto committed
1779
1780

table td[class*="col-"], table th[class*="col-"] {
1781
  position: static;
Mark Otto's avatar
grunt    
Mark Otto committed
1782
  display: table-cell;
Mark Otto's avatar
Mark Otto committed
1783
  float: none;
1784
}
Mark Otto's avatar
Mark Otto committed
1785
1786

.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 {
1787
  background-color: #f5f5f5;
1788
}
Mark Otto's avatar
Mark Otto committed
1789
1790

.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 {
1791
  background-color: #e8e8e8;
1792
}
Mark Otto's avatar
Mark Otto committed
1793
1794

.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 {
1795
  background-color: #dff0d8;
1796
}
Mark Otto's avatar
Mark Otto committed
1797
1798

.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 {
1799
  background-color: #d0e9c6;
1800
}
Mark Otto's avatar
Mark Otto committed
1801
1802

.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 {
1803
  background-color: #d9edf7;
1804
}
Mark Otto's avatar
Mark Otto committed
1805
1806

.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 {
1807
  background-color: #c4e3f3;
1808
}
Mark Otto's avatar
Mark Otto committed
1809
1810

.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 {
1811
  background-color: #fcf8e3;
1812
}
Mark Otto's avatar
Mark Otto committed
1813
1814

.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 {
1815
  background-color: #faf2cc;
1816
}
Mark Otto's avatar
Mark Otto committed
1817
1818

.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 {
1819
  background-color: #f2dede;
1820
}
Mark Otto's avatar
Mark Otto committed
1821
1822

.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 {
1823
  background-color: #ebcccc;
1824
}
Mark Otto's avatar
Mark Otto committed
1825

1826
.table-responsive {
1827
1828
  display: block;
  width: 100%;
1829
1830
  overflow-x: auto;
}
Mark Otto's avatar
Mark Otto committed
1831

1832
.thead-inverse th {
Mark Otto's avatar
Mark Otto committed
1833
1834
1835
  color: #fff;
  background-color: #373a3c;
}
Mark Otto's avatar
Mark Otto committed
1836

1837
.thead-default th {
Mark Otto's avatar
Mark Otto committed
1838
1839
1840
  color: #55595c;
  background-color: #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1841

Mark Otto's avatar
Mark Otto committed
1842
1843
1844
1845
1846
1847
1848
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
1849
.table-inverse th, .table-inverse td {
Mark Otto's avatar
Mark Otto committed
1850
1851
  border-color: #55595c;
}
Mark Otto's avatar
Mark Otto committed
1852

1853
1854
1855
1856
1857
1858
1859
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
1860
.table-reflow th, .table-reflow td {
1861
1862
1863
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
1864
.table-reflow th:last-child, .table-reflow td:last-child {
1865
1866
  border-right: 1px solid #eceeef;
}
1867
.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 {
1868
1869
1870
1871
1872
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
Mark Otto's avatar
Mark Otto committed
1873
.table-reflow tr th, .table-reflow tr td {
1874
1875
1876
  display: block !important;
  border: 1px solid #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1877

1878
fieldset {
Mark Otto's avatar
grunt    
Mark Otto committed
1879
  min-width: 0;
1880
1881
1882
  padding: 0;
  margin: 0;
  border: 0;
1883
}
Mark Otto's avatar
Mark Otto committed
1884

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

1897
1898
1899
label {
  display: inline-block;
  margin-bottom: 5px;
1900
}
Mark Otto's avatar
Mark Otto committed
1901

1902
1903
1904
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
1905
}
Mark Otto's avatar
Mark Otto committed
1906
1907

input[type="radio"], input[type="checkbox"] {
1908
1909
1910
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
1911
}
Mark Otto's avatar
Mark Otto committed
1912

1913
1914
input[type="file"] {
  display: block;
1915
}
Mark Otto's avatar
Mark Otto committed
1916

1917
1918
1919
input[type="range"] {
  display: block;
  width: 100%;
1920
}
Mark Otto's avatar
Mark Otto committed
1921
1922

select[multiple], select[size] {
1923
  height: auto;
1924
}
Mark Otto's avatar
Mark Otto committed
1925
1926

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
1927
1928
1929
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
1930
}
Mark Otto's avatar
Mark Otto committed
1931

1932
1933
output {
  display: block;
Mark Otto's avatar
Mark Otto committed
1934
  padding-top: 1.5rem;
Mark Otto's avatar
Mark Otto committed
1935
1936
  font-size: 1rem;
  line-height: 1.5;
1937
  color: #55595c;
1938
}
Mark Otto's avatar
Mark Otto committed
1939

1940
1941
1942
.form-control {
  display: block;
  width: 100%;
1943
  height: 2.65rem;
Mark Otto's avatar
Mark Otto committed
1944
  padding: .5rem .75rem;
Mark Otto's avatar
Mark Otto committed
1945
1946
  font-size: 1rem;
  line-height: 1.5;
1947
  color: #55595c;
Mark Otto's avatar
Mark Otto committed
1948
1949
1950
1951
1952
1953
1954
1955
  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;
1956
}
1957
1958
1959
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
Mark Otto's avatar
Mark Otto committed
1960
1961
  -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);
1962
1963
}
.form-control::-webkit-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1964
  color: #999;
1965
  opacity: 1;
1966
}
1967
.form-control::-moz-placeholder {
Mark Otto's avatar
Mark Otto committed
1968
  color: #999;
1969
  opacity: 1;
1970
}
1971
.form-control:-ms-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1972
  color: #999;
1973
  opacity: 1;
1974
}
1975
.form-control::placeholder {
Mark Otto's avatar
Mark Otto committed
1976
  color: #999;
1977
  opacity: 1;
1978
}
Mark Otto's avatar
grunt    
Mark Otto committed
1979
.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
1980
  cursor: not-allowed;
1981
  background-color: #eceeef;
1982
  opacity: 1;
1983
}
1984
1985

textarea.form-control {
1986
  height: auto;
Mark Otto's avatar
Mark Otto committed
1987
1988
  padding-top: .75rem;
  padding-bottom: .75rem;
1989
}
Mark Otto's avatar
Mark Otto committed
1990

1991
1992
input[type="search"] {
  -webkit-appearance: none;
1993
}
Mark Otto's avatar
Mark Otto committed
1994

Mark Otto's avatar
Mark Otto committed
1995
@media screen and (-webkit-min-device-pixel-ratio: 0) {
Mark Otto's avatar
Mark Otto committed
1996
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
Mark Otto's avatar
Mark Otto committed
1997
1998
    line-height: 2.65rem;
  }
Mark Otto's avatar
Mark Otto committed
1999
  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-group-sm input[type="date"], 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-group-sm input[type="time"], 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-group-sm input[type="datetime-local"], 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, .input-group-sm input[type="month"] {
Mark Otto's avatar
Mark Otto committed
2000
    line-height: 2.025rem;
For faster browsing, not all history is shown. View entire blame