﻿

/* paramquery grid overrides */

.pq-grid-col {
    font-weight: 600;
    color: #333;
}

.pq-grid-col .pq-title-span, .pq-grid-col .pq-col-sort-count {
    font-size: .750rem !important;
}

.pq-grid-cell div {
    font-size: .750rem !important;
}

.pq-theme input[type=checkbox] {
    margin-left: 0 !important;
}

.pq-theme .pq-title-span input[type=checkbox] {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* grid theme sets the font-family to inherit so need this for font awesome icons in the grid */
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-lg {
    font-size: 1.25em !important;
}

.grid-icon-btn {
    margin-right: 5px;
}

.pq-grid-cell[title] {
    background-image: none;
}