/* @version 7.5 */
/* MOD:- LIVE AUCTIONS */
.badge-vip-buyer {
  background-color: #c12e3d;
  color: #fff; }

.badge-live-auction {
  background-color: #ec971f; }

.current-lot {
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  border-radius: 6px;
  margin: 0 auto;
  padding: .5rem 2rem;
  max-width: 500px; }

.badge-white {
  background-color: #fff; }

/* main image */
#jq-lotMainImage iframe {
  display: block;
  width: 100%; }
@media (max-width: 767.98px) {
  #jq-lotMainImage .slick-prev, #jq-lotMainImage .slick-next {
    z-index: 9; }
    #jq-lotMainImage .slick-prev::before, #jq-lotMainImage .slick-next::before {
      color: #000;
      opacity: .25; }
  #jq-lotMainImage .slick-prev {
    left: 0; }
  #jq-lotMainImage .slick-next {
    right: 0; }
  #jq-lotMainImage .img-thumbnail {
    border-color: transparent; } }

/* /main image */
/* thumbnails */
#jq-lotThumbnails .slick-prev::before,
#jq-lotThumbnails .slick-next::before {
  color: #000;
  opacity: .25; }
#jq-lotThumbnails .item {
  margin: .25rem; }

/* /thumbnails */
#print-area {
  font-size: 1.1rem; }

#parser-messages {
  font-size: 90%;
  max-height: 550px;
  overflow-y: scroll; }

.thd-search .col-form-label {
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 0; }
.thd-search .thd-search-checkboxes {
  display: flex;
  flex-wrap: wrap; }
  .thd-search .thd-search-checkboxes .form-check {
    margin-right: 1.5rem !important; }
    .thd-search .thd-search-checkboxes .form-check .form-check-input {
      height: auto !important; }

.pickups-calendar .month {
  font-weight: 400;
  font-size: 1.1rem; }
.pickups-calendar th, .pickups-calendar td {
  text-align: center; }
.pickups-calendar .date.disabled {
  color: #eeeff0; }
.pickups-calendar .date:not(.disabled) {
  cursor: pointer; }
  .pickups-calendar .date:not(.disabled) span {
    padding: 2px 8px; }
  .pickups-calendar .date:not(.disabled).active span {
    color: #fff;
    background-color: #ffc107;
    border-radius: 2px; }

.time-slots {
  display: none;
  flex-wrap: wrap; }
  .time-slots.show {
    display: flex; }
  .time-slots label {
    font-weight: 500;
    width: 100%; }
  .time-slots .time-slot {
    color: #474747;
    background-color: #d6ebff;
    border-radius: 2px;
    width: 18.5%;
    margin: 0 1.5% 1.5% 0;
    text-align: center;
    padding: 4px 8px; }
    .time-slots .time-slot.disabled {
      color: #6c757d;
      background-color: #eeeff0; }
    .time-slots .time-slot:not(.disabled) {
      cursor: pointer; }
    .time-slots .time-slot.active {
      color: #fff;
      background-color: #ffc107; }

.openseadragon {
  width: 100%;
  height: 600px;
  color: #fff; }

/*# sourceMappingURL=mods.css.map */
