ul.page_controls {
	list-style: none;
	padding-inline-start: 0;
	margin: 8px 0;
}

ul.page_controls li {
	display: inline;
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	cursor: pointer;
}

ul.page_controls li::selection {
	color:black;
}
ul.page_controls li.active::selection {
	color:white;
}


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

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

#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;
}

/* .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;
}

div#loading_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);
}

div#loading_modal.active {
	display: block;
}

div#loading_modal_content {
	text-align: center;
	background-color: transparent;
	margin: 15% auto;
	padding: 20px;
	width: 80%;
}

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;
}

#label_sent_body {
	background-color: #E8E8B8;
}

#box_sent_body {
	background-color: lightblue
}

#received_body {
	background-color: #B8E8B8;
}

#diagnostic_complete_body {
	background-color: pink;
}

#approved_declined_body {
	background-color: #b19cd9;
}

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

a.action_button {
	margin: 0;
}

a.action_button:visited {
	color: black;
}

.action_button {
	color: black;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #B8E8B8;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid black;
	border-radius: 5px;
	width: 180px;
	padding: 4px 8px;
}

.action_button:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #86e886
}


.cancel_button {
	background-color: #f5f5f5;
}


.cancel_button:hover {
	background-color: #e6e6e6;
}

tr.ship_error {
	background-color: #E8B8B8;
}

tr.asset_tags {
	background-color: lightblue;
}


tr.oldOrder {
	background-color: #E8B8B8;
}

/* tr.changed {
	background-color: #b19cd9;
} */

textarea.pseudoparagraph {
	color: black;
	background-color: transparent;
	border: none;
}

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

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

table#pricingUpdated_table.striped tr.odd {
	background-color: #D8D8A8;
}
table#pricingUpdated_table.striped tr.even {
	background-color: #E8E8B8;
}

table#quoteSent_table.striped tr.odd {
	background-color: #A8D8A8;
}
table#quoteSent_table.striped tr.even {
	background-color: #B8E8B8;
}
