﻿.eh-icon, .eh-icon:hover {
    background-size: 18px !important;
    padding-left: 22px !important;
}

.eh-icon:not(:first-child) {
    margin-left: 4px;
}

.eh-icon-edit {
    background: url("icons/ehict/edit-256.png") no-repeat;
}

.eh-icon-edit:hover {
    background: url("icons/ehict/edit-hover-256.png") no-repeat;
}

.eh-icon-approve {
    background: url("icons/ehict/approve-256.png") no-repeat;
}

.eh-icon-approve:hover {
    background: url("icons/ehict/approve-hover-256.png") no-repeat;
}

.eh-icon-remove {
    background: url("icons/ehict/remove-256.png") no-repeat;
}

.eh-icon-remove:hover {
    background: url("icons/ehict/remove-hover-256.png") no-repeat;
}

.eh-icon-displayPrice {
    background: url("icons/ehict/printDisplayPrice-256.png") no-repeat;
}

.eh-icon-displayPrice:hover {
    background: url("icons/ehict/printDisplayPrice-hover-256.png") no-repeat;
}

.eh-icon-pay {
    background: url("icons/ehict/pay-256.png") no-repeat;
}

.eh-icon-pay:hover {
    background: url("icons/ehict/pay-hover-256.png") no-repeat;
}

.eh-icon-print {
    background: url("icons/ehict/print-256.png") no-repeat;
}

.eh-icon-print:hover {
    background: url("icons/ehict/print-hover-256.png") no-repeat;
}

.eh-icon-return {
    background: url("icons/ehict/return-256.png") no-repeat;
}

.eh-icon-return:hover {
    background: url("icons/ehict/return-hover-256.png") no-repeat;
}