﻿.dummy {
  color: #000;
}

.lot .lot-prompts {
  padding-top: 4px;
}
.lot .lot-prompts .alert {
  margin-bottom: 0;
}
.lot .lot-prompts:empty {
  padding: 0;
}
.lot .lot-messages {
  padding-top: 4px;
}
.lot .lot-messages .alert {
  margin-bottom: 0;
}
.lot .lot-messages:empty {
  padding: 0;
}
.lot .lot-pulsate {
  padding: 2px;
}
.lot .lot-bidding .lot-bidding-info {
  margin-bottom: 4px;
}
.lot .lot-title {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}
.lot .lot-title a:hover, .lot .lot-title a:focus, .lot .lot-title a:visited, .lot .lot-title a:active {
  text-decoration: none !important;
  text-transform: none !important;
}
.lot .lot-title h1 {
  font-size: 17px;
  padding-top: 5px;
}
.lot .lot-tracking-number {
  padding-left: 2px;
}
.lot .lot-locale, .lot .lot-auction {
  padding-left: 2px;
}
.lot .lot-amount-label {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.lot .lot-amount {
  font-size: 14px;
  font-weight: bold;
  color: #5d5d5d;
  margin-bottom: 0;
  text-decoration: none;
}
.lot .lot-maximum-amount {
  font-weight: bold;
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 0;
  text-decoration: none;
}
.lot .lot-bidder-number {
  margin-bottom: 0;
  text-decoration: none;
  font-weight: normal;
}
.lot .lot-bidder-locale {
  font-weight: bold;
}
.lot .lot-remaining {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  text-decoration: none;
}
.lot .lot-result {
  font-size: 14px;
  font-weight: bold;
  height: 16px;
}
.lot .lot-bid-button {
  padding: 10px 30px;
  min-width: 90px;
  text-transform: uppercase;
  text-decoration: none;
}
.lot .lot-bid-button.btn-xs {
  width: auto;
  padding: 2px 8px;
}
.lot .lot-bid-button-small {
  padding: 5px 10px;
  min-width: 90px;
  text-transform: uppercase;
  text-decoration: none;
}
.lot .lot-testing {
  color: #FF0000;
}
.lot .lot-testing:hover, .lot .lot-testing:focus {
  color: #d30202;
  font-weight: normal;
  text-decoration: underline;
}
.lot .lot-testing .tool {
  color: #FF0000;
}
.lot .media-left .lot-preview {
  position: relative;
}
.lot .media-left .lot-type-label {
  background: #ffcf01;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.lots-tabs .tab-content {
  padding: 6px;
  padding-top: 8px;
}

.category {
  padding-top: 5px;
}

.lot-opens {
  margin-top: 4px;
}

.lot-paused {
  margin-top: 4px;
}

.lot-test {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
  margin-bottom: 16px;
  padding: 8px 30px 8px 35px;
}
.lot-test .header {
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
}
.lot-test .controls {
  padding-top: 16px;
  padding-bottom: 16px;
}

.lot-overview .tool {
  background: #d9534f;
  padding: 4px;
}
.lot-overview .tool .tool-title {
  color: #fff;
}

.display-table {
  display: table;
  margin-bottom: 10px;
}

.table-row {
  display: table-row;
  height: 100%;
}

.display-flex {
  display: flex;
}

.table-cell {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.item-border {
  padding: 5px;
  border: solid 1px #d1d1d1;
  box-shadow: 3px 3px 5px 3px #d1d1d1;
}

.padding-10 {
  padding: 10px;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-r-20 {
  padding-right: 20px;
}

.lot-widget-buttonsize {
  min-width: 60px !important;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .container-extended {
    width: 760px !important;
  }
}
@media (min-width: 992px) {
  .container-extended {
    width: 985px !important;
  }
}
@media (min-width: 1200px) {
  .container-extended {
    width: 1195px !important;
  }
}
@media screen and (max-width: 992px) {
  .display-table, .table-row {
    display: block;
  }
  .table-cell, .table-row {
    display: inline-block;
  }
  .display-flex {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .lot .lot-title h1 {
    font-size: 22px;
    padding-top: 0px;
  }
}
.loading dt {
  white-space: normal !important;
  width: 175px !important;
}

.loading dt {
  white-space: normal !important;
  width: 175px !important;
}

.span-link {
    cursor: pointer;
    color: #2200cc;
}

.span-link:hover, .span-link:focus {
    color: #150080 
}
