﻿/*
    Consisnet S.A.
    ARCHIVO DE ESTILOS PARA GRILLA KENDO UI GRID
    TODO AJUSTE DE ESTILO COMUN A TODAS LAS GRILLAS
    DEL SISTEMA: AQUÍ.
    */

/* GRILLAS QUE USAN FILTROS GENERALES POR DEFECTO OCULTA HASTA CONSULTAR */
.grid-hidden {
    display: none;
}

.k-grid td
{
    white-space: nowrap;/*Previene text-wrap/multilinea en textos largos*/
    overflow: hidden;
    line-height: 1em;
    font-size: 0.750em;
}

tbody {
    text-transform:uppercase; /*Mayúsculas en texto de grilla*/
}
.k-header .k-link{
    text-align: left;
    font-weight: bold;
    width: 100%;
}

/*Estilo del panel de loading de la grilla en llamadas ajax*/
.k-grid-content > .k-loading-mask
{
    visibility: hidden;
}

.k-grid-content {

    height:95vh;

} 
               
.k-grid > .k-loading-mask
{
    z-index: 999;
}
                
.k-grid > .k-loading-mask > .k-loading-color
{
    opacity: .7;
}

.btn-edit-grid {
    min-width: 30px !important;
}

.btn-edit-grid,
.k-grid-cancel{
    min-width: 30px !important;
}
.btn-edit-grid,
.k-grid-update{
    min-width: 30px !important;
}
