.k-window .k-button 
{
    margin-left:5px;
    line-height:19px;
}

.k-window .k-button:first
{
    margin-right:0px;
}

.k-primary {
    background-color: rgb(245, 245, 245);
}
.k-splitter 
{
    border-width:0px;
}
.k-window, .k-state-focused.k-window
{
    box-shadow: none;
}

.k-item {
    font-size: 10pt;
}

.k-listbox {
    height: 135px;
}

/* Change the title of a kendo.confirm dialog from a url to Confirmation */
.k-confirm .k-window-titlebar::before {
    content: "Confirmation";
}

.k-confirm .k-window-titlebar .k-dialog-title {
    display: none;
}

/* Change the title of a kendo.alert dialog from a url to Message */
.k-alert .k-window-titlebar::before {
    content: "Message";
}

.k-alert .k-window-titlebar .k-dialog-title {
    display: none;
}

/* Change the title of a kendo.alert dialog from a url to Message */
.k-prompt .k-window-titlebar::before {
    content: "Message";
}

.k-prompt .k-window-titlebar .k-dialog-title {
    display: none;
}

/* Fix for thin row when the menu is empty */
.k-menu-horizontal {
    height: 29.85px;
}

/* Fix alignment of Notification icon */
.k-notification-wrap > .k-icon {
    vertical-align: text-bottom;
    padding-right: 0.5em;
}

/* Fix alignment of button icon */
.k-button > .k-icon {
    vertical-align: text-bottom;
}

/* Fix alignment of dropdownlist icon */
.k-dropdown .k-select .k-icon {
    position: static !important;
}

/* Fix to set default color of the primary button to black instead of white */
.k-primary {
    color: #000;
}
.jemmConfirm {
    overflow-y: auto;
    max-height: 400px;
}

.k-widget.k-datetimepicker input
{
    text-transform: uppercase;
}