html,
body {
    overflow: hidden !important
}

#inven-header {
    display:flex;
    width:100%;
    justify-content: space-around;
    position: absolute;
    top: 13px;
    z-index: 999;
    color:#CCC
}

#inven-header div {
    width:32%;
  	font-size:15px;
}
.pq-toolbar select,.pq-toolbar input[type=text] {
    height:35px;
    display:inline-block;
    width:auto;
}
select, select option,input {
  background-color: #AAA3A3;
  color: #000;
}

#grid_jsonp {
    display: none;
}

.edit-link {
    display: none;
}

.pq-title-span {
    line-height: 38px !important;
}

.pq-grid-cont .lightgreen, .lightgreen {
    background-color:#123752;
}

.pq-grid-cont .lightblue,.lightblue {
    background: #555BAA;
    color: black;
}

.pq-grid-cont .goldenrod,.goldenrod {
    background: #55AA7A;
}

.pq-grid-cont .yellow,.yellow {
    background: #AAA455;
}
.pq-td-border-right > .pq-grid-row > .pq-grid-cell{
    border-color: #ccc;    
}
.pq-grid-cont .red,.red {
    background: #89413E;
    color: yellow;
}

.fix-mismatches-button,
.approve-button,
.stickers-button,
label:has(.review-changes) {
    float: right;
}

.ui-widget .pq-toolbar button:disabled,
.ui-widget .pq-toolbar button[disabled]{
    border: 1px solid #999999;
    background: #cccccc;
    color: #666666;
}

label:has(.review-changes) {
    padding-top: 5px;
}

.ui-widget .pq-toolbar button {
    height: 40px;
    font-weight: bold;
    color:#ccc;
}

.ui-widget {
    font-size: 15px;
}

.fix-mismatches-button,
.approve-button,
label:has(.review-changes),
#dialog-confirm {
    display: none;
}