.inventory-image{
	max-height: 150px;
  margin-right: 25px;
}

.inventory-image-mobile{
  max-height: 150px;
  max-width: 150px;
  margin-right: 25px;
}

a.inventoryLink:link {color:#000000;}
a.inventoryLink:visited {color:#000000;}
a.inventoryLink:hover {color:#000000;}

a.tag:link {color:#8c8c8c;}
a.tag:visited {color:#8c8c8c;}
a.tag:hover {color:#b3b3b3; text-decoration: none;}

/*.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: lightgray;
}*/
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #e8e8e8;
}

.main-image{
  height: 100%;
  max-height: 300px;
  margin-right: 15px;
}

.pagination a.active {
    background-color: #fec503;
    color: white;
}

.page-link a:hover:not(.active) {
	background-color: #ddd;
}

.btn-white {
  color: #868e96;
  background-color: #fff;
  border-color: #868e96;
}

.btn-white:hover {
  color: #868e96;
  background-color: #fff;
  border-color: #6c757d;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
  background-color: #ffff;
  background-image: none;
  border-color: #6c757d;
}

.card-block{
  padding: 20px;
}

.badge {
    background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 15px/13px Helvetica, Verdana, Tahoma;
    height: 25px; 
    min-width: 14px;
    padding: 4px 3px 0 3px;
    text-align: center;
}

.card{
  margin: 10px;
}

.table th{
  background-color: #e8e8e8;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
    background-color: #D3D3D3;
    border-color: #bdbdbd
;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

/* Pagination styling */

.page-link {
	color: #868e96;
	background-color: #fff;
	border: 1px solid #ddd;
}

.page-item.active .page-link {
	color: #818182;
	background-color: #e9ecef;
/*	background-color: #fec503;*/
	border-color: #ddd;
}

.page-link:focus, .page-link:hover {
	color: #868e96;
	text-decoration: none;
	background-color: #e9ecef;
/*	background-color: #fec503;*/
	border-color: #ddd;
}

/* Search boxes styling */
.searchbar {
	padding: 5px;
}
