/* -----------------------------------------
   DMHC Custom CSS for Kendo UI
----------------------------------------- */
/* ----- onfocus -----  */
.k-autocomplete.k-state-focused, .k-combobox .k-state-focused, .k-combobox .k-state-active, .k-datepicker .k-state-focused,
.k-timepicker .k-state-focused,
.k-datetimepicker .k-state-focused, .k-datepicker .k-state-active,
.k-timepicker .k-state-active, .k-list .k-item.k-state-hover, .k-list .k-item.k-state-focused, .k-calendar .k-state-hover, .k-calendar .k-state-focused,
.k-datetimepicker .k-state-active, .k-dateinput .k-state-focused, .k-state-focused .k-multiselect-wrap, .k-numerictextbox .k-state-focused, .k-widget.k-dropdown:focus {
    border-color: rgba(33, 37, 41, 0.125) !important;
    box-shadow: 5px 5px 5px #888888 !important;
    outline: solid 2px #000000 !important;
}
    .k-state-focused .k-multiselect-wrap .k-input {
        outline: solid 1px #0D84D0;
    }

.k-dropdown .k-state-focused {
    box-shadow: none;
}

.k-list .k-item.k-state-hover:not(.k-state-selected), .k-list .k-item.k-state-focused:not(.k-state-selected) {
    background-color: #e4e7eb;
}

