/* Basic style sheet for use with Linvio Donations add-on pages */

/* donations landing page */
#pc_recurring_donation_options { margin-top:5px;}
#pc_donation_occurrences { margin-top:5px;}
.pc_donation_option_list_horiz {display:inline-block;}
.pc_donation_option_list_vert {display:inline;vertical-align:bottom;}
.pc_donation_amount_horiz { vertical-align:6px;}
.pc_donation_amount_vert { vertical-align:text-bottom;}
.pc_donation_amount { width:75px;margin-right:4px; }
.dn8n_donation_table label {padding-right:4px;}


.pc_custom_fields_table input[type="checkbox"] {
    margin-right:4px;
    }

.dn8n_progress_image_0_percent {
  background-image:url('../images/fundraising-thermometer-blue-0.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.dn8n_progress_image_10_percent {
  background-image:url('../images/fundraising-thermometer-blue-10.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.dn8n_progress_image_20_percent {
  background-image:url('../images/fundraising-thermometer-blue-20.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}
.dn8n_progress_image_30_percent {
  background-image:url('../images/fundraising-thermometer-blue-30.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}
.dn8n_progress_image_40_percent {
  background-image:url('../images/fundraising-thermometer-blue-40.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}
.dn8n_progress_image_50_percent {
  background-image:url('../images/fundraising-thermometer-blue-50.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}
.dn8n_progress_image_60_percent {
  background-image:url('../images/fundraising-thermometer-blue-60.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}
.dn8n_progress_image_70_percent {
  background-image:url('../images/fundraising-thermometer-blue-70.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.dn8n_progress_image_80_percent {
  background-image:url('../images/fundraising-thermometer-blue-80.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.dn8n_progress_image_90_percent {
  background-image:url('../images/fundraising-thermometer-blue-90.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.dn8n_progress_image_100_percent {
  background-image:url('../images/fundraising-thermometer-blue-100.png');
  background-size: 111px 421px;
  height: 421px;
  width: 111px;
}

.pc_page_content table {
	border-collapse:collapse;
}

#pc_donations_page .pc_button_panel_grid {
	margin-top:20px;
}

/* Social Media Links - default orientation is inline */
.dn8n_social_links {
	height:22px;
	margin-top:20px;
	}
.dn8n_social_links .facebook-share {
	float:left;
}
.dn8n_social_links .twitter-share {
	float:left;
}
.dn8n_social_links .linkedin-share {
	float:left;
}
