bootstrap.css 111 KB
Newer Older
XhmikosR's avatar
XhmikosR committed
1001
1002
  .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;
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
XhmikosR's avatar
XhmikosR committed
1041
    right: 100%;
1042
1043
  }
  .col-md-pull-11 {
XhmikosR's avatar
XhmikosR committed
1044
    right: 91.66666667%;
1045
1046
  }
  .col-md-pull-10 {
XhmikosR's avatar
XhmikosR committed
1047
    right: 83.33333333%;
1048
1049
  }
  .col-md-pull-9 {
XhmikosR's avatar
XhmikosR committed
1050
    right: 75%;
1051
1052
  }
  .col-md-pull-8 {
XhmikosR's avatar
XhmikosR committed
1053
    right: 66.66666667%;
1054
1055
  }
  .col-md-pull-7 {
XhmikosR's avatar
XhmikosR committed
1056
    right: 58.33333333%;
1057
1058
  }
  .col-md-pull-6 {
XhmikosR's avatar
XhmikosR committed
1059
    right: 50%;
1060
1061
  }
  .col-md-pull-5 {
XhmikosR's avatar
XhmikosR committed
1062
    right: 41.66666667%;
1063
1064
  }
  .col-md-pull-4 {
XhmikosR's avatar
XhmikosR committed
1065
    right: 33.33333333%;
1066
1067
  }
  .col-md-pull-3 {
XhmikosR's avatar
XhmikosR committed
1068
    right: 25%;
1069
1070
  }
  .col-md-pull-2 {
XhmikosR's avatar
XhmikosR committed
1071
    right: 16.66666667%;
1072
1073
  }
  .col-md-pull-1 {
XhmikosR's avatar
XhmikosR committed
1074
    right: 8.33333333%;
1075
1076
  }
  .col-md-pull-0 {
XhmikosR's avatar
XhmikosR committed
1077
    right: auto;
1078
1079
  }
  .col-md-push-12 {
XhmikosR's avatar
XhmikosR committed
1080
    left: 100%;
1081
1082
  }
  .col-md-push-11 {
XhmikosR's avatar
XhmikosR committed
1083
    left: 91.66666667%;
1084
1085
  }
  .col-md-push-10 {
XhmikosR's avatar
XhmikosR committed
1086
    left: 83.33333333%;
1087
1088
  }
  .col-md-push-9 {
XhmikosR's avatar
XhmikosR committed
1089
    left: 75%;
1090
1091
  }
  .col-md-push-8 {
XhmikosR's avatar
XhmikosR committed
1092
    left: 66.66666667%;
1093
1094
  }
  .col-md-push-7 {
XhmikosR's avatar
XhmikosR committed
1095
    left: 58.33333333%;
1096
1097
  }
  .col-md-push-6 {
XhmikosR's avatar
XhmikosR committed
1098
    left: 50%;
1099
1100
  }
  .col-md-push-5 {
XhmikosR's avatar
XhmikosR committed
1101
    left: 41.66666667%;
1102
1103
  }
  .col-md-push-4 {
XhmikosR's avatar
XhmikosR committed
1104
    left: 33.33333333%;
1105
1106
  }
  .col-md-push-3 {
XhmikosR's avatar
XhmikosR committed
1107
    left: 25%;
1108
1109
  }
  .col-md-push-2 {
XhmikosR's avatar
XhmikosR committed
1110
    left: 16.66666667%;
1111
1112
  }
  .col-md-push-1 {
XhmikosR's avatar
XhmikosR committed
1113
    left: 8.33333333%;
1114
1115
  }
  .col-md-push-0 {
XhmikosR's avatar
XhmikosR committed
1116
    left: auto;
1117
1118
  }
  .col-md-offset-12 {
XhmikosR's avatar
XhmikosR committed
1119
    margin-left: 100%;
1120
1121
  }
  .col-md-offset-11 {
XhmikosR's avatar
XhmikosR committed
1122
    margin-left: 91.66666667%;
1123
1124
  }
  .col-md-offset-10 {
XhmikosR's avatar
XhmikosR committed
1125
    margin-left: 83.33333333%;
1126
1127
  }
  .col-md-offset-9 {
XhmikosR's avatar
XhmikosR committed
1128
    margin-left: 75%;
1129
1130
  }
  .col-md-offset-8 {
XhmikosR's avatar
XhmikosR committed
1131
    margin-left: 66.66666667%;
1132
1133
  }
  .col-md-offset-7 {
XhmikosR's avatar
XhmikosR committed
1134
    margin-left: 58.33333333%;
1135
1136
  }
  .col-md-offset-6 {
XhmikosR's avatar
XhmikosR committed
1137
    margin-left: 50%;
1138
1139
  }
  .col-md-offset-5 {
XhmikosR's avatar
XhmikosR committed
1140
    margin-left: 41.66666667%;
1141
1142
  }
  .col-md-offset-4 {
XhmikosR's avatar
XhmikosR committed
1143
    margin-left: 33.33333333%;
1144
1145
  }
  .col-md-offset-3 {
XhmikosR's avatar
XhmikosR committed
1146
    margin-left: 25%;
1147
1148
  }
  .col-md-offset-2 {
XhmikosR's avatar
XhmikosR committed
1149
    margin-left: 16.66666667%;
1150
1151
  }
  .col-md-offset-1 {
XhmikosR's avatar
XhmikosR committed
1152
    margin-left: 8.33333333%;
1153
1154
  }
  .col-md-offset-0 {
Mark Otto's avatar
Mark Otto committed
1155
    margin-left: 0;
1156
  }
1157
}
1158
@media (min-width: 75em) {
XhmikosR's avatar
XhmikosR committed
1159
1160
  .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;
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
XhmikosR's avatar
XhmikosR committed
1199
    right: 100%;
1200
1201
  }
  .col-lg-pull-11 {
XhmikosR's avatar
XhmikosR committed
1202
    right: 91.66666667%;
1203
1204
  }
  .col-lg-pull-10 {
XhmikosR's avatar
XhmikosR committed
1205
    right: 83.33333333%;
1206
1207
  }
  .col-lg-pull-9 {
XhmikosR's avatar
XhmikosR committed
1208
    right: 75%;
1209
1210
  }
  .col-lg-pull-8 {
XhmikosR's avatar
XhmikosR committed
1211
    right: 66.66666667%;
1212
1213
  }
  .col-lg-pull-7 {
XhmikosR's avatar
XhmikosR committed
1214
    right: 58.33333333%;
1215
1216
  }
  .col-lg-pull-6 {
XhmikosR's avatar
XhmikosR committed
1217
    right: 50%;
1218
1219
  }
  .col-lg-pull-5 {
XhmikosR's avatar
XhmikosR committed
1220
    right: 41.66666667%;
1221
1222
  }
  .col-lg-pull-4 {
XhmikosR's avatar
XhmikosR committed
1223
    right: 33.33333333%;
1224
1225
  }
  .col-lg-pull-3 {
XhmikosR's avatar
XhmikosR committed
1226
    right: 25%;
1227
1228
  }
  .col-lg-pull-2 {
XhmikosR's avatar
XhmikosR committed
1229
    right: 16.66666667%;
1230
1231
  }
  .col-lg-pull-1 {
XhmikosR's avatar
XhmikosR committed
1232
    right: 8.33333333%;
1233
1234
  }
  .col-lg-pull-0 {
XhmikosR's avatar
XhmikosR committed
1235
    right: auto;
1236
1237
  }
  .col-lg-push-12 {
XhmikosR's avatar
XhmikosR committed
1238
    left: 100%;
1239
1240
  }
  .col-lg-push-11 {
XhmikosR's avatar
XhmikosR committed
1241
    left: 91.66666667%;
1242
1243
  }
  .col-lg-push-10 {
XhmikosR's avatar
XhmikosR committed
1244
    left: 83.33333333%;
1245
1246
  }
  .col-lg-push-9 {
XhmikosR's avatar
XhmikosR committed
1247
    left: 75%;
1248
1249
  }
  .col-lg-push-8 {
XhmikosR's avatar
XhmikosR committed
1250
    left: 66.66666667%;
1251
1252
  }
  .col-lg-push-7 {
XhmikosR's avatar
XhmikosR committed
1253
    left: 58.33333333%;
1254
1255
  }
  .col-lg-push-6 {
XhmikosR's avatar
XhmikosR committed
1256
    left: 50%;
1257
1258
  }
  .col-lg-push-5 {
XhmikosR's avatar
XhmikosR committed
1259
    left: 41.66666667%;
1260
1261
  }
  .col-lg-push-4 {
XhmikosR's avatar
XhmikosR committed
1262
    left: 33.33333333%;
1263
1264
  }
  .col-lg-push-3 {
XhmikosR's avatar
XhmikosR committed
1265
    left: 25%;
1266
1267
  }
  .col-lg-push-2 {
XhmikosR's avatar
XhmikosR committed
1268
    left: 16.66666667%;
1269
1270
  }
  .col-lg-push-1 {
XhmikosR's avatar
XhmikosR committed
1271
    left: 8.33333333%;
1272
1273
  }
  .col-lg-push-0 {
XhmikosR's avatar
XhmikosR committed
1274
    left: auto;
1275
1276
  }
  .col-lg-offset-12 {
XhmikosR's avatar
XhmikosR committed
1277
    margin-left: 100%;
1278
1279
  }
  .col-lg-offset-11 {
XhmikosR's avatar
XhmikosR committed
1280
    margin-left: 91.66666667%;
1281
1282
  }
  .col-lg-offset-10 {
XhmikosR's avatar
XhmikosR committed
1283
    margin-left: 83.33333333%;
1284
1285
  }
  .col-lg-offset-9 {
XhmikosR's avatar
XhmikosR committed
1286
    margin-left: 75%;
1287
1288
  }
  .col-lg-offset-8 {
XhmikosR's avatar
XhmikosR committed
1289
    margin-left: 66.66666667%;
1290
1291
  }
  .col-lg-offset-7 {
XhmikosR's avatar
XhmikosR committed
1292
    margin-left: 58.33333333%;
1293
1294
  }
  .col-lg-offset-6 {
XhmikosR's avatar
XhmikosR committed
1295
    margin-left: 50%;
1296
1297
  }
  .col-lg-offset-5 {
XhmikosR's avatar
XhmikosR committed
1298
    margin-left: 41.66666667%;
1299
1300
  }
  .col-lg-offset-4 {
XhmikosR's avatar
XhmikosR committed
1301
    margin-left: 33.33333333%;
1302
1303
  }
  .col-lg-offset-3 {
XhmikosR's avatar
XhmikosR committed
1304
    margin-left: 25%;
1305
1306
  }
  .col-lg-offset-2 {
XhmikosR's avatar
XhmikosR committed
1307
    margin-left: 16.66666667%;
1308
1309
  }
  .col-lg-offset-1 {
XhmikosR's avatar
XhmikosR committed
1310
    margin-left: 8.33333333%;
1311
1312
  }
  .col-lg-offset-0 {
Mark Otto's avatar
Mark Otto committed
1313
    margin-left: 0;
1314
  }
1315
}
1316
1317
table {
  background-color: transparent;
1318
}
1319
caption {
Mark Otto's avatar
Mark Otto committed
1320
1321
  padding-top: .75rem;
  padding-bottom: .75rem;
Mark Otto's avatar
Mark Otto committed
1322
  color: #818a91;
1323
1324
  text-align: left;
}
1325
th {
XhmikosR's avatar
XhmikosR committed
1326
  text-align: left;
1327
}
1328
1329
.table {
  width: 100%;
XhmikosR's avatar
XhmikosR committed
1330
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
1331
  margin-bottom: 24px;
1332
}
1333
1334
1335
1336
1337
1338
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
Mark Otto's avatar
Mark Otto committed
1339
  padding: .75rem;
Mark Otto's avatar
Mark Otto committed
1340
  line-height: 1.5;
1341
  vertical-align: top;
Mark Otto's avatar
Mark Otto committed
1342
  border-top: 1px solid #eceeef;
1343
}
1344
1345
.table > thead > tr > th {
  vertical-align: bottom;
Mark Otto's avatar
Mark Otto committed
1346
  border-bottom: 2px solid #eceeef;
1347
}
1348
.table > tbody + tbody {
Mark Otto's avatar
Mark Otto committed
1349
  border-top: 2px solid #eceeef;
1350
}
1351
1352
1353
1354
1355
1356
.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
Mark Otto's avatar
Mark Otto committed
1357
  padding: .3rem;
1358
}
1359
.table-bordered {
Mark Otto's avatar
Mark Otto committed
1360
  border: 1px solid #eceeef;
1361
}
1362
1363
1364
1365
1366
1367
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
Mark Otto's avatar
Mark Otto committed
1368
  border: 1px solid #eceeef;
1369
}
1370
1371
1372
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
1373
}
Mark Otto's avatar
grunt    
Mark Otto committed
1374
.table-striped > tbody > tr:nth-child(odd) {
1375
  background-color: #f9f9f9;
1376
}
Mark Otto's avatar
grunt    
Mark Otto committed
1377
.table-hover > tbody > tr:hover {
1378
  background-color: #f5f5f5;
1379
}
1380
1381
table col[class*="col-"] {
  position: static;
1382
  display: table-column;
Mark Otto's avatar
Mark Otto committed
1383
  float: none;
1384
}
1385
1386
1387
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
1388
  display: table-cell;
Mark Otto's avatar
Mark Otto committed
1389
  float: none;
1390
}
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
1404
}
1405
1406
1407
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
XhmikosR's avatar
XhmikosR committed
1408
.table-hover > tbody > tr:hover > .active,
1409
1410
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
1411
}
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
1425
}
1426
1427
1428
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
XhmikosR's avatar
XhmikosR committed
1429
.table-hover > tbody > tr:hover > .success,
1430
1431
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
1432
}
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
1446
}
1447
1448
1449
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
XhmikosR's avatar
XhmikosR committed
1450
.table-hover > tbody > tr:hover > .info,
1451
1452
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
1453
}
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
1467
}
1468
1469
1470
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
XhmikosR's avatar
XhmikosR committed
1471
.table-hover > tbody > tr:hover > .warning,
1472
1473
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
1474
}
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
1488
}
1489
1490
1491
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
XhmikosR's avatar
XhmikosR committed
1492
.table-hover > tbody > tr:hover > .danger,
1493
1494
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
1495
}
1496
.table-responsive {
Mark Otto's avatar
Mark Otto committed
1497
  min-height: .01%;
1498
1499
  overflow-x: auto;
}
1500
@media screen and (max-width: 47.9em) {
1501
1502
  .table-responsive {
    width: 100%;
Mark Otto's avatar
Mark Otto committed
1503
    margin-bottom: 18px;
1504
1505
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
Mark Otto's avatar
Mark Otto committed
1506
    border: 1px solid #eceeef;
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
XhmikosR's avatar
XhmikosR committed
1528
    border-left: 0;
1529
1530
1531
1532
1533
1534
1535
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
XhmikosR's avatar
XhmikosR committed
1536
    border-right: 0;
1537
1538
1539
1540
1541
1542
1543
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
1544
}
Mark Otto's avatar
Mark Otto committed
1545
1546
1547
1548
1549
1550
1551
1552
.table > .thead-inverse > tr > th {
  color: #fff;
  background-color: #373a3c;
}
.table > .thead-default > tr > th {
  color: #55595c;
  background-color: #eceeef;
}
Mark Otto's avatar
Mark Otto committed
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse > thead > tr > th,
.table-inverse > tbody > tr > th,
.table-inverse > thead > tr > td,
.table-inverse > tbody > tr > td {
  border-color: #55595c;
}
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
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow > thead > tr > th,
.table-reflow > tbody > tr > th,
.table-reflow > tfoot > tr > th,
.table-reflow > thead > tr > td,
.table-reflow > tbody > tr > td,
.table-reflow > tfoot > tr > td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow > thead > tr > th:last-child,
.table-reflow > tbody > tr > th:last-child,
.table-reflow > tfoot > tr > th:last-child,
.table-reflow > thead > tr > td:last-child,
.table-reflow > tbody > tr > td:last-child,
.table-reflow > tfoot > tr > td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow > thead:last-child > tr:last-child > th,
.table-reflow > tbody:last-child > tr:last-child > th,
.table-reflow > tfoot:last-child > tr:last-child > th,
.table-reflow > thead:last-child > tr:last-child > td,
.table-reflow > tbody:last-child > tr:last-child > td,
.table-reflow > tfoot:last-child > tr:last-child > td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}
1606
fieldset {
Mark Otto's avatar
Mark Otto committed
1607
  min-width: 0;
1608
1609
1610
  padding: 0;
  margin: 0;
  border: 0;
1611
}
1612
1613
1614
1615
legend {
  display: block;
  width: 100%;
  padding: 0;
Mark Otto's avatar
Mark Otto committed
1616
1617
  margin-bottom: 24px;
  font-size: 1.5rem;
1618
  line-height: inherit;
1619
  color: #373a3c;
1620
1621
  border: 0;
  border-bottom: 1px solid #e5e5e5;
1622
}
1623
1624
1625
1626
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
1627
}
1628
1629
1630
1631
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
1632
}
1633
1634
1635
1636
1637
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
1638
}
1639
1640
input[type="file"] {
  display: block;
1641
}
1642
1643
1644
input[type="range"] {
  display: block;
  width: 100%;
1645
}
1646
1647
1648
select[multiple],
select[size] {
  height: auto;
1649
}
1650
1651
1652
1653
1654
1655
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
1656
}
1657
1658
output {
  display: block;
Mark Otto's avatar
Mark Otto committed
1659
  padding-top: 1.5rem;
Mark Otto's avatar
Mark Otto committed
1660
1661
  font-size: 1rem;
  line-height: 1.5;
1662
  color: #55595c;
1663
}
1664
1665
1666
.form-control {
  display: block;
  width: 100%;
1667
  height: 2.65rem;
Mark Otto's avatar
Mark Otto committed
1668
  padding: .5rem .75rem;
Mark Otto's avatar
Mark Otto committed
1669
1670
  font-size: 1rem;
  line-height: 1.5;
1671
  color: #55595c;
Mark Otto's avatar
Mark Otto committed
1672
  background-color: #fff;
1673
  background-image: none;
Mark Otto's avatar
Mark Otto committed
1674
1675
1676
1677
1678
1679
1680
  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;
1681
}
1682
1683
1684
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
Mark Otto's avatar
Mark Otto committed
1685
1686
  -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);
1687
1688
}
.form-control::-webkit-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1689
  color: #999;
1690
}
1691
.form-control::-moz-placeholder {
Mark Otto's avatar
Mark Otto committed
1692
  color: #999;
1693
}
1694
.form-control:-ms-input-placeholder {
Mark Otto's avatar
Mark Otto committed
1695
  color: #999;
1696
}
1697
.form-control::placeholder {
Mark Otto's avatar
Mark Otto committed
1698
  color: #999;
1699
}
1700
1701
1702
1703
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
1704
  background-color: #eceeef;
1705
  opacity: 1;
1706
}
1707
1708
textarea.form-control {
  height: auto;
Mark Otto's avatar
Mark Otto committed
1709
1710
  padding-top: .75rem;
  padding-bottom: .75rem;
1711
}
1712
1713
input[type="search"] {
  -webkit-appearance: none;
1714
}
Mark Otto's avatar
Mark Otto committed
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 2.65rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 2.025rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 3.3125rem;
  }
1734
}
1735
1736
.form-group {
  margin-bottom: 15px;
1737
}
1738
1739
.radio,
.checkbox {
XhmikosR's avatar
XhmikosR committed
1740
  position: relative;
1741
1742
1743
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
1744
}
1745
1746
.radio label,
.checkbox label {
Mark Otto's avatar
Mark Otto committed
1747
  min-height: 24px;
XhmikosR's avatar
XhmikosR committed
1748
  padding-left: 20px;
1749
  margin-bottom: 0;
1750
1751
  font-weight: normal;
  cursor: pointer;
1752
}
1753
1754
1755
1756
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
XhmikosR's avatar
XhmikosR committed
1757
  position: absolute;
1758
  margin-top: 4px \9;
Mark Otto's avatar
Mark Otto committed
1759
  margin-left: -20px;
1760
}
1761
1762
1763
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
1764
}
1765
1766
1767
.radio-inline,
.checkbox-inline {
  display: inline-block;
XhmikosR's avatar
XhmikosR committed
1768
  padding-left: 20px;
1769
  margin-bottom: 0;
1770
  font-weight: normal;
Mark Otto's avatar
Mark Otto committed
1771
  vertical-align: middle;
1772
  cursor: pointer;
1773
}
1774
1775
1776
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
XhmikosR's avatar
XhmikosR committed
1777
  margin-left: 10px;
1778
}
1779
1780
input[type="radio"][disabled],
input[type="checkbox"][disabled],
XhmikosR's avatar
XhmikosR committed
1781
1782
input[type="radio"].disabled,
input[type="checkbox"].disabled,
1783
fieldset[disabled] input[type="radio"],
XhmikosR's avatar
XhmikosR committed
1784
1785
1786
1787
1788
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
1789
1790
1791
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
1792
}
XhmikosR's avatar
XhmikosR committed
1793
1794
1795
1796
1797
1798
1799
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
Mark Otto's avatar
Mark Otto committed
1800
1801
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
XhmikosR's avatar
XhmikosR committed
1802
1803
1804
1805
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
1806
  padding-right: 0;
Mark Otto's avatar
Mark Otto committed
1807
  padding-left: 0;
XhmikosR's avatar
XhmikosR committed
1808
}
Mark Otto's avatar
Mark Otto committed
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
.input-sm {
  height: 2.025rem;
  padding: .3rem .75rem;
  font-size: .85rem;
  line-height: 1.5;
  border-radius: .2rem;
}
select.input-sm {
  height: 2.025rem;
  line-height: 2.025rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
1824
.form-group-sm .form-control {
1825
  height: 2.025rem;
Mark Otto's avatar
Mark Otto committed
1826
1827
  padding: .3rem .75rem;
  font-size: .85rem;
1828
  line-height: 1.5;
Mark Otto's avatar
Mark Otto committed
1829
  border-radius: .2rem;
1830
}
1831
select.form-group-sm .form-control {
1832
1833
  height: 2.025rem;
  line-height: 2.025rem;
1834
}
1835
1836
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
1837
  height: auto;
1838
}
Mark Otto's avatar
Mark Otto committed
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
.input-lg {
  height: 3.3125rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: .3rem;
}
select.input-lg {
  height: 3.3125rem;
  line-height: 3.3125rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
Mark Otto's avatar
typo    
Mark Otto committed
1854
.form-group-lg .form-control {
1855
  height: 3.3125rem;
Mark Otto's avatar
Mark Otto committed
1856
  padding: .75rem 1.5rem;
Mark Otto's avatar
Mark Otto committed
1857
  font-size: 1.25rem;
1858
  line-height: 1.33;
Mark Otto's avatar
Mark Otto committed
1859
  border-radius: .3rem;
1860
}
Mark Otto's avatar
typo    
Mark Otto committed
1861
select.form-group-lg .form-control {
1862
1863
  height: 3.3125rem;
  line-height: 3.3125rem;
1864
}
Mark Otto's avatar
typo    
Mark Otto committed
1865
1866
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
1867
  height: auto;
1868
}
1869
1870
.has-feedback {
  position: relative;
1871
}
1872
.has-feedback .form-control {
1873
  padding-right: 3.3125rem;
1874
}
1875
1876
.form-control-feedback {
  position: absolute;
1877
  top: 0;
XhmikosR's avatar
XhmikosR committed
1878
1879
  right: 0;
  z-index: 2;
1880
  display: block;
1881
1882
1883
  width: 2.65rem;
  height: 2.65rem;
  line-height: 2.65rem;
1884
  text-align: center;
Mark Otto's avatar
grunt    
Mark Otto committed
1885
  pointer-events: none;
1886
}
1887
.input-lg + .form-control-feedback {
1888
1889
1890
  width: 3.3125rem;
  height: 3.3125rem;
  line-height: 3.3125rem;
1891
}
1892
.input-sm + .form-control-feedback {
1893
1894
1895
  width: 2.025rem;
  height: 2.025rem;
  line-height: 2.025rem;
1896
}
1897
1898
1899
1900
1901
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
1902
1903
1904
1905
1906
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
1907
  color: #3c763d;
1908
}
1909
1910
.has-success .form-control {
  border-color: #3c763d;
Mark Otto's avatar
Mark Otto committed
1911
1912
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1913
}
1914
1915
.has-success .form-control:focus {
  border-color: #2b542c;
Mark Otto's avatar
Mark Otto committed
1916
1917
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1918
}
1919
1920
.has-success .input-group-addon {
  color: #3c763d;
1921
  background-color: #dff0d8;
Mark Otto's avatar
Mark Otto committed
1922
  border-color: #3c763d;
1923
}
1924
1925
.has-success .form-control-feedback {
  color: #3c763d;
1926
}
1927
1928
1929
1930
1931
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
1932
1933
1934
1935
1936
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
1937
  color: #8a6d3b;
1938
}
1939
1940
.has-warning .form-control {
  border-color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
1941
1942
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1943
}
1944
1945
.has-warning .form-control:focus {
  border-color: #66512c;
Mark Otto's avatar
Mark Otto committed
1946
1947
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1948
}
1949
1950
.has-warning .input-group-addon {
  color: #8a6d3b;
1951
  background-color: #fcf8e3;
Mark Otto's avatar
Mark Otto committed
1952
  border-color: #8a6d3b;
1953
}
1954
1955
.has-warning .form-control-feedback {
  color: #8a6d3b;
1956
}
1957
1958
1959
1960
1961
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
1962
1963
1964
1965
1966
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
1967
  color: #a94442;
1968
}
1969
1970
.has-error .form-control {
  border-color: #a94442;
Mark Otto's avatar
Mark Otto committed
1971
1972
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1973
}
1974
1975
.has-error .form-control:focus {
  border-color: #843534;
Mark Otto's avatar
Mark Otto committed
1976
1977
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1978
}
1979
1980
.has-error .input-group-addon {
  color: #a94442;
1981
  background-color: #f2dede;
Mark Otto's avatar
Mark Otto committed
1982
  border-color: #a94442;
1983
}
1984
1985
.has-error .form-control-feedback {
  color: #a94442;
1986
}
1987
.has-feedback label ~ .form-control-feedback {
Mark Otto's avatar
Mark Otto committed
1988
  top: 29px;
1989
}
XhmikosR's avatar
XhmikosR committed
1990
1991
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
1992
}
1993
1994
1995
1996
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
1997
  color: #747a7f;
1998
}
1999
@media (min-width: 48em) {
2000
  .form-inline .form-group {
For faster browsing, not all history is shown. View entire blame