/* settings */

/* common */

.nopm {
	margin:0;
	padding:0;
}

.nopmb {
	margin:0;
	padding:0;
	border:none;
}

.fi {
	font-style:italic;
}

.onerror {
	color: red;
	font-weight: bold;
}


/* help */

.help-tab-content a {
	color: black;
}

.help-tab-content th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.help-tab-content th span {
	font-style: italic;
	font-weight: normal;
}

/* tabs */

#settings-tabs li {
	line-height:26px;
	list-style:none;
	float:left;
	margin:0 10px 0 0;
}

.gdp_tab {
	padding-bottom: 3px;
}

.ui-tabs-nav li a {
	text-decoration:none;
}

li.ui-tabs-active a span {
	background: #ccc none repeat scroll 0 0 !important;
	border-color: #aaa !important;
	box-shadow: none !important;
	color: #000 !important;
	text-decoration: none !important;
}

.fragments {
	clear:both;
}

/* */

.startmsg {
	text-align:left;
	font-weight:bold;
	color:red;
}

.general td {
	border:none;
	margin:0;
	padding:0;
}

.thtitle {
	background-color: #ddd;
	font-style: italic;
	padding: 20px 10px 10px 20px !important;
}

.hide {
	opacity:0;
	filter:alpha(opacity=0);
}
.mask {
	display:none;
}

.w40 {
	width:40%;
}

.w50 {
	width:50%;
}

.w4e {
	width: 4em;
}

.vat {
	vertical-align:top !important;
}

.nopad {
	padding:0;
}

.pr10 {
	padding:0 10px 5px 0 !important;
}

td.field {
	vertical-align:top;
}

span.italic {
	font-style: italic;
	margin-left: 15px;
	font-weight: normal;
}

/* */

input.form-invalid, input:focus.form-invalid, select.form-invalid, select:focus.form-invalid {
	border-color: #dc3232 !important;
	box-shadow: 0 0 2px rgba(204, 0, 0, 0.8);
}

/* Embed */

.form-table .widefat td, .form-table .widefat th {
	padding: 8px 10px;
}

tr.gdpr_embed.disabled td {
	color: silver;
}

/* oEmbed */

span.gdpr_oembed_icon {
	margin-left: 3px;
}

span.gdpr_oembed_name {
	margin-left: 10px;
}

td.gdpr_oembed.disabled {
	fill: silver;
	color: silver;
}

/* Site_Health */

tr.gdpr_site_health.disabled td {
	color: silver;
}

