/* automation variables */
/* Standard Colors */
/* Colors for live auction left column, where it says "Now", "Paused", and "Closed" on the top right of the left column. */
/* End of colors for live auction left column */
/* Lot grid view colors */
/* End of lot grid view colors */
/* Text color for:
	- "Won"
	- "Bidding $3,000 (Max. $4,000)"
	- "You bid $3,000" (for timed auctions to indicate what your bid was for a non-active lot)
*/
/* Text color for "Outbid $4,000 [...] Current $4,500". */
/* Lot list background color when hovering. */
/*$auction-status-color-default: transparentize($primary-color-medium,0.1) !default;
$auction-status-text-color-default: #fff !default;*/
/*$button-color-black-text-shadow: #495d75 !default;
$button-color-black-border: #8598a9 !default;
$button-color-black-shadow: #131d27 !default;*/
/* TODO Need to create red color button for the demo template */
/* Emulating bootstrap default line height, useful when you want to reset the line height */
/* Line height value used for a nearly zero pixel gap around text. Useful when you want to align text pixel perfectly. */
/* Deprecated, do not use this. Use $am-logo-color from _menu.scss instead. */
/* new menu variables */
/* realestate menu variables */
.auctions-page .auction .auction-row-header {
  border-width: 1px 0 0 0; }

.realestate-hybrid-lot-page .lot-header .auction-status-box {
  height: 70px;
  margin-top: 13px;
  margin-right: 10px; }

.realestate-hybrid-lot-page .lot-header .lot-title {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  line-height: 93px;
  color: #ff9725; }

.realestate-hybrid-lot-page .lot-header .actions {
  float: right;
  line-height: 93px; }
  .realestate-hybrid-lot-page .lot-header .actions .btn + .btn {
    margin-left: 7px; }

.realestate-hybrid-lot-page .buy-today a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #f34238;
  color: #f34238;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 5px; }

.realestate-hybrid-lot-page .main-image-wrap, .realestate-hybrid-lot-page .right-column {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }

.realestate-hybrid-lot-page .main-image-wrap {
  width: 630px;
  margin-bottom: 20px; }
  .realestate-hybrid-lot-page .main-image-wrap .lot-time-overlay {
    position: absolute;
    width: 630px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px;
    background-color: rgba(185, 18, 26, 0.8); }

.realestate-hybrid-lot-page .main-image,
.realestate-hybrid-lot-page .lot-thumbnail-placeholder {
  width: 630px;
  height: 630px;
  border: 1px solid #cacaca; }

.realestate-hybrid-lot-page .auction-title, .realestate-hybrid-lot-page .timed-auction-info {
  font-size: 13px; }

.realestate-hybrid-lot-page .auction-title {
  margin: 2px 0;
  display: block; }

.realestate-hybrid-lot-page .right-column {
  width: 510px;
  min-height: 630px;
  position: relative; }

.realestate-hybrid-lot-page .current-bid-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px; }

.realestate-hybrid-lot-page .description-label {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.realestate-hybrid-lot-page .description-wrap {
  margin-top: 5px; }
  .realestate-hybrid-lot-page .description-wrap.youtube-videos {
    margin-top: 20px; }

.realestate-hybrid-lot-page .description-wrap.artist {
  position: relative; }
  .realestate-hybrid-lot-page .description-wrap.artist .artist {
    /*color: $text-color-default;*/ }
  .realestate-hybrid-lot-page .description-wrap.artist .watch-artist, .realestate-hybrid-lot-page .description-wrap.artist .watched-artist {
    float: right;
    margin-top: 4px; }

.realestate-hybrid-lot-page .description {
  font-size: 13px; }

.realestate-hybrid-lot-page .tabs {
  position: initial;
  right: initial;
  bottom: initial;
  margin-top: 20px;
  margin-bottom: 10px; }

.realestate-hybrid-lot-page .address {
  margin-bottom: 7px; }

.realestate-hybrid-lot-page .details {
  margin-left: 24px; }
  .realestate-hybrid-lot-page .details .auction-type.timed-auction {
    background-image: url("/img/icon-clock.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .realestate-hybrid-lot-page .details .auction-type.live-auction {
    background-image: url("/img/icon-hammer.png");
    background-repeat: no-repeat;
    background-size: 16px; }
  .realestate-hybrid-lot-page .details .auction-type {
    padding-left: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }
    .realestate-hybrid-lot-page .details .auction-type .auction-time-left {
      color: #b9121a; }
  .realestate-hybrid-lot-page .details .text-details {
    margin-top: 15px;
    border-top: 1px solid #eee; }
  .realestate-hybrid-lot-page .details .documents-v2 .document {
    line-height: 22px; }
  .realestate-hybrid-lot-page .details .documents-v2 .document-nda label {
    display: block;
    padding-left: 15px;
    text-indent: -15px; }
  .realestate-hybrid-lot-page .details .documents-v2 .document-nda input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden; }
  .realestate-hybrid-lot-page .details .documents-v2 .document-group-header {
    font-weight: bold;
    font-size: 17px; }
  .realestate-hybrid-lot-page .details .documents-v2 .document + .document-group-header, .realestate-hybrid-lot-page .details .documents-v2 .document-group-header + .document-group-header {
    margin-top: 15px; }
  .realestate-hybrid-lot-page .details .documents-v2 .document-download-link {
    margin-left: 10px;
    color: #999;
    text-decoration: underline; }

.realestate-hybrid-lot-page .images img {
  border: 1px solid #717171;
  opacity: 0.4;
  width: 116px;
  height: 116px;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 4px;
  cursor: pointer;
  transition: opacity 0.2s; }

.realestate-hybrid-lot-page .images img:hover {
  opacity: 1.0; }

.realestate-hybrid-lot-page .images img:nth-child(5n+1) {
  margin-left: 0; }

.realestate-hybrid-lot-page .images img.active {
  opacity: 1.0; }

.filters-container .number-of-lots {
  width: auto; }

.filtersV2-container #jump-to-lot-input-v2 {
  width: 65px; }

.bid-sheet-page .bid-sheet-header, .lots-page .bid-sheet-header {
  margin-top: 0px;
  margin-bottom: 0px; }

.bid-sheet-header {
  min-height: auto;
  line-height: auto; }

#ajax-error-flash {
  z-index: 1060; }

/*# sourceMappingURL=product-realestate-hybrid.css.map */