minesweeper/src/main/webapp/pages/bootstrap-responsive.css
changeset 243 64b15a1fb456
parent 237 83302b8a5cdf
child 244 cea2063fd0f9
     1.1 --- a/minesweeper/src/main/webapp/pages/bootstrap-responsive.css	Sun Jun 28 07:14:21 2015 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,1122 +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 -@-ms-viewport {
    1.60 -  width: device-width;
    1.61 -}
    1.62 -
    1.63 -.hidden {
    1.64 -  display: none;
    1.65 -  visibility: hidden;
    1.66 -}
    1.67 -
    1.68 -.visible-phone {
    1.69 -  display: none !important;
    1.70 -}
    1.71 -
    1.72 -.visible-tablet {
    1.73 -  display: none !important;
    1.74 -}
    1.75 -
    1.76 -.hidden-desktop {
    1.77 -  display: none !important;
    1.78 -}
    1.79 -
    1.80 -.visible-desktop {
    1.81 -  display: inherit !important;
    1.82 -}
    1.83 -
    1.84 -@media (min-width: 768px) and (max-width: 979px) {
    1.85 -  .hidden-desktop {
    1.86 -    display: inherit !important;
    1.87 -  }
    1.88 -  .visible-desktop {
    1.89 -    display: none !important ;
    1.90 -  }
    1.91 -  .visible-tablet {
    1.92 -    display: inherit !important;
    1.93 -  }
    1.94 -  .hidden-tablet {
    1.95 -    display: none !important;
    1.96 -  }
    1.97 -}
    1.98 -
    1.99 -@media (max-width: 767px) {
   1.100 -  .hidden-desktop {
   1.101 -    display: inherit !important;
   1.102 -  }
   1.103 -  .visible-desktop {
   1.104 -    display: none !important;
   1.105 -  }
   1.106 -  .visible-phone {
   1.107 -    display: inherit !important;
   1.108 -  }
   1.109 -  .hidden-phone {
   1.110 -    display: none !important;
   1.111 -  }
   1.112 -}
   1.113 -
   1.114 -.visible-print {
   1.115 -  display: none !important;
   1.116 -}
   1.117 -
   1.118 -@media print {
   1.119 -  .visible-print {
   1.120 -    display: inherit !important;
   1.121 -  }
   1.122 -  .hidden-print {
   1.123 -    display: none !important;
   1.124 -  }
   1.125 -}
   1.126 -
   1.127 -@media (min-width: 1200px) {
   1.128 -  .row {
   1.129 -    margin-left: -30px;
   1.130 -    *zoom: 1;
   1.131 -  }
   1.132 -  .row:before,
   1.133 -  .row:after {
   1.134 -    display: table;
   1.135 -    line-height: 0;
   1.136 -    content: "";
   1.137 -  }
   1.138 -  .row:after {
   1.139 -    clear: both;
   1.140 -  }
   1.141 -  [class*="span"] {
   1.142 -    float: left;
   1.143 -    min-height: 1px;
   1.144 -    margin-left: 30px;
   1.145 -  }
   1.146 -  .container,
   1.147 -  .navbar-static-top .container,
   1.148 -  .navbar-fixed-top .container,
   1.149 -  .navbar-fixed-bottom .container {
   1.150 -    width: 1170px;
   1.151 -  }
   1.152 -  .span12 {
   1.153 -    width: 1170px;
   1.154 -  }
   1.155 -  .span11 {
   1.156 -    width: 1070px;
   1.157 -  }
   1.158 -  .span10 {
   1.159 -    width: 970px;
   1.160 -  }
   1.161 -  .span9 {
   1.162 -    width: 870px;
   1.163 -  }
   1.164 -  .span8 {
   1.165 -    width: 770px;
   1.166 -  }
   1.167 -  .span7 {
   1.168 -    width: 670px;
   1.169 -  }
   1.170 -  .span6 {
   1.171 -    width: 570px;
   1.172 -  }
   1.173 -  .span5 {
   1.174 -    width: 470px;
   1.175 -  }
   1.176 -  .span4 {
   1.177 -    width: 370px;
   1.178 -  }
   1.179 -  .span3 {
   1.180 -    width: 270px;
   1.181 -  }
   1.182 -  .span2 {
   1.183 -    width: 170px;
   1.184 -  }
   1.185 -  .span1 {
   1.186 -    width: 70px;
   1.187 -  }
   1.188 -  .offset12 {
   1.189 -    margin-left: 1230px;
   1.190 -  }
   1.191 -  .offset11 {
   1.192 -    margin-left: 1130px;
   1.193 -  }
   1.194 -  .offset10 {
   1.195 -    margin-left: 1030px;
   1.196 -  }
   1.197 -  .offset9 {
   1.198 -    margin-left: 930px;
   1.199 -  }
   1.200 -  .offset8 {
   1.201 -    margin-left: 830px;
   1.202 -  }
   1.203 -  .offset7 {
   1.204 -    margin-left: 730px;
   1.205 -  }
   1.206 -  .offset6 {
   1.207 -    margin-left: 630px;
   1.208 -  }
   1.209 -  .offset5 {
   1.210 -    margin-left: 530px;
   1.211 -  }
   1.212 -  .offset4 {
   1.213 -    margin-left: 430px;
   1.214 -  }
   1.215 -  .offset3 {
   1.216 -    margin-left: 330px;
   1.217 -  }
   1.218 -  .offset2 {
   1.219 -    margin-left: 230px;
   1.220 -  }
   1.221 -  .offset1 {
   1.222 -    margin-left: 130px;
   1.223 -  }
   1.224 -  .row-fluid {
   1.225 -    width: 100%;
   1.226 -    *zoom: 1;
   1.227 -  }
   1.228 -  .row-fluid:before,
   1.229 -  .row-fluid:after {
   1.230 -    display: table;
   1.231 -    line-height: 0;
   1.232 -    content: "";
   1.233 -  }
   1.234 -  .row-fluid:after {
   1.235 -    clear: both;
   1.236 -  }
   1.237 -  .row-fluid [class*="span"] {
   1.238 -    display: block;
   1.239 -    float: left;
   1.240 -    width: 100%;
   1.241 -    min-height: 30px;
   1.242 -    margin-left: 2.564102564102564%;
   1.243 -    *margin-left: 2.5109110747408616%;
   1.244 -    -webkit-box-sizing: border-box;
   1.245 -       -moz-box-sizing: border-box;
   1.246 -            box-sizing: border-box;
   1.247 -  }
   1.248 -  .row-fluid [class*="span"]:first-child {
   1.249 -    margin-left: 0;
   1.250 -  }
   1.251 -  .row-fluid .controls-row [class*="span"] + [class*="span"] {
   1.252 -    margin-left: 2.564102564102564%;
   1.253 -  }
   1.254 -  .row-fluid .span12 {
   1.255 -    width: 100%;
   1.256 -    *width: 99.94680851063829%;
   1.257 -  }
   1.258 -  .row-fluid .span11 {
   1.259 -    width: 91.45299145299145%;
   1.260 -    *width: 91.39979996362975%;
   1.261 -  }
   1.262 -  .row-fluid .span10 {
   1.263 -    width: 82.90598290598291%;
   1.264 -    *width: 82.8527914166212%;
   1.265 -  }
   1.266 -  .row-fluid .span9 {
   1.267 -    width: 74.35897435897436%;
   1.268 -    *width: 74.30578286961266%;
   1.269 -  }
   1.270 -  .row-fluid .span8 {
   1.271 -    width: 65.81196581196582%;
   1.272 -    *width: 65.75877432260411%;
   1.273 -  }
   1.274 -  .row-fluid .span7 {
   1.275 -    width: 57.26495726495726%;
   1.276 -    *width: 57.21176577559556%;
   1.277 -  }
   1.278 -  .row-fluid .span6 {
   1.279 -    width: 48.717948717948715%;
   1.280 -    *width: 48.664757228587014%;
   1.281 -  }
   1.282 -  .row-fluid .span5 {
   1.283 -    width: 40.17094017094017%;
   1.284 -    *width: 40.11774868157847%;
   1.285 -  }
   1.286 -  .row-fluid .span4 {
   1.287 -    width: 31.623931623931625%;
   1.288 -    *width: 31.570740134569924%;
   1.289 -  }
   1.290 -  .row-fluid .span3 {
   1.291 -    width: 23.076923076923077%;
   1.292 -    *width: 23.023731587561375%;
   1.293 -  }
   1.294 -  .row-fluid .span2 {
   1.295 -    width: 14.52991452991453%;
   1.296 -    *width: 14.476723040552828%;
   1.297 -  }
   1.298 -  .row-fluid .span1 {
   1.299 -    width: 5.982905982905983%;
   1.300 -    *width: 5.929714493544281%;
   1.301 -  }
   1.302 -  .row-fluid .offset12 {
   1.303 -    margin-left: 105.12820512820512%;
   1.304 -    *margin-left: 105.02182214948171%;
   1.305 -  }
   1.306 -  .row-fluid .offset12:first-child {
   1.307 -    margin-left: 102.56410256410257%;
   1.308 -    *margin-left: 102.45771958537915%;
   1.309 -  }
   1.310 -  .row-fluid .offset11 {
   1.311 -    margin-left: 96.58119658119658%;
   1.312 -    *margin-left: 96.47481360247316%;
   1.313 -  }
   1.314 -  .row-fluid .offset11:first-child {
   1.315 -    margin-left: 94.01709401709402%;
   1.316 -    *margin-left: 93.91071103837061%;
   1.317 -  }
   1.318 -  .row-fluid .offset10 {
   1.319 -    margin-left: 88.03418803418803%;
   1.320 -    *margin-left: 87.92780505546462%;
   1.321 -  }
   1.322 -  .row-fluid .offset10:first-child {
   1.323 -    margin-left: 85.47008547008548%;
   1.324 -    *margin-left: 85.36370249136206%;
   1.325 -  }
   1.326 -  .row-fluid .offset9 {
   1.327 -    margin-left: 79.48717948717949%;
   1.328 -    *margin-left: 79.38079650845607%;
   1.329 -  }
   1.330 -  .row-fluid .offset9:first-child {
   1.331 -    margin-left: 76.92307692307693%;
   1.332 -    *margin-left: 76.81669394435352%;
   1.333 -  }
   1.334 -  .row-fluid .offset8 {
   1.335 -    margin-left: 70.94017094017094%;
   1.336 -    *margin-left: 70.83378796144753%;
   1.337 -  }
   1.338 -  .row-fluid .offset8:first-child {
   1.339 -    margin-left: 68.37606837606839%;
   1.340 -    *margin-left: 68.26968539734497%;
   1.341 -  }
   1.342 -  .row-fluid .offset7 {
   1.343 -    margin-left: 62.393162393162385%;
   1.344 -    *margin-left: 62.28677941443899%;
   1.345 -  }
   1.346 -  .row-fluid .offset7:first-child {
   1.347 -    margin-left: 59.82905982905982%;
   1.348 -    *margin-left: 59.72267685033642%;
   1.349 -  }
   1.350 -  .row-fluid .offset6 {
   1.351 -    margin-left: 53.84615384615384%;
   1.352 -    *margin-left: 53.739770867430444%;
   1.353 -  }
   1.354 -  .row-fluid .offset6:first-child {
   1.355 -    margin-left: 51.28205128205128%;
   1.356 -    *margin-left: 51.175668303327875%;
   1.357 -  }
   1.358 -  .row-fluid .offset5 {
   1.359 -    margin-left: 45.299145299145295%;
   1.360 -    *margin-left: 45.1927623204219%;
   1.361 -  }
   1.362 -  .row-fluid .offset5:first-child {
   1.363 -    margin-left: 42.73504273504273%;
   1.364 -    *margin-left: 42.62865975631933%;
   1.365 -  }
   1.366 -  .row-fluid .offset4 {
   1.367 -    margin-left: 36.75213675213675%;
   1.368 -    *margin-left: 36.645753773413354%;
   1.369 -  }
   1.370 -  .row-fluid .offset4:first-child {
   1.371 -    margin-left: 34.18803418803419%;
   1.372 -    *margin-left: 34.081651209310785%;
   1.373 -  }
   1.374 -  .row-fluid .offset3 {
   1.375 -    margin-left: 28.205128205128204%;
   1.376 -    *margin-left: 28.0987452264048%;
   1.377 -  }
   1.378 -  .row-fluid .offset3:first-child {
   1.379 -    margin-left: 25.641025641025642%;
   1.380 -    *margin-left: 25.53464266230224%;
   1.381 -  }
   1.382 -  .row-fluid .offset2 {
   1.383 -    margin-left: 19.65811965811966%;
   1.384 -    *margin-left: 19.551736679396257%;
   1.385 -  }
   1.386 -  .row-fluid .offset2:first-child {
   1.387 -    margin-left: 17.094017094017094%;
   1.388 -    *margin-left: 16.98763411529369%;
   1.389 -  }
   1.390 -  .row-fluid .offset1 {
   1.391 -    margin-left: 11.11111111111111%;
   1.392 -    *margin-left: 11.004728132387708%;
   1.393 -  }
   1.394 -  .row-fluid .offset1:first-child {
   1.395 -    margin-left: 8.547008547008547%;
   1.396 -    *margin-left: 8.440625568285142%;
   1.397 -  }
   1.398 -  input,
   1.399 -  textarea,
   1.400 -  .uneditable-input {
   1.401 -    margin-left: 0;
   1.402 -  }
   1.403 -  .controls-row [class*="span"] + [class*="span"] {
   1.404 -    margin-left: 30px;
   1.405 -  }
   1.406 -  input.span12,
   1.407 -  textarea.span12,
   1.408 -  .uneditable-input.span12 {
   1.409 -    width: 1156px;
   1.410 -  }
   1.411 -  input.span11,
   1.412 -  textarea.span11,
   1.413 -  .uneditable-input.span11 {
   1.414 -    width: 1056px;
   1.415 -  }
   1.416 -  input.span10,
   1.417 -  textarea.span10,
   1.418 -  .uneditable-input.span10 {
   1.419 -    width: 956px;
   1.420 -  }
   1.421 -  input.span9,
   1.422 -  textarea.span9,
   1.423 -  .uneditable-input.span9 {
   1.424 -    width: 856px;
   1.425 -  }
   1.426 -  input.span8,
   1.427 -  textarea.span8,
   1.428 -  .uneditable-input.span8 {
   1.429 -    width: 756px;
   1.430 -  }
   1.431 -  input.span7,
   1.432 -  textarea.span7,
   1.433 -  .uneditable-input.span7 {
   1.434 -    width: 656px;
   1.435 -  }
   1.436 -  input.span6,
   1.437 -  textarea.span6,
   1.438 -  .uneditable-input.span6 {
   1.439 -    width: 556px;
   1.440 -  }
   1.441 -  input.span5,
   1.442 -  textarea.span5,
   1.443 -  .uneditable-input.span5 {
   1.444 -    width: 456px;
   1.445 -  }
   1.446 -  input.span4,
   1.447 -  textarea.span4,
   1.448 -  .uneditable-input.span4 {
   1.449 -    width: 356px;
   1.450 -  }
   1.451 -  input.span3,
   1.452 -  textarea.span3,
   1.453 -  .uneditable-input.span3 {
   1.454 -    width: 256px;
   1.455 -  }
   1.456 -  input.span2,
   1.457 -  textarea.span2,
   1.458 -  .uneditable-input.span2 {
   1.459 -    width: 156px;
   1.460 -  }
   1.461 -  input.span1,
   1.462 -  textarea.span1,
   1.463 -  .uneditable-input.span1 {
   1.464 -    width: 56px;
   1.465 -  }
   1.466 -  .thumbnails {
   1.467 -    margin-left: -30px;
   1.468 -  }
   1.469 -  .thumbnails > li {
   1.470 -    margin-left: 30px;
   1.471 -  }
   1.472 -  .row-fluid .thumbnails {
   1.473 -    margin-left: 0;
   1.474 -  }
   1.475 -}
   1.476 -
   1.477 -@media (min-width: 768px) and (max-width: 979px) {
   1.478 -  .row {
   1.479 -    margin-left: -20px;
   1.480 -    *zoom: 1;
   1.481 -  }
   1.482 -  .row:before,
   1.483 -  .row:after {
   1.484 -    display: table;
   1.485 -    line-height: 0;
   1.486 -    content: "";
   1.487 -  }
   1.488 -  .row:after {
   1.489 -    clear: both;
   1.490 -  }
   1.491 -  [class*="span"] {
   1.492 -    float: left;
   1.493 -    min-height: 1px;
   1.494 -    margin-left: 20px;
   1.495 -  }
   1.496 -  .container,
   1.497 -  .navbar-static-top .container,
   1.498 -  .navbar-fixed-top .container,
   1.499 -  .navbar-fixed-bottom .container {
   1.500 -    width: 724px;
   1.501 -  }
   1.502 -  .span12 {
   1.503 -    width: 724px;
   1.504 -  }
   1.505 -  .span11 {
   1.506 -    width: 662px;
   1.507 -  }
   1.508 -  .span10 {
   1.509 -    width: 600px;
   1.510 -  }
   1.511 -  .span9 {
   1.512 -    width: 538px;
   1.513 -  }
   1.514 -  .span8 {
   1.515 -    width: 476px;
   1.516 -  }
   1.517 -  .span7 {
   1.518 -    width: 414px;
   1.519 -  }
   1.520 -  .span6 {
   1.521 -    width: 352px;
   1.522 -  }
   1.523 -  .span5 {
   1.524 -    width: 290px;
   1.525 -  }
   1.526 -  .span4 {
   1.527 -    width: 228px;
   1.528 -  }
   1.529 -  .span3 {
   1.530 -    width: 166px;
   1.531 -  }
   1.532 -  .span2 {
   1.533 -    width: 104px;
   1.534 -  }
   1.535 -  .span1 {
   1.536 -    width: 42px;
   1.537 -  }
   1.538 -  .offset12 {
   1.539 -    margin-left: 764px;
   1.540 -  }
   1.541 -  .offset11 {
   1.542 -    margin-left: 702px;
   1.543 -  }
   1.544 -  .offset10 {
   1.545 -    margin-left: 640px;
   1.546 -  }
   1.547 -  .offset9 {
   1.548 -    margin-left: 578px;
   1.549 -  }
   1.550 -  .offset8 {
   1.551 -    margin-left: 516px;
   1.552 -  }
   1.553 -  .offset7 {
   1.554 -    margin-left: 454px;
   1.555 -  }
   1.556 -  .offset6 {
   1.557 -    margin-left: 392px;
   1.558 -  }
   1.559 -  .offset5 {
   1.560 -    margin-left: 330px;
   1.561 -  }
   1.562 -  .offset4 {
   1.563 -    margin-left: 268px;
   1.564 -  }
   1.565 -  .offset3 {
   1.566 -    margin-left: 206px;
   1.567 -  }
   1.568 -  .offset2 {
   1.569 -    margin-left: 144px;
   1.570 -  }
   1.571 -  .offset1 {
   1.572 -    margin-left: 82px;
   1.573 -  }
   1.574 -  .row-fluid {
   1.575 -    width: 100%;
   1.576 -    *zoom: 1;
   1.577 -  }
   1.578 -  .row-fluid:before,
   1.579 -  .row-fluid:after {
   1.580 -    display: table;
   1.581 -    line-height: 0;
   1.582 -    content: "";
   1.583 -  }
   1.584 -  .row-fluid:after {
   1.585 -    clear: both;
   1.586 -  }
   1.587 -  .row-fluid [class*="span"] {
   1.588 -    display: block;
   1.589 -    float: left;
   1.590 -    width: 100%;
   1.591 -    min-height: 30px;
   1.592 -    margin-left: 2.7624309392265194%;
   1.593 -    *margin-left: 2.709239449864817%;
   1.594 -    -webkit-box-sizing: border-box;
   1.595 -       -moz-box-sizing: border-box;
   1.596 -            box-sizing: border-box;
   1.597 -  }
   1.598 -  .row-fluid [class*="span"]:first-child {
   1.599 -    margin-left: 0;
   1.600 -  }
   1.601 -  .row-fluid .controls-row [class*="span"] + [class*="span"] {
   1.602 -    margin-left: 2.7624309392265194%;
   1.603 -  }
   1.604 -  .row-fluid .span12 {
   1.605 -    width: 100%;
   1.606 -    *width: 99.94680851063829%;
   1.607 -  }
   1.608 -  .row-fluid .span11 {
   1.609 -    width: 91.43646408839778%;
   1.610 -    *width: 91.38327259903608%;
   1.611 -  }
   1.612 -  .row-fluid .span10 {
   1.613 -    width: 82.87292817679558%;
   1.614 -    *width: 82.81973668743387%;
   1.615 -  }
   1.616 -  .row-fluid .span9 {
   1.617 -    width: 74.30939226519337%;
   1.618 -    *width: 74.25620077583166%;
   1.619 -  }
   1.620 -  .row-fluid .span8 {
   1.621 -    width: 65.74585635359117%;
   1.622 -    *width: 65.69266486422946%;
   1.623 -  }
   1.624 -  .row-fluid .span7 {
   1.625 -    width: 57.18232044198895%;
   1.626 -    *width: 57.12912895262725%;
   1.627 -  }
   1.628 -  .row-fluid .span6 {
   1.629 -    width: 48.61878453038674%;
   1.630 -    *width: 48.56559304102504%;
   1.631 -  }
   1.632 -  .row-fluid .span5 {
   1.633 -    width: 40.05524861878453%;
   1.634 -    *width: 40.00205712942283%;
   1.635 -  }
   1.636 -  .row-fluid .span4 {
   1.637 -    width: 31.491712707182323%;
   1.638 -    *width: 31.43852121782062%;
   1.639 -  }
   1.640 -  .row-fluid .span3 {
   1.641 -    width: 22.92817679558011%;
   1.642 -    *width: 22.87498530621841%;
   1.643 -  }
   1.644 -  .row-fluid .span2 {
   1.645 -    width: 14.3646408839779%;
   1.646 -    *width: 14.311449394616199%;
   1.647 -  }
   1.648 -  .row-fluid .span1 {
   1.649 -    width: 5.801104972375691%;
   1.650 -    *width: 5.747913483013988%;
   1.651 -  }
   1.652 -  .row-fluid .offset12 {
   1.653 -    margin-left: 105.52486187845304%;
   1.654 -    *margin-left: 105.41847889972962%;
   1.655 -  }
   1.656 -  .row-fluid .offset12:first-child {
   1.657 -    margin-left: 102.76243093922652%;
   1.658 -    *margin-left: 102.6560479605031%;
   1.659 -  }
   1.660 -  .row-fluid .offset11 {
   1.661 -    margin-left: 96.96132596685082%;
   1.662 -    *margin-left: 96.8549429881274%;
   1.663 -  }
   1.664 -  .row-fluid .offset11:first-child {
   1.665 -    margin-left: 94.1988950276243%;
   1.666 -    *margin-left: 94.09251204890089%;
   1.667 -  }
   1.668 -  .row-fluid .offset10 {
   1.669 -    margin-left: 88.39779005524862%;
   1.670 -    *margin-left: 88.2914070765252%;
   1.671 -  }
   1.672 -  .row-fluid .offset10:first-child {
   1.673 -    margin-left: 85.6353591160221%;
   1.674 -    *margin-left: 85.52897613729868%;
   1.675 -  }
   1.676 -  .row-fluid .offset9 {
   1.677 -    margin-left: 79.8342541436464%;
   1.678 -    *margin-left: 79.72787116492299%;
   1.679 -  }
   1.680 -  .row-fluid .offset9:first-child {
   1.681 -    margin-left: 77.07182320441989%;
   1.682 -    *margin-left: 76.96544022569647%;
   1.683 -  }
   1.684 -  .row-fluid .offset8 {
   1.685 -    margin-left: 71.2707182320442%;
   1.686 -    *margin-left: 71.16433525332079%;
   1.687 -  }
   1.688 -  .row-fluid .offset8:first-child {
   1.689 -    margin-left: 68.50828729281768%;
   1.690 -    *margin-left: 68.40190431409427%;
   1.691 -  }
   1.692 -  .row-fluid .offset7 {
   1.693 -    margin-left: 62.70718232044199%;
   1.694 -    *margin-left: 62.600799341718584%;
   1.695 -  }
   1.696 -  .row-fluid .offset7:first-child {
   1.697 -    margin-left: 59.94475138121547%;
   1.698 -    *margin-left: 59.838368402492065%;
   1.699 -  }
   1.700 -  .row-fluid .offset6 {
   1.701 -    margin-left: 54.14364640883978%;
   1.702 -    *margin-left: 54.037263430116376%;
   1.703 -  }
   1.704 -  .row-fluid .offset6:first-child {
   1.705 -    margin-left: 51.38121546961326%;
   1.706 -    *margin-left: 51.27483249088986%;
   1.707 -  }
   1.708 -  .row-fluid .offset5 {
   1.709 -    margin-left: 45.58011049723757%;
   1.710 -    *margin-left: 45.47372751851417%;
   1.711 -  }
   1.712 -  .row-fluid .offset5:first-child {
   1.713 -    margin-left: 42.81767955801105%;
   1.714 -    *margin-left: 42.71129657928765%;
   1.715 -  }
   1.716 -  .row-fluid .offset4 {
   1.717 -    margin-left: 37.01657458563536%;
   1.718 -    *margin-left: 36.91019160691196%;
   1.719 -  }
   1.720 -  .row-fluid .offset4:first-child {
   1.721 -    margin-left: 34.25414364640884%;
   1.722 -    *margin-left: 34.14776066768544%;
   1.723 -  }
   1.724 -  .row-fluid .offset3 {
   1.725 -    margin-left: 28.45303867403315%;
   1.726 -    *margin-left: 28.346655695309746%;
   1.727 -  }
   1.728 -  .row-fluid .offset3:first-child {
   1.729 -    margin-left: 25.69060773480663%;
   1.730 -    *margin-left: 25.584224756083227%;
   1.731 -  }
   1.732 -  .row-fluid .offset2 {
   1.733 -    margin-left: 19.88950276243094%;
   1.734 -    *margin-left: 19.783119783707537%;
   1.735 -  }
   1.736 -  .row-fluid .offset2:first-child {
   1.737 -    margin-left: 17.12707182320442%;
   1.738 -    *margin-left: 17.02068884448102%;
   1.739 -  }
   1.740 -  .row-fluid .offset1 {
   1.741 -    margin-left: 11.32596685082873%;
   1.742 -    *margin-left: 11.219583872105325%;
   1.743 -  }
   1.744 -  .row-fluid .offset1:first-child {
   1.745 -    margin-left: 8.56353591160221%;
   1.746 -    *margin-left: 8.457152932878806%;
   1.747 -  }
   1.748 -  input,
   1.749 -  textarea,
   1.750 -  .uneditable-input {
   1.751 -    margin-left: 0;
   1.752 -  }
   1.753 -  .controls-row [class*="span"] + [class*="span"] {
   1.754 -    margin-left: 20px;
   1.755 -  }
   1.756 -  input.span12,
   1.757 -  textarea.span12,
   1.758 -  .uneditable-input.span12 {
   1.759 -    width: 710px;
   1.760 -  }
   1.761 -  input.span11,
   1.762 -  textarea.span11,
   1.763 -  .uneditable-input.span11 {
   1.764 -    width: 648px;
   1.765 -  }
   1.766 -  input.span10,
   1.767 -  textarea.span10,
   1.768 -  .uneditable-input.span10 {
   1.769 -    width: 586px;
   1.770 -  }
   1.771 -  input.span9,
   1.772 -  textarea.span9,
   1.773 -  .uneditable-input.span9 {
   1.774 -    width: 524px;
   1.775 -  }
   1.776 -  input.span8,
   1.777 -  textarea.span8,
   1.778 -  .uneditable-input.span8 {
   1.779 -    width: 462px;
   1.780 -  }
   1.781 -  input.span7,
   1.782 -  textarea.span7,
   1.783 -  .uneditable-input.span7 {
   1.784 -    width: 400px;
   1.785 -  }
   1.786 -  input.span6,
   1.787 -  textarea.span6,
   1.788 -  .uneditable-input.span6 {
   1.789 -    width: 338px;
   1.790 -  }
   1.791 -  input.span5,
   1.792 -  textarea.span5,
   1.793 -  .uneditable-input.span5 {
   1.794 -    width: 276px;
   1.795 -  }
   1.796 -  input.span4,
   1.797 -  textarea.span4,
   1.798 -  .uneditable-input.span4 {
   1.799 -    width: 214px;
   1.800 -  }
   1.801 -  input.span3,
   1.802 -  textarea.span3,
   1.803 -  .uneditable-input.span3 {
   1.804 -    width: 152px;
   1.805 -  }
   1.806 -  input.span2,
   1.807 -  textarea.span2,
   1.808 -  .uneditable-input.span2 {
   1.809 -    width: 90px;
   1.810 -  }
   1.811 -  input.span1,
   1.812 -  textarea.span1,
   1.813 -  .uneditable-input.span1 {
   1.814 -    width: 28px;
   1.815 -  }
   1.816 -}
   1.817 -
   1.818 -@media (max-width: 767px) {
   1.819 -  body {
   1.820 -    padding-right: 20px;
   1.821 -    padding-left: 20px;
   1.822 -  }
   1.823 -  .navbar-fixed-top,
   1.824 -  .navbar-fixed-bottom,
   1.825 -  .navbar-static-top {
   1.826 -    margin-right: -20px;
   1.827 -    margin-left: -20px;
   1.828 -  }
   1.829 -  .container-fluid {
   1.830 -    padding: 0;
   1.831 -  }
   1.832 -  .dl-horizontal dt {
   1.833 -    float: none;
   1.834 -    width: auto;
   1.835 -    clear: none;
   1.836 -    text-align: left;
   1.837 -  }
   1.838 -  .dl-horizontal dd {
   1.839 -    margin-left: 0;
   1.840 -  }
   1.841 -  .container {
   1.842 -    width: auto;
   1.843 -  }
   1.844 -  .row-fluid {
   1.845 -    width: 100%;
   1.846 -  }
   1.847 -  .row,
   1.848 -  .thumbnails {
   1.849 -    margin-left: 0;
   1.850 -  }
   1.851 -  .thumbnails > li {
   1.852 -    float: none;
   1.853 -    margin-left: 0;
   1.854 -  }
   1.855 -  [class*="span"],
   1.856 -  .uneditable-input[class*="span"],
   1.857 -  .row-fluid [class*="span"] {
   1.858 -    display: block;
   1.859 -    float: none;
   1.860 -    width: 100%;
   1.861 -    margin-left: 0;
   1.862 -    -webkit-box-sizing: border-box;
   1.863 -       -moz-box-sizing: border-box;
   1.864 -            box-sizing: border-box;
   1.865 -  }
   1.866 -  .span12,
   1.867 -  .row-fluid .span12 {
   1.868 -    width: 100%;
   1.869 -    -webkit-box-sizing: border-box;
   1.870 -       -moz-box-sizing: border-box;
   1.871 -            box-sizing: border-box;
   1.872 -  }
   1.873 -  .row-fluid [class*="offset"]:first-child {
   1.874 -    margin-left: 0;
   1.875 -  }
   1.876 -  .input-large,
   1.877 -  .input-xlarge,
   1.878 -  .input-xxlarge,
   1.879 -  input[class*="span"],
   1.880 -  select[class*="span"],
   1.881 -  textarea[class*="span"],
   1.882 -  .uneditable-input {
   1.883 -    display: block;
   1.884 -    width: 100%;
   1.885 -    min-height: 30px;
   1.886 -    -webkit-box-sizing: border-box;
   1.887 -       -moz-box-sizing: border-box;
   1.888 -            box-sizing: border-box;
   1.889 -  }
   1.890 -  .input-prepend input,
   1.891 -  .input-append input,
   1.892 -  .input-prepend input[class*="span"],
   1.893 -  .input-append input[class*="span"] {
   1.894 -    display: inline-block;
   1.895 -    width: auto;
   1.896 -  }
   1.897 -  .controls-row [class*="span"] + [class*="span"] {
   1.898 -    margin-left: 0;
   1.899 -  }
   1.900 -  .modal {
   1.901 -    position: fixed;
   1.902 -    top: 20px;
   1.903 -    right: 20px;
   1.904 -    left: 20px;
   1.905 -    width: auto;
   1.906 -    margin: 0;
   1.907 -  }
   1.908 -  .modal.fade {
   1.909 -    top: -100px;
   1.910 -  }
   1.911 -  .modal.fade.in {
   1.912 -    top: 20px;
   1.913 -  }
   1.914 -}
   1.915 -
   1.916 -@media (max-width: 480px) {
   1.917 -  .nav-collapse {
   1.918 -    -webkit-transform: translate3d(0, 0, 0);
   1.919 -  }
   1.920 -  .page-header h1 small {
   1.921 -    display: block;
   1.922 -    line-height: 20px;
   1.923 -  }
   1.924 -  input[type="checkbox"],
   1.925 -  input[type="radio"] {
   1.926 -    border: 1px solid #ccc;
   1.927 -  }
   1.928 -  .form-horizontal .control-label {
   1.929 -    float: none;
   1.930 -    width: auto;
   1.931 -    padding-top: 0;
   1.932 -    text-align: left;
   1.933 -  }
   1.934 -  .form-horizontal .controls {
   1.935 -    margin-left: 0;
   1.936 -  }
   1.937 -  .form-horizontal .control-list {
   1.938 -    padding-top: 0;
   1.939 -  }
   1.940 -  .form-horizontal .form-actions {
   1.941 -    padding-right: 10px;
   1.942 -    padding-left: 10px;
   1.943 -  }
   1.944 -  .media .pull-left,
   1.945 -  .media .pull-right {
   1.946 -    display: block;
   1.947 -    float: none;
   1.948 -    margin-bottom: 10px;
   1.949 -  }
   1.950 -  .media-object {
   1.951 -    margin-right: 0;
   1.952 -    margin-left: 0;
   1.953 -  }
   1.954 -  .modal {
   1.955 -    top: 10px;
   1.956 -    right: 10px;
   1.957 -    left: 10px;
   1.958 -  }
   1.959 -  .modal-header .close {
   1.960 -    padding: 10px;
   1.961 -    margin: -10px;
   1.962 -  }
   1.963 -  .carousel-caption {
   1.964 -    position: static;
   1.965 -  }
   1.966 -}
   1.967 -
   1.968 -@media (max-width: 979px) {
   1.969 -  body {
   1.970 -    padding-top: 0;
   1.971 -  }
   1.972 -  .navbar-fixed-top,
   1.973 -  .navbar-fixed-bottom {
   1.974 -    position: static;
   1.975 -  }
   1.976 -  .navbar-fixed-top {
   1.977 -    margin-bottom: 20px;
   1.978 -  }
   1.979 -  .navbar-fixed-bottom {
   1.980 -    margin-top: 20px;
   1.981 -  }
   1.982 -  .navbar-fixed-top .navbar-inner,
   1.983 -  .navbar-fixed-bottom .navbar-inner {
   1.984 -    padding: 5px;
   1.985 -  }
   1.986 -  .navbar .container {
   1.987 -    width: auto;
   1.988 -    padding: 0;
   1.989 -  }
   1.990 -  .navbar .brand {
   1.991 -    padding-right: 10px;
   1.992 -    padding-left: 10px;
   1.993 -    margin: 0 0 0 -5px;
   1.994 -  }
   1.995 -  .nav-collapse {
   1.996 -    clear: both;
   1.997 -  }
   1.998 -  .nav-collapse .nav {
   1.999 -    float: none;
  1.1000 -    margin: 0 0 10px;
  1.1001 -  }
  1.1002 -  .nav-collapse .nav > li {
  1.1003 -    float: none;
  1.1004 -  }
  1.1005 -  .nav-collapse .nav > li > a {
  1.1006 -    margin-bottom: 2px;
  1.1007 -  }
  1.1008 -  .nav-collapse .nav > .divider-vertical {
  1.1009 -    display: none;
  1.1010 -  }
  1.1011 -  .nav-collapse .nav .nav-header {
  1.1012 -    color: #777777;
  1.1013 -    text-shadow: none;
  1.1014 -  }
  1.1015 -  .nav-collapse .nav > li > a,
  1.1016 -  .nav-collapse .dropdown-menu a {
  1.1017 -    padding: 9px 15px;
  1.1018 -    font-weight: bold;
  1.1019 -    color: #777777;
  1.1020 -    -webkit-border-radius: 3px;
  1.1021 -       -moz-border-radius: 3px;
  1.1022 -            border-radius: 3px;
  1.1023 -  }
  1.1024 -  .nav-collapse .btn {
  1.1025 -    padding: 4px 10px 4px;
  1.1026 -    font-weight: normal;
  1.1027 -    -webkit-border-radius: 4px;
  1.1028 -       -moz-border-radius: 4px;
  1.1029 -            border-radius: 4px;
  1.1030 -  }
  1.1031 -  .nav-collapse .dropdown-menu li + li a {
  1.1032 -    margin-bottom: 2px;
  1.1033 -  }
  1.1034 -  .nav-collapse .nav > li > a:hover,
  1.1035 -  .nav-collapse .nav > li > a:focus,
  1.1036 -  .nav-collapse .dropdown-menu a:hover,
  1.1037 -  .nav-collapse .dropdown-menu a:focus {
  1.1038 -    background-color: #f2f2f2;
  1.1039 -  }
  1.1040 -  .navbar-inverse .nav-collapse .nav > li > a,
  1.1041 -  .navbar-inverse .nav-collapse .dropdown-menu a {
  1.1042 -    color: #999999;
  1.1043 -  }
  1.1044 -  .navbar-inverse .nav-collapse .nav > li > a:hover,
  1.1045 -  .navbar-inverse .nav-collapse .nav > li > a:focus,
  1.1046 -  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  1.1047 -  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  1.1048 -    background-color: #111111;
  1.1049 -  }
  1.1050 -  .nav-collapse.in .btn-group {
  1.1051 -    padding: 0;
  1.1052 -    margin-top: 5px;
  1.1053 -  }
  1.1054 -  .nav-collapse .dropdown-menu {
  1.1055 -    position: static;
  1.1056 -    top: auto;
  1.1057 -    left: auto;
  1.1058 -    display: none;
  1.1059 -    float: none;
  1.1060 -    max-width: none;
  1.1061 -    padding: 0;
  1.1062 -    margin: 0 15px;
  1.1063 -    background-color: transparent;
  1.1064 -    border: none;
  1.1065 -    -webkit-border-radius: 0;
  1.1066 -       -moz-border-radius: 0;
  1.1067 -            border-radius: 0;
  1.1068 -    -webkit-box-shadow: none;
  1.1069 -       -moz-box-shadow: none;
  1.1070 -            box-shadow: none;
  1.1071 -  }
  1.1072 -  .nav-collapse .open > .dropdown-menu {
  1.1073 -    display: block;
  1.1074 -  }
  1.1075 -  .nav-collapse .dropdown-menu:before,
  1.1076 -  .nav-collapse .dropdown-menu:after {
  1.1077 -    display: none;
  1.1078 -  }
  1.1079 -  .nav-collapse .dropdown-menu .divider {
  1.1080 -    display: none;
  1.1081 -  }
  1.1082 -  .nav-collapse .nav > li > .dropdown-menu:before,
  1.1083 -  .nav-collapse .nav > li > .dropdown-menu:after {
  1.1084 -    display: none;
  1.1085 -  }
  1.1086 -  .nav-collapse .navbar-form,
  1.1087 -  .nav-collapse .navbar-search {
  1.1088 -    float: none;
  1.1089 -    padding: 10px 15px;
  1.1090 -    margin: 10px 0;
  1.1091 -    border-top: 1px solid #f2f2f2;
  1.1092 -    border-bottom: 1px solid #f2f2f2;
  1.1093 -    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1.1094 -       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1.1095 -            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  1.1096 -  }
  1.1097 -  .navbar-inverse .nav-collapse .navbar-form,
  1.1098 -  .navbar-inverse .nav-collapse .navbar-search {
  1.1099 -    border-top-color: #111111;
  1.1100 -    border-bottom-color: #111111;
  1.1101 -  }
  1.1102 -  .navbar .nav-collapse .nav.pull-right {
  1.1103 -    float: none;
  1.1104 -    margin-left: 0;
  1.1105 -  }
  1.1106 -  .nav-collapse,
  1.1107 -  .nav-collapse.collapse {
  1.1108 -    height: 0;
  1.1109 -    overflow: hidden;
  1.1110 -  }
  1.1111 -  .navbar .btn-navbar {
  1.1112 -    display: block;
  1.1113 -  }
  1.1114 -  .navbar-static .navbar-inner {
  1.1115 -    padding-right: 10px;
  1.1116 -    padding-left: 10px;
  1.1117 -  }
  1.1118 -}
  1.1119 -
  1.1120 -@media (min-width: 980px) {
  1.1121 -  .nav-collapse.collapse {
  1.1122 -    height: auto !important;
  1.1123 -    overflow: visible !important;
  1.1124 -  }
  1.1125 -}