moved to bootstrap 3.0.3
authorstetrabby <info@trabucchi.de>
Fri, 20 Dec 2013 21:51:17 +0100
changeset 4992f6f02a692a
parent 48 111a215ee273
child 50 634262eb8cef
moved to bootstrap 3.0.3
static/css/.DS_Store
static/css/bootstrap.css
     1.1 Binary file static/css/.DS_Store has changed
     2.1 --- a/static/css/bootstrap.css	Fri Dec 20 21:47:28 2013 +0100
     2.2 +++ b/static/css/bootstrap.css	Fri Dec 20 21:51:17 2013 +0100
     2.3 @@ -1,9 +1,7 @@
     2.4  /*!
     2.5 - * Bootstrap v3.0.2 by @fat and @mdo
     2.6 + * Bootstrap v3.0.3 (http://getbootstrap.com)
     2.7   * Copyright 2013 Twitter, Inc.
     2.8   * Licensed under http://www.apache.org/licenses/LICENSE-2.0
     2.9 - *
    2.10 - * Designed and built with all the love in the world by @mdo and @fat.
    2.11   */
    2.12  
    2.13  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
    2.14 @@ -333,7 +331,7 @@
    2.15  }
    2.16  
    2.17  a:focus {
    2.18 -  outline: thin dotted #333;
    2.19 +  outline: thin dotted;
    2.20    outline: 5px auto -webkit-focus-ring-color;
    2.21    outline-offset: -2px;
    2.22  }
    2.23 @@ -387,88 +385,6 @@
    2.24    border: 0;
    2.25  }
    2.26  
    2.27 -p {
    2.28 -  margin: 0 0 10px;
    2.29 -}
    2.30 -
    2.31 -.lead {
    2.32 -  margin-bottom: 20px;
    2.33 -  font-size: 16px;
    2.34 -  font-weight: 200;
    2.35 -  line-height: 1.4;
    2.36 -}
    2.37 -
    2.38 -@media (min-width: 768px) {
    2.39 -  .lead {
    2.40 -    font-size: 21px;
    2.41 -  }
    2.42 -}
    2.43 -
    2.44 -small,
    2.45 -.small {
    2.46 -  font-size: 85%;
    2.47 -}
    2.48 -
    2.49 -cite {
    2.50 -  font-style: normal;
    2.51 -}
    2.52 -
    2.53 -.text-muted {
    2.54 -  color: #999999;
    2.55 -}
    2.56 -
    2.57 -.text-primary {
    2.58 -  color: #428bca;
    2.59 -}
    2.60 -
    2.61 -.text-primary:hover {
    2.62 -  color: #3071a9;
    2.63 -}
    2.64 -
    2.65 -.text-warning {
    2.66 -  color: #c09853;
    2.67 -}
    2.68 -
    2.69 -.text-warning:hover {
    2.70 -  color: #a47e3c;
    2.71 -}
    2.72 -
    2.73 -.text-danger {
    2.74 -  color: #b94a48;
    2.75 -}
    2.76 -
    2.77 -.text-danger:hover {
    2.78 -  color: #953b39;
    2.79 -}
    2.80 -
    2.81 -.text-success {
    2.82 -  color: #468847;
    2.83 -}
    2.84 -
    2.85 -.text-success:hover {
    2.86 -  color: #356635;
    2.87 -}
    2.88 -
    2.89 -.text-info {
    2.90 -  color: #3a87ad;
    2.91 -}
    2.92 -
    2.93 -.text-info:hover {
    2.94 -  color: #2d6987;
    2.95 -}
    2.96 -
    2.97 -.text-left {
    2.98 -  text-align: left;
    2.99 -}
   2.100 -
   2.101 -.text-right {
   2.102 -  text-align: right;
   2.103 -}
   2.104 -
   2.105 -.text-center {
   2.106 -  text-align: center;
   2.107 -}
   2.108 -
   2.109  h1,
   2.110  h2,
   2.111  h3,
   2.112 @@ -578,6 +494,88 @@
   2.113    font-size: 12px;
   2.114  }
   2.115  
   2.116 +p {
   2.117 +  margin: 0 0 10px;
   2.118 +}
   2.119 +
   2.120 +.lead {
   2.121 +  margin-bottom: 20px;
   2.122 +  font-size: 16px;
   2.123 +  font-weight: 200;
   2.124 +  line-height: 1.4;
   2.125 +}
   2.126 +
   2.127 +@media (min-width: 768px) {
   2.128 +  .lead {
   2.129 +    font-size: 21px;
   2.130 +  }
   2.131 +}
   2.132 +
   2.133 +small,
   2.134 +.small {
   2.135 +  font-size: 85%;
   2.136 +}
   2.137 +
   2.138 +cite {
   2.139 +  font-style: normal;
   2.140 +}
   2.141 +
   2.142 +.text-muted {
   2.143 +  color: #999999;
   2.144 +}
   2.145 +
   2.146 +.text-primary {
   2.147 +  color: #428bca;
   2.148 +}
   2.149 +
   2.150 +.text-primary:hover {
   2.151 +  color: #3071a9;
   2.152 +}
   2.153 +
   2.154 +.text-warning {
   2.155 +  color: #8a6d3b;
   2.156 +}
   2.157 +
   2.158 +.text-warning:hover {
   2.159 +  color: #66512c;
   2.160 +}
   2.161 +
   2.162 +.text-danger {
   2.163 +  color: #a94442;
   2.164 +}
   2.165 +
   2.166 +.text-danger:hover {
   2.167 +  color: #843534;
   2.168 +}
   2.169 +
   2.170 +.text-success {
   2.171 +  color: #3c763d;
   2.172 +}
   2.173 +
   2.174 +.text-success:hover {
   2.175 +  color: #2b542c;
   2.176 +}
   2.177 +
   2.178 +.text-info {
   2.179 +  color: #31708f;
   2.180 +}
   2.181 +
   2.182 +.text-info:hover {
   2.183 +  color: #245269;
   2.184 +}
   2.185 +
   2.186 +.text-left {
   2.187 +  text-align: left;
   2.188 +}
   2.189 +
   2.190 +.text-right {
   2.191 +  text-align: right;
   2.192 +}
   2.193 +
   2.194 +.text-center {
   2.195 +  text-align: center;
   2.196 +}
   2.197 +
   2.198  .page-header {
   2.199    padding-bottom: 9px;
   2.200    margin: 40px 0 20px;
   2.201 @@ -618,6 +616,7 @@
   2.202  }
   2.203  
   2.204  dl {
   2.205 +  margin-top: 0;
   2.206    margin-bottom: 20px;
   2.207  }
   2.208  
   2.209 @@ -671,7 +670,7 @@
   2.210    border-bottom: 1px dotted #999999;
   2.211  }
   2.212  
   2.213 -abbr.initialism {
   2.214 +.initialism {
   2.215    font-size: 90%;
   2.216    text-transform: uppercase;
   2.217  }
   2.218 @@ -692,13 +691,15 @@
   2.219    margin-bottom: 0;
   2.220  }
   2.221  
   2.222 -blockquote small {
   2.223 +blockquote small,
   2.224 +blockquote .small {
   2.225    display: block;
   2.226    line-height: 1.428571429;
   2.227    color: #999999;
   2.228  }
   2.229  
   2.230 -blockquote small:before {
   2.231 +blockquote small:before,
   2.232 +blockquote .small:before {
   2.233    content: '\2014 \00A0';
   2.234  }
   2.235  
   2.236 @@ -740,7 +741,7 @@
   2.237  kbd,
   2.238  pre,
   2.239  samp {
   2.240 -  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
   2.241 +  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
   2.242  }
   2.243  
   2.244  code {
   2.245 @@ -807,6 +808,24 @@
   2.246    clear: both;
   2.247  }
   2.248  
   2.249 +@media (min-width: 768px) {
   2.250 +  .container {
   2.251 +    width: 750px;
   2.252 +  }
   2.253 +}
   2.254 +
   2.255 +@media (min-width: 992px) {
   2.256 +  .container {
   2.257 +    width: 970px;
   2.258 +  }
   2.259 +}
   2.260 +
   2.261 +@media (min-width: 1200px) {
   2.262 +  .container {
   2.263 +    width: 1170px;
   2.264 +  }
   2.265 +}
   2.266 +
   2.267  .row {
   2.268    margin-right: -15px;
   2.269    margin-left: -15px;
   2.270 @@ -896,7 +915,8 @@
   2.271  .col-xs-8,
   2.272  .col-xs-9,
   2.273  .col-xs-10,
   2.274 -.col-xs-11 {
   2.275 +.col-xs-11,
   2.276 +.col-xs-12 {
   2.277    float: left;
   2.278  }
   2.279  
   2.280 @@ -1105,9 +1125,6 @@
   2.281  }
   2.282  
   2.283  @media (min-width: 768px) {
   2.284 -  .container {
   2.285 -    width: 750px;
   2.286 -  }
   2.287    .col-sm-1,
   2.288    .col-sm-2,
   2.289    .col-sm-3,
   2.290 @@ -1118,7 +1135,8 @@
   2.291    .col-sm-8,
   2.292    .col-sm-9,
   2.293    .col-sm-10,
   2.294 -  .col-sm-11 {
   2.295 +  .col-sm-11,
   2.296 +  .col-sm-12 {
   2.297      float: left;
   2.298    }
   2.299    .col-sm-12 {
   2.300 @@ -1277,9 +1295,6 @@
   2.301  }
   2.302  
   2.303  @media (min-width: 992px) {
   2.304 -  .container {
   2.305 -    width: 970px;
   2.306 -  }
   2.307    .col-md-1,
   2.308    .col-md-2,
   2.309    .col-md-3,
   2.310 @@ -1290,7 +1305,8 @@
   2.311    .col-md-8,
   2.312    .col-md-9,
   2.313    .col-md-10,
   2.314 -  .col-md-11 {
   2.315 +  .col-md-11,
   2.316 +  .col-md-12 {
   2.317      float: left;
   2.318    }
   2.319    .col-md-12 {
   2.320 @@ -1449,9 +1465,6 @@
   2.321  }
   2.322  
   2.323  @media (min-width: 1200px) {
   2.324 -  .container {
   2.325 -    width: 1170px;
   2.326 -  }
   2.327    .col-lg-1,
   2.328    .col-lg-2,
   2.329    .col-lg-3,
   2.330 @@ -1462,7 +1475,8 @@
   2.331    .col-lg-8,
   2.332    .col-lg-9,
   2.333    .col-lg-10,
   2.334 -  .col-lg-11 {
   2.335 +  .col-lg-11,
   2.336 +  .col-lg-12 {
   2.337      float: left;
   2.338    }
   2.339    .col-lg-12 {
   2.340 @@ -1706,6 +1720,7 @@
   2.341  }
   2.342  
   2.343  table col[class*="col-"] {
   2.344 +  position: static;
   2.345    display: table-column;
   2.346    float: none;
   2.347  }
   2.348 @@ -1716,84 +1731,75 @@
   2.349    float: none;
   2.350  }
   2.351  
   2.352 -.table > thead > tr > td.active,
   2.353 -.table > tbody > tr > td.active,
   2.354 -.table > tfoot > tr > td.active,
   2.355 -.table > thead > tr > th.active,
   2.356 -.table > tbody > tr > th.active,
   2.357 -.table > tfoot > tr > th.active,
   2.358 -.table > thead > tr.active > td,
   2.359 -.table > tbody > tr.active > td,
   2.360 -.table > tfoot > tr.active > td,
   2.361 -.table > thead > tr.active > th,
   2.362 -.table > tbody > tr.active > th,
   2.363 -.table > tfoot > tr.active > th {
   2.364 +.table > thead > tr > .active,
   2.365 +.table > tbody > tr > .active,
   2.366 +.table > tfoot > tr > .active,
   2.367 +.table > thead > .active > td,
   2.368 +.table > tbody > .active > td,
   2.369 +.table > tfoot > .active > td,
   2.370 +.table > thead > .active > th,
   2.371 +.table > tbody > .active > th,
   2.372 +.table > tfoot > .active > th {
   2.373    background-color: #f5f5f5;
   2.374  }
   2.375  
   2.376 -.table > thead > tr > td.success,
   2.377 -.table > tbody > tr > td.success,
   2.378 -.table > tfoot > tr > td.success,
   2.379 -.table > thead > tr > th.success,
   2.380 -.table > tbody > tr > th.success,
   2.381 -.table > tfoot > tr > th.success,
   2.382 -.table > thead > tr.success > td,
   2.383 -.table > tbody > tr.success > td,
   2.384 -.table > tfoot > tr.success > td,
   2.385 -.table > thead > tr.success > th,
   2.386 -.table > tbody > tr.success > th,
   2.387 -.table > tfoot > tr.success > th {
   2.388 +.table-hover > tbody > tr > .active:hover,
   2.389 +.table-hover > tbody > .active:hover > td,
   2.390 +.table-hover > tbody > .active:hover > th {
   2.391 +  background-color: #e8e8e8;
   2.392 +}
   2.393 +
   2.394 +.table > thead > tr > .success,
   2.395 +.table > tbody > tr > .success,
   2.396 +.table > tfoot > tr > .success,
   2.397 +.table > thead > .success > td,
   2.398 +.table > tbody > .success > td,
   2.399 +.table > tfoot > .success > td,
   2.400 +.table > thead > .success > th,
   2.401 +.table > tbody > .success > th,
   2.402 +.table > tfoot > .success > th {
   2.403    background-color: #dff0d8;
   2.404  }
   2.405  
   2.406 -.table-hover > tbody > tr > td.success:hover,
   2.407 -.table-hover > tbody > tr > th.success:hover,
   2.408 -.table-hover > tbody > tr.success:hover > td,
   2.409 -.table-hover > tbody > tr.success:hover > th {
   2.410 +.table-hover > tbody > tr > .success:hover,
   2.411 +.table-hover > tbody > .success:hover > td,
   2.412 +.table-hover > tbody > .success:hover > th {
   2.413    background-color: #d0e9c6;
   2.414  }
   2.415  
   2.416 -.table > thead > tr > td.danger,
   2.417 -.table > tbody > tr > td.danger,
   2.418 -.table > tfoot > tr > td.danger,
   2.419 -.table > thead > tr > th.danger,
   2.420 -.table > tbody > tr > th.danger,
   2.421 -.table > tfoot > tr > th.danger,
   2.422 -.table > thead > tr.danger > td,
   2.423 -.table > tbody > tr.danger > td,
   2.424 -.table > tfoot > tr.danger > td,
   2.425 -.table > thead > tr.danger > th,
   2.426 -.table > tbody > tr.danger > th,
   2.427 -.table > tfoot > tr.danger > th {
   2.428 +.table > thead > tr > .danger,
   2.429 +.table > tbody > tr > .danger,
   2.430 +.table > tfoot > tr > .danger,
   2.431 +.table > thead > .danger > td,
   2.432 +.table > tbody > .danger > td,
   2.433 +.table > tfoot > .danger > td,
   2.434 +.table > thead > .danger > th,
   2.435 +.table > tbody > .danger > th,
   2.436 +.table > tfoot > .danger > th {
   2.437    background-color: #f2dede;
   2.438  }
   2.439  
   2.440 -.table-hover > tbody > tr > td.danger:hover,
   2.441 -.table-hover > tbody > tr > th.danger:hover,
   2.442 -.table-hover > tbody > tr.danger:hover > td,
   2.443 -.table-hover > tbody > tr.danger:hover > th {
   2.444 +.table-hover > tbody > tr > .danger:hover,
   2.445 +.table-hover > tbody > .danger:hover > td,
   2.446 +.table-hover > tbody > .danger:hover > th {
   2.447    background-color: #ebcccc;
   2.448  }
   2.449  
   2.450 -.table > thead > tr > td.warning,
   2.451 -.table > tbody > tr > td.warning,
   2.452 -.table > tfoot > tr > td.warning,
   2.453 -.table > thead > tr > th.warning,
   2.454 -.table > tbody > tr > th.warning,
   2.455 -.table > tfoot > tr > th.warning,
   2.456 -.table > thead > tr.warning > td,
   2.457 -.table > tbody > tr.warning > td,
   2.458 -.table > tfoot > tr.warning > td,
   2.459 -.table > thead > tr.warning > th,
   2.460 -.table > tbody > tr.warning > th,
   2.461 -.table > tfoot > tr.warning > th {
   2.462 +.table > thead > tr > .warning,
   2.463 +.table > tbody > tr > .warning,
   2.464 +.table > tfoot > tr > .warning,
   2.465 +.table > thead > .warning > td,
   2.466 +.table > tbody > .warning > td,
   2.467 +.table > tfoot > .warning > td,
   2.468 +.table > thead > .warning > th,
   2.469 +.table > tbody > .warning > th,
   2.470 +.table > tfoot > .warning > th {
   2.471    background-color: #fcf8e3;
   2.472  }
   2.473  
   2.474 -.table-hover > tbody > tr > td.warning:hover,
   2.475 -.table-hover > tbody > tr > th.warning:hover,
   2.476 -.table-hover > tbody > tr.warning:hover > td,
   2.477 -.table-hover > tbody > tr.warning:hover > th {
   2.478 +.table-hover > tbody > tr > .warning:hover,
   2.479 +.table-hover > tbody > .warning:hover > td,
   2.480 +.table-hover > tbody > .warning:hover > th {
   2.481    background-color: #faf2cc;
   2.482  }
   2.483  
   2.484 @@ -1902,7 +1908,7 @@
   2.485  input[type="file"]:focus,
   2.486  input[type="radio"]:focus,
   2.487  input[type="checkbox"]:focus {
   2.488 -  outline: thin dotted #333;
   2.489 +  outline: thin dotted;
   2.490    outline: 5px auto -webkit-focus-ring-color;
   2.491    outline-offset: -2px;
   2.492  }
   2.493 @@ -1953,6 +1959,7 @@
   2.494  
   2.495  .form-control::-moz-placeholder {
   2.496    color: #999999;
   2.497 +  opacity: 1;
   2.498  }
   2.499  
   2.500  .form-control:-ms-input-placeholder {
   2.501 @@ -2058,7 +2065,7 @@
   2.502  }
   2.503  
   2.504  .input-lg {
   2.505 -  height: 45px;
   2.506 +  height: 46px;
   2.507    padding: 10px 16px;
   2.508    font-size: 18px;
   2.509    line-height: 1.33;
   2.510 @@ -2066,8 +2073,8 @@
   2.511  }
   2.512  
   2.513  select.input-lg {
   2.514 -  height: 45px;
   2.515 -  line-height: 45px;
   2.516 +  height: 46px;
   2.517 +  line-height: 46px;
   2.518  }
   2.519  
   2.520  textarea.input-lg {
   2.521 @@ -2080,25 +2087,25 @@
   2.522  .has-warning .checkbox,
   2.523  .has-warning .radio-inline,
   2.524  .has-warning .checkbox-inline {
   2.525 -  color: #c09853;
   2.526 +  color: #8a6d3b;
   2.527  }
   2.528  
   2.529  .has-warning .form-control {
   2.530 -  border-color: #c09853;
   2.531 +  border-color: #8a6d3b;
   2.532    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.533            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.534  }
   2.535  
   2.536  .has-warning .form-control:focus {
   2.537 -  border-color: #a47e3c;
   2.538 -  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
   2.539 -          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
   2.540 +  border-color: #66512c;
   2.541 +  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   2.542 +          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   2.543  }
   2.544  
   2.545  .has-warning .input-group-addon {
   2.546 -  color: #c09853;
   2.547 +  color: #8a6d3b;
   2.548    background-color: #fcf8e3;
   2.549 -  border-color: #c09853;
   2.550 +  border-color: #8a6d3b;
   2.551  }
   2.552  
   2.553  .has-error .help-block,
   2.554 @@ -2107,25 +2114,25 @@
   2.555  .has-error .checkbox,
   2.556  .has-error .radio-inline,
   2.557  .has-error .checkbox-inline {
   2.558 -  color: #b94a48;
   2.559 +  color: #a94442;
   2.560  }
   2.561  
   2.562  .has-error .form-control {
   2.563 -  border-color: #b94a48;
   2.564 +  border-color: #a94442;
   2.565    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.566            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.567  }
   2.568  
   2.569  .has-error .form-control:focus {
   2.570 -  border-color: #953b39;
   2.571 -  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
   2.572 -          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
   2.573 +  border-color: #843534;
   2.574 +  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   2.575 +          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   2.576  }
   2.577  
   2.578  .has-error .input-group-addon {
   2.579 -  color: #b94a48;
   2.580 +  color: #a94442;
   2.581    background-color: #f2dede;
   2.582 -  border-color: #b94a48;
   2.583 +  border-color: #a94442;
   2.584  }
   2.585  
   2.586  .has-success .help-block,
   2.587 @@ -2134,25 +2141,25 @@
   2.588  .has-success .checkbox,
   2.589  .has-success .radio-inline,
   2.590  .has-success .checkbox-inline {
   2.591 -  color: #468847;
   2.592 +  color: #3c763d;
   2.593  }
   2.594  
   2.595  .has-success .form-control {
   2.596 -  border-color: #468847;
   2.597 +  border-color: #3c763d;
   2.598    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.599            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   2.600  }
   2.601  
   2.602  .has-success .form-control:focus {
   2.603 -  border-color: #356635;
   2.604 -  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
   2.605 -          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
   2.606 +  border-color: #2b542c;
   2.607 +  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   2.608 +          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   2.609  }
   2.610  
   2.611  .has-success .input-group-addon {
   2.612 -  color: #468847;
   2.613 +  color: #3c763d;
   2.614    background-color: #dff0d8;
   2.615 -  border-color: #468847;
   2.616 +  border-color: #3c763d;
   2.617  }
   2.618  
   2.619  .form-control-static {
   2.620 @@ -2175,6 +2182,9 @@
   2.621    .form-inline .form-control {
   2.622      display: inline-block;
   2.623    }
   2.624 +  .form-inline select.form-control {
   2.625 +    width: auto;
   2.626 +  }
   2.627    .form-inline .radio,
   2.628    .form-inline .checkbox {
   2.629      display: inline-block;
   2.630 @@ -2199,6 +2209,11 @@
   2.631    margin-bottom: 0;
   2.632  }
   2.633  
   2.634 +.form-horizontal .radio,
   2.635 +.form-horizontal .checkbox {
   2.636 +  min-height: 27px;
   2.637 +}
   2.638 +
   2.639  .form-horizontal .form-group {
   2.640    margin-right: -15px;
   2.641    margin-left: -15px;
   2.642 @@ -2256,7 +2271,7 @@
   2.643  }
   2.644  
   2.645  .btn:focus {
   2.646 -  outline: thin dotted #333;
   2.647 +  outline: thin dotted;
   2.648    outline: 5px auto -webkit-focus-ring-color;
   2.649    outline-offset: -2px;
   2.650  }
   2.651 @@ -2327,6 +2342,11 @@
   2.652    border-color: #cccccc;
   2.653  }
   2.654  
   2.655 +.btn-default .badge {
   2.656 +  color: #ffffff;
   2.657 +  background-color: #fff;
   2.658 +}
   2.659 +
   2.660  .btn-primary {
   2.661    color: #ffffff;
   2.662    background-color: #428bca;
   2.663 @@ -2368,6 +2388,11 @@
   2.664    border-color: #357ebd;
   2.665  }
   2.666  
   2.667 +.btn-primary .badge {
   2.668 +  color: #428bca;
   2.669 +  background-color: #fff;
   2.670 +}
   2.671 +
   2.672  .btn-warning {
   2.673    color: #ffffff;
   2.674    background-color: #f0ad4e;
   2.675 @@ -2409,6 +2434,11 @@
   2.676    border-color: #eea236;
   2.677  }
   2.678  
   2.679 +.btn-warning .badge {
   2.680 +  color: #f0ad4e;
   2.681 +  background-color: #fff;
   2.682 +}
   2.683 +
   2.684  .btn-danger {
   2.685    color: #ffffff;
   2.686    background-color: #d9534f;
   2.687 @@ -2450,6 +2480,11 @@
   2.688    border-color: #d43f3a;
   2.689  }
   2.690  
   2.691 +.btn-danger .badge {
   2.692 +  color: #d9534f;
   2.693 +  background-color: #fff;
   2.694 +}
   2.695 +
   2.696  .btn-success {
   2.697    color: #ffffff;
   2.698    background-color: #5cb85c;
   2.699 @@ -2491,6 +2526,11 @@
   2.700    border-color: #4cae4c;
   2.701  }
   2.702  
   2.703 +.btn-success .badge {
   2.704 +  color: #5cb85c;
   2.705 +  background-color: #fff;
   2.706 +}
   2.707 +
   2.708  .btn-info {
   2.709    color: #ffffff;
   2.710    background-color: #5bc0de;
   2.711 @@ -2532,6 +2572,11 @@
   2.712    border-color: #46b8da;
   2.713  }
   2.714  
   2.715 +.btn-info .badge {
   2.716 +  color: #5bc0de;
   2.717 +  background-color: #fff;
   2.718 +}
   2.719 +
   2.720  .btn-link {
   2.721    font-weight: normal;
   2.722    color: #428bca;
   2.723 @@ -2577,8 +2622,7 @@
   2.724    border-radius: 6px;
   2.725  }
   2.726  
   2.727 -.btn-sm,
   2.728 -.btn-xs {
   2.729 +.btn-sm {
   2.730    padding: 5px 10px;
   2.731    font-size: 12px;
   2.732    line-height: 1.5;
   2.733 @@ -2587,6 +2631,9 @@
   2.734  
   2.735  .btn-xs {
   2.736    padding: 1px 5px;
   2.737 +  font-size: 12px;
   2.738 +  line-height: 1.5;
   2.739 +  border-radius: 3px;
   2.740  }
   2.741  
   2.742  .btn-block {
   2.743 @@ -2635,7 +2682,7 @@
   2.744  @font-face {
   2.745    font-family: 'Glyphicons Halflings';
   2.746    src: url('../fonts/glyphicons-halflings-regular.eot');
   2.747 -  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');
   2.748 +  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');
   2.749  }
   2.750  
   2.751  .glyphicon {
   2.752 @@ -3460,9 +3507,8 @@
   2.753    height: 0;
   2.754    margin-left: 2px;
   2.755    vertical-align: middle;
   2.756 -  border-top: 4px solid #000000;
   2.757 +  border-top: 4px solid;
   2.758    border-right: 4px solid transparent;
   2.759 -  border-bottom: 0 dotted;
   2.760    border-left: 4px solid transparent;
   2.761  }
   2.762  
   2.763 @@ -3580,8 +3626,8 @@
   2.764  
   2.765  .dropup .caret,
   2.766  .navbar-fixed-bottom .dropdown .caret {
   2.767 -  border-top: 0 dotted;
   2.768 -  border-bottom: 4px solid #000000;
   2.769 +  border-top: 0;
   2.770 +  border-bottom: 4px solid;
   2.771    content: "";
   2.772  }
   2.773  
   2.774 @@ -3599,30 +3645,6 @@
   2.775    }
   2.776  }
   2.777  
   2.778 -.btn-default .caret {
   2.779 -  border-top-color: #333333;
   2.780 -}
   2.781 -
   2.782 -.btn-primary .caret,
   2.783 -.btn-success .caret,
   2.784 -.btn-warning .caret,
   2.785 -.btn-danger .caret,
   2.786 -.btn-info .caret {
   2.787 -  border-top-color: #fff;
   2.788 -}
   2.789 -
   2.790 -.dropup .btn-default .caret {
   2.791 -  border-bottom-color: #333333;
   2.792 -}
   2.793 -
   2.794 -.dropup .btn-primary .caret,
   2.795 -.dropup .btn-success .caret,
   2.796 -.dropup .btn-warning .caret,
   2.797 -.dropup .btn-danger .caret,
   2.798 -.dropup .btn-info .caret {
   2.799 -  border-bottom-color: #fff;
   2.800 -}
   2.801 -
   2.802  .btn-group,
   2.803  .btn-group-vertical {
   2.804    position: relative;
   2.805 @@ -3734,7 +3756,6 @@
   2.806  }
   2.807  
   2.808  .btn-group-xs > .btn {
   2.809 -  padding: 5px 10px;
   2.810    padding: 1px 5px;
   2.811    font-size: 12px;
   2.812    line-height: 1.5;
   2.813 @@ -3789,7 +3810,8 @@
   2.814  }
   2.815  
   2.816  .btn-group-vertical > .btn,
   2.817 -.btn-group-vertical > .btn-group {
   2.818 +.btn-group-vertical > .btn-group,
   2.819 +.btn-group-vertical > .btn-group > .btn {
   2.820    display: block;
   2.821    float: none;
   2.822    width: 100%;
   2.823 @@ -3866,12 +3888,17 @@
   2.824    table-layout: fixed;
   2.825  }
   2.826  
   2.827 -.btn-group-justified .btn {
   2.828 +.btn-group-justified > .btn,
   2.829 +.btn-group-justified > .btn-group {
   2.830    display: table-cell;
   2.831    float: none;
   2.832    width: 1%;
   2.833  }
   2.834  
   2.835 +.btn-group-justified > .btn-group .btn {
   2.836 +  width: 100%;
   2.837 +}
   2.838 +
   2.839  [data-toggle="buttons"] > .btn > input[type="radio"],
   2.840  [data-toggle="buttons"] > .btn > input[type="checkbox"] {
   2.841    display: none;
   2.842 @@ -3883,7 +3910,7 @@
   2.843    border-collapse: separate;
   2.844  }
   2.845  
   2.846 -.input-group.col {
   2.847 +.input-group[class*="col-"] {
   2.848    float: none;
   2.849    padding-right: 0;
   2.850    padding-left: 0;
   2.851 @@ -3897,7 +3924,7 @@
   2.852  .input-group-lg > .form-control,
   2.853  .input-group-lg > .input-group-addon,
   2.854  .input-group-lg > .input-group-btn > .btn {
   2.855 -  height: 45px;
   2.856 +  height: 46px;
   2.857    padding: 10px 16px;
   2.858    font-size: 18px;
   2.859    line-height: 1.33;
   2.860 @@ -3907,8 +3934,8 @@
   2.861  select.input-group-lg > .form-control,
   2.862  select.input-group-lg > .input-group-addon,
   2.863  select.input-group-lg > .input-group-btn > .btn {
   2.864 -  height: 45px;
   2.865 -  line-height: 45px;
   2.866 +  height: 46px;
   2.867 +  line-height: 46px;
   2.868  }
   2.869  
   2.870  textarea.input-group-lg > .form-control,
   2.871 @@ -4102,13 +4129,6 @@
   2.872    border-color: #428bca;
   2.873  }
   2.874  
   2.875 -.nav .open > a .caret,
   2.876 -.nav .open > a:hover .caret,
   2.877 -.nav .open > a:focus .caret {
   2.878 -  border-top-color: #2a6496;
   2.879 -  border-bottom-color: #2a6496;
   2.880 -}
   2.881 -
   2.882  .nav .nav-divider {
   2.883    height: 1px;
   2.884    margin: 9px 0;
   2.885 @@ -4221,13 +4241,6 @@
   2.886    background-color: #428bca;
   2.887  }
   2.888  
   2.889 -.nav-pills > li.active > a .caret,
   2.890 -.nav-pills > li.active > a:hover .caret,
   2.891 -.nav-pills > li.active > a:focus .caret {
   2.892 -  border-top-color: #ffffff;
   2.893 -  border-bottom-color: #ffffff;
   2.894 -}
   2.895 -
   2.896  .nav-stacked > li {
   2.897    float: none;
   2.898  }
   2.899 @@ -4300,16 +4313,6 @@
   2.900    display: block;
   2.901  }
   2.902  
   2.903 -.nav .caret {
   2.904 -  border-top-color: #428bca;
   2.905 -  border-bottom-color: #428bca;
   2.906 -}
   2.907 -
   2.908 -.nav a:hover .caret {
   2.909 -  border-top-color: #2a6496;
   2.910 -  border-bottom-color: #2a6496;
   2.911 -}
   2.912 -
   2.913  .nav-tabs .dropdown-menu {
   2.914    margin-top: -1px;
   2.915    border-top-right-radius: 0;
   2.916 @@ -4422,16 +4425,13 @@
   2.917      overflow: visible !important;
   2.918    }
   2.919    .navbar-collapse.in {
   2.920 -    overflow-y: auto;
   2.921 -  }
   2.922 -  .navbar-collapse .navbar-nav.navbar-left:first-child {
   2.923 -    margin-left: -15px;
   2.924 -  }
   2.925 -  .navbar-collapse .navbar-nav.navbar-right:last-child {
   2.926 -    margin-right: -15px;
   2.927 -  }
   2.928 -  .navbar-collapse .navbar-text:last-child {
   2.929 -    margin-right: 0;
   2.930 +    overflow-y: visible;
   2.931 +  }
   2.932 +  .navbar-fixed-top .navbar-collapse,
   2.933 +  .navbar-static-top .navbar-collapse,
   2.934 +  .navbar-fixed-bottom .navbar-collapse {
   2.935 +    padding-right: 0;
   2.936 +    padding-left: 0;
   2.937    }
   2.938  }
   2.939  
   2.940 @@ -4512,6 +4512,7 @@
   2.941    margin-right: 15px;
   2.942    margin-bottom: 8px;
   2.943    background-color: transparent;
   2.944 +  background-image: none;
   2.945    border: 1px solid transparent;
   2.946    border-radius: 4px;
   2.947  }
   2.948 @@ -4578,6 +4579,9 @@
   2.949      padding-top: 15px;
   2.950      padding-bottom: 15px;
   2.951    }
   2.952 +  .navbar-nav.navbar-right:last-child {
   2.953 +    margin-right: -15px;
   2.954 +  }
   2.955  }
   2.956  
   2.957  @media (min-width: 768px) {
   2.958 @@ -4610,6 +4614,9 @@
   2.959    .navbar-form .form-control {
   2.960      display: inline-block;
   2.961    }
   2.962 +  .navbar-form select.form-control {
   2.963 +    width: auto;
   2.964 +  }
   2.965    .navbar-form .radio,
   2.966    .navbar-form .checkbox {
   2.967      display: inline-block;
   2.968 @@ -4641,6 +4648,9 @@
   2.969      -webkit-box-shadow: none;
   2.970              box-shadow: none;
   2.971    }
   2.972 +  .navbar-form.navbar-right:last-child {
   2.973 +    margin-right: -15px;
   2.974 +  }
   2.975  }
   2.976  
   2.977  .navbar-nav > li > .dropdown-menu {
   2.978 @@ -4665,17 +4675,30 @@
   2.979    margin-bottom: 8px;
   2.980  }
   2.981  
   2.982 +.navbar-btn.btn-sm {
   2.983 +  margin-top: 10px;
   2.984 +  margin-bottom: 10px;
   2.985 +}
   2.986 +
   2.987 +.navbar-btn.btn-xs {
   2.988 +  margin-top: 14px;
   2.989 +  margin-bottom: 14px;
   2.990 +}
   2.991 +
   2.992  .navbar-text {
   2.993 -  float: left;
   2.994    margin-top: 15px;
   2.995    margin-bottom: 15px;
   2.996  }
   2.997  
   2.998  @media (min-width: 768px) {
   2.999    .navbar-text {
  2.1000 +    float: left;
  2.1001      margin-right: 15px;
  2.1002      margin-left: 15px;
  2.1003    }
  2.1004 +  .navbar-text.navbar-right:last-child {
  2.1005 +    margin-right: 0;
  2.1006 +  }
  2.1007  }
  2.1008  
  2.1009  .navbar-default {
  2.1010 @@ -4739,12 +4762,6 @@
  2.1011    border-color: #e7e7e7;
  2.1012  }
  2.1013  
  2.1014 -.navbar-default .navbar-nav > .dropdown > a:hover .caret,
  2.1015 -.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  2.1016 -  border-top-color: #333333;
  2.1017 -  border-bottom-color: #333333;
  2.1018 -}
  2.1019 -
  2.1020  .navbar-default .navbar-nav > .open > a,
  2.1021  .navbar-default .navbar-nav > .open > a:hover,
  2.1022  .navbar-default .navbar-nav > .open > a:focus {
  2.1023 @@ -4752,18 +4769,6 @@
  2.1024    background-color: #e7e7e7;
  2.1025  }
  2.1026  
  2.1027 -.navbar-default .navbar-nav > .open > a .caret,
  2.1028 -.navbar-default .navbar-nav > .open > a:hover .caret,
  2.1029 -.navbar-default .navbar-nav > .open > a:focus .caret {
  2.1030 -  border-top-color: #555555;
  2.1031 -  border-bottom-color: #555555;
  2.1032 -}
  2.1033 -
  2.1034 -.navbar-default .navbar-nav > .dropdown > a .caret {
  2.1035 -  border-top-color: #777777;
  2.1036 -  border-bottom-color: #777777;
  2.1037 -}
  2.1038 -
  2.1039  @media (max-width: 767px) {
  2.1040    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  2.1041      color: #777777;
  2.1042 @@ -4863,27 +4868,13 @@
  2.1043    background-color: #080808;
  2.1044  }
  2.1045  
  2.1046 -.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  2.1047 -  border-top-color: #ffffff;
  2.1048 -  border-bottom-color: #ffffff;
  2.1049 -}
  2.1050 -
  2.1051 -.navbar-inverse .navbar-nav > .dropdown > a .caret {
  2.1052 -  border-top-color: #999999;
  2.1053 -  border-bottom-color: #999999;
  2.1054 -}
  2.1055 -
  2.1056 -.navbar-inverse .navbar-nav > .open > a .caret,
  2.1057 -.navbar-inverse .navbar-nav > .open > a:hover .caret,
  2.1058 -.navbar-inverse .navbar-nav > .open > a:focus .caret {
  2.1059 -  border-top-color: #ffffff;
  2.1060 -  border-bottom-color: #ffffff;
  2.1061 -}
  2.1062 -
  2.1063  @media (max-width: 767px) {
  2.1064    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  2.1065      border-color: #080808;
  2.1066    }
  2.1067 +  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  2.1068 +    background-color: #080808;
  2.1069 +  }
  2.1070    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  2.1071      color: #999999;
  2.1072    }
  2.1073 @@ -5129,6 +5120,11 @@
  2.1074    display: none;
  2.1075  }
  2.1076  
  2.1077 +.btn .label {
  2.1078 +  position: relative;
  2.1079 +  top: -1px;
  2.1080 +}
  2.1081 +
  2.1082  .label-default {
  2.1083    background-color: #999999;
  2.1084  }
  2.1085 @@ -5202,6 +5198,11 @@
  2.1086    display: none;
  2.1087  }
  2.1088  
  2.1089 +.btn .badge {
  2.1090 +  position: relative;
  2.1091 +  top: -1px;
  2.1092 +}
  2.1093 +
  2.1094  a.badge:hover,
  2.1095  a.badge:focus {
  2.1096    color: #ffffff;
  2.1097 @@ -5209,11 +5210,6 @@
  2.1098    cursor: pointer;
  2.1099  }
  2.1100  
  2.1101 -.btn .badge {
  2.1102 -  position: relative;
  2.1103 -  top: -1px;
  2.1104 -}
  2.1105 -
  2.1106  a.list-group-item.active > .badge,
  2.1107  .nav-pills > .active > a > .badge {
  2.1108    color: #428bca;
  2.1109 @@ -5234,7 +5230,8 @@
  2.1110    background-color: #eeeeee;
  2.1111  }
  2.1112  
  2.1113 -.jumbotron h1 {
  2.1114 +.jumbotron h1,
  2.1115 +.jumbotron .h1 {
  2.1116    line-height: 1;
  2.1117    color: inherit;
  2.1118  }
  2.1119 @@ -5247,6 +5244,10 @@
  2.1120    border-radius: 6px;
  2.1121  }
  2.1122  
  2.1123 +.jumbotron .container {
  2.1124 +  max-width: 100%;
  2.1125 +}
  2.1126 +
  2.1127  @media screen and (min-width: 768px) {
  2.1128    .jumbotron {
  2.1129      padding-top: 48px;
  2.1130 @@ -5256,16 +5257,14 @@
  2.1131      padding-right: 60px;
  2.1132      padding-left: 60px;
  2.1133    }
  2.1134 -  .jumbotron h1 {
  2.1135 +  .jumbotron h1,
  2.1136 +  .jumbotron .h1 {
  2.1137      font-size: 63px;
  2.1138    }
  2.1139  }
  2.1140  
  2.1141  .thumbnail {
  2.1142 -  display: inline-block;
  2.1143    display: block;
  2.1144 -  height: auto;
  2.1145 -  max-width: 100%;
  2.1146    padding: 4px;
  2.1147    margin-bottom: 20px;
  2.1148    line-height: 1.428571429;
  2.1149 @@ -5276,7 +5275,8 @@
  2.1150            transition: all 0.2s ease-in-out;
  2.1151  }
  2.1152  
  2.1153 -.thumbnail > img {
  2.1154 +.thumbnail > img,
  2.1155 +.thumbnail a > img {
  2.1156    display: block;
  2.1157    height: auto;
  2.1158    max-width: 100%;
  2.1159 @@ -5332,7 +5332,7 @@
  2.1160  }
  2.1161  
  2.1162  .alert-success {
  2.1163 -  color: #468847;
  2.1164 +  color: #3c763d;
  2.1165    background-color: #dff0d8;
  2.1166    border-color: #d6e9c6;
  2.1167  }
  2.1168 @@ -5342,11 +5342,11 @@
  2.1169  }
  2.1170  
  2.1171  .alert-success .alert-link {
  2.1172 -  color: #356635;
  2.1173 +  color: #2b542c;
  2.1174  }
  2.1175  
  2.1176  .alert-info {
  2.1177 -  color: #3a87ad;
  2.1178 +  color: #31708f;
  2.1179    background-color: #d9edf7;
  2.1180    border-color: #bce8f1;
  2.1181  }
  2.1182 @@ -5356,11 +5356,11 @@
  2.1183  }
  2.1184  
  2.1185  .alert-info .alert-link {
  2.1186 -  color: #2d6987;
  2.1187 +  color: #245269;
  2.1188  }
  2.1189  
  2.1190  .alert-warning {
  2.1191 -  color: #c09853;
  2.1192 +  color: #8a6d3b;
  2.1193    background-color: #fcf8e3;
  2.1194    border-color: #faebcc;
  2.1195  }
  2.1196 @@ -5370,11 +5370,11 @@
  2.1197  }
  2.1198  
  2.1199  .alert-warning .alert-link {
  2.1200 -  color: #a47e3c;
  2.1201 +  color: #66512c;
  2.1202  }
  2.1203  
  2.1204  .alert-danger {
  2.1205 -  color: #b94a48;
  2.1206 +  color: #a94442;
  2.1207    background-color: #f2dede;
  2.1208    border-color: #ebccd1;
  2.1209  }
  2.1210 @@ -5384,7 +5384,7 @@
  2.1211  }
  2.1212  
  2.1213  .alert-danger .alert-link {
  2.1214 -  color: #953b39;
  2.1215 +  color: #843534;
  2.1216  }
  2.1217  
  2.1218  @-webkit-keyframes progress-bar-stripes {
  2.1219 @@ -5396,24 +5396,6 @@
  2.1220    }
  2.1221  }
  2.1222  
  2.1223 -@-moz-keyframes progress-bar-stripes {
  2.1224 -  from {
  2.1225 -    background-position: 40px 0;
  2.1226 -  }
  2.1227 -  to {
  2.1228 -    background-position: 0 0;
  2.1229 -  }
  2.1230 -}
  2.1231 -
  2.1232 -@-o-keyframes progress-bar-stripes {
  2.1233 -  from {
  2.1234 -    background-position: 0 0;
  2.1235 -  }
  2.1236 -  to {
  2.1237 -    background-position: 40px 0;
  2.1238 -  }
  2.1239 -}
  2.1240 -
  2.1241  @keyframes progress-bar-stripes {
  2.1242    from {
  2.1243      background-position: 40px 0;
  2.1244 @@ -5449,9 +5431,7 @@
  2.1245  }
  2.1246  
  2.1247  .progress-striped .progress-bar {
  2.1248 -  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  2.1249    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);
  2.1250 -  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  2.1251    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);
  2.1252    background-size: 40px 40px;
  2.1253  }
  2.1254 @@ -5466,9 +5446,7 @@
  2.1255  }
  2.1256  
  2.1257  .progress-striped .progress-bar-success {
  2.1258 -  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  2.1259    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);
  2.1260 -  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  2.1261    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);
  2.1262  }
  2.1263  
  2.1264 @@ -5477,9 +5455,7 @@
  2.1265  }
  2.1266  
  2.1267  .progress-striped .progress-bar-info {
  2.1268 -  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  2.1269    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);
  2.1270 -  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  2.1271    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);
  2.1272  }
  2.1273  
  2.1274 @@ -5488,9 +5464,7 @@
  2.1275  }
  2.1276  
  2.1277  .progress-striped .progress-bar-warning {
  2.1278 -  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  2.1279    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);
  2.1280 -  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  2.1281    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);
  2.1282  }
  2.1283  
  2.1284 @@ -5499,9 +5473,7 @@
  2.1285  }
  2.1286  
  2.1287  .progress-striped .progress-bar-danger {
  2.1288 -  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  2.1289    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);
  2.1290 -  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  2.1291    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);
  2.1292  }
  2.1293  
  2.1294 @@ -5674,7 +5646,7 @@
  2.1295  }
  2.1296  
  2.1297  .panel > .table,
  2.1298 -.panel > .table-responsive {
  2.1299 +.panel > .table-responsive > .table {
  2.1300    margin-bottom: 0;
  2.1301  }
  2.1302  
  2.1303 @@ -5683,6 +5655,11 @@
  2.1304    border-top: 1px solid #dddddd;
  2.1305  }
  2.1306  
  2.1307 +.panel > .table > tbody:first-child th,
  2.1308 +.panel > .table > tbody:first-child td {
  2.1309 +  border-top: 0;
  2.1310 +}
  2.1311 +
  2.1312  .panel > .table-bordered,
  2.1313  .panel > .table-responsive > .table-bordered {
  2.1314    border: 0;
  2.1315 @@ -5733,6 +5710,11 @@
  2.1316    border-bottom: 0;
  2.1317  }
  2.1318  
  2.1319 +.panel > .table-responsive {
  2.1320 +  margin-bottom: 0;
  2.1321 +  border: 0;
  2.1322 +}
  2.1323 +
  2.1324  .panel-heading {
  2.1325    padding: 10px 15px;
  2.1326    border-bottom: 1px solid transparent;
  2.1327 @@ -5748,6 +5730,7 @@
  2.1328    margin-top: 0;
  2.1329    margin-bottom: 0;
  2.1330    font-size: 16px;
  2.1331 +  color: inherit;
  2.1332  }
  2.1333  
  2.1334  .panel-title > a {
  2.1335 @@ -5802,10 +5785,6 @@
  2.1336    border-top-color: #dddddd;
  2.1337  }
  2.1338  
  2.1339 -.panel-default > .panel-heading > .dropdown .caret {
  2.1340 -  border-color: #333333 transparent;
  2.1341 -}
  2.1342 -
  2.1343  .panel-default > .panel-footer + .panel-collapse .panel-body {
  2.1344    border-bottom-color: #dddddd;
  2.1345  }
  2.1346 @@ -5824,10 +5803,6 @@
  2.1347    border-top-color: #428bca;
  2.1348  }
  2.1349  
  2.1350 -.panel-primary > .panel-heading > .dropdown .caret {
  2.1351 -  border-color: #ffffff transparent;
  2.1352 -}
  2.1353 -
  2.1354  .panel-primary > .panel-footer + .panel-collapse .panel-body {
  2.1355    border-bottom-color: #428bca;
  2.1356  }
  2.1357 @@ -5837,7 +5812,7 @@
  2.1358  }
  2.1359  
  2.1360  .panel-success > .panel-heading {
  2.1361 -  color: #468847;
  2.1362 +  color: #3c763d;
  2.1363    background-color: #dff0d8;
  2.1364    border-color: #d6e9c6;
  2.1365  }
  2.1366 @@ -5846,10 +5821,6 @@
  2.1367    border-top-color: #d6e9c6;
  2.1368  }
  2.1369  
  2.1370 -.panel-success > .panel-heading > .dropdown .caret {
  2.1371 -  border-color: #468847 transparent;
  2.1372 -}
  2.1373 -
  2.1374  .panel-success > .panel-footer + .panel-collapse .panel-body {
  2.1375    border-bottom-color: #d6e9c6;
  2.1376  }
  2.1377 @@ -5859,7 +5830,7 @@
  2.1378  }
  2.1379  
  2.1380  .panel-warning > .panel-heading {
  2.1381 -  color: #c09853;
  2.1382 +  color: #8a6d3b;
  2.1383    background-color: #fcf8e3;
  2.1384    border-color: #faebcc;
  2.1385  }
  2.1386 @@ -5868,10 +5839,6 @@
  2.1387    border-top-color: #faebcc;
  2.1388  }
  2.1389  
  2.1390 -.panel-warning > .panel-heading > .dropdown .caret {
  2.1391 -  border-color: #c09853 transparent;
  2.1392 -}
  2.1393 -
  2.1394  .panel-warning > .panel-footer + .panel-collapse .panel-body {
  2.1395    border-bottom-color: #faebcc;
  2.1396  }
  2.1397 @@ -5881,7 +5848,7 @@
  2.1398  }
  2.1399  
  2.1400  .panel-danger > .panel-heading {
  2.1401 -  color: #b94a48;
  2.1402 +  color: #a94442;
  2.1403    background-color: #f2dede;
  2.1404    border-color: #ebccd1;
  2.1405  }
  2.1406 @@ -5890,10 +5857,6 @@
  2.1407    border-top-color: #ebccd1;
  2.1408  }
  2.1409  
  2.1410 -.panel-danger > .panel-heading > .dropdown .caret {
  2.1411 -  border-color: #b94a48 transparent;
  2.1412 -}
  2.1413 -
  2.1414  .panel-danger > .panel-footer + .panel-collapse .panel-body {
  2.1415    border-bottom-color: #ebccd1;
  2.1416  }
  2.1417 @@ -5903,7 +5866,7 @@
  2.1418  }
  2.1419  
  2.1420  .panel-info > .panel-heading {
  2.1421 -  color: #3a87ad;
  2.1422 +  color: #31708f;
  2.1423    background-color: #d9edf7;
  2.1424    border-color: #bce8f1;
  2.1425  }
  2.1426 @@ -5912,10 +5875,6 @@
  2.1427    border-top-color: #bce8f1;
  2.1428  }
  2.1429  
  2.1430 -.panel-info > .panel-heading > .dropdown .caret {
  2.1431 -  border-color: #3a87ad transparent;
  2.1432 -}
  2.1433 -
  2.1434  .panel-info > .panel-footer + .panel-collapse .panel-body {
  2.1435    border-bottom-color: #bce8f1;
  2.1436  }
  2.1437 @@ -6010,9 +5969,7 @@
  2.1438    position: relative;
  2.1439    z-index: 1050;
  2.1440    width: auto;
  2.1441 -  padding: 10px;
  2.1442 -  margin-right: auto;
  2.1443 -  margin-left: auto;
  2.1444 +  margin: 10px;
  2.1445  }
  2.1446  
  2.1447  .modal-content {
  2.1448 @@ -6110,8 +6067,7 @@
  2.1449  @media screen and (min-width: 768px) {
  2.1450    .modal-dialog {
  2.1451      width: 600px;
  2.1452 -    padding-top: 30px;
  2.1453 -    padding-bottom: 30px;
  2.1454 +    margin: 30px auto;
  2.1455    }
  2.1456    .modal-content {
  2.1457      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  2.1458 @@ -6448,9 +6404,7 @@
  2.1459  }
  2.1460  
  2.1461  .carousel-control.left {
  2.1462 -  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  2.1463    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  2.1464 -  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  2.1465    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  2.1466    background-repeat: repeat-x;
  2.1467    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  2.1468 @@ -6459,9 +6413,7 @@
  2.1469  .carousel-control.right {
  2.1470    right: 0;
  2.1471    left: auto;
  2.1472 -  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  2.1473    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  2.1474 -  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  2.1475    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  2.1476    background-repeat: repeat-x;
  2.1477    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  2.1478 @@ -6471,6 +6423,7 @@
  2.1479  .carousel-control:focus {
  2.1480    color: #ffffff;
  2.1481    text-decoration: none;
  2.1482 +  outline: none;
  2.1483    opacity: 0.9;
  2.1484    filter: alpha(opacity=90);
  2.1485  }
  2.1486 @@ -6650,6 +6603,9 @@
  2.1487    .visible-xs {
  2.1488      display: block !important;
  2.1489    }
  2.1490 +  table.visible-xs {
  2.1491 +    display: table;
  2.1492 +  }
  2.1493    tr.visible-xs {
  2.1494      display: table-row !important;
  2.1495    }
  2.1496 @@ -6663,6 +6619,9 @@
  2.1497    .visible-xs.visible-sm {
  2.1498      display: block !important;
  2.1499    }
  2.1500 +  table.visible-xs.visible-sm {
  2.1501 +    display: table;
  2.1502 +  }
  2.1503    tr.visible-xs.visible-sm {
  2.1504      display: table-row !important;
  2.1505    }
  2.1506 @@ -6676,6 +6635,9 @@
  2.1507    .visible-xs.visible-md {
  2.1508      display: block !important;
  2.1509    }
  2.1510 +  table.visible-xs.visible-md {
  2.1511 +    display: table;
  2.1512 +  }
  2.1513    tr.visible-xs.visible-md {
  2.1514      display: table-row !important;
  2.1515    }
  2.1516 @@ -6689,6 +6651,9 @@
  2.1517    .visible-xs.visible-lg {
  2.1518      display: block !important;
  2.1519    }
  2.1520 +  table.visible-xs.visible-lg {
  2.1521 +    display: table;
  2.1522 +  }
  2.1523    tr.visible-xs.visible-lg {
  2.1524      display: table-row !important;
  2.1525    }
  2.1526 @@ -6709,6 +6674,9 @@
  2.1527    .visible-sm.visible-xs {
  2.1528      display: block !important;
  2.1529    }
  2.1530 +  table.visible-sm.visible-xs {
  2.1531 +    display: table;
  2.1532 +  }
  2.1533    tr.visible-sm.visible-xs {
  2.1534      display: table-row !important;
  2.1535    }
  2.1536 @@ -6722,6 +6690,9 @@
  2.1537    .visible-sm {
  2.1538      display: block !important;
  2.1539    }
  2.1540 +  table.visible-sm {
  2.1541 +    display: table;
  2.1542 +  }
  2.1543    tr.visible-sm {
  2.1544      display: table-row !important;
  2.1545    }
  2.1546 @@ -6735,6 +6706,9 @@
  2.1547    .visible-sm.visible-md {
  2.1548      display: block !important;
  2.1549    }
  2.1550 +  table.visible-sm.visible-md {
  2.1551 +    display: table;
  2.1552 +  }
  2.1553    tr.visible-sm.visible-md {
  2.1554      display: table-row !important;
  2.1555    }
  2.1556 @@ -6748,6 +6722,9 @@
  2.1557    .visible-sm.visible-lg {
  2.1558      display: block !important;
  2.1559    }
  2.1560 +  table.visible-sm.visible-lg {
  2.1561 +    display: table;
  2.1562 +  }
  2.1563    tr.visible-sm.visible-lg {
  2.1564      display: table-row !important;
  2.1565    }
  2.1566 @@ -6768,6 +6745,9 @@
  2.1567    .visible-md.visible-xs {
  2.1568      display: block !important;
  2.1569    }
  2.1570 +  table.visible-md.visible-xs {
  2.1571 +    display: table;
  2.1572 +  }
  2.1573    tr.visible-md.visible-xs {
  2.1574      display: table-row !important;
  2.1575    }
  2.1576 @@ -6781,6 +6761,9 @@
  2.1577    .visible-md.visible-sm {
  2.1578      display: block !important;
  2.1579    }
  2.1580 +  table.visible-md.visible-sm {
  2.1581 +    display: table;
  2.1582 +  }
  2.1583    tr.visible-md.visible-sm {
  2.1584      display: table-row !important;
  2.1585    }
  2.1586 @@ -6794,6 +6777,9 @@
  2.1587    .visible-md {
  2.1588      display: block !important;
  2.1589    }
  2.1590 +  table.visible-md {
  2.1591 +    display: table;
  2.1592 +  }
  2.1593    tr.visible-md {
  2.1594      display: table-row !important;
  2.1595    }
  2.1596 @@ -6807,6 +6793,9 @@
  2.1597    .visible-md.visible-lg {
  2.1598      display: block !important;
  2.1599    }
  2.1600 +  table.visible-md.visible-lg {
  2.1601 +    display: table;
  2.1602 +  }
  2.1603    tr.visible-md.visible-lg {
  2.1604      display: table-row !important;
  2.1605    }
  2.1606 @@ -6827,6 +6816,9 @@
  2.1607    .visible-lg.visible-xs {
  2.1608      display: block !important;
  2.1609    }
  2.1610 +  table.visible-lg.visible-xs {
  2.1611 +    display: table;
  2.1612 +  }
  2.1613    tr.visible-lg.visible-xs {
  2.1614      display: table-row !important;
  2.1615    }
  2.1616 @@ -6840,6 +6832,9 @@
  2.1617    .visible-lg.visible-sm {
  2.1618      display: block !important;
  2.1619    }
  2.1620 +  table.visible-lg.visible-sm {
  2.1621 +    display: table;
  2.1622 +  }
  2.1623    tr.visible-lg.visible-sm {
  2.1624      display: table-row !important;
  2.1625    }
  2.1626 @@ -6853,6 +6848,9 @@
  2.1627    .visible-lg.visible-md {
  2.1628      display: block !important;
  2.1629    }
  2.1630 +  table.visible-lg.visible-md {
  2.1631 +    display: table;
  2.1632 +  }
  2.1633    tr.visible-lg.visible-md {
  2.1634      display: table-row !important;
  2.1635    }
  2.1636 @@ -6866,6 +6864,9 @@
  2.1637    .visible-lg {
  2.1638      display: block !important;
  2.1639    }
  2.1640 +  table.visible-lg {
  2.1641 +    display: table;
  2.1642 +  }
  2.1643    tr.visible-lg {
  2.1644      display: table-row !important;
  2.1645    }
  2.1646 @@ -6879,6 +6880,10 @@
  2.1647    display: block !important;
  2.1648  }
  2.1649  
  2.1650 +table.hidden-xs {
  2.1651 +  display: table;
  2.1652 +}
  2.1653 +
  2.1654  tr.hidden-xs {
  2.1655    display: table-row !important;
  2.1656  }
  2.1657 @@ -6928,6 +6933,10 @@
  2.1658    display: block !important;
  2.1659  }
  2.1660  
  2.1661 +table.hidden-sm {
  2.1662 +  display: table;
  2.1663 +}
  2.1664 +
  2.1665  tr.hidden-sm {
  2.1666    display: table-row !important;
  2.1667  }
  2.1668 @@ -6977,6 +6986,10 @@
  2.1669    display: block !important;
  2.1670  }
  2.1671  
  2.1672 +table.hidden-md {
  2.1673 +  display: table;
  2.1674 +}
  2.1675 +
  2.1676  tr.hidden-md {
  2.1677    display: table-row !important;
  2.1678  }
  2.1679 @@ -7026,6 +7039,10 @@
  2.1680    display: block !important;
  2.1681  }
  2.1682  
  2.1683 +table.hidden-lg {
  2.1684 +  display: table;
  2.1685 +}
  2.1686 +
  2.1687  tr.hidden-lg {
  2.1688    display: table-row !important;
  2.1689  }
  2.1690 @@ -7082,6 +7099,9 @@
  2.1691    .visible-print {
  2.1692      display: block !important;
  2.1693    }
  2.1694 +  table.visible-print {
  2.1695 +    display: table;
  2.1696 +  }
  2.1697    tr.visible-print {
  2.1698      display: table-row !important;
  2.1699    }
Impressum Datenschutzerklärung