bootstrap.css 106 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1001
1002
1003

.col-xs-offset-12 {
  margin-left: 100%;
Mark Otto's avatar
Mark Otto committed
1004
}
Mark Otto's avatar
Mark Otto committed
1005

Mark Otto's avatar
Mark Otto committed
1006
@media (min-width: 34em) {
Mark Otto's avatar
grunt    
Mark Otto committed
1007
1008
1009
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
Mark Otto's avatar
Mark Otto committed
1010
  .col-sm-1 {
Mark Otto's avatar
grunt    
Mark Otto committed
1011
    width: 8.333333%;
1012
  }
Mark Otto's avatar
Mark Otto committed
1013
  .col-sm-2 {
Mark Otto's avatar
grunt    
Mark Otto committed
1014
    width: 16.666667%;
1015
  }
Mark Otto's avatar
Mark Otto committed
1016
  .col-sm-3 {
Mark Otto's avatar
grunt    
Mark Otto committed
1017
    width: 25%;
1018
  }
Mark Otto's avatar
Mark Otto committed
1019
  .col-sm-4 {
Mark Otto's avatar
grunt    
Mark Otto committed
1020
    width: 33.333333%;
1021
  }
Mark Otto's avatar
Mark Otto committed
1022
  .col-sm-5 {
Mark Otto's avatar
grunt    
Mark Otto committed
1023
    width: 41.666667%;
1024
1025
  }
  .col-sm-6 {
Mark Otto's avatar
grunt    
Mark Otto committed
1026
    width: 50%;
1027
  }
Mark Otto's avatar
Mark Otto committed
1028
  .col-sm-7 {
Mark Otto's avatar
grunt    
Mark Otto committed
1029
    width: 58.333333%;
1030
  }
Mark Otto's avatar
Mark Otto committed
1031
  .col-sm-8 {
Mark Otto's avatar
grunt    
Mark Otto committed
1032
    width: 66.666667%;
1033
  }
Mark Otto's avatar
Mark Otto committed
1034
  .col-sm-9 {
Mark Otto's avatar
grunt    
Mark Otto committed
1035
    width: 75%;
1036
  }
Mark Otto's avatar
Mark Otto committed
1037
  .col-sm-10 {
Mark Otto's avatar
grunt    
Mark Otto committed
1038
    width: 83.333333%;
1039
  }
Mark Otto's avatar
Mark Otto committed
1040
  .col-sm-11 {
Mark Otto's avatar
grunt    
Mark Otto committed
1041
    width: 91.666667%;
1042
  }
Mark Otto's avatar
Mark Otto committed
1043
  .col-sm-12 {
Mark Otto's avatar
grunt    
Mark Otto committed
1044
    width: 100%;
1045
  }
Mark Otto's avatar
Mark Otto committed
1046
1047
  .col-sm-pull-0 {
    right: auto;
1048
  }
Mark Otto's avatar
Mark Otto committed
1049
1050
  .col-sm-pull-1 {
    right: 8.333333%;
1051
  }
Mark Otto's avatar
Mark Otto committed
1052
1053
  .col-sm-pull-2 {
    right: 16.666667%;
1054
  }
Mark Otto's avatar
Mark Otto committed
1055
1056
  .col-sm-pull-3 {
    right: 25%;
1057
  }
Mark Otto's avatar
Mark Otto committed
1058
1059
1060
1061
1062
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
1063
1064
1065
1066
  }
  .col-sm-pull-6 {
    right: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1067
1068
  .col-sm-pull-7 {
    right: 58.333333%;
1069
  }
Mark Otto's avatar
Mark Otto committed
1070
1071
  .col-sm-pull-8 {
    right: 66.666667%;
1072
  }
Mark Otto's avatar
Mark Otto committed
1073
1074
  .col-sm-pull-9 {
    right: 75%;
1075
  }
Mark Otto's avatar
Mark Otto committed
1076
1077
  .col-sm-pull-10 {
    right: 83.333333%;
1078
  }
Mark Otto's avatar
Mark Otto committed
1079
1080
  .col-sm-pull-11 {
    right: 91.666667%;
1081
  }
Mark Otto's avatar
Mark Otto committed
1082
1083
  .col-sm-pull-12 {
    right: 100%;
1084
  }
Mark Otto's avatar
Mark Otto committed
1085
1086
  .col-sm-push-0 {
    left: auto;
1087
  }
Mark Otto's avatar
Mark Otto committed
1088
1089
  .col-sm-push-1 {
    left: 8.333333%;
1090
  }
Mark Otto's avatar
Mark Otto committed
1091
1092
  .col-sm-push-2 {
    left: 16.666667%;
1093
  }
Mark Otto's avatar
Mark Otto committed
1094
1095
  .col-sm-push-3 {
    left: 25%;
1096
  }
Mark Otto's avatar
Mark Otto committed
1097
1098
  .col-sm-push-4 {
    left: 33.333333%;
1099
  }
Mark Otto's avatar
Mark Otto committed
1100
1101
  .col-sm-push-5 {
    left: 41.666667%;
1102
1103
1104
1105
  }
  .col-sm-push-6 {
    left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1106
1107
  .col-sm-push-7 {
    left: 58.333333%;
1108
  }
Mark Otto's avatar
Mark Otto committed
1109
1110
  .col-sm-push-8 {
    left: 66.666667%;
1111
  }
Mark Otto's avatar
Mark Otto committed
1112
1113
  .col-sm-push-9 {
    left: 75%;
1114
  }
Mark Otto's avatar
Mark Otto committed
1115
1116
  .col-sm-push-10 {
    left: 83.333333%;
1117
  }
Mark Otto's avatar
Mark Otto committed
1118
1119
  .col-sm-push-11 {
    left: 91.666667%;
1120
  }
Mark Otto's avatar
Mark Otto committed
1121
1122
  .col-sm-push-12 {
    left: 100%;
1123
  }
Mark Otto's avatar
Mark Otto committed
1124
1125
  .col-sm-offset-0 {
    margin-left: 0;
1126
  }
Mark Otto's avatar
Mark Otto committed
1127
1128
  .col-sm-offset-1 {
    margin-left: 8.333333%;
1129
  }
Mark Otto's avatar
Mark Otto committed
1130
1131
  .col-sm-offset-2 {
    margin-left: 16.666667%;
1132
  }
Mark Otto's avatar
Mark Otto committed
1133
1134
  .col-sm-offset-3 {
    margin-left: 25%;
1135
  }
Mark Otto's avatar
Mark Otto committed
1136
1137
  .col-sm-offset-4 {
    margin-left: 33.333333%;
1138
  }
Mark Otto's avatar
Mark Otto committed
1139
1140
  .col-sm-offset-5 {
    margin-left: 41.666667%;
1141
1142
1143
1144
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1145
1146
  .col-sm-offset-7 {
    margin-left: 58.333333%;
1147
  }
Mark Otto's avatar
Mark Otto committed
1148
1149
  .col-sm-offset-8 {
    margin-left: 66.666667%;
1150
  }
Mark Otto's avatar
Mark Otto committed
1151
1152
  .col-sm-offset-9 {
    margin-left: 75%;
1153
  }
Mark Otto's avatar
Mark Otto committed
1154
1155
  .col-sm-offset-10 {
    margin-left: 83.333333%;
1156
  }
Mark Otto's avatar
Mark Otto committed
1157
1158
  .col-sm-offset-11 {
    margin-left: 91.666667%;
1159
  }
Mark Otto's avatar
Mark Otto committed
1160
1161
  .col-sm-offset-12 {
    margin-left: 100%;
1162
  }
Mark Otto's avatar
Mark Otto committed
1163
}
Mark Otto's avatar
Mark Otto committed
1164

Mark Otto's avatar
Mark Otto committed
1165
@media (min-width: 48em) {
Mark Otto's avatar
grunt    
Mark Otto committed
1166
1167
1168
  .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;
  }
Mark Otto's avatar
Mark Otto committed
1169
  .col-md-1 {
Mark Otto's avatar
grunt    
Mark Otto committed
1170
    width: 8.333333%;
1171
  }
Mark Otto's avatar
Mark Otto committed
1172
  .col-md-2 {
Mark Otto's avatar
grunt    
Mark Otto committed
1173
    width: 16.666667%;
1174
  }
Mark Otto's avatar
Mark Otto committed
1175
  .col-md-3 {
Mark Otto's avatar
grunt    
Mark Otto committed
1176
    width: 25%;
1177
  }
Mark Otto's avatar
Mark Otto committed
1178
  .col-md-4 {
Mark Otto's avatar
grunt    
Mark Otto committed
1179
    width: 33.333333%;
1180
  }
Mark Otto's avatar
Mark Otto committed
1181
  .col-md-5 {
Mark Otto's avatar
grunt    
Mark Otto committed
1182
    width: 41.666667%;
1183
1184
  }
  .col-md-6 {
Mark Otto's avatar
grunt    
Mark Otto committed
1185
    width: 50%;
1186
  }
Mark Otto's avatar
Mark Otto committed
1187
  .col-md-7 {
Mark Otto's avatar
grunt    
Mark Otto committed
1188
    width: 58.333333%;
1189
  }
Mark Otto's avatar
Mark Otto committed
1190
  .col-md-8 {
Mark Otto's avatar
grunt    
Mark Otto committed
1191
    width: 66.666667%;
1192
  }
Mark Otto's avatar
Mark Otto committed
1193
  .col-md-9 {
Mark Otto's avatar
grunt    
Mark Otto committed
1194
    width: 75%;
1195
  }
Mark Otto's avatar
Mark Otto committed
1196
  .col-md-10 {
Mark Otto's avatar
grunt    
Mark Otto committed
1197
    width: 83.333333%;
1198
  }
Mark Otto's avatar
Mark Otto committed
1199
  .col-md-11 {
Mark Otto's avatar
grunt    
Mark Otto committed
1200
    width: 91.666667%;
1201
  }
Mark Otto's avatar
Mark Otto committed
1202
  .col-md-12 {
Mark Otto's avatar
grunt    
Mark Otto committed
1203
    width: 100%;
1204
  }
Mark Otto's avatar
Mark Otto committed
1205
1206
  .col-md-pull-0 {
    right: auto;
1207
  }
Mark Otto's avatar
Mark Otto committed
1208
1209
  .col-md-pull-1 {
    right: 8.333333%;
1210
  }
Mark Otto's avatar
Mark Otto committed
1211
1212
  .col-md-pull-2 {
    right: 16.666667%;
1213
  }
Mark Otto's avatar
Mark Otto committed
1214
1215
  .col-md-pull-3 {
    right: 25%;
1216
  }
Mark Otto's avatar
Mark Otto committed
1217
1218
  .col-md-pull-4 {
    right: 33.333333%;
1219
  }
Mark Otto's avatar
Mark Otto committed
1220
1221
1222
  .col-md-pull-5 {
    right: 41.666667%;
  }
1223
1224
1225
  .col-md-pull-6 {
    right: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1226
1227
  .col-md-pull-7 {
    right: 58.333333%;
1228
  }
Mark Otto's avatar
Mark Otto committed
1229
1230
  .col-md-pull-8 {
    right: 66.666667%;
1231
  }
Mark Otto's avatar
Mark Otto committed
1232
1233
  .col-md-pull-9 {
    right: 75%;
1234
  }
Mark Otto's avatar
Mark Otto committed
1235
1236
  .col-md-pull-10 {
    right: 83.333333%;
1237
  }
Mark Otto's avatar
Mark Otto committed
1238
1239
  .col-md-pull-11 {
    right: 91.666667%;
1240
  }
Mark Otto's avatar
Mark Otto committed
1241
1242
  .col-md-pull-12 {
    right: 100%;
1243
  }
Mark Otto's avatar
Mark Otto committed
1244
1245
  .col-md-push-0 {
    left: auto;
1246
  }
Mark Otto's avatar
Mark Otto committed
1247
1248
  .col-md-push-1 {
    left: 8.333333%;
1249
  }
Mark Otto's avatar
Mark Otto committed
1250
1251
  .col-md-push-2 {
    left: 16.666667%;
1252
  }
Mark Otto's avatar
Mark Otto committed
1253
1254
  .col-md-push-3 {
    left: 25%;
1255
  }
Mark Otto's avatar
Mark Otto committed
1256
1257
  .col-md-push-4 {
    left: 33.333333%;
1258
  }
Mark Otto's avatar
Mark Otto committed
1259
1260
  .col-md-push-5 {
    left: 41.666667%;
1261
1262
1263
1264
  }
  .col-md-push-6 {
    left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1265
1266
  .col-md-push-7 {
    left: 58.333333%;
1267
  }
Mark Otto's avatar
Mark Otto committed
1268
1269
  .col-md-push-8 {
    left: 66.666667%;
1270
  }
Mark Otto's avatar
Mark Otto committed
1271
1272
  .col-md-push-9 {
    left: 75%;
1273
  }
Mark Otto's avatar
Mark Otto committed
1274
1275
  .col-md-push-10 {
    left: 83.333333%;
1276
  }
Mark Otto's avatar
Mark Otto committed
1277
1278
  .col-md-push-11 {
    left: 91.666667%;
1279
  }
Mark Otto's avatar
Mark Otto committed
1280
1281
  .col-md-push-12 {
    left: 100%;
1282
  }
Mark Otto's avatar
Mark Otto committed
1283
1284
  .col-md-offset-0 {
    margin-left: 0;
1285
  }
Mark Otto's avatar
Mark Otto committed
1286
1287
  .col-md-offset-1 {
    margin-left: 8.333333%;
1288
  }
Mark Otto's avatar
Mark Otto committed
1289
1290
  .col-md-offset-2 {
    margin-left: 16.666667%;
1291
  }
Mark Otto's avatar
Mark Otto committed
1292
1293
  .col-md-offset-3 {
    margin-left: 25%;
1294
  }
Mark Otto's avatar
Mark Otto committed
1295
1296
  .col-md-offset-4 {
    margin-left: 33.333333%;
1297
  }
Mark Otto's avatar
Mark Otto committed
1298
1299
  .col-md-offset-5 {
    margin-left: 41.666667%;
1300
1301
1302
1303
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1304
1305
  .col-md-offset-7 {
    margin-left: 58.333333%;
1306
  }
Mark Otto's avatar
Mark Otto committed
1307
1308
  .col-md-offset-8 {
    margin-left: 66.666667%;
1309
  }
Mark Otto's avatar
Mark Otto committed
1310
1311
  .col-md-offset-9 {
    margin-left: 75%;
1312
  }
Mark Otto's avatar
Mark Otto committed
1313
1314
  .col-md-offset-10 {
    margin-left: 83.333333%;
1315
  }
Mark Otto's avatar
Mark Otto committed
1316
1317
  .col-md-offset-11 {
    margin-left: 91.666667%;
1318
  }
Mark Otto's avatar
Mark Otto committed
1319
1320
  .col-md-offset-12 {
    margin-left: 100%;
1321
  }
Mark Otto's avatar
Mark Otto committed
1322
}
Mark Otto's avatar
Mark Otto committed
1323

Mark Otto's avatar
Mark Otto committed
1324
@media (min-width: 62em) {
Mark Otto's avatar
grunt    
Mark Otto committed
1325
1326
1327
  .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;
  }
Mark Otto's avatar
Mark Otto committed
1328
  .col-lg-1 {
Mark Otto's avatar
grunt    
Mark Otto committed
1329
    width: 8.333333%;
1330
  }
Mark Otto's avatar
Mark Otto committed
1331
  .col-lg-2 {
Mark Otto's avatar
grunt    
Mark Otto committed
1332
    width: 16.666667%;
1333
  }
Mark Otto's avatar
Mark Otto committed
1334
  .col-lg-3 {
Mark Otto's avatar
grunt    
Mark Otto committed
1335
    width: 25%;
1336
  }
Mark Otto's avatar
Mark Otto committed
1337
  .col-lg-4 {
Mark Otto's avatar
grunt    
Mark Otto committed
1338
    width: 33.333333%;
1339
  }
Mark Otto's avatar
Mark Otto committed
1340
  .col-lg-5 {
Mark Otto's avatar
grunt    
Mark Otto committed
1341
    width: 41.666667%;
1342
1343
  }
  .col-lg-6 {
Mark Otto's avatar
grunt    
Mark Otto committed
1344
    width: 50%;
1345
  }
Mark Otto's avatar
Mark Otto committed
1346
  .col-lg-7 {
Mark Otto's avatar
grunt    
Mark Otto committed
1347
    width: 58.333333%;
1348
  }
Mark Otto's avatar
Mark Otto committed
1349
  .col-lg-8 {
Mark Otto's avatar
grunt    
Mark Otto committed
1350
    width: 66.666667%;
1351
  }
Mark Otto's avatar
Mark Otto committed
1352
  .col-lg-9 {
Mark Otto's avatar
grunt    
Mark Otto committed
1353
    width: 75%;
1354
  }
Mark Otto's avatar
Mark Otto committed
1355
  .col-lg-10 {
Mark Otto's avatar
grunt    
Mark Otto committed
1356
    width: 83.333333%;
1357
  }
Mark Otto's avatar
Mark Otto committed
1358
  .col-lg-11 {
Mark Otto's avatar
grunt    
Mark Otto committed
1359
    width: 91.666667%;
1360
  }
Mark Otto's avatar
Mark Otto committed
1361
  .col-lg-12 {
Mark Otto's avatar
grunt    
Mark Otto committed
1362
    width: 100%;
1363
  }
Mark Otto's avatar
Mark Otto committed
1364
1365
  .col-lg-pull-0 {
    right: auto;
1366
  }
Mark Otto's avatar
Mark Otto committed
1367
1368
  .col-lg-pull-1 {
    right: 8.333333%;
1369
  }
Mark Otto's avatar
Mark Otto committed
1370
1371
  .col-lg-pull-2 {
    right: 16.666667%;
1372
  }
Mark Otto's avatar
Mark Otto committed
1373
1374
  .col-lg-pull-3 {
    right: 25%;
1375
  }
Mark Otto's avatar
Mark Otto committed
1376
1377
  .col-lg-pull-4 {
    right: 33.333333%;
1378
  }
Mark Otto's avatar
Mark Otto committed
1379
1380
1381
  .col-lg-pull-5 {
    right: 41.666667%;
  }
1382
1383
1384
  .col-lg-pull-6 {
    right: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1385
1386
  .col-lg-pull-7 {
    right: 58.333333%;
1387
  }
Mark Otto's avatar
Mark Otto committed
1388
1389
  .col-lg-pull-8 {
    right: 66.666667%;
1390
  }
Mark Otto's avatar
Mark Otto committed
1391
1392
  .col-lg-pull-9 {
    right: 75%;
1393
  }
Mark Otto's avatar
Mark Otto committed
1394
1395
  .col-lg-pull-10 {
    right: 83.333333%;
1396
  }
Mark Otto's avatar
Mark Otto committed
1397
1398
  .col-lg-pull-11 {
    right: 91.666667%;
1399
  }
Mark Otto's avatar
Mark Otto committed
1400
1401
  .col-lg-pull-12 {
    right: 100%;
1402
  }
Mark Otto's avatar
Mark Otto committed
1403
1404
  .col-lg-push-0 {
    left: auto;
1405
  }
Mark Otto's avatar
Mark Otto committed
1406
1407
  .col-lg-push-1 {
    left: 8.333333%;
1408
  }
Mark Otto's avatar
Mark Otto committed
1409
1410
  .col-lg-push-2 {
    left: 16.666667%;
1411
  }
Mark Otto's avatar
Mark Otto committed
1412
1413
  .col-lg-push-3 {
    left: 25%;
1414
  }
Mark Otto's avatar
Mark Otto committed
1415
1416
  .col-lg-push-4 {
    left: 33.333333%;
1417
  }
Mark Otto's avatar
Mark Otto committed
1418
1419
  .col-lg-push-5 {
    left: 41.666667%;
1420
1421
1422
1423
  }
  .col-lg-push-6 {
    left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1424
1425
  .col-lg-push-7 {
    left: 58.333333%;
1426
  }
Mark Otto's avatar
Mark Otto committed
1427
1428
  .col-lg-push-8 {
    left: 66.666667%;
1429
  }
Mark Otto's avatar
Mark Otto committed
1430
1431
  .col-lg-push-9 {
    left: 75%;
1432
  }
Mark Otto's avatar
Mark Otto committed
1433
1434
  .col-lg-push-10 {
    left: 83.333333%;
1435
  }
Mark Otto's avatar
Mark Otto committed
1436
1437
  .col-lg-push-11 {
    left: 91.666667%;
1438
  }
Mark Otto's avatar
Mark Otto committed
1439
1440
  .col-lg-push-12 {
    left: 100%;
1441
  }
Mark Otto's avatar
Mark Otto committed
1442
1443
  .col-lg-offset-0 {
    margin-left: 0;
1444
  }
Mark Otto's avatar
Mark Otto committed
1445
1446
  .col-lg-offset-1 {
    margin-left: 8.333333%;
1447
  }
Mark Otto's avatar
Mark Otto committed
1448
1449
  .col-lg-offset-2 {
    margin-left: 16.666667%;
1450
  }
Mark Otto's avatar
Mark Otto committed
1451
1452
  .col-lg-offset-3 {
    margin-left: 25%;
1453
  }
Mark Otto's avatar
Mark Otto committed
1454
1455
  .col-lg-offset-4 {
    margin-left: 33.333333%;
1456
  }
Mark Otto's avatar
Mark Otto committed
1457
1458
  .col-lg-offset-5 {
    margin-left: 41.666667%;
1459
1460
1461
1462
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
Mark Otto's avatar
Mark Otto committed
1463
1464
  .col-lg-offset-7 {
    margin-left: 58.333333%;
1465
  }
Mark Otto's avatar
Mark Otto committed
1466
1467
  .col-lg-offset-8 {
    margin-left: 66.666667%;
1468
  }
Mark Otto's avatar
Mark Otto committed
1469
1470
  .col-lg-offset-9 {
    margin-left: 75%;
1471
  }
Mark Otto's avatar
Mark Otto committed
1472
1473
  .col-lg-offset-10 {
    margin-left: 83.333333%;
1474
  }
Mark Otto's avatar
Mark Otto committed
1475
1476
  .col-lg-offset-11 {
    margin-left: 91.666667%;
1477
  }
Mark Otto's avatar
Mark Otto committed
1478
1479
  .col-lg-offset-12 {
    margin-left: 100%;
1480
  }
Mark Otto's avatar
Mark Otto committed
1481
}
Mark Otto's avatar
Mark Otto committed
1482

Chris Rebert's avatar
Chris Rebert committed
1483
@media (min-width: 75em) {
Mark Otto's avatar
grunt    
Mark Otto committed
1484
1485
1486
  .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;
  }
Mark Otto's avatar
Mark Otto committed
1487
  .col-xl-1 {
Mark Otto's avatar
grunt    
Mark Otto committed
1488
    width: 8.333333%;
Mark Otto's avatar
Mark Otto committed
1489
1490
  }
  .col-xl-2 {
Mark Otto's avatar
grunt    
Mark Otto committed
1491
    width: 16.666667%;
Mark Otto's avatar
Mark Otto committed
1492
1493
  }
  .col-xl-3 {
Mark Otto's avatar
grunt    
Mark Otto committed
1494
    width: 25%;
Mark Otto's avatar
Mark Otto committed
1495
1496
  }
  .col-xl-4 {
Mark Otto's avatar
grunt    
Mark Otto committed
1497
    width: 33.333333%;
Mark Otto's avatar
Mark Otto committed
1498
1499
  }
  .col-xl-5 {
Mark Otto's avatar
grunt    
Mark Otto committed
1500
    width: 41.666667%;
Mark Otto's avatar
Mark Otto committed
1501
1502
  }
  .col-xl-6 {
Mark Otto's avatar
grunt    
Mark Otto committed
1503
    width: 50%;
Mark Otto's avatar
Mark Otto committed
1504
1505
  }
  .col-xl-7 {
Mark Otto's avatar
grunt    
Mark Otto committed
1506
    width: 58.333333%;
Mark Otto's avatar
Mark Otto committed
1507
1508
  }
  .col-xl-8 {
Mark Otto's avatar
grunt    
Mark Otto committed
1509
    width: 66.666667%;
Mark Otto's avatar
Mark Otto committed
1510
1511
  }
  .col-xl-9 {
Mark Otto's avatar
grunt    
Mark Otto committed
1512
    width: 75%;
Mark Otto's avatar
Mark Otto committed
1513
1514
  }
  .col-xl-10 {
Mark Otto's avatar
grunt    
Mark Otto committed
1515
    width: 83.333333%;
Mark Otto's avatar
Mark Otto committed
1516
1517
  }
  .col-xl-11 {
Mark Otto's avatar
grunt    
Mark Otto committed
1518
    width: 91.666667%;
Mark Otto's avatar
Mark Otto committed
1519
1520
  }
  .col-xl-12 {
Mark Otto's avatar
grunt    
Mark Otto committed
1521
    width: 100%;
Mark Otto's avatar
Mark Otto committed
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
  }
  .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%;
  }
}

1642
1643
.table {
  width: 100%;
1644
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
1645
  margin-bottom: 1rem;
Mark Otto's avatar
Mark Otto committed
1646
}
1647
.table th,
1648
  .table td {
Mark Otto's avatar
Mark Otto committed
1649
  padding: .75rem;
Mark Otto's avatar
Mark Otto committed
1650
  line-height: 1.5;
1651
  vertical-align: top;
Mark Otto's avatar
Mark Otto committed
1652
  border-top: 1px solid #eceeef;
Mark Otto's avatar
Mark Otto committed
1653
}
1654
.table thead th {
1655
  vertical-align: bottom;
Mark Otto's avatar
Mark Otto committed
1656
  border-bottom: 2px solid #eceeef;
Mark Otto's avatar
Mark Otto committed
1657
}
1658
.table tbody + tbody {
Mark Otto's avatar
Mark Otto committed
1659
  border-top: 2px solid #eceeef;
Mark Otto's avatar
Mark Otto committed
1660
}
1661
1662
1663
.table .table {
  background-color: #fff;
}
Mark Otto's avatar
Mark Otto committed
1664

1665
1666
.table-sm th,
.table-sm td {
Mark Otto's avatar
Mark Otto committed
1667
  padding: .3rem;
Mark Otto's avatar
Mark Otto committed
1668
}
Mark Otto's avatar
Mark Otto committed
1669

1670
.table-bordered {
Mark Otto's avatar
Mark Otto committed
1671
  border: 1px solid #eceeef;
Mark Otto's avatar
Mark Otto committed
1672
}
1673
.table-bordered th,
1674
  .table-bordered td {
Mark Otto's avatar
Mark Otto committed
1675
  border: 1px solid #eceeef;
Mark Otto's avatar
Mark Otto committed
1676
}
1677
.table-bordered thead th,
1678
  .table-bordered thead td {
1679
  border-bottom-width: 2px;
Mark Otto's avatar
Mark Otto committed
1680
}
Mark Otto's avatar
Mark Otto committed
1681

Mark Otto's avatar
grunt    
Mark Otto committed
1682
.table-striped tbody tr:nth-of-type(odd) {
1683
  background-color: #f9f9f9;
Mark Otto's avatar
Mark Otto committed
1684
}
Mark Otto's avatar
Mark Otto committed
1685

1686
.table-hover tbody tr:hover {
1687
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
1688
}
Mark Otto's avatar
Mark Otto committed
1689

1690
1691
1692
.table-active,
.table-active > th,
.table-active > td {
1693
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
1694
}
Mark Otto's avatar
Mark Otto committed
1695

1696
.table-hover .table-active:hover {
Mark Otto's avatar
Mark Otto committed
1697
1698
  background-color: #e8e8e8;
}
1699
.table-hover .table-active:hover > td,
1700
  .table-hover .table-active:hover > th {
1701
  background-color: #e8e8e8;
Mark Otto's avatar
Mark Otto committed
1702
}
Mark Otto's avatar
Mark Otto committed
1703

1704
1705
1706
.table-success,
.table-success > th,
.table-success > td {
1707
  background-color: #dff0d8;
Mark Otto's avatar
Mark Otto committed
1708
}
Mark Otto's avatar
Mark Otto committed
1709

1710
.table-hover .table-success:hover {
Mark Otto's avatar
Mark Otto committed
1711
1712
  background-color: #d0e9c6;
}
1713
.table-hover .table-success:hover > td,
1714
  .table-hover .table-success:hover > th {
1715
  background-color: #d0e9c6;
Mark Otto's avatar
Mark Otto committed
1716
}
Mark Otto's avatar
Mark Otto committed
1717

1718
1719
1720
.table-info,
.table-info > th,
.table-info > td {
1721
  background-color: #d9edf7;
Mark Otto's avatar
Mark Otto committed
1722
}
Mark Otto's avatar
Mark Otto committed
1723

1724
.table-hover .table-info:hover {
Mark Otto's avatar
Mark Otto committed
1725
1726
  background-color: #c4e3f3;
}
1727
.table-hover .table-info:hover > td,
1728
  .table-hover .table-info:hover > th {
1729
  background-color: #c4e3f3;
Mark Otto's avatar
Mark Otto committed
1730
}
Mark Otto's avatar
Mark Otto committed
1731

1732
1733
1734
.table-warning,
.table-warning > th,
.table-warning > td {
1735
  background-color: #fcf8e3;
Mark Otto's avatar
Mark Otto committed
1736
}
Mark Otto's avatar
Mark Otto committed
1737

1738
.table-hover .table-warning:hover {
Mark Otto's avatar
Mark Otto committed
1739
1740
  background-color: #faf2cc;
}
1741
.table-hover .table-warning:hover > td,
1742
  .table-hover .table-warning:hover > th {
1743
  background-color: #faf2cc;
Mark Otto's avatar
Mark Otto committed
1744
}
Mark Otto's avatar
Mark Otto committed
1745

1746
1747
1748
.table-danger,
.table-danger > th,
.table-danger > td {
1749
  background-color: #f2dede;
Mark Otto's avatar
Mark Otto committed
1750
}
Mark Otto's avatar
Mark Otto committed
1751

1752
.table-hover .table-danger:hover {
Mark Otto's avatar
Mark Otto committed
1753
1754
  background-color: #ebcccc;
}
1755
.table-hover .table-danger:hover > td,
1756
  .table-hover .table-danger:hover > th {
1757
  background-color: #ebcccc;
Mark Otto's avatar
Mark Otto committed
1758
}
Mark Otto's avatar
Mark Otto committed
1759

1760
.table-responsive {
1761
1762
  display: block;
  width: 100%;
1763
1764
  overflow-x: auto;
}
Mark Otto's avatar
Mark Otto committed
1765

1766
.thead-inverse th {
Mark Otto's avatar
Mark Otto committed
1767
1768
1769
  color: #fff;
  background-color: #373a3c;
}
Mark Otto's avatar
Mark Otto committed
1770

1771
.thead-default th {
Mark Otto's avatar
Mark Otto committed
1772
1773
1774
  color: #55595c;
  background-color: #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1775

Mark Otto's avatar
Mark Otto committed
1776
1777
1778
1779
1780
1781
1782
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
1783
.table-inverse th,
1784
1785
  .table-inverse td,
  .table-inverse thead th {
Mark Otto's avatar
Mark Otto committed
1786
1787
  border-color: #55595c;
}
Mark Otto's avatar
Mark Otto committed
1788

1789
1790
1791
.table-reflow thead {
  float: left;
}
1792

1793
1794
1795
1796
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
1797
1798
1799

.table-reflow th,
.table-reflow td {
1800
1801
1802
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
1803
.table-reflow th:last-child,
1804
  .table-reflow td:last-child {
1805
1806
  border-right: 1px solid #eceeef;
}
1807
1808
1809
1810
1811
1812
1813

.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 {
1814
1815
  border-bottom: 1px solid #eceeef;
}
1816

1817
1818
1819
.table-reflow tr {
  float: left;
}
1820
.table-reflow tr th,
1821
  .table-reflow tr td {
1822
1823
1824
  display: block !important;
  border: 1px solid #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1825

1826
1827
1828
.form-control {
  display: block;
  width: 100%;
Mark Otto's avatar
Mark Otto committed
1829
  padding: .5rem .75rem;
Mark Otto's avatar
Mark Otto committed
1830
1831
  font-size: 1rem;
  line-height: 1.5;
1832
  color: #55595c;
Mark Otto's avatar
Mark Otto committed
1833
  background-color: #fff;
Mark Otto's avatar
grunt    
Mark Otto committed
1834
  background-image: none;
Mark Otto's avatar
Mark Otto committed
1835
1836
1837
1838
1839
  border: 1px solid #ccc;
  border-radius: .25rem;
  -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;
Mark Otto's avatar
Mark Otto committed
1840
}
1841
.form-control:not(textarea),
1842
1843
  .form-control:not(select[size]),
  .form-control:not(select[multiple]) {
1844
1845
  height: 2.625rem;
}
1846
1847
.form-control:focus {
  border-color: #66afe9;
1848
  outline: none;
Mark Otto's avatar
Mark Otto committed
1849
1850
}
.form-control::-webkit-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1851
  color: #999;
Mark Otto's avatar
grunt    
Mark Otto committed
1852
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
1853
}
1854
.form-control::-moz-placeholder {
Mark Otto's avatar
Mark Otto committed
1855
  color: #999;
Mark Otto's avatar
grunt    
Mark Otto committed
1856
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
1857
}
1858
.form-control:-ms-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1859
  color: #999;
Mark Otto's avatar
grunt    
Mark Otto committed
1860
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
1861
}
1862
.form-control::placeholder {
Mark Otto's avatar
Mark Otto committed
1863
  color: #999;
Mark Otto's avatar
grunt    
Mark Otto committed
1864
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
1865
}
1866
.form-control:disabled,
1867
1868
  .form-control[readonly],
  fieldset[disabled] .form-control {
1869
  background-color: #eceeef;
1870
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
1871
}
1872
.form-control[disabled],
1873
  fieldset[disabled] .form-control {
1874
  cursor: not-allowed;
Mark Otto's avatar
Mark Otto committed
1875
}
1876

1877
1878
.form-control-file,
.form-control-range {
1879
  display: block;
Mark Otto's avatar
Mark Otto committed
1880
}
Mark Otto's avatar
Mark Otto committed
1881

1882
1883
1884
1885
1886
1887
.form-control-label {
  padding: .5625rem .75rem;
  margin-bottom: 0;
}

.form-control-static {
Mark Otto's avatar
Mark Otto committed
1888
  min-height: 2.625rem;
1889
1890
1891
1892
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  margin-bottom: 0;
}
1893
.form-control-static.form-control-sm,
1894
1895
1896
1897
1898
1899
  .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
1900
1901
1902
1903
  padding-right: 0;
  padding-left: 0;
}

1904
1905
1906
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
1907
1908
1909
1910
1911
1912
1913
  height: 2rem;
  padding: .3rem .75rem;
  font-size: .85rem;
  line-height: 1.5;
  border-radius: .2rem;
}

1914
1915
1916
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
1917
1918
1919
1920
1921
1922
1923
  height: 3.291667rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem;
}

1924
1925
.form-group {
  margin-bottom: 15px;
Mark Otto's avatar
Mark Otto committed
1926
}
Mark Otto's avatar
Mark Otto committed
1927

1928
1929
.radio,
.checkbox {
1930
  position: relative;
1931
  display: block;
1932
  margin-bottom: .75rem;
Mark Otto's avatar
Mark Otto committed
1933
}
1934
.radio label,
1935
  .checkbox label {
1936
  padding-left: 1.25rem;
1937
  margin-bottom: 0;
1938
1939
  font-weight: normal;
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
1940
}
1941
.radio label input:only-child,
1942
    .checkbox label input:only-child {
Mark Otto's avatar
Mark Otto committed
1943
1944
  position: static;
}
Mark Otto's avatar
Mark Otto committed
1945

1946
1947
1948
1949
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
1950
  position: absolute;
1951
1952
  margin-top: .25rem;
  margin-left: -1.25rem;
Chris Rebert's avatar
Chris Rebert committed
1953
}
Mark Otto's avatar
Mark Otto committed
1954

1955
1956
.radio + .radio,
.checkbox + .checkbox {
1957
  margin-top: -.25rem;
Mark Otto's avatar
Mark Otto committed
1958
}
Mark Otto's avatar
Mark Otto committed
1959

1960
1961
.radio-inline,
.checkbox-inline {
Mark Otto's avatar
Mark Otto committed
1962
  position: relative;
1963
  display: inline-block;
1964
  padding-left: 1.25rem;
1965
  margin-bottom: 0;
1966
  font-weight: normal;
Mark Otto's avatar
Mark Otto committed
1967
  vertical-align: middle;
1968
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
1969
}
Mark Otto's avatar
Mark Otto committed
1970

1971
1972
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
1973
  margin-top: 0;
1974
  margin-left: .75rem;
Mark Otto's avatar
Mark Otto committed
1975
}
Mark Otto's avatar
Mark Otto committed
1976

1977
1978
1979
1980
1981
1982
input[type="radio"]:disabled,
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
1983
  cursor: not-allowed;
1984
}
Mark Otto's avatar
Mark Otto committed
1985

1986
1987
1988
1989
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
1990
  cursor: not-allowed;
Mark Otto's avatar
Mark Otto committed
1991
}
Mark Otto's avatar
Mark Otto committed
1992

1993
1994
1995
1996
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
1997
  cursor: not-allowed;
1998
}
Mark Otto's avatar
Mark Otto committed
1999

2000
.has-feedback {
For faster browsing, not all history is shown. View entire blame