/* Write an arbitrary CSS. */
#transition {
	cursor:default;
	margin-top:2px;
	padding-bottom:3px;
	padding-left:24px;
	background-color: #5c9ccc;
}
.menu-button {
	width:240px;
	height:40px;
	font-size:20px;
	font-weight:bold;
	vertical-align:top;
	margin-top:3px;
	color: white;
	background-color: inherit;
	border: inherit;
	/*border-right: 1px solid white;*/
}
.menu-button:hover {
	background-color: whitesmoke;
	color: #5c9ccc;
	
}
.menu-icon{
	margin-right:10px;
	vertical-align:text-bottom;
}
.grid-stack-item-content:has(.new-information-button){
	background-color: #5c9ccc;
}
.grid-stack-item-content:has(.new-handout-button){
	background-color: #5c9ccc;
}
.new-information-button {
	text-align: center;
	font-size: 20px;
	color: white;
	overflow: hidden;
}
.new-handout-button {
	text-align: center;
	font-size: 20px;
	color: white;
	overflow: hidden;
}
.new-information-button span{
	font-weight:bold;
}
.new-handout-button span{
	font-weight:bold;
}
/* Write an arbitrary CSS. */
#LoginGuideTop{
	position: relative;
}
#Logins{
	position: relative;
}
#SsoLogin{
	position: absolute;
	width: 100%;
	top: 170%;
}