/* Site wide controls */
.main-container {
  margin-top: 50px;
  padding-top: 10px;
}
.no-margin {
	margin-top: 0;
}
#sign_in_body {
  background-color: #e6e6e6;
}
#sign_in {
  margin-top: 75px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sign_in_logo {
  text-align: center;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar-brand img {
	height: 35px;
	margin-top: 8px;
}
.navbar-brand .text {
	margin-top: 15px;
	font-size: 25px;
}
.btn-group-justified {
  margin: 20px 0 20px 0;
}
.pagination {
	margin: 0;
}
.pagination .active span {
	background-color: #2C3E50;
	border-color: #2C3E50;
}
.pagination li a {
	color: #d71b20;
}
.caption h5 {
	font-size: 18px;
}
.caption h6 {
	font-size: 16px;
}
#donation_account_login {
	padding-top: 5px;
	text-align: right;
}
.donation_buttons {
	margin: 0 0 20px 0;
}
.donation_buttons .donate {
	margin-right: 5px;
	margin-top: 10px;
}
#honoree {
  margin-bottom: 15px;
}
#honoree_text {
  font-weight: bold;
}
tr.message_row:hover {
	background-color: #fcf8e3 !important;
}
tr.unread {
	background-color: #dff0d8;
}
#sponsorship-sharebar {
	margin: 0;
	padding: 0;
}

#mobile-sponsorship-sharebar {
	margin-top: 0;
	margin-bottom: 10px;
}

#sponsorship-sharebar .add_this {
	margin-top: 0;
}
.nav li a {
	padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 767px) and (max-width: 990px) {
	.pagination {
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.navbar-brand img,
	.navbar-brand .text {
		padding-left: 15px;
	}
	#sponsorship_select {
		margin-top: 15px;
	}
	.navbar .nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	.pagination {
		margin: 20px 0;
	}
}
#cover {
  height: 300px;
  margin-bottom: 10px;
}
#title {
	padding-top: 10px;
}
#titleright {
	text-align: right;
}
.add_this {
	float: right;
	width: 190px;
	margin: 10px -11px 0 0;
}
.start_a_campaign {
	float: right;
}
@media (max-width: 767px) {
	#cover {
		height: 0;
	}
	#titleright {
		clear:both;
		text-align: left;
		margin: 15px 0 15px 0;
	}
	.add_this {
		float: left;
	}
	.main-container {
		margin-top: 50px;
	}
	#donation_state,
	#donation_postal,
	#donation_city {
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.start_a_campaign {
		float: left;
	}
}
#quickmessage {
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
#show_more_link {
	margin-top: 20px;
}
.footer {
	margin-top: 0;
	text-align: center;
}
.footer .container {
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer .row .col-md-12 {
	padding:0;
}

/* Index Page Partials */
#project_spot .caption {
	height: 228px;
	overflow: hidden;
}
#project_spot .caption h3 {
	margin-top: 0;
}
#project_spot .status {
	bottom: 48px;
	border-top: 1px solid #ddd;
}
#project_spot .status th {
	text-align: center;
}

/* Campaign Details */
.campaign_spot .thumbnail .details {
	height: 380px;
	overflow: hidden;
}
.campaign_spot .thumbnail .status {
	position: relative;
	height: 85px;
	width: 100%;
	bottom: 0;
}
#campaign_tracking_bar {
	background-color: #b4d7ff;
	margin: 0 0 20px 0;
	padding: 10px 10px 5px 10px;
	z-index: 1000;
}
.progress-container {
  border: 1px solid #bbbdbf;
  width: 100%;
  margin: 12px 0 5px 0;
  background: #FFFFFF;
	overflow:hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
	min-width: 150px;
}
div.progress-container > div {
	background-image: -ms-linear-gradient(top, #FB0203 0%, #BB474C 100%);
	background-image: -moz-linear-gradient(top, #FB0203 0%, #BB474C 100%);
	background-image: -o-linear-gradient(top, #FB0203 0%, #BB474C 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FB0203), color-stop(1, #BB474C));
	background-image: -webkit-linear-gradient(top, #FB0203 0%, #BB474C 100%);
	background-image: linear-gradient(to bottom, #FB0203 0%, #BB474C 100%);
  height: 8px;
}

.product_spot {
	margin-bottom: 20px;
}
.product_spot .image{
	margin-bottom: 10px;
}
.fixed {
  position: fixed;
  top: 50px;
  width: 1170px;
}

.modal {
	padding-top: 100px;
	background-color:rgba(0, 0, 0, 0.5)
}

@media (max-width: 1200px) {
	.fixed {
	  position: fixed;
	  top: 50px;
	  width: 970px;
	}
}
@media (min-width: 991px) {
  .campaign_add_this {
    margin-top: -50px !important;
  }
}
@media (max-width: 990px) {
	#donation_account_login {
		padding-top: 0;
		text-align: left;
	}
  .add_this {
    float: left;
    margin-top: 0;
  }
	.fixed {
	  position: fixed;
	  top: 50px;
	  width: 750px;
	}
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
		display:block !important;
  }
}
@media (max-width: 767px) {
	.fixed {
	  position: fixed;
	  top: 50px;
	  width: 100%;
	}
	.footer .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-brand img {
		max-width: 300px;
		max-height: 40px;
	}

}
@media (max-width: 480px) {
	#campaign_tracking_bar {
		padding: 5px 0 5px 0 !important;
	}
}

/* Sponsorship Details */
#sponsorship-spot {
	margin-bottom: 30px;
}
#sponsorship-spot .description {
	display: none;
}
.thumbnail .status {
	text-align: center;
	font-weight: bold;
}
div.sponsorship_progress {
    position: relative;
    width: 100%;
    height: 5px;
}
div.sponsorship_progress > div {
    height: 100%;
    float: left;
    background: grey;
}
div.sponsorship_progress > div.left {
	-moz-bottom-left-border-radius: 3px;
	-moz-top-left-border-radius: 3px;
	-webkit-bottom-left-border-radius: 3px;
	-webkit-top-left-border-radius: 3px;
	-khtml-bottom-left-border-radius: 3px;
	-khtml-top-left-border-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
div.sponsorship_progress > div.right {
	-moz-bottom-right-border-radius: 3px;
	-moz-top-right-border-radius: 3px;
	-webkit-bottom-right-border-radius: 3px;
	-webkit-top-right-border-radius: 3px;
	-khtml-bottom-right-border-radius: 3px;
	-khtml-top-right-border-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
div.sponsorship_progress > div.sponsored {
    background: #d71b20;
}
div.sponsorship_progress > div + div {
    border-left: 2px solid #FFF;
}
.sponsorship_details {
	margin-top: 10px;
	text-align: center;
}
.sponsorship_details .alert-text {
	font-size: 16px;
}
.sponsorship_details .sponsorship_progress {
	height: 10px;
	margin: 10px 0 10px 0;
}

.carousel-control {
	top: 40%;
	font-size: 60px;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-inner .item img,
.carousel-inner .item a img {
	margin-left: auto;
	margin-right: auto;
}

/* CC Processing Details */
#security_code_note {
	padding-top: 10px;
}
#accepted_cards {
	display: inline;
}
@media (max-width: 767px) {
	#accepted_cards {
		margin-top: 10px;
		display: block;
	}
}

/* Supporter Campaign Details */
.error {
  color: red;
  text-align:left;
  list-style-type: none;
}
ul.error {
  margin-left: 0;
}
.msform {
	width: 500px;
	min-height: 550px;
	margin: 50px auto;
	text-align: center;
	position: relative;
	z-index: 1000;
}
.msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;

	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
	display: none;
}
.msform label {
  text-align: left;
}
/*inputs*/
.msform input, .msform textarea, #campaign_campaign_theme_id, .msform #campaign_goal_end_date_1i, .msform #campaign_goal_end_date_2i, .msform #campaign_goal_end_date_3i, #options select  {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
	padding: 0 5px 0 5px;
}
.msform textarea {
  padding: 5px;
}
.msform #campaign_goal_end_date_1i, .msform #campaign_goal_end_date_2i, .msform #campaign_goal_end_date_3i, .msform input, .msform select {
	height: 30px;
}
.msform #campaign_goal_end_date_1i, .msform #campaign_goal_end_date_2i, .msform #campaign_goal_end_date_3i {
	float: left;
	width: 107px;
}
.msform #campaign_goal_end_date_1i, .msform #campaign_goal_end_date_3i {
  margin-left: 9px;
}
.msform #photo_image,
.msform #photo_cover_image,
.msform #photoCover {
	height:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*buttons*/
.msform .action-button {
	width: 100px;
	background: #d71b20;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	height: auto;
}
.msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #d71b20;
	text-decoration: none;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #d71b20;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
.msform #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	margin-left: 0;
	padding-left: 0;
}
.msform #progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative;

}
.msform #progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
.msform #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
.msform #progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.msform #progressbar li.active:before,  #progressbar li.active:after{
	background: #d71b20;
	color: white;
}
#secured {
  text-align:right;
}
@media (min-width: 480px) and (max-width: 769px) {
	.campaign_spot,
	#project_spot,
	#sponsorship-spot {
		float: left;
		width: 48%;
		padding: 4px;
		margin: 5px;
	}
}
@media (max-width: 480px) {
  .donate-btn {
    margin-top: 12px;
  }
	.msform {
		width: 100%;
		min-height: 550px;
		margin: 50px auto;
		text-align: center;
		position: relative;
		z-index: 1000;
	}
	.msform #campaign_goal_end_date_1i, .msform #campaign_goal_end_date_2i, .msform #campaign_goal_end_date_3i {
	  width: 30%;
	  float: left;
	}
	.msform #photoCover,
	.msform #photo {
		width: 182px;
	}
	.msform fieldset {
		padding: 20px 30px;
	}
	.campaign_spot,
	#project_spot,
	#sponsorship-spot {
		width: 275px;
		margin-left: auto;
		margin-right: auto;
	}
  #accepted_cards {
    padding-left: 15px;
  }
  #secured {
    text-align:left;
    margin-top: 20px;
  }
}
.iframe-body {
  background-color:#ffffff !important;
  background-image:none !important;
}
.iframe-container {
  margin-top:0 !important;
  padding-top:0 !important;
  width: 100% !important;
}
.loading {
   position: fixed;
   top:0px;    
   left:0px;    
   right:0px;    
   bottom:0px;
   background: transparent;
   z-index: 100000;
}
.loading .load-message {
  padding-top: 225px;
  margin: auto;
  text-align: center;
}