div.form_row {
	display : block;
	margin-top : 4px;
	margin-bottom : 4px;
}

div.form_row div.form_group {
	display : inline-block;
}


/* generic below */

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

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

td.not-in-list {
	background-color: #E8B8B8;
}

td.in-list {
	background-color: #BFE0CE;
}

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

.special-order {
	background-color: #74b2ec;
}

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 p.negative {
	color: red;
}
button.link.large span, button.link.large p {
	font-size: 20px;
}
button.link:hover span,
button.link:focus span,
button.link:hover p,
button.link:hover p {
    color: black;
}
td span.large {
	font-size: 20px;
}

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;
	padding-top: 7px;
}

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

ul#pages {
	list-style: none;
}
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;
}

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

textarea.hidden {
	display: none;
}
