* {
	font-size	: 1.125em;
}

div#main
{
	width				: 100%;
	height				: 110%;
/*	margin				: 3em 1em;	*/
	padding				: 1em 1em 7em 1em;
}

div#logo
{
	display				: none;
	position			: fixed;
	width				: 10em;
	height				: 10em;
	right				: 2em;
	top					: 2em;
	border				: 1px solid #500;
}

div#footer
{
	display				: none;
	position			: fixed;
	height				: 2em;
	width				: 100%;
	left				: 0em;
	right				: 0em;
	background			: rgba(255,255,255,.9);
	bottom				: 0;
	border-radius		: .5em .5em 0 0;
}


div#header
{
}

div#breadcrumb
{
	position			: relative;
	margin-top			: 0;
	margin-bottom		: .5em;
	display				: block;
	height				: 1em;
	text-align			: center;
}

/* LOGIN - FORM */

div#content table input, 
div#content table button
{
	width				: calc(100%);
}

/* MENU */

div#menu
{
	z-index				: 1000;
	position			: fixed;
	bottom				: 0;
	left				: 0;
	right				: 0;
	width				: 100%;
	padding				: 0 2em;
	height				: 5em;
	background-color	: rgba(0,63,138,.9);
	box-shadow			: 0 0 .1em #EEE;
	border-radius		: .5em .5em 0 0;
	color				: #038;
}

div#menu form
{
	height				: 100%;
	width				: 100%;
}

div#menu button
{
	height				: 100%;
	width				: 100%;
	background			: none;
	border				: none;
	color				: #038;
/*	border				: 1px solid #F00; */
}

div#menu > form > ul
{
	list-style			: none;
	width				: calc(100%-2em);
	height				: 100%;
	display				: flex;
	background			: none;
/*	border-left			: 2px solid #AAA;	
	border-right		: 2px solid #AAA;	*/
}

div#menu > form > ul > li
{
	height				: 100%;
	width				: 100%;
	background-color	: rgba(255,255,255,.9);
	background			: none;
}

div#menu > form > ul > li:hover > ul
{
	display				: block;
}

div#menu > form > ul li:hover > button,
div#menu > form > ul li:active > button
{
	color				: #fff;
}

div#menu > form > ul li:hover,
div#menu > form > ul li:active 
{
	background-color	: rgba(0,63,138,.9);
}

div#menu label
{
	display				: none;
}

div#menu > form > ul > li > ul > li
{
	height				: 3em;
	display				: block;
	text-align			: center;
	background-color	: #FFF;
	color				: #038;
	font-size			: 1em;
}

div#menu .material-icons {
	font-size			: 3em;
}

