﻿/*To handle the kendo no wrap functionality*/
/*.k-grid-content-locked, .k-grid-content, .k-pager-wrap {
            white-space: nowrap;
        }*/

.k-grid tbody tr {
    height: 30px;
}

.k-grid td {
    white-space: nowrap;
}

.k-picker-wrap {
    padding-right: 4em !important;
}

    .k-picker-wrap .k-select {
        width: 4em !important;
        cursor: pointer !important;
    }

.k-icon {
    color: #2a6496 !important;
}

.k-window-actions .k-icon {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.k-window-titlebar {
    background: #0884c2 !important;
     color: #fff !important;
}

.k-window .k-window-content .grid-content {
    border: 0px !important;
}

.k-tooltip .k-link{
   color : #fff !important;
}

.k-tooltip .k-header-column-menu, .k-tooltip k-icon{
   display: none !important;
}
