/* 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;
}
/*do not show table name on the bidding site after the bidder's name */
#bidder_name > span {
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 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.";
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 */
/* landing page css */
#blockA_content h2, #blockB_content h2, #blockC_content h2, #blockD_content h2{
    /* landing page remove title from Section A */
  display: none !important;
}
#bidder-login{
  /* add space under login info */
  padding-bottom: 100px !important;
}
#df-toggle-donor-address {
  /* donor address button */
  background-color: #1e2855 !important;
}

#df-toggle-donor-address:hover {
  /* donor address button */
  background-color: #141a38 !important;
}

#label-file-1 {
    /* tap to choose file button */
    background-color: #1e2855 !important;
}

#label-file-1:hover {
  /* tap to choose file button hover */
    background-color: #141a38 !important;
}

#df_submit {
    /* submit donation button */
    background-color: #1e2855 !important;
}

#df_submit:hover {
  /* submit donation button hover */
    background-color: #141a38 !important;
}
/* ticket page css */
#donation_amount, #seating_request {
  /* ticket page donation section donation amount box */
  margin-top: 20px !important;
}
/* checkout button */
.card_show_hide_link, .checkout-btn, #submitMe  {
  /* checkout buttons */
  background-color: #1e2855 !important;
}
#submitMe:hover {
  /* checkout button mouse hover */
  background-color: #131937 !important;
}
.subButton:hover, #stripe_submit, #click_tap_here, #card_submit {
    /* checkout button mouse hover */
  background-color: #131937 !important;
}
/* total amount */
#total {
  /* total amount text */
  color: #b13239 !important;
}
/* donation page css */
#og h1 {
  /* donation page h1 title */
    display: none !important;
}
#og {
     /* donation page text */
    text-shadow: none !important;
    color: #FFFFFF !important;
}
#bg_grad {
  /* donation page gradient */
  display: none !important;
}
.donation_thank_you_text {
   /* donation page thank you text */ 
  color: #FFFFFF !important;
}
#donation_submit.checkout-btn {
  /* donation page submit button */
  background: #1e2855 !important;
  border-color:#1e2855 #1e2855 #1e2855 !important;
}
/* general css */
/* BEGIN - side-by-side responsive behavior (auto adjust for different screen sizes) */

/* image sizing begin */
/* Extra Extra small devices (phones, 0px and down) */
@media only screen and (min-width: 0px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100% !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .flyer-img {
    /* ticket page event title image */
    width: 100%  !important;
}
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* ticket page event title image */
  .flyer-img {
    /* ticket page event title image */
    width: 50%  !important;
}
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .flyer-img {
    /* ticket page event title image */
    width: 50%  !important;
}
  }

/* image sizing end */

/* END - side-by-side responsive behavior (auto adjust for different screen sizes) */

/* 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.";					
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 own 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 */					
/*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;					
}					
