﻿.orders-top-content {
  padding-bottom: .5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ui.secondary.menu.orders-menu-border {
  border: 1px grey solid;
  box-shadow: 2px 2px 8px 0 rgba(34, 36, 38, .25);
}

.orders-top-left-content {
  flex: 1;
}

.orders-top-center-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.orders-top-right-content {
  flex: 1;
  display: flex;
  justify-content: center;
}

.orders-total {
  color: black;
}

input.hidden-focusable {
  height: 0;
  width: 1px;
  border: none;
}

.orders-barcode-cell {
}

.orders-name-cell {
}

.orders-ext-status-cell {
}

.order-row {
}
  
#orders-table > tbody > tr.order-row.active:hover {
  color: black !important;
}

.orders-table-wrapper {
  min-height: 4em;
  max-height: 40em;
  overflow-y: scroll;
  width: 100%;
  border-radius: 5px;
}

.orders-table > thead > tr > th {
  position: sticky;
  top: 0;
}

.ui.table.orders-table {
  table-layout: fixed;
}

.ui.secondary.menu.orders-menu {
  border-radius: 5px;
  background-color: #5782A0;
}

.ui.secondary.menu.orders-menu > .item {
  color: white;
}

.ui.secondary.menu.orders-menu > .active.item {
  background-color: #214F6D;
}

.ui.secondary.menu.orders-menu > .item:hover {
  color: #C4CBD0;
}

.ui.modal.fullscreen.orders-modal {
  left: auto !important;
}