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

.responsive-about {
max-width: 100%;
height: auto;
}

.btn_balance {
background-color: black;
color: white;
}

img[src="https://www.giift.com/loyalty/simplecaptcha"] {
width: 60%;
height: 130px;
}

.actions {
margin-top: 10px;
}

#landing_reg_form {
font-family: "Times New Roman", Times, serif;
border: 2px solid white;
padding: 30px;
}

.btn_red {
border: none;
border-radius: 0;
text-decoration: none;
background-color: white;
color: black;
}

#poweredby {
margin-top: 10px;
}

/* Merchant BODY CSS */
body {
background-color: black;
color: white;
}

h1 {
margin-top: 0;
}

h4 {
color: white !important;
}

#logo {
margin-top: 30px;
margin-bottom: 50px;
}

.block_container {
border: 2px solid white;
padding: 30px;
}

label {
padding-right: 15px;
}

.bal-txt-card, 
#form_simplecaptcha {
border-radius: 4px;
color: black;
}

.bal-txt-card {
width: 200px;
}

button {
background-color: white;
color: black;
border: none;
border-radius: 2px;
padding: 15px 30px;
width: 50%;
}

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: white;
}
.total_color {
	color: #005691;
	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: black;
	background: white;
}
.block_container {
	border-color: #ccc;
	/*background: #fff;*/
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px white;
	background-color: white;
	color: black;
}
.or {
	color: black;
	background: white;
}

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

.value_item {
	border: 1px solid white;
}
.value_item:hover, .value_item:focus {
	color: black !important;
	background: white !important;
}
.value_selector .active, .value_item_selected {
	color: black;
	background: white;
}

/* Forward Button CSS */
.btn_checkout {
	background: white;
	color: black;
	border: 1px solid black;
}
.btn_checkout:hover {
	background-color: black;
	color: white;
        border: 1px solid white;
}

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