@charset "utf-8";
/*! CSS Document */
#mcLoading {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
}
#recaptcha,
#pinField {
    display: none;
}
.field, input[type="text"], select, textarea {
    width:100%;
}
#pinField {
    margin: 0 0 27px 0;
}
#cws_txt_gcNum {
    margin: 0 0 30px 0;
}
/* Page-specific layout */
#gcBalanceFormHold {
    width: 48%;
    float: left;
}
#gcBalanceHold {
    width: 48%;
    float: right;
    display: none;
    border: 1px solid #a1a1a1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin: 18px 0 0 0;
}
#gcBalanceHold > div:not(:last-of-type) {
    margin: 0 0 15px 0;
}
.balance {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.balance .green {
    color: #14a218;
}
#custom.recaptcha {
    margin: 28px 0 0 0;
}
.showBal #gcBalanceHold {
    display: block;
}
#recaptcha + .val {
    left: 0px;
    right: initial;
}
#gcPurchaseCurrency {
    display: none;
}

@media only screen and (min-width:100px) and (max-width:900px) {
    #gcBalanceFormHold, #gcBalanceHold {
        width: 100%;
        float: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}