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

header,
footer {
	background-color: transparent !important;
	background: rgba(0, 0, 0, 0) url(//deweyspizza.wpengine.com/wp-content/uploads/2016/07/blackboardBg4.jpg) repeat scroll 0 0;
}


/* Merchant BODY CSS */

body {
	background: #f3f3f3 url(//deweyspizza.wpengine.com/wp-content/uploads/2016/07/cardboard3.jpg) center top repeat;
}

#app {
	margin-top: 15px;
}
#Terms li{
	font-size: 14px;
	margin-bottom: 10px;

}
#Terms h1{
margin: .67em 0;
}
a {
	color: rgb(207, 10, 44);
	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 rgb(207, 10, 44);
	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: rgb(207, 10, 44);
	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: #000;
	padding: 10px 12px;
	font-weight: 600;
}

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


/* Upload Button / OR icon CSS */

.select_gc_upload {
	border: solid 1px rgb(207, 10, 44);
	background-color: rgb(207, 10, 44);
	color: #fff;
}

.or {
	color: #fff;
	background: rgb(207, 10, 44);
}


/* Card Value Button CSS */

.value_item_wrapper {
	max-width: 25%;
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
	min-width: 75px;
}

.value_item {
	border: 1px solid rgb(207, 10, 44);
}

.value_item:hover,
.value_item:focus {
	color: #fff !important;
	background: rgb(207, 10, 44) !important;
}

.value_selector .active,
.value_item_selected {
	color: #fff;
	background: rgb(207, 10, 44);
}


/* Forward Button CSS */

.btn_checkout {
	background: rgb(207, 10, 44);
	color: #fff !important;
	border-color: #999;
}

.btn_checkout:hover {
	background-color: #999;
	color: #fff;
}


/* Steps Block CSS */

#offer-steps {
	color: #666;
	margin-bottom: 15px;
	margin-top: 35px;
}

#offer-steps .circle {
	color: #fff;
	background: #666;
	z-index: 1;
}

#offer-steps h4 {
	color: #666;
}

#offer-steps .selected,
#offer-steps .selected h4 {
	color: rgb(207, 10, 44);
}

#offer-steps .selected .circle {
	background: rgb(207, 10, 44);
}

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

#offer_step_head {
	margin-bottom: 30px;
	margin-top: 0;
	/* margin-top: 10px; */
}

footer {
	color: #fff;
}

footer a {
	color: rgb(207, 10, 44);
	text-decoration: underline;
}

footer a:hover {
	color: hsl(350, 92%, 54%);
	text-decoration: none;
}

.btn_red {
	background-color: rgb(207, 10, 44);
	border-color: rgb(207, 10, 44);
	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;
}