@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot) format("embedded-opentype"),url(fonts/icomoon.ttf) format("truetype"),url(fonts/icomoon.woff) format("woff"),url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}


.bg-color-1,.bg-color-2{
    background: unset !important;
}
.text-color-1,.text-color-2,.text-color-3,.text-color-4{
    color: unset !important;
}
body{
    color: #333 !important;
}
body,.agency-container
,.auction-description div
,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Source Sans Pro", "Open Sans", Helvetica, Arial, sans-serif !important;
    color: #333 !important;
}
#mainWidgetContainer .container, .container {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.agentlogo-overlay{
    display: none !important;
}
.auction-item-buttons-bar.clearfix a.btn{
    background: #000000 !important;
    color: #ffffff !important;
}

/*display bid number*/
td.w-30 span.d-none, tr.bid td span.d-none {
    display: block !important;
}

.loading-overlay:before {
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.1), rgba(204, 197, 197, 0.2));
    background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(204, 197, 197, 0.2));
}

.offset-top-50.text-left a.btn{
    background: #e30613 !important;
    color: #ffffff !important;
    font-size: 100%;
}

.nav-item a.nav-link.active{
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}
.nav-tabs .nav-link {
    border: 1px solid #000000 !important;
}
#status-field div.text-center.status_sold{
    background: #e30613 !important;
    color: #FFFFFF !important;
}

#status-field div.text-center{
    background: unset !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 0 !important;
    background: black !important;
}
#status-field div.label-custom.status_sold{
    background: #e30613 !important;
    color: #ffffff !important;
    border: none;
}
#status-field div.label-custom.label-primary:not(.status_sold){
    /*background: #f7f7f7 !important;*/
}
.presentation-event-block{
    background: #ffffff !important;
}
.calendar-icon {
    background: #f7f7f7 !important;
}
.list-group-item.current-page-property, .list-group-item:hover{
    color: #000000 !important;
    background-color: rgba(204,204,204,0.3) !important;
}
.presentation-properties.oos-status-finalised{
    color: #000000 !important;
}

.presentation-event-block {
    border: 2px solid #000000;
}
.presentation-event-block{
    padding-left:0 !important
}
.view_order_of_sale_btn_bar .btn{
    font-size: 16px;
    font-weight: bold;
}
.auction-description{
    padding-left: unset !important;
    padding-right: unset !important;
}

.disappear.bid-notification{

}
/*bid-notification*/
.col-xs-11.col-sm-4.alert.alert-success.animated{
    top: 130px !important;
}

.row.filter-container{
    margin-left:15px !important;
}
.agency-auction-item{
    /*height: calc(100% - 5%);*/
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 10px -5px #888;
}
.auction-description{
    padding: 5px 10px !important;
    min-height: 8rem;
}
.property-description-heading{
    display: block !important;
    font-size: 0;
    font-weight: bold !important;
    /* line-height: 1rem; */
    /* vertical-align: initial; */
}
.property-description-heading:after{
    content: 'Auction';
    font-size: 16px !important;
    color: #e30613 !important;
}
.address-container{
    margin-bottom: 5px;
    font-weight: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none !important;
}
.address-container:before{
}
.auction-description-inner .area-feature{
    display: none !important;
}
.auction-description-inner .area-feature .lot-area
,.selling_agents_names
,.auction-item-online-bidding-info-overlay
,.auction-item-info-overlay
,.widget-footer
{
    display: none !important;
}
.address-parts-spans{
    display: block !important;
}
.address-parts-spans #address-parts-suburb
,.address-parts-spans #address-parts-state
,.address-parts-spans #address-parts-postcode{
    display: none !important;
}
.address-parts-spans #address-parts-street_parts{
    color: #fff !important;
 }
.address-parts-spans {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 700;
    /*background: linear-gradient(*/
    /*    180deg,#21232C00 0,#333 100%) no-repeat padding-box;*/
    position: absolute;
    bottom: 13.05rem;
    padding: 25px 0px 10px 10px;
    left: 1rem;
    color: white !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}
.auction-description-inner .area-feature .building-area:before{
    content: '\e934';
    font-family: 'icomoon' !important;
    color: #e30613;
    margin-right: 5px;
    font-size:18px;
}
.agency-auction-item a .img-fluid{
    -moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: inset 0 -10px 10px -10px #000000;
}
.agency-auction-item .bidder_registration{
    display: none !important;
}
.auction-item-buttons-bar.clearfix{
    display:block !important;
    /*margin-top: -1.2rem;*/
    border-top: 1px solid #ccc;
}
.auction-item-buttons-bar div{
    text-align: center !important;
}
.auction-item-buttons-bar.clearfix a.btn{
    background: unset !important;
    color: #e30613 !important;
    font-size: 16px !important;
    letter-spacing: unset !important;
    line-height: 19px !important;
    margin: 3px 0;
}
.auction-item-buttons-bar.clearfix a.view_property{
    font-size: 0 !important;
}
.auction-item-buttons-bar.clearfix a.view_property:before{
    content: 'Learn More >';
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 23px;
    vertical-align: middle;
}
.live-property .auction-item-buttons-bar.clearfix{
    background:#e30613;
}
.live-property .auction-item-buttons-bar.clearfix a.view_property:before{
    content: 'View Live Auction' !important;
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 19px;
    vertical-align: middle;
    color: white;
}

/*.auction-item-buttons-bar.clearfix a.view_property:after{*/
/*    content: ' >';*/
/*    font-size: 19px !important;*/
/*    font-weight: bold !important;*/
/*    margin-top: -5px;*/
/*}*/
.live-now-section .auction-item-buttons-bar.clearfix{
    background: #e30613 !important;
    color: #fff !important;
}
.live-now-section .auction-item-buttons-bar.clearfix .btn{
    color: #fff !important;
    width: 100%;
}
.live-now-section .auction-item-buttons-bar.clearfix a.view_property:before{
    content: 'View Live Auction';
    font-size: 19px !important;
    font-weight: bold !important;
}

.auction-countdown-timer
,.auction-countdown-timer .timer-overlay{
    display:block !important;
}
.auction-countdown-timer{
    position: absolute;
    width: 100%;
    bottom: 0.2rem;
    left: 0.7rem;
    color: #fff;
    font-size: 11px;
    opacity: 1;
}
.timer-overlay{
    text-align: left;
}
.day span.format{
    font-size:0;
}
.day span.format:after{
    content: 'D';
    font-size: 11px;
}
.live-now-section .Inroom .auction-countdown-timer
,.live-now-section .Onsite .auction-countdown-timer
,.live-now-section .Virtual .auction-countdown-timer
,.live-now-section .Stream.Only .auction-countdown-timer{
    display: none !important;
}

.auction-countdown-timer-property
,.auction-countdown-timer-property .timer-overlay{
    display: inline-block !important;
}
.offset-top-41 p.mb-sm-2{
    margin-right: 2rem;
}
.auction-countdown-timer-property .counter_message{
    font-weight: bold;
}
.auction-countdown-timer-property .counter_message:after{
    content: ': ';
}
.auction-type-bidding-info-in-description{
    display: block !important;
}
.auction-date-time-wrapper
,.auction-type-bidding-info-in-description{
    font-size: 11px;
    font-weight: 700;
    /* min-height: 48px; */
}
.auction-type-bidding-info-in-description .bidding-status-description
,.auction-type-bidding-info-in-description .auction-status-in-description
{
    display: none !important;
}
.auction-tiem-date-time-overlay{
    display: block !important;
    max-width: unset !important;
    position: absolute;
    top: unset !important;
    left: 0;
    color: #FFFFFF;
    background: linear-gradient(
        180deg,#21232C00 0,#333 100%) no-repeat padding-box;
    width: 100% !important;
    padding: 2.5rem 0.5rem;
    bottom: 0;
    font-size: 0;
}
.load-more-btn{
    background: #e30613 !important;
    color: #fff !important;
    border-radius: unset !important;
    border-color: #e30613 !important;
    text-transform: capitalize !important;
    width: 200px !important;
}
.load-more-btn:hover
,.submitBtn:hover
,.view_order_of_sale_btn_bar:hover
{
    background: #8f040c !important;
    border-color:  #8f040c !important;
}
.agency-auction-item .live-overlay {
    background: #e30613;
    font-size: 14px;
    width: auto !important;
    text-transform: uppercase;
    bottom: 3.2rem;
    margin-top: 0;
    top: auto;
    display: inline-block;
    right: auto !important;
    transform: unset !important;
    left: 10px !important;
    border: unset !important;
    font-weight: bold;
    padding: 0.1rem 2.5rem;
    z-index: 9;
}
.agency-auction-item .live-overlay .red-dot {
    display: none;
}
.submitBtn
,.search-slt{
    border-radius: unset !important;
}
.submitBtn .search-btn-text{
    display: block !important;
}
.submitBtn{
    background: #e30613 !important;
    border-color: #e30613 !important;
}
.submitBtn .fa-search{
    display: none !important;
}
.presentation-event-block-inner{
    background: #f2f4f5 !important;
}
.presentation-event-block .presentation-event-block-inner{
    border-radius: 5px;
}
.presentation-event-block {
    border: unset !important;
}
.calendar-icon{
    background: #e30613 !important;
    color: #fff !important;
}
.calendar-icon .icon-month{
    border-top: 2px solid #fff !important;
}
.view_order_of_sale_btn_bar{
    color: #fff !important;
    background-color: #e30613 !important;
}
.view_order_of_sale_btn_bar .btn{
    font-weight: bold !important;
    letter-spacing: unset !important;
}
.auction-status-overlay{
    position: absolute;
    top: auto;
    left: 10px !important;
    right: auto !important;
    bottom: 3.2rem;
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 600;
    z-index: 99;
    font-size: 14px;
    padding: 0.2rem 0.5rem;
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 91% !important;
    }
}

.auction-status-overlay.status_sold,
.auction-status-overlay.status_sold_prior{background: #E20813 !important;color: white !important;font-weight: bold;}
.auction-status-overlay.status_under_negotiation{
    color: white !important;
    background: black !important;
}
.property-type-tile{
    display: block !important;
    position: absolute;
    top: 1rem;
    left: 25px;
    background: #CBCBCB;
    line-height: 25px;
    padding: 0px 5px;
    height: 25px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 5px;
}

.auction-tiem-date-time-label{
    display: none;
}

.contact-details-heading {
    color: white !important;
    font-size: 18px;
    background: #e30613;
    color: white !important;
    line-height: 32px;
}
/* .contact-details-heading::after{
    content: 'Property details';
    background: #e30613;
    color: white !important;
    line-height: 32px;
    font-size: 18px;
} */
.card-header{
    background-color: black;
    color: white;
    font-weight: bold;
}
.contact-detail{
    background: #f2f4f5;
    padding: 1rem;
    color: black;
    display: none !important;
}
.contact-detail .flex-shrink-0 img{
    border-radius: 50%;
}
.contact-detail .text-center.flex-fill.flex-grow-1.flex-shrink-0{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    padding-left: 16px !important;
    width: calc(100% - 100px) !important;
}
.contact-detail .text-center.flex-fill.flex-grow-1.flex-shrink-0 div h5{
    font-size: 16px;
}
.agency-name{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    background: #f2f4f5;
    padding: 0.5rem;
    margin-top: 1rem !important;
}

 .card-body #status-field > div{
     text-transform: capitalize !important;
     font-size: 1rem !important;
     padding: 0.35rem 2.5rem;
     border-radius: 0;
     background: black !important;
     font-weight: 600;
     color: white !important;
     font-weight: bold;
     /* min-width: 15rem; */
 }
 .card-body #status-field > div.status_passed_in{
    background: #616369 !important;
    color: white !important;
 }
 .card-body #status-field .live_bid_msg{
     background: #e30613 !important;
     color: white !important;
     border: none;
 }
#status-field div.text-center.status_passed_in {
    background: #616369 !important;
    color: white !important;
}
div#auction-type-div {
    font-weight: bold;
}
#read-more, #read-less, #read-more-mobile, #read-less-mobile {
    color: #333333;
}
#calendarTypes a{
    color: white !important;
    background: black !important;
}

.widget-orderofsale .list-group-item.flex-column.align-items-start.bg-color-2.text-color-3{
    color: black !important;
    background: #e2e2e2 !important;
    border: none !important;
}

#bids-list-section tbody#bids-list tr .text-right{
    /* text-align:center !important; */
}

#bids-list-section tbody#bids-list .action-onthemarket .text-right{
    font-size: 0 ;
    background: #e2e2e2;
}
#bids-list-section tbody#bids-list .call.action-onthemarket .text-right::after{
    content: 'Now Selling';
    font-size: 14.4px !important;
    color: black!important
}

#bids-list-section tbody#bids-list .action-sold{
    background: #E20813;
    color: white;
}



#bids-list-section tbody#bids-list .action-onthemarket{
    font-size: 0 ;
    background: #e2e2e2;
}
#bids-list-section tbody#bids-list .call.action-onthemarket .text-right::after{
    content: 'Now Selling';
    font-size: 14.4px !important;
    color: black!important
}



#bids-list-section tbody#bids-list .call.going.once.action-call .text-right{
    font-size: 14.4px !important;
    color: black!important

}
#bids-list-section tbody#bids-list .call.going.twice.action-call .text-right{
    font-size: 14.4px !important;
    color: black!important

}
#bids-list-section tbody#bids-list .call.third.final.action-call .text-right{
    font-size: 14.4px !important;
    color: black!important
}



.carousel.slide.contact-details-slider{
    display: block !important;
    border: 1px solid #ccc;
    margin-top: 2rem;
    background-color: #f6f6f6;
}

.carousel.slide.contact-details-slider .contact-detail{
}

.carousel.slide.contact-details-slider .contact-detail{
    display: flex !important;
    background-color: transparent;
    flex-direction: column !important;
    margin-top: 0 !important;
}

.carousel.slide.contact-details-slider .agency-name-and-property-address{
    padding-bottom: 1rem;
    text-align: left !important;
}
.carousel.slide.contact-details-slider .agency-name-and-property-address .agency-name{
    font-size: 16px;
    /* margin-top: -10px !important; */
    border-top: 1px solid #b1b2b4;
    padding-left: 0rem !important;
    padding-bottom: 0.1rem;
    background: transparent;
}

.carousel.slide.contact-details-slider .contact-detail .sub-contact-details.agent-details{
    display:flex;
    flex-direction: row;
}

 .carousel.slide.contact-details-slider .carousel-control-prev span.carousel-control-prev-icon{
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     position: absolute;
     border-radius: 0 !important;
     bottom: 10%;
 }
 .carousel.slide.contact-details-slider .carousel-control-next span.carousel-control-next-icon {
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     position: absolute;
     border-radius: 0 !important;
     bottom: 10%;
 }
.contact-details-slider  a.carousel-control-prev{
    left: 36.2%;
    position: absolute;
}
.contact-details-slider  a.carousel-control-next{
    right: 36.2%;
    position: absolute;
}
.contact-details-slider .carousel-indicators{
    display: none !important;
}
.property-agency-logo{
    display: none !important;
}

@media (min-width: 768px){

    .photo-video-tab-con{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    #part-right-sidebar{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #part-order-of-sale{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}

@media (min-width: 960px){
    .property-list-item-div{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333333% !important;
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
        -webkit-box-ordinal-group: 2 !important;
    }

}


.auction-type-bidding-info-in-description{
    display: none !important;
}

.card-body #callField > div{
    padding: 0.2rem 1rem;
    text-align: center !important;
}
.card-body #callField > div.going.once{
    border: 2px solid #707070 ;
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;
}
.card-body #callField > div.going.twice{
    border: 2px solid #707070 ;
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;

}
.card-body #callField > div.final{
   border: 2px solid #E20813 ;
    content: 'Final Call';
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;
}

/*.card-body #callField > div.going.once::after{
    content: 'First Call';
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;
}
.card-body #callField > div.going.twice::after{
    content: 'Second Call';
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;
}
.card-body #callField > div.final::after{
    content: 'Final Call';
    font-size: 16px !important;
    color: black!important;
    text-transform: capitalize !important;
}*/



@keyframes fadeOutAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    border: none;
  }
}

@-webkit-keyframes fadeOutAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
    border: none;
  }
}
div.tile-agency-name-and-agency-address{
     display: flex!important;
     flex-direction: column;
}
div.tile-agency-name-and-agency-address .tile-agency-address,
div.tile-agency-name-and-agency-address .tile-agency-split-address .tile-agency-split-address-unit,
div.tile-agency-name-and-agency-address .tile-agency-split-address .tile-agency-split-address-street-no{
    display:none !important;
}
div.tile-agency-name-and-agency-address .tile-agency-split-address{
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

div.tile-agency-name-and-agency-address .tile-agency-split-address .tile-agency-split-address-street::after{
    content: ", ";
}

.tile-agency-name-and-agency-address .tile-agency-split-address .upto-suburb div,
.tile-agency-name-and-agency-address .tile-agency-split-address .state-and-pcode div{
    display: inline;
}
.tile-agency-name-and-agency-address .tile-agency-split-address .upto-suburb,
.tile-agency-name-and-agency-address .tile-agency-split-address .state-and-pcode{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*.tile-agency-name-and-agency-address .tile-agency-address{*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
.tile-agency-name-and-agency-address .tile-agency-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

@media(max-width: 960px) {
    .card-body #status-field > div{
        padding: 0.35rem 1rem;
    }
}

@media (min-width: 768px) {
    .hideonmobilelayout {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .showonmobilelayout {
        display: block !important;
    }
}


@media(min-width: 950px) {
    #mainWidgetContainer .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media(max-width: 1199px){
    .hideonmobilelayout {
        display: block !important;
    }
    .showonmobilelayout {
        display: none !important;
    }
}
@media(max-width: 768px){
    .showonmobilelayout .description1
    ,.showonmobilelayout .description2 {
        display: none !important;
    }
    .showonmobilelayout {
        display: block !important;
    }
}

::placeholder {
    font-size: 0;
}
.col-9.presentation-info-text {
    padding-left: 1.7rem;
}


.bg-color-1.text-center{
    background: black !important;
}
.live-property .auction-status-overlay{
    min-width: 110px !important;
    min-height: 25px;
    text-align: center;
}
span#bid-amount-field {
     padding: 5.6px 8px;
 }

.bids-list-con::-webkit-scrollbar {
    width: 3px !important;
}
.bids-list-con::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.bids-list-con::-webkit-scrollbar-thumb {
    background: #888;
    height: 25% !important;
    border-radius: 10px;
}
/* Handle on hover */
.bids-list-con::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Hide scrollbar for IE, Edge and Firefox */
.bids-list-con {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
