/* -------------------------------- */
/*        RGOODS Gateway CSS        */
/* -------------------------------- */

.rgoods-gateway-payment-methods {
	text-align: left;
}
.rgoods-gateway-payment-methods-img {
	float: left !important;
	margin: 0 0.5em 0.3em 0;
	border: 1px solid lightgrey !important;
	border-radius: 0;
}

/* --- Credit Card form --- */

/* Credit Card */
#rgoods-gateway-cc-form {
    margin: 0;
}

/* Common */
.rgoods-transparent {
	opacity: 0.2;
}
.rgoods-cc-type {
	margin-top: -10px;
	color: lightgrey;
}
#ccnum-type {
	color: black;
	font-weight: 400;
}
.rgoods-cc-num,
.cvv-input input#rgoods-cc-cvc,
.month select,
.year select {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
} 
.rgoods-cc-num,
.cvv-details,
.cvv-input input#rgoods-cc-cvc,
.month select,
.year select {
    opacity: .7;
    color: #86939e;
}

/* Card Number */
.rgoods-cc-num {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    border: 1px solid #e1e8ee;
    border-radius: 6px;
}

/* Date Field */
.month select,
.year select,
.rgoods_gateway-payment-method-select {
    margin-bottom: 10px;
    padding-left: 20px;
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    background: url('../../images/rgoods_caret.png') no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.month select,
.year select {
    width: 48%;
	background-position: 85% 50%;
}
.month select {
    float: left;
}
.year select {
    float: right;
}
.rgoods_gateway-payment-method-select {
	background-position: 94% 50%;
}

/* Card Verification Field */
.cvv-input input#rgoods-cc-cvc {
    float: left;
    width: 145px;
    padding-left: 20px;
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    background: #fff;
	font-weight: 400;
}
.cvv-details {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    float: right;
    margin-bottom: 10px;
	width: 55%;
}
.cvv-details p {
    margin-top: 0.7em !important;
}