#toolbar{
	top:0px;
	position: fixed;					
	width:100%;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	/*box-shadow: 0px 5px rgba(0,0,0,0.2);*/
	background-color: #efefef;
	/*background-color: white;*/
	z-index:99;
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	justify-content: center;
	align-items:center;
}

#toolbar>.menu-label{
	margin-top: 0px;
	margin-bottom: 0px; 
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	height:14px;
	font-size:10pt;
	font-family: var(--normal-font);
	line-height: 14px;
}

/* required input button */
#toolbar .fileNavButton{
	margin-top:6px;
	width: 324px;
	min-width: 200px; 
	text-align: left;
	background-color: #f5f5f5;
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	color:gray;
}
#toolbar .fileNavButton:hover{
	/* outline: 2px solid var(--hover-color);	 */
	box-shadow: 0 0 0 2px var(--hover-color);
}
#toolbar .fileNavButton:active{
	color:white;
	background-color: var(--hover-color);
	box-shadow: 0 0 0 2pt var(--hover-color);
}
#toolbar .fileNavButton::before{
	content: "";
}

#imageInput{
	margin-left: 12px;
	/*display: inline-block;*/	
	position: absolute;
	display: none;
}

#printButton,#mailButton{
	/*float: right;*/
	margin-right: 15px;
	/*margin-top: 15px;*/
    margin-left: auto;

}

#uhoh{
	margin-right: 12px;
}

@media only screen and (max-width:500px){
	#toolbar>p,
	#uhoh{
		display: none;
	}
	mech-menu{
		margin-left:0px !important;
		margin-right:0px !important; 
	}
}