/** License Status Styles **/
.edd-sl-active {
	color: green;
}

.edd-sl-inactive {
	color: gray;
}

.edd-sl-expired {
	color: red;
}

.edd_sl_license_row .view-key-wrapper {
	position: relative;
}

.edd_sl_license_row input.edd_sl_license_key {
	display: block;
	width: 100%;
	margin: 8px 0 0 0;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}

.edd_sl_license_row span .edd_sl_license_key {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 999;
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 4px;
	width: 20em;
	text-align: center;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
	padding: 0.5em 1.387em;
	background: #fafafa;
}

#edd_checkout_form_wrap #edd-license-key-container-wrap {
	padding: 0.5em 0;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields p {
	margin-bottom: 0;
}

.edd-sl-renewal-actions {
	vertical-align: middle;
}

#edd-license-key-container-wrap .edd-submit {
	margin-top: 10px;
}

#edd-cancel-license-renewal {
	text-decoration: none;
	color: red;
}
