/**
 * Paypal plugin admin style
 */

.form_overlay {
	opacity: 0.5;
	pointer-events: none;
}

.form-wc-wc_tpfw_connect_btn fieldset {
	margin: 20px 0 20px 0;
}

.form-wc-wc_tpfw_connect_btn img {
	margin: 5px 10px 0 10px;
	width: 20px;
	float: left;
}

.form-wc-wc_tpfw_connect_btn .tpfw_connect_btn,
.form-wc-account_id .tpfw_connect_btn {
	background: #003088;
	display: inline-block;
	height: 38px;
	text-decoration: none;
	width: 240px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	-webkit-font-smoothing: antialiased;
}

.form-wc-account_id .tpfw_connect_btn {
	margin: 10px;
}

.form-wc-wc_tpfw_connect_btn .tpfw_connect_btn:hover {
	background: #0140b4;
}

.form-wc-wc_tpfw_connect_btn .tpfw_connect_btn span,
.form-wc-account_id .tpfw_connect_btn span {
	color: #fff;
	display: block;
	font-family: sohne-var, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	padding: 11px 0 0 65px;
	position: relative;
	text-align: left;
}

.wc-connect-stripe-help {
	margin-top: 10px;
}

.form-wc-wc_tpfw_connect_btn .st_connect_mn_dv {
	margin-top: 14px;
}

.form-wc-wc_tpfw_test_button fieldset {
	margin: 20px 0 20px 0;
}

.form-wc-wc_tpfw_test_button a {
	border: 1px solid rgb( 103, 114, 229 );
}

.form-wc-wc_tpfw_test_button a,
.form-wc-wc_tpfw_test_button a > span {
	padding: 5px;
	color: rgb( 103, 114, 229 );
	font-weight: 500;
	background: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.stipe-connect-active {
	color: #008000;
	font-weight: 500;
}

.form-wc-wc_stripe_acc_keys fieldset {
	margin-top: 10px !important;
}

.tpfw_connect_mn_btn,
.tpfw_connect_hide_btn {
	text-decoration: udnerline;
	color: inherit;
	font-size: 12px;
}

.account_status .tpfw_connect_mn_btn,
.account_status .tpfw_connect_hide_btn {
	color: #2271b1;
	font-size: 14px;
}

#wpfooter {
	display: block !important;
}

.form-wc-account_id .tpfw_connect_hide_btn {
	display: none;
}
