2014-08-04 19:14:11 +02:00
|
|
|
/*!
|
2015-01-19 23:55:25 +01:00
|
|
|
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
|
2015-01-01 21:02:02 +01:00
|
|
|
* Copyright 2011-2015 Twitter, Inc.
|
2014-08-04 19:14:11 +02:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
|
*/
|
|
|
|
|
2014-10-27 06:48:12 +01:00
|
|
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
2014-01-27 21:08:55 +01:00
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
2014-12-02 23:02:35 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2014-08-06 02:49:22 +02:00
|
|
|
-ms-text-size-adjust: 100%;
|
2014-01-27 21:08:55 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
audio, canvas, progress, video {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: inline-block;
|
2014-01-27 21:08:55 +01:00
|
|
|
vertical-align: baseline;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
audio:not([controls]) {
|
|
|
|
display: none;
|
|
|
|
height: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
[hidden], template {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-09-18 07:14:39 +02:00
|
|
|
a {
|
2014-10-27 06:48:12 +01:00
|
|
|
background-color: transparent;
|
2013-09-18 07:14:39 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
a:active {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
a:hover {
|
2013-02-12 21:16:32 +01:00
|
|
|
outline: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
abbr[title] {
|
|
|
|
border-bottom: 1px dotted;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
b, strong {
|
2013-02-12 21:16:32 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
dfn {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
h1 {
|
2014-12-02 23:02:35 +01:00
|
|
|
margin: .67em 0;
|
2014-01-27 21:08:55 +01:00
|
|
|
font-size: 2em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
mark {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #000;
|
2014-08-06 02:49:22 +02:00
|
|
|
background: #ff0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
sub, sup {
|
2014-08-06 02:49:22 +02:00
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
sup {
|
2014-08-06 02:49:22 +02:00
|
|
|
top: -.5em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
sub {
|
2014-08-06 02:49:22 +02:00
|
|
|
bottom: -.25em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
svg:not(:root) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
figure {
|
2014-01-27 21:08:55 +01:00
|
|
|
margin: 1em 40px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
hr {
|
2014-12-02 23:02:35 +01:00
|
|
|
height: 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
pre {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
code, kbd, pre, samp {
|
2014-01-27 21:08:55 +01:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 1em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
button, input, optgroup, select, textarea {
|
|
|
|
margin: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
font: inherit;
|
|
|
|
color: inherit;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
button {
|
|
|
|
overflow: visible;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
button, select {
|
2013-02-12 21:16:32 +01:00
|
|
|
text-transform: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
button, html input[type="button"], input[type="reset"], input[type="submit"] {
|
2013-02-12 21:16:32 +01:00
|
|
|
-webkit-appearance: button;
|
2013-12-09 07:11:46 +01:00
|
|
|
cursor: pointer;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
button[disabled], html input[disabled] {
|
2013-02-12 21:16:32 +01:00
|
|
|
cursor: default;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
button::-moz-focus-inner, input::-moz-focus-inner {
|
|
|
|
padding: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 0;
|
2014-01-27 21:08:55 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
input {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="checkbox"], input[type="radio"] {
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
|
2014-01-27 21:08:55 +01:00
|
|
|
height: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
input[type="search"] {
|
2014-08-06 02:45:24 +02:00
|
|
|
-webkit-box-sizing: content-box;
|
2014-12-02 23:02:35 +01:00
|
|
|
box-sizing: content-box;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-appearance: textfield;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
|
2013-02-12 21:16:32 +01:00
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
fieldset {
|
2014-12-02 23:02:35 +01:00
|
|
|
padding: .35em .625em .75em;
|
2014-08-06 02:45:24 +02:00
|
|
|
margin: 0 2px;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid #c0c0c0;
|
2014-01-27 21:08:55 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
legend {
|
2014-12-02 23:02:35 +01:00
|
|
|
padding: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
2014-01-27 21:08:55 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-01-27 21:08:55 +01:00
|
|
|
optgroup {
|
|
|
|
font-weight: bold;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
table {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-spacing: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-collapse: collapse;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
td, th {
|
2014-01-27 21:08:55 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-03-01 04:42:51 +01:00
|
|
|
@media print {
|
2014-12-02 23:02:35 +01:00
|
|
|
*, *:before, *:after {
|
2014-08-06 02:45:24 +02:00
|
|
|
color: #000 !important;
|
2014-12-11 21:06:08 +01:00
|
|
|
text-shadow: none !important;
|
2013-03-01 04:42:51 +01:00
|
|
|
background: transparent !important;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
box-shadow: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a, a:visited {
|
2013-03-01 04:42:51 +01:00
|
|
|
text-decoration: underline;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
a[href]:after {
|
2013-03-01 04:42:51 +01:00
|
|
|
content: " (" attr(href) ")";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
abbr[title]:after {
|
2013-03-01 04:42:51 +01:00
|
|
|
content: " (" attr(title) ")";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a[href^="#"]:after, a[href^="javascript:"]:after {
|
2013-03-01 04:42:51 +01:00
|
|
|
content: "";
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
pre, blockquote {
|
2013-03-01 04:42:51 +01:00
|
|
|
border: 1px solid #999;
|
2014-08-06 02:49:22 +02:00
|
|
|
|
2013-03-01 04:42:51 +01:00
|
|
|
page-break-inside: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
thead {
|
2013-03-01 04:42:51 +01:00
|
|
|
display: table-header-group;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
tr, img {
|
2013-03-01 04:42:51 +01:00
|
|
|
page-break-inside: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
img {
|
2013-03-01 04:42:51 +01:00
|
|
|
max-width: 100% !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
p, h2, h3 {
|
2013-03-01 04:42:51 +01:00
|
|
|
orphans: 3;
|
|
|
|
widows: 3;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
h2, h3 {
|
2013-03-01 04:42:51 +01:00
|
|
|
page-break-after: avoid;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.navbar {
|
2013-03-17 00:17:32 +01:00
|
|
|
display: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn > .caret, .dropup > .btn > .caret {
|
2013-06-18 05:56:02 +02:00
|
|
|
border-top-color: #000 !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.label {
|
2013-06-18 05:56:02 +02:00
|
|
|
border: 1px solid #000;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.table {
|
2013-07-20 01:49:38 +02:00
|
|
|
border-collapse: collapse !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.table td, .table th {
|
2014-08-28 07:37:10 +02:00
|
|
|
background-color: #fff !important;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.table-bordered th, .table-bordered td {
|
2013-07-20 01:49:38 +02:00
|
|
|
border: 1px solid #ddd !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-03-01 04:42:51 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
html {
|
2014-03-04 23:12:57 +01:00
|
|
|
-webkit-box-sizing: border-box;
|
2014-08-04 19:14:11 +02:00
|
|
|
box-sizing: border-box;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
*, *:before, *:after {
|
|
|
|
-webkit-box-sizing: inherit;
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
@-moz-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
|
|
|
@viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
html {
|
2014-12-04 09:10:24 +01:00
|
|
|
font-size: 16px;
|
2014-08-06 02:49:22 +02:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
-webkit-tap-highlight-color: transparent;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
body {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #373a3c;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input, button, select, textarea {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
a {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-decoration: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a:focus, a:hover {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #014c8c;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-decoration: underline;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
a:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
2013-08-15 03:20:28 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2013-08-13 19:36:38 +02:00
|
|
|
height: auto;
|
2015-03-11 20:19:26 +01:00
|
|
|
vertical-align: middle;
|
2013-08-13 19:36:38 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.img-rounded {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.img-thumbnail {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .25rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
2015-03-11 20:19:26 +01:00
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-transition: all .2s ease-in-out;
|
|
|
|
-o-transition: all .2s ease-in-out;
|
|
|
|
transition: all .2s ease-in-out;
|
2013-07-30 02:30:36 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.img-circle {
|
|
|
|
border-radius: 50%;
|
2013-12-16 02:15:09 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
hr {
|
2014-12-05 00:20:45 +01:00
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
border: 0;
|
2014-12-31 19:37:23 +01:00
|
|
|
border-top: .0625rem solid #eceeef;
|
2013-12-16 02:15:09 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
[role="button"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
2014-07-14 08:33:54 +02:00
|
|
|
margin-top: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-family: inherit;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.1;
|
|
|
|
color: inherit;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
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 {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h1, .h1, h2, .h2, h3, .h3 {
|
2014-12-04 10:03:54 +01:00
|
|
|
margin-bottom: .5rem;
|
2014-12-02 23:02:35 +01:00
|
|
|
}
|
|
|
|
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 65%;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h4, .h4, h5, .h5, h6, .h6 {
|
2014-12-04 10:03:54 +01:00
|
|
|
margin-bottom: .5rem;
|
2014-12-02 23:02:35 +01:00
|
|
|
}
|
|
|
|
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 75%;
|
2013-12-16 02:15:09 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h1, .h1 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h2, .h2 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 2.5rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h3, .h3 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h4, .h4 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.5rem;
|
2013-06-05 22:14:58 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h5, .h5 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2013-12-16 02:15:09 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
h6, .h6 {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
2013-08-05 21:17:09 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
p {
|
2014-07-08 08:36:40 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.lead {
|
2014-07-08 09:10:31 +02:00
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: 300;
|
2013-08-05 20:47:12 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
small, .small {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 85%;
|
2013-12-01 08:17:43 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
mark, .mark {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding: .2em;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fcf8e3;
|
2013-10-14 05:02:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
ul, ol {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-top: 0;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: .5;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
ul ul, ul ol, ol ul, ol ol {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-bottom: 0;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.list-unstyled, .list-inline, .nav {
|
2014-03-04 23:12:57 +01:00
|
|
|
padding-left: 0;
|
|
|
|
list-style: none;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.list-inline {
|
2014-08-06 02:45:24 +02:00
|
|
|
margin-left: -5px;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.list-inline > li {
|
|
|
|
display: inline-block;
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 5px;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 5px;
|
2014-01-07 22:24:45 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
dl {
|
|
|
|
margin-top: 0;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
dt, dd {
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
2013-08-16 01:17:44 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
dd {
|
|
|
|
margin-left: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-11 23:12:10 +01:00
|
|
|
.dl-horizontal {
|
|
|
|
margin-right: -1.5rem;
|
|
|
|
margin-left: -1.5rem;
|
|
|
|
}
|
|
|
|
.dl-horizontal:before, .dl-horizontal:after {
|
2014-12-02 23:02:35 +01:00
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
2014-12-11 23:12:10 +01:00
|
|
|
.dl-horizontal:after {
|
2014-12-02 23:02:35 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title], abbr[data-original-title] {
|
2014-03-04 23:12:57 +01:00
|
|
|
cursor: help;
|
2014-07-08 11:26:50 +02:00
|
|
|
border-bottom: 1px dotted #818a91;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.initialism {
|
|
|
|
font-size: 90%;
|
|
|
|
text-transform: uppercase;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
blockquote {
|
2014-12-05 00:20:45 +01:00
|
|
|
padding: .5rem 1rem;
|
|
|
|
margin: 0 0 1rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2014-12-05 00:20:45 +01:00
|
|
|
border-left: .25rem solid #eceeef;
|
2013-08-16 01:17:44 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-09 22:54:32 +02:00
|
|
|
blockquote footer {
|
2013-05-08 03:07:06 +02:00
|
|
|
display: block;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 80%;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2013-12-01 01:29:52 +01:00
|
|
|
}
|
2014-07-09 22:54:32 +02:00
|
|
|
blockquote footer:before {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "\2014 \00A0";
|
2013-07-07 07:13:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 22:54:32 +02:00
|
|
|
.blockquote-reverse {
|
2014-12-05 00:20:45 +01:00
|
|
|
padding-right: 1rem;
|
2013-05-08 03:07:06 +02:00
|
|
|
padding-left: 0;
|
2014-12-11 21:06:08 +01:00
|
|
|
text-align: right;
|
2014-12-05 00:20:45 +01:00
|
|
|
border-right: .25rem solid #eceeef;
|
2014-03-04 23:12:57 +01:00
|
|
|
border-left: 0;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-07-09 22:54:32 +02:00
|
|
|
.blockquote-reverse footer:before {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-09 22:54:32 +02:00
|
|
|
.blockquote-reverse footer:after {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "\00A0 \2014";
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
address {
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-style: normal;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
code, kbd, pre, samp {
|
2014-03-04 23:12:57 +01:00
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
code {
|
2014-07-08 10:02:59 +02:00
|
|
|
padding: .2rem .4rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 90%;
|
2014-07-12 10:23:06 +02:00
|
|
|
color: #d44950;
|
|
|
|
background-color: #f7f7f9;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
kbd {
|
2014-07-08 10:02:59 +02:00
|
|
|
padding: .2rem .4rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-size: 90%;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #333;
|
|
|
|
border-radius: .2rem;
|
|
|
|
-webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
|
|
|
|
box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
|
2013-07-30 02:08:04 +02:00
|
|
|
}
|
2014-06-11 08:15:09 +02:00
|
|
|
kbd kbd {
|
|
|
|
padding: 0;
|
|
|
|
font-size: 100%;
|
2014-07-24 05:49:47 +02:00
|
|
|
font-weight: bold;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2014-06-11 08:15:09 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
pre {
|
2013-05-08 03:07:06 +02:00
|
|
|
display: block;
|
2014-07-08 10:02:59 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 90%;
|
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #373a3c;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
pre code {
|
|
|
|
padding: 0;
|
|
|
|
font-size: inherit;
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius: 0;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.pre-scrollable {
|
|
|
|
max-height: 340px;
|
|
|
|
overflow-y: scroll;
|
2013-05-08 03:07:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.container {
|
2014-12-02 23:02:35 +01:00
|
|
|
padding-right: .75rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: .75rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.container:before, .container:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.container:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
|
|
|
.container {
|
2014-12-20 04:11:16 +01:00
|
|
|
max-width: 34rem;
|
2014-12-05 06:02:04 +01:00
|
|
|
}
|
|
|
|
}
|
2014-07-08 12:14:27 +02:00
|
|
|
@media (min-width: 48em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.container {
|
2014-10-27 11:07:34 +01:00
|
|
|
max-width: 45rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-08 12:14:27 +02:00
|
|
|
@media (min-width: 62em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.container {
|
2014-10-27 11:07:34 +01:00
|
|
|
max-width: 60rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-07-27 05:34:39 +02:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
@media (min-width: 75em) {
|
|
|
|
.container {
|
|
|
|
max-width: 72.25rem;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.container-fluid {
|
2014-12-02 23:02:35 +01:00
|
|
|
padding-right: .75rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: .75rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.container-fluid:before, .container-fluid:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.container-fluid:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.row {
|
2014-12-02 23:02:35 +01:00
|
|
|
margin-right: -.75rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -.75rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.row:before, .row:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.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 {
|
2013-08-18 10:23:45 +02:00
|
|
|
position: relative;
|
2014-03-04 23:12:57 +01:00
|
|
|
min-height: 1px;
|
2014-12-02 23:02:35 +01:00
|
|
|
padding-right: .75rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: .75rem;
|
2013-08-19 00:20:16 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
|
|
|
float: left;
|
2013-08-19 00:20:16 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-1 {
|
|
|
|
width: 8.333333%;
|
2013-08-19 00:20:16 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-2 {
|
|
|
|
width: 16.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-3 {
|
|
|
|
width: 25%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-4 {
|
|
|
|
width: 33.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-5 {
|
|
|
|
width: 41.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-xs-6 {
|
|
|
|
width: 50%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-7 {
|
|
|
|
width: 58.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-8 {
|
|
|
|
width: 66.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-9 {
|
|
|
|
width: 75%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-10 {
|
|
|
|
width: 83.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-11 {
|
|
|
|
width: 91.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-12 {
|
|
|
|
width: 100%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-0 {
|
|
|
|
right: auto;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-1 {
|
|
|
|
right: 8.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-2 {
|
|
|
|
right: 16.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-3 {
|
|
|
|
right: 25%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-4 {
|
|
|
|
right: 33.333333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-xs-pull-5 {
|
|
|
|
right: 41.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-xs-pull-6 {
|
|
|
|
right: 50%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-7 {
|
|
|
|
right: 58.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-8 {
|
|
|
|
right: 66.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-9 {
|
|
|
|
right: 75%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-10 {
|
|
|
|
right: 83.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-11 {
|
|
|
|
right: 91.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-pull-12 {
|
|
|
|
right: 100%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-0 {
|
|
|
|
left: auto;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-1 {
|
|
|
|
left: 8.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-2 {
|
|
|
|
left: 16.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-3 {
|
|
|
|
left: 25%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-4 {
|
|
|
|
left: 33.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-5 {
|
|
|
|
left: 41.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-xs-push-6 {
|
|
|
|
left: 50%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-7 {
|
|
|
|
left: 58.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-8 {
|
|
|
|
left: 66.666667%;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-9 {
|
|
|
|
left: 75%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-10 {
|
|
|
|
left: 83.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-11 {
|
|
|
|
left: 91.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-push-12 {
|
|
|
|
left: 100%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-0 {
|
|
|
|
margin-left: 0;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-1 {
|
|
|
|
margin-left: 8.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-2 {
|
|
|
|
margin-left: 16.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-3 {
|
|
|
|
margin-left: 25%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-4 {
|
|
|
|
margin-left: 33.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-5 {
|
|
|
|
margin-left: 41.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-xs-offset-6 {
|
|
|
|
margin-left: 50%;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-7 {
|
|
|
|
margin-left: 58.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-8 {
|
|
|
|
margin-left: 66.666667%;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-9 {
|
|
|
|
margin-left: 75%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-10 {
|
|
|
|
margin-left: 83.333333%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-11 {
|
|
|
|
margin-left: 91.666667%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.col-xs-offset-12 {
|
|
|
|
margin-left: 100%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-1 {
|
|
|
|
width: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-2 {
|
|
|
|
width: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-3 {
|
|
|
|
width: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-4 {
|
|
|
|
width: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-5 {
|
|
|
|
width: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-sm-6 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-7 {
|
|
|
|
width: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-8 {
|
|
|
|
width: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-9 {
|
|
|
|
width: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-10 {
|
|
|
|
width: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-11 {
|
|
|
|
width: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-12 {
|
|
|
|
width: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-0 {
|
|
|
|
right: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-1 {
|
|
|
|
right: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-2 {
|
|
|
|
right: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-3 {
|
|
|
|
right: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-4 {
|
|
|
|
right: 33.333333%;
|
|
|
|
}
|
|
|
|
.col-sm-pull-5 {
|
|
|
|
right: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-sm-pull-6 {
|
|
|
|
right: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-7 {
|
|
|
|
right: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-8 {
|
|
|
|
right: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-9 {
|
|
|
|
right: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-10 {
|
|
|
|
right: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-11 {
|
|
|
|
right: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-pull-12 {
|
|
|
|
right: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-0 {
|
|
|
|
left: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-1 {
|
|
|
|
left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-2 {
|
|
|
|
left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-3 {
|
|
|
|
left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-4 {
|
|
|
|
left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-5 {
|
|
|
|
left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-sm-push-6 {
|
|
|
|
left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-7 {
|
|
|
|
left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-8 {
|
|
|
|
left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-9 {
|
|
|
|
left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-10 {
|
|
|
|
left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-11 {
|
|
|
|
left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-push-12 {
|
|
|
|
left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-0 {
|
|
|
|
margin-left: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-1 {
|
|
|
|
margin-left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-2 {
|
|
|
|
margin-left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-3 {
|
|
|
|
margin-left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-4 {
|
|
|
|
margin-left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-5 {
|
|
|
|
margin-left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-sm-offset-6 {
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-7 {
|
|
|
|
margin-left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-8 {
|
|
|
|
margin-left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-9 {
|
|
|
|
margin-left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-10 {
|
|
|
|
margin-left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-11 {
|
|
|
|
margin-left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-sm-offset-12 {
|
|
|
|
margin-left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 48em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-1 {
|
|
|
|
width: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-2 {
|
|
|
|
width: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-3 {
|
|
|
|
width: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-4 {
|
|
|
|
width: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-5 {
|
|
|
|
width: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-md-6 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-7 {
|
|
|
|
width: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-8 {
|
|
|
|
width: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-9 {
|
|
|
|
width: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-10 {
|
|
|
|
width: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-11 {
|
|
|
|
width: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-12 {
|
|
|
|
width: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-0 {
|
|
|
|
right: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-1 {
|
|
|
|
right: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-2 {
|
|
|
|
right: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-3 {
|
|
|
|
right: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-4 {
|
|
|
|
right: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-5 {
|
|
|
|
right: 41.666667%;
|
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-md-pull-6 {
|
|
|
|
right: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-7 {
|
|
|
|
right: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-8 {
|
|
|
|
right: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-9 {
|
|
|
|
right: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-10 {
|
|
|
|
right: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-11 {
|
|
|
|
right: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-pull-12 {
|
|
|
|
right: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-0 {
|
|
|
|
left: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-1 {
|
|
|
|
left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-2 {
|
|
|
|
left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-3 {
|
|
|
|
left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-4 {
|
|
|
|
left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-5 {
|
|
|
|
left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-md-push-6 {
|
|
|
|
left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-7 {
|
|
|
|
left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-8 {
|
|
|
|
left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-9 {
|
|
|
|
left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-10 {
|
|
|
|
left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-11 {
|
|
|
|
left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-push-12 {
|
|
|
|
left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-0 {
|
|
|
|
margin-left: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-1 {
|
|
|
|
margin-left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-2 {
|
|
|
|
margin-left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-3 {
|
|
|
|
margin-left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-4 {
|
|
|
|
margin-left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-5 {
|
|
|
|
margin-left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-md-offset-6 {
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-7 {
|
|
|
|
margin-left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-8 {
|
|
|
|
margin-left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-9 {
|
|
|
|
margin-left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-10 {
|
|
|
|
margin-left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-11 {
|
|
|
|
margin-left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-md-offset-12 {
|
|
|
|
margin-left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 62em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-1 {
|
|
|
|
width: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-2 {
|
|
|
|
width: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-3 {
|
|
|
|
width: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-4 {
|
|
|
|
width: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-5 {
|
|
|
|
width: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-lg-6 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-7 {
|
|
|
|
width: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-8 {
|
|
|
|
width: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-9 {
|
|
|
|
width: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-10 {
|
|
|
|
width: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-11 {
|
|
|
|
width: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-12 {
|
|
|
|
width: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-0 {
|
|
|
|
right: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-1 {
|
|
|
|
right: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-2 {
|
|
|
|
right: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-3 {
|
|
|
|
right: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-4 {
|
|
|
|
right: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-5 {
|
|
|
|
right: 41.666667%;
|
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.col-lg-pull-6 {
|
|
|
|
right: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-7 {
|
|
|
|
right: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-8 {
|
|
|
|
right: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-9 {
|
|
|
|
right: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-10 {
|
|
|
|
right: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-11 {
|
|
|
|
right: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-pull-12 {
|
|
|
|
right: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-0 {
|
|
|
|
left: auto;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-1 {
|
|
|
|
left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-2 {
|
|
|
|
left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-3 {
|
|
|
|
left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-4 {
|
|
|
|
left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-5 {
|
|
|
|
left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-lg-push-6 {
|
|
|
|
left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-7 {
|
|
|
|
left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-8 {
|
|
|
|
left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-9 {
|
|
|
|
left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-10 {
|
|
|
|
left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-11 {
|
|
|
|
left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-push-12 {
|
|
|
|
left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-0 {
|
|
|
|
margin-left: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-1 {
|
|
|
|
margin-left: 8.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-2 {
|
|
|
|
margin-left: 16.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-3 {
|
|
|
|
margin-left: 25%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-4 {
|
|
|
|
margin-left: 33.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-5 {
|
|
|
|
margin-left: 41.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
|
|
|
.col-lg-offset-6 {
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-7 {
|
|
|
|
margin-left: 58.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-8 {
|
|
|
|
margin-left: 66.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-9 {
|
|
|
|
margin-left: 75%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-10 {
|
|
|
|
margin-left: 83.333333%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-11 {
|
|
|
|
margin-left: 91.666667%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.col-lg-offset-12 {
|
|
|
|
margin-left: 100%;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
@media (min-width: 75em) {
|
2014-12-05 06:02:04 +01:00
|
|
|
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.col-xl-1 {
|
|
|
|
width: 8.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-2 {
|
|
|
|
width: 16.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-3 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
.col-xl-4 {
|
|
|
|
width: 33.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-5 {
|
|
|
|
width: 41.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-6 {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.col-xl-7 {
|
|
|
|
width: 58.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-8 {
|
|
|
|
width: 66.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-9 {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
.col-xl-10 {
|
|
|
|
width: 83.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-11 {
|
|
|
|
width: 91.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-12 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-0 {
|
|
|
|
right: auto;
|
|
|
|
}
|
|
|
|
.col-xl-pull-1 {
|
|
|
|
right: 8.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-2 {
|
|
|
|
right: 16.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-3 {
|
|
|
|
right: 25%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-4 {
|
|
|
|
right: 33.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-5 {
|
|
|
|
right: 41.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-6 {
|
|
|
|
right: 50%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-7 {
|
|
|
|
right: 58.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-8 {
|
|
|
|
right: 66.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-9 {
|
|
|
|
right: 75%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-10 {
|
|
|
|
right: 83.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-11 {
|
|
|
|
right: 91.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-pull-12 {
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
.col-xl-push-0 {
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
.col-xl-push-1 {
|
|
|
|
left: 8.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-push-2 {
|
|
|
|
left: 16.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-push-3 {
|
|
|
|
left: 25%;
|
|
|
|
}
|
|
|
|
.col-xl-push-4 {
|
|
|
|
left: 33.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-push-5 {
|
|
|
|
left: 41.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-push-6 {
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
.col-xl-push-7 {
|
|
|
|
left: 58.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-push-8 {
|
|
|
|
left: 66.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-push-9 {
|
|
|
|
left: 75%;
|
|
|
|
}
|
|
|
|
.col-xl-push-10 {
|
|
|
|
left: 83.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-push-11 {
|
|
|
|
left: 91.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-push-12 {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-0 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.col-xl-offset-1 {
|
|
|
|
margin-left: 8.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-2 {
|
|
|
|
margin-left: 16.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-3 {
|
|
|
|
margin-left: 25%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-4 {
|
|
|
|
margin-left: 33.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-5 {
|
|
|
|
margin-left: 41.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-6 {
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-7 {
|
|
|
|
margin-left: 58.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-8 {
|
|
|
|
margin-left: 66.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-9 {
|
|
|
|
margin-left: 75%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-10 {
|
|
|
|
margin-left: 83.333333%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-11 {
|
|
|
|
margin-left: 91.666667%;
|
|
|
|
}
|
|
|
|
.col-xl-offset-12 {
|
|
|
|
margin-left: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
table {
|
|
|
|
background-color: transparent;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-13 00:55:15 +02:00
|
|
|
caption {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-top: .75rem;
|
|
|
|
padding-bottom: .75rem;
|
2014-07-13 01:15:45 +02:00
|
|
|
color: #818a91;
|
2014-07-13 00:55:15 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
th {
|
|
|
|
text-align: left;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.table {
|
|
|
|
width: 100%;
|
2014-06-09 01:54:05 +02:00
|
|
|
max-width: 100%;
|
2014-12-05 00:29:53 +01:00
|
|
|
margin-bottom: 1rem;
|
2014-12-02 23:02:35 +01:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table th, .table td {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2014-03-04 23:12:57 +01:00
|
|
|
vertical-align: top;
|
2014-07-14 08:33:54 +02:00
|
|
|
border-top: 1px solid #eceeef;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table thead th {
|
2014-03-04 23:12:57 +01:00
|
|
|
vertical-align: bottom;
|
2014-07-14 08:33:54 +02:00
|
|
|
border-bottom: 2px solid #eceeef;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table tbody + tbody {
|
2014-07-14 08:33:54 +02:00
|
|
|
border-top: 2px solid #eceeef;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table .table {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-sm th, .table-sm td {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .3rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.table-bordered {
|
2014-07-14 08:33:54 +02:00
|
|
|
border: 1px solid #eceeef;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-bordered th, .table-bordered td {
|
2014-07-14 08:33:54 +02:00
|
|
|
border: 1px solid #eceeef;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-bordered thead th, .table-bordered thead td {
|
2014-03-04 23:12:57 +01:00
|
|
|
border-bottom-width: 2px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-19 23:55:25 +01:00
|
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f9f9f9;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-hover tbody tr:hover {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f5f5f5;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-active, .table-active > th, .table-active > td {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f5f5f5;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-active:hover {
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: #e8e8e8;
|
|
|
|
}
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #e8e8e8;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-success, .table-success > th, .table-success > td {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #dff0d8;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-success:hover {
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: #d0e9c6;
|
|
|
|
}
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #d0e9c6;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-info, .table-info > th, .table-info > td {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #d9edf7;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-info:hover {
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: #c4e3f3;
|
|
|
|
}
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #c4e3f3;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-warning, .table-warning > th, .table-warning > td {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #fcf8e3;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-warning:hover {
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: #faf2cc;
|
|
|
|
}
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #faf2cc;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-danger, .table-danger > th, .table-danger > td {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f2dede;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-danger:hover {
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: #ebcccc;
|
|
|
|
}
|
2015-03-31 03:08:01 +02:00
|
|
|
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #ebcccc;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-02 22:05:11 +02:00
|
|
|
.table-responsive {
|
2014-12-19 07:59:47 +01:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2014-08-02 22:05:11 +02:00
|
|
|
overflow-x: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-19 07:59:47 +01:00
|
|
|
.thead-inverse th {
|
2014-07-14 08:45:34 +02:00
|
|
|
color: #fff;
|
|
|
|
background-color: #373a3c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-19 07:59:47 +01:00
|
|
|
.thead-default th {
|
2014-07-14 08:45:34 +02:00
|
|
|
color: #55595c;
|
|
|
|
background-color: #eceeef;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 09:23:46 +02:00
|
|
|
.table-inverse {
|
|
|
|
color: #eceeef;
|
|
|
|
background-color: #373a3c;
|
|
|
|
}
|
|
|
|
.table-inverse.table-bordered {
|
|
|
|
border: 0;
|
|
|
|
}
|
2015-01-20 00:52:40 +01:00
|
|
|
.table-inverse th, .table-inverse td, .table-inverse thead th {
|
2014-07-14 09:23:46 +02:00
|
|
|
border-color: #55595c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:45:24 +02:00
|
|
|
.table-reflow thead {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.table-reflow tbody {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-reflow th, .table-reflow td {
|
2014-08-06 02:45:24 +02:00
|
|
|
border-top: 1px solid #eceeef;
|
|
|
|
border-left: 1px solid #eceeef;
|
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-reflow th:last-child, .table-reflow td:last-child {
|
2014-08-06 02:45:24 +02:00
|
|
|
border-right: 1px solid #eceeef;
|
|
|
|
}
|
2014-12-19 07:59:47 +01:00
|
|
|
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
|
2014-08-06 02:45:24 +02:00
|
|
|
border-bottom: 1px solid #eceeef;
|
|
|
|
}
|
|
|
|
.table-reflow tr {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.table-reflow tr th, .table-reflow tr td {
|
2014-08-06 02:45:24 +02:00
|
|
|
display: block !important;
|
|
|
|
border: 1px solid #eceeef;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
fieldset {
|
2014-12-11 21:06:08 +01:00
|
|
|
min-width: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
legend {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.5rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
line-height: inherit;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #373a3c;
|
2014-03-04 23:12:57 +01:00
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 5px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
input[type="search"] {
|
|
|
|
-webkit-box-sizing: border-box;
|
2014-08-04 19:14:11 +02:00
|
|
|
box-sizing: border-box;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="radio"], input[type="checkbox"] {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin: 4px 0 0;
|
|
|
|
margin-top: 1px \9;
|
|
|
|
line-height: normal;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
input[type="file"] {
|
|
|
|
display: block;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
input[type="range"] {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
select[multiple], select[size] {
|
2014-03-04 23:12:57 +01:00
|
|
|
height: auto;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
|
2014-03-04 23:12:57 +01:00
|
|
|
outline: thin dotted;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
output {
|
|
|
|
display: block;
|
2014-07-08 10:22:02 +02:00
|
|
|
padding-top: 1.5rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #55595c;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-control {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2014-09-18 03:10:28 +02:00
|
|
|
height: 2.65rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .5rem .75rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #55595c;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2015-01-19 23:55:25 +01:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
|
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-control:focus {
|
|
|
|
border-color: #66afe9;
|
|
|
|
outline: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
2014-08-05 00:09:23 +02:00
|
|
|
}
|
|
|
|
.form-control::-webkit-input-placeholder {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #999;
|
2014-12-24 07:57:03 +01:00
|
|
|
opacity: 1;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-control::-moz-placeholder {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #999;
|
2014-12-24 07:57:03 +01:00
|
|
|
opacity: 1;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-control:-ms-input-placeholder {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #999;
|
2014-12-24 07:57:03 +01:00
|
|
|
opacity: 1;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-07-08 11:04:48 +02:00
|
|
|
.form-control::placeholder {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #999;
|
2014-12-24 07:57:03 +01:00
|
|
|
opacity: 1;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-22 22:37:31 +01:00
|
|
|
.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #eceeef;
|
2014-03-04 23:12:57 +01:00
|
|
|
opacity: 1;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.form-control[disabled], fieldset[disabled] .form-control {
|
|
|
|
cursor: false;
|
|
|
|
}
|
2014-12-04 09:09:37 +01:00
|
|
|
|
|
|
|
textarea.form-control {
|
2014-03-04 23:12:57 +01:00
|
|
|
height: auto;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-top: .75rem;
|
|
|
|
padding-bottom: .75rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
input[type="search"] {
|
|
|
|
-webkit-appearance: none;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-11-10 07:05:09 +01:00
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
2014-12-02 23:02:35 +01:00
|
|
|
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
|
2014-11-10 07:05:09 +01:00
|
|
|
line-height: 2.65rem;
|
|
|
|
}
|
2015-01-04 05:16:46 +01:00
|
|
|
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
|
2014-11-10 07:05:09 +01:00
|
|
|
line-height: 2.025rem;
|
|
|
|
}
|
2015-01-04 05:16:46 +01:00
|
|
|
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
|
2015-01-19 23:55:25 +01:00
|
|
|
line-height: 3.316667rem;
|
2014-11-10 07:05:09 +01:00
|
|
|
}
|
2014-08-03 06:16:32 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-group {
|
|
|
|
margin-bottom: 15px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio, .checkbox {
|
2014-06-11 05:50:58 +02:00
|
|
|
position: relative;
|
2014-03-04 23:12:57 +01:00
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.radio label, .checkbox label {
|
2014-12-04 09:09:37 +01:00
|
|
|
min-height: 1;
|
2014-03-11 00:41:56 +01:00
|
|
|
padding-left: 20px;
|
|
|
|
margin-bottom: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-weight: normal;
|
|
|
|
cursor: pointer;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
|
2014-06-11 05:50:58 +02:00
|
|
|
position: absolute;
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-top: 4px \9;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -20px;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio + .radio, .checkbox + .checkbox {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-top: -5px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio-inline, .checkbox-inline {
|
2015-03-01 23:11:22 +01:00
|
|
|
position: relative;
|
2014-03-04 23:12:57 +01:00
|
|
|
display: inline-block;
|
|
|
|
padding-left: 20px;
|
|
|
|
margin-bottom: 0;
|
2014-08-06 02:45:24 +02:00
|
|
|
font-weight: normal;
|
2014-08-06 02:49:22 +02:00
|
|
|
vertical-align: middle;
|
2014-03-04 23:12:57 +01:00
|
|
|
cursor: pointer;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 10px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-22 22:37:31 +01:00
|
|
|
input[type="radio"]:disabled, input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"]:disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-06-05 22:31:39 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-06-05 22:31:39 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-06-20 22:24:14 +02:00
|
|
|
.form-control-static {
|
2015-03-01 23:11:22 +01:00
|
|
|
min-height: 2rem;
|
2014-07-08 10:22:02 +02:00
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
2014-06-20 22:24:14 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-control-static.input-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, .form-control-static.input-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 {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 0;
|
2014-06-20 22:24:14 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
|
2014-12-01 05:29:47 +01:00
|
|
|
height: 2.025rem;
|
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: .2rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
|
2014-12-01 05:29:47 +01:00
|
|
|
height: 2.025rem;
|
|
|
|
line-height: 2.025rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
|
2014-12-01 05:29:47 +01:00
|
|
|
height: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-03 08:14:23 +02:00
|
|
|
.form-group-sm .form-control {
|
2014-09-18 03:10:28 +02:00
|
|
|
height: 2.025rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
line-height: 1.5;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .2rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-group-sm select.form-control {
|
2014-09-18 03:10:28 +02:00
|
|
|
height: 2.025rem;
|
|
|
|
line-height: 2.025rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
|
2014-03-04 23:12:57 +01:00
|
|
|
height: auto;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2015-01-19 23:55:25 +01:00
|
|
|
.form-group-sm .form-control-static {
|
|
|
|
height: 2.025rem;
|
2015-03-01 23:11:22 +01:00
|
|
|
min-height: 1.85rem;
|
2015-01-19 23:55:25 +01:00
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
|
2015-01-19 23:55:25 +01:00
|
|
|
height: 3.316667rem;
|
2014-12-01 05:29:47 +01:00
|
|
|
padding: .75rem 1.5rem;
|
|
|
|
font-size: 1.25rem;
|
2015-01-19 23:55:25 +01:00
|
|
|
line-height: 1.333333;
|
2014-12-01 05:29:47 +01:00
|
|
|
border-radius: .3rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
|
2015-01-19 23:55:25 +01:00
|
|
|
height: 3.316667rem;
|
|
|
|
line-height: 3.316667rem;
|
2014-12-01 05:29:47 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
|
2014-12-01 05:29:47 +01:00
|
|
|
height: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-03 08:35:37 +02:00
|
|
|
.form-group-lg .form-control {
|
2015-01-19 23:55:25 +01:00
|
|
|
height: 3.316667rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem 1.5rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2015-01-19 23:55:25 +01:00
|
|
|
line-height: 1.333333;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .3rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-group-lg select.form-control {
|
2015-01-19 23:55:25 +01:00
|
|
|
height: 3.316667rem;
|
|
|
|
line-height: 3.316667rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
|
2014-03-04 23:12:57 +01:00
|
|
|
height: auto;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2015-01-19 23:55:25 +01:00
|
|
|
.form-group-lg .form-control-static {
|
|
|
|
height: 3.316667rem;
|
2015-03-01 23:11:22 +01:00
|
|
|
min-height: 2.25rem;
|
2015-01-19 23:55:25 +01:00
|
|
|
padding: .75rem 1.5rem;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.333333;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-feedback {
|
|
|
|
position: relative;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-feedback .form-control {
|
2014-09-18 03:10:28 +02:00
|
|
|
padding-right: 3.3125rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-control-feedback {
|
|
|
|
position: absolute;
|
2014-07-03 07:54:56 +02:00
|
|
|
top: 0;
|
2014-03-04 23:12:57 +01:00
|
|
|
right: 0;
|
2014-03-25 04:07:54 +01:00
|
|
|
z-index: 2;
|
2014-03-04 23:12:57 +01:00
|
|
|
display: block;
|
2014-09-18 03:10:28 +02:00
|
|
|
width: 2.65rem;
|
|
|
|
height: 2.65rem;
|
|
|
|
line-height: 2.65rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-align: center;
|
2014-07-13 00:47:42 +02:00
|
|
|
pointer-events: none;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback {
|
2015-01-19 23:55:25 +01:00
|
|
|
width: 3.316667rem;
|
|
|
|
height: 3.316667rem;
|
|
|
|
line-height: 3.316667rem;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback {
|
2014-09-18 03:10:28 +02:00
|
|
|
width: 2.025rem;
|
|
|
|
height: 2.025rem;
|
|
|
|
line-height: 2.025rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
|
2014-03-04 23:12:57 +01:00
|
|
|
color: #3c763d;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-success .form-control {
|
|
|
|
border-color: #3c763d;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-success .form-control:focus {
|
|
|
|
border-color: #2b542c;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-success .input-group-addon {
|
|
|
|
color: #3c763d;
|
2014-12-02 23:02:35 +01:00
|
|
|
background-color: #dff0d8;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #3c763d;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-success .form-control-feedback {
|
|
|
|
color: #3c763d;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
|
2014-03-04 23:12:57 +01:00
|
|
|
color: #8a6d3b;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-warning .form-control {
|
|
|
|
border-color: #8a6d3b;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-warning .form-control:focus {
|
|
|
|
border-color: #66512c;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-warning .input-group-addon {
|
|
|
|
color: #8a6d3b;
|
2014-12-02 23:02:35 +01:00
|
|
|
background-color: #fcf8e3;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #8a6d3b;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-warning .form-control-feedback {
|
|
|
|
color: #8a6d3b;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
|
2014-03-04 23:12:57 +01:00
|
|
|
color: #a94442;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-error .form-control {
|
|
|
|
border-color: #a94442;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-error .form-control:focus {
|
|
|
|
border-color: #843534;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-error .input-group-addon {
|
|
|
|
color: #a94442;
|
2014-12-02 23:02:35 +01:00
|
|
|
background-color: #f2dede;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #a94442;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.has-error .form-control-feedback {
|
|
|
|
color: #a94442;
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-03 07:54:56 +02:00
|
|
|
.has-feedback label ~ .form-control-feedback {
|
2014-12-04 09:09:37 +01:00
|
|
|
top: 6;
|
2014-07-03 07:54:56 +02:00
|
|
|
}
|
2014-05-01 04:47:56 +02:00
|
|
|
.has-feedback label.sr-only ~ .form-control-feedback {
|
|
|
|
top: 0;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.help-block {
|
|
|
|
display: block;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 10px;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #747a7f;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .form-group, .navbar-form .form-group {
|
2014-03-04 23:12:57 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .form-control, .navbar-form .form-control {
|
2014-03-04 23:12:57 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .form-control-static, .navbar-form .form-control-static {
|
2014-07-24 05:54:07 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .input-group, .navbar-form .input-group {
|
2014-03-10 05:25:51 +01:00
|
|
|
display: inline-table;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn, .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
|
2014-03-10 05:25:51 +01:00
|
|
|
width: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
|
2014-03-04 23:12:57 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .control-label, .navbar-form .control-label {
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
|
2014-03-04 23:12:57 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .radio label, .navbar-form .radio label, .form-inline .checkbox label, .navbar-form .checkbox label {
|
2014-05-23 03:42:21 +02:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
|
2014-06-26 01:56:36 +02:00
|
|
|
position: relative;
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
|
2014-03-04 23:12:57 +01:00
|
|
|
top: 0;
|
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-top: .6rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-horizontal .radio, .form-horizontal .checkbox {
|
2014-12-04 09:09:37 +01:00
|
|
|
min-height: 1.6rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-horizontal .form-group {
|
2014-12-02 23:02:35 +01:00
|
|
|
margin-right: -.75rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -.75rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.form-horizontal .form-group:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-horizontal .control-label {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-top: .6rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: right;
|
2014-03-04 23:12:57 +01:00
|
|
|
}
|
2013-09-24 07:35:51 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
2014-08-06 02:49:22 +02:00
|
|
|
right: .75rem;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-06-19 03:19:17 +02:00
|
|
|
.form-horizontal .form-group-lg .control-label {
|
2014-11-26 03:00:52 +01:00
|
|
|
padding-top: .75rem;
|
2014-06-19 03:19:17 +02:00
|
|
|
}
|
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-06-19 03:19:17 +02:00
|
|
|
.form-horizontal .form-group-sm .control-label {
|
2014-11-26 03:00:52 +01:00
|
|
|
padding-top: .4rem;
|
2014-06-19 03:19:17 +02:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn {
|
|
|
|
display: inline-block;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .5rem .75rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
margin-bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
font-size: 1rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
font-weight: normal;
|
2014-08-06 02:49:22 +02:00
|
|
|
line-height: 1.5;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-align: center;
|
2014-08-06 02:49:22 +02:00
|
|
|
white-space: nowrap;
|
2014-03-04 23:12:57 +01:00
|
|
|
vertical-align: middle;
|
2014-08-04 19:14:11 +02:00
|
|
|
-ms-touch-action: manipulation;
|
|
|
|
touch-action: manipulation;
|
2014-03-04 23:12:57 +01:00
|
|
|
cursor: pointer;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2014-09-18 03:10:28 +02:00
|
|
|
border: .075rem solid transparent;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-transition: all .2s ease-in-out;
|
|
|
|
-o-transition: all .2s ease-in-out;
|
|
|
|
transition: all .2s ease-in-out;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
2014-03-04 23:12:57 +01:00
|
|
|
outline: thin dotted;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn:focus, .btn:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.btn.focus {
|
2014-03-04 23:12:57 +01:00
|
|
|
text-decoration: none;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn:active, .btn.active {
|
2014-08-06 02:45:24 +02:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
outline: 0;
|
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-22 22:37:31 +01:00
|
|
|
.btn.disabled, .btn:disabled, fieldset[disabled] .btn {
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-03-04 23:12:57 +01:00
|
|
|
-webkit-box-shadow: none;
|
2014-12-02 23:02:35 +01:00
|
|
|
box-shadow: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
opacity: .65;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.btn.disaabled, fieldset[disabled] a.btn {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-primary {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0267bf;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #025aa5;
|
|
|
|
border-color: #014682;
|
|
|
|
}
|
|
|
|
.btn-primary:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-11-10 08:48:56 +01:00
|
|
|
background-color: #025aa5;
|
2014-11-10 08:01:50 +01:00
|
|
|
border-color: #014682;
|
2013-08-18 09:36:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-primary.disabled, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
|
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0267bf;
|
|
|
|
}
|
|
|
|
.btn-primary.disabled:hover, .btn-primary:disabled:hover, fieldset[disabled] .btn-primary:hover {
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0267bf;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-primary .badge {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 02:09:47 +02:00
|
|
|
.btn-secondary {
|
|
|
|
color: #373a3c;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-07-09 02:09:47 +02:00
|
|
|
border-color: #eceeef;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
|
|
|
|
color: #373a3c;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
border-color: #cbd0d3;
|
|
|
|
}
|
|
|
|
.btn-secondary:hover {
|
2014-07-09 02:09:47 +02:00
|
|
|
color: #373a3c;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
border-color: #cbd0d3;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
|
2014-07-09 02:09:47 +02:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2014-07-09 02:09:47 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-secondary.disabled, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary:disabled, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus, .btn-secondary:disabled:active, .btn-secondary:disabled.active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #eceeef;
|
|
|
|
}
|
|
|
|
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover, fieldset[disabled] .btn-secondary:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-07-09 02:09:47 +02:00
|
|
|
border-color: #eceeef;
|
|
|
|
}
|
|
|
|
.btn-secondary .badge {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-09 02:09:47 +02:00
|
|
|
background-color: #373a3c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 02:30:11 +02:00
|
|
|
.btn-info {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-09 02:30:11 +02:00
|
|
|
background-color: #5bc0de;
|
|
|
|
border-color: #46b8da;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #31b0d5;
|
|
|
|
border-color: #269abc;
|
|
|
|
}
|
|
|
|
.btn-info:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-09 02:30:11 +02:00
|
|
|
background-color: #31b0d5;
|
|
|
|
border-color: #269abc;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
2014-07-09 02:30:11 +02:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2014-07-09 02:30:11 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-info.disabled, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
border-color: #46b8da;
|
|
|
|
}
|
|
|
|
.btn-info.disabled:hover, .btn-info:disabled:hover, fieldset[disabled] .btn-info:hover {
|
2014-07-09 02:30:11 +02:00
|
|
|
background-color: #5bc0de;
|
|
|
|
border-color: #46b8da;
|
|
|
|
}
|
|
|
|
.btn-info .badge {
|
|
|
|
color: #5bc0de;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-07-09 02:30:11 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-success {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #5cb85c;
|
|
|
|
border-color: #4cae4c;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #449d44;
|
|
|
|
border-color: #398439;
|
|
|
|
}
|
|
|
|
.btn-success:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-07 09:19:26 +01:00
|
|
|
background-color: #449d44;
|
2014-03-04 23:12:57 +01:00
|
|
|
border-color: #398439;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-success.disabled, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
border-color: #4cae4c;
|
|
|
|
}
|
|
|
|
.btn-success.disabled:hover, .btn-success:disabled:hover, fieldset[disabled] .btn-success:hover {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #5cb85c;
|
|
|
|
border-color: #4cae4c;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-success .badge {
|
|
|
|
color: #5cb85c;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-warning {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f0ad4e;
|
|
|
|
border-color: #eea236;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #ec971f;
|
|
|
|
border-color: #d58512;
|
|
|
|
}
|
|
|
|
.btn-warning:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-07 09:19:26 +01:00
|
|
|
background-color: #ec971f;
|
2014-03-04 23:12:57 +01:00
|
|
|
border-color: #d58512;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-warning.disabled, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
border-color: #eea236;
|
|
|
|
}
|
|
|
|
.btn-warning.disabled:hover, .btn-warning:disabled:hover, fieldset[disabled] .btn-warning:hover {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #f0ad4e;
|
|
|
|
border-color: #eea236;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-warning .badge {
|
|
|
|
color: #f0ad4e;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-danger {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #d9534f;
|
|
|
|
border-color: #d43f3a;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c9302c;
|
|
|
|
border-color: #ac2925;
|
|
|
|
}
|
|
|
|
.btn-danger:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-03-07 09:19:26 +01:00
|
|
|
background-color: #c9302c;
|
2014-03-04 23:12:57 +01:00
|
|
|
border-color: #ac2925;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-image: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-danger.disabled, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
|
|
|
|
background-color: #d9534f;
|
|
|
|
border-color: #d43f3a;
|
|
|
|
}
|
|
|
|
.btn-danger.disabled:hover, .btn-danger:disabled:hover, fieldset[disabled] .btn-danger:hover {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: #d9534f;
|
|
|
|
border-color: #d43f3a;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-danger .badge {
|
|
|
|
color: #d9534f;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-link {
|
2014-08-06 02:45:24 +02:00
|
|
|
font-weight: normal;
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-03-04 23:12:57 +01:00
|
|
|
border-radius: 0;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-22 22:37:31 +01:00
|
|
|
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled, fieldset[disabled] .btn-link {
|
2014-03-04 23:12:57 +01:00
|
|
|
background-color: transparent;
|
|
|
|
-webkit-box-shadow: none;
|
2014-08-04 19:14:11 +02:00
|
|
|
box-shadow: none;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-link, .btn-link:focus, .btn-link:active {
|
2014-03-04 23:12:57 +01:00
|
|
|
border-color: transparent;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-link:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.btn-link:focus, .btn-link:hover {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #014c8c;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
background-color: transparent;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.btn-link:disabled:focus, .btn-link:disabled:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2014-03-04 23:12:57 +01:00
|
|
|
text-decoration: none;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-lg, .btn-group-lg > .btn {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem 1.5rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2015-01-19 23:55:25 +01:00
|
|
|
line-height: 1.333333;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .3rem;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-sm, .btn-group-sm > .btn {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
line-height: 1.5;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .2rem;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-xs, .btn-group-xs > .btn {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .2rem .5rem;
|
|
|
|
font-size: .75rem;
|
2014-03-04 23:12:57 +01:00
|
|
|
line-height: 1.5;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .2rem;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-block {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.btn-block + .btn-block {
|
|
|
|
margin-top: 5px;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
|
2014-03-04 23:12:57 +01:00
|
|
|
width: 100%;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.fade {
|
|
|
|
opacity: 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-transition: opacity .15s linear;
|
|
|
|
-o-transition: opacity .15s linear;
|
|
|
|
transition: opacity .15s linear;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.collapse {
|
|
|
|
display: none;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-03-04 23:12:57 +01:00
|
|
|
.collapse.in {
|
|
|
|
display: block;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-04 23:12:57 +01:00
|
|
|
.collapsing {
|
|
|
|
position: relative;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
2014-10-27 06:48:12 +01:00
|
|
|
-webkit-transition-timing-function: ease;
|
|
|
|
-o-transition-timing-function: ease;
|
2014-12-11 21:06:08 +01:00
|
|
|
transition-timing-function: ease;
|
2014-10-27 06:48:12 +01:00
|
|
|
-webkit-transition-duration: .35s;
|
|
|
|
-o-transition-duration: .35s;
|
|
|
|
transition-duration: .35s;
|
2015-03-29 09:14:02 +02:00
|
|
|
-webkit-transition-property: height;
|
|
|
|
-o-transition-property: height;
|
|
|
|
transition-property: height;
|
2013-08-18 10:46:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-19 23:55:25 +01:00
|
|
|
.dropup, .dropdown {
|
2014-07-08 23:23:34 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-08 23:23:34 +02:00
|
|
|
.dropdown-toggle:after {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2014-07-08 23:23:34 +02:00
|
|
|
margin-left: .25rem;
|
2013-05-13 00:47:18 +02:00
|
|
|
vertical-align: middle;
|
2014-08-06 02:49:22 +02:00
|
|
|
content: "";
|
|
|
|
border-top: .3em solid;
|
|
|
|
border-right: .3em solid transparent;
|
|
|
|
border-left: .3em solid transparent;
|
2013-08-02 19:11:39 +02:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
.dropdown-toggle:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 1000;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
min-width: 160px;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 5px 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin: 2px 0 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
2014-03-25 04:02:56 +01:00
|
|
|
text-align: left;
|
2014-08-06 02:49:22 +02:00
|
|
|
list-style: none;
|
|
|
|
background-color: #fff;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-background-clip: padding-box;
|
2014-12-11 21:06:08 +01:00
|
|
|
background-clip: padding-box;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, .15);
|
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
2013-07-24 08:48:17 +02:00
|
|
|
height: 1px;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin: -.5 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
overflow: hidden;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
2013-12-09 07:55:09 +01:00
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #373a3c;
|
2013-12-09 07:55:09 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
|
2014-08-06 02:45:24 +02:00
|
|
|
color: #2b2d2f;
|
2014-08-06 02:49:22 +02:00
|
|
|
text-decoration: none;
|
2013-09-01 11:00:40 +02:00
|
|
|
background-color: #f5f5f5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2014-12-11 21:06:08 +01:00
|
|
|
background-color: #0275d8;
|
2014-08-06 02:49:22 +02:00
|
|
|
outline: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
|
2013-12-09 07:55:09 +01:00
|
|
|
text-decoration: none;
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
2014-12-02 23:02:35 +01:00
|
|
|
filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.open > .dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-05-13 01:03:56 +02:00
|
|
|
.open > a {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-14 22:22:56 +01:00
|
|
|
.dropdown-menu-right {
|
2014-12-11 21:06:08 +01:00
|
|
|
right: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: auto;
|
2013-12-14 22:22:56 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-14 22:22:56 +01:00
|
|
|
.dropdown-menu-left {
|
2014-12-11 21:06:08 +01:00
|
|
|
right: auto;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 0;
|
2013-12-14 22:22:56 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-07-18 08:54:09 +02:00
|
|
|
.dropdown-header {
|
2013-12-09 07:11:46 +01:00
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
2014-08-06 02:49:22 +02:00
|
|
|
font-size: .85rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2014-06-19 07:23:25 +02:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-05-16 21:50:06 +02:00
|
|
|
.dropdown-backdrop {
|
|
|
|
position: fixed;
|
2014-08-06 02:49:22 +02:00
|
|
|
top: 0;
|
2013-05-16 21:50:06 +02:00
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 990;
|
2013-05-16 21:50:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.pull-right > .dropdown-menu {
|
2013-02-12 21:16:32 +01:00
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top: 0;
|
|
|
|
border-bottom: .3em solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
|
2013-02-12 21:16:32 +01:00
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
2014-12-01 05:29:47 +01:00
|
|
|
margin-bottom: 2px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group, .btn-group-vertical {
|
2013-08-18 06:18:00 +02:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2013-07-02 02:32:07 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-group > .btn, .btn-group-vertical > .btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
2013-08-07 01:02:07 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
z-index: 2;
|
2013-03-31 00:07:50 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: -1px;
|
2013-03-31 00:07:50 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-15 01:03:21 +01:00
|
|
|
.btn-toolbar {
|
|
|
|
margin-left: -5px;
|
2013-08-12 10:38:06 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-toolbar:before, .btn-toolbar:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.btn-toolbar:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.btn-toolbar .btn-group, .btn-toolbar .input-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
float: left;
|
2013-03-31 01:00:11 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: 5px;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
|
|
|
border-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:first-child {
|
|
|
|
margin-left: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-right-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
|
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-group {
|
|
|
|
float: left;
|
2013-08-18 00:46:42 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
|
|
border-radius: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-19 23:55:25 +01:00
|
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-right-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-19 23:55:25 +01:00
|
|
|
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
|
2013-08-18 06:18:00 +02:00
|
|
|
outline: 0;
|
2013-08-03 02:57:19 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group > .btn + .dropdown-toggle {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 8px;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 8px;
|
2013-08-05 08:44:02 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 12px;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 12px;
|
2013-05-15 03:55:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group.open .dropdown-toggle {
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-10-21 02:59:15 +02:00
|
|
|
.btn-group.open .dropdown-toggle.btn-link {
|
|
|
|
-webkit-box-shadow: none;
|
2014-08-04 19:14:11 +02:00
|
|
|
box-shadow: none;
|
2013-10-21 02:59:15 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn .caret {
|
|
|
|
margin-left: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-lg .caret, .btn-group-lg > .btn .caret {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-width: .3em .3em 0;
|
2013-08-18 14:13:48 +02:00
|
|
|
border-bottom-width: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-width: 0 .3em .3em;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.btn-group-vertical > .btn-group:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
|
|
float: none;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-top: -1px;
|
|
|
|
margin-left: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
|
|
|
border-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: .25rem;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-left-radius: .25rem;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
|
|
border-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-15 23:32:14 +01:00
|
|
|
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
2014-03-07 09:19:26 +01:00
|
|
|
position: absolute;
|
2014-09-08 20:40:23 +02:00
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
pointer-events: none;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group {
|
|
|
|
position: relative;
|
|
|
|
display: table;
|
|
|
|
border-collapse: separate;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-11-30 21:52:08 +01:00
|
|
|
.input-group[class*="col-"] {
|
2013-08-18 06:18:00 +02:00
|
|
|
float: none;
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 0;
|
2013-08-13 08:36:25 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group .form-control {
|
2014-02-11 23:20:01 +01:00
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
2013-12-15 05:04:12 +01:00
|
|
|
float: left;
|
2013-08-18 06:18:00 +02:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
2013-03-30 22:15:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-group-addon, .input-group-btn, .input-group .form-control {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: table-cell;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.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) {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-group-addon, .input-group-btn {
|
2013-08-18 06:18:00 +02:00
|
|
|
width: 1%;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:55:09 +01:00
|
|
|
vertical-align: middle;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .5rem .75rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #55595c;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #eceeef;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
|
|
|
border-radius: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem 1.5rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-top: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .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;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon:first-child {
|
|
|
|
border-right: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .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;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-addon:last-child {
|
|
|
|
border-left: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.input-group-btn {
|
|
|
|
position: relative;
|
2013-12-10 16:47:12 +01:00
|
|
|
font-size: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.input-group-btn > .btn {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.input-group-btn > .btn + .btn {
|
2013-12-10 16:47:12 +01:00
|
|
|
margin-left: -1px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
z-index: 2;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
|
2013-12-16 00:07:38 +01:00
|
|
|
margin-right: -1px;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
|
2013-12-16 00:07:38 +01:00
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-24 13:13:23 +01:00
|
|
|
.c-input {
|
|
|
|
position: relative;
|
2014-12-25 00:45:37 +01:00
|
|
|
display: inline;
|
2014-12-24 13:13:23 +01:00
|
|
|
padding-left: 1.5rem;
|
|
|
|
color: #555;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.c-input > input {
|
|
|
|
position: absolute;
|
|
|
|
z-index: -1;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2014-12-25 00:45:37 +01:00
|
|
|
.c-input > input:focus ~ .c-indicator {
|
|
|
|
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
|
|
|
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
|
|
|
}
|
|
|
|
.c-input > input:checked ~ .c-indicator {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #0074d9;
|
2015-01-01 21:13:28 +01:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2014-12-25 00:45:37 +01:00
|
|
|
}
|
|
|
|
.c-input > input:active ~ .c-indicator {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #84c6ff;
|
2015-01-01 21:13:28 +01:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2014-12-25 00:45:37 +01:00
|
|
|
}
|
|
|
|
.c-input + .c-input {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
2014-12-24 13:13:23 +01:00
|
|
|
|
|
|
|
.c-indicator {
|
|
|
|
position: absolute;
|
2014-12-25 00:45:37 +01:00
|
|
|
top: 0;
|
2014-12-24 13:13:23 +01:00
|
|
|
left: 0;
|
|
|
|
display: block;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
font-size: 65%;
|
|
|
|
line-height: 1rem;
|
|
|
|
color: #eee;
|
|
|
|
text-align: center;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
2014-12-26 00:40:24 +01:00
|
|
|
user-select: none;
|
2014-12-24 13:13:23 +01:00
|
|
|
background-color: #eee;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
-webkit-background-size: 50% 50%;
|
|
|
|
background-size: 50% 50%;
|
2014-12-31 19:37:23 +01:00
|
|
|
-webkit-box-shadow: inset 0 .125rem .125rem rgba(0, 0, 0, .1);
|
|
|
|
box-shadow: inset 0 .125rem .125rem rgba(0, 0, 0, .1);
|
2014-12-24 13:13:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.c-checkbox .c-indicator {
|
|
|
|
border-radius: .25rem;
|
|
|
|
}
|
|
|
|
.c-checkbox input:checked ~ .c-indicator {
|
|
|
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
|
|
|
|
}
|
2015-01-01 21:02:02 +01:00
|
|
|
.c-checkbox input:indeterminate ~ .c-indicator {
|
|
|
|
background-color: #0074d9;
|
|
|
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
|
2015-01-04 05:16:46 +01:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2015-01-01 21:02:02 +01:00
|
|
|
}
|
2014-12-24 13:13:23 +01:00
|
|
|
|
|
|
|
.c-radio .c-indicator {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.c-radio input:checked ~ .c-indicator {
|
|
|
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
|
|
|
|
}
|
|
|
|
|
2014-12-25 00:45:37 +01:00
|
|
|
.c-inputs-stacked .c-input {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.c-inputs-stacked .c-input:after {
|
|
|
|
display: block;
|
2014-12-26 00:40:24 +01:00
|
|
|
margin-bottom: .25rem;
|
2014-12-25 00:45:37 +01:00
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
.c-inputs-stacked .c-input + .c-input {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-24 13:13:23 +01:00
|
|
|
.select {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
color: #555;
|
|
|
|
}
|
2014-12-26 00:40:24 +01:00
|
|
|
.select > select {
|
2014-12-24 13:13:23 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
padding: .5rem 2.25rem .5rem 1rem;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #eee;
|
|
|
|
border: 0;
|
|
|
|
border-radius: .25rem;
|
|
|
|
outline: 0;
|
|
|
|
|
|
|
|
appearance: none;
|
|
|
|
}
|
2014-12-26 00:40:24 +01:00
|
|
|
.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 {
|
2014-12-24 13:13:23 +01:00
|
|
|
color: transparent;
|
|
|
|
text-shadow: 0 0 0 #000;
|
|
|
|
}
|
2014-12-26 00:40:24 +01:00
|
|
|
.select > select:active {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #0074d9;
|
|
|
|
}
|
|
|
|
.select > select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-12-24 13:13:23 +01:00
|
|
|
.select:after {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
right: 1.25rem;
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
margin-top: -.15rem;
|
|
|
|
pointer-events: none;
|
|
|
|
content: "";
|
|
|
|
border-top: .35rem solid;
|
|
|
|
border-right: .35rem solid transparent;
|
|
|
|
border-bottom: .35rem solid transparent;
|
|
|
|
border-left: .35rem solid transparent;
|
|
|
|
}
|
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
.select select:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
|
2014-12-24 13:13:23 +01:00
|
|
|
@-moz-document url-prefix() {
|
|
|
|
.select select {
|
2014-12-26 00:40:24 +01:00
|
|
|
padding-right: 1rem;
|
2014-12-24 13:13:23 +01:00
|
|
|
text-indent: .01px;
|
2014-12-26 00:40:24 +01:00
|
|
|
text-overflow: "";
|
2014-12-24 13:13:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.select option {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 0\0) {
|
|
|
|
.select select {
|
|
|
|
z-index: 1;
|
|
|
|
padding: .5rem 1.5rem .5rem 1rem;
|
|
|
|
}
|
|
|
|
.select:after {
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
.select:before {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 1rem;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 2;
|
|
|
|
display: block;
|
|
|
|
width: 1.5rem;
|
|
|
|
content: "";
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.select select:focus, .select select:active, .select select:hover {
|
2014-12-24 13:13:23 +01:00
|
|
|
color: #555;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.file {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2014-12-26 00:40:24 +01:00
|
|
|
height: 2.5rem;
|
2014-12-24 13:13:23 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file input {
|
|
|
|
min-width: 14rem;
|
|
|
|
margin: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-custom {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
|
|
|
height: 2.5rem;
|
|
|
|
padding: .5rem 1rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
2014-12-26 00:40:24 +01:00
|
|
|
user-select: none;
|
2014-12-24 13:13:23 +01:00
|
|
|
background-color: #fff;
|
|
|
|
border: .075rem solid #ddd;
|
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
|
|
|
|
box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-custom:after {
|
|
|
|
content: "Choose file...";
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-custom:before {
|
|
|
|
position: absolute;
|
|
|
|
top: -.075rem;
|
|
|
|
right: -.075rem;
|
|
|
|
bottom: -.075rem;
|
|
|
|
z-index: 6;
|
|
|
|
display: block;
|
|
|
|
height: 2.5rem;
|
|
|
|
padding: .5rem 1rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
|
|
|
content: "Browse";
|
|
|
|
background-color: #eee;
|
|
|
|
border: .075rem solid #ddd;
|
|
|
|
border-radius: 0 .25rem .25rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file input:focus ~ .file-custom {
|
|
|
|
-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;
|
|
|
|
}
|
|
|
|
|
2014-07-09 22:51:49 +02:00
|
|
|
.nav {
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-bottom: 0;
|
2014-07-09 22:51:49 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.nav:before, .nav:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.nav:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2014-07-09 22:51:49 +02:00
|
|
|
.nav-item {
|
|
|
|
position: relative;
|
2014-07-10 01:04:31 +02:00
|
|
|
display: inline-block;
|
2014-07-09 22:51:49 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 22:51:49 +02:00
|
|
|
.nav-link {
|
2014-07-10 01:04:31 +02:00
|
|
|
display: inline-block;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .6em 1em;
|
2014-07-09 22:51:49 +02:00
|
|
|
line-height: 1.5;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.nav-link:focus, .nav-link:hover {
|
2014-07-09 22:51:49 +02:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: #eceeef;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.disabled > .nav-link, .nav-link.disabled {
|
2014-07-09 22:51:49 +02:00
|
|
|
color: #818a91;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.disabled > .nav-link, .disabled > .nav-link:focus, .disabled > .nav-link:hover, .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: transparent;
|
2013-04-16 16:45:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav-tabs {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom: 1px solid #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-tabs .nav-item {
|
2013-02-12 21:16:32 +01:00
|
|
|
float: left;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-tabs .nav-item + .nav-item {
|
|
|
|
margin-left: .2rem;
|
|
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
|
|
display: block;
|
2013-02-12 21:16:32 +01:00
|
|
|
border: 1px solid transparent;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem .25rem 0 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #eceeef #eceeef #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #55595c;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
|
|
|
border-color: #ddd #ddd transparent;
|
2014-07-10 01:04:31 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-07-10 01:04:31 +02:00
|
|
|
color: #818a91;
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: transparent;
|
2013-08-27 02:37:52 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-pills .nav-item {
|
2013-02-12 21:16:32 +01:00
|
|
|
float: left;
|
|
|
|
}
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-pills .nav-item + .nav-item {
|
|
|
|
margin-left: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-pills .nav-link {
|
|
|
|
display: block;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.nav-pills .open > .nav-link, .nav-pills .open > .nav-link:focus, .nav-pills .open > .nav-link:hover, .nav-pills .active > .nav-link, .nav-pills .active > .nav-link:focus, .nav-pills .active > .nav-link:hover, .nav-pills .nav-link.open, .nav-pills .nav-link.open:focus, .nav-pills .nav-link.open:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-12-11 21:06:08 +01:00
|
|
|
cursor: default;
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-stacked .nav-item {
|
2014-12-11 21:06:08 +01:00
|
|
|
display: block;
|
2014-08-06 02:49:22 +02:00
|
|
|
float: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-10 01:04:31 +02:00
|
|
|
.nav-stacked .nav-item + .nav-item {
|
|
|
|
margin-top: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-10-14 00:55:13 +02:00
|
|
|
.tab-content > .tab-pane {
|
2013-02-18 05:18:29 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2013-10-14 00:55:13 +02:00
|
|
|
.tab-content > .active {
|
2013-02-18 05:18:29 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.nav-tabs .dropdown-menu {
|
2013-05-13 01:12:13 +02:00
|
|
|
margin-top: -1px;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.navbar {
|
2013-02-18 10:28:35 +01:00
|
|
|
position: relative;
|
2014-07-14 08:33:54 +02:00
|
|
|
padding: 1rem;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar:before, .navbar:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.navbar:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-16 20:34:30 +02:00
|
|
|
.navbar-static-top {
|
2013-10-21 06:12:09 +02:00
|
|
|
z-index: 1000;
|
2013-08-16 20:34:30 +02:00
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-static-top {
|
2013-08-13 06:23:28 +02:00
|
|
|
border-radius: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-07 01:39:18 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.navbar-fixed-top, .navbar-fixed-bottom {
|
2013-08-13 06:23:28 +02:00
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 1030;
|
2014-12-11 23:47:10 +01:00
|
|
|
margin-bottom: 0;
|
2013-08-07 02:28:02 +02:00
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar-fixed-top, .navbar-fixed-bottom {
|
2013-08-13 06:23:28 +02:00
|
|
|
border-radius: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-05 23:19:32 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-fixed-top {
|
|
|
|
top: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-13 06:23:28 +02:00
|
|
|
.navbar-fixed-bottom {
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-brand {
|
2013-12-09 07:11:46 +01:00
|
|
|
float: left;
|
2014-12-05 00:20:45 +01:00
|
|
|
padding: .725rem .75rem;
|
2014-07-14 08:33:54 +02:00
|
|
|
margin-right: 1rem;
|
|
|
|
margin-bottom: 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2014-12-04 09:09:37 +01:00
|
|
|
line-height: 1;
|
2014-12-02 23:02:35 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-brand > a:focus, .navbar-brand > a:hover {
|
2013-02-12 21:16:32 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-07-07 03:39:37 +02:00
|
|
|
.navbar-brand > img {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 08:33:54 +02:00
|
|
|
.navbar-toggler {
|
|
|
|
float: left;
|
|
|
|
padding: .55rem .75rem;
|
|
|
|
margin-right: 1rem;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 1.25rem;
|
2014-12-04 09:09:37 +01:00
|
|
|
line-height: 1;
|
2014-07-14 08:33:54 +02:00
|
|
|
background: none;
|
|
|
|
border: 0;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-toggler:focus, .navbar-toggler:hover {
|
2014-07-14 08:33:54 +02:00
|
|
|
text-decoration: none;
|
2013-08-18 06:00:13 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.navbar-form {
|
2014-12-02 23:02:35 +01:00
|
|
|
padding: 10px 1rem;
|
|
|
|
margin-right: -1rem;
|
|
|
|
margin-left: -1rem;
|
2014-08-04 19:14:11 +02:00
|
|
|
border-top: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid transparent;
|
2014-12-02 23:02:35 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
2013-08-05 20:47:12 +02:00
|
|
|
}
|
2014-12-11 23:47:10 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-form .form-group {
|
2013-08-13 06:23:28 +02:00
|
|
|
margin-bottom: 5px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-09-08 19:57:50 +02:00
|
|
|
.navbar-form .form-group:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-form {
|
2013-08-13 06:23:28 +02:00
|
|
|
width: auto;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
border: 0;
|
2013-08-15 20:47:56 +02:00
|
|
|
-webkit-box-shadow: none;
|
2014-08-04 19:14:11 +02:00
|
|
|
box-shadow: none;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-nav > li > .dropdown-menu {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-top: 0;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
2014-11-10 07:05:09 +01:00
|
|
|
border-top-left-radius: .25rem;
|
|
|
|
border-top-right-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.navbar-text {
|
2013-11-17 23:45:42 +01:00
|
|
|
float: left;
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-right: 1rem;
|
2014-12-02 23:02:35 +01:00
|
|
|
margin-left: 1rem;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-07-07 09:59:51 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-12-20 04:11:16 +01:00
|
|
|
.navbar-left {
|
|
|
|
float: left !important;
|
|
|
|
}
|
2014-07-07 09:59:51 +02:00
|
|
|
.navbar-right {
|
2014-12-20 04:11:16 +01:00
|
|
|
float: right !important;
|
2014-12-02 23:02:35 +01:00
|
|
|
margin-right: -1rem;
|
2014-07-07 09:59:51 +02:00
|
|
|
}
|
|
|
|
.navbar-right ~ .navbar-right {
|
2013-12-02 04:27:33 +01:00
|
|
|
margin-right: 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-15 22:54:47 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default {
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f8f8f8;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #e7e7e7;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-brand {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
|
2013-08-18 23:05:56 +02:00
|
|
|
color: #5e5e5e;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-text {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #777;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #333;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #555;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: #e7e7e7;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #ccc;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-toggle {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #ddd;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #ddd;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
|
|
|
.navbar-default .navbar-toggle .icon-bar {
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #888;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
|
2013-09-17 06:43:55 +02:00
|
|
|
border-color: #e7e7e7;
|
2013-08-18 23:05:56 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
|
2014-12-11 21:06:08 +01:00
|
|
|
color: #555;
|
2013-08-18 23:05:56 +02:00
|
|
|
background-color: #e7e7e7;
|
|
|
|
}
|
|
|
|
.navbar-default .navbar-link {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #777;
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2013-08-18 23:05:56 +02:00
|
|
|
.navbar-default .navbar-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #333;
|
2013-08-15 06:32:23 +02:00
|
|
|
}
|
2014-02-22 05:50:27 +01:00
|
|
|
.navbar-default .btn-link {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #777;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #333;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-default .btn-link:disabled:focus, .navbar-default .btn-link:disabled:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #ccc;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.navbar-inverse {
|
2014-07-14 08:33:54 +02:00
|
|
|
background-color: #373a3c;
|
|
|
|
border-color: #1f2021;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar-inverse .navbar-toggler, .navbar-inverse .navbar-brand > a, .navbar-inverse .nav-pills > .nav-item > .nav-link {
|
2014-09-18 00:21:31 +02:00
|
|
|
color: #aab0b5;
|
2014-07-14 08:33:54 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-14 08:33:54 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus, .navbar-inverse .nav-pills > .nav-item > .nav-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-14 08:33:54 +02:00
|
|
|
background-color: #1f2021;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar-inverse .nav-pills > .active > .nav-link, .navbar-inverse .nav-pills > .nav-link.active {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-14 08:33:54 +02:00
|
|
|
background-color: #1f2021;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-02-18 10:28:35 +01:00
|
|
|
.navbar-inverse .navbar-brand {
|
2014-09-18 00:21:31 +02:00
|
|
|
color: #aab0b5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.navbar-inverse .navbar-text {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #a2a8ae;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-04-28 03:28:39 +02:00
|
|
|
.navbar-inverse .navbar-nav > li > a {
|
2014-09-18 00:21:31 +02:00
|
|
|
color: #aab0b5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-07-14 08:33:54 +02:00
|
|
|
background-color: #1f2021;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #444;
|
2013-03-01 08:20:25 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
|
2014-07-14 08:33:54 +02:00
|
|
|
border-color: #262829;
|
2013-08-13 06:23:28 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
|
2014-12-11 21:06:08 +01:00
|
|
|
color: #fff;
|
2014-07-14 08:33:54 +02:00
|
|
|
background-color: #1f2021;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-03 19:53:26 +02:00
|
|
|
.navbar-inverse .navbar-link {
|
2014-09-18 00:21:31 +02:00
|
|
|
color: #aab0b5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-05-03 19:53:26 +02:00
|
|
|
.navbar-inverse .navbar-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-05-03 19:53:26 +02:00
|
|
|
}
|
2014-02-22 05:50:27 +01:00
|
|
|
.navbar-inverse .btn-link {
|
2014-09-18 00:21:31 +02:00
|
|
|
color: #aab0b5;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.navbar-inverse .btn-link:disabled:focus, .navbar-inverse .btn-link:disabled:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #444;
|
2014-02-22 05:50:27 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card {
|
|
|
|
position: relative;
|
|
|
|
padding: 1.25rem;
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
border: .075rem solid #eee;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-title {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-text:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-actions .card-link + .card-link {
|
|
|
|
margin-left: .75rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-header {
|
|
|
|
padding: .75rem 1.25rem;
|
|
|
|
margin: -1.25rem -1.25rem 1.25rem;
|
|
|
|
border-bottom: .075rem solid #eee;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem .25rem 0 0;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-footer {
|
|
|
|
padding: .75rem 1.25rem;
|
|
|
|
margin: 1.25rem -1.25rem -1.25rem;
|
|
|
|
border-top: .075rem solid #eee;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: 0 0 .25rem .25rem;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-primary {
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0275d8;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-success {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
border-color: #5cb85c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-info {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
border-color: #5bc0de;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-warning {
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
border-color: #f0ad4e;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-danger {
|
|
|
|
background-color: #d9534f;
|
|
|
|
border-color: #d9534f;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.card-inverse .card-header, .card-inverse .card-footer {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom: .075rem solid rgba(255, 255, 255, .2);
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
|
2014-08-06 02:12:24 +02:00
|
|
|
color: #fff;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-blockquote > footer {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: rgba(255, 255, 255, .65);
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
2014-08-06 02:12:24 +02:00
|
|
|
color: #fff;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-blockquote {
|
|
|
|
padding: 0;
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-left: 0;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-img {
|
|
|
|
margin: -1.325rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-img-overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 1.25rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-img-top {
|
|
|
|
margin: -1.325rem -1.325rem 1.25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem .25rem 0 0;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-img-bottom {
|
|
|
|
margin: 1.25rem -1.325rem -1.325rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: 0 0 .25rem .25rem;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-set {
|
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
|
|
|
border-spacing: 1.25rem 0;
|
|
|
|
}
|
|
|
|
.card-set .card {
|
2014-08-06 02:45:24 +02:00
|
|
|
display: table-cell;
|
2014-08-06 02:49:22 +02:00
|
|
|
float: none;
|
2014-08-06 02:12:24 +02:00
|
|
|
max-width: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-set-wrapper {
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-right: -1.25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -1.25rem;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-group {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
.card-group .card {
|
2014-08-06 02:45:24 +02:00
|
|
|
display: table-cell;
|
2014-08-06 02:49:22 +02:00
|
|
|
float: none;
|
2014-08-06 02:12:24 +02:00
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
.card-group .card + .card {
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-left: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-left: 0;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-06 02:12:24 +02:00
|
|
|
.card-columns {
|
|
|
|
-webkit-column-count: 3;
|
2014-08-06 02:49:22 +02:00
|
|
|
-moz-column-count: 3;
|
|
|
|
column-count: 3;
|
2014-08-06 02:12:24 +02:00
|
|
|
-webkit-column-gap: 1rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
-moz-column-gap: 1rem;
|
|
|
|
column-gap: 1rem;
|
2014-08-06 02:12:24 +02:00
|
|
|
}
|
|
|
|
.card-columns .card {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem 1rem;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2013-08-18 06:18:00 +02:00
|
|
|
list-style: none;
|
2014-07-09 01:00:52 +02:00
|
|
|
background-color: #eceeef;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > li {
|
|
|
|
display: inline-block;
|
2013-08-05 20:30:50 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > li + li:before {
|
2014-08-06 02:45:24 +02:00
|
|
|
padding-right: .5rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: .5rem;
|
2014-12-11 21:06:08 +01:00
|
|
|
color: #818a91;
|
2015-01-20 01:08:48 +01:00
|
|
|
content: "/\00a0";
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.breadcrumb > .active {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2013-08-05 20:30:50 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: inline-block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin: 1 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pagination > li {
|
|
|
|
display: inline;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination > li > a, .pagination > li > span {
|
2013-08-18 06:18:00 +02:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .5rem .75rem;
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-left: -1px;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-08-06 02:49:22 +02:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination > li:first-child > a, .pagination > li:first-child > span {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: 0;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: .25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: .25rem;
|
2013-08-06 01:16:58 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination > li:last-child > a, .pagination > li:last-child > span {
|
|
|
|
border-top-right-radius: .25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: .25rem;
|
2013-05-10 01:26:35 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #014c8c;
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #eceeef;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-color: #ddd;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
z-index: 2;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-12-11 21:06:08 +01:00
|
|
|
cursor: default;
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0275d8;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
|
|
|
border-color: #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.pagination-lg > li > a, .pagination-lg > li > span {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .75rem 1.5rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.25rem;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
|
|
|
|
border-top-left-radius: .3rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: .3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
|
|
|
|
border-top-right-radius: .3rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: .3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.pagination-sm > li > a, .pagination-sm > li > span {
|
2014-08-06 02:49:22 +02:00
|
|
|
padding: .3rem .75rem;
|
|
|
|
font-size: .85rem;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
|
|
|
|
border-top-left-radius: .2rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-left-radius: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
|
|
|
|
border-top-right-radius: .2rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding-left: 0;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin: 1 0;
|
2014-12-11 21:06:08 +01:00
|
|
|
text-align: center;
|
2014-08-06 02:49:22 +02:00
|
|
|
list-style: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pager:before, .pager:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.pager:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.pager li {
|
|
|
|
display: inline;
|
2013-08-12 23:03:57 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.pager li > a, .pager li > span {
|
2013-08-18 06:18:00 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 14px;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-radius: 15px;
|
2013-08-12 23:03:57 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.pager li > a:focus, .pager li > a:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
text-decoration: none;
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #eceeef;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
|
|
|
color: #818a91;
|
|
|
|
cursor: false;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.pager .disabled > span {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-19 05:19:53 +01:00
|
|
|
.pager-next > a, .pager-next > span {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager-prev > a, .pager-prev > span {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label {
|
2014-12-06 09:33:36 +01:00
|
|
|
display: inline-block;
|
|
|
|
padding: .25em .4em;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-size: 75%;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2013-12-09 07:55:09 +01:00
|
|
|
vertical-align: baseline;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-radius: .25rem;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.label:empty {
|
|
|
|
display: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-12-01 06:17:53 +01:00
|
|
|
.btn .label {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
a.label:focus, a.label:hover {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-default {
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #818a91;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-default[href]:focus, .label-default[href]:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #687077;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-primary {
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-primary[href]:focus, .label-primary[href]:hover {
|
2014-11-10 08:48:56 +01:00
|
|
|
background-color: #025aa5;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-success {
|
|
|
|
background-color: #5cb85c;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-success[href]:focus, .label-success[href]:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #449d44;
|
2013-08-13 19:24:18 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-info {
|
|
|
|
background-color: #5bc0de;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-info[href]:focus, .label-info[href]:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #31b0d5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-warning {
|
|
|
|
background-color: #f0ad4e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-warning[href]:focus, .label-warning[href]:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #ec971f;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.label-danger {
|
|
|
|
background-color: #d9534f;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.label-danger[href]:focus, .label-danger[href]:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #c9302c;
|
2013-08-13 18:59:38 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.badge {
|
2014-07-09 09:15:20 +02:00
|
|
|
position: relative;
|
2014-08-06 02:49:22 +02:00
|
|
|
top: -.1em;
|
2013-12-09 07:11:46 +01:00
|
|
|
display: inline-block;
|
2014-08-06 02:45:24 +02:00
|
|
|
padding-right: .6em;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: .6em;
|
2014-07-09 09:15:20 +02:00
|
|
|
font-size: .75em;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-weight: bold;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
2013-12-09 07:11:46 +01:00
|
|
|
white-space: nowrap;
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #818a91;
|
2014-07-09 09:15:20 +02:00
|
|
|
border-radius: 2em;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.badge:empty {
|
|
|
|
display: none;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
.badge.pull-left, .badge.pull-right {
|
2014-07-09 09:15:20 +02:00
|
|
|
top: .2em;
|
2013-12-01 06:17:53 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-11-10 07:05:09 +01:00
|
|
|
.list-group-item > .badge {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.list-group-item > .badge + .badge {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.nav-pills > li > a > .badge {
|
|
|
|
margin-left: 3px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
a.badge:focus, a.badge:hover {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.jumbotron {
|
2014-09-18 00:21:31 +02:00
|
|
|
padding: 2rem 1rem;
|
2014-07-14 18:04:47 +02:00
|
|
|
margin-bottom: 2rem;
|
2013-08-18 06:18:00 +02:00
|
|
|
color: inherit;
|
2014-07-08 11:26:50 +02:00
|
|
|
background-color: #eceeef;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .3rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-18 05:03:32 +02:00
|
|
|
.jumbotron-heading {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-18 05:03:32 +02:00
|
|
|
.jumbotron-hr {
|
|
|
|
border-top-color: #d0d5d8;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.jumbotron {
|
2014-12-31 19:37:23 +01:00
|
|
|
padding: 4rem 2rem;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-09-18 05:03:32 +02:00
|
|
|
.jumbotron-heading {
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 4.5rem;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-31 19:37:23 +01:00
|
|
|
.jumbotron-fluid {
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert {
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 15px;
|
2014-12-04 09:09:37 +01:00
|
|
|
margin-bottom: 1;
|
2013-08-19 04:57:25 +02:00
|
|
|
border: 1px solid transparent;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.alert > p, .alert > ul {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-bottom: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert > p + p {
|
|
|
|
margin-top: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-01 21:02:02 +01:00
|
|
|
.alert-heading {
|
|
|
|
margin-top: 0;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-link {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2014-06-18 03:23:14 +02:00
|
|
|
.alert-dismissible {
|
2013-08-18 06:18:00 +02:00
|
|
|
padding-right: 35px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-06-18 03:23:14 +02:00
|
|
|
.alert-dismissible .close {
|
2013-08-18 06:18:00 +02:00
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
right: -21px;
|
|
|
|
color: inherit;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #3c763d;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #dff0d8;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-color: #d0e9c6;
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success hr {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-color: #c1e2b3;
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-success .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #2b542c;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #31708f;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #d9edf7;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-color: #bcdff1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info hr {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-color: #a6d5ec;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.alert-info .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #245269;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-19 04:57:25 +02:00
|
|
|
.alert-warning {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #fcf8e3;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-color: #faf2cc;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-warning hr {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-color: #f7ecb5;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-warning .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #66512c;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-19 04:57:25 +02:00
|
|
|
.alert-danger {
|
2014-12-02 23:02:35 +01:00
|
|
|
color: #a94442;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #f2dede;
|
2014-12-02 23:02:35 +01:00
|
|
|
border-color: #ebcccc;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-danger hr {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-color: #e4b9b9;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
|
|
|
.alert-danger .alert-link {
|
2013-11-30 09:26:53 +01:00
|
|
|
color: #843534;
|
2013-08-19 04:57:25 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
2013-12-09 07:33:24 +01:00
|
|
|
from {
|
2014-12-04 09:09:37 +01:00
|
|
|
background-position: 1 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
|
2013-12-09 07:33:24 +01:00
|
|
|
to {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-08-04 19:14:11 +02:00
|
|
|
@-o-keyframes progress-bar-stripes {
|
|
|
|
from {
|
2014-12-04 09:09:37 +01:00
|
|
|
background-position: 1 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
|
2014-08-04 19:14:11 +02:00
|
|
|
to {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
@keyframes progress-bar-stripes {
|
2013-12-09 07:33:24 +01:00
|
|
|
from {
|
2014-12-04 09:09:37 +01:00
|
|
|
background-position: 1 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-09 07:33:24 +01:00
|
|
|
to {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-position: 0 0;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.progress {
|
2014-07-09 10:39:34 +02:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2014-12-04 09:09:37 +01:00
|
|
|
height: 1;
|
|
|
|
margin-bottom: 1;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress[value] {
|
2014-12-11 21:06:08 +01:00
|
|
|
color: #0074d9;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 0;
|
|
|
|
|
|
|
|
appearance: none;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress[value]::-webkit-progress-bar {
|
|
|
|
background-color: #eee;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
|
|
|
|
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress[value]::-webkit-progress-value::before {
|
|
|
|
content: attr(value);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress[value]::-webkit-progress-value {
|
|
|
|
background-color: #0074d9;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-left-radius: .25rem;
|
|
|
|
border-bottom-left-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress[value="100"]::-webkit-progress-value {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: .25rem;
|
|
|
|
border-bottom-right-radius: .25rem;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress {
|
|
|
|
background-color: #eee;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: .25rem;
|
|
|
|
-webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
|
|
|
|
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
|
|
|
.progress-bar {
|
|
|
|
display: inline-block;
|
2014-12-04 09:09:37 +01:00
|
|
|
height: 1;
|
2014-07-09 10:39:34 +02:00
|
|
|
text-indent: -999rem;
|
|
|
|
background-color: #0074d9;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-left-radius: .25rem;
|
|
|
|
border-bottom-left-radius: .25rem;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
|
|
|
.progress[width^="0"] {
|
2014-08-06 02:45:24 +02:00
|
|
|
min-width: 2rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #818a91;
|
2014-07-09 10:39:34 +02:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
.progress[width="100%"] {
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: .25rem;
|
|
|
|
border-bottom-right-radius: .25rem;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-striped[value]::-webkit-progress-value {
|
2014-08-06 02:49:22 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2014-12-04 09:09:37 +01:00
|
|
|
-webkit-background-size: 1 1;
|
|
|
|
background-size: 1 1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-striped[value]::-moz-progress-bar {
|
2014-12-09 07:00:05 +01:00
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2014-12-04 09:09:37 +01:00
|
|
|
background-size: 1 1;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-bar-striped {
|
2014-08-06 02:49:22 +02:00
|
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
2014-12-04 09:09:37 +01:00
|
|
|
-webkit-background-size: 1 1;
|
|
|
|
background-size: 1 1;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-animated[value]::-webkit-progress-value {
|
2014-08-05 00:09:23 +02:00
|
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
animation: progress-bar-stripes 2s linear infinite;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-animated[value]::-moz-progress-bar {
|
|
|
|
animation: progress-bar-stripes 2s linear infinite;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-animated .progress-bar-striped {
|
2014-08-05 00:09:23 +02:00
|
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
|
|
animation: progress-bar-stripes 2s linear infinite;
|
2014-07-09 10:39:34 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-success[value]::-webkit-progress-value {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
.progress-success[value]::-moz-progress-bar {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-success .progress-bar {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-info[value]::-webkit-progress-value {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
|
|
|
.progress-info[value]::-moz-progress-bar {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-info .progress-bar {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-warning[value]::-webkit-progress-value {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #f0ad4e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-warning[value]::-moz-progress-bar {
|
|
|
|
background-color: #f0ad4e;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-warning .progress-bar {
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-danger[value]::-webkit-progress-value {
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #d9534f;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-danger[value]::-moz-progress-bar {
|
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
@media screen and ("min-width:0\0") {
|
2014-07-09 10:39:34 +02:00
|
|
|
.progress-danger .progress-bar {
|
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
2013-03-30 21:23:18 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-10-27 06:48:12 +01:00
|
|
|
.media {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-top: 15px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.media:first-child {
|
|
|
|
margin-top: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.media, .media-body {
|
2014-12-11 21:06:08 +01:00
|
|
|
overflow: hidden;
|
2014-12-01 05:29:47 +01:00
|
|
|
zoom: 1;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-04 05:16:46 +01:00
|
|
|
.media-body {
|
|
|
|
width: 10000px;
|
|
|
|
}
|
|
|
|
|
2014-12-01 05:29:47 +01:00
|
|
|
.media-object {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.media-right, .media > .pull-right {
|
2014-10-27 06:48:12 +01:00
|
|
|
padding-left: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.media-left, .media > .pull-left {
|
2014-10-27 06:48:12 +01:00
|
|
|
padding-right: 10px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.media-left, .media-right, .media-body {
|
2014-10-27 06:48:12 +01:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-10-27 06:48:12 +01:00
|
|
|
.media-middle {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-10-27 06:48:12 +01:00
|
|
|
.media-bottom {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-10-27 06:48:12 +01:00
|
|
|
.media-heading {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.media-list {
|
|
|
|
padding-left: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-left: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-bottom: 20px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item {
|
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
2013-12-09 07:11:46 +01:00
|
|
|
padding: 10px 15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
margin-bottom: -1px;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item:first-child {
|
2014-12-02 23:02:35 +01:00
|
|
|
border-top-left-radius: .25rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-right-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item:last-child {
|
|
|
|
margin-bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-right-radius: .25rem;
|
|
|
|
border-bottom-left-radius: .25rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
a.list-group-item {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #555;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
a.list-group-item .list-group-item-heading {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #333;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item:focus, a.list-group-item:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #555;
|
2013-02-12 21:16:32 +01:00
|
|
|
text-decoration: none;
|
2013-08-18 06:18:00 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-01 23:11:22 +01:00
|
|
|
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2015-03-01 23:11:22 +01:00
|
|
|
cursor: false;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #eceeef;
|
2014-03-07 06:32:52 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-03-07 06:32:52 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-07-08 11:26:50 +02:00
|
|
|
color: #818a91;
|
2014-03-07 06:32:52 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
2013-08-18 06:18:00 +02:00
|
|
|
z-index: 2;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
|
|
|
border-color: #0275d8;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2013-08-18 06:18:00 +02:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.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 {
|
2014-11-10 08:48:56 +01:00
|
|
|
color: #a8d6fe;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
a.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a.list-group-item-state .list-group-item-heading {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state:focus, a.list-group-item-state:hover {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #d0e9c6;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #3c763d;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #3c763d;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.list-group-item-state {
|
2014-01-07 22:24:45 +01:00
|
|
|
color: #31708f;
|
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
a.list-group-item-state {
|
2014-01-07 22:24:45 +01:00
|
|
|
color: #31708f;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a.list-group-item-state .list-group-item-heading {
|
2014-01-07 22:24:45 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state:focus, a.list-group-item-state:hover {
|
2014-01-07 22:24:45 +01:00
|
|
|
color: #31708f;
|
|
|
|
background-color: #c4e3f3;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover {
|
2014-01-07 22:24:45 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #31708f;
|
|
|
|
border-color: #31708f;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
a.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a.list-group-item-state .list-group-item-heading {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state:focus, a.list-group-item-state:hover {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #faf2cc;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #8a6d3b;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #8a6d3b;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
a.list-group-item-state {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
a.list-group-item-state .list-group-item-heading {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state:focus, a.list-group-item-state:hover {
|
2013-12-07 23:10:41 +01:00
|
|
|
color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
background-color: #ebcccc;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
a.list-group-item-state.active, a.list-group-item-state.active:focus, a.list-group-item-state.active:hover {
|
2013-12-07 23:09:03 +01:00
|
|
|
color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
background-color: #a94442;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-color: #a94442;
|
2013-12-07 23:09:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item-heading {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.list-group-item-text {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin-bottom: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1.3;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-07 08:18:13 +01:00
|
|
|
.embed-responsive {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
|
2014-03-07 08:18:13 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2014-08-06 02:45:24 +02:00
|
|
|
bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 0;
|
2014-08-06 02:45:24 +02:00
|
|
|
width: 100%;
|
2014-08-06 02:49:22 +02:00
|
|
|
height: 100%;
|
2014-03-07 08:18:13 +01:00
|
|
|
border: 0;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
|
|
|
|
.embed-responsive-16by9 {
|
2014-03-07 08:18:13 +01:00
|
|
|
padding-bottom: 56.25%;
|
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
|
|
|
|
.embed-responsive-4by3 {
|
2014-03-07 08:18:13 +01:00
|
|
|
padding-bottom: 75%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.close {
|
2013-12-09 07:55:09 +01:00
|
|
|
float: right;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1.5rem;
|
2013-08-18 06:18:00 +02:00
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #000;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .2;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.close:focus, .close:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #000;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-decoration: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: .5;
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2015-01-20 01:15:51 +01:00
|
|
|
|
|
|
|
button.close {
|
2014-12-02 23:02:35 +01:00
|
|
|
-webkit-appearance: none;
|
2013-08-18 06:18:00 +02:00
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
2013-12-09 07:11:46 +01:00
|
|
|
background: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border: 0;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-open {
|
|
|
|
overflow: hidden;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2015-03-29 09:14:02 +02:00
|
|
|
z-index: 1050;
|
2014-08-06 02:49:22 +02:00
|
|
|
display: none;
|
|
|
|
overflow: hidden;
|
2014-12-11 21:06:08 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-10-05 12:55:26 +02:00
|
|
|
outline: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.modal.fade .modal-dialog {
|
2014-12-11 21:06:08 +01:00
|
|
|
-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%);
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
|
|
|
.modal.in .modal-dialog {
|
2014-10-27 06:48:12 +01:00
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
|
-ms-transform: translate(0, 0);
|
|
|
|
-o-transform: translate(0, 0);
|
|
|
|
transform: translate(0, 0);
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-06-11 05:17:22 +02:00
|
|
|
.modal-open .modal {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2013-03-15 07:01:23 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-dialog {
|
2013-10-21 05:04:10 +02:00
|
|
|
position: relative;
|
2013-08-18 06:18:00 +02:00
|
|
|
width: auto;
|
2013-11-30 07:03:49 +01:00
|
|
|
margin: 10px;
|
2013-03-16 23:31:03 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-content {
|
|
|
|
position: relative;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, .2);
|
|
|
|
border-radius: .3rem;
|
2014-12-02 23:02:35 +01:00
|
|
|
outline: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop {
|
2015-03-29 09:14:02 +02:00
|
|
|
position: fixed;
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2015-03-29 09:14:02 +02:00
|
|
|
bottom: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
left: 0;
|
2015-03-29 09:14:02 +02:00
|
|
|
z-index: 1040;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #000;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop.fade {
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-backdrop.in {
|
2014-08-06 02:49:22 +02:00
|
|
|
opacity: .5;
|
2013-08-15 22:40:21 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-header {
|
2014-12-11 21:06:08 +01:00
|
|
|
min-height: 16.5px;
|
2013-08-18 06:18:00 +02:00
|
|
|
padding: 15px;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-header .close {
|
|
|
|
margin-top: -2px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-title {
|
2013-12-09 07:11:46 +01:00
|
|
|
margin: 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
line-height: 1.5;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
2014-02-22 21:38:56 +01:00
|
|
|
padding: 15px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer {
|
2014-02-22 21:38:56 +01:00
|
|
|
padding: 15px;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: right;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.modal-footer:before, .modal-footer:after {
|
|
|
|
display: table;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
.modal-footer:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn + .btn {
|
2014-12-11 21:06:08 +01:00
|
|
|
margin-bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn-group .btn + .btn {
|
|
|
|
margin-left: -1px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.modal-footer .btn-block + .btn-block {
|
|
|
|
margin-left: 0;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-03-17 02:44:58 +01:00
|
|
|
.modal-scrollbar-measure {
|
|
|
|
position: absolute;
|
|
|
|
top: -9999px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2013-12-09 07:33:24 +01:00
|
|
|
.modal-dialog {
|
2013-08-18 06:18:00 +02:00
|
|
|
width: 600px;
|
2013-11-30 20:56:06 +01:00
|
|
|
margin: 30px auto;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.modal-content {
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
|
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-15 01:29:47 +01:00
|
|
|
.modal-sm {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2014-02-04 11:01:31 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 48em) {
|
2013-12-15 01:29:47 +01:00
|
|
|
.modal-lg {
|
|
|
|
width: 900px;
|
2013-08-18 06:18:00 +02:00
|
|
|
}
|
2013-08-11 21:43:43 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
2014-04-03 09:53:20 +02:00
|
|
|
z-index: 1070;
|
2013-08-18 06:18:00 +02:00
|
|
|
display: block;
|
2014-11-10 07:05:09 +01:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-08-06 02:49:22 +02:00
|
|
|
font-size: .85rem;
|
2014-11-10 07:05:09 +01:00
|
|
|
font-weight: normal;
|
2014-08-06 02:45:24 +02:00
|
|
|
line-height: 1.4;
|
2013-12-23 22:25:51 +01:00
|
|
|
opacity: 0;
|
2013-08-06 00:30:28 +02:00
|
|
|
}
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip.in {
|
2014-08-06 02:49:22 +02:00
|
|
|
opacity: .9;
|
2013-08-06 00:30:28 +02:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-top {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding: 5px 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-top: -3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-right {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding: 0 5px;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: 3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-bottom {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding: 5px 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-top: 3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-left {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding: 0 5px;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -3px;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 200px;
|
|
|
|
padding: 3px 8px;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #000;
|
|
|
|
border-radius: .25rem;
|
2013-08-15 20:31:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.tooltip-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-style: solid;
|
2013-08-15 20:31:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.tooltip-top .tooltip-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 5px 5px 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-top-color: #000;
|
2013-04-22 15:34:23 +02:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-right .tooltip-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 5px 5px 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-right-color: #000;
|
2013-02-18 07:20:49 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-left .tooltip-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 0 5px 5px;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-left-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.tooltip-bottom .tooltip-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 0 5px 5px;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-color: #000;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2014-04-03 09:53:20 +02:00
|
|
|
z-index: 1060;
|
2013-08-18 06:18:00 +02:00
|
|
|
display: none;
|
|
|
|
max-width: 276px;
|
|
|
|
padding: 1px;
|
2014-11-10 07:05:09 +01:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-09-18 00:21:31 +02:00
|
|
|
font-size: 1rem;
|
2014-08-23 22:42:45 +02:00
|
|
|
font-weight: normal;
|
2014-09-18 00:21:31 +02:00
|
|
|
line-height: 1.5;
|
2013-08-18 06:18:00 +02:00
|
|
|
text-align: left;
|
2014-12-11 21:06:08 +01:00
|
|
|
white-space: normal;
|
2014-08-06 02:49:22 +02:00
|
|
|
background-color: #fff;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, .2);
|
|
|
|
border-radius: .3rem;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-top {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-top: -10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-right {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-bottom {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-top: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-left {
|
2013-08-18 06:18:00 +02:00
|
|
|
margin-left: -10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover-title {
|
2014-08-06 02:45:24 +02:00
|
|
|
padding: 8px 14px;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin: 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
font-size: 1rem;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: #f7f7f7;
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom: 1px solid #ebebeb;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-radius: -.7rem -.7rem 0 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-08-18 06:18:00 +02:00
|
|
|
.popover-content {
|
|
|
|
padding: 9px 14px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-arrow, .popover-arrow:after {
|
2013-08-18 06:18:00 +02:00
|
|
|
position: absolute;
|
|
|
|
display: block;
|
2013-02-12 21:16:32 +01:00
|
|
|
width: 0;
|
2013-08-18 06:18:00 +02:00
|
|
|
height: 0;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-color: transparent;
|
2013-12-09 07:55:09 +01:00
|
|
|
border-style: solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
border-width: 11px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-arrow:after {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
2014-08-06 02:49:22 +02:00
|
|
|
border-width: 10px;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-top > .popover-arrow {
|
2014-12-11 21:06:08 +01:00
|
|
|
bottom: -11px;
|
2013-08-18 06:18:00 +02:00
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
2014-12-23 13:10:59 +01:00
|
|
|
border-top-color: rgba(0, 0, 0, .25);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-bottom-width: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-top > .popover-arrow:after {
|
2013-08-18 06:18:00 +02:00
|
|
|
bottom: 1px;
|
|
|
|
margin-left: -10px;
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
|
|
|
border-top-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-right > .popover-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 50%;
|
|
|
|
left: -11px;
|
|
|
|
margin-top: -11px;
|
2014-12-23 13:10:59 +01:00
|
|
|
border-right-color: rgba(0, 0, 0, .25);
|
2013-08-18 06:18:00 +02:00
|
|
|
border-left-width: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-right > .popover-arrow:after {
|
2014-08-06 02:45:24 +02:00
|
|
|
bottom: -10px;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 1px;
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
|
|
|
border-right-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
border-left-width: 0;
|
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-bottom > .popover-arrow {
|
2014-12-11 21:06:08 +01:00
|
|
|
top: -11px;
|
2013-08-18 06:18:00 +02:00
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
|
|
|
border-top-width: 0;
|
2014-12-23 13:10:59 +01:00
|
|
|
border-bottom-color: rgba(0, 0, 0, .25);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-bottom > .popover-arrow:after {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 1px;
|
|
|
|
margin-left: -10px;
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "";
|
2013-12-09 07:11:46 +01:00
|
|
|
border-top-width: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
border-bottom-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
|
|
|
|
.popover-left > .popover-arrow {
|
2013-08-18 06:18:00 +02:00
|
|
|
top: 50%;
|
|
|
|
right: -11px;
|
|
|
|
margin-top: -11px;
|
|
|
|
border-right-width: 0;
|
2014-12-23 13:10:59 +01:00
|
|
|
border-left-color: rgba(0, 0, 0, .25);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-20 04:11:16 +01:00
|
|
|
.popover-left > .popover-arrow:after {
|
2014-08-06 02:45:24 +02:00
|
|
|
right: 1px;
|
2014-12-11 21:06:08 +01:00
|
|
|
bottom: -10px;
|
|
|
|
content: "";
|
2014-08-06 02:49:22 +02:00
|
|
|
border-right-width: 0;
|
|
|
|
border-left-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel {
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-inner {
|
|
|
|
position: relative;
|
2014-12-11 21:06:08 +01:00
|
|
|
width: 100%;
|
2014-08-06 02:49:22 +02:00
|
|
|
overflow: hidden;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item {
|
2014-08-06 02:45:24 +02:00
|
|
|
position: relative;
|
2014-08-06 02:49:22 +02:00
|
|
|
display: none;
|
|
|
|
-webkit-transition: .6s ease-in-out left;
|
|
|
|
-o-transition: .6s ease-in-out left;
|
|
|
|
transition: .6s ease-in-out left;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
|
2013-12-09 07:55:09 +01:00
|
|
|
line-height: 1;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-08-03 03:41:00 +02:00
|
|
|
@media all and (transform-3d), (-webkit-transform-3d) {
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item {
|
2014-08-06 02:49:22 +02:00
|
|
|
-webkit-transition: -webkit-transform .6s ease-in-out;
|
|
|
|
-o-transition: -o-transform .6s ease-in-out;
|
|
|
|
transition: transform .6s ease-in-out;
|
|
|
|
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
backface-visibility: hidden;
|
|
|
|
-webkit-perspective: 1000;
|
|
|
|
perspective: 1000;
|
2014-04-23 12:36:49 +02:00
|
|
|
}
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
2014-12-11 21:06:08 +01:00
|
|
|
left: 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
2014-04-23 12:36:49 +02:00
|
|
|
}
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
2014-12-11 21:06:08 +01:00
|
|
|
left: 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
2014-04-23 12:36:49 +02:00
|
|
|
}
|
2014-12-19 05:19:53 +01:00
|
|
|
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
2014-12-11 21:06:08 +01:00
|
|
|
left: 0;
|
2014-08-04 19:14:11 +02:00
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
2014-04-23 12:36:49 +02:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
|
2013-02-12 21:16:32 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active {
|
|
|
|
left: 0;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.carousel-inner > .next, .carousel-inner > .prev {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
left: -100%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.carousel-inner > .next.left, .carousel-inner > .prev.right {
|
2013-02-12 21:16:32 +01:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.left {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.right {
|
|
|
|
left: 100%;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-control {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2014-08-06 02:45:24 +02:00
|
|
|
bottom: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 0;
|
2013-02-16 11:47:15 +01:00
|
|
|
width: 15%;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 20px;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-02-16 11:47:15 +01:00
|
|
|
text-align: center;
|
2014-12-11 21:06:08 +01:00
|
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
2014-08-06 02:49:22 +02:00
|
|
|
opacity: .5;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-control.left {
|
2014-12-09 07:00:05 +01:00
|
|
|
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
|
2014-08-06 02:49:22 +02:00
|
|
|
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%);
|
2014-12-02 23:02:35 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
2014-08-06 02:49:22 +02:00
|
|
|
background-repeat: repeat-x;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-control.right {
|
2014-08-06 02:45:24 +02:00
|
|
|
right: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: auto;
|
2014-12-09 07:00:05 +01:00
|
|
|
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
|
2014-08-06 02:49:22 +02:00
|
|
|
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%);
|
2014-12-02 23:02:35 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
2014-08-06 02:49:22 +02:00
|
|
|
background-repeat: repeat-x;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2015-03-01 23:11:22 +01:00
|
|
|
.carousel-control:focus, .carousel-control:hover {
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2014-08-06 02:45:24 +02:00
|
|
|
text-decoration: none;
|
2014-08-06 02:49:22 +02:00
|
|
|
outline: 0;
|
2013-12-09 07:55:09 +01:00
|
|
|
opacity: .9;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.carousel-control .icon-prev, .carousel-control .icon-next {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: absolute;
|
2013-12-09 07:11:46 +01:00
|
|
|
top: 50%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 5;
|
2013-02-16 10:22:15 +01:00
|
|
|
display: inline-block;
|
2014-07-08 09:33:21 +02:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: -10px;
|
|
|
|
font-family: serif;
|
2014-12-01 05:29:47 +01:00
|
|
|
line-height: 1;
|
2013-08-19 09:58:29 +02:00
|
|
|
}
|
2014-07-08 09:33:21 +02:00
|
|
|
.carousel-control .icon-prev {
|
2013-08-22 00:51:24 +02:00
|
|
|
left: 50%;
|
2014-04-07 05:49:22 +02:00
|
|
|
margin-left: -10px;
|
2013-08-22 00:51:24 +02:00
|
|
|
}
|
2014-07-08 09:33:21 +02:00
|
|
|
.carousel-control .icon-next {
|
2013-08-22 00:51:24 +02:00
|
|
|
right: 50%;
|
2014-04-07 05:49:22 +02:00
|
|
|
margin-right: -10px;
|
2013-08-22 00:51:24 +02:00
|
|
|
}
|
2013-07-06 20:20:56 +02:00
|
|
|
.carousel-control .icon-prev:before {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "\2039";
|
2013-07-06 20:20:56 +02:00
|
|
|
}
|
|
|
|
.carousel-control .icon-next:before {
|
2014-12-11 21:06:08 +01:00
|
|
|
content: "\203a";
|
2013-07-06 20:20:56 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-indicators {
|
|
|
|
position: absolute;
|
2013-07-20 02:36:03 +02:00
|
|
|
bottom: 10px;
|
2013-02-16 10:22:15 +01:00
|
|
|
left: 50%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 15;
|
2013-08-05 20:59:32 +02:00
|
|
|
width: 60%;
|
2014-08-06 02:45:24 +02:00
|
|
|
padding-left: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: -30%;
|
2014-12-11 21:06:08 +01:00
|
|
|
text-align: center;
|
2014-08-06 02:49:22 +02:00
|
|
|
list-style: none;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.carousel-indicators li {
|
2013-02-16 10:22:15 +01:00
|
|
|
display: inline-block;
|
2013-07-02 03:16:59 +02:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin: 1px;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-indent: -999px;
|
2013-12-09 07:55:09 +01:00
|
|
|
cursor: pointer;
|
2015-03-01 23:11:22 +01:00
|
|
|
background-color: transparent;
|
2014-08-06 02:49:22 +02:00
|
|
|
border: 1px solid #fff;
|
|
|
|
border-radius: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.carousel-indicators .active {
|
2013-07-02 03:16:59 +02:00
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin: 0;
|
|
|
|
background-color: #fff;
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-16 11:47:15 +01:00
|
|
|
.carousel-caption {
|
|
|
|
position: absolute;
|
2013-04-03 01:17:04 +02:00
|
|
|
right: 15%;
|
2013-02-16 11:47:15 +01:00
|
|
|
bottom: 20px;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 15%;
|
2013-12-09 07:55:09 +01:00
|
|
|
z-index: 10;
|
2013-02-16 11:47:15 +01:00
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
2014-08-06 02:49:22 +02:00
|
|
|
color: #fff;
|
2013-12-09 07:55:09 +01:00
|
|
|
text-align: center;
|
2014-08-06 02:49:22 +02:00
|
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2013-04-01 22:25:51 +02:00
|
|
|
.carousel-caption .btn {
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 34em) {
|
2014-12-02 23:02:35 +01:00
|
|
|
.carousel-control .icon-prev, .carousel-control .icon-next {
|
2013-02-16 10:22:15 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -15px;
|
2013-12-09 07:55:09 +01:00
|
|
|
font-size: 30px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2014-04-07 05:49:22 +02:00
|
|
|
.carousel-control .icon-prev {
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
|
|
|
.carousel-control .icon-next {
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
2013-12-09 07:33:24 +01:00
|
|
|
.carousel-caption {
|
2014-08-06 02:45:24 +02:00
|
|
|
right: 20%;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 20%;
|
2013-04-03 01:17:04 +02:00
|
|
|
padding-bottom: 30px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
|
|
|
.carousel-indicators {
|
2013-07-20 02:36:03 +02:00
|
|
|
bottom: 20px;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
.clearfix:before, .clearfix:after {
|
|
|
|
display: table;
|
2014-08-06 02:49:22 +02:00
|
|
|
content: " ";
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
.clearfix:after {
|
2013-02-12 21:16:32 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-09-01 11:20:58 +02:00
|
|
|
.center-block {
|
|
|
|
display: block;
|
2014-12-02 23:02:35 +01:00
|
|
|
margin-right: auto;
|
2014-08-06 02:49:22 +02:00
|
|
|
margin-left: auto;
|
2013-09-01 11:20:58 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.pull-right {
|
2013-07-28 08:05:47 +02:00
|
|
|
float: right !important;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-20 04:11:16 +01:00
|
|
|
.pull-left {
|
2013-07-28 08:05:47 +02:00
|
|
|
float: left !important;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-31 02:36:00 +02:00
|
|
|
.sr-only {
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only-focusable:active, .sr-only-focusable:focus {
|
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
|
|
|
}
|
|
|
|
|
2014-07-14 17:48:26 +02:00
|
|
|
.inverse {
|
|
|
|
color: #eceeef;
|
|
|
|
background-color: #373a3c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 17:48:26 +02:00
|
|
|
.p-a {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 17:48:26 +02:00
|
|
|
.p-h {
|
2014-12-11 21:06:08 +01:00
|
|
|
padding-right: 1rem;
|
2014-08-06 02:49:22 +02:00
|
|
|
padding-left: 1rem;
|
2014-07-14 17:48:26 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 17:48:26 +02:00
|
|
|
.p-v {
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-07-14 18:04:47 +02:00
|
|
|
.pos-f-t {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
2014-08-06 02:45:24 +02:00
|
|
|
right: 0;
|
2014-08-06 02:49:22 +02:00
|
|
|
left: 0;
|
2014-07-14 18:04:47 +02:00
|
|
|
z-index: 1030;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-23 13:10:59 +01:00
|
|
|
[hidden] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
.text-hide {
|
2014-12-02 23:02:35 +01:00
|
|
|
font: "0/0" a;
|
2013-02-12 21:16:32 +01:00
|
|
|
color: transparent;
|
2013-12-09 07:11:46 +01:00
|
|
|
text-shadow: none;
|
2013-12-09 07:55:09 +01:00
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-justify {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-11 23:12:10 +01:00
|
|
|
.text-truncate {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-lowercase {
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-uppercase {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-capitalize {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-muted {
|
|
|
|
color: #818a91;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-primary {
|
2014-11-10 08:01:50 +01:00
|
|
|
color: #0275d8;
|
2014-09-22 01:04:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.text-primary:focus, a.text-primary:hover {
|
2014-11-10 08:48:56 +01:00
|
|
|
color: #025aa5;
|
2014-09-22 01:04:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-success {
|
|
|
|
color: #3c763d;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.text-success:focus, a.text-success:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
color: #2b542c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-info {
|
|
|
|
color: #31708f;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.text-info:focus, a.text-info:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
color: #245269;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-warning {
|
|
|
|
color: #8a6d3b;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.text-warning:focus, a.text-warning:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
color: #66512c;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.text-danger {
|
|
|
|
color: #a94442;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.text-danger:focus, a.text-danger:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
color: #843534;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.bg-primary {
|
|
|
|
color: #fff;
|
2014-12-02 23:02:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary {
|
2014-11-10 08:01:50 +01:00
|
|
|
background-color: #0275d8;
|
2014-09-22 01:04:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.bg-primary:focus, a.bg-primary:hover {
|
2014-11-10 08:48:56 +01:00
|
|
|
background-color: #025aa5;
|
2014-09-22 01:04:37 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.bg-success {
|
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.bg-success:focus, a.bg-success:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
background-color: #c1e2b3;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.bg-info {
|
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.bg-info:focus, a.bg-info:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
background-color: #afd9ee;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.bg-warning {
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.bg-warning:focus, a.bg-warning:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
background-color: #f7ecb5;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-09-22 01:04:37 +02:00
|
|
|
.bg-danger {
|
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-29 09:14:02 +02:00
|
|
|
a.bg-danger:focus, a.bg-danger:hover {
|
2014-09-22 01:04:37 +02:00
|
|
|
background-color: #e4b9b9;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
.hidden-xs-up {
|
2014-02-13 20:48:23 +01:00
|
|
|
display: none !important;
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (max-width: 33.9em) {
|
2015-01-08 02:04:59 +01:00
|
|
|
.hidden-xs-down {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (min-width: 34em) {
|
|
|
|
.hidden-sm-up {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (max-width: 47.9em) {
|
|
|
|
.hidden-sm-down {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (min-width: 48em) {
|
|
|
|
.hidden-md-up {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (max-width: 61.9em) {
|
|
|
|
.hidden-md-down {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-05 06:02:04 +01:00
|
|
|
@media (min-width: 62em) {
|
2015-01-08 02:04:59 +01:00
|
|
|
.hidden-lg-up {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (max-width: 74.9em) {
|
|
|
|
.hidden-lg-down {
|
|
|
|
display: none !important;
|
2014-02-13 20:48:23 +01:00
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
@media (min-width: 75em) {
|
|
|
|
.hidden-xl-up {
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-01-08 02:04:59 +01:00
|
|
|
.hidden-xl-down {
|
|
|
|
display: none !important;
|
2013-04-20 21:33:09 +02:00
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-02-13 20:48:23 +01:00
|
|
|
.visible-print-block {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.visible-print-block {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-02-13 20:48:23 +01:00
|
|
|
.visible-print-inline {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.visible-print-inline {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-02-13 20:48:23 +01:00
|
|
|
.visible-print-inline-block {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.visible-print-inline-block {
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2013-12-09 04:19:06 +01:00
|
|
|
@media print {
|
2014-12-02 23:02:35 +01:00
|
|
|
.hidden-print .hidden-print {
|
2013-07-02 05:06:16 +02:00
|
|
|
display: none !important;
|
2013-12-09 07:33:24 +01:00
|
|
|
}
|
2013-12-09 07:11:46 +01:00
|
|
|
}
|
2014-08-06 02:49:22 +02:00
|
|
|
/*# sourceMappingURL=bootstrap.css.map */
|