/* Add here all your CSS customizations */
.readonly-white {
	background-color: white !important;
}

.sortable tr {
	cursor: pointer;
}

.tableImage {
	max-width: 100px;
	max-height: 100px;
}

.tableButton {
	float: right;
}

.table .actions {
	min-width: 50px;
}

.table .actions.verticalTop {
	vertical-align: top;
}

.has-error {
	color: #b94a48 !important;
}

.hiddenColumn {
	width: 0px !important;
	padding: 0 !important;
}

.chart.chart-sm {
	height: 134px;
}

.header .logo-container span {
	font-size: 22px;
	position: absolute;
	top: 16px;
	color: black;
}

.date-field {
	max-width: 120px;
}

table tbody tr td {
	max-width: 700px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.filter-first-row {
	margin-bottom: 5px;
}

.table-margin-button {
	margin-left: 3px;
}

.photo-item {
	height: 300px;
}


.photo-item img {
	max-height: 200px;
	max-width: 200px;
}

.button-margin {
	margin-bottom: 3px;
}

.multipe-fields-filter .bootstrap-tagsinput {
	margin-top: 10px;
	min-height: 34px;
}

.bootstrap-tagsinput input {
	width: 5em;
}

.inventory-correct {
  color: green;
}

.inventory-incorrect-shortage {
  color: orange;
}

.inventory-incorrect-surplus {
  color: red;
}

.filter-field-s {
  width: 110px !important;
}

.filter-field-xl {
  width: 200px !important;
}

.map-table {
  height: 100%;
  width: 100%;
  min-height: 400px;
}

.map-table .map-warehouse {
  background-color: #e7e4f0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.map-table .map-warehouse a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.map-table .map-warehouse a:hover {
  background-color: #bebacc;
  text-decoration: none;
}

.warehouse-table {
  height: 100%;
  width: 100%;
  min-height: 500px;
}

.warehouse-table .warehouse-gate {
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

.warehouse-table .warehouse-gate-rotated {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

.warehouse-table .warehouse-rack {
  background-color: #ffde4d;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid black;
}

.warehouse-table .warehouse-ground {
  background-color: #e7e4f0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid black;
}

.warehouse-table a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.warehouse-table a:hover, .warehouse-table a.hover {
  background-color: #bebacc;
  border-right: 1px solid #bebacc;
  text-decoration: none;
}

.map-text-rotation {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.rack-table {
  height: 100%;
  width: 100%;
  min-height: 400px;
}

.rack-table .cell {
  border: 1px solid black;
  background-color: #fafafa;
  width: 3%;
}

.rack-table .cell .limited {
  border-top: 10px solid black;
  padding-bottom: 10px;
}

.rack-table .cell .busy {
  background: #e8fae1;
}
.rack-table .cell .busy-full {
  background: #c6f3b5;
}

.rack-table .cell .busy-limited {
  background-color: #e8fae1;
  border-top: 10px solid black;
  padding-bottom: 10px;
}

.rack-table .cell .busy-limited-full {
  background-color: #c6f3b5;
  border-top: 10px solid black;
  padding-bottom: 10px;
}

.rack-table a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.rack-table a:hover, .rack-table .cell .limited:hover, .rack-table .cell .busy:hover, .rack-table .cell .busy-full:hover, .rack-table .cell .busy-limited:hover, .rack-table .cell .busy-limited-full:hover {
  background-color: #eaeaea;
  text-decoration: none;
}

.breadcrumbs {
  margin-right: 15px !important;
}

