﻿
.k-i-gear::before {
    content: url(/images/feather/settings.svg);
}

.k-i-eye::before {
    content: url(/images/feather/eye.svg);
}
.k-i-eye-slash::before {
    content: url(/images/feather/eye-off.svg);
}
.k-i-copy::before {
    content: url(/images/feather/copy.svg);
}
.k-i-plus::before, .k-plus::before {
    content: url(/images/feather/plus.svg);
}
.k-i-arrow-chevron-left::before {
    content: url(/images/feather/chevron-left.svg);
}
.k-i-arrow-60-right::before, .k-i-caret-alt-right::before {
    content: url(/images/feather/chevron-right.svg);
}
.k-i-arrow-end-right::before, .k-i-caret-alt-to-right::before {
    content: url(/images/feather/chevrons-right.svg);
}
.k-i-arrow-end-left::before, .k-i-caret-alt-to-left::before {
    content: url(/images/feather/chevrons-left.svg);
}
.k-i-arrow-60-left::before, .k-i-caret-alt-left::before {
    content: url(/images/feather/chevron-left.svg);
}
.k-i-arrow-60-up::before, .k-i-caret-alt-up::before {
    content: url(/images/feather/chevron-up.svg);
}
.k-i-cancel::before, .k-i-close::before, .k-i-x::before {
    content: url(/images/feather/x.svg);
}

.k-i-file-excel::before {
    content: url(/images/feather/file.svg);
}
 .k-i-arrow-rotate-ccw-small::before {
    content: url(/images/feather/rotate-ccw.svg);
}
.k-i-reset::before, .k-i-undo::before {
    content: url(/images/feather/rotate-cw.svg);
}
.k-i-refresh::before {
    content: url(/images/feather/refresh-ccw.svg);
}
.k-i-add::before {
    content: url(/images/feather/plus.svg);
}
.k-i-search::before {
    content: url(/images/feather/search.svg);
}

.k-i-arrow-60-down::before, .k-i-caret-alt-down::before {
    content: url(/images/feather/chevron-down.svg);
}
.k-i-calendar::before {
    content: url(/images/feather/calendar.svg);
}
.k-i-pencil::before, .k-i-edit::before {
    content: url(/images/feather/edit-2.svg);
}
.k-i-arrow-n::before {
    content: url(/images/feather/chevron-up.svg);
}
.k-i-arrow-s::before {
    content: url(/images/feather/chevron-down.svg);
}
.k-i-save::before {
    content: url(/images/feather/save.svg);
}
.k-i-trash::before, .k-i-delete::before {
    content: url(/images/feather/trash-2.svg);
}
td .k-i-x-circle::before {
    content: url(/images/feather/x-circle.svg);
}
td .k-i-check-circle::before {
    content: url(/images/feather/check-circle.svg);
}
.k-i-download::before {
    content: url(/images/feather/download.svg);
}
.k-i-clock::before {
    content: url(/images/feather/cloud.svg);
}
.k-i-filter::before {
    content: url(/images/feather/filter.svg);
}
.k-i-envelop::before {
    content: url(/images/feather/mail.svg);
}
/*.k-multiselect .k-multiselect-wrap::before, .k-dropdowntree .k-multiselect-wrap::before {
    content: url(/images/Select.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
}*/
.k-i-zoom-in::before {
    content: url(/images/feather/zoom-in.svg);
}
.k-i-zoom::before {
    content: url(/images/feather/zoom-in.svg);
}
.k-i-comment::before {
    content: url(/images/feather/message-circle.svg);
}
span.k-icon.k-i-user:before {
    content: url(/images/feather/user.svg);
}
.fa-angle-down:before, .fa-angle-up:before {
    content: url(/images/feather/chevron-down.svg);
}

.k-i-window-maximize::before {
    content: url(/images/feather/zoom-in.svg);
}
.k-i-window-restore::before {
    content: url(/images/feather/zoom-out.svg);
}

.k-i-expand::before,
.k-i-collapse::before {
    color: #4875B3;
    zoom: 1.4;
    margin-top: -3px
}

.treelist-child-icon::before {
    content: "\25CF";
    color: #9BC225;
    zoom: 1.3;
}
/*.add-pc button.k-button .k-icon:before {
    content: "\e11e";
}*/
.k-i-check::before {
    content: url(/images/feather/check.svg);
}