﻿.k-header.k-grid-toolbar {
    background-color: #a0006f;
    border-color: #83016b;
}
.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    background-color: #a0006f;
    border-color: #a0006f;
}

.k-gantt .k-gantt-toolbar .k-button:hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .km-pane-wrapper .k-header .k-button:hover {
    background-color: #b62089;
    border-color: #b62089;
}
.k-panelbar > li.k-state-default > .k-link.k-state-selected, .k-panelbar > li > .k-state-selected, .k-state-selected > .k-link {
    color: #a0006f;
}
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    padding: .714em .357em;
}
.k-calendar .k-header {
    background-color: #a0006f;
}
.k-calendar .k-header .k-state-hover {
    background-color: #b62089;
}
.k-calendar .k-today {
    background-color: #b62089;
}
.k-calendar .k-today.k-state-hover {
    background-color: #a0006f;
}
.k-calendar td.k-state-selected {
    background-color: #efaa00;
}
.k-calendar td.k-state-selected.k-state-hover {
    background-color: #f6ca6d;
}
.k-pager-numbers .k-state-selected {
    border-color: #a0006f transparent transparent;
    color: #a0006f;
}