/* remove the rounded edges of the item photos */
.img-gallery-img {
  border-radius: 0;
}
/* the bid app banner header will put the landing page content background (wallpaper) image
at the top of the bidding site when logged in. note that doing this causes some slightly different
behavior (as of 7.1.0904) in the way the header of the page is displayed. when you apply this css
setting, it will not freeze the header at the top of the page. the header will scroll off the page as
you move down through the items. */
#bid_app_banner_header {
display: block;
}
/* the bidapp header position and body settings need to be in place for the background image use
described above. */
.bidapp_header {
position: initial;
}
.body {
margin-top: 0 !important;
}
/* the expanding menu setting here controls whether you see the menu displayed right away when you log in.
you can still use the menu button to collapse and reveal the menu. */
#expanding_menu {
display:block;
}
/* the indi bid lines setting changes the height of the rows on the paper bid sheet.
update the 40pt to a higher number for more space, lower for less space. */
.indi_bid_lines {
height:40pt !important;
}

/* ********************* */
/* Bid App Color Changes */
/* ********************* */

/* Landing Page Auction Preview Buttons */
.detail-preview-button {
background: #426539;
}

/* Upper Right Corner of Item (number) */
.item_number_corner {
background: #426539;
color: #ffff;		
}

/* Donation Form Button */
.inputfile-1+label,
#df_submit {
color: #000;
background-color: #BDAA8C;
}

/* Donation Form Hover Color */
.inputfile-1+label:hover,
#df_submit:hover {
color: #BDAA8C;
background-color: #000;
}

/* Footer Links */
#footer_links a, .search_type {
color: #BDAA8C;
}

/* PRIMARY COLOR for buttons. Tip: Use a dark color */
.next_button,
.subButton,
#btSubmit input[type="submit"],
#card_submit,
#stripe_submit,
#profile_submit,
#allSubmit .submit,
#browse_item,
#the_clock,
.history_list,
.donate_center_one,
.donate_center_two,
#confirmBox h1,
#confirmBox
.button,
.buttons button,
.search_button,
.igreen,
.bid_list {
background: #426539;
color: #ffffff;
}

/* SECONDARY COLOR for Buttons: Tip: Use a lighter color but still on the darker side */
.activity_filter a,
.button,
.history_list_header,
.bid_list_header {
background: #426539;		
color: #ffffff;
}

/* THIRD PRIMARY COLOR Used for headers. This can be a lighter color to contrast the buttons. */
.history_list_header,
.bid_list_header {
background: #426539;
color: #000000;
}
.item_number_corner {
background: #426539;
color: #ffffff;
}
/*do not show table name on the bidding site after the bidder's name */
#bidder_name > span {
display: none;
}

/* logged in to bidding site “DONATE” BUTTON BG COLOR */
#menu_donate {
background: #b07a5e !important;
}
/* this will change the progress bar color on all donation items */
.progress {
  background: #b07a5e;
}
/* SECONDARY COLOR for Buttons: Tip: Use a lighter color but still on the darker side */
.activity_filter a,
.button,
.history_list_header,
.bid_list_header {
background: #b07a5e;
color: #ffffff;
}
/* THIRD PRIMARY COLOR Used for headers. This can be a lighter color to contrast the buttons. */
.history_list_header,
.bid_list_header {
background: #b07a5e;
color: #000000;
}
