/* Sticky footer styles
-------------------------------------------------- */

/* Remove the glow when pressing a button */
.btn:focus {
    outline: none;
}

.navbar-nav>li>a {
    color: #ddd;
    font-weight: bold;
}

.tab-content {
    padding: 10px;
}

.highlighted {
    color: #ac1e39;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -200px;
  /* Pad bottom by footer height */
  padding: 0 0 200px;
}

/* Set the fixed height of the footer here */
#footer {
  margin-top: 20px;
  height: 140px;
  background-color: #eeeeee;
  border-top: 1px solid #dddddd;
}

.footer-column {
    padding-right: 20px;
    padding-left: 20px;
}

.footer-border {
    border-left: 1px solid #dddddd;
}

#footer2 {
  height: 60px;
  background-color: #333333;
  color: #eeeeee;
}

.container .text-muted {
margin: 20px 0;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 15%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
    left: 15%;
}

.spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.badge-inverse {
    background-color:#333;
}

.badge-important {
    background-color: #990000;
}

.visible-xss,
tr.visible-xss,
th.visible-xss,
td.visible-xss {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xss {
    display: block !important;
  }
  tr.visible-xss {
    display: table-row !important;
  }
  th.visible-xss,
  td.visible-xss {
    display: table-cell !important;
  }
}

.hidden-xss {
  display: block !important;
}
tr.hidden-xss {
  display: table-row !important;
}
th.hidden-xss,
td.hidden-xss {
  display: table-cell !important;
}
@media (max-width: 480px) {
  .hidden-xss,
  tr.hidden-xss,
  th.hidden-xss,
  td.hidden-xss {
    display: none !important;
  }
}

.thumbnail-image-cell {
    vertical-align: middle;
    width: 166px;
}

@media (max-width: 480px) {
  .thumbnail-image-cell {
      vertical-align: middle;
      width: 38px;
      padding: 4px;
  }
}

.product-list {
    border-right: 0;
    border-left: 0;
}
.product-list table {
    margin-bottom: 0;
}
.product-list .table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    border-right: 0;
    background-color: #FFFFFF;
}
.product-list .table > thead > tr > th {
    border-bottom: 1px solid #dddddd;

}

.label {
    font-size: 85%;
    padding: .1em .6em .2em;
}

#result_list > thead > tr > th {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #eeeeee;
}

.breadcrumb {
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    border-radius: 0;
}

.modal-dialog-center {
    margin-top: 15%;
}
