/* grid */
.k-grid.tb-small12,
/* grid toolbar */
.k-grid.tb-small12 .k-toolbar,
/* grid cells */
.k-grid.tb-small12 table,
/* textboxes */
.k-grid.tb-small12 .k-input,
/* date pickers */
.k-grid.tb-small12 .k-picker,
/* buttons */
.k-grid.tb-small12 .k-button,
/* column and filter menu */
.k-popup .tb-small12,
.k-popup .k-input .tb-small12,
.k-popup .k-picker .tb-small12,
.k-popup .k-button .tb-small12,
/* dropdowns */
.k-popup .k-list .tb-small12 {
    font-size: 12px;
}

.tb-small12 .k-dropdownlist.k-picker.k-picker-solid {
    width: 6.3em;
}


/* grid */
.k-grid.tb-small,
/* grid toolbar */
.k-grid.tb-small .k-toolbar,
/* grid cells */
.k-grid.tb-small table,
/* textboxes */
.k-grid.tb-small .k-input,
/* date pickers */
.k-grid.tb-small .k-picker,
/* buttons */
.k-grid.tb-small .k-button,
/* column and filter menu */
.k-popup .tb-small,
.k-popup .k-input .tb-small,
.k-popup .k-picker .tb-small,
.k-popup .k-button .tb-small,
/* dropdowns */
.k-popup .k-list .tb-small {
    font-size: 14px;
}

.tb-small .k-dropdownlist.k-picker.k-picker-solid {
    width: 6.3em;
}



.notification-parent {
    /* center this element on the screen, no matter the page scroll offset */
    position: fixed;
    z-index: 9999999; /* depends on other z-indexes on the page */
}

.notification-parent {
    position: relative; /* force the individual notifications respect the position of their parent */
    flex-wrap: nowrap !important; /* display the individual notifications in a single column */
}

.my-custom-actions .k-window-titlebar {
    background-color: #ddd !important;
}

.my-custom-actions .k-window-content {
    background-color: #f8f8f8 !important;
}