﻿/*.k-loading-image {
    background-image: url('../lib/kendo/css/bootstrap/loading-image.gif');
}*/

.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}
.k-link {
    font-weight: 600;
}

/*Filter items grouping fix*/
.k-widget * {
    box-sizing: border-box !important;
}

.k-grid-norecords {
    place-content: center;
    align-items: flex-start !important;
}

.k-disabled {
    pointer-events: stroke !important;
}

/*EditbleGrid Initially set the display to none for elements with the specific class */
.k-table-td[data-style-display="none"] {
    display: none;
}

.k-content.k-iframe {
    background-color: white;
 }