choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
2,963 lines • 749 kB
CSS
/*!
*
* choerodon-ui v1.3.2
*
*/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable at-rule-no-unknown */
html,
body {
width: 100%;
height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 625%;
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
color: #000000;
font-size: 0.13rem;
font-family: 'Monospaced Number', 'Chinese Quote', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.5;
background-color: #fff;
}
[tabindex='-1']:focus {
outline: none !important;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5em;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
border-bottom: 0;
cursor: help;
}
address {
margin-bottom: 1em;
font-style: normal;
line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
-webkit-appearance: none;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 500;
}
dd {
margin-bottom: 0.5em;
margin-left: 0;
}
blockquote {
margin: 0 0 1em;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #3f51b5;
text-decoration: none;
background-color: transparent;
outline: none;
cursor: pointer;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-text-decoration-skip: objects;
}
a:focus {
text-decoration: underline;
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
a:hover {
color: #6374c2;
}
a:active {
color: #2b378f;
}
a:active,
a:hover {
text-decoration: none;
outline: 0;
}
a[disabled] {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
pointer-events: none;
}
pre,
code,
kbd,
samp {
font-size: 1em;
font-family: Consolas, Menlo, Courier, monospace;
}
pre {
margin-top: 0;
margin-bottom: 1em;
overflow: auto;
}
figure {
margin: 0 0 1em;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75em;
padding-bottom: 0.3em;
color: rgba(0, 0, 0, 0.45);
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
margin: 0;
padding: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
margin-bottom: 0.5em;
padding: 0;
color: inherit;
font-size: 1.5em;
line-height: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
outline-offset: -0.02rem;
-webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
mark {
padding: 0.2em;
background-color: #feffe6;
}
::-moz-selection {
color: #fff;
background: #3f51b5;
}
::selection {
color: #fff;
background: #3f51b5;
}
.clearfix {
zoom: 1;
}
.clearfix::before,
.clearfix::after {
display: table;
content: ' ';
}
.clearfix::after {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
@font-face {
font-family: 'icomoon';
src: url(icomoon.ee5cb83a.eot);
src: url(icomoon.ee5cb83a.eot) format('embedded-opentype'), url(icomoon.a243ccec.ttf) format('truetype'), url(icomoon.d63aeeda.woff) format('woff'), url(icomoon.0ad11139.svg) format('svg');
font-weight: normal;
font-style: normal;
}
.icon {
line-height: 1;
font-size: 0.18rem;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
vertical-align: middle;
background-image: none;
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: inherit;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon:before {
line-height: 1;
}
.icon.lg {
font-size: 0.2rem;
width: 0.2rem;
height: 0.2rem;
}
.icon.sm {
font-size: 0.16rem;
width: 0.16rem;
height: 0.16rem;
}
.icon-WSJF:before {
content: "\ea0f";
}
.icon-characteristic:before {
content: "\ea10";
}
.icon-4k-o:before {
content: "\ea11";
}
.icon-account_tree-o:before {
content: "\ea12";
}
.icon-add_a_photo-o:before {
content: "\ea13";
}
.icon-add_alert-o:before {
content: "\ea14";
}
.icon-add_box-o:before {
content: "\ea15";
}
.icon-add_comment-o:before {
content: "\ea16";
}
.icon-add_ic_call-o:before {
content: "\ea17";
}
.icon-add_location-o:before {
content: "\ea18";
}
.icon-add_photo_o:before {
content: "\ea19";
}
.icon-add_to_photos-o:before {
content: "\ea1a";
}
.icon-airline_seat_flat_angled-o:before {
content: "\ea1b";
}
.icon-airline_seat_flat-o:before {
content: "\ea1c";
}
.icon-airline_seat_individual_suite-o:before {
content: "\ea1d";
}
.icon-airport_shuttle-o:before {
content: "\ea1e";
}
.icon-album-o:before {
content: "\ea1f";
}
.icon-all_inbox-o:before {
content: "\ea20";
}
.icon-amp_stories-o:before {
content: "\ea21";
}
.icon-announcement-o:before {
content: "\ea22";
}
.icon-archive-o:before {
content: "\ea23";
}
.icon-arrow_drop_down_circle-o:before {
content: "\ea24";
}
.icon-assignment_ind-o:before {
content: "\ea25";
}
.icon-assignment_late-o:before {
content: "\ea26";
}
.icon-assignment_return-o:before {
content: "\ea27";
}
.icon-assignment_returned-o:before {
content: "\ea28";
}
.icon-assignment_turned_in-o:before {
content: "\ea29";
}
.icon-assignment-o:before {
content: "\ea2a";
}
.icon-flag-o:before {
content: "\ea2b";
}
.icon-assistant-o:before {
content: "\ea2c";
}
.icon-audiotrack-o:before {
content: "\ea2d";
}
.icon-backspace-o:before {
content: "\ea2e";
}
.icon-backup-o:before {
content: "\ea2f";
}
.icon-ballot-o:before {
content: "\ea30";
}
.icon-bathtub-o:before {
content: "\ea31";
}
.icon-beach_access-o:before {
content: "\ea32";
}
.icon-beenhere-o:before {
content: "\ea33";
}
.icon-book-o:before {
content: "\ea34";
}
.icon-bookmarks-o:before {
content: "\ea35";
}
.icon-branding_watermark-o:before {
content: "\ea36";
}
.icon-brightness_o:before {
content: "\ea37";
}
.icon-brightness_2-o:before {
content: "\ea38";
}
.icon-brightness_3-o:before {
content: "\ea39";
}
.icon-brightness_4-o:before {
content: "\ea3a";
}
.icon-brightness_5-o:before {
content: "\ea3b";
}
.icon-brightness_6-o:before {
content: "\ea3c";
}
.icon-brightness_7-o:before {
content: "\ea3d";
}
.icon-brightness_auto-o:before {
content: "\ea3e";
}
.icon-brightness_high-o:before {
content: "\ea3f";
}
.icon-brightness_low-o:before {
content: "\ea40";
}
.icon-brightness_medium-o:before {
content: "\ea41";
}
.icon-broken_image-o:before {
content: "\ea42";
}
.icon-brush-o:before {
content: "\ea43";
}
.icon-bubble_chart-o:before {
content: "\ea44";
}
.icon-bug_report-o:before {
content: "\ea45";
}
.icon-build-o:before {
content: "\ea46";
}
.icon-burst_mode-o:before {
content: "\ea47";
}
.icon-business_center-o:before {
content: "\ea48";
}
.icon-cake-o:before {
content: "\ea49";
}
.icon-calendar_today-o:before {
content: "\ea4a";
}
.icon-call_end-o:before {
content: "\ea4b";
}
.icon-call_to_action-o:before {
content: "\ea4c";
}
.icon-call-o:before {
content: "\ea4d";
}
.icon-camera_alt-o:before {
content: "\ea4e";
}
.icon-camera_enhance-o:before {
content: "\ea4f";
}
.icon-camera_front-o:before {
content: "\ea50";
}
.icon-camera_rear-o:before {
content: "\ea51";
}
.icon-camera_roll-o:before {
content: "\ea52";
}
.icon-camera-o:before {
content: "\ea53";
}
.icon-cancel_schedule_send-o:before {
content: "\ea54";
}
.icon-casino-o:before {
content: "\ea55";
}
.icon-cast_connected-o:before {
content: "\ea56";
}
.icon-category-o:before {
content: "\ea57";
}
.icon-center_focus_strong-o:before {
content: "\ea58";
}
.icon-chat-o:before {
content: "\ea59";
}
.icon-check_box-o:before {
content: "\ea5a";
}
.icon-child_friendly-o:before {
content: "\ea5b";
}
.icon-chrome_reader_mode-o:before {
content: "\ea5c";
}
.icon-class-o:before {
content: "\ea5d";
}
.icon-closed_caption-o:before {
content: "\ea5e";
}
.icon-cloud_circle-o:before {
content: "\ea5f";
}
.icon-cloud_done-o:before {
content: "\ea60";
}
.icon-cloud_download-o:before {
content: "\ea61";
}
.icon-cloud-o:before {
content: "\ea62";
}
.icon-collections_bookmark-o:before {
content: "\ea63";
}
.icon-collections-o:before {
content: "\ea64";
}
.icon-color_lens-o:before {
content: "\ea65";
}
.icon-colorize-o:before {
content: "\ea66";
}
.icon-comment-o:before {
content: "\ea67";
}
.icon-compass_calibration-o:before {
content: "\ea68";
}
.icon-confirmation_number-o:before {
content: "\ea69";
}
.icon-contact_mail-o:before {
content: "\ea6a";
}
.icon-contact_phone-o:before {
content: "\ea6b";
}
.icon-contact_support-o:before {
content: "\ea6c";
}
.icon-contactless-o:before {
content: "\ea6d";
}
.icon-contacts-o:before {
content: "\ea6e";
}
.icon-create_new_folder-o:before {
content: "\ea6f";
}
.icon-dashboard-o:before {
content: "\ea71";
}
.icon-date_range-o:before {
content: "\ea72";
}
.icon-deck-o:before {
content: "\ea73";
}
.icon-delete_forever-o:before {
content: "\ea74";
}
.icon-delete_sweep-o:before {
content: "\ea75";
}
.icon-departure_board-o:before {
content: "\ea76";
}
.icon-description-o:before {
content: "\ea77";
}
.icon-dialer_sip-o:before {
content: "\ea78";
}
.icon-directions_boat-o:before {
content: "\ea79";
}
.icon-directions_car-o:before {
content: "\ea7a";
}
.icon-directions_railway-o:before {
content: "\ea7b";
}
.icon-directions_subway-o:before {
content: "\ea7c";
}
.icon-directions-o:before {
content: "\ea7d";
}
.icon-disc_full-o:before {
content: "\ea7e";
}
.icon-dns-o:before {
content: "\ea7f";
}
.icon-donut_small-o:before {
content: "\ea80";
}
.icon-drafts-o:before {
content: "\ea81";
}
.icon-drive_eta-o:before {
content: "\ea82";
}
.icon-dynamic_feed-o:before {
content: "\ea83";
}
.icon-eco-o:before {
content: "\ea84";
}
.icon-edit_attributes-o:before {
content: "\ea85";
}
.icon-edit_location-o:before {
content: "\ea86";
}
.icon-edit-o:before {
content: "\ea87";
}
.icon-eject-o:before {
content: "\ea88";
}
.icon-email-o:before {
content: "\ea89";
}
.icon-emoji_emotions-o:before {
content: "\ea8a";
}
.icon-emoji_events-o:before {
content: "\ea8b";
}
.icon-emoji_food_beverage-o:before {
content: "\ea8c";
}
.icon-emoji_objects-o:before {
content: "\ea8d";
}
.icon-enhanced_encryption-o:before {
content: "\ea8e";
}
.icon-ev_station-o:before {
content: "\ea8f";
}
.icon-event_available-o:before {
content: "\ea90";
}
.icon-event_busy-o:before {
content: "\ea91";
}
.icon-event_note-o:before {
content: "\ea92";
}
.icon-event_seat-o:before {
content: "\ea93";
}
.icon-event-o:before {
content: "\ea94";
}
.icon-explicit-o:before {
content: "\ea95";
}
.icon-explore_off-o:before {
content: "\ea96";
}
.icon-explore-o:before {
content: "\ea97";
}
.icon-exposure-o:before {
content: "\ea98";
}
.icon-extension-o:before {
content: "\ea99";
}
.icon-face-o:before {
content: "\ea9a";
}
.icon-fast_forward-o:before {
content: "\ea9b";
}
.icon-fast_rewind-o:before {
content: "\ea9c";
}
.icon-fastfood-o:before {
content: "\ea9d";
}
.icon-favorite_border-o:before {
content: "\ea9e";
}
.icon-featured_play_list-o:before {
content: "\ea9f";
}
.icon-featured_video-o:before {
content: "\eaa0";
}
.icon-feedback-o:before {
content: "\eaa1";
}
.icon-fiber_dvr-o:before {
content: "\eaa2";
}
.icon-fiber_manual_record-o:before {
content: "\eaa3";
}
.icon-fiber_new-o:before {
content: "\eaa4";
}
.icon-fiber_pin-o:before {
content: "\eaa5";
}
.icon-fiber_smart_record-o:before {
content: "\eaa6";
}
.icon-file_copy-o:before {
content: "\eaa7";
}
.icon-filter_frames-o:before {
content: "\eaa8";
}
.icon-filter_hdr-o:before {
content: "\eaa9";
}
.icon-filter_vintage-o:before {
content: "\eaaa";
}
.icon-find_in_page-o:before {
content: "\eaab";
}
.icon-fireplace-o:before {
content: "\eaac";
}
.icon-flag-24px:before {
content: "\eaad";
}
.icon-flip_camera_android-o:before {
content: "\eaae";
}
.icon-flip_camera_ios-o:before {
content: "\eaaf";
}
.icon-folder_shared-o:before {
content: "\eab0";
}
.icon-folder_special-o:before {
content: "\eab1";
}
.icon-folder-o:before {
content: "\eab2";
}
.icon-font_download-o:before {
content: "\eab3";
}
.icon-format_color_reset-o:before {
content: "\eab4";
}
.icon-format_paint-o:before {
content: "\eab5";
}
.icon-format_quote-o:before {
content: "\eab6";
}
.icon-forum-o:before {
content: "\eab7";
}
.icon-forward-o:before {
content: "\eab8";
}
.icon-free_breakfast-o:before {
content: "\eab9";
}
.icon-gamepad-o:before {
content: "\eaba";
}
.icon-get_app-o:before {
content: "\eabb";
}
.icon-grade-o:before {
content: "\eabc";
}
.icon-group_add-o:before {
content: "\eabd";
}
.icon-group_work-o:before {
content: "\eabe";
}
.icon-hd-o:before {
content: "\eabf";
}
.icon-headset_mic-o:before {
content: "\eac0";
}
.icon-headset-o:before {
content: "\eac1";
}
.icon-high_quality-o:before {
content: "\eac2";
}
.icon-highlight-o:before {
content: "\eac3";
}
.icon-home_work-o:before {
content: "\eac4";
}
.icon-home-o:before {
content: "\eac5";
}
.icon-horizontal_split-o:before {
content: "\eac6";
}
.icon-hotel-o:before {
content: "\eac7";
}
.icon-house-o:before {
content: "\eac8";
}
.icon-how_to_reg-o:before {
content: "\eac9";
}
.icon-how_to_vote-o:before {
content: "\eaca";
}
.icon-https-o:before {
content: "\eacb";
}
.icon-image-o:before {
content: "\eacc";
}
.icon-inbox-o:before {
content: "\eacd";
}
.icon-indeterminate_check_box-o:before {
content: "\eace";
}
.icon-info-o:before {
content: "\eacf";
}
.icon-insert_comment-o:before {
content: "\ead0";
}
.icon-insert_drive_file-o:before {
content: "\ead1";
}
.icon-insert_invitation-o:before {
content: "\ead2";
}
.icon-insert_photo-o:before {
content: "\ead3";
}
.icon-keyboard_hide-o:before {
content: "\ead4";
}
.icon-keyboard_voice-o:before {
content: "\ead5";
}
.icon-keyboard-o:before {
content: "\ead6";
}
.icon-king_bed-o:before {
content: "\ead7";
}
.icon-label_off-o:before {
content: "\ead8";
}
.icon-label-o:before {
content: "\ead9";
}
.icon-landscape-o:before {
content: "\eada";
}
.icon-layers_clear-o:before {
content: "\eadb";
}
.icon-layers-o:before {
content: "\eadc";
}
.icon-library_add_check-o:before {
content: "\eadd";
}
.icon-library_add-o:before {
content: "\eade";
}
.icon-library_books-o:before {
content: "\eadf";
}
.icon-library_music-o:before {
content: "\eae0";
}
.icon-live_help-o:before {
content: "\eae1";
}
.icon-local_activity-o:before {
content: "\eae2";
}
.icon-local_bar-o:before {
content: "\eae3";
}
.icon-local_cafe-o:before {
content: "\eae4";
}
.icon-local_car_wash-o:before {
content: "\eae5";
}
.icon-local_convenience_store-o:before {
content: "\eae6";
}
.icon-local_drink-o:before {
content: "\eae7";
}
.icon-local_florist-o:before {
content: "\eae8";
}
.icon-local_gas_station-o:before {
content: "\eae9";
}
.icon-local_grocery_store-o:before {
content: "\eaea";
}
.icon-local_hospital-o:before {
content: "\eaeb";
}
.icon-local_hotel-o:before {
content: "\eaec";
}
.icon-local_laundry_service-o:before {
content: "\eaed";
}
.icon-local_library-o:before {
content: "\eaee";
}
.icon-local_mall-o:before {
content: "\eaef";
}
.icon-local_movies-o:before {
content: "\eaf0";
}
.icon-local_offer-o:before {
content: "\eaf1";
}
.icon-local_pharmacy-o:before {
content: "\eaf2";
}
.icon-local_phone-o:before {
content: "\eaf3";
}
.icon-local_pizza-o:before {
content: "\eaf4";
}
.icon-local_play-o:before {
content: "\eaf5";
}
.icon-local_post_office-o:before {
content: "\eaf6";
}
.icon-local_printshop-o:before {
content: "\eaf7";
}
.icon-local_see-o:before {
content: "\eaf8";
}
.icon-local_shipping-o:before {
content: "\eaf9";
}
.icon-local_taxi-o:before {
content: "\eafa";
}
.icon-location_off-o:before {
content: "\eafb";
}
.icon-location_on-o:before {
content: "\eafc";
}
.icon-lock-o:before {
content: "\eafd";
}
.icon-looks_3-o:before {
content: "\eafe";
}
.icon-looks_4-o:before {
content: "\eaff";
}
.icon-looks_5-o:before {
content: "\eb00";
}
.icon-looks_6-o:before {
content: "\eb01";
}
.icon-looks_one-o:before {
content: "\eb02";
}
.icon-looks_two-o:before {
content: "\eb03";
}
.icon-loyalty-o:before {
content: "\eb04";
}
.icon-mail-o:before {
content: "\eb05";
}
.icon-markunread_mailbox-o:before {
content: "\eb06";
}
.icon-meeting_room-o:before {
content: "\eb07";
}
.icon-message-o:before {
content: "\eb08";
}
.icon-mic_off-o:before {
content: "\eb09";
}
.icon-missed_video_call-o:before {
content: "\eb0a";
}
.icon-mms-o:before {
content: "\eb0b";
}
.icon-mode_comment-o:before {
content: "\eb0c";
}
.icon-monetization_on-o:before {
content: "\eb0d";
}
.icon-more-o:before {
content: "\eb0e";
}
.icon-move_to_inbox-o:before {
content: "\eb0f";
}
.icon-movie_creation-o:before {
content: "\eb10";
}
.icon-movie_filter-o:before {
content: "\eb11";
}
.icon-movie-o:before {
content: "\eb12";
}
.icon-museum-o:before {
content: "\eb13";
}
.icon-music_note-o:before {
content: "\eb14";
}
.icon-music_off-o:before {
content: "\eb15";
}
.icon-nature_people-o:before {
content: "\eb16";
}
.icon-nature-o:before {
content: "\eb17";
}
.icon-navigation-o:before {
content: "\eb18";
}
.icon-near_me-o:before {
content: "\eb19";
}
.icon-network_locked-o:before {
content: "\eb1a";
}
.icon-new_releases-o:before {
content: "\eb1b";
}
.icon-next_week-o:before {
content: "\eb1c";
}
.icon-nights_stay-o:before {
content: "\eb1d";
}
.icon-no_encryption-o:before {
content: "\eb1e";
}
.icon-no_meeting_room-o:before {
content: "\eb1f";
}
.icon-no_sim-o:before {
content: "\eb20";
}
.icon-not_listed_location-o:before {
content: "\eb21";
}
.icon-note_add-o:before {
content: "\eb22";
}
.icon-note-o:before {
content: "\eb23";
}
.icon-notification_important-o:before {
content: "\eb24";
}
.icon-notifications_active-o:before {
content: "\eb25";
}
.icon-notifications_off-o:before {
content: "\eb26";
}
.icon-notifications_paused-o:before {
content: "\eb27";
}
.icon-notifications-o:before {
content: "\eb28";
}
.icon-offline_bolt-o:before {
content: "\eb29";
}
.icon-offline_pin-o:before {
content: "\eb2a";
}
.icon-outdoor_grill-o:before {
content: "\eb2b";
}
.icon-pages-o:before {
content: "\eb2c";
}
.icon-pageview-o:before {
content: "\eb2d";
}
.icon-pan_tool-o:before {
content: "\eb2e";
}
.icon-panorama-o:before {
content: "\eb2f";
}
.icon-party_mode-o:before {
content: "\eb30";
}
.icon-people_outline-o:before {
content: "\eb31";
}
.icon-perm_camera_mic-o:before {
content: "\eb32";
}
.icon-perm_contact_calendar-o:before {
content: "\eb33";
}
.icon-perm_data_setting-o:before {
content: "\eb34";
}
.icon-perm_device_information-o:before {
content: "\eb35";
}
.icon-perm_media-o:before {
content: "\eb36";
}
.icon-perm_phone_msg-o:before {
content: "\eb37";
}
.icon-perm_scan_wifi-o:before {
content: "\eb38";
}
.icon-person_add_disabled-o:before {
content: "\eb39";
}
.icon-person_add-o:before {
content: "\eb3a";
}
.icon-person_pin_circle-o:before {
content: "\eb4d";
}
.icon-person_pin-o:before {
content: "\eb4e";
}
.icon-person-o:before {
content: "\eb4f";
}
.icon-phone_disabled-o:before {
content: "\eb50";
}
.icon-phone_enabled-o:before {
content: "\eb51";
}
.icon-phone-o:before {
content: "\eb52";
}
.icon-photo_album-o:before {
content: "\eb53";
}
.icon-photo_camera-o:before {
content: "\eb54";
}
.icon-photo_library-o:before {
content: "\eb55";
}
.icon-photo-o:before {
content: "\eb56";
}
.icon-picture_as_pdf-o:before {
content: "\eb57";
}
.icon-picture_in_picture_alt-o:before {
content: "\eb58";
}
.icon-picture_in_picture-o:before {
content: "\eb59";
}
.icon-pie_chart-o:before {
content: "\eb5a";
}
.icon-pin_drop-o:before {
content: "\eb5b";
}
.icon-place-o:before {
content: "\eb5c";
}
.icon-play_arrow-o:before {
content: "\eb5d";
}
.icon-policy-o:before {
content: "\eb5e";
}
.icon-power_off-o:before {
content: "\eb5f";
}
.icon-power-o:before {
content: "\eb60";
}
.icon-print_disabled-o:before {
content: "\eb61";
}
.icon-print-o:before {
content: "\eb62";
}
.icon-publish-o:before {
content: "\eb63";
}
.icon-question_answer-o:before {
content: "\eb64";
}
.icon-queue-o:before {
content: "\eb65";
}
.icon-radio-o:before {
content: "\eb66";
}
.icon-receipt-o:before {
content: "\eb67";
}
.icon-recent_actors-o:before {
content: "\eb68";
}
.icon-record_voice_over-o:before {
content: "\eb69";
}
.icon-remove_shopping_cart-o:before {
content: "\eb6a";
}
.icon-report_off-o:before {
content: "\eb6b";
}
.icon-report_problem-o:before {
content: "\eb6c";
}
.icon-report-o:before {
content: "\eb6d";
}
.icon-restore_from_trash-o:before {
content: "\eb6e";
}
.icon-restore_page-o:before {
content: "\eb6f";
}
.icon-ring_volume-o:before {
content: "\eb70";
}
.icon-room_service-o:before {
content: "\eb71";
}
.icon-room-o:before {
content: "\eb72";
}
.icon-satellite-o:before {
content: "\eb73";
}
.icon-save-o:before {
content: "\eb74";
}
.icon-scanner-o:before {
content: "\eb75";
}
.icon-scatter_plot-o:before {
content: "\eb76";
}
.icon-school-o:before {
content: "\eb77";
}
.icon-score-o:before {
content: "\eb78";
}
.icon-screen_share-o:before {
content: "\eb79";
}
.icon-sd_card-o:before {
content: "\eb7a";
}
.icon-sd_storage-o:before {
content: "\eb7b";
}
.icon-send-o:before {
content: "\eb7c";
}
.icon-settings_applications-o:before {
content: "\eb7d";
}
.icon-settings_cell-o:before {
content: "\eb7e";
}
.icon-settings_input_component-o:before {
content: "\eb7f";
}
.icon-settings_input_hdmi-o:before {
content: "\eb80";
}
.icon-settings_phone-o:before {
content: "\eb81";
}
.icon-settings_remote-o:before {
content: "\eb82";
}
.icon-settings_system_daydream-o:before {
content: "\eb83";
}
.icon-settings_voice-o:before {
content: "\eb84";
}
.icon-settings-o:before {
content: "\eb85";
}
.icon-shop_two-o:before {
content: "\eb86";
}
.icon-shop-o:before {
content: "\eb87";
}
.icon-shopping_basket-o:before {
content: "\eb88";
}
.icon-shopping_cart-o:before {
content: "\eb89";
}
.icon-signal_cellular_no_sim-o:before {
content: "\eb8a";
}
.icon-sim_card-o:before {
content: "\eb8b";
}
.icon-skip_next-o:before {
content: "\eb8c";
}
.icon-skip_previous-o:before {
content: "\eb8d";
}
.icon-sms_failed-o:before {
content: "\eb8e";
}
.icon-sms-o:before {
content: "\eb8f";
}
.icon-spa-o:before {
content: "\eb90";
}
.icon-speaker_group-o:before {
content: "\eb91";
}
.icon-speaker_notes_off-o:before {
content: "\eb92";
}
.icon-speaker_notes-o:before {
content: "\eb93";
}
.icon-speaker-o:before {
content: "\eb94";
}
.icon-sports_baseball-o:before {
content: "\eb95";
}
.icon-sports_basketball-o:before {
content: "\eb96";
}
.icon-sports_esports-o:before {
content: "\eb97";
}
.icon-sports_football-o:before {
content: "\eb98";
}
.icon-sports_mma-o:before {
content: "\eb99";
}
.icon-sports_motorsports-o:before {
content: "\eb9a";
}
.icon-sports_volleyball-o:before {
content: "\eb9c";
}
.icon-stars-o:before {
content: "\eb9d";
}
.icon-stop_screen_share-o:before {
content: "\eb9e";
}
.icon-stop-o:before {
content: "\eb9f";
}
.icon-store_mall_directory-o:before {
content: "\eba0";
}
.icon-store-o:before {
content: "\eba1";
}
.icon-style-o:before {
content: "\eba2";
}
.icon-subscriptions-o:before {
content: "\eba3";
}
.icon-subtitles-o:before {
content: "\eba4";
}
.icon-subway-o:before {
content: "\eba5";
}
.icon-supervised_user_circle-o:before {
content: "\eba6";
}
.icon-supervisor_account-o:before {
content: "\eba7";
}
.icon-surround_sound-outline:before {
content: "\eba8";
}
.icon-swap_horizontal_circle-o:before {
content: "\eba9";
}
.icon-swap_vertical_circle-o:before {
content: "\ebaa";
}
.icon-switch_camera-o:before {
content: "\ebab";
}
.icon-switch_video-o:before {
content: "\ebac";
}
.icon-table_chart-o:before {
content: "\ebad";
}
.icon-terrain-o:before {
content: "\ebae";
}
.icon-textsms-o:before {
content: "\ebaf";
}
.icon-theaters-o:before {
content: "\ebb0";
}
.icon-thumb_down_alt-o:before {
content: "\ebb1";
}
.icon-thumb_down-o:before {
content: "\ebb2";
}
.icon-thumb_up_alt-o:before {
content: "\ebb3";
}
.icon-thumb_up-o:before {
content: "\ebb4";
}
.icon-thumbs_up_down-o:before {
content: "\ebb5";
}
.icon-time_to_leave-o:before {
content: "\ebb6";
}
.icon-today-o:before {
content: "\ebb7";
}
.icon-toggle_off-o:before {
content: "\ebb8";
}
.icon-toggle_on-o:before {
content: "\ebb9";
}
.icon-touch_app-o:before {
content: "\ebba";
}
.icon-toys-o:before {
content: "\ebbb";
}
.icon-traffic-o:before {
content: "\ebbc";
}
.icon-train-o:before {
content: "\ebbd";
}
.icon-tram-o:before {
content: "\ebbe";
}
.icon-unarchive-o:before {
content: "\ebbf";
}
.icon-unsubscribe-o:before {
content: "\ebc0";
}
.icon-verified_user-o:before {
content: "\ebc1";
}
.icon-vertical_split-o:before {
content: "\ebc2";
}
.icon-video_call-o:before {
content: "\ebc3";
}
.icon-video_library-o:before {
content: "\ebc4";
}
.icon-videocam_off-o:before {
content: "\ebc5";
}
.icon-videocam-o:before {
content: "\ebc6";
}
.icon-videogame_asset-o:before {
content: "\ebc7";
}
.icon-view_agenda-o:before {
content: "\ebc8";
}
.icon-view_array-o:before {
content: "\ebc9";
}
.icon-view_carousel-o:before {
content: "\ebca";
}
.icon-view_column-o:before {
content: "\ebcb";
}
.icon-view_comfy-o:before {
content: "\ebcc";
}
.icon-view_compact-o:before {
content: "\ebcd";
}
.icon-view_day-o:before {
content: "\ebce";
}
.icon-view_list-o:before {
content: "\ebcf";
}
.icon-view_module-o:before {
content: "\ebd0";
}
.icon-view_quilt-o:before {
content: "\ebd1";
}
.icon-view_stream-o:before {
content: "\ebd2";
}
.icon-view_week-o:before {
content: "\ebd3";
}
.icon-vignette-o:before {
content: "\ebd4";
}
.icon-visibility_off-o:before {
content: "\ebd5";
}
.icon-visibility-o:before {
content: "\ebd6";
}
.icon-voice_over_off-o:before {
content: "\ebd7";
}
.icon-volume_down-o:before {
content: "\ebd8";
}
.icon-volume_mute-o:before {
content: "\ebd9";
}
.icon-volume_off-o:before {
content: "\ebda";
}
.icon-volume_up-o:before {
content: "\ebdb";
}
.icon-vpn_key-o:before {
content: "\ebdc";
}
.icon-watch_later-o:before {
content: "\ebdd";
}
.icon-wb_auto-o:before {
content: "\ebde";
}
.icon-wb_cloudy-o:before {
content: "\ebdf";
}
.icon-wb_incandescent-o:before {
content: "\ebe0";
}
.icon-wb_iridescent-o:before {
content: "\ebe1";
}
.icon-wb_sunny-o:before {
content: "\ebe2";
}
.icon-weekend-o:before {
content: "\ebe3";
}
.icon-whatshot-o:before {
content: "\ebe4";
}
.icon-where_to_vote-o:before {
content: "\ebe5";
}
.icon-work_off-o:before {
content: "\ebe6";
}
.icon-account_balance_wallet-o:before {
content: "\ea09";
}
.icon-account_balance-o:before {
content: "\ea0a";
}
.icon-account_box-o:before {
content: "\ea0b";
}
.icon-account_circle-o:before {
content: "\ea0c";
}
.icon-add_shopping_cart-o:before {
content: "\ea0d";
}
.icon-alarm-o:before {
content: "\ea0e";
}
.icon-circulate:before {
content: "\ea06";
}
.icon-knowledge:before {
content: "\ea07";
}
.icon-pipeline:before {
content: "\ea08";
}
.icon-application_allocation:before {
content: "\ea04";
}
.icon-role_assignments:before {
content: "\ea05";
}
.icon-redeploy_line:before {
content: "\e9f6";
}
.icon-add_column:before {
content: "\e9f7";
}
.icon-add_row:before {
content: "\e9f8";
}
.icon-application_market:before {
content: "\e9f9";
}
.icon-backup_line:before {
content: "\e9fa";
}
.icon-delete_column:before {
content: "\e9fb";
}
.icon-delete_row:before {
content: "\e9fc";
}
.icon-establish_base:before {
content: "\e9fd";
}
.icon-merge_cell:before {
content: "\e9fe";
}
.icon-rate_review1:before {
content: "\e9ff";
}
.icon-revocation:before {
content: "\ea00";
}
.icon-split_cell:before {
content: "\ea01";
}
.icon-template_configuration:before {
content: "\ea02";
}
.icon-widgets_line:before {
content: "\ea03";
}
.icon-category:before {
content: "\e9f5";
}
.icon-scissors:before {
content: "\e9f4";
}
.icon-project_filled:before {
content: "\e9f1";
}
.icon-project_group:before {
content: "\e9f2";
}
.icon-project_line:before {
content: "\e9f3";
}
.icon-authorize:before {
content: "\e9f0";
}
.icon-nearby:before {
content: "\e9ef";
}
.icon-line_manage:before {
content: "\e9ee";
}
.icon-subscription:before {
content: "\e9ed";
}
.icon-subscription_cancel:before {
content: "\e9ec";
}
.icon-publish_cancel:before {
content: "\e9eb";
}
.icon-baseline-vertical_split:before {
content: "\e9e9";
}
.icon-agile-feature:before {
content: "\e9ea";
}
.icon-application_-general:before {
content: "\e9e7";
}
.icon-project_program:before {
content: "\e9e8";
}
.icon-auto_complete:before {
content: "\e9e0";
}
.icon-combo_box:before {
content: "\e9e1";
}
.icon-data_source:before {
content: "\e9e2";
}
.icon-multistage_combo_box:before {
content: "\e9e3";
}
.icon-number:before {
content: "\e9e4";
}
.icon-popup_selection:before {
content: "\e9e5";
}
.icon-toggle_off:before {
content: "\e9e6";
}
.icon-project_program_analyze:before {
content: "\e9df";
}
.icon-API_management:before {
content: "\e9d8";
}
.icon-API_market:before {
content: "\e9d9";
}
.icon-API_publish:before {
content: "\e9da";
}
.icon-API_subscription:before {
content: "\e9db";
}
.icon-APIS:before {
content: "\e9dc";
}
.icon-auto_deploy:before {
content: "\e9dd";
}
.icon-deploy_list:before {
content: "\e9de";
}
.icon-sync_records:before {
content: "\e9d6";
}
.icon-sync_user:before {
content: "\e9d7";
}
.icon-test-automation:before {
content: "\e9d4";
}
.icon-test-case:before {
content: "\e9d5";
}
.icon-token:before {
content: "\e9d2";
}
.icon-change_size:before {
content: "\e9d3";
}
.icon-add_crt:before {
content: "\e9cf";
}
.icon-add_branch:before {
content: "\e9d0";
}
.icon-line:before {
content: "\e9d1";
}
.icon-secret:before {
content: "\e9ce";
}
.icon-recover:before {
content: "\e9cc";
}
.icon-table:before {
content: "\e9cd";
}
.icon-test_execution:before {
content: "\e9c8";
}
.icon-test_progress:before {
content: "\e9c9";
}
.icon-test_record:before {
content: "\e9ca";
}
.icon-execution_schedule:before {
content: "\e9cb";
}
.icon-cluster:before {
content: "\e9c1";
}
.icon-kubernetes_cluster:before {
content: "\e9c4";
}
.icon-disconnect:before {
content: "\e9c5";
}
.icon-running:before {
content: "\e9c6";
}
.icon-notification_setting:before {
content: "\e9c7";
}
.icon-authority:before {
content: "\e9c3";
}
.icon-develop_console:before {
content: "\e9c2";
}
.icon-frame:before {
content: "\e9c0";
}
.icon-record_test:before {
content: "\e9bf";
}
.icon-agile_epic:before {
content: "\e9b9";
}
.icon-agile_fault:before {
content: "\e9ba";
}
.icon-agile_story:before {
content: "\e9bb";
}
.icon-agile_subtask:before {
content: "\e9bc";
}
.icon-agile_task:before {
content: "\e9bd";
}
.icon-auto_test:before {
content: "\e9be";
}
.icon-devops_chart:before {
content: "\e9b3";
}
.icon-agile_chart:before {
content: "\e9b5";
}
.icon-test_chart:before {
content: "\e9b6";
}
.icon-bar_chart:before {
content: "\e9b7";
}
.icon-unlock:before {
content: "\e9b8";
}
.icon-classname:before {
content: "\e9b2";
}
.icon-state_over:before {
content: "\e9b4";
}
.icon-task_schedule:before {
content: "\e9b1";
}
.icon-unallocated_question:before {
content: "\e9af";
}
.icon-unfinished_question:before {
content: "\e9b0";
}
.icon-all_reports:before {
content: "\e9aa";
}
.icon-burnout_map:before {
content: "\e9ab";
}
.icon-iterative_workbench:before {
content: "\e9ac";
}
.icon-outstanding_tasks:before {
content: "\e9ad";
}
.icon-report_overview:before {
content: "\e9ae";
}
.icon-test_execute:before {
content: "\e9a8";
}
.icon-test_planning:before {
content: "\e9a9";
}
.icon-domain_list:before {
content: "\e9a5";
}
.icon-project_list:before {
content: "\e9a6";
}
.icon-git:before {
content: "\e9a7";
}
.icon-IP_out:before {
content: "\e99c";
}
.icon-message_notification:before {
content: "\e9a1";
}
.icon-all_read:before {
content: "\e9a2";
}
.icon-inmail_template:before {
content: "\e9a3";
}
.icon-mail_set:before {
content: "\e9a4";
}
.icon-export_EOT:before {
content: "\e997";
}
.icon-export_html:before {
content: "\e998";
}
.icon-export_PDF:before {
content: "\e999";
}
.icon-export_RTF:before {
content: "\e99a";
}
.icon-export_XAR:before {
content: "\e99b";
}
.icon-mail_modal:before {
content: "\e99d";
}
.icon-message_modal:before {
content: "\e99e";
}
.icon-message2:before {
content: "\e99f";
}
.icon-usermap:before {
content: "\e9a0";
}
.icon-document:before {
content: "\e996";
}
.icon-pass:before {
content: "\e995";
}
.icon-operation_bug:before {
content: "\e98a";
}
.icon-operation_change:before {
content: "\e98b";
}
.icon-operation_event:before {
content: "\e98c";
}
.icon-operation_help:before {
content: "\e98d";
}
.icon-operation_new_feature:before {
content: "\e98e";
}
.icon-operation_problem:before {
content: "\e98f";
}
.icon-operation_service_request:before {
content: "\e990";
}
.icon-operation_subtask:before {
content: "\e991";
}
.icon-operation_task:before {
content: "\e992";
}
.icon-port:before {
content: "\e993";
}
.icon-aim_port:before {
content: "\e994";
}
.icon-saga_define:before {
content: "\e983";
}
.icon-role_tag:before {
content: "\e984";
}
.icon-agile:before {
content: "\e985";
}
.icon-quality:before {
content: "\e981";
}
.icon-appmarket:before {
content: "\e982";
}
.icon-folder_open2:before {
content: "\e97f";
}
.icon-merge_request:before {
content: "\e980";
}
.icon-APItest:before {
content: "\e973";
}
.icon-relation:before {
content: "\e97e";
}
.icon-relate:before {
content: "\e95b";
}
.icon-manage_project:before {
content: "\e976";
}
.icon-book:before {
content: "\e977";
}
.icon-contact_support:before {
content: "\e978";
}
.icon-ballot:before {
content: "\e979";
}
.icon-play_90:before {
content: "\e97a";
}
.icon-replay_90:before {
content: "\e97b";
}
.icon-table_chart:before {
content: "\e97c";
}
.icon-test:before {
content: "\e97d";
}
.icon-priority:before {
content: "\e945";
}
.icon-compass:before {
content: "\e96e";
}
.icon-explicit-outline:before {
content: "\e96f";
}
.icon-explicit2:before {
content: "\e970";
}
.icon-framework:before {
content: "\e971";
}
.icon-inbox_content:before {
content: "\e972";
}
.icon-visits:before {
content: "\e974";
}
.icon-work_log:before {
content: "\e975";
}
.icon-sutask:before {
content: "\e965";
}
.icon-baseline-arrow_drop_down:before {
content: "\e966";
}
.icon-baseline-arrow_drop_up:before {
content: "\e967";
}
.icon-baseline-arrow_left:before {
content: "\e968";
}
.icon-baseline-arrow_right:before {
content: "\e969";
}
.icon-baseline-link_off:before {
content: "\e963";
}
.icon-baseline-drag_indicator:before {
content: "\e960";
}
.icon-baseline-file_copy:before {
content: "\e961";
}
.icon-baseline-list_alt:before {
content: "\e962";
}
.icon-sms_outline:before {
content: "\e96d";
}
.icon-versionline:before {
content: "\e96c";
}
.icon-root:before {
content: "\e96a";
}
.icon-micro:before {
content: "\e96b";
}
.icon-publish2:before {
content: "\e964";
}
.icon-link2:before {
content: "\e95d";
}
.icon-center:before {
content: "\e955";
}
.icon-filter2:before {
content: "\e956";
}
.icon-manage_person:before {
content: "\e95c";
}
.icon-manage_organization:before {
content: "\e95e";
}
.icon-password:before {
content: "\e95f";
}
.icon-custom_Directory:before {
content: "\e957";
}
.icon-predefine:before {
content: "\e958";
}
.icon-project:before {
content: "\e959";
}
.icon-return:before {
content: "\e95a";
}
.icon-API:before {
content: "\e954";
}
.icon-wheel:before {
content: "\e955";
}
.icon-application_model:before {
content: "\e953";
}
.icon-microservice:before {
content: "\e94e";
}
.icon-instance:before {
content: "\e94f";
}
.icon-instance_outline:before {
content: "\e950";
}
.icon-IAM:before {
content: "\e951";
}
.icon-routeroutline:before {
content: "\e952";
}
.icon-version:before {
content: "\e94c";
}
.icon-devops:before {
content: "\e94d";
}
.icon-CI:before {
content: "\e94a";
}
.icon-kubernetes:before {
content: "\e94b";
}
.icon-branch:before {
content: "\e947";
}
.icon-point:before {
content: "\e948";
}
.icon-wait_circle:before {
content: "\e949";
}
.icon-add_activity:before {
content: "\e942";
}
.icon-add_task:before {
content: "\e943";
}
.icon-export:before {
content: "\e944";
}
.icon-debug:before {
content: "\e946";
}
.icon-cancle_a:before {
content: "\e940";
}
.icon-cancle_b:before {
content: "\e941";
}
.icon-forbidden_a:before {
content: "\e93e";
}
.icon-forbidden_b:before {
content: "\e93f";
}
.icon-database:before {
content: "\e907";
}
.icon-Development-monitoring:before {
content: "\e938";
}
.icon-insight:before {
content: "\e939";
}
.icon-jsfiddle:before {
content: "\e93a";
}
.icon-Operation-monitoring:before {
content: "\e93b";
}
.icon-rocket:before {
content: "\e93c";
}
.icon-wrench:before {
content: "\e93d";
}
.icon-finished:before {
content: "\e910";
}
.icon-skipped_a:before {
content: "\e92c";
}
.icon-skipped_b:before {
content: "\e92d";
}
.icon-wait_five_a:before {
content: "\e92e";
}
.icon-wait_five_b:before {
content: "\e92f";
}
.icon-wait_four_a:before {
content: "\e930";
}
.icon-wait_four_b:before {
content: "\e931";
}
.icon-wait_one_a:before {
content: "\e932";
}
.icon-wait_one_b:before {
content: "\e933";
}
.icon-wait_three_a:before {
content: "\e934";
}
.icon-wait_three_b:before {
content: "\e935";
}
.icon-wait_two_a:before {
content: "\e936";
}
.icon-wait_two_b:before {
content: "\e937";
}
.icon-d_rotation:before {
content: "\e84d";
}
.icon-ac_unit:before {
content: "\eb3b";
}
.icon-alarm:before {
content: "\e855";
}
.icon-access_alarms:before {
content: "\e191";
}
.icon-schedule:before {
content: "\e8b5";
}
.icon-accessibility:before {
content: "\e84e";
}
.icon-accessible:before {
content: "\e914";
}
.icon-account_balance:before {
content: "\e84f";
}
.icon-account_balance_wallet:before {
content: "\e850";
}
.icon-account_box:before {
content: "\e851";
}
.icon-account_circle:before {
content: "\e853";
}
.icon-adb:before {
content: "\e60e";
}
.icon-add:before {
content: "\e145";
}
.icon-add_a_photo:before {
content: "\e439";
}
.icon-alarm_add:before {
content: "\e856";
}
.icon-add_alert:before {
content: "\e003";
}
.icon-add_box:before {
content: "\e146";
}
.icon-add_circle:before {
content: "\e147";
}
.icon-control_point:before {
content: "\e3ba";
}
.icon-add_location:before {
content: "\e567";
}
.icon-add_shopping_cart:before {
content: "\e854";
}
.icon-queue:before {
content: "\e03c";
}
.icon-add_to_queue:before {
content: "\e05c";
}
.icon-adjust:before {
content: "\e39e";
}
.icon-airline_seat_flat:before {
content: "\e630";
}
.icon-airline_seat_flat_angled:before {
content: "\e631";
}
.icon-airline_seat_individual_suite:before {
content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
content: "\e635";
}
.icon-airline_seat_recline_extra:before {
content: "\e636";
}
.icon-airline_seat_recline_normal:before {
content: "\e637";
}
.icon-flight:before {
content: "\e539";
}
.icon-airplanemode_inactive:before {
content: "\e194";
}
.icon-airplay:before {
content: "\e055";
}
.icon-airport_shuttle:before {
content: "\eb3c";
}
.icon-alarm_off:before {
content: "\e857";
}
.icon-alarm_on:before {
content: "\e858";
}
.icon-album:before {
content: "\e019";
}
.icon-all_inclusive:before {
content: "\eb3d";
}
.icon-all_out:before {
content: "\e90b";
}
.icon-android:before {
content: "\e859";
}
.icon-announcement:before {
content: "\e85a";
}
.icon-apps:before {
content: "\e5c3";
}
.icon-archive:before {
content: "\e149";
}
.icon-arrow_back:before {
content: "\e5c4";
}
.icon-arrow_downward:before {
content: "\e5db";
}
.icon-arrow_drop_down:before {
content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
content: "\e5c6";
}
.icon-arrow_drop_up:before {
content: "\e5c7";
}
.icon-arrow_forward:before {
content: "\e5c8";
}
.icon-arrow_upward:before {
content: "\e5d8";
}
.icon-art_track:before {
content: "\e060";
}
.icon-aspect_ratio:before {
content: "\e85b";
}
.icon-poll:before {
content: "\e801";
}
.icon-assignment:before {
content: "\e85d";
}
.icon-assignment_ind:before {
content: "\e85e";
}
.icon-assignment_late:before {
content: "\e85f";
}
.icon-assignment_return:before {
content: "\e860";
}
.icon-assignment_returned:before {
content: "\e861";
}
.icon-assignment_turned_in:before {
content: "\e862";
}
.icon-assistant:before {
content: "\e39f";
}
.icon-flag:before {
content: "\e153";
}
.icon-attach_file:before {
content: "\e226";
}
.icon-attach_money:before {
content: "\e227";
}
.icon-attachment:before {
content: "\e2bc";
}
.icon-audiotrack:before {
content: "\e3a1";
}
.icon-autorenew:before {
content: "\e863";
}
.icon-av_timer:before {
content: "\e01b";
}
.icon-backspace:before {
content: "\e14a";
}
.icon-cloud_upload:before {
content: "\e2c3";
}
.icon-battery_alert:before {
content: "\e19c";
}
.icon-battery_charging_full:before {
content: "\e1a3";
}
.icon-battery_std:before {
content: "\e1a5";
}
.icon-battery_unknown:before {
content: "\e1a6";
}
.icon-beach_access:before {
content: "\eb3e";
}
.icon-beenhere:before {
content: "\e52d";
}
.icon-block:before {
content: "\e14b";
}
.icon-bluetooth:before {
content: "\e1a7";
}
.icon-bluetooth_searching:before {
content: "\e1aa";
}
.icon-bluetooth_connected:before {
content: "\e1a8";
}
.icon-bluetooth_disabled:before {
content: "\e1a9";
}
.icon-blur_circular:before {
content: "\e3a2";
}
.icon-blur_linear:before {
content: "\e3a3";
}
.icon-blur_off:before {
content: "\e3a4";
}
.icon-blur_on:before {
content: "\e3a5";
}
.icon-class:before {
content: "\e86e";
}
.icon-turned_in:before {
content: "\e8e6";
}
.icon-turned_in_not:before {
content: "\e8e7";
}
.icon-border_all:before {
content: "\e228";
}
.icon-border_bottom:before {
content: "\e229";
}
.icon-border_clear:before {
content: "\e22a";
}
.icon-border_color:before {
content: "\e22b";
}
.icon-border_horizontal:before {
content: "\e22c";
}
.icon-border_inner:before {
content: "\e22d";
}
.icon-border_left:before {
content: "\e22e";
}
.icon-border_outer:before {
content: "\e22f";
}
.icon-border_right:before {
content: "\e230";
}
.icon-border_style:before {
content: "\e231";
}
.icon-border_top:before {
content: "\e232";
}
.icon-border_vertical:before {
content: "\e233";
}
.icon-branding_watermark:before {
content: "\e06b";
}
.icon-brightness_1:before {
content: "\e3a6";
}
.icon-brightness_2:before {
content: "\e3a7";
}
.icon-brightness_3:before {
content: "\e3a8";
}
.icon-brightness_4:before {
content: "\e3a9";
}
.icon-brightness_low:before {
content: "\e1ad";
}
.icon-brightness_medium:before {
content: "\e1ae";
}
.icon-brightness_high:before {
content: "\e1ac";
}
.icon-brightness_auto:before {
content: "\e1ab";
}
.icon-broken_image:before {
content: "\e3ad";
}
.icon-brush:before {
content: "\e3ae";
}
.icon-bubble_chart:before {
content: "\e6dd";
}
.icon-bug_report:before {
content: "\e868";
}
.icon-build:before {
content: "\e869";
}
.icon-burst_mode:before {
content: "\e43c";
}
.icon-domain:before {
content: "\e7ee";
}
.icon-business_center:before {
content: "\eb3f";
}
.icon-cached:before {
content: "\e86a";
}
.icon-cake:before {
content: "\e7e9";
}
.icon-phone:before {
content: "\e0cd";
}
.icon-call_end:before {
content: "\e0b1";
}
.icon-call_made:before {
content: "\e0b2";
}
.icon-merge_type:before {
content: "\e252";
}
.icon-call_missed:before {
content: "\e0b4";
}
.icon-call_missed_outgoing:before {
content: "\e0e4";
}
.icon-call_received:before {
content: "\e0b5";
}
.icon-call_split:before {
content: "\e0b6";
}
.icon-call_to_action:before {
content: "\e06c";
}
.icon-camera:before {
content: "\e3af";
}
.icon-photo_camera:before {
content: "\e412";
}
.icon-camera_enhance:before {
content: "\e8fc";
}
.icon-camera_front:before {
content: "\e3b1";
}
.icon-camera_rear:before {
content: "\e3b2";
}
.icon-camera_roll:before {
content: "\e3b3";
}
.icon-cancel:before {
content: "\e5c9";
}
.icon-redeem:before {
content: "\e8b1";
}
.icon-card_membership:before {
content: "\e8f7";
}
.icon-card_travel:before {
content: "\e8f8";
}
.icon-casino:before {
content: "\eb40";
}
.icon-cast:before {
content: "\e307";
}
.icon-cast_connected:before {
content: "\e308";
}
.icon-center_focus_strong:before {
content: "\e3b4";
}
.icon-center_focus_weak:before {
content: "\e3b5";
}
.icon-change_history:before {
content: "\e86b";
}
.icon-chat:before {
content: "\e0b7";
}
.icon-chat_bubble:before {
content: "\e0ca";
}
.icon-chat_bubble_outline:before {
content: "\e0cb";
}
.icon-check:before {
content: "\e5ca";
}
.icon-check_box:before {
content: "\e834";
}
.icon-check_box_outline_blank:before {
content: "\e835";
}
.icon-check_circle:before {
content: "\e86c";
}
.icon-navigate_before:before {
content: "\e408";
}
.icon-navigate_next:before {
content: "\e409";
}
.icon-child_care:before {
content: "\eb41";
}
.icon-child_friendly:before {
content: "\eb42";
}
.icon-chrome_reader_mode:before {
content: "\e86d";
}
.icon-close:before {
content: "\e5cd";
}
.icon-clear_all:before {
content: "\e0b8";
}
.icon-closed_caption:before {
content: "\e01c";
}
.icon-wb_cloudy:before {
content: "\e42d";
}
.icon-cloud_circle:before {
content: "\e2be";
}
.icon-cloud_done:before {
content: "\e2bf";
}
.icon-cloud_download:before {
content: "\e2c0";
}
.icon-cloud_off:before {
content: "\e2c1";
}
.icon-cloud_queue:before {
content: "\e2c2";
}
.icon-code:before {
content: "\e86f";
}
.icon-photo_library:before {
content: "\e413";
}
.icon-collections_bookmark:before {
content: "\e431";
}
.icon-palette:before {
content: "\e40a";
}
.icon-colorize:before {
content: "\e3b8";
}
.icon-comment:before {
content: "\e0b9";
}
.icon-compare:before {
content: "\e3b9";
}
.icon-compare_arrows:before {
content: "\e915";
}
.icon-laptop:before {
content: "\e31e";
}
.icon-confirmation_number:before {
content: "\e638";
}
.icon-contact_mail:before {
content: "\e0d0";
}
.icon-contact_phone:before {
content: "\e0cf";
}
.icon-contacts:before {
content: "\e0ba";
}
.icon-content_copy:before {
content: "\e14d";
}
.icon-c