﻿/*
.k-grid tbody .k-button {
    min-width: 12px;
    width: 18px;
}
*/

.k-datagrid-toolbar {
    padding: 0;
}

.k-datagrid-toolbar-buttons {
    padding: 10px;
}

.k-datagrid-toolbar-filters {
    padding: 10px;
}

.k-grid .k-flat-button {
    padding: 0;
    margin: 0;
    min-width: 16px !important;
    height: 16px !important;
}

.k-grid .k-button.k-button-icontext {
    min-width: 16px !important;
    height: 16px !important;
    border: none;
}

    .k-grid .k-button.k-button-icontext.k-grid-HideText {
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Details {
        background-image: url(icons/grid/details.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Audits {
        background-image: url(icons/grid/audits.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Update {
        background-image: url(icons/grid/update.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Copy {
        background-image: url(icons/grid/copy.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Delete {
        background-image: url(icons/grid/delete.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Report {
        background-image: url(icons/grid/report.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-Audit {
        background-image: url(icons/grid/audit.png);
        background-repeat: no-repeat;
        text-align: center;
        text-indent: -444px;
    }

    .k-grid .k-button.k-button-icontext.k-grid-HideText {
        text-align: center;
        text-indent: -444px;
    }

.k-grid-menu-icon {
    /*    min-width: 24px !important;
    height: 24px !important;
    padding-top: 1px;
    padding-left: 14px;
    padding-bottom: 1px;
    padding-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    width: 100%;
*/
}

.k-grid-Details {
    background-image: url(icons/grid/details.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-UnifiedDetails {
    background-image: url(icons/grid/details.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Audits {
    background-image: url(icons/grid/audits.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Update {
    background-image: url(icons/grid/update.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-UnifiedUpdate {
    background-image: url(icons/grid/update.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Copy {
    background-image: url(icons/grid/copy.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-UnifiedCopy {
    background-image: url(icons/grid/copy.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Delete {
    background-image: url(icons/grid/delete.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-UnifiedDelete {
    background-image: url(icons/grid/delete.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Report {
    background-image: url(icons/grid/report.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-Audit {
    background-image: url(icons/grid/audit.png);
    background-repeat: no-repeat;
    text-align: center;
}

.k-grid-menu-item {
    /*    padding-top: 1px;
    padding-left: 6px;
    padding-bottom: 1px;
    padding-right: 2px;
*/
}

.k-grid-text-cell {
    text-align: left;
}

.k-grid-numeric-cell {
    text-align: right;
}

.k-grid-row-extra {
    background-color: honeydew;
}

/*grid row statuses*/
.k-grid-row-completed {
    background-color: darkcyan;
    opacity: 0.5;
    color: black;
}

.k-grid-row-inprogress {
    background-color: cornflowerblue;
    opacity: 0.5;
    color: black;
}

.k-grid-row-inexpire {
    background-color: indianred;
    opacity: 0.7;
    color: forestgreen;
}

.k-grid-row-waiting {
    background-color: lightgoldenrodyellow;
    opacity: 0.5;
    color: black;
}

.k-grid-row-expired {
    background-color: indianred;
    opacity: 0.5;
    color: black;
}

.k-grid-row-cancel {
    background-color: orangered;
    opacity: 0.5;
    color: black;
}
