/**handles:ebiz_css**/
/* CSS Document */
.button-success {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.button-success.hover, .button-success:focus {
    background: #218838 !important;
    border-color: #1e7e34 !important;
}

#woocommerce_ebizcharge_cardtypes {
    height: 100px !important;
}

.fieldset-padding {
    padding-left: 40px !important;
}

#econnect-buttons {
    padding-left: 235px;
}

#cvv {
    width: 50px;
}

#Add-new-method {
    float: right;
    margin-right: 5px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.mr-5 {
    margin-right: 5px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.cancel-btn {
}

.full-width {
    width: 100%;
}

.error {
    color: red;
    font-size: smaller;
}

#ebizcharge-payment-method {
    float: left;
    margin: 10px 0;
}

#ebizcharge_update_cc {
    float: left;
    margin: 10px 0;
}

select#expmonth {
    width: 50%;
    /*float: left;*/
}

select#expyear {
    width: 45%;
    margin-left: 5px;
}

.help-tooltip {
    float: left !important;
    width: auto !important;
    margin: 5px 0;
}

.exp-month {
    width: 30% !important;
}

.exp-year {
    width: 30% !important;
    float: left !important;
    margin: 0 0 0 30px !important;
}

.help-table-secondary {
    text-align: left;
}

.help-page-section-item-versions {
    margin-top: 11%;
}

.help-page-section-item-bottom {
    float: right;
}

.help-page-section-item-content-bottom {
    text-align: right;
}

.wp-heading-inline {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    border-color: lightgray;
}

.ml-40{

    margin-top: 5px;
    margin-left: 40px;
}

.ml-30{

    margin-top: 5px;
    margin-left: 30px
}