﻿
    /*headers*/

.k-grid th.k-header,
.k-grid-header {
    /*background: yellow;*/
    /*font-weight: bold;
        color: #000;
        background-color: #fff;
        border-collapse: collapse;
        border-bottom: #ccc 2px solid;
        padding: 0;*/
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    /*padding: 4px 20px 4px 4px;*/
    background-color: #7e1446;
    /*line-height: 25px;*/
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

        .k-grid th.k-header,
        .k-grid th.k-header .k-link {
            color: white;
        }

    /*rows*/

.k-grid-content > table > tbody > tr {
    background-color: #f2f2f2; /*#dfdfdf;*/
    font-size: 14px;
    cursor: pointer;
}


    .k-grid-content > table > tbody > .k-alt {
        background-color: #ffffff;
        font-size: 14px;
        
    }

    /*selection*/



.k-grid table tr.k-state-selected {
    background: #c1c1c1 /*lightgrey*/;
    color: #fff;
    font-size: 12px;
    /*cursor: pointer;*/
}

    .k-grid-header .k-state-active{
    background-color: #6289B0; /*filter icon  background on filter*/
}

    .k-icon.k-filter {
             
                /*background: url('FilledFilter-15.png');*/
        background-repeat: no-repeat;

            }
    
  .k-pager-wrap .k-dropdown{
      width: 80px; /* specify the width 75px */
     
}