﻿.icon_export_white {
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/export_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}

.icon_import_white {
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/import_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(./icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: var(--dx-font-size-icon); /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.contact_page:before {
    content: 'contact_page';
}

.snippet_folder:before {
    content: 'snippet_folder';
}

/* Home */
.home:before {
    content: 'home';
}

/*Adressen*/
.group:before {
    content: 'group';
}

/* Aufgaben */
.task:before {
    content: 'task';
}
/*.taskinprogress:before {
    content: 'taskinprogress';
}*/

/* Projekt */
.format_list_bulleted:before {
    content: 'format_list_bulleted';
}

/* DMS */
.inventory:before {
    content: 'inventory'
}

/* Wawi */
.storefront:before {
    content: 'storefront';
}

/* Arbeitszeit */
.access_time:before {
    content: 'access_time';
}

/* Personalzeit */
.portrait:before {
    content: 'portrait';
}

/* Wiki */
.leaderboard:before {
    content: 'leaderboard';
}

/* Portal */
.dvr:before {
    content: 'dvr';
}

/* Abmelden*/
.logout:before {
    content: 'logout';
}

.key:before {
    content: 'key';
}

/*Rest*/
.alarm:before {
    content: 'alarm';
}

.arrow_back:before {
    content: 'arrow_back';
}

.call:before {
    content: 'call';
}

.call_made:before {
    content: 'call_made';
}

.call_received:before {
    content: 'call_received';
}

.dialer_sip:before {
    content: 'dialer_sip';
}

.collections_bookmark:before {
    content: 'collections_bookmark';
}

.compare_arrows:before {
    content: 'compare_arrows';
}

.contactless:before {
    content: 'contactless';
}

.content_copy:before {
    content: 'content_copy';
}

.date_range:before {
    content: 'date_range';
}

.delete_forever:before {
    content: 'delete_forever';
}

.description:before {
    content: 'description';
}

.file_copy:before {
    content: 'file_copy';
}

.file_open:before {
    content: 'file_open';
}

.forward:before {
    content: 'forward';
}

.history:before {
    content: 'history';
}

.public:before {
    content: 'public';
}

.link:before {
    content: 'link';
}

.lock_reset:before {
    content: 'lock_reset';
}

.move_down:before {
    content: 'move_down';
}

.move_up:before {
    content: 'move_up';
}

.next_week:before {
    content: 'next_week';
}

.note_add:before {
    content: 'note_add';
}

.cancel:before {
    content: 'cancel';
}

.check_circle:before {
    content: 'check_circle';
}

.notification_important:before {
    content: 'notification_important';
}

.open_in_new:before {
    content: 'open_in_new';
}

.pause:before {
    content: 'pause';
}

.plagiarism:before {
    content: 'plagiarism';
}

.play_arrow:before {
    content: 'play_arrow';
}

.print:before {
    content: 'print';
}

.receipt:before {
    content: 'receipt';
}

.reply:before {
    content: 'reply';
}

.alt_route:before {
    content: 'alt_route';
}

.save:before {
    content: 'save';
}

.settings:before {
    content: 'settings';
}

.stop:before {
    content: 'stop';
}

.switch_account:before {
    content: 'switch_account';
}

.unarchive:before {
    content: 'unarchive';
}

.lock_open:before {
    content: 'lock_open';
}

.handyman:before {
    content: 'handyman';
}

.lock:before {
    content: 'lock';
}

.flag:before {
    content: 'flag';
}

.flagkeine:before {
    content: 'flag';
    color: blue;
}

.flaggering:before {
    content: 'flag';
    color: green;
}

.flagmittel:before {
    content: 'flag';
    color: orange;
}

.flaghoch:before {
    content: 'flag';
    color: red;
}

.draw:before {
    content: 'draw';
}

.playlist_add:before {
    content: 'playlist_add';
}

.phone_android:before {
    content: 'phone_android';
}

.mobile_off:before {
    content: 'mobile_off';
}

.screen_lock_portrait:before {
    content: 'screen_lock_portrait';
}

.app_status_1:before {
    content: 'screen_lock_portrait';
    color: red;
}

.security_update:before {
    content: 'security_update';
}

.app_status_2:before {
    content: 'security_update';
    color: green;
}
