/* HEADER THEME CSS (DO NOT REMOVE) */
footer {
	background-color: transparent !important;
}
header {
	background-color: #000 !important;
	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 */
#app {
    margin: 0;
    color: #fff !important;
}
#offer_wrapper {
	color: #000;
}
body {background-color: #000;}
a {
    color: #94241f;
    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 #94241f;
color: #fff;
}
section#section {
	background: none;
	/* Will not need to fix width here. */
}
/*#footer a{
	color: #e24725;
}*/
#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: #94241f;
	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: #94241f;
	padding: 10px 12px;
	font-weight: 600;
}
.block_container {
	/* border-color: #ccc; */
	background: #eadecc;
	color: #665656;
}

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

/* Card Value Button CSS */
.value_item {
	border: 1px solid #94241f;
	background-color: #fff;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #94241f !important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #94241f;
}

/* Forward Button CSS */
.btn_checkout {
	background: #e8963e;
	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: #ccc;
	background: #fff;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #fff;
}
#offer-steps .selected .circle {
	background: #e8963e;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}
.value_item_wrapper{
	margin: 0 !important;
	margin-left: 10px !important;
}
#offer_step_head {margin-bottom: 15px;margin-top: 0;}
footer {color: #fff;}
footer a {
color:#fff;
text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
.btn_red {
    background-color: #94241f;
    border-color: #94241f;
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;
}
