.user-icon {
    background: url("../images/login16x16.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.change-password-icon {
    background: url("../images/change_password16x16.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.logout-icon {
    background: url("../images/exit16x16.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.search-icon-blue {
    background: url("../images/search-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.admin-icon-blue {
    background: url("../images/user-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.add-icon-blue {
    background: url("../images/check-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.export-icon-blue {
    background: url("../images/export-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.upd-icon-blue {
    background: url("../images/edit-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.report-icon-blue {
    background: url("../images/report-blue.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.search-icon-green {
    background: url("../images/search-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.admin-icon-green {
    background: url("../images/user-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.add-icon-green {
    background: url("../images/check-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.export-icon-green {
    background: url("../images/export-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.upd-icon-green {
    background: url("../images/edit-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}

.report-icon-green {
    background: url("../images/report-green.png") no-repeat !important;
    width: 32px;
    height: 16px;
}
