﻿/* Kendo Upload */
.k-dropzone-hovered {
    /* Class added automatically by Kendo when dragging file over select files container. */
    border-color: #0087F7 !important;
}

/* Kendo numeric textbox spinner. */
.k-numerictextbox .k-select {
    width: 1.3rem;
}

/* Add background color to make it more obvious the control is disabled. */
.k-state-disabled {
    background-color: #E3E3E3 !important;
}