css/bootstrap.css
changeset 0 ba8ab09f730e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/bootstrap.css	Fri Jul 04 16:42:41 2014 +0400
     1.3 @@ -0,0 +1,5872 @@
     1.4 +/*!
     1.5 + * Bootstrap v2.3.1
     1.6 + *
     1.7 + * Copyright 2012 Twitter, Inc
     1.8 + * Licensed under the Apache License v2.0
     1.9 + * http://www.apache.org/licenses/LICENSE-2.0
    1.10 + *
    1.11 + * Designed and built with all the love in the world @twitter by @mdo and @fat.
    1.12 + */
    1.13 +
    1.14 +.clearfix {
    1.15 +  *zoom: 1;
    1.16 +}
    1.17 +
    1.18 +.clearfix:before,
    1.19 +.clearfix:after {
    1.20 +  display: table;
    1.21 +  line-height: 0;
    1.22 +  content: "";
    1.23 +}
    1.24 +
    1.25 +.clearfix:after {
    1.26 +  clear: both;
    1.27 +}
    1.28 +
    1.29 +.hide-text {
    1.30 +  font: 0/0 a;
    1.31 +  color: transparent;
    1.32 +  text-shadow: none;
    1.33 +  background-color: transparent;
    1.34 +  border: 0;
    1.35 +}
    1.36 +
    1.37 +.input-block-level {
    1.38 +  display: block;
    1.39 +  width: 100%;
    1.40 +  min-height: 20px;
    1.41 +  -webkit-box-sizing: border-box;
    1.42 +     -moz-box-sizing: border-box;
    1.43 +          box-sizing: border-box;
    1.44 +}
    1.45 +
    1.46 +article,
    1.47 +aside,
    1.48 +details,
    1.49 +figcaption,
    1.50 +figure,
    1.51 +footer,
    1.52 +header,
    1.53 +hgroup,
    1.54 +nav,
    1.55 +section {
    1.56 +  display: block;
    1.57 +}
    1.58 +
    1.59 +audio,
    1.60 +canvas,
    1.61 +video {
    1.62 +  display: inline-block;
    1.63 +  *display: inline;
    1.64 +  *zoom: 1;
    1.65 +}
    1.66 +
    1.67 +audio:not([controls]) {
    1.68 +  display: none;
    1.69 +}
    1.70 +
    1.71 +html {
    1.72 +  font-size: 100%;
    1.73 +  -webkit-text-size-adjust: 100%;
    1.74 +      -ms-text-size-adjust: 100%;
    1.75 +}
    1.76 +
    1.77 +a:focus {
    1.78 +  outline: thin solid #333;
    1.79 +  outline: 5px auto -webkit-focus-ring-color;
    1.80 +  outline-offset: -2px;
    1.81 +}
    1.82 +
    1.83 +a:hover,
    1.84 +a:active {
    1.85 +  outline: 0;
    1.86 +}
    1.87 +
    1.88 +sub,
    1.89 +sup {
    1.90 +  position: relative;
    1.91 +  font-size: 75%;
    1.92 +  line-height: 0;
    1.93 +  vertical-align: baseline;
    1.94 +}
    1.95 +
    1.96 +sup {
    1.97 +  top: -0.5em;
    1.98 +}
    1.99 +
   1.100 +sub {
   1.101 +  bottom: -0.25em;
   1.102 +}
   1.103 +
   1.104 +img {
   1.105 +  width: auto\9;
   1.106 +  height: auto;
   1.107 +  max-width: 100%;
   1.108 +  vertical-align: middle;
   1.109 +  border: 0;
   1.110 +  -ms-interpolation-mode: bicubic;
   1.111 +}
   1.112 +
   1.113 +#map_canvas img,
   1.114 +.google-maps img {
   1.115 +  max-width: none;
   1.116 +}
   1.117 +
   1.118 +button,
   1.119 +input,
   1.120 +select,
   1.121 +textarea {
   1.122 +  margin: 0;
   1.123 +  font-size: 100%;
   1.124 +  vertical-align: middle;
   1.125 +}
   1.126 +
   1.127 +button,
   1.128 +input {
   1.129 +  *overflow: visible;
   1.130 +  line-height: normal;
   1.131 +}
   1.132 +
   1.133 +button::-moz-focus-inner,
   1.134 +input::-moz-focus-inner {
   1.135 +  padding: 0;
   1.136 +  border: 0;
   1.137 +}
   1.138 +
   1.139 +button,
   1.140 +html input[type="button"],
   1.141 +input[type="reset"],
   1.142 +input[type="submit"] {
   1.143 +  cursor: pointer;
   1.144 +  -webkit-appearance: button;
   1.145 +}
   1.146 +
   1.147 +label,
   1.148 +select,
   1.149 +button,
   1.150 +input[type="button"],
   1.151 +input[type="reset"],
   1.152 +input[type="submit"],
   1.153 +input[type="radio"],
   1.154 +input[type="checkbox"] {
   1.155 +  cursor: pointer;
   1.156 +}
   1.157 +
   1.158 +input[type="search"] {
   1.159 +  -webkit-box-sizing: content-box;
   1.160 +     -moz-box-sizing: content-box;
   1.161 +          box-sizing: content-box;
   1.162 +  -webkit-appearance: textfield;
   1.163 +}
   1.164 +
   1.165 +input[type="search"]::-webkit-search-decoration,
   1.166 +input[type="search"]::-webkit-search-cancel-button {
   1.167 +  -webkit-appearance: none;
   1.168 +}
   1.169 +
   1.170 +textarea {
   1.171 +  overflow: auto;
   1.172 +  vertical-align: top;
   1.173 +}
   1.174 +
   1.175 +@media print {
   1.176 +  * {
   1.177 +    color: #000 !important;
   1.178 +    text-shadow: none !important;
   1.179 +    background: transparent !important;
   1.180 +    box-shadow: none !important;
   1.181 +  }
   1.182 +  a,
   1.183 +  a:visited {
   1.184 +    text-decoration: none;
   1.185 +  }
   1.186 +  a[href]:after {
   1.187 +    content: " (" attr(href) ")";
   1.188 +  }
   1.189 +  abbr[title]:after {
   1.190 +    content: " (" attr(title) ")";
   1.191 +  }
   1.192 +  .ir a:after,
   1.193 +  a[href^="javascript:"]:after,
   1.194 +  a[href^="#"]:after {
   1.195 +    content: "";
   1.196 +  }
   1.197 +  pre,
   1.198 +  blockquote {
   1.199 +    border: 1px solid #999;
   1.200 +    page-break-inside: avoid;
   1.201 +  }
   1.202 +  thead {
   1.203 +    display: table-header-group;
   1.204 +  }
   1.205 +  tr,
   1.206 +  img {
   1.207 +    page-break-inside: avoid;
   1.208 +  }
   1.209 +  img {
   1.210 +    max-width: 100% !important;
   1.211 +  }
   1.212 +  @page  {
   1.213 +    margin: 0.5cm;
   1.214 +  }
   1.215 +  p,
   1.216 +  h2,
   1.217 +  h3 {
   1.218 +    orphans: 3;
   1.219 +    widows: 3;
   1.220 +  }
   1.221 +  h2,
   1.222 +  h3 {
   1.223 +    page-break-after: avoid;
   1.224 +  }
   1.225 +}
   1.226 +
   1.227 +@font-face {
   1.228 +  font-family: 'DOS';
   1.229 +  font-style: normal;
   1.230 +  font-weight: normal;
   1.231 +  src: url('fonts/Fixedsys500c.eot');
   1.232 +  src: local('☺'), url('fonts/Fixedsys500c.woff') format('woff'), url('fonts/Fixedsys500c.ttf') format('truetype'), url('fonts/Fixedsys500c.svg') format('svg');
   1.233 +}
   1.234 +
   1.235 +body {
   1.236 +  margin: 0;
   1.237 +  font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
   1.238 +  font-size: 18px;
   1.239 +  line-height: 20px;
   1.240 +  color: #bbbbbb;
   1.241 +  background-color: #000084;
   1.242 +}
   1.243 +
   1.244 +a {
   1.245 +  color: #fefe54;
   1.246 +  text-decoration: none;
   1.247 +}
   1.248 +
   1.249 +a:hover,
   1.250 +a:focus {
   1.251 +  color: #fefe54;
   1.252 +  background: #aa5500;
   1.253 +}
   1.254 +
   1.255 +.img-rounded {
   1.256 +  -webkit-border-radius: 0;
   1.257 +     -moz-border-radius: 0;
   1.258 +          border-radius: 0;
   1.259 +}
   1.260 +
   1.261 +.img-polaroid {
   1.262 +  padding: 9px 4px 9px 4px;
   1.263 +  background-color: #ffffff;
   1.264 +  border: 2px solid #000000;
   1.265 +}
   1.266 +
   1.267 +.row {
   1.268 +  margin-left: -16px;
   1.269 +  *zoom: 1;
   1.270 +}
   1.271 +
   1.272 +.row:before,
   1.273 +.row:after {
   1.274 +  display: table;
   1.275 +  line-height: 0;
   1.276 +  content: "";
   1.277 +}
   1.278 +
   1.279 +.row:after {
   1.280 +  clear: both;
   1.281 +}
   1.282 +
   1.283 +[class*="span"] {
   1.284 +  float: left;
   1.285 +  min-height: 1px;
   1.286 +  margin-left: 16px;
   1.287 +}
   1.288 +
   1.289 +.container,
   1.290 +.navbar-static-top .container,
   1.291 +.navbar-fixed-top .container,
   1.292 +.navbar-fixed-bottom .container {
   1.293 +  width: 944px;
   1.294 +}
   1.295 +
   1.296 +.span12 {
   1.297 +  width: 944px;
   1.298 +}
   1.299 +
   1.300 +.span11 {
   1.301 +  width: 864px;
   1.302 +}
   1.303 +
   1.304 +.span10 {
   1.305 +  width: 784px;
   1.306 +}
   1.307 +
   1.308 +.span9 {
   1.309 +  width: 704px;
   1.310 +}
   1.311 +
   1.312 +.span8 {
   1.313 +  width: 624px;
   1.314 +}
   1.315 +
   1.316 +.span7 {
   1.317 +  width: 544px;
   1.318 +}
   1.319 +
   1.320 +.span6 {
   1.321 +  width: 464px;
   1.322 +}
   1.323 +
   1.324 +.span5 {
   1.325 +  width: 384px;
   1.326 +}
   1.327 +
   1.328 +.span4 {
   1.329 +  width: 304px;
   1.330 +}
   1.331 +
   1.332 +.span3 {
   1.333 +  width: 224px;
   1.334 +}
   1.335 +
   1.336 +.span2 {
   1.337 +  width: 144px;
   1.338 +}
   1.339 +
   1.340 +.span1 {
   1.341 +  width: 64px;
   1.342 +}
   1.343 +
   1.344 +.offset12 {
   1.345 +  margin-left: 976px;
   1.346 +}
   1.347 +
   1.348 +.offset11 {
   1.349 +  margin-left: 896px;
   1.350 +}
   1.351 +
   1.352 +.offset10 {
   1.353 +  margin-left: 816px;
   1.354 +}
   1.355 +
   1.356 +.offset9 {
   1.357 +  margin-left: 736px;
   1.358 +}
   1.359 +
   1.360 +.offset8 {
   1.361 +  margin-left: 656px;
   1.362 +}
   1.363 +
   1.364 +.offset7 {
   1.365 +  margin-left: 576px;
   1.366 +}
   1.367 +
   1.368 +.offset6 {
   1.369 +  margin-left: 496px;
   1.370 +}
   1.371 +
   1.372 +.offset5 {
   1.373 +  margin-left: 416px;
   1.374 +}
   1.375 +
   1.376 +.offset4 {
   1.377 +  margin-left: 336px;
   1.378 +}
   1.379 +
   1.380 +.offset3 {
   1.381 +  margin-left: 256px;
   1.382 +}
   1.383 +
   1.384 +.offset2 {
   1.385 +  margin-left: 176px;
   1.386 +}
   1.387 +
   1.388 +.offset1 {
   1.389 +  margin-left: 96px;
   1.390 +}
   1.391 +
   1.392 +.row-fluid {
   1.393 +  width: 100%;
   1.394 +  *zoom: 1;
   1.395 +}
   1.396 +
   1.397 +.row-fluid:before,
   1.398 +.row-fluid:after {
   1.399 +  display: table;
   1.400 +  line-height: 0;
   1.401 +  content: "";
   1.402 +}
   1.403 +
   1.404 +.row-fluid:after {
   1.405 +  clear: both;
   1.406 +}
   1.407 +
   1.408 +.row-fluid [class*="span"] {
   1.409 +  display: block;
   1.410 +  float: left;
   1.411 +  width: 100%;
   1.412 +  min-height: 20px;
   1.413 +  margin-left: 1.694915254237288%;
   1.414 +  *margin-left: 1.6419491525423728%;
   1.415 +  -webkit-box-sizing: border-box;
   1.416 +     -moz-box-sizing: border-box;
   1.417 +          box-sizing: border-box;
   1.418 +}
   1.419 +
   1.420 +.row-fluid [class*="span"]:first-child {
   1.421 +  margin-left: 0;
   1.422 +}
   1.423 +
   1.424 +.row-fluid .controls-row [class*="span"] + [class*="span"] {
   1.425 +  margin-left: 1.694915254237288%;
   1.426 +}
   1.427 +
   1.428 +.row-fluid .span12 {
   1.429 +  width: 100%;
   1.430 +  *width: 99.94703389830508%;
   1.431 +}
   1.432 +
   1.433 +.row-fluid .span11 {
   1.434 +  width: 91.52542372881356%;
   1.435 +  *width: 91.47245762711864%;
   1.436 +}
   1.437 +
   1.438 +.row-fluid .span10 {
   1.439 +  width: 83.0508474576271%;
   1.440 +  *width: 82.99788135593218%;
   1.441 +}
   1.442 +
   1.443 +.row-fluid .span9 {
   1.444 +  width: 74.57627118644066%;
   1.445 +  *width: 74.52330508474574%;
   1.446 +}
   1.447 +
   1.448 +.row-fluid .span8 {
   1.449 +  width: 66.10169491525423%;
   1.450 +  *width: 66.04872881355931%;
   1.451 +}
   1.452 +
   1.453 +.row-fluid .span7 {
   1.454 +  width: 57.6271186440678%;
   1.455 +  *width: 57.574152542372886%;
   1.456 +}
   1.457 +
   1.458 +.row-fluid .span6 {
   1.459 +  width: 49.152542372881356%;
   1.460 +  *width: 49.09957627118644%;
   1.461 +}
   1.462 +
   1.463 +.row-fluid .span5 {
   1.464 +  width: 40.677966101694906%;
   1.465 +  *width: 40.62499999999999%;
   1.466 +}
   1.467 +
   1.468 +.row-fluid .span4 {
   1.469 +  width: 32.20338983050847%;
   1.470 +  *width: 32.15042372881356%;
   1.471 +}
   1.472 +
   1.473 +.row-fluid .span3 {
   1.474 +  width: 23.728813559322035%;
   1.475 +  *width: 23.675847457627118%;
   1.476 +}
   1.477 +
   1.478 +.row-fluid .span2 {
   1.479 +  width: 15.254237288135592%;
   1.480 +  *width: 15.201271186440676%;
   1.481 +}
   1.482 +
   1.483 +.row-fluid .span1 {
   1.484 +  width: 6.779661016949152%;
   1.485 +  *width: 6.726694915254237%;
   1.486 +}
   1.487 +
   1.488 +.row-fluid .offset12 {
   1.489 +  margin-left: 103.38983050847457%;
   1.490 +  *margin-left: 103.28389830508473%;
   1.491 +}
   1.492 +
   1.493 +.row-fluid .offset12:first-child {
   1.494 +  margin-left: 101.69491525423729%;
   1.495 +  *margin-left: 101.58898305084745%;
   1.496 +}
   1.497 +
   1.498 +.row-fluid .offset11 {
   1.499 +  margin-left: 94.91525423728814%;
   1.500 +  *margin-left: 94.8093220338983%;
   1.501 +}
   1.502 +
   1.503 +.row-fluid .offset11:first-child {
   1.504 +  margin-left: 93.22033898305085%;
   1.505 +  *margin-left: 93.11440677966101%;
   1.506 +}
   1.507 +
   1.508 +.row-fluid .offset10 {
   1.509 +  margin-left: 86.44067796610167%;
   1.510 +  *margin-left: 86.33474576271183%;
   1.511 +}
   1.512 +
   1.513 +.row-fluid .offset10:first-child {
   1.514 +  margin-left: 84.74576271186439%;
   1.515 +  *margin-left: 84.63983050847455%;
   1.516 +}
   1.517 +
   1.518 +.row-fluid .offset9 {
   1.519 +  margin-left: 77.96610169491524%;
   1.520 +  *margin-left: 77.8601694915254%;
   1.521 +}
   1.522 +
   1.523 +.row-fluid .offset9:first-child {
   1.524 +  margin-left: 76.27118644067795%;
   1.525 +  *margin-left: 76.16525423728811%;
   1.526 +}
   1.527 +
   1.528 +.row-fluid .offset8 {
   1.529 +  margin-left: 69.4915254237288%;
   1.530 +  *margin-left: 69.38559322033896%;
   1.531 +}
   1.532 +
   1.533 +.row-fluid .offset8:first-child {
   1.534 +  margin-left: 67.79661016949152%;
   1.535 +  *margin-left: 67.69067796610167%;
   1.536 +}
   1.537 +
   1.538 +.row-fluid .offset7 {
   1.539 +  margin-left: 61.016949152542374%;
   1.540 +  *margin-left: 60.91101694915255%;
   1.541 +}
   1.542 +
   1.543 +.row-fluid .offset7:first-child {
   1.544 +  margin-left: 59.32203389830509%;
   1.545 +  *margin-left: 59.21610169491526%;
   1.546 +}
   1.547 +
   1.548 +.row-fluid .offset6 {
   1.549 +  margin-left: 52.54237288135593%;
   1.550 +  *margin-left: 52.436440677966104%;
   1.551 +}
   1.552 +
   1.553 +.row-fluid .offset6:first-child {
   1.554 +  margin-left: 50.847457627118644%;
   1.555 +  *margin-left: 50.74152542372882%;
   1.556 +}
   1.557 +
   1.558 +.row-fluid .offset5 {
   1.559 +  margin-left: 44.06779661016948%;
   1.560 +  *margin-left: 43.961864406779654%;
   1.561 +}
   1.562 +
   1.563 +.row-fluid .offset5:first-child {
   1.564 +  margin-left: 42.37288135593219%;
   1.565 +  *margin-left: 42.26694915254237%;
   1.566 +}
   1.567 +
   1.568 +.row-fluid .offset4 {
   1.569 +  margin-left: 35.593220338983045%;
   1.570 +  *margin-left: 35.48728813559322%;
   1.571 +}
   1.572 +
   1.573 +.row-fluid .offset4:first-child {
   1.574 +  margin-left: 33.89830508474576%;
   1.575 +  *margin-left: 33.79237288135593%;
   1.576 +}
   1.577 +
   1.578 +.row-fluid .offset3 {
   1.579 +  margin-left: 27.11864406779661%;
   1.580 +  *margin-left: 27.01271186440678%;
   1.581 +}
   1.582 +
   1.583 +.row-fluid .offset3:first-child {
   1.584 +  margin-left: 25.423728813559322%;
   1.585 +  *margin-left: 25.317796610169488%;
   1.586 +}
   1.587 +
   1.588 +.row-fluid .offset2 {
   1.589 +  margin-left: 18.644067796610166%;
   1.590 +  *margin-left: 18.538135593220336%;
   1.591 +}
   1.592 +
   1.593 +.row-fluid .offset2:first-child {
   1.594 +  margin-left: 16.94915254237288%;
   1.595 +  *margin-left: 16.84322033898305%;
   1.596 +}
   1.597 +
   1.598 +.row-fluid .offset1 {
   1.599 +  margin-left: 10.169491525423728%;
   1.600 +  *margin-left: 10.063559322033898%;
   1.601 +}
   1.602 +
   1.603 +.row-fluid .offset1:first-child {
   1.604 +  margin-left: 8.47457627118644%;
   1.605 +  *margin-left: 8.36864406779661%;
   1.606 +}
   1.607 +
   1.608 +[class*="span"].hide,
   1.609 +.row-fluid [class*="span"].hide {
   1.610 +  display: none;
   1.611 +}
   1.612 +
   1.613 +[class*="span"].pull-right,
   1.614 +.row-fluid [class*="span"].pull-right {
   1.615 +  float: right;
   1.616 +}
   1.617 +
   1.618 +.container {
   1.619 +  margin-left: 20px;
   1.620 +  *zoom: 1;
   1.621 +}
   1.622 +
   1.623 +.container:before,
   1.624 +.container:after {
   1.625 +  display: table;
   1.626 +  line-height: 0;
   1.627 +  content: "";
   1.628 +}
   1.629 +
   1.630 +.container:after {
   1.631 +  clear: both;
   1.632 +}
   1.633 +
   1.634 +.container-fluid {
   1.635 +  padding-right: 16px;
   1.636 +  padding-left: 16px;
   1.637 +  *zoom: 1;
   1.638 +}
   1.639 +
   1.640 +.container-fluid:before,
   1.641 +.container-fluid:after {
   1.642 +  display: table;
   1.643 +  line-height: 0;
   1.644 +  content: "";
   1.645 +}
   1.646 +
   1.647 +.container-fluid:after {
   1.648 +  clear: both;
   1.649 +}
   1.650 +
   1.651 +img {
   1.652 +  -webkit-filter: contrast(800%);
   1.653 +     -moz-filter: contrast(1000%);
   1.654 +      -ms-filter: contrast(800%);
   1.655 +       -o-filter: contrast(800%);
   1.656 +          filter: contrast(1000%);
   1.657 +}
   1.658 +
   1.659 +p {
   1.660 +  margin: 0 0 20px;
   1.661 +}
   1.662 +
   1.663 +.lead {
   1.664 +  padding: 9px 14px 9px 14px;
   1.665 +  margin: 9px 4px 9px 4px;
   1.666 +  font-size: 18px;
   1.667 +  color: #ffffff;
   1.668 +  border: 2px solid #bbbbbb;
   1.669 +}
   1.670 +
   1.671 +small {
   1.672 +  font-size: 100%;
   1.673 +}
   1.674 +
   1.675 +strong {
   1.676 +  font-weight: normal;
   1.677 +  color: #ffffff;
   1.678 +}
   1.679 +
   1.680 +em {
   1.681 +  font-weight: normal;
   1.682 +  color: #ffffff;
   1.683 +}
   1.684 +
   1.685 +cite {
   1.686 +  font-style: normal;
   1.687 +}
   1.688 +
   1.689 +i,
   1.690 +cite,
   1.691 +em,
   1.692 +var,
   1.693 +address,
   1.694 +dfn {
   1.695 +  font-style: normal;
   1.696 +}
   1.697 +
   1.698 +i:before,
   1.699 +cite:before,
   1.700 +em:before,
   1.701 +var:before,
   1.702 +address:before,
   1.703 +dfn:before,
   1.704 +i:after,
   1.705 +cite:after,
   1.706 +em:after,
   1.707 +var:after,
   1.708 +address:after,
   1.709 +dfn:after {
   1.710 +  content: '/';
   1.711 +}
   1.712 +
   1.713 +.muted {
   1.714 +  display: none;
   1.715 +  color: #bbbbbb;
   1.716 +}
   1.717 +
   1.718 +.text-warning {
   1.719 +  color: #ffffff;
   1.720 +}
   1.721 +
   1.722 +a.text-warning:hover,
   1.723 +a.text-warning:focus {
   1.724 +  color: #ffffff;
   1.725 +}
   1.726 +
   1.727 +.text-error {
   1.728 +  color: #ffffff;
   1.729 +}
   1.730 +
   1.731 +a.text-error:hover,
   1.732 +a.text-error:focus {
   1.733 +  color: #ffffff;
   1.734 +}
   1.735 +
   1.736 +.text-info {
   1.737 +  color: #000000;
   1.738 +}
   1.739 +
   1.740 +a.text-info:hover,
   1.741 +a.text-info:focus {
   1.742 +  color: #000000;
   1.743 +}
   1.744 +
   1.745 +.text-success {
   1.746 +  color: #55ff55;
   1.747 +}
   1.748 +
   1.749 +a.text-success:hover,
   1.750 +a.text-success:focus {
   1.751 +  color: #55ff55;
   1.752 +}
   1.753 +
   1.754 +.text-left {
   1.755 +  text-align: left;
   1.756 +}
   1.757 +
   1.758 +.text-right {
   1.759 +  text-align: right;
   1.760 +}
   1.761 +
   1.762 +.text-center {
   1.763 +  text-align: center;
   1.764 +}
   1.765 +
   1.766 +h1,
   1.767 +h2,
   1.768 +h3,
   1.769 +h4,
   1.770 +h5,
   1.771 +h6 {
   1.772 +  margin: 0;
   1.773 +  font-family: inherit;
   1.774 +  font-weight: inherit;
   1.775 +  line-height: 20px;
   1.776 +  color: #ffffff;
   1.777 +  text-rendering: optimizelegibility;
   1.778 +}
   1.779 +
   1.780 +h1 small,
   1.781 +h2 small,
   1.782 +h3 small,
   1.783 +h4 small,
   1.784 +h5 small,
   1.785 +h6 small {
   1.786 +  font-weight: normal;
   1.787 +  line-height: 1;
   1.788 +  color: #bbbbbb;
   1.789 +}
   1.790 +
   1.791 +h1,
   1.792 +h2,
   1.793 +h3 {
   1.794 +  line-height: 20px;
   1.795 +}
   1.796 +
   1.797 +h3:before {
   1.798 +  content: ">>> ";
   1.799 +}
   1.800 +
   1.801 +h3:after {
   1.802 +  content: " <<<";
   1.803 +}
   1.804 +
   1.805 +h1 {
   1.806 +  font-size: 18px;
   1.807 +  text-transform: uppercase;
   1.808 +}
   1.809 +
   1.810 +h2 {
   1.811 +  font-size: 18px;
   1.812 +  text-align: center;
   1.813 +  white-space: nowrap;
   1.814 +}
   1.815 +
   1.816 +h3 {
   1.817 +  font-size: 18px;
   1.818 +}
   1.819 +
   1.820 +h4 {
   1.821 +  font-size: 18px;
   1.822 +  color: #fe54fe;
   1.823 +}
   1.824 +
   1.825 +h5 {
   1.826 +  font-size: 18px;
   1.827 +}
   1.828 +
   1.829 +h6 {
   1.830 +  font-size: 18px;
   1.831 +}
   1.832 +
   1.833 +h1 small {
   1.834 +  font-size: 18px;
   1.835 +}
   1.836 +
   1.837 +h2 small {
   1.838 +  font-size: 18px;
   1.839 +}
   1.840 +
   1.841 +h3 small {
   1.842 +  font-size: 18px;
   1.843 +}
   1.844 +
   1.845 +h4 small {
   1.846 +  font-size: 18px;
   1.847 +}
   1.848 +
   1.849 +.page-header {
   1.850 +  padding: 20px 20px;
   1.851 +  margin: 20px 0 20px;
   1.852 +  background: #00aaaa;
   1.853 +}
   1.854 +
   1.855 +.page-header h1 {
   1.856 +  color: #000000;
   1.857 +}
   1.858 +
   1.859 +ul,
   1.860 +ol {
   1.861 +  padding: 0;
   1.862 +  margin: 0 0 20px 20px;
   1.863 +}
   1.864 +
   1.865 +ul ul,
   1.866 +ul ol,
   1.867 +ol ol,
   1.868 +ol ul {
   1.869 +  margin-bottom: 0;
   1.870 +}
   1.871 +
   1.872 +li {
   1.873 +  padding-left: 0;
   1.874 +  margin-left: 0;
   1.875 +  line-height: 20px;
   1.876 +  list-style: none;
   1.877 +}
   1.878 +
   1.879 +ul.unstyled,
   1.880 +ol.unstyled {
   1.881 +  margin-left: 0;
   1.882 +  list-style: none;
   1.883 +}
   1.884 +
   1.885 +ul.inline,
   1.886 +ol.inline {
   1.887 +  margin-left: 0;
   1.888 +  list-style: none;
   1.889 +}
   1.890 +
   1.891 +ul.inline > li,
   1.892 +ol.inline > li {
   1.893 +  display: inline-block;
   1.894 +  *display: inline;
   1.895 +  padding-right: 9.5px;
   1.896 +  padding-left: 10.7px;
   1.897 +  *zoom: 1;
   1.898 +}
   1.899 +
   1.900 +dl {
   1.901 +  margin-bottom: 20px;
   1.902 +}
   1.903 +
   1.904 +dt,
   1.905 +dd {
   1.906 +  line-height: 20px;
   1.907 +}
   1.908 +
   1.909 +dt {
   1.910 +  font-weight: normal;
   1.911 +}
   1.912 +
   1.913 +dd {
   1.914 +  margin-left: 21px;
   1.915 +}
   1.916 +
   1.917 +.dl-horizontal {
   1.918 +  *zoom: 1;
   1.919 +}
   1.920 +
   1.921 +.dl-horizontal:before,
   1.922 +.dl-horizontal:after {
   1.923 +  display: table;
   1.924 +  line-height: 0;
   1.925 +  content: "";
   1.926 +}
   1.927 +
   1.928 +.dl-horizontal:after {
   1.929 +  clear: both;
   1.930 +}
   1.931 +
   1.932 +.dl-horizontal dt {
   1.933 +  float: left;
   1.934 +  width: 162px;
   1.935 +  overflow: hidden;
   1.936 +  clear: left;
   1.937 +  text-align: right;
   1.938 +  text-overflow: ellipsis;
   1.939 +  white-space: nowrap;
   1.940 +}
   1.941 +
   1.942 +.dl-horizontal dd {
   1.943 +  margin-left: 182px;
   1.944 +}
   1.945 +
   1.946 +hr {
   1.947 +  margin: 6px 0 7px;
   1.948 +  border: 0;
   1.949 +  border-top: 0px solid #bbbbbb;
   1.950 +  border-bottom: 2px solid #ffffff;
   1.951 +}
   1.952 +
   1.953 +abbr[title],
   1.954 +abbr[data-original-title] {
   1.955 +  cursor: help;
   1.956 +  border: 0;
   1.957 +}
   1.958 +
   1.959 +abbr.initialism {
   1.960 +  font-size: 90%;
   1.961 +  text-transform: uppercase;
   1.962 +}
   1.963 +
   1.964 +blockquote {
   1.965 +  padding: 0 0 0 15px;
   1.966 +  margin: 0 0 20px;
   1.967 +  border-left: 5px solid #bbbbbb;
   1.968 +}
   1.969 +
   1.970 +blockquote p {
   1.971 +  margin-bottom: 0;
   1.972 +  font-size: 18px;
   1.973 +  line-height: 20px;
   1.974 +}
   1.975 +
   1.976 +blockquote small {
   1.977 +  display: block;
   1.978 +  line-height: 20px;
   1.979 +  color: #bbbbbb;
   1.980 +}
   1.981 +
   1.982 +blockquote small:before {
   1.983 +  content: '\2014 \00A0';
   1.984 +}
   1.985 +
   1.986 +blockquote.pull-right {
   1.987 +  float: right;
   1.988 +  padding-right: 1em;
   1.989 +  padding-left: 0;
   1.990 +  border-right: 5px solid #bbbbbb;
   1.991 +  border-left: 0;
   1.992 +}
   1.993 +
   1.994 +blockquote.pull-right p,
   1.995 +blockquote.pull-right small {
   1.996 +  text-align: right;
   1.997 +}
   1.998 +
   1.999 +blockquote.pull-right small:before {
  1.1000 +  content: '';
  1.1001 +}
  1.1002 +
  1.1003 +blockquote.pull-right small:after {
  1.1004 +  content: '\00A0 \2014';
  1.1005 +}
  1.1006 +
  1.1007 +q:before,
  1.1008 +q:after,
  1.1009 +blockquote:before,
  1.1010 +blockquote:after {
  1.1011 +  content: "";
  1.1012 +}
  1.1013 +
  1.1014 +address {
  1.1015 +  display: block;
  1.1016 +  margin-bottom: 20px;
  1.1017 +  font-style: normal;
  1.1018 +  line-height: 20px;
  1.1019 +}
  1.1020 +
  1.1021 +code,
  1.1022 +pre {
  1.1023 +  padding: 0;
  1.1024 +  font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
  1.1025 +  font-size: 18px;
  1.1026 +  color: #555555;
  1.1027 +  -webkit-border-radius: 0;
  1.1028 +     -moz-border-radius: 0;
  1.1029 +          border-radius: 0;
  1.1030 +}
  1.1031 +
  1.1032 +code {
  1.1033 +  padding: 0;
  1.1034 +  color: #ffffff;
  1.1035 +  white-space: nowrap;
  1.1036 +  background-color: #000000;
  1.1037 +  border: 0;
  1.1038 +}
  1.1039 +
  1.1040 +pre {
  1.1041 +  display: block;
  1.1042 +  padding: 0;
  1.1043 +  margin: 0 0 10px;
  1.1044 +  font-size: 18px;
  1.1045 +  font-weight: normal;
  1.1046 +  line-height: 20px;
  1.1047 +  word-break: break-all;
  1.1048 +  word-wrap: break-word;
  1.1049 +  white-space: pre;
  1.1050 +  white-space: pre-wrap;
  1.1051 +  background-color: #000000;
  1.1052 +  border: 0;
  1.1053 +  -webkit-border-radius: 0;
  1.1054 +     -moz-border-radius: 0;
  1.1055 +          border-radius: 0;
  1.1056 +}
  1.1057 +
  1.1058 +pre.prettyprint {
  1.1059 +  margin-bottom: 20px;
  1.1060 +}
  1.1061 +
  1.1062 +pre code {
  1.1063 +  padding: 0;
  1.1064 +  color: inherit;
  1.1065 +  white-space: pre;
  1.1066 +  white-space: pre-wrap;
  1.1067 +  background-color: transparent;
  1.1068 +  border: 0;
  1.1069 +}
  1.1070 +
  1.1071 +.pre-scrollable {
  1.1072 +  max-height: 340px;
  1.1073 +  overflow-y: scroll;
  1.1074 +}
  1.1075 +
  1.1076 +form {
  1.1077 +  margin: 0 0 20px;
  1.1078 +}
  1.1079 +
  1.1080 +fieldset {
  1.1081 +  padding: 0;
  1.1082 +  margin: 0;
  1.1083 +  border: 0;
  1.1084 +}
  1.1085 +
  1.1086 +legend {
  1.1087 +  display: block;
  1.1088 +  width: 100%;
  1.1089 +  padding: 0;
  1.1090 +  margin-bottom: 20px;
  1.1091 +  font-size: 18px;
  1.1092 +  line-height: 40px;
  1.1093 +  color: #ffffff;
  1.1094 +  border: 0;
  1.1095 +}
  1.1096 +
  1.1097 +legend small {
  1.1098 +  font-size: 20px;
  1.1099 +  color: #bbbbbb;
  1.1100 +}
  1.1101 +
  1.1102 +legend:before {
  1.1103 +  content: "## ";
  1.1104 +}
  1.1105 +
  1.1106 +legend:after {
  1.1107 +  content: " ##";
  1.1108 +}
  1.1109 +
  1.1110 +label,
  1.1111 +input,
  1.1112 +button,
  1.1113 +select,
  1.1114 +textarea {
  1.1115 +  font-size: 18px;
  1.1116 +  font-weight: normal;
  1.1117 +  line-height: 20px;
  1.1118 +}
  1.1119 +
  1.1120 +input,
  1.1121 +button,
  1.1122 +select,
  1.1123 +textarea {
  1.1124 +  font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
  1.1125 +}
  1.1126 +
  1.1127 +label {
  1.1128 +  display: block;
  1.1129 +  margin-bottom: 5px;
  1.1130 +}
  1.1131 +
  1.1132 +select,
  1.1133 +textarea,
  1.1134 +input[type="text"],
  1.1135 +input[type="password"],
  1.1136 +input[type="datetime"],
  1.1137 +input[type="datetime-local"],
  1.1138 +input[type="date"],
  1.1139 +input[type="month"],
  1.1140 +input[type="time"],
  1.1141 +input[type="week"],
  1.1142 +input[type="number"],
  1.1143 +input[type="email"],
  1.1144 +input[type="url"],
  1.1145 +input[type="search"],
  1.1146 +input[type="tel"],
  1.1147 +input[type="color"],
  1.1148 +.uneditable-input {
  1.1149 +  display: inline-block;
  1.1150 +  height: 20px;
  1.1151 +  padding: 0 0;
  1.1152 +  margin: 10px 5px;
  1.1153 +  font-size: 18px;
  1.1154 +  line-height: 20px;
  1.1155 +  color: #000000;
  1.1156 +  vertical-align: middle;
  1.1157 +  background: #bbbbbb;
  1.1158 +  border: 2px solid #000000;
  1.1159 +}
  1.1160 +
  1.1161 +input[type="text"]:before {
  1.1162 +  content: "[";
  1.1163 +}
  1.1164 +
  1.1165 +input[type="text"]:after {
  1.1166 +  content: "]";
  1.1167 +}
  1.1168 +
  1.1169 +input,
  1.1170 +textarea,
  1.1171 +.uneditable-input {
  1.1172 +  width: 206px;
  1.1173 +}
  1.1174 +
  1.1175 +textarea {
  1.1176 +  height: auto;
  1.1177 +}
  1.1178 +
  1.1179 +textarea,
  1.1180 +input[type="text"],
  1.1181 +input[type="password"],
  1.1182 +input[type="datetime"],
  1.1183 +input[type="datetime-local"],
  1.1184 +input[type="date"],
  1.1185 +input[type="month"],
  1.1186 +input[type="time"],
  1.1187 +input[type="week"],
  1.1188 +input[type="number"],
  1.1189 +input[type="email"],
  1.1190 +input[type="url"],
  1.1191 +input[type="search"],
  1.1192 +input[type="tel"],
  1.1193 +input[type="color"],
  1.1194 +.uneditable-input {
  1.1195 +  background-color: #bbbbbb;
  1.1196 +  border: 0;
  1.1197 +  border-bottom: 2px solid #000000;
  1.1198 +}
  1.1199 +
  1.1200 +textarea:focus,
  1.1201 +input[type="text"]:focus,
  1.1202 +input[type="password"]:focus,
  1.1203 +input[type="datetime"]:focus,
  1.1204 +input[type="datetime-local"]:focus,
  1.1205 +input[type="date"]:focus,
  1.1206 +input[type="month"]:focus,
  1.1207 +input[type="time"]:focus,
  1.1208 +input[type="week"]:focus,
  1.1209 +input[type="number"]:focus,
  1.1210 +input[type="email"]:focus,
  1.1211 +input[type="url"]:focus,
  1.1212 +input[type="search"]:focus,
  1.1213 +input[type="tel"]:focus,
  1.1214 +input[type="color"]:focus,
  1.1215 +.uneditable-input:focus {
  1.1216 +  outline: 0;
  1.1217 +}
  1.1218 +
  1.1219 +input[type="radio"],
  1.1220 +input[type="checkbox"] {
  1.1221 +  margin: 4px 0 0;
  1.1222 +  margin-top: 1px \9;
  1.1223 +  *margin-top: 0;
  1.1224 +  line-height: normal;
  1.1225 +}
  1.1226 +
  1.1227 +input[type="file"],
  1.1228 +input[type="image"],
  1.1229 +input[type="submit"],
  1.1230 +input[type="reset"],
  1.1231 +input[type="button"],
  1.1232 +input[type="radio"],
  1.1233 +input[type="checkbox"] {
  1.1234 +  width: auto;
  1.1235 +}
  1.1236 +
  1.1237 +select,
  1.1238 +input[type="file"] {
  1.1239 +  height: 20px;
  1.1240 +  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  1.1241 +
  1.1242 +  *margin-top: 4px;
  1.1243 +  /* For IE7, add top margin to align select with labels */
  1.1244 +
  1.1245 +  line-height: 20px;
  1.1246 +}
  1.1247 +
  1.1248 +select {
  1.1249 +  width: 220px;
  1.1250 +  background-color: #ffffff;
  1.1251 +  border: 1px solid #cccccc;
  1.1252 +}
  1.1253 +
  1.1254 +select[multiple],
  1.1255 +select[size] {
  1.1256 +  height: auto;
  1.1257 +}
  1.1258 +
  1.1259 +select:focus,
  1.1260 +input[type="file"]:focus,
  1.1261 +input[type="radio"]:focus,
  1.1262 +input[type="checkbox"]:focus {
  1.1263 +  outline: thin solid #333;
  1.1264 +  outline: 5px auto -webkit-focus-ring-color;
  1.1265 +  outline-offset: -2px;
  1.1266 +}
  1.1267 +
  1.1268 +.uneditable-input,
  1.1269 +.uneditable-textarea {
  1.1270 +  color: #bbbbbb;
  1.1271 +  cursor: not-allowed;
  1.1272 +  background-color: #fcfcfc;
  1.1273 +  border-color: #cccccc;
  1.1274 +}
  1.1275 +
  1.1276 +.uneditable-input {
  1.1277 +  overflow: hidden;
  1.1278 +  white-space: nowrap;
  1.1279 +}
  1.1280 +
  1.1281 +.uneditable-textarea {
  1.1282 +  width: auto;
  1.1283 +  height: auto;
  1.1284 +}
  1.1285 +
  1.1286 +input:-moz-placeholder,
  1.1287 +textarea:-moz-placeholder {
  1.1288 +  color: #bbbbbb;
  1.1289 +}
  1.1290 +
  1.1291 +input:-ms-input-placeholder,
  1.1292 +textarea:-ms-input-placeholder {
  1.1293 +  color: #bbbbbb;
  1.1294 +}
  1.1295 +
  1.1296 +input::-webkit-input-placeholder,
  1.1297 +textarea::-webkit-input-placeholder {
  1.1298 +  color: #bbbbbb;
  1.1299 +}
  1.1300 +
  1.1301 +.radio,
  1.1302 +.checkbox {
  1.1303 +  min-height: 20px;
  1.1304 +  padding-left: 20px;
  1.1305 +}
  1.1306 +
  1.1307 +.radio input[type="radio"],
  1.1308 +.checkbox input[type="checkbox"] {
  1.1309 +  float: left;
  1.1310 +  margin-left: -20px;
  1.1311 +}
  1.1312 +
  1.1313 +.controls > .radio:first-child,
  1.1314 +.controls > .checkbox:first-child {
  1.1315 +  padding-top: 5px;
  1.1316 +}
  1.1317 +
  1.1318 +.radio.inline,
  1.1319 +.checkbox.inline {
  1.1320 +  display: inline-block;
  1.1321 +  padding-top: 5px;
  1.1322 +  margin-bottom: 0;
  1.1323 +  vertical-align: middle;
  1.1324 +}
  1.1325 +
  1.1326 +.radio.inline + .radio.inline,
  1.1327 +.checkbox.inline + .checkbox.inline {
  1.1328 +  margin-left: 10px;
  1.1329 +}
  1.1330 +
  1.1331 +.input-mini {
  1.1332 +  width: 60px;
  1.1333 +}
  1.1334 +
  1.1335 +.input-small {
  1.1336 +  width: 90px;
  1.1337 +}
  1.1338 +
  1.1339 +.input-medium {
  1.1340 +  width: 150px;
  1.1341 +}
  1.1342 +
  1.1343 +.input-large {
  1.1344 +  width: 210px;
  1.1345 +}
  1.1346 +
  1.1347 +.input-xlarge {
  1.1348 +  width: 270px;
  1.1349 +}
  1.1350 +
  1.1351 +.input-xxlarge {
  1.1352 +  width: 530px;
  1.1353 +}
  1.1354 +
  1.1355 +input[class*="span"],
  1.1356 +select[class*="span"],
  1.1357 +textarea[class*="span"],
  1.1358 +.uneditable-input[class*="span"],
  1.1359 +.row-fluid input[class*="span"],
  1.1360 +.row-fluid select[class*="span"],
  1.1361 +.row-fluid textarea[class*="span"],
  1.1362 +.row-fluid .uneditable-input[class*="span"] {
  1.1363 +  float: none;
  1.1364 +  margin-left: 0;
  1.1365 +}
  1.1366 +
  1.1367 +.input-append input[class*="span"],
  1.1368 +.input-append .uneditable-input[class*="span"],
  1.1369 +.input-prepend input[class*="span"],
  1.1370 +.input-prepend .uneditable-input[class*="span"],
  1.1371 +.row-fluid input[class*="span"],
  1.1372 +.row-fluid select[class*="span"],
  1.1373 +.row-fluid textarea[class*="span"],
  1.1374 +.row-fluid .uneditable-input[class*="span"],
  1.1375 +.row-fluid .input-prepend [class*="span"],
  1.1376 +.row-fluid .input-append [class*="span"] {
  1.1377 +  display: inline-block;
  1.1378 +}
  1.1379 +
  1.1380 +input,
  1.1381 +textarea,
  1.1382 +.uneditable-input {
  1.1383 +  margin-left: 0;
  1.1384 +}
  1.1385 +
  1.1386 +.controls-row [class*="span"] + [class*="span"] {
  1.1387 +  margin-left: 16px;
  1.1388 +}
  1.1389 +
  1.1390 +input.span12,
  1.1391 +textarea.span12,
  1.1392 +.uneditable-input.span12 {
  1.1393 +  width: 930px;
  1.1394 +}
  1.1395 +
  1.1396 +input.span11,
  1.1397 +textarea.span11,
  1.1398 +.uneditable-input.span11 {
  1.1399 +  width: 850px;
  1.1400 +}
  1.1401 +
  1.1402 +input.span10,
  1.1403 +textarea.span10,
  1.1404 +.uneditable-input.span10 {
  1.1405 +  width: 770px;
  1.1406 +}
  1.1407 +
  1.1408 +input.span9,
  1.1409 +textarea.span9,
  1.1410 +.uneditable-input.span9 {
  1.1411 +  width: 690px;
  1.1412 +}
  1.1413 +
  1.1414 +input.span8,
  1.1415 +textarea.span8,
  1.1416 +.uneditable-input.span8 {
  1.1417 +  width: 610px;
  1.1418 +}
  1.1419 +
  1.1420 +input.span7,
  1.1421 +textarea.span7,
  1.1422 +.uneditable-input.span7 {
  1.1423 +  width: 530px;
  1.1424 +}
  1.1425 +
  1.1426 +input.span6,
  1.1427 +textarea.span6,
  1.1428 +.uneditable-input.span6 {
  1.1429 +  width: 450px;
  1.1430 +}
  1.1431 +
  1.1432 +input.span5,
  1.1433 +textarea.span5,
  1.1434 +.uneditable-input.span5 {
  1.1435 +  width: 370px;
  1.1436 +}
  1.1437 +
  1.1438 +input.span4,
  1.1439 +textarea.span4,
  1.1440 +.uneditable-input.span4 {
  1.1441 +  width: 290px;
  1.1442 +}
  1.1443 +
  1.1444 +input.span3,
  1.1445 +textarea.span3,
  1.1446 +.uneditable-input.span3 {
  1.1447 +  width: 210px;
  1.1448 +}
  1.1449 +
  1.1450 +input.span2,
  1.1451 +textarea.span2,
  1.1452 +.uneditable-input.span2 {
  1.1453 +  width: 130px;
  1.1454 +}
  1.1455 +
  1.1456 +input.span1,
  1.1457 +textarea.span1,
  1.1458 +.uneditable-input.span1 {
  1.1459 +  width: 50px;
  1.1460 +}
  1.1461 +
  1.1462 +.controls-row {
  1.1463 +  *zoom: 1;
  1.1464 +}
  1.1465 +
  1.1466 +.controls-row:before,
  1.1467 +.controls-row:after {
  1.1468 +  display: table;
  1.1469 +  line-height: 0;
  1.1470 +  content: "";
  1.1471 +}
  1.1472 +
  1.1473 +.controls-row:after {
  1.1474 +  clear: both;
  1.1475 +}
  1.1476 +
  1.1477 +.controls-row [class*="span"],
  1.1478 +.row-fluid .controls-row [class*="span"] {
  1.1479 +  float: left;
  1.1480 +}
  1.1481 +
  1.1482 +.controls-row .checkbox[class*="span"],
  1.1483 +.controls-row .radio[class*="span"] {
  1.1484 +  padding-top: 5px;
  1.1485 +}
  1.1486 +
  1.1487 +input[disabled],
  1.1488 +select[disabled],
  1.1489 +textarea[disabled],
  1.1490 +input[readonly],
  1.1491 +select[readonly],
  1.1492 +textarea[readonly] {
  1.1493 +  cursor: not-allowed;
  1.1494 +  background-color: #bbbbbb;
  1.1495 +}
  1.1496 +
  1.1497 +input[type="radio"][disabled],
  1.1498 +input[type="checkbox"][disabled],
  1.1499 +input[type="radio"][readonly],
  1.1500 +input[type="checkbox"][readonly] {
  1.1501 +  background-color: transparent;
  1.1502 +}
  1.1503 +
  1.1504 +.control-group.warning .control-label,
  1.1505 +.control-group.warning .help-block,
  1.1506 +.control-group.warning .help-inline {
  1.1507 +  color: #ffffff;
  1.1508 +}
  1.1509 +
  1.1510 +.control-group.warning .checkbox,
  1.1511 +.control-group.warning .radio,
  1.1512 +.control-group.warning input,
  1.1513 +.control-group.warning select,
  1.1514 +.control-group.warning textarea {
  1.1515 +  color: #ffffff;
  1.1516 +}
  1.1517 +
  1.1518 +.control-group.warning input,
  1.1519 +.control-group.warning select,
  1.1520 +.control-group.warning textarea {
  1.1521 +  border-color: #ffffff;
  1.1522 +}
  1.1523 +
  1.1524 +.control-group.warning input:focus,
  1.1525 +.control-group.warning select:focus,
  1.1526 +.control-group.warning textarea:focus {
  1.1527 +  border-color: #ffffff;
  1.1528 +  -webkit-box-shadow: 0;
  1.1529 +     -moz-box-shadow: 0;
  1.1530 +          box-shadow: 0;
  1.1531 +}
  1.1532 +
  1.1533 +.control-group.warning .input-prepend .add-on,
  1.1534 +.control-group.warning .input-append .add-on {
  1.1535 +  color: #ffffff;
  1.1536 +  background-color: #00aaaa;
  1.1537 +  border-color: #ffffff;
  1.1538 +}
  1.1539 +
  1.1540 +.control-group.error .control-label,
  1.1541 +.control-group.error .help-block,
  1.1542 +.control-group.error .help-inline {
  1.1543 +  color: #ffffff;
  1.1544 +}
  1.1545 +
  1.1546 +.control-group.error .checkbox,
  1.1547 +.control-group.error .radio,
  1.1548 +.control-group.error input,
  1.1549 +.control-group.error select,
  1.1550 +.control-group.error textarea {
  1.1551 +  color: #ffffff;
  1.1552 +}
  1.1553 +
  1.1554 +.control-group.error input,
  1.1555 +.control-group.error select,
  1.1556 +.control-group.error textarea {
  1.1557 +  border-color: #ffffff;
  1.1558 +}
  1.1559 +
  1.1560 +.control-group.error input:focus,
  1.1561 +.control-group.error select:focus,
  1.1562 +.control-group.error textarea:focus {
  1.1563 +  border-color: #ffffff;
  1.1564 +  -webkit-box-shadow: 0;
  1.1565 +     -moz-box-shadow: 0;
  1.1566 +          box-shadow: 0;
  1.1567 +}
  1.1568 +
  1.1569 +.control-group.error .input-prepend .add-on,
  1.1570 +.control-group.error .input-append .add-on {
  1.1571 +  color: #ffffff;
  1.1572 +  background-color: #aa0000;
  1.1573 +  border-color: #ffffff;
  1.1574 +}
  1.1575 +
  1.1576 +.control-group.success .control-label,
  1.1577 +.control-group.success .help-block,
  1.1578 +.control-group.success .help-inline {
  1.1579 +  color: #55ff55;
  1.1580 +}
  1.1581 +
  1.1582 +.control-group.success .checkbox,
  1.1583 +.control-group.success .radio,
  1.1584 +.control-group.success input,
  1.1585 +.control-group.success select,
  1.1586 +.control-group.success textarea {
  1.1587 +  color: #55ff55;
  1.1588 +}
  1.1589 +
  1.1590 +.control-group.success input,
  1.1591 +.control-group.success select,
  1.1592 +.control-group.success textarea {
  1.1593 +  border-color: #55ff55;
  1.1594 +}
  1.1595 +
  1.1596 +.control-group.success input:focus,
  1.1597 +.control-group.success select:focus,
  1.1598 +.control-group.success textarea:focus {
  1.1599 +  border-color: #55ff55;
  1.1600 +  -webkit-box-shadow: 0;
  1.1601 +     -moz-box-shadow: 0;
  1.1602 +          box-shadow: 0;
  1.1603 +}
  1.1604 +
  1.1605 +.control-group.success .input-prepend .add-on,
  1.1606 +.control-group.success .input-append .add-on {
  1.1607 +  color: #55ff55;
  1.1608 +  background-color: #000000;
  1.1609 +  border-color: #55ff55;
  1.1610 +}
  1.1611 +
  1.1612 +.control-group.info .control-label,
  1.1613 +.control-group.info .help-block,
  1.1614 +.control-group.info .help-inline {
  1.1615 +  color: #000000;
  1.1616 +}
  1.1617 +
  1.1618 +.control-group.info .checkbox,
  1.1619 +.control-group.info .radio,
  1.1620 +.control-group.info input,
  1.1621 +.control-group.info select,
  1.1622 +.control-group.info textarea {
  1.1623 +  color: #000000;
  1.1624 +}
  1.1625 +
  1.1626 +.control-group.info input,
  1.1627 +.control-group.info select,
  1.1628 +.control-group.info textarea {
  1.1629 +  border-color: #000000;
  1.1630 +}
  1.1631 +
  1.1632 +.control-group.info input:focus,
  1.1633 +.control-group.info select:focus,
  1.1634 +.control-group.info textarea:focus {
  1.1635 +  border-color: #000000;
  1.1636 +  -webkit-box-shadow: 0;
  1.1637 +     -moz-box-shadow: 0;
  1.1638 +          box-shadow: 0;
  1.1639 +}
  1.1640 +
  1.1641 +.control-group.info .input-prepend .add-on,
  1.1642 +.control-group.info .input-append .add-on {
  1.1643 +  color: #000000;
  1.1644 +  background-color: #000000;
  1.1645 +  border-color: #000000;
  1.1646 +}
  1.1647 +
  1.1648 +input:focus:invalid,
  1.1649 +textarea:focus:invalid,
  1.1650 +select:focus:invalid {
  1.1651 +  color: #b94a48;
  1.1652 +  border-color: #ee5f5b;
  1.1653 +}
  1.1654 +
  1.1655 +input:focus:invalid:focus,
  1.1656 +textarea:focus:invalid:focus,
  1.1657 +select:focus:invalid:focus {
  1.1658 +  border-color: #e9322d;
  1.1659 +  -webkit-box-shadow: 0 0 6px #f8b9b7;
  1.1660 +     -moz-box-shadow: 0 0 6px #f8b9b7;
  1.1661 +          box-shadow: 0 0 6px #f8b9b7;
  1.1662 +}
  1.1663 +
  1.1664 +.form-actions {
  1.1665 +  padding: 19px 20px 20px;
  1.1666 +  margin-top: 20px;
  1.1667 +  margin-bottom: 20px;
  1.1668 +  background-color: #f5f5f5;
  1.1669 +  border-top: 1px solid #e5e5e5;
  1.1670 +  *zoom: 1;
  1.1671 +}
  1.1672 +
  1.1673 +.form-actions:before,
  1.1674 +.form-actions:after {
  1.1675 +  display: table;
  1.1676 +  line-height: 0;
  1.1677 +  content: "";
  1.1678 +}
  1.1679 +
  1.1680 +.form-actions:after {
  1.1681 +  clear: both;
  1.1682 +}
  1.1683 +
  1.1684 +.help-block,
  1.1685 +.help-inline {
  1.1686 +  color: #e1e1e1;
  1.1687 +}
  1.1688 +
  1.1689 +.help-block {
  1.1690 +  display: block;
  1.1691 +  margin-bottom: 10px;
  1.1692 +}
  1.1693 +
  1.1694 +.help-inline {
  1.1695 +  display: inline-block;
  1.1696 +  *display: inline;
  1.1697 +  padding-left: 5px;
  1.1698 +  vertical-align: middle;
  1.1699 +  *zoom: 1;
  1.1700 +}
  1.1701 +
  1.1702 +.input-append,
  1.1703 +.input-prepend {
  1.1704 +  display: inline-block;
  1.1705 +  margin-bottom: 10px;
  1.1706 +  font-size: 0;
  1.1707 +  white-space: nowrap;
  1.1708 +  vertical-align: middle;
  1.1709 +}
  1.1710 +
  1.1711 +.input-append input,
  1.1712 +.input-prepend input,
  1.1713 +.input-append select,
  1.1714 +.input-prepend select,
  1.1715 +.input-append .uneditable-input,
  1.1716 +.input-prepend .uneditable-input,
  1.1717 +.input-append .dropdown-menu,
  1.1718 +.input-prepend .dropdown-menu,
  1.1719 +.input-append .popover,
  1.1720 +.input-prepend .popover {
  1.1721 +  font-size: 18px;
  1.1722 +}
  1.1723 +
  1.1724 +.input-append input,
  1.1725 +.input-prepend input,
  1.1726 +.input-append select,
  1.1727 +.input-prepend select,
  1.1728 +.input-append .uneditable-input,
  1.1729 +.input-prepend .uneditable-input {
  1.1730 +  position: relative;
  1.1731 +  margin-bottom: 0;
  1.1732 +  *margin-left: 0;
  1.1733 +  vertical-align: top;
  1.1734 +  -webkit-border-radius: 0 0 0px 0;
  1.1735 +     -moz-border-radius: 0 0 0px 0;
  1.1736 +          border-radius: 0 0 0px 0;
  1.1737 +}
  1.1738 +
  1.1739 +.input-append input:focus,
  1.1740 +.input-prepend input:focus,
  1.1741 +.input-append select:focus,
  1.1742 +.input-prepend select:focus,
  1.1743 +.input-append .uneditable-input:focus,
  1.1744 +.input-prepend .uneditable-input:focus {
  1.1745 +  z-index: 2;
  1.1746 +}
  1.1747 +
  1.1748 +.input-append .add-on,
  1.1749 +.input-prepend .add-on {
  1.1750 +  display: inline-block;
  1.1751 +  width: auto;
  1.1752 +  height: 20px;
  1.1753 +  min-width: 16px;
  1.1754 +  padding: 4px 5px;
  1.1755 +  font-size: 18px;
  1.1756 +  font-weight: normal;
  1.1757 +  line-height: 20px;
  1.1758 +  text-align: center;
  1.1759 +  text-shadow: 0;
  1.1760 +  background-color: #bbbbbb;
  1.1761 +  border: 0;
  1.1762 +}
  1.1763 +
  1.1764 +.input-append .add-on,
  1.1765 +.input-prepend .add-on,
  1.1766 +.input-append .btn,
  1.1767 +.input-prepend .btn,
  1.1768 +.input-append .btn-group > .dropdown-toggle,
  1.1769 +.input-prepend .btn-group > .dropdown-toggle {
  1.1770 +  vertical-align: top;
  1.1771 +  -webkit-border-radius: 0;
  1.1772 +     -moz-border-radius: 0;
  1.1773 +          border-radius: 0;
  1.1774 +}
  1.1775 +
  1.1776 +.input-prepend .add-on,
  1.1777 +.input-prepend .btn {
  1.1778 +  margin-right: -1px;
  1.1779 +}
  1.1780 +
  1.1781 +.input-prepend .add-on:first-child,
  1.1782 +.input-prepend .btn:first-child {
  1.1783 +  -webkit-border-radius: 0 0 0 0px;
  1.1784 +     -moz-border-radius: 0 0 0 0px;
  1.1785 +          border-radius: 0 0 0 0px;
  1.1786 +}
  1.1787 +
  1.1788 +.input-append input,
  1.1789 +.input-append select,
  1.1790 +.input-append .uneditable-input {
  1.1791 +  -webkit-border-radius: 0 0 0 0px;
  1.1792 +     -moz-border-radius: 0 0 0 0px;
  1.1793 +          border-radius: 0 0 0 0px;
  1.1794 +}
  1.1795 +
  1.1796 +.input-append input + .btn-group .btn:last-child,
  1.1797 +.input-append select + .btn-group .btn:last-child,
  1.1798 +.input-append .uneditable-input + .btn-group .btn:last-child {
  1.1799 +  -webkit-border-radius: 0 0 0px 0;
  1.1800 +     -moz-border-radius: 0 0 0px 0;
  1.1801 +          border-radius: 0 0 0px 0;
  1.1802 +}
  1.1803 +
  1.1804 +.input-append .add-on,
  1.1805 +.input-append .btn,
  1.1806 +.input-append .btn-group {
  1.1807 +  margin-left: -1px;
  1.1808 +}
  1.1809 +
  1.1810 +.input-append .add-on:last-child,
  1.1811 +.input-append .btn:last-child,
  1.1812 +.input-append .btn-group:last-child > .dropdown-toggle {
  1.1813 +  -webkit-border-radius: 0 0 0px 0;
  1.1814 +     -moz-border-radius: 0 0 0px 0;
  1.1815 +          border-radius: 0 0 0px 0;
  1.1816 +}
  1.1817 +
  1.1818 +.input-prepend.input-append input,
  1.1819 +.input-prepend.input-append select,
  1.1820 +.input-prepend.input-append .uneditable-input {
  1.1821 +  -webkit-border-radius: 0;
  1.1822 +     -moz-border-radius: 0;
  1.1823 +          border-radius: 0;
  1.1824 +}
  1.1825 +
  1.1826 +.input-prepend.input-append input + .btn-group .btn,
  1.1827 +.input-prepend.input-append select + .btn-group .btn,
  1.1828 +.input-prepend.input-append .uneditable-input + .btn-group .btn {
  1.1829 +  -webkit-border-radius: 0 0 0px 0;
  1.1830 +     -moz-border-radius: 0 0 0px 0;
  1.1831 +          border-radius: 0 0 0px 0;
  1.1832 +}
  1.1833 +
  1.1834 +.input-prepend.input-append .add-on:first-child,
  1.1835 +.input-prepend.input-append .btn:first-child {
  1.1836 +  margin-right: -1px;
  1.1837 +  -webkit-border-radius: 0 0 0 0px;
  1.1838 +     -moz-border-radius: 0 0 0 0px;
  1.1839 +          border-radius: 0 0 0 0px;
  1.1840 +}
  1.1841 +
  1.1842 +.input-prepend.input-append .add-on:last-child,
  1.1843 +.input-prepend.input-append .btn:last-child {
  1.1844 +  margin-left: -1px;
  1.1845 +  -webkit-border-radius: 0 0 0px 0;
  1.1846 +     -moz-border-radius: 0 0 0px 0;
  1.1847 +          border-radius: 0 0 0px 0;
  1.1848 +}
  1.1849 +
  1.1850 +.input-prepend.input-append .btn-group:first-child {
  1.1851 +  margin-left: 0;
  1.1852 +}
  1.1853 +
  1.1854 +input.search-query {
  1.1855 +  padding-right: 14px;
  1.1856 +  padding-right: 4px \9;
  1.1857 +  padding-left: 14px;
  1.1858 +  padding-left: 4px \9;
  1.1859 +  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  1.1860 +
  1.1861 +  margin-bottom: 0;
  1.1862 +}
  1.1863 +
  1.1864 +/* Allow for input prepend/append in search forms */
  1.1865 +
  1.1866 +.form-search .input-append .search-query,
  1.1867 +.form-search .input-prepend .search-query {
  1.1868 +  -webkit-border-radius: 0;
  1.1869 +     -moz-border-radius: 0;
  1.1870 +          border-radius: 0;
  1.1871 +}
  1.1872 +
  1.1873 +.form-search input,
  1.1874 +.form-inline input,
  1.1875 +.form-horizontal input,
  1.1876 +.form-search textarea,
  1.1877 +.form-inline textarea,
  1.1878 +.form-horizontal textarea,
  1.1879 +.form-search select,
  1.1880 +.form-inline select,
  1.1881 +.form-horizontal select,
  1.1882 +.form-search .help-inline,
  1.1883 +.form-inline .help-inline,
  1.1884 +.form-horizontal .help-inline,
  1.1885 +.form-search .uneditable-input,
  1.1886 +.form-inline .uneditable-input,
  1.1887 +.form-horizontal .uneditable-input,
  1.1888 +.form-search .input-prepend,
  1.1889 +.form-inline .input-prepend,
  1.1890 +.form-horizontal .input-prepend,
  1.1891 +.form-search .input-append,
  1.1892 +.form-inline .input-append,
  1.1893 +.form-horizontal .input-append {
  1.1894 +  display: inline-block;
  1.1895 +  *display: inline;
  1.1896 +  margin-bottom: 0;
  1.1897 +  vertical-align: middle;
  1.1898 +  *zoom: 1;
  1.1899 +}
  1.1900 +
  1.1901 +.form-search .hide,
  1.1902 +.form-inline .hide,
  1.1903 +.form-horizontal .hide {
  1.1904 +  display: none;
  1.1905 +}
  1.1906 +
  1.1907 +.form-search label,
  1.1908 +.form-inline label,
  1.1909 +.form-search .btn-group,
  1.1910 +.form-inline .btn-group {
  1.1911 +  display: inline-block;
  1.1912 +}
  1.1913 +
  1.1914 +.form-search .input-append,
  1.1915 +.form-inline .input-append,
  1.1916 +.form-search .input-prepend,
  1.1917 +.form-inline .input-prepend {
  1.1918 +  margin-bottom: 0;
  1.1919 +}
  1.1920 +
  1.1921 +.form-search .radio,
  1.1922 +.form-search .checkbox,
  1.1923 +.form-inline .radio,
  1.1924 +.form-inline .checkbox {
  1.1925 +  padding-left: 0;
  1.1926 +  margin-bottom: 0;
  1.1927 +  vertical-align: middle;
  1.1928 +}
  1.1929 +
  1.1930 +.form-search .radio input[type="radio"],
  1.1931 +.form-search .checkbox input[type="checkbox"],
  1.1932 +.form-inline .radio input[type="radio"],
  1.1933 +.form-inline .checkbox input[type="checkbox"] {
  1.1934 +  float: left;
  1.1935 +  margin-right: 3px;
  1.1936 +  margin-left: 0;
  1.1937 +}
  1.1938 +
  1.1939 +.control-group {
  1.1940 +  margin-bottom: 10px;
  1.1941 +}
  1.1942 +
  1.1943 +legend + .control-group {
  1.1944 +  margin-top: 20px;
  1.1945 +  -webkit-margin-top-collapse: separate;
  1.1946 +}
  1.1947 +
  1.1948 +.form-horizontal .control-group {
  1.1949 +  margin-bottom: 20px;
  1.1950 +  *zoom: 1;
  1.1951 +}
  1.1952 +
  1.1953 +.form-horizontal .control-group:before,
  1.1954 +.form-horizontal .control-group:after {
  1.1955 +  display: table;
  1.1956 +  line-height: 0;
  1.1957 +  content: "";
  1.1958 +}
  1.1959 +
  1.1960 +.form-horizontal .control-group:after {
  1.1961 +  clear: both;
  1.1962 +}
  1.1963 +
  1.1964 +.form-horizontal .control-label {
  1.1965 +  float: left;
  1.1966 +  width: 162px;
  1.1967 +  padding-top: 5px;
  1.1968 +  text-align: right;
  1.1969 +}
  1.1970 +
  1.1971 +.form-horizontal .controls {
  1.1972 +  *display: inline-block;
  1.1973 +  *padding-left: 20px;
  1.1974 +  margin-left: 182px;
  1.1975 +  *margin-left: 0;
  1.1976 +}
  1.1977 +
  1.1978 +.form-horizontal .controls:first-child {
  1.1979 +  *padding-left: 182px;
  1.1980 +}
  1.1981 +
  1.1982 +.form-horizontal .help-block {
  1.1983 +  margin-bottom: 0;
  1.1984 +}
  1.1985 +
  1.1986 +.form-horizontal input + .help-block,
  1.1987 +.form-horizontal select + .help-block,
  1.1988 +.form-horizontal textarea + .help-block,
  1.1989 +.form-horizontal .uneditable-input + .help-block,
  1.1990 +.form-horizontal .input-prepend + .help-block,
  1.1991 +.form-horizontal .input-append + .help-block {
  1.1992 +  margin-top: 10px;
  1.1993 +}
  1.1994 +
  1.1995 +.form-horizontal .form-actions {
  1.1996 +  padding-left: 182px;
  1.1997 +}
  1.1998 +
  1.1999 +table {
  1.2000 +  max-width: 100%;
  1.2001 +  background-color: transparent;
  1.2002 +  border-collapse: collapse;
  1.2003 +  border-spacing: 0;
  1.2004 +}
  1.2005 +
  1.2006 +.table {
  1.2007 +  width: 100%;
  1.2008 +  margin-bottom: 20px;
  1.2009 +}
  1.2010 +
  1.2011 +.table th,
  1.2012 +.table td {
  1.2013 +  padding: 8px;
  1.2014 +  line-height: 20px;
  1.2015 +  text-align: left;
  1.2016 +  vertical-align: top;
  1.2017 +  border-top: 2px solid #dddddd;
  1.2018 +}
  1.2019 +
  1.2020 +.table th {
  1.2021 +  font-weight: normal;
  1.2022 +}
  1.2023 +
  1.2024 +.table thead th {
  1.2025 +  vertical-align: bottom;
  1.2026 +}
  1.2027 +
  1.2028 +.table caption + thead tr:first-child th,
  1.2029 +.table caption + thead tr:first-child td,
  1.2030 +.table colgroup + thead tr:first-child th,
  1.2031 +.table colgroup + thead tr:first-child td,
  1.2032 +.table thead:first-child tr:first-child th,
  1.2033 +.table thead:first-child tr:first-child td {
  1.2034 +  border-top: 0;
  1.2035 +}
  1.2036 +
  1.2037 +.table tbody + tbody {
  1.2038 +  border-top: 2px solid #dddddd;
  1.2039 +}
  1.2040 +
  1.2041 +.table .table {
  1.2042 +  background-color: #000084;
  1.2043 +}
  1.2044 +
  1.2045 +.table-condensed th,
  1.2046 +.table-condensed td {
  1.2047 +  padding: 4px 5px;
  1.2048 +}
  1.2049 +
  1.2050 +.table-bordered {
  1.2051 +  margin-left: 4px;
  1.2052 +  border: 2px solid #dddddd;
  1.2053 +  border-collapse: separate;
  1.2054 +  *border-collapse: collapse;
  1.2055 +  border-left: 0;
  1.2056 +}
  1.2057 +
  1.2058 +.table-bordered th,
  1.2059 +.table-bordered td {
  1.2060 +  padding: inherit 5.2px;
  1.2061 +  border-left: 2px solid #dddddd;
  1.2062 +}
  1.2063 +
  1.2064 +.table-bordered caption + thead tr:first-child th,
  1.2065 +.table-bordered caption + tbody tr:first-child th,
  1.2066 +.table-bordered caption + tbody tr:first-child td,
  1.2067 +.table-bordered colgroup + thead tr:first-child th,
  1.2068 +.table-bordered colgroup + tbody tr:first-child th,
  1.2069 +.table-bordered colgroup + tbody tr:first-child td,
  1.2070 +.table-bordered thead:first-child tr:first-child th,
  1.2071 +.table-bordered tbody:first-child tr:first-child th,
  1.2072 +.table-bordered tbody:first-child tr:first-child td {
  1.2073 +  border-top: 0;
  1.2074 +}
  1.2075 +
  1.2076 +.table-bordered thead:first-child tr:first-child > th:first-child,
  1.2077 +.table-bordered tbody:first-child tr:first-child > td:first-child,
  1.2078 +.table-bordered tbody:first-child tr:first-child > th:first-child {
  1.2079 +  -webkit-border-top-left-radius: 0;
  1.2080 +          border-top-left-radius: 0;
  1.2081 +  -moz-border-radius-topleft: 0;
  1.2082 +}
  1.2083 +
  1.2084 +.table-bordered thead:first-child tr:first-child > th:last-child,
  1.2085 +.table-bordered tbody:first-child tr:first-child > td:last-child,
  1.2086 +.table-bordered tbody:first-child tr:first-child > th:last-child {
  1.2087 +  -webkit-border-top-right-radius: 0;
  1.2088 +          border-top-right-radius: 0;
  1.2089 +  -moz-border-radius-topright: 0;
  1.2090 +}
  1.2091 +
  1.2092 +.table-bordered thead:last-child tr:last-child > th:first-child,
  1.2093 +.table-bordered tbody:last-child tr:last-child > td:first-child,
  1.2094 +.table-bordered tbody:last-child tr:last-child > th:first-child,
  1.2095 +.table-bordered tfoot:last-child tr:last-child > td:first-child,
  1.2096 +.table-bordered tfoot:last-child tr:last-child > th:first-child {
  1.2097 +  -webkit-border-bottom-left-radius: 0;
  1.2098 +          border-bottom-left-radius: 0;
  1.2099 +  -moz-border-radius-bottomleft: 0;
  1.2100 +}
  1.2101 +
  1.2102 +.table-bordered thead:last-child tr:last-child > th:last-child,
  1.2103 +.table-bordered tbody:last-child tr:last-child > td:last-child,
  1.2104 +.table-bordered tbody:last-child tr:last-child > th:last-child,
  1.2105 +.table-bordered tfoot:last-child tr:last-child > td:last-child,
  1.2106 +.table-bordered tfoot:last-child tr:last-child > th:last-child {
  1.2107 +  -webkit-border-bottom-right-radius: 0;
  1.2108 +          border-bottom-right-radius: 0;
  1.2109 +  -moz-border-radius-bottomright: 0;
  1.2110 +}
  1.2111 +
  1.2112 +.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  1.2113 +  -webkit-border-bottom-left-radius: 0;
  1.2114 +          border-bottom-left-radius: 0;
  1.2115 +  -moz-border-radius-bottomleft: 0;
  1.2116 +}
  1.2117 +
  1.2118 +.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  1.2119 +  -webkit-border-bottom-right-radius: 0;
  1.2120 +          border-bottom-right-radius: 0;
  1.2121 +  -moz-border-radius-bottomright: 0;
  1.2122 +}
  1.2123 +
  1.2124 +.table-bordered caption + thead tr:first-child th:first-child,
  1.2125 +.table-bordered caption + tbody tr:first-child td:first-child,
  1.2126 +.table-bordered colgroup + thead tr:first-child th:first-child,
  1.2127 +.table-bordered colgroup + tbody tr:first-child td:first-child {
  1.2128 +  -webkit-border-top-left-radius: 0;
  1.2129 +          border-top-left-radius: 0;
  1.2130 +  -moz-border-radius-topleft: 0;
  1.2131 +}
  1.2132 +
  1.2133 +.table-bordered caption + thead tr:first-child th:last-child,
  1.2134 +.table-bordered caption + tbody tr:first-child td:last-child,
  1.2135 +.table-bordered colgroup + thead tr:first-child th:last-child,
  1.2136 +.table-bordered colgroup + tbody tr:first-child td:last-child {
  1.2137 +  -webkit-border-top-right-radius: 0;
  1.2138 +          border-top-right-radius: 0;
  1.2139 +  -moz-border-radius-topright: 0;
  1.2140 +}
  1.2141 +
  1.2142 +.table-striped tbody > tr:nth-child(odd) > td,
  1.2143 +.table-striped tbody > tr:nth-child(odd) > th {
  1.2144 +  background-color: transparent;
  1.2145 +}
  1.2146 +
  1.2147 +.table-hover tbody tr:hover > td,
  1.2148 +.table-hover tbody tr:hover > th {
  1.2149 +  background-color: #f5f5f5;
  1.2150 +}
  1.2151 +
  1.2152 +table td[class*="span"],
  1.2153 +table th[class*="span"],
  1.2154 +.row-fluid table td[class*="span"],
  1.2155 +.row-fluid table th[class*="span"] {
  1.2156 +  display: table-cell;
  1.2157 +  float: none;
  1.2158 +  margin-left: 0;
  1.2159 +}
  1.2160 +
  1.2161 +.table td.span1,
  1.2162 +.table th.span1 {
  1.2163 +  float: none;
  1.2164 +  width: 48px;
  1.2165 +  margin-left: 0;
  1.2166 +}
  1.2167 +
  1.2168 +.table td.span2,
  1.2169 +.table th.span2 {
  1.2170 +  float: none;
  1.2171 +  width: 128px;
  1.2172 +  margin-left: 0;
  1.2173 +}
  1.2174 +
  1.2175 +.table td.span3,
  1.2176 +.table th.span3 {
  1.2177 +  float: none;
  1.2178 +  width: 208px;
  1.2179 +  margin-left: 0;
  1.2180 +}
  1.2181 +
  1.2182 +.table td.span4,
  1.2183 +.table th.span4 {
  1.2184 +  float: none;
  1.2185 +  width: 288px;
  1.2186 +  margin-left: 0;
  1.2187 +}
  1.2188 +
  1.2189 +.table td.span5,
  1.2190 +.table th.span5 {
  1.2191 +  float: none;
  1.2192 +  width: 368px;
  1.2193 +  margin-left: 0;
  1.2194 +}
  1.2195 +
  1.2196 +.table td.span6,
  1.2197 +.table th.span6 {
  1.2198 +  float: none;
  1.2199 +  width: 448px;
  1.2200 +  margin-left: 0;
  1.2201 +}
  1.2202 +
  1.2203 +.table td.span7,
  1.2204 +.table th.span7 {
  1.2205 +  float: none;
  1.2206 +  width: 528px;
  1.2207 +  margin-left: 0;
  1.2208 +}
  1.2209 +
  1.2210 +.table td.span8,
  1.2211 +.table th.span8 {
  1.2212 +  float: none;
  1.2213 +  width: 608px;
  1.2214 +  margin-left: 0;
  1.2215 +}
  1.2216 +
  1.2217 +.table td.span9,
  1.2218 +.table th.span9 {
  1.2219 +  float: none;
  1.2220 +  width: 688px;
  1.2221 +  margin-left: 0;
  1.2222 +}
  1.2223 +
  1.2224 +.table td.span10,
  1.2225 +.table th.span10 {
  1.2226 +  float: none;
  1.2227 +  width: 768px;
  1.2228 +  margin-left: 0;
  1.2229 +}
  1.2230 +
  1.2231 +.table td.span11,
  1.2232 +.table th.span11 {
  1.2233 +  float: none;
  1.2234 +  width: 848px;
  1.2235 +  margin-left: 0;
  1.2236 +}
  1.2237 +
  1.2238 +.table td.span12,
  1.2239 +.table th.span12 {
  1.2240 +  float: none;
  1.2241 +  width: 928px;
  1.2242 +  margin-left: 0;
  1.2243 +}
  1.2244 +
  1.2245 +.table tbody tr.success > td {
  1.2246 +  background-color: #000000;
  1.2247 +}
  1.2248 +
  1.2249 +.table tbody tr.error > td {
  1.2250 +  background-color: #aa0000;
  1.2251 +}
  1.2252 +
  1.2253 +.table tbody tr.warning > td {
  1.2254 +  background-color: #00aaaa;
  1.2255 +}
  1.2256 +
  1.2257 +.table tbody tr.info > td {
  1.2258 +  background-color: #000000;
  1.2259 +}
  1.2260 +
  1.2261 +.table-hover tbody tr.success:hover > td {
  1.2262 +  background-color: #000000;
  1.2263 +}
  1.2264 +
  1.2265 +.table-hover tbody tr.error:hover > td {
  1.2266 +  background-color: #910000;
  1.2267 +}
  1.2268 +
  1.2269 +.table-hover tbody tr.warning:hover > td {
  1.2270 +  background-color: #009091;
  1.2271 +}
  1.2272 +
  1.2273 +.table-hover tbody tr.info:hover > td {
  1.2274 +  background-color: #000000;
  1.2275 +}
  1.2276 +
  1.2277 +[class^="icon-"],
  1.2278 +[class*=" icon-"] {
  1.2279 +  display: none;
  1.2280 +  width: 14px;
  1.2281 +  height: 14px;
  1.2282 +  margin-top: 1px;
  1.2283 +  *margin-right: .3em;
  1.2284 +  line-height: 20px;
  1.2285 +  vertical-align: text-top;
  1.2286 +  background-image: url("../img/glyphicons-halflings.png");
  1.2287 +  background-position: 14px 14px;
  1.2288 +  background-repeat: no-repeat;
  1.2289 +}
  1.2290 +
  1.2291 +/* White icons with optional class, or on hover/focus/active states of certain elements */
  1.2292 +
  1.2293 +.icon-white,
  1.2294 +.nav-pills > .active > a > [class^="icon-"],
  1.2295 +.nav-pills > .active > a > [class*=" icon-"],
  1.2296 +.nav-list > .active > a > [class^="icon-"],
  1.2297 +.nav-list > .active > a > [class*=" icon-"],
  1.2298 +.navbar-inverse .nav > .active > a > [class^="icon-"],
  1.2299 +.navbar-inverse .nav > .active > a > [class*=" icon-"],
  1.2300 +.dropdown-menu > li > a:hover > [class^="icon-"],
  1.2301 +.dropdown-menu > li > a:focus > [class^="icon-"],
  1.2302 +.dropdown-menu > li > a:hover > [class*=" icon-"],
  1.2303 +.dropdown-menu > li > a:focus > [class*=" icon-"],
  1.2304 +.dropdown-menu > .active > a > [class^="icon-"],
  1.2305 +.dropdown-menu > .active > a > [class*=" icon-"],
  1.2306 +.dropdown-submenu:hover > a > [class^="icon-"],
  1.2307 +.dropdown-submenu:focus > a > [class^="icon-"],
  1.2308 +.dropdown-submenu:hover > a > [class*=" icon-"],
  1.2309 +.dropdown-submenu:focus > a > [class*=" icon-"] {
  1.2310 +  background-image: url("../img/glyphicons-halflings-white.png");
  1.2311 +}
  1.2312 +
  1.2313 +.icon-glass {
  1.2314 +  background-position: 0      0;
  1.2315 +}
  1.2316 +
  1.2317 +.icon-music {
  1.2318 +  background-position: -24px 0;
  1.2319 +}
  1.2320 +
  1.2321 +.icon-search {
  1.2322 +  background-position: -48px 0;
  1.2323 +}
  1.2324 +
  1.2325 +.icon-envelope {
  1.2326 +  background-position: -72px 0;
  1.2327 +}
  1.2328 +
  1.2329 +.icon-heart {
  1.2330 +  background-position: -96px 0;
  1.2331 +}
  1.2332 +
  1.2333 +.icon-star {
  1.2334 +  background-position: -120px 0;
  1.2335 +}
  1.2336 +
  1.2337 +.icon-star-empty {
  1.2338 +  background-position: -144px 0;
  1.2339 +}
  1.2340 +
  1.2341 +.icon-user {
  1.2342 +  background-position: -168px 0;
  1.2343 +}
  1.2344 +
  1.2345 +.icon-film {
  1.2346 +  background-position: -192px 0;
  1.2347 +}
  1.2348 +
  1.2349 +.icon-th-large {
  1.2350 +  background-position: -216px 0;
  1.2351 +}
  1.2352 +
  1.2353 +.icon-th {
  1.2354 +  background-position: -240px 0;
  1.2355 +}
  1.2356 +
  1.2357 +.icon-th-list {
  1.2358 +  background-position: -264px 0;
  1.2359 +}
  1.2360 +
  1.2361 +.icon-ok {
  1.2362 +  background-position: -288px 0;
  1.2363 +}
  1.2364 +
  1.2365 +.icon-remove {
  1.2366 +  background-position: -312px 0;
  1.2367 +}
  1.2368 +
  1.2369 +.icon-zoom-in {
  1.2370 +  background-position: -336px 0;
  1.2371 +}
  1.2372 +
  1.2373 +.icon-zoom-out {
  1.2374 +  background-position: -360px 0;
  1.2375 +}
  1.2376 +
  1.2377 +.icon-off {
  1.2378 +  background-position: -384px 0;
  1.2379 +}
  1.2380 +
  1.2381 +.icon-signal {
  1.2382 +  background-position: -408px 0;
  1.2383 +}
  1.2384 +
  1.2385 +.icon-cog {
  1.2386 +  background-position: -432px 0;
  1.2387 +}
  1.2388 +
  1.2389 +.icon-trash {
  1.2390 +  background-position: -456px 0;
  1.2391 +}
  1.2392 +
  1.2393 +.icon-home {
  1.2394 +  background-position: 0 -24px;
  1.2395 +}
  1.2396 +
  1.2397 +.icon-file {
  1.2398 +  background-position: -24px -24px;
  1.2399 +}
  1.2400 +
  1.2401 +.icon-time {
  1.2402 +  background-position: -48px -24px;
  1.2403 +}
  1.2404 +
  1.2405 +.icon-road {
  1.2406 +  background-position: -72px -24px;
  1.2407 +}
  1.2408 +
  1.2409 +.icon-download-alt {
  1.2410 +  background-position: -96px -24px;
  1.2411 +}
  1.2412 +
  1.2413 +.icon-download {
  1.2414 +  background-position: -120px -24px;
  1.2415 +}
  1.2416 +
  1.2417 +.icon-upload {
  1.2418 +  background-position: -144px -24px;
  1.2419 +}
  1.2420 +
  1.2421 +.icon-inbox {
  1.2422 +  background-position: -168px -24px;
  1.2423 +}
  1.2424 +
  1.2425 +.icon-play-circle {
  1.2426 +  background-position: -192px -24px;
  1.2427 +}
  1.2428 +
  1.2429 +.icon-repeat {
  1.2430 +  background-position: -216px -24px;
  1.2431 +}
  1.2432 +
  1.2433 +.icon-refresh {
  1.2434 +  background-position: -240px -24px;
  1.2435 +}
  1.2436 +
  1.2437 +.icon-list-alt {
  1.2438 +  background-position: -264px -24px;
  1.2439 +}
  1.2440 +
  1.2441 +.icon-lock {
  1.2442 +  background-position: -287px -24px;
  1.2443 +}
  1.2444 +
  1.2445 +.icon-flag {
  1.2446 +  background-position: -312px -24px;
  1.2447 +}
  1.2448 +
  1.2449 +.icon-headphones {
  1.2450 +  background-position: -336px -24px;
  1.2451 +}
  1.2452 +
  1.2453 +.icon-volume-off {
  1.2454 +  background-position: -360px -24px;
  1.2455 +}
  1.2456 +
  1.2457 +.icon-volume-down {
  1.2458 +  background-position: -384px -24px;
  1.2459 +}
  1.2460 +
  1.2461 +.icon-volume-up {
  1.2462 +  background-position: -408px -24px;
  1.2463 +}
  1.2464 +
  1.2465 +.icon-qrcode {
  1.2466 +  background-position: -432px -24px;
  1.2467 +}
  1.2468 +
  1.2469 +.icon-barcode {
  1.2470 +  background-position: -456px -24px;
  1.2471 +}
  1.2472 +
  1.2473 +.icon-tag {
  1.2474 +  background-position: 0 -48px;
  1.2475 +}
  1.2476 +
  1.2477 +.icon-tags {
  1.2478 +  background-position: -25px -48px;
  1.2479 +}
  1.2480 +
  1.2481 +.icon-book {
  1.2482 +  background-position: -48px -48px;
  1.2483 +}
  1.2484 +
  1.2485 +.icon-bookmark {
  1.2486 +  background-position: -72px -48px;
  1.2487 +}
  1.2488 +
  1.2489 +.icon-print {
  1.2490 +  background-position: -96px -48px;
  1.2491 +}
  1.2492 +
  1.2493 +.icon-camera {
  1.2494 +  background-position: -120px -48px;
  1.2495 +}
  1.2496 +
  1.2497 +.icon-font {
  1.2498 +  background-position: -144px -48px;
  1.2499 +}
  1.2500 +
  1.2501 +.icon-bold {
  1.2502 +  background-position: -167px -48px;
  1.2503 +}
  1.2504 +
  1.2505 +.icon-italic {
  1.2506 +  background-position: -192px -48px;
  1.2507 +}
  1.2508 +
  1.2509 +.icon-text-height {
  1.2510 +  background-position: -216px -48px;
  1.2511 +}
  1.2512 +
  1.2513 +.icon-text-width {
  1.2514 +  background-position: -240px -48px;
  1.2515 +}
  1.2516 +
  1.2517 +.icon-align-left {
  1.2518 +  background-position: -264px -48px;
  1.2519 +}
  1.2520 +
  1.2521 +.icon-align-center {
  1.2522 +  background-position: -288px -48px;
  1.2523 +}
  1.2524 +
  1.2525 +.icon-align-right {
  1.2526 +  background-position: -312px -48px;
  1.2527 +}
  1.2528 +
  1.2529 +.icon-align-justify {
  1.2530 +  background-position: -336px -48px;
  1.2531 +}
  1.2532 +
  1.2533 +.icon-list {
  1.2534 +  background-position: -360px -48px;
  1.2535 +}
  1.2536 +
  1.2537 +.icon-indent-left {
  1.2538 +  background-position: -384px -48px;
  1.2539 +}
  1.2540 +
  1.2541 +.icon-indent-right {
  1.2542 +  background-position: -408px -48px;
  1.2543 +}
  1.2544 +
  1.2545 +.icon-facetime-video {
  1.2546 +  background-position: -432px -48px;
  1.2547 +}
  1.2548 +
  1.2549 +.icon-picture {
  1.2550 +  background-position: -456px -48px;
  1.2551 +}
  1.2552 +
  1.2553 +.icon-pencil {
  1.2554 +  background-position: 0 -72px;
  1.2555 +}
  1.2556 +
  1.2557 +.icon-map-marker {
  1.2558 +  background-position: -24px -72px;
  1.2559 +}
  1.2560 +
  1.2561 +.icon-adjust {
  1.2562 +  background-position: -48px -72px;
  1.2563 +}
  1.2564 +
  1.2565 +.icon-tint {
  1.2566 +  background-position: -72px -72px;
  1.2567 +}
  1.2568 +
  1.2569 +.icon-edit {
  1.2570 +  background-position: -96px -72px;
  1.2571 +}
  1.2572 +
  1.2573 +.icon-share {
  1.2574 +  background-position: -120px -72px;
  1.2575 +}
  1.2576 +
  1.2577 +.icon-check {
  1.2578 +  background-position: -144px -72px;
  1.2579 +}
  1.2580 +
  1.2581 +.icon-move {
  1.2582 +  background-position: -168px -72px;
  1.2583 +}
  1.2584 +
  1.2585 +.icon-step-backward {
  1.2586 +  background-position: -192px -72px;
  1.2587 +}
  1.2588 +
  1.2589 +.icon-fast-backward {
  1.2590 +  background-position: -216px -72px;
  1.2591 +}
  1.2592 +
  1.2593 +.icon-backward {
  1.2594 +  background-position: -240px -72px;
  1.2595 +}
  1.2596 +
  1.2597 +.icon-play {
  1.2598 +  background-position: -264px -72px;
  1.2599 +}
  1.2600 +
  1.2601 +.icon-pause {
  1.2602 +  background-position: -288px -72px;
  1.2603 +}
  1.2604 +
  1.2605 +.icon-stop {
  1.2606 +  background-position: -312px -72px;
  1.2607 +}
  1.2608 +
  1.2609 +.icon-forward {
  1.2610 +  background-position: -336px -72px;
  1.2611 +}
  1.2612 +
  1.2613 +.icon-fast-forward {
  1.2614 +  background-position: -360px -72px;
  1.2615 +}
  1.2616 +
  1.2617 +.icon-step-forward {
  1.2618 +  background-position: -384px -72px;
  1.2619 +}
  1.2620 +
  1.2621 +.icon-eject {
  1.2622 +  background-position: -408px -72px;
  1.2623 +}
  1.2624 +
  1.2625 +.icon-chevron-left {
  1.2626 +  background-position: -432px -72px;
  1.2627 +}
  1.2628 +
  1.2629 +.icon-chevron-right {
  1.2630 +  background-position: -456px -72px;
  1.2631 +}
  1.2632 +
  1.2633 +.icon-plus-sign {
  1.2634 +  background-position: 0 -96px;
  1.2635 +}
  1.2636 +
  1.2637 +.icon-minus-sign {
  1.2638 +  background-position: -24px -96px;
  1.2639 +}
  1.2640 +
  1.2641 +.icon-remove-sign {
  1.2642 +  background-position: -48px -96px;
  1.2643 +}
  1.2644 +
  1.2645 +.icon-ok-sign {
  1.2646 +  background-position: -72px -96px;
  1.2647 +}
  1.2648 +
  1.2649 +.icon-question-sign {
  1.2650 +  background-position: -96px -96px;
  1.2651 +}
  1.2652 +
  1.2653 +.icon-info-sign {
  1.2654 +  background-position: -120px -96px;
  1.2655 +}
  1.2656 +
  1.2657 +.icon-screenshot {
  1.2658 +  background-position: -144px -96px;
  1.2659 +}
  1.2660 +
  1.2661 +.icon-remove-circle {
  1.2662 +  background-position: -168px -96px;
  1.2663 +}
  1.2664 +
  1.2665 +.icon-ok-circle {
  1.2666 +  background-position: -192px -96px;
  1.2667 +}
  1.2668 +
  1.2669 +.icon-ban-circle {
  1.2670 +  background-position: -216px -96px;
  1.2671 +}
  1.2672 +
  1.2673 +.icon-arrow-left {
  1.2674 +  background-position: -240px -96px;
  1.2675 +}
  1.2676 +
  1.2677 +.icon-arrow-right {
  1.2678 +  background-position: -264px -96px;
  1.2679 +}
  1.2680 +
  1.2681 +.icon-arrow-up {
  1.2682 +  background-position: -289px -96px;
  1.2683 +}
  1.2684 +
  1.2685 +.icon-arrow-down {
  1.2686 +  background-position: -312px -96px;
  1.2687 +}
  1.2688 +
  1.2689 +.icon-share-alt {
  1.2690 +  background-position: -336px -96px;
  1.2691 +}
  1.2692 +
  1.2693 +.icon-resize-full {
  1.2694 +  background-position: -360px -96px;
  1.2695 +}
  1.2696 +
  1.2697 +.icon-resize-small {
  1.2698 +  background-position: -384px -96px;
  1.2699 +}
  1.2700 +
  1.2701 +.icon-plus {
  1.2702 +  background-position: -408px -96px;
  1.2703 +}
  1.2704 +
  1.2705 +.icon-minus {
  1.2706 +  background-position: -433px -96px;
  1.2707 +}
  1.2708 +
  1.2709 +.icon-asterisk {
  1.2710 +  background-position: -456px -96px;
  1.2711 +}
  1.2712 +
  1.2713 +.icon-exclamation-sign {
  1.2714 +  background-position: 0 -120px;
  1.2715 +}
  1.2716 +
  1.2717 +.icon-gift {
  1.2718 +  background-position: -24px -120px;
  1.2719 +}
  1.2720 +
  1.2721 +.icon-leaf {
  1.2722 +  background-position: -48px -120px;
  1.2723 +}
  1.2724 +
  1.2725 +.icon-fire {
  1.2726 +  background-position: -72px -120px;
  1.2727 +}
  1.2728 +
  1.2729 +.icon-eye-open {
  1.2730 +  background-position: -96px -120px;
  1.2731 +}
  1.2732 +
  1.2733 +.icon-eye-close {
  1.2734 +  background-position: -120px -120px;
  1.2735 +}
  1.2736 +
  1.2737 +.icon-warning-sign {
  1.2738 +  background-position: -144px -120px;
  1.2739 +}
  1.2740 +
  1.2741 +.icon-plane {
  1.2742 +  background-position: -168px -120px;
  1.2743 +}
  1.2744 +
  1.2745 +.icon-calendar {
  1.2746 +  background-position: -192px -120px;
  1.2747 +}
  1.2748 +
  1.2749 +.icon-random {
  1.2750 +  width: 16px;
  1.2751 +  background-position: -216px -120px;
  1.2752 +}
  1.2753 +
  1.2754 +.icon-comment {
  1.2755 +  background-position: -240px -120px;
  1.2756 +}
  1.2757 +
  1.2758 +.icon-magnet {
  1.2759 +  background-position: -264px -120px;
  1.2760 +}
  1.2761 +
  1.2762 +.icon-chevron-up {
  1.2763 +  background-position: -288px -120px;
  1.2764 +}
  1.2765 +
  1.2766 +.icon-chevron-down {
  1.2767 +  background-position: -313px -119px;
  1.2768 +}
  1.2769 +
  1.2770 +.icon-retweet {
  1.2771 +  background-position: -336px -120px;
  1.2772 +}
  1.2773 +
  1.2774 +.icon-shopping-cart {
  1.2775 +  background-position: -360px -120px;
  1.2776 +}
  1.2777 +
  1.2778 +.icon-folder-close {
  1.2779 +  width: 16px;
  1.2780 +  background-position: -384px -120px;
  1.2781 +}
  1.2782 +
  1.2783 +.icon-folder-open {
  1.2784 +  width: 16px;
  1.2785 +  background-position: -408px -120px;
  1.2786 +}
  1.2787 +
  1.2788 +.icon-resize-vertical {
  1.2789 +  background-position: -432px -119px;
  1.2790 +}
  1.2791 +
  1.2792 +.icon-resize-horizontal {
  1.2793 +  background-position: -456px -118px;
  1.2794 +}
  1.2795 +
  1.2796 +.icon-hdd {
  1.2797 +  background-position: 0 -144px;
  1.2798 +}
  1.2799 +
  1.2800 +.icon-bullhorn {
  1.2801 +  background-position: -24px -144px;
  1.2802 +}
  1.2803 +
  1.2804 +.icon-bell {
  1.2805 +  background-position: -48px -144px;
  1.2806 +}
  1.2807 +
  1.2808 +.icon-certificate {
  1.2809 +  background-position: -72px -144px;
  1.2810 +}
  1.2811 +
  1.2812 +.icon-thumbs-up {
  1.2813 +  background-position: -96px -144px;
  1.2814 +}
  1.2815 +
  1.2816 +.icon-thumbs-down {
  1.2817 +  background-position: -120px -144px;
  1.2818 +}
  1.2819 +
  1.2820 +.icon-hand-right {
  1.2821 +  background-position: -144px -144px;
  1.2822 +}
  1.2823 +
  1.2824 +.icon-hand-left {
  1.2825 +  background-position: -168px -144px;
  1.2826 +}
  1.2827 +
  1.2828 +.icon-hand-up {
  1.2829 +  background-position: -192px -144px;
  1.2830 +}
  1.2831 +
  1.2832 +.icon-hand-down {
  1.2833 +  background-position: -216px -144px;
  1.2834 +}
  1.2835 +
  1.2836 +.icon-circle-arrow-right {
  1.2837 +  background-position: -240px -144px;
  1.2838 +}
  1.2839 +
  1.2840 +.icon-circle-arrow-left {
  1.2841 +  background-position: -264px -144px;
  1.2842 +}
  1.2843 +
  1.2844 +.icon-circle-arrow-up {
  1.2845 +  background-position: -288px -144px;
  1.2846 +}
  1.2847 +
  1.2848 +.icon-circle-arrow-down {
  1.2849 +  background-position: -312px -144px;
  1.2850 +}
  1.2851 +
  1.2852 +.icon-globe {
  1.2853 +  background-position: -336px -144px;
  1.2854 +}
  1.2855 +
  1.2856 +.icon-wrench {
  1.2857 +  background-position: -360px -144px;
  1.2858 +}
  1.2859 +
  1.2860 +.icon-tasks {
  1.2861 +  background-position: -384px -144px;
  1.2862 +}
  1.2863 +
  1.2864 +.icon-filter {
  1.2865 +  background-position: -408px -144px;
  1.2866 +}
  1.2867 +
  1.2868 +.icon-briefcase {
  1.2869 +  background-position: -432px -144px;
  1.2870 +}
  1.2871 +
  1.2872 +.icon-fullscreen {
  1.2873 +  background-position: -456px -144px;
  1.2874 +}
  1.2875 +
  1.2876 +.dropup,
  1.2877 +.dropdown {
  1.2878 +  position: relative;
  1.2879 +}
  1.2880 +
  1.2881 +.dropdown-toggle {
  1.2882 +  *margin-bottom: -3px;
  1.2883 +}
  1.2884 +
  1.2885 +.dropdown-toggle:active,
  1.2886 +.open .dropdown-toggle {
  1.2887 +  outline: 0;
  1.2888 +}
  1.2889 +
  1.2890 +.caret {
  1.2891 +  display: inline-block;
  1.2892 +  width: 0;
  1.2893 +  height: 0;
  1.2894 +  vertical-align: top;
  1.2895 +  /*
  1.2896 +  border-top:   4px solid @black;
  1.2897 +  border-right: 4px solid transparent;
  1.2898 +  border-left:  4px solid transparent;
  1.2899 +  */
  1.2900 +
  1.2901 +}
  1.2902 +
  1.2903 +.caret:before {
  1.2904 +  content: "▼";
  1.2905 +}
  1.2906 +
  1.2907 +.dropdown .caret {
  1.2908 +  margin-top: 8px;
  1.2909 +  margin-left: 2px;
  1.2910 +}
  1.2911 +
  1.2912 +.dropdown-menu {
  1.2913 +  position: absolute;
  1.2914 +  top: 100%;
  1.2915 +  left: 0;
  1.2916 +  z-index: 1000;
  1.2917 +  display: none;
  1.2918 +  float: left;
  1.2919 +  min-width: 160px;
  1.2920 +  padding: 9px 4px 9px 4px;
  1.2921 +  margin: -15.5px 4px 8px 4px;
  1.2922 +  list-style: none;
  1.2923 +  background-color: #bbbbbb;
  1.2924 +  border: 1px solid #000000;
  1.2925 +  -webkit-border-radius: 0;
  1.2926 +     -moz-border-radius: 0;
  1.2927 +          border-radius: 0;
  1.2928 +  -webkit-box-shadow: 0px 0px 0 5px #bbbbbb;
  1.2929 +     -moz-box-shadow: 0px 0px 0 5px #bbbbbb;
  1.2930 +          box-shadow: 0px 0px 0 5px #bbbbbb;
  1.2931 +  -webkit-background-clip: padding-box;
  1.2932 +     -moz-background-clip: padding;
  1.2933 +          background-clip: padding-box;
  1.2934 +}
  1.2935 +
  1.2936 +.dropdown-menu.pull-right {
  1.2937 +  right: 0;
  1.2938 +  left: auto;
  1.2939 +}
  1.2940 +
  1.2941 +.dropdown-menu .divider {
  1.2942 +  *width: 100%;
  1.2943 +  height: 1px;
  1.2944 +  height: 0;
  1.2945 +  margin: 9px 1px;
  1.2946 +  *margin: -5px 0 5px;
  1.2947 +  overflow: hidden;
  1.2948 +  background-color: #e5e5e5;
  1.2949 +  border-bottom: 1px solid #000000;
  1.2950 +}
  1.2951 +
  1.2952 +.dropdown-menu > li > a {
  1.2953 +  display: block;
  1.2954 +  padding: 0 10px;
  1.2955 +  clear: both;
  1.2956 +  font-weight: normal;
  1.2957 +  line-height: 20px;
  1.2958 +  color: #000000;
  1.2959 +  white-space: nowrap;
  1.2960 +}
  1.2961 +
  1.2962 +.dropdown-menu > li > a:hover,
  1.2963 +.dropdown-menu > li > a:focus,
  1.2964 +.dropdown-submenu:hover > a,
  1.2965 +.dropdown-submenu:focus > a {
  1.2966 +  color: #bbbbbb;
  1.2967 +  text-decoration: none;
  1.2968 +}
  1.2969 +
  1.2970 +.dropdown-menu > .active > a,
  1.2971 +.dropdown-menu > .active > a:hover,
  1.2972 +.dropdown-menu > .active > a:focus {
  1.2973 +  color: #bbbbbb;
  1.2974 +  text-decoration: none;
  1.2975 +  background-color: #fefe4a;
  1.2976 +  background-image: -moz-linear-gradient(top, #fefe54, #fefe3b);
  1.2977 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefe54), to(#fefe3b));
  1.2978 +  background-image: -webkit-linear-gradient(top, #fefe54, #fefe3b);
  1.2979 +  background-image: -o-linear-gradient(top, #fefe54, #fefe3b);
  1.2980 +  background-image: linear-gradient(to bottom, #fefe54, #fefe3b);
  1.2981 +  background-repeat: repeat-x;
  1.2982 +  outline: 0;
  1.2983 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe54', endColorstr='#fffefe3b', GradientType=0);
  1.2984 +}
  1.2985 +
  1.2986 +.dropdown-menu > .disabled > a,
  1.2987 +.dropdown-menu > .disabled > a:hover,
  1.2988 +.dropdown-menu > .disabled > a:focus {
  1.2989 +  color: #bbbbbb;
  1.2990 +}
  1.2991 +
  1.2992 +.dropdown-menu > .disabled > a:hover,
  1.2993 +.dropdown-menu > .disabled > a:focus {
  1.2994 +  text-decoration: none;
  1.2995 +  cursor: default;
  1.2996 +  background-color: transparent;
  1.2997 +  background-image: none;
  1.2998 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.2999 +}
  1.3000 +
  1.3001 +.open {
  1.3002 +  *z-index: 1000;
  1.3003 +}
  1.3004 +
  1.3005 +.open > .dropdown-menu {
  1.3006 +  display: block;
  1.3007 +}
  1.3008 +
  1.3009 +.pull-right > .dropdown-menu {
  1.3010 +  right: 0;
  1.3011 +  left: auto;
  1.3012 +}
  1.3013 +
  1.3014 +.dropup .caret,
  1.3015 +.navbar-fixed-bottom .dropdown .caret {
  1.3016 +  border-top: 0;
  1.3017 +  border-bottom: 1px solid #000000;
  1.3018 +  content: "";
  1.3019 +}
  1.3020 +
  1.3021 +.dropup .dropdown-menu,
  1.3022 +.navbar-fixed-bottom .dropdown .dropdown-menu {
  1.3023 +  top: auto;
  1.3024 +  bottom: 100%;
  1.3025 +  margin-bottom: 1px;
  1.3026 +}
  1.3027 +
  1.3028 +.dropdown-submenu {
  1.3029 +  position: relative;
  1.3030 +}
  1.3031 +
  1.3032 +.dropdown-submenu > .dropdown-menu {
  1.3033 +  top: 0;
  1.3034 +  left: 100%;
  1.3035 +  margin-top: -6px;
  1.3036 +  margin-left: -1px;
  1.3037 +  -webkit-border-radius: 0;
  1.3038 +     -moz-border-radius: 0;
  1.3039 +          border-radius: 0;
  1.3040 +}
  1.3041 +
  1.3042 +.dropdown-submenu:hover > .dropdown-menu {
  1.3043 +  display: block;
  1.3044 +}
  1.3045 +
  1.3046 +.dropup .dropdown-submenu > .dropdown-menu {
  1.3047 +  top: auto;
  1.3048 +  bottom: 0;
  1.3049 +  margin-top: 0;
  1.3050 +  margin-bottom: -2px;
  1.3051 +  -webkit-border-radius: 0;
  1.3052 +     -moz-border-radius: 0;
  1.3053 +          border-radius: 0;
  1.3054 +}
  1.3055 +
  1.3056 +.dropdown-submenu > a:after {
  1.3057 +  display: block;
  1.3058 +  float: right;
  1.3059 +  width: 0;
  1.3060 +  height: 0;
  1.3061 +  margin-top: 5px;
  1.3062 +  margin-right: -10px;
  1.3063 +  border-color: transparent;
  1.3064 +  border-left-color: #cccccc;
  1.3065 +  border-style: solid;
  1.3066 +  border-width: 1px;
  1.3067 +  content: " ";
  1.3068 +}
  1.3069 +
  1.3070 +.dropdown-submenu:hover > a:after {
  1.3071 +  border-left-color: #bbbbbb;
  1.3072 +}
  1.3073 +
  1.3074 +.dropdown-submenu.pull-left {
  1.3075 +  float: none;
  1.3076 +}
  1.3077 +
  1.3078 +.dropdown-submenu.pull-left > .dropdown-menu {
  1.3079 +  left: -100%;
  1.3080 +  margin-left: 10px;
  1.3081 +  -webkit-border-radius: 0;
  1.3082 +     -moz-border-radius: 0;
  1.3083 +          border-radius: 0;
  1.3084 +}
  1.3085 +
  1.3086 +.dropdown .dropdown-menu .nav-header {
  1.3087 +  padding-right: 16px;
  1.3088 +  padding-left: 16px;
  1.3089 +}
  1.3090 +
  1.3091 +.typeahead {
  1.3092 +  z-index: 1051;
  1.3093 +  margin-top: 2px;
  1.3094 +  -webkit-border-radius: 0;
  1.3095 +     -moz-border-radius: 0;
  1.3096 +          border-radius: 0;
  1.3097 +}
  1.3098 +
  1.3099 +.well {
  1.3100 +  min-height: 20px;
  1.3101 +  padding: 19px;
  1.3102 +  margin-bottom: 20px;
  1.3103 +  background-color: #000000;
  1.3104 +  border: 1px solid #000000;
  1.3105 +  -webkit-border-radius: 0;
  1.3106 +     -moz-border-radius: 0;
  1.3107 +          border-radius: 0;
  1.3108 +}
  1.3109 +
  1.3110 +.well blockquote {
  1.3111 +  border-color: #ddd;
  1.3112 +  border-color: rgba(0, 0, 0, 0);
  1.3113 +}
  1.3114 +
  1.3115 +.well-large {
  1.3116 +  padding: 24px;
  1.3117 +  -webkit-border-radius: 0;
  1.3118 +     -moz-border-radius: 0;
  1.3119 +          border-radius: 0;
  1.3120 +}
  1.3121 +
  1.3122 +.well-small {
  1.3123 +  padding: 9px;
  1.3124 +  -webkit-border-radius: 0;
  1.3125 +     -moz-border-radius: 0;
  1.3126 +          border-radius: 0;
  1.3127 +}
  1.3128 +
  1.3129 +.fade {
  1.3130 +  opacity: 0;
  1.3131 +  -webkit-transition: opacity 0.15s linear;
  1.3132 +     -moz-transition: opacity 0.15s linear;
  1.3133 +       -o-transition: opacity 0.15s linear;
  1.3134 +          transition: opacity 0.15s linear;
  1.3135 +}
  1.3136 +
  1.3137 +.fade.in {
  1.3138 +  opacity: 1;
  1.3139 +}
  1.3140 +
  1.3141 +.collapse {
  1.3142 +  position: relative;
  1.3143 +  height: 0;
  1.3144 +  overflow: hidden;
  1.3145 +  -webkit-transition: height 0.35s ease;
  1.3146 +     -moz-transition: height 0.35s ease;
  1.3147 +       -o-transition: height 0.35s ease;
  1.3148 +          transition: height 0.35s ease;
  1.3149 +}
  1.3150 +
  1.3151 +.collapse.in {
  1.3152 +  height: auto;
  1.3153 +}
  1.3154 +
  1.3155 +.close {
  1.3156 +  float: right;
  1.3157 +  font-size: 18px;
  1.3158 +  font-weight: normal;
  1.3159 +  line-height: 20px;
  1.3160 +  color: #000000;
  1.3161 +  opacity: 0.2;
  1.3162 +  filter: alpha(opacity=20);
  1.3163 +}
  1.3164 +
  1.3165 +.close:hover,
  1.3166 +.close:focus {
  1.3167 +  color: #000000;
  1.3168 +  text-decoration: none;
  1.3169 +  cursor: pointer;
  1.3170 +}
  1.3171 +
  1.3172 +button.close {
  1.3173 +  padding: 0;
  1.3174 +  cursor: pointer;
  1.3175 +  background: transparent;
  1.3176 +  border: 0;
  1.3177 +  -webkit-appearance: none;
  1.3178 +}
  1.3179 +
  1.3180 +.btn:hover:before,
  1.3181 +.btn:hover:after {
  1.3182 +  color: #ffffff;
  1.3183 +}
  1.3184 +
  1.3185 +.btn:before {
  1.3186 +  content: "< ";
  1.3187 +}
  1.3188 +
  1.3189 +.btn:after {
  1.3190 +  content: " >";
  1.3191 +}
  1.3192 +
  1.3193 +.btn {
  1.3194 +  display: inline-block;
  1.3195 +  *display: inline;
  1.3196 +  padding: 0 10px;
  1.3197 +  margin-bottom: 20px;
  1.3198 +  *margin-left: .3em;
  1.3199 +  font-size: 18px;
  1.3200 +  line-height: 20px;
  1.3201 +  color: #000000;
  1.3202 +  text-align: center;
  1.3203 +  vertical-align: middle;
  1.3204 +  cursor: pointer;
  1.3205 +  background: #bbbbbb;
  1.3206 +  border: 0;
  1.3207 +  border-width: 0;
  1.3208 +  -webkit-border-radius: 0;
  1.3209 +     -moz-border-radius: 0;
  1.3210 +          border-radius: 0;
  1.3211 +  *zoom: 1;
  1.3212 +  -webkit-box-shadow: 10px 10px 0 #000000;
  1.3213 +     -moz-box-shadow: 10px 10px 0 #000000;
  1.3214 +          box-shadow: 10px 10px 0 #000000;
  1.3215 +}
  1.3216 +
  1.3217 +.btn:first-child {
  1.3218 +  *margin-left: 0;
  1.3219 +}
  1.3220 +
  1.3221 +.btn:hover,
  1.3222 +.btn:focus {
  1.3223 +  color: #ffffff;
  1.3224 +  text-decoration: none;
  1.3225 +  background: #555555;
  1.3226 +  outline: 0;
  1.3227 +}
  1.3228 +
  1.3229 +.btn:focus {
  1.3230 +  outline: thin solid #333;
  1.3231 +  outline: 5px auto -webkit-focus-ring-color;
  1.3232 +  outline-offset: -2px;
  1.3233 +}
  1.3234 +
  1.3235 +.btn.active,
  1.3236 +.btn:active {
  1.3237 +  margin: 10px 0 10px 10px;
  1.3238 +  outline: 0;
  1.3239 +  -webkit-box-shadow: 0 0 0;
  1.3240 +     -moz-box-shadow: 0 0 0;
  1.3241 +          box-shadow: 0 0 0;
  1.3242 +}
  1.3243 +
  1.3244 +.btn.disabled,
  1.3245 +.btn[disabled] {
  1.3246 +  cursor: default;
  1.3247 +  background-image: none;
  1.3248 +  -webkit-box-shadow: none;
  1.3249 +     -moz-box-shadow: none;
  1.3250 +          box-shadow: none;
  1.3251 +}
  1.3252 +
  1.3253 +.btn-large {
  1.3254 +  padding: 10px 10px;
  1.3255 +  font-size: 18px;
  1.3256 +  color: #000000;
  1.3257 +  -webkit-border-radius: 0;
  1.3258 +     -moz-border-radius: 0;
  1.3259 +          border-radius: 0;
  1.3260 +}
  1.3261 +
  1.3262 +.btn-large [class^="icon-"],
  1.3263 +.btn-large [class*=" icon-"] {
  1.3264 +  margin-top: 4px;
  1.3265 +}
  1.3266 +
  1.3267 +.btn-small {
  1.3268 +  padding: 0;
  1.3269 +  font-size: 18px;
  1.3270 +  -webkit-border-radius: 0;
  1.3271 +     -moz-border-radius: 0;
  1.3272 +          border-radius: 0;
  1.3273 +}
  1.3274 +
  1.3275 +.btn-small [class^="icon-"],
  1.3276 +.btn-small [class*=" icon-"] {
  1.3277 +  margin-top: 0;
  1.3278 +}
  1.3279 +
  1.3280 +.btn-mini [class^="icon-"],
  1.3281 +.btn-mini [class*=" icon-"] {
  1.3282 +  margin-top: -1px;
  1.3283 +}
  1.3284 +
  1.3285 +.btn-mini {
  1.3286 +  padding: 0;
  1.3287 +  font-size: 18px;
  1.3288 +  -webkit-border-radius: 0;
  1.3289 +     -moz-border-radius: 0;
  1.3290 +          border-radius: 0;
  1.3291 +}
  1.3292 +
  1.3293 +.btn-block {
  1.3294 +  display: block;
  1.3295 +  width: 100%;
  1.3296 +  padding-right: 0;
  1.3297 +  padding-left: 0;
  1.3298 +  -webkit-box-sizing: border-box;
  1.3299 +     -moz-box-sizing: border-box;
  1.3300 +          box-sizing: border-box;
  1.3301 +}
  1.3302 +
  1.3303 +.btn-block + .btn-block {
  1.3304 +  margin-top: 5px;
  1.3305 +}
  1.3306 +
  1.3307 +input[type="submit"].btn-block,
  1.3308 +input[type="reset"].btn-block,
  1.3309 +input[type="button"].btn-block {
  1.3310 +  width: 100%;
  1.3311 +}
  1.3312 +
  1.3313 +.btn-primary {
  1.3314 +  color: #000000;
  1.3315 +  background: #bbbbbb;
  1.3316 +}
  1.3317 +
  1.3318 +.btn-warning {
  1.3319 +  *background-color: #f47a00;
  1.3320 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.3321 +
  1.3322 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.3323 +}
  1.3324 +
  1.3325 +.btn-warning:hover,
  1.3326 +.btn-warning:focus,
  1.3327 +.btn-warning:active,
  1.3328 +.btn-warning.active,
  1.3329 +.btn-warning.disabled,
  1.3330 +.btn-warning[disabled] {
  1.3331 +  color: #ffffff;
  1.3332 +}
  1.3333 +
  1.3334 +.btn-danger {
  1.3335 +  *background-color: #ee5f5b;
  1.3336 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.3337 +
  1.3338 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.3339 +}
  1.3340 +
  1.3341 +.btn-danger:hover,
  1.3342 +.btn-danger:focus,
  1.3343 +.btn-danger:active,
  1.3344 +.btn-danger.active,
  1.3345 +.btn-danger.disabled,
  1.3346 +.btn-danger[disabled] {
  1.3347 +  color: #ffffff;
  1.3348 +}
  1.3349 +
  1.3350 +.btn-success {
  1.3351 +  *background-color: #62c462;
  1.3352 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.3353 +
  1.3354 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.3355 +}
  1.3356 +
  1.3357 +.btn-success:hover,
  1.3358 +.btn-success:focus,
  1.3359 +.btn-success:active,
  1.3360 +.btn-success.active,
  1.3361 +.btn-success.disabled,
  1.3362 +.btn-success[disabled] {
  1.3363 +  color: #ffffff;
  1.3364 +}
  1.3365 +
  1.3366 +.btn-info {
  1.3367 +  *background-color: #5bc0de;
  1.3368 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.3369 +
  1.3370 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.3371 +}
  1.3372 +
  1.3373 +.btn-info:hover,
  1.3374 +.btn-info:focus,
  1.3375 +.btn-info:active,
  1.3376 +.btn-info.active,
  1.3377 +.btn-info.disabled,
  1.3378 +.btn-info[disabled] {
  1.3379 +  color: #ffffff;
  1.3380 +}
  1.3381 +
  1.3382 +.btn-inverse {
  1.3383 +  *background-color: #555555;
  1.3384 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.3385 +
  1.3386 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.3387 +}
  1.3388 +
  1.3389 +.btn-inverse:hover,
  1.3390 +.btn-inverse:focus,
  1.3391 +.btn-inverse:active,
  1.3392 +.btn-inverse.active,
  1.3393 +.btn-inverse.disabled,
  1.3394 +.btn-inverse[disabled] {
  1.3395 +  color: #ffffff;
  1.3396 +}
  1.3397 +
  1.3398 +button.btn,
  1.3399 +input[type="submit"].btn {
  1.3400 +  *padding-top: 3px;
  1.3401 +  *padding-bottom: 3px;
  1.3402 +}
  1.3403 +
  1.3404 +button.btn::-moz-focus-inner,
  1.3405 +input[type="submit"].btn::-moz-focus-inner {
  1.3406 +  padding: 0;
  1.3407 +  border: 0;
  1.3408 +}
  1.3409 +
  1.3410 +button.btn.btn-large,
  1.3411 +input[type="submit"].btn.btn-large {
  1.3412 +  *padding-top: 7px;
  1.3413 +  *padding-bottom: 7px;
  1.3414 +}
  1.3415 +
  1.3416 +button.btn.btn-small,
  1.3417 +input[type="submit"].btn.btn-small {
  1.3418 +  *padding-top: 0;
  1.3419 +  *padding-bottom: 0;
  1.3420 +}
  1.3421 +
  1.3422 +button.btn.btn-mini,
  1.3423 +input[type="submit"].btn.btn-mini {
  1.3424 +  *padding-top: 0;
  1.3425 +  *padding-bottom: 0;
  1.3426 +}
  1.3427 +
  1.3428 +.btn-link,
  1.3429 +.btn-link:active,
  1.3430 +.btn-link[disabled] {
  1.3431 +  background-color: transparent;
  1.3432 +  background-image: none;
  1.3433 +  -webkit-box-shadow: none;
  1.3434 +     -moz-box-shadow: none;
  1.3435 +          box-shadow: none;
  1.3436 +}
  1.3437 +
  1.3438 +.btn-link {
  1.3439 +  color: #fefe54;
  1.3440 +  cursor: pointer;
  1.3441 +  border-color: transparent;
  1.3442 +  -webkit-border-radius: 0;
  1.3443 +     -moz-border-radius: 0;
  1.3444 +          border-radius: 0;
  1.3445 +}
  1.3446 +
  1.3447 +.btn-link:hover,
  1.3448 +.btn-link:focus {
  1.3449 +  color: #fefe54;
  1.3450 +  text-decoration: none;
  1.3451 +  background-color: #00aa00;
  1.3452 +}
  1.3453 +
  1.3454 +.btn-link[disabled]:hover,
  1.3455 +.btn-link[disabled]:focus {
  1.3456 +  color: #555555;
  1.3457 +  text-decoration: none;
  1.3458 +}
  1.3459 +
  1.3460 +.btn-group {
  1.3461 +  position: relative;
  1.3462 +  display: inline-block;
  1.3463 +  *display: inline;
  1.3464 +  *margin-left: .3em;
  1.3465 +  font-size: 0;
  1.3466 +  white-space: nowrap;
  1.3467 +  vertical-align: middle;
  1.3468 +  *zoom: 1;
  1.3469 +}
  1.3470 +
  1.3471 +.btn-group:first-child {
  1.3472 +  *margin-left: 0;
  1.3473 +}
  1.3474 +
  1.3475 +.btn-group + .btn-group {
  1.3476 +  margin-left: 0;
  1.3477 +}
  1.3478 +
  1.3479 +.btn-toolbar {
  1.3480 +  margin-top: 20px;
  1.3481 +  margin-bottom: 20px;
  1.3482 +  font-size: 0;
  1.3483 +}
  1.3484 +
  1.3485 +.btn-toolbar > .btn + .btn,
  1.3486 +.btn-toolbar > .btn-group + .btn,
  1.3487 +.btn-toolbar > .btn + .btn-group {
  1.3488 +  margin-left: 5px;
  1.3489 +}
  1.3490 +
  1.3491 +.btn-group > .btn {
  1.3492 +  position: relative;
  1.3493 +  -webkit-border-radius: 0;
  1.3494 +     -moz-border-radius: 0;
  1.3495 +          border-radius: 0;
  1.3496 +}
  1.3497 +
  1.3498 +.btn-group > .btn + .btn {
  1.3499 +  margin-left: -1px;
  1.3500 +}
  1.3501 +
  1.3502 +.btn-group > .btn,
  1.3503 +.btn-group > .dropdown-menu,
  1.3504 +.btn-group > .popover {
  1.3505 +  font-size: 18px;
  1.3506 +}
  1.3507 +
  1.3508 +.btn-group > .btn-mini {
  1.3509 +  font-size: 18px;
  1.3510 +}
  1.3511 +
  1.3512 +.btn-group > .btn-small {
  1.3513 +  font-size: 18px;
  1.3514 +}
  1.3515 +
  1.3516 +.btn-group > .btn-large {
  1.3517 +  font-size: 18px;
  1.3518 +}
  1.3519 +
  1.3520 +.btn-group > .btn:first-child {
  1.3521 +  margin-left: 0;
  1.3522 +  -webkit-border-bottom-left-radius: 0;
  1.3523 +          border-bottom-left-radius: 0;
  1.3524 +  -webkit-border-top-left-radius: 0;
  1.3525 +          border-top-left-radius: 0;
  1.3526 +  -moz-border-radius-bottomleft: 0;
  1.3527 +  -moz-border-radius-topleft: 0;
  1.3528 +}
  1.3529 +
  1.3530 +.btn-group > .btn:last-child,
  1.3531 +.btn-group > .dropdown-toggle {
  1.3532 +  -webkit-border-top-right-radius: 0;
  1.3533 +          border-top-right-radius: 0;
  1.3534 +  -webkit-border-bottom-right-radius: 0;
  1.3535 +          border-bottom-right-radius: 0;
  1.3536 +  -moz-border-radius-topright: 0;
  1.3537 +  -moz-border-radius-bottomright: 0;
  1.3538 +}
  1.3539 +
  1.3540 +.btn-group > .btn.large:first-child {
  1.3541 +  margin-left: 0;
  1.3542 +  -webkit-border-bottom-left-radius: 0;
  1.3543 +          border-bottom-left-radius: 0;
  1.3544 +  -webkit-border-top-left-radius: 0;
  1.3545 +          border-top-left-radius: 0;
  1.3546 +  -moz-border-radius-bottomleft: 0;
  1.3547 +  -moz-border-radius-topleft: 0;
  1.3548 +}
  1.3549 +
  1.3550 +.btn-group > .btn.large:last-child,
  1.3551 +.btn-group > .large.dropdown-toggle {
  1.3552 +  -webkit-border-top-right-radius: 0;
  1.3553 +          border-top-right-radius: 0;
  1.3554 +  -webkit-border-bottom-right-radius: 0;
  1.3555 +          border-bottom-right-radius: 0;
  1.3556 +  -moz-border-radius-topright: 0;
  1.3557 +  -moz-border-radius-bottomright: 0;
  1.3558 +}
  1.3559 +
  1.3560 +.btn-group .dropdown-toggle:active,
  1.3561 +.btn-group.open .dropdown-toggle {
  1.3562 +  outline: 0;
  1.3563 +}
  1.3564 +
  1.3565 +.btn-group > .btn + .dropdown-toggle {
  1.3566 +  *padding-top: 14px;
  1.3567 +  padding-right: 8px;
  1.3568 +  *padding-bottom: 14px;
  1.3569 +  padding-left: 8px;
  1.3570 +}
  1.3571 +
  1.3572 +.btn-group > .btn-mini + .dropdown-toggle {
  1.3573 +  *padding-top: 2px;
  1.3574 +  padding-right: 5px;
  1.3575 +  *padding-bottom: 2px;
  1.3576 +  padding-left: 5px;
  1.3577 +}
  1.3578 +
  1.3579 +.btn-group > .btn-small + .dropdown-toggle {
  1.3580 +  *padding-top: 5px;
  1.3581 +  *padding-bottom: 4px;
  1.3582 +}
  1.3583 +
  1.3584 +.btn-group > .btn-large + .dropdown-toggle {
  1.3585 +  *padding-top: 7px;
  1.3586 +  padding-right: 12px;
  1.3587 +  *padding-bottom: 7px;
  1.3588 +  padding-left: 12px;
  1.3589 +}
  1.3590 +
  1.3591 +.btn-group.open .dropdown-toggle {
  1.3592 +  background-image: none;
  1.3593 +}
  1.3594 +
  1.3595 +.btn-group.open .btn.dropdown-toggle {
  1.3596 +  background-color: #aa5500;
  1.3597 +}
  1.3598 +
  1.3599 +.btn-group.open .btn-primary.dropdown-toggle {
  1.3600 +  background-color: #fefe54;
  1.3601 +}
  1.3602 +
  1.3603 +.btn-group.open .btn-warning.dropdown-toggle {
  1.3604 +  background-color: #a85400;
  1.3605 +}
  1.3606 +
  1.3607 +.btn-group.open .btn-danger.dropdown-toggle {
  1.3608 +  background-color: #bd362f;
  1.3609 +}
  1.3610 +
  1.3611 +.btn-group.open .btn-success.dropdown-toggle {
  1.3612 +  background-color: #51a351;
  1.3613 +}
  1.3614 +
  1.3615 +.btn-group.open .btn-info.dropdown-toggle {
  1.3616 +  background-color: #2f96b4;
  1.3617 +}
  1.3618 +
  1.3619 +.btn-group.open .btn-inverse.dropdown-toggle {
  1.3620 +  background-color: #555555;
  1.3621 +}
  1.3622 +
  1.3623 +.btn .caret {
  1.3624 +  margin-top: 0;
  1.3625 +  margin-left: 0;
  1.3626 +}
  1.3627 +
  1.3628 +.btn-large .caret {
  1.3629 +  margin-top: 0;
  1.3630 +}
  1.3631 +
  1.3632 +.btn-large .caret {
  1.3633 +  border-top-width: 5px;
  1.3634 +  border-right-width: 5px;
  1.3635 +  border-left-width: 5px;
  1.3636 +}
  1.3637 +
  1.3638 +.btn-mini .caret,
  1.3639 +.btn-small .caret {
  1.3640 +  margin-top: 0;
  1.3641 +}
  1.3642 +
  1.3643 +.dropup .btn-large .caret {
  1.3644 +  border-bottom-width: 5px;
  1.3645 +}
  1.3646 +
  1.3647 +.btn-primary .caret,
  1.3648 +.btn-warning .caret,
  1.3649 +.btn-danger .caret,
  1.3650 +.btn-info .caret,
  1.3651 +.btn-success .caret,
  1.3652 +.btn-inverse .caret {
  1.3653 +  border-top-color: #ffffff;
  1.3654 +  border-bottom-color: #ffffff;
  1.3655 +}
  1.3656 +
  1.3657 +.btn-group-vertical {
  1.3658 +  display: inline-block;
  1.3659 +  *display: inline;
  1.3660 +  /* IE7 inline-block hack */
  1.3661 +
  1.3662 +  *zoom: 1;
  1.3663 +}
  1.3664 +
  1.3665 +.btn-group-vertical > .btn {
  1.3666 +  display: block;
  1.3667 +  float: none;
  1.3668 +  max-width: 100%;
  1.3669 +  -webkit-border-radius: 0;
  1.3670 +     -moz-border-radius: 0;
  1.3671 +          border-radius: 0;
  1.3672 +}
  1.3673 +
  1.3674 +.btn-group-vertical > .btn + .btn {
  1.3675 +  margin-top: -1px;
  1.3676 +  margin-left: 0;
  1.3677 +}
  1.3678 +
  1.3679 +.btn-group-vertical > .btn:first-child {
  1.3680 +  -webkit-border-radius: 0 0px 0 0;
  1.3681 +     -moz-border-radius: 0 0px 0 0;
  1.3682 +          border-radius: 0 0px 0 0;
  1.3683 +}
  1.3684 +
  1.3685 +.btn-group-vertical > .btn:last-child {
  1.3686 +  -webkit-border-radius: 0 0 0 0px;
  1.3687 +     -moz-border-radius: 0 0 0 0px;
  1.3688 +          border-radius: 0 0 0 0px;
  1.3689 +}
  1.3690 +
  1.3691 +.btn-group-vertical > .btn-large:first-child {
  1.3692 +  -webkit-border-radius: 0 0px 0 0;
  1.3693 +     -moz-border-radius: 0 0px 0 0;
  1.3694 +          border-radius: 0 0px 0 0;
  1.3695 +}
  1.3696 +
  1.3697 +.btn-group-vertical > .btn-large:last-child {
  1.3698 +  -webkit-border-radius: 0 0 0 0px;
  1.3699 +     -moz-border-radius: 0 0 0 0px;
  1.3700 +          border-radius: 0 0 0 0px;
  1.3701 +}
  1.3702 +
  1.3703 +.alert {
  1.3704 +  padding: 8px 35px 8px 14px;
  1.3705 +  margin-bottom: 20px;
  1.3706 +  text-shadow: 0;
  1.3707 +  background-color: #00aaaa;
  1.3708 +  border: 1px solid #00aa8e;
  1.3709 +  -webkit-border-radius: 0;
  1.3710 +     -moz-border-radius: 0;
  1.3711 +          border-radius: 0;
  1.3712 +}
  1.3713 +
  1.3714 +.alert,
  1.3715 +.alert h4 {
  1.3716 +  color: #ffffff;
  1.3717 +}
  1.3718 +
  1.3719 +.alert h4 {
  1.3720 +  margin: 0;
  1.3721 +}
  1.3722 +
  1.3723 +.alert .close {
  1.3724 +  position: relative;
  1.3725 +  top: -2px;
  1.3726 +  right: -21px;
  1.3727 +  line-height: 20px;
  1.3728 +}
  1.3729 +
  1.3730 +.alert-success {
  1.3731 +  color: #55ff55;
  1.3732 +  background-color: #000000;
  1.3733 +  border-color: #000000;
  1.3734 +}
  1.3735 +
  1.3736 +.alert-success h4 {
  1.3737 +  color: #55ff55;
  1.3738 +}
  1.3739 +
  1.3740 +.alert-danger,
  1.3741 +.alert-error {
  1.3742 +  color: #ffffff;
  1.3743 +  background-color: #aa0000;
  1.3744 +  border-color: #aa001c;
  1.3745 +}
  1.3746 +
  1.3747 +.alert-danger h4,
  1.3748 +.alert-error h4 {
  1.3749 +  color: #ffffff;
  1.3750 +}
  1.3751 +
  1.3752 +.alert-info {
  1.3753 +  color: #000000;
  1.3754 +  background-color: #000000;
  1.3755 +  border-color: #000000;
  1.3756 +}
  1.3757 +
  1.3758 +.alert-info h4 {
  1.3759 +  color: #000000;
  1.3760 +}
  1.3761 +
  1.3762 +.alert-block {
  1.3763 +  padding-top: 14px;
  1.3764 +  padding-bottom: 14px;
  1.3765 +}
  1.3766 +
  1.3767 +.alert-block > p,
  1.3768 +.alert-block > ul {
  1.3769 +  margin-bottom: 0;
  1.3770 +}
  1.3771 +
  1.3772 +.alert-block p + p {
  1.3773 +  margin-top: 5px;
  1.3774 +}
  1.3775 +
  1.3776 +.nav {
  1.3777 +  margin-bottom: 20px;
  1.3778 +  margin-left: 0;
  1.3779 +  list-style: none;
  1.3780 +  background: #bbbbbb;
  1.3781 +}
  1.3782 +
  1.3783 +.nav > li > a {
  1.3784 +  display: block;
  1.3785 +}
  1.3786 +
  1.3787 +.nav > li > a:hover,
  1.3788 +.nav > li > a:focus {
  1.3789 +  color: #bbbbbb;
  1.3790 +  text-decoration: none;
  1.3791 +  background-color: #000000;
  1.3792 +}
  1.3793 +
  1.3794 +.nav > li > a > img {
  1.3795 +  max-width: none;
  1.3796 +}
  1.3797 +
  1.3798 +.nav > .pull-right {
  1.3799 +  float: right;
  1.3800 +}
  1.3801 +
  1.3802 +.nav-header {
  1.3803 +  display: block;
  1.3804 +  font-weight: normal;
  1.3805 +  line-height: 20px;
  1.3806 +  color: #bbbbbb;
  1.3807 +  text-transform: uppercase;
  1.3808 +}
  1.3809 +
  1.3810 +.nav li + .nav-header {
  1.3811 +  line-height: 20px;
  1.3812 +}
  1.3813 +
  1.3814 +.nav-list {
  1.3815 +  display: inline-block;
  1.3816 +  padding: 10px 15px;
  1.3817 +  margin: 10px 5px;
  1.3818 +  margin-left: -5px;
  1.3819 +  border: 2px solid #000000;
  1.3820 +  -webkit-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
  1.3821 +     -moz-box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
  1.3822 +          box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
  1.3823 +}
  1.3824 +
  1.3825 +.nav-list > li > a,
  1.3826 +.nav-list .nav-header {
  1.3827 +  margin-right: -10px;
  1.3828 +  margin-left: -10px;
  1.3829 +}
  1.3830 +
  1.3831 +.nav-list > li > a {
  1.3832 +  padding: 0 8px;
  1.3833 +  color: #000000;
  1.3834 +}
  1.3835 +
  1.3836 +.nav-list > .active > a,
  1.3837 +.nav-list > .active > a:hover,
  1.3838 +.nav-list > .active > a:focus {
  1.3839 +  color: #ffffff;
  1.3840 +  background-color: #00aaaa;
  1.3841 +}
  1.3842 +
  1.3843 +.nav-list [class^="icon-"],
  1.3844 +.nav-list [class*=" icon-"] {
  1.3845 +  margin-right: 0;
  1.3846 +}
  1.3847 +
  1.3848 +.nav-list .divider {
  1.3849 +  *width: 100%;
  1.3850 +  height: 1px;
  1.3851 +  margin: 9px 1px;
  1.3852 +  *margin: -5px 0 5px;
  1.3853 +  overflow: hidden;
  1.3854 +  background-color: #000000;
  1.3855 +  border-bottom: 1px solid #000000;
  1.3856 +}
  1.3857 +
  1.3858 +.nav-tabs,
  1.3859 +.nav-pills {
  1.3860 +  *zoom: 1;
  1.3861 +}
  1.3862 +
  1.3863 +.nav-tabs:before,
  1.3864 +.nav-pills:before,
  1.3865 +.nav-tabs:after,
  1.3866 +.nav-pills:after {
  1.3867 +  display: table;
  1.3868 +  line-height: 0;
  1.3869 +  content: "";
  1.3870 +}
  1.3871 +
  1.3872 +.nav-tabs:after,
  1.3873 +.nav-pills:after {
  1.3874 +  clear: both;
  1.3875 +}
  1.3876 +
  1.3877 +.nav-tabs > li,
  1.3878 +.nav-pills > li {
  1.3879 +  float: left;
  1.3880 +}
  1.3881 +
  1.3882 +.nav-tabs > li > a,
  1.3883 +.nav-pills > li > a {
  1.3884 +  padding-right: 8px;
  1.3885 +  padding-left: 8px;
  1.3886 +  margin-right: 0;
  1.3887 +  line-height: 20px;
  1.3888 +  color: #000000;
  1.3889 +}
  1.3890 +
  1.3891 +.nav-tabs {
  1.3892 +  border-bottom: 0.5em solid #bbbbbb;
  1.3893 +}
  1.3894 +
  1.3895 +.nav-tabs > li {
  1.3896 +  margin-bottom: -1px;
  1.3897 +}
  1.3898 +
  1.3899 +.nav-tabs > li > a {
  1.3900 +  line-height: 20px;
  1.3901 +  -webkit-border-radius: 0;
  1.3902 +     -moz-border-radius: 0;
  1.3903 +          border-radius: 0;
  1.3904 +}
  1.3905 +
  1.3906 +.nav-tabs > li > a:hover,
  1.3907 +.nav-tabs > li > a:focus {
  1.3908 +  background: #000000;
  1.3909 +}
  1.3910 +
  1.3911 +.nav-tabs > .active > a,
  1.3912 +.nav-tabs > .active > a:hover,
  1.3913 +.nav-tabs > .active > a:focus {
  1.3914 +  color: #bbbbbb;
  1.3915 +  cursor: default;
  1.3916 +  background-color: #000084;
  1.3917 +  border: 0;
  1.3918 +  border-bottom-color: transparent;
  1.3919 +}
  1.3920 +
  1.3921 +.nav-pills > li > a {
  1.3922 +  padding-top: 0;
  1.3923 +  padding-bottom: 0;
  1.3924 +  margin-top: 0;
  1.3925 +  margin-bottom: 0;
  1.3926 +  line-height: 20px;
  1.3927 +  -webkit-border-radius: 0;
  1.3928 +     -moz-border-radius: 0;
  1.3929 +          border-radius: 0;
  1.3930 +}
  1.3931 +
  1.3932 +.nav-pills > .active > a,
  1.3933 +.nav-pills > .active > a:hover,
  1.3934 +.nav-pills > .active > a:focus {
  1.3935 +  color: #bbbbbb;
  1.3936 +  background-color: #fefe54;
  1.3937 +}
  1.3938 +
  1.3939 +.nav-stacked > li {
  1.3940 +  float: none;
  1.3941 +}
  1.3942 +
  1.3943 +.nav-stacked > li > a {
  1.3944 +  margin-right: 0;
  1.3945 +}
  1.3946 +
  1.3947 +.nav-tabs.nav-stacked {
  1.3948 +  border-bottom: 0;
  1.3949 +}
  1.3950 +
  1.3951 +.nav-tabs.nav-stacked > li > a {
  1.3952 +  border: 1px solid #ddd;
  1.3953 +  -webkit-border-radius: 0;
  1.3954 +     -moz-border-radius: 0;
  1.3955 +          border-radius: 0;
  1.3956 +}
  1.3957 +
  1.3958 +.nav-tabs.nav-stacked > li:first-child > a {
  1.3959 +  -webkit-border-top-right-radius: 0;
  1.3960 +          border-top-right-radius: 0;
  1.3961 +  -webkit-border-top-left-radius: 0;
  1.3962 +          border-top-left-radius: 0;
  1.3963 +  -moz-border-radius-topright: 0;
  1.3964 +  -moz-border-radius-topleft: 0;
  1.3965 +}
  1.3966 +
  1.3967 +.nav-tabs.nav-stacked > li:last-child > a {
  1.3968 +  -webkit-border-bottom-right-radius: 0;
  1.3969 +          border-bottom-right-radius: 0;
  1.3970 +  -webkit-border-bottom-left-radius: 0;
  1.3971 +          border-bottom-left-radius: 0;
  1.3972 +  -moz-border-radius-bottomright: 0;
  1.3973 +  -moz-border-radius-bottomleft: 0;
  1.3974 +}
  1.3975 +
  1.3976 +.nav-tabs.nav-stacked > li > a:hover,
  1.3977 +.nav-tabs.nav-stacked > li > a:focus {
  1.3978 +  z-index: 2;
  1.3979 +  border-color: #ddd;
  1.3980 +}
  1.3981 +
  1.3982 +.nav-pills.nav-stacked > li > a {
  1.3983 +  margin-bottom: 3px;
  1.3984 +}
  1.3985 +
  1.3986 +.nav-pills.nav-stacked > li:last-child > a {
  1.3987 +  margin-bottom: 1px;
  1.3988 +}
  1.3989 +
  1.3990 +.nav-tabs .dropdown-menu {
  1.3991 +  -webkit-border-radius: 0;
  1.3992 +     -moz-border-radius: 0;
  1.3993 +          border-radius: 0;
  1.3994 +}
  1.3995 +
  1.3996 +.nav-pills .dropdown-menu {
  1.3997 +  -webkit-border-radius: 0;
  1.3998 +     -moz-border-radius: 0;
  1.3999 +          border-radius: 0;
  1.4000 +}
  1.4001 +
  1.4002 +.nav .dropdown-toggle .caret {
  1.4003 +  margin-top: 6px;
  1.4004 +  border-top-color: #fefe54;
  1.4005 +  border-bottom-color: #fefe54;
  1.4006 +}
  1.4007 +
  1.4008 +.nav .dropdown-toggle:hover .caret,
  1.4009 +.nav .dropdown-toggle:focus .caret {
  1.4010 +  border-top-color: #fefe54;
  1.4011 +  border-bottom-color: #fefe54;
  1.4012 +}
  1.4013 +
  1.4014 +/* move down carets for tabs */
  1.4015 +
  1.4016 +.nav .active .dropdown-toggle .caret {
  1.4017 +  border-top-color: #fff;
  1.4018 +  border-bottom-color: #fff;
  1.4019 +}
  1.4020 +
  1.4021 +.nav-tabs .active .dropdown-toggle .caret {
  1.4022 +  border-top-color: #bbbbbb;
  1.4023 +  border-bottom-color: #bbbbbb;
  1.4024 +}
  1.4025 +
  1.4026 +.nav > .dropdown.active > a:hover,
  1.4027 +.nav > .dropdown.active > a:focus {
  1.4028 +  cursor: pointer;
  1.4029 +}
  1.4030 +
  1.4031 +.nav-tabs .open .dropdown-toggle,
  1.4032 +.nav-pills .open .dropdown-toggle,
  1.4033 +.nav > li.dropdown.open.active > a:hover,
  1.4034 +.nav > li.dropdown.open.active > a:focus {
  1.4035 +  color: #ffffff;
  1.4036 +  background-color: #bbbbbb;
  1.4037 +  border-color: #bbbbbb;
  1.4038 +}
  1.4039 +
  1.4040 +.nav li.dropdown.open .caret,
  1.4041 +.nav li.dropdown.open.active .caret,
  1.4042 +.nav li.dropdown.open a:hover .caret,
  1.4043 +.nav li.dropdown.open a:focus .caret {
  1.4044 +  border-top-color: #ffffff;
  1.4045 +  border-bottom-color: #ffffff;
  1.4046 +  opacity: 1;
  1.4047 +  filter: alpha(opacity=100);
  1.4048 +}
  1.4049 +
  1.4050 +.tabs-stacked .open > a:hover,
  1.4051 +.tabs-stacked .open > a:focus {
  1.4052 +  border-color: #bbbbbb;
  1.4053 +}
  1.4054 +
  1.4055 +.tabbable {
  1.4056 +  *zoom: 1;
  1.4057 +}
  1.4058 +
  1.4059 +.tabbable:before,
  1.4060 +.tabbable:after {
  1.4061 +  display: table;
  1.4062 +  line-height: 0;
  1.4063 +  content: "";
  1.4064 +}
  1.4065 +
  1.4066 +.tabbable:after {
  1.4067 +  clear: both;
  1.4068 +}
  1.4069 +
  1.4070 +.tab-content {
  1.4071 +  overflow: auto;
  1.4072 +}
  1.4073 +
  1.4074 +.tabs-below > .nav-tabs,
  1.4075 +.tabs-right > .nav-tabs,
  1.4076 +.tabs-left > .nav-tabs {
  1.4077 +  border-bottom: 0;
  1.4078 +}
  1.4079 +
  1.4080 +.tab-content > .tab-pane,
  1.4081 +.pill-content > .pill-pane {
  1.4082 +  display: none;
  1.4083 +}
  1.4084 +
  1.4085 +.tab-content > .active,
  1.4086 +.pill-content > .active {
  1.4087 +  display: block;
  1.4088 +}
  1.4089 +
  1.4090 +.tabs-below > .nav-tabs {
  1.4091 +  border-top: 1px solid #ddd;
  1.4092 +}
  1.4093 +
  1.4094 +.tabs-below > .nav-tabs > li {
  1.4095 +  margin-top: -1px;
  1.4096 +  margin-bottom: 0;
  1.4097 +}
  1.4098 +
  1.4099 +.tabs-below > .nav-tabs > li > a {
  1.4100 +  -webkit-border-radius: 0;
  1.4101 +     -moz-border-radius: 0;
  1.4102 +          border-radius: 0;
  1.4103 +}
  1.4104 +
  1.4105 +.tabs-below > .nav-tabs > li > a:hover,
  1.4106 +.tabs-below > .nav-tabs > li > a:focus {
  1.4107 +  border-top-color: #ddd;
  1.4108 +  border-bottom-color: transparent;
  1.4109 +}
  1.4110 +
  1.4111 +.tabs-below > .nav-tabs > .active > a,
  1.4112 +.tabs-below > .nav-tabs > .active > a:hover,
  1.4113 +.tabs-below > .nav-tabs > .active > a:focus {
  1.4114 +  border-color: transparent #ddd #ddd #ddd;
  1.4115 +}
  1.4116 +
  1.4117 +.tabs-left > .nav-tabs > li,
  1.4118 +.tabs-right > .nav-tabs > li {
  1.4119 +  float: none;
  1.4120 +}
  1.4121 +
  1.4122 +.tabs-left > .nav-tabs > li > a,
  1.4123 +.tabs-right > .nav-tabs > li > a {
  1.4124 +  min-width: 74px;
  1.4125 +  margin-right: 0;
  1.4126 +  margin-bottom: 0;
  1.4127 +}
  1.4128 +
  1.4129 +.tabs-left > .nav-tabs {
  1.4130 +  float: left;
  1.4131 +  margin-right: 18px;
  1.4132 +  border-right: 1px solid #ddd;
  1.4133 +}
  1.4134 +
  1.4135 +.tabs-left > .nav-tabs > li > a {
  1.4136 +  margin-right: -1px;
  1.4137 +  -webkit-border-radius: 0;
  1.4138 +     -moz-border-radius: 0;
  1.4139 +          border-radius: 0;
  1.4140 +}
  1.4141 +
  1.4142 +.tabs-left > .nav-tabs > li > a:hover,
  1.4143 +.tabs-left > .nav-tabs > li > a:focus {
  1.4144 +  border-color: #bbbbbb #dddddd #bbbbbb #bbbbbb;
  1.4145 +}
  1.4146 +
  1.4147 +.tabs-left > .nav-tabs .active > a,
  1.4148 +.tabs-left > .nav-tabs .active > a:hover,
  1.4149 +.tabs-left > .nav-tabs .active > a:focus {
  1.4150 +  border-color: #ddd transparent #ddd #ddd;
  1.4151 +  *border-right-color: #ffffff;
  1.4152 +}
  1.4153 +
  1.4154 +.tabs-right > .nav-tabs {
  1.4155 +  float: right;
  1.4156 +  margin-left: 19px;
  1.4157 +  border-left: 1px solid #ddd;
  1.4158 +}
  1.4159 +
  1.4160 +.tabs-right > .nav-tabs > li > a {
  1.4161 +  margin-left: -1px;
  1.4162 +  -webkit-border-radius: 0;
  1.4163 +     -moz-border-radius: 0;
  1.4164 +          border-radius: 0;
  1.4165 +}
  1.4166 +
  1.4167 +.tabs-right > .nav-tabs > li > a:hover,
  1.4168 +.tabs-right > .nav-tabs > li > a:focus {
  1.4169 +  border-color: #bbbbbb #bbbbbb #bbbbbb #dddddd;
  1.4170 +}
  1.4171 +
  1.4172 +.tabs-right > .nav-tabs .active > a,
  1.4173 +.tabs-right > .nav-tabs .active > a:hover,
  1.4174 +.tabs-right > .nav-tabs .active > a:focus {
  1.4175 +  border-color: #ddd #ddd #ddd transparent;
  1.4176 +  *border-left-color: #ffffff;
  1.4177 +}
  1.4178 +
  1.4179 +.nav > .disabled > a {
  1.4180 +  color: #bbbbbb;
  1.4181 +}
  1.4182 +
  1.4183 +.nav > .disabled > a:hover,
  1.4184 +.nav > .disabled > a:focus {
  1.4185 +  text-decoration: none;
  1.4186 +  cursor: default;
  1.4187 +  background-color: transparent;
  1.4188 +}
  1.4189 +
  1.4190 +.navbar {
  1.4191 +  *position: relative;
  1.4192 +  *z-index: 2;
  1.4193 +  margin-bottom: 20px;
  1.4194 +  overflow: visible;
  1.4195 +}
  1.4196 +
  1.4197 +.navbar-inner {
  1.4198 +  min-height: 20px;
  1.4199 +  padding-right: 12.4px;
  1.4200 +  padding-left: 12.4px;
  1.4201 +  -webkit-border-radius: 0;
  1.4202 +     -moz-border-radius: 0;
  1.4203 +          border-radius: 0;
  1.4204 +  *zoom: 1;
  1.4205 +  -webkit-box-shadow: 0;
  1.4206 +     -moz-box-shadow: 0;
  1.4207 +          box-shadow: 0;
  1.4208 +}
  1.4209 +
  1.4210 +.navbar-inner:before,
  1.4211 +.navbar-inner:after {
  1.4212 +  display: table;
  1.4213 +  line-height: 0;
  1.4214 +  content: "";
  1.4215 +}
  1.4216 +
  1.4217 +.navbar-inner:after {
  1.4218 +  clear: both;
  1.4219 +}
  1.4220 +
  1.4221 +.navbar .container {
  1.4222 +  width: auto;
  1.4223 +}
  1.4224 +
  1.4225 +.nav-collapse.collapse {
  1.4226 +  height: auto;
  1.4227 +  overflow: visible;
  1.4228 +}
  1.4229 +
  1.4230 +.navbar .brand {
  1.4231 +  display: block;
  1.4232 +  float: left;
  1.4233 +  padding: 0 10px;
  1.4234 +  margin-left: -10px;
  1.4235 +  font-size: 18px;
  1.4236 +  color: #000084;
  1.4237 +  text-shadow: 0;
  1.4238 +}
  1.4239 +
  1.4240 +.navbar .brand:hover,
  1.4241 +.navbar .brand:focus {
  1.4242 +  text-decoration: none;
  1.4243 +}
  1.4244 +
  1.4245 +.navbar-text {
  1.4246 +  margin-bottom: 0;
  1.4247 +  line-height: 20px;
  1.4248 +  color: #000000;
  1.4249 +}
  1.4250 +
  1.4251 +.navbar-link {
  1.4252 +  color: #000000;
  1.4253 +}
  1.4254 +
  1.4255 +.navbar-link:hover,
  1.4256 +.navbar-link:focus {
  1.4257 +  color: #555555;
  1.4258 +}
  1.4259 +
  1.4260 +.navbar .divider-vertical {
  1.4261 +  height: 20px;
  1.4262 +  margin: 0 12.4px;
  1.4263 +  border-right: 1px solid #ffffff;
  1.4264 +  border-left: 1px solid #bbbbbb;
  1.4265 +}
  1.4266 +
  1.4267 +.navbar .btn,
  1.4268 +.navbar .btn-group {
  1.4269 +  margin-top: -5px;
  1.4270 +}
  1.4271 +
  1.4272 +.navbar .btn-group .btn,
  1.4273 +.navbar .input-prepend .btn,
  1.4274 +.navbar .input-append .btn,
  1.4275 +.navbar .input-prepend .btn-group,
  1.4276 +.navbar .input-append .btn-group {
  1.4277 +  margin-top: 0;
  1.4278 +}
  1.4279 +
  1.4280 +.navbar-form {
  1.4281 +  margin-bottom: 0;
  1.4282 +  *zoom: 1;
  1.4283 +}
  1.4284 +
  1.4285 +.navbar-form:before,
  1.4286 +.navbar-form:after {
  1.4287 +  display: table;
  1.4288 +  line-height: 0;
  1.4289 +  content: "";
  1.4290 +}
  1.4291 +
  1.4292 +.navbar-form:after {
  1.4293 +  clear: both;
  1.4294 +}
  1.4295 +
  1.4296 +.navbar-form input,
  1.4297 +.navbar-form select,
  1.4298 +.navbar-form .radio,
  1.4299 +.navbar-form .checkbox {
  1.4300 +  margin-top: -5px;
  1.4301 +}
  1.4302 +
  1.4303 +.navbar-form input,
  1.4304 +.navbar-form select,
  1.4305 +.navbar-form .btn {
  1.4306 +  display: inline-block;
  1.4307 +  margin-bottom: 0;
  1.4308 +  -webkit-box-shadow: 0 0;
  1.4309 +     -moz-box-shadow: 0 0;
  1.4310 +          box-shadow: 0 0;
  1.4311 +}
  1.4312 +
  1.4313 +.navbar-form input[type="image"],
  1.4314 +.navbar-form input[type="checkbox"],
  1.4315 +.navbar-form input[type="radio"] {
  1.4316 +  margin-top: 3px;
  1.4317 +}
  1.4318 +
  1.4319 +.navbar-form .input-append,
  1.4320 +.navbar-form .input-prepend {
  1.4321 +  margin-top: 5px;
  1.4322 +  white-space: nowrap;
  1.4323 +}
  1.4324 +
  1.4325 +.navbar-form .input-append input,
  1.4326 +.navbar-form .input-prepend input {
  1.4327 +  margin-top: 0;
  1.4328 +}
  1.4329 +
  1.4330 +.navbar-search {
  1.4331 +  position: relative;
  1.4332 +  float: left;
  1.4333 +  margin-top: -5px;
  1.4334 +  margin-bottom: 0;
  1.4335 +}
  1.4336 +
  1.4337 +.navbar-search .search-query {
  1.4338 +  padding: 4px 12.4px;
  1.4339 +  margin-bottom: 0;
  1.4340 +  font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
  1.4341 +  font-size: 18px;
  1.4342 +  font-weight: normal;
  1.4343 +  line-height: 1;
  1.4344 +  -webkit-border-radius: 0;
  1.4345 +     -moz-border-radius: 0;
  1.4346 +          border-radius: 0;
  1.4347 +}
  1.4348 +
  1.4349 +.navbar-static-top {
  1.4350 +  position: static;
  1.4351 +  margin-bottom: 0;
  1.4352 +}
  1.4353 +
  1.4354 +.navbar-static-top .navbar-inner {
  1.4355 +  -webkit-border-radius: 0;
  1.4356 +     -moz-border-radius: 0;
  1.4357 +          border-radius: 0;
  1.4358 +}
  1.4359 +
  1.4360 +.navbar-fixed-top,
  1.4361 +.navbar-fixed-bottom {
  1.4362 +  position: fixed;
  1.4363 +  right: 0;
  1.4364 +  left: 0;
  1.4365 +  z-index: 1030;
  1.4366 +  margin-bottom: 0;
  1.4367 +}
  1.4368 +
  1.4369 +.navbar-fixed-top .navbar-inner,
  1.4370 +.navbar-static-top .navbar-inner {
  1.4371 +  border-width: 0;
  1.4372 +}
  1.4373 +
  1.4374 +.navbar-fixed-bottom .navbar-inner {
  1.4375 +  border-width: 0;
  1.4376 +}
  1.4377 +
  1.4378 +.navbar-fixed-top .navbar-inner,
  1.4379 +.navbar-fixed-bottom .navbar-inner {
  1.4380 +  padding-right: 0;
  1.4381 +  padding-left: 0;
  1.4382 +  -webkit-border-radius: 0;
  1.4383 +     -moz-border-radius: 0;
  1.4384 +          border-radius: 0;
  1.4385 +}
  1.4386 +
  1.4387 +.navbar-static-top .container,
  1.4388 +.navbar-fixed-top .container,
  1.4389 +.navbar-fixed-bottom .container {
  1.4390 +  width: 944px;
  1.4391 +}
  1.4392 +
  1.4393 +.navbar-fixed-top {
  1.4394 +  top: 0;
  1.4395 +}
  1.4396 +
  1.4397 +.navbar-fixed-top .navbar-inner,
  1.4398 +.navbar-static-top .navbar-inner {
  1.4399 +  -webkit-box-shadow: 0;
  1.4400 +     -moz-box-shadow: 0;
  1.4401 +          box-shadow: 0;
  1.4402 +}
  1.4403 +
  1.4404 +.navbar-fixed-bottom {
  1.4405 +  bottom: 0;
  1.4406 +}
  1.4407 +
  1.4408 +.navbar-fixed-bottom .navbar-inner {
  1.4409 +  -webkit-box-shadow: 0;
  1.4410 +     -moz-box-shadow: 0;
  1.4411 +          box-shadow: 0;
  1.4412 +}
  1.4413 +
  1.4414 +.navbar .nav {
  1.4415 +  position: relative;
  1.4416 +  left: 0;
  1.4417 +  display: block;
  1.4418 +  float: left;
  1.4419 +  margin: 0 20px 0 0;
  1.4420 +}
  1.4421 +
  1.4422 +.navbar .nav.pull-right {
  1.4423 +  float: right;
  1.4424 +  margin-right: 0;
  1.4425 +}
  1.4426 +
  1.4427 +.navbar .nav > li {
  1.4428 +  float: left;
  1.4429 +  padding-left: 0;
  1.4430 +}
  1.4431 +
  1.4432 +.navbar .nav > li > a {
  1.4433 +  float: none;
  1.4434 +  padding: 0 10px;
  1.4435 +  color: #000000;
  1.4436 +  text-decoration: none;
  1.4437 +  text-shadow: 0;
  1.4438 +}
  1.4439 +
  1.4440 +.navbar .nav .dropdown-toggle .caret {
  1.4441 +  margin-top: 0;
  1.4442 +}
  1.4443 +
  1.4444 +.navbar .nav > li > a:focus,
  1.4445 +.navbar .nav > li > a:hover {
  1.4446 +  color: #555555;
  1.4447 +  text-decoration: none;
  1.4448 +  background-color: transparent;
  1.4449 +}
  1.4450 +
  1.4451 +.navbar .nav > .active > a,
  1.4452 +.navbar .nav > .active > a:hover,
  1.4453 +.navbar .nav > .active > a:focus {
  1.4454 +  color: #bbbbbb;
  1.4455 +  text-decoration: none;
  1.4456 +  background-color: #bbbbbb;
  1.4457 +}
  1.4458 +
  1.4459 +.navbar .btn-navbar {
  1.4460 +  display: none;
  1.4461 +  float: right;
  1.4462 +  padding: 0 12.4px;
  1.4463 +  margin-right: 12.4px;
  1.4464 +  margin-left: 12.4px;
  1.4465 +  *background-color: #aeaeae;
  1.4466 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.4467 +}
  1.4468 +
  1.4469 +.navbar .btn-navbar:hover,
  1.4470 +.navbar .btn-navbar:focus,
  1.4471 +.navbar .btn-navbar:active,
  1.4472 +.navbar .btn-navbar.active,
  1.4473 +.navbar .btn-navbar.disabled,
  1.4474 +.navbar .btn-navbar[disabled] {
  1.4475 +  color: #ffffff;
  1.4476 +}
  1.4477 +
  1.4478 +.navbar .btn-navbar .icon-bar {
  1.4479 +  display: block;
  1.4480 +  width: 18px;
  1.4481 +  height: 2px;
  1.4482 +  background-color: #f5f5f5;
  1.4483 +  -webkit-border-radius: 0;
  1.4484 +     -moz-border-radius: 0;
  1.4485 +          border-radius: 0;
  1.4486 +}
  1.4487 +
  1.4488 +.btn-navbar .icon-bar + .icon-bar {
  1.4489 +  margin-top: 3px;
  1.4490 +}
  1.4491 +
  1.4492 +.navbar .nav > li > .dropdown-menu:before {
  1.4493 +  position: absolute;
  1.4494 +  top: -7px;
  1.4495 +  left: 9px;
  1.4496 +  display: inline-block;
  1.4497 +  border-right: 7px solid transparent;
  1.4498 +  border-bottom: 7px solid #ccc;
  1.4499 +  border-left: 7px solid transparent;
  1.4500 +  border-bottom-color: rgba(0, 0, 0, 0.2);
  1.4501 +  content: '';
  1.4502 +}
  1.4503 +
  1.4504 +.navbar .nav > li > .dropdown-menu:after {
  1.4505 +  position: absolute;
  1.4506 +  top: -6px;
  1.4507 +  left: 10px;
  1.4508 +  display: inline-block;
  1.4509 +  border-right: 6px solid transparent;
  1.4510 +  border-bottom: 6px solid #ffffff;
  1.4511 +  border-left: 6px solid transparent;
  1.4512 +  content: '';
  1.4513 +}
  1.4514 +
  1.4515 +.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  1.4516 +  top: auto;
  1.4517 +  bottom: -7px;
  1.4518 +  border-top: 7px solid #ccc;
  1.4519 +  border-bottom: 0;
  1.4520 +  border-top-color: rgba(0, 0, 0, 0.2);
  1.4521 +}
  1.4522 +
  1.4523 +.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  1.4524 +  top: auto;
  1.4525 +  bottom: -6px;
  1.4526 +  border-top: 6px solid #ffffff;
  1.4527 +  border-bottom: 0;
  1.4528 +}
  1.4529 +
  1.4530 +.navbar .nav li.dropdown > a:hover .caret,
  1.4531 +.navbar .nav li.dropdown > a:focus .caret {
  1.4532 +  border-top-color: #555555;
  1.4533 +  border-bottom-color: #555555;
  1.4534 +}
  1.4535 +
  1.4536 +.navbar .nav li.dropdown.open > .dropdown-toggle,
  1.4537 +.navbar .nav li.dropdown.active > .dropdown-toggle,
  1.4538 +.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  1.4539 +  color: #bbbbbb;
  1.4540 +  background-color: #bbbbbb;
  1.4541 +}
  1.4542 +
  1.4543 +.navbar .nav li.dropdown > .dropdown-toggle .caret {
  1.4544 +  border-top-color: #000000;
  1.4545 +  border-bottom-color: #000000;
  1.4546 +}
  1.4547 +
  1.4548 +.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  1.4549 +.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  1.4550 +.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  1.4551 +  border-top-color: #bbbbbb;
  1.4552 +  border-bottom-color: #bbbbbb;
  1.4553 +}
  1.4554 +
  1.4555 +.navbar .pull-right > li > .dropdown-menu,
  1.4556 +.navbar .nav > li > .dropdown-menu.pull-right {
  1.4557 +  right: 0;
  1.4558 +  left: auto;
  1.4559 +}
  1.4560 +
  1.4561 +.navbar .pull-right > li > .dropdown-menu:before,
  1.4562 +.navbar .nav > li > .dropdown-menu.pull-right:before {
  1.4563 +  right: 12px;
  1.4564 +  left: auto;
  1.4565 +}
  1.4566 +
  1.4567 +.navbar .pull-right > li > .dropdown-menu:after,
  1.4568 +.navbar .nav > li > .dropdown-menu.pull-right:after {
  1.4569 +  right: 13px;
  1.4570 +  left: auto;
  1.4571 +}
  1.4572 +
  1.4573 +.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  1.4574 +.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  1.4575 +  right: 100%;
  1.4576 +  left: auto;
  1.4577 +  margin-right: -1px;
  1.4578 +  margin-left: 0;
  1.4579 +  -webkit-border-radius: 0;
  1.4580 +     -moz-border-radius: 0;
  1.4581 +          border-radius: 0;
  1.4582 +}
  1.4583 +
  1.4584 +.navbar-inverse .navbar-inner {
  1.4585 +  background: #bbbbbb;
  1.4586 +}
  1.4587 +
  1.4588 +.navbar-inverse .brand,
  1.4589 +.navbar-inverse .nav > li > a {
  1.4590 +  color: #000000;
  1.4591 +  text-shadow: 0;
  1.4592 +  background: #bbbbbb;
  1.4593 +}
  1.4594 +
  1.4595 +.navbar-inverse .brand:hover,
  1.4596 +.navbar-inverse .nav > li > a:hover,
  1.4597 +.navbar-inverse .brand:focus,
  1.4598 +.navbar-inverse .nav > li > a:focus {
  1.4599 +  color: #bbbbbb;
  1.4600 +  background: #000000;
  1.4601 +}
  1.4602 +
  1.4603 +.navbar-inverse .brand {
  1.4604 +  color: #000084;
  1.4605 +}
  1.4606 +
  1.4607 +.navbar-inverse .navbar-text {
  1.4608 +  color: #000000;
  1.4609 +}
  1.4610 +
  1.4611 +.navbar-inverse .nav > li > a:focus,
  1.4612 +.navbar-inverse .nav > li > a:hover {
  1.4613 +  color: #bbbbbb;
  1.4614 +  background: #000000;
  1.4615 +}
  1.4616 +
  1.4617 +.navbar-inverse .nav .active > a,
  1.4618 +.navbar-inverse .nav .active > a:hover,
  1.4619 +.navbar-inverse .nav .active > a:focus {
  1.4620 +  color: #bbbbbb;
  1.4621 +  text-decoration: none;
  1.4622 +  background: #000000;
  1.4623 +}
  1.4624 +
  1.4625 +.navbar-inverse .navbar-link {
  1.4626 +  color: #000000;
  1.4627 +}
  1.4628 +
  1.4629 +.navbar-inverse .navbar-link:hover,
  1.4630 +.navbar-inverse .navbar-link:focus {
  1.4631 +  color: #ffffff;
  1.4632 +}
  1.4633 +
  1.4634 +.navbar-inverse .divider-vertical {
  1.4635 +  border-right-color: #000000;
  1.4636 +  border-left-color: #000000;
  1.4637 +}
  1.4638 +
  1.4639 +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  1.4640 +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  1.4641 +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  1.4642 +  color: #ffffff;
  1.4643 +  background-color: #000000;
  1.4644 +}
  1.4645 +
  1.4646 +.navbar-inverse .nav li.dropdown > a:hover .caret,
  1.4647 +.navbar-inverse .nav li.dropdown > a:focus .caret {
  1.4648 +  border-top-color: #ffffff;
  1.4649 +  border-bottom-color: #ffffff;
  1.4650 +}
  1.4651 +
  1.4652 +.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  1.4653 +  border-top-color: #000000;
  1.4654 +  border-bottom-color: #000000;
  1.4655 +}
  1.4656 +
  1.4657 +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  1.4658 +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  1.4659 +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  1.4660 +  border-top-color: #ffffff;
  1.4661 +  border-bottom-color: #ffffff;
  1.4662 +}
  1.4663 +
  1.4664 +.navbar-inverse .navbar-search .search-query {
  1.4665 +  color: #ffffff;
  1.4666 +  background-color: #404040;
  1.4667 +  border-color: #000000;
  1.4668 +  -webkit-transition: none;
  1.4669 +     -moz-transition: none;
  1.4670 +       -o-transition: none;
  1.4671 +          transition: none;
  1.4672 +}
  1.4673 +
  1.4674 +.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  1.4675 +  color: #cccccc;
  1.4676 +}
  1.4677 +
  1.4678 +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  1.4679 +  color: #cccccc;
  1.4680 +}
  1.4681 +
  1.4682 +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  1.4683 +  color: #cccccc;
  1.4684 +}
  1.4685 +
  1.4686 +.navbar-inverse .navbar-search .search-query:focus,
  1.4687 +.navbar-inverse .navbar-search .search-query.focused {
  1.4688 +  padding: 0 20px;
  1.4689 +  color: #555555;
  1.4690 +  text-shadow: 0;
  1.4691 +  background-color: #ffffff;
  1.4692 +  border: 0;
  1.4693 +  outline: 0;
  1.4694 +}
  1.4695 +
  1.4696 +.navbar-inverse .btn-navbar {
  1.4697 +  *background-color: #000000;
  1.4698 +  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  1.4699 +
  1.4700 +  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  1.4701 +}
  1.4702 +
  1.4703 +.navbar-inverse .btn-navbar:hover,
  1.4704 +.navbar-inverse .btn-navbar:focus,
  1.4705 +.navbar-inverse .btn-navbar:active,
  1.4706 +.navbar-inverse .btn-navbar.active,
  1.4707 +.navbar-inverse .btn-navbar.disabled,
  1.4708 +.navbar-inverse .btn-navbar[disabled] {
  1.4709 +  color: #ffffff;
  1.4710 +}
  1.4711 +
  1.4712 +.breadcrumb:before {
  1.4713 +  content: ">>";
  1.4714 +}
  1.4715 +
  1.4716 +.breadcrumb {
  1.4717 +  padding: 0 20px;
  1.4718 +  margin: 0 0 20px;
  1.4719 +  list-style: none;
  1.4720 +  background-color: #000000;
  1.4721 +  -webkit-border-radius: 0;
  1.4722 +     -moz-border-radius: 0;
  1.4723 +          border-radius: 0;
  1.4724 +}
  1.4725 +
  1.4726 +.breadcrumb > li {
  1.4727 +  display: inline-block;
  1.4728 +  *display: inline;
  1.4729 +  text-shadow: 0;
  1.4730 +  *zoom: 1;
  1.4731 +}
  1.4732 +
  1.4733 +.breadcrumb > li > .divider {
  1.4734 +  padding: 0 10px;
  1.4735 +  color: #bbbbbb;
  1.4736 +}
  1.4737 +
  1.4738 +.breadcrumb > .active {
  1.4739 +  color: #bbbbbb;
  1.4740 +}
  1.4741 +
  1.4742 +.pagination {
  1.4743 +  margin: 20px 0;
  1.4744 +}
  1.4745 +
  1.4746 +.pagination ul {
  1.4747 +  display: inline-block;
  1.4748 +  *display: inline;
  1.4749 +  margin-bottom: 0;
  1.4750 +  margin-left: 0;
  1.4751 +  -webkit-border-radius: 0;
  1.4752 +     -moz-border-radius: 0;
  1.4753 +          border-radius: 0;
  1.4754 +  *zoom: 1;
  1.4755 +  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  1.4756 +     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  1.4757 +          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  1.4758 +}
  1.4759 +
  1.4760 +.pagination ul > li {
  1.4761 +  display: inline;
  1.4762 +}
  1.4763 +
  1.4764 +.pagination ul > li > a,
  1.4765 +.pagination ul > li > span {
  1.4766 +  float: left;
  1.4767 +  padding: 20px 10px;
  1.4768 +  line-height: 20px;
  1.4769 +  text-decoration: none;
  1.4770 +  background-color: #00aa00;
  1.4771 +  border: 0;
  1.4772 +  border-left-width: 0;
  1.4773 +}
  1.4774 +
  1.4775 +.pagination ul > li > a:hover,
  1.4776 +.pagination ul > li > a:focus,
  1.4777 +.pagination ul > .active > a,
  1.4778 +.pagination ul > .active > span {
  1.4779 +  background-color: #f5f5f5;
  1.4780 +}
  1.4781 +
  1.4782 +.pagination ul > .active > a,
  1.4783 +.pagination ul > .active > span {
  1.4784 +  color: #bbbbbb;
  1.4785 +  cursor: default;
  1.4786 +}
  1.4787 +
  1.4788 +.pagination ul > .disabled > span,
  1.4789 +.pagination ul > .disabled > a,
  1.4790 +.pagination ul > .disabled > a:hover,
  1.4791 +.pagination ul > .disabled > a:focus {
  1.4792 +  color: #bbbbbb;
  1.4793 +  cursor: default;
  1.4794 +  background-color: transparent;
  1.4795 +}
  1.4796 +
  1.4797 +.pagination ul > li:first-child > a,
  1.4798 +.pagination ul > li:first-child > span {
  1.4799 +  border-left-width: 1px;
  1.4800 +  -webkit-border-bottom-left-radius: 0;
  1.4801 +          border-bottom-left-radius: 0;
  1.4802 +  -webkit-border-top-left-radius: 0;
  1.4803 +          border-top-left-radius: 0;
  1.4804 +  -moz-border-radius-bottomleft: 0;
  1.4805 +  -moz-border-radius-topleft: 0;
  1.4806 +}
  1.4807 +
  1.4808 +.pagination ul > li:last-child > a,
  1.4809 +.pagination ul > li:last-child > span {
  1.4810 +  -webkit-border-top-right-radius: 0;
  1.4811 +          border-top-right-radius: 0;
  1.4812 +  -webkit-border-bottom-right-radius: 0;
  1.4813 +          border-bottom-right-radius: 0;
  1.4814 +  -moz-border-radius-topright: 0;
  1.4815 +  -moz-border-radius-bottomright: 0;
  1.4816 +}
  1.4817 +
  1.4818 +.pagination-centered {
  1.4819 +  text-align: center;
  1.4820 +}
  1.4821 +
  1.4822 +.pagination-right {
  1.4823 +  text-align: right;
  1.4824 +}
  1.4825 +
  1.4826 +.pagination-large ul > li > a,
  1.4827 +.pagination-large ul > li > span {
  1.4828 +  padding: 18px;
  1.4829 +  font-size: 18px;
  1.4830 +}
  1.4831 +
  1.4832 +.pagination-large ul > li:first-child > a,
  1.4833 +.pagination-large ul > li:first-child > span {
  1.4834 +  -webkit-border-bottom-left-radius: 0;
  1.4835 +          border-bottom-left-radius: 0;
  1.4836 +  -webkit-border-top-left-radius: 0;
  1.4837 +          border-top-left-radius: 0;
  1.4838 +  -moz-border-radius-bottomleft: 0;
  1.4839 +  -moz-border-radius-topleft: 0;
  1.4840 +}
  1.4841 +
  1.4842 +.pagination-large ul > li:last-child > a,
  1.4843 +.pagination-large ul > li:last-child > span {
  1.4844 +  -webkit-border-top-right-radius: 0;
  1.4845 +          border-top-right-radius: 0;
  1.4846 +  -webkit-border-bottom-right-radius: 0;
  1.4847 +          border-bottom-right-radius: 0;
  1.4848 +  -moz-border-radius-topright: 0;
  1.4849 +  -moz-border-radius-bottomright: 0;
  1.4850 +}
  1.4851 +
  1.4852 +.pagination-mini ul > li:first-child > a,
  1.4853 +.pagination-small ul > li:first-child > a,
  1.4854 +.pagination-mini ul > li:first-child > span,
  1.4855 +.pagination-small ul > li:first-child > span {
  1.4856 +  -webkit-border-bottom-left-radius: 0;
  1.4857 +          border-bottom-left-radius: 0;
  1.4858 +  -webkit-border-top-left-radius: 0;
  1.4859 +          border-top-left-radius: 0;
  1.4860 +  -moz-border-radius-bottomleft: 0;
  1.4861 +  -moz-border-radius-topleft: 0;
  1.4862 +}
  1.4863 +
  1.4864 +.pagination-mini ul > li:last-child > a,
  1.4865 +.pagination-small ul > li:last-child > a,
  1.4866 +.pagination-mini ul > li:last-child > span,
  1.4867 +.pagination-small ul > li:last-child > span {
  1.4868 +  -webkit-border-top-right-radius: 0;
  1.4869 +          border-top-right-radius: 0;
  1.4870 +  -webkit-border-bottom-right-radius: 0;
  1.4871 +          border-bottom-right-radius: 0;
  1.4872 +  -moz-border-radius-topright: 0;
  1.4873 +  -moz-border-radius-bottomright: 0;
  1.4874 +}
  1.4875 +
  1.4876 +.pagination-small ul > li > a,
  1.4877 +.pagination-small ul > li > span {
  1.4878 +  padding: 0;
  1.4879 +  font-size: 18px;
  1.4880 +}
  1.4881 +
  1.4882 +.pagination-mini ul > li > a,
  1.4883 +.pagination-mini ul > li > span {
  1.4884 +  padding: 0;
  1.4885 +  font-size: 18px;
  1.4886 +}
  1.4887 +
  1.4888 +.pager {
  1.4889 +  margin: 20px 0;
  1.4890 +  text-align: center;
  1.4891 +  list-style: none;
  1.4892 +  *zoom: 1;
  1.4893 +}
  1.4894 +
  1.4895 +.pager:before,
  1.4896 +.pager:after {
  1.4897 +  display: table;
  1.4898 +  line-height: 0;
  1.4899 +  content: "";
  1.4900 +}
  1.4901 +
  1.4902 +.pager:after {
  1.4903 +  clear: both;
  1.4904 +}
  1.4905 +
  1.4906 +.pager li {
  1.4907 +  display: inline;
  1.4908 +}
  1.4909 +
  1.4910 +.pager li > a,
  1.4911 +.pager li > span {
  1.4912 +  display: inline-block;
  1.4913 +  padding: 5px 14px;
  1.4914 +  background-color: #fff;
  1.4915 +  border: 1px solid #ddd;
  1.4916 +}
  1.4917 +
  1.4918 +.pager li > a:hover,
  1.4919 +.pager li > a:focus {
  1.4920 +  text-decoration: none;
  1.4921 +  background-color: #f5f5f5;
  1.4922 +}
  1.4923 +
  1.4924 +.pager .next > a,
  1.4925 +.pager .next > span {
  1.4926 +  float: right;
  1.4927 +}
  1.4928 +
  1.4929 +.pager .previous > a,
  1.4930 +.pager .previous > span {
  1.4931 +  float: left;
  1.4932 +}
  1.4933 +
  1.4934 +.pager .disabled > a,
  1.4935 +.pager .disabled > a:hover,
  1.4936 +.pager .disabled > a:focus,
  1.4937 +.pager .disabled > span {
  1.4938 +  color: #bbbbbb;
  1.4939 +  cursor: default;
  1.4940 +  background-color: #fff;
  1.4941 +}
  1.4942 +
  1.4943 +.modal-backdrop {
  1.4944 +  position: fixed;
  1.4945 +  top: 0;
  1.4946 +  right: 0;
  1.4947 +  bottom: 0;
  1.4948 +  left: 0;
  1.4949 +  z-index: 1040;
  1.4950 +  background-color: #000000;
  1.4951 +}
  1.4952 +
  1.4953 +.modal-backdrop.fade {
  1.4954 +  opacity: 0;
  1.4955 +}
  1.4956 +
  1.4957 +.modal-backdrop,
  1.4958 +.modal-backdrop.fade.in {
  1.4959 +  opacity: 0.8;
  1.4960 +  filter: alpha(opacity=80);
  1.4961 +}
  1.4962 +
  1.4963 +.modal {
  1.4964 +  position: fixed;
  1.4965 +  top: 10%;
  1.4966 +  left: 50%;
  1.4967 +  z-index: 1050;
  1.4968 +  width: 560px;
  1.4969 +  margin-left: -280px;
  1.4970 +  background-color: #ffffff;
  1.4971 +  border: 1px solid #999;
  1.4972 +  border: 1px solid rgba(0, 0, 0, 0.3);
  1.4973 +  *border: 1px solid #999;
  1.4974 +  -webkit-border-radius: 0;
  1.4975 +     -moz-border-radius: 0;
  1.4976 +          border-radius: 0;
  1.4977 +  outline: none;
  1.4978 +  -webkit-background-clip: padding-box;
  1.4979 +     -moz-background-clip: padding-box;
  1.4980 +          background-clip: padding-box;
  1.4981 +}
  1.4982 +
  1.4983 +.modal.fade {
  1.4984 +  top: -25%;
  1.4985 +}
  1.4986 +
  1.4987 +.modal.fade.in {
  1.4988 +  top: 10%;
  1.4989 +}
  1.4990 +
  1.4991 +.modal-header {
  1.4992 +  padding: 9px 15px;
  1.4993 +  border-bottom: 1px solid #eee;
  1.4994 +}
  1.4995 +
  1.4996 +.modal-header .close {
  1.4997 +  margin-top: 2px;
  1.4998 +}
  1.4999 +
  1.5000 +.modal-header h3 {
  1.5001 +  margin: 0;
  1.5002 +  line-height: 30px;
  1.5003 +}
  1.5004 +
  1.5005 +.modal-body {
  1.5006 +  position: relative;
  1.5007 +  max-height: 400px;
  1.5008 +  padding: 15px;
  1.5009 +  overflow-y: auto;
  1.5010 +}
  1.5011 +
  1.5012 +.modal-form {
  1.5013 +  margin-bottom: 0;
  1.5014 +}
  1.5015 +
  1.5016 +.modal-footer {
  1.5017 +  padding: 14px 15px 15px;
  1.5018 +  margin-bottom: 0;
  1.5019 +  text-align: right;
  1.5020 +  background-color: #f5f5f5;
  1.5021 +  border-top: 1px solid #ddd;
  1.5022 +  *zoom: 1;
  1.5023 +}
  1.5024 +
  1.5025 +.modal-footer:before,
  1.5026 +.modal-footer:after {
  1.5027 +  display: table;
  1.5028 +  line-height: 0;
  1.5029 +  content: "";
  1.5030 +}
  1.5031 +
  1.5032 +.modal-footer:after {
  1.5033 +  clear: both;
  1.5034 +}
  1.5035 +
  1.5036 +.modal-footer .btn + .btn {
  1.5037 +  margin-bottom: 0;
  1.5038 +  margin-left: 5px;
  1.5039 +}
  1.5040 +
  1.5041 +.modal-footer .btn-group .btn + .btn {
  1.5042 +  margin-left: -1px;
  1.5043 +}
  1.5044 +
  1.5045 +.modal-footer .btn-block + .btn-block {
  1.5046 +  margin-left: 0;
  1.5047 +}
  1.5048 +
  1.5049 +.tooltip {
  1.5050 +  position: absolute;
  1.5051 +  z-index: 1030;
  1.5052 +  display: block;
  1.5053 +  font-size: 18px;
  1.5054 +  line-height: 1;
  1.5055 +  opacity: 0;
  1.5056 +  filter: alpha(opacity=0);
  1.5057 +  visibility: visible;
  1.5058 +}
  1.5059 +
  1.5060 +.tooltip.in {
  1.5061 +  opacity: 0.8;
  1.5062 +  filter: alpha(opacity=80);
  1.5063 +}
  1.5064 +
  1.5065 +.tooltip.top {
  1.5066 +  padding: 9px 0 9px;
  1.5067 +  margin-top: -3px;
  1.5068 +}
  1.5069 +
  1.5070 +.tooltip.right {
  1.5071 +  padding: 0 4px 0 4px;
  1.5072 +  margin-left: 3px;
  1.5073 +}
  1.5074 +
  1.5075 +.tooltip.bottom {
  1.5076 +  padding: 9px 0 9px;
  1.5077 +  margin-top: 3px;
  1.5078 +}
  1.5079 +
  1.5080 +.tooltip.left {
  1.5081 +  padding: 0 4px 0 4px;
  1.5082 +  margin-left: -3px;
  1.5083 +}
  1.5084 +
  1.5085 +.tooltip-inner {
  1.5086 +  max-width: 310px;
  1.5087 +  padding: 9px 4px 9px 4px;
  1.5088 +  color: #ffffff;
  1.5089 +  text-align: center;
  1.5090 +  text-decoration: none;
  1.5091 +  background-color: #000000;
  1.5092 +  -webkit-border-radius: 0;
  1.5093 +     -moz-border-radius: 0;
  1.5094 +          border-radius: 0;
  1.5095 +}
  1.5096 +
  1.5097 +.tooltip-arrow {
  1.5098 +  position: absolute;
  1.5099 +  width: 0;
  1.5100 +  height: 0;
  1.5101 +  border-color: transparent;
  1.5102 +  border-style: solid;
  1.5103 +}
  1.5104 +
  1.5105 +.tooltip.top .tooltip-arrow {
  1.5106 +  bottom: 0;
  1.5107 +  left: 50%;
  1.5108 +  margin-left: -5px;
  1.5109 +  border-top-color: #000000;
  1.5110 +  border-width: 5px 5px 0;
  1.5111 +}
  1.5112 +
  1.5113 +.tooltip.right .tooltip-arrow {
  1.5114 +  top: 50%;
  1.5115 +  left: 0;
  1.5116 +  margin-top: -5px;
  1.5117 +  border-right-color: #000000;
  1.5118 +  border-width: 5px 5px 5px 0;
  1.5119 +}
  1.5120 +
  1.5121 +.tooltip.left .tooltip-arrow {
  1.5122 +  top: 50%;
  1.5123 +  right: 0;
  1.5124 +  margin-top: -5px;
  1.5125 +  border-left-color: #000000;
  1.5126 +  border-width: 5px 0 5px 5px;
  1.5127 +}
  1.5128 +
  1.5129 +.tooltip.bottom .tooltip-arrow {
  1.5130 +  top: 0;
  1.5131 +  left: 50%;
  1.5132 +  margin-left: -5px;
  1.5133 +  border-bottom-color: #000000;
  1.5134 +  border-width: 0 5px 5px;
  1.5135 +}
  1.5136 +
  1.5137 +.popover {
  1.5138 +  position: absolute;
  1.5139 +  top: 0;
  1.5140 +  left: 0;
  1.5141 +  z-index: 1010;
  1.5142 +  display: none;
  1.5143 +  max-width: 496px;
  1.5144 +  padding: 1px;
  1.5145 +  text-align: left;
  1.5146 +  white-space: normal;
  1.5147 +  background-color: #ffffff;
  1.5148 +  -webkit-background-clip: padding-box;
  1.5149 +     -moz-background-clip: padding;
  1.5150 +          background-clip: padding-box;
  1.5151 +}
  1.5152 +
  1.5153 +.popover.top {
  1.5154 +  margin-top: -10px;
  1.5155 +}
  1.5156 +
  1.5157 +.popover.right {
  1.5158 +  margin-left: 10px;
  1.5159 +}
  1.5160 +
  1.5161 +.popover.bottom {
  1.5162 +  margin-top: 10px;
  1.5163 +}
  1.5164 +
  1.5165 +.popover.left {
  1.5166 +  margin-left: -10px;
  1.5167 +}
  1.5168 +
  1.5169 +.popover-title {
  1.5170 +  padding: 8px 14px;
  1.5171 +  margin: 0;
  1.5172 +  font-size: 14px;
  1.5173 +  font-weight: normal;
  1.5174 +  line-height: 18px;
  1.5175 +  background-color: #ffffff;
  1.5176 +  border-bottom: 1px solid #f2f2f2;
  1.5177 +}
  1.5178 +
  1.5179 +.popover-title:empty {
  1.5180 +  display: none;
  1.5181 +}
  1.5182 +
  1.5183 +.popover-content {
  1.5184 +  padding: 9px 14px;
  1.5185 +}
  1.5186 +
  1.5187 +.popover .arrow,
  1.5188 +.popover .arrow:after {
  1.5189 +  position: absolute;
  1.5190 +  display: block;
  1.5191 +  width: 0;
  1.5192 +  height: 0;
  1.5193 +  border-color: transparent;
  1.5194 +  border-style: solid;
  1.5195 +}
  1.5196 +
  1.5197 +.popover .arrow {
  1.5198 +  border-width: 11px;
  1.5199 +}
  1.5200 +
  1.5201 +.popover .arrow:after {
  1.5202 +  border-width: 10px;
  1.5203 +  content: "";
  1.5204 +}
  1.5205 +
  1.5206 +.popover.top .arrow {
  1.5207 +  bottom: -11px;
  1.5208 +  left: 50%;
  1.5209 +  margin-left: -11px;
  1.5210 +  border-top-color: #999;
  1.5211 +  border-top-color: rgba(0, 0, 0, 0.25);
  1.5212 +  border-bottom-width: 0;
  1.5213 +}
  1.5214 +
  1.5215 +.popover.top .arrow:after {
  1.5216 +  bottom: 1px;
  1.5217 +  margin-left: -10px;
  1.5218 +  border-top-color: #ffffff;
  1.5219 +  border-bottom-width: 0;
  1.5220 +}
  1.5221 +
  1.5222 +.popover.right .arrow {
  1.5223 +  top: 50%;
  1.5224 +  left: -11px;
  1.5225 +  margin-top: -11px;
  1.5226 +  border-right-color: #999;
  1.5227 +  border-right-color: rgba(0, 0, 0, 0.25);
  1.5228 +  border-left-width: 0;
  1.5229 +}
  1.5230 +
  1.5231 +.popover.right .arrow:after {
  1.5232 +  bottom: -10px;
  1.5233 +  left: 1px;
  1.5234 +  border-right-color: #ffffff;
  1.5235 +  border-left-width: 0;
  1.5236 +}
  1.5237 +
  1.5238 +.popover.bottom .arrow {
  1.5239 +  top: -11px;
  1.5240 +  left: 50%;
  1.5241 +  margin-left: -11px;
  1.5242 +  border-bottom-color: #999;
  1.5243 +  border-bottom-color: rgba(0, 0, 0, 0.25);
  1.5244 +  border-top-width: 0;
  1.5245 +}
  1.5246 +
  1.5247 +.popover.bottom .arrow:after {
  1.5248 +  top: 1px;
  1.5249 +  margin-left: -10px;
  1.5250 +  border-bottom-color: #ffffff;
  1.5251 +  border-top-width: 0;
  1.5252 +}
  1.5253 +
  1.5254 +.popover.left .arrow {
  1.5255 +  top: 50%;
  1.5256 +  right: -11px;
  1.5257 +  margin-top: -11px;
  1.5258 +  border-left-color: #999;
  1.5259 +  border-left-color: rgba(0, 0, 0, 0.25);
  1.5260 +  border-right-width: 0;
  1.5261 +}
  1.5262 +
  1.5263 +.popover.left .arrow:after {
  1.5264 +  right: 1px;
  1.5265 +  bottom: -10px;
  1.5266 +  border-left-color: #ffffff;
  1.5267 +  border-right-width: 0;
  1.5268 +}
  1.5269 +
  1.5270 +.thumbnails {
  1.5271 +  margin-left: -16px;
  1.5272 +  list-style: none;
  1.5273 +  *zoom: 1;
  1.5274 +}
  1.5275 +
  1.5276 +.thumbnails:before,
  1.5277 +.thumbnails:after {
  1.5278 +  display: table;
  1.5279 +  line-height: 0;
  1.5280 +  content: "";
  1.5281 +}
  1.5282 +
  1.5283 +.thumbnails:after {
  1.5284 +  clear: both;
  1.5285 +}
  1.5286 +
  1.5287 +.row-fluid .thumbnails {
  1.5288 +  margin-left: 0;
  1.5289 +}
  1.5290 +
  1.5291 +.thumbnails > li {
  1.5292 +  float: left;
  1.5293 +  margin-bottom: 20px;
  1.5294 +  margin-left: 16px;
  1.5295 +}
  1.5296 +
  1.5297 +.thumbnail {
  1.5298 +  display: block;
  1.5299 +  padding: 3px 6px;
  1.5300 +  margin: 4px 3px;
  1.5301 +  line-height: 20px;
  1.5302 +  border: 1px solid #ddd;
  1.5303 +  -webkit-border-radius: 0;
  1.5304 +     -moz-border-radius: 0;
  1.5305 +          border-radius: 0;
  1.5306 +  -webkit-box-shadow: 0;
  1.5307 +     -moz-box-shadow: 0;
  1.5308 +          box-shadow: 0;
  1.5309 +}
  1.5310 +
  1.5311 +a.thumbnail:hover,
  1.5312 +a.thumbnail:focus {
  1.5313 +  border-color: #fefe54;
  1.5314 +  -webkit-box-shadow: 0;
  1.5315 +     -moz-box-shadow: 0;
  1.5316 +          box-shadow: 0;
  1.5317 +}
  1.5318 +
  1.5319 +.thumbnail > img {
  1.5320 +  display: block;
  1.5321 +  max-width: 100%;
  1.5322 +  margin-right: auto;
  1.5323 +  margin-left: auto;
  1.5324 +}
  1.5325 +
  1.5326 +.thumbnail .caption {
  1.5327 +  padding: 9px;
  1.5328 +  color: #bbbbbb;
  1.5329 +}
  1.5330 +
  1.5331 +.media,
  1.5332 +.media-body {
  1.5333 +  overflow: hidden;
  1.5334 +  *overflow: visible;
  1.5335 +  zoom: 1;
  1.5336 +}
  1.5337 +
  1.5338 +.media,
  1.5339 +.media .media {
  1.5340 +  margin-top: 15px;
  1.5341 +}
  1.5342 +
  1.5343 +.media:first-child {
  1.5344 +  margin-top: 0;
  1.5345 +}
  1.5346 +
  1.5347 +.media-object {
  1.5348 +  display: block;
  1.5349 +}
  1.5350 +
  1.5351 +.media-heading {
  1.5352 +  margin: 0 0 5px;
  1.5353 +}
  1.5354 +
  1.5355 +.media > .pull-left {
  1.5356 +  margin-right: 10px;
  1.5357 +}
  1.5358 +
  1.5359 +.media > .pull-right {
  1.5360 +  margin-left: 10px;
  1.5361 +}
  1.5362 +
  1.5363 +.media-list {
  1.5364 +  margin-left: 0;
  1.5365 +  list-style: none;
  1.5366 +}
  1.5367 +
  1.5368 +.label,
  1.5369 +.badge {
  1.5370 +  display: inline-block;
  1.5371 +  padding: 0 12.4px;
  1.5372 +  font-size: 18px;
  1.5373 +  line-height: 20px;
  1.5374 +  color: #ffffff;
  1.5375 +  white-space: nowrap;
  1.5376 +  vertical-align: baseline;
  1.5377 +  background-color: #bbbbbb;
  1.5378 +}
  1.5379 +
  1.5380 +.badge {
  1.5381 +  padding-right: 12.4px;
  1.5382 +  padding-left: 12.4px;
  1.5383 +}
  1.5384 +
  1.5385 +.label:empty,
  1.5386 +.badge:empty {
  1.5387 +  display: none;
  1.5388 +}
  1.5389 +
  1.5390 +a.label:hover,
  1.5391 +a.label:focus,
  1.5392 +a.badge:hover,
  1.5393 +a.badge:focus {
  1.5394 +  color: #ffffff;
  1.5395 +  text-decoration: none;
  1.5396 +  cursor: pointer;
  1.5397 +}
  1.5398 +
  1.5399 +.label-important,
  1.5400 +.badge-important {
  1.5401 +  background-color: #ffffff;
  1.5402 +}
  1.5403 +
  1.5404 +.label-important[href],
  1.5405 +.badge-important[href] {
  1.5406 +  background-color: #ffffff;
  1.5407 +}
  1.5408 +
  1.5409 +.label-warning,
  1.5410 +.badge-warning {
  1.5411 +  background-color: #a85400;
  1.5412 +}
  1.5413 +
  1.5414 +.label-warning[href],
  1.5415 +.badge-warning[href] {
  1.5416 +  background-color: #a85400;
  1.5417 +}
  1.5418 +
  1.5419 +.label-success,
  1.5420 +.badge-success {
  1.5421 +  background-color: #55ff55;
  1.5422 +}
  1.5423 +
  1.5424 +.label-success[href],
  1.5425 +.badge-success[href] {
  1.5426 +  background-color: #55ff55;
  1.5427 +}
  1.5428 +
  1.5429 +.label-info,
  1.5430 +.badge-info {
  1.5431 +  background-color: #000000;
  1.5432 +}
  1.5433 +
  1.5434 +.label-info[href],
  1.5435 +.badge-info[href] {
  1.5436 +  background-color: #000000;
  1.5437 +}
  1.5438 +
  1.5439 +.label-inverse,
  1.5440 +.badge-inverse {
  1.5441 +  background-color: #555555;
  1.5442 +}
  1.5443 +
  1.5444 +.label-inverse[href],
  1.5445 +.badge-inverse[href] {
  1.5446 +  background-color: #555555;
  1.5447 +}
  1.5448 +
  1.5449 +.btn .label,
  1.5450 +.btn .badge {
  1.5451 +  position: relative;
  1.5452 +  top: -1px;
  1.5453 +}
  1.5454 +
  1.5455 +.btn-mini .label,
  1.5456 +.btn-mini .badge {
  1.5457 +  top: 0;
  1.5458 +}
  1.5459 +
  1.5460 +@-webkit-keyframes progress-bar-stripes {
  1.5461 +  from {
  1.5462 +    background-position: 40px 0;
  1.5463 +  }
  1.5464 +  to {
  1.5465 +    background-position: 0 0;
  1.5466 +  }
  1.5467 +}
  1.5468 +
  1.5469 +@-moz-keyframes progress-bar-stripes {
  1.5470 +  from {
  1.5471 +    background-position: 40px 0;
  1.5472 +  }
  1.5473 +  to {
  1.5474 +    background-position: 0 0;
  1.5475 +  }
  1.5476 +}
  1.5477 +
  1.5478 +@-ms-keyframes progress-bar-stripes {
  1.5479 +  from {
  1.5480 +    background-position: 40px 0;
  1.5481 +  }
  1.5482 +  to {
  1.5483 +    background-position: 0 0;
  1.5484 +  }
  1.5485 +}
  1.5486 +
  1.5487 +@-o-keyframes progress-bar-stripes {
  1.5488 +  from {
  1.5489 +    background-position: 0 0;
  1.5490 +  }
  1.5491 +  to {
  1.5492 +    background-position: 40px 0;
  1.5493 +  }
  1.5494 +}
  1.5495 +
  1.5496 +@keyframes progress-bar-stripes {
  1.5497 +  from {
  1.5498 +    background-position: 40px 0;
  1.5499 +  }
  1.5500 +  to {
  1.5501 +    background-position: 0 0;
  1.5502 +  }
  1.5503 +}
  1.5504 +
  1.5505 +.progress {
  1.5506 +  height: 20px;
  1.5507 +  margin-bottom: 20px;
  1.5508 +  overflow: hidden;
  1.5509 +  background-color: #f7f7f7;
  1.5510 +  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  1.5511 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  1.5512 +  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  1.5513 +  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  1.5514 +  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  1.5515 +  background-repeat: repeat-x;
  1.5516 +  -webkit-border-radius: 0;
  1.5517 +     -moz-border-radius: 0;
  1.5518 +          border-radius: 0;
  1.5519 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  1.5520 +}
  1.5521 +
  1.5522 +.progress .bar {
  1.5523 +  float: left;
  1.5524 +  width: 0;
  1.5525 +  height: 100%;
  1.5526 +  font-size: 12px;
  1.5527 +  color: #ffffff;
  1.5528 +  text-align: center;
  1.5529 +  text-shadow: 0;
  1.5530 +  background-color: #0e90d2;
  1.5531 +  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  1.5532 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  1.5533 +  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  1.5534 +  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  1.5535 +  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  1.5536 +  background-repeat: repeat-x;
  1.5537 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  1.5538 +  -webkit-box-sizing: border-box;
  1.5539 +     -moz-box-sizing: border-box;
  1.5540 +          box-sizing: border-box;
  1.5541 +  -webkit-transition: width 0.6s ease;
  1.5542 +     -moz-transition: width 0.6s ease;
  1.5543 +       -o-transition: width 0.6s ease;
  1.5544 +          transition: width 0.6s ease;
  1.5545 +}
  1.5546 +
  1.5547 +.progress-striped .bar {
  1.5548 +  background-color: #149bdf;
  1.5549 +  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  1.5550 +  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.5551 +  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5552 +  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5553 +  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.5554 +  -webkit-background-size: 40px 40px;
  1.5555 +     -moz-background-size: 40px 40px;
  1.5556 +       -o-background-size: 40px 40px;
  1.5557 +          background-size: 40px 40px;
  1.5558 +}
  1.5559 +
  1.5560 +.progress.active .bar {
  1.5561 +  -webkit-animation: progress-bar-stripes 2s linear infinite;
  1.5562 +     -moz-animation: progress-bar-stripes 2s linear infinite;
  1.5563 +      -ms-animation: progress-bar-stripes 2s linear infinite;
  1.5564 +       -o-animation: progress-bar-stripes 2s linear infinite;
  1.5565 +          animation: progress-bar-stripes 2s linear infinite;
  1.5566 +}
  1.5567 +
  1.5568 +.progress-danger .bar,
  1.5569 +.progress .bar-danger {
  1.5570 +  background-color: #dd514c;
  1.5571 +  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  1.5572 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  1.5573 +  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  1.5574 +  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  1.5575 +  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  1.5576 +  background-repeat: repeat-x;
  1.5577 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  1.5578 +}
  1.5579 +
  1.5580 +.progress-danger.progress-striped .bar,
  1.5581 +.progress-striped .bar-danger {
  1.5582 +  background-color: #ee5f5b;
  1.5583 +  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  1.5584 +  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.5585 +  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5586 +  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5587 +  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.5588 +}
  1.5589 +
  1.5590 +.progress-success .bar,
  1.5591 +.progress .bar-success {
  1.5592 +  background-color: #5eb95e;
  1.5593 +  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  1.5594 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  1.5595 +  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  1.5596 +  background-image: -o-linear-gradient(top, #62c462, #57a957);
  1.5597 +  background-image: linear-gradient(to bottom, #62c462, #57a957);
  1.5598 +  background-repeat: repeat-x;
  1.5599 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  1.5600 +}
  1.5601 +
  1.5602 +.progress-success.progress-striped .bar,
  1.5603 +.progress-striped .bar-success {
  1.5604 +  background-color: #62c462;
  1.5605 +  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  1.5606 +  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.5607 +  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5608 +  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5609 +  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.5610 +}
  1.5611 +
  1.5612 +.progress-info .bar,
  1.5613 +.progress .bar-info {
  1.5614 +  background-color: #4bb1cf;
  1.5615 +  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  1.5616 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  1.5617 +  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  1.5618 +  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  1.5619 +  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  1.5620 +  background-repeat: repeat-x;
  1.5621 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  1.5622 +}
  1.5623 +
  1.5624 +.progress-info.progress-striped .bar,
  1.5625 +.progress-striped .bar-info {
  1.5626 +  background-color: #5bc0de;
  1.5627 +  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  1.5628 +  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.5629 +  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5630 +  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5631 +  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.5632 +}
  1.5633 +
  1.5634 +.progress-warning .bar,
  1.5635 +.progress .bar-warning {
  1.5636 +  background-color: #d66b00;
  1.5637 +  background-image: -moz-linear-gradient(top, #f47a00, #a85400);
  1.5638 +  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f47a00), to(#a85400));
  1.5639 +  background-image: -webkit-linear-gradient(top, #f47a00, #a85400);
  1.5640 +  background-image: -o-linear-gradient(top, #f47a00, #a85400);
  1.5641 +  background-image: linear-gradient(to bottom, #f47a00, #a85400);
  1.5642 +  background-repeat: repeat-x;
  1.5643 +  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47a00', endColorstr='#ffa85400', GradientType=0);
  1.5644 +}
  1.5645 +
  1.5646 +.progress-warning.progress-striped .bar,
  1.5647 +.progress-striped .bar-warning {
  1.5648 +  background-color: #f47a00;
  1.5649 +  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  1.5650 +  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.5651 +  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5652 +  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1.5653 +  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.5654 +}
  1.5655 +
  1.5656 +.accordion {
  1.5657 +  margin-bottom: 20px;
  1.5658 +}
  1.5659 +
  1.5660 +.accordion-group {
  1.5661 +  margin-bottom: 2px;
  1.5662 +  border: 1px solid #e5e5e5;
  1.5663 +  -webkit-border-radius: 0;
  1.5664 +     -moz-border-radius: 0;
  1.5665 +          border-radius: 0;
  1.5666 +}
  1.5667 +
  1.5668 +.accordion-heading {
  1.5669 +  border-bottom: 0;
  1.5670 +}
  1.5671 +
  1.5672 +.accordion-heading .accordion-toggle {
  1.5673 +  display: block;
  1.5674 +  padding: 8px 15px;
  1.5675 +}
  1.5676 +
  1.5677 +.accordion-toggle {
  1.5678 +  cursor: pointer;
  1.5679 +}
  1.5680 +
  1.5681 +.accordion-inner {
  1.5682 +  padding: 9px 15px;
  1.5683 +  border-top: 1px solid #e5e5e5;
  1.5684 +}
  1.5685 +
  1.5686 +.carousel {
  1.5687 +  position: relative;
  1.5688 +  margin-bottom: 20px;
  1.5689 +  line-height: 1;
  1.5690 +}
  1.5691 +
  1.5692 +.carousel-inner {
  1.5693 +  position: relative;
  1.5694 +  width: 100%;
  1.5695 +  overflow: hidden;
  1.5696 +}
  1.5697 +
  1.5698 +.carousel-inner > .item {
  1.5699 +  position: relative;
  1.5700 +  display: none;
  1.5701 +}
  1.5702 +
  1.5703 +.carousel-inner > .item > img,
  1.5704 +.carousel-inner > .item > a > img {
  1.5705 +  display: block;
  1.5706 +  line-height: 1;
  1.5707 +}
  1.5708 +
  1.5709 +.carousel-inner > .active,
  1.5710 +.carousel-inner > .next,
  1.5711 +.carousel-inner > .prev {
  1.5712 +  display: block;
  1.5713 +}
  1.5714 +
  1.5715 +.carousel-inner > .active {
  1.5716 +  left: 0;
  1.5717 +}
  1.5718 +
  1.5719 +.carousel-inner > .next,
  1.5720 +.carousel-inner > .prev {
  1.5721 +  position: absolute;
  1.5722 +  top: 0;
  1.5723 +  width: 100%;
  1.5724 +}
  1.5725 +
  1.5726 +.carousel-inner > .next {
  1.5727 +  left: 100%;
  1.5728 +}
  1.5729 +
  1.5730 +.carousel-inner > .prev {
  1.5731 +  left: -100%;
  1.5732 +}
  1.5733 +
  1.5734 +.carousel-inner > .next.left,
  1.5735 +.carousel-inner > .prev.right {
  1.5736 +  left: 0;
  1.5737 +}
  1.5738 +
  1.5739 +.carousel-inner > .active.left {
  1.5740 +  left: -100%;
  1.5741 +}
  1.5742 +
  1.5743 +.carousel-inner > .active.right {
  1.5744 +  left: 100%;
  1.5745 +}
  1.5746 +
  1.5747 +.carousel-control {
  1.5748 +  position: absolute;
  1.5749 +  top: 40%;
  1.5750 +  left: 15px;
  1.5751 +  width: 40px;
  1.5752 +  height: 40px;
  1.5753 +  margin-top: -20px;
  1.5754 +  font-size: 60px;
  1.5755 +  font-weight: 100;
  1.5756 +  line-height: 30px;
  1.5757 +  color: #ffffff;
  1.5758 +  text-align: center;
  1.5759 +  background: #555555;
  1.5760 +  border: 3px solid #ffffff;
  1.5761 +  opacity: 0.5;
  1.5762 +  filter: alpha(opacity=50);
  1.5763 +}
  1.5764 +
  1.5765 +.carousel-control.right {
  1.5766 +  right: 15px;
  1.5767 +  left: auto;
  1.5768 +}
  1.5769 +
  1.5770 +.carousel-control:hover,
  1.5771 +.carousel-control:focus {
  1.5772 +  color: #ffffff;
  1.5773 +  text-decoration: none;
  1.5774 +  opacity: 0.9;
  1.5775 +  filter: alpha(opacity=90);
  1.5776 +}
  1.5777 +
  1.5778 +.carousel-indicators {
  1.5779 +  position: absolute;
  1.5780 +  top: 15px;
  1.5781 +  right: 15px;
  1.5782 +  z-index: 5;
  1.5783 +  margin: 0;
  1.5784 +  list-style: none;
  1.5785 +}
  1.5786 +
  1.5787 +.carousel-indicators li {
  1.5788 +  display: block;
  1.5789 +  float: left;
  1.5790 +  width: 10px;
  1.5791 +  height: 10px;
  1.5792 +  margin-left: 5px;
  1.5793 +  text-indent: -999px;
  1.5794 +  background-color: #ccc;
  1.5795 +  background-color: rgba(255, 255, 255, 0.25);
  1.5796 +}
  1.5797 +
  1.5798 +.carousel-indicators .active {
  1.5799 +  background-color: #fff;
  1.5800 +}
  1.5801 +
  1.5802 +.carousel-caption {
  1.5803 +  position: absolute;
  1.5804 +  right: 0;
  1.5805 +  bottom: 0;
  1.5806 +  left: 0;
  1.5807 +  padding: 15px;
  1.5808 +  background: #555555;
  1.5809 +  background: rgba(0, 0, 0, 0.75);
  1.5810 +}
  1.5811 +
  1.5812 +.carousel-caption h4,
  1.5813 +.carousel-caption p {
  1.5814 +  line-height: 20px;
  1.5815 +  color: #ffffff;
  1.5816 +}
  1.5817 +
  1.5818 +.carousel-caption h4 {
  1.5819 +  margin: 0 0 5px;
  1.5820 +}
  1.5821 +
  1.5822 +.carousel-caption p {
  1.5823 +  margin-bottom: 0;
  1.5824 +}
  1.5825 +
  1.5826 +.hero-unit {
  1.5827 +  padding: 16px 20.8px;
  1.5828 +  margin-bottom: 20px;
  1.5829 +  font-size: 18px;
  1.5830 +  line-height: 20px;
  1.5831 +  color: #ffffff;
  1.5832 +  background-color: #00aaaa;
  1.5833 +  border: 4px double #ffffff;
  1.5834 +  -webkit-border-radius: 0;
  1.5835 +     -moz-border-radius: 0;
  1.5836 +          border-radius: 0;
  1.5837 +  box-shadow: 0 0 0 4px #00aaaa;
  1.5838 +}
  1.5839 +
  1.5840 +.hero-unit h1 {
  1.5841 +  margin-bottom: 20px;
  1.5842 +  font-size: 18px;
  1.5843 +  line-height: 1;
  1.5844 +  color: #ffffff;
  1.5845 +  text-align: center;
  1.5846 +  text-decoration: blink;
  1.5847 +}
  1.5848 +
  1.5849 +.hero-unit li {
  1.5850 +  line-height: 20px;
  1.5851 +}
  1.5852 +
  1.5853 +.pull-right {
  1.5854 +  float: right;
  1.5855 +}
  1.5856 +
  1.5857 +.pull-left {
  1.5858 +  float: left;
  1.5859 +}
  1.5860 +
  1.5861 +.hide {
  1.5862 +  display: none;
  1.5863 +}
  1.5864 +
  1.5865 +.show {
  1.5866 +  display: block;
  1.5867 +}
  1.5868 +
  1.5869 +.invisible {
  1.5870 +  visibility: hidden;
  1.5871 +}
  1.5872 +
  1.5873 +.affix {
  1.5874 +  position: fixed;
  1.5875 +}