/*GDPR Compliance Menu*/

.sharethis-wrap {
	padding: 0 2rem;
}

.sharethis-wrap input[type=radio] {
	display: none;
}

.sharethis-wrap #gdpr-compliance-tool {
	margin-top: .5rem;
	float: right;
}

.button-configuration-wrap.selected-button {
	margin-right: 2rem;
}

.sharethis-wrap #gdpr-compliance-tool input, .sharethis-wrap #gdpr-compliance-tool select {
	width: 100%;
	margin-bottom: 1rem;
}

.sharethis-wrap .share-on input[type=radio]:checked + div {
	background: #4089c1;
}

.sharethis-wrap .share-off input[type=radio]:checked + div {
	background: #979797;
}

.sharethis-wrap .enable-buttons .share-on input[type=radio]:checked + div {
	background: #00b300;
}

.sharethis-wrap .share-off input[type=radio] + div, .sharethis-wrap .share-on input[type=radio] + div {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #c5c5c5;
	display: inline-block;
}

.sharethis-wrap .share-on input[type=radio] + div {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sharethis-wrap .share-off input[type=radio] + div {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sharethis-wrap .form-table label .label-text {
	color: #8d8d8d;
	text-align: center;
	line-height: 40px;
}

.sharethis-wrap .share-on {
	margin-right: -6px;
}

.sharethis-wrap .share-on input:checked:before, .sharethis-wrap .share-off input:checked:before {
	display: none;
}

.sharethis-wrap input:checked:focus {
	box-shadow: none;
}

.sharethis-wrap input[type=radio]:checked + div {
	color: #ffffff;
}

.sharethis-wrap h2 {
	background: #308cc1;
	color: #ffffff;
	padding: 1.2rem;
}

.sharethis-wrap h2 span {
	border: 1px solid #ffffff;
	padding: .4rem .6rem;
	border-radius: 5px;
	margin-right: 1rem;
	font-size: 14px;
	cursor: pointer;
	font-family: arial, sans-serif;
}

.sharethis-wrap form .form-table {
	margin-top: 0!important;
}

.sharethis-wrap form .form-table tr {
	display: none;
}

.sharethis-wrap form .form-table tr:nth-child(2) {
	background: #ffffff;
	box-shadow: 0 0 15px 0 #cdcdcd;
}

.sharethis-wrap form .form-table tr:nth-child(2) th:first-of-type {
	padding-left: 2rem;
}

.sharethis-wrap form .form-table tbody {
	display: table;
	width: 100%;
}

.sharethis-wrap form h2 {
	margin-bottom: -4.5rem;
}

.sharethis-wrap form .form-table tr:first-of-type td {
	width: 100%;
	text-align: right;
}

.sharethis-wrap .form-table th {
	min-width: 17.5rem;
}

.sharethis-wrap .form-table th span {
	padding-top: 1rem;
	display: block;
	color: #6f6f6f;
	font-weight: 100;
	font-size: 12px;
	line-height: 1.5;
}

.sharethis-wrap .form-table tr {
	border-top: solid 1px #d6d6d6;
	margin: 2rem 0 0 1.5rem;
	padding-top: .5rem;
}

.sharethis-wrap form .form-table tr:first-of-type {
	display: table-row;
	border-top: none;
}

.sharethis-wrap form .form-table tr:nth-child(2) {
	border-top: none;
}

/* Sharethis button config page */

.toplevel_page_sharethis-gdpr-compliance-tool .platform-config-wrapper {
	display: none;
	text-align: center;
}

.toplevel_page_sharethis-gdpr-compliance-tool .button-configuration-wrap {
	text-align: center;
	width: 90%;
}

.toplevel_page_sharethis-gdpr-compliance-tool .button-configuration-wrap h3, .platform-config-wrapper h3 {
	font-weight: bold;
	margin-bottom: 0;
}

.toplevel_page_sharethis-gdpr-compliance-tool .button-configuration-wrap span.config-desc {
	font-size: 12px;
}

.button-config .item {
	color: #9e9e9e;
}

.button-configuration-wrap .button-config-half h3, .button-configuration-wrap .button-config-third h3 {
	margin-bottom: 1rem;
}

.button-configuration-wrap label {
	display: block;
	margin-bottom: 10px;
}

#publisher-purpose .purpose-item {
	margin-bottom: 25px;
}

#publisher-purpose .purpose-item div.title {
	display: block;
	font-weight: bold;
	width: 100%;
}

#publisher-purpose .purpose-item label {
	display: inline-block;
	width: 21%;
}

#publisher-purpose .purpose-item label:first-of-type {
	width: 14%;
}

input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

.switch label input[type=checkbox]:checked+.lever,
.switch label input[type=radio]:checked+.lever {
	background-color: #c2ea6a;
	border: solid 1px #c2ea6a;
}

.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch label {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 20px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	margin-right: 10px;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

[type=checkbox].filled-in+label:before {
	content: "";
	left: 0;
	position: absolute;
	transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
	z-index: 1;
}

[type=radio].filled-in+label:before {
	content: "";
	left: 0;
	position: absolute;
	transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
	z-index: 1;
}

p.form-color {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.gdpr-review-us {
	position: fixed;
	right: 10px;
	bottom: 40px;
	background: #fff;
	border: solid 1px #00b300;
	border-radius: 10px;
	padding: 15px;
	width: 295px;
	text-align: center;
}

.gdpr-review-us #close-review-us {
	cursor: pointer;
}

.gdpr-review-us h3 {
	color: #353535;
}

.gdpr-review-us h3 a {
	color: #00b300;
}

#sharethis-form-color {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

#sharethis-form-color .color {
  box-shadow: 1px 1px 4px 1px #cdcdcd;
  cursor: pointer;
  margin: 5px;
}

#sharethis-form-color .color.selected{
  box-shadow: 0px 0px 3px 5px #21a219;
}
