div.pq-grid * {
	/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
  	font-size: 12px;
}

.pq-slider-icon {
		visibility: visible !important;
}

.pq-grid-col, .pq-grid-number-col, .pq-header-outer .pq-grid-number-cell {
	background: #B3F1FF!important;
    color: #0088cc;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-grid-number-cell {
    text-align: center !important;
}

.pq-body-outer .pq-grid-number-cell {
    background: inherit;
}

div.pq-grid tr td.readonly {
    color: #333;
}

.pq-merge-cell-div>div>div {
  vertical-align: top;
}

.pq-grid-top>.pq-grid-title {
  /*display: none;*/
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 0px;
  background: #008b8b;
}

/*#grid2>.pq-grid-top>.pq-grid-title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background-color: #ddfff4;
  color: #363636;
}
*/

.pq-grid-col {
	border-color: #fff !important;
}

/*#grid2>.pq-grid-col {
	border-color: none !important;
}*/

.pq-merge-cell-div {
      min-height: 28px;
}

.ui-icon.ui-icon-arrow-4-diag {
	display: none;
}

.ui-icon.ui-icon-circle-triangle-n {
	/* background-image: none; */

}

.pq-merge-cell-div>div>div {
    vertical-align: middle;
}

.bold {
	font-weight: bold;
}

.highlight-red {
	font-weight: bold;
	/*background-color: #ffe9e8;
    color: #E45E58;
    text-transform: uppercase;*/
    /*color: #36904e;*/
    text-transform: uppercase;
    font-size: 14px !important;
    background: #E0E0E0;
}

.italics {
	font-style: italic;
}

.indent {
	padding-left: 15px;
}

.indent-double {
	padding-left: 25px;
}

.highlight_green {
	/*color: #0000ff;*/
	font-size: 12px !important;
	font-weight: bold;
	/*background: #E0E0E0;*/
}

th.camp_exp {
	background: #f0ffff !important;
	color: #000;
}

th.camp_lev0 {
  background-color: #3279D8 !important;
  color: #fff;
  font-weight: bold;
}

th.camp_exp2, .pq-header-outer .camp_exp2 {
	background: #B3F1FF!important;
    color: #0088cc;
    font-weight: 800;
}

th.camp_con {
	background: rgba(250, 235, 215, 0.41) !important;
	color: #000;
}

.pq-ui-button.ui-widget-header:nth-child(1) {
	display: none;
}

.pq-grid .ui-widget-header{
	background: none;
}

.trunkate {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.nodata {
	text-align: center;
    font-size: 14px;
    color: #F44336;
    display: none;
}

.custom-cell{
	margin-bottom: 0px;
}

.pq-grid-title-row .pq-td-div:hover {
	text-decoration: none;
    cursor: default;
}

table.pq-no-wrap>tbody>tr>.pq-grid-cell>p.custom-cell{
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*table.pq-no-wrap>tbody>tr>.pq-grid-cell:hover{
 text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}*/

.pq-col-sort-icon {
	display: none;
}

.pq-header-outer .pq-grid-col {
    border-width: 0px 1px 0px 0;
    border-style: solid;
}

.pq-header-outer .pq-cont-inner{
    background: #b2f0ff;
}

.pq-grid-header-search-row {
    border-top: 1px solid #fff !important;
}

.pq-grid-title-row > div.camp_exp2 {
    font-weight: inherit;
    border-top: 1px solid #fff !important;
}

.bg-red {
    background-color: rgb(239, 239, 239);
    cursor: not-allowed;
    border-bottom-color: #d7d7d7 !important;
}
.bg-green {
    background-color: rgb(209, 255, 238);
    cursor: not-allowed;
    border-bottom-color: #d7d7d7 !important;
}

.pq-grid-cell.pq-focus {
    border-color: transparent !important;
    /* background: #deeefa !important; */
}

.pq-select-single .pq-select-text {
    max-width: inherit !important;
}

.ui-state-highlight {
    border-color: transparent !important;
}

.pq-grid-header-search-row>.pq-grid-col>.pq-td-div {
    width: 100%;
}