﻿.k-grid-filter.k-state-active {
    background-color: aqua;
}

/*.mf-k-grid-header k-header k-with-icon > .k-link*/  
.mf-k-grid-header .k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link{
    /*color: white;*/
    font-weight:bold;
    text-align: center;
}

.mf-k-button-blue {
    background-color: #daecf4;
    border-color: #94c0d2;
    color: #003f59;
    min-width: 10px;
}

.mf-k-button-green {
    background-color: #99EBD6;
    border-color: #CCA300;
    color: #003f59;
    min-width: 10px;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 10px;
}

/*.mf-k-grid-header {
    background: #446e9b !important;
}*/

.k-grid td {
    white-space: normal;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}
  
.k-grid .k-grid-header .k-header {
    white-space: normal;
}
