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