/* HEADER THEME CSS (DO NOT REMOVE) */ 
header, footer {
	background-color: transparent !important;
}
.form-inline {
  margin-bottom: 15px;
  display: none;
}

/* Merchant BODY CSS */
body {

}
.bal-label-card, .bal-txt-card {
float: left;
margin-left: 10px;
}
.captcha-div{
	margin-left: 10px;
}
.actions{
	margin-left:10px;
}
.block_title {
color: #fff;
background: #ED6E00;
padding: 5px;
}
.btn_balance {
background: none repeat scroll 0 0 #ED6E00;
color: #fff;

}
section#section {
	background: none;
	/* Will not need to fix width here. */
}
#footer a{
	color:#fff;
}
#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes */
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #666;
}
.total_color {
	color: #ED6E00;
	font-weight: bold;
}

/* Post Payment Page Heading */
#cancel_message h2, #failure_message h2 {
	color: red;
}
#success_message h2 {
	color: #5F87B4;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #ccc;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #fff;
}
.block_title {
	color: #fff;
	background: #ED6E00;
}
.block_container {
	border-color: #ccc;
	/*background: #fff;*/
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #ED6E00;
	background-color: #ED6E00;
	color: #fff;
}
.or {
	color: #fff;
	background: #ED6E00;
}

/* Card Value Button CSS */
.value_item {
  border: 1px solid #ED6E00;
  margin: 5px;
}


/* Forward Button CSS */
.btn_checkout {
	background: #ED6E00;
	color:#fff;
	border-color:#999;
}
.btn_checkout:hover {
	background-color:#999;
	color: #fff;
}

/* Steps Block CSS */
#offer-steps {
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #ccc;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #ED6E00;
}
#offer-steps .selected .circle {
	background: #ED6E00;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}
footer {
color: #000;
}
footer a {
color:#ED6E00;
text-decoration: underline;
}
footer a:hover {
color:#ED6E00;
text-decoration: none;
}
p {
  display: none!important;
}
.value_selector .active {
  color: #fff;
  background: #ED6E00;
}
.fine-print-amount-text{
font-style: italic;
font-size:10px;
}
.before-amount-text-title{
color:#ED6E00 !important;
font-size:18px;
font-weight:bold;
margin-bottom:5px;
}