/* Pagination Variables */
#pagination-container {
  text-align: center;
  padding-top: 10px;
  font-family: "open sans", arial, sans-serif;
}
#pagination-container .pagination {
  font-size: 15pt;
}
#pagination-container .pagination .page-of {
  margin-right: 10px;
}
#pagination-container .pagination a.inactive {
  padding: 10px;
}
#pagination-container .pagination .current {
  padding: 10px;
  font-weight: bold;
}

.search-bar #archived-product-form input[type=submit], input.resources-archived-search-button {
  height: 30px;
  width: 30px;
  border: 0px;
  background-color: white;
  background-image: url(../svg/ico_search.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* Lightbox */
#lightbox {
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  display: none;
  cursor: pointer;
}

#lightbox-image {
  border-radius: 2px;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  text-align: center;
  display: none;
  padding: 3px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
}

input.resources-archived-search-button {
  height: 18px;
}

.search-bar {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}
.search-bar #archived-product-form {
  background: none;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #999;
}
.search-bar #archived-product-form input[type=text] {
  width: 85%;
  background: #fff;
  border: 0px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75em;
}
.archived-products-table {
  width: 100%;
  height: 90px;
  align-items: center;
}
.archived-products-table:nth-child(even) {
  background: #ddd;
  height: 90px;
}
.archived-products-table:nth-child(odd) {
  background: #fff;
  height: 90px;
}
.archived-products-table .wac-archived-products-heading-row {
  background: #848484;
  height: 90px;
  height: 45px;
  padding-bottom: 20px;
  color: #fff;
}
.archived-products-table .details {
  display: flex;
  width: 100%;
  padding-top: 15px;
  border-bottom: 0px;
  font-size: 20px;
  align-items: center;
  position: relative;
}
.archived-products-table .details div {
  min-width: 150px;
  width: auto;
  text-align: center;
  margin-right: 10px;
  padding-left: 10px;
  font-family: arial;
  font-size: 15px;
}
.archived-products-table .details div.title-cell {
  min-width: 450px;
  text-align: left;
}
.archived-products-table .details div.body-cell {
  min-width: 562.5px;
  text-align: left;
  display: block;
  position: relative;
}
.archived-products-table .details div.body-cell .title-popup {
  padding: 10px 0px;
  display: none;
  position: relative;
  z-index: 233;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 90%;
  line-height: normal;
}
.archived-products-table .details div.body-cell aside {
  max-width: 532.5px;
  line-height: normal;
  font-size: 0.9em;
}
.archived-products-table .details div.body-cell aside a {
  color: #39f;
}
.archived-products-table .details div.body-cell aside a:hover {
  color: navy;
}
.archived-products-table .details img {
  width: 52px;
}
.archived-products-table .details img.wac-archived-product-image {
  border: 1px solid #999;
}

.archived-table-default-row {
  height: 90px !important;
}

.archived-table-expanded-row {
  padding-bottom: 20px !important;
  min-height: 50px !important;
  height: auto !important;
}

/*# sourceMappingURL=wac-archived_products.css.map */
