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