﻿.report-exec, .report-exec:hover {
    background-color: #2c3033;
    border: none;
    color: #fff;
    font-family: sans-serif;
    border-radius: 4px;
    height: 30px;
    padding: 0 12px;
    margin: 0 1px;
}

#rgCategories .k-grid-content, #rgTypes .k-grid-content {
    height: calc(100vh - 345px) !important;
}

#rgCategories .k-filter-row input, #rgTypes .k-filter-row input {
    border: 1px solid #d4d4d4;
    border-radius: 5px !important;
    font-weight: normal;
    font-family: 'Quicksand';
    font-size: 10px;
}

#rgCategories .k-filter-row .k-operator-hidden, #rgTypes .k-filter-row .k-operator-hidden {
    width: fit-content !important;
}

#rgCategories .k-grid-content input, #rgTypes .k-grid-content input {
    background-color: transparent !important;
}

#rgCategories .k-grid-content tr.highlight, #rgTypes .k-grid-content tr.highlight {
    background-color: #79c1bb !important;
}

.area-rwrd-mthd {
    text-align: center;
    /*background-color: #d2d7d9;*/
    margin-bottom: 10px;
}

    .area-rwrd-mthd label {
        top: -2px;
        position: relative;
        padding-right: 18px;
        font-family: sans-serif;
        cursor: pointer;
    }

.area-rwrds .on-bill, .area-rwrds .on-ctgry, .area-rwrds .on-types {
    display: none;
}

.area-rwrds.B .on-bill, .area-rwrds.C .on-ctgry, .area-rwrds.T .on-types {
    display: block !important;
}

.area-rwrds.B, .area-rwrds.C, .area-rwrds.T {
    padding-left: 30px !important;
}

.category-search {
    height: 25px !important;
    border: 1px solid #b7b7b78c !important;
    border-radius: 0px !important;
    outline: 0;
    box-shadow: none;
}
