﻿/* UPDATE ANY TIME A KENDO UI UPGRADE IS MADE AS CSS CHANGES */

/* CALENDAR */
.k-calendar .k-calendar-view .k-today {
    color: #000000 !important;
    background-color: #cee1f1 !important;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #ffffff !important;
    background-color: #000000 !important;
}

/* GRID */
.k-grid, .k-table-md {
    font-size: 11px !important;
}

.k-grid-header .k-header {
    background-color: #000000 !important;
    color: #ffffff !important;
}
col.k-sorted, th.k-sorted {
    background-color: #FFFFE1 !important;
}
.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-grid-header-menu, .k-grid .k-hierarchy-cell .k-icon, .k-grid .k-hierarchy-cell .k-svg-icon {
    color: #ffffff !important;
}
.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order {
    color: #ffffff !important;
}

.k-grid td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > .k-table-td {
    background-color: rgba(205, 255, 177, 0.50) !important;
}

.k-grid tbody tr:not(.k-detail-row, .k-state-selected):hover,
.k-grid tbody tr:not(.k-detail-row, .k-state-selected).k-state-hover {
    background-color: #cee1f1 !important;
}

.k-grid .k-hierarchy-cell .k-icon, .k-grid .k-hierarchy-cell .k-svg-icon {
    color: #000000 !important;
}

/* BUTTONS */
.k-button-solid-primary, .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #000000 !important;
    color: white !important;
    background-color: #000000 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)) !important;
}

.k-button-flat-primary {
    color: #000000 !important;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #000000 !important;
    color: white !important;
    background-color: #000000 !important;
}

/* LISTS / LIST ITEMS*/

.k-list-item.k-selected, .k-selected.k-list-optionlabel, .k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
    color: #ffffff;
    background-color: #000000;
}