﻿.mxicon {
    position: relative;
    top: 1px;
    display: inline-block;
    speak: none;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mxicon-gridtoolbar {
    width: 16px;
    height: 16px;
}
.mxicon-tabs {
    transform: scale(0.65);
    padding: 0 !important;
    margin: 0 !important;
}

.tab-text {
    font-size: 12px;
    padding: 0px 0px;
}
.mxicon-toolbar{
    height:25px;
}
.mxicon-crud {
    height:20px;
}
.mxicon-spin {
    height: 10px;
}

.bfunlink-icon {
    content: url('../images/otherimg/Unlink.png');
    height: 22px;
}

.mxiconform {
    content: url('../images/otherimg/mxIconForm.png');
    height: 22px;
}

.mxiconreport {
    content: url('../images/otherimg/mxIconReport.png');
    height: 22px;
}
.mxiconsystem {
    content: url('../images/otherimg/mxIconSystem.png');
    height: 22px;
}
.mxiconsystemdefault {
    content: url('../images/otherimg/mxIconSystemDefault.png');
    height: 22px;
}
.mxiconuser {
    content: url('../images/otherimg/mxIconUser.png');
    height: 22px;
}
.mxiconuserdefault {
    content: url('../images/otherimg/mxIconUserDefault.png');
    height: 22px;
}
.mxiconform {
    content: url('../images/otherimg/mxIconForm.png');
}

.mxicon-resetreceiving {
    content: url('../images/crudimg/ResetReceiving.png');
}
.mxicon-receiveline {
    content: url('../images/crudimg/receiveline.png');
}
.mxicon-detailopen {
    content: url('../images/crudimg/collapse.png');
}
.mxicon-detailclose {
    content: url('../images/crudimg/expand.png');
}
.mxicon-normal {
    content: url('../images/otherimg/normal.png');
}
.mxicon-low {
    content: url('../images/otherimg/low.png');
}
.mxicon-high {
    content: url('../images/otherimg/high.png');
}
.mxicon-search {
    content: url('../images/otherimg/search.png');
}
.mxicon-file {
    content: url('../images/toolbarimg/fileattached.png');
}
.mxicon-fileLinked {
    content: url('../images/toolbarimg/filelinked.png');
}
.mxicon-new {
    content: url('../images/crudimg/new.png');
}
.mxicon-edit {
    content: url('../images/crudimg/edit.png');
}
.mxicon-notes {
    content: url('../images/crudimg/notes.png');
}
.mxicon-search {
    content: url('../images/crudimg/search.png');
}
.mxicon-scannerSubmit {
    content: url('../images/otherimg/scanner_submit.png');
    display: block;    
    object-fit: contain; /* or cover, as needed */
    margin: 0;
    padding: 0;
}
.mxiconScanner-new {
    content: url('../images/otherimg/scanner_add.png');
}
.mxicon-reportlist {
    content: url('../images/icon/reportlist.png');
    padding: 0 !important;
}
.mxicon-delete {
    content: url('../images/crudimg/delete.png');
}
.mxicon-save {
    content: url('../images/crudimg/save.png');
}
.mxicon-undo {
    content: url('../images/crudimg/undo.png');
}
.mxicon-close {
    content: url('../images/otherimg/close.png');
}
.mxicon-exit {
    content: url('../images/otherimg/PdfClose.png');
}
.mxicon-commit {
    content: url('../images/otherimg/commit.png');
}
.mxicon-shoppinglist {
    content: url('../images/navimg/ShoppingList.png');
}
.mxicon-userprofile {
    content: url('../images/otherimg/user.png');
    height:30px;
}
.mxicon-userprofile2 {
    content: url('../images/otherimg/iuser.png');
    height: 30px;
}
.mx-file-upload-drag {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border: 1px dashed #000;
}
.mx-file-upload-dragzone:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border: 1px dashed #000;
}
.grid-icon-column-chooser,
.treelist-icon-column-chooser {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/icon/column-chooser.svg");
    mask-image: url("../images/icon/column-chooser.svg");
    background-color: currentColor;
}
