/* 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: 106px;
	float: left;
}

select#expyear {
	width: auto;
	float: right;
}

.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;
}