/*!
 *  Font Awesome 4.5.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('../fontawesome-webfont.eot?v=4.5.0');

  src: url('../fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), /*url('../fontawesome-webfont.woff2?v=4.5.0') format('woff2'),*/ url('../fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ux_icon {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6d6e71;
}
/* makes the font 33% larger relative to the icon container */
.ux_icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ux_icon-2x {
  font-size: 2em;
}
.ux_icon-3x {
  font-size: 3em;
}
.ux_icon-4x {
  font-size: 4em;
}
.ux_icon-5x {
  font-size: 5em;
}
.ux_icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.ux_icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ux_icon-ul > li {
  position: relative;
}
.ux_icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ux_icon-li.ux_icon-lg {
  left: -1.85714286em;
}
.ux_icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.ux_icon-pull-left {
  float: left;
}
.ux_icon-pull-right {
  float: right;
}
.ux_icon.ux_icon-pull-left {
  margin-right: .3em;
}
.ux_icon.ux_icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.ux_icon.pull-left {
  margin-right: .3em;
}
.ux_icon.pull-right {
  margin-left: .3em;
}
.ux_icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.ux_icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}
@-webkit-keyframes ux_icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ux_icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ux_icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ux_icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ux_icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ux_icon-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);
}
.ux_icon-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 .ux_icon-rotate-90,
:root .ux_icon-rotate-180,
:root .ux_icon-rotate-270,
:root .ux_icon-flip-horizontal,
:root .ux_icon-flip-vertical {
  filter: none;
}
.ux_icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ux_icon-stack-1x,
.ux_icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ux_icon-stack-1x {
  line-height: inherit;
}
.ux_icon-stack-2x {
  font-size: 2em;
}
.ux_icon-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 */
.icon_glass:before {
  content: "\f000";
}
.icon_music:before {
  content: "\f001";
}
.icon_zoom:before {
  content: "\f002";
}
.icon_envelope_o:before {
  content: "\f003";
}
.favorite:before {
  content: "\f005";
}
.icon_star_o:before {
  content: "\f006";
}
.icon_investor:before {
  content: "\f007";
}
.icon_film:before {
  content: "\f008";
}
.dashboard:before {
  content: "\f009";
}
.icon_apps_menu:before {
  content: "\f00a";
}
.icon_list_menu:before {
  content: "\f00b";
}
.icon_success:before {
  content: "\f00c";
}
.icon_error:before {
  content: "\f00d";
}
.icon_search_plus:before {
  content: "\f00e";
}
.icon_search_minus:before {
  content: "\f010";
}
.icon_power_off:before {
  content: "\f011";
}
.icon_signal:before {
  content: "\f012";
}
.icon_cog:before {
  content: "\f013";
}
.icon_trash_o:before {
  content: "\f014";
}
.icon_house:before {
  content: "\f015";
}
.icon_file_o:before {
  content: "\f016";
}
.recent:before {
  content: "\f017";
}
.icon_road:before {
  content: "\f018";
}
.icon_download:before {
  content: "\f019";
}
.icon_arrow_circle_o_down:before {
  content: "\f01a";
}
.icon_arrow_circle_o_up:before {
  content: "\f01b";
}
.icon_inbox:before {
  content: "\f01c";
}
.icon_play_circle_o:before {
  content: "\f01d";
}
.icon_refresh:before {
  content: "\f01e";
}
.icon_reset:before {
  content: "\f021";
}
.icon_open_tasks:before {
  content: "\f022";
}
.icon_locked:before {
  content: "\f023";
}
.icon_flag:before {
  content: "\f024";
}
.icon_headphones:before {
  content: "\f025";
}
.icon_volume_off:before {
  content: "\f026";
}
.icon_volume_down:before {
  content: "\f027";
}
.icon_volume_up:before {
  content: "\f028";
}
.icon_qrcode:before {
  content: "\f029";
}
.icon_barcode:before {
  content: "\f02a";
}
.icon_tag:before {
  content: "\f02b";
}
.icon_tags:before {
  content: "\f02c";
}
.icon_book:before {
  content: "\f02d";
}
.icon_bookmark:before {
  content: "\f02e";
}
.icon_print:before {
  content: "\f02f";
}
.icon_camera:before {
  content: "\f030";
}
.icon_font:before {
  content: "\f031";
}
.icon_bold:before {
  content: "\f032";
}
.icon_italic:before {
  content: "\f033";
}
.icon_text_height:before {
  content: "\f034";
}
.icon_text_width:before {
  content: "\f035";
}
.icon_align_left:before {
  content: "\f036";
}
.icon_align_center:before {
  content: "\f037";
}
.icon_align_right:before {
  content: "\f038";
}
.icon_align_justify:before {
  content: "\f039";
}
.icon_tasks:before {
  content: "\f03a";
}
.icon_dedent:before,
.icon_outdent:before {
  content: "\f03b";
}
.icon_indent:before {
  content: "\f03c";
}
.icon_video_camera:before {
  content: "\f03d";
}
.icon_photo:before,
.icon_image:before,
.icon_picture_o:before {
  content: "\f03e";
}
.icon_edit:before {
  content: "\f040";
}
.icon_map_marker:before {
  content: "\f041";
}
.icon_adjust:before {
  content: "\f042";
}
.icon_tint:before {
  content: "\f043";
}
.icon_pencil_square_o:before {
  content: "\f044";
}
.icon_share_square_o:before {
  content: "\f045";
}
.icon_task:before {
  content: "\f046";
}
.icon_arrows:before {
  content: "\f047";
}
.icon_step_backward:before {
  content: "\f048";
}
.icon_fast_backward:before {
  content: "\f049";
}
.icon_backward:before {
  content: "\f04a";
}
.icon_play:before {
  content: "\f04b";
}
.icon_pause:before {
  content: "\f04c";
}
.icon_stop:before {
  content: "\f04d";
}
.icon_forward:before {
  content: "\f04e";
}
.icon_fast_forward:before {
  content: "\f050";
}
.icon_step_forward:before {
  content: "\f051";
}
.icon_eject:before {
  content: "\f052";
}
.icon_chevron_left:before {
  content: "\f053";
}
.icon_chevron_right:before {
  content: "\f054";
}
.icon_plus_circle:before {
  content: "\f055";
}
.icon_minus_circle:before {
  content: "\f056";
}
.icon_times_circle:before {
  content: "\f057";
}
.icon_check_circle:before {
  content: "\f058";
}
.icon_question_circle:before {
  content: "\f059";
}
.icon_info:before {
  content: "\f05a";
}
.icon_crosshairs:before {
  content: "\f05b";
}
.icon_times_circle_o:before {
  content: "\f05c";
}
.icon_check_circle_o:before {
  content: "\f05d";
}
.icon_ban:before {
  content: "\f05e";
}
.icon_back:before {
  content: "\f060";
}
.icon_next:before {
  content: "\f061";
}
.icon_up_arrow:before {
  content: "\f062";
}
.icon_down_arrow:before {
  content: "\f063";
}
.icon_mail_forward:before,
.icon_share:before {
  content: "\f064";
}
.icon_enlarge:before {
  content: "\f065";
}
.icon_compress:before {
  content: "\f066";
}
.icon_plus:before, 
.icon_expand:before {
  content: "\f067";
}
.icon_minus:before,
.icon_collapse:before {
  content: "\f068";
}
.icon_asterisk:before {
  content: "\f069";
}
.icon_exclamation_circle:before {
  content: "\f06a";
}
.icon_exclamation_triangle:before {
  content: "\f071";
}
.icon_gift:before {
  content: "\f06b";
}
.icon_leaf:before {
  content: "\f06c";
}
.icon_fire:before {
  content: "\f06d";
}
.icon_eye:before {
  content: "\f06e";
}
.icon_eye_slash:before {
  content: "\f070";
}
.icon_warning:before {
  content: "\f071";
}
.icon_date:before,
.icon_calendar:before {
  content: "\f073";
}
.icon_random:before {
  content: "\f074";
}
.icon_comment:before {
  content: "\f075";
}
.icon_magnet:before {
  content: "\f076";
}
.icon_chevron_up:before {
  content: "\f077";
}
.icon_chevron_down:before {
  content: "\f078";
}
.icon_retweet:before {
  content: "\f079";
}
.icon_shopping_cart:before {
  content: "\f07a";
}
.icon_folder:before {
  content: "\f07b";
}
.icon_folder_open:before {
  content: "\f07c";
}
.icon_arrows_v:before {
  content: "\f07d";
}
.icon_arrows_h:before {
  content: "\f07e";
}
.icon_chart:before {
  content: "\f080";
}
.icon_camera_retro:before {
  content: "\f083";
}
.icon_key:before {
  content: "\f084";
}
.icon_gears:before,
.icon_cogs:before {
  content: "\f085";
}
.icon_comments:before {
  content: "\f086";
}
.icon_star_half:before {
  content: "\f089";
}
.icon_sign_out:before {
  content: "\f08b";
}
.icon_unpinned:before {
  content: "\f08d";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 2px;
}
.icon_pinned:before {
  content: "\f08d";
}
.icon_shortcut:before {
  content: "\f08e";
}
.icon_sign_in:before {
  content: "\f090";
}
.icon_trophy:before {
  content: "\f091";
}
.icon_upload:before {
  content: "\f093";
}
.icon_lemon_o:before {
  content: "\f094";
}
.icon_phone:before {
  content: "\f095";
}
.icon_square_o:before {
  content: "\f096";
}
.icon_bookmark_o:before {
  content: "\f097";
}
.icon_phone_square:before {
  content: "\f098";
}
.icon_unlocked:before {
  content: "\f09c";
}
.icon_feed:before,
.icon_rss:before {
  content: "\f09e";
}
.icon_hdd_o:before {
  content: "\f0a0";
}
.icon_bullhorn:before {
  content: "\f0a1";
}
.icon_bell:before {
  content: "\f0f3";
}
.icon_certificate:before {
  content: "\f0a3";
}
.icon_arrow_circle_left:before {
  content: "\f0a8";
}
.icon_arrow_circle_right:before {
  content: "\f0a9";
}
.icon_arrow_circle_up:before {
  content: "\f0aa";
}
.icon_arrow_circle_down:before {
  content: "\f0ab";
}
.icon_globe:before {
  content: "\f0ac";
}
.icon_wrench:before {
  content: "\f0ad";
}
.icon_tasks:before {
  content: "\f0ae";
}
.icon_filter:before {
  content: "\f0b0";
}
.icon_briefcase:before {
  content: "\f0b1";
}
.icon_arrows_alt:before {
  content: "\f0b2";
}
.icon_investors:before {
  content: "\f0c0";
}
.icon_add_link:before {
  content: "\f0c1";
}
.icon_cloud:before {
  content: "\f0c2";
}
.icon_flask:before {
  content: "\f0c3";
}
.icon_cut:before,
.icon_scissors:before {
  content: "\f0c4";
}
.icon_copy:before {
  content: "\f0c5";
}
.icon_paperclip:before {
  content: "\f0c6";
}
.icon_save:before {
  content: "\f0c7";
}
.icon_square:before {
  content: "\f0c8";
}
.icon_mobile_menu:before {
  content: "\f0c9";
}
.icon_list_ul:before {
  content: "\f0ca";
}
.icon_list_ol:before {
  content: "\f0cb";
}
.icon_strikethrough:before {
  content: "\f0cc";
}
.icon_underline:before {
  content: "\f0cd";
}
.icon_table:before {
  content: "\f0ce";
}
.icon_datawizard:before {
  content: "\f0d0";
}
.icon_caret_down:before {
  content: "\f0d7";
}
.icon_caret_up:before {
  content: "\f0d8";
}
.icon_caret_left:before {
  content: "\f0d9";
}
.icon_caret_right:before {
  content: "\f0da";
}
.icon_columns:before {
  content: "\f0db";
}
.icon_unsorted:before,
.icon_sort:before {
  content: "\f0dc";
}
.icon_down:before {
  content: "\f0dd";
}
.icon_up:before {
  content: "\f0de";
}
.icon_envelope:before {
  content: "\f0e0";
}
.icon_rotate_left:before,
.icon_undo:before {
  content: "\f0e2";
}
.icon_legal:before,
.icon_gavel:before {
  content: "\f0e3";
}
.icon_gauge:before {
  content: "\f0e4";
}
.icon_comment_o:before {
  content: "\f0e5";
}
.icon_comments_o:before {
  content: "\f0e6";
}
.icon_flash:before,
.icon_bolt:before {
  content: "\f0e7";
}
.icon_sitemap:before {
  content: "\f0e8";
}
.icon_umbrella:before {
  content: "\f0e9";
}
.icon_paste:before,
.icon_clipboard:before {
  content: "\f0ea";
}
.icon_lightbulb_o:before {
  content: "\f0eb";
}
.icon_exchange:before {
  content: "\f0ec";
}
.icon_cloud_download:before {
  content: "\f0ed";
}
.icon_cloud_upload:before {
  content: "\f0ee";
}
.icon_suitcase:before {
  content: "\f0f2";
}
.icon_bell_o:before {
  content: "\f0a2";
}
.icon_coffee:before {
  content: "\f0f4";
}
.icon_cutlery:before {
  content: "\f0f5";
}
.icon_report2:before {
  content: "\f0f6";
}
.icon_building_o:before {
  content: "\f0f7";
}
.icon_beer:before {
  content: "\f0fc";
}
.icon_add_data:before,
.icon_add:before {
  content: "\f0fe";
}
.icon_angle_double_left:before {
  content: "\f100";
}
.icon_angle_double_right:before {
  content: "\f101";
}
.icon_angle_double_up:before {
  content: "\f102";
}
.icon_angle_double_down:before {
  content: "\f103";
}
.icon_angle_left:before {
  content: "\f104";
}
.icon_angle_right:before {
  content: "\f105";
}
.icon_angle_up:before {
  content: "\f106";
}
.icon_angle_down:before {
  content: "\f107";
}
.icon_desktop:before {
  content: "\f108";
}
.icon_app:before {
  content: "\f109";
}
.icon_tablet:before {
  content: "\f10a";
}
.icon_phone:before {
  content: "\f10b";
}
.icon_circle_o:before {
  content: "\f10c";
}
.icon_quote_left:before {
  content: "\f10d";
}
.icon_quote_right:before {
  content: "\f10e";
}
.icon_spinner:before {
  content: "\f110";
}
.icon_circle:before {
  content: "\f111";
}
.icon_mail_reply:before,
.icon_reply:before {
  content: "\f112";
}
.icon_folder_o:before {
  content: "\f114";
}
.icon_folder_open_o:before {
  content: "\f115";
}
.icon_smile_o:before {
  content: "\f118";
}
.icon_frown_o:before {
  content: "\f119";
}
.icon_meh_o:before {
  content: "\f11a";
}
.icon_gamepad:before {
  content: "\f11b";
}
.icon_keyboard_o:before {
  content: "\f11c";
}
.icon_flag_o:before {
  content: "\f11d";
}
.icon_flag_checkered:before {
  content: "\f11e";
}
.icon_terminal:before {
  content: "\f120";
}
.icon_code:before {
  content: "\f121";
}
.icon_mail_reply_all:before,
.icon_reply_all:before {
  content: "\f122";
}
.icon_star_half_empty:before,
.icon_star_half_full:before,
.icon_star_half_o:before {
  content: "\f123";
}
.icon_location_arrow:before {
  content: "\f124";
}
.icon_crop:before {
  content: "\f125";
}
.icon_code_fork:before {
  content: "\f126";
}
.icon_delete_link:before {
  content: "\f127";
}
.icon_help:before {
  content: "\f128";
}
.icon_info:before {
  content: "\f129";
}
.icon_exclamation:before {
  content: "\f12a";
}
.icon_superscript:before {
  content: "\f12b";
}
.icon_subscript:before {
  content: "\f12c";
}
.icon_eraser:before {
  content: "\f12d";
}
.icon_puzzle_piece:before {
  content: "\f12e";
}
.icon_microphone:before {
  content: "\f130";
}
.icon_microphone_slash:before {
  content: "\f131";
}
.icon_shield:before {
  content: "\f132";
}
.icon_calendar_o:before {
  content: "\f133";
}
.icon_fire_extinguisher:before {
  content: "\f134";
}
.icon_chevron_circle_left:before {
  content: "\f137";
}
.icon_chevron_circle_right:before {
  content: "\f138";
}
.icon_chevron_circle_up:before {
  content: "\f139";
}
.icon_chevron_circle_down:before {
  content: "\f13a";
}
.icon_anchor:before {
  content: "\f13d";
}
.icon_unlock_alt:before {
  content: "\f13e";
}
.icon_bullseye:before {
  content: "\f140";
}
.icon_more:before {
  content: "\f141";
}
.icon_ellipsis_v:before {
  content: "\f142";
}
.icon_rss_square:before {
  content: "\f143";
}
.icon_play_circle:before {
  content: "\f144";
}
.icon_ticket:before {
  content: "\f145";
}
.icon_remove:before {
  content: "\f146";
}
.icon_minus_square_o:before {
  content: "\f147";
}
.icon_level_up:before {
  content: "\f148";
}
.icon_drilldown:before {
  content: "\f149";
}
.icon_check_square:before {
  content: "\f14a";
}
.icon_pencil_square:before {
  content: "\f14b";
}
.icon_external_link_square:before {
  content: "\f14c";
}
.icon_share_square:before {
  content: "\f14d";
}
.icon_compass:before {
  content: "\f14e";
}
.icon_toggle_down:before,
.icon_caret_square_o_down:before {
  content: "\f150";
}
.icon_toggle_up:before,
.icon_caret_square_o_up:before {
  content: "\f151";
}
.icon_launch:before {
  content: "\f152";
}
.icon_page:before {
  content: "\f15b";
}
.icon_report:before {
  content: "\f15c";
}
.icon_sort_alpha_asc:before {
  content: "\f15d";
}
.icon_sort_alpha_desc:before {
  content: "\f15e";
}
.icon_sort_amount_asc:before {
  content: "\f160";
}
.icon_sort_amount_desc:before {
  content: "\f161";
}
.icon_sort_numeric_asc:before {
  content: "\f162";
}
.icon_sort_numeric_desc:before {
  content: "\f163";
}
.icon_long_arrow_down:before {
  content: "\f175";
}
.icon_long_arrow_up:before {
  content: "\f176";
}
.icon_long_arrow_left:before {
  content: "\f177";
}
.icon_long_arrow_right:before {
  content: "\f178";
}
.icon_female:before {
  content: "\f182";
}
.icon_male:before {
  content: "\f183";
}
.icon_sun_o:before {
  content: "\f185";
}
.icon_moon_o:before {
  content: "\f186";
}
.icon_archive:before {
  content: "\f187";
}
.icon_bug:before {
  content: "\f188";
}
.icon_arrow_circle_o_right:before {
  content: "\f18e";
}
.icon_arrow_circle_o_left:before {
  content: "\f190";
}
.icon_toggle_left:before,
.icon_caret_square_o_left:before {
  content: "\f191";
}
.icon_dot_circle_o:before {
  content: "\f192";
}
.icon_plus_square_o:before {
  content: "\f196";
}
.icon_envelope_square:before {
  content: "\f199";
}
.icon_institution:before,
.icon_bank:before,
.icon_university:before {
  content: "\f19c";
}
.icon_scholar:before {
  content: "\f19d";
}
.icon_language:before {
  content: "\f1ab";
}
.icon_fax:before {
  content: "\f1ac";
}
.icon_building:before {
  content: "\f1ad";
}
.icon_child:before {
  content: "\f1ae";
}
.icon_paw:before {
  content: "\f1b0";
}
.icon_spoon:before {
  content: "\f1b1";
}
.icon_cube:before {
  content: "\f1b2";
}
.icon_cubes:before {
  content: "\f1b3";
}
.icon_recycle:before {
  content: "\f1b8";
}
.icon_tree:before {
  content: "\f1bb";
}
.icon_database:before {
  content: "\f1c0";
}
.icon_file_pdf_o:before {
  content: "\f1c1";
}
.icon_file_word_o:before {
  content: "\f1c2";
}
.icon_file_excel_o:before {
  content: "\f1c3";
}
.icon_file_powerpoint_o:before {
  content: "\f1c4";
}
.icon_file_photo_o:before,
.icon_file_picture_o:before,
.icon_file_image_o:before {
  content: "\f1c5";
}
.icon_file_zip_o:before,
.icon_file_archive_o:before {
  content: "\f1c6";
}
.icon_file_sound_o:before,
.icon_file_audio_o:before {
  content: "\f1c7";
}
.icon_file_movie_o:before,
.icon_file_video_o:before {
  content: "\f1c8";
}
.icon_file_code_o:before {
  content: "\f1c9";
}
.icon_life_bouy:before,
.icon_life_buoy:before,
.icon_life_saver:before,
.icon_support:before,
.icon_life_ring:before {
  content: "\f1cd";
}
.icon_circle_o_notch:before {
  content: "\f1ce";
}
.icon_send:before,
.icon_paper_plane:before {
  content: "\f1d8";
}
.icon_send_o:before,
.icon_paper_plane_o:before {
  content: "\f1d9";
}
.icon_history:before {
  content: "\f1da";
}
.icon_circle_thin:before {
  content: "\f1db";
}
.icon_header:before {
  content: "\f1dc";
}
.icon_paragraph:before {
  content: "\f1dd";
}
.icon_sliders:before {
  content: "\f1de";
}
.icon_bomb:before {
  content: "\f1e2";
}
.icon_soccer_ball_o:before,
.icon_futbol_o:before {
  content: "\f1e3";
}
.icon_tty:before {
  content: "\f1e4";
}
.icon_binoculars:before {
  content: "\f1e5";
}
.icon_plug:before {
  content: "\f1e6";
}
.icon_newspaper_o:before {
  content: "\f1ea";
}
.icon_wifi:before {
  content: "\f1eb";
}
.icon_calc:before {
  content: "\f1ec";
}
.icon_bell_slash:before {
  content: "\f1f6";
}
.icon_bell_slash_o:before {
  content: "\f1f7";
}
.icon_delete:before {
  content: "\f1f8";
}
.icon_copyright:before {
  content: "\f1f9";
}
.icon_email:before {
  content: "\f1fa";
}
.icon_eyedropper:before {
  content: "\f1fb";
}
.icon_paint_brush:before {
  content: "\f1fc";
}
.icon_birthday_cake:before {
  content: "\f1fd";
}
.icon_area_chart:before {
  content: "\f1fe";
}
.icon_graph:before {
  content: "\f200";
}
.icon_line_chart:before {
  content: "\f201";
}
.icon_toggle_off:before {
  content: "\f204";
}
.icon_toggle_on:before {
  content: "\f205";
}
.icon_cc:before {
  content: "\f20a";
}
.icon_cart_plus:before {
  content: "\f217";
}
.icon_cart_arrow_down:before {
  content: "\f218";
}
.icon_diamond:before {
  content: "\f219";
}
.icon_user_secret:before {
  content: "\f21b";
}
.icon_street_view:before {
  content: "\f21d";
}
.icon_server:before {
  content: "\f233";
}
.icon_user_plus:before {
  content: "\f234";
}
.icon_user_times:before {
  content: "\f235";
}
.icon_hotel:before,
.icon_bed:before {
  content: "\f236";
}
.icon_battery_4:before,
.icon_battery_full:before {
  content: "\f240";
}
.icon_battery_3:before,
.icon_battery_three_quarters:before {
  content: "\f241";
}
.icon_battery_2:before,
.icon_battery_half:before {
  content: "\f242";
}
.icon_battery_1:before,
.icon_battery_quarter:before {
  content: "\f243";
}
.icon_battery_0:before,
.icon_battery_empty:before {
  content: "\f244";
}
.icon_mouse_pointer:before {
  content: "\f245";
}
.icon_i_cursor:before {
  content: "\f246";
}
.icon_object_group:before {
  content: "\f247";
}
.icon_object_ungroup:before {
  content: "\f248";
}
.icon_sticky_note:before {
  content: "\f249";
}
.icon_sticky_note_o:before {
  content: "\f24a";
}
.icon_modal:before {
  content: "\f24d";
}
.icon_balance_scale:before {
  content: "\f24e";
}
.icon_hourglass_o:before {
  content: "\f250";
}
.icon_hourglass_1:before,
.icon_hourglass_start:before {
  content: "\f251";
}
.icon_hourglass_2:before,
.icon_hourglass_half:before {
  content: "\f252";
}
.icon_hourglass_3:before,
.icon_hourglass_end:before {
  content: "\f253";
}
.icon_hourglass:before {
  content: "\f254";
}
.icon_trademark:before {
  content: "\f25c";
}
.icon_registered:before {
  content: "\f25d";
}
.icon_creative_commons:before {
  content: "\f25e";
}
.icon_tv:before,
.icon_television:before {
  content: "\f26c";
}
.icon_calendar_plus_o:before {
  content: "\f271";
}
.icon_calendar_minus_o:before {
  content: "\f272";
}
.icon_calendar_times_o:before {
  content: "\f273";
}
.icon_calendar_check_o:before {
  content: "\f274";
}
.icon_industry:before {
  content: "\f275";
}
.icon_map_pin:before {
  content: "\f276";
}
.icon_map_signs:before {
  content: "\f277";
}
.icon_map_o:before {
  content: "\f278";
}
.icon_map:before {
  content: "\f279";
}
.icon_comment:before {
  content: "\f27a";
}
.icon_commenting_o:before {
  content: "\f27b";
}
.icon_pause_circle:before {
  content: "\f28b";
}
.icon_pause_circle_o:before {
  content: "\f28c";
}
.icon_stop_circle:before {
  content: "\f28d";
}
.icon_stop_circle_o:before {
  content: "\f28e";
}
.icon_shopping_bag:before {
  content: "\f290";
}
.icon_shopping_basket:before {
  content: "\f291";
}
.icon_hashtag:before {
  content: "\f292";
}
.icon_percent:before {
  content: "\f295";
}
