﻿
/*gridin gruplaması açılınca eklediğimiz grup itemleri*/
.e-grid .e-groupheadercell {
    padding: 1px !important;
    height: 25px !important;
}


/*grid kolonlarının seçtiren diyalog*/
.e-ccdlg.e-cc.e-control.e-dialog.e-lib.e-popup.e-popup-open {
    top: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0px;
    bottom: 30px;
    /*    max-height: calc(100vh - 150px) !important;
*/
}

.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label {
    font-family: 'Segoe UI Semibold' !important;
}

.e-parentmsgbar{
    margin-inline-start:6px;
}

.foot-setting {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 1rem 2.25rem !important;
}


.e-grid .e-emptyrow td {
    height: 60vh;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    font-family: 'Segoe UI Semibold';
    justify-content: center;
}

.little-icon2{
    font-size:13px !important;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: #fc9c3c !important;
}