Commit 0ef0825d authored by Thomas McDonald's avatar Thomas McDonald

specify expanded output style for generated css with libsass

(also fix license banner generator bug)
parent 72fc4417
......@@ -38,7 +38,7 @@ module.exports = function (grunt) {
banner: '/*!\n' +
' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' +
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
' */\n',
jqueryCheck: 'if (typeof jQuery === \'undefined\') {\n' +
' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\')\n' +
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto;
margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.container:before,
.container:after {
}
.container:before,
.container:after {
display: table;
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 34em) {
}
.container:after {
clear: both;
}
@media (min-width: 34em) {
.container {
max-width: 34rem; } }
@media (min-width: 48em) {
max-width: 34rem;
}
}
@media (min-width: 48em) {
.container {
max-width: 45rem; } }
@media (min-width: 62em) {
max-width: 45rem;
}
}
@media (min-width: 62em) {
.container {
max-width: 60rem; } }
@media (min-width: 75em) {
max-width: 60rem;
}
}
@media (min-width: 75em) {
.container {
max-width: 72.25rem; } }
max-width: 72.25rem;
}
}
.container-fluid {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto;
margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem; }
.container-fluid:before,
.container-fluid:after {
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -0.75rem;
margin-right: -0.75rem; }
.row:before,
.row:after {
margin-right: -.75rem;
margin-left: -.75rem;
}
.row:before,
.row:after {
display: table;
content: " ";
display: table; }
.row:after {
clear: both; }
}
.row:after {
clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-left: 0.75rem;
padding-right: 0.75rem; }
padding-right: .75rem;
padding-left: .75rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
float: left;
}
.col-xs-1 {
width: 8.333333%; }
width: 8.333333%;
}
.col-xs-2 {
width: 16.666667%; }
width: 16.666667%;
}
.col-xs-3 {
width: 25%; }
width: 25%;
}
.col-xs-4 {
width: 33.333333%; }
width: 33.333333%;
}
.col-xs-5 {
width: 41.666667%; }
width: 41.666667%;
}
.col-xs-6 {
width: 50%; }
width: 50%;
}
.col-xs-7 {
width: 58.333333%; }
width: 58.333333%;
}
.col-xs-8 {
width: 66.666667%; }
width: 66.666667%;
}
.col-xs-9 {
width: 75%; }
width: 75%;
}
.col-xs-10 {
width: 83.333333%; }
width: 83.333333%;
}
.col-xs-11 {
width: 91.666667%; }
width: 91.666667%;
}
.col-xs-12 {
width: 100%; }
width: 100%;
}
.col-xs-pull-0 {
right: auto; }
right: auto;
}
.col-xs-pull-1 {
right: 8.333333%; }
right: 8.333333%;
}
.col-xs-pull-2 {
right: 16.666667%; }
right: 16.666667%;
}
.col-xs-pull-3 {
right: 25%; }
right: 25%;
}
.col-xs-pull-4 {
right: 33.333333%; }
right: 33.333333%;
}
.col-xs-pull-5 {
right: 41.666667%; }
right: 41.666667%;
}
.col-xs-pull-6 {
right: 50%; }
right: 50%;
}
.col-xs-pull-7 {
right: 58.333333%; }
right: 58.333333%;
}
.col-xs-pull-8 {
right: 66.666667%; }
right: 66.666667%;
}
.col-xs-pull-9 {
right: 75%; }
right: 75%;
}
.col-xs-pull-10 {
right: 83.333333%; }
right: 83.333333%;
}
.col-xs-pull-11 {
right: 91.666667%; }
right: 91.666667%;
}
.col-xs-pull-12 {
right: 100%; }
right: 100%;
}
.col-xs-push-0 {
left: auto; }
left: auto;
}
.col-xs-push-1 {
left: 8.333333%; }
left: 8.333333%;
}
.col-xs-push-2 {
left: 16.666667%; }
left: 16.666667%;
}
.col-xs-push-3 {
left: 25%; }
left: 25%;
}
.col-xs-push-4 {
left: 33.333333%; }
left: 33.333333%;
}
.col-xs-push-5 {
left: 41.666667%; }
left: 41.666667%;
}
.col-xs-push-6 {
left: 50%; }
left: 50%;
}
.col-xs-push-7 {
left: 58.333333%; }
left: 58.333333%;
}
.col-xs-push-8 {
left: 66.666667%; }
left: 66.666667%;
}
.col-xs-push-9 {
left: 75%; }
left: 75%;
}
.col-xs-push-10 {
left: 83.333333%; }
left: 83.333333%;
}
.col-xs-push-11 {
left: 91.666667%; }
left: 91.666667%;
}
.col-xs-push-12 {
left: 100%; }
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%; }
margin-left: 0;
}
.col-xs-offset-1 {
margin-left: 8.333333%; }
margin-left: 8.333333%;
}
.col-xs-offset-2 {
margin-left: 16.666667%; }
margin-left: 16.666667%;
}
.col-xs-offset-3 {
margin-left: 25%; }
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333333%; }
margin-left: 33.333333%;
}
.col-xs-offset-5 {
margin-left: 41.666667%; }
margin-left: 41.666667%;
}
.col-xs-offset-6 {
margin-left: 50%; }
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333333%; }
margin-left: 58.333333%;
}
.col-xs-offset-8 {
margin-left: 66.666667%; }
margin-left: 66.666667%;
}
.col-xs-offset-9 {
margin-left: 75%; }
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333333%; }
margin-left: 83.333333%;
}
.col-xs-offset-11 {
margin-left: 91.666667%; }
margin-left: 91.666667%;
}
.col-xs-offset-12 {
margin-left: 100%; }
margin-left: 100%;
}
@media (min-width: 34em) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left; }
float: left;
}
.col-sm-1 {
width: 8.333333%; }
width: 8.333333%;
}
.col-sm-2 {
width: 16.666667%; }
width: 16.666667%;
}
.col-sm-3 {
width: 25%; }
width: 25%;
}
.col-sm-4 {
width: 33.333333%; }
width: 33.333333%;
}
.col-sm-5 {
width: 41.666667%; }
width: 41.666667%;
}
.col-sm-6 {
width: 50%; }
width: 50%;
}
.col-sm-7 {
width: 58.333333%; }
width: 58.333333%;
}
.col-sm-8 {
width: 66.666667%; }
width: 66.666667%;
}
.col-sm-9 {
width: 75%; }
width: 75%;
}
.col-sm-10 {
width: 83.333333%; }
width: 83.333333%;
}
.col-sm-11 {
width: 91.666667%; }
width: 91.666667%;
}
.col-sm-12 {
width: 100%; }
width: 100%;
}
.col-sm-pull-0 {
right: auto; }
right: auto;
}
.col-sm-pull-1 {
right: 8.333333%; }
right: 8.333333%;
}
.col-sm-pull-2 {
right: 16.666667%; }
right: 16.666667%;
}
.col-sm-pull-3 {
right: 25%; }
right: 25%;
}
.col-sm-pull-4 {
right: 33.333333%; }
right: 33.333333%;
}
.col-sm-pull-5 {
right: 41.666667%; }
right: 41.666667%;
}
.col-sm-pull-6 {
right: 50%; }
right: 50%;
}
.col-sm-pull-7 {
right: 58.333333%; }
right: 58.333333%;
}
.col-sm-pull-8 {
right: 66.666667%; }
right: 66.666667%;
}
.col-sm-pull-9 {
right: 75%; }
right: 75%;
}
.col-sm-pull-10 {
right: 83.333333%; }
right: 83.333333%;
}
.col-sm-pull-11 {
right: 91.666667%; }
right: 91.666667%;
}
.col-sm-pull-12 {
right: 100%; }
right: 100%;
}
.col-sm-push-0 {
left: auto; }
left: auto;
}
.col-sm-push-1 {
left: 8.333333%; }
left: 8.333333%;
}
.col-sm-push-2 {
left: 16.666667%; }
left: 16.666667%;
}
.col-sm-push-3 {
left: 25%; }
left: 25%;
}
.col-sm-push-4 {
left: 33.333333%; }
left: 33.333333%;
}
.col-sm-push-5 {
left: 41.666667%; }
left: 41.666667%;
}
.col-sm-push-6 {
left: 50%; }
left: 50%;
}
.col-sm-push-7 {
left: 58.333333%; }
left: 58.333333%;
}
.col-sm-push-8 {
left: 66.666667%; }
left: 66.666667%;
}
.col-sm-push-9 {
left: 75%; }
left: 75%;
}
.col-sm-push-10 {
left: 83.333333%; }
left: 83.333333%;
}
.col-sm-push-11 {
left: 91.666667%; }
left: 91.666667%;
}
.col-sm-push-12 {
left: 100%; }
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%; }
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.333333%; }
margin-left: 8.333333%;
}
.col-sm-offset-2 {
margin-left: 16.666667%; }
margin-left: 16.666667%;
}
.col-sm-offset-3 {
margin-left: 25%; }
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333333%; }
margin-left: 33.333333%;
}
.col-sm-offset-5 {
margin-left: 41.666667%; }
margin-left: 41.666667%;
}
.col-sm-offset-6 {
margin-left: 50%; }
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333%; }
margin-left: 58.333333%;
}
.col-sm-offset-8 {
margin-left: 66.666667%; }
margin-left: 66.666667%;
}
.col-sm-offset-9 {
margin-left: 75%; }
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333333%; }
margin-left: 83.333333%;
}
.col-sm-offset-11 {
margin-left: 91.666667%; }
margin-left: 91.666667%;
}
.col-sm-offset-12 {
margin-left: 100%; } }
margin-left: 100%;
}
}
@media (min-width: 48em) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
float: left;
}
.col-md-1 {
width: 8.333333%; }
width: 8.333333%;
}
.col-md-2 {
width: 16.666667%; }
width: 16.666667%;
}
.col-md-3 {
width: 25%; }
width: 25%;
}
.col-md-4 {
width: 33.333333%; }
width: 33.333333%;
}
.col-md-5 {
width: 41.666667%; }
width: 41.666667%;
}
.col-md-6 {
width: 50%; }
width: 50%;
}
.col-md-7 {
width: 58.333333%; }
width: 58.333333%;
}
.col-md-8 {
width: 66.666667%; }
width: 66.666667%;
}
.col-md-9 {
width: 75%; }
width: 75%;
}
.col-md-10 {
width: 83.333333%; }
width: 83.333333%;
}
.col-md-11 {
width: 91.666667%; }
width: 91.666667%;
}
.col-md-12 {
width: 100%; }
width: 100%;
}
.col-md-pull-0 {
right: auto; }
right: auto;
}
.col-md-pull-1 {
right: 8.333333%; }
right: 8.333333%;
}
.col-md-pull-2 {
right: 16.666667%; }
right: 16.666667%;
}
.col-md-pull-3 {
right: 25%; }
right: 25%;
}
.col-md-pull-4 {
right: 33.333333%; }
right: 33.333333%;
}
.col-md-pull-5 {
right: 41.666667%; }
right: 41.666667%;
}
.col-md-pull-6 {
right: 50%; }
right: 50%;
}
.col-md-pull-7 {
right: 58.333333%; }
right: 58.333333%;
}
.col-md-pull-8 {
right: 66.666667%; }
right: 66.666667%;
}
.col-md-pull-9 {
right: 75%; }
right: 75%;
}
.col-md-pull-10 {
right: 83.333333%; }
right: 83.333333%;
}
.col-md-pull-11 {
right: 91.666667%; }
right: 91.666667%;
}
.col-md-pull-12 {
right: 100%; }
right: 100%;
}
.col-md-push-0 {
left: auto; }
left: auto;
}
.col-md-push-1 {
left: 8.333333%; }
left: 8.333333%;
}
.col-md-push-2 {
left: 16.666667%; }
left: 16.666667%;
}
.col-md-push-3 {
left: 25%; }
left: 25%;
}
.col-md-push-4 {
left: 33.333333%; }
left: 33.333333%;
}
.col-md-push-5 {
left: 41.666667%; }
left: 41.666667%;
}
.col-md-push-6 {
left: 50%; }
left: 50%;
}
.col-md-push-7 {
left: 58.333333%; }
left: 58.333333%;
}
.col-md-push-8 {
left: 66.666667%; }
left: 66.666667%;
}
.col-md-push-9 {
left: 75%; }
left: 75%;
}
.col-md-push-10 {
left: 83.333333%; }
left: 83.333333%;
}
.col-md-push-11 {
left: 91.666667%; }
left: 91.666667%;
}
.col-md-push-12 {
left: 100%; }
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%; }
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333%; }
margin-left: 8.333333%;
}
.col-md-offset-2 {
margin-left: 16.666667%; }
margin-left: 16.666667%;
}
.col-md-offset-3 {
margin-left: 25%; }
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333333%; }
margin-left: 33.333333%;
}
.col-md-offset-5 {
margin-left: 41.666667%; }
margin-left: 41.666667%;
}
.col-md-offset-6 {
margin-left: 50%; }
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333%; }
margin-left: 58.333333%;
}
.col-md-offset-8 {
margin-left: 66.666667%; }
margin-left: 66.666667%;
}
.col-md-offset-9 {
margin-left: 75%; }
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333333%; }
margin-left: 83.333333%;
}
.col-md-offset-11 {
margin-left: 91.666667%; }
margin-left: 91.666667%;
}
.col-md-offset-12 {
margin-left: 100%; } }
margin-left: 100%;
}
}
@media (min-width: 62em) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
float: left;
}
.col-lg-1 {
width: 8.333333%; }
width: 8.333333%;
}
.col-lg-2 {
width: 16.666667%; }
width: 16.666667%;
}
.col-lg-3 {
width: 25%; }
width: 25%;
}
.col-lg-4 {
width: 33.333333%; }
width: 33.333333%;
}
.col-lg-5 {
width: 41.666667%; }
width: 41.666667%;
}
.col-lg-6 {
width: 50%; }
width: 50%;
}
.col-lg-7 {
width: 58.333333%; }
width: 58.333333%;
}
.col-lg-8 {
width: 66.666667%; }
width: 66.666667%;
}
.col-lg-9 {
width: 75%; }
width: 75%;
}
.col-lg-10 {
width: 83.333333%; }
width: 83.333333%;
}
.col-lg-11 {
width: 91.666667%; }
width: 91.666667%;
}
.col-lg-12 {
width: 100%; }
width: 100%;
}
.col-lg-pull-0 {
right: auto; }
right: auto;
}
.col-lg-pull-1 {
right: 8.333333%; }
right: 8.333333%;
}
.col-lg-pull-2 {
right: 16.666667%; }
right: 16.666667%;
}
.col-lg-pull-3 {
right: 25%; }
right: 25%;
}
.col-lg-pull-4 {
right: 33.333333%; }
right: 33.333333%;
}
.col-lg-pull-5 {
right: 41.666667%; }
right: 41.666667%;
}
.col-lg-pull-6 {
right: 50%; }
right: 50%;
}
.col-lg-pull-7 {
right: 58.333333%; }
right: 58.333333%;
}
.col-lg-pull-8 {
right: 66.666667%; }
right: 66.666667%;
}
.col-lg-pull-9 {
right: 75%; }
right: 75%;
}
.col-lg-pull-10 {
right: 83.333333%; }
right: 83.333333%;
}
.col-lg-pull-11 {
right: 91.666667%; }
right: 91.666667%;
}
.col-lg-pull-12 {
right: 100%; }
right: 100%;
}
.col-lg-push-0 {
left: auto; }
left: auto;
}
.col-lg-push-1 {
left: 8.333333%; }
left: 8.333333%;
}
.col-lg-push-2 {
left: 16.666667%; }
left: 16.666667%;
}
.col-lg-push-3 {
left: 25%; }
left: 25%;
}
.col-lg-push-4 {
left: 33.333333%; }
left: 33.333333%;
}
.col-lg-push-5 {
left: 41.666667%; }
left: 41.666667%;
}
.col-lg-push-6 {
left: 50%; }
left: 50%;
}
.col-lg-push-7 {
left: 58.333333%; }
left: 58.333333%;
}
.col-lg-push-8 {
left: 66.666667%; }
left: 66.666667%;
}
.col-lg-push-9 {
left: 75%; }
left: 75%;
}
.col-lg-push-10 {
left: 83.333333%; }
left: 83.333333%;
}
.col-lg-push-11 {
left: 91.666667%; }
left: 91.666667%;
}
.col-lg-push-12 {
left: 100%; }
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%; }
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333%; }
margin-left: 8.333333%;
}
.col-lg-offset-2 {
margin-left: 16.666667%; }
margin-left: 16.666667%;
}
.col-lg-offset-3 {
margin-left: 25%; }
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333333%; }
margin-left: 33.333333%;
}
.col-lg-offset-5 {
margin-left: 41.666667%; }
margin-left: 41.666667%;
}
.col-lg-offset-6 {
margin-left: 50%; }
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333%; }
margin-left: 58.333333%;
}
.col-lg-offset-8 {
margin-left: 66.666667%; }
margin-left: 66.666667%;
}
.col-lg-offset-9 {
margin-left: 75%; }
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333333%; }
margin-left: 83.333333%;
}
.col-lg-offset-11 {
margin-left: 91.666667%; }
margin-left: 91.666667%;
}
.col-lg-offset-12 {
margin-left: 100%; } }
margin-left: 100%;
}
}
@media (min-width: 75em) {
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
float: left; }
float: left;
}
.col-xl-1 {
width: 8.333333%; }
width: 8.333333%;
}
.col-xl-2 {
width: 16.666667%; }
width: 16.666667%;
}
.col-xl-3 {
width: 25%; }
width: 25%;
}
.col-xl-4 {
width: 33.333333%; }
width: 33.333333%;
}
.col-xl-5 {
width: 41.666667%; }
width: 41.666667%;
}
.col-xl-6 {
width: 50%; }
width: 50%;
}
.col-xl-7 {
width: 58.333333%; }
width: 58.333333%;
}
.col-xl-8 {
width: 66.666667%; }
width: 66.666667%;
}
.col-xl-9 {
width: 75%; }
width: 75%;
}
.col-xl-10 {
width: 83.333333%; }
width: 83.333333%;
}
.col-xl-11 {
width: 91.666667%; }
width: 91.666667%;
}
.col-xl-12 {
width: 100%; }
width: 100%;
}
.col-xl-pull-0 {
right: auto; }
right: auto;
}
.col-xl-pull-1 {
right: 8.333333%; }
right: 8.333333%;
}
.col-xl-pull-2 {
right: 16.666667%; }
right: 16.666667%;
}
.col-xl-pull-3 {
right: 25%; }
right: 25%;
}
.col-xl-pull-4 {
right: 33.333333%; }
right: 33.333333%;
}
.col-xl-pull-5 {
right: 41.666667%; }
right: 41.666667%;
}
.col-xl-pull-6 {
right: 50%; }
right: 50%;
}
.col-xl-pull-7 {
right: 58.333333%; }
right: 58.333333%;
}
.col-xl-pull-8 {
right: 66.666667%; }
right: 66.666667%;
}
.col-xl-pull-9 {
right: 75%; }
right: 75%;
}
.col-xl-pull-10 {
right: 83.333333%; }
right: 83.333333%;
}
.col-xl-pull-11 {
right: 91.666667%; }
right: 91.666667%;
}
.col-xl-pull-12 {
right: 100%; }
right: 100%;
}
.col-xl-push-0 {
left: auto; }
left: auto;
}
.col-xl-push-1 {
left: 8.333333%; }
left: 8.333333%;
}
.col-xl-push-2 {
left: 16.666667%; }
left: 16.666667%;
}
.col-xl-push-3 {
left: 25%; }
left: 25%;
}
.col-xl-push-4 {
left: 33.333333%; }
left: 33.333333%;
}
.col-xl-push-5 {
left: 41.666667%; }
left: 41.666667%;
}
.col-xl-push-6 {
left: 50%; }
left: 50%;
}
.col-xl-push-7 {
left: 58.333333%; }
left: 58.333333%;
}
.col-xl-push-8 {
left: 66.666667%; }
left: 66.666667%;
}
.col-xl-push-9 {
left: 75%; }
left: 75%;
}
.col-xl-push-10 {
left: 83.333333%; }
left: 83.333333%;
}
.col-xl-push-11 {
left: 91.666667%; }
left: 91.666667%;
}
.col-xl-push-12 {
left: 100%; }
left: 100%;
}
.col-xl-offset-0 {
margin-left: 0%; }
margin-left: 0;
}
.col-xl-offset-1 {
margin-left: 8.333333%; }
margin-left: 8.333333%;
}
.col-xl-offset-2 {
margin-left: 16.666667%; }
margin-left: 16.666667%;
}
.col-xl-offset-3 {
margin-left: 25%; }
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.333333%; }
margin-left: 33.333333%;
}
.col-xl-offset-5 {
margin-left: 41.666667%; }
margin-left: 41.666667%;
}
.col-xl-offset-6 {
margin-left: 50%; }
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.333333%; }
margin-left: 58.333333%;
}
.col-xl-offset-8 {
margin-left: 66.666667%; }
margin-left: 66.666667%;
}
.col-xl-offset-9 {
margin-left: 75%; }
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.333333%; }
margin-left: 83.333333%;
}
.col-xl-offset-11 {
margin-left: 91.666667%; }
margin-left: 91.666667%;
}
.col-xl-offset-12 {
margin-left: 100%; } }
margin-left: 100%;
}
}
/*# sourceMappingURL=bootstrap-grid.css.map */
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container-fluid:after,.container:after,.row:after{clear:both}.container,.container-fluid{padding-right:.75rem;padding-left:.75rem}.row{margin-right:-.75rem;margin-left:-.75rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:.75rem;padding-left:.75rem}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.333333%}.col-xs-pull-2{right:16.666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.333333%}.col-xs-pull-5{right:41.666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.333333%}.col-xs-pull-8{right:66.666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.333333%}.col-xs-pull-11{right:91.666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.333333%}.col-xs-push-2{left:16.666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.333333%}.col-xs-push-5{left:41.666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.333333%}.col-xs-push-8{left:66.666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.333333%}.col-xs-push-11{left:91.666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.333333%}.col-xs-offset-2{margin-left:16.666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333333%}.col-xs-offset-5{margin-left:41.666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333333%}.col-xs-offset-8{margin-left:66.666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333333%}.col-xs-offset-11{margin-left:91.666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:34em){.container{max-width:34rem}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.333333%}.col-sm-pull-2{right:16.666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.333333%}.col-sm-pull-5{right:41.666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333%}.col-sm-pull-8{right:66.666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.333333%}.col-sm-pull-11{right:91.666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.333333%}.col-sm-push-2{left:16.666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.333333%}.col-sm-push-5{left:41.666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333%}.col-sm-push-8{left:66.666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.333333%}.col-sm-push-11{left:91.666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333333%}.col-sm-offset-2{margin-left:16.666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333333%}.col-sm-offset-5{margin-left:41.666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333%}.col-sm-offset-8{margin-left:66.666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333333%}.col-sm-offset-11{margin-left:91.666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:48em){.container{max-width:45rem}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333%}.col-md-pull-2{right:16.666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.333333%}.col-md-pull-5{right:41.666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333%}.col-md-pull-8{right:66.666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.333333%}.col-md-pull-11{right:91.666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333%}.col-md-push-2{left:16.666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.333333%}.col-md-push-5{left:41.666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333%}.col-md-push-8{left:66.666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.333333%}.col-md-push-11{left:91.666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333%}.col-md-offset-2{margin-left:16.666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333333%}.col-md-offset-5{margin-left:41.666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333%}.col-md-offset-8{margin-left:66.666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333333%}.col-md-offset-11{margin-left:91.666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:62em){.container{max-width:60rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333%}.col-lg-pull-2{right:16.666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.333333%}.col-lg-pull-5{right:41.666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333%}.col-lg-pull-8{right:66.666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.333333%}.col-lg-pull-11{right:91.666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333%}.col-lg-push-2{left:16.666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.333333%}.col-lg-push-5{left:41.666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333%}.col-lg-push-8{left:66.666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.333333%}.col-lg-push-11{left:91.666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333%}.col-lg-offset-2{margin-left:16.666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333333%}.col-lg-offset-5{margin-left:41.666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333%}.col-lg-offset-8{margin-left:66.666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333333%}.col-lg-offset-11{margin-left:91.666667%}.col-lg-offset-12{margin-left:100%}}@media (min-width:75em){.container{max-width:72.25rem}.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.333333%}.col-xl-pull-2{right:16.666667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.333333%}.col-xl-pull-5{right:41.666667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.333333%}.col-xl-pull-8{right:66.666667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.333333%}.col-xl-pull-11{right:91.666667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.333333%}.col-xl-push-2{left:16.666667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.333333%}.col-xl-push-5{left:41.666667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.333333%}.col-xl-push-8{left:66.666667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.333333%}.col-xl-push-11{left:91.666667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.333333%}.col-xl-offset-2{margin-left:16.666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.333333%}.col-xl-offset-5{margin-left:41.666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.333333%}.col-xl-offset-8{margin-left:66.666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.333333%}.col-xl-offset-11{margin-left:91.666667%}.col-xl-offset-12{margin-left:100%}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
}
body {
margin: 0; }
margin: 0;
}
article,
aside,
......@@ -20,294 +28,369 @@ menu,
nav,
section,
summary {
display: block; }
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0; }
height: 0;
}
[hidden],
template {
display: none; }
display: none;
}
a {
background-color: transparent; }
background-color: transparent;
}
a:active {
outline: 0; }
outline: 0;
}
a:hover {
outline: 0; }
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted; }
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold; }
font-weight: bold;
}
dfn {
font-style: italic; }
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
margin: 0.67em 0; }
}
mark {
color: #000;
background: #ff0;
color: #000; }
}
small {
font-size: 80%; }
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
vertical-align: baseline;
}
sup {
top: -0.5em; }
top: -.5em;
}
sub {
bottom: -0.25em; }
bottom: -.25em;
}
img {
border: 0; }
border: 0;
}
svg:not(:root) {
overflow: hidden; }
overflow: hidden;
}
figure {
margin: 1em 40px; }
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
}
pre {
overflow: auto; }
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
margin: 0;
font: inherit;
margin: 0; }
color: inherit;
}
button {
overflow: visible; }
overflow: visible;
}
button,
select {
text-transform: none; }
text-transform: none;
}
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default; }
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
padding: 0; }
}
input {
line-height: normal; }
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
box-sizing: content-box; }
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
padding: .35em .625em .75em;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
padding: 0; }
}
textarea {
overflow: auto; }
overflow: auto;
}
optgroup {
font-weight: bold; }
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0; }
}
td,
th {
padding: 0; }
padding: 0;
}
html {
box-sizing: border-box; }
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit; }
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
@-moz-viewport {
width: device-width; }
width: device-width;
}
@-ms-viewport {
width: device-width; }
@-o-viewport {
width: device-width; }
width: device-width;
}
@-webkit-viewport {
width: device-width; }
width: device-width;
}
@viewport {
width: device-width; }
width: device-width;
}
html {
font-size: 16px;
-webkit-tap-highlight-color: transparent; }
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #373a3c;
background-color: #fff; }
background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem; }
margin-bottom: .5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem; }
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #818a91; }
border-bottom: 1px dotted #818a91;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
margin-bottom: 0;
}
dt {
font-weight: bold; }
font-weight: bold;
}
dd {
margin-bottom: .5rem;
margin-left: 0; }
margin-left: 0;
}
blockquote {
margin: 0 0 1rem; }
margin: 0 0 1rem;
}
a {
color: #0275d8;
text-decoration: none; }
a:focus,
a:hover {
text-decoration: none;
}
a:focus,
a:hover {
color: #014c8c;
text-decoration: underline; }
a:focus {
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
outline-offset: -2px;
}
pre {
margin-top: 0;
margin-bottom: 1rem; }
margin-bottom: 1rem;
}
figure {
margin: 0 0 1rem; }
margin: 0 0 1rem;
}
img {
vertical-align: middle; }
vertical-align: middle;
}
[role="button"] {
cursor: pointer; }
cursor: pointer;
}
table {
background-color: transparent; }
background-color: transparent;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-top: .75rem;
padding-bottom: .75rem;
color: #818a91;
text-align: left;
caption-side: bottom; }
caption-side: bottom;
}
th {
text-align: left; }
text-align: left;
}
label {
display: inline-block;
margin-bottom: .5rem; }
margin-bottom: .5rem;
}
input,
button,
select,
textarea {
margin: 0;
line-height: inherit; }
line-height: inherit;
}
textarea {
resize: vertical; }
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
border: 0;
}
legend {
display: block;
......@@ -315,12 +398,14 @@ legend {
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit; }
line-height: inherit;
}
input[type="search"] {
-webkit-appearance: none; }
-webkit-appearance: none;
}
output {
display: inline-block; }
display: inline-block;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */a,table{background-color:transparent}address,dl,ol,p,ul{margin-bottom:1rem}b,dt,optgroup,strong{font-weight:700}pre,textarea{overflow:auto}caption,th{text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,legend,main,menu,nav,section,summary{display:block}fieldset,legend,td,th{padding:0}label,output{display:inline-block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#0275d8;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}address,legend{line-height:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-spacing:0;border-collapse:collapse}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}[role=button]{cursor:pointer}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}fieldset{min-width:0;margin:0;border:0}legend{border:0;width:100%;font-size:1.5rem}
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */a,table{background-color:transparent}address,dl,ol,p,ul{margin-bottom:1rem}b,dt,optgroup,strong{font-weight:700}pre,textarea{overflow:auto}caption,th{text-align:left}fieldset,legend,td,th{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,legend,main,menu,nav,section,summary{display:block}label,output{display:inline-block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#0275d8;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}address,legend{line-height:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-spacing:0;border-collapse:collapse}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}[role=button]{cursor:pointer}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}fieldset{min-width:0;margin:0;border:0}legend{border:0;width:100%;font-size:1.5rem}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
......@@ -3,1178 +3,5 @@
* Copyright 2011-2014 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
.bd-docs {
padding-top: 3.65rem; }
.bd-container {
position: relative;
max-width: 62rem;
padding: 0 1rem 1rem;
margin-right: auto;
margin-left: auto; }
@media (min-width: 48em) {
.bd-container {
padding: 2rem; } }
@media (min-width: 62em) {
.bd-container {
padding: 4rem; }
.bd-container .carbonad {
float: right !important;
margin: 0.5rem 0 1rem 2rem !important; } }
.bd-container > table {
display: block;
width: 100%;
max-width: 100%;
overflow-y: auto;
margin-bottom: 1rem; }
.bd-container > table > thead > tr > th,
.bd-container > table > thead > tr > td,
.bd-container > table > tbody > tr > th,
.bd-container > table > tbody > tr > td,
.bd-container > table > tfoot > tr > th,
.bd-container > table > tfoot > tr > td {
padding: 0.75rem;
line-height: 1.5;
vertical-align: top;
border: 1px solid #eceeef; }
.bd-container > table td:first-child > code {
white-space: nowrap; }
.bd-pageheader {
margin-bottom: 3rem;
padding-top: 2rem;
padding-bottom: 2rem;
color: #cdbfe3;
background-color: #563d7c; }
.bd-pageheader h1 {
font-size: 4rem;
font-weight: normal;
color: #fff; }
.bd-pageheader p {
font-size: 1.5rem; }
@media (min-width: 34em) {
.bd-pageheader {
padding-top: 4rem;
padding-bottom: 4rem; }
.bd-pageheader .carbonad {
float: right; } }
.bd-content > h2:not(:first-child) {
margin-top: 3rem; }
.bd-content > h3 {
margin-top: 1.5rem; }
.bd-content > ul li,
.bd-content > ol li {
margin-bottom: .25rem; }
@media (min-width: 34em) {
.bd-title {
font-size: 3rem; }
.bd-title + p {
font-size: 1.25rem;
font-weight: 300; } }
#markdown-toc > li:first-child {
display: none; }
.bd-search {
position: relative;
margin-right: 1.25rem;
margin-bottom: 1.5rem;
margin-left: 1.25rem; }
.bd-search .form-control {
height: 2.45rem;
padding-top: .4rem;
padding-bottom: .4rem; }
.bd-search-results {
right: 0;
display: block;
padding: 0;
overflow: hidden;
font-size: .9rem; }
.bd-search-results:empty {
display: none; }
.bd-search-results > li > a {
padding-left: .75rem;
padding-right: .75rem; }
.bd-search-results > li:first-child {
margin-top: .25rem; }
.bd-search-results > li:last-child {
margin-bottom: .25rem; }
.bd-search-results > .no-results {
padding: 0.75rem 1rem;
color: #7a7a7a;
text-align: center; }
.bd-sidenav {
display: none; }
.bd-toc-link {
display: block;
padding: 0.25rem 1.25rem;
color: #55595c; }
.bd-toc-link:hover,
.bd-toc-link:focus {
color: #0275d8;
text-decoration: none; }
.active > .bd-toc-link {
font-weight: 500;
color: #373a3c; }
.active > .bd-sidenav {
display: block; }
.bd-toc-item.active {
margin-top: 1rem;
margin-bottom: 1rem; }
.bd-toc-item:first-child {
margin-top: 0; }
.bd-toc-item:last-child {
margin-bottom: 2rem; }
.bd-sidebar .nav > li > a {
display: block;
padding: 0.25rem 1.25rem;
font-size: 90%;
color: #99979c; }
.bd-sidebar .nav > li > a:hover,
.bd-sidebar .nav > li > a:focus {
color: #0275d8;
text-decoration: none;
background-color: transparent; }
.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a,
.bd-sidebar .nav > .active:focus > a {
font-weight: 500;
color: #373a3c;
background-color: transparent; }
.bd-sidebar .nav .nav {
display: none;
padding-bottom: .75rem; }
.bd-sidebar .nav .nav > li > a {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2rem;
font-size: 75%;
font-weight: normal; }
.bd-sidebar .nav .nav > .active > a,
.bd-sidebar .nav .nav > .active:hover > a,
.bd-sidebar .nav .nav > .active:focus > a {
font-weight: 500; }
.bd-sidebar .nav > .active > .nav {
display: block; }
.bd-sidebar .nav .nav > li > a {
padding-top: .125rem;
padding-bottom: .125rem;
padding-left: 2rem;
font-size: 80%; }
.bd-booticon {
display: block;
width: 9rem;
height: 9rem;
font-size: 6.5rem;
line-height: 9rem;
color: #fff;
text-align: center;
cursor: default;
background-color: #563d7c;
border-radius: 15%; }
.bd-booticon.inverse {
color: #563d7c;
background-color: #fff; }
.bd-booticon.outline {
background-color: transparent;
border: 1px solid #cdbfe3; }
.bd-nav-home {
margin-bottom: 0;
background-color: #563d7c;
border-bottom: 0; }
.bd-nav-home .navbar-brand > a {
font-weight: 500;
color: #fff; }
.bd-nav-home .nav-link {
font-weight: 500;
color: #cdbfe3; }
.bd-nav-home .nav-link:hover,
.bd-nav-home .nav-link:focus {
color: #fff;
background-color: rgba(0, 0, 0, 0.5); }
.bd-navbar {
padding: .25rem;
background-color: #2a2730; }
.bd-navbar .nav-link {
color: #8e869d; }
.bd-navbar .nav-link.active,
.bd-navbar .nav-link:hover,
.bd-navbar .nav-link:focus {
color: #fff;
background-color: transparent; }
.bd-masthead {
position: relative;
padding: 0.75rem;
color: #8e869d;
text-align: center;
background: -webkit-linear-gradient(to bottom, #2a2730, #3c3845);
background: linear-gradient(to bottom, #2a2730, #3c3845); }
.bd-masthead .bd-booticon {
margin: 0 auto 2rem;
color: #9062d7;
border-color: #9062d7; }
.bd-masthead h1 {
font-weight: 300;
line-height: 1; }
.bd-masthead .lead {
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
font-size: 1.25rem; }
.bd-masthead .version {
margin-top: -1rem;
margin-bottom: 2rem; }
.bd-masthead .btn {
width: 100%;
padding: 1rem 2rem;
font-size: 1.25rem;
font-weight: 500;
color: #ffe484;
border-color: #ffe484; }
.bd-masthead .btn:hover {
color: #2a2730;
background-color: #ffe484;
border-color: #ffe484; }
.bd-masthead .carbonad {
margin-bottom: -2rem !important; }
@media (min-width: 34em) {
.bd-masthead {
padding-top: 8rem;
padding-bottom: 2rem; }
.bd-masthead .btn {
width: auto; }
.bd-masthead .carbonad {
margin-bottom: 0 !important; } }
@media (min-width: 48em) {
.bd-masthead {
padding-bottom: 4rem; }
.bd-masthead .bd-header {
margin-bottom: 4rem; }
.bd-masthead h1 {
font-size: 4rem; }
.bd-masthead .lead {
font-size: 1.5rem; }
.bd-masthead .carbonad {
margin-top: 3rem !important; } }
@media (min-width: 62em) {
.bd-masthead .lead {
width: 80%;
font-size: 2rem; } }
.bd-featurette {
padding-top: 3rem;
padding-bottom: 3rem;
font-size: 1rem;
line-height: 1.5;
color: #555;
background-color: #fff;
border-top: 1px solid #eee; }
.bd-featurette .highlight {
text-align: left; }
.bd-featurette-title {
margin-bottom: .5rem;
font-size: 2rem;
font-weight: normal;
color: #333; }
.bd-featurette-title + .lead {
font-size: 1.5rem;
margin-bottom: 2rem; }
.half-rule {
width: 6rem;
margin: 2.5rem 0; }
.bd-featurette h4 {
margin-top: 1rem;
margin-bottom: .5rem;
font-weight: normal;
color: #333; }
.bd-featurette-img {
display: block;
margin-bottom: 1.25rem;
color: #333; }
.bd-featurette-img:hover {
color: #0275d8;
text-decoration: none; }
.bd-featurette-img img {
display: block;
margin-bottom: 1rem; }
@media (min-width: 480px) {
.bd-featurette .img-responsive {
margin-top: 2rem; } }
@media (min-width: 768px) {
.bd-featurette {
padding-top: 6rem;
padding-bottom: 6rem; }
.bd-featurette-title {
font-size: 2.5rem; }
.bd-featurette .lead {
max-width: 80%; }
.bd-featurette .img-responsive {
margin-top: 0; } }
.bd-featured-sites {
margin-right: -1px;
margin-left: -1px; }
.bd-featured-sites .col-xs-6 {
padding: 1px; }
.bd-featured-sites .img-responsive {
margin-top: 0; }
@media (min-width: 768px) {
.bd-featured-sites .col-sm-3:first-child img {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem; }
.bd-featured-sites .col-sm-3:last-child img {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem; } }
.carbonad {
width: auto !important;
height: auto !important;
padding: 1.25rem !important;
margin: 0 -1.5rem 2rem !important;
overflow: hidden;
font-size: .8rem !important;
line-height: 1rem !important;
color: #55595c !important;
text-align: left;
background: #f5f5f5 !important;
border: 0 !important; }
.carbonad-img {
margin: 0 !important; }
.carbonad-text,
.carbonad-tag {
display: block !important;
float: none !important;
width: auto !important;
height: auto !important;
margin-left: 145px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.carbonad-text {
padding-top: 0 !important; }
.carbonad-tag {
color: inherit !important;
text-align: left !important; }
.carbonad-text a,
.carbonad-tag a {
color: #55595c !important; }
.carbonad-text a:hover,
.carbonad-tag a:hover {
color: #0275d8 !important; }
.carbonad #azcarbon > img {
display: none; }
@media (min-width: 34em) {
.carbonad {
width: 330px !important;
padding: 1rem !important;
margin-right: auto !important;
margin-left: auto !important;
border-radius: .25rem; } }
.bd-footer {
padding: 4rem 0;
margin-top: 4rem;
font-size: 85%;
background-color: #f7f7f7;
text-align: center; }
.bd-footer a {
font-weight: 500;
color: #55595c; }
.bd-footer a:hover {
color: #0275d8; }
.bd-footer p {
margin-bottom: 0; }
@media (min-width: 34em) {
.bd-footer {
text-align: left; } }
.bd-footer-links {
padding-left: 0;
margin-bottom: 1rem; }
.bd-footer-links li {
display: inline-block; }
.bd-footer-links li + li {
margin-left: 1rem; }
.bd-social {
margin-bottom: 1.5rem;
margin-left: -.5rem; }
.bd-social-buttons {
display: inline-block;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.bd-social-buttons li {
display: inline-block;
padding: 0.25rem 0.5rem;
line-height: 1; }
.bd-social-buttons .twitter-follow-button {
width: 225px !important; }
.bd-social-buttons .twitter-share-button {
width: 98px !important; }
.github-btn {
overflow: hidden;
border: 0; }
.bd-example-row .row {
margin-bottom: 1rem; }
.bd-example-row .row > [class^="col-"] {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: rgba(86, 61, 124, 0.15);
border: 1px solid rgba(86, 61, 124, 0.2); }
.bd-example {
position: relative;
padding: 1rem;
margin: 1rem -1rem;
border: solid #f7f7f9;
border-width: .2rem 0 0; }
.bd-example:before,
.bd-example:after {
content: " ";
display: table; }
.bd-example:after {
clear: both; }
@media (min-width: 34em) {
.bd-example {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 1.5rem;
border-width: .2rem; } }
.bd-example + .highlight,
.bd-example + .zero-clipboard + .highlight {
margin-top: 0; }
.bd-example + p {
margin-top: 2rem; }
.bd-example .container {
width: auto; }
.bd-example > .card {
max-width: 20rem; }
.bd-example > .nav + .nav,
.bd-example > .alert + .alert,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .progress,
.bd-example > .progress + .btn {
margin-top: 1rem; }
.bd-example > .dropdown-menu:first-child {
position: static;
display: block; }
.bd-example > *:last-child,
.bd-example > .table-responsive:last-child > .table {
margin-bottom: 0 !important; }
.bd-example > .close {
float: none; }
.bd-example-type .table .type-info {
color: #999;
vertical-align: middle; }
.bd-example-type .table td {
padding: 1rem 0;
border-color: #eee; }
.bd-example-type .table tr:first-child td {
border-top: 0; }
.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
margin: 0; }
.bd-example-bg-classes p {
padding: 1rem; }
.bd-example > img + img {
margin-left: .5rem; }
.bd-example > .btn-group {
margin-top: .25rem;
margin-bottom: .25rem; }
.bd-example > .btn-toolbar + .btn-toolbar {
margin-top: .5rem; }
.bd-example-control-sizing select,
.bd-example-control-sizing input[type="text"] + input[type="text"] {
margin-top: .5rem; }
.bd-example-form .input-group {
margin-bottom: .5rem; }
.bd-example > textarea.form-control {
resize: vertical; }
.bd-example > .list-group {
max-width: 400px; }
.bd-example .navbar:last-child {
margin-bottom: 0; }
.bd-navbar-top-example,
.bd-navbar-bottom-example {
z-index: 1;
padding: 0;
overflow: hidden; }
.bd-navbar-top-example .navbar-header,
.bd-navbar-bottom-example .navbar-header {
margin-left: 0; }
.bd-navbar-top-example .navbar-fixed-top,
.bd-navbar-bottom-example .navbar-fixed-bottom {
position: relative;
margin-right: 0;
margin-left: 0; }
.bd-navbar-top-example {
padding-bottom: 45px; }
.bd-navbar-top-example .navbar-fixed-top {
top: -1px; }
.bd-navbar-bottom-example {
padding-top: 45px; }
.bd-navbar-bottom-example .navbar-fixed-bottom {
bottom: -1px; }
.bd-navbar-bottom-example .navbar {
margin-bottom: 0; }
@media (min-width: 768px) {
.bd-navbar-top-example .navbar-fixed-top,
.bd-navbar-bottom-example .navbar-fixed-bottom {
position: absolute; } }
.bd-example .pagination {
margin-top: .5rem;
margin-bottom: .5rem; }
.bd-example > .pager {
margin-top: 0; }
.bd-example-modal {
background-color: #f5f5f5; }
.bd-example-modal .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
display: block; }
.bd-example-modal .modal-dialog {
left: auto;
margin-right: auto;
margin-left: auto; }
.bd-example > .dropdown > .dropdown-toggle {
float: left; }
.bd-example > .dropdown > .dropdown-menu {
position: static;
display: block;
margin-bottom: .25rem;
clear: left; }
.bd-example-tabs .nav-tabs {
margin-bottom: 1rem; }
.bd-example-tooltips {
text-align: center; }
.bd-example-tooltips > .btn {
margin-top: .25rem;
margin-bottom: .25rem; }
.bd-example-popover {
padding-bottom: 1.5rem;
background-color: #f9f9f9; }
.bd-example-popover .popover {
position: relative;
display: block;
float: left;
width: 260px;
margin: 1.25rem; }
.bd-example-tooltip .tooltip {
position: relative;
display: inline-block;
margin: 10px 20px;
opacity: 1; }
.scrollspy-example {
position: relative;
height: 200px;
margin-top: .5rem;
overflow: auto; }
.bd-example > .center-block:not(img) {
max-width: 200px;
padding: .5rem;
background-color: #eee; }
.bd-example > .bg-primary,
.bd-example > .bg-success,
.bd-example > .bg-info,
.bd-example > .bg-warning,
.bd-example > .bg-danger {
padding: .5rem;
margin-top: .5rem;
margin-bottom: .5rem; }
.highlight {
padding: 1rem;
margin: 1rem -1rem;
background-color: #f7f7f9; }
@media (min-width: 34em) {
.highlight {
padding: 1.5rem;
margin-right: 0;
margin-left: 0; } }
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
background-color: transparent;
border: 0; }
.highlight pre code {
font-size: inherit;
color: #373a3c; }
#focusedInput {
border-color: #66afe9;
outline: 0;
outline: thin dotted \9;
box-shadow: 0 0 0.5rem rgba(102, 175, 233, 0.6); }
.table-responsive .highlight pre {
white-space: normal; }
.bd-table th small,
.responsive-utilities th small {
display: block;
font-weight: normal;
color: #999; }
.responsive-utilities tbody th {
font-weight: normal; }
.responsive-utilities td {
text-align: center; }
.responsive-utilities td.is-visible {
color: #468847;
background-color: #dff0d8 !important; }
.responsive-utilities td.is-hidden {
color: #ccc;
background-color: #f9f9f9 !important; }
.responsive-utilities-test {
margin-top: .25rem; }
.responsive-utilities-test .col-xs-6 {
margin-bottom: .5rem; }
.responsive-utilities-test span {
display: block;
padding: 1rem 0.5rem;
font-size: 1rem;
font-weight: bold;
line-height: 1.1;
text-align: center;
border-radius: .25rem; }
.visible-on .col-xs-6 > .not-visible,
.hidden-on .col-xs-6 > .not-visible {
color: #999;
border: 1px solid #ddd; }
.visible-on .col-xs-6 .visible,
.hidden-on .col-xs-6 .visible {
color: #468847;
background-color: #dff0d8;
border: 1px solid #d6e9c6; }
@media (max-width: 33.9em) {
.hidden-xs-only {
display: none !important; } }
@media (min-width: 34em) and (max-width: 47.9em) {
.hidden-sm-only {
display: none !important; } }
@media (min-width: 48em) and (max-width: 61.9em) {
.hidden-md-only {
display: none !important; } }
@media (min-width: 62em) and (max-width: 74.9em) {
.hidden-lg-only {
display: none !important; } }
@media (min-width: 75em) {
.hidden-xl-only {
display: none !important; } }
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c; }
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c; }
.btn-outline-inverse {
color: #fff;
background-color: transparent;
border-color: #cdbfe3; }
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
color: #563d7c;
text-shadow: none;
background-color: #fff;
border-color: #fff; }
.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-width: .25rem;
border-radius: .25rem; }
.bd-callout h4 {
margin-top: 0;
margin-bottom: .25rem; }
.bd-callout p:last-child {
margin-bottom: 0; }
.bd-callout code {
border-radius: .25rem; }
.bd-callout + .bd-callout {
margin-top: -.25rem; }
.bd-callout-info {
border-left-color: #5bc0de; }
.bd-callout-info h4 {
color: #5bc0de; }
.bd-callout-warning {
border-left-color: #f0ad4e; }
.bd-callout-warning h4 {
color: #f0ad4e; }
.bd-callout-danger {
border-left-color: #d9534f; }
.bd-callout-danger h4 {
color: #d9534f; }
.bd-examples .img-thumbnail {
margin-bottom: .75rem; }
.bd-examples h4 {
margin-bottom: .25rem; }
.bd-examples p {
margin-bottom: 1.25rem; }
@media (max-width: 480px) {
.bd-examples {
margin-right: -.75rem;
margin-left: -.75rem; }
.bd-examples > [class^="col-"] {
padding-right: .75rem;
padding-left: .75rem; } }
.bd-team {
margin-bottom: 1.5rem; }
.bd-team .team-member {
line-height: 2rem;
color: #555; }
.bd-team .team-member:hover {
color: #333;
text-decoration: none; }
.bd-team .github-btn {
float: right;
width: 180px;
height: 1.25rem;
margin-top: .25rem; }
.bd-team img {
float: left;
width: 2rem;
margin-right: .5rem;
border-radius: .25rem; }
.bd-browser-bugs td p {
margin-bottom: 0; }
.bd-browser-bugs th:first-child {
width: 18%; }
.bd-brand-logos {
display: table;
width: 100%;
margin-bottom: 1rem;
overflow: hidden;
color: #563d7c;
background-color: #f9f9f9;
border-radius: .25rem; }
.bd-brand-item {
padding: 4rem 0;
text-align: center; }
.bd-brand-item + .bd-brand-item {
border-top: 1px solid #fff; }
.bd-brand-logos .inverse {
color: #fff;
background-color: #563d7c; }
.bd-brand-item h1,
.bd-brand-item h3 {
margin-top: 0;
margin-bottom: 0; }
.bd-brand-item .bd-booticon {
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.bd-brand-item {
display: table-cell;
width: 1%; }
.bd-brand-item + .bd-brand-item {
border-top: 0;
border-left: 1px solid #fff; }
.bd-brand-item h1 {
font-size: 4rem; } }
.color-swatches {
margin: 0 -5px;
overflow: hidden; }
.color-swatch {
float: left;
width: 4rem;
height: 4rem;
margin-right: .25rem;
margin-left: .25rem;
border-radius: .25rem; }
@media (min-width: 768px) {
.color-swatch {
width: 6rem;
height: 6rem; } }
.color-swatches .bd-purple {
background-color: #563d7c; }
.color-swatches .bd-purple-light {
background-color: #cdbfe3; }
.color-swatches .bd-purple-lighter {
background-color: #e5e1ea; }
.color-swatches .bd-gray {
background-color: #f9f9f9; }
.zero-clipboard {
position: relative;
display: none;
float: right; }
.btn-clipboard {
position: absolute;
top: 0;
right: 0;
z-index: 10;
display: block;
padding: 0.25rem 0.5rem;
font-size: 75%;
color: #818a91;
cursor: pointer;
background-color: #eceeef;
border-radius: 0 0.2rem 0 0.2rem; }
.btn-clipboard-hover {
color: #fff;
background-color: #027de7; }
@media (min-width: 768px) {
.zero-clipboard {
display: block; } }
.hll {
background-color: #ffffcc; }
.c {
color: #999; }
.err {
color: #AA0000;
background-color: #FFAAAA; }
.k {
color: #006699; }
.o {
color: #555555; }
.cm {
color: #999; }
.cp {
color: #009999; }
.c1 {
color: #999; }
.cs {
color: #999; }
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000; }
.ge {
font-style: italic; }
.gr {
color: #FF0000; }
.gh {
color: #003300; }
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00; }
.go {
color: #AAAAAA; }
.gp {
color: #000099; }
.gu {
color: #003300; }
.gt {
color: #99CC66; }
.kc {
color: #006699; }
.kd {
color: #006699; }
.kn {
color: #006699; }
.kp {
color: #006699; }
.kr {
color: #006699; }
.kt {
color: #007788; }
.m {
color: #FF6600; }
.s {
color: #d44950; }
.na {
color: #4f9fcf; }
.nb {
color: #336666; }
.nc {
color: #00AA88; }
.no {
color: #336600; }
.nd {
color: #9999FF; }
.ni {
color: #999999; }
.ne {
color: #CC0000; }
.nf {
color: #CC00FF; }
.nl {
color: #9999FF; }
.nn {
color: #00CCFF; }
.nt {
color: #2f6f9f; }
.nv {
color: #003333; }
.ow {
color: #000000; }
.w {
color: #bbbbbb; }
.mf {
color: #FF6600; }
.mh {
color: #FF6600; }
.mi {
color: #FF6600; }
.mo {
color: #FF6600; }
.sb {
color: #CC3300; }
.sc {
color: #CC3300; }
.sd {
color: #CC3300;
font-style: italic; }
.s2 {
color: #CC3300; }
.se {
color: #CC3300; }
.sh {
color: #CC3300; }
.si {
color: #AA0000; }
.sx {
color: #CC3300; }
.sr {
color: #33AAAA; }
.s1 {
color: #CC3300; }
.ss {
color: #FFCC33; }
.bp {
color: #336666; }
.vc {
color: #003333; }
.vg {
color: #003333; }
.vi {
color: #003333; }
.il {
color: #FF6600; }
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999; }
.anchorjs-link {
color: inherit; }
@media (max-width: 480px) {
.anchorjs-link {
display: none; } }
*:hover > .anchorjs-link {
opacity: .75;
-webkit-transition: color 0.16s linear;
-o-transition: color 0.16s linear;
transition: color 0.16s linear; }
*:hover > .anchorjs-link:hover,
.anchorjs-link:focus {
text-decoration: none;
opacity: 1; }
*/.bd-container,.bd-example,.bd-masthead,.bd-search{position:relative}.ge,.sd{font-style:italic}.bd-docs{padding-top:3.65rem}.bd-container{max-width:62rem;padding:0 1rem 1rem;margin-right:auto;margin-left:auto}@media (min-width:48em){.bd-container{padding:2rem}}@media (min-width:62em){.bd-container{padding:4rem}.bd-container .carbonad{float:right!important;margin:.5rem 0 1rem 2rem!important}}.bd-container>table{display:block;width:100%;max-width:100%;overflow-y:auto;margin-bottom:1rem}.bd-container>table>tbody>tr>td,.bd-container>table>tbody>tr>th,.bd-container>table>tfoot>tr>td,.bd-container>table>tfoot>tr>th,.bd-container>table>thead>tr>td,.bd-container>table>thead>tr>th{padding:.75rem;line-height:1.5;vertical-align:top;border:1px solid #eceeef}.bd-container>table td:first-child>code{white-space:nowrap}.bd-pageheader{margin-bottom:3rem;padding-top:2rem;padding-bottom:2rem;color:#cdbfe3;background-color:#563d7c}.bd-pageheader h1{font-size:4rem;font-weight:400;color:#fff}.bd-pageheader p{font-size:1.5rem}.bd-content>h2:not(:first-child){margin-top:3rem}.bd-content>h3{margin-top:1.5rem}.bd-content>ol li,.bd-content>ul li{margin-bottom:.25rem}@media (min-width:34em){.bd-pageheader{padding-top:4rem;padding-bottom:4rem}.bd-pageheader .carbonad{float:right}.bd-title{font-size:3rem}.bd-title+p{font-size:1.25rem;font-weight:300}}#markdown-toc>li:first-child{display:none}.bd-search{margin-right:1.25rem;margin-bottom:1.5rem;margin-left:1.25rem}.bd-search .form-control{height:2.45rem;padding-top:.4rem;padding-bottom:.4rem}.bd-search-results{right:0;display:block;padding:0;overflow:hidden;font-size:.9rem}.bd-search-results:empty{display:none}.bd-search-results>li>a{padding-left:.75rem;padding-right:.75rem}.bd-search-results>li:first-child{margin-top:.25rem}.bd-search-results>li:last-child{margin-bottom:.25rem}.bd-search-results>.no-results{padding:.75rem 1rem;color:#7a7a7a;text-align:center}.bd-sidenav{display:none}.active>.bd-sidenav,.bd-toc-link{display:block}.bd-toc-link{padding:.25rem 1.25rem;color:#55595c}.bd-toc-link:focus,.bd-toc-link:hover{color:#0275d8;text-decoration:none}.active>.bd-toc-link{font-weight:500;color:#373a3c}.bd-toc-item.active{margin-top:1rem;margin-bottom:1rem}.bd-toc-item:first-child{margin-top:0}.bd-toc-item:last-child{margin-bottom:2rem}.bd-sidebar .nav>li>a{display:block;padding:.25rem 1.25rem;font-size:90%;color:#99979c}.bd-sidebar .nav>li>a:focus,.bd-sidebar .nav>li>a:hover{color:#0275d8;text-decoration:none;background-color:transparent}.bd-sidebar .nav>.active:focus>a,.bd-sidebar .nav>.active:hover>a,.bd-sidebar .nav>.active>a{font-weight:500;color:#373a3c;background-color:transparent}.bd-sidebar .nav .nav{display:none;padding-bottom:.75rem}.bd-sidebar .nav .nav>li>a{padding-top:1px;padding-bottom:1px;font-weight:400;padding-top:.125rem;padding-bottom:.125rem;padding-left:2rem;font-size:80%}.bd-sidebar .nav .nav>.active:focus>a,.bd-sidebar .nav .nav>.active:hover>a,.bd-sidebar .nav .nav>.active>a{font-weight:500}.bd-sidebar .nav>.active>.nav{display:block}.bd-booticon{display:block;width:9rem;height:9rem;font-size:6.5rem;line-height:9rem;color:#fff;text-align:center;cursor:default;background-color:#563d7c;border-radius:15%}.bd-booticon.inverse{color:#563d7c;background-color:#fff}.bd-booticon.outline{background-color:transparent;border:1px solid #cdbfe3}.bd-nav-home{margin-bottom:0;background-color:#563d7c;border-bottom:0}.bd-nav-home .navbar-brand>a{font-weight:500;color:#fff}.bd-nav-home .nav-link{font-weight:500;color:#cdbfe3}.bd-nav-home .nav-link:focus,.bd-nav-home .nav-link:hover{color:#fff;background-color:rgba(0,0,0,.5)}.bd-navbar{padding:.25rem;background-color:#2a2730}.bd-navbar .nav-link{color:#8e869d}.bd-navbar .nav-link.active,.bd-navbar .nav-link:focus,.bd-navbar .nav-link:hover{color:#fff;background-color:transparent}.bd-masthead{padding:.75rem;color:#8e869d;text-align:center;background:-webkit-linear-gradient(to bottom,#2a2730,#3c3845);background:-webkit-gradient(linear,left top,left bottom,from(#2a2730),to(#3c3845));background:-webkit-linear-gradient(top,#2a2730,#3c3845);background:-o-linear-gradient(top,#2a2730,#3c3845);background:linear-gradient(to bottom,#2a2730,#3c3845)}.bd-featurette .highlight,.carbonad{text-align:left}.bd-masthead .bd-booticon{margin:0 auto 2rem;color:#9062d7;border-color:#9062d7}.bd-masthead h1{font-weight:300;line-height:1}.bd-masthead .lead{margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.25rem}.bd-masthead .version{margin-top:-1rem;margin-bottom:2rem}.bd-masthead .btn{width:100%;padding:1rem 2rem;font-size:1.25rem;font-weight:500;color:#ffe484;border-color:#ffe484}.bd-masthead .btn:hover{color:#2a2730;background-color:#ffe484;border-color:#ffe484}.bd-masthead .carbonad{margin-bottom:-2rem!important}@media (min-width:34em){.bd-masthead{padding-top:8rem;padding-bottom:2rem}.bd-masthead .btn{width:auto}.bd-masthead .carbonad{margin-bottom:0!important}}@media (min-width:48em){.bd-masthead{padding-bottom:4rem}.bd-masthead .bd-header{margin-bottom:4rem}.bd-masthead h1{font-size:4rem}.bd-masthead .lead{font-size:1.5rem}.bd-masthead .carbonad{margin-top:3rem!important}}@media (min-width:62em){.bd-masthead .lead{width:80%;font-size:2rem}}.bd-featurette{padding-top:3rem;padding-bottom:3rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;border-top:1px solid #eee}.bd-featurette-title{margin-bottom:.5rem;font-size:2rem;font-weight:400;color:#333}.bd-featurette-title+.lead{font-size:1.5rem;margin-bottom:2rem}.half-rule{width:6rem;margin:2.5rem 0}.carbonad,.carbonad-tag,.carbonad-text{width:auto!important;height:auto!important}.bd-featurette h4{margin-top:1rem;margin-bottom:.5rem;font-weight:400;color:#333}.bd-featurette-img{display:block;margin-bottom:1.25rem;color:#333}.bd-featurette-img:hover{color:#0275d8;text-decoration:none}.bd-featurette-img img{display:block;margin-bottom:1rem}@media (min-width:480px){.bd-featurette .img-responsive{margin-top:2rem}}@media (min-width:768px){.bd-featurette{padding-top:6rem;padding-bottom:6rem}.bd-featurette-title{font-size:2.5rem}.bd-featurette .lead{max-width:80%}.bd-featurette .img-responsive{margin-top:0}}.bd-featured-sites{margin-right:-1px;margin-left:-1px}.bd-featured-sites .col-xs-6{padding:1px}.bd-featured-sites .img-responsive{margin-top:0}@media (min-width:768px){.bd-featured-sites .col-sm-3:first-child img{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bd-featured-sites .col-sm-3:last-child img{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}}.carbonad{padding:1.25rem!important;margin:0 -1.5rem 2rem!important;overflow:hidden;font-size:.8rem!important;line-height:1rem!important;color:#55595c!important;background:#f5f5f5!important;border:0!important}.carbonad-img{margin:0!important}.carbonad-tag,.carbonad-text{display:block!important;float:none!important;margin-left:145px!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}.carbonad-text{padding-top:0!important}.carbonad-tag{color:inherit!important;text-align:left!important}.carbonad-tag a,.carbonad-text a{color:#55595c!important}.carbonad-tag a:hover,.carbonad-text a:hover{color:#0275d8!important}.carbonad #azcarbon>img{display:none}.bd-footer-links li,.bd-social-buttons{display:inline-block}@media (min-width:34em){.carbonad{width:330px!important;padding:1rem!important;margin-right:auto!important;margin-left:auto!important;border-radius:.25rem}}.bd-footer{padding:4rem 0;margin-top:4rem;font-size:85%;background-color:#f7f7f7;text-align:center}.bd-footer a{font-weight:500;color:#55595c}.bd-footer a:hover{color:#0275d8}.bd-footer p{margin-bottom:0}@media (min-width:34em){.bd-footer{text-align:left}}.bd-brand-item,.bd-example-tooltips,.responsive-utilities td{text-align:center}.bd-footer-links{padding-left:0;margin-bottom:1rem}.bd-footer-links li+li{margin-left:1rem}.bd-social{margin-bottom:1.5rem;margin-left:-.5rem}.bd-social-buttons{padding-left:0;margin-bottom:0;list-style:none}.bd-social-buttons li{display:inline-block;padding:.25rem .5rem;line-height:1}.bd-social-buttons .twitter-follow-button{width:225px!important}.bd-social-buttons .twitter-share-button{width:98px!important}.github-btn{overflow:hidden;border:0}.bd-example-row .row{margin-bottom:1rem}.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bd-example{padding:1rem;margin:1rem -1rem;border:solid #f7f7f9;border-width:.2rem 0 0}.bd-example:after,.bd-example:before{content:" ";display:table}.bd-example:after{clear:both}@media (min-width:34em){.bd-example{margin-left:0;margin-right:0;margin-bottom:0;padding:1.5rem;border-width:.2rem}}.bd-example+.highlight,.bd-example+.zero-clipboard+.highlight{margin-top:0}.bd-example+p{margin-top:2rem}.bd-example .container{width:auto}.bd-example>.card{max-width:20rem}.bd-example>.alert+.alert,.bd-example>.nav+.nav,.bd-example>.navbar+.navbar,.bd-example>.progress+.btn,.bd-example>.progress+.progress{margin-top:1rem}.bd-example>.dropdown-menu:first-child{position:static;display:block}.bd-example>.table-responsive:last-child>.table,.bd-example>:last-child{margin-bottom:0!important}.bd-example>.close{float:none}.bd-example-type .table .type-info{color:#999;vertical-align:middle}.bd-example-type .table td{padding:1rem 0;border-color:#eee}.bd-example-type .table tr:first-child td{border-top:0}.bd-example-type h1,.bd-example-type h2,.bd-example-type h3,.bd-example-type h4,.bd-example-type h5,.bd-example-type h6{margin:0}.bd-example-bg-classes p{padding:1rem}.bd-example>img+img{margin-left:.5rem}.bd-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bd-example-control-sizing input[type=text]+input[type=text],.bd-example-control-sizing select,.bd-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bd-example-form .input-group{margin-bottom:.5rem}.bd-example>textarea.form-control{resize:vertical}.bd-example>.list-group{max-width:400px}.bd-example .navbar:last-child{margin-bottom:0}.bd-navbar-bottom-example,.bd-navbar-top-example{z-index:1;padding:0;overflow:hidden}.bd-navbar-bottom-example .navbar-header,.bd-navbar-top-example .navbar-header{margin-left:0}.bd-navbar-bottom-example .navbar-fixed-bottom,.bd-navbar-top-example .navbar-fixed-top{position:relative;margin-right:0;margin-left:0}.bd-navbar-top-example{padding-bottom:45px}.bd-navbar-top-example .navbar-fixed-top{top:-1px}.bd-navbar-bottom-example{padding-top:45px}.bd-navbar-bottom-example .navbar-fixed-bottom{bottom:-1px}.bd-navbar-bottom-example .navbar{margin-bottom:0}@media (min-width:768px){.bd-navbar-bottom-example .navbar-fixed-bottom,.bd-navbar-top-example .navbar-fixed-top{position:absolute}}.bd-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.bd-example>.pager{margin-top:0}.bd-example-modal{background-color:#f5f5f5}.bd-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bd-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bd-example>.dropdown>.dropdown-toggle{float:left}.bd-example>.dropdown>.dropdown-menu{position:static;display:block;margin-bottom:.25rem;clear:left}.bd-example-tabs .nav-tabs{margin-bottom:1rem}.bd-example-tooltips>.btn{margin-top:.25rem;margin-bottom:.25rem}.bd-example-popover{padding-bottom:1.5rem;background-color:#f9f9f9}.bd-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.bd-example-tooltip .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.bd-example>.center-block:not(img){max-width:200px;padding:.5rem;background-color:#eee}.bd-example>.bg-danger,.bd-example>.bg-info,.bd-example>.bg-primary,.bd-example>.bg-success,.bd-example>.bg-warning{padding:.5rem;margin-top:.5rem;margin-bottom:.5rem}.highlight{padding:1rem;margin:1rem -1rem;background-color:#f7f7f9}@media (min-width:34em){.highlight{padding:1.5rem;margin-right:0;margin-left:0}}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#373a3c}#focusedInput{border-color:#66afe9;outline:0;outline:dotted thin\9;-webkit-box-shadow:0 0 .5rem rgba(102,175,233,.6);box-shadow:0 0 .5rem rgba(102,175,233,.6)}.table-responsive .highlight pre{white-space:normal}.bd-table th small,.responsive-utilities th small{display:block;font-weight:400;color:#999}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8!important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9!important}.responsive-utilities-test{margin-top:.25rem}.responsive-utilities-test .col-xs-6{margin-bottom:.5rem}.responsive-utilities-test span{display:block;padding:1rem .5rem;font-size:1rem;font-weight:700;line-height:1.1;text-align:center;border-radius:.25rem}.hidden-on .col-xs-6>.not-visible,.visible-on .col-xs-6>.not-visible{color:#999;border:1px solid #ddd}.hidden-on .col-xs-6 .visible,.visible-on .col-xs-6 .visible{color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}@media (max-width:33.9em){.hidden-xs-only{display:none!important}}@media (min-width:34em) and (max-width:47.9em){.hidden-sm-only{display:none!important}}@media (min-width:48em) and (max-width:61.9em){.hidden-md-only{display:none!important}}@media (min-width:62em) and (max-width:74.9em){.hidden-lg-only{display:none!important}}@media (min-width:75em){.hidden-xl-only{display:none!important}}.btn-outline{color:#563d7c;background-color:transparent;border-color:#563d7c}.btn-outline:active,.btn-outline:focus,.btn-outline:hover{color:#fff;background-color:#563d7c;border-color:#563d7c}.btn-outline-inverse{color:#fff;background-color:transparent;border-color:#cdbfe3}.btn-outline-inverse:active,.btn-outline-inverse:focus,.btn-outline-inverse:hover{color:#563d7c;text-shadow:none;background-color:#fff;border-color:#fff}.bd-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bd-brand-logos,.bd-callout code{border-radius:.25rem}.bd-callout h4{margin-top:0;margin-bottom:.25rem}.bd-callout p:last-child{margin-bottom:0}.bd-callout+.bd-callout{margin-top:-.25rem}.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h4{color:#5bc0de}.bd-callout-warning{border-left-color:#f0ad4e}.bd-callout-warning h4{color:#f0ad4e}.bd-callout-danger{border-left-color:#d9534f}.bd-callout-danger h4{color:#d9534f}.bd-examples .img-thumbnail{margin-bottom:.75rem}.bd-examples h4{margin-bottom:.25rem}.bd-examples p{margin-bottom:1.25rem}@media (max-width:480px){.bd-examples{margin-right:-.75rem;margin-left:-.75rem}.bd-examples>[class^=col-]{padding-right:.75rem;padding-left:.75rem}}.bd-team{margin-bottom:1.5rem}.bd-team .team-member{line-height:2rem;color:#555}.bd-team .team-member:hover{color:#333;text-decoration:none}.bd-team .github-btn{float:right;width:180px;height:1.25rem;margin-top:.25rem}.bd-team img,.color-swatch{float:left;border-radius:.25rem}.bd-team img{width:2rem;margin-right:.5rem}.bd-browser-bugs td p{margin-bottom:0}.bd-browser-bugs th:first-child{width:18%}.bd-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9}.bd-brand-logos .inverse,.color-swatches .bd-purple{background-color:#563d7c}.bd-brand-item{padding:4rem 0}.bd-brand-item+.bd-brand-item{border-top:1px solid #fff}.bd-brand-logos .inverse{color:#fff}.bd-brand-item h1,.bd-brand-item h3{margin-top:0;margin-bottom:0}.bd-brand-item .bd-booticon{margin-right:auto;margin-left:auto}@media (min-width:768px){.bd-brand-item{display:table-cell;width:1%}.bd-brand-item+.bd-brand-item{border-top:0;border-left:1px solid #fff}.bd-brand-item h1{font-size:4rem}}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem}.color-swatches .bd-purple-light{background-color:#cdbfe3}.color-swatches .bd-purple-lighter{background-color:#e5e1ea}.color-swatches .bd-gray{background-color:#f9f9f9}.zero-clipboard{position:relative;display:none;float:right}.btn-clipboard{position:absolute;top:0;right:0;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:#eceeef;border-radius:0 .2rem}.btn-clipboard-hover{color:#fff;background-color:#027de7}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}.zero-clipboard{display:block}}.hll{background-color:#ffc}.c{color:#999}.err{color:#A00;background-color:#FAA}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1,.cs{color:#999}.gd{background-color:#FCC;border:1px solid #C00}.gr{color:red}.gh{color:#030}.gi{background-color:#CFC;border:1px solid #0C0}.go{color:#AAA}.gp{color:#009}.gu{color:#030}.gt{color:#9C6}.kc,.kd,.kn,.kp,.kr{color:#069}.kt{color:#078}.m{color:#F60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0A8}.no{color:#360}.nd{color:#99F}.ni{color:#999}.ne{color:#C00}.nf{color:#C0F}.nl{color:#99F}.nn{color:#0CF}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf,.mh,.mi,.mo{color:#F60}.s2,.sb,.sc,.sd,.se,.sh{color:#C30}.si{color:#A00}.sx{color:#C30}.sr{color:#3AA}.s1{color:#C30}.ss{color:#FC3}.bp{color:#366}.vc,.vg,.vi{color:#033}.il{color:#F60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}.anchorjs-link{color:inherit}@media (max-width:480px){.anchorjs-link{display:none}}:hover>.anchorjs-link{opacity:.75;-webkit-transition:color .16s linear;-o-transition:color .16s linear;transition:color .16s linear}.anchorjs-link:focus,:hover>.anchorjs-link:hover{text-decoration:none;opacity:1}
/*# sourceMappingURL=docs.min.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
......@@ -386,11 +386,13 @@ a {
color: #0275d8;
text-decoration: none;
}
a:focus,
a:hover {
a:hover {
color: #014c8c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
......@@ -478,20 +480,21 @@ h1, h2, h3, h4, h5, h6,
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #818a91;
......@@ -502,15 +505,16 @@ h2, .h2,
h3, .h3 {
margin-bottom: .5rem;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
......@@ -519,15 +523,16 @@ h5, .h5,
h6, .h6 {
margin-bottom: .5rem;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
......@@ -588,6 +593,7 @@ mark,
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
......@@ -598,11 +604,13 @@ mark,
margin-right: -1.5rem;
margin-left: -1.5rem;
}
.dl-horizontal:before,
.dl-horizontal:after {
.dl-horizontal:after {
display: table;
content: " ";
}
.dl-horizontal:after {
clear: both;
}
......@@ -618,17 +626,20 @@ mark,
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
.blockquote ul:last-child,
.blockquote ol:last-child {
margin-bottom: 0;
}
.blockquote footer {
display: block;
font-size: 80%;
line-height: 1.5;
color: #818a91;
}
.blockquote footer:before {
content: "\2014 \00A0";
}
......@@ -640,9 +651,11 @@ mark,
border-right: .25rem solid #eceeef;
border-left: 0;
}
.blockquote-reverse footer:before {
content: "";
}
.blockquote-reverse footer:after {
content: "\00A0 \2014";
}
......@@ -698,6 +711,7 @@ kbd {
background-color: #333;
border-radius: .2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
......@@ -712,6 +726,7 @@ pre {
line-height: 1.5;
color: #373a3c;
}
pre code {
padding: 0;
font-size: inherit;
......@@ -731,29 +746,35 @@ pre code {
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 34em) {
.container {
max-width: 34rem;
}
}
@media (min-width: 48em) {
.container {
max-width: 45rem;
}
}
@media (min-width: 62em) {
.container {
max-width: 60rem;
}
}
@media (min-width: 75em) {
.container {
max-width: 72.25rem;
......@@ -766,11 +787,13 @@ pre code {
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
......@@ -2077,20 +2100,24 @@ pre code {
max-width: 100%;
margin-bottom: 1rem;
}
.table th,
.table td {
.table td {
padding: .75rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #eceeef;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
border-top: 2px solid #eceeef;
}
.table .table {
background-color: #fff;
}
......@@ -2103,12 +2130,14 @@ pre code {
.table-bordered {
border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
.table-bordered td {
border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
.table-bordered thead td {
border-bottom-width: 2px;
}
......@@ -2129,8 +2158,9 @@ pre code {
.table-hover .table-active:hover {
background-color: #e8e8e8;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
.table-hover .table-active:hover > th {
background-color: #e8e8e8;
}
......@@ -2143,8 +2173,9 @@ pre code {
.table-hover .table-success:hover {
background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
.table-hover .table-success:hover > th {
background-color: #d0e9c6;
}
......@@ -2157,8 +2188,9 @@ pre code {
.table-hover .table-info:hover {
background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
.table-hover .table-info:hover > th {
background-color: #c4e3f3;
}
......@@ -2171,8 +2203,9 @@ pre code {
.table-hover .table-warning:hover {
background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
.table-hover .table-warning:hover > th {
background-color: #faf2cc;
}
......@@ -2185,8 +2218,9 @@ pre code {
.table-hover .table-danger:hover {
background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
.table-hover .table-danger:hover > th {
background-color: #ebcccc;
}
......@@ -2210,12 +2244,14 @@ pre code {
color: #eceeef;
background-color: #373a3c;
}
.table-inverse.table-bordered {
border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
.table-inverse td,
.table-inverse thead th {
border-color: #55595c;
}
......@@ -2233,8 +2269,9 @@ pre code {
border-top: 1px solid #eceeef;
border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
.table-reflow td:last-child {
border-right: 1px solid #eceeef;
}
......@@ -2250,8 +2287,9 @@ pre code {
.table-reflow tr {
float: left;
}
.table-reflow tr th,
.table-reflow tr td {
.table-reflow tr td {
display: block !important;
border: 1px solid #eceeef;
}
......@@ -2271,38 +2309,46 @@ pre code {
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
border-color: #66afe9;
outline: none;
}
.form-control::-webkit-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::placeholder {
color: #999;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eceeef;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
fieldset[disabled] .form-control {
cursor: not-allowed;
}
......@@ -2351,13 +2397,14 @@ pre code {
padding-bottom: .5625rem;
margin-bottom: 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
......@@ -2392,15 +2439,17 @@ pre code {
display: block;
margin-bottom: .75rem;
}
.radio label,
.checkbox label {
.checkbox label {
padding-left: 1.25rem;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
.checkbox label input:only-child {
position: static;
}
......@@ -2461,6 +2510,7 @@ fieldset[disabled] .checkbox label {
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 3.28125rem;
}
......@@ -2508,6 +2558,7 @@ fieldset[disabled] .checkbox label {
.has-success .form-control {
border-color: #3c763d;
}
.has-success .form-control:focus {
border-color: #2b542c;
}
......@@ -2538,6 +2589,7 @@ fieldset[disabled] .checkbox label {
.has-warning .form-control {
border-color: #8a6d3b;
}
.has-warning .form-control:focus {
border-color: #66512c;
}
......@@ -2568,6 +2620,7 @@ fieldset[disabled] .checkbox label {
.has-error .form-control {
border-color: #a94442;
}
.has-error .form-control:focus {
border-color: #843534;
}
......@@ -2670,31 +2723,36 @@ fieldset[disabled] .checkbox label {
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:focus,
.btn:hover {
.btn:hover {
text-decoration: none;
}
.btn.focus {
text-decoration: none;
}
.btn:active,
.btn.active {
.btn.active {
background-image: none;
outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
.btn:disabled,
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
}
......@@ -2709,40 +2767,46 @@ fieldset[disabled] a.btn {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #025aa5;
border-color: #014682;
}
.btn-primary:hover {
color: #fff;
background-color: #025aa5;
border-color: #014682;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary .badge {
color: #0275d8;
background-color: #fff;
......@@ -2753,40 +2817,46 @@ fieldset[disabled] a.btn {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-secondary:hover {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
background-image: none;
}
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary .badge {
color: #fff;
background-color: #373a3c;
......@@ -2797,40 +2867,46 @@ fieldset[disabled] a.btn {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
......@@ -2841,40 +2917,46 @@ fieldset[disabled] a.btn {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
......@@ -2885,40 +2967,46 @@ fieldset[disabled] a.btn {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
......@@ -2929,40 +3017,46 @@ fieldset[disabled] a.btn {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
......@@ -2973,31 +3067,36 @@ fieldset[disabled] a.btn {
color: #0275d8;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover {
border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
.btn-link:hover {
color: #014c8c;
text-decoration: underline;
background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
.btn-link:disabled:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #818a91;
text-decoration: none;
}
......@@ -3044,6 +3143,7 @@ input[type="button"].btn-block {
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
......@@ -3051,6 +3151,7 @@ input[type="button"].btn-block {
.collapse {
display: none;
}
.collapse.in {
display: block;
}
......@@ -3110,12 +3211,14 @@ input[type="button"].btn-block {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
}
.dropdown-menu .divider {
height: 1px;
margin: .5rem 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
......@@ -3218,21 +3321,24 @@ input[type="button"].btn-block {
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
.btn-group-vertical > .btn:hover {
z-index: 2;
}
......@@ -3246,21 +3352,25 @@ input[type="button"].btn-block {
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
......@@ -3271,6 +3381,7 @@ input[type="button"].btn-block {
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
......@@ -3407,6 +3518,7 @@ input[type="button"].btn-block {
display: -ms-flexbox;
display: flex;
}
.input-group .form-control {
position: relative;
z-index: 2;
......@@ -3441,20 +3553,23 @@ input[type="button"].btn-block {
border: 1px solid #ccc;
border-radius: .25rem;
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: .275rem .75rem;
font-size: .85rem;
border-radius: .2rem;
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: .75rem 1.5rem;
font-size: 1.25rem;
border-radius: .3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
......@@ -3493,23 +3608,28 @@ input[type="button"].btn-block {
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
......@@ -3521,19 +3641,23 @@ input[type="button"].btn-block {
color: #555;
cursor: pointer;
}
.c-input > input {
position: absolute;
z-index: -1;
opacity: 0;
}
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
}
.c-input + .c-input {
margin-left: 1rem;
}
......@@ -3584,11 +3708,13 @@ input[type="button"].btn-block {
.c-inputs-stacked .c-input {
display: inline;
}
.c-inputs-stacked .c-input:after {
display: block;
margin-bottom: .25rem;
content: "";
}
.c-inputs-stacked .c-input + .c-input {
margin-left: 0;
}
......@@ -3598,6 +3724,7 @@ input[type="button"].btn-block {
display: inline-block;
color: #555;
}
.select > select {
display: inline-block;
width: 100%;
......@@ -3615,21 +3742,26 @@ input[type="button"].btn-block {
-moz-appearance: none;
appearance: none;
}
.select > select:focus {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.select > select:focus:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select > select:active {
color: #fff;
background-color: #0074d9;
}
.select > select::-ms-expand {
display: none;
}
.select:after {
position: absolute;
top: 50%;
......@@ -3754,11 +3886,13 @@ input[type="button"].btn-block {
margin-bottom: 0;
list-style: none;
}
.nav:before,
.nav:after {
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
......@@ -3773,21 +3907,24 @@ input[type="button"].btn-block {
padding: .75em 1em;
line-height: 1;
}
.nav-link:focus,
.nav-link:hover {
.nav-link:hover {
text-decoration: none;
background-color: #eceeef;
}
.disabled > .nav-link,
.nav-link.disabled {
.nav-link.disabled {
color: #818a91;
}
.disabled > .nav-link,
.disabled > .nav-link:focus,
.disabled > .nav-link:hover,
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
.disabled > .nav-link:focus,
.disabled > .nav-link:hover,
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
color: #818a91;
cursor: not-allowed;
background-color: transparent;
......@@ -3796,44 +3933,50 @@ input[type="button"].btn-block {
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
float: left;
margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
margin-left: .2rem;
}
.nav-tabs .nav-link {
display: block;
border: 1px solid transparent;
border-radius: .25rem .25rem 0 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
.nav-tabs .nav-link:hover {
border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .open > .nav-link,
.nav-tabs .open > .nav-link:focus,
.nav-tabs .open > .nav-link:hover,
.nav-tabs .active > .nav-link,
.nav-tabs .active > .nav-link:focus,
.nav-tabs .active > .nav-link:hover,
.nav-tabs .nav-link.open,
.nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.open:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
.nav-tabs .open > .nav-link:focus,
.nav-tabs .open > .nav-link:hover,
.nav-tabs .active > .nav-link,
.nav-tabs .active > .nav-link:focus,
.nav-tabs .active > .nav-link:hover,
.nav-tabs .nav-link.open,
.nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.open:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
color: #55595c;
background-color: #fff;
border-color: #ddd #ddd transparent;
}
.nav-tabs .disabled > .nav-link,
.nav-tabs .disabled > .nav-link:focus,
.nav-tabs .disabled > .nav-link:hover,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
.nav-tabs .disabled > .nav-link:focus,
.nav-tabs .disabled > .nav-link:hover,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
color: #818a91;
background-color: transparent;
border-color: transparent;
......@@ -3842,6 +3985,7 @@ input[type="button"].btn-block {
.nav-pills .nav-item {
float: left;
}
.nav-pills .nav-item + .nav-item {
margin-left: .2rem;
}
......@@ -3872,6 +4016,7 @@ input[type="button"].btn-block {
display: block;
float: none;
}
.nav-stacked .nav-item + .nav-item {
margin-top: .2rem;
margin-left: 0;
......@@ -3896,14 +4041,17 @@ input[type="button"].btn-block {
padding: 1rem;
margin-bottom: 1rem;
}
.navbar:before,
.navbar:after {
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 34em) {
.navbar {
border-radius: .25rem;
......@@ -3913,6 +4061,7 @@ input[type="button"].btn-block {
.navbar-static-top {
z-index: 1000;
}
@media (min-width: 34em) {
.navbar-static-top {
border-radius: 0;
......@@ -3927,6 +4076,7 @@ input[type="button"].btn-block {
z-index: 1030;
margin-bottom: 0;
}
@media (min-width: 34em) {
.navbar-fixed-top,
.navbar-fixed-bottom {
......@@ -3949,6 +4099,7 @@ input[type="button"].btn-block {
z-index: 1030;
width: 100%;
}
@media (min-width: 34em) {
.navbar-sticky-top {
border-radius: 0;
......@@ -3963,10 +4114,12 @@ input[type="button"].btn-block {
font-size: 1.25rem;
line-height: 1;
}
.navbar-brand > a:focus,
.navbar-brand > a:hover {
.navbar-brand > a:hover {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
......@@ -3980,8 +4133,9 @@ input[type="button"].btn-block {
background: none;
border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
.navbar-toggler:hover {
text-decoration: none;
}
......@@ -4014,10 +4168,12 @@ input[type="button"].btn-block {
padding-top: 0;
padding-bottom: 0;
}
.navbar-sm .navbar-brand {
padding-top: .95rem;
padding-bottom: .95rem;
}
.navbar-sm .form-inline {
margin-top: .6rem;
}
......@@ -4054,11 +4210,13 @@ input[type="button"].btn-block {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
.navbar-default .navbar-brand:hover {
color: #5e5e5e;
background-color: transparent;
}
......@@ -4067,54 +4225,64 @@ input[type="button"].btn-block {
background-color: #373a3c;
border-color: #1f2021;
}
.navbar-inverse .navbar-toggler,
.navbar-inverse .navbar-brand > a,
.navbar-inverse .nav-pills > .nav-item > .nav-link {
.navbar-inverse .navbar-brand > a,
.navbar-inverse .nav-pills > .nav-item > .nav-link {
color: #aab0b5;
}
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .navbar-brand > a:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .navbar-brand > a:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
color: #fff;
}
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .nav-pills > .active > .nav-link,
.navbar-inverse .nav-pills > .nav-link.active {
.navbar-inverse .nav-pills > .nav-link.active {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .navbar-brand {
color: #aab0b5;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
.navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .navbar-link {
color: #aab0b5;
}
.navbar-inverse .navbar-nav .navbar-link:focus,
.navbar-inverse .navbar-nav .navbar-link:hover {
.navbar-inverse .navbar-nav .navbar-link:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .navbar-link.active > a,
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .navbar-nav .navbar-link.disabled > a,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
color: #444;
background-color: transparent;
}
......@@ -4165,6 +4333,7 @@ input[type="button"].btn-block {
background-color: #f5f5f5;
border-bottom: .0625rem solid #e5e5e5;
}
.card-header:first-child {
border-radius: .1875rem .1875rem 0 0;
}
......@@ -4174,6 +4343,7 @@ input[type="button"].btn-block {
background-color: #f5f5f5;
border-top: .0625rem solid #e5e5e5;
}
.card-footer:last-child {
border-radius: 0 0 .1875rem .1875rem;
}
......@@ -4265,6 +4435,7 @@ input[type="button"].btn-block {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-deck .card {
margin-right: .625rem;
margin-left: .625rem;
......@@ -4285,33 +4456,41 @@ input[type="button"].btn-block {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
.card-group .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0;
}
......@@ -4323,6 +4502,7 @@ input[type="button"].btn-block {
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.card-columns .card {
display: inline-block;
width: 100%;
......@@ -4335,15 +4515,18 @@ input[type="button"].btn-block {
background-color: #eceeef;
border-radius: .25rem;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/\\00a0";
}
.breadcrumb > .active {
color: #818a91;
}
......@@ -4355,11 +4538,13 @@ input[type="button"].btn-block {
margin-bottom: 1rem;
border-radius: .25rem;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
.pagination > li > span {
position: relative;
float: left;
padding: .5rem .75rem;
......@@ -4370,43 +4555,48 @@ input[type="button"].btn-block {
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
.pagination > li:last-child > span {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #014c8c;
background-color: #eceeef;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #0275d8;
border-color: #0275d8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
......@@ -4458,37 +4648,44 @@ input[type="button"].btn-block {
text-align: center;
list-style: none;
}
.pager:before,
.pager:after {
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
.pager li > a:hover {
text-decoration: none;
background-color: #eceeef;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
.pager .disabled > a:focus,
.pager .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
}
.pager .disabled > span {
color: #818a91;
cursor: not-allowed;
......@@ -4517,9 +4714,11 @@ input[type="button"].btn-block {
vertical-align: baseline;
border-radius: .25rem;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
......@@ -4532,99 +4731,66 @@ a.label:hover {
cursor: pointer;
}
.label-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 1rem;
}
.label-default {
background-color: #818a91;
}
.label-default[href]:focus,
.label-default[href]:hover {
.label-default[href]:hover {
background-color: #687077;
}
.label-primary {
background-color: #0275d8;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
.label-primary[href]:hover {
background-color: #025aa5;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
.label-success[href]:hover {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
.label-info[href]:hover {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
.label-warning[href]:hover {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
.label-danger[href]:hover {
background-color: #c9302c;
}
.badge {
position: relative;
top: -.1em;
display: inline-block;
padding-right: .6em;
padding-left: .6em;
font-size: .75em;
font-weight: bold;
line-height: 1.5;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #818a91;
border-radius: 2em;
}
.badge:empty {
display: none;
}
.badge.pull-left,
.badge.pull-right {
top: .2em;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #0275d8;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
......@@ -4662,10 +4828,12 @@ a.badge:hover {
border: 1px solid transparent;
border-radius: .25rem;
}
.alert > p,
.alert > ul {
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
......@@ -4682,6 +4850,7 @@ a.badge:hover {
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissible .close {
position: relative;
top: -2px;
......@@ -4694,9 +4863,11 @@ a.badge:hover {
background-color: #dff0d8;
border-color: #d0e9c6;
}
.alert-success hr {
border-top-color: #c1e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
......@@ -4706,9 +4877,11 @@ a.badge:hover {
background-color: #d9edf7;
border-color: #bcdff1;
}
.alert-info hr {
border-top-color: #a6d5ec;
}
.alert-info .alert-link {
color: #245269;
}
......@@ -4718,9 +4891,11 @@ a.badge:hover {
background-color: #fcf8e3;
border-color: #faf2cc;
}
.alert-warning hr {
border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
color: #66512c;
}
......@@ -4730,9 +4905,11 @@ a.badge:hover {
background-color: #f2dede;
border-color: #ebcccc;
}
.alert-danger hr {
border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
color: #843534;
}
......@@ -4938,6 +5115,7 @@ a.badge:hover {
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
......@@ -4973,10 +5151,12 @@ a.badge:hover {
background-color: #fff;
border: .0625rem solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
......@@ -4992,14 +5172,16 @@ a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
......@@ -5012,14 +5194,16 @@ a.list-group-item:focus,
cursor: not-allowed;
background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
color: #818a91;
}
......@@ -5031,20 +5215,22 @@ a.list-group-item:focus,
background-color: #0275d8;
border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
color: #a8d6fe;
}
......@@ -5057,23 +5243,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #3c763d;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
......@@ -5088,23 +5277,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #31708f;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f;
......@@ -5119,23 +5311,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #8a6d3b;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
......@@ -5150,23 +5345,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #a94442;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442;
......@@ -5189,11 +5387,12 @@ a.list-group-item-state.active,
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
......@@ -5224,8 +5423,9 @@ a.list-group-item-state.active,
text-shadow: 0 1px 0 #fff;
opacity: .2;
}
.close:focus,
.close:hover {
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
......@@ -5256,12 +5456,14 @@ button.close {
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
......@@ -5299,9 +5501,11 @@ button.close {
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.in {
opacity: .5;
}
......@@ -5310,11 +5514,13 @@ button.close {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
.modal-header:after {
display: table;
content: " ";
}
.modal-header:after {
clear: both;
}
......@@ -5338,21 +5544,26 @@ button.close {
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
......@@ -5404,55 +5615,64 @@ button.close {
line-break: auto;
}
.tooltip.in {
opacity: .9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
.tooltip.bs-tether-element-attached-bottom {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
.tooltip.bs-tether-element-attached-left {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
.tooltip.bs-tether-element-attached-top {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
.tooltip.bs-tether-element-attached-right {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
......@@ -5508,80 +5728,92 @@ button.close {
line-break: auto;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
.popover.bs-tether-element-attached-bottom {
margin-top: -10px;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
.popover.bs-tether-element-attached-bottom .popover-arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.popover-top .popover-arrow:after,
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
bottom: 1px;
margin-left: -10px;
content: "";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
.popover.bs-tether-element-attached-left {
margin-left: 10px;
}
.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
.popover.bs-tether-element-attached-left .popover-arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.popover-right .popover-arrow:after,
.popover.bs-tether-element-attached-left .popover-arrow:after {
.popover.bs-tether-element-attached-left .popover-arrow:after {
bottom: -10px;
left: 1px;
content: "";
border-right-color: #fff;
border-left-width: 0;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
.popover.bs-tether-element-attached-top {
margin-top: 10px;
}
.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
.popover.bs-tether-element-attached-top .popover-arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.popover-bottom .popover-arrow:after,
.popover.bs-tether-element-attached-top .popover-arrow:after {
.popover.bs-tether-element-attached-top .popover-arrow:after {
top: 1px;
margin-left: -10px;
content: "";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
.popover.bs-tether-element-attached-right {
margin-left: -10px;
}
.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
.popover.bs-tether-element-attached-right .popover-arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.popover-left .popover-arrow:after,
.popover.bs-tether-element-attached-right .popover-arrow:after {
.popover.bs-tether-element-attached-right .popover-arrow:after {
right: 1px;
bottom: -10px;
content: "";
......@@ -5630,6 +5862,7 @@ button.close {
width: 100%;
overflow: hidden;
}
.carousel-inner > .carousel-item {
position: relative;
display: none;
......@@ -5637,10 +5870,12 @@ button.close {
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
.carousel-inner > .carousel-item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
......@@ -5672,33 +5907,41 @@ button.close {
transform: translate3d(0, 0, 0);
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
......@@ -5715,6 +5958,7 @@ button.close {
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
......@@ -5723,6 +5967,7 @@ button.close {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
......@@ -5733,15 +5978,17 @@ button.close {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
.carousel-control:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
.carousel-control .icon-next {
position: absolute;
top: 50%;
z-index: 5;
......@@ -5752,17 +5999,21 @@ button.close {
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: "\203a";
}
......@@ -5778,6 +6029,7 @@ button.close {
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
......@@ -5789,6 +6041,7 @@ button.close {
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
......@@ -5808,6 +6061,7 @@ button.close {
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
......@@ -6309,6 +6563,7 @@ a.bg-danger:hover {
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
......@@ -6318,6 +6573,7 @@ a.bg-danger:hover {
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
......@@ -6327,6 +6583,7 @@ a.bg-danger:hover {
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container {
......@@ -10,29 +10,35 @@
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 34em) {
.container {
max-width: 34rem;
}
}
@media (min-width: 48em) {
.container {
max-width: 45rem;
}
}
@media (min-width: 62em) {
.container {
max-width: 60rem;
}
}
@media (min-width: 75em) {
.container {
max-width: 72.25rem;
......@@ -45,11 +51,13 @@
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
......@@ -58,11 +66,13 @@
margin-right: -.75rem;
margin-left: -.75rem;
}
.row:before,
.row:after {
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
......
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container-fluid:after,.container:after,.row:after{clear:both}.container,.container-fluid{padding-right:.75rem;padding-left:.75rem}.row{margin-right:-.75rem;margin-left:-.75rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:.75rem;padding-left:.75rem}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.333333%}.col-xs-pull-2{right:16.666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.333333%}.col-xs-pull-5{right:41.666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.333333%}.col-xs-pull-8{right:66.666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.333333%}.col-xs-pull-11{right:91.666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.333333%}.col-xs-push-2{left:16.666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.333333%}.col-xs-push-5{left:41.666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.333333%}.col-xs-push-8{left:66.666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.333333%}.col-xs-push-11{left:91.666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.333333%}.col-xs-offset-2{margin-left:16.666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333333%}.col-xs-offset-5{margin-left:41.666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333333%}.col-xs-offset-8{margin-left:66.666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333333%}.col-xs-offset-11{margin-left:91.666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:34em){.container{max-width:34rem}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.333333%}.col-sm-pull-2{right:16.666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.333333%}.col-sm-pull-5{right:41.666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333%}.col-sm-pull-8{right:66.666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.333333%}.col-sm-pull-11{right:91.666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.333333%}.col-sm-push-2{left:16.666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.333333%}.col-sm-push-5{left:41.666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333%}.col-sm-push-8{left:66.666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.333333%}.col-sm-push-11{left:91.666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333333%}.col-sm-offset-2{margin-left:16.666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333333%}.col-sm-offset-5{margin-left:41.666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333%}.col-sm-offset-8{margin-left:66.666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333333%}.col-sm-offset-11{margin-left:91.666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:48em){.container{max-width:45rem}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333%}.col-md-pull-2{right:16.666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.333333%}.col-md-pull-5{right:41.666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333%}.col-md-pull-8{right:66.666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.333333%}.col-md-pull-11{right:91.666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333%}.col-md-push-2{left:16.666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.333333%}.col-md-push-5{left:41.666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333%}.col-md-push-8{left:66.666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.333333%}.col-md-push-11{left:91.666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333%}.col-md-offset-2{margin-left:16.666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333333%}.col-md-offset-5{margin-left:41.666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333%}.col-md-offset-8{margin-left:66.666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333333%}.col-md-offset-11{margin-left:91.666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:62em){.container{max-width:60rem}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333%}.col-lg-pull-2{right:16.666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.333333%}.col-lg-pull-5{right:41.666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333%}.col-lg-pull-8{right:66.666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.333333%}.col-lg-pull-11{right:91.666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333%}.col-lg-push-2{left:16.666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.333333%}.col-lg-push-5{left:41.666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333%}.col-lg-push-8{left:66.666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.333333%}.col-lg-push-11{left:91.666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333%}.col-lg-offset-2{margin-left:16.666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333333%}.col-lg-offset-5{margin-left:41.666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333%}.col-lg-offset-8{margin-left:66.666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333333%}.col-lg-offset-11{margin-left:91.666667%}.col-lg-offset-12{margin-left:100%}}@media (min-width:75em){.container{max-width:72.25rem}.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.333333%}.col-xl-pull-2{right:16.666667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.333333%}.col-xl-pull-5{right:41.666667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.333333%}.col-xl-pull-8{right:66.666667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.333333%}.col-xl-pull-11{right:91.666667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.333333%}.col-xl-push-2{left:16.666667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.333333%}.col-xl-push-5{left:41.666667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.333333%}.col-xl-push-8{left:66.666667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.333333%}.col-xl-push-11{left:91.666667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.333333%}.col-xl-offset-2{margin-left:16.666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.333333%}.col-xl-offset-5{margin-left:41.666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.333333%}.col-xl-offset-8{margin-left:66.666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.333333%}.col-xl-offset-11{margin-left:91.666667%}.col-xl-offset-12{margin-left:100%}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
......@@ -322,11 +322,13 @@ a {
color: #0275d8;
text-decoration: none;
}
a:focus,
a:hover {
a:hover {
color: #014c8c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
......
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */a,table{background-color:transparent}address,dl,ol,p,ul{margin-bottom:1rem}b,dt,optgroup,strong{font-weight:700}pre,textarea{overflow:auto}caption,th{text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,legend,main,menu,nav,section,summary{display:block}fieldset,legend,td,th{padding:0}label,output{display:inline-block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#0275d8;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}address,legend{line-height:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-spacing:0;border-collapse:collapse}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}[role=button]{cursor:pointer}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}fieldset{min-width:0;margin:0;border:0}legend{border:0;width:100%;font-size:1.5rem}
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */a,table{background-color:transparent}address,dl,ol,p,ul{margin-bottom:1rem}b,dt,optgroup,strong{font-weight:700}pre,textarea{overflow:auto}caption,th{text-align:left}fieldset,legend,td,th{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,legend,main,menu,nav,section,summary{display:block}label,output{display:inline-block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#0275d8;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}address,legend{line-height:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-spacing:0;border-collapse:collapse}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd,label,legend{margin-bottom:.5rem}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}[role=button]{cursor:pointer}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;caption-side:bottom}button,input,select,textarea{margin:0;line-height:inherit}fieldset{min-width:0;margin:0;border:0}legend{border:0;width:100%;font-size:1.5rem}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under ()
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
......@@ -386,11 +386,13 @@ a {
color: #0275d8;
text-decoration: none;
}
a:focus,
a:hover {
a:hover {
color: #014c8c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
......@@ -478,20 +480,21 @@ h1, h2, h3, h4, h5, h6,
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #818a91;
......@@ -502,15 +505,16 @@ h2, .h2,
h3, .h3 {
margin-bottom: .5rem;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
......@@ -519,15 +523,16 @@ h5, .h5,
h6, .h6 {
margin-bottom: .5rem;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
......@@ -588,6 +593,7 @@ mark,
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
......@@ -598,11 +604,13 @@ mark,
margin-right: -1.5rem;
margin-left: -1.5rem;
}
.dl-horizontal:before,
.dl-horizontal:after {
.dl-horizontal:after {
display: table;
content: " ";
}
.dl-horizontal:after {
clear: both;
}
......@@ -618,17 +626,20 @@ mark,
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
.blockquote ul:last-child,
.blockquote ol:last-child {
margin-bottom: 0;
}
.blockquote footer {
display: block;
font-size: 80%;
line-height: 1.5;
color: #818a91;
}
.blockquote footer:before {
content: "\2014 \00A0";
}
......@@ -640,9 +651,11 @@ mark,
border-right: .25rem solid #eceeef;
border-left: 0;
}
.blockquote-reverse footer:before {
content: "";
}
.blockquote-reverse footer:after {
content: "\00A0 \2014";
}
......@@ -698,6 +711,7 @@ kbd {
background-color: #333;
border-radius: .2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
......@@ -712,6 +726,7 @@ pre {
line-height: 1.5;
color: #373a3c;
}
pre code {
padding: 0;
font-size: inherit;
......@@ -731,29 +746,35 @@ pre code {
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 34em) {
.container {
max-width: 34rem;
}
}
@media (min-width: 48em) {
.container {
max-width: 45rem;
}
}
@media (min-width: 62em) {
.container {
max-width: 60rem;
}
}
@media (min-width: 75em) {
.container {
max-width: 72.25rem;
......@@ -766,11 +787,13 @@ pre code {
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
......@@ -779,11 +802,13 @@ pre code {
margin-right: -.75rem;
margin-left: -.75rem;
}
.row:before,
.row:after {
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
......@@ -1644,20 +1669,24 @@ pre code {
max-width: 100%;
margin-bottom: 1rem;
}
.table th,
.table td {
.table td {
padding: .75rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #eceeef;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
border-top: 2px solid #eceeef;
}
.table .table {
background-color: #fff;
}
......@@ -1670,12 +1699,14 @@ pre code {
.table-bordered {
border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
.table-bordered td {
border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
.table-bordered thead td {
border-bottom-width: 2px;
}
......@@ -1696,8 +1727,9 @@ pre code {
.table-hover .table-active:hover {
background-color: #e8e8e8;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
.table-hover .table-active:hover > th {
background-color: #e8e8e8;
}
......@@ -1710,8 +1742,9 @@ pre code {
.table-hover .table-success:hover {
background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
.table-hover .table-success:hover > th {
background-color: #d0e9c6;
}
......@@ -1724,8 +1757,9 @@ pre code {
.table-hover .table-info:hover {
background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
.table-hover .table-info:hover > th {
background-color: #c4e3f3;
}
......@@ -1738,8 +1772,9 @@ pre code {
.table-hover .table-warning:hover {
background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
.table-hover .table-warning:hover > th {
background-color: #faf2cc;
}
......@@ -1752,8 +1787,9 @@ pre code {
.table-hover .table-danger:hover {
background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
.table-hover .table-danger:hover > th {
background-color: #ebcccc;
}
......@@ -1777,12 +1813,14 @@ pre code {
color: #eceeef;
background-color: #373a3c;
}
.table-inverse.table-bordered {
border: 0;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
.table-inverse td,
.table-inverse thead th {
border-color: #55595c;
}
......@@ -1800,8 +1838,9 @@ pre code {
border-top: 1px solid #eceeef;
border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
.table-reflow td:last-child {
border-right: 1px solid #eceeef;
}
......@@ -1817,8 +1856,9 @@ pre code {
.table-reflow tr {
float: left;
}
.table-reflow tr th,
.table-reflow tr td {
.table-reflow tr td {
display: block !important;
border: 1px solid #eceeef;
}
......@@ -1838,38 +1878,46 @@ pre code {
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
border-color: #66afe9;
outline: none;
}
.form-control::-webkit-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::placeholder {
color: #999;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eceeef;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
fieldset[disabled] .form-control {
cursor: not-allowed;
}
......@@ -1918,13 +1966,14 @@ pre code {
padding-bottom: .5625rem;
margin-bottom: 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
......@@ -1959,15 +2008,17 @@ pre code {
display: block;
margin-bottom: .75rem;
}
.radio label,
.checkbox label {
.checkbox label {
padding-left: 1.25rem;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
.checkbox label input:only-child {
position: static;
}
......@@ -2028,6 +2079,7 @@ fieldset[disabled] .checkbox label {
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 3.28125rem;
}
......@@ -2075,6 +2127,7 @@ fieldset[disabled] .checkbox label {
.has-success .form-control {
border-color: #3c763d;
}
.has-success .form-control:focus {
border-color: #2b542c;
}
......@@ -2105,6 +2158,7 @@ fieldset[disabled] .checkbox label {
.has-warning .form-control {
border-color: #8a6d3b;
}
.has-warning .form-control:focus {
border-color: #66512c;
}
......@@ -2135,6 +2189,7 @@ fieldset[disabled] .checkbox label {
.has-error .form-control {
border-color: #a94442;
}
.has-error .form-control:focus {
border-color: #843534;
}
......@@ -2237,31 +2292,36 @@ fieldset[disabled] .checkbox label {
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:focus,
.btn:hover {
.btn:hover {
text-decoration: none;
}
.btn.focus {
text-decoration: none;
}
.btn:active,
.btn.active {
.btn.active {
background-image: none;
outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
.btn:disabled,
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
}
......@@ -2276,40 +2336,46 @@ fieldset[disabled] a.btn {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #025aa5;
border-color: #014682;
}
.btn-primary:hover {
color: #fff;
background-color: #025aa5;
border-color: #014682;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
background-color: #0275d8;
border-color: #0267bf;
}
.btn-primary .badge {
color: #0275d8;
background-color: #fff;
......@@ -2320,40 +2386,46 @@ fieldset[disabled] a.btn {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-secondary:hover {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
background-image: none;
}
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
background-color: #fff;
border-color: #ccc;
}
.btn-secondary .badge {
color: #fff;
background-color: #373a3c;
......@@ -2364,40 +2436,46 @@ fieldset[disabled] a.btn {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
......@@ -2408,40 +2486,46 @@ fieldset[disabled] a.btn {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
......@@ -2452,40 +2536,46 @@ fieldset[disabled] a.btn {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
......@@ -2496,40 +2586,46 @@ fieldset[disabled] a.btn {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
......@@ -2540,31 +2636,36 @@ fieldset[disabled] a.btn {
color: #0275d8;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover {
border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
.btn-link:hover {
color: #014c8c;
text-decoration: underline;
background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
.btn-link:disabled:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #818a91;
text-decoration: none;
}
......@@ -2611,6 +2712,7 @@ input[type="button"].btn-block {
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
......@@ -2618,6 +2720,7 @@ input[type="button"].btn-block {
.collapse {
display: none;
}
.collapse.in {
display: block;
}
......@@ -2677,12 +2780,14 @@ input[type="button"].btn-block {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
}
.dropdown-menu .divider {
height: 1px;
margin: .5rem 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
......@@ -2785,21 +2890,24 @@ input[type="button"].btn-block {
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
.btn-group-vertical > .btn:hover {
z-index: 2;
}
......@@ -2813,21 +2921,25 @@ input[type="button"].btn-block {
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
......@@ -2838,6 +2950,7 @@ input[type="button"].btn-block {
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
......@@ -2972,6 +3085,7 @@ input[type="button"].btn-block {
display: table;
border-collapse: separate;
}
.input-group .form-control {
position: relative;
z-index: 2;
......@@ -2985,9 +3099,10 @@ input[type="button"].btn-block {
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
......@@ -3009,20 +3124,23 @@ input[type="button"].btn-block {
border: 1px solid #ccc;
border-radius: .25rem;
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: .275rem .75rem;
font-size: .85rem;
border-radius: .2rem;
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: .75rem 1.5rem;
font-size: 1.25rem;
border-radius: .3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
......@@ -3061,23 +3179,28 @@ input[type="button"].btn-block {
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
......@@ -3089,19 +3212,23 @@ input[type="button"].btn-block {
color: #555;
cursor: pointer;
}
.c-input > input {
position: absolute;
z-index: -1;
opacity: 0;
}
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
}
.c-input + .c-input {
margin-left: 1rem;
}
......@@ -3152,11 +3279,13 @@ input[type="button"].btn-block {
.c-inputs-stacked .c-input {
display: inline;
}
.c-inputs-stacked .c-input:after {
display: block;
margin-bottom: .25rem;
content: "";
}
.c-inputs-stacked .c-input + .c-input {
margin-left: 0;
}
......@@ -3166,6 +3295,7 @@ input[type="button"].btn-block {
display: inline-block;
color: #555;
}
.select > select {
display: inline-block;
width: 100%;
......@@ -3183,21 +3313,26 @@ input[type="button"].btn-block {
-moz-appearance: none;
appearance: none;
}
.select > select:focus {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.select > select:focus:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select > select:active {
color: #fff;
background-color: #0074d9;
}
.select > select::-ms-expand {
display: none;
}
.select:after {
position: absolute;
top: 50%;
......@@ -3322,11 +3457,13 @@ input[type="button"].btn-block {
margin-bottom: 0;
list-style: none;
}
.nav:before,
.nav:after {
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
......@@ -3341,21 +3478,24 @@ input[type="button"].btn-block {
padding: .75em 1em;
line-height: 1;
}
.nav-link:focus,
.nav-link:hover {
.nav-link:hover {
text-decoration: none;
background-color: #eceeef;
}
.disabled > .nav-link,
.nav-link.disabled {
.nav-link.disabled {
color: #818a91;
}
.disabled > .nav-link,
.disabled > .nav-link:focus,
.disabled > .nav-link:hover,
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
.disabled > .nav-link:focus,
.disabled > .nav-link:hover,
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
color: #818a91;
cursor: not-allowed;
background-color: transparent;
......@@ -3364,44 +3504,50 @@ input[type="button"].btn-block {
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
float: left;
margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
margin-left: .2rem;
}
.nav-tabs .nav-link {
display: block;
border: 1px solid transparent;
border-radius: .25rem .25rem 0 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
.nav-tabs .nav-link:hover {
border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .open > .nav-link,
.nav-tabs .open > .nav-link:focus,
.nav-tabs .open > .nav-link:hover,
.nav-tabs .active > .nav-link,
.nav-tabs .active > .nav-link:focus,
.nav-tabs .active > .nav-link:hover,
.nav-tabs .nav-link.open,
.nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.open:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
.nav-tabs .open > .nav-link:focus,
.nav-tabs .open > .nav-link:hover,
.nav-tabs .active > .nav-link,
.nav-tabs .active > .nav-link:focus,
.nav-tabs .active > .nav-link:hover,
.nav-tabs .nav-link.open,
.nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.open:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
color: #55595c;
background-color: #fff;
border-color: #ddd #ddd transparent;
}
.nav-tabs .disabled > .nav-link,
.nav-tabs .disabled > .nav-link:focus,
.nav-tabs .disabled > .nav-link:hover,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
.nav-tabs .disabled > .nav-link:focus,
.nav-tabs .disabled > .nav-link:hover,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
color: #818a91;
background-color: transparent;
border-color: transparent;
......@@ -3410,6 +3556,7 @@ input[type="button"].btn-block {
.nav-pills .nav-item {
float: left;
}
.nav-pills .nav-item + .nav-item {
margin-left: .2rem;
}
......@@ -3440,6 +3587,7 @@ input[type="button"].btn-block {
display: block;
float: none;
}
.nav-stacked .nav-item + .nav-item {
margin-top: .2rem;
margin-left: 0;
......@@ -3464,14 +3612,17 @@ input[type="button"].btn-block {
padding: 1rem;
margin-bottom: 1rem;
}
.navbar:before,
.navbar:after {
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 34em) {
.navbar {
border-radius: .25rem;
......@@ -3481,6 +3632,7 @@ input[type="button"].btn-block {
.navbar-static-top {
z-index: 1000;
}
@media (min-width: 34em) {
.navbar-static-top {
border-radius: 0;
......@@ -3495,6 +3647,7 @@ input[type="button"].btn-block {
z-index: 1030;
margin-bottom: 0;
}
@media (min-width: 34em) {
.navbar-fixed-top,
.navbar-fixed-bottom {
......@@ -3517,6 +3670,7 @@ input[type="button"].btn-block {
z-index: 1030;
width: 100%;
}
@media (min-width: 34em) {
.navbar-sticky-top {
border-radius: 0;
......@@ -3531,10 +3685,12 @@ input[type="button"].btn-block {
font-size: 1.25rem;
line-height: 1;
}
.navbar-brand > a:focus,
.navbar-brand > a:hover {
.navbar-brand > a:hover {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
......@@ -3548,8 +3704,9 @@ input[type="button"].btn-block {
background: none;
border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
.navbar-toggler:hover {
text-decoration: none;
}
......@@ -3582,10 +3739,12 @@ input[type="button"].btn-block {
padding-top: 0;
padding-bottom: 0;
}
.navbar-sm .navbar-brand {
padding-top: .95rem;
padding-bottom: .95rem;
}
.navbar-sm .form-inline {
margin-top: .6rem;
}
......@@ -3622,11 +3781,13 @@ input[type="button"].btn-block {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
.navbar-default .navbar-brand:hover {
color: #5e5e5e;
background-color: transparent;
}
......@@ -3635,54 +3796,64 @@ input[type="button"].btn-block {
background-color: #373a3c;
border-color: #1f2021;
}
.navbar-inverse .navbar-toggler,
.navbar-inverse .navbar-brand > a,
.navbar-inverse .nav-pills > .nav-item > .nav-link {
.navbar-inverse .navbar-brand > a,
.navbar-inverse .nav-pills > .nav-item > .nav-link {
color: #aab0b5;
}
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .navbar-brand > a:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .navbar-brand > a:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
color: #fff;
}
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .nav-pills > .active > .nav-link,
.navbar-inverse .nav-pills > .nav-link.active {
.navbar-inverse .nav-pills > .nav-link.active {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .navbar-brand {
color: #aab0b5;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
.navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .navbar-link {
color: #aab0b5;
}
.navbar-inverse .navbar-nav .navbar-link:focus,
.navbar-inverse .navbar-nav .navbar-link:hover {
.navbar-inverse .navbar-nav .navbar-link:hover {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .navbar-link.active > a,
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
color: #fff;
background-color: #1f2021;
}
.navbar-inverse .navbar-nav .navbar-link.disabled > a,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
color: #444;
background-color: transparent;
}
......@@ -3733,6 +3904,7 @@ input[type="button"].btn-block {
background-color: #f5f5f5;
border-bottom: .0625rem solid #e5e5e5;
}
.card-header:first-child {
border-radius: .1875rem .1875rem 0 0;
}
......@@ -3742,6 +3914,7 @@ input[type="button"].btn-block {
background-color: #f5f5f5;
border-top: .0625rem solid #e5e5e5;
}
.card-footer:last-child {
border-radius: 0 0 .1875rem .1875rem;
}
......@@ -3826,6 +3999,7 @@ input[type="button"].btn-block {
table-layout: fixed;
border-spacing: 1.25rem 0;
}
.card-deck .card {
display: table-cell;
width: 1%;
......@@ -3842,31 +4016,39 @@ input[type="button"].btn-block {
width: 100%;
table-layout: fixed;
}
.card-group .card {
display: table-cell;
vertical-align: top;
}
.card-group .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0;
}
......@@ -3878,6 +4060,7 @@ input[type="button"].btn-block {
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.card-columns .card {
display: inline-block;
width: 100%;
......@@ -3890,15 +4073,18 @@ input[type="button"].btn-block {
background-color: #eceeef;
border-radius: .25rem;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/\\00a0";
}
.breadcrumb > .active {
color: #818a91;
}
......@@ -3910,11 +4096,13 @@ input[type="button"].btn-block {
margin-bottom: 1rem;
border-radius: .25rem;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
.pagination > li > span {
position: relative;
float: left;
padding: .5rem .75rem;
......@@ -3925,43 +4113,48 @@ input[type="button"].btn-block {
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
.pagination > li:last-child > span {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #014c8c;
background-color: #eceeef;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #0275d8;
border-color: #0275d8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
......@@ -4013,37 +4206,44 @@ input[type="button"].btn-block {
text-align: center;
list-style: none;
}
.pager:before,
.pager:after {
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
.pager li > a:hover {
text-decoration: none;
background-color: #eceeef;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
.pager .disabled > a:focus,
.pager .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
}
.pager .disabled > span {
color: #818a91;
cursor: not-allowed;
......@@ -4072,9 +4272,11 @@ input[type="button"].btn-block {
vertical-align: baseline;
border-radius: .25rem;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
......@@ -4087,99 +4289,66 @@ a.label:hover {
cursor: pointer;
}
.label-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 1rem;
}
.label-default {
background-color: #818a91;
}
.label-default[href]:focus,
.label-default[href]:hover {
.label-default[href]:hover {
background-color: #687077;
}
.label-primary {
background-color: #0275d8;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
.label-primary[href]:hover {
background-color: #025aa5;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
.label-success[href]:hover {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
.label-info[href]:hover {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
.label-warning[href]:hover {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
.label-danger[href]:hover {
background-color: #c9302c;
}
.badge {
position: relative;
top: -.1em;
display: inline-block;
padding-right: .6em;
padding-left: .6em;
font-size: .75em;
font-weight: bold;
line-height: 1.5;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #818a91;
border-radius: 2em;
}
.badge:empty {
display: none;
}
.badge.pull-left,
.badge.pull-right {
top: .2em;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #0275d8;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
......@@ -4217,10 +4386,12 @@ a.badge:hover {
border: 1px solid transparent;
border-radius: .25rem;
}
.alert > p,
.alert > ul {
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
......@@ -4237,6 +4408,7 @@ a.badge:hover {
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissible .close {
position: relative;
top: -2px;
......@@ -4249,9 +4421,11 @@ a.badge:hover {
background-color: #dff0d8;
border-color: #d0e9c6;
}
.alert-success hr {
border-top-color: #c1e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
......@@ -4261,9 +4435,11 @@ a.badge:hover {
background-color: #d9edf7;
border-color: #bcdff1;
}
.alert-info hr {
border-top-color: #a6d5ec;
}
.alert-info .alert-link {
color: #245269;
}
......@@ -4273,9 +4449,11 @@ a.badge:hover {
background-color: #fcf8e3;
border-color: #faf2cc;
}
.alert-warning hr {
border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
color: #66512c;
}
......@@ -4285,9 +4463,11 @@ a.badge:hover {
background-color: #f2dede;
border-color: #ebcccc;
}
.alert-danger hr {
border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
color: #843534;
}
......@@ -4478,6 +4658,7 @@ a.badge:hover {
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
......@@ -4510,6 +4691,7 @@ a.badge:hover {
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
......@@ -4545,10 +4727,12 @@ a.badge:hover {
background-color: #fff;
border: .0625rem solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
......@@ -4564,14 +4748,16 @@ a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
......@@ -4584,14 +4770,16 @@ a.list-group-item:focus,
cursor: not-allowed;
background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
color: #818a91;
}
......@@ -4603,20 +4791,22 @@ a.list-group-item:focus,
background-color: #0275d8;
border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
color: #a8d6fe;
}
......@@ -4629,23 +4819,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #3c763d;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
......@@ -4660,23 +4853,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #31708f;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f;
......@@ -4691,23 +4887,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #8a6d3b;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
......@@ -4722,23 +4921,26 @@ a.list-group-item-state,
button.list-group-item-state {
color: #a94442;
}
a.list-group-item-state .list-group-item-heading,
button.list-group-item-state .list-group-item-heading {
button.list-group-item-state .list-group-item-heading {
color: inherit;
}
a.list-group-item-state:focus,
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
a.list-group-item-state:hover,
button.list-group-item-state:focus,
button.list-group-item-state:hover {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-state.active,
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
a.list-group-item-state.active:focus,
a.list-group-item-state.active:hover,
button.list-group-item-state.active,
button.list-group-item-state.active:focus,
button.list-group-item-state.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442;
......@@ -4761,11 +4963,12 @@ a.list-group-item-state.active,
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
......@@ -4796,8 +4999,9 @@ a.list-group-item-state.active,
text-shadow: 0 1px 0 #fff;
opacity: .2;
}
.close:focus,
.close:hover {
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
......@@ -4828,12 +5032,14 @@ button.close {
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
......@@ -4871,9 +5077,11 @@ button.close {
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.in {
opacity: .5;
}
......@@ -4882,11 +5090,13 @@ button.close {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
.modal-header:after {
display: table;
content: " ";
}
.modal-header:after {
clear: both;
}
......@@ -4910,21 +5120,26 @@ button.close {
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
......@@ -4976,55 +5191,64 @@ button.close {
line-break: auto;
}
.tooltip.in {
opacity: .9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
.tooltip.bs-tether-element-attached-bottom {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
.tooltip.bs-tether-element-attached-left {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
.tooltip.bs-tether-element-attached-top {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
.tooltip.bs-tether-element-attached-right {
padding: 0 5px;
margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
......@@ -5080,80 +5304,92 @@ button.close {
line-break: auto;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
.popover.bs-tether-element-attached-bottom {
margin-top: -10px;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
.popover.bs-tether-element-attached-bottom .popover-arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.popover-top .popover-arrow:after,
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
bottom: 1px;
margin-left: -10px;
content: "";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
.popover.bs-tether-element-attached-left {
margin-left: 10px;
}
.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
.popover.bs-tether-element-attached-left .popover-arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.popover-right .popover-arrow:after,
.popover.bs-tether-element-attached-left .popover-arrow:after {
.popover.bs-tether-element-attached-left .popover-arrow:after {
bottom: -10px;
left: 1px;
content: "";
border-right-color: #fff;
border-left-width: 0;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
.popover.bs-tether-element-attached-top {
margin-top: 10px;
}
.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
.popover.bs-tether-element-attached-top .popover-arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.popover-bottom .popover-arrow:after,
.popover.bs-tether-element-attached-top .popover-arrow:after {
.popover.bs-tether-element-attached-top .popover-arrow:after {
top: 1px;
margin-left: -10px;
content: "";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
.popover.bs-tether-element-attached-right {
margin-left: -10px;
}
.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
.popover.bs-tether-element-attached-right .popover-arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.popover-left .popover-arrow:after,
.popover.bs-tether-element-attached-right .popover-arrow:after {
.popover.bs-tether-element-attached-right .popover-arrow:after {
right: 1px;
bottom: -10px;
content: "";
......@@ -5202,6 +5438,7 @@ button.close {
width: 100%;
overflow: hidden;
}
.carousel-inner > .carousel-item {
position: relative;
display: none;
......@@ -5209,10 +5446,12 @@ button.close {
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
.carousel-inner > .carousel-item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
......@@ -5244,33 +5483,41 @@ button.close {
transform: translate3d(0, 0, 0);
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
......@@ -5287,6 +5534,7 @@ button.close {
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
......@@ -5295,6 +5543,7 @@ button.close {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
......@@ -5305,15 +5554,17 @@ button.close {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
.carousel-control:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
.carousel-control .icon-next {
position: absolute;
top: 50%;
z-index: 5;
......@@ -5324,17 +5575,21 @@ button.close {
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: "\203a";
}
......@@ -5350,6 +5605,7 @@ button.close {
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
......@@ -5361,6 +5617,7 @@ button.close {
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
......@@ -5380,6 +5637,7 @@ button.close {
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
......@@ -5881,6 +6139,7 @@ a.bg-danger:hover {
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
......@@ -5890,6 +6149,7 @@ a.bg-danger:hover {
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
......@@ -5899,6 +6159,7 @@ a.bg-danger:hover {
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
......@@ -8,7 +8,8 @@ module.exports = function configureLibsass(grunt) {
includePaths: ['scss'],
precision: 6,
sourceComments: false,
sourceMap: true
sourceMap: true,
outputStyle: 'expanded'
},
core: {
files: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment