8926 lines
141 KiB
CSS
Vendored
8926 lines
141 KiB
CSS
Vendored
@charset "UTF-8";
|
||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||
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 {
|
||
outline: 0;
|
||
}
|
||
|
||
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 {
|
||
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"] {
|
||
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;
|
||
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;
|
||
}
|
||
|
||
@media print {
|
||
*,
|
||
*::before,
|
||
*::after {
|
||
text-shadow: none !important;
|
||
box-shadow: none !important;
|
||
}
|
||
a,
|
||
a:visited {
|
||
text-decoration: underline;
|
||
}
|
||
abbr[title]::after {
|
||
content: " (" attr(title) ")";
|
||
}
|
||
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;
|
||
}
|
||
.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;
|
||
}
|
||
}
|
||
|
||
html {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
*,
|
||
*::before,
|
||
*::after {
|
||
box-sizing: inherit;
|
||
}
|
||
|
||
@-moz-viewport {
|
||
width: device-width;
|
||
}
|
||
|
||
@-ms-viewport {
|
||
width: device-width;
|
||
}
|
||
|
||
@-o-viewport {
|
||
width: device-width;
|
||
}
|
||
|
||
@-webkit-viewport {
|
||
width: device-width;
|
||
}
|
||
|
||
@viewport {
|
||
width: device-width;
|
||
}
|
||
|
||
html {
|
||
font-size: 14px;
|
||
-webkit-tap-highlight-color: transparent;
|
||
}
|
||
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||
font-size: 1rem;
|
||
line-height: 1.5;
|
||
color: #373a3c;
|
||
background-color: #fff;
|
||
}
|
||
|
||
[tabindex="-1"]:focus {
|
||
outline: none !important;
|
||
}
|
||
|
||
h1, h2, h3, h4, h5, h6 {
|
||
margin-top: 0;
|
||
margin-bottom: .5rem;
|
||
}
|
||
|
||
p {
|
||
margin-top: 0;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
abbr[title],
|
||
abbr[data-original-title] {
|
||
cursor: help;
|
||
border-bottom: 1px dotted #818a91;
|
||
}
|
||
|
||
address {
|
||
margin-bottom: 1rem;
|
||
font-style: normal;
|
||
line-height: inherit;
|
||
}
|
||
|
||
ol,
|
||
ul,
|
||
dl {
|
||
margin-top: 0;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
ol ol,
|
||
ul ul,
|
||
ol ul,
|
||
ul ol {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
dt {
|
||
font-weight: bold;
|
||
}
|
||
|
||
dd {
|
||
margin-bottom: .5rem;
|
||
margin-left: 0;
|
||
}
|
||
|
||
blockquote {
|
||
margin: 0 0 1rem;
|
||
}
|
||
|
||
a {
|
||
color: #0275d8;
|
||
text-decoration: none;
|
||
}
|
||
|
||
a:focus, a:hover {
|
||
color: #014c8c;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
a:focus {
|
||
outline: thin dotted;
|
||
outline: 5px auto -webkit-focus-ring-color;
|
||
outline-offset: -2px;
|
||
}
|
||
|
||
pre {
|
||
margin-top: 0;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
figure {
|
||
margin: 0 0 1rem;
|
||
}
|
||
|
||
img {
|
||
vertical-align: middle;
|
||
}
|
||
|
||
[role="button"] {
|
||
cursor: pointer;
|
||
}
|
||
|
||
a,
|
||
area,
|
||
button,
|
||
[role="button"],
|
||
input,
|
||
label,
|
||
select,
|
||
summary,
|
||
textarea {
|
||
touch-action: manipulation;
|
||
}
|
||
|
||
table {
|
||
background-color: transparent;
|
||
}
|
||
|
||
caption {
|
||
padding-top: 0.75rem;
|
||
padding-bottom: 0.75rem;
|
||
color: #818a91;
|
||
text-align: left;
|
||
caption-side: bottom;
|
||
}
|
||
|
||
th {
|
||
text-align: left;
|
||
}
|
||
|
||
label {
|
||
display: inline-block;
|
||
margin-bottom: .5rem;
|
||
}
|
||
|
||
button:focus {
|
||
outline: 1px dotted;
|
||
outline: 5px auto -webkit-focus-ring-color;
|
||
}
|
||
|
||
input,
|
||
button,
|
||
select,
|
||
textarea {
|
||
margin: 0;
|
||
line-height: inherit;
|
||
border-radius: 0;
|
||
}
|
||
|
||
textarea {
|
||
resize: vertical;
|
||
}
|
||
|
||
fieldset {
|
||
min-width: 0;
|
||
padding: 0;
|
||
margin: 0;
|
||
border: 0;
|
||
}
|
||
|
||
legend {
|
||
display: block;
|
||
width: 100%;
|
||
padding: 0;
|
||
margin-bottom: .5rem;
|
||
font-size: 1.5rem;
|
||
line-height: inherit;
|
||
}
|
||
|
||
input[type="search"] {
|
||
box-sizing: inherit;
|
||
-webkit-appearance: none;
|
||
}
|
||
|
||
output {
|
||
display: inline-block;
|
||
}
|
||
|
||
[hidden] {
|
||
display: none !important;
|
||
}
|
||
|
||
.container {
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
padding-left: 0.9375rem;
|
||
padding-right: 0.9375rem;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.container {
|
||
max-width: 576px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.container {
|
||
max-width: 720px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.container {
|
||
max-width: 940px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.container {
|
||
max-width: 1140px;
|
||
}
|
||
}
|
||
|
||
.container-fluid {
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
padding-left: 0.9375rem;
|
||
padding-right: 0.9375rem;
|
||
}
|
||
|
||
.row {
|
||
display: -webkit-box;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin-left: -0.9375rem;
|
||
margin-right: -0.9375rem;
|
||
}
|
||
|
||
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
|
||
position: relative;
|
||
min-height: 1px;
|
||
padding-left: 0.9375rem;
|
||
padding-right: 0.9375rem;
|
||
}
|
||
|
||
.col-xs-1 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 8.3333333333%;
|
||
}
|
||
|
||
.col-xs-2 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 16.6666666667%;
|
||
}
|
||
|
||
.col-xs-3 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 25%;
|
||
}
|
||
|
||
.col-xs-4 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 33.3333333333%;
|
||
}
|
||
|
||
.col-xs-5 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 41.6666666667%;
|
||
}
|
||
|
||
.col-xs-6 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 50%;
|
||
}
|
||
|
||
.col-xs-7 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 58.3333333333%;
|
||
}
|
||
|
||
.col-xs-8 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 66.6666666667%;
|
||
}
|
||
|
||
.col-xs-9 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 75%;
|
||
}
|
||
|
||
.col-xs-10 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 83.3333333333%;
|
||
}
|
||
|
||
.col-xs-11 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 91.6666666667%;
|
||
}
|
||
|
||
.col-xs-12 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 100%;
|
||
}
|
||
|
||
.col-xs-pull-0 {
|
||
right: auto;
|
||
}
|
||
|
||
.col-xs-pull-1 {
|
||
right: 8.3333333333%;
|
||
}
|
||
|
||
.col-xs-pull-2 {
|
||
right: 16.6666666667%;
|
||
}
|
||
|
||
.col-xs-pull-3 {
|
||
right: 25%;
|
||
}
|
||
|
||
.col-xs-pull-4 {
|
||
right: 33.3333333333%;
|
||
}
|
||
|
||
.col-xs-pull-5 {
|
||
right: 41.6666666667%;
|
||
}
|
||
|
||
.col-xs-pull-6 {
|
||
right: 50%;
|
||
}
|
||
|
||
.col-xs-pull-7 {
|
||
right: 58.3333333333%;
|
||
}
|
||
|
||
.col-xs-pull-8 {
|
||
right: 66.6666666667%;
|
||
}
|
||
|
||
.col-xs-pull-9 {
|
||
right: 75%;
|
||
}
|
||
|
||
.col-xs-pull-10 {
|
||
right: 83.3333333333%;
|
||
}
|
||
|
||
.col-xs-pull-11 {
|
||
right: 91.6666666667%;
|
||
}
|
||
|
||
.col-xs-pull-12 {
|
||
right: 100%;
|
||
}
|
||
|
||
.col-xs-push-0 {
|
||
left: auto;
|
||
}
|
||
|
||
.col-xs-push-1 {
|
||
left: 8.3333333333%;
|
||
}
|
||
|
||
.col-xs-push-2 {
|
||
left: 16.6666666667%;
|
||
}
|
||
|
||
.col-xs-push-3 {
|
||
left: 25%;
|
||
}
|
||
|
||
.col-xs-push-4 {
|
||
left: 33.3333333333%;
|
||
}
|
||
|
||
.col-xs-push-5 {
|
||
left: 41.6666666667%;
|
||
}
|
||
|
||
.col-xs-push-6 {
|
||
left: 50%;
|
||
}
|
||
|
||
.col-xs-push-7 {
|
||
left: 58.3333333333%;
|
||
}
|
||
|
||
.col-xs-push-8 {
|
||
left: 66.6666666667%;
|
||
}
|
||
|
||
.col-xs-push-9 {
|
||
left: 75%;
|
||
}
|
||
|
||
.col-xs-push-10 {
|
||
left: 83.3333333333%;
|
||
}
|
||
|
||
.col-xs-push-11 {
|
||
left: 91.6666666667%;
|
||
}
|
||
|
||
.col-xs-push-12 {
|
||
left: 100%;
|
||
}
|
||
|
||
.col-xs-offset-0 {
|
||
margin-left: 0%;
|
||
}
|
||
|
||
.col-xs-offset-1 {
|
||
margin-left: 8.3333333333%;
|
||
}
|
||
|
||
.col-xs-offset-2 {
|
||
margin-left: 16.6666666667%;
|
||
}
|
||
|
||
.col-xs-offset-3 {
|
||
margin-left: 25%;
|
||
}
|
||
|
||
.col-xs-offset-4 {
|
||
margin-left: 33.3333333333%;
|
||
}
|
||
|
||
.col-xs-offset-5 {
|
||
margin-left: 41.6666666667%;
|
||
}
|
||
|
||
.col-xs-offset-6 {
|
||
margin-left: 50%;
|
||
}
|
||
|
||
.col-xs-offset-7 {
|
||
margin-left: 58.3333333333%;
|
||
}
|
||
|
||
.col-xs-offset-8 {
|
||
margin-left: 66.6666666667%;
|
||
}
|
||
|
||
.col-xs-offset-9 {
|
||
margin-left: 75%;
|
||
}
|
||
|
||
.col-xs-offset-10 {
|
||
margin-left: 83.3333333333%;
|
||
}
|
||
|
||
.col-xs-offset-11 {
|
||
margin-left: 91.6666666667%;
|
||
}
|
||
|
||
.col-xs-offset-12 {
|
||
margin-left: 100%;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.col-sm-1 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 8.3333333333%;
|
||
}
|
||
.col-sm-2 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 16.6666666667%;
|
||
}
|
||
.col-sm-3 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 25%;
|
||
}
|
||
.col-sm-4 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 33.3333333333%;
|
||
}
|
||
.col-sm-5 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 41.6666666667%;
|
||
}
|
||
.col-sm-6 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 50%;
|
||
}
|
||
.col-sm-7 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 58.3333333333%;
|
||
}
|
||
.col-sm-8 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 66.6666666667%;
|
||
}
|
||
.col-sm-9 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 75%;
|
||
}
|
||
.col-sm-10 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 83.3333333333%;
|
||
}
|
||
.col-sm-11 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 91.6666666667%;
|
||
}
|
||
.col-sm-12 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 100%;
|
||
}
|
||
.col-sm-pull-0 {
|
||
right: auto;
|
||
}
|
||
.col-sm-pull-1 {
|
||
right: 8.3333333333%;
|
||
}
|
||
.col-sm-pull-2 {
|
||
right: 16.6666666667%;
|
||
}
|
||
.col-sm-pull-3 {
|
||
right: 25%;
|
||
}
|
||
.col-sm-pull-4 {
|
||
right: 33.3333333333%;
|
||
}
|
||
.col-sm-pull-5 {
|
||
right: 41.6666666667%;
|
||
}
|
||
.col-sm-pull-6 {
|
||
right: 50%;
|
||
}
|
||
.col-sm-pull-7 {
|
||
right: 58.3333333333%;
|
||
}
|
||
.col-sm-pull-8 {
|
||
right: 66.6666666667%;
|
||
}
|
||
.col-sm-pull-9 {
|
||
right: 75%;
|
||
}
|
||
.col-sm-pull-10 {
|
||
right: 83.3333333333%;
|
||
}
|
||
.col-sm-pull-11 {
|
||
right: 91.6666666667%;
|
||
}
|
||
.col-sm-pull-12 {
|
||
right: 100%;
|
||
}
|
||
.col-sm-push-0 {
|
||
left: auto;
|
||
}
|
||
.col-sm-push-1 {
|
||
left: 8.3333333333%;
|
||
}
|
||
.col-sm-push-2 {
|
||
left: 16.6666666667%;
|
||
}
|
||
.col-sm-push-3 {
|
||
left: 25%;
|
||
}
|
||
.col-sm-push-4 {
|
||
left: 33.3333333333%;
|
||
}
|
||
.col-sm-push-5 {
|
||
left: 41.6666666667%;
|
||
}
|
||
.col-sm-push-6 {
|
||
left: 50%;
|
||
}
|
||
.col-sm-push-7 {
|
||
left: 58.3333333333%;
|
||
}
|
||
.col-sm-push-8 {
|
||
left: 66.6666666667%;
|
||
}
|
||
.col-sm-push-9 {
|
||
left: 75%;
|
||
}
|
||
.col-sm-push-10 {
|
||
left: 83.3333333333%;
|
||
}
|
||
.col-sm-push-11 {
|
||
left: 91.6666666667%;
|
||
}
|
||
.col-sm-push-12 {
|
||
left: 100%;
|
||
}
|
||
.col-sm-offset-0 {
|
||
margin-left: 0%;
|
||
}
|
||
.col-sm-offset-1 {
|
||
margin-left: 8.3333333333%;
|
||
}
|
||
.col-sm-offset-2 {
|
||
margin-left: 16.6666666667%;
|
||
}
|
||
.col-sm-offset-3 {
|
||
margin-left: 25%;
|
||
}
|
||
.col-sm-offset-4 {
|
||
margin-left: 33.3333333333%;
|
||
}
|
||
.col-sm-offset-5 {
|
||
margin-left: 41.6666666667%;
|
||
}
|
||
.col-sm-offset-6 {
|
||
margin-left: 50%;
|
||
}
|
||
.col-sm-offset-7 {
|
||
margin-left: 58.3333333333%;
|
||
}
|
||
.col-sm-offset-8 {
|
||
margin-left: 66.6666666667%;
|
||
}
|
||
.col-sm-offset-9 {
|
||
margin-left: 75%;
|
||
}
|
||
.col-sm-offset-10 {
|
||
margin-left: 83.3333333333%;
|
||
}
|
||
.col-sm-offset-11 {
|
||
margin-left: 91.6666666667%;
|
||
}
|
||
.col-sm-offset-12 {
|
||
margin-left: 100%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.col-md-1 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 8.3333333333%;
|
||
}
|
||
.col-md-2 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 16.6666666667%;
|
||
}
|
||
.col-md-3 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 25%;
|
||
}
|
||
.col-md-4 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 33.3333333333%;
|
||
}
|
||
.col-md-5 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 41.6666666667%;
|
||
}
|
||
.col-md-6 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 50%;
|
||
}
|
||
.col-md-7 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 58.3333333333%;
|
||
}
|
||
.col-md-8 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 66.6666666667%;
|
||
}
|
||
.col-md-9 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 75%;
|
||
}
|
||
.col-md-10 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 83.3333333333%;
|
||
}
|
||
.col-md-11 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 91.6666666667%;
|
||
}
|
||
.col-md-12 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 100%;
|
||
}
|
||
.col-md-pull-0 {
|
||
right: auto;
|
||
}
|
||
.col-md-pull-1 {
|
||
right: 8.3333333333%;
|
||
}
|
||
.col-md-pull-2 {
|
||
right: 16.6666666667%;
|
||
}
|
||
.col-md-pull-3 {
|
||
right: 25%;
|
||
}
|
||
.col-md-pull-4 {
|
||
right: 33.3333333333%;
|
||
}
|
||
.col-md-pull-5 {
|
||
right: 41.6666666667%;
|
||
}
|
||
.col-md-pull-6 {
|
||
right: 50%;
|
||
}
|
||
.col-md-pull-7 {
|
||
right: 58.3333333333%;
|
||
}
|
||
.col-md-pull-8 {
|
||
right: 66.6666666667%;
|
||
}
|
||
.col-md-pull-9 {
|
||
right: 75%;
|
||
}
|
||
.col-md-pull-10 {
|
||
right: 83.3333333333%;
|
||
}
|
||
.col-md-pull-11 {
|
||
right: 91.6666666667%;
|
||
}
|
||
.col-md-pull-12 {
|
||
right: 100%;
|
||
}
|
||
.col-md-push-0 {
|
||
left: auto;
|
||
}
|
||
.col-md-push-1 {
|
||
left: 8.3333333333%;
|
||
}
|
||
.col-md-push-2 {
|
||
left: 16.6666666667%;
|
||
}
|
||
.col-md-push-3 {
|
||
left: 25%;
|
||
}
|
||
.col-md-push-4 {
|
||
left: 33.3333333333%;
|
||
}
|
||
.col-md-push-5 {
|
||
left: 41.6666666667%;
|
||
}
|
||
.col-md-push-6 {
|
||
left: 50%;
|
||
}
|
||
.col-md-push-7 {
|
||
left: 58.3333333333%;
|
||
}
|
||
.col-md-push-8 {
|
||
left: 66.6666666667%;
|
||
}
|
||
.col-md-push-9 {
|
||
left: 75%;
|
||
}
|
||
.col-md-push-10 {
|
||
left: 83.3333333333%;
|
||
}
|
||
.col-md-push-11 {
|
||
left: 91.6666666667%;
|
||
}
|
||
.col-md-push-12 {
|
||
left: 100%;
|
||
}
|
||
.col-md-offset-0 {
|
||
margin-left: 0%;
|
||
}
|
||
.col-md-offset-1 {
|
||
margin-left: 8.3333333333%;
|
||
}
|
||
.col-md-offset-2 {
|
||
margin-left: 16.6666666667%;
|
||
}
|
||
.col-md-offset-3 {
|
||
margin-left: 25%;
|
||
}
|
||
.col-md-offset-4 {
|
||
margin-left: 33.3333333333%;
|
||
}
|
||
.col-md-offset-5 {
|
||
margin-left: 41.6666666667%;
|
||
}
|
||
.col-md-offset-6 {
|
||
margin-left: 50%;
|
||
}
|
||
.col-md-offset-7 {
|
||
margin-left: 58.3333333333%;
|
||
}
|
||
.col-md-offset-8 {
|
||
margin-left: 66.6666666667%;
|
||
}
|
||
.col-md-offset-9 {
|
||
margin-left: 75%;
|
||
}
|
||
.col-md-offset-10 {
|
||
margin-left: 83.3333333333%;
|
||
}
|
||
.col-md-offset-11 {
|
||
margin-left: 91.6666666667%;
|
||
}
|
||
.col-md-offset-12 {
|
||
margin-left: 100%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.col-lg-1 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 8.3333333333%;
|
||
}
|
||
.col-lg-2 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 16.6666666667%;
|
||
}
|
||
.col-lg-3 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 25%;
|
||
}
|
||
.col-lg-4 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 33.3333333333%;
|
||
}
|
||
.col-lg-5 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 41.6666666667%;
|
||
}
|
||
.col-lg-6 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 50%;
|
||
}
|
||
.col-lg-7 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 58.3333333333%;
|
||
}
|
||
.col-lg-8 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 66.6666666667%;
|
||
}
|
||
.col-lg-9 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 75%;
|
||
}
|
||
.col-lg-10 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 83.3333333333%;
|
||
}
|
||
.col-lg-11 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 91.6666666667%;
|
||
}
|
||
.col-lg-12 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 100%;
|
||
}
|
||
.col-lg-pull-0 {
|
||
right: auto;
|
||
}
|
||
.col-lg-pull-1 {
|
||
right: 8.3333333333%;
|
||
}
|
||
.col-lg-pull-2 {
|
||
right: 16.6666666667%;
|
||
}
|
||
.col-lg-pull-3 {
|
||
right: 25%;
|
||
}
|
||
.col-lg-pull-4 {
|
||
right: 33.3333333333%;
|
||
}
|
||
.col-lg-pull-5 {
|
||
right: 41.6666666667%;
|
||
}
|
||
.col-lg-pull-6 {
|
||
right: 50%;
|
||
}
|
||
.col-lg-pull-7 {
|
||
right: 58.3333333333%;
|
||
}
|
||
.col-lg-pull-8 {
|
||
right: 66.6666666667%;
|
||
}
|
||
.col-lg-pull-9 {
|
||
right: 75%;
|
||
}
|
||
.col-lg-pull-10 {
|
||
right: 83.3333333333%;
|
||
}
|
||
.col-lg-pull-11 {
|
||
right: 91.6666666667%;
|
||
}
|
||
.col-lg-pull-12 {
|
||
right: 100%;
|
||
}
|
||
.col-lg-push-0 {
|
||
left: auto;
|
||
}
|
||
.col-lg-push-1 {
|
||
left: 8.3333333333%;
|
||
}
|
||
.col-lg-push-2 {
|
||
left: 16.6666666667%;
|
||
}
|
||
.col-lg-push-3 {
|
||
left: 25%;
|
||
}
|
||
.col-lg-push-4 {
|
||
left: 33.3333333333%;
|
||
}
|
||
.col-lg-push-5 {
|
||
left: 41.6666666667%;
|
||
}
|
||
.col-lg-push-6 {
|
||
left: 50%;
|
||
}
|
||
.col-lg-push-7 {
|
||
left: 58.3333333333%;
|
||
}
|
||
.col-lg-push-8 {
|
||
left: 66.6666666667%;
|
||
}
|
||
.col-lg-push-9 {
|
||
left: 75%;
|
||
}
|
||
.col-lg-push-10 {
|
||
left: 83.3333333333%;
|
||
}
|
||
.col-lg-push-11 {
|
||
left: 91.6666666667%;
|
||
}
|
||
.col-lg-push-12 {
|
||
left: 100%;
|
||
}
|
||
.col-lg-offset-0 {
|
||
margin-left: 0%;
|
||
}
|
||
.col-lg-offset-1 {
|
||
margin-left: 8.3333333333%;
|
||
}
|
||
.col-lg-offset-2 {
|
||
margin-left: 16.6666666667%;
|
||
}
|
||
.col-lg-offset-3 {
|
||
margin-left: 25%;
|
||
}
|
||
.col-lg-offset-4 {
|
||
margin-left: 33.3333333333%;
|
||
}
|
||
.col-lg-offset-5 {
|
||
margin-left: 41.6666666667%;
|
||
}
|
||
.col-lg-offset-6 {
|
||
margin-left: 50%;
|
||
}
|
||
.col-lg-offset-7 {
|
||
margin-left: 58.3333333333%;
|
||
}
|
||
.col-lg-offset-8 {
|
||
margin-left: 66.6666666667%;
|
||
}
|
||
.col-lg-offset-9 {
|
||
margin-left: 75%;
|
||
}
|
||
.col-lg-offset-10 {
|
||
margin-left: 83.3333333333%;
|
||
}
|
||
.col-lg-offset-11 {
|
||
margin-left: 91.6666666667%;
|
||
}
|
||
.col-lg-offset-12 {
|
||
margin-left: 100%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.col-xl-1 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 8.3333333333%;
|
||
}
|
||
.col-xl-2 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 16.6666666667%;
|
||
}
|
||
.col-xl-3 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 25%;
|
||
}
|
||
.col-xl-4 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 33.3333333333%;
|
||
}
|
||
.col-xl-5 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 41.6666666667%;
|
||
}
|
||
.col-xl-6 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 50%;
|
||
}
|
||
.col-xl-7 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 58.3333333333%;
|
||
}
|
||
.col-xl-8 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 66.6666666667%;
|
||
}
|
||
.col-xl-9 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 75%;
|
||
}
|
||
.col-xl-10 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 83.3333333333%;
|
||
}
|
||
.col-xl-11 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 91.6666666667%;
|
||
}
|
||
.col-xl-12 {
|
||
-webkit-box-flex: 0;
|
||
flex: 0 0 100%;
|
||
}
|
||
.col-xl-pull-0 {
|
||
right: auto;
|
||
}
|
||
.col-xl-pull-1 {
|
||
right: 8.3333333333%;
|
||
}
|
||
.col-xl-pull-2 {
|
||
right: 16.6666666667%;
|
||
}
|
||
.col-xl-pull-3 {
|
||
right: 25%;
|
||
}
|
||
.col-xl-pull-4 {
|
||
right: 33.3333333333%;
|
||
}
|
||
.col-xl-pull-5 {
|
||
right: 41.6666666667%;
|
||
}
|
||
.col-xl-pull-6 {
|
||
right: 50%;
|
||
}
|
||
.col-xl-pull-7 {
|
||
right: 58.3333333333%;
|
||
}
|
||
.col-xl-pull-8 {
|
||
right: 66.6666666667%;
|
||
}
|
||
.col-xl-pull-9 {
|
||
right: 75%;
|
||
}
|
||
.col-xl-pull-10 {
|
||
right: 83.3333333333%;
|
||
}
|
||
.col-xl-pull-11 {
|
||
right: 91.6666666667%;
|
||
}
|
||
.col-xl-pull-12 {
|
||
right: 100%;
|
||
}
|
||
.col-xl-push-0 {
|
||
left: auto;
|
||
}
|
||
.col-xl-push-1 {
|
||
left: 8.3333333333%;
|
||
}
|
||
.col-xl-push-2 {
|
||
left: 16.6666666667%;
|
||
}
|
||
.col-xl-push-3 {
|
||
left: 25%;
|
||
}
|
||
.col-xl-push-4 {
|
||
left: 33.3333333333%;
|
||
}
|
||
.col-xl-push-5 {
|
||
left: 41.6666666667%;
|
||
}
|
||
.col-xl-push-6 {
|
||
left: 50%;
|
||
}
|
||
.col-xl-push-7 {
|
||
left: 58.3333333333%;
|
||
}
|
||
.col-xl-push-8 {
|
||
left: 66.6666666667%;
|
||
}
|
||
.col-xl-push-9 {
|
||
left: 75%;
|
||
}
|
||
.col-xl-push-10 {
|
||
left: 83.3333333333%;
|
||
}
|
||
.col-xl-push-11 {
|
||
left: 91.6666666667%;
|
||
}
|
||
.col-xl-push-12 {
|
||
left: 100%;
|
||
}
|
||
.col-xl-offset-0 {
|
||
margin-left: 0%;
|
||
}
|
||
.col-xl-offset-1 {
|
||
margin-left: 8.3333333333%;
|
||
}
|
||
.col-xl-offset-2 {
|
||
margin-left: 16.6666666667%;
|
||
}
|
||
.col-xl-offset-3 {
|
||
margin-left: 25%;
|
||
}
|
||
.col-xl-offset-4 {
|
||
margin-left: 33.3333333333%;
|
||
}
|
||
.col-xl-offset-5 {
|
||
margin-left: 41.6666666667%;
|
||
}
|
||
.col-xl-offset-6 {
|
||
margin-left: 50%;
|
||
}
|
||
.col-xl-offset-7 {
|
||
margin-left: 58.3333333333%;
|
||
}
|
||
.col-xl-offset-8 {
|
||
margin-left: 66.6666666667%;
|
||
}
|
||
.col-xl-offset-9 {
|
||
margin-left: 75%;
|
||
}
|
||
.col-xl-offset-10 {
|
||
margin-left: 83.3333333333%;
|
||
}
|
||
.col-xl-offset-11 {
|
||
margin-left: 91.6666666667%;
|
||
}
|
||
.col-xl-offset-12 {
|
||
margin-left: 100%;
|
||
}
|
||
}
|
||
|
||
.col-xs-first {
|
||
-webkit-box-ordinal-group: 0;
|
||
order: -1;
|
||
}
|
||
|
||
.col-xs-last {
|
||
-webkit-box-ordinal-group: 2;
|
||
order: 1;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.col-sm-first {
|
||
-webkit-box-ordinal-group: 0;
|
||
order: -1;
|
||
}
|
||
.col-sm-last {
|
||
-webkit-box-ordinal-group: 2;
|
||
order: 1;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.col-md-first {
|
||
-webkit-box-ordinal-group: 0;
|
||
order: -1;
|
||
}
|
||
.col-md-last {
|
||
-webkit-box-ordinal-group: 2;
|
||
order: 1;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.col-lg-first {
|
||
-webkit-box-ordinal-group: 0;
|
||
order: -1;
|
||
}
|
||
.col-lg-last {
|
||
-webkit-box-ordinal-group: 2;
|
||
order: 1;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.col-xl-first {
|
||
-webkit-box-ordinal-group: 0;
|
||
order: -1;
|
||
}
|
||
.col-xl-last {
|
||
-webkit-box-ordinal-group: 2;
|
||
order: 1;
|
||
}
|
||
}
|
||
|
||
.row-xs-top {
|
||
-webkit-box-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
|
||
.row-xs-center {
|
||
-webkit-box-align: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.row-xs-bottom {
|
||
-webkit-box-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.row-sm-top {
|
||
-webkit-box-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.row-sm-center {
|
||
-webkit-box-align: center;
|
||
align-items: center;
|
||
}
|
||
.row-sm-bottom {
|
||
-webkit-box-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.row-md-top {
|
||
-webkit-box-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.row-md-center {
|
||
-webkit-box-align: center;
|
||
align-items: center;
|
||
}
|
||
.row-md-bottom {
|
||
-webkit-box-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.row-lg-top {
|
||
-webkit-box-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.row-lg-center {
|
||
-webkit-box-align: center;
|
||
align-items: center;
|
||
}
|
||
.row-lg-bottom {
|
||
-webkit-box-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.row-xl-top {
|
||
-webkit-box-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.row-xl-center {
|
||
-webkit-box-align: center;
|
||
align-items: center;
|
||
}
|
||
.row-xl-bottom {
|
||
-webkit-box-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
}
|
||
|
||
.col-xs-top {
|
||
align-self: flex-start;
|
||
}
|
||
|
||
.col-xs-center {
|
||
-ms-grid-row-align: center;
|
||
align-self: center;
|
||
}
|
||
|
||
.col-xs-bottom {
|
||
align-self: flex-end;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.col-sm-top {
|
||
align-self: flex-start;
|
||
}
|
||
.col-sm-center {
|
||
-ms-grid-row-align: center;
|
||
align-self: center;
|
||
}
|
||
.col-sm-bottom {
|
||
align-self: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.col-md-top {
|
||
align-self: flex-start;
|
||
}
|
||
.col-md-center {
|
||
-ms-grid-row-align: center;
|
||
align-self: center;
|
||
}
|
||
.col-md-bottom {
|
||
align-self: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.col-lg-top {
|
||
align-self: flex-start;
|
||
}
|
||
.col-lg-center {
|
||
-ms-grid-row-align: center;
|
||
align-self: center;
|
||
}
|
||
.col-lg-bottom {
|
||
align-self: flex-end;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.col-xl-top {
|
||
align-self: flex-start;
|
||
}
|
||
.col-xl-center {
|
||
-ms-grid-row-align: center;
|
||
align-self: center;
|
||
}
|
||
.col-xl-bottom {
|
||
align-self: flex-end;
|
||
}
|
||
}
|
||
|
||
.table {
|
||
width: 100%;
|
||
max-width: 100%;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.table th,
|
||
.table td {
|
||
padding: 0.75rem;
|
||
line-height: 1.5;
|
||
vertical-align: top;
|
||
border-top: 1px solid #eceeef;
|
||
}
|
||
|
||
.table thead th {
|
||
vertical-align: bottom;
|
||
border-bottom: 2px solid #eceeef;
|
||
}
|
||
|
||
.table tbody + tbody {
|
||
border-top: 2px solid #eceeef;
|
||
}
|
||
|
||
.table .table {
|
||
background-color: #fff;
|
||
}
|
||
|
||
.table-sm th,
|
||
.table-sm td {
|
||
padding: 0.3rem;
|
||
}
|
||
|
||
.table-bordered {
|
||
border: 1px solid #eceeef;
|
||
}
|
||
|
||
.table-bordered th,
|
||
.table-bordered td {
|
||
border: 1px solid #eceeef;
|
||
}
|
||
|
||
.table-bordered thead th,
|
||
.table-bordered thead td {
|
||
border-bottom-width: 2px;
|
||
}
|
||
|
||
.table-striped tbody tr:nth-of-type(odd) {
|
||
background-color: #f9f9f9;
|
||
}
|
||
|
||
.table-hover tbody tr:hover {
|
||
background-color: #f5f5f5;
|
||
}
|
||
|
||
.table-active,
|
||
.table-active > th,
|
||
.table-active > td {
|
||
background-color: #f5f5f5;
|
||
}
|
||
|
||
.table-hover .table-active:hover {
|
||
background-color: #e8e8e8;
|
||
}
|
||
|
||
.table-hover .table-active:hover > td,
|
||
.table-hover .table-active:hover > th {
|
||
background-color: #e8e8e8;
|
||
}
|
||
|
||
.table-success,
|
||
.table-success > th,
|
||
.table-success > td {
|
||
background-color: #dff0d8;
|
||
}
|
||
|
||
.table-hover .table-success:hover {
|
||
background-color: #d0e9c6;
|
||
}
|
||
|
||
.table-hover .table-success:hover > td,
|
||
.table-hover .table-success:hover > th {
|
||
background-color: #d0e9c6;
|
||
}
|
||
|
||
.table-info,
|
||
.table-info > th,
|
||
.table-info > td {
|
||
background-color: #d9edf7;
|
||
}
|
||
|
||
.table-hover .table-info:hover {
|
||
background-color: #c4e3f3;
|
||
}
|
||
|
||
.table-hover .table-info:hover > td,
|
||
.table-hover .table-info:hover > th {
|
||
background-color: #c4e3f3;
|
||
}
|
||
|
||
.table-warning,
|
||
.table-warning > th,
|
||
.table-warning > td {
|
||
background-color: #fcf8e3;
|
||
}
|
||
|
||
.table-hover .table-warning:hover {
|
||
background-color: #faf2cc;
|
||
}
|
||
|
||
.table-hover .table-warning:hover > td,
|
||
.table-hover .table-warning:hover > th {
|
||
background-color: #faf2cc;
|
||
}
|
||
|
||
.table-danger,
|
||
.table-danger > th,
|
||
.table-danger > td {
|
||
background-color: #f2dede;
|
||
}
|
||
|
||
.table-hover .table-danger:hover {
|
||
background-color: #ebcccc;
|
||
}
|
||
|
||
.table-hover .table-danger:hover > td,
|
||
.table-hover .table-danger:hover > th {
|
||
background-color: #ebcccc;
|
||
}
|
||
|
||
.table-responsive {
|
||
display: block;
|
||
width: 100%;
|
||
min-height: 0.01%;
|
||
overflow-x: auto;
|
||
}
|
||
|
||
.thead-inverse th {
|
||
color: #fff;
|
||
background-color: #373a3c;
|
||
}
|
||
|
||
.thead-default th {
|
||
color: #55595c;
|
||
background-color: #eceeef;
|
||
}
|
||
|
||
.table-inverse {
|
||
color: #eceeef;
|
||
background-color: #373a3c;
|
||
}
|
||
|
||
.table-inverse.table-bordered {
|
||
border: 0;
|
||
}
|
||
|
||
.table-inverse th,
|
||
.table-inverse td,
|
||
.table-inverse thead th {
|
||
border-color: #55595c;
|
||
}
|
||
|
||
.table-reflow thead {
|
||
float: left;
|
||
}
|
||
|
||
.table-reflow tbody {
|
||
display: block;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.table-reflow th,
|
||
.table-reflow td {
|
||
border-top: 1px solid #eceeef;
|
||
border-left: 1px solid #eceeef;
|
||
}
|
||
|
||
.table-reflow th:last-child,
|
||
.table-reflow td:last-child {
|
||
border-right: 1px solid #eceeef;
|
||
}
|
||
|
||
.table-reflow thead:last-child tr:last-child th,
|
||
.table-reflow thead:last-child tr:last-child td,
|
||
.table-reflow tbody:last-child tr:last-child th,
|
||
.table-reflow tbody:last-child tr:last-child td,
|
||
.table-reflow tfoot:last-child tr:last-child th,
|
||
.table-reflow tfoot:last-child tr:last-child td {
|
||
border-bottom: 1px solid #eceeef;
|
||
}
|
||
|
||
.table-reflow tr {
|
||
float: left;
|
||
}
|
||
|
||
.table-reflow tr th,
|
||
.table-reflow tr td {
|
||
display: block !important;
|
||
border: 1px solid #eceeef;
|
||
}
|
||
|
||
.form-control {
|
||
display: block;
|
||
width: 100%;
|
||
padding: 0.375rem 0.75rem;
|
||
font-size: 1rem;
|
||
line-height: 1.5;
|
||
color: #55595c;
|
||
background-color: #fff;
|
||
background-image: none;
|
||
border: 1px solid #ccc;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.form-control::-ms-expand {
|
||
background-color: transparent;
|
||
border: 0;
|
||
}
|
||
|
||
.form-control:focus {
|
||
border-color: #66afe9;
|
||
outline: none;
|
||
}
|
||
|
||
.form-control::-webkit-input-placeholder {
|
||
color: #999;
|
||
opacity: 1;
|
||
}
|
||
|
||
.form-control:-ms-input-placeholder {
|
||
color: #999;
|
||
opacity: 1;
|
||
}
|
||
|
||
.form-control::placeholder {
|
||
color: #999;
|
||
opacity: 1;
|
||
}
|
||
|
||
.form-control:disabled, .form-control[readonly] {
|
||
background-color: #eceeef;
|
||
opacity: 1;
|
||
}
|
||
|
||
.form-control:disabled {
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
.form-control-file,
|
||
.form-control-range {
|
||
display: block;
|
||
}
|
||
|
||
.form-control-label {
|
||
padding: 0.375rem 0.75rem;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||
input[type="date"].form-control,
|
||
input[type="time"].form-control,
|
||
input[type="datetime-local"].form-control,
|
||
input[type="month"].form-control {
|
||
line-height: 2.25rem;
|
||
}
|
||
input[type="date"].input-sm,
|
||
.input-group-sm input[type="date"].form-control,
|
||
input[type="time"].input-sm,
|
||
.input-group-sm
|
||
input[type="time"].form-control,
|
||
input[type="datetime-local"].input-sm,
|
||
.input-group-sm
|
||
input[type="datetime-local"].form-control,
|
||
input[type="month"].input-sm,
|
||
.input-group-sm
|
||
input[type="month"].form-control {
|
||
line-height: 1.8625rem;
|
||
}
|
||
input[type="date"].input-lg,
|
||
.input-group-lg input[type="date"].form-control,
|
||
input[type="time"].input-lg,
|
||
.input-group-lg
|
||
input[type="time"].form-control,
|
||
input[type="datetime-local"].input-lg,
|
||
.input-group-lg
|
||
input[type="datetime-local"].form-control,
|
||
input[type="month"].input-lg,
|
||
.input-group-lg
|
||
input[type="month"].form-control {
|
||
line-height: 3.1666666667rem;
|
||
}
|
||
}
|
||
|
||
.form-control-static {
|
||
min-height: 2.25rem;
|
||
padding-top: 0.375rem;
|
||
padding-bottom: 0.375rem;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.form-control-static.form-control-sm, .form-control-static.form-control-lg {
|
||
padding-right: 0;
|
||
padding-left: 0;
|
||
}
|
||
|
||
.form-control-sm {
|
||
padding: 0.275rem 0.75rem;
|
||
font-size: 0.875rem;
|
||
line-height: 1.5;
|
||
border-radius: 0.2rem;
|
||
}
|
||
|
||
.form-control-lg {
|
||
padding: 0.75rem 1.25rem;
|
||
font-size: 1.25rem;
|
||
line-height: 1.3333333333;
|
||
border-radius: 0.3rem;
|
||
}
|
||
|
||
.form-group {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.radio,
|
||
.checkbox {
|
||
position: relative;
|
||
display: block;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.radio label,
|
||
.checkbox label {
|
||
padding-left: 1.25rem;
|
||
margin-bottom: 0;
|
||
font-weight: normal;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.radio label input:only-child,
|
||
.checkbox label input:only-child {
|
||
position: static;
|
||
}
|
||
|
||
.radio input[type="radio"],
|
||
.radio-inline input[type="radio"],
|
||
.checkbox input[type="checkbox"],
|
||
.checkbox-inline input[type="checkbox"] {
|
||
position: absolute;
|
||
margin-top: .25rem;
|
||
margin-left: -1.25rem;
|
||
}
|
||
|
||
.radio + .radio,
|
||
.checkbox + .checkbox {
|
||
margin-top: -.25rem;
|
||
}
|
||
|
||
.radio-inline,
|
||
.checkbox-inline {
|
||
position: relative;
|
||
display: inline-block;
|
||
padding-left: 1.25rem;
|
||
margin-bottom: 0;
|
||
font-weight: normal;
|
||
vertical-align: middle;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.radio-inline + .radio-inline,
|
||
.checkbox-inline + .checkbox-inline {
|
||
margin-top: 0;
|
||
margin-left: .75rem;
|
||
}
|
||
|
||
input[type="radio"]:disabled, input[type="radio"].disabled,
|
||
input[type="checkbox"]:disabled,
|
||
input[type="checkbox"].disabled {
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
.radio-inline.disabled,
|
||
.checkbox-inline.disabled {
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
.radio.disabled label,
|
||
.checkbox.disabled label {
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
.form-control-success,
|
||
.form-control-warning,
|
||
.form-control-danger {
|
||
padding-right: 2.25rem;
|
||
background-repeat: no-repeat;
|
||
background-position: center right 0.5625rem;
|
||
background-size: 1.4625rem 1.4625rem;
|
||
}
|
||
|
||
.has-success .text-help,
|
||
.has-success .form-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: #5cb85c;
|
||
}
|
||
|
||
.has-success .form-control {
|
||
border-color: #5cb85c;
|
||
}
|
||
|
||
.has-success .input-group-addon {
|
||
color: #5cb85c;
|
||
border-color: #5cb85c;
|
||
background-color: #eaf6ea;
|
||
}
|
||
|
||
.has-success .form-control-feedback {
|
||
color: #5cb85c;
|
||
}
|
||
|
||
.has-success .form-control-success {
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
|
||
}
|
||
|
||
.has-warning .text-help,
|
||
.has-warning .form-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: #f0ad4e;
|
||
}
|
||
|
||
.has-warning .form-control {
|
||
border-color: #f0ad4e;
|
||
}
|
||
|
||
.has-warning .input-group-addon {
|
||
color: #f0ad4e;
|
||
border-color: #f0ad4e;
|
||
background-color: white;
|
||
}
|
||
|
||
.has-warning .form-control-feedback {
|
||
color: #f0ad4e;
|
||
}
|
||
|
||
.has-warning .form-control-warning {
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
|
||
}
|
||
|
||
.has-danger .text-help,
|
||
.has-danger .form-control-label,
|
||
.has-danger .radio,
|
||
.has-danger .checkbox,
|
||
.has-danger .radio-inline,
|
||
.has-danger .checkbox-inline,
|
||
.has-danger.radio label,
|
||
.has-danger.checkbox label,
|
||
.has-danger.radio-inline label,
|
||
.has-danger.checkbox-inline label {
|
||
color: #d9534f;
|
||
}
|
||
|
||
.has-danger .form-control {
|
||
border-color: #d9534f;
|
||
}
|
||
|
||
.has-danger .input-group-addon {
|
||
color: #d9534f;
|
||
border-color: #d9534f;
|
||
background-color: #fdf7f7;
|
||
}
|
||
|
||
.has-danger .form-control-feedback {
|
||
color: #d9534f;
|
||
}
|
||
|
||
.has-danger .form-control-danger {
|
||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.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 .form-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;
|
||
}
|
||
}
|
||
|
||
.nav {
|
||
padding-left: 0;
|
||
margin-bottom: 0;
|
||
list-style: none;
|
||
}
|
||
|
||
.nav-link {
|
||
display: inline-block;
|
||
}
|
||
|
||
.nav-link:focus, .nav-link:hover {
|
||
text-decoration: none;
|
||
}
|
||
|
||
.nav-link.disabled {
|
||
color: #818a91;
|
||
}
|
||
|
||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||
color: #818a91;
|
||
cursor: not-allowed;
|
||
background-color: transparent;
|
||
}
|
||
|
||
.nav-inline .nav-item {
|
||
display: inline-block;
|
||
}
|
||
|
||
.nav-inline .nav-item + .nav-item,
|
||
.nav-inline .nav-link + .nav-link {
|
||
margin-left: 1rem;
|
||
}
|
||
|
||
.nav-tabs {
|
||
border-bottom: 1px solid #ddd;
|
||
}
|
||
|
||
.nav-tabs::after {
|
||
content: "";
|
||
display: table;
|
||
clear: both;
|
||
}
|
||
|
||
.nav-tabs .nav-item {
|
||
float: left;
|
||
margin-bottom: -1px;
|
||
}
|
||
|
||
.nav-tabs .nav-item + .nav-item {
|
||
margin-left: .2rem;
|
||
}
|
||
|
||
.nav-tabs .nav-link {
|
||
display: block;
|
||
padding: 0.5em 1em;
|
||
border: 1px solid transparent;
|
||
border-radius: 0.25rem 0.25rem 0 0;
|
||
}
|
||
|
||
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||
border-color: #eceeef #eceeef #ddd;
|
||
}
|
||
|
||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||
color: #818a91;
|
||
background-color: transparent;
|
||
border-color: transparent;
|
||
}
|
||
|
||
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||
.nav-tabs .nav-item.open .nav-link,
|
||
.nav-tabs .nav-item.open .nav-link:focus,
|
||
.nav-tabs .nav-item.open .nav-link:hover {
|
||
color: #55595c;
|
||
background-color: #fff;
|
||
border-color: #ddd #ddd transparent;
|
||
}
|
||
|
||
.nav-pills::after {
|
||
content: "";
|
||
display: table;
|
||
clear: both;
|
||
}
|
||
|
||
.nav-pills .nav-item {
|
||
float: left;
|
||
}
|
||
|
||
.nav-pills .nav-item + .nav-item {
|
||
margin-left: .2rem;
|
||
}
|
||
|
||
.nav-pills .nav-link {
|
||
display: block;
|
||
padding: 0.5em 1em;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||
.nav-pills .nav-item.open .nav-link,
|
||
.nav-pills .nav-item.open .nav-link:focus,
|
||
.nav-pills .nav-item.open .nav-link:hover {
|
||
color: #fff;
|
||
cursor: default;
|
||
background-color: #0275d8;
|
||
}
|
||
|
||
.nav-stacked .nav-item {
|
||
display: block;
|
||
float: none;
|
||
}
|
||
|
||
.nav-stacked .nav-item + .nav-item {
|
||
margin-top: .2rem;
|
||
margin-left: 0;
|
||
}
|
||
|
||
.tab-content > .tab-pane {
|
||
display: none;
|
||
}
|
||
|
||
.tab-content > .active {
|
||
display: block;
|
||
}
|
||
|
||
.nav-tabs .dropdown-menu {
|
||
margin-top: -1px;
|
||
border-top-right-radius: 0;
|
||
border-top-left-radius: 0;
|
||
}
|
||
|
||
.card {
|
||
position: relative;
|
||
display: block;
|
||
margin-bottom: 0.75rem;
|
||
background-color: #fff;
|
||
border: 1px solid #e5e5e5;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.card-block {
|
||
padding: 1.25rem;
|
||
}
|
||
|
||
.card-title {
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.card-subtitle {
|
||
margin-top: -0.375rem;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.card-text:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.card-link:hover {
|
||
text-decoration: none;
|
||
}
|
||
|
||
.card-link + .card-link {
|
||
margin-left: 1.25rem;
|
||
}
|
||
|
||
.card > .list-group:first-child .list-group-item:first-child {
|
||
border-radius: 0.25rem 0.25rem 0 0;
|
||
}
|
||
|
||
.card > .list-group:last-child .list-group-item:last-child {
|
||
border-radius: 0 0 0.25rem 0.25rem;
|
||
}
|
||
|
||
.card-header {
|
||
padding: 0.75rem 1.25rem;
|
||
background-color: #f5f5f5;
|
||
border-bottom: 1px solid #e5e5e5;
|
||
}
|
||
|
||
.card-header:first-child {
|
||
border-radius: 0.25rem 0.25rem 0 0;
|
||
}
|
||
|
||
.card-footer {
|
||
padding: 0.75rem 1.25rem;
|
||
background-color: #f5f5f5;
|
||
border-top: 1px solid #e5e5e5;
|
||
}
|
||
|
||
.card-footer:last-child {
|
||
border-radius: 0 0 0.25rem 0.25rem;
|
||
}
|
||
|
||
.card-primary {
|
||
background-color: #0275d8;
|
||
border-color: #0275d8;
|
||
}
|
||
|
||
.card-success {
|
||
background-color: #5cb85c;
|
||
border-color: #5cb85c;
|
||
}
|
||
|
||
.card-info {
|
||
background-color: #5bc0de;
|
||
border-color: #5bc0de;
|
||
}
|
||
|
||
.card-warning {
|
||
background-color: #f0ad4e;
|
||
border-color: #f0ad4e;
|
||
}
|
||
|
||
.card-danger {
|
||
background-color: #d9534f;
|
||
border-color: #d9534f;
|
||
}
|
||
|
||
.card-primary-outline {
|
||
background-color: transparent;
|
||
border-color: #0275d8;
|
||
}
|
||
|
||
.card-secondary-outline {
|
||
background-color: transparent;
|
||
border-color: #ccc;
|
||
}
|
||
|
||
.card-info-outline {
|
||
background-color: transparent;
|
||
border-color: #5bc0de;
|
||
}
|
||
|
||
.card-success-outline {
|
||
background-color: transparent;
|
||
border-color: #5cb85c;
|
||
}
|
||
|
||
.card-warning-outline {
|
||
background-color: transparent;
|
||
border-color: #f0ad4e;
|
||
}
|
||
|
||
.card-danger-outline {
|
||
background-color: transparent;
|
||
border-color: #d9534f;
|
||
}
|
||
|
||
.card-inverse .card-header,
|
||
.card-inverse .card-footer {
|
||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||
}
|
||
|
||
.card-inverse .card-header,
|
||
.card-inverse .card-footer,
|
||
.card-inverse .card-title,
|
||
.card-inverse .card-blockquote {
|
||
color: #fff;
|
||
}
|
||
|
||
.card-inverse .card-link,
|
||
.card-inverse .card-text,
|
||
.card-inverse .card-blockquote > footer {
|
||
color: rgba(255, 255, 255, 0.65);
|
||
}
|
||
|
||
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.card-blockquote {
|
||
padding: 0;
|
||
margin-bottom: 0;
|
||
border-left: 0;
|
||
}
|
||
|
||
.card-img {
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.card-img-overlay {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
padding: 1.25rem;
|
||
}
|
||
|
||
.card-img-top {
|
||
border-radius: 0.25rem 0.25rem 0 0;
|
||
}
|
||
|
||
.card-img-bottom {
|
||
border-radius: 0 0 0.25rem 0.25rem;
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.card-deck {
|
||
display: -webkit-box;
|
||
display: flex;
|
||
-webkit-box-orient: horizontal;
|
||
-webkit-box-direction: normal;
|
||
flex-flow: row wrap;
|
||
margin-right: -.625rem;
|
||
margin-left: -.625rem;
|
||
}
|
||
.card-deck .card {
|
||
-webkit-box-flex: 1;
|
||
flex: 1 0 0;
|
||
margin-right: .625rem;
|
||
margin-left: .625rem;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.card-group {
|
||
display: -webkit-box;
|
||
display: flex;
|
||
-webkit-box-orient: horizontal;
|
||
-webkit-box-direction: normal;
|
||
flex-flow: row wrap;
|
||
}
|
||
.card-group .card {
|
||
-webkit-box-flex: 1;
|
||
flex: 1 0 0;
|
||
}
|
||
.card-group .card + .card {
|
||
margin-left: 0;
|
||
border-left: 0;
|
||
}
|
||
.card-group .card:first-child {
|
||
border-bottom-right-radius: 0;
|
||
border-top-right-radius: 0;
|
||
}
|
||
.card-group .card:first-child .card-img-top {
|
||
border-top-right-radius: 0;
|
||
}
|
||
.card-group .card:first-child .card-img-bottom {
|
||
border-bottom-right-radius: 0;
|
||
}
|
||
.card-group .card:last-child {
|
||
border-bottom-left-radius: 0;
|
||
border-top-left-radius: 0;
|
||
}
|
||
.card-group .card:last-child .card-img-top {
|
||
border-top-left-radius: 0;
|
||
}
|
||
.card-group .card:last-child .card-img-bottom {
|
||
border-bottom-left-radius: 0;
|
||
}
|
||
.card-group .card:not(:first-child):not(:last-child) {
|
||
border-radius: 0;
|
||
}
|
||
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
|
||
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
|
||
border-radius: 0;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.card-columns {
|
||
-webkit-column-count: 3;
|
||
-moz-column-count: 3;
|
||
column-count: 3;
|
||
-webkit-column-gap: 1.25rem;
|
||
-moz-column-gap: 1.25rem;
|
||
column-gap: 1.25rem;
|
||
}
|
||
.card-columns .card {
|
||
display: inline-block;
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
.pagination {
|
||
display: inline-block;
|
||
padding-left: 0;
|
||
margin-top: 1rem;
|
||
margin-bottom: 1rem;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.page-item {
|
||
display: inline;
|
||
}
|
||
|
||
.page-item:first-child .page-link {
|
||
margin-left: 0;
|
||
border-bottom-left-radius: 0.25rem;
|
||
border-top-left-radius: 0.25rem;
|
||
}
|
||
|
||
.page-item:last-child .page-link {
|
||
border-bottom-right-radius: 0.25rem;
|
||
border-top-right-radius: 0.25rem;
|
||
}
|
||
|
||
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
|
||
z-index: 2;
|
||
color: #fff;
|
||
cursor: default;
|
||
background-color: #0275d8;
|
||
border-color: #0275d8;
|
||
}
|
||
|
||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||
color: #818a91;
|
||
cursor: not-allowed;
|
||
background-color: #fff;
|
||
border-color: #ddd;
|
||
}
|
||
|
||
.page-link {
|
||
position: relative;
|
||
float: left;
|
||
padding: 0.5rem 0.75rem;
|
||
margin-left: -1px;
|
||
line-height: 1.5;
|
||
color: #0275d8;
|
||
text-decoration: none;
|
||
background-color: #fff;
|
||
border: 1px solid #ddd;
|
||
}
|
||
|
||
.page-link:focus, .page-link:hover {
|
||
color: #014c8c;
|
||
background-color: #eceeef;
|
||
border-color: #ddd;
|
||
}
|
||
|
||
.pagination-lg .page-link {
|
||
padding: 0.75rem 1.5rem;
|
||
font-size: 1.25rem;
|
||
line-height: 1.3333333333;
|
||
}
|
||
|
||
.pagination-lg .page-item:first-child .page-link {
|
||
border-bottom-left-radius: 0.3rem;
|
||
border-top-left-radius: 0.3rem;
|
||
}
|
||
|
||
.pagination-lg .page-item:last-child .page-link {
|
||
border-bottom-right-radius: 0.3rem;
|
||
border-top-right-radius: 0.3rem;
|
||
}
|
||
|
||
.pagination-sm .page-link {
|
||
padding: 0.275rem 0.75rem;
|
||
font-size: 0.875rem;
|
||
line-height: 1.5;
|
||
}
|
||
|
||
.pagination-sm .page-item:first-child .page-link {
|
||
border-bottom-left-radius: 0.2rem;
|
||
border-top-left-radius: 0.2rem;
|
||
}
|
||
|
||
.pagination-sm .page-item:last-child .page-link {
|
||
border-bottom-right-radius: 0.2rem;
|
||
border-top-right-radius: 0.2rem;
|
||
}
|
||
|
||
.alert {
|
||
padding: 15px;
|
||
margin-bottom: 1rem;
|
||
border: 1px solid transparent;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.alert > p,
|
||
.alert > ul {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.alert > p + p {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.alert-heading {
|
||
color: inherit;
|
||
}
|
||
|
||
.alert-link {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.alert-dismissible {
|
||
padding-right: 35px;
|
||
}
|
||
|
||
.alert-dismissible .close {
|
||
position: relative;
|
||
top: -2px;
|
||
right: -21px;
|
||
color: inherit;
|
||
}
|
||
|
||
.alert-success {
|
||
background-color: #dff0d8;
|
||
border-color: #d0e9c6;
|
||
color: #3c763d;
|
||
}
|
||
|
||
.alert-success hr {
|
||
border-top-color: #c1e2b3;
|
||
}
|
||
|
||
.alert-success .alert-link {
|
||
color: #2b542c;
|
||
}
|
||
|
||
.alert-info {
|
||
background-color: #d9edf7;
|
||
border-color: #bcdff1;
|
||
color: #31708f;
|
||
}
|
||
|
||
.alert-info hr {
|
||
border-top-color: #a6d5ec;
|
||
}
|
||
|
||
.alert-info .alert-link {
|
||
color: #245269;
|
||
}
|
||
|
||
.alert-warning {
|
||
background-color: #fcf8e3;
|
||
border-color: #faf2cc;
|
||
color: #8a6d3b;
|
||
}
|
||
|
||
.alert-warning hr {
|
||
border-top-color: #f7ecb5;
|
||
}
|
||
|
||
.alert-warning .alert-link {
|
||
color: #66512c;
|
||
}
|
||
|
||
.alert-danger {
|
||
background-color: #f2dede;
|
||
border-color: #ebcccc;
|
||
color: #a94442;
|
||
}
|
||
|
||
.alert-danger hr {
|
||
border-top-color: #e4b9b9;
|
||
}
|
||
|
||
.alert-danger .alert-link {
|
||
color: #843534;
|
||
}
|
||
|
||
.hidden-xs-up {
|
||
display: none !important;
|
||
}
|
||
|
||
@media (max-width: 543px) {
|
||
.hidden-xs-down {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 544px) {
|
||
.hidden-sm-up {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.hidden-sm-down {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.hidden-md-up {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.hidden-md-down {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
.hidden-lg-up {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 1199px) {
|
||
.hidden-lg-down {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.hidden-xl-up {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
.hidden-xl-down {
|
||
display: none !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;
|
||
}
|
||
}
|
||
|
||
/*! Hint.css - v2.5.0 - 2017-04-23
|
||
* http://kushagragour.in/lab/hint/
|
||
* Copyright (c) 2017 Kushagra Gour */
|
||
[class*=hint--] {
|
||
position: relative;
|
||
display: inline-block;
|
||
}
|
||
|
||
[class*=hint--]:after, [class*=hint--]:before {
|
||
position: absolute;
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
visibility: hidden;
|
||
opacity: 0;
|
||
z-index: 1000000;
|
||
pointer-events: none;
|
||
transition: .3s ease;
|
||
transition-delay: 0s;
|
||
}
|
||
|
||
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
|
||
visibility: visible;
|
||
opacity: 1;
|
||
transition-delay: .1s;
|
||
}
|
||
|
||
[class*=hint--]:before {
|
||
content: '';
|
||
position: absolute;
|
||
background: 0 0;
|
||
border: 6px solid transparent;
|
||
z-index: 1000001;
|
||
}
|
||
|
||
[class*=hint--]:after {
|
||
background: #383838;
|
||
color: #fff;
|
||
padding: 8px 10px;
|
||
font-size: 12px;
|
||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||
line-height: 12px;
|
||
white-space: nowrap;
|
||
text-shadow: 0 -1px 0 #000;
|
||
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
|
||
}
|
||
|
||
[class*=hint--][aria-label]:after {
|
||
content: attr(aria-label);
|
||
}
|
||
|
||
[class*=hint--][data-hint]:after {
|
||
content: attr(data-hint);
|
||
}
|
||
|
||
[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
|
||
display: none !important;
|
||
}
|
||
|
||
.hint--top-left:before, .hint--top-right:before, .hint--top:before {
|
||
border-top-color: #383838;
|
||
}
|
||
|
||
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
|
||
border-bottom-color: #383838;
|
||
}
|
||
|
||
.hint--top:after, .hint--top:before {
|
||
bottom: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--top:before {
|
||
margin-bottom: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--top:after {
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
}
|
||
|
||
.hint--top:hover:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--top:hover:after {
|
||
-webkit-transform: translateX(-50%) translateY(-8px);
|
||
transform: translateX(-50%) translateY(-8px);
|
||
}
|
||
|
||
.hint--bottom:after, .hint--bottom:before {
|
||
top: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--bottom:before {
|
||
margin-top: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--bottom:after {
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
}
|
||
|
||
.hint--bottom:hover:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--bottom:hover:after {
|
||
-webkit-transform: translateX(-50%) translateY(8px);
|
||
transform: translateX(-50%) translateY(8px);
|
||
}
|
||
|
||
.hint--right:before {
|
||
border-right-color: #383838;
|
||
margin-left: -11px;
|
||
margin-bottom: -6px;
|
||
}
|
||
|
||
.hint--right:after {
|
||
margin-bottom: -14px;
|
||
}
|
||
|
||
.hint--right:after, .hint--right:before {
|
||
left: 100%;
|
||
bottom: 50%;
|
||
}
|
||
|
||
.hint--right:hover:after, .hint--right:hover:before {
|
||
-webkit-transform: translateX(8px);
|
||
transform: translateX(8px);
|
||
}
|
||
|
||
.hint--left:before {
|
||
border-left-color: #383838;
|
||
margin-right: -11px;
|
||
margin-bottom: -6px;
|
||
}
|
||
|
||
.hint--left:after {
|
||
margin-bottom: -14px;
|
||
}
|
||
|
||
.hint--left:after, .hint--left:before {
|
||
right: 100%;
|
||
bottom: 50%;
|
||
}
|
||
|
||
.hint--left:hover:after, .hint--left:hover:before {
|
||
-webkit-transform: translateX(-8px);
|
||
transform: translateX(-8px);
|
||
}
|
||
|
||
.hint--top-left:after, .hint--top-left:before {
|
||
bottom: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--top-left:before {
|
||
margin-bottom: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--top-left:after {
|
||
-webkit-transform: translateX(-100%);
|
||
transform: translateX(-100%);
|
||
margin-left: 12px;
|
||
}
|
||
|
||
.hint--top-left:hover:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--top-left:hover:after {
|
||
-webkit-transform: translateX(-100%) translateY(-8px);
|
||
transform: translateX(-100%) translateY(-8px);
|
||
}
|
||
|
||
.hint--top-right:after, .hint--top-right:before {
|
||
bottom: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--top-right:before {
|
||
margin-bottom: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--top-right:after {
|
||
-webkit-transform: translateX(0);
|
||
transform: translateX(0);
|
||
margin-left: -12px;
|
||
}
|
||
|
||
.hint--top-right:hover:after, .hint--top-right:hover:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--bottom-left:after, .hint--bottom-left:before {
|
||
top: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--bottom-left:before {
|
||
margin-top: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--bottom-left:after {
|
||
-webkit-transform: translateX(-100%);
|
||
transform: translateX(-100%);
|
||
margin-left: 12px;
|
||
}
|
||
|
||
.hint--bottom-left:hover:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--bottom-left:hover:after {
|
||
-webkit-transform: translateX(-100%) translateY(8px);
|
||
transform: translateX(-100%) translateY(8px);
|
||
}
|
||
|
||
.hint--bottom-right:after, .hint--bottom-right:before {
|
||
top: 100%;
|
||
left: 50%;
|
||
}
|
||
|
||
.hint--bottom-right:before {
|
||
margin-top: -11px;
|
||
left: calc(50% - 6px);
|
||
}
|
||
|
||
.hint--bottom-right:after {
|
||
-webkit-transform: translateX(0);
|
||
transform: translateX(0);
|
||
margin-left: -12px;
|
||
}
|
||
|
||
.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--large:after, .hint--medium:after, .hint--small:after {
|
||
white-space: normal;
|
||
line-height: 1.4em;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
.hint--small:after {
|
||
width: 80px;
|
||
}
|
||
|
||
.hint--medium:after {
|
||
width: 150px;
|
||
}
|
||
|
||
.hint--large:after {
|
||
width: 300px;
|
||
}
|
||
|
||
.hint--error:after {
|
||
background-color: #b34e4d;
|
||
text-shadow: 0 -1px 0 #592726;
|
||
}
|
||
|
||
.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
|
||
border-top-color: #b34e4d;
|
||
}
|
||
|
||
.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
|
||
border-bottom-color: #b34e4d;
|
||
}
|
||
|
||
.hint--error.hint--left:before {
|
||
border-left-color: #b34e4d;
|
||
}
|
||
|
||
.hint--error.hint--right:before {
|
||
border-right-color: #b34e4d;
|
||
}
|
||
|
||
.hint--warning:after {
|
||
background-color: #c09854;
|
||
text-shadow: 0 -1px 0 #6c5328;
|
||
}
|
||
|
||
.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
|
||
border-top-color: #c09854;
|
||
}
|
||
|
||
.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
|
||
border-bottom-color: #c09854;
|
||
}
|
||
|
||
.hint--warning.hint--left:before {
|
||
border-left-color: #c09854;
|
||
}
|
||
|
||
.hint--warning.hint--right:before {
|
||
border-right-color: #c09854;
|
||
}
|
||
|
||
.hint--info:after {
|
||
background-color: #3986ac;
|
||
text-shadow: 0 -1px 0 #1a3c4d;
|
||
}
|
||
|
||
.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
|
||
border-top-color: #3986ac;
|
||
}
|
||
|
||
.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
|
||
border-bottom-color: #3986ac;
|
||
}
|
||
|
||
.hint--info.hint--left:before {
|
||
border-left-color: #3986ac;
|
||
}
|
||
|
||
.hint--info.hint--right:before {
|
||
border-right-color: #3986ac;
|
||
}
|
||
|
||
.hint--success:after {
|
||
background-color: #458746;
|
||
text-shadow: 0 -1px 0 #1a321a;
|
||
}
|
||
|
||
.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
|
||
border-top-color: #458746;
|
||
}
|
||
|
||
.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
|
||
border-bottom-color: #458746;
|
||
}
|
||
|
||
.hint--success.hint--left:before {
|
||
border-left-color: #458746;
|
||
}
|
||
|
||
.hint--success.hint--right:before {
|
||
border-right-color: #458746;
|
||
}
|
||
|
||
.hint--always:after, .hint--always:before {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
|
||
.hint--always.hint--top:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--always.hint--top:after {
|
||
-webkit-transform: translateX(-50%) translateY(-8px);
|
||
transform: translateX(-50%) translateY(-8px);
|
||
}
|
||
|
||
.hint--always.hint--top-left:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--always.hint--top-left:after {
|
||
-webkit-transform: translateX(-100%) translateY(-8px);
|
||
transform: translateX(-100%) translateY(-8px);
|
||
}
|
||
|
||
.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
|
||
-webkit-transform: translateY(-8px);
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.hint--always.hint--bottom:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--always.hint--bottom:after {
|
||
-webkit-transform: translateX(-50%) translateY(8px);
|
||
transform: translateX(-50%) translateY(8px);
|
||
}
|
||
|
||
.hint--always.hint--bottom-left:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--always.hint--bottom-left:after {
|
||
-webkit-transform: translateX(-100%) translateY(8px);
|
||
transform: translateX(-100%) translateY(8px);
|
||
}
|
||
|
||
.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
|
||
-webkit-transform: translateY(8px);
|
||
transform: translateY(8px);
|
||
}
|
||
|
||
.hint--always.hint--left:after, .hint--always.hint--left:before {
|
||
-webkit-transform: translateX(-8px);
|
||
transform: translateX(-8px);
|
||
}
|
||
|
||
.hint--always.hint--right:after, .hint--always.hint--right:before {
|
||
-webkit-transform: translateX(8px);
|
||
transform: translateX(8px);
|
||
}
|
||
|
||
.hint--rounded:after {
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.hint--no-animate:after, .hint--no-animate:before {
|
||
transition-duration: 0s;
|
||
}
|
||
|
||
.hint--bounce:after, .hint--bounce:before {
|
||
transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
|
||
}
|
||
|
||
/*
|
||
Trix 0.9.10
|
||
Copyright © 2016 Basecamp, LLC
|
||
http://trix-editor.org/*/
|
||
trix-editor {
|
||
color: #111;
|
||
border: 1px solid #bbb;
|
||
border-radius: 3px;
|
||
margin: 0;
|
||
padding: 4px 8px;
|
||
min-height: 54px;
|
||
outline: none;
|
||
}
|
||
|
||
trix-toolbar * {
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
trix-toolbar .button_group {
|
||
display: inline-block;
|
||
font-size: 0;
|
||
margin: 0 8px 4px 0;
|
||
border: 1px solid #bbb;
|
||
border-top-color: #ccc;
|
||
border-bottom-color: #888;
|
||
border-radius: 5px;
|
||
overflow: hidden;
|
||
}
|
||
|
||
trix-toolbar .button_group:last-of-type {
|
||
margin-right: 0;
|
||
}
|
||
|
||
trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
|
||
position: relative;
|
||
font-size: 0;
|
||
margin: 0;
|
||
height: 28px;
|
||
width: 40px;
|
||
background: #fff;
|
||
border: none;
|
||
border-bottom: 1px solid #ddd;
|
||
}
|
||
|
||
trix-toolbar .button_group button::before, trix-toolbar .button_group input[type=button]::before {
|
||
display: inline-block;
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
opacity: .6;
|
||
content: "";
|
||
}
|
||
|
||
trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
|
||
background: #cbeefa;
|
||
}
|
||
|
||
trix-toolbar .button_group button.active::before, trix-toolbar .button_group input[type=button].active::before {
|
||
opacity: 1;
|
||
}
|
||
|
||
trix-toolbar .button_group button:disabled::before, trix-toolbar .button_group input[type=button]:disabled::before {
|
||
opacity: .125;
|
||
}
|
||
|
||
trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
|
||
border-left: 1px solid #ccc;
|
||
}
|
||
|
||
trix-toolbar .dialogs {
|
||
position: relative;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
padding: 12px 8px;
|
||
line-height: 12px;
|
||
background: #fff;
|
||
box-shadow: 0 0.3rem 1rem #ccc;
|
||
border-top: 2px solid #888;
|
||
border-radius: 5px;
|
||
z-index: 5;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog input[type=button] {
|
||
font-size: 12px;
|
||
height: 24px;
|
||
width: 50px;
|
||
padding: 1px 8px 0 8px;
|
||
width: auto;
|
||
opacity: .6;
|
||
-webkit-appearance: none;
|
||
-webkit-border-radius: 0;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
|
||
display: inline-block;
|
||
height: 26px;
|
||
font-size: 12px;
|
||
padding: 0 8px;
|
||
margin: 0 8px 0 0;
|
||
border-radius: 5px;
|
||
border: 1px solid #bbb;
|
||
background-color: #fff;
|
||
box-shadow: none;
|
||
outline: none;
|
||
-webkit-appearance: none;
|
||
-moz-appearance: none;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
|
||
box-shadow: #F00 0px 0px 1.5px 1px;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog.link_dialog {
|
||
min-width: 300px;
|
||
max-width: 600px;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog.link_dialog .button_group {
|
||
max-width: 110px;
|
||
}
|
||
|
||
trix-toolbar .dialogs .dialog.link_dialog input[type=url] {
|
||
float: left;
|
||
width: calc(100% - 120px);
|
||
}
|
||
|
||
trix-toolbar .button_group button.bold::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2-3.4zM10%207.5h3a1.5%201.5%200%200%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%200%201%200%203z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.italic::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.link::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.9.9%200%200%201-1.3-1.3l1.97-1.7a2.46%202.46%200%200%200-3.48-3.5l-3.38%203.38a2.46%202.46%200%200%200%200%203.48.9.9%200%200%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.9.9%200%200%201%201.3%201.27l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.5l3.37-3.4c.96-.95.96-2.5%200-3.47a.9.9%200%200%201%201.3-1.28%204.3%204.3%200%200%201%200%206.06l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.strike::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.3.15.5.3.6.44.1.14.2.3.2.5%200%20.3-.1.56-.4.75-.3.2-.75.3-1.4.3a13.52%2013.52%200%200%201-5-1.18v3.38a10.64%2010.64%200%200%200%204.86.88%209.5%209.5%200%200%200%203.28-.5c.93-.34%201.64-.9%202.14-1.54s.74-1.45.74-2.32c0-.25%200-.5-.05-.74h-5.2zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.3.6-2.3%201.6-3.02a7.75%207.75%200%200%201%204.4-1.08c1.6%200%203.3.34%205%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26a.7.7%200%200%200-.38.6c0%20.2.16.5.48.7.18.1.54.3%201.06.5h-5.7zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.quote::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.heading-1::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.code::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.bullets::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.numbers::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013v1h3v-1H3.2L5%2011v-1H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.nesting-level.decrease::before, trix-toolbar .button_group button.block-level.decrease::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%203L6%2014l-2.3-2%202-2-1.3-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.nesting-level.increase::before, trix-toolbar .button_group button.block-level.increase::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-7-1l-2%202.2%201.4%201.4L6%2012l-.8-.7-2.8-2.8L1%2010l2%202zm0-7v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.undo::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-7%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-toolbar .button_group button.redo::before {
|
||
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-17%204.6L4%2016a8%208%200%200%201%2012.6-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E");
|
||
}
|
||
|
||
trix-editor [data-trix-mutable=true] {
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
}
|
||
|
||
trix-editor [data-trix-mutable=true] img {
|
||
box-shadow: 0 0 0 2px highlight;
|
||
}
|
||
|
||
trix-editor .attachment .remove {
|
||
display: block;
|
||
position: absolute;
|
||
top: -12px;
|
||
right: -12px;
|
||
width: 24px;
|
||
height: 24px;
|
||
border-radius: 24px;
|
||
line-height: 22px;
|
||
font-size: 0;
|
||
color: black;
|
||
text-align: center;
|
||
text-decoration: none;
|
||
background-color: #fff;
|
||
border: 1px solid #bbb;
|
||
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
|
||
}
|
||
|
||
trix-editor .attachment .remove:after {
|
||
content: '×';
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
opacity: 0.6;
|
||
}
|
||
|
||
trix-editor .attachment .remove:hover:after {
|
||
opacity: 1;
|
||
}
|
||
|
||
trix-editor .attachment .caption.caption-editing textarea {
|
||
width: 100%;
|
||
margin: 0;
|
||
padding: 0;
|
||
font-size: 13px;
|
||
line-height: 13px;
|
||
text-align: center;
|
||
border: none;
|
||
outline: none;
|
||
-webkit-appearance: none;
|
||
-moz-appearance: none;
|
||
}
|
||
|
||
.trix-content h1 {
|
||
font-size: 1.6em;
|
||
margin: 10px 0;
|
||
}
|
||
|
||
.trix-content blockquote {
|
||
margin: 0 0 0 5px;
|
||
padding: 0 0 0 10px;
|
||
border-left: 5px solid #ccc;
|
||
}
|
||
|
||
.trix-content pre {
|
||
font-family: monospace;
|
||
font-size: 12px;
|
||
margin: 0;
|
||
padding: 10px;
|
||
white-space: pre-wrap;
|
||
background-color: #eee;
|
||
}
|
||
|
||
.trix-content ul, .trix-content ol, .trix-content li {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
.trix-content ul li, .trix-content ol li, .trix-content li li {
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.trix-content img {
|
||
max-width: 100%;
|
||
height: auto;
|
||
}
|
||
|
||
.trix-content a[data-trix-attachment] {
|
||
color: inherit;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
|
||
color: inherit;
|
||
}
|
||
|
||
.trix-content .attachment {
|
||
position: relative;
|
||
display: inline-block;
|
||
max-width: 100%;
|
||
margin: 0;
|
||
padding: 0;
|
||
color: #666;
|
||
font-size: 13px;
|
||
}
|
||
|
||
.trix-content .attachment.attachment-file {
|
||
color: #333;
|
||
line-height: 30px;
|
||
padding: 0 16px;
|
||
border: 1px solid #bbb;
|
||
border-radius: 5px;
|
||
}
|
||
|
||
.trix-content .attachment .caption {
|
||
display: block;
|
||
margin: 4px auto 0 auto;
|
||
padding: 0;
|
||
text-align: center;
|
||
}
|
||
|
||
.trix-content .attachment .caption .size:before {
|
||
content: ' · ';
|
||
}
|
||
|
||
table.dataTable {
|
||
clear: both;
|
||
margin-top: 6px !important;
|
||
margin-bottom: 6px !important;
|
||
max-width: none !important;
|
||
border-collapse: separate !important;
|
||
}
|
||
|
||
table.dataTable td,
|
||
table.dataTable th {
|
||
box-sizing: content-box;
|
||
}
|
||
|
||
table.dataTable td.dataTables_empty,
|
||
table.dataTable th.dataTables_empty {
|
||
text-align: center;
|
||
}
|
||
|
||
table.dataTable.nowrap th,
|
||
table.dataTable.nowrap td {
|
||
white-space: nowrap;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_length label {
|
||
font-weight: normal;
|
||
text-align: left;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_length select {
|
||
width: 75px;
|
||
display: inline-block;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_filter {
|
||
text-align: right;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_filter label {
|
||
font-weight: normal;
|
||
white-space: nowrap;
|
||
text-align: left;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_filter input {
|
||
margin-left: 0.5em;
|
||
display: inline-block;
|
||
width: auto;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_info {
|
||
padding-top: 0.85em;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_paginate {
|
||
margin: 0;
|
||
white-space: nowrap;
|
||
text-align: right;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
||
margin: 2px 0;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_processing {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
width: 200px;
|
||
margin-left: -100px;
|
||
margin-top: -26px;
|
||
text-align: center;
|
||
padding: 1em 0;
|
||
}
|
||
|
||
table.dataTable thead > tr > th.sorting_asc,
|
||
table.dataTable thead > tr > th.sorting_desc,
|
||
table.dataTable thead > tr > th.sorting,
|
||
table.dataTable thead > tr > td.sorting_asc,
|
||
table.dataTable thead > tr > td.sorting_desc,
|
||
table.dataTable thead > tr > td.sorting {
|
||
padding-right: 30px;
|
||
}
|
||
|
||
table.dataTable thead > tr > th:active,
|
||
table.dataTable thead > tr > td:active {
|
||
outline: none;
|
||
}
|
||
|
||
table.dataTable thead .sorting,
|
||
table.dataTable thead .sorting_asc,
|
||
table.dataTable thead .sorting_desc,
|
||
table.dataTable thead .sorting_asc_disabled,
|
||
table.dataTable thead .sorting_desc_disabled {
|
||
cursor: pointer;
|
||
position: relative;
|
||
}
|
||
|
||
table.dataTable thead .sorting:before,
|
||
table.dataTable thead .sorting:after,
|
||
table.dataTable thead .sorting_asc:before,
|
||
table.dataTable thead .sorting_asc:after,
|
||
table.dataTable thead .sorting_desc:before,
|
||
table.dataTable thead .sorting_desc:after,
|
||
table.dataTable thead .sorting_asc_disabled:before,
|
||
table.dataTable thead .sorting_asc_disabled:after,
|
||
table.dataTable thead .sorting_desc_disabled:before,
|
||
table.dataTable thead .sorting_desc_disabled:after {
|
||
position: absolute;
|
||
bottom: 0.9em;
|
||
display: block;
|
||
opacity: 0.3;
|
||
}
|
||
|
||
table.dataTable thead .sorting:before,
|
||
table.dataTable thead .sorting_asc:before,
|
||
table.dataTable thead .sorting_desc:before,
|
||
table.dataTable thead .sorting_asc_disabled:before,
|
||
table.dataTable thead .sorting_desc_disabled:before {
|
||
right: 23px;
|
||
content: "\2191";
|
||
top: 2px;
|
||
}
|
||
|
||
table.dataTable thead .sorting:after,
|
||
table.dataTable thead .sorting_asc:after,
|
||
table.dataTable thead .sorting_desc:after,
|
||
table.dataTable thead .sorting_asc_disabled:after,
|
||
table.dataTable thead .sorting_desc_disabled:after {
|
||
right: 10px;
|
||
content: "\2193";
|
||
top: 2px;
|
||
}
|
||
|
||
table.dataTable thead .sorting_asc:before,
|
||
table.dataTable thead .sorting_desc:after {
|
||
opacity: 1;
|
||
}
|
||
|
||
table.dataTable thead .sorting_asc_disabled:before,
|
||
table.dataTable thead .sorting_desc_disabled:after {
|
||
opacity: 0;
|
||
}
|
||
|
||
div.dataTables_scrollHead table.dataTable {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
|
||
div.dataTables_scrollBody table {
|
||
border-top: none;
|
||
margin-top: 0 !important;
|
||
margin-bottom: 0 !important;
|
||
}
|
||
|
||
div.dataTables_scrollBody table thead .sorting:after,
|
||
div.dataTables_scrollBody table thead .sorting_asc:after,
|
||
div.dataTables_scrollBody table thead .sorting_desc:after {
|
||
display: none;
|
||
}
|
||
|
||
div.dataTables_scrollBody table tbody tr:first-child th,
|
||
div.dataTables_scrollBody table tbody tr:first-child td {
|
||
border-top: none;
|
||
}
|
||
|
||
div.dataTables_scrollFoot table {
|
||
margin-top: 0 !important;
|
||
border-top: none;
|
||
}
|
||
|
||
@media screen and (max-width: 767px) {
|
||
div.dataTables_wrapper div.dataTables_length,
|
||
div.dataTables_wrapper div.dataTables_filter,
|
||
div.dataTables_wrapper div.dataTables_info,
|
||
div.dataTables_wrapper div.dataTables_paginate {
|
||
text-align: center;
|
||
}
|
||
}
|
||
|
||
table.dataTable.table-condensed > thead > tr > th {
|
||
padding-right: 20px;
|
||
}
|
||
|
||
table.dataTable.table-condensed .sorting:after,
|
||
table.dataTable.table-condensed .sorting_asc:after,
|
||
table.dataTable.table-condensed .sorting_desc:after {
|
||
top: 6px;
|
||
right: 6px;
|
||
}
|
||
|
||
table.table-bordered.dataTable th,
|
||
table.table-bordered.dataTable td {
|
||
border-left-width: 0;
|
||
}
|
||
|
||
table.table-bordered.dataTable th:last-child,
|
||
table.table-bordered.dataTable th:last-child,
|
||
table.table-bordered.dataTable td:last-child,
|
||
table.table-bordered.dataTable td:last-child {
|
||
border-right-width: 0;
|
||
}
|
||
|
||
table.table-bordered.dataTable tbody th,
|
||
table.table-bordered.dataTable tbody td {
|
||
border-bottom-width: 0;
|
||
}
|
||
|
||
div.dataTables_scrollHead table.table-bordered {
|
||
border-bottom-width: 0;
|
||
}
|
||
|
||
div.table-responsive > div.dataTables_wrapper > div.row {
|
||
margin: 0;
|
||
}
|
||
|
||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
|
||
padding-left: 0;
|
||
}
|
||
|
||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
|
||
padding-right: 0;
|
||
}
|
||
|
||
@font-face {
|
||
font-family: "Octicons";
|
||
src: url("../../fonts/octicons/octicons.eot?9a80b0fcce5ace0475f72ac5567f9158");
|
||
src: url("../../fonts/octicons/octicons.eot?#iefix") format("embedded-opentype"), url("../../fonts/octicons/octicons.woff2?9a80b0fcce5ace0475f72ac5567f9158") format("woff2"), url("../../fonts/octicons/octicons.woff?9a80b0fcce5ace0475f72ac5567f9158") format("woff"), url("../../fonts/octicons/octicons.ttf?9a80b0fcce5ace0475f72ac5567f9158") format("truetype"), url("../../fonts/octicons/octicons.svg?9a80b0fcce5ace0475f72ac5567f9158#octicons") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
|
||
/*
|
||
|
||
.octicon is optimized for 16px.
|
||
.mega-octicon is optimized for 32px but can be used larger.
|
||
|
||
*/
|
||
.octicon, .mega-octicon {
|
||
font: normal normal normal 16px/1 Octicons;
|
||
display: inline-block;
|
||
text-decoration: none;
|
||
text-rendering: auto;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
-webkit-user-select: none;
|
||
-ms-user-select: none;
|
||
-moz-user-select: none;
|
||
user-select: none;
|
||
speak: none;
|
||
}
|
||
|
||
.mega-octicon {
|
||
font-size: 32px;
|
||
}
|
||
|
||
.octicon-alert:before {
|
||
content: "\f02d";
|
||
}
|
||
|
||
.octicon-arrow-down:before {
|
||
content: "\f03f";
|
||
}
|
||
|
||
.octicon-arrow-left:before {
|
||
content: "\f040";
|
||
}
|
||
|
||
.octicon-arrow-right:before {
|
||
content: "\f03e";
|
||
}
|
||
|
||
.octicon-arrow-small-down:before {
|
||
content: "\f0a0";
|
||
}
|
||
|
||
.octicon-arrow-small-left:before {
|
||
content: "\f0a1";
|
||
}
|
||
|
||
.octicon-arrow-small-right:before {
|
||
content: "\f071";
|
||
}
|
||
|
||
.octicon-arrow-small-up:before {
|
||
content: "\f09f";
|
||
}
|
||
|
||
.octicon-arrow-up:before {
|
||
content: "\f03d";
|
||
}
|
||
|
||
.octicon-beaker:before {
|
||
content: "\f0dd";
|
||
}
|
||
|
||
.octicon-bell:before {
|
||
content: "\f0de";
|
||
}
|
||
|
||
.octicon-bold:before {
|
||
content: "\f0e2";
|
||
}
|
||
|
||
.octicon-book:before {
|
||
content: "\f007";
|
||
}
|
||
|
||
.octicon-bookmark:before {
|
||
content: "\f07b";
|
||
}
|
||
|
||
.octicon-briefcase:before {
|
||
content: "\f0d3";
|
||
}
|
||
|
||
.octicon-broadcast:before {
|
||
content: "\f048";
|
||
}
|
||
|
||
.octicon-browser:before {
|
||
content: "\f0c5";
|
||
}
|
||
|
||
.octicon-bug:before {
|
||
content: "\f091";
|
||
}
|
||
|
||
.octicon-calendar:before {
|
||
content: "\f068";
|
||
}
|
||
|
||
.octicon-check:before {
|
||
content: "\f03a";
|
||
}
|
||
|
||
.octicon-checklist:before {
|
||
content: "\f076";
|
||
}
|
||
|
||
.octicon-chevron-down:before {
|
||
content: "\f0a3";
|
||
}
|
||
|
||
.octicon-chevron-left:before {
|
||
content: "\f0a4";
|
||
}
|
||
|
||
.octicon-chevron-right:before {
|
||
content: "\f078";
|
||
}
|
||
|
||
.octicon-chevron-up:before {
|
||
content: "\f0a2";
|
||
}
|
||
|
||
.octicon-circle-slash:before {
|
||
content: "\f084";
|
||
}
|
||
|
||
.octicon-circuit-board:before {
|
||
content: "\f0d6";
|
||
}
|
||
|
||
.octicon-clippy:before {
|
||
content: "\f035";
|
||
}
|
||
|
||
.octicon-clock:before {
|
||
content: "\f046";
|
||
}
|
||
|
||
.octicon-cloud-download:before {
|
||
content: "\f00b";
|
||
}
|
||
|
||
.octicon-cloud-upload:before {
|
||
content: "\f00c";
|
||
}
|
||
|
||
.octicon-code:before {
|
||
content: "\f05f";
|
||
}
|
||
|
||
.octicon-comment-discussion:before {
|
||
content: "\f04f";
|
||
}
|
||
|
||
.octicon-comment:before {
|
||
content: "\f02b";
|
||
}
|
||
|
||
.octicon-credit-card:before {
|
||
content: "\f045";
|
||
}
|
||
|
||
.octicon-dash:before {
|
||
content: "\f0ca";
|
||
}
|
||
|
||
.octicon-dashboard:before {
|
||
content: "\f07d";
|
||
}
|
||
|
||
.octicon-database:before {
|
||
content: "\f096";
|
||
}
|
||
|
||
.octicon-desktop-download:before {
|
||
content: "\f0dc";
|
||
}
|
||
|
||
.octicon-device-camera-video:before {
|
||
content: "\f057";
|
||
}
|
||
|
||
.octicon-device-camera:before {
|
||
content: "\f056";
|
||
}
|
||
|
||
.octicon-device-desktop:before {
|
||
content: "\f27c";
|
||
}
|
||
|
||
.octicon-device-mobile:before {
|
||
content: "\f038";
|
||
}
|
||
|
||
.octicon-diff-added:before {
|
||
content: "\f06b";
|
||
}
|
||
|
||
.octicon-diff-ignored:before {
|
||
content: "\f099";
|
||
}
|
||
|
||
.octicon-diff-modified:before {
|
||
content: "\f06d";
|
||
}
|
||
|
||
.octicon-diff-removed:before {
|
||
content: "\f06c";
|
||
}
|
||
|
||
.octicon-diff-renamed:before {
|
||
content: "\f06e";
|
||
}
|
||
|
||
.octicon-diff:before {
|
||
content: "\f04d";
|
||
}
|
||
|
||
.octicon-ellipses:before {
|
||
content: "\f101";
|
||
}
|
||
|
||
.octicon-ellipsis:before {
|
||
content: "\f09a";
|
||
}
|
||
|
||
.octicon-eye:before {
|
||
content: "\f04e";
|
||
}
|
||
|
||
.octicon-file-binary:before {
|
||
content: "\f094";
|
||
}
|
||
|
||
.octicon-file-code:before {
|
||
content: "\f010";
|
||
}
|
||
|
||
.octicon-file-directory:before {
|
||
content: "\f016";
|
||
}
|
||
|
||
.octicon-file-media:before {
|
||
content: "\f012";
|
||
}
|
||
|
||
.octicon-file-pdf:before {
|
||
content: "\f014";
|
||
}
|
||
|
||
.octicon-file-submodule:before {
|
||
content: "\f017";
|
||
}
|
||
|
||
.octicon-file-symlink-directory:before {
|
||
content: "\f0b1";
|
||
}
|
||
|
||
.octicon-file-symlink-file:before {
|
||
content: "\f0b0";
|
||
}
|
||
|
||
.octicon-file-text:before {
|
||
content: "\f011";
|
||
}
|
||
|
||
.octicon-file-zip:before {
|
||
content: "\f013";
|
||
}
|
||
|
||
.octicon-file:before {
|
||
content: "\f102";
|
||
}
|
||
|
||
.octicon-flame:before {
|
||
content: "\f0d2";
|
||
}
|
||
|
||
.octicon-fold:before {
|
||
content: "\f0cc";
|
||
}
|
||
|
||
.octicon-gear:before {
|
||
content: "\f02f";
|
||
}
|
||
|
||
.octicon-gift:before {
|
||
content: "\f042";
|
||
}
|
||
|
||
.octicon-gist-secret:before {
|
||
content: "\f08c";
|
||
}
|
||
|
||
.octicon-gist:before {
|
||
content: "\f00e";
|
||
}
|
||
|
||
.octicon-git-branch:before {
|
||
content: "\f020";
|
||
}
|
||
|
||
.octicon-git-commit:before {
|
||
content: "\f01f";
|
||
}
|
||
|
||
.octicon-git-compare:before {
|
||
content: "\f0ac";
|
||
}
|
||
|
||
.octicon-git-merge:before {
|
||
content: "\f023";
|
||
}
|
||
|
||
.octicon-git-pull-request:before {
|
||
content: "\f009";
|
||
}
|
||
|
||
.octicon-globe:before {
|
||
content: "\f0b6";
|
||
}
|
||
|
||
.octicon-grabber:before {
|
||
content: "\f103";
|
||
}
|
||
|
||
.octicon-graph:before {
|
||
content: "\f043";
|
||
}
|
||
|
||
.octicon-heart:before {
|
||
content: "\2665";
|
||
}
|
||
|
||
.octicon-history:before {
|
||
content: "\f07e";
|
||
}
|
||
|
||
.octicon-home:before {
|
||
content: "\f08d";
|
||
}
|
||
|
||
.octicon-horizontal-rule:before {
|
||
content: "\f070";
|
||
}
|
||
|
||
.octicon-hubot:before {
|
||
content: "\f09d";
|
||
}
|
||
|
||
.octicon-inbox:before {
|
||
content: "\f0cf";
|
||
}
|
||
|
||
.octicon-info:before {
|
||
content: "\f059";
|
||
}
|
||
|
||
.octicon-issue-closed:before {
|
||
content: "\f028";
|
||
}
|
||
|
||
.octicon-issue-opened:before {
|
||
content: "\f026";
|
||
}
|
||
|
||
.octicon-issue-reopened:before {
|
||
content: "\f027";
|
||
}
|
||
|
||
.octicon-italic:before {
|
||
content: "\f0e4";
|
||
}
|
||
|
||
.octicon-jersey:before {
|
||
content: "\f019";
|
||
}
|
||
|
||
.octicon-key:before {
|
||
content: "\f049";
|
||
}
|
||
|
||
.octicon-keyboard:before {
|
||
content: "\f00d";
|
||
}
|
||
|
||
.octicon-law:before {
|
||
content: "\f0d8";
|
||
}
|
||
|
||
.octicon-light-bulb:before {
|
||
content: "\f000";
|
||
}
|
||
|
||
.octicon-link-external:before {
|
||
content: "\f07f";
|
||
}
|
||
|
||
.octicon-link:before {
|
||
content: "\f05c";
|
||
}
|
||
|
||
.octicon-list-ordered:before {
|
||
content: "\f062";
|
||
}
|
||
|
||
.octicon-list-unordered:before {
|
||
content: "\f061";
|
||
}
|
||
|
||
.octicon-location:before {
|
||
content: "\f060";
|
||
}
|
||
|
||
.octicon-lock:before {
|
||
content: "\f06a";
|
||
}
|
||
|
||
.octicon-logo-gist:before {
|
||
content: "\f0ad";
|
||
}
|
||
|
||
.octicon-logo-github:before {
|
||
content: "\f092";
|
||
}
|
||
|
||
.octicon-mail-read:before {
|
||
content: "\f03c";
|
||
}
|
||
|
||
.octicon-mail-reply:before {
|
||
content: "\f051";
|
||
}
|
||
|
||
.octicon-mail:before {
|
||
content: "\f03b";
|
||
}
|
||
|
||
.octicon-mark-github:before {
|
||
content: "\f00a";
|
||
}
|
||
|
||
.octicon-markdown:before {
|
||
content: "\f0c9";
|
||
}
|
||
|
||
.octicon-megaphone:before {
|
||
content: "\f077";
|
||
}
|
||
|
||
.octicon-mention:before {
|
||
content: "\f0be";
|
||
}
|
||
|
||
.octicon-milestone:before {
|
||
content: "\f075";
|
||
}
|
||
|
||
.octicon-mirror:before {
|
||
content: "\f024";
|
||
}
|
||
|
||
.octicon-mortar-board:before {
|
||
content: "\f0d7";
|
||
}
|
||
|
||
.octicon-mute:before {
|
||
content: "\f080";
|
||
}
|
||
|
||
.octicon-no-newline:before {
|
||
content: "\f09c";
|
||
}
|
||
|
||
.octicon-octoface:before {
|
||
content: "\f008";
|
||
}
|
||
|
||
.octicon-organization:before {
|
||
content: "\f037";
|
||
}
|
||
|
||
.octicon-package:before {
|
||
content: "\f0c4";
|
||
}
|
||
|
||
.octicon-paintcan:before {
|
||
content: "\f0d1";
|
||
}
|
||
|
||
.octicon-pencil:before {
|
||
content: "\f058";
|
||
}
|
||
|
||
.octicon-person:before {
|
||
content: "\f018";
|
||
}
|
||
|
||
.octicon-pin:before {
|
||
content: "\f041";
|
||
}
|
||
|
||
.octicon-plug:before {
|
||
content: "\f0d4";
|
||
}
|
||
|
||
.octicon-plus-small:before {
|
||
content: "\f104";
|
||
}
|
||
|
||
.octicon-plus:before {
|
||
content: "\f05d";
|
||
}
|
||
|
||
.octicon-primitive-dot:before {
|
||
content: "\f052";
|
||
}
|
||
|
||
.octicon-primitive-square:before {
|
||
content: "\f053";
|
||
}
|
||
|
||
.octicon-pulse:before {
|
||
content: "\f085";
|
||
}
|
||
|
||
.octicon-question:before {
|
||
content: "\f02c";
|
||
}
|
||
|
||
.octicon-quote:before {
|
||
content: "\f063";
|
||
}
|
||
|
||
.octicon-radio-tower:before {
|
||
content: "\f030";
|
||
}
|
||
|
||
.octicon-reply:before {
|
||
content: "\f105";
|
||
}
|
||
|
||
.octicon-repo-clone:before {
|
||
content: "\f04c";
|
||
}
|
||
|
||
.octicon-repo-force-push:before {
|
||
content: "\f04a";
|
||
}
|
||
|
||
.octicon-repo-forked:before {
|
||
content: "\f002";
|
||
}
|
||
|
||
.octicon-repo-pull:before {
|
||
content: "\f006";
|
||
}
|
||
|
||
.octicon-repo-push:before {
|
||
content: "\f005";
|
||
}
|
||
|
||
.octicon-repo:before {
|
||
content: "\f001";
|
||
}
|
||
|
||
.octicon-rocket:before {
|
||
content: "\f033";
|
||
}
|
||
|
||
.octicon-rss:before {
|
||
content: "\f034";
|
||
}
|
||
|
||
.octicon-ruby:before {
|
||
content: "\f047";
|
||
}
|
||
|
||
.octicon-search:before {
|
||
content: "\f02e";
|
||
}
|
||
|
||
.octicon-server:before {
|
||
content: "\f097";
|
||
}
|
||
|
||
.octicon-settings:before {
|
||
content: "\f07c";
|
||
}
|
||
|
||
.octicon-shield:before {
|
||
content: "\f0e1";
|
||
}
|
||
|
||
.octicon-sign-in:before {
|
||
content: "\f036";
|
||
}
|
||
|
||
.octicon-sign-out:before {
|
||
content: "\f032";
|
||
}
|
||
|
||
.octicon-smiley:before {
|
||
content: "\f0e7";
|
||
}
|
||
|
||
.octicon-squirrel:before {
|
||
content: "\f0b2";
|
||
}
|
||
|
||
.octicon-star:before {
|
||
content: "\f02a";
|
||
}
|
||
|
||
.octicon-stop:before {
|
||
content: "\f08f";
|
||
}
|
||
|
||
.octicon-sync:before {
|
||
content: "\f087";
|
||
}
|
||
|
||
.octicon-tag:before {
|
||
content: "\f015";
|
||
}
|
||
|
||
.octicon-tasklist:before {
|
||
content: "\f0e5";
|
||
}
|
||
|
||
.octicon-telescope:before {
|
||
content: "\f088";
|
||
}
|
||
|
||
.octicon-terminal:before {
|
||
content: "\f0c8";
|
||
}
|
||
|
||
.octicon-text-size:before {
|
||
content: "\f0e3";
|
||
}
|
||
|
||
.octicon-three-bars:before {
|
||
content: "\f05e";
|
||
}
|
||
|
||
.octicon-thumbsdown:before {
|
||
content: "\f0db";
|
||
}
|
||
|
||
.octicon-thumbsup:before {
|
||
content: "\f0da";
|
||
}
|
||
|
||
.octicon-tools:before {
|
||
content: "\f031";
|
||
}
|
||
|
||
.octicon-trashcan:before {
|
||
content: "\f0d0";
|
||
}
|
||
|
||
.octicon-triangle-down:before {
|
||
content: "\f05b";
|
||
}
|
||
|
||
.octicon-triangle-left:before {
|
||
content: "\f044";
|
||
}
|
||
|
||
.octicon-triangle-right:before {
|
||
content: "\f05a";
|
||
}
|
||
|
||
.octicon-triangle-up:before {
|
||
content: "\f0aa";
|
||
}
|
||
|
||
.octicon-unfold:before {
|
||
content: "\f039";
|
||
}
|
||
|
||
.octicon-unmute:before {
|
||
content: "\f0ba";
|
||
}
|
||
|
||
.octicon-unverified:before {
|
||
content: "\f0e8";
|
||
}
|
||
|
||
.octicon-verified:before {
|
||
content: "\f0e6";
|
||
}
|
||
|
||
.octicon-versions:before {
|
||
content: "\f064";
|
||
}
|
||
|
||
.octicon-watch:before {
|
||
content: "\f0e0";
|
||
}
|
||
|
||
.octicon-x:before {
|
||
content: "\f081";
|
||
}
|
||
|
||
.octicon-zap:before {
|
||
content: "\26a1";
|
||
}
|
||
|
||
/*!
|
||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||
*/
|
||
/* FONT PATH
|
||
* -------------------------- */
|
||
@font-face {
|
||
font-family: 'FontAwesome';
|
||
src: url("../../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
|
||
src: url("../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
|
||
.fa {
|
||
display: inline-block;
|
||
font: normal normal normal 14px/1 FontAwesome;
|
||
font-size: inherit;
|
||
text-rendering: auto;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
|
||
/* makes the font 33% larger relative to the icon container */
|
||
.fa-lg {
|
||
font-size: 1.3333333333em;
|
||
line-height: 0.75em;
|
||
vertical-align: -15%;
|
||
}
|
||
|
||
.fa-2x {
|
||
font-size: 2em;
|
||
}
|
||
|
||
.fa-3x {
|
||
font-size: 3em;
|
||
}
|
||
|
||
.fa-4x {
|
||
font-size: 4em;
|
||
}
|
||
|
||
.fa-5x {
|
||
font-size: 5em;
|
||
}
|
||
|
||
.fa-fw {
|
||
width: 1.2857142857em;
|
||
text-align: center;
|
||
}
|
||
|
||
.fa-ul {
|
||
padding-left: 0;
|
||
margin-left: 2.1428571429em;
|
||
list-style-type: none;
|
||
}
|
||
|
||
.fa-ul > li {
|
||
position: relative;
|
||
}
|
||
|
||
.fa-li {
|
||
position: absolute;
|
||
left: -2.1428571429em;
|
||
width: 2.1428571429em;
|
||
top: 0.1428571429em;
|
||
text-align: center;
|
||
}
|
||
|
||
.fa-li.fa-lg {
|
||
left: -1.8571428571em;
|
||
}
|
||
|
||
.fa-border {
|
||
padding: .2em .25em .15em;
|
||
border: solid 0.08em #eee;
|
||
border-radius: .1em;
|
||
}
|
||
|
||
.fa-pull-left {
|
||
float: left;
|
||
}
|
||
|
||
.fa-pull-right {
|
||
float: right;
|
||
}
|
||
|
||
.fa.fa-pull-left {
|
||
margin-right: .3em;
|
||
}
|
||
|
||
.fa.fa-pull-right {
|
||
margin-left: .3em;
|
||
}
|
||
|
||
/* Deprecated as of 4.4.0 */
|
||
.pull-right {
|
||
float: right;
|
||
}
|
||
|
||
.pull-left {
|
||
float: left;
|
||
}
|
||
|
||
.fa.pull-left {
|
||
margin-right: .3em;
|
||
}
|
||
|
||
.fa.pull-right {
|
||
margin-left: .3em;
|
||
}
|
||
|
||
.fa-spin {
|
||
-webkit-animation: fa-spin 2s infinite linear;
|
||
animation: fa-spin 2s infinite linear;
|
||
}
|
||
|
||
.fa-pulse {
|
||
-webkit-animation: fa-spin 1s infinite steps(8);
|
||
animation: fa-spin 1s infinite steps(8);
|
||
}
|
||
|
||
@-webkit-keyframes fa-spin {
|
||
0% {
|
||
-webkit-transform: rotate(0deg);
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
-webkit-transform: rotate(359deg);
|
||
transform: rotate(359deg);
|
||
}
|
||
}
|
||
|
||
@keyframes fa-spin {
|
||
0% {
|
||
-webkit-transform: rotate(0deg);
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
-webkit-transform: rotate(359deg);
|
||
transform: rotate(359deg);
|
||
}
|
||
}
|
||
|
||
.fa-rotate-90 {
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
||
-webkit-transform: rotate(90deg);
|
||
transform: rotate(90deg);
|
||
}
|
||
|
||
.fa-rotate-180 {
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
||
-webkit-transform: rotate(180deg);
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
.fa-rotate-270 {
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
||
-webkit-transform: rotate(270deg);
|
||
transform: rotate(270deg);
|
||
}
|
||
|
||
.fa-flip-horizontal {
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
||
-webkit-transform: scale(-1, 1);
|
||
transform: scale(-1, 1);
|
||
}
|
||
|
||
.fa-flip-vertical {
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
||
-webkit-transform: scale(1, -1);
|
||
transform: scale(1, -1);
|
||
}
|
||
|
||
:root .fa-rotate-90,
|
||
:root .fa-rotate-180,
|
||
:root .fa-rotate-270,
|
||
:root .fa-flip-horizontal,
|
||
:root .fa-flip-vertical {
|
||
-webkit-filter: none;
|
||
filter: none;
|
||
}
|
||
|
||
.fa-stack {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 2em;
|
||
height: 2em;
|
||
line-height: 2em;
|
||
vertical-align: middle;
|
||
}
|
||
|
||
.fa-stack-1x, .fa-stack-2x {
|
||
position: absolute;
|
||
left: 0;
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
|
||
.fa-stack-1x {
|
||
line-height: inherit;
|
||
}
|
||
|
||
.fa-stack-2x {
|
||
font-size: 2em;
|
||
}
|
||
|
||
.fa-inverse {
|
||
color: #fff;
|
||
}
|
||
|
||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||
readers do not read off random characters that represent icons */
|
||
.fa-glass:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-music:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-search:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envelope-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-heart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-star:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-star-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-film:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-th-large:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-th:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-th-list:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-check:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-remove:before,
|
||
.fa-close:before,
|
||
.fa-times:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-search-plus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-search-minus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-power-off:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-signal:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gear:before,
|
||
.fa-cog:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-trash-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-home:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-clock-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-road:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-download:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-o-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-o-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-inbox:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-play-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-rotate-right:before,
|
||
.fa-repeat:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-refresh:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-list-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-lock:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flag:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-headphones:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-volume-off:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-volume-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-volume-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-qrcode:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-barcode:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tag:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tags:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-book:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bookmark:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-print:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-camera:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-font:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bold:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-italic:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-text-height:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-text-width:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-align-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-align-center:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-align-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-align-justify:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-list:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dedent:before,
|
||
.fa-outdent:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-indent:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-video-camera:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-photo:before,
|
||
.fa-image:before,
|
||
.fa-picture-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pencil:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-map-marker:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-adjust:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tint:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-edit:before,
|
||
.fa-pencil-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-share-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-check-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrows:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-step-backward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fast-backward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-backward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-play:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pause:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stop:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-forward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fast-forward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-step-forward:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eject:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plus-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-minus-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-times-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-check-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-question-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-info-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-crosshairs:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-times-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-check-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ban:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mail-forward:before,
|
||
.fa-share:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-expand:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-compress:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-minus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-asterisk:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-exclamation-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gift:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-leaf:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fire:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eye:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eye-slash:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-warning:before,
|
||
.fa-exclamation-triangle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plane:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-random:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-comment:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-magnet:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-retweet:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shopping-cart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-folder:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-folder-open:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrows-v:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrows-h:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bar-chart-o:before,
|
||
.fa-bar-chart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-twitter-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-facebook-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-camera-retro:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-key:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gears:before,
|
||
.fa-cogs:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-comments:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thumbs-o-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thumbs-o-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-star-half:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-heart-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sign-out:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-linkedin-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thumb-tack:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-external-link:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sign-in:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-trophy:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-github-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-upload:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-lemon-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-phone:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bookmark-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-phone-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-twitter:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-facebook-f:before,
|
||
.fa-facebook:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-github:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-unlock:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-credit-card:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-feed:before,
|
||
.fa-rss:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hdd-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bullhorn:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bell:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-certificate:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-o-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-o-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-o-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-o-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-globe:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wrench:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tasks:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-filter:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-briefcase:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrows-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-group:before,
|
||
.fa-users:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chain:before,
|
||
.fa-link:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cloud:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flask:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cut:before,
|
||
.fa-scissors:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-copy:before,
|
||
.fa-files-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paperclip:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-save:before,
|
||
.fa-floppy-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-navicon:before,
|
||
.fa-reorder:before,
|
||
.fa-bars:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-list-ul:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-list-ol:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-strikethrough:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-underline:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-table:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-magic:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-truck:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pinterest:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pinterest-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-google-plus-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-google-plus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-money:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-caret-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-caret-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-caret-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-caret-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-columns:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-unsorted:before,
|
||
.fa-sort:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-down:before,
|
||
.fa-sort-desc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-up:before,
|
||
.fa-sort-asc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envelope:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-linkedin:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-rotate-left:before,
|
||
.fa-undo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-legal:before,
|
||
.fa-gavel:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dashboard:before,
|
||
.fa-tachometer:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-comment-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-comments-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flash:before,
|
||
.fa-bolt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sitemap:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-umbrella:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paste:before,
|
||
.fa-clipboard:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-lightbulb-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-exchange:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cloud-download:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cloud-upload:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-md:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stethoscope:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-suitcase:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bell-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-coffee:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cutlery:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-text-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-building-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hospital-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ambulance:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-medkit:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fighter-jet:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-beer:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-h-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plus-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-double-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-double-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-double-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-double-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angle-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-desktop:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-laptop:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tablet:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mobile-phone:before,
|
||
.fa-mobile:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-quote-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-quote-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-spinner:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mail-reply:before,
|
||
.fa-reply:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-github-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-folder-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-folder-open-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-smile-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-frown-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-meh-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gamepad:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-keyboard-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flag-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flag-checkered:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-terminal:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-code:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mail-reply-all:before,
|
||
.fa-reply-all:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-star-half-empty:before,
|
||
.fa-star-half-full:before,
|
||
.fa-star-half-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-location-arrow:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-crop:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-code-fork:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-unlink:before,
|
||
.fa-chain-broken:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-question:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-info:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-exclamation:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-superscript:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-subscript:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eraser:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-puzzle-piece:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-microphone:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-microphone-slash:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shield:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fire-extinguisher:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-rocket:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-maxcdn:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-circle-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-circle-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-circle-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chevron-circle-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-html5:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-css3:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-anchor:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-unlock-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bullseye:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ellipsis-h:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ellipsis-v:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-rss-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-play-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ticket:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-minus-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-minus-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-level-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-level-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-check-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pencil-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-external-link-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-share-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-compass:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-down:before,
|
||
.fa-caret-square-o-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-up:before,
|
||
.fa-caret-square-o-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-right:before,
|
||
.fa-caret-square-o-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-euro:before,
|
||
.fa-eur:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gbp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dollar:before,
|
||
.fa-usd:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-rupee:before,
|
||
.fa-inr:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cny:before,
|
||
.fa-rmb:before,
|
||
.fa-yen:before,
|
||
.fa-jpy:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ruble:before,
|
||
.fa-rouble:before,
|
||
.fa-rub:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-won:before,
|
||
.fa-krw:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bitcoin:before,
|
||
.fa-btc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-text:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-alpha-asc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-alpha-desc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-amount-asc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-amount-desc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-numeric-asc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sort-numeric-desc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thumbs-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thumbs-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-youtube-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-youtube:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-xing:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-xing-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-youtube-play:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dropbox:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stack-overflow:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-instagram:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-flickr:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-adn:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bitbucket:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bitbucket-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tumblr:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tumblr-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-long-arrow-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-long-arrow-up:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-long-arrow-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-long-arrow-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-apple:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-windows:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-android:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-linux:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dribbble:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-skype:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-foursquare:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-trello:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-female:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-male:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gittip:before,
|
||
.fa-gratipay:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sun-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-moon-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-archive:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bug:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vk:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-weibo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-renren:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pagelines:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stack-exchange:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-o-right:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-arrow-circle-o-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-left:before,
|
||
.fa-caret-square-o-left:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dot-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wheelchair:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vimeo-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-turkish-lira:before,
|
||
.fa-try:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plus-square-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-space-shuttle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-slack:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envelope-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wordpress:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-openid:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-institution:before,
|
||
.fa-bank:before,
|
||
.fa-university:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mortar-board:before,
|
||
.fa-graduation-cap:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-yahoo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-google:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-reddit:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-reddit-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stumbleupon-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stumbleupon:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-delicious:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-digg:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pied-piper-pp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pied-piper-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-drupal:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-joomla:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-language:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fax:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-building:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-child:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paw:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-spoon:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cube:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cubes:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-behance:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-behance-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-steam:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-steam-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-recycle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-automobile:before,
|
||
.fa-car:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cab:before,
|
||
.fa-taxi:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tree:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-spotify:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-deviantart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-soundcloud:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-database:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-pdf-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-word-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-excel-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-powerpoint-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-photo-o:before,
|
||
.fa-file-picture-o:before,
|
||
.fa-file-image-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-zip-o:before,
|
||
.fa-file-archive-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-sound-o:before,
|
||
.fa-file-audio-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-movie-o:before,
|
||
.fa-file-video-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-file-code-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vine:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-codepen:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-jsfiddle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-life-bouy:before,
|
||
.fa-life-buoy:before,
|
||
.fa-life-saver:before,
|
||
.fa-support:before,
|
||
.fa-life-ring:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-circle-o-notch:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ra:before,
|
||
.fa-resistance:before,
|
||
.fa-rebel:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ge:before,
|
||
.fa-empire:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-git-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-git:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-y-combinator-square:before,
|
||
.fa-yc-square:before,
|
||
.fa-hacker-news:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tencent-weibo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-qq:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wechat:before,
|
||
.fa-weixin:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-send:before,
|
||
.fa-paper-plane:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-send-o:before,
|
||
.fa-paper-plane-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-history:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-circle-thin:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-header:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paragraph:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sliders:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-share-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-share-alt-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bomb:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-soccer-ball-o:before,
|
||
.fa-futbol-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tty:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-binoculars:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-plug:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-slideshare:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-twitch:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-yelp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-newspaper-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wifi:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calculator:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paypal:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-google-wallet:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-visa:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-mastercard:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-discover:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-amex:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-paypal:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-stripe:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bell-slash:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bell-slash-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-trash:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-copyright:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-at:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eyedropper:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-paint-brush:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-birthday-cake:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-area-chart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pie-chart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-line-chart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-lastfm:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-lastfm-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-off:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-toggle-on:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bicycle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ioxhost:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-angellist:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shekel:before,
|
||
.fa-sheqel:before,
|
||
.fa-ils:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-meanpath:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-buysellads:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-connectdevelop:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-dashcube:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-forumbee:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-leanpub:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sellsy:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shirtsinbulk:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-simplybuilt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-skyatlas:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cart-plus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cart-arrow-down:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-diamond:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ship:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-secret:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-motorcycle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-street-view:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-heartbeat:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-venus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mars:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mercury:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-intersex:before,
|
||
.fa-transgender:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-transgender-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-venus-double:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mars-double:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-venus-mars:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mars-stroke:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mars-stroke-v:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mars-stroke-h:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-neuter:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-genderless:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-facebook-official:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pinterest-p:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-whatsapp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-server:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-plus:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-times:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hotel:before,
|
||
.fa-bed:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-viacoin:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-train:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-subway:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-medium:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-yc:before,
|
||
.fa-y-combinator:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-optin-monster:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-opencart:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-expeditedssl:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-battery-4:before,
|
||
.fa-battery:before,
|
||
.fa-battery-full:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-battery-3:before,
|
||
.fa-battery-three-quarters:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-battery-2:before,
|
||
.fa-battery-half:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-battery-1:before,
|
||
.fa-battery-quarter:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-battery-0:before,
|
||
.fa-battery-empty:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mouse-pointer:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-i-cursor:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-object-group:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-object-ungroup:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sticky-note:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-sticky-note-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-jcb:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-cc-diners-club:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-clone:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-balance-scale:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hourglass-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hourglass-1:before,
|
||
.fa-hourglass-start:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hourglass-2:before,
|
||
.fa-hourglass-half:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hourglass-3:before,
|
||
.fa-hourglass-end:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hourglass:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-grab-o:before,
|
||
.fa-hand-rock-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-stop-o:before,
|
||
.fa-hand-paper-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-scissors-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-lizard-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-spock-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-pointer-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hand-peace-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-trademark:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-registered:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-creative-commons:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gg:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gg-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tripadvisor:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-odnoklassniki:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-odnoklassniki-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-get-pocket:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wikipedia-w:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-safari:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-chrome:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-firefox:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-opera:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-internet-explorer:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-tv:before,
|
||
.fa-television:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-contao:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-500px:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-amazon:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar-plus-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar-minus-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar-times-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-calendar-check-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-industry:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-map-pin:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-map-signs:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-map-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-map:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-commenting:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-commenting-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-houzz:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vimeo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-black-tie:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fonticons:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-reddit-alien:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-edge:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-credit-card-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-codiepie:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-modx:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fort-awesome:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-usb:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-product-hunt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-mixcloud:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-scribd:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pause-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pause-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stop-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-stop-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shopping-bag:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shopping-basket:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-hashtag:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bluetooth:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bluetooth-b:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-percent:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-gitlab:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wpbeginner:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wpforms:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envira:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-universal-access:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wheelchair-alt:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-question-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-blind:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-audio-description:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-volume-control-phone:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-braille:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-assistive-listening-systems:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-asl-interpreting:before,
|
||
.fa-american-sign-language-interpreting:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-deafness:before,
|
||
.fa-hard-of-hearing:before,
|
||
.fa-deaf:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-glide:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-glide-g:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-signing:before,
|
||
.fa-sign-language:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-low-vision:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-viadeo:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-viadeo-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-snapchat:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-snapchat-ghost:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-snapchat-square:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-pied-piper:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-first-order:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-yoast:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-themeisle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-google-plus-circle:before,
|
||
.fa-google-plus-official:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-fa:before,
|
||
.fa-font-awesome:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-handshake-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envelope-open:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-envelope-open-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-linode:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-address-book:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-address-book-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vcard:before,
|
||
.fa-address-card:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-vcard-o:before,
|
||
.fa-address-card-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-circle:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-circle-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-user-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-id-badge:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-drivers-license:before,
|
||
.fa-id-card:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-drivers-license-o:before,
|
||
.fa-id-card-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-quora:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-free-code-camp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-telegram:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thermometer-4:before,
|
||
.fa-thermometer:before,
|
||
.fa-thermometer-full:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thermometer-3:before,
|
||
.fa-thermometer-three-quarters:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thermometer-2:before,
|
||
.fa-thermometer-half:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thermometer-1:before,
|
||
.fa-thermometer-quarter:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-thermometer-0:before,
|
||
.fa-thermometer-empty:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-shower:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bathtub:before,
|
||
.fa-s15:before,
|
||
.fa-bath:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-podcast:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-window-maximize:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-window-minimize:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-window-restore:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-times-rectangle:before,
|
||
.fa-window-close:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-times-rectangle-o:before,
|
||
.fa-window-close-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-bandcamp:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-grav:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-etsy:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-imdb:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-ravelry:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-eercast:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-microchip:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-snowflake-o:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-superpowers:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-wpexplorer:before {
|
||
content: "";
|
||
}
|
||
|
||
.fa-meetup:before {
|
||
content: "";
|
||
}
|
||
|
||
.sr-only {
|
||
position: absolute;
|
||
width: 1px;
|
||
height: 1px;
|
||
padding: 0;
|
||
margin: -1px;
|
||
overflow: hidden;
|
||
clip: rect(0, 0, 0, 0);
|
||
border: 0;
|
||
}
|
||
|
||
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||
position: static;
|
||
width: auto;
|
||
height: auto;
|
||
margin: 0;
|
||
overflow: visible;
|
||
clip: auto;
|
||
}
|
||
|
||
.btn {
|
||
position: relative;
|
||
display: inline-block;
|
||
padding: 6px 12px;
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
line-height: 20px;
|
||
color: #333;
|
||
white-space: nowrap;
|
||
vertical-align: middle;
|
||
cursor: pointer;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
background-color: #eee;
|
||
background-image: linear-gradient(#fcfcfc, #eee);
|
||
border: 1px solid #d5d5d5;
|
||
border-radius: 3px;
|
||
-webkit-appearance: none;
|
||
-moz-appearance: none;
|
||
appearance: none;
|
||
text-align: center;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.btn:hover {
|
||
background-color: #ddd;
|
||
background-image: linear-gradient(#eee, #ddd);
|
||
border-color: #ccc;
|
||
color: #333;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.btn-primary {
|
||
background-color: #60b044;
|
||
background-image: linear-gradient(#8add6d, #60b044);
|
||
border-color: #5ca941;
|
||
color: #fff;
|
||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||
}
|
||
|
||
.btn-primary:hover {
|
||
background-color: #569e3d;
|
||
background-image: linear-gradient(#79d858, #569e3d);
|
||
border-color: #4a993e;
|
||
color: #fff;
|
||
}
|
||
|
||
.btn-danger {
|
||
color: #900;
|
||
}
|
||
|
||
.btn-danger:hover {
|
||
background-color: #b33630;
|
||
background-image: linear-gradient(#dc5f59, #b33630);
|
||
border-color: #cd504a;
|
||
color: #fff;
|
||
}
|
||
|
||
.btn-add {
|
||
position: relative;
|
||
top: 3px;
|
||
border: 1px solid #576675;
|
||
border-radius: 50%;
|
||
width: 15px;
|
||
margin-right: 3px;
|
||
}
|
||
|
||
header {
|
||
background-color: #325776;
|
||
}
|
||
|
||
header .main-cta {
|
||
position: relative;
|
||
top: 16px;
|
||
}
|
||
|
||
.logo {
|
||
margin: 10px 0;
|
||
}
|
||
|
||
.header-search {
|
||
margin-top: 15px;
|
||
}
|
||
|
||
.header-search-form {
|
||
position: relative;
|
||
}
|
||
|
||
.header-search-form span {
|
||
color: #d7d7d7;
|
||
font-size: 12px;
|
||
left: 10px;
|
||
position: absolute;
|
||
top: 10px;
|
||
}
|
||
|
||
.header-search-form input {
|
||
border: 0;
|
||
color: #fff;
|
||
padding-left: 29px;
|
||
}
|
||
|
||
.header-nav {
|
||
margin-top: 24px;
|
||
text-align: right;
|
||
}
|
||
|
||
.header-nav-item {
|
||
display: inline;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.header-nav-item:last-child {
|
||
margin-right: 0;
|
||
}
|
||
|
||
.header-nav-item-link {
|
||
color: #fff;
|
||
font-weight: 300;
|
||
padding: 3px 11px;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.header-nav-item-link:hover {
|
||
background-color: #497193;
|
||
border-radius: 3px;
|
||
color: #fff;
|
||
padding: 3px 11px;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.header-search-input {
|
||
background: #497193;
|
||
}
|
||
|
||
@media (max-width: 480px) {
|
||
header .mobile-menu {
|
||
background-color: #58748c;
|
||
border: 1px solid #325776;
|
||
margin-bottom: 20px;
|
||
}
|
||
header .mobile-menu li {
|
||
border-bottom: 1px solid #475b6b;
|
||
margin-bottom: 0;
|
||
padding: 4px 0;
|
||
}
|
||
header .mobile-menu li a {
|
||
text-decoration: none;
|
||
}
|
||
header .mobile-menu li:last-child {
|
||
border-bottom: 0;
|
||
}
|
||
header .mobile-menu li.cta {
|
||
border: 0;
|
||
}
|
||
header .mobile-menu li.cta a {
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
.dashboard-view {
|
||
margin-top: 50px;
|
||
}
|
||
|
||
.dashboard-view h3 {
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
}
|
||
|
||
.dashboard-view h3:not(:first-child) {
|
||
margin-top: 30px;
|
||
}
|
||
|
||
.dashboard-view .sidebar-cta a {
|
||
width: 100%;
|
||
}
|
||
|
||
.dashboard-view .sidebar-box {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.dashboard-view .sidebar-box h3 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.dashboard-view .sidebar-box a {
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dashboard-view .last-seen .avatar {
|
||
background-color: #93521e;
|
||
border-radius: 3px;
|
||
color: #fff;
|
||
display: inline-block;
|
||
height: 30px;
|
||
margin-bottom: 5px;
|
||
margin-right: 5px;
|
||
padding-left: 5px;
|
||
padding-top: 4px;
|
||
position: relative;
|
||
top: -3px;
|
||
width: 30px;
|
||
}
|
||
|
||
.dashboard-view .last-seen .avatar.one-letter {
|
||
padding-left: 0;
|
||
text-align: center;
|
||
}
|
||
|
||
.dashboard-view .last-seen .avatar a {
|
||
color: #fff;
|
||
font-size: 14px;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.dashboard-view .event-list-item {
|
||
border-top: 1px solid #f1f1f1;
|
||
color: #717171;
|
||
margin-bottom: 5px;
|
||
padding: 10px;
|
||
position: relative;
|
||
top: 2px;
|
||
}
|
||
|
||
.dashboard-view .event-list-item .event-icon {
|
||
display: inline;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.dashboard-view .event-list-item .event-date {
|
||
color: #b1b1b1;
|
||
display: inline;
|
||
font-size: 11px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.dashboard-view .event-list-item .event-description {
|
||
display: inline;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.people-list .breadcrumb {
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
|
||
.people-list .main-content {
|
||
margin-top: 50px;
|
||
}
|
||
|
||
.people-list #search-list .search {
|
||
margin-bottom: 20px;
|
||
padding: 15px;
|
||
width: 100%;
|
||
}
|
||
|
||
.people-list .sidebar .sidebar-cta {
|
||
margin-bottom: 20px;
|
||
padding: 15px;
|
||
text-align: center;
|
||
width: 100%;
|
||
}
|
||
|
||
.people-list .sidebar li {
|
||
margin-bottom: 7px;
|
||
padding-left: 15px;
|
||
position: relative;
|
||
}
|
||
|
||
.people-list .sidebar li.selected::before {
|
||
color: #999;
|
||
content: '>';
|
||
left: 0;
|
||
position: absolute;
|
||
}
|
||
|
||
.people-list .people-list-item {
|
||
border-bottom: 1px solid #eee;
|
||
padding: 20px 0 20px 10px;
|
||
}
|
||
|
||
.people-list .people-list-item:hover {
|
||
background-color: #f7fbfc;
|
||
}
|
||
|
||
.people-list .people-list-item a {
|
||
color: #333;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.people-list .people-list-item .people-list-item-name {
|
||
display: block;
|
||
font-size: 16px;
|
||
}
|
||
|
||
.people-list .people-list-item .avatar {
|
||
background-color: #93521e;
|
||
border-radius: 3px;
|
||
color: #fff;
|
||
display: inline-block;
|
||
float: left;
|
||
font-size: 17px;
|
||
height: 55px;
|
||
margin-right: 15px;
|
||
margin-top: 6px;
|
||
padding-left: 5px;
|
||
padding-top: 16px;
|
||
position: relative;
|
||
top: -11px;
|
||
width: 55px;
|
||
}
|
||
|
||
.people-list .people-list-item .avatar.one-letter {
|
||
padding-left: 0;
|
||
text-align: center;
|
||
}
|
||
|
||
.people-list .people-list-item .avatar-photo img {
|
||
float: left;
|
||
margin-right: 15px;
|
||
position: relative;
|
||
top: -4px;
|
||
}
|
||
|
||
.blank-people-state {
|
||
margin-top: 30px;
|
||
text-align: center;
|
||
}
|
||
|
||
.blank-people-state h3 {
|
||
font-weight: 400;
|
||
margin-bottom: 30px;
|
||
}
|
||
|
||
.blank-people-state .cta-blank {
|
||
margin-bottom: 30px;
|
||
}
|
||
|
||
.blank-people-state .illustration-blank p {
|
||
margin-top: 30px;
|
||
}
|
||
|
||
.blank-people-state .illustration-blank img {
|
||
display: block;
|
||
margin: 0 auto 20px;
|
||
}
|
||
|
||
.people-show .pagehead {
|
||
background-color: #f9f9fb;
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
|
||
.people-show .pagehead .back-to-list {
|
||
margin-bottom: 10px;
|
||
margin-top: 30px;
|
||
}
|
||
|
||
.people-show .pagehead .back-to-list span {
|
||
font-size: 13px;
|
||
}
|
||
|
||
.people-show .pagehead .back-to-list span::after {
|
||
content: '/';
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information {
|
||
margin-bottom: 10px;
|
||
position: relative;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information .avatar {
|
||
background-color: #93521e;
|
||
border-radius: 3px;
|
||
color: #fff;
|
||
display: inline-block;
|
||
font-size: 30px;
|
||
height: 87px;
|
||
margin-right: 5px;
|
||
padding-left: 5px;
|
||
padding-top: 21px;
|
||
position: absolute;
|
||
width: 87px;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information .avatar.one-letter {
|
||
padding-left: 0;
|
||
text-align: center;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information img {
|
||
border-radius: 3px;
|
||
position: absolute;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information h2 {
|
||
display: inline;
|
||
font-size: 24px;
|
||
font-weight: 300;
|
||
margin-bottom: 0;
|
||
padding-left: 100px;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information .profile-detail-summary {
|
||
padding-left: 100px;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information .profile-detail-summary li:not(:last-child) {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.people-show .pagehead .people-profile-information .profile-detail-summary li:not(:last-child)::after {
|
||
color: #ad8362;
|
||
content: '\f085';
|
||
font-family: octicons;
|
||
margin-left: 14px;
|
||
}
|
||
|
||
.people-show .main-content {
|
||
background-color: #fff;
|
||
padding-bottom: 20px;
|
||
padding-top: 40px;
|
||
}
|
||
|
||
.people-show .main-content .section-title {
|
||
position: relative;
|
||
}
|
||
|
||
.people-show .main-content .section-title h3 {
|
||
border-bottom: 1px solid #e1e2e3;
|
||
font-size: 18px;
|
||
font-weight: 400;
|
||
margin-bottom: 20px;
|
||
padding-bottom: 10px;
|
||
padding-left: 23px;
|
||
padding-top: 10px;
|
||
position: relative;
|
||
}
|
||
|
||
.people-show .main-content .section-title .icon-section {
|
||
position: absolute;
|
||
top: 14px;
|
||
width: 17px;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.people-show .main-content .section-title span {
|
||
font-size: 14px;
|
||
position: absolute;
|
||
right: 0px;
|
||
top: 5px;
|
||
}
|
||
|
||
.people-show .main-content .sidebar .sidebar-cta a {
|
||
margin-bottom: 20px;
|
||
width: 100%;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box {
|
||
background-color: #fafafa;
|
||
border: 1px solid #eee;
|
||
border-radius: 3px;
|
||
color: #999;
|
||
margin-bottom: 25px;
|
||
padding: 10px;
|
||
position: relative;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-title {
|
||
margin-bottom: 4px;
|
||
position: relative;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-title strong {
|
||
font-size: 12px;
|
||
font-weight: 500;
|
||
text-transform: uppercase;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-title a {
|
||
position: absolute;
|
||
right: 7px;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-title img {
|
||
left: -3px;
|
||
position: relative;
|
||
width: 20px;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-title img.people-information {
|
||
top: -4px;
|
||
}
|
||
|
||
.people-show .dashboard .sidebar-box-paragraph {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.people-show .dashboard .people-list li {
|
||
margin-bottom: 4px;
|
||
}
|
||
|
||
.people-show .dashboard .people-information {
|
||
color: #999;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.people-show .dashboard .people-information li {
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .people-information li:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.people-show .dashboard .people-information li i {
|
||
text-align: center;
|
||
width: 17px;
|
||
}
|
||
|
||
.people-show .dashboard .section {
|
||
margin-bottom: 35px;
|
||
}
|
||
|
||
.people-show .dashboard .section.kids .section-heading img, .people-show .dashboard .section.food-preferencies .section-heading img, .people-show .dashboard .section.notes .section-heading img {
|
||
position: relative;
|
||
top: -3px;
|
||
}
|
||
|
||
.people-show .dashboard .section .inline-action {
|
||
display: inline;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .section .inline-action a {
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.people-show .dashboard .section .section-heading {
|
||
border-bottom: 1px solid #eee;
|
||
padding-bottom: 4px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .section .section-heading img {
|
||
width: 25px;
|
||
}
|
||
|
||
.people-show .dashboard .section .section-action {
|
||
display: inline;
|
||
float: right;
|
||
}
|
||
|
||
.people-show .dashboard .section .section-blank {
|
||
background-color: #fafafa;
|
||
border: 1px solid #eee;
|
||
border-radius: 3px;
|
||
padding: 15px;
|
||
text-align: center;
|
||
}
|
||
|
||
.people-show .dashboard .section .section-blank h3 {
|
||
font-weight: 400;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .blank-note-state {
|
||
text-align: center;
|
||
}
|
||
|
||
.people-show .dashboard .notes .blank-note-state img {
|
||
background-color: #e3f7f7;
|
||
border: 1px solid #d2caca;
|
||
border-radius: 50%;
|
||
-webkit-filter: grayscale(30%);
|
||
filter: grayscale(30%);
|
||
margin-bottom: 10px;
|
||
padding: 4px;
|
||
width: 60px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .notes-add-box {
|
||
background-color: #f6f8f9;
|
||
border-radius: 3px;
|
||
margin-bottom: 30px;
|
||
padding: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .notes-add-box .actions {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .notes-add-box .actions .btn {
|
||
width: 49%;
|
||
}
|
||
|
||
.people-show .dashboard .notes .note-item {
|
||
border: 1px solid #eee;
|
||
border-radius: 3px;
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .note-item .note-item-body {
|
||
padding: 10px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .note-item-actions {
|
||
background-color: #f9f9f9;
|
||
color: #666;
|
||
font-size: 12px;
|
||
margin-top: 10px;
|
||
padding: 5px 10px;
|
||
}
|
||
|
||
.people-show .dashboard .notes .note-item-actions li {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.people-show .gifts .gift-recipient {
|
||
font-size: 15px;
|
||
}
|
||
|
||
.people-show .gifts .gift-recipient:not(:first-child) {
|
||
margin-top: 25px;
|
||
}
|
||
|
||
.people-show .gifts .offered {
|
||
background-color: #5cb85c;
|
||
border-radius: 10rem;
|
||
display: inline-block;
|
||
font-size: 75%;
|
||
font-weight: 400;
|
||
line-height: 1;
|
||
color: #fff;
|
||
text-align: center;
|
||
white-space: nowrap;
|
||
vertical-align: baseline;
|
||
padding: 2px 0;
|
||
padding-right: .6em;
|
||
padding-left: .6em;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item {
|
||
border-top: 1px solid #eee;
|
||
padding: 5px 0;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item:last-child {
|
||
border-bottom: 0;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-url {
|
||
display: inline;
|
||
font-size: 12px;
|
||
margin-left: 10px;
|
||
padding: 5px 0 0;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-value {
|
||
background-color: #ecf9ff;
|
||
border: 1px solid #eee;
|
||
border-radius: 3px;
|
||
display: inline;
|
||
font-size: 12px;
|
||
margin-left: 10px;
|
||
padding: 0 6px;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-information {
|
||
display: inline;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-date,
|
||
.people-show .gifts .gift-list-item-actions {
|
||
color: #999;
|
||
display: inline;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-date a,
|
||
.people-show .gifts .gift-list-item-actions a {
|
||
color: #999;
|
||
font-size: 11px;
|
||
margin-right: 5px;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-date li,
|
||
.people-show .gifts .gift-list-item-actions li {
|
||
display: inline;
|
||
}
|
||
|
||
.people-show .gifts .gift-list-item-actions {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.people-show .notes .notes-list .note-date {
|
||
color: #777;
|
||
font-size: 12px;
|
||
margin-right: 10px;
|
||
margin-top: 5px;
|
||
margin-bottom: 20px;
|
||
display: block;
|
||
}
|
||
|
||
.people-show .notes .notes-list li {
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.people-show .activities .activity-date,
|
||
.people-show .tasks .activity-date {
|
||
color: #777;
|
||
font-size: 12px;
|
||
margin-right: 10px;
|
||
width: 100px;
|
||
}
|
||
|
||
.people-show .activities .activity-actions,
|
||
.people-show .tasks .activity-actions {
|
||
position: relative;
|
||
text-align: center;
|
||
width: 60px;
|
||
}
|
||
|
||
.people-show .activities .activity-actions a:first-child,
|
||
.people-show .tasks .activity-actions a:first-child {
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.people-show .activities .activity-actions a.edit,
|
||
.people-show .tasks .activity-actions a.edit {
|
||
position: relative;
|
||
top: 1px;
|
||
}
|
||
|
||
.people-show .reminders input[type="date"] {
|
||
margin-bottom: 20px;
|
||
width: 170px;
|
||
}
|
||
|
||
.people-show .reminders .form-check input[type="number"] {
|
||
display: inline;
|
||
width: 50px;
|
||
}
|
||
|
||
@media (max-width: 480px) {
|
||
.people-list {
|
||
margin-top: 20px;
|
||
}
|
||
.people-list .people-list-mobile {
|
||
border-bottom: 1px solid #dfdfdf;
|
||
}
|
||
.people-list .people-list-mobile li {
|
||
padding: 6px 0;
|
||
}
|
||
.people-show .pagehead .people-profile-information {
|
||
margin-bottom: 20px;
|
||
margin-top: 10px;
|
||
}
|
||
.people-show .pagehead .people-profile-information h2 span {
|
||
display: none;
|
||
}
|
||
.people-show .pagehead .people-profile-information .profile-detail-summary li {
|
||
display: block;
|
||
margin-right: 0;
|
||
}
|
||
.people-show .pagehead .people-profile-information .profile-detail-summary li:not(:last-child)::after {
|
||
content: '';
|
||
margin-left: 0;
|
||
}
|
||
.people-show .main-content.modal {
|
||
margin-top: 0;
|
||
}
|
||
.people-show .main-content.modal .dates .form-inline input[type="number"] {
|
||
display: inline;
|
||
}
|
||
.people-show .main-content.modal .dates .form-inline input[type="date"] {
|
||
margin-left: 0;
|
||
}
|
||
.people-show .main-content.modal .form-group.actions .btn {
|
||
display: block;
|
||
margin-bottom: 10px;
|
||
width: 100%;
|
||
}
|
||
.people-show .main-content.dashboard .sidebar-box {
|
||
margin-bottom: 15px;
|
||
}
|
||
.people-show .main-content.dashboard .sidebar-cta {
|
||
margin-top: 15px;
|
||
}
|
||
.people-show .main-content.dashboard .people-information-actions {
|
||
margin-bottom: 20px;
|
||
}
|
||
.people-show .main-content.activities .cta-mobile {
|
||
margin-bottom: 20px;
|
||
}
|
||
.people-show .main-content.activities .cta-mobile a {
|
||
width: 100%;
|
||
}
|
||
.people-show .main-content.activities .activities-list .activity-item-date {
|
||
top: -4px;
|
||
}
|
||
.create-people {
|
||
width: 100%;
|
||
}
|
||
.create-people .btn {
|
||
width: 100%;
|
||
}
|
||
.list-add-item {
|
||
margin-left: 0;
|
||
}
|
||
.inline-form .task-add-title {
|
||
width: 100%;
|
||
}
|
||
.inline-form textarea {
|
||
width: 100%;
|
||
}
|
||
.box-links {
|
||
margin-bottom: 10px;
|
||
position: relative;
|
||
right: 0;
|
||
top: 0;
|
||
}
|
||
.box-links li {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
|
||
.journal .main-content {
|
||
margin-top: 40px;
|
||
}
|
||
|
||
.journal .entry-row {
|
||
margin-bottom: 30px;
|
||
}
|
||
|
||
.journal .entry-row .entry-information {
|
||
background-color: #fafafa;
|
||
border: 1px solid #eee;
|
||
border-radius: 3px;
|
||
font-size: 12px;
|
||
padding: 10px;
|
||
}
|
||
|
||
.journal .modal textarea {
|
||
height: 300px;
|
||
}
|
||
|
||
.marketing.homepage .top-page {
|
||
background-color: #313940;
|
||
border-bottom: 1px solid #d0d0d0;
|
||
color: #fff;
|
||
padding-top: 40px;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .top-page .navigation {
|
||
position: absolute;
|
||
right: 20px;
|
||
top: 20px;
|
||
}
|
||
|
||
.marketing.homepage .top-page .navigation a {
|
||
border: 1px solid #fff;
|
||
border-radius: 6px;
|
||
color: #fff;
|
||
padding: 10px;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.marketing.homepage .top-page h1 {
|
||
font-size: 32px;
|
||
font-weight: 300;
|
||
margin-bottom: 40px;
|
||
}
|
||
|
||
.marketing.homepage .top-page p {
|
||
font-size: 18px;
|
||
font-weight: 300;
|
||
margin: 0 auto;
|
||
max-width: 550px;
|
||
}
|
||
|
||
.marketing.homepage .top-page p.cta {
|
||
margin-bottom: 50px;
|
||
margin-top: 70px;
|
||
}
|
||
|
||
.marketing.homepage .top-page p.cta a {
|
||
font-size: 20px;
|
||
font-weight: 300;
|
||
padding: 20px 50px;
|
||
}
|
||
|
||
.marketing.homepage .top-page .logo {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.marketing.homepage .before-sections {
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .before-sections h3 {
|
||
font-size: 25px;
|
||
font-weight: 300;
|
||
margin-bottom: 40px;
|
||
margin-top: 80px;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage {
|
||
border-bottom: 1px solid #dcdcdc;
|
||
padding: 60px 0;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage .visual {
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage h2 {
|
||
font-size: 18px;
|
||
font-weight: 300;
|
||
margin-bottom: 25px;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.dates h2 {
|
||
margin-top: 40px;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.activities h2 {
|
||
margin-top: 130px;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.features h3 {
|
||
font-size: 18px;
|
||
font-weight: 300;
|
||
margin-bottom: 40px;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.features ul li {
|
||
font-size: 16px;
|
||
margin: 10px auto;
|
||
max-width: 60%;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.features ul li i {
|
||
color: #417741;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.try {
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.try p {
|
||
margin-bottom: 50px;
|
||
margin-top: 70px;
|
||
}
|
||
|
||
.marketing.homepage .section-homepage.try p a {
|
||
font-size: 20px;
|
||
font-weight: 300;
|
||
padding: 20px 50px;
|
||
}
|
||
|
||
.marketing.homepage .why {
|
||
background-color: #313940;
|
||
color: #fff;
|
||
padding-bottom: 50px;
|
||
}
|
||
|
||
.marketing.homepage .why h3 {
|
||
font-size: 20px;
|
||
font-weight: 300;
|
||
margin-bottom: 30px;
|
||
padding-top: 50px;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.homepage .why p {
|
||
font-size: 16px;
|
||
font-weight: 300;
|
||
margin: 10px auto 20px;
|
||
max-width: 550px;
|
||
}
|
||
|
||
.marketing .footer-marketing {
|
||
margin-bottom: 40px;
|
||
padding-top: 40px;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing .footer-marketing a {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.marketing.register {
|
||
background-color: #fafbfc;
|
||
padding-top: 90px;
|
||
padding-bottom: 40px;
|
||
}
|
||
|
||
.marketing.register .signup-box {
|
||
background-color: #fff;
|
||
border: 1px solid #e4edf5;
|
||
border-radius: 5px;
|
||
padding: 50px 20px 20px;
|
||
}
|
||
|
||
.marketing.register .signup-box .logo {
|
||
left: 45%;
|
||
position: absolute;
|
||
top: -33px;
|
||
}
|
||
|
||
.marketing.register .signup-box h2, .marketing.register .signup-box h3 {
|
||
font-weight: 300;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.register .signup-box h3 {
|
||
font-size: 15px;
|
||
margin-bottom: 30px;
|
||
}
|
||
|
||
.marketing.register .signup-box .form-inline label {
|
||
display: block;
|
||
}
|
||
|
||
.marketing.register .signup-box button {
|
||
margin-top: 10px;
|
||
width: 100%;
|
||
}
|
||
|
||
.marketing.register .signup-box .help {
|
||
font-size: 13px;
|
||
text-align: center;
|
||
}
|
||
|
||
.marketing.register .signup-box .checkbox {
|
||
display: none;
|
||
}
|
||
|
||
.marketing.register .signup-box .links {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.marketing.register .signup-box .links li {
|
||
font-size: 14px;
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.marketing .subpages .header {
|
||
background-color: #313940;
|
||
text-align: center;
|
||
}
|
||
|
||
.releases, .privacy, .statistics {
|
||
max-width: 750px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
padding: 20px 30px 100px 30px;
|
||
margin-top: 50px;
|
||
background-color: #fff;
|
||
box-shadow: 0px 8px 20px #dadbdd;
|
||
}
|
||
|
||
.releases h2, .privacy h2, .statistics h2 {
|
||
text-align: center;
|
||
}
|
||
|
||
.releases h3, .privacy h3, .statistics h3 {
|
||
font-size: 15px;
|
||
margin-top: 30px;
|
||
}
|
||
|
||
.releases ul {
|
||
list-style-type: disc;
|
||
margin-left: 20px;
|
||
}
|
||
|
||
@media (max-width: 480px) {
|
||
.marketing.homepage img {
|
||
max-width: 100%;
|
||
}
|
||
.marketing.homepage .before-sections h3 {
|
||
margin-bottom: 0;
|
||
}
|
||
.marketing.homepage .section-homepage.people .visual {
|
||
margin-top: 40px;
|
||
}
|
||
.marketing.homepage .section-homepage.activities h2 {
|
||
margin-top: 0;
|
||
}
|
||
.marketing.homepage .section-homepage.activities .visual {
|
||
margin-top: 40px;
|
||
}
|
||
.marketing.homepage .section-homepage.features ul li {
|
||
max-width: 100%;
|
||
}
|
||
.marketing.homepage .section-homepage.try {
|
||
padding: 30px 0;
|
||
}
|
||
.marketing.register .signup-box .logo {
|
||
left: 39%;
|
||
top: -47px;
|
||
}
|
||
}
|
||
|
||
.settings .settings-delete {
|
||
font-size: 11px;
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.border-bottom {
|
||
border-bottom: 1px solid #dfdfdf;
|
||
}
|
||
|
||
.border-top {
|
||
border-top: 1px solid #dfdfdf;
|
||
}
|
||
|
||
.border-right {
|
||
border-right: 1px solid #dfdfdf;
|
||
}
|
||
|
||
.border-left {
|
||
border-left: 1px solid #dfdfdf;
|
||
}
|
||
|
||
.boxed {
|
||
background: #fff;
|
||
border: 1px solid #dfdfdf;
|
||
border-radius: 3px;
|
||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
|
||
}
|
||
|
||
.box-padding {
|
||
padding: 15px;
|
||
}
|
||
|
||
body {
|
||
color: #323b43;
|
||
}
|
||
|
||
a {
|
||
color: #0645ad;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
a:hover {
|
||
color: #0645ad;
|
||
}
|
||
|
||
a.action-link {
|
||
color: #999;
|
||
font-size: 11px;
|
||
margin-right: 5px;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
ul {
|
||
list-style-type: none;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
ul.horizontal li {
|
||
display: inline;
|
||
}
|
||
|
||
.hidden {
|
||
display: none;
|
||
}
|
||
|
||
input:disabled {
|
||
background-color: #999;
|
||
}
|
||
|
||
.pagination-box {
|
||
margin-top: 30px;
|
||
text-align: center;
|
||
}
|
||
|
||
.alert-success {
|
||
margin: 20px 0;
|
||
}
|
||
|
||
.modal {
|
||
margin-top: 40px;
|
||
}
|
||
|
||
.modal h2 {
|
||
font-weight: 400;
|
||
margin-bottom: 20px;
|
||
text-align: center;
|
||
}
|
||
|
||
.modal .form-check-inline {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.modal .form-group > label:not(:first-child) {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.modal input[type="radio"] {
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.modal .dates .form-inline {
|
||
display: inline;
|
||
}
|
||
|
||
.modal .dates .form-inline input[type="number"] {
|
||
margin: 0 10px;
|
||
width: 52px;
|
||
}
|
||
|
||
.modal .dates .form-inline input[type="date"] {
|
||
margin-left: 20px;
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.modal .form-group:not(:last-child) {
|
||
border-bottom: 1px solid #eee;
|
||
padding-bottom: 20px;
|
||
}
|
||
|
||
.avatar-photo img {
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.breadcrumb {
|
||
background-color: #f9f9fb;
|
||
}
|
||
|
||
.breadcrumb ul {
|
||
font-size: 12px;
|
||
padding: 30px 0 24px;
|
||
}
|
||
|
||
.breadcrumb ul li:not(:last-child):after {
|
||
content: '>';
|
||
margin-left: 5px;
|
||
margin-right: 1px;
|
||
}
|
||
|
||
.btn {
|
||
color: #24292e;
|
||
background-color: #eff3f6;
|
||
background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
|
||
position: relative;
|
||
display: inline-block;
|
||
padding: 6px 12px;
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
line-height: 20px;
|
||
white-space: nowrap;
|
||
vertical-align: middle;
|
||
cursor: pointer;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
background-repeat: repeat-x;
|
||
background-position: -1px -1px;
|
||
background-size: 110% 110%;
|
||
border: 1px solid rgba(27, 31, 35, 0.2);
|
||
border-radius: 0.25em;
|
||
-webkit-appearance: none;
|
||
-moz-appearance: none;
|
||
appearance: none;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.btn:hover, .btn:visited {
|
||
text-decoration: none;
|
||
background-color: #e6ebf1;
|
||
background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
|
||
background-position: 0 -0.5em;
|
||
background-repeat: repeat-x;
|
||
border-color: rgba(27, 31, 35, 0.35);
|
||
}
|
||
|
||
.btn:active {
|
||
background-color: #e9ecef;
|
||
background-image: none;
|
||
border-color: rgba(27, 31, 35, 0.35);
|
||
box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
|
||
}
|
||
|
||
.btn-primary {
|
||
color: #fff;
|
||
background-color: #28a745;
|
||
background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
|
||
}
|
||
|
||
.btn-primary:hover {
|
||
background-color: #269f42;
|
||
background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
|
||
background-position: 0 -0.5em;
|
||
border-color: rgba(27, 31, 35, 0.5);
|
||
}
|
||
|
||
.table {
|
||
border-collapse: collapse;
|
||
display: table;
|
||
width: 100%;
|
||
}
|
||
|
||
.table .table-row {
|
||
border-left: 1px solid #ddd;
|
||
border-right: 1px solid #ddd;
|
||
border-top: 1px solid #ddd;
|
||
display: table-row;
|
||
}
|
||
|
||
.table .table-row:first-child .table-cell:first-child {
|
||
border-top-left-radius: 3px;
|
||
}
|
||
|
||
.table .table-row:first-child .table-cell:last-child {
|
||
border-top-right-radius: 3px;
|
||
}
|
||
|
||
.table .table-row:last-child {
|
||
border-bottom: 1px solid #ddd;
|
||
}
|
||
|
||
.table .table-row:hover {
|
||
background-color: #f6f8fa;
|
||
}
|
||
|
||
.table .table-cell {
|
||
display: table-cell;
|
||
padding: 8px 10px;
|
||
}
|
||
|
||
footer {
|
||
margin-bottom: 30px;
|
||
margin-top: 30px;
|
||
}
|
||
|
||
footer ul {
|
||
margin: 0 auto;
|
||
text-align: center;
|
||
}
|
||
|
||
footer li {
|
||
font-size: 12px;
|
||
margin-right: 15px;
|
||
}
|
||
|
||
@media (max-width: 480px) {
|
||
.sidebar-box {
|
||
border: 1px solid #dfdfdf;
|
||
border-radius: 3px;
|
||
}
|
||
.sidebar-box .sidebar-heading {
|
||
background-color: #fafafa;
|
||
margin-top: 0;
|
||
padding: 5px;
|
||
}
|
||
.sidebar-box .sidebar-blank {
|
||
background-color: #fff;
|
||
border: 0;
|
||
}
|
||
.sidebar-box li {
|
||
padding: 5px;
|
||
}
|
||
}
|
||
|
||
/*# sourceMappingURL=app.css.map */
|