1.1 --- a/static/css/bootstrap.css Fri Dec 20 21:47:28 2013 +0100
1.2 +++ b/static/css/bootstrap.css Fri Dec 20 21:51:17 2013 +0100
1.3 @@ -1,9 +1,7 @@
1.4 /*!
1.5 - * Bootstrap v3.0.2 by @fat and @mdo
1.6 + * Bootstrap v3.0.3 (http://getbootstrap.com)
1.7 * Copyright 2013 Twitter, Inc.
1.8 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
1.9 - *
1.10 - * Designed and built with all the love in the world by @mdo and @fat.
1.11 */
1.12
1.13 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
1.14 @@ -333,7 +331,7 @@
1.15 }
1.16
1.17 a:focus {
1.18 - outline: thin dotted #333;
1.19 + outline: thin dotted;
1.20 outline: 5px auto -webkit-focus-ring-color;
1.21 outline-offset: -2px;
1.22 }
1.23 @@ -387,88 +385,6 @@
1.24 border: 0;
1.25 }
1.26
1.27 -p {
1.28 - margin: 0 0 10px;
1.29 -}
1.30 -
1.31 -.lead {
1.32 - margin-bottom: 20px;
1.33 - font-size: 16px;
1.34 - font-weight: 200;
1.35 - line-height: 1.4;
1.36 -}
1.37 -
1.38 -@media (min-width: 768px) {
1.39 - .lead {
1.40 - font-size: 21px;
1.41 - }
1.42 -}
1.43 -
1.44 -small,
1.45 -.small {
1.46 - font-size: 85%;
1.47 -}
1.48 -
1.49 -cite {
1.50 - font-style: normal;
1.51 -}
1.52 -
1.53 -.text-muted {
1.54 - color: #999999;
1.55 -}
1.56 -
1.57 -.text-primary {
1.58 - color: #428bca;
1.59 -}
1.60 -
1.61 -.text-primary:hover {
1.62 - color: #3071a9;
1.63 -}
1.64 -
1.65 -.text-warning {
1.66 - color: #c09853;
1.67 -}
1.68 -
1.69 -.text-warning:hover {
1.70 - color: #a47e3c;
1.71 -}
1.72 -
1.73 -.text-danger {
1.74 - color: #b94a48;
1.75 -}
1.76 -
1.77 -.text-danger:hover {
1.78 - color: #953b39;
1.79 -}
1.80 -
1.81 -.text-success {
1.82 - color: #468847;
1.83 -}
1.84 -
1.85 -.text-success:hover {
1.86 - color: #356635;
1.87 -}
1.88 -
1.89 -.text-info {
1.90 - color: #3a87ad;
1.91 -}
1.92 -
1.93 -.text-info:hover {
1.94 - color: #2d6987;
1.95 -}
1.96 -
1.97 -.text-left {
1.98 - text-align: left;
1.99 -}
1.100 -
1.101 -.text-right {
1.102 - text-align: right;
1.103 -}
1.104 -
1.105 -.text-center {
1.106 - text-align: center;
1.107 -}
1.108 -
1.109 h1,
1.110 h2,
1.111 h3,
1.112 @@ -578,6 +494,88 @@
1.113 font-size: 12px;
1.114 }
1.115
1.116 +p {
1.117 + margin: 0 0 10px;
1.118 +}
1.119 +
1.120 +.lead {
1.121 + margin-bottom: 20px;
1.122 + font-size: 16px;
1.123 + font-weight: 200;
1.124 + line-height: 1.4;
1.125 +}
1.126 +
1.127 +@media (min-width: 768px) {
1.128 + .lead {
1.129 + font-size: 21px;
1.130 + }
1.131 +}
1.132 +
1.133 +small,
1.134 +.small {
1.135 + font-size: 85%;
1.136 +}
1.137 +
1.138 +cite {
1.139 + font-style: normal;
1.140 +}
1.141 +
1.142 +.text-muted {
1.143 + color: #999999;
1.144 +}
1.145 +
1.146 +.text-primary {
1.147 + color: #428bca;
1.148 +}
1.149 +
1.150 +.text-primary:hover {
1.151 + color: #3071a9;
1.152 +}
1.153 +
1.154 +.text-warning {
1.155 + color: #8a6d3b;
1.156 +}
1.157 +
1.158 +.text-warning:hover {
1.159 + color: #66512c;
1.160 +}
1.161 +
1.162 +.text-danger {
1.163 + color: #a94442;
1.164 +}
1.165 +
1.166 +.text-danger:hover {
1.167 + color: #843534;
1.168 +}
1.169 +
1.170 +.text-success {
1.171 + color: #3c763d;
1.172 +}
1.173 +
1.174 +.text-success:hover {
1.175 + color: #2b542c;
1.176 +}
1.177 +
1.178 +.text-info {
1.179 + color: #31708f;
1.180 +}
1.181 +
1.182 +.text-info:hover {
1.183 + color: #245269;
1.184 +}
1.185 +
1.186 +.text-left {
1.187 + text-align: left;
1.188 +}
1.189 +
1.190 +.text-right {
1.191 + text-align: right;
1.192 +}
1.193 +
1.194 +.text-center {
1.195 + text-align: center;
1.196 +}
1.197 +
1.198 .page-header {
1.199 padding-bottom: 9px;
1.200 margin: 40px 0 20px;
1.201 @@ -618,6 +616,7 @@
1.202 }
1.203
1.204 dl {
1.205 + margin-top: 0;
1.206 margin-bottom: 20px;
1.207 }
1.208
1.209 @@ -671,7 +670,7 @@
1.210 border-bottom: 1px dotted #999999;
1.211 }
1.212
1.213 -abbr.initialism {
1.214 +.initialism {
1.215 font-size: 90%;
1.216 text-transform: uppercase;
1.217 }
1.218 @@ -692,13 +691,15 @@
1.219 margin-bottom: 0;
1.220 }
1.221
1.222 -blockquote small {
1.223 +blockquote small,
1.224 +blockquote .small {
1.225 display: block;
1.226 line-height: 1.428571429;
1.227 color: #999999;
1.228 }
1.229
1.230 -blockquote small:before {
1.231 +blockquote small:before,
1.232 +blockquote .small:before {
1.233 content: '\2014 \00A0';
1.234 }
1.235
1.236 @@ -740,7 +741,7 @@
1.237 kbd,
1.238 pre,
1.239 samp {
1.240 - font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
1.241 + font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1.242 }
1.243
1.244 code {
1.245 @@ -807,6 +808,24 @@
1.246 clear: both;
1.247 }
1.248
1.249 +@media (min-width: 768px) {
1.250 + .container {
1.251 + width: 750px;
1.252 + }
1.253 +}
1.254 +
1.255 +@media (min-width: 992px) {
1.256 + .container {
1.257 + width: 970px;
1.258 + }
1.259 +}
1.260 +
1.261 +@media (min-width: 1200px) {
1.262 + .container {
1.263 + width: 1170px;
1.264 + }
1.265 +}
1.266 +
1.267 .row {
1.268 margin-right: -15px;
1.269 margin-left: -15px;
1.270 @@ -896,7 +915,8 @@
1.271 .col-xs-8,
1.272 .col-xs-9,
1.273 .col-xs-10,
1.274 -.col-xs-11 {
1.275 +.col-xs-11,
1.276 +.col-xs-12 {
1.277 float: left;
1.278 }
1.279
1.280 @@ -1105,9 +1125,6 @@
1.281 }
1.282
1.283 @media (min-width: 768px) {
1.284 - .container {
1.285 - width: 750px;
1.286 - }
1.287 .col-sm-1,
1.288 .col-sm-2,
1.289 .col-sm-3,
1.290 @@ -1118,7 +1135,8 @@
1.291 .col-sm-8,
1.292 .col-sm-9,
1.293 .col-sm-10,
1.294 - .col-sm-11 {
1.295 + .col-sm-11,
1.296 + .col-sm-12 {
1.297 float: left;
1.298 }
1.299 .col-sm-12 {
1.300 @@ -1277,9 +1295,6 @@
1.301 }
1.302
1.303 @media (min-width: 992px) {
1.304 - .container {
1.305 - width: 970px;
1.306 - }
1.307 .col-md-1,
1.308 .col-md-2,
1.309 .col-md-3,
1.310 @@ -1290,7 +1305,8 @@
1.311 .col-md-8,
1.312 .col-md-9,
1.313 .col-md-10,
1.314 - .col-md-11 {
1.315 + .col-md-11,
1.316 + .col-md-12 {
1.317 float: left;
1.318 }
1.319 .col-md-12 {
1.320 @@ -1449,9 +1465,6 @@
1.321 }
1.322
1.323 @media (min-width: 1200px) {
1.324 - .container {
1.325 - width: 1170px;
1.326 - }
1.327 .col-lg-1,
1.328 .col-lg-2,
1.329 .col-lg-3,
1.330 @@ -1462,7 +1475,8 @@
1.331 .col-lg-8,
1.332 .col-lg-9,
1.333 .col-lg-10,
1.334 - .col-lg-11 {
1.335 + .col-lg-11,
1.336 + .col-lg-12 {
1.337 float: left;
1.338 }
1.339 .col-lg-12 {
1.340 @@ -1706,6 +1720,7 @@
1.341 }
1.342
1.343 table col[class*="col-"] {
1.344 + position: static;
1.345 display: table-column;
1.346 float: none;
1.347 }
1.348 @@ -1716,84 +1731,75 @@
1.349 float: none;
1.350 }
1.351
1.352 -.table > thead > tr > td.active,
1.353 -.table > tbody > tr > td.active,
1.354 -.table > tfoot > tr > td.active,
1.355 -.table > thead > tr > th.active,
1.356 -.table > tbody > tr > th.active,
1.357 -.table > tfoot > tr > th.active,
1.358 -.table > thead > tr.active > td,
1.359 -.table > tbody > tr.active > td,
1.360 -.table > tfoot > tr.active > td,
1.361 -.table > thead > tr.active > th,
1.362 -.table > tbody > tr.active > th,
1.363 -.table > tfoot > tr.active > th {
1.364 +.table > thead > tr > .active,
1.365 +.table > tbody > tr > .active,
1.366 +.table > tfoot > tr > .active,
1.367 +.table > thead > .active > td,
1.368 +.table > tbody > .active > td,
1.369 +.table > tfoot > .active > td,
1.370 +.table > thead > .active > th,
1.371 +.table > tbody > .active > th,
1.372 +.table > tfoot > .active > th {
1.373 background-color: #f5f5f5;
1.374 }
1.375
1.376 -.table > thead > tr > td.success,
1.377 -.table > tbody > tr > td.success,
1.378 -.table > tfoot > tr > td.success,
1.379 -.table > thead > tr > th.success,
1.380 -.table > tbody > tr > th.success,
1.381 -.table > tfoot > tr > th.success,
1.382 -.table > thead > tr.success > td,
1.383 -.table > tbody > tr.success > td,
1.384 -.table > tfoot > tr.success > td,
1.385 -.table > thead > tr.success > th,
1.386 -.table > tbody > tr.success > th,
1.387 -.table > tfoot > tr.success > th {
1.388 +.table-hover > tbody > tr > .active:hover,
1.389 +.table-hover > tbody > .active:hover > td,
1.390 +.table-hover > tbody > .active:hover > th {
1.391 + background-color: #e8e8e8;
1.392 +}
1.393 +
1.394 +.table > thead > tr > .success,
1.395 +.table > tbody > tr > .success,
1.396 +.table > tfoot > tr > .success,
1.397 +.table > thead > .success > td,
1.398 +.table > tbody > .success > td,
1.399 +.table > tfoot > .success > td,
1.400 +.table > thead > .success > th,
1.401 +.table > tbody > .success > th,
1.402 +.table > tfoot > .success > th {
1.403 background-color: #dff0d8;
1.404 }
1.405
1.406 -.table-hover > tbody > tr > td.success:hover,
1.407 -.table-hover > tbody > tr > th.success:hover,
1.408 -.table-hover > tbody > tr.success:hover > td,
1.409 -.table-hover > tbody > tr.success:hover > th {
1.410 +.table-hover > tbody > tr > .success:hover,
1.411 +.table-hover > tbody > .success:hover > td,
1.412 +.table-hover > tbody > .success:hover > th {
1.413 background-color: #d0e9c6;
1.414 }
1.415
1.416 -.table > thead > tr > td.danger,
1.417 -.table > tbody > tr > td.danger,
1.418 -.table > tfoot > tr > td.danger,
1.419 -.table > thead > tr > th.danger,
1.420 -.table > tbody > tr > th.danger,
1.421 -.table > tfoot > tr > th.danger,
1.422 -.table > thead > tr.danger > td,
1.423 -.table > tbody > tr.danger > td,
1.424 -.table > tfoot > tr.danger > td,
1.425 -.table > thead > tr.danger > th,
1.426 -.table > tbody > tr.danger > th,
1.427 -.table > tfoot > tr.danger > th {
1.428 +.table > thead > tr > .danger,
1.429 +.table > tbody > tr > .danger,
1.430 +.table > tfoot > tr > .danger,
1.431 +.table > thead > .danger > td,
1.432 +.table > tbody > .danger > td,
1.433 +.table > tfoot > .danger > td,
1.434 +.table > thead > .danger > th,
1.435 +.table > tbody > .danger > th,
1.436 +.table > tfoot > .danger > th {
1.437 background-color: #f2dede;
1.438 }
1.439
1.440 -.table-hover > tbody > tr > td.danger:hover,
1.441 -.table-hover > tbody > tr > th.danger:hover,
1.442 -.table-hover > tbody > tr.danger:hover > td,
1.443 -.table-hover > tbody > tr.danger:hover > th {
1.444 +.table-hover > tbody > tr > .danger:hover,
1.445 +.table-hover > tbody > .danger:hover > td,
1.446 +.table-hover > tbody > .danger:hover > th {
1.447 background-color: #ebcccc;
1.448 }
1.449
1.450 -.table > thead > tr > td.warning,
1.451 -.table > tbody > tr > td.warning,
1.452 -.table > tfoot > tr > td.warning,
1.453 -.table > thead > tr > th.warning,
1.454 -.table > tbody > tr > th.warning,
1.455 -.table > tfoot > tr > th.warning,
1.456 -.table > thead > tr.warning > td,
1.457 -.table > tbody > tr.warning > td,
1.458 -.table > tfoot > tr.warning > td,
1.459 -.table > thead > tr.warning > th,
1.460 -.table > tbody > tr.warning > th,
1.461 -.table > tfoot > tr.warning > th {
1.462 +.table > thead > tr > .warning,
1.463 +.table > tbody > tr > .warning,
1.464 +.table > tfoot > tr > .warning,
1.465 +.table > thead > .warning > td,
1.466 +.table > tbody > .warning > td,
1.467 +.table > tfoot > .warning > td,
1.468 +.table > thead > .warning > th,
1.469 +.table > tbody > .warning > th,
1.470 +.table > tfoot > .warning > th {
1.471 background-color: #fcf8e3;
1.472 }
1.473
1.474 -.table-hover > tbody > tr > td.warning:hover,
1.475 -.table-hover > tbody > tr > th.warning:hover,
1.476 -.table-hover > tbody > tr.warning:hover > td,
1.477 -.table-hover > tbody > tr.warning:hover > th {
1.478 +.table-hover > tbody > tr > .warning:hover,
1.479 +.table-hover > tbody > .warning:hover > td,
1.480 +.table-hover > tbody > .warning:hover > th {
1.481 background-color: #faf2cc;
1.482 }
1.483
1.484 @@ -1902,7 +1908,7 @@
1.485 input[type="file"]:focus,
1.486 input[type="radio"]:focus,
1.487 input[type="checkbox"]:focus {
1.488 - outline: thin dotted #333;
1.489 + outline: thin dotted;
1.490 outline: 5px auto -webkit-focus-ring-color;
1.491 outline-offset: -2px;
1.492 }
1.493 @@ -1953,6 +1959,7 @@
1.494
1.495 .form-control::-moz-placeholder {
1.496 color: #999999;
1.497 + opacity: 1;
1.498 }
1.499
1.500 .form-control:-ms-input-placeholder {
1.501 @@ -2058,7 +2065,7 @@
1.502 }
1.503
1.504 .input-lg {
1.505 - height: 45px;
1.506 + height: 46px;
1.507 padding: 10px 16px;
1.508 font-size: 18px;
1.509 line-height: 1.33;
1.510 @@ -2066,8 +2073,8 @@
1.511 }
1.512
1.513 select.input-lg {
1.514 - height: 45px;
1.515 - line-height: 45px;
1.516 + height: 46px;
1.517 + line-height: 46px;
1.518 }
1.519
1.520 textarea.input-lg {
1.521 @@ -2080,25 +2087,25 @@
1.522 .has-warning .checkbox,
1.523 .has-warning .radio-inline,
1.524 .has-warning .checkbox-inline {
1.525 - color: #c09853;
1.526 + color: #8a6d3b;
1.527 }
1.528
1.529 .has-warning .form-control {
1.530 - border-color: #c09853;
1.531 + border-color: #8a6d3b;
1.532 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.533 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.534 }
1.535
1.536 .has-warning .form-control:focus {
1.537 - border-color: #a47e3c;
1.538 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1.539 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1.540 + border-color: #66512c;
1.541 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1.542 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1.543 }
1.544
1.545 .has-warning .input-group-addon {
1.546 - color: #c09853;
1.547 + color: #8a6d3b;
1.548 background-color: #fcf8e3;
1.549 - border-color: #c09853;
1.550 + border-color: #8a6d3b;
1.551 }
1.552
1.553 .has-error .help-block,
1.554 @@ -2107,25 +2114,25 @@
1.555 .has-error .checkbox,
1.556 .has-error .radio-inline,
1.557 .has-error .checkbox-inline {
1.558 - color: #b94a48;
1.559 + color: #a94442;
1.560 }
1.561
1.562 .has-error .form-control {
1.563 - border-color: #b94a48;
1.564 + border-color: #a94442;
1.565 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.566 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.567 }
1.568
1.569 .has-error .form-control:focus {
1.570 - border-color: #953b39;
1.571 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1.572 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1.573 + border-color: #843534;
1.574 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1.575 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1.576 }
1.577
1.578 .has-error .input-group-addon {
1.579 - color: #b94a48;
1.580 + color: #a94442;
1.581 background-color: #f2dede;
1.582 - border-color: #b94a48;
1.583 + border-color: #a94442;
1.584 }
1.585
1.586 .has-success .help-block,
1.587 @@ -2134,25 +2141,25 @@
1.588 .has-success .checkbox,
1.589 .has-success .radio-inline,
1.590 .has-success .checkbox-inline {
1.591 - color: #468847;
1.592 + color: #3c763d;
1.593 }
1.594
1.595 .has-success .form-control {
1.596 - border-color: #468847;
1.597 + border-color: #3c763d;
1.598 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.599 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1.600 }
1.601
1.602 .has-success .form-control:focus {
1.603 - border-color: #356635;
1.604 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1.605 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1.606 + border-color: #2b542c;
1.607 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1.608 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1.609 }
1.610
1.611 .has-success .input-group-addon {
1.612 - color: #468847;
1.613 + color: #3c763d;
1.614 background-color: #dff0d8;
1.615 - border-color: #468847;
1.616 + border-color: #3c763d;
1.617 }
1.618
1.619 .form-control-static {
1.620 @@ -2175,6 +2182,9 @@
1.621 .form-inline .form-control {
1.622 display: inline-block;
1.623 }
1.624 + .form-inline select.form-control {
1.625 + width: auto;
1.626 + }
1.627 .form-inline .radio,
1.628 .form-inline .checkbox {
1.629 display: inline-block;
1.630 @@ -2199,6 +2209,11 @@
1.631 margin-bottom: 0;
1.632 }
1.633
1.634 +.form-horizontal .radio,
1.635 +.form-horizontal .checkbox {
1.636 + min-height: 27px;
1.637 +}
1.638 +
1.639 .form-horizontal .form-group {
1.640 margin-right: -15px;
1.641 margin-left: -15px;
1.642 @@ -2256,7 +2271,7 @@
1.643 }
1.644
1.645 .btn:focus {
1.646 - outline: thin dotted #333;
1.647 + outline: thin dotted;
1.648 outline: 5px auto -webkit-focus-ring-color;
1.649 outline-offset: -2px;
1.650 }
1.651 @@ -2327,6 +2342,11 @@
1.652 border-color: #cccccc;
1.653 }
1.654
1.655 +.btn-default .badge {
1.656 + color: #ffffff;
1.657 + background-color: #fff;
1.658 +}
1.659 +
1.660 .btn-primary {
1.661 color: #ffffff;
1.662 background-color: #428bca;
1.663 @@ -2368,6 +2388,11 @@
1.664 border-color: #357ebd;
1.665 }
1.666
1.667 +.btn-primary .badge {
1.668 + color: #428bca;
1.669 + background-color: #fff;
1.670 +}
1.671 +
1.672 .btn-warning {
1.673 color: #ffffff;
1.674 background-color: #f0ad4e;
1.675 @@ -2409,6 +2434,11 @@
1.676 border-color: #eea236;
1.677 }
1.678
1.679 +.btn-warning .badge {
1.680 + color: #f0ad4e;
1.681 + background-color: #fff;
1.682 +}
1.683 +
1.684 .btn-danger {
1.685 color: #ffffff;
1.686 background-color: #d9534f;
1.687 @@ -2450,6 +2480,11 @@
1.688 border-color: #d43f3a;
1.689 }
1.690
1.691 +.btn-danger .badge {
1.692 + color: #d9534f;
1.693 + background-color: #fff;
1.694 +}
1.695 +
1.696 .btn-success {
1.697 color: #ffffff;
1.698 background-color: #5cb85c;
1.699 @@ -2491,6 +2526,11 @@
1.700 border-color: #4cae4c;
1.701 }
1.702
1.703 +.btn-success .badge {
1.704 + color: #5cb85c;
1.705 + background-color: #fff;
1.706 +}
1.707 +
1.708 .btn-info {
1.709 color: #ffffff;
1.710 background-color: #5bc0de;
1.711 @@ -2532,6 +2572,11 @@
1.712 border-color: #46b8da;
1.713 }
1.714
1.715 +.btn-info .badge {
1.716 + color: #5bc0de;
1.717 + background-color: #fff;
1.718 +}
1.719 +
1.720 .btn-link {
1.721 font-weight: normal;
1.722 color: #428bca;
1.723 @@ -2577,8 +2622,7 @@
1.724 border-radius: 6px;
1.725 }
1.726
1.727 -.btn-sm,
1.728 -.btn-xs {
1.729 +.btn-sm {
1.730 padding: 5px 10px;
1.731 font-size: 12px;
1.732 line-height: 1.5;
1.733 @@ -2587,6 +2631,9 @@
1.734
1.735 .btn-xs {
1.736 padding: 1px 5px;
1.737 + font-size: 12px;
1.738 + line-height: 1.5;
1.739 + border-radius: 3px;
1.740 }
1.741
1.742 .btn-block {
1.743 @@ -2635,7 +2682,7 @@
1.744 @font-face {
1.745 font-family: 'Glyphicons Halflings';
1.746 src: url('../fonts/glyphicons-halflings-regular.eot');
1.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');
1.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');
1.749 }
1.750
1.751 .glyphicon {
1.752 @@ -3460,9 +3507,8 @@
1.753 height: 0;
1.754 margin-left: 2px;
1.755 vertical-align: middle;
1.756 - border-top: 4px solid #000000;
1.757 + border-top: 4px solid;
1.758 border-right: 4px solid transparent;
1.759 - border-bottom: 0 dotted;
1.760 border-left: 4px solid transparent;
1.761 }
1.762
1.763 @@ -3580,8 +3626,8 @@
1.764
1.765 .dropup .caret,
1.766 .navbar-fixed-bottom .dropdown .caret {
1.767 - border-top: 0 dotted;
1.768 - border-bottom: 4px solid #000000;
1.769 + border-top: 0;
1.770 + border-bottom: 4px solid;
1.771 content: "";
1.772 }
1.773
1.774 @@ -3599,30 +3645,6 @@
1.775 }
1.776 }
1.777
1.778 -.btn-default .caret {
1.779 - border-top-color: #333333;
1.780 -}
1.781 -
1.782 -.btn-primary .caret,
1.783 -.btn-success .caret,
1.784 -.btn-warning .caret,
1.785 -.btn-danger .caret,
1.786 -.btn-info .caret {
1.787 - border-top-color: #fff;
1.788 -}
1.789 -
1.790 -.dropup .btn-default .caret {
1.791 - border-bottom-color: #333333;
1.792 -}
1.793 -
1.794 -.dropup .btn-primary .caret,
1.795 -.dropup .btn-success .caret,
1.796 -.dropup .btn-warning .caret,
1.797 -.dropup .btn-danger .caret,
1.798 -.dropup .btn-info .caret {
1.799 - border-bottom-color: #fff;
1.800 -}
1.801 -
1.802 .btn-group,
1.803 .btn-group-vertical {
1.804 position: relative;
1.805 @@ -3734,7 +3756,6 @@
1.806 }
1.807
1.808 .btn-group-xs > .btn {
1.809 - padding: 5px 10px;
1.810 padding: 1px 5px;
1.811 font-size: 12px;
1.812 line-height: 1.5;
1.813 @@ -3789,7 +3810,8 @@
1.814 }
1.815
1.816 .btn-group-vertical > .btn,
1.817 -.btn-group-vertical > .btn-group {
1.818 +.btn-group-vertical > .btn-group,
1.819 +.btn-group-vertical > .btn-group > .btn {
1.820 display: block;
1.821 float: none;
1.822 width: 100%;
1.823 @@ -3866,12 +3888,17 @@
1.824 table-layout: fixed;
1.825 }
1.826
1.827 -.btn-group-justified .btn {
1.828 +.btn-group-justified > .btn,
1.829 +.btn-group-justified > .btn-group {
1.830 display: table-cell;
1.831 float: none;
1.832 width: 1%;
1.833 }
1.834
1.835 +.btn-group-justified > .btn-group .btn {
1.836 + width: 100%;
1.837 +}
1.838 +
1.839 [data-toggle="buttons"] > .btn > input[type="radio"],
1.840 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
1.841 display: none;
1.842 @@ -3883,7 +3910,7 @@
1.843 border-collapse: separate;
1.844 }
1.845
1.846 -.input-group.col {
1.847 +.input-group[class*="col-"] {
1.848 float: none;
1.849 padding-right: 0;
1.850 padding-left: 0;
1.851 @@ -3897,7 +3924,7 @@
1.852 .input-group-lg > .form-control,
1.853 .input-group-lg > .input-group-addon,
1.854 .input-group-lg > .input-group-btn > .btn {
1.855 - height: 45px;
1.856 + height: 46px;
1.857 padding: 10px 16px;
1.858 font-size: 18px;
1.859 line-height: 1.33;
1.860 @@ -3907,8 +3934,8 @@
1.861 select.input-group-lg > .form-control,
1.862 select.input-group-lg > .input-group-addon,
1.863 select.input-group-lg > .input-group-btn > .btn {
1.864 - height: 45px;
1.865 - line-height: 45px;
1.866 + height: 46px;
1.867 + line-height: 46px;
1.868 }
1.869
1.870 textarea.input-group-lg > .form-control,
1.871 @@ -4102,13 +4129,6 @@
1.872 border-color: #428bca;
1.873 }
1.874
1.875 -.nav .open > a .caret,
1.876 -.nav .open > a:hover .caret,
1.877 -.nav .open > a:focus .caret {
1.878 - border-top-color: #2a6496;
1.879 - border-bottom-color: #2a6496;
1.880 -}
1.881 -
1.882 .nav .nav-divider {
1.883 height: 1px;
1.884 margin: 9px 0;
1.885 @@ -4221,13 +4241,6 @@
1.886 background-color: #428bca;
1.887 }
1.888
1.889 -.nav-pills > li.active > a .caret,
1.890 -.nav-pills > li.active > a:hover .caret,
1.891 -.nav-pills > li.active > a:focus .caret {
1.892 - border-top-color: #ffffff;
1.893 - border-bottom-color: #ffffff;
1.894 -}
1.895 -
1.896 .nav-stacked > li {
1.897 float: none;
1.898 }
1.899 @@ -4300,16 +4313,6 @@
1.900 display: block;
1.901 }
1.902
1.903 -.nav .caret {
1.904 - border-top-color: #428bca;
1.905 - border-bottom-color: #428bca;
1.906 -}
1.907 -
1.908 -.nav a:hover .caret {
1.909 - border-top-color: #2a6496;
1.910 - border-bottom-color: #2a6496;
1.911 -}
1.912 -
1.913 .nav-tabs .dropdown-menu {
1.914 margin-top: -1px;
1.915 border-top-right-radius: 0;
1.916 @@ -4422,16 +4425,13 @@
1.917 overflow: visible !important;
1.918 }
1.919 .navbar-collapse.in {
1.920 - overflow-y: auto;
1.921 - }
1.922 - .navbar-collapse .navbar-nav.navbar-left:first-child {
1.923 - margin-left: -15px;
1.924 - }
1.925 - .navbar-collapse .navbar-nav.navbar-right:last-child {
1.926 - margin-right: -15px;
1.927 - }
1.928 - .navbar-collapse .navbar-text:last-child {
1.929 - margin-right: 0;
1.930 + overflow-y: visible;
1.931 + }
1.932 + .navbar-fixed-top .navbar-collapse,
1.933 + .navbar-static-top .navbar-collapse,
1.934 + .navbar-fixed-bottom .navbar-collapse {
1.935 + padding-right: 0;
1.936 + padding-left: 0;
1.937 }
1.938 }
1.939
1.940 @@ -4512,6 +4512,7 @@
1.941 margin-right: 15px;
1.942 margin-bottom: 8px;
1.943 background-color: transparent;
1.944 + background-image: none;
1.945 border: 1px solid transparent;
1.946 border-radius: 4px;
1.947 }
1.948 @@ -4578,6 +4579,9 @@
1.949 padding-top: 15px;
1.950 padding-bottom: 15px;
1.951 }
1.952 + .navbar-nav.navbar-right:last-child {
1.953 + margin-right: -15px;
1.954 + }
1.955 }
1.956
1.957 @media (min-width: 768px) {
1.958 @@ -4610,6 +4614,9 @@
1.959 .navbar-form .form-control {
1.960 display: inline-block;
1.961 }
1.962 + .navbar-form select.form-control {
1.963 + width: auto;
1.964 + }
1.965 .navbar-form .radio,
1.966 .navbar-form .checkbox {
1.967 display: inline-block;
1.968 @@ -4641,6 +4648,9 @@
1.969 -webkit-box-shadow: none;
1.970 box-shadow: none;
1.971 }
1.972 + .navbar-form.navbar-right:last-child {
1.973 + margin-right: -15px;
1.974 + }
1.975 }
1.976
1.977 .navbar-nav > li > .dropdown-menu {
1.978 @@ -4665,17 +4675,30 @@
1.979 margin-bottom: 8px;
1.980 }
1.981
1.982 +.navbar-btn.btn-sm {
1.983 + margin-top: 10px;
1.984 + margin-bottom: 10px;
1.985 +}
1.986 +
1.987 +.navbar-btn.btn-xs {
1.988 + margin-top: 14px;
1.989 + margin-bottom: 14px;
1.990 +}
1.991 +
1.992 .navbar-text {
1.993 - float: left;
1.994 margin-top: 15px;
1.995 margin-bottom: 15px;
1.996 }
1.997
1.998 @media (min-width: 768px) {
1.999 .navbar-text {
1.1000 + float: left;
1.1001 margin-right: 15px;
1.1002 margin-left: 15px;
1.1003 }
1.1004 + .navbar-text.navbar-right:last-child {
1.1005 + margin-right: 0;
1.1006 + }
1.1007 }
1.1008
1.1009 .navbar-default {
1.1010 @@ -4739,12 +4762,6 @@
1.1011 border-color: #e7e7e7;
1.1012 }
1.1013
1.1014 -.navbar-default .navbar-nav > .dropdown > a:hover .caret,
1.1015 -.navbar-default .navbar-nav > .dropdown > a:focus .caret {
1.1016 - border-top-color: #333333;
1.1017 - border-bottom-color: #333333;
1.1018 -}
1.1019 -
1.1020 .navbar-default .navbar-nav > .open > a,
1.1021 .navbar-default .navbar-nav > .open > a:hover,
1.1022 .navbar-default .navbar-nav > .open > a:focus {
1.1023 @@ -4752,18 +4769,6 @@
1.1024 background-color: #e7e7e7;
1.1025 }
1.1026
1.1027 -.navbar-default .navbar-nav > .open > a .caret,
1.1028 -.navbar-default .navbar-nav > .open > a:hover .caret,
1.1029 -.navbar-default .navbar-nav > .open > a:focus .caret {
1.1030 - border-top-color: #555555;
1.1031 - border-bottom-color: #555555;
1.1032 -}
1.1033 -
1.1034 -.navbar-default .navbar-nav > .dropdown > a .caret {
1.1035 - border-top-color: #777777;
1.1036 - border-bottom-color: #777777;
1.1037 -}
1.1038 -
1.1039 @media (max-width: 767px) {
1.1040 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
1.1041 color: #777777;
1.1042 @@ -4863,27 +4868,13 @@
1.1043 background-color: #080808;
1.1044 }
1.1045
1.1046 -.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
1.1047 - border-top-color: #ffffff;
1.1048 - border-bottom-color: #ffffff;
1.1049 -}
1.1050 -
1.1051 -.navbar-inverse .navbar-nav > .dropdown > a .caret {
1.1052 - border-top-color: #999999;
1.1053 - border-bottom-color: #999999;
1.1054 -}
1.1055 -
1.1056 -.navbar-inverse .navbar-nav > .open > a .caret,
1.1057 -.navbar-inverse .navbar-nav > .open > a:hover .caret,
1.1058 -.navbar-inverse .navbar-nav > .open > a:focus .caret {
1.1059 - border-top-color: #ffffff;
1.1060 - border-bottom-color: #ffffff;
1.1061 -}
1.1062 -
1.1063 @media (max-width: 767px) {
1.1064 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
1.1065 border-color: #080808;
1.1066 }
1.1067 + .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
1.1068 + background-color: #080808;
1.1069 + }
1.1070 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
1.1071 color: #999999;
1.1072 }
1.1073 @@ -5129,6 +5120,11 @@
1.1074 display: none;
1.1075 }
1.1076
1.1077 +.btn .label {
1.1078 + position: relative;
1.1079 + top: -1px;
1.1080 +}
1.1081 +
1.1082 .label-default {
1.1083 background-color: #999999;
1.1084 }
1.1085 @@ -5202,6 +5198,11 @@
1.1086 display: none;
1.1087 }
1.1088
1.1089 +.btn .badge {
1.1090 + position: relative;
1.1091 + top: -1px;
1.1092 +}
1.1093 +
1.1094 a.badge:hover,
1.1095 a.badge:focus {
1.1096 color: #ffffff;
1.1097 @@ -5209,11 +5210,6 @@
1.1098 cursor: pointer;
1.1099 }
1.1100
1.1101 -.btn .badge {
1.1102 - position: relative;
1.1103 - top: -1px;
1.1104 -}
1.1105 -
1.1106 a.list-group-item.active > .badge,
1.1107 .nav-pills > .active > a > .badge {
1.1108 color: #428bca;
1.1109 @@ -5234,7 +5230,8 @@
1.1110 background-color: #eeeeee;
1.1111 }
1.1112
1.1113 -.jumbotron h1 {
1.1114 +.jumbotron h1,
1.1115 +.jumbotron .h1 {
1.1116 line-height: 1;
1.1117 color: inherit;
1.1118 }
1.1119 @@ -5247,6 +5244,10 @@
1.1120 border-radius: 6px;
1.1121 }
1.1122
1.1123 +.jumbotron .container {
1.1124 + max-width: 100%;
1.1125 +}
1.1126 +
1.1127 @media screen and (min-width: 768px) {
1.1128 .jumbotron {
1.1129 padding-top: 48px;
1.1130 @@ -5256,16 +5257,14 @@
1.1131 padding-right: 60px;
1.1132 padding-left: 60px;
1.1133 }
1.1134 - .jumbotron h1 {
1.1135 + .jumbotron h1,
1.1136 + .jumbotron .h1 {
1.1137 font-size: 63px;
1.1138 }
1.1139 }
1.1140
1.1141 .thumbnail {
1.1142 - display: inline-block;
1.1143 display: block;
1.1144 - height: auto;
1.1145 - max-width: 100%;
1.1146 padding: 4px;
1.1147 margin-bottom: 20px;
1.1148 line-height: 1.428571429;
1.1149 @@ -5276,7 +5275,8 @@
1.1150 transition: all 0.2s ease-in-out;
1.1151 }
1.1152
1.1153 -.thumbnail > img {
1.1154 +.thumbnail > img,
1.1155 +.thumbnail a > img {
1.1156 display: block;
1.1157 height: auto;
1.1158 max-width: 100%;
1.1159 @@ -5332,7 +5332,7 @@
1.1160 }
1.1161
1.1162 .alert-success {
1.1163 - color: #468847;
1.1164 + color: #3c763d;
1.1165 background-color: #dff0d8;
1.1166 border-color: #d6e9c6;
1.1167 }
1.1168 @@ -5342,11 +5342,11 @@
1.1169 }
1.1170
1.1171 .alert-success .alert-link {
1.1172 - color: #356635;
1.1173 + color: #2b542c;
1.1174 }
1.1175
1.1176 .alert-info {
1.1177 - color: #3a87ad;
1.1178 + color: #31708f;
1.1179 background-color: #d9edf7;
1.1180 border-color: #bce8f1;
1.1181 }
1.1182 @@ -5356,11 +5356,11 @@
1.1183 }
1.1184
1.1185 .alert-info .alert-link {
1.1186 - color: #2d6987;
1.1187 + color: #245269;
1.1188 }
1.1189
1.1190 .alert-warning {
1.1191 - color: #c09853;
1.1192 + color: #8a6d3b;
1.1193 background-color: #fcf8e3;
1.1194 border-color: #faebcc;
1.1195 }
1.1196 @@ -5370,11 +5370,11 @@
1.1197 }
1.1198
1.1199 .alert-warning .alert-link {
1.1200 - color: #a47e3c;
1.1201 + color: #66512c;
1.1202 }
1.1203
1.1204 .alert-danger {
1.1205 - color: #b94a48;
1.1206 + color: #a94442;
1.1207 background-color: #f2dede;
1.1208 border-color: #ebccd1;
1.1209 }
1.1210 @@ -5384,7 +5384,7 @@
1.1211 }
1.1212
1.1213 .alert-danger .alert-link {
1.1214 - color: #953b39;
1.1215 + color: #843534;
1.1216 }
1.1217
1.1218 @-webkit-keyframes progress-bar-stripes {
1.1219 @@ -5396,24 +5396,6 @@
1.1220 }
1.1221 }
1.1222
1.1223 -@-moz-keyframes progress-bar-stripes {
1.1224 - from {
1.1225 - background-position: 40px 0;
1.1226 - }
1.1227 - to {
1.1228 - background-position: 0 0;
1.1229 - }
1.1230 -}
1.1231 -
1.1232 -@-o-keyframes progress-bar-stripes {
1.1233 - from {
1.1234 - background-position: 0 0;
1.1235 - }
1.1236 - to {
1.1237 - background-position: 40px 0;
1.1238 - }
1.1239 -}
1.1240 -
1.1241 @keyframes progress-bar-stripes {
1.1242 from {
1.1243 background-position: 40px 0;
1.1244 @@ -5449,9 +5431,7 @@
1.1245 }
1.1246
1.1247 .progress-striped .progress-bar {
1.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));
1.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);
1.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);
1.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);
1.1252 background-size: 40px 40px;
1.1253 }
1.1254 @@ -5466,9 +5446,7 @@
1.1255 }
1.1256
1.1257 .progress-striped .progress-bar-success {
1.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));
1.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);
1.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);
1.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);
1.1262 }
1.1263
1.1264 @@ -5477,9 +5455,7 @@
1.1265 }
1.1266
1.1267 .progress-striped .progress-bar-info {
1.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));
1.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);
1.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);
1.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);
1.1272 }
1.1273
1.1274 @@ -5488,9 +5464,7 @@
1.1275 }
1.1276
1.1277 .progress-striped .progress-bar-warning {
1.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));
1.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);
1.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);
1.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);
1.1282 }
1.1283
1.1284 @@ -5499,9 +5473,7 @@
1.1285 }
1.1286
1.1287 .progress-striped .progress-bar-danger {
1.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));
1.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);
1.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);
1.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);
1.1292 }
1.1293
1.1294 @@ -5674,7 +5646,7 @@
1.1295 }
1.1296
1.1297 .panel > .table,
1.1298 -.panel > .table-responsive {
1.1299 +.panel > .table-responsive > .table {
1.1300 margin-bottom: 0;
1.1301 }
1.1302
1.1303 @@ -5683,6 +5655,11 @@
1.1304 border-top: 1px solid #dddddd;
1.1305 }
1.1306
1.1307 +.panel > .table > tbody:first-child th,
1.1308 +.panel > .table > tbody:first-child td {
1.1309 + border-top: 0;
1.1310 +}
1.1311 +
1.1312 .panel > .table-bordered,
1.1313 .panel > .table-responsive > .table-bordered {
1.1314 border: 0;
1.1315 @@ -5733,6 +5710,11 @@
1.1316 border-bottom: 0;
1.1317 }
1.1318
1.1319 +.panel > .table-responsive {
1.1320 + margin-bottom: 0;
1.1321 + border: 0;
1.1322 +}
1.1323 +
1.1324 .panel-heading {
1.1325 padding: 10px 15px;
1.1326 border-bottom: 1px solid transparent;
1.1327 @@ -5748,6 +5730,7 @@
1.1328 margin-top: 0;
1.1329 margin-bottom: 0;
1.1330 font-size: 16px;
1.1331 + color: inherit;
1.1332 }
1.1333
1.1334 .panel-title > a {
1.1335 @@ -5802,10 +5785,6 @@
1.1336 border-top-color: #dddddd;
1.1337 }
1.1338
1.1339 -.panel-default > .panel-heading > .dropdown .caret {
1.1340 - border-color: #333333 transparent;
1.1341 -}
1.1342 -
1.1343 .panel-default > .panel-footer + .panel-collapse .panel-body {
1.1344 border-bottom-color: #dddddd;
1.1345 }
1.1346 @@ -5824,10 +5803,6 @@
1.1347 border-top-color: #428bca;
1.1348 }
1.1349
1.1350 -.panel-primary > .panel-heading > .dropdown .caret {
1.1351 - border-color: #ffffff transparent;
1.1352 -}
1.1353 -
1.1354 .panel-primary > .panel-footer + .panel-collapse .panel-body {
1.1355 border-bottom-color: #428bca;
1.1356 }
1.1357 @@ -5837,7 +5812,7 @@
1.1358 }
1.1359
1.1360 .panel-success > .panel-heading {
1.1361 - color: #468847;
1.1362 + color: #3c763d;
1.1363 background-color: #dff0d8;
1.1364 border-color: #d6e9c6;
1.1365 }
1.1366 @@ -5846,10 +5821,6 @@
1.1367 border-top-color: #d6e9c6;
1.1368 }
1.1369
1.1370 -.panel-success > .panel-heading > .dropdown .caret {
1.1371 - border-color: #468847 transparent;
1.1372 -}
1.1373 -
1.1374 .panel-success > .panel-footer + .panel-collapse .panel-body {
1.1375 border-bottom-color: #d6e9c6;
1.1376 }
1.1377 @@ -5859,7 +5830,7 @@
1.1378 }
1.1379
1.1380 .panel-warning > .panel-heading {
1.1381 - color: #c09853;
1.1382 + color: #8a6d3b;
1.1383 background-color: #fcf8e3;
1.1384 border-color: #faebcc;
1.1385 }
1.1386 @@ -5868,10 +5839,6 @@
1.1387 border-top-color: #faebcc;
1.1388 }
1.1389
1.1390 -.panel-warning > .panel-heading > .dropdown .caret {
1.1391 - border-color: #c09853 transparent;
1.1392 -}
1.1393 -
1.1394 .panel-warning > .panel-footer + .panel-collapse .panel-body {
1.1395 border-bottom-color: #faebcc;
1.1396 }
1.1397 @@ -5881,7 +5848,7 @@
1.1398 }
1.1399
1.1400 .panel-danger > .panel-heading {
1.1401 - color: #b94a48;
1.1402 + color: #a94442;
1.1403 background-color: #f2dede;
1.1404 border-color: #ebccd1;
1.1405 }
1.1406 @@ -5890,10 +5857,6 @@
1.1407 border-top-color: #ebccd1;
1.1408 }
1.1409
1.1410 -.panel-danger > .panel-heading > .dropdown .caret {
1.1411 - border-color: #b94a48 transparent;
1.1412 -}
1.1413 -
1.1414 .panel-danger > .panel-footer + .panel-collapse .panel-body {
1.1415 border-bottom-color: #ebccd1;
1.1416 }
1.1417 @@ -5903,7 +5866,7 @@
1.1418 }
1.1419
1.1420 .panel-info > .panel-heading {
1.1421 - color: #3a87ad;
1.1422 + color: #31708f;
1.1423 background-color: #d9edf7;
1.1424 border-color: #bce8f1;
1.1425 }
1.1426 @@ -5912,10 +5875,6 @@
1.1427 border-top-color: #bce8f1;
1.1428 }
1.1429
1.1430 -.panel-info > .panel-heading > .dropdown .caret {
1.1431 - border-color: #3a87ad transparent;
1.1432 -}
1.1433 -
1.1434 .panel-info > .panel-footer + .panel-collapse .panel-body {
1.1435 border-bottom-color: #bce8f1;
1.1436 }
1.1437 @@ -6010,9 +5969,7 @@
1.1438 position: relative;
1.1439 z-index: 1050;
1.1440 width: auto;
1.1441 - padding: 10px;
1.1442 - margin-right: auto;
1.1443 - margin-left: auto;
1.1444 + margin: 10px;
1.1445 }
1.1446
1.1447 .modal-content {
1.1448 @@ -6110,8 +6067,7 @@
1.1449 @media screen and (min-width: 768px) {
1.1450 .modal-dialog {
1.1451 width: 600px;
1.1452 - padding-top: 30px;
1.1453 - padding-bottom: 30px;
1.1454 + margin: 30px auto;
1.1455 }
1.1456 .modal-content {
1.1457 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1.1458 @@ -6448,9 +6404,7 @@
1.1459 }
1.1460
1.1461 .carousel-control.left {
1.1462 - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
1.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%));
1.1464 - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
1.1465 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
1.1466 background-repeat: repeat-x;
1.1467 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
1.1468 @@ -6459,9 +6413,7 @@
1.1469 .carousel-control.right {
1.1470 right: 0;
1.1471 left: auto;
1.1472 - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
1.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%));
1.1474 - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
1.1475 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
1.1476 background-repeat: repeat-x;
1.1477 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
1.1478 @@ -6471,6 +6423,7 @@
1.1479 .carousel-control:focus {
1.1480 color: #ffffff;
1.1481 text-decoration: none;
1.1482 + outline: none;
1.1483 opacity: 0.9;
1.1484 filter: alpha(opacity=90);
1.1485 }
1.1486 @@ -6650,6 +6603,9 @@
1.1487 .visible-xs {
1.1488 display: block !important;
1.1489 }
1.1490 + table.visible-xs {
1.1491 + display: table;
1.1492 + }
1.1493 tr.visible-xs {
1.1494 display: table-row !important;
1.1495 }
1.1496 @@ -6663,6 +6619,9 @@
1.1497 .visible-xs.visible-sm {
1.1498 display: block !important;
1.1499 }
1.1500 + table.visible-xs.visible-sm {
1.1501 + display: table;
1.1502 + }
1.1503 tr.visible-xs.visible-sm {
1.1504 display: table-row !important;
1.1505 }
1.1506 @@ -6676,6 +6635,9 @@
1.1507 .visible-xs.visible-md {
1.1508 display: block !important;
1.1509 }
1.1510 + table.visible-xs.visible-md {
1.1511 + display: table;
1.1512 + }
1.1513 tr.visible-xs.visible-md {
1.1514 display: table-row !important;
1.1515 }
1.1516 @@ -6689,6 +6651,9 @@
1.1517 .visible-xs.visible-lg {
1.1518 display: block !important;
1.1519 }
1.1520 + table.visible-xs.visible-lg {
1.1521 + display: table;
1.1522 + }
1.1523 tr.visible-xs.visible-lg {
1.1524 display: table-row !important;
1.1525 }
1.1526 @@ -6709,6 +6674,9 @@
1.1527 .visible-sm.visible-xs {
1.1528 display: block !important;
1.1529 }
1.1530 + table.visible-sm.visible-xs {
1.1531 + display: table;
1.1532 + }
1.1533 tr.visible-sm.visible-xs {
1.1534 display: table-row !important;
1.1535 }
1.1536 @@ -6722,6 +6690,9 @@
1.1537 .visible-sm {
1.1538 display: block !important;
1.1539 }
1.1540 + table.visible-sm {
1.1541 + display: table;
1.1542 + }
1.1543 tr.visible-sm {
1.1544 display: table-row !important;
1.1545 }
1.1546 @@ -6735,6 +6706,9 @@
1.1547 .visible-sm.visible-md {
1.1548 display: block !important;
1.1549 }
1.1550 + table.visible-sm.visible-md {
1.1551 + display: table;
1.1552 + }
1.1553 tr.visible-sm.visible-md {
1.1554 display: table-row !important;
1.1555 }
1.1556 @@ -6748,6 +6722,9 @@
1.1557 .visible-sm.visible-lg {
1.1558 display: block !important;
1.1559 }
1.1560 + table.visible-sm.visible-lg {
1.1561 + display: table;
1.1562 + }
1.1563 tr.visible-sm.visible-lg {
1.1564 display: table-row !important;
1.1565 }
1.1566 @@ -6768,6 +6745,9 @@
1.1567 .visible-md.visible-xs {
1.1568 display: block !important;
1.1569 }
1.1570 + table.visible-md.visible-xs {
1.1571 + display: table;
1.1572 + }
1.1573 tr.visible-md.visible-xs {
1.1574 display: table-row !important;
1.1575 }
1.1576 @@ -6781,6 +6761,9 @@
1.1577 .visible-md.visible-sm {
1.1578 display: block !important;
1.1579 }
1.1580 + table.visible-md.visible-sm {
1.1581 + display: table;
1.1582 + }
1.1583 tr.visible-md.visible-sm {
1.1584 display: table-row !important;
1.1585 }
1.1586 @@ -6794,6 +6777,9 @@
1.1587 .visible-md {
1.1588 display: block !important;
1.1589 }
1.1590 + table.visible-md {
1.1591 + display: table;
1.1592 + }
1.1593 tr.visible-md {
1.1594 display: table-row !important;
1.1595 }
1.1596 @@ -6807,6 +6793,9 @@
1.1597 .visible-md.visible-lg {
1.1598 display: block !important;
1.1599 }
1.1600 + table.visible-md.visible-lg {
1.1601 + display: table;
1.1602 + }
1.1603 tr.visible-md.visible-lg {
1.1604 display: table-row !important;
1.1605 }
1.1606 @@ -6827,6 +6816,9 @@
1.1607 .visible-lg.visible-xs {
1.1608 display: block !important;
1.1609 }
1.1610 + table.visible-lg.visible-xs {
1.1611 + display: table;
1.1612 + }
1.1613 tr.visible-lg.visible-xs {
1.1614 display: table-row !important;
1.1615 }
1.1616 @@ -6840,6 +6832,9 @@
1.1617 .visible-lg.visible-sm {
1.1618 display: block !important;
1.1619 }
1.1620 + table.visible-lg.visible-sm {
1.1621 + display: table;
1.1622 + }
1.1623 tr.visible-lg.visible-sm {
1.1624 display: table-row !important;
1.1625 }
1.1626 @@ -6853,6 +6848,9 @@
1.1627 .visible-lg.visible-md {
1.1628 display: block !important;
1.1629 }
1.1630 + table.visible-lg.visible-md {
1.1631 + display: table;
1.1632 + }
1.1633 tr.visible-lg.visible-md {
1.1634 display: table-row !important;
1.1635 }
1.1636 @@ -6866,6 +6864,9 @@
1.1637 .visible-lg {
1.1638 display: block !important;
1.1639 }
1.1640 + table.visible-lg {
1.1641 + display: table;
1.1642 + }
1.1643 tr.visible-lg {
1.1644 display: table-row !important;
1.1645 }
1.1646 @@ -6879,6 +6880,10 @@
1.1647 display: block !important;
1.1648 }
1.1649
1.1650 +table.hidden-xs {
1.1651 + display: table;
1.1652 +}
1.1653 +
1.1654 tr.hidden-xs {
1.1655 display: table-row !important;
1.1656 }
1.1657 @@ -6928,6 +6933,10 @@
1.1658 display: block !important;
1.1659 }
1.1660
1.1661 +table.hidden-sm {
1.1662 + display: table;
1.1663 +}
1.1664 +
1.1665 tr.hidden-sm {
1.1666 display: table-row !important;
1.1667 }
1.1668 @@ -6977,6 +6986,10 @@
1.1669 display: block !important;
1.1670 }
1.1671
1.1672 +table.hidden-md {
1.1673 + display: table;
1.1674 +}
1.1675 +
1.1676 tr.hidden-md {
1.1677 display: table-row !important;
1.1678 }
1.1679 @@ -7026,6 +7039,10 @@
1.1680 display: block !important;
1.1681 }
1.1682
1.1683 +table.hidden-lg {
1.1684 + display: table;
1.1685 +}
1.1686 +
1.1687 tr.hidden-lg {
1.1688 display: table-row !important;
1.1689 }
1.1690 @@ -7082,6 +7099,9 @@
1.1691 .visible-print {
1.1692 display: block !important;
1.1693 }
1.1694 + table.visible-print {
1.1695 + display: table;
1.1696 + }
1.1697 tr.visible-print {
1.1698 display: table-row !important;
1.1699 }