/* 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 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: #335350;
}

/* Upper Right Corner of Item (number) */
.item_number_corner {
background: #335350;
color: #ffff;
}

/* Donation Form Button */
.inputfile-1+label,
#df_submit {
color: #000;
background-color: #d79c35;
}

/* Donation Form Hover Color */
.inputfile-1+label:hover,
#df_submit:hover {
color: #d79c35;
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: #335350;
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: #335350;
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: #335350;
color: #000000;
}
.item_number_corner {
background: #335350;
color: #ffffff;
}
/*do not show table name on the bidding site after the bidder's name */
#bidder_name > span {
display: none;
}
/*To hide particpant counter during LIVE Stream*/
#active_streamers {

display: none;
}
/* this will change the progress bar, donation amount buttons and checkout button for online donation/text to give */
#progress, .incs_button, .checkout-btn {
    background: #d7ae42;
    border-color: #d7ae42;
    color: #000d27;
}
/* this changes the font size of the denomination amounts (i.e. $1,000) for online donation/text to give */
.incs_button {
    font-size: 20px;
}
/* change the background color of the submit button on the ticket page */
#submitMe, #click_tap_here, #stripe_submit, #btSubmitMe {
  background: #0d0e37;
}
/* change submit button color end */
/* ticket page remove the "blurry background" image or color */
#blurry_bg {
  display: none;
}
/* ticket page remove blurry end */

/* Display cards do not show exceptions */
#display_cards_inner_content #exceptions {
  display: none;
}
/* Display cards set a minimum height for images */
#display_cards_inner_content #image img {
  min-height: 100px;
}
/* center the ‘Donation Title’ */
#og > h1 {
Text-align: center;
}

display: none;
}
/* 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 hides the 'selection' drop down and notes boxes from the tickets specified. it has to be done for each individual
ticket by calling out the ticket record specifically (#list-ticket-nnnnn) */
#list-ticket-18307 .form-flex-row,
#list-ticket-18307 #meal-desc {
  display: none;
}

#list-ticket-18305 .form-flex-row,
#list-ticket-18305 #meal-desc {
  display: none;
}

/* end instructions paragraph customizing */					
/*change item display sheet item name font size */					
#display_cards_inner_content, #item_name > div > div > p {					
font-size: 30px;					
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;					
}	

/* this will change the font color of the item number on display cards */
#display_cards_inner_content #item_number {
  color: #335350;
}
/*change item display sheet border color*/ 
#page-content {
   border: 4px solid #e6be63;
}
/* change the font color of the ‘donated by: <donor display name>’ */
#display_cards_inner_content #donor {
 color:#335350;
}

/* left justify the description and exceptions on item display cards */
#display_cards_inner_content #description,
#display_cards_inner_content #exceptions {
  text-align: left;
}
/* this will hide the  
anonymous checkbox and verbiage for all donation items */
#anon_donation {
  display: none;
}
