0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2018-04-08 18:38:25 -07:00
parent 30c6a8a380
commit b3e0a8a3c4
25 changed files with 1763 additions and 1726 deletions

View File

@ -1,17 +1,24 @@
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors */
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,
.btn-info, .btn-info,
.btn-warning, .btn-warning,
.btn-danger { .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.btn-default:active, .btn-default:active,
.btn-primary:active, .btn-primary:active,
@ -25,8 +32,8 @@
.btn-info.active, .btn-info.active,
.btn-warning.active, .btn-warning.active,
.btn-danger.active { .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn-default.disabled, .btn-default.disabled,
.btn-primary.disabled, .btn-primary.disabled,
@ -62,7 +69,6 @@ fieldset[disabled] .btn-danger {
background-image: none; background-image: none;
} }
.btn-default { .btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
@ -71,6 +77,7 @@ fieldset[disabled] .btn-danger {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dbdbdb; border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc; border-color: #ccc;
} }
.btn-default:hover, .btn-default:hover,
@ -311,41 +318,41 @@ fieldset[disabled] .btn-danger.active {
} }
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
background-color: #e8e8e8;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
background-color: #2e6da4;
} }
.navbar-default { .navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
} }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a { .navbar-default .navbar-nav > .active > a {
@ -355,12 +362,12 @@ fieldset[disabled] .btn-danger.active {
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
} }
.navbar-brand, .navbar-brand,
.navbar-nav > li > a { .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
} }
.navbar-inverse { .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
@ -368,8 +375,8 @@ fieldset[disabled] .btn-danger.active {
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px; border-radius: 4px;
} }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
@ -380,12 +387,12 @@ fieldset[disabled] .btn-danger.active {
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
} }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.navbar-static-top, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-top,
@ -406,9 +413,9 @@ fieldset[disabled] .btn-danger.active {
} }
} }
.alert { .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.alert-success { .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
@ -495,14 +502,14 @@ fieldset[disabled] .btn-danger.active {
background-repeat: repeat-x; background-repeat: repeat-x;
} }
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -522,8 +529,8 @@ fieldset[disabled] .btn-danger.active {
text-shadow: none; text-shadow: none;
} }
.panel { .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
@ -581,7 +588,7 @@ fieldset[disabled] .btn-danger.active {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dcdcdc; border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
} }
/*# sourceMappingURL=bootstrap-theme.css.map */ /*# sourceMappingURL=bootstrap-theme.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,11 +3,18 @@
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
/* stylelint-disable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
@ -60,28 +67,28 @@ dfn {
font-style: italic; font-style: italic;
} }
h1 { h1 {
margin: .67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
mark { mark {
color: #000;
background: #ff0; background: #ff0;
color: #000;
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -.5em; top: -0.5em;
} }
sub { sub {
bottom: -.25em; bottom: -0.25em;
} }
img { img {
border: 0; border: 0;
@ -93,10 +100,10 @@ figure {
margin: 1em 40px; margin: 1em 40px;
} }
hr { hr {
height: 0;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
pre { pre {
overflow: auto; overflow: auto;
@ -113,9 +120,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
margin: 0;
font: inherit;
color: inherit; color: inherit;
font: inherit;
margin: 0;
} }
button { button {
overflow: visible; overflow: visible;
@ -137,8 +144,8 @@ html input[disabled] {
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
input { input {
line-height: normal; line-height: normal;
@ -155,23 +162,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto; height: auto;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
fieldset { fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} }
legend { legend {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
@ -180,18 +187,19 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
table { table {
border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0;
} }
td, td,
th { th {
padding: 0; padding: 0;
} }
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { @media print {
*, *,
*:before, *::before,
*:after { *::after {
color: #000 !important; color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
background: transparent !important; background: transparent !important;
@ -202,20 +210,19 @@ th {
a:visited { a:visited {
text-decoration: underline; text-decoration: underline;
} }
a[href]:after { a[href]::after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
abbr[title]:after { abbr[title]::after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
a[href^="#"]:after, a[href^="#"]::after,
a[href^="javascript:"]:after { a[href^="javascript:"]::after {
content: ""; content: "";
} }
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
@ -260,809 +267,808 @@ th {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: "Glyphicons Halflings";
src: url("../fonts/glyphicons-halflings-regular.eot");
src: url('../fonts/glyphicons-halflings-regular.eot'); src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} }
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 1px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: "Glyphicons Halflings";
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.glyphicon-asterisk:before { .glyphicon-asterisk::before {
content: "\002a"; content: "\002a";
} }
.glyphicon-plus:before { .glyphicon-plus::before {
content: "\002b"; content: "\002b";
} }
.glyphicon-euro:before, .glyphicon-euro::before,
.glyphicon-eur:before { .glyphicon-eur::before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-minus:before { .glyphicon-minus::before {
content: "\2212"; content: "\2212";
} }
.glyphicon-cloud:before { .glyphicon-cloud::before {
content: "\2601"; content: "\2601";
} }
.glyphicon-envelope:before { .glyphicon-envelope::before {
content: "\2709"; content: "\2709";
} }
.glyphicon-pencil:before { .glyphicon-pencil::before {
content: "\270f"; content: "\270f";
} }
.glyphicon-glass:before { .glyphicon-glass::before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music:before { .glyphicon-music::before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search:before { .glyphicon-search::before {
content: "\e003"; content: "\e003";
} }
.glyphicon-heart:before { .glyphicon-heart::before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star:before { .glyphicon-star::before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty:before { .glyphicon-star-empty::before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user:before { .glyphicon-user::before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film:before { .glyphicon-film::before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large:before { .glyphicon-th-large::before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th:before { .glyphicon-th::before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list:before { .glyphicon-th-list::before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok:before { .glyphicon-ok::before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove:before { .glyphicon-remove::before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in:before { .glyphicon-zoom-in::before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out:before { .glyphicon-zoom-out::before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off:before { .glyphicon-off::before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal:before { .glyphicon-signal::before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog:before { .glyphicon-cog::before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash:before { .glyphicon-trash::before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home:before { .glyphicon-home::before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file:before { .glyphicon-file::before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time:before { .glyphicon-time::before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road:before { .glyphicon-road::before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt:before { .glyphicon-download-alt::before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download:before { .glyphicon-download::before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload:before { .glyphicon-upload::before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox:before { .glyphicon-inbox::before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle:before { .glyphicon-play-circle::before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat:before { .glyphicon-repeat::before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh:before { .glyphicon-refresh::before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt:before { .glyphicon-list-alt::before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock:before { .glyphicon-lock::before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag:before { .glyphicon-flag::before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones:before { .glyphicon-headphones::before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off:before { .glyphicon-volume-off::before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down:before { .glyphicon-volume-down::before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up:before { .glyphicon-volume-up::before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode:before { .glyphicon-qrcode::before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode:before { .glyphicon-barcode::before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag:before { .glyphicon-tag::before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags:before { .glyphicon-tags::before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book:before { .glyphicon-book::before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark:before { .glyphicon-bookmark::before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print:before { .glyphicon-print::before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera:before { .glyphicon-camera::before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font:before { .glyphicon-font::before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold:before { .glyphicon-bold::before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic:before { .glyphicon-italic::before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height:before { .glyphicon-text-height::before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width:before { .glyphicon-text-width::before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left:before { .glyphicon-align-left::before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center:before { .glyphicon-align-center::before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right:before { .glyphicon-align-right::before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify:before { .glyphicon-align-justify::before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list:before { .glyphicon-list::before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left:before { .glyphicon-indent-left::before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right:before { .glyphicon-indent-right::before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video:before { .glyphicon-facetime-video::before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture:before { .glyphicon-picture::before {
content: "\e060"; content: "\e060";
} }
.glyphicon-map-marker:before { .glyphicon-map-marker::before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust:before { .glyphicon-adjust::before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint:before { .glyphicon-tint::before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit:before { .glyphicon-edit::before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share:before { .glyphicon-share::before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check:before { .glyphicon-check::before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move:before { .glyphicon-move::before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward:before { .glyphicon-step-backward::before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward:before { .glyphicon-fast-backward::before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward:before { .glyphicon-backward::before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play:before { .glyphicon-play::before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause:before { .glyphicon-pause::before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop:before { .glyphicon-stop::before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward:before { .glyphicon-forward::before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward:before { .glyphicon-fast-forward::before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward:before { .glyphicon-step-forward::before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject:before { .glyphicon-eject::before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left:before { .glyphicon-chevron-left::before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right:before { .glyphicon-chevron-right::before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign:before { .glyphicon-plus-sign::before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign:before { .glyphicon-minus-sign::before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign:before { .glyphicon-remove-sign::before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign:before { .glyphicon-ok-sign::before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign:before { .glyphicon-question-sign::before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign:before { .glyphicon-info-sign::before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot:before { .glyphicon-screenshot::before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle:before { .glyphicon-remove-circle::before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle:before { .glyphicon-ok-circle::before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle:before { .glyphicon-ban-circle::before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left:before { .glyphicon-arrow-left::before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right:before { .glyphicon-arrow-right::before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up:before { .glyphicon-arrow-up::before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down:before { .glyphicon-arrow-down::before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt:before { .glyphicon-share-alt::before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full:before { .glyphicon-resize-full::before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small:before { .glyphicon-resize-small::before {
content: "\e097"; content: "\e097";
} }
.glyphicon-exclamation-sign:before { .glyphicon-exclamation-sign::before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift:before { .glyphicon-gift::before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf:before { .glyphicon-leaf::before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire:before { .glyphicon-fire::before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open:before { .glyphicon-eye-open::before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close:before { .glyphicon-eye-close::before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign:before { .glyphicon-warning-sign::before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane:before { .glyphicon-plane::before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar:before { .glyphicon-calendar::before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random:before { .glyphicon-random::before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment:before { .glyphicon-comment::before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet:before { .glyphicon-magnet::before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up:before { .glyphicon-chevron-up::before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down:before { .glyphicon-chevron-down::before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet:before { .glyphicon-retweet::before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart:before { .glyphicon-shopping-cart::before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close:before { .glyphicon-folder-close::before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open:before { .glyphicon-folder-open::before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical:before { .glyphicon-resize-vertical::before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal:before { .glyphicon-resize-horizontal::before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd:before { .glyphicon-hdd::before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn:before { .glyphicon-bullhorn::before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell:before { .glyphicon-bell::before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate:before { .glyphicon-certificate::before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up:before { .glyphicon-thumbs-up::before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down:before { .glyphicon-thumbs-down::before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right:before { .glyphicon-hand-right::before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left:before { .glyphicon-hand-left::before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up:before { .glyphicon-hand-up::before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down:before { .glyphicon-hand-down::before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right:before { .glyphicon-circle-arrow-right::before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left:before { .glyphicon-circle-arrow-left::before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up:before { .glyphicon-circle-arrow-up::before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down:before { .glyphicon-circle-arrow-down::before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe:before { .glyphicon-globe::before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench:before { .glyphicon-wrench::before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks:before { .glyphicon-tasks::before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter:before { .glyphicon-filter::before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase:before { .glyphicon-briefcase::before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen:before { .glyphicon-fullscreen::before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard:before { .glyphicon-dashboard::before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip:before { .glyphicon-paperclip::before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty:before { .glyphicon-heart-empty::before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link:before { .glyphicon-link::before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone:before { .glyphicon-phone::before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin:before { .glyphicon-pushpin::before {
content: "\e146"; content: "\e146";
} }
.glyphicon-usd:before { .glyphicon-usd::before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp:before { .glyphicon-gbp::before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort:before { .glyphicon-sort::before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet:before { .glyphicon-sort-by-alphabet::before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt:before { .glyphicon-sort-by-alphabet-alt::before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order:before { .glyphicon-sort-by-order::before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt:before { .glyphicon-sort-by-order-alt::before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes:before { .glyphicon-sort-by-attributes::before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt:before { .glyphicon-sort-by-attributes-alt::before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked:before { .glyphicon-unchecked::before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand:before { .glyphicon-expand::before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse-down:before { .glyphicon-collapse-down::before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-up:before { .glyphicon-collapse-up::before {
content: "\e160"; content: "\e160";
} }
.glyphicon-log-in:before { .glyphicon-log-in::before {
content: "\e161"; content: "\e161";
} }
.glyphicon-flash:before { .glyphicon-flash::before {
content: "\e162"; content: "\e162";
} }
.glyphicon-log-out:before { .glyphicon-log-out::before {
content: "\e163"; content: "\e163";
} }
.glyphicon-new-window:before { .glyphicon-new-window::before {
content: "\e164"; content: "\e164";
} }
.glyphicon-record:before { .glyphicon-record::before {
content: "\e165"; content: "\e165";
} }
.glyphicon-save:before { .glyphicon-save::before {
content: "\e166"; content: "\e166";
} }
.glyphicon-open:before { .glyphicon-open::before {
content: "\e167"; content: "\e167";
} }
.glyphicon-saved:before { .glyphicon-saved::before {
content: "\e168"; content: "\e168";
} }
.glyphicon-import:before { .glyphicon-import::before {
content: "\e169"; content: "\e169";
} }
.glyphicon-export:before { .glyphicon-export::before {
content: "\e170"; content: "\e170";
} }
.glyphicon-send:before { .glyphicon-send::before {
content: "\e171"; content: "\e171";
} }
.glyphicon-floppy-disk:before { .glyphicon-floppy-disk::before {
content: "\e172"; content: "\e172";
} }
.glyphicon-floppy-saved:before { .glyphicon-floppy-saved::before {
content: "\e173"; content: "\e173";
} }
.glyphicon-floppy-remove:before { .glyphicon-floppy-remove::before {
content: "\e174"; content: "\e174";
} }
.glyphicon-floppy-save:before { .glyphicon-floppy-save::before {
content: "\e175"; content: "\e175";
} }
.glyphicon-floppy-open:before { .glyphicon-floppy-open::before {
content: "\e176"; content: "\e176";
} }
.glyphicon-credit-card:before { .glyphicon-credit-card::before {
content: "\e177"; content: "\e177";
} }
.glyphicon-transfer:before { .glyphicon-transfer::before {
content: "\e178"; content: "\e178";
} }
.glyphicon-cutlery:before { .glyphicon-cutlery::before {
content: "\e179"; content: "\e179";
} }
.glyphicon-header:before { .glyphicon-header::before {
content: "\e180"; content: "\e180";
} }
.glyphicon-compressed:before { .glyphicon-compressed::before {
content: "\e181"; content: "\e181";
} }
.glyphicon-earphone:before { .glyphicon-earphone::before {
content: "\e182"; content: "\e182";
} }
.glyphicon-phone-alt:before { .glyphicon-phone-alt::before {
content: "\e183"; content: "\e183";
} }
.glyphicon-tower:before { .glyphicon-tower::before {
content: "\e184"; content: "\e184";
} }
.glyphicon-stats:before { .glyphicon-stats::before {
content: "\e185"; content: "\e185";
} }
.glyphicon-sd-video:before { .glyphicon-sd-video::before {
content: "\e186"; content: "\e186";
} }
.glyphicon-hd-video:before { .glyphicon-hd-video::before {
content: "\e187"; content: "\e187";
} }
.glyphicon-subtitles:before { .glyphicon-subtitles::before {
content: "\e188"; content: "\e188";
} }
.glyphicon-sound-stereo:before { .glyphicon-sound-stereo::before {
content: "\e189"; content: "\e189";
} }
.glyphicon-sound-dolby:before { .glyphicon-sound-dolby::before {
content: "\e190"; content: "\e190";
} }
.glyphicon-sound-5-1:before { .glyphicon-sound-5-1::before {
content: "\e191"; content: "\e191";
} }
.glyphicon-sound-6-1:before { .glyphicon-sound-6-1::before {
content: "\e192"; content: "\e192";
} }
.glyphicon-sound-7-1:before { .glyphicon-sound-7-1::before {
content: "\e193"; content: "\e193";
} }
.glyphicon-copyright-mark:before { .glyphicon-copyright-mark::before {
content: "\e194"; content: "\e194";
} }
.glyphicon-registration-mark:before { .glyphicon-registration-mark::before {
content: "\e195"; content: "\e195";
} }
.glyphicon-cloud-download:before { .glyphicon-cloud-download::before {
content: "\e197"; content: "\e197";
} }
.glyphicon-cloud-upload:before { .glyphicon-cloud-upload::before {
content: "\e198"; content: "\e198";
} }
.glyphicon-tree-conifer:before { .glyphicon-tree-conifer::before {
content: "\e199"; content: "\e199";
} }
.glyphicon-tree-deciduous:before { .glyphicon-tree-deciduous::before {
content: "\e200"; content: "\e200";
} }
.glyphicon-cd:before { .glyphicon-cd::before {
content: "\e201"; content: "\e201";
} }
.glyphicon-save-file:before { .glyphicon-save-file::before {
content: "\e202"; content: "\e202";
} }
.glyphicon-open-file:before { .glyphicon-open-file::before {
content: "\e203"; content: "\e203";
} }
.glyphicon-level-up:before { .glyphicon-level-up::before {
content: "\e204"; content: "\e204";
} }
.glyphicon-copy:before { .glyphicon-copy::before {
content: "\e205"; content: "\e205";
} }
.glyphicon-paste:before { .glyphicon-paste::before {
content: "\e206"; content: "\e206";
} }
.glyphicon-alert:before { .glyphicon-alert::before {
content: "\e209"; content: "\e209";
} }
.glyphicon-equalizer:before { .glyphicon-equalizer::before {
content: "\e210"; content: "\e210";
} }
.glyphicon-king:before { .glyphicon-king::before {
content: "\e211"; content: "\e211";
} }
.glyphicon-queen:before { .glyphicon-queen::before {
content: "\e212"; content: "\e212";
} }
.glyphicon-pawn:before { .glyphicon-pawn::before {
content: "\e213"; content: "\e213";
} }
.glyphicon-bishop:before { .glyphicon-bishop::before {
content: "\e214"; content: "\e214";
} }
.glyphicon-knight:before { .glyphicon-knight::before {
content: "\e215"; content: "\e215";
} }
.glyphicon-baby-formula:before { .glyphicon-baby-formula::before {
content: "\e216"; content: "\e216";
} }
.glyphicon-tent:before { .glyphicon-tent::before {
content: "\26fa"; content: "\26fa";
} }
.glyphicon-blackboard:before { .glyphicon-blackboard::before {
content: "\e218"; content: "\e218";
} }
.glyphicon-bed:before { .glyphicon-bed::before {
content: "\e219"; content: "\e219";
} }
.glyphicon-apple:before { .glyphicon-apple::before {
content: "\f8ff"; content: "\f8ff";
} }
.glyphicon-erase:before { .glyphicon-erase::before {
content: "\e221"; content: "\e221";
} }
.glyphicon-hourglass:before { .glyphicon-hourglass::before {
content: "\231b"; content: "\231b";
} }
.glyphicon-lamp:before { .glyphicon-lamp::before {
content: "\e223"; content: "\e223";
} }
.glyphicon-duplicate:before { .glyphicon-duplicate::before {
content: "\e224"; content: "\e224";
} }
.glyphicon-piggy-bank:before { .glyphicon-piggy-bank::before {
content: "\e225"; content: "\e225";
} }
.glyphicon-scissors:before { .glyphicon-scissors::before {
content: "\e226"; content: "\e226";
} }
.glyphicon-bitcoin:before { .glyphicon-bitcoin::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-btc:before { .glyphicon-btc::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-xbt:before { .glyphicon-xbt::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-yen:before { .glyphicon-yen::before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-jpy:before { .glyphicon-jpy::before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-ruble:before { .glyphicon-ruble::before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-rub:before { .glyphicon-rub::before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-scale:before { .glyphicon-scale::before {
content: "\e230"; content: "\e230";
} }
.glyphicon-ice-lolly:before { .glyphicon-ice-lolly::before {
content: "\e231"; content: "\e231";
} }
.glyphicon-ice-lolly-tasted:before { .glyphicon-ice-lolly-tasted::before {
content: "\e232"; content: "\e232";
} }
.glyphicon-education:before { .glyphicon-education::before {
content: "\e233"; content: "\e233";
} }
.glyphicon-option-horizontal:before { .glyphicon-option-horizontal::before {
content: "\e234"; content: "\e234";
} }
.glyphicon-option-vertical:before { .glyphicon-option-vertical::before {
content: "\e235"; content: "\e235";
} }
.glyphicon-menu-hamburger:before { .glyphicon-menu-hamburger::before {
content: "\e236"; content: "\e236";
} }
.glyphicon-modal-window:before { .glyphicon-modal-window::before {
content: "\e237"; content: "\e237";
} }
.glyphicon-oil:before { .glyphicon-oil::before {
content: "\e238"; content: "\e238";
} }
.glyphicon-grain:before { .glyphicon-grain::before {
content: "\e239"; content: "\e239";
} }
.glyphicon-sunglasses:before { .glyphicon-sunglasses::before {
content: "\e240"; content: "\e240";
} }
.glyphicon-text-size:before { .glyphicon-text-size::before {
content: "\e241"; content: "\e241";
} }
.glyphicon-text-color:before { .glyphicon-text-color::before {
content: "\e242"; content: "\e242";
} }
.glyphicon-text-background:before { .glyphicon-text-background::before {
content: "\e243"; content: "\e243";
} }
.glyphicon-object-align-top:before { .glyphicon-object-align-top::before {
content: "\e244"; content: "\e244";
} }
.glyphicon-object-align-bottom:before { .glyphicon-object-align-bottom::before {
content: "\e245"; content: "\e245";
} }
.glyphicon-object-align-horizontal:before { .glyphicon-object-align-horizontal::before {
content: "\e246"; content: "\e246";
} }
.glyphicon-object-align-left:before { .glyphicon-object-align-left::before {
content: "\e247"; content: "\e247";
} }
.glyphicon-object-align-vertical:before { .glyphicon-object-align-vertical::before {
content: "\e248"; content: "\e248";
} }
.glyphicon-object-align-right:before { .glyphicon-object-align-right::before {
content: "\e249"; content: "\e249";
} }
.glyphicon-triangle-right:before { .glyphicon-triangle-right::before {
content: "\e250"; content: "\e250";
} }
.glyphicon-triangle-left:before { .glyphicon-triangle-left::before {
content: "\e251"; content: "\e251";
} }
.glyphicon-triangle-bottom:before { .glyphicon-triangle-bottom::before {
content: "\e252"; content: "\e252";
} }
.glyphicon-triangle-top:before { .glyphicon-triangle-top::before {
content: "\e253"; content: "\e253";
} }
.glyphicon-console:before { .glyphicon-console::before {
content: "\e254"; content: "\e254";
} }
.glyphicon-superscript:before { .glyphicon-superscript::before {
content: "\e255"; content: "\e255";
} }
.glyphicon-subscript:before { .glyphicon-subscript::before {
content: "\e256"; content: "\e256";
} }
.glyphicon-menu-left:before { .glyphicon-menu-left::before {
content: "\e257"; content: "\e257";
} }
.glyphicon-menu-right:before { .glyphicon-menu-right::before {
content: "\e258"; content: "\e258";
} }
.glyphicon-menu-down:before { .glyphicon-menu-down::before {
content: "\e259"; content: "\e259";
} }
.glyphicon-menu-up:before { .glyphicon-menu-up::before {
content: "\e260"; content: "\e260";
} }
* { * {
@ -1070,22 +1076,21 @@ th {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
*:before, *::before,
*:after { *::after {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: 10px; font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
background-color: #fff; background-color: #fff;
} }
input, input,
@ -1128,17 +1133,17 @@ img {
border-radius: 6px; border-radius: 6px;
} }
.img-thumbnail { .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px; padding: 4px;
line-height: 1.42857143; line-height: 1.42857143;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all .2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
-o-transition: all .2s ease-in-out; -o-transition: all 0.2s ease-in-out;
transition: all .2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
@ -1147,7 +1152,7 @@ hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eeeeee;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
@ -1171,6 +1176,7 @@ hr {
[role="button"] { [role="button"] {
cursor: pointer; cursor: pointer;
} }
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1, h1,
h2, h2,
h3, h3,
@ -1212,9 +1218,9 @@ h6 .small,
.h4 .small, .h4 .small,
.h5 .small, .h5 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
color: #777; color: #777777;
} }
h1, h1,
.h1, .h1,
@ -1334,7 +1340,7 @@ mark,
text-transform: capitalize; text-transform: capitalize;
} }
.text-muted { .text-muted {
color: #777; color: #777777;
} }
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
@ -1410,7 +1416,7 @@ a.bg-danger:focus {
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eeeeee;
} }
ul, ul,
ol { ol {
@ -1429,8 +1435,8 @@ ol ol {
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
margin-left: -5px;
list-style: none; list-style: none;
margin-left: -5px;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
@ -1446,7 +1452,7 @@ dd {
line-height: 1.42857143; line-height: 1.42857143;
} }
dt { dt {
font-weight: bold; font-weight: 700;
} }
dd { dd {
margin-left: 0; margin-left: 0;
@ -1455,9 +1461,9 @@ dd {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
@ -1473,7 +1479,7 @@ blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
font-size: 17.5px; font-size: 17.5px;
border-left: 5px solid #eee; border-left: 5px solid #eeeeee;
} }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
@ -1486,36 +1492,36 @@ blockquote .small {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
} }
blockquote footer:before, blockquote footer::before,
blockquote small:before, blockquote small::before,
blockquote .small:before { blockquote .small::before {
content: '\2014 \00A0'; content: "\2014 \00A0";
} }
.blockquote-reverse, .blockquote-reverse,
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right; text-align: right;
border-right: 5px solid #eee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer:before, .blockquote-reverse footer::before,
blockquote.pull-right footer:before, blockquote.pull-right footer::before,
.blockquote-reverse small:before, .blockquote-reverse small::before,
blockquote.pull-right small:before, blockquote.pull-right small::before,
.blockquote-reverse .small:before, .blockquote-reverse .small::before,
blockquote.pull-right .small:before { blockquote.pull-right .small::before {
content: ''; content: "";
} }
.blockquote-reverse footer:after, .blockquote-reverse footer::after,
blockquote.pull-right footer:after, blockquote.pull-right footer::after,
.blockquote-reverse small:after, .blockquote-reverse small::after,
blockquote.pull-right small:after, blockquote.pull-right small::after,
.blockquote-reverse .small:after, .blockquote-reverse .small::after,
blockquote.pull-right .small:after { blockquote.pull-right .small::after {
content: '\00A0 \2014'; content: "\00A0 \2014";
} }
address { address {
margin-bottom: 20px; margin-bottom: 20px;
@ -1541,13 +1547,13 @@ kbd {
color: #fff; color: #fff;
background-color: #333; background-color: #333;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
font-size: 100%; font-size: 100%;
font-weight: bold; font-weight: 700;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
@ -1557,7 +1563,7 @@ pre {
margin: 0 0 10px; margin: 0 0 10px;
font-size: 13px; font-size: 13px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
background-color: #f5f5f5; background-color: #f5f5f5;
@ -1775,7 +1781,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0; margin-left: 0%;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.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-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 {
@ -1932,7 +1938,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
@ -2090,7 +2096,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
@ -2248,16 +2254,28 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table { table {
background-color: transparent; background-color: transparent;
} }
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
caption { caption {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
color: #777; color: #777777;
text-align: left; text-align: left;
} }
th { th {
@ -2326,17 +2344,6 @@ th {
.table-hover > tbody > tr:hover { .table-hover > tbody > tr:hover {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
.table > tfoot > tr > td.active, .table > tfoot > tr > td.active,
@ -2491,6 +2498,7 @@ table th[class*="col-"] {
border-bottom: 0; border-bottom: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset { fieldset {
min-width: 0; min-width: 0;
padding: 0; padding: 0;
@ -2504,7 +2512,7 @@ legend {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #333; color: #333333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
@ -2512,12 +2520,13 @@ label {
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: 700;
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-webkit-appearance: none;
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
@ -2525,6 +2534,14 @@ input[type="checkbox"] {
margin-top: 1px \9; margin-top: 1px \9;
line-height: normal; line-height: normal;
} }
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
input[type="file"] { input[type="file"] {
display: block; display: block;
} }
@ -2547,7 +2564,7 @@ output {
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
} }
.form-control { .form-control {
display: block; display: block;
@ -2556,13 +2573,13 @@ output {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -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; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
@ -2570,8 +2587,8 @@ output {
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999; color: #999;
@ -2590,7 +2607,7 @@ output {
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
background-color: #eee; background-color: #eeeeee;
opacity: 1; opacity: 1;
} }
.form-control[disabled], .form-control[disabled],
@ -2600,9 +2617,6 @@ fieldset[disabled] .form-control {
textarea.form-control { textarea.form-control {
height: auto; height: auto;
} }
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="date"].form-control,
input[type="time"].form-control, input[type="time"].form-control,
@ -2641,12 +2655,18 @@ input[type="search"] {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label, .radio label,
.checkbox label { .checkbox label {
min-height: 20px; min-height: 20px;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: 400;
cursor: pointer; cursor: pointer;
} }
.radio input[type="radio"], .radio input[type="radio"],
@ -2667,34 +2687,20 @@ input[type="search"] {
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: 400;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled, .radio-inline.disabled,
.checkbox-inline.disabled, .checkbox-inline.disabled,
fieldset[disabled] .radio-inline, fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline { fieldset[disabled] .checkbox-inline {
cursor: not-allowed; cursor: not-allowed;
} }
.radio.disabled label, .radio-inline + .radio-inline,
.checkbox.disabled label, .checkbox-inline + .checkbox-inline {
fieldset[disabled] .radio label, margin-top: 0;
fieldset[disabled] .checkbox label { margin-left: 10px;
cursor: not-allowed;
} }
.form-control-static { .form-control-static {
min-height: 34px; min-height: 34px;
@ -2827,13 +2833,13 @@ select[multiple].input-lg {
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
@ -2857,13 +2863,13 @@ select[multiple].input-lg {
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
@ -2887,13 +2893,13 @@ select[multiple].input-lg {
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
@ -3003,26 +3009,27 @@ select[multiple].input-lg {
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1.42857143;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
@ -3043,17 +3050,17 @@ select[multiple].input-lg {
.btn.active { .btn.active {
background-image: none; background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
cursor: not-allowed; cursor: not-allowed;
filter: alpha(opacity=65); filter: alpha(opacity=65);
opacity: 0.65;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65;
} }
a.btn.disabled, a.btn.disabled,
fieldset[disabled] a.btn { fieldset[disabled] a.btn {
@ -3080,6 +3087,7 @@ fieldset[disabled] a.btn {
.open > .dropdown-toggle.btn-default { .open > .dropdown-toggle.btn-default {
color: #333; color: #333;
background-color: #e6e6e6; background-color: #e6e6e6;
background-image: none;
border-color: #adadad; border-color: #adadad;
} }
.btn-default:active:hover, .btn-default:active:hover,
@ -3095,11 +3103,6 @@ fieldset[disabled] a.btn {
background-color: #d4d4d4; background-color: #d4d4d4;
border-color: #8c8c8c; border-color: #8c8c8c;
} }
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:hover,
.btn-default[disabled]:hover, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:hover,
@ -3137,6 +3140,7 @@ fieldset[disabled] .btn-default.focus {
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #fff; color: #fff;
background-color: #286090; background-color: #286090;
background-image: none;
border-color: #204d74; border-color: #204d74;
} }
.btn-primary:active:hover, .btn-primary:active:hover,
@ -3152,11 +3156,6 @@ fieldset[disabled] .btn-default.focus {
background-color: #204d74; background-color: #204d74;
border-color: #122b40; border-color: #122b40;
} }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:hover,
@ -3194,6 +3193,7 @@ fieldset[disabled] .btn-primary.focus {
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #fff; color: #fff;
background-color: #449d44; background-color: #449d44;
background-image: none;
border-color: #398439; border-color: #398439;
} }
.btn-success:active:hover, .btn-success:active:hover,
@ -3209,11 +3209,6 @@ fieldset[disabled] .btn-primary.focus {
background-color: #398439; background-color: #398439;
border-color: #255625; border-color: #255625;
} }
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:hover,
@ -3251,6 +3246,7 @@ fieldset[disabled] .btn-success.focus {
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
color: #fff; color: #fff;
background-color: #31b0d5; background-color: #31b0d5;
background-image: none;
border-color: #269abc; border-color: #269abc;
} }
.btn-info:active:hover, .btn-info:active:hover,
@ -3266,11 +3262,6 @@ fieldset[disabled] .btn-success.focus {
background-color: #269abc; background-color: #269abc;
border-color: #1b6d85; border-color: #1b6d85;
} }
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:hover,
.btn-info[disabled]:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:hover,
@ -3308,6 +3299,7 @@ fieldset[disabled] .btn-info.focus {
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
color: #fff; color: #fff;
background-color: #ec971f; background-color: #ec971f;
background-image: none;
border-color: #d58512; border-color: #d58512;
} }
.btn-warning:active:hover, .btn-warning:active:hover,
@ -3323,11 +3315,6 @@ fieldset[disabled] .btn-info.focus {
background-color: #d58512; background-color: #d58512;
border-color: #985f0d; border-color: #985f0d;
} }
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:hover,
.btn-warning[disabled]:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:hover,
@ -3365,6 +3352,7 @@ fieldset[disabled] .btn-warning.focus {
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
color: #fff; color: #fff;
background-color: #c9302c; background-color: #c9302c;
background-image: none;
border-color: #ac2925; border-color: #ac2925;
} }
.btn-danger:active:hover, .btn-danger:active:hover,
@ -3380,11 +3368,6 @@ fieldset[disabled] .btn-warning.focus {
background-color: #ac2925; background-color: #ac2925;
border-color: #761c19; border-color: #761c19;
} }
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:hover,
.btn-danger[disabled]:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:hover,
@ -3402,7 +3385,7 @@ fieldset[disabled] .btn-danger.focus {
background-color: #fff; background-color: #fff;
} }
.btn-link { .btn-link {
font-weight: normal; font-weight: 400;
color: #337ab7; color: #337ab7;
border-radius: 0; border-radius: 0;
} }
@ -3431,7 +3414,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
} }
.btn-lg, .btn-lg,
@ -3467,11 +3450,12 @@ input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
/* stylelint-disable selector-no-qualifying-type */
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity .15s linear; -webkit-transition: opacity 0.15s linear;
-o-transition: opacity .15s linear; -o-transition: opacity 0.15s linear;
transition: opacity .15s linear; transition: opacity 0.15s linear;
} }
.fade.in { .fade.in {
opacity: 1; opacity: 1;
@ -3492,15 +3476,15 @@ tbody.collapse.in {
position: relative; position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility; -webkit-transition-property: height, visibility;
-o-transition-property: height, visibility; -o-transition-property: height, visibility;
transition-property: height, visibility; transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
} }
.caret { .caret {
display: inline-block; display: inline-block;
@ -3537,10 +3521,10 @@ tbody.collapse.in {
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
} }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
@ -3556,9 +3540,9 @@ tbody.collapse.in {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
@ -3578,7 +3562,7 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #777; color: #777777;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
@ -3607,7 +3591,7 @@ tbody.collapse.in {
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
@ -3645,6 +3629,7 @@ tbody.collapse.in {
left: 0; left: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
@ -3728,8 +3713,8 @@ tbody.collapse.in {
padding-left: 12px; padding-left: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -3816,6 +3801,7 @@ tbody.collapse.in {
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
pointer-events: none; pointer-events: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
@ -3901,11 +3887,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-addon { .input-group-addon {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
color: #555; color: #555555;
text-align: center; text-align: center;
background-color: #eee; background-color: #eeeeee;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
} }
@ -3974,6 +3960,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
z-index: 2; z-index: 2;
margin-left: -1px; margin-left: -1px;
} }
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
@ -3991,14 +3978,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #777; color: #777777;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
@ -4006,7 +3993,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eee; background-color: #eeeeee;
border-color: #337ab7; border-color: #337ab7;
} }
.nav .nav-divider { .nav .nav-divider {
@ -4032,12 +4019,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eee #eee #ddd; border-color: #eeeeee #eeeeee #ddd;
} }
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555; color: #555555;
cursor: default; cursor: default;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
@ -4166,6 +4153,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
@ -4186,10 +4174,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
overflow-x: visible; overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent; border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
@ -4298,8 +4286,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
position: relative; position: relative;
float: right; float: right;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px;
margin-right: 15px; margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
@ -4369,14 +4357,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-form { .navbar-form {
padding: 10px 15px; padding: 10px 15px;
margin-top: 8px;
margin-right: -15px; margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px; margin-left: -15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form .form-group { .navbar-form .form-group {
@ -4703,13 +4691,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li::before {
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
content: "/\00a0"; content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #777; color: #777777;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
@ -4732,6 +4720,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
@ -4743,15 +4740,6 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > a:hover,
@ -4770,7 +4758,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
@ -4827,7 +4815,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
@ -4841,7 +4829,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
} }
@ -4849,7 +4837,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline; display: inline;
padding: .2em .6em .3em; padding: .2em .6em .3em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: 700;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
text-align: center; text-align: center;
@ -4871,7 +4859,7 @@ a.label:focus {
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #777; background-color: #777777;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
@ -4923,7 +4911,7 @@ a.label:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
background-color: #777; background-color: #777777;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
@ -4963,7 +4951,7 @@ a.badge:focus {
padding-bottom: 30px; padding-bottom: 30px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #eee; background-color: #eeeeee;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
@ -5001,6 +4989,7 @@ a.badge:focus {
font-size: 63px; font-size: 63px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
@ -5009,9 +4998,9 @@ a.badge:focus {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: border .2s ease-in-out; -webkit-transition: border 0.2s ease-in-out;
-o-transition: border .2s ease-in-out; -o-transition: border 0.2s ease-in-out;
transition: border .2s ease-in-out; transition: border 0.2s ease-in-out;
} }
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
@ -5025,7 +5014,7 @@ a.thumbnail.active {
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333; color: #333333;
} }
.alert { .alert {
padding: 15px; padding: 15px;
@ -5102,6 +5091,7 @@ a.thumbnail.active {
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5132,29 +5122,29 @@ a.thumbnail.active {
overflow: hidden; overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.progress-bar { .progress-bar {
float: left; float: left;
width: 0; width: 0%;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #337ab7; background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease; -webkit-transition: width 0.6s ease;
-o-transition: width .6s ease; -o-transition: width 0.6s ease;
transition: width .6s ease; transition: width 0.6s ease;
} }
.progress-striped .progress-bar, .progress-striped .progress-bar,
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px; -webkit-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
@ -5168,33 +5158,33 @@ a.thumbnail.active {
background-color: #5cb85c; background-color: #5cb85c;
} }
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.media { .media {
margin-top: 15px; margin-top: 15px;
@ -5244,6 +5234,7 @@ a.thumbnail.active {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
@ -5265,32 +5256,12 @@ a.thumbnail.active {
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
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 {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eeeeee;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
@ -5300,7 +5271,7 @@ button.list-group-item {
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .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:focus .list-group-item-text {
color: #777; color: #777777;
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -5326,6 +5297,26 @@ button.list-group-item {
.list-group-item.active:focus .list-group-item-text { .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; color: #c7ddef;
} }
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 {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
@ -5450,13 +5441,14 @@ button.list-group-item-danger.active:focus {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.panel-body { .panel-body {
padding: 15px; padding: 15px;
@ -5689,7 +5681,7 @@ button.list-group-item-danger.active:focus {
border-color: #ddd; border-color: #ddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333; color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; border-color: #ddd;
} }
@ -5698,7 +5690,7 @@ button.list-group-item-danger.active:focus {
} }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #333; background-color: #333333;
} }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; border-bottom-color: #ddd;
@ -5826,12 +5818,12 @@ button.list-group-item-danger.active:focus {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, .15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-lg { .well-lg {
padding: 24px; padding: 24px;
@ -5841,6 +5833,7 @@ button.list-group-item-danger.active:focus {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
/* stylelint-disable property-no-vendor-prefix */
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
@ -5849,7 +5842,7 @@ button.list-group-item-danger.active:focus {
color: #000; color: #000;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20); filter: alpha(opacity=20);
opacity: .2; opacity: 0.2;
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
@ -5857,14 +5850,14 @@ button.list-group-item-danger.active:focus {
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
button.close { button.close {
-webkit-appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
@ -5882,13 +5875,13 @@ button.close {
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%); -webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%); -ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%); -o-transform: translate(0, -25%);
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
@ -5911,11 +5904,11 @@ button.close {
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
@ -5932,7 +5925,7 @@ button.close {
} }
.modal-backdrop.in { .modal-backdrop.in {
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
.modal-header { .modal-header {
padding: 15px; padding: 15px;
@ -5977,8 +5970,8 @@ button.close {
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} }
.modal-sm { .modal-sm {
width: 300px; width: 300px;
@ -5989,15 +5982,16 @@ button.close {
width: 900px; width: 900px;
} }
} }
/* stylelint-disable no-duplicate-selectors */
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 12px;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
line-break: auto;
text-align: left; text-align: left;
text-align: start; text-align: start;
text-decoration: none; text-decoration: none;
@ -6008,14 +6002,13 @@ button.close {
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: normal;
white-space: normal; white-space: normal;
font-size: 12px;
filter: alpha(opacity=0); filter: alpha(opacity=0);
opacity: 0; opacity: 0;
line-break: auto;
} }
.tooltip.in { .tooltip.in {
filter: alpha(opacity=90); filter: alpha(opacity=90);
opacity: .9; opacity: 0.9;
} }
.tooltip.top { .tooltip.top {
padding: 5px 0; padding: 5px 0;
@ -6104,6 +6097,7 @@ button.close {
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000;
} }
/* stylelint-disable no-duplicate-selectors */
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6113,10 +6107,10 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
line-break: auto;
text-align: left; text-align: left;
text-align: start; text-align: start;
text-decoration: none; text-decoration: none;
@ -6127,16 +6121,15 @@ button.close {
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: normal;
white-space: normal; white-space: normal;
font-size: 14px;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
@ -6150,6 +6143,22 @@ button.close {
.popover.left { .popover.left {
margin-left: -10px; margin-left: -10px;
} }
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow,
.popover > .arrow::after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow::after {
content: "";
border-width: 10px;
}
.popover-title { .popover-title {
padding: 8px 14px; padding: 8px 14px;
margin: 0; margin: 0;
@ -6161,31 +6170,15 @@ button.close {
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: #999; border-top-color: #999999;
border-top-color: rgba(0, 0, 0, .25); border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top > .arrow:after { .popover.top > .arrow::after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6196,11 +6189,11 @@ button.close {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: #999; border-right-color: #999999;
border-right-color: rgba(0, 0, 0, .25); border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right > .arrow:after { .popover.right > .arrow::after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
content: " "; content: " ";
@ -6212,10 +6205,10 @@ button.close {
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: #999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, .25); border-bottom-color: rgba(0, 0, 0, 0.25);
} }
.popover.bottom > .arrow:after { .popover.bottom > .arrow::after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6227,16 +6220,17 @@ button.close {
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-right-width: 0; border-right-width: 0;
border-left-color: #999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, .25); border-left-color: rgba(0, 0, 0, 0.25);
} }
.popover.left > .arrow:after { .popover.left > .arrow::after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
content: " "; content: " ";
border-right-width: 0; border-right-width: 0;
border-left-color: #fff; border-left-color: #fff;
} }
/* stylelint-disable media-feature-name-no-unknown */
.carousel { .carousel {
position: relative; position: relative;
} }
@ -6248,9 +6242,9 @@ button.close {
.carousel-inner > .item { .carousel-inner > .item {
position: relative; position: relative;
display: none; display: none;
-webkit-transition: .6s ease-in-out left; -webkit-transition: 0.6s ease-in-out left;
-o-transition: .6s ease-in-out left; -o-transition: 0.6s ease-in-out left;
transition: .6s ease-in-out left; transition: 0.6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
@ -6258,10 +6252,9 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out; -webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out;
transition: transform .6s ease-in-out; transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000px; -webkit-perspective: 1000px;
@ -6269,22 +6262,22 @@ button.close {
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0;
} }
} }
.carousel-inner > .active, .carousel-inner > .active,
@ -6326,26 +6319,26 @@ button.close {
font-size: 20px; font-size: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
} }
.carousel-control.right { .carousel-control.right {
right: 0; right: 0;
left: auto; left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
} }
@ -6353,9 +6346,9 @@ button.close {
.carousel-control:focus { .carousel-control:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
filter: alpha(opacity=90);
outline: 0; outline: 0;
opacity: .9; filter: alpha(opacity=90);
opacity: 0.9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next, .carousel-control .icon-next,
@ -6384,11 +6377,11 @@ button.close {
font-family: serif; font-family: serif;
line-height: 1; line-height: 1;
} }
.carousel-control .icon-prev:before { .carousel-control .icon-prev::before {
content: '\2039'; content: "\2039";
} }
.carousel-control .icon-next:before { .carousel-control .icon-next::before {
content: '\203a'; content: "\203a";
} }
.carousel-indicators { .carousel-indicators {
position: absolute; position: absolute;
@ -6429,7 +6422,7 @@ button.close {
padding-bottom: 20px; padding-bottom: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
@ -6461,57 +6454,58 @@ button.close {
bottom: 20px; bottom: 20px;
} }
} }
.clearfix:before, /* stylelint-disable declaration-no-important */
.clearfix:after, .clearfix::before,
.dl-horizontal dd:before, .clearfix::after,
.dl-horizontal dd:after, .dl-horizontal dd::before,
.container:before, .dl-horizontal dd::after,
.container:after, .container::before,
.container-fluid:before, .container::after,
.container-fluid:after, .container-fluid::before,
.row:before, .container-fluid::after,
.row:after, .row::before,
.form-horizontal .form-group:before, .row::after,
.form-horizontal .form-group:after, .form-horizontal .form-group::before,
.btn-toolbar:before, .form-horizontal .form-group::after,
.btn-toolbar:after, .btn-toolbar::before,
.btn-group-vertical > .btn-group:before, .btn-toolbar::after,
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group::before,
.nav:before, .btn-group-vertical > .btn-group::after,
.nav:after, .nav::before,
.navbar:before, .nav::after,
.navbar:after, .navbar::before,
.navbar-header:before, .navbar::after,
.navbar-header:after, .navbar-header::before,
.navbar-collapse:before, .navbar-header::after,
.navbar-collapse:after, .navbar-collapse::before,
.pager:before, .navbar-collapse::after,
.pager:after, .pager::before,
.panel-body:before, .pager::after,
.panel-body:after, .panel-body::before,
.modal-header:before, .panel-body::after,
.modal-header:after, .modal-header::before,
.modal-footer:before, .modal-header::after,
.modal-footer:after { .modal-footer::before,
.modal-footer::after {
display: table; display: table;
content: " "; content: " ";
} }
.clearfix:after, .clearfix::after,
.dl-horizontal dd:after, .dl-horizontal dd::after,
.container:after, .container::after,
.container-fluid:after, .container-fluid::after,
.row:after, .row::after,
.form-horizontal .form-group:after, .form-horizontal .form-group::after,
.btn-toolbar:after, .btn-toolbar::after,
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group::after,
.nav:after, .nav::after,
.navbar:after, .navbar::after,
.navbar-header:after, .navbar-header::after,
.navbar-collapse:after, .navbar-collapse::after,
.pager:after, .pager::after,
.panel-body:after, .panel-body::after,
.modal-header:after, .modal-header::after,
.modal-footer:after { .modal-footer::after {
clear: both; clear: both;
} }
.center-block { .center-block {
@ -6547,6 +6541,7 @@ button.close {
.affix { .affix {
position: fixed; position: fixed;
} }
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under the MIT license * Licensed under the MIT license
*/ */
@ -109,7 +109,8 @@ if (typeof jQuery === 'undefined') {
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
} }
var $parent = $(selector === '#' ? [] : selector) selector = selector === '#' ? [] : selector
var $parent = $(document).find(selector)
if (e) e.preventDefault() if (e) e.preventDefault()
@ -443,7 +444,9 @@ if (typeof jQuery === 'undefined') {
var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid" var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
if ($.support.transition && this.$element.hasClass('slide')) { if ($.support.transition && this.$element.hasClass('slide')) {
$next.addClass(type) $next.addClass(type)
if (typeof $next === 'object' && $next.length) {
$next[0].offsetWidth // force reflow $next[0].offsetWidth // force reflow
}
$active.addClass(direction) $active.addClass(direction)
$next.addClass(direction) $next.addClass(direction)
$active $active
@ -505,10 +508,17 @@ if (typeof jQuery === 'undefined') {
// ================= // =================
var clickHandler = function (e) { var clickHandler = function (e) {
var href
var $this = $(this) var $this = $(this)
var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 var href = $this.attr('href')
if (href) {
href = href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
}
var target = $this.attr('data-target') || href
var $target = $(document).find(target)
if (!$target.hasClass('carousel')) return if (!$target.hasClass('carousel')) return
var options = $.extend({}, $target.data(), $this.data()) var options = $.extend({}, $target.data(), $this.data())
var slideIndex = $this.attr('data-slide-to') var slideIndex = $this.attr('data-slide-to')
if (slideIndex) options.interval = false if (slideIndex) options.interval = false
@ -697,7 +707,7 @@ if (typeof jQuery === 'undefined') {
var target = $trigger.attr('data-target') var target = $trigger.attr('data-target')
|| (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7 || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
return $(target) return $(document).find(target)
} }
@ -779,7 +789,7 @@ if (typeof jQuery === 'undefined') {
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
} }
var $parent = selector && $(selector) var $parent = selector && $(document).find(selector)
return $parent && $parent.length ? $parent : $this.parent() return $parent && $parent.length ? $parent : $this.parent()
} }
@ -1238,7 +1248,10 @@ if (typeof jQuery === 'undefined') {
$(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
var $this = $(this) var $this = $(this)
var href = $this.attr('href') var href = $this.attr('href')
var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7 var target = $this.attr('data-target') ||
(href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
var $target = $(document).find(target)
var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
if ($this.is('a')) e.preventDefault() if ($this.is('a')) e.preventDefault()

File diff suppressed because one or more lines are too long

View File

@ -4,27 +4,28 @@
* Licensed under the Creative Commons Attribution 3.0 Unported License. For * Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see https://creativecommons.org/licenses/by/3.0/. * details, see https://creativecommons.org/licenses/by/3.0/.
*/ */
/* stylelint-disable declaration-block-single-line-max-declarations */
.hll { .hll {
background-color: #ffffcc; background-color: #ffc;
} }
.c { .c {
color: #999; color: #999;
} }
.err { .err {
color: #AA0000; color: #a00;
background-color: #FFAAAA; background-color: #faa;
} }
.k { .k {
color: #006699; color: #069;
} }
.o { .o {
color: #555555; color: #555;
} }
.cm { .cm {
color: #999; color: #999;
} }
.cp { .cp {
color: #009999; color: #099;
} }
.c1 { .c1 {
color: #999; color: #999;
@ -33,54 +34,54 @@
color: #999; color: #999;
} }
.gd { .gd {
background-color: #FFCCCC; background-color: #fcc;
border: 1px solid #CC0000; border: 1px solid #c00;
} }
.ge { .ge {
font-style: italic; font-style: italic;
} }
.gr { .gr {
color: #FF0000; color: #f00;
} }
.gh { .gh {
color: #003300; color: #030;
} }
.gi { .gi {
background-color: #CCFFCC; background-color: #cfc;
border: 1px solid #00CC00; border: 1px solid #0c0;
} }
.go { .go {
color: #AAAAAA; color: #aaa;
} }
.gp { .gp {
color: #000099; color: #009;
} }
.gu { .gu {
color: #003300; color: #030;
} }
.gt { .gt {
color: #99CC66; color: #9c6;
} }
.kc { .kc {
color: #006699; color: #069;
} }
.kd { .kd {
color: #006699; color: #069;
} }
.kn { .kn {
color: #006699; color: #069;
} }
.kp { .kp {
color: #006699; color: #069;
} }
.kr { .kr {
color: #006699; color: #069;
} }
.kt { .kt {
color: #007788; color: #078;
} }
.m { .m {
color: #FF6600; color: #f60;
} }
.s { .s {
color: #d44950; color: #d44950;
@ -89,104 +90,104 @@
color: #4f9fcf; color: #4f9fcf;
} }
.nb { .nb {
color: #336666; color: #366;
} }
.nc { .nc {
color: #00AA88; color: #0a8;
} }
.no { .no {
color: #336600; color: #360;
} }
.nd { .nd {
color: #9999FF; color: #99f;
} }
.ni { .ni {
color: #999999; color: #999;
} }
.ne { .ne {
color: #CC0000; color: #c00;
} }
.nf { .nf {
color: #CC00FF; color: #c0f;
} }
.nl { .nl {
color: #9999FF; color: #99f;
} }
.nn { .nn {
color: #00CCFF; color: #0cf;
} }
.nt { .nt {
color: #2f6f9f; color: #2f6f9f;
} }
.nv { .nv {
color: #003333; color: #033;
} }
.ow { .ow {
color: #000000; color: #000;
} }
.w { .w {
color: #bbbbbb; color: #bbb;
} }
.mf { .mf {
color: #FF6600; color: #f60;
} }
.mh { .mh {
color: #FF6600; color: #f60;
} }
.mi { .mi {
color: #FF6600; color: #f60;
} }
.mo { .mo {
color: #FF6600; color: #f60;
} }
.sb { .sb {
color: #CC3300; color: #c30;
} }
.sc { .sc {
color: #CC3300; color: #c30;
} }
.sd { .sd {
color: #CC3300;
font-style: italic; font-style: italic;
color: #c30;
} }
.s2 { .s2 {
color: #CC3300; color: #c30;
} }
.se { .se {
color: #CC3300; color: #c30;
} }
.sh { .sh {
color: #CC3300; color: #c30;
} }
.si { .si {
color: #AA0000; color: #a00;
} }
.sx { .sx {
color: #CC3300; color: #c30;
} }
.sr { .sr {
color: #33AAAA; color: #3aa;
} }
.s1 { .s1 {
color: #CC3300; color: #c30;
} }
.ss { .ss {
color: #FFCC33; color: #fc3;
} }
.bp { .bp {
color: #336666; color: #366;
} }
.vc { .vc {
color: #003333; color: #033;
} }
.vg { .vg {
color: #003333; color: #033;
} }
.vi { .vi {
color: #003333; color: #033;
} }
.il { .il {
color: #FF6600; color: #f60;
} }
.css .o, .css .o,
.css .o + .nt, .css .o + .nt,
@ -217,6 +218,7 @@
display: inline-block; display: inline-block;
padding-right: 45px; padding-right: 45px;
} }
/* stylelint-disable at-rule-no-vendor-prefix */
/*! /*!
* IE10 viewport hack for Surface/desktop Windows 8 bug * IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc. * Copyright 2014-2015 Twitter, Inc.
@ -231,6 +233,12 @@
@viewport { @viewport {
width: device-width; width: device-width;
} }
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-outline { .btn-outline {
color: #563d7c; color: #563d7c;
background-color: transparent; background-color: transparent;
@ -285,6 +293,7 @@
background-color: transparent; background-color: transparent;
border: 1px solid #cdbfe3; border: 1px solid #cdbfe3;
} }
/* stylelint-disable selector-max-id */
#skippy { #skippy {
display: block; display: block;
padding: 1em; padding: 1em;
@ -367,6 +376,7 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
/* stylelint-disable value-no-vendor-prefix, function-name-case */
.bs-docs-masthead, .bs-docs-masthead,
.bs-docs-header { .bs-docs-header {
position: relative; position: relative;
@ -379,7 +389,7 @@
background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%); background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%); background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%); background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#563d7c", endColorstr="#6F5499", GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
} }
.bs-docs-masthead .bs-docs-booticon { .bs-docs-masthead .bs-docs-booticon {
@ -461,6 +471,7 @@
margin-right: 380px; margin-right: 380px;
} }
} }
/* stylelint-disable selector-max-id, declaration-no-important */
#carbonads { #carbonads {
display: block; display: block;
padding: 15px 15px 15px 160px; padding: 15px 15px 15px 160px;
@ -520,7 +531,7 @@
.bs-docs-featurette-title { .bs-docs-featurette-title {
margin-bottom: 5px; margin-bottom: 5px;
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: 400;
color: #333; color: #333;
} }
.half-rule { .half-rule {
@ -529,7 +540,7 @@
} }
.bs-docs-featurette h3 { .bs-docs-featurette h3 {
margin-bottom: 5px; margin-bottom: 5px;
font-weight: normal; font-weight: 400;
color: #333; color: #333;
} }
.bs-docs-featurette-img { .bs-docs-featurette-img {
@ -606,6 +617,7 @@
padding-left: 10px; padding-left: 10px;
} }
} }
/* stylelint-disable selector-max-compound-selectors */
.bs-docs-sidebar.affix { .bs-docs-sidebar.affix {
position: static; position: static;
} }
@ -641,7 +653,7 @@
.bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a { .bs-docs-sidebar .nav > .active:focus > a {
padding-left: 18px; padding-left: 18px;
font-weight: bold; font-weight: 700;
color: #563d7c; color: #563d7c;
background-color: transparent; background-color: transparent;
border-left: 2px solid #563d7c; border-left: 2px solid #563d7c;
@ -655,7 +667,7 @@
padding-bottom: 1px; padding-bottom: 1px;
padding-left: 30px; padding-left: 30px;
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: 400;
} }
.bs-docs-sidebar .nav .nav > li > a:hover, .bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus { .bs-docs-sidebar .nav .nav > li > a:focus {
@ -718,6 +730,7 @@
width: 263px; width: 263px;
} }
} }
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.show-grid { .show-grid {
margin-bottom: 15px; margin-bottom: 15px;
} }
@ -739,12 +752,12 @@
-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
} }
.bs-example:after { .bs-example::after {
position: absolute; position: absolute;
top: 15px; top: 15px;
left: 15px; left: 15px;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: 700;
color: #959595; color: #959595;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
@ -878,7 +891,7 @@
.bs-navbar-top-example { .bs-navbar-top-example {
padding-bottom: 45px; padding-bottom: 45px;
} }
.bs-navbar-top-example:after { .bs-navbar-top-example::after {
top: auto; top: auto;
bottom: 15px; bottom: 15px;
} }
@ -1099,17 +1112,18 @@
margin-right: 10px; margin-right: 10px;
border-radius: 4px; border-radius: 4px;
} }
/* stylelint-disable selector-no-qualifying-type, declaration-no-important */
.table-responsive .highlight pre { .table-responsive .highlight pre {
white-space: normal; white-space: normal;
} }
.bs-table th small, .bs-table th small,
.responsive-utilities th small { .responsive-utilities th small {
display: block; display: block;
font-weight: normal; font-weight: 400;
color: #999; color: #999;
} }
.responsive-utilities tbody th { .responsive-utilities tbody th {
font-weight: normal; font-weight: 400;
} }
.responsive-utilities td { .responsive-utilities td {
text-align: center; text-align: center;
@ -1132,7 +1146,7 @@
display: block; display: block;
padding: 15px 10px; padding: 15px 10px;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: 700;
line-height: 1.1; line-height: 1.1;
text-align: center; text-align: center;
border-radius: 4px; border-radius: 4px;
@ -1203,6 +1217,7 @@
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.bs-customizer .toggle { .bs-customizer .toggle {
float: right; float: right;
margin-top: 25px; margin-top: 25px;
@ -1237,7 +1252,7 @@
font-size: 12px; font-size: 12px;
} }
#less-section label { #less-section label {
font-weight: normal; font-weight: 400;
} }
.bs-customize-download .btn-outline { .bs-customize-download .btn-outline {
padding: 20px; padding: 20px;
@ -1293,7 +1308,7 @@
} }
.bs-dropzone .lead { .bs-dropzone .lead {
margin-bottom: 10px; margin-bottom: 10px;
font-weight: normal; font-weight: 400;
color: #333; color: #333;
} }
#import-manual-trigger { #import-manual-trigger {
@ -1374,7 +1389,7 @@
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: #fff;
border: 1px solid #e1e1e8; border: 1px solid #e1e1e8;
border-radius: 0 4px 0 4px; border-radius: 0 4px;
} }
.btn-clipboard-hover { .btn-clipboard-hover {
color: #fff; color: #fff;
@ -1390,6 +1405,7 @@
border-top-right-radius: 0; border-top-right-radius: 0;
} }
} }
/* stylelint-disable property-no-vendor-prefix */
.anchorjs-link { .anchorjs-link {
color: inherit; color: inherit;
} }
@ -1409,6 +1425,7 @@
text-decoration: none; text-decoration: none;
opacity: 1; opacity: 1;
} }
/* stylelint-disable declaration-no-important, selector-attribute-quotes */
.algolia-autocomplete { .algolia-autocomplete {
display: block !important; display: block !important;
} }
@ -1419,6 +1436,7 @@
padding: 10px 0 !important; padding: 10px 0 !important;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.175);
} }
@ -1472,7 +1490,7 @@
.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header { .algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {
padding-top: 10px !important; padding-top: 10px !important;
margin-top: 10px !important; margin-top: 10px !important;
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid #eee;
} }
.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column { .algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {
display: none !important; display: none !important;
@ -1488,7 +1506,7 @@
padding: 0 15px 8px !important; padding: 0 15px 8px !important;
margin-top: -4px; margin-top: -4px;
font-size: 13px !important; font-size: 13px !important;
font-weight: normal; font-weight: 400;
line-height: 1.25 !important; line-height: 1.25 !important;
} }
.algolia-autocomplete .algolia-docsearch-footer { .algolia-autocomplete .algolia-docsearch-footer {
@ -1499,7 +1517,7 @@
font-size: 10px !important; font-size: 10px !important;
line-height: 1 !important; line-height: 1 !important;
color: #767676 !important; color: #767676 !important;
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid #eee;
} }
.algolia-autocomplete .algolia-docsearch-footer--logo { .algolia-autocomplete .algolia-docsearch-footer--logo {
display: inline !important; display: inline !important;
@ -1510,20 +1528,21 @@
} }
.algolia-autocomplete .algolia-docsearch-suggestion--highlight { .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
color: #5f2dab; color: #5f2dab;
background-color: rgba(154, 132, 187, 0.12); background-color: #eee;
} }
.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight { .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important; box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
} }
.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content { .algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
background-color: rgba(208, 189, 236, 0.15) !important; background-color: #e5e5e5 !important;
} }
/* stylelint-disable selector-max-type, selector-no-qualifying-type, declaration-no-important */
body { body {
position: relative; position: relative;
} }
.table code { .table code {
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: 400;
} }
h2 code, h2 code,
h3 code, h3 code,
@ -1563,7 +1582,7 @@ h1[id] {
.v4-tease { .v4-tease {
display: block; display: block;
padding: 15px 20px; padding: 15px 20px;
font-weight: bold; font-weight: 700;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #0275d8; background-color: #0275d8;
@ -1575,7 +1594,7 @@ h1[id] {
} }
/* Nullify ill-advised printing of hrefs; see #18711 */ /* Nullify ill-advised printing of hrefs; see #18711 */
@media print { @media print {
a[href]:after { a[href]::after {
content: "" !important; content: "" !important;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,17 +1,24 @@
/* stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors */
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,
.btn-info, .btn-info,
.btn-warning, .btn-warning,
.btn-danger { .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.btn-default:active, .btn-default:active,
.btn-primary:active, .btn-primary:active,
@ -25,8 +32,8 @@
.btn-info.active, .btn-info.active,
.btn-warning.active, .btn-warning.active,
.btn-danger.active { .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn-default.disabled, .btn-default.disabled,
.btn-primary.disabled, .btn-primary.disabled,
@ -62,7 +69,6 @@ fieldset[disabled] .btn-danger {
background-image: none; background-image: none;
} }
.btn-default { .btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
@ -71,6 +77,7 @@ fieldset[disabled] .btn-danger {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dbdbdb; border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc; border-color: #ccc;
} }
.btn-default:hover, .btn-default:hover,
@ -311,41 +318,41 @@ fieldset[disabled] .btn-danger.active {
} }
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
background-color: #e8e8e8;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
background-color: #2e6da4;
} }
.navbar-default { .navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
} }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a { .navbar-default .navbar-nav > .active > a {
@ -355,12 +362,12 @@ fieldset[disabled] .btn-danger.active {
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
} }
.navbar-brand, .navbar-brand,
.navbar-nav > li > a { .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
} }
.navbar-inverse { .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
@ -368,8 +375,8 @@ fieldset[disabled] .btn-danger.active {
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px; border-radius: 4px;
} }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
@ -380,12 +387,12 @@ fieldset[disabled] .btn-danger.active {
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
} }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.navbar-static-top, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-top,
@ -406,9 +413,9 @@ fieldset[disabled] .btn-danger.active {
} }
} }
.alert { .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.alert-success { .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
@ -495,14 +502,14 @@ fieldset[disabled] .btn-danger.active {
background-repeat: repeat-x; background-repeat: repeat-x;
} }
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -522,8 +529,8 @@ fieldset[disabled] .btn-danger.active {
text-shadow: none; text-shadow: none;
} }
.panel { .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
@ -581,7 +588,7 @@ fieldset[disabled] .btn-danger.active {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dcdcdc; border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
} }
/*# sourceMappingURL=bootstrap-theme.css.map */ /*# sourceMappingURL=bootstrap-theme.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,11 +3,18 @@
* Copyright 2011-2016 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/* stylelint-disable value-keyword-case */
/* stylelint-disable font-family-name-quotes, font-family-no-missing-generic-family-keyword */
/* stylelint-disable media-feature-name-no-vendor-prefix, media-feature-parentheses-space-inside, media-feature-name-no-unknown, indentation, at-rule-name-space-after */
/* stylelint-disable declaration-no-important */
/* stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix, selector-max-id */
/* stylelint-disable */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
@ -60,28 +67,28 @@ dfn {
font-style: italic; font-style: italic;
} }
h1 { h1 {
margin: .67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
mark { mark {
color: #000;
background: #ff0; background: #ff0;
color: #000;
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -.5em; top: -0.5em;
} }
sub { sub {
bottom: -.25em; bottom: -0.25em;
} }
img { img {
border: 0; border: 0;
@ -93,10 +100,10 @@ figure {
margin: 1em 40px; margin: 1em 40px;
} }
hr { hr {
height: 0;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
pre { pre {
overflow: auto; overflow: auto;
@ -113,9 +120,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
margin: 0;
font: inherit;
color: inherit; color: inherit;
font: inherit;
margin: 0;
} }
button { button {
overflow: visible; overflow: visible;
@ -137,8 +144,8 @@ html input[disabled] {
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
input { input {
line-height: normal; line-height: normal;
@ -155,23 +162,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto; height: auto;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
fieldset { fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} }
legend { legend {
padding: 0;
border: 0; border: 0;
padding: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
@ -180,18 +187,19 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
table { table {
border-spacing: 0;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0;
} }
td, td,
th { th {
padding: 0; padding: 0;
} }
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { @media print {
*, *,
*:before, *::before,
*:after { *::after {
color: #000 !important; color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
background: transparent !important; background: transparent !important;
@ -202,20 +210,19 @@ th {
a:visited { a:visited {
text-decoration: underline; text-decoration: underline;
} }
a[href]:after { a[href]::after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
abbr[title]:after { abbr[title]::after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
a[href^="#"]:after, a[href^="#"]::after,
a[href^="javascript:"]:after { a[href^="javascript:"]::after {
content: ""; content: "";
} }
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
@ -260,809 +267,808 @@ th {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
/* stylelint-disable value-list-comma-newline-after, value-list-comma-space-after, indentation, declaration-colon-newline-after, font-family-no-missing-generic-family-keyword */
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: "Glyphicons Halflings";
src: url("../fonts/glyphicons-halflings-regular.eot");
src: url('../fonts/glyphicons-halflings-regular.eot'); src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
} }
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 1px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: "Glyphicons Halflings";
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.glyphicon-asterisk:before { .glyphicon-asterisk::before {
content: "\002a"; content: "\002a";
} }
.glyphicon-plus:before { .glyphicon-plus::before {
content: "\002b"; content: "\002b";
} }
.glyphicon-euro:before, .glyphicon-euro::before,
.glyphicon-eur:before { .glyphicon-eur::before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-minus:before { .glyphicon-minus::before {
content: "\2212"; content: "\2212";
} }
.glyphicon-cloud:before { .glyphicon-cloud::before {
content: "\2601"; content: "\2601";
} }
.glyphicon-envelope:before { .glyphicon-envelope::before {
content: "\2709"; content: "\2709";
} }
.glyphicon-pencil:before { .glyphicon-pencil::before {
content: "\270f"; content: "\270f";
} }
.glyphicon-glass:before { .glyphicon-glass::before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music:before { .glyphicon-music::before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search:before { .glyphicon-search::before {
content: "\e003"; content: "\e003";
} }
.glyphicon-heart:before { .glyphicon-heart::before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star:before { .glyphicon-star::before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty:before { .glyphicon-star-empty::before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user:before { .glyphicon-user::before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film:before { .glyphicon-film::before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large:before { .glyphicon-th-large::before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th:before { .glyphicon-th::before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list:before { .glyphicon-th-list::before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok:before { .glyphicon-ok::before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove:before { .glyphicon-remove::before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in:before { .glyphicon-zoom-in::before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out:before { .glyphicon-zoom-out::before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off:before { .glyphicon-off::before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal:before { .glyphicon-signal::before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog:before { .glyphicon-cog::before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash:before { .glyphicon-trash::before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home:before { .glyphicon-home::before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file:before { .glyphicon-file::before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time:before { .glyphicon-time::before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road:before { .glyphicon-road::before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt:before { .glyphicon-download-alt::before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download:before { .glyphicon-download::before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload:before { .glyphicon-upload::before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox:before { .glyphicon-inbox::before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle:before { .glyphicon-play-circle::before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat:before { .glyphicon-repeat::before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh:before { .glyphicon-refresh::before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt:before { .glyphicon-list-alt::before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock:before { .glyphicon-lock::before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag:before { .glyphicon-flag::before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones:before { .glyphicon-headphones::before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off:before { .glyphicon-volume-off::before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down:before { .glyphicon-volume-down::before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up:before { .glyphicon-volume-up::before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode:before { .glyphicon-qrcode::before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode:before { .glyphicon-barcode::before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag:before { .glyphicon-tag::before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags:before { .glyphicon-tags::before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book:before { .glyphicon-book::before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark:before { .glyphicon-bookmark::before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print:before { .glyphicon-print::before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera:before { .glyphicon-camera::before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font:before { .glyphicon-font::before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold:before { .glyphicon-bold::before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic:before { .glyphicon-italic::before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height:before { .glyphicon-text-height::before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width:before { .glyphicon-text-width::before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left:before { .glyphicon-align-left::before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center:before { .glyphicon-align-center::before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right:before { .glyphicon-align-right::before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify:before { .glyphicon-align-justify::before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list:before { .glyphicon-list::before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left:before { .glyphicon-indent-left::before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right:before { .glyphicon-indent-right::before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video:before { .glyphicon-facetime-video::before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture:before { .glyphicon-picture::before {
content: "\e060"; content: "\e060";
} }
.glyphicon-map-marker:before { .glyphicon-map-marker::before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust:before { .glyphicon-adjust::before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint:before { .glyphicon-tint::before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit:before { .glyphicon-edit::before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share:before { .glyphicon-share::before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check:before { .glyphicon-check::before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move:before { .glyphicon-move::before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward:before { .glyphicon-step-backward::before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward:before { .glyphicon-fast-backward::before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward:before { .glyphicon-backward::before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play:before { .glyphicon-play::before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause:before { .glyphicon-pause::before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop:before { .glyphicon-stop::before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward:before { .glyphicon-forward::before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward:before { .glyphicon-fast-forward::before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward:before { .glyphicon-step-forward::before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject:before { .glyphicon-eject::before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left:before { .glyphicon-chevron-left::before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right:before { .glyphicon-chevron-right::before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign:before { .glyphicon-plus-sign::before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign:before { .glyphicon-minus-sign::before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign:before { .glyphicon-remove-sign::before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign:before { .glyphicon-ok-sign::before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign:before { .glyphicon-question-sign::before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign:before { .glyphicon-info-sign::before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot:before { .glyphicon-screenshot::before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle:before { .glyphicon-remove-circle::before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle:before { .glyphicon-ok-circle::before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle:before { .glyphicon-ban-circle::before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left:before { .glyphicon-arrow-left::before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right:before { .glyphicon-arrow-right::before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up:before { .glyphicon-arrow-up::before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down:before { .glyphicon-arrow-down::before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt:before { .glyphicon-share-alt::before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full:before { .glyphicon-resize-full::before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small:before { .glyphicon-resize-small::before {
content: "\e097"; content: "\e097";
} }
.glyphicon-exclamation-sign:before { .glyphicon-exclamation-sign::before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift:before { .glyphicon-gift::before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf:before { .glyphicon-leaf::before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire:before { .glyphicon-fire::before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open:before { .glyphicon-eye-open::before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close:before { .glyphicon-eye-close::before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign:before { .glyphicon-warning-sign::before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane:before { .glyphicon-plane::before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar:before { .glyphicon-calendar::before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random:before { .glyphicon-random::before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment:before { .glyphicon-comment::before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet:before { .glyphicon-magnet::before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up:before { .glyphicon-chevron-up::before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down:before { .glyphicon-chevron-down::before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet:before { .glyphicon-retweet::before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart:before { .glyphicon-shopping-cart::before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close:before { .glyphicon-folder-close::before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open:before { .glyphicon-folder-open::before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical:before { .glyphicon-resize-vertical::before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal:before { .glyphicon-resize-horizontal::before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd:before { .glyphicon-hdd::before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn:before { .glyphicon-bullhorn::before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell:before { .glyphicon-bell::before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate:before { .glyphicon-certificate::before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up:before { .glyphicon-thumbs-up::before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down:before { .glyphicon-thumbs-down::before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right:before { .glyphicon-hand-right::before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left:before { .glyphicon-hand-left::before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up:before { .glyphicon-hand-up::before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down:before { .glyphicon-hand-down::before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right:before { .glyphicon-circle-arrow-right::before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left:before { .glyphicon-circle-arrow-left::before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up:before { .glyphicon-circle-arrow-up::before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down:before { .glyphicon-circle-arrow-down::before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe:before { .glyphicon-globe::before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench:before { .glyphicon-wrench::before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks:before { .glyphicon-tasks::before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter:before { .glyphicon-filter::before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase:before { .glyphicon-briefcase::before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen:before { .glyphicon-fullscreen::before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard:before { .glyphicon-dashboard::before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip:before { .glyphicon-paperclip::before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty:before { .glyphicon-heart-empty::before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link:before { .glyphicon-link::before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone:before { .glyphicon-phone::before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin:before { .glyphicon-pushpin::before {
content: "\e146"; content: "\e146";
} }
.glyphicon-usd:before { .glyphicon-usd::before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp:before { .glyphicon-gbp::before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort:before { .glyphicon-sort::before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet:before { .glyphicon-sort-by-alphabet::before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt:before { .glyphicon-sort-by-alphabet-alt::before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order:before { .glyphicon-sort-by-order::before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt:before { .glyphicon-sort-by-order-alt::before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes:before { .glyphicon-sort-by-attributes::before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt:before { .glyphicon-sort-by-attributes-alt::before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked:before { .glyphicon-unchecked::before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand:before { .glyphicon-expand::before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse-down:before { .glyphicon-collapse-down::before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-up:before { .glyphicon-collapse-up::before {
content: "\e160"; content: "\e160";
} }
.glyphicon-log-in:before { .glyphicon-log-in::before {
content: "\e161"; content: "\e161";
} }
.glyphicon-flash:before { .glyphicon-flash::before {
content: "\e162"; content: "\e162";
} }
.glyphicon-log-out:before { .glyphicon-log-out::before {
content: "\e163"; content: "\e163";
} }
.glyphicon-new-window:before { .glyphicon-new-window::before {
content: "\e164"; content: "\e164";
} }
.glyphicon-record:before { .glyphicon-record::before {
content: "\e165"; content: "\e165";
} }
.glyphicon-save:before { .glyphicon-save::before {
content: "\e166"; content: "\e166";
} }
.glyphicon-open:before { .glyphicon-open::before {
content: "\e167"; content: "\e167";
} }
.glyphicon-saved:before { .glyphicon-saved::before {
content: "\e168"; content: "\e168";
} }
.glyphicon-import:before { .glyphicon-import::before {
content: "\e169"; content: "\e169";
} }
.glyphicon-export:before { .glyphicon-export::before {
content: "\e170"; content: "\e170";
} }
.glyphicon-send:before { .glyphicon-send::before {
content: "\e171"; content: "\e171";
} }
.glyphicon-floppy-disk:before { .glyphicon-floppy-disk::before {
content: "\e172"; content: "\e172";
} }
.glyphicon-floppy-saved:before { .glyphicon-floppy-saved::before {
content: "\e173"; content: "\e173";
} }
.glyphicon-floppy-remove:before { .glyphicon-floppy-remove::before {
content: "\e174"; content: "\e174";
} }
.glyphicon-floppy-save:before { .glyphicon-floppy-save::before {
content: "\e175"; content: "\e175";
} }
.glyphicon-floppy-open:before { .glyphicon-floppy-open::before {
content: "\e176"; content: "\e176";
} }
.glyphicon-credit-card:before { .glyphicon-credit-card::before {
content: "\e177"; content: "\e177";
} }
.glyphicon-transfer:before { .glyphicon-transfer::before {
content: "\e178"; content: "\e178";
} }
.glyphicon-cutlery:before { .glyphicon-cutlery::before {
content: "\e179"; content: "\e179";
} }
.glyphicon-header:before { .glyphicon-header::before {
content: "\e180"; content: "\e180";
} }
.glyphicon-compressed:before { .glyphicon-compressed::before {
content: "\e181"; content: "\e181";
} }
.glyphicon-earphone:before { .glyphicon-earphone::before {
content: "\e182"; content: "\e182";
} }
.glyphicon-phone-alt:before { .glyphicon-phone-alt::before {
content: "\e183"; content: "\e183";
} }
.glyphicon-tower:before { .glyphicon-tower::before {
content: "\e184"; content: "\e184";
} }
.glyphicon-stats:before { .glyphicon-stats::before {
content: "\e185"; content: "\e185";
} }
.glyphicon-sd-video:before { .glyphicon-sd-video::before {
content: "\e186"; content: "\e186";
} }
.glyphicon-hd-video:before { .glyphicon-hd-video::before {
content: "\e187"; content: "\e187";
} }
.glyphicon-subtitles:before { .glyphicon-subtitles::before {
content: "\e188"; content: "\e188";
} }
.glyphicon-sound-stereo:before { .glyphicon-sound-stereo::before {
content: "\e189"; content: "\e189";
} }
.glyphicon-sound-dolby:before { .glyphicon-sound-dolby::before {
content: "\e190"; content: "\e190";
} }
.glyphicon-sound-5-1:before { .glyphicon-sound-5-1::before {
content: "\e191"; content: "\e191";
} }
.glyphicon-sound-6-1:before { .glyphicon-sound-6-1::before {
content: "\e192"; content: "\e192";
} }
.glyphicon-sound-7-1:before { .glyphicon-sound-7-1::before {
content: "\e193"; content: "\e193";
} }
.glyphicon-copyright-mark:before { .glyphicon-copyright-mark::before {
content: "\e194"; content: "\e194";
} }
.glyphicon-registration-mark:before { .glyphicon-registration-mark::before {
content: "\e195"; content: "\e195";
} }
.glyphicon-cloud-download:before { .glyphicon-cloud-download::before {
content: "\e197"; content: "\e197";
} }
.glyphicon-cloud-upload:before { .glyphicon-cloud-upload::before {
content: "\e198"; content: "\e198";
} }
.glyphicon-tree-conifer:before { .glyphicon-tree-conifer::before {
content: "\e199"; content: "\e199";
} }
.glyphicon-tree-deciduous:before { .glyphicon-tree-deciduous::before {
content: "\e200"; content: "\e200";
} }
.glyphicon-cd:before { .glyphicon-cd::before {
content: "\e201"; content: "\e201";
} }
.glyphicon-save-file:before { .glyphicon-save-file::before {
content: "\e202"; content: "\e202";
} }
.glyphicon-open-file:before { .glyphicon-open-file::before {
content: "\e203"; content: "\e203";
} }
.glyphicon-level-up:before { .glyphicon-level-up::before {
content: "\e204"; content: "\e204";
} }
.glyphicon-copy:before { .glyphicon-copy::before {
content: "\e205"; content: "\e205";
} }
.glyphicon-paste:before { .glyphicon-paste::before {
content: "\e206"; content: "\e206";
} }
.glyphicon-alert:before { .glyphicon-alert::before {
content: "\e209"; content: "\e209";
} }
.glyphicon-equalizer:before { .glyphicon-equalizer::before {
content: "\e210"; content: "\e210";
} }
.glyphicon-king:before { .glyphicon-king::before {
content: "\e211"; content: "\e211";
} }
.glyphicon-queen:before { .glyphicon-queen::before {
content: "\e212"; content: "\e212";
} }
.glyphicon-pawn:before { .glyphicon-pawn::before {
content: "\e213"; content: "\e213";
} }
.glyphicon-bishop:before { .glyphicon-bishop::before {
content: "\e214"; content: "\e214";
} }
.glyphicon-knight:before { .glyphicon-knight::before {
content: "\e215"; content: "\e215";
} }
.glyphicon-baby-formula:before { .glyphicon-baby-formula::before {
content: "\e216"; content: "\e216";
} }
.glyphicon-tent:before { .glyphicon-tent::before {
content: "\26fa"; content: "\26fa";
} }
.glyphicon-blackboard:before { .glyphicon-blackboard::before {
content: "\e218"; content: "\e218";
} }
.glyphicon-bed:before { .glyphicon-bed::before {
content: "\e219"; content: "\e219";
} }
.glyphicon-apple:before { .glyphicon-apple::before {
content: "\f8ff"; content: "\f8ff";
} }
.glyphicon-erase:before { .glyphicon-erase::before {
content: "\e221"; content: "\e221";
} }
.glyphicon-hourglass:before { .glyphicon-hourglass::before {
content: "\231b"; content: "\231b";
} }
.glyphicon-lamp:before { .glyphicon-lamp::before {
content: "\e223"; content: "\e223";
} }
.glyphicon-duplicate:before { .glyphicon-duplicate::before {
content: "\e224"; content: "\e224";
} }
.glyphicon-piggy-bank:before { .glyphicon-piggy-bank::before {
content: "\e225"; content: "\e225";
} }
.glyphicon-scissors:before { .glyphicon-scissors::before {
content: "\e226"; content: "\e226";
} }
.glyphicon-bitcoin:before { .glyphicon-bitcoin::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-btc:before { .glyphicon-btc::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-xbt:before { .glyphicon-xbt::before {
content: "\e227"; content: "\e227";
} }
.glyphicon-yen:before { .glyphicon-yen::before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-jpy:before { .glyphicon-jpy::before {
content: "\00a5"; content: "\00a5";
} }
.glyphicon-ruble:before { .glyphicon-ruble::before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-rub:before { .glyphicon-rub::before {
content: "\20bd"; content: "\20bd";
} }
.glyphicon-scale:before { .glyphicon-scale::before {
content: "\e230"; content: "\e230";
} }
.glyphicon-ice-lolly:before { .glyphicon-ice-lolly::before {
content: "\e231"; content: "\e231";
} }
.glyphicon-ice-lolly-tasted:before { .glyphicon-ice-lolly-tasted::before {
content: "\e232"; content: "\e232";
} }
.glyphicon-education:before { .glyphicon-education::before {
content: "\e233"; content: "\e233";
} }
.glyphicon-option-horizontal:before { .glyphicon-option-horizontal::before {
content: "\e234"; content: "\e234";
} }
.glyphicon-option-vertical:before { .glyphicon-option-vertical::before {
content: "\e235"; content: "\e235";
} }
.glyphicon-menu-hamburger:before { .glyphicon-menu-hamburger::before {
content: "\e236"; content: "\e236";
} }
.glyphicon-modal-window:before { .glyphicon-modal-window::before {
content: "\e237"; content: "\e237";
} }
.glyphicon-oil:before { .glyphicon-oil::before {
content: "\e238"; content: "\e238";
} }
.glyphicon-grain:before { .glyphicon-grain::before {
content: "\e239"; content: "\e239";
} }
.glyphicon-sunglasses:before { .glyphicon-sunglasses::before {
content: "\e240"; content: "\e240";
} }
.glyphicon-text-size:before { .glyphicon-text-size::before {
content: "\e241"; content: "\e241";
} }
.glyphicon-text-color:before { .glyphicon-text-color::before {
content: "\e242"; content: "\e242";
} }
.glyphicon-text-background:before { .glyphicon-text-background::before {
content: "\e243"; content: "\e243";
} }
.glyphicon-object-align-top:before { .glyphicon-object-align-top::before {
content: "\e244"; content: "\e244";
} }
.glyphicon-object-align-bottom:before { .glyphicon-object-align-bottom::before {
content: "\e245"; content: "\e245";
} }
.glyphicon-object-align-horizontal:before { .glyphicon-object-align-horizontal::before {
content: "\e246"; content: "\e246";
} }
.glyphicon-object-align-left:before { .glyphicon-object-align-left::before {
content: "\e247"; content: "\e247";
} }
.glyphicon-object-align-vertical:before { .glyphicon-object-align-vertical::before {
content: "\e248"; content: "\e248";
} }
.glyphicon-object-align-right:before { .glyphicon-object-align-right::before {
content: "\e249"; content: "\e249";
} }
.glyphicon-triangle-right:before { .glyphicon-triangle-right::before {
content: "\e250"; content: "\e250";
} }
.glyphicon-triangle-left:before { .glyphicon-triangle-left::before {
content: "\e251"; content: "\e251";
} }
.glyphicon-triangle-bottom:before { .glyphicon-triangle-bottom::before {
content: "\e252"; content: "\e252";
} }
.glyphicon-triangle-top:before { .glyphicon-triangle-top::before {
content: "\e253"; content: "\e253";
} }
.glyphicon-console:before { .glyphicon-console::before {
content: "\e254"; content: "\e254";
} }
.glyphicon-superscript:before { .glyphicon-superscript::before {
content: "\e255"; content: "\e255";
} }
.glyphicon-subscript:before { .glyphicon-subscript::before {
content: "\e256"; content: "\e256";
} }
.glyphicon-menu-left:before { .glyphicon-menu-left::before {
content: "\e257"; content: "\e257";
} }
.glyphicon-menu-right:before { .glyphicon-menu-right::before {
content: "\e258"; content: "\e258";
} }
.glyphicon-menu-down:before { .glyphicon-menu-down::before {
content: "\e259"; content: "\e259";
} }
.glyphicon-menu-up:before { .glyphicon-menu-up::before {
content: "\e260"; content: "\e260";
} }
* { * {
@ -1070,22 +1076,21 @@ th {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
*:before, *::before,
*:after { *::after {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: 10px; font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
background-color: #fff; background-color: #fff;
} }
input, input,
@ -1128,17 +1133,17 @@ img {
border-radius: 6px; border-radius: 6px;
} }
.img-thumbnail { .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px; padding: 4px;
line-height: 1.42857143; line-height: 1.42857143;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all .2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
-o-transition: all .2s ease-in-out; -o-transition: all 0.2s ease-in-out;
transition: all .2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
@ -1147,7 +1152,7 @@ hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eeeeee;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
@ -1171,6 +1176,7 @@ hr {
[role="button"] { [role="button"] {
cursor: pointer; cursor: pointer;
} }
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1, h1,
h2, h2,
h3, h3,
@ -1212,9 +1218,9 @@ h6 .small,
.h4 .small, .h4 .small,
.h5 .small, .h5 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
color: #777; color: #777777;
} }
h1, h1,
.h1, .h1,
@ -1334,7 +1340,7 @@ mark,
text-transform: capitalize; text-transform: capitalize;
} }
.text-muted { .text-muted {
color: #777; color: #777777;
} }
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
@ -1410,7 +1416,7 @@ a.bg-danger:focus {
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eeeeee;
} }
ul, ul,
ol { ol {
@ -1429,8 +1435,8 @@ ol ol {
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
margin-left: -5px;
list-style: none; list-style: none;
margin-left: -5px;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
@ -1446,7 +1452,7 @@ dd {
line-height: 1.42857143; line-height: 1.42857143;
} }
dt { dt {
font-weight: bold; font-weight: 700;
} }
dd { dd {
margin-left: 0; margin-left: 0;
@ -1455,9 +1461,9 @@ dd {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
@ -1473,7 +1479,7 @@ blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
font-size: 17.5px; font-size: 17.5px;
border-left: 5px solid #eee; border-left: 5px solid #eeeeee;
} }
blockquote p:last-child, blockquote p:last-child,
blockquote ul:last-child, blockquote ul:last-child,
@ -1486,36 +1492,36 @@ blockquote .small {
display: block; display: block;
font-size: 80%; font-size: 80%;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
} }
blockquote footer:before, blockquote footer::before,
blockquote small:before, blockquote small::before,
blockquote .small:before { blockquote .small::before {
content: '\2014 \00A0'; content: "\2014 \00A0";
} }
.blockquote-reverse, .blockquote-reverse,
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right; text-align: right;
border-right: 5px solid #eee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
.blockquote-reverse footer:before, .blockquote-reverse footer::before,
blockquote.pull-right footer:before, blockquote.pull-right footer::before,
.blockquote-reverse small:before, .blockquote-reverse small::before,
blockquote.pull-right small:before, blockquote.pull-right small::before,
.blockquote-reverse .small:before, .blockquote-reverse .small::before,
blockquote.pull-right .small:before { blockquote.pull-right .small::before {
content: ''; content: "";
} }
.blockquote-reverse footer:after, .blockquote-reverse footer::after,
blockquote.pull-right footer:after, blockquote.pull-right footer::after,
.blockquote-reverse small:after, .blockquote-reverse small::after,
blockquote.pull-right small:after, blockquote.pull-right small::after,
.blockquote-reverse .small:after, .blockquote-reverse .small::after,
blockquote.pull-right .small:after { blockquote.pull-right .small::after {
content: '\00A0 \2014'; content: "\00A0 \2014";
} }
address { address {
margin-bottom: 20px; margin-bottom: 20px;
@ -1541,13 +1547,13 @@ kbd {
color: #fff; color: #fff;
background-color: #333; background-color: #333;
border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
font-size: 100%; font-size: 100%;
font-weight: bold; font-weight: 700;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
@ -1557,7 +1563,7 @@ pre {
margin: 0 0 10px; margin: 0 0 10px;
font-size: 13px; font-size: 13px;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
background-color: #f5f5f5; background-color: #f5f5f5;
@ -1775,7 +1781,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0; margin-left: 0%;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.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-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 {
@ -1932,7 +1938,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
@ -2090,7 +2096,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
@ -2248,16 +2254,28 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0; margin-left: 0%;
} }
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table { table {
background-color: transparent; background-color: transparent;
} }
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
caption { caption {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
color: #777; color: #777777;
text-align: left; text-align: left;
} }
th { th {
@ -2326,17 +2344,6 @@ th {
.table-hover > tbody > tr:hover { .table-hover > tbody > tr:hover {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
.table > tfoot > tr > td.active, .table > tfoot > tr > td.active,
@ -2491,6 +2498,7 @@ table th[class*="col-"] {
border-bottom: 0; border-bottom: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset { fieldset {
min-width: 0; min-width: 0;
padding: 0; padding: 0;
@ -2504,7 +2512,7 @@ legend {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #333; color: #333333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
@ -2512,12 +2520,13 @@ label {
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: 700;
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-webkit-appearance: none;
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
@ -2525,6 +2534,14 @@ input[type="checkbox"] {
margin-top: 1px \9; margin-top: 1px \9;
line-height: normal; line-height: normal;
} }
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
input[type="file"] { input[type="file"] {
display: block; display: block;
} }
@ -2547,7 +2564,7 @@ output {
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
} }
.form-control { .form-control {
display: block; display: block;
@ -2556,13 +2573,13 @@ output {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
color: #555; color: #555555;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -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; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
@ -2570,8 +2587,8 @@ output {
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999; color: #999;
@ -2590,7 +2607,7 @@ output {
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
background-color: #eee; background-color: #eeeeee;
opacity: 1; opacity: 1;
} }
.form-control[disabled], .form-control[disabled],
@ -2600,9 +2617,6 @@ fieldset[disabled] .form-control {
textarea.form-control { textarea.form-control {
height: auto; height: auto;
} }
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="date"].form-control,
input[type="time"].form-control, input[type="time"].form-control,
@ -2641,12 +2655,18 @@ input[type="search"] {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label, .radio label,
.checkbox label { .checkbox label {
min-height: 20px; min-height: 20px;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: 400;
cursor: pointer; cursor: pointer;
} }
.radio input[type="radio"], .radio input[type="radio"],
@ -2667,34 +2687,20 @@ input[type="search"] {
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: 400;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled, .radio-inline.disabled,
.checkbox-inline.disabled, .checkbox-inline.disabled,
fieldset[disabled] .radio-inline, fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline { fieldset[disabled] .checkbox-inline {
cursor: not-allowed; cursor: not-allowed;
} }
.radio.disabled label, .radio-inline + .radio-inline,
.checkbox.disabled label, .checkbox-inline + .checkbox-inline {
fieldset[disabled] .radio label, margin-top: 0;
fieldset[disabled] .checkbox label { margin-left: 10px;
cursor: not-allowed;
} }
.form-control-static { .form-control-static {
min-height: 34px; min-height: 34px;
@ -2827,13 +2833,13 @@ select[multiple].input-lg {
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
@ -2857,13 +2863,13 @@ select[multiple].input-lg {
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
@ -2887,13 +2893,13 @@ select[multiple].input-lg {
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
@ -3003,26 +3009,27 @@ select[multiple].input-lg {
font-size: 12px; font-size: 12px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1.42857143;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
@ -3043,17 +3050,17 @@ select[multiple].input-lg {
.btn.active { .btn.active {
background-image: none; background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
cursor: not-allowed; cursor: not-allowed;
filter: alpha(opacity=65); filter: alpha(opacity=65);
opacity: 0.65;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65;
} }
a.btn.disabled, a.btn.disabled,
fieldset[disabled] a.btn { fieldset[disabled] a.btn {
@ -3080,6 +3087,7 @@ fieldset[disabled] a.btn {
.open > .dropdown-toggle.btn-default { .open > .dropdown-toggle.btn-default {
color: #333; color: #333;
background-color: #e6e6e6; background-color: #e6e6e6;
background-image: none;
border-color: #adadad; border-color: #adadad;
} }
.btn-default:active:hover, .btn-default:active:hover,
@ -3095,11 +3103,6 @@ fieldset[disabled] a.btn {
background-color: #d4d4d4; background-color: #d4d4d4;
border-color: #8c8c8c; border-color: #8c8c8c;
} }
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:hover,
.btn-default[disabled]:hover, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:hover,
@ -3137,6 +3140,7 @@ fieldset[disabled] .btn-default.focus {
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #fff; color: #fff;
background-color: #286090; background-color: #286090;
background-image: none;
border-color: #204d74; border-color: #204d74;
} }
.btn-primary:active:hover, .btn-primary:active:hover,
@ -3152,11 +3156,6 @@ fieldset[disabled] .btn-default.focus {
background-color: #204d74; background-color: #204d74;
border-color: #122b40; border-color: #122b40;
} }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:hover,
@ -3194,6 +3193,7 @@ fieldset[disabled] .btn-primary.focus {
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #fff; color: #fff;
background-color: #449d44; background-color: #449d44;
background-image: none;
border-color: #398439; border-color: #398439;
} }
.btn-success:active:hover, .btn-success:active:hover,
@ -3209,11 +3209,6 @@ fieldset[disabled] .btn-primary.focus {
background-color: #398439; background-color: #398439;
border-color: #255625; border-color: #255625;
} }
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:hover,
@ -3251,6 +3246,7 @@ fieldset[disabled] .btn-success.focus {
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
color: #fff; color: #fff;
background-color: #31b0d5; background-color: #31b0d5;
background-image: none;
border-color: #269abc; border-color: #269abc;
} }
.btn-info:active:hover, .btn-info:active:hover,
@ -3266,11 +3262,6 @@ fieldset[disabled] .btn-success.focus {
background-color: #269abc; background-color: #269abc;
border-color: #1b6d85; border-color: #1b6d85;
} }
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:hover,
.btn-info[disabled]:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:hover,
@ -3308,6 +3299,7 @@ fieldset[disabled] .btn-info.focus {
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
color: #fff; color: #fff;
background-color: #ec971f; background-color: #ec971f;
background-image: none;
border-color: #d58512; border-color: #d58512;
} }
.btn-warning:active:hover, .btn-warning:active:hover,
@ -3323,11 +3315,6 @@ fieldset[disabled] .btn-info.focus {
background-color: #d58512; background-color: #d58512;
border-color: #985f0d; border-color: #985f0d;
} }
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:hover,
.btn-warning[disabled]:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:hover,
@ -3365,6 +3352,7 @@ fieldset[disabled] .btn-warning.focus {
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
color: #fff; color: #fff;
background-color: #c9302c; background-color: #c9302c;
background-image: none;
border-color: #ac2925; border-color: #ac2925;
} }
.btn-danger:active:hover, .btn-danger:active:hover,
@ -3380,11 +3368,6 @@ fieldset[disabled] .btn-warning.focus {
background-color: #ac2925; background-color: #ac2925;
border-color: #761c19; border-color: #761c19;
} }
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:hover,
.btn-danger[disabled]:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:hover,
@ -3402,7 +3385,7 @@ fieldset[disabled] .btn-danger.focus {
background-color: #fff; background-color: #fff;
} }
.btn-link { .btn-link {
font-weight: normal; font-weight: 400;
color: #337ab7; color: #337ab7;
border-radius: 0; border-radius: 0;
} }
@ -3431,7 +3414,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
} }
.btn-lg, .btn-lg,
@ -3467,11 +3450,12 @@ input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
/* stylelint-disable selector-no-qualifying-type */
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity .15s linear; -webkit-transition: opacity 0.15s linear;
-o-transition: opacity .15s linear; -o-transition: opacity 0.15s linear;
transition: opacity .15s linear; transition: opacity 0.15s linear;
} }
.fade.in { .fade.in {
opacity: 1; opacity: 1;
@ -3492,15 +3476,15 @@ tbody.collapse.in {
position: relative; position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility; -webkit-transition-property: height, visibility;
-o-transition-property: height, visibility; -o-transition-property: height, visibility;
transition-property: height, visibility; transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
} }
.caret { .caret {
display: inline-block; display: inline-block;
@ -3537,10 +3521,10 @@ tbody.collapse.in {
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
} }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
@ -3556,9 +3540,9 @@ tbody.collapse.in {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
color: #333; color: #333333;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
@ -3578,7 +3562,7 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #777; color: #777777;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
@ -3607,7 +3591,7 @@ tbody.collapse.in {
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.42857143; line-height: 1.42857143;
color: #777; color: #777777;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
@ -3645,6 +3629,7 @@ tbody.collapse.in {
left: 0; left: 0;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
@ -3728,8 +3713,8 @@ tbody.collapse.in {
padding-left: 12px; padding-left: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -3816,6 +3801,7 @@ tbody.collapse.in {
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
pointer-events: none; pointer-events: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
@ -3901,11 +3887,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-addon { .input-group-addon {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: 400;
line-height: 1; line-height: 1;
color: #555; color: #555555;
text-align: center; text-align: center;
background-color: #eee; background-color: #eeeeee;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
} }
@ -3974,6 +3960,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
z-index: 2; z-index: 2;
margin-left: -1px; margin-left: -1px;
} }
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
@ -3991,14 +3978,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #777; color: #777777;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #777; color: #777777;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
@ -4006,7 +3993,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eee; background-color: #eeeeee;
border-color: #337ab7; border-color: #337ab7;
} }
.nav .nav-divider { .nav .nav-divider {
@ -4032,12 +4019,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eee #eee #ddd; border-color: #eeeeee #eeeeee #ddd;
} }
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555; color: #555555;
cursor: default; cursor: default;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
@ -4166,6 +4153,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, selector-max-class, declaration-no-important, selector-no-qualifying-type, no-duplicate-selectors */
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
@ -4186,10 +4174,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
overflow-x: visible; overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent; border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
@ -4298,8 +4286,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
position: relative; position: relative;
float: right; float: right;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px;
margin-right: 15px; margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
@ -4369,14 +4357,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-form { .navbar-form {
padding: 10px 15px; padding: 10px 15px;
margin-top: 8px;
margin-right: -15px; margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px; margin-left: -15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form .form-group { .navbar-form .form-group {
@ -4703,13 +4691,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li::before {
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
content: "/\00a0"; content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #777; color: #777777;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
@ -4732,6 +4720,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
@ -4743,15 +4740,6 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > a:hover,
@ -4770,7 +4758,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
@ -4827,7 +4815,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eee; background-color: #eeeeee;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
@ -4841,7 +4829,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff; background-color: #fff;
} }
@ -4849,7 +4837,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline; display: inline;
padding: .2em .6em .3em; padding: .2em .6em .3em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: 700;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
text-align: center; text-align: center;
@ -4871,7 +4859,7 @@ a.label:focus {
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #777; background-color: #777777;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
@ -4923,7 +4911,7 @@ a.label:focus {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
background-color: #777; background-color: #777777;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
@ -4963,7 +4951,7 @@ a.badge:focus {
padding-bottom: 30px; padding-bottom: 30px;
margin-bottom: 30px; margin-bottom: 30px;
color: inherit; color: inherit;
background-color: #eee; background-color: #eeeeee;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
@ -5001,6 +4989,7 @@ a.badge:focus {
font-size: 63px; font-size: 63px;
} }
} }
/* stylelint-disable selector-no-qualifying-type */
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
@ -5009,9 +4998,9 @@ a.badge:focus {
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: border .2s ease-in-out; -webkit-transition: border 0.2s ease-in-out;
-o-transition: border .2s ease-in-out; -o-transition: border 0.2s ease-in-out;
transition: border .2s ease-in-out; transition: border 0.2s ease-in-out;
} }
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
@ -5025,7 +5014,7 @@ a.thumbnail.active {
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333; color: #333333;
} }
.alert { .alert {
padding: 15px; padding: 15px;
@ -5102,6 +5091,7 @@ a.thumbnail.active {
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5132,29 +5122,29 @@ a.thumbnail.active {
overflow: hidden; overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.progress-bar { .progress-bar {
float: left; float: left;
width: 0; width: 0%;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #337ab7; background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease; -webkit-transition: width 0.6s ease;
-o-transition: width .6s ease; -o-transition: width 0.6s ease;
transition: width .6s ease; transition: width 0.6s ease;
} }
.progress-striped .progress-bar, .progress-striped .progress-bar,
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px; -webkit-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
@ -5168,33 +5158,33 @@ a.thumbnail.active {
background-color: #5cb85c; background-color: #5cb85c;
} }
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.media { .media {
margin-top: 15px; margin-top: 15px;
@ -5244,6 +5234,7 @@ a.thumbnail.active {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
/* stylelint-disable selector-no-qualifying-type */
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
@ -5265,32 +5256,12 @@ a.thumbnail.active {
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
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 {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
color: #777; color: #777777;
cursor: not-allowed; cursor: not-allowed;
background-color: #eee; background-color: #eeeeee;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
@ -5300,7 +5271,7 @@ button.list-group-item {
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .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:focus .list-group-item-text {
color: #777; color: #777777;
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
@ -5326,6 +5297,26 @@ button.list-group-item {
.list-group-item.active:focus .list-group-item-text { .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; color: #c7ddef;
} }
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 {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
@ -5450,13 +5441,14 @@ button.list-group-item-danger.active:focus {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.panel-body { .panel-body {
padding: 15px; padding: 15px;
@ -5689,7 +5681,7 @@ button.list-group-item-danger.active:focus {
border-color: #ddd; border-color: #ddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333; color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #ddd; border-color: #ddd;
} }
@ -5698,7 +5690,7 @@ button.list-group-item-danger.active:focus {
} }
.panel-default > .panel-heading .badge { .panel-default > .panel-heading .badge {
color: #f5f5f5; color: #f5f5f5;
background-color: #333; background-color: #333333;
} }
.panel-default > .panel-footer + .panel-collapse > .panel-body { .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; border-bottom-color: #ddd;
@ -5826,12 +5818,12 @@ button.list-group-item-danger.active:focus {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, .15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-lg { .well-lg {
padding: 24px; padding: 24px;
@ -5841,6 +5833,7 @@ button.list-group-item-danger.active:focus {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
/* stylelint-disable property-no-vendor-prefix */
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
@ -5849,7 +5842,7 @@ button.list-group-item-danger.active:focus {
color: #000; color: #000;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20); filter: alpha(opacity=20);
opacity: .2; opacity: 0.2;
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
@ -5857,14 +5850,14 @@ button.list-group-item-danger.active:focus {
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
button.close { button.close {
-webkit-appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
@ -5882,13 +5875,13 @@ button.close {
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%); -webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%); -ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%); -o-transform: translate(0, -25%);
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
@ -5911,11 +5904,11 @@ button.close {
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
@ -5932,7 +5925,7 @@ button.close {
} }
.modal-backdrop.in { .modal-backdrop.in {
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
.modal-header { .modal-header {
padding: 15px; padding: 15px;
@ -5977,8 +5970,8 @@ button.close {
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} }
.modal-sm { .modal-sm {
width: 300px; width: 300px;
@ -5989,15 +5982,16 @@ button.close {
width: 900px; width: 900px;
} }
} }
/* stylelint-disable no-duplicate-selectors */
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 12px;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
line-break: auto;
text-align: left; text-align: left;
text-align: start; text-align: start;
text-decoration: none; text-decoration: none;
@ -6008,14 +6002,13 @@ button.close {
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: normal;
white-space: normal; white-space: normal;
font-size: 12px;
filter: alpha(opacity=0); filter: alpha(opacity=0);
opacity: 0; opacity: 0;
line-break: auto;
} }
.tooltip.in { .tooltip.in {
filter: alpha(opacity=90); filter: alpha(opacity=90);
opacity: .9; opacity: 0.9;
} }
.tooltip.top { .tooltip.top {
padding: 5px 0; padding: 5px 0;
@ -6104,6 +6097,7 @@ button.close {
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000; border-bottom-color: #000;
} }
/* stylelint-disable no-duplicate-selectors */
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6113,10 +6107,10 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: 400;
line-height: 1.42857143; line-height: 1.42857143;
line-break: auto;
text-align: left; text-align: left;
text-align: start; text-align: start;
text-decoration: none; text-decoration: none;
@ -6127,16 +6121,15 @@ button.close {
word-spacing: normal; word-spacing: normal;
word-wrap: normal; word-wrap: normal;
white-space: normal; white-space: normal;
font-size: 14px;
background-color: #fff; background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
@ -6150,6 +6143,22 @@ button.close {
.popover.left { .popover.left {
margin-left: -10px; margin-left: -10px;
} }
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow,
.popover > .arrow::after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow::after {
content: "";
border-width: 10px;
}
.popover-title { .popover-title {
padding: 8px 14px; padding: 8px 14px;
margin: 0; margin: 0;
@ -6161,31 +6170,15 @@ button.close {
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: #999; border-top-color: #999999;
border-top-color: rgba(0, 0, 0, .25); border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top > .arrow:after { .popover.top > .arrow::after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6196,11 +6189,11 @@ button.close {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: #999; border-right-color: #999999;
border-right-color: rgba(0, 0, 0, .25); border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right > .arrow:after { .popover.right > .arrow::after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
content: " "; content: " ";
@ -6212,10 +6205,10 @@ button.close {
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: #999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, .25); border-bottom-color: rgba(0, 0, 0, 0.25);
} }
.popover.bottom > .arrow:after { .popover.bottom > .arrow::after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " "; content: " ";
@ -6227,16 +6220,17 @@ button.close {
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-right-width: 0; border-right-width: 0;
border-left-color: #999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, .25); border-left-color: rgba(0, 0, 0, 0.25);
} }
.popover.left > .arrow:after { .popover.left > .arrow::after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
content: " "; content: " ";
border-right-width: 0; border-right-width: 0;
border-left-color: #fff; border-left-color: #fff;
} }
/* stylelint-disable media-feature-name-no-unknown */
.carousel { .carousel {
position: relative; position: relative;
} }
@ -6248,9 +6242,9 @@ button.close {
.carousel-inner > .item { .carousel-inner > .item {
position: relative; position: relative;
display: none; display: none;
-webkit-transition: .6s ease-in-out left; -webkit-transition: 0.6s ease-in-out left;
-o-transition: .6s ease-in-out left; -o-transition: 0.6s ease-in-out left;
transition: .6s ease-in-out left; transition: 0.6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
@ -6258,10 +6252,9 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out; -webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out;
transition: transform .6s ease-in-out; transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000px; -webkit-perspective: 1000px;
@ -6269,22 +6262,22 @@ button.close {
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0;
} }
} }
.carousel-inner > .active, .carousel-inner > .active,
@ -6326,26 +6319,26 @@ button.close {
font-size: 20px; font-size: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50); filter: alpha(opacity=50);
opacity: .5; opacity: 0.5;
} }
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
} }
.carousel-control.right { .carousel-control.right {
right: 0; right: 0;
left: auto; left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x; background-repeat: repeat-x;
} }
@ -6353,9 +6346,9 @@ button.close {
.carousel-control:focus { .carousel-control:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
filter: alpha(opacity=90);
outline: 0; outline: 0;
opacity: .9; filter: alpha(opacity=90);
opacity: 0.9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next, .carousel-control .icon-next,
@ -6384,11 +6377,11 @@ button.close {
font-family: serif; font-family: serif;
line-height: 1; line-height: 1;
} }
.carousel-control .icon-prev:before { .carousel-control .icon-prev::before {
content: '\2039'; content: "\2039";
} }
.carousel-control .icon-next:before { .carousel-control .icon-next::before {
content: '\203a'; content: "\203a";
} }
.carousel-indicators { .carousel-indicators {
position: absolute; position: absolute;
@ -6429,7 +6422,7 @@ button.close {
padding-bottom: 20px; padding-bottom: 20px;
color: #fff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
@ -6461,57 +6454,58 @@ button.close {
bottom: 20px; bottom: 20px;
} }
} }
.clearfix:before, /* stylelint-disable declaration-no-important */
.clearfix:after, .clearfix::before,
.dl-horizontal dd:before, .clearfix::after,
.dl-horizontal dd:after, .dl-horizontal dd::before,
.container:before, .dl-horizontal dd::after,
.container:after, .container::before,
.container-fluid:before, .container::after,
.container-fluid:after, .container-fluid::before,
.row:before, .container-fluid::after,
.row:after, .row::before,
.form-horizontal .form-group:before, .row::after,
.form-horizontal .form-group:after, .form-horizontal .form-group::before,
.btn-toolbar:before, .form-horizontal .form-group::after,
.btn-toolbar:after, .btn-toolbar::before,
.btn-group-vertical > .btn-group:before, .btn-toolbar::after,
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group::before,
.nav:before, .btn-group-vertical > .btn-group::after,
.nav:after, .nav::before,
.navbar:before, .nav::after,
.navbar:after, .navbar::before,
.navbar-header:before, .navbar::after,
.navbar-header:after, .navbar-header::before,
.navbar-collapse:before, .navbar-header::after,
.navbar-collapse:after, .navbar-collapse::before,
.pager:before, .navbar-collapse::after,
.pager:after, .pager::before,
.panel-body:before, .pager::after,
.panel-body:after, .panel-body::before,
.modal-header:before, .panel-body::after,
.modal-header:after, .modal-header::before,
.modal-footer:before, .modal-header::after,
.modal-footer:after { .modal-footer::before,
.modal-footer::after {
display: table; display: table;
content: " "; content: " ";
} }
.clearfix:after, .clearfix::after,
.dl-horizontal dd:after, .dl-horizontal dd::after,
.container:after, .container::after,
.container-fluid:after, .container-fluid::after,
.row:after, .row::after,
.form-horizontal .form-group:after, .form-horizontal .form-group::after,
.btn-toolbar:after, .btn-toolbar::after,
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group::after,
.nav:after, .nav::after,
.navbar:after, .navbar::after,
.navbar-header:after, .navbar-header::after,
.navbar-collapse:after, .navbar-collapse::after,
.pager:after, .pager::after,
.panel-body:after, .panel-body::after,
.modal-header:after, .modal-header::after,
.modal-footer:after { .modal-footer::after {
clear: both; clear: both;
} }
.center-block { .center-block {
@ -6547,6 +6541,7 @@ button.close {
.affix { .affix {
position: fixed; position: fixed;
} }
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* Bootstrap v3.4.0 (http://getbootstrap.com) * Bootstrap v3.4.0 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under the MIT license * Licensed under the MIT license
*/ */
@ -109,7 +109,8 @@ if (typeof jQuery === 'undefined') {
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
} }
var $parent = $(selector === '#' ? [] : selector) selector = selector === '#' ? [] : selector
var $parent = $(document).find(selector)
if (e) e.preventDefault() if (e) e.preventDefault()
@ -443,7 +444,9 @@ if (typeof jQuery === 'undefined') {
var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid" var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
if ($.support.transition && this.$element.hasClass('slide')) { if ($.support.transition && this.$element.hasClass('slide')) {
$next.addClass(type) $next.addClass(type)
if (typeof $next === 'object' && $next.length) {
$next[0].offsetWidth // force reflow $next[0].offsetWidth // force reflow
}
$active.addClass(direction) $active.addClass(direction)
$next.addClass(direction) $next.addClass(direction)
$active $active
@ -505,10 +508,17 @@ if (typeof jQuery === 'undefined') {
// ================= // =================
var clickHandler = function (e) { var clickHandler = function (e) {
var href
var $this = $(this) var $this = $(this)
var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 var href = $this.attr('href')
if (href) {
href = href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
}
var target = $this.attr('data-target') || href
var $target = $(document).find(target)
if (!$target.hasClass('carousel')) return if (!$target.hasClass('carousel')) return
var options = $.extend({}, $target.data(), $this.data()) var options = $.extend({}, $target.data(), $this.data())
var slideIndex = $this.attr('data-slide-to') var slideIndex = $this.attr('data-slide-to')
if (slideIndex) options.interval = false if (slideIndex) options.interval = false
@ -697,7 +707,7 @@ if (typeof jQuery === 'undefined') {
var target = $trigger.attr('data-target') var target = $trigger.attr('data-target')
|| (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7 || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
return $(target) return $(document).find(target)
} }
@ -779,7 +789,7 @@ if (typeof jQuery === 'undefined') {
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
} }
var $parent = selector && $(selector) var $parent = selector && $(document).find(selector)
return $parent && $parent.length ? $parent : $this.parent() return $parent && $parent.length ? $parent : $this.parent()
} }
@ -1238,7 +1248,10 @@ if (typeof jQuery === 'undefined') {
$(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
var $this = $(this) var $this = $(this)
var href = $this.attr('href') var href = $this.attr('href')
var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7 var target = $this.attr('data-target') ||
(href && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
var $target = $(document).find(target)
var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
if ($this.is('a')) e.preventDefault() if ($this.is('a')) e.preventDefault()

File diff suppressed because one or more lines are too long