/* HEADER THEME CSS (DO NOT REMOVE) */ 
footer {
	background-color: transparent !important;
}
header {
	background-color: #fff !important;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 17px;
    	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
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: #93c12a;
    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 #93c12a;
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: #93c12a;
	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: #012939;
	padding: 10px 12px;
	font-weight: 600;
}
.block_container {
	border-color: #ccc;
	/*background: #fff;*/
}

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

/* Card Value Button CSS */
.value_item {
	border: 1px solid #f05c2a;
}
.value_item_wrapper {
    margin: 0 10px 0 0;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #f05c2a !important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #f05c2a;
}

/* Forward Button CSS */
.btn_checkout {
	background: #f05c2a;
	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: #009fd3;
}
#offer-steps .selected .circle {
	background: #009fd3;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}
#offer_step_head {
margin-bottom: 15px;
}
footer {
color: #fff;
}
footer a {
color:#fff;
text-decoration: underline;
}
footer a:hover {
color:#fff;
text-decoration: none;
}
.btn_red {
    background-color: #d5e14d;
    border-color: #d5e14d;
	color: #3f3225;
    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;
}