1082 lines
16 KiB
CSS
Executable File
1082 lines
16 KiB
CSS
Executable File
|
|
|
|
@font-face {
|
|
font-family: 'Fa5Solid';
|
|
src: url('../icons/icons.eot');
|
|
src: url('../icons/icons.eot?#iefix') format('embedded-opentype'),
|
|
url('../icons/icons.woff2') format('woff2'),
|
|
url('../icons/icons.woff') format('woff'),
|
|
url('../icons/icons.ttf') format('truetype'),
|
|
url('../icons/icons.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
|
|
|
|
.fas {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 'Fa5Solid';
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
|
|
.fas-lg {
|
|
font-size: 1.33333333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%;
|
|
}
|
|
|
|
.fas-2x {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.fas-3x {
|
|
font-size: 3em;
|
|
}
|
|
|
|
.fas-4x {
|
|
font-size: 4em;
|
|
}
|
|
|
|
.fas-5x {
|
|
font-size: 5em;
|
|
}
|
|
|
|
|
|
|
|
.fas-fw {
|
|
width: 1.28571429em;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
.fas-ul {
|
|
padding-left: 0;
|
|
margin-left: 2.14285714em;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.fas-ul> li {
|
|
position: relative;
|
|
}
|
|
|
|
.fas-li {
|
|
position: absolute;
|
|
left: -2.14285714em;
|
|
width: 2.14285714em;
|
|
top: 0.14285714em;
|
|
text-align: center;
|
|
}
|
|
|
|
.fas-li.fas-lg {
|
|
left: -1.85714286em;
|
|
}
|
|
|
|
|
|
|
|
.fas-border {
|
|
padding: .2em .25em .15em;
|
|
border: solid 0.08em #eeeeee;
|
|
border-radius: .1em;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.fas.pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
|
|
.fas.pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
|
|
|
|
|
|
.fas-spin {
|
|
-webkit-animation: fas-spin 2s infinite linear;
|
|
animation: fas-spin 2s infinite linear;
|
|
}
|
|
|
|
.fas-pulse {
|
|
-webkit-animation: fas-spin 1s infinite steps(8);
|
|
animation: fas-spin 1s infinite steps(8);
|
|
}
|
|
|
|
@-webkit-keyframes fas-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
@keyframes fas-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.fas-rotate-90 {
|
|
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.fas-rotate-180 {
|
|
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
-webkit-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.fas-rotate-270 {
|
|
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
-webkit-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
}
|
|
|
|
.fas-flip-horizontal {
|
|
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
|
-webkit-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
transform: scale(-1, 1);
|
|
}
|
|
|
|
.fas-flip-vertical {
|
|
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
|
-webkit-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
transform: scale(1, -1);
|
|
}
|
|
|
|
:root .fas-rotate-90,
|
|
:root .fas-rotate-180,
|
|
:root .fas-rotate-270,
|
|
:root .fas-flip-horizontal,
|
|
:root .fas-flip-vertical {
|
|
filter: none;
|
|
}
|
|
|
|
|
|
|
|
.fas-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fas-stack-1x,
|
|
.fas-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.fas-stack-1x {
|
|
line-height: inherit;
|
|
}
|
|
|
|
.fas-stack-2x {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.fas-inverse {
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
|
|
.fas-jack-o-lantern:before {
|
|
content: '\f004';
|
|
}
|
|
|
|
.fas-envelope:before {
|
|
content: '\2709';
|
|
}
|
|
|
|
.fas-pen-square:before {
|
|
content: '\f013';
|
|
}
|
|
|
|
.fas-utensils-alt:before {
|
|
content: '\f017';
|
|
}
|
|
|
|
.fas-pencil-alt:before {
|
|
content: '\f018';
|
|
}
|
|
|
|
.fas-pen-alt:before {
|
|
content: '\f019';
|
|
}
|
|
|
|
.fas-paint-brush:before {
|
|
content: '\f01a';
|
|
}
|
|
|
|
.fas-paper-plane:before {
|
|
content: '\f01c';
|
|
}
|
|
|
|
.fas-poo:before {
|
|
content: '\f01d';
|
|
}
|
|
|
|
.fas-star-exclamation:before {
|
|
content: '\f01e';
|
|
}
|
|
|
|
.fas-coffee:before {
|
|
content: '\f01f';
|
|
}
|
|
|
|
.fas-trophy:before {
|
|
content: '\f020';
|
|
}
|
|
|
|
.fas-trophy-alt:before {
|
|
content: '\f021';
|
|
}
|
|
|
|
.fas-star:before {
|
|
content: '\f023';
|
|
}
|
|
|
|
.fas-times-circle:before {
|
|
content: '\f024';
|
|
}
|
|
|
|
.fas-smile:before {
|
|
content: '\f025';
|
|
}
|
|
|
|
.fas-magic:before {
|
|
content: '\f026';
|
|
}
|
|
|
|
.fas-camera-retro:before {
|
|
content: '\f028';
|
|
}
|
|
|
|
.fas-pencil:before {
|
|
content: '\f029';
|
|
}
|
|
|
|
.fas-bullhorn:before {
|
|
content: '\f02b';
|
|
}
|
|
|
|
.fas-code:before {
|
|
content: '\f02c';
|
|
}
|
|
|
|
.fas-bomb:before {
|
|
content: '\f02d';
|
|
}
|
|
|
|
.fas-utensils:before {
|
|
content: '\f02e';
|
|
}
|
|
|
|
.fas-utensil-fork:before {
|
|
content: '\f02f';
|
|
}
|
|
|
|
.fas-utensil-knife:before {
|
|
content: '\f030';
|
|
}
|
|
|
|
.fas-utensil-spoon:before {
|
|
content: '\f031';
|
|
}
|
|
|
|
.fas-thumbs-up:before {
|
|
content: '\f032';
|
|
}
|
|
|
|
.fas-lock-alt:before {
|
|
content: '\f033';
|
|
}
|
|
|
|
.fas-edit:before {
|
|
content: '\f034';
|
|
}
|
|
|
|
.fas-book:before {
|
|
content: '\1F4D5';
|
|
}
|
|
|
|
.fas-pen:before {
|
|
content: '\f037';
|
|
}
|
|
|
|
.fas-camera-alt:before {
|
|
content: '\f038';
|
|
}
|
|
|
|
.fas-camera:before {
|
|
content: '\1F4F7';
|
|
}
|
|
|
|
.fas-print:before {
|
|
content: '\f03c';
|
|
}
|
|
|
|
.fas-comment:before {
|
|
content: '\f03d';
|
|
}
|
|
|
|
.fas-comment-alt:before {
|
|
content: '\f03e';
|
|
}
|
|
|
|
.fas-gamepad:before {
|
|
content: '\f03f';
|
|
}
|
|
|
|
.fas-trash:before {
|
|
content: '\f040';
|
|
}
|
|
|
|
.fas-trash-alt:before {
|
|
content: '\f041';
|
|
}
|
|
|
|
.fas-leaf:before {
|
|
content: '\f042';
|
|
}
|
|
|
|
.fas-flask:before {
|
|
content: '\f043';
|
|
}
|
|
|
|
.fas-rocket:before {
|
|
content: '\f044';
|
|
}
|
|
|
|
.fas-lock:before {
|
|
content: '\f045';
|
|
}
|
|
|
|
.fas-home:before {
|
|
content: '\f046';
|
|
}
|
|
|
|
.fas-search:before {
|
|
content: '\f047';
|
|
}
|
|
|
|
.fas-bars:before {
|
|
content: '\f048';
|
|
}
|
|
|
|
.fas-plus-circle:before {
|
|
content: '\f049';
|
|
}
|
|
|
|
.fas-exclamation-triangle:before {
|
|
content: '\f04a';
|
|
}
|
|
|
|
.fas-thumbs-down:before {
|
|
content: '\f04b';
|
|
}
|
|
|
|
.fas-file:before {
|
|
content: '\f04c';
|
|
}
|
|
|
|
.fas-file-alt:before {
|
|
content: '\f04d';
|
|
}
|
|
|
|
.fas-search-plus:before {
|
|
content: '\f04e';
|
|
}
|
|
|
|
.fas-search-minus:before {
|
|
content: '\f04f';
|
|
}
|
|
|
|
.fas-martini-glass:before {
|
|
content: '\f050';
|
|
}
|
|
|
|
.fas-music:before {
|
|
content: '\f051';
|
|
}
|
|
|
|
.fas-user:before {
|
|
content: '\f052';
|
|
}
|
|
|
|
.fas-film:before {
|
|
content: '\f053';
|
|
}
|
|
|
|
.fas-th-large:before {
|
|
content: '\f054';
|
|
}
|
|
|
|
.fas-th:before {
|
|
content: '\f055';
|
|
}
|
|
|
|
.fas-th-list:before {
|
|
content: '\f056';
|
|
}
|
|
|
|
.fas-check:before {
|
|
content: '\f057';
|
|
}
|
|
|
|
.fas-check-square:before {
|
|
content: '\f058';
|
|
}
|
|
|
|
.fas-check-circle:before {
|
|
content: '\f059';
|
|
}
|
|
|
|
.fas-times:before {
|
|
content: '\f05b';
|
|
}
|
|
|
|
.fas-times-square:before {
|
|
content: '\f05c';
|
|
}
|
|
|
|
.fas-plus:before {
|
|
content: '\f05d';
|
|
}
|
|
|
|
.fas-plus-square:before {
|
|
content: '\f05e';
|
|
}
|
|
|
|
.fas-minus:before {
|
|
content: '\f05f';
|
|
}
|
|
|
|
.fas-minus-square:before {
|
|
content: '\f060';
|
|
}
|
|
|
|
.fas-minus-circle:before {
|
|
content: '\f061';
|
|
}
|
|
|
|
.fas-heart:before {
|
|
content: '\f062';
|
|
}
|
|
|
|
.fas-diamond:before {
|
|
content: '\f063';
|
|
}
|
|
|
|
.fas-spade:before {
|
|
content: '\f064';
|
|
}
|
|
|
|
.fas-club:before {
|
|
content: '\f065';
|
|
}
|
|
|
|
.fas-square:before {
|
|
content: '\f066';
|
|
}
|
|
|
|
.fas-circle:before {
|
|
content: '\f067';
|
|
}
|
|
|
|
.fas-octagon:before {
|
|
content: '\f068';
|
|
}
|
|
|
|
.fas-hexagon:before {
|
|
content: '\f069';
|
|
}
|
|
|
|
.fas-triangle:before {
|
|
content: '\f06a';
|
|
}
|
|
|
|
.fas-shield:before {
|
|
content: '\f06b';
|
|
}
|
|
|
|
.fas-badge:before {
|
|
content: '\f06c';
|
|
}
|
|
|
|
.fas-shield-check:before {
|
|
content: '\f06d';
|
|
}
|
|
|
|
.fas-badge-check:before {
|
|
content: '\f06e';
|
|
}
|
|
|
|
.fas-times-octagon:before {
|
|
content: '\f06f';
|
|
}
|
|
|
|
.fas-times-hexagon:before {
|
|
content: '\f070';
|
|
}
|
|
|
|
.fas-plus-octagon:before {
|
|
content: '\f071';
|
|
}
|
|
|
|
.fas-plus-hexagon:before {
|
|
content: '\f072';
|
|
}
|
|
|
|
.fas-minus-octagon:before {
|
|
content: '\f073';
|
|
}
|
|
|
|
.fas-minus-hexagon:before {
|
|
content: '\f074';
|
|
}
|
|
|
|
.fas-power-off:before {
|
|
content: '\f075';
|
|
}
|
|
|
|
.fas-signal:before {
|
|
content: '\f076';
|
|
}
|
|
|
|
.fas-cog:before {
|
|
content: '\f077';
|
|
}
|
|
|
|
.fas-clock:before {
|
|
content: '\f078';
|
|
}
|
|
|
|
.fas-watch:before {
|
|
content: '\f079';
|
|
}
|
|
|
|
.fas-alarm-clock:before {
|
|
content: '\f07a';
|
|
}
|
|
|
|
.fas-stopwatch:before {
|
|
content: '\f07b';
|
|
}
|
|
|
|
.fas-road:before {
|
|
content: '\f07c';
|
|
}
|
|
|
|
.fas-download:before {
|
|
content: '\f07d';
|
|
}
|
|
|
|
.fas-upload:before {
|
|
content: '\f07e';
|
|
}
|
|
|
|
.fas-arrow-alt-circle-down:before {
|
|
content: '\f07f';
|
|
}
|
|
|
|
.fas-arrow-circle-down:before {
|
|
content: '\f080';
|
|
}
|
|
|
|
.fas-arrow-alt-square-down:before {
|
|
content: '\f081';
|
|
}
|
|
|
|
.fas-arrow-square:before {
|
|
content: '\f082';
|
|
}
|
|
|
|
.fas-caret-square-down:before {
|
|
content: '\f083';
|
|
}
|
|
|
|
.fas-caret-circle-down:before {
|
|
content: '\f084';
|
|
}
|
|
|
|
.fas-chevron-square-down:before {
|
|
content: '\f085';
|
|
}
|
|
|
|
.fas-chevron-circle-down:before {
|
|
content: '\f086';
|
|
}
|
|
|
|
.fas-arrow-down:before {
|
|
content: '\f087';
|
|
}
|
|
|
|
.fas-arrow-alt-down:before {
|
|
content: '\f088';
|
|
}
|
|
|
|
.fas-caret-down:before {
|
|
content: '\f089';
|
|
}
|
|
|
|
.fas-sort:before {
|
|
content: '\f08a';
|
|
}
|
|
|
|
.fas-sort-down:before {
|
|
content: '\f08b';
|
|
}
|
|
|
|
.fas-sort-up:before {
|
|
content: '\f08c';
|
|
}
|
|
|
|
.fas-chevron-down:before {
|
|
content: '\f08d';
|
|
}
|
|
|
|
.fas-angle-down:before {
|
|
content: '\f08e';
|
|
}
|
|
|
|
.fas-double-angle-down:before {
|
|
content: '\f08f';
|
|
}
|
|
|
|
.fas-long-arrow-alt-down:before {
|
|
content: '\f090';
|
|
}
|
|
|
|
.fas-long-arrow-down:before {
|
|
content: '\f091';
|
|
}
|
|
|
|
.fas-arrow-to-bottom:before {
|
|
content: '\f092';
|
|
}
|
|
|
|
.fas-arrow-from-bottom:before {
|
|
content: '\f093';
|
|
}
|
|
|
|
.fas-arrows-v:before {
|
|
content: '\f094';
|
|
}
|
|
|
|
.fas-arrows-alt-v:before {
|
|
content: '\f095';
|
|
}
|
|
|
|
.fas-double-chevron-down:before {
|
|
content: '\f096';
|
|
}
|
|
|
|
.fas-arrow-alt-from-bottom:before {
|
|
content: '\f097';
|
|
}
|
|
|
|
.fas-arrow-alt-to-bottom:before {
|
|
content: '\f098';
|
|
}
|
|
|
|
.fas-arrow-circle-up:before {
|
|
content: '\f099';
|
|
}
|
|
|
|
.fas-arrow-circle-right:before {
|
|
content: '\f09a';
|
|
}
|
|
|
|
.fas-arrow-circle-left:before {
|
|
content: '\f09b';
|
|
}
|
|
|
|
.fas-arrow-alt-circle-up:before {
|
|
content: '\f09c';
|
|
}
|
|
|
|
.fas-arrow-alt-circle-right:before {
|
|
content: '\f09d';
|
|
}
|
|
|
|
.fas-arrow-alt-circle-left:before {
|
|
content: '\f09e';
|
|
}
|
|
|
|
.fas-arrow-square-up:before {
|
|
content: '\f09f';
|
|
}
|
|
|
|
.fas-arrow-square-left:before {
|
|
content: '\f0a0';
|
|
}
|
|
|
|
.fas-arrow-square-right:before {
|
|
content: '\f0a1';
|
|
}
|
|
|
|
.fas-arrow-alt-square-up:before {
|
|
content: '\f0a2';
|
|
}
|
|
|
|
.fas-arrow-alt-square-left:before {
|
|
content: '\f0a3';
|
|
}
|
|
|
|
.fas-arrow-alt-square-right:before {
|
|
content: '\f0a4';
|
|
}
|
|
|
|
.fas-caret-circle-up:before {
|
|
content: '\f0a5';
|
|
}
|
|
|
|
.fas-caret-circle-left:before {
|
|
content: '\f0a6';
|
|
}
|
|
|
|
.fas-caret-circle-right:before {
|
|
content: '\f0a7';
|
|
}
|
|
|
|
.fas-chevron-circle-up:before {
|
|
content: '\f0a8';
|
|
}
|
|
|
|
.fas-chevron-circle-left:before {
|
|
content: '\f0a9';
|
|
}
|
|
|
|
.fas-chevron-circle-right:before {
|
|
content: '\f0aa';
|
|
}
|
|
|
|
.fas-caret-square-up:before {
|
|
content: '\f0ab';
|
|
}
|
|
|
|
.fas-caret-square-left:before {
|
|
content: '\f0ac';
|
|
}
|
|
|
|
.fas-caret-square-right:before {
|
|
content: '\f0ad';
|
|
}
|
|
|
|
.fas-chevron-square-up:before {
|
|
content: '\f0ae';
|
|
}
|
|
|
|
.fas-chevron-square-left:before {
|
|
content: '\f0af';
|
|
}
|
|
|
|
.fas-chevron-square-right:before {
|
|
content: '\f0b0';
|
|
}
|
|
|
|
.fas-arrow-up:before {
|
|
content: '\f0b1';
|
|
}
|
|
|
|
.fas-arrow-left:before {
|
|
content: '\f0b2';
|
|
}
|
|
|
|
.fas-arrow-right:before {
|
|
content: '\f0b3';
|
|
}
|
|
|
|
.fas-arrow-alt-up:before {
|
|
content: '\f0b4';
|
|
}
|
|
|
|
.fas-arrow-alt-left:before {
|
|
content: '\f0b5';
|
|
}
|
|
|
|
.fas-arrow-alt-right:before {
|
|
content: '\f0b6';
|
|
}
|
|
|
|
.fas-caret-up:before {
|
|
content: '\f0b7';
|
|
}
|
|
|
|
.fas-caret-left:before {
|
|
content: '\f0b8';
|
|
}
|
|
|
|
.fas-caret-right:before {
|
|
content: '\f0b9';
|
|
}
|
|
|
|
.fas-chevron-up:before {
|
|
content: '\f0ba';
|
|
}
|
|
|
|
.fas-chevron-left:before {
|
|
content: '\f0bb';
|
|
}
|
|
|
|
.fas-chevron-right:before {
|
|
content: '\f0bc';
|
|
}
|
|
|
|
.fas-double-chevron-up:before {
|
|
content: '\f0bd';
|
|
}
|
|
|
|
.fas-double-chevron-left:before {
|
|
content: '\f0be';
|
|
}
|
|
|
|
.fas-double-chevron-right:before {
|
|
content: '\f0bf';
|
|
}
|
|
|
|
.fas-long-arrow-up:before {
|
|
content: '\f0c0';
|
|
}
|
|
|
|
.fas-long-arrow-left:before {
|
|
content: '\f0c1';
|
|
}
|
|
|
|
.fas-long-arrow-right:before {
|
|
content: '\f0c2';
|
|
}
|
|
|
|
.fas-long-arrow-alt-up:before {
|
|
content: '\f0c3';
|
|
}
|
|
|
|
.fas-long-arrow-alt-left:before {
|
|
content: '\f0c4';
|
|
}
|
|
|
|
.fas-long-arrow-alt-right:before {
|
|
content: '\f0c5';
|
|
}
|
|
|
|
.fas-arrow-to-top:before {
|
|
content: '\f0c6';
|
|
}
|
|
|
|
.fas-arrow-to-left:before {
|
|
content: '\f0c7';
|
|
}
|
|
|
|
.fas-arrow-to-right:before {
|
|
content: '\f0c8';
|
|
}
|
|
|
|
.fas-arrow-alt-to-top:before {
|
|
content: '\f0c9';
|
|
}
|
|
|
|
.fas-arrow-alt-to-left:before {
|
|
content: '\f0ca';
|
|
}
|
|
|
|
.fas-arrow-alt-to-right:before {
|
|
content: '\f0cb';
|
|
}
|
|
|
|
.fas-arrow-from-top:before {
|
|
content: '\f0cc';
|
|
}
|
|
|
|
.fas-arrow-from-left:before {
|
|
content: '\f0cd';
|
|
}
|
|
|
|
.fas-arrow-from-right:before {
|
|
content: '\f0ce';
|
|
}
|
|
|
|
.fas-arrow-alt-from-top:before {
|
|
content: '\f0cf';
|
|
}
|
|
|
|
.fas-arrow-alt-from-left:before {
|
|
content: '\f0d0';
|
|
}
|
|
|
|
.fas-arrow-alt-from-right:before {
|
|
content: '\f0d1';
|
|
}
|
|
|
|
.fas-angle-up:before {
|
|
content: '\f0d2';
|
|
}
|
|
|
|
.fas-angle-left:before {
|
|
content: '\f0d3';
|
|
}
|
|
|
|
.fas-angle-right:before {
|
|
content: '\f0d4';
|
|
}
|
|
|
|
.fas-double-angle-up:before {
|
|
content: '\f0d5';
|
|
}
|
|
|
|
.fas-double-angle-left:before {
|
|
content: '\f0d6';
|
|
}
|
|
|
|
.fas-double-angle-right:before {
|
|
content: '\f0d7';
|
|
}
|
|
|
|
.fas-arrows-h:before {
|
|
content: '\f0d8';
|
|
}
|
|
|
|
.fas-arrows-alt-h:before {
|
|
content: '\f0d9';
|
|
}
|
|
|
|
.fas-sticky-note:before {
|
|
content: '\f0da';
|
|
}
|
|
|
|
.fas-inbox:before {
|
|
content: '\f0db';
|
|
}
|
|
|
|
.fas-inbox-in:before {
|
|
content: '\f0dc';
|
|
}
|
|
|
|
.fas-inbox-out:before {
|
|
content: '\f0dd';
|
|
}
|
|
|
|
.fas-calendar:before {
|
|
content: '\f0de';
|
|
}
|
|
|
|
.fas-calendar-alt:before {
|
|
content: '\f0df';
|
|
}
|
|
|
|
.fas-calendar-plus:before {
|
|
content: '\f0e0';
|
|
}
|
|
|
|
.fas-calendar-times:before {
|
|
content: '\f0e1';
|
|
}
|
|
|
|
.fas-calendar-minus:before {
|
|
content: '\f0e2';
|
|
}
|
|
|
|
.fas-calendar-exclamation:before {
|
|
content: '\f0e3';
|
|
}
|
|
|
|
.fas-calendar-check:before {
|
|
content: '\f0e4';
|
|
}
|
|
|
|
.fas-calendar-pen:before {
|
|
content: '\f0e5';
|
|
}
|
|
|
|
.fas-file-plus:before {
|
|
content: '\f0e6';
|
|
}
|
|
|
|
.fas-file-times:before {
|
|
content: '\f0e7';
|
|
}
|
|
|
|
.fas-file-minus:before {
|
|
content: '\f0e8';
|
|
}
|
|
|
|
.fas-file-exclamation:before {
|
|
content: '\f0e9';
|
|
}
|
|
|
|
.fas-file-check:before {
|
|
content: '\f0ea';
|
|
}
|
|
|
|
.fas-file-pen:before {
|
|
content: '\f0eb';
|
|
}
|
|
|
|
.fas-usd:before {
|
|
content: '\f0ec';
|
|
}
|
|
|
|
.fas-usd-circle:before {
|
|
content: '\f0ed';
|
|
}
|
|
|
|
.fas-usd-square:before {
|
|
content: '\f0ee';
|
|
}
|
|
|
|
|
|
.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
|
|
}
|