/* Update notices */
.wgm-activation-license-key-box {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.plugins .wgm-plugin-notice {
	margin: 10px 0 0 31px;
}
.plugins #woocommerce-german-market.active th,
.plugins #woocommerce-german-market.active td,
.plugins #woocommerce-german-market + .plugin-update-tr .plugin-update {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.plugins #woocommerce-german-market-license.active td:first-child {
	border-left: 4px solid #2ea2cc; /* blue */
}
.plugins #woocommerce-german-market-license.active.update td:first-child,
.plugins #woocommerce-german-market-update.active.update td:first-child {
	border-left: 4px solid #d54e21; /* red */
}
.plugins #woocommerce-german-market-update td {
	padding-top: 0;
}
.plugins #woocommerce-german-market-update .wgm-plugin-upgrade-notice {
	background: rgba( 213,78,33,.1 );
	box-sizing: border-box;
	border: 2px solid #d54e21; /* red */
	border-radius: 3px;
	padding: 6px 10px;
}
.plugins #woocommerce-german-market-update .wgm-plugin-upgrade-notice > *:first-child {
	margin-top: 0 !important;
}
.plugins #woocommerce-german-market-update .wgm-plugin-upgrade-notice:before {
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #d54e21 transparent;
	content: '';
	display: block;
	height: 0;
	left: 13px;
	margin: 0;
	position: relative;
	top: -16px;
	width: 0;
}
.plugins #woocommerce-german-market-update .wgm-plugin-upgrade-notice ul {
	list-style: inside disc;
}
.plugins #woocommerce-german-market-update .wgm-plugin-upgrade-notice .dashicons {
	color: #d54e21; /* red */
}

/* Activation message */
.wrap div.wgm-activation-message {
	border-color: #b1b1b1;
}
.wrap div.wgm-activation-message.warning {
	border-color: #e5e5e5;
}
.wp-badge.wgm-badge,
.svg .wp-badge.wgm-badge {
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url( '../images/germanmarketlogo.png' );
	margin: 0 0 0 1.5rem;
	-webkit-box-shadow: none;
   box-shadow: none;
   position: absolute;
   right: 0;
   top: 1px;
}

@media( max-width: 786px ) {
	.wp-badge.wgm-badge, .svg .wp-badge.wgm-badge {
		display: none;
	}
}

.wgm-activation-panel {
	margin: 1.5rem 0;
	padding: 0 1.5rem 1.5rem;
}
.wgm-activation-panel > h2 {
	margin-bottom: 1.5rem;
}
.wgm-activation-panel p {
	font-size: 1.1em;
}
@media screen and (min-width: 768px) {
	.wgm-activation-panel-col {
		width: 49%;
	}
	.wgm-activation-panel-col-1 {
		clear: right;
		float: left;
		margin-right: 1%;
	}
	.wgm-activation-panel-col-2 {
		float: right;
	}
}
.wgm-activation-pages-list {
	margin-top: 0;
}
.wgm-activation-pages-list li {
	line-height: 2;
}
.wgm-settings-table {
	border-spacing: 0;
	clear: both;
	margin: 0;
}
.wgm-settings-table td {
	border-bottom: 1px dotted #e1e1e1;
	padding: .75em 1.5em .75em 0;
	vertical-align: top;
}
.wgm-settings-table td + td {
	padding: .75em 0;
}
.wgm-settings-table tr:last-child td {
	border-bottom: 0;
}
.wgm-settings-table td ul {
	margin-top: 0;
}
.wp-core-ui .wgm-activation-message .button-primary {
	font-size: 18px;
	height: 3em;
	line-height: 1.5;
	padding: 0 18px 1px;
}

/* Settings Tab */
.wgm-settings .woocommerce table.form-table th img.help_tip {
	float: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 22px;
}
.wgm-settings .woocommerce td.forminp.forminp-select {
	vertical-align: top;
}
