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