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

footer {
    background-color: transparent !important;
}

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;
}

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 #000000;
    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: #ffffff;
    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: #4F4D4C;
}

.offer-header-bg h3,
.offer-header-bg h2 {
    color: #fff;
}

.block_title {
    color: #ffffff;
    background: #000000;
    padding: 10px 12px;
    font-weight: 600;
}

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


/* Upload Button / OR icon CSS */

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

.or {
    color: #fff;
    background: #000000;
}


/* Card Value Button CSS */

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

.value_item {
    border: 1px solid #000000;
}

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

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


/* Forward Button CSS */

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

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

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

#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: #4F4D4C;
    border-color: #4F4D4C;
    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;
}