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