2013-05-30 16:40:05 +02:00
|
|
|
/*!
|
2020-08-25 13:08:24 +02:00
|
|
|
* Bootstrap v2.3.2
|
2012-08-28 20:57:19 +02:00
|
|
|
*
|
|
|
|
* Copyright 2012 Twitter, Inc
|
|
|
|
* Licensed under the Apache License v2.0
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
|
|
*/
|
2020-08-25 13:08:24 +02:00
|
|
|
.input-block-level {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 30px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
font-size: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
a:focus {
|
|
|
|
outline: thin dotted #333;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
a:hover,
|
|
|
|
a:active {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
/* Responsive images (ensure images don't scale beyond their parents) */
|
|
|
|
|
|
|
|
max-width: 100%;
|
2021-10-18 16:30:46 +02:00
|
|
|
/* Part 1: Set a maximum relative to the parent */
|
2020-08-25 13:08:24 +02:00
|
|
|
|
|
|
|
height: auto;
|
|
|
|
/* Part 2: Scale the height according to the width, otherwise you get stretching */
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
button,
|
2022-12-26 11:20:31 +01:00
|
|
|
input {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
input {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
input[type="submit"] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
label,
|
|
|
|
button,
|
2023-02-28 15:29:52 +01:00
|
|
|
input[type="submit"] {
|
2020-08-25 13:08:24 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #333333;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #0088cc;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover,
|
|
|
|
a:focus {
|
|
|
|
color: #005580;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.container {
|
2020-08-25 13:08:24 +02:00
|
|
|
width: 940px;
|
|
|
|
}
|
|
|
|
.row-fluid {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.row-fluid:before,
|
|
|
|
.row-fluid:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.row-fluid:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.container:before,
|
|
|
|
.container:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.container:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.lead {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 21px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
small {
|
|
|
|
font-size: 85%;
|
|
|
|
}
|
|
|
|
.text-warning {
|
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
a.text-warning:hover,
|
|
|
|
a.text-warning:focus {
|
|
|
|
color: #a47e3c;
|
|
|
|
}
|
|
|
|
.text-error {
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
a.text-error:hover,
|
|
|
|
a.text-error:focus {
|
|
|
|
color: #953b39;
|
|
|
|
}
|
|
|
|
.text-success {
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
a.text-success:hover,
|
|
|
|
a.text-success:focus {
|
|
|
|
color: #356635;
|
|
|
|
}
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
2022-11-21 05:12:10 +01:00
|
|
|
h4 {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin: 10px 0;
|
|
|
|
font-family: inherit;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
color: inherit;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
}
|
|
|
|
h1 small,
|
|
|
|
h2 small,
|
|
|
|
h3 small,
|
2022-11-21 05:12:10 +01:00
|
|
|
h4 small {
|
2020-08-25 13:08:24 +02:00
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 38.5px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 31.5px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 24.5px;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 17.5px;
|
|
|
|
}
|
|
|
|
h1 small {
|
|
|
|
font-size: 24.5px;
|
|
|
|
}
|
|
|
|
h2 small {
|
|
|
|
font-size: 17.5px;
|
|
|
|
}
|
|
|
|
h3 small {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
h4 small {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 10px 25px;
|
|
|
|
}
|
|
|
|
ul ul,
|
|
|
|
ul ol,
|
|
|
|
ol ol,
|
|
|
|
ol ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
margin: 20px 0;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #eeeeee;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
padding: 0 0 0 15px;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
border-left: 5px solid #eeeeee;
|
|
|
|
}
|
|
|
|
blockquote p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: 17.5px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.25;
|
|
|
|
}
|
|
|
|
blockquote small {
|
|
|
|
display: block;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
blockquote small:before {
|
|
|
|
content: '\2014 \00A0';
|
|
|
|
}
|
|
|
|
blockquote.pull-right {
|
|
|
|
float: right;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 0;
|
|
|
|
border-right: 5px solid #eeeeee;
|
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
blockquote.pull-right p,
|
|
|
|
blockquote.pull-right small {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
blockquote.pull-right small:before {
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
blockquote.pull-right small:after {
|
|
|
|
content: '\00A0 \2014';
|
|
|
|
}
|
|
|
|
q:before,
|
|
|
|
q:after,
|
|
|
|
blockquote:before,
|
|
|
|
blockquote:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
padding: 0 3px 2px;
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #333333;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
display: block;
|
|
|
|
padding: 9.5px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 20px;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.label {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 4px;
|
|
|
|
font-size: 11.844px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 14px;
|
|
|
|
color: #ffffff;
|
|
|
|
vertical-align: baseline;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.label:empty {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
a.label:hover,
|
2022-06-11 07:33:50 +02:00
|
|
|
a.label:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.btn .label {
|
2020-08-25 13:08:24 +02:00
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
max-width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
.table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.table th,
|
|
|
|
.table td {
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 1px solid #dddddd;
|
|
|
|
}
|
|
|
|
.table th {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.table thead th {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
.table thead:first-child tr:first-child th,
|
|
|
|
.table thead:first-child tr:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
.table tbody + tbody {
|
|
|
|
border-top: 2px solid #dddddd;
|
|
|
|
}
|
|
|
|
.table .table {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.table-condensed th,
|
|
|
|
.table-condensed td {
|
|
|
|
padding: 4px 5px;
|
|
|
|
}
|
|
|
|
.table-bordered {
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-left: 0;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.table-bordered th,
|
|
|
|
.table-bordered td {
|
|
|
|
border-left: 1px solid #dddddd;
|
|
|
|
}
|
|
|
|
.table-bordered thead:first-child tr:first-child th,
|
|
|
|
.table-bordered tbody:first-child tr:first-child th,
|
|
|
|
.table-bordered tbody:first-child tr:first-child td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
.table-bordered thead:first-child tr:first-child > th:first-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child > td:first-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child > th:first-child {
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
-moz-border-radius-topleft: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
}
|
|
|
|
.table-bordered thead:first-child tr:first-child > th:last-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child > td:last-child,
|
|
|
|
.table-bordered tbody:first-child tr:first-child > th:last-child {
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
|
|
|
.table-bordered thead:last-child tr:last-child > th:first-child,
|
|
|
|
.table-bordered tbody:last-child tr:last-child > td:first-child,
|
|
|
|
.table-bordered tbody:last-child tr:last-child > th:first-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child > td:first-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child > th:first-child {
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
-moz-border-radius-bottomleft: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
.table-bordered thead:last-child tr:last-child > th:last-child,
|
|
|
|
.table-bordered tbody:last-child tr:last-child > td:last-child,
|
|
|
|
.table-bordered tbody:last-child tr:last-child > th:last-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child > td:last-child,
|
|
|
|
.table-bordered tfoot:last-child tr:last-child > th:last-child {
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
-moz-border-radius-bottomright: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
|
|
|
|
-webkit-border-bottom-left-radius: 0;
|
|
|
|
-moz-border-radius-bottomleft: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
|
|
|
|
-webkit-border-bottom-right-radius: 0;
|
|
|
|
-moz-border-radius-bottomright: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
.table-striped tbody > tr:nth-child(odd) > td,
|
|
|
|
.table-striped tbody > tr:nth-child(odd) > th {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
.table tbody tr.success > td {
|
|
|
|
background-color: #dff0d8;
|
|
|
|
}
|
|
|
|
.table tbody tr.error > td {
|
|
|
|
background-color: #f2dede;
|
|
|
|
}
|
|
|
|
.table tbody tr.warning > td {
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
|
|
|
.table tbody tr.info > td {
|
|
|
|
background-color: #d9edf7;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
form {
|
|
|
|
margin: 0 0 20px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
|
|
|
fieldset {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
label,
|
|
|
|
input,
|
2022-12-26 11:20:31 +01:00
|
|
|
button {
|
2020-08-25 13:08:24 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
input,
|
2022-12-26 11:20:31 +01:00
|
|
|
button {
|
2020-08-25 13:08:24 +02:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
2023-05-22 13:53:00 +02:00
|
|
|
input[type="url"] {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: inline-block;
|
|
|
|
height: 20px;
|
|
|
|
padding: 4px 6px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #555555;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
2023-05-22 13:53:00 +02:00
|
|
|
input[type="url"] {
|
2020-08-25 13:08:24 +02:00
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
}
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="password"]:focus,
|
|
|
|
input[type="number"]:focus,
|
|
|
|
input[type="email"]:focus,
|
2023-05-22 13:53:00 +02:00
|
|
|
input[type="url"]:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
border-color: rgba(82, 168, 236, 0.8);
|
|
|
|
outline: 0;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
|
|
|
}
|
|
|
|
input[type="file"],
|
|
|
|
input[type="image"],
|
2023-05-22 15:53:33 +02:00
|
|
|
input[type="submit"] {
|
2020-08-25 13:08:24 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2023-02-28 15:29:52 +01:00
|
|
|
input[type="file"]:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
outline: thin dotted #333;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input:-moz-placeholder {
|
2020-08-25 13:08:24 +02:00
|
|
|
color: #999999;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input:-ms-input-placeholder {
|
2020-08-25 13:08:24 +02:00
|
|
|
color: #999999;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input::-webkit-input-placeholder {
|
2020-08-25 13:08:24 +02:00
|
|
|
color: #999999;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
input[disabled],
|
2022-12-26 11:20:31 +01:00
|
|
|
input[readonly] {
|
2020-08-25 13:08:24 +02:00
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
input:focus:invalid {
|
2020-08-25 13:08:24 +02:00
|
|
|
color: #b94a48;
|
|
|
|
border-color: #ee5f5b;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
input:focus:invalid:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
border-color: #e9322d;
|
|
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
}
|
|
|
|
.help-inline {
|
|
|
|
color: #595959;
|
|
|
|
}
|
|
|
|
.help-inline {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.input-append {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.input-append input,
|
|
|
|
.input-append .dropdown-menu,
|
2022-06-11 07:33:50 +02:00
|
|
|
.input-append .popover {
|
2020-08-25 13:08:24 +02:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
.input-append input {
|
2020-08-25 13:08:24 +02:00
|
|
|
position: relative;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
.input-append input:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
.input-append .btn,
|
2022-06-11 07:33:50 +02:00
|
|
|
.input-append .btn-group > .dropdown-toggle {
|
2020-08-25 13:08:24 +02:00
|
|
|
vertical-align: top;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.input-append .active {
|
2020-08-25 13:08:24 +02:00
|
|
|
background-color: #a9dba9;
|
|
|
|
border-color: #46a546;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
.input-append input {
|
2020-08-25 13:08:24 +02:00
|
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
2022-12-26 11:20:31 +01:00
|
|
|
.input-append input + .btn-group .btn:last-child {
|
2020-08-25 13:08:24 +02:00
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
.input-append .btn,
|
|
|
|
.input-append .btn-group {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
.input-append .btn:last-child,
|
|
|
|
.input-append .btn-group:last-child > .dropdown-toggle {
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
input.search-query {
|
|
|
|
padding-right: 14px;
|
|
|
|
padding-left: 14px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
|
|
|
}
|
|
|
|
.form-inline input,
|
|
|
|
.form-inline .help-inline,
|
2023-01-11 15:51:43 +01:00
|
|
|
.form-inline .input-append {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2023-01-11 15:51:43 +01:00
|
|
|
.form-inline .hide {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.form-inline label,
|
|
|
|
.form-inline .btn-group {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.form-inline .input-append {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
list-style: none;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav > li > a {
|
|
|
|
display: block;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav > li > a:hover,
|
|
|
|
.nav > li > a:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #eeeeee;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav > li > a > img {
|
|
|
|
max-width: none;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav > .pull-right {
|
|
|
|
float: right;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-header {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 15px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #999999;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
text-transform: uppercase;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav li + .nav-header {
|
|
|
|
margin-top: 9px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-list {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
margin-bottom: 0;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-list > li > a,
|
|
|
|
.nav-list .nav-header {
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -15px;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-list > li > a {
|
|
|
|
padding: 3px 15px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-list > .active > a,
|
|
|
|
.nav-list > .active > a:hover,
|
|
|
|
.nav-list > .active > a:focus {
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
background-color: #0088cc;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-list .divider {
|
|
|
|
height: 1px;
|
|
|
|
margin: 9px 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs:before,
|
|
|
|
.nav-tabs:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs:after {
|
|
|
|
clear: both;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > li {
|
|
|
|
float: left;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > li > a {
|
|
|
|
padding-right: 12px;
|
|
|
|
padding-left: 12px;
|
|
|
|
margin-right: 2px;
|
|
|
|
line-height: 14px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs {
|
|
|
|
border-bottom: 1px solid #ddd;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > li {
|
|
|
|
margin-bottom: -1px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > li > a {
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > li > a:hover,
|
|
|
|
.nav-tabs > li > a:focus {
|
|
|
|
border-color: #eeeeee #eeeeee #dddddd;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs > .active > a,
|
|
|
|
.nav-tabs > .active > a:hover,
|
|
|
|
.nav-tabs > .active > a:focus {
|
|
|
|
color: #555555;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
cursor: default;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs .dropdown-menu {
|
|
|
|
-webkit-border-radius: 0 0 6px 6px;
|
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
border-radius: 0 0 6px 6px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav .dropdown-toggle .caret {
|
|
|
|
border-top-color: #0088cc;
|
|
|
|
border-bottom-color: #0088cc;
|
|
|
|
margin-top: 6px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav .dropdown-toggle:hover .caret,
|
|
|
|
.nav .dropdown-toggle:focus .caret {
|
|
|
|
border-top-color: #005580;
|
|
|
|
border-bottom-color: #005580;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
/* move down carets for tabs */
|
|
|
|
.nav-tabs .dropdown-toggle .caret {
|
|
|
|
margin-top: 8px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav .active .dropdown-toggle .caret {
|
|
|
|
border-top-color: #fff;
|
|
|
|
border-bottom-color: #fff;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs .active .dropdown-toggle .caret {
|
|
|
|
border-top-color: #555555;
|
|
|
|
border-bottom-color: #555555;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav > .dropdown.active > a:hover,
|
|
|
|
.nav > .dropdown.active > a:focus {
|
|
|
|
cursor: pointer;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav-tabs .open .dropdown-toggle,
|
|
|
|
.nav > li.dropdown.open.active > a:hover,
|
|
|
|
.nav > li.dropdown.open.active > a:focus {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #999999;
|
|
|
|
border-color: #999999;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.nav li.dropdown.open .caret,
|
|
|
|
.nav li.dropdown.open.active .caret,
|
|
|
|
.nav li.dropdown.open a:hover .caret,
|
|
|
|
.nav li.dropdown.open a:focus .caret {
|
|
|
|
border-top-color: #ffffff;
|
|
|
|
border-bottom-color: #ffffff;
|
|
|
|
opacity: 1;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.tab-content {
|
|
|
|
overflow: auto;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.tab-content > .tab-pane {
|
|
|
|
display: none;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.tab-content > .active {
|
|
|
|
display: block;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
|
|
|
.nav > .disabled > a {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.nav > .disabled > a:hover,
|
|
|
|
.nav > .disabled > a:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.alert {
|
|
|
|
padding: 8px 35px 8px 14px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
border: 1px solid #fbeed5;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.alert,
|
|
|
|
.alert h4 {
|
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
.alert h4 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.alert .close {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
right: -21px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
.alert-success {
|
|
|
|
background-color: #dff0d8;
|
|
|
|
border-color: #d6e9c6;
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
.alert-success h4 {
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
.alert-danger,
|
|
|
|
.alert-error {
|
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #eed3d7;
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
.alert-danger h4,
|
|
|
|
.alert-error h4 {
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
.alert-info {
|
|
|
|
background-color: #d9edf7;
|
|
|
|
border-color: #bce8f1;
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
.alert-info h4 {
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1030;
|
|
|
|
display: block;
|
|
|
|
visibility: visible;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 1.4;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.tooltip.in {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.tooltip.top {
|
|
|
|
margin-top: -3px;
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
.tooltip.right {
|
|
|
|
margin-left: 3px;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
.tooltip.bottom {
|
|
|
|
margin-top: 3px;
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
.tooltip.left {
|
|
|
|
margin-left: -3px;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 200px;
|
|
|
|
padding: 8px;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #000000;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.tooltip-arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
.tooltip.top .tooltip-arrow {
|
|
|
|
bottom: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 5px 5px 0;
|
|
|
|
border-top-color: #000000;
|
|
|
|
}
|
|
|
|
.tooltip.right .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 5px 5px 0;
|
|
|
|
border-right-color: #000000;
|
|
|
|
}
|
|
|
|
.tooltip.left .tooltip-arrow {
|
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 0 5px 5px;
|
|
|
|
border-left-color: #000000;
|
|
|
|
}
|
|
|
|
.tooltip.bottom .tooltip-arrow {
|
|
|
|
top: 0;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 0 5px 5px;
|
|
|
|
border-bottom-color: #000000;
|
|
|
|
}
|
|
|
|
.popover {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1010;
|
|
|
|
display: none;
|
|
|
|
max-width: 276px;
|
|
|
|
padding: 1px;
|
|
|
|
text-align: left;
|
|
|
|
background-color: #ffffff;
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
.popover.top {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
.popover.right {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.popover.bottom {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.popover.left {
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
.popover-title {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 18px;
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
-webkit-border-radius: 5px 5px 0 0;
|
|
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
}
|
|
|
|
.popover-title:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.popover-content {
|
|
|
|
padding: 9px 14px;
|
|
|
|
}
|
|
|
|
.popover .arrow,
|
|
|
|
.popover .arrow:after {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
.popover .arrow {
|
|
|
|
border-width: 11px;
|
|
|
|
}
|
|
|
|
.popover .arrow:after {
|
|
|
|
border-width: 10px;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
.popover.top .arrow {
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-top-color: #999;
|
|
|
|
border-top-color: rgba(0, 0, 0, 0.25);
|
|
|
|
bottom: -11px;
|
|
|
|
}
|
|
|
|
.popover.top .arrow:after {
|
|
|
|
bottom: 1px;
|
|
|
|
margin-left: -10px;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-top-color: #ffffff;
|
|
|
|
}
|
|
|
|
.popover.right .arrow {
|
|
|
|
top: 50%;
|
|
|
|
left: -11px;
|
|
|
|
margin-top: -11px;
|
|
|
|
border-left-width: 0;
|
|
|
|
border-right-color: #999;
|
|
|
|
border-right-color: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.popover.right .arrow:after {
|
|
|
|
left: 1px;
|
|
|
|
bottom: -10px;
|
|
|
|
border-left-width: 0;
|
|
|
|
border-right-color: #ffffff;
|
|
|
|
}
|
|
|
|
.popover.bottom .arrow {
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -11px;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom-color: #999;
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
|
|
|
top: -11px;
|
|
|
|
}
|
|
|
|
.popover.bottom .arrow:after {
|
|
|
|
top: 1px;
|
|
|
|
margin-left: -10px;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-bottom-color: #ffffff;
|
|
|
|
}
|
|
|
|
.popover.left .arrow {
|
|
|
|
top: 50%;
|
|
|
|
right: -11px;
|
|
|
|
margin-top: -11px;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-color: #999;
|
|
|
|
border-left-color: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.popover.left .arrow:after {
|
|
|
|
right: 1px;
|
|
|
|
border-right-width: 0;
|
|
|
|
border-left-color: #ffffff;
|
|
|
|
bottom: -10px;
|
|
|
|
}
|
|
|
|
.modal-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1040;
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
.modal-backdrop.fade {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.modal-backdrop,
|
|
|
|
.modal-backdrop.fade.in {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
top: 10%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 1050;
|
|
|
|
width: 560px;
|
|
|
|
margin-left: -280px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #999;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
.modal.fade {
|
|
|
|
-webkit-transition: opacity .3s linear, top .3s ease-out;
|
|
|
|
-moz-transition: opacity .3s linear, top .3s ease-out;
|
|
|
|
-o-transition: opacity .3s linear, top .3s ease-out;
|
|
|
|
transition: opacity .3s linear, top .3s ease-out;
|
|
|
|
top: -25%;
|
|
|
|
}
|
|
|
|
.modal.fade.in {
|
|
|
|
top: 10%;
|
|
|
|
}
|
|
|
|
.modal-header {
|
|
|
|
padding: 9px 15px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
.modal-header .close {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.modal-header h3 {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.modal-body {
|
|
|
|
position: relative;
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 400px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
.modal-footer {
|
|
|
|
padding: 14px 15px 15px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: right;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
-webkit-border-radius: 0 0 6px 6px;
|
|
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
|
|
border-radius: 0 0 6px 6px;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
box-shadow: inset 0 1px 0 #ffffff;
|
|
|
|
}
|
|
|
|
.modal-footer:before,
|
|
|
|
.modal-footer:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.modal-footer:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.modal-footer .btn + .btn {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.modal-footer .btn-group .btn + .btn {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
.modal-footer .btn-block + .btn-block {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.dropup,
|
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.dropdown-toggle:active,
|
|
|
|
.open .dropdown-toggle {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
min-width: 160px;
|
|
|
|
padding: 5px 0;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
list-style: none;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
.dropdown-menu.pull-right {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
|
|
|
height: 1px;
|
|
|
|
margin: 9px 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #333333;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.dropdown-menu > li > a:hover,
|
2022-06-11 07:33:50 +02:00
|
|
|
.dropdown-menu > li > a:focus {
|
2020-08-25 13:08:24 +02:00
|
|
|
text-decoration: none;
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
.dropdown-menu > .active > a,
|
|
|
|
.dropdown-menu > .active > a:hover,
|
|
|
|
.dropdown-menu > .active > a:focus {
|
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
outline: 0;
|
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
.dropdown-menu > .disabled > a,
|
|
|
|
.dropdown-menu > .disabled > a:hover,
|
|
|
|
.dropdown-menu > .disabled > a:focus {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.dropdown-menu > .disabled > a:hover,
|
|
|
|
.dropdown-menu > .disabled > a:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.open > .dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.dropdown-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 990;
|
|
|
|
}
|
|
|
|
.pull-right > .dropdown-menu {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.dropup .caret {
|
2020-08-25 13:08:24 +02:00
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 4px solid #000000;
|
|
|
|
content: "";
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.dropup .dropdown-menu {
|
2020-08-25 13:08:24 +02:00
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
.dropdown .dropdown-menu .nav-header {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
.typeahead {
|
|
|
|
z-index: 1051;
|
|
|
|
margin-top: 2px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.carousel {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.carousel-inner {
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.carousel-inner > .item {
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
-webkit-transition: 0.6s ease-in-out left;
|
|
|
|
-moz-transition: 0.6s ease-in-out left;
|
|
|
|
-o-transition: 0.6s ease-in-out left;
|
|
|
|
transition: 0.6s ease-in-out left;
|
|
|
|
}
|
|
|
|
.carousel-inner > .item > img,
|
|
|
|
.carousel-inner > .item > a > img {
|
|
|
|
display: block;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active,
|
|
|
|
.carousel-inner > .next,
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next,
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .prev {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .next.left,
|
|
|
|
.carousel-inner > .prev.right {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.left {
|
|
|
|
left: -100%;
|
|
|
|
}
|
|
|
|
.carousel-inner > .active.right {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
.carousel-control {
|
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
left: 15px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
margin-top: -20px;
|
|
|
|
font-size: 60px;
|
|
|
|
font-weight: 100;
|
|
|
|
line-height: 30px;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
background: #222222;
|
|
|
|
border: 3px solid #ffffff;
|
|
|
|
-webkit-border-radius: 23px;
|
|
|
|
-moz-border-radius: 23px;
|
|
|
|
border-radius: 23px;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.carousel-control.right {
|
|
|
|
left: auto;
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
.carousel-control:hover,
|
|
|
|
.carousel-control:focus {
|
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
.carousel-indicators {
|
|
|
|
position: absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: 15px;
|
|
|
|
z-index: 5;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.carousel-indicators li {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin-left: 5px;
|
|
|
|
text-indent: -999px;
|
|
|
|
background-color: #ccc;
|
|
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.carousel-indicators .active {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.close {
|
|
|
|
float: right;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #000000;
|
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
.close:hover,
|
|
|
|
.close:focus {
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
button.close {
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.invisible {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.fade {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: opacity 0.15s linear;
|
|
|
|
-moz-transition: opacity 0.15s linear;
|
|
|
|
-o-transition: opacity 0.15s linear;
|
|
|
|
transition: opacity 0.15s linear;
|
|
|
|
}
|
|
|
|
.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
@-ms-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
body {
|
2022-06-11 07:33:50 +02:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
2020-08-25 13:08:24 +02:00
|
|
|
}
|
|
|
|
.container {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.row-fluid {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.row {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.input-append input {
|
2020-08-25 13:08:24 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
top: 20px;
|
|
|
|
left: 20px;
|
|
|
|
right: 20px;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.modal.fade {
|
|
|
|
top: -100px;
|
|
|
|
}
|
|
|
|
.modal.fade.in {
|
|
|
|
top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
.media .pull-left,
|
|
|
|
.media .pull-right {
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.modal {
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
.modal-header .close {
|
|
|
|
padding: 10px;
|
|
|
|
margin: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
|
|
.row {
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.row:before,
|
|
|
|
.row:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.container {
|
2020-08-25 13:08:24 +02:00
|
|
|
width: 724px;
|
|
|
|
}
|
|
|
|
.row-fluid {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.row-fluid:before,
|
|
|
|
.row-fluid:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.row-fluid:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-08-25 13:52:03 +02:00
|
|
|
@media (min-width: 1180px) {
|
2020-08-25 13:08:24 +02:00
|
|
|
.row {
|
|
|
|
margin-left: -30px;
|
|
|
|
}
|
|
|
|
.row:before,
|
|
|
|
.row:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2022-06-11 07:33:50 +02:00
|
|
|
.container {
|
2020-08-25 13:08:24 +02:00
|
|
|
width: 1170px;
|
|
|
|
}
|
|
|
|
.row-fluid {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.row-fluid:before,
|
|
|
|
.row-fluid:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.row-fluid:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
2022-11-25 15:20:59 +01:00
|
|
|
input {
|
2020-08-25 13:08:24 +02:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 979px) {
|
|
|
|
body {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.navbar .container {
|
|
|
|
width: auto;
|
2020-08-25 13:52:03 +02:00
|
|
|
max-width: 724px; /* same as a normal container */
|
2020-08-25 13:08:24 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.navbar .brand {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin: 0 0 0 -5px;
|
|
|
|
}
|
|
|
|
}
|