﻿
.wsCtPaypalButtonWrapper {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
}

.wsCtPaypalButton {
    padding: 0 10px;
}

.wsCtPaypalButton div:first-child {
    margin-top: 0;
}

.wsCtPaypalButtonWrapper,
.wsCtPaypalButtonWrapper .wsCtPaypalButton {
    text-align: center;
}

.wsCtPaypalButtonWrapper .wsCtImage {
    width: 100%;
    height: 50%;
    min-height: 50px;
    max-height: 150px;
    margin-bottom: 10px;
}

.wsCtPaypalButtonWrapper .wsCtText {
    text-align: left;
    height: auto !important;
    margin: 10px 0;
}

.wsCtPaypalButtonWrapper .wsCard {
    height: 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-width: 127px;
    background-image: url('https://www.paypalobjects.com/webstatic/en_US/btn/btn_paynow_cc_144x47.png');
}

/*Paypal css*/
.paypal-button {
    white-space: nowrap;
}

.paypal-button .field-error {
    border: 1px solid #FF0000;
}

.paypal-button .hide {
    display: none;
}

.paypal-button .error-box {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
}

.paypal-button button {
    white-space: nowrap;
    overflow: hidden;
    border-radius: 13px;
    font-family: "Arial", bold, italic;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #ffa823;
    color: #0E3168;
    background: #ffa823;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    cursor: pointer;
    z-index: 0;
}

.paypal-button button:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    top: 0;
    left: 0;
    background: #ffa823;
    background: -webkit-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: -moz-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: -ms-linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    background: linear-gradient(top, #FFAA00 0%,#FFAA00 80%,#FFF8FC 100%);
    z-index: -2;
}

.paypal-button button:after {
    content: " ";
    position: absolute;
    width: 98%;
    height: 60%;
    border-radius: 40px 40px 38px 38px;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #fed994 100%);
    background: linear-gradient(top, #fefefe 0%, #fed994 100%);
    z-index: -1;
    -webkit-transform: translateX(1%);
    -moz-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
}

.paypal-button button.small {
    padding: 3px 15px;
    font-size: 12px;
}

.paypal-button button.large {
    padding: 4px 19px;
    font-size: 14px;
}
