/* HEADER THEME CSS (DO NOT REMOVE) */ 
header, footer {
	background-color: transparent !important;
}

/* Merchant BODY CSS */
body {

}

section#section {
	background: none;
	/* Will not need to fix width here. */
}

#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: #3D537E;
	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: #3D537E;
}
.block_container {
	border-color: #3D537E;
background: #fff;
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #3D537E;
	background-color: #3D537E;
	color: #fff;
}
.or {
	color: #fff;
	background: #3D537E;
}

/* Card Value Button CSS */
.value_item_wrapper {
	float:left;
	max-width: 25%;
}

.value_item {
	border: 1px solid #082E5F;
}
.value_item:hover, .value_item:focus {
	color: #FFDFBF!important;
	background: #3D537E!important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #082E5F;
}
.value_item {
width: 75px;
	margin: 15px 0;
	border: 1px solid #000;
	float: left;
	text-align: center;
	padding: 2px;
	margin-right: 25px;
	cursor: pointer;
	border: 1px solid #000;
}

/* Forward Button CSS */
.btn_checkout {
	background: #082E5F;
	color:#fff;
	border-color:#082E5F;
}
.btn_checkout:hover {
	background-color:#082E5F;
	color: #FFDFBF;
}

/* Steps Block CSS */
#offer-steps {
	color: #082E5F;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #082E5F;
	z-index: 1;
}
#offer-steps h4 {
	color: #082E5F;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #082E5F;
}
#offer-steps .selected .circle {
	background: ##F3F3F3;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}


.btn-default {
    color: #fff;
    background-color: #3D537E;
 
}
.btn-default:hover { 

	background-color:#999;
	color: #fff;
}



footer a {
color:#fff;
text-decoration: underline;
}
footer a:hover {
color:#FFDFBF;
text-decoration: none;
}

.block_title {
	color: #fff;
	background: #082E5F;
}


.btn-default {
    color: #fff;
    background-color: #082E5F;
 
}
.btn-default:hover { 

	background-color:#082E5F;
	color: #FFDFBF;
}
.btn_balance {
    background: #082E5F;
    color: #fff;
}
.btn_balance:hover {
    background: #082E5F;
    color: #FFDFBF;
}


.value_item_bonus {
  color: #082E5F!important;
margin-right: 25px;

}