.pq-body-outer {
	font-weight: lighter;
	font-size: 0.7rem;
	font-family: Roboto;
	line-height: 1.5;
}

div.pq-grid-title-row * {
	font-weight: bold;
}

div.pq-toolbar {
	display: none;
}

div.pq-grid-top .pq-grid-title {
	display: none;
}

div.pq-grid-top .pq-slider-icon {
	display: none;
}

div.pq-grid-header-table {
	text-align: center;
}

.pq-title-span {
	color: #fff;
	/* font-size: 1rem !important; */
	/* font-family: Roboto !important; */
	/* line-height: 1.5 !important;
    font-weight: bold !important; */
}

div.pq-header-outer {
	height: auto;
}

div.pq-grid-header-table {
	height: auto;
}

div.pq-grid-row {
	height: auto;
}

div.pq-grid-col {
	height: auto;
}

div.pq-theme {
	/* border-color: #3FB5FF !important; */
	/* border-radius: 0 !important; */
}

.pq-cont-lt, .pq-cont-tr, .pq-body-outer .pq-cont-left {
	border: none !important;
}

.pq-td-border-top > .pq-grid-row > .pq-grid-cell, .pq-cont-inner > .pq-td-border-top > .pq-grid-row {
	border-color: transparent !important;
}

.pq-body-outer .pq-grid-number-cell, .pq-summary-outer .pq-grid-number-cell{
	background-color: transparent !important;
}

.pq-grid-row > .pq-grid-number-cell, .pq-grid-number-col{
	border-color: transparent !important;
}

.pq-grid-row > .pq-grid-number-cell {
	border-right: none !important;
}

.pq-col-sort-icon {
	position: absolute !important;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	right: 0 !important;
	text-align: center;
	bottom: 2px !important;
	margin-bottom: -7px !important;
}

.pq-col-sort-count {
	display: none !important;
}

div.pq-td-div {
	padding: 7px 5px !important;
}

.pq-grid-number-cell {
	text-align: center !important;
	padding-top: 15% !important;
}

.pq-header-outer .pq-grid-row {
	background: #e5f0fc !important;
}

.grid .form-control {
	border-radius: 3px !important;
}

.pq-striped {
	background-color: #dedfff !important;	
}

.pq-header-outer .pq-grid-row :hover {
	background: #1c3faa !important;
}

.pq-grid-bottom table {
	width: 100%;
}

.pq-grid-bottom table tr td {
	width: auto;
	word-wrap: break-word;
}

.pq-grid-bottom table tr td {
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
	min-height: 20px;
}

.pq-grid-cell > div {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.pq-grid-cell{
	border-right: none !important;
}

.pq-grid-col{
	border: none !important;
}

.grid-checkbox {
	font-size: 20px !important;
	position: absolute !important;
	top: 6px;
	left: 15px;
}

.pq-grid-title-row div[id*="pq-head-cell"] {
	background-color: rgb(30 64 175);
	padding: 10px;
}

.pq-grid-cell[title] {
	background-image: none !important;
}


/* width */

::-webkit-scrollbar {
	width: 7px !important;
	height: 9px !important;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.pq-grid select{
    background-image: none;
    background-position: 0;
}