/**
 * ParamQuery Pro v5.1.0
 * 
 * Copyright (c) 2012-2018 Paramvir Dhindsa (http://paramquery.com)
 * Released under Commercial license
 * http://paramquery.com/pro/license
 * 
 */
div.pq-grid *{   
    line-height:normal;
    font-family: "Open Sans";
    font-size: inherit;
}
.pq-grid .ui-icon{
    display:inline-block;
}
.ui-icon.pq-col-sort-icon{
    vertical-align: bottom;
}
.pq-slider-icon{
    top:4px;
}
.pq-grid-top.ui-widget-header{
    font-weight:normal;
}
.pq-grid-header-search-row{
    font-weight:normal;
}
.pq-ui-button.ui-widget-header{
    background: transparent;
    border-width:0;
    border-radius: 4px;
    margin:1px;
    padding:0 3px;
    cursor:pointer;
    font-size:16px;
}
.pq-ui-button:hover,
.pq-ui-button:focus{
    border-width:1px;
    margin:0;
    outline:none;
}
.pq-cont-lt, .pq-cont-tr,.pq-body-outer .pq-cont-left{
    border-color: #ccc;
}
.pq-grid-select-overlay{
    background: rgba(0, 0, 0, 0.1);
}
.pq-grid-cell, .pq-grid-number-cell{
    padding: 3px; 
}
.pq-grid-cell, .pq-grid-row{
    border-color: #ccc;
}
.pq-td-border-right > .pq-grid-row > .pq-grid-cell{
    border-right-color: #ccc;
}
.pq-loading-bg{
    background:#ccc;
}
.pq-grid-bottom select{
    color: initial;
}
.pq-pager-input{
    color: initial;
    padding:0 1px;
    text-align:center;
    width:35px;
    margin-right:5px;
    border-width:1px;
}
.pq-ui-button.disabled{    
    opacity: 0.3;
}
