﻿.fa-pencil {
    color: blue !important;
    opacity: 1;
}

.fa-close {
    color: red !important;
    opacity: 1;
}

.k-button-solid-base {
    border-color: aliceblue !important;
    background-color: aliceblue !important;
}

    .k-button-solid-base:hover {
        border-color: antiquewhite !important;
        background-color: antiquewhite !important;
        opacity: 1;
    }

.k-icon-button.k-button-md > .k-button-icon {
    min-width: auto !important;
    min-height: auto !important;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0 !important;
}

.k-filter-row th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.k-pager-numbers .k-link.k-state-selected {
    color: blue !important;
}
