/* this will replace the landing page background/wallpaper image with another image from the web 
   to use landing page logo, right click on logo and choose 'copy image address', then
   paste inside the parentheses after url */
#bid_app_banner_img {
   content: url(https://cboimages.com/ClickBidImages/5258/block_f_374510.jpg);
}
/* 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 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: #0281fe;
}

/* Upper Right Corner of Item (number) */
.item_number_corner {
background: #0281fe;
color: #ffff;
}

/* Donation Form Button */
.inputfile-1+label,
#df_submit {
color: #000;
background-color: #aa0031;
}

/* Donation Form Hover Color */
.inputfile-1+label:hover,
#df_submit:hover {
color: #ffd8c0;
background-color: #000;
}

/* Footer Links */
#footer_links a, .search_type {
color: #607890;
}

/* 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: #0281fe;
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: #0281fe;
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: #0281fe;
color: #000000;
}
.item_number_corner {
background: #0281fe;
color: #ffffff;
}
/*do not show table name on the bidding site after the bidder's name */
#bidder_name > span {
display: none;
}


#fee_message {
  display:none !important;
}

#cc_fees_message::before {
  content: "Please increase my gift by 3.63% to help cover credit/debit card processing fees? \a I do not wish to increase my gift.";
  white-space: pre;
  color: #555;
}

#cc_fees_message {
  color: white;
}
/* changes navigation bar font size */
.Topnav a {
  font-size: 18pt !important;
}

/* center the ‘Donation Title’ */
#og > h1 {
Text-align: center;
}
/* this will bold the sponsor level names in the description section */
.sponsor-bullets h3 {
font-weight: bold;
}
/* bold sponsors end */
/* this will bold the section titles (TICKETS, SPONSORSHIPS) */
.section_title {
font-weight: bold;
}
/* bold section titles end */
/* change font attributes of top navigation bar - remove or adjust as preferred
includes landing page (.topnav) and ticket page (#mytopnav) */
.Topnav a, #myTopnav a {
font-size: 14pt !important;
font-weight: bold;
}
/* this allows the content of the instructions paragraph on the guest update page to be customized */
#more_info::before {
content: "Please choose the name of the guest that you want to update or any 'Available Guest' and fill out that guest's information completely. Use the same link to return to this page if you need to make any additional updates. Please be prompt with your responses as access to this page may be disabled by the organization closer to the event date. The deadline to submit your guest list is April 1, 2024";
white-space: pre-wrap;
visibility: visible;
Box-sizing: inherit;
display: inline-block;
font-size: 20px !important;
}
#more_info::after {
content: "NOTE: Please do not add your cell phone or email for your guest's information. Each phone/email entered should be unique.";
white-space: pre-wrap;
visibility: visible;
Box-sizing: inherit;
display: inline-block;
font-size: 20px !important;
font-weight: bold;
}
#more_info {
visibility: hidden;
font-size: 1px;
}
/* end instructions paragraph customizing */


/* center the 'share this' buttons on ticket page */
#st-1 {
  text-align: center !important;
}

/* ticket page remove the "blurry background" image or color */
#blurry_bg {
  display: none;
}
/* ticket page remove blurry end */

/*change item display sheet item name font size */					
#display_cards_inner_content, #item_name > div > div > p {					
font-size: 40px;					
font-weight: bold;					
}					
/* change font size of display card description and exceptions */					
#display_cards_inner_content #description,					
#display_cards_inner_content #exceptions {					
font-size: 14px !important;					
}				

/* logged in to bidding site “DONATE” BUTTON BG COLOR */
#menu_donate {
background: #aa0031 !important;
}

