/*
* WP-Stripe - Default Stylesheet
*/

#wp-stripe-wrap {
        display:block;
        margin:20px 0;
        width: 420px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
        background-color:#fff;
        border:1px solid #ccc;
}

/* Payment Form Elements */

form#wp-stripe-payment-form {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        display:block;
}

form#wp-stripe-payment-form h2.stripe-header {
        padding:10px;
        color:#fff;
        font-size:14px;
        font-weight:bold;
        text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
        border-top:1px solid #268DFC;
        border-bottom:1px solid #004EA2;
        background:#0068DE;
        margin-bottom:10px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
}

form#wp-stripe-payment-form p.stripe-display-comment {
        margin:3px 0;
        font-size:12px;
        color:#777;
}

form#wp-stripe-payment-form label {
        letter-spacing:1px;
        text-transform:uppercase;
}

form#wp-stripe-payment-form .stripe-row {
        overflow:auto;
        clear:both;
        padding:10px;
}

form#wp-stripe-payment-form .stripe-row-left,
form#wp-stripe-payment-form .stripe-row-right {
        float:left;
        overflow:auto;
}

form#wp-stripe-payment-form .stripe-row-left {
        width:150px;
}

form#wp-stripe-payment-form .stripe-row-right {
        width:250px;
}


form#wp-stripe-payment-form .stripe-submit-button {
        margin:10px;
        padding:5px 10px;
}

.wp-stripe-poweredby {
    color:#777;
    background:#f2f2f2;
    padding:10px;
    font-size:10px;
    margin-top:10px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.wp-stripe-poweredby a {
    color:#0068DE;
    text-decoration: none;
}

/* Response Styling */

.wp-stripe-notification {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        padding:10px;
        width:380px;
        margin:10px 0 10px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.wp-stripe-currency {
        text-transform: uppercase;
}

.wp-stripe-success {
        color:#345607;
        background-color:#D1F2A5;
        text-shadow:0 1px 1px rgba(255,255,255,0.2);
}

.wp-stripe-failure {
        color:#4E1E0F;
        background-color:#FF9F80;
        text-shadow:0 1px 1px rgba(255,255,255,0.1);
}

/* Form Styling */


.wp-stripe-details label {
    color:#777;
}

.wp-stripe-card label {
    color:#0068DE;
}

.wp-stripe-card input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wp-stripe-card input.card-cvc {
    width:120px;
}

label,
input,
select,
textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 3px !important;
}

textarea,
input {
        width:230px;
}

input[type=checkbox], input[type=radio] {
        cursor: pointer;
}

select {
        padding: initial;
}

input,
textarea,
select,
.uneditable-input {
        display: inline-block;
        height: 18px;
        padding: 4px;
        font-size: 13px;
        line-height: 18px;
        color: #808080;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

input[type=checkbox], input[type=radio] {
        width: auto;
        height: auto;
        padding: 0;
        margin: 3px 0;
        *margin-top: 0;
        /* IE6-7 */

        line-height: normal;
        border: none;
}

select {
        height: 27px;
        line-height: 27px;
}

input[type=button], input[type=reset], input[type=submit] {
        width: auto;
        height: auto;
}

input[type=checkbox] {
        position:relative;
        top:2px;
        margin-right:5px;
}

select[multiple] {
        height: inherit;
        background-color: #ffffff;
}
textarea {
        height: auto;
}

:-moz-placeholder {
        color: #bfbfbf;
}
::-webkit-input-placeholder {
        color: #bfbfbf;
}
input, textarea {
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
        outline: 0;
        border-color: rgba(0, 104, 222, 0.8);
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 104, 222, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: 1px dotted #666;
}