0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00
This commit is contained in:
Mark Otto 2016-02-06 18:09:07 -08:00
parent f25f9bceb1
commit 12bb0a7212
6 changed files with 830 additions and 844 deletions

View File

@ -6,8 +6,8 @@
/*! normalize.css commit fe56763 | 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 {
@ -73,13 +73,13 @@ dfn {
}
h1 {
margin: .67em 0;
font-size: 2em;
margin: 0.67em 0;
}
mark {
color: #000;
background: #ff0;
color: #000;
}
small {
@ -88,18 +88,18 @@ small {
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 {
@ -115,9 +115,9 @@ figure {
}
hr {
height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
@ -137,9 +137,9 @@ input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
font: inherit;
margin: 0;
}
button {
@ -166,8 +166,8 @@ html input[disabled] {
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
padding: 0;
}
input {
@ -196,14 +196,14 @@ input[type="search"]::-webkit-search-decoration {
}
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 {
@ -215,8 +215,8 @@ optgroup {
}
table {
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}
td,
@ -244,7 +244,6 @@ th {
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
@ -316,9 +315,8 @@ html {
}
html {
-ms-overflow-style: scrollbar;
font-size: 16px;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@ -434,8 +432,8 @@ table {
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #818a91;
text-align: left;
caption-side: bottom;
@ -498,7 +496,7 @@ output {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
@ -558,7 +556,7 @@ hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
@ -597,10 +595,10 @@ mark,
}
.blockquote {
padding: .5rem 1rem;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
border-left: 0.25rem solid #eceeef;
}
.blockquote-footer {
@ -617,7 +615,7 @@ mark,
padding-right: 1rem;
padding-left: 0;
text-align: right;
border-right: .25rem solid #eceeef;
border-right: 0.25rem solid #eceeef;
border-left: 0;
}
@ -637,20 +635,20 @@ mark,
}
.img-rounded {
border-radius: .3rem;
border-radius: 0.3rem;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
padding: .25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
@ -662,7 +660,7 @@ mark,
}
.figure-img {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
line-height: 1;
}
@ -683,7 +681,7 @@ code {
font-size: 90%;
color: #bd4147;
background-color: #f7f7f9;
border-radius: .25rem;
border-radius: 0.25rem;
}
kbd {
@ -691,7 +689,7 @@ kbd {
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: .2rem;
border-radius: 0.2rem;
}
kbd kbd {
@ -722,16 +720,16 @@ pre code {
}
.container {
padding-right: 7.5px;
padding-left: 7.5px;
margin-right: auto;
margin-left: auto;
margin-right: auto;
padding-left: 7.5px;
padding-right: 7.5px;
}
.container::after {
content: "";
display: table;
clear: both;
content: "";
}
@media (min-width: 544px) {
@ -759,135 +757,135 @@ pre code {
}
.container-fluid {
padding-right: 7.5px;
padding-left: 7.5px;
margin-right: auto;
margin-left: auto;
margin-right: auto;
padding-left: 7.5px;
padding-right: 7.5px;
}
.container-fluid::after {
content: "";
display: table;
clear: both;
content: "";
}
.row {
margin-right: -7.5px;
margin-left: -7.5px;
margin-right: -7.5px;
}
.row::after {
content: "";
display: table;
clear: both;
content: "";
}
.col-xs-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-xs-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-xs-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-xs-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-xs-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-xs-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-xs-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-xs-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-xs-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-xs-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-xs-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-xs-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-xs-0 {
@ -1041,99 +1039,99 @@ pre code {
@media (min-width: 544px) {
.col-sm-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-sm-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-sm-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-sm-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-sm-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-sm-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-sm-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-sm-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-sm-0 {
right: auto;
@ -1214,7 +1212,7 @@ pre code {
left: 100%;
}
.offset-sm-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-sm-1 {
margin-left: 8.333333%;
@ -1254,99 +1252,99 @@ pre code {
@media (min-width: 768px) {
.col-md-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-md-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-md-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-md-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-md-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-md-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-md-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-md-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-md-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-md-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-md-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-md-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-md-0 {
right: auto;
@ -1427,7 +1425,7 @@ pre code {
left: 100%;
}
.offset-md-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-md-1 {
margin-left: 8.333333%;
@ -1467,99 +1465,99 @@ pre code {
@media (min-width: 992px) {
.col-lg-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-lg-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-lg-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-lg-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-lg-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-lg-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-lg-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-lg-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-lg-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-lg-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-lg-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-lg-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-lg-0 {
right: auto;
@ -1640,7 +1638,7 @@ pre code {
left: 100%;
}
.offset-lg-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-lg-1 {
margin-left: 8.333333%;
@ -1680,99 +1678,99 @@ pre code {
@media (min-width: 1200px) {
.col-xl-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-xl-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-xl-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-xl-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-xl-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-xl-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-xl-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-xl-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-xl-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-xl-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-xl-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-xl-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-xl-0 {
right: auto;
@ -1853,7 +1851,7 @@ pre code {
left: 100%;
}
.offset-xl-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-xl-1 {
margin-left: 8.333333%;
@ -1898,7 +1896,7 @@ pre code {
.table th,
.table td {
padding: .75rem;
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #eceeef;
}
@ -1918,7 +1916,7 @@ pre code {
.table-sm th,
.table-sm td {
padding: .3rem;
padding: 0.3rem;
}
.table-bordered {
@ -2092,13 +2090,13 @@ pre code {
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
font-size: 1rem;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: .25rem;
border-radius: 0.25rem;
}
.form-control::-ms-expand {
@ -2146,7 +2144,7 @@ pre code {
}
.form-control-label {
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
}
@ -2194,8 +2192,8 @@ input[type="month"].form-control {
.form-control-static {
min-height: 2.25rem;
padding-top: .375rem;
padding-bottom: .375rem;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
}
@ -2211,19 +2209,19 @@ input[type="month"].form-control {
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
padding: .275rem .75rem;
font-size: .875rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: .2rem;
border-radius: 0.2rem;
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
line-height: 1.333333;
border-radius: .3rem;
border-radius: 0.3rem;
}
.form-group {
@ -2234,7 +2232,7 @@ input[type="month"].form-control {
.checkbox {
position: relative;
display: block;
margin-bottom: .75rem;
margin-bottom: 0.75rem;
}
.radio label,
@ -2300,7 +2298,7 @@ input[type="checkbox"].disabled {
.form-control-danger {
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right .5625rem;
background-position: center right 0.5625rem;
-webkit-background-size: 1.4625rem 1.4625rem;
background-size: 1.4625rem 1.4625rem;
}
@ -2324,8 +2322,8 @@ input[type="checkbox"].disabled {
.has-success .input-group-addon {
color: #5cb85c;
background-color: #eaf6ea;
border-color: #5cb85c;
background-color: #eaf6ea;
}
.has-success .form-control-feedback {
@ -2355,8 +2353,8 @@ input[type="checkbox"].disabled {
.has-warning .input-group-addon {
color: #f0ad4e;
background-color: white;
border-color: #f0ad4e;
background-color: white;
}
.has-warning .form-control-feedback {
@ -2386,8 +2384,8 @@ input[type="checkbox"].disabled {
.has-danger .input-group-addon {
color: #d9534f;
background-color: #fdf7f7;
border-color: #d9534f;
background-color: #fdf7f7;
}
.has-danger .form-control-feedback {
@ -2451,8 +2449,6 @@ input[type="checkbox"].disabled {
.btn {
display: inline-block;
padding: .375rem 1rem;
font-size: 1rem;
font-weight: normal;
text-align: center;
white-space: nowrap;
@ -2463,7 +2459,9 @@ input[type="checkbox"].disabled {
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: .25rem;
padding: 0.375rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
@ -2517,8 +2515,8 @@ fieldset[disabled] a.btn {
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #025aa5;
background-image: none;
border-color: #01549b;
background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
@ -2562,8 +2560,8 @@ fieldset[disabled] a.btn {
.open > .btn-secondary.dropdown-toggle {
color: #373a3c;
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
@ -2607,8 +2605,8 @@ fieldset[disabled] a.btn {
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
background-image: none;
border-color: #2aabd2;
background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
@ -2652,8 +2650,8 @@ fieldset[disabled] a.btn {
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
background-image: none;
border-color: #419641;
background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
@ -2697,8 +2695,8 @@ fieldset[disabled] a.btn {
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
background-image: none;
border-color: #eb9316;
background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
@ -2742,8 +2740,8 @@ fieldset[disabled] a.btn {
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
background-image: none;
border-color: #c12e2a;
background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
@ -2767,8 +2765,8 @@ fieldset[disabled] a.btn {
.btn-outline-primary {
color: #0275d8;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #0275d8;
}
@ -2795,8 +2793,8 @@ fieldset[disabled] a.btn {
.btn-outline-secondary {
color: #ccc;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #ccc;
}
@ -2823,8 +2821,8 @@ fieldset[disabled] a.btn {
.btn-outline-info {
color: #5bc0de;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #5bc0de;
}
@ -2851,8 +2849,8 @@ fieldset[disabled] a.btn {
.btn-outline-success {
color: #5cb85c;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #5cb85c;
}
@ -2879,8 +2877,8 @@ fieldset[disabled] a.btn {
.btn-outline-warning {
color: #f0ad4e;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #f0ad4e;
}
@ -2907,8 +2905,8 @@ fieldset[disabled] a.btn {
.btn-outline-danger {
color: #d9534f;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #d9534f;
}
@ -2963,15 +2961,15 @@ fieldset[disabled] a.btn {
}
.btn-lg, .btn-group-lg > .btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
border-radius: .3rem;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: .25rem .75rem;
font-size: .875rem;
border-radius: .2rem;
padding: 0.25rem 0.75rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.btn-block {
@ -2992,8 +2990,8 @@ input[type="button"].btn-block {
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
@ -3019,8 +3017,8 @@ input[type="button"].btn-block {
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
-o-transition-property: height;
transition-property: height;
}
.dropup,
@ -3036,9 +3034,9 @@ input[type="button"].btn-block {
margin-left: .25rem;
vertical-align: middle;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
@ -3047,7 +3045,7 @@ input[type="button"].btn-block {
.dropup .dropdown-toggle::after {
border-top: 0;
border-bottom: .3em solid;
border-bottom: 0.3em solid;
}
.dropdown-menu {
@ -3067,13 +3065,13 @@ input[type="button"].btn-block {
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-divider {
height: 1px;
margin: .5rem 0;
margin: 0.5rem 0;
overflow: hidden;
background-color: #e5e5e5;
}
@ -3137,7 +3135,7 @@ input[type="button"].btn-block {
.dropdown-header {
display: block;
padding: 5px 20px;
font-size: .875rem;
font-size: 0.875rem;
color: #818a91;
white-space: nowrap;
}
@ -3160,7 +3158,7 @@ input[type="button"].btn-block {
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: .3em solid;
border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
@ -3207,9 +3205,9 @@ input[type="button"].btn-block {
}
.btn-toolbar::after {
content: "";
display: table;
clear: both;
content: "";
}
.btn-toolbar .btn-group,
@ -3232,14 +3230,14 @@ input[type="button"].btn-block {
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
@ -3252,13 +3250,13 @@ input[type="button"].btn-block {
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
@ -3281,12 +3279,12 @@ input[type="button"].btn-block {
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: .3em .3em 0;
border-width: 0.3em 0.3em 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 .3em .3em;
border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn,
@ -3299,9 +3297,9 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn-group::after {
content: "";
display: table;
clear: both;
content: "";
}
.btn-group-vertical > .btn-group > .btn {
@ -3326,8 +3324,8 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
@ -3341,8 +3339,8 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
@ -3392,7 +3390,7 @@ input[type="button"].btn-block {
}
.input-group-addon {
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: normal;
@ -3401,23 +3399,23 @@ input[type="button"].btn-block {
text-align: center;
background-color: #eceeef;
border: 1px solid #ccc;
border-radius: .25rem;
border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: .275rem .75rem;
font-size: .875rem;
border-radius: .2rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
border-radius: .3rem;
border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
@ -3432,8 +3430,8 @@ input[type="button"].btn-block {
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
@ -3447,8 +3445,8 @@ input[type="button"].btn-block {
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
@ -3513,8 +3511,8 @@ input[type="button"].btn-block {
}
.custom-control-input:focus ~ .custom-control-indicator {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
@ -3552,7 +3550,7 @@ input[type="button"].btn-block {
}
.custom-checkbox .custom-control-indicator {
border-radius: .25rem;
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
@ -3578,7 +3576,7 @@ input[type="button"].btn-block {
.custom-controls-stacked .custom-control::after {
display: block;
margin-bottom: .25rem;
margin-bottom: 0.25rem;
content: "";
}
@ -3589,19 +3587,18 @@ input[type="button"].btn-block {
.custom-select {
display: inline-block;
max-width: 100%;
-webkit-appearance: none;
padding: .375rem 1.75rem .375rem .75rem;
padding-right: .75rem \9;
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #55595c;
vertical-align: middle;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
background-image: none \9;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
border: 1px solid #ccc;
border-radius: .25rem;
-moz-appearance: none;
border-radius: 0.25rem;
-moz-appearance: none;
-webkit-appearance: none;
}
.custom-select:focus {
@ -3614,8 +3611,8 @@ input[type="button"].btn-block {
}
.custom-select-sm {
padding-top: .375rem;
padding-bottom: .375rem;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
}
@ -3642,7 +3639,7 @@ input[type="button"].btn-block {
left: 0;
z-index: 5;
height: 2.5rem;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #555;
-webkit-user-select: none;
@ -3651,7 +3648,7 @@ input[type="button"].btn-block {
user-select: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
border-radius: 0.25rem;
}
.custom-file-control::after {
@ -3666,13 +3663,13 @@ input[type="button"].btn-block {
z-index: 6;
display: block;
height: 2.5rem;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #555;
content: "Browse";
background-color: #eee;
border: 1px solid #ddd;
border-radius: 0 .25rem .25rem 0;
border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
@ -3713,9 +3710,9 @@ input[type="button"].btn-block {
}
.nav-tabs::after {
content: "";
display: table;
clear: both;
content: "";
}
.nav-tabs .nav-item {
@ -3724,14 +3721,14 @@ input[type="button"].btn-block {
}
.nav-tabs .nav-item + .nav-item {
margin-left: .2rem;
margin-left: 0.2rem;
}
.nav-tabs .nav-link {
display: block;
padding: .5em 1em;
padding: 0.5em 1em;
border: 1px solid transparent;
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
@ -3755,14 +3752,14 @@ input[type="button"].btn-block {
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.nav-pills::after {
content: "";
display: table;
clear: both;
content: "";
}
.nav-pills .nav-item {
@ -3770,13 +3767,13 @@ input[type="button"].btn-block {
}
.nav-pills .nav-item + .nav-item {
margin-left: .2rem;
margin-left: 0.2rem;
}
.nav-pills .nav-link {
display: block;
padding: .5em 1em;
border-radius: .25rem;
padding: 0.5em 1em;
border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
@ -3794,7 +3791,7 @@ input[type="button"].btn-block {
}
.nav-stacked .nav-item + .nav-item {
margin-top: .2rem;
margin-top: 0.2rem;
margin-left: 0;
}
@ -3808,18 +3805,18 @@ input[type="button"].btn-block {
.navbar {
position: relative;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
}
.navbar::after {
content: "";
display: table;
clear: both;
content: "";
}
@media (min-width: 544px) {
.navbar {
border-radius: .25rem;
border-radius: 0.25rem;
}
}
@ -3858,7 +3855,7 @@ input[type="button"].btn-block {
.navbar-sticky-top {
position: -webkit-sticky;
position: sticky;
position: sticky;
top: 0;
z-index: 1030;
width: 100%;
@ -3906,7 +3903,7 @@ input[type="button"].btn-block {
line-height: 1;
background: none;
border: 1px solid transparent;
border-radius: .25rem;
border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
@ -3950,19 +3947,19 @@ input[type="button"].btn-block {
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .3);
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .6);
color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
@ -3975,11 +3972,11 @@ input[type="button"].btn-block {
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand {
@ -3991,11 +3988,11 @@ input[type="button"].btn-block {
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5);
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75);
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
@ -4012,17 +4009,17 @@ input[type="button"].btn-block {
}
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
background-color: rgba(255, 255, 255, 0.075);
}
.card {
position: relative;
display: block;
margin-bottom: .75rem;
margin-bottom: 0.75rem;
background-color: #fff;
border-radius: .25rem;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
border-radius: 0.25rem;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-block {
@ -4030,17 +4027,17 @@ input[type="button"].btn-block {
}
.card-block::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-title {
margin-bottom: .75rem;
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -.375rem;
margin-top: -0.375rem;
margin-bottom: 0;
}
@ -4057,51 +4054,51 @@ input[type="button"].btn-block {
}
.card > .list-group:first-child .list-group-item:first-child {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
.card-header {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-header::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-header:first-child {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card-footer {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-footer::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-footer:last-child {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
@ -4110,8 +4107,8 @@ input[type="button"].btn-block {
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-primary {
@ -4171,7 +4168,7 @@ input[type="button"].btn-block {
.card-inverse .card-header,
.card-inverse .card-footer {
border-bottom: 1px solid rgba(255, 255, 255, .2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
@ -4184,7 +4181,7 @@ input[type="button"].btn-block {
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
color: rgba(255, 255, 255, .65);
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
@ -4198,7 +4195,7 @@ input[type="button"].btn-block {
}
.card-img {
border-radius: .25rem;
border-radius: 0.25rem;
}
.card-img-overlay {
@ -4211,11 +4208,11 @@ input[type="button"].btn-block {
}
.card-img-top {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card-img-bottom {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
@media (min-width: 544px) {
@ -4250,8 +4247,8 @@ input[type="button"].btn-block {
border-left: 0;
}
.card-group .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
@ -4260,8 +4257,8 @@ input[type="button"].btn-block {
border-bottom-right-radius: 0;
}
.card-group .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
@ -4294,17 +4291,17 @@ input[type="button"].btn-block {
}
.breadcrumb {
padding: .75rem 1rem;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #eceeef;
border-radius: .25rem;
border-radius: 0.25rem;
}
.breadcrumb::after {
content: "";
display: table;
clear: both;
content: "";
}
.breadcrumb-item {
@ -4313,8 +4310,8 @@ input[type="button"].btn-block {
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #818a91;
content: "/";
}
@ -4336,7 +4333,7 @@ input[type="button"].btn-block {
padding-left: 0;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: .25rem;
border-radius: 0.25rem;
}
.page-item {
@ -4345,13 +4342,13 @@ input[type="button"].btn-block {
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
@ -4373,7 +4370,7 @@ input[type="button"].btn-block {
.page-link {
position: relative;
float: left;
padding: .5rem .75rem;
padding: 0.5rem 0.75rem;
margin-left: -1px;
color: #0275d8;
text-decoration: none;
@ -4388,33 +4385,33 @@ input[type="button"].btn-block {
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem;
border-bottom-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
border-bottom-right-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: .275rem .75rem;
font-size: .875rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem;
border-bottom-left-radius: 0.2rem;
border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem;
border-bottom-right-radius: 0.2rem;
border-top-right-radius: 0.2rem;
}
.label {
@ -4427,7 +4424,7 @@ input[type="button"].btn-block {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
border-radius: 0.25rem;
}
.label:empty {
@ -4503,7 +4500,7 @@ a.label:focus, a.label:hover {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #eceeef;
border-radius: .3rem;
border-radius: 0.3rem;
}
@media (min-width: 544px) {
@ -4526,7 +4523,7 @@ a.label:focus, a.label:hover {
padding: 15px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
border-radius: 0.25rem;
}
.alert-heading {
@ -4549,9 +4546,9 @@ a.label:focus, a.label:hover {
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}
.alert-success hr {
@ -4563,9 +4560,9 @@ a.label:focus, a.label:hover {
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.alert-info hr {
@ -4577,9 +4574,9 @@ a.label:focus, a.label:hover {
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.alert-warning hr {
@ -4591,9 +4588,9 @@ a.label:focus, a.label:hover {
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.alert-danger hr {
@ -4639,13 +4636,12 @@ a.label:focus, a.label:hover {
}
.progress[value] {
-webkit-appearance: none;
background-color: #eee;
border: 0;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
}
.progress[value]::-ms-fill {
@ -4655,78 +4651,78 @@ a.label:focus, a.label:hover {
.progress[value]::-moz-progress-bar {
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value="100"]::-moz-progress-bar {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value="100"]::-webkit-progress-value {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
base::-moz-progress-bar,
.progress[value] {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
.progress {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
.progress-bar {
display: inline-block;
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[width="100%"] {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
}
.progress-striped[value]::-webkit-progress-value {
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: 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: 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: 1rem 1rem;
background-size: 1rem 1rem;
}
.progress-striped[value]::-moz-progress-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-striped[value]::-ms-fill {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
@media screen and (min-width: 0\0) {
.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: 1rem 1rem;
background-size: 1rem 1rem;
}
@ -4894,14 +4890,14 @@ base::-moz-progress-bar,
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-flush .list-group-item {
@ -5153,11 +5149,11 @@ button.list-group-item-danger.active:hover {
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
@ -5173,16 +5169,16 @@ button.close {
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
@ -5212,8 +5208,8 @@ button.close {
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
@ -5232,7 +5228,7 @@ button.close {
}
.modal-backdrop.in {
opacity: .5;
opacity: 0.5;
}
.modal-header {
@ -5241,9 +5237,9 @@ button.close {
}
.modal-header::after {
content: "";
display: table;
clear: both;
content: "";
}
.modal-header .close {
@ -5267,9 +5263,9 @@ button.close {
}
.modal-footer::after {
content: "";
display: table;
clear: both;
content: "";
}
.modal-footer .btn + .btn {
@ -5314,27 +5310,26 @@ button.close {
z-index: 1070;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
white-space: normal;
word-break: normal;
word-spacing: normal;
font-size: 0.875rem;
word-wrap: break-word;
white-space: normal;
opacity: 0;
line-break: auto;
}
.tooltip.in {
opacity: .9;
opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
@ -5395,7 +5390,7 @@ button.close {
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem;
border-radius: 0.25rem;
}
.tooltip-arrow {
@ -5415,27 +5410,26 @@ button.close {
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
white-space: normal;
word-break: normal;
word-spacing: normal;
font-size: 0.875rem;
word-wrap: break-word;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
line-break: auto;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
@ -5446,7 +5440,7 @@ button.close {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
@ -5466,7 +5460,7 @@ button.close {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
@ -5487,7 +5481,7 @@ button.close {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, .25);
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
@ -5507,7 +5501,7 @@ button.close {
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, .25);
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
@ -5524,7 +5518,7 @@ button.close {
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: .2375rem .2375rem 0 0;
border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-content {
@ -5563,8 +5557,8 @@ button.close {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
@ -5575,11 +5569,10 @@ button.close {
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
@ -5649,28 +5642,28 @@ button.close {
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
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: -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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
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: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
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: -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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
@ -5752,7 +5745,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 {
@ -5838,9 +5831,9 @@ a.bg-danger:focus, a.bg-danger:hover {
}
.clearfix::after {
content: "";
display: table;
clear: both;
content: "";
}
.pull-xs-left {
@ -6425,4 +6418,4 @@ a.text-danger:focus, a.text-danger:hover {
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

View File

@ -6,8 +6,8 @@
/*! normalize.css commit fe56763 | 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 {
@ -73,13 +73,13 @@ dfn {
}
h1 {
margin: .67em 0;
font-size: 2em;
margin: 0.67em 0;
}
mark {
color: #000;
background: #ff0;
color: #000;
}
small {
@ -88,18 +88,18 @@ small {
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 {
@ -115,9 +115,9 @@ figure {
}
hr {
height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
@ -137,9 +137,9 @@ input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
font: inherit;
margin: 0;
}
button {
@ -166,8 +166,8 @@ html input[disabled] {
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
padding: 0;
}
input {
@ -196,14 +196,14 @@ input[type="search"]::-webkit-search-decoration {
}
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 {
@ -215,8 +215,8 @@ optgroup {
}
table {
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}
td,
@ -244,7 +244,6 @@ th {
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
@ -316,9 +315,8 @@ html {
}
html {
-ms-overflow-style: scrollbar;
font-size: 16px;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@ -434,8 +432,8 @@ table {
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #818a91;
text-align: left;
caption-side: bottom;
@ -498,7 +496,7 @@ output {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
@ -558,7 +556,7 @@ hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
@ -597,10 +595,10 @@ mark,
}
.blockquote {
padding: .5rem 1rem;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
border-left: 0.25rem solid #eceeef;
}
.blockquote-footer {
@ -617,7 +615,7 @@ mark,
padding-right: 1rem;
padding-left: 0;
text-align: right;
border-right: .25rem solid #eceeef;
border-right: 0.25rem solid #eceeef;
border-left: 0;
}
@ -637,20 +635,20 @@ mark,
}
.img-rounded {
border-radius: .3rem;
border-radius: 0.3rem;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
padding: .25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
@ -662,7 +660,7 @@ mark,
}
.figure-img {
margin-bottom: .5rem;
margin-bottom: 0.5rem;
line-height: 1;
}
@ -683,7 +681,7 @@ code {
font-size: 90%;
color: #bd4147;
background-color: #f7f7f9;
border-radius: .25rem;
border-radius: 0.25rem;
}
kbd {
@ -691,7 +689,7 @@ kbd {
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: .2rem;
border-radius: 0.2rem;
}
kbd kbd {
@ -722,16 +720,16 @@ pre code {
}
.container {
padding-right: 7.5px;
padding-left: 7.5px;
margin-right: auto;
margin-left: auto;
margin-right: auto;
padding-left: 7.5px;
padding-right: 7.5px;
}
.container::after {
content: "";
display: table;
clear: both;
content: "";
}
@media (min-width: 544px) {
@ -759,135 +757,135 @@ pre code {
}
.container-fluid {
padding-right: 7.5px;
padding-left: 7.5px;
margin-right: auto;
margin-left: auto;
margin-right: auto;
padding-left: 7.5px;
padding-right: 7.5px;
}
.container-fluid::after {
content: "";
display: table;
clear: both;
content: "";
}
.row {
margin-right: -7.5px;
margin-left: -7.5px;
margin-right: -7.5px;
}
.row::after {
content: "";
display: table;
clear: both;
content: "";
}
.col-xs-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-xs-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-xs-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-xs-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-xs-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-xs-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-xs-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-xs-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-xs-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-xs-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-xs-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-xs-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-xs-0 {
@ -1041,99 +1039,99 @@ pre code {
@media (min-width: 544px) {
.col-sm-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-sm-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-sm-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-sm-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-sm-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-sm-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-sm-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-sm-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-sm-0 {
right: auto;
@ -1214,7 +1212,7 @@ pre code {
left: 100%;
}
.offset-sm-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-sm-1 {
margin-left: 8.333333%;
@ -1254,99 +1252,99 @@ pre code {
@media (min-width: 768px) {
.col-md-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-md-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-md-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-md-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-md-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-md-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-md-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-md-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-md-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-md-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-md-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-md-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-md-0 {
right: auto;
@ -1427,7 +1425,7 @@ pre code {
left: 100%;
}
.offset-md-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-md-1 {
margin-left: 8.333333%;
@ -1467,99 +1465,99 @@ pre code {
@media (min-width: 992px) {
.col-lg-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-lg-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-lg-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-lg-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-lg-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-lg-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-lg-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-lg-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-lg-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-lg-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-lg-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-lg-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-lg-0 {
right: auto;
@ -1640,7 +1638,7 @@ pre code {
left: 100%;
}
.offset-lg-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-lg-1 {
margin-left: 8.333333%;
@ -1680,99 +1678,99 @@ pre code {
@media (min-width: 1200px) {
.col-xl-1 {
position: relative;
float: left;
width: 8.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 8.333333%;
}
.col-xl-2 {
position: relative;
float: left;
width: 16.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 16.666667%;
}
.col-xl-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 25%;
}
.col-xl-4 {
position: relative;
float: left;
width: 33.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 33.333333%;
}
.col-xl-5 {
position: relative;
float: left;
width: 41.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 41.666667%;
}
.col-xl-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 50%;
}
.col-xl-7 {
position: relative;
float: left;
width: 58.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 58.333333%;
}
.col-xl-8 {
position: relative;
float: left;
width: 66.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 66.666667%;
}
.col-xl-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 75%;
}
.col-xl-10 {
position: relative;
float: left;
width: 83.333333%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 83.333333%;
}
.col-xl-11 {
position: relative;
float: left;
width: 91.666667%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 91.666667%;
}
.col-xl-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-right: 7.5px;
padding-left: 7.5px;
float: left;
width: 100%;
}
.pull-xl-0 {
right: auto;
@ -1853,7 +1851,7 @@ pre code {
left: 100%;
}
.offset-xl-0 {
margin-left: 0;
margin-left: 0%;
}
.offset-xl-1 {
margin-left: 8.333333%;
@ -1898,7 +1896,7 @@ pre code {
.table th,
.table td {
padding: .75rem;
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #eceeef;
}
@ -1918,7 +1916,7 @@ pre code {
.table-sm th,
.table-sm td {
padding: .3rem;
padding: 0.3rem;
}
.table-bordered {
@ -2092,13 +2090,13 @@ pre code {
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
font-size: 1rem;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: .25rem;
border-radius: 0.25rem;
}
.form-control::-ms-expand {
@ -2146,7 +2144,7 @@ pre code {
}
.form-control-label {
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
}
@ -2194,8 +2192,8 @@ input[type="month"].form-control {
.form-control-static {
min-height: 2.25rem;
padding-top: .375rem;
padding-bottom: .375rem;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
}
@ -2211,19 +2209,19 @@ input[type="month"].form-control {
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
padding: .275rem .75rem;
font-size: .875rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: .2rem;
border-radius: 0.2rem;
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
line-height: 1.333333;
border-radius: .3rem;
border-radius: 0.3rem;
}
.form-group {
@ -2234,7 +2232,7 @@ input[type="month"].form-control {
.checkbox {
position: relative;
display: block;
margin-bottom: .75rem;
margin-bottom: 0.75rem;
}
.radio label,
@ -2300,7 +2298,7 @@ input[type="checkbox"].disabled {
.form-control-danger {
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right .5625rem;
background-position: center right 0.5625rem;
-webkit-background-size: 1.4625rem 1.4625rem;
background-size: 1.4625rem 1.4625rem;
}
@ -2324,8 +2322,8 @@ input[type="checkbox"].disabled {
.has-success .input-group-addon {
color: #5cb85c;
background-color: #eaf6ea;
border-color: #5cb85c;
background-color: #eaf6ea;
}
.has-success .form-control-feedback {
@ -2355,8 +2353,8 @@ input[type="checkbox"].disabled {
.has-warning .input-group-addon {
color: #f0ad4e;
background-color: white;
border-color: #f0ad4e;
background-color: white;
}
.has-warning .form-control-feedback {
@ -2386,8 +2384,8 @@ input[type="checkbox"].disabled {
.has-danger .input-group-addon {
color: #d9534f;
background-color: #fdf7f7;
border-color: #d9534f;
background-color: #fdf7f7;
}
.has-danger .form-control-feedback {
@ -2451,8 +2449,6 @@ input[type="checkbox"].disabled {
.btn {
display: inline-block;
padding: .375rem 1rem;
font-size: 1rem;
font-weight: normal;
text-align: center;
white-space: nowrap;
@ -2463,7 +2459,9 @@ input[type="checkbox"].disabled {
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: .25rem;
padding: 0.375rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
@ -2517,8 +2515,8 @@ fieldset[disabled] a.btn {
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #025aa5;
background-image: none;
border-color: #01549b;
background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
@ -2562,8 +2560,8 @@ fieldset[disabled] a.btn {
.open > .btn-secondary.dropdown-toggle {
color: #373a3c;
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
@ -2607,8 +2605,8 @@ fieldset[disabled] a.btn {
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
background-image: none;
border-color: #2aabd2;
background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
@ -2652,8 +2650,8 @@ fieldset[disabled] a.btn {
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
background-image: none;
border-color: #419641;
background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
@ -2697,8 +2695,8 @@ fieldset[disabled] a.btn {
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
background-image: none;
border-color: #eb9316;
background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
@ -2742,8 +2740,8 @@ fieldset[disabled] a.btn {
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
background-image: none;
border-color: #c12e2a;
background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
@ -2767,8 +2765,8 @@ fieldset[disabled] a.btn {
.btn-outline-primary {
color: #0275d8;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #0275d8;
}
@ -2795,8 +2793,8 @@ fieldset[disabled] a.btn {
.btn-outline-secondary {
color: #ccc;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #ccc;
}
@ -2823,8 +2821,8 @@ fieldset[disabled] a.btn {
.btn-outline-info {
color: #5bc0de;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #5bc0de;
}
@ -2851,8 +2849,8 @@ fieldset[disabled] a.btn {
.btn-outline-success {
color: #5cb85c;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #5cb85c;
}
@ -2879,8 +2877,8 @@ fieldset[disabled] a.btn {
.btn-outline-warning {
color: #f0ad4e;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #f0ad4e;
}
@ -2907,8 +2905,8 @@ fieldset[disabled] a.btn {
.btn-outline-danger {
color: #d9534f;
background-color: transparent;
background-image: none;
background-color: transparent;
border-color: #d9534f;
}
@ -2963,15 +2961,15 @@ fieldset[disabled] a.btn {
}
.btn-lg, .btn-group-lg > .btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
border-radius: .3rem;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: .25rem .75rem;
font-size: .875rem;
border-radius: .2rem;
padding: 0.25rem 0.75rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.btn-block {
@ -2992,8 +2990,8 @@ input[type="button"].btn-block {
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
@ -3019,8 +3017,8 @@ input[type="button"].btn-block {
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
-o-transition-property: height;
transition-property: height;
}
.dropup,
@ -3036,9 +3034,9 @@ input[type="button"].btn-block {
margin-left: .25rem;
vertical-align: middle;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
@ -3047,7 +3045,7 @@ input[type="button"].btn-block {
.dropup .dropdown-toggle::after {
border-top: 0;
border-bottom: .3em solid;
border-bottom: 0.3em solid;
}
.dropdown-menu {
@ -3067,13 +3065,13 @@ input[type="button"].btn-block {
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-divider {
height: 1px;
margin: .5rem 0;
margin: 0.5rem 0;
overflow: hidden;
background-color: #e5e5e5;
}
@ -3137,7 +3135,7 @@ input[type="button"].btn-block {
.dropdown-header {
display: block;
padding: 5px 20px;
font-size: .875rem;
font-size: 0.875rem;
color: #818a91;
white-space: nowrap;
}
@ -3160,7 +3158,7 @@ input[type="button"].btn-block {
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: .3em solid;
border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
@ -3207,9 +3205,9 @@ input[type="button"].btn-block {
}
.btn-toolbar::after {
content: "";
display: table;
clear: both;
content: "";
}
.btn-toolbar .btn-group,
@ -3232,14 +3230,14 @@ input[type="button"].btn-block {
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
@ -3252,13 +3250,13 @@ input[type="button"].btn-block {
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
@ -3281,12 +3279,12 @@ input[type="button"].btn-block {
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: .3em .3em 0;
border-width: 0.3em 0.3em 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 .3em .3em;
border-width: 0 0.3em 0.3em;
}
.btn-group-vertical > .btn,
@ -3299,9 +3297,9 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn-group::after {
content: "";
display: table;
clear: both;
content: "";
}
.btn-group-vertical > .btn-group > .btn {
@ -3326,8 +3324,8 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
@ -3341,8 +3339,8 @@ input[type="button"].btn-block {
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
@ -3392,7 +3390,7 @@ input[type="button"].btn-block {
}
.input-group-addon {
padding: .375rem .75rem;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: normal;
@ -3401,23 +3399,23 @@ input[type="button"].btn-block {
text-align: center;
background-color: #eceeef;
border: 1px solid #ccc;
border-radius: .25rem;
border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: .275rem .75rem;
font-size: .875rem;
border-radius: .2rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
font-size: 1.25rem;
border-radius: .3rem;
border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
@ -3432,8 +3430,8 @@ input[type="button"].btn-block {
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
@ -3447,8 +3445,8 @@ input[type="button"].btn-block {
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
@ -3513,8 +3511,8 @@ input[type="button"].btn-block {
}
.custom-control-input:focus ~ .custom-control-indicator {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
@ -3552,7 +3550,7 @@ input[type="button"].btn-block {
}
.custom-checkbox .custom-control-indicator {
border-radius: .25rem;
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
@ -3578,7 +3576,7 @@ input[type="button"].btn-block {
.custom-controls-stacked .custom-control::after {
display: block;
margin-bottom: .25rem;
margin-bottom: 0.25rem;
content: "";
}
@ -3589,19 +3587,18 @@ input[type="button"].btn-block {
.custom-select {
display: inline-block;
max-width: 100%;
-webkit-appearance: none;
padding: .375rem 1.75rem .375rem .75rem;
padding-right: .75rem \9;
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
padding-right: 0.75rem \9;
color: #55595c;
vertical-align: middle;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
background-image: none \9;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
border: 1px solid #ccc;
border-radius: .25rem;
-moz-appearance: none;
border-radius: 0.25rem;
-moz-appearance: none;
-webkit-appearance: none;
}
.custom-select:focus {
@ -3614,8 +3611,8 @@ input[type="button"].btn-block {
}
.custom-select-sm {
padding-top: .375rem;
padding-bottom: .375rem;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
}
@ -3642,7 +3639,7 @@ input[type="button"].btn-block {
left: 0;
z-index: 5;
height: 2.5rem;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #555;
-webkit-user-select: none;
@ -3651,7 +3648,7 @@ input[type="button"].btn-block {
user-select: none;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
border-radius: 0.25rem;
}
.custom-file-control::after {
@ -3666,13 +3663,13 @@ input[type="button"].btn-block {
z-index: 6;
display: block;
height: 2.5rem;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
line-height: 1.5;
color: #555;
content: "Browse";
background-color: #eee;
border: 1px solid #ddd;
border-radius: 0 .25rem .25rem 0;
border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
@ -3713,9 +3710,9 @@ input[type="button"].btn-block {
}
.nav-tabs::after {
content: "";
display: table;
clear: both;
content: "";
}
.nav-tabs .nav-item {
@ -3724,14 +3721,14 @@ input[type="button"].btn-block {
}
.nav-tabs .nav-item + .nav-item {
margin-left: .2rem;
margin-left: 0.2rem;
}
.nav-tabs .nav-link {
display: block;
padding: .5em 1em;
padding: 0.5em 1em;
border: 1px solid transparent;
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
@ -3755,14 +3752,14 @@ input[type="button"].btn-block {
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.nav-pills::after {
content: "";
display: table;
clear: both;
content: "";
}
.nav-pills .nav-item {
@ -3770,13 +3767,13 @@ input[type="button"].btn-block {
}
.nav-pills .nav-item + .nav-item {
margin-left: .2rem;
margin-left: 0.2rem;
}
.nav-pills .nav-link {
display: block;
padding: .5em 1em;
border-radius: .25rem;
padding: 0.5em 1em;
border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
@ -3794,7 +3791,7 @@ input[type="button"].btn-block {
}
.nav-stacked .nav-item + .nav-item {
margin-top: .2rem;
margin-top: 0.2rem;
margin-left: 0;
}
@ -3808,18 +3805,18 @@ input[type="button"].btn-block {
.navbar {
position: relative;
padding: .5rem 1rem;
padding: 0.5rem 1rem;
}
.navbar::after {
content: "";
display: table;
clear: both;
content: "";
}
@media (min-width: 544px) {
.navbar {
border-radius: .25rem;
border-radius: 0.25rem;
}
}
@ -3858,7 +3855,7 @@ input[type="button"].btn-block {
.navbar-sticky-top {
position: -webkit-sticky;
position: sticky;
position: sticky;
top: 0;
z-index: 1030;
width: 100%;
@ -3906,7 +3903,7 @@ input[type="button"].btn-block {
line-height: 1;
background: none;
border: 1px solid transparent;
border-radius: .25rem;
border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
@ -3950,19 +3947,19 @@ input[type="button"].btn-block {
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .3);
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .6);
color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
@ -3975,11 +3972,11 @@ input[type="button"].btn-block {
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
color: rgba(0, 0, 0, .8);
color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand {
@ -3991,11 +3988,11 @@ input[type="button"].btn-block {
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5);
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75);
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
@ -4012,17 +4009,17 @@ input[type="button"].btn-block {
}
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
background-color: rgba(255, 255, 255, 0.075);
}
.card {
position: relative;
display: block;
margin-bottom: .75rem;
margin-bottom: 0.75rem;
background-color: #fff;
border-radius: .25rem;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
border-radius: 0.25rem;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-block {
@ -4030,17 +4027,17 @@ input[type="button"].btn-block {
}
.card-block::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-title {
margin-bottom: .75rem;
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -.375rem;
margin-top: -0.375rem;
margin-bottom: 0;
}
@ -4057,51 +4054,51 @@ input[type="button"].btn-block {
}
.card > .list-group:first-child .list-group-item:first-child {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
.card-header {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-header::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-header:first-child {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card-footer {
padding: .75rem 1.25rem;
padding: 0.75rem 1.25rem;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-footer::after {
content: "";
display: table;
clear: both;
content: "";
}
.card-footer:last-child {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
@ -4110,8 +4107,8 @@ input[type="button"].btn-block {
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem;
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-primary {
@ -4171,7 +4168,7 @@ input[type="button"].btn-block {
.card-inverse .card-header,
.card-inverse .card-footer {
border-bottom: 1px solid rgba(255, 255, 255, .2);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
@ -4184,7 +4181,7 @@ input[type="button"].btn-block {
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
color: rgba(255, 255, 255, .65);
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
@ -4198,7 +4195,7 @@ input[type="button"].btn-block {
}
.card-img {
border-radius: .25rem;
border-radius: 0.25rem;
}
.card-img-overlay {
@ -4211,11 +4208,11 @@ input[type="button"].btn-block {
}
.card-img-top {
border-radius: .25rem .25rem 0 0;
border-radius: 0.25rem 0.25rem 0 0;
}
.card-img-bottom {
border-radius: 0 0 .25rem .25rem;
border-radius: 0 0 0.25rem 0.25rem;
}
@media (min-width: 544px) {
@ -4250,8 +4247,8 @@ input[type="button"].btn-block {
border-left: 0;
}
.card-group .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
@ -4260,8 +4257,8 @@ input[type="button"].btn-block {
border-bottom-right-radius: 0;
}
.card-group .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
@ -4294,17 +4291,17 @@ input[type="button"].btn-block {
}
.breadcrumb {
padding: .75rem 1rem;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #eceeef;
border-radius: .25rem;
border-radius: 0.25rem;
}
.breadcrumb::after {
content: "";
display: table;
clear: both;
content: "";
}
.breadcrumb-item {
@ -4313,8 +4310,8 @@ input[type="button"].btn-block {
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
padding-right: 0.5rem;
padding-left: 0.5rem;
color: #818a91;
content: "/";
}
@ -4336,7 +4333,7 @@ input[type="button"].btn-block {
padding-left: 0;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: .25rem;
border-radius: 0.25rem;
}
.page-item {
@ -4345,13 +4342,13 @@ input[type="button"].btn-block {
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
@ -4373,7 +4370,7 @@ input[type="button"].btn-block {
.page-link {
position: relative;
float: left;
padding: .5rem .75rem;
padding: 0.5rem 0.75rem;
margin-left: -1px;
color: #0275d8;
text-decoration: none;
@ -4388,33 +4385,33 @@ input[type="button"].btn-block {
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem;
border-bottom-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
border-bottom-right-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: .275rem .75rem;
font-size: .875rem;
padding: 0.275rem 0.75rem;
font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem;
border-bottom-left-radius: 0.2rem;
border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem;
border-bottom-right-radius: 0.2rem;
border-top-right-radius: 0.2rem;
}
.label {
@ -4427,7 +4424,7 @@ input[type="button"].btn-block {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
border-radius: 0.25rem;
}
.label:empty {
@ -4503,7 +4500,7 @@ a.label:focus, a.label:hover {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #eceeef;
border-radius: .3rem;
border-radius: 0.3rem;
}
@media (min-width: 544px) {
@ -4526,7 +4523,7 @@ a.label:focus, a.label:hover {
padding: 15px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
border-radius: 0.25rem;
}
.alert-heading {
@ -4549,9 +4546,9 @@ a.label:focus, a.label:hover {
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}
.alert-success hr {
@ -4563,9 +4560,9 @@ a.label:focus, a.label:hover {
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.alert-info hr {
@ -4577,9 +4574,9 @@ a.label:focus, a.label:hover {
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.alert-warning hr {
@ -4591,9 +4588,9 @@ a.label:focus, a.label:hover {
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.alert-danger hr {
@ -4639,13 +4636,12 @@ a.label:focus, a.label:hover {
}
.progress[value] {
-webkit-appearance: none;
background-color: #eee;
border: 0;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
}
.progress[value]::-ms-fill {
@ -4655,78 +4651,78 @@ a.label:focus, a.label:hover {
.progress[value]::-moz-progress-bar {
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[value="100"]::-moz-progress-bar {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value="100"]::-webkit-progress-value {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
base::-moz-progress-bar,
.progress[value] {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
@media screen and (min-width: 0\0) {
.progress {
background-color: #eee;
border-radius: .25rem;
border-radius: 0.25rem;
}
.progress-bar {
display: inline-block;
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.progress[width="100%"] {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
}
.progress-striped[value]::-webkit-progress-value {
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: 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: 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: 1rem 1rem;
background-size: 1rem 1rem;
}
.progress-striped[value]::-moz-progress-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-striped[value]::-ms-fill {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
@media screen and (min-width: 0\0) {
.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: 1rem 1rem;
background-size: 1rem 1rem;
}
@ -4894,14 +4890,14 @@ base::-moz-progress-bar,
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-flush .list-group-item {
@ -5153,11 +5149,11 @@ button.list-group-item-danger.active:hover {
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
@ -5173,16 +5169,16 @@ button.close {
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
@ -5212,8 +5208,8 @@ button.close {
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
@ -5232,7 +5228,7 @@ button.close {
}
.modal-backdrop.in {
opacity: .5;
opacity: 0.5;
}
.modal-header {
@ -5241,9 +5237,9 @@ button.close {
}
.modal-header::after {
content: "";
display: table;
clear: both;
content: "";
}
.modal-header .close {
@ -5267,9 +5263,9 @@ button.close {
}
.modal-footer::after {
content: "";
display: table;
clear: both;
content: "";
}
.modal-footer .btn + .btn {
@ -5314,27 +5310,26 @@ button.close {
z-index: 1070;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
white-space: normal;
word-break: normal;
word-spacing: normal;
font-size: 0.875rem;
word-wrap: break-word;
white-space: normal;
opacity: 0;
line-break: auto;
}
.tooltip.in {
opacity: .9;
opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
@ -5395,7 +5390,7 @@ button.close {
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem;
border-radius: 0.25rem;
}
.tooltip-arrow {
@ -5415,27 +5410,26 @@ button.close {
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
white-space: normal;
word-break: normal;
word-spacing: normal;
font-size: 0.875rem;
word-wrap: break-word;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
line-break: auto;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
@ -5446,7 +5440,7 @@ button.close {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
@ -5466,7 +5460,7 @@ button.close {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
@ -5487,7 +5481,7 @@ button.close {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, .25);
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
@ -5507,7 +5501,7 @@ button.close {
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, .25);
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
@ -5524,7 +5518,7 @@ button.close {
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: .2375rem .2375rem 0 0;
border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-content {
@ -5563,8 +5557,8 @@ button.close {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
@ -5575,11 +5569,10 @@ button.close {
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
@ -5649,28 +5642,28 @@ button.close {
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5;
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
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: -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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
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: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
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: -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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
@ -5752,7 +5745,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 {
@ -5838,9 +5831,9 @@ a.bg-danger:focus, a.bg-danger:hover {
}
.clearfix::after {
content: "";
display: table;
clear: both;
content: "";
}
.pull-xs-left {
@ -6425,4 +6418,4 @@ a.text-danger:focus, a.text-danger:hover {
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