﻿/* GRID */
@media (min-width:0) {
    .e-emptyrow {
        text-align: center;
    }

        .e-emptyrow > td {
            font-weight: bold;
            text-align: center;
        }

    .disablegrid {
        pointer-events: none;
        opacity: 0.4;
    }

    .e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv {
        line-height: 18px !important;
    }

    /*.e-grid .e-columnheader .e-headercell, .e-columnheader .e-detailheadercell {
        color: #FFF;
        background-color: #32a4ba !important;
        background: #32a4ba !important;
        border: 1px solid #e2e2e3 !important;
        border-bottom: none !important;
        margin-bottom: 0;
        margin-top: 0;*/
        /*height: auto !important;*/
        /*min-height: 45px;
        max-height: 45px;
    }*/

        .e-grid .e-columnheader .e-headercell .e-headercelldiv {
            padding: 0 7px !important;
            margin-bottom: 0.25rem;
            margin-top: 0.25rem;
            font-size: 14px;
        }

    .e-grid .e-headercell, .e-grid .e-detailheadercell {
        align-items: center !important;
        margin: auto !important;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .e-grid .e-rowcell .e-checkbox-wrapper .e-label, .e-grid .e-rowcell .e-css.e-checkbox-wrapper .e-label {
        display: none;
    }
}


/*.e-filtertext.e-input.e-disable {
    display: none !important;
}
*/
/* GRID TEMPLATE */
@media (min-width:0) {
    .header-icon-template-container {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }

        .header-icon-template-container [class*='fa-']:not(.info) {
            color: #FFF;
        }

    .inline-button-container {
        display: inline-flex;
        justify-content: end;
        align-items: center;
        width: 100%
    }

        .inline-button-container button, .inline-button-container a {
            margin: 0 !important;
        }
}
