﻿/* Hide Kendo widgets until styled */
.k-input, .k-picker {
   
}

    .k-input.k-initialized, .k-picker.k-initialized {
        
    }

body .k-grid table th.k-header {
    font-weight: bold !important;
    font-size: 85%;
}

body .k-grid table td {
    font-size: 85%;
}

div.k-grid-norecords {
  padding:20px; font-style:italic;
}

body .k-grid td.no-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}