/* Write custom css here */

/*Target data-drupal-link-system-path */

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/repair-orders"]::before{
  -webkit-mask-image: url('../images/repair.svg');
  --webkit-mask-image: url('../images/repair.svg');
}

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/warehouse-orders"]::before{
  -webkit-mask-image: url('../images/warehouse-transfer.svg');
  --webkit-mask-image: url('../images/warehouse-transfer.svg');
}

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/warehouse"]::before{
  -webkit-mask-image: url('../images/warehouse.svg');
  --webkit-mask-image: url('../images/warehouse.svg');
}

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/devices"]::before{
  -webkit-mask-image: url('../images/device.svg');
  --webkit-mask-image: url('../images/device.svg');
}

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/parts"]::before{
  -webkit-mask-image: url('../images/parts.svg');
  --webkit-mask-image: url('../images/parts.svg');
}

.toolbar-menu .menu-item a[data-drupal-link-system-path="admin/sales-people"]::before{
  -webkit-mask-image: url('../images/user-solid.svg');
  --webkit-mask-image: url('../images/user-solid.svg');
}
table.parts-short-table {
  margin-top: 0px;
}
table.parts-short-table td,
table.parts-short-table th {
  padding: 4px;
}

.view-warehouse-orders .views-field-field-stavke .gin-table-scroll-wrapper {
  max-height: 200px;
  overflow-y: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.print-show {
  display: none;
}

.view-repair-orders .views-table tr.reception{
  background-color: rgba(255, 123, 123, 0.2);
}
.view-repair-orders .views-table tr.repair-ongoing{
  background-color: rgba(255, 226, 162, 0.2);
}

.view-repair-orders .views-table tr.repair-done{
  background-color: rgba(132, 184, 255, 0.2);
}

.view-repair-orders .views-table tr.delivery-ready{d
  background-color: rgba(245, 189, 255, 0.2);
}

.view-repair-orders .views-table tr.delivered{
  background-color: rgba(132, 255, 157, 0.2);
}
