﻿/* As a standard all svgs are black */
/* ########## NOTE ########## */
/* The outcommented themes below are now generated in SettingsHelper.GenerateStandardTheme */
/* ########## NOTE ########## */
/*:root {*/
    /* Primary */
    /*--primary-color: #4276AA;
    --on-primary-color: white;
    --on-primary-svg: invert(1);
    --primary-svg: invert(47%) sepia(6%) saturate(3752%) hue-rotate(170deg) brightness(91%) contrast(102%);*/
    /* Secondary */
    /*--secondary-color: #fefffe;
    --on-secondary-color: black;
    --on-secondary-svg: invert(0);*/
    /* Tertiary */
    /*--tertiary-color: #222222;
    --on-tertiary-color: white;
    --on-tertiary-svg: invert(1);*/
    /* Background */
    /*--background-color: white;
    --on-background-color: black;
    --on-bakcground-svg: invert(0);*/
    /* Top Bar */
    /*--topbar-color: #21252E;
    --topbar-selected-color: #484D57;
    --topbar-selected-text-color: white;
    --topbar-hover-color: black;
    --topbar-hover-text: white;
    --on-topbar-color: white;
    --on-topbar-svg: invert(1);*/
    /* Menu Bar */
    /*--menubar-color: #484D57;
    --on-menubar-color: white;
    --on-menubar-svg: invert(1);*/
    /* Menu Button */
    /*--menu-button-color: transparent;
    --on-menu-button-color: white;
    --on-menu-button-svg: invert(1);*/
    /* Confirmation/Success */
    /* Danger/Error */
    /*--danger-color: #4276AA;*/
    /* Left Menu - Outer */
    /*--leftmenu-outer-color: #21252E;
    --leftmenu-outer-selected-color: #4276AA;
    --on-leftmenu-outer-color: white;
    --on-leftmenu-outer-selected-svg: invert(1);
    --on-leftmenu-outer-svg: invert(1);*/
    /* Left Menu - Inner */
    /*--leftmenu-inner-color: #484D57;
    --on-leftmenu-inner-color: white;*/
    /* Hyperlink colour */
    /*--hyper-link-color: #4276AA;*/
    /* Borders */
    /*--standard-border-radius: 10px;*/
    /* Paddings and margins */
    /*--standard-margin: 1rem;
    --standard-padding: 20px;
}*/

/* Overrides */
.navbar {
    background-color: var(--topbar-color);
    color: var(--on-primary-color);
}

.nav-link.selected {
    background-color: var(--topbar-selected-color);
}

.nav-link.text-light.selected {
    color: var(--topbar-selected-text-color) !important;
}

.nav-link.text-light {
    color: var(--on-topbar-color) !important;
}

.nav-link.text-light.navbar-bg-dark {
    background-color: var(--topbar-color);
}

.nav-link.text-light:hover {
    background-color: var(--topbar-hover-color);
    color: var(--topbar-hover-text) !important;
}

.dropdown-menu.navbar-dark.navbar-bg-dark.show {
    background-color: var(--topbar-color);
}

.entity-header-container {
    background-color: var(--menubar-color);
}

.breadcrumb-heading > h1 {
    color: var(--on-menubar-color);
}

.dropdown.nav-li-hover.show:hover {
    background-color: var(--topbar-hover-color);
}

.btn.btn-primary {
    background-color: var(--primary-color);
    color: var(--on-primary-color);
    border: none;
}

.scanner-app-standard {
    padding-bottom: 20px;
}

.scanner-app-extra-padding {
    padding-bottom: 60px;
}

.dx-form-group-caption {
    color: var(--primary-color);
}

.dx-form-group-with-caption > .dx-form-group-content {
    border-color: var(--primary-color)
}

.dx-toolbar-item-content > h2 {
    color: var(--primary-color);
}

.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: var(--primary-color);
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    color: var(--primary-color);
}

/* grid - group - color - start*/
.dx-group-row .dx-datagrid-summary-item {
    color: unset;
}
.dx-datagrid-group-closed {
    color: unset;
}
.dx-datagrid-group-opened {
    color: unset;
}
/* grid - group - color - end*/
/* grid - group footer - color - start*/
.dx-row.dx-datagrid-group-footer > td {
    background-color: unset;
    color: unset;
}
.dx-datagrid-group-footer .dx-datagrid-summary-item {
    color: unset;
}
/* grid - group footer - color - end*/

/* icons */
.intrashare-clickable-icon {
    cursor: pointer;
}

.intrashare-small-icon {
    width: 100%;
    max-width: 20px;
}

.intrashare-medium-icon {
    width: 100%;
    max-width: 48px;
}

.intrashare-large-icon {
    width: 100%;
    max-width: 128px;
}

.intrashare-disabled-icon {
    opacity: 50%;
    cursor: auto;
}

.intrashare-configuration-edit {
    max-width: calc(var(--intrashare-configuration-edit-width, 1024) * 1px);
}
.intrashare-configuration-details {
    max-width: calc(var(--intrashare-configuration-details-width, 4800) * 1px);
}
.intrashare-crm-edit {
    max-width: calc(var(--intrashare-crm-edit-width, 1024) * 1px);
}
.intrashare-crm-details {
    max-width: calc(var(--intrashare-crm-details-width, 1400) * 1px);
}
.intrashare-crm-home {
    max-width: calc(var(--intrashare-crm-home-width, 1200) * 1px);
}

.intrashare-entity-default-icon {
    content: url("../Images/svg/info_fill0_wght400_grad0_opsz48.svg");
}

.intrashare-customer-icon {
    content: url("../Images/svg/domain_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-contact-icon {
    content: url("../Images/svg/person_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-contact-many-icon {
    content: url("../Images/svg/group_FILL1_wght400_GRAD0_opsz48.svg")
}

.intrashare-contract-icon {
    content: url("../Images/svg/draft_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-order-icon {
    content: url("../Images/svg/list_alt_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-order-template-icon {
    content: url("../Images/svg/summarize_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-delivery-icon {
    content: url("../Images/svg/local_shipping_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-storage-shared-icon {
    content: url("../Images/svg/warehouse_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-storage-personal-icon {
    content: url("../Images/svg/directions_car_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-supplier-icon {
    content: url("../Images/svg/local_shipping_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-configuration-item-icon {
    content: url("../Images/svg/category_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-activity-item-icon {
    content: url("../Images/svg/today_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-menu-icon {
    content: url("../Images/svg/menu_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-activity-template-icon {
    content: url("../Images/svg/edit_calendar_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-edit-icon {
    content: url("../Images/svg/edit_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-change-icon {
    content: url("../Images/svg/change_circle_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-receipt-icon {
    content: url("../Images/svg/receipt_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-danger-icon {
    content: url("../Images/svg/dangerous_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-report-icon {
    content: url("../Images/svg/report_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-scanner-app-icon {
    content: url("../Images/svg/barcode_FILL0_wght400_GRAD0_opsz48.svg");
}

.intrashare-user-icon {
    content: url("../Images/svg/person_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-details-icon {
    content: url("../Images/svg/visibility_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-product-icon {
    content: url("../Images/svg/inventory_2_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-opportunity-icon {
    content: url("../Images/svg/sell_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-plus-icon {
    content: url("../Images/svg/add_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-minus-icon {
    content: url("../Images/svg/remove_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-erp-icon {
    content: url("../Images/svg/currency_exchange_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-course-icon {
    content: url("../Images/svg/school_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-product-price-list-icon {
    content: url("../Images/svg/request_quote_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-favorite-default-icon {
    content: url("../Images/svg/star_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-favorite-icon {
    content: url("../Images/svg/star_FILL1_wght400_GRAD0_opsz48.svg");
    filter: invert(67%) sepia(39%) saturate(2479%) hue-rotate(358deg) brightness(99%) contrast(106%);
}

.intrashare-not-favorite-icon {
    content: url("../Images/svg/star_FILL0_wght400_GRAD0_opsz48.svg");
    filter: invert(67%) sepia(39%) saturate(2479%) hue-rotate(358deg) brightness(99%) contrast(106%);
}

.intrashare-contract-delivery-type-icon {
    content: url("../Images/svg/bookmarks_FILL0_wght400_GRAD0_opsz48.svg");
}

.intrashare-contract-delivery-icon {
    content: url("../Images/svg/dynamic_feed_FILL0_wght400_GRAD0_opsz48.svg");
}

.intrashare-schedulerjob-icon {
    content: url("../Images/svg/work_history_FILL1_wght400_GRAD0_opsz48.svg");
}

.intrashare-permission-profile-icon {
    content: url("../Images/svg/admin_panel_settings_FILL0_wght400_GRAD0_opsz48.svg");
}

.intrashare-report-item-icon {
    content: url("../Images/svg/news_FILL0_wght400_GRAD0_opsz48.svg");
}

.intrashare-report-definition-icon {
    content: url("../Images/svg/monitoring_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-filter-icon {
    content: url("../Images/svg/filter_alt_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-alarm-icon {
    content: url("../Images/svg/alarm_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-alarm-pace-icon {
    content: url("../Images/svg/pace_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-comment-icon {
    content: url("../Images/svg/speaker_notes_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-comment-alert-icon {
    content: url("../Images/svg/speaker_notes_FILL0_wght400_GRAD0_opsz48.svg");
    filter: var(--schedule-comment-svg);
}
.intrashare-more-info-icon {
    content: url("../Images/svg/more_vert_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-info-icon {
    content: url("../Images/svg/info_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-delivered-icon {
    content: url("../Images/svg/beenhere_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-delivered-show-when-planned-icon {
    content: url("../Images/svg/deployed_code_history_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-delivered-show-when-delivered-icon {
    content: url("../Images/svg/deployed_code_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-in-cart-icon {
    content: url("../Images/svg/shopping_cart_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-order-workorder-icon {
    content: url("../Images/svg/engineering_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-order-interval-icon {
    content: url("../Images/svg/event_repeat_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-order-repeating-icon {
    content: url("../Images/svg/subscriptions_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-order-invoiced-icon {
    content: url("../Images/svg/paid_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-call-icon {
    content: url("../Images/svg/call_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-email-icon {
    content: url("../Images/svg/mark_email_unread_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-service-icon {
    content: url("../Images/svg/home_repair_service_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-service2-icon {
    content: url("../Images/svg/construction_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-service3-icon {
    content: url("../Images/svg/handyman_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-service4-icon {
    content: url("../Images/svg/battery_0_bar_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-package-icon {
    content: url("../Images/svg/orders_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-target-icon {
    content: url("../Images/svg/target_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-prepaid-tasks-icon {
    content: url("../Images/svg/credit_score_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-task-item-icon {
    content: url("../Images/svg/task_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-icon {
    content: url("../Images/svg/check_small_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-list-icon {
    content: url("../Images/svg/checklist_rtl_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-box-todo-icon {
    content: url("../Images/svg/check_box_outline_blank_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-box-done-fill-icon {
    content: url("../Images/svg/check_box_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-box-done-icon {
    content: url("../Images/svg/check_box_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-check-box-skip-icon {
    content: url("../Images/svg/indeterminate_check_box_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-save-icon {
    content: url("../Images/svg/save_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-cvr-virk-logo {
    content: url("../Images/svg/cvr_virk_logo.svg");
}
.intrashare-logo-small {
    content: url("../Images/Logo/IntraShareLogoSmall.svg");
}
.intrashare-logo-small-monocolor {
    content: url("../Images/Logo/IntraShareLogoSmallMonoColor.svg");
}
.intrashare-directions-car-icon {
    content: url("../Images/svg/directions_car_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-pack-the-car-icon {
    content: url("../Images/svg/orders_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-show-horizontal-icon {
    content: url("../Images/svg/align_horizontal_left_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-show-vertical-icon {
    content: url("../Images/svg/align_vertical_top_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-fit-width-icon {
    content: url("../Images/svg/fit_width_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-show-unassigned-items-icon {
    content: url("../Images/svg/list_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-auto-reload-icon {
    content: url("../Images/svg/update_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-integration-icon {
    content: url("../Images/svg/extension_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-integration-email-icon {
    content: url("../Images/svg/forward_to_inbox_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-integration-email-ms365-icon {
    content: url("../Images/svg/office-365-1.svg");
}
.intrashare-show-location-information-icon {
    content: url("../Images/svg/add_location_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-showing-location-information-icon {
    content: url("../Images/svg/location_on_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-home-icon {
    content: url("../Images/svg/home_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-smartphone-icon {
    content: url("../Images/svg/smartphone_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-configuration-icon {
    content: url("../Images/svg/schedule_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-icon {
    content: url("../Images/svg/schedule_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-worktime-icon {
    content: url("../Images/svg/schedule_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-pause-icon {
    content: url("../Images/svg/timer_pause_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-vacation-icon {
    content: url("../Images/svg/trip_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-vacation-small-icon {
    content: url("../Images/svg/travel_luggage_and_bags_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-flextime-icon {
    content: url("../Images/svg/pace_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-overtime-icon {
    content: url("../Images/svg/more_time_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-illness-icon {
    content: url("../Images/svg/health_and_safety_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-other-icon {
    content: url("../Images/svg/timer_off_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-item-transport-icon {
    content: url("../Images/svg/directions_car_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-user-approval-icon {
    content: url("../Images/svg/person_check_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-user-approved-icon {
    content: url("../Images/svg/person_check_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-user-approved-locked-icon {
    content: url("../Images/svg/lock_person_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-admin-approval-icon {
    content: url("../Images/svg/recommend_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-admin-approved-icon {
    content: url("../Images/svg/thumb_up_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-admin-approved-locked-icon {
    content: url("../Images/svg/lock_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-admin-denied-icon {
    content: url("../Images/svg/thumb_down_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelog-overlap-icon {
    content: url("../Images/svg/error_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelogtemplate-configuration-icon {
    content: url("../Images/svg/overview_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-timelogtemplate-icon {
    content: url("../Images/svg/overview_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-add-from-template-icon {
    content: url("../Images/svg/list_alt_add_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-save-to-template-icon {
    content: url("../Images/svg/save_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice5-icon {
    content: url("../Images/svg/ac_unit_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice6-icon {
    content: url("../Images/svg/add_alert_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice7-icon {
    content: url("../Images/svg/airwave_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice8-icon {
    content: url("../Images/svg/all_inbox_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice9-icon {
    content: url("../Images/svg/assistant_device_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice10-icon {
    content: url("../Images/svg/cleaning_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice11-icon {
    content: url("../Images/svg/cleaning_services_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice12-icon {
    content: url("../Images/svg/general_device_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice13-icon {
    content: url("../Images/svg/glass_cup_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice14-icon {
    content: url("../Images/svg/hard_drive_2_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice15-icon {
    content: url("../Images/svg/heat_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice16-icon {
    content: url("../Images/svg/household_supplies_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice17-icon {
    content: url("../Images/svg/local_drink_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice18-icon {
    content: url("../Images/svg/medical_services_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice19-icon {
    content: url("../Images/svg/mode_fan_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice20-icon {
    content: url("../Images/svg/sanitizer_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice21-icon {
    content: url("../Images/svg/sanitizer_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice22-icon {
    content: url("../Images/svg/spoke_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice23-icon {
    content: url("../Images/svg/water_drop_48dp_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice24-icon {
    content: url("../Images/svg/bia_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice25-icon {
    content: url("../Images/svg/straighten_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-activity-sertice26-icon {
    content: url("../Images/svg/content_cut_48dp_FILL0_wght400_GRAD0_opsz48.svg");
}
.intrashare-delivery-add-icon {
    content: url("../Images/svg/list_alt_add_48dp_000000_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-delivery-adding-icon {
    content: url("../Images/svg/list_alt_add_48dp_000000_fill1_wght400_grad0_opsz48.svg");
}
.intrashare-photo-add-icon {
    content: url("../Images/svg/add_a_photo_48dp_000000_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-view-card-small-icon {
    content: url("../Images/svg/view_headline_48dp_000000_fill1_wght400_grad0_opsz48.svg");
}
.intrashare-view-card-large-icon {
    content: url("../Images/svg/view_stream_48dp_000000_fill1_wght400_grad0_opsz48.svg");
}
.intrashare-area-icon {
    content: url("../Images/svg/travel_explore_48dp_000000_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-planning-cancel-icon {
    content: url("../Images/svg/event_busy_48dp_000000_FILL1_wght400_GRAD0_opsz48.svg");
}
.intrashare-planning-icon {
    content: url("../Images/svg/event_48dp_000000_fill1_wght400_grad0_opsz48.svg");
}
.intrashare-planning-move-icon {
    content: url("../Images/svg/event_repeat_48dp_000000_fill1_wght400_grad0_opsz48.svg");
}
.intrashare-urgent-task-icon {
    content: url("../Images/svg/e911_emergency_48dp_000000_fill1_wght400_grad0_opsz48.svg");
    filter: var(--schedule-urgent-task-svg, var(--schedule-comment-svg));
}
.intrashare-urgent-task-unselected-icon {
    content: url("../Images/svg/e911_emergency_48dp_000000_fill0_wght400_grad0_opsz48.svg");
}
.intrashare-transaction-icon {
    content: url('../images/svg/view_timeline_48dp_000000_fill0_wght400_grad0_opsz48.svg');
}
.intrashare-supplier-icon {
    content: url('../images/svg/local_shipping_48dp_000000_fill0_wght400_grad0_opsz48.svg');
}
/* icons */
