/* Uses Foundation 'icon-view' */
.icon-view-customer:before,
.icon-view-application-overview:before,
.icon-view-application:before {
    content: '\e818';
    font-family: "foundation-icons";
}

/* Uses Foundation 'icon-edit' */
.icon-update-needs-analysis:before,
.icon-mark-as-awaiting-information:before,
.icon-amend-application:before,
.icon-reinsurance-received:before {
    content: '\e810';
    font-family: "foundation-icons";
}

/* Uses Foundation 'icon-add' */
.icon-force-new-version:before {
    content: "\e800";
    font-family: "foundation-icons";
}

/* Uses Insurance 'icon-open' */
.icon-open-documents:before {
    content: '\e802';
    font-family: "insurance-icons";
}

/* Uses Foundation  'icon-assign-from' */
.icon-reassign:before {
    content: '\e807';
    font-family: "foundation-icons";
}

/* Uses Foundation 'icon-assign-to' */
.icon-assign-tasks:before,
.icon-assign-to-me:before {
    content: '\e808';
    font-family: "foundation-icons";
}

/* Uses Insurance 'icon-renew' */
.icon-reopen:before,
.icon-sync-with-talisman:before {
    content: '\e804';
    font-family: "insurance-icons";
}

.icon-mark-as-sent:before,
.icon-mark-as-resent:before {
    content: '\e805';
    font-family: "insurance-icons";
}
/* Uses Insurance 'icon-undo' */
.icon-reverse-payment:before {
    content: '\e806';
    font-family: "insurance-icons";
}