/*
.RecurPledgeCC {
	background-color: #f7f7f7;
	padding: 10px;
	border: 1px solid #ccc;
}
*/
.RecurPledgeCC{
	border-bottom: 1px solid #e5e5e5;
	
}
#CCPayment {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom:25px;
}

.RecurPledgeCC h3 span p,
.RecurPledgeCC h3 span,
h3 span{
	color: #005191;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rrFrequency .col-sm-9{
  display: flex;
align-items: center;
   margin-bottom: 0 !important;
}

.rrStartDate .datepick-trigger{
  display: none;
}

#ccAmountDisplay {
	height: 38px !important;
}
.rrStartDate input[id=rrDate] {
  max-width: 150px;
}

#StarRequiredNote .offset-sm-3 {
	margin-left: 0;
	color: red;
}

/*this checkbox is checked by default with script, so hide it as it is not needed. Page  is for recurring.*/
.rrRepeat.form-group{
	display:none; 
}

#ccAmountDisplay{
	max-width:120px;
}

