#main {
	padding: 20px;
}

.halign-center {
	text-align: center;
}

.text-end {
	text-align: end;
}

.content-valign-middle * {
	vertical-align: middle;
}

.bordered th, .bordered td {
	border: 1px solid black;
}

.striped tr.odd {
	background: #f5f5f5;
}

.striped tr.even {
	background: #ffffff;
}

tr.dark {
	background: #000000;
	color: white;
}

/* .space-5 * {
	padding: 5px;
} */

.space-5 tbody tr td {
	padding: 5px;
}
.space-5 thead tr th {
	padding: 5px
}

table {
	border-collapse: collapse;

}
span {
	padding: 0;
}

.sort_icon_span img {
	display: inline-block;
	padding: 0;
	width: 12px;
}

.width-80pct {
	width: 80%;
}

.cursor-pointer {
	cursor: pointer;
}

.low-stock {
	background-color: #E8E8B8;
}

.high-stock {
	background-color: #BFE0CE;
}

.limited-to-inventory {
	background-color: #B2A7D3;
}

button {
    overflow: visible;
    width: auto;
}
button.link {
    /* font-family: "Verdana" sans-serif;
    font-size: 1em; */
    text-align: left;
    color: blue;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;

    -moz-user-select: text;

}
button.link.large span {
	font-size: 20px;
}
button.link:hover span,
button.link:focus span {
    color: black;
}

button.link.active {
	color: black;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal.active {
	display: block;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.modal-header {
	background-color: green;
	color: white;
}

.modal-body, .modal-header {
	padding: 2px 16px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

svg.animated {
	transform: translateZ(0);
}


img.small_loading_image {
	vertical-align: middle;
	margin: 0;
	height: 20px;
	width: 20px;
}

.pseudo_hidden {
	color: transparent;
}

.table_section_heading {
	font-size: large;
}

#back_ordered_body {
	background-color: #E8B8B8;
}

#on_order_body {
	background-color: #E8E8B8;
}

#picked_body {
	background-color: #B8E8B8;
}


#ready_to_ship_body {
	background-color: #68E868;
}



ul#pages {
	list-style: none;
	padding-inline-start: 0;
	margin: 8px 0;
}
ul#pages li {
	display: inline;
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	cursor: pointer;
}


ul#pages li.active {
	background-color: green;
	color: white;
}

ul#pages li:hover:not(.active) {
	background-color: #ddd;
}
