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

@ -1,6 +1,6 @@
/*!
* Bootstrap v3.4.0 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Copyright 2011-2018 Twitter, Inc.
* Licensed under the MIT license
*/
@ -109,7 +109,8 @@ if (typeof jQuery === 'undefined') {
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
}
var $parent = $(selector === '#' ? [] : selector)
selector = selector === '#' ? [] : selector
var $parent = $(document).find(selector)
if (e) e.preventDefault()
@ -443,7 +444,9 @@ if (typeof jQuery === 'undefined') {
var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
if ($.support.transition && this.$element.hasClass('slide')) {
$next.addClass(type)
$next[0].offsetWidth // force reflow
if (typeof $next === 'object' && $next.length) {
$next[0].offsetWidth // force reflow
}
$active.addClass(direction)
$next.addClass(direction)
$active
@ -505,10 +508,17 @@ if (typeof jQuery === 'undefined') {
// =================
var clickHandler = function (e) {
var href
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
var options = $.extend({}, $target.data(), $this.data())
var slideIndex = $this.attr('data-slide-to')
if (slideIndex) options.interval = false
@ -697,7 +707,7 @@ if (typeof jQuery === 'undefined') {
var target = $trigger.attr('data-target')
|| (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
}
var $parent = selector && $(selector)
var $parent = selector && $(document).find(selector)
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) {
var $this = $(this)
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())
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
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
/* stylelint-disable declaration-block-single-line-max-declarations */
.hll {
background-color: #ffffcc;
background-color: #ffc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #FFAAAA;
color: #a00;
background-color: #faa;
}
.k {
color: #006699;
color: #069;
}
.o {
color: #555555;
color: #555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
color: #099;
}
.c1 {
color: #999;
@ -33,54 +34,54 @@
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000;
background-color: #fcc;
border: 1px solid #c00;
}
.ge {
font-style: italic;
}
.gr {
color: #FF0000;
color: #f00;
}
.gh {
color: #003300;
color: #030;
}
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00;
background-color: #cfc;
border: 1px solid #0c0;
}
.go {
color: #AAAAAA;
color: #aaa;
}
.gp {
color: #000099;
color: #009;
}
.gu {
color: #003300;
color: #030;
}
.gt {
color: #99CC66;
color: #9c6;
}
.kc {
color: #006699;
color: #069;
}
.kd {
color: #006699;
color: #069;
}
.kn {
color: #006699;
color: #069;
}
.kp {
color: #006699;
color: #069;
}
.kr {
color: #006699;
color: #069;
}
.kt {
color: #007788;
color: #078;
}
.m {
color: #FF6600;
color: #f60;
}
.s {
color: #d44950;
@ -89,104 +90,104 @@
color: #4f9fcf;
}
.nb {
color: #336666;
color: #366;
}
.nc {
color: #00AA88;
color: #0a8;
}
.no {
color: #336600;
color: #360;
}
.nd {
color: #9999FF;
color: #99f;
}
.ni {
color: #999999;
color: #999;
}
.ne {
color: #CC0000;
color: #c00;
}
.nf {
color: #CC00FF;
color: #c0f;
}
.nl {
color: #9999FF;
color: #99f;
}
.nn {
color: #00CCFF;
color: #0cf;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #003333;
color: #033;
}
.ow {
color: #000000;
color: #000;
}
.w {
color: #bbbbbb;
color: #bbb;
}
.mf {
color: #FF6600;
color: #f60;
}
.mh {
color: #FF6600;
color: #f60;
}
.mi {
color: #FF6600;
color: #f60;
}
.mo {
color: #FF6600;
color: #f60;
}
.sb {
color: #CC3300;
color: #c30;
}
.sc {
color: #CC3300;
color: #c30;
}
.sd {
color: #CC3300;
font-style: italic;
color: #c30;
}
.s2 {
color: #CC3300;
color: #c30;
}
.se {
color: #CC3300;
color: #c30;
}
.sh {
color: #CC3300;
color: #c30;
}
.si {
color: #AA0000;
color: #a00;
}
.sx {
color: #CC3300;
color: #c30;
}
.sr {
color: #33AAAA;
color: #3aa;
}
.s1 {
color: #CC3300;
color: #c30;
}
.ss {
color: #FFCC33;
color: #fc3;
}
.bp {
color: #336666;
color: #366;
}
.vc {
color: #003333;
color: #033;
}
.vg {
color: #003333;
color: #033;
}
.vi {
color: #003333;
color: #033;
}
.il {
color: #FF6600;
color: #f60;
}
.css .o,
.css .o + .nt,
@ -217,6 +218,7 @@
display: inline-block;
padding-right: 45px;
}
/* stylelint-disable at-rule-no-vendor-prefix */
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
@ -231,6 +233,12 @@
@viewport {
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 {
color: #563d7c;
background-color: transparent;
@ -285,6 +293,7 @@
background-color: transparent;
border: 1px solid #cdbfe3;
}
/* stylelint-disable selector-max-id */
#skippy {
display: block;
padding: 1em;
@ -367,6 +376,7 @@
margin-bottom: 0;
}
}
/* stylelint-disable value-no-vendor-prefix, function-name-case */
.bs-docs-masthead,
.bs-docs-header {
position: relative;
@ -379,7 +389,7 @@
background-image: -webkit-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%);
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;
}
.bs-docs-masthead .bs-docs-booticon {
@ -461,6 +471,7 @@
margin-right: 380px;
}
}
/* stylelint-disable selector-max-id, declaration-no-important */
#carbonads {
display: block;
padding: 15px 15px 15px 160px;
@ -520,7 +531,7 @@
.bs-docs-featurette-title {
margin-bottom: 5px;
font-size: 30px;
font-weight: normal;
font-weight: 400;
color: #333;
}
.half-rule {
@ -529,7 +540,7 @@
}
.bs-docs-featurette h3 {
margin-bottom: 5px;
font-weight: normal;
font-weight: 400;
color: #333;
}
.bs-docs-featurette-img {
@ -606,6 +617,7 @@
padding-left: 10px;
}
}
/* stylelint-disable selector-max-compound-selectors */
.bs-docs-sidebar.affix {
position: static;
}
@ -641,7 +653,7 @@
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
padding-left: 18px;
font-weight: bold;
font-weight: 700;
color: #563d7c;
background-color: transparent;
border-left: 2px solid #563d7c;
@ -655,7 +667,7 @@
padding-bottom: 1px;
padding-left: 30px;
font-size: 12px;
font-weight: normal;
font-weight: 400;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {
@ -718,6 +730,7 @@
width: 263px;
}
}
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.show-grid {
margin-bottom: 15px;
}
@ -739,12 +752,12 @@
-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);
}
.bs-example:after {
.bs-example::after {
position: absolute;
top: 15px;
left: 15px;
font-size: 12px;
font-weight: bold;
font-weight: 700;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
@ -878,7 +891,7 @@
.bs-navbar-top-example {
padding-bottom: 45px;
}
.bs-navbar-top-example:after {
.bs-navbar-top-example::after {
top: auto;
bottom: 15px;
}
@ -1099,17 +1112,18 @@
margin-right: 10px;
border-radius: 4px;
}
/* stylelint-disable selector-no-qualifying-type, declaration-no-important */
.table-responsive .highlight pre {
white-space: normal;
}
.bs-table th small,
.responsive-utilities th small {
display: block;
font-weight: normal;
font-weight: 400;
color: #999;
}
.responsive-utilities tbody th {
font-weight: normal;
font-weight: 400;
}
.responsive-utilities td {
text-align: center;
@ -1132,7 +1146,7 @@
display: block;
padding: 15px 10px;
font-size: 14px;
font-weight: bold;
font-weight: 700;
line-height: 1.1;
text-align: center;
border-radius: 4px;
@ -1203,6 +1217,7 @@
font-size: 12px;
}
}
/* stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type */
.bs-customizer .toggle {
float: right;
margin-top: 25px;
@ -1237,7 +1252,7 @@
font-size: 12px;
}
#less-section label {
font-weight: normal;
font-weight: 400;
}
.bs-customize-download .btn-outline {
padding: 20px;
@ -1293,7 +1308,7 @@
}
.bs-dropzone .lead {
margin-bottom: 10px;
font-weight: normal;
font-weight: 400;
color: #333;
}
#import-manual-trigger {
@ -1374,7 +1389,7 @@
cursor: pointer;
background-color: #fff;
border: 1px solid #e1e1e8;
border-radius: 0 4px 0 4px;
border-radius: 0 4px;
}
.btn-clipboard-hover {
color: #fff;
@ -1390,6 +1405,7 @@
border-top-right-radius: 0;
}
}
/* stylelint-disable property-no-vendor-prefix */
.anchorjs-link {
color: inherit;
}
@ -1409,6 +1425,7 @@
text-decoration: none;
opacity: 1;
}
/* stylelint-disable declaration-no-important, selector-attribute-quotes */
.algolia-autocomplete {
display: block !important;
}
@ -1419,6 +1436,7 @@
padding: 10px 0 !important;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, 0.1);
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 {
padding-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 {
display: none !important;
@ -1488,7 +1506,7 @@
padding: 0 15px 8px !important;
margin-top: -4px;
font-size: 13px !important;
font-weight: normal;
font-weight: 400;
line-height: 1.25 !important;
}
.algolia-autocomplete .algolia-docsearch-footer {
@ -1499,7 +1517,7 @@
font-size: 10px !important;
line-height: 1 !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 {
display: inline !important;
@ -1510,20 +1528,21 @@
}
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
color: #5f2dab;
background-color: rgba(154, 132, 187, 0.12);
background-color: #eee;
}
.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;
}
.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 {
position: relative;
}
.table code {
font-size: 13px;
font-weight: normal;
font-weight: 400;
}
h2 code,
h3 code,
@ -1563,7 +1582,7 @@ h1[id] {
.v4-tease {
display: block;
padding: 15px 20px;
font-weight: bold;
font-weight: 700;
color: #fff;
text-align: center;
background-color: #0275d8;
@ -1575,7 +1594,7 @@ h1[id] {
}
/* Nullify ill-advised printing of hrefs; see #18711 */
@media print {
a[href]:after {
a[href]::after {
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)
* Copyright 2011-2016 Twitter, Inc.
* 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-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-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, .15), 0 1px 1px rgba(0, 0, 0, .075);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-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, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
@ -25,8 +32,8 @@
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
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, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
@ -47,7 +54,7 @@ fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
@ -62,15 +69,15 @@ fieldset[disabled] .btn-danger {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
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: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.btn-default:hover,
@ -106,9 +113,9 @@ fieldset[disabled] .btn-default.active {
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
@ -147,9 +154,9 @@ fieldset[disabled] .btn-primary.active {
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
@ -188,9 +195,9 @@ fieldset[disabled] .btn-success.active {
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
@ -229,9 +236,9 @@ fieldset[disabled] .btn-info.active {
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
@ -270,9 +277,9 @@ fieldset[disabled] .btn-warning.active {
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
@ -311,81 +318,81 @@ fieldset[disabled] .btn-danger.active {
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
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, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
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: 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);
background-repeat: repeat-x;
background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
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: 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);
background-repeat: repeat-x;
background-color: #2e6da4;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
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(enabled = false);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-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, .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, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
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);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
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, 0.075);
}
.navbar-brand,
.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 {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
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(enabled = false);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
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);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
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, 0.25);
}
.navbar-inverse .navbar-brand,
.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-fixed-top,
@ -398,120 +405,120 @@ fieldset[disabled] .btn-danger.active {
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
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: 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);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-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, .25), 0 1px 2px rgba(0, 0, 0, .05);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-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, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.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: -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: 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, 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, 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 {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
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, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
@ -522,66 +529,66 @@ fieldset[disabled] .btn-danger.active {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
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, 0.05);
}
.panel-default > .panel-heading {
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: 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);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
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: 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);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-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, .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, 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.
* 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 */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
@ -60,28 +67,28 @@ dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
margin: 0.67em 0;
}
mark {
color: #000;
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
top: -0.5em;
}
sub {
bottom: -.25em;
bottom: -0.25em;
}
img {
border: 0;
@ -93,10 +100,10 @@ figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
@ -113,9 +120,9 @@ input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
@ -137,8 +144,8 @@ html input[disabled] {
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
padding: 0;
}
input {
line-height: normal;
@ -155,23 +162,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
padding: 0;
border: 0;
padding: 0;
}
textarea {
overflow: auto;
@ -180,18 +187,19 @@ optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* stylelint-disable declaration-no-important, selector-no-qualifying-type */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
*::before,
*::after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
@ -202,20 +210,19 @@ th {
a:visited {
text-decoration: underline;
}
a[href]:after {
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]:after {
abbr[title]::after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
@ -260,832 +267,830 @@ th {
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-family: 'Glyphicons Halflings';
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');
font-family: "Glyphicons Halflings";
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");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
.glyphicon-asterisk::before {
content: "\002a";
}
.glyphicon-plus:before {
.glyphicon-plus::before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
.glyphicon-euro::before,
.glyphicon-eur::before {
content: "\20ac";
}
.glyphicon-minus:before {
.glyphicon-minus::before {
content: "\2212";
}
.glyphicon-cloud:before {
.glyphicon-cloud::before {
content: "\2601";
}
.glyphicon-envelope:before {
.glyphicon-envelope::before {
content: "\2709";
}
.glyphicon-pencil:before {
.glyphicon-pencil::before {
content: "\270f";
}
.glyphicon-glass:before {
.glyphicon-glass::before {
content: "\e001";
}
.glyphicon-music:before {
.glyphicon-music::before {
content: "\e002";
}
.glyphicon-search:before {
.glyphicon-search::before {
content: "\e003";
}
.glyphicon-heart:before {
.glyphicon-heart::before {
content: "\e005";
}
.glyphicon-star:before {
.glyphicon-star::before {
content: "\e006";
}
.glyphicon-star-empty:before {
.glyphicon-star-empty::before {
content: "\e007";
}
.glyphicon-user:before {
.glyphicon-user::before {
content: "\e008";
}
.glyphicon-film:before {
.glyphicon-film::before {
content: "\e009";
}
.glyphicon-th-large:before {
.glyphicon-th-large::before {
content: "\e010";
}
.glyphicon-th:before {
.glyphicon-th::before {
content: "\e011";
}
.glyphicon-th-list:before {
.glyphicon-th-list::before {
content: "\e012";
}
.glyphicon-ok:before {
.glyphicon-ok::before {
content: "\e013";
}
.glyphicon-remove:before {
.glyphicon-remove::before {
content: "\e014";
}
.glyphicon-zoom-in:before {
.glyphicon-zoom-in::before {
content: "\e015";
}
.glyphicon-zoom-out:before {
.glyphicon-zoom-out::before {
content: "\e016";
}
.glyphicon-off:before {
.glyphicon-off::before {
content: "\e017";
}
.glyphicon-signal:before {
.glyphicon-signal::before {
content: "\e018";
}
.glyphicon-cog:before {
.glyphicon-cog::before {
content: "\e019";
}
.glyphicon-trash:before {
.glyphicon-trash::before {
content: "\e020";
}
.glyphicon-home:before {
.glyphicon-home::before {
content: "\e021";
}
.glyphicon-file:before {
.glyphicon-file::before {
content: "\e022";
}
.glyphicon-time:before {
.glyphicon-time::before {
content: "\e023";
}
.glyphicon-road:before {
.glyphicon-road::before {
content: "\e024";
}
.glyphicon-download-alt:before {
.glyphicon-download-alt::before {
content: "\e025";
}
.glyphicon-download:before {
.glyphicon-download::before {
content: "\e026";
}
.glyphicon-upload:before {
.glyphicon-upload::before {
content: "\e027";
}
.glyphicon-inbox:before {
.glyphicon-inbox::before {
content: "\e028";
}
.glyphicon-play-circle:before {
.glyphicon-play-circle::before {
content: "\e029";
}
.glyphicon-repeat:before {
.glyphicon-repeat::before {
content: "\e030";
}
.glyphicon-refresh:before {
.glyphicon-refresh::before {
content: "\e031";
}
.glyphicon-list-alt:before {
.glyphicon-list-alt::before {
content: "\e032";
}
.glyphicon-lock:before {
.glyphicon-lock::before {
content: "\e033";
}
.glyphicon-flag:before {
.glyphicon-flag::before {
content: "\e034";
}
.glyphicon-headphones:before {
.glyphicon-headphones::before {
content: "\e035";
}
.glyphicon-volume-off:before {
.glyphicon-volume-off::before {
content: "\e036";
}
.glyphicon-volume-down:before {
.glyphicon-volume-down::before {
content: "\e037";
}
.glyphicon-volume-up:before {
.glyphicon-volume-up::before {
content: "\e038";
}
.glyphicon-qrcode:before {
.glyphicon-qrcode::before {
content: "\e039";
}
.glyphicon-barcode:before {
.glyphicon-barcode::before {
content: "\e040";
}
.glyphicon-tag:before {
.glyphicon-tag::before {
content: "\e041";
}
.glyphicon-tags:before {
.glyphicon-tags::before {
content: "\e042";
}
.glyphicon-book:before {
.glyphicon-book::before {
content: "\e043";
}
.glyphicon-bookmark:before {
.glyphicon-bookmark::before {
content: "\e044";
}
.glyphicon-print:before {
.glyphicon-print::before {
content: "\e045";
}
.glyphicon-camera:before {
.glyphicon-camera::before {
content: "\e046";
}
.glyphicon-font:before {
.glyphicon-font::before {
content: "\e047";
}
.glyphicon-bold:before {
.glyphicon-bold::before {
content: "\e048";
}
.glyphicon-italic:before {
.glyphicon-italic::before {
content: "\e049";
}
.glyphicon-text-height:before {
.glyphicon-text-height::before {
content: "\e050";
}
.glyphicon-text-width:before {
.glyphicon-text-width::before {
content: "\e051";
}
.glyphicon-align-left:before {
.glyphicon-align-left::before {
content: "\e052";
}
.glyphicon-align-center:before {
.glyphicon-align-center::before {
content: "\e053";
}
.glyphicon-align-right:before {
.glyphicon-align-right::before {
content: "\e054";
}
.glyphicon-align-justify:before {
.glyphicon-align-justify::before {
content: "\e055";
}
.glyphicon-list:before {
.glyphicon-list::before {
content: "\e056";
}
.glyphicon-indent-left:before {
.glyphicon-indent-left::before {
content: "\e057";
}
.glyphicon-indent-right:before {
.glyphicon-indent-right::before {
content: "\e058";
}
.glyphicon-facetime-video:before {
.glyphicon-facetime-video::before {
content: "\e059";
}
.glyphicon-picture:before {
.glyphicon-picture::before {
content: "\e060";
}
.glyphicon-map-marker:before {
.glyphicon-map-marker::before {
content: "\e062";
}
.glyphicon-adjust:before {
.glyphicon-adjust::before {
content: "\e063";
}
.glyphicon-tint:before {
.glyphicon-tint::before {
content: "\e064";
}
.glyphicon-edit:before {
.glyphicon-edit::before {
content: "\e065";
}
.glyphicon-share:before {
.glyphicon-share::before {
content: "\e066";
}
.glyphicon-check:before {
.glyphicon-check::before {
content: "\e067";
}
.glyphicon-move:before {
.glyphicon-move::before {
content: "\e068";
}
.glyphicon-step-backward:before {
.glyphicon-step-backward::before {
content: "\e069";
}
.glyphicon-fast-backward:before {
.glyphicon-fast-backward::before {
content: "\e070";
}
.glyphicon-backward:before {
.glyphicon-backward::before {
content: "\e071";
}
.glyphicon-play:before {
.glyphicon-play::before {
content: "\e072";
}
.glyphicon-pause:before {
.glyphicon-pause::before {
content: "\e073";
}
.glyphicon-stop:before {
.glyphicon-stop::before {
content: "\e074";
}
.glyphicon-forward:before {
.glyphicon-forward::before {
content: "\e075";
}
.glyphicon-fast-forward:before {
.glyphicon-fast-forward::before {
content: "\e076";
}
.glyphicon-step-forward:before {
.glyphicon-step-forward::before {
content: "\e077";
}
.glyphicon-eject:before {
.glyphicon-eject::before {
content: "\e078";
}
.glyphicon-chevron-left:before {
.glyphicon-chevron-left::before {
content: "\e079";
}
.glyphicon-chevron-right:before {
.glyphicon-chevron-right::before {
content: "\e080";
}
.glyphicon-plus-sign:before {
.glyphicon-plus-sign::before {
content: "\e081";
}
.glyphicon-minus-sign:before {
.glyphicon-minus-sign::before {
content: "\e082";
}
.glyphicon-remove-sign:before {
.glyphicon-remove-sign::before {
content: "\e083";
}
.glyphicon-ok-sign:before {
.glyphicon-ok-sign::before {
content: "\e084";
}
.glyphicon-question-sign:before {
.glyphicon-question-sign::before {
content: "\e085";
}
.glyphicon-info-sign:before {
.glyphicon-info-sign::before {
content: "\e086";
}
.glyphicon-screenshot:before {
.glyphicon-screenshot::before {
content: "\e087";
}
.glyphicon-remove-circle:before {
.glyphicon-remove-circle::before {
content: "\e088";
}
.glyphicon-ok-circle:before {
.glyphicon-ok-circle::before {
content: "\e089";
}
.glyphicon-ban-circle:before {
.glyphicon-ban-circle::before {
content: "\e090";
}
.glyphicon-arrow-left:before {
.glyphicon-arrow-left::before {
content: "\e091";
}
.glyphicon-arrow-right:before {
.glyphicon-arrow-right::before {
content: "\e092";
}
.glyphicon-arrow-up:before {
.glyphicon-arrow-up::before {
content: "\e093";
}
.glyphicon-arrow-down:before {
.glyphicon-arrow-down::before {
content: "\e094";
}
.glyphicon-share-alt:before {
.glyphicon-share-alt::before {
content: "\e095";
}
.glyphicon-resize-full:before {
.glyphicon-resize-full::before {
content: "\e096";
}
.glyphicon-resize-small:before {
.glyphicon-resize-small::before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
.glyphicon-exclamation-sign::before {
content: "\e101";
}
.glyphicon-gift:before {
.glyphicon-gift::before {
content: "\e102";
}
.glyphicon-leaf:before {
.glyphicon-leaf::before {
content: "\e103";
}
.glyphicon-fire:before {
.glyphicon-fire::before {
content: "\e104";
}
.glyphicon-eye-open:before {
.glyphicon-eye-open::before {
content: "\e105";
}
.glyphicon-eye-close:before {
.glyphicon-eye-close::before {
content: "\e106";
}
.glyphicon-warning-sign:before {
.glyphicon-warning-sign::before {
content: "\e107";
}
.glyphicon-plane:before {
.glyphicon-plane::before {
content: "\e108";
}
.glyphicon-calendar:before {
.glyphicon-calendar::before {
content: "\e109";
}
.glyphicon-random:before {
.glyphicon-random::before {
content: "\e110";
}
.glyphicon-comment:before {
.glyphicon-comment::before {
content: "\e111";
}
.glyphicon-magnet:before {
.glyphicon-magnet::before {
content: "\e112";
}
.glyphicon-chevron-up:before {
.glyphicon-chevron-up::before {
content: "\e113";
}
.glyphicon-chevron-down:before {
.glyphicon-chevron-down::before {
content: "\e114";
}
.glyphicon-retweet:before {
.glyphicon-retweet::before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
.glyphicon-shopping-cart::before {
content: "\e116";
}
.glyphicon-folder-close:before {
.glyphicon-folder-close::before {
content: "\e117";
}
.glyphicon-folder-open:before {
.glyphicon-folder-open::before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
.glyphicon-resize-vertical::before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
.glyphicon-resize-horizontal::before {
content: "\e120";
}
.glyphicon-hdd:before {
.glyphicon-hdd::before {
content: "\e121";
}
.glyphicon-bullhorn:before {
.glyphicon-bullhorn::before {
content: "\e122";
}
.glyphicon-bell:before {
.glyphicon-bell::before {
content: "\e123";
}
.glyphicon-certificate:before {
.glyphicon-certificate::before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
.glyphicon-thumbs-up::before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
.glyphicon-thumbs-down::before {
content: "\e126";
}
.glyphicon-hand-right:before {
.glyphicon-hand-right::before {
content: "\e127";
}
.glyphicon-hand-left:before {
.glyphicon-hand-left::before {
content: "\e128";
}
.glyphicon-hand-up:before {
.glyphicon-hand-up::before {
content: "\e129";
}
.glyphicon-hand-down:before {
.glyphicon-hand-down::before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
.glyphicon-circle-arrow-right::before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
.glyphicon-circle-arrow-left::before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
.glyphicon-circle-arrow-up::before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
.glyphicon-circle-arrow-down::before {
content: "\e134";
}
.glyphicon-globe:before {
.glyphicon-globe::before {
content: "\e135";
}
.glyphicon-wrench:before {
.glyphicon-wrench::before {
content: "\e136";
}
.glyphicon-tasks:before {
.glyphicon-tasks::before {
content: "\e137";
}
.glyphicon-filter:before {
.glyphicon-filter::before {
content: "\e138";
}
.glyphicon-briefcase:before {
.glyphicon-briefcase::before {
content: "\e139";
}
.glyphicon-fullscreen:before {
.glyphicon-fullscreen::before {
content: "\e140";
}
.glyphicon-dashboard:before {
.glyphicon-dashboard::before {
content: "\e141";
}
.glyphicon-paperclip:before {
.glyphicon-paperclip::before {
content: "\e142";
}
.glyphicon-heart-empty:before {
.glyphicon-heart-empty::before {
content: "\e143";
}
.glyphicon-link:before {
.glyphicon-link::before {
content: "\e144";
}
.glyphicon-phone:before {
.glyphicon-phone::before {
content: "\e145";
}
.glyphicon-pushpin:before {
.glyphicon-pushpin::before {
content: "\e146";
}
.glyphicon-usd:before {
.glyphicon-usd::before {
content: "\e148";
}
.glyphicon-gbp:before {
.glyphicon-gbp::before {
content: "\e149";
}
.glyphicon-sort:before {
.glyphicon-sort::before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
.glyphicon-sort-by-alphabet::before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
.glyphicon-sort-by-alphabet-alt::before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
.glyphicon-sort-by-order::before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
.glyphicon-sort-by-order-alt::before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
.glyphicon-sort-by-attributes::before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
.glyphicon-sort-by-attributes-alt::before {
content: "\e156";
}
.glyphicon-unchecked:before {
.glyphicon-unchecked::before {
content: "\e157";
}
.glyphicon-expand:before {
.glyphicon-expand::before {
content: "\e158";
}
.glyphicon-collapse-down:before {
.glyphicon-collapse-down::before {
content: "\e159";
}
.glyphicon-collapse-up:before {
.glyphicon-collapse-up::before {
content: "\e160";
}
.glyphicon-log-in:before {
.glyphicon-log-in::before {
content: "\e161";
}
.glyphicon-flash:before {
.glyphicon-flash::before {
content: "\e162";
}
.glyphicon-log-out:before {
.glyphicon-log-out::before {
content: "\e163";
}
.glyphicon-new-window:before {
.glyphicon-new-window::before {
content: "\e164";
}
.glyphicon-record:before {
.glyphicon-record::before {
content: "\e165";
}
.glyphicon-save:before {
.glyphicon-save::before {
content: "\e166";
}
.glyphicon-open:before {
.glyphicon-open::before {
content: "\e167";
}
.glyphicon-saved:before {
.glyphicon-saved::before {
content: "\e168";
}
.glyphicon-import:before {
.glyphicon-import::before {
content: "\e169";
}
.glyphicon-export:before {
.glyphicon-export::before {
content: "\e170";
}
.glyphicon-send:before {
.glyphicon-send::before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
.glyphicon-floppy-disk::before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
.glyphicon-floppy-saved::before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
.glyphicon-floppy-remove::before {
content: "\e174";
}
.glyphicon-floppy-save:before {
.glyphicon-floppy-save::before {
content: "\e175";
}
.glyphicon-floppy-open:before {
.glyphicon-floppy-open::before {
content: "\e176";
}
.glyphicon-credit-card:before {
.glyphicon-credit-card::before {
content: "\e177";
}
.glyphicon-transfer:before {
.glyphicon-transfer::before {
content: "\e178";
}
.glyphicon-cutlery:before {
.glyphicon-cutlery::before {
content: "\e179";
}
.glyphicon-header:before {
.glyphicon-header::before {
content: "\e180";
}
.glyphicon-compressed:before {
.glyphicon-compressed::before {
content: "\e181";
}
.glyphicon-earphone:before {
.glyphicon-earphone::before {
content: "\e182";
}
.glyphicon-phone-alt:before {
.glyphicon-phone-alt::before {
content: "\e183";
}
.glyphicon-tower:before {
.glyphicon-tower::before {
content: "\e184";
}
.glyphicon-stats:before {
.glyphicon-stats::before {
content: "\e185";
}
.glyphicon-sd-video:before {
.glyphicon-sd-video::before {
content: "\e186";
}
.glyphicon-hd-video:before {
.glyphicon-hd-video::before {
content: "\e187";
}
.glyphicon-subtitles:before {
.glyphicon-subtitles::before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
.glyphicon-sound-stereo::before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
.glyphicon-sound-dolby::before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
.glyphicon-sound-5-1::before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
.glyphicon-sound-6-1::before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
.glyphicon-sound-7-1::before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
.glyphicon-copyright-mark::before {
content: "\e194";
}
.glyphicon-registration-mark:before {
.glyphicon-registration-mark::before {
content: "\e195";
}
.glyphicon-cloud-download:before {
.glyphicon-cloud-download::before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
.glyphicon-cloud-upload::before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
.glyphicon-tree-conifer::before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
.glyphicon-tree-deciduous::before {
content: "\e200";
}
.glyphicon-cd:before {
.glyphicon-cd::before {
content: "\e201";
}
.glyphicon-save-file:before {
.glyphicon-save-file::before {
content: "\e202";
}
.glyphicon-open-file:before {
.glyphicon-open-file::before {
content: "\e203";
}
.glyphicon-level-up:before {
.glyphicon-level-up::before {
content: "\e204";
}
.glyphicon-copy:before {
.glyphicon-copy::before {
content: "\e205";
}
.glyphicon-paste:before {
.glyphicon-paste::before {
content: "\e206";
}
.glyphicon-alert:before {
.glyphicon-alert::before {
content: "\e209";
}
.glyphicon-equalizer:before {
.glyphicon-equalizer::before {
content: "\e210";
}
.glyphicon-king:before {
.glyphicon-king::before {
content: "\e211";
}
.glyphicon-queen:before {
.glyphicon-queen::before {
content: "\e212";
}
.glyphicon-pawn:before {
.glyphicon-pawn::before {
content: "\e213";
}
.glyphicon-bishop:before {
.glyphicon-bishop::before {
content: "\e214";
}
.glyphicon-knight:before {
.glyphicon-knight::before {
content: "\e215";
}
.glyphicon-baby-formula:before {
.glyphicon-baby-formula::before {
content: "\e216";
}
.glyphicon-tent:before {
.glyphicon-tent::before {
content: "\26fa";
}
.glyphicon-blackboard:before {
.glyphicon-blackboard::before {
content: "\e218";
}
.glyphicon-bed:before {
.glyphicon-bed::before {
content: "\e219";
}
.glyphicon-apple:before {
.glyphicon-apple::before {
content: "\f8ff";
}
.glyphicon-erase:before {
.glyphicon-erase::before {
content: "\e221";
}
.glyphicon-hourglass:before {
.glyphicon-hourglass::before {
content: "\231b";
}
.glyphicon-lamp:before {
.glyphicon-lamp::before {
content: "\e223";
}
.glyphicon-duplicate:before {
.glyphicon-duplicate::before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
.glyphicon-piggy-bank::before {
content: "\e225";
}
.glyphicon-scissors:before {
.glyphicon-scissors::before {
content: "\e226";
}
.glyphicon-bitcoin:before {
.glyphicon-bitcoin::before {
content: "\e227";
}
.glyphicon-btc:before {
.glyphicon-btc::before {
content: "\e227";
}
.glyphicon-xbt:before {
.glyphicon-xbt::before {
content: "\e227";
}
.glyphicon-yen:before {
.glyphicon-yen::before {
content: "\00a5";
}
.glyphicon-jpy:before {
.glyphicon-jpy::before {
content: "\00a5";
}
.glyphicon-ruble:before {
.glyphicon-ruble::before {
content: "\20bd";
}
.glyphicon-rub:before {
.glyphicon-rub::before {
content: "\20bd";
}
.glyphicon-scale:before {
.glyphicon-scale::before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
.glyphicon-ice-lolly::before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
.glyphicon-ice-lolly-tasted::before {
content: "\e232";
}
.glyphicon-education:before {
.glyphicon-education::before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
.glyphicon-option-horizontal::before {
content: "\e234";
}
.glyphicon-option-vertical:before {
.glyphicon-option-vertical::before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
.glyphicon-menu-hamburger::before {
content: "\e236";
}
.glyphicon-modal-window:before {
.glyphicon-modal-window::before {
content: "\e237";
}
.glyphicon-oil:before {
.glyphicon-oil::before {
content: "\e238";
}
.glyphicon-grain:before {
.glyphicon-grain::before {
content: "\e239";
}
.glyphicon-sunglasses:before {
.glyphicon-sunglasses::before {
content: "\e240";
}
.glyphicon-text-size:before {
.glyphicon-text-size::before {
content: "\e241";
}
.glyphicon-text-color:before {
.glyphicon-text-color::before {
content: "\e242";
}
.glyphicon-text-background:before {
.glyphicon-text-background::before {
content: "\e243";
}
.glyphicon-object-align-top:before {
.glyphicon-object-align-top::before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
.glyphicon-object-align-bottom::before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
.glyphicon-object-align-horizontal::before {
content: "\e246";
}
.glyphicon-object-align-left:before {
.glyphicon-object-align-left::before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
.glyphicon-object-align-vertical::before {
content: "\e248";
}
.glyphicon-object-align-right:before {
.glyphicon-object-align-right::before {
content: "\e249";
}
.glyphicon-triangle-right:before {
.glyphicon-triangle-right::before {
content: "\e250";
}
.glyphicon-triangle-left:before {
.glyphicon-triangle-left::before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
.glyphicon-triangle-bottom::before {
content: "\e252";
}
.glyphicon-triangle-top:before {
.glyphicon-triangle-top::before {
content: "\e253";
}
.glyphicon-console:before {
.glyphicon-console::before {
content: "\e254";
}
.glyphicon-superscript:before {
.glyphicon-superscript::before {
content: "\e255";
}
.glyphicon-subscript:before {
.glyphicon-subscript::before {
content: "\e256";
}
.glyphicon-menu-left:before {
.glyphicon-menu-left::before {
content: "\e257";
}
.glyphicon-menu-right:before {
.glyphicon-menu-right::before {
content: "\e258";
}
.glyphicon-menu-down:before {
.glyphicon-menu-down::before {
content: "\e259";
}
.glyphicon-menu-up:before {
.glyphicon-menu-up::before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
color: #333333;
background-color: #fff;
}
input,
@ -1128,17 +1133,17 @@ img {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
@ -1147,7 +1152,7 @@ hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
@ -1171,6 +1176,7 @@ hr {
[role="button"] {
cursor: pointer;
}
/* stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type */
h1,
h2,
h3,
@ -1212,9 +1218,9 @@ h6 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
font-weight: 400;
line-height: 1;
color: #777;
color: #777777;
}
h1,
.h1,
@ -1334,7 +1340,7 @@ mark,
text-transform: capitalize;
}
.text-muted {
color: #777;
color: #777777;
}
.text-primary {
color: #337ab7;
@ -1410,7 +1416,7 @@ a.bg-danger:focus {
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
@ -1429,8 +1435,8 @@ ol ol {
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
@ -1446,7 +1452,7 @@ dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
font-weight: 700;
}
dd {
margin-left: 0;
@ -1455,9 +1461,9 @@ dd {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@ -1473,7 +1479,7 @@ blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
@ -1486,36 +1492,36 @@ blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
blockquote footer::before,
blockquote small::before,
blockquote .small::before {
content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
.blockquote-reverse footer::before,
blockquote.pull-right footer::before,
.blockquote-reverse small::before,
blockquote.pull-right small::before,
.blockquote-reverse .small::before,
blockquote.pull-right .small::before {
content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
.blockquote-reverse footer::after,
blockquote.pull-right footer::after,
.blockquote-reverse small::after,
blockquote.pull-right small::after,
.blockquote-reverse .small::after,
blockquote.pull-right .small::after {
content: "\00A0 \2014";
}
address {
margin-bottom: 20px;
@ -1541,13 +1547,13 @@ kbd {
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
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, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none;
}
@ -1557,7 +1563,7 @@ pre {
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
@ -1775,7 +1781,7 @@ pre code {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
margin-left: 0%;
}
@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 {
@ -1932,7 +1938,7 @@ pre code {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
margin-left: 0%;
}
}
@media (min-width: 992px) {
@ -2090,7 +2096,7 @@ pre code {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
margin-left: 0%;
}
}
@media (min-width: 1200px) {
@ -2248,16 +2254,28 @@ pre code {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
margin-left: 0%;
}
}
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-no-qualifying-type */
table {
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 {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
color: #777777;
text-align: left;
}
th {
@ -2326,17 +2344,6 @@ th {
.table-hover > tbody > tr:hover {
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
@ -2491,6 +2498,7 @@ table th[class*="col-"] {
border-bottom: 0;
}
}
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation */
fieldset {
min-width: 0;
padding: 0;
@ -2504,7 +2512,7 @@ legend {
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
@ -2512,12 +2520,13 @@ label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
font-weight: 700;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
@ -2525,6 +2534,14 @@ input[type="checkbox"] {
margin-top: 1px \9;
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"] {
display: block;
}
@ -2547,7 +2564,7 @@ output {
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
color: #555555;
}
.form-control {
display: block;
@ -2556,22 +2573,22 @@ output {
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
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, 0.075);
-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;
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;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-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, .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, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
@ -2590,7 +2607,7 @@ output {
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
@ -2600,9 +2617,6 @@ fieldset[disabled] .form-control {
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
@ -2641,12 +2655,18 @@ input[type="search"] {
margin-top: 10px;
margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
font-weight: 400;
cursor: pointer;
}
.radio input[type="radio"],
@ -2667,34 +2687,20 @@ input[type="search"] {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
font-weight: 400;
vertical-align: middle;
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,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.form-control-static {
min-height: 34px;
@ -2827,13 +2833,13 @@ select[multiple].input-lg {
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
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, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-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, .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, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
@ -2857,13 +2863,13 @@ select[multiple].input-lg {
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
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, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-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, .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, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
@ -2887,13 +2893,13 @@ select[multiple].input-lg {
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
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, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-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, .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, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
@ -3003,26 +3009,27 @@ select[multiple].input-lg {
font-size: 12px;
}
}
/* stylelint-disable selector-no-qualifying-type */
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
@ -3043,17 +3050,17 @@ select[multiple].input-lg {
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
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, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: 0.65;
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
@ -3080,6 +3087,7 @@ fieldset[disabled] a.btn {
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
}
.btn-default:active:hover,
@ -3095,11 +3103,6 @@ fieldset[disabled] a.btn {
background-color: #d4d4d4;
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,
fieldset[disabled] .btn-default:hover,
@ -3137,6 +3140,7 @@ fieldset[disabled] .btn-default.focus {
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
background-image: none;
border-color: #204d74;
}
.btn-primary:active:hover,
@ -3152,11 +3156,6 @@ fieldset[disabled] .btn-default.focus {
background-color: #204d74;
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,
fieldset[disabled] .btn-primary:hover,
@ -3194,6 +3193,7 @@ fieldset[disabled] .btn-primary.focus {
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
background-image: none;
border-color: #398439;
}
.btn-success:active:hover,
@ -3209,11 +3209,6 @@ fieldset[disabled] .btn-primary.focus {
background-color: #398439;
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,
fieldset[disabled] .btn-success:hover,
@ -3251,6 +3246,7 @@ fieldset[disabled] .btn-success.focus {
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
background-image: none;
border-color: #269abc;
}
.btn-info:active:hover,
@ -3266,11 +3262,6 @@ fieldset[disabled] .btn-success.focus {
background-color: #269abc;
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,
fieldset[disabled] .btn-info:hover,
@ -3308,6 +3299,7 @@ fieldset[disabled] .btn-info.focus {
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
background-image: none;
border-color: #d58512;
}
.btn-warning:active:hover,
@ -3323,11 +3315,6 @@ fieldset[disabled] .btn-info.focus {
background-color: #d58512;
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,
fieldset[disabled] .btn-warning:hover,
@ -3365,6 +3352,7 @@ fieldset[disabled] .btn-warning.focus {
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
background-image: none;
border-color: #ac2925;
}
.btn-danger:active:hover,
@ -3380,11 +3368,6 @@ fieldset[disabled] .btn-warning.focus {
background-color: #ac2925;
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,
fieldset[disabled] .btn-danger:hover,
@ -3402,7 +3385,7 @@ fieldset[disabled] .btn-danger.focus {
background-color: #fff;
}
.btn-link {
font-weight: normal;
font-weight: 400;
color: #337ab7;
border-radius: 0;
}
@ -3413,7 +3396,7 @@ fieldset[disabled] .btn-danger.focus {
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
@ -3431,7 +3414,7 @@ fieldset[disabled] .btn-link {
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
color: #777777;
text-decoration: none;
}
.btn-lg,
@ -3467,11 +3450,12 @@ input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* stylelint-disable selector-no-qualifying-type */
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
@ -3492,15 +3476,15 @@ tbody.collapse.in {
position: relative;
height: 0;
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;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-o-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 {
display: inline-block;
@ -3537,10 +3521,10 @@ tbody.collapse.in {
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
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, 0.175);
}
.dropdown-menu.pull-right {
right: 0;
@ -3556,9 +3540,9 @@ tbody.collapse.in {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
font-weight: 400;
line-height: 1.42857143;
color: #333;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
@ -3578,7 +3562,7 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
@ -3607,7 +3591,7 @@ tbody.collapse.in {
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
@ -3645,6 +3629,7 @@ tbody.collapse.in {
left: 0;
}
}
/* stylelint-disable selector-no-qualifying-type */
.btn-group,
.btn-group-vertical {
position: relative;
@ -3728,12 +3713,12 @@ tbody.collapse.in {
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
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, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
@ -3816,6 +3801,7 @@ tbody.collapse.in {
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
/* stylelint-disable selector-no-qualifying-type */
.input-group {
position: relative;
display: table;
@ -3901,11 +3887,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
font-weight: 400;
line-height: 1;
color: #555;
color: #555555;
text-align: center;
background-color: #eee;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px;
}
@ -3974,6 +3960,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
z-index: 2;
margin-left: -1px;
}
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
.nav {
padding-left: 0;
margin-bottom: 0;
@ -3991,14 +3978,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777;
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
color: #777777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
@ -4006,7 +3993,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
@ -4032,12 +4019,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0;
}
.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:hover,
.nav-tabs > li.active > a:focus {
color: #555;
color: #555555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
@ -4166,6 +4153,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-left-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 {
position: relative;
min-height: 50px;
@ -4186,10 +4174,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
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, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
@ -4298,8 +4286,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
@ -4369,14 +4357,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 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);
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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
@ -4445,7 +4433,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
@ -4703,13 +4691,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
.breadcrumb > li + li::before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
color: #777777;
}
.pagination {
display: inline-block;
@ -4732,6 +4720,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
background-color: #fff;
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 > span {
margin-left: 0;
@ -4743,15 +4740,6 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
border-top-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 > span,
.pagination > .active > a:hover,
@ -4770,7 +4758,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
color: #777777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
@ -4827,7 +4815,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
@ -4841,7 +4829,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
color: #777777;
cursor: not-allowed;
background-color: #fff;
}
@ -4849,7 +4837,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
@ -4871,7 +4859,7 @@ a.label:focus {
top: -1px;
}
.label-default {
background-color: #777;
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
@ -4923,7 +4911,7 @@ a.label:focus {
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
@ -4963,7 +4951,7 @@ a.badge:focus {
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
@ -5001,6 +4989,7 @@ a.badge:focus {
font-size: 63px;
}
}
/* stylelint-disable selector-no-qualifying-type */
.thumbnail {
display: block;
padding: 4px;
@ -5009,9 +4998,9 @@ a.badge:focus {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
@ -5025,7 +5014,7 @@ a.thumbnail.active {
}
.thumbnail .caption {
padding: 9px;
color: #333;
color: #333333;
}
.alert {
padding: 15px;
@ -5102,6 +5091,7 @@ a.thumbnail.active {
.alert-danger .alert-link {
color: #843534;
}
/* stylelint-disable at-rule-no-vendor-prefix */
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
@ -5132,69 +5122,69 @@ a.thumbnail.active {
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
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, 0.1);
}
.progress-bar {
float: left;
width: 0;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.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: -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: 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, 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, 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;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.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: -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: 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, 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, 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 {
background-color: #5bc0de;
}
.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: -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: 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, 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, 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 {
background-color: #f0ad4e;
}
.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: -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: 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, 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, 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 {
background-color: #d9534f;
}
.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: -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: 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, 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, 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 {
margin-top: 15px;
@ -5244,6 +5234,7 @@ a.thumbnail.active {
padding-left: 0;
list-style: none;
}
/* stylelint-disable selector-no-qualifying-type */
.list-group {
padding-left: 0;
margin-bottom: 20px;
@ -5265,32 +5256,12 @@ a.thumbnail.active {
border-bottom-right-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:hover,
.list-group-item.disabled:focus {
color: #777;
color: #777777;
cursor: not-allowed;
background-color: #eee;
background-color: #eeeeee;
}
.list-group-item.disabled .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:hover .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:hover,
@ -5326,6 +5297,26 @@ button.list-group-item {
.list-group-item.active:focus .list-group-item-text {
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 {
color: #3c763d;
background-color: #dff0d8;
@ -5450,13 +5441,14 @@ button.list-group-item-danger.active:focus {
margin-bottom: 0;
line-height: 1.3;
}
/* stylelint-disable selector-max-type, selector-max-compound-selectors, selector-max-combinators, no-duplicate-selectors */
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
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, 0.05);
}
.panel-body {
padding: 15px;
@ -5689,7 +5681,7 @@ button.list-group-item-danger.active:focus {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
@ -5698,7 +5690,7 @@ button.list-group-item-danger.active:focus {
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
@ -5826,12 +5818,12 @@ button.list-group-item-danger.active:focus {
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
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, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
@ -5841,6 +5833,7 @@ button.list-group-item-danger.active:focus {
padding: 9px;
border-radius: 3px;
}
/* stylelint-disable property-no-vendor-prefix */
.close {
float: right;
font-size: 21px;
@ -5849,7 +5842,7 @@ button.list-group-item-danger.active:focus {
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
opacity: 0.2;
}
.close:hover,
.close:focus {
@ -5857,14 +5850,14 @@ button.list-group-item-danger.active:focus {
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
opacity: 0.5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
@ -5882,19 +5875,19 @@ button.close {
outline: 0;
}
.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%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-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 {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
@ -5911,11 +5904,11 @@ button.close {
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, 0.2);
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;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
@ -5932,7 +5925,7 @@ button.close {
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
opacity: 0.5;
}
.modal-header {
padding: 15px;
@ -5977,8 +5970,8 @@ button.close {
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
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, 0.5);
}
.modal-sm {
width: 300px;
@ -5989,15 +5982,16 @@ button.close {
width: 900px;
}
}
/* stylelint-disable no-duplicate-selectors */
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-weight: 400;
line-height: 1.42857143;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
@ -6008,14 +6002,13 @@ button.close {
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 12px;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
opacity: 0.9;
}
.tooltip.top {
padding: 5px 0;
@ -6104,6 +6097,7 @@ button.close {
border-width: 0 5px 5px;
border-bottom-color: #000;
}
/* stylelint-disable no-duplicate-selectors */
.popover {
position: absolute;
top: 0;
@ -6113,10 +6107,10 @@ button.close {
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-weight: 400;
line-height: 1.42857143;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
@ -6127,16 +6121,15 @@ button.close {
word-spacing: normal;
word-wrap: normal;
white-space: normal;
font-size: 14px;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
@ -6150,6 +6143,22 @@ button.close {
.popover.left {
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 {
padding: 8px 14px;
margin: 0;
@ -6161,31 +6170,15 @@ button.close {
.popover-content {
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 {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
.popover.top > .arrow::after {
bottom: 1px;
margin-left: -10px;
content: " ";
@ -6196,11 +6189,11 @@ button.close {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right > .arrow:after {
.popover.right > .arrow::after {
bottom: -10px;
left: 1px;
content: " ";
@ -6212,10 +6205,10 @@ button.close {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
.popover.bottom > .arrow::after {
top: 1px;
margin-left: -10px;
content: " ";
@ -6227,16 +6220,17 @@ button.close {
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
.popover.left > .arrow::after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
/* stylelint-disable media-feature-name-no-unknown */
.carousel {
position: relative;
}
@ -6248,9 +6242,9 @@ button.close {
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
@ -6258,33 +6252,32 @@ button.close {
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 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.active.left {
left: 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.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
@ -6326,26 +6319,26 @@ button.close {
font-size: 20px;
color: #fff;
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);
filter: alpha(opacity=50);
opacity: .5;
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-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, .5) 0%, rgba(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: linear-gradient(to right, 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, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
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, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-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, .0001) 0%, rgba(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: linear-gradient(to right, 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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
@ -6353,9 +6346,9 @@ button.close {
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
filter: alpha(opacity=90);
opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
@ -6384,11 +6377,11 @@ button.close {
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: '\2039';
.carousel-control .icon-prev::before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: '\203a';
.carousel-control .icon-next::before {
content: "\203a";
}
.carousel-indicators {
position: absolute;
@ -6429,7 +6422,7 @@ button.close {
padding-bottom: 20px;
color: #fff;
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 {
text-shadow: none;
@ -6461,57 +6454,58 @@ button.close {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
/* stylelint-disable declaration-no-important */
.clearfix::before,
.clearfix::after,
.dl-horizontal dd::before,
.dl-horizontal dd::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-header::before,
.modal-header::after,
.modal-footer::before,
.modal-footer::after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
.clearfix::after,
.dl-horizontal dd::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-header::after,
.modal-footer::after {
clear: both;
}
.center-block {
@ -6547,6 +6541,7 @@ button.close {
.affix {
position: fixed;
}
/* stylelint-disable declaration-no-important, at-rule-no-vendor-prefix */
@-ms-viewport {
width: device-width;
}
@ -6757,4 +6752,4 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
/*# sourceMappingURL=bootstrap.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

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

File diff suppressed because one or more lines are too long