1.1 --- a/bootstrap-source/schrott/css_temp/bootstrap.css Sat Jan 18 12:34:36 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,7098 +0,0 @@
1.4 -/*!
1.5 - * Bootstrap v3.0.2 by @fat and @mdo
1.6 - * Copyright 2013 Twitter, Inc.
1.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
1.8 - *
1.9 - * Designed and built with all the love in the world by @mdo and @fat.
1.10 - */
1.11 -
1.12 -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
1.13 -
1.14 -article,
1.15 -aside,
1.16 -details,
1.17 -figcaption,
1.18 -figure,
1.19 -footer,
1.20 -header,
1.21 -hgroup,
1.22 -main,
1.23 -nav,
1.24 -section,
1.25 -summary {
1.26 - display: block;
1.27 -}
1.28 -
1.29 -audio,
1.30 -canvas,
1.31 -video {
1.32 - display: inline-block;
1.33 -}
1.34 -
1.35 -audio:not([controls]) {
1.36 - display: none;
1.37 - height: 0;
1.38 -}
1.39 -
1.40 -[hidden],
1.41 -template {
1.42 - display: none;
1.43 -}
1.44 -
1.45 -html {
1.46 - font-family: sans-serif;
1.47 - -webkit-text-size-adjust: 100%;
1.48 - -ms-text-size-adjust: 100%;
1.49 -}
1.50 -
1.51 -body {
1.52 - margin: 0;
1.53 -}
1.54 -
1.55 -a {
1.56 - background: transparent;
1.57 -}
1.58 -
1.59 -a:focus {
1.60 - outline: thin dotted;
1.61 -}
1.62 -
1.63 -a:active,
1.64 -a:hover {
1.65 - outline: 0;
1.66 -}
1.67 -
1.68 -h1 {
1.69 - margin: 0.67em 0;
1.70 - font-size: 2em;
1.71 -}
1.72 -
1.73 -abbr[title] {
1.74 - border-bottom: 1px dotted;
1.75 -}
1.76 -
1.77 -b,
1.78 -strong {
1.79 - font-weight: bold;
1.80 -}
1.81 -
1.82 -dfn {
1.83 - font-style: italic;
1.84 -}
1.85 -
1.86 -hr {
1.87 - height: 0;
1.88 - -moz-box-sizing: content-box;
1.89 - box-sizing: content-box;
1.90 -}
1.91 -
1.92 -mark {
1.93 - color: #000;
1.94 - background: #ff0;
1.95 -}
1.96 -
1.97 -code,
1.98 -kbd,
1.99 -pre,
1.100 -samp {
1.101 - font-family: monospace, serif;
1.102 - font-size: 1em;
1.103 -}
1.104 -
1.105 -pre {
1.106 - white-space: pre-wrap;
1.107 -}
1.108 -
1.109 -q {
1.110 - quotes: "\201C" "\201D" "\2018" "\2019";
1.111 -}
1.112 -
1.113 -small {
1.114 - font-size: 80%;
1.115 -}
1.116 -
1.117 -sub,
1.118 -sup {
1.119 - position: relative;
1.120 - font-size: 75%;
1.121 - line-height: 0;
1.122 - vertical-align: baseline;
1.123 -}
1.124 -
1.125 -sup {
1.126 - top: -0.5em;
1.127 -}
1.128 -
1.129 -sub {
1.130 - bottom: -0.25em;
1.131 -}
1.132 -
1.133 -img {
1.134 - border: 0;
1.135 -}
1.136 -
1.137 -svg:not(:root) {
1.138 - overflow: hidden;
1.139 -}
1.140 -
1.141 -figure {
1.142 - margin: 0;
1.143 -}
1.144 -
1.145 -fieldset {
1.146 - padding: 0.35em 0.625em 0.75em;
1.147 - margin: 0 2px;
1.148 - border: 1px solid #c0c0c0;
1.149 -}
1.150 -
1.151 -legend {
1.152 - padding: 0;
1.153 - border: 0;
1.154 -}
1.155 -
1.156 -button,
1.157 -input,
1.158 -select,
1.159 -textarea {
1.160 - margin: 0;
1.161 - font-family: inherit;
1.162 - font-size: 100%;
1.163 -}
1.164 -
1.165 -button,
1.166 -input {
1.167 - line-height: normal;
1.168 -}
1.169 -
1.170 -button,
1.171 -select {
1.172 - text-transform: none;
1.173 -}
1.174 -
1.175 -button,
1.176 -html input[type="button"],
1.177 -input[type="reset"],
1.178 -input[type="submit"] {
1.179 - cursor: pointer;
1.180 - -webkit-appearance: button;
1.181 -}
1.182 -
1.183 -button[disabled],
1.184 -html input[disabled] {
1.185 - cursor: default;
1.186 -}
1.187 -
1.188 -input[type="checkbox"],
1.189 -input[type="radio"] {
1.190 - padding: 0;
1.191 - box-sizing: border-box;
1.192 -}
1.193 -
1.194 -input[type="search"] {
1.195 - -webkit-box-sizing: content-box;
1.196 - -moz-box-sizing: content-box;
1.197 - box-sizing: content-box;
1.198 - -webkit-appearance: textfield;
1.199 -}
1.200 -
1.201 -input[type="search"]::-webkit-search-cancel-button,
1.202 -input[type="search"]::-webkit-search-decoration {
1.203 - -webkit-appearance: none;
1.204 -}
1.205 -
1.206 -button::-moz-focus-inner,
1.207 -input::-moz-focus-inner {
1.208 - padding: 0;
1.209 - border: 0;
1.210 -}
1.211 -
1.212 -textarea {
1.213 - overflow: auto;
1.214 - vertical-align: top;
1.215 -}
1.216 -
1.217 -table {
1.218 - border-collapse: collapse;
1.219 - border-spacing: 0;
1.220 -}
1.221 -
1.222 -@media print {
1.223 - * {
1.224 - color: #000 !important;
1.225 - text-shadow: none !important;
1.226 - background: transparent !important;
1.227 - box-shadow: none !important;
1.228 - }
1.229 - a,
1.230 - a:visited {
1.231 - text-decoration: underline;
1.232 - }
1.233 - a[href]:after {
1.234 - content: " (" attr(href) ")";
1.235 - }
1.236 - abbr[title]:after {
1.237 - content: " (" attr(title) ")";
1.238 - }
1.239 - a[href^="javascript:"]:after,
1.240 - a[href^="#"]:after {
1.241 - content: "";
1.242 - }
1.243 - pre,
1.244 - blockquote {
1.245 - border: 1px solid #999;
1.246 - page-break-inside: avoid;
1.247 - }
1.248 - thead {
1.249 - display: table-header-group;
1.250 - }
1.251 - tr,
1.252 - img {
1.253 - page-break-inside: avoid;
1.254 - }
1.255 - img {
1.256 - max-width: 100% !important;
1.257 - }
1.258 - @page {
1.259 - margin: 2cm .5cm;
1.260 - }
1.261 - p,
1.262 - h2,
1.263 - h3 {
1.264 - orphans: 3;
1.265 - widows: 3;
1.266 - }
1.267 - h2,
1.268 - h3 {
1.269 - page-break-after: avoid;
1.270 - }
1.271 - select {
1.272 - background: #fff !important;
1.273 - }
1.274 - .navbar {
1.275 - display: none;
1.276 - }
1.277 - .table td,
1.278 - .table th {
1.279 - background-color: #fff !important;
1.280 - }
1.281 - .btn > .caret,
1.282 - .dropup > .btn > .caret {
1.283 - border-top-color: #000 !important;
1.284 - }
1.285 - .label {
1.286 - border: 1px solid #000;
1.287 - }
1.288 - .table {
1.289 - border-collapse: collapse !important;
1.290 - }
1.291 - .table-bordered th,
1.292 - .table-bordered td {
1.293 - border: 1px solid #ddd !important;
1.294 - }
1.295 -}
1.296 -
1.297 -*,
1.298 -*:before,
1.299 -*:after {
1.300 - -webkit-box-sizing: border-box;
1.301 - -moz-box-sizing: border-box;
1.302 - box-sizing: border-box;
1.303 -}
1.304 -
1.305 -html {
1.306 - font-size: 62.5%;
1.307 - -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1.308 -}
1.309 -
1.310 -body {
1.311 - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1.312 - font-size: 14px;
1.313 - line-height: 1.428571429;
1.314 - color: #333333;
1.315 - background-color: #ffffff;
1.316 -}
1.317 -
1.318 -input,
1.319 -button,
1.320 -select,
1.321 -textarea {
1.322 - font-family: inherit;
1.323 - font-size: inherit;
1.324 - line-height: inherit;
1.325 -}
1.326 -
1.327 -a {
1.328 - color: #428bca;
1.329 - text-decoration: none;
1.330 -}
1.331 -
1.332 -a:hover,
1.333 -a:focus {
1.334 - color: #2a6496;
1.335 - text-decoration: underline;
1.336 -}
1.337 -
1.338 -a:focus {
1.339 - outline: thin dotted #333;
1.340 - outline: 5px auto -webkit-focus-ring-color;
1.341 - outline-offset: -2px;
1.342 -}
1.343 -
1.344 -img {
1.345 - vertical-align: middle;
1.346 -}
1.347 -
1.348 -.img-responsive {
1.349 - display: block;
1.350 - height: auto;
1.351 - max-width: 100%;
1.352 -}
1.353 -
1.354 -.img-rounded {
1.355 - border-radius: 6px;
1.356 -}
1.357 -
1.358 -.img-thumbnail {
1.359 - display: inline-block;
1.360 - height: auto;
1.361 - max-width: 100%;
1.362 - padding: 4px;
1.363 - line-height: 1.428571429;
1.364 - background-color: #ffffff;
1.365 - border: 1px solid #dddddd;
1.366 - border-radius: 4px;
1.367 - -webkit-transition: all 0.2s ease-in-out;
1.368 - transition: all 0.2s ease-in-out;
1.369 -}
1.370 -
1.371 -.img-circle {
1.372 - border-radius: 50%;
1.373 -}
1.374 -
1.375 -hr {
1.376 - margin-top: 20px;
1.377 - margin-bottom: 20px;
1.378 - border: 0;
1.379 - border-top: 1px solid #eeeeee;
1.380 -}
1.381 -
1.382 -.sr-only {
1.383 - position: absolute;
1.384 - width: 1px;
1.385 - height: 1px;
1.386 - padding: 0;
1.387 - margin: -1px;
1.388 - overflow: hidden;
1.389 - clip: rect(0, 0, 0, 0);
1.390 - border: 0;
1.391 -}
1.392 -
1.393 -p {
1.394 - margin: 0 0 10px;
1.395 -}
1.396 -
1.397 -.lead {
1.398 - margin-bottom: 20px;
1.399 - font-size: 16px;
1.400 - font-weight: 200;
1.401 - line-height: 1.4;
1.402 -}
1.403 -
1.404 -@media (min-width: 768px) {
1.405 - .lead {
1.406 - font-size: 21px;
1.407 - }
1.408 -}
1.409 -
1.410 -small,
1.411 -.small {
1.412 - font-size: 85%;
1.413 -}
1.414 -
1.415 -cite {
1.416 - font-style: normal;
1.417 -}
1.418 -
1.419 -.text-muted {
1.420 - color: #999999;
1.421 -}
1.422 -
1.423 -.text-primary {
1.424 - color: #428bca;
1.425 -}
1.426 -
1.427 -.text-primary:hover {
1.428 - color: #3071a9;
1.429 -}
1.430 -
1.431 -.text-warning {
1.432 - color: #c09853;
1.433 -}
1.434 -
1.435 -.text-warning:hover {
1.436 - color: #a47e3c;
1.437 -}
1.438 -
1.439 -.text-danger {
1.440 - color: #b94a48;
1.441 -}
1.442 -
1.443 -.text-danger:hover {
1.444 - color: #953b39;
1.445 -}
1.446 -
1.447 -.text-success {
1.448 - color: #468847;
1.449 -}
1.450 -
1.451 -.text-success:hover {
1.452 - color: #356635;
1.453 -}
1.454 -
1.455 -.text-info {
1.456 - color: #3a87ad;
1.457 -}
1.458 -
1.459 -.text-info:hover {
1.460 - color: #2d6987;
1.461 -}
1.462 -
1.463 -.text-left {
1.464 - text-align: left;
1.465 -}
1.466 -
1.467 -.text-right {
1.468 - text-align: right;
1.469 -}
1.470 -
1.471 -.text-center {
1.472 - text-align: center;
1.473 -}
1.474 -
1.475 -h1,
1.476 -h2,
1.477 -h3,
1.478 -h4,
1.479 -h5,
1.480 -h6,
1.481 -.h1,
1.482 -.h2,
1.483 -.h3,
1.484 -.h4,
1.485 -.h5,
1.486 -.h6 {
1.487 - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1.488 - font-weight: 500;
1.489 - line-height: 1.1;
1.490 - color: inherit;
1.491 -}
1.492 -
1.493 -h1 small,
1.494 -h2 small,
1.495 -h3 small,
1.496 -h4 small,
1.497 -h5 small,
1.498 -h6 small,
1.499 -.h1 small,
1.500 -.h2 small,
1.501 -.h3 small,
1.502 -.h4 small,
1.503 -.h5 small,
1.504 -.h6 small,
1.505 -h1 .small,
1.506 -h2 .small,
1.507 -h3 .small,
1.508 -h4 .small,
1.509 -h5 .small,
1.510 -h6 .small,
1.511 -.h1 .small,
1.512 -.h2 .small,
1.513 -.h3 .small,
1.514 -.h4 .small,
1.515 -.h5 .small,
1.516 -.h6 .small {
1.517 - font-weight: normal;
1.518 - line-height: 1;
1.519 - color: #999999;
1.520 -}
1.521 -
1.522 -h1,
1.523 -h2,
1.524 -h3 {
1.525 - margin-top: 20px;
1.526 - margin-bottom: 10px;
1.527 -}
1.528 -
1.529 -h1 small,
1.530 -h2 small,
1.531 -h3 small,
1.532 -h1 .small,
1.533 -h2 .small,
1.534 -h3 .small {
1.535 - font-size: 65%;
1.536 -}
1.537 -
1.538 -h4,
1.539 -h5,
1.540 -h6 {
1.541 - margin-top: 10px;
1.542 - margin-bottom: 10px;
1.543 -}
1.544 -
1.545 -h4 small,
1.546 -h5 small,
1.547 -h6 small,
1.548 -h4 .small,
1.549 -h5 .small,
1.550 -h6 .small {
1.551 - font-size: 75%;
1.552 -}
1.553 -
1.554 -h1,
1.555 -.h1 {
1.556 - font-size: 36px;
1.557 -}
1.558 -
1.559 -h2,
1.560 -.h2 {
1.561 - font-size: 30px;
1.562 -}
1.563 -
1.564 -h3,
1.565 -.h3 {
1.566 - font-size: 24px;
1.567 -}
1.568 -
1.569 -h4,
1.570 -.h4 {
1.571 - font-size: 18px;
1.572 -}
1.573 -
1.574 -h5,
1.575 -.h5 {
1.576 - font-size: 14px;
1.577 -}
1.578 -
1.579 -h6,
1.580 -.h6 {
1.581 - font-size: 12px;
1.582 -}
1.583 -
1.584 -.page-header {
1.585 - padding-bottom: 9px;
1.586 - margin: 40px 0 20px;
1.587 - border-bottom: 1px solid #eeeeee;
1.588 -}
1.589 -
1.590 -ul,
1.591 -ol {
1.592 - margin-top: 0;
1.593 - margin-bottom: 10px;
1.594 -}
1.595 -
1.596 -ul ul,
1.597 -ol ul,
1.598 -ul ol,
1.599 -ol ol {
1.600 - margin-bottom: 0;
1.601 -}
1.602 -
1.603 -.list-unstyled {
1.604 - padding-left: 0;
1.605 - list-style: none;
1.606 -}
1.607 -
1.608 -.list-inline {
1.609 - padding-left: 0;
1.610 - list-style: none;
1.611 -}
1.612 -
1.613 -.list-inline > li {
1.614 - display: inline-block;
1.615 - padding-right: 5px;
1.616 - padding-left: 5px;
1.617 -}
1.618 -
1.619 -.list-inline > li:first-child {
1.620 - padding-left: 0;
1.621 -}
1.622 -
1.623 -dl {
1.624 - margin-bottom: 20px;
1.625 -}
1.626 -
1.627 -dt,
1.628 -dd {
1.629 - line-height: 1.428571429;
1.630 -}
1.631 -
1.632 -dt {
1.633 - font-weight: bold;
1.634 -}
1.635 -
1.636 -dd {
1.637 - margin-left: 0;
1.638 -}
1.639 -
1.640 -@media (min-width: 768px) {
1.641 - .dl-horizontal dt {
1.642 - float: left;
1.643 - width: 160px;
1.644 - overflow: hidden;
1.645 - clear: left;
1.646 - text-align: right;
1.647 - text-overflow: ellipsis;
1.648 - white-space: nowrap;
1.649 - }
1.650 - .dl-horizontal dd {
1.651 - margin-left: 180px;
1.652 - }
1.653 - .dl-horizontal dd:before,
1.654 - .dl-horizontal dd:after {
1.655 - display: table;
1.656 - content: " ";
1.657 - }
1.658 - .dl-horizontal dd:after {
1.659 - clear: both;
1.660 - }
1.661 - .dl-horizontal dd:before,
1.662 - .dl-horizontal dd:after {
1.663 - display: table;
1.664 - content: " ";
1.665 - }
1.666 - .dl-horizontal dd:after {
1.667 - clear: both;
1.668 - }
1.669 -}
1.670 -
1.671 -abbr[title],
1.672 -abbr[data-original-title] {
1.673 - cursor: help;
1.674 - border-bottom: 1px dotted #999999;
1.675 -}
1.676 -
1.677 -abbr.initialism {
1.678 - font-size: 90%;
1.679 - text-transform: uppercase;
1.680 -}
1.681 -
1.682 -blockquote {
1.683 - padding: 10px 20px;
1.684 - margin: 0 0 20px;
1.685 - border-left: 5px solid #eeeeee;
1.686 -}
1.687 -
1.688 -blockquote p {
1.689 - font-size: 17.5px;
1.690 - font-weight: 300;
1.691 - line-height: 1.25;
1.692 -}
1.693 -
1.694 -blockquote p:last-child {
1.695 - margin-bottom: 0;
1.696 -}
1.697 -
1.698 -blockquote small {
1.699 - display: block;
1.700 - line-height: 1.428571429;
1.701 - color: #999999;
1.702 -}
1.703 -
1.704 -blockquote small:before {
1.705 - content: '\2014 \00A0';
1.706 -}
1.707 -
1.708 -blockquote.pull-right {
1.709 - padding-right: 15px;
1.710 - padding-left: 0;
1.711 - border-right: 5px solid #eeeeee;
1.712 - border-left: 0;
1.713 -}
1.714 -
1.715 -blockquote.pull-right p,
1.716 -blockquote.pull-right small,
1.717 -blockquote.pull-right .small {
1.718 - text-align: right;
1.719 -}
1.720 -
1.721 -blockquote.pull-right small:before,
1.722 -blockquote.pull-right .small:before {
1.723 - content: '';
1.724 -}
1.725 -
1.726 -blockquote.pull-right small:after,
1.727 -blockquote.pull-right .small:after {
1.728 - content: '\00A0 \2014';
1.729 -}
1.730 -
1.731 -blockquote:before,
1.732 -blockquote:after {
1.733 - content: "";
1.734 -}
1.735 -
1.736 -address {
1.737 - margin-bottom: 20px;
1.738 - font-style: normal;
1.739 - line-height: 1.428571429;
1.740 -}
1.741 -
1.742 -code,
1.743 -kbd,
1.744 -pre,
1.745 -samp {
1.746 - font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
1.747 -}
1.748 -
1.749 -code {
1.750 - padding: 2px 4px;
1.751 - font-size: 90%;
1.752 - color: #c7254e;
1.753 - white-space: nowrap;
1.754 - background-color: #f9f2f4;
1.755 - border-radius: 4px;
1.756 -}
1.757 -
1.758 -pre {
1.759 - display: block;
1.760 - padding: 9.5px;
1.761 - margin: 0 0 10px;
1.762 - font-size: 13px;
1.763 - line-height: 1.428571429;
1.764 - color: #333333;
1.765 - word-break: break-all;
1.766 - word-wrap: break-word;
1.767 - background-color: #f5f5f5;
1.768 - border: 1px solid #cccccc;
1.769 - border-radius: 4px;
1.770 -}
1.771 -
1.772 -pre code {
1.773 - padding: 0;
1.774 - font-size: inherit;
1.775 - color: inherit;
1.776 - white-space: pre-wrap;
1.777 - background-color: transparent;
1.778 - border-radius: 0;
1.779 -}
1.780 -
1.781 -.pre-scrollable {
1.782 - max-height: 340px;
1.783 - overflow-y: scroll;
1.784 -}
1.785 -
1.786 -.container {
1.787 - padding-right: 15px;
1.788 - padding-left: 15px;
1.789 - margin-right: auto;
1.790 - margin-left: auto;
1.791 -}
1.792 -
1.793 -.container:before,
1.794 -.container:after {
1.795 - display: table;
1.796 - content: " ";
1.797 -}
1.798 -
1.799 -.container:after {
1.800 - clear: both;
1.801 -}
1.802 -
1.803 -.container:before,
1.804 -.container:after {
1.805 - display: table;
1.806 - content: " ";
1.807 -}
1.808 -
1.809 -.container:after {
1.810 - clear: both;
1.811 -}
1.812 -
1.813 -.row {
1.814 - margin-right: -15px;
1.815 - margin-left: -15px;
1.816 -}
1.817 -
1.818 -.row:before,
1.819 -.row:after {
1.820 - display: table;
1.821 - content: " ";
1.822 -}
1.823 -
1.824 -.row:after {
1.825 - clear: both;
1.826 -}
1.827 -
1.828 -.row:before,
1.829 -.row:after {
1.830 - display: table;
1.831 - content: " ";
1.832 -}
1.833 -
1.834 -.row:after {
1.835 - clear: both;
1.836 -}
1.837 -
1.838 -.col-xs-1,
1.839 -.col-sm-1,
1.840 -.col-md-1,
1.841 -.col-lg-1,
1.842 -.col-xs-2,
1.843 -.col-sm-2,
1.844 -.col-md-2,
1.845 -.col-lg-2,
1.846 -.col-xs-3,
1.847 -.col-sm-3,
1.848 -.col-md-3,
1.849 -.col-lg-3,
1.850 -.col-xs-4,
1.851 -.col-sm-4,
1.852 -.col-md-4,
1.853 -.col-lg-4,
1.854 -.col-xs-5,
1.855 -.col-sm-5,
1.856 -.col-md-5,
1.857 -.col-lg-5,
1.858 -.col-xs-6,
1.859 -.col-sm-6,
1.860 -.col-md-6,
1.861 -.col-lg-6,
1.862 -.col-xs-7,
1.863 -.col-sm-7,
1.864 -.col-md-7,
1.865 -.col-lg-7,
1.866 -.col-xs-8,
1.867 -.col-sm-8,
1.868 -.col-md-8,
1.869 -.col-lg-8,
1.870 -.col-xs-9,
1.871 -.col-sm-9,
1.872 -.col-md-9,
1.873 -.col-lg-9,
1.874 -.col-xs-10,
1.875 -.col-sm-10,
1.876 -.col-md-10,
1.877 -.col-lg-10,
1.878 -.col-xs-11,
1.879 -.col-sm-11,
1.880 -.col-md-11,
1.881 -.col-lg-11,
1.882 -.col-xs-12,
1.883 -.col-sm-12,
1.884 -.col-md-12,
1.885 -.col-lg-12 {
1.886 - position: relative;
1.887 - min-height: 1px;
1.888 - padding-right: 15px;
1.889 - padding-left: 15px;
1.890 -}
1.891 -
1.892 -.col-xs-1,
1.893 -.col-xs-2,
1.894 -.col-xs-3,
1.895 -.col-xs-4,
1.896 -.col-xs-5,
1.897 -.col-xs-6,
1.898 -.col-xs-7,
1.899 -.col-xs-8,
1.900 -.col-xs-9,
1.901 -.col-xs-10,
1.902 -.col-xs-11 {
1.903 - float: left;
1.904 -}
1.905 -
1.906 -.col-xs-12 {
1.907 - width: 100%;
1.908 -}
1.909 -
1.910 -.col-xs-11 {
1.911 - width: 91.66666666666666%;
1.912 -}
1.913 -
1.914 -.col-xs-10 {
1.915 - width: 83.33333333333334%;
1.916 -}
1.917 -
1.918 -.col-xs-9 {
1.919 - width: 75%;
1.920 -}
1.921 -
1.922 -.col-xs-8 {
1.923 - width: 66.66666666666666%;
1.924 -}
1.925 -
1.926 -.col-xs-7 {
1.927 - width: 58.333333333333336%;
1.928 -}
1.929 -
1.930 -.col-xs-6 {
1.931 - width: 50%;
1.932 -}
1.933 -
1.934 -.col-xs-5 {
1.935 - width: 41.66666666666667%;
1.936 -}
1.937 -
1.938 -.col-xs-4 {
1.939 - width: 33.33333333333333%;
1.940 -}
1.941 -
1.942 -.col-xs-3 {
1.943 - width: 25%;
1.944 -}
1.945 -
1.946 -.col-xs-2 {
1.947 - width: 16.666666666666664%;
1.948 -}
1.949 -
1.950 -.col-xs-1 {
1.951 - width: 8.333333333333332%;
1.952 -}
1.953 -
1.954 -.col-xs-pull-12 {
1.955 - right: 100%;
1.956 -}
1.957 -
1.958 -.col-xs-pull-11 {
1.959 - right: 91.66666666666666%;
1.960 -}
1.961 -
1.962 -.col-xs-pull-10 {
1.963 - right: 83.33333333333334%;
1.964 -}
1.965 -
1.966 -.col-xs-pull-9 {
1.967 - right: 75%;
1.968 -}
1.969 -
1.970 -.col-xs-pull-8 {
1.971 - right: 66.66666666666666%;
1.972 -}
1.973 -
1.974 -.col-xs-pull-7 {
1.975 - right: 58.333333333333336%;
1.976 -}
1.977 -
1.978 -.col-xs-pull-6 {
1.979 - right: 50%;
1.980 -}
1.981 -
1.982 -.col-xs-pull-5 {
1.983 - right: 41.66666666666667%;
1.984 -}
1.985 -
1.986 -.col-xs-pull-4 {
1.987 - right: 33.33333333333333%;
1.988 -}
1.989 -
1.990 -.col-xs-pull-3 {
1.991 - right: 25%;
1.992 -}
1.993 -
1.994 -.col-xs-pull-2 {
1.995 - right: 16.666666666666664%;
1.996 -}
1.997 -
1.998 -.col-xs-pull-1 {
1.999 - right: 8.333333333333332%;
1.1000 -}
1.1001 -
1.1002 -.col-xs-pull-0 {
1.1003 - right: 0;
1.1004 -}
1.1005 -
1.1006 -.col-xs-push-12 {
1.1007 - left: 100%;
1.1008 -}
1.1009 -
1.1010 -.col-xs-push-11 {
1.1011 - left: 91.66666666666666%;
1.1012 -}
1.1013 -
1.1014 -.col-xs-push-10 {
1.1015 - left: 83.33333333333334%;
1.1016 -}
1.1017 -
1.1018 -.col-xs-push-9 {
1.1019 - left: 75%;
1.1020 -}
1.1021 -
1.1022 -.col-xs-push-8 {
1.1023 - left: 66.66666666666666%;
1.1024 -}
1.1025 -
1.1026 -.col-xs-push-7 {
1.1027 - left: 58.333333333333336%;
1.1028 -}
1.1029 -
1.1030 -.col-xs-push-6 {
1.1031 - left: 50%;
1.1032 -}
1.1033 -
1.1034 -.col-xs-push-5 {
1.1035 - left: 41.66666666666667%;
1.1036 -}
1.1037 -
1.1038 -.col-xs-push-4 {
1.1039 - left: 33.33333333333333%;
1.1040 -}
1.1041 -
1.1042 -.col-xs-push-3 {
1.1043 - left: 25%;
1.1044 -}
1.1045 -
1.1046 -.col-xs-push-2 {
1.1047 - left: 16.666666666666664%;
1.1048 -}
1.1049 -
1.1050 -.col-xs-push-1 {
1.1051 - left: 8.333333333333332%;
1.1052 -}
1.1053 -
1.1054 -.col-xs-push-0 {
1.1055 - left: 0;
1.1056 -}
1.1057 -
1.1058 -.col-xs-offset-12 {
1.1059 - margin-left: 100%;
1.1060 -}
1.1061 -
1.1062 -.col-xs-offset-11 {
1.1063 - margin-left: 91.66666666666666%;
1.1064 -}
1.1065 -
1.1066 -.col-xs-offset-10 {
1.1067 - margin-left: 83.33333333333334%;
1.1068 -}
1.1069 -
1.1070 -.col-xs-offset-9 {
1.1071 - margin-left: 75%;
1.1072 -}
1.1073 -
1.1074 -.col-xs-offset-8 {
1.1075 - margin-left: 66.66666666666666%;
1.1076 -}
1.1077 -
1.1078 -.col-xs-offset-7 {
1.1079 - margin-left: 58.333333333333336%;
1.1080 -}
1.1081 -
1.1082 -.col-xs-offset-6 {
1.1083 - margin-left: 50%;
1.1084 -}
1.1085 -
1.1086 -.col-xs-offset-5 {
1.1087 - margin-left: 41.66666666666667%;
1.1088 -}
1.1089 -
1.1090 -.col-xs-offset-4 {
1.1091 - margin-left: 33.33333333333333%;
1.1092 -}
1.1093 -
1.1094 -.col-xs-offset-3 {
1.1095 - margin-left: 25%;
1.1096 -}
1.1097 -
1.1098 -.col-xs-offset-2 {
1.1099 - margin-left: 16.666666666666664%;
1.1100 -}
1.1101 -
1.1102 -.col-xs-offset-1 {
1.1103 - margin-left: 8.333333333333332%;
1.1104 -}
1.1105 -
1.1106 -.col-xs-offset-0 {
1.1107 - margin-left: 0;
1.1108 -}
1.1109 -
1.1110 -@media (min-width: 768px) {
1.1111 - .container {
1.1112 - width: 750px;
1.1113 - }
1.1114 - .col-sm-1,
1.1115 - .col-sm-2,
1.1116 - .col-sm-3,
1.1117 - .col-sm-4,
1.1118 - .col-sm-5,
1.1119 - .col-sm-6,
1.1120 - .col-sm-7,
1.1121 - .col-sm-8,
1.1122 - .col-sm-9,
1.1123 - .col-sm-10,
1.1124 - .col-sm-11 {
1.1125 - float: left;
1.1126 - }
1.1127 - .col-sm-12 {
1.1128 - width: 100%;
1.1129 - }
1.1130 - .col-sm-11 {
1.1131 - width: 91.66666666666666%;
1.1132 - }
1.1133 - .col-sm-10 {
1.1134 - width: 83.33333333333334%;
1.1135 - }
1.1136 - .col-sm-9 {
1.1137 - width: 75%;
1.1138 - }
1.1139 - .col-sm-8 {
1.1140 - width: 66.66666666666666%;
1.1141 - }
1.1142 - .col-sm-7 {
1.1143 - width: 58.333333333333336%;
1.1144 - }
1.1145 - .col-sm-6 {
1.1146 - width: 50%;
1.1147 - }
1.1148 - .col-sm-5 {
1.1149 - width: 41.66666666666667%;
1.1150 - }
1.1151 - .col-sm-4 {
1.1152 - width: 33.33333333333333%;
1.1153 - }
1.1154 - .col-sm-3 {
1.1155 - width: 25%;
1.1156 - }
1.1157 - .col-sm-2 {
1.1158 - width: 16.666666666666664%;
1.1159 - }
1.1160 - .col-sm-1 {
1.1161 - width: 8.333333333333332%;
1.1162 - }
1.1163 - .col-sm-pull-12 {
1.1164 - right: 100%;
1.1165 - }
1.1166 - .col-sm-pull-11 {
1.1167 - right: 91.66666666666666%;
1.1168 - }
1.1169 - .col-sm-pull-10 {
1.1170 - right: 83.33333333333334%;
1.1171 - }
1.1172 - .col-sm-pull-9 {
1.1173 - right: 75%;
1.1174 - }
1.1175 - .col-sm-pull-8 {
1.1176 - right: 66.66666666666666%;
1.1177 - }
1.1178 - .col-sm-pull-7 {
1.1179 - right: 58.333333333333336%;
1.1180 - }
1.1181 - .col-sm-pull-6 {
1.1182 - right: 50%;
1.1183 - }
1.1184 - .col-sm-pull-5 {
1.1185 - right: 41.66666666666667%;
1.1186 - }
1.1187 - .col-sm-pull-4 {
1.1188 - right: 33.33333333333333%;
1.1189 - }
1.1190 - .col-sm-pull-3 {
1.1191 - right: 25%;
1.1192 - }
1.1193 - .col-sm-pull-2 {
1.1194 - right: 16.666666666666664%;
1.1195 - }
1.1196 - .col-sm-pull-1 {
1.1197 - right: 8.333333333333332%;
1.1198 - }
1.1199 - .col-sm-pull-0 {
1.1200 - right: 0;
1.1201 - }
1.1202 - .col-sm-push-12 {
1.1203 - left: 100%;
1.1204 - }
1.1205 - .col-sm-push-11 {
1.1206 - left: 91.66666666666666%;
1.1207 - }
1.1208 - .col-sm-push-10 {
1.1209 - left: 83.33333333333334%;
1.1210 - }
1.1211 - .col-sm-push-9 {
1.1212 - left: 75%;
1.1213 - }
1.1214 - .col-sm-push-8 {
1.1215 - left: 66.66666666666666%;
1.1216 - }
1.1217 - .col-sm-push-7 {
1.1218 - left: 58.333333333333336%;
1.1219 - }
1.1220 - .col-sm-push-6 {
1.1221 - left: 50%;
1.1222 - }
1.1223 - .col-sm-push-5 {
1.1224 - left: 41.66666666666667%;
1.1225 - }
1.1226 - .col-sm-push-4 {
1.1227 - left: 33.33333333333333%;
1.1228 - }
1.1229 - .col-sm-push-3 {
1.1230 - left: 25%;
1.1231 - }
1.1232 - .col-sm-push-2 {
1.1233 - left: 16.666666666666664%;
1.1234 - }
1.1235 - .col-sm-push-1 {
1.1236 - left: 8.333333333333332%;
1.1237 - }
1.1238 - .col-sm-push-0 {
1.1239 - left: 0;
1.1240 - }
1.1241 - .col-sm-offset-12 {
1.1242 - margin-left: 100%;
1.1243 - }
1.1244 - .col-sm-offset-11 {
1.1245 - margin-left: 91.66666666666666%;
1.1246 - }
1.1247 - .col-sm-offset-10 {
1.1248 - margin-left: 83.33333333333334%;
1.1249 - }
1.1250 - .col-sm-offset-9 {
1.1251 - margin-left: 75%;
1.1252 - }
1.1253 - .col-sm-offset-8 {
1.1254 - margin-left: 66.66666666666666%;
1.1255 - }
1.1256 - .col-sm-offset-7 {
1.1257 - margin-left: 58.333333333333336%;
1.1258 - }
1.1259 - .col-sm-offset-6 {
1.1260 - margin-left: 50%;
1.1261 - }
1.1262 - .col-sm-offset-5 {
1.1263 - margin-left: 41.66666666666667%;
1.1264 - }
1.1265 - .col-sm-offset-4 {
1.1266 - margin-left: 33.33333333333333%;
1.1267 - }
1.1268 - .col-sm-offset-3 {
1.1269 - margin-left: 25%;
1.1270 - }
1.1271 - .col-sm-offset-2 {
1.1272 - margin-left: 16.666666666666664%;
1.1273 - }
1.1274 - .col-sm-offset-1 {
1.1275 - margin-left: 8.333333333333332%;
1.1276 - }
1.1277 - .col-sm-offset-0 {
1.1278 - margin-left: 0;
1.1279 - }
1.1280 -}
1.1281 -
1.1282 -@media (min-width: 992px) {
1.1283 - .container {
1.1284 - width: 970px;
1.1285 - }
1.1286 - .col-md-1,
1.1287 - .col-md-2,
1.1288 - .col-md-3,
1.1289 - .col-md-4,
1.1290 - .col-md-5,
1.1291 - .col-md-6,
1.1292 - .col-md-7,
1.1293 - .col-md-8,
1.1294 - .col-md-9,
1.1295 - .col-md-10,
1.1296 - .col-md-11 {
1.1297 - float: left;
1.1298 - }
1.1299 - .col-md-12 {
1.1300 - width: 100%;
1.1301 - }
1.1302 - .col-md-11 {
1.1303 - width: 91.66666666666666%;
1.1304 - }
1.1305 - .col-md-10 {
1.1306 - width: 83.33333333333334%;
1.1307 - }
1.1308 - .col-md-9 {
1.1309 - width: 75%;
1.1310 - }
1.1311 - .col-md-8 {
1.1312 - width: 66.66666666666666%;
1.1313 - }
1.1314 - .col-md-7 {
1.1315 - width: 58.333333333333336%;
1.1316 - }
1.1317 - .col-md-6 {
1.1318 - width: 50%;
1.1319 - }
1.1320 - .col-md-5 {
1.1321 - width: 41.66666666666667%;
1.1322 - }
1.1323 - .col-md-4 {
1.1324 - width: 33.33333333333333%;
1.1325 - }
1.1326 - .col-md-3 {
1.1327 - width: 25%;
1.1328 - }
1.1329 - .col-md-2 {
1.1330 - width: 16.666666666666664%;
1.1331 - }
1.1332 - .col-md-1 {
1.1333 - width: 8.333333333333332%;
1.1334 - }
1.1335 - .col-md-pull-12 {
1.1336 - right: 100%;
1.1337 - }
1.1338 - .col-md-pull-11 {
1.1339 - right: 91.66666666666666%;
1.1340 - }
1.1341 - .col-md-pull-10 {
1.1342 - right: 83.33333333333334%;
1.1343 - }
1.1344 - .col-md-pull-9 {
1.1345 - right: 75%;
1.1346 - }
1.1347 - .col-md-pull-8 {
1.1348 - right: 66.66666666666666%;
1.1349 - }
1.1350 - .col-md-pull-7 {
1.1351 - right: 58.333333333333336%;
1.1352 - }
1.1353 - .col-md-pull-6 {
1.1354 - right: 50%;
1.1355 - }
1.1356 - .col-md-pull-5 {
1.1357 - right: 41.66666666666667%;
1.1358 - }
1.1359 - .col-md-pull-4 {
1.1360 - right: 33.33333333333333%;
1.1361 - }
1.1362 - .col-md-pull-3 {
1.1363 - right: 25%;
1.1364 - }
1.1365 - .col-md-pull-2 {
1.1366 - right: 16.666666666666664%;
1.1367 - }
1.1368 - .col-md-pull-1 {
1.1369 - right: 8.333333333333332%;
1.1370 - }
1.1371 - .col-md-pull-0 {
1.1372 - right: 0;
1.1373 - }
1.1374 - .col-md-push-12 {
1.1375 - left: 100%;
1.1376 - }
1.1377 - .col-md-push-11 {
1.1378 - left: 91.66666666666666%;
1.1379 - }
1.1380 - .col-md-push-10 {
1.1381 - left: 83.33333333333334%;
1.1382 - }
1.1383 - .col-md-push-9 {
1.1384 - left: 75%;
1.1385 - }
1.1386 - .col-md-push-8 {
1.1387 - left: 66.66666666666666%;
1.1388 - }
1.1389 - .col-md-push-7 {
1.1390 - left: 58.333333333333336%;
1.1391 - }
1.1392 - .col-md-push-6 {
1.1393 - left: 50%;
1.1394 - }
1.1395 - .col-md-push-5 {
1.1396 - left: 41.66666666666667%;
1.1397 - }
1.1398 - .col-md-push-4 {
1.1399 - left: 33.33333333333333%;
1.1400 - }
1.1401 - .col-md-push-3 {
1.1402 - left: 25%;
1.1403 - }
1.1404 - .col-md-push-2 {
1.1405 - left: 16.666666666666664%;
1.1406 - }
1.1407 - .col-md-push-1 {
1.1408 - left: 8.333333333333332%;
1.1409 - }
1.1410 - .col-md-push-0 {
1.1411 - left: 0;
1.1412 - }
1.1413 - .col-md-offset-12 {
1.1414 - margin-left: 100%;
1.1415 - }
1.1416 - .col-md-offset-11 {
1.1417 - margin-left: 91.66666666666666%;
1.1418 - }
1.1419 - .col-md-offset-10 {
1.1420 - margin-left: 83.33333333333334%;
1.1421 - }
1.1422 - .col-md-offset-9 {
1.1423 - margin-left: 75%;
1.1424 - }
1.1425 - .col-md-offset-8 {
1.1426 - margin-left: 66.66666666666666%;
1.1427 - }
1.1428 - .col-md-offset-7 {
1.1429 - margin-left: 58.333333333333336%;
1.1430 - }
1.1431 - .col-md-offset-6 {
1.1432 - margin-left: 50%;
1.1433 - }
1.1434 - .col-md-offset-5 {
1.1435 - margin-left: 41.66666666666667%;
1.1436 - }
1.1437 - .col-md-offset-4 {
1.1438 - margin-left: 33.33333333333333%;
1.1439 - }
1.1440 - .col-md-offset-3 {
1.1441 - margin-left: 25%;
1.1442 - }
1.1443 - .col-md-offset-2 {
1.1444 - margin-left: 16.666666666666664%;
1.1445 - }
1.1446 - .col-md-offset-1 {
1.1447 - margin-left: 8.333333333333332%;
1.1448 - }
1.1449 - .col-md-offset-0 {
1.1450 - margin-left: 0;
1.1451 - }
1.1452 -}
1.1453 -
1.1454 -@media (min-width: 1200px) {
1.1455 - .container {
1.1456 - width: 1170px;
1.1457 - }
1.1458 - .col-lg-1,
1.1459 - .col-lg-2,
1.1460 - .col-lg-3,
1.1461 - .col-lg-4,
1.1462 - .col-lg-5,
1.1463 - .col-lg-6,
1.1464 - .col-lg-7,
1.1465 - .col-lg-8,
1.1466 - .col-lg-9,
1.1467 - .col-lg-10,
1.1468 - .col-lg-11 {
1.1469 - float: left;
1.1470 - }
1.1471 - .col-lg-12 {
1.1472 - width: 100%;
1.1473 - }
1.1474 - .col-lg-11 {
1.1475 - width: 91.66666666666666%;
1.1476 - }
1.1477 - .col-lg-10 {
1.1478 - width: 83.33333333333334%;
1.1479 - }
1.1480 - .col-lg-9 {
1.1481 - width: 75%;
1.1482 - }
1.1483 - .col-lg-8 {
1.1484 - width: 66.66666666666666%;
1.1485 - }
1.1486 - .col-lg-7 {
1.1487 - width: 58.333333333333336%;
1.1488 - }
1.1489 - .col-lg-6 {
1.1490 - width: 50%;
1.1491 - }
1.1492 - .col-lg-5 {
1.1493 - width: 41.66666666666667%;
1.1494 - }
1.1495 - .col-lg-4 {
1.1496 - width: 33.33333333333333%;
1.1497 - }
1.1498 - .col-lg-3 {
1.1499 - width: 25%;
1.1500 - }
1.1501 - .col-lg-2 {
1.1502 - width: 16.666666666666664%;
1.1503 - }
1.1504 - .col-lg-1 {
1.1505 - width: 8.333333333333332%;
1.1506 - }
1.1507 - .col-lg-pull-12 {
1.1508 - right: 100%;
1.1509 - }
1.1510 - .col-lg-pull-11 {
1.1511 - right: 91.66666666666666%;
1.1512 - }
1.1513 - .col-lg-pull-10 {
1.1514 - right: 83.33333333333334%;
1.1515 - }
1.1516 - .col-lg-pull-9 {
1.1517 - right: 75%;
1.1518 - }
1.1519 - .col-lg-pull-8 {
1.1520 - right: 66.66666666666666%;
1.1521 - }
1.1522 - .col-lg-pull-7 {
1.1523 - right: 58.333333333333336%;
1.1524 - }
1.1525 - .col-lg-pull-6 {
1.1526 - right: 50%;
1.1527 - }
1.1528 - .col-lg-pull-5 {
1.1529 - right: 41.66666666666667%;
1.1530 - }
1.1531 - .col-lg-pull-4 {
1.1532 - right: 33.33333333333333%;
1.1533 - }
1.1534 - .col-lg-pull-3 {
1.1535 - right: 25%;
1.1536 - }
1.1537 - .col-lg-pull-2 {
1.1538 - right: 16.666666666666664%;
1.1539 - }
1.1540 - .col-lg-pull-1 {
1.1541 - right: 8.333333333333332%;
1.1542 - }
1.1543 - .col-lg-pull-0 {
1.1544 - right: 0;
1.1545 - }
1.1546 - .col-lg-push-12 {
1.1547 - left: 100%;
1.1548 - }
1.1549 - .col-lg-push-11 {
1.1550 - left: 91.66666666666666%;
1.1551 - }
1.1552 - .col-lg-push-10 {
1.1553 - left: 83.33333333333334%;
1.1554 - }
1.1555 - .col-lg-push-9 {
1.1556 - left: 75%;
1.1557 - }
1.1558 - .col-lg-push-8 {
1.1559 - left: 66.66666666666666%;
1.1560 - }
1.1561 - .col-lg-push-7 {
1.1562 - left: 58.333333333333336%;
1.1563 - }
1.1564 - .col-lg-push-6 {
1.1565 - left: 50%;
1.1566 - }
1.1567 - .col-lg-push-5 {
1.1568 - left: 41.66666666666667%;
1.1569 - }
1.1570 - .col-lg-push-4 {
1.1571 - left: 33.33333333333333%;
1.1572 - }
1.1573 - .col-lg-push-3 {
1.1574 - left: 25%;
1.1575 - }
1.1576 - .col-lg-push-2 {
1.1577 - left: 16.666666666666664%;
1.1578 - }
1.1579 - .col-lg-push-1 {
1.1580 - left: 8.333333333333332%;
1.1581 - }
1.1582 - .col-lg-push-0 {
1.1583 - left: 0;
1.1584 - }
1.1585 - .col-lg-offset-12 {
1.1586 - margin-left: 100%;
1.1587 - }
1.1588 - .col-lg-offset-11 {
1.1589 - margin-left: 91.66666666666666%;
1.1590 - }
1.1591 - .col-lg-offset-10 {
1.1592 - margin-left: 83.33333333333334%;
1.1593 - }
1.1594 - .col-lg-offset-9 {
1.1595 - margin-left: 75%;
1.1596 - }
1.1597 - .col-lg-offset-8 {
1.1598 - margin-left: 66.66666666666666%;
1.1599 - }
1.1600 - .col-lg-offset-7 {
1.1601 - margin-left: 58.333333333333336%;
1.1602 - }
1.1603 - .col-lg-offset-6 {
1.1604 - margin-left: 50%;
1.1605 - }
1.1606 - .col-lg-offset-5 {
1.1607 - margin-left: 41.66666666666667%;
1.1608 - }
1.1609 - .col-lg-offset-4 {
1.1610 - margin-left: 33.33333333333333%;
1.1611 - }
1.1612 - .col-lg-offset-3 {
1.1613 - margin-left: 25%;
1.1614 - }
1.1615 - .col-lg-offset-2 {
1.1616 - margin-left: 16.666666666666664%;
1.1617 - }
1.1618 - .col-lg-offset-1 {
1.1619 - margin-left: 8.333333333333332%;
1.1620 - }
1.1621 - .col-lg-offset-0 {
1.1622 - margin-left: 0;
1.1623 - }
1.1624 -}
1.1625 -
1.1626 -table {
1.1627 - max-width: 100%;
1.1628 - background-color: transparent;
1.1629 -}
1.1630 -
1.1631 -th {
1.1632 - text-align: left;
1.1633 -}
1.1634 -
1.1635 -.table {
1.1636 - width: 100%;
1.1637 - margin-bottom: 20px;
1.1638 -}
1.1639 -
1.1640 -.table > thead > tr > th,
1.1641 -.table > tbody > tr > th,
1.1642 -.table > tfoot > tr > th,
1.1643 -.table > thead > tr > td,
1.1644 -.table > tbody > tr > td,
1.1645 -.table > tfoot > tr > td {
1.1646 - padding: 8px;
1.1647 - line-height: 1.428571429;
1.1648 - vertical-align: top;
1.1649 - border-top: 1px solid #dddddd;
1.1650 -}
1.1651 -
1.1652 -.table > thead > tr > th {
1.1653 - vertical-align: bottom;
1.1654 - border-bottom: 2px solid #dddddd;
1.1655 -}
1.1656 -
1.1657 -.table > caption + thead > tr:first-child > th,
1.1658 -.table > colgroup + thead > tr:first-child > th,
1.1659 -.table > thead:first-child > tr:first-child > th,
1.1660 -.table > caption + thead > tr:first-child > td,
1.1661 -.table > colgroup + thead > tr:first-child > td,
1.1662 -.table > thead:first-child > tr:first-child > td {
1.1663 - border-top: 0;
1.1664 -}
1.1665 -
1.1666 -.table > tbody + tbody {
1.1667 - border-top: 2px solid #dddddd;
1.1668 -}
1.1669 -
1.1670 -.table .table {
1.1671 - background-color: #ffffff;
1.1672 -}
1.1673 -
1.1674 -.table-condensed > thead > tr > th,
1.1675 -.table-condensed > tbody > tr > th,
1.1676 -.table-condensed > tfoot > tr > th,
1.1677 -.table-condensed > thead > tr > td,
1.1678 -.table-condensed > tbody > tr > td,
1.1679 -.table-condensed > tfoot > tr > td {
1.1680 - padding: 5px;
1.1681 -}
1.1682 -
1.1683 -.table-bordered {
1.1684 - border: 1px solid #dddddd;
1.1685 -}
1.1686 -
1.1687 -.table-bordered > thead > tr > th,
1.1688 -.table-bordered > tbody > tr > th,
1.1689 -.table-bordered > tfoot > tr > th,
1.1690 -.table-bordered > thead > tr > td,
1.1691 -.table-bordered > tbody > tr > td,
1.1692 -.table-bordered > tfoot > tr > td {
1.1693 - border: 1px solid #dddddd;
1.1694 -}
1.1695 -
1.1696 -.table-bordered > thead > tr > th,
1.1697 -.table-bordered > thead > tr > td {
1.1698 - border-bottom-width: 2px;
1.1699 -}
1.1700 -
1.1701 -.table-striped > tbody > tr:nth-child(odd) > td,
1.1702 -.table-striped > tbody > tr:nth-child(odd) > th {
1.1703 - background-color: #f9f9f9;
1.1704 -}
1.1705 -
1.1706 -.table-hover > tbody > tr:hover > td,
1.1707 -.table-hover > tbody > tr:hover > th {
1.1708 - background-color: #f5f5f5;
1.1709 -}
1.1710 -
1.1711 -table col[class*="col-"] {
1.1712 - display: table-column;
1.1713 - float: none;
1.1714 -}
1.1715 -
1.1716 -table td[class*="col-"],
1.1717 -table th[class*="col-"] {
1.1718 - display: table-cell;
1.1719 - float: none;
1.1720 -}
1.1721 -
1.1722 -.table > thead > tr > td.active,
1.1723 -.table > tbody > tr > td.active,
1.1724 -.table > tfoot > tr > td.active,
1.1725 -.table > thead > tr > th.active,
1.1726 -.table > tbody > tr > th.active,
1.1727 -.table > tfoot > tr > th.active,
1.1728 -.table > thead > tr.active > td,
1.1729 -.table > tbody > tr.active > td,
1.1730 -.table > tfoot > tr.active > td,
1.1731 -.table > thead > tr.active > th,
1.1732 -.table > tbody > tr.active > th,
1.1733 -.table > tfoot > tr.active > th {
1.1734 - background-color: #f5f5f5;
1.1735 -}
1.1736 -
1.1737 -.table > thead > tr > td.success,
1.1738 -.table > tbody > tr > td.success,
1.1739 -.table > tfoot > tr > td.success,
1.1740 -.table > thead > tr > th.success,
1.1741 -.table > tbody > tr > th.success,
1.1742 -.table > tfoot > tr > th.success,
1.1743 -.table > thead > tr.success > td,
1.1744 -.table > tbody > tr.success > td,
1.1745 -.table > tfoot > tr.success > td,
1.1746 -.table > thead > tr.success > th,
1.1747 -.table > tbody > tr.success > th,
1.1748 -.table > tfoot > tr.success > th {
1.1749 - background-color: #dff0d8;
1.1750 -}
1.1751 -
1.1752 -.table-hover > tbody > tr > td.success:hover,
1.1753 -.table-hover > tbody > tr > th.success:hover,
1.1754 -.table-hover > tbody > tr.success:hover > td,
1.1755 -.table-hover > tbody > tr.success:hover > th {
1.1756 - background-color: #d0e9c6;
1.1757 -}
1.1758 -
1.1759 -.table > thead > tr > td.danger,
1.1760 -.table > tbody > tr > td.danger,
1.1761 -.table > tfoot > tr > td.danger,
1.1762 -.table > thead > tr > th.danger,
1.1763 -.table > tbody > tr > th.danger,
1.1764 -.table > tfoot > tr > th.danger,
1.1765 -.table > thead > tr.danger > td,
1.1766 -.table > tbody > tr.danger > td,
1.1767 -.table > tfoot > tr.danger > td,
1.1768 -.table > thead > tr.danger > th,
1.1769 -.table > tbody > tr.danger > th,
1.1770 -.table > tfoot > tr.danger > th {
1.1771 - background-color: #f2dede;
1.1772 -}
1.1773 -
1.1774 -.table-hover > tbody > tr > td.danger:hover,
1.1775 -.table-hover > tbody > tr > th.danger:hover,
1.1776 -.table-hover > tbody > tr.danger:hover > td,
1.1777 -.table-hover > tbody > tr.danger:hover > th {
1.1778 - background-color: #ebcccc;
1.1779 -}
1.1780 -
1.1781 -.table > thead > tr > td.warning,
1.1782 -.table > tbody > tr > td.warning,
1.1783 -.table > tfoot > tr > td.warning,
1.1784 -.table > thead > tr > th.warning,
1.1785 -.table > tbody > tr > th.warning,
1.1786 -.table > tfoot > tr > th.warning,
1.1787 -.table > thead > tr.warning > td,
1.1788 -.table > tbody > tr.warning > td,
1.1789 -.table > tfoot > tr.warning > td,
1.1790 -.table > thead > tr.warning > th,
1.1791 -.table > tbody > tr.warning > th,
1.1792 -.table > tfoot > tr.warning > th {
1.1793 - background-color: #fcf8e3;
1.1794 -}
1.1795 -
1.1796 -.table-hover > tbody > tr > td.warning:hover,
1.1797 -.table-hover > tbody > tr > th.warning:hover,
1.1798 -.table-hover > tbody > tr.warning:hover > td,
1.1799 -.table-hover > tbody > tr.warning:hover > th {
1.1800 - background-color: #faf2cc;
1.1801 -}
1.1802 -
1.1803 -@media (max-width: 767px) {
1.1804 - .table-responsive {
1.1805 - width: 100%;
1.1806 - margin-bottom: 15px;
1.1807 - overflow-x: scroll;
1.1808 - overflow-y: hidden;
1.1809 - border: 1px solid #dddddd;
1.1810 - -ms-overflow-style: -ms-autohiding-scrollbar;
1.1811 - -webkit-overflow-scrolling: touch;
1.1812 - }
1.1813 - .table-responsive > .table {
1.1814 - margin-bottom: 0;
1.1815 - }
1.1816 - .table-responsive > .table > thead > tr > th,
1.1817 - .table-responsive > .table > tbody > tr > th,
1.1818 - .table-responsive > .table > tfoot > tr > th,
1.1819 - .table-responsive > .table > thead > tr > td,
1.1820 - .table-responsive > .table > tbody > tr > td,
1.1821 - .table-responsive > .table > tfoot > tr > td {
1.1822 - white-space: nowrap;
1.1823 - }
1.1824 - .table-responsive > .table-bordered {
1.1825 - border: 0;
1.1826 - }
1.1827 - .table-responsive > .table-bordered > thead > tr > th:first-child,
1.1828 - .table-responsive > .table-bordered > tbody > tr > th:first-child,
1.1829 - .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1.1830 - .table-responsive > .table-bordered > thead > tr > td:first-child,
1.1831 - .table-responsive > .table-bordered > tbody > tr > td:first-child,
1.1832 - .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1.1833 - border-left: 0;
1.1834 - }
1.1835 - .table-responsive > .table-bordered > thead > tr > th:last-child,
1.1836 - .table-responsive > .table-bordered > tbody > tr > th:last-child,
1.1837 - .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1.1838 - .table-responsive > .table-bordered > thead > tr > td:last-child,
1.1839 - .table-responsive > .table-bordered > tbody > tr > td:last-child,
1.1840 - .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1.1841 - border-right: 0;
1.1842 - }
1.1843 - .table-responsive > .table-bordered > tbody > tr:last-child > th,
1.1844 - .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1.1845 - .table-responsive > .table-bordered > tbody > tr:last-child > td,
1.1846 - .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1.1847 - border-bottom: 0;
1.1848 - }
1.1849 -}
1.1850 -
1.1851 -fieldset {
1.1852 - padding: 0;
1.1853 - margin: 0;
1.1854 - border: 0;
1.1855 -}
1.1856 -
1.1857 -legend {
1.1858 - display: block;
1.1859 - width: 100%;
1.1860 - padding: 0;
1.1861 - margin-bottom: 20px;
1.1862 - font-size: 21px;
1.1863 - line-height: inherit;
1.1864 - color: #333333;
1.1865 - border: 0;
1.1866 - border-bottom: 1px solid #e5e5e5;
1.1867 -}
1.1868 -
1.1869 -label {
1.1870 - display: inline-block;
1.1871 - margin-bottom: 5px;
1.1872 - font-weight: bold;
1.1873 -}
1.1874 -
1.1875 -input[type="search"] {
1.1876 - -webkit-box-sizing: border-box;
1.1877 - -moz-box-sizing: border-box;
1.1878 - box-sizing: border-box;
1.1879 -}
1.1880 -
1.1881 -input[type="radio"],
1.1882 -input[type="checkbox"] {
1.1883 - margin: 4px 0 0;
1.1884 - margin-top: 1px \9;
1.1885 - /* IE8-9 */
1.1886 -
1.1887 - line-height: normal;
1.1888 -}
1.1889 -
1.1890 -input[type="file"] {
1.1891 - display: block;
1.1892 -}
1.1893 -
1.1894 -select[multiple],
1.1895 -select[size] {
1.1896 - height: auto;
1.1897 -}
1.1898 -
1.1899 -select optgroup {
1.1900 - font-family: inherit;
1.1901 - font-size: inherit;
1.1902 - font-style: inherit;
1.1903 -}
1.1904 -
1.1905 -input[type="file"]:focus,
1.1906 -input[type="radio"]:focus,
1.1907 -input[type="checkbox"]:focus {
1.1908 - outline: thin dotted #333;
1.1909 - outline: 5px auto -webkit-focus-ring-color;
1.1910 - outline-offset: -2px;
1.1911 -}
1.1912 -
1.1913 -input[type="number"]::-webkit-outer-spin-button,
1.1914 -input[type="number"]::-webkit-inner-spin-button {
1.1915 - height: auto;
1.1916 -}
1.1917 -
1.1918 -output {
1.1919 - display: block;
1.1920 - padding-top: 7px;
1.1921 - font-size: 14px;
1.1922 - line-height: 1.428571429;
1.1923 - color: #555555;
1.1924 - vertical-align: middle;
1.1925 -}
1.1926 -
1.1927 -.form-control {
1.1928 - display: block;
1.1929 - width: 100%;
1.1930 - height: 34px;
1.1931 - padding: 6px 12px;
1.1932 - font-size: 14px;
1.1933 - line-height: 1.428571429;
1.1934 - color: #555555;
1.1935 - vertical-align: middle;
1.1936 - background-color: #ffffff;
1.1937 - background-image: none;
1.1938 - border: 1px solid #cccccc;
1.1939 - border-radius: 4px;
1.1940 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.1941 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.1942 - -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
1.1943 - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
1.1944 -}
1.1945 -
1.1946 -.form-control:focus {
1.1947 - border-color: #66afe9;
1.1948 - outline: 0;
1.1949 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
1.1950 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
1.1951 -}
1.1952 -
1.1953 -.form-control:-moz-placeholder {
1.1954 - color: #999999;
1.1955 -}
1.1956 -
1.1957 -.form-control::-moz-placeholder {
1.1958 - color: #999999;
1.1959 -}
1.1960 -
1.1961 -.form-control:-ms-input-placeholder {
1.1962 - color: #999999;
1.1963 -}
1.1964 -
1.1965 -.form-control::-webkit-input-placeholder {
1.1966 - color: #999999;
1.1967 -}
1.1968 -
1.1969 -.form-control[disabled],
1.1970 -.form-control[readonly],
1.1971 -fieldset[disabled] .form-control {
1.1972 - cursor: not-allowed;
1.1973 - background-color: #eeeeee;
1.1974 -}
1.1975 -
1.1976 -textarea.form-control {
1.1977 - height: auto;
1.1978 -}
1.1979 -
1.1980 -.form-group {
1.1981 - margin-bottom: 15px;
1.1982 -}
1.1983 -
1.1984 -.radio,
1.1985 -.checkbox {
1.1986 - display: block;
1.1987 - min-height: 20px;
1.1988 - padding-left: 20px;
1.1989 - margin-top: 10px;
1.1990 - margin-bottom: 10px;
1.1991 - vertical-align: middle;
1.1992 -}
1.1993 -
1.1994 -.radio label,
1.1995 -.checkbox label {
1.1996 - display: inline;
1.1997 - margin-bottom: 0;
1.1998 - font-weight: normal;
1.1999 - cursor: pointer;
1.2000 -}
1.2001 -
1.2002 -.radio input[type="radio"],
1.2003 -.radio-inline input[type="radio"],
1.2004 -.checkbox input[type="checkbox"],
1.2005 -.checkbox-inline input[type="checkbox"] {
1.2006 - float: left;
1.2007 - margin-left: -20px;
1.2008 -}
1.2009 -
1.2010 -.radio + .radio,
1.2011 -.checkbox + .checkbox {
1.2012 - margin-top: -5px;
1.2013 -}
1.2014 -
1.2015 -.radio-inline,
1.2016 -.checkbox-inline {
1.2017 - display: inline-block;
1.2018 - padding-left: 20px;
1.2019 - margin-bottom: 0;
1.2020 - font-weight: normal;
1.2021 - vertical-align: middle;
1.2022 - cursor: pointer;
1.2023 -}
1.2024 -
1.2025 -.radio-inline + .radio-inline,
1.2026 -.checkbox-inline + .checkbox-inline {
1.2027 - margin-top: 0;
1.2028 - margin-left: 10px;
1.2029 -}
1.2030 -
1.2031 -input[type="radio"][disabled],
1.2032 -input[type="checkbox"][disabled],
1.2033 -.radio[disabled],
1.2034 -.radio-inline[disabled],
1.2035 -.checkbox[disabled],
1.2036 -.checkbox-inline[disabled],
1.2037 -fieldset[disabled] input[type="radio"],
1.2038 -fieldset[disabled] input[type="checkbox"],
1.2039 -fieldset[disabled] .radio,
1.2040 -fieldset[disabled] .radio-inline,
1.2041 -fieldset[disabled] .checkbox,
1.2042 -fieldset[disabled] .checkbox-inline {
1.2043 - cursor: not-allowed;
1.2044 -}
1.2045 -
1.2046 -.input-sm {
1.2047 - height: 30px;
1.2048 - padding: 5px 10px;
1.2049 - font-size: 12px;
1.2050 - line-height: 1.5;
1.2051 - border-radius: 3px;
1.2052 -}
1.2053 -
1.2054 -select.input-sm {
1.2055 - height: 30px;
1.2056 - line-height: 30px;
1.2057 -}
1.2058 -
1.2059 -textarea.input-sm {
1.2060 - height: auto;
1.2061 -}
1.2062 -
1.2063 -.input-lg {
1.2064 - height: 45px;
1.2065 - padding: 10px 16px;
1.2066 - font-size: 18px;
1.2067 - line-height: 1.33;
1.2068 - border-radius: 6px;
1.2069 -}
1.2070 -
1.2071 -select.input-lg {
1.2072 - height: 45px;
1.2073 - line-height: 45px;
1.2074 -}
1.2075 -
1.2076 -textarea.input-lg {
1.2077 - height: auto;
1.2078 -}
1.2079 -
1.2080 -.has-warning .help-block,
1.2081 -.has-warning .control-label,
1.2082 -.has-warning .radio,
1.2083 -.has-warning .checkbox,
1.2084 -.has-warning .radio-inline,
1.2085 -.has-warning .checkbox-inline {
1.2086 - color: #c09853;
1.2087 -}
1.2088 -
1.2089 -.has-warning .form-control {
1.2090 - border-color: #c09853;
1.2091 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2092 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2093 -}
1.2094 -
1.2095 -.has-warning .form-control:focus {
1.2096 - border-color: #a47e3c;
1.2097 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1.2098 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1.2099 -}
1.2100 -
1.2101 -.has-warning .input-group-addon {
1.2102 - color: #c09853;
1.2103 - background-color: #fcf8e3;
1.2104 - border-color: #c09853;
1.2105 -}
1.2106 -
1.2107 -.has-error .help-block,
1.2108 -.has-error .control-label,
1.2109 -.has-error .radio,
1.2110 -.has-error .checkbox,
1.2111 -.has-error .radio-inline,
1.2112 -.has-error .checkbox-inline {
1.2113 - color: #b94a48;
1.2114 -}
1.2115 -
1.2116 -.has-error .form-control {
1.2117 - border-color: #b94a48;
1.2118 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2119 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2120 -}
1.2121 -
1.2122 -.has-error .form-control:focus {
1.2123 - border-color: #953b39;
1.2124 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1.2125 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1.2126 -}
1.2127 -
1.2128 -.has-error .input-group-addon {
1.2129 - color: #b94a48;
1.2130 - background-color: #f2dede;
1.2131 - border-color: #b94a48;
1.2132 -}
1.2133 -
1.2134 -.has-success .help-block,
1.2135 -.has-success .control-label,
1.2136 -.has-success .radio,
1.2137 -.has-success .checkbox,
1.2138 -.has-success .radio-inline,
1.2139 -.has-success .checkbox-inline {
1.2140 - color: #468847;
1.2141 -}
1.2142 -
1.2143 -.has-success .form-control {
1.2144 - border-color: #468847;
1.2145 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2146 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.2147 -}
1.2148 -
1.2149 -.has-success .form-control:focus {
1.2150 - border-color: #356635;
1.2151 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1.2152 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1.2153 -}
1.2154 -
1.2155 -.has-success .input-group-addon {
1.2156 - color: #468847;
1.2157 - background-color: #dff0d8;
1.2158 - border-color: #468847;
1.2159 -}
1.2160 -
1.2161 -.form-control-static {
1.2162 - margin-bottom: 0;
1.2163 -}
1.2164 -
1.2165 -.help-block {
1.2166 - display: block;
1.2167 - margin-top: 5px;
1.2168 - margin-bottom: 10px;
1.2169 - color: #737373;
1.2170 -}
1.2171 -
1.2172 -@media (min-width: 768px) {
1.2173 - .form-inline .form-group {
1.2174 - display: inline-block;
1.2175 - margin-bottom: 0;
1.2176 - vertical-align: middle;
1.2177 - }
1.2178 - .form-inline .form-control {
1.2179 - display: inline-block;
1.2180 - }
1.2181 - .form-inline .radio,
1.2182 - .form-inline .checkbox {
1.2183 - display: inline-block;
1.2184 - padding-left: 0;
1.2185 - margin-top: 0;
1.2186 - margin-bottom: 0;
1.2187 - }
1.2188 - .form-inline .radio input[type="radio"],
1.2189 - .form-inline .checkbox input[type="checkbox"] {
1.2190 - float: none;
1.2191 - margin-left: 0;
1.2192 - }
1.2193 -}
1.2194 -
1.2195 -.form-horizontal .control-label,
1.2196 -.form-horizontal .radio,
1.2197 -.form-horizontal .checkbox,
1.2198 -.form-horizontal .radio-inline,
1.2199 -.form-horizontal .checkbox-inline {
1.2200 - padding-top: 7px;
1.2201 - margin-top: 0;
1.2202 - margin-bottom: 0;
1.2203 -}
1.2204 -
1.2205 -.form-horizontal .form-group {
1.2206 - margin-right: -15px;
1.2207 - margin-left: -15px;
1.2208 -}
1.2209 -
1.2210 -.form-horizontal .form-group:before,
1.2211 -.form-horizontal .form-group:after {
1.2212 - display: table;
1.2213 - content: " ";
1.2214 -}
1.2215 -
1.2216 -.form-horizontal .form-group:after {
1.2217 - clear: both;
1.2218 -}
1.2219 -
1.2220 -.form-horizontal .form-group:before,
1.2221 -.form-horizontal .form-group:after {
1.2222 - display: table;
1.2223 - content: " ";
1.2224 -}
1.2225 -
1.2226 -.form-horizontal .form-group:after {
1.2227 - clear: both;
1.2228 -}
1.2229 -
1.2230 -.form-horizontal .form-control-static {
1.2231 - padding-top: 7px;
1.2232 -}
1.2233 -
1.2234 -@media (min-width: 768px) {
1.2235 - .form-horizontal .control-label {
1.2236 - text-align: right;
1.2237 - }
1.2238 -}
1.2239 -
1.2240 -.btn {
1.2241 - display: inline-block;
1.2242 - padding: 6px 12px;
1.2243 - margin-bottom: 0;
1.2244 - font-size: 14px;
1.2245 - font-weight: normal;
1.2246 - line-height: 1.428571429;
1.2247 - text-align: center;
1.2248 - white-space: nowrap;
1.2249 - vertical-align: middle;
1.2250 - cursor: pointer;
1.2251 - background-image: none;
1.2252 - border: 1px solid transparent;
1.2253 - border-radius: 4px;
1.2254 - -webkit-user-select: none;
1.2255 - -moz-user-select: none;
1.2256 - -ms-user-select: none;
1.2257 - -o-user-select: none;
1.2258 - user-select: none;
1.2259 -}
1.2260 -
1.2261 -.btn:focus {
1.2262 - outline: thin dotted #333;
1.2263 - outline: 5px auto -webkit-focus-ring-color;
1.2264 - outline-offset: -2px;
1.2265 -}
1.2266 -
1.2267 -.btn:hover,
1.2268 -.btn:focus {
1.2269 - color: #333333;
1.2270 - text-decoration: none;
1.2271 -}
1.2272 -
1.2273 -.btn:active,
1.2274 -.btn.active {
1.2275 - background-image: none;
1.2276 - outline: 0;
1.2277 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.2278 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.2279 -}
1.2280 -
1.2281 -.btn.disabled,
1.2282 -.btn[disabled],
1.2283 -fieldset[disabled] .btn {
1.2284 - pointer-events: none;
1.2285 - cursor: not-allowed;
1.2286 - opacity: 0.65;
1.2287 - filter: alpha(opacity=65);
1.2288 - -webkit-box-shadow: none;
1.2289 - box-shadow: none;
1.2290 -}
1.2291 -
1.2292 -.btn-default {
1.2293 - color: #333333;
1.2294 - background-color: #ffffff;
1.2295 - border-color: #cccccc;
1.2296 -}
1.2297 -
1.2298 -.btn-default:hover,
1.2299 -.btn-default:focus,
1.2300 -.btn-default:active,
1.2301 -.btn-default.active,
1.2302 -.open .dropdown-toggle.btn-default {
1.2303 - color: #333333;
1.2304 - background-color: #ebebeb;
1.2305 - border-color: #adadad;
1.2306 -}
1.2307 -
1.2308 -.btn-default:active,
1.2309 -.btn-default.active,
1.2310 -.open .dropdown-toggle.btn-default {
1.2311 - background-image: none;
1.2312 -}
1.2313 -
1.2314 -.btn-default.disabled,
1.2315 -.btn-default[disabled],
1.2316 -fieldset[disabled] .btn-default,
1.2317 -.btn-default.disabled:hover,
1.2318 -.btn-default[disabled]:hover,
1.2319 -fieldset[disabled] .btn-default:hover,
1.2320 -.btn-default.disabled:focus,
1.2321 -.btn-default[disabled]:focus,
1.2322 -fieldset[disabled] .btn-default:focus,
1.2323 -.btn-default.disabled:active,
1.2324 -.btn-default[disabled]:active,
1.2325 -fieldset[disabled] .btn-default:active,
1.2326 -.btn-default.disabled.active,
1.2327 -.btn-default[disabled].active,
1.2328 -fieldset[disabled] .btn-default.active {
1.2329 - background-color: #ffffff;
1.2330 - border-color: #cccccc;
1.2331 -}
1.2332 -
1.2333 -.btn-primary {
1.2334 - color: #ffffff;
1.2335 - background-color: #428bca;
1.2336 - border-color: #357ebd;
1.2337 -}
1.2338 -
1.2339 -.btn-primary:hover,
1.2340 -.btn-primary:focus,
1.2341 -.btn-primary:active,
1.2342 -.btn-primary.active,
1.2343 -.open .dropdown-toggle.btn-primary {
1.2344 - color: #ffffff;
1.2345 - background-color: #3276b1;
1.2346 - border-color: #285e8e;
1.2347 -}
1.2348 -
1.2349 -.btn-primary:active,
1.2350 -.btn-primary.active,
1.2351 -.open .dropdown-toggle.btn-primary {
1.2352 - background-image: none;
1.2353 -}
1.2354 -
1.2355 -.btn-primary.disabled,
1.2356 -.btn-primary[disabled],
1.2357 -fieldset[disabled] .btn-primary,
1.2358 -.btn-primary.disabled:hover,
1.2359 -.btn-primary[disabled]:hover,
1.2360 -fieldset[disabled] .btn-primary:hover,
1.2361 -.btn-primary.disabled:focus,
1.2362 -.btn-primary[disabled]:focus,
1.2363 -fieldset[disabled] .btn-primary:focus,
1.2364 -.btn-primary.disabled:active,
1.2365 -.btn-primary[disabled]:active,
1.2366 -fieldset[disabled] .btn-primary:active,
1.2367 -.btn-primary.disabled.active,
1.2368 -.btn-primary[disabled].active,
1.2369 -fieldset[disabled] .btn-primary.active {
1.2370 - background-color: #428bca;
1.2371 - border-color: #357ebd;
1.2372 -}
1.2373 -
1.2374 -.btn-warning {
1.2375 - color: #ffffff;
1.2376 - background-color: #f0ad4e;
1.2377 - border-color: #eea236;
1.2378 -}
1.2379 -
1.2380 -.btn-warning:hover,
1.2381 -.btn-warning:focus,
1.2382 -.btn-warning:active,
1.2383 -.btn-warning.active,
1.2384 -.open .dropdown-toggle.btn-warning {
1.2385 - color: #ffffff;
1.2386 - background-color: #ed9c28;
1.2387 - border-color: #d58512;
1.2388 -}
1.2389 -
1.2390 -.btn-warning:active,
1.2391 -.btn-warning.active,
1.2392 -.open .dropdown-toggle.btn-warning {
1.2393 - background-image: none;
1.2394 -}
1.2395 -
1.2396 -.btn-warning.disabled,
1.2397 -.btn-warning[disabled],
1.2398 -fieldset[disabled] .btn-warning,
1.2399 -.btn-warning.disabled:hover,
1.2400 -.btn-warning[disabled]:hover,
1.2401 -fieldset[disabled] .btn-warning:hover,
1.2402 -.btn-warning.disabled:focus,
1.2403 -.btn-warning[disabled]:focus,
1.2404 -fieldset[disabled] .btn-warning:focus,
1.2405 -.btn-warning.disabled:active,
1.2406 -.btn-warning[disabled]:active,
1.2407 -fieldset[disabled] .btn-warning:active,
1.2408 -.btn-warning.disabled.active,
1.2409 -.btn-warning[disabled].active,
1.2410 -fieldset[disabled] .btn-warning.active {
1.2411 - background-color: #f0ad4e;
1.2412 - border-color: #eea236;
1.2413 -}
1.2414 -
1.2415 -.btn-danger {
1.2416 - color: #ffffff;
1.2417 - background-color: #d9534f;
1.2418 - border-color: #d43f3a;
1.2419 -}
1.2420 -
1.2421 -.btn-danger:hover,
1.2422 -.btn-danger:focus,
1.2423 -.btn-danger:active,
1.2424 -.btn-danger.active,
1.2425 -.open .dropdown-toggle.btn-danger {
1.2426 - color: #ffffff;
1.2427 - background-color: #d2322d;
1.2428 - border-color: #ac2925;
1.2429 -}
1.2430 -
1.2431 -.btn-danger:active,
1.2432 -.btn-danger.active,
1.2433 -.open .dropdown-toggle.btn-danger {
1.2434 - background-image: none;
1.2435 -}
1.2436 -
1.2437 -.btn-danger.disabled,
1.2438 -.btn-danger[disabled],
1.2439 -fieldset[disabled] .btn-danger,
1.2440 -.btn-danger.disabled:hover,
1.2441 -.btn-danger[disabled]:hover,
1.2442 -fieldset[disabled] .btn-danger:hover,
1.2443 -.btn-danger.disabled:focus,
1.2444 -.btn-danger[disabled]:focus,
1.2445 -fieldset[disabled] .btn-danger:focus,
1.2446 -.btn-danger.disabled:active,
1.2447 -.btn-danger[disabled]:active,
1.2448 -fieldset[disabled] .btn-danger:active,
1.2449 -.btn-danger.disabled.active,
1.2450 -.btn-danger[disabled].active,
1.2451 -fieldset[disabled] .btn-danger.active {
1.2452 - background-color: #d9534f;
1.2453 - border-color: #d43f3a;
1.2454 -}
1.2455 -
1.2456 -.btn-success {
1.2457 - color: #ffffff;
1.2458 - background-color: #5cb85c;
1.2459 - border-color: #4cae4c;
1.2460 -}
1.2461 -
1.2462 -.btn-success:hover,
1.2463 -.btn-success:focus,
1.2464 -.btn-success:active,
1.2465 -.btn-success.active,
1.2466 -.open .dropdown-toggle.btn-success {
1.2467 - color: #ffffff;
1.2468 - background-color: #47a447;
1.2469 - border-color: #398439;
1.2470 -}
1.2471 -
1.2472 -.btn-success:active,
1.2473 -.btn-success.active,
1.2474 -.open .dropdown-toggle.btn-success {
1.2475 - background-image: none;
1.2476 -}
1.2477 -
1.2478 -.btn-success.disabled,
1.2479 -.btn-success[disabled],
1.2480 -fieldset[disabled] .btn-success,
1.2481 -.btn-success.disabled:hover,
1.2482 -.btn-success[disabled]:hover,
1.2483 -fieldset[disabled] .btn-success:hover,
1.2484 -.btn-success.disabled:focus,
1.2485 -.btn-success[disabled]:focus,
1.2486 -fieldset[disabled] .btn-success:focus,
1.2487 -.btn-success.disabled:active,
1.2488 -.btn-success[disabled]:active,
1.2489 -fieldset[disabled] .btn-success:active,
1.2490 -.btn-success.disabled.active,
1.2491 -.btn-success[disabled].active,
1.2492 -fieldset[disabled] .btn-success.active {
1.2493 - background-color: #5cb85c;
1.2494 - border-color: #4cae4c;
1.2495 -}
1.2496 -
1.2497 -.btn-info {
1.2498 - color: #ffffff;
1.2499 - background-color: #5bc0de;
1.2500 - border-color: #46b8da;
1.2501 -}
1.2502 -
1.2503 -.btn-info:hover,
1.2504 -.btn-info:focus,
1.2505 -.btn-info:active,
1.2506 -.btn-info.active,
1.2507 -.open .dropdown-toggle.btn-info {
1.2508 - color: #ffffff;
1.2509 - background-color: #39b3d7;
1.2510 - border-color: #269abc;
1.2511 -}
1.2512 -
1.2513 -.btn-info:active,
1.2514 -.btn-info.active,
1.2515 -.open .dropdown-toggle.btn-info {
1.2516 - background-image: none;
1.2517 -}
1.2518 -
1.2519 -.btn-info.disabled,
1.2520 -.btn-info[disabled],
1.2521 -fieldset[disabled] .btn-info,
1.2522 -.btn-info.disabled:hover,
1.2523 -.btn-info[disabled]:hover,
1.2524 -fieldset[disabled] .btn-info:hover,
1.2525 -.btn-info.disabled:focus,
1.2526 -.btn-info[disabled]:focus,
1.2527 -fieldset[disabled] .btn-info:focus,
1.2528 -.btn-info.disabled:active,
1.2529 -.btn-info[disabled]:active,
1.2530 -fieldset[disabled] .btn-info:active,
1.2531 -.btn-info.disabled.active,
1.2532 -.btn-info[disabled].active,
1.2533 -fieldset[disabled] .btn-info.active {
1.2534 - background-color: #5bc0de;
1.2535 - border-color: #46b8da;
1.2536 -}
1.2537 -
1.2538 -.btn-link {
1.2539 - font-weight: normal;
1.2540 - color: #428bca;
1.2541 - cursor: pointer;
1.2542 - border-radius: 0;
1.2543 -}
1.2544 -
1.2545 -.btn-link,
1.2546 -.btn-link:active,
1.2547 -.btn-link[disabled],
1.2548 -fieldset[disabled] .btn-link {
1.2549 - background-color: transparent;
1.2550 - -webkit-box-shadow: none;
1.2551 - box-shadow: none;
1.2552 -}
1.2553 -
1.2554 -.btn-link,
1.2555 -.btn-link:hover,
1.2556 -.btn-link:focus,
1.2557 -.btn-link:active {
1.2558 - border-color: transparent;
1.2559 -}
1.2560 -
1.2561 -.btn-link:hover,
1.2562 -.btn-link:focus {
1.2563 - color: #2a6496;
1.2564 - text-decoration: underline;
1.2565 - background-color: transparent;
1.2566 -}
1.2567 -
1.2568 -.btn-link[disabled]:hover,
1.2569 -fieldset[disabled] .btn-link:hover,
1.2570 -.btn-link[disabled]:focus,
1.2571 -fieldset[disabled] .btn-link:focus {
1.2572 - color: #999999;
1.2573 - text-decoration: none;
1.2574 -}
1.2575 -
1.2576 -.btn-lg {
1.2577 - padding: 10px 16px;
1.2578 - font-size: 18px;
1.2579 - line-height: 1.33;
1.2580 - border-radius: 6px;
1.2581 -}
1.2582 -
1.2583 -.btn-sm,
1.2584 -.btn-xs {
1.2585 - padding: 5px 10px;
1.2586 - font-size: 12px;
1.2587 - line-height: 1.5;
1.2588 - border-radius: 3px;
1.2589 -}
1.2590 -
1.2591 -.btn-xs {
1.2592 - padding: 1px 5px;
1.2593 -}
1.2594 -
1.2595 -.btn-block {
1.2596 - display: block;
1.2597 - width: 100%;
1.2598 - padding-right: 0;
1.2599 - padding-left: 0;
1.2600 -}
1.2601 -
1.2602 -.btn-block + .btn-block {
1.2603 - margin-top: 5px;
1.2604 -}
1.2605 -
1.2606 -input[type="submit"].btn-block,
1.2607 -input[type="reset"].btn-block,
1.2608 -input[type="button"].btn-block {
1.2609 - width: 100%;
1.2610 -}
1.2611 -
1.2612 -.fade {
1.2613 - opacity: 0;
1.2614 - -webkit-transition: opacity 0.15s linear;
1.2615 - transition: opacity 0.15s linear;
1.2616 -}
1.2617 -
1.2618 -.fade.in {
1.2619 - opacity: 1;
1.2620 -}
1.2621 -
1.2622 -.collapse {
1.2623 - display: none;
1.2624 -}
1.2625 -
1.2626 -.collapse.in {
1.2627 - display: block;
1.2628 -}
1.2629 -
1.2630 -.collapsing {
1.2631 - position: relative;
1.2632 - height: 0;
1.2633 - overflow: hidden;
1.2634 - -webkit-transition: height 0.35s ease;
1.2635 - transition: height 0.35s ease;
1.2636 -}
1.2637 -
1.2638 -@font-face {
1.2639 - font-family: 'Glyphicons Halflings';
1.2640 - src: url('../fonts/glyphicons-halflings-regular.eot');
1.2641 - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
1.2642 -}
1.2643 -
1.2644 -.glyphicon {
1.2645 - position: relative;
1.2646 - top: 1px;
1.2647 - display: inline-block;
1.2648 - font-family: 'Glyphicons Halflings';
1.2649 - -webkit-font-smoothing: antialiased;
1.2650 - font-style: normal;
1.2651 - font-weight: normal;
1.2652 - line-height: 1;
1.2653 - -moz-osx-font-smoothing: grayscale;
1.2654 -}
1.2655 -
1.2656 -.glyphicon:empty {
1.2657 - width: 1em;
1.2658 -}
1.2659 -
1.2660 -.glyphicon-asterisk:before {
1.2661 - content: "\2a";
1.2662 -}
1.2663 -
1.2664 -.glyphicon-plus:before {
1.2665 - content: "\2b";
1.2666 -}
1.2667 -
1.2668 -.glyphicon-euro:before {
1.2669 - content: "\20ac";
1.2670 -}
1.2671 -
1.2672 -.glyphicon-minus:before {
1.2673 - content: "\2212";
1.2674 -}
1.2675 -
1.2676 -.glyphicon-cloud:before {
1.2677 - content: "\2601";
1.2678 -}
1.2679 -
1.2680 -.glyphicon-envelope:before {
1.2681 - content: "\2709";
1.2682 -}
1.2683 -
1.2684 -.glyphicon-pencil:before {
1.2685 - content: "\270f";
1.2686 -}
1.2687 -
1.2688 -.glyphicon-glass:before {
1.2689 - content: "\e001";
1.2690 -}
1.2691 -
1.2692 -.glyphicon-music:before {
1.2693 - content: "\e002";
1.2694 -}
1.2695 -
1.2696 -.glyphicon-search:before {
1.2697 - content: "\e003";
1.2698 -}
1.2699 -
1.2700 -.glyphicon-heart:before {
1.2701 - content: "\e005";
1.2702 -}
1.2703 -
1.2704 -.glyphicon-star:before {
1.2705 - content: "\e006";
1.2706 -}
1.2707 -
1.2708 -.glyphicon-star-empty:before {
1.2709 - content: "\e007";
1.2710 -}
1.2711 -
1.2712 -.glyphicon-user:before {
1.2713 - content: "\e008";
1.2714 -}
1.2715 -
1.2716 -.glyphicon-film:before {
1.2717 - content: "\e009";
1.2718 -}
1.2719 -
1.2720 -.glyphicon-th-large:before {
1.2721 - content: "\e010";
1.2722 -}
1.2723 -
1.2724 -.glyphicon-th:before {
1.2725 - content: "\e011";
1.2726 -}
1.2727 -
1.2728 -.glyphicon-th-list:before {
1.2729 - content: "\e012";
1.2730 -}
1.2731 -
1.2732 -.glyphicon-ok:before {
1.2733 - content: "\e013";
1.2734 -}
1.2735 -
1.2736 -.glyphicon-remove:before {
1.2737 - content: "\e014";
1.2738 -}
1.2739 -
1.2740 -.glyphicon-zoom-in:before {
1.2741 - content: "\e015";
1.2742 -}
1.2743 -
1.2744 -.glyphicon-zoom-out:before {
1.2745 - content: "\e016";
1.2746 -}
1.2747 -
1.2748 -.glyphicon-off:before {
1.2749 - content: "\e017";
1.2750 -}
1.2751 -
1.2752 -.glyphicon-signal:before {
1.2753 - content: "\e018";
1.2754 -}
1.2755 -
1.2756 -.glyphicon-cog:before {
1.2757 - content: "\e019";
1.2758 -}
1.2759 -
1.2760 -.glyphicon-trash:before {
1.2761 - content: "\e020";
1.2762 -}
1.2763 -
1.2764 -.glyphicon-home:before {
1.2765 - content: "\e021";
1.2766 -}
1.2767 -
1.2768 -.glyphicon-file:before {
1.2769 - content: "\e022";
1.2770 -}
1.2771 -
1.2772 -.glyphicon-time:before {
1.2773 - content: "\e023";
1.2774 -}
1.2775 -
1.2776 -.glyphicon-road:before {
1.2777 - content: "\e024";
1.2778 -}
1.2779 -
1.2780 -.glyphicon-download-alt:before {
1.2781 - content: "\e025";
1.2782 -}
1.2783 -
1.2784 -.glyphicon-download:before {
1.2785 - content: "\e026";
1.2786 -}
1.2787 -
1.2788 -.glyphicon-upload:before {
1.2789 - content: "\e027";
1.2790 -}
1.2791 -
1.2792 -.glyphicon-inbox:before {
1.2793 - content: "\e028";
1.2794 -}
1.2795 -
1.2796 -.glyphicon-play-circle:before {
1.2797 - content: "\e029";
1.2798 -}
1.2799 -
1.2800 -.glyphicon-repeat:before {
1.2801 - content: "\e030";
1.2802 -}
1.2803 -
1.2804 -.glyphicon-refresh:before {
1.2805 - content: "\e031";
1.2806 -}
1.2807 -
1.2808 -.glyphicon-list-alt:before {
1.2809 - content: "\e032";
1.2810 -}
1.2811 -
1.2812 -.glyphicon-lock:before {
1.2813 - content: "\e033";
1.2814 -}
1.2815 -
1.2816 -.glyphicon-flag:before {
1.2817 - content: "\e034";
1.2818 -}
1.2819 -
1.2820 -.glyphicon-headphones:before {
1.2821 - content: "\e035";
1.2822 -}
1.2823 -
1.2824 -.glyphicon-volume-off:before {
1.2825 - content: "\e036";
1.2826 -}
1.2827 -
1.2828 -.glyphicon-volume-down:before {
1.2829 - content: "\e037";
1.2830 -}
1.2831 -
1.2832 -.glyphicon-volume-up:before {
1.2833 - content: "\e038";
1.2834 -}
1.2835 -
1.2836 -.glyphicon-qrcode:before {
1.2837 - content: "\e039";
1.2838 -}
1.2839 -
1.2840 -.glyphicon-barcode:before {
1.2841 - content: "\e040";
1.2842 -}
1.2843 -
1.2844 -.glyphicon-tag:before {
1.2845 - content: "\e041";
1.2846 -}
1.2847 -
1.2848 -.glyphicon-tags:before {
1.2849 - content: "\e042";
1.2850 -}
1.2851 -
1.2852 -.glyphicon-book:before {
1.2853 - content: "\e043";
1.2854 -}
1.2855 -
1.2856 -.glyphicon-bookmark:before {
1.2857 - content: "\e044";
1.2858 -}
1.2859 -
1.2860 -.glyphicon-print:before {
1.2861 - content: "\e045";
1.2862 -}
1.2863 -
1.2864 -.glyphicon-camera:before {
1.2865 - content: "\e046";
1.2866 -}
1.2867 -
1.2868 -.glyphicon-font:before {
1.2869 - content: "\e047";
1.2870 -}
1.2871 -
1.2872 -.glyphicon-bold:before {
1.2873 - content: "\e048";
1.2874 -}
1.2875 -
1.2876 -.glyphicon-italic:before {
1.2877 - content: "\e049";
1.2878 -}
1.2879 -
1.2880 -.glyphicon-text-height:before {
1.2881 - content: "\e050";
1.2882 -}
1.2883 -
1.2884 -.glyphicon-text-width:before {
1.2885 - content: "\e051";
1.2886 -}
1.2887 -
1.2888 -.glyphicon-align-left:before {
1.2889 - content: "\e052";
1.2890 -}
1.2891 -
1.2892 -.glyphicon-align-center:before {
1.2893 - content: "\e053";
1.2894 -}
1.2895 -
1.2896 -.glyphicon-align-right:before {
1.2897 - content: "\e054";
1.2898 -}
1.2899 -
1.2900 -.glyphicon-align-justify:before {
1.2901 - content: "\e055";
1.2902 -}
1.2903 -
1.2904 -.glyphicon-list:before {
1.2905 - content: "\e056";
1.2906 -}
1.2907 -
1.2908 -.glyphicon-indent-left:before {
1.2909 - content: "\e057";
1.2910 -}
1.2911 -
1.2912 -.glyphicon-indent-right:before {
1.2913 - content: "\e058";
1.2914 -}
1.2915 -
1.2916 -.glyphicon-facetime-video:before {
1.2917 - content: "\e059";
1.2918 -}
1.2919 -
1.2920 -.glyphicon-picture:before {
1.2921 - content: "\e060";
1.2922 -}
1.2923 -
1.2924 -.glyphicon-map-marker:before {
1.2925 - content: "\e062";
1.2926 -}
1.2927 -
1.2928 -.glyphicon-adjust:before {
1.2929 - content: "\e063";
1.2930 -}
1.2931 -
1.2932 -.glyphicon-tint:before {
1.2933 - content: "\e064";
1.2934 -}
1.2935 -
1.2936 -.glyphicon-edit:before {
1.2937 - content: "\e065";
1.2938 -}
1.2939 -
1.2940 -.glyphicon-share:before {
1.2941 - content: "\e066";
1.2942 -}
1.2943 -
1.2944 -.glyphicon-check:before {
1.2945 - content: "\e067";
1.2946 -}
1.2947 -
1.2948 -.glyphicon-move:before {
1.2949 - content: "\e068";
1.2950 -}
1.2951 -
1.2952 -.glyphicon-step-backward:before {
1.2953 - content: "\e069";
1.2954 -}
1.2955 -
1.2956 -.glyphicon-fast-backward:before {
1.2957 - content: "\e070";
1.2958 -}
1.2959 -
1.2960 -.glyphicon-backward:before {
1.2961 - content: "\e071";
1.2962 -}
1.2963 -
1.2964 -.glyphicon-play:before {
1.2965 - content: "\e072";
1.2966 -}
1.2967 -
1.2968 -.glyphicon-pause:before {
1.2969 - content: "\e073";
1.2970 -}
1.2971 -
1.2972 -.glyphicon-stop:before {
1.2973 - content: "\e074";
1.2974 -}
1.2975 -
1.2976 -.glyphicon-forward:before {
1.2977 - content: "\e075";
1.2978 -}
1.2979 -
1.2980 -.glyphicon-fast-forward:before {
1.2981 - content: "\e076";
1.2982 -}
1.2983 -
1.2984 -.glyphicon-step-forward:before {
1.2985 - content: "\e077";
1.2986 -}
1.2987 -
1.2988 -.glyphicon-eject:before {
1.2989 - content: "\e078";
1.2990 -}
1.2991 -
1.2992 -.glyphicon-chevron-left:before {
1.2993 - content: "\e079";
1.2994 -}
1.2995 -
1.2996 -.glyphicon-chevron-right:before {
1.2997 - content: "\e080";
1.2998 -}
1.2999 -
1.3000 -.glyphicon-plus-sign:before {
1.3001 - content: "\e081";
1.3002 -}
1.3003 -
1.3004 -.glyphicon-minus-sign:before {
1.3005 - content: "\e082";
1.3006 -}
1.3007 -
1.3008 -.glyphicon-remove-sign:before {
1.3009 - content: "\e083";
1.3010 -}
1.3011 -
1.3012 -.glyphicon-ok-sign:before {
1.3013 - content: "\e084";
1.3014 -}
1.3015 -
1.3016 -.glyphicon-question-sign:before {
1.3017 - content: "\e085";
1.3018 -}
1.3019 -
1.3020 -.glyphicon-info-sign:before {
1.3021 - content: "\e086";
1.3022 -}
1.3023 -
1.3024 -.glyphicon-screenshot:before {
1.3025 - content: "\e087";
1.3026 -}
1.3027 -
1.3028 -.glyphicon-remove-circle:before {
1.3029 - content: "\e088";
1.3030 -}
1.3031 -
1.3032 -.glyphicon-ok-circle:before {
1.3033 - content: "\e089";
1.3034 -}
1.3035 -
1.3036 -.glyphicon-ban-circle:before {
1.3037 - content: "\e090";
1.3038 -}
1.3039 -
1.3040 -.glyphicon-arrow-left:before {
1.3041 - content: "\e091";
1.3042 -}
1.3043 -
1.3044 -.glyphicon-arrow-right:before {
1.3045 - content: "\e092";
1.3046 -}
1.3047 -
1.3048 -.glyphicon-arrow-up:before {
1.3049 - content: "\e093";
1.3050 -}
1.3051 -
1.3052 -.glyphicon-arrow-down:before {
1.3053 - content: "\e094";
1.3054 -}
1.3055 -
1.3056 -.glyphicon-share-alt:before {
1.3057 - content: "\e095";
1.3058 -}
1.3059 -
1.3060 -.glyphicon-resize-full:before {
1.3061 - content: "\e096";
1.3062 -}
1.3063 -
1.3064 -.glyphicon-resize-small:before {
1.3065 - content: "\e097";
1.3066 -}
1.3067 -
1.3068 -.glyphicon-exclamation-sign:before {
1.3069 - content: "\e101";
1.3070 -}
1.3071 -
1.3072 -.glyphicon-gift:before {
1.3073 - content: "\e102";
1.3074 -}
1.3075 -
1.3076 -.glyphicon-leaf:before {
1.3077 - content: "\e103";
1.3078 -}
1.3079 -
1.3080 -.glyphicon-fire:before {
1.3081 - content: "\e104";
1.3082 -}
1.3083 -
1.3084 -.glyphicon-eye-open:before {
1.3085 - content: "\e105";
1.3086 -}
1.3087 -
1.3088 -.glyphicon-eye-close:before {
1.3089 - content: "\e106";
1.3090 -}
1.3091 -
1.3092 -.glyphicon-warning-sign:before {
1.3093 - content: "\e107";
1.3094 -}
1.3095 -
1.3096 -.glyphicon-plane:before {
1.3097 - content: "\e108";
1.3098 -}
1.3099 -
1.3100 -.glyphicon-calendar:before {
1.3101 - content: "\e109";
1.3102 -}
1.3103 -
1.3104 -.glyphicon-random:before {
1.3105 - content: "\e110";
1.3106 -}
1.3107 -
1.3108 -.glyphicon-comment:before {
1.3109 - content: "\e111";
1.3110 -}
1.3111 -
1.3112 -.glyphicon-magnet:before {
1.3113 - content: "\e112";
1.3114 -}
1.3115 -
1.3116 -.glyphicon-chevron-up:before {
1.3117 - content: "\e113";
1.3118 -}
1.3119 -
1.3120 -.glyphicon-chevron-down:before {
1.3121 - content: "\e114";
1.3122 -}
1.3123 -
1.3124 -.glyphicon-retweet:before {
1.3125 - content: "\e115";
1.3126 -}
1.3127 -
1.3128 -.glyphicon-shopping-cart:before {
1.3129 - content: "\e116";
1.3130 -}
1.3131 -
1.3132 -.glyphicon-folder-close:before {
1.3133 - content: "\e117";
1.3134 -}
1.3135 -
1.3136 -.glyphicon-folder-open:before {
1.3137 - content: "\e118";
1.3138 -}
1.3139 -
1.3140 -.glyphicon-resize-vertical:before {
1.3141 - content: "\e119";
1.3142 -}
1.3143 -
1.3144 -.glyphicon-resize-horizontal:before {
1.3145 - content: "\e120";
1.3146 -}
1.3147 -
1.3148 -.glyphicon-hdd:before {
1.3149 - content: "\e121";
1.3150 -}
1.3151 -
1.3152 -.glyphicon-bullhorn:before {
1.3153 - content: "\e122";
1.3154 -}
1.3155 -
1.3156 -.glyphicon-bell:before {
1.3157 - content: "\e123";
1.3158 -}
1.3159 -
1.3160 -.glyphicon-certificate:before {
1.3161 - content: "\e124";
1.3162 -}
1.3163 -
1.3164 -.glyphicon-thumbs-up:before {
1.3165 - content: "\e125";
1.3166 -}
1.3167 -
1.3168 -.glyphicon-thumbs-down:before {
1.3169 - content: "\e126";
1.3170 -}
1.3171 -
1.3172 -.glyphicon-hand-right:before {
1.3173 - content: "\e127";
1.3174 -}
1.3175 -
1.3176 -.glyphicon-hand-left:before {
1.3177 - content: "\e128";
1.3178 -}
1.3179 -
1.3180 -.glyphicon-hand-up:before {
1.3181 - content: "\e129";
1.3182 -}
1.3183 -
1.3184 -.glyphicon-hand-down:before {
1.3185 - content: "\e130";
1.3186 -}
1.3187 -
1.3188 -.glyphicon-circle-arrow-right:before {
1.3189 - content: "\e131";
1.3190 -}
1.3191 -
1.3192 -.glyphicon-circle-arrow-left:before {
1.3193 - content: "\e132";
1.3194 -}
1.3195 -
1.3196 -.glyphicon-circle-arrow-up:before {
1.3197 - content: "\e133";
1.3198 -}
1.3199 -
1.3200 -.glyphicon-circle-arrow-down:before {
1.3201 - content: "\e134";
1.3202 -}
1.3203 -
1.3204 -.glyphicon-globe:before {
1.3205 - content: "\e135";
1.3206 -}
1.3207 -
1.3208 -.glyphicon-wrench:before {
1.3209 - content: "\e136";
1.3210 -}
1.3211 -
1.3212 -.glyphicon-tasks:before {
1.3213 - content: "\e137";
1.3214 -}
1.3215 -
1.3216 -.glyphicon-filter:before {
1.3217 - content: "\e138";
1.3218 -}
1.3219 -
1.3220 -.glyphicon-briefcase:before {
1.3221 - content: "\e139";
1.3222 -}
1.3223 -
1.3224 -.glyphicon-fullscreen:before {
1.3225 - content: "\e140";
1.3226 -}
1.3227 -
1.3228 -.glyphicon-dashboard:before {
1.3229 - content: "\e141";
1.3230 -}
1.3231 -
1.3232 -.glyphicon-paperclip:before {
1.3233 - content: "\e142";
1.3234 -}
1.3235 -
1.3236 -.glyphicon-heart-empty:before {
1.3237 - content: "\e143";
1.3238 -}
1.3239 -
1.3240 -.glyphicon-link:before {
1.3241 - content: "\e144";
1.3242 -}
1.3243 -
1.3244 -.glyphicon-phone:before {
1.3245 - content: "\e145";
1.3246 -}
1.3247 -
1.3248 -.glyphicon-pushpin:before {
1.3249 - content: "\e146";
1.3250 -}
1.3251 -
1.3252 -.glyphicon-usd:before {
1.3253 - content: "\e148";
1.3254 -}
1.3255 -
1.3256 -.glyphicon-gbp:before {
1.3257 - content: "\e149";
1.3258 -}
1.3259 -
1.3260 -.glyphicon-sort:before {
1.3261 - content: "\e150";
1.3262 -}
1.3263 -
1.3264 -.glyphicon-sort-by-alphabet:before {
1.3265 - content: "\e151";
1.3266 -}
1.3267 -
1.3268 -.glyphicon-sort-by-alphabet-alt:before {
1.3269 - content: "\e152";
1.3270 -}
1.3271 -
1.3272 -.glyphicon-sort-by-order:before {
1.3273 - content: "\e153";
1.3274 -}
1.3275 -
1.3276 -.glyphicon-sort-by-order-alt:before {
1.3277 - content: "\e154";
1.3278 -}
1.3279 -
1.3280 -.glyphicon-sort-by-attributes:before {
1.3281 - content: "\e155";
1.3282 -}
1.3283 -
1.3284 -.glyphicon-sort-by-attributes-alt:before {
1.3285 - content: "\e156";
1.3286 -}
1.3287 -
1.3288 -.glyphicon-unchecked:before {
1.3289 - content: "\e157";
1.3290 -}
1.3291 -
1.3292 -.glyphicon-expand:before {
1.3293 - content: "\e158";
1.3294 -}
1.3295 -
1.3296 -.glyphicon-collapse-down:before {
1.3297 - content: "\e159";
1.3298 -}
1.3299 -
1.3300 -.glyphicon-collapse-up:before {
1.3301 - content: "\e160";
1.3302 -}
1.3303 -
1.3304 -.glyphicon-log-in:before {
1.3305 - content: "\e161";
1.3306 -}
1.3307 -
1.3308 -.glyphicon-flash:before {
1.3309 - content: "\e162";
1.3310 -}
1.3311 -
1.3312 -.glyphicon-log-out:before {
1.3313 - content: "\e163";
1.3314 -}
1.3315 -
1.3316 -.glyphicon-new-window:before {
1.3317 - content: "\e164";
1.3318 -}
1.3319 -
1.3320 -.glyphicon-record:before {
1.3321 - content: "\e165";
1.3322 -}
1.3323 -
1.3324 -.glyphicon-save:before {
1.3325 - content: "\e166";
1.3326 -}
1.3327 -
1.3328 -.glyphicon-open:before {
1.3329 - content: "\e167";
1.3330 -}
1.3331 -
1.3332 -.glyphicon-saved:before {
1.3333 - content: "\e168";
1.3334 -}
1.3335 -
1.3336 -.glyphicon-import:before {
1.3337 - content: "\e169";
1.3338 -}
1.3339 -
1.3340 -.glyphicon-export:before {
1.3341 - content: "\e170";
1.3342 -}
1.3343 -
1.3344 -.glyphicon-send:before {
1.3345 - content: "\e171";
1.3346 -}
1.3347 -
1.3348 -.glyphicon-floppy-disk:before {
1.3349 - content: "\e172";
1.3350 -}
1.3351 -
1.3352 -.glyphicon-floppy-saved:before {
1.3353 - content: "\e173";
1.3354 -}
1.3355 -
1.3356 -.glyphicon-floppy-remove:before {
1.3357 - content: "\e174";
1.3358 -}
1.3359 -
1.3360 -.glyphicon-floppy-save:before {
1.3361 - content: "\e175";
1.3362 -}
1.3363 -
1.3364 -.glyphicon-floppy-open:before {
1.3365 - content: "\e176";
1.3366 -}
1.3367 -
1.3368 -.glyphicon-credit-card:before {
1.3369 - content: "\e177";
1.3370 -}
1.3371 -
1.3372 -.glyphicon-transfer:before {
1.3373 - content: "\e178";
1.3374 -}
1.3375 -
1.3376 -.glyphicon-cutlery:before {
1.3377 - content: "\e179";
1.3378 -}
1.3379 -
1.3380 -.glyphicon-header:before {
1.3381 - content: "\e180";
1.3382 -}
1.3383 -
1.3384 -.glyphicon-compressed:before {
1.3385 - content: "\e181";
1.3386 -}
1.3387 -
1.3388 -.glyphicon-earphone:before {
1.3389 - content: "\e182";
1.3390 -}
1.3391 -
1.3392 -.glyphicon-phone-alt:before {
1.3393 - content: "\e183";
1.3394 -}
1.3395 -
1.3396 -.glyphicon-tower:before {
1.3397 - content: "\e184";
1.3398 -}
1.3399 -
1.3400 -.glyphicon-stats:before {
1.3401 - content: "\e185";
1.3402 -}
1.3403 -
1.3404 -.glyphicon-sd-video:before {
1.3405 - content: "\e186";
1.3406 -}
1.3407 -
1.3408 -.glyphicon-hd-video:before {
1.3409 - content: "\e187";
1.3410 -}
1.3411 -
1.3412 -.glyphicon-subtitles:before {
1.3413 - content: "\e188";
1.3414 -}
1.3415 -
1.3416 -.glyphicon-sound-stereo:before {
1.3417 - content: "\e189";
1.3418 -}
1.3419 -
1.3420 -.glyphicon-sound-dolby:before {
1.3421 - content: "\e190";
1.3422 -}
1.3423 -
1.3424 -.glyphicon-sound-5-1:before {
1.3425 - content: "\e191";
1.3426 -}
1.3427 -
1.3428 -.glyphicon-sound-6-1:before {
1.3429 - content: "\e192";
1.3430 -}
1.3431 -
1.3432 -.glyphicon-sound-7-1:before {
1.3433 - content: "\e193";
1.3434 -}
1.3435 -
1.3436 -.glyphicon-copyright-mark:before {
1.3437 - content: "\e194";
1.3438 -}
1.3439 -
1.3440 -.glyphicon-registration-mark:before {
1.3441 - content: "\e195";
1.3442 -}
1.3443 -
1.3444 -.glyphicon-cloud-download:before {
1.3445 - content: "\e197";
1.3446 -}
1.3447 -
1.3448 -.glyphicon-cloud-upload:before {
1.3449 - content: "\e198";
1.3450 -}
1.3451 -
1.3452 -.glyphicon-tree-conifer:before {
1.3453 - content: "\e199";
1.3454 -}
1.3455 -
1.3456 -.glyphicon-tree-deciduous:before {
1.3457 - content: "\e200";
1.3458 -}
1.3459 -
1.3460 -.caret {
1.3461 - display: inline-block;
1.3462 - width: 0;
1.3463 - height: 0;
1.3464 - margin-left: 2px;
1.3465 - vertical-align: middle;
1.3466 - border-top: 4px solid #000000;
1.3467 - border-right: 4px solid transparent;
1.3468 - border-bottom: 0 dotted;
1.3469 - border-left: 4px solid transparent;
1.3470 -}
1.3471 -
1.3472 -.dropdown {
1.3473 - position: relative;
1.3474 -}
1.3475 -
1.3476 -.dropdown-toggle:focus {
1.3477 - outline: 0;
1.3478 -}
1.3479 -
1.3480 -.dropdown-menu {
1.3481 - position: absolute;
1.3482 - top: 100%;
1.3483 - left: 0;
1.3484 - z-index: 1000;
1.3485 - display: none;
1.3486 - float: left;
1.3487 - min-width: 160px;
1.3488 - padding: 5px 0;
1.3489 - margin: 2px 0 0;
1.3490 - font-size: 14px;
1.3491 - list-style: none;
1.3492 - background-color: #ffffff;
1.3493 - border: 1px solid #cccccc;
1.3494 - border: 1px solid rgba(0, 0, 0, 0.15);
1.3495 - border-radius: 4px;
1.3496 - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1.3497 - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1.3498 - background-clip: padding-box;
1.3499 -}
1.3500 -
1.3501 -.dropdown-menu.pull-right {
1.3502 - right: 0;
1.3503 - left: auto;
1.3504 -}
1.3505 -
1.3506 -.dropdown-menu .divider {
1.3507 - height: 1px;
1.3508 - margin: 9px 0;
1.3509 - overflow: hidden;
1.3510 - background-color: #e5e5e5;
1.3511 -}
1.3512 -
1.3513 -.dropdown-menu > li > a {
1.3514 - display: block;
1.3515 - padding: 3px 20px;
1.3516 - clear: both;
1.3517 - font-weight: normal;
1.3518 - line-height: 1.428571429;
1.3519 - color: #333333;
1.3520 - white-space: nowrap;
1.3521 -}
1.3522 -
1.3523 -.dropdown-menu > li > a:hover,
1.3524 -.dropdown-menu > li > a:focus {
1.3525 - color: #262626;
1.3526 - text-decoration: none;
1.3527 - background-color: #f5f5f5;
1.3528 -}
1.3529 -
1.3530 -.dropdown-menu > .active > a,
1.3531 -.dropdown-menu > .active > a:hover,
1.3532 -.dropdown-menu > .active > a:focus {
1.3533 - color: #ffffff;
1.3534 - text-decoration: none;
1.3535 - background-color: #428bca;
1.3536 - outline: 0;
1.3537 -}
1.3538 -
1.3539 -.dropdown-menu > .disabled > a,
1.3540 -.dropdown-menu > .disabled > a:hover,
1.3541 -.dropdown-menu > .disabled > a:focus {
1.3542 - color: #999999;
1.3543 -}
1.3544 -
1.3545 -.dropdown-menu > .disabled > a:hover,
1.3546 -.dropdown-menu > .disabled > a:focus {
1.3547 - text-decoration: none;
1.3548 - cursor: not-allowed;
1.3549 - background-color: transparent;
1.3550 - background-image: none;
1.3551 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1.3552 -}
1.3553 -
1.3554 -.open > .dropdown-menu {
1.3555 - display: block;
1.3556 -}
1.3557 -
1.3558 -.open > a {
1.3559 - outline: 0;
1.3560 -}
1.3561 -
1.3562 -.dropdown-header {
1.3563 - display: block;
1.3564 - padding: 3px 20px;
1.3565 - font-size: 12px;
1.3566 - line-height: 1.428571429;
1.3567 - color: #999999;
1.3568 -}
1.3569 -
1.3570 -.dropdown-backdrop {
1.3571 - position: fixed;
1.3572 - top: 0;
1.3573 - right: 0;
1.3574 - bottom: 0;
1.3575 - left: 0;
1.3576 - z-index: 990;
1.3577 -}
1.3578 -
1.3579 -.pull-right > .dropdown-menu {
1.3580 - right: 0;
1.3581 - left: auto;
1.3582 -}
1.3583 -
1.3584 -.dropup .caret,
1.3585 -.navbar-fixed-bottom .dropdown .caret {
1.3586 - border-top: 0 dotted;
1.3587 - border-bottom: 4px solid #000000;
1.3588 - content: "";
1.3589 -}
1.3590 -
1.3591 -.dropup .dropdown-menu,
1.3592 -.navbar-fixed-bottom .dropdown .dropdown-menu {
1.3593 - top: auto;
1.3594 - bottom: 100%;
1.3595 - margin-bottom: 1px;
1.3596 -}
1.3597 -
1.3598 -@media (min-width: 768px) {
1.3599 - .navbar-right .dropdown-menu {
1.3600 - right: 0;
1.3601 - left: auto;
1.3602 - }
1.3603 -}
1.3604 -
1.3605 -.btn-default .caret {
1.3606 - border-top-color: #333333;
1.3607 -}
1.3608 -
1.3609 -.btn-primary .caret,
1.3610 -.btn-success .caret,
1.3611 -.btn-warning .caret,
1.3612 -.btn-danger .caret,
1.3613 -.btn-info .caret {
1.3614 - border-top-color: #fff;
1.3615 -}
1.3616 -
1.3617 -.dropup .btn-default .caret {
1.3618 - border-bottom-color: #333333;
1.3619 -}
1.3620 -
1.3621 -.dropup .btn-primary .caret,
1.3622 -.dropup .btn-success .caret,
1.3623 -.dropup .btn-warning .caret,
1.3624 -.dropup .btn-danger .caret,
1.3625 -.dropup .btn-info .caret {
1.3626 - border-bottom-color: #fff;
1.3627 -}
1.3628 -
1.3629 -.btn-group,
1.3630 -.btn-group-vertical {
1.3631 - position: relative;
1.3632 - display: inline-block;
1.3633 - vertical-align: middle;
1.3634 -}
1.3635 -
1.3636 -.btn-group > .btn,
1.3637 -.btn-group-vertical > .btn {
1.3638 - position: relative;
1.3639 - float: left;
1.3640 -}
1.3641 -
1.3642 -.btn-group > .btn:hover,
1.3643 -.btn-group-vertical > .btn:hover,
1.3644 -.btn-group > .btn:focus,
1.3645 -.btn-group-vertical > .btn:focus,
1.3646 -.btn-group > .btn:active,
1.3647 -.btn-group-vertical > .btn:active,
1.3648 -.btn-group > .btn.active,
1.3649 -.btn-group-vertical > .btn.active {
1.3650 - z-index: 2;
1.3651 -}
1.3652 -
1.3653 -.btn-group > .btn:focus,
1.3654 -.btn-group-vertical > .btn:focus {
1.3655 - outline: none;
1.3656 -}
1.3657 -
1.3658 -.btn-group .btn + .btn,
1.3659 -.btn-group .btn + .btn-group,
1.3660 -.btn-group .btn-group + .btn,
1.3661 -.btn-group .btn-group + .btn-group {
1.3662 - margin-left: -1px;
1.3663 -}
1.3664 -
1.3665 -.btn-toolbar:before,
1.3666 -.btn-toolbar:after {
1.3667 - display: table;
1.3668 - content: " ";
1.3669 -}
1.3670 -
1.3671 -.btn-toolbar:after {
1.3672 - clear: both;
1.3673 -}
1.3674 -
1.3675 -.btn-toolbar:before,
1.3676 -.btn-toolbar:after {
1.3677 - display: table;
1.3678 - content: " ";
1.3679 -}
1.3680 -
1.3681 -.btn-toolbar:after {
1.3682 - clear: both;
1.3683 -}
1.3684 -
1.3685 -.btn-toolbar .btn-group {
1.3686 - float: left;
1.3687 -}
1.3688 -
1.3689 -.btn-toolbar > .btn + .btn,
1.3690 -.btn-toolbar > .btn-group + .btn,
1.3691 -.btn-toolbar > .btn + .btn-group,
1.3692 -.btn-toolbar > .btn-group + .btn-group {
1.3693 - margin-left: 5px;
1.3694 -}
1.3695 -
1.3696 -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1.3697 - border-radius: 0;
1.3698 -}
1.3699 -
1.3700 -.btn-group > .btn:first-child {
1.3701 - margin-left: 0;
1.3702 -}
1.3703 -
1.3704 -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1.3705 - border-top-right-radius: 0;
1.3706 - border-bottom-right-radius: 0;
1.3707 -}
1.3708 -
1.3709 -.btn-group > .btn:last-child:not(:first-child),
1.3710 -.btn-group > .dropdown-toggle:not(:first-child) {
1.3711 - border-bottom-left-radius: 0;
1.3712 - border-top-left-radius: 0;
1.3713 -}
1.3714 -
1.3715 -.btn-group > .btn-group {
1.3716 - float: left;
1.3717 -}
1.3718 -
1.3719 -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1.3720 - border-radius: 0;
1.3721 -}
1.3722 -
1.3723 -.btn-group > .btn-group:first-child > .btn:last-child,
1.3724 -.btn-group > .btn-group:first-child > .dropdown-toggle {
1.3725 - border-top-right-radius: 0;
1.3726 - border-bottom-right-radius: 0;
1.3727 -}
1.3728 -
1.3729 -.btn-group > .btn-group:last-child > .btn:first-child {
1.3730 - border-bottom-left-radius: 0;
1.3731 - border-top-left-radius: 0;
1.3732 -}
1.3733 -
1.3734 -.btn-group .dropdown-toggle:active,
1.3735 -.btn-group.open .dropdown-toggle {
1.3736 - outline: 0;
1.3737 -}
1.3738 -
1.3739 -.btn-group-xs > .btn {
1.3740 - padding: 5px 10px;
1.3741 - padding: 1px 5px;
1.3742 - font-size: 12px;
1.3743 - line-height: 1.5;
1.3744 - border-radius: 3px;
1.3745 -}
1.3746 -
1.3747 -.btn-group-sm > .btn {
1.3748 - padding: 5px 10px;
1.3749 - font-size: 12px;
1.3750 - line-height: 1.5;
1.3751 - border-radius: 3px;
1.3752 -}
1.3753 -
1.3754 -.btn-group-lg > .btn {
1.3755 - padding: 10px 16px;
1.3756 - font-size: 18px;
1.3757 - line-height: 1.33;
1.3758 - border-radius: 6px;
1.3759 -}
1.3760 -
1.3761 -.btn-group > .btn + .dropdown-toggle {
1.3762 - padding-right: 8px;
1.3763 - padding-left: 8px;
1.3764 -}
1.3765 -
1.3766 -.btn-group > .btn-lg + .dropdown-toggle {
1.3767 - padding-right: 12px;
1.3768 - padding-left: 12px;
1.3769 -}
1.3770 -
1.3771 -.btn-group.open .dropdown-toggle {
1.3772 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.3773 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1.3774 -}
1.3775 -
1.3776 -.btn-group.open .dropdown-toggle.btn-link {
1.3777 - -webkit-box-shadow: none;
1.3778 - box-shadow: none;
1.3779 -}
1.3780 -
1.3781 -.btn .caret {
1.3782 - margin-left: 0;
1.3783 -}
1.3784 -
1.3785 -.btn-lg .caret {
1.3786 - border-width: 5px 5px 0;
1.3787 - border-bottom-width: 0;
1.3788 -}
1.3789 -
1.3790 -.dropup .btn-lg .caret {
1.3791 - border-width: 0 5px 5px;
1.3792 -}
1.3793 -
1.3794 -.btn-group-vertical > .btn,
1.3795 -.btn-group-vertical > .btn-group {
1.3796 - display: block;
1.3797 - float: none;
1.3798 - width: 100%;
1.3799 - max-width: 100%;
1.3800 -}
1.3801 -
1.3802 -.btn-group-vertical > .btn-group:before,
1.3803 -.btn-group-vertical > .btn-group:after {
1.3804 - display: table;
1.3805 - content: " ";
1.3806 -}
1.3807 -
1.3808 -.btn-group-vertical > .btn-group:after {
1.3809 - clear: both;
1.3810 -}
1.3811 -
1.3812 -.btn-group-vertical > .btn-group:before,
1.3813 -.btn-group-vertical > .btn-group:after {
1.3814 - display: table;
1.3815 - content: " ";
1.3816 -}
1.3817 -
1.3818 -.btn-group-vertical > .btn-group:after {
1.3819 - clear: both;
1.3820 -}
1.3821 -
1.3822 -.btn-group-vertical > .btn-group > .btn {
1.3823 - float: none;
1.3824 -}
1.3825 -
1.3826 -.btn-group-vertical > .btn + .btn,
1.3827 -.btn-group-vertical > .btn + .btn-group,
1.3828 -.btn-group-vertical > .btn-group + .btn,
1.3829 -.btn-group-vertical > .btn-group + .btn-group {
1.3830 - margin-top: -1px;
1.3831 - margin-left: 0;
1.3832 -}
1.3833 -
1.3834 -.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1.3835 - border-radius: 0;
1.3836 -}
1.3837 -
1.3838 -.btn-group-vertical > .btn:first-child:not(:last-child) {
1.3839 - border-top-right-radius: 4px;
1.3840 - border-bottom-right-radius: 0;
1.3841 - border-bottom-left-radius: 0;
1.3842 -}
1.3843 -
1.3844 -.btn-group-vertical > .btn:last-child:not(:first-child) {
1.3845 - border-top-right-radius: 0;
1.3846 - border-bottom-left-radius: 4px;
1.3847 - border-top-left-radius: 0;
1.3848 -}
1.3849 -
1.3850 -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1.3851 - border-radius: 0;
1.3852 -}
1.3853 -
1.3854 -.btn-group-vertical > .btn-group:first-child > .btn:last-child,
1.3855 -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
1.3856 - border-bottom-right-radius: 0;
1.3857 - border-bottom-left-radius: 0;
1.3858 -}
1.3859 -
1.3860 -.btn-group-vertical > .btn-group:last-child > .btn:first-child {
1.3861 - border-top-right-radius: 0;
1.3862 - border-top-left-radius: 0;
1.3863 -}
1.3864 -
1.3865 -.btn-group-justified {
1.3866 - display: table;
1.3867 - width: 100%;
1.3868 - border-collapse: separate;
1.3869 - table-layout: fixed;
1.3870 -}
1.3871 -
1.3872 -.btn-group-justified .btn {
1.3873 - display: table-cell;
1.3874 - float: none;
1.3875 - width: 1%;
1.3876 -}
1.3877 -
1.3878 -[data-toggle="buttons"] > .btn > input[type="radio"],
1.3879 -[data-toggle="buttons"] > .btn > input[type="checkbox"] {
1.3880 - display: none;
1.3881 -}
1.3882 -
1.3883 -.input-group {
1.3884 - position: relative;
1.3885 - display: table;
1.3886 - border-collapse: separate;
1.3887 -}
1.3888 -
1.3889 -.input-group.col {
1.3890 - float: none;
1.3891 - padding-right: 0;
1.3892 - padding-left: 0;
1.3893 -}
1.3894 -
1.3895 -.input-group .form-control {
1.3896 - width: 100%;
1.3897 - margin-bottom: 0;
1.3898 -}
1.3899 -
1.3900 -.input-group-lg > .form-control,
1.3901 -.input-group-lg > .input-group-addon,
1.3902 -.input-group-lg > .input-group-btn > .btn {
1.3903 - height: 45px;
1.3904 - padding: 10px 16px;
1.3905 - font-size: 18px;
1.3906 - line-height: 1.33;
1.3907 - border-radius: 6px;
1.3908 -}
1.3909 -
1.3910 -select.input-group-lg > .form-control,
1.3911 -select.input-group-lg > .input-group-addon,
1.3912 -select.input-group-lg > .input-group-btn > .btn {
1.3913 - height: 45px;
1.3914 - line-height: 45px;
1.3915 -}
1.3916 -
1.3917 -textarea.input-group-lg > .form-control,
1.3918 -textarea.input-group-lg > .input-group-addon,
1.3919 -textarea.input-group-lg > .input-group-btn > .btn {
1.3920 - height: auto;
1.3921 -}
1.3922 -
1.3923 -.input-group-sm > .form-control,
1.3924 -.input-group-sm > .input-group-addon,
1.3925 -.input-group-sm > .input-group-btn > .btn {
1.3926 - height: 30px;
1.3927 - padding: 5px 10px;
1.3928 - font-size: 12px;
1.3929 - line-height: 1.5;
1.3930 - border-radius: 3px;
1.3931 -}
1.3932 -
1.3933 -select.input-group-sm > .form-control,
1.3934 -select.input-group-sm > .input-group-addon,
1.3935 -select.input-group-sm > .input-group-btn > .btn {
1.3936 - height: 30px;
1.3937 - line-height: 30px;
1.3938 -}
1.3939 -
1.3940 -textarea.input-group-sm > .form-control,
1.3941 -textarea.input-group-sm > .input-group-addon,
1.3942 -textarea.input-group-sm > .input-group-btn > .btn {
1.3943 - height: auto;
1.3944 -}
1.3945 -
1.3946 -.input-group-addon,
1.3947 -.input-group-btn,
1.3948 -.input-group .form-control {
1.3949 - display: table-cell;
1.3950 -}
1.3951 -
1.3952 -.input-group-addon:not(:first-child):not(:last-child),
1.3953 -.input-group-btn:not(:first-child):not(:last-child),
1.3954 -.input-group .form-control:not(:first-child):not(:last-child) {
1.3955 - border-radius: 0;
1.3956 -}
1.3957 -
1.3958 -.input-group-addon,
1.3959 -.input-group-btn {
1.3960 - width: 1%;
1.3961 - white-space: nowrap;
1.3962 - vertical-align: middle;
1.3963 -}
1.3964 -
1.3965 -.input-group-addon {
1.3966 - padding: 6px 12px;
1.3967 - font-size: 14px;
1.3968 - font-weight: normal;
1.3969 - line-height: 1;
1.3970 - color: #555555;
1.3971 - text-align: center;
1.3972 - background-color: #eeeeee;
1.3973 - border: 1px solid #cccccc;
1.3974 - border-radius: 4px;
1.3975 -}
1.3976 -
1.3977 -.input-group-addon.input-sm {
1.3978 - padding: 5px 10px;
1.3979 - font-size: 12px;
1.3980 - border-radius: 3px;
1.3981 -}
1.3982 -
1.3983 -.input-group-addon.input-lg {
1.3984 - padding: 10px 16px;
1.3985 - font-size: 18px;
1.3986 - border-radius: 6px;
1.3987 -}
1.3988 -
1.3989 -.input-group-addon input[type="radio"],
1.3990 -.input-group-addon input[type="checkbox"] {
1.3991 - margin-top: 0;
1.3992 -}
1.3993 -
1.3994 -.input-group .form-control:first-child,
1.3995 -.input-group-addon:first-child,
1.3996 -.input-group-btn:first-child > .btn,
1.3997 -.input-group-btn:first-child > .dropdown-toggle,
1.3998 -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
1.3999 - border-top-right-radius: 0;
1.4000 - border-bottom-right-radius: 0;
1.4001 -}
1.4002 -
1.4003 -.input-group-addon:first-child {
1.4004 - border-right: 0;
1.4005 -}
1.4006 -
1.4007 -.input-group .form-control:last-child,
1.4008 -.input-group-addon:last-child,
1.4009 -.input-group-btn:last-child > .btn,
1.4010 -.input-group-btn:last-child > .dropdown-toggle,
1.4011 -.input-group-btn:first-child > .btn:not(:first-child) {
1.4012 - border-bottom-left-radius: 0;
1.4013 - border-top-left-radius: 0;
1.4014 -}
1.4015 -
1.4016 -.input-group-addon:last-child {
1.4017 - border-left: 0;
1.4018 -}
1.4019 -
1.4020 -.input-group-btn {
1.4021 - position: relative;
1.4022 - white-space: nowrap;
1.4023 -}
1.4024 -
1.4025 -.input-group-btn:first-child > .btn {
1.4026 - margin-right: -1px;
1.4027 -}
1.4028 -
1.4029 -.input-group-btn:last-child > .btn {
1.4030 - margin-left: -1px;
1.4031 -}
1.4032 -
1.4033 -.input-group-btn > .btn {
1.4034 - position: relative;
1.4035 -}
1.4036 -
1.4037 -.input-group-btn > .btn + .btn {
1.4038 - margin-left: -4px;
1.4039 -}
1.4040 -
1.4041 -.input-group-btn > .btn:hover,
1.4042 -.input-group-btn > .btn:active {
1.4043 - z-index: 2;
1.4044 -}
1.4045 -
1.4046 -.nav {
1.4047 - padding-left: 0;
1.4048 - margin-bottom: 0;
1.4049 - list-style: none;
1.4050 -}
1.4051 -
1.4052 -.nav:before,
1.4053 -.nav:after {
1.4054 - display: table;
1.4055 - content: " ";
1.4056 -}
1.4057 -
1.4058 -.nav:after {
1.4059 - clear: both;
1.4060 -}
1.4061 -
1.4062 -.nav:before,
1.4063 -.nav:after {
1.4064 - display: table;
1.4065 - content: " ";
1.4066 -}
1.4067 -
1.4068 -.nav:after {
1.4069 - clear: both;
1.4070 -}
1.4071 -
1.4072 -.nav > li {
1.4073 - position: relative;
1.4074 - display: block;
1.4075 -}
1.4076 -
1.4077 -.nav > li > a {
1.4078 - position: relative;
1.4079 - display: block;
1.4080 - padding: 10px 15px;
1.4081 -}
1.4082 -
1.4083 -.nav > li > a:hover,
1.4084 -.nav > li > a:focus {
1.4085 - text-decoration: none;
1.4086 - background-color: #eeeeee;
1.4087 -}
1.4088 -
1.4089 -.nav > li.disabled > a {
1.4090 - color: #999999;
1.4091 -}
1.4092 -
1.4093 -.nav > li.disabled > a:hover,
1.4094 -.nav > li.disabled > a:focus {
1.4095 - color: #999999;
1.4096 - text-decoration: none;
1.4097 - cursor: not-allowed;
1.4098 - background-color: transparent;
1.4099 -}
1.4100 -
1.4101 -.nav .open > a,
1.4102 -.nav .open > a:hover,
1.4103 -.nav .open > a:focus {
1.4104 - background-color: #eeeeee;
1.4105 - border-color: #428bca;
1.4106 -}
1.4107 -
1.4108 -.nav .open > a .caret,
1.4109 -.nav .open > a:hover .caret,
1.4110 -.nav .open > a:focus .caret {
1.4111 - border-top-color: #2a6496;
1.4112 - border-bottom-color: #2a6496;
1.4113 -}
1.4114 -
1.4115 -.nav .nav-divider {
1.4116 - height: 1px;
1.4117 - margin: 9px 0;
1.4118 - overflow: hidden;
1.4119 - background-color: #e5e5e5;
1.4120 -}
1.4121 -
1.4122 -.nav > li > a > img {
1.4123 - max-width: none;
1.4124 -}
1.4125 -
1.4126 -.nav-tabs {
1.4127 - border-bottom: 1px solid #dddddd;
1.4128 -}
1.4129 -
1.4130 -.nav-tabs > li {
1.4131 - float: left;
1.4132 - margin-bottom: -1px;
1.4133 -}
1.4134 -
1.4135 -.nav-tabs > li > a {
1.4136 - margin-right: 2px;
1.4137 - line-height: 1.428571429;
1.4138 - border: 1px solid transparent;
1.4139 - border-radius: 4px 4px 0 0;
1.4140 -}
1.4141 -
1.4142 -.nav-tabs > li > a:hover {
1.4143 - border-color: #eeeeee #eeeeee #dddddd;
1.4144 -}
1.4145 -
1.4146 -.nav-tabs > li.active > a,
1.4147 -.nav-tabs > li.active > a:hover,
1.4148 -.nav-tabs > li.active > a:focus {
1.4149 - color: #555555;
1.4150 - cursor: default;
1.4151 - background-color: #ffffff;
1.4152 - border: 1px solid #dddddd;
1.4153 - border-bottom-color: transparent;
1.4154 -}
1.4155 -
1.4156 -.nav-tabs.nav-justified {
1.4157 - width: 100%;
1.4158 - border-bottom: 0;
1.4159 -}
1.4160 -
1.4161 -.nav-tabs.nav-justified > li {
1.4162 - float: none;
1.4163 -}
1.4164 -
1.4165 -.nav-tabs.nav-justified > li > a {
1.4166 - margin-bottom: 5px;
1.4167 - text-align: center;
1.4168 -}
1.4169 -
1.4170 -.nav-tabs.nav-justified > .dropdown .dropdown-menu {
1.4171 - top: auto;
1.4172 - left: auto;
1.4173 -}
1.4174 -
1.4175 -@media (min-width: 768px) {
1.4176 - .nav-tabs.nav-justified > li {
1.4177 - display: table-cell;
1.4178 - width: 1%;
1.4179 - }
1.4180 - .nav-tabs.nav-justified > li > a {
1.4181 - margin-bottom: 0;
1.4182 - }
1.4183 -}
1.4184 -
1.4185 -.nav-tabs.nav-justified > li > a {
1.4186 - margin-right: 0;
1.4187 - border-radius: 4px;
1.4188 -}
1.4189 -
1.4190 -.nav-tabs.nav-justified > .active > a,
1.4191 -.nav-tabs.nav-justified > .active > a:hover,
1.4192 -.nav-tabs.nav-justified > .active > a:focus {
1.4193 - border: 1px solid #dddddd;
1.4194 -}
1.4195 -
1.4196 -@media (min-width: 768px) {
1.4197 - .nav-tabs.nav-justified > li > a {
1.4198 - border-bottom: 1px solid #dddddd;
1.4199 - border-radius: 4px 4px 0 0;
1.4200 - }
1.4201 - .nav-tabs.nav-justified > .active > a,
1.4202 - .nav-tabs.nav-justified > .active > a:hover,
1.4203 - .nav-tabs.nav-justified > .active > a:focus {
1.4204 - border-bottom-color: #ffffff;
1.4205 - }
1.4206 -}
1.4207 -
1.4208 -.nav-pills > li {
1.4209 - float: left;
1.4210 -}
1.4211 -
1.4212 -.nav-pills > li > a {
1.4213 - border-radius: 4px;
1.4214 -}
1.4215 -
1.4216 -.nav-pills > li + li {
1.4217 - margin-left: 2px;
1.4218 -}
1.4219 -
1.4220 -.nav-pills > li.active > a,
1.4221 -.nav-pills > li.active > a:hover,
1.4222 -.nav-pills > li.active > a:focus {
1.4223 - color: #ffffff;
1.4224 - background-color: #428bca;
1.4225 -}
1.4226 -
1.4227 -.nav-pills > li.active > a .caret,
1.4228 -.nav-pills > li.active > a:hover .caret,
1.4229 -.nav-pills > li.active > a:focus .caret {
1.4230 - border-top-color: #ffffff;
1.4231 - border-bottom-color: #ffffff;
1.4232 -}
1.4233 -
1.4234 -.nav-stacked > li {
1.4235 - float: none;
1.4236 -}
1.4237 -
1.4238 -.nav-stacked > li + li {
1.4239 - margin-top: 2px;
1.4240 - margin-left: 0;
1.4241 -}
1.4242 -
1.4243 -.nav-justified {
1.4244 - width: 100%;
1.4245 -}
1.4246 -
1.4247 -.nav-justified > li {
1.4248 - float: none;
1.4249 -}
1.4250 -
1.4251 -.nav-justified > li > a {
1.4252 - margin-bottom: 5px;
1.4253 - text-align: center;
1.4254 -}
1.4255 -
1.4256 -.nav-justified > .dropdown .dropdown-menu {
1.4257 - top: auto;
1.4258 - left: auto;
1.4259 -}
1.4260 -
1.4261 -@media (min-width: 768px) {
1.4262 - .nav-justified > li {
1.4263 - display: table-cell;
1.4264 - width: 1%;
1.4265 - }
1.4266 - .nav-justified > li > a {
1.4267 - margin-bottom: 0;
1.4268 - }
1.4269 -}
1.4270 -
1.4271 -.nav-tabs-justified {
1.4272 - border-bottom: 0;
1.4273 -}
1.4274 -
1.4275 -.nav-tabs-justified > li > a {
1.4276 - margin-right: 0;
1.4277 - border-radius: 4px;
1.4278 -}
1.4279 -
1.4280 -.nav-tabs-justified > .active > a,
1.4281 -.nav-tabs-justified > .active > a:hover,
1.4282 -.nav-tabs-justified > .active > a:focus {
1.4283 - border: 1px solid #dddddd;
1.4284 -}
1.4285 -
1.4286 -@media (min-width: 768px) {
1.4287 - .nav-tabs-justified > li > a {
1.4288 - border-bottom: 1px solid #dddddd;
1.4289 - border-radius: 4px 4px 0 0;
1.4290 - }
1.4291 - .nav-tabs-justified > .active > a,
1.4292 - .nav-tabs-justified > .active > a:hover,
1.4293 - .nav-tabs-justified > .active > a:focus {
1.4294 - border-bottom-color: #ffffff;
1.4295 - }
1.4296 -}
1.4297 -
1.4298 -.tab-content > .tab-pane {
1.4299 - display: none;
1.4300 -}
1.4301 -
1.4302 -.tab-content > .active {
1.4303 - display: block;
1.4304 -}
1.4305 -
1.4306 -.nav .caret {
1.4307 - border-top-color: #428bca;
1.4308 - border-bottom-color: #428bca;
1.4309 -}
1.4310 -
1.4311 -.nav a:hover .caret {
1.4312 - border-top-color: #2a6496;
1.4313 - border-bottom-color: #2a6496;
1.4314 -}
1.4315 -
1.4316 -.nav-tabs .dropdown-menu {
1.4317 - margin-top: -1px;
1.4318 - border-top-right-radius: 0;
1.4319 - border-top-left-radius: 0;
1.4320 -}
1.4321 -
1.4322 -.navbar {
1.4323 - position: relative;
1.4324 - min-height: 50px;
1.4325 - margin-bottom: 20px;
1.4326 - border: 1px solid transparent;
1.4327 -}
1.4328 -
1.4329 -.navbar:before,
1.4330 -.navbar:after {
1.4331 - display: table;
1.4332 - content: " ";
1.4333 -}
1.4334 -
1.4335 -.navbar:after {
1.4336 - clear: both;
1.4337 -}
1.4338 -
1.4339 -.navbar:before,
1.4340 -.navbar:after {
1.4341 - display: table;
1.4342 - content: " ";
1.4343 -}
1.4344 -
1.4345 -.navbar:after {
1.4346 - clear: both;
1.4347 -}
1.4348 -
1.4349 -@media (min-width: 768px) {
1.4350 - .navbar {
1.4351 - border-radius: 4px;
1.4352 - }
1.4353 -}
1.4354 -
1.4355 -.navbar-header:before,
1.4356 -.navbar-header:after {
1.4357 - display: table;
1.4358 - content: " ";
1.4359 -}
1.4360 -
1.4361 -.navbar-header:after {
1.4362 - clear: both;
1.4363 -}
1.4364 -
1.4365 -.navbar-header:before,
1.4366 -.navbar-header:after {
1.4367 - display: table;
1.4368 - content: " ";
1.4369 -}
1.4370 -
1.4371 -.navbar-header:after {
1.4372 - clear: both;
1.4373 -}
1.4374 -
1.4375 -@media (min-width: 768px) {
1.4376 - .navbar-header {
1.4377 - float: left;
1.4378 - }
1.4379 -}
1.4380 -
1.4381 -.navbar-collapse {
1.4382 - max-height: 340px;
1.4383 - padding-right: 15px;
1.4384 - padding-left: 15px;
1.4385 - overflow-x: visible;
1.4386 - border-top: 1px solid transparent;
1.4387 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
1.4388 - -webkit-overflow-scrolling: touch;
1.4389 -}
1.4390 -
1.4391 -.navbar-collapse:before,
1.4392 -.navbar-collapse:after {
1.4393 - display: table;
1.4394 - content: " ";
1.4395 -}
1.4396 -
1.4397 -.navbar-collapse:after {
1.4398 - clear: both;
1.4399 -}
1.4400 -
1.4401 -.navbar-collapse:before,
1.4402 -.navbar-collapse:after {
1.4403 - display: table;
1.4404 - content: " ";
1.4405 -}
1.4406 -
1.4407 -.navbar-collapse:after {
1.4408 - clear: both;
1.4409 -}
1.4410 -
1.4411 -.navbar-collapse.in {
1.4412 - overflow-y: auto;
1.4413 -}
1.4414 -
1.4415 -@media (min-width: 768px) {
1.4416 - .navbar-collapse {
1.4417 - width: auto;
1.4418 - border-top: 0;
1.4419 - box-shadow: none;
1.4420 - }
1.4421 - .navbar-collapse.collapse {
1.4422 - display: block !important;
1.4423 - height: auto !important;
1.4424 - padding-bottom: 0;
1.4425 - overflow: visible !important;
1.4426 - }
1.4427 - .navbar-collapse.in {
1.4428 - overflow-y: auto;
1.4429 - }
1.4430 - .navbar-collapse .navbar-nav.navbar-left:first-child {
1.4431 - margin-left: -15px;
1.4432 - }
1.4433 - .navbar-collapse .navbar-nav.navbar-right:last-child {
1.4434 - margin-right: -15px;
1.4435 - }
1.4436 - .navbar-collapse .navbar-text:last-child {
1.4437 - margin-right: 0;
1.4438 - }
1.4439 -}
1.4440 -
1.4441 -.container > .navbar-header,
1.4442 -.container > .navbar-collapse {
1.4443 - margin-right: -15px;
1.4444 - margin-left: -15px;
1.4445 -}
1.4446 -
1.4447 -@media (min-width: 768px) {
1.4448 - .container > .navbar-header,
1.4449 - .container > .navbar-collapse {
1.4450 - margin-right: 0;
1.4451 - margin-left: 0;
1.4452 - }
1.4453 -}
1.4454 -
1.4455 -.navbar-static-top {
1.4456 - z-index: 1000;
1.4457 - border-width: 0 0 1px;
1.4458 -}
1.4459 -
1.4460 -@media (min-width: 768px) {
1.4461 - .navbar-static-top {
1.4462 - border-radius: 0;
1.4463 - }
1.4464 -}
1.4465 -
1.4466 -.navbar-fixed-top,
1.4467 -.navbar-fixed-bottom {
1.4468 - position: fixed;
1.4469 - right: 0;
1.4470 - left: 0;
1.4471 - z-index: 1030;
1.4472 -}
1.4473 -
1.4474 -@media (min-width: 768px) {
1.4475 - .navbar-fixed-top,
1.4476 - .navbar-fixed-bottom {
1.4477 - border-radius: 0;
1.4478 - }
1.4479 -}
1.4480 -
1.4481 -.navbar-fixed-top {
1.4482 - top: 0;
1.4483 - border-width: 0 0 1px;
1.4484 -}
1.4485 -
1.4486 -.navbar-fixed-bottom {
1.4487 - bottom: 0;
1.4488 - margin-bottom: 0;
1.4489 - border-width: 1px 0 0;
1.4490 -}
1.4491 -
1.4492 -.navbar-brand {
1.4493 - float: left;
1.4494 - padding: 15px 15px;
1.4495 - font-size: 18px;
1.4496 - line-height: 20px;
1.4497 -}
1.4498 -
1.4499 -.navbar-brand:hover,
1.4500 -.navbar-brand:focus {
1.4501 - text-decoration: none;
1.4502 -}
1.4503 -
1.4504 -@media (min-width: 768px) {
1.4505 - .navbar > .container .navbar-brand {
1.4506 - margin-left: -15px;
1.4507 - }
1.4508 -}
1.4509 -
1.4510 -.navbar-toggle {
1.4511 - position: relative;
1.4512 - float: right;
1.4513 - padding: 9px 10px;
1.4514 - margin-top: 8px;
1.4515 - margin-right: 15px;
1.4516 - margin-bottom: 8px;
1.4517 - background-color: transparent;
1.4518 - border: 1px solid transparent;
1.4519 - border-radius: 4px;
1.4520 -}
1.4521 -
1.4522 -.navbar-toggle .icon-bar {
1.4523 - display: block;
1.4524 - width: 22px;
1.4525 - height: 2px;
1.4526 - border-radius: 1px;
1.4527 -}
1.4528 -
1.4529 -.navbar-toggle .icon-bar + .icon-bar {
1.4530 - margin-top: 4px;
1.4531 -}
1.4532 -
1.4533 -@media (min-width: 768px) {
1.4534 - .navbar-toggle {
1.4535 - display: none;
1.4536 - }
1.4537 -}
1.4538 -
1.4539 -.navbar-nav {
1.4540 - margin: 7.5px -15px;
1.4541 -}
1.4542 -
1.4543 -.navbar-nav > li > a {
1.4544 - padding-top: 10px;
1.4545 - padding-bottom: 10px;
1.4546 - line-height: 20px;
1.4547 -}
1.4548 -
1.4549 -@media (max-width: 767px) {
1.4550 - .navbar-nav .open .dropdown-menu {
1.4551 - position: static;
1.4552 - float: none;
1.4553 - width: auto;
1.4554 - margin-top: 0;
1.4555 - background-color: transparent;
1.4556 - border: 0;
1.4557 - box-shadow: none;
1.4558 - }
1.4559 - .navbar-nav .open .dropdown-menu > li > a,
1.4560 - .navbar-nav .open .dropdown-menu .dropdown-header {
1.4561 - padding: 5px 15px 5px 25px;
1.4562 - }
1.4563 - .navbar-nav .open .dropdown-menu > li > a {
1.4564 - line-height: 20px;
1.4565 - }
1.4566 - .navbar-nav .open .dropdown-menu > li > a:hover,
1.4567 - .navbar-nav .open .dropdown-menu > li > a:focus {
1.4568 - background-image: none;
1.4569 - }
1.4570 -}
1.4571 -
1.4572 -@media (min-width: 768px) {
1.4573 - .navbar-nav {
1.4574 - float: left;
1.4575 - margin: 0;
1.4576 - }
1.4577 - .navbar-nav > li {
1.4578 - float: left;
1.4579 - }
1.4580 - .navbar-nav > li > a {
1.4581 - padding-top: 15px;
1.4582 - padding-bottom: 15px;
1.4583 - }
1.4584 -}
1.4585 -
1.4586 -@media (min-width: 768px) {
1.4587 - .navbar-left {
1.4588 - float: left !important;
1.4589 - }
1.4590 - .navbar-right {
1.4591 - float: right !important;
1.4592 - }
1.4593 -}
1.4594 -
1.4595 -.navbar-form {
1.4596 - padding: 10px 15px;
1.4597 - margin-top: 8px;
1.4598 - margin-right: -15px;
1.4599 - margin-bottom: 8px;
1.4600 - margin-left: -15px;
1.4601 - border-top: 1px solid transparent;
1.4602 - border-bottom: 1px solid transparent;
1.4603 - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
1.4604 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
1.4605 -}
1.4606 -
1.4607 -@media (min-width: 768px) {
1.4608 - .navbar-form .form-group {
1.4609 - display: inline-block;
1.4610 - margin-bottom: 0;
1.4611 - vertical-align: middle;
1.4612 - }
1.4613 - .navbar-form .form-control {
1.4614 - display: inline-block;
1.4615 - }
1.4616 - .navbar-form .radio,
1.4617 - .navbar-form .checkbox {
1.4618 - display: inline-block;
1.4619 - padding-left: 0;
1.4620 - margin-top: 0;
1.4621 - margin-bottom: 0;
1.4622 - }
1.4623 - .navbar-form .radio input[type="radio"],
1.4624 - .navbar-form .checkbox input[type="checkbox"] {
1.4625 - float: none;
1.4626 - margin-left: 0;
1.4627 - }
1.4628 -}
1.4629 -
1.4630 -@media (max-width: 767px) {
1.4631 - .navbar-form .form-group {
1.4632 - margin-bottom: 5px;
1.4633 - }
1.4634 -}
1.4635 -
1.4636 -@media (min-width: 768px) {
1.4637 - .navbar-form {
1.4638 - width: auto;
1.4639 - padding-top: 0;
1.4640 - padding-bottom: 0;
1.4641 - margin-right: 0;
1.4642 - margin-left: 0;
1.4643 - border: 0;
1.4644 - -webkit-box-shadow: none;
1.4645 - box-shadow: none;
1.4646 - }
1.4647 -}
1.4648 -
1.4649 -.navbar-nav > li > .dropdown-menu {
1.4650 - margin-top: 0;
1.4651 - border-top-right-radius: 0;
1.4652 - border-top-left-radius: 0;
1.4653 -}
1.4654 -
1.4655 -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
1.4656 - border-bottom-right-radius: 0;
1.4657 - border-bottom-left-radius: 0;
1.4658 -}
1.4659 -
1.4660 -.navbar-nav.pull-right > li > .dropdown-menu,
1.4661 -.navbar-nav > li > .dropdown-menu.pull-right {
1.4662 - right: 0;
1.4663 - left: auto;
1.4664 -}
1.4665 -
1.4666 -.navbar-btn {
1.4667 - margin-top: 8px;
1.4668 - margin-bottom: 8px;
1.4669 -}
1.4670 -
1.4671 -.navbar-text {
1.4672 - float: left;
1.4673 - margin-top: 15px;
1.4674 - margin-bottom: 15px;
1.4675 -}
1.4676 -
1.4677 -@media (min-width: 768px) {
1.4678 - .navbar-text {
1.4679 - margin-right: 15px;
1.4680 - margin-left: 15px;
1.4681 - }
1.4682 -}
1.4683 -
1.4684 -.navbar-default {
1.4685 - background-color: #f8f8f8;
1.4686 - border-color: #e7e7e7;
1.4687 -}
1.4688 -
1.4689 -.navbar-default .navbar-brand {
1.4690 - color: #777777;
1.4691 -}
1.4692 -
1.4693 -.navbar-default .navbar-brand:hover,
1.4694 -.navbar-default .navbar-brand:focus {
1.4695 - color: #5e5e5e;
1.4696 - background-color: transparent;
1.4697 -}
1.4698 -
1.4699 -.navbar-default .navbar-text {
1.4700 - color: #777777;
1.4701 -}
1.4702 -
1.4703 -.navbar-default .navbar-nav > li > a {
1.4704 - color: #777777;
1.4705 -}
1.4706 -
1.4707 -.navbar-default .navbar-nav > li > a:hover,
1.4708 -.navbar-default .navbar-nav > li > a:focus {
1.4709 - color: #333333;
1.4710 - background-color: transparent;
1.4711 -}
1.4712 -
1.4713 -.navbar-default .navbar-nav > .active > a,
1.4714 -.navbar-default .navbar-nav > .active > a:hover,
1.4715 -.navbar-default .navbar-nav > .active > a:focus {
1.4716 - color: #555555;
1.4717 - background-color: #e7e7e7;
1.4718 -}
1.4719 -
1.4720 -.navbar-default .navbar-nav > .disabled > a,
1.4721 -.navbar-default .navbar-nav > .disabled > a:hover,
1.4722 -.navbar-default .navbar-nav > .disabled > a:focus {
1.4723 - color: #cccccc;
1.4724 - background-color: transparent;
1.4725 -}
1.4726 -
1.4727 -.navbar-default .navbar-toggle {
1.4728 - border-color: #dddddd;
1.4729 -}
1.4730 -
1.4731 -.navbar-default .navbar-toggle:hover,
1.4732 -.navbar-default .navbar-toggle:focus {
1.4733 - background-color: #dddddd;
1.4734 -}
1.4735 -
1.4736 -.navbar-default .navbar-toggle .icon-bar {
1.4737 - background-color: #cccccc;
1.4738 -}
1.4739 -
1.4740 -.navbar-default .navbar-collapse,
1.4741 -.navbar-default .navbar-form {
1.4742 - border-color: #e7e7e7;
1.4743 -}
1.4744 -
1.4745 -.navbar-default .navbar-nav > .dropdown > a:hover .caret,
1.4746 -.navbar-default .navbar-nav > .dropdown > a:focus .caret {
1.4747 - border-top-color: #333333;
1.4748 - border-bottom-color: #333333;
1.4749 -}
1.4750 -
1.4751 -.navbar-default .navbar-nav > .open > a,
1.4752 -.navbar-default .navbar-nav > .open > a:hover,
1.4753 -.navbar-default .navbar-nav > .open > a:focus {
1.4754 - color: #555555;
1.4755 - background-color: #e7e7e7;
1.4756 -}
1.4757 -
1.4758 -.navbar-default .navbar-nav > .open > a .caret,
1.4759 -.navbar-default .navbar-nav > .open > a:hover .caret,
1.4760 -.navbar-default .navbar-nav > .open > a:focus .caret {
1.4761 - border-top-color: #555555;
1.4762 - border-bottom-color: #555555;
1.4763 -}
1.4764 -
1.4765 -.navbar-default .navbar-nav > .dropdown > a .caret {
1.4766 - border-top-color: #777777;
1.4767 - border-bottom-color: #777777;
1.4768 -}
1.4769 -
1.4770 -@media (max-width: 767px) {
1.4771 - .navbar-default .navbar-nav .open .dropdown-menu > li > a {
1.4772 - color: #777777;
1.4773 - }
1.4774 - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
1.4775 - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
1.4776 - color: #333333;
1.4777 - background-color: transparent;
1.4778 - }
1.4779 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
1.4780 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
1.4781 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
1.4782 - color: #555555;
1.4783 - background-color: #e7e7e7;
1.4784 - }
1.4785 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
1.4786 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
1.4787 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
1.4788 - color: #cccccc;
1.4789 - background-color: transparent;
1.4790 - }
1.4791 -}
1.4792 -
1.4793 -.navbar-default .navbar-link {
1.4794 - color: #777777;
1.4795 -}
1.4796 -
1.4797 -.navbar-default .navbar-link:hover {
1.4798 - color: #333333;
1.4799 -}
1.4800 -
1.4801 -.navbar-inverse {
1.4802 - background-color: #222222;
1.4803 - border-color: #080808;
1.4804 -}
1.4805 -
1.4806 -.navbar-inverse .navbar-brand {
1.4807 - color: #999999;
1.4808 -}
1.4809 -
1.4810 -.navbar-inverse .navbar-brand:hover,
1.4811 -.navbar-inverse .navbar-brand:focus {
1.4812 - color: #ffffff;
1.4813 - background-color: transparent;
1.4814 -}
1.4815 -
1.4816 -.navbar-inverse .navbar-text {
1.4817 - color: #999999;
1.4818 -}
1.4819 -
1.4820 -.navbar-inverse .navbar-nav > li > a {
1.4821 - color: #999999;
1.4822 -}
1.4823 -
1.4824 -.navbar-inverse .navbar-nav > li > a:hover,
1.4825 -.navbar-inverse .navbar-nav > li > a:focus {
1.4826 - color: #ffffff;
1.4827 - background-color: transparent;
1.4828 -}
1.4829 -
1.4830 -.navbar-inverse .navbar-nav > .active > a,
1.4831 -.navbar-inverse .navbar-nav > .active > a:hover,
1.4832 -.navbar-inverse .navbar-nav > .active > a:focus {
1.4833 - color: #ffffff;
1.4834 - background-color: #080808;
1.4835 -}
1.4836 -
1.4837 -.navbar-inverse .navbar-nav > .disabled > a,
1.4838 -.navbar-inverse .navbar-nav > .disabled > a:hover,
1.4839 -.navbar-inverse .navbar-nav > .disabled > a:focus {
1.4840 - color: #444444;
1.4841 - background-color: transparent;
1.4842 -}
1.4843 -
1.4844 -.navbar-inverse .navbar-toggle {
1.4845 - border-color: #333333;
1.4846 -}
1.4847 -
1.4848 -.navbar-inverse .navbar-toggle:hover,
1.4849 -.navbar-inverse .navbar-toggle:focus {
1.4850 - background-color: #333333;
1.4851 -}
1.4852 -
1.4853 -.navbar-inverse .navbar-toggle .icon-bar {
1.4854 - background-color: #ffffff;
1.4855 -}
1.4856 -
1.4857 -.navbar-inverse .navbar-collapse,
1.4858 -.navbar-inverse .navbar-form {
1.4859 - border-color: #101010;
1.4860 -}
1.4861 -
1.4862 -.navbar-inverse .navbar-nav > .open > a,
1.4863 -.navbar-inverse .navbar-nav > .open > a:hover,
1.4864 -.navbar-inverse .navbar-nav > .open > a:focus {
1.4865 - color: #ffffff;
1.4866 - background-color: #080808;
1.4867 -}
1.4868 -
1.4869 -.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
1.4870 - border-top-color: #ffffff;
1.4871 - border-bottom-color: #ffffff;
1.4872 -}
1.4873 -
1.4874 -.navbar-inverse .navbar-nav > .dropdown > a .caret {
1.4875 - border-top-color: #999999;
1.4876 - border-bottom-color: #999999;
1.4877 -}
1.4878 -
1.4879 -.navbar-inverse .navbar-nav > .open > a .caret,
1.4880 -.navbar-inverse .navbar-nav > .open > a:hover .caret,
1.4881 -.navbar-inverse .navbar-nav > .open > a:focus .caret {
1.4882 - border-top-color: #ffffff;
1.4883 - border-bottom-color: #ffffff;
1.4884 -}
1.4885 -
1.4886 -@media (max-width: 767px) {
1.4887 - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
1.4888 - border-color: #080808;
1.4889 - }
1.4890 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
1.4891 - color: #999999;
1.4892 - }
1.4893 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
1.4894 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
1.4895 - color: #ffffff;
1.4896 - background-color: transparent;
1.4897 - }
1.4898 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
1.4899 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
1.4900 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
1.4901 - color: #ffffff;
1.4902 - background-color: #080808;
1.4903 - }
1.4904 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
1.4905 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
1.4906 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
1.4907 - color: #444444;
1.4908 - background-color: transparent;
1.4909 - }
1.4910 -}
1.4911 -
1.4912 -.navbar-inverse .navbar-link {
1.4913 - color: #999999;
1.4914 -}
1.4915 -
1.4916 -.navbar-inverse .navbar-link:hover {
1.4917 - color: #ffffff;
1.4918 -}
1.4919 -
1.4920 -.breadcrumb {
1.4921 - padding: 8px 15px;
1.4922 - margin-bottom: 20px;
1.4923 - list-style: none;
1.4924 - background-color: #f5f5f5;
1.4925 - border-radius: 4px;
1.4926 -}
1.4927 -
1.4928 -.breadcrumb > li {
1.4929 - display: inline-block;
1.4930 -}
1.4931 -
1.4932 -.breadcrumb > li + li:before {
1.4933 - padding: 0 5px;
1.4934 - color: #cccccc;
1.4935 - content: "/\00a0";
1.4936 -}
1.4937 -
1.4938 -.breadcrumb > .active {
1.4939 - color: #999999;
1.4940 -}
1.4941 -
1.4942 -.pagination {
1.4943 - display: inline-block;
1.4944 - padding-left: 0;
1.4945 - margin: 20px 0;
1.4946 - border-radius: 4px;
1.4947 -}
1.4948 -
1.4949 -.pagination > li {
1.4950 - display: inline;
1.4951 -}
1.4952 -
1.4953 -.pagination > li > a,
1.4954 -.pagination > li > span {
1.4955 - position: relative;
1.4956 - float: left;
1.4957 - padding: 6px 12px;
1.4958 - margin-left: -1px;
1.4959 - line-height: 1.428571429;
1.4960 - text-decoration: none;
1.4961 - background-color: #ffffff;
1.4962 - border: 1px solid #dddddd;
1.4963 -}
1.4964 -
1.4965 -.pagination > li:first-child > a,
1.4966 -.pagination > li:first-child > span {
1.4967 - margin-left: 0;
1.4968 - border-bottom-left-radius: 4px;
1.4969 - border-top-left-radius: 4px;
1.4970 -}
1.4971 -
1.4972 -.pagination > li:last-child > a,
1.4973 -.pagination > li:last-child > span {
1.4974 - border-top-right-radius: 4px;
1.4975 - border-bottom-right-radius: 4px;
1.4976 -}
1.4977 -
1.4978 -.pagination > li > a:hover,
1.4979 -.pagination > li > span:hover,
1.4980 -.pagination > li > a:focus,
1.4981 -.pagination > li > span:focus {
1.4982 - background-color: #eeeeee;
1.4983 -}
1.4984 -
1.4985 -.pagination > .active > a,
1.4986 -.pagination > .active > span,
1.4987 -.pagination > .active > a:hover,
1.4988 -.pagination > .active > span:hover,
1.4989 -.pagination > .active > a:focus,
1.4990 -.pagination > .active > span:focus {
1.4991 - z-index: 2;
1.4992 - color: #ffffff;
1.4993 - cursor: default;
1.4994 - background-color: #428bca;
1.4995 - border-color: #428bca;
1.4996 -}
1.4997 -
1.4998 -.pagination > .disabled > span,
1.4999 -.pagination > .disabled > span:hover,
1.5000 -.pagination > .disabled > span:focus,
1.5001 -.pagination > .disabled > a,
1.5002 -.pagination > .disabled > a:hover,
1.5003 -.pagination > .disabled > a:focus {
1.5004 - color: #999999;
1.5005 - cursor: not-allowed;
1.5006 - background-color: #ffffff;
1.5007 - border-color: #dddddd;
1.5008 -}
1.5009 -
1.5010 -.pagination-lg > li > a,
1.5011 -.pagination-lg > li > span {
1.5012 - padding: 10px 16px;
1.5013 - font-size: 18px;
1.5014 -}
1.5015 -
1.5016 -.pagination-lg > li:first-child > a,
1.5017 -.pagination-lg > li:first-child > span {
1.5018 - border-bottom-left-radius: 6px;
1.5019 - border-top-left-radius: 6px;
1.5020 -}
1.5021 -
1.5022 -.pagination-lg > li:last-child > a,
1.5023 -.pagination-lg > li:last-child > span {
1.5024 - border-top-right-radius: 6px;
1.5025 - border-bottom-right-radius: 6px;
1.5026 -}
1.5027 -
1.5028 -.pagination-sm > li > a,
1.5029 -.pagination-sm > li > span {
1.5030 - padding: 5px 10px;
1.5031 - font-size: 12px;
1.5032 -}
1.5033 -
1.5034 -.pagination-sm > li:first-child > a,
1.5035 -.pagination-sm > li:first-child > span {
1.5036 - border-bottom-left-radius: 3px;
1.5037 - border-top-left-radius: 3px;
1.5038 -}
1.5039 -
1.5040 -.pagination-sm > li:last-child > a,
1.5041 -.pagination-sm > li:last-child > span {
1.5042 - border-top-right-radius: 3px;
1.5043 - border-bottom-right-radius: 3px;
1.5044 -}
1.5045 -
1.5046 -.pager {
1.5047 - padding-left: 0;
1.5048 - margin: 20px 0;
1.5049 - text-align: center;
1.5050 - list-style: none;
1.5051 -}
1.5052 -
1.5053 -.pager:before,
1.5054 -.pager:after {
1.5055 - display: table;
1.5056 - content: " ";
1.5057 -}
1.5058 -
1.5059 -.pager:after {
1.5060 - clear: both;
1.5061 -}
1.5062 -
1.5063 -.pager:before,
1.5064 -.pager:after {
1.5065 - display: table;
1.5066 - content: " ";
1.5067 -}
1.5068 -
1.5069 -.pager:after {
1.5070 - clear: both;
1.5071 -}
1.5072 -
1.5073 -.pager li {
1.5074 - display: inline;
1.5075 -}
1.5076 -
1.5077 -.pager li > a,
1.5078 -.pager li > span {
1.5079 - display: inline-block;
1.5080 - padding: 5px 14px;
1.5081 - background-color: #ffffff;
1.5082 - border: 1px solid #dddddd;
1.5083 - border-radius: 15px;
1.5084 -}
1.5085 -
1.5086 -.pager li > a:hover,
1.5087 -.pager li > a:focus {
1.5088 - text-decoration: none;
1.5089 - background-color: #eeeeee;
1.5090 -}
1.5091 -
1.5092 -.pager .next > a,
1.5093 -.pager .next > span {
1.5094 - float: right;
1.5095 -}
1.5096 -
1.5097 -.pager .previous > a,
1.5098 -.pager .previous > span {
1.5099 - float: left;
1.5100 -}
1.5101 -
1.5102 -.pager .disabled > a,
1.5103 -.pager .disabled > a:hover,
1.5104 -.pager .disabled > a:focus,
1.5105 -.pager .disabled > span {
1.5106 - color: #999999;
1.5107 - cursor: not-allowed;
1.5108 - background-color: #ffffff;
1.5109 -}
1.5110 -
1.5111 -.label {
1.5112 - display: inline;
1.5113 - padding: .2em .6em .3em;
1.5114 - font-size: 75%;
1.5115 - font-weight: bold;
1.5116 - line-height: 1;
1.5117 - color: #ffffff;
1.5118 - text-align: center;
1.5119 - white-space: nowrap;
1.5120 - vertical-align: baseline;
1.5121 - border-radius: .25em;
1.5122 -}
1.5123 -
1.5124 -.label[href]:hover,
1.5125 -.label[href]:focus {
1.5126 - color: #ffffff;
1.5127 - text-decoration: none;
1.5128 - cursor: pointer;
1.5129 -}
1.5130 -
1.5131 -.label:empty {
1.5132 - display: none;
1.5133 -}
1.5134 -
1.5135 -.label-default {
1.5136 - background-color: #999999;
1.5137 -}
1.5138 -
1.5139 -.label-default[href]:hover,
1.5140 -.label-default[href]:focus {
1.5141 - background-color: #808080;
1.5142 -}
1.5143 -
1.5144 -.label-primary {
1.5145 - background-color: #428bca;
1.5146 -}
1.5147 -
1.5148 -.label-primary[href]:hover,
1.5149 -.label-primary[href]:focus {
1.5150 - background-color: #3071a9;
1.5151 -}
1.5152 -
1.5153 -.label-success {
1.5154 - background-color: #5cb85c;
1.5155 -}
1.5156 -
1.5157 -.label-success[href]:hover,
1.5158 -.label-success[href]:focus {
1.5159 - background-color: #449d44;
1.5160 -}
1.5161 -
1.5162 -.label-info {
1.5163 - background-color: #5bc0de;
1.5164 -}
1.5165 -
1.5166 -.label-info[href]:hover,
1.5167 -.label-info[href]:focus {
1.5168 - background-color: #31b0d5;
1.5169 -}
1.5170 -
1.5171 -.label-warning {
1.5172 - background-color: #f0ad4e;
1.5173 -}
1.5174 -
1.5175 -.label-warning[href]:hover,
1.5176 -.label-warning[href]:focus {
1.5177 - background-color: #ec971f;
1.5178 -}
1.5179 -
1.5180 -.label-danger {
1.5181 - background-color: #d9534f;
1.5182 -}
1.5183 -
1.5184 -.label-danger[href]:hover,
1.5185 -.label-danger[href]:focus {
1.5186 - background-color: #c9302c;
1.5187 -}
1.5188 -
1.5189 -.badge {
1.5190 - display: inline-block;
1.5191 - min-width: 10px;
1.5192 - padding: 3px 7px;
1.5193 - font-size: 12px;
1.5194 - font-weight: bold;
1.5195 - line-height: 1;
1.5196 - color: #ffffff;
1.5197 - text-align: center;
1.5198 - white-space: nowrap;
1.5199 - vertical-align: baseline;
1.5200 - background-color: #999999;
1.5201 - border-radius: 10px;
1.5202 -}
1.5203 -
1.5204 -.badge:empty {
1.5205 - display: none;
1.5206 -}
1.5207 -
1.5208 -a.badge:hover,
1.5209 -a.badge:focus {
1.5210 - color: #ffffff;
1.5211 - text-decoration: none;
1.5212 - cursor: pointer;
1.5213 -}
1.5214 -
1.5215 -.btn .badge {
1.5216 - position: relative;
1.5217 - top: -1px;
1.5218 -}
1.5219 -
1.5220 -a.list-group-item.active > .badge,
1.5221 -.nav-pills > .active > a > .badge {
1.5222 - color: #428bca;
1.5223 - background-color: #ffffff;
1.5224 -}
1.5225 -
1.5226 -.nav-pills > li > a > .badge {
1.5227 - margin-left: 3px;
1.5228 -}
1.5229 -
1.5230 -.jumbotron {
1.5231 - padding: 30px;
1.5232 - margin-bottom: 30px;
1.5233 - font-size: 21px;
1.5234 - font-weight: 200;
1.5235 - line-height: 2.1428571435;
1.5236 - color: inherit;
1.5237 - background-color: #eeeeee;
1.5238 -}
1.5239 -
1.5240 -.jumbotron h1 {
1.5241 - line-height: 1;
1.5242 - color: inherit;
1.5243 -}
1.5244 -
1.5245 -.jumbotron p {
1.5246 - line-height: 1.4;
1.5247 -}
1.5248 -
1.5249 -.container .jumbotron {
1.5250 - border-radius: 6px;
1.5251 -}
1.5252 -
1.5253 -@media screen and (min-width: 768px) {
1.5254 - .jumbotron {
1.5255 - padding-top: 48px;
1.5256 - padding-bottom: 48px;
1.5257 - }
1.5258 - .container .jumbotron {
1.5259 - padding-right: 60px;
1.5260 - padding-left: 60px;
1.5261 - }
1.5262 - .jumbotron h1 {
1.5263 - font-size: 63px;
1.5264 - }
1.5265 -}
1.5266 -
1.5267 -.thumbnail {
1.5268 - display: inline-block;
1.5269 - display: block;
1.5270 - height: auto;
1.5271 - max-width: 100%;
1.5272 - padding: 4px;
1.5273 - margin-bottom: 20px;
1.5274 - line-height: 1.428571429;
1.5275 - background-color: #ffffff;
1.5276 - border: 1px solid #dddddd;
1.5277 - border-radius: 4px;
1.5278 - -webkit-transition: all 0.2s ease-in-out;
1.5279 - transition: all 0.2s ease-in-out;
1.5280 -}
1.5281 -
1.5282 -.thumbnail > img {
1.5283 - display: block;
1.5284 - height: auto;
1.5285 - max-width: 100%;
1.5286 - margin-right: auto;
1.5287 - margin-left: auto;
1.5288 -}
1.5289 -
1.5290 -a.thumbnail:hover,
1.5291 -a.thumbnail:focus,
1.5292 -a.thumbnail.active {
1.5293 - border-color: #428bca;
1.5294 -}
1.5295 -
1.5296 -.thumbnail .caption {
1.5297 - padding: 9px;
1.5298 - color: #333333;
1.5299 -}
1.5300 -
1.5301 -.alert {
1.5302 - padding: 15px;
1.5303 - margin-bottom: 20px;
1.5304 - border: 1px solid transparent;
1.5305 - border-radius: 4px;
1.5306 -}
1.5307 -
1.5308 -.alert h4 {
1.5309 - margin-top: 0;
1.5310 - color: inherit;
1.5311 -}
1.5312 -
1.5313 -.alert .alert-link {
1.5314 - font-weight: bold;
1.5315 -}
1.5316 -
1.5317 -.alert > p,
1.5318 -.alert > ul {
1.5319 - margin-bottom: 0;
1.5320 -}
1.5321 -
1.5322 -.alert > p + p {
1.5323 - margin-top: 5px;
1.5324 -}
1.5325 -
1.5326 -.alert-dismissable {
1.5327 - padding-right: 35px;
1.5328 -}
1.5329 -
1.5330 -.alert-dismissable .close {
1.5331 - position: relative;
1.5332 - top: -2px;
1.5333 - right: -21px;
1.5334 - color: inherit;
1.5335 -}
1.5336 -
1.5337 -.alert-success {
1.5338 - color: #468847;
1.5339 - background-color: #dff0d8;
1.5340 - border-color: #d6e9c6;
1.5341 -}
1.5342 -
1.5343 -.alert-success hr {
1.5344 - border-top-color: #c9e2b3;
1.5345 -}
1.5346 -
1.5347 -.alert-success .alert-link {
1.5348 - color: #356635;
1.5349 -}
1.5350 -
1.5351 -.alert-info {
1.5352 - color: #3a87ad;
1.5353 - background-color: #d9edf7;
1.5354 - border-color: #bce8f1;
1.5355 -}
1.5356 -
1.5357 -.alert-info hr {
1.5358 - border-top-color: #a6e1ec;
1.5359 -}
1.5360 -
1.5361 -.alert-info .alert-link {
1.5362 - color: #2d6987;
1.5363 -}
1.5364 -
1.5365 -.alert-warning {
1.5366 - color: #c09853;
1.5367 - background-color: #fcf8e3;
1.5368 - border-color: #faebcc;
1.5369 -}
1.5370 -
1.5371 -.alert-warning hr {
1.5372 - border-top-color: #f7e1b5;
1.5373 -}
1.5374 -
1.5375 -.alert-warning .alert-link {
1.5376 - color: #a47e3c;
1.5377 -}
1.5378 -
1.5379 -.alert-danger {
1.5380 - color: #b94a48;
1.5381 - background-color: #f2dede;
1.5382 - border-color: #ebccd1;
1.5383 -}
1.5384 -
1.5385 -.alert-danger hr {
1.5386 - border-top-color: #e4b9c0;
1.5387 -}
1.5388 -
1.5389 -.alert-danger .alert-link {
1.5390 - color: #953b39;
1.5391 -}
1.5392 -
1.5393 -@-webkit-keyframes progress-bar-stripes {
1.5394 - from {
1.5395 - background-position: 40px 0;
1.5396 - }
1.5397 - to {
1.5398 - background-position: 0 0;
1.5399 - }
1.5400 -}
1.5401 -
1.5402 -@-moz-keyframes progress-bar-stripes {
1.5403 - from {
1.5404 - background-position: 40px 0;
1.5405 - }
1.5406 - to {
1.5407 - background-position: 0 0;
1.5408 - }
1.5409 -}
1.5410 -
1.5411 -@-o-keyframes progress-bar-stripes {
1.5412 - from {
1.5413 - background-position: 0 0;
1.5414 - }
1.5415 - to {
1.5416 - background-position: 40px 0;
1.5417 - }
1.5418 -}
1.5419 -
1.5420 -@keyframes progress-bar-stripes {
1.5421 - from {
1.5422 - background-position: 40px 0;
1.5423 - }
1.5424 - to {
1.5425 - background-position: 0 0;
1.5426 - }
1.5427 -}
1.5428 -
1.5429 -.progress {
1.5430 - height: 20px;
1.5431 - margin-bottom: 20px;
1.5432 - overflow: hidden;
1.5433 - background-color: #f5f5f5;
1.5434 - border-radius: 4px;
1.5435 - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1.5436 - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1.5437 -}
1.5438 -
1.5439 -.progress-bar {
1.5440 - float: left;
1.5441 - width: 0;
1.5442 - height: 100%;
1.5443 - font-size: 12px;
1.5444 - line-height: 20px;
1.5445 - color: #ffffff;
1.5446 - text-align: center;
1.5447 - background-color: #428bca;
1.5448 - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1.5449 - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1.5450 - -webkit-transition: width 0.6s ease;
1.5451 - transition: width 0.6s ease;
1.5452 -}
1.5453 -
1.5454 -.progress-striped .progress-bar {
1.5455 - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1.5456 - 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);
1.5457 - background-image: -moz-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);
1.5458 - 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);
1.5459 - background-size: 40px 40px;
1.5460 -}
1.5461 -
1.5462 -.progress.active .progress-bar {
1.5463 - -webkit-animation: progress-bar-stripes 2s linear infinite;
1.5464 - animation: progress-bar-stripes 2s linear infinite;
1.5465 -}
1.5466 -
1.5467 -.progress-bar-success {
1.5468 - background-color: #5cb85c;
1.5469 -}
1.5470 -
1.5471 -.progress-striped .progress-bar-success {
1.5472 - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1.5473 - 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);
1.5474 - background-image: -moz-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);
1.5475 - 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);
1.5476 -}
1.5477 -
1.5478 -.progress-bar-info {
1.5479 - background-color: #5bc0de;
1.5480 -}
1.5481 -
1.5482 -.progress-striped .progress-bar-info {
1.5483 - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1.5484 - 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);
1.5485 - background-image: -moz-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);
1.5486 - 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);
1.5487 -}
1.5488 -
1.5489 -.progress-bar-warning {
1.5490 - background-color: #f0ad4e;
1.5491 -}
1.5492 -
1.5493 -.progress-striped .progress-bar-warning {
1.5494 - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1.5495 - 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);
1.5496 - background-image: -moz-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);
1.5497 - 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);
1.5498 -}
1.5499 -
1.5500 -.progress-bar-danger {
1.5501 - background-color: #d9534f;
1.5502 -}
1.5503 -
1.5504 -.progress-striped .progress-bar-danger {
1.5505 - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
1.5506 - 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);
1.5507 - background-image: -moz-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);
1.5508 - 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);
1.5509 -}
1.5510 -
1.5511 -.media,
1.5512 -.media-body {
1.5513 - overflow: hidden;
1.5514 - zoom: 1;
1.5515 -}
1.5516 -
1.5517 -.media,
1.5518 -.media .media {
1.5519 - margin-top: 15px;
1.5520 -}
1.5521 -
1.5522 -.media:first-child {
1.5523 - margin-top: 0;
1.5524 -}
1.5525 -
1.5526 -.media-object {
1.5527 - display: block;
1.5528 -}
1.5529 -
1.5530 -.media-heading {
1.5531 - margin: 0 0 5px;
1.5532 -}
1.5533 -
1.5534 -.media > .pull-left {
1.5535 - margin-right: 10px;
1.5536 -}
1.5537 -
1.5538 -.media > .pull-right {
1.5539 - margin-left: 10px;
1.5540 -}
1.5541 -
1.5542 -.media-list {
1.5543 - padding-left: 0;
1.5544 - list-style: none;
1.5545 -}
1.5546 -
1.5547 -.list-group {
1.5548 - padding-left: 0;
1.5549 - margin-bottom: 20px;
1.5550 -}
1.5551 -
1.5552 -.list-group-item {
1.5553 - position: relative;
1.5554 - display: block;
1.5555 - padding: 10px 15px;
1.5556 - margin-bottom: -1px;
1.5557 - background-color: #ffffff;
1.5558 - border: 1px solid #dddddd;
1.5559 -}
1.5560 -
1.5561 -.list-group-item:first-child {
1.5562 - border-top-right-radius: 4px;
1.5563 - border-top-left-radius: 4px;
1.5564 -}
1.5565 -
1.5566 -.list-group-item:last-child {
1.5567 - margin-bottom: 0;
1.5568 - border-bottom-right-radius: 4px;
1.5569 - border-bottom-left-radius: 4px;
1.5570 -}
1.5571 -
1.5572 -.list-group-item > .badge {
1.5573 - float: right;
1.5574 -}
1.5575 -
1.5576 -.list-group-item > .badge + .badge {
1.5577 - margin-right: 5px;
1.5578 -}
1.5579 -
1.5580 -a.list-group-item {
1.5581 - color: #555555;
1.5582 -}
1.5583 -
1.5584 -a.list-group-item .list-group-item-heading {
1.5585 - color: #333333;
1.5586 -}
1.5587 -
1.5588 -a.list-group-item:hover,
1.5589 -a.list-group-item:focus {
1.5590 - text-decoration: none;
1.5591 - background-color: #f5f5f5;
1.5592 -}
1.5593 -
1.5594 -a.list-group-item.active,
1.5595 -a.list-group-item.active:hover,
1.5596 -a.list-group-item.active:focus {
1.5597 - z-index: 2;
1.5598 - color: #ffffff;
1.5599 - background-color: #428bca;
1.5600 - border-color: #428bca;
1.5601 -}
1.5602 -
1.5603 -a.list-group-item.active .list-group-item-heading,
1.5604 -a.list-group-item.active:hover .list-group-item-heading,
1.5605 -a.list-group-item.active:focus .list-group-item-heading {
1.5606 - color: inherit;
1.5607 -}
1.5608 -
1.5609 -a.list-group-item.active .list-group-item-text,
1.5610 -a.list-group-item.active:hover .list-group-item-text,
1.5611 -a.list-group-item.active:focus .list-group-item-text {
1.5612 - color: #e1edf7;
1.5613 -}
1.5614 -
1.5615 -.list-group-item-heading {
1.5616 - margin-top: 0;
1.5617 - margin-bottom: 5px;
1.5618 -}
1.5619 -
1.5620 -.list-group-item-text {
1.5621 - margin-bottom: 0;
1.5622 - line-height: 1.3;
1.5623 -}
1.5624 -
1.5625 -.panel {
1.5626 - margin-bottom: 20px;
1.5627 - background-color: #ffffff;
1.5628 - border: 1px solid transparent;
1.5629 - border-radius: 4px;
1.5630 - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
1.5631 - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
1.5632 -}
1.5633 -
1.5634 -.panel-body {
1.5635 - padding: 15px;
1.5636 -}
1.5637 -
1.5638 -.panel-body:before,
1.5639 -.panel-body:after {
1.5640 - display: table;
1.5641 - content: " ";
1.5642 -}
1.5643 -
1.5644 -.panel-body:after {
1.5645 - clear: both;
1.5646 -}
1.5647 -
1.5648 -.panel-body:before,
1.5649 -.panel-body:after {
1.5650 - display: table;
1.5651 - content: " ";
1.5652 -}
1.5653 -
1.5654 -.panel-body:after {
1.5655 - clear: both;
1.5656 -}
1.5657 -
1.5658 -.panel > .list-group {
1.5659 - margin-bottom: 0;
1.5660 -}
1.5661 -
1.5662 -.panel > .list-group .list-group-item {
1.5663 - border-width: 1px 0;
1.5664 -}
1.5665 -
1.5666 -.panel > .list-group .list-group-item:first-child {
1.5667 - border-top-right-radius: 0;
1.5668 - border-top-left-radius: 0;
1.5669 -}
1.5670 -
1.5671 -.panel > .list-group .list-group-item:last-child {
1.5672 - border-bottom: 0;
1.5673 -}
1.5674 -
1.5675 -.panel-heading + .list-group .list-group-item:first-child {
1.5676 - border-top-width: 0;
1.5677 -}
1.5678 -
1.5679 -.panel > .table,
1.5680 -.panel > .table-responsive {
1.5681 - margin-bottom: 0;
1.5682 -}
1.5683 -
1.5684 -.panel > .panel-body + .table,
1.5685 -.panel > .panel-body + .table-responsive {
1.5686 - border-top: 1px solid #dddddd;
1.5687 -}
1.5688 -
1.5689 -.panel > .table-bordered,
1.5690 -.panel > .table-responsive > .table-bordered {
1.5691 - border: 0;
1.5692 -}
1.5693 -
1.5694 -.panel > .table-bordered > thead > tr > th:first-child,
1.5695 -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
1.5696 -.panel > .table-bordered > tbody > tr > th:first-child,
1.5697 -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
1.5698 -.panel > .table-bordered > tfoot > tr > th:first-child,
1.5699 -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1.5700 -.panel > .table-bordered > thead > tr > td:first-child,
1.5701 -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
1.5702 -.panel > .table-bordered > tbody > tr > td:first-child,
1.5703 -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
1.5704 -.panel > .table-bordered > tfoot > tr > td:first-child,
1.5705 -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1.5706 - border-left: 0;
1.5707 -}
1.5708 -
1.5709 -.panel > .table-bordered > thead > tr > th:last-child,
1.5710 -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
1.5711 -.panel > .table-bordered > tbody > tr > th:last-child,
1.5712 -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
1.5713 -.panel > .table-bordered > tfoot > tr > th:last-child,
1.5714 -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1.5715 -.panel > .table-bordered > thead > tr > td:last-child,
1.5716 -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
1.5717 -.panel > .table-bordered > tbody > tr > td:last-child,
1.5718 -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
1.5719 -.panel > .table-bordered > tfoot > tr > td:last-child,
1.5720 -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1.5721 - border-right: 0;
1.5722 -}
1.5723 -
1.5724 -.panel > .table-bordered > thead > tr:last-child > th,
1.5725 -.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
1.5726 -.panel > .table-bordered > tbody > tr:last-child > th,
1.5727 -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
1.5728 -.panel > .table-bordered > tfoot > tr:last-child > th,
1.5729 -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1.5730 -.panel > .table-bordered > thead > tr:last-child > td,
1.5731 -.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
1.5732 -.panel > .table-bordered > tbody > tr:last-child > td,
1.5733 -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
1.5734 -.panel > .table-bordered > tfoot > tr:last-child > td,
1.5735 -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1.5736 - border-bottom: 0;
1.5737 -}
1.5738 -
1.5739 -.panel-heading {
1.5740 - padding: 10px 15px;
1.5741 - border-bottom: 1px solid transparent;
1.5742 - border-top-right-radius: 3px;
1.5743 - border-top-left-radius: 3px;
1.5744 -}
1.5745 -
1.5746 -.panel-heading > .dropdown .dropdown-toggle {
1.5747 - color: inherit;
1.5748 -}
1.5749 -
1.5750 -.panel-title {
1.5751 - margin-top: 0;
1.5752 - margin-bottom: 0;
1.5753 - font-size: 16px;
1.5754 -}
1.5755 -
1.5756 -.panel-title > a {
1.5757 - color: inherit;
1.5758 -}
1.5759 -
1.5760 -.panel-footer {
1.5761 - padding: 10px 15px;
1.5762 - background-color: #f5f5f5;
1.5763 - border-top: 1px solid #dddddd;
1.5764 - border-bottom-right-radius: 3px;
1.5765 - border-bottom-left-radius: 3px;
1.5766 -}
1.5767 -
1.5768 -.panel-group .panel {
1.5769 - margin-bottom: 0;
1.5770 - overflow: hidden;
1.5771 - border-radius: 4px;
1.5772 -}
1.5773 -
1.5774 -.panel-group .panel + .panel {
1.5775 - margin-top: 5px;
1.5776 -}
1.5777 -
1.5778 -.panel-group .panel-heading {
1.5779 - border-bottom: 0;
1.5780 -}
1.5781 -
1.5782 -.panel-group .panel-heading + .panel-collapse .panel-body {
1.5783 - border-top: 1px solid #dddddd;
1.5784 -}
1.5785 -
1.5786 -.panel-group .panel-footer {
1.5787 - border-top: 0;
1.5788 -}
1.5789 -
1.5790 -.panel-group .panel-footer + .panel-collapse .panel-body {
1.5791 - border-bottom: 1px solid #dddddd;
1.5792 -}
1.5793 -
1.5794 -.panel-default {
1.5795 - border-color: #dddddd;
1.5796 -}
1.5797 -
1.5798 -.panel-default > .panel-heading {
1.5799 - color: #333333;
1.5800 - background-color: #f5f5f5;
1.5801 - border-color: #dddddd;
1.5802 -}
1.5803 -
1.5804 -.panel-default > .panel-heading + .panel-collapse .panel-body {
1.5805 - border-top-color: #dddddd;
1.5806 -}
1.5807 -
1.5808 -.panel-default > .panel-heading > .dropdown .caret {
1.5809 - border-color: #333333 transparent;
1.5810 -}
1.5811 -
1.5812 -.panel-default > .panel-footer + .panel-collapse .panel-body {
1.5813 - border-bottom-color: #dddddd;
1.5814 -}
1.5815 -
1.5816 -.panel-primary {
1.5817 - border-color: #428bca;
1.5818 -}
1.5819 -
1.5820 -.panel-primary > .panel-heading {
1.5821 - color: #ffffff;
1.5822 - background-color: #428bca;
1.5823 - border-color: #428bca;
1.5824 -}
1.5825 -
1.5826 -.panel-primary > .panel-heading + .panel-collapse .panel-body {
1.5827 - border-top-color: #428bca;
1.5828 -}
1.5829 -
1.5830 -.panel-primary > .panel-heading > .dropdown .caret {
1.5831 - border-color: #ffffff transparent;
1.5832 -}
1.5833 -
1.5834 -.panel-primary > .panel-footer + .panel-collapse .panel-body {
1.5835 - border-bottom-color: #428bca;
1.5836 -}
1.5837 -
1.5838 -.panel-success {
1.5839 - border-color: #d6e9c6;
1.5840 -}
1.5841 -
1.5842 -.panel-success > .panel-heading {
1.5843 - color: #468847;
1.5844 - background-color: #dff0d8;
1.5845 - border-color: #d6e9c6;
1.5846 -}
1.5847 -
1.5848 -.panel-success > .panel-heading + .panel-collapse .panel-body {
1.5849 - border-top-color: #d6e9c6;
1.5850 -}
1.5851 -
1.5852 -.panel-success > .panel-heading > .dropdown .caret {
1.5853 - border-color: #468847 transparent;
1.5854 -}
1.5855 -
1.5856 -.panel-success > .panel-footer + .panel-collapse .panel-body {
1.5857 - border-bottom-color: #d6e9c6;
1.5858 -}
1.5859 -
1.5860 -.panel-warning {
1.5861 - border-color: #faebcc;
1.5862 -}
1.5863 -
1.5864 -.panel-warning > .panel-heading {
1.5865 - color: #c09853;
1.5866 - background-color: #fcf8e3;
1.5867 - border-color: #faebcc;
1.5868 -}
1.5869 -
1.5870 -.panel-warning > .panel-heading + .panel-collapse .panel-body {
1.5871 - border-top-color: #faebcc;
1.5872 -}
1.5873 -
1.5874 -.panel-warning > .panel-heading > .dropdown .caret {
1.5875 - border-color: #c09853 transparent;
1.5876 -}
1.5877 -
1.5878 -.panel-warning > .panel-footer + .panel-collapse .panel-body {
1.5879 - border-bottom-color: #faebcc;
1.5880 -}
1.5881 -
1.5882 -.panel-danger {
1.5883 - border-color: #ebccd1;
1.5884 -}
1.5885 -
1.5886 -.panel-danger > .panel-heading {
1.5887 - color: #b94a48;
1.5888 - background-color: #f2dede;
1.5889 - border-color: #ebccd1;
1.5890 -}
1.5891 -
1.5892 -.panel-danger > .panel-heading + .panel-collapse .panel-body {
1.5893 - border-top-color: #ebccd1;
1.5894 -}
1.5895 -
1.5896 -.panel-danger > .panel-heading > .dropdown .caret {
1.5897 - border-color: #b94a48 transparent;
1.5898 -}
1.5899 -
1.5900 -.panel-danger > .panel-footer + .panel-collapse .panel-body {
1.5901 - border-bottom-color: #ebccd1;
1.5902 -}
1.5903 -
1.5904 -.panel-info {
1.5905 - border-color: #bce8f1;
1.5906 -}
1.5907 -
1.5908 -.panel-info > .panel-heading {
1.5909 - color: #3a87ad;
1.5910 - background-color: #d9edf7;
1.5911 - border-color: #bce8f1;
1.5912 -}
1.5913 -
1.5914 -.panel-info > .panel-heading + .panel-collapse .panel-body {
1.5915 - border-top-color: #bce8f1;
1.5916 -}
1.5917 -
1.5918 -.panel-info > .panel-heading > .dropdown .caret {
1.5919 - border-color: #3a87ad transparent;
1.5920 -}
1.5921 -
1.5922 -.panel-info > .panel-footer + .panel-collapse .panel-body {
1.5923 - border-bottom-color: #bce8f1;
1.5924 -}
1.5925 -
1.5926 -.well {
1.5927 - min-height: 20px;
1.5928 - padding: 19px;
1.5929 - margin-bottom: 20px;
1.5930 - background-color: #f5f5f5;
1.5931 - border: 1px solid #e3e3e3;
1.5932 - border-radius: 4px;
1.5933 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1.5934 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1.5935 -}
1.5936 -
1.5937 -.well blockquote {
1.5938 - border-color: #ddd;
1.5939 - border-color: rgba(0, 0, 0, 0.15);
1.5940 -}
1.5941 -
1.5942 -.well-lg {
1.5943 - padding: 24px;
1.5944 - border-radius: 6px;
1.5945 -}
1.5946 -
1.5947 -.well-sm {
1.5948 - padding: 9px;
1.5949 - border-radius: 3px;
1.5950 -}
1.5951 -
1.5952 -.close {
1.5953 - float: right;
1.5954 - font-size: 21px;
1.5955 - font-weight: bold;
1.5956 - line-height: 1;
1.5957 - color: #000000;
1.5958 - text-shadow: 0 1px 0 #ffffff;
1.5959 - opacity: 0.2;
1.5960 - filter: alpha(opacity=20);
1.5961 -}
1.5962 -
1.5963 -.close:hover,
1.5964 -.close:focus {
1.5965 - color: #000000;
1.5966 - text-decoration: none;
1.5967 - cursor: pointer;
1.5968 - opacity: 0.5;
1.5969 - filter: alpha(opacity=50);
1.5970 -}
1.5971 -
1.5972 -button.close {
1.5973 - padding: 0;
1.5974 - cursor: pointer;
1.5975 - background: transparent;
1.5976 - border: 0;
1.5977 - -webkit-appearance: none;
1.5978 -}
1.5979 -
1.5980 -.modal-open {
1.5981 - overflow: hidden;
1.5982 -}
1.5983 -
1.5984 -.modal {
1.5985 - position: fixed;
1.5986 - top: 0;
1.5987 - right: 0;
1.5988 - bottom: 0;
1.5989 - left: 0;
1.5990 - z-index: 1040;
1.5991 - display: none;
1.5992 - overflow: auto;
1.5993 - overflow-y: scroll;
1.5994 -}
1.5995 -
1.5996 -.modal.fade .modal-dialog {
1.5997 - -webkit-transform: translate(0, -25%);
1.5998 - -ms-transform: translate(0, -25%);
1.5999 - transform: translate(0, -25%);
1.6000 - -webkit-transition: -webkit-transform 0.3s ease-out;
1.6001 - -moz-transition: -moz-transform 0.3s ease-out;
1.6002 - -o-transition: -o-transform 0.3s ease-out;
1.6003 - transition: transform 0.3s ease-out;
1.6004 -}
1.6005 -
1.6006 -.modal.in .modal-dialog {
1.6007 - -webkit-transform: translate(0, 0);
1.6008 - -ms-transform: translate(0, 0);
1.6009 - transform: translate(0, 0);
1.6010 -}
1.6011 -
1.6012 -.modal-dialog {
1.6013 - position: relative;
1.6014 - z-index: 1050;
1.6015 - width: auto;
1.6016 - padding: 10px;
1.6017 - margin-right: auto;
1.6018 - margin-left: auto;
1.6019 -}
1.6020 -
1.6021 -.modal-content {
1.6022 - position: relative;
1.6023 - background-color: #ffffff;
1.6024 - border: 1px solid #999999;
1.6025 - border: 1px solid rgba(0, 0, 0, 0.2);
1.6026 - border-radius: 6px;
1.6027 - outline: none;
1.6028 - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1.6029 - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
1.6030 - background-clip: padding-box;
1.6031 -}
1.6032 -
1.6033 -.modal-backdrop {
1.6034 - position: fixed;
1.6035 - top: 0;
1.6036 - right: 0;
1.6037 - bottom: 0;
1.6038 - left: 0;
1.6039 - z-index: 1030;
1.6040 - background-color: #000000;
1.6041 -}
1.6042 -
1.6043 -.modal-backdrop.fade {
1.6044 - opacity: 0;
1.6045 - filter: alpha(opacity=0);
1.6046 -}
1.6047 -
1.6048 -.modal-backdrop.in {
1.6049 - opacity: 0.5;
1.6050 - filter: alpha(opacity=50);
1.6051 -}
1.6052 -
1.6053 -.modal-header {
1.6054 - min-height: 16.428571429px;
1.6055 - padding: 15px;
1.6056 - border-bottom: 1px solid #e5e5e5;
1.6057 -}
1.6058 -
1.6059 -.modal-header .close {
1.6060 - margin-top: -2px;
1.6061 -}
1.6062 -
1.6063 -.modal-title {
1.6064 - margin: 0;
1.6065 - line-height: 1.428571429;
1.6066 -}
1.6067 -
1.6068 -.modal-body {
1.6069 - position: relative;
1.6070 - padding: 20px;
1.6071 -}
1.6072 -
1.6073 -.modal-footer {
1.6074 - padding: 19px 20px 20px;
1.6075 - margin-top: 15px;
1.6076 - text-align: right;
1.6077 - border-top: 1px solid #e5e5e5;
1.6078 -}
1.6079 -
1.6080 -.modal-footer:before,
1.6081 -.modal-footer:after {
1.6082 - display: table;
1.6083 - content: " ";
1.6084 -}
1.6085 -
1.6086 -.modal-footer:after {
1.6087 - clear: both;
1.6088 -}
1.6089 -
1.6090 -.modal-footer:before,
1.6091 -.modal-footer:after {
1.6092 - display: table;
1.6093 - content: " ";
1.6094 -}
1.6095 -
1.6096 -.modal-footer:after {
1.6097 - clear: both;
1.6098 -}
1.6099 -
1.6100 -.modal-footer .btn + .btn {
1.6101 - margin-bottom: 0;
1.6102 - margin-left: 5px;
1.6103 -}
1.6104 -
1.6105 -.modal-footer .btn-group .btn + .btn {
1.6106 - margin-left: -1px;
1.6107 -}
1.6108 -
1.6109 -.modal-footer .btn-block + .btn-block {
1.6110 - margin-left: 0;
1.6111 -}
1.6112 -
1.6113 -@media screen and (min-width: 768px) {
1.6114 - .modal-dialog {
1.6115 - width: 600px;
1.6116 - padding-top: 30px;
1.6117 - padding-bottom: 30px;
1.6118 - }
1.6119 - .modal-content {
1.6120 - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1.6121 - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1.6122 - }
1.6123 -}
1.6124 -
1.6125 -.tooltip {
1.6126 - position: absolute;
1.6127 - z-index: 1030;
1.6128 - display: block;
1.6129 - font-size: 12px;
1.6130 - line-height: 1.4;
1.6131 - opacity: 0;
1.6132 - filter: alpha(opacity=0);
1.6133 - visibility: visible;
1.6134 -}
1.6135 -
1.6136 -.tooltip.in {
1.6137 - opacity: 0.9;
1.6138 - filter: alpha(opacity=90);
1.6139 -}
1.6140 -
1.6141 -.tooltip.top {
1.6142 - padding: 5px 0;
1.6143 - margin-top: -3px;
1.6144 -}
1.6145 -
1.6146 -.tooltip.right {
1.6147 - padding: 0 5px;
1.6148 - margin-left: 3px;
1.6149 -}
1.6150 -
1.6151 -.tooltip.bottom {
1.6152 - padding: 5px 0;
1.6153 - margin-top: 3px;
1.6154 -}
1.6155 -
1.6156 -.tooltip.left {
1.6157 - padding: 0 5px;
1.6158 - margin-left: -3px;
1.6159 -}
1.6160 -
1.6161 -.tooltip-inner {
1.6162 - max-width: 200px;
1.6163 - padding: 3px 8px;
1.6164 - color: #ffffff;
1.6165 - text-align: center;
1.6166 - text-decoration: none;
1.6167 - background-color: #000000;
1.6168 - border-radius: 4px;
1.6169 -}
1.6170 -
1.6171 -.tooltip-arrow {
1.6172 - position: absolute;
1.6173 - width: 0;
1.6174 - height: 0;
1.6175 - border-color: transparent;
1.6176 - border-style: solid;
1.6177 -}
1.6178 -
1.6179 -.tooltip.top .tooltip-arrow {
1.6180 - bottom: 0;
1.6181 - left: 50%;
1.6182 - margin-left: -5px;
1.6183 - border-top-color: #000000;
1.6184 - border-width: 5px 5px 0;
1.6185 -}
1.6186 -
1.6187 -.tooltip.top-left .tooltip-arrow {
1.6188 - bottom: 0;
1.6189 - left: 5px;
1.6190 - border-top-color: #000000;
1.6191 - border-width: 5px 5px 0;
1.6192 -}
1.6193 -
1.6194 -.tooltip.top-right .tooltip-arrow {
1.6195 - right: 5px;
1.6196 - bottom: 0;
1.6197 - border-top-color: #000000;
1.6198 - border-width: 5px 5px 0;
1.6199 -}
1.6200 -
1.6201 -.tooltip.right .tooltip-arrow {
1.6202 - top: 50%;
1.6203 - left: 0;
1.6204 - margin-top: -5px;
1.6205 - border-right-color: #000000;
1.6206 - border-width: 5px 5px 5px 0;
1.6207 -}
1.6208 -
1.6209 -.tooltip.left .tooltip-arrow {
1.6210 - top: 50%;
1.6211 - right: 0;
1.6212 - margin-top: -5px;
1.6213 - border-left-color: #000000;
1.6214 - border-width: 5px 0 5px 5px;
1.6215 -}
1.6216 -
1.6217 -.tooltip.bottom .tooltip-arrow {
1.6218 - top: 0;
1.6219 - left: 50%;
1.6220 - margin-left: -5px;
1.6221 - border-bottom-color: #000000;
1.6222 - border-width: 0 5px 5px;
1.6223 -}
1.6224 -
1.6225 -.tooltip.bottom-left .tooltip-arrow {
1.6226 - top: 0;
1.6227 - left: 5px;
1.6228 - border-bottom-color: #000000;
1.6229 - border-width: 0 5px 5px;
1.6230 -}
1.6231 -
1.6232 -.tooltip.bottom-right .tooltip-arrow {
1.6233 - top: 0;
1.6234 - right: 5px;
1.6235 - border-bottom-color: #000000;
1.6236 - border-width: 0 5px 5px;
1.6237 -}
1.6238 -
1.6239 -.popover {
1.6240 - position: absolute;
1.6241 - top: 0;
1.6242 - left: 0;
1.6243 - z-index: 1010;
1.6244 - display: none;
1.6245 - max-width: 276px;
1.6246 - padding: 1px;
1.6247 - text-align: left;
1.6248 - white-space: normal;
1.6249 - background-color: #ffffff;
1.6250 - border: 1px solid #cccccc;
1.6251 - border: 1px solid rgba(0, 0, 0, 0.2);
1.6252 - border-radius: 6px;
1.6253 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1.6254 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1.6255 - background-clip: padding-box;
1.6256 -}
1.6257 -
1.6258 -.popover.top {
1.6259 - margin-top: -10px;
1.6260 -}
1.6261 -
1.6262 -.popover.right {
1.6263 - margin-left: 10px;
1.6264 -}
1.6265 -
1.6266 -.popover.bottom {
1.6267 - margin-top: 10px;
1.6268 -}
1.6269 -
1.6270 -.popover.left {
1.6271 - margin-left: -10px;
1.6272 -}
1.6273 -
1.6274 -.popover-title {
1.6275 - padding: 8px 14px;
1.6276 - margin: 0;
1.6277 - font-size: 14px;
1.6278 - font-weight: normal;
1.6279 - line-height: 18px;
1.6280 - background-color: #f7f7f7;
1.6281 - border-bottom: 1px solid #ebebeb;
1.6282 - border-radius: 5px 5px 0 0;
1.6283 -}
1.6284 -
1.6285 -.popover-content {
1.6286 - padding: 9px 14px;
1.6287 -}
1.6288 -
1.6289 -.popover .arrow,
1.6290 -.popover .arrow:after {
1.6291 - position: absolute;
1.6292 - display: block;
1.6293 - width: 0;
1.6294 - height: 0;
1.6295 - border-color: transparent;
1.6296 - border-style: solid;
1.6297 -}
1.6298 -
1.6299 -.popover .arrow {
1.6300 - border-width: 11px;
1.6301 -}
1.6302 -
1.6303 -.popover .arrow:after {
1.6304 - border-width: 10px;
1.6305 - content: "";
1.6306 -}
1.6307 -
1.6308 -.popover.top .arrow {
1.6309 - bottom: -11px;
1.6310 - left: 50%;
1.6311 - margin-left: -11px;
1.6312 - border-top-color: #999999;
1.6313 - border-top-color: rgba(0, 0, 0, 0.25);
1.6314 - border-bottom-width: 0;
1.6315 -}
1.6316 -
1.6317 -.popover.top .arrow:after {
1.6318 - bottom: 1px;
1.6319 - margin-left: -10px;
1.6320 - border-top-color: #ffffff;
1.6321 - border-bottom-width: 0;
1.6322 - content: " ";
1.6323 -}
1.6324 -
1.6325 -.popover.right .arrow {
1.6326 - top: 50%;
1.6327 - left: -11px;
1.6328 - margin-top: -11px;
1.6329 - border-right-color: #999999;
1.6330 - border-right-color: rgba(0, 0, 0, 0.25);
1.6331 - border-left-width: 0;
1.6332 -}
1.6333 -
1.6334 -.popover.right .arrow:after {
1.6335 - bottom: -10px;
1.6336 - left: 1px;
1.6337 - border-right-color: #ffffff;
1.6338 - border-left-width: 0;
1.6339 - content: " ";
1.6340 -}
1.6341 -
1.6342 -.popover.bottom .arrow {
1.6343 - top: -11px;
1.6344 - left: 50%;
1.6345 - margin-left: -11px;
1.6346 - border-bottom-color: #999999;
1.6347 - border-bottom-color: rgba(0, 0, 0, 0.25);
1.6348 - border-top-width: 0;
1.6349 -}
1.6350 -
1.6351 -.popover.bottom .arrow:after {
1.6352 - top: 1px;
1.6353 - margin-left: -10px;
1.6354 - border-bottom-color: #ffffff;
1.6355 - border-top-width: 0;
1.6356 - content: " ";
1.6357 -}
1.6358 -
1.6359 -.popover.left .arrow {
1.6360 - top: 50%;
1.6361 - right: -11px;
1.6362 - margin-top: -11px;
1.6363 - border-left-color: #999999;
1.6364 - border-left-color: rgba(0, 0, 0, 0.25);
1.6365 - border-right-width: 0;
1.6366 -}
1.6367 -
1.6368 -.popover.left .arrow:after {
1.6369 - right: 1px;
1.6370 - bottom: -10px;
1.6371 - border-left-color: #ffffff;
1.6372 - border-right-width: 0;
1.6373 - content: " ";
1.6374 -}
1.6375 -
1.6376 -.carousel {
1.6377 - position: relative;
1.6378 -}
1.6379 -
1.6380 -.carousel-inner {
1.6381 - position: relative;
1.6382 - width: 100%;
1.6383 - overflow: hidden;
1.6384 -}
1.6385 -
1.6386 -.carousel-inner > .item {
1.6387 - position: relative;
1.6388 - display: none;
1.6389 - -webkit-transition: 0.6s ease-in-out left;
1.6390 - transition: 0.6s ease-in-out left;
1.6391 -}
1.6392 -
1.6393 -.carousel-inner > .item > img,
1.6394 -.carousel-inner > .item > a > img {
1.6395 - display: block;
1.6396 - height: auto;
1.6397 - max-width: 100%;
1.6398 - line-height: 1;
1.6399 -}
1.6400 -
1.6401 -.carousel-inner > .active,
1.6402 -.carousel-inner > .next,
1.6403 -.carousel-inner > .prev {
1.6404 - display: block;
1.6405 -}
1.6406 -
1.6407 -.carousel-inner > .active {
1.6408 - left: 0;
1.6409 -}
1.6410 -
1.6411 -.carousel-inner > .next,
1.6412 -.carousel-inner > .prev {
1.6413 - position: absolute;
1.6414 - top: 0;
1.6415 - width: 100%;
1.6416 -}
1.6417 -
1.6418 -.carousel-inner > .next {
1.6419 - left: 100%;
1.6420 -}
1.6421 -
1.6422 -.carousel-inner > .prev {
1.6423 - left: -100%;
1.6424 -}
1.6425 -
1.6426 -.carousel-inner > .next.left,
1.6427 -.carousel-inner > .prev.right {
1.6428 - left: 0;
1.6429 -}
1.6430 -
1.6431 -.carousel-inner > .active.left {
1.6432 - left: -100%;
1.6433 -}
1.6434 -
1.6435 -.carousel-inner > .active.right {
1.6436 - left: 100%;
1.6437 -}
1.6438 -
1.6439 -.carousel-control {
1.6440 - position: absolute;
1.6441 - top: 0;
1.6442 - bottom: 0;
1.6443 - left: 0;
1.6444 - width: 15%;
1.6445 - font-size: 20px;
1.6446 - color: #ffffff;
1.6447 - text-align: center;
1.6448 - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
1.6449 - opacity: 0.5;
1.6450 - filter: alpha(opacity=50);
1.6451 -}
1.6452 -
1.6453 -.carousel-control.left {
1.6454 - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
1.6455 - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
1.6456 - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
1.6457 - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
1.6458 - background-repeat: repeat-x;
1.6459 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
1.6460 -}
1.6461 -
1.6462 -.carousel-control.right {
1.6463 - right: 0;
1.6464 - left: auto;
1.6465 - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
1.6466 - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
1.6467 - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
1.6468 - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
1.6469 - background-repeat: repeat-x;
1.6470 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
1.6471 -}
1.6472 -
1.6473 -.carousel-control:hover,
1.6474 -.carousel-control:focus {
1.6475 - color: #ffffff;
1.6476 - text-decoration: none;
1.6477 - opacity: 0.9;
1.6478 - filter: alpha(opacity=90);
1.6479 -}
1.6480 -
1.6481 -.carousel-control .icon-prev,
1.6482 -.carousel-control .icon-next,
1.6483 -.carousel-control .glyphicon-chevron-left,
1.6484 -.carousel-control .glyphicon-chevron-right {
1.6485 - position: absolute;
1.6486 - top: 50%;
1.6487 - z-index: 5;
1.6488 - display: inline-block;
1.6489 -}
1.6490 -
1.6491 -.carousel-control .icon-prev,
1.6492 -.carousel-control .glyphicon-chevron-left {
1.6493 - left: 50%;
1.6494 -}
1.6495 -
1.6496 -.carousel-control .icon-next,
1.6497 -.carousel-control .glyphicon-chevron-right {
1.6498 - right: 50%;
1.6499 -}
1.6500 -
1.6501 -.carousel-control .icon-prev,
1.6502 -.carousel-control .icon-next {
1.6503 - width: 20px;
1.6504 - height: 20px;
1.6505 - margin-top: -10px;
1.6506 - margin-left: -10px;
1.6507 - font-family: serif;
1.6508 -}
1.6509 -
1.6510 -.carousel-control .icon-prev:before {
1.6511 - content: '\2039';
1.6512 -}
1.6513 -
1.6514 -.carousel-control .icon-next:before {
1.6515 - content: '\203a';
1.6516 -}
1.6517 -
1.6518 -.carousel-indicators {
1.6519 - position: absolute;
1.6520 - bottom: 10px;
1.6521 - left: 50%;
1.6522 - z-index: 15;
1.6523 - width: 60%;
1.6524 - padding-left: 0;
1.6525 - margin-left: -30%;
1.6526 - text-align: center;
1.6527 - list-style: none;
1.6528 -}
1.6529 -
1.6530 -.carousel-indicators li {
1.6531 - display: inline-block;
1.6532 - width: 10px;
1.6533 - height: 10px;
1.6534 - margin: 1px;
1.6535 - text-indent: -999px;
1.6536 - cursor: pointer;
1.6537 - background-color: #000 \9;
1.6538 - background-color: rgba(0, 0, 0, 0);
1.6539 - border: 1px solid #ffffff;
1.6540 - border-radius: 10px;
1.6541 -}
1.6542 -
1.6543 -.carousel-indicators .active {
1.6544 - width: 12px;
1.6545 - height: 12px;
1.6546 - margin: 0;
1.6547 - background-color: #ffffff;
1.6548 -}
1.6549 -
1.6550 -.carousel-caption {
1.6551 - position: absolute;
1.6552 - right: 15%;
1.6553 - bottom: 20px;
1.6554 - left: 15%;
1.6555 - z-index: 10;
1.6556 - padding-top: 20px;
1.6557 - padding-bottom: 20px;
1.6558 - color: #ffffff;
1.6559 - text-align: center;
1.6560 - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
1.6561 -}
1.6562 -
1.6563 -.carousel-caption .btn {
1.6564 - text-shadow: none;
1.6565 -}
1.6566 -
1.6567 -@media screen and (min-width: 768px) {
1.6568 - .carousel-control .glyphicons-chevron-left,
1.6569 - .carousel-control .glyphicons-chevron-right,
1.6570 - .carousel-control .icon-prev,
1.6571 - .carousel-control .icon-next {
1.6572 - width: 30px;
1.6573 - height: 30px;
1.6574 - margin-top: -15px;
1.6575 - margin-left: -15px;
1.6576 - font-size: 30px;
1.6577 - }
1.6578 - .carousel-caption {
1.6579 - right: 20%;
1.6580 - left: 20%;
1.6581 - padding-bottom: 30px;
1.6582 - }
1.6583 - .carousel-indicators {
1.6584 - bottom: 20px;
1.6585 - }
1.6586 -}
1.6587 -
1.6588 -.clearfix:before,
1.6589 -.clearfix:after {
1.6590 - display: table;
1.6591 - content: " ";
1.6592 -}
1.6593 -
1.6594 -.clearfix:after {
1.6595 - clear: both;
1.6596 -}
1.6597 -
1.6598 -.center-block {
1.6599 - display: block;
1.6600 - margin-right: auto;
1.6601 - margin-left: auto;
1.6602 -}
1.6603 -
1.6604 -.pull-right {
1.6605 - float: right !important;
1.6606 -}
1.6607 -
1.6608 -.pull-left {
1.6609 - float: left !important;
1.6610 -}
1.6611 -
1.6612 -.hide {
1.6613 - display: none !important;
1.6614 -}
1.6615 -
1.6616 -.show {
1.6617 - display: block !important;
1.6618 -}
1.6619 -
1.6620 -.invisible {
1.6621 - visibility: hidden;
1.6622 -}
1.6623 -
1.6624 -.text-hide {
1.6625 - font: 0/0 a;
1.6626 - color: transparent;
1.6627 - text-shadow: none;
1.6628 - background-color: transparent;
1.6629 - border: 0;
1.6630 -}
1.6631 -
1.6632 -.hidden {
1.6633 - display: none !important;
1.6634 - visibility: hidden !important;
1.6635 -}
1.6636 -
1.6637 -.affix {
1.6638 - position: fixed;
1.6639 -}
1.6640 -
1.6641 -@-ms-viewport {
1.6642 - width: device-width;
1.6643 -}
1.6644 -
1.6645 -.visible-xs,
1.6646 -tr.visible-xs,
1.6647 -th.visible-xs,
1.6648 -td.visible-xs {
1.6649 - display: none !important;
1.6650 -}
1.6651 -
1.6652 -@media (max-width: 767px) {
1.6653 - .visible-xs {
1.6654 - display: block !important;
1.6655 - }
1.6656 - tr.visible-xs {
1.6657 - display: table-row !important;
1.6658 - }
1.6659 - th.visible-xs,
1.6660 - td.visible-xs {
1.6661 - display: table-cell !important;
1.6662 - }
1.6663 -}
1.6664 -
1.6665 -@media (min-width: 768px) and (max-width: 991px) {
1.6666 - .visible-xs.visible-sm {
1.6667 - display: block !important;
1.6668 - }
1.6669 - tr.visible-xs.visible-sm {
1.6670 - display: table-row !important;
1.6671 - }
1.6672 - th.visible-xs.visible-sm,
1.6673 - td.visible-xs.visible-sm {
1.6674 - display: table-cell !important;
1.6675 - }
1.6676 -}
1.6677 -
1.6678 -@media (min-width: 992px) and (max-width: 1199px) {
1.6679 - .visible-xs.visible-md {
1.6680 - display: block !important;
1.6681 - }
1.6682 - tr.visible-xs.visible-md {
1.6683 - display: table-row !important;
1.6684 - }
1.6685 - th.visible-xs.visible-md,
1.6686 - td.visible-xs.visible-md {
1.6687 - display: table-cell !important;
1.6688 - }
1.6689 -}
1.6690 -
1.6691 -@media (min-width: 1200px) {
1.6692 - .visible-xs.visible-lg {
1.6693 - display: block !important;
1.6694 - }
1.6695 - tr.visible-xs.visible-lg {
1.6696 - display: table-row !important;
1.6697 - }
1.6698 - th.visible-xs.visible-lg,
1.6699 - td.visible-xs.visible-lg {
1.6700 - display: table-cell !important;
1.6701 - }
1.6702 -}
1.6703 -
1.6704 -.visible-sm,
1.6705 -tr.visible-sm,
1.6706 -th.visible-sm,
1.6707 -td.visible-sm {
1.6708 - display: none !important;
1.6709 -}
1.6710 -
1.6711 -@media (max-width: 767px) {
1.6712 - .visible-sm.visible-xs {
1.6713 - display: block !important;
1.6714 - }
1.6715 - tr.visible-sm.visible-xs {
1.6716 - display: table-row !important;
1.6717 - }
1.6718 - th.visible-sm.visible-xs,
1.6719 - td.visible-sm.visible-xs {
1.6720 - display: table-cell !important;
1.6721 - }
1.6722 -}
1.6723 -
1.6724 -@media (min-width: 768px) and (max-width: 991px) {
1.6725 - .visible-sm {
1.6726 - display: block !important;
1.6727 - }
1.6728 - tr.visible-sm {
1.6729 - display: table-row !important;
1.6730 - }
1.6731 - th.visible-sm,
1.6732 - td.visible-sm {
1.6733 - display: table-cell !important;
1.6734 - }
1.6735 -}
1.6736 -
1.6737 -@media (min-width: 992px) and (max-width: 1199px) {
1.6738 - .visible-sm.visible-md {
1.6739 - display: block !important;
1.6740 - }
1.6741 - tr.visible-sm.visible-md {
1.6742 - display: table-row !important;
1.6743 - }
1.6744 - th.visible-sm.visible-md,
1.6745 - td.visible-sm.visible-md {
1.6746 - display: table-cell !important;
1.6747 - }
1.6748 -}
1.6749 -
1.6750 -@media (min-width: 1200px) {
1.6751 - .visible-sm.visible-lg {
1.6752 - display: block !important;
1.6753 - }
1.6754 - tr.visible-sm.visible-lg {
1.6755 - display: table-row !important;
1.6756 - }
1.6757 - th.visible-sm.visible-lg,
1.6758 - td.visible-sm.visible-lg {
1.6759 - display: table-cell !important;
1.6760 - }
1.6761 -}
1.6762 -
1.6763 -.visible-md,
1.6764 -tr.visible-md,
1.6765 -th.visible-md,
1.6766 -td.visible-md {
1.6767 - display: none !important;
1.6768 -}
1.6769 -
1.6770 -@media (max-width: 767px) {
1.6771 - .visible-md.visible-xs {
1.6772 - display: block !important;
1.6773 - }
1.6774 - tr.visible-md.visible-xs {
1.6775 - display: table-row !important;
1.6776 - }
1.6777 - th.visible-md.visible-xs,
1.6778 - td.visible-md.visible-xs {
1.6779 - display: table-cell !important;
1.6780 - }
1.6781 -}
1.6782 -
1.6783 -@media (min-width: 768px) and (max-width: 991px) {
1.6784 - .visible-md.visible-sm {
1.6785 - display: block !important;
1.6786 - }
1.6787 - tr.visible-md.visible-sm {
1.6788 - display: table-row !important;
1.6789 - }
1.6790 - th.visible-md.visible-sm,
1.6791 - td.visible-md.visible-sm {
1.6792 - display: table-cell !important;
1.6793 - }
1.6794 -}
1.6795 -
1.6796 -@media (min-width: 992px) and (max-width: 1199px) {
1.6797 - .visible-md {
1.6798 - display: block !important;
1.6799 - }
1.6800 - tr.visible-md {
1.6801 - display: table-row !important;
1.6802 - }
1.6803 - th.visible-md,
1.6804 - td.visible-md {
1.6805 - display: table-cell !important;
1.6806 - }
1.6807 -}
1.6808 -
1.6809 -@media (min-width: 1200px) {
1.6810 - .visible-md.visible-lg {
1.6811 - display: block !important;
1.6812 - }
1.6813 - tr.visible-md.visible-lg {
1.6814 - display: table-row !important;
1.6815 - }
1.6816 - th.visible-md.visible-lg,
1.6817 - td.visible-md.visible-lg {
1.6818 - display: table-cell !important;
1.6819 - }
1.6820 -}
1.6821 -
1.6822 -.visible-lg,
1.6823 -tr.visible-lg,
1.6824 -th.visible-lg,
1.6825 -td.visible-lg {
1.6826 - display: none !important;
1.6827 -}
1.6828 -
1.6829 -@media (max-width: 767px) {
1.6830 - .visible-lg.visible-xs {
1.6831 - display: block !important;
1.6832 - }
1.6833 - tr.visible-lg.visible-xs {
1.6834 - display: table-row !important;
1.6835 - }
1.6836 - th.visible-lg.visible-xs,
1.6837 - td.visible-lg.visible-xs {
1.6838 - display: table-cell !important;
1.6839 - }
1.6840 -}
1.6841 -
1.6842 -@media (min-width: 768px) and (max-width: 991px) {
1.6843 - .visible-lg.visible-sm {
1.6844 - display: block !important;
1.6845 - }
1.6846 - tr.visible-lg.visible-sm {
1.6847 - display: table-row !important;
1.6848 - }
1.6849 - th.visible-lg.visible-sm,
1.6850 - td.visible-lg.visible-sm {
1.6851 - display: table-cell !important;
1.6852 - }
1.6853 -}
1.6854 -
1.6855 -@media (min-width: 992px) and (max-width: 1199px) {
1.6856 - .visible-lg.visible-md {
1.6857 - display: block !important;
1.6858 - }
1.6859 - tr.visible-lg.visible-md {
1.6860 - display: table-row !important;
1.6861 - }
1.6862 - th.visible-lg.visible-md,
1.6863 - td.visible-lg.visible-md {
1.6864 - display: table-cell !important;
1.6865 - }
1.6866 -}
1.6867 -
1.6868 -@media (min-width: 1200px) {
1.6869 - .visible-lg {
1.6870 - display: block !important;
1.6871 - }
1.6872 - tr.visible-lg {
1.6873 - display: table-row !important;
1.6874 - }
1.6875 - th.visible-lg,
1.6876 - td.visible-lg {
1.6877 - display: table-cell !important;
1.6878 - }
1.6879 -}
1.6880 -
1.6881 -.hidden-xs {
1.6882 - display: block !important;
1.6883 -}
1.6884 -
1.6885 -tr.hidden-xs {
1.6886 - display: table-row !important;
1.6887 -}
1.6888 -
1.6889 -th.hidden-xs,
1.6890 -td.hidden-xs {
1.6891 - display: table-cell !important;
1.6892 -}
1.6893 -
1.6894 -@media (max-width: 767px) {
1.6895 - .hidden-xs,
1.6896 - tr.hidden-xs,
1.6897 - th.hidden-xs,
1.6898 - td.hidden-xs {
1.6899 - display: none !important;
1.6900 - }
1.6901 -}
1.6902 -
1.6903 -@media (min-width: 768px) and (max-width: 991px) {
1.6904 - .hidden-xs.hidden-sm,
1.6905 - tr.hidden-xs.hidden-sm,
1.6906 - th.hidden-xs.hidden-sm,
1.6907 - td.hidden-xs.hidden-sm {
1.6908 - display: none !important;
1.6909 - }
1.6910 -}
1.6911 -
1.6912 -@media (min-width: 992px) and (max-width: 1199px) {
1.6913 - .hidden-xs.hidden-md,
1.6914 - tr.hidden-xs.hidden-md,
1.6915 - th.hidden-xs.hidden-md,
1.6916 - td.hidden-xs.hidden-md {
1.6917 - display: none !important;
1.6918 - }
1.6919 -}
1.6920 -
1.6921 -@media (min-width: 1200px) {
1.6922 - .hidden-xs.hidden-lg,
1.6923 - tr.hidden-xs.hidden-lg,
1.6924 - th.hidden-xs.hidden-lg,
1.6925 - td.hidden-xs.hidden-lg {
1.6926 - display: none !important;
1.6927 - }
1.6928 -}
1.6929 -
1.6930 -.hidden-sm {
1.6931 - display: block !important;
1.6932 -}
1.6933 -
1.6934 -tr.hidden-sm {
1.6935 - display: table-row !important;
1.6936 -}
1.6937 -
1.6938 -th.hidden-sm,
1.6939 -td.hidden-sm {
1.6940 - display: table-cell !important;
1.6941 -}
1.6942 -
1.6943 -@media (max-width: 767px) {
1.6944 - .hidden-sm.hidden-xs,
1.6945 - tr.hidden-sm.hidden-xs,
1.6946 - th.hidden-sm.hidden-xs,
1.6947 - td.hidden-sm.hidden-xs {
1.6948 - display: none !important;
1.6949 - }
1.6950 -}
1.6951 -
1.6952 -@media (min-width: 768px) and (max-width: 991px) {
1.6953 - .hidden-sm,
1.6954 - tr.hidden-sm,
1.6955 - th.hidden-sm,
1.6956 - td.hidden-sm {
1.6957 - display: none !important;
1.6958 - }
1.6959 -}
1.6960 -
1.6961 -@media (min-width: 992px) and (max-width: 1199px) {
1.6962 - .hidden-sm.hidden-md,
1.6963 - tr.hidden-sm.hidden-md,
1.6964 - th.hidden-sm.hidden-md,
1.6965 - td.hidden-sm.hidden-md {
1.6966 - display: none !important;
1.6967 - }
1.6968 -}
1.6969 -
1.6970 -@media (min-width: 1200px) {
1.6971 - .hidden-sm.hidden-lg,
1.6972 - tr.hidden-sm.hidden-lg,
1.6973 - th.hidden-sm.hidden-lg,
1.6974 - td.hidden-sm.hidden-lg {
1.6975 - display: none !important;
1.6976 - }
1.6977 -}
1.6978 -
1.6979 -.hidden-md {
1.6980 - display: block !important;
1.6981 -}
1.6982 -
1.6983 -tr.hidden-md {
1.6984 - display: table-row !important;
1.6985 -}
1.6986 -
1.6987 -th.hidden-md,
1.6988 -td.hidden-md {
1.6989 - display: table-cell !important;
1.6990 -}
1.6991 -
1.6992 -@media (max-width: 767px) {
1.6993 - .hidden-md.hidden-xs,
1.6994 - tr.hidden-md.hidden-xs,
1.6995 - th.hidden-md.hidden-xs,
1.6996 - td.hidden-md.hidden-xs {
1.6997 - display: none !important;
1.6998 - }
1.6999 -}
1.7000 -
1.7001 -@media (min-width: 768px) and (max-width: 991px) {
1.7002 - .hidden-md.hidden-sm,
1.7003 - tr.hidden-md.hidden-sm,
1.7004 - th.hidden-md.hidden-sm,
1.7005 - td.hidden-md.hidden-sm {
1.7006 - display: none !important;
1.7007 - }
1.7008 -}
1.7009 -
1.7010 -@media (min-width: 992px) and (max-width: 1199px) {
1.7011 - .hidden-md,
1.7012 - tr.hidden-md,
1.7013 - th.hidden-md,
1.7014 - td.hidden-md {
1.7015 - display: none !important;
1.7016 - }
1.7017 -}
1.7018 -
1.7019 -@media (min-width: 1200px) {
1.7020 - .hidden-md.hidden-lg,
1.7021 - tr.hidden-md.hidden-lg,
1.7022 - th.hidden-md.hidden-lg,
1.7023 - td.hidden-md.hidden-lg {
1.7024 - display: none !important;
1.7025 - }
1.7026 -}
1.7027 -
1.7028 -.hidden-lg {
1.7029 - display: block !important;
1.7030 -}
1.7031 -
1.7032 -tr.hidden-lg {
1.7033 - display: table-row !important;
1.7034 -}
1.7035 -
1.7036 -th.hidden-lg,
1.7037 -td.hidden-lg {
1.7038 - display: table-cell !important;
1.7039 -}
1.7040 -
1.7041 -@media (max-width: 767px) {
1.7042 - .hidden-lg.hidden-xs,
1.7043 - tr.hidden-lg.hidden-xs,
1.7044 - th.hidden-lg.hidden-xs,
1.7045 - td.hidden-lg.hidden-xs {
1.7046 - display: none !important;
1.7047 - }
1.7048 -}
1.7049 -
1.7050 -@media (min-width: 768px) and (max-width: 991px) {
1.7051 - .hidden-lg.hidden-sm,
1.7052 - tr.hidden-lg.hidden-sm,
1.7053 - th.hidden-lg.hidden-sm,
1.7054 - td.hidden-lg.hidden-sm {
1.7055 - display: none !important;
1.7056 - }
1.7057 -}
1.7058 -
1.7059 -@media (min-width: 992px) and (max-width: 1199px) {
1.7060 - .hidden-lg.hidden-md,
1.7061 - tr.hidden-lg.hidden-md,
1.7062 - th.hidden-lg.hidden-md,
1.7063 - td.hidden-lg.hidden-md {
1.7064 - display: none !important;
1.7065 - }
1.7066 -}
1.7067 -
1.7068 -@media (min-width: 1200px) {
1.7069 - .hidden-lg,
1.7070 - tr.hidden-lg,
1.7071 - th.hidden-lg,
1.7072 - td.hidden-lg {
1.7073 - display: none !important;
1.7074 - }
1.7075 -}
1.7076 -
1.7077 -.visible-print,
1.7078 -tr.visible-print,
1.7079 -th.visible-print,
1.7080 -td.visible-print {
1.7081 - display: none !important;
1.7082 -}
1.7083 -
1.7084 -@media print {
1.7085 - .visible-print {
1.7086 - display: block !important;
1.7087 - }
1.7088 - tr.visible-print {
1.7089 - display: table-row !important;
1.7090 - }
1.7091 - th.visible-print,
1.7092 - td.visible-print {
1.7093 - display: table-cell !important;
1.7094 - }
1.7095 - .hidden-print,
1.7096 - tr.hidden-print,
1.7097 - th.hidden-print,
1.7098 - td.hidden-print {
1.7099 - display: none !important;
1.7100 - }
1.7101 -}
1.7102 \ No newline at end of file