mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #135 from twbs/force-expanded
specify expanded output style for generated css with libsass
This commit is contained in:
commit
24dd18c043
@ -38,7 +38,7 @@ module.exports = function (grunt) {
|
||||
banner: '/*!\n' +
|
||||
' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
|
||||
' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
|
||||
' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' +
|
||||
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
|
||||
' */\n',
|
||||
jqueryCheck: 'if (typeof jQuery === \'undefined\') {\n' +
|
||||
' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\')\n' +
|
||||
|
@ -1,13 +1,13 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under ()
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
@ -75,12 +75,12 @@ dfn {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: .67em 0;
|
||||
margin: .67em 0;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #000;
|
||||
color: #000;
|
||||
background: #ff0;
|
||||
}
|
||||
|
||||
@ -117,7 +117,7 @@ figure {
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
height: 0;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
@ -139,7 +139,7 @@ input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
@ -167,7 +167,7 @@ html input[disabled] {
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
@ -199,13 +199,13 @@ input[type="search"]::-webkit-search-decoration {
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: .35em .625em .75em;
|
||||
padding: .35em .625em .75em;
|
||||
margin: 0 2px;
|
||||
border: 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -218,7 +218,7 @@ optgroup {
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
@ -386,11 +386,13 @@ a {
|
||||
color: #0275d8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
@ -478,20 +480,21 @@ h1, h2, h3, h4, h5, h6,
|
||||
line-height: 1.1;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
h1 .small, h2 small,
|
||||
h2 .small, h3 small,
|
||||
h3 .small, h4 small,
|
||||
h4 .small, h5 small,
|
||||
h5 .small, h6 small,
|
||||
h6 .small,
|
||||
.h1 small,
|
||||
.h1 .small, .h2 small,
|
||||
.h2 .small, .h3 small,
|
||||
.h3 .small, .h4 small,
|
||||
.h4 .small, .h5 small,
|
||||
.h5 .small, .h6 small,
|
||||
.h6 .small {
|
||||
h1 .small, h2 small,
|
||||
h2 .small, h3 small,
|
||||
h3 .small, h4 small,
|
||||
h4 .small, h5 small,
|
||||
h5 .small, h6 small,
|
||||
h6 .small,
|
||||
.h1 small,
|
||||
.h1 .small, .h2 small,
|
||||
.h2 .small, .h3 small,
|
||||
.h3 .small, .h4 small,
|
||||
.h4 .small, .h5 small,
|
||||
.h5 .small, .h6 small,
|
||||
.h6 .small {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #818a91;
|
||||
@ -502,15 +505,16 @@ h2, .h2,
|
||||
h3, .h3 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
h1 .small, .h1 small,
|
||||
.h1 .small,
|
||||
h2 small,
|
||||
h2 .small, .h2 small,
|
||||
.h2 .small,
|
||||
h3 small,
|
||||
h3 .small, .h3 small,
|
||||
.h3 .small {
|
||||
h1 .small, .h1 small,
|
||||
.h1 .small,
|
||||
h2 small,
|
||||
h2 .small, .h2 small,
|
||||
.h2 .small,
|
||||
h3 small,
|
||||
h3 .small, .h3 small,
|
||||
.h3 .small {
|
||||
font-size: 65%;
|
||||
}
|
||||
|
||||
@ -519,15 +523,16 @@ h5, .h5,
|
||||
h6, .h6 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h4 small,
|
||||
h4 .small, .h4 small,
|
||||
.h4 .small,
|
||||
h5 small,
|
||||
h5 .small, .h5 small,
|
||||
.h5 .small,
|
||||
h6 small,
|
||||
h6 .small, .h6 small,
|
||||
.h6 .small {
|
||||
h4 .small, .h4 small,
|
||||
.h4 .small,
|
||||
h5 small,
|
||||
h5 .small, .h5 small,
|
||||
.h5 .small,
|
||||
h6 small,
|
||||
h6 .small, .h6 small,
|
||||
.h6 .small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
@ -608,6 +613,7 @@ mark,
|
||||
margin-left: -5px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.list-inline > li {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
@ -618,11 +624,13 @@ mark,
|
||||
margin-right: -1.5rem;
|
||||
margin-left: -1.5rem;
|
||||
}
|
||||
|
||||
.dl-horizontal:before,
|
||||
.dl-horizontal:after {
|
||||
display: table;
|
||||
.dl-horizontal:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.dl-horizontal:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -638,17 +646,20 @@ mark,
|
||||
font-size: 1.25rem;
|
||||
border-left: .25rem solid #eceeef;
|
||||
}
|
||||
|
||||
.blockquote p:last-child,
|
||||
.blockquote ul:last-child,
|
||||
.blockquote ol:last-child {
|
||||
.blockquote ul:last-child,
|
||||
.blockquote ol:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.blockquote footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.5;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.blockquote footer:before {
|
||||
content: "\2014 \00A0";
|
||||
}
|
||||
@ -660,15 +671,17 @@ mark,
|
||||
border-right: .25rem solid #eceeef;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.blockquote-reverse footer:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.blockquote-reverse footer:after {
|
||||
content: "\00A0 \2014";
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@ -691,7 +704,7 @@ mark,
|
||||
.img-thumbnail {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
height: auto;
|
||||
padding: .25rem;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
@ -728,6 +741,7 @@ kbd {
|
||||
background-color: #333;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
kbd kbd {
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
@ -742,6 +756,7 @@ pre {
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
@ -756,34 +771,40 @@ pre code {
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container:before,
|
||||
.container:after {
|
||||
display: table;
|
||||
.container:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.container {
|
||||
max-width: 34rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.container {
|
||||
max-width: 45rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 62em) {
|
||||
.container {
|
||||
max-width: 60rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 75em) {
|
||||
.container {
|
||||
max-width: 72.25rem;
|
||||
@ -791,29 +812,33 @@ pre code {
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container-fluid:before,
|
||||
.container-fluid:after {
|
||||
display: table;
|
||||
.container-fluid:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-right: -.75rem;
|
||||
margin-right: -.75rem;
|
||||
margin-left: -.75rem;
|
||||
}
|
||||
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
.row:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -821,7 +846,7 @@ pre code {
|
||||
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
}
|
||||
|
||||
@ -1674,20 +1699,24 @@ pre code {
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
.table td {
|
||||
padding: .75rem;
|
||||
line-height: 1.5;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #eceeef;
|
||||
}
|
||||
|
||||
.table tbody + tbody {
|
||||
border-top: 2px solid #eceeef;
|
||||
}
|
||||
|
||||
.table .table {
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -1700,12 +1729,14 @@ pre code {
|
||||
.table-bordered {
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
.table-bordered td {
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-bordered thead th,
|
||||
.table-bordered thead td {
|
||||
.table-bordered thead td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
@ -1726,8 +1757,9 @@ pre code {
|
||||
.table-hover .table-active:hover {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
.table-hover .table-active:hover > td,
|
||||
.table-hover .table-active:hover > th {
|
||||
.table-hover .table-active:hover > th {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
@ -1740,8 +1772,9 @@ pre code {
|
||||
.table-hover .table-success:hover {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
.table-hover .table-success:hover > td,
|
||||
.table-hover .table-success:hover > th {
|
||||
.table-hover .table-success:hover > th {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
@ -1754,8 +1787,9 @@ pre code {
|
||||
.table-hover .table-info:hover {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
.table-hover .table-info:hover > td,
|
||||
.table-hover .table-info:hover > th {
|
||||
.table-hover .table-info:hover > th {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
@ -1768,8 +1802,9 @@ pre code {
|
||||
.table-hover .table-warning:hover {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
.table-hover .table-warning:hover > td,
|
||||
.table-hover .table-warning:hover > th {
|
||||
.table-hover .table-warning:hover > th {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
@ -1782,8 +1817,9 @@ pre code {
|
||||
.table-hover .table-danger:hover {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
.table-hover .table-danger:hover > td,
|
||||
.table-hover .table-danger:hover > th {
|
||||
.table-hover .table-danger:hover > th {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
@ -1807,12 +1843,14 @@ pre code {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
.table-inverse td,
|
||||
.table-inverse thead th {
|
||||
.table-inverse td,
|
||||
.table-inverse thead th {
|
||||
border-color: #55595c;
|
||||
}
|
||||
|
||||
@ -1830,8 +1868,9 @@ pre code {
|
||||
border-top: 1px solid #eceeef;
|
||||
border-left: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-reflow th:last-child,
|
||||
.table-reflow td:last-child {
|
||||
.table-reflow td:last-child {
|
||||
border-right: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
@ -1847,8 +1886,9 @@ pre code {
|
||||
.table-reflow tr {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-reflow tr th,
|
||||
.table-reflow tr td {
|
||||
.table-reflow tr td {
|
||||
display: block !important;
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
@ -1865,38 +1905,46 @@ pre code {
|
||||
border: .0625rem solid #ccc;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.form-control::-ms-expand {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control::-moz-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:-ms-input-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:disabled,
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control[disabled],
|
||||
fieldset[disabled] .form-control {
|
||||
fieldset[disabled] .form-control {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -1945,13 +1993,14 @@ pre code {
|
||||
padding-bottom: .5625rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-control-static.form-control-sm,
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
@ -1986,15 +2035,17 @@ pre code {
|
||||
display: block;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.radio label,
|
||||
.checkbox label {
|
||||
.checkbox label {
|
||||
padding-left: 1.25rem;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.radio label input:only-child,
|
||||
.checkbox label input:only-child {
|
||||
.checkbox label input:only-child {
|
||||
position: static;
|
||||
}
|
||||
|
||||
@ -2056,7 +2107,7 @@ fieldset[disabled] .checkbox label {
|
||||
.form-control-warning,
|
||||
.form-control-error {
|
||||
padding-right: 3rem;
|
||||
background-repeat: no-repeat;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right .65625rem;
|
||||
-webkit-background-size: 1.70625rem 1.70625rem;
|
||||
background-size: 1.70625rem 1.70625rem;
|
||||
@ -2081,7 +2132,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-success .input-group-addon {
|
||||
color: #5cb85c;
|
||||
background-color: #eaf6ea;
|
||||
background-color: #eaf6ea;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
@ -2112,7 +2163,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-warning .input-group-addon {
|
||||
color: #f0ad4e;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@ -2143,7 +2194,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-error .input-group-addon {
|
||||
color: #d9534f;
|
||||
background-color: #fdf7f7;
|
||||
background-color: #fdf7f7;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
@ -2235,31 +2286,36 @@ fieldset[disabled] .checkbox label {
|
||||
-o-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn:hover {
|
||||
.btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn.focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn.disabled,
|
||||
.btn:disabled,
|
||||
fieldset[disabled] .btn {
|
||||
.btn:disabled,
|
||||
fieldset[disabled] .btn {
|
||||
cursor: not-allowed;
|
||||
opacity: .65;
|
||||
}
|
||||
@ -2274,40 +2330,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
.btn-primary.focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:focus,
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus,
|
||||
fieldset[disabled] .btn-primary:focus,
|
||||
fieldset[disabled] .btn-primary.focus {
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus,
|
||||
fieldset[disabled] .btn-primary:focus,
|
||||
fieldset[disabled] .btn-primary.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover,
|
||||
fieldset[disabled] .btn-primary:hover {
|
||||
.btn-primary:disabled:hover,
|
||||
fieldset[disabled] .btn-primary:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary .badge {
|
||||
color: #0275d8;
|
||||
background-color: #fff;
|
||||
@ -2318,40 +2380,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:focus,
|
||||
.btn-secondary.focus,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
.btn-secondary.focus,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:focus,
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus,
|
||||
fieldset[disabled] .btn-secondary:focus,
|
||||
fieldset[disabled] .btn-secondary.focus {
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus,
|
||||
fieldset[disabled] .btn-secondary:focus,
|
||||
fieldset[disabled] .btn-secondary.focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:hover,
|
||||
.btn-secondary:disabled:hover,
|
||||
fieldset[disabled] .btn-secondary:hover {
|
||||
.btn-secondary:disabled:hover,
|
||||
fieldset[disabled] .btn-secondary:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary .badge {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
@ -2362,40 +2430,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info:focus,
|
||||
.btn-info.focus,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
.btn-info.focus,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus,
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
fieldset[disabled] .btn-info.focus {
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus,
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
fieldset[disabled] .btn-info.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover,
|
||||
fieldset[disabled] .btn-info:hover {
|
||||
.btn-info:disabled:hover,
|
||||
fieldset[disabled] .btn-info:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info .badge {
|
||||
color: #5bc0de;
|
||||
background-color: #fff;
|
||||
@ -2406,40 +2480,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success:focus,
|
||||
.btn-success.focus,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
.btn-success.focus,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-success.disabled:focus,
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus,
|
||||
fieldset[disabled] .btn-success:focus,
|
||||
fieldset[disabled] .btn-success.focus {
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus,
|
||||
fieldset[disabled] .btn-success:focus,
|
||||
fieldset[disabled] .btn-success.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover,
|
||||
fieldset[disabled] .btn-success:hover {
|
||||
.btn-success:disabled:hover,
|
||||
fieldset[disabled] .btn-success:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success .badge {
|
||||
color: #5cb85c;
|
||||
background-color: #fff;
|
||||
@ -2450,40 +2530,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning:focus,
|
||||
.btn-warning.focus,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
.btn-warning.focus,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:focus,
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus,
|
||||
fieldset[disabled] .btn-warning:focus,
|
||||
fieldset[disabled] .btn-warning.focus {
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus,
|
||||
fieldset[disabled] .btn-warning:focus,
|
||||
fieldset[disabled] .btn-warning.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover,
|
||||
fieldset[disabled] .btn-warning:hover {
|
||||
.btn-warning:disabled:hover,
|
||||
fieldset[disabled] .btn-warning:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning .badge {
|
||||
color: #f0ad4e;
|
||||
background-color: #fff;
|
||||
@ -2494,40 +2580,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger:focus,
|
||||
.btn-danger.focus,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
.btn-danger.focus,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:focus,
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus,
|
||||
fieldset[disabled] .btn-danger:focus,
|
||||
fieldset[disabled] .btn-danger.focus {
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus,
|
||||
fieldset[disabled] .btn-danger:focus,
|
||||
fieldset[disabled] .btn-danger.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover,
|
||||
fieldset[disabled] .btn-danger:hover {
|
||||
.btn-danger:disabled:hover,
|
||||
fieldset[disabled] .btn-danger:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger .badge {
|
||||
color: #d9534f;
|
||||
background-color: #fff;
|
||||
@ -2543,31 +2635,36 @@ fieldset[disabled] a.btn {
|
||||
color: #0275d8;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled,
|
||||
fieldset[disabled] .btn-link {
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled,
|
||||
fieldset[disabled] .btn-link {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:focus,
|
||||
.btn-link:hover {
|
||||
.btn-link:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus,
|
||||
.btn-link:disabled:hover,
|
||||
fieldset[disabled] .btn-link:focus,
|
||||
fieldset[disabled] .btn-link:hover {
|
||||
.btn-link:disabled:hover,
|
||||
fieldset[disabled] .btn-link:focus,
|
||||
fieldset[disabled] .btn-link:hover {
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -2614,6 +2711,7 @@ input[type="button"].btn-block {
|
||||
-o-transition: opacity .15s linear;
|
||||
transition: opacity .15s linear;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -2621,6 +2719,7 @@ input[type="button"].btn-block {
|
||||
.collapse {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.collapse.in {
|
||||
display: block;
|
||||
}
|
||||
@ -2680,12 +2779,14 @@ input[type="button"].btn-block {
|
||||
border: 1px solid rgba(0, 0, 0, .15);
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.dropdown-menu .divider {
|
||||
height: 1px;
|
||||
margin: .5rem 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
@ -2788,21 +2889,24 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-group > .btn,
|
||||
.btn-group-vertical > .btn {
|
||||
.btn-group-vertical > .btn {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-group > .btn:focus,
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.btn-group > .btn:hover,
|
||||
.btn-group-vertical > .btn:hover {
|
||||
.btn-group-vertical > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -2816,21 +2920,25 @@ input[type="button"].btn-block {
|
||||
.btn-toolbar {
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.btn-toolbar:before,
|
||||
.btn-toolbar:after {
|
||||
display: table;
|
||||
.btn-toolbar:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.btn-toolbar:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.btn-toolbar .btn-group,
|
||||
.btn-toolbar .input-group {
|
||||
.btn-toolbar .input-group {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-toolbar > .btn,
|
||||
.btn-toolbar > .btn-group,
|
||||
.btn-toolbar > .input-group {
|
||||
.btn-toolbar > .btn-group,
|
||||
.btn-toolbar > .input-group {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@ -2841,14 +2949,15 @@ input[type="button"].btn-block {
|
||||
.btn-group > .btn:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
||||
border-top-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn:last-child:not(:first-child),
|
||||
.btn-group > .dropdown-toggle:not(:first-child) {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -2862,12 +2971,12 @@ 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-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -2910,7 +3019,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.btn-group-vertical > .btn-group:before,
|
||||
.btn-group-vertical > .btn-group:after {
|
||||
display: table;
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@ -2941,7 +3050,7 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
@ -2957,7 +3066,7 @@ 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-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -2975,6 +3084,7 @@ input[type="button"].btn-block {
|
||||
display: table;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.input-group .form-control {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
@ -2988,9 +3098,10 @@ input[type="button"].btn-block {
|
||||
.input-group .form-control {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.input-group-addon:not(:first-child):not(:last-child),
|
||||
.input-group-btn:not(:first-child):not(:last-child),
|
||||
.input-group .form-control:not(:first-child):not(:last-child) {
|
||||
.input-group-btn:not(:first-child):not(:last-child),
|
||||
.input-group .form-control:not(:first-child):not(:last-child) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@ -3012,20 +3123,23 @@ input[type="button"].btn-block {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .75rem 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
border-radius: .3rem;
|
||||
}
|
||||
|
||||
.input-group-addon input[type="radio"],
|
||||
.input-group-addon input[type="checkbox"] {
|
||||
.input-group-addon input[type="checkbox"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@ -3036,7 +3150,7 @@ 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-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3051,7 +3165,7 @@ 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-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -3064,23 +3178,28 @@ input[type="button"].btn-block {
|
||||
font-size: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn + .btn {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn:focus,
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.input-group-btn:first-child > .btn,
|
||||
.input-group-btn:first-child > .btn-group {
|
||||
.input-group-btn:first-child > .btn-group {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn:last-child > .btn,
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
z-index: 2;
|
||||
margin-left: -1px;
|
||||
}
|
||||
@ -3092,19 +3211,23 @@ input[type="button"].btn-block {
|
||||
color: #555;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.c-input > input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.c-input > input:checked ~ .c-indicator {
|
||||
color: #fff;
|
||||
background-color: #0074d9;
|
||||
}
|
||||
|
||||
.c-input > input:active ~ .c-indicator {
|
||||
color: #fff;
|
||||
background-color: #84c6ff;
|
||||
}
|
||||
|
||||
.c-input + .c-input {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@ -3155,11 +3278,13 @@ input[type="button"].btn-block {
|
||||
.c-inputs-stacked .c-input {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.c-inputs-stacked .c-input:after {
|
||||
display: block;
|
||||
margin-bottom: .25rem;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.c-inputs-stacked .c-input + .c-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
@ -3169,6 +3294,7 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.select > select {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@ -3186,21 +3312,26 @@ input[type="button"].btn-block {
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.select > select:focus {
|
||||
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
||||
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
||||
}
|
||||
|
||||
.select > select:focus:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
|
||||
.select > select:active {
|
||||
color: #fff;
|
||||
background-color: #0074d9;
|
||||
}
|
||||
|
||||
.select > select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select:after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -3325,11 +3456,13 @@ input[type="button"].btn-block {
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav:before,
|
||||
.nav:after {
|
||||
display: table;
|
||||
.nav:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.nav:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -3344,21 +3477,24 @@ input[type="button"].btn-block {
|
||||
padding: .75em 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.nav-link:focus,
|
||||
.nav-link:hover {
|
||||
.nav-link:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.disabled > .nav-link,
|
||||
.nav-link.disabled {
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.disabled > .nav-link,
|
||||
.disabled > .nav-link:focus,
|
||||
.disabled > .nav-link:hover,
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
.disabled > .nav-link:focus,
|
||||
.disabled > .nav-link:hover,
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3367,44 +3503,50 @@ input[type="button"].btn-block {
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item {
|
||||
float: left;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item + .nav-item {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link {
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus,
|
||||
.nav-tabs .nav-link:hover {
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .open > .nav-link,
|
||||
.nav-tabs .open > .nav-link:focus,
|
||||
.nav-tabs .open > .nav-link:hover,
|
||||
.nav-tabs .active > .nav-link,
|
||||
.nav-tabs .active > .nav-link:focus,
|
||||
.nav-tabs .active > .nav-link:hover,
|
||||
.nav-tabs .nav-link.open,
|
||||
.nav-tabs .nav-link.open:focus,
|
||||
.nav-tabs .nav-link.open:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover {
|
||||
.nav-tabs .open > .nav-link:focus,
|
||||
.nav-tabs .open > .nav-link:hover,
|
||||
.nav-tabs .active > .nav-link,
|
||||
.nav-tabs .active > .nav-link:focus,
|
||||
.nav-tabs .active > .nav-link:hover,
|
||||
.nav-tabs .nav-link.open,
|
||||
.nav-tabs .nav-link.open:focus,
|
||||
.nav-tabs .nav-link.open:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover {
|
||||
color: #55595c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .disabled > .nav-link,
|
||||
.nav-tabs .disabled > .nav-link:focus,
|
||||
.nav-tabs .disabled > .nav-link:hover,
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
.nav-tabs .disabled > .nav-link:focus,
|
||||
.nav-tabs .disabled > .nav-link:hover,
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
@ -3413,6 +3555,7 @@ input[type="button"].btn-block {
|
||||
.nav-pills .nav-item {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nav-pills .nav-item + .nav-item {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
@ -3443,6 +3586,7 @@ input[type="button"].btn-block {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.nav-stacked .nav-item + .nav-item {
|
||||
margin-top: .2rem;
|
||||
margin-left: 0;
|
||||
@ -3458,7 +3602,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.nav-tabs .dropdown-menu {
|
||||
margin-top: -1px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3467,14 +3611,17 @@ input[type="button"].btn-block {
|
||||
padding: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.navbar:before,
|
||||
.navbar:after {
|
||||
display: table;
|
||||
.navbar:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.navbar:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar {
|
||||
border-radius: .25rem;
|
||||
@ -3484,6 +3631,7 @@ input[type="button"].btn-block {
|
||||
.navbar-static-top {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-static-top {
|
||||
border-radius: 0;
|
||||
@ -3498,6 +3646,7 @@ input[type="button"].btn-block {
|
||||
z-index: 1030;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom {
|
||||
@ -3520,6 +3669,7 @@ input[type="button"].btn-block {
|
||||
z-index: 1030;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-sticky-top {
|
||||
border-radius: 0;
|
||||
@ -3534,10 +3684,12 @@ input[type="button"].btn-block {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.navbar-brand > a:focus,
|
||||
.navbar-brand > a:hover {
|
||||
.navbar-brand > a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
display: block;
|
||||
}
|
||||
@ -3551,8 +3703,9 @@ input[type="button"].btn-block {
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.navbar-toggler:focus,
|
||||
.navbar-toggler:hover {
|
||||
.navbar-toggler:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3570,7 +3723,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.navbar-nav > li > .dropdown-menu {
|
||||
margin-top: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3585,10 +3738,12 @@ input[type="button"].btn-block {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.navbar-sm .navbar-brand {
|
||||
padding-top: .95rem;
|
||||
padding-bottom: .95rem;
|
||||
}
|
||||
|
||||
.navbar-sm .form-inline {
|
||||
margin-top: .6rem;
|
||||
}
|
||||
@ -3625,11 +3780,13 @@ input[type="button"].btn-block {
|
||||
background-color: #f8f8f8;
|
||||
border-color: #e7e7e7;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand:focus,
|
||||
.navbar-default .navbar-brand:hover {
|
||||
.navbar-default .navbar-brand:hover {
|
||||
color: #5e5e5e;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3638,54 +3795,64 @@ input[type="button"].btn-block {
|
||||
background-color: #373a3c;
|
||||
border-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggler,
|
||||
.navbar-inverse .navbar-brand > a,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link {
|
||||
.navbar-inverse .navbar-brand > a,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggler:focus,
|
||||
.navbar-inverse .navbar-toggler:hover,
|
||||
.navbar-inverse .navbar-brand > a:focus,
|
||||
.navbar-inverse .navbar-brand > a:hover,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-inverse .navbar-toggler:hover,
|
||||
.navbar-inverse .navbar-brand > a:focus,
|
||||
.navbar-inverse .navbar-brand > a:hover,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav-pills > .active > .nav-link,
|
||||
.navbar-inverse .nav-pills > .nav-link.active {
|
||||
.navbar-inverse .nav-pills > .nav-link.active {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand:focus,
|
||||
.navbar-inverse .navbar-brand:hover {
|
||||
.navbar-inverse .navbar-brand:hover {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link:hover {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3736,6 +3903,7 @@ input[type="button"].btn-block {
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: .0625rem solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-header:first-child {
|
||||
border-radius: .1875rem .1875rem 0 0;
|
||||
}
|
||||
@ -3745,6 +3913,7 @@ input[type="button"].btn-block {
|
||||
background-color: #f5f5f5;
|
||||
border-top: .0625rem solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-footer:last-child {
|
||||
border-radius: 0 0 .1875rem .1875rem;
|
||||
}
|
||||
@ -3829,6 +3998,7 @@ input[type="button"].btn-block {
|
||||
table-layout: fixed;
|
||||
border-spacing: 1.25rem 0;
|
||||
}
|
||||
|
||||
.card-deck .card {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
@ -3845,31 +4015,39 @@ input[type="button"].btn-block {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.card-group .card {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.card-group .card + .card {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.card-group .card:first-child .card-img-top {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:first-child .card-img-bottom {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:last-child .card-img-top {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:last-child .card-img-bottom {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:not(:first-child):not(:last-child) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@ -3881,6 +4059,7 @@ input[type="button"].btn-block {
|
||||
-moz-column-gap: 1.25rem;
|
||||
column-gap: 1.25rem;
|
||||
}
|
||||
|
||||
.card-columns .card {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@ -3893,15 +4072,18 @@ input[type="button"].btn-block {
|
||||
background-color: #eceeef;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.breadcrumb > li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.breadcrumb > li + li:before {
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
color: #818a91;
|
||||
content: "/\\00a0";
|
||||
}
|
||||
|
||||
.breadcrumb > .active {
|
||||
color: #818a91;
|
||||
}
|
||||
@ -3913,11 +4095,13 @@ input[type="button"].btn-block {
|
||||
margin-bottom: 1rem;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
.pagination > li > span {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: .5rem 1rem;
|
||||
@ -3928,43 +4112,48 @@ input[type="button"].btn-block {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.pagination > li:first-child > a,
|
||||
.pagination > li:first-child > span {
|
||||
.pagination > li:first-child > span {
|
||||
margin-left: 0;
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-left-radius: .25rem;
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li:last-child > a,
|
||||
.pagination > li:last-child > span {
|
||||
border-top-right-radius: .25rem;
|
||||
.pagination > li:last-child > span {
|
||||
border-top-right-radius: .25rem;
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
color: #014c8c;
|
||||
background-color: #eceeef;
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -3980,13 +4169,13 @@ input[type="button"].btn-block {
|
||||
|
||||
.pagination-lg > li:first-child > a,
|
||||
.pagination-lg > li:first-child > span {
|
||||
border-top-left-radius: .3rem;
|
||||
border-top-left-radius: .3rem;
|
||||
border-bottom-left-radius: .3rem;
|
||||
}
|
||||
|
||||
.pagination-lg > li:last-child > a,
|
||||
.pagination-lg > li:last-child > span {
|
||||
border-top-right-radius: .3rem;
|
||||
border-top-right-radius: .3rem;
|
||||
border-bottom-right-radius: .3rem;
|
||||
}
|
||||
|
||||
@ -3999,13 +4188,13 @@ input[type="button"].btn-block {
|
||||
|
||||
.pagination-sm > li:first-child > a,
|
||||
.pagination-sm > li:first-child > span {
|
||||
border-top-left-radius: .2rem;
|
||||
border-top-left-radius: .2rem;
|
||||
border-bottom-left-radius: .2rem;
|
||||
}
|
||||
|
||||
.pagination-sm > li:last-child > a,
|
||||
.pagination-sm > li:last-child > span {
|
||||
border-top-right-radius: .2rem;
|
||||
border-top-right-radius: .2rem;
|
||||
border-bottom-right-radius: .2rem;
|
||||
}
|
||||
|
||||
@ -4016,37 +4205,44 @@ input[type="button"].btn-block {
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.pager:before,
|
||||
.pager:after {
|
||||
display: table;
|
||||
.pager:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.pager:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.pager li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pager li > a,
|
||||
.pager li > span {
|
||||
.pager li > span {
|
||||
display: inline-block;
|
||||
padding: 5px 14px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.pager li > a:focus,
|
||||
.pager li > a:hover {
|
||||
.pager li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.pager .disabled > span {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
@ -4075,9 +4271,11 @@ input[type="button"].btn-block {
|
||||
vertical-align: baseline;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.label:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn .label {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
@ -4099,48 +4297,54 @@ a.label:hover {
|
||||
.label-default {
|
||||
background-color: #818a91;
|
||||
}
|
||||
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
.label-default[href]:hover {
|
||||
background-color: #687077;
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
.label-primary[href]:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
.label-success[href]:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
.label-info[href]:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
.label-warning[href]:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
.label-danger[href]:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
@ -4181,10 +4385,12 @@ a.label:hover {
|
||||
border: 1px solid transparent;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.alert > p,
|
||||
.alert > ul {
|
||||
.alert > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.alert > p + p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
@ -4201,6 +4407,7 @@ a.label:hover {
|
||||
.alert-dismissible {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
.alert-dismissible .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
@ -4209,49 +4416,57 @@ a.label:hover {
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
color: #3c763d;
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #d0e9c6;
|
||||
}
|
||||
|
||||
.alert-success hr {
|
||||
border-top-color: #c1e2b3;
|
||||
}
|
||||
|
||||
.alert-success .alert-link {
|
||||
color: #2b542c;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
color: #31708f;
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bcdff1;
|
||||
}
|
||||
|
||||
.alert-info hr {
|
||||
border-top-color: #a6d5ec;
|
||||
}
|
||||
|
||||
.alert-info .alert-link {
|
||||
color: #245269;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
color: #8a6d3b;
|
||||
color: #8a6d3b;
|
||||
background-color: #fcf8e3;
|
||||
border-color: #faf2cc;
|
||||
}
|
||||
|
||||
.alert-warning hr {
|
||||
border-top-color: #f7ecb5;
|
||||
}
|
||||
|
||||
.alert-warning .alert-link {
|
||||
color: #66512c;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
color: #a94442;
|
||||
color: #a94442;
|
||||
background-color: #f2dede;
|
||||
border-color: #ebcccc;
|
||||
}
|
||||
|
||||
.alert-danger hr {
|
||||
border-top-color: #e4b9b9;
|
||||
}
|
||||
|
||||
.alert-danger .alert-link {
|
||||
color: #843534;
|
||||
}
|
||||
@ -4442,6 +4657,7 @@ a.label:hover {
|
||||
.media {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.media:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
@ -4474,6 +4690,7 @@ a.label:hover {
|
||||
.media-object {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media-object.img-thumbnail {
|
||||
max-width: none;
|
||||
}
|
||||
@ -4509,10 +4726,12 @@ a.label:hover {
|
||||
background-color: #fff;
|
||||
border: .0625rem solid #ddd;
|
||||
}
|
||||
|
||||
.list-group-item:first-child {
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.list-group-item:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom-right-radius: .25rem;
|
||||
@ -4527,17 +4746,19 @@ a.label:hover {
|
||||
a.list-group-item,
|
||||
button.list-group-item {
|
||||
width: 100%;
|
||||
color: #555;
|
||||
color: #555;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item .list-group-item-heading,
|
||||
button.list-group-item .list-group-item-heading {
|
||||
button.list-group-item .list-group-item-heading {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.list-group-item:focus,
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
@ -4550,14 +4771,16 @@ a.list-group-item:focus,
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
@ -4569,20 +4792,22 @@ a.list-group-item:focus,
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
}
|
||||
|
||||
@ -4595,23 +4820,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #3c763d;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #3c763d;
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #3c763d;
|
||||
border-color: #3c763d;
|
||||
@ -4626,23 +4854,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #31708f;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #31708f;
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #31708f;
|
||||
border-color: #31708f;
|
||||
@ -4657,23 +4888,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #8a6d3b;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #8a6d3b;
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #8a6d3b;
|
||||
border-color: #8a6d3b;
|
||||
@ -4688,23 +4922,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #a94442;
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #a94442;
|
||||
border-color: #a94442;
|
||||
@ -4727,11 +4964,12 @@ a.list-group-item-state.active,
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.embed-responsive .embed-responsive-item,
|
||||
.embed-responsive iframe,
|
||||
.embed-responsive embed,
|
||||
.embed-responsive object,
|
||||
.embed-responsive video {
|
||||
.embed-responsive iframe,
|
||||
.embed-responsive embed,
|
||||
.embed-responsive object,
|
||||
.embed-responsive video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@ -4762,8 +5000,9 @@ a.list-group-item-state.active,
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
.close:focus,
|
||||
.close:hover {
|
||||
.close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -4771,7 +5010,7 @@ a.list-group-item-state.active,
|
||||
}
|
||||
|
||||
button.close {
|
||||
-webkit-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
@ -4791,15 +5030,17 @@ button.close {
|
||||
z-index: 1050;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.modal.fade .modal-dialog {
|
||||
-webkit-transform: transition .3s ease-out, translate(0, -25%);
|
||||
-ms-transform: transition .3s ease-out, translate(0, -25%);
|
||||
-o-transform: transition .3s ease-out, translate(0, -25%);
|
||||
transform: transition .3s ease-out, translate(0, -25%);
|
||||
}
|
||||
|
||||
.modal.in .modal-dialog {
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
@ -4837,9 +5078,11 @@ button.close {
|
||||
z-index: 1040;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.modal-backdrop.fade {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.modal-backdrop.in {
|
||||
opacity: .5;
|
||||
}
|
||||
@ -4848,11 +5091,13 @@ button.close {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.modal-header:before,
|
||||
.modal-header:after {
|
||||
display: table;
|
||||
.modal-header:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.modal-header:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -4876,21 +5121,26 @@ button.close {
|
||||
text-align: right;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.modal-footer:before,
|
||||
.modal-footer:after {
|
||||
display: table;
|
||||
.modal-footer:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.modal-footer:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.modal-footer .btn + .btn {
|
||||
margin-bottom: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.modal-footer .btn-group .btn + .btn {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.modal-footer .btn-block + .btn-block {
|
||||
margin-left: 0;
|
||||
}
|
||||
@ -4938,59 +5188,68 @@ button.close {
|
||||
word-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: normal;
|
||||
opacity: 0;
|
||||
opacity: 0;
|
||||
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.tooltip.in {
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top,
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
padding: 5px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right,
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
padding: 0 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 5px 5px 0;
|
||||
border-right-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom,
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
padding: 5px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left,
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
padding: 0 5px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
@ -5042,84 +5301,96 @@ button.close {
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0, 0, 0, .2);
|
||||
border-radius: .3rem;
|
||||
border-radius: .3rem;
|
||||
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.popover.popover-top,
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
bottom: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
border-top-color: rgba(0, 0, 0, .25);
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
|
||||
bottom: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
border-top-color: #fff;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right,
|
||||
.popover.bs-tether-element-attached-left {
|
||||
.popover.bs-tether-element-attached-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
top: 50%;
|
||||
left: -11px;
|
||||
margin-top: -11px;
|
||||
border-right-color: rgba(0, 0, 0, .25);
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-left .popover-arrow:after {
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
content: "";
|
||||
border-right-color: #fff;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-bottom,
|
||||
.popover.bs-tether-element-attached-top {
|
||||
.popover.bs-tether-element-attached-top {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-top .popover-arrow:after {
|
||||
top: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.popover.popover-left,
|
||||
.popover.bs-tether-element-attached-right {
|
||||
.popover.bs-tether-element-attached-right {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
top: 50%;
|
||||
right: -11px;
|
||||
margin-top: -11px;
|
||||
border-right-width: 0;
|
||||
border-left-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-right .popover-arrow:after {
|
||||
right: 1px;
|
||||
bottom: -10px;
|
||||
content: "";
|
||||
@ -5168,6 +5439,7 @@ button.close {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.carousel-inner > .carousel-item {
|
||||
position: relative;
|
||||
display: none;
|
||||
@ -5175,10 +5447,12 @@ button.close {
|
||||
-o-transition: .6s ease-in-out left;
|
||||
transition: .6s ease-in-out left;
|
||||
}
|
||||
|
||||
.carousel-inner > .carousel-item > img,
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@media all and (transform-3d), (-webkit-transform-3d) {
|
||||
.carousel-inner > .carousel-item {
|
||||
-webkit-transition: -webkit-transform .6s ease-in-out;
|
||||
@ -5210,33 +5484,41 @@ button.close {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.carousel-inner > .active,
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.carousel-inner > .active {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
.carousel-inner > .prev {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .next {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .prev {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .next.left,
|
||||
.carousel-inner > .prev.right {
|
||||
.carousel-inner > .prev.right {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.carousel-inner > .active.left {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .active.right {
|
||||
left: 100%;
|
||||
}
|
||||
@ -5253,14 +5535,16 @@ button.close {
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.carousel-control.left {
|
||||
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
|
||||
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
|
||||
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);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control.right {
|
||||
right: 0;
|
||||
left: auto;
|
||||
@ -5268,18 +5552,20 @@ button.close {
|
||||
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);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control:focus,
|
||||
.carousel-control:hover {
|
||||
.carousel-control:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev,
|
||||
.carousel-control .icon-next {
|
||||
.carousel-control .icon-next {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 5;
|
||||
@ -5290,17 +5576,21 @@ button.close {
|
||||
font-family: serif;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev {
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-next {
|
||||
right: 50%;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev:before {
|
||||
content: "\2039";
|
||||
}
|
||||
|
||||
.carousel-control .icon-next:before {
|
||||
content: "\203a";
|
||||
}
|
||||
@ -5316,6 +5606,7 @@ button.close {
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.carousel-indicators li {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
@ -5327,6 +5618,7 @@ button.close {
|
||||
border: 1px solid #fff;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.carousel-indicators .active {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
@ -5346,6 +5638,7 @@ button.close {
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.carousel-caption .btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -5376,7 +5669,7 @@ button.close {
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@ -5386,7 +5679,7 @@ button.close {
|
||||
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-right: auto;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@ -5847,6 +6140,7 @@ a.bg-danger:hover {
|
||||
.visible-print-block {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-block {
|
||||
display: block !important;
|
||||
@ -5856,6 +6150,7 @@ a.bg-danger:hover {
|
||||
.visible-print-inline {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-inline {
|
||||
display: inline !important;
|
||||
@ -5865,6 +6160,7 @@ a.bg-danger:hover {
|
||||
.visible-print-inline-block {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-inline-block {
|
||||
display: inline-block !important;
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
4
dist/css/bootstrap.min.css
vendored
4
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -1,13 +1,13 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under ()
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
@ -75,12 +75,12 @@ dfn {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: .67em 0;
|
||||
margin: .67em 0;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #000;
|
||||
color: #000;
|
||||
background: #ff0;
|
||||
}
|
||||
|
||||
@ -117,7 +117,7 @@ figure {
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
height: 0;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
@ -139,7 +139,7 @@ input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
@ -167,7 +167,7 @@ html input[disabled] {
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
@ -199,13 +199,13 @@ input[type="search"]::-webkit-search-decoration {
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: .35em .625em .75em;
|
||||
padding: .35em .625em .75em;
|
||||
margin: 0 2px;
|
||||
border: 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -218,7 +218,7 @@ optgroup {
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
@ -386,11 +386,13 @@ a {
|
||||
color: #0275d8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
@ -478,20 +480,21 @@ h1, h2, h3, h4, h5, h6,
|
||||
line-height: 1.1;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
h1 .small, h2 small,
|
||||
h2 .small, h3 small,
|
||||
h3 .small, h4 small,
|
||||
h4 .small, h5 small,
|
||||
h5 .small, h6 small,
|
||||
h6 .small,
|
||||
.h1 small,
|
||||
.h1 .small, .h2 small,
|
||||
.h2 .small, .h3 small,
|
||||
.h3 .small, .h4 small,
|
||||
.h4 .small, .h5 small,
|
||||
.h5 .small, .h6 small,
|
||||
.h6 .small {
|
||||
h1 .small, h2 small,
|
||||
h2 .small, h3 small,
|
||||
h3 .small, h4 small,
|
||||
h4 .small, h5 small,
|
||||
h5 .small, h6 small,
|
||||
h6 .small,
|
||||
.h1 small,
|
||||
.h1 .small, .h2 small,
|
||||
.h2 .small, .h3 small,
|
||||
.h3 .small, .h4 small,
|
||||
.h4 .small, .h5 small,
|
||||
.h5 .small, .h6 small,
|
||||
.h6 .small {
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
color: #818a91;
|
||||
@ -502,15 +505,16 @@ h2, .h2,
|
||||
h3, .h3 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
h1 .small, .h1 small,
|
||||
.h1 .small,
|
||||
h2 small,
|
||||
h2 .small, .h2 small,
|
||||
.h2 .small,
|
||||
h3 small,
|
||||
h3 .small, .h3 small,
|
||||
.h3 .small {
|
||||
h1 .small, .h1 small,
|
||||
.h1 .small,
|
||||
h2 small,
|
||||
h2 .small, .h2 small,
|
||||
.h2 .small,
|
||||
h3 small,
|
||||
h3 .small, .h3 small,
|
||||
.h3 .small {
|
||||
font-size: 65%;
|
||||
}
|
||||
|
||||
@ -519,15 +523,16 @@ h5, .h5,
|
||||
h6, .h6 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h4 small,
|
||||
h4 .small, .h4 small,
|
||||
.h4 .small,
|
||||
h5 small,
|
||||
h5 .small, .h5 small,
|
||||
.h5 .small,
|
||||
h6 small,
|
||||
h6 .small, .h6 small,
|
||||
.h6 .small {
|
||||
h4 .small, .h4 small,
|
||||
.h4 .small,
|
||||
h5 small,
|
||||
h5 .small, .h5 small,
|
||||
.h5 .small,
|
||||
h6 small,
|
||||
h6 .small, .h6 small,
|
||||
.h6 .small {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
@ -608,6 +613,7 @@ mark,
|
||||
margin-left: -5px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.list-inline > li {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
@ -618,11 +624,13 @@ mark,
|
||||
margin-right: -1.5rem;
|
||||
margin-left: -1.5rem;
|
||||
}
|
||||
|
||||
.dl-horizontal:before,
|
||||
.dl-horizontal:after {
|
||||
display: table;
|
||||
.dl-horizontal:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.dl-horizontal:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -638,17 +646,20 @@ mark,
|
||||
font-size: 1.25rem;
|
||||
border-left: .25rem solid #eceeef;
|
||||
}
|
||||
|
||||
.blockquote p:last-child,
|
||||
.blockquote ul:last-child,
|
||||
.blockquote ol:last-child {
|
||||
.blockquote ul:last-child,
|
||||
.blockquote ol:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.blockquote footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
line-height: 1.5;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.blockquote footer:before {
|
||||
content: "\2014 \00A0";
|
||||
}
|
||||
@ -660,15 +671,17 @@ mark,
|
||||
border-right: .25rem solid #eceeef;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.blockquote-reverse footer:before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.blockquote-reverse footer:after {
|
||||
content: "\00A0 \2014";
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@ -691,7 +704,7 @@ mark,
|
||||
.img-thumbnail {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
height: auto;
|
||||
padding: .25rem;
|
||||
line-height: 1.5;
|
||||
background-color: #fff;
|
||||
@ -728,6 +741,7 @@ kbd {
|
||||
background-color: #333;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
kbd kbd {
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
@ -742,6 +756,7 @@ pre {
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
@ -756,34 +771,40 @@ pre code {
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container:before,
|
||||
.container:after {
|
||||
display: table;
|
||||
.container:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.container {
|
||||
max-width: 34rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.container {
|
||||
max-width: 45rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 62em) {
|
||||
.container {
|
||||
max-width: 60rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 75em) {
|
||||
.container {
|
||||
max-width: 72.25rem;
|
||||
@ -791,29 +812,33 @@ pre code {
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container-fluid:before,
|
||||
.container-fluid:after {
|
||||
display: table;
|
||||
.container-fluid:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.container-fluid:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-right: -.75rem;
|
||||
margin-right: -.75rem;
|
||||
margin-left: -.75rem;
|
||||
}
|
||||
|
||||
.row:before,
|
||||
.row:after {
|
||||
display: table;
|
||||
.row:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.row:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -821,7 +846,7 @@ pre code {
|
||||
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: .75rem;
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
}
|
||||
|
||||
@ -1674,20 +1699,24 @@ pre code {
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.table th,
|
||||
.table td {
|
||||
.table td {
|
||||
padding: .75rem;
|
||||
line-height: 1.5;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #eceeef;
|
||||
}
|
||||
|
||||
.table tbody + tbody {
|
||||
border-top: 2px solid #eceeef;
|
||||
}
|
||||
|
||||
.table .table {
|
||||
background-color: #fff;
|
||||
}
|
||||
@ -1700,12 +1729,14 @@ pre code {
|
||||
.table-bordered {
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-bordered th,
|
||||
.table-bordered td {
|
||||
.table-bordered td {
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-bordered thead th,
|
||||
.table-bordered thead td {
|
||||
.table-bordered thead td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
@ -1726,8 +1757,9 @@ pre code {
|
||||
.table-hover .table-active:hover {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
.table-hover .table-active:hover > td,
|
||||
.table-hover .table-active:hover > th {
|
||||
.table-hover .table-active:hover > th {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
@ -1740,8 +1772,9 @@ pre code {
|
||||
.table-hover .table-success:hover {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
.table-hover .table-success:hover > td,
|
||||
.table-hover .table-success:hover > th {
|
||||
.table-hover .table-success:hover > th {
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
@ -1754,8 +1787,9 @@ pre code {
|
||||
.table-hover .table-info:hover {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
.table-hover .table-info:hover > td,
|
||||
.table-hover .table-info:hover > th {
|
||||
.table-hover .table-info:hover > th {
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
@ -1768,8 +1802,9 @@ pre code {
|
||||
.table-hover .table-warning:hover {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
.table-hover .table-warning:hover > td,
|
||||
.table-hover .table-warning:hover > th {
|
||||
.table-hover .table-warning:hover > th {
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
@ -1782,8 +1817,9 @@ pre code {
|
||||
.table-hover .table-danger:hover {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
.table-hover .table-danger:hover > td,
|
||||
.table-hover .table-danger:hover > th {
|
||||
.table-hover .table-danger:hover > th {
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
@ -1807,12 +1843,14 @@ pre code {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
|
||||
.table-inverse.table-bordered {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
.table-inverse td,
|
||||
.table-inverse thead th {
|
||||
.table-inverse td,
|
||||
.table-inverse thead th {
|
||||
border-color: #55595c;
|
||||
}
|
||||
|
||||
@ -1830,8 +1868,9 @@ pre code {
|
||||
border-top: 1px solid #eceeef;
|
||||
border-left: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
.table-reflow th:last-child,
|
||||
.table-reflow td:last-child {
|
||||
.table-reflow td:last-child {
|
||||
border-right: 1px solid #eceeef;
|
||||
}
|
||||
|
||||
@ -1847,8 +1886,9 @@ pre code {
|
||||
.table-reflow tr {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-reflow tr th,
|
||||
.table-reflow tr td {
|
||||
.table-reflow tr td {
|
||||
display: block !important;
|
||||
border: 1px solid #eceeef;
|
||||
}
|
||||
@ -1865,38 +1905,46 @@ pre code {
|
||||
border: .0625rem solid #ccc;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.form-control::-ms-expand {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control::-moz-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:-ms-input-placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
color: #999;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:disabled,
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control[disabled],
|
||||
fieldset[disabled] .form-control {
|
||||
fieldset[disabled] .form-control {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@ -1945,13 +1993,14 @@ pre code {
|
||||
padding-bottom: .5625rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-control-static.form-control-sm,
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
@ -1986,15 +2035,17 @@ pre code {
|
||||
display: block;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.radio label,
|
||||
.checkbox label {
|
||||
.checkbox label {
|
||||
padding-left: 1.25rem;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.radio label input:only-child,
|
||||
.checkbox label input:only-child {
|
||||
.checkbox label input:only-child {
|
||||
position: static;
|
||||
}
|
||||
|
||||
@ -2056,7 +2107,7 @@ fieldset[disabled] .checkbox label {
|
||||
.form-control-warning,
|
||||
.form-control-error {
|
||||
padding-right: 3rem;
|
||||
background-repeat: no-repeat;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right .65625rem;
|
||||
-webkit-background-size: 1.70625rem 1.70625rem;
|
||||
background-size: 1.70625rem 1.70625rem;
|
||||
@ -2081,7 +2132,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-success .input-group-addon {
|
||||
color: #5cb85c;
|
||||
background-color: #eaf6ea;
|
||||
background-color: #eaf6ea;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
@ -2112,7 +2163,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-warning .input-group-addon {
|
||||
color: #f0ad4e;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@ -2143,7 +2194,7 @@ fieldset[disabled] .checkbox label {
|
||||
|
||||
.has-error .input-group-addon {
|
||||
color: #d9534f;
|
||||
background-color: #fdf7f7;
|
||||
background-color: #fdf7f7;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
@ -2235,31 +2286,36 @@ fieldset[disabled] .checkbox label {
|
||||
-o-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn:hover {
|
||||
.btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn.focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn.disabled,
|
||||
.btn:disabled,
|
||||
fieldset[disabled] .btn {
|
||||
.btn:disabled,
|
||||
fieldset[disabled] .btn {
|
||||
cursor: not-allowed;
|
||||
opacity: .65;
|
||||
}
|
||||
@ -2274,40 +2330,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
.btn-primary.focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:focus,
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus,
|
||||
fieldset[disabled] .btn-primary:focus,
|
||||
fieldset[disabled] .btn-primary.focus {
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus,
|
||||
fieldset[disabled] .btn-primary:focus,
|
||||
fieldset[disabled] .btn-primary.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover,
|
||||
fieldset[disabled] .btn-primary:hover {
|
||||
.btn-primary:disabled:hover,
|
||||
fieldset[disabled] .btn-primary:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary .badge {
|
||||
color: #0275d8;
|
||||
background-color: #fff;
|
||||
@ -2318,40 +2380,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:focus,
|
||||
.btn-secondary.focus,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
.btn-secondary.focus,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:focus,
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus,
|
||||
fieldset[disabled] .btn-secondary:focus,
|
||||
fieldset[disabled] .btn-secondary.focus {
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus,
|
||||
fieldset[disabled] .btn-secondary:focus,
|
||||
fieldset[disabled] .btn-secondary.focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:hover,
|
||||
.btn-secondary:disabled:hover,
|
||||
fieldset[disabled] .btn-secondary:hover {
|
||||
.btn-secondary:disabled:hover,
|
||||
fieldset[disabled] .btn-secondary:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary .badge {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
@ -2362,40 +2430,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info:focus,
|
||||
.btn-info.focus,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
.btn-info.focus,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus,
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
fieldset[disabled] .btn-info.focus {
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus,
|
||||
fieldset[disabled] .btn-info:focus,
|
||||
fieldset[disabled] .btn-info.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover,
|
||||
fieldset[disabled] .btn-info:hover {
|
||||
.btn-info:disabled:hover,
|
||||
fieldset[disabled] .btn-info:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info .badge {
|
||||
color: #5bc0de;
|
||||
background-color: #fff;
|
||||
@ -2406,40 +2480,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success:focus,
|
||||
.btn-success.focus,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
.btn-success.focus,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-success.disabled:focus,
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus,
|
||||
fieldset[disabled] .btn-success:focus,
|
||||
fieldset[disabled] .btn-success.focus {
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus,
|
||||
fieldset[disabled] .btn-success:focus,
|
||||
fieldset[disabled] .btn-success.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover,
|
||||
fieldset[disabled] .btn-success:hover {
|
||||
.btn-success:disabled:hover,
|
||||
fieldset[disabled] .btn-success:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success .badge {
|
||||
color: #5cb85c;
|
||||
background-color: #fff;
|
||||
@ -2450,40 +2530,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning:focus,
|
||||
.btn-warning.focus,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
.btn-warning.focus,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:focus,
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus,
|
||||
fieldset[disabled] .btn-warning:focus,
|
||||
fieldset[disabled] .btn-warning.focus {
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus,
|
||||
fieldset[disabled] .btn-warning:focus,
|
||||
fieldset[disabled] .btn-warning.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover,
|
||||
fieldset[disabled] .btn-warning:hover {
|
||||
.btn-warning:disabled:hover,
|
||||
fieldset[disabled] .btn-warning:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning .badge {
|
||||
color: #f0ad4e;
|
||||
background-color: #fff;
|
||||
@ -2494,40 +2580,46 @@ fieldset[disabled] a.btn {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger:focus,
|
||||
.btn-danger.focus,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
.btn-danger.focus,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:focus,
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus,
|
||||
fieldset[disabled] .btn-danger:focus,
|
||||
fieldset[disabled] .btn-danger.focus {
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus,
|
||||
fieldset[disabled] .btn-danger:focus,
|
||||
fieldset[disabled] .btn-danger.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover,
|
||||
fieldset[disabled] .btn-danger:hover {
|
||||
.btn-danger:disabled:hover,
|
||||
fieldset[disabled] .btn-danger:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger .badge {
|
||||
color: #d9534f;
|
||||
background-color: #fff;
|
||||
@ -2543,31 +2635,36 @@ fieldset[disabled] a.btn {
|
||||
color: #0275d8;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled,
|
||||
fieldset[disabled] .btn-link {
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled,
|
||||
fieldset[disabled] .btn-link {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:focus,
|
||||
.btn-link:hover {
|
||||
.btn-link:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus,
|
||||
.btn-link:disabled:hover,
|
||||
fieldset[disabled] .btn-link:focus,
|
||||
fieldset[disabled] .btn-link:hover {
|
||||
.btn-link:disabled:hover,
|
||||
fieldset[disabled] .btn-link:focus,
|
||||
fieldset[disabled] .btn-link:hover {
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -2614,6 +2711,7 @@ input[type="button"].btn-block {
|
||||
-o-transition: opacity .15s linear;
|
||||
transition: opacity .15s linear;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
@ -2621,6 +2719,7 @@ input[type="button"].btn-block {
|
||||
.collapse {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.collapse.in {
|
||||
display: block;
|
||||
}
|
||||
@ -2680,12 +2779,14 @@ input[type="button"].btn-block {
|
||||
border: 1px solid rgba(0, 0, 0, .15);
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.dropdown-menu .divider {
|
||||
height: 1px;
|
||||
margin: .5rem 0;
|
||||
overflow: hidden;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
@ -2788,21 +2889,24 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-group > .btn,
|
||||
.btn-group-vertical > .btn {
|
||||
.btn-group-vertical > .btn {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-group > .btn:focus,
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.btn-group > .btn:hover,
|
||||
.btn-group-vertical > .btn:hover {
|
||||
.btn-group-vertical > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -2816,21 +2920,25 @@ input[type="button"].btn-block {
|
||||
.btn-toolbar {
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.btn-toolbar:before,
|
||||
.btn-toolbar:after {
|
||||
display: table;
|
||||
.btn-toolbar:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.btn-toolbar:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.btn-toolbar .btn-group,
|
||||
.btn-toolbar .input-group {
|
||||
.btn-toolbar .input-group {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-toolbar > .btn,
|
||||
.btn-toolbar > .btn-group,
|
||||
.btn-toolbar > .input-group {
|
||||
.btn-toolbar > .btn-group,
|
||||
.btn-toolbar > .input-group {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@ -2841,14 +2949,15 @@ input[type="button"].btn-block {
|
||||
.btn-group > .btn:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
||||
border-top-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn:last-child:not(:first-child),
|
||||
.btn-group > .dropdown-toggle:not(:first-child) {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -2862,12 +2971,12 @@ 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-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -2910,7 +3019,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.btn-group-vertical > .btn-group:before,
|
||||
.btn-group-vertical > .btn-group:after {
|
||||
display: table;
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@ -2941,7 +3050,7 @@ input[type="button"].btn-block {
|
||||
}
|
||||
|
||||
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
@ -2957,7 +3066,7 @@ 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-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -2975,6 +3084,7 @@ input[type="button"].btn-block {
|
||||
display: table;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.input-group .form-control {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
@ -2988,9 +3098,10 @@ input[type="button"].btn-block {
|
||||
.input-group .form-control {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.input-group-addon:not(:first-child):not(:last-child),
|
||||
.input-group-btn:not(:first-child):not(:last-child),
|
||||
.input-group .form-control:not(:first-child):not(:last-child) {
|
||||
.input-group-btn:not(:first-child):not(:last-child),
|
||||
.input-group .form-control:not(:first-child):not(:last-child) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@ -3012,20 +3123,23 @@ input[type="button"].btn-block {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .75rem 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
border-radius: .3rem;
|
||||
}
|
||||
|
||||
.input-group-addon input[type="radio"],
|
||||
.input-group-addon input[type="checkbox"] {
|
||||
.input-group-addon input[type="checkbox"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@ -3036,7 +3150,7 @@ 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-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3051,7 +3165,7 @@ 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-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -3064,23 +3178,28 @@ input[type="button"].btn-block {
|
||||
font-size: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn + .btn {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn:focus,
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.input-group-btn:first-child > .btn,
|
||||
.input-group-btn:first-child > .btn-group {
|
||||
.input-group-btn:first-child > .btn-group {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn:last-child > .btn,
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
z-index: 2;
|
||||
margin-left: -1px;
|
||||
}
|
||||
@ -3092,19 +3211,23 @@ input[type="button"].btn-block {
|
||||
color: #555;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.c-input > input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.c-input > input:checked ~ .c-indicator {
|
||||
color: #fff;
|
||||
background-color: #0074d9;
|
||||
}
|
||||
|
||||
.c-input > input:active ~ .c-indicator {
|
||||
color: #fff;
|
||||
background-color: #84c6ff;
|
||||
}
|
||||
|
||||
.c-input + .c-input {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@ -3155,11 +3278,13 @@ input[type="button"].btn-block {
|
||||
.c-inputs-stacked .c-input {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.c-inputs-stacked .c-input:after {
|
||||
display: block;
|
||||
margin-bottom: .25rem;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.c-inputs-stacked .c-input + .c-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
@ -3169,6 +3294,7 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.select > select {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@ -3186,21 +3312,26 @@ input[type="button"].btn-block {
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.select > select:focus {
|
||||
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
||||
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
||||
}
|
||||
|
||||
.select > select:focus:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
|
||||
.select > select:active {
|
||||
color: #fff;
|
||||
background-color: #0074d9;
|
||||
}
|
||||
|
||||
.select > select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select:after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -3325,11 +3456,13 @@ input[type="button"].btn-block {
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav:before,
|
||||
.nav:after {
|
||||
display: table;
|
||||
.nav:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.nav:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -3344,21 +3477,24 @@ input[type="button"].btn-block {
|
||||
padding: .75em 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.nav-link:focus,
|
||||
.nav-link:hover {
|
||||
.nav-link:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.disabled > .nav-link,
|
||||
.nav-link.disabled {
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.disabled > .nav-link,
|
||||
.disabled > .nav-link:focus,
|
||||
.disabled > .nav-link:hover,
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
.disabled > .nav-link:focus,
|
||||
.disabled > .nav-link:hover,
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3367,44 +3503,50 @@ input[type="button"].btn-block {
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item {
|
||||
float: left;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item + .nav-item {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link {
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus,
|
||||
.nav-tabs .nav-link:hover {
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .open > .nav-link,
|
||||
.nav-tabs .open > .nav-link:focus,
|
||||
.nav-tabs .open > .nav-link:hover,
|
||||
.nav-tabs .active > .nav-link,
|
||||
.nav-tabs .active > .nav-link:focus,
|
||||
.nav-tabs .active > .nav-link:hover,
|
||||
.nav-tabs .nav-link.open,
|
||||
.nav-tabs .nav-link.open:focus,
|
||||
.nav-tabs .nav-link.open:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover {
|
||||
.nav-tabs .open > .nav-link:focus,
|
||||
.nav-tabs .open > .nav-link:hover,
|
||||
.nav-tabs .active > .nav-link,
|
||||
.nav-tabs .active > .nav-link:focus,
|
||||
.nav-tabs .active > .nav-link:hover,
|
||||
.nav-tabs .nav-link.open,
|
||||
.nav-tabs .nav-link.open:focus,
|
||||
.nav-tabs .nav-link.open:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover {
|
||||
color: #55595c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .disabled > .nav-link,
|
||||
.nav-tabs .disabled > .nav-link:focus,
|
||||
.nav-tabs .disabled > .nav-link:hover,
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
.nav-tabs .disabled > .nav-link:focus,
|
||||
.nav-tabs .disabled > .nav-link:hover,
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
@ -3413,6 +3555,7 @@ input[type="button"].btn-block {
|
||||
.nav-pills .nav-item {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nav-pills .nav-item + .nav-item {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
@ -3443,6 +3586,7 @@ input[type="button"].btn-block {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.nav-stacked .nav-item + .nav-item {
|
||||
margin-top: .2rem;
|
||||
margin-left: 0;
|
||||
@ -3458,7 +3602,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.nav-tabs .dropdown-menu {
|
||||
margin-top: -1px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3467,14 +3611,17 @@ input[type="button"].btn-block {
|
||||
padding: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.navbar:before,
|
||||
.navbar:after {
|
||||
display: table;
|
||||
.navbar:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.navbar:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar {
|
||||
border-radius: .25rem;
|
||||
@ -3484,6 +3631,7 @@ input[type="button"].btn-block {
|
||||
.navbar-static-top {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-static-top {
|
||||
border-radius: 0;
|
||||
@ -3498,6 +3646,7 @@ input[type="button"].btn-block {
|
||||
z-index: 1030;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom {
|
||||
@ -3520,6 +3669,7 @@ input[type="button"].btn-block {
|
||||
z-index: 1030;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-sticky-top {
|
||||
border-radius: 0;
|
||||
@ -3534,10 +3684,12 @@ input[type="button"].btn-block {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.navbar-brand > a:focus,
|
||||
.navbar-brand > a:hover {
|
||||
.navbar-brand > a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-brand > img {
|
||||
display: block;
|
||||
}
|
||||
@ -3551,8 +3703,9 @@ input[type="button"].btn-block {
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.navbar-toggler:focus,
|
||||
.navbar-toggler:hover {
|
||||
.navbar-toggler:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3570,7 +3723,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.navbar-nav > li > .dropdown-menu {
|
||||
margin-top: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@ -3585,10 +3738,12 @@ input[type="button"].btn-block {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.navbar-sm .navbar-brand {
|
||||
padding-top: .95rem;
|
||||
padding-bottom: .95rem;
|
||||
}
|
||||
|
||||
.navbar-sm .form-inline {
|
||||
margin-top: .6rem;
|
||||
}
|
||||
@ -3625,11 +3780,13 @@ input[type="button"].btn-block {
|
||||
background-color: #f8f8f8;
|
||||
border-color: #e7e7e7;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand:focus,
|
||||
.navbar-default .navbar-brand:hover {
|
||||
.navbar-default .navbar-brand:hover {
|
||||
color: #5e5e5e;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3638,54 +3795,64 @@ input[type="button"].btn-block {
|
||||
background-color: #373a3c;
|
||||
border-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggler,
|
||||
.navbar-inverse .navbar-brand > a,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link {
|
||||
.navbar-inverse .navbar-brand > a,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggler:focus,
|
||||
.navbar-inverse .navbar-toggler:hover,
|
||||
.navbar-inverse .navbar-brand > a:focus,
|
||||
.navbar-inverse .navbar-brand > a:hover,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-inverse .navbar-toggler:hover,
|
||||
.navbar-inverse .navbar-brand > a:focus,
|
||||
.navbar-inverse .navbar-brand > a:hover,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus,
|
||||
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav-pills > .active > .nav-link,
|
||||
.navbar-inverse .nav-pills > .nav-link.active {
|
||||
.navbar-inverse .nav-pills > .nav-link.active {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand:focus,
|
||||
.navbar-inverse .navbar-brand:hover {
|
||||
.navbar-inverse .navbar-brand:hover {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link {
|
||||
color: #aab0b5;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link:hover {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.active > a:hover {
|
||||
color: #fff;
|
||||
background-color: #1f2021;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:focus,
|
||||
.navbar-inverse .navbar-nav .navbar-link.disabled > a:hover {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -3736,6 +3903,7 @@ input[type="button"].btn-block {
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: .0625rem solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-header:first-child {
|
||||
border-radius: .1875rem .1875rem 0 0;
|
||||
}
|
||||
@ -3745,6 +3913,7 @@ input[type="button"].btn-block {
|
||||
background-color: #f5f5f5;
|
||||
border-top: .0625rem solid #e5e5e5;
|
||||
}
|
||||
|
||||
.card-footer:last-child {
|
||||
border-radius: 0 0 .1875rem .1875rem;
|
||||
}
|
||||
@ -3829,6 +3998,7 @@ input[type="button"].btn-block {
|
||||
table-layout: fixed;
|
||||
border-spacing: 1.25rem 0;
|
||||
}
|
||||
|
||||
.card-deck .card {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
@ -3845,31 +4015,39 @@ input[type="button"].btn-block {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.card-group .card {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.card-group .card + .card {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.card-group .card:first-child .card-img-top {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:first-child .card-img-bottom {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:last-child .card-img-top {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:last-child .card-img-bottom {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:not(:first-child):not(:last-child) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@ -3881,6 +4059,7 @@ input[type="button"].btn-block {
|
||||
-moz-column-gap: 1.25rem;
|
||||
column-gap: 1.25rem;
|
||||
}
|
||||
|
||||
.card-columns .card {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@ -3893,15 +4072,18 @@ input[type="button"].btn-block {
|
||||
background-color: #eceeef;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.breadcrumb > li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.breadcrumb > li + li:before {
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
color: #818a91;
|
||||
content: "/\\00a0";
|
||||
}
|
||||
|
||||
.breadcrumb > .active {
|
||||
color: #818a91;
|
||||
}
|
||||
@ -3913,11 +4095,13 @@ input[type="button"].btn-block {
|
||||
margin-bottom: 1rem;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
.pagination > li > span {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: .5rem 1rem;
|
||||
@ -3928,43 +4112,48 @@ input[type="button"].btn-block {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.pagination > li:first-child > a,
|
||||
.pagination > li:first-child > span {
|
||||
.pagination > li:first-child > span {
|
||||
margin-left: 0;
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-left-radius: .25rem;
|
||||
border-bottom-left-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li:last-child > a,
|
||||
.pagination > li:last-child > span {
|
||||
border-top-right-radius: .25rem;
|
||||
.pagination > li:last-child > span {
|
||||
border-top-right-radius: .25rem;
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
color: #014c8c;
|
||||
background-color: #eceeef;
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -3980,13 +4169,13 @@ input[type="button"].btn-block {
|
||||
|
||||
.pagination-lg > li:first-child > a,
|
||||
.pagination-lg > li:first-child > span {
|
||||
border-top-left-radius: .3rem;
|
||||
border-top-left-radius: .3rem;
|
||||
border-bottom-left-radius: .3rem;
|
||||
}
|
||||
|
||||
.pagination-lg > li:last-child > a,
|
||||
.pagination-lg > li:last-child > span {
|
||||
border-top-right-radius: .3rem;
|
||||
border-top-right-radius: .3rem;
|
||||
border-bottom-right-radius: .3rem;
|
||||
}
|
||||
|
||||
@ -3999,13 +4188,13 @@ input[type="button"].btn-block {
|
||||
|
||||
.pagination-sm > li:first-child > a,
|
||||
.pagination-sm > li:first-child > span {
|
||||
border-top-left-radius: .2rem;
|
||||
border-top-left-radius: .2rem;
|
||||
border-bottom-left-radius: .2rem;
|
||||
}
|
||||
|
||||
.pagination-sm > li:last-child > a,
|
||||
.pagination-sm > li:last-child > span {
|
||||
border-top-right-radius: .2rem;
|
||||
border-top-right-radius: .2rem;
|
||||
border-bottom-right-radius: .2rem;
|
||||
}
|
||||
|
||||
@ -4016,37 +4205,44 @@ input[type="button"].btn-block {
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.pager:before,
|
||||
.pager:after {
|
||||
display: table;
|
||||
.pager:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.pager:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.pager li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pager li > a,
|
||||
.pager li > span {
|
||||
.pager li > span {
|
||||
display: inline-block;
|
||||
padding: 5px 14px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.pager li > a:focus,
|
||||
.pager li > a:hover {
|
||||
.pager li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.pager .disabled > span {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
@ -4075,9 +4271,11 @@ input[type="button"].btn-block {
|
||||
vertical-align: baseline;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.label:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn .label {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
@ -4099,48 +4297,54 @@ a.label:hover {
|
||||
.label-default {
|
||||
background-color: #818a91;
|
||||
}
|
||||
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
.label-default[href]:hover {
|
||||
background-color: #687077;
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
.label-primary[href]:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
.label-success[href]:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
.label-info[href]:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
.label-warning[href]:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
.label-danger[href]:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
@ -4181,10 +4385,12 @@ a.label:hover {
|
||||
border: 1px solid transparent;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.alert > p,
|
||||
.alert > ul {
|
||||
.alert > ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.alert > p + p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
@ -4201,6 +4407,7 @@ a.label:hover {
|
||||
.alert-dismissible {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
.alert-dismissible .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
@ -4209,49 +4416,57 @@ a.label:hover {
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
color: #3c763d;
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #d0e9c6;
|
||||
}
|
||||
|
||||
.alert-success hr {
|
||||
border-top-color: #c1e2b3;
|
||||
}
|
||||
|
||||
.alert-success .alert-link {
|
||||
color: #2b542c;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
color: #31708f;
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bcdff1;
|
||||
}
|
||||
|
||||
.alert-info hr {
|
||||
border-top-color: #a6d5ec;
|
||||
}
|
||||
|
||||
.alert-info .alert-link {
|
||||
color: #245269;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
color: #8a6d3b;
|
||||
color: #8a6d3b;
|
||||
background-color: #fcf8e3;
|
||||
border-color: #faf2cc;
|
||||
}
|
||||
|
||||
.alert-warning hr {
|
||||
border-top-color: #f7ecb5;
|
||||
}
|
||||
|
||||
.alert-warning .alert-link {
|
||||
color: #66512c;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
color: #a94442;
|
||||
color: #a94442;
|
||||
background-color: #f2dede;
|
||||
border-color: #ebcccc;
|
||||
}
|
||||
|
||||
.alert-danger hr {
|
||||
border-top-color: #e4b9b9;
|
||||
}
|
||||
|
||||
.alert-danger .alert-link {
|
||||
color: #843534;
|
||||
}
|
||||
@ -4442,6 +4657,7 @@ a.label:hover {
|
||||
.media {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.media:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
@ -4474,6 +4690,7 @@ a.label:hover {
|
||||
.media-object {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media-object.img-thumbnail {
|
||||
max-width: none;
|
||||
}
|
||||
@ -4509,10 +4726,12 @@ a.label:hover {
|
||||
background-color: #fff;
|
||||
border: .0625rem solid #ddd;
|
||||
}
|
||||
|
||||
.list-group-item:first-child {
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-left-radius: .25rem;
|
||||
border-top-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.list-group-item:last-child {
|
||||
margin-bottom: 0;
|
||||
border-bottom-right-radius: .25rem;
|
||||
@ -4527,17 +4746,19 @@ a.label:hover {
|
||||
a.list-group-item,
|
||||
button.list-group-item {
|
||||
width: 100%;
|
||||
color: #555;
|
||||
color: #555;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item .list-group-item-heading,
|
||||
button.list-group-item .list-group-item-heading {
|
||||
button.list-group-item .list-group-item-heading {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.list-group-item:focus,
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
@ -4550,14 +4771,16 @@ a.list-group-item:focus,
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
@ -4569,20 +4792,22 @@ a.list-group-item:focus,
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
}
|
||||
|
||||
@ -4595,23 +4820,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #3c763d;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #3c763d;
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #3c763d;
|
||||
border-color: #3c763d;
|
||||
@ -4626,23 +4854,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #31708f;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #31708f;
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #31708f;
|
||||
border-color: #31708f;
|
||||
@ -4657,23 +4888,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #8a6d3b;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #8a6d3b;
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #8a6d3b;
|
||||
border-color: #8a6d3b;
|
||||
@ -4688,23 +4922,26 @@ a.list-group-item-state,
|
||||
button.list-group-item-state {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
a.list-group-item-state .list-group-item-heading,
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
button.list-group-item-state .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-state:focus,
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
a.list-group-item-state:hover,
|
||||
button.list-group-item-state:focus,
|
||||
button.list-group-item-state:hover {
|
||||
color: #a94442;
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
a.list-group-item-state.active,
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
a.list-group-item-state.active:focus,
|
||||
a.list-group-item-state.active:hover,
|
||||
button.list-group-item-state.active,
|
||||
button.list-group-item-state.active:focus,
|
||||
button.list-group-item-state.active:hover {
|
||||
color: #fff;
|
||||
background-color: #a94442;
|
||||
border-color: #a94442;
|
||||
@ -4727,11 +4964,12 @@ a.list-group-item-state.active,
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.embed-responsive .embed-responsive-item,
|
||||
.embed-responsive iframe,
|
||||
.embed-responsive embed,
|
||||
.embed-responsive object,
|
||||
.embed-responsive video {
|
||||
.embed-responsive iframe,
|
||||
.embed-responsive embed,
|
||||
.embed-responsive object,
|
||||
.embed-responsive video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@ -4762,8 +5000,9 @@ a.list-group-item-state.active,
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
.close:focus,
|
||||
.close:hover {
|
||||
.close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -4771,7 +5010,7 @@ a.list-group-item-state.active,
|
||||
}
|
||||
|
||||
button.close {
|
||||
-webkit-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
@ -4791,15 +5030,17 @@ button.close {
|
||||
z-index: 1050;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.modal.fade .modal-dialog {
|
||||
-webkit-transform: transition .3s ease-out, translate(0, -25%);
|
||||
-ms-transform: transition .3s ease-out, translate(0, -25%);
|
||||
-o-transform: transition .3s ease-out, translate(0, -25%);
|
||||
transform: transition .3s ease-out, translate(0, -25%);
|
||||
}
|
||||
|
||||
.modal.in .modal-dialog {
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
@ -4837,9 +5078,11 @@ button.close {
|
||||
z-index: 1040;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.modal-backdrop.fade {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.modal-backdrop.in {
|
||||
opacity: .5;
|
||||
}
|
||||
@ -4848,11 +5091,13 @@ button.close {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.modal-header:before,
|
||||
.modal-header:after {
|
||||
display: table;
|
||||
.modal-header:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.modal-header:after {
|
||||
clear: both;
|
||||
}
|
||||
@ -4876,21 +5121,26 @@ button.close {
|
||||
text-align: right;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.modal-footer:before,
|
||||
.modal-footer:after {
|
||||
display: table;
|
||||
.modal-footer:after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.modal-footer:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.modal-footer .btn + .btn {
|
||||
margin-bottom: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.modal-footer .btn-group .btn + .btn {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.modal-footer .btn-block + .btn-block {
|
||||
margin-left: 0;
|
||||
}
|
||||
@ -4938,59 +5188,68 @@ button.close {
|
||||
word-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: normal;
|
||||
opacity: 0;
|
||||
opacity: 0;
|
||||
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.tooltip.in {
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top,
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
padding: 5px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 5px 5px 0;
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right,
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
padding: 0 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
border-width: 5px 5px 5px 0;
|
||||
border-right-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom,
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
padding: 5px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-width: 0 5px 5px;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left,
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
padding: 0 5px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
@ -5042,84 +5301,96 @@ button.close {
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0, 0, 0, .2);
|
||||
border-radius: .3rem;
|
||||
border-radius: .3rem;
|
||||
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.popover.popover-top,
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
bottom: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
border-top-color: rgba(0, 0, 0, .25);
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow:after {
|
||||
bottom: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
border-top-color: #fff;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right,
|
||||
.popover.bs-tether-element-attached-left {
|
||||
.popover.bs-tether-element-attached-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
top: 50%;
|
||||
left: -11px;
|
||||
margin-top: -11px;
|
||||
border-right-color: rgba(0, 0, 0, .25);
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-left .popover-arrow:after {
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
content: "";
|
||||
border-right-color: #fff;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-bottom,
|
||||
.popover.bs-tether-element-attached-top {
|
||||
.popover.bs-tether-element-attached-top {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-top .popover-arrow:after {
|
||||
top: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
border-top-width: 0;
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.popover.popover-left,
|
||||
.popover.bs-tether-element-attached-right {
|
||||
.popover.bs-tether-element-attached-right {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
top: 50%;
|
||||
right: -11px;
|
||||
margin-top: -11px;
|
||||
border-right-width: 0;
|
||||
border-left-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow:after,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow:after {
|
||||
.popover.bs-tether-element-attached-right .popover-arrow:after {
|
||||
right: 1px;
|
||||
bottom: -10px;
|
||||
content: "";
|
||||
@ -5168,6 +5439,7 @@ button.close {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.carousel-inner > .carousel-item {
|
||||
position: relative;
|
||||
display: none;
|
||||
@ -5175,10 +5447,12 @@ button.close {
|
||||
-o-transition: .6s ease-in-out left;
|
||||
transition: .6s ease-in-out left;
|
||||
}
|
||||
|
||||
.carousel-inner > .carousel-item > img,
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@media all and (transform-3d), (-webkit-transform-3d) {
|
||||
.carousel-inner > .carousel-item {
|
||||
-webkit-transition: -webkit-transform .6s ease-in-out;
|
||||
@ -5210,33 +5484,41 @@ button.close {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.carousel-inner > .active,
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.carousel-inner > .active {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.carousel-inner > .next,
|
||||
.carousel-inner > .prev {
|
||||
.carousel-inner > .prev {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .next {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .prev {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .next.left,
|
||||
.carousel-inner > .prev.right {
|
||||
.carousel-inner > .prev.right {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.carousel-inner > .active.left {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.carousel-inner > .active.right {
|
||||
left: 100%;
|
||||
}
|
||||
@ -5253,14 +5535,16 @@ button.close {
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.carousel-control.left {
|
||||
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
|
||||
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
|
||||
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);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control.right {
|
||||
right: 0;
|
||||
left: auto;
|
||||
@ -5268,18 +5552,20 @@ button.close {
|
||||
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);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control:focus,
|
||||
.carousel-control:hover {
|
||||
.carousel-control:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev,
|
||||
.carousel-control .icon-next {
|
||||
.carousel-control .icon-next {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 5;
|
||||
@ -5290,17 +5576,21 @@ button.close {
|
||||
font-family: serif;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev {
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-next {
|
||||
right: 50%;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev:before {
|
||||
content: "\2039";
|
||||
}
|
||||
|
||||
.carousel-control .icon-next:before {
|
||||
content: "\203a";
|
||||
}
|
||||
@ -5316,6 +5606,7 @@ button.close {
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.carousel-indicators li {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
@ -5327,6 +5618,7 @@ button.close {
|
||||
border: 1px solid #fff;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.carousel-indicators .active {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
@ -5346,6 +5638,7 @@ button.close {
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.carousel-caption .btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -5376,7 +5669,7 @@ button.close {
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
display: table;
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
@ -5386,7 +5679,7 @@ button.close {
|
||||
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-right: auto;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@ -5847,6 +6140,7 @@ a.bg-danger:hover {
|
||||
.visible-print-block {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-block {
|
||||
display: block !important;
|
||||
@ -5856,6 +6150,7 @@ a.bg-danger:hover {
|
||||
.visible-print-inline {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-inline {
|
||||
display: inline !important;
|
||||
@ -5865,6 +6160,7 @@ a.bg-danger:hover {
|
||||
.visible-print-inline-block {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.visible-print-inline-block {
|
||||
display: inline-block !important;
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
4
docs/dist/css/bootstrap.min.css
vendored
4
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -8,7 +8,8 @@ module.exports = function configureLibsass(grunt) {
|
||||
includePaths: ['scss'],
|
||||
precision: 6,
|
||||
sourceComments: false,
|
||||
sourceMap: true
|
||||
sourceMap: true,
|
||||
outputStyle: 'expanded'
|
||||
},
|
||||
core: {
|
||||
files: {
|
||||
|
Loading…
Reference in New Issue
Block a user