.ScrollAuto{
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
.GridListarLinhas{
    height: 300px;
}
.GridFiltro{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: auto;
}
.BloquearTitulo{
    position: sticky;
    z-index: 100;
    top: 0;
    background-color: white;
}
.Grid{
    overflow-x: auto;
}

@media screen and  (min-width: 0px) and (max-width: 750px) ,(min-height: 0px) and (max-height: 550px)  {
     
    .Grid{
        max-width: 94vw !important;      
        overflow-x: auto;
        padding-top: 0px !important;
    }

}  
