/*! Software from "Font Awesome 3.0.2" CSS is Copyright (c) 2012-2013 Dave Gandy and is provided under the following license: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- */ /* * Portions of this file are under the following license: * * Font Awesome 3.0.2 License * ------------------------------------------------------- * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - * http://opensource.org/licenses/mit-license.html * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" */ @font-face { font-family: 'FontAwesome'; src: url('../third/fontawesome/fontawesome3-webfont.eot?v=3.0.1'); src: url('../third/fontawesome/fontawesome3-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../third/fontawesome/fontawesome3-webfont.woff?v=3.0.1') format('woff'), url('../third/fontawesome/fontawesome3-webfont.ttf?v=3.0.1') format('truetype'), url('../third/fontawesome/fontawesome3-webfont.svg#FontAwesome') format('svg'); font-weight: normal; font-style: normal; } /* Font Awesome styles ------------------------------------------------------- */ [class^="icon-vector-"], [class*=" icon-vector-"] { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; /* sprites.less reset */ display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none; background-position: 0% 0%; background-repeat: repeat; margin-top: 0; } /* more sprites.less reset */ .icon-vector-white, .nav-pills > .active > a > [class^="icon-vector-"], .nav-pills > .active > a > [class*=" icon-vector-"], .nav-list > .active > a > [class^="icon-vector-"], .nav-list > .active > a > [class*=" icon-vector-"], .navbar-inverse .nav > .active > a > [class^="icon-vector-"], .navbar-inverse .nav > .active > a > [class*=" icon-vector-"], .dropdown-menu > li > a:hover > [class^="icon-vector-"], .dropdown-menu > li > a:hover > [class*=" icon-vector-"], .dropdown-menu > .active > a > [class^="icon-vector-"], .dropdown-menu > .active > a > [class*=" icon-vector-"], .dropdown-submenu:hover > a > [class^="icon-vector-"], .dropdown-submenu:hover > a > [class*=" icon-vector-"] { background-image: none; } [class^="icon-vector-"]:before, [class*=" icon-vector-"]:before { text-decoration: inherit; display: inline-block; speak: none; } /* makes sure icons active on rollover in links */ a [class^="icon-vector-"], a [class*=" icon-vector-"] { display: inline-block; } /* makes the font 33% larger relative to the icon container */ .icon-vector-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } .btn [class^="icon-vector-"], .nav [class^="icon-vector-"], .btn [class*=" icon-vector-"], .nav [class*=" icon-vector-"] { display: inline; /* keeps button heights with and without icons the same */ } .btn [class^="icon-vector-"].icon-vector-large, .nav [class^="icon-vector-"].icon-vector-large, .btn [class*=" icon-vector-"].icon-vector-large, .nav [class*=" icon-vector-"].icon-vector-large { line-height: .9em; } .btn [class^="icon-vector-"].icon-vector-spin, .nav [class^="icon-vector-"].icon-vector-spin, .btn [class*=" icon-vector-"].icon-vector-spin, .nav [class*=" icon-vector-"].icon-vector-spin { display: inline-block; } .nav-tabs [class^="icon-vector-"], .nav-pills [class^="icon-vector-"], .nav-tabs [class*=" icon-vector-"], .nav-pills [class*=" icon-vector-"] { /* keeps button heights with and without icons the same */ } .nav-tabs [class^="icon-vector-"], .nav-pills [class^="icon-vector-"], .nav-tabs [class*=" icon-vector-"], .nav-pills [class*=" icon-vector-"], .nav-tabs [class^="icon-vector-"].icon-vector-large, .nav-pills [class^="icon-vector-"].icon-vector-large, .nav-tabs [class*=" icon-vector-"].icon-vector-large, .nav-pills [class*=" icon-vector-"].icon-vector-large { line-height: .9em; } li [class^="icon-vector-"], .nav li [class^="icon-vector-"], li [class*=" icon-vector-"], .nav li [class*=" icon-vector-"] { display: inline-block; width: 1.25em; text-align: center; } li [class^="icon-vector-"].icon-vector-large, .nav li [class^="icon-vector-"].icon-vector-large, li [class*=" icon-vector-"].icon-vector-large, .nav li [class*=" icon-vector-"].icon-vector-large { /* increased font size for icon-vector-large */ width: 1.5625em; } ul.icons { list-style-type: none; text-indent: -0.75em; } ul.icons li [class^="icon-vector-"], ul.icons li [class*=" icon-vector-"] { width: .75em; } .icon-vector-muted { color: #eeeeee; } .icon-vector-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-vector-small { font-size: 0.8em; } .icon-vector-2x { font-size: 2em; } .icon-vector-2x.icon-vector-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-vector-3x { font-size: 3em; } .icon-vector-3x.icon-vector-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-vector-4x { font-size: 4em; } .icon-vector-4x.icon-vector-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .pull-right { float: right; } .pull-left { float: left; } [class^="icon-vector-"].pull-left, [class*=" icon-vector-"].pull-left { margin-right: .3em; } [class^="icon-vector-"].pull-right, [class*=" icon-vector-"].pull-right { margin-left: .3em; } .btn [class^="icon-vector-"].pull-left.icon-vector-2x, .btn [class*=" icon-vector-"].pull-left.icon-vector-2x, .btn [class^="icon-vector-"].pull-right.icon-vector-2x, .btn [class*=" icon-vector-"].pull-right.icon-vector-2x { margin-top: .18em; } .btn [class^="icon-vector-"].icon-vector-spin.icon-vector-large, .btn [class*=" icon-vector-"].icon-vector-spin.icon-vector-large { line-height: .8em; } .btn.btn-small [class^="icon-vector-"].pull-left.icon-vector-2x, .btn.btn-small [class*=" icon-vector-"].pull-left.icon-vector-2x, .btn.btn-small [class^="icon-vector-"].pull-right.icon-vector-2x, .btn.btn-small [class*=" icon-vector-"].pull-right.icon-vector-2x { margin-top: .25em; } .btn.btn-large [class^="icon-vector-"], .btn.btn-large [class*=" icon-vector-"] { margin-top: 0; } .btn.btn-large [class^="icon-vector-"].pull-left.icon-vector-2x, .btn.btn-large [class*=" icon-vector-"].pull-left.icon-vector-2x, .btn.btn-large [class^="icon-vector-"].pull-right.icon-vector-2x, .btn.btn-large [class*=" icon-vector-"].pull-right.icon-vector-2x { margin-top: .05em; } .btn.btn-large [class^="icon-vector-"].pull-left.icon-vector-2x, .btn.btn-large [class*=" icon-vector-"].pull-left.icon-vector-2x { margin-right: .2em; } .btn.btn-large [class^="icon-vector-"].pull-right.icon-vector-2x, .btn.btn-large [class*=" icon-vector-"].pull-right.icon-vector-2x { margin-left: .2em; } .icon-vector-spin { display: inline-block; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @-moz-document url-prefix() { .icon-vector-spin { height: .9em; } .btn .icon-vector-spin { height: auto; } .icon-vector-spin.icon-vector-large { height: 1.25em; } .btn .icon-vector-spin.icon-vector-large { height: .75em; } } /* Our custom narrowing symbol */ .icon-vector-narrow:before { content: "\f054"; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .icon-vector-glass:before { content: "\f000"; } .icon-vector-music:before { content: "\f001"; } .icon-vector-search:before { content: "\f002"; } .icon-vector-envelope:before { content: "\f003"; } .icon-vector-heart:before { content: "\f004"; } .icon-vector-star:before { content: "\f005"; } .icon-vector-star-empty:before { content: "\f006"; } .icon-vector-user:before { content: "\f007"; } .icon-vector-film:before { content: "\f008"; } .icon-vector-th-large:before { content: "\f009"; } .icon-vector-th:before { content: "\f00a"; } .icon-vector-th-list:before { content: "\f00b"; } .icon-vector-ok:before { content: "\f00c"; } .icon-vector-remove:before { content: "\f00d"; } .icon-vector-zoom-in:before { content: "\f00e"; } .icon-vector-zoom-out:before { content: "\f010"; } .icon-vector-off:before { content: "\f011"; } .icon-vector-signal:before { content: "\f012"; } .icon-vector-cog:before { content: "\f013"; } .icon-vector-trash:before { content: "\f014"; } .icon-vector-home:before { content: "\f015"; } .icon-vector-file:before { content: "\f016"; } .icon-vector-time:before { content: "\f017"; } .icon-vector-road:before { content: "\f018"; } .icon-vector-download-alt:before { content: "\f019"; } .icon-vector-download:before { content: "\f01a"; } .icon-vector-upload:before { content: "\f01b"; } .icon-vector-inbox:before { content: "\f01c"; } .icon-vector-play-circle:before { content: "\f01d"; } .icon-vector-repeat:before { content: "\f01e"; } /* \f020 doesn't work in Safari. all shifted one down */ .icon-vector-refresh:before { content: "\f021"; } .icon-vector-list-alt:before { content: "\f022"; } .icon-vector-lock:before { content: "\f023"; } .icon-vector-flag:before { content: "\f024"; } .icon-vector-headphones:before { content: "\f025"; } .icon-vector-volume-off:before { content: "\f026"; } .icon-vector-volume-down:before { content: "\f027"; } .icon-vector-volume-up:before { content: "\f028"; } .icon-vector-qrcode:before { content: "\f029"; } .icon-vector-barcode:before { content: "\f02a"; } .icon-vector-tag:before { content: "\f02b"; } .icon-vector-tags:before { content: "\f02c"; } .icon-vector-book:before { content: "\f02d"; } .icon-vector-bookmark:before { content: "\f02e"; } .icon-vector-print:before { content: "\f02f"; } .icon-vector-camera:before { content: "\f030"; } .icon-vector-font:before { content: "\f031"; } .icon-vector-bold:before { content: "\f032"; } .icon-vector-italic:before { content: "\f033"; } .icon-vector-text-height:before { content: "\f034"; } .icon-vector-text-width:before { content: "\f035"; } .icon-vector-align-left:before { content: "\f036"; } .icon-vector-align-center:before { content: "\f037"; } .icon-vector-align-right:before { content: "\f038"; } .icon-vector-align-justify:before { content: "\f039"; } .icon-vector-list:before { content: "\f03a"; } .icon-vector-indent-left:before { content: "\f03b"; } .icon-vector-indent-right:before { content: "\f03c"; } .icon-vector-facetime-video:before { content: "\f03d"; } .icon-vector-picture:before { content: "\f03e"; } .icon-vector-pencil:before { content: "\f040"; } .icon-vector-map-marker:before { content: "\f041"; } .icon-vector-adjust:before { content: "\f042"; } .icon-vector-tint:before { content: "\f043"; } .icon-vector-edit:before { content: "\f044"; } .icon-vector-share:before { content: "\f045"; } .icon-vector-check:before { content: "\f046"; } .icon-vector-move:before { content: "\f047"; } .icon-vector-step-backward:before { content: "\f048"; } .icon-vector-fast-backward:before { content: "\f049"; } .icon-vector-backward:before { content: "\f04a"; } .icon-vector-play:before { content: "\f04b"; } .icon-vector-pause:before { content: "\f04c"; } .icon-vector-stop:before { content: "\f04d"; } .icon-vector-forward:before { content: "\f04e"; } .icon-vector-fast-forward:before { content: "\f050"; } .icon-vector-step-forward:before { content: "\f051"; } .icon-vector-eject:before { content: "\f052"; } .icon-vector-chevron-left:before { content: "\f053"; } .icon-vector-chevron-right:before { content: "\f054"; } .icon-vector-plus-sign:before { content: "\f055"; } .icon-vector-minus-sign:before { content: "\f056"; } .icon-vector-remove-sign:before { content: "\f057"; } .icon-vector-ok-sign:before { content: "\f058"; } .icon-vector-question-sign:before { content: "\f059"; } .icon-vector-info-sign:before { content: "\f05a"; } .icon-vector-screenshot:before { content: "\f05b"; } .icon-vector-remove-circle:before { content: "\f05c"; } .icon-vector-ok-circle:before { content: "\f05d"; } .icon-vector-ban-circle:before { content: "\f05e"; } .icon-vector-arrow-left:before { content: "\f060"; } .icon-vector-arrow-right:before { content: "\f061"; } .icon-vector-arrow-up:before { content: "\f062"; } .icon-vector-arrow-down:before { content: "\f063"; } .icon-vector-share-alt:before { content: "\f064"; } .icon-vector-resize-full:before { content: "\f065"; } .icon-vector-resize-small:before { content: "\f066"; } .icon-vector-plus:before { content: "\f067"; } .icon-vector-minus:before { content: "\f068"; } .icon-vector-asterisk:before { content: "\f069"; } .icon-vector-exclamation-sign:before { content: "\f06a"; } .icon-vector-gift:before { content: "\f06b"; } .icon-vector-leaf:before { content: "\f06c"; } .icon-vector-fire:before { content: "\f06d"; } .icon-vector-eye-open:before { content: "\f06e"; } .icon-vector-eye-close:before { content: "\f070"; } .icon-vector-warning-sign:before { content: "\f071"; } .icon-vector-plane:before { content: "\f072"; } .icon-vector-calendar:before { content: "\f073"; } .icon-vector-random:before { content: "\f074"; } .icon-vector-comment:before { content: "\f075"; } .icon-vector-magnet:before { content: "\f076"; } .icon-vector-chevron-up:before { content: "\f077"; } .icon-vector-chevron-down:before { content: "\f078"; } .icon-vector-retweet:before { content: "\f079"; } .icon-vector-shopping-cart:before { content: "\f07a"; } .icon-vector-folder-close:before { content: "\f07b"; } .icon-vector-folder-open:before { content: "\f07c"; } .icon-vector-resize-vertical:before { content: "\f07d"; } .icon-vector-resize-horizontal:before { content: "\f07e"; } .icon-vector-bar-chart:before { content: "\f080"; } .icon-vector-twitter-sign:before { content: "\f081"; } .icon-vector-facebook-sign:before { content: "\f082"; } .icon-vector-camera-retro:before { content: "\f083"; } .icon-vector-key:before { content: "\f084"; } .icon-vector-cogs:before { content: "\f085"; } .icon-vector-comments:before { content: "\f086"; } .icon-vector-thumbs-up:before { content: "\f087"; } .icon-vector-thumbs-down:before { content: "\f088"; } .icon-vector-star-half:before { content: "\f089"; } .icon-vector-heart-empty:before { content: "\f08a"; } .icon-vector-signout:before { content: "\f08b"; } .icon-vector-linkedin-sign:before { content: "\f08c"; } .icon-vector-pushpin:before { content: "\f08d"; } .icon-vector-external-link:before { content: "\f08e"; } .icon-vector-signin:before { content: "\f090"; } .icon-vector-trophy:before { content: "\f091"; } .icon-vector-github-sign:before { content: "\f092"; } .icon-vector-upload-alt:before { content: "\f093"; } .icon-vector-lemon:before { content: "\f094"; } .icon-vector-phone:before { content: "\f095"; } .icon-vector-check-empty:before { content: "\f096"; } .icon-vector-bookmark-empty:before { content: "\f097"; } .icon-vector-phone-sign:before { content: "\f098"; } .icon-vector-twitter:before { content: "\f099"; } .icon-vector-facebook:before { content: "\f09a"; } .icon-vector-github:before { content: "\f09b"; } .icon-vector-unlock:before { content: "\f09c"; } .icon-vector-credit-card:before { content: "\f09d"; } .icon-vector-rss:before { content: "\f09e"; } .icon-vector-hdd:before { content: "\f0a0"; } .icon-vector-bullhorn:before { content: "\f0a1"; } .icon-vector-bell:before { content: "\f0a2"; } .icon-vector-certificate:before { content: "\f0a3"; } .icon-vector-hand-right:before { content: "\f0a4"; } .icon-vector-hand-left:before { content: "\f0a5"; } .icon-vector-hand-up:before { content: "\f0a6"; } .icon-vector-hand-down:before { content: "\f0a7"; } .icon-vector-circle-arrow-left:before { content: "\f0a8"; } .icon-vector-circle-arrow-right:before { content: "\f0a9"; } .icon-vector-circle-arrow-up:before { content: "\f0aa"; } .icon-vector-circle-arrow-down:before { content: "\f0ab"; } .icon-vector-globe:before { content: "\f0ac"; } .icon-vector-wrench:before { content: "\f0ad"; } .icon-vector-tasks:before { content: "\f0ae"; } .icon-vector-filter:before { content: "\f0b0"; } .icon-vector-briefcase:before { content: "\f0b1"; } .icon-vector-fullscreen:before { content: "\f0b2"; } .icon-vector-group:before { content: "\f0c0"; } .icon-vector-link:before { content: "\f0c1"; } .icon-vector-cloud:before { content: "\f0c2"; } .icon-vector-beaker:before { content: "\f0c3"; } .icon-vector-cut:before { content: "\f0c4"; } .icon-vector-copy:before { content: "\f0c5"; } .icon-vector-paper-clip:before { content: "\f0c6"; } .icon-vector-save:before { content: "\f0c7"; } .icon-vector-sign-blank:before { content: "\f0c8"; } .icon-vector-reorder:before { content: "\f0c9"; } .icon-vector-list-ul:before { content: "\f0ca"; } .icon-vector-list-ol:before { content: "\f0cb"; } .icon-vector-strikethrough:before { content: "\f0cc"; } .icon-vector-underline:before { content: "\f0cd"; } .icon-vector-table:before { content: "\f0ce"; } .icon-vector-magic:before { content: "\f0d0"; } .icon-vector-truck:before { content: "\f0d1"; } .icon-vector-pinterest:before { content: "\f0d2"; } .icon-vector-pinterest-sign:before { content: "\f0d3"; } .icon-vector-google-plus-sign:before { content: "\f0d4"; } .icon-vector-google-plus:before { content: "\f0d5"; } .icon-vector-money:before { content: "\f0d6"; } .icon-vector-caret-down:before { content: "\f0d7"; } .icon-vector-caret-up:before { content: "\f0d8"; } .icon-vector-caret-left:before { content: "\f0d9"; } .icon-vector-caret-right:before { content: "\f0da"; } .icon-vector-columns:before { content: "\f0db"; } .icon-vector-sort:before { content: "\f0dc"; } .icon-vector-sort-down:before { content: "\f0dd"; } .icon-vector-sort-up:before { content: "\f0de"; } .icon-vector-envelope-alt:before { content: "\f0e0"; } .icon-vector-linkedin:before { content: "\f0e1"; } .icon-vector-undo:before { content: "\f0e2"; } .icon-vector-legal:before { content: "\f0e3"; } .icon-vector-dashboard:before { content: "\f0e4"; } .icon-vector-comment-alt:before { content: "\f0e5"; } .icon-vector-comments-alt:before { content: "\f0e6"; } .icon-vector-bolt:before { content: "\f0e7"; } .icon-vector-sitemap:before { content: "\f0e8"; } .icon-vector-umbrella:before { content: "\f0e9"; } .icon-vector-paste:before { content: "\f0ea"; } .icon-vector-lightbulb:before { content: "\f0eb"; } .icon-vector-exchange:before { content: "\f0ec"; } .icon-vector-cloud-download:before { content: "\f0ed"; } .icon-vector-cloud-upload:before { content: "\f0ee"; } .icon-vector-user-md:before { content: "\f0f0"; } .icon-vector-stethoscope:before { content: "\f0f1"; } .icon-vector-suitcase:before { content: "\f0f2"; } .icon-vector-bell-alt:before { content: "\f0f3"; } .icon-vector-coffee:before { content: "\f0f4"; } .icon-vector-food:before { content: "\f0f5"; } .icon-vector-file-alt:before { content: "\f0f6"; } .icon-vector-building:before { content: "\f0f7"; } .icon-vector-hospital:before { content: "\f0f8"; } .icon-vector-ambulance:before { content: "\f0f9"; } .icon-vector-medkit:before { content: "\f0fa"; } .icon-vector-fighter-jet:before { content: "\f0fb"; } .icon-vector-beer:before { content: "\f0fc"; } .icon-vector-h-sign:before { content: "\f0fd"; } .icon-vector-plus-sign-alt:before { content: "\f0fe"; } .icon-vector-double-angle-left:before { content: "\f100"; } .icon-vector-double-angle-right:before { content: "\f101"; } .icon-vector-double-angle-up:before { content: "\f102"; } .icon-vector-double-angle-down:before { content: "\f103"; } .icon-vector-angle-left:before { content: "\f104"; } .icon-vector-angle-right:before { content: "\f105"; } .icon-vector-angle-up:before { content: "\f106"; } .icon-vector-angle-down:before { content: "\f107"; } .icon-vector-desktop:before { content: "\f108"; } .icon-vector-laptop:before { content: "\f109"; } .icon-vector-tablet:before { content: "\f10a"; } .icon-vector-mobile-phone:before { content: "\f10b"; } .icon-vector-circle-blank:before { content: "\f10c"; } .icon-vector-quote-left:before { content: "\f10d"; } .icon-vector-quote-right:before { content: "\f10e"; } .icon-vector-spinner:before { content: "\f110"; } .icon-vector-circle:before { content: "\f111"; } .icon-vector-reply:before { content: "\f112"; } .icon-vector-github-alt:before { content: "\f113"; } .icon-vector-folder-close-alt:before { content: "\f114"; } .icon-vector-folder-open-alt:before { content: "\f115"; } .icon-vector-eraser:before { content: "\f12d"; } .icon-vector-external-link-sign:before { content: "\f14c"; } .icon-vector-expand-alt:before { content: "\f116"; }; .icon-vector-heart-empty:before { content: "\f08a"; } .icon-vector-heart:before { content: "\f004"; }