﻿/*************************
# Body 
**************************/
html, body {
  font-size: var(--body-font-size);
  height: 100%;
}

body {
  background-color: rgb(var(--body-bg));
}

main {
  background-color: #fdfdfd;
}

footer {
  background-color: rgb(var(--footer-bg));
}

  footer #Time {
    color: rgb(var(--color-link));
  }


main > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*************************
# HEADER
**************************/
header {
  padding: 0;
  margin: 0;
}

.navbar-default {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0 !important;
  background-color: #fff !important;
}

.navbar-brand {
  padding: 5px 15px;
  height: 60px;
}

  .navbar-brand img {
    height: 100%;
  }

.myaccount__dropdown .divider {
  background-color: #e1e1e1;
}

.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-right {
  padding-right: 0;
}

.navbar-default .navbar-toggle {
  color: #6d6d6d;
}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #6d6d6d;
  }


.navbar-default .navbar-nav > li > a {
  color: #6d6d6d;
  font-size: .9rem;
}

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #000;
  }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #6d6d6d;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6d6d6d;
  }
}

.nav-search-bar {
  background-color: #f5f5f3;
  padding-top: 24px;
  padding-bottom: 24px;
}

  .nav-search-bar .input-group {
    flex-grow: 1;
  }

  .nav-search-bar .form-control {
    height: auto !important;
  }

/* Category menu */
.menu-list.nav-pills > li > a {
  color: #333;
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: var(--border-radius);
}

  .menu-list.nav-pills > li > a small {
    color: #7b7b7b;
  }

  .menu-list.nav-pills > li > a:hover {
    color: #fff;
    background-color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
  }

    .menu-list.nav-pills > li > a:hover small {
      color: #fff;
    }

@media (max-width: 767px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-nav {
    margin: 7.5px 0px;
  }

  .navbar .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgb(var(--color-primary-alt-2));
  }

  .dropdown .divider {
    display: none;
  }

  .dropdown-menu > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
  }
}

.badge-top-cat {
  background-color: unset !important;
}

.categories .panel-default .nav > li:hover,
.categories .panel-default .nav > li:focus,
.myaccount__menu .panel.panel-default .nav > li:hover,
.myaccount__menu .panel-default .nav > li:focus {
  background-color: unset !important;
  border-radius: 4px;
}

.myaccount__menu li.active {
  color: #fff !important;
  background-color: #337ab7 !important;
  border-radius: 4px;
}

  .myaccount__menu li.active > a {
    color: #fff !important;
  }

.panel-heading-categories {
  padding-left: 0 !important;
}

.myaccount__menu ul.nav a:hover {
  border-radius: 4px;
}

/*************************
# Text and colors
**************************/
a {
  color: rgb(var(--color-link));
  text-decoration: none
}

  a:hover, a:focus {
    color: rgb(var(--color-link-hover));
    text-decoration: underline
  }

h1, h2, h3, h4, h5 {
  font-weight: bold;
}


/* Colors */
.color-success {
  color: rgb(var(--color-success));
}

/*************************
# Home
**************************/

/* Home search */
.home-search {
  max-width: 750px;
  padding: 30px 0 30px 0;
  margin: 0 auto 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .home-search {
    flex-direction: column;
    max-width: 580px;
  }
}

.home-search .input-group {
  border: 2px solid #ccc;
  border-radius: var(--border-radius);
}

@media (min-width: 768px) {
  .home-search .input-group {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
  }
}

.home-search .input-group:hover {
  border-color: rgb(var(--color-primary));
}

.home-search .form-control {
  border-color: transparent;
}

.home-search .input-group-btn .btn {
  border-color: transparent;
}

@media (min-width: 768px) {
  .home-search .search-advanced {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .home-search .search-advanced {
    margin-top: 1rem;
  }
}
/* Home categories */
.home-categories {
  padding: 30px 0 30px 0;
}

  .home-categories > div {
    max-width: 750px;
    margin: 0 auto 0px auto;
  }

  .home-categories .col {
    margin-bottom: 15px;
  }

@media (min-width: 768px) {
  .home-categories .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .home-categories .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.home-categories .card {
  height: 100%;
  text-align: center;
  justify-content: center;
}

.home-categories .card-body {
  flex: none;
}

.home-categories .card .fa {
  font-size: 1.8rem;
  color: rgb(var(--color-primary))
}

.home-categories .card .card-icon {
  margin-bottom: .5rem;
}

/* Home listings */
.home-listings {
  padding: 30px 0 30px 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: unset;
}
/*************************
# Menus
**************************/
/* Category menu */
.categories .panel-heading, .myaccount__menu .panel-heading {
  background-color: transparent;
  border: 0;
  font-size: .8rem;
  font-weight: bold;
}

.categories .panel, .myaccount__menu .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
}

.categories a, .myaccount__menu a {
  color: #3e3e3e;
}

  .categories a .navigation-count, .myaccount__menu a .navigation-count {
    color: #7b7b7b;
  }

/*************************
# Listing
**************************/
.galleryUnit {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

  .galleryUnit > .card {
    height: 100%;
  }

  .galleryUnit .card-label {
    background: rgb(var(--color-primary));
    color: rgb(var(--color-primary-inverted));
    font-size: .8rem;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    padding: 2px 5px;
    border-bottom-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
  }

  .galleryUnit .card-body {
    display: flex;
    flex-direction: column;
  }

  .galleryUnit > .card > a:first-child,
  .card.listing > a:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
  }

.label-success.gallery-status.InlineContextualStatus,
.label-danger.gallery-status.InlineContextualStatus {
  border-radius: 0 var(--border-radius) 0 0;
  right: -2px;
  top: -2px;
}

.gallery-quickbid {
  height: auto;
  margin: 10px 0px 0px 0px !important;
}

.galleryImage {
  height: 135px;
}

  .galleryImage img {
    max-height: 100%;
  }

.galleryTitle {
  border-bottom: none;
  margin-left: 0 !important;
  margin-bottom: 10px;
  height: unset !important;
}

.gallery_shortTitle {
  height: unset !important;
}

.galleryData--title {
  margin: 0px 0 5px;
}

.galleryTitle a {
  color: inherit;
  font-weight: bold;
}

.galleryData--values {
  margin: 0;
  padding-bottom: 0;
}

.galleryTime--active, .galleryQTY, .galleryDate--ended,
.galleryData--values,
.galleryPrice .NumberPart {
  font-size: 14px;
}

.galleryDate--ended {
  padding-right: 0 !important;
}

.InlineQuickBid {
  margin-top: 15px;
}

.listing {
  margin: 0 0 10px 0;
  min-height: auto;
  padding: 0;
  position: relative;
}

  .listing .img-container {
    max-width: 235px;
    padding-bottom: 10px;
  }

  .listing .title.inlinebidding {
    padding-right: 0;
  }

  .listing .title {
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .listing .cta {
    bottom: auto;
    right: auto;
    position: relative;
  }

  .listing .time {
    text-align: left;
    margin: 0;
  }

  .listing .bids {
    margin: 0;
    padding: 0;
    text-align: left;
  }

.highlight {
  background-color: rgba(var(--color-success),.03) !important;
  border-color: rgb(var(--color-success));
}

.detail__custom-fields > li {
  padding: 0 10px 0 0;
}

  .detail__custom-fields > li > strong {
    width: unset !important;
  }

/*************************
# Product detail page
**************************/
/* Title and context */
.detail__title__wrapper {
  float: none !important;
}

.detail__title {
  font-weight: bold;
  padding-right: 0;
  font-size: var(--font-size-h2);
}

.detail__context-wrapper {
  background-color: transparent;
  margin-bottom: 15px;
}

  .detail__context-wrapper > .alert {
    margin: 0;
  }

/* Slideshow */
.product-slideshow {
  margin-bottom: 1rem;
}

@media(min-width:991px) {
  .swiper-product {
    height: 433px;
  }
}

@media(max-width:767px) {
  .swiper-product {
    height: 200px;
  }
}

@media(min-width:576px) and (max-width:990px) {
  .swiper-product {
    height: 300px;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #fff;
}

  .swiper-slide img {
    max-height: 100%;
  }

  .swiper-slide #iFrameYouTube {
    height: 100% !important;
    margin: 0 auto;
    width: 100% !important;
  }


.swiper-pagination-fraction {
  background: rgba(0,0,0,0.5490196078431373);
  border-radius: .25rem;
  width: auto !important;
  left: 50% !important;
  padding: 5px 10px;
  margin-left: -20px;
  color: #fff;
}

.swiper-button-next, .swiper-button-prev {
  color: rgb(var(--color-primary)) !important;
}

/* Action box */
.detail__submit-wrapper {
  border-top: 0;
}

  .detail__submit-wrapper dl {
    margin-bottom: 0;
  }

@media(min-width:992px) {
  .detail__submit-wrapper dd {
    text-align: right;
  }
}

.detail__submit-wrapper .status-labels > span + span {
  margin-left: 2px;
}

.reserve-not-met,
.detail__status-label {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin-bottom: 0;
  float: none;
}

.detail__properties,
.detail__price-date {
  margin-bottom: 20px;
}

.detail__price {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
}

.detail__price--current {
  color: rgb(var(--color-dark));
  font-size: 1.3rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}

.detail__time {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.detail__show-time {
  margin-bottom: 15px;
}

.reserve-not-met .text-success {
  color: inherit;
}

.detail__disclaimer--auction {
  margin: 0;
}

.awe-rt-BuyItNowContainer .text-or span {
  background-color: var(--product-submit-wrapper-bg);
}

.detail__documents {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.detail__pdf {
  padding: 0;
  font-size: 14px;
  border: unset !important;
}

.watching__wrapper, .disclaimer__wrapper {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.detail__field-name {
  font-weight: normal;
  width: auto;
  padding-right: 0;
}

.detail__seller-data {
  border-top: none;
  padding: 0;
  background-color: transparent;
}

.addthis_toolbox {
  text-align: center;
  margin-top: 20px;
}

/* Event */
h1.event-title {
  font-size: var(--font-size-h1);
}

.event-details-data dl {
  margin-bottom: 5px;
}

@media(min-width:992px) {
  .event-details-data dd {
    text-align: right;
  }
}

.lot-details-bottom {
  font-size: 13px;
}

/*************************
# MISC Pages
**************************/
/* Login */
.login-page {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

  .login-page > .row {
    flex-grow: 1
  }

  .login-page .login-box,
  .login-page .register-box {
    padding: 25px;
  }

  .login-page .login-box {
    background: #fff;
  }

  .login-page .register-box {
    background-color: rgb(var(--color-primary));
    color: #fff;
  }

    .login-page .register-box a {
      color: #fff;
    }

/* Account */
.awe-reports {
  word-break: break-word;
}

/*************************
# Live auction
**************************/
.live-auction .bid-container {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #eee;
}

.live-auction .lot-title {
  font-size: var(--font-size-h4);
}

@media (max-width: 768px) {
  .live-auction .lot-title {
    font-size: var(--font-size-h5);
  }
}

.live-auction .highest-bid dt,
.live-auction .highest-bid dd {
  display: flex;
  align-items: center;
}

.live-auction .highest-bid dd {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}

.live-auction .bid-history-container {
  padding: 1rem;
  border: 1px solid #eee;
}

  .live-auction .bid-history-container .bid-history {
    max-height: 300px;
    overflow-y: scroll;
    font-size: 0.8rem;
    width: 100%;
    padding-left: 0;
    padding-right: 12px;
  }

.live-auction .bid-history dl {
  margin-bottom: 10px;
}

  .live-auction .bid-history dl + dl {
  }

.live-auction .bid-history .fair-warning {
  color: rgb(var(--color-danger));
}

.live-auction .bid-history .lot-sold {
  color: rgb(var(--color-success));
}

.live-auction .upcoming-lots .lot-item {
  height: 100%;
  padding: .5rem;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column
}

  .live-auction .upcoming-lots .lot-item .lot-number {
    font-weight: bold;
  }

  .live-auction .upcoming-lots .lot-item .lot-image {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .live-auction .upcoming-lots .lot-item .lot-image img {
      max-width: 100%;
      max-height: 100%;
    }

  .live-auction .upcoming-lots .lot-item .lot-price {
    margin-top: auto;
    font-weight: bold;
  }

#JumpToLotButton, #JumpToLotInput {
  border: solid 1px #cccccc;
}

@media (max-width: 996px) {
  .event-search-bar {
    width: 91.66666667% !important;
  }
}

.nav-section-container .nav-section-label {
  background-color: transparent;
  border: 0;
  font-size: .8rem;
  font-weight: bold;
}

.auctioneer-dashboard a {
  color: #21354f !important;
  text-decoration: none !important;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}

  .auctioneer-dashboard a:hover .card {
    background-color: #21354f;
    color: #fff;
  }

.auctioneer-dashboard .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.manage-auction-button {
  text-transform: lowercase !important;
}

  .manage-auction-button:first-letter {
    text-transform: uppercase !important;
  }

.ended-live {
  color: green !important;
}

.currency .input-group-addon, .currency .form-control {
  border: solid 1px #cccccc;
}

#JumpToLotButton, #JumpToLotInput, .sort-filter-options, #SortFilterOptions, #ViewFilterOption {
  border: solid 1px #cccccc;
}

/*.myaccount .panel .buttonContainer, .myAccount__sortFilter {
  display: flex !important;
  justify-content: flex-end !important;
}*/
.myAccount__sortFilter
.myAccount__sortFilter .form-inline .input-group {
  max-width: 300px !important;
}

.bidder-number-email {
  max-width: 25ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.email-container {
  display: flex;
  align-items: center;
}

.lot-options a:focus {
  text-decoration: none;
}

/* MISC */
.galleryUnit > .awe-rt-ListingActionMessage {
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  z-index: 999;
}

.watchlist-section > .awe-rt-ListingActionMessage, .active-bid-section > .awe-rt-ListingActionMessage
{
  padding-right: 0;
  padding-left: 0;
}