bootstrap.css 130 KB
Newer Older
XhmikosR's avatar
XhmikosR committed
2001
    left: 33.33333333%;
2002
2003
  }
  .col-lg-push-3 {
XhmikosR's avatar
XhmikosR committed
2004
    left: 25%;
2005
2006
  }
  .col-lg-push-2 {
XhmikosR's avatar
XhmikosR committed
2007
    left: 16.66666667%;
2008
2009
  }
  .col-lg-push-1 {
XhmikosR's avatar
XhmikosR committed
2010
    left: 8.33333333%;
2011
2012
  }
  .col-lg-push-0 {
XhmikosR's avatar
XhmikosR committed
2013
    left: auto;
2014
2015
  }
  .col-lg-offset-12 {
XhmikosR's avatar
XhmikosR committed
2016
    margin-left: 100%;
2017
2018
  }
  .col-lg-offset-11 {
XhmikosR's avatar
XhmikosR committed
2019
    margin-left: 91.66666667%;
2020
2021
  }
  .col-lg-offset-10 {
XhmikosR's avatar
XhmikosR committed
2022
    margin-left: 83.33333333%;
2023
2024
  }
  .col-lg-offset-9 {
XhmikosR's avatar
XhmikosR committed
2025
    margin-left: 75%;
2026
2027
  }
  .col-lg-offset-8 {
XhmikosR's avatar
XhmikosR committed
2028
    margin-left: 66.66666667%;
2029
2030
  }
  .col-lg-offset-7 {
XhmikosR's avatar
XhmikosR committed
2031
    margin-left: 58.33333333%;
2032
2033
  }
  .col-lg-offset-6 {
XhmikosR's avatar
XhmikosR committed
2034
    margin-left: 50%;
2035
2036
  }
  .col-lg-offset-5 {
XhmikosR's avatar
XhmikosR committed
2037
    margin-left: 41.66666667%;
2038
2039
  }
  .col-lg-offset-4 {
XhmikosR's avatar
XhmikosR committed
2040
    margin-left: 33.33333333%;
2041
2042
  }
  .col-lg-offset-3 {
XhmikosR's avatar
XhmikosR committed
2043
    margin-left: 25%;
2044
2045
  }
  .col-lg-offset-2 {
XhmikosR's avatar
XhmikosR committed
2046
    margin-left: 16.66666667%;
2047
2048
  }
  .col-lg-offset-1 {
XhmikosR's avatar
XhmikosR committed
2049
    margin-left: 8.33333333%;
2050
2051
  }
  .col-lg-offset-0 {
XhmikosR's avatar
XhmikosR committed
2052
    margin-left: 0;
2053
  }
2054
}
2055
2056
table {
  background-color: transparent;
2057
}
2058
th {
XhmikosR's avatar
XhmikosR committed
2059
  text-align: left;
2060
}
2061
2062
.table {
  width: 100%;
XhmikosR's avatar
XhmikosR committed
2063
  max-width: 100%;
2064
  margin-bottom: 20px;
2065
}
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
2076
}
2077
2078
2079
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
2080
}
2081
2082
2083
2084
2085
2086
2087
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
2088
}
2089
2090
.table > tbody + tbody {
  border-top: 2px solid #ddd;
2091
}
2092
2093
.table .table {
  background-color: #fff;
2094
}
2095
2096
2097
2098
2099
2100
2101
.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 {
  padding: 5px;
2102
}
2103
2104
.table-bordered {
  border: 1px solid #ddd;
2105
}
2106
2107
2108
2109
2110
2111
2112
.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 {
  border: 1px solid #ddd;
2113
}
2114
2115
2116
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
2117
}
Mark Otto's avatar
grunt    
Mark Otto committed
2118
.table-striped > tbody > tr:nth-child(odd) {
2119
  background-color: #f9f9f9;
2120
}
Mark Otto's avatar
grunt    
Mark Otto committed
2121
.table-hover > tbody > tr:hover {
2122
  background-color: #f5f5f5;
2123
}
2124
2125
2126
2127
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
2128
}
2129
2130
2131
2132
2133
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
2134
}
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
.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;
2148
}
2149
2150
2151
.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
2152
.table-hover > tbody > tr:hover > .active,
2153
2154
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
2155
}
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
.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;
2169
}
2170
2171
2172
.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
2173
.table-hover > tbody > tr:hover > .success,
2174
2175
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
2176
}
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
.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;
2190
}
2191
2192
2193
.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
2194
.table-hover > tbody > tr:hover > .info,
2195
2196
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
2197
}
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
.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;
2211
}
2212
2213
2214
.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
2215
.table-hover > tbody > tr:hover > .warning,
2216
2217
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
2218
}
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
.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;
2232
}
2233
2234
2235
.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
2236
.table-hover > tbody > tr:hover > .danger,
2237
2238
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
2239
}
2240
@media screen and (max-width: 767px) {
2241
2242
2243
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
XhmikosR's avatar
XhmikosR committed
2244
    overflow-x: auto;
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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
2270
    border-left: 0;
2271
2272
2273
2274
2275
2276
2277
  }
  .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
2278
    border-right: 0;
2279
2280
2281
2282
2283
2284
2285
  }
  .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;
  }
2286
}
2287
2288
2289
2290
2291
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
2292
}
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
2303
}
2304
2305
label {
  display: inline-block;
XhmikosR's avatar
XhmikosR committed
2306
  max-width: 100%;
2307
2308
  margin-bottom: 5px;
  font-weight: bold;
2309
}
2310
2311
2312
2313
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
2314
}
2315
2316
2317
2318
2319
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
2320
}
2321
2322
input[type="file"] {
  display: block;
2323
}
2324
2325
2326
input[type="range"] {
  display: block;
  width: 100%;
2327
}
2328
2329
2330
select[multiple],
select[size] {
  height: auto;
2331
}
2332
2333
2334
2335
2336
2337
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;
2338
}
2339
2340
2341
2342
2343
2344
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
2345
}
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
Bas Bosman's avatar
Bas Bosman committed
2360
2361
  -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;
2362
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2363
}
2364
2365
2366
2367
2368
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
2369
}
2370
.form-control::-moz-placeholder {
XhmikosR's avatar
XhmikosR committed
2371
  color: #777;
2372
  opacity: 1;
2373
}
2374
.form-control:-ms-input-placeholder {
XhmikosR's avatar
XhmikosR committed
2375
  color: #777;
2376
}
2377
.form-control::-webkit-input-placeholder {
XhmikosR's avatar
XhmikosR committed
2378
  color: #777;
2379
}
2380
2381
2382
2383
2384
2385
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
2386
}
2387
2388
textarea.form-control {
  height: auto;
2389
}
2390
2391
input[type="search"] {
  -webkit-appearance: none;
2392
}
XhmikosR's avatar
XhmikosR committed
2393
2394
2395
2396
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
2397
  line-height: 34px;
2398
2399
  line-height: 1.42857143 \0;
}
XhmikosR's avatar
XhmikosR committed
2400
2401
2402
2403
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
2404
2405
  line-height: 30px;
}
XhmikosR's avatar
XhmikosR committed
2406
2407
2408
2409
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
2410
  line-height: 46px;
2411
}
2412
2413
.form-group {
  margin-bottom: 15px;
2414
}
2415
2416
.radio,
.checkbox {
XhmikosR's avatar
XhmikosR committed
2417
  position: relative;
2418
2419
2420
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
2421
}
2422
2423
.radio label,
.checkbox label {
2424
  min-height: 20px;
XhmikosR's avatar
XhmikosR committed
2425
  padding-left: 20px;
2426
  margin-bottom: 0;
2427
2428
  font-weight: normal;
  cursor: pointer;
2429
}
2430
2431
2432
2433
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
XhmikosR's avatar
XhmikosR committed
2434
2435
2436
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
2437
}
2438
2439
2440
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
2441
}
2442
2443
2444
.radio-inline,
.checkbox-inline {
  display: inline-block;
XhmikosR's avatar
XhmikosR committed
2445
  padding-left: 20px;
2446
2447
2448
2449
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
2450
}
2451
2452
2453
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
XhmikosR's avatar
XhmikosR committed
2454
  margin-left: 10px;
2455
}
2456
2457
input[type="radio"][disabled],
input[type="checkbox"][disabled],
XhmikosR's avatar
XhmikosR committed
2458
2459
input[type="radio"].disabled,
input[type="checkbox"].disabled,
2460
fieldset[disabled] input[type="radio"],
XhmikosR's avatar
XhmikosR committed
2461
2462
2463
2464
2465
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
2466
2467
2468
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
2469
}
XhmikosR's avatar
XhmikosR committed
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
2487
.form-group-sm .form-control {
2488
2489
2490
2491
2492
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
2493
}
2494
2495
select.input-sm,
select.form-group-sm .form-control {
2496
2497
  height: 30px;
  line-height: 30px;
2498
}
2499
textarea.input-sm,
2500
2501
2502
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
2503
  height: auto;
2504
}
XhmikosR's avatar
XhmikosR committed
2505
.input-lg,
Mark Otto's avatar
typo    
Mark Otto committed
2506
.form-group-lg .form-control {
2507
2508
2509
2510
2511
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
2512
}
2513
select.input-lg,
Mark Otto's avatar
typo    
Mark Otto committed
2514
select.form-group-lg .form-control {
2515
2516
  height: 46px;
  line-height: 46px;
2517
}
2518
textarea.input-lg,
Mark Otto's avatar
typo    
Mark Otto committed
2519
textarea.form-group-lg .form-control,
2520
select[multiple].input-lg,
Mark Otto's avatar
typo    
Mark Otto committed
2521
select[multiple].form-group-lg .form-control {
2522
  height: auto;
2523
}
2524
2525
.has-feedback {
  position: relative;
2526
}
2527
.has-feedback .form-control {
XhmikosR's avatar
XhmikosR committed
2528
  padding-right: 42.5px;
2529
}
2530
2531
.form-control-feedback {
  position: absolute;
2532
  top: 0;
XhmikosR's avatar
XhmikosR committed
2533
2534
  right: 0;
  z-index: 2;
2535
2536
2537
2538
2539
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
2540
}
2541
2542
2543
2544
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
2545
}
2546
2547
2548
2549
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
2550
}
2551
2552
2553
2554
2555
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
2556
2557
2558
2559
2560
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
2561
  color: #3c763d;
2562
}
2563
2564
2565
2566
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2567
}
2568
2569
2570
2571
.has-success .form-control:focus {
  border-color: #2b542c;
  -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;
2572
}
2573
2574
2575
2576
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
2577
}
2578
2579
.has-success .form-control-feedback {
  color: #3c763d;
2580
}
2581
2582
2583
2584
2585
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
2586
2587
2588
2589
2590
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
2591
  color: #8a6d3b;
2592
}
2593
2594
2595
2596
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2597
}
2598
2599
2600
2601
.has-warning .form-control:focus {
  border-color: #66512c;
  -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;
2602
}
2603
2604
2605
2606
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
2607
}
2608
2609
.has-warning .form-control-feedback {
  color: #8a6d3b;
2610
}
2611
2612
2613
2614
2615
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
2616
2617
2618
2619
2620
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
2621
  color: #a94442;
2622
}
2623
2624
2625
2626
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2627
}
2628
2629
2630
2631
.has-error .form-control:focus {
  border-color: #843534;
  -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;
2632
}
2633
2634
2635
2636
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
2637
}
2638
2639
.has-error .form-control-feedback {
  color: #a94442;
2640
}
2641
2642
2643
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
XhmikosR's avatar
XhmikosR committed
2644
2645
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
2646
}
2647
2648
2649
2650
2651
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
2652
}
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
Mark Otto's avatar
Mark Otto committed
2664
2665
2666
2667
2668
2669
2670
2671
2672
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
XhmikosR's avatar
XhmikosR committed
2687
2688
2689
2690
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
2691
2692
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
XhmikosR's avatar
XhmikosR committed
2693
2694
    position: relative;
    margin-left: 0;
2695
2696
2697
2698
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
2699
}
2700
2701
2702
2703
2704
2705
2706
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
2707
}
2708
2709
2710
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
2711
}
2712
2713
2714
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
2715
}
2716
2717
@media (min-width: 768px) {
  .form-horizontal .control-label {
2718
2719
    padding-top: 7px;
    margin-bottom: 0;
XhmikosR's avatar
XhmikosR committed
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
2734
  }
2735
}
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
2746
2747
  -ms-touch-action: manipulation;
      touch-action: manipulation;
2748
2749
2750
2751
2752
2753
2754
2755
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
2756
}
2757
2758
.btn:focus,
.btn:active:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2759
2760
2761
2762
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
2763
2764
2765
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
2766
}
2767
.btn:hover,
Mark Otto's avatar
grunt    
Mark Otto committed
2768
2769
.btn:focus,
.btn.focus {
2770
2771
  color: #333;
  text-decoration: none;
2772
}
2773
2774
2775
2776
2777
2778
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2779
}
2780
2781
2782
2783
2784
2785
2786
2787
2788
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
2789
}
2790
2791
2792
2793
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
2794
}
2795
2796
.btn-default:hover,
.btn-default:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2797
.btn-default.focus,
2798
2799
.btn-default:active,
.btn-default.active,
XhmikosR's avatar
XhmikosR committed
2800
.open > .dropdown-toggle.btn-default {
2801
  color: #333;
2802
  background-color: #e6e6e6;
2803
  border-color: #adadad;
2804
}
2805
2806
.btn-default:active,
.btn-default.active,
XhmikosR's avatar
XhmikosR committed
2807
.open > .dropdown-toggle.btn-default {
2808
  background-image: none;
2809
}
2810
2811
2812
2813
2814
2815
2816
2817
2818
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2819
2820
2821
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
2822
2823
2824
2825
2826
2827
2828
2829
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
2830
}
2831
2832
2833
.btn-default .badge {
  color: #fff;
  background-color: #333;
2834
}
2835
2836
2837
2838
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
2839
}
2840
2841
.btn-primary:hover,
.btn-primary:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2842
.btn-primary.focus,
2843
2844
.btn-primary:active,
.btn-primary.active,
XhmikosR's avatar
XhmikosR committed
2845
.open > .dropdown-toggle.btn-primary {
2846
  color: #fff;
2847
  background-color: #3071a9;
2848
  border-color: #285e8e;
2849
}
2850
2851
.btn-primary:active,
.btn-primary.active,
XhmikosR's avatar
XhmikosR committed
2852
.open > .dropdown-toggle.btn-primary {
2853
  background-image: none;
2854
}
2855
2856
2857
2858
2859
2860
2861
2862
2863
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2864
2865
2866
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
2867
2868
2869
2870
2871
2872
2873
2874
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
2875
}
2876
2877
2878
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
2879
}
2880
2881
2882
2883
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
2884
}
2885
2886
.btn-success:hover,
.btn-success:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2887
.btn-success.focus,
2888
2889
.btn-success:active,
.btn-success.active,
XhmikosR's avatar
XhmikosR committed
2890
.open > .dropdown-toggle.btn-success {
2891
  color: #fff;
2892
  background-color: #449d44;
2893
  border-color: #398439;
2894
}
2895
2896
.btn-success:active,
.btn-success.active,
XhmikosR's avatar
XhmikosR committed
2897
.open > .dropdown-toggle.btn-success {
2898
  background-image: none;
2899
}
2900
2901
2902
2903
2904
2905
2906
2907
2908
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2909
2910
2911
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
2912
2913
2914
2915
2916
2917
2918
2919
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
2920
}
2921
2922
2923
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
2924
}
2925
2926
2927
2928
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
2929
}
2930
2931
.btn-info:hover,
.btn-info:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2932
.btn-info.focus,
2933
2934
.btn-info:active,
.btn-info.active,
XhmikosR's avatar
XhmikosR committed
2935
.open > .dropdown-toggle.btn-info {
2936
  color: #fff;
2937
  background-color: #31b0d5;
2938
  border-color: #269abc;
2939
}
2940
2941
.btn-info:active,
.btn-info.active,
XhmikosR's avatar
XhmikosR committed
2942
.open > .dropdown-toggle.btn-info {
2943
  background-image: none;
2944
}
2945
2946
2947
2948
2949
2950
2951
2952
2953
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2954
2955
2956
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
2957
2958
2959
2960
2961
2962
2963
2964
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
2965
}
2966
2967
2968
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
2969
}
2970
2971
2972
2973
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
2974
}
2975
2976
.btn-warning:hover,
.btn-warning:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2977
.btn-warning.focus,
2978
2979
.btn-warning:active,
.btn-warning.active,
XhmikosR's avatar
XhmikosR committed
2980
.open > .dropdown-toggle.btn-warning {
2981
  color: #fff;
2982
  background-color: #ec971f;
2983
  border-color: #d58512;
2984
}
2985
2986
.btn-warning:active,
.btn-warning.active,
XhmikosR's avatar
XhmikosR committed
2987
.open > .dropdown-toggle.btn-warning {
2988
  background-image: none;
2989
}
2990
2991
2992
2993
2994
2995
2996
2997
2998
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
2999
3000
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
For faster browsing, not all history is shown. View entire blame