| |
@@ -1,2337 +0,0 @@
|
| |
- /*!
|
| |
- * 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-webfont.eot?v=4.7.0');
|
| |
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/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.33333333em;
|
| |
- 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.28571429em;
|
| |
- text-align: center;
|
| |
- }
|
| |
- .fa-ul {
|
| |
- padding-left: 0;
|
| |
- margin-left: 2.14285714em;
|
| |
- list-style-type: none;
|
| |
- }
|
| |
- .fa-ul > li {
|
| |
- position: relative;
|
| |
- }
|
| |
- .fa-li {
|
| |
- position: absolute;
|
| |
- left: -2.14285714em;
|
| |
- width: 2.14285714em;
|
| |
- top: 0.14285714em;
|
| |
- text-align: center;
|
| |
- }
|
| |
- .fa-li.fa-lg {
|
| |
- left: -1.85714286em;
|
| |
- }
|
| |
- .fa-border {
|
| |
- padding: .2em .25em .15em;
|
| |
- border: solid 0.08em #eeeeee;
|
| |
- 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);
|
| |
- -ms-transform: rotate(90deg);
|
| |
- transform: rotate(90deg);
|
| |
- }
|
| |
- .fa-rotate-180 {
|
| |
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
| |
- -webkit-transform: rotate(180deg);
|
| |
- -ms-transform: rotate(180deg);
|
| |
- transform: rotate(180deg);
|
| |
- }
|
| |
- .fa-rotate-270 {
|
| |
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
| |
- -webkit-transform: rotate(270deg);
|
| |
- -ms-transform: rotate(270deg);
|
| |
- transform: rotate(270deg);
|
| |
- }
|
| |
- .fa-flip-horizontal {
|
| |
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
| |
- -webkit-transform: scale(-1, 1);
|
| |
- -ms-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);
|
| |
- -ms-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 {
|
| |
- 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: #ffffff;
|
| |
- }
|
| |
- /* 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: "\f000";
|
| |
- }
|
| |
- .fa-music:before {
|
| |
- content: "\f001";
|
| |
- }
|
| |
- .fa-search:before {
|
| |
- content: "\f002";
|
| |
- }
|
| |
- .fa-envelope-o:before {
|
| |
- content: "\f003";
|
| |
- }
|
| |
- .fa-heart:before {
|
| |
- content: "\f004";
|
| |
- }
|
| |
- .fa-star:before {
|
| |
- content: "\f005";
|
| |
- }
|
| |
- .fa-star-o:before {
|
| |
- content: "\f006";
|
| |
- }
|
| |
- .fa-user:before {
|
| |
- content: "\f007";
|
| |
- }
|
| |
- .fa-film:before {
|
| |
- content: "\f008";
|
| |
- }
|
| |
- .fa-th-large:before {
|
| |
- content: "\f009";
|
| |
- }
|
| |
- .fa-th:before {
|
| |
- content: "\f00a";
|
| |
- }
|
| |
- .fa-th-list:before {
|
| |
- content: "\f00b";
|
| |
- }
|
| |
- .fa-check:before {
|
| |
- content: "\f00c";
|
| |
- }
|
| |
- .fa-remove:before,
|
| |
- .fa-close:before,
|
| |
- .fa-times:before {
|
| |
- content: "\f00d";
|
| |
- }
|
| |
- .fa-search-plus:before {
|
| |
- content: "\f00e";
|
| |
- }
|
| |
- .fa-search-minus:before {
|
| |
- content: "\f010";
|
| |
- }
|
| |
- .fa-power-off:before {
|
| |
- content: "\f011";
|
| |
- }
|
| |
- .fa-signal:before {
|
| |
- content: "\f012";
|
| |
- }
|
| |
- .fa-gear:before,
|
| |
- .fa-cog:before {
|
| |
- content: "\f013";
|
| |
- }
|
| |
- .fa-trash-o:before {
|
| |
- content: "\f014";
|
| |
- }
|
| |
- .fa-home:before {
|
| |
- content: "\f015";
|
| |
- }
|
| |
- .fa-file-o:before {
|
| |
- content: "\f016";
|
| |
- }
|
| |
- .fa-clock-o:before {
|
| |
- content: "\f017";
|
| |
- }
|
| |
- .fa-road:before {
|
| |
- content: "\f018";
|
| |
- }
|
| |
- .fa-download:before {
|
| |
- content: "\f019";
|
| |
- }
|
| |
- .fa-arrow-circle-o-down:before {
|
| |
- content: "\f01a";
|
| |
- }
|
| |
- .fa-arrow-circle-o-up:before {
|
| |
- content: "\f01b";
|
| |
- }
|
| |
- .fa-inbox:before {
|
| |
- content: "\f01c";
|
| |
- }
|
| |
- .fa-play-circle-o:before {
|
| |
- content: "\f01d";
|
| |
- }
|
| |
- .fa-rotate-right:before,
|
| |
- .fa-repeat:before {
|
| |
- content: "\f01e";
|
| |
- }
|
| |
- .fa-refresh:before {
|
| |
- content: "\f021";
|
| |
- }
|
| |
- .fa-list-alt:before {
|
| |
- content: "\f022";
|
| |
- }
|
| |
- .fa-lock:before {
|
| |
- content: "\f023";
|
| |
- }
|
| |
- .fa-flag:before {
|
| |
- content: "\f024";
|
| |
- }
|
| |
- .fa-headphones:before {
|
| |
- content: "\f025";
|
| |
- }
|
| |
- .fa-volume-off:before {
|
| |
- content: "\f026";
|
| |
- }
|
| |
- .fa-volume-down:before {
|
| |
- content: "\f027";
|
| |
- }
|
| |
- .fa-volume-up:before {
|
| |
- content: "\f028";
|
| |
- }
|
| |
- .fa-qrcode:before {
|
| |
- content: "\f029";
|
| |
- }
|
| |
- .fa-barcode:before {
|
| |
- content: "\f02a";
|
| |
- }
|
| |
- .fa-tag:before {
|
| |
- content: "\f02b";
|
| |
- }
|
| |
- .fa-tags:before {
|
| |
- content: "\f02c";
|
| |
- }
|
| |
- .fa-book:before {
|
| |
- content: "\f02d";
|
| |
- }
|
| |
- .fa-bookmark:before {
|
| |
- content: "\f02e";
|
| |
- }
|
| |
- .fa-print:before {
|
| |
- content: "\f02f";
|
| |
- }
|
| |
- .fa-camera:before {
|
| |
- content: "\f030";
|
| |
- }
|
| |
- .fa-font:before {
|
| |
- content: "\f031";
|
| |
- }
|
| |
- .fa-bold:before {
|
| |
- content: "\f032";
|
| |
- }
|
| |
- .fa-italic:before {
|
| |
- content: "\f033";
|
| |
- }
|
| |
- .fa-text-height:before {
|
| |
- content: "\f034";
|
| |
- }
|
| |
- .fa-text-width:before {
|
| |
- content: "\f035";
|
| |
- }
|
| |
- .fa-align-left:before {
|
| |
- content: "\f036";
|
| |
- }
|
| |
- .fa-align-center:before {
|
| |
- content: "\f037";
|
| |
- }
|
| |
- .fa-align-right:before {
|
| |
- content: "\f038";
|
| |
- }
|
| |
- .fa-align-justify:before {
|
| |
- content: "\f039";
|
| |
- }
|
| |
- .fa-list:before {
|
| |
- content: "\f03a";
|
| |
- }
|
| |
- .fa-dedent:before,
|
| |
- .fa-outdent:before {
|
| |
- content: "\f03b";
|
| |
- }
|
| |
- .fa-indent:before {
|
| |
- content: "\f03c";
|
| |
- }
|
| |
- .fa-video-camera:before {
|
| |
- content: "\f03d";
|
| |
- }
|
| |
- .fa-photo:before,
|
| |
- .fa-image:before,
|
| |
- .fa-picture-o:before {
|
| |
- content: "\f03e";
|
| |
- }
|
| |
- .fa-pencil:before {
|
| |
- content: "\f040";
|
| |
- }
|
| |
- .fa-map-marker:before {
|
| |
- content: "\f041";
|
| |
- }
|
| |
- .fa-adjust:before {
|
| |
- content: "\f042";
|
| |
- }
|
| |
- .fa-tint:before {
|
| |
- content: "\f043";
|
| |
- }
|
| |
- .fa-edit:before,
|
| |
- .fa-pencil-square-o:before {
|
| |
- content: "\f044";
|
| |
- }
|
| |
- .fa-share-square-o:before {
|
| |
- content: "\f045";
|
| |
- }
|
| |
- .fa-check-square-o:before {
|
| |
- content: "\f046";
|
| |
- }
|
| |
- .fa-arrows:before {
|
| |
- content: "\f047";
|
| |
- }
|
| |
- .fa-step-backward:before {
|
| |
- content: "\f048";
|
| |
- }
|
| |
- .fa-fast-backward:before {
|
| |
- content: "\f049";
|
| |
- }
|
| |
- .fa-backward:before {
|
| |
- content: "\f04a";
|
| |
- }
|
| |
- .fa-play:before {
|
| |
- content: "\f04b";
|
| |
- }
|
| |
- .fa-pause:before {
|
| |
- content: "\f04c";
|
| |
- }
|
| |
- .fa-stop:before {
|
| |
- content: "\f04d";
|
| |
- }
|
| |
- .fa-forward:before {
|
| |
- content: "\f04e";
|
| |
- }
|
| |
- .fa-fast-forward:before {
|
| |
- content: "\f050";
|
| |
- }
|
| |
- .fa-step-forward:before {
|
| |
- content: "\f051";
|
| |
- }
|
| |
- .fa-eject:before {
|
| |
- content: "\f052";
|
| |
- }
|
| |
- .fa-chevron-left:before {
|
| |
- content: "\f053";
|
| |
- }
|
| |
- .fa-chevron-right:before {
|
| |
- content: "\f054";
|
| |
- }
|
| |
- .fa-plus-circle:before {
|
| |
- content: "\f055";
|
| |
- }
|
| |
- .fa-minus-circle:before {
|
| |
- content: "\f056";
|
| |
- }
|
| |
- .fa-times-circle:before {
|
| |
- content: "\f057";
|
| |
- }
|
| |
- .fa-check-circle:before {
|
| |
- content: "\f058";
|
| |
- }
|
| |
- .fa-question-circle:before {
|
| |
- content: "\f059";
|
| |
- }
|
| |
- .fa-info-circle:before {
|
| |
- content: "\f05a";
|
| |
- }
|
| |
- .fa-crosshairs:before {
|
| |
- content: "\f05b";
|
| |
- }
|
| |
- .fa-times-circle-o:before {
|
| |
- content: "\f05c";
|
| |
- }
|
| |
- .fa-check-circle-o:before {
|
| |
- content: "\f05d";
|
| |
- }
|
| |
- .fa-ban:before {
|
| |
- content: "\f05e";
|
| |
- }
|
| |
- .fa-arrow-left:before {
|
| |
- content: "\f060";
|
| |
- }
|
| |
- .fa-arrow-right:before {
|
| |
- content: "\f061";
|
| |
- }
|
| |
- .fa-arrow-up:before {
|
| |
- content: "\f062";
|
| |
- }
|
| |
- .fa-arrow-down:before {
|
| |
- content: "\f063";
|
| |
- }
|
| |
- .fa-mail-forward:before,
|
| |
- .fa-share:before {
|
| |
- content: "\f064";
|
| |
- }
|
| |
- .fa-expand:before {
|
| |
- content: "\f065";
|
| |
- }
|
| |
- .fa-compress:before {
|
| |
- content: "\f066";
|
| |
- }
|
| |
- .fa-plus:before {
|
| |
- content: "\f067";
|
| |
- }
|
| |
- .fa-minus:before {
|
| |
- content: "\f068";
|
| |
- }
|
| |
- .fa-asterisk:before {
|
| |
- content: "\f069";
|
| |
- }
|
| |
- .fa-exclamation-circle:before {
|
| |
- content: "\f06a";
|
| |
- }
|
| |
- .fa-gift:before {
|
| |
- content: "\f06b";
|
| |
- }
|
| |
- .fa-leaf:before {
|
| |
- content: "\f06c";
|
| |
- }
|
| |
- .fa-fire:before {
|
| |
- content: "\f06d";
|
| |
- }
|
| |
- .fa-eye:before {
|
| |
- content: "\f06e";
|
| |
- }
|
| |
- .fa-eye-slash:before {
|
| |
- content: "\f070";
|
| |
- }
|
| |
- .fa-warning:before,
|
| |
- .fa-exclamation-triangle:before {
|
| |
- content: "\f071";
|
| |
- }
|
| |
- .fa-plane:before {
|
| |
- content: "\f072";
|
| |
- }
|
| |
- .fa-calendar:before {
|
| |
- content: "\f073";
|
| |
- }
|
| |
- .fa-random:before {
|
| |
- content: "\f074";
|
| |
- }
|
| |
- .fa-comment:before {
|
| |
- content: "\f075";
|
| |
- }
|
| |
- .fa-magnet:before {
|
| |
- content: "\f076";
|
| |
- }
|
| |
- .fa-chevron-up:before {
|
| |
- content: "\f077";
|
| |
- }
|
| |
- .fa-chevron-down:before {
|
| |
- content: "\f078";
|
| |
- }
|
| |
- .fa-retweet:before {
|
| |
- content: "\f079";
|
| |
- }
|
| |
- .fa-shopping-cart:before {
|
| |
- content: "\f07a";
|
| |
- }
|
| |
- .fa-folder:before {
|
| |
- content: "\f07b";
|
| |
- }
|
| |
- .fa-folder-open:before {
|
| |
- content: "\f07c";
|
| |
- }
|
| |
- .fa-arrows-v:before {
|
| |
- content: "\f07d";
|
| |
- }
|
| |
- .fa-arrows-h:before {
|
| |
- content: "\f07e";
|
| |
- }
|
| |
- .fa-bar-chart-o:before,
|
| |
- .fa-bar-chart:before {
|
| |
- content: "\f080";
|
| |
- }
|
| |
- .fa-twitter-square:before {
|
| |
- content: "\f081";
|
| |
- }
|
| |
- .fa-facebook-square:before {
|
| |
- content: "\f082";
|
| |
- }
|
| |
- .fa-camera-retro:before {
|
| |
- content: "\f083";
|
| |
- }
|
| |
- .fa-key:before {
|
| |
- content: "\f084";
|
| |
- }
|
| |
- .fa-gears:before,
|
| |
- .fa-cogs:before {
|
| |
- content: "\f085";
|
| |
- }
|
| |
- .fa-comments:before {
|
| |
- content: "\f086";
|
| |
- }
|
|