/**
 * ParamQuery Grid a.k.a. pqGrid v1.1.3
 * 
 * Copyright (c) 2012-2013 Paramvir Dhindsa
 * Released under GPL v3 license
 * http://paramquery.com/license
 * 
 */

div.pq-grid {
    font-family: Roboto;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #fff;*/
    /*border-radius: 5px;*/
}

    div.pq-grid * {
        /*margin: 0px;*/
        /*padding: 0px;*/
        line-height: normal;
        border: 0px solid;
    }

        div.pq-grid *:focus {
            outline: 1px dotted gray;
        }

div.pq-grid-top {
    border-width: 0px;
}

div.pq-grid-title {
    margin: 0;
    padding: 0;
    height: 0;
}

div.pq-grid-toolbar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c5c5c5;
    padding: 3px 5px 4px;
    zoom: 1;
    overflow: hidden;
}

    div.pq-grid-toolbar .ui-button {
        margin: 0px 4px;
    }

div.pq-grid div.draggable {
    cursor: move;
}

div.pq-grid-bottom {
    border-top: 1px solid #c5c5c5;
    background: #ffffff;
    color: #333;
    border-radius: 0 0 5px 5px;
}

div.pq-grid-footer {
    border-top: 1px solid #fff;
    padding: 2px 5px 2px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

    div.pq-grid-footer[isNestedGrid=true] {
        border-top: 1px solid #fff;
        padding: 2px 5px 2px;
        overflow: hidden;
        position: relative;
        margin-top: 0px;
    }

div.pq-grid-inner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.selectGridRPP {
    cursor: pointer;
    border-radius: 3px !important;
    border: 1px solid #e6e6e6 !important;
    padding-top: 5px;
    padding-bottom: 6px;
    background-color: #fbfbfb !important;
}

    .selectGridRPP[isNestedGrid="true"] {
        cursor: pointer;
        border-radius: 3px !important;
        border: 1px solid #e6e6e6 !important;
        background-color: #fbfbfb !important;
    }


div.pq-grid-right {
    position: relative;
    overflow: hidden;
    display: block;
}

div.pq-header-outer {
    position: relative;
    background: #fff;
    overflow: hidden;
    /*border-bottom: 1px solid #dcdcdc;*/
    width: 100%;
    z-index: 1;
}

.pq-grid span.pq-grid-header {
    position: absolute;
    top: -2px;
    cursor: default;
    display: inline-block;
    overflow: hidden;
    border-width: 0px;
}

.grid-menu-container {
    display: none;
    padding: 1px;
    flex-direction: column;
    position: absolute;
    background: #fdfdfd;
    width: 220px;
    z-index: 999;
}

.grid-submenu-container {
    display: none;
    padding: 1px;
    flex-direction: column;
    position: absolute;
    background: #fdfdfd;
    width: 136px;
    z-index: 999;
    border: 1px solid #d4d4d4;
}

.pq-grid-header td {
    /* background: #f5f5f5;*/
    background: #1c7eaf;
    color: #ffffff;
    /*font-weight: bold;*/
    text-align: center;
   /* border-bottom: 1px solid #fafafa;*/
}

    .pq-grid-header td.pq-col-sort-asc, .pq-grid-header td.pq-col-sort-desc {
        /* background-color:#f3f4f5; */
       /* border-bottom: 1px solid #fafafa;*/
    }

.pq-grid-header .pq-col-sort-asc .pq-col-sort-icon {
    padding-right: 16px;
    height: 16px;
    width: 16px;
    BACKGROUND: url(images/sort_asc.gif) no-repeat right 6px;
}

.pq-grid-header .pq-col-sort-desc .pq-col-sort-icon {
    padding-right: 16px;
    BACKGROUND: url(images/sort_desc.gif) no-repeat right 6px;
}

.pq-grid-col-resize-handle {
    cursor: w-resize;
    display: block;
    width: 20px;
    height: 22px; 
    z-index: 2;
    position: absolute;
    top: 0px;
}

.pq-grid-drag-bar {
    position: absolute;
    width: 1px;
    z-index: 100;
    top: 0px;
    background-color: #000;
}

div.pq-grid .pq-align-right {
    text-align: right;
}

    div.pq-grid .pq-align-right * {
        text-align: right;
    }

div.pq-grid .pq-align-center {
    text-align: center;
}


div.pq-cont-right {
    position: relative;
    overflow: hidden;
    border-width: 0px;
}

div.pq-cont {
    /* overflow:hidden; */
    border-top: 0px;
    width: 100%;
    position: relative;
    background: #ffffff;
}

.pq-grid .pq-cont .ui-state-hover {
}


table.pq-grid-table {
    border-spacing: 0px;
    /*table-layout:fixed;*/
    position: relative;
    /*width: 100%;*/
}

table.pq-grid-header-table {
    /*table-layout:fixed;*/
    width: 0px;
    border-spacing: 0px;
    /*width: 100%;*/
}

    table.pq-grid-header-table div.pq-grid-header-table-div {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 0px;
        font-size: 14px;
        text-align: left;
        padding-top: 10px;
        min-width: 30px;
    }
        table.pq-grid-header-table div.pq-grid-header-table-div[isNestedGrid=true] {
            padding-bottom: 5px;
            padding-top: 5px;
        }

        table.pq-grid-header-table div.pq-grid-header-table-div-filter {
            padding-top: 2px;
            padding-bottom: 2px;
            font-size: 11px;
            position: relative;
            /*z-index: 10;*/
            display: inline-block;
            white-space: nowrap;
            width: 100%;
        }

        table.pq-grid-header-table div.pq-grid-header-table-div-filter input {
            background-color: white;
            border: 1px solid #c2c2c2;
            min-width: 40px;
            padding-left: 0px;
            border-radius: 3px;
            height: 21px;
            font-size: 13px;
        }

    table.pq-grid-header-table td {
        /*border-right:1px solid #ccc;*/
    }

div.pq-grid-header_ddn_icon {
    position: absolute;
    top: 0;
    width: 16px;
    height: 100%;
    border-left: 1px solid #fff;
}

div.pq-grid-header_ddn_icon_bg {
    display: none;
    position: absolute;
    top: 0;
    width: 17px;
    height: 100%;
    border-left: 1px solid #ccc;
}

div.ui-resizable-handle {
    z-index: 1;
}

.pq-grid td.pq-grid-col {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

td.pq-grid-number-col {
    border-right: 1px solid #cfcfcf;
}

.pq-grid .pq-col-drag-helper {
    border: 1px solid steelblue;
    background: #fff;
    padding: 3px;
}

    .pq-grid .pq-col-drag-helper .pq-drag-icon {
        background: url("images/cross.png");
        height: 16px;
        width: 16px;
        margin-right: 5px;
        margin-bottom: -3px;
        display: inline-block;
    }

.pq-grid .pq-drag-accept .pq-drag-icon {
    background: url("images/tick.png");
}

.pq-grid td.pq-drop-hover {
    background: #fff;
    background-image: url("");
}

div.pq-grid-col-resize-handle {
}

tr.pq-row-hidden {
    visibility: hidden;
    height: 1px;
}

div.pq-grid tr {
}

td.pq-grid-cell {
    /*overflow:hidden;*/
    padding: 2px 0 2px 0;
    margin: 0px;
    vertical-align: middle;
    background: #ffffff;
}

.pq-grid-cell[pq-col-indx="-1"] {
    background-color: blue;
}

td div.pq-td-div {
    padding-left: 10px;
    padding-right: 10px;
    /*display: inline-block;*/
    overflow: hidden;
    /*min-width: 50px;*/
    min-height: 25px;
}

.pq-wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.pq-grid-td-border-right td.pq-grid-cell {
    /* border-right:1px solid #d0d0d0; */
}

table.pq-grid-td-border-bottom td.pq-grid-cell {
    border-bottom: 1px solid #ededed;
}

table.pq-grid-td-border-bottom td.pq-grid-cell[style*=hidden] {
    border-bottom: 0px none;
}


tr td.pq-grid-td-border-right div {
}

div.pq-grid .pq-grid-oddRow {
}

tr.pq-grid-oddRow td {
    /*background: #fafafa;*/
}

div.pq-cell-selected-border {
    border: 2px solid #ADD6FF;
    position: absolute;
    padding: 0px;
}

div.pq-cell-selected-border-edit {
    background: #fff;
    color: #333;
}

div.pq-grid-editor-default {
    background: #fff;
    padding: 2px;
}

tr td.pq-grid-number-cell {
    border-right: 1px solid #c5c5c5;
    cursor: pointer;
}

.pq-grid td.pq-grid-number-cell {
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    border-top: 0px;
    border-left: 0px;
    cursor: pointer;
}

tr td.pq-last-freeze-col {
    border-right: 1px solid steelblue;
}

div.pq-grid-disable {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ccc;
    z-index: 3;
}

div.pq-loading {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

    div.pq-loading div.pq-loading-bg {
        background: #ccc;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

div.pq-loading-mask {
    width: 100px;
    height: 25px;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -13px;
}

.pq-grid div.pq-loading-mask div {
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 29px;
    line-height: 23px;
    background-image: url("images/loading.gif");
    background-position: 6px center;
    background-repeat: no-repeat;
}

div.pq-vscroll {
    height: 150px;
    /*width:17px;*/
    border: 0px solid blue;
    position: absolute;
    right: 0px;
    bottom: 17px;
    /*display: none;*/
}

div.pq-hscroll {
    /*height:17px;*/
    border: 0px solid blue;
    position: absolute;
    /*right: 17px;*/
    bottom: 0px;
}

div.pq-hvscroll-square {
    height: 17px;
    width: 17px;
    border: 0px solid blue;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.pq-tree-icon-container {
    position: relative;
    float: left;
    height: 16px;
}

.pq-tree-icon {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 16px;
    right: 0px;
    top: -2px;
}
tr.pq-grid-row {
    height: 50px;
    max-height: 50px;
}
    tr.pq-grid-row[isNestedGrid=true] {
        height: 20px;
        max-height: 50px;
    }
tr.pq-grid-row-hover td {
    background-color: #efeded;
}

tr.pq-row-select td {
    background-color: #e4e5e6;
    color: #263949;
}

div.pq-grid tr td.pq-cell-select {
    border-top-width: 0px;
    border-left-width: 0px;
}

.pq-pager {
    padding: 2px 5px 13px;
    overflow: hidden;
    vertical-align: middle;
}

    .pq-pager * {
        vertical-align: middle;
    }

.pq-grid span.pq-separator {
    /* height:18px; */
    /* border-left:1px solid #ccc; */
    border-right: 1px solid #fff;
    /* display:inline-block; */
    /*margin-right:5px;*/
}

.pq-pager input {
    padding: 0px 1px;
    text-align: center;
    width: 35px;
    margin-right: 5px;
    height: 16px;
}

div.pq-pager span, div.pq-pager select {
}

.pq-pager .pq-pageholder {
}

.pq-grid button.ui-button-icon-only {
    height: 22px;
    width: 22px;
    margin-right: 5px;
    padding: 0.2em 0.2em;
}

.ui-state-default .pq-page-first {
    background: url('images/page-first.gif');
}

.ui-state-default .pq-page-prev {
    background: url('images/page-prev.gif');
}

.ui-state-default .pq-page-next {
    background: url('images/page-next.gif');
}

.ui-state-default .pq-page-last {
    background: url('images/page-last.gif');
}

.pq-grid .ui-state-default .pq-refresh {
    background: url('images/refresh.png');
}

.ui-state-default .pq-filter {
    background-image: url(images/filter-off.gif);
}

.ui-state-default .pq-advanced-search {
    background: url('images/advanced_search.png');
}

.ui-state-default .pqgrid-img-filter-on {
    background-image: url(images/filter-on.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.ui-state-default .pq-select {
    background: url('images/table_select_all.png');
}

.ui-state-default .pqgrid-img-filter-off {
    background-image: url(images/filter-off.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.ui-state-default .pq-removesorting {
    background: url('images/removesorting.png');
}

.ui-state-default .pq-savecols {
    background: url('images/save-colsdim.png');
}

.ui-state-default .pq-addsorting {
    background: url('images/addsorting.png');
    width: 32px;
}

.ui-state-default .pq-removefilters {
    background: url('images/filter_white_off.png');
}

.ui-state-default .pq-removefilters-on {
    background: url('images/filter_white_off_on.png');
}

.ui-state-default .pq-ext-filters-on {
    background: url('images/filter_ext_on.png');
}

.ui-state-default .pq-ext-filters-off {
    background: url('images/filter_white_off.png');
}

.ui-state-default .pqgrid-img-showhidecolumns {
    background: url('images/showhidecolumns.png');
}

.ui-state-default .pqgrid-img-zip {
    background: url('images/zip.png');
}

.ui-state-default .pqgrid-img-multidoc {
    background: url('images/multidoc.png');
}

.ui-state-default .pqgrid-img-excel {
    background: url('images/excel.png');
}

.ui-state-default .pqgrid-img-mail {
    background: url('images/email.png');
}

.ui-state-default .pqgrid-img-evidence {
    background: url('images/evidence.png');
}

.ui-state-default .pq-options {
    background: url('images/options.png');
}

.ui-state-default:hover {
    cursor: pointer;
    background-color: #bbcaca;
}

.pq-scrollbar-vert {
    display: block;
    width: 17px;
    background: #efefef url(images/vert-bg.png);
}

.pq-scrollbar-horiz {
    display: block;
    height: 17px;
    background: #efefef url(images/horiz-bg.png);
}

.pq-scrollbar-vert * {
    padding: 0px;
    margin: 0px;
}

.pq-scrollbar-horiz * {
    padding: 0px;
    margin: 0px;
}

.pq-sb-btn {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: steelblue;
}

.pq-scrollbar-vert div.top-btn {
    left: 0px;
    top: 0px;
    background: url(images/sprite.png);
}

.pq-scrollbar-horiz div.left-btn {
    left: 0px;
    top: 0px;
    background: url(images/sprite.png) -34px;
}

.pq-scrollbar-vert div.bottom-btn {
    left: 0px;
    bottom: 0px;
    background: url(images/sprite.png) -17px;
}

.pq-scrollbar-horiz div.right-btn {
    top: 0px;
    right: 0px;
    background: url(images/sprite.png) -51px;
}

.pq-sb-slider {
    position: absolute;
}

    .pq-sb-slider * {
        background: url(images/sprite.png);
    }

.pq-sb-slider-h {
    position: absolute;
}

    .pq-sb-slider-h * {
        display: inline-block;
        background: url(images/sprite.png);
    }

.pq-sb-slider .vert-slider-top {
    width: 17px;
    height: 3px;
    overflow: hidden;
    background-position: 17px -8px;
}

.pq-sb-slider-h .horiz-slider-left {
    height: 17px;
    width: 3px;
    overflow: hidden;
    background-position: -68px 0px;
}

.pq-sb-slider .vert-slider-bg {
    width: 17px;
    overflow: hidden;
    background: #c7cbcf url(images/vert-slider-bg.png);
}

.pq-sb-slider-h .horiz-slider-bg {
    height: 17px;
    overflow: hidden;
    background: #c3c3c3 url(images/horiz-slider-bg.png);
}

.pq-sb-slider .vert-slider-center {
    width: 17px;
    height: 8px;
    overflow: hidden;
    background-position: 17px 0px;
}

.pq-sb-slider-h .horiz-slider-center {
    height: 17px;
    width: 8px;
    overflow: hidden;
    background-position: -74px 0px;
}

.pq-sb-slider .vert-slider-bottom {
    width: 17px;
    height: 3px;
    overflow: hidden;
    background-position: 17px -11px;
}

.pq-sb-slider-h .horiz-slider-right {
    height: 17px;
    width: 3px;
    overflow: hidden;
    background-position: -71px 0px;
}

.pqgrid-img-filter-on {
    background-image: url(images/filter-on.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.pqgrid-img-filter-off {
    background-image: url(images/filter-off.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.pqgrid-img-document-wor {
    /*background-image: url(images/icowor.png);*/
    background-image: url(images/icons/documentIco/doc.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-folder {
    /*background-image: url(images/icowor.png);*/
    background-image: url(images/icons/documentIco/folder.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-xls {
    /*background-image: url(images/icoxls.png);*/
    background-image: url(images/icons/documentIco/xls.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-ppt {
    /*background-image: url(images/icoppt.png);*/
    background-image: url(images/icons/documentIco/ppt.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-img {
    background-image: url(images/icons/documentIco/png.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-pdf {
    /*background-image: url(images/icopdf.png);*/
    background-image: url(images/icons/documentIco/pdf.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-email {
    /*background-image: url(images/icopdf.png);*/
    background-image: url(images/icons/documentIco/email.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    background-size: contain;
}

.pqgrid-img-document-htm {
    /*background-image: url(images/icohtm.png);*/
    background-image: url(images/icons/documentIco/htm.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-log {
    background-image: url(images/icolog.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-rar {
    background-image: url(images/icorar.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-audio {
    background-image: url(images/icoaudio.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-video {
    background-image: url(images/icovideo.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-xml {
    background-image: url(images/icons/documentIco/xml.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-def {
    background-image: url(images/icons/documentIco/blank.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-txt {
    /*background-image: url(images/icotxt.png);*/
    background-image: url(images/icons/documentIco/txt.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-document-p7m {
    /*background-image: url(images/icotxt.png);*/
    background-image: url(images/icons/documentIco/p7m.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.pqgrid-img-versioning {
    background-image: url(images/versioning.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.tr-ligthblue td {
    background: #E0F0FF;
}

.icon-cancel-filter-white {
    /* background-image: url(images/remove-filter.png);
    background-repeat: no-repeat;*/
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff !important;
    color: #b2c1ca !important;
}

.checkbox-filter + .icon-cancel-filter-white {
    line-height: 3px !important;
}


.icon-cancel-filter-lightblue {
    display: inline-flex;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    border-width: 0px;
    color: #b2c1d4;
}

.textbox-filter {
    border-radius: 3px;
    border: 1px solid #c9cbcc;
    position: relative;
    z-index: 99999;
    min-width: 20px;
    width: 85%;
}

.date-filter, .datetime-filter {
    min-width: 20px;
    width: 90%;
}


.pq-td-filter {
    position: relative;
    z-index: 5;
    background-color: #ffffff !important;
}

.pq-scrollbar-horiz-mobile {
    height: 34px;
    background: #efefef url(images/horiz-bg-mobile.png);
}

    .pq-scrollbar-horiz-mobile div.left-btn {
        background: url(images/sprite-mobile.png) -68px;
    }

    .pq-scrollbar-horiz-mobile div.right-btn {
        background: url(images/sprite-mobile.png) -102px;
    }

    .pq-scrollbar-horiz-mobile .pq-sb-btn {
        width: 34px;
        height: 34px;
    }

    .pq-scrollbar-horiz-mobile pq-sb-slider-h {
        left: 34px;
    }

    .pq-scrollbar-horiz-mobile .pq-sb-slider-h .horiz-slider-bg {
        height: 34px;
        overflow: hidden;
        background: none;
    }

    .pq-scrollbar-horiz-mobile .pq-sb-slider-h .horiz-slider-center {
        height: 34px;
        width: 8px;
        overflow: hidden;
        background: none;
    }

    .pq-scrollbar-horiz-mobile .horiz-slider-right {
        background: none;
    }

    .pq-scrollbar-horiz-mobile .horiz-slider-left {
        background: none;
    }

.pq-scrollbar-vert-mobile {
    display: block;
    width: 34px;
    background: #efefef url(images/vert-bg-mobile.png);
}

    .pq-scrollbar-vert-mobile div.top-btn {
        background: url(images/sprite-mobile.png) 0px;
    }

    .pq-scrollbar-vert-mobile div.bottom-btn {
        background: url(images/sprite-mobile.png) -34px;
    }

    .pq-scrollbar-vert-mobile .pq-sb-btn {
        width: 34px;
        height: 34px;
    }

    .pq-scrollbar-vert-mobile .vert-slider-bg {
        width: 34px;
        overflow: hidden;
        background: none;
    }

    .pq-scrollbar-vert-mobile .vert-slider-center {
        width: 34px;
        height: 8px;
        overflow: hidden;
        background: none;
    }

    .pq-scrollbar-vert-mobile .vert-slider-bottom {
        background: none;
    }

    .pq-scrollbar-vert-mobile .vert-slider-top {
        background: none;
    }

.pq-grid-removewidth {
    width: 100%;
}

.gridMultiValueButton {
    BORDER-TOP: gray 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-LEFT: gray 1px solid;
    FONT: 9px Tahoma;
    WIDTH: 24px;
    CURSOR: pointer;
    COLOR: #000000;
    BACKGROUND-COLOR: #e9edf9;
    cursor: pointer;
}

.fa-icon-grid-option {
    font-size: 1em;
    cursor: pointer;
}

.fa-icon-grid-option-2 {
    font-size: 1.5em;
    cursor: pointer;
}

.LOOKUPCONTENTUSERDIALOG .ui-state-default,
.LOOKUPCONTENTUSERDIALOG .ui-widget-content
.LOOKUPCONTENTUSERDIALOG .ui-state-default,
.LOOKUPCONTENTUSERDIALOG .ui-widget-header .ui-state-default,
.LOOKUPCONTENTUSERDIALOG .fa-icon-grid-option {
    background: white !important;
    border: 1px solid white !important;
    line-height: 15px !important;
    font-weight: bold !important;
    color: #263949 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    font-size: 12px !important;
}

/*Solo per i lookup tipo utente*/
.LOOKUPCONTENTUSERDIALOG .pq-grid-header-table{
    width:100% !important;
}

.combo-filter {
    /*min-width: 360px;*/
    background-color: white;
    border: 1px solid #c2c2c2 !important; 
    padding-left: 0px;
    border-radius: 3px;
    height: 21px;
    font-size: 13px;
}

#footer-grid-right{
    display:flex;
}

#footer-grid-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
}