﻿
.debug-build-format {
    color: indianred !important;
    font-style: italic;
}

.e-grid .e-ccdlg .e-dlg-content, .e-grid-popup .e-ccdlg .e-dlg-content {
    margin: 40px 0 0;
    margin-right: 5px !important;
    padding: 14px 14px 14px 14px;
    overflow: visible
}

.e-grid .e-headercell {
    height: 30px; /* Adjust the height as needed */
}

.e-tab > .e-content {
    height: calc(100% - 36px); /*tab height - tab header height*/
}

    .e-tab > .e-content .e-item {
        height: 100%;
    }

.e-grid .e-dialog.e-ccdlg {
    min-height: 80vh !important;
    min-width: 275px !important;
    width: 280px !important;
    border-color: grey
}

.e-grid .e-ccdlg .e-footer-content,
.e-dialog .e-dlg-header-content {
    border-color: grey
}

.e-grid .e-ccdlg .e-cc-contentdiv {
    height: calc(80vh - 175px) !important;
    width: 260px !important;
}

/* Hide sf grid cell focus outline */
.e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none !important;
}


.e-grid td.e-groupcaption .e-focus.e-focused {
    box-shadow: none !important;
}


.e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none !important;
}

.custom-icon {
    background-size: auto;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../../images/grid/contextmenuicons/none.png);
}

.add-icon {
    background-image: url(../../images/grid/contextmenuicons/add.png);
}

.open-icon {
    background-image: url(../../images/grid/contextmenuicons/open.png);
}

.update-icon {
    background-image: url(../../images/grid/contextmenuicons/update.png);
}

.backup-icon {
    background-image: url(../../images/grid/contextmenuicons/backup.png);
}

.download-icon {
    background-image: url(../../images/grid/contextmenuicons/download.png);
}

.restore-icon {
    background-image: url(../../images/grid/contextmenuicons/restore.png);
}

.recycle-icon {
    background-image: url(../../images/grid/contextmenuicons/recycle.png);
}

.remove-icon {
    background-image: url(../../images/grid/contextmenuicons/remove.png);
}

.export-icon {
    background-image: url(../../images/grid/contextmenuicons/export.png);
}
