/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/01/2018, 10:54:19 PM
    Author     : kyleforrester
*/

.stripe-button-el {
    overflow: hidden;
    display: inline-block;
    visibility: visible !important;
    background-color: #7DC116;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    -webkit-font-smoothing: none !important;
    border: 0;
    padding: 5px !important;
    text-decoration: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none  !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none  !important;
    box-shadow: none  !important;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: none !important;
    background-image: none;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    font-family: inherit !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius:  0px !important;
    -ms-border-radius:  0px !important;
    -o-border-radius:  0px !important;
    border-radius:  0px !important;
}

.stripe-button-el:not(:disabled):active, .stripe-button-el.active {
    background: #97cd44 !important;
}