/* Global Styles */
table {border-collapse: collapse;}
span {cursor: pointer;}
ul, ol {margin: 10px;padding: 0;}
input[type="checkbox"] {vertical-align: top; margin-right: 5px;}

/* Content Styles */
.ps-container {
  width: 825px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.compare-table-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.filtered-wrap {
  width: 250px;
  display: inline-block;
}

.features-nav {
  width: 250px;
  padding-top: 15px;
}
.accordion { 
  margin: 0px;
}
.accordion li {
  vertical-align: top;
}
.result-container {
  background: #f1f1f1;
  display: inline-block; 
  margin: 5px 0px 0px 0;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.product-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  /* padding: 20px 0 0 0px; */
}
.product-thumb {
  max-width: 95px;
  padding: 3px;
}
.model-number {
  font-weight: bold;
}
.search-col {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.pc-bucket {
  width: 300px;
  height: 65px;
  text-align: center;
  padding-top: 15px;
  display: inline-block;
  vertical-align: top;
}
.pc-bucket button {
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}
.breadcrumb-wrap {
  margin: 3px 0px;
  padding: 15px 0px;
  width: 825px;
  background: #edf7fb;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-wrap p {
  padding: 5px 0 5px 15px;
  font-size: 18px;
  font-weight: bold;
}
.count-wrap, .fixed-count-wrap {
  width: 72%;
  display: inline-block;
}
.reset-wrap, .fixed-reset-wrap {
  display: inline-block;
}
.reset-button {
  background: yellow;
}

.filtered-breadcrumb > li {
  margin: 0 0 5px 15px;
  padding: 6px 10px 6px 12px;
  box-sizing: border-box;
  border: 1px solid #ded9e1;
  background: #eaf1fa;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  display: inline;
}

#uncheckAllButton, #uncheckAllButton02 {
  color: #fff;
  background-color: #6d6d6d;
  font-weight: bold;
  border: 1px solid #000;
}
#compareButton, #compareButton02 {
  color: #fff;
  background-color: #bf0d00;
  font-weight: bold;
  border: 1px solid #000;
  margin-right: 5px;
}

/* Table Styles */
#productCompareTable {
  width: 825px;
  margin: 10px 0 0 0;
  border: transparent;
  background: #fff;
  text-align: center;
}
#productCompareTable02 {
  width: 825px;
  margin: 20px 0 0 0;
  border: transparent;
  background: #fff;
  text-align: center;
}

#productCompareTable img, 
#productCompareTable02 img {
  max-height: 50px;
}
#productCompareTable thead,
#productCompareTable02 thead {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color: #333;
  width: 100%;
  text-align: center;
}
#productCompareTable th, 
#productCompareTable02 th {
  padding: 0px 0px 10px 0;
}
#productCompareTable tr, 
#productCompareTable02 tr {
  max-height: 50px;
  border-bottom: 1px solid #ebebeb;
}
#productCompareTable ul,
#productCompareTable02 ul 
{
  list-style-type: none;
}
#productCompareTable tbody,
#productCompareTable02 tbody {
  background: #fff;
  font-size: 1.1em;
  text-align: center;
}
#productCompareTable thead,
#productCompareTable02 thead {
  border-right: transparent;
  border-left: transparent;
  border-top: transparent;
  border-bottom: 3px solid #CCC;
}
table.sortable thead {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
/* Show Sort icon before the table is sorted */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: "\25BE";
    padding-left: 3px; 
}
/* Styling for Product Column */
td:nth-child(1) {
  color: #0E488B;
  font-weight: bold;
}

/* Dropdown styles */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

select.cat-dropdown {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: 1.25em;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   display: inline;
}
.dropdown-row {
  width: 100%;
}
.dropdown-wrap {
  width: 30.3%;
  display: inline-block;
  margin-right: 5px;
}
.dropdown-header {
  font-weight:bold;
  font-size: 1.25em;
  margin: 0;
}
.compare-selected {
  width: 180px;
  height: 1000px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.compare-item {
  width: 90px;
  height: auto;
  margin-top: 10px;
  padding-left: 15px;
}

.compare-product {
  width: auto;
  height: auto;
  display: block;
  text-align: center;
}
.compare-heading {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #0e488b;
}
.selected {
  font-variant: small-caps;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}
.selected-count {
  font-weight: normal;
}
.compare-checkbox-label {
  color: #333;
  font-size: 0.8em;
  vertical-align: top;
  line-height: 1.5;
}
.compared-power-supply {
  float: left;
  width: 46%;
  height: 100%;
  display: block;
  border: 2px solid #d1d1d1;
  margin-right: 10px;
  text-align: center;
}
.compared-power-supply p {
  margin-top: 10px;
}
.compared-power-supply p:nth-child(1) {
  color: #08c;
  font-weight: bold;
  font-size: 1.2em;
}
.compared-modal-label {
  padding-left: 5px;
  font-weight: bold;
  color: #000;
}
.modal {
  width: 50%;
  left: 40%;
}
.model-cell input{
  margin-top:3px;
}
.compared-modal-row {
  border-top: 1px solid #9e9e9e;
  padding: 10px;
}
.compared-modal-row:nth-child(even) {
  background: #f4f4f4;
}
.compared-power-supply .product-thumb {
  margin: 0 auto;
}
.modal-icon-wrap { /* Standardize height of model divs */
  height: 43px;  
}
.fixed-quantity{
    position:fixed;
    display:none;
    width: 100%;
    height: 50px;
    background: rgba(237, 247, 251, .9);
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.fixed-count-wrap {
  font-weight: bold;
  font-size: 1.8em;
  color: #000;
}

/* Media Queries */

/*Desktop HD Breakpoint*/
@media (min-width: 1440px) {
  .compare-table-wrap {
    width: 825px;
  }
  .selected-count {
    display: none;
  }
  .dropdown-row {
    display: none;
  }
}

/* Desktop (Non-HD) Breakpoint */
@media (min-width: 1024px) and (max-width: 1439px){
  .compare-table-wrap {
    width: 700px;
  }
  #productCompareTable, 
  #productCompareTable02 {
    width: 700px;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  th {
    width: 100px;
  }
  .fluid-row {
    display: none;
  }
  select.cat-dropdown {
    display: none;
  }
  .dropdown-header {
    display: none;
  }
  .dropdown-row {
    display: none;
  }
  .compare-selected {
    display: none;
  }
  .modal {
    width: 60%;
  }
}

/* Tablet Breakpoint */
@media (max-width: 1023px) and (min-width: 768px) {
  .filtered-wrap {
    display: none;
  }
  .compare-table-wrap {
    width: 785px;
    margin: 0;
  }
  #productCompareTable, 
  #productCompareTable02 {
    width: 100%;
    margin: 0 auto;
  }
  #productCompareTable th,
  #productCompareTable02 th {
    font-size: 1.2em;
  }
  #productCompareTable tbody,
  #productCompareTable02 tbody {
    font-size: 1.4em;
  }
  .search-col {
    display: none;
  }
  .compare-selected {
    display: none;
  }
  .count-wrap {
    width: 75%;
  }
  .compare-checkbox-label {
    display:none;
  }
  .model-cell input{
    display:none;
  }
  .modal {
    width: 560px;
    left: 50%;
  }
  .dropdown-row {
    display: none;
  }
  .breadcrumb-wrap {
    width: 100%;
  }
  .ps-container {
    width: 725px;
  }
}

/* Mobile Breakpoint*/
@media (max-width: 767px) { 
  article.container-fluid {
    padding: 0;
  }
  .compare-table-wrap {
    margin: 0;
  }
  #productCompareTable,
  #productCompareTable02 {
    width: 90%;
  }
  .filtered-wrap {
    display: none;
  }
  .dropdown-row{
    display: none;
  }
  .filtered-wrap {
    display: none;
  }
  .compare-selected {
    display: none;
  }mod
  .breadcrumb-wrap {
    display: none;
  }
  .product-thumb {
    max-width: 50px;
  }
  #compareButton {
    display: none;
  }
  .compare-checkbox {
    display:none;
  }
  .compare-checkbox-label {
    display:none;
  }
  .model-cell input{
    display:none;
  }
  .modal {
    display: none;
  }
  .compared-power-supply {
    width: 45%;
  }
  #productCompareTable,  
  #productCompareTable02 { 
  width: 100%;
  margin: 0;
  }
  .ps-container {
    font-size: .8em;
    width: 100%;
    margin: 0;
  }
  .breadcrumb-wrap {
    display: none;
  }
  .fixed-quantity {
    display: none;
  }
  #uncheckAllButton {
    display: none;
  }
  .product-wrap {
    padding: 0;
  }
}
