﻿.k-grid-toolbar
{
    background: #271d3b !important;
}

.k-button {
    color: #fff;
   	background:rgba(55,41,83,0.8);
    border-color: #372953;
    box-shadow: none
}

.k-grid .k-grouping-header {
    color: rgba(255,255,255, 0.5);
}

.k-grid-header-full {
    position: sticky;
    top: 0;
    z-index: 10000010;
}

/* TESTE PARA FIXAR */

.k-grid-full{
    position: fixed;
    width: 98%;
    height: 98%;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    z-index: 10000010;
}

.k-grid-content-full{
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    zoom: 1;
    min-height: 0;
    max-height: 80% !important;
}