/* Page */
.data-page.OIorder-items input[type=search] {
    margin-bottom: 0;
    max-width: 100%;
    font-size: 10px;
    line-height: 10px;
}

.data-page.active.OIorder-items {
    display: block;
}

.data-page.OIorder-items {
    min-height: calc(100vh - 130px);
}

.OIitem-table {
    position: relative;
}

.OIreload-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
}

.OIorder_no, .OIstatus, .OIdate, .OIcontact {
    display: inline-block;
    min-width: 150px;
}

.OIorder_no.hide {
    visibility: hidden;
}

.OIrange {
  width: 180px;
  float: right;
  margin-top: 12px;
}

.selectize-dropdown.OIrange {
  bottom: 36px;
  top: auto !important;
}

.OIback-button {
    float: left;
    margin-top: 15px;
    display: none;
}

@media only screen and (max-width: 950px) {
  .OIback-button {
    width: auto !important;
    height: auto !important;
  }
}

/* Anpassungen tabulator */
.OIitem-table-header {
    text-align: center;
    font-weight: bold;
    border: 1px solid #999;
    border-bottom: 0;
    padding: 4px;
    border-radius: 3px;
    background: #f7f7f7;
    cursor: pointer;
}

.hover .OIitem-table-header:hover {
    opacity: 0.6;
}

.hover #OIitem-table.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover, .hover #OIitem-table .tabulator-row.tabulator-selectable:hover {
    cursor: default !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabulator-cell .OIstatus.red {
    color: #E34850;
}

.tabulator-cell .OIstatus.green {
    color: #47855E;
}

.tabulator-cell .OIstatus.yellow {
    color: #fcce00;
}

.tabulator-cell i.OIpon {
    font-size: 11px;
    color: #808080;
}

.tabulator-cell[tabulator-field="quantity"] {
    padding-right: 10px;
}

.tabulator-tree-level-1 .tabulator-cell[tabulator-field="name"],
.tabulator-tree-level-1 .tabulator-cell[tabulator-field="item_no"] {
    border-right: 0;
}

.tabulator-tree-level-1, .tabulator-tree-level-1.tabulator-row-even {
    background: #f8f8ff;
}