.page-header {
    border: none !important;
}
.acr_bid-intro-image {
    width: 100%;
    text-align: center;
}
.bid-image-link {
    float: left;
    position: relative;
    width: 32%;
}
.bid-image-link, .bid-image-doc {
    margin: 2px;
}
.bid-image-link img {
    width: 100%;
	height: 180px;
	object-fit: cover;
}
.acr-bid-yamap {}
.acr-bid-stage1, .acr-bid-stage2, .acr-bid-stage3 {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
    margin-right: 5px;
}
.acr-bid-stage1 {
    background: #FF3333;
}
.acr-bid-stage2 {
    background: #14BA89;
}
.acr-bid-stage3 {
    background: #14BA89;
}
.acr-bid-label {}
.acr-bid-voting-link-label {
    width: 100%;
    display: inline-block;
    background: #00c1f8;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px; 
}
.acr-bid-voting-link-label:hover {
    color: #fff;
}
.acr-bid-voting-label {
    margin-top: 5px;
}
.acr-bid-voting-desc {
   float: right; 
}
/* page */
.acr-bid-page {
   display: table;
   width: 100%;
}
.acr_bid {
   display: table-row; 
}
.bid-left {
    width: 70%;
}
.bid-left, .bid-right {  
  display: table-cell;
  vertical-align: top;
}
.bid-right {    
    width: 30%;
    padding-left: 20px;
    max-width: 250px;
}
.bid-footer {
    clear: both;
    min-height: 25px;
}
/* accordion */
.bidreport-head .accordion-heading {
    background: #D9D9D9 !important;
}
.bidreport-head .accordion-heading a, .accordion-inner {
    color: #000000 !important;
}
/**/
.bidreport-gallery {
    width:450px;
    text-align: center;
    margin: 0 auto;
    min-height: 280px;
}
.bidreport-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.bidreport-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bidreport-col-4, .bidreport-col-sm {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 2px;
}
.bidreport-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33%;
}
.bidreport-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.bidreport-col-sm img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/**/
@media (min-width: 576px) {}
@media (max-width: 576px) { 
    .bidreport-col-sm img {
        height: 100px;
    }
    .bidreport-col-sm {
        max-width: 32%; 
    }
    .bid-image-link img {
        height: 100px;
    }
    .report-image-doc, .bid-image-doc {
        font-size: 0.75em; 
    }
}
@media (max-width: 769px) {
   .bid-left, .bid-right {
       display: block;
       width: 100%;
   }
   .bid-right {
       padding-top: 20px;
       padding-left: 0px;
   }
}