﻿.telerik-grid-fix-text-size {
    font-size: inherit; /* Fixes issue where new sass themes have bigger fonts than we designed for */
}

    .telerik-grid-fix-text-size .k-table-md {
        font-size: inherit; /* Fixes issue where new sass themes have bigger fonts than we designed for */
    }

.telerik-grid-fix-text-size-embedded {
    font-size: 12px; /* Fixes issue where new sass themes have bigger fonts than we designed for (when in another control like tab panel) */
}

    .telerik-grid-fix-text-size-embedded .k-table-md {
        font-size: 12px; /* Fixes issue where new sass themes have bigger fonts than we designed for (when in another control like tab panel) */
    }

.telerik-menu-fix-height-width {
    height: 40px; /* Fixes issue where new sass themes have smaller menus than we designed for */
}

div.k-grid-norecords {
    width: 100%; /* Fixes issue where the no records box in 2025.1 causes a scroll bar and does not have a proper height to display */
    margin-top: 10px; /* https://github.com/telerik/kendo-ui-core/issues/8139 */
    margin-bottom: 6px;
    height: 55px;
    display: block;
    align-items: center;
}

#MenuDiv {
    visibility: hidden; /* Fixes issue Flash of unstyled content for menu. Starts hidden and when page fully loaded, layout js will show it */
}
