﻿.icon.none {
    display: none;
}

.icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .icon.check {
        background: url("../images/button-icons/button-check.svg");
    }

        .icon.check.disabled {
            background: url("../images/button-icons/button-check-disabled.svg");
        }

    .icon.add {
        background: url("../images/button-icons/button-add.svg");
    }

        .icon.add.disabled {
            background: url("../images/button-icons/button-add-disabled.svg");
        }

    .icon.cancel {
        background: url("../images/button-icons/button-cancel.svg");
    }

        .icon.cancel.disabled {
            background: url("../images/button-icons/button-cancel-disabled.svg");
        }

        .icon.cancel.inactive {
            background: url("../images/button-icons/button-cancel-inactive.svg");
        }

    .icon.copy {
        background: url("../images/button-icons/button-copy.svg");
    }

        .icon.copy.disabled {
            background: url("../images/button-icons/button-copy-disabled.svg");
        }

    .icon.csv {
        background: url("../images/button-icons/button-csv.svg");
    }

        .icon.csv.disabled {
            background: url("../images/button-icons/button-csv-disabled.svg");
        }

    .icon.deactivate {
        background: url("../images/button-icons/button-deactivate.svg");
    }

        .icon.deactivate.disabled {
            background: url("../images/button-icons/button-deactivate-disabled.svg");
        }

    .icon.excel {
        background: url("../images/button-icons/button-excel.svg");
    }

        .icon.excel.disabled {
            background: url("../images/button-icons/button-excel-disabled.svg");
        }

    .icon.report {
        background: url("../images/button-icons/button-report.svg");
    }

        .icon.report.disabled {
            background: url("../images/button-icons/button-report-disabled.svg");
        }

    .icon.customise {
        background: url("../images/button-icons/button-customise.svg");
    }

        .icon.customise.disabled {
            background: url("../images/button-icons/button-customise-disabled.svg");
        }

    .icon.search {
        background: url("../images/button-icons/button-search.svg");
    }

        .icon.search.disabled {
            background: url("../images/button-icons/button-search-disabled.svg");
        }

    .icon.favourites {
        background: url("../images/button-icons/button-favourites.svg");
    }

        .icon.favourites.disabled {
            background: url("../images/button-icons/button-favourites-disabled.svg");
        }

    .icon.reactivate {
        background: url("../images/button-icons/button-reactivate.svg");
    }

        .icon.reactivate.disabled {
            background: url("../images/button-icons/button-reactivate-disabled.svg");
        }

    .icon.attachment {
        background: url("../images/button-icons/button-attachment.svg");
    }

        .icon.attachment.disabled {
            background: url("../images/button-icons/button-attachment-disabled.svg");
        }

    .icon.print {
        background: url("../images/button-icons/button-print.svg");
    }

        .icon.print.disabled {
            background: url("../images/button-icons/button-print-disabled.svg");
        }

    .icon.filter {
        background: url("../images/button-icons/button-filter.svg");
    }

        .icon.filter.disabled {
            background: url("../images/button-icons/button-filter-disabled.svg");
        }

    .icon.delete {
        background: url("../images/button-icons/button-delete.svg");
    }

        .icon.delete.disabled {
            background: url("../images/button-icons/button-delete-disabled.svg");
        }

    .icon.addmapping {
        background: url("../images/button-icons/button-addmapping.svg");
    }

        .icon.addmapping.disabled {
            background: url("../images/button-icons/button-addmapping-disabled.svg");
        }

    .icon.managemapping {
        background: url("../images/button-icons/button-managemapping.svg");
    }

        .icon.managemapping.disabled {
            background: url("../images/button-icons/button-managemapping-disabled.svg");
        }

    .icon.bulkset {
        background: url("../images/button-icons/button-bulkset.svg");
    }

        .icon.bulkset.disabled {
            background: url("../images/button-icons/button-bulkset-disabled.svg");
        }

    .icon.default {
        background: url("../images/button-icons/button-default.svg");
    }

        .icon.default.disabled {
            background: url("../images/button-icons/button-default-disabled.svg");
        }

    .icon.edit {
        background: url("../images/button-icons/button-edit.svg");
    }

        .icon.edit.disabled {
            background: url("../images/button-icons/button-edit-disabled.svg");
        }

    .icon.export {
        background: url("../images/button-icons/button-export.svg");
    }

        .icon.export.disabled {
            background: url("../images/button-icons/button-export-disabled.svg");
        }

    .icon.import {
        background: url("../images/button-icons/button-import.svg");
    }

        .icon.import.disabled {
            background: url("../images/button-icons/button-import-disabled.svg");
        }

    .icon.maximise {
        background: url("../images/button-icons/button-maximise.svg");
    }

        .icon.maximise.disabled {
            background: url("../images/button-icons/button-maximise-disabled.svg");
        }

    .icon.minimise {
        background: url("../images/button-icons/button-minimise.svg");
    }

        .icon.minimise.disabled {
            background: url("../images/button-icons/button-minimise-disabled.svg");
        }

    .icon.moveup {
        background: url("../images/button-icons/button-moveup.svg");
    }

        .icon.moveup.disabled {
            background: url("../images/button-icons/button-moveup-disabled.svg");
        }

    .icon.movedown {
        background: url("../images/button-icons/button-movedown.svg");
    }

        .icon.movedown.disabled {
            background: url("../images/button-icons/button-movedown-disabled.svg");
        }

    .icon.postall {
        background: url("../images/button-icons/button-postall.svg");
    }

        .icon.postall.disabled {
            background: url("../images/button-icons/button-postall-disabled.svg");
        }

    .icon.previewposting {
        background: url("../images/button-icons/button-previewposting.svg");
    }

        .icon.previewposting.disabled {
            background: url("../images/button-icons/button-previewposting-disabled.svg");
        }

    .icon.settings {
        background: url("../images/button-icons/button-settings.svg");
    }

        .icon.settings.disabled {
            background: url("../images/button-icons/button-settings-disabled.svg");
        }

    .icon.split {
        background: url("../images/button-icons/button-split.svg");
    }

        .icon.split.disabled {
            background: url("../images/button-icons/button-split-disabled.svg");
        }

    .icon.bringbackward {
        background: url("../images/button-icons/button-bringbackward.svg");
    }

        .icon.bringbackward.disabled {
            background: url("../images/button-icons/button-bringbackward-disabled.svg");
        }

    .icon.createfromactual {
        background: url("../images/button-icons/button-createfromactual.svg");
    }

        .icon.createfromactual.disabled {
            background: url("../images/button-icons/button-createfromactual-disabled.svg");
        }

    .icon.createfromexisting {
        background: url("../images/button-icons/button-createfromexisting.svg");
    }

        .icon.createfromexisting.disabled {
            background: url("../images/button-icons/button-createfromexisting-disabled.svg");
        }

    .icon.transact {
        background: url("../images/button-icons/button-transact.svg");
    }

        .icon.transact.disabled {
            background: url("../images/button-icons/button-transact-disabled.svg");
        }

    .icon.bankimport {
        background: url("../images/button-icons/button-bankimport.svg");
    }

    .icon.bankimportwhite {
        background: url("../images/button-icons/button-bankimportwhite.svg");
    }

        .icon.bankimport.disabled, .icon.bankimportwhite.disabled {
            background: url("../images/button-icons/button-bankimport-disabled.svg");
        }

    .icon.deletered {
        background: url("../images/button-icons/button-deletered.svg");
    }

        .icon.deletered.disabled {
            background: url("../images/button-icons/button-deletered-disabled.svg");
        }

    .icon.previewreversal {
        background: url("../images/button-icons/button-previewreversal.svg");
    }

        .icon.previewreversal.disabled {
            background: url("../images/button-icons/button-previewreversal-disabled.svg");
        }

    .icon.reverseall {
        background: url("../images/button-icons/button-reverseall.svg");
    }

        .icon.reverseall.disabled {
            background: url("../images/button-icons/button-reverseall-disabled.svg");
        }

    .icon.generic {
        background: url("../images/button-icons/button-generic.svg");
    }

    .icon.genericblack {
        background: url("../images/button-icons/button-generic-black.svg");
    }

        .icon.generic.disabled, .icon.genericblack.disabled {
            background: url("../images/button-icons/button-generic-disabled.svg");
        }

    .icon.importwhite {
        background: url("../images/button-icons/button-import-white.svg");
    }

        .icon.importwhite.disabled {
            background: url("../images/button-icons/button-import-disabled.svg");
        }

    .icon.receive {
        background: url("../images/button-icons/button-receive.svg");
    }

        .icon.receive.disabled {
            background: url("../images/button-icons/button-receive-disabled.svg");
        }

    .icon.invoice {
        background: url("../images/button-icons/button-invoice.svg");
    }

        .icon.invoice.disabled {
            background: url("../images/button-icons/button-invoice-disabled.svg");
        }

    .icon.save {
        background: url("../images/button-icons/button-save.svg");
    }

    .icon.savesecondary {
        background: url("../images/button-icons/button-savesecondary.svg");
    }

        .icon.save.disabled, .icon.savesecondary.disabled {
            background: url("../images/button-icons/button-save-disabled.svg");
        }

    .icon.saveandreturn {
        background: url("../images/button-icons/button-saveandreturn.svg");
    }

        .icon.saveandreturn.disabled {
            background: url("../images/button-icons/button-saveandreturn-disabled.svg");
        }

    .icon.chevrondown {
        background: url("../images/button-icons/button-chevron-down.svg");
    }

    .icon.chevronup {
        background: url("../images/button-icons/button-chevron-up.svg");
    }

    .icon.clearsearch {
        background: url("../images/button-icons/clear-search.svg");
    }


    .icon.eyeslash {
        background: url("../images/button-icons/eye-slash.svg");
    }

    .icon.refresh {
        background: url("../images/button-icons/button-refresh.svg");
    }

    .icon.expandall {
        background: url("../images/button-icons/button-expand-all-icon.svg");
    }

        .icon.expandall.disabled {
            background: url("../images/button-icons/button-expand-all-icon-disabled.svg.svg");
        }
