﻿/* Popup window icons*/
.k-ui-key {
    background-image: url(icons/ui/key.png);
    background-repeat: no-repeat;
}

.k-ui-lamp {
    background-image: url(icons/ui/lamp.png);
    background-repeat: no-repeat;
}

.k-ui-logon {
    background-image: url(icons/ui/logon.png);
    background-repeat: no-repeat;
}

.k-ui-save {
    background-image: url(icons/ui/save.png);
    background-repeat: no-repeat;
}

.k-ui-close {
    background-image: url(icons/ui/close.png);
    background-repeat: no-repeat;
}

.k-ui-delete {
    background-image: url(icons/ui/delete.png);
    background-repeat: no-repeat;
}

.k-ui-okey {
    background-image: url(icons/ui/okey.png);
    background-repeat: no-repeat;
}

.k-ui-mail-open {
    background-image: url(icons/ui/mail-open.png);
    background-repeat: no-repeat;
}

.k-ui-mail {
    background-image: url(icons/ui/mail.png);
    background-repeat: no-repeat;
}

.k-ui-gear {
    background-image: url(icons/ui/gear.png);
    background-repeat: no-repeat;
}

.k-ui-edit {
    background-image: url(icons/ui/edit.png);
    background-repeat: no-repeat;
}

.k-ui-power {
    background-image: url(icons/ui/power.png);
    background-repeat: no-repeat;
}

.k-ui-admin {
    background-image: url(icons/ui/admin.png);
    background-repeat: no-repeat;
}

.k-ui-contract {
    background-image: url(icons/ui/contract.png);
    background-repeat: no-repeat;
}

.k-ui-password-edit {
    background-image: url(icons/ui/password-edit.png);
    background-repeat: no-repeat;
}

.k-ui-profile {
    background-image: url(icons/ui/profile.png);
    background-repeat: no-repeat;
}

.k-ui-profile-add {
    background-image: url(icons/ui/profile-add.png);
    background-repeat: no-repeat;
}

.k-ui-profile-edit {
    background-image: url(icons/ui/profile-edit.png);
    background-repeat: no-repeat;
}

.k-ui-profile-delete {
    background-image: url(icons/ui/profile-delete.png);
    background-repeat: no-repeat;
}

.k-ui-question {
    background-image: url(icons/ui/question.png);
    background-repeat: no-repeat;
}
.k-ui-execute {
    background-image: url(icons/ui/execute.png);
    background-repeat: no-repeat;
}
