.std,
.std-hover
{
	background: #bbf;
	background: linear-gradient(#eef, #bbf);
	text-shadow: .05em .05em .0 white;
}
.std-hover:hover
{
	background: #ddf;
	background: linear-gradient(#eef, #ddf);
}
.std-hover.active,
.std-hover:active
{
	background: #99f;
	background: linear-gradient(#bbf, #eef);
}
.std-hover.on
{
	background: #9a9;
	background: linear-gradient(#efe, #9f9)
}

/*
.bar a:hover,
a:hover,
.collapser:hover,
.barbutton:hover,
.dropup:hover,
.dropdown:hover
:not(.bar) a:hover
{
	color: #00f;
}
*/
a.button,
.fonticon,
.button,
button
{
	background: #bbf;
	background: linear-gradient(160deg, #fff, #bbf);
}
a.button[disabled],
.fonticon[disabled],
.button[disabled],
button[disabled]
{
	background: #bbb;
}
a.button,
button,
.button
{
	padding-left: 8px;
	padding-right: 8px;
	text-shadow: .05em .05em 0 white;
	border-radius: 6px;
	min-width: 5ch;
}
button:hover,
.button:hover,
button.active,
.button.active
{
	padding-left: 9px;
	padding-right: 7px;
	border-color: #444 #aaa #aaa #444;
	/* border-color: #666 #aaa #aaa #666; */
}
button.plain
{
	background: white;
	text-shadow: none;
	border-radius: 0;
}
.fonticon:hover,
.button:hover,
button:hover,
button.active,
.button.active
{
	background: #ddf;
	background: linear-gradient(-20deg, #fff, #bbf);
	color: black;
}
button.disabled:hover,
.button.disabled:hover
{
	padding-left: 8px;
	padding-right: 8px;
	border-color: #888;
}
button.current,
.button.current,
button.current:hover,
.button.current:hover,
button.current.disabled,
.button.current.disabled,
button.current.disabled:hover,
.button.current.disabled:hover
{
	background: #88f;
	background: linear-gradient(160deg, #bbf, #66c);
	color: white;
	text-shadow: none;
}

.disabled:not(.notifier),
.disabled:not(.notifier):hover
{
	background: #ddd;
	color: #777;
	cursor: default;
}
.bar:not(.expanded) .active::before
{
	content: " ";
	position: absolute;
	bottom: 1px;
	left: 40%;
	left: calc(50% - 8px);
	width: 0px;
	height: 0px;
	background-color: transparent;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}
.datepicker .activator
{
	color: #0000ff;
}
