#admin-preset-box h6:before
{
	/* black briefcase */
	background-image: url('./image/event-grid.png');
	background-position: -100px -50px;
	margin: 0 7px 0 0;
	top: 6px;
}

.is-redesigned.is-branded-as-gtue #admin-preset-box h6:before
{
	background-image: url('./branding/gtue/event-grid.png');
}


.is-subscription-editor,
.is-subscription-action-list
{
	display: none;
}

.is-redesigned .is-reminder-editor input[type=checkbox] + label div
{
	width: 28px;
	height: 16px;
	float: left;
	border-radius: 8px;
	border-color: OrangeRed;
	border-style: solid;
	border-width: 1px;
	margin: 0px 6px 0 0;
	background-color: white;
}
.is-redesigned .is-reminder-editor input[type=checkbox]:checked + label div
{
	border-color: #18a15f;
}
.is-redesigned .is-reminder-editor input[type=checkbox] + label div div
{
	width: 8px;
	height: 8px;
	border-radius: 5px;
	border-color: transparent;
	border-style: none;
	border-width: 0;
	background-color: OrangeRed;
	margin: 3px 0 0 3px;
	transition: margin 100ms linear;
	padding: 0;
	background-image: none;
}

.is-redesigned .is-reminder-editor input[type=checkbox]:checked + label div div
{
	background-color: #18a15f;
	margin: 3px 0 0 14px;
}





