/* HEADER THEME CSS (DO NOT REMOVE) */

footer {
	background-color: #26201e !important;
	padding-top: 25px;
	padding-bottom: 25px;
}

header {
	background-color: #fff !important;
	font-size: 17px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
}

header .header-title {
	line-height: 0.9em;
	font-size: 44px;
}

@media (max-width: 600px) {
	header .header-title {
		font-size: 17px;
	}
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}


/* Merchant BODY CSS */

body {}

a {
	color: #009a34;
	text-decoration: none;
}

.bal-label-card,
.bal-txt-card {
	float: left;
	margin-left: 10px;
}

.captcha-div {
	margin-left: 10px;
}

.actions {
	margin-left: 10px;
}

.btn_balance {
	background: none repeat scroll 0 0 #8cc44f;
	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: #8cc44f;
	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: #F7F2DE;
	background: #8cc44f;
	padding: 10px 12px;
	font-weight: 600;
}

.block_container {
	border-color: #ccc;
	/*background: #fff;*/
}


/* Upload Button / OR icon CSS */

.select_gc_upload {
	border: solid 1px #8cc44f;
	background-color: #8cc44f;
	color: #fff;
}

.or {
	color: #fff;
	background: #8cc44f;
}


/* Card Value Button CSS */

.value_item_wrapper {
	margin: 0 10px 0 0;
}

.value_item {
	border: 1px solid #8cc44f;
}

.value_item:hover,
.value_item:focus {
	color: #fff !important;
	background: #8cc44f !important;
}

.value_selector .active,
.value_item_selected {
	color: #fff;
	background: #8cc44f;
}


/* Forward Button CSS */

.btn_checkout {
	background: #8cc44f;
	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: #8cc44f;
}

#offer-steps .selected .circle {
	background: #8cc44f;
}

#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}

#offer_step_head {
	margin-bottom: 15px;
	margin-top: 0 !important;
}

footer {
	color: #fff;
}

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

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

.btn_red {
	background-color: #8cc44f;
	border-color: #8cc44f;
	color: #fff;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	display: block;
	width: 100%;
}

.btn_red:hover {
	color: #fff;
}

#landing_reg_form {
	margin-top: 20px;
}

.form-group label.error {
	color: #7C0A02 !important;
}

label[for*="password"] {
	display: none !important;
}

.alert-message.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-message {
	background: url(https://s3-ap-southeast-1.amazonaws.com/static.giift.com/assets/img/close.png)no-repeat rgba(255, 255, 255, .8);
	background-position: right 10px top 10px;
	padding: 15px;
	margin-top: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}