#admin-password-box
{
	max-width: 360px;
}

body #the-eula-confirmation-console a
{
	cursor: pointer;
}


.is-redesigned #the-eula-confirmation-console input[type=checkbox].is-red + label div div
{
	border-color: red;
	background-color: seashell;
	transition: border-color 5000ms linear, background-color 5000ms linear;
}
.is-redesigned #the-eula-confirmation-console input[type=checkbox].is-green + label div div
{
	border-color: mediumseagreen;
	background-color: honeydew;
	/*transition: border-color 500ms linear, background-color 500ms linear;*/
}

#the-responsibility-editor-switch:hover .is-switch:after,
#the-responsibility-editor-switch.is-editing .is-switch:after
{
	margin: 0px 0px 0 8px;
	content: '';
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url('./image/redesign-grid.png');
	background-position: -250px 0px;
}
#the-responsibility-editor-switch .is-editor
{
	display: none;
	width: 50%;
}

/* smartphone */
@media screen and (max-width: 600px)
{
}
