/*
 * **************************************************************************
 * Copyright (c) 2018 - 2019 by DH3 Solutions (pvt) ltd.
 * All Rights Reserved.
 *
 * THIS FILE CONTAINS PROPRIETARY AND CONFIDENTIAL INFORMATION
 * AND REMAINS THE UNPUBLISHED PROPERTY OF DH3 SOLUTIONS (PVT) LTD.
 * Use, disclosure, or reproduction is prohibited except as permitted
 * by express written license agreement with DH3 Solutions (pvt) ltd.
 * **************************************************************************
 */

.icon-blank {
    background: url('../icons/blank.gif') no-repeat;
}

.icon-list {
    background: url('../icons/list.png') no-repeat;
}

.icon-add {
    background: url('../icons/add.png') no-repeat;
}

.icon-email {
    background: url('../icons/email.png') no-repeat;
}

.icon-convert {
    background: url('../icons/convert.png') no-repeat;
}

.icon-edit {
    background: url('../icons/pencil.png') no-repeat;
}

.icon-edit-password {
    background: url('../icons/edit-password.png') no-repeat;
}

.icon-remove {
    background: url('../icons/trash.png') no-repeat;
}

.icon-ok {
    background: url('../icons/ok.png') no-repeat;
}

.icon-no {
    background: url('../icons/no.png') no-repeat;
}

.icon-cancel {
    background: url('../icons/cancel.png') no-repeat;
}

.icon-warning {
    background: url('../icons/warning.png') no-repeat;
}

.icon-reload {
    background: url('../icons/reload.png') no-repeat;
}

.icon-reset {
    background: url('../icons/reset.png') no-repeat;
}

.icon-search {
    background: url('../icons/search.png') no-repeat;
}

.icon-history {
    background: url('../icons/history.png') no-repeat;
}

.icon-inspect {
    background: url('../icons/inspect.png') no-repeat;
}

.icon-block {
    background: url('../icons/block.png') no-repeat;
}

.icon-unblock {
    background: url('../icons/unblock.png') no-repeat;
}

.icon-upload {
    background: url('../icons/upload.png') no-repeat;
}

.icon-view {
    background: url('../icons/view.png') no-repeat;
}
.icon-certificate {
    background: url('../icons/certificate.png') no-repeat;
}
.icon-print {
    background: url('../icons/print.png') no-repeat;
}

.icon-tip {
    background: url('../icons/tip.png') no-repeat;
}

.icon-dashboard {
    background: url('../icons/dashboard.png') no-repeat;
}

.icon-screen {
    background: url('../icons/bullet.png') no-repeat;
}

.icon-settings {
    background: url('../icons/settings.png') no-repeat;
}

.icon-menu {
    background: url('../icons/menu.png') no-repeat;
}

.icon-login {
    background: url('../icons/login.png') no-repeat;
}

.icon-logout {
    background: url('../icons/logout.png') no-repeat;
}

.icon-reports {
    background: url('../icons/reports.png') no-repeat;
}

.icon-report {
    background: url('../icons/report.png') no-repeat;
}

.icon-filter {
    background: url('../icons/filter.png') no-repeat;
}

.icon-approve {
    background: url('../icons/approve.png') no-repeat;
}

.icon-info {
    background: url('../icons/info.png') no-repeat;
}

.icon-comments {
    background: url('../icons/comments.png') no-repeat;
}

.icon-download {
    background: url('../icons/download.png') no-repeat;
}

.icon-export {
    background: url('../icons/export.png') no-repeat;
}

.icon-pdf {
    background: url('../icons/pdf.png') no-repeat;
}

.icon-excel {
    background: url('../icons/excel.png') no-repeat;
}

.icon-modules {
    background: url('../icons/modules.png') no-repeat;
}

.icon-myaccount {
    background: url('../icons/my-account.png') no-repeat;
}

.icon-accounts {
    background: url('../icons/accounting.png') no-repeat;
}

.icon-assign {
    background: url("../icons/assign.png") no-repeat;
}

.icon-credentials {
    background: url('../icons/credentials.png') no-repeat;
}

.icon-admin {
    background: url('../icons/admin.png') no-repeat;
}

.icon-user {
    background: url('../icons/user.png') no-repeat;
}

.icon-group {
    background: url('../icons/group.png') no-repeat;
}

.icon-eco-system {
    background: url('../icons/eco-system.png') no-repeat;
}

.icon-card-transaction {
    background: url('../icons/card-transaction.png') no-repeat;
}

.icon-refund {
    background: url('../icons/refund.png') no-repeat;
}
.icon-back {
    background: url('../icons/back.png') no-repeat;
}

.icon-done {
    background: url('../icons/done.png') no-repeat;
}

.icon-group-add {
    background: url('../icons/table_add.png') no-repeat;
}

.icon-play {
    background: url('../icons/play.png') no-repeat;
}

.icon-stop {
    background: url('../icons/stop.png') no-repeat;
}

.icon-hourglass {
    background: url('../icons/hourglass.png') no-repeat;
}

.icon-organization {
    background: url('../icons/organization.png') no-repeat;
}
.icon-profile {
    background: url('../icons/profile.png') no-repeat;
}

.icon-counter {
    background: url('../icons/counter.png') no-repeat;
}

.icon-users {
    background: url('../icons/users.png') no-repeat;
}

.icon-minus {
    background: url('../icons/minus.png') no-repeat;
}

.icon-finance {
    background: url('../icons/finance.png') no-repeat;
}

.icon-mobile {
    background: url('../icons/mobile.png') no-repeat;
}

.with-icon {
    background-color: #547ab8;
    background-position: 7px 3px;
    padding-left: 30px;
}

