7780 lines
155 KiB
CSS
7780 lines
155 KiB
CSS
/*
|
|
Animation example, for spinners
|
|
*/
|
|
|
|
/*!
|
|
* Bootstrap v3.3.1 (http://getbootstrap.com)
|
|
* Copyright 2011-2014 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
|
|
/*!
|
|
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cf8e15f9354657212a08)
|
|
* Config saved to config.json and https://gist.github.com/cf8e15f9354657212a08
|
|
*/
|
|
|
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
|
|
|
.animate-spin {
|
|
-moz-animation: spin 2s infinite linear;
|
|
-o-animation: spin 2s infinite linear;
|
|
-webkit-animation: spin 2s infinite linear;
|
|
animation: spin 2s infinite linear;
|
|
display: inline-block;
|
|
}
|
|
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
-o-transform: rotate(359deg);
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
-o-transform: rotate(359deg);
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@-o-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
-o-transform: rotate(359deg);
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
-o-transform: rotate(359deg);
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
-o-transform: rotate(0deg);
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
-o-transform: rotate(359deg);
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
menu,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
|
|
audio,
|
|
canvas,
|
|
progress,
|
|
video {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
[hidden],
|
|
template {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
|
|
hr {
|
|
-moz-box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
color: inherit;
|
|
font: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
button {
|
|
overflow: visible;
|
|
}
|
|
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
button,
|
|
html input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
input {
|
|
line-height: normal;
|
|
}
|
|
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
-moz-box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
optgroup {
|
|
font-weight: bold;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
|
|
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
|
|
|
@media print {
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
background: transparent !important;
|
|
color: #000 !important;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
}
|
|
|
|
a,
|
|
a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
|
|
a[href^="#"]:after,
|
|
a[href^="javascript:"]:after {
|
|
content: "";
|
|
}
|
|
|
|
pre,
|
|
blockquote {
|
|
border: 1px solid #999;
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
thead {
|
|
display: table-header-group;
|
|
}
|
|
|
|
tr,
|
|
img {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
img {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
p,
|
|
h2,
|
|
h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
|
|
select {
|
|
background: #fff !important;
|
|
}
|
|
|
|
.navbar {
|
|
display: none;
|
|
}
|
|
|
|
.btn>.caret,
|
|
.dropup>.btn>.caret {
|
|
border-top-color: #000 !important;
|
|
}
|
|
|
|
.label {
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.table {
|
|
border-collapse: collapse !important;
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.table-bordered th,
|
|
.table-bordered td {
|
|
border: 1px solid #ddd !important;
|
|
}
|
|
}
|
|
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: 10px;
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
body {
|
|
font-family: "Source Sans Pro",sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
|
|
a {
|
|
color: #337ab7;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img-responsive,
|
|
.carousel-inner>.item>img,
|
|
.carousel-inner>.item>a>img {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-rounded {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
padding: 4px;
|
|
line-height: 1.42857143;
|
|
background-color: #000;
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: all .2s ease-in-out;
|
|
-o-transition: all .2s ease-in-out;
|
|
transition: all .2s ease-in-out;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-circle {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 22px;
|
|
margin-bottom: 22px;
|
|
border: 0;
|
|
border-top: 1px solid #fff;
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
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;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6 {
|
|
font-family: inherit;
|
|
font-weight: 200;
|
|
line-height: 1.1;
|
|
color: inherit;
|
|
}
|
|
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small,
|
|
.h1 small,
|
|
.h2 small,
|
|
.h3 small,
|
|
.h4 small,
|
|
.h5 small,
|
|
.h6 small,
|
|
h1 .small,
|
|
h2 .small,
|
|
h3 .small,
|
|
h4 .small,
|
|
h5 .small,
|
|
h6 .small,
|
|
.h1 .small,
|
|
.h2 .small,
|
|
.h3 .small,
|
|
.h4 .small,
|
|
.h5 .small,
|
|
.h6 .small {
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: #fff;
|
|
}
|
|
|
|
h1,
|
|
.h1,
|
|
h2,
|
|
.h2,
|
|
h3,
|
|
.h3 {
|
|
margin-top: 22px;
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
h1 small,
|
|
.h1 small,
|
|
h2 small,
|
|
.h2 small,
|
|
h3 small,
|
|
.h3 small,
|
|
h1 .small,
|
|
.h1 .small,
|
|
h2 .small,
|
|
.h2 .small,
|
|
h3 .small,
|
|
.h3 .small {
|
|
font-size: 65%;
|
|
}
|
|
|
|
h4,
|
|
.h4,
|
|
h5,
|
|
.h5,
|
|
h6,
|
|
.h6 {
|
|
margin-top: 11px;
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
h4 small,
|
|
.h4 small,
|
|
h5 small,
|
|
.h5 small,
|
|
h6 small,
|
|
.h6 small,
|
|
h4 .small,
|
|
.h4 .small,
|
|
h5 .small,
|
|
.h5 .small,
|
|
h6 .small,
|
|
.h6 .small {
|
|
font-size: 75%;
|
|
}
|
|
|
|
h1,
|
|
.h1 {
|
|
font-size: 41px;
|
|
}
|
|
|
|
h2,
|
|
.h2 {
|
|
font-size: 34px;
|
|
}
|
|
|
|
h3,
|
|
.h3 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
h4,
|
|
.h4 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
h5,
|
|
.h5 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h6,
|
|
.h6 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 11px;
|
|
}
|
|
|
|
.lead {
|
|
margin-bottom: 22px;
|
|
font-size: 18px;
|
|
font-weight: 300;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.lead {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
small,
|
|
.small {
|
|
font-size: 87%;
|
|
}
|
|
|
|
mark,
|
|
.mark {
|
|
background-color: #fcf8e3;
|
|
padding: .2em;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-justify {
|
|
text-align: justify;
|
|
}
|
|
|
|
.text-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text-lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.text-capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.text-muted {
|
|
color: #fff;
|
|
}
|
|
|
|
.text-primary {
|
|
color: #337ab7;
|
|
}
|
|
|
|
a.text-primary:hover {
|
|
color: #286090;
|
|
}
|
|
|
|
.text-success {
|
|
color: #7bcc3a;
|
|
}
|
|
|
|
a.text-success:hover {
|
|
color: #63a82b;
|
|
}
|
|
|
|
.text-info {
|
|
color: #10a0de;
|
|
}
|
|
|
|
a.text-info:hover {
|
|
color: #0d7eae;
|
|
}
|
|
|
|
.text-warning {
|
|
color: #ffd162;
|
|
}
|
|
|
|
a.text-warning:hover {
|
|
color: #ffc22f;
|
|
}
|
|
|
|
.text-danger {
|
|
color: #f74b4b;
|
|
}
|
|
|
|
a.text-danger:hover {
|
|
color: #f51a1a;
|
|
}
|
|
|
|
.bg-primary {
|
|
color: #fff;
|
|
background-color: #337ab7;
|
|
}
|
|
|
|
a.bg-primary:hover {
|
|
background-color: #286090;
|
|
}
|
|
|
|
.bg-success {
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
a.bg-success:hover {
|
|
background-color: #c1e2b3;
|
|
}
|
|
|
|
.bg-info {
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
a.bg-info:hover {
|
|
background-color: #afd9ee;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
a.bg-warning:hover {
|
|
background-color: #f7ecb5;
|
|
}
|
|
|
|
.bg-danger {
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
a.bg-danger:hover {
|
|
background-color: #e4b9b9;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 10px;
|
|
margin: 44px 0 22px;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
ul ul,
|
|
ol ul,
|
|
ul ol,
|
|
ol ol {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-unstyled {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.list-inline {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.list-inline>li {
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
dl {
|
|
margin-top: 0;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
dt,
|
|
dd {
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 0;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.dl-horizontal dt {
|
|
float: left;
|
|
width: 160px;
|
|
clear: left;
|
|
text-align: right;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dl-horizontal dd {
|
|
margin-left: 180px;
|
|
}
|
|
}
|
|
|
|
abbr[title],
|
|
abbr[data-original-title] {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #fff;
|
|
}
|
|
|
|
.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 11px 22px;
|
|
margin: 0 0 22px;
|
|
font-size: 20px;
|
|
border-left: 5px solid #fff;
|
|
}
|
|
|
|
blockquote p:last-child,
|
|
blockquote ul:last-child,
|
|
blockquote ol:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
blockquote footer,
|
|
blockquote small,
|
|
blockquote .small {
|
|
display: block;
|
|
font-size: 80%;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
}
|
|
|
|
blockquote footer:before,
|
|
blockquote small:before,
|
|
blockquote .small:before {
|
|
content: '\2014 \00A0';
|
|
}
|
|
|
|
.blockquote-reverse,
|
|
blockquote.pull-right {
|
|
padding-right: 15px;
|
|
padding-left: 0;
|
|
border-right: 5px solid #fff;
|
|
border-left: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.blockquote-reverse footer:before,
|
|
blockquote.pull-right footer:before,
|
|
.blockquote-reverse small:before,
|
|
blockquote.pull-right small:before,
|
|
.blockquote-reverse .small:before,
|
|
blockquote.pull-right .small:before {
|
|
content: '';
|
|
}
|
|
|
|
.blockquote-reverse footer:after,
|
|
blockquote.pull-right footer:after,
|
|
.blockquote-reverse small:after,
|
|
blockquote.pull-right small:after,
|
|
.blockquote-reverse .small:after,
|
|
blockquote.pull-right .small:after {
|
|
content: '\00A0 \2014';
|
|
}
|
|
|
|
address {
|
|
margin-bottom: 22px;
|
|
font-style: normal;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
.container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.container {
|
|
width: 750px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.container {
|
|
width: 970px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.container {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.row {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.col-xs-1,
|
|
.col-sm-1,
|
|
.col-md-1,
|
|
.col-lg-1,
|
|
.col-xs-2,
|
|
.col-sm-2,
|
|
.col-md-2,
|
|
.col-lg-2,
|
|
.col-xs-3,
|
|
.col-sm-3,
|
|
.col-md-3,
|
|
.col-lg-3,
|
|
.col-xs-4,
|
|
.col-sm-4,
|
|
.col-md-4,
|
|
.col-lg-4,
|
|
.col-xs-5,
|
|
.col-sm-5,
|
|
.col-md-5,
|
|
.col-lg-5,
|
|
.col-xs-6,
|
|
.col-sm-6,
|
|
.col-md-6,
|
|
.col-lg-6,
|
|
.col-xs-7,
|
|
.col-sm-7,
|
|
.col-md-7,
|
|
.col-lg-7,
|
|
.col-xs-8,
|
|
.col-sm-8,
|
|
.col-md-8,
|
|
.col-lg-8,
|
|
.col-xs-9,
|
|
.col-sm-9,
|
|
.col-md-9,
|
|
.col-lg-9,
|
|
.col-xs-10,
|
|
.col-sm-10,
|
|
.col-md-10,
|
|
.col-lg-10,
|
|
.col-xs-11,
|
|
.col-sm-11,
|
|
.col-md-11,
|
|
.col-lg-11,
|
|
.col-xs-12,
|
|
.col-sm-12,
|
|
.col-md-12,
|
|
.col-lg-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-xs-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.col-xs-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.col-xs-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-xs-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.col-xs-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.col-xs-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-xs-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.col-xs-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.col-xs-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-xs-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.col-xs-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
|
|
.col-xs-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-xs-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
|
|
.col-xs-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
|
|
.col-xs-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-xs-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
|
|
.col-xs-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
|
|
.col-xs-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-xs-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
|
|
.col-xs-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
|
|
.col-xs-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-xs-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
|
|
.col-xs-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
|
|
.col-xs-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-xs-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-xs-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
|
|
.col-xs-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
|
|
.col-xs-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-xs-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
|
|
.col-xs-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
|
|
.col-xs-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-xs-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
|
|
.col-xs-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
|
|
.col-xs-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-xs-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
|
|
.col-xs-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
|
|
.col-xs-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-xs-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
|
|
.col-xs-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
|
|
.col-xs-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
|
|
.col-xs-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-xs-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
|
|
.col-xs-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
|
|
.col-xs-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-xs-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
|
|
.col-xs-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
|
|
.col-xs-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-xs-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
|
|
.col-xs-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
|
|
.col-xs-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.col-sm-1,
|
|
.col-sm-2,
|
|
.col-sm-3,
|
|
.col-sm-4,
|
|
.col-sm-5,
|
|
.col-sm-6,
|
|
.col-sm-7,
|
|
.col-sm-8,
|
|
.col-sm-9,
|
|
.col-sm-10,
|
|
.col-sm-11,
|
|
.col-sm-12 {
|
|
float: left;
|
|
}
|
|
|
|
.col-sm-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-sm-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.col-sm-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.col-sm-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-sm-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.col-sm-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.col-sm-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-sm-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.col-sm-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.col-sm-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-sm-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.col-sm-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
|
|
.col-sm-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-sm-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
|
|
.col-sm-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
|
|
.col-sm-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-sm-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
|
|
.col-sm-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
|
|
.col-sm-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-sm-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
|
|
.col-sm-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
|
|
.col-sm-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-sm-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
|
|
.col-sm-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
|
|
.col-sm-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-sm-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-sm-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
|
|
.col-sm-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
|
|
.col-sm-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-sm-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
|
|
.col-sm-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
|
|
.col-sm-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-sm-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
|
|
.col-sm-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
|
|
.col-sm-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-sm-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
|
|
.col-sm-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
|
|
.col-sm-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-sm-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
|
|
.col-sm-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
|
|
.col-sm-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
|
|
.col-sm-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-sm-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
|
|
.col-sm-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
|
|
.col-sm-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-sm-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
|
|
.col-sm-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
|
|
.col-sm-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-sm-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
|
|
.col-sm-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
|
|
.col-sm-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.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;
|
|
}
|
|
|
|
.col-md-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-md-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.col-md-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.col-md-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-md-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.col-md-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.col-md-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-md-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.col-md-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.col-md-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-md-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.col-md-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
|
|
.col-md-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-md-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
|
|
.col-md-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
|
|
.col-md-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-md-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
|
|
.col-md-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
|
|
.col-md-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-md-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
|
|
.col-md-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
|
|
.col-md-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-md-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
|
|
.col-md-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
|
|
.col-md-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-md-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-md-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
|
|
.col-md-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
|
|
.col-md-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-md-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
|
|
.col-md-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
|
|
.col-md-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-md-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
|
|
.col-md-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
|
|
.col-md-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-md-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
|
|
.col-md-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
|
|
.col-md-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-md-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
|
|
.col-md-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
|
|
.col-md-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
|
|
.col-md-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-md-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
|
|
.col-md-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
|
|
.col-md-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-md-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
|
|
.col-md-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
|
|
.col-md-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-md-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
|
|
.col-md-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
|
|
.col-md-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.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;
|
|
}
|
|
|
|
.col-lg-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.col-lg-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.col-lg-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.col-lg-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-lg-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.col-lg-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.col-lg-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-lg-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.col-lg-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.col-lg-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-lg-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.col-lg-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
|
|
.col-lg-pull-12 {
|
|
right: 100%;
|
|
}
|
|
|
|
.col-lg-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
|
|
.col-lg-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
|
|
.col-lg-pull-9 {
|
|
right: 75%;
|
|
}
|
|
|
|
.col-lg-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
|
|
.col-lg-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
|
|
.col-lg-pull-6 {
|
|
right: 50%;
|
|
}
|
|
|
|
.col-lg-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
|
|
.col-lg-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
|
|
.col-lg-pull-3 {
|
|
right: 25%;
|
|
}
|
|
|
|
.col-lg-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
|
|
.col-lg-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
|
|
.col-lg-pull-0 {
|
|
right: auto;
|
|
}
|
|
|
|
.col-lg-push-12 {
|
|
left: 100%;
|
|
}
|
|
|
|
.col-lg-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
|
|
.col-lg-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
|
|
.col-lg-push-9 {
|
|
left: 75%;
|
|
}
|
|
|
|
.col-lg-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
|
|
.col-lg-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
|
|
.col-lg-push-6 {
|
|
left: 50%;
|
|
}
|
|
|
|
.col-lg-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
|
|
.col-lg-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
|
|
.col-lg-push-3 {
|
|
left: 25%;
|
|
}
|
|
|
|
.col-lg-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
|
|
.col-lg-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
|
|
.col-lg-push-0 {
|
|
left: auto;
|
|
}
|
|
|
|
.col-lg-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
|
|
.col-lg-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
|
|
.col-lg-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
|
|
.col-lg-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.col-lg-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
|
|
.col-lg-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
|
|
.col-lg-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.col-lg-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
|
|
.col-lg-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
|
|
.col-lg-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.col-lg-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
|
|
.col-lg-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
|
|
.col-lg-offset-0 {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
table {
|
|
background-color: transparent;
|
|
}
|
|
|
|
caption {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
color: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.table>thead>tr>th,
|
|
.table>tbody>tr>th,
|
|
.table>tfoot>tr>th,
|
|
.table>thead>tr>td,
|
|
.table>tbody>tr>td,
|
|
.table>tfoot>tr>td {
|
|
padding: 8px;
|
|
line-height: 1.42857143;
|
|
vertical-align: top;
|
|
border-top: 1px solid #333;
|
|
}
|
|
|
|
.table>thead>tr>th {
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid #333;
|
|
}
|
|
|
|
.table>caption+thead>tr:first-child>th,
|
|
.table>colgroup+thead>tr:first-child>th,
|
|
.table>thead:first-child>tr:first-child>th,
|
|
.table>caption+thead>tr:first-child>td,
|
|
.table>colgroup+thead>tr:first-child>td,
|
|
.table>thead:first-child>tr:first-child>td {
|
|
border-top: 0;
|
|
}
|
|
|
|
.table>tbody+tbody {
|
|
border-top: 2px solid #333;
|
|
}
|
|
|
|
.table .table {
|
|
background-color: #000;
|
|
}
|
|
|
|
.table-condensed>thead>tr>th,
|
|
.table-condensed>tbody>tr>th,
|
|
.table-condensed>tfoot>tr>th,
|
|
.table-condensed>thead>tr>td,
|
|
.table-condensed>tbody>tr>td,
|
|
.table-condensed>tfoot>tr>td {
|
|
padding: 5px;
|
|
}
|
|
|
|
.table-bordered {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.table-bordered>thead>tr>th,
|
|
.table-bordered>tbody>tr>th,
|
|
.table-bordered>tfoot>tr>th,
|
|
.table-bordered>thead>tr>td,
|
|
.table-bordered>tbody>tr>td,
|
|
.table-bordered>tfoot>tr>td {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.table-bordered>thead>tr>th,
|
|
.table-bordered>thead>tr>td {
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
.table-striped>tbody>tr:nth-child(odd) {
|
|
background-color: #050505;
|
|
}
|
|
|
|
.table-hover>tbody>tr:hover {
|
|
background-color: #0a0a0a;
|
|
}
|
|
|
|
table col[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-column;
|
|
}
|
|
|
|
table td[class*="col-"],
|
|
table th[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-cell;
|
|
}
|
|
|
|
.table>thead>tr>td.active,
|
|
.table>tbody>tr>td.active,
|
|
.table>tfoot>tr>td.active,
|
|
.table>thead>tr>th.active,
|
|
.table>tbody>tr>th.active,
|
|
.table>tfoot>tr>th.active,
|
|
.table>thead>tr.active>td,
|
|
.table>tbody>tr.active>td,
|
|
.table>tfoot>tr.active>td,
|
|
.table>thead>tr.active>th,
|
|
.table>tbody>tr.active>th,
|
|
.table>tfoot>tr.active>th {
|
|
background-color: #0a0a0a;
|
|
}
|
|
|
|
.table-hover>tbody>tr>td.active:hover,
|
|
.table-hover>tbody>tr>th.active:hover,
|
|
.table-hover>tbody>tr.active:hover>td,
|
|
.table-hover>tbody>tr:hover>.active,
|
|
.table-hover>tbody>tr.active:hover>th {
|
|
background-color: #000;
|
|
}
|
|
|
|
.table>thead>tr>td.success,
|
|
.table>tbody>tr>td.success,
|
|
.table>tfoot>tr>td.success,
|
|
.table>thead>tr>th.success,
|
|
.table>tbody>tr>th.success,
|
|
.table>tfoot>tr>th.success,
|
|
.table>thead>tr.success>td,
|
|
.table>tbody>tr.success>td,
|
|
.table>tfoot>tr.success>td,
|
|
.table>thead>tr.success>th,
|
|
.table>tbody>tr.success>th,
|
|
.table>tfoot>tr.success>th {
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
.table-hover>tbody>tr>td.success:hover,
|
|
.table-hover>tbody>tr>th.success:hover,
|
|
.table-hover>tbody>tr.success:hover>td,
|
|
.table-hover>tbody>tr:hover>.success,
|
|
.table-hover>tbody>tr.success:hover>th {
|
|
background-color: #d0e9c6;
|
|
}
|
|
|
|
.table>thead>tr>td.info,
|
|
.table>tbody>tr>td.info,
|
|
.table>tfoot>tr>td.info,
|
|
.table>thead>tr>th.info,
|
|
.table>tbody>tr>th.info,
|
|
.table>tfoot>tr>th.info,
|
|
.table>thead>tr.info>td,
|
|
.table>tbody>tr.info>td,
|
|
.table>tfoot>tr.info>td,
|
|
.table>thead>tr.info>th,
|
|
.table>tbody>tr.info>th,
|
|
.table>tfoot>tr.info>th {
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
.table-hover>tbody>tr>td.info:hover,
|
|
.table-hover>tbody>tr>th.info:hover,
|
|
.table-hover>tbody>tr.info:hover>td,
|
|
.table-hover>tbody>tr:hover>.info,
|
|
.table-hover>tbody>tr.info:hover>th {
|
|
background-color: #c4e3f3;
|
|
}
|
|
|
|
.table>thead>tr>td.warning,
|
|
.table>tbody>tr>td.warning,
|
|
.table>tfoot>tr>td.warning,
|
|
.table>thead>tr>th.warning,
|
|
.table>tbody>tr>th.warning,
|
|
.table>tfoot>tr>th.warning,
|
|
.table>thead>tr.warning>td,
|
|
.table>tbody>tr.warning>td,
|
|
.table>tfoot>tr.warning>td,
|
|
.table>thead>tr.warning>th,
|
|
.table>tbody>tr.warning>th,
|
|
.table>tfoot>tr.warning>th {
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
.table-hover>tbody>tr>td.warning:hover,
|
|
.table-hover>tbody>tr>th.warning:hover,
|
|
.table-hover>tbody>tr.warning:hover>td,
|
|
.table-hover>tbody>tr:hover>.warning,
|
|
.table-hover>tbody>tr.warning:hover>th {
|
|
background-color: #faf2cc;
|
|
}
|
|
|
|
.table>thead>tr>td.danger,
|
|
.table>tbody>tr>td.danger,
|
|
.table>tfoot>tr>td.danger,
|
|
.table>thead>tr>th.danger,
|
|
.table>tbody>tr>th.danger,
|
|
.table>tfoot>tr>th.danger,
|
|
.table>thead>tr.danger>td,
|
|
.table>tbody>tr.danger>td,
|
|
.table>tfoot>tr.danger>td,
|
|
.table>thead>tr.danger>th,
|
|
.table>tbody>tr.danger>th,
|
|
.table>tfoot>tr.danger>th {
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
.table-hover>tbody>tr>td.danger:hover,
|
|
.table-hover>tbody>tr>th.danger:hover,
|
|
.table-hover>tbody>tr.danger:hover>td,
|
|
.table-hover>tbody>tr:hover>.danger,
|
|
.table-hover>tbody>tr.danger:hover>th {
|
|
background-color: #ebcccc;
|
|
}
|
|
|
|
.table-responsive {
|
|
overflow-x: auto;
|
|
min-height: 0.01%;
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
.table-responsive {
|
|
width: 100%;
|
|
margin-bottom: 16.5px;
|
|
overflow-y: hidden;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.table-responsive>.table {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.table-responsive>.table>thead>tr>th,
|
|
.table-responsive>.table>tbody>tr>th,
|
|
.table-responsive>.table>tfoot>tr>th,
|
|
.table-responsive>.table>thead>tr>td,
|
|
.table-responsive>.table>tbody>tr>td,
|
|
.table-responsive>.table>tfoot>tr>td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.table-responsive>.table-bordered {
|
|
border: 0;
|
|
}
|
|
|
|
.table-responsive>.table-bordered>thead>tr>th:first-child,
|
|
.table-responsive>.table-bordered>tbody>tr>th:first-child,
|
|
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
|
|
.table-responsive>.table-bordered>thead>tr>td:first-child,
|
|
.table-responsive>.table-bordered>tbody>tr>td:first-child,
|
|
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
|
|
border-left: 0;
|
|
}
|
|
|
|
.table-responsive>.table-bordered>thead>tr>th:last-child,
|
|
.table-responsive>.table-bordered>tbody>tr>th:last-child,
|
|
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
|
|
.table-responsive>.table-bordered>thead>tr>td:last-child,
|
|
.table-responsive>.table-bordered>tbody>tr>td:last-child,
|
|
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
|
|
border-right: 0;
|
|
}
|
|
|
|
.table-responsive>.table-bordered>tbody>tr:last-child>th,
|
|
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
|
|
.table-responsive>.table-bordered>tbody>tr:last-child>td,
|
|
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
min-width: 0;
|
|
}
|
|
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin-bottom: 22px;
|
|
font-size: 24px;
|
|
line-height: inherit;
|
|
color: #fff;
|
|
border: 0;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
margin: 4px 0 0;
|
|
margin-top: 1px \9;
|
|
line-height: normal;
|
|
}
|
|
|
|
input[type="file"] {
|
|
display: block;
|
|
}
|
|
|
|
input[type="range"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
select[multiple],
|
|
select[size] {
|
|
height: auto;
|
|
}
|
|
|
|
input[type="file"]:focus,
|
|
input[type="radio"]:focus,
|
|
input[type="checkbox"]:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
output {
|
|
display: block;
|
|
padding-top: 7px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
}
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 36px;
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
}
|
|
|
|
.form-control:focus {
|
|
border-color: #66afe9;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
}
|
|
|
|
.form-control::-moz-placeholder {
|
|
color: #999;
|
|
opacity: 1;
|
|
}
|
|
|
|
.form-control:-ms-input-placeholder {
|
|
color: #999;
|
|
}
|
|
|
|
.form-control::-webkit-input-placeholder {
|
|
color: #999;
|
|
}
|
|
|
|
.form-control[disabled],
|
|
.form-control[readonly],
|
|
fieldset[disabled] .form-control {
|
|
cursor: not-allowed;
|
|
background-color: #fff;
|
|
opacity: 1;
|
|
}
|
|
|
|
textarea.form-control {
|
|
height: auto;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
input[type="date"],
|
|
input[type="time"],
|
|
input[type="datetime-local"],
|
|
input[type="month"] {
|
|
line-height: 36px;
|
|
}
|
|
|
|
input[type="date"].input-sm,
|
|
input[type="time"].input-sm,
|
|
input[type="datetime-local"].input-sm,
|
|
input[type="month"].input-sm {
|
|
line-height: 33px;
|
|
}
|
|
|
|
input[type="date"].input-lg,
|
|
input[type="time"].input-lg,
|
|
input[type="datetime-local"].input-lg,
|
|
input[type="month"].input-lg {
|
|
line-height: 49px;
|
|
}
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.radio,
|
|
.checkbox {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.radio label,
|
|
.checkbox label {
|
|
min-height: 22px;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.radio input[type="radio"],
|
|
.radio-inline input[type="radio"],
|
|
.checkbox input[type="checkbox"],
|
|
.checkbox-inline input[type="checkbox"] {
|
|
position: absolute;
|
|
margin-left: -20px;
|
|
margin-top: 4px \9;
|
|
}
|
|
|
|
.radio+.radio,
|
|
.checkbox+.checkbox {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.radio-inline,
|
|
.checkbox-inline {
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.radio-inline+.radio-inline,
|
|
.checkbox-inline+.checkbox-inline {
|
|
margin-top: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
input[type="radio"][disabled],
|
|
input[type="checkbox"][disabled],
|
|
input[type="radio"].disabled,
|
|
input[type="checkbox"].disabled,
|
|
fieldset[disabled] input[type="radio"],
|
|
fieldset[disabled] input[type="checkbox"] {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.radio-inline.disabled,
|
|
.checkbox-inline.disabled,
|
|
fieldset[disabled] .radio-inline,
|
|
fieldset[disabled] .checkbox-inline {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.radio.disabled label,
|
|
.checkbox.disabled label,
|
|
fieldset[disabled] .radio label,
|
|
fieldset[disabled] .checkbox label {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.form-control-static {
|
|
padding-top: 7px;
|
|
padding-bottom: 7px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form-control-static.input-lg,
|
|
.form-control-static.input-sm {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.input-sm,
|
|
.form-group-sm .form-control {
|
|
height: 33px;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
select.input-sm,
|
|
select.form-group-sm .form-control {
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
textarea.input-sm,
|
|
textarea.form-group-sm .form-control,
|
|
select[multiple].input-sm,
|
|
select[multiple].form-group-sm .form-control {
|
|
height: auto;
|
|
}
|
|
|
|
.input-lg,
|
|
.form-group-lg .form-control {
|
|
height: 49px;
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
select.input-lg,
|
|
select.form-group-lg .form-control {
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
|
|
textarea.input-lg,
|
|
textarea.form-group-lg .form-control,
|
|
select[multiple].input-lg,
|
|
select[multiple].form-group-lg .form-control {
|
|
height: auto;
|
|
}
|
|
|
|
.has-feedback {
|
|
position: relative;
|
|
}
|
|
|
|
.has-feedback .form-control {
|
|
padding-right: 45px;
|
|
}
|
|
|
|
.form-control-feedback {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 2;
|
|
display: block;
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.input-lg+.form-control-feedback {
|
|
width: 49px;
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
|
|
.input-sm+.form-control-feedback {
|
|
width: 33px;
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
.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 {
|
|
color: #7bcc3a;
|
|
}
|
|
|
|
.has-success .form-control {
|
|
border-color: #7bcc3a;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
}
|
|
|
|
.has-success .form-control:focus {
|
|
border-color: #63a82b;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #b1e18b;
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #b1e18b;
|
|
}
|
|
|
|
.has-success .input-group-addon {
|
|
color: #7bcc3a;
|
|
border-color: #7bcc3a;
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
.has-success .form-control-feedback {
|
|
color: #7bcc3a;
|
|
}
|
|
|
|
.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 {
|
|
color: #ffd162;
|
|
}
|
|
|
|
.has-warning .form-control {
|
|
border-color: #ffd162;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
}
|
|
|
|
.has-warning .form-control:focus {
|
|
border-color: #ffc22f;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ffefc8;
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ffefc8;
|
|
}
|
|
|
|
.has-warning .input-group-addon {
|
|
color: #ffd162;
|
|
border-color: #ffd162;
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
.has-warning .form-control-feedback {
|
|
color: #ffd162;
|
|
}
|
|
|
|
.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 {
|
|
color: #f74b4b;
|
|
}
|
|
|
|
.has-error .form-control {
|
|
border-color: #f74b4b;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
}
|
|
|
|
.has-error .form-control:focus {
|
|
border-color: #f51a1a;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fbadad;
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fbadad;
|
|
}
|
|
|
|
.has-error .input-group-addon {
|
|
color: #f74b4b;
|
|
border-color: #f74b4b;
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
.has-error .form-control-feedback {
|
|
color: #f74b4b;
|
|
}
|
|
|
|
.has-feedback label~.form-control-feedback {
|
|
top: 27px;
|
|
}
|
|
|
|
.has-feedback label.sr-only~.form-control-feedback {
|
|
top: 0;
|
|
}
|
|
|
|
.help-block {
|
|
display: block;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
color: #fff;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.form-inline .form-group {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.form-inline .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.form-inline .form-control-static {
|
|
display: inline-block;
|
|
}
|
|
|
|
.form-inline .input-group {
|
|
display: inline-table;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.form-inline .input-group .input-group-addon,
|
|
.form-inline .input-group .input-group-btn,
|
|
.form-inline .input-group .form-control {
|
|
width: auto;
|
|
}
|
|
|
|
.form-inline .input-group>.form-control {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-inline .control-label {
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.form-inline .radio,
|
|
.form-inline .checkbox {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.form-inline .radio label,
|
|
.form-inline .checkbox label {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.form-inline .radio input[type="radio"],
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.form-inline .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox,
|
|
.form-horizontal .radio-inline,
|
|
.form-horizontal .checkbox-inline {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox {
|
|
min-height: 29px;
|
|
}
|
|
|
|
.form-horizontal .form-group {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.form-horizontal .control-label {
|
|
text-align: right;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
}
|
|
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
|
right: 15px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.form-horizontal .form-group-lg .control-label {
|
|
padding-top: 14.3px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.form-horizontal .form-group-sm .control-label {
|
|
padding-top: 6px;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
white-space: nowrap;
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.btn:focus,
|
|
.btn:active:focus,
|
|
.btn.active:focus,
|
|
.btn.focus,
|
|
.btn:active.focus,
|
|
.btn.active.focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.btn:hover,
|
|
.btn:focus,
|
|
.btn.focus {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn:active,
|
|
.btn.active {
|
|
outline: 0;
|
|
background-image: none;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
|
|
}
|
|
|
|
.btn.disabled,
|
|
.btn[disabled],
|
|
fieldset[disabled] .btn {
|
|
cursor: not-allowed;
|
|
pointer-events: none;
|
|
opacity: .65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.btn-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
|
|
.btn-default:hover,
|
|
.btn-default:focus,
|
|
.btn-default.focus,
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open>.dropdown-toggle.btn-default {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open>.dropdown-toggle.btn-default {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-default.disabled,
|
|
.btn-default[disabled],
|
|
fieldset[disabled] .btn-default,
|
|
.btn-default.disabled:hover,
|
|
.btn-default[disabled]:hover,
|
|
fieldset[disabled] .btn-default:hover,
|
|
.btn-default.disabled:focus,
|
|
.btn-default[disabled]:focus,
|
|
fieldset[disabled] .btn-default:focus,
|
|
.btn-default.disabled.focus,
|
|
.btn-default[disabled].focus,
|
|
fieldset[disabled] .btn-default.focus,
|
|
.btn-default.disabled:active,
|
|
.btn-default[disabled]:active,
|
|
fieldset[disabled] .btn-default:active,
|
|
.btn-default.disabled.active,
|
|
.btn-default[disabled].active,
|
|
fieldset[disabled] .btn-default.active {
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
|
|
.btn-default .badge {
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #337ab7;
|
|
border-color: #2e6da4;
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
.btn-primary:focus,
|
|
.btn-primary.focus,
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open>.dropdown-toggle.btn-primary {
|
|
color: #fff;
|
|
background-color: #286090;
|
|
border-color: #204d74;
|
|
}
|
|
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open>.dropdown-toggle.btn-primary {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary[disabled],
|
|
fieldset[disabled] .btn-primary,
|
|
.btn-primary.disabled:hover,
|
|
.btn-primary[disabled]:hover,
|
|
fieldset[disabled] .btn-primary:hover,
|
|
.btn-primary.disabled:focus,
|
|
.btn-primary[disabled]:focus,
|
|
fieldset[disabled] .btn-primary:focus,
|
|
.btn-primary.disabled.focus,
|
|
.btn-primary[disabled].focus,
|
|
fieldset[disabled] .btn-primary.focus,
|
|
.btn-primary.disabled:active,
|
|
.btn-primary[disabled]:active,
|
|
fieldset[disabled] .btn-primary:active,
|
|
.btn-primary.disabled.active,
|
|
.btn-primary[disabled].active,
|
|
fieldset[disabled] .btn-primary.active {
|
|
background-color: #337ab7;
|
|
border-color: #2e6da4;
|
|
}
|
|
|
|
.btn-primary .badge {
|
|
color: #337ab7;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #7bcc3a;
|
|
border-color: #6fbc31;
|
|
}
|
|
|
|
.btn-success:hover,
|
|
.btn-success:focus,
|
|
.btn-success.focus,
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open>.dropdown-toggle.btn-success {
|
|
color: #fff;
|
|
background-color: #63a82b;
|
|
border-color: #528b24;
|
|
}
|
|
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open>.dropdown-toggle.btn-success {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-success.disabled,
|
|
.btn-success[disabled],
|
|
fieldset[disabled] .btn-success,
|
|
.btn-success.disabled:hover,
|
|
.btn-success[disabled]:hover,
|
|
fieldset[disabled] .btn-success:hover,
|
|
.btn-success.disabled:focus,
|
|
.btn-success[disabled]:focus,
|
|
fieldset[disabled] .btn-success:focus,
|
|
.btn-success.disabled.focus,
|
|
.btn-success[disabled].focus,
|
|
fieldset[disabled] .btn-success.focus,
|
|
.btn-success.disabled:active,
|
|
.btn-success[disabled]:active,
|
|
fieldset[disabled] .btn-success:active,
|
|
.btn-success.disabled.active,
|
|
.btn-success[disabled].active,
|
|
fieldset[disabled] .btn-success.active {
|
|
background-color: #7bcc3a;
|
|
border-color: #6fbc31;
|
|
}
|
|
|
|
.btn-success .badge {
|
|
color: #7bcc3a;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-info {
|
|
color: #fff;
|
|
background-color: #10a0de;
|
|
border-color: #0e8fc6;
|
|
}
|
|
|
|
.btn-info:hover,
|
|
.btn-info:focus,
|
|
.btn-info.focus,
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open>.dropdown-toggle.btn-info {
|
|
color: #fff;
|
|
background-color: #0d7eae;
|
|
border-color: #0a668d;
|
|
}
|
|
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open>.dropdown-toggle.btn-info {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-info.disabled,
|
|
.btn-info[disabled],
|
|
fieldset[disabled] .btn-info,
|
|
.btn-info.disabled:hover,
|
|
.btn-info[disabled]:hover,
|
|
fieldset[disabled] .btn-info:hover,
|
|
.btn-info.disabled:focus,
|
|
.btn-info[disabled]:focus,
|
|
fieldset[disabled] .btn-info:focus,
|
|
.btn-info.disabled.focus,
|
|
.btn-info[disabled].focus,
|
|
fieldset[disabled] .btn-info.focus,
|
|
.btn-info.disabled:active,
|
|
.btn-info[disabled]:active,
|
|
fieldset[disabled] .btn-info:active,
|
|
.btn-info.disabled.active,
|
|
.btn-info[disabled].active,
|
|
fieldset[disabled] .btn-info.active {
|
|
background-color: #10a0de;
|
|
border-color: #0e8fc6;
|
|
}
|
|
|
|
.btn-info .badge {
|
|
color: #10a0de;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-warning {
|
|
color: #fff;
|
|
background-color: #ffd162;
|
|
border-color: #ffca48;
|
|
}
|
|
|
|
.btn-warning:hover,
|
|
.btn-warning:focus,
|
|
.btn-warning.focus,
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open>.dropdown-toggle.btn-warning {
|
|
color: #fff;
|
|
background-color: #ffc22f;
|
|
border-color: #ffb80b;
|
|
}
|
|
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open>.dropdown-toggle.btn-warning {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-warning.disabled,
|
|
.btn-warning[disabled],
|
|
fieldset[disabled] .btn-warning,
|
|
.btn-warning.disabled:hover,
|
|
.btn-warning[disabled]:hover,
|
|
fieldset[disabled] .btn-warning:hover,
|
|
.btn-warning.disabled:focus,
|
|
.btn-warning[disabled]:focus,
|
|
fieldset[disabled] .btn-warning:focus,
|
|
.btn-warning.disabled.focus,
|
|
.btn-warning[disabled].focus,
|
|
fieldset[disabled] .btn-warning.focus,
|
|
.btn-warning.disabled:active,
|
|
.btn-warning[disabled]:active,
|
|
fieldset[disabled] .btn-warning:active,
|
|
.btn-warning.disabled.active,
|
|
.btn-warning[disabled].active,
|
|
fieldset[disabled] .btn-warning.active {
|
|
background-color: #ffd162;
|
|
border-color: #ffca48;
|
|
}
|
|
|
|
.btn-warning .badge {
|
|
color: #ffd162;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #f74b4b;
|
|
border-color: #f63333;
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
.btn-danger:focus,
|
|
.btn-danger.focus,
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open>.dropdown-toggle.btn-danger {
|
|
color: #fff;
|
|
background-color: #f51a1a;
|
|
border-color: #e10a0a;
|
|
}
|
|
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open>.dropdown-toggle.btn-danger {
|
|
background-image: none;
|
|
}
|
|
|
|
.btn-danger.disabled,
|
|
.btn-danger[disabled],
|
|
fieldset[disabled] .btn-danger,
|
|
.btn-danger.disabled:hover,
|
|
.btn-danger[disabled]:hover,
|
|
fieldset[disabled] .btn-danger:hover,
|
|
.btn-danger.disabled:focus,
|
|
.btn-danger[disabled]:focus,
|
|
fieldset[disabled] .btn-danger:focus,
|
|
.btn-danger.disabled.focus,
|
|
.btn-danger[disabled].focus,
|
|
fieldset[disabled] .btn-danger.focus,
|
|
.btn-danger.disabled:active,
|
|
.btn-danger[disabled]:active,
|
|
fieldset[disabled] .btn-danger:active,
|
|
.btn-danger.disabled.active,
|
|
.btn-danger[disabled].active,
|
|
fieldset[disabled] .btn-danger.active {
|
|
background-color: #f74b4b;
|
|
border-color: #f63333;
|
|
}
|
|
|
|
.btn-danger .badge {
|
|
color: #f74b4b;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn-link {
|
|
color: #337ab7;
|
|
font-weight: normal;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-link,
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.btn-link[disabled],
|
|
fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.btn-link,
|
|
.btn-link:hover,
|
|
.btn-link:focus,
|
|
.btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.btn-link:hover,
|
|
.btn-link:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-link[disabled]:hover,
|
|
fieldset[disabled] .btn-link:hover,
|
|
.btn-link[disabled]:focus,
|
|
fieldset[disabled] .btn-link:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn-lg,
|
|
.btn-group-lg>.btn {
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.btn-sm,
|
|
.btn-group-sm>.btn {
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn-xs,
|
|
.btn-group-xs>.btn {
|
|
padding: 1px 5px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-block+.btn-block {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
input[type="submit"].btn-block,
|
|
input[type="reset"].btn-block,
|
|
input[type="button"].btn-block {
|
|
width: 100%;
|
|
}
|
|
|
|
.fade {
|
|
opacity: 0;
|
|
-webkit-transition: opacity .15s linear;
|
|
-o-transition: opacity .15s linear;
|
|
transition: opacity .15s linear;
|
|
}
|
|
|
|
.fade.in {
|
|
opacity: 1;
|
|
}
|
|
|
|
.collapse {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.collapse.in {
|
|
display: block;
|
|
visibility: visible;
|
|
}
|
|
|
|
tr.collapse.in {
|
|
display: table-row;
|
|
}
|
|
|
|
tbody.collapse.in {
|
|
display: table-row-group;
|
|
}
|
|
|
|
.collapsing {
|
|
position: relative;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition-property: height, visibility;
|
|
-o-transition-property: height, visibility;
|
|
transition-property: height, visibility;
|
|
-webkit-transition-duration: .35s;
|
|
-o-transition-duration: .35s;
|
|
transition-duration: .35s;
|
|
-webkit-transition-timing-function: ease;
|
|
-o-transition-timing-function: ease;
|
|
transition-timing-function: ease;
|
|
}
|
|
|
|
.caret {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
margin-left: 2px;
|
|
vertical-align: middle;
|
|
border-top: 4px solid;
|
|
border-right: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
}
|
|
|
|
.dropdown {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-toggle:focus {
|
|
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;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0,0,0,0.15);
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
|
|
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.dropdown-menu.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
|
height: 1px;
|
|
margin: 10px 0;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
.dropdown-menu>li>a {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover,
|
|
.dropdown-menu>li>a:focus {
|
|
text-decoration: none;
|
|
color: #f2f2f2;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.dropdown-menu>.active>a,
|
|
.dropdown-menu>.active>a:hover,
|
|
.dropdown-menu>.active>a:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
background-color: #337ab7;
|
|
}
|
|
|
|
.dropdown-menu>.disabled>a,
|
|
.dropdown-menu>.disabled>a:hover,
|
|
.dropdown-menu>.disabled>a:focus {
|
|
color: #fff;
|
|
}
|
|
|
|
.dropdown-menu>.disabled>a:hover,
|
|
.dropdown-menu>.disabled>a:focus {
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.open>.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.open>a {
|
|
outline: 0;
|
|
}
|
|
|
|
.dropdown-menu-right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
|
|
.dropdown-header {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dropdown-backdrop {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
z-index: 990;
|
|
}
|
|
|
|
.pull-right>.dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.dropup .caret,
|
|
.navbar-fixed-bottom .dropdown .caret {
|
|
border-top: 0;
|
|
border-bottom: 4px solid;
|
|
content: "";
|
|
}
|
|
|
|
.dropup .dropdown-menu,
|
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
top: auto;
|
|
bottom: 100%;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-right .dropdown-menu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.navbar-right .dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
}
|
|
|
|
.btn-group,
|
|
.btn-group-vertical {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.btn-group>.btn,
|
|
.btn-group-vertical>.btn {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.btn-group>.btn:hover,
|
|
.btn-group-vertical>.btn:hover,
|
|
.btn-group>.btn:focus,
|
|
.btn-group-vertical>.btn:focus,
|
|
.btn-group>.btn:active,
|
|
.btn-group-vertical>.btn:active,
|
|
.btn-group>.btn.active,
|
|
.btn-group-vertical>.btn.active {
|
|
z-index: 2;
|
|
}
|
|
|
|
.btn-group .btn+.btn,
|
|
.btn-group .btn+.btn-group,
|
|
.btn-group .btn-group+.btn,
|
|
.btn-group .btn-group+.btn-group {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.btn-toolbar {
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.btn-toolbar .btn-group,
|
|
.btn-toolbar .input-group {
|
|
float: left;
|
|
}
|
|
|
|
.btn-toolbar>.btn,
|
|
.btn-toolbar>.btn-group,
|
|
.btn-toolbar>.input-group {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn:last-child:not(:first-child),
|
|
.btn-group>.dropdown-toggle:not(:first-child) {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn-group {
|
|
float: left;
|
|
}
|
|
|
|
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn-group:first-child>.btn:last-child,
|
|
.btn-group>.btn-group:first-child>.dropdown-toggle {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn-group:last-child>.btn:first-child {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.btn-group .dropdown-toggle:active,
|
|
.btn-group.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
|
|
.btn-group>.btn+.dropdown-toggle {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.btn-group>.btn-lg+.dropdown-toggle {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
.btn-group.open .dropdown-toggle {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
|
|
}
|
|
|
|
.btn-group.open .dropdown-toggle.btn-link {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.btn .caret {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn-lg .caret {
|
|
border-width: 5px 5px 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
.dropup .btn-lg .caret {
|
|
border-width: 0 5px 5px;
|
|
}
|
|
|
|
.btn-group-vertical>.btn,
|
|
.btn-group-vertical>.btn-group,
|
|
.btn-group-vertical>.btn-group>.btn {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.btn-group-vertical>.btn-group>.btn {
|
|
float: none;
|
|
}
|
|
|
|
.btn-group-vertical>.btn+.btn,
|
|
.btn-group-vertical>.btn+.btn-group,
|
|
.btn-group-vertical>.btn-group+.btn,
|
|
.btn-group-vertical>.btn-group+.btn-group {
|
|
margin-top: -1px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-group-vertical>.btn:first-child:not(:last-child) {
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.btn-group-vertical>.btn:last-child:not(:first-child) {
|
|
border-bottom-left-radius: 4px;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.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 {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.btn-group-justified {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.btn-group-justified>.btn,
|
|
.btn-group-justified>.btn-group {
|
|
float: none;
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
|
|
.btn-group-justified>.btn-group .btn {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-group-justified>.btn-group .dropdown-menu {
|
|
left: auto;
|
|
}
|
|
|
|
[data-toggle="buttons"]>.btn input[type="radio"],
|
|
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
|
|
[data-toggle="buttons"]>.btn input[type="checkbox"],
|
|
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
|
|
position: absolute;
|
|
clip: rect(0, 0, 0, 0);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.input-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.input-group[class*="col-"] {
|
|
float: none;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.input-group .form-control {
|
|
position: relative;
|
|
z-index: 2;
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.input-group-lg>.form-control,
|
|
.input-group-lg>.input-group-addon,
|
|
.input-group-lg>.input-group-btn>.btn {
|
|
height: 49px;
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
select.input-group-lg>.form-control,
|
|
select.input-group-lg>.input-group-addon,
|
|
select.input-group-lg>.input-group-btn>.btn {
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
|
|
textarea.input-group-lg>.form-control,
|
|
textarea.input-group-lg>.input-group-addon,
|
|
textarea.input-group-lg>.input-group-btn>.btn,
|
|
select[multiple].input-group-lg>.form-control,
|
|
select[multiple].input-group-lg>.input-group-addon,
|
|
select[multiple].input-group-lg>.input-group-btn>.btn {
|
|
height: auto;
|
|
}
|
|
|
|
.input-group-sm>.form-control,
|
|
.input-group-sm>.input-group-addon,
|
|
.input-group-sm>.input-group-btn>.btn {
|
|
height: 33px;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
select.input-group-sm>.form-control,
|
|
select.input-group-sm>.input-group-addon,
|
|
select.input-group-sm>.input-group-btn>.btn {
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
textarea.input-group-sm>.form-control,
|
|
textarea.input-group-sm>.input-group-addon,
|
|
textarea.input-group-sm>.input-group-btn>.btn,
|
|
select[multiple].input-group-sm>.form-control,
|
|
select[multiple].input-group-sm>.input-group-addon,
|
|
select[multiple].input-group-sm>.input-group-btn>.btn {
|
|
height: auto;
|
|
}
|
|
|
|
.input-group-addon,
|
|
.input-group-btn,
|
|
.input-group .form-control {
|
|
display: table-cell;
|
|
}
|
|
|
|
.input-group-addon:not(:first-child):not(:last-child),
|
|
.input-group-btn:not(:first-child):not(:last-child),
|
|
.input-group .form-control:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.input-group-addon,
|
|
.input-group-btn {
|
|
width: 1%;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.input-group-addon {
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.input-group-addon.input-sm {
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.input-group-addon.input-lg {
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.input-group-addon input[type="radio"],
|
|
.input-group-addon input[type="checkbox"] {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.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-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.input-group-addon:first-child {
|
|
border-right: 0;
|
|
}
|
|
|
|
.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-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.input-group-addon:last-child {
|
|
border-left: 0;
|
|
}
|
|
|
|
.input-group-btn {
|
|
position: relative;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.input-group-btn>.btn {
|
|
position: relative;
|
|
}
|
|
|
|
.input-group-btn>.btn+.btn {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.input-group-btn>.btn:hover,
|
|
.input-group-btn>.btn:focus,
|
|
.input-group-btn>.btn:active {
|
|
z-index: 2;
|
|
}
|
|
|
|
.input-group-btn:first-child>.btn,
|
|
.input-group-btn:first-child>.btn-group {
|
|
margin-right: -1px;
|
|
}
|
|
|
|
.input-group-btn:last-child>.btn,
|
|
.input-group-btn:last-child>.btn-group {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.nav {
|
|
margin-bottom: 0;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.nav>li {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.nav>li>a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.nav>li>a:hover,
|
|
.nav>li>a:focus {
|
|
text-decoration: none;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.nav>li.disabled>a {
|
|
color: #fff;
|
|
}
|
|
|
|
.nav>li.disabled>a:hover,
|
|
.nav>li.disabled>a:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.nav .open>a,
|
|
.nav .open>a:hover,
|
|
.nav .open>a:focus {
|
|
background-color: #fff;
|
|
border-color: #337ab7;
|
|
}
|
|
|
|
.nav .nav-divider {
|
|
height: 1px;
|
|
margin: 10px 0;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
.nav>li>a>img {
|
|
max-width: none;
|
|
}
|
|
|
|
.nav-tabs {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.nav-tabs>li {
|
|
float: left;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.nav-tabs>li>a {
|
|
margin-right: 2px;
|
|
line-height: 1.42857143;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
|
|
.nav-tabs>li>a:hover {
|
|
border-color: #fff #fff #ddd;
|
|
}
|
|
|
|
.nav-tabs>li.active>a,
|
|
.nav-tabs>li.active>a:hover,
|
|
.nav-tabs>li.active>a:focus {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: transparent;
|
|
cursor: default;
|
|
}
|
|
|
|
.nav-tabs.nav-justified {
|
|
width: 100%;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>li {
|
|
float: none;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>li>a {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
|
|
top: auto;
|
|
left: auto;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.nav-tabs.nav-justified>li {
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>li>a {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.nav-tabs.nav-justified>li>a {
|
|
margin-right: 0;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>.active>a,
|
|
.nav-tabs.nav-justified>.active>a:hover,
|
|
.nav-tabs.nav-justified>.active>a:focus {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.nav-tabs.nav-justified>li>a {
|
|
border-bottom: 1px solid #ddd;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
|
|
.nav-tabs.nav-justified>.active>a,
|
|
.nav-tabs.nav-justified>.active>a:hover,
|
|
.nav-tabs.nav-justified>.active>a:focus {
|
|
border-bottom-color: #000;
|
|
}
|
|
}
|
|
|
|
.nav-pills>li {
|
|
float: left;
|
|
}
|
|
|
|
.nav-pills>li>a {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.nav-pills>li+li {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.nav-pills>li.active>a,
|
|
.nav-pills>li.active>a:hover,
|
|
.nav-pills>li.active>a:focus {
|
|
color: #fff;
|
|
background-color: #337ab7;
|
|
}
|
|
|
|
.nav-stacked>li {
|
|
float: none;
|
|
}
|
|
|
|
.nav-stacked>li+li {
|
|
margin-top: 2px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.nav-justified {
|
|
width: 100%;
|
|
}
|
|
|
|
.nav-justified>li {
|
|
float: none;
|
|
}
|
|
|
|
.nav-justified>li>a {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.nav-justified>.dropdown .dropdown-menu {
|
|
top: auto;
|
|
left: auto;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.nav-justified>li {
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
|
|
.nav-justified>li>a {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.nav-tabs-justified {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.nav-tabs-justified>li>a {
|
|
margin-right: 0;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.nav-tabs-justified>.active>a,
|
|
.nav-tabs-justified>.active>a:hover,
|
|
.nav-tabs-justified>.active>a:focus {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.nav-tabs-justified>li>a {
|
|
border-bottom: 1px solid #ddd;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
|
|
.nav-tabs-justified>.active>a,
|
|
.nav-tabs-justified>.active>a:hover,
|
|
.nav-tabs-justified>.active>a:focus {
|
|
border-bottom-color: #000;
|
|
}
|
|
}
|
|
|
|
.tab-content>.tab-pane {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.tab-content>.active {
|
|
display: block;
|
|
visibility: visible;
|
|
}
|
|
|
|
.nav-tabs .dropdown-menu {
|
|
margin-top: -1px;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.navbar {
|
|
position: relative;
|
|
min-height: 50px;
|
|
margin-bottom: 22px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar {
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-header {
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
.navbar-collapse {
|
|
overflow-x: visible;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
border-top: 1px solid transparent;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.navbar-collapse.in {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-collapse {
|
|
width: auto;
|
|
border-top: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.navbar-collapse.collapse {
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
height: auto !important;
|
|
padding-bottom: 0;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.navbar-collapse.in {
|
|
overflow-y: visible;
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-static-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
max-height: 340px;
|
|
}
|
|
|
|
@media (max-device-width:480px) and (orientation:landscape) {
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
max-height: 200px;
|
|
}
|
|
}
|
|
|
|
.container>.navbar-header,
|
|
.container-fluid>.navbar-header,
|
|
.container>.navbar-collapse,
|
|
.container-fluid>.navbar-collapse {
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.container>.navbar-header,
|
|
.container-fluid>.navbar-header,
|
|
.container>.navbar-collapse,
|
|
.container-fluid>.navbar-collapse {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-static-top {
|
|
z-index: 1000;
|
|
border-width: 0 0 1px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-static-top {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-fixed-top {
|
|
top: 0;
|
|
border-width: 0 0 1px;
|
|
}
|
|
|
|
.navbar-fixed-bottom {
|
|
bottom: 0;
|
|
margin-bottom: 0;
|
|
border-width: 1px 0 0;
|
|
}
|
|
|
|
.navbar-brand {
|
|
float: left;
|
|
padding: 14px 15px;
|
|
font-size: 20px;
|
|
line-height: 22px;
|
|
height: 50px;
|
|
}
|
|
|
|
.navbar-brand:hover,
|
|
.navbar-brand:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar-brand>img {
|
|
display: block;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar>.container .navbar-brand,
|
|
.navbar>.container-fluid .navbar-brand {
|
|
margin-left: -15px;
|
|
}
|
|
}
|
|
|
|
.navbar-toggle {
|
|
position: relative;
|
|
float: right;
|
|
margin-right: 15px;
|
|
padding: 9px 10px;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.navbar-toggle:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
.navbar-toggle .icon-bar {
|
|
display: block;
|
|
width: 22px;
|
|
height: 2px;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
.navbar-toggle .icon-bar+.icon-bar {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-toggle {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.navbar-nav {
|
|
margin: 7px -15px;
|
|
}
|
|
|
|
.navbar-nav>li>a {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.navbar-nav .open .dropdown-menu {
|
|
position: static;
|
|
float: none;
|
|
width: auto;
|
|
margin-top: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu>li>a,
|
|
.navbar-nav .open .dropdown-menu .dropdown-header {
|
|
padding: 5px 15px 5px 25px;
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu>li>a {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu>li>a:hover,
|
|
.navbar-nav .open .dropdown-menu>li>a:focus {
|
|
background-image: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-nav {
|
|
float: left;
|
|
margin: 0;
|
|
}
|
|
|
|
.navbar-nav>li {
|
|
float: left;
|
|
}
|
|
|
|
.navbar-nav>li>a {
|
|
padding-top: 14px;
|
|
padding-bottom: 14px;
|
|
}
|
|
}
|
|
|
|
.navbar-form {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
padding: 10px 15px;
|
|
border-top: 1px solid transparent;
|
|
border-bottom: 1px solid transparent;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-form .form-group {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.navbar-form .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.navbar-form .form-control-static {
|
|
display: inline-block;
|
|
}
|
|
|
|
.navbar-form .input-group {
|
|
display: inline-table;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.navbar-form .input-group .input-group-addon,
|
|
.navbar-form .input-group .input-group-btn,
|
|
.navbar-form .input-group .form-control {
|
|
width: auto;
|
|
}
|
|
|
|
.navbar-form .input-group>.form-control {
|
|
width: 100%;
|
|
}
|
|
|
|
.navbar-form .control-label {
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.navbar-form .radio,
|
|
.navbar-form .checkbox {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.navbar-form .radio label,
|
|
.navbar-form .checkbox label {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.navbar-form .radio input[type="radio"],
|
|
.navbar-form .checkbox input[type="checkbox"] {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.navbar-form .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.navbar-form .form-group {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.navbar-form .form-group:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-form {
|
|
width: auto;
|
|
border: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.navbar-nav>li>.dropdown-menu {
|
|
margin-top: 0;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.navbar-btn {
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.navbar-btn.btn-sm {
|
|
margin-top: 8.5px;
|
|
margin-bottom: 8.5px;
|
|
}
|
|
|
|
.navbar-btn.btn-xs {
|
|
margin-top: 14px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.navbar-text {
|
|
margin-top: 14px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-text {
|
|
float: left;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-left {
|
|
float: left !important;
|
|
}
|
|
|
|
.navbar-right {
|
|
float: right !important;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.navbar-right~.navbar-right {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-default {
|
|
background-color: #f8f8f8;
|
|
border-color: #e7e7e7;
|
|
}
|
|
|
|
.navbar-default .navbar-brand {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .navbar-brand:hover,
|
|
.navbar-default .navbar-brand:focus {
|
|
color: #5e5e5e;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-default .navbar-text {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>li>a {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>li>a:hover,
|
|
.navbar-default .navbar-nav>li>a:focus {
|
|
color: #333;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>.active>a,
|
|
.navbar-default .navbar-nav>.active>a:hover,
|
|
.navbar-default .navbar-nav>.active>a:focus {
|
|
color: #555;
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>.disabled>a,
|
|
.navbar-default .navbar-nav>.disabled>a:hover,
|
|
.navbar-default .navbar-nav>.disabled>a:focus {
|
|
color: #ccc;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-default .navbar-toggle {
|
|
border-color: #ddd;
|
|
}
|
|
|
|
.navbar-default .navbar-toggle:hover,
|
|
.navbar-default .navbar-toggle:focus {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.navbar-default .navbar-toggle .icon-bar {
|
|
background-color: #888;
|
|
}
|
|
|
|
.navbar-default .navbar-collapse,
|
|
.navbar-default .navbar-form {
|
|
border-color: #e7e7e7;
|
|
}
|
|
|
|
.navbar-default .navbar-nav>.open>a,
|
|
.navbar-default .navbar-nav>.open>a:hover,
|
|
.navbar-default .navbar-nav>.open>a:focus {
|
|
background-color: #e7e7e7;
|
|
color: #555;
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
|
|
color: #333;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
|
|
color: #555;
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
|
|
color: #ccc;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
.navbar-default .navbar-link {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .navbar-link:hover {
|
|
color: #333;
|
|
}
|
|
|
|
.navbar-default .btn-link {
|
|
color: #777;
|
|
}
|
|
|
|
.navbar-default .btn-link:hover,
|
|
.navbar-default .btn-link:focus {
|
|
color: #333;
|
|
}
|
|
|
|
.navbar-default .btn-link[disabled]:hover,
|
|
fieldset[disabled] .navbar-default .btn-link:hover,
|
|
.navbar-default .btn-link[disabled]:focus,
|
|
fieldset[disabled] .navbar-default .btn-link:focus {
|
|
color: #ccc;
|
|
}
|
|
|
|
.navbar-inverse {
|
|
background-color: #222;
|
|
border-color: #080808;
|
|
}
|
|
|
|
.navbar-inverse .navbar-brand {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-brand:hover,
|
|
.navbar-inverse .navbar-brand:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-inverse .navbar-text {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav>li>a {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav>li>a:hover,
|
|
.navbar-inverse .navbar-nav>li>a:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav>.active>a,
|
|
.navbar-inverse .navbar-nav>.active>a:hover,
|
|
.navbar-inverse .navbar-nav>.active>a:focus {
|
|
color: #fff;
|
|
background-color: #080808;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav>.disabled>a,
|
|
.navbar-inverse .navbar-nav>.disabled>a:hover,
|
|
.navbar-inverse .navbar-nav>.disabled>a:focus {
|
|
color: #444;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-inverse .navbar-toggle {
|
|
border-color: #333;
|
|
}
|
|
|
|
.navbar-inverse .navbar-toggle:hover,
|
|
.navbar-inverse .navbar-toggle:focus {
|
|
background-color: #333;
|
|
}
|
|
|
|
.navbar-inverse .navbar-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-collapse,
|
|
.navbar-inverse .navbar-form {
|
|
border-color: #101010;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav>.open>a,
|
|
.navbar-inverse .navbar-nav>.open>a:hover,
|
|
.navbar-inverse .navbar-nav>.open>a:focus {
|
|
background-color: #080808;
|
|
color: #fff;
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
|
|
border-color: #080808;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
|
background-color: #080808;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
|
|
color: #fff;
|
|
background-color: #080808;
|
|
}
|
|
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
|
|
color: #444;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
.navbar-inverse .navbar-link {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-link:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .btn-link {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .btn-link:hover,
|
|
.navbar-inverse .btn-link:focus {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-inverse .btn-link[disabled]:hover,
|
|
fieldset[disabled] .navbar-inverse .btn-link:hover,
|
|
.navbar-inverse .btn-link[disabled]:focus,
|
|
fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
color: #444;
|
|
}
|
|
|
|
.pager {
|
|
padding-left: 0;
|
|
margin: 22px 0;
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.pager li {
|
|
display: inline;
|
|
}
|
|
|
|
.pager li>a,
|
|
.pager li>span {
|
|
display: inline-block;
|
|
padding: 5px 14px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.pager li>a:hover,
|
|
.pager li>a:focus {
|
|
text-decoration: none;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.pager .next>a,
|
|
.pager .next>span {
|
|
float: right;
|
|
}
|
|
|
|
.pager .previous>a,
|
|
.pager .previous>span {
|
|
float: left;
|
|
}
|
|
|
|
.pager .disabled>a,
|
|
.pager .disabled>a:hover,
|
|
.pager .disabled>a:focus,
|
|
.pager .disabled>span {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.label {
|
|
display: inline;
|
|
padding: .2em .6em .3em;
|
|
font-size: 75%;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: .25em;
|
|
}
|
|
|
|
a.label:hover,
|
|
a.label:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label:empty {
|
|
display: none;
|
|
}
|
|
|
|
.btn .label {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.label-default {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.label-default[href]:hover,
|
|
.label-default[href]:focus {
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.label-primary {
|
|
background-color: #337ab7;
|
|
}
|
|
|
|
.label-primary[href]:hover,
|
|
.label-primary[href]:focus {
|
|
background-color: #286090;
|
|
}
|
|
|
|
.label-success {
|
|
background-color: #7bcc3a;
|
|
}
|
|
|
|
.label-success[href]:hover,
|
|
.label-success[href]:focus {
|
|
background-color: #63a82b;
|
|
}
|
|
|
|
.label-info {
|
|
background-color: #10a0de;
|
|
}
|
|
|
|
.label-info[href]:hover,
|
|
.label-info[href]:focus {
|
|
background-color: #0d7eae;
|
|
}
|
|
|
|
.label-warning {
|
|
background-color: #ffd162;
|
|
}
|
|
|
|
.label-warning[href]:hover,
|
|
.label-warning[href]:focus {
|
|
background-color: #ffc22f;
|
|
}
|
|
|
|
.label-danger {
|
|
background-color: #f74b4b;
|
|
}
|
|
|
|
.label-danger[href]:hover,
|
|
.label-danger[href]:focus {
|
|
background-color: #f51a1a;
|
|
}
|
|
|
|
.badge {
|
|
display: inline-block;
|
|
min-width: 10px;
|
|
padding: 3px 7px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.badge:empty {
|
|
display: none;
|
|
}
|
|
|
|
.btn .badge {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.btn-xs .badge {
|
|
top: 0;
|
|
padding: 1px 5px;
|
|
}
|
|
|
|
a.badge:hover,
|
|
a.badge:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.list-group-item.active>.badge,
|
|
.nav-pills>.active>a>.badge {
|
|
color: #337ab7;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list-group-item>.badge {
|
|
float: right;
|
|
}
|
|
|
|
.list-group-item>.badge+.badge {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.nav-pills>li>a>.badge {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 30px 15px;
|
|
margin-bottom: 30px;
|
|
color: inherit;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
color: inherit;
|
|
}
|
|
|
|
.jumbotron p {
|
|
margin-bottom: 15px;
|
|
font-size: 24px;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.jumbotron>hr {
|
|
border-top-color: #e6e6e6;
|
|
}
|
|
|
|
.container .jumbotron,
|
|
.container-fluid .jumbotron {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.jumbotron .container {
|
|
max-width: 100%;
|
|
}
|
|
|
|
@media screen and (min-width:768px) {
|
|
.jumbotron {
|
|
padding: 48px 0;
|
|
}
|
|
|
|
.container .jumbotron,
|
|
.container-fluid .jumbotron {
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
}
|
|
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
font-size: 72px;
|
|
}
|
|
}
|
|
|
|
.alert {
|
|
padding: 15px;
|
|
margin-bottom: 22px;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.alert h4 {
|
|
margin-top: 0;
|
|
color: inherit;
|
|
}
|
|
|
|
.alert .alert-link {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.alert>p,
|
|
.alert>ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.alert>p+p {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.alert-dismissable,
|
|
.alert-dismissible {
|
|
padding-right: 35px;
|
|
}
|
|
|
|
.alert-dismissable .close,
|
|
.alert-dismissible .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit;
|
|
}
|
|
|
|
.alert-success {
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
color: #7bcc3a;
|
|
}
|
|
|
|
.alert-success hr {
|
|
border-top-color: #c9e2b3;
|
|
}
|
|
|
|
.alert-success .alert-link {
|
|
color: #63a82b;
|
|
}
|
|
|
|
.alert-info {
|
|
background-color: #d9edf7;
|
|
border-color: #bce8f1;
|
|
color: #10a0de;
|
|
}
|
|
|
|
.alert-info hr {
|
|
border-top-color: #a6e1ec;
|
|
}
|
|
|
|
.alert-info .alert-link {
|
|
color: #0d7eae;
|
|
}
|
|
|
|
.alert-warning {
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
color: #ffd162;
|
|
}
|
|
|
|
.alert-warning hr {
|
|
border-top-color: #f7e1b5;
|
|
}
|
|
|
|
.alert-warning .alert-link {
|
|
color: #ffc22f;
|
|
}
|
|
|
|
.alert-danger {
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
color: #f74b4b;
|
|
}
|
|
|
|
.alert-danger hr {
|
|
border-top-color: #e4b9c0;
|
|
}
|
|
|
|
.alert-danger .alert-link {
|
|
color: #f51a1a;
|
|
}
|
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
@-o-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
overflow: hidden;
|
|
height: 22px;
|
|
margin-bottom: 22px;
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.progress-bar {
|
|
float: left;
|
|
width: 0%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #337ab7;
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
|
|
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
|
|
-webkit-transition: width .6s ease;
|
|
-o-transition: width .6s ease;
|
|
transition: width .6s ease;
|
|
}
|
|
|
|
.progress-striped .progress-bar,
|
|
.progress-bar-striped {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
-webkit-background-size: 40px 40px;
|
|
background-size: 40px 40px;
|
|
}
|
|
|
|
.progress.active .progress-bar,
|
|
.progress-bar.active {
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
animation: progress-bar-stripes 2s linear infinite;
|
|
}
|
|
|
|
.progress-bar-success {
|
|
background-color: #7bcc3a;
|
|
}
|
|
|
|
.progress-striped .progress-bar-success {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-bar-info {
|
|
background-color: #10a0de;
|
|
}
|
|
|
|
.progress-striped .progress-bar-info {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-bar-warning {
|
|
background-color: #ffd162;
|
|
}
|
|
|
|
.progress-striped .progress-bar-warning {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-bar-danger {
|
|
background-color: #f74b4b;
|
|
}
|
|
|
|
.progress-striped .progress-bar-danger {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.media {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.media:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.media-right,
|
|
.media>.pull-right {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.media-left,
|
|
.media>.pull-left {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.media-left,
|
|
.media-right,
|
|
.media-body {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.media-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.media-bottom {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.media-heading {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.media-list {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.list-group {
|
|
margin-bottom: 20px;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.list-group-item {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
margin-bottom: -1px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.list-group-item:first-child {
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
}
|
|
|
|
.list-group-item:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
a.list-group-item {
|
|
color: #555;
|
|
}
|
|
|
|
a.list-group-item .list-group-item-heading {
|
|
color: #333;
|
|
}
|
|
|
|
a.list-group-item:hover,
|
|
a.list-group-item:focus {
|
|
text-decoration: none;
|
|
color: #555;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.list-group-item.disabled,
|
|
.list-group-item.disabled:hover,
|
|
.list-group-item.disabled:focus {
|
|
background-color: #fff;
|
|
color: #fff;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.list-group-item.disabled .list-group-item-heading,
|
|
.list-group-item.disabled:hover .list-group-item-heading,
|
|
.list-group-item.disabled:focus .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-group-item.disabled .list-group-item-text,
|
|
.list-group-item.disabled:hover .list-group-item-text,
|
|
.list-group-item.disabled:focus .list-group-item-text {
|
|
color: #fff;
|
|
}
|
|
|
|
.list-group-item.active,
|
|
.list-group-item.active:hover,
|
|
.list-group-item.active:focus {
|
|
z-index: 2;
|
|
color: #fff;
|
|
background-color: #337ab7;
|
|
border-color: #337ab7;
|
|
}
|
|
|
|
.list-group-item.active .list-group-item-heading,
|
|
.list-group-item.active:hover .list-group-item-heading,
|
|
.list-group-item.active:focus .list-group-item-heading,
|
|
.list-group-item.active .list-group-item-heading>small,
|
|
.list-group-item.active:hover .list-group-item-heading>small,
|
|
.list-group-item.active:focus .list-group-item-heading>small,
|
|
.list-group-item.active .list-group-item-heading>.small,
|
|
.list-group-item.active:hover .list-group-item-heading>.small,
|
|
.list-group-item.active:focus .list-group-item-heading>.small {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-group-item.active .list-group-item-text,
|
|
.list-group-item.active:hover .list-group-item-text,
|
|
.list-group-item.active:focus .list-group-item-text {
|
|
color: #c7ddef;
|
|
}
|
|
|
|
.list-group-item-success {
|
|
color: #7bcc3a;
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
a.list-group-item-success {
|
|
color: #7bcc3a;
|
|
}
|
|
|
|
a.list-group-item-success .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-success:hover,
|
|
a.list-group-item-success:focus {
|
|
color: #7bcc3a;
|
|
background-color: #d0e9c6;
|
|
}
|
|
|
|
a.list-group-item-success.active,
|
|
a.list-group-item-success.active:hover,
|
|
a.list-group-item-success.active:focus {
|
|
color: #fff;
|
|
background-color: #7bcc3a;
|
|
border-color: #7bcc3a;
|
|
}
|
|
|
|
.list-group-item-info {
|
|
color: #10a0de;
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
a.list-group-item-info {
|
|
color: #10a0de;
|
|
}
|
|
|
|
a.list-group-item-info .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-info:hover,
|
|
a.list-group-item-info:focus {
|
|
color: #10a0de;
|
|
background-color: #c4e3f3;
|
|
}
|
|
|
|
a.list-group-item-info.active,
|
|
a.list-group-item-info.active:hover,
|
|
a.list-group-item-info.active:focus {
|
|
color: #fff;
|
|
background-color: #10a0de;
|
|
border-color: #10a0de;
|
|
}
|
|
|
|
.list-group-item-warning {
|
|
color: #ffd162;
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
a.list-group-item-warning {
|
|
color: #ffd162;
|
|
}
|
|
|
|
a.list-group-item-warning .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-warning:hover,
|
|
a.list-group-item-warning:focus {
|
|
color: #ffd162;
|
|
background-color: #faf2cc;
|
|
}
|
|
|
|
a.list-group-item-warning.active,
|
|
a.list-group-item-warning.active:hover,
|
|
a.list-group-item-warning.active:focus {
|
|
color: #fff;
|
|
background-color: #ffd162;
|
|
border-color: #ffd162;
|
|
}
|
|
|
|
.list-group-item-danger {
|
|
color: #f74b4b;
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
a.list-group-item-danger {
|
|
color: #f74b4b;
|
|
}
|
|
|
|
a.list-group-item-danger .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-danger:hover,
|
|
a.list-group-item-danger:focus {
|
|
color: #f74b4b;
|
|
background-color: #ebcccc;
|
|
}
|
|
|
|
a.list-group-item-danger.active,
|
|
a.list-group-item-danger.active:hover,
|
|
a.list-group-item-danger.active:focus {
|
|
color: #fff;
|
|
background-color: #f74b4b;
|
|
border-color: #f74b4b;
|
|
}
|
|
|
|
.list-group-item-heading {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.list-group-item-text {
|
|
margin-bottom: 0;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
height: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.embed-responsive .embed-responsive-item,
|
|
.embed-responsive iframe,
|
|
.embed-responsive embed,
|
|
.embed-responsive object,
|
|
.embed-responsive video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
|
|
.embed-responsive.embed-responsive-16by9 {
|
|
padding-bottom: 56.25%;
|
|
}
|
|
|
|
.embed-responsive.embed-responsive-4by3 {
|
|
padding-bottom: 75%;
|
|
}
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #000;
|
|
text-shadow: 0 1px 0 #fff;
|
|
opacity: .2;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
|
|
.close:hover,
|
|
.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: .5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|
|
button.close {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.modal-open {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.modal {
|
|
display: none;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
-webkit-overflow-scrolling: touch;
|
|
outline: 0;
|
|
}
|
|
|
|
.modal.fade .modal-dialog {
|
|
-webkit-transform: translate(0, -25%);
|
|
-ms-transform: translate(0, -25%);
|
|
-o-transform: translate(0, -25%);
|
|
transform: translate(0, -25%);
|
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
|
-o-transition: -o-transform 0.3s ease-out;
|
|
transition: transform 0.3s ease-out;
|
|
}
|
|
|
|
.modal.in .modal-dialog {
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
|
|
.modal-open .modal {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.modal-dialog {
|
|
position: relative;
|
|
width: auto;
|
|
margin: 10px;
|
|
}
|
|
|
|
.modal-content {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #999;
|
|
border: 1px solid rgba(0,0,0,0.2);
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
|
|
box-shadow: 0 3px 9px rgba(0,0,0,0.5);
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
outline: 0;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
background-color: #000;
|
|
}
|
|
|
|
.modal-backdrop.fade {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
|
|
.modal-backdrop.in {
|
|
opacity: .5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
min-height: 16.42857143px;
|
|
}
|
|
|
|
.modal-header .close {
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.modal-title {
|
|
margin: 0;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
.modal-body {
|
|
position: relative;
|
|
padding: 15px;
|
|
}
|
|
|
|
.modal-footer {
|
|
padding: 15px;
|
|
text-align: right;
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.modal-scrollbar-measure {
|
|
position: absolute;
|
|
top: -9999px;
|
|
width: 50px;
|
|
height: 50px;
|
|
overflow: scroll;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.modal-dialog {
|
|
width: 600px;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.modal-content {
|
|
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.modal-sm {
|
|
width: 300px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.modal-lg {
|
|
width: 900px;
|
|
}
|
|
}
|
|
|
|
.tooltip {
|
|
position: absolute;
|
|
z-index: 1070;
|
|
display: block;
|
|
visibility: visible;
|
|
font-family: "Source Sans Pro",sans-serif;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 1.4;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
|
|
.tooltip.in {
|
|
opacity: .9;
|
|
filter: alpha(opacity=90);
|
|
}
|
|
|
|
.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: 3px 8px;
|
|
color: #000;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
background-color: #fff;
|
|
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: #fff;
|
|
}
|
|
|
|
.tooltip.top-left .tooltip-arrow {
|
|
bottom: 0;
|
|
right: 5px;
|
|
margin-bottom: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.tooltip.top-right .tooltip-arrow {
|
|
bottom: 0;
|
|
left: 5px;
|
|
margin-bottom: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.tooltip.right .tooltip-arrow {
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 5px 5px 0;
|
|
border-right-color: #fff;
|
|
}
|
|
|
|
.tooltip.left .tooltip-arrow {
|
|
top: 50%;
|
|
right: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 0 5px 5px;
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.tooltip.bottom .tooltip-arrow {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.tooltip.bottom-left .tooltip-arrow {
|
|
top: 0;
|
|
right: 5px;
|
|
margin-top: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.tooltip.bottom-right .tooltip-arrow {
|
|
top: 0;
|
|
left: 5px;
|
|
margin-top: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.popover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1060;
|
|
display: none;
|
|
max-width: 276px;
|
|
padding: 1px;
|
|
font-family: "Source Sans Pro",sans-serif;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0,0,0,0.2);
|
|
border-radius: 6px;
|
|
-webkit-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: 16px;
|
|
background-color: #f7f7f7;
|
|
border-bottom: 1px solid #ebebeb;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
.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 {
|
|
content: " ";
|
|
bottom: 1px;
|
|
margin-left: -10px;
|
|
border-bottom-width: 0;
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.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 {
|
|
content: " ";
|
|
left: 1px;
|
|
bottom: -10px;
|
|
border-left-width: 0;
|
|
border-right-color: #fff;
|
|
}
|
|
|
|
.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 {
|
|
content: " ";
|
|
top: 1px;
|
|
margin-left: -10px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.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 {
|
|
content: " ";
|
|
right: 1px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff;
|
|
bottom: -10px;
|
|
}
|
|
|
|
.carousel {
|
|
position: relative;
|
|
}
|
|
|
|
.carousel-inner {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.carousel-inner>.item {
|
|
display: none;
|
|
position: relative;
|
|
-webkit-transition: .6s ease-in-out left;
|
|
-o-transition: .6s ease-in-out left;
|
|
transition: .6s ease-in-out left;
|
|
}
|
|
|
|
.carousel-inner>.item>img,
|
|
.carousel-inner>.item>a>img {
|
|
line-height: 1;
|
|
}
|
|
|
|
@media all and (transform-3d),(-webkit-transform-3d) {
|
|
.carousel-inner>.item {
|
|
-webkit-transition: -webkit-transform .6s ease-in-out;
|
|
-o-transition: -o-transform .6s ease-in-out;
|
|
transition: transform .6s ease-in-out;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-perspective: 1000;
|
|
perspective: 1000;
|
|
}
|
|
|
|
.carousel-inner>.item.next,
|
|
.carousel-inner>.item.active.right {
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
transform: translate3d(100%, 0, 0);
|
|
left: 0;
|
|
}
|
|
|
|
.carousel-inner>.item.prev,
|
|
.carousel-inner>.item.active.left {
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
transform: translate3d(-100%, 0, 0);
|
|
left: 0;
|
|
}
|
|
|
|
.carousel-inner>.item.next.left,
|
|
.carousel-inner>.item.prev.right,
|
|
.carousel-inner>.item.active {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.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: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 15%;
|
|
opacity: .5;
|
|
filter: alpha(opacity=50);
|
|
font-size: 20px;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
|
|
}
|
|
|
|
.carousel-control.left {
|
|
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
|
|
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
|
|
background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
|
}
|
|
|
|
.carousel-control.right {
|
|
left: auto;
|
|
right: 0;
|
|
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
|
|
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
|
|
background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
|
}
|
|
|
|
.carousel-control:hover,
|
|
.carousel-control:focus {
|
|
outline: 0;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
opacity: .9;
|
|
filter: alpha(opacity=90);
|
|
}
|
|
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next,
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .glyphicon-chevron-right {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 5;
|
|
display: inline-block;
|
|
}
|
|
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .glyphicon-chevron-left {
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.carousel-control .icon-next,
|
|
.carousel-control .glyphicon-chevron-right {
|
|
right: 50%;
|
|
margin-right: -10px;
|
|
}
|
|
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: -10px;
|
|
font-family: serif;
|
|
}
|
|
|
|
.carousel-control .icon-prev:before {
|
|
content: '\2039';
|
|
}
|
|
|
|
.carousel-control .icon-next:before {
|
|
content: '\203a';
|
|
}
|
|
|
|
.carousel-indicators {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
z-index: 15;
|
|
width: 60%;
|
|
margin-left: -30%;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.carousel-indicators li {
|
|
display: inline-block;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 1px;
|
|
text-indent: -999px;
|
|
border: 1px solid #fff;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
background-color: #000 \9;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.carousel-indicators .active {
|
|
margin: 0;
|
|
width: 12px;
|
|
height: 12px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.carousel-caption {
|
|
position: absolute;
|
|
left: 15%;
|
|
right: 15%;
|
|
bottom: 20px;
|
|
z-index: 10;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
|
|
}
|
|
|
|
.carousel-caption .btn {
|
|
text-shadow: none;
|
|
}
|
|
|
|
@media screen and (min-width:768px) {
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .glyphicon-chevron-right,
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-top: -15px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .icon-prev {
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.carousel-control .glyphicon-chevron-right,
|
|
.carousel-control .icon-next {
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.carousel-caption {
|
|
left: 20%;
|
|
right: 20%;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.carousel-indicators {
|
|
bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.clearfix:before,
|
|
.clearfix:after,
|
|
.dl-horizontal dd:before,
|
|
.dl-horizontal dd:after,
|
|
.container:before,
|
|
.container:after,
|
|
.container-fluid:before,
|
|
.container-fluid:after,
|
|
.row:before,
|
|
.row:after,
|
|
.form-horizontal .form-group:before,
|
|
.form-horizontal .form-group:after,
|
|
.btn-toolbar:before,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical>.btn-group:before,
|
|
.btn-group-vertical>.btn-group:after,
|
|
.nav:before,
|
|
.nav:after,
|
|
.navbar:before,
|
|
.navbar:after,
|
|
.navbar-header:before,
|
|
.navbar-header:after,
|
|
.navbar-collapse:before,
|
|
.navbar-collapse:after,
|
|
.pager:before,
|
|
.pager:after,
|
|
.modal-footer:before,
|
|
.modal-footer:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.clearfix:after,
|
|
.dl-horizontal dd:after,
|
|
.container:after,
|
|
.container-fluid:after,
|
|
.row:after,
|
|
.form-horizontal .form-group:after,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical>.btn-group:after,
|
|
.nav:after,
|
|
.navbar:after,
|
|
.navbar-header:after,
|
|
.navbar-collapse:after,
|
|
.pager:after,
|
|
.modal-footer:after {
|
|
clear: both;
|
|
}
|
|
|
|
.center-block {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right !important;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left !important;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.show {
|
|
display: block !important;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.text-hide {
|
|
font: 0/0 a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.affix {
|
|
position: fixed;
|
|
}
|
|
|
|
@-ms-viewport {
|
|
width: device-width;
|
|
}
|
|
|
|
.visible-xs,
|
|
.visible-sm,
|
|
.visible-md,
|
|
.visible-lg {
|
|
display: none !important;
|
|
}
|
|
|
|
.visible-xs-block,
|
|
.visible-xs-inline,
|
|
.visible-xs-inline-block,
|
|
.visible-sm-block,
|
|
.visible-sm-inline,
|
|
.visible-sm-inline-block,
|
|
.visible-md-block,
|
|
.visible-md-inline,
|
|
.visible-md-inline-block,
|
|
.visible-lg-block,
|
|
.visible-lg-inline,
|
|
.visible-lg-inline-block {
|
|
display: none !important;
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.visible-xs {
|
|
display: block !important;
|
|
}
|
|
|
|
table.visible-xs {
|
|
display: table;
|
|
}
|
|
|
|
tr.visible-xs {
|
|
display: table-row !important;
|
|
}
|
|
|
|
th.visible-xs,
|
|
td.visible-xs {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.visible-xs-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.visible-xs-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.visible-xs-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991px) {
|
|
.visible-sm {
|
|
display: block !important;
|
|
}
|
|
|
|
table.visible-sm {
|
|
display: table;
|
|
}
|
|
|
|
tr.visible-sm {
|
|
display: table-row !important;
|
|
}
|
|
|
|
th.visible-sm,
|
|
td.visible-sm {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991px) {
|
|
.visible-sm-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991px) {
|
|
.visible-sm-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991px) {
|
|
.visible-sm-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) and (max-width:1199px) {
|
|
.visible-md {
|
|
display: block !important;
|
|
}
|
|
|
|
table.visible-md {
|
|
display: table;
|
|
}
|
|
|
|
tr.visible-md {
|
|
display: table-row !important;
|
|
}
|
|
|
|
th.visible-md,
|
|
td.visible-md {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) and (max-width:1199px) {
|
|
.visible-md-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) and (max-width:1199px) {
|
|
.visible-md-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) and (max-width:1199px) {
|
|
.visible-md-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.visible-lg {
|
|
display: block !important;
|
|
}
|
|
|
|
table.visible-lg {
|
|
display: table;
|
|
}
|
|
|
|
tr.visible-lg {
|
|
display: table-row !important;
|
|
}
|
|
|
|
th.visible-lg,
|
|
td.visible-lg {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.visible-lg-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.visible-lg-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.visible-lg-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.hidden-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991px) {
|
|
.hidden-sm {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) and (max-width:1199px) {
|
|
.hidden-md {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.hidden-lg {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.visible-print {
|
|
display: none !important;
|
|
}
|
|
|
|
@media print {
|
|
.visible-print {
|
|
display: block !important;
|
|
}
|
|
|
|
table.visible-print {
|
|
display: table;
|
|
}
|
|
|
|
tr.visible-print {
|
|
display: table-row !important;
|
|
}
|
|
|
|
th.visible-print,
|
|
td.visible-print {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
|
|
.visible-print-block {
|
|
display: none !important;
|
|
}
|
|
|
|
@media print {
|
|
.visible-print-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
.visible-print-inline {
|
|
display: none !important;
|
|
}
|
|
|
|
@media print {
|
|
.visible-print-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
|
|
.visible-print-inline-block {
|
|
display: none !important;
|
|
}
|
|
|
|
@media print {
|
|
.visible-print-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
.hidden-print {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.icon-truck:before {
|
|
content: '\e800';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-database:before {
|
|
content: '\e801';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-mining:before {
|
|
content: '\e802';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check:before {
|
|
content: '\e803';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel:before {
|
|
content: '\e804';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-loader:before {
|
|
content: '\e805';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check-o:before {
|
|
content: '\e806';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel-o:before {
|
|
content: '\e807';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-warning-o:before {
|
|
content: '\e808';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-network:before {
|
|
content: '\e809';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-block:before {
|
|
content: '\e80a';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-bulb:before {
|
|
content: '\e80b';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-node:before {
|
|
content: '\e80c';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-laptop:before {
|
|
content: '\e80d';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-time:before {
|
|
content: '\e80e';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-clock:before {
|
|
content: '\e80f';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-group:before {
|
|
content: '\e810';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gas:before {
|
|
content: '\e811';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-difficulty:before {
|
|
content: '\e812';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-uncle:before {
|
|
content: '\e813';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-hashrate:before {
|
|
content: '\e814';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gasprice:before {
|
|
content: '\e815';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
@font-face {
|
|
font-family: 'minimal-icons';
|
|
src: url('/fonts/minimal-icons.eot?59779169');
|
|
src: url('/fonts/minimal-icons.eot?59779169') format('embedded-opentype'),
|
|
url('/fonts/minimal-icons.svg?59779169') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'minimal-icons';
|
|
src: url('data:application/octet-stream;base64,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') format('woff'),
|
|
url('data:application/octet-stream;base64,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ABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKxAAAqsQAFQrEACCqxAAVCsQAIKrEABUK5AAAACSqxAAVCuQAAAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbEADCq4Af+FsASNsQIARAA=') format('truetype');
|
|
}
|
|
|
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
|
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
|
|
/*
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: 'minimal-icons';
|
|
src: url('../fonts/minimal-icons.svg?59779169#minimal-icons') format('svg');
|
|
}
|
|
}
|
|
*/
|
|
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: "minimal-icons";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
/* opacity: .8; */
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
/* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
/* Animation center compensation - margins should be symmetric */
|
|
/* remove if not needed */
|
|
margin-left: .2em;
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
/* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
}
|
|
|
|
.icon-truck:before {
|
|
content: '\e800';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-database:before {
|
|
content: '\e801';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-mining:before {
|
|
content: '\e802';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check:before {
|
|
content: '\e803';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel:before {
|
|
content: '\e804';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-loader:before {
|
|
content: '\e805';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check-o:before {
|
|
content: '\e806';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel-o:before {
|
|
content: '\e807';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-warning-o:before {
|
|
content: '\e808';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-network:before {
|
|
content: '\e809';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-block:before {
|
|
content: '\e80a';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-bulb:before {
|
|
content: '\e80b';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-node:before {
|
|
content: '\e80c';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-laptop:before {
|
|
content: '\e80d';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-time:before {
|
|
content: '\e80e';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-clock:before {
|
|
content: '\e80f';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-group:before {
|
|
content: '\e810';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gas:before {
|
|
content: '\e811';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-difficulty:before {
|
|
content: '\e812';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-uncle:before {
|
|
content: '\e813';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-hashrate:before {
|
|
content: '\e814';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gasprice:before {
|
|
content: '\e815';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-truck {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-database {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-mining {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-check {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-cancel {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-loader {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-check-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-cancel-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-warning-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-network {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-block {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-bulb {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-node {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-laptop {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-time {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-clock {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-group {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-gas {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-difficulty {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-uncle {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-hashrate {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-gasprice {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
font-family: 'minimal-icons';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
/* fix buttons height */
|
|
line-height: 1em;
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
}
|
|
|
|
.icon-truck {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-database {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-mining {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-check {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-cancel {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-loader {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-check-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-cancel-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-warning-o {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-network {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-block {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-bulb {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-node {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-laptop {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-time {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-clock {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-group {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-gas {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-difficulty {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-uncle {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-hashrate {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
.icon-gasprice {
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'minimal-icons';
|
|
src: url('/fonts/minimal-icons.eot?7541141');
|
|
src: url('/fonts/minimal-icons.eot?7541141') format('embedded-opentype'),
|
|
url('/fonts/minimal-icons.woff?7541141') format('woff'),
|
|
url('/fonts/minimal-icons.ttf?7541141') format('truetype'),
|
|
url('/fonts/minimal-icons.svg?7541141') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
|
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
|
|
/*
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: 'minimal-icons';
|
|
src: url('../fonts/minimal-icons.svg?7541141#minimal-icons') format('svg');
|
|
}
|
|
}
|
|
*/
|
|
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: "minimal-icons";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
/* opacity: .8; */
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
/* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
/* Animation center compensation - margins should be symmetric */
|
|
/* remove if not needed */
|
|
margin-left: .2em;
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
/* Font smoothing. That was taken from TWBS */
|
|
/*-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;*/
|
|
/* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
}
|
|
|
|
.icon-truck:before {
|
|
content: '\e800';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-database:before {
|
|
content: '\e801';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-mining:before {
|
|
content: '\e802';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check:before {
|
|
content: '\e803';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel:before {
|
|
content: '\e804';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-loader:before {
|
|
content: '\e805';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-check-o:before {
|
|
content: '\e806';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-cancel-o:before {
|
|
content: '\e807';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-warning-o:before {
|
|
content: '\e808';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-network:before {
|
|
content: '\e809';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-block:before {
|
|
content: '\e80a';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-bulb:before {
|
|
content: '\e80b';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-node:before {
|
|
content: '\e80c';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-laptop:before {
|
|
content: '\e80d';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-time:before {
|
|
content: '\e80e';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-clock:before {
|
|
content: '\e80f';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-group:before {
|
|
content: '\e810';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gas:before {
|
|
content: '\e811';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-difficulty:before {
|
|
content: '\e812';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-uncle:before {
|
|
content: '\e813';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-hashrate:before {
|
|
content: '\e814';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
.icon-gasprice:before {
|
|
content: '\e815';
|
|
}
|
|
|
|
/* '' */
|
|
|
|
html {
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
width: 100%;
|
|
min-width: 1900px;
|
|
font-smooth: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
table td {
|
|
font-size: 14px;
|
|
white-space: nowrap !important;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
}
|
|
|
|
.propagationBox {
|
|
position: relative;
|
|
width: 8px;
|
|
height: 8px;
|
|
float: left;
|
|
top: 5px;
|
|
margin-right: 5px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.bg-success,
|
|
.text-success .propagationBox {
|
|
background: #7bcc3a;
|
|
}
|
|
|
|
.bg-info,
|
|
.text-info .propagationBox {
|
|
background: #10a0de;
|
|
}
|
|
|
|
.bg-warning,
|
|
.text-warning .propagationBox {
|
|
background: #FFD162;
|
|
}
|
|
|
|
.bg-orange,
|
|
.text-orange .propagationBox {
|
|
background: #ff8a00;
|
|
}
|
|
|
|
.bg-danger,
|
|
.text-danger .propagationBox {
|
|
background: #F74B4B;
|
|
}
|
|
|
|
.text-gray .propagationBox {
|
|
background: none !important;
|
|
border: 1px solid #777;
|
|
}
|
|
|
|
.bg-success,
|
|
.bg-info,
|
|
.bg-warning,
|
|
.bg-orange,
|
|
.bg-danger {
|
|
color: #000;
|
|
}
|
|
|
|
.text-gray {
|
|
color: #777 !important;
|
|
}
|
|
|
|
.text-orange {
|
|
color: #ff8a00;
|
|
}
|
|
|
|
.container-fluid {
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.stat-holder {
|
|
background: #090909;
|
|
border: 1px solid rgba(255,255,255,0.05);
|
|
}
|
|
|
|
.big-info {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.big-info .icon-full-width i {
|
|
display: block;
|
|
width: 85px;
|
|
height: 70px;
|
|
font-size: 70px;
|
|
line-height: 70px;
|
|
margin-right: 15px;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.big-info span.small-title,
|
|
.big-info div.small-title-miner {
|
|
display: block;
|
|
}
|
|
|
|
span.small-title,
|
|
div.small-title-miner {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
color: #aaa;
|
|
}
|
|
|
|
span.small-title span.small {
|
|
font-size: 11px;
|
|
font-weight: 600;
|
|
line-height: 16px;
|
|
letter-spacing: 0px;
|
|
color: #666;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
}
|
|
|
|
.big-info .big-details {
|
|
display: block;
|
|
font-weight: 200;
|
|
font-size: 50px;
|
|
line-height: 55px;
|
|
letter-spacing: -4px;
|
|
word-spacing: nowrap !important;
|
|
}
|
|
|
|
.big-info .big-details .small-hash {
|
|
font-size: 87%;
|
|
}
|
|
|
|
.big-info .big-details-holder {
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 99px;
|
|
}
|
|
|
|
.big-info.chart {
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.big-info.chart .big-details {
|
|
display: block;
|
|
position: absolute;
|
|
top: 40px;
|
|
}
|
|
|
|
.big-info.chart {
|
|
height: 120px;
|
|
-webkit-box-sizing: border-box
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.big-info.chart.double-chart {
|
|
height: 242px;
|
|
}
|
|
|
|
.blocks-holder {
|
|
width: 288px;
|
|
padding-top: 6px;
|
|
margin-left: -2px;
|
|
}
|
|
|
|
.blocks-holder {
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
}
|
|
|
|
.blocks-holder div.small-title-miner {
|
|
font-family: "Lucida Console", "Courier New", Courier, monospace;
|
|
font-size: 11px;
|
|
letter-spacing: -0.1px;
|
|
text-transform: none;
|
|
white-space: nowrap;
|
|
color: #777;
|
|
}
|
|
|
|
.blocks-holder .block-count {
|
|
font-family: 'Lucida Console', "Courier New", Courier, monospace;
|
|
font-weight: bold;
|
|
font-size: 10px;
|
|
padding-top: 3px;
|
|
float: right;
|
|
}
|
|
|
|
.blocks-holder .block {
|
|
width: 6px;
|
|
height: 6px;
|
|
margin: 2px 1px 6px 0px;
|
|
float: left;
|
|
-webkit-border-radius: 1px;
|
|
border-radius: 1px;
|
|
opacity: .8;
|
|
}
|
|
|
|
.blocks-holder .block:first-child {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.blocks-holder .block:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.second-row .box {
|
|
height: 40px;
|
|
line-height: 24px !important;
|
|
padding: 5px 15px;
|
|
}
|
|
|
|
.second-row .box i,
|
|
.big-info.chart i {
|
|
position: relative;
|
|
top: 2px;
|
|
left: -3px;
|
|
font-size: 24px;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
margin-right: 7px;
|
|
float: left;
|
|
}
|
|
|
|
.big-info.chart i {
|
|
font-size: 24px;
|
|
top: -2px;
|
|
}
|
|
|
|
.small-value {
|
|
font-weight: 300;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
float: right;
|
|
}
|
|
|
|
.second-row .box .small-value {
|
|
float: right;
|
|
}
|
|
|
|
.big-info .small-value {
|
|
position: absolute;
|
|
right: 14px;
|
|
top: 10px;
|
|
}
|
|
|
|
table i {
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
}
|
|
|
|
table th,
|
|
table td {
|
|
border-color: #222 !important;
|
|
}
|
|
|
|
table td {
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
table th {
|
|
color: #888;
|
|
}
|
|
|
|
table th i {
|
|
line-height: 1em;
|
|
font-size: 20px;
|
|
}
|
|
|
|
table td i {
|
|
position: relative;
|
|
top: 2px;
|
|
left: 2px;
|
|
}
|
|
|
|
table td.peerPropagationChart {
|
|
padding: 4px 5px !important;
|
|
}
|
|
|
|
nodepropagchart {
|
|
display: inline-block;
|
|
width: 107px;
|
|
height: 20px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.table>tbody>tr>td,
|
|
.table>thead>tr>th {
|
|
padding: 5px;
|
|
}
|
|
|
|
.th-nodecheck,
|
|
.td-nodecheck {
|
|
width: 38px;
|
|
text-align: center;
|
|
}
|
|
|
|
.td-nodecheck i {
|
|
left: 0px;
|
|
}
|
|
|
|
.th-nodename {
|
|
width: 300px;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.th-nodetype {
|
|
width: 220px;
|
|
}
|
|
|
|
.th-latency {
|
|
width: 100px;
|
|
}
|
|
|
|
.th-blockhash {
|
|
width: 150px;
|
|
}
|
|
|
|
.th-blocktime {
|
|
width: 110px;
|
|
}
|
|
|
|
.th-peerPropagationTime {
|
|
width: 120px;
|
|
}
|
|
|
|
.th-peerPropagationChart {
|
|
width: 140px;
|
|
}
|
|
|
|
.nodeInfo .tooltip .tooltip-inner {
|
|
max-width: 400px;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.map-holder {
|
|
padding: 0;
|
|
}
|
|
|
|
#mapHolder {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 282px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#mapHolder > svg {
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.jqsfield {
|
|
position: relative;
|
|
padding: 5px 0;
|
|
width: auto;
|
|
left: -50%;
|
|
word-wrap: wrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.d3-tip {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.jqsfield .tooltip-arrow {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #fff;
|
|
}
|
|
|
|
.datamaps-hoverover .tooltip-arrow,
|
|
.d3-tip .tooltip-arrow {
|
|
position: absolute;
|
|
top: -5px;
|
|
left: 0px;
|
|
margin-left: -5px;
|
|
border-width: 0px 5px 5px 5px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.d3-tip .tooltip-arrow {
|
|
top: 0px;
|
|
left: 50%;
|
|
}
|
|
|
|
.hoverinfo {
|
|
position: relative;
|
|
width: auto;
|
|
left: -50%;
|
|
text-align: center;
|
|
color: #333;
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
border-radius: 3px !important;
|
|
padding: 5px !important;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.hoverinfo .propagationBox {
|
|
top: 3px;
|
|
}
|
|
|
|
svg {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
svg .bars .bar {
|
|
opacity: 1;
|
|
shape-rendering: auto;
|
|
}
|
|
|
|
svg .bars .handle {
|
|
opacity: 0;
|
|
}
|
|
|
|
svg .bars .highlight {
|
|
opacity: 0;
|
|
}
|
|
|
|
svg .bars g:hover .highlight {
|
|
opacity: 1;
|
|
}
|
|
|
|
svg .line {
|
|
fill: none;
|
|
stroke: #ff0000;
|
|
stroke-width: 1.3px;
|
|
stroke-linejoin: round;
|
|
stroke-linecap: round;
|
|
shape-rendering: geometric-precision;
|
|
/*-webkit-svg-shadow: 0 0 7px #fff;*/
|
|
}
|
|
|
|
svg .bar text {
|
|
text-anchor: end;
|
|
font-size: 12px;
|
|
}
|
|
|
|
svg .axis path,
|
|
svg .axis line {
|
|
fill: none;
|
|
stroke: rgba(255,255,255,0.15);
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
svg .axis text {
|
|
fill: #777;
|
|
font-size: 10px;
|
|
letter-spacing: 0px;
|
|
font-family: "Source Sans Pro";
|
|
font-weight: 700;
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
-moz-osx-font-smoothing: auto;
|
|
}
|
|
|
|
svg .y.axis .tick:first-child text {
|
|
opacity: 0;
|
|
}
|
|
|
|
.toast-title {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.toast-message {
|
|
-ms-word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.toast-message a,
|
|
.toast-message label {
|
|
color: #fff;
|
|
}
|
|
|
|
.toast-message a:hover {
|
|
color: #ccc;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.toast-close-button {
|
|
position: relative;
|
|
right: -.3em;
|
|
top: -.3em;
|
|
float: right;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #fff;
|
|
-webkit-text-shadow: 0 1px 0 #fff;
|
|
text-shadow: 0 1px 0 #fff;
|
|
opacity: .8;
|
|
-ms-filter: alpha(Opacity=80);
|
|
filter: alpha(opacity=80);
|
|
}
|
|
|
|
.toast-close-button:focus,
|
|
.toast-close-button:hover {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: .4;
|
|
-ms-filter: alpha(Opacity=40);
|
|
filter: alpha(opacity=40);
|
|
}
|
|
|
|
button.toast-close-button {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: 0 0;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.toast-top-center {
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.toast-bottom-center {
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.toast-top-full-width {
|
|
top: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.toast-bottom-full-width {
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.toast-top-left {
|
|
top: 12px;
|
|
left: 12px;
|
|
}
|
|
|
|
.toast-top-right {
|
|
top: 12px;
|
|
right: 12px;
|
|
}
|
|
|
|
.toast-bottom-right {
|
|
right: 12px;
|
|
bottom: 12px;
|
|
}
|
|
|
|
.toast-bottom-left {
|
|
bottom: 12px;
|
|
left: 12px;
|
|
}
|
|
|
|
#toast-container {
|
|
position: fixed;
|
|
z-index: 999999;
|
|
}
|
|
|
|
#toast-container * {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#toast-container>div {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin: 0 0 6px;
|
|
padding: 15px 15px 15px 50px;
|
|
width: 300px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background-position: 15px center;
|
|
background-repeat: no-repeat;
|
|
-moz-box-shadow: 0 0 12px #999;
|
|
-webkit-box-shadow: 0 0 12px #999;
|
|
box-shadow: 0 0 12px #999;
|
|
color: #fff;
|
|
opacity: .8;
|
|
-ms-filter: alpha(Opacity=80);
|
|
filter: alpha(opacity=80);
|
|
}
|
|
|
|
#toast-container>:hover {
|
|
-moz-box-shadow: 0 0 12px #000;
|
|
-webkit-box-shadow: 0 0 12px #000;
|
|
box-shadow: 0 0 12px #000;
|
|
opacity: 1;
|
|
-ms-filter: alpha(Opacity=100);
|
|
filter: alpha(opacity=100);
|
|
cursor: pointer;
|
|
}
|
|
|
|
#toast-container>.toast-info {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important;
|
|
}
|
|
|
|
#toast-container>.toast-error {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important;
|
|
}
|
|
|
|
#toast-container>.toast-success {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
|
|
}
|
|
|
|
#toast-container>.toast-warning {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important;
|
|
}
|
|
|
|
#toast-container.toast-bottom-center>div,
|
|
#toast-container.toast-top-center>div {
|
|
width: 300px;
|
|
margin: auto;
|
|
}
|
|
|
|
#toast-container.toast-bottom-full-width>div,
|
|
#toast-container.toast-top-full-width>div {
|
|
width: 96%;
|
|
margin: auto;
|
|
}
|
|
|
|
.toast {
|
|
background-color: #030303;
|
|
}
|
|
|
|
.toast-success {
|
|
background-color: #51a351;
|
|
}
|
|
|
|
.toast-error {
|
|
background-color: #bd362f;
|
|
}
|
|
|
|
.toast-info {
|
|
background-color: #2f96b4;
|
|
}
|
|
|
|
.toast-warning {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.toast-progress {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 4px;
|
|
background-color: #000;
|
|
opacity: .4;
|
|
-ms-filter: alpha(Opacity=40);
|
|
filter: alpha(opacity=40);
|
|
}
|
|
|
|
@media all and (max-width:240px) {
|
|
#toast-container>div {
|
|
padding: 8px 8px 8px 50px;
|
|
width: 11em;
|
|
}
|
|
|
|
#toast-container .toast-close-button {
|
|
right: -.2em;
|
|
top: -.2em;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width:241px) and (max-width:480px) {
|
|
#toast-container>div {
|
|
padding: 8px 8px 8px 50px;
|
|
width: 18em;
|
|
}
|
|
|
|
#toast-container .toast-close-button {
|
|
right: -.2em;
|
|
top: -.2em;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width:481px) and (max-width:768px) {
|
|
#toast-container>div {
|
|
padding: 15px 15px 15px 50px;
|
|
width: 25em;
|
|
}
|
|
} |