annotate static/bootstrap/css/bootstrap.css @ 137:964d5e9130c2

Update to Bootstrap 3.1.1.
author Brian Neal <bgneal@gmail.com>
date Fri, 14 Feb 2014 19:42:07 -0600
parents ddf49209cfc1
children
rev   line source
bgneal@118 1 /*!
bgneal@137 2 * Bootstrap v3.1.1 (http://getbootstrap.com)
bgneal@137 3 * Copyright 2011-2014 Twitter, Inc.
bgneal@137 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
bgneal@118 5 */
bgneal@118 6
bgneal@137 7 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
bgneal@137 8 html {
bgneal@137 9 font-family: sans-serif;
bgneal@137 10 -webkit-text-size-adjust: 100%;
bgneal@137 11 -ms-text-size-adjust: 100%;
bgneal@137 12 }
bgneal@137 13 body {
bgneal@137 14 margin: 0;
bgneal@137 15 }
bgneal@118 16 article,
bgneal@118 17 aside,
bgneal@118 18 details,
bgneal@118 19 figcaption,
bgneal@118 20 figure,
bgneal@118 21 footer,
bgneal@118 22 header,
bgneal@118 23 hgroup,
bgneal@118 24 main,
bgneal@118 25 nav,
bgneal@118 26 section,
bgneal@118 27 summary {
bgneal@118 28 display: block;
bgneal@118 29 }
bgneal@118 30 audio,
bgneal@118 31 canvas,
bgneal@137 32 progress,
bgneal@118 33 video {
bgneal@118 34 display: inline-block;
bgneal@137 35 vertical-align: baseline;
bgneal@137 36 }
bgneal@118 37 audio:not([controls]) {
bgneal@118 38 display: none;
bgneal@118 39 height: 0;
bgneal@118 40 }
bgneal@137 41 [hidden],
bgneal@137 42 template {
bgneal@118 43 display: none;
bgneal@118 44 }
bgneal@137 45 a {
bgneal@137 46 background: transparent;
bgneal@137 47 }
bgneal@118 48 a:active,
bgneal@118 49 a:hover {
bgneal@118 50 outline: 0;
bgneal@118 51 }
bgneal@118 52 abbr[title] {
bgneal@118 53 border-bottom: 1px dotted;
bgneal@118 54 }
bgneal@118 55 b,
bgneal@118 56 strong {
bgneal@118 57 font-weight: bold;
bgneal@118 58 }
bgneal@118 59 dfn {
bgneal@118 60 font-style: italic;
bgneal@118 61 }
bgneal@137 62 h1 {
bgneal@137 63 margin: .67em 0;
bgneal@137 64 font-size: 2em;
bgneal@137 65 }
bgneal@118 66 mark {
bgneal@118 67 color: #000;
bgneal@118 68 background: #ff0;
bgneal@118 69 }
bgneal@118 70 small {
bgneal@118 71 font-size: 80%;
bgneal@118 72 }
bgneal@118 73 sub,
bgneal@118 74 sup {
bgneal@118 75 position: relative;
bgneal@118 76 font-size: 75%;
bgneal@118 77 line-height: 0;
bgneal@118 78 vertical-align: baseline;
bgneal@118 79 }
bgneal@118 80 sup {
bgneal@137 81 top: -.5em;
bgneal@137 82 }
bgneal@118 83 sub {
bgneal@137 84 bottom: -.25em;
bgneal@137 85 }
bgneal@118 86 img {
bgneal@118 87 border: 0;
bgneal@118 88 }
bgneal@118 89 svg:not(:root) {
bgneal@118 90 overflow: hidden;
bgneal@118 91 }
bgneal@118 92 figure {
bgneal@137 93 margin: 1em 40px;
bgneal@137 94 }
bgneal@137 95 hr {
bgneal@137 96 height: 0;
bgneal@137 97 -moz-box-sizing: content-box;
bgneal@137 98 box-sizing: content-box;
bgneal@137 99 }
bgneal@137 100 pre {
bgneal@137 101 overflow: auto;
bgneal@137 102 }
bgneal@137 103 code,
bgneal@137 104 kbd,
bgneal@137 105 pre,
bgneal@137 106 samp {
bgneal@137 107 font-family: monospace, monospace;
bgneal@137 108 font-size: 1em;
bgneal@137 109 }
bgneal@118 110 button,
bgneal@118 111 input,
bgneal@137 112 optgroup,
bgneal@118 113 select,
bgneal@118 114 textarea {
bgneal@118 115 margin: 0;
bgneal@137 116 font: inherit;
bgneal@137 117 color: inherit;
bgneal@137 118 }
bgneal@137 119 button {
bgneal@137 120 overflow: visible;
bgneal@137 121 }
bgneal@118 122 button,
bgneal@118 123 select {
bgneal@118 124 text-transform: none;
bgneal@118 125 }
bgneal@118 126 button,
bgneal@118 127 html input[type="button"],
bgneal@118 128 input[type="reset"],
bgneal@118 129 input[type="submit"] {
bgneal@137 130 -webkit-appearance: button;
bgneal@118 131 cursor: pointer;
bgneal@137 132 }
bgneal@118 133 button[disabled],
bgneal@118 134 html input[disabled] {
bgneal@118 135 cursor: default;
bgneal@118 136 }
bgneal@137 137 button::-moz-focus-inner,
bgneal@137 138 input::-moz-focus-inner {
bgneal@137 139 padding: 0;
bgneal@137 140 border: 0;
bgneal@137 141 }
bgneal@137 142 input {
bgneal@137 143 line-height: normal;
bgneal@137 144 }
bgneal@118 145 input[type="checkbox"],
bgneal@118 146 input[type="radio"] {
bgneal@137 147 box-sizing: border-box;
bgneal@118 148 padding: 0;
bgneal@137 149 }
bgneal@137 150 input[type="number"]::-webkit-inner-spin-button,
bgneal@137 151 input[type="number"]::-webkit-outer-spin-button {
bgneal@137 152 height: auto;
bgneal@137 153 }
bgneal@118 154 input[type="search"] {
bgneal@118 155 -webkit-box-sizing: content-box;
bgneal@118 156 -moz-box-sizing: content-box;
bgneal@118 157 box-sizing: content-box;
bgneal@118 158 -webkit-appearance: textfield;
bgneal@118 159 }
bgneal@118 160 input[type="search"]::-webkit-search-cancel-button,
bgneal@118 161 input[type="search"]::-webkit-search-decoration {
bgneal@118 162 -webkit-appearance: none;
bgneal@118 163 }
bgneal@137 164 fieldset {
bgneal@137 165 padding: .35em .625em .75em;
bgneal@137 166 margin: 0 2px;
bgneal@137 167 border: 1px solid #c0c0c0;
bgneal@137 168 }
bgneal@137 169 legend {
bgneal@118 170 padding: 0;
bgneal@118 171 border: 0;
bgneal@118 172 }
bgneal@118 173 textarea {
bgneal@118 174 overflow: auto;
bgneal@137 175 }
bgneal@137 176 optgroup {
bgneal@137 177 font-weight: bold;
bgneal@137 178 }
bgneal@118 179 table {
bgneal@137 180 border-spacing: 0;
bgneal@118 181 border-collapse: collapse;
bgneal@137 182 }
bgneal@137 183 td,
bgneal@137 184 th {
bgneal@137 185 padding: 0;
bgneal@137 186 }
bgneal@118 187 @media print {
bgneal@118 188 * {
bgneal@118 189 color: #000 !important;
bgneal@118 190 text-shadow: none !important;
bgneal@118 191 background: transparent !important;
bgneal@118 192 box-shadow: none !important;
bgneal@118 193 }
bgneal@118 194 a,
bgneal@118 195 a:visited {
bgneal@118 196 text-decoration: underline;
bgneal@118 197 }
bgneal@118 198 a[href]:after {
bgneal@118 199 content: " (" attr(href) ")";
bgneal@118 200 }
bgneal@118 201 abbr[title]:after {
bgneal@118 202 content: " (" attr(title) ")";
bgneal@118 203 }
bgneal@118 204 a[href^="javascript:"]:after,
bgneal@118 205 a[href^="#"]:after {
bgneal@118 206 content: "";
bgneal@118 207 }
bgneal@118 208 pre,
bgneal@118 209 blockquote {
bgneal@118 210 border: 1px solid #999;
bgneal@137 211
bgneal@118 212 page-break-inside: avoid;
bgneal@118 213 }
bgneal@118 214 thead {
bgneal@118 215 display: table-header-group;
bgneal@118 216 }
bgneal@118 217 tr,
bgneal@118 218 img {
bgneal@118 219 page-break-inside: avoid;
bgneal@118 220 }
bgneal@118 221 img {
bgneal@118 222 max-width: 100% !important;
bgneal@118 223 }
bgneal@118 224 p,
bgneal@118 225 h2,
bgneal@118 226 h3 {
bgneal@118 227 orphans: 3;
bgneal@118 228 widows: 3;
bgneal@118 229 }
bgneal@118 230 h2,
bgneal@118 231 h3 {
bgneal@118 232 page-break-after: avoid;
bgneal@118 233 }
bgneal@137 234 select {
bgneal@137 235 background: #fff !important;
bgneal@137 236 }
bgneal@118 237 .navbar {
bgneal@118 238 display: none;
bgneal@118 239 }
bgneal@118 240 .table td,
bgneal@118 241 .table th {
bgneal@118 242 background-color: #fff !important;
bgneal@118 243 }
bgneal@118 244 .btn > .caret,
bgneal@118 245 .dropup > .btn > .caret {
bgneal@118 246 border-top-color: #000 !important;
bgneal@118 247 }
bgneal@118 248 .label {
bgneal@118 249 border: 1px solid #000;
bgneal@118 250 }
bgneal@118 251 .table {
bgneal@118 252 border-collapse: collapse !important;
bgneal@118 253 }
bgneal@118 254 .table-bordered th,
bgneal@118 255 .table-bordered td {
bgneal@118 256 border: 1px solid #ddd !important;
bgneal@118 257 }
bgneal@118 258 }
bgneal@137 259 * {
bgneal@137 260 -webkit-box-sizing: border-box;
bgneal@137 261 -moz-box-sizing: border-box;
bgneal@137 262 box-sizing: border-box;
bgneal@137 263 }
bgneal@118 264 *:before,
bgneal@118 265 *:after {
bgneal@118 266 -webkit-box-sizing: border-box;
bgneal@118 267 -moz-box-sizing: border-box;
bgneal@118 268 box-sizing: border-box;
bgneal@118 269 }
bgneal@118 270 html {
bgneal@118 271 font-size: 62.5%;
bgneal@137 272
bgneal@118 273 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
bgneal@118 274 }
bgneal@118 275 body {
bgneal@118 276 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
bgneal@118 277 font-size: 14px;
bgneal@137 278 line-height: 1.42857143;
bgneal@137 279 color: #333;
bgneal@137 280 background-color: #fff;
bgneal@137 281 }
bgneal@118 282 input,
bgneal@118 283 button,
bgneal@118 284 select,
bgneal@118 285 textarea {
bgneal@118 286 font-family: inherit;
bgneal@118 287 font-size: inherit;
bgneal@118 288 line-height: inherit;
bgneal@118 289 }
bgneal@118 290 a {
bgneal@118 291 color: #428bca;
bgneal@118 292 text-decoration: none;
bgneal@118 293 }
bgneal@118 294 a:hover,
bgneal@118 295 a:focus {
bgneal@118 296 color: #2a6496;
bgneal@118 297 text-decoration: underline;
bgneal@118 298 }
bgneal@118 299 a:focus {
bgneal@137 300 outline: thin dotted;
bgneal@118 301 outline: 5px auto -webkit-focus-ring-color;
bgneal@118 302 outline-offset: -2px;
bgneal@118 303 }
bgneal@137 304 figure {
bgneal@137 305 margin: 0;
bgneal@137 306 }
bgneal@118 307 img {
bgneal@118 308 vertical-align: middle;
bgneal@118 309 }
bgneal@137 310 .img-responsive,
bgneal@137 311 .thumbnail > img,
bgneal@137 312 .thumbnail a > img,
bgneal@137 313 .carousel-inner > .item > img,
bgneal@137 314 .carousel-inner > .item > a > img {
bgneal@118 315 display: block;
bgneal@137 316 max-width: 100%;
bgneal@118 317 height: auto;
bgneal@137 318 }
bgneal@118 319 .img-rounded {
bgneal@118 320 border-radius: 6px;
bgneal@118 321 }
bgneal@118 322 .img-thumbnail {
bgneal@118 323 display: inline-block;
bgneal@137 324 max-width: 100%;
bgneal@118 325 height: auto;
bgneal@118 326 padding: 4px;
bgneal@137 327 line-height: 1.42857143;
bgneal@137 328 background-color: #fff;
bgneal@137 329 border: 1px solid #ddd;
bgneal@118 330 border-radius: 4px;
bgneal@137 331 -webkit-transition: all .2s ease-in-out;
bgneal@137 332 transition: all .2s ease-in-out;
bgneal@137 333 }
bgneal@118 334 .img-circle {
bgneal@118 335 border-radius: 50%;
bgneal@118 336 }
bgneal@118 337 hr {
bgneal@118 338 margin-top: 20px;
bgneal@118 339 margin-bottom: 20px;
bgneal@118 340 border: 0;
bgneal@137 341 border-top: 1px solid #eee;
bgneal@137 342 }
bgneal@118 343 .sr-only {
bgneal@118 344 position: absolute;
bgneal@118 345 width: 1px;
bgneal@118 346 height: 1px;
bgneal@118 347 padding: 0;
bgneal@118 348 margin: -1px;
bgneal@118 349 overflow: hidden;
bgneal@137 350 clip: rect(0, 0, 0, 0);
bgneal@118 351 border: 0;
bgneal@118 352 }
bgneal@118 353 h1,
bgneal@118 354 h2,
bgneal@118 355 h3,
bgneal@118 356 h4,
bgneal@118 357 h5,
bgneal@118 358 h6,
bgneal@118 359 .h1,
bgneal@118 360 .h2,
bgneal@118 361 .h3,
bgneal@118 362 .h4,
bgneal@118 363 .h5,
bgneal@118 364 .h6 {
bgneal@137 365 font-family: inherit;
bgneal@118 366 font-weight: 500;
bgneal@118 367 line-height: 1.1;
bgneal@137 368 color: inherit;
bgneal@137 369 }
bgneal@118 370 h1 small,
bgneal@118 371 h2 small,
bgneal@118 372 h3 small,
bgneal@118 373 h4 small,
bgneal@118 374 h5 small,
bgneal@118 375 h6 small,
bgneal@118 376 .h1 small,
bgneal@118 377 .h2 small,
bgneal@118 378 .h3 small,
bgneal@118 379 .h4 small,
bgneal@118 380 .h5 small,
bgneal@137 381 .h6 small,
bgneal@137 382 h1 .small,
bgneal@137 383 h2 .small,
bgneal@137 384 h3 .small,
bgneal@137 385 h4 .small,
bgneal@137 386 h5 .small,
bgneal@137 387 h6 .small,
bgneal@137 388 .h1 .small,
bgneal@137 389 .h2 .small,
bgneal@137 390 .h3 .small,
bgneal@137 391 .h4 .small,
bgneal@137 392 .h5 .small,
bgneal@137 393 .h6 .small {
bgneal@118 394 font-weight: normal;
bgneal@118 395 line-height: 1;
bgneal@137 396 color: #999;
bgneal@137 397 }
bgneal@118 398 h1,
bgneal@137 399 .h1,
bgneal@118 400 h2,
bgneal@137 401 .h2,
bgneal@137 402 h3,
bgneal@137 403 .h3 {
bgneal@118 404 margin-top: 20px;
bgneal@118 405 margin-bottom: 10px;
bgneal@118 406 }
bgneal@137 407 h1 small,
bgneal@137 408 .h1 small,
bgneal@137 409 h2 small,
bgneal@137 410 .h2 small,
bgneal@137 411 h3 small,
bgneal@137 412 .h3 small,
bgneal@137 413 h1 .small,
bgneal@137 414 .h1 .small,
bgneal@137 415 h2 .small,
bgneal@137 416 .h2 .small,
bgneal@137 417 h3 .small,
bgneal@137 418 .h3 .small {
bgneal@137 419 font-size: 65%;
bgneal@137 420 }
bgneal@118 421 h4,
bgneal@137 422 .h4,
bgneal@118 423 h5,
bgneal@137 424 .h5,
bgneal@137 425 h6,
bgneal@137 426 .h6 {
bgneal@118 427 margin-top: 10px;
bgneal@118 428 margin-bottom: 10px;
bgneal@118 429 }
bgneal@137 430 h4 small,
bgneal@137 431 .h4 small,
bgneal@137 432 h5 small,
bgneal@137 433 .h5 small,
bgneal@137 434 h6 small,
bgneal@137 435 .h6 small,
bgneal@137 436 h4 .small,
bgneal@137 437 .h4 .small,
bgneal@137 438 h5 .small,
bgneal@137 439 .h5 .small,
bgneal@137 440 h6 .small,
bgneal@137 441 .h6 .small {
bgneal@137 442 font-size: 75%;
bgneal@137 443 }
bgneal@118 444 h1,
bgneal@118 445 .h1 {
bgneal@118 446 font-size: 36px;
bgneal@118 447 }
bgneal@118 448 h2,
bgneal@118 449 .h2 {
bgneal@118 450 font-size: 30px;
bgneal@118 451 }
bgneal@118 452 h3,
bgneal@118 453 .h3 {
bgneal@118 454 font-size: 24px;
bgneal@118 455 }
bgneal@118 456 h4,
bgneal@118 457 .h4 {
bgneal@118 458 font-size: 18px;
bgneal@118 459 }
bgneal@118 460 h5,
bgneal@118 461 .h5 {
bgneal@118 462 font-size: 14px;
bgneal@118 463 }
bgneal@118 464 h6,
bgneal@118 465 .h6 {
bgneal@118 466 font-size: 12px;
bgneal@118 467 }
bgneal@137 468 p {
bgneal@137 469 margin: 0 0 10px;
bgneal@137 470 }
bgneal@137 471 .lead {
bgneal@137 472 margin-bottom: 20px;
bgneal@137 473 font-size: 16px;
bgneal@137 474 font-weight: 200;
bgneal@137 475 line-height: 1.4;
bgneal@137 476 }
bgneal@137 477 @media (min-width: 768px) {
bgneal@137 478 .lead {
bgneal@137 479 font-size: 21px;
bgneal@137 480 }
bgneal@137 481 }
bgneal@137 482 small,
bgneal@137 483 .small {
bgneal@137 484 font-size: 85%;
bgneal@137 485 }
bgneal@137 486 cite {
bgneal@137 487 font-style: normal;
bgneal@137 488 }
bgneal@137 489 .text-left {
bgneal@137 490 text-align: left;
bgneal@137 491 }
bgneal@137 492 .text-right {
bgneal@137 493 text-align: right;
bgneal@137 494 }
bgneal@137 495 .text-center {
bgneal@137 496 text-align: center;
bgneal@137 497 }
bgneal@137 498 .text-justify {
bgneal@137 499 text-align: justify;
bgneal@137 500 }
bgneal@137 501 .text-muted {
bgneal@137 502 color: #999;
bgneal@137 503 }
bgneal@137 504 .text-primary {
bgneal@137 505 color: #428bca;
bgneal@137 506 }
bgneal@137 507 a.text-primary:hover {
bgneal@137 508 color: #3071a9;
bgneal@137 509 }
bgneal@137 510 .text-success {
bgneal@137 511 color: #3c763d;
bgneal@137 512 }
bgneal@137 513 a.text-success:hover {
bgneal@137 514 color: #2b542c;
bgneal@137 515 }
bgneal@137 516 .text-info {
bgneal@137 517 color: #31708f;
bgneal@137 518 }
bgneal@137 519 a.text-info:hover {
bgneal@137 520 color: #245269;
bgneal@137 521 }
bgneal@137 522 .text-warning {
bgneal@137 523 color: #8a6d3b;
bgneal@137 524 }
bgneal@137 525 a.text-warning:hover {
bgneal@137 526 color: #66512c;
bgneal@137 527 }
bgneal@137 528 .text-danger {
bgneal@137 529 color: #a94442;
bgneal@137 530 }
bgneal@137 531 a.text-danger:hover {
bgneal@137 532 color: #843534;
bgneal@137 533 }
bgneal@137 534 .bg-primary {
bgneal@137 535 color: #fff;
bgneal@137 536 background-color: #428bca;
bgneal@137 537 }
bgneal@137 538 a.bg-primary:hover {
bgneal@137 539 background-color: #3071a9;
bgneal@137 540 }
bgneal@137 541 .bg-success {
bgneal@137 542 background-color: #dff0d8;
bgneal@137 543 }
bgneal@137 544 a.bg-success:hover {
bgneal@137 545 background-color: #c1e2b3;
bgneal@137 546 }
bgneal@137 547 .bg-info {
bgneal@137 548 background-color: #d9edf7;
bgneal@137 549 }
bgneal@137 550 a.bg-info:hover {
bgneal@137 551 background-color: #afd9ee;
bgneal@137 552 }
bgneal@137 553 .bg-warning {
bgneal@137 554 background-color: #fcf8e3;
bgneal@137 555 }
bgneal@137 556 a.bg-warning:hover {
bgneal@137 557 background-color: #f7ecb5;
bgneal@137 558 }
bgneal@137 559 .bg-danger {
bgneal@137 560 background-color: #f2dede;
bgneal@137 561 }
bgneal@137 562 a.bg-danger:hover {
bgneal@137 563 background-color: #e4b9b9;
bgneal@137 564 }
bgneal@118 565 .page-header {
bgneal@118 566 padding-bottom: 9px;
bgneal@118 567 margin: 40px 0 20px;
bgneal@137 568 border-bottom: 1px solid #eee;
bgneal@137 569 }
bgneal@118 570 ul,
bgneal@118 571 ol {
bgneal@118 572 margin-top: 0;
bgneal@118 573 margin-bottom: 10px;
bgneal@118 574 }
bgneal@118 575 ul ul,
bgneal@118 576 ol ul,
bgneal@118 577 ul ol,
bgneal@118 578 ol ol {
bgneal@118 579 margin-bottom: 0;
bgneal@118 580 }
bgneal@118 581 .list-unstyled {
bgneal@118 582 padding-left: 0;
bgneal@118 583 list-style: none;
bgneal@118 584 }
bgneal@118 585 .list-inline {
bgneal@118 586 padding-left: 0;
bgneal@137 587 margin-left: -5px;
bgneal@118 588 list-style: none;
bgneal@118 589 }
bgneal@118 590 .list-inline > li {
bgneal@118 591 display: inline-block;
bgneal@118 592 padding-right: 5px;
bgneal@118 593 padding-left: 5px;
bgneal@118 594 }
bgneal@118 595 dl {
bgneal@137 596 margin-top: 0;
bgneal@118 597 margin-bottom: 20px;
bgneal@118 598 }
bgneal@118 599 dt,
bgneal@118 600 dd {
bgneal@137 601 line-height: 1.42857143;
bgneal@137 602 }
bgneal@118 603 dt {
bgneal@118 604 font-weight: bold;
bgneal@118 605 }
bgneal@118 606 dd {
bgneal@118 607 margin-left: 0;
bgneal@118 608 }
bgneal@118 609 @media (min-width: 768px) {
bgneal@118 610 .dl-horizontal dt {
bgneal@118 611 float: left;
bgneal@118 612 width: 160px;
bgneal@118 613 overflow: hidden;
bgneal@118 614 clear: left;
bgneal@118 615 text-align: right;
bgneal@118 616 text-overflow: ellipsis;
bgneal@118 617 white-space: nowrap;
bgneal@118 618 }
bgneal@118 619 .dl-horizontal dd {
bgneal@118 620 margin-left: 180px;
bgneal@118 621 }
bgneal@137 622 }
bgneal@118 623 abbr[title],
bgneal@118 624 abbr[data-original-title] {
bgneal@118 625 cursor: help;
bgneal@137 626 border-bottom: 1px dotted #999;
bgneal@137 627 }
bgneal@137 628 .initialism {
bgneal@118 629 font-size: 90%;
bgneal@118 630 text-transform: uppercase;
bgneal@118 631 }
bgneal@118 632 blockquote {
bgneal@118 633 padding: 10px 20px;
bgneal@118 634 margin: 0 0 20px;
bgneal@118 635 font-size: 17.5px;
bgneal@137 636 border-left: 5px solid #eee;
bgneal@137 637 }
bgneal@137 638 blockquote p:last-child,
bgneal@137 639 blockquote ul:last-child,
bgneal@137 640 blockquote ol:last-child {
bgneal@118 641 margin-bottom: 0;
bgneal@118 642 }
bgneal@137 643 blockquote footer,
bgneal@137 644 blockquote small,
bgneal@137 645 blockquote .small {
bgneal@118 646 display: block;
bgneal@137 647 font-size: 80%;
bgneal@137 648 line-height: 1.42857143;
bgneal@137 649 color: #999;
bgneal@137 650 }
bgneal@137 651 blockquote footer:before,
bgneal@137 652 blockquote small:before,
bgneal@137 653 blockquote .small:before {
bgneal@118 654 content: '\2014 \00A0';
bgneal@118 655 }
bgneal@137 656 .blockquote-reverse,
bgneal@118 657 blockquote.pull-right {
bgneal@118 658 padding-right: 15px;
bgneal@118 659 padding-left: 0;
bgneal@137 660 text-align: right;
bgneal@137 661 border-right: 5px solid #eee;
bgneal@118 662 border-left: 0;
bgneal@118 663 }
bgneal@137 664 .blockquote-reverse footer:before,
bgneal@137 665 blockquote.pull-right footer:before,
bgneal@137 666 .blockquote-reverse small:before,
bgneal@137 667 blockquote.pull-right small:before,
bgneal@137 668 .blockquote-reverse .small:before,
bgneal@137 669 blockquote.pull-right .small:before {
bgneal@118 670 content: '';
bgneal@118 671 }
bgneal@137 672 .blockquote-reverse footer:after,
bgneal@137 673 blockquote.pull-right footer:after,
bgneal@137 674 .blockquote-reverse small:after,
bgneal@137 675 blockquote.pull-right small:after,
bgneal@137 676 .blockquote-reverse .small:after,
bgneal@137 677 blockquote.pull-right .small:after {
bgneal@118 678 content: '\00A0 \2014';
bgneal@118 679 }
bgneal@118 680 blockquote:before,
bgneal@118 681 blockquote:after {
bgneal@118 682 content: "";
bgneal@118 683 }
bgneal@118 684 address {
bgneal@118 685 margin-bottom: 20px;
bgneal@118 686 font-style: normal;
bgneal@137 687 line-height: 1.42857143;
bgneal@137 688 }
bgneal@118 689 code,
bgneal@137 690 kbd,
bgneal@137 691 pre,
bgneal@137 692 samp {
bgneal@137 693 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
bgneal@137 694 }
bgneal@118 695 code {
bgneal@118 696 padding: 2px 4px;
bgneal@118 697 font-size: 90%;
bgneal@118 698 color: #c7254e;
bgneal@118 699 white-space: nowrap;
bgneal@118 700 background-color: #f9f2f4;
bgneal@118 701 border-radius: 4px;
bgneal@118 702 }
bgneal@137 703 kbd {
bgneal@137 704 padding: 2px 4px;
bgneal@137 705 font-size: 90%;
bgneal@137 706 color: #fff;
bgneal@137 707 background-color: #333;
bgneal@137 708 border-radius: 3px;
bgneal@137 709 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
bgneal@137 710 }
bgneal@118 711 pre {
bgneal@118 712 display: block;
bgneal@118 713 padding: 9.5px;
bgneal@118 714 margin: 0 0 10px;
bgneal@118 715 font-size: 13px;
bgneal@137 716 line-height: 1.42857143;
bgneal@137 717 color: #333;
bgneal@118 718 word-break: break-all;
bgneal@118 719 word-wrap: break-word;
bgneal@118 720 background-color: #f5f5f5;
bgneal@137 721 border: 1px solid #ccc;
bgneal@118 722 border-radius: 4px;
bgneal@118 723 }
bgneal@118 724 pre code {
bgneal@118 725 padding: 0;
bgneal@118 726 font-size: inherit;
bgneal@118 727 color: inherit;
bgneal@118 728 white-space: pre-wrap;
bgneal@118 729 background-color: transparent;
bgneal@137 730 border-radius: 0;
bgneal@137 731 }
bgneal@118 732 .pre-scrollable {
bgneal@118 733 max-height: 340px;
bgneal@118 734 overflow-y: scroll;
bgneal@118 735 }
bgneal@118 736 .container {
bgneal@118 737 padding-right: 15px;
bgneal@118 738 padding-left: 15px;
bgneal@118 739 margin-right: auto;
bgneal@118 740 margin-left: auto;
bgneal@118 741 }
bgneal@137 742 @media (min-width: 768px) {
bgneal@137 743 .container {
bgneal@137 744 width: 750px;
bgneal@137 745 }
bgneal@137 746 }
bgneal@137 747 @media (min-width: 992px) {
bgneal@137 748 .container {
bgneal@137 749 width: 970px;
bgneal@137 750 }
bgneal@137 751 }
bgneal@137 752 @media (min-width: 1200px) {
bgneal@137 753 .container {
bgneal@137 754 width: 1170px;
bgneal@137 755 }
bgneal@137 756 }
bgneal@137 757 .container-fluid {
bgneal@137 758 padding-right: 15px;
bgneal@137 759 padding-left: 15px;
bgneal@137 760 margin-right: auto;
bgneal@137 761 margin-left: auto;
bgneal@137 762 }
bgneal@118 763 .row {
bgneal@118 764 margin-right: -15px;
bgneal@118 765 margin-left: -15px;
bgneal@118 766 }
bgneal@137 767 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
bgneal@118 768 position: relative;
bgneal@118 769 min-height: 1px;
bgneal@118 770 padding-right: 15px;
bgneal@118 771 padding-left: 15px;
bgneal@118 772 }
bgneal@137 773 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
bgneal@137 774 float: left;
bgneal@137 775 }
bgneal@137 776 .col-xs-12 {
bgneal@137 777 width: 100%;
bgneal@137 778 }
bgneal@118 779 .col-xs-11 {
bgneal@137 780 width: 91.66666667%;
bgneal@137 781 }
bgneal@137 782 .col-xs-10 {
bgneal@137 783 width: 83.33333333%;
bgneal@137 784 }
bgneal@137 785 .col-xs-9 {
bgneal@137 786 width: 75%;
bgneal@137 787 }
bgneal@137 788 .col-xs-8 {
bgneal@137 789 width: 66.66666667%;
bgneal@137 790 }
bgneal@137 791 .col-xs-7 {
bgneal@137 792 width: 58.33333333%;
bgneal@137 793 }
bgneal@137 794 .col-xs-6 {
bgneal@137 795 width: 50%;
bgneal@137 796 }
bgneal@137 797 .col-xs-5 {
bgneal@137 798 width: 41.66666667%;
bgneal@137 799 }
bgneal@137 800 .col-xs-4 {
bgneal@137 801 width: 33.33333333%;
bgneal@137 802 }
bgneal@118 803 .col-xs-3 {
bgneal@118 804 width: 25%;
bgneal@118 805 }
bgneal@137 806 .col-xs-2 {
bgneal@137 807 width: 16.66666667%;
bgneal@137 808 }
bgneal@137 809 .col-xs-1 {
bgneal@137 810 width: 8.33333333%;
bgneal@137 811 }
bgneal@137 812 .col-xs-pull-12 {
bgneal@137 813 right: 100%;
bgneal@137 814 }
bgneal@137 815 .col-xs-pull-11 {
bgneal@137 816 right: 91.66666667%;
bgneal@137 817 }
bgneal@137 818 .col-xs-pull-10 {
bgneal@137 819 right: 83.33333333%;
bgneal@137 820 }
bgneal@137 821 .col-xs-pull-9 {
bgneal@137 822 right: 75%;
bgneal@137 823 }
bgneal@137 824 .col-xs-pull-8 {
bgneal@137 825 right: 66.66666667%;
bgneal@137 826 }
bgneal@137 827 .col-xs-pull-7 {
bgneal@137 828 right: 58.33333333%;
bgneal@137 829 }
bgneal@137 830 .col-xs-pull-6 {
bgneal@137 831 right: 50%;
bgneal@137 832 }
bgneal@137 833 .col-xs-pull-5 {
bgneal@137 834 right: 41.66666667%;
bgneal@137 835 }
bgneal@137 836 .col-xs-pull-4 {
bgneal@137 837 right: 33.33333333%;
bgneal@137 838 }
bgneal@137 839 .col-xs-pull-3 {
bgneal@137 840 right: 25%;
bgneal@137 841 }
bgneal@137 842 .col-xs-pull-2 {
bgneal@137 843 right: 16.66666667%;
bgneal@137 844 }
bgneal@137 845 .col-xs-pull-1 {
bgneal@137 846 right: 8.33333333%;
bgneal@137 847 }
bgneal@137 848 .col-xs-pull-0 {
bgneal@137 849 right: 0;
bgneal@137 850 }
bgneal@137 851 .col-xs-push-12 {
bgneal@137 852 left: 100%;
bgneal@137 853 }
bgneal@137 854 .col-xs-push-11 {
bgneal@137 855 left: 91.66666667%;
bgneal@137 856 }
bgneal@137 857 .col-xs-push-10 {
bgneal@137 858 left: 83.33333333%;
bgneal@137 859 }
bgneal@137 860 .col-xs-push-9 {
bgneal@137 861 left: 75%;
bgneal@137 862 }
bgneal@137 863 .col-xs-push-8 {
bgneal@137 864 left: 66.66666667%;
bgneal@137 865 }
bgneal@137 866 .col-xs-push-7 {
bgneal@137 867 left: 58.33333333%;
bgneal@137 868 }
bgneal@137 869 .col-xs-push-6 {
bgneal@137 870 left: 50%;
bgneal@137 871 }
bgneal@137 872 .col-xs-push-5 {
bgneal@137 873 left: 41.66666667%;
bgneal@137 874 }
bgneal@137 875 .col-xs-push-4 {
bgneal@137 876 left: 33.33333333%;
bgneal@137 877 }
bgneal@137 878 .col-xs-push-3 {
bgneal@137 879 left: 25%;
bgneal@137 880 }
bgneal@137 881 .col-xs-push-2 {
bgneal@137 882 left: 16.66666667%;
bgneal@137 883 }
bgneal@137 884 .col-xs-push-1 {
bgneal@137 885 left: 8.33333333%;
bgneal@137 886 }
bgneal@137 887 .col-xs-push-0 {
bgneal@137 888 left: 0;
bgneal@137 889 }
bgneal@137 890 .col-xs-offset-12 {
bgneal@137 891 margin-left: 100%;
bgneal@137 892 }
bgneal@137 893 .col-xs-offset-11 {
bgneal@137 894 margin-left: 91.66666667%;
bgneal@137 895 }
bgneal@137 896 .col-xs-offset-10 {
bgneal@137 897 margin-left: 83.33333333%;
bgneal@137 898 }
bgneal@137 899 .col-xs-offset-9 {
bgneal@137 900 margin-left: 75%;
bgneal@137 901 }
bgneal@137 902 .col-xs-offset-8 {
bgneal@137 903 margin-left: 66.66666667%;
bgneal@137 904 }
bgneal@137 905 .col-xs-offset-7 {
bgneal@137 906 margin-left: 58.33333333%;
bgneal@137 907 }
bgneal@137 908 .col-xs-offset-6 {
bgneal@137 909 margin-left: 50%;
bgneal@137 910 }
bgneal@137 911 .col-xs-offset-5 {
bgneal@137 912 margin-left: 41.66666667%;
bgneal@137 913 }
bgneal@137 914 .col-xs-offset-4 {
bgneal@137 915 margin-left: 33.33333333%;
bgneal@137 916 }
bgneal@137 917 .col-xs-offset-3 {
bgneal@137 918 margin-left: 25%;
bgneal@137 919 }
bgneal@137 920 .col-xs-offset-2 {
bgneal@137 921 margin-left: 16.66666667%;
bgneal@137 922 }
bgneal@137 923 .col-xs-offset-1 {
bgneal@137 924 margin-left: 8.33333333%;
bgneal@137 925 }
bgneal@137 926 .col-xs-offset-0 {
bgneal@137 927 margin-left: 0;
bgneal@137 928 }
bgneal@118 929 @media (min-width: 768px) {
bgneal@137 930 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
bgneal@137 931 float: left;
bgneal@137 932 }
bgneal@137 933 .col-sm-12 {
bgneal@137 934 width: 100%;
bgneal@137 935 }
bgneal@118 936 .col-sm-11 {
bgneal@137 937 width: 91.66666667%;
bgneal@137 938 }
bgneal@137 939 .col-sm-10 {
bgneal@137 940 width: 83.33333333%;
bgneal@137 941 }
bgneal@137 942 .col-sm-9 {
bgneal@137 943 width: 75%;
bgneal@137 944 }
bgneal@137 945 .col-sm-8 {
bgneal@137 946 width: 66.66666667%;
bgneal@137 947 }
bgneal@137 948 .col-sm-7 {
bgneal@137 949 width: 58.33333333%;
bgneal@137 950 }
bgneal@137 951 .col-sm-6 {
bgneal@137 952 width: 50%;
bgneal@137 953 }
bgneal@137 954 .col-sm-5 {
bgneal@137 955 width: 41.66666667%;
bgneal@137 956 }
bgneal@137 957 .col-sm-4 {
bgneal@137 958 width: 33.33333333%;
bgneal@118 959 }
bgneal@118 960 .col-sm-3 {
bgneal@118 961 width: 25%;
bgneal@118 962 }
bgneal@137 963 .col-sm-2 {
bgneal@137 964 width: 16.66666667%;
bgneal@137 965 }
bgneal@137 966 .col-sm-1 {
bgneal@137 967 width: 8.33333333%;
bgneal@137 968 }
bgneal@137 969 .col-sm-pull-12 {
bgneal@137 970 right: 100%;
bgneal@137 971 }
bgneal@137 972 .col-sm-pull-11 {
bgneal@137 973 right: 91.66666667%;
bgneal@137 974 }
bgneal@137 975 .col-sm-pull-10 {
bgneal@137 976 right: 83.33333333%;
bgneal@137 977 }
bgneal@137 978 .col-sm-pull-9 {
bgneal@137 979 right: 75%;
bgneal@137 980 }
bgneal@137 981 .col-sm-pull-8 {
bgneal@137 982 right: 66.66666667%;
bgneal@137 983 }
bgneal@137 984 .col-sm-pull-7 {
bgneal@137 985 right: 58.33333333%;
bgneal@137 986 }
bgneal@137 987 .col-sm-pull-6 {
bgneal@137 988 right: 50%;
bgneal@137 989 }
bgneal@137 990 .col-sm-pull-5 {
bgneal@137 991 right: 41.66666667%;
bgneal@137 992 }
bgneal@137 993 .col-sm-pull-4 {
bgneal@137 994 right: 33.33333333%;
bgneal@137 995 }
bgneal@137 996 .col-sm-pull-3 {
bgneal@137 997 right: 25%;
bgneal@137 998 }
bgneal@137 999 .col-sm-pull-2 {
bgneal@137 1000 right: 16.66666667%;
bgneal@137 1001 }
bgneal@137 1002 .col-sm-pull-1 {
bgneal@137 1003 right: 8.33333333%;
bgneal@137 1004 }
bgneal@137 1005 .col-sm-pull-0 {
bgneal@137 1006 right: 0;
bgneal@137 1007 }
bgneal@137 1008 .col-sm-push-12 {
bgneal@137 1009 left: 100%;
bgneal@137 1010 }
bgneal@137 1011 .col-sm-push-11 {
bgneal@137 1012 left: 91.66666667%;
bgneal@137 1013 }
bgneal@137 1014 .col-sm-push-10 {
bgneal@137 1015 left: 83.33333333%;
bgneal@137 1016 }
bgneal@137 1017 .col-sm-push-9 {
bgneal@137 1018 left: 75%;
bgneal@137 1019 }
bgneal@137 1020 .col-sm-push-8 {
bgneal@137 1021 left: 66.66666667%;
bgneal@137 1022 }
bgneal@137 1023 .col-sm-push-7 {
bgneal@137 1024 left: 58.33333333%;
bgneal@137 1025 }
bgneal@137 1026 .col-sm-push-6 {
bgneal@137 1027 left: 50%;
bgneal@137 1028 }
bgneal@137 1029 .col-sm-push-5 {
bgneal@137 1030 left: 41.66666667%;
bgneal@137 1031 }
bgneal@137 1032 .col-sm-push-4 {
bgneal@137 1033 left: 33.33333333%;
bgneal@118 1034 }
bgneal@118 1035 .col-sm-push-3 {
bgneal@118 1036 left: 25%;
bgneal@118 1037 }
bgneal@137 1038 .col-sm-push-2 {
bgneal@137 1039 left: 16.66666667%;
bgneal@137 1040 }
bgneal@137 1041 .col-sm-push-1 {
bgneal@137 1042 left: 8.33333333%;
bgneal@137 1043 }
bgneal@137 1044 .col-sm-push-0 {
bgneal@137 1045 left: 0;
bgneal@137 1046 }
bgneal@137 1047 .col-sm-offset-12 {
bgneal@137 1048 margin-left: 100%;
bgneal@137 1049 }
bgneal@137 1050 .col-sm-offset-11 {
bgneal@137 1051 margin-left: 91.66666667%;
bgneal@137 1052 }
bgneal@137 1053 .col-sm-offset-10 {
bgneal@137 1054 margin-left: 83.33333333%;
bgneal@137 1055 }
bgneal@137 1056 .col-sm-offset-9 {
bgneal@137 1057 margin-left: 75%;
bgneal@137 1058 }
bgneal@137 1059 .col-sm-offset-8 {
bgneal@137 1060 margin-left: 66.66666667%;
bgneal@137 1061 }
bgneal@137 1062 .col-sm-offset-7 {
bgneal@137 1063 margin-left: 58.33333333%;
bgneal@137 1064 }
bgneal@137 1065 .col-sm-offset-6 {
bgneal@137 1066 margin-left: 50%;
bgneal@137 1067 }
bgneal@137 1068 .col-sm-offset-5 {
bgneal@137 1069 margin-left: 41.66666667%;
bgneal@137 1070 }
bgneal@137 1071 .col-sm-offset-4 {
bgneal@137 1072 margin-left: 33.33333333%;
bgneal@118 1073 }
bgneal@118 1074 .col-sm-offset-3 {
bgneal@118 1075 margin-left: 25%;
bgneal@118 1076 }
bgneal@137 1077 .col-sm-offset-2 {
bgneal@137 1078 margin-left: 16.66666667%;
bgneal@137 1079 }
bgneal@137 1080 .col-sm-offset-1 {
bgneal@137 1081 margin-left: 8.33333333%;
bgneal@137 1082 }
bgneal@137 1083 .col-sm-offset-0 {
bgneal@137 1084 margin-left: 0;
bgneal@137 1085 }
bgneal@137 1086 }
bgneal@118 1087 @media (min-width: 992px) {
bgneal@137 1088 .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 {
bgneal@137 1089 float: left;
bgneal@137 1090 }
bgneal@137 1091 .col-md-12 {
bgneal@137 1092 width: 100%;
bgneal@137 1093 }
bgneal@118 1094 .col-md-11 {
bgneal@137 1095 width: 91.66666667%;
bgneal@137 1096 }
bgneal@137 1097 .col-md-10 {
bgneal@137 1098 width: 83.33333333%;
bgneal@137 1099 }
bgneal@137 1100 .col-md-9 {
bgneal@137 1101 width: 75%;
bgneal@137 1102 }
bgneal@137 1103 .col-md-8 {
bgneal@137 1104 width: 66.66666667%;
bgneal@137 1105 }
bgneal@137 1106 .col-md-7 {
bgneal@137 1107 width: 58.33333333%;
bgneal@137 1108 }
bgneal@137 1109 .col-md-6 {
bgneal@137 1110 width: 50%;
bgneal@137 1111 }
bgneal@137 1112 .col-md-5 {
bgneal@137 1113 width: 41.66666667%;
bgneal@137 1114 }
bgneal@137 1115 .col-md-4 {
bgneal@137 1116 width: 33.33333333%;
bgneal@118 1117 }
bgneal@118 1118 .col-md-3 {
bgneal@118 1119 width: 25%;
bgneal@118 1120 }
bgneal@137 1121 .col-md-2 {
bgneal@137 1122 width: 16.66666667%;
bgneal@137 1123 }
bgneal@137 1124 .col-md-1 {
bgneal@137 1125 width: 8.33333333%;
bgneal@137 1126 }
bgneal@137 1127 .col-md-pull-12 {
bgneal@137 1128 right: 100%;
bgneal@137 1129 }
bgneal@137 1130 .col-md-pull-11 {
bgneal@137 1131 right: 91.66666667%;
bgneal@137 1132 }
bgneal@137 1133 .col-md-pull-10 {
bgneal@137 1134 right: 83.33333333%;
bgneal@137 1135 }
bgneal@137 1136 .col-md-pull-9 {
bgneal@137 1137 right: 75%;
bgneal@137 1138 }
bgneal@137 1139 .col-md-pull-8 {
bgneal@137 1140 right: 66.66666667%;
bgneal@137 1141 }
bgneal@137 1142 .col-md-pull-7 {
bgneal@137 1143 right: 58.33333333%;
bgneal@137 1144 }
bgneal@137 1145 .col-md-pull-6 {
bgneal@137 1146 right: 50%;
bgneal@137 1147 }
bgneal@137 1148 .col-md-pull-5 {
bgneal@137 1149 right: 41.66666667%;
bgneal@137 1150 }
bgneal@137 1151 .col-md-pull-4 {
bgneal@137 1152 right: 33.33333333%;
bgneal@137 1153 }
bgneal@137 1154 .col-md-pull-3 {
bgneal@137 1155 right: 25%;
bgneal@137 1156 }
bgneal@137 1157 .col-md-pull-2 {
bgneal@137 1158 right: 16.66666667%;
bgneal@137 1159 }
bgneal@137 1160 .col-md-pull-1 {
bgneal@137 1161 right: 8.33333333%;
bgneal@137 1162 }
bgneal@137 1163 .col-md-pull-0 {
bgneal@137 1164 right: 0;
bgneal@137 1165 }
bgneal@137 1166 .col-md-push-12 {
bgneal@137 1167 left: 100%;
bgneal@137 1168 }
bgneal@137 1169 .col-md-push-11 {
bgneal@137 1170 left: 91.66666667%;
bgneal@137 1171 }
bgneal@137 1172 .col-md-push-10 {
bgneal@137 1173 left: 83.33333333%;
bgneal@137 1174 }
bgneal@137 1175 .col-md-push-9 {
bgneal@137 1176 left: 75%;
bgneal@137 1177 }
bgneal@137 1178 .col-md-push-8 {
bgneal@137 1179 left: 66.66666667%;
bgneal@137 1180 }
bgneal@137 1181 .col-md-push-7 {
bgneal@137 1182 left: 58.33333333%;
bgneal@137 1183 }
bgneal@137 1184 .col-md-push-6 {
bgneal@137 1185 left: 50%;
bgneal@137 1186 }
bgneal@137 1187 .col-md-push-5 {
bgneal@137 1188 left: 41.66666667%;
bgneal@137 1189 }
bgneal@137 1190 .col-md-push-4 {
bgneal@137 1191 left: 33.33333333%;
bgneal@118 1192 }
bgneal@118 1193 .col-md-push-3 {
bgneal@118 1194 left: 25%;
bgneal@118 1195 }
bgneal@137 1196 .col-md-push-2 {
bgneal@137 1197 left: 16.66666667%;
bgneal@137 1198 }
bgneal@137 1199 .col-md-push-1 {
bgneal@137 1200 left: 8.33333333%;
bgneal@137 1201 }
bgneal@137 1202 .col-md-push-0 {
bgneal@137 1203 left: 0;
bgneal@137 1204 }
bgneal@137 1205 .col-md-offset-12 {
bgneal@137 1206 margin-left: 100%;
bgneal@137 1207 }
bgneal@137 1208 .col-md-offset-11 {
bgneal@137 1209 margin-left: 91.66666667%;
bgneal@137 1210 }
bgneal@137 1211 .col-md-offset-10 {
bgneal@137 1212 margin-left: 83.33333333%;
bgneal@137 1213 }
bgneal@137 1214 .col-md-offset-9 {
bgneal@137 1215 margin-left: 75%;
bgneal@137 1216 }
bgneal@137 1217 .col-md-offset-8 {
bgneal@137 1218 margin-left: 66.66666667%;
bgneal@137 1219 }
bgneal@137 1220 .col-md-offset-7 {
bgneal@137 1221 margin-left: 58.33333333%;
bgneal@137 1222 }
bgneal@137 1223 .col-md-offset-6 {
bgneal@137 1224 margin-left: 50%;
bgneal@137 1225 }
bgneal@137 1226 .col-md-offset-5 {
bgneal@137 1227 margin-left: 41.66666667%;
bgneal@137 1228 }
bgneal@137 1229 .col-md-offset-4 {
bgneal@137 1230 margin-left: 33.33333333%;
bgneal@137 1231 }
bgneal@137 1232 .col-md-offset-3 {
bgneal@137 1233 margin-left: 25%;
bgneal@137 1234 }
bgneal@137 1235 .col-md-offset-2 {
bgneal@137 1236 margin-left: 16.66666667%;
bgneal@137 1237 }
bgneal@137 1238 .col-md-offset-1 {
bgneal@137 1239 margin-left: 8.33333333%;
bgneal@118 1240 }
bgneal@118 1241 .col-md-offset-0 {
bgneal@118 1242 margin-left: 0;
bgneal@118 1243 }
bgneal@137 1244 }
bgneal@118 1245 @media (min-width: 1200px) {
bgneal@137 1246 .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 {
bgneal@137 1247 float: left;
bgneal@137 1248 }
bgneal@137 1249 .col-lg-12 {
bgneal@137 1250 width: 100%;
bgneal@137 1251 }
bgneal@118 1252 .col-lg-11 {
bgneal@137 1253 width: 91.66666667%;
bgneal@137 1254 }
bgneal@137 1255 .col-lg-10 {
bgneal@137 1256 width: 83.33333333%;
bgneal@137 1257 }
bgneal@137 1258 .col-lg-9 {
bgneal@137 1259 width: 75%;
bgneal@137 1260 }
bgneal@137 1261 .col-lg-8 {
bgneal@137 1262 width: 66.66666667%;
bgneal@137 1263 }
bgneal@137 1264 .col-lg-7 {
bgneal@137 1265 width: 58.33333333%;
bgneal@137 1266 }
bgneal@137 1267 .col-lg-6 {
bgneal@137 1268 width: 50%;
bgneal@137 1269 }
bgneal@137 1270 .col-lg-5 {
bgneal@137 1271 width: 41.66666667%;
bgneal@137 1272 }
bgneal@137 1273 .col-lg-4 {
bgneal@137 1274 width: 33.33333333%;
bgneal@118 1275 }
bgneal@118 1276 .col-lg-3 {
bgneal@118 1277 width: 25%;
bgneal@118 1278 }
bgneal@137 1279 .col-lg-2 {
bgneal@137 1280 width: 16.66666667%;
bgneal@137 1281 }
bgneal@137 1282 .col-lg-1 {
bgneal@137 1283 width: 8.33333333%;
bgneal@137 1284 }
bgneal@137 1285 .col-lg-pull-12 {
bgneal@137 1286 right: 100%;
bgneal@137 1287 }
bgneal@137 1288 .col-lg-pull-11 {
bgneal@137 1289 right: 91.66666667%;
bgneal@137 1290 }
bgneal@137 1291 .col-lg-pull-10 {
bgneal@137 1292 right: 83.33333333%;
bgneal@137 1293 }
bgneal@137 1294 .col-lg-pull-9 {
bgneal@137 1295 right: 75%;
bgneal@137 1296 }
bgneal@137 1297 .col-lg-pull-8 {
bgneal@137 1298 right: 66.66666667%;
bgneal@137 1299 }
bgneal@137 1300 .col-lg-pull-7 {
bgneal@137 1301 right: 58.33333333%;
bgneal@137 1302 }
bgneal@137 1303 .col-lg-pull-6 {
bgneal@137 1304 right: 50%;
bgneal@137 1305 }
bgneal@137 1306 .col-lg-pull-5 {
bgneal@137 1307 right: 41.66666667%;
bgneal@137 1308 }
bgneal@137 1309 .col-lg-pull-4 {
bgneal@137 1310 right: 33.33333333%;
bgneal@137 1311 }
bgneal@137 1312 .col-lg-pull-3 {
bgneal@137 1313 right: 25%;
bgneal@137 1314 }
bgneal@137 1315 .col-lg-pull-2 {
bgneal@137 1316 right: 16.66666667%;
bgneal@137 1317 }
bgneal@137 1318 .col-lg-pull-1 {
bgneal@137 1319 right: 8.33333333%;
bgneal@137 1320 }
bgneal@137 1321 .col-lg-pull-0 {
bgneal@137 1322 right: 0;
bgneal@137 1323 }
bgneal@137 1324 .col-lg-push-12 {
bgneal@137 1325 left: 100%;
bgneal@137 1326 }
bgneal@137 1327 .col-lg-push-11 {
bgneal@137 1328 left: 91.66666667%;
bgneal@137 1329 }
bgneal@137 1330 .col-lg-push-10 {
bgneal@137 1331 left: 83.33333333%;
bgneal@137 1332 }
bgneal@137 1333 .col-lg-push-9 {
bgneal@137 1334 left: 75%;
bgneal@137 1335 }
bgneal@137 1336 .col-lg-push-8 {
bgneal@137 1337 left: 66.66666667%;
bgneal@137 1338 }
bgneal@137 1339 .col-lg-push-7 {
bgneal@137 1340 left: 58.33333333%;
bgneal@137 1341 }
bgneal@137 1342 .col-lg-push-6 {
bgneal@137 1343 left: 50%;
bgneal@137 1344 }
bgneal@137 1345 .col-lg-push-5 {
bgneal@137 1346 left: 41.66666667%;
bgneal@137 1347 }
bgneal@137 1348 .col-lg-push-4 {
bgneal@137 1349 left: 33.33333333%;
bgneal@118 1350 }
bgneal@118 1351 .col-lg-push-3 {
bgneal@118 1352 left: 25%;
bgneal@118 1353 }
bgneal@137 1354 .col-lg-push-2 {
bgneal@137 1355 left: 16.66666667%;
bgneal@137 1356 }
bgneal@137 1357 .col-lg-push-1 {
bgneal@137 1358 left: 8.33333333%;
bgneal@137 1359 }
bgneal@137 1360 .col-lg-push-0 {
bgneal@137 1361 left: 0;
bgneal@137 1362 }
bgneal@137 1363 .col-lg-offset-12 {
bgneal@137 1364 margin-left: 100%;
bgneal@137 1365 }
bgneal@137 1366 .col-lg-offset-11 {
bgneal@137 1367 margin-left: 91.66666667%;
bgneal@137 1368 }
bgneal@137 1369 .col-lg-offset-10 {
bgneal@137 1370 margin-left: 83.33333333%;
bgneal@137 1371 }
bgneal@137 1372 .col-lg-offset-9 {
bgneal@137 1373 margin-left: 75%;
bgneal@137 1374 }
bgneal@137 1375 .col-lg-offset-8 {
bgneal@137 1376 margin-left: 66.66666667%;
bgneal@137 1377 }
bgneal@137 1378 .col-lg-offset-7 {
bgneal@137 1379 margin-left: 58.33333333%;
bgneal@137 1380 }
bgneal@137 1381 .col-lg-offset-6 {
bgneal@137 1382 margin-left: 50%;
bgneal@137 1383 }
bgneal@137 1384 .col-lg-offset-5 {
bgneal@137 1385 margin-left: 41.66666667%;
bgneal@137 1386 }
bgneal@137 1387 .col-lg-offset-4 {
bgneal@137 1388 margin-left: 33.33333333%;
bgneal@137 1389 }
bgneal@137 1390 .col-lg-offset-3 {
bgneal@137 1391 margin-left: 25%;
bgneal@137 1392 }
bgneal@137 1393 .col-lg-offset-2 {
bgneal@137 1394 margin-left: 16.66666667%;
bgneal@137 1395 }
bgneal@137 1396 .col-lg-offset-1 {
bgneal@137 1397 margin-left: 8.33333333%;
bgneal@118 1398 }
bgneal@118 1399 .col-lg-offset-0 {
bgneal@118 1400 margin-left: 0;
bgneal@118 1401 }
bgneal@137 1402 }
bgneal@118 1403 table {
bgneal@118 1404 max-width: 100%;
bgneal@118 1405 background-color: transparent;
bgneal@118 1406 }
bgneal@118 1407 th {
bgneal@118 1408 text-align: left;
bgneal@118 1409 }
bgneal@118 1410 .table {
bgneal@118 1411 width: 100%;
bgneal@118 1412 margin-bottom: 20px;
bgneal@118 1413 }
bgneal@137 1414 .table > thead > tr > th,
bgneal@137 1415 .table > tbody > tr > th,
bgneal@137 1416 .table > tfoot > tr > th,
bgneal@137 1417 .table > thead > tr > td,
bgneal@137 1418 .table > tbody > tr > td,
bgneal@137 1419 .table > tfoot > tr > td {
bgneal@118 1420 padding: 8px;
bgneal@137 1421 line-height: 1.42857143;
bgneal@118 1422 vertical-align: top;
bgneal@137 1423 border-top: 1px solid #ddd;
bgneal@137 1424 }
bgneal@137 1425 .table > thead > tr > th {
bgneal@118 1426 vertical-align: bottom;
bgneal@137 1427 border-bottom: 2px solid #ddd;
bgneal@137 1428 }
bgneal@137 1429 .table > caption + thead > tr:first-child > th,
bgneal@137 1430 .table > colgroup + thead > tr:first-child > th,
bgneal@137 1431 .table > thead:first-child > tr:first-child > th,
bgneal@137 1432 .table > caption + thead > tr:first-child > td,
bgneal@137 1433 .table > colgroup + thead > tr:first-child > td,
bgneal@137 1434 .table > thead:first-child > tr:first-child > td {
bgneal@118 1435 border-top: 0;
bgneal@118 1436 }
bgneal@137 1437 .table > tbody + tbody {
bgneal@137 1438 border-top: 2px solid #ddd;
bgneal@137 1439 }
bgneal@118 1440 .table .table {
bgneal@137 1441 background-color: #fff;
bgneal@137 1442 }
bgneal@137 1443 .table-condensed > thead > tr > th,
bgneal@137 1444 .table-condensed > tbody > tr > th,
bgneal@137 1445 .table-condensed > tfoot > tr > th,
bgneal@137 1446 .table-condensed > thead > tr > td,
bgneal@137 1447 .table-condensed > tbody > tr > td,
bgneal@137 1448 .table-condensed > tfoot > tr > td {
bgneal@118 1449 padding: 5px;
bgneal@118 1450 }
bgneal@118 1451 .table-bordered {
bgneal@137 1452 border: 1px solid #ddd;
bgneal@137 1453 }
bgneal@118 1454 .table-bordered > thead > tr > th,
bgneal@118 1455 .table-bordered > tbody > tr > th,
bgneal@118 1456 .table-bordered > tfoot > tr > th,
bgneal@118 1457 .table-bordered > thead > tr > td,
bgneal@118 1458 .table-bordered > tbody > tr > td,
bgneal@118 1459 .table-bordered > tfoot > tr > td {
bgneal@137 1460 border: 1px solid #ddd;
bgneal@137 1461 }
bgneal@118 1462 .table-bordered > thead > tr > th,
bgneal@118 1463 .table-bordered > thead > tr > td {
bgneal@118 1464 border-bottom-width: 2px;
bgneal@118 1465 }
bgneal@118 1466 .table-striped > tbody > tr:nth-child(odd) > td,
bgneal@118 1467 .table-striped > tbody > tr:nth-child(odd) > th {
bgneal@118 1468 background-color: #f9f9f9;
bgneal@118 1469 }
bgneal@118 1470 .table-hover > tbody > tr:hover > td,
bgneal@118 1471 .table-hover > tbody > tr:hover > th {
bgneal@118 1472 background-color: #f5f5f5;
bgneal@118 1473 }
bgneal@118 1474 table col[class*="col-"] {
bgneal@137 1475 position: static;
bgneal@118 1476 display: table-column;
bgneal@118 1477 float: none;
bgneal@118 1478 }
bgneal@118 1479 table td[class*="col-"],
bgneal@118 1480 table th[class*="col-"] {
bgneal@137 1481 position: static;
bgneal@118 1482 display: table-cell;
bgneal@118 1483 float: none;
bgneal@118 1484 }
bgneal@118 1485 .table > thead > tr > td.active,
bgneal@118 1486 .table > tbody > tr > td.active,
bgneal@118 1487 .table > tfoot > tr > td.active,
bgneal@118 1488 .table > thead > tr > th.active,
bgneal@118 1489 .table > tbody > tr > th.active,
bgneal@118 1490 .table > tfoot > tr > th.active,
bgneal@118 1491 .table > thead > tr.active > td,
bgneal@118 1492 .table > tbody > tr.active > td,
bgneal@118 1493 .table > tfoot > tr.active > td,
bgneal@118 1494 .table > thead > tr.active > th,
bgneal@118 1495 .table > tbody > tr.active > th,
bgneal@118 1496 .table > tfoot > tr.active > th {
bgneal@118 1497 background-color: #f5f5f5;
bgneal@118 1498 }
bgneal@137 1499 .table-hover > tbody > tr > td.active:hover,
bgneal@137 1500 .table-hover > tbody > tr > th.active:hover,
bgneal@137 1501 .table-hover > tbody > tr.active:hover > td,
bgneal@137 1502 .table-hover > tbody > tr.active:hover > th {
bgneal@137 1503 background-color: #e8e8e8;
bgneal@137 1504 }
bgneal@118 1505 .table > thead > tr > td.success,
bgneal@118 1506 .table > tbody > tr > td.success,
bgneal@118 1507 .table > tfoot > tr > td.success,
bgneal@118 1508 .table > thead > tr > th.success,
bgneal@118 1509 .table > tbody > tr > th.success,
bgneal@118 1510 .table > tfoot > tr > th.success,
bgneal@118 1511 .table > thead > tr.success > td,
bgneal@118 1512 .table > tbody > tr.success > td,
bgneal@118 1513 .table > tfoot > tr.success > td,
bgneal@118 1514 .table > thead > tr.success > th,
bgneal@118 1515 .table > tbody > tr.success > th,
bgneal@118 1516 .table > tfoot > tr.success > th {
bgneal@118 1517 background-color: #dff0d8;
bgneal@137 1518 }
bgneal@118 1519 .table-hover > tbody > tr > td.success:hover,
bgneal@118 1520 .table-hover > tbody > tr > th.success:hover,
bgneal@137 1521 .table-hover > tbody > tr.success:hover > td,
bgneal@137 1522 .table-hover > tbody > tr.success:hover > th {
bgneal@118 1523 background-color: #d0e9c6;
bgneal@137 1524 }
bgneal@137 1525 .table > thead > tr > td.info,
bgneal@137 1526 .table > tbody > tr > td.info,
bgneal@137 1527 .table > tfoot > tr > td.info,
bgneal@137 1528 .table > thead > tr > th.info,
bgneal@137 1529 .table > tbody > tr > th.info,
bgneal@137 1530 .table > tfoot > tr > th.info,
bgneal@137 1531 .table > thead > tr.info > td,
bgneal@137 1532 .table > tbody > tr.info > td,
bgneal@137 1533 .table > tfoot > tr.info > td,
bgneal@137 1534 .table > thead > tr.info > th,
bgneal@137 1535 .table > tbody > tr.info > th,
bgneal@137 1536 .table > tfoot > tr.info > th {
bgneal@137 1537 background-color: #d9edf7;
bgneal@137 1538 }
bgneal@137 1539 .table-hover > tbody > tr > td.info:hover,
bgneal@137 1540 .table-hover > tbody > tr > th.info:hover,
bgneal@137 1541 .table-hover > tbody > tr.info:hover > td,
bgneal@137 1542 .table-hover > tbody > tr.info:hover > th {
bgneal@137 1543 background-color: #c4e3f3;
bgneal@137 1544 }
bgneal@137 1545 .table > thead > tr > td.warning,
bgneal@137 1546 .table > tbody > tr > td.warning,
bgneal@137 1547 .table > tfoot > tr > td.warning,
bgneal@137 1548 .table > thead > tr > th.warning,
bgneal@137 1549 .table > tbody > tr > th.warning,
bgneal@137 1550 .table > tfoot > tr > th.warning,
bgneal@137 1551 .table > thead > tr.warning > td,
bgneal@137 1552 .table > tbody > tr.warning > td,
bgneal@137 1553 .table > tfoot > tr.warning > td,
bgneal@137 1554 .table > thead > tr.warning > th,
bgneal@137 1555 .table > tbody > tr.warning > th,
bgneal@137 1556 .table > tfoot > tr.warning > th {
bgneal@137 1557 background-color: #fcf8e3;
bgneal@137 1558 }
bgneal@137 1559 .table-hover > tbody > tr > td.warning:hover,
bgneal@137 1560 .table-hover > tbody > tr > th.warning:hover,
bgneal@137 1561 .table-hover > tbody > tr.warning:hover > td,
bgneal@137 1562 .table-hover > tbody > tr.warning:hover > th {
bgneal@137 1563 background-color: #faf2cc;
bgneal@137 1564 }
bgneal@118 1565 .table > thead > tr > td.danger,
bgneal@118 1566 .table > tbody > tr > td.danger,
bgneal@118 1567 .table > tfoot > tr > td.danger,
bgneal@118 1568 .table > thead > tr > th.danger,
bgneal@118 1569 .table > tbody > tr > th.danger,
bgneal@118 1570 .table > tfoot > tr > th.danger,
bgneal@118 1571 .table > thead > tr.danger > td,
bgneal@118 1572 .table > tbody > tr.danger > td,
bgneal@118 1573 .table > tfoot > tr.danger > td,
bgneal@118 1574 .table > thead > tr.danger > th,
bgneal@118 1575 .table > tbody > tr.danger > th,
bgneal@118 1576 .table > tfoot > tr.danger > th {
bgneal@118 1577 background-color: #f2dede;
bgneal@137 1578 }
bgneal@118 1579 .table-hover > tbody > tr > td.danger:hover,
bgneal@118 1580 .table-hover > tbody > tr > th.danger:hover,
bgneal@137 1581 .table-hover > tbody > tr.danger:hover > td,
bgneal@137 1582 .table-hover > tbody > tr.danger:hover > th {
bgneal@118 1583 background-color: #ebcccc;
bgneal@137 1584 }
bgneal@137 1585 @media (max-width: 767px) {
bgneal@118 1586 .table-responsive {
bgneal@118 1587 width: 100%;
bgneal@118 1588 margin-bottom: 15px;
bgneal@118 1589 overflow-x: scroll;
bgneal@118 1590 overflow-y: hidden;
bgneal@137 1591 -webkit-overflow-scrolling: touch;
bgneal@137 1592 -ms-overflow-style: -ms-autohiding-scrollbar;
bgneal@137 1593 border: 1px solid #ddd;
bgneal@118 1594 }
bgneal@118 1595 .table-responsive > .table {
bgneal@118 1596 margin-bottom: 0;
bgneal@118 1597 }
bgneal@118 1598 .table-responsive > .table > thead > tr > th,
bgneal@118 1599 .table-responsive > .table > tbody > tr > th,
bgneal@118 1600 .table-responsive > .table > tfoot > tr > th,
bgneal@118 1601 .table-responsive > .table > thead > tr > td,
bgneal@118 1602 .table-responsive > .table > tbody > tr > td,
bgneal@118 1603 .table-responsive > .table > tfoot > tr > td {
bgneal@118 1604 white-space: nowrap;
bgneal@118 1605 }
bgneal@118 1606 .table-responsive > .table-bordered {
bgneal@118 1607 border: 0;
bgneal@118 1608 }
bgneal@118 1609 .table-responsive > .table-bordered > thead > tr > th:first-child,
bgneal@118 1610 .table-responsive > .table-bordered > tbody > tr > th:first-child,
bgneal@118 1611 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
bgneal@118 1612 .table-responsive > .table-bordered > thead > tr > td:first-child,
bgneal@118 1613 .table-responsive > .table-bordered > tbody > tr > td:first-child,
bgneal@118 1614 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
bgneal@118 1615 border-left: 0;
bgneal@118 1616 }
bgneal@118 1617 .table-responsive > .table-bordered > thead > tr > th:last-child,
bgneal@118 1618 .table-responsive > .table-bordered > tbody > tr > th:last-child,
bgneal@118 1619 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
bgneal@118 1620 .table-responsive > .table-bordered > thead > tr > td:last-child,
bgneal@118 1621 .table-responsive > .table-bordered > tbody > tr > td:last-child,
bgneal@118 1622 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
bgneal@118 1623 border-right: 0;
bgneal@118 1624 }
bgneal@118 1625 .table-responsive > .table-bordered > tbody > tr:last-child > th,
bgneal@118 1626 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
bgneal@118 1627 .table-responsive > .table-bordered > tbody > tr:last-child > td,
bgneal@118 1628 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
bgneal@118 1629 border-bottom: 0;
bgneal@118 1630 }
bgneal@118 1631 }
bgneal@118 1632 fieldset {
bgneal@137 1633 min-width: 0;
bgneal@118 1634 padding: 0;
bgneal@118 1635 margin: 0;
bgneal@118 1636 border: 0;
bgneal@118 1637 }
bgneal@118 1638 legend {
bgneal@118 1639 display: block;
bgneal@118 1640 width: 100%;
bgneal@118 1641 padding: 0;
bgneal@118 1642 margin-bottom: 20px;
bgneal@118 1643 font-size: 21px;
bgneal@118 1644 line-height: inherit;
bgneal@137 1645 color: #333;
bgneal@118 1646 border: 0;
bgneal@118 1647 border-bottom: 1px solid #e5e5e5;
bgneal@118 1648 }
bgneal@118 1649 label {
bgneal@118 1650 display: inline-block;
bgneal@118 1651 margin-bottom: 5px;
bgneal@118 1652 font-weight: bold;
bgneal@118 1653 }
bgneal@118 1654 input[type="search"] {
bgneal@118 1655 -webkit-box-sizing: border-box;
bgneal@118 1656 -moz-box-sizing: border-box;
bgneal@118 1657 box-sizing: border-box;
bgneal@118 1658 }
bgneal@118 1659 input[type="radio"],
bgneal@118 1660 input[type="checkbox"] {
bgneal@118 1661 margin: 4px 0 0;
bgneal@118 1662 margin-top: 1px \9;
bgneal@118 1663 /* IE8-9 */
bgneal@118 1664 line-height: normal;
bgneal@118 1665 }
bgneal@118 1666 input[type="file"] {
bgneal@118 1667 display: block;
bgneal@118 1668 }
bgneal@137 1669 input[type="range"] {
bgneal@137 1670 display: block;
bgneal@137 1671 width: 100%;
bgneal@137 1672 }
bgneal@118 1673 select[multiple],
bgneal@118 1674 select[size] {
bgneal@118 1675 height: auto;
bgneal@118 1676 }
bgneal@118 1677 input[type="file"]:focus,
bgneal@118 1678 input[type="radio"]:focus,
bgneal@118 1679 input[type="checkbox"]:focus {
bgneal@137 1680 outline: thin dotted;
bgneal@118 1681 outline: 5px auto -webkit-focus-ring-color;
bgneal@118 1682 outline-offset: -2px;
bgneal@118 1683 }
bgneal@137 1684 output {
bgneal@137 1685 display: block;
bgneal@137 1686 padding-top: 7px;
bgneal@137 1687 font-size: 14px;
bgneal@137 1688 line-height: 1.42857143;
bgneal@137 1689 color: #555;
bgneal@137 1690 }
bgneal@118 1691 .form-control {
bgneal@118 1692 display: block;
bgneal@118 1693 width: 100%;
bgneal@118 1694 height: 34px;
bgneal@118 1695 padding: 6px 12px;
bgneal@118 1696 font-size: 14px;
bgneal@137 1697 line-height: 1.42857143;
bgneal@137 1698 color: #555;
bgneal@137 1699 background-color: #fff;
bgneal@137 1700 background-image: none;
bgneal@137 1701 border: 1px solid #ccc;
bgneal@118 1702 border-radius: 4px;
bgneal@137 1703 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1704 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1705 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
bgneal@137 1706 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
bgneal@137 1707 }
bgneal@118 1708 .form-control:focus {
bgneal@118 1709 border-color: #66afe9;
bgneal@118 1710 outline: 0;
bgneal@137 1711 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
bgneal@137 1712 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
bgneal@137 1713 }
bgneal@137 1714 .form-control::-moz-placeholder {
bgneal@137 1715 color: #999;
bgneal@137 1716 opacity: 1;
bgneal@137 1717 }
bgneal@137 1718 .form-control:-ms-input-placeholder {
bgneal@137 1719 color: #999;
bgneal@137 1720 }
bgneal@137 1721 .form-control::-webkit-input-placeholder {
bgneal@137 1722 color: #999;
bgneal@137 1723 }
bgneal@118 1724 .form-control[disabled],
bgneal@118 1725 .form-control[readonly],
bgneal@118 1726 fieldset[disabled] .form-control {
bgneal@118 1727 cursor: not-allowed;
bgneal@137 1728 background-color: #eee;
bgneal@137 1729 opacity: 1;
bgneal@137 1730 }
bgneal@118 1731 textarea.form-control {
bgneal@118 1732 height: auto;
bgneal@118 1733 }
bgneal@137 1734 input[type="search"] {
bgneal@137 1735 -webkit-appearance: none;
bgneal@137 1736 }
bgneal@137 1737 input[type="date"] {
bgneal@137 1738 line-height: 34px;
bgneal@137 1739 }
bgneal@118 1740 .form-group {
bgneal@118 1741 margin-bottom: 15px;
bgneal@118 1742 }
bgneal@118 1743 .radio,
bgneal@118 1744 .checkbox {
bgneal@118 1745 display: block;
bgneal@118 1746 min-height: 20px;
bgneal@118 1747 padding-left: 20px;
bgneal@118 1748 margin-top: 10px;
bgneal@118 1749 margin-bottom: 10px;
bgneal@137 1750 }
bgneal@118 1751 .radio label,
bgneal@118 1752 .checkbox label {
bgneal@118 1753 display: inline;
bgneal@118 1754 font-weight: normal;
bgneal@118 1755 cursor: pointer;
bgneal@118 1756 }
bgneal@118 1757 .radio input[type="radio"],
bgneal@118 1758 .radio-inline input[type="radio"],
bgneal@118 1759 .checkbox input[type="checkbox"],
bgneal@118 1760 .checkbox-inline input[type="checkbox"] {
bgneal@118 1761 float: left;
bgneal@118 1762 margin-left: -20px;
bgneal@118 1763 }
bgneal@118 1764 .radio + .radio,
bgneal@118 1765 .checkbox + .checkbox {
bgneal@118 1766 margin-top: -5px;
bgneal@118 1767 }
bgneal@118 1768 .radio-inline,
bgneal@118 1769 .checkbox-inline {
bgneal@118 1770 display: inline-block;
bgneal@118 1771 padding-left: 20px;
bgneal@118 1772 margin-bottom: 0;
bgneal@118 1773 font-weight: normal;
bgneal@118 1774 vertical-align: middle;
bgneal@118 1775 cursor: pointer;
bgneal@118 1776 }
bgneal@118 1777 .radio-inline + .radio-inline,
bgneal@118 1778 .checkbox-inline + .checkbox-inline {
bgneal@118 1779 margin-top: 0;
bgneal@118 1780 margin-left: 10px;
bgneal@118 1781 }
bgneal@118 1782 input[type="radio"][disabled],
bgneal@118 1783 input[type="checkbox"][disabled],
bgneal@118 1784 .radio[disabled],
bgneal@118 1785 .radio-inline[disabled],
bgneal@118 1786 .checkbox[disabled],
bgneal@118 1787 .checkbox-inline[disabled],
bgneal@118 1788 fieldset[disabled] input[type="radio"],
bgneal@118 1789 fieldset[disabled] input[type="checkbox"],
bgneal@118 1790 fieldset[disabled] .radio,
bgneal@118 1791 fieldset[disabled] .radio-inline,
bgneal@118 1792 fieldset[disabled] .checkbox,
bgneal@118 1793 fieldset[disabled] .checkbox-inline {
bgneal@118 1794 cursor: not-allowed;
bgneal@118 1795 }
bgneal@118 1796 .input-sm {
bgneal@118 1797 height: 30px;
bgneal@118 1798 padding: 5px 10px;
bgneal@118 1799 font-size: 12px;
bgneal@118 1800 line-height: 1.5;
bgneal@118 1801 border-radius: 3px;
bgneal@118 1802 }
bgneal@118 1803 select.input-sm {
bgneal@118 1804 height: 30px;
bgneal@118 1805 line-height: 30px;
bgneal@118 1806 }
bgneal@137 1807 textarea.input-sm,
bgneal@137 1808 select[multiple].input-sm {
bgneal@118 1809 height: auto;
bgneal@118 1810 }
bgneal@118 1811 .input-lg {
bgneal@137 1812 height: 46px;
bgneal@118 1813 padding: 10px 16px;
bgneal@118 1814 font-size: 18px;
bgneal@118 1815 line-height: 1.33;
bgneal@118 1816 border-radius: 6px;
bgneal@118 1817 }
bgneal@118 1818 select.input-lg {
bgneal@137 1819 height: 46px;
bgneal@137 1820 line-height: 46px;
bgneal@137 1821 }
bgneal@137 1822 textarea.input-lg,
bgneal@137 1823 select[multiple].input-lg {
bgneal@118 1824 height: auto;
bgneal@118 1825 }
bgneal@137 1826 .has-feedback {
bgneal@137 1827 position: relative;
bgneal@137 1828 }
bgneal@137 1829 .has-feedback .form-control {
bgneal@137 1830 padding-right: 42.5px;
bgneal@137 1831 }
bgneal@137 1832 .has-feedback .form-control-feedback {
bgneal@137 1833 position: absolute;
bgneal@137 1834 top: 25px;
bgneal@137 1835 right: 0;
bgneal@137 1836 display: block;
bgneal@137 1837 width: 34px;
bgneal@137 1838 height: 34px;
bgneal@137 1839 line-height: 34px;
bgneal@137 1840 text-align: center;
bgneal@137 1841 }
bgneal@137 1842 .has-success .help-block,
bgneal@137 1843 .has-success .control-label,
bgneal@137 1844 .has-success .radio,
bgneal@137 1845 .has-success .checkbox,
bgneal@137 1846 .has-success .radio-inline,
bgneal@137 1847 .has-success .checkbox-inline {
bgneal@137 1848 color: #3c763d;
bgneal@137 1849 }
bgneal@137 1850 .has-success .form-control {
bgneal@137 1851 border-color: #3c763d;
bgneal@137 1852 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1853 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1854 }
bgneal@137 1855 .has-success .form-control:focus {
bgneal@137 1856 border-color: #2b542c;
bgneal@137 1857 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
bgneal@137 1858 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
bgneal@137 1859 }
bgneal@137 1860 .has-success .input-group-addon {
bgneal@137 1861 color: #3c763d;
bgneal@137 1862 background-color: #dff0d8;
bgneal@137 1863 border-color: #3c763d;
bgneal@137 1864 }
bgneal@137 1865 .has-success .form-control-feedback {
bgneal@137 1866 color: #3c763d;
bgneal@137 1867 }
bgneal@118 1868 .has-warning .help-block,
bgneal@137 1869 .has-warning .control-label,
bgneal@137 1870 .has-warning .radio,
bgneal@137 1871 .has-warning .checkbox,
bgneal@137 1872 .has-warning .radio-inline,
bgneal@137 1873 .has-warning .checkbox-inline {
bgneal@137 1874 color: #8a6d3b;
bgneal@137 1875 }
bgneal@118 1876 .has-warning .form-control {
bgneal@137 1877 border-color: #8a6d3b;
bgneal@137 1878 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1879 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1880 }
bgneal@118 1881 .has-warning .form-control:focus {
bgneal@137 1882 border-color: #66512c;
bgneal@137 1883 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
bgneal@137 1884 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
bgneal@137 1885 }
bgneal@118 1886 .has-warning .input-group-addon {
bgneal@137 1887 color: #8a6d3b;
bgneal@118 1888 background-color: #fcf8e3;
bgneal@137 1889 border-color: #8a6d3b;
bgneal@137 1890 }
bgneal@137 1891 .has-warning .form-control-feedback {
bgneal@137 1892 color: #8a6d3b;
bgneal@137 1893 }
bgneal@118 1894 .has-error .help-block,
bgneal@137 1895 .has-error .control-label,
bgneal@137 1896 .has-error .radio,
bgneal@137 1897 .has-error .checkbox,
bgneal@137 1898 .has-error .radio-inline,
bgneal@137 1899 .has-error .checkbox-inline {
bgneal@137 1900 color: #a94442;
bgneal@137 1901 }
bgneal@118 1902 .has-error .form-control {
bgneal@137 1903 border-color: #a94442;
bgneal@137 1904 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1905 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
bgneal@137 1906 }
bgneal@118 1907 .has-error .form-control:focus {
bgneal@137 1908 border-color: #843534;
bgneal@137 1909 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
bgneal@137 1910 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
bgneal@137 1911 }
bgneal@118 1912 .has-error .input-group-addon {
bgneal@137 1913 color: #a94442;
bgneal@118 1914 background-color: #f2dede;
bgneal@137 1915 border-color: #a94442;
bgneal@137 1916 }
bgneal@137 1917 .has-error .form-control-feedback {
bgneal@137 1918 color: #a94442;
bgneal@137 1919 }
bgneal@118 1920 .form-control-static {
bgneal@118 1921 margin-bottom: 0;
bgneal@118 1922 }
bgneal@118 1923 .help-block {
bgneal@118 1924 display: block;
bgneal@118 1925 margin-top: 5px;
bgneal@118 1926 margin-bottom: 10px;
bgneal@118 1927 color: #737373;
bgneal@118 1928 }
bgneal@118 1929 @media (min-width: 768px) {
bgneal@118 1930 .form-inline .form-group {
bgneal@118 1931 display: inline-block;
bgneal@118 1932 margin-bottom: 0;
bgneal@118 1933 vertical-align: middle;
bgneal@118 1934 }
bgneal@118 1935 .form-inline .form-control {
bgneal@118 1936 display: inline-block;
bgneal@137 1937 width: auto;
bgneal@137 1938 vertical-align: middle;
bgneal@137 1939 }
bgneal@137 1940 .form-inline .input-group > .form-control {
bgneal@137 1941 width: 100%;
bgneal@137 1942 }
bgneal@137 1943 .form-inline .control-label {
bgneal@137 1944 margin-bottom: 0;
bgneal@137 1945 vertical-align: middle;
bgneal@118 1946 }
bgneal@118 1947 .form-inline .radio,
bgneal@118 1948 .form-inline .checkbox {
bgneal@118 1949 display: inline-block;
bgneal@118 1950 padding-left: 0;
bgneal@118 1951 margin-top: 0;
bgneal@118 1952 margin-bottom: 0;
bgneal@137 1953 vertical-align: middle;
bgneal@118 1954 }
bgneal@118 1955 .form-inline .radio input[type="radio"],
bgneal@118 1956 .form-inline .checkbox input[type="checkbox"] {
bgneal@118 1957 float: none;
bgneal@118 1958 margin-left: 0;
bgneal@118 1959 }
bgneal@137 1960 .form-inline .has-feedback .form-control-feedback {
bgneal@137 1961 top: 0;
bgneal@137 1962 }
bgneal@137 1963 }
bgneal@118 1964 .form-horizontal .control-label,
bgneal@118 1965 .form-horizontal .radio,
bgneal@118 1966 .form-horizontal .checkbox,
bgneal@118 1967 .form-horizontal .radio-inline,
bgneal@118 1968 .form-horizontal .checkbox-inline {
bgneal@118 1969 padding-top: 7px;
bgneal@118 1970 margin-top: 0;
bgneal@118 1971 margin-bottom: 0;
bgneal@118 1972 }
bgneal@137 1973 .form-horizontal .radio,
bgneal@137 1974 .form-horizontal .checkbox {
bgneal@137 1975 min-height: 27px;
bgneal@137 1976 }
bgneal@118 1977 .form-horizontal .form-group {
bgneal@118 1978 margin-right: -15px;
bgneal@118 1979 margin-left: -15px;
bgneal@118 1980 }
bgneal@137 1981 .form-horizontal .form-control-static {
bgneal@137 1982 padding-top: 7px;
bgneal@137 1983 }
bgneal@118 1984 @media (min-width: 768px) {
bgneal@118 1985 .form-horizontal .control-label {
bgneal@118 1986 text-align: right;
bgneal@118 1987 }
bgneal@118 1988 }
bgneal@137 1989 .form-horizontal .has-feedback .form-control-feedback {
bgneal@137 1990 top: 0;
bgneal@137 1991 right: 15px;
bgneal@137 1992 }
bgneal@118 1993 .btn {
bgneal@118 1994 display: inline-block;
bgneal@118 1995 padding: 6px 12px;
bgneal@118 1996 margin-bottom: 0;
bgneal@118 1997 font-size: 14px;
bgneal@118 1998 font-weight: normal;
bgneal@137 1999 line-height: 1.42857143;
bgneal@118 2000 text-align: center;
bgneal@118 2001 white-space: nowrap;
bgneal@118 2002 vertical-align: middle;
bgneal@118 2003 cursor: pointer;
bgneal@118 2004 -webkit-user-select: none;
bgneal@118 2005 -moz-user-select: none;
bgneal@118 2006 -ms-user-select: none;
bgneal@118 2007 user-select: none;
bgneal@137 2008 background-image: none;
bgneal@137 2009 border: 1px solid transparent;
bgneal@137 2010 border-radius: 4px;
bgneal@137 2011 }
bgneal@137 2012 .btn:focus,
bgneal@137 2013 .btn:active:focus,
bgneal@137 2014 .btn.active:focus {
bgneal@137 2015 outline: thin dotted;
bgneal@118 2016 outline: 5px auto -webkit-focus-ring-color;
bgneal@118 2017 outline-offset: -2px;
bgneal@118 2018 }
bgneal@118 2019 .btn:hover,
bgneal@118 2020 .btn:focus {
bgneal@137 2021 color: #333;
bgneal@118 2022 text-decoration: none;
bgneal@118 2023 }
bgneal@118 2024 .btn:active,
bgneal@118 2025 .btn.active {
bgneal@118 2026 background-image: none;
bgneal@118 2027 outline: 0;
bgneal@137 2028 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
bgneal@137 2029 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
bgneal@137 2030 }
bgneal@118 2031 .btn.disabled,
bgneal@118 2032 .btn[disabled],
bgneal@118 2033 fieldset[disabled] .btn {
bgneal@118 2034 pointer-events: none;
bgneal@118 2035 cursor: not-allowed;
bgneal@118 2036 filter: alpha(opacity=65);
bgneal@118 2037 -webkit-box-shadow: none;
bgneal@118 2038 box-shadow: none;
bgneal@137 2039 opacity: .65;
bgneal@137 2040 }
bgneal@118 2041 .btn-default {
bgneal@137 2042 color: #333;
bgneal@137 2043 background-color: #fff;
bgneal@137 2044 border-color: #ccc;
bgneal@137 2045 }
bgneal@118 2046 .btn-default:hover,
bgneal@118 2047 .btn-default:focus,
bgneal@118 2048 .btn-default:active,
bgneal@118 2049 .btn-default.active,
bgneal@118 2050 .open .dropdown-toggle.btn-default {
bgneal@137 2051 color: #333;
bgneal@118 2052 background-color: #ebebeb;
bgneal@118 2053 border-color: #adadad;
bgneal@118 2054 }
bgneal@118 2055 .btn-default:active,
bgneal@118 2056 .btn-default.active,
bgneal@118 2057 .open .dropdown-toggle.btn-default {
bgneal@118 2058 background-image: none;
bgneal@118 2059 }
bgneal@118 2060 .btn-default.disabled,
bgneal@118 2061 .btn-default[disabled],
bgneal@118 2062 fieldset[disabled] .btn-default,
bgneal@118 2063 .btn-default.disabled:hover,
bgneal@118 2064 .btn-default[disabled]:hover,
bgneal@118 2065 fieldset[disabled] .btn-default:hover,
bgneal@118 2066 .btn-default.disabled:focus,
bgneal@118 2067 .btn-default[disabled]:focus,
bgneal@118 2068 fieldset[disabled] .btn-default:focus,
bgneal@118 2069 .btn-default.disabled:active,
bgneal@118 2070 .btn-default[disabled]:active,
bgneal@118 2071 fieldset[disabled] .btn-default:active,
bgneal@118 2072 .btn-default.disabled.active,
bgneal@118 2073 .btn-default[disabled].active,
bgneal@118 2074 fieldset[disabled] .btn-default.active {
bgneal@137 2075 background-color: #fff;
bgneal@137 2076 border-color: #ccc;
bgneal@137 2077 }
bgneal@137 2078 .btn-default .badge {
bgneal@137 2079 color: #fff;
bgneal@137 2080 background-color: #333;
bgneal@137 2081 }
bgneal@118 2082 .btn-primary {
bgneal@137 2083 color: #fff;
bgneal@118 2084 background-color: #428bca;
bgneal@118 2085 border-color: #357ebd;
bgneal@118 2086 }
bgneal@118 2087 .btn-primary:hover,
bgneal@118 2088 .btn-primary:focus,
bgneal@118 2089 .btn-primary:active,
bgneal@118 2090 .btn-primary.active,
bgneal@118 2091 .open .dropdown-toggle.btn-primary {
bgneal@137 2092 color: #fff;
bgneal@118 2093 background-color: #3276b1;
bgneal@118 2094 border-color: #285e8e;
bgneal@118 2095 }
bgneal@118 2096 .btn-primary:active,
bgneal@118 2097 .btn-primary.active,
bgneal@118 2098 .open .dropdown-toggle.btn-primary {
bgneal@118 2099 background-image: none;
bgneal@118 2100 }
bgneal@118 2101 .btn-primary.disabled,
bgneal@118 2102 .btn-primary[disabled],
bgneal@118 2103 fieldset[disabled] .btn-primary,
bgneal@118 2104 .btn-primary.disabled:hover,
bgneal@118 2105 .btn-primary[disabled]:hover,
bgneal@118 2106 fieldset[disabled] .btn-primary:hover,
bgneal@118 2107 .btn-primary.disabled:focus,
bgneal@118 2108 .btn-primary[disabled]:focus,
bgneal@118 2109 fieldset[disabled] .btn-primary:focus,
bgneal@118 2110 .btn-primary.disabled:active,
bgneal@118 2111 .btn-primary[disabled]:active,
bgneal@118 2112 fieldset[disabled] .btn-primary:active,
bgneal@118 2113 .btn-primary.disabled.active,
bgneal@118 2114 .btn-primary[disabled].active,
bgneal@118 2115 fieldset[disabled] .btn-primary.active {
bgneal@118 2116 background-color: #428bca;
bgneal@118 2117 border-color: #357ebd;
bgneal@118 2118 }
bgneal@137 2119 .btn-primary .badge {
bgneal@137 2120 color: #428bca;
bgneal@137 2121 background-color: #fff;
bgneal@137 2122 }
bgneal@137 2123 .btn-success {
bgneal@137 2124 color: #fff;
bgneal@137 2125 background-color: #5cb85c;
bgneal@137 2126 border-color: #4cae4c;
bgneal@137 2127 }
bgneal@137 2128 .btn-success:hover,
bgneal@137 2129 .btn-success:focus,
bgneal@137 2130 .btn-success:active,
bgneal@137 2131 .btn-success.active,
bgneal@137 2132 .open .dropdown-toggle.btn-success {
bgneal@137 2133 color: #fff;
bgneal@137 2134 background-color: #47a447;
bgneal@137 2135 border-color: #398439;
bgneal@137 2136 }
bgneal@137 2137 .btn-success:active,
bgneal@137 2138 .btn-success.active,
bgneal@137 2139 .open .dropdown-toggle.btn-success {
bgneal@137 2140 background-image: none;
bgneal@137 2141 }
bgneal@137 2142 .btn-success.disabled,
bgneal@137 2143 .btn-success[disabled],
bgneal@137 2144 fieldset[disabled] .btn-success,
bgneal@137 2145 .btn-success.disabled:hover,
bgneal@137 2146 .btn-success[disabled]:hover,
bgneal@137 2147 fieldset[disabled] .btn-success:hover,
bgneal@137 2148 .btn-success.disabled:focus,
bgneal@137 2149 .btn-success[disabled]:focus,
bgneal@137 2150 fieldset[disabled] .btn-success:focus,
bgneal@137 2151 .btn-success.disabled:active,
bgneal@137 2152 .btn-success[disabled]:active,
bgneal@137 2153 fieldset[disabled] .btn-success:active,
bgneal@137 2154 .btn-success.disabled.active,
bgneal@137 2155 .btn-success[disabled].active,
bgneal@137 2156 fieldset[disabled] .btn-success.active {
bgneal@137 2157 background-color: #5cb85c;
bgneal@137 2158 border-color: #4cae4c;
bgneal@137 2159 }
bgneal@137 2160 .btn-success .badge {
bgneal@137 2161 color: #5cb85c;
bgneal@137 2162 background-color: #fff;
bgneal@137 2163 }
bgneal@137 2164 .btn-info {
bgneal@137 2165 color: #fff;
bgneal@137 2166 background-color: #5bc0de;
bgneal@137 2167 border-color: #46b8da;
bgneal@137 2168 }
bgneal@137 2169 .btn-info:hover,
bgneal@137 2170 .btn-info:focus,
bgneal@137 2171 .btn-info:active,
bgneal@137 2172 .btn-info.active,
bgneal@137 2173 .open .dropdown-toggle.btn-info {
bgneal@137 2174 color: #fff;
bgneal@137 2175 background-color: #39b3d7;
bgneal@137 2176 border-color: #269abc;
bgneal@137 2177 }
bgneal@137 2178 .btn-info:active,
bgneal@137 2179 .btn-info.active,
bgneal@137 2180 .open .dropdown-toggle.btn-info {
bgneal@137 2181 background-image: none;
bgneal@137 2182 }
bgneal@137 2183 .btn-info.disabled,
bgneal@137 2184 .btn-info[disabled],
bgneal@137 2185 fieldset[disabled] .btn-info,
bgneal@137 2186 .btn-info.disabled:hover,
bgneal@137 2187 .btn-info[disabled]:hover,
bgneal@137 2188 fieldset[disabled] .btn-info:hover,
bgneal@137 2189 .btn-info.disabled:focus,
bgneal@137 2190 .btn-info[disabled]:focus,
bgneal@137 2191 fieldset[disabled] .btn-info:focus,
bgneal@137 2192 .btn-info.disabled:active,
bgneal@137 2193 .btn-info[disabled]:active,
bgneal@137 2194 fieldset[disabled] .btn-info:active,
bgneal@137 2195 .btn-info.disabled.active,
bgneal@137 2196 .btn-info[disabled].active,
bgneal@137 2197 fieldset[disabled] .btn-info.active {
bgneal@137 2198 background-color: #5bc0de;
bgneal@137 2199 border-color: #46b8da;
bgneal@137 2200 }
bgneal@137 2201 .btn-info .badge {
bgneal@137 2202 color: #5bc0de;
bgneal@137 2203 background-color: #fff;
bgneal@137 2204 }
bgneal@118 2205 .btn-warning {
bgneal@137 2206 color: #fff;
bgneal@118 2207 background-color: #f0ad4e;
bgneal@118 2208 border-color: #eea236;
bgneal@118 2209 }
bgneal@118 2210 .btn-warning:hover,
bgneal@118 2211 .btn-warning:focus,
bgneal@118 2212 .btn-warning:active,
bgneal@118 2213 .btn-warning.active,
bgneal@118 2214 .open .dropdown-toggle.btn-warning {
bgneal@137 2215 color: #fff;
bgneal@118 2216 background-color: #ed9c28;
bgneal@118 2217 border-color: #d58512;
bgneal@118 2218 }
bgneal@118 2219 .btn-warning:active,
bgneal@118 2220 .btn-warning.active,
bgneal@118 2221 .open .dropdown-toggle.btn-warning {
bgneal@118 2222 background-image: none;
bgneal@118 2223 }
bgneal@118 2224 .btn-warning.disabled,
bgneal@118 2225 .btn-warning[disabled],
bgneal@118 2226 fieldset[disabled] .btn-warning,
bgneal@118 2227 .btn-warning.disabled:hover,
bgneal@118 2228 .btn-warning[disabled]:hover,
bgneal@118 2229 fieldset[disabled] .btn-warning:hover,
bgneal@118 2230 .btn-warning.disabled:focus,
bgneal@118 2231 .btn-warning[disabled]:focus,
bgneal@118 2232 fieldset[disabled] .btn-warning:focus,
bgneal@118 2233 .btn-warning.disabled:active,
bgneal@118 2234 .btn-warning[disabled]:active,
bgneal@118 2235 fieldset[disabled] .btn-warning:active,
bgneal@118 2236 .btn-warning.disabled.active,
bgneal@118 2237 .btn-warning[disabled].active,
bgneal@118 2238 fieldset[disabled] .btn-warning.active {
bgneal@118 2239 background-color: #f0ad4e;
bgneal@118 2240 border-color: #eea236;
bgneal@118 2241 }
bgneal@137 2242 .btn-warning .badge {
bgneal@137 2243 color: #f0ad4e;
bgneal@137 2244 background-color: #fff;
bgneal@137 2245 }
bgneal@118 2246 .btn-danger {
bgneal@137 2247 color: #fff;
bgneal@118 2248 background-color: #d9534f;
bgneal@118 2249 border-color: #d43f3a;
bgneal@118 2250 }
bgneal@118 2251 .btn-danger:hover,
bgneal@118 2252 .btn-danger:focus,
bgneal@118 2253 .btn-danger:active,
bgneal@118 2254 .btn-danger.active,
bgneal@118 2255 .open .dropdown-toggle.btn-danger {
bgneal@137 2256 color: #fff;
bgneal@118 2257 background-color: #d2322d;
bgneal@118 2258 border-color: #ac2925;
bgneal@118 2259 }
bgneal@118 2260 .btn-danger:active,
bgneal@118 2261 .btn-danger.active,
bgneal@118 2262 .open .dropdown-toggle.btn-danger {
bgneal@118 2263 background-image: none;
bgneal@118 2264 }
bgneal@118 2265 .btn-danger.disabled,
bgneal@118 2266 .btn-danger[disabled],
bgneal@118 2267 fieldset[disabled] .btn-danger,
bgneal@118 2268 .btn-danger.disabled:hover,
bgneal@118 2269 .btn-danger[disabled]:hover,
bgneal@118 2270 fieldset[disabled] .btn-danger:hover,
bgneal@118 2271 .btn-danger.disabled:focus,
bgneal@118 2272 .btn-danger[disabled]:focus,
bgneal@118 2273 fieldset[disabled] .btn-danger:focus,
bgneal@118 2274 .btn-danger.disabled:active,
bgneal@118 2275 .btn-danger[disabled]:active,
bgneal@118 2276 fieldset[disabled] .btn-danger:active,
bgneal@118 2277 .btn-danger.disabled.active,
bgneal@118 2278 .btn-danger[disabled].active,
bgneal@118 2279 fieldset[disabled] .btn-danger.active {
bgneal@118 2280 background-color: #d9534f;
bgneal@118 2281 border-color: #d43f3a;
bgneal@118 2282 }
bgneal@137 2283 .btn-danger .badge {
bgneal@137 2284 color: #d9534f;
bgneal@137 2285 background-color: #fff;
bgneal@137 2286 }
bgneal@118 2287 .btn-link {
bgneal@118 2288 font-weight: normal;
bgneal@118 2289 color: #428bca;
bgneal@118 2290 cursor: pointer;
bgneal@118 2291 border-radius: 0;
bgneal@118 2292 }
bgneal@118 2293 .btn-link,
bgneal@118 2294 .btn-link:active,
bgneal@118 2295 .btn-link[disabled],
bgneal@118 2296 fieldset[disabled] .btn-link {
bgneal@118 2297 background-color: transparent;
bgneal@118 2298 -webkit-box-shadow: none;
bgneal@118 2299 box-shadow: none;
bgneal@118 2300 }
bgneal@118 2301 .btn-link,
bgneal@118 2302 .btn-link:hover,
bgneal@118 2303 .btn-link:focus,
bgneal@118 2304 .btn-link:active {
bgneal@118 2305 border-color: transparent;
bgneal@118 2306 }
bgneal@118 2307 .btn-link:hover,
bgneal@118 2308 .btn-link:focus {
bgneal@118 2309 color: #2a6496;
bgneal@118 2310 text-decoration: underline;
bgneal@118 2311 background-color: transparent;
bgneal@118 2312 }
bgneal@118 2313 .btn-link[disabled]:hover,
bgneal@118 2314 fieldset[disabled] .btn-link:hover,
bgneal@118 2315 .btn-link[disabled]:focus,
bgneal@118 2316 fieldset[disabled] .btn-link:focus {
bgneal@137 2317 color: #999;
bgneal@118 2318 text-decoration: none;
bgneal@118 2319 }
bgneal@137 2320 .btn-lg,
bgneal@137 2321 .btn-group-lg > .btn {
bgneal@118 2322 padding: 10px 16px;
bgneal@118 2323 font-size: 18px;
bgneal@118 2324 line-height: 1.33;
bgneal@118 2325 border-radius: 6px;
bgneal@118 2326 }
bgneal@118 2327 .btn-sm,
bgneal@137 2328 .btn-group-sm > .btn {
bgneal@118 2329 padding: 5px 10px;
bgneal@118 2330 font-size: 12px;
bgneal@118 2331 line-height: 1.5;
bgneal@118 2332 border-radius: 3px;
bgneal@118 2333 }
bgneal@137 2334 .btn-xs,
bgneal@137 2335 .btn-group-xs > .btn {
bgneal@118 2336 padding: 1px 5px;
bgneal@137 2337 font-size: 12px;
bgneal@137 2338 line-height: 1.5;
bgneal@137 2339 border-radius: 3px;
bgneal@137 2340 }
bgneal@118 2341 .btn-block {
bgneal@118 2342 display: block;
bgneal@118 2343 width: 100%;
bgneal@118 2344 padding-right: 0;
bgneal@118 2345 padding-left: 0;
bgneal@118 2346 }
bgneal@118 2347 .btn-block + .btn-block {
bgneal@118 2348 margin-top: 5px;
bgneal@118 2349 }
bgneal@118 2350 input[type="submit"].btn-block,
bgneal@118 2351 input[type="reset"].btn-block,
bgneal@118 2352 input[type="button"].btn-block {
bgneal@118 2353 width: 100%;
bgneal@118 2354 }
bgneal@118 2355 .fade {
bgneal@118 2356 opacity: 0;
bgneal@137 2357 -webkit-transition: opacity .15s linear;
bgneal@137 2358 transition: opacity .15s linear;
bgneal@137 2359 }
bgneal@118 2360 .fade.in {
bgneal@118 2361 opacity: 1;
bgneal@118 2362 }
bgneal@118 2363 .collapse {
bgneal@118 2364 display: none;
bgneal@118 2365 }
bgneal@118 2366 .collapse.in {
bgneal@118 2367 display: block;
bgneal@118 2368 }
bgneal@118 2369 .collapsing {
bgneal@118 2370 position: relative;
bgneal@118 2371 height: 0;
bgneal@118 2372 overflow: hidden;
bgneal@137 2373 -webkit-transition: height .35s ease;
bgneal@137 2374 transition: height .35s ease;
bgneal@137 2375 }
bgneal@118 2376 @font-face {
bgneal@118 2377 font-family: 'Glyphicons Halflings';
bgneal@137 2378
bgneal@118 2379 src: url('../fonts/glyphicons-halflings-regular.eot');
bgneal@137 2380 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
bgneal@137 2381 }
bgneal@118 2382 .glyphicon {
bgneal@118 2383 position: relative;
bgneal@118 2384 top: 1px;
bgneal@118 2385 display: inline-block;
bgneal@118 2386 font-family: 'Glyphicons Halflings';
bgneal@118 2387 font-style: normal;
bgneal@118 2388 font-weight: normal;
bgneal@118 2389 line-height: 1;
bgneal@118 2390
bgneal@137 2391 -webkit-font-smoothing: antialiased;
bgneal@137 2392 -moz-osx-font-smoothing: grayscale;
bgneal@137 2393 }
bgneal@118 2394 .glyphicon-asterisk:before {
bgneal@118 2395 content: "\2a";
bgneal@118 2396 }
bgneal@118 2397 .glyphicon-plus:before {
bgneal@118 2398 content: "\2b";
bgneal@118 2399 }
bgneal@118 2400 .glyphicon-euro:before {
bgneal@118 2401 content: "\20ac";
bgneal@118 2402 }
bgneal@118 2403 .glyphicon-minus:before {
bgneal@118 2404 content: "\2212";
bgneal@118 2405 }
bgneal@118 2406 .glyphicon-cloud:before {
bgneal@118 2407 content: "\2601";
bgneal@118 2408 }
bgneal@118 2409 .glyphicon-envelope:before {
bgneal@118 2410 content: "\2709";
bgneal@118 2411 }
bgneal@118 2412 .glyphicon-pencil:before {
bgneal@118 2413 content: "\270f";
bgneal@118 2414 }
bgneal@118 2415 .glyphicon-glass:before {
bgneal@118 2416 content: "\e001";
bgneal@118 2417 }
bgneal@118 2418 .glyphicon-music:before {
bgneal@118 2419 content: "\e002";
bgneal@118 2420 }
bgneal@118 2421 .glyphicon-search:before {
bgneal@118 2422 content: "\e003";
bgneal@118 2423 }
bgneal@118 2424 .glyphicon-heart:before {
bgneal@118 2425 content: "\e005";
bgneal@118 2426 }
bgneal@118 2427 .glyphicon-star:before {
bgneal@118 2428 content: "\e006";
bgneal@118 2429 }
bgneal@118 2430 .glyphicon-star-empty:before {
bgneal@118 2431 content: "\e007";
bgneal@118 2432 }
bgneal@118 2433 .glyphicon-user:before {
bgneal@118 2434 content: "\e008";
bgneal@118 2435 }
bgneal@118 2436 .glyphicon-film:before {
bgneal@118 2437 content: "\e009";
bgneal@118 2438 }
bgneal@118 2439 .glyphicon-th-large:before {
bgneal@118 2440 content: "\e010";
bgneal@118 2441 }
bgneal@118 2442 .glyphicon-th:before {
bgneal@118 2443 content: "\e011";
bgneal@118 2444 }
bgneal@118 2445 .glyphicon-th-list:before {
bgneal@118 2446 content: "\e012";
bgneal@118 2447 }
bgneal@118 2448 .glyphicon-ok:before {
bgneal@118 2449 content: "\e013";
bgneal@118 2450 }
bgneal@118 2451 .glyphicon-remove:before {
bgneal@118 2452 content: "\e014";
bgneal@118 2453 }
bgneal@118 2454 .glyphicon-zoom-in:before {
bgneal@118 2455 content: "\e015";
bgneal@118 2456 }
bgneal@118 2457 .glyphicon-zoom-out:before {
bgneal@118 2458 content: "\e016";
bgneal@118 2459 }
bgneal@118 2460 .glyphicon-off:before {
bgneal@118 2461 content: "\e017";
bgneal@118 2462 }
bgneal@118 2463 .glyphicon-signal:before {
bgneal@118 2464 content: "\e018";
bgneal@118 2465 }
bgneal@118 2466 .glyphicon-cog:before {
bgneal@118 2467 content: "\e019";
bgneal@118 2468 }
bgneal@118 2469 .glyphicon-trash:before {
bgneal@118 2470 content: "\e020";
bgneal@118 2471 }
bgneal@118 2472 .glyphicon-home:before {
bgneal@118 2473 content: "\e021";
bgneal@118 2474 }
bgneal@118 2475 .glyphicon-file:before {
bgneal@118 2476 content: "\e022";
bgneal@118 2477 }
bgneal@118 2478 .glyphicon-time:before {
bgneal@118 2479 content: "\e023";
bgneal@118 2480 }
bgneal@118 2481 .glyphicon-road:before {
bgneal@118 2482 content: "\e024";
bgneal@118 2483 }
bgneal@118 2484 .glyphicon-download-alt:before {
bgneal@118 2485 content: "\e025";
bgneal@118 2486 }
bgneal@118 2487 .glyphicon-download:before {
bgneal@118 2488 content: "\e026";
bgneal@118 2489 }
bgneal@118 2490 .glyphicon-upload:before {
bgneal@118 2491 content: "\e027";
bgneal@118 2492 }
bgneal@118 2493 .glyphicon-inbox:before {
bgneal@118 2494 content: "\e028";
bgneal@118 2495 }
bgneal@118 2496 .glyphicon-play-circle:before {
bgneal@118 2497 content: "\e029";
bgneal@118 2498 }
bgneal@118 2499 .glyphicon-repeat:before {
bgneal@118 2500 content: "\e030";
bgneal@118 2501 }
bgneal@118 2502 .glyphicon-refresh:before {
bgneal@118 2503 content: "\e031";
bgneal@118 2504 }
bgneal@118 2505 .glyphicon-list-alt:before {
bgneal@118 2506 content: "\e032";
bgneal@118 2507 }
bgneal@137 2508 .glyphicon-lock:before {
bgneal@137 2509 content: "\e033";
bgneal@137 2510 }
bgneal@118 2511 .glyphicon-flag:before {
bgneal@118 2512 content: "\e034";
bgneal@118 2513 }
bgneal@118 2514 .glyphicon-headphones:before {
bgneal@118 2515 content: "\e035";
bgneal@118 2516 }
bgneal@118 2517 .glyphicon-volume-off:before {
bgneal@118 2518 content: "\e036";
bgneal@118 2519 }
bgneal@118 2520 .glyphicon-volume-down:before {
bgneal@118 2521 content: "\e037";
bgneal@118 2522 }
bgneal@118 2523 .glyphicon-volume-up:before {
bgneal@118 2524 content: "\e038";
bgneal@118 2525 }
bgneal@118 2526 .glyphicon-qrcode:before {
bgneal@118 2527 content: "\e039";
bgneal@118 2528 }
bgneal@118 2529 .glyphicon-barcode:before {
bgneal@118 2530 content: "\e040";
bgneal@118 2531 }
bgneal@118 2532 .glyphicon-tag:before {
bgneal@118 2533 content: "\e041";
bgneal@118 2534 }
bgneal@118 2535 .glyphicon-tags:before {
bgneal@118 2536 content: "\e042";
bgneal@118 2537 }
bgneal@118 2538 .glyphicon-book:before {
bgneal@118 2539 content: "\e043";
bgneal@118 2540 }
bgneal@137 2541 .glyphicon-bookmark:before {
bgneal@137 2542 content: "\e044";
bgneal@137 2543 }
bgneal@118 2544 .glyphicon-print:before {
bgneal@118 2545 content: "\e045";
bgneal@118 2546 }
bgneal@137 2547 .glyphicon-camera:before {
bgneal@137 2548 content: "\e046";
bgneal@137 2549 }
bgneal@118 2550 .glyphicon-font:before {
bgneal@118 2551 content: "\e047";
bgneal@118 2552 }
bgneal@118 2553 .glyphicon-bold:before {
bgneal@118 2554 content: "\e048";
bgneal@118 2555 }
bgneal@118 2556 .glyphicon-italic:before {
bgneal@118 2557 content: "\e049";
bgneal@118 2558 }
bgneal@118 2559 .glyphicon-text-height:before {
bgneal@118 2560 content: "\e050";
bgneal@118 2561 }
bgneal@118 2562 .glyphicon-text-width:before {
bgneal@118 2563 content: "\e051";
bgneal@118 2564 }
bgneal@118 2565 .glyphicon-align-left:before {
bgneal@118 2566 content: "\e052";
bgneal@118 2567 }
bgneal@118 2568 .glyphicon-align-center:before {
bgneal@118 2569 content: "\e053";
bgneal@118 2570 }
bgneal@118 2571 .glyphicon-align-right:before {
bgneal@118 2572 content: "\e054";
bgneal@118 2573 }
bgneal@118 2574 .glyphicon-align-justify:before {
bgneal@118 2575 content: "\e055";
bgneal@118 2576 }
bgneal@118 2577 .glyphicon-list:before {
bgneal@118 2578 content: "\e056";
bgneal@118 2579 }
bgneal@118 2580 .glyphicon-indent-left:before {
bgneal@118 2581 content: "\e057";
bgneal@118 2582 }
bgneal@118 2583 .glyphicon-indent-right:before {
bgneal@118 2584 content: "\e058";
bgneal@118 2585 }
bgneal@118 2586 .glyphicon-facetime-video:before {
bgneal@118 2587 content: "\e059";
bgneal@118 2588 }
bgneal@118 2589 .glyphicon-picture:before {
bgneal@118 2590 content: "\e060";
bgneal@118 2591 }
bgneal@118 2592 .glyphicon-map-marker:before {
bgneal@118 2593 content: "\e062";
bgneal@118 2594 }
bgneal@118 2595 .glyphicon-adjust:before {
bgneal@118 2596 content: "\e063";
bgneal@118 2597 }
bgneal@118 2598 .glyphicon-tint:before {
bgneal@118 2599 content: "\e064";
bgneal@118 2600 }
bgneal@118 2601 .glyphicon-edit:before {
bgneal@118 2602 content: "\e065";
bgneal@118 2603 }
bgneal@118 2604 .glyphicon-share:before {
bgneal@118 2605 content: "\e066";
bgneal@118 2606 }
bgneal@118 2607 .glyphicon-check:before {
bgneal@118 2608 content: "\e067";
bgneal@118 2609 }
bgneal@118 2610 .glyphicon-move:before {
bgneal@118 2611 content: "\e068";
bgneal@118 2612 }
bgneal@118 2613 .glyphicon-step-backward:before {
bgneal@118 2614 content: "\e069";
bgneal@118 2615 }
bgneal@118 2616 .glyphicon-fast-backward:before {
bgneal@118 2617 content: "\e070";
bgneal@118 2618 }
bgneal@118 2619 .glyphicon-backward:before {
bgneal@118 2620 content: "\e071";
bgneal@118 2621 }
bgneal@118 2622 .glyphicon-play:before {
bgneal@118 2623 content: "\e072";
bgneal@118 2624 }
bgneal@118 2625 .glyphicon-pause:before {
bgneal@118 2626 content: "\e073";
bgneal@118 2627 }
bgneal@118 2628 .glyphicon-stop:before {
bgneal@118 2629 content: "\e074";
bgneal@118 2630 }
bgneal@118 2631 .glyphicon-forward:before {
bgneal@118 2632 content: "\e075";
bgneal@118 2633 }
bgneal@118 2634 .glyphicon-fast-forward:before {
bgneal@118 2635 content: "\e076";
bgneal@118 2636 }
bgneal@118 2637 .glyphicon-step-forward:before {
bgneal@118 2638 content: "\e077";
bgneal@118 2639 }
bgneal@118 2640 .glyphicon-eject:before {
bgneal@118 2641 content: "\e078";
bgneal@118 2642 }
bgneal@118 2643 .glyphicon-chevron-left:before {
bgneal@118 2644 content: "\e079";
bgneal@118 2645 }
bgneal@118 2646 .glyphicon-chevron-right:before {
bgneal@118 2647 content: "\e080";
bgneal@118 2648 }
bgneal@118 2649 .glyphicon-plus-sign:before {
bgneal@118 2650 content: "\e081";
bgneal@118 2651 }
bgneal@118 2652 .glyphicon-minus-sign:before {
bgneal@118 2653 content: "\e082";
bgneal@118 2654 }
bgneal@118 2655 .glyphicon-remove-sign:before {
bgneal@118 2656 content: "\e083";
bgneal@118 2657 }
bgneal@118 2658 .glyphicon-ok-sign:before {
bgneal@118 2659 content: "\e084";
bgneal@118 2660 }
bgneal@118 2661 .glyphicon-question-sign:before {
bgneal@118 2662 content: "\e085";
bgneal@118 2663 }
bgneal@118 2664 .glyphicon-info-sign:before {
bgneal@118 2665 content: "\e086";
bgneal@118 2666 }
bgneal@118 2667 .glyphicon-screenshot:before {
bgneal@118 2668 content: "\e087";
bgneal@118 2669 }
bgneal@118 2670 .glyphicon-remove-circle:before {
bgneal@118 2671 content: "\e088";
bgneal@118 2672 }
bgneal@118 2673 .glyphicon-ok-circle:before {
bgneal@118 2674 content: "\e089";
bgneal@118 2675 }
bgneal@118 2676 .glyphicon-ban-circle:before {
bgneal@118 2677 content: "\e090";
bgneal@118 2678 }
bgneal@118 2679 .glyphicon-arrow-left:before {
bgneal@118 2680 content: "\e091";
bgneal@118 2681 }
bgneal@118 2682 .glyphicon-arrow-right:before {
bgneal@118 2683 content: "\e092";
bgneal@118 2684 }
bgneal@118 2685 .glyphicon-arrow-up:before {
bgneal@118 2686 content: "\e093";
bgneal@118 2687 }
bgneal@118 2688 .glyphicon-arrow-down:before {
bgneal@118 2689 content: "\e094";
bgneal@118 2690 }
bgneal@118 2691 .glyphicon-share-alt:before {
bgneal@118 2692 content: "\e095";
bgneal@118 2693 }
bgneal@118 2694 .glyphicon-resize-full:before {
bgneal@118 2695 content: "\e096";
bgneal@118 2696 }
bgneal@118 2697 .glyphicon-resize-small:before {
bgneal@118 2698 content: "\e097";
bgneal@118 2699 }
bgneal@118 2700 .glyphicon-exclamation-sign:before {
bgneal@118 2701 content: "\e101";
bgneal@118 2702 }
bgneal@118 2703 .glyphicon-gift:before {
bgneal@118 2704 content: "\e102";
bgneal@118 2705 }
bgneal@118 2706 .glyphicon-leaf:before {
bgneal@118 2707 content: "\e103";
bgneal@118 2708 }
bgneal@137 2709 .glyphicon-fire:before {
bgneal@137 2710 content: "\e104";
bgneal@137 2711 }
bgneal@118 2712 .glyphicon-eye-open:before {
bgneal@118 2713 content: "\e105";
bgneal@118 2714 }
bgneal@118 2715 .glyphicon-eye-close:before {
bgneal@118 2716 content: "\e106";
bgneal@118 2717 }
bgneal@118 2718 .glyphicon-warning-sign:before {
bgneal@118 2719 content: "\e107";
bgneal@118 2720 }
bgneal@118 2721 .glyphicon-plane:before {
bgneal@118 2722 content: "\e108";
bgneal@118 2723 }
bgneal@137 2724 .glyphicon-calendar:before {
bgneal@137 2725 content: "\e109";
bgneal@137 2726 }
bgneal@118 2727 .glyphicon-random:before {
bgneal@118 2728 content: "\e110";
bgneal@118 2729 }
bgneal@118 2730 .glyphicon-comment:before {
bgneal@118 2731 content: "\e111";
bgneal@118 2732 }
bgneal@118 2733 .glyphicon-magnet:before {
bgneal@118 2734 content: "\e112";
bgneal@118 2735 }
bgneal@118 2736 .glyphicon-chevron-up:before {
bgneal@118 2737 content: "\e113";
bgneal@118 2738 }
bgneal@118 2739 .glyphicon-chevron-down:before {
bgneal@118 2740 content: "\e114";
bgneal@118 2741 }
bgneal@118 2742 .glyphicon-retweet:before {
bgneal@118 2743 content: "\e115";
bgneal@118 2744 }
bgneal@118 2745 .glyphicon-shopping-cart:before {
bgneal@118 2746 content: "\e116";
bgneal@118 2747 }
bgneal@118 2748 .glyphicon-folder-close:before {
bgneal@118 2749 content: "\e117";
bgneal@118 2750 }
bgneal@118 2751 .glyphicon-folder-open:before {
bgneal@118 2752 content: "\e118";
bgneal@118 2753 }
bgneal@118 2754 .glyphicon-resize-vertical:before {
bgneal@118 2755 content: "\e119";
bgneal@118 2756 }
bgneal@118 2757 .glyphicon-resize-horizontal:before {
bgneal@118 2758 content: "\e120";
bgneal@118 2759 }
bgneal@118 2760 .glyphicon-hdd:before {
bgneal@118 2761 content: "\e121";
bgneal@118 2762 }
bgneal@118 2763 .glyphicon-bullhorn:before {
bgneal@118 2764 content: "\e122";
bgneal@118 2765 }
bgneal@137 2766 .glyphicon-bell:before {
bgneal@137 2767 content: "\e123";
bgneal@137 2768 }
bgneal@118 2769 .glyphicon-certificate:before {
bgneal@118 2770 content: "\e124";
bgneal@118 2771 }
bgneal@118 2772 .glyphicon-thumbs-up:before {
bgneal@118 2773 content: "\e125";
bgneal@118 2774 }
bgneal@118 2775 .glyphicon-thumbs-down:before {
bgneal@118 2776 content: "\e126";
bgneal@118 2777 }
bgneal@118 2778 .glyphicon-hand-right:before {
bgneal@118 2779 content: "\e127";
bgneal@118 2780 }
bgneal@118 2781 .glyphicon-hand-left:before {
bgneal@118 2782 content: "\e128";
bgneal@118 2783 }
bgneal@118 2784 .glyphicon-hand-up:before {
bgneal@118 2785 content: "\e129";
bgneal@118 2786 }
bgneal@118 2787 .glyphicon-hand-down:before {
bgneal@118 2788 content: "\e130";
bgneal@118 2789 }
bgneal@118 2790 .glyphicon-circle-arrow-right:before {
bgneal@118 2791 content: "\e131";
bgneal@118 2792 }
bgneal@118 2793 .glyphicon-circle-arrow-left:before {
bgneal@118 2794 content: "\e132";
bgneal@118 2795 }
bgneal@118 2796 .glyphicon-circle-arrow-up:before {
bgneal@118 2797 content: "\e133";
bgneal@118 2798 }
bgneal@118 2799 .glyphicon-circle-arrow-down:before {
bgneal@118 2800 content: "\e134";
bgneal@118 2801 }
bgneal@118 2802 .glyphicon-globe:before {
bgneal@118 2803 content: "\e135";
bgneal@118 2804 }
bgneal@137 2805 .glyphicon-wrench:before {
bgneal@137 2806 content: "\e136";
bgneal@137 2807 }
bgneal@118 2808 .glyphicon-tasks:before {
bgneal@118 2809 content: "\e137";
bgneal@118 2810 }
bgneal@118 2811 .glyphicon-filter:before {
bgneal@118 2812 content: "\e138";
bgneal@118 2813 }
bgneal@137 2814 .glyphicon-briefcase:before {
bgneal@137 2815 content: "\e139";
bgneal@137 2816 }
bgneal@118 2817 .glyphicon-fullscreen:before {
bgneal@118 2818 content: "\e140";
bgneal@118 2819 }
bgneal@118 2820 .glyphicon-dashboard:before {
bgneal@118 2821 content: "\e141";
bgneal@118 2822 }
bgneal@137 2823 .glyphicon-paperclip:before {
bgneal@137 2824 content: "\e142";
bgneal@137 2825 }
bgneal@118 2826 .glyphicon-heart-empty:before {
bgneal@118 2827 content: "\e143";
bgneal@118 2828 }
bgneal@118 2829 .glyphicon-link:before {
bgneal@118 2830 content: "\e144";
bgneal@118 2831 }
bgneal@118 2832 .glyphicon-phone:before {
bgneal@118 2833 content: "\e145";
bgneal@118 2834 }
bgneal@137 2835 .glyphicon-pushpin:before {
bgneal@137 2836 content: "\e146";
bgneal@137 2837 }
bgneal@118 2838 .glyphicon-usd:before {
bgneal@118 2839 content: "\e148";
bgneal@118 2840 }
bgneal@118 2841 .glyphicon-gbp:before {
bgneal@118 2842 content: "\e149";
bgneal@118 2843 }
bgneal@118 2844 .glyphicon-sort:before {
bgneal@118 2845 content: "\e150";
bgneal@118 2846 }
bgneal@118 2847 .glyphicon-sort-by-alphabet:before {
bgneal@118 2848 content: "\e151";
bgneal@118 2849 }
bgneal@118 2850 .glyphicon-sort-by-alphabet-alt:before {
bgneal@118 2851 content: "\e152";
bgneal@118 2852 }
bgneal@118 2853 .glyphicon-sort-by-order:before {
bgneal@118 2854 content: "\e153";
bgneal@118 2855 }
bgneal@118 2856 .glyphicon-sort-by-order-alt:before {
bgneal@118 2857 content: "\e154";
bgneal@118 2858 }
bgneal@118 2859 .glyphicon-sort-by-attributes:before {
bgneal@118 2860 content: "\e155";
bgneal@118 2861 }
bgneal@118 2862 .glyphicon-sort-by-attributes-alt:before {
bgneal@118 2863 content: "\e156";
bgneal@118 2864 }
bgneal@118 2865 .glyphicon-unchecked:before {
bgneal@118 2866 content: "\e157";
bgneal@118 2867 }
bgneal@118 2868 .glyphicon-expand:before {
bgneal@118 2869 content: "\e158";
bgneal@118 2870 }
bgneal@118 2871 .glyphicon-collapse-down:before {
bgneal@118 2872 content: "\e159";
bgneal@118 2873 }
bgneal@118 2874 .glyphicon-collapse-up:before {
bgneal@118 2875 content: "\e160";
bgneal@118 2876 }
bgneal@118 2877 .glyphicon-log-in:before {
bgneal@118 2878 content: "\e161";
bgneal@118 2879 }
bgneal@118 2880 .glyphicon-flash:before {
bgneal@118 2881 content: "\e162";
bgneal@118 2882 }
bgneal@118 2883 .glyphicon-log-out:before {
bgneal@118 2884 content: "\e163";
bgneal@118 2885 }
bgneal@118 2886 .glyphicon-new-window:before {
bgneal@118 2887 content: "\e164";
bgneal@118 2888 }
bgneal@118 2889 .glyphicon-record:before {
bgneal@118 2890 content: "\e165";
bgneal@118 2891 }
bgneal@118 2892 .glyphicon-save:before {
bgneal@118 2893 content: "\e166";
bgneal@118 2894 }
bgneal@118 2895 .glyphicon-open:before {
bgneal@118 2896 content: "\e167";
bgneal@118 2897 }
bgneal@118 2898 .glyphicon-saved:before {
bgneal@118 2899 content: "\e168";
bgneal@118 2900 }
bgneal@118 2901 .glyphicon-import:before {
bgneal@118 2902 content: "\e169";
bgneal@118 2903 }
bgneal@118 2904 .glyphicon-export:before {
bgneal@118 2905 content: "\e170";
bgneal@118 2906 }
bgneal@118 2907 .glyphicon-send:before {
bgneal@118 2908 content: "\e171";
bgneal@118 2909 }
bgneal@118 2910 .glyphicon-floppy-disk:before {
bgneal@118 2911 content: "\e172";
bgneal@118 2912 }
bgneal@118 2913 .glyphicon-floppy-saved:before {
bgneal@118 2914 content: "\e173";
bgneal@118 2915 }
bgneal@118 2916 .glyphicon-floppy-remove:before {
bgneal@118 2917 content: "\e174";
bgneal@118 2918 }
bgneal@118 2919 .glyphicon-floppy-save:before {
bgneal@118 2920 content: "\e175";
bgneal@118 2921 }
bgneal@118 2922 .glyphicon-floppy-open:before {
bgneal@118 2923 content: "\e176";
bgneal@118 2924 }
bgneal@118 2925 .glyphicon-credit-card:before {
bgneal@118 2926 content: "\e177";
bgneal@118 2927 }
bgneal@118 2928 .glyphicon-transfer:before {
bgneal@118 2929 content: "\e178";
bgneal@118 2930 }
bgneal@118 2931 .glyphicon-cutlery:before {
bgneal@118 2932 content: "\e179";
bgneal@118 2933 }
bgneal@118 2934 .glyphicon-header:before {
bgneal@118 2935 content: "\e180";
bgneal@118 2936 }
bgneal@118 2937 .glyphicon-compressed:before {
bgneal@118 2938 content: "\e181";
bgneal@118 2939 }
bgneal@118 2940 .glyphicon-earphone:before {
bgneal@118 2941 content: "\e182";
bgneal@118 2942 }
bgneal@118 2943 .glyphicon-phone-alt:before {
bgneal@118 2944 content: "\e183";
bgneal@118 2945 }
bgneal@118 2946 .glyphicon-tower:before {
bgneal@118 2947 content: "\e184";
bgneal@118 2948 }
bgneal@118 2949 .glyphicon-stats:before {
bgneal@118 2950 content: "\e185";
bgneal@118 2951 }
bgneal@118 2952 .glyphicon-sd-video:before {
bgneal@118 2953 content: "\e186";
bgneal@118 2954 }
bgneal@118 2955 .glyphicon-hd-video:before {
bgneal@118 2956 content: "\e187";
bgneal@118 2957 }
bgneal@118 2958 .glyphicon-subtitles:before {
bgneal@118 2959 content: "\e188";
bgneal@118 2960 }
bgneal@118 2961 .glyphicon-sound-stereo:before {
bgneal@118 2962 content: "\e189";
bgneal@118 2963 }
bgneal@118 2964 .glyphicon-sound-dolby:before {
bgneal@118 2965 content: "\e190";
bgneal@118 2966 }
bgneal@118 2967 .glyphicon-sound-5-1:before {
bgneal@118 2968 content: "\e191";
bgneal@118 2969 }
bgneal@118 2970 .glyphicon-sound-6-1:before {
bgneal@118 2971 content: "\e192";
bgneal@118 2972 }
bgneal@118 2973 .glyphicon-sound-7-1:before {
bgneal@118 2974 content: "\e193";
bgneal@118 2975 }
bgneal@118 2976 .glyphicon-copyright-mark:before {
bgneal@118 2977 content: "\e194";
bgneal@118 2978 }
bgneal@118 2979 .glyphicon-registration-mark:before {
bgneal@118 2980 content: "\e195";
bgneal@118 2981 }
bgneal@118 2982 .glyphicon-cloud-download:before {
bgneal@118 2983 content: "\e197";
bgneal@118 2984 }
bgneal@118 2985 .glyphicon-cloud-upload:before {
bgneal@118 2986 content: "\e198";
bgneal@118 2987 }
bgneal@118 2988 .glyphicon-tree-conifer:before {
bgneal@118 2989 content: "\e199";
bgneal@118 2990 }
bgneal@118 2991 .glyphicon-tree-deciduous:before {
bgneal@118 2992 content: "\e200";
bgneal@118 2993 }
bgneal@118 2994 .caret {
bgneal@118 2995 display: inline-block;
bgneal@118 2996 width: 0;
bgneal@118 2997 height: 0;
bgneal@118 2998 margin-left: 2px;
bgneal@118 2999 vertical-align: middle;
bgneal@137 3000 border-top: 4px solid;
bgneal@118 3001 border-right: 4px solid transparent;
bgneal@118 3002 border-left: 4px solid transparent;
bgneal@137 3003 }
bgneal@118 3004 .dropdown {
bgneal@118 3005 position: relative;
bgneal@118 3006 }
bgneal@118 3007 .dropdown-toggle:focus {
bgneal@118 3008 outline: 0;
bgneal@118 3009 }
bgneal@118 3010 .dropdown-menu {
bgneal@118 3011 position: absolute;
bgneal@118 3012 top: 100%;
bgneal@118 3013 left: 0;
bgneal@118 3014 z-index: 1000;
bgneal@118 3015 display: none;
bgneal@118 3016 float: left;
bgneal@118 3017 min-width: 160px;
bgneal@118 3018 padding: 5px 0;
bgneal@118 3019 margin: 2px 0 0;
bgneal@118 3020 font-size: 14px;
bgneal@118 3021 list-style: none;
bgneal@137 3022 background-color: #fff;
bgneal@137 3023 background-clip: padding-box;
bgneal@137 3024 border: 1px solid #ccc;
bgneal@137 3025 border: 1px solid rgba(0, 0, 0, .15);
bgneal@118 3026 border-radius: 4px;
bgneal@137 3027 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
bgneal@137 3028 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
bgneal@137 3029 }
bgneal@118 3030 .dropdown-menu.pull-right {
bgneal@118 3031 right: 0;
bgneal@118 3032 left: auto;
bgneal@118 3033 }
bgneal@118 3034 .dropdown-menu .divider {
bgneal@118 3035 height: 1px;
bgneal@118 3036 margin: 9px 0;
bgneal@118 3037 overflow: hidden;
bgneal@118 3038 background-color: #e5e5e5;
bgneal@118 3039 }
bgneal@118 3040 .dropdown-menu > li > a {
bgneal@118 3041 display: block;
bgneal@118 3042 padding: 3px 20px;
bgneal@118 3043 clear: both;
bgneal@118 3044 font-weight: normal;
bgneal@137 3045 line-height: 1.42857143;
bgneal@137 3046 color: #333;
bgneal@118 3047 white-space: nowrap;
bgneal@118 3048 }
bgneal@118 3049 .dropdown-menu > li > a:hover,
bgneal@118 3050 .dropdown-menu > li > a:focus {
bgneal@137 3051 color: #262626;
bgneal@118 3052 text-decoration: none;
bgneal@137 3053 background-color: #f5f5f5;
bgneal@137 3054 }
bgneal@118 3055 .dropdown-menu > .active > a,
bgneal@118 3056 .dropdown-menu > .active > a:hover,
bgneal@118 3057 .dropdown-menu > .active > a:focus {
bgneal@137 3058 color: #fff;
bgneal@118 3059 text-decoration: none;
bgneal@118 3060 background-color: #428bca;
bgneal@118 3061 outline: 0;
bgneal@118 3062 }
bgneal@118 3063 .dropdown-menu > .disabled > a,
bgneal@118 3064 .dropdown-menu > .disabled > a:hover,
bgneal@118 3065 .dropdown-menu > .disabled > a:focus {
bgneal@137 3066 color: #999;
bgneal@137 3067 }
bgneal@118 3068 .dropdown-menu > .disabled > a:hover,
bgneal@118 3069 .dropdown-menu > .disabled > a:focus {
bgneal@118 3070 text-decoration: none;
bgneal@118 3071 cursor: not-allowed;
bgneal@118 3072 background-color: transparent;
bgneal@118 3073 background-image: none;
bgneal@137 3074 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
bgneal@137 3075 }
bgneal@118 3076 .open > .dropdown-menu {
bgneal@118 3077 display: block;
bgneal@118 3078 }
bgneal@118 3079 .open > a {
bgneal@118 3080 outline: 0;
bgneal@118 3081 }
bgneal@137 3082 .dropdown-menu-right {
bgneal@137 3083 right: 0;
bgneal@137 3084 left: auto;
bgneal@137 3085 }
bgneal@137 3086 .dropdown-menu-left {
bgneal@137 3087 right: auto;
bgneal@137 3088 left: 0;
bgneal@137 3089 }
bgneal@118 3090 .dropdown-header {
bgneal@118 3091 display: block;
bgneal@118 3092 padding: 3px 20px;
bgneal@118 3093 font-size: 12px;
bgneal@137 3094 line-height: 1.42857143;
bgneal@137 3095 color: #999;
bgneal@137 3096 }
bgneal@118 3097 .dropdown-backdrop {
bgneal@118 3098 position: fixed;
bgneal@118 3099 top: 0;
bgneal@118 3100 right: 0;
bgneal@118 3101 bottom: 0;
bgneal@118 3102 left: 0;
bgneal@118 3103 z-index: 990;
bgneal@118 3104 }
bgneal@118 3105 .pull-right > .dropdown-menu {
bgneal@118 3106 right: 0;
bgneal@118 3107 left: auto;
bgneal@118 3108 }
bgneal@118 3109 .dropup .caret,
bgneal@118 3110 .navbar-fixed-bottom .dropdown .caret {
bgneal@118 3111 content: "";
bgneal@137 3112 border-top: 0;
bgneal@137 3113 border-bottom: 4px solid;
bgneal@137 3114 }
bgneal@118 3115 .dropup .dropdown-menu,
bgneal@118 3116 .navbar-fixed-bottom .dropdown .dropdown-menu {
bgneal@118 3117 top: auto;
bgneal@118 3118 bottom: 100%;
bgneal@118 3119 margin-bottom: 1px;
bgneal@118 3120 }
bgneal@118 3121 @media (min-width: 768px) {
bgneal@118 3122 .navbar-right .dropdown-menu {
bgneal@118 3123 right: 0;
bgneal@118 3124 left: auto;
bgneal@118 3125 }
bgneal@137 3126 .navbar-right .dropdown-menu-left {
bgneal@137 3127 right: auto;
bgneal@137 3128 left: 0;
bgneal@137 3129 }
bgneal@137 3130 }
bgneal@118 3131 .btn-group,
bgneal@118 3132 .btn-group-vertical {
bgneal@118 3133 position: relative;
bgneal@118 3134 display: inline-block;
bgneal@118 3135 vertical-align: middle;
bgneal@118 3136 }
bgneal@118 3137 .btn-group > .btn,
bgneal@118 3138 .btn-group-vertical > .btn {
bgneal@118 3139 position: relative;
bgneal@118 3140 float: left;
bgneal@118 3141 }
bgneal@118 3142 .btn-group > .btn:hover,
bgneal@118 3143 .btn-group-vertical > .btn:hover,
bgneal@118 3144 .btn-group > .btn:focus,
bgneal@118 3145 .btn-group-vertical > .btn:focus,
bgneal@118 3146 .btn-group > .btn:active,
bgneal@118 3147 .btn-group-vertical > .btn:active,
bgneal@118 3148 .btn-group > .btn.active,
bgneal@118 3149 .btn-group-vertical > .btn.active {
bgneal@118 3150 z-index: 2;
bgneal@118 3151 }
bgneal@118 3152 .btn-group > .btn:focus,
bgneal@118 3153 .btn-group-vertical > .btn:focus {
bgneal@118 3154 outline: none;
bgneal@118 3155 }
bgneal@118 3156 .btn-group .btn + .btn,
bgneal@118 3157 .btn-group .btn + .btn-group,
bgneal@118 3158 .btn-group .btn-group + .btn,
bgneal@118 3159 .btn-group .btn-group + .btn-group {
bgneal@118 3160 margin-left: -1px;
bgneal@118 3161 }
bgneal@137 3162 .btn-toolbar {
bgneal@137 3163 margin-left: -5px;
bgneal@137 3164 }
bgneal@137 3165 .btn-toolbar .btn-group,
bgneal@137 3166 .btn-toolbar .input-group {
bgneal@118 3167 float: left;
bgneal@118 3168 }
bgneal@137 3169 .btn-toolbar > .btn,
bgneal@137 3170 .btn-toolbar > .btn-group,
bgneal@137 3171 .btn-toolbar > .input-group {
bgneal@118 3172 margin-left: 5px;
bgneal@118 3173 }
bgneal@118 3174 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
bgneal@118 3175 border-radius: 0;
bgneal@118 3176 }
bgneal@118 3177 .btn-group > .btn:first-child {
bgneal@118 3178 margin-left: 0;
bgneal@118 3179 }
bgneal@118 3180 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
bgneal@118 3181 border-top-right-radius: 0;
bgneal@118 3182 border-bottom-right-radius: 0;
bgneal@118 3183 }
bgneal@118 3184 .btn-group > .btn:last-child:not(:first-child),
bgneal@118 3185 .btn-group > .dropdown-toggle:not(:first-child) {
bgneal@137 3186 border-top-left-radius: 0;
bgneal@118 3187 border-bottom-left-radius: 0;
bgneal@137 3188 }
bgneal@118 3189 .btn-group > .btn-group {
bgneal@118 3190 float: left;
bgneal@118 3191 }
bgneal@118 3192 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
bgneal@118 3193 border-radius: 0;
bgneal@118 3194 }
bgneal@118 3195 .btn-group > .btn-group:first-child > .btn:last-child,
bgneal@118 3196 .btn-group > .btn-group:first-child > .dropdown-toggle {
bgneal@118 3197 border-top-right-radius: 0;
bgneal@118 3198 border-bottom-right-radius: 0;
bgneal@118 3199 }
bgneal@118 3200 .btn-group > .btn-group:last-child > .btn:first-child {
bgneal@137 3201 border-top-left-radius: 0;
bgneal@118 3202 border-bottom-left-radius: 0;
bgneal@137 3203 }
bgneal@118 3204 .btn-group .dropdown-toggle:active,
bgneal@118 3205 .btn-group.open .dropdown-toggle {
bgneal@118 3206 outline: 0;
bgneal@118 3207 }
bgneal@118 3208 .btn-group > .btn + .dropdown-toggle {
bgneal@118 3209 padding-right: 8px;
bgneal@118 3210 padding-left: 8px;
bgneal@118 3211 }
bgneal@118 3212 .btn-group > .btn-lg + .dropdown-toggle {
bgneal@118 3213 padding-right: 12px;
bgneal@118 3214 padding-left: 12px;
bgneal@118 3215 }
bgneal@118 3216 .btn-group.open .dropdown-toggle {
bgneal@137 3217 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
bgneal@137 3218 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
bgneal@137 3219 }
bgneal@137 3220 .btn-group.open .dropdown-toggle.btn-link {
bgneal@137 3221 -webkit-box-shadow: none;
bgneal@137 3222 box-shadow: none;
bgneal@137 3223 }
bgneal@118 3224 .btn .caret {
bgneal@118 3225 margin-left: 0;
bgneal@118 3226 }
bgneal@118 3227 .btn-lg .caret {
bgneal@118 3228 border-width: 5px 5px 0;
bgneal@118 3229 border-bottom-width: 0;
bgneal@118 3230 }
bgneal@118 3231 .dropup .btn-lg .caret {
bgneal@118 3232 border-width: 0 5px 5px;
bgneal@118 3233 }
bgneal@118 3234 .btn-group-vertical > .btn,
bgneal@137 3235 .btn-group-vertical > .btn-group,
bgneal@137 3236 .btn-group-vertical > .btn-group > .btn {
bgneal@118 3237 display: block;
bgneal@118 3238 float: none;
bgneal@118 3239 width: 100%;
bgneal@118 3240 max-width: 100%;
bgneal@118 3241 }
bgneal@118 3242 .btn-group-vertical > .btn-group > .btn {
bgneal@118 3243 float: none;
bgneal@118 3244 }
bgneal@118 3245 .btn-group-vertical > .btn + .btn,
bgneal@118 3246 .btn-group-vertical > .btn + .btn-group,
bgneal@118 3247 .btn-group-vertical > .btn-group + .btn,
bgneal@118 3248 .btn-group-vertical > .btn-group + .btn-group {
bgneal@118 3249 margin-top: -1px;
bgneal@118 3250 margin-left: 0;
bgneal@118 3251 }
bgneal@118 3252 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
bgneal@118 3253 border-radius: 0;
bgneal@118 3254 }
bgneal@118 3255 .btn-group-vertical > .btn:first-child:not(:last-child) {
bgneal@118 3256 border-top-right-radius: 4px;
bgneal@118 3257 border-bottom-right-radius: 0;
bgneal@118 3258 border-bottom-left-radius: 0;
bgneal@118 3259 }
bgneal@118 3260 .btn-group-vertical > .btn:last-child:not(:first-child) {
bgneal@137 3261 border-top-left-radius: 0;
bgneal@118 3262 border-top-right-radius: 0;
bgneal@118 3263 border-bottom-left-radius: 4px;
bgneal@137 3264 }
bgneal@118 3265 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
bgneal@118 3266 border-radius: 0;
bgneal@118 3267 }
bgneal@137 3268 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
bgneal@137 3269 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
bgneal@118 3270 border-bottom-right-radius: 0;
bgneal@118 3271 border-bottom-left-radius: 0;
bgneal@118 3272 }
bgneal@137 3273 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
bgneal@137 3274 border-top-left-radius: 0;
bgneal@118 3275 border-top-right-radius: 0;
bgneal@137 3276 }
bgneal@118 3277 .btn-group-justified {
bgneal@118 3278 display: table;
bgneal@118 3279 width: 100%;
bgneal@137 3280 table-layout: fixed;
bgneal@118 3281 border-collapse: separate;
bgneal@137 3282 }
bgneal@137 3283 .btn-group-justified > .btn,
bgneal@137 3284 .btn-group-justified > .btn-group {
bgneal@118 3285 display: table-cell;
bgneal@118 3286 float: none;
bgneal@118 3287 width: 1%;
bgneal@118 3288 }
bgneal@137 3289 .btn-group-justified > .btn-group .btn {
bgneal@137 3290 width: 100%;
bgneal@137 3291 }
bgneal@118 3292 [data-toggle="buttons"] > .btn > input[type="radio"],
bgneal@118 3293 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
bgneal@118 3294 display: none;
bgneal@118 3295 }
bgneal@118 3296 .input-group {
bgneal@118 3297 position: relative;
bgneal@118 3298 display: table;
bgneal@118 3299 border-collapse: separate;
bgneal@118 3300 }
bgneal@137 3301 .input-group[class*="col-"] {
bgneal@118 3302 float: none;
bgneal@118 3303 padding-right: 0;
bgneal@118 3304 padding-left: 0;
bgneal@118 3305 }
bgneal@118 3306 .input-group .form-control {
bgneal@137 3307 position: relative;
bgneal@137 3308 z-index: 2;
bgneal@137 3309 float: left;
bgneal@118 3310 width: 100%;
bgneal@118 3311 margin-bottom: 0;
bgneal@118 3312 }
bgneal@118 3313 .input-group-lg > .form-control,
bgneal@118 3314 .input-group-lg > .input-group-addon,
bgneal@118 3315 .input-group-lg > .input-group-btn > .btn {
bgneal@137 3316 height: 46px;
bgneal@118 3317 padding: 10px 16px;
bgneal@118 3318 font-size: 18px;
bgneal@118 3319 line-height: 1.33;
bgneal@118 3320 border-radius: 6px;
bgneal@118 3321 }
bgneal@118 3322 select.input-group-lg > .form-control,
bgneal@118 3323 select.input-group-lg > .input-group-addon,
bgneal@118 3324 select.input-group-lg > .input-group-btn > .btn {
bgneal@137 3325 height: 46px;
bgneal@137 3326 line-height: 46px;
bgneal@137 3327 }
bgneal@118 3328 textarea.input-group-lg > .form-control,
bgneal@118 3329 textarea.input-group-lg > .input-group-addon,
bgneal@137 3330 textarea.input-group-lg > .input-group-btn > .btn,
bgneal@137 3331 select[multiple].input-group-lg > .form-control,
bgneal@137 3332 select[multiple].input-group-lg > .input-group-addon,
bgneal@137 3333 select[multiple].input-group-lg > .input-group-btn > .btn {
bgneal@118 3334 height: auto;
bgneal@118 3335 }
bgneal@118 3336 .input-group-sm > .form-control,
bgneal@118 3337 .input-group-sm > .input-group-addon,
bgneal@118 3338 .input-group-sm > .input-group-btn > .btn {
bgneal@118 3339 height: 30px;
bgneal@118 3340 padding: 5px 10px;
bgneal@118 3341 font-size: 12px;
bgneal@118 3342 line-height: 1.5;
bgneal@118 3343 border-radius: 3px;
bgneal@118 3344 }
bgneal@118 3345 select.input-group-sm > .form-control,
bgneal@118 3346 select.input-group-sm > .input-group-addon,
bgneal@118 3347 select.input-group-sm > .input-group-btn > .btn {
bgneal@118 3348 height: 30px;
bgneal@118 3349 line-height: 30px;
bgneal@118 3350 }
bgneal@118 3351 textarea.input-group-sm > .form-control,
bgneal@118 3352 textarea.input-group-sm > .input-group-addon,
bgneal@137 3353 textarea.input-group-sm > .input-group-btn > .btn,
bgneal@137 3354 select[multiple].input-group-sm > .form-control,
bgneal@137 3355 select[multiple].input-group-sm > .input-group-addon,
bgneal@137 3356 select[multiple].input-group-sm > .input-group-btn > .btn {
bgneal@118 3357 height: auto;
bgneal@118 3358 }
bgneal@118 3359 .input-group-addon,
bgneal@118 3360 .input-group-btn,
bgneal@118 3361 .input-group .form-control {
bgneal@118 3362 display: table-cell;
bgneal@118 3363 }
bgneal@118 3364 .input-group-addon:not(:first-child):not(:last-child),
bgneal@118 3365 .input-group-btn:not(:first-child):not(:last-child),
bgneal@118 3366 .input-group .form-control:not(:first-child):not(:last-child) {
bgneal@118 3367 border-radius: 0;
bgneal@118 3368 }
bgneal@118 3369 .input-group-addon,
bgneal@118 3370 .input-group-btn {
bgneal@118 3371 width: 1%;
bgneal@118 3372 white-space: nowrap;
bgneal@118 3373 vertical-align: middle;
bgneal@118 3374 }
bgneal@118 3375 .input-group-addon {
bgneal@118 3376 padding: 6px 12px;
bgneal@118 3377 font-size: 14px;
bgneal@118 3378 font-weight: normal;
bgneal@118 3379 line-height: 1;
bgneal@137 3380 color: #555;
bgneal@118 3381 text-align: center;
bgneal@137 3382 background-color: #eee;
bgneal@137 3383 border: 1px solid #ccc;
bgneal@118 3384 border-radius: 4px;
bgneal@118 3385 }
bgneal@118 3386 .input-group-addon.input-sm {
bgneal@118 3387 padding: 5px 10px;
bgneal@118 3388 font-size: 12px;
bgneal@118 3389 border-radius: 3px;
bgneal@118 3390 }
bgneal@118 3391 .input-group-addon.input-lg {
bgneal@118 3392 padding: 10px 16px;
bgneal@118 3393 font-size: 18px;
bgneal@118 3394 border-radius: 6px;
bgneal@118 3395 }
bgneal@118 3396 .input-group-addon input[type="radio"],
bgneal@118 3397 .input-group-addon input[type="checkbox"] {
bgneal@118 3398 margin-top: 0;
bgneal@118 3399 }
bgneal@118 3400 .input-group .form-control:first-child,
bgneal@118 3401 .input-group-addon:first-child,
bgneal@118 3402 .input-group-btn:first-child > .btn,
bgneal@137 3403 .input-group-btn:first-child > .btn-group > .btn,
bgneal@118 3404 .input-group-btn:first-child > .dropdown-toggle,
bgneal@137 3405 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
bgneal@137 3406 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
bgneal@118 3407 border-top-right-radius: 0;
bgneal@118 3408 border-bottom-right-radius: 0;
bgneal@118 3409 }
bgneal@118 3410 .input-group-addon:first-child {
bgneal@118 3411 border-right: 0;
bgneal@118 3412 }
bgneal@118 3413 .input-group .form-control:last-child,
bgneal@118 3414 .input-group-addon:last-child,
bgneal@118 3415 .input-group-btn:last-child > .btn,
bgneal@137 3416 .input-group-btn:last-child > .btn-group > .btn,
bgneal@118 3417 .input-group-btn:last-child > .dropdown-toggle,
bgneal@137 3418 .input-group-btn:first-child > .btn:not(:first-child),
bgneal@137 3419 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
bgneal@137 3420 border-top-left-radius: 0;
bgneal@118 3421 border-bottom-left-radius: 0;
bgneal@137 3422 }
bgneal@118 3423 .input-group-addon:last-child {
bgneal@118 3424 border-left: 0;
bgneal@118 3425 }
bgneal@118 3426 .input-group-btn {
bgneal@118 3427 position: relative;
bgneal@137 3428 font-size: 0;
bgneal@118 3429 white-space: nowrap;
bgneal@118 3430 }
bgneal@118 3431 .input-group-btn > .btn {
bgneal@118 3432 position: relative;
bgneal@118 3433 }
bgneal@118 3434 .input-group-btn > .btn + .btn {
bgneal@137 3435 margin-left: -1px;
bgneal@137 3436 }
bgneal@118 3437 .input-group-btn > .btn:hover,
bgneal@137 3438 .input-group-btn > .btn:focus,
bgneal@118 3439 .input-group-btn > .btn:active {
bgneal@118 3440 z-index: 2;
bgneal@118 3441 }
bgneal@137 3442 .input-group-btn:first-child > .btn,
bgneal@137 3443 .input-group-btn:first-child > .btn-group {
bgneal@137 3444 margin-right: -1px;
bgneal@137 3445 }
bgneal@137 3446 .input-group-btn:last-child > .btn,
bgneal@137 3447 .input-group-btn:last-child > .btn-group {
bgneal@137 3448 margin-left: -1px;
bgneal@137 3449 }
bgneal@118 3450 .nav {
bgneal@118 3451 padding-left: 0;
bgneal@118 3452 margin-bottom: 0;
bgneal@118 3453 list-style: none;
bgneal@118 3454 }
bgneal@118 3455 .nav > li {
bgneal@118 3456 position: relative;
bgneal@118 3457 display: block;
bgneal@118 3458 }
bgneal@118 3459 .nav > li > a {
bgneal@118 3460 position: relative;
bgneal@118 3461 display: block;
bgneal@118 3462 padding: 10px 15px;
bgneal@118 3463 }
bgneal@118 3464 .nav > li > a:hover,
bgneal@118 3465 .nav > li > a:focus {
bgneal@118 3466 text-decoration: none;
bgneal@137 3467 background-color: #eee;
bgneal@137 3468 }
bgneal@118 3469 .nav > li.disabled > a {
bgneal@137 3470 color: #999;
bgneal@137 3471 }
bgneal@118 3472 .nav > li.disabled > a:hover,
bgneal@118 3473 .nav > li.disabled > a:focus {
bgneal@137 3474 color: #999;
bgneal@118 3475 text-decoration: none;
bgneal@118 3476 cursor: not-allowed;
bgneal@118 3477 background-color: transparent;
bgneal@118 3478 }
bgneal@118 3479 .nav .open > a,
bgneal@118 3480 .nav .open > a:hover,
bgneal@118 3481 .nav .open > a:focus {
bgneal@137 3482 background-color: #eee;
bgneal@118 3483 border-color: #428bca;
bgneal@118 3484 }
bgneal@118 3485 .nav .nav-divider {
bgneal@118 3486 height: 1px;
bgneal@118 3487 margin: 9px 0;
bgneal@118 3488 overflow: hidden;
bgneal@118 3489 background-color: #e5e5e5;
bgneal@118 3490 }
bgneal@118 3491 .nav > li > a > img {
bgneal@118 3492 max-width: none;
bgneal@118 3493 }
bgneal@118 3494 .nav-tabs {
bgneal@137 3495 border-bottom: 1px solid #ddd;
bgneal@137 3496 }
bgneal@118 3497 .nav-tabs > li {
bgneal@118 3498 float: left;
bgneal@118 3499 margin-bottom: -1px;
bgneal@118 3500 }
bgneal@118 3501 .nav-tabs > li > a {
bgneal@118 3502 margin-right: 2px;
bgneal@137 3503 line-height: 1.42857143;
bgneal@118 3504 border: 1px solid transparent;
bgneal@118 3505 border-radius: 4px 4px 0 0;
bgneal@118 3506 }
bgneal@118 3507 .nav-tabs > li > a:hover {
bgneal@137 3508 border-color: #eee #eee #ddd;
bgneal@137 3509 }
bgneal@118 3510 .nav-tabs > li.active > a,
bgneal@118 3511 .nav-tabs > li.active > a:hover,
bgneal@118 3512 .nav-tabs > li.active > a:focus {
bgneal@137 3513 color: #555;
bgneal@118 3514 cursor: default;
bgneal@137 3515 background-color: #fff;
bgneal@137 3516 border: 1px solid #ddd;
bgneal@118 3517 border-bottom-color: transparent;
bgneal@118 3518 }
bgneal@118 3519 .nav-tabs.nav-justified {
bgneal@118 3520 width: 100%;
bgneal@118 3521 border-bottom: 0;
bgneal@118 3522 }
bgneal@118 3523 .nav-tabs.nav-justified > li {
bgneal@118 3524 float: none;
bgneal@118 3525 }
bgneal@118 3526 .nav-tabs.nav-justified > li > a {
bgneal@137 3527 margin-bottom: 5px;
bgneal@118 3528 text-align: center;
bgneal@118 3529 }
bgneal@137 3530 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
bgneal@137 3531 top: auto;
bgneal@137 3532 left: auto;
bgneal@137 3533 }
bgneal@118 3534 @media (min-width: 768px) {
bgneal@118 3535 .nav-tabs.nav-justified > li {
bgneal@118 3536 display: table-cell;
bgneal@118 3537 width: 1%;
bgneal@118 3538 }
bgneal@137 3539 .nav-tabs.nav-justified > li > a {
bgneal@137 3540 margin-bottom: 0;
bgneal@137 3541 }
bgneal@137 3542 }
bgneal@118 3543 .nav-tabs.nav-justified > li > a {
bgneal@118 3544 margin-right: 0;
bgneal@137 3545 border-radius: 4px;
bgneal@137 3546 }
bgneal@137 3547 .nav-tabs.nav-justified > .active > a,
bgneal@137 3548 .nav-tabs.nav-justified > .active > a:hover,
bgneal@137 3549 .nav-tabs.nav-justified > .active > a:focus {
bgneal@137 3550 border: 1px solid #ddd;
bgneal@137 3551 }
bgneal@137 3552 @media (min-width: 768px) {
bgneal@137 3553 .nav-tabs.nav-justified > li > a {
bgneal@137 3554 border-bottom: 1px solid #ddd;
bgneal@137 3555 border-radius: 4px 4px 0 0;
bgneal@137 3556 }
bgneal@137 3557 .nav-tabs.nav-justified > .active > a,
bgneal@137 3558 .nav-tabs.nav-justified > .active > a:hover,
bgneal@137 3559 .nav-tabs.nav-justified > .active > a:focus {
bgneal@137 3560 border-bottom-color: #fff;
bgneal@137 3561 }
bgneal@137 3562 }
bgneal@118 3563 .nav-pills > li {
bgneal@118 3564 float: left;
bgneal@118 3565 }
bgneal@118 3566 .nav-pills > li > a {
bgneal@137 3567 border-radius: 4px;
bgneal@137 3568 }
bgneal@118 3569 .nav-pills > li + li {
bgneal@118 3570 margin-left: 2px;
bgneal@118 3571 }
bgneal@118 3572 .nav-pills > li.active > a,
bgneal@118 3573 .nav-pills > li.active > a:hover,
bgneal@118 3574 .nav-pills > li.active > a:focus {
bgneal@137 3575 color: #fff;
bgneal@118 3576 background-color: #428bca;
bgneal@118 3577 }
bgneal@118 3578 .nav-stacked > li {
bgneal@118 3579 float: none;
bgneal@118 3580 }
bgneal@118 3581 .nav-stacked > li + li {
bgneal@118 3582 margin-top: 2px;
bgneal@118 3583 margin-left: 0;
bgneal@118 3584 }
bgneal@118 3585 .nav-justified {
bgneal@118 3586 width: 100%;
bgneal@118 3587 }
bgneal@118 3588 .nav-justified > li {
bgneal@118 3589 float: none;
bgneal@118 3590 }
bgneal@118 3591 .nav-justified > li > a {
bgneal@137 3592 margin-bottom: 5px;
bgneal@118 3593 text-align: center;
bgneal@118 3594 }
bgneal@137 3595 .nav-justified > .dropdown .dropdown-menu {
bgneal@137 3596 top: auto;
bgneal@137 3597 left: auto;
bgneal@137 3598 }
bgneal@118 3599 @media (min-width: 768px) {
bgneal@118 3600 .nav-justified > li {
bgneal@118 3601 display: table-cell;
bgneal@118 3602 width: 1%;
bgneal@118 3603 }
bgneal@137 3604 .nav-justified > li > a {
bgneal@137 3605 margin-bottom: 0;
bgneal@137 3606 }
bgneal@137 3607 }
bgneal@118 3608 .nav-tabs-justified {
bgneal@118 3609 border-bottom: 0;
bgneal@118 3610 }
bgneal@118 3611 .nav-tabs-justified > li > a {
bgneal@118 3612 margin-right: 0;
bgneal@137 3613 border-radius: 4px;
bgneal@137 3614 }
bgneal@137 3615 .nav-tabs-justified > .active > a,
bgneal@137 3616 .nav-tabs-justified > .active > a:hover,
bgneal@137 3617 .nav-tabs-justified > .active > a:focus {
bgneal@137 3618 border: 1px solid #ddd;
bgneal@137 3619 }
bgneal@137 3620 @media (min-width: 768px) {
bgneal@137 3621 .nav-tabs-justified > li > a {
bgneal@137 3622 border-bottom: 1px solid #ddd;
bgneal@137 3623 border-radius: 4px 4px 0 0;
bgneal@137 3624 }
bgneal@137 3625 .nav-tabs-justified > .active > a,
bgneal@137 3626 .nav-tabs-justified > .active > a:hover,
bgneal@137 3627 .nav-tabs-justified > .active > a:focus {
bgneal@137 3628 border-bottom-color: #fff;
bgneal@137 3629 }
bgneal@137 3630 }
bgneal@137 3631 .tab-content > .tab-pane {
bgneal@118 3632 display: none;
bgneal@118 3633 }
bgneal@137 3634 .tab-content > .active {
bgneal@118 3635 display: block;
bgneal@118 3636 }
bgneal@118 3637 .nav-tabs .dropdown-menu {
bgneal@118 3638 margin-top: -1px;
bgneal@137 3639 border-top-left-radius: 0;
bgneal@118 3640 border-top-right-radius: 0;
bgneal@137 3641 }
bgneal@118 3642 .navbar {
bgneal@118 3643 position: relative;
bgneal@118 3644 min-height: 50px;
bgneal@118 3645 margin-bottom: 20px;
bgneal@118 3646 border: 1px solid transparent;
bgneal@118 3647 }
bgneal@118 3648 @media (min-width: 768px) {
bgneal@118 3649 .navbar {
bgneal@118 3650 border-radius: 4px;
bgneal@118 3651 }
bgneal@118 3652 }
bgneal@118 3653 @media (min-width: 768px) {
bgneal@118 3654 .navbar-header {
bgneal@118 3655 float: left;
bgneal@118 3656 }
bgneal@118 3657 }
bgneal@118 3658 .navbar-collapse {
bgneal@118 3659 max-height: 340px;
bgneal@118 3660 padding-right: 15px;
bgneal@118 3661 padding-left: 15px;
bgneal@118 3662 overflow-x: visible;
bgneal@137 3663 -webkit-overflow-scrolling: touch;
bgneal@118 3664 border-top: 1px solid transparent;
bgneal@137 3665 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
bgneal@137 3666 }
bgneal@118 3667 .navbar-collapse.in {
bgneal@118 3668 overflow-y: auto;
bgneal@118 3669 }
bgneal@118 3670 @media (min-width: 768px) {
bgneal@118 3671 .navbar-collapse {
bgneal@118 3672 width: auto;
bgneal@118 3673 border-top: 0;
bgneal@118 3674 box-shadow: none;
bgneal@118 3675 }
bgneal@118 3676 .navbar-collapse.collapse {
bgneal@118 3677 display: block !important;
bgneal@118 3678 height: auto !important;
bgneal@118 3679 padding-bottom: 0;
bgneal@118 3680 overflow: visible !important;
bgneal@118 3681 }
bgneal@118 3682 .navbar-collapse.in {
bgneal@118 3683 overflow-y: visible;
bgneal@118 3684 }
bgneal@137 3685 .navbar-fixed-top .navbar-collapse,
bgneal@137 3686 .navbar-static-top .navbar-collapse,
bgneal@137 3687 .navbar-fixed-bottom .navbar-collapse {
bgneal@137 3688 padding-right: 0;
bgneal@137 3689 padding-left: 0;
bgneal@137 3690 }
bgneal@137 3691 }
bgneal@118 3692 .container > .navbar-header,
bgneal@137 3693 .container-fluid > .navbar-header,
bgneal@137 3694 .container > .navbar-collapse,
bgneal@137 3695 .container-fluid > .navbar-collapse {
bgneal@118 3696 margin-right: -15px;
bgneal@118 3697 margin-left: -15px;
bgneal@118 3698 }
bgneal@118 3699 @media (min-width: 768px) {
bgneal@118 3700 .container > .navbar-header,
bgneal@137 3701 .container-fluid > .navbar-header,
bgneal@137 3702 .container > .navbar-collapse,
bgneal@137 3703 .container-fluid > .navbar-collapse {
bgneal@118 3704 margin-right: 0;
bgneal@118 3705 margin-left: 0;
bgneal@118 3706 }
bgneal@118 3707 }
bgneal@118 3708 .navbar-static-top {
bgneal@137 3709 z-index: 1000;
bgneal@118 3710 border-width: 0 0 1px;
bgneal@118 3711 }
bgneal@118 3712 @media (min-width: 768px) {
bgneal@118 3713 .navbar-static-top {
bgneal@118 3714 border-radius: 0;
bgneal@118 3715 }
bgneal@118 3716 }
bgneal@118 3717 .navbar-fixed-top,
bgneal@118 3718 .navbar-fixed-bottom {
bgneal@118 3719 position: fixed;
bgneal@118 3720 right: 0;
bgneal@118 3721 left: 0;
bgneal@137 3722 z-index: 1030;
bgneal@137 3723 }
bgneal@118 3724 @media (min-width: 768px) {
bgneal@118 3725 .navbar-fixed-top,
bgneal@118 3726 .navbar-fixed-bottom {
bgneal@118 3727 border-radius: 0;
bgneal@118 3728 }
bgneal@118 3729 }
bgneal@118 3730 .navbar-fixed-top {
bgneal@118 3731 top: 0;
bgneal@137 3732 border-width: 0 0 1px;
bgneal@137 3733 }
bgneal@118 3734 .navbar-fixed-bottom {
bgneal@118 3735 bottom: 0;
bgneal@118 3736 margin-bottom: 0;
bgneal@137 3737 border-width: 1px 0 0;
bgneal@137 3738 }
bgneal@118 3739 .navbar-brand {
bgneal@118 3740 float: left;
bgneal@137 3741 height: 50px;
bgneal@118 3742 padding: 15px 15px;
bgneal@118 3743 font-size: 18px;
bgneal@118 3744 line-height: 20px;
bgneal@118 3745 }
bgneal@118 3746 .navbar-brand:hover,
bgneal@118 3747 .navbar-brand:focus {
bgneal@118 3748 text-decoration: none;
bgneal@118 3749 }
bgneal@118 3750 @media (min-width: 768px) {
bgneal@137 3751 .navbar > .container .navbar-brand,
bgneal@137 3752 .navbar > .container-fluid .navbar-brand {
bgneal@118 3753 margin-left: -15px;
bgneal@118 3754 }
bgneal@118 3755 }
bgneal@118 3756 .navbar-toggle {
bgneal@118 3757 position: relative;
bgneal@118 3758 float: right;
bgneal@118 3759 padding: 9px 10px;
bgneal@118 3760 margin-top: 8px;
bgneal@118 3761 margin-right: 15px;
bgneal@118 3762 margin-bottom: 8px;
bgneal@118 3763 background-color: transparent;
bgneal@137 3764 background-image: none;
bgneal@118 3765 border: 1px solid transparent;
bgneal@118 3766 border-radius: 4px;
bgneal@118 3767 }
bgneal@137 3768 .navbar-toggle:focus {
bgneal@137 3769 outline: none;
bgneal@137 3770 }
bgneal@118 3771 .navbar-toggle .icon-bar {
bgneal@118 3772 display: block;
bgneal@118 3773 width: 22px;
bgneal@118 3774 height: 2px;
bgneal@118 3775 border-radius: 1px;
bgneal@118 3776 }
bgneal@118 3777 .navbar-toggle .icon-bar + .icon-bar {
bgneal@118 3778 margin-top: 4px;
bgneal@118 3779 }
bgneal@118 3780 @media (min-width: 768px) {
bgneal@118 3781 .navbar-toggle {
bgneal@118 3782 display: none;
bgneal@118 3783 }
bgneal@118 3784 }
bgneal@118 3785 .navbar-nav {
bgneal@118 3786 margin: 7.5px -15px;
bgneal@118 3787 }
bgneal@118 3788 .navbar-nav > li > a {
bgneal@118 3789 padding-top: 10px;
bgneal@118 3790 padding-bottom: 10px;
bgneal@118 3791 line-height: 20px;
bgneal@118 3792 }
bgneal@118 3793 @media (max-width: 767px) {
bgneal@118 3794 .navbar-nav .open .dropdown-menu {
bgneal@118 3795 position: static;
bgneal@118 3796 float: none;
bgneal@118 3797 width: auto;
bgneal@118 3798 margin-top: 0;
bgneal@118 3799 background-color: transparent;
bgneal@118 3800 border: 0;
bgneal@118 3801 box-shadow: none;
bgneal@118 3802 }
bgneal@118 3803 .navbar-nav .open .dropdown-menu > li > a,
bgneal@118 3804 .navbar-nav .open .dropdown-menu .dropdown-header {
bgneal@118 3805 padding: 5px 15px 5px 25px;
bgneal@118 3806 }
bgneal@118 3807 .navbar-nav .open .dropdown-menu > li > a {
bgneal@118 3808 line-height: 20px;
bgneal@118 3809 }
bgneal@118 3810 .navbar-nav .open .dropdown-menu > li > a:hover,
bgneal@118 3811 .navbar-nav .open .dropdown-menu > li > a:focus {
bgneal@118 3812 background-image: none;
bgneal@118 3813 }
bgneal@118 3814 }
bgneal@118 3815 @media (min-width: 768px) {
bgneal@118 3816 .navbar-nav {
bgneal@118 3817 float: left;
bgneal@118 3818 margin: 0;
bgneal@118 3819 }
bgneal@118 3820 .navbar-nav > li {
bgneal@118 3821 float: left;
bgneal@118 3822 }
bgneal@118 3823 .navbar-nav > li > a {
bgneal@118 3824 padding-top: 15px;
bgneal@118 3825 padding-bottom: 15px;
bgneal@118 3826 }
bgneal@137 3827 .navbar-nav.navbar-right:last-child {
bgneal@137 3828 margin-right: -15px;
bgneal@137 3829 }
bgneal@137 3830 }
bgneal@118 3831 @media (min-width: 768px) {
bgneal@118 3832 .navbar-left {
bgneal@118 3833 float: left !important;
bgneal@118 3834 }
bgneal@118 3835 .navbar-right {
bgneal@118 3836 float: right !important;
bgneal@118 3837 }
bgneal@118 3838 }
bgneal@118 3839 .navbar-form {
bgneal@118 3840 padding: 10px 15px;
bgneal@118 3841 margin-top: 8px;
bgneal@118 3842 margin-right: -15px;
bgneal@118 3843 margin-bottom: 8px;
bgneal@118 3844 margin-left: -15px;
bgneal@118 3845 border-top: 1px solid transparent;
bgneal@118 3846 border-bottom: 1px solid transparent;
bgneal@137 3847 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
bgneal@137 3848 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
bgneal@137 3849 }
bgneal@118 3850 @media (min-width: 768px) {
bgneal@118 3851 .navbar-form .form-group {
bgneal@118 3852 display: inline-block;
bgneal@118 3853 margin-bottom: 0;
bgneal@118 3854 vertical-align: middle;
bgneal@118 3855 }
bgneal@118 3856 .navbar-form .form-control {
bgneal@118 3857 display: inline-block;
bgneal@137 3858 width: auto;
bgneal@137 3859 vertical-align: middle;
bgneal@137 3860 }
bgneal@137 3861 .navbar-form .input-group > .form-control {
bgneal@137 3862 width: 100%;
bgneal@137 3863 }
bgneal@137 3864 .navbar-form .control-label {
bgneal@137 3865 margin-bottom: 0;
bgneal@137 3866 vertical-align: middle;
bgneal@118 3867 }
bgneal@118 3868 .navbar-form .radio,
bgneal@118 3869 .navbar-form .checkbox {
bgneal@118 3870 display: inline-block;
bgneal@118 3871 padding-left: 0;
bgneal@118 3872 margin-top: 0;
bgneal@118 3873 margin-bottom: 0;
bgneal@137 3874 vertical-align: middle;
bgneal@118 3875 }
bgneal@118 3876 .navbar-form .radio input[type="radio"],
bgneal@118 3877 .navbar-form .checkbox input[type="checkbox"] {
bgneal@118 3878 float: none;
bgneal@118 3879 margin-left: 0;
bgneal@118 3880 }
bgneal@137 3881 .navbar-form .has-feedback .form-control-feedback {
bgneal@137 3882 top: 0;
bgneal@137 3883 }
bgneal@137 3884 }
bgneal@118 3885 @media (max-width: 767px) {
bgneal@118 3886 .navbar-form .form-group {
bgneal@118 3887 margin-bottom: 5px;
bgneal@118 3888 }
bgneal@118 3889 }
bgneal@118 3890 @media (min-width: 768px) {
bgneal@118 3891 .navbar-form {
bgneal@118 3892 width: auto;
bgneal@118 3893 padding-top: 0;
bgneal@118 3894 padding-bottom: 0;
bgneal@118 3895 margin-right: 0;
bgneal@118 3896 margin-left: 0;
bgneal@118 3897 border: 0;
bgneal@118 3898 -webkit-box-shadow: none;
bgneal@118 3899 box-shadow: none;
bgneal@118 3900 }
bgneal@137 3901 .navbar-form.navbar-right:last-child {
bgneal@137 3902 margin-right: -15px;
bgneal@137 3903 }
bgneal@137 3904 }
bgneal@118 3905 .navbar-nav > li > .dropdown-menu {
bgneal@118 3906 margin-top: 0;
bgneal@137 3907 border-top-left-radius: 0;
bgneal@118 3908 border-top-right-radius: 0;
bgneal@137 3909 }
bgneal@118 3910 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
bgneal@118 3911 border-bottom-right-radius: 0;
bgneal@118 3912 border-bottom-left-radius: 0;
bgneal@118 3913 }
bgneal@118 3914 .navbar-btn {
bgneal@118 3915 margin-top: 8px;
bgneal@118 3916 margin-bottom: 8px;
bgneal@118 3917 }
bgneal@137 3918 .navbar-btn.btn-sm {
bgneal@137 3919 margin-top: 10px;
bgneal@137 3920 margin-bottom: 10px;
bgneal@137 3921 }
bgneal@137 3922 .navbar-btn.btn-xs {
bgneal@137 3923 margin-top: 14px;
bgneal@137 3924 margin-bottom: 14px;
bgneal@137 3925 }
bgneal@118 3926 .navbar-text {
bgneal@118 3927 margin-top: 15px;
bgneal@118 3928 margin-bottom: 15px;
bgneal@118 3929 }
bgneal@118 3930 @media (min-width: 768px) {
bgneal@118 3931 .navbar-text {
bgneal@137 3932 float: left;
bgneal@118 3933 margin-right: 15px;
bgneal@118 3934 margin-left: 15px;
bgneal@118 3935 }
bgneal@137 3936 .navbar-text.navbar-right:last-child {
bgneal@137 3937 margin-right: 0;
bgneal@137 3938 }
bgneal@137 3939 }
bgneal@118 3940 .navbar-default {
bgneal@118 3941 background-color: #f8f8f8;
bgneal@118 3942 border-color: #e7e7e7;
bgneal@118 3943 }
bgneal@118 3944 .navbar-default .navbar-brand {
bgneal@137 3945 color: #777;
bgneal@137 3946 }
bgneal@118 3947 .navbar-default .navbar-brand:hover,
bgneal@118 3948 .navbar-default .navbar-brand:focus {
bgneal@118 3949 color: #5e5e5e;
bgneal@118 3950 background-color: transparent;
bgneal@118 3951 }
bgneal@118 3952 .navbar-default .navbar-text {
bgneal@137 3953 color: #777;
bgneal@137 3954 }
bgneal@118 3955 .navbar-default .navbar-nav > li > a {
bgneal@137 3956 color: #777;
bgneal@137 3957 }
bgneal@118 3958 .navbar-default .navbar-nav > li > a:hover,
bgneal@118 3959 .navbar-default .navbar-nav > li > a:focus {
bgneal@137 3960 color: #333;
bgneal@118 3961 background-color: transparent;
bgneal@118 3962 }
bgneal@118 3963 .navbar-default .navbar-nav > .active > a,
bgneal@118 3964 .navbar-default .navbar-nav > .active > a:hover,
bgneal@118 3965 .navbar-default .navbar-nav > .active > a:focus {
bgneal@137 3966 color: #555;
bgneal@118 3967 background-color: #e7e7e7;
bgneal@118 3968 }
bgneal@118 3969 .navbar-default .navbar-nav > .disabled > a,
bgneal@118 3970 .navbar-default .navbar-nav > .disabled > a:hover,
bgneal@118 3971 .navbar-default .navbar-nav > .disabled > a:focus {
bgneal@137 3972 color: #ccc;
bgneal@118 3973 background-color: transparent;
bgneal@118 3974 }
bgneal@118 3975 .navbar-default .navbar-toggle {
bgneal@137 3976 border-color: #ddd;
bgneal@137 3977 }
bgneal@118 3978 .navbar-default .navbar-toggle:hover,
bgneal@118 3979 .navbar-default .navbar-toggle:focus {
bgneal@137 3980 background-color: #ddd;
bgneal@137 3981 }
bgneal@118 3982 .navbar-default .navbar-toggle .icon-bar {
bgneal@137 3983 background-color: #888;
bgneal@137 3984 }
bgneal@118 3985 .navbar-default .navbar-collapse,
bgneal@118 3986 .navbar-default .navbar-form {
bgneal@137 3987 border-color: #e7e7e7;
bgneal@137 3988 }
bgneal@118 3989 .navbar-default .navbar-nav > .open > a,
bgneal@118 3990 .navbar-default .navbar-nav > .open > a:hover,
bgneal@118 3991 .navbar-default .navbar-nav > .open > a:focus {
bgneal@137 3992 color: #555;
bgneal@118 3993 background-color: #e7e7e7;
bgneal@118 3994 }
bgneal@118 3995 @media (max-width: 767px) {
bgneal@118 3996 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
bgneal@137 3997 color: #777;
bgneal@118 3998 }
bgneal@118 3999 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
bgneal@118 4000 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
bgneal@137 4001 color: #333;
bgneal@118 4002 background-color: transparent;
bgneal@118 4003 }
bgneal@118 4004 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
bgneal@118 4005 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
bgneal@118 4006 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
bgneal@137 4007 color: #555;
bgneal@118 4008 background-color: #e7e7e7;
bgneal@118 4009 }
bgneal@118 4010 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
bgneal@118 4011 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
bgneal@118 4012 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
bgneal@137 4013 color: #ccc;
bgneal@118 4014 background-color: transparent;
bgneal@118 4015 }
bgneal@118 4016 }
bgneal@118 4017 .navbar-default .navbar-link {
bgneal@137 4018 color: #777;
bgneal@137 4019 }
bgneal@118 4020 .navbar-default .navbar-link:hover {
bgneal@137 4021 color: #333;
bgneal@137 4022 }
bgneal@118 4023 .navbar-inverse {
bgneal@137 4024 background-color: #222;
bgneal@118 4025 border-color: #080808;
bgneal@118 4026 }
bgneal@118 4027 .navbar-inverse .navbar-brand {
bgneal@137 4028 color: #999;
bgneal@137 4029 }
bgneal@118 4030 .navbar-inverse .navbar-brand:hover,
bgneal@118 4031 .navbar-inverse .navbar-brand:focus {
bgneal@137 4032 color: #fff;
bgneal@118 4033 background-color: transparent;
bgneal@118 4034 }
bgneal@118 4035 .navbar-inverse .navbar-text {
bgneal@137 4036 color: #999;
bgneal@137 4037 }
bgneal@118 4038 .navbar-inverse .navbar-nav > li > a {
bgneal@137 4039 color: #999;
bgneal@137 4040 }
bgneal@118 4041 .navbar-inverse .navbar-nav > li > a:hover,
bgneal@118 4042 .navbar-inverse .navbar-nav > li > a:focus {
bgneal@137 4043 color: #fff;
bgneal@118 4044 background-color: transparent;
bgneal@118 4045 }
bgneal@118 4046 .navbar-inverse .navbar-nav > .active > a,
bgneal@118 4047 .navbar-inverse .navbar-nav > .active > a:hover,
bgneal@118 4048 .navbar-inverse .navbar-nav > .active > a:focus {
bgneal@137 4049 color: #fff;
bgneal@118 4050 background-color: #080808;
bgneal@118 4051 }
bgneal@118 4052 .navbar-inverse .navbar-nav > .disabled > a,
bgneal@118 4053 .navbar-inverse .navbar-nav > .disabled > a:hover,
bgneal@118 4054 .navbar-inverse .navbar-nav > .disabled > a:focus {
bgneal@137 4055 color: #444;
bgneal@118 4056 background-color: transparent;
bgneal@118 4057 }
bgneal@118 4058 .navbar-inverse .navbar-toggle {
bgneal@137 4059 border-color: #333;
bgneal@137 4060 }
bgneal@118 4061 .navbar-inverse .navbar-toggle:hover,
bgneal@118 4062 .navbar-inverse .navbar-toggle:focus {
bgneal@137 4063 background-color: #333;
bgneal@137 4064 }
bgneal@118 4065 .navbar-inverse .navbar-toggle .icon-bar {
bgneal@137 4066 background-color: #fff;
bgneal@137 4067 }
bgneal@118 4068 .navbar-inverse .navbar-collapse,
bgneal@118 4069 .navbar-inverse .navbar-form {
bgneal@118 4070 border-color: #101010;
bgneal@118 4071 }
bgneal@118 4072 .navbar-inverse .navbar-nav > .open > a,
bgneal@118 4073 .navbar-inverse .navbar-nav > .open > a:hover,
bgneal@118 4074 .navbar-inverse .navbar-nav > .open > a:focus {
bgneal@137 4075 color: #fff;
bgneal@118 4076 background-color: #080808;
bgneal@118 4077 }
bgneal@118 4078 @media (max-width: 767px) {
bgneal@118 4079 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
bgneal@118 4080 border-color: #080808;
bgneal@118 4081 }
bgneal@137 4082 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
bgneal@137 4083 background-color: #080808;
bgneal@137 4084 }
bgneal@118 4085 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
bgneal@137 4086 color: #999;
bgneal@118 4087 }
bgneal@118 4088 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
bgneal@118 4089 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
bgneal@137 4090 color: #fff;
bgneal@118 4091 background-color: transparent;
bgneal@118 4092 }
bgneal@118 4093 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
bgneal@118 4094 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
bgneal@118 4095 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
bgneal@137 4096 color: #fff;
bgneal@118 4097 background-color: #080808;
bgneal@118 4098 }
bgneal@118 4099 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
bgneal@118 4100 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
bgneal@118 4101 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
bgneal@137 4102 color: #444;
bgneal@118 4103 background-color: transparent;
bgneal@118 4104 }
bgneal@118 4105 }
bgneal@118 4106 .navbar-inverse .navbar-link {
bgneal@137 4107 color: #999;
bgneal@137 4108 }
bgneal@118 4109 .navbar-inverse .navbar-link:hover {
bgneal@137 4110 color: #fff;
bgneal@137 4111 }
bgneal@118 4112 .breadcrumb {
bgneal@118 4113 padding: 8px 15px;
bgneal@118 4114 margin-bottom: 20px;
bgneal@118 4115 list-style: none;
bgneal@118 4116 background-color: #f5f5f5;
bgneal@118 4117 border-radius: 4px;
bgneal@118 4118 }
bgneal@118 4119 .breadcrumb > li {
bgneal@118 4120 display: inline-block;
bgneal@118 4121 }
bgneal@118 4122 .breadcrumb > li + li:before {
bgneal@118 4123 padding: 0 5px;
bgneal@137 4124 color: #ccc;
bgneal@118 4125 content: "/\00a0";
bgneal@118 4126 }
bgneal@118 4127 .breadcrumb > .active {
bgneal@137 4128 color: #999;
bgneal@137 4129 }
bgneal@118 4130 .pagination {
bgneal@118 4131 display: inline-block;
bgneal@118 4132 padding-left: 0;
bgneal@118 4133 margin: 20px 0;
bgneal@118 4134 border-radius: 4px;
bgneal@118 4135 }
bgneal@118 4136 .pagination > li {
bgneal@118 4137 display: inline;
bgneal@118 4138 }
bgneal@118 4139 .pagination > li > a,
bgneal@118 4140 .pagination > li > span {
bgneal@118 4141 position: relative;
bgneal@118 4142 float: left;
bgneal@118 4143 padding: 6px 12px;
bgneal@118 4144 margin-left: -1px;
bgneal@137 4145 line-height: 1.42857143;
bgneal@137 4146 color: #428bca;
bgneal@118 4147 text-decoration: none;
bgneal@137 4148 background-color: #fff;
bgneal@137 4149 border: 1px solid #ddd;
bgneal@137 4150 }
bgneal@118 4151 .pagination > li:first-child > a,
bgneal@118 4152 .pagination > li:first-child > span {
bgneal@118 4153 margin-left: 0;
bgneal@137 4154 border-top-left-radius: 4px;
bgneal@118 4155 border-bottom-left-radius: 4px;
bgneal@137 4156 }
bgneal@118 4157 .pagination > li:last-child > a,
bgneal@118 4158 .pagination > li:last-child > span {
bgneal@118 4159 border-top-right-radius: 4px;
bgneal@118 4160 border-bottom-right-radius: 4px;
bgneal@118 4161 }
bgneal@118 4162 .pagination > li > a:hover,
bgneal@118 4163 .pagination > li > span:hover,
bgneal@118 4164 .pagination > li > a:focus,
bgneal@118 4165 .pagination > li > span:focus {
bgneal@137 4166 color: #2a6496;
bgneal@137 4167 background-color: #eee;
bgneal@137 4168 border-color: #ddd;
bgneal@137 4169 }
bgneal@118 4170 .pagination > .active > a,
bgneal@118 4171 .pagination > .active > span,
bgneal@118 4172 .pagination > .active > a:hover,
bgneal@118 4173 .pagination > .active > span:hover,
bgneal@118 4174 .pagination > .active > a:focus,
bgneal@118 4175 .pagination > .active > span:focus {
bgneal@118 4176 z-index: 2;
bgneal@137 4177 color: #fff;
bgneal@118 4178 cursor: default;
bgneal@118 4179 background-color: #428bca;
bgneal@118 4180 border-color: #428bca;
bgneal@118 4181 }
bgneal@118 4182 .pagination > .disabled > span,
bgneal@137 4183 .pagination > .disabled > span:hover,
bgneal@137 4184 .pagination > .disabled > span:focus,
bgneal@118 4185 .pagination > .disabled > a,
bgneal@118 4186 .pagination > .disabled > a:hover,
bgneal@118 4187 .pagination > .disabled > a:focus {
bgneal@137 4188 color: #999;
bgneal@118 4189 cursor: not-allowed;
bgneal@137 4190 background-color: #fff;
bgneal@137 4191 border-color: #ddd;
bgneal@137 4192 }
bgneal@118 4193 .pagination-lg > li > a,
bgneal@118 4194 .pagination-lg > li > span {
bgneal@118 4195 padding: 10px 16px;
bgneal@118 4196 font-size: 18px;
bgneal@118 4197 }
bgneal@118 4198 .pagination-lg > li:first-child > a,
bgneal@118 4199 .pagination-lg > li:first-child > span {
bgneal@137 4200 border-top-left-radius: 6px;
bgneal@118 4201 border-bottom-left-radius: 6px;
bgneal@137 4202 }
bgneal@118 4203 .pagination-lg > li:last-child > a,
bgneal@118 4204 .pagination-lg > li:last-child > span {
bgneal@118 4205 border-top-right-radius: 6px;
bgneal@118 4206 border-bottom-right-radius: 6px;
bgneal@118 4207 }
bgneal@118 4208 .pagination-sm > li > a,
bgneal@118 4209 .pagination-sm > li > span {
bgneal@118 4210 padding: 5px 10px;
bgneal@118 4211 font-size: 12px;
bgneal@118 4212 }
bgneal@118 4213 .pagination-sm > li:first-child > a,
bgneal@118 4214 .pagination-sm > li:first-child > span {
bgneal@137 4215 border-top-left-radius: 3px;
bgneal@118 4216 border-bottom-left-radius: 3px;
bgneal@137 4217 }
bgneal@118 4218 .pagination-sm > li:last-child > a,
bgneal@118 4219 .pagination-sm > li:last-child > span {
bgneal@118 4220 border-top-right-radius: 3px;
bgneal@118 4221 border-bottom-right-radius: 3px;
bgneal@118 4222 }
bgneal@118 4223 .pager {
bgneal@118 4224 padding-left: 0;
bgneal@118 4225 margin: 20px 0;
bgneal@118 4226 text-align: center;
bgneal@118 4227 list-style: none;
bgneal@118 4228 }
bgneal@118 4229 .pager li {
bgneal@118 4230 display: inline;
bgneal@118 4231 }
bgneal@118 4232 .pager li > a,
bgneal@118 4233 .pager li > span {
bgneal@118 4234 display: inline-block;
bgneal@118 4235 padding: 5px 14px;
bgneal@137 4236 background-color: #fff;
bgneal@137 4237 border: 1px solid #ddd;
bgneal@118 4238 border-radius: 15px;
bgneal@118 4239 }
bgneal@118 4240 .pager li > a:hover,
bgneal@118 4241 .pager li > a:focus {
bgneal@118 4242 text-decoration: none;
bgneal@137 4243 background-color: #eee;
bgneal@137 4244 }
bgneal@118 4245 .pager .next > a,
bgneal@118 4246 .pager .next > span {
bgneal@118 4247 float: right;
bgneal@118 4248 }
bgneal@118 4249 .pager .previous > a,
bgneal@118 4250 .pager .previous > span {
bgneal@118 4251 float: left;
bgneal@118 4252 }
bgneal@118 4253 .pager .disabled > a,
bgneal@118 4254 .pager .disabled > a:hover,
bgneal@118 4255 .pager .disabled > a:focus,
bgneal@118 4256 .pager .disabled > span {
bgneal@137 4257 color: #999;
bgneal@118 4258 cursor: not-allowed;
bgneal@137 4259 background-color: #fff;
bgneal@137 4260 }
bgneal@118 4261 .label {
bgneal@118 4262 display: inline;
bgneal@118 4263 padding: .2em .6em .3em;
bgneal@118 4264 font-size: 75%;
bgneal@118 4265 font-weight: bold;
bgneal@118 4266 line-height: 1;
bgneal@137 4267 color: #fff;
bgneal@118 4268 text-align: center;
bgneal@118 4269 white-space: nowrap;
bgneal@118 4270 vertical-align: baseline;
bgneal@118 4271 border-radius: .25em;
bgneal@118 4272 }
bgneal@118 4273 .label[href]:hover,
bgneal@118 4274 .label[href]:focus {
bgneal@137 4275 color: #fff;
bgneal@118 4276 text-decoration: none;
bgneal@118 4277 cursor: pointer;
bgneal@118 4278 }
bgneal@118 4279 .label:empty {
bgneal@118 4280 display: none;
bgneal@118 4281 }
bgneal@137 4282 .btn .label {
bgneal@137 4283 position: relative;
bgneal@137 4284 top: -1px;
bgneal@137 4285 }
bgneal@118 4286 .label-default {
bgneal@137 4287 background-color: #999;
bgneal@137 4288 }
bgneal@118 4289 .label-default[href]:hover,
bgneal@118 4290 .label-default[href]:focus {
bgneal@118 4291 background-color: #808080;
bgneal@118 4292 }
bgneal@118 4293 .label-primary {
bgneal@118 4294 background-color: #428bca;
bgneal@118 4295 }
bgneal@118 4296 .label-primary[href]:hover,
bgneal@118 4297 .label-primary[href]:focus {
bgneal@118 4298 background-color: #3071a9;
bgneal@118 4299 }
bgneal@118 4300 .label-success {
bgneal@118 4301 background-color: #5cb85c;
bgneal@118 4302 }
bgneal@118 4303 .label-success[href]:hover,
bgneal@118 4304 .label-success[href]:focus {
bgneal@118 4305 background-color: #449d44;
bgneal@118 4306 }
bgneal@118 4307 .label-info {
bgneal@118 4308 background-color: #5bc0de;
bgneal@118 4309 }
bgneal@118 4310 .label-info[href]:hover,
bgneal@118 4311 .label-info[href]:focus {
bgneal@118 4312 background-color: #31b0d5;
bgneal@118 4313 }
bgneal@118 4314 .label-warning {
bgneal@118 4315 background-color: #f0ad4e;
bgneal@118 4316 }
bgneal@118 4317 .label-warning[href]:hover,
bgneal@118 4318 .label-warning[href]:focus {
bgneal@118 4319 background-color: #ec971f;
bgneal@118 4320 }
bgneal@118 4321 .label-danger {
bgneal@118 4322 background-color: #d9534f;
bgneal@118 4323 }
bgneal@118 4324 .label-danger[href]:hover,
bgneal@118 4325 .label-danger[href]:focus {
bgneal@118 4326 background-color: #c9302c;
bgneal@118 4327 }
bgneal@118 4328 .badge {
bgneal@118 4329 display: inline-block;
bgneal@118 4330 min-width: 10px;
bgneal@118 4331 padding: 3px 7px;
bgneal@118 4332 font-size: 12px;
bgneal@118 4333 font-weight: bold;
bgneal@118 4334 line-height: 1;
bgneal@137 4335 color: #fff;
bgneal@118 4336 text-align: center;
bgneal@118 4337 white-space: nowrap;
bgneal@118 4338 vertical-align: baseline;
bgneal@137 4339 background-color: #999;
bgneal@118 4340 border-radius: 10px;
bgneal@118 4341 }
bgneal@118 4342 .badge:empty {
bgneal@118 4343 display: none;
bgneal@118 4344 }
bgneal@118 4345 .btn .badge {
bgneal@118 4346 position: relative;
bgneal@118 4347 top: -1px;
bgneal@118 4348 }
bgneal@137 4349 .btn-xs .badge {
bgneal@137 4350 top: 0;
bgneal@137 4351 padding: 1px 5px;
bgneal@137 4352 }
bgneal@137 4353 a.badge:hover,
bgneal@137 4354 a.badge:focus {
bgneal@137 4355 color: #fff;
bgneal@137 4356 text-decoration: none;
bgneal@137 4357 cursor: pointer;
bgneal@137 4358 }
bgneal@118 4359 a.list-group-item.active > .badge,
bgneal@118 4360 .nav-pills > .active > a > .badge {
bgneal@118 4361 color: #428bca;
bgneal@137 4362 background-color: #fff;
bgneal@137 4363 }
bgneal@118 4364 .nav-pills > li > a > .badge {
bgneal@118 4365 margin-left: 3px;
bgneal@118 4366 }
bgneal@118 4367 .jumbotron {
bgneal@118 4368 padding: 30px;
bgneal@118 4369 margin-bottom: 30px;
bgneal@137 4370 color: inherit;
bgneal@137 4371 background-color: #eee;
bgneal@137 4372 }
bgneal@137 4373 .jumbotron h1,
bgneal@137 4374 .jumbotron .h1 {
bgneal@137 4375 color: inherit;
bgneal@137 4376 }
bgneal@137 4377 .jumbotron p {
bgneal@137 4378 margin-bottom: 15px;
bgneal@118 4379 font-size: 21px;
bgneal@118 4380 font-weight: 200;
bgneal@137 4381 }
bgneal@118 4382 .container .jumbotron {
bgneal@118 4383 border-radius: 6px;
bgneal@118 4384 }
bgneal@137 4385 .jumbotron .container {
bgneal@137 4386 max-width: 100%;
bgneal@137 4387 }
bgneal@118 4388 @media screen and (min-width: 768px) {
bgneal@118 4389 .jumbotron {
bgneal@118 4390 padding-top: 48px;
bgneal@118 4391 padding-bottom: 48px;
bgneal@118 4392 }
bgneal@118 4393 .container .jumbotron {
bgneal@118 4394 padding-right: 60px;
bgneal@118 4395 padding-left: 60px;
bgneal@118 4396 }
bgneal@137 4397 .jumbotron h1,
bgneal@137 4398 .jumbotron .h1 {
bgneal@118 4399 font-size: 63px;
bgneal@118 4400 }
bgneal@118 4401 }
bgneal@118 4402 .thumbnail {
bgneal@118 4403 display: block;
bgneal@118 4404 padding: 4px;
bgneal@137 4405 margin-bottom: 20px;
bgneal@137 4406 line-height: 1.42857143;
bgneal@137 4407 background-color: #fff;
bgneal@137 4408 border: 1px solid #ddd;
bgneal@118 4409 border-radius: 4px;
bgneal@137 4410 -webkit-transition: all .2s ease-in-out;
bgneal@137 4411 transition: all .2s ease-in-out;
bgneal@137 4412 }
bgneal@137 4413 .thumbnail > img,
bgneal@137 4414 .thumbnail a > img {
bgneal@118 4415 margin-right: auto;
bgneal@118 4416 margin-left: auto;
bgneal@118 4417 }
bgneal@137 4418 a.thumbnail:hover,
bgneal@137 4419 a.thumbnail:focus,
bgneal@137 4420 a.thumbnail.active {
bgneal@137 4421 border-color: #428bca;
bgneal@137 4422 }
bgneal@118 4423 .thumbnail .caption {
bgneal@118 4424 padding: 9px;
bgneal@137 4425 color: #333;
bgneal@137 4426 }
bgneal@118 4427 .alert {
bgneal@118 4428 padding: 15px;
bgneal@118 4429 margin-bottom: 20px;
bgneal@118 4430 border: 1px solid transparent;
bgneal@118 4431 border-radius: 4px;
bgneal@118 4432 }
bgneal@118 4433 .alert h4 {
bgneal@118 4434 margin-top: 0;
bgneal@118 4435 color: inherit;
bgneal@118 4436 }
bgneal@118 4437 .alert .alert-link {
bgneal@118 4438 font-weight: bold;
bgneal@118 4439 }
bgneal@118 4440 .alert > p,
bgneal@118 4441 .alert > ul {
bgneal@118 4442 margin-bottom: 0;
bgneal@118 4443 }
bgneal@118 4444 .alert > p + p {
bgneal@118 4445 margin-top: 5px;
bgneal@118 4446 }
bgneal@118 4447 .alert-dismissable {
bgneal@118 4448 padding-right: 35px;
bgneal@118 4449 }
bgneal@118 4450 .alert-dismissable .close {
bgneal@118 4451 position: relative;
bgneal@118 4452 top: -2px;
bgneal@118 4453 right: -21px;
bgneal@118 4454 color: inherit;
bgneal@118 4455 }
bgneal@118 4456 .alert-success {
bgneal@137 4457 color: #3c763d;
bgneal@118 4458 background-color: #dff0d8;
bgneal@118 4459 border-color: #d6e9c6;
bgneal@118 4460 }
bgneal@118 4461 .alert-success hr {
bgneal@118 4462 border-top-color: #c9e2b3;
bgneal@118 4463 }
bgneal@118 4464 .alert-success .alert-link {
bgneal@137 4465 color: #2b542c;
bgneal@137 4466 }
bgneal@118 4467 .alert-info {
bgneal@137 4468 color: #31708f;
bgneal@118 4469 background-color: #d9edf7;
bgneal@118 4470 border-color: #bce8f1;
bgneal@118 4471 }
bgneal@118 4472 .alert-info hr {
bgneal@118 4473 border-top-color: #a6e1ec;
bgneal@118 4474 }
bgneal@118 4475 .alert-info .alert-link {
bgneal@137 4476 color: #245269;
bgneal@137 4477 }
bgneal@118 4478 .alert-warning {
bgneal@137 4479 color: #8a6d3b;
bgneal@118 4480 background-color: #fcf8e3;
bgneal@137 4481 border-color: #faebcc;
bgneal@137 4482 }
bgneal@118 4483 .alert-warning hr {
bgneal@137 4484 border-top-color: #f7e1b5;
bgneal@137 4485 }
bgneal@118 4486 .alert-warning .alert-link {
bgneal@137 4487 color: #66512c;
bgneal@137 4488 }
bgneal@118 4489 .alert-danger {
bgneal@137 4490 color: #a94442;
bgneal@118 4491 background-color: #f2dede;
bgneal@137 4492 border-color: #ebccd1;
bgneal@137 4493 }
bgneal@118 4494 .alert-danger hr {
bgneal@137 4495 border-top-color: #e4b9c0;
bgneal@137 4496 }
bgneal@118 4497 .alert-danger .alert-link {
bgneal@137 4498 color: #843534;
bgneal@137 4499 }
bgneal@118 4500 @-webkit-keyframes progress-bar-stripes {
bgneal@118 4501 from {
bgneal@118 4502 background-position: 40px 0;
bgneal@118 4503 }
bgneal@118 4504 to {
bgneal@118 4505 background-position: 0 0;
bgneal@118 4506 }
bgneal@118 4507 }
bgneal@118 4508 @keyframes progress-bar-stripes {
bgneal@118 4509 from {
bgneal@118 4510 background-position: 40px 0;
bgneal@118 4511 }
bgneal@118 4512 to {
bgneal@118 4513 background-position: 0 0;
bgneal@118 4514 }
bgneal@118 4515 }
bgneal@118 4516 .progress {
bgneal@118 4517 height: 20px;
bgneal@118 4518 margin-bottom: 20px;
bgneal@118 4519 overflow: hidden;
bgneal@118 4520 background-color: #f5f5f5;
bgneal@118 4521 border-radius: 4px;
bgneal@137 4522 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
bgneal@137 4523 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
bgneal@137 4524 }
bgneal@118 4525 .progress-bar {
bgneal@118 4526 float: left;
bgneal@118 4527 width: 0;
bgneal@118 4528 height: 100%;
bgneal@118 4529 font-size: 12px;
bgneal@137 4530 line-height: 20px;
bgneal@137 4531 color: #fff;
bgneal@118 4532 text-align: center;
bgneal@118 4533 background-color: #428bca;
bgneal@137 4534 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
bgneal@137 4535 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
bgneal@137 4536 -webkit-transition: width .6s ease;
bgneal@137 4537 transition: width .6s ease;
bgneal@137 4538 }
bgneal@118 4539 .progress-striped .progress-bar {
bgneal@137 4540 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4541 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@118 4542 background-size: 40px 40px;
bgneal@118 4543 }
bgneal@118 4544 .progress.active .progress-bar {
bgneal@118 4545 -webkit-animation: progress-bar-stripes 2s linear infinite;
bgneal@118 4546 animation: progress-bar-stripes 2s linear infinite;
bgneal@118 4547 }
bgneal@118 4548 .progress-bar-success {
bgneal@118 4549 background-color: #5cb85c;
bgneal@118 4550 }
bgneal@118 4551 .progress-striped .progress-bar-success {
bgneal@137 4552 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4553 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4554 }
bgneal@118 4555 .progress-bar-info {
bgneal@118 4556 background-color: #5bc0de;
bgneal@118 4557 }
bgneal@118 4558 .progress-striped .progress-bar-info {
bgneal@137 4559 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4560 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4561 }
bgneal@118 4562 .progress-bar-warning {
bgneal@118 4563 background-color: #f0ad4e;
bgneal@118 4564 }
bgneal@118 4565 .progress-striped .progress-bar-warning {
bgneal@137 4566 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4567 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4568 }
bgneal@118 4569 .progress-bar-danger {
bgneal@118 4570 background-color: #d9534f;
bgneal@118 4571 }
bgneal@118 4572 .progress-striped .progress-bar-danger {
bgneal@137 4573 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4574 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
bgneal@137 4575 }
bgneal@118 4576 .media,
bgneal@118 4577 .media-body {
bgneal@118 4578 overflow: hidden;
bgneal@118 4579 zoom: 1;
bgneal@118 4580 }
bgneal@118 4581 .media,
bgneal@118 4582 .media .media {
bgneal@118 4583 margin-top: 15px;
bgneal@118 4584 }
bgneal@118 4585 .media:first-child {
bgneal@118 4586 margin-top: 0;
bgneal@118 4587 }
bgneal@118 4588 .media-object {
bgneal@118 4589 display: block;
bgneal@118 4590 }
bgneal@118 4591 .media-heading {
bgneal@118 4592 margin: 0 0 5px;
bgneal@118 4593 }
bgneal@118 4594 .media > .pull-left {
bgneal@118 4595 margin-right: 10px;
bgneal@118 4596 }
bgneal@118 4597 .media > .pull-right {
bgneal@118 4598 margin-left: 10px;
bgneal@118 4599 }
bgneal@118 4600 .media-list {
bgneal@118 4601 padding-left: 0;
bgneal@118 4602 list-style: none;
bgneal@118 4603 }
bgneal@118 4604 .list-group {
bgneal@118 4605 padding-left: 0;
bgneal@118 4606 margin-bottom: 20px;
bgneal@118 4607 }
bgneal@118 4608 .list-group-item {
bgneal@118 4609 position: relative;
bgneal@118 4610 display: block;
bgneal@118 4611 padding: 10px 15px;
bgneal@118 4612 margin-bottom: -1px;
bgneal@137 4613 background-color: #fff;
bgneal@137 4614 border: 1px solid #ddd;
bgneal@137 4615 }
bgneal@118 4616 .list-group-item:first-child {
bgneal@137 4617 border-top-left-radius: 4px;
bgneal@118 4618 border-top-right-radius: 4px;
bgneal@137 4619 }
bgneal@118 4620 .list-group-item:last-child {
bgneal@118 4621 margin-bottom: 0;
bgneal@118 4622 border-bottom-right-radius: 4px;
bgneal@118 4623 border-bottom-left-radius: 4px;
bgneal@118 4624 }
bgneal@118 4625 .list-group-item > .badge {
bgneal@118 4626 float: right;
bgneal@118 4627 }
bgneal@118 4628 .list-group-item > .badge + .badge {
bgneal@118 4629 margin-right: 5px;
bgneal@118 4630 }
bgneal@118 4631 a.list-group-item {
bgneal@137 4632 color: #555;
bgneal@137 4633 }
bgneal@118 4634 a.list-group-item .list-group-item-heading {
bgneal@137 4635 color: #333;
bgneal@137 4636 }
bgneal@118 4637 a.list-group-item:hover,
bgneal@118 4638 a.list-group-item:focus {
bgneal@118 4639 text-decoration: none;
bgneal@118 4640 background-color: #f5f5f5;
bgneal@118 4641 }
bgneal@137 4642 a.list-group-item.active,
bgneal@137 4643 a.list-group-item.active:hover,
bgneal@137 4644 a.list-group-item.active:focus {
bgneal@118 4645 z-index: 2;
bgneal@137 4646 color: #fff;
bgneal@118 4647 background-color: #428bca;
bgneal@118 4648 border-color: #428bca;
bgneal@118 4649 }
bgneal@137 4650 a.list-group-item.active .list-group-item-heading,
bgneal@137 4651 a.list-group-item.active:hover .list-group-item-heading,
bgneal@137 4652 a.list-group-item.active:focus .list-group-item-heading {
bgneal@118 4653 color: inherit;
bgneal@118 4654 }
bgneal@137 4655 a.list-group-item.active .list-group-item-text,
bgneal@137 4656 a.list-group-item.active:hover .list-group-item-text,
bgneal@137 4657 a.list-group-item.active:focus .list-group-item-text {
bgneal@118 4658 color: #e1edf7;
bgneal@118 4659 }
bgneal@137 4660 .list-group-item-success {
bgneal@137 4661 color: #3c763d;
bgneal@137 4662 background-color: #dff0d8;
bgneal@137 4663 }
bgneal@137 4664 a.list-group-item-success {
bgneal@137 4665 color: #3c763d;
bgneal@137 4666 }
bgneal@137 4667 a.list-group-item-success .list-group-item-heading {
bgneal@137 4668 color: inherit;
bgneal@137 4669 }
bgneal@137 4670 a.list-group-item-success:hover,
bgneal@137 4671 a.list-group-item-success:focus {
bgneal@137 4672 color: #3c763d;
bgneal@137 4673 background-color: #d0e9c6;
bgneal@137 4674 }
bgneal@137 4675 a.list-group-item-success.active,
bgneal@137 4676 a.list-group-item-success.active:hover,
bgneal@137 4677 a.list-group-item-success.active:focus {
bgneal@137 4678 color: #fff;
bgneal@137 4679 background-color: #3c763d;
bgneal@137 4680 border-color: #3c763d;
bgneal@137 4681 }
bgneal@137 4682 .list-group-item-info {
bgneal@137 4683 color: #31708f;
bgneal@137 4684 background-color: #d9edf7;
bgneal@137 4685 }
bgneal@137 4686 a.list-group-item-info {
bgneal@137 4687 color: #31708f;
bgneal@137 4688 }
bgneal@137 4689 a.list-group-item-info .list-group-item-heading {
bgneal@137 4690 color: inherit;
bgneal@137 4691 }
bgneal@137 4692 a.list-group-item-info:hover,
bgneal@137 4693 a.list-group-item-info:focus {
bgneal@137 4694 color: #31708f;
bgneal@137 4695 background-color: #c4e3f3;
bgneal@137 4696 }
bgneal@137 4697 a.list-group-item-info.active,
bgneal@137 4698 a.list-group-item-info.active:hover,
bgneal@137 4699 a.list-group-item-info.active:focus {
bgneal@137 4700 color: #fff;
bgneal@137 4701 background-color: #31708f;
bgneal@137 4702 border-color: #31708f;
bgneal@137 4703 }
bgneal@137 4704 .list-group-item-warning {
bgneal@137 4705 color: #8a6d3b;
bgneal@137 4706 background-color: #fcf8e3;
bgneal@137 4707 }
bgneal@137 4708 a.list-group-item-warning {
bgneal@137 4709 color: #8a6d3b;
bgneal@137 4710 }
bgneal@137 4711 a.list-group-item-warning .list-group-item-heading {
bgneal@137 4712 color: inherit;
bgneal@137 4713 }
bgneal@137 4714 a.list-group-item-warning:hover,
bgneal@137 4715 a.list-group-item-warning:focus {
bgneal@137 4716 color: #8a6d3b;
bgneal@137 4717 background-color: #faf2cc;
bgneal@137 4718 }
bgneal@137 4719 a.list-group-item-warning.active,
bgneal@137 4720 a.list-group-item-warning.active:hover,
bgneal@137 4721 a.list-group-item-warning.active:focus {
bgneal@137 4722 color: #fff;
bgneal@137 4723 background-color: #8a6d3b;
bgneal@137 4724 border-color: #8a6d3b;
bgneal@137 4725 }
bgneal@137 4726 .list-group-item-danger {
bgneal@137 4727 color: #a94442;
bgneal@137 4728 background-color: #f2dede;
bgneal@137 4729 }
bgneal@137 4730 a.list-group-item-danger {
bgneal@137 4731 color: #a94442;
bgneal@137 4732 }
bgneal@137 4733 a.list-group-item-danger .list-group-item-heading {
bgneal@137 4734 color: inherit;
bgneal@137 4735 }
bgneal@137 4736 a.list-group-item-danger:hover,
bgneal@137 4737 a.list-group-item-danger:focus {
bgneal@137 4738 color: #a94442;
bgneal@137 4739 background-color: #ebcccc;
bgneal@137 4740 }
bgneal@137 4741 a.list-group-item-danger.active,
bgneal@137 4742 a.list-group-item-danger.active:hover,
bgneal@137 4743 a.list-group-item-danger.active:focus {
bgneal@137 4744 color: #fff;
bgneal@137 4745 background-color: #a94442;
bgneal@137 4746 border-color: #a94442;
bgneal@137 4747 }
bgneal@118 4748 .list-group-item-heading {
bgneal@118 4749 margin-top: 0;
bgneal@118 4750 margin-bottom: 5px;
bgneal@118 4751 }
bgneal@118 4752 .list-group-item-text {
bgneal@118 4753 margin-bottom: 0;
bgneal@118 4754 line-height: 1.3;
bgneal@118 4755 }
bgneal@118 4756 .panel {
bgneal@118 4757 margin-bottom: 20px;
bgneal@137 4758 background-color: #fff;
bgneal@118 4759 border: 1px solid transparent;
bgneal@118 4760 border-radius: 4px;
bgneal@137 4761 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
bgneal@137 4762 box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
bgneal@137 4763 }
bgneal@118 4764 .panel-body {
bgneal@118 4765 padding: 15px;
bgneal@118 4766 }
bgneal@118 4767 .panel-heading {
bgneal@118 4768 padding: 10px 15px;
bgneal@118 4769 border-bottom: 1px solid transparent;
bgneal@137 4770 border-top-left-radius: 3px;
bgneal@118 4771 border-top-right-radius: 3px;
bgneal@137 4772 }
bgneal@137 4773 .panel-heading > .dropdown .dropdown-toggle {
bgneal@137 4774 color: inherit;
bgneal@137 4775 }
bgneal@118 4776 .panel-title {
bgneal@118 4777 margin-top: 0;
bgneal@118 4778 margin-bottom: 0;
bgneal@118 4779 font-size: 16px;
bgneal@137 4780 color: inherit;
bgneal@137 4781 }
bgneal@118 4782 .panel-title > a {
bgneal@118 4783 color: inherit;
bgneal@118 4784 }
bgneal@118 4785 .panel-footer {
bgneal@118 4786 padding: 10px 15px;
bgneal@118 4787 background-color: #f5f5f5;
bgneal@137 4788 border-top: 1px solid #ddd;
bgneal@118 4789 border-bottom-right-radius: 3px;
bgneal@118 4790 border-bottom-left-radius: 3px;
bgneal@118 4791 }
bgneal@137 4792 .panel > .list-group {
bgneal@137 4793 margin-bottom: 0;
bgneal@137 4794 }
bgneal@137 4795 .panel > .list-group .list-group-item {
bgneal@137 4796 border-width: 1px 0;
bgneal@137 4797 border-radius: 0;
bgneal@137 4798 }
bgneal@137 4799 .panel > .list-group:first-child .list-group-item:first-child {
bgneal@137 4800 border-top: 0;
bgneal@137 4801 border-top-left-radius: 3px;
bgneal@137 4802 border-top-right-radius: 3px;
bgneal@137 4803 }
bgneal@137 4804 .panel > .list-group:last-child .list-group-item:last-child {
bgneal@137 4805 border-bottom: 0;
bgneal@137 4806 border-bottom-right-radius: 3px;
bgneal@137 4807 border-bottom-left-radius: 3px;
bgneal@137 4808 }
bgneal@137 4809 .panel-heading + .list-group .list-group-item:first-child {
bgneal@137 4810 border-top-width: 0;
bgneal@137 4811 }
bgneal@137 4812 .panel > .table,
bgneal@137 4813 .panel > .table-responsive > .table {
bgneal@137 4814 margin-bottom: 0;
bgneal@137 4815 }
bgneal@137 4816 .panel > .table:first-child,
bgneal@137 4817 .panel > .table-responsive:first-child > .table:first-child {
bgneal@137 4818 border-top-left-radius: 3px;
bgneal@137 4819 border-top-right-radius: 3px;
bgneal@137 4820 }
bgneal@137 4821 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
bgneal@137 4822 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
bgneal@137 4823 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
bgneal@137 4824 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
bgneal@137 4825 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
bgneal@137 4826 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
bgneal@137 4827 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
bgneal@137 4828 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
bgneal@137 4829 border-top-left-radius: 3px;
bgneal@137 4830 }
bgneal@137 4831 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
bgneal@137 4832 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
bgneal@137 4833 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
bgneal@137 4834 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
bgneal@137 4835 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
bgneal@137 4836 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
bgneal@137 4837 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
bgneal@137 4838 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
bgneal@137 4839 border-top-right-radius: 3px;
bgneal@137 4840 }
bgneal@137 4841 .panel > .table:last-child,
bgneal@137 4842 .panel > .table-responsive:last-child > .table:last-child {
bgneal@137 4843 border-bottom-right-radius: 3px;
bgneal@137 4844 border-bottom-left-radius: 3px;
bgneal@137 4845 }
bgneal@137 4846 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
bgneal@137 4847 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
bgneal@137 4848 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
bgneal@137 4849 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
bgneal@137 4850 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
bgneal@137 4851 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
bgneal@137 4852 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
bgneal@137 4853 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
bgneal@137 4854 border-bottom-left-radius: 3px;
bgneal@137 4855 }
bgneal@137 4856 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
bgneal@137 4857 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
bgneal@137 4858 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
bgneal@137 4859 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
bgneal@137 4860 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
bgneal@137 4861 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
bgneal@137 4862 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
bgneal@137 4863 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
bgneal@137 4864 border-bottom-right-radius: 3px;
bgneal@137 4865 }
bgneal@137 4866 .panel > .panel-body + .table,
bgneal@137 4867 .panel > .panel-body + .table-responsive {
bgneal@137 4868 border-top: 1px solid #ddd;
bgneal@137 4869 }
bgneal@137 4870 .panel > .table > tbody:first-child > tr:first-child th,
bgneal@137 4871 .panel > .table > tbody:first-child > tr:first-child td {
bgneal@137 4872 border-top: 0;
bgneal@137 4873 }
bgneal@137 4874 .panel > .table-bordered,
bgneal@137 4875 .panel > .table-responsive > .table-bordered {
bgneal@137 4876 border: 0;
bgneal@137 4877 }
bgneal@137 4878 .panel > .table-bordered > thead > tr > th:first-child,
bgneal@137 4879 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
bgneal@137 4880 .panel > .table-bordered > tbody > tr > th:first-child,
bgneal@137 4881 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
bgneal@137 4882 .panel > .table-bordered > tfoot > tr > th:first-child,
bgneal@137 4883 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
bgneal@137 4884 .panel > .table-bordered > thead > tr > td:first-child,
bgneal@137 4885 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
bgneal@137 4886 .panel > .table-bordered > tbody > tr > td:first-child,
bgneal@137 4887 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
bgneal@137 4888 .panel > .table-bordered > tfoot > tr > td:first-child,
bgneal@137 4889 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
bgneal@137 4890 border-left: 0;
bgneal@137 4891 }
bgneal@137 4892 .panel > .table-bordered > thead > tr > th:last-child,
bgneal@137 4893 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
bgneal@137 4894 .panel > .table-bordered > tbody > tr > th:last-child,
bgneal@137 4895 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
bgneal@137 4896 .panel > .table-bordered > tfoot > tr > th:last-child,
bgneal@137 4897 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
bgneal@137 4898 .panel > .table-bordered > thead > tr > td:last-child,
bgneal@137 4899 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
bgneal@137 4900 .panel > .table-bordered > tbody > tr > td:last-child,
bgneal@137 4901 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
bgneal@137 4902 .panel > .table-bordered > tfoot > tr > td:last-child,
bgneal@137 4903 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
bgneal@137 4904 border-right: 0;
bgneal@137 4905 }
bgneal@137 4906 .panel > .table-bordered > thead > tr:first-child > td,
bgneal@137 4907 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
bgneal@137 4908 .panel > .table-bordered > tbody > tr:first-child > td,
bgneal@137 4909 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
bgneal@137 4910 .panel > .table-bordered > thead > tr:first-child > th,
bgneal@137 4911 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
bgneal@137 4912 .panel > .table-bordered > tbody > tr:first-child > th,
bgneal@137 4913 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
bgneal@137 4914 border-bottom: 0;
bgneal@137 4915 }
bgneal@137 4916 .panel > .table-bordered > tbody > tr:last-child > td,
bgneal@137 4917 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
bgneal@137 4918 .panel > .table-bordered > tfoot > tr:last-child > td,
bgneal@137 4919 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
bgneal@137 4920 .panel > .table-bordered > tbody > tr:last-child > th,
bgneal@137 4921 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
bgneal@137 4922 .panel > .table-bordered > tfoot > tr:last-child > th,
bgneal@137 4923 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
bgneal@137 4924 border-bottom: 0;
bgneal@137 4925 }
bgneal@137 4926 .panel > .table-responsive {
bgneal@137 4927 margin-bottom: 0;
bgneal@137 4928 border: 0;
bgneal@137 4929 }
bgneal@137 4930 .panel-group {
bgneal@137 4931 margin-bottom: 20px;
bgneal@137 4932 }
bgneal@118 4933 .panel-group .panel {
bgneal@118 4934 margin-bottom: 0;
bgneal@118 4935 overflow: hidden;
bgneal@118 4936 border-radius: 4px;
bgneal@118 4937 }
bgneal@118 4938 .panel-group .panel + .panel {
bgneal@118 4939 margin-top: 5px;
bgneal@118 4940 }
bgneal@118 4941 .panel-group .panel-heading {
bgneal@118 4942 border-bottom: 0;
bgneal@118 4943 }
bgneal@118 4944 .panel-group .panel-heading + .panel-collapse .panel-body {
bgneal@137 4945 border-top: 1px solid #ddd;
bgneal@137 4946 }
bgneal@118 4947 .panel-group .panel-footer {
bgneal@118 4948 border-top: 0;
bgneal@118 4949 }
bgneal@118 4950 .panel-group .panel-footer + .panel-collapse .panel-body {
bgneal@137 4951 border-bottom: 1px solid #ddd;
bgneal@137 4952 }
bgneal@118 4953 .panel-default {
bgneal@137 4954 border-color: #ddd;
bgneal@137 4955 }
bgneal@118 4956 .panel-default > .panel-heading {
bgneal@137 4957 color: #333;
bgneal@118 4958 background-color: #f5f5f5;
bgneal@137 4959 border-color: #ddd;
bgneal@137 4960 }
bgneal@118 4961 .panel-default > .panel-heading + .panel-collapse .panel-body {
bgneal@137 4962 border-top-color: #ddd;
bgneal@137 4963 }
bgneal@118 4964 .panel-default > .panel-footer + .panel-collapse .panel-body {
bgneal@137 4965 border-bottom-color: #ddd;
bgneal@137 4966 }
bgneal@118 4967 .panel-primary {
bgneal@118 4968 border-color: #428bca;
bgneal@118 4969 }
bgneal@118 4970 .panel-primary > .panel-heading {
bgneal@137 4971 color: #fff;
bgneal@118 4972 background-color: #428bca;
bgneal@118 4973 border-color: #428bca;
bgneal@118 4974 }
bgneal@118 4975 .panel-primary > .panel-heading + .panel-collapse .panel-body {
bgneal@118 4976 border-top-color: #428bca;
bgneal@118 4977 }
bgneal@118 4978 .panel-primary > .panel-footer + .panel-collapse .panel-body {
bgneal@118 4979 border-bottom-color: #428bca;
bgneal@118 4980 }
bgneal@118 4981 .panel-success {
bgneal@118 4982 border-color: #d6e9c6;
bgneal@118 4983 }
bgneal@118 4984 .panel-success > .panel-heading {
bgneal@137 4985 color: #3c763d;
bgneal@118 4986 background-color: #dff0d8;
bgneal@118 4987 border-color: #d6e9c6;
bgneal@118 4988 }
bgneal@118 4989 .panel-success > .panel-heading + .panel-collapse .panel-body {
bgneal@118 4990 border-top-color: #d6e9c6;
bgneal@118 4991 }
bgneal@118 4992 .panel-success > .panel-footer + .panel-collapse .panel-body {
bgneal@118 4993 border-bottom-color: #d6e9c6;
bgneal@118 4994 }
bgneal@118 4995 .panel-info {
bgneal@118 4996 border-color: #bce8f1;
bgneal@118 4997 }
bgneal@118 4998 .panel-info > .panel-heading {
bgneal@137 4999 color: #31708f;
bgneal@118 5000 background-color: #d9edf7;
bgneal@118 5001 border-color: #bce8f1;
bgneal@118 5002 }
bgneal@118 5003 .panel-info > .panel-heading + .panel-collapse .panel-body {
bgneal@118 5004 border-top-color: #bce8f1;
bgneal@118 5005 }
bgneal@118 5006 .panel-info > .panel-footer + .panel-collapse .panel-body {
bgneal@118 5007 border-bottom-color: #bce8f1;
bgneal@118 5008 }
bgneal@137 5009 .panel-warning {
bgneal@137 5010 border-color: #faebcc;
bgneal@137 5011 }
bgneal@137 5012 .panel-warning > .panel-heading {
bgneal@137 5013 color: #8a6d3b;
bgneal@137 5014 background-color: #fcf8e3;
bgneal@137 5015 border-color: #faebcc;
bgneal@137 5016 }
bgneal@137 5017 .panel-warning > .panel-heading + .panel-collapse .panel-body {
bgneal@137 5018 border-top-color: #faebcc;
bgneal@137 5019 }
bgneal@137 5020 .panel-warning > .panel-footer + .panel-collapse .panel-body {
bgneal@137 5021 border-bottom-color: #faebcc;
bgneal@137 5022 }
bgneal@137 5023 .panel-danger {
bgneal@137 5024 border-color: #ebccd1;
bgneal@137 5025 }
bgneal@137 5026 .panel-danger > .panel-heading {
bgneal@137 5027 color: #a94442;
bgneal@137 5028 background-color: #f2dede;
bgneal@137 5029 border-color: #ebccd1;
bgneal@137 5030 }
bgneal@137 5031 .panel-danger > .panel-heading + .panel-collapse .panel-body {
bgneal@137 5032 border-top-color: #ebccd1;
bgneal@137 5033 }
bgneal@137 5034 .panel-danger > .panel-footer + .panel-collapse .panel-body {
bgneal@137 5035 border-bottom-color: #ebccd1;
bgneal@137 5036 }
bgneal@118 5037 .well {
bgneal@118 5038 min-height: 20px;
bgneal@118 5039 padding: 19px;
bgneal@118 5040 margin-bottom: 20px;
bgneal@118 5041 background-color: #f5f5f5;
bgneal@118 5042 border: 1px solid #e3e3e3;
bgneal@118 5043 border-radius: 4px;
bgneal@137 5044 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
bgneal@137 5045 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
bgneal@137 5046 }
bgneal@118 5047 .well blockquote {
bgneal@118 5048 border-color: #ddd;
bgneal@137 5049 border-color: rgba(0, 0, 0, .15);
bgneal@137 5050 }
bgneal@118 5051 .well-lg {
bgneal@118 5052 padding: 24px;
bgneal@118 5053 border-radius: 6px;
bgneal@118 5054 }
bgneal@118 5055 .well-sm {
bgneal@118 5056 padding: 9px;
bgneal@118 5057 border-radius: 3px;
bgneal@118 5058 }
bgneal@118 5059 .close {
bgneal@118 5060 float: right;
bgneal@118 5061 font-size: 21px;
bgneal@118 5062 font-weight: bold;
bgneal@118 5063 line-height: 1;
bgneal@137 5064 color: #000;
bgneal@137 5065 text-shadow: 0 1px 0 #fff;
bgneal@118 5066 filter: alpha(opacity=20);
bgneal@137 5067 opacity: .2;
bgneal@137 5068 }
bgneal@118 5069 .close:hover,
bgneal@118 5070 .close:focus {
bgneal@137 5071 color: #000;
bgneal@118 5072 text-decoration: none;
bgneal@118 5073 cursor: pointer;
bgneal@118 5074 filter: alpha(opacity=50);
bgneal@137 5075 opacity: .5;
bgneal@137 5076 }
bgneal@118 5077 button.close {
bgneal@137 5078 -webkit-appearance: none;
bgneal@118 5079 padding: 0;
bgneal@118 5080 cursor: pointer;
bgneal@118 5081 background: transparent;
bgneal@118 5082 border: 0;
bgneal@137 5083 }
bgneal@118 5084 .modal-open {
bgneal@118 5085 overflow: hidden;
bgneal@118 5086 }
bgneal@118 5087 .modal {
bgneal@118 5088 position: fixed;
bgneal@118 5089 top: 0;
bgneal@118 5090 right: 0;
bgneal@118 5091 bottom: 0;
bgneal@118 5092 left: 0;
bgneal@137 5093 z-index: 1050;
bgneal@118 5094 display: none;
bgneal@118 5095 overflow: auto;
bgneal@118 5096 overflow-y: scroll;
bgneal@137 5097 -webkit-overflow-scrolling: touch;
bgneal@137 5098 outline: 0;
bgneal@137 5099 }
bgneal@118 5100 .modal.fade .modal-dialog {
bgneal@137 5101 -webkit-transition: -webkit-transform .3s ease-out;
bgneal@137 5102 -moz-transition: -moz-transform .3s ease-out;
bgneal@137 5103 -o-transition: -o-transform .3s ease-out;
bgneal@137 5104 transition: transform .3s ease-out;
bgneal@118 5105 -webkit-transform: translate(0, -25%);
bgneal@118 5106 -ms-transform: translate(0, -25%);
bgneal@118 5107 transform: translate(0, -25%);
bgneal@137 5108 }
bgneal@118 5109 .modal.in .modal-dialog {
bgneal@118 5110 -webkit-transform: translate(0, 0);
bgneal@118 5111 -ms-transform: translate(0, 0);
bgneal@118 5112 transform: translate(0, 0);
bgneal@118 5113 }
bgneal@118 5114 .modal-dialog {
bgneal@137 5115 position: relative;
bgneal@118 5116 width: auto;
bgneal@137 5117 margin: 10px;
bgneal@137 5118 }
bgneal@118 5119 .modal-content {
bgneal@118 5120 position: relative;
bgneal@137 5121 background-color: #fff;
bgneal@137 5122 background-clip: padding-box;
bgneal@137 5123 border: 1px solid #999;
bgneal@137 5124 border: 1px solid rgba(0, 0, 0, .2);
bgneal@118 5125 border-radius: 6px;
bgneal@118 5126 outline: none;
bgneal@137 5127 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
bgneal@137 5128 box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
bgneal@137 5129 }
bgneal@118 5130 .modal-backdrop {
bgneal@118 5131 position: fixed;
bgneal@118 5132 top: 0;
bgneal@118 5133 right: 0;
bgneal@118 5134 bottom: 0;
bgneal@118 5135 left: 0;
bgneal@137 5136 z-index: 1040;
bgneal@137 5137 background-color: #000;
bgneal@137 5138 }
bgneal@118 5139 .modal-backdrop.fade {
bgneal@137 5140 filter: alpha(opacity=0);
bgneal@118 5141 opacity: 0;
bgneal@137 5142 }
bgneal@118 5143 .modal-backdrop.in {
bgneal@118 5144 filter: alpha(opacity=50);
bgneal@137 5145 opacity: .5;
bgneal@137 5146 }
bgneal@118 5147 .modal-header {
bgneal@137 5148 min-height: 16.42857143px;
bgneal@118 5149 padding: 15px;
bgneal@118 5150 border-bottom: 1px solid #e5e5e5;
bgneal@118 5151 }
bgneal@118 5152 .modal-header .close {
bgneal@118 5153 margin-top: -2px;
bgneal@118 5154 }
bgneal@118 5155 .modal-title {
bgneal@118 5156 margin: 0;
bgneal@137 5157 line-height: 1.42857143;
bgneal@137 5158 }
bgneal@118 5159 .modal-body {
bgneal@118 5160 position: relative;
bgneal@118 5161 padding: 20px;
bgneal@118 5162 }
bgneal@118 5163 .modal-footer {
bgneal@118 5164 padding: 19px 20px 20px;
bgneal@118 5165 margin-top: 15px;
bgneal@118 5166 text-align: right;
bgneal@118 5167 border-top: 1px solid #e5e5e5;
bgneal@118 5168 }
bgneal@118 5169 .modal-footer .btn + .btn {
bgneal@118 5170 margin-bottom: 0;
bgneal@118 5171 margin-left: 5px;
bgneal@118 5172 }
bgneal@118 5173 .modal-footer .btn-group .btn + .btn {
bgneal@118 5174 margin-left: -1px;
bgneal@118 5175 }
bgneal@118 5176 .modal-footer .btn-block + .btn-block {
bgneal@118 5177 margin-left: 0;
bgneal@118 5178 }
bgneal@137 5179 @media (min-width: 768px) {
bgneal@118 5180 .modal-dialog {
bgneal@118 5181 width: 600px;
bgneal@137 5182 margin: 30px auto;
bgneal@118 5183 }
bgneal@118 5184 .modal-content {
bgneal@137 5185 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
bgneal@137 5186 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
bgneal@137 5187 }
bgneal@137 5188 .modal-sm {
bgneal@137 5189 width: 300px;
bgneal@137 5190 }
bgneal@137 5191 }
bgneal@137 5192 @media (min-width: 992px) {
bgneal@137 5193 .modal-lg {
bgneal@137 5194 width: 900px;
bgneal@137 5195 }
bgneal@137 5196 }
bgneal@118 5197 .tooltip {
bgneal@118 5198 position: absolute;
bgneal@118 5199 z-index: 1030;
bgneal@118 5200 display: block;
bgneal@118 5201 font-size: 12px;
bgneal@118 5202 line-height: 1.4;
bgneal@137 5203 visibility: visible;
bgneal@137 5204 filter: alpha(opacity=0);
bgneal@118 5205 opacity: 0;
bgneal@137 5206 }
bgneal@118 5207 .tooltip.in {
bgneal@118 5208 filter: alpha(opacity=90);
bgneal@137 5209 opacity: .9;
bgneal@137 5210 }
bgneal@118 5211 .tooltip.top {
bgneal@118 5212 padding: 5px 0;
bgneal@118 5213 margin-top: -3px;
bgneal@118 5214 }
bgneal@118 5215 .tooltip.right {
bgneal@118 5216 padding: 0 5px;
bgneal@118 5217 margin-left: 3px;
bgneal@118 5218 }
bgneal@118 5219 .tooltip.bottom {
bgneal@118 5220 padding: 5px 0;
bgneal@118 5221 margin-top: 3px;
bgneal@118 5222 }
bgneal@118 5223 .tooltip.left {
bgneal@118 5224 padding: 0 5px;
bgneal@118 5225 margin-left: -3px;
bgneal@118 5226 }
bgneal@118 5227 .tooltip-inner {
bgneal@118 5228 max-width: 200px;
bgneal@118 5229 padding: 3px 8px;
bgneal@137 5230 color: #fff;
bgneal@118 5231 text-align: center;
bgneal@118 5232 text-decoration: none;
bgneal@137 5233 background-color: #000;
bgneal@118 5234 border-radius: 4px;
bgneal@118 5235 }
bgneal@118 5236 .tooltip-arrow {
bgneal@118 5237 position: absolute;
bgneal@118 5238 width: 0;
bgneal@118 5239 height: 0;
bgneal@118 5240 border-color: transparent;
bgneal@118 5241 border-style: solid;
bgneal@118 5242 }
bgneal@118 5243 .tooltip.top .tooltip-arrow {
bgneal@118 5244 bottom: 0;
bgneal@118 5245 left: 50%;
bgneal@118 5246 margin-left: -5px;
bgneal@118 5247 border-width: 5px 5px 0;
bgneal@137 5248 border-top-color: #000;
bgneal@137 5249 }
bgneal@118 5250 .tooltip.top-left .tooltip-arrow {
bgneal@118 5251 bottom: 0;
bgneal@118 5252 left: 5px;
bgneal@118 5253 border-width: 5px 5px 0;
bgneal@137 5254 border-top-color: #000;
bgneal@137 5255 }
bgneal@118 5256 .tooltip.top-right .tooltip-arrow {
bgneal@118 5257 right: 5px;
bgneal@118 5258 bottom: 0;
bgneal@118 5259 border-width: 5px 5px 0;
bgneal@137 5260 border-top-color: #000;
bgneal@137 5261 }
bgneal@118 5262 .tooltip.right .tooltip-arrow {
bgneal@118 5263 top: 50%;
bgneal@118 5264 left: 0;
bgneal@118 5265 margin-top: -5px;
bgneal@118 5266 border-width: 5px 5px 5px 0;
bgneal@137 5267 border-right-color: #000;
bgneal@137 5268 }
bgneal@118 5269 .tooltip.left .tooltip-arrow {
bgneal@118 5270 top: 50%;
bgneal@118 5271 right: 0;
bgneal@118 5272 margin-top: -5px;
bgneal@118 5273 border-width: 5px 0 5px 5px;
bgneal@137 5274 border-left-color: #000;
bgneal@137 5275 }
bgneal@118 5276 .tooltip.bottom .tooltip-arrow {
bgneal@118 5277 top: 0;
bgneal@118 5278 left: 50%;
bgneal@118 5279 margin-left: -5px;
bgneal@118 5280 border-width: 0 5px 5px;
bgneal@137 5281 border-bottom-color: #000;
bgneal@137 5282 }
bgneal@118 5283 .tooltip.bottom-left .tooltip-arrow {
bgneal@118 5284 top: 0;
bgneal@118 5285 left: 5px;
bgneal@118 5286 border-width: 0 5px 5px;
bgneal@137 5287 border-bottom-color: #000;
bgneal@137 5288 }
bgneal@118 5289 .tooltip.bottom-right .tooltip-arrow {
bgneal@118 5290 top: 0;
bgneal@118 5291 right: 5px;
bgneal@118 5292 border-width: 0 5px 5px;
bgneal@137 5293 border-bottom-color: #000;
bgneal@137 5294 }
bgneal@118 5295 .popover {
bgneal@118 5296 position: absolute;
bgneal@118 5297 top: 0;
bgneal@118 5298 left: 0;
bgneal@118 5299 z-index: 1010;
bgneal@118 5300 display: none;
bgneal@118 5301 max-width: 276px;
bgneal@118 5302 padding: 1px;
bgneal@118 5303 text-align: left;
bgneal@118 5304 white-space: normal;
bgneal@137 5305 background-color: #fff;
bgneal@137 5306 background-clip: padding-box;
bgneal@137 5307 border: 1px solid #ccc;
bgneal@137 5308 border: 1px solid rgba(0, 0, 0, .2);
bgneal@118 5309 border-radius: 6px;
bgneal@137 5310 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
bgneal@137 5311 box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
bgneal@137 5312 }
bgneal@118 5313 .popover.top {
bgneal@118 5314 margin-top: -10px;
bgneal@118 5315 }
bgneal@118 5316 .popover.right {
bgneal@118 5317 margin-left: 10px;
bgneal@118 5318 }
bgneal@118 5319 .popover.bottom {
bgneal@118 5320 margin-top: 10px;
bgneal@118 5321 }
bgneal@118 5322 .popover.left {
bgneal@118 5323 margin-left: -10px;
bgneal@118 5324 }
bgneal@118 5325 .popover-title {
bgneal@118 5326 padding: 8px 14px;
bgneal@118 5327 margin: 0;
bgneal@118 5328 font-size: 14px;
bgneal@118 5329 font-weight: normal;
bgneal@118 5330 line-height: 18px;
bgneal@118 5331 background-color: #f7f7f7;
bgneal@118 5332 border-bottom: 1px solid #ebebeb;
bgneal@118 5333 border-radius: 5px 5px 0 0;
bgneal@118 5334 }
bgneal@118 5335 .popover-content {
bgneal@118 5336 padding: 9px 14px;
bgneal@118 5337 }
bgneal@137 5338 .popover > .arrow,
bgneal@137 5339 .popover > .arrow:after {
bgneal@118 5340 position: absolute;
bgneal@118 5341 display: block;
bgneal@118 5342 width: 0;
bgneal@118 5343 height: 0;
bgneal@118 5344 border-color: transparent;
bgneal@118 5345 border-style: solid;
bgneal@118 5346 }
bgneal@137 5347 .popover > .arrow {
bgneal@118 5348 border-width: 11px;
bgneal@118 5349 }
bgneal@137 5350 .popover > .arrow:after {
bgneal@137 5351 content: "";
bgneal@118 5352 border-width: 10px;
bgneal@137 5353 }
bgneal@137 5354 .popover.top > .arrow {
bgneal@118 5355 bottom: -11px;
bgneal@118 5356 left: 50%;
bgneal@118 5357 margin-left: -11px;
bgneal@137 5358 border-top-color: #999;
bgneal@137 5359 border-top-color: rgba(0, 0, 0, .25);
bgneal@118 5360 border-bottom-width: 0;
bgneal@118 5361 }
bgneal@137 5362 .popover.top > .arrow:after {
bgneal@118 5363 bottom: 1px;
bgneal@118 5364 margin-left: -10px;
bgneal@137 5365 content: " ";
bgneal@137 5366 border-top-color: #fff;
bgneal@118 5367 border-bottom-width: 0;
bgneal@137 5368 }
bgneal@137 5369 .popover.right > .arrow {
bgneal@118 5370 top: 50%;
bgneal@118 5371 left: -11px;
bgneal@118 5372 margin-top: -11px;
bgneal@137 5373 border-right-color: #999;
bgneal@137 5374 border-right-color: rgba(0, 0, 0, .25);
bgneal@118 5375 border-left-width: 0;
bgneal@118 5376 }
bgneal@137 5377 .popover.right > .arrow:after {
bgneal@118 5378 bottom: -10px;
bgneal@118 5379 left: 1px;
bgneal@137 5380 content: " ";
bgneal@137 5381 border-right-color: #fff;
bgneal@118 5382 border-left-width: 0;
bgneal@137 5383 }
bgneal@137 5384 .popover.bottom > .arrow {
bgneal@118 5385 top: -11px;
bgneal@118 5386 left: 50%;
bgneal@118 5387 margin-left: -11px;
bgneal@118 5388 border-top-width: 0;
bgneal@137 5389 border-bottom-color: #999;
bgneal@137 5390 border-bottom-color: rgba(0, 0, 0, .25);
bgneal@137 5391 }
bgneal@137 5392 .popover.bottom > .arrow:after {
bgneal@118 5393 top: 1px;
bgneal@118 5394 margin-left: -10px;
bgneal@137 5395 content: " ";
bgneal@118 5396 border-top-width: 0;
bgneal@137 5397 border-bottom-color: #fff;
bgneal@137 5398 }
bgneal@137 5399 .popover.left > .arrow {
bgneal@118 5400 top: 50%;
bgneal@118 5401 right: -11px;
bgneal@118 5402 margin-top: -11px;
bgneal@118 5403 border-right-width: 0;
bgneal@137 5404 border-left-color: #999;
bgneal@137 5405 border-left-color: rgba(0, 0, 0, .25);
bgneal@137 5406 }
bgneal@137 5407 .popover.left > .arrow:after {
bgneal@118 5408 right: 1px;
bgneal@118 5409 bottom: -10px;
bgneal@137 5410 content: " ";
bgneal@118 5411 border-right-width: 0;
bgneal@137 5412 border-left-color: #fff;
bgneal@137 5413 }
bgneal@118 5414 .carousel {
bgneal@118 5415 position: relative;
bgneal@118 5416 }
bgneal@118 5417 .carousel-inner {
bgneal@118 5418 position: relative;
bgneal@118 5419 width: 100%;
bgneal@118 5420 overflow: hidden;
bgneal@118 5421 }
bgneal@118 5422 .carousel-inner > .item {
bgneal@118 5423 position: relative;
bgneal@118 5424 display: none;
bgneal@137 5425 -webkit-transition: .6s ease-in-out left;
bgneal@137 5426 transition: .6s ease-in-out left;
bgneal@137 5427 }
bgneal@118 5428 .carousel-inner > .item > img,
bgneal@118 5429 .carousel-inner > .item > a > img {
bgneal@118 5430 line-height: 1;
bgneal@118 5431 }
bgneal@118 5432 .carousel-inner > .active,
bgneal@118 5433 .carousel-inner > .next,
bgneal@118 5434 .carousel-inner > .prev {
bgneal@118 5435 display: block;
bgneal@118 5436 }
bgneal@118 5437 .carousel-inner > .active {
bgneal@118 5438 left: 0;
bgneal@118 5439 }
bgneal@118 5440 .carousel-inner > .next,
bgneal@118 5441 .carousel-inner > .prev {
bgneal@118 5442 position: absolute;
bgneal@118 5443 top: 0;
bgneal@118 5444 width: 100%;
bgneal@118 5445 }
bgneal@118 5446 .carousel-inner > .next {
bgneal@118 5447 left: 100%;
bgneal@118 5448 }
bgneal@118 5449 .carousel-inner > .prev {
bgneal@118 5450 left: -100%;
bgneal@118 5451 }
bgneal@118 5452 .carousel-inner > .next.left,
bgneal@118 5453 .carousel-inner > .prev.right {
bgneal@118 5454 left: 0;
bgneal@118 5455 }
bgneal@118 5456 .carousel-inner > .active.left {
bgneal@118 5457 left: -100%;
bgneal@118 5458 }
bgneal@118 5459 .carousel-inner > .active.right {
bgneal@118 5460 left: 100%;
bgneal@118 5461 }
bgneal@118 5462 .carousel-control {
bgneal@118 5463 position: absolute;
bgneal@118 5464 top: 0;
bgneal@118 5465 bottom: 0;
bgneal@118 5466 left: 0;
bgneal@118 5467 width: 15%;
bgneal@118 5468 font-size: 20px;
bgneal@137 5469 color: #fff;
bgneal@118 5470 text-align: center;
bgneal@137 5471 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
bgneal@118 5472 filter: alpha(opacity=50);
bgneal@137 5473 opacity: .5;
bgneal@137 5474 }
bgneal@118 5475 .carousel-control.left {
bgneal@137 5476 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
bgneal@137 5477 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
bgneal@137 5478 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
bgneal@118 5479 background-repeat: repeat-x;
bgneal@137 5480 }
bgneal@118 5481 .carousel-control.right {
bgneal@118 5482 right: 0;
bgneal@118 5483 left: auto;
bgneal@137 5484 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
bgneal@137 5485 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
bgneal@137 5486 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
bgneal@118 5487 background-repeat: repeat-x;
bgneal@137 5488 }
bgneal@118 5489 .carousel-control:hover,
bgneal@118 5490 .carousel-control:focus {
bgneal@137 5491 color: #fff;
bgneal@118 5492 text-decoration: none;
bgneal@118 5493 filter: alpha(opacity=90);
bgneal@137 5494 outline: none;
bgneal@137 5495 opacity: .9;
bgneal@137 5496 }
bgneal@118 5497 .carousel-control .icon-prev,
bgneal@118 5498 .carousel-control .icon-next,
bgneal@118 5499 .carousel-control .glyphicon-chevron-left,
bgneal@118 5500 .carousel-control .glyphicon-chevron-right {
bgneal@118 5501 position: absolute;
bgneal@118 5502 top: 50%;
bgneal@118 5503 z-index: 5;
bgneal@118 5504 display: inline-block;
bgneal@118 5505 }
bgneal@137 5506 .carousel-control .icon-prev,
bgneal@137 5507 .carousel-control .glyphicon-chevron-left {
bgneal@137 5508 left: 50%;
bgneal@137 5509 }
bgneal@137 5510 .carousel-control .icon-next,
bgneal@137 5511 .carousel-control .glyphicon-chevron-right {
bgneal@137 5512 right: 50%;
bgneal@137 5513 }
bgneal@118 5514 .carousel-control .icon-prev,
bgneal@118 5515 .carousel-control .icon-next {
bgneal@118 5516 width: 20px;
bgneal@118 5517 height: 20px;
bgneal@118 5518 margin-top: -10px;
bgneal@118 5519 margin-left: -10px;
bgneal@118 5520 font-family: serif;
bgneal@118 5521 }
bgneal@118 5522 .carousel-control .icon-prev:before {
bgneal@118 5523 content: '\2039';
bgneal@118 5524 }
bgneal@118 5525 .carousel-control .icon-next:before {
bgneal@118 5526 content: '\203a';
bgneal@118 5527 }
bgneal@118 5528 .carousel-indicators {
bgneal@118 5529 position: absolute;
bgneal@118 5530 bottom: 10px;
bgneal@118 5531 left: 50%;
bgneal@118 5532 z-index: 15;
bgneal@118 5533 width: 60%;
bgneal@118 5534 padding-left: 0;
bgneal@118 5535 margin-left: -30%;
bgneal@118 5536 text-align: center;
bgneal@118 5537 list-style: none;
bgneal@118 5538 }
bgneal@118 5539 .carousel-indicators li {
bgneal@118 5540 display: inline-block;
bgneal@118 5541 width: 10px;
bgneal@118 5542 height: 10px;
bgneal@118 5543 margin: 1px;
bgneal@118 5544 text-indent: -999px;
bgneal@118 5545 cursor: pointer;
bgneal@137 5546 background-color: #000 \9;
bgneal@137 5547 background-color: rgba(0, 0, 0, 0);
bgneal@137 5548 border: 1px solid #fff;
bgneal@118 5549 border-radius: 10px;
bgneal@118 5550 }
bgneal@118 5551 .carousel-indicators .active {
bgneal@118 5552 width: 12px;
bgneal@118 5553 height: 12px;
bgneal@118 5554 margin: 0;
bgneal@137 5555 background-color: #fff;
bgneal@137 5556 }
bgneal@118 5557 .carousel-caption {
bgneal@118 5558 position: absolute;
bgneal@118 5559 right: 15%;
bgneal@118 5560 bottom: 20px;
bgneal@118 5561 left: 15%;
bgneal@118 5562 z-index: 10;
bgneal@118 5563 padding-top: 20px;
bgneal@118 5564 padding-bottom: 20px;
bgneal@137 5565 color: #fff;
bgneal@118 5566 text-align: center;
bgneal@137 5567 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
bgneal@137 5568 }
bgneal@118 5569 .carousel-caption .btn {
bgneal@118 5570 text-shadow: none;
bgneal@118 5571 }
bgneal@118 5572 @media screen and (min-width: 768px) {
bgneal@137 5573 .carousel-control .glyphicon-chevron-left,
bgneal@137 5574 .carousel-control .glyphicon-chevron-right,
bgneal@118 5575 .carousel-control .icon-prev,
bgneal@118 5576 .carousel-control .icon-next {
bgneal@118 5577 width: 30px;
bgneal@118 5578 height: 30px;
bgneal@118 5579 margin-top: -15px;
bgneal@118 5580 margin-left: -15px;
bgneal@118 5581 font-size: 30px;
bgneal@118 5582 }
bgneal@118 5583 .carousel-caption {
bgneal@118 5584 right: 20%;
bgneal@118 5585 left: 20%;
bgneal@118 5586 padding-bottom: 30px;
bgneal@118 5587 }
bgneal@118 5588 .carousel-indicators {
bgneal@118 5589 bottom: 20px;
bgneal@118 5590 }
bgneal@118 5591 }
bgneal@118 5592 .clearfix:before,
bgneal@137 5593 .clearfix:after,
bgneal@137 5594 .container:before,
bgneal@137 5595 .container:after,
bgneal@137 5596 .container-fluid:before,
bgneal@137 5597 .container-fluid:after,
bgneal@137 5598 .row:before,
bgneal@137 5599 .row:after,
bgneal@137 5600 .form-horizontal .form-group:before,
bgneal@137 5601 .form-horizontal .form-group:after,
bgneal@137 5602 .btn-toolbar:before,
bgneal@137 5603 .btn-toolbar:after,
bgneal@137 5604 .btn-group-vertical > .btn-group:before,
bgneal@137 5605 .btn-group-vertical > .btn-group:after,
bgneal@137 5606 .nav:before,
bgneal@137 5607 .nav:after,
bgneal@137 5608 .navbar:before,
bgneal@137 5609 .navbar:after,
bgneal@137 5610 .navbar-header:before,
bgneal@137 5611 .navbar-header:after,
bgneal@137 5612 .navbar-collapse:before,
bgneal@137 5613 .navbar-collapse:after,
bgneal@137 5614 .pager:before,
bgneal@137 5615 .pager:after,
bgneal@137 5616 .panel-body:before,
bgneal@137 5617 .panel-body:after,
bgneal@137 5618 .modal-footer:before,
bgneal@137 5619 .modal-footer:after {
bgneal@118 5620 display: table;
bgneal@118 5621 content: " ";
bgneal@118 5622 }
bgneal@137 5623 .clearfix:after,
bgneal@137 5624 .container:after,
bgneal@137 5625 .container-fluid:after,
bgneal@137 5626 .row:after,
bgneal@137 5627 .form-horizontal .form-group:after,
bgneal@137 5628 .btn-toolbar:after,
bgneal@137 5629 .btn-group-vertical > .btn-group:after,
bgneal@137 5630 .nav:after,
bgneal@137 5631 .navbar:after,
bgneal@137 5632 .navbar-header:after,
bgneal@137 5633 .navbar-collapse:after,
bgneal@137 5634 .pager:after,
bgneal@137 5635 .panel-body:after,
bgneal@137 5636 .modal-footer:after {
bgneal@118 5637 clear: both;
bgneal@118 5638 }
bgneal@137 5639 .center-block {
bgneal@137 5640 display: block;
bgneal@137 5641 margin-right: auto;
bgneal@137 5642 margin-left: auto;
bgneal@137 5643 }
bgneal@118 5644 .pull-right {
bgneal@118 5645 float: right !important;
bgneal@118 5646 }
bgneal@118 5647 .pull-left {
bgneal@118 5648 float: left !important;
bgneal@118 5649 }
bgneal@118 5650 .hide {
bgneal@118 5651 display: none !important;
bgneal@118 5652 }
bgneal@118 5653 .show {
bgneal@118 5654 display: block !important;
bgneal@118 5655 }
bgneal@118 5656 .invisible {
bgneal@118 5657 visibility: hidden;
bgneal@118 5658 }
bgneal@118 5659 .text-hide {
bgneal@118 5660 font: 0/0 a;
bgneal@118 5661 color: transparent;
bgneal@118 5662 text-shadow: none;
bgneal@118 5663 background-color: transparent;
bgneal@118 5664 border: 0;
bgneal@118 5665 }
bgneal@118 5666 .hidden {
bgneal@118 5667 display: none !important;
bgneal@118 5668 visibility: hidden !important;
bgneal@118 5669 }
bgneal@137 5670 .affix {
bgneal@137 5671 position: fixed;
bgneal@137 5672 }
bgneal@137 5673 @-ms-viewport {
bgneal@137 5674 width: device-width;
bgneal@137 5675 }
bgneal@137 5676 .visible-xs,
bgneal@137 5677 .visible-sm,
bgneal@137 5678 .visible-md,
bgneal@137 5679 .visible-lg {
bgneal@118 5680 display: none !important;
bgneal@118 5681 }
bgneal@118 5682 @media (max-width: 767px) {
bgneal@118 5683 .visible-xs {
bgneal@118 5684 display: block !important;
bgneal@118 5685 }
bgneal@137 5686 table.visible-xs {
bgneal@137 5687 display: table;
bgneal@137 5688 }
bgneal@118 5689 tr.visible-xs {
bgneal@118 5690 display: table-row !important;
bgneal@118 5691 }
bgneal@118 5692 th.visible-xs,
bgneal@118 5693 td.visible-xs {
bgneal@118 5694 display: table-cell !important;
bgneal@118 5695 }
bgneal@118 5696 }
bgneal@118 5697 @media (min-width: 768px) and (max-width: 991px) {
bgneal@118 5698 .visible-sm {
bgneal@118 5699 display: block !important;
bgneal@118 5700 }
bgneal@137 5701 table.visible-sm {
bgneal@137 5702 display: table;
bgneal@137 5703 }
bgneal@118 5704 tr.visible-sm {
bgneal@118 5705 display: table-row !important;
bgneal@118 5706 }
bgneal@118 5707 th.visible-sm,
bgneal@118 5708 td.visible-sm {
bgneal@118 5709 display: table-cell !important;
bgneal@118 5710 }
bgneal@118 5711 }
bgneal@118 5712 @media (min-width: 992px) and (max-width: 1199px) {
bgneal@118 5713 .visible-md {
bgneal@118 5714 display: block !important;
bgneal@118 5715 }
bgneal@137 5716 table.visible-md {
bgneal@137 5717 display: table;
bgneal@137 5718 }
bgneal@118 5719 tr.visible-md {
bgneal@118 5720 display: table-row !important;
bgneal@118 5721 }
bgneal@118 5722 th.visible-md,
bgneal@118 5723 td.visible-md {
bgneal@118 5724 display: table-cell !important;
bgneal@118 5725 }
bgneal@118 5726 }
bgneal@118 5727 @media (min-width: 1200px) {
bgneal@118 5728 .visible-lg {
bgneal@118 5729 display: block !important;
bgneal@118 5730 }
bgneal@137 5731 table.visible-lg {
bgneal@137 5732 display: table;
bgneal@137 5733 }
bgneal@118 5734 tr.visible-lg {
bgneal@118 5735 display: table-row !important;
bgneal@118 5736 }
bgneal@118 5737 th.visible-lg,
bgneal@118 5738 td.visible-lg {
bgneal@118 5739 display: table-cell !important;
bgneal@118 5740 }
bgneal@118 5741 }
bgneal@118 5742 @media (max-width: 767px) {
bgneal@118 5743 .hidden-xs {
bgneal@118 5744 display: none !important;
bgneal@118 5745 }
bgneal@137 5746 }
bgneal@118 5747 @media (min-width: 768px) and (max-width: 991px) {
bgneal@118 5748 .hidden-sm {
bgneal@118 5749 display: none !important;
bgneal@118 5750 }
bgneal@137 5751 }
bgneal@118 5752 @media (min-width: 992px) and (max-width: 1199px) {
bgneal@118 5753 .hidden-md {
bgneal@118 5754 display: none !important;
bgneal@118 5755 }
bgneal@137 5756 }
bgneal@118 5757 @media (min-width: 1200px) {
bgneal@118 5758 .hidden-lg {
bgneal@118 5759 display: none !important;
bgneal@118 5760 }
bgneal@137 5761 }
bgneal@118 5762 .visible-print {
bgneal@118 5763 display: none !important;
bgneal@118 5764 }
bgneal@118 5765 @media print {
bgneal@118 5766 .visible-print {
bgneal@118 5767 display: block !important;
bgneal@118 5768 }
bgneal@137 5769 table.visible-print {
bgneal@137 5770 display: table;
bgneal@137 5771 }
bgneal@118 5772 tr.visible-print {
bgneal@118 5773 display: table-row !important;
bgneal@118 5774 }
bgneal@118 5775 th.visible-print,
bgneal@118 5776 td.visible-print {
bgneal@118 5777 display: table-cell !important;
bgneal@118 5778 }
bgneal@137 5779 }
bgneal@137 5780 @media print {
bgneal@118 5781 .hidden-print {
bgneal@118 5782 display: none !important;
bgneal@118 5783 }
bgneal@137 5784 }
bgneal@137 5785 /*# sourceMappingURL=bootstrap.css.map */