diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 | 
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2015-08-16 16:38:25 +0200 | 
| commit | 23f0e1561767dd8a396188e317bae5920d171ea8 (patch) | |
| tree | a67f44e39ad8a45e42d60634488a65c37f3ad432 /themes | |
Initial import of my nikola website
Diffstat (limited to 'themes')
24 files changed, 7595 insertions, 0 deletions
| diff --git a/themes/erdgeist/assets/css/bootstrap.css b/themes/erdgeist/assets/css/bootstrap.css new file mode 100644 index 0000000..eee9c7a --- /dev/null +++ b/themes/erdgeist/assets/css/bootstrap.css | |||
| @@ -0,0 +1,6716 @@ | |||
| 1 | /*! | ||
| 2 | * bootswatch v3.3.2 | ||
| 3 | * Homepage: http://bootswatch.com | ||
| 4 | * Copyright 2012-2015 Thomas Park | ||
| 5 | * Licensed under MIT | ||
| 6 | * Based on Bootstrap | ||
| 7 | */ | ||
| 8 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | ||
| 9 | html { | ||
| 10 | font-family: sans-serif; | ||
| 11 | -ms-text-size-adjust: 100%; | ||
| 12 | -webkit-text-size-adjust: 100%; | ||
| 13 | } | ||
| 14 | body { | ||
| 15 | margin: 0; | ||
| 16 | } | ||
| 17 | article, | ||
| 18 | aside, | ||
| 19 | details, | ||
| 20 | figcaption, | ||
| 21 | figure, | ||
| 22 | footer, | ||
| 23 | header, | ||
| 24 | hgroup, | ||
| 25 | main, | ||
| 26 | menu, | ||
| 27 | nav, | ||
| 28 | section, | ||
| 29 | summary { | ||
| 30 | display: block; | ||
| 31 | } | ||
| 32 | audio, | ||
| 33 | canvas, | ||
| 34 | progress, | ||
| 35 | video { | ||
| 36 | display: inline-block; | ||
| 37 | vertical-align: baseline; | ||
| 38 | } | ||
| 39 | audio:not([controls]) { | ||
| 40 | display: none; | ||
| 41 | height: 0; | ||
| 42 | } | ||
| 43 | [hidden], | ||
| 44 | template { | ||
| 45 | display: none; | ||
| 46 | } | ||
| 47 | a { | ||
| 48 | background-color: transparent; | ||
| 49 | } | ||
| 50 | a:active, | ||
| 51 | a:hover { | ||
| 52 | outline: 0; | ||
| 53 | } | ||
| 54 | abbr[title] { | ||
| 55 | border-bottom: 1px dotted; | ||
| 56 | } | ||
| 57 | b, | ||
| 58 | strong { | ||
| 59 | font-weight: bold; | ||
| 60 | } | ||
| 61 | dfn { | ||
| 62 | font-style: italic; | ||
| 63 | } | ||
| 64 | h1 { | ||
| 65 | font-size: 2em; | ||
| 66 | margin: 0.67em 0; | ||
| 67 | } | ||
| 68 | mark { | ||
| 69 | background: #ff0; | ||
| 70 | color: #000; | ||
| 71 | } | ||
| 72 | small { | ||
| 73 | font-size: 80%; | ||
| 74 | } | ||
| 75 | sub, | ||
| 76 | sup { | ||
| 77 | font-size: 75%; | ||
| 78 | line-height: 0; | ||
| 79 | position: relative; | ||
| 80 | vertical-align: baseline; | ||
| 81 | } | ||
| 82 | sup { | ||
| 83 | top: -0.5em; | ||
| 84 | } | ||
| 85 | sub { | ||
| 86 | bottom: -0.25em; | ||
| 87 | } | ||
| 88 | img { | ||
| 89 | border: 0; | ||
| 90 | } | ||
| 91 | svg:not(:root) { | ||
| 92 | overflow: hidden; | ||
| 93 | } | ||
| 94 | figure { | ||
| 95 | margin: 1em 40px; | ||
| 96 | } | ||
| 97 | hr { | ||
| 98 | -moz-box-sizing: content-box; | ||
| 99 | -webkit-box-sizing: content-box; | ||
| 100 | box-sizing: content-box; | ||
| 101 | height: 0; | ||
| 102 | } | ||
| 103 | pre { | ||
| 104 | overflow: auto; | ||
| 105 | } | ||
| 106 | code, | ||
| 107 | kbd, | ||
| 108 | pre, | ||
| 109 | samp { | ||
| 110 | font-family: monospace, monospace; | ||
| 111 | font-size: 1em; | ||
| 112 | } | ||
| 113 | button, | ||
| 114 | input, | ||
| 115 | optgroup, | ||
| 116 | select, | ||
| 117 | textarea { | ||
| 118 | color: inherit; | ||
| 119 | font: inherit; | ||
| 120 | margin: 0; | ||
| 121 | } | ||
| 122 | button { | ||
| 123 | overflow: visible; | ||
| 124 | } | ||
| 125 | button, | ||
| 126 | select { | ||
| 127 | text-transform: none; | ||
| 128 | } | ||
| 129 | button, | ||
| 130 | html input[type="button"], | ||
| 131 | input[type="reset"], | ||
| 132 | input[type="submit"] { | ||
| 133 | -webkit-appearance: button; | ||
| 134 | cursor: pointer; | ||
| 135 | } | ||
| 136 | button[disabled], | ||
| 137 | html input[disabled] { | ||
| 138 | cursor: default; | ||
| 139 | } | ||
| 140 | button::-moz-focus-inner, | ||
| 141 | input::-moz-focus-inner { | ||
| 142 | border: 0; | ||
| 143 | padding: 0; | ||
| 144 | } | ||
| 145 | input { | ||
| 146 | line-height: normal; | ||
| 147 | } | ||
| 148 | input[type="checkbox"], | ||
| 149 | input[type="radio"] { | ||
| 150 | -webkit-box-sizing: border-box; | ||
| 151 | -moz-box-sizing: border-box; | ||
| 152 | box-sizing: border-box; | ||
| 153 | padding: 0; | ||
| 154 | } | ||
| 155 | input[type="number"]::-webkit-inner-spin-button, | ||
| 156 | input[type="number"]::-webkit-outer-spin-button { | ||
| 157 | height: auto; | ||
| 158 | } | ||
| 159 | input[type="search"] { | ||
| 160 | -webkit-appearance: textfield; | ||
| 161 | -moz-box-sizing: content-box; | ||
| 162 | -webkit-box-sizing: content-box; | ||
| 163 | box-sizing: content-box; | ||
| 164 | } | ||
| 165 | input[type="search"]::-webkit-search-cancel-button, | ||
| 166 | input[type="search"]::-webkit-search-decoration { | ||
| 167 | -webkit-appearance: none; | ||
| 168 | } | ||
| 169 | fieldset { | ||
| 170 | border: 1px solid #c0c0c0; | ||
| 171 | margin: 0 2px; | ||
| 172 | padding: 0.35em 0.625em 0.75em; | ||
| 173 | } | ||
| 174 | legend { | ||
| 175 | border: 0; | ||
| 176 | padding: 0; | ||
| 177 | } | ||
| 178 | textarea { | ||
| 179 | overflow: auto; | ||
| 180 | } | ||
| 181 | optgroup { | ||
| 182 | font-weight: bold; | ||
| 183 | } | ||
| 184 | table { | ||
| 185 | border-collapse: collapse; | ||
| 186 | border-spacing: 0; | ||
| 187 | } | ||
| 188 | td, | ||
| 189 | th { | ||
| 190 | padding: 0; | ||
| 191 | } | ||
| 192 | /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | ||
| 193 | @media print { | ||
| 194 | *, | ||
| 195 | *:before, | ||
| 196 | *:after { | ||
| 197 | background: transparent !important; | ||
| 198 | color: #000 !important; | ||
| 199 | -webkit-box-shadow: none !important; | ||
| 200 | box-shadow: none !important; | ||
| 201 | text-shadow: none !important; | ||
| 202 | } | ||
| 203 | a, | ||
| 204 | a:visited { | ||
| 205 | text-decoration: underline; | ||
| 206 | } | ||
| 207 | a[href]:after { | ||
| 208 | content: " (" attr(href) ")"; | ||
| 209 | } | ||
| 210 | abbr[title]:after { | ||
| 211 | content: " (" attr(title) ")"; | ||
| 212 | } | ||
| 213 | a[href^="#"]:after, | ||
| 214 | a[href^="javascript:"]:after { | ||
| 215 | content: ""; | ||
| 216 | } | ||
| 217 | pre, | ||
| 218 | blockquote { | ||
| 219 | border: 1px solid #999; | ||
| 220 | page-break-inside: avoid; | ||
| 221 | } | ||
| 222 | thead { | ||
| 223 | display: table-header-group; | ||
| 224 | } | ||
| 225 | tr, | ||
| 226 | img { | ||
| 227 | page-break-inside: avoid; | ||
| 228 | } | ||
| 229 | img { | ||
| 230 | max-width: 100% !important; | ||
| 231 | } | ||
| 232 | p, | ||
| 233 | h2, | ||
| 234 | h3 { | ||
| 235 | orphans: 3; | ||
| 236 | widows: 3; | ||
| 237 | } | ||
| 238 | h2, | ||
| 239 | h3 { | ||
| 240 | page-break-after: avoid; | ||
| 241 | } | ||
| 242 | select { | ||
| 243 | background: #fff !important; | ||
| 244 | } | ||
| 245 | .navbar { | ||
| 246 | display: none; | ||
| 247 | } | ||
| 248 | .btn > .caret, | ||
| 249 | .dropup > .btn > .caret { | ||
| 250 | border-top-color: #000 !important; | ||
| 251 | } | ||
| 252 | .label { | ||
| 253 | border: 1px solid #000; | ||
| 254 | } | ||
| 255 | .table { | ||
| 256 | border-collapse: collapse !important; | ||
| 257 | } | ||
| 258 | .table td, | ||
| 259 | .table th { | ||
| 260 | background-color: #fff !important; | ||
| 261 | } | ||
| 262 | .table-bordered th, | ||
| 263 | .table-bordered td { | ||
| 264 | border: 1px solid #ddd !important; | ||
| 265 | } | ||
| 266 | } | ||
| 267 | @font-face { | ||
| 268 | font-family: 'Glyphicons Halflings'; | ||
| 269 | src: url('../fonts/glyphicons-halflings-regular.eot'); | ||
| 270 | src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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'); | ||
| 271 | } | ||
| 272 | .glyphicon { | ||
| 273 | position: relative; | ||
| 274 | top: 1px; | ||
| 275 | display: inline-block; | ||
| 276 | font-family: 'Glyphicons Halflings'; | ||
| 277 | font-style: normal; | ||
| 278 | font-weight: normal; | ||
| 279 | line-height: 1; | ||
| 280 | -webkit-font-smoothing: antialiased; | ||
| 281 | -moz-osx-font-smoothing: grayscale; | ||
| 282 | } | ||
| 283 | .glyphicon-asterisk:before { | ||
| 284 | content: "\2a"; | ||
| 285 | } | ||
| 286 | .glyphicon-plus:before { | ||
| 287 | content: "\2b"; | ||
| 288 | } | ||
| 289 | .glyphicon-euro:before, | ||
| 290 | .glyphicon-eur:before { | ||
| 291 | content: "\20ac"; | ||
| 292 | } | ||
| 293 | .glyphicon-minus:before { | ||
| 294 | content: "\2212"; | ||
| 295 | } | ||
| 296 | .glyphicon-cloud:before { | ||
| 297 | content: "\2601"; | ||
| 298 | } | ||
| 299 | .glyphicon-envelope:before { | ||
| 300 | content: "\2709"; | ||
| 301 | } | ||
| 302 | .glyphicon-pencil:before { | ||
| 303 | content: "\270f"; | ||
| 304 | } | ||
| 305 | .glyphicon-glass:before { | ||
| 306 | content: "\e001"; | ||
| 307 | } | ||
| 308 | .glyphicon-music:before { | ||
| 309 | content: "\e002"; | ||
| 310 | } | ||
| 311 | .glyphicon-search:before { | ||
| 312 | content: "\e003"; | ||
| 313 | } | ||
| 314 | .glyphicon-heart:before { | ||
| 315 | content: "\e005"; | ||
| 316 | } | ||
| 317 | .glyphicon-star:before { | ||
| 318 | content: "\e006"; | ||
| 319 | } | ||
| 320 | .glyphicon-star-empty:before { | ||
| 321 | content: "\e007"; | ||
| 322 | } | ||
| 323 | .glyphicon-user:before { | ||
| 324 | content: "\e008"; | ||
| 325 | } | ||
| 326 | .glyphicon-film:before { | ||
| 327 | content: "\e009"; | ||
| 328 | } | ||
| 329 | .glyphicon-th-large:before { | ||
| 330 | content: "\e010"; | ||
| 331 | } | ||
| 332 | .glyphicon-th:before { | ||
| 333 | content: "\e011"; | ||
| 334 | } | ||
| 335 | .glyphicon-th-list:before { | ||
| 336 | content: "\e012"; | ||
| 337 | } | ||
| 338 | .glyphicon-ok:before { | ||
| 339 | content: "\e013"; | ||
| 340 | } | ||
| 341 | .glyphicon-remove:before { | ||
| 342 | content: "\e014"; | ||
| 343 | } | ||
| 344 | .glyphicon-zoom-in:before { | ||
| 345 | content: "\e015"; | ||
| 346 | } | ||
| 347 | .glyphicon-zoom-out:before { | ||
| 348 | content: "\e016"; | ||
| 349 | } | ||
| 350 | .glyphicon-off:before { | ||
| 351 | content: "\e017"; | ||
| 352 | } | ||
| 353 | .glyphicon-signal:before { | ||
| 354 | content: "\e018"; | ||
| 355 | } | ||
| 356 | .glyphicon-cog:before { | ||
| 357 | content: "\e019"; | ||
| 358 | } | ||
| 359 | .glyphicon-trash:before { | ||
| 360 | content: "\e020"; | ||
| 361 | } | ||
| 362 | .glyphicon-home:before { | ||
| 363 | content: "\e021"; | ||
| 364 | } | ||
| 365 | .glyphicon-file:before { | ||
| 366 | content: "\e022"; | ||
| 367 | } | ||
| 368 | .glyphicon-time:before { | ||
| 369 | content: "\e023"; | ||
| 370 | } | ||
| 371 | .glyphicon-road:before { | ||
| 372 | content: "\e024"; | ||
| 373 | } | ||
| 374 | .glyphicon-download-alt:before { | ||
| 375 | content: "\e025"; | ||
| 376 | } | ||
| 377 | .glyphicon-download:before { | ||
| 378 | content: "\e026"; | ||
| 379 | } | ||
| 380 | .glyphicon-upload:before { | ||
| 381 | content: "\e027"; | ||
| 382 | } | ||
| 383 | .glyphicon-inbox:before { | ||
| 384 | content: "\e028"; | ||
| 385 | } | ||
| 386 | .glyphicon-play-circle:before { | ||
| 387 | content: "\e029"; | ||
| 388 | } | ||
| 389 | .glyphicon-repeat:before { | ||
| 390 | content: "\e030"; | ||
| 391 | } | ||
| 392 | .glyphicon-refresh:before { | ||
| 393 | content: "\e031"; | ||
| 394 | } | ||
| 395 | .glyphicon-list-alt:before { | ||
| 396 | content: "\e032"; | ||
| 397 | } | ||
| 398 | .glyphicon-lock:before { | ||
| 399 | content: "\e033"; | ||
| 400 | } | ||
| 401 | .glyphicon-flag:before { | ||
| 402 | content: "\e034"; | ||
| 403 | } | ||
| 404 | .glyphicon-headphones:before { | ||
| 405 | content: "\e035"; | ||
| 406 | } | ||
| 407 | .glyphicon-volume-off:before { | ||
| 408 | content: "\e036"; | ||
| 409 | } | ||
| 410 | .glyphicon-volume-down:before { | ||
| 411 | content: "\e037"; | ||
| 412 | } | ||
| 413 | .glyphicon-volume-up:before { | ||
| 414 | content: "\e038"; | ||
| 415 | } | ||
| 416 | .glyphicon-qrcode:before { | ||
| 417 | content: "\e039"; | ||
| 418 | } | ||
| 419 | .glyphicon-barcode:before { | ||
| 420 | content: "\e040"; | ||
| 421 | } | ||
| 422 | .glyphicon-tag:before { | ||
| 423 | content: "\e041"; | ||
| 424 | } | ||
| 425 | .glyphicon-tags:before { | ||
| 426 | content: "\e042"; | ||
| 427 | } | ||
| 428 | .glyphicon-book:before { | ||
| 429 | content: "\e043"; | ||
| 430 | } | ||
| 431 | .glyphicon-bookmark:before { | ||
| 432 | content: "\e044"; | ||
| 433 | } | ||
| 434 | .glyphicon-print:before { | ||
| 435 | content: "\e045"; | ||
| 436 | } | ||
| 437 | .glyphicon-camera:before { | ||
| 438 | content: "\e046"; | ||
| 439 | } | ||
| 440 | .glyphicon-font:before { | ||
| 441 | content: "\e047"; | ||
| 442 | } | ||
| 443 | .glyphicon-bold:before { | ||
| 444 | content: "\e048"; | ||
| 445 | } | ||
| 446 | .glyphicon-italic:before { | ||
| 447 | content: "\e049"; | ||
| 448 | } | ||
| 449 | .glyphicon-text-height:before { | ||
| 450 | content: "\e050"; | ||
| 451 | } | ||
| 452 | .glyphicon-text-width:before { | ||
| 453 | content: "\e051"; | ||
| 454 | } | ||
| 455 | .glyphicon-align-left:before { | ||
| 456 | content: "\e052"; | ||
| 457 | } | ||
| 458 | .glyphicon-align-center:before { | ||
| 459 | content: "\e053"; | ||
| 460 | } | ||
| 461 | .glyphicon-align-right:before { | ||
| 462 | content: "\e054"; | ||
| 463 | } | ||
| 464 | .glyphicon-align-justify:before { | ||
| 465 | content: "\e055"; | ||
| 466 | } | ||
| 467 | .glyphicon-list:before { | ||
| 468 | content: "\e056"; | ||
| 469 | } | ||
| 470 | .glyphicon-indent-left:before { | ||
| 471 | content: "\e057"; | ||
| 472 | } | ||
| 473 | .glyphicon-indent-right:before { | ||
| 474 | content: "\e058"; | ||
| 475 | } | ||
| 476 | .glyphicon-facetime-video:before { | ||
| 477 | content: "\e059"; | ||
| 478 | } | ||
| 479 | .glyphicon-picture:before { | ||
| 480 | content: "\e060"; | ||
| 481 | } | ||
| 482 | .glyphicon-map-marker:before { | ||
| 483 | content: "\e062"; | ||
| 484 | } | ||
| 485 | .glyphicon-adjust:before { | ||
| 486 | content: "\e063"; | ||
| 487 | } | ||
| 488 | .glyphicon-tint:before { | ||
| 489 | content: "\e064"; | ||
| 490 | } | ||
| 491 | .glyphicon-edit:before { | ||
| 492 | content: "\e065"; | ||
| 493 | } | ||
| 494 | .glyphicon-share:before { | ||
| 495 | content: "\e066"; | ||
| 496 | } | ||
| 497 | .glyphicon-check:before { | ||
| 498 | content: "\e067"; | ||
| 499 | } | ||
| 500 | .glyphicon-move:before { | ||
| 501 | content: "\e068"; | ||
| 502 | } | ||
| 503 | .glyphicon-step-backward:before { | ||
| 504 | content: "\e069"; | ||
| 505 | } | ||
| 506 | .glyphicon-fast-backward:before { | ||
| 507 | content: "\e070"; | ||
| 508 | } | ||
| 509 | .glyphicon-backward:before { | ||
| 510 | content: "\e071"; | ||
| 511 | } | ||
| 512 | .glyphicon-play:before { | ||
| 513 | content: "\e072"; | ||
| 514 | } | ||
| 515 | .glyphicon-pause:before { | ||
| 516 | content: "\e073"; | ||
| 517 | } | ||
| 518 | .glyphicon-stop:before { | ||
| 519 | content: "\e074"; | ||
| 520 | } | ||
| 521 | .glyphicon-forward:before { | ||
| 522 | content: "\e075"; | ||
| 523 | } | ||
| 524 | .glyphicon-fast-forward:before { | ||
| 525 | content: "\e076"; | ||
| 526 | } | ||
| 527 | .glyphicon-step-forward:before { | ||
| 528 | content: "\e077"; | ||
| 529 | } | ||
| 530 | .glyphicon-eject:before { | ||
| 531 | content: "\e078"; | ||
| 532 | } | ||
| 533 | .glyphicon-chevron-left:before { | ||
| 534 | content: "\e079"; | ||
| 535 | } | ||
| 536 | .glyphicon-chevron-right:before { | ||
| 537 | content: "\e080"; | ||
| 538 | } | ||
| 539 | .glyphicon-plus-sign:before { | ||
| 540 | content: "\e081"; | ||
| 541 | } | ||
| 542 | .glyphicon-minus-sign:before { | ||
| 543 | content: "\e082"; | ||
| 544 | } | ||
| 545 | .glyphicon-remove-sign:before { | ||
| 546 | content: "\e083"; | ||
| 547 | } | ||
| 548 | .glyphicon-ok-sign:before { | ||
| 549 | content: "\e084"; | ||
| 550 | } | ||
| 551 | .glyphicon-question-sign:before { | ||
| 552 | content: "\e085"; | ||
| 553 | } | ||
| 554 | .glyphicon-info-sign:before { | ||
| 555 | content: "\e086"; | ||
| 556 | } | ||
| 557 | .glyphicon-screenshot:before { | ||
| 558 | content: "\e087"; | ||
| 559 | } | ||
| 560 | .glyphicon-remove-circle:before { | ||
| 561 | content: "\e088"; | ||
| 562 | } | ||
| 563 | .glyphicon-ok-circle:before { | ||
| 564 | content: "\e089"; | ||
| 565 | } | ||
| 566 | .glyphicon-ban-circle:before { | ||
| 567 | content: "\e090"; | ||
| 568 | } | ||
| 569 | .glyphicon-arrow-left:before { | ||
| 570 | content: "\e091"; | ||
| 571 | } | ||
| 572 | .glyphicon-arrow-right:before { | ||
| 573 | content: "\e092"; | ||
| 574 | } | ||
| 575 | .glyphicon-arrow-up:before { | ||
| 576 | content: "\e093"; | ||
| 577 | } | ||
| 578 | .glyphicon-arrow-down:before { | ||
| 579 | content: "\e094"; | ||
| 580 | } | ||
| 581 | .glyphicon-share-alt:before { | ||
| 582 | content: "\e095"; | ||
| 583 | } | ||
| 584 | .glyphicon-resize-full:before { | ||
| 585 | content: "\e096"; | ||
| 586 | } | ||
| 587 | .glyphicon-resize-small:before { | ||
| 588 | content: "\e097"; | ||
| 589 | } | ||
| 590 | .glyphicon-exclamation-sign:before { | ||
| 591 | content: "\e101"; | ||
| 592 | } | ||
| 593 | .glyphicon-gift:before { | ||
| 594 | content: "\e102"; | ||
| 595 | } | ||
| 596 | .glyphicon-leaf:before { | ||
| 597 | content: "\e103"; | ||
| 598 | } | ||
| 599 | .glyphicon-fire:before { | ||
| 600 | content: "\e104"; | ||
| 601 | } | ||
| 602 | .glyphicon-eye-open:before { | ||
| 603 | content: "\e105"; | ||
| 604 | } | ||
| 605 | .glyphicon-eye-close:before { | ||
| 606 | content: "\e106"; | ||
| 607 | } | ||
| 608 | .glyphicon-warning-sign:before { | ||
| 609 | content: "\e107"; | ||
| 610 | } | ||
| 611 | .glyphicon-plane:before { | ||
| 612 | content: "\e108"; | ||
| 613 | } | ||
| 614 | .glyphicon-calendar:before { | ||
| 615 | content: "\e109"; | ||
| 616 | } | ||
| 617 | .glyphicon-random:before { | ||
| 618 | content: "\e110"; | ||
| 619 | } | ||
| 620 | .glyphicon-comment:before { | ||
| 621 | content: "\e111"; | ||
| 622 | } | ||
| 623 | .glyphicon-magnet:before { | ||
| 624 | content: "\e112"; | ||
| 625 | } | ||
| 626 | .glyphicon-chevron-up:before { | ||
| 627 | content: "\e113"; | ||
| 628 | } | ||
| 629 | .glyphicon-chevron-down:before { | ||
| 630 | content: "\e114"; | ||
| 631 | } | ||
| 632 | .glyphicon-retweet:before { | ||
| 633 | content: "\e115"; | ||
| 634 | } | ||
| 635 | .glyphicon-shopping-cart:before { | ||
| 636 | content: "\e116"; | ||
| 637 | } | ||
| 638 | .glyphicon-folder-close:before { | ||
| 639 | content: "\e117"; | ||
| 640 | } | ||
| 641 | .glyphicon-folder-open:before { | ||
| 642 | content: "\e118"; | ||
| 643 | } | ||
| 644 | .glyphicon-resize-vertical:before { | ||
| 645 | content: "\e119"; | ||
| 646 | } | ||
| 647 | .glyphicon-resize-horizontal:before { | ||
| 648 | content: "\e120"; | ||
| 649 | } | ||
| 650 | .glyphicon-hdd:before { | ||
| 651 | content: "\e121"; | ||
| 652 | } | ||
| 653 | .glyphicon-bullhorn:before { | ||
| 654 | content: "\e122"; | ||
| 655 | } | ||
| 656 | .glyphicon-bell:before { | ||
| 657 | content: "\e123"; | ||
| 658 | } | ||
| 659 | .glyphicon-certificate:before { | ||
| 660 | content: "\e124"; | ||
| 661 | } | ||
| 662 | .glyphicon-thumbs-up:before { | ||
| 663 | content: "\e125"; | ||
| 664 | } | ||
| 665 | .glyphicon-thumbs-down:before { | ||
| 666 | content: "\e126"; | ||
| 667 | } | ||
| 668 | .glyphicon-hand-right:before { | ||
| 669 | content: "\e127"; | ||
| 670 | } | ||
| 671 | .glyphicon-hand-left:before { | ||
| 672 | content: "\e128"; | ||
| 673 | } | ||
| 674 | .glyphicon-hand-up:before { | ||
| 675 | content: "\e129"; | ||
| 676 | } | ||
| 677 | .glyphicon-hand-down:before { | ||
| 678 | content: "\e130"; | ||
| 679 | } | ||
| 680 | .glyphicon-circle-arrow-right:before { | ||
| 681 | content: "\e131"; | ||
| 682 | } | ||
| 683 | .glyphicon-circle-arrow-left:before { | ||
| 684 | content: "\e132"; | ||
| 685 | } | ||
| 686 | .glyphicon-circle-arrow-up:before { | ||
| 687 | content: "\e133"; | ||
| 688 | } | ||
| 689 | .glyphicon-circle-arrow-down:before { | ||
| 690 | content: "\e134"; | ||
| 691 | } | ||
| 692 | .glyphicon-globe:before { | ||
| 693 | content: "\e135"; | ||
| 694 | } | ||
| 695 | .glyphicon-wrench:before { | ||
| 696 | content: "\e136"; | ||
| 697 | } | ||
| 698 | .glyphicon-tasks:before { | ||
| 699 | content: "\e137"; | ||
| 700 | } | ||
| 701 | .glyphicon-filter:before { | ||
| 702 | content: "\e138"; | ||
| 703 | } | ||
| 704 | .glyphicon-briefcase:before { | ||
| 705 | content: "\e139"; | ||
| 706 | } | ||
| 707 | .glyphicon-fullscreen:before { | ||
| 708 | content: "\e140"; | ||
| 709 | } | ||
| 710 | .glyphicon-dashboard:before { | ||
| 711 | content: "\e141"; | ||
| 712 | } | ||
| 713 | .glyphicon-paperclip:before { | ||
| 714 | content: "\e142"; | ||
| 715 | } | ||
| 716 | .glyphicon-heart-empty:before { | ||
| 717 | content: "\e143"; | ||
| 718 | } | ||
| 719 | .glyphicon-link:before { | ||
| 720 | content: "\e144"; | ||
| 721 | } | ||
| 722 | .glyphicon-phone:before { | ||
| 723 | content: "\e145"; | ||
| 724 | } | ||
| 725 | .glyphicon-pushpin:before { | ||
| 726 | content: "\e146"; | ||
| 727 | } | ||
| 728 | .glyphicon-usd:before { | ||
| 729 | content: "\e148"; | ||
| 730 | } | ||
| 731 | .glyphicon-gbp:before { | ||
| 732 | content: "\e149"; | ||
| 733 | } | ||
| 734 | .glyphicon-sort:before { | ||
| 735 | content: "\e150"; | ||
| 736 | } | ||
| 737 | .glyphicon-sort-by-alphabet:before { | ||
| 738 | content: "\e151"; | ||
| 739 | } | ||
| 740 | .glyphicon-sort-by-alphabet-alt:before { | ||
| 741 | content: "\e152"; | ||
| 742 | } | ||
| 743 | .glyphicon-sort-by-order:before { | ||
| 744 | content: "\e153"; | ||
| 745 | } | ||
| 746 | .glyphicon-sort-by-order-alt:before { | ||
| 747 | content: "\e154"; | ||
| 748 | } | ||
| 749 | .glyphicon-sort-by-attributes:before { | ||
| 750 | content: "\e155"; | ||
| 751 | } | ||
| 752 | .glyphicon-sort-by-attributes-alt:before { | ||
| 753 | content: "\e156"; | ||
| 754 | } | ||
| 755 | .glyphicon-unchecked:before { | ||
| 756 | content: "\e157"; | ||
| 757 | } | ||
| 758 | .glyphicon-expand:before { | ||
| 759 | content: "\e158"; | ||
| 760 | } | ||
| 761 | .glyphicon-collapse-down:before { | ||
| 762 | content: "\e159"; | ||
| 763 | } | ||
| 764 | .glyphicon-collapse-up:before { | ||
| 765 | content: "\e160"; | ||
| 766 | } | ||
| 767 | .glyphicon-log-in:before { | ||
| 768 | content: "\e161"; | ||
| 769 | } | ||
| 770 | .glyphicon-flash:before { | ||
| 771 | content: "\e162"; | ||
| 772 | } | ||
| 773 | .glyphicon-log-out:before { | ||
| 774 | content: "\e163"; | ||
| 775 | } | ||
| 776 | .glyphicon-new-window:before { | ||
| 777 | content: "\e164"; | ||
| 778 | } | ||
| 779 | .glyphicon-record:before { | ||
| 780 | content: "\e165"; | ||
| 781 | } | ||
| 782 | .glyphicon-save:before { | ||
| 783 | content: "\e166"; | ||
| 784 | } | ||
| 785 | .glyphicon-open:before { | ||
| 786 | content: "\e167"; | ||
| 787 | } | ||
| 788 | .glyphicon-saved:before { | ||
| 789 | content: "\e168"; | ||
| 790 | } | ||
| 791 | .glyphicon-import:before { | ||
| 792 | content: "\e169"; | ||
| 793 | } | ||
| 794 | .glyphicon-export:before { | ||
| 795 | content: "\e170"; | ||
| 796 | } | ||
| 797 | .glyphicon-send:before { | ||
| 798 | content: "\e171"; | ||
| 799 | } | ||
| 800 | .glyphicon-floppy-disk:before { | ||
| 801 | content: "\e172"; | ||
| 802 | } | ||
| 803 | .glyphicon-floppy-saved:before { | ||
| 804 | content: "\e173"; | ||
| 805 | } | ||
| 806 | .glyphicon-floppy-remove:before { | ||
| 807 | content: "\e174"; | ||
| 808 | } | ||
| 809 | .glyphicon-floppy-save:before { | ||
| 810 | content: "\e175"; | ||
| 811 | } | ||
| 812 | .glyphicon-floppy-open:before { | ||
| 813 | content: "\e176"; | ||
| 814 | } | ||
| 815 | .glyphicon-credit-card:before { | ||
| 816 | content: "\e177"; | ||
| 817 | } | ||
| 818 | .glyphicon-transfer:before { | ||
| 819 | content: "\e178"; | ||
| 820 | } | ||
| 821 | .glyphicon-cutlery:before { | ||
| 822 | content: "\e179"; | ||
| 823 | } | ||
| 824 | .glyphicon-header:before { | ||
| 825 | content: "\e180"; | ||
| 826 | } | ||
| 827 | .glyphicon-compressed:before { | ||
| 828 | content: "\e181"; | ||
| 829 | } | ||
| 830 | .glyphicon-earphone:before { | ||
| 831 | content: "\e182"; | ||
| 832 | } | ||
| 833 | .glyphicon-phone-alt:before { | ||
| 834 | content: "\e183"; | ||
| 835 | } | ||
| 836 | .glyphicon-tower:before { | ||
| 837 | content: "\e184"; | ||
| 838 | } | ||
| 839 | .glyphicon-stats:before { | ||
| 840 | content: "\e185"; | ||
| 841 | } | ||
| 842 | .glyphicon-sd-video:before { | ||
| 843 | content: "\e186"; | ||
| 844 | } | ||
| 845 | .glyphicon-hd-video:before { | ||
| 846 | content: "\e187"; | ||
| 847 | } | ||
| 848 | .glyphicon-subtitles:before { | ||
| 849 | content: "\e188"; | ||
| 850 | } | ||
| 851 | .glyphicon-sound-stereo:before { | ||
| 852 | content: "\e189"; | ||
| 853 | } | ||
| 854 | .glyphicon-sound-dolby:before { | ||
| 855 | content: "\e190"; | ||
| 856 | } | ||
| 857 | .glyphicon-sound-5-1:before { | ||
| 858 | content: "\e191"; | ||
| 859 | } | ||
| 860 | .glyphicon-sound-6-1:before { | ||
| 861 | content: "\e192"; | ||
| 862 | } | ||
| 863 | .glyphicon-sound-7-1:before { | ||
| 864 | content: "\e193"; | ||
| 865 | } | ||
| 866 | .glyphicon-copyright-mark:before { | ||
| 867 | content: "\e194"; | ||
| 868 | } | ||
| 869 | .glyphicon-registration-mark:before { | ||
| 870 | content: "\e195"; | ||
| 871 | } | ||
| 872 | .glyphicon-cloud-download:before { | ||
| 873 | content: "\e197"; | ||
| 874 | } | ||
| 875 | .glyphicon-cloud-upload:before { | ||
| 876 | content: "\e198"; | ||
| 877 | } | ||
| 878 | .glyphicon-tree-conifer:before { | ||
| 879 | content: "\e199"; | ||
| 880 | } | ||
| 881 | .glyphicon-tree-deciduous:before { | ||
| 882 | content: "\e200"; | ||
| 883 | } | ||
| 884 | .glyphicon-cd:before { | ||
| 885 | content: "\e201"; | ||
| 886 | } | ||
| 887 | .glyphicon-save-file:before { | ||
| 888 | content: "\e202"; | ||
| 889 | } | ||
| 890 | .glyphicon-open-file:before { | ||
| 891 | content: "\e203"; | ||
| 892 | } | ||
| 893 | .glyphicon-level-up:before { | ||
| 894 | content: "\e204"; | ||
| 895 | } | ||
| 896 | .glyphicon-copy:before { | ||
| 897 | content: "\e205"; | ||
| 898 | } | ||
| 899 | .glyphicon-paste:before { | ||
| 900 | content: "\e206"; | ||
| 901 | } | ||
| 902 | .glyphicon-alert:before { | ||
| 903 | content: "\e209"; | ||
| 904 | } | ||
| 905 | .glyphicon-equalizer:before { | ||
| 906 | content: "\e210"; | ||
| 907 | } | ||
| 908 | .glyphicon-king:before { | ||
| 909 | content: "\e211"; | ||
| 910 | } | ||
| 911 | .glyphicon-queen:before { | ||
| 912 | content: "\e212"; | ||
| 913 | } | ||
| 914 | .glyphicon-pawn:before { | ||
| 915 | content: "\e213"; | ||
| 916 | } | ||
| 917 | .glyphicon-bishop:before { | ||
| 918 | content: "\e214"; | ||
| 919 | } | ||
| 920 | .glyphicon-knight:before { | ||
| 921 | content: "\e215"; | ||
| 922 | } | ||
| 923 | .glyphicon-baby-formula:before { | ||
| 924 | content: "\e216"; | ||
| 925 | } | ||
| 926 | .glyphicon-tent:before { | ||
| 927 | content: "\26fa"; | ||
| 928 | } | ||
| 929 | .glyphicon-blackboard:before { | ||
| 930 | content: "\e218"; | ||
| 931 | } | ||
| 932 | .glyphicon-bed:before { | ||
| 933 | content: "\e219"; | ||
| 934 | } | ||
| 935 | .glyphicon-apple:before { | ||
| 936 | content: "\f8ff"; | ||
| 937 | } | ||
| 938 | .glyphicon-erase:before { | ||
| 939 | content: "\e221"; | ||
| 940 | } | ||
| 941 | .glyphicon-hourglass:before { | ||
| 942 | content: "\231b"; | ||
| 943 | } | ||
| 944 | .glyphicon-lamp:before { | ||
| 945 | content: "\e223"; | ||
| 946 | } | ||
| 947 | .glyphicon-duplicate:before { | ||
| 948 | content: "\e224"; | ||
| 949 | } | ||
| 950 | .glyphicon-piggy-bank:before { | ||
| 951 | content: "\e225"; | ||
| 952 | } | ||
| 953 | .glyphicon-scissors:before { | ||
| 954 | content: "\e226"; | ||
| 955 | } | ||
| 956 | .glyphicon-bitcoin:before { | ||
| 957 | content: "\e227"; | ||
| 958 | } | ||
| 959 | .glyphicon-yen:before { | ||
| 960 | content: "\00a5"; | ||
| 961 | } | ||
| 962 | .glyphicon-ruble:before { | ||
| 963 | content: "\20bd"; | ||
| 964 | } | ||
| 965 | .glyphicon-scale:before { | ||
| 966 | content: "\e230"; | ||
| 967 | } | ||
| 968 | .glyphicon-ice-lolly:before { | ||
| 969 | content: "\e231"; | ||
| 970 | } | ||
| 971 | .glyphicon-ice-lolly-tasted:before { | ||
| 972 | content: "\e232"; | ||
| 973 | } | ||
| 974 | .glyphicon-education:before { | ||
| 975 | content: "\e233"; | ||
| 976 | } | ||
| 977 | .glyphicon-option-horizontal:before { | ||
| 978 | content: "\e234"; | ||
| 979 | } | ||
| 980 | .glyphicon-option-vertical:before { | ||
| 981 | content: "\e235"; | ||
| 982 | } | ||
| 983 | .glyphicon-menu-hamburger:before { | ||
| 984 | content: "\e236"; | ||
| 985 | } | ||
| 986 | .glyphicon-modal-window:before { | ||
| 987 | content: "\e237"; | ||
| 988 | } | ||
| 989 | .glyphicon-oil:before { | ||
| 990 | content: "\e238"; | ||
| 991 | } | ||
| 992 | .glyphicon-grain:before { | ||
| 993 | content: "\e239"; | ||
| 994 | } | ||
| 995 | .glyphicon-sunglasses:before { | ||
| 996 | content: "\e240"; | ||
| 997 | } | ||
| 998 | .glyphicon-text-size:before { | ||
| 999 | content: "\e241"; | ||
| 1000 | } | ||
| 1001 | .glyphicon-text-color:before { | ||
| 1002 | content: "\e242"; | ||
| 1003 | } | ||
| 1004 | .glyphicon-text-background:before { | ||
| 1005 | content: "\e243"; | ||
| 1006 | } | ||
| 1007 | .glyphicon-object-align-top:before { | ||
| 1008 | content: "\e244"; | ||
| 1009 | } | ||
| 1010 | .glyphicon-object-align-bottom:before { | ||
| 1011 | content: "\e245"; | ||
| 1012 | } | ||
| 1013 | .glyphicon-object-align-horizontal:before { | ||
| 1014 | content: "\e246"; | ||
| 1015 | } | ||
| 1016 | .glyphicon-object-align-left:before { | ||
| 1017 | content: "\e247"; | ||
| 1018 | } | ||
| 1019 | .glyphicon-object-align-vertical:before { | ||
| 1020 | content: "\e248"; | ||
| 1021 | } | ||
| 1022 | .glyphicon-object-align-right:before { | ||
| 1023 | content: "\e249"; | ||
| 1024 | } | ||
| 1025 | .glyphicon-triangle-right:before { | ||
| 1026 | content: "\e250"; | ||
| 1027 | } | ||
| 1028 | .glyphicon-triangle-left:before { | ||
| 1029 | content: "\e251"; | ||
| 1030 | } | ||
| 1031 | .glyphicon-triangle-bottom:before { | ||
| 1032 | content: "\e252"; | ||
| 1033 | } | ||
| 1034 | .glyphicon-triangle-top:before { | ||
| 1035 | content: "\e253"; | ||
| 1036 | } | ||
| 1037 | .glyphicon-console:before { | ||
| 1038 | content: "\e254"; | ||
| 1039 | } | ||
| 1040 | .glyphicon-superscript:before { | ||
| 1041 | content: "\e255"; | ||
| 1042 | } | ||
| 1043 | .glyphicon-subscript:before { | ||
| 1044 | content: "\e256"; | ||
| 1045 | } | ||
| 1046 | .glyphicon-menu-left:before { | ||
| 1047 | content: "\e257"; | ||
| 1048 | } | ||
| 1049 | .glyphicon-menu-right:before { | ||
| 1050 | content: "\e258"; | ||
| 1051 | } | ||
| 1052 | .glyphicon-menu-down:before { | ||
| 1053 | content: "\e259"; | ||
| 1054 | } | ||
| 1055 | .glyphicon-menu-up:before { | ||
| 1056 | content: "\e260"; | ||
| 1057 | } | ||
| 1058 | * { | ||
| 1059 | -webkit-box-sizing: border-box; | ||
| 1060 | -moz-box-sizing: border-box; | ||
| 1061 | box-sizing: border-box; | ||
| 1062 | } | ||
| 1063 | *:before, | ||
| 1064 | *:after { | ||
| 1065 | -webkit-box-sizing: border-box; | ||
| 1066 | -moz-box-sizing: border-box; | ||
| 1067 | box-sizing: border-box; | ||
| 1068 | } | ||
| 1069 | html { | ||
| 1070 | font-size: 10px; | ||
| 1071 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
| 1072 | } | ||
| 1073 | body { | ||
| 1074 | font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; | ||
| 1075 | font-size: 15px; | ||
| 1076 | line-height: 1.42857143; | ||
| 1077 | color: #333333; | ||
| 1078 | background-color: #ffffff; | ||
| 1079 | } | ||
| 1080 | input, | ||
| 1081 | button, | ||
| 1082 | select, | ||
| 1083 | textarea { | ||
| 1084 | font-family: inherit; | ||
| 1085 | font-size: inherit; | ||
| 1086 | line-height: inherit; | ||
| 1087 | } | ||
| 1088 | a { | ||
| 1089 | color: #2780e3; | ||
| 1090 | text-decoration: none; | ||
| 1091 | } | ||
| 1092 | a:hover, | ||
| 1093 | a:focus { | ||
| 1094 | color: #165ba8; | ||
| 1095 | text-decoration: underline; | ||
| 1096 | } | ||
| 1097 | a:focus { | ||
| 1098 | outline: thin dotted; | ||
| 1099 | outline: 5px auto -webkit-focus-ring-color; | ||
| 1100 | outline-offset: -2px; | ||
| 1101 | } | ||
| 1102 | figure { | ||
| 1103 | margin: 0; | ||
| 1104 | } | ||
| 1105 | img { | ||
| 1106 | vertical-align: middle; | ||
| 1107 | } | ||
| 1108 | .img-responsive, | ||
| 1109 | .thumbnail > img, | ||
| 1110 | .thumbnail a > img, | ||
| 1111 | .carousel-inner > .item > img, | ||
| 1112 | .carousel-inner > .item > a > img { | ||
| 1113 | display: block; | ||
| 1114 | max-width: 100%; | ||
| 1115 | height: auto; | ||
| 1116 | } | ||
| 1117 | .img-rounded { | ||
| 1118 | border-radius: 0; | ||
| 1119 | } | ||
| 1120 | .img-thumbnail { | ||
| 1121 | padding: 4px; | ||
| 1122 | line-height: 1.42857143; | ||
| 1123 | background-color: #ffffff; | ||
| 1124 | border: 1px solid #dddddd; | ||
| 1125 | border-radius: 0; | ||
| 1126 | -webkit-transition: all 0.2s ease-in-out; | ||
| 1127 | -o-transition: all 0.2s ease-in-out; | ||
| 1128 | transition: all 0.2s ease-in-out; | ||
| 1129 | display: inline-block; | ||
| 1130 | max-width: 100%; | ||
| 1131 | height: auto; | ||
| 1132 | } | ||
| 1133 | .img-circle { | ||
| 1134 | border-radius: 50%; | ||
| 1135 | } | ||
| 1136 | hr { | ||
| 1137 | margin-top: 21px; | ||
| 1138 | margin-bottom: 21px; | ||
| 1139 | border: 0; | ||
| 1140 | border-top: 1px solid #e6e6e6; | ||
| 1141 | } | ||
| 1142 | .sr-only { | ||
| 1143 | position: absolute; | ||
| 1144 | width: 1px; | ||
| 1145 | height: 1px; | ||
| 1146 | margin: -1px; | ||
| 1147 | padding: 0; | ||
| 1148 | overflow: hidden; | ||
| 1149 | clip: rect(0, 0, 0, 0); | ||
| 1150 | border: 0; | ||
| 1151 | } | ||
| 1152 | .sr-only-focusable:active, | ||
| 1153 | .sr-only-focusable:focus { | ||
| 1154 | position: static; | ||
| 1155 | width: auto; | ||
| 1156 | height: auto; | ||
| 1157 | margin: 0; | ||
| 1158 | overflow: visible; | ||
| 1159 | clip: auto; | ||
| 1160 | } | ||
| 1161 | h1, | ||
| 1162 | h2, | ||
| 1163 | h3, | ||
| 1164 | h4, | ||
| 1165 | h5, | ||
| 1166 | h6, | ||
| 1167 | .h1, | ||
| 1168 | .h2, | ||
| 1169 | .h3, | ||
| 1170 | .h4, | ||
| 1171 | .h5, | ||
| 1172 | .h6 { | ||
| 1173 | font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; | ||
| 1174 | font-weight: 300; | ||
| 1175 | line-height: 1.1; | ||
| 1176 | color: inherit; | ||
| 1177 | } | ||
| 1178 | h1 small, | ||
| 1179 | h2 small, | ||
| 1180 | h3 small, | ||
| 1181 | h4 small, | ||
| 1182 | h5 small, | ||
| 1183 | h6 small, | ||
| 1184 | .h1 small, | ||
| 1185 | .h2 small, | ||
| 1186 | .h3 small, | ||
| 1187 | .h4 small, | ||
| 1188 | .h5 small, | ||
| 1189 | .h6 small, | ||
| 1190 | h1 .small, | ||
| 1191 | h2 .small, | ||
| 1192 | h3 .small, | ||
| 1193 | h4 .small, | ||
| 1194 | h5 .small, | ||
| 1195 | h6 .small, | ||
| 1196 | .h1 .small, | ||
| 1197 | .h2 .small, | ||
| 1198 | .h3 .small, | ||
| 1199 | .h4 .small, | ||
| 1200 | .h5 .small, | ||
| 1201 | .h6 .small { | ||
| 1202 | font-weight: normal; | ||
| 1203 | line-height: 1; | ||
| 1204 | color: #999999; | ||
| 1205 | } | ||
| 1206 | h1, | ||
| 1207 | .h1, | ||
| 1208 | h2, | ||
| 1209 | .h2, | ||
| 1210 | h3, | ||
| 1211 | .h3 { | ||
| 1212 | margin-top: 21px; | ||
| 1213 | margin-bottom: 10.5px; | ||
| 1214 | } | ||
| 1215 | h1 small, | ||
| 1216 | .h1 small, | ||
| 1217 | h2 small, | ||
| 1218 | .h2 small, | ||
| 1219 | h3 small, | ||
| 1220 | .h3 small, | ||
| 1221 | h1 .small, | ||
| 1222 | .h1 .small, | ||
| 1223 | h2 .small, | ||
| 1224 | .h2 .small, | ||
| 1225 | h3 .small, | ||
| 1226 | .h3 .small { | ||
| 1227 | font-size: 65%; | ||
| 1228 | } | ||
| 1229 | h4, | ||
| 1230 | .h4, | ||
| 1231 | h5, | ||
| 1232 | .h5, | ||
| 1233 | h6, | ||
| 1234 | .h6 { | ||
| 1235 | margin-top: 10.5px; | ||
| 1236 | margin-bottom: 10.5px; | ||
| 1237 | } | ||
| 1238 | h4 small, | ||
| 1239 | .h4 small, | ||
| 1240 | h5 small, | ||
| 1241 | .h5 small, | ||
| 1242 | h6 small, | ||
| 1243 | .h6 small, | ||
| 1244 | h4 .small, | ||
| 1245 | .h4 .small, | ||
| 1246 | h5 .small, | ||
| 1247 | .h5 .small, | ||
| 1248 | h6 .small, | ||
| 1249 | .h6 .small { | ||
| 1250 | font-size: 75%; | ||
| 1251 | } | ||
| 1252 | h1, | ||
| 1253 | .h1 { | ||
| 1254 | font-size: 39px; | ||
| 1255 | } | ||
| 1256 | h2, | ||
| 1257 | .h2 { | ||
| 1258 | font-size: 32px; | ||
| 1259 | } | ||
| 1260 | h3, | ||
| 1261 | .h3 { | ||
| 1262 | font-size: 26px; | ||
| 1263 | } | ||
| 1264 | h4, | ||
| 1265 | .h4 { | ||
| 1266 | font-size: 19px; | ||
| 1267 | } | ||
| 1268 | h5, | ||
| 1269 | .h5 { | ||
| 1270 | font-size: 15px; | ||
| 1271 | } | ||
| 1272 | h6, | ||
| 1273 | .h6 { | ||
| 1274 | font-size: 13px; | ||
| 1275 | } | ||
| 1276 | p { | ||
| 1277 | margin: 0 0 10.5px; | ||
| 1278 | } | ||
| 1279 | .lead { | ||
| 1280 | margin-bottom: 21px; | ||
| 1281 | font-size: 17px; | ||
| 1282 | font-weight: 300; | ||
| 1283 | line-height: 1.4; | ||
| 1284 | } | ||
| 1285 | @media (min-width: 768px) { | ||
| 1286 | .lead { | ||
| 1287 | font-size: 22.5px; | ||
| 1288 | } | ||
| 1289 | } | ||
| 1290 | small, | ||
| 1291 | .small { | ||
| 1292 | font-size: 86%; | ||
| 1293 | } | ||
| 1294 | mark, | ||
| 1295 | .mark { | ||
| 1296 | background-color: #ff7518; | ||
| 1297 | padding: .2em; | ||
| 1298 | } | ||
| 1299 | .text-left { | ||
| 1300 | text-align: left; | ||
| 1301 | } | ||
| 1302 | .text-right { | ||
| 1303 | text-align: right; | ||
| 1304 | } | ||
| 1305 | .text-center { | ||
| 1306 | text-align: center; | ||
| 1307 | } | ||
| 1308 | .text-justify { | ||
| 1309 | text-align: justify; | ||
| 1310 | } | ||
| 1311 | .text-nowrap { | ||
| 1312 | white-space: nowrap; | ||
| 1313 | } | ||
| 1314 | .text-lowercase { | ||
| 1315 | text-transform: lowercase; | ||
| 1316 | } | ||
| 1317 | .text-uppercase { | ||
| 1318 | text-transform: uppercase; | ||
| 1319 | } | ||
| 1320 | .text-capitalize { | ||
| 1321 | text-transform: capitalize; | ||
| 1322 | } | ||
| 1323 | .text-muted { | ||
| 1324 | color: #999999; | ||
| 1325 | } | ||
| 1326 | .text-primary { | ||
| 1327 | color: #2780e3; | ||
| 1328 | } | ||
| 1329 | a.text-primary:hover { | ||
| 1330 | color: #1967be; | ||
| 1331 | } | ||
| 1332 | .text-success { | ||
| 1333 | color: #ffffff; | ||
| 1334 | } | ||
| 1335 | a.text-success:hover { | ||
| 1336 | color: #e6e6e6; | ||
| 1337 | } | ||
| 1338 | .text-info { | ||
| 1339 | color: #ffffff; | ||
| 1340 | } | ||
| 1341 | a.text-info:hover { | ||
| 1342 | color: #e6e6e6; | ||
| 1343 | } | ||
| 1344 | .text-warning { | ||
| 1345 | color: #ffffff; | ||
| 1346 | } | ||
| 1347 | a.text-warning:hover { | ||
| 1348 | color: #e6e6e6; | ||
| 1349 | } | ||
| 1350 | .text-danger { | ||
| 1351 | color: #ffffff; | ||
| 1352 | } | ||
| 1353 | a.text-danger:hover { | ||
| 1354 | color: #e6e6e6; | ||
| 1355 | } | ||
| 1356 | .bg-primary { | ||
| 1357 | color: #fff; | ||
| 1358 | background-color: #2780e3; | ||
| 1359 | } | ||
| 1360 | a.bg-primary:hover { | ||
| 1361 | background-color: #1967be; | ||
| 1362 | } | ||
| 1363 | .bg-success { | ||
| 1364 | background-color: #3fb618; | ||
| 1365 | } | ||
| 1366 | a.bg-success:hover { | ||
| 1367 | background-color: #2f8912; | ||
| 1368 | } | ||
| 1369 | .bg-info { | ||
| 1370 | background-color: #9954bb; | ||
| 1371 | } | ||
| 1372 | a.bg-info:hover { | ||
| 1373 | background-color: #7e3f9d; | ||
| 1374 | } | ||
| 1375 | .bg-warning { | ||
| 1376 | background-color: #ff7518; | ||
| 1377 | } | ||
| 1378 | a.bg-warning:hover { | ||
| 1379 | background-color: #e45c00; | ||
| 1380 | } | ||
| 1381 | .bg-danger { | ||
| 1382 | background-color: #ff0039; | ||
| 1383 | } | ||
| 1384 | a.bg-danger:hover { | ||
| 1385 | background-color: #cc002e; | ||
| 1386 | } | ||
| 1387 | .page-header { | ||
| 1388 | padding-bottom: 9.5px; | ||
| 1389 | margin: 42px 0 21px; | ||
| 1390 | border-bottom: 1px solid #e6e6e6; | ||
| 1391 | } | ||
| 1392 | ul, | ||
| 1393 | ol { | ||
| 1394 | margin-top: 0; | ||
| 1395 | margin-bottom: 10.5px; | ||
| 1396 | } | ||
| 1397 | ul ul, | ||
| 1398 | ol ul, | ||
| 1399 | ul ol, | ||
| 1400 | ol ol { | ||
| 1401 | margin-bottom: 0; | ||
| 1402 | } | ||
| 1403 | .list-unstyled { | ||
| 1404 | padding-left: 0; | ||
| 1405 | list-style: none; | ||
| 1406 | } | ||
| 1407 | .list-inline { | ||
| 1408 | padding-left: 0; | ||
| 1409 | list-style: none; | ||
| 1410 | margin-left: -5px; | ||
| 1411 | } | ||
| 1412 | .list-inline > li { | ||
| 1413 | display: inline-block; | ||
| 1414 | padding-left: 5px; | ||
| 1415 | padding-right: 5px; | ||
| 1416 | } | ||
| 1417 | dl { | ||
| 1418 | margin-top: 0; | ||
| 1419 | margin-bottom: 21px; | ||
| 1420 | } | ||
| 1421 | dt, | ||
| 1422 | dd { | ||
| 1423 | line-height: 1.42857143; | ||
| 1424 | } | ||
| 1425 | dt { | ||
| 1426 | font-weight: bold; | ||
| 1427 | } | ||
| 1428 | dd { | ||
| 1429 | margin-left: 0; | ||
| 1430 | } | ||
| 1431 | @media (min-width: 768px) { | ||
| 1432 | .dl-horizontal dt { | ||
| 1433 | float: left; | ||
| 1434 | width: 160px; | ||
| 1435 | clear: left; | ||
| 1436 | text-align: right; | ||
| 1437 | overflow: hidden; | ||
| 1438 | text-overflow: ellipsis; | ||
| 1439 | white-space: nowrap; | ||
| 1440 | } | ||
| 1441 | .dl-horizontal dd { | ||
| 1442 | margin-left: 180px; | ||
| 1443 | } | ||
| 1444 | } | ||
| 1445 | abbr[title], | ||
| 1446 | abbr[data-original-title] { | ||
| 1447 | cursor: help; | ||
| 1448 | border-bottom: 1px dotted #999999; | ||
| 1449 | } | ||
| 1450 | .initialism { | ||
| 1451 | font-size: 90%; | ||
| 1452 | text-transform: uppercase; | ||
| 1453 | } | ||
| 1454 | blockquote { | ||
| 1455 | padding: 10.5px 21px; | ||
| 1456 | margin: 0 0 21px; | ||
| 1457 | font-size: 18.75px; | ||
| 1458 | border-left: 5px solid #e6e6e6; | ||
| 1459 | } | ||
| 1460 | blockquote p:last-child, | ||
| 1461 | blockquote ul:last-child, | ||
| 1462 | blockquote ol:last-child { | ||
| 1463 | margin-bottom: 0; | ||
| 1464 | } | ||
| 1465 | blockquote footer, | ||
| 1466 | blockquote small, | ||
| 1467 | blockquote .small { | ||
| 1468 | display: block; | ||
| 1469 | font-size: 80%; | ||
| 1470 | line-height: 1.42857143; | ||
| 1471 | color: #999999; | ||
| 1472 | } | ||
| 1473 | blockquote footer:before, | ||
| 1474 | blockquote small:before, | ||
| 1475 | blockquote .small:before { | ||
| 1476 | content: '\2014 \00A0'; | ||
| 1477 | } | ||
| 1478 | .blockquote-reverse, | ||
| 1479 | blockquote.pull-right { | ||
| 1480 | padding-right: 15px; | ||
| 1481 | padding-left: 0; | ||
| 1482 | border-right: 5px solid #e6e6e6; | ||
| 1483 | border-left: 0; | ||
| 1484 | text-align: right; | ||
| 1485 | } | ||
| 1486 | .blockquote-reverse footer:before, | ||
| 1487 | blockquote.pull-right footer:before, | ||
| 1488 | .blockquote-reverse small:before, | ||
| 1489 | blockquote.pull-right small:before, | ||
| 1490 | .blockquote-reverse .small:before, | ||
| 1491 | blockquote.pull-right .small:before { | ||
| 1492 | content: ''; | ||
| 1493 | } | ||
| 1494 | .blockquote-reverse footer:after, | ||
| 1495 | blockquote.pull-right footer:after, | ||
| 1496 | .blockquote-reverse small:after, | ||
| 1497 | blockquote.pull-right small:after, | ||
| 1498 | .blockquote-reverse .small:after, | ||
| 1499 | blockquote.pull-right .small:after { | ||
| 1500 | content: '\00A0 \2014'; | ||
| 1501 | } | ||
| 1502 | address { | ||
| 1503 | margin-bottom: 21px; | ||
| 1504 | font-style: normal; | ||
| 1505 | line-height: 1.42857143; | ||
| 1506 | } | ||
| 1507 | code, | ||
| 1508 | kbd, | ||
| 1509 | pre, | ||
| 1510 | samp { | ||
| 1511 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | ||
| 1512 | } | ||
| 1513 | code { | ||
| 1514 | padding: 2px 4px; | ||
| 1515 | font-size: 90%; | ||
| 1516 | color: #c7254e; | ||
| 1517 | background-color: #f9f2f4; | ||
| 1518 | border-radius: 0; | ||
| 1519 | } | ||
| 1520 | kbd { | ||
| 1521 | padding: 2px 4px; | ||
| 1522 | font-size: 90%; | ||
| 1523 | color: #ffffff; | ||
| 1524 | background-color: #333333; | ||
| 1525 | border-radius: 0; | ||
| 1526 | -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
| 1527 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
| 1528 | } | ||
| 1529 | kbd kbd { | ||
| 1530 | padding: 0; | ||
| 1531 | font-size: 100%; | ||
| 1532 | font-weight: bold; | ||
| 1533 | -webkit-box-shadow: none; | ||
| 1534 | box-shadow: none; | ||
| 1535 | } | ||
| 1536 | pre { | ||
| 1537 | display: block; | ||
| 1538 | padding: 10px; | ||
| 1539 | margin: 0 0 10.5px; | ||
| 1540 | font-size: 14px; | ||
| 1541 | line-height: 1.42857143; | ||
| 1542 | word-break: break-all; | ||
| 1543 | word-wrap: break-word; | ||
| 1544 | color: #333333; | ||
| 1545 | background-color: #f5f5f5; | ||
| 1546 | border: 1px solid #cccccc; | ||
| 1547 | border-radius: 0; | ||
| 1548 | } | ||
| 1549 | pre code { | ||
| 1550 | padding: 0; | ||
| 1551 | font-size: inherit; | ||
| 1552 | color: inherit; | ||
| 1553 | white-space: pre-wrap; | ||
| 1554 | background-color: transparent; | ||
| 1555 | border-radius: 0; | ||
| 1556 | } | ||
| 1557 | .pre-scrollable { | ||
| 1558 | max-height: 340px; | ||
| 1559 | overflow-y: scroll; | ||
| 1560 | } | ||
| 1561 | .container { | ||
| 1562 | margin-right: auto; | ||
| 1563 | margin-left: auto; | ||
| 1564 | padding-left: 15px; | ||
| 1565 | padding-right: 15px; | ||
| 1566 | } | ||
| 1567 | @media (min-width: 768px) { | ||
| 1568 | .container { | ||
| 1569 | width: 750px; | ||
| 1570 | } | ||
| 1571 | } | ||
| 1572 | @media (min-width: 992px) { | ||
| 1573 | .container { | ||
| 1574 | width: 970px; | ||
| 1575 | } | ||
| 1576 | } | ||
| 1577 | @media (min-width: 1200px) { | ||
| 1578 | .container { | ||
| 1579 | width: 1170px; | ||
| 1580 | } | ||
| 1581 | } | ||
| 1582 | .container-fluid { | ||
| 1583 | margin-right: auto; | ||
| 1584 | margin-left: auto; | ||
| 1585 | padding-left: 15px; | ||
| 1586 | padding-right: 15px; | ||
| 1587 | } | ||
| 1588 | .row { | ||
| 1589 | margin-left: -15px; | ||
| 1590 | margin-right: -15px; | ||
| 1591 | } | ||
| 1592 | .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 { | ||
| 1593 | position: relative; | ||
| 1594 | min-height: 1px; | ||
| 1595 | padding-left: 15px; | ||
| 1596 | padding-right: 15px; | ||
| 1597 | } | ||
| 1598 | .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 { | ||
| 1599 | float: left; | ||
| 1600 | } | ||
| 1601 | .col-xs-12 { | ||
| 1602 | width: 100%; | ||
| 1603 | } | ||
| 1604 | .col-xs-11 { | ||
| 1605 | width: 91.66666667%; | ||
| 1606 | } | ||
| 1607 | .col-xs-10 { | ||
| 1608 | width: 83.33333333%; | ||
| 1609 | } | ||
| 1610 | .col-xs-9 { | ||
| 1611 | width: 75%; | ||
| 1612 | } | ||
| 1613 | .col-xs-8 { | ||
| 1614 | width: 66.66666667%; | ||
| 1615 | } | ||
| 1616 | .col-xs-7 { | ||
| 1617 | width: 58.33333333%; | ||
| 1618 | } | ||
| 1619 | .col-xs-6 { | ||
| 1620 | width: 50%; | ||
| 1621 | } | ||
| 1622 | .col-xs-5 { | ||
| 1623 | width: 41.66666667%; | ||
| 1624 | } | ||
| 1625 | .col-xs-4 { | ||
| 1626 | width: 33.33333333%; | ||
| 1627 | } | ||
| 1628 | .col-xs-3 { | ||
| 1629 | width: 25%; | ||
| 1630 | } | ||
| 1631 | .col-xs-2 { | ||
| 1632 | width: 16.66666667%; | ||
| 1633 | } | ||
| 1634 | .col-xs-1 { | ||
| 1635 | width: 8.33333333%; | ||
| 1636 | } | ||
| 1637 | .col-xs-pull-12 { | ||
| 1638 | right: 100%; | ||
| 1639 | } | ||
| 1640 | .col-xs-pull-11 { | ||
| 1641 | right: 91.66666667%; | ||
| 1642 | } | ||
| 1643 | .col-xs-pull-10 { | ||
| 1644 | right: 83.33333333%; | ||
| 1645 | } | ||
| 1646 | .col-xs-pull-9 { | ||
| 1647 | right: 75%; | ||
| 1648 | } | ||
| 1649 | .col-xs-pull-8 { | ||
| 1650 | right: 66.66666667%; | ||
| 1651 | } | ||
| 1652 | .col-xs-pull-7 { | ||
| 1653 | right: 58.33333333%; | ||
| 1654 | } | ||
| 1655 | .col-xs-pull-6 { | ||
| 1656 | right: 50%; | ||
| 1657 | } | ||
| 1658 | .col-xs-pull-5 { | ||
| 1659 | right: 41.66666667%; | ||
| 1660 | } | ||
| 1661 | .col-xs-pull-4 { | ||
| 1662 | right: 33.33333333%; | ||
| 1663 | } | ||
| 1664 | .col-xs-pull-3 { | ||
| 1665 | right: 25%; | ||
| 1666 | } | ||
| 1667 | .col-xs-pull-2 { | ||
| 1668 | right: 16.66666667%; | ||
| 1669 | } | ||
| 1670 | .col-xs-pull-1 { | ||
| 1671 | right: 8.33333333%; | ||
| 1672 | } | ||
| 1673 | .col-xs-pull-0 { | ||
| 1674 | right: auto; | ||
| 1675 | } | ||
| 1676 | .col-xs-push-12 { | ||
| 1677 | left: 100%; | ||
| 1678 | } | ||
| 1679 | .col-xs-push-11 { | ||
| 1680 | left: 91.66666667%; | ||
| 1681 | } | ||
| 1682 | .col-xs-push-10 { | ||
| 1683 | left: 83.33333333%; | ||
| 1684 | } | ||
| 1685 | .col-xs-push-9 { | ||
| 1686 | left: 75%; | ||
| 1687 | } | ||
| 1688 | .col-xs-push-8 { | ||
| 1689 | left: 66.66666667%; | ||
| 1690 | } | ||
| 1691 | .col-xs-push-7 { | ||
| 1692 | left: 58.33333333%; | ||
| 1693 | } | ||
| 1694 | .col-xs-push-6 { | ||
| 1695 | left: 50%; | ||
| 1696 | } | ||
| 1697 | .col-xs-push-5 { | ||
| 1698 | left: 41.66666667%; | ||
| 1699 | } | ||
| 1700 | .col-xs-push-4 { | ||
| 1701 | left: 33.33333333%; | ||
| 1702 | } | ||
| 1703 | .col-xs-push-3 { | ||
| 1704 | left: 25%; | ||
| 1705 | } | ||
| 1706 | .col-xs-push-2 { | ||
| 1707 | left: 16.66666667%; | ||
| 1708 | } | ||
| 1709 | .col-xs-push-1 { | ||
| 1710 | left: 8.33333333%; | ||
| 1711 | } | ||
| 1712 | .col-xs-push-0 { | ||
| 1713 | left: auto; | ||
| 1714 | } | ||
| 1715 | .col-xs-offset-12 { | ||
| 1716 | margin-left: 100%; | ||
| 1717 | } | ||
| 1718 | .col-xs-offset-11 { | ||
| 1719 | margin-left: 91.66666667%; | ||
| 1720 | } | ||
| 1721 | .col-xs-offset-10 { | ||
| 1722 | margin-left: 83.33333333%; | ||
| 1723 | } | ||
| 1724 | .col-xs-offset-9 { | ||
| 1725 | margin-left: 75%; | ||
| 1726 | } | ||
| 1727 | .col-xs-offset-8 { | ||
| 1728 | margin-left: 66.66666667%; | ||
| 1729 | } | ||
| 1730 | .col-xs-offset-7 { | ||
| 1731 | margin-left: 58.33333333%; | ||
| 1732 | } | ||
| 1733 | .col-xs-offset-6 { | ||
| 1734 | margin-left: 50%; | ||
| 1735 | } | ||
| 1736 | .col-xs-offset-5 { | ||
| 1737 | margin-left: 41.66666667%; | ||
| 1738 | } | ||
| 1739 | .col-xs-offset-4 { | ||
| 1740 | margin-left: 33.33333333%; | ||
| 1741 | } | ||
| 1742 | .col-xs-offset-3 { | ||
| 1743 | margin-left: 25%; | ||
| 1744 | } | ||
| 1745 | .col-xs-offset-2 { | ||
| 1746 | margin-left: 16.66666667%; | ||
| 1747 | } | ||
| 1748 | .col-xs-offset-1 { | ||
| 1749 | margin-left: 8.33333333%; | ||
| 1750 | } | ||
| 1751 | .col-xs-offset-0 { | ||
| 1752 | margin-left: 0%; | ||
| 1753 | } | ||
| 1754 | @media (min-width: 768px) { | ||
| 1755 | .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 { | ||
| 1756 | float: left; | ||
| 1757 | } | ||
| 1758 | .col-sm-12 { | ||
| 1759 | width: 100%; | ||
| 1760 | } | ||
| 1761 | .col-sm-11 { | ||
| 1762 | width: 91.66666667%; | ||
| 1763 | } | ||
| 1764 | .col-sm-10 { | ||
| 1765 | width: 83.33333333%; | ||
| 1766 | } | ||
| 1767 | .col-sm-9 { | ||
| 1768 | width: 75%; | ||
| 1769 | } | ||
| 1770 | .col-sm-8 { | ||
| 1771 | width: 66.66666667%; | ||
| 1772 | } | ||
| 1773 | .col-sm-7 { | ||
| 1774 | width: 58.33333333%; | ||
| 1775 | } | ||
| 1776 | .col-sm-6 { | ||
| 1777 | width: 50%; | ||
| 1778 | } | ||
| 1779 | .col-sm-5 { | ||
| 1780 | width: 41.66666667%; | ||
| 1781 | } | ||
| 1782 | .col-sm-4 { | ||
| 1783 | width: 33.33333333%; | ||
| 1784 | } | ||
| 1785 | .col-sm-3 { | ||
| 1786 | width: 25%; | ||
| 1787 | } | ||
| 1788 | .col-sm-2 { | ||
| 1789 | width: 16.66666667%; | ||
| 1790 | } | ||
| 1791 | .col-sm-1 { | ||
| 1792 | width: 8.33333333%; | ||
| 1793 | } | ||
| 1794 | .col-sm-pull-12 { | ||
| 1795 | right: 100%; | ||
| 1796 | } | ||
| 1797 | .col-sm-pull-11 { | ||
| 1798 | right: 91.66666667%; | ||
| 1799 | } | ||
| 1800 | .col-sm-pull-10 { | ||
| 1801 | right: 83.33333333%; | ||
| 1802 | } | ||
| 1803 | .col-sm-pull-9 { | ||
| 1804 | right: 75%; | ||
| 1805 | } | ||
| 1806 | .col-sm-pull-8 { | ||
| 1807 | right: 66.66666667%; | ||
| 1808 | } | ||
| 1809 | .col-sm-pull-7 { | ||
| 1810 | right: 58.33333333%; | ||
| 1811 | } | ||
| 1812 | .col-sm-pull-6 { | ||
| 1813 | right: 50%; | ||
| 1814 | } | ||
| 1815 | .col-sm-pull-5 { | ||
| 1816 | right: 41.66666667%; | ||
| 1817 | } | ||
| 1818 | .col-sm-pull-4 { | ||
| 1819 | right: 33.33333333%; | ||
| 1820 | } | ||
| 1821 | .col-sm-pull-3 { | ||
| 1822 | right: 25%; | ||
| 1823 | } | ||
| 1824 | .col-sm-pull-2 { | ||
| 1825 | right: 16.66666667%; | ||
| 1826 | } | ||
| 1827 | .col-sm-pull-1 { | ||
| 1828 | right: 8.33333333%; | ||
| 1829 | } | ||
| 1830 | .col-sm-pull-0 { | ||
| 1831 | right: auto; | ||
| 1832 | } | ||
| 1833 | .col-sm-push-12 { | ||
| 1834 | left: 100%; | ||
| 1835 | } | ||
| 1836 | .col-sm-push-11 { | ||
| 1837 | left: 91.66666667%; | ||
| 1838 | } | ||
| 1839 | .col-sm-push-10 { | ||
| 1840 | left: 83.33333333%; | ||
| 1841 | } | ||
| 1842 | .col-sm-push-9 { | ||
| 1843 | left: 75%; | ||
| 1844 | } | ||
| 1845 | .col-sm-push-8 { | ||
| 1846 | left: 66.66666667%; | ||
| 1847 | } | ||
| 1848 | .col-sm-push-7 { | ||
| 1849 | left: 58.33333333%; | ||
| 1850 | } | ||
| 1851 | .col-sm-push-6 { | ||
| 1852 | left: 50%; | ||
| 1853 | } | ||
| 1854 | .col-sm-push-5 { | ||
| 1855 | left: 41.66666667%; | ||
| 1856 | } | ||
| 1857 | .col-sm-push-4 { | ||
| 1858 | left: 33.33333333%; | ||
| 1859 | } | ||
| 1860 | .col-sm-push-3 { | ||
| 1861 | left: 25%; | ||
| 1862 | } | ||
| 1863 | .col-sm-push-2 { | ||
| 1864 | left: 16.66666667%; | ||
| 1865 | } | ||
| 1866 | .col-sm-push-1 { | ||
| 1867 | left: 8.33333333%; | ||
| 1868 | } | ||
| 1869 | .col-sm-push-0 { | ||
| 1870 | left: auto; | ||
| 1871 | } | ||
| 1872 | .col-sm-offset-12 { | ||
| 1873 | margin-left: 100%; | ||
| 1874 | } | ||
| 1875 | .col-sm-offset-11 { | ||
| 1876 | margin-left: 91.66666667%; | ||
| 1877 | } | ||
| 1878 | .col-sm-offset-10 { | ||
| 1879 | margin-left: 83.33333333%; | ||
| 1880 | } | ||
| 1881 | .col-sm-offset-9 { | ||
| 1882 | margin-left: 75%; | ||
| 1883 | } | ||
| 1884 | .col-sm-offset-8 { | ||
| 1885 | margin-left: 66.66666667%; | ||
| 1886 | } | ||
| 1887 | .col-sm-offset-7 { | ||
| 1888 | margin-left: 58.33333333%; | ||
| 1889 | } | ||
| 1890 | .col-sm-offset-6 { | ||
| 1891 | margin-left: 50%; | ||
| 1892 | } | ||
| 1893 | .col-sm-offset-5 { | ||
| 1894 | margin-left: 41.66666667%; | ||
| 1895 | } | ||
| 1896 | .col-sm-offset-4 { | ||
| 1897 | margin-left: 33.33333333%; | ||
| 1898 | } | ||
| 1899 | .col-sm-offset-3 { | ||
| 1900 | margin-left: 25%; | ||
| 1901 | } | ||
| 1902 | .col-sm-offset-2 { | ||
| 1903 | margin-left: 16.66666667%; | ||
| 1904 | } | ||
| 1905 | .col-sm-offset-1 { | ||
| 1906 | margin-left: 8.33333333%; | ||
| 1907 | } | ||
| 1908 | .col-sm-offset-0 { | ||
| 1909 | margin-left: 0%; | ||
| 1910 | } | ||
| 1911 | } | ||
| 1912 | @media (min-width: 992px) { | ||
| 1913 | .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 { | ||
| 1914 | float: left; | ||
| 1915 | } | ||
| 1916 | .col-md-12 { | ||
| 1917 | width: 100%; | ||
| 1918 | } | ||
| 1919 | .col-md-11 { | ||
| 1920 | width: 91.66666667%; | ||
| 1921 | } | ||
| 1922 | .col-md-10 { | ||
| 1923 | width: 83.33333333%; | ||
| 1924 | } | ||
| 1925 | .col-md-9 { | ||
| 1926 | width: 75%; | ||
| 1927 | } | ||
| 1928 | .col-md-8 { | ||
| 1929 | width: 66.66666667%; | ||
| 1930 | } | ||
| 1931 | .col-md-7 { | ||
| 1932 | width: 58.33333333%; | ||
| 1933 | } | ||
| 1934 | .col-md-6 { | ||
| 1935 | width: 50%; | ||
| 1936 | } | ||
| 1937 | .col-md-5 { | ||
| 1938 | width: 41.66666667%; | ||
| 1939 | } | ||
| 1940 | .col-md-4 { | ||
| 1941 | width: 33.33333333%; | ||
| 1942 | } | ||
| 1943 | .col-md-3 { | ||
| 1944 | width: 25%; | ||
| 1945 | } | ||
| 1946 | .col-md-2 { | ||
| 1947 | width: 16.66666667%; | ||
| 1948 | } | ||
| 1949 | .col-md-1 { | ||
| 1950 | width: 8.33333333%; | ||
| 1951 | } | ||
| 1952 | .col-md-pull-12 { | ||
| 1953 | right: 100%; | ||
| 1954 | } | ||
| 1955 | .col-md-pull-11 { | ||
| 1956 | right: 91.66666667%; | ||
| 1957 | } | ||
| 1958 | .col-md-pull-10 { | ||
| 1959 | right: 83.33333333%; | ||
| 1960 | } | ||
| 1961 | .col-md-pull-9 { | ||
| 1962 | right: 75%; | ||
| 1963 | } | ||
| 1964 | .col-md-pull-8 { | ||
| 1965 | right: 66.66666667%; | ||
| 1966 | } | ||
| 1967 | .col-md-pull-7 { | ||
| 1968 | right: 58.33333333%; | ||
| 1969 | } | ||
| 1970 | .col-md-pull-6 { | ||
| 1971 | right: 50%; | ||
| 1972 | } | ||
| 1973 | .col-md-pull-5 { | ||
| 1974 | right: 41.66666667%; | ||
| 1975 | } | ||
| 1976 | .col-md-pull-4 { | ||
| 1977 | right: 33.33333333%; | ||
| 1978 | } | ||
| 1979 | .col-md-pull-3 { | ||
| 1980 | right: 25%; | ||
| 1981 | } | ||
| 1982 | .col-md-pull-2 { | ||
| 1983 | right: 16.66666667%; | ||
| 1984 | } | ||
| 1985 | .col-md-pull-1 { | ||
| 1986 | right: 8.33333333%; | ||
| 1987 | } | ||
| 1988 | .col-md-pull-0 { | ||
| 1989 | right: auto; | ||
| 1990 | } | ||
| 1991 | .col-md-push-12 { | ||
| 1992 | left: 100%; | ||
| 1993 | } | ||
| 1994 | .col-md-push-11 { | ||
| 1995 | left: 91.66666667%; | ||
| 1996 | } | ||
| 1997 | .col-md-push-10 { | ||
| 1998 | left: 83.33333333%; | ||
| 1999 | } | ||
| 2000 | .col-md-push-9 { | ||
| 2001 | left: 75%; | ||
| 2002 | } | ||
| 2003 | .col-md-push-8 { | ||
| 2004 | left: 66.66666667%; | ||
| 2005 | } | ||
| 2006 | .col-md-push-7 { | ||
| 2007 | left: 58.33333333%; | ||
| 2008 | } | ||
| 2009 | .col-md-push-6 { | ||
| 2010 | left: 50%; | ||
| 2011 | } | ||
| 2012 | .col-md-push-5 { | ||
| 2013 | left: 41.66666667%; | ||
| 2014 | } | ||
| 2015 | .col-md-push-4 { | ||
| 2016 | left: 33.33333333%; | ||
| 2017 | } | ||
| 2018 | .col-md-push-3 { | ||
| 2019 | left: 25%; | ||
| 2020 | } | ||
| 2021 | .col-md-push-2 { | ||
| 2022 | left: 16.66666667%; | ||
| 2023 | } | ||
| 2024 | .col-md-push-1 { | ||
| 2025 | left: 8.33333333%; | ||
| 2026 | } | ||
| 2027 | .col-md-push-0 { | ||
| 2028 | left: auto; | ||
| 2029 | } | ||
| 2030 | .col-md-offset-12 { | ||
| 2031 | margin-left: 100%; | ||
| 2032 | } | ||
| 2033 | .col-md-offset-11 { | ||
| 2034 | margin-left: 91.66666667%; | ||
| 2035 | } | ||
| 2036 | .col-md-offset-10 { | ||
| 2037 | margin-left: 83.33333333%; | ||
| 2038 | } | ||
| 2039 | .col-md-offset-9 { | ||
| 2040 | margin-left: 75%; | ||
| 2041 | } | ||
| 2042 | .col-md-offset-8 { | ||
| 2043 | margin-left: 66.66666667%; | ||
| 2044 | } | ||
| 2045 | .col-md-offset-7 { | ||
| 2046 | margin-left: 58.33333333%; | ||
| 2047 | } | ||
| 2048 | .col-md-offset-6 { | ||
| 2049 | margin-left: 50%; | ||
| 2050 | } | ||
| 2051 | .col-md-offset-5 { | ||
| 2052 | margin-left: 41.66666667%; | ||
| 2053 | } | ||
| 2054 | .col-md-offset-4 { | ||
| 2055 | margin-left: 33.33333333%; | ||
| 2056 | } | ||
| 2057 | .col-md-offset-3 { | ||
| 2058 | margin-left: 25%; | ||
| 2059 | } | ||
| 2060 | .col-md-offset-2 { | ||
| 2061 | margin-left: 16.66666667%; | ||
| 2062 | } | ||
| 2063 | .col-md-offset-1 { | ||
| 2064 | margin-left: 8.33333333%; | ||
| 2065 | } | ||
| 2066 | .col-md-offset-0 { | ||
| 2067 | margin-left: 0%; | ||
| 2068 | } | ||
| 2069 | } | ||
| 2070 | @media (min-width: 1200px) { | ||
| 2071 | .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 { | ||
| 2072 | float: left; | ||
| 2073 | } | ||
| 2074 | .col-lg-12 { | ||
| 2075 | width: 100%; | ||
| 2076 | } | ||
| 2077 | .col-lg-11 { | ||
| 2078 | width: 91.66666667%; | ||
| 2079 | } | ||
| 2080 | .col-lg-10 { | ||
| 2081 | width: 83.33333333%; | ||
| 2082 | } | ||
| 2083 | .col-lg-9 { | ||
| 2084 | width: 75%; | ||
| 2085 | } | ||
| 2086 | .col-lg-8 { | ||
| 2087 | width: 66.66666667%; | ||
| 2088 | } | ||
| 2089 | .col-lg-7 { | ||
| 2090 | width: 58.33333333%; | ||
| 2091 | } | ||
| 2092 | .col-lg-6 { | ||
| 2093 | width: 50%; | ||
| 2094 | } | ||
| 2095 | .col-lg-5 { | ||
| 2096 | width: 41.66666667%; | ||
| 2097 | } | ||
| 2098 | .col-lg-4 { | ||
| 2099 | width: 33.33333333%; | ||
| 2100 | } | ||
| 2101 | .col-lg-3 { | ||
| 2102 | width: 25%; | ||
| 2103 | } | ||
| 2104 | .col-lg-2 { | ||
| 2105 | width: 16.66666667%; | ||
| 2106 | } | ||
| 2107 | .col-lg-1 { | ||
| 2108 | width: 8.33333333%; | ||
| 2109 | } | ||
| 2110 | .col-lg-pull-12 { | ||
| 2111 | right: 100%; | ||
| 2112 | } | ||
| 2113 | .col-lg-pull-11 { | ||
| 2114 | right: 91.66666667%; | ||
| 2115 | } | ||
| 2116 | .col-lg-pull-10 { | ||
| 2117 | right: 83.33333333%; | ||
| 2118 | } | ||
| 2119 | .col-lg-pull-9 { | ||
| 2120 | right: 75%; | ||
| 2121 | } | ||
| 2122 | .col-lg-pull-8 { | ||
| 2123 | right: 66.66666667%; | ||
| 2124 | } | ||
| 2125 | .col-lg-pull-7 { | ||
| 2126 | right: 58.33333333%; | ||
| 2127 | } | ||
| 2128 | .col-lg-pull-6 { | ||
| 2129 | right: 50%; | ||
| 2130 | } | ||
| 2131 | .col-lg-pull-5 { | ||
| 2132 | right: 41.66666667%; | ||
| 2133 | } | ||
| 2134 | .col-lg-pull-4 { | ||
| 2135 | right: 33.33333333%; | ||
| 2136 | } | ||
| 2137 | .col-lg-pull-3 { | ||
| 2138 | right: 25%; | ||
| 2139 | } | ||
| 2140 | .col-lg-pull-2 { | ||
| 2141 | right: 16.66666667%; | ||
| 2142 | } | ||
| 2143 | .col-lg-pull-1 { | ||
| 2144 | right: 8.33333333%; | ||
| 2145 | } | ||
| 2146 | .col-lg-pull-0 { | ||
| 2147 | right: auto; | ||
| 2148 | } | ||
| 2149 | .col-lg-push-12 { | ||
| 2150 | left: 100%; | ||
| 2151 | } | ||
| 2152 | .col-lg-push-11 { | ||
| 2153 | left: 91.66666667%; | ||
| 2154 | } | ||
| 2155 | .col-lg-push-10 { | ||
| 2156 | left: 83.33333333%; | ||
| 2157 | } | ||
| 2158 | .col-lg-push-9 { | ||
| 2159 | left: 75%; | ||
| 2160 | } | ||
| 2161 | .col-lg-push-8 { | ||
| 2162 | left: 66.66666667%; | ||
| 2163 | } | ||
| 2164 | .col-lg-push-7 { | ||
| 2165 | left: 58.33333333%; | ||
| 2166 | } | ||
| 2167 | .col-lg-push-6 { | ||
| 2168 | left: 50%; | ||
| 2169 | } | ||
| 2170 | .col-lg-push-5 { | ||
| 2171 | left: 41.66666667%; | ||
| 2172 | } | ||
| 2173 | .col-lg-push-4 { | ||
| 2174 | left: 33.33333333%; | ||
| 2175 | } | ||
| 2176 | .col-lg-push-3 { | ||
| 2177 | left: 25%; | ||
| 2178 | } | ||
| 2179 | .col-lg-push-2 { | ||
| 2180 | left: 16.66666667%; | ||
| 2181 | } | ||
| 2182 | .col-lg-push-1 { | ||
| 2183 | left: 8.33333333%; | ||
| 2184 | } | ||
| 2185 | .col-lg-push-0 { | ||
| 2186 | left: auto; | ||
| 2187 | } | ||
| 2188 | .col-lg-offset-12 { | ||
| 2189 | margin-left: 100%; | ||
| 2190 | } | ||
| 2191 | .col-lg-offset-11 { | ||
| 2192 | margin-left: 91.66666667%; | ||
| 2193 | } | ||
| 2194 | .col-lg-offset-10 { | ||
| 2195 | margin-left: 83.33333333%; | ||
| 2196 | } | ||
| 2197 | .col-lg-offset-9 { | ||
| 2198 | margin-left: 75%; | ||
| 2199 | } | ||
| 2200 | .col-lg-offset-8 { | ||
| 2201 | margin-left: 66.66666667%; | ||
| 2202 | } | ||
| 2203 | .col-lg-offset-7 { | ||
| 2204 | margin-left: 58.33333333%; | ||
| 2205 | } | ||
| 2206 | .col-lg-offset-6 { | ||
| 2207 | margin-left: 50%; | ||
| 2208 | } | ||
| 2209 | .col-lg-offset-5 { | ||
| 2210 | margin-left: 41.66666667%; | ||
| 2211 | } | ||
| 2212 | .col-lg-offset-4 { | ||
| 2213 | margin-left: 33.33333333%; | ||
| 2214 | } | ||
| 2215 | .col-lg-offset-3 { | ||
| 2216 | margin-left: 25%; | ||
| 2217 | } | ||
| 2218 | .col-lg-offset-2 { | ||
| 2219 | margin-left: 16.66666667%; | ||
| 2220 | } | ||
| 2221 | .col-lg-offset-1 { | ||
| 2222 | margin-left: 8.33333333%; | ||
| 2223 | } | ||
| 2224 | .col-lg-offset-0 { | ||
| 2225 | margin-left: 0%; | ||
| 2226 | } | ||
| 2227 | } | ||
| 2228 | table { | ||
| 2229 | background-color: transparent; | ||
| 2230 | } | ||
| 2231 | caption { | ||
| 2232 | padding-top: 8px; | ||
| 2233 | padding-bottom: 8px; | ||
| 2234 | color: #999999; | ||
| 2235 | text-align: left; | ||
| 2236 | } | ||
| 2237 | th { | ||
| 2238 | text-align: left; | ||
| 2239 | } | ||
| 2240 | .table { | ||
| 2241 | width: 100%; | ||
| 2242 | max-width: 100%; | ||
| 2243 | margin-bottom: 21px; | ||
| 2244 | } | ||
| 2245 | .table > thead > tr > th, | ||
| 2246 | .table > tbody > tr > th, | ||
| 2247 | .table > tfoot > tr > th, | ||
| 2248 | .table > thead > tr > td, | ||
| 2249 | .table > tbody > tr > td, | ||
| 2250 | .table > tfoot > tr > td { | ||
| 2251 | padding: 8px; | ||
| 2252 | line-height: 1.42857143; | ||
| 2253 | vertical-align: top; | ||
| 2254 | border-top: 1px solid #dddddd; | ||
| 2255 | } | ||
| 2256 | .table > thead > tr > th { | ||
| 2257 | vertical-align: bottom; | ||
| 2258 | border-bottom: 2px solid #dddddd; | ||
| 2259 | } | ||
| 2260 | .table > caption + thead > tr:first-child > th, | ||
| 2261 | .table > colgroup + thead > tr:first-child > th, | ||
| 2262 | .table > thead:first-child > tr:first-child > th, | ||
| 2263 | .table > caption + thead > tr:first-child > td, | ||
| 2264 | .table > colgroup + thead > tr:first-child > td, | ||
| 2265 | .table > thead:first-child > tr:first-child > td { | ||
| 2266 | border-top: 0; | ||
| 2267 | } | ||
| 2268 | .table > tbody + tbody { | ||
| 2269 | border-top: 2px solid #dddddd; | ||
| 2270 | } | ||
| 2271 | .table .table { | ||
| 2272 | background-color: #ffffff; | ||
| 2273 | } | ||
| 2274 | .table-condensed > thead > tr > th, | ||
| 2275 | .table-condensed > tbody > tr > th, | ||
| 2276 | .table-condensed > tfoot > tr > th, | ||
| 2277 | .table-condensed > thead > tr > td, | ||
| 2278 | .table-condensed > tbody > tr > td, | ||
| 2279 | .table-condensed > tfoot > tr > td { | ||
| 2280 | padding: 5px; | ||
| 2281 | } | ||
| 2282 | .table-bordered { | ||
| 2283 | border: 1px solid #dddddd; | ||
| 2284 | } | ||
| 2285 | .table-bordered > thead > tr > th, | ||
| 2286 | .table-bordered > tbody > tr > th, | ||
| 2287 | .table-bordered > tfoot > tr > th, | ||
| 2288 | .table-bordered > thead > tr > td, | ||
| 2289 | .table-bordered > tbody > tr > td, | ||
| 2290 | .table-bordered > tfoot > tr > td { | ||
| 2291 | border: 1px solid #dddddd; | ||
| 2292 | } | ||
| 2293 | .table-bordered > thead > tr > th, | ||
| 2294 | .table-bordered > thead > tr > td { | ||
| 2295 | border-bottom-width: 2px; | ||
| 2296 | } | ||
| 2297 | .table-striped > tbody > tr:nth-of-type(odd) { | ||
| 2298 | background-color: #f9f9f9; | ||
| 2299 | } | ||
| 2300 | .table-hover > tbody > tr:hover { | ||
| 2301 | background-color: #f5f5f5; | ||
| 2302 | } | ||
| 2303 | table col[class*="col-"] { | ||
| 2304 | position: static; | ||
| 2305 | float: none; | ||
| 2306 | display: table-column; | ||
| 2307 | } | ||
| 2308 | table td[class*="col-"], | ||
| 2309 | table th[class*="col-"] { | ||
| 2310 | position: static; | ||
| 2311 | float: none; | ||
| 2312 | display: table-cell; | ||
| 2313 | } | ||
| 2314 | .table > thead > tr > td.active, | ||
| 2315 | .table > tbody > tr > td.active, | ||
| 2316 | .table > tfoot > tr > td.active, | ||
| 2317 | .table > thead > tr > th.active, | ||
| 2318 | .table > tbody > tr > th.active, | ||
| 2319 | .table > tfoot > tr > th.active, | ||
| 2320 | .table > thead > tr.active > td, | ||
| 2321 | .table > tbody > tr.active > td, | ||
| 2322 | .table > tfoot > tr.active > td, | ||
| 2323 | .table > thead > tr.active > th, | ||
| 2324 | .table > tbody > tr.active > th, | ||
| 2325 | .table > tfoot > tr.active > th { | ||
| 2326 | background-color: #f5f5f5; | ||
| 2327 | } | ||
| 2328 | .table-hover > tbody > tr > td.active:hover, | ||
| 2329 | .table-hover > tbody > tr > th.active:hover, | ||
| 2330 | .table-hover > tbody > tr.active:hover > td, | ||
| 2331 | .table-hover > tbody > tr:hover > .active, | ||
| 2332 | .table-hover > tbody > tr.active:hover > th { | ||
| 2333 | background-color: #e8e8e8; | ||
| 2334 | } | ||
| 2335 | .table > thead > tr > td.success, | ||
| 2336 | .table > tbody > tr > td.success, | ||
| 2337 | .table > tfoot > tr > td.success, | ||
| 2338 | .table > thead > tr > th.success, | ||
| 2339 | .table > tbody > tr > th.success, | ||
| 2340 | .table > tfoot > tr > th.success, | ||
| 2341 | .table > thead > tr.success > td, | ||
| 2342 | .table > tbody > tr.success > td, | ||
| 2343 | .table > tfoot > tr.success > td, | ||
| 2344 | .table > thead > tr.success > th, | ||
| 2345 | .table > tbody > tr.success > th, | ||
| 2346 | .table > tfoot > tr.success > th { | ||
| 2347 | background-color: #3fb618; | ||
| 2348 | } | ||
| 2349 | .table-hover > tbody > tr > td.success:hover, | ||
| 2350 | .table-hover > tbody > tr > th.success:hover, | ||
| 2351 | .table-hover > tbody > tr.success:hover > td, | ||
| 2352 | .table-hover > tbody > tr:hover > .success, | ||
| 2353 | .table-hover > tbody > tr.success:hover > th { | ||
| 2354 | background-color: #379f15; | ||
| 2355 | } | ||
| 2356 | .table > thead > tr > td.info, | ||
| 2357 | .table > tbody > tr > td.info, | ||
| 2358 | .table > tfoot > tr > td.info, | ||
| 2359 | .table > thead > tr > th.info, | ||
| 2360 | .table > tbody > tr > th.info, | ||
| 2361 | .table > tfoot > tr > th.info, | ||
| 2362 | .table > thead > tr.info > td, | ||
| 2363 | .table > tbody > tr.info > td, | ||
| 2364 | .table > tfoot > tr.info > td, | ||
| 2365 | .table > thead > tr.info > th, | ||
| 2366 | .table > tbody > tr.info > th, | ||
| 2367 | .table > tfoot > tr.info > th { | ||
| 2368 | background-color: #9954bb; | ||
| 2369 | } | ||
| 2370 | .table-hover > tbody > tr > td.info:hover, | ||
| 2371 | .table-hover > tbody > tr > th.info:hover, | ||
| 2372 | .table-hover > tbody > tr.info:hover > td, | ||
| 2373 | .table-hover > tbody > tr:hover > .info, | ||
| 2374 | .table-hover > tbody > tr.info:hover > th { | ||
| 2375 | background-color: #8d46b0; | ||
| 2376 | } | ||
| 2377 | .table > thead > tr > td.warning, | ||
| 2378 | .table > tbody > tr > td.warning, | ||
| 2379 | .table > tfoot > tr > td.warning, | ||
| 2380 | .table > thead > tr > th.warning, | ||
| 2381 | .table > tbody > tr > th.warning, | ||
| 2382 | .table > tfoot > tr > th.warning, | ||
| 2383 | .table > thead > tr.warning > td, | ||
| 2384 | .table > tbody > tr.warning > td, | ||
| 2385 | .table > tfoot > tr.warning > td, | ||
| 2386 | .table > thead > tr.warning > th, | ||
| 2387 | .table > tbody > tr.warning > th, | ||
| 2388 | .table > tfoot > tr.warning > th { | ||
| 2389 | background-color: #ff7518; | ||
| 2390 | } | ||
| 2391 | .table-hover > tbody > tr > td.warning:hover, | ||
| 2392 | .table-hover > tbody > tr > th.warning:hover, | ||
| 2393 | .table-hover > tbody > tr.warning:hover > td, | ||
| 2394 | .table-hover > tbody > tr:hover > .warning, | ||
| 2395 | .table-hover > tbody > tr.warning:hover > th { | ||
| 2396 | background-color: #fe6600; | ||
| 2397 | } | ||
| 2398 | .table > thead > tr > td.danger, | ||
| 2399 | .table > tbody > tr > td.danger, | ||
| 2400 | .table > tfoot > tr > td.danger, | ||
| 2401 | .table > thead > tr > th.danger, | ||
| 2402 | .table > tbody > tr > th.danger, | ||
| 2403 | .table > tfoot > tr > th.danger, | ||
| 2404 | .table > thead > tr.danger > td, | ||
| 2405 | .table > tbody > tr.danger > td, | ||
| 2406 | .table > tfoot > tr.danger > td, | ||
| 2407 | .table > thead > tr.danger > th, | ||
| 2408 | .table > tbody > tr.danger > th, | ||
| 2409 | .table > tfoot > tr.danger > th { | ||
| 2410 | background-color: #ff0039; | ||
| 2411 | } | ||
| 2412 | .table-hover > tbody > tr > td.danger:hover, | ||
| 2413 | .table-hover > tbody > tr > th.danger:hover, | ||
| 2414 | .table-hover > tbody > tr.danger:hover > td, | ||
| 2415 | .table-hover > tbody > tr:hover > .danger, | ||
| 2416 | .table-hover > tbody > tr.danger:hover > th { | ||
| 2417 | background-color: #e60033; | ||
| 2418 | } | ||
| 2419 | .table-responsive { | ||
| 2420 | overflow-x: auto; | ||
| 2421 | min-height: 0.01%; | ||
| 2422 | } | ||
| 2423 | @media screen and (max-width: 767px) { | ||
| 2424 | .table-responsive { | ||
| 2425 | width: 100%; | ||
| 2426 | margin-bottom: 15.75px; | ||
| 2427 | overflow-y: hidden; | ||
| 2428 | -ms-overflow-style: -ms-autohiding-scrollbar; | ||
| 2429 | border: 1px solid #dddddd; | ||
| 2430 | } | ||
| 2431 | .table-responsive > .table { | ||
| 2432 | margin-bottom: 0; | ||
| 2433 | } | ||
| 2434 | .table-responsive > .table > thead > tr > th, | ||
| 2435 | .table-responsive > .table > tbody > tr > th, | ||
| 2436 | .table-responsive > .table > tfoot > tr > th, | ||
| 2437 | .table-responsive > .table > thead > tr > td, | ||
| 2438 | .table-responsive > .table > tbody > tr > td, | ||
| 2439 | .table-responsive > .table > tfoot > tr > td { | ||
| 2440 | white-space: nowrap; | ||
| 2441 | } | ||
| 2442 | .table-responsive > .table-bordered { | ||
| 2443 | border: 0; | ||
| 2444 | } | ||
| 2445 | .table-responsive > .table-bordered > thead > tr > th:first-child, | ||
| 2446 | .table-responsive > .table-bordered > tbody > tr > th:first-child, | ||
| 2447 | .table-responsive > .table-bordered > tfoot > tr > th:first-child, | ||
| 2448 | .table-responsive > .table-bordered > thead > tr > td:first-child, | ||
| 2449 | .table-responsive > .table-bordered > tbody > tr > td:first-child, | ||
| 2450 | .table-responsive > .table-bordered > tfoot > tr > td:first-child { | ||
| 2451 | border-left: 0; | ||
| 2452 | } | ||
| 2453 | .table-responsive > .table-bordered > thead > tr > th:last-child, | ||
| 2454 | .table-responsive > .table-bordered > tbody > tr > th:last-child, | ||
| 2455 | .table-responsive > .table-bordered > tfoot > tr > th:last-child, | ||
| 2456 | .table-responsive > .table-bordered > thead > tr > td:last-child, | ||
| 2457 | .table-responsive > .table-bordered > tbody > tr > td:last-child, | ||
| 2458 | .table-responsive > .table-bordered > tfoot > tr > td:last-child { | ||
| 2459 | border-right: 0; | ||
| 2460 | } | ||
| 2461 | .table-responsive > .table-bordered > tbody > tr:last-child > th, | ||
| 2462 | .table-responsive > .table-bordered > tfoot > tr:last-child > th, | ||
| 2463 | .table-responsive > .table-bordered > tbody > tr:last-child > td, | ||
| 2464 | .table-responsive > .table-bordered > tfoot > tr:last-child > td { | ||
| 2465 | border-bottom: 0; | ||
| 2466 | } | ||
| 2467 | } | ||
| 2468 | fieldset { | ||
| 2469 | padding: 0; | ||
| 2470 | margin: 0; | ||
| 2471 | border: 0; | ||
| 2472 | min-width: 0; | ||
| 2473 | } | ||
| 2474 | legend { | ||
| 2475 | display: block; | ||
| 2476 | width: 100%; | ||
| 2477 | padding: 0; | ||
| 2478 | margin-bottom: 21px; | ||
| 2479 | font-size: 22.5px; | ||
| 2480 | line-height: inherit; | ||
| 2481 | color: #333333; | ||
| 2482 | border: 0; | ||
| 2483 | border-bottom: 1px solid #e5e5e5; | ||
| 2484 | } | ||
| 2485 | label { | ||
| 2486 | display: inline-block; | ||
| 2487 | max-width: 100%; | ||
| 2488 | margin-bottom: 5px; | ||
| 2489 | font-weight: bold; | ||
| 2490 | } | ||
| 2491 | input[type="search"] { | ||
| 2492 | -webkit-box-sizing: border-box; | ||
| 2493 | -moz-box-sizing: border-box; | ||
| 2494 | box-sizing: border-box; | ||
| 2495 | } | ||
| 2496 | input[type="radio"], | ||
| 2497 | input[type="checkbox"] { | ||
| 2498 | margin: 4px 0 0; | ||
| 2499 | margin-top: 1px \9; | ||
| 2500 | line-height: normal; | ||
| 2501 | } | ||
| 2502 | input[type="file"] { | ||
| 2503 | display: block; | ||
| 2504 | } | ||
| 2505 | input[type="range"] { | ||
| 2506 | display: block; | ||
| 2507 | width: 100%; | ||
| 2508 | } | ||
| 2509 | select[multiple], | ||
| 2510 | select[size] { | ||
| 2511 | height: auto; | ||
| 2512 | } | ||
| 2513 | input[type="file"]:focus, | ||
| 2514 | input[type="radio"]:focus, | ||
| 2515 | input[type="checkbox"]:focus { | ||
| 2516 | outline: thin dotted; | ||
| 2517 | outline: 5px auto -webkit-focus-ring-color; | ||
| 2518 | outline-offset: -2px; | ||
| 2519 | } | ||
| 2520 | output { | ||
| 2521 | display: block; | ||
| 2522 | padding-top: 11px; | ||
| 2523 | font-size: 15px; | ||
| 2524 | line-height: 1.42857143; | ||
| 2525 | color: #333333; | ||
| 2526 | } | ||
| 2527 | .form-control { | ||
| 2528 | display: block; | ||
| 2529 | width: 100%; | ||
| 2530 | height: 43px; | ||
| 2531 | padding: 10px 18px; | ||
| 2532 | font-size: 15px; | ||
| 2533 | line-height: 1.42857143; | ||
| 2534 | color: #333333; | ||
| 2535 | background-color: #ffffff; | ||
| 2536 | background-image: none; | ||
| 2537 | border: 1px solid #cccccc; | ||
| 2538 | border-radius: 0; | ||
| 2539 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2540 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2541 | -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; | ||
| 2542 | -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | ||
| 2543 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | ||
| 2544 | } | ||
| 2545 | .form-control:focus { | ||
| 2546 | border-color: #66afe9; | ||
| 2547 | outline: 0; | ||
| 2548 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | ||
| 2549 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | ||
| 2550 | } | ||
| 2551 | .form-control::-moz-placeholder { | ||
| 2552 | color: #999999; | ||
| 2553 | opacity: 1; | ||
| 2554 | } | ||
| 2555 | .form-control:-ms-input-placeholder { | ||
| 2556 | color: #999999; | ||
| 2557 | } | ||
| 2558 | .form-control::-webkit-input-placeholder { | ||
| 2559 | color: #999999; | ||
| 2560 | } | ||
| 2561 | .form-control[disabled], | ||
| 2562 | .form-control[readonly], | ||
| 2563 | fieldset[disabled] .form-control { | ||
| 2564 | cursor: not-allowed; | ||
| 2565 | background-color: #e6e6e6; | ||
| 2566 | opacity: 1; | ||
| 2567 | } | ||
| 2568 | textarea.form-control { | ||
| 2569 | height: auto; | ||
| 2570 | } | ||
| 2571 | input[type="search"] { | ||
| 2572 | -webkit-appearance: none; | ||
| 2573 | } | ||
| 2574 | @media screen and (-webkit-min-device-pixel-ratio: 0) { | ||
| 2575 | input[type="date"], | ||
| 2576 | input[type="time"], | ||
| 2577 | input[type="datetime-local"], | ||
| 2578 | input[type="month"] { | ||
| 2579 | line-height: 43px; | ||
| 2580 | } | ||
| 2581 | input[type="date"].input-sm, | ||
| 2582 | input[type="time"].input-sm, | ||
| 2583 | input[type="datetime-local"].input-sm, | ||
| 2584 | input[type="month"].input-sm, | ||
| 2585 | .input-group-sm input[type="date"], | ||
| 2586 | .input-group-sm input[type="time"], | ||
| 2587 | .input-group-sm input[type="datetime-local"], | ||
| 2588 | .input-group-sm input[type="month"] { | ||
| 2589 | line-height: 31px; | ||
| 2590 | } | ||
| 2591 | input[type="date"].input-lg, | ||
| 2592 | input[type="time"].input-lg, | ||
| 2593 | input[type="datetime-local"].input-lg, | ||
| 2594 | input[type="month"].input-lg, | ||
| 2595 | .input-group-lg input[type="date"], | ||
| 2596 | .input-group-lg input[type="time"], | ||
| 2597 | .input-group-lg input[type="datetime-local"], | ||
| 2598 | .input-group-lg input[type="month"] { | ||
| 2599 | line-height: 64px; | ||
| 2600 | } | ||
| 2601 | } | ||
| 2602 | .form-group { | ||
| 2603 | margin-bottom: 15px; | ||
| 2604 | } | ||
| 2605 | .radio, | ||
| 2606 | .checkbox { | ||
| 2607 | position: relative; | ||
| 2608 | display: block; | ||
| 2609 | margin-top: 10px; | ||
| 2610 | margin-bottom: 10px; | ||
| 2611 | } | ||
| 2612 | .radio label, | ||
| 2613 | .checkbox label { | ||
| 2614 | min-height: 21px; | ||
| 2615 | padding-left: 20px; | ||
| 2616 | margin-bottom: 0; | ||
| 2617 | font-weight: normal; | ||
| 2618 | cursor: pointer; | ||
| 2619 | } | ||
| 2620 | .radio input[type="radio"], | ||
| 2621 | .radio-inline input[type="radio"], | ||
| 2622 | .checkbox input[type="checkbox"], | ||
| 2623 | .checkbox-inline input[type="checkbox"] { | ||
| 2624 | position: absolute; | ||
| 2625 | margin-left: -20px; | ||
| 2626 | margin-top: 4px \9; | ||
| 2627 | } | ||
| 2628 | .radio + .radio, | ||
| 2629 | .checkbox + .checkbox { | ||
| 2630 | margin-top: -5px; | ||
| 2631 | } | ||
| 2632 | .radio-inline, | ||
| 2633 | .checkbox-inline { | ||
| 2634 | display: inline-block; | ||
| 2635 | padding-left: 20px; | ||
| 2636 | margin-bottom: 0; | ||
| 2637 | vertical-align: middle; | ||
| 2638 | font-weight: normal; | ||
| 2639 | cursor: pointer; | ||
| 2640 | } | ||
| 2641 | .radio-inline + .radio-inline, | ||
| 2642 | .checkbox-inline + .checkbox-inline { | ||
| 2643 | margin-top: 0; | ||
| 2644 | margin-left: 10px; | ||
| 2645 | } | ||
| 2646 | input[type="radio"][disabled], | ||
| 2647 | input[type="checkbox"][disabled], | ||
| 2648 | input[type="radio"].disabled, | ||
| 2649 | input[type="checkbox"].disabled, | ||
| 2650 | fieldset[disabled] input[type="radio"], | ||
| 2651 | fieldset[disabled] input[type="checkbox"] { | ||
| 2652 | cursor: not-allowed; | ||
| 2653 | } | ||
| 2654 | .radio-inline.disabled, | ||
| 2655 | .checkbox-inline.disabled, | ||
| 2656 | fieldset[disabled] .radio-inline, | ||
| 2657 | fieldset[disabled] .checkbox-inline { | ||
| 2658 | cursor: not-allowed; | ||
| 2659 | } | ||
| 2660 | .radio.disabled label, | ||
| 2661 | .checkbox.disabled label, | ||
| 2662 | fieldset[disabled] .radio label, | ||
| 2663 | fieldset[disabled] .checkbox label { | ||
| 2664 | cursor: not-allowed; | ||
| 2665 | } | ||
| 2666 | .form-control-static { | ||
| 2667 | padding-top: 11px; | ||
| 2668 | padding-bottom: 11px; | ||
| 2669 | margin-bottom: 0; | ||
| 2670 | } | ||
| 2671 | .form-control-static.input-lg, | ||
| 2672 | .form-control-static.input-sm { | ||
| 2673 | padding-left: 0; | ||
| 2674 | padding-right: 0; | ||
| 2675 | } | ||
| 2676 | .input-sm { | ||
| 2677 | height: 31px; | ||
| 2678 | padding: 5px 10px; | ||
| 2679 | font-size: 13px; | ||
| 2680 | line-height: 1.5; | ||
| 2681 | border-radius: 0; | ||
| 2682 | } | ||
| 2683 | select.input-sm { | ||
| 2684 | height: 31px; | ||
| 2685 | line-height: 31px; | ||
| 2686 | } | ||
| 2687 | textarea.input-sm, | ||
| 2688 | select[multiple].input-sm { | ||
| 2689 | height: auto; | ||
| 2690 | } | ||
| 2691 | .form-group-sm .form-control { | ||
| 2692 | height: 31px; | ||
| 2693 | padding: 5px 10px; | ||
| 2694 | font-size: 13px; | ||
| 2695 | line-height: 1.5; | ||
| 2696 | border-radius: 0; | ||
| 2697 | } | ||
| 2698 | select.form-group-sm .form-control { | ||
| 2699 | height: 31px; | ||
| 2700 | line-height: 31px; | ||
| 2701 | } | ||
| 2702 | textarea.form-group-sm .form-control, | ||
| 2703 | select[multiple].form-group-sm .form-control { | ||
| 2704 | height: auto; | ||
| 2705 | } | ||
| 2706 | .form-group-sm .form-control-static { | ||
| 2707 | height: 31px; | ||
| 2708 | padding: 5px 10px; | ||
| 2709 | font-size: 13px; | ||
| 2710 | line-height: 1.5; | ||
| 2711 | } | ||
| 2712 | .input-lg { | ||
| 2713 | height: 64px; | ||
| 2714 | padding: 18px 30px; | ||
| 2715 | font-size: 19px; | ||
| 2716 | line-height: 1.3333333; | ||
| 2717 | border-radius: 0; | ||
| 2718 | } | ||
| 2719 | select.input-lg { | ||
| 2720 | height: 64px; | ||
| 2721 | line-height: 64px; | ||
| 2722 | } | ||
| 2723 | textarea.input-lg, | ||
| 2724 | select[multiple].input-lg { | ||
| 2725 | height: auto; | ||
| 2726 | } | ||
| 2727 | .form-group-lg .form-control { | ||
| 2728 | height: 64px; | ||
| 2729 | padding: 18px 30px; | ||
| 2730 | font-size: 19px; | ||
| 2731 | line-height: 1.3333333; | ||
| 2732 | border-radius: 0; | ||
| 2733 | } | ||
| 2734 | select.form-group-lg .form-control { | ||
| 2735 | height: 64px; | ||
| 2736 | line-height: 64px; | ||
| 2737 | } | ||
| 2738 | textarea.form-group-lg .form-control, | ||
| 2739 | select[multiple].form-group-lg .form-control { | ||
| 2740 | height: auto; | ||
| 2741 | } | ||
| 2742 | .form-group-lg .form-control-static { | ||
| 2743 | height: 64px; | ||
| 2744 | padding: 18px 30px; | ||
| 2745 | font-size: 19px; | ||
| 2746 | line-height: 1.3333333; | ||
| 2747 | } | ||
| 2748 | .has-feedback { | ||
| 2749 | position: relative; | ||
| 2750 | } | ||
| 2751 | .has-feedback .form-control { | ||
| 2752 | padding-right: 53.75px; | ||
| 2753 | } | ||
| 2754 | .form-control-feedback { | ||
| 2755 | position: absolute; | ||
| 2756 | top: 0; | ||
| 2757 | right: 0; | ||
| 2758 | z-index: 2; | ||
| 2759 | display: block; | ||
| 2760 | width: 43px; | ||
| 2761 | height: 43px; | ||
| 2762 | line-height: 43px; | ||
| 2763 | text-align: center; | ||
| 2764 | pointer-events: none; | ||
| 2765 | } | ||
| 2766 | .input-lg + .form-control-feedback { | ||
| 2767 | width: 64px; | ||
| 2768 | height: 64px; | ||
| 2769 | line-height: 64px; | ||
| 2770 | } | ||
| 2771 | .input-sm + .form-control-feedback { | ||
| 2772 | width: 31px; | ||
| 2773 | height: 31px; | ||
| 2774 | line-height: 31px; | ||
| 2775 | } | ||
| 2776 | .has-success .help-block, | ||
| 2777 | .has-success .control-label, | ||
| 2778 | .has-success .radio, | ||
| 2779 | .has-success .checkbox, | ||
| 2780 | .has-success .radio-inline, | ||
| 2781 | .has-success .checkbox-inline, | ||
| 2782 | .has-success.radio label, | ||
| 2783 | .has-success.checkbox label, | ||
| 2784 | .has-success.radio-inline label, | ||
| 2785 | .has-success.checkbox-inline label { | ||
| 2786 | color: #ffffff; | ||
| 2787 | } | ||
| 2788 | .has-success .form-control { | ||
| 2789 | border-color: #ffffff; | ||
| 2790 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2791 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2792 | } | ||
| 2793 | .has-success .form-control:focus { | ||
| 2794 | border-color: #e6e6e6; | ||
| 2795 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2796 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2797 | } | ||
| 2798 | .has-success .input-group-addon { | ||
| 2799 | color: #ffffff; | ||
| 2800 | border-color: #ffffff; | ||
| 2801 | background-color: #3fb618; | ||
| 2802 | } | ||
| 2803 | .has-success .form-control-feedback { | ||
| 2804 | color: #ffffff; | ||
| 2805 | } | ||
| 2806 | .has-warning .help-block, | ||
| 2807 | .has-warning .control-label, | ||
| 2808 | .has-warning .radio, | ||
| 2809 | .has-warning .checkbox, | ||
| 2810 | .has-warning .radio-inline, | ||
| 2811 | .has-warning .checkbox-inline, | ||
| 2812 | .has-warning.radio label, | ||
| 2813 | .has-warning.checkbox label, | ||
| 2814 | .has-warning.radio-inline label, | ||
| 2815 | .has-warning.checkbox-inline label { | ||
| 2816 | color: #ffffff; | ||
| 2817 | } | ||
| 2818 | .has-warning .form-control { | ||
| 2819 | border-color: #ffffff; | ||
| 2820 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2821 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2822 | } | ||
| 2823 | .has-warning .form-control:focus { | ||
| 2824 | border-color: #e6e6e6; | ||
| 2825 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2826 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2827 | } | ||
| 2828 | .has-warning .input-group-addon { | ||
| 2829 | color: #ffffff; | ||
| 2830 | border-color: #ffffff; | ||
| 2831 | background-color: #ff7518; | ||
| 2832 | } | ||
| 2833 | .has-warning .form-control-feedback { | ||
| 2834 | color: #ffffff; | ||
| 2835 | } | ||
| 2836 | .has-error .help-block, | ||
| 2837 | .has-error .control-label, | ||
| 2838 | .has-error .radio, | ||
| 2839 | .has-error .checkbox, | ||
| 2840 | .has-error .radio-inline, | ||
| 2841 | .has-error .checkbox-inline, | ||
| 2842 | .has-error.radio label, | ||
| 2843 | .has-error.checkbox label, | ||
| 2844 | .has-error.radio-inline label, | ||
| 2845 | .has-error.checkbox-inline label { | ||
| 2846 | color: #ffffff; | ||
| 2847 | } | ||
| 2848 | .has-error .form-control { | ||
| 2849 | border-color: #ffffff; | ||
| 2850 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2851 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
| 2852 | } | ||
| 2853 | .has-error .form-control:focus { | ||
| 2854 | border-color: #e6e6e6; | ||
| 2855 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2856 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; | ||
| 2857 | } | ||
| 2858 | .has-error .input-group-addon { | ||
| 2859 | color: #ffffff; | ||
| 2860 | border-color: #ffffff; | ||
| 2861 | background-color: #ff0039; | ||
| 2862 | } | ||
| 2863 | .has-error .form-control-feedback { | ||
| 2864 | color: #ffffff; | ||
| 2865 | } | ||
| 2866 | .has-feedback label ~ .form-control-feedback { | ||
| 2867 | top: 26px; | ||
| 2868 | } | ||
| 2869 | .has-feedback label.sr-only ~ .form-control-feedback { | ||
| 2870 | top: 0; | ||
| 2871 | } | ||
| 2872 | .help-block { | ||
| 2873 | display: block; | ||
| 2874 | margin-top: 5px; | ||
| 2875 | margin-bottom: 10px; | ||
| 2876 | color: #737373; | ||
| 2877 | } | ||
| 2878 | @media (min-width: 768px) { | ||
| 2879 | .form-inline .form-group { | ||
| 2880 | display: inline-block; | ||
| 2881 | margin-bottom: 0; | ||
| 2882 | vertical-align: middle; | ||
| 2883 | } | ||
| 2884 | .form-inline .form-control { | ||
| 2885 | display: inline-block; | ||
| 2886 | width: auto; | ||
| 2887 | vertical-align: middle; | ||
| 2888 | } | ||
| 2889 | .form-inline .form-control-static { | ||
| 2890 | display: inline-block; | ||
| 2891 | } | ||
| 2892 | .form-inline .input-group { | ||
| 2893 | display: inline-table; | ||
| 2894 | vertical-align: middle; | ||
| 2895 | } | ||
| 2896 | .form-inline .input-group .input-group-addon, | ||
| 2897 | .form-inline .input-group .input-group-btn, | ||
| 2898 | .form-inline .input-group .form-control { | ||
| 2899 | width: auto; | ||
| 2900 | } | ||
| 2901 | .form-inline .input-group > .form-control { | ||
| 2902 | width: 100%; | ||
| 2903 | } | ||
| 2904 | .form-inline .control-label { | ||
| 2905 | margin-bottom: 0; | ||
| 2906 | vertical-align: middle; | ||
| 2907 | } | ||
| 2908 | .form-inline .radio, | ||
| 2909 | .form-inline .checkbox { | ||
| 2910 | display: inline-block; | ||
| 2911 | margin-top: 0; | ||
| 2912 | margin-bottom: 0; | ||
| 2913 | vertical-align: middle; | ||
| 2914 | } | ||
| 2915 | .form-inline .radio label, | ||
| 2916 | .form-inline .checkbox label { | ||
| 2917 | padding-left: 0; | ||
| 2918 | } | ||
| 2919 | .form-inline .radio input[type="radio"], | ||
| 2920 | .form-inline .checkbox input[type="checkbox"] { | ||
| 2921 | position: relative; | ||
| 2922 | margin-left: 0; | ||
| 2923 | } | ||
| 2924 | .form-inline .has-feedback .form-control-feedback { | ||
| 2925 | top: 0; | ||
| 2926 | } | ||
| 2927 | } | ||
| 2928 | .form-horizontal .radio, | ||
| 2929 | .form-horizontal .checkbox, | ||
| 2930 | .form-horizontal .radio-inline, | ||
| 2931 | .form-horizontal .checkbox-inline { | ||
| 2932 | margin-top: 0; | ||
| 2933 | margin-bottom: 0; | ||
| 2934 | padding-top: 11px; | ||
| 2935 | } | ||
| 2936 | .form-horizontal .radio, | ||
| 2937 | .form-horizontal .checkbox { | ||
| 2938 | min-height: 32px; | ||
| 2939 | } | ||
| 2940 | .form-horizontal .form-group { | ||
| 2941 | margin-left: -15px; | ||
| 2942 | margin-right: -15px; | ||
| 2943 | } | ||
| 2944 | @media (min-width: 768px) { | ||
| 2945 | .form-horizontal .control-label { | ||
| 2946 | text-align: right; | ||
| 2947 | margin-bottom: 0; | ||
| 2948 | padding-top: 11px; | ||
| 2949 | } | ||
| 2950 | } | ||
| 2951 | .form-horizontal .has-feedback .form-control-feedback { | ||
| 2952 | right: 15px; | ||
| 2953 | } | ||
| 2954 | @media (min-width: 768px) { | ||
| 2955 | .form-horizontal .form-group-lg .control-label { | ||
| 2956 | padding-top: 24.9999994px; | ||
| 2957 | } | ||
| 2958 | } | ||
| 2959 | @media (min-width: 768px) { | ||
| 2960 | .form-horizontal .form-group-sm .control-label { | ||
| 2961 | padding-top: 6px; | ||
| 2962 | } | ||
| 2963 | } | ||
| 2964 | .btn { | ||
| 2965 | display: inline-block; | ||
| 2966 | margin-bottom: 0; | ||
| 2967 | font-weight: normal; | ||
| 2968 | text-align: center; | ||
| 2969 | vertical-align: middle; | ||
| 2970 | -ms-touch-action: manipulation; | ||
| 2971 | touch-action: manipulation; | ||
| 2972 | cursor: pointer; | ||
| 2973 | background-image: none; | ||
| 2974 | border: 1px solid transparent; | ||
| 2975 | white-space: nowrap; | ||
| 2976 | padding: 10px 18px; | ||
| 2977 | font-size: 15px; | ||
| 2978 | line-height: 1.42857143; | ||
| 2979 | border-radius: 0; | ||
| 2980 | -webkit-user-select: none; | ||
| 2981 | -moz-user-select: none; | ||
| 2982 | -ms-user-select: none; | ||
| 2983 | user-select: none; | ||
| 2984 | } | ||
| 2985 | .btn:focus, | ||
| 2986 | .btn:active:focus, | ||
| 2987 | .btn.active:focus, | ||
| 2988 | .btn.focus, | ||
| 2989 | .btn:active.focus, | ||
| 2990 | .btn.active.focus { | ||
| 2991 | outline: thin dotted; | ||
| 2992 | outline: 5px auto -webkit-focus-ring-color; | ||
| 2993 | outline-offset: -2px; | ||
| 2994 | } | ||
| 2995 | .btn:hover, | ||
| 2996 | .btn:focus, | ||
| 2997 | .btn.focus { | ||
| 2998 | color: #ffffff; | ||
| 2999 | text-decoration: none; | ||
| 3000 | } | ||
| 3001 | .btn:active, | ||
| 3002 | .btn.active { | ||
| 3003 | outline: 0; | ||
| 3004 | background-image: none; | ||
| 3005 | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
| 3006 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
| 3007 | } | ||
| 3008 | .btn.disabled, | ||
| 3009 | .btn[disabled], | ||
| 3010 | fieldset[disabled] .btn { | ||
| 3011 | cursor: not-allowed; | ||
| 3012 | pointer-events: none; | ||
| 3013 | opacity: 0.65; | ||
| 3014 | filter: alpha(opacity=65); | ||
| 3015 | -webkit-box-shadow: none; | ||
| 3016 | box-shadow: none; | ||
| 3017 | } | ||
| 3018 | .btn-default { | ||
| 3019 | color: #ffffff; | ||
| 3020 | background-color: #222222; | ||
| 3021 | border-color: #222222; | ||
| 3022 | } | ||
| 3023 | .btn-default:hover, | ||
| 3024 | .btn-default:focus, | ||
| 3025 | .btn-default.focus, | ||
| 3026 | .btn-default:active, | ||
| 3027 | .btn-default.active, | ||
| 3028 | .open > .dropdown-toggle.btn-default { | ||
| 3029 | color: #ffffff; | ||
| 3030 | background-color: #090909; | ||
| 3031 | border-color: #040404; | ||
| 3032 | } | ||
| 3033 | .btn-default:active, | ||
| 3034 | .btn-default.active, | ||
| 3035 | .open > .dropdown-toggle.btn-default { | ||
| 3036 | background-image: none; | ||
| 3037 | } | ||
| 3038 | .btn-default.disabled, | ||
| 3039 | .btn-default[disabled], | ||
| 3040 | fieldset[disabled] .btn-default, | ||
| 3041 | .btn-default.disabled:hover, | ||
| 3042 | .btn-default[disabled]:hover, | ||
| 3043 | fieldset[disabled] .btn-default:hover, | ||
| 3044 | .btn-default.disabled:focus, | ||
| 3045 | .btn-default[disabled]:focus, | ||
| 3046 | fieldset[disabled] .btn-default:focus, | ||
| 3047 | .btn-default.disabled.focus, | ||
| 3048 | .btn-default[disabled].focus, | ||
| 3049 | fieldset[disabled] .btn-default.focus, | ||
| 3050 | .btn-default.disabled:active, | ||
| 3051 | .btn-default[disabled]:active, | ||
| 3052 | fieldset[disabled] .btn-default:active, | ||
| 3053 | .btn-default.disabled.active, | ||
| 3054 | .btn-default[disabled].active, | ||
| 3055 | fieldset[disabled] .btn-default.active { | ||
| 3056 | background-color: #222222; | ||
| 3057 | border-color: #222222; | ||
| 3058 | } | ||
| 3059 | .btn-default .badge { | ||
| 3060 | color: #222222; | ||
| 3061 | background-color: #ffffff; | ||
| 3062 | } | ||
| 3063 | .btn-primary { | ||
| 3064 | color: #ffffff; | ||
| 3065 | background-color: #2780e3; | ||
| 3066 | border-color: #2780e3; | ||
| 3067 | } | ||
| 3068 | .btn-primary:hover, | ||
| 3069 | .btn-primary:focus, | ||
| 3070 | .btn-primary.focus, | ||
| 3071 | .btn-primary:active, | ||
| 3072 | .btn-primary.active, | ||
| 3073 | .open > .dropdown-toggle.btn-primary { | ||
| 3074 | color: #ffffff; | ||
| 3075 | background-color: #1967be; | ||
| 3076 | border-color: #1862b5; | ||
| 3077 | } | ||
| 3078 | .btn-primary:active, | ||
| 3079 | .btn-primary.active, | ||
| 3080 | .open > .dropdown-toggle.btn-primary { | ||
| 3081 | background-image: none; | ||
| 3082 | } | ||
| 3083 | .btn-primary.disabled, | ||
| 3084 | .btn-primary[disabled], | ||
| 3085 | fieldset[disabled] .btn-primary, | ||
| 3086 | .btn-primary.disabled:hover, | ||
| 3087 | .btn-primary[disabled]:hover, | ||
| 3088 | fieldset[disabled] .btn-primary:hover, | ||
| 3089 | .btn-primary.disabled:focus, | ||
| 3090 | .btn-primary[disabled]:focus, | ||
| 3091 | fieldset[disabled] .btn-primary:focus, | ||
| 3092 | .btn-primary.disabled.focus, | ||
| 3093 | .btn-primary[disabled].focus, | ||
| 3094 | fieldset[disabled] .btn-primary.focus, | ||
| 3095 | .btn-primary.disabled:active, | ||
| 3096 | .btn-primary[disabled]:active, | ||
| 3097 | fieldset[disabled] .btn-primary:active, | ||
| 3098 | .btn-primary.disabled.active, | ||
| 3099 | .btn-primary[disabled].active, | ||
| 3100 | fieldset[disabled] .btn-primary.active { | ||
| 3101 | background-color: #2780e3; | ||
| 3102 | border-color: #2780e3; | ||
| 3103 | } | ||
| 3104 | .btn-primary .badge { | ||
| 3105 | color: #2780e3; | ||
| 3106 | background-color: #ffffff; | ||
| 3107 | } | ||
| 3108 | .btn-success { | ||
| 3109 | color: #ffffff; | ||
| 3110 | background-color: #3fb618; | ||
| 3111 | border-color: #3fb618; | ||
| 3112 | } | ||
| 3113 | .btn-success:hover, | ||
| 3114 | .btn-success:focus, | ||
| 3115 | .btn-success.focus, | ||
| 3116 | .btn-success:active, | ||
| 3117 | .btn-success.active, | ||
| 3118 | .open > .dropdown-toggle.btn-success { | ||
| 3119 | color: #ffffff; | ||
| 3120 | background-color: #2f8912; | ||
| 3121 | border-color: #2c8011; | ||
| 3122 | } | ||
| 3123 | .btn-success:active, | ||
| 3124 | .btn-success.active, | ||
| 3125 | .open > .dropdown-toggle.btn-success { | ||
| 3126 | background-image: none; | ||
| 3127 | } | ||
| 3128 | .btn-success.disabled, | ||
| 3129 | .btn-success[disabled], | ||
| 3130 | fieldset[disabled] .btn-success, | ||
| 3131 | .btn-success.disabled:hover, | ||
| 3132 | .btn-success[disabled]:hover, | ||
| 3133 | fieldset[disabled] .btn-success:hover, | ||
| 3134 | .btn-success.disabled:focus, | ||
| 3135 | .btn-success[disabled]:focus, | ||
| 3136 | fieldset[disabled] .btn-success:focus, | ||
| 3137 | .btn-success.disabled.focus, | ||
| 3138 | .btn-success[disabled].focus, | ||
| 3139 | fieldset[disabled] .btn-success.focus, | ||
| 3140 | .btn-success.disabled:active, | ||
| 3141 | .btn-success[disabled]:active, | ||
| 3142 | fieldset[disabled] .btn-success:active, | ||
| 3143 | .btn-success.disabled.active, | ||
| 3144 | .btn-success[disabled].active, | ||
| 3145 | fieldset[disabled] .btn-success.active { | ||
| 3146 | background-color: #3fb618; | ||
| 3147 | border-color: #3fb618; | ||
| 3148 | } | ||
| 3149 | .btn-success .badge { | ||
| 3150 | color: #3fb618; | ||
| 3151 | background-color: #ffffff; | ||
| 3152 | } | ||
| 3153 | .btn-info { | ||
| 3154 | color: #ffffff; | ||
| 3155 | background-color: #9954bb; | ||
| 3156 | border-color: #9954bb; | ||
| 3157 | } | ||
| 3158 | .btn-info:hover, | ||
| 3159 | .btn-info:focus, | ||
| 3160 | .btn-info.focus, | ||
| 3161 | .btn-info:active, | ||
| 3162 | .btn-info.active, | ||
| 3163 | .open > .dropdown-toggle.btn-info { | ||
| 3164 | color: #ffffff; | ||
| 3165 | background-color: #7e3f9d; | ||
| 3166 | border-color: #783c96; | ||
| 3167 | } | ||
| 3168 | .btn-info:active, | ||
| 3169 | .btn-info.active, | ||
| 3170 | .open > .dropdown-toggle.btn-info { | ||
| 3171 | background-image: none; | ||
| 3172 | } | ||
| 3173 | .btn-info.disabled, | ||
| 3174 | .btn-info[disabled], | ||
| 3175 | fieldset[disabled] .btn-info, | ||
| 3176 | .btn-info.disabled:hover, | ||
| 3177 | .btn-info[disabled]:hover, | ||
| 3178 | fieldset[disabled] .btn-info:hover, | ||
| 3179 | .btn-info.disabled:focus, | ||
| 3180 | .btn-info[disabled]:focus, | ||
| 3181 | fieldset[disabled] .btn-info:focus, | ||
| 3182 | .btn-info.disabled.focus, | ||
| 3183 | .btn-info[disabled].focus, | ||
| 3184 | fieldset[disabled] .btn-info.focus, | ||
| 3185 | .btn-info.disabled:active, | ||
| 3186 | .btn-info[disabled]:active, | ||
| 3187 | fieldset[disabled] .btn-info:active, | ||
| 3188 | .btn-info.disabled.active, | ||
| 3189 | .btn-info[disabled].active, | ||
| 3190 | fieldset[disabled] .btn-info.active { | ||
| 3191 | background-color: #9954bb; | ||
| 3192 | border-color: #9954bb; | ||
| 3193 | } | ||
| 3194 | .btn-info .badge { | ||
| 3195 | color: #9954bb; | ||
| 3196 | background-color: #ffffff; | ||
| 3197 | } | ||
| 3198 | .btn-warning { | ||
| 3199 | color: #ffffff; | ||
| 3200 | background-color: #ff7518; | ||
| 3201 | border-color: #ff7518; | ||
| 3202 | } | ||
| 3203 | .btn-warning:hover, | ||
| 3204 | .btn-warning:focus, | ||
| 3205 | .btn-warning.focus, | ||
| 3206 | .btn-warning:active, | ||
| 3207 | .btn-warning.active, | ||
| 3208 | .open > .dropdown-toggle.btn-warning { | ||
| 3209 | color: #ffffff; | ||
| 3210 | background-color: #e45c00; | ||
| 3211 | border-color: #da5800; | ||
| 3212 | } | ||
| 3213 | .btn-warning:active, | ||
| 3214 | .btn-warning.active, | ||
| 3215 | .open > .dropdown-toggle.btn-warning { | ||
| 3216 | background-image: none; | ||
| 3217 | } | ||
| 3218 | .btn-warning.disabled, | ||
| 3219 | .btn-warning[disabled], | ||
| 3220 | fieldset[disabled] .btn-warning, | ||
| 3221 | .btn-warning.disabled:hover, | ||
| 3222 | .btn-warning[disabled]:hover, | ||
| 3223 | fieldset[disabled] .btn-warning:hover, | ||
| 3224 | .btn-warning.disabled:focus, | ||
| 3225 | .btn-warning[disabled]:focus, | ||
| 3226 | fieldset[disabled] .btn-warning:focus, | ||
| 3227 | .btn-warning.disabled.focus, | ||
| 3228 | .btn-warning[disabled].focus, | ||
| 3229 | fieldset[disabled] .btn-warning.focus, | ||
| 3230 | .btn-warning.disabled:active, | ||
| 3231 | .btn-warning[disabled]:active, | ||
| 3232 | fieldset[disabled] .btn-warning:active, | ||
| 3233 | .btn-warning.disabled.active, | ||
| 3234 | .btn-warning[disabled].active, | ||
| 3235 | fieldset[disabled] .btn-warning.active { | ||
| 3236 | background-color: #ff7518; | ||
| 3237 | border-color: #ff7518; | ||
| 3238 | } | ||
| 3239 | .btn-warning .badge { | ||
| 3240 | color: #ff7518; | ||
| 3241 | background-color: #ffffff; | ||
| 3242 | } | ||
| 3243 | .btn-danger { | ||
| 3244 | color: #ffffff; | ||
| 3245 | background-color: #ff0039; | ||
| 3246 | border-color: #ff0039; | ||
| 3247 | } | ||
| 3248 | .btn-danger:hover, | ||
| 3249 | .btn-danger:focus, | ||
| 3250 | .btn-danger.focus, | ||
| 3251 | .btn-danger:active, | ||
| 3252 | .btn-danger.active, | ||
| 3253 | .open > .dropdown-toggle.btn-danger { | ||
| 3254 | color: #ffffff; | ||
| 3255 | background-color: #cc002e; | ||
| 3256 | border-color: #c2002b; | ||
| 3257 | } | ||
| 3258 | .btn-danger:active, | ||
| 3259 | .btn-danger.active, | ||
| 3260 | .open > .dropdown-toggle.btn-danger { | ||
| 3261 | background-image: none; | ||
| 3262 | } | ||
| 3263 | .btn-danger.disabled, | ||
| 3264 | .btn-danger[disabled], | ||
| 3265 | fieldset[disabled] .btn-danger, | ||
| 3266 | .btn-danger.disabled:hover, | ||
| 3267 | .btn-danger[disabled]:hover, | ||
| 3268 | fieldset[disabled] .btn-danger:hover, | ||
| 3269 | .btn-danger.disabled:focus, | ||
| 3270 | .btn-danger[disabled]:focus, | ||
| 3271 | fieldset[disabled] .btn-danger:focus, | ||
| 3272 | .btn-danger.disabled.focus, | ||
| 3273 | .btn-danger[disabled].focus, | ||
| 3274 | fieldset[disabled] .btn-danger.focus, | ||
| 3275 | .btn-danger.disabled:active, | ||
| 3276 | .btn-danger[disabled]:active, | ||
| 3277 | fieldset[disabled] .btn-danger:active, | ||
| 3278 | .btn-danger.disabled.active, | ||
| 3279 | .btn-danger[disabled].active, | ||
| 3280 | fieldset[disabled] .btn-danger.active { | ||
| 3281 | background-color: #ff0039; | ||
| 3282 | border-color: #ff0039; | ||
| 3283 | } | ||
| 3284 | .btn-danger .badge { | ||
| 3285 | color: #ff0039; | ||
| 3286 | background-color: #ffffff; | ||
| 3287 | } | ||
| 3288 | .btn-link { | ||
| 3289 | color: #2780e3; | ||
| 3290 | font-weight: normal; | ||
| 3291 | border-radius: 0; | ||
| 3292 | } | ||
| 3293 | .btn-link, | ||
| 3294 | .btn-link:active, | ||
| 3295 | .btn-link.active, | ||
| 3296 | .btn-link[disabled], | ||
| 3297 | fieldset[disabled] .btn-link { | ||
| 3298 | background-color: transparent; | ||
| 3299 | -webkit-box-shadow: none; | ||
| 3300 | box-shadow: none; | ||
| 3301 | } | ||
| 3302 | .btn-link, | ||
| 3303 | .btn-link:hover, | ||
| 3304 | .btn-link:focus, | ||
| 3305 | .btn-link:active { | ||
| 3306 | border-color: transparent; | ||
| 3307 | } | ||
| 3308 | .btn-link:hover, | ||
| 3309 | .btn-link:focus { | ||
| 3310 | color: #165ba8; | ||
| 3311 | text-decoration: underline; | ||
| 3312 | background-color: transparent; | ||
| 3313 | } | ||
| 3314 | .btn-link[disabled]:hover, | ||
| 3315 | fieldset[disabled] .btn-link:hover, | ||
| 3316 | .btn-link[disabled]:focus, | ||
| 3317 | fieldset[disabled] .btn-link:focus { | ||
| 3318 | color: #999999; | ||
| 3319 | text-decoration: none; | ||
| 3320 | } | ||
| 3321 | .btn-lg, | ||
| 3322 | .btn-group-lg > .btn { | ||
| 3323 | padding: 18px 30px; | ||
| 3324 | font-size: 19px; | ||
| 3325 | line-height: 1.3333333; | ||
| 3326 | border-radius: 0; | ||
| 3327 | } | ||
| 3328 | .btn-sm, | ||
| 3329 | .btn-group-sm > .btn { | ||
| 3330 | padding: 5px 10px; | ||
| 3331 | font-size: 13px; | ||
| 3332 | line-height: 1.5; | ||
| 3333 | border-radius: 0; | ||
| 3334 | } | ||
| 3335 | .btn-xs, | ||
| 3336 | .btn-group-xs > .btn { | ||
| 3337 | padding: 1px 5px; | ||
| 3338 | font-size: 13px; | ||
| 3339 | line-height: 1.5; | ||
| 3340 | border-radius: 0; | ||
| 3341 | } | ||
| 3342 | .btn-block { | ||
| 3343 | display: block; | ||
| 3344 | width: 100%; | ||
| 3345 | } | ||
| 3346 | .btn-block + .btn-block { | ||
| 3347 | margin-top: 5px; | ||
| 3348 | } | ||
| 3349 | input[type="submit"].btn-block, | ||
| 3350 | input[type="reset"].btn-block, | ||
| 3351 | input[type="button"].btn-block { | ||
| 3352 | width: 100%; | ||
| 3353 | } | ||
| 3354 | .fade { | ||
| 3355 | opacity: 0; | ||
| 3356 | -webkit-transition: opacity 0.15s linear; | ||
| 3357 | -o-transition: opacity 0.15s linear; | ||
| 3358 | transition: opacity 0.15s linear; | ||
| 3359 | } | ||
| 3360 | .fade.in { | ||
| 3361 | opacity: 1; | ||
| 3362 | } | ||
| 3363 | .collapse { | ||
| 3364 | display: none; | ||
| 3365 | visibility: hidden; | ||
| 3366 | } | ||
| 3367 | .collapse.in { | ||
| 3368 | display: block; | ||
| 3369 | visibility: visible; | ||
| 3370 | } | ||
| 3371 | tr.collapse.in { | ||
| 3372 | display: table-row; | ||
| 3373 | } | ||
| 3374 | tbody.collapse.in { | ||
| 3375 | display: table-row-group; | ||
| 3376 | } | ||
| 3377 | .collapsing { | ||
| 3378 | position: relative; | ||
| 3379 | height: 0; | ||
| 3380 | overflow: hidden; | ||
| 3381 | -webkit-transition-property: height, visibility; | ||
| 3382 | -o-transition-property: height, visibility; | ||
| 3383 | transition-property: height, visibility; | ||
| 3384 | -webkit-transition-duration: 0.35s; | ||
| 3385 | -o-transition-duration: 0.35s; | ||
| 3386 | transition-duration: 0.35s; | ||
| 3387 | -webkit-transition-timing-function: ease; | ||
| 3388 | -o-transition-timing-function: ease; | ||
| 3389 | transition-timing-function: ease; | ||
| 3390 | } | ||
| 3391 | .caret { | ||
| 3392 | display: inline-block; | ||
| 3393 | width: 0; | ||
| 3394 | height: 0; | ||
| 3395 | margin-left: 2px; | ||
| 3396 | vertical-align: middle; | ||
| 3397 | border-top: 4px solid; | ||
| 3398 | border-right: 4px solid transparent; | ||
| 3399 | border-left: 4px solid transparent; | ||
| 3400 | } | ||
| 3401 | .dropup, | ||
| 3402 | .dropdown { | ||
| 3403 | position: relative; | ||
| 3404 | } | ||
| 3405 | .dropdown-toggle:focus { | ||
| 3406 | outline: 0; | ||
| 3407 | } | ||
| 3408 | .dropdown-menu { | ||
| 3409 | position: absolute; | ||
| 3410 | top: 100%; | ||
| 3411 | left: 0; | ||
| 3412 | z-index: 1000; | ||
| 3413 | display: none; | ||
| 3414 | float: left; | ||
| 3415 | min-width: 160px; | ||
| 3416 | padding: 5px 0; | ||
| 3417 | margin: 2px 0 0; | ||
| 3418 | list-style: none; | ||
| 3419 | font-size: 15px; | ||
| 3420 | text-align: left; | ||
| 3421 | background-color: #ffffff; | ||
| 3422 | border: 1px solid #cccccc; | ||
| 3423 | border: 1px solid rgba(0, 0, 0, 0.15); | ||
| 3424 | border-radius: 0; | ||
| 3425 | -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | ||
| 3426 | box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | ||
| 3427 | -webkit-background-clip: padding-box; | ||
| 3428 | background-clip: padding-box; | ||
| 3429 | } | ||
| 3430 | .dropdown-menu.pull-right { | ||
| 3431 | right: 0; | ||
| 3432 | left: auto; | ||
| 3433 | } | ||
| 3434 | .dropdown-menu .divider { | ||
| 3435 | height: 1px; | ||
| 3436 | margin: 9.5px 0; | ||
| 3437 | overflow: hidden; | ||
| 3438 | background-color: #e5e5e5; | ||
| 3439 | } | ||
| 3440 | .dropdown-menu > li > a { | ||
| 3441 | display: block; | ||
| 3442 | padding: 3px 20px; | ||
| 3443 | clear: both; | ||
| 3444 | font-weight: normal; | ||
| 3445 | line-height: 1.42857143; | ||
| 3446 | color: #333333; | ||
| 3447 | white-space: nowrap; | ||
| 3448 | } | ||
| 3449 | .dropdown-menu > li > a:hover, | ||
| 3450 | .dropdown-menu > li > a:focus { | ||
| 3451 | text-decoration: none; | ||
| 3452 | color: #ffffff; | ||
| 3453 | background-color: #2780e3; | ||
| 3454 | } | ||
| 3455 | .dropdown-menu > .active > a, | ||
| 3456 | .dropdown-menu > .active > a:hover, | ||
| 3457 | .dropdown-menu > .active > a:focus { | ||
| 3458 | color: #ffffff; | ||
| 3459 | text-decoration: none; | ||
| 3460 | outline: 0; | ||
| 3461 | background-color: #2780e3; | ||
| 3462 | } | ||
| 3463 | .dropdown-menu > .disabled > a, | ||
| 3464 | .dropdown-menu > .disabled > a:hover, | ||
| 3465 | .dropdown-menu > .disabled > a:focus { | ||
| 3466 | color: #999999; | ||
| 3467 | } | ||
| 3468 | .dropdown-menu > .disabled > a:hover, | ||
| 3469 | .dropdown-menu > .disabled > a:focus { | ||
| 3470 | text-decoration: none; | ||
| 3471 | background-color: transparent; | ||
| 3472 | background-image: none; | ||
| 3473 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | ||
| 3474 | cursor: not-allowed; | ||
| 3475 | } | ||
| 3476 | .open > .dropdown-menu { | ||
| 3477 | display: block; | ||
| 3478 | } | ||
| 3479 | .open > a { | ||
| 3480 | outline: 0; | ||
| 3481 | } | ||
| 3482 | .dropdown-menu-right { | ||
| 3483 | left: auto; | ||
| 3484 | right: 0; | ||
| 3485 | } | ||
| 3486 | .dropdown-menu-left { | ||
| 3487 | left: 0; | ||
| 3488 | right: auto; | ||
| 3489 | } | ||
| 3490 | .dropdown-header { | ||
| 3491 | display: block; | ||
| 3492 | padding: 3px 20px; | ||
| 3493 | font-size: 13px; | ||
| 3494 | line-height: 1.42857143; | ||
| 3495 | color: #999999; | ||
| 3496 | white-space: nowrap; | ||
| 3497 | } | ||
| 3498 | .dropdown-backdrop { | ||
| 3499 | position: fixed; | ||
| 3500 | left: 0; | ||
| 3501 | right: 0; | ||
| 3502 | bottom: 0; | ||
| 3503 | top: 0; | ||
| 3504 | z-index: 990; | ||
| 3505 | } | ||
| 3506 | .pull-right > .dropdown-menu { | ||
| 3507 | right: 0; | ||
| 3508 | left: auto; | ||
| 3509 | } | ||
| 3510 | .dropup .caret, | ||
| 3511 | .navbar-fixed-bottom .dropdown .caret { | ||
| 3512 | border-top: 0; | ||
| 3513 | border-bottom: 4px solid; | ||
| 3514 | content: ""; | ||
| 3515 | } | ||
| 3516 | .dropup .dropdown-menu, | ||
| 3517 | .navbar-fixed-bottom .dropdown .dropdown-menu { | ||
| 3518 | top: auto; | ||
| 3519 | bottom: 100%; | ||
| 3520 | margin-bottom: 2px; | ||
| 3521 | } | ||
| 3522 | @media (min-width: 768px) { | ||
| 3523 | .navbar-right .dropdown-menu { | ||
| 3524 | left: auto; | ||
| 3525 | right: 0; | ||
| 3526 | } | ||
| 3527 | .navbar-right .dropdown-menu-left { | ||
| 3528 | left: 0; | ||
| 3529 | right: auto; | ||
| 3530 | } | ||
| 3531 | } | ||
| 3532 | .btn-group, | ||
| 3533 | .btn-group-vertical { | ||
| 3534 | position: relative; | ||
| 3535 | display: inline-block; | ||
| 3536 | vertical-align: middle; | ||
| 3537 | } | ||
| 3538 | .btn-group > .btn, | ||
| 3539 | .btn-group-vertical > .btn { | ||
| 3540 | position: relative; | ||
| 3541 | float: left; | ||
| 3542 | } | ||
| 3543 | .btn-group > .btn:hover, | ||
| 3544 | .btn-group-vertical > .btn:hover, | ||
| 3545 | .btn-group > .btn:focus, | ||
| 3546 | .btn-group-vertical > .btn:focus, | ||
| 3547 | .btn-group > .btn:active, | ||
| 3548 | .btn-group-vertical > .btn:active, | ||
| 3549 | .btn-group > .btn.active, | ||
| 3550 | .btn-group-vertical > .btn.active { | ||
| 3551 | z-index: 2; | ||
| 3552 | } | ||
| 3553 | .btn-group .btn + .btn, | ||
| 3554 | .btn-group .btn + .btn-group, | ||
| 3555 | .btn-group .btn-group + .btn, | ||
| 3556 | .btn-group .btn-group + .btn-group { | ||
| 3557 | margin-left: -1px; | ||
| 3558 | } | ||
| 3559 | .btn-toolbar { | ||
| 3560 | margin-left: -5px; | ||
| 3561 | } | ||
| 3562 | .btn-toolbar .btn-group, | ||
| 3563 | .btn-toolbar .input-group { | ||
| 3564 | float: left; | ||
| 3565 | } | ||
| 3566 | .btn-toolbar > .btn, | ||
| 3567 | .btn-toolbar > .btn-group, | ||
| 3568 | .btn-toolbar > .input-group { | ||
| 3569 | margin-left: 5px; | ||
| 3570 | } | ||
| 3571 | .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | ||
| 3572 | border-radius: 0; | ||
| 3573 | } | ||
| 3574 | .btn-group > .btn:first-child { | ||
| 3575 | margin-left: 0; | ||
| 3576 | } | ||
| 3577 | .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | ||
| 3578 | border-bottom-right-radius: 0; | ||
| 3579 | border-top-right-radius: 0; | ||
| 3580 | } | ||
| 3581 | .btn-group > .btn:last-child:not(:first-child), | ||
| 3582 | .btn-group > .dropdown-toggle:not(:first-child) { | ||
| 3583 | border-bottom-left-radius: 0; | ||
| 3584 | border-top-left-radius: 0; | ||
| 3585 | } | ||
| 3586 | .btn-group > .btn-group { | ||
| 3587 | float: left; | ||
| 3588 | } | ||
| 3589 | .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | ||
| 3590 | border-radius: 0; | ||
| 3591 | } | ||
| 3592 | .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | ||
| 3593 | .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | ||
| 3594 | border-bottom-right-radius: 0; | ||
| 3595 | border-top-right-radius: 0; | ||
| 3596 | } | ||
| 3597 | .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | ||
| 3598 | border-bottom-left-radius: 0; | ||
| 3599 | border-top-left-radius: 0; | ||
| 3600 | } | ||
| 3601 | .btn-group .dropdown-toggle:active, | ||
| 3602 | .btn-group.open .dropdown-toggle { | ||
| 3603 | outline: 0; | ||
| 3604 | } | ||
| 3605 | .btn-group > .btn + .dropdown-toggle { | ||
| 3606 | padding-left: 8px; | ||
| 3607 | padding-right: 8px; | ||
| 3608 | } | ||
| 3609 | .btn-group > .btn-lg + .dropdown-toggle { | ||
| 3610 | padding-left: 12px; | ||
| 3611 | padding-right: 12px; | ||
| 3612 | } | ||
| 3613 | .btn-group.open .dropdown-toggle { | ||
| 3614 | -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
| 3615 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
| 3616 | } | ||
| 3617 | .btn-group.open .dropdown-toggle.btn-link { | ||
| 3618 | -webkit-box-shadow: none; | ||
| 3619 | box-shadow: none; | ||
| 3620 | } | ||
| 3621 | .btn .caret { | ||
| 3622 | margin-left: 0; | ||
| 3623 | } | ||
| 3624 | .btn-lg .caret { | ||
| 3625 | border-width: 5px 5px 0; | ||
| 3626 | border-bottom-width: 0; | ||
| 3627 | } | ||
| 3628 | .dropup .btn-lg .caret { | ||
| 3629 | border-width: 0 5px 5px; | ||
| 3630 | } | ||
| 3631 | .btn-group-vertical > .btn, | ||
| 3632 | .btn-group-vertical > .btn-group, | ||
| 3633 | .btn-group-vertical > .btn-group > .btn { | ||
| 3634 | display: block; | ||
| 3635 | float: none; | ||
| 3636 | width: 100%; | ||
| 3637 | max-width: 100%; | ||
| 3638 | } | ||
| 3639 | .btn-group-vertical > .btn-group > .btn { | ||
| 3640 | float: none; | ||
| 3641 | } | ||
| 3642 | .btn-group-vertical > .btn + .btn, | ||
| 3643 | .btn-group-vertical > .btn + .btn-group, | ||
| 3644 | .btn-group-vertical > .btn-group + .btn, | ||
| 3645 | .btn-group-vertical > .btn-group + .btn-group { | ||
| 3646 | margin-top: -1px; | ||
| 3647 | margin-left: 0; | ||
| 3648 | } | ||
| 3649 | .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | ||
| 3650 | border-radius: 0; | ||
| 3651 | } | ||
| 3652 | .btn-group-vertical > .btn:first-child:not(:last-child) { | ||
| 3653 | border-top-right-radius: 0; | ||
| 3654 | border-bottom-right-radius: 0; | ||
| 3655 | border-bottom-left-radius: 0; | ||
| 3656 | } | ||
| 3657 | .btn-group-vertical > .btn:last-child:not(:first-child) { | ||
| 3658 | border-bottom-left-radius: 0; | ||
| 3659 | border-top-right-radius: 0; | ||
| 3660 | border-top-left-radius: 0; | ||
| 3661 | } | ||
| 3662 | .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | ||
| 3663 | border-radius: 0; | ||
| 3664 | } | ||
| 3665 | .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | ||
| 3666 | .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | ||
| 3667 | border-bottom-right-radius: 0; | ||
| 3668 | border-bottom-left-radius: 0; | ||
| 3669 | } | ||
| 3670 | .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | ||
| 3671 | border-top-right-radius: 0; | ||
| 3672 | border-top-left-radius: 0; | ||
| 3673 | } | ||
| 3674 | .btn-group-justified { | ||
| 3675 | display: table; | ||
| 3676 | width: 100%; | ||
| 3677 | table-layout: fixed; | ||
| 3678 | border-collapse: separate; | ||
| 3679 | } | ||
| 3680 | .btn-group-justified > .btn, | ||
| 3681 | .btn-group-justified > .btn-group { | ||
| 3682 | float: none; | ||
| 3683 | display: table-cell; | ||
| 3684 | width: 1%; | ||
| 3685 | } | ||
| 3686 | .btn-group-justified > .btn-group .btn { | ||
| 3687 | width: 100%; | ||
| 3688 | } | ||
| 3689 | .btn-group-justified > .btn-group .dropdown-menu { | ||
| 3690 | left: auto; | ||
| 3691 | } | ||
| 3692 | [data-toggle="buttons"] > .btn input[type="radio"], | ||
| 3693 | [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | ||
| 3694 | [data-toggle="buttons"] > .btn input[type="checkbox"], | ||
| 3695 | [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | ||
| 3696 | position: absolute; | ||
| 3697 | clip: rect(0, 0, 0, 0); | ||
| 3698 | pointer-events: none; | ||
| 3699 | } | ||
| 3700 | .input-group { | ||
| 3701 | position: relative; | ||
| 3702 | display: table; | ||
| 3703 | border-collapse: separate; | ||
| 3704 | } | ||
| 3705 | .input-group[class*="col-"] { | ||
| 3706 | float: none; | ||
| 3707 | padding-left: 0; | ||
| 3708 | padding-right: 0; | ||
| 3709 | } | ||
| 3710 | .input-group .form-control { | ||
| 3711 | position: relative; | ||
| 3712 | z-index: 2; | ||
| 3713 | float: left; | ||
| 3714 | width: 100%; | ||
| 3715 | margin-bottom: 0; | ||
| 3716 | } | ||
| 3717 | .input-group-lg > .form-control, | ||
| 3718 | .input-group-lg > .input-group-addon, | ||
| 3719 | .input-group-lg > .input-group-btn > .btn { | ||
| 3720 | height: 64px; | ||
| 3721 | padding: 18px 30px; | ||
| 3722 | font-size: 19px; | ||
| 3723 | line-height: 1.3333333; | ||
| 3724 | border-radius: 0; | ||
| 3725 | } | ||
| 3726 | select.input-group-lg > .form-control, | ||
| 3727 | select.input-group-lg > .input-group-addon, | ||
| 3728 | select.input-group-lg > .input-group-btn > .btn { | ||
| 3729 | height: 64px; | ||
| 3730 | line-height: 64px; | ||
| 3731 | } | ||
| 3732 | textarea.input-group-lg > .form-control, | ||
| 3733 | textarea.input-group-lg > .input-group-addon, | ||
| 3734 | textarea.input-group-lg > .input-group-btn > .btn, | ||
| 3735 | select[multiple].input-group-lg > .form-control, | ||
| 3736 | select[multiple].input-group-lg > .input-group-addon, | ||
| 3737 | select[multiple].input-group-lg > .input-group-btn > .btn { | ||
| 3738 | height: auto; | ||
| 3739 | } | ||
| 3740 | .input-group-sm > .form-control, | ||
| 3741 | .input-group-sm > .input-group-addon, | ||
| 3742 | .input-group-sm > .input-group-btn > .btn { | ||
| 3743 | height: 31px; | ||
| 3744 | padding: 5px 10px; | ||
| 3745 | font-size: 13px; | ||
| 3746 | line-height: 1.5; | ||
| 3747 | border-radius: 0; | ||
| 3748 | } | ||
| 3749 | select.input-group-sm > .form-control, | ||
| 3750 | select.input-group-sm > .input-group-addon, | ||
| 3751 | select.input-group-sm > .input-group-btn > .btn { | ||
| 3752 | height: 31px; | ||
| 3753 | line-height: 31px; | ||
| 3754 | } | ||
| 3755 | textarea.input-group-sm > .form-control, | ||
| 3756 | textarea.input-group-sm > .input-group-addon, | ||
| 3757 | textarea.input-group-sm > .input-group-btn > .btn, | ||
| 3758 | select[multiple].input-group-sm > .form-control, | ||
| 3759 | select[multiple].input-group-sm > .input-group-addon, | ||
| 3760 | select[multiple].input-group-sm > .input-group-btn > .btn { | ||
| 3761 | height: auto; | ||
| 3762 | } | ||
| 3763 | .input-group-addon, | ||
| 3764 | .input-group-btn, | ||
| 3765 | .input-group .form-control { | ||
| 3766 | display: table-cell; | ||
| 3767 | } | ||
| 3768 | .input-group-addon:not(:first-child):not(:last-child), | ||
| 3769 | .input-group-btn:not(:first-child):not(:last-child), | ||
| 3770 | .input-group .form-control:not(:first-child):not(:last-child) { | ||
| 3771 | border-radius: 0; | ||
| 3772 | } | ||
| 3773 | .input-group-addon, | ||
| 3774 | .input-group-btn { | ||
| 3775 | width: 1%; | ||
| 3776 | white-space: nowrap; | ||
| 3777 | vertical-align: middle; | ||
| 3778 | } | ||
| 3779 | .input-group-addon { | ||
| 3780 | padding: 10px 18px; | ||
| 3781 | font-size: 15px; | ||
| 3782 | font-weight: normal; | ||
| 3783 | line-height: 1; | ||
| 3784 | color: #333333; | ||
| 3785 | text-align: center; | ||
| 3786 | background-color: #e6e6e6; | ||
| 3787 | border: 1px solid #cccccc; | ||
| 3788 | border-radius: 0; | ||
| 3789 | } | ||
| 3790 | .input-group-addon.input-sm { | ||
| 3791 | padding: 5px 10px; | ||
| 3792 | font-size: 13px; | ||
| 3793 | border-radius: 0; | ||
| 3794 | } | ||
| 3795 | .input-group-addon.input-lg { | ||
| 3796 | padding: 18px 30px; | ||
| 3797 | font-size: 19px; | ||
| 3798 | border-radius: 0; | ||
| 3799 | } | ||
| 3800 | .input-group-addon input[type="radio"], | ||
| 3801 | .input-group-addon input[type="checkbox"] { | ||
| 3802 | margin-top: 0; | ||
| 3803 | } | ||
| 3804 | .input-group .form-control:first-child, | ||
| 3805 | .input-group-addon:first-child, | ||
| 3806 | .input-group-btn:first-child > .btn, | ||
| 3807 | .input-group-btn:first-child > .btn-group > .btn, | ||
| 3808 | .input-group-btn:first-child > .dropdown-toggle, | ||
| 3809 | .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | ||
| 3810 | .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | ||
| 3811 | border-bottom-right-radius: 0; | ||
| 3812 | border-top-right-radius: 0; | ||
| 3813 | } | ||
| 3814 | .input-group-addon:first-child { | ||
| 3815 | border-right: 0; | ||
| 3816 | } | ||
| 3817 | .input-group .form-control:last-child, | ||
| 3818 | .input-group-addon:last-child, | ||
| 3819 | .input-group-btn:last-child > .btn, | ||
| 3820 | .input-group-btn:last-child > .btn-group > .btn, | ||
| 3821 | .input-group-btn:last-child > .dropdown-toggle, | ||
| 3822 | .input-group-btn:first-child > .btn:not(:first-child), | ||
| 3823 | .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | ||
| 3824 | border-bottom-left-radius: 0; | ||
| 3825 | border-top-left-radius: 0; | ||
| 3826 | } | ||
| 3827 | .input-group-addon:last-child { | ||
| 3828 | border-left: 0; | ||
| 3829 | } | ||
| 3830 | .input-group-btn { | ||
| 3831 | position: relative; | ||
| 3832 | font-size: 0; | ||
| 3833 | white-space: nowrap; | ||
| 3834 | } | ||
| 3835 | .input-group-btn > .btn { | ||
| 3836 | position: relative; | ||
| 3837 | } | ||
| 3838 | .input-group-btn > .btn + .btn { | ||
| 3839 | margin-left: -1px; | ||
| 3840 | } | ||
| 3841 | .input-group-btn > .btn:hover, | ||
| 3842 | .input-group-btn > .btn:focus, | ||
| 3843 | .input-group-btn > .btn:active { | ||
| 3844 | z-index: 2; | ||
| 3845 | } | ||
| 3846 | .input-group-btn:first-child > .btn, | ||
| 3847 | .input-group-btn:first-child > .btn-group { | ||
| 3848 | margin-right: -1px; | ||
| 3849 | } | ||
| 3850 | .input-group-btn:last-child > .btn, | ||
| 3851 | .input-group-btn:last-child > .btn-group { | ||
| 3852 | margin-left: -1px; | ||
| 3853 | } | ||
| 3854 | .nav { | ||
| 3855 | margin-bottom: 0; | ||
| 3856 | padding-left: 0; | ||
| 3857 | list-style: none; | ||
| 3858 | } | ||
| 3859 | .nav > li { | ||
| 3860 | position: relative; | ||
| 3861 | display: block; | ||
| 3862 | } | ||
| 3863 | .nav > li > a { | ||
| 3864 | position: relative; | ||
| 3865 | display: block; | ||
| 3866 | padding: 10px 15px; | ||
| 3867 | } | ||
| 3868 | .nav > li > a:hover, | ||
| 3869 | .nav > li > a:focus { | ||
| 3870 | text-decoration: none; | ||
| 3871 | background-color: #e6e6e6; | ||
| 3872 | } | ||
| 3873 | .nav > li.disabled > a { | ||
| 3874 | color: #999999; | ||
| 3875 | } | ||
| 3876 | .nav > li.disabled > a:hover, | ||
| 3877 | .nav > li.disabled > a:focus { | ||
| 3878 | color: #999999; | ||
| 3879 | text-decoration: none; | ||
| 3880 | background-color: transparent; | ||
| 3881 | cursor: not-allowed; | ||
| 3882 | } | ||
| 3883 | .nav .open > a, | ||
| 3884 | .nav .open > a:hover, | ||
| 3885 | .nav .open > a:focus { | ||
| 3886 | background-color: #e6e6e6; | ||
| 3887 | border-color: #2780e3; | ||
| 3888 | } | ||
| 3889 | .nav .nav-divider { | ||
| 3890 | height: 1px; | ||
| 3891 | margin: 9.5px 0; | ||
| 3892 | overflow: hidden; | ||
| 3893 | background-color: #e5e5e5; | ||
| 3894 | } | ||
| 3895 | .nav > li > a > img { | ||
| 3896 | max-width: none; | ||
| 3897 | } | ||
| 3898 | .nav-tabs { | ||
| 3899 | border-bottom: 1px solid #dddddd; | ||
| 3900 | } | ||
| 3901 | .nav-tabs > li { | ||
| 3902 | float: left; | ||
| 3903 | margin-bottom: -1px; | ||
| 3904 | } | ||
| 3905 | .nav-tabs > li > a { | ||
| 3906 | margin-right: 2px; | ||
| 3907 | line-height: 1.42857143; | ||
| 3908 | border: 1px solid transparent; | ||
| 3909 | border-radius: 0 0 0 0; | ||
| 3910 | } | ||
| 3911 | .nav-tabs > li > a:hover { | ||
| 3912 | border-color: #e6e6e6 #e6e6e6 #dddddd; | ||
| 3913 | } | ||
| 3914 | .nav-tabs > li.active > a, | ||
| 3915 | .nav-tabs > li.active > a:hover, | ||
| 3916 | .nav-tabs > li.active > a:focus { | ||
| 3917 | color: #555555; | ||
| 3918 | background-color: #ffffff; | ||
| 3919 | border: 1px solid #dddddd; | ||
| 3920 | border-bottom-color: transparent; | ||
| 3921 | cursor: default; | ||
| 3922 | } | ||
| 3923 | .nav-tabs.nav-justified { | ||
| 3924 | width: 100%; | ||
| 3925 | border-bottom: 0; | ||
| 3926 | } | ||
| 3927 | .nav-tabs.nav-justified > li { | ||
| 3928 | float: none; | ||
| 3929 | } | ||
| 3930 | .nav-tabs.nav-justified > li > a { | ||
| 3931 | text-align: center; | ||
| 3932 | margin-bottom: 5px; | ||
| 3933 | } | ||
| 3934 | .nav-tabs.nav-justified > .dropdown .dropdown-menu { | ||
| 3935 | top: auto; | ||
| 3936 | left: auto; | ||
| 3937 | } | ||
| 3938 | @media (min-width: 768px) { | ||
| 3939 | .nav-tabs.nav-justified > li { | ||
| 3940 | display: table-cell; | ||
| 3941 | width: 1%; | ||
| 3942 | } | ||
| 3943 | .nav-tabs.nav-justified > li > a { | ||
| 3944 | margin-bottom: 0; | ||
| 3945 | } | ||
| 3946 | } | ||
| 3947 | .nav-tabs.nav-justified > li > a { | ||
| 3948 | margin-right: 0; | ||
| 3949 | border-radius: 0; | ||
| 3950 | } | ||
| 3951 | .nav-tabs.nav-justified > .active > a, | ||
| 3952 | .nav-tabs.nav-justified > .active > a:hover, | ||
| 3953 | .nav-tabs.nav-justified > .active > a:focus { | ||
| 3954 | border: 1px solid #dddddd; | ||
| 3955 | } | ||
| 3956 | @media (min-width: 768px) { | ||
| 3957 | .nav-tabs.nav-justified > li > a { | ||
| 3958 | border-bottom: 1px solid #dddddd; | ||
| 3959 | border-radius: 0 0 0 0; | ||
| 3960 | } | ||
| 3961 | .nav-tabs.nav-justified > .active > a, | ||
| 3962 | .nav-tabs.nav-justified > .active > a:hover, | ||
| 3963 | .nav-tabs.nav-justified > .active > a:focus { | ||
| 3964 | border-bottom-color: #ffffff; | ||
| 3965 | } | ||
| 3966 | } | ||
| 3967 | .nav-pills > li { | ||
| 3968 | float: left; | ||
| 3969 | } | ||
| 3970 | .nav-pills > li > a { | ||
| 3971 | border-radius: 0; | ||
| 3972 | } | ||
| 3973 | .nav-pills > li + li { | ||
| 3974 | margin-left: 2px; | ||
| 3975 | } | ||
| 3976 | .nav-pills > li.active > a, | ||
| 3977 | .nav-pills > li.active > a:hover, | ||
| 3978 | .nav-pills > li.active > a:focus { | ||
| 3979 | color: #ffffff; | ||
| 3980 | background-color: #2780e3; | ||
| 3981 | } | ||
| 3982 | .nav-stacked > li { | ||
| 3983 | float: none; | ||
| 3984 | } | ||
| 3985 | .nav-stacked > li + li { | ||
| 3986 | margin-top: 2px; | ||
| 3987 | margin-left: 0; | ||
| 3988 | } | ||
| 3989 | .nav-justified { | ||
| 3990 | width: 100%; | ||
| 3991 | } | ||
| 3992 | .nav-justified > li { | ||
| 3993 | float: none; | ||
| 3994 | } | ||
| 3995 | .nav-justified > li > a { | ||
| 3996 | text-align: center; | ||
| 3997 | margin-bottom: 5px; | ||
| 3998 | } | ||
| 3999 | .nav-justified > .dropdown .dropdown-menu { | ||
| 4000 | top: auto; | ||
| 4001 | left: auto; | ||
| 4002 | } | ||
| 4003 | @media (min-width: 768px) { | ||
| 4004 | .nav-justified > li { | ||
| 4005 | display: table-cell; | ||
| 4006 | width: 1%; | ||
| 4007 | } | ||
| 4008 | .nav-justified > li > a { | ||
| 4009 | margin-bottom: 0; | ||
| 4010 | } | ||
| 4011 | } | ||
| 4012 | .nav-tabs-justified { | ||
| 4013 | border-bottom: 0; | ||
| 4014 | } | ||
| 4015 | .nav-tabs-justified > li > a { | ||
| 4016 | margin-right: 0; | ||
| 4017 | border-radius: 0; | ||
| 4018 | } | ||
| 4019 | .nav-tabs-justified > .active > a, | ||
| 4020 | .nav-tabs-justified > .active > a:hover, | ||
| 4021 | .nav-tabs-justified > .active > a:focus { | ||
| 4022 | border: 1px solid #dddddd; | ||
| 4023 | } | ||
| 4024 | @media (min-width: 768px) { | ||
| 4025 | .nav-tabs-justified > li > a { | ||
| 4026 | border-bottom: 1px solid #dddddd; | ||
| 4027 | border-radius: 0 0 0 0; | ||
| 4028 | } | ||
| 4029 | .nav-tabs-justified > .active > a, | ||
| 4030 | .nav-tabs-justified > .active > a:hover, | ||
| 4031 | .nav-tabs-justified > .active > a:focus { | ||
| 4032 | border-bottom-color: #ffffff; | ||
| 4033 | } | ||
| 4034 | } | ||
| 4035 | .tab-content > .tab-pane { | ||
| 4036 | display: none; | ||
| 4037 | visibility: hidden; | ||
| 4038 | } | ||
| 4039 | .tab-content > .active { | ||
| 4040 | display: block; | ||
| 4041 | visibility: visible; | ||
| 4042 | } | ||
| 4043 | .nav-tabs .dropdown-menu { | ||
| 4044 | margin-top: -1px; | ||
| 4045 | border-top-right-radius: 0; | ||
| 4046 | border-top-left-radius: 0; | ||
| 4047 | } | ||
| 4048 | .navbar { | ||
| 4049 | position: relative; | ||
| 4050 | min-height: 50px; | ||
| 4051 | margin-bottom: 21px; | ||
| 4052 | border: 1px solid transparent; | ||
| 4053 | } | ||
| 4054 | @media (min-width: 768px) { | ||
| 4055 | .navbar { | ||
| 4056 | border-radius: 0; | ||
| 4057 | } | ||
| 4058 | } | ||
| 4059 | @media (min-width: 768px) { | ||
| 4060 | .navbar-header { | ||
| 4061 | float: left; | ||
| 4062 | } | ||
| 4063 | } | ||
| 4064 | .navbar-collapse { | ||
| 4065 | overflow-x: visible; | ||
| 4066 | padding-right: 15px; | ||
| 4067 | padding-left: 15px; | ||
| 4068 | border-top: 1px solid transparent; | ||
| 4069 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | ||
| 4070 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | ||
| 4071 | -webkit-overflow-scrolling: touch; | ||
| 4072 | } | ||
| 4073 | .navbar-collapse.in { | ||
| 4074 | overflow-y: auto; | ||
| 4075 | } | ||
| 4076 | @media (min-width: 768px) { | ||
| 4077 | .navbar-collapse { | ||
| 4078 | width: auto; | ||
| 4079 | border-top: 0; | ||
| 4080 | -webkit-box-shadow: none; | ||
| 4081 | box-shadow: none; | ||
| 4082 | } | ||
| 4083 | .navbar-collapse.collapse { | ||
| 4084 | display: block !important; | ||
| 4085 | visibility: visible !important; | ||
| 4086 | height: auto !important; | ||
| 4087 | padding-bottom: 0; | ||
| 4088 | overflow: visible !important; | ||
| 4089 | } | ||
| 4090 | .navbar-collapse.in { | ||
| 4091 | overflow-y: visible; | ||
| 4092 | } | ||
| 4093 | .navbar-fixed-top .navbar-collapse, | ||
| 4094 | .navbar-static-top .navbar-collapse, | ||
| 4095 | .navbar-fixed-bottom .navbar-collapse { | ||
| 4096 | padding-left: 0; | ||
| 4097 | padding-right: 0; | ||
| 4098 | } | ||
| 4099 | } | ||
| 4100 | .navbar-fixed-top .navbar-collapse, | ||
| 4101 | .navbar-fixed-bottom .navbar-collapse { | ||
| 4102 | max-height: 340px; | ||
| 4103 | } | ||
| 4104 | @media (max-device-width: 480px) and (orientation: landscape) { | ||
| 4105 | .navbar-fixed-top .navbar-collapse, | ||
| 4106 | .navbar-fixed-bottom .navbar-collapse { | ||
| 4107 | max-height: 200px; | ||
| 4108 | } | ||
| 4109 | } | ||
| 4110 | .container > .navbar-header, | ||
| 4111 | .container-fluid > .navbar-header, | ||
| 4112 | .container > .navbar-collapse, | ||
| 4113 | .container-fluid > .navbar-collapse { | ||
| 4114 | margin-right: -15px; | ||
| 4115 | margin-left: -15px; | ||
| 4116 | } | ||
| 4117 | @media (min-width: 768px) { | ||
| 4118 | .container > .navbar-header, | ||
| 4119 | .container-fluid > .navbar-header, | ||
| 4120 | .container > .navbar-collapse, | ||
| 4121 | .container-fluid > .navbar-collapse { | ||
| 4122 | margin-right: 0; | ||
| 4123 | margin-left: 0; | ||
| 4124 | } | ||
| 4125 | } | ||
| 4126 | .navbar-static-top { | ||
| 4127 | z-index: 1000; | ||
| 4128 | border-width: 0 0 1px; | ||
| 4129 | } | ||
| 4130 | @media (min-width: 768px) { | ||
| 4131 | .navbar-static-top { | ||
| 4132 | border-radius: 0; | ||
| 4133 | } | ||
| 4134 | } | ||
| 4135 | .navbar-fixed-top, | ||
| 4136 | .navbar-fixed-bottom { | ||
| 4137 | position: fixed; | ||
| 4138 | right: 0; | ||
| 4139 | left: 0; | ||
| 4140 | z-index: 1030; | ||
| 4141 | } | ||
| 4142 | @media (min-width: 768px) { | ||
| 4143 | .navbar-fixed-top, | ||
| 4144 | .navbar-fixed-bottom { | ||
| 4145 | border-radius: 0; | ||
| 4146 | } | ||
| 4147 | } | ||
| 4148 | .navbar-fixed-top { | ||
| 4149 | top: 0; | ||
| 4150 | border-width: 0 0 1px; | ||
| 4151 | } | ||
| 4152 | .navbar-fixed-bottom { | ||
| 4153 | bottom: 0; | ||
| 4154 | margin-bottom: 0; | ||
| 4155 | border-width: 1px 0 0; | ||
| 4156 | } | ||
| 4157 | .navbar-brand { | ||
| 4158 | float: left; | ||
| 4159 | padding: 14.5px 15px; | ||
| 4160 | font-size: 19px; | ||
| 4161 | line-height: 21px; | ||
| 4162 | height: 50px; | ||
| 4163 | } | ||
| 4164 | .navbar-brand:hover, | ||
| 4165 | .navbar-brand:focus { | ||
| 4166 | text-decoration: none; | ||
| 4167 | } | ||
| 4168 | .navbar-brand > img { | ||
| 4169 | display: block; | ||
| 4170 | } | ||
| 4171 | @media (min-width: 768px) { | ||
| 4172 | .navbar > .container .navbar-brand, | ||
| 4173 | .navbar > .container-fluid .navbar-brand { | ||
| 4174 | margin-left: -15px; | ||
| 4175 | } | ||
| 4176 | } | ||
| 4177 | .navbar-toggle { | ||
| 4178 | position: relative; | ||
| 4179 | float: right; | ||
| 4180 | margin-right: 15px; | ||
| 4181 | padding: 9px 10px; | ||
| 4182 | margin-top: 8px; | ||
| 4183 | margin-bottom: 8px; | ||
| 4184 | background-color: transparent; | ||
| 4185 | background-image: none; | ||
| 4186 | border: 1px solid transparent; | ||
| 4187 | border-radius: 0; | ||
| 4188 | } | ||
| 4189 | .navbar-toggle:focus { | ||
| 4190 | outline: 0; | ||
| 4191 | } | ||
| 4192 | .navbar-toggle .icon-bar { | ||
| 4193 | display: block; | ||
| 4194 | width: 22px; | ||
| 4195 | height: 2px; | ||
| 4196 | border-radius: 1px; | ||
| 4197 | } | ||
| 4198 | .navbar-toggle .icon-bar + .icon-bar { | ||
| 4199 | margin-top: 4px; | ||
| 4200 | } | ||
| 4201 | @media (min-width: 768px) { | ||
| 4202 | .navbar-toggle { | ||
| 4203 | display: none; | ||
| 4204 | } | ||
| 4205 | } | ||
| 4206 | .navbar-nav { | ||
| 4207 | margin: 7.25px -15px; | ||
| 4208 | } | ||
| 4209 | .navbar-nav > li > a { | ||
| 4210 | padding-top: 10px; | ||
| 4211 | padding-bottom: 10px; | ||
| 4212 | line-height: 21px; | ||
| 4213 | } | ||
| 4214 | @media (max-width: 767px) { | ||
| 4215 | .navbar-nav .open .dropdown-menu { | ||
| 4216 | position: static; | ||
| 4217 | float: none; | ||
| 4218 | width: auto; | ||
| 4219 | margin-top: 0; | ||
| 4220 | background-color: transparent; | ||
| 4221 | border: 0; | ||
| 4222 | -webkit-box-shadow: none; | ||
| 4223 | box-shadow: none; | ||
| 4224 | } | ||
| 4225 | .navbar-nav .open .dropdown-menu > li > a, | ||
| 4226 | .navbar-nav .open .dropdown-menu .dropdown-header { | ||
| 4227 | padding: 5px 15px 5px 25px; | ||
| 4228 | } | ||
| 4229 | .navbar-nav .open .dropdown-menu > li > a { | ||
| 4230 | line-height: 21px; | ||
| 4231 | } | ||
| 4232 | .navbar-nav .open .dropdown-menu > li > a:hover, | ||
| 4233 | .navbar-nav .open .dropdown-menu > li > a:focus { | ||
| 4234 | background-image: none; | ||
| 4235 | } | ||
| 4236 | } | ||
| 4237 | @media (min-width: 768px) { | ||
| 4238 | .navbar-nav { | ||
| 4239 | float: left; | ||
| 4240 | margin: 0; | ||
| 4241 | } | ||
| 4242 | .navbar-nav > li { | ||
| 4243 | float: left; | ||
| 4244 | } | ||
| 4245 | .navbar-nav > li > a { | ||
| 4246 | padding-top: 14.5px; | ||
| 4247 | padding-bottom: 14.5px; | ||
| 4248 | } | ||
| 4249 | } | ||
| 4250 | .navbar-form { | ||
| 4251 | margin-left: -15px; | ||
| 4252 | margin-right: -15px; | ||
| 4253 | padding: 10px 15px; | ||
| 4254 | border-top: 1px solid transparent; | ||
| 4255 | border-bottom: 1px solid transparent; | ||
| 4256 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | ||
| 4257 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | ||
| 4258 | margin-top: 3.5px; | ||
| 4259 | margin-bottom: 3.5px; | ||
| 4260 | } | ||
| 4261 | @media (min-width: 768px) { | ||
| 4262 | .navbar-form .form-group { | ||
| 4263 | display: inline-block; | ||
| 4264 | margin-bottom: 0; | ||
| 4265 | vertical-align: middle; | ||
| 4266 | } | ||
| 4267 | .navbar-form .form-control { | ||
| 4268 | display: inline-block; | ||
| 4269 | width: auto; | ||
| 4270 | vertical-align: middle; | ||
| 4271 | } | ||
| 4272 | .navbar-form .form-control-static { | ||
| 4273 | display: inline-block; | ||
| 4274 | } | ||
| 4275 | .navbar-form .input-group { | ||
| 4276 | display: inline-table; | ||
| 4277 | vertical-align: middle; | ||
| 4278 | } | ||
| 4279 | .navbar-form .input-group .input-group-addon, | ||
| 4280 | .navbar-form .input-group .input-group-btn, | ||
| 4281 | .navbar-form .input-group .form-control { | ||
| 4282 | width: auto; | ||
| 4283 | } | ||
| 4284 | .navbar-form .input-group > .form-control { | ||
| 4285 | width: 100%; | ||
| 4286 | } | ||
| 4287 | .navbar-form .control-label { | ||
| 4288 | margin-bottom: 0; | ||
| 4289 | vertical-align: middle; | ||
| 4290 | } | ||
| 4291 | .navbar-form .radio, | ||
| 4292 | .navbar-form .checkbox { | ||
| 4293 | display: inline-block; | ||
| 4294 | margin-top: 0; | ||
| 4295 | margin-bottom: 0; | ||
| 4296 | vertical-align: middle; | ||
| 4297 | } | ||
| 4298 | .navbar-form .radio label, | ||
| 4299 | .navbar-form .checkbox label { | ||
| 4300 | padding-left: 0; | ||
| 4301 | } | ||
| 4302 | .navbar-form .radio input[type="radio"], | ||
| 4303 | .navbar-form .checkbox input[type="checkbox"] { | ||
| 4304 | position: relative; | ||
| 4305 | margin-left: 0; | ||
| 4306 | } | ||
| 4307 | .navbar-form .has-feedback .form-control-feedback { | ||
| 4308 | top: 0; | ||
| 4309 | } | ||
| 4310 | } | ||
| 4311 | @media (max-width: 767px) { | ||
| 4312 | .navbar-form .form-group { | ||
| 4313 | margin-bottom: 5px; | ||
| 4314 | } | ||
| 4315 | .navbar-form .form-group:last-child { | ||
| 4316 | margin-bottom: 0; | ||
| 4317 | } | ||
| 4318 | } | ||
| 4319 | @media (min-width: 768px) { | ||
| 4320 | .navbar-form { | ||
| 4321 | width: auto; | ||
| 4322 | border: 0; | ||
| 4323 | margin-left: 0; | ||
| 4324 | margin-right: 0; | ||
| 4325 | padding-top: 0; | ||
| 4326 | padding-bottom: 0; | ||
| 4327 | -webkit-box-shadow: none; | ||
| 4328 | box-shadow: none; | ||
| 4329 | } | ||
| 4330 | } | ||
| 4331 | .navbar-nav > li > .dropdown-menu { | ||
| 4332 | margin-top: 0; | ||
| 4333 | border-top-right-radius: 0; | ||
| 4334 | border-top-left-radius: 0; | ||
| 4335 | } | ||
| 4336 | .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | ||
| 4337 | margin-bottom: 0; | ||
| 4338 | border-top-right-radius: 0; | ||
| 4339 | border-top-left-radius: 0; | ||
| 4340 | border-bottom-right-radius: 0; | ||
| 4341 | border-bottom-left-radius: 0; | ||
| 4342 | } | ||
| 4343 | .navbar-btn { | ||
| 4344 | margin-top: 3.5px; | ||
| 4345 | margin-bottom: 3.5px; | ||
| 4346 | } | ||
| 4347 | .navbar-btn.btn-sm { | ||
| 4348 | margin-top: 9.5px; | ||
| 4349 | margin-bottom: 9.5px; | ||
| 4350 | } | ||
| 4351 | .navbar-btn.btn-xs { | ||
| 4352 | margin-top: 14px; | ||
| 4353 | margin-bottom: 14px; | ||
| 4354 | } | ||
| 4355 | .navbar-text { | ||
| 4356 | margin-top: 14.5px; | ||
| 4357 | margin-bottom: 14.5px; | ||
| 4358 | } | ||
| 4359 | @media (min-width: 768px) { | ||
| 4360 | .navbar-text { | ||
| 4361 | float: left; | ||
| 4362 | margin-left: 15px; | ||
| 4363 | margin-right: 15px; | ||
| 4364 | } | ||
| 4365 | } | ||
| 4366 | @media (min-width: 768px) { | ||
| 4367 | .navbar-left { | ||
| 4368 | float: left !important; | ||
| 4369 | } | ||
| 4370 | .navbar-right { | ||
| 4371 | float: right !important; | ||
| 4372 | margin-right: -15px; | ||
| 4373 | } | ||
| 4374 | .navbar-right ~ .navbar-right { | ||
| 4375 | margin-right: 0; | ||
| 4376 | } | ||
| 4377 | } | ||
| 4378 | .navbar-default { | ||
| 4379 | background-color: #222222; | ||
| 4380 | border-color: #121212; | ||
| 4381 | } | ||
| 4382 | .navbar-default .navbar-brand { | ||
| 4383 | color: #ffffff; | ||
| 4384 | } | ||
| 4385 | .navbar-default .navbar-brand:hover, | ||
| 4386 | .navbar-default .navbar-brand:focus { | ||
| 4387 | color: #ffffff; | ||
| 4388 | background-color: none; | ||
| 4389 | } | ||
| 4390 | .navbar-default .navbar-text { | ||
| 4391 | color: #ffffff; | ||
| 4392 | } | ||
| 4393 | .navbar-default .navbar-nav > li > a { | ||
| 4394 | color: #ffffff; | ||
| 4395 | } | ||
| 4396 | .navbar-default .navbar-nav > li > a:hover, | ||
| 4397 | .navbar-default .navbar-nav > li > a:focus { | ||
| 4398 | color: #ffffff; | ||
| 4399 | background-color: #090909; | ||
| 4400 | } | ||
| 4401 | .navbar-default .navbar-nav > .active > a, | ||
| 4402 | .navbar-default .navbar-nav > .active > a:hover, | ||
| 4403 | .navbar-default .navbar-nav > .active > a:focus { | ||
| 4404 | color: #ffffff; | ||
| 4405 | background-color: #090909; | ||
| 4406 | } | ||
| 4407 | .navbar-default .navbar-nav > .disabled > a, | ||
| 4408 | .navbar-default .navbar-nav > .disabled > a:hover, | ||
| 4409 | .navbar-default .navbar-nav > .disabled > a:focus { | ||
| 4410 | color: #cccccc; | ||
| 4411 | background-color: transparent; | ||
| 4412 | } | ||
| 4413 | .navbar-default .navbar-toggle { | ||
| 4414 | border-color: transparent; | ||
| 4415 | } | ||
| 4416 | .navbar-default .navbar-toggle:hover, | ||
| 4417 | .navbar-default .navbar-toggle:focus { | ||
| 4418 | background-color: #090909; | ||
| 4419 | } | ||
| 4420 | .navbar-default .navbar-toggle .icon-bar { | ||
| 4421 | background-color: #ffffff; | ||
| 4422 | } | ||
| 4423 | .navbar-default .navbar-collapse, | ||
| 4424 | .navbar-default .navbar-form { | ||
| 4425 | border-color: #121212; | ||
| 4426 | } | ||
| 4427 | .navbar-default .navbar-nav > .open > a, | ||
| 4428 | .navbar-default .navbar-nav > .open > a:hover, | ||
| 4429 | .navbar-default .navbar-nav > .open > a:focus { | ||
| 4430 | background-color: #090909; | ||
| 4431 | color: #ffffff; | ||
| 4432 | } | ||
| 4433 | @media (max-width: 767px) { | ||
| 4434 | .navbar-default .navbar-nav .open .dropdown-menu > li > a { | ||
| 4435 | color: #ffffff; | ||
| 4436 | } | ||
| 4437 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, | ||
| 4438 | .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | ||
| 4439 | color: #ffffff; | ||
| 4440 | background-color: #090909; | ||
| 4441 | } | ||
| 4442 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a, | ||
| 4443 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, | ||
| 4444 | .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | ||
| 4445 | color: #ffffff; | ||
| 4446 | background-color: #090909; | ||
| 4447 | } | ||
| 4448 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | ||
| 4449 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, | ||
| 4450 | .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | ||
| 4451 | color: #cccccc; | ||
| 4452 | background-color: transparent; | ||
| 4453 | } | ||
| 4454 | } | ||
| 4455 | .navbar-default .navbar-link { | ||
| 4456 | color: #ffffff; | ||
| 4457 | } | ||
| 4458 | .navbar-default .navbar-link:hover { | ||
| 4459 | color: #ffffff; | ||
| 4460 | } | ||
| 4461 | .navbar-default .btn-link { | ||
| 4462 | color: #ffffff; | ||
| 4463 | } | ||
| 4464 | .navbar-default .btn-link:hover, | ||
| 4465 | .navbar-default .btn-link:focus { | ||
| 4466 | color: #ffffff; | ||
| 4467 | } | ||
| 4468 | .navbar-default .btn-link[disabled]:hover, | ||
| 4469 | fieldset[disabled] .navbar-default .btn-link:hover, | ||
| 4470 | .navbar-default .btn-link[disabled]:focus, | ||
| 4471 | fieldset[disabled] .navbar-default .btn-link:focus { | ||
| 4472 | color: #cccccc; | ||
| 4473 | } | ||
| 4474 | .navbar-inverse { | ||
| 4475 | background-color: #2780e3; | ||
| 4476 | border-color: #1967be; | ||
| 4477 | } | ||
| 4478 | .navbar-inverse .navbar-brand { | ||
| 4479 | color: #ffffff; | ||
| 4480 | } | ||
| 4481 | .navbar-inverse .navbar-brand:hover, | ||
| 4482 | .navbar-inverse .navbar-brand:focus { | ||
| 4483 | color: #ffffff; | ||
| 4484 | background-color: none; | ||
| 4485 | } | ||
| 4486 | .navbar-inverse .navbar-text { | ||
| 4487 | color: #ffffff; | ||
| 4488 | } | ||
| 4489 | .navbar-inverse .navbar-nav > li > a { | ||
| 4490 | color: #ffffff; | ||
| 4491 | } | ||
| 4492 | .navbar-inverse .navbar-nav > li > a:hover, | ||
| 4493 | .navbar-inverse .navbar-nav > li > a:focus { | ||
| 4494 | color: #ffffff; | ||
| 4495 | background-color: #1967be; | ||
| 4496 | } | ||
| 4497 | .navbar-inverse .navbar-nav > .active > a, | ||
| 4498 | .navbar-inverse .navbar-nav > .active > a:hover, | ||
| 4499 | .navbar-inverse .navbar-nav > .active > a:focus { | ||
| 4500 | color: #ffffff; | ||
| 4501 | background-color: #1967be; | ||
| 4502 | } | ||
| 4503 | .navbar-inverse .navbar-nav > .disabled > a, | ||
| 4504 | .navbar-inverse .navbar-nav > .disabled > a:hover, | ||
| 4505 | .navbar-inverse .navbar-nav > .disabled > a:focus { | ||
| 4506 | color: #ffffff; | ||
| 4507 | background-color: transparent; | ||
| 4508 | } | ||
| 4509 | .navbar-inverse .navbar-toggle { | ||
| 4510 | border-color: transparent; | ||
| 4511 | } | ||
| 4512 | .navbar-inverse .navbar-toggle:hover, | ||
| 4513 | .navbar-inverse .navbar-toggle:focus { | ||
| 4514 | background-color: #1967be; | ||
| 4515 | } | ||
| 4516 | .navbar-inverse .navbar-toggle .icon-bar { | ||
| 4517 | background-color: #ffffff; | ||
| 4518 | } | ||
| 4519 | .navbar-inverse .navbar-collapse, | ||
| 4520 | .navbar-inverse .navbar-form { | ||
| 4521 | border-color: #1a6ecc; | ||
| 4522 | } | ||
| 4523 | .navbar-inverse .navbar-nav > .open > a, | ||
| 4524 | .navbar-inverse .navbar-nav > .open > a:hover, | ||
| 4525 | .navbar-inverse .navbar-nav > .open > a:focus { | ||
| 4526 | background-color: #1967be; | ||
| 4527 | color: #ffffff; | ||
| 4528 | } | ||
| 4529 | @media (max-width: 767px) { | ||
| 4530 | .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | ||
| 4531 | border-color: #1967be; | ||
| 4532 | } | ||
| 4533 | .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | ||
| 4534 | background-color: #1967be; | ||
| 4535 | } | ||
| 4536 | .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | ||
| 4537 | color: #ffffff; | ||
| 4538 | } | ||
| 4539 | .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, | ||
| 4540 | .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | ||
| 4541 | color: #ffffff; | ||
| 4542 | background-color: #1967be; | ||
| 4543 | } | ||
| 4544 | .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | ||
| 4545 | .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, | ||
| 4546 | .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | ||
| 4547 | color: #ffffff; | ||
| 4548 | background-color: #1967be; | ||
| 4549 | } | ||
| 4550 | .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | ||
| 4551 | .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, | ||
| 4552 | .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | ||
| 4553 | color: #ffffff; | ||
| 4554 | background-color: transparent; | ||
| 4555 | } | ||
| 4556 | } | ||
| 4557 | .navbar-inverse .navbar-link { | ||
| 4558 | color: #ffffff; | ||
| 4559 | } | ||
| 4560 | .navbar-inverse .navbar-link:hover { | ||
| 4561 | color: #ffffff; | ||
| 4562 | } | ||
| 4563 | .navbar-inverse .btn-link { | ||
| 4564 | color: #ffffff; | ||
| 4565 | } | ||
| 4566 | .navbar-inverse .btn-link:hover, | ||
| 4567 | .navbar-inverse .btn-link:focus { | ||
| 4568 | color: #ffffff; | ||
| 4569 | } | ||
| 4570 | .navbar-inverse .btn-link[disabled]:hover, | ||
| 4571 | fieldset[disabled] .navbar-inverse .btn-link:hover, | ||
| 4572 | .navbar-inverse .btn-link[disabled]:focus, | ||
| 4573 | fieldset[disabled] .navbar-inverse .btn-link:focus { | ||
| 4574 | color: #ffffff; | ||
| 4575 | } | ||
| 4576 | .breadcrumb { | ||
| 4577 | padding: 8px 15px; | ||
| 4578 | margin-bottom: 21px; | ||
| 4579 | list-style: none; | ||
| 4580 | background-color: #f5f5f5; | ||
| 4581 | border-radius: 0; | ||
| 4582 | } | ||
| 4583 | .breadcrumb > li { | ||
| 4584 | display: inline-block; | ||
| 4585 | } | ||
| 4586 | .breadcrumb > li + li:before { | ||
| 4587 | content: "/\00a0"; | ||
| 4588 | padding: 0 5px; | ||
| 4589 | color: #cccccc; | ||
| 4590 | } | ||
| 4591 | .breadcrumb > .active { | ||
| 4592 | color: #999999; | ||
| 4593 | } | ||
| 4594 | .pagination { | ||
| 4595 | display: inline-block; | ||
| 4596 | padding-left: 0; | ||
| 4597 | margin: 21px 0; | ||
| 4598 | border-radius: 0; | ||
| 4599 | } | ||
| 4600 | .pagination > li { | ||
| 4601 | display: inline; | ||
| 4602 | } | ||
| 4603 | .pagination > li > a, | ||
| 4604 | .pagination > li > span { | ||
| 4605 | position: relative; | ||
| 4606 | float: left; | ||
| 4607 | padding: 10px 18px; | ||
| 4608 | line-height: 1.42857143; | ||
| 4609 | text-decoration: none; | ||
| 4610 | color: #2780e3; | ||
| 4611 | background-color: #ffffff; | ||
| 4612 | border: 1px solid #dddddd; | ||
| 4613 | margin-left: -1px; | ||
| 4614 | } | ||
| 4615 | .pagination > li:first-child > a, | ||
| 4616 | .pagination > li:first-child > span { | ||
| 4617 | margin-left: 0; | ||
| 4618 | border-bottom-left-radius: 0; | ||
| 4619 | border-top-left-radius: 0; | ||
| 4620 | } | ||
| 4621 | .pagination > li:last-child > a, | ||
| 4622 | .pagination > li:last-child > span { | ||
| 4623 | border-bottom-right-radius: 0; | ||
| 4624 | border-top-right-radius: 0; | ||
| 4625 | } | ||
| 4626 | .pagination > li > a:hover, | ||
| 4627 | .pagination > li > span:hover, | ||
| 4628 | .pagination > li > a:focus, | ||
| 4629 | .pagination > li > span:focus { | ||
| 4630 | color: #165ba8; | ||
| 4631 | background-color: #e6e6e6; | ||
| 4632 | border-color: #dddddd; | ||
| 4633 | } | ||
| 4634 | .pagination > .active > a, | ||
| 4635 | .pagination > .active > span, | ||
| 4636 | .pagination > .active > a:hover, | ||
| 4637 | .pagination > .active > span:hover, | ||
| 4638 | .pagination > .active > a:focus, | ||
| 4639 | .pagination > .active > span:focus { | ||
| 4640 | z-index: 2; | ||
| 4641 | color: #999999; | ||
| 4642 | background-color: #f5f5f5; | ||
| 4643 | border-color: #dddddd; | ||
| 4644 | cursor: default; | ||
| 4645 | } | ||
| 4646 | .pagination > .disabled > span, | ||
| 4647 | .pagination > .disabled > span:hover, | ||
| 4648 | .pagination > .disabled > span:focus, | ||
| 4649 | .pagination > .disabled > a, | ||
| 4650 | .pagination > .disabled > a:hover, | ||
| 4651 | .pagination > .disabled > a:focus { | ||
| 4652 | color: #999999; | ||
| 4653 | background-color: #ffffff; | ||
| 4654 | border-color: #dddddd; | ||
| 4655 | cursor: not-allowed; | ||
| 4656 | } | ||
| 4657 | .pagination-lg > li > a, | ||
| 4658 | .pagination-lg > li > span { | ||
| 4659 | padding: 18px 30px; | ||
| 4660 | font-size: 19px; | ||
| 4661 | } | ||
| 4662 | .pagination-lg > li:first-child > a, | ||
| 4663 | .pagination-lg > li:first-child > span { | ||
| 4664 | border-bottom-left-radius: 0; | ||
| 4665 | border-top-left-radius: 0; | ||
| 4666 | } | ||
| 4667 | .pagination-lg > li:last-child > a, | ||
| 4668 | .pagination-lg > li:last-child > span { | ||
| 4669 | border-bottom-right-radius: 0; | ||
| 4670 | border-top-right-radius: 0; | ||
| 4671 | } | ||
| 4672 | .pagination-sm > li > a, | ||
| 4673 | .pagination-sm > li > span { | ||
| 4674 | padding: 5px 10px; | ||
| 4675 | font-size: 13px; | ||
| 4676 | } | ||
| 4677 | .pagination-sm > li:first-child > a, | ||
| 4678 | .pagination-sm > li:first-child > span { | ||
| 4679 | border-bottom-left-radius: 0; | ||
| 4680 | border-top-left-radius: 0; | ||
| 4681 | } | ||
| 4682 | .pagination-sm > li:last-child > a, | ||
| 4683 | .pagination-sm > li:last-child > span { | ||
| 4684 | border-bottom-right-radius: 0; | ||
| 4685 | border-top-right-radius: 0; | ||
| 4686 | } | ||
| 4687 | .pager { | ||
| 4688 | padding-left: 0; | ||
| 4689 | margin: 21px 0; | ||
| 4690 | list-style: none; | ||
| 4691 | text-align: center; | ||
| 4692 | } | ||
| 4693 | .pager li { | ||
| 4694 | display: inline; | ||
| 4695 | } | ||
| 4696 | .pager li > a, | ||
| 4697 | .pager li > span { | ||
| 4698 | display: inline-block; | ||
| 4699 | padding: 5px 14px; | ||
| 4700 | background-color: #ffffff; | ||
| 4701 | border: 1px solid #dddddd; | ||
| 4702 | border-radius: 0; | ||
| 4703 | } | ||
| 4704 | .pager li > a:hover, | ||
| 4705 | .pager li > a:focus { | ||
| 4706 | text-decoration: none; | ||
| 4707 | background-color: #e6e6e6; | ||
| 4708 | } | ||
| 4709 | .pager .next > a, | ||
| 4710 | .pager .next > span { | ||
| 4711 | float: right; | ||
| 4712 | } | ||
| 4713 | .pager .previous > a, | ||
| 4714 | .pager .previous > span { | ||
| 4715 | float: left; | ||
| 4716 | } | ||
| 4717 | .pager .disabled > a, | ||
| 4718 | .pager .disabled > a:hover, | ||
| 4719 | .pager .disabled > a:focus, | ||
| 4720 | .pager .disabled > span { | ||
| 4721 | color: #999999; | ||
| 4722 | background-color: #ffffff; | ||
| 4723 | cursor: not-allowed; | ||
| 4724 | } | ||
| 4725 | .label { | ||
| 4726 | display: inline; | ||
| 4727 | padding: .2em .6em .3em; | ||
| 4728 | font-size: 75%; | ||
| 4729 | font-weight: bold; | ||
| 4730 | line-height: 1; | ||
| 4731 | color: #ffffff; | ||
| 4732 | text-align: center; | ||
| 4733 | white-space: nowrap; | ||
| 4734 | vertical-align: baseline; | ||
| 4735 | border-radius: .25em; | ||
| 4736 | } | ||
| 4737 | a.label:hover, | ||
| 4738 | a.label:focus { | ||
| 4739 | color: #ffffff; | ||
| 4740 | text-decoration: none; | ||
| 4741 | cursor: pointer; | ||
| 4742 | } | ||
| 4743 | .label:empty { | ||
| 4744 | display: none; | ||
| 4745 | } | ||
| 4746 | .btn .label { | ||
| 4747 | position: relative; | ||
| 4748 | top: -1px; | ||
| 4749 | } | ||
| 4750 | .label-default { | ||
| 4751 | background-color: #222222; | ||
| 4752 | } | ||
| 4753 | .label-default[href]:hover, | ||
| 4754 | .label-default[href]:focus { | ||
| 4755 | background-color: #090909; | ||
| 4756 | } | ||
| 4757 | .label-primary { | ||
| 4758 | background-color: #2780e3; | ||
| 4759 | } | ||
| 4760 | .label-primary[href]:hover, | ||
| 4761 | .label-primary[href]:focus { | ||
| 4762 | background-color: #1967be; | ||
| 4763 | } | ||
| 4764 | .label-success { | ||
| 4765 | background-color: #3fb618; | ||
| 4766 | } | ||
| 4767 | .label-success[href]:hover, | ||
| 4768 | .label-success[href]:focus { | ||
| 4769 | background-color: #2f8912; | ||
| 4770 | } | ||
| 4771 | .label-info { | ||
| 4772 | background-color: #9954bb; | ||
| 4773 | } | ||
| 4774 | .label-info[href]:hover, | ||
| 4775 | .label-info[href]:focus { | ||
| 4776 | background-color: #7e3f9d; | ||
| 4777 | } | ||
| 4778 | .label-warning { | ||
| 4779 | background-color: #ff7518; | ||
| 4780 | } | ||
| 4781 | .label-warning[href]:hover, | ||
| 4782 | .label-warning[href]:focus { | ||
| 4783 | background-color: #e45c00; | ||
| 4784 | } | ||
| 4785 | .label-danger { | ||
| 4786 | background-color: #ff0039; | ||
| 4787 | } | ||
| 4788 | .label-danger[href]:hover, | ||
| 4789 | .label-danger[href]:focus { | ||
| 4790 | background-color: #cc002e; | ||
| 4791 | } | ||
| 4792 | .badge { | ||
| 4793 | display: inline-block; | ||
| 4794 | min-width: 10px; | ||
| 4795 | padding: 3px 7px; | ||
| 4796 | font-size: 13px; | ||
| 4797 | font-weight: bold; | ||
| 4798 | color: #ffffff; | ||
| 4799 | line-height: 1; | ||
| 4800 | vertical-align: baseline; | ||
| 4801 | white-space: nowrap; | ||
| 4802 | text-align: center; | ||
| 4803 | background-color: #2780e3; | ||
| 4804 | border-radius: 10px; | ||
| 4805 | } | ||
| 4806 | .badge:empty { | ||
| 4807 | display: none; | ||
| 4808 | } | ||
| 4809 | .btn .badge { | ||
| 4810 | position: relative; | ||
| 4811 | top: -1px; | ||
| 4812 | } | ||
| 4813 | .btn-xs .badge { | ||
| 4814 | top: 0; | ||
| 4815 | padding: 1px 5px; | ||
| 4816 | } | ||
| 4817 | a.badge:hover, | ||
| 4818 | a.badge:focus { | ||
| 4819 | color: #ffffff; | ||
| 4820 | text-decoration: none; | ||
| 4821 | cursor: pointer; | ||
| 4822 | } | ||
| 4823 | .list-group-item.active > .badge, | ||
| 4824 | .nav-pills > .active > a > .badge { | ||
| 4825 | color: #2780e3; | ||
| 4826 | background-color: #ffffff; | ||
| 4827 | } | ||
| 4828 | .list-group-item > .badge { | ||
| 4829 | float: right; | ||
| 4830 | } | ||
| 4831 | .list-group-item > .badge + .badge { | ||
| 4832 | margin-right: 5px; | ||
| 4833 | } | ||
| 4834 | .nav-pills > li > a > .badge { | ||
| 4835 | margin-left: 3px; | ||
| 4836 | } | ||
| 4837 | .jumbotron { | ||
| 4838 | padding: 30px 15px; | ||
| 4839 | margin-bottom: 30px; | ||
| 4840 | color: inherit; | ||
| 4841 | background-color: #e6e6e6; | ||
| 4842 | } | ||
| 4843 | .jumbotron h1, | ||
| 4844 | .jumbotron .h1 { | ||
| 4845 | color: inherit; | ||
| 4846 | } | ||
| 4847 | .jumbotron p { | ||
| 4848 | margin-bottom: 15px; | ||
| 4849 | font-size: 23px; | ||
| 4850 | font-weight: 200; | ||
| 4851 | } | ||
| 4852 | .jumbotron > hr { | ||
| 4853 | border-top-color: #cccccc; | ||
| 4854 | } | ||
| 4855 | .container .jumbotron, | ||
| 4856 | .container-fluid .jumbotron { | ||
| 4857 | border-radius: 0; | ||
| 4858 | } | ||
| 4859 | .jumbotron .container { | ||
| 4860 | max-width: 100%; | ||
| 4861 | } | ||
| 4862 | @media screen and (min-width: 768px) { | ||
| 4863 | .jumbotron { | ||
| 4864 | padding: 48px 0; | ||
| 4865 | } | ||
| 4866 | .container .jumbotron, | ||
| 4867 | .container-fluid .jumbotron { | ||
| 4868 | padding-left: 60px; | ||
| 4869 | padding-right: 60px; | ||
| 4870 | } | ||
| 4871 | .jumbotron h1, | ||
| 4872 | .jumbotron .h1 { | ||
| 4873 | font-size: 67.5px; | ||
| 4874 | } | ||
| 4875 | } | ||
| 4876 | .thumbnail { | ||
| 4877 | display: block; | ||
| 4878 | padding: 4px; | ||
| 4879 | margin-bottom: 21px; | ||
| 4880 | line-height: 1.42857143; | ||
| 4881 | background-color: #ffffff; | ||
| 4882 | border: 1px solid #dddddd; | ||
| 4883 | border-radius: 0; | ||
| 4884 | -webkit-transition: border 0.2s ease-in-out; | ||
| 4885 | -o-transition: border 0.2s ease-in-out; | ||
| 4886 | transition: border 0.2s ease-in-out; | ||
| 4887 | } | ||
| 4888 | .thumbnail > img, | ||
| 4889 | .thumbnail a > img { | ||
| 4890 | margin-left: auto; | ||
| 4891 | margin-right: auto; | ||
| 4892 | } | ||
| 4893 | a.thumbnail:hover, | ||
| 4894 | a.thumbnail:focus, | ||
| 4895 | a.thumbnail.active { | ||
| 4896 | border-color: #2780e3; | ||
| 4897 | } | ||
| 4898 | .thumbnail .caption { | ||
| 4899 | padding: 9px; | ||
| 4900 | color: #333333; | ||
| 4901 | } | ||
| 4902 | .alert { | ||
| 4903 | padding: 15px; | ||
| 4904 | margin-bottom: 21px; | ||
| 4905 | border: 1px solid transparent; | ||
| 4906 | border-radius: 0; | ||
| 4907 | } | ||
| 4908 | .alert h4 { | ||
| 4909 | margin-top: 0; | ||
| 4910 | color: inherit; | ||
| 4911 | } | ||
| 4912 | .alert .alert-link { | ||
| 4913 | font-weight: bold; | ||
| 4914 | } | ||
| 4915 | .alert > p, | ||
| 4916 | .alert > ul { | ||
| 4917 | margin-bottom: 0; | ||
| 4918 | } | ||
| 4919 | .alert > p + p { | ||
| 4920 | margin-top: 5px; | ||
| 4921 | } | ||
| 4922 | .alert-dismissable, | ||
| 4923 | .alert-dismissible { | ||
| 4924 | padding-right: 35px; | ||
| 4925 | } | ||
| 4926 | .alert-dismissable .close, | ||
| 4927 | .alert-dismissible .close { | ||
| 4928 | position: relative; | ||
| 4929 | top: -2px; | ||
| 4930 | right: -21px; | ||
| 4931 | color: inherit; | ||
| 4932 | } | ||
| 4933 | .alert-success { | ||
| 4934 | background-color: #3fb618; | ||
| 4935 | border-color: #4e9f15; | ||
| 4936 | color: #ffffff; | ||
| 4937 | } | ||
| 4938 | .alert-success hr { | ||
| 4939 | border-top-color: #438912; | ||
| 4940 | } | ||
| 4941 | .alert-success .alert-link { | ||
| 4942 | color: #e6e6e6; | ||
| 4943 | } | ||
| 4944 | .alert-info { | ||
| 4945 | background-color: #9954bb; | ||
| 4946 | border-color: #7643a8; | ||
| 4947 | color: #ffffff; | ||
| 4948 | } | ||
| 4949 | .alert-info hr { | ||
| 4950 | border-top-color: #693c96; | ||
| 4951 | } | ||
| 4952 | .alert-info .alert-link { | ||
| 4953 | color: #e6e6e6; | ||
| 4954 | } | ||
| 4955 | .alert-warning { | ||
| 4956 | background-color: #ff7518; | ||
| 4957 | border-color: #ff4309; | ||
| 4958 | color: #ffffff; | ||
| 4959 | } | ||
| 4960 | .alert-warning hr { | ||
| 4961 | border-top-color: #ee3800; | ||
| 4962 | } | ||
| 4963 | .alert-warning .alert-link { | ||
| 4964 | color: #e6e6e6; | ||
| 4965 | } | ||
| 4966 | .alert-danger { | ||
| 4967 | background-color: #ff0039; | ||
| 4968 | border-color: #f0005e; | ||
| 4969 | color: #ffffff; | ||
| 4970 | } | ||
| 4971 | .alert-danger hr { | ||
| 4972 | border-top-color: #d60054; | ||
| 4973 | } | ||
| 4974 | .alert-danger .alert-link { | ||
| 4975 | color: #e6e6e6; | ||
| 4976 | } | ||
| 4977 | @-webkit-keyframes progress-bar-stripes { | ||
| 4978 | from { | ||
| 4979 | background-position: 40px 0; | ||
| 4980 | } | ||
| 4981 | to { | ||
| 4982 | background-position: 0 0; | ||
| 4983 | } | ||
| 4984 | } | ||
| 4985 | @-o-keyframes progress-bar-stripes { | ||
| 4986 | from { | ||
| 4987 | background-position: 40px 0; | ||
| 4988 | } | ||
| 4989 | to { | ||
| 4990 | background-position: 0 0; | ||
| 4991 | } | ||
| 4992 | } | ||
| 4993 | @keyframes progress-bar-stripes { | ||
| 4994 | from { | ||
| 4995 | background-position: 40px 0; | ||
| 4996 | } | ||
| 4997 | to { | ||
| 4998 | background-position: 0 0; | ||
| 4999 | } | ||
| 5000 | } | ||
| 5001 | .progress { | ||
| 5002 | overflow: hidden; | ||
| 5003 | height: 21px; | ||
| 5004 | margin-bottom: 21px; | ||
| 5005 | background-color: #cccccc; | ||
| 5006 | border-radius: 0; | ||
| 5007 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | ||
| 5008 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | ||
| 5009 | } | ||
| 5010 | .progress-bar { | ||
| 5011 | float: left; | ||
| 5012 | width: 0%; | ||
| 5013 | height: 100%; | ||
| 5014 | font-size: 13px; | ||
| 5015 | line-height: 21px; | ||
| 5016 | color: #ffffff; | ||
| 5017 | text-align: center; | ||
| 5018 | background-color: #2780e3; | ||
| 5019 | -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | ||
| 5020 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | ||
| 5021 | -webkit-transition: width 0.6s ease; | ||
| 5022 | -o-transition: width 0.6s ease; | ||
| 5023 | transition: width 0.6s ease; | ||
| 5024 | } | ||
| 5025 | .progress-striped .progress-bar, | ||
| 5026 | .progress-bar-striped { | ||
| 5027 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5028 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5029 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5030 | -webkit-background-size: 40px 40px; | ||
| 5031 | background-size: 40px 40px; | ||
| 5032 | } | ||
| 5033 | .progress.active .progress-bar, | ||
| 5034 | .progress-bar.active { | ||
| 5035 | -webkit-animation: progress-bar-stripes 2s linear infinite; | ||
| 5036 | -o-animation: progress-bar-stripes 2s linear infinite; | ||
| 5037 | animation: progress-bar-stripes 2s linear infinite; | ||
| 5038 | } | ||
| 5039 | .progress-bar-success { | ||
| 5040 | background-color: #3fb618; | ||
| 5041 | } | ||
| 5042 | .progress-striped .progress-bar-success { | ||
| 5043 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5044 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5045 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5046 | } | ||
| 5047 | .progress-bar-info { | ||
| 5048 | background-color: #9954bb; | ||
| 5049 | } | ||
| 5050 | .progress-striped .progress-bar-info { | ||
| 5051 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5052 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5053 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5054 | } | ||
| 5055 | .progress-bar-warning { | ||
| 5056 | background-color: #ff7518; | ||
| 5057 | } | ||
| 5058 | .progress-striped .progress-bar-warning { | ||
| 5059 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5060 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5061 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5062 | } | ||
| 5063 | .progress-bar-danger { | ||
| 5064 | background-color: #ff0039; | ||
| 5065 | } | ||
| 5066 | .progress-striped .progress-bar-danger { | ||
| 5067 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5068 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5069 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | ||
| 5070 | } | ||
| 5071 | .media { | ||
| 5072 | margin-top: 15px; | ||
| 5073 | } | ||
| 5074 | .media:first-child { | ||
| 5075 | margin-top: 0; | ||
| 5076 | } | ||
| 5077 | .media, | ||
| 5078 | .media-body { | ||
| 5079 | zoom: 1; | ||
| 5080 | overflow: hidden; | ||
| 5081 | } | ||
| 5082 | .media-body { | ||
| 5083 | width: 10000px; | ||
| 5084 | } | ||
| 5085 | .media-object { | ||
| 5086 | display: block; | ||
| 5087 | } | ||
| 5088 | .media-right, | ||
| 5089 | .media > .pull-right { | ||
| 5090 | padding-left: 10px; | ||
| 5091 | } | ||
| 5092 | .media-left, | ||
| 5093 | .media > .pull-left { | ||
| 5094 | padding-right: 10px; | ||
| 5095 | } | ||
| 5096 | .media-left, | ||
| 5097 | .media-right, | ||
| 5098 | .media-body { | ||
| 5099 | display: table-cell; | ||
| 5100 | vertical-align: top; | ||
| 5101 | } | ||
| 5102 | .media-middle { | ||
| 5103 | vertical-align: middle; | ||
| 5104 | } | ||
| 5105 | .media-bottom { | ||
| 5106 | vertical-align: bottom; | ||
| 5107 | } | ||
| 5108 | .media-heading { | ||
| 5109 | margin-top: 0; | ||
| 5110 | margin-bottom: 5px; | ||
| 5111 | } | ||
| 5112 | .media-list { | ||
| 5113 | padding-left: 0; | ||
| 5114 | list-style: none; | ||
| 5115 | } | ||
| 5116 | .list-group { | ||
| 5117 | margin-bottom: 20px; | ||
| 5118 | padding-left: 0; | ||
| 5119 | } | ||
| 5120 | .list-group-item { | ||
| 5121 | position: relative; | ||
| 5122 | display: block; | ||
| 5123 | padding: 10px 15px; | ||
| 5124 | margin-bottom: -1px; | ||
| 5125 | background-color: #ffffff; | ||
| 5126 | border: 1px solid #dddddd; | ||
| 5127 | } | ||
| 5128 | .list-group-item:first-child { | ||
| 5129 | border-top-right-radius: 0; | ||
| 5130 | border-top-left-radius: 0; | ||
| 5131 | } | ||
| 5132 | .list-group-item:last-child { | ||
| 5133 | margin-bottom: 0; | ||
| 5134 | border-bottom-right-radius: 0; | ||
| 5135 | border-bottom-left-radius: 0; | ||
| 5136 | } | ||
| 5137 | a.list-group-item { | ||
| 5138 | color: #555555; | ||
| 5139 | } | ||
| 5140 | a.list-group-item .list-group-item-heading { | ||
| 5141 | color: #333333; | ||
| 5142 | } | ||
| 5143 | a.list-group-item:hover, | ||
| 5144 | a.list-group-item:focus { | ||
| 5145 | text-decoration: none; | ||
| 5146 | color: #555555; | ||
| 5147 | background-color: #f5f5f5; | ||
| 5148 | } | ||
| 5149 | .list-group-item.disabled, | ||
| 5150 | .list-group-item.disabled:hover, | ||
| 5151 | .list-group-item.disabled:focus { | ||
| 5152 | background-color: #e6e6e6; | ||
| 5153 | color: #999999; | ||
| 5154 | cursor: not-allowed; | ||
| 5155 | } | ||
| 5156 | .list-group-item.disabled .list-group-item-heading, | ||
| 5157 | .list-group-item.disabled:hover .list-group-item-heading, | ||
| 5158 | .list-group-item.disabled:focus .list-group-item-heading { | ||
| 5159 | color: inherit; | ||
| 5160 | } | ||
| 5161 | .list-group-item.disabled .list-group-item-text, | ||
| 5162 | .list-group-item.disabled:hover .list-group-item-text, | ||
| 5163 | .list-group-item.disabled:focus .list-group-item-text { | ||
| 5164 | color: #999999; | ||
| 5165 | } | ||
| 5166 | .list-group-item.active, | ||
| 5167 | .list-group-item.active:hover, | ||
| 5168 | .list-group-item.active:focus { | ||
| 5169 | z-index: 2; | ||
| 5170 | color: #ffffff; | ||
| 5171 | background-color: #2780e3; | ||
| 5172 | border-color: #dddddd; | ||
| 5173 | } | ||
| 5174 | .list-group-item.active .list-group-item-heading, | ||
| 5175 | .list-group-item.active:hover .list-group-item-heading, | ||
| 5176 | .list-group-item.active:focus .list-group-item-heading, | ||
| 5177 | .list-group-item.active .list-group-item-heading > small, | ||
| 5178 | .list-group-item.active:hover .list-group-item-heading > small, | ||
| 5179 | .list-group-item.active:focus .list-group-item-heading > small, | ||
| 5180 | .list-group-item.active .list-group-item-heading > .small, | ||
| 5181 | .list-group-item.active:hover .list-group-item-heading > .small, | ||
| 5182 | .list-group-item.active:focus .list-group-item-heading > .small { | ||
| 5183 | color: inherit; | ||
| 5184 | } | ||
| 5185 | .list-group-item.active .list-group-item-text, | ||
| 5186 | .list-group-item.active:hover .list-group-item-text, | ||
| 5187 | .list-group-item.active:focus .list-group-item-text { | ||
| 5188 | color: #dceafa; | ||
| 5189 | } | ||
| 5190 | .list-group-item-success { | ||
| 5191 | color: #ffffff; | ||
| 5192 | background-color: #3fb618; | ||
| 5193 | } | ||
| 5194 | a.list-group-item-success { | ||
| 5195 | color: #ffffff; | ||
| 5196 | } | ||
| 5197 | a.list-group-item-success .list-group-item-heading { | ||
| 5198 | color: inherit; | ||
| 5199 | } | ||
| 5200 | a.list-group-item-success:hover, | ||
| 5201 | a.list-group-item-success:focus { | ||
| 5202 | color: #ffffff; | ||
| 5203 | background-color: #379f15; | ||
| 5204 | } | ||
| 5205 | a.list-group-item-success.active, | ||
| 5206 | a.list-group-item-success.active:hover, | ||
| 5207 | a.list-group-item-success.active:focus { | ||
| 5208 | color: #fff; | ||
| 5209 | background-color: #ffffff; | ||
| 5210 | border-color: #ffffff; | ||
| 5211 | } | ||
| 5212 | .list-group-item-info { | ||
| 5213 | color: #ffffff; | ||
| 5214 | background-color: #9954bb; | ||
| 5215 | } | ||
| 5216 | a.list-group-item-info { | ||
| 5217 | color: #ffffff; | ||
| 5218 | } | ||
| 5219 | a.list-group-item-info .list-group-item-heading { | ||
| 5220 | color: inherit; | ||
| 5221 | } | ||
| 5222 | a.list-group-item-info:hover, | ||
| 5223 | a.list-group-item-info:focus { | ||
| 5224 | color: #ffffff; | ||
| 5225 | background-color: #8d46b0; | ||
| 5226 | } | ||
| 5227 | a.list-group-item-info.active, | ||
| 5228 | a.list-group-item-info.active:hover, | ||
| 5229 | a.list-group-item-info.active:focus { | ||
| 5230 | color: #fff; | ||
| 5231 | background-color: #ffffff; | ||
| 5232 | border-color: #ffffff; | ||
| 5233 | } | ||
| 5234 | .list-group-item-warning { | ||
| 5235 | color: #ffffff; | ||
| 5236 | background-color: #ff7518; | ||
| 5237 | } | ||
| 5238 | a.list-group-item-warning { | ||
| 5239 | color: #ffffff; | ||
| 5240 | } | ||
| 5241 | a.list-group-item-warning .list-group-item-heading { | ||
| 5242 | color: inherit; | ||
| 5243 | } | ||
| 5244 | a.list-group-item-warning:hover, | ||
| 5245 | a.list-group-item-warning:focus { | ||
| 5246 | color: #ffffff; | ||
| 5247 | background-color: #fe6600; | ||
| 5248 | } | ||
| 5249 | a.list-group-item-warning.active, | ||
| 5250 | a.list-group-item-warning.active:hover, | ||
| 5251 | a.list-group-item-warning.active:focus { | ||
| 5252 | color: #fff; | ||
| 5253 | background-color: #ffffff; | ||
| 5254 | border-color: #ffffff; | ||
| 5255 | } | ||
| 5256 | .list-group-item-danger { | ||
| 5257 | color: #ffffff; | ||
| 5258 | background-color: #ff0039; | ||
| 5259 | } | ||
| 5260 | a.list-group-item-danger { | ||
| 5261 | color: #ffffff; | ||
| 5262 | } | ||
| 5263 | a.list-group-item-danger .list-group-item-heading { | ||
| 5264 | color: inherit; | ||
| 5265 | } | ||
| 5266 | a.list-group-item-danger:hover, | ||
| 5267 | a.list-group-item-danger:focus { | ||
| 5268 | color: #ffffff; | ||
| 5269 | background-color: #e60033; | ||
| 5270 | } | ||
| 5271 | a.list-group-item-danger.active, | ||
| 5272 | a.list-group-item-danger.active:hover, | ||
| 5273 | a.list-group-item-danger.active:focus { | ||
| 5274 | color: #fff; | ||
| 5275 | background-color: #ffffff; | ||
| 5276 | border-color: #ffffff; | ||
| 5277 | } | ||
| 5278 | .list-group-item-heading { | ||
| 5279 | margin-top: 0; | ||
| 5280 | margin-bottom: 5px; | ||
| 5281 | } | ||
| 5282 | .list-group-item-text { | ||
| 5283 | margin-bottom: 0; | ||
| 5284 | line-height: 1.3; | ||
| 5285 | } | ||
| 5286 | .panel { | ||
| 5287 | margin-bottom: 21px; | ||
| 5288 | background-color: #ffffff; | ||
| 5289 | border: 1px solid transparent; | ||
| 5290 | border-radius: 0; | ||
| 5291 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | ||
| 5292 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | ||
| 5293 | } | ||
| 5294 | .panel-body { | ||
| 5295 | padding: 15px; | ||
| 5296 | } | ||
| 5297 | .panel-heading { | ||
| 5298 | padding: 10px 15px; | ||
| 5299 | border-bottom: 1px solid transparent; | ||
| 5300 | border-top-right-radius: -1; | ||
| 5301 | border-top-left-radius: -1; | ||
| 5302 | } | ||
| 5303 | .panel-heading > .dropdown .dropdown-toggle { | ||
| 5304 | color: inherit; | ||
| 5305 | } | ||
| 5306 | .panel-title { | ||
| 5307 | margin-top: 0; | ||
| 5308 | margin-bottom: 0; | ||
| 5309 | font-size: 17px; | ||
| 5310 | color: inherit; | ||
| 5311 | } | ||
| 5312 | .panel-title > a, | ||
| 5313 | .panel-title > small, | ||
| 5314 | .panel-title > .small, | ||
| 5315 | .panel-title > small > a, | ||
| 5316 | .panel-title > .small > a { | ||
| 5317 | color: inherit; | ||
| 5318 | } | ||
| 5319 | .panel-footer { | ||
| 5320 | padding: 10px 15px; | ||
| 5321 | background-color: #f5f5f5; | ||
| 5322 | border-top: 1px solid #dddddd; | ||
| 5323 | border-bottom-right-radius: -1; | ||
| 5324 | border-bottom-left-radius: -1; | ||
| 5325 | } | ||
| 5326 | .panel > .list-group, | ||
| 5327 | .panel > .panel-collapse > .list-group { | ||
| 5328 | margin-bottom: 0; | ||
| 5329 | } | ||
| 5330 | .panel > .list-group .list-group-item, | ||
| 5331 | .panel > .panel-collapse > .list-group .list-group-item { | ||
| 5332 | border-width: 1px 0; | ||
| 5333 | border-radius: 0; | ||
| 5334 | } | ||
| 5335 | .panel > .list-group:first-child .list-group-item:first-child, | ||
| 5336 | .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | ||
| 5337 | border-top: 0; | ||
| 5338 | border-top-right-radius: -1; | ||
| 5339 | border-top-left-radius: -1; | ||
| 5340 | } | ||
| 5341 | .panel > .list-group:last-child .list-group-item:last-child, | ||
| 5342 | .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { | ||
| 5343 | border-bottom: 0; | ||
| 5344 | border-bottom-right-radius: -1; | ||
| 5345 | border-bottom-left-radius: -1; | ||
| 5346 | } | ||
| 5347 | .panel-heading + .list-group .list-group-item:first-child { | ||
| 5348 | border-top-width: 0; | ||
| 5349 | } | ||
| 5350 | .list-group + .panel-footer { | ||
| 5351 | border-top-width: 0; | ||
| 5352 | } | ||
| 5353 | .panel > .table, | ||
| 5354 | .panel > .table-responsive > .table, | ||
| 5355 | .panel > .panel-collapse > .table { | ||
| 5356 | margin-bottom: 0; | ||
| 5357 | } | ||
| 5358 | .panel > .table caption, | ||
| 5359 | .panel > .table-responsive > .table caption, | ||
| 5360 | .panel > .panel-collapse > .table caption { | ||
| 5361 | padding-left: 15px; | ||
| 5362 | padding-right: 15px; | ||
| 5363 | } | ||
| 5364 | .panel > .table:first-child, | ||
| 5365 | .panel > .table-responsive:first-child > .table:first-child { | ||
| 5366 | border-top-right-radius: -1; | ||
| 5367 | border-top-left-radius: -1; | ||
| 5368 | } | ||
| 5369 | .panel > .table:first-child > thead:first-child > tr:first-child, | ||
| 5370 | .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | ||
| 5371 | .panel > .table:first-child > tbody:first-child > tr:first-child, | ||
| 5372 | .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { | ||
| 5373 | border-top-left-radius: -1; | ||
| 5374 | border-top-right-radius: -1; | ||
| 5375 | } | ||
| 5376 | .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | ||
| 5377 | .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | ||
| 5378 | .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | ||
| 5379 | .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | ||
| 5380 | .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | ||
| 5381 | .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | ||
| 5382 | .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | ||
| 5383 | .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | ||
| 5384 | border-top-left-radius: -1; | ||
| 5385 | } | ||
| 5386 | .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | ||
| 5387 | .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | ||
| 5388 | .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | ||
| 5389 | .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | ||
| 5390 | .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | ||
| 5391 | .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | ||
| 5392 | .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | ||
| 5393 | .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | ||
| 5394 | border-top-right-radius: -1; | ||
| 5395 | } | ||
| 5396 | .panel > .table:last-child, | ||
| 5397 | .panel > .table-responsive:last-child > .table:last-child { | ||
| 5398 | border-bottom-right-radius: -1; | ||
| 5399 | border-bottom-left-radius: -1; | ||
| 5400 | } | ||
| 5401 | .panel > .table:last-child > tbody:last-child > tr:last-child, | ||
| 5402 | .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | ||
| 5403 | .panel > .table:last-child > tfoot:last-child > tr:last-child, | ||
| 5404 | .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { | ||
| 5405 | border-bottom-left-radius: -1; | ||
| 5406 | border-bottom-right-radius: -1; | ||
| 5407 | } | ||
| 5408 | .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | ||
| 5409 | .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | ||
| 5410 | .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | ||
| 5411 | .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | ||
| 5412 | .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | ||
| 5413 | .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | ||
| 5414 | .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | ||
| 5415 | .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | ||
| 5416 | border-bottom-left-radius: -1; | ||
| 5417 | } | ||
| 5418 | .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | ||
| 5419 | .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | ||
| 5420 | .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | ||
| 5421 | .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | ||
| 5422 | .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | ||
| 5423 | .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | ||
| 5424 | .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | ||
| 5425 | .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | ||
| 5426 | border-bottom-right-radius: -1; | ||
| 5427 | } | ||
| 5428 | .panel > .panel-body + .table, | ||
| 5429 | .panel > .panel-body + .table-responsive, | ||
| 5430 | .panel > .table + .panel-body, | ||
| 5431 | .panel > .table-responsive + .panel-body { | ||
| 5432 | border-top: 1px solid #dddddd; | ||
| 5433 | } | ||
| 5434 | .panel > .table > tbody:first-child > tr:first-child th, | ||
| 5435 | .panel > .table > tbody:first-child > tr:first-child td { | ||
| 5436 | border-top: 0; | ||
| 5437 | } | ||
| 5438 | .panel > .table-bordered, | ||
| 5439 | .panel > .table-responsive > .table-bordered { | ||
| 5440 | border: 0; | ||
| 5441 | } | ||
| 5442 | .panel > .table-bordered > thead > tr > th:first-child, | ||
| 5443 | .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | ||
| 5444 | .panel > .table-bordered > tbody > tr > th:first-child, | ||
| 5445 | .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | ||
| 5446 | .panel > .table-bordered > tfoot > tr > th:first-child, | ||
| 5447 | .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | ||
| 5448 | .panel > .table-bordered > thead > tr > td:first-child, | ||
| 5449 | .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | ||
| 5450 | .panel > .table-bordered > tbody > tr > td:first-child, | ||
| 5451 | .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | ||
| 5452 | .panel > .table-bordered > tfoot > tr > td:first-child, | ||
| 5453 | .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | ||
| 5454 | border-left: 0; | ||
| 5455 | } | ||
| 5456 | .panel > .table-bordered > thead > tr > th:last-child, | ||
| 5457 | .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | ||
| 5458 | .panel > .table-bordered > tbody > tr > th:last-child, | ||
| 5459 | .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | ||
| 5460 | .panel > .table-bordered > tfoot > tr > th:last-child, | ||
| 5461 | .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | ||
| 5462 | .panel > .table-bordered > thead > tr > td:last-child, | ||
| 5463 | .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | ||
| 5464 | .panel > .table-bordered > tbody > tr > td:last-child, | ||
| 5465 | .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | ||
| 5466 | .panel > .table-bordered > tfoot > tr > td:last-child, | ||
| 5467 | .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | ||
| 5468 | border-right: 0; | ||
| 5469 | } | ||
| 5470 | .panel > .table-bordered > thead > tr:first-child > td, | ||
| 5471 | .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | ||
| 5472 | .panel > .table-bordered > tbody > tr:first-child > td, | ||
| 5473 | .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | ||
| 5474 | .panel > .table-bordered > thead > tr:first-child > th, | ||
| 5475 | .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | ||
| 5476 | .panel > .table-bordered > tbody > tr:first-child > th, | ||
| 5477 | .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | ||
| 5478 | border-bottom: 0; | ||
| 5479 | } | ||
| 5480 | .panel > .table-bordered > tbody > tr:last-child > td, | ||
| 5481 | .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | ||
| 5482 | .panel > .table-bordered > tfoot > tr:last-child > td, | ||
| 5483 | .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | ||
| 5484 | .panel > .table-bordered > tbody > tr:last-child > th, | ||
| 5485 | .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | ||
| 5486 | .panel > .table-bordered > tfoot > tr:last-child > th, | ||
| 5487 | .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | ||
| 5488 | border-bottom: 0; | ||
| 5489 | } | ||
| 5490 | .panel > .table-responsive { | ||
| 5491 | border: 0; | ||
| 5492 | margin-bottom: 0; | ||
| 5493 | } | ||
| 5494 | .panel-group { | ||
| 5495 | margin-bottom: 21px; | ||
| 5496 | } | ||
| 5497 | .panel-group .panel { | ||
| 5498 | margin-bottom: 0; | ||
| 5499 | border-radius: 0; | ||
| 5500 | } | ||
| 5501 | .panel-group .panel + .panel { | ||
| 5502 | margin-top: 5px; | ||
| 5503 | } | ||
| 5504 | .panel-group .panel-heading { | ||
| 5505 | border-bottom: 0; | ||
| 5506 | } | ||
| 5507 | .panel-group .panel-heading + .panel-collapse > .panel-body, | ||
| 5508 | .panel-group .panel-heading + .panel-collapse > .list-group { | ||
| 5509 | border-top: 1px solid #dddddd; | ||
| 5510 | } | ||
| 5511 | .panel-group .panel-footer { | ||
| 5512 | border-top: 0; | ||
| 5513 | } | ||
| 5514 | .panel-group .panel-footer + .panel-collapse .panel-body { | ||
| 5515 | border-bottom: 1px solid #dddddd; | ||
| 5516 | } | ||
| 5517 | .panel-default { | ||
| 5518 | border-color: #dddddd; | ||
| 5519 | } | ||
| 5520 | .panel-default > .panel-heading { | ||
| 5521 | color: #333333; | ||
| 5522 | background-color: #f5f5f5; | ||
| 5523 | border-color: #dddddd; | ||
| 5524 | } | ||
| 5525 | .panel-default > .panel-heading + .panel-collapse > .panel-body { | ||
| 5526 | border-top-color: #dddddd; | ||
| 5527 | } | ||
| 5528 | .panel-default > .panel-heading .badge { | ||
| 5529 | color: #f5f5f5; | ||
| 5530 | background-color: #333333; | ||
| 5531 | } | ||
| 5532 | .panel-default > .panel-footer + .panel-collapse > .panel-body { | ||
| 5533 | border-bottom-color: #dddddd; | ||
| 5534 | } | ||
| 5535 | .panel-primary { | ||
| 5536 | border-color: #2780e3; | ||
| 5537 | } | ||
| 5538 | .panel-primary > .panel-heading { | ||
| 5539 | color: #ffffff; | ||
| 5540 | background-color: #2780e3; | ||
| 5541 | border-color: #2780e3; | ||
| 5542 | } | ||
| 5543 | .panel-primary > .panel-heading + .panel-collapse > .panel-body { | ||
| 5544 | border-top-color: #2780e3; | ||
| 5545 | } | ||
| 5546 | .panel-primary > .panel-heading .badge { | ||
| 5547 | color: #2780e3; | ||
| 5548 | background-color: #ffffff; | ||
| 5549 | } | ||
| 5550 | .panel-primary > .panel-footer + .panel-collapse > .panel-body { | ||
| 5551 | border-bottom-color: #2780e3; | ||
| 5552 | } | ||
| 5553 | .panel-success { | ||
| 5554 | border-color: #4e9f15; | ||
| 5555 | } | ||
| 5556 | .panel-success > .panel-heading { | ||
| 5557 | color: #ffffff; | ||
| 5558 | background-color: #3fb618; | ||
| 5559 | border-color: #4e9f15; | ||
| 5560 | } | ||
| 5561 | .panel-success > .panel-heading + .panel-collapse > .panel-body { | ||
| 5562 | border-top-color: #4e9f15; | ||
| 5563 | } | ||
| 5564 | .panel-success > .panel-heading .badge { | ||
| 5565 | color: #3fb618; | ||
| 5566 | background-color: #ffffff; | ||
| 5567 | } | ||
| 5568 | .panel-success > .panel-footer + .panel-collapse > .panel-body { | ||
| 5569 | border-bottom-color: #4e9f15; | ||
| 5570 | } | ||
| 5571 | .panel-info { | ||
| 5572 | border-color: #7643a8; | ||
| 5573 | } | ||
| 5574 | .panel-info > .panel-heading { | ||
| 5575 | color: #ffffff; | ||
| 5576 | background-color: #9954bb; | ||
| 5577 | border-color: #7643a8; | ||
| 5578 | } | ||
| 5579 | .panel-info > .panel-heading + .panel-collapse > .panel-body { | ||
| 5580 | border-top-color: #7643a8; | ||
| 5581 | } | ||
| 5582 | .panel-info > .panel-heading .badge { | ||
| 5583 | color: #9954bb; | ||
| 5584 | background-color: #ffffff; | ||
| 5585 | } | ||
| 5586 | .panel-info > .panel-footer + .panel-collapse > .panel-body { | ||
| 5587 | border-bottom-color: #7643a8; | ||
| 5588 | } | ||
| 5589 | .panel-warning { | ||
| 5590 | border-color: #ff4309; | ||
| 5591 | } | ||
| 5592 | .panel-warning > .panel-heading { | ||
| 5593 | color: #ffffff; | ||
| 5594 | background-color: #ff7518; | ||
| 5595 | border-color: #ff4309; | ||
| 5596 | } | ||
| 5597 | .panel-warning > .panel-heading + .panel-collapse > .panel-body { | ||
| 5598 | border-top-color: #ff4309; | ||
| 5599 | } | ||
| 5600 | .panel-warning > .panel-heading .badge { | ||
| 5601 | color: #ff7518; | ||
| 5602 | background-color: #ffffff; | ||
| 5603 | } | ||
| 5604 | .panel-warning > .panel-footer + .panel-collapse > .panel-body { | ||
| 5605 | border-bottom-color: #ff4309; | ||
| 5606 | } | ||
| 5607 | .panel-danger { | ||
| 5608 | border-color: #f0005e; | ||
| 5609 | } | ||
| 5610 | .panel-danger > .panel-heading { | ||
| 5611 | color: #ffffff; | ||
| 5612 | background-color: #ff0039; | ||
| 5613 | border-color: #f0005e; | ||
| 5614 | } | ||
| 5615 | .panel-danger > .panel-heading + .panel-collapse > .panel-body { | ||
| 5616 | border-top-color: #f0005e; | ||
| 5617 | } | ||
| 5618 | .panel-danger > .panel-heading .badge { | ||
| 5619 | color: #ff0039; | ||
| 5620 | background-color: #ffffff; | ||
| 5621 | } | ||
| 5622 | .panel-danger > .panel-footer + .panel-collapse > .panel-body { | ||
| 5623 | border-bottom-color: #f0005e; | ||
| 5624 | } | ||
| 5625 | .embed-responsive { | ||
| 5626 | position: relative; | ||
| 5627 | display: block; | ||
| 5628 | height: 0; | ||
| 5629 | padding: 0; | ||
| 5630 | overflow: hidden; | ||
| 5631 | } | ||
| 5632 | .embed-responsive .embed-responsive-item, | ||
| 5633 | .embed-responsive iframe, | ||
| 5634 | .embed-responsive embed, | ||
| 5635 | .embed-responsive object, | ||
| 5636 | .embed-responsive video { | ||
| 5637 | position: absolute; | ||
| 5638 | top: 0; | ||
| 5639 | left: 0; | ||
| 5640 | bottom: 0; | ||
| 5641 | height: 100%; | ||
| 5642 | width: 100%; | ||
| 5643 | border: 0; | ||
| 5644 | } | ||
| 5645 | .embed-responsive.embed-responsive-16by9 { | ||
| 5646 | padding-bottom: 56.25%; | ||
| 5647 | } | ||
| 5648 | .embed-responsive.embed-responsive-4by3 { | ||
| 5649 | padding-bottom: 75%; | ||
| 5650 | } | ||
| 5651 | .well { | ||
| 5652 | min-height: 20px; | ||
| 5653 | padding: 19px; | ||
| 5654 | margin-bottom: 20px; | ||
| 5655 | background-color: #f5f5f5; | ||
| 5656 | border: 1px solid #e3e3e3; | ||
| 5657 | border-radius: 0; | ||
| 5658 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | ||
| 5659 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | ||
| 5660 | } | ||
| 5661 | .well blockquote { | ||
| 5662 | border-color: #ddd; | ||
| 5663 | border-color: rgba(0, 0, 0, 0.15); | ||
| 5664 | } | ||
| 5665 | .well-lg { | ||
| 5666 | padding: 24px; | ||
| 5667 | border-radius: 0; | ||
| 5668 | } | ||
| 5669 | .well-sm { | ||
| 5670 | padding: 9px; | ||
| 5671 | border-radius: 0; | ||
| 5672 | } | ||
| 5673 | .close { | ||
| 5674 | float: right; | ||
| 5675 | font-size: 22.5px; | ||
| 5676 | font-weight: bold; | ||
| 5677 | line-height: 1; | ||
| 5678 | color: #ffffff; | ||
| 5679 | text-shadow: 0 1px 0 #ffffff; | ||
| 5680 | opacity: 0.2; | ||
| 5681 | filter: alpha(opacity=20); | ||
| 5682 | } | ||
| 5683 | .close:hover, | ||
| 5684 | .close:focus { | ||
| 5685 | color: #ffffff; | ||
| 5686 | text-decoration: none; | ||
| 5687 | cursor: pointer; | ||
| 5688 | opacity: 0.5; | ||
| 5689 | filter: alpha(opacity=50); | ||
| 5690 | } | ||
| 5691 | button.close { | ||
| 5692 | padding: 0; | ||
| 5693 | cursor: pointer; | ||
| 5694 | background: transparent; | ||
| 5695 | border: 0; | ||
| 5696 | -webkit-appearance: none; | ||
| 5697 | } | ||
| 5698 | .modal-open { | ||
| 5699 | overflow: hidden; | ||
| 5700 | } | ||
| 5701 | .modal { | ||
| 5702 | display: none; | ||
| 5703 | overflow: hidden; | ||
| 5704 | position: fixed; | ||
| 5705 | top: 0; | ||
| 5706 | right: 0; | ||
| 5707 | bottom: 0; | ||
| 5708 | left: 0; | ||
| 5709 | z-index: 1040; | ||
| 5710 | -webkit-overflow-scrolling: touch; | ||
| 5711 | outline: 0; | ||
| 5712 | } | ||
| 5713 | .modal.fade .modal-dialog { | ||
| 5714 | -webkit-transform: translate(0, -25%); | ||
| 5715 | -ms-transform: translate(0, -25%); | ||
| 5716 | -o-transform: translate(0, -25%); | ||
| 5717 | transform: translate(0, -25%); | ||
| 5718 | -webkit-transition: -webkit-transform 0.3s ease-out; | ||
| 5719 | -o-transition: -o-transform 0.3s ease-out; | ||
| 5720 | transition: transform 0.3s ease-out; | ||
| 5721 | } | ||
| 5722 | .modal.in .modal-dialog { | ||
| 5723 | -webkit-transform: translate(0, 0); | ||
| 5724 | -ms-transform: translate(0, 0); | ||
| 5725 | -o-transform: translate(0, 0); | ||
| 5726 | transform: translate(0, 0); | ||
| 5727 | } | ||
| 5728 | .modal-open .modal { | ||
| 5729 | overflow-x: hidden; | ||
| 5730 | overflow-y: auto; | ||
| 5731 | } | ||
| 5732 | .modal-dialog { | ||
| 5733 | position: relative; | ||
| 5734 | width: auto; | ||
| 5735 | margin: 10px; | ||
| 5736 | } | ||
| 5737 | .modal-content { | ||
| 5738 | position: relative; | ||
| 5739 | background-color: #ffffff; | ||
| 5740 | border: 1px solid #999999; | ||
| 5741 | border: 1px solid transparent; | ||
| 5742 | border-radius: 0; | ||
| 5743 | -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | ||
| 5744 | box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | ||
| 5745 | -webkit-background-clip: padding-box; | ||
| 5746 | background-clip: padding-box; | ||
| 5747 | outline: 0; | ||
| 5748 | } | ||
| 5749 | .modal-backdrop { | ||
| 5750 | position: absolute; | ||
| 5751 | top: 0; | ||
| 5752 | right: 0; | ||
| 5753 | left: 0; | ||
| 5754 | background-color: #000000; | ||
| 5755 | } | ||
| 5756 | .modal-backdrop.fade { | ||
| 5757 | opacity: 0; | ||
| 5758 | filter: alpha(opacity=0); | ||
| 5759 | } | ||
| 5760 | .modal-backdrop.in { | ||
| 5761 | opacity: 0.5; | ||
| 5762 | filter: alpha(opacity=50); | ||
| 5763 | } | ||
| 5764 | .modal-header { | ||
| 5765 | padding: 15px; | ||
| 5766 | border-bottom: 1px solid #e5e5e5; | ||
| 5767 | min-height: 16.42857143px; | ||
| 5768 | } | ||
| 5769 | .modal-header .close { | ||
| 5770 | margin-top: -2px; | ||
| 5771 | } | ||
| 5772 | .modal-title { | ||
| 5773 | margin: 0; | ||
| 5774 | line-height: 1.42857143; | ||
| 5775 | } | ||
| 5776 | .modal-body { | ||
| 5777 | position: relative; | ||
| 5778 | padding: 20px; | ||
| 5779 | } | ||
| 5780 | .modal-footer { | ||
| 5781 | padding: 20px; | ||
| 5782 | text-align: right; | ||
| 5783 | border-top: 1px solid #e5e5e5; | ||
| 5784 | } | ||
| 5785 | .modal-footer .btn + .btn { | ||
| 5786 | margin-left: 5px; | ||
| 5787 | margin-bottom: 0; | ||
| 5788 | } | ||
| 5789 | .modal-footer .btn-group .btn + .btn { | ||
| 5790 | margin-left: -1px; | ||
| 5791 | } | ||
| 5792 | .modal-footer .btn-block + .btn-block { | ||
| 5793 | margin-left: 0; | ||
| 5794 | } | ||
| 5795 | .modal-scrollbar-measure { | ||
| 5796 | position: absolute; | ||
| 5797 | top: -9999px; | ||
| 5798 | width: 50px; | ||
| 5799 | height: 50px; | ||
| 5800 | overflow: scroll; | ||
| 5801 | } | ||
| 5802 | @media (min-width: 768px) { | ||
| 5803 | .modal-dialog { | ||
| 5804 | width: 600px; | ||
| 5805 | margin: 30px auto; | ||
| 5806 | } | ||
| 5807 | .modal-content { | ||
| 5808 | -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | ||
| 5809 | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | ||
| 5810 | } | ||
| 5811 | .modal-sm { | ||
| 5812 | width: 300px; | ||
| 5813 | } | ||
| 5814 | } | ||
| 5815 | @media (min-width: 992px) { | ||
| 5816 | .modal-lg { | ||
| 5817 | width: 900px; | ||
| 5818 | } | ||
| 5819 | } | ||
| 5820 | .tooltip { | ||
| 5821 | position: absolute; | ||
| 5822 | z-index: 1070; | ||
| 5823 | display: block; | ||
| 5824 | visibility: visible; | ||
| 5825 | font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; | ||
| 5826 | font-size: 13px; | ||
| 5827 | font-weight: normal; | ||
| 5828 | line-height: 1.4; | ||
| 5829 | opacity: 0; | ||
| 5830 | filter: alpha(opacity=0); | ||
| 5831 | } | ||
| 5832 | .tooltip.in { | ||
| 5833 | opacity: 0.9; | ||
| 5834 | filter: alpha(opacity=90); | ||
| 5835 | } | ||
| 5836 | .tooltip.top { | ||
| 5837 | margin-top: -3px; | ||
| 5838 | padding: 5px 0; | ||
| 5839 | } | ||
| 5840 | .tooltip.right { | ||
| 5841 | margin-left: 3px; | ||
| 5842 | padding: 0 5px; | ||
| 5843 | } | ||
| 5844 | .tooltip.bottom { | ||
| 5845 | margin-top: 3px; | ||
| 5846 | padding: 5px 0; | ||
| 5847 | } | ||
| 5848 | .tooltip.left { | ||
| 5849 | margin-left: -3px; | ||
| 5850 | padding: 0 5px; | ||
| 5851 | } | ||
| 5852 | .tooltip-inner { | ||
| 5853 | max-width: 200px; | ||
| 5854 | padding: 3px 8px; | ||
| 5855 | color: #ffffff; | ||
| 5856 | text-align: center; | ||
| 5857 | text-decoration: none; | ||
| 5858 | background-color: rgba(0, 0, 0, 0.9); | ||
| 5859 | border-radius: 0; | ||
| 5860 | } | ||
| 5861 | .tooltip-arrow { | ||
| 5862 | position: absolute; | ||
| 5863 | width: 0; | ||
| 5864 | height: 0; | ||
| 5865 | border-color: transparent; | ||
| 5866 | border-style: solid; | ||
| 5867 | } | ||
| 5868 | .tooltip.top .tooltip-arrow { | ||
| 5869 | bottom: 0; | ||
| 5870 | left: 50%; | ||
| 5871 | margin-left: -5px; | ||
| 5872 | border-width: 5px 5px 0; | ||
| 5873 | border-top-color: rgba(0, 0, 0, 0.9); | ||
| 5874 | } | ||
| 5875 | .tooltip.top-left .tooltip-arrow { | ||
| 5876 | bottom: 0; | ||
| 5877 | right: 5px; | ||
| 5878 | margin-bottom: -5px; | ||
| 5879 | border-width: 5px 5px 0; | ||
| 5880 | border-top-color: rgba(0, 0, 0, 0.9); | ||
| 5881 | } | ||
| 5882 | .tooltip.top-right .tooltip-arrow { | ||
| 5883 | bottom: 0; | ||
| 5884 | left: 5px; | ||
| 5885 | margin-bottom: -5px; | ||
| 5886 | border-width: 5px 5px 0; | ||
| 5887 | border-top-color: rgba(0, 0, 0, 0.9); | ||
| 5888 | } | ||
| 5889 | .tooltip.right .tooltip-arrow { | ||
| 5890 | top: 50%; | ||
| 5891 | left: 0; | ||
| 5892 | margin-top: -5px; | ||
| 5893 | border-width: 5px 5px 5px 0; | ||
| 5894 | border-right-color: rgba(0, 0, 0, 0.9); | ||
| 5895 | } | ||
| 5896 | .tooltip.left .tooltip-arrow { | ||
| 5897 | top: 50%; | ||
| 5898 | right: 0; | ||
| 5899 | margin-top: -5px; | ||
| 5900 | border-width: 5px 0 5px 5px; | ||
| 5901 | border-left-color: rgba(0, 0, 0, 0.9); | ||
| 5902 | } | ||
| 5903 | .tooltip.bottom .tooltip-arrow { | ||
| 5904 | top: 0; | ||
| 5905 | left: 50%; | ||
| 5906 | margin-left: -5px; | ||
| 5907 | border-width: 0 5px 5px; | ||
| 5908 | border-bottom-color: rgba(0, 0, 0, 0.9); | ||
| 5909 | } | ||
| 5910 | .tooltip.bottom-left .tooltip-arrow { | ||
| 5911 | top: 0; | ||
| 5912 | right: 5px; | ||
| 5913 | margin-top: -5px; | ||
| 5914 | border-width: 0 5px 5px; | ||
| 5915 | border-bottom-color: rgba(0, 0, 0, 0.9); | ||
| 5916 | } | ||
| 5917 | .tooltip.bottom-right .tooltip-arrow { | ||
| 5918 | top: 0; | ||
| 5919 | left: 5px; | ||
| 5920 | margin-top: -5px; | ||
| 5921 | border-width: 0 5px 5px; | ||
| 5922 | border-bottom-color: rgba(0, 0, 0, 0.9); | ||
| 5923 | } | ||
| 5924 | .popover { | ||
| 5925 | position: absolute; | ||
| 5926 | top: 0; | ||
| 5927 | left: 0; | ||
| 5928 | z-index: 1060; | ||
| 5929 | display: none; | ||
| 5930 | max-width: 276px; | ||
| 5931 | padding: 1px; | ||
| 5932 | font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; | ||
| 5933 | font-size: 15px; | ||
| 5934 | font-weight: normal; | ||
| 5935 | line-height: 1.42857143; | ||
| 5936 | text-align: left; | ||
| 5937 | background-color: #ffffff; | ||
| 5938 | -webkit-background-clip: padding-box; | ||
| 5939 | background-clip: padding-box; | ||
| 5940 | border: 1px solid #cccccc; | ||
| 5941 | border: 1px solid rgba(0, 0, 0, 0.2); | ||
| 5942 | border-radius: 0; | ||
| 5943 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
| 5944 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | ||
| 5945 | white-space: normal; | ||
| 5946 | } | ||
| 5947 | .popover.top { | ||
| 5948 | margin-top: -10px; | ||
| 5949 | } | ||
| 5950 | .popover.right { | ||
| 5951 | margin-left: 10px; | ||
| 5952 | } | ||
| 5953 | .popover.bottom { | ||
| 5954 | margin-top: 10px; | ||
| 5955 | } | ||
| 5956 | .popover.left { | ||
| 5957 | margin-left: -10px; | ||
| 5958 | } | ||
| 5959 | .popover-title { | ||
| 5960 | margin: 0; | ||
| 5961 | padding: 8px 14px; | ||
| 5962 | font-size: 15px; | ||
| 5963 | background-color: #f7f7f7; | ||
| 5964 | border-bottom: 1px solid #ebebeb; | ||
| 5965 | border-radius: -1 -1 0 0; | ||
| 5966 | } | ||
| 5967 | .popover-content { | ||
| 5968 | padding: 9px 14px; | ||
| 5969 | } | ||
| 5970 | .popover > .arrow, | ||
| 5971 | .popover > .arrow:after { | ||
| 5972 | position: absolute; | ||
| 5973 | display: block; | ||
| 5974 | width: 0; | ||
| 5975 | height: 0; | ||
| 5976 | border-color: transparent; | ||
| 5977 | border-style: solid; | ||
| 5978 | } | ||
| 5979 | .popover > .arrow { | ||
| 5980 | border-width: 11px; | ||
| 5981 | } | ||
| 5982 | .popover > .arrow:after { | ||
| 5983 | border-width: 10px; | ||
| 5984 | content: ""; | ||
| 5985 | } | ||
| 5986 | .popover.top > .arrow { | ||
| 5987 | left: 50%; | ||
| 5988 | margin-left: -11px; | ||
| 5989 | border-bottom-width: 0; | ||
| 5990 | border-top-color: #999999; | ||
| 5991 | border-top-color: rgba(0, 0, 0, 0.25); | ||
| 5992 | bottom: -11px; | ||
| 5993 | } | ||
| 5994 | .popover.top > .arrow:after { | ||
| 5995 | content: " "; | ||
| 5996 | bottom: 1px; | ||
| 5997 | margin-left: -10px; | ||
| 5998 | border-bottom-width: 0; | ||
| 5999 | border-top-color: #ffffff; | ||
| 6000 | } | ||
| 6001 | .popover.right > .arrow { | ||
| 6002 | top: 50%; | ||
| 6003 | left: -11px; | ||
| 6004 | margin-top: -11px; | ||
| 6005 | border-left-width: 0; | ||
| 6006 | border-right-color: #999999; | ||
| 6007 | border-right-color: rgba(0, 0, 0, 0.25); | ||
| 6008 | } | ||
| 6009 | .popover.right > .arrow:after { | ||
| 6010 | content: " "; | ||
| 6011 | left: 1px; | ||
| 6012 | bottom: -10px; | ||
| 6013 | border-left-width: 0; | ||
| 6014 | border-right-color: #ffffff; | ||
| 6015 | } | ||
| 6016 | .popover.bottom > .arrow { | ||
| 6017 | left: 50%; | ||
| 6018 | margin-left: -11px; | ||
| 6019 | border-top-width: 0; | ||
| 6020 | border-bottom-color: #999999; | ||
| 6021 | border-bottom-color: rgba(0, 0, 0, 0.25); | ||
| 6022 | top: -11px; | ||
| 6023 | } | ||
| 6024 | .popover.bottom > .arrow:after { | ||
| 6025 | content: " "; | ||
| 6026 | top: 1px; | ||
| 6027 | margin-left: -10px; | ||
| 6028 | border-top-width: 0; | ||
| 6029 | border-bottom-color: #ffffff; | ||
| 6030 | } | ||
| 6031 | .popover.left > .arrow { | ||
| 6032 | top: 50%; | ||
| 6033 | right: -11px; | ||
| 6034 | margin-top: -11px; | ||
| 6035 | border-right-width: 0; | ||
| 6036 | border-left-color: #999999; | ||
| 6037 | border-left-color: rgba(0, 0, 0, 0.25); | ||
| 6038 | } | ||
| 6039 | .popover.left > .arrow:after { | ||
| 6040 | content: " "; | ||
| 6041 | right: 1px; | ||
| 6042 | border-right-width: 0; | ||
| 6043 | border-left-color: #ffffff; | ||
| 6044 | bottom: -10px; | ||
| 6045 | } | ||
| 6046 | .carousel { | ||
| 6047 | position: relative; | ||
| 6048 | } | ||
| 6049 | .carousel-inner { | ||
| 6050 | position: relative; | ||
| 6051 | overflow: hidden; | ||
| 6052 | width: 100%; | ||
| 6053 | } | ||
| 6054 | .carousel-inner > .item { | ||
| 6055 | display: none; | ||
| 6056 | position: relative; | ||
| 6057 | -webkit-transition: 0.6s ease-in-out left; | ||
| 6058 | -o-transition: 0.6s ease-in-out left; | ||
| 6059 | transition: 0.6s ease-in-out left; | ||
| 6060 | } | ||
| 6061 | .carousel-inner > .item > img, | ||
| 6062 | .carousel-inner > .item > a > img { | ||
| 6063 | line-height: 1; | ||
| 6064 | } | ||
| 6065 | @media all and (transform-3d), (-webkit-transform-3d) { | ||
| 6066 | .carousel-inner > .item { | ||
| 6067 | -webkit-transition: -webkit-transform 0.6s ease-in-out; | ||
| 6068 | -o-transition: -o-transform 0.6s ease-in-out; | ||
| 6069 | transition: transform 0.6s ease-in-out; | ||
| 6070 | -webkit-backface-visibility: hidden; | ||
| 6071 | backface-visibility: hidden; | ||
| 6072 | -webkit-perspective: 1000; | ||
| 6073 | perspective: 1000; | ||
| 6074 | } | ||
| 6075 | .carousel-inner > .item.next, | ||
| 6076 | .carousel-inner > .item.active.right { | ||
| 6077 | -webkit-transform: translate3d(100%, 0, 0); | ||
| 6078 | transform: translate3d(100%, 0, 0); | ||
| 6079 | left: 0; | ||
| 6080 | } | ||
| 6081 | .carousel-inner > .item.prev, | ||
| 6082 | .carousel-inner > .item.active.left { | ||
| 6083 | -webkit-transform: translate3d(-100%, 0, 0); | ||
| 6084 | transform: translate3d(-100%, 0, 0); | ||
| 6085 | left: 0; | ||
| 6086 | } | ||
| 6087 | .carousel-inner > .item.next.left, | ||
| 6088 | .carousel-inner > .item.prev.right, | ||
| 6089 | .carousel-inner > .item.active { | ||
| 6090 | -webkit-transform: translate3d(0, 0, 0); | ||
| 6091 | transform: translate3d(0, 0, 0); | ||
| 6092 | left: 0; | ||
| 6093 | } | ||
| 6094 | } | ||
| 6095 | .carousel-inner > .active, | ||
| 6096 | .carousel-inner > .next, | ||
| 6097 | .carousel-inner > .prev { | ||
| 6098 | display: block; | ||
| 6099 | } | ||
| 6100 | .carousel-inner > .active { | ||
| 6101 | left: 0; | ||
| 6102 | } | ||
| 6103 | .carousel-inner > .next, | ||
| 6104 | .carousel-inner > .prev { | ||
| 6105 | position: absolute; | ||
| 6106 | top: 0; | ||
| 6107 | width: 100%; | ||
| 6108 | } | ||
| 6109 | .carousel-inner > .next { | ||
| 6110 | left: 100%; | ||
| 6111 | } | ||
| 6112 | .carousel-inner > .prev { | ||
| 6113 | left: -100%; | ||
| 6114 | } | ||
| 6115 | .carousel-inner > .next.left, | ||
| 6116 | .carousel-inner > .prev.right { | ||
| 6117 | left: 0; | ||
| 6118 | } | ||
| 6119 | .carousel-inner > .active.left { | ||
| 6120 | left: -100%; | ||
| 6121 | } | ||
| 6122 | .carousel-inner > .active.right { | ||
| 6123 | left: 100%; | ||
| 6124 | } | ||
| 6125 | .carousel-control { | ||
| 6126 | position: absolute; | ||
| 6127 | top: 0; | ||
| 6128 | left: 0; | ||
| 6129 | bottom: 0; | ||
| 6130 | width: 15%; | ||
| 6131 | opacity: 0.5; | ||
| 6132 | filter: alpha(opacity=50); | ||
| 6133 | font-size: 20px; | ||
| 6134 | color: #ffffff; | ||
| 6135 | text-align: center; | ||
| 6136 | text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | ||
| 6137 | } | ||
| 6138 | .carousel-control.left { | ||
| 6139 | background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | ||
| 6140 | background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | ||
| 6141 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); | ||
| 6142 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | ||
| 6143 | background-repeat: repeat-x; | ||
| 6144 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | ||
| 6145 | } | ||
| 6146 | .carousel-control.right { | ||
| 6147 | left: auto; | ||
| 6148 | right: 0; | ||
| 6149 | background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | ||
| 6150 | background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | ||
| 6151 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); | ||
| 6152 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | ||
| 6153 | background-repeat: repeat-x; | ||
| 6154 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | ||
| 6155 | } | ||
| 6156 | .carousel-control:hover, | ||
| 6157 | .carousel-control:focus { | ||
| 6158 | outline: 0; | ||
| 6159 | color: #ffffff; | ||
| 6160 | text-decoration: none; | ||
| 6161 | opacity: 0.9; | ||
| 6162 | filter: alpha(opacity=90); | ||
| 6163 | } | ||
| 6164 | .carousel-control .icon-prev, | ||
| 6165 | .carousel-control .icon-next, | ||
| 6166 | .carousel-control .glyphicon-chevron-left, | ||
| 6167 | .carousel-control .glyphicon-chevron-right { | ||
| 6168 | position: absolute; | ||
| 6169 | top: 50%; | ||
| 6170 | z-index: 5; | ||
| 6171 | display: inline-block; | ||
| 6172 | } | ||
| 6173 | .carousel-control .icon-prev, | ||
| 6174 | .carousel-control .glyphicon-chevron-left { | ||
| 6175 | left: 50%; | ||
| 6176 | margin-left: -10px; | ||
| 6177 | } | ||
| 6178 | .carousel-control .icon-next, | ||
| 6179 | .carousel-control .glyphicon-chevron-right { | ||
| 6180 | right: 50%; | ||
| 6181 | margin-right: -10px; | ||
| 6182 | } | ||
| 6183 | .carousel-control .icon-prev, | ||
| 6184 | .carousel-control .icon-next { | ||
| 6185 | width: 20px; | ||
| 6186 | height: 20px; | ||
| 6187 | margin-top: -10px; | ||
| 6188 | line-height: 1; | ||
| 6189 | font-family: serif; | ||
| 6190 | } | ||
| 6191 | .carousel-control .icon-prev:before { | ||
| 6192 | content: '\2039'; | ||
| 6193 | } | ||
| 6194 | .carousel-control .icon-next:before { | ||
| 6195 | content: '\203a'; | ||
| 6196 | } | ||
| 6197 | .carousel-indicators { | ||
| 6198 | position: absolute; | ||
| 6199 | bottom: 10px; | ||
| 6200 | left: 50%; | ||
| 6201 | z-index: 15; | ||
| 6202 | width: 60%; | ||
| 6203 | margin-left: -30%; | ||
| 6204 | padding-left: 0; | ||
| 6205 | list-style: none; | ||
| 6206 | text-align: center; | ||
| 6207 | } | ||
| 6208 | .carousel-indicators li { | ||
| 6209 | display: inline-block; | ||
| 6210 | width: 10px; | ||
| 6211 | height: 10px; | ||
| 6212 | margin: 1px; | ||
| 6213 | text-indent: -999px; | ||
| 6214 | border: 1px solid #ffffff; | ||
| 6215 | border-radius: 10px; | ||
| 6216 | cursor: pointer; | ||
| 6217 | background-color: #000 \9; | ||
| 6218 | background-color: rgba(0, 0, 0, 0); | ||
| 6219 | } | ||
| 6220 | .carousel-indicators .active { | ||
| 6221 | margin: 0; | ||
| 6222 | width: 12px; | ||
| 6223 | height: 12px; | ||
| 6224 | background-color: #ffffff; | ||
| 6225 | } | ||
| 6226 | .carousel-caption { | ||
| 6227 | position: absolute; | ||
| 6228 | left: 15%; | ||
| 6229 | right: 15%; | ||
| 6230 | bottom: 20px; | ||
| 6231 | z-index: 10; | ||
| 6232 | padding-top: 20px; | ||
| 6233 | padding-bottom: 20px; | ||
| 6234 | color: #ffffff; | ||
| 6235 | text-align: center; | ||
| 6236 | text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | ||
| 6237 | } | ||
| 6238 | .carousel-caption .btn { | ||
| 6239 | text-shadow: none; | ||
| 6240 | } | ||
| 6241 | @media screen and (min-width: 768px) { | ||
| 6242 | .carousel-control .glyphicon-chevron-left, | ||
| 6243 | .carousel-control .glyphicon-chevron-right, | ||
| 6244 | .carousel-control .icon-prev, | ||
| 6245 | .carousel-control .icon-next { | ||
| 6246 | width: 30px; | ||
| 6247 | height: 30px; | ||
| 6248 | margin-top: -15px; | ||
| 6249 | font-size: 30px; | ||
| 6250 | } | ||
| 6251 | .carousel-control .glyphicon-chevron-left, | ||
| 6252 | .carousel-control .icon-prev { | ||
| 6253 | margin-left: -15px; | ||
| 6254 | } | ||
| 6255 | .carousel-control .glyphicon-chevron-right, | ||
| 6256 | .carousel-control .icon-next { | ||
| 6257 | margin-right: -15px; | ||
| 6258 | } | ||
| 6259 | .carousel-caption { | ||
| 6260 | left: 20%; | ||
| 6261 | right: 20%; | ||
| 6262 | padding-bottom: 30px; | ||
| 6263 | } | ||
| 6264 | .carousel-indicators { | ||
| 6265 | bottom: 20px; | ||
| 6266 | } | ||
| 6267 | } | ||
| 6268 | .clearfix:before, | ||
| 6269 | .clearfix:after, | ||
| 6270 | .dl-horizontal dd:before, | ||
| 6271 | .dl-horizontal dd:after, | ||
| 6272 | .container:before, | ||
| 6273 | .container:after, | ||
| 6274 | .container-fluid:before, | ||
| 6275 | .container-fluid:after, | ||
| 6276 | .row:before, | ||
| 6277 | .row:after, | ||
| 6278 | .form-horizontal .form-group:before, | ||
| 6279 | .form-horizontal .form-group:after, | ||
| 6280 | .btn-toolbar:before, | ||
| 6281 | .btn-toolbar:after, | ||
| 6282 | .btn-group-vertical > .btn-group:before, | ||
| 6283 | .btn-group-vertical > .btn-group:after, | ||
| 6284 | .nav:before, | ||
| 6285 | .nav:after, | ||
| 6286 | .navbar:before, | ||
| 6287 | .navbar:after, | ||
| 6288 | .navbar-header:before, | ||
| 6289 | .navbar-header:after, | ||
| 6290 | .navbar-collapse:before, | ||
| 6291 | .navbar-collapse:after, | ||
| 6292 | .pager:before, | ||
| 6293 | .pager:after, | ||
| 6294 | .panel-body:before, | ||
| 6295 | .panel-body:after, | ||
| 6296 | .modal-footer:before, | ||
| 6297 | .modal-footer:after { | ||
| 6298 | content: " "; | ||
| 6299 | display: table; | ||
| 6300 | } | ||
| 6301 | .clearfix:after, | ||
| 6302 | .dl-horizontal dd:after, | ||
| 6303 | .container:after, | ||
| 6304 | .container-fluid:after, | ||
| 6305 | .row:after, | ||
| 6306 | .form-horizontal .form-group:after, | ||
| 6307 | .btn-toolbar:after, | ||
| 6308 | .btn-group-vertical > .btn-group:after, | ||
| 6309 | .nav:after, | ||
| 6310 | .navbar:after, | ||
| 6311 | .navbar-header:after, | ||
| 6312 | .navbar-collapse:after, | ||
| 6313 | .pager:after, | ||
| 6314 | .panel-body:after, | ||
| 6315 | .modal-footer:after { | ||
| 6316 | clear: both; | ||
| 6317 | } | ||
| 6318 | .center-block { | ||
| 6319 | display: block; | ||
| 6320 | margin-left: auto; | ||
| 6321 | margin-right: auto; | ||
| 6322 | } | ||
| 6323 | .pull-right { | ||
| 6324 | float: right !important; | ||
| 6325 | } | ||
| 6326 | .pull-left { | ||
| 6327 | float: left !important; | ||
| 6328 | } | ||
| 6329 | .hide { | ||
| 6330 | display: none !important; | ||
| 6331 | } | ||
| 6332 | .show { | ||
| 6333 | display: block !important; | ||
| 6334 | } | ||
| 6335 | .invisible { | ||
| 6336 | visibility: hidden; | ||
| 6337 | } | ||
| 6338 | .text-hide { | ||
| 6339 | font: 0/0 a; | ||
| 6340 | color: transparent; | ||
| 6341 | text-shadow: none; | ||
| 6342 | background-color: transparent; | ||
| 6343 | border: 0; | ||
| 6344 | } | ||
| 6345 | .hidden { | ||
| 6346 | display: none !important; | ||
| 6347 | visibility: hidden !important; | ||
| 6348 | } | ||
| 6349 | .affix { | ||
| 6350 | position: fixed; | ||
| 6351 | } | ||
| 6352 | @-ms-viewport { | ||
| 6353 | width: device-width; | ||
| 6354 | } | ||
| 6355 | .visible-xs, | ||
| 6356 | .visible-sm, | ||
| 6357 | .visible-md, | ||
| 6358 | .visible-lg { | ||
| 6359 | display: none !important; | ||
| 6360 | } | ||
| 6361 | .visible-xs-block, | ||
| 6362 | .visible-xs-inline, | ||
| 6363 | .visible-xs-inline-block, | ||
| 6364 | .visible-sm-block, | ||
| 6365 | .visible-sm-inline, | ||
| 6366 | .visible-sm-inline-block, | ||
| 6367 | .visible-md-block, | ||
| 6368 | .visible-md-inline, | ||
| 6369 | .visible-md-inline-block, | ||
| 6370 | .visible-lg-block, | ||
| 6371 | .visible-lg-inline, | ||
| 6372 | .visible-lg-inline-block { | ||
| 6373 | display: none !important; | ||
| 6374 | } | ||
| 6375 | @media (max-width: 767px) { | ||
| 6376 | .visible-xs { | ||
| 6377 | display: block !important; | ||
| 6378 | } | ||
| 6379 | table.visible-xs { | ||
| 6380 | display: table; | ||
| 6381 | } | ||
| 6382 | tr.visible-xs { | ||
| 6383 | display: table-row !important; | ||
| 6384 | } | ||
| 6385 | th.visible-xs, | ||
| 6386 | td.visible-xs { | ||
| 6387 | display: table-cell !important; | ||
| 6388 | } | ||
| 6389 | } | ||
| 6390 | @media (max-width: 767px) { | ||
| 6391 | .visible-xs-block { | ||
| 6392 | display: block !important; | ||
| 6393 | } | ||
| 6394 | } | ||
| 6395 | @media (max-width: 767px) { | ||
| 6396 | .visible-xs-inline { | ||
| 6397 | display: inline !important; | ||
| 6398 | } | ||
| 6399 | } | ||
| 6400 | @media (max-width: 767px) { | ||
| 6401 | .visible-xs-inline-block { | ||
| 6402 | display: inline-block !important; | ||
| 6403 | } | ||
| 6404 | } | ||
| 6405 | @media (min-width: 768px) and (max-width: 991px) { | ||
| 6406 | .visible-sm { | ||
| 6407 | display: block !important; | ||
| 6408 | } | ||
| 6409 | table.visible-sm { | ||
| 6410 | display: table; | ||
| 6411 | } | ||
| 6412 | tr.visible-sm { | ||
| 6413 | display: table-row !important; | ||
| 6414 | } | ||
| 6415 | th.visible-sm, | ||
| 6416 | td.visible-sm { | ||
| 6417 | display: table-cell !important; | ||
| 6418 | } | ||
| 6419 | } | ||
| 6420 | @media (min-width: 768px) and (max-width: 991px) { | ||
| 6421 | .visible-sm-block { | ||
| 6422 | display: block !important; | ||
| 6423 | } | ||
| 6424 | } | ||
| 6425 | @media (min-width: 768px) and (max-width: 991px) { | ||
| 6426 | .visible-sm-inline { | ||
| 6427 | display: inline !important; | ||
| 6428 | } | ||
| 6429 | } | ||
| 6430 | @media (min-width: 768px) and (max-width: 991px) { | ||
| 6431 | .visible-sm-inline-block { | ||
| 6432 | display: inline-block !important; | ||
| 6433 | } | ||
| 6434 | } | ||
| 6435 | @media (min-width: 992px) and (max-width: 1199px) { | ||
| 6436 | .visible-md { | ||
| 6437 | display: block !important; | ||
| 6438 | } | ||
| 6439 | table.visible-md { | ||
| 6440 | display: table; | ||
| 6441 | } | ||
| 6442 | tr.visible-md { | ||
| 6443 | display: table-row !important; | ||
| 6444 | } | ||
| 6445 | th.visible-md, | ||
| 6446 | td.visible-md { | ||
| 6447 | display: table-cell !important; | ||
| 6448 | } | ||
| 6449 | } | ||
| 6450 | @media (min-width: 992px) and (max-width: 1199px) { | ||
| 6451 | .visible-md-block { | ||
| 6452 | display: block !important; | ||
| 6453 | } | ||
| 6454 | } | ||
| 6455 | @media (min-width: 992px) and (max-width: 1199px) { | ||
| 6456 | .visible-md-inline { | ||
| 6457 | display: inline !important; | ||
| 6458 | } | ||
| 6459 | } | ||
| 6460 | @media (min-width: 992px) and (max-width: 1199px) { | ||
| 6461 | .visible-md-inline-block { | ||
| 6462 | display: inline-block !important; | ||
| 6463 | } | ||
| 6464 | } | ||
| 6465 | @media (min-width: 1200px) { | ||
| 6466 | .visible-lg { | ||
| 6467 | display: block !important; | ||
| 6468 | } | ||
| 6469 | table.visible-lg { | ||
| 6470 | display: table; | ||
| 6471 | } | ||
| 6472 | tr.visible-lg { | ||
| 6473 | display: table-row !important; | ||
| 6474 | } | ||
| 6475 | th.visible-lg, | ||
| 6476 | td.visible-lg { | ||
| 6477 | display: table-cell !important; | ||
| 6478 | } | ||
| 6479 | } | ||
| 6480 | @media (min-width: 1200px) { | ||
| 6481 | .visible-lg-block { | ||
| 6482 | display: block !important; | ||
| 6483 | } | ||
| 6484 | } | ||
| 6485 | @media (min-width: 1200px) { | ||
| 6486 | .visible-lg-inline { | ||
| 6487 | display: inline !important; | ||
| 6488 | } | ||
| 6489 | } | ||
| 6490 | @media (min-width: 1200px) { | ||
| 6491 | .visible-lg-inline-block { | ||
| 6492 | display: inline-block !important; | ||
| 6493 | } | ||
| 6494 | } | ||
| 6495 | @media (max-width: 767px) { | ||
| 6496 | .hidden-xs { | ||
| 6497 | display: none !important; | ||
| 6498 | } | ||
| 6499 | } | ||
| 6500 | @media (min-width: 768px) and (max-width: 991px) { | ||
| 6501 | .hidden-sm { | ||
| 6502 | display: none !important; | ||
| 6503 | } | ||
| 6504 | } | ||
| 6505 | @media (min-width: 992px) and (max-width: 1199px) { | ||
| 6506 | .hidden-md { | ||
| 6507 | display: none !important; | ||
| 6508 | } | ||
| 6509 | } | ||
| 6510 | @media (min-width: 1200px) { | ||
| 6511 | .hidden-lg { | ||
| 6512 | display: none !important; | ||
| 6513 | } | ||
| 6514 | } | ||
| 6515 | .visible-print { | ||
| 6516 | display: none !important; | ||
| 6517 | } | ||
| 6518 | @media print { | ||
| 6519 | .visible-print { | ||
| 6520 | display: block !important; | ||
| 6521 | } | ||
| 6522 | table.visible-print { | ||
| 6523 | display: table; | ||
| 6524 | } | ||
| 6525 | tr.visible-print { | ||
| 6526 | display: table-row !important; | ||
| 6527 | } | ||
| 6528 | th.visible-print, | ||
| 6529 | td.visible-print { | ||
| 6530 | display: table-cell !important; | ||
| 6531 | } | ||
| 6532 | } | ||
| 6533 | .visible-print-block { | ||
| 6534 | display: none !important; | ||
| 6535 | } | ||
| 6536 | @media print { | ||
| 6537 | .visible-print-block { | ||
| 6538 | display: block !important; | ||
| 6539 | } | ||
| 6540 | } | ||
| 6541 | .visible-print-inline { | ||
| 6542 | display: none !important; | ||
| 6543 | } | ||
| 6544 | @media print { | ||
| 6545 | .visible-print-inline { | ||
| 6546 | display: inline !important; | ||
| 6547 | } | ||
| 6548 | } | ||
| 6549 | .visible-print-inline-block { | ||
| 6550 | display: none !important; | ||
| 6551 | } | ||
| 6552 | @media print { | ||
| 6553 | .visible-print-inline-block { | ||
| 6554 | display: inline-block !important; | ||
| 6555 | } | ||
| 6556 | } | ||
| 6557 | @media print { | ||
| 6558 | .hidden-print { | ||
| 6559 | display: none !important; | ||
| 6560 | } | ||
| 6561 | } | ||
| 6562 | .navbar-inverse .badge { | ||
| 6563 | background-color: #fff; | ||
| 6564 | color: #2780e3; | ||
| 6565 | } | ||
| 6566 | body { | ||
| 6567 | -webkit-font-smoothing: antialiased; | ||
| 6568 | } | ||
| 6569 | .text-primary, | ||
| 6570 | .text-primary:hover { | ||
| 6571 | color: #2780e3; | ||
| 6572 | } | ||
| 6573 | .text-success, | ||
| 6574 | .text-success:hover { | ||
| 6575 | color: #3fb618; | ||
| 6576 | } | ||
| 6577 | .text-danger, | ||
| 6578 | .text-danger:hover { | ||
| 6579 | color: #ff0039; | ||
| 6580 | } | ||
| 6581 | .text-warning, | ||
| 6582 | .text-warning:hover { | ||
| 6583 | color: #ff7518; | ||
| 6584 | } | ||
| 6585 | .text-info, | ||
| 6586 | .text-info:hover { | ||
| 6587 | color: #9954bb; | ||
| 6588 | } | ||
| 6589 | table a:not(.btn), | ||
| 6590 | .table a:not(.btn) { | ||
| 6591 | text-decoration: underline; | ||
| 6592 | } | ||
| 6593 | table .dropdown-menu a, | ||
| 6594 | .table .dropdown-menu a { | ||
| 6595 | text-decoration: none; | ||
| 6596 | } | ||
| 6597 | table .success, | ||
| 6598 | .table .success, | ||
| 6599 | table .warning, | ||
| 6600 | .table .warning, | ||
| 6601 | table .danger, | ||
| 6602 | .table .danger, | ||
| 6603 | table .info, | ||
| 6604 | .table .info { | ||
| 6605 | color: #fff; | ||
| 6606 | } | ||
| 6607 | table .success a, | ||
| 6608 | .table .success a, | ||
| 6609 | table .warning a, | ||
| 6610 | .table .warning a, | ||
| 6611 | table .danger a, | ||
| 6612 | .table .danger a, | ||
| 6613 | table .info a, | ||
| 6614 | .table .info a { | ||
| 6615 | color: #fff; | ||
| 6616 | } | ||
| 6617 | .has-warning .help-block, | ||
| 6618 | .has-warning .control-label, | ||
| 6619 | .has-warning .form-control-feedback { | ||
| 6620 | color: #ff7518; | ||
| 6621 | } | ||
| 6622 | .has-warning .form-control, | ||
| 6623 | .has-warning .form-control:focus, | ||
| 6624 | .has-warning .input-group-addon { | ||
| 6625 | border: 1px solid #ff7518; | ||
| 6626 | } | ||
| 6627 | .has-error .help-block, | ||
| 6628 | .has-error .control-label, | ||
| 6629 | .has-error .form-control-feedback { | ||
| 6630 | color: #ff0039; | ||
| 6631 | } | ||
| 6632 | .has-error .form-control, | ||
| 6633 | .has-error .form-control:focus, | ||
| 6634 | .has-error .input-group-addon { | ||
| 6635 | border: 1px solid #ff0039; | ||
| 6636 | } | ||
| 6637 | .has-success .help-block, | ||
| 6638 | .has-success .control-label, | ||
| 6639 | .has-success .form-control-feedback { | ||
| 6640 | color: #3fb618; | ||
| 6641 | } | ||
| 6642 | .has-success .form-control, | ||
| 6643 | .has-success .form-control:focus, | ||
| 6644 | .has-success .input-group-addon { | ||
| 6645 | border: 1px solid #3fb618; | ||
| 6646 | } | ||
| 6647 | .nav-pills > li > a { | ||
| 6648 | border-radius: 0; | ||
| 6649 | } | ||
| 6650 | .dropdown-menu > li > a:hover, | ||
| 6651 | .dropdown-menu > li > a:focus { | ||
| 6652 | background-image: none; | ||
| 6653 | } | ||
| 6654 | .close { | ||
| 6655 | text-decoration: none; | ||
| 6656 | text-shadow: none; | ||
| 6657 | opacity: 0.4; | ||
| 6658 | } | ||
| 6659 | .close:hover, | ||
| 6660 | .close:focus { | ||
| 6661 | opacity: 1; | ||
| 6662 | } | ||
| 6663 | .alert { | ||
| 6664 | border: none; | ||
| 6665 | } | ||
| 6666 | .alert .alert-link { | ||
| 6667 | text-decoration: underline; | ||
| 6668 | color: #fff; | ||
| 6669 | } | ||
| 6670 | .label { | ||
| 6671 | border-radius: 0; | ||
| 6672 | } | ||
| 6673 | .progress { | ||
| 6674 | height: 8px; | ||
| 6675 | -webkit-box-shadow: none; | ||
| 6676 | box-shadow: none; | ||
| 6677 | } | ||
| 6678 | .progress .progress-bar { | ||
| 6679 | font-size: 8px; | ||
| 6680 | line-height: 8px; | ||
| 6681 | } | ||
| 6682 | .panel-heading, | ||
| 6683 | .panel-footer { | ||
| 6684 | border-top-right-radius: 0; | ||
| 6685 | border-top-left-radius: 0; | ||
| 6686 | } | ||
| 6687 | .panel-default .close { | ||
| 6688 | color: #333333; | ||
| 6689 | } | ||
| 6690 | a.list-group-item-success.active { | ||
| 6691 | background-color: #3fb618; | ||
| 6692 | } | ||
| 6693 | a.list-group-item-success.active:hover, | ||
| 6694 | a.list-group-item-success.active:focus { | ||
| 6695 | background-color: #379f15; | ||
| 6696 | } | ||
| 6697 | a.list-group-item-warning.active { | ||
| 6698 | background-color: #ff7518; | ||
| 6699 | } | ||
| 6700 | a.list-group-item-warning.active:hover, | ||
| 6701 | a.list-group-item-warning.active:focus { | ||
| 6702 | background-color: #fe6600; | ||
| 6703 | } | ||
| 6704 | a.list-group-item-danger.active { | ||
| 6705 | background-color: #ff0039; | ||
| 6706 | } | ||
| 6707 | a.list-group-item-danger.active:hover, | ||
| 6708 | a.list-group-item-danger.active:focus { | ||
| 6709 | background-color: #e60033; | ||
| 6710 | } | ||
| 6711 | .modal .close { | ||
| 6712 | color: #333333; | ||
| 6713 | } | ||
| 6714 | .popover { | ||
| 6715 | color: #333333; | ||
| 6716 | } | ||
| diff --git a/themes/erdgeist/assets/css/bootstrap.min.css b/themes/erdgeist/assets/css/bootstrap.min.css new file mode 100644 index 0000000..2d51760 --- /dev/null +++ b/themes/erdgeist/assets/css/bootstrap.min.css | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | * bootswatch v3.3.2 | ||
| 2 | * Homepage: http://bootswatch.com | ||
| 3 | * Copyright 2012-2015 Thomas Park | ||
| 4 | * Licensed under MIT | ||
| 5 | * Based on Bootstrap | ||
| 6 | *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-size:15px;line-height:1.42857143;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#2780e3;text-decoration:none}a:hover,a:focus{color:#165ba8;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid #e6e6e6}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-weight:300;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:26px}h4,.h4{font-size:19px}h5,.h5{font-size:15px}h6,.h6{font-size:13px}p{margin:0 0 10.5px}.lead{margin-bottom:21px;font-size:17px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:22.5px}}small,.small{font-size:86%}mark,.mark{background-color:#ff7518;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#2780e3}a.text-primary:hover{color:#1967be}.text-success{color:#ffffff}a.text-success:hover{color:#e6e6e6}.text-info{color:#ffffff}a.text-info:hover{color:#e6e6e6}.text-warning{color:#ffffff}a.text-warning:hover{color:#e6e6e6}.text-danger{color:#ffffff}a.text-danger:hover{color:#e6e6e6}.bg-primary{color:#fff;background-color:#2780e3}a.bg-primary:hover{background-color:#1967be}.bg-success{background-color:#3fb618}a.bg-success:hover{background-color:#2f8912}.bg-info{background-color:#9954bb}a.bg-info:hover{background-color:#7e3f9d}.bg-warning{background-color:#ff7518}a.bg-warning:hover{background-color:#e45c00}.bg-danger{background-color:#ff0039}a.bg-danger:hover{background-color:#cc002e}.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid #e6e6e6}ul,ol{margin-top:0;margin-bottom:10.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:21px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:18.75px;border-left:5px solid #e6e6e6}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #e6e6e6;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:21px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:0;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:10px;margin:0 0 10.5px;font-size:14px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.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{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.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{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:21px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#3fb618}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#379f15}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#9954bb}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#8d46b0}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#ff7518}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#fe6600}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#ff0039}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#e60033}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:22.5px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:11px;font-size:15px;line-height:1.42857143;color:#333333}.form-control{display:block;width:100%;height:43px;padding:10px 18px;font-size:15px;line-height:1.42857143;color:#333333;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#e6e6e6;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:43px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:31px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:64px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:11px;padding-bottom:11px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-sm{height:31px;line-height:31px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.form-group-sm .form-control{height:31px;line-height:31px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:31px;padding:5px 10px;font-size:13px;line-height:1.5}.input-lg{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-lg{height:64px;line-height:64px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}select.form-group-lg .form-control{height:64px;line-height:64px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:53.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:43px;height:43px;line-height:43px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:64px;height:64px;line-height:64px}.input-sm+.form-control-feedback{width:31px;height:31px;line-height:31px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#ffffff}.has-success .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-success .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#3fb618}.has-success .form-control-feedback{color:#ffffff}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#ffffff}.has-warning .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-warning .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#ff7518}.has-warning .form-control-feedback{color:#ffffff}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#ffffff}.has-error .form-control{border-color:#ffffff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-error .input-group-addon{color:#ffffff;border-color:#ffffff;background-color:#ff0039}.has-error .form-control-feedback{color:#ffffff}.has-feedback label~.form-control-feedback{top:26px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:11px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:32px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:11px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:24.9999994px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:10px 18px;font-size:15px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#ffffff;background-color:#222222;border-color:#222222}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#090909;border-color:#040404}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#222222;border-color:#222222}.btn-default .badge{color:#222222;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#2780e3;border-color:#2780e3}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#1967be;border-color:#1862b5}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#2780e3;border-color:#2780e3}.btn-primary .badge{color:#2780e3;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#3fb618;border-color:#3fb618}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#2f8912;border-color:#2c8011}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#3fb618;border-color:#3fb618}.btn-success .badge{color:#3fb618;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#9954bb;border-color:#9954bb}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#7e3f9d;border-color:#783c96}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#9954bb;border-color:#9954bb}.btn-info .badge{color:#9954bb;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#ff7518;border-color:#ff7518}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#e45c00;border-color:#da5800}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#ff7518;border-color:#ff7518}.btn-warning .badge{color:#ff7518;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#ff0039;border-color:#ff0039}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#cc002e;border-color:#c2002b}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#ff0039;border-color:#ff0039}.btn-danger .badge{color:#ff0039;background-color:#ffffff}.btn-link{color:#2780e3;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#165ba8;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:15px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#2780e3}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#2780e3}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:64px;padding:18px 30px;font-size:19px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:64px;line-height:64px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:31px;padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:31px;line-height:31px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:10px 18px;font-size:15px;font-weight:normal;line-height:1;color:#333333;text-align:center;background-color:#e6e6e6;border:1px solid #cccccc;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:0}.input-group-addon.input-lg{padding:18px 30px;font-size:19px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#e6e6e6}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#e6e6e6;border-color:#2780e3}.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#e6e6e6 #e6e6e6 #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#2780e3}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:21px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:14.5px 15px;font-size:19px;line-height:21px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.25px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:21px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:21px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:14.5px;padding-bottom:14.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:3.5px;margin-bottom:3.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:3.5px;margin-bottom:3.5px}.navbar-btn.btn-sm{margin-top:9.5px;margin-bottom:9.5px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:14.5px;margin-bottom:14.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#222222;border-color:#121212}.navbar-default .navbar-brand{color:#ffffff}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-default .navbar-text{color:#ffffff}.navbar-default .navbar-nav>li>a{color:#ffffff}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:transparent}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#090909}.navbar-default .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#121212}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#090909;color:#ffffff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#090909}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-link{color:#ffffff}.navbar-default .navbar-link:hover{color:#ffffff}.navbar-default .btn-link{color:#ffffff}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#ffffff}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#2780e3;border-color:#1967be}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:transparent}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#1967be}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#1a6ecc}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#1967be;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#1967be}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ffffff;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#ffffff}.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:10px 18px;line-height:1.42857143;text-decoration:none;color:#2780e3;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#165ba8;background-color:#e6e6e6;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:18px 30px;font-size:19px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pager{padding-left:0;margin:21px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:0}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#e6e6e6}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#222222}.label-default[href]:hover,.label-default[href]:focus{background-color:#090909}.label-primary{background-color:#2780e3}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#1967be}.label-success{background-color:#3fb618}.label-success[href]:hover,.label-success[href]:focus{background-color:#2f8912}.label-info{background-color:#9954bb}.label-info[href]:hover,.label-info[href]:focus{background-color:#7e3f9d}.label-warning{background-color:#ff7518}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#e45c00}.label-danger{background-color:#ff0039}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#cc002e}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#2780e3;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#2780e3;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#e6e6e6}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:23px;font-weight:200}.jumbotron>hr{border-top-color:#cccccc}.container .jumbotron,.container-fluid .jumbotron{border-radius:0}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:67.5px}}.thumbnail{display:block;padding:4px;margin-bottom:21px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:0;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#2780e3}.thumbnail .caption{padding:9px;color:#333333}.alert{padding:15px;margin-bottom:21px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#3fb618;border-color:#4e9f15;color:#ffffff}.alert-success hr{border-top-color:#438912}.alert-success .alert-link{color:#e6e6e6}.alert-info{background-color:#9954bb;border-color:#7643a8;color:#ffffff}.alert-info hr{border-top-color:#693c96}.alert-info .alert-link{color:#e6e6e6}.alert-warning{background-color:#ff7518;border-color:#ff4309;color:#ffffff}.alert-warning hr{border-top-color:#ee3800}.alert-warning .alert-link{color:#e6e6e6}.alert-danger{background-color:#ff0039;border-color:#f0005e;color:#ffffff}.alert-danger hr{border-top-color:#d60054}.alert-danger .alert-link{color:#e6e6e6}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:21px;margin-bottom:21px;background-color:#cccccc;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:13px;line-height:21px;color:#ffffff;text-align:center;background-color:#2780e3;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#3fb618}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#9954bb}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#ff7518}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#ff0039}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item{color:#555555}a.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#e6e6e6;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#2780e3;border-color:#dddddd}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#dceafa}.list-group-item-success{color:#ffffff;background-color:#3fb618}a.list-group-item-success{color:#ffffff}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#ffffff;background-color:#379f15}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-info{color:#ffffff;background-color:#9954bb}a.list-group-item-info{color:#ffffff}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#ffffff;background-color:#8d46b0}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-warning{color:#ffffff;background-color:#ff7518}a.list-group-item-warning{color:#ffffff}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#ffffff;background-color:#fe6600}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-danger{color:#ffffff;background-color:#ff0039}a.list-group-item-danger{color:#ffffff}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#ffffff;background-color:#e60033}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#ffffff;border-color:#ffffff}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:21px;background-color:#ffffff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:17px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:21px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#2780e3}.panel-primary>.panel-heading{color:#ffffff;background-color:#2780e3;border-color:#2780e3}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2780e3}.panel-primary>.panel-heading .badge{color:#2780e3;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2780e3}.panel-success{border-color:#4e9f15}.panel-success>.panel-heading{color:#ffffff;background-color:#3fb618;border-color:#4e9f15}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#4e9f15}.panel-success>.panel-heading .badge{color:#3fb618;background-color:#ffffff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#4e9f15}.panel-info{border-color:#7643a8}.panel-info>.panel-heading{color:#ffffff;background-color:#9954bb;border-color:#7643a8}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#7643a8}.panel-info>.panel-heading .badge{color:#9954bb;background-color:#ffffff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#7643a8}.panel-warning{border-color:#ff4309}.panel-warning>.panel-heading{color:#ffffff;background-color:#ff7518;border-color:#ff4309}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ff4309}.panel-warning>.panel-heading .badge{color:#ff7518;background-color:#ffffff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ff4309}.panel-danger{border-color:#f0005e}.panel-danger>.panel-heading{color:#ffffff;background-color:#ff0039;border-color:#f0005e}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f0005e}.panel-danger>.panel-heading .badge{color:#ff0039;background-color:#ffffff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f0005e}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:22.5px;font-weight:bold;line-height:1;color:#ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#ffffff;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0.9);border-radius:0}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,0.9)}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,0.9)}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;font-size:15px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:0;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:15px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:-1 -1 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar-inverse .badge{background-color:#fff;color:#2780e3}body{-webkit-font-smoothing:antialiased}.text-primary,.text-primary:hover{color:#2780e3}.text-success,.text-success:hover{color:#3fb618}.text-danger,.text-danger:hover{color:#ff0039}.text-warning,.text-warning:hover{color:#ff7518}.text-info,.text-info:hover{color:#9954bb}table a:not(.btn),.table a:not(.btn){text-decoration:underline}table .dropdown-menu a,.table .dropdown-menu a{text-decoration:none}table .success,.table .success,table .warning,.table .warning,table .danger,.table .danger,table .info,.table .info{color:#fff}table .success a,.table .success a,table .warning a,.table .warning a,table .danger a,.table .danger a,table .info a,.table .info a{color:#fff}.has-warning .help-block,.has-warning .control-label,.has-warning .form-control-feedback{color:#ff7518}.has-warning .form-control,.has-warning .form-control:focus,.has-warning .input-group-addon{border:1px solid #ff7518}.has-error .help-block,.has-error .control-label,.has-error .form-control-feedback{color:#ff0039}.has-error .form-control,.has-error .form-control:focus,.has-error .input-group-addon{border:1px solid #ff0039}.has-success .help-block,.has-success .control-label,.has-success .form-control-feedback{color:#3fb618}.has-success .form-control,.has-success .form-control:focus,.has-success .input-group-addon{border:1px solid #3fb618}.nav-pills>li>a{border-radius:0}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:none}.close{text-decoration:none;text-shadow:none;opacity:0.4}.close:hover,.close:focus{opacity:1}.alert{border:none}.alert .alert-link{text-decoration:underline;color:#fff}.label{border-radius:0}.progress{height:8px;-webkit-box-shadow:none;box-shadow:none}.progress .progress-bar{font-size:8px;line-height:8px}.panel-heading,.panel-footer{border-top-right-radius:0;border-top-left-radius:0}.panel-default .close{color:#333333}a.list-group-item-success.active{background-color:#3fb618}a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{background-color:#379f15}a.list-group-item-warning.active{background-color:#ff7518}a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{background-color:#fe6600}a.list-group-item-danger.active{background-color:#ff0039}a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{background-color:#e60033}.modal .close{color:#333333}.popover{color:#333333} | ||
| diff --git a/themes/erdgeist/assets/css/erdgeist-embedded.css b/themes/erdgeist/assets/css/erdgeist-embedded.css new file mode 100644 index 0000000..22a5941 --- /dev/null +++ b/themes/erdgeist/assets/css/erdgeist-embedded.css | |||
| @@ -0,0 +1,70 @@ | |||
| 1 | @font-face { | ||
| 2 | font-family: 'erdgeist'; | ||
| 3 | src: url('../font/erdgeist.eot?73063744'); | ||
| 4 | src: url('../font/erdgeist.eot?73063744#iefix') format('embedded-opentype'), | ||
| 5 | url('../font/erdgeist.svg?73063744#erdgeist') format('svg'); | ||
| 6 | font-weight: normal; | ||
| 7 | font-style: normal; | ||
| 8 | } | ||
| 9 | @font-face { | ||
| 10 | font-family: 'erdgeist'; | ||
| 11 | src: url('data:application/octet-stream;base64,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') format('woff'), | ||
| 12 | url('data:application/octet-stream;base64,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') format('truetype'); | ||
| 13 | } | ||
| 14 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ | ||
| 15 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ | ||
| 16 | /* | ||
| 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { | ||
| 18 | @font-face { | ||
| 19 | font-family: 'erdgeist'; | ||
| 20 | src: url('../font/erdgeist.svg?73063744#erdgeist') format('svg'); | ||
| 21 | } | ||
| 22 | } | ||
| 23 | */ | ||
| 24 | |||
| 25 | [class^="icon-"]:before, [class*=" icon-"]:before { | ||
| 26 | font-family: "erdgeist"; | ||
| 27 | font-style: normal; | ||
| 28 | font-weight: normal; | ||
| 29 | speak: none; | ||
| 30 | |||
| 31 | display: inline-block; | ||
| 32 | text-decoration: inherit; | ||
| 33 | width: 1em; | ||
| 34 | margin-right: .2em; | ||
| 35 | text-align: center; | ||
| 36 | /* opacity: .8; */ | ||
| 37 | |||
| 38 | /* For safety - reset parent styles, that can break glyph codes*/ | ||
| 39 | font-variant: normal; | ||
| 40 | text-transform: none; | ||
| 41 | |||
| 42 | /* fix buttons height, for twitter bootstrap */ | ||
| 43 | line-height: 1em; | ||
| 44 | |||
| 45 | /* Animation center compensation - margins should be symmetric */ | ||
| 46 | /* remove if not needed */ | ||
| 47 | margin-left: .2em; | ||
| 48 | |||
| 49 | /* you can be more comfortable with increased icons size */ | ||
| 50 | /* font-size: 120%; */ | ||
| 51 | |||
| 52 | /* Uncomment for 3D effect */ | ||
| 53 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | ||
| 54 | } | ||
| 55 | .icon-music:before { content: '\e800'; } /* '' */ | ||
| 56 | .icon-search:before { content: '\e801'; } /* '' */ | ||
| 57 | .icon-mail:before { content: '\e802'; } /* '' */ | ||
| 58 | .icon-user:before { content: '\e803'; } /* '' */ | ||
| 59 | .icon-headphones:before { content: '\e805'; } /* '' */ | ||
| 60 | .icon-quote-right:before { content: '\e806'; } /* '' */ | ||
| 61 | .icon-quote-left:before { content: '\e807'; } /* '' */ | ||
| 62 | .icon-leaf:before { content: '\e808'; } /* '' */ | ||
| 63 | .icon-key:before { content: '\e809'; } /* '' */ | ||
| 64 | .icon-rocket:before { content: '\e80a'; } /* '' */ | ||
| 65 | .icon-rss:before { content: '\e80b'; } /* '' */ | ||
| 66 | .icon-comment:before { content: '\e80c'; } /* '' */ | ||
| 67 | .icon-home:before { content: '\e80d'; } /* '' */ | ||
| 68 | .icon-pencil:before { content: '\e80e'; } /* '' */ | ||
| 69 | .icon-twitter:before { content: '\e80f'; } /* '' */ | ||
| 70 | .icon-eye:before { content: '\e810'; } /* '' */ \ No newline at end of file | ||
| diff --git a/themes/erdgeist/assets/css/erdgeist.css b/themes/erdgeist/assets/css/erdgeist.css new file mode 100644 index 0000000..f615cf9 --- /dev/null +++ b/themes/erdgeist/assets/css/erdgeist.css | |||
| @@ -0,0 +1,293 @@ | |||
| 1 | body { | ||
| 2 | font-size: 1.8em; | ||
| 3 | } | ||
| 4 | |||
| 5 | @font-face { | ||
| 6 | font-family: 'Source Sans Pro'; | ||
| 7 | font-style: normal; | ||
| 8 | font-weight: 300; | ||
| 9 | src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPS42wKzre0cxmO5m5GyTsY.ttf) format('truetype'); | ||
| 10 | } | ||
| 11 | @font-face { | ||
| 12 | font-family: 'Source Sans Pro'; | ||
| 13 | font-style: normal; | ||
| 14 | font-weight: 400; | ||
| 15 | src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/assets/font/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlEY6Fu39Tt9XkmtSosaMoEA.ttf) format('truetype'); | ||
| 16 | } | ||
| 17 | @font-face { | ||
| 18 | font-family: 'Source Sans Pro'; | ||
| 19 | font-style: normal; | ||
| 20 | font-weight: 700; | ||
| 21 | src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGLlcMrNrsnL9dgADnXgYJjs.ttf) format('truetype'); | ||
| 22 | } | ||
| 23 | |||
| 24 | .post-body:not(.full)::after { | ||
| 25 | position: absolute; | ||
| 26 | bottom: 0; | ||
| 27 | height: 100%; | ||
| 28 | width: 100%; | ||
| 29 | content: ""; | ||
| 30 | background: linear-gradient(to top, | ||
| 31 | rgba(255,255,255, 1) 10%, | ||
| 32 | rgba(255,255,255, 0) 90% | ||
| 33 | ); | ||
| 34 | pointer-events: none; /* so the text is still selectable */ | ||
| 35 | } | ||
| 36 | .post-list li { | ||
| 37 | margin-top: 0.2em; | ||
| 38 | } | ||
| 39 | |||
| 40 | .post-text { | ||
| 41 | max-width: 50em; | ||
| 42 | } | ||
| 43 | .post-body { | ||
| 44 | position: relative; | ||
| 45 | max-height: 6em; | ||
| 46 | transition: max-height 0.5s ease-in; | ||
| 47 | overflow: hidden; | ||
| 48 | } | ||
| 49 | .post-date { | ||
| 50 | float: right; | ||
| 51 | font-size: 0.7em; | ||
| 52 | padding-top: 0.3em; | ||
| 53 | } | ||
| 54 | .poetry-list .post-date { | ||
| 55 | float: left; | ||
| 56 | width: 6em; | ||
| 57 | } | ||
| 58 | .full { | ||
| 59 | transition: max-height 0.5s ease-in; | ||
| 60 | max-height: 10000em; | ||
| 61 | } | ||
| 62 | |||
| 63 | @media (min-width: 640px) { | ||
| 64 | .multi-columns { | ||
| 65 | column-count: 2; | ||
| 66 | -webkit-column-count: 2; | ||
| 67 | -moz-column-count: 2; | ||
| 68 | } | ||
| 69 | } | ||
| 70 | @media (min-width: 1024px) { | ||
| 71 | .multi-columns { | ||
| 72 | column-count: 3; | ||
| 73 | -webkit-column-count: 3; | ||
| 74 | -moz-column-count: 3; | ||
| 75 | |||
| 76 | } | ||
| 77 | } | ||
| 78 | |||
| 79 | .glyphicon { | ||
| 80 | margin-right: 0.2em; | ||
| 81 | font-size: 0.8em; | ||
| 82 | } | ||
| 83 | |||
| 84 | .navbar { | ||
| 85 | background-image: url('../img/dark_stripes.png'); | ||
| 86 | } | ||
| 87 | |||
| 88 | .navbar a [class^="icon-"] { | ||
| 89 | transition: opacity 0.5s; | ||
| 90 | transition: text-shadow 0.5s; | ||
| 91 | font-size: 2em; | ||
| 92 | color: grey; | ||
| 93 | opacity: 0.6; | ||
| 94 | } | ||
| 95 | |||
| 96 | .navbar .active a [class^="icon-"] { | ||
| 97 | color: yellow; | ||
| 98 | } | ||
| 99 | |||
| 100 | .navbar a [class^="icon-"]:hover, | ||
| 101 | .navbar a [class^="icon-"]:focus { | ||
| 102 | text-shadow: 0 0 10px rgba(255,255,255,0.8); | ||
| 103 | color: white; | ||
| 104 | opacity: 0.9; | ||
| 105 | } | ||
| 106 | |||
| 107 | @-webkit-keyframes pulsing { | ||
| 108 | 0% { text-shadow: 0 0 2px rgba(255,255,255,0.2); opacity: 0.6; } | ||
| 109 | 50% { text-shadow: 0 0 10px rgba(255,255,255,0.8); opacity: 0.9; } | ||
| 110 | 100% { text-shadow: 0 0 2px rgba(255,255,255,0.2); opacity: 0.6; } | ||
| 111 | } | ||
| 112 | |||
| 113 | @keyframes pulsing { | ||
| 114 | 0% { text-shadow: 0 0 2px rgba(255,255,255,0.2); opacity: 0.6; } | ||
| 115 | 50% { text-shadow: 0 0 10px rgba(255,255,255,0.8); opacity: 0.9; } | ||
| 116 | 100% { text-shadow: 0 0 2px rgba(255,255,255,0.2); opacity: 0.6; } | ||
| 117 | } | ||
| 118 | |||
| 119 | .navbar a [class^="icon-"]:hover { | ||
| 120 | animation-name: pulsing; | ||
| 121 | animation-duration: 2s; | ||
| 122 | animation-iteration-count: infinite; | ||
| 123 | -webkit-animation-name: pulsing; /* Chrome, Safari, Opera */ | ||
| 124 | -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */ | ||
| 125 | -webkit-animation-iteration-count: infinite; | ||
| 126 | } | ||
| 127 | |||
| 128 | .nav > li > a:hover, .nav > li > a:focus { | ||
| 129 | background-color: transparent !important; | ||
| 130 | } | ||
| 131 | |||
| 132 | .navbar-nav { | ||
| 133 | margin: 0; | ||
| 134 | } | ||
| 135 | |||
| 136 | @media (max-width: 553px) { | ||
| 137 | .navbar { | ||
| 138 | height: 56px !important; | ||
| 139 | margin-left: auto; | ||
| 140 | margin-right: auto; | ||
| 141 | } | ||
| 142 | .navbar-collapse.collapse { | ||
| 143 | display: block!important; | ||
| 144 | } | ||
| 145 | |||
| 146 | .nav { | ||
| 147 | width: 100%; | ||
| 148 | text-align: center; | ||
| 149 | overflow: auto; | ||
| 150 | } | ||
| 151 | |||
| 152 | .nav > li { | ||
| 153 | display: inline-block; | ||
| 154 | width: 20%; | ||
| 155 | float: left; | ||
| 156 | } | ||
| 157 | |||
| 158 | .navbar-right { | ||
| 159 | float: right!important; | ||
| 160 | } | ||
| 161 | } | ||
| 162 | |||
| 163 | @media (min-width: 554px) { | ||
| 164 | .navbar-collapse { | ||
| 165 | height: auto; | ||
| 166 | border-top: 0; | ||
| 167 | box-shadow: none; | ||
| 168 | max-height: none; | ||
| 169 | padding-left:0; | ||
| 170 | padding-right:0; | ||
| 171 | } | ||
| 172 | |||
| 173 | .navbar-collapse.collapse { | ||
| 174 | display: block !important; | ||
| 175 | width: auto !important; | ||
| 176 | padding-bottom: 0; | ||
| 177 | overflow: visible !important; | ||
| 178 | } | ||
| 179 | |||
| 180 | .nav > li > a { | ||
| 181 | padding-left: 0; | ||
| 182 | } | ||
| 183 | |||
| 184 | .navbar-collapse.in { | ||
| 185 | overflow-x: visible; | ||
| 186 | } | ||
| 187 | |||
| 188 | .navbar | ||
| 189 | { | ||
| 190 | max-width: 54px; | ||
| 191 | margin-right: 0; | ||
| 192 | margin-left: 0; | ||
| 193 | height: 100%; | ||
| 194 | } | ||
| 195 | |||
| 196 | body { | ||
| 197 | margin-top: 0px; | ||
| 198 | } | ||
| 199 | |||
| 200 | .navbar .container { | ||
| 201 | padding-left: 0; | ||
| 202 | max-width: 54px; | ||
| 203 | } | ||
| 204 | |||
| 205 | #content { | ||
| 206 | padding-left: 66px; | ||
| 207 | } | ||
| 208 | |||
| 209 | .navbar-nav > li > a { | ||
| 210 | padding-top: 14.5px; | ||
| 211 | padding-bottom: 14.5px; | ||
| 212 | } | ||
| 213 | |||
| 214 | .navbar-nav, | ||
| 215 | .navbar-nav > li, | ||
| 216 | .navbar-left, | ||
| 217 | .navbar-right, | ||
| 218 | .navbar-header | ||
| 219 | {float:none !important;} | ||
| 220 | |||
| 221 | .navbar-right .dropdown-menu {left:0;right:auto;} | ||
| 222 | .navbar-collapse .navbar-nav.navbar-right:last-child { | ||
| 223 | margin-right: 0; | ||
| 224 | } | ||
| 225 | } | ||
| 226 | |||
| 227 | .contents.topic { | ||
| 228 | margin: 0px; | ||
| 229 | } | ||
| 230 | |||
| 231 | .contents .topic-title { | ||
| 232 | display: none; | ||
| 233 | background-color: green; | ||
| 234 | } | ||
| 235 | |||
| 236 | .contents ul { | ||
| 237 | margin: 0px; | ||
| 238 | padding: 0px; | ||
| 239 | } | ||
| 240 | |||
| 241 | .contents li { | ||
| 242 | list-style: none; | ||
| 243 | display: inline-block; | ||
| 244 | margin-right: 1em; | ||
| 245 | } | ||
| 246 | |||
| 247 | .postindexpager { | ||
| 248 | width: 100%; | ||
| 249 | overflow: hidden; | ||
| 250 | } | ||
| 251 | |||
| 252 | .postindexpager .pager { | ||
| 253 | margin-bottom: 0px; | ||
| 254 | } | ||
| 255 | |||
| 256 | .docutils.literal { | ||
| 257 | font-size: 0.8em; | ||
| 258 | color: #000; | ||
| 259 | } | ||
| 260 | |||
| 261 | a { | ||
| 262 | color: #aa3; | ||
| 263 | text-decoration: none; | ||
| 264 | } | ||
| 265 | |||
| 266 | a:hover, | ||
| 267 | a:focus { | ||
| 268 | /* color: #b22; */ | ||
| 269 | text-decoration: underline; | ||
| 270 | } | ||
| 271 | |||
| 272 | .lyrics-chords { | ||
| 273 | border-color: white; | ||
| 274 | border: white; | ||
| 275 | } | ||
| 276 | |||
| 277 | .lyrics-chords-above .line { | ||
| 278 | line-height:1.3em; | ||
| 279 | margin-bottom:1em; | ||
| 280 | } | ||
| 281 | .lyrics-chords-above .crd { | ||
| 282 | position: relative; | ||
| 283 | top: -1em; | ||
| 284 | display:inline-block; | ||
| 285 | width: 0; | ||
| 286 | overflow:visible; | ||
| 287 | font-weight:bold; | ||
| 288 | } | ||
| 289 | |||
| 290 | .image-reference img { | ||
| 291 | max-height: 260px; | ||
| 292 | margin: 0 36px 36px 0; | ||
| 293 | } | ||
| diff --git a/themes/erdgeist/assets/font/erdgeist.eot b/themes/erdgeist/assets/font/erdgeist.eot new file mode 100644 index 0000000..828dfb4 --- /dev/null +++ b/themes/erdgeist/assets/font/erdgeist.eot | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/font/erdgeist.svg b/themes/erdgeist/assets/font/erdgeist.svg new file mode 100644 index 0000000..fa42ce7 --- /dev/null +++ b/themes/erdgeist/assets/font/erdgeist.svg | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | <?xml version="1.0" standalone="no"?> | ||
| 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
| 3 | <svg xmlns="http://www.w3.org/2000/svg"> | ||
| 4 | <metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata> | ||
| 5 | <defs> | ||
| 6 | <font id="erdgeist" horiz-adv-x="1000" > | ||
| 7 | <font-face font-family="erdgeist" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" /> | ||
| 8 | <missing-glyph horiz-adv-x="1000" /> | ||
| 9 | <glyph glyph-name="music" unicode="" d="m857 725v-625q0-28-19-50t-48-33-58-18-53-6-54 6-58 18-48 33-19 50 19 50 48 33 58 18 54 6q58 0 107-22v300l-429-132v-396q0-28-19-50t-48-33-58-18-53-6-54 6-58 18-48 33-19 50 19 50 48 34 58 17 54 6q58 0 107-21v539q0 17 10 32t28 19l464 143q7 3 16 3 22 0 38-16t15-38z" horiz-adv-x="857.1" /> | ||
| 10 | <glyph glyph-name="search" unicode="" d="m643 386q0 103-74 176t-176 74-177-74-73-176 73-177 177-73 176 73 74 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 152-31 126-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" /> | ||
| 11 | <glyph glyph-name="mail" unicode="" d="m929 11v428q-18-20-39-37-149-114-238-188-28-24-46-38t-48-27-57-13h-2q-26 0-57 13t-48 27-46 38q-88 74-238 188-21 17-39 37v-428q0-8 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7-1 7-3 5-5 4-8 2h-822q-7 0-12-6t-6-12q0-94 82-159 108-85 224-177 4-2 20-16t25-21 25-18 28-15 24-5h2q11 0 24 5t28 15 25 18 25 21 20 16q116 92 224 177 30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" /> | ||
| 12 | <glyph glyph-name="user" unicode="" d="m786 66q0-67-41-106t-108-39h-488q-67 0-108 39t-41 106q0 30 2 58t8 61 15 60 24 55 34 45 48 30 62 11q5 0 24-12t41-27 60-27 75-12 74 12 61 27 41 27 24 12q34 0 62-11t48-30 34-45 24-55 15-60 8-61 2-58z m-179 498q0-88-63-151t-151-63-152 63-62 151 62 152 152 63 151-63 63-152z" horiz-adv-x="785.7" /> | ||
| 13 | <glyph glyph-name="headphones" unicode="" d="m929 356q0-93-34-176l-11-27-103-18q-13-47-51-77t-87-29v-18q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13v-18q39 0 72-20t52-53l38 7q16 53 16 108 0 82-49 155t-132 117-176 43-176-43-132-117-49-156q0-54 16-107l38-7q19 34 52 53t73 20v18q0 8 5 13t13 5h35q8 0 13-5t5-13v-321q0-8-5-13t-13-5h-35q-8 0-13 5t-5 13v18q-49 0-88 29t-50 77l-103 18-11 27q-34 83-34 175 0 85 37 163t100 135 149 91 178 34 179-34 148-91 100-135 38-163z" horiz-adv-x="928.6" /> | ||
| 14 | <glyph glyph-name="quote-right" unicode="" d="m429 671v-392q0-58-23-111t-61-91-91-62-111-22h-36q-14 0-25 10t-11 26v71q0 15 11 25t25 11h36q59 0 101 42t42 101v17q0 23-16 38t-38 16h-125q-44 0-76 31t-31 76v214q0 45 31 76t76 32h214q45 0 76-32t32-76z m500 0v-392q0-58-23-111t-61-91-91-62-111-22h-36q-14 0-25 10t-11 26v71q0 15 11 25t25 11h36q59 0 101 42t42 101v17q0 23-16 38t-38 16h-125q-44 0-76 31t-31 76v214q0 45 31 76t76 32h214q45 0 76-32t32-76z" horiz-adv-x="928.6" /> | ||
| 15 | <glyph glyph-name="quote-left" unicode="" d="m429 314v-214q0-45-32-76t-76-31h-214q-44 0-76 31t-31 76v393q0 58 23 111t61 91 91 61 111 23h35q15 0 26-11t10-25v-72q0-14-10-25t-26-10h-35q-59 0-101-42t-42-101v-18q0-22 16-38t37-16h125q45 0 76-31t32-76z m500 0v-214q0-45-32-76t-76-31h-214q-44 0-76 31t-31 76v393q0 58 23 111t61 91 91 61 111 23h35q15 0 26-11t10-25v-72q0-14-10-25t-26-10h-35q-59 0-101-42t-42-101v-18q0-22 15-38t38-16h125q45 0 76-31t32-76z" horiz-adv-x="928.6" /> | ||
| 16 | <glyph glyph-name="leaf" unicode="" d="m714 457q0 15-10 25t-25 11q-96 0-178-28t-145-75-131-122q-11-12-11-25 0-15 11-25t25-11q13 0 25 11 15 13 41 39t38 37q76 69 150 98t175 29q14 0 25 11t10 25z m286 111q0-53-11-108-26-125-103-214t-200-149q-119-61-244-61-83 0-160 27-8 2-49 23t-53 21q-9 0-22-18t-25-39-30-39-33-18q-17 0-29 6t-17 13-15 24q-1 2-3 6t-3 6-2 5-1 7q0 20 17 41t38 37 38 31 18 27q0 2-8 21t-9 25q-5 28-5 58 0 64 24 123t66 103 96 77 113 53q31 10 81 15t100 5 100 3 91 13 64 32l16 16t17 16 15 11 20 9 24 3q22 0 40-26t26-63 14-69 4-53z" horiz-adv-x="1000" /> | ||
| 17 | <glyph glyph-name="key" unicode="" d="m464 564q0 45-31 76t-76 31-76-31-31-76q0-23 11-46-23 11-47 11-44 0-76-32t-31-76 31-75 76-32 76 32 31 75q0 24-10 47 23-11 46-11 45 0 76 31t31 76z m475-393q0-9-27-36t-37-28q-5 0-16 9t-20 19-22 22-13 14l-54-53 123-123q15-15 15-38 0-23-21-45t-46-22q-22 0-38 16l-374 374q-98-73-204-73-91 0-148 57t-57 149q0 89 53 174t138 139 175 53q91 0 148-58t57-148q0-105-73-203l198-199 54 54q-2 2-15 14t-22 21-18 21-9 15q0 10 27 37t37 28q7 0 13-6 3-3 26-25t45-44 49-48 40-44 16-23z" horiz-adv-x="1000" /> | ||
| 18 | <glyph glyph-name="rocket" unicode="" d="m804 600q0 22-16 38t-38 16-38-16-16-38 16-38 38-16 38 16 16 38z m125 161q0-139-43-241t-141-201q-45-44-109-98l-11-211q-1-9-9-15l-214-125q-4-2-9-2-7 0-13 5l-36 36q-7 7-4 17l47 155-156 156-155-47q-1-1-5-1-7 0-12 5l-36 36q-10 11-3 22l125 214q6 8 15 9l211 11q54 64 98 109 105 104 200 144t241 40q7 0 13-6t6-12z" horiz-adv-x="928.6" /> | ||
| 19 | <glyph glyph-name="rss" unicode="" d="m214 100q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m286-69q1-15-9-26-11-12-27-12h-75q-14 0-24 9t-11 23q-12 128-103 219t-219 103q-14 1-23 11t-9 24v75q0 16 12 26 9 10 24 10h3q89-7 170-45t145-101q63-63 101-145t45-171z m286-1q1-15-10-26-10-11-26-11h-80q-14 0-25 10t-11 23q-6 120-56 228t-129 188-188 129-227 57q-14 0-24 11t-10 24v80q0 15 11 26 10 10 25 10h1q147-8 280-67t238-164q104-104 164-238t67-280z" horiz-adv-x="785.7" /> | ||
| 20 | <glyph glyph-name="comment" unicode="" d="m1000 350q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12-10-1-17 5t-10 16v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 15 42q-88 50-138 123t-51 157q0 73 40 139t106 114 160 76 194 28q136 0 251-48t182-130 67-179z" horiz-adv-x="1000" /> | ||
| 21 | <glyph glyph-name="home" unicode="" d="m786 296v-267q0-15-11-26t-25-10h-214v214h-143v-214h-214q-15 0-25 10t-11 26v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-4-7 2-12 7l-35 41q-4 5-3 13t6 12l401 334q18 15 42 15t43-15l136-114v109q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q5-5 6-12t-4-13z" horiz-adv-x="928.6" /> | ||
| 22 | <glyph glyph-name="pencil" unicode="" d="m203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" /> | ||
| 23 | <glyph glyph-name="twitter" unicode="" d="m904 622q-37-54-90-93 0-8 0-23 0-73-21-145t-64-139-103-117-144-82-181-30q-151 0-276 81 19-3 43-3 126 0 224 77-59 2-105 36t-64 89q19-2 34-2 24 0 48 6-63 13-104 62t-41 115v2q38-21 82-23-37 25-59 64t-22 86q0 49 25 91 68-83 164-133t208-55q-5 21-5 41 0 75 53 127t127 53q79 0 132-57 61 12 114 44-20-64-79-100 52 6 104 28z" horiz-adv-x="928.6" /> | ||
| 24 | <glyph glyph-name="eye" unicode="" d="m929 314q-85 132-213 197 34-58 34-125 0-104-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 187-182t242-68 242 68 187 182z m-402 215q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-12 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" /> | ||
| 25 | </font> | ||
| 26 | </defs> | ||
| 27 | </svg> \ No newline at end of file | ||
| diff --git a/themes/erdgeist/assets/font/erdgeist.ttf b/themes/erdgeist/assets/font/erdgeist.ttf new file mode 100644 index 0000000..7499b3b --- /dev/null +++ b/themes/erdgeist/assets/font/erdgeist.ttf | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/font/erdgeist.woff b/themes/erdgeist/assets/font/erdgeist.woff new file mode 100644 index 0000000..c637fc0 --- /dev/null +++ b/themes/erdgeist/assets/font/erdgeist.woff | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/font/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlEY6Fu39Tt9XkmtSosaMoEA.ttf b/themes/erdgeist/assets/font/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlEY6Fu39Tt9XkmtSosaMoEA.ttf new file mode 100644 index 0000000..973aeb0 --- /dev/null +++ b/themes/erdgeist/assets/font/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlEY6Fu39Tt9XkmtSosaMoEA.ttf | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGLlcMrNrsnL9dgADnXgYJjs.ttf b/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGLlcMrNrsnL9dgADnXgYJjs.ttf new file mode 100644 index 0000000..b7d0f4f --- /dev/null +++ b/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGLlcMrNrsnL9dgADnXgYJjs.ttf | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPS42wKzre0cxmO5m5GyTsY.ttf b/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPS42wKzre0cxmO5m5GyTsY.ttf new file mode 100644 index 0000000..05ae687 --- /dev/null +++ b/themes/erdgeist/assets/font/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPS42wKzre0cxmO5m5GyTsY.ttf | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/assets/img/dark_stripes.png b/themes/erdgeist/assets/img/dark_stripes.png new file mode 100644 index 0000000..63302e5 --- /dev/null +++ b/themes/erdgeist/assets/img/dark_stripes.png | |||
| Binary files differ | |||
| diff --git a/themes/erdgeist/bundles b/themes/erdgeist/bundles new file mode 100644 index 0000000..defbd4d --- /dev/null +++ b/themes/erdgeist/bundles | |||
| @@ -0,0 +1 @@ | |||
| assets/css/all-nocdn.css=bootstrap.min.css,rst.css,code.css,colorbox.css,theme.css,custom.css,erdgeist.css,erdgeist-embedded.css | |||
| diff --git a/themes/erdgeist/parent b/themes/erdgeist/parent new file mode 100644 index 0000000..dc199ee --- /dev/null +++ b/themes/erdgeist/parent | |||
| @@ -0,0 +1 @@ | |||
| bootstrap3 | |||
| diff --git a/themes/erdgeist/templates/base.tmpl b/themes/erdgeist/templates/base.tmpl new file mode 100644 index 0000000..3bdf48d --- /dev/null +++ b/themes/erdgeist/templates/base.tmpl | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%namespace name="base" file="base_helper.tmpl" import="*" /> | ||
| 3 | <%namespace name="notes" file="annotation_helper.tmpl" import="*" /> | ||
| 4 | ${set_locale(lang)} | ||
| 5 | ${base.html_headstart()} | ||
| 6 | <%block name="extra_head"> | ||
| 7 | ### Leave this block alone. | ||
| 8 | </%block> | ||
| 9 | ${template_hooks['extra_head']()} | ||
| 10 | </head> | ||
| 11 | <body> | ||
| 12 | <a href="#content" class="sr-only sr-only-focusable">${messages("Skip to main content")}</a> | ||
| 13 | |||
| 14 | <!-- Menubar --> | ||
| 15 | |||
| 16 | <nav class="navbar navbar-fixed-top" role="navigation"> | ||
| 17 | <div class="container"><!-- This keeps the margins nice --> | ||
| 18 | <ul class="nav navbar-nav"> | ||
| 19 | ${base.html_navigation_links()} | ||
| 20 | ${template_hooks['menu']()} | ||
| 21 | </ul> | ||
| 22 | %if search_form: | ||
| 23 | ${search_form} | ||
| 24 | %endif | ||
| 25 | |||
| 26 | </div><!-- /.container --> | ||
| 27 | </nav> | ||
| 28 | |||
| 29 | <!-- End of Menubar --> | ||
| 30 | |||
| 31 | <div class="container" id="content" role="main"> | ||
| 32 | <div class="body-content"> | ||
| 33 | <!--Body content--> | ||
| 34 | <div class="row"> | ||
| 35 | ${template_hooks['page_header']()} | ||
| 36 | <%block name="content"></%block> | ||
| 37 | </div> | ||
| 38 | <!--End of body content--> | ||
| 39 | |||
| 40 | <footer> | ||
| 41 | ${content_footer} | ||
| 42 | ${template_hooks['page_footer']()} | ||
| 43 | </footer> | ||
| 44 | </div> | ||
| 45 | </div> | ||
| 46 | |||
| 47 | ${base.late_load_js()} | ||
| 48 | <!--script>$('a.image-reference:not(.islink)').colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script --> | ||
| 49 | <%block name="extra_js"></%block> | ||
| 50 | % if annotations and post and not post.meta('noannotations'): | ||
| 51 | ${notes.code()} | ||
| 52 | % elif not annotations and post and post.meta('annotations'): | ||
| 53 | ${notes.code()} | ||
| 54 | % endif | ||
| 55 | ${body_end} | ||
| 56 | ${template_hooks['body_end']()} | ||
| 57 | </body> | ||
| 58 | </html> | ||
| diff --git a/themes/erdgeist/templates/base_helper.tmpl b/themes/erdgeist/templates/base_helper.tmpl new file mode 100644 index 0000000..bec4b78 --- /dev/null +++ b/themes/erdgeist/templates/base_helper.tmpl | |||
| @@ -0,0 +1,168 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | |||
| 3 | <%namespace name="notes" file="annotation_helper.tmpl" import="*" /> | ||
| 4 | <%def name="html_headstart()"> | ||
| 5 | <!DOCTYPE html> | ||
| 6 | <html | ||
| 7 | \ | ||
| 8 | % if use_open_graph or (twitter_card and twitter_card['use_twitter_cards']) or (comment_system == 'facebook'): | ||
| 9 | prefix='\ | ||
| 10 | %if use_open_graph or (twitter_card and twitter_card['use_twitter_cards']): | ||
| 11 | og: http://ogp.me/ns# \ | ||
| 12 | %endif | ||
| 13 | %if use_open_graph: | ||
| 14 | article: http://ogp.me/ns/article# \ | ||
| 15 | %endif | ||
| 16 | %if comment_system == 'facebook': | ||
| 17 | fb: http://ogp.me/ns/fb# \ | ||
| 18 | %endif | ||
| 19 | '\ | ||
| 20 | %endif | ||
| 21 | \ | ||
| 22 | % if is_rtl: | ||
| 23 | dir="rtl" \ | ||
| 24 | % endif | ||
| 25 | \ | ||
| 26 | lang="${lang}"> | ||
| 27 | <head> | ||
| 28 | <meta charset="utf-8"> | ||
| 29 | %if description: | ||
| 30 | <meta name="description" content="${description}"> | ||
| 31 | %endif | ||
| 32 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| 33 | <title>${title|striphtml} | ${blog_title|striphtml}</title> | ||
| 34 | |||
| 35 | ${html_stylesheets()} | ||
| 36 | ${html_feedlinks()} | ||
| 37 | %if permalink: | ||
| 38 | <link rel="canonical" href="${abs_link(permalink)}"> | ||
| 39 | %endif | ||
| 40 | |||
| 41 | %if favicons: | ||
| 42 | %for name, file, size in favicons: | ||
| 43 | <link rel="${name}" href="${file}" sizes="${size}"/> | ||
| 44 | %endfor | ||
| 45 | %endif | ||
| 46 | |||
| 47 | % if comment_system == 'facebook': | ||
| 48 | <meta property="fb:app_id" content="${comment_system_id}"> | ||
| 49 | % endif | ||
| 50 | |||
| 51 | %if prevlink: | ||
| 52 | <link rel="prev" href="${prevlink}" type="text/html"> | ||
| 53 | %endif | ||
| 54 | %if nextlink: | ||
| 55 | <link rel="next" href="${nextlink}" type="text/html"> | ||
| 56 | %endif | ||
| 57 | |||
| 58 | ${mathjax_config} | ||
| 59 | %if use_cdn: | ||
| 60 | <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> | ||
| 61 | %else: | ||
| 62 | <!--[if lt IE 9]><script src="${url_replacer(permalink, '/assets/js/html5.js', lang)}"></script><![endif]--> | ||
| 63 | %endif | ||
| 64 | |||
| 65 | ${extra_head_data} | ||
| 66 | </%def> | ||
| 67 | |||
| 68 | <%def name="late_load_js()"> | ||
| 69 | %if use_bundles: | ||
| 70 | %if use_cdn: | ||
| 71 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
| 72 | <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | ||
| 73 | <script src="/assets/js/all.js"></script> | ||
| 74 | %else: | ||
| 75 | <!--script src="/assets/js/all-nocdn.js"></script--> | ||
| 76 | %endif | ||
| 77 | %else: | ||
| 78 | %if use_cdn: | ||
| 79 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
| 80 | <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | ||
| 81 | %else: | ||
| 82 | <script src="/assets/js/jquery.min.js"></script> | ||
| 83 | <script src="/assets/js/bootstrap.min.js"></script> | ||
| 84 | <script src="/assets/js/moment-with-locales.min.js"></script> | ||
| 85 | <script src="/assets/js/fancydates.js"></script> | ||
| 86 | %endif | ||
| 87 | <script src="/assets/js/jquery.colorbox-min.js"></script> | ||
| 88 | %endif | ||
| 89 | %if colorbox_locales[lang]: | ||
| 90 | <script src="/assets/js/colorbox-i18n/jquery.colorbox-${colorbox_locales[lang]}.js"></script> | ||
| 91 | %endif | ||
| 92 | ${social_buttons_code} | ||
| 93 | </%def> | ||
| 94 | |||
| 95 | |||
| 96 | <%def name="html_stylesheets()"> | ||
| 97 | %if use_bundles: | ||
| 98 | %if use_cdn: | ||
| 99 | <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> | ||
| 100 | <link href="/assets/css/all.css" rel="stylesheet" type="text/css"> | ||
| 101 | %else: | ||
| 102 | <link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css"> | ||
| 103 | %endif | ||
| 104 | %else: | ||
| 105 | %if use_cdn: | ||
| 106 | <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> | ||
| 107 | %else: | ||
| 108 | <link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | ||
| 109 | %endif | ||
| 110 | <link href="/assets/css/rst.css" rel="stylesheet" type="text/css"> | ||
| 111 | <link href="/assets/css/code.css" rel="stylesheet" type="text/css"> | ||
| 112 | <link href="/assets/css/colorbox.css" rel="stylesheet" type="text/css"> | ||
| 113 | <link href="/assets/css/theme.css" rel="stylesheet" type="text/css"> | ||
| 114 | %if has_custom_css: | ||
| 115 | <link href="/assets/css/custom.css" rel="stylesheet" type="text/css"> | ||
| 116 | %endif | ||
| 117 | %endif | ||
| 118 | % if annotations and post and not post.meta('noannotations'): | ||
| 119 | ${notes.css()} | ||
| 120 | % elif not annotations and post and post.meta('annotations'): | ||
| 121 | ${notes.css()} | ||
| 122 | % endif | ||
| 123 | </%def> | ||
| 124 | |||
| 125 | <%def name="html_navigation_links()"> | ||
| 126 | %for url, text, icon in navigation_links[lang]: | ||
| 127 | % if isinstance(url, tuple): | ||
| 128 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">${text}<b class="caret"></b></a> | ||
| 129 | <ul class="dropdown-menu"> | ||
| 130 | %for suburl, text in url: | ||
| 131 | % if rel_link(permalink, suburl) == "#": | ||
| 132 | <li class="active"><a href="${permalink}" title="${text}"><i class="${icon}"></i></a> | ||
| 133 | %else: | ||
| 134 | <li><a href="${suburl}" title="${text}"><i class="${icon}"></i></a> | ||
| 135 | %endif | ||
| 136 | %endfor | ||
| 137 | </ul> | ||
| 138 | % else: | ||
| 139 | % if rel_link(permalink, url) == "#": | ||
| 140 | <li class="active"><a href="${permalink}" title="${text}"><i class="${icon}"></i></a> | ||
| 141 | %else: | ||
| 142 | <li><a href="${url}" title="${text}"><i class="${icon}"></i></a> | ||
| 143 | %endif | ||
| 144 | % endif | ||
| 145 | %endfor | ||
| 146 | </%def> | ||
| 147 | |||
| 148 | <%def name="html_feedlinks()"> | ||
| 149 | %if rss_link: | ||
| 150 | ${rss_link} | ||
| 151 | %elif generate_rss: | ||
| 152 | %if len(translations) > 1: | ||
| 153 | %for language in translations: | ||
| 154 | <link rel="alternate" type="application/rss+xml" title="RSS (${language})" href="${_link('rss', None, language)}"> | ||
| 155 | %endfor | ||
| 156 | %else: | ||
| 157 | <link rel="alternate" type="application/rss+xml" title="RSS" href="${_link('rss', None)}"> | ||
| 158 | %endif | ||
| 159 | %endif | ||
| 160 | </%def> | ||
| 161 | |||
| 162 | <%def name="html_translations()"> | ||
| 163 | %for langname in translations.keys(): | ||
| 164 | %if langname != lang: | ||
| 165 | <li><a href="${abs_link(_link("root", None, langname))}" rel="alternate" hreflang="${langname}">${messages("LANGUAGE", langname)}</a></li> | ||
| 166 | %endif | ||
| 167 | %endfor | ||
| 168 | </%def> | ||
| diff --git a/themes/erdgeist/templates/index.tmpl b/themes/erdgeist/templates/index.tmpl new file mode 100644 index 0000000..81340dd --- /dev/null +++ b/themes/erdgeist/templates/index.tmpl | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%namespace name="helper" file="index_helper.tmpl"/> | ||
| 3 | <%namespace name="comments" file="comments_helper.tmpl"/> | ||
| 4 | <%inherit file="base.tmpl"/> | ||
| 5 | |||
| 6 | <%block name="content"> | ||
| 7 | ${helper.html_pager()} | ||
| 8 | <div class="col-md-9 col-lg-7 col-sm-12 postindex"> | ||
| 9 | % for post in posts: | ||
| 10 | <article class="h-entry post-${post.meta('type')}"> | ||
| 11 | <header> | ||
| 12 | <h1 class="p-name entry-title"><a href="${post.permalink()}" class="u-url">${post.title()|h}</a></h1> | ||
| 13 | <div class="metadata"> | ||
| 14 | <p class="byline author vcard"><span class="byline-name fn">${post.author()}</span></p> | ||
| 15 | <p class="dateline"><a href="${post.permalink()}" rel="bookmark"><time class="published dt-published" datetime="${post.date.isoformat()}" title="${post.formatted_date(date_format)}">${post.formatted_date(date_format)}</time></a></p> | ||
| 16 | % if not post.meta('nocomments') and site_has_comments: | ||
| 17 | <p class="commentline">${comments.comment_link(post.permalink(), post._base_path)} | ||
| 18 | % endif | ||
| 19 | </div> | ||
| 20 | </header> | ||
| 21 | %if index_teasers: | ||
| 22 | <div class="p-summary entry-summary"> | ||
| 23 | ${post.text(teaser_only=True)} | ||
| 24 | %else: | ||
| 25 | <div class="e-content entry-content"> | ||
| 26 | ${post.text(teaser_only=False)} | ||
| 27 | %endif | ||
| 28 | </div> | ||
| 29 | </article> | ||
| 30 | % endfor | ||
| 31 | </div> | ||
| 32 | ${helper.html_pager()} | ||
| 33 | ${comments.comment_link_script()} | ||
| 34 | ${helper.mathjax_script(posts)} | ||
| 35 | </%block> | ||
| diff --git a/themes/erdgeist/templates/index_helper.tmpl b/themes/erdgeist/templates/index_helper.tmpl new file mode 100644 index 0000000..9331b93 --- /dev/null +++ b/themes/erdgeist/templates/index_helper.tmpl | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%def name="html_pager()"> | ||
| 3 | %if prevlink or nextlink: | ||
| 4 | <nav class="postindexpager"> | ||
| 5 | <ul class="pager"> | ||
| 6 | %if prevlink: | ||
| 7 | <li class="previous"> | ||
| 8 | <a href="${prevlink}" rel="prev">${messages("Newer posts")}</a> | ||
| 9 | </li> | ||
| 10 | %endif | ||
| 11 | %if nextlink: | ||
| 12 | <li class="next"> | ||
| 13 | <a href="${nextlink}" rel="next">${messages("Older posts")}</a> | ||
| 14 | </li> | ||
| 15 | %endif | ||
| 16 | </ul> | ||
| 17 | </nav> | ||
| 18 | %endif | ||
| 19 | </%def> | ||
| 20 | |||
| 21 | <%def name="mathjax_script(posts)"> | ||
| 22 | %if any(post.is_mathjax for post in posts): | ||
| 23 | <script type="text/x-mathjax-config"> | ||
| 24 | MathJax.Hub.Config({tex2jax: {inlineMath: [['$latex ','$'], ['\\(','\\)']]}});</script> | ||
| 25 | <script src="/assets/js/mathjax.js"></script> | ||
| 26 | %endif | ||
| 27 | </%def> | ||
| diff --git a/themes/erdgeist/templates/list_blogposts.tmpl b/themes/erdgeist/templates/list_blogposts.tmpl new file mode 100644 index 0000000..093d520 --- /dev/null +++ b/themes/erdgeist/templates/list_blogposts.tmpl | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%block name="content"> | ||
| 3 | <!-- Begin post-list ${post_list_id} --> | ||
| 4 | |||
| 5 | <script> | ||
| 6 | function toggleClass(id) { | ||
| 7 | var node = document.getElementById("post-body-"+id); | ||
| 8 | var node2 = document.getElementById("showfull-"+id); | ||
| 9 | var nc = node.className.replace(/ full$/, ''); | ||
| 10 | if( node.className != nc ) { | ||
| 11 | node.className = nc; | ||
| 12 | node2.className="glyphicon glyphicon-chevron-up"; | ||
| 13 | } else { | ||
| 14 | node.className += ' full'; | ||
| 15 | node2.className="glyphicon glyphicon-chevron-down"; | ||
| 16 | } | ||
| 17 | } | ||
| 18 | </script> | ||
| 19 | |||
| 20 | |||
| 21 | <div id="${post_list_id}" class="post-list"> | ||
| 22 | %if posts: | ||
| 23 | <ul class="post-list list-unstyled"> | ||
| 24 | % for post in posts: | ||
| 25 | <li class="post-list-item"> | ||
| 26 | <div class="post-list-headline"> | ||
| 27 | <a href="${post.permalink()}"><div class="post-date">${post.formatted_date(date_format)}</div></a> | ||
| 28 | <div style="cursor: pointer" onclick="toggleClass(${loop.index})"> | ||
| 29 | <span class="glyphicon glyphicon-chevron-up" id="showfull-${loop.index}"></span><span>${post.title(lang)}</span> | ||
| 30 | </div> | ||
| 31 | </div> | ||
| 32 | <div class="post-body" id="post-body-${loop.index}"> | ||
| 33 | ${post.text( teaser_only = true, show_read_more_link = true) } | ||
| 34 | </div> | ||
| 35 | </li> | ||
| 36 | % endfor | ||
| 37 | </ul> | ||
| 38 | %endif | ||
| 39 | </div> | ||
| 40 | <!-- End post-list ${post_list_id} --> | ||
| 41 | </%block> | ||
| diff --git a/themes/erdgeist/templates/list_poetry.tmpl b/themes/erdgeist/templates/list_poetry.tmpl new file mode 100644 index 0000000..3bde503 --- /dev/null +++ b/themes/erdgeist/templates/list_poetry.tmpl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%block name="content"> | ||
| 3 | <!-- Begin post-list ${post_list_id} --> | ||
| 4 | <div id="${post_list_id}" class="post-list"> | ||
| 5 | %if posts: | ||
| 6 | <ul class="poetry-list multi-columns post-list list-unstyled"> | ||
| 7 | % for post in posts: | ||
| 8 | <li class="post-list-item"> | ||
| 9 | <a href="${post.permalink()}">${post.title(lang)}</a><div class="post-date">(${post.formatted_date('%b %Y')})</div> | ||
| 10 | </li> | ||
| 11 | % endfor | ||
| 12 | </ul> | ||
| 13 | %endif | ||
| 14 | </div> | ||
| 15 | <!-- End post-list ${post_list_id} --> | ||
| 16 | </%block> | ||
| diff --git a/themes/erdgeist/templates/list_projectnews.tmpl b/themes/erdgeist/templates/list_projectnews.tmpl new file mode 100644 index 0000000..abb515b --- /dev/null +++ b/themes/erdgeist/templates/list_projectnews.tmpl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%block name="content"> | ||
| 3 | <!-- Begin post-list ${post_list_id} --> | ||
| 4 | <div id="${post_list_id}" class="post-list"> | ||
| 5 | %if posts: | ||
| 6 | <ul class="poetry-list post-list list-unstyled"> | ||
| 7 | % for post in posts: | ||
| 8 | <li class="post-list-item"> | ||
| 9 | <div style="float:left; margin-right: .6em"><a href="${post.permalink()}">(${post.formatted_date('%Y-%m-%d')})</a></div> ${post.text(lang)} | ||
| 10 | </li> | ||
| 11 | % endfor | ||
| 12 | </ul> | ||
| 13 | %endif | ||
| 14 | </div> | ||
| 15 | <!-- End post-list ${post_list_id} --> | ||
| 16 | </%block> | ||
| diff --git a/themes/erdgeist/templates/list_projects.tmpl b/themes/erdgeist/templates/list_projects.tmpl new file mode 100644 index 0000000..b8d67b5 --- /dev/null +++ b/themes/erdgeist/templates/list_projects.tmpl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%block name="content"> | ||
| 3 | <!-- Begin post-list ${post_list_id} --> | ||
| 4 | <div id="${post_list_id}" class="post-list"> | ||
| 5 | %if posts: | ||
| 6 | <div class="post-list list-unstyled"> | ||
| 7 | % for post in posts: | ||
| 8 | <p class="post-list-item"> | ||
| 9 | <a href="${post.permalink()}">${post.title(lang)}</a> ${post.description()} | ||
| 10 | </p> | ||
| 11 | % endfor | ||
| 12 | </div> | ||
| 13 | %endif | ||
| 14 | </div> | ||
| 15 | <!-- End post-list ${post_list_id} --> | ||
| 16 | </%block> | ||
| diff --git a/themes/erdgeist/templates/post.tmpl b/themes/erdgeist/templates/post.tmpl new file mode 100644 index 0000000..c1a0ad7 --- /dev/null +++ b/themes/erdgeist/templates/post.tmpl | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%namespace name="helper" file="post_helper.tmpl"/> | ||
| 3 | <%namespace name="pheader" file="post_header.tmpl"/> | ||
| 4 | <%namespace name="comments" file="comments_helper.tmpl"/> | ||
| 5 | <%inherit file="base.tmpl"/> | ||
| 6 | |||
| 7 | <%block name="extra_head"> | ||
| 8 | ${parent.extra_head()} | ||
| 9 | % if post.meta('keywords'): | ||
| 10 | <meta name="keywords" content="${post.meta('keywords')|h}"> | ||
| 11 | % endif | ||
| 12 | %if post.description(): | ||
| 13 | <meta name="description" content="${post.description()}"> | ||
| 14 | %endif | ||
| 15 | <meta name="author" content="${post.author()}"> | ||
| 16 | %if post.prev_post: | ||
| 17 | <link rel="prev" href="${post.prev_post.permalink()}" title="${post.prev_post.title()|h}" type="text/html"> | ||
| 18 | %endif | ||
| 19 | %if post.next_post: | ||
| 20 | <link rel="next" href="${post.next_post.permalink()}" title="${post.next_post.title()|h}" type="text/html"> | ||
| 21 | %endif | ||
| 22 | % if post.is_draft: | ||
| 23 | <meta name="robots" content="noindex"> | ||
| 24 | % endif | ||
| 25 | ${helper.open_graph_metadata(post)} | ||
| 26 | ${helper.twitter_card_information(post)} | ||
| 27 | ${helper.meta_translations(post)} | ||
| 28 | </%block> | ||
| 29 | |||
| 30 | <%block name="content"> | ||
| 31 | <article class="col-md-9 col-lg-7 col-sm-12 post-${post.meta('type')} h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
| 32 | ${pheader.html_post_header()} | ||
| 33 | <div class="e-content entry-content" itemprop="articleBody text"> | ||
| 34 | ${post.text()} | ||
| 35 | </div> | ||
| 36 | <aside class="postpromonav"> | ||
| 37 | <nav> | ||
| 38 | ${helper.html_tags(post)} | ||
| 39 | ${helper.html_pager(post)} | ||
| 40 | </nav> | ||
| 41 | </aside> | ||
| 42 | % if not post.meta('nocomments') and site_has_comments: | ||
| 43 | <section class="comments"> | ||
| 44 | <h2>${messages("Comments")}</h2> | ||
| 45 | ${comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)} | ||
| 46 | </section> | ||
| 47 | % endif | ||
| 48 | ${helper.mathjax_script(post)} | ||
| 49 | </article> | ||
| 50 | ${comments.comment_link_script()} | ||
| 51 | </%block> | ||
| diff --git a/themes/erdgeist/templates/post_header.tmpl b/themes/erdgeist/templates/post_header.tmpl new file mode 100644 index 0000000..456c207 --- /dev/null +++ b/themes/erdgeist/templates/post_header.tmpl | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | ## -*- coding: utf-8 -*- | ||
| 2 | <%namespace name="helper" file="post_helper.tmpl"/> | ||
| 3 | <%namespace name="comments" file="comments_helper.tmpl"/> | ||
| 4 | |||
| 5 | <%def name="html_title()"> | ||
| 6 | %if title and not post.meta('hidetitle'): | ||
| 7 | <h1 class="p-name entry-title" itemprop="headline name">${post.title()|h} | ||
| 8 | % if post.meta('subtitle'): | ||
| 9 | – ${post.meta('subtitle')} | ||
| 10 | %endif | ||
| 11 | </h1> | ||
| 12 | %endif | ||
| 13 | </%def> | ||
| 14 | |||
| 15 | <%def name="html_translations(post)"> | ||
| 16 | % if len(post.translated_to) > 1: | ||
| 17 | <div class="metadata posttranslations translations"> | ||
| 18 | <h3 class="posttranslations-intro">${messages("Also available in:")}</h3> | ||
| 19 | % for langname in translations.keys(): | ||
| 20 | % if langname != lang and post.is_translation_available(langname): | ||
| 21 | <p><a href="${post.permalink(langname)}" rel="alternate" hreflang="${langname}">${messages("LANGUAGE", langname)}</a></p> | ||
| 22 | % endif | ||
| 23 | % endfor | ||
| 24 | </div> | ||
| 25 | % endif | ||
| 26 | </%def> | ||
| 27 | |||
| 28 | <%def name="html_sourcelink()"> | ||
| 29 | % if show_sourcelink: | ||
| 30 | <p class="sourceline"><a href="${post.source_link()}" id="sourcelink">${messages("Source")}</a></p> | ||
| 31 | % endif | ||
| 32 | </%def> | ||
| 33 | |||
| 34 | <%def name="html_post_header()"> | ||
| 35 | <header> | ||
| 36 | ${html_title()} | ||
| 37 | <div class="metadata"> | ||
| 38 | <p class="byline author vcard"><span class="byline-name fn">${post.author()}</span></p> | ||
| 39 | <p class="dateline"><a href="${post.permalink()}" rel="bookmark"><time class="published dt-published" datetime="${post.date.isoformat()}" itemprop="datePublished" title="${post.formatted_date(date_format)}">${post.formatted_date(date_format)}</time></a></p> | ||
| 40 | % if not post.meta('nocomments') and site_has_comments: | ||
| 41 | <p class="commentline">${comments.comment_link(post.permalink(), post._base_path)} | ||
| 42 | % endif | ||
| 43 | ${html_sourcelink()} | ||
| 44 | % if post.meta('link'): | ||
| 45 | <p><a href='${post.meta('link')}'>${messages("Original site")}</a></p> | ||
| 46 | % endif | ||
| 47 | %if post.description(): | ||
| 48 | <meta name="description" itemprop="description" content="${post.description()}"> | ||
| 49 | %endif | ||
| 50 | </div> | ||
| 51 | ${html_translations(post)} | ||
| 52 | </header> | ||
| 53 | </%def> | ||
