/************************************************
* Floating menu engine
************************************************/
/* Left attached menu bar */
.divFloatingMenuLeft {
	font: normal 12px/2;
	position: fixed;  
	float:left;
	left: 20px;
	top:0px;
	z-index: 50 !important;
	width: 100px;
	margin: 0;
	padding-top:10px;
	padding-left:50px;
	padding-bottom:0px;
	padding-left:5px;
	height:120px;
}
.cssLeftSideNav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #efefef;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 110px;
	text-align:center;
}
.cssLeftSideNav a {
	padding: 8px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.cssLeftSideNav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	margin-top:10px;
	font-size: 36px;
	background: #f2f2f2;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	padding:10px;
	border-radius: 5px;
}
.cssLeftSideNav_LoggedInDIV{
    font: normal 14px/1.5 "Montserrat", "Helvetica Neue", sans-serif;
	text-align:center;
	margin:0 auto;
}
.cssLeftSideNav_Gravatar{
	border-radius: 50%;
	margin: 0 auto;
}
.cssLeftSideNav_ImageDIV{
	display:inline-block;
	text-align:center;
	width:48%;
	height:50px;
	margin: 0 auto;
}
.cssLeftSideNav_ImageA{
	width:100%;
}
.cssLeftSideNav_TextDIV{
	display:inline-block;
	text-align:center;
	width:48%;
	height:50px;
	margin: 0 auto;
}
.cssLeftSideNav_TextSPAN{
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
}
.cssLeftSideNav_TextFull{
	text-align:center;
	font-weight:bold;
	width:100%;
}
@media screen and (max-height: 450px) {
	.cssLeftSideNav {padding-top: 15px;}
	.cssLeftSideNav a {font-size: 18px;}
}
.cssLeftSideNavIcon { 
    font: normal 14px/1.5 "Montserrat", "Helvetica Neue", sans-serif;
	position: relative;
	float:left;
	display: block;
	overflow:visible;
	margin: 0 auto;
	margin-top:12px;
	margin-bottom:12px;
	width:48%;
	text-align:center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Right attached menu bar */
.divFloatingMenuCenter {
    font: normal 12px/2;
	position: fixed;  
	float:right;
	top:0px;
	right:220px;
	z-index: 50 !important;
    width: 100px;
	margin: auto;
	padding:10px;
	padding-bottom:0px;
	margin:10px;
	padding-left:5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Right attached menu bar */
.divFloatingMenuRight {
    font: normal 12px/2;
	position: fixed;  
	float:right;
	top:0px;
	right:20px;
	z-index: 50 !important;
    width: 100px;
	margin: auto;
	padding:10px;
	padding-bottom:0px;
	margin:10px;
	padding-left:5px;
}
.cssRightSideNav {
	height: 100%;
	width: 0px;
	float:right;
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-color: #fefefe;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 110px;
	text-align:center;
}
.cssRightSideNav a {
	padding: 8px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.cssRightSideNav .closebtn {
	position: absolute;
	top: 0;
	right: 120px;
	margin-top:10px;
	font-size: 36px;
	margin-right: 50px;
	background: #f2f2f2;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	padding:10px;
}
@media screen and (max-height: 450px) {
	.cssRightSideNav {padding-top: 15px;}
	.cssRightSideNav a {font-size: 18px;}
}
.cssRightSideNavIcon { 
	position: relative;
	float:right;
	display: block;
	overflow:visible;
	margin: 0 auto;
	margin-top:8px;
	width:48%;
	text-align:center;
}
.cssRightSideNavButton{
	width:95%;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
	height:100px;
	margin:0 auto;
	border-radius: 6px;
}
.cssRightSideNavIcon :hover{
	background: #d2d2ff;
}

.cssRightSideNavWhichOrg{
	width:95%;
	overflow:hidden;
}
.cssRightSideNavSelectAssoc{
	font-size: 10px;
	width:98%;
}
/*~~~~~ Organisation Preselect Bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cssDashboard_Preselect{
	width:100%;
	border-radius: 6px;
	vertical-align: middle;
	background:#fafafa;
	line-height:100px;
	min-width: 700px;
}
.cssDashboard_Preselect_Title{
	float:left;
	width:40%;
	line-height:100px;
	vertical-align: middle;
	padding-top:5px;
	padding-left:100px;
	text-align: right;
	min-width: 300px;
}
.cssDashboard_Preselect_Select{
	float:left;
	width:45%;
	vertical-align: middle;
	text-align: left;
	margin-top:44px;
}
.cssDashboard_Preselect_Guts{
	float:left;
	width:100%;
}
/*~~~~~ Organisation Preselect Bar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cssMaterialContainer{
	vertical-align: bottom;
	width:100%;
	height:22px;
}
.cssMaterialContainer:hover{
	background: #efefef;
}

.cssMaterialIcon{
	float:left;
	width:15%;
	text-align:center;
	margin: 0 auto;
	height:20px;
	vertical-align: bottom;
}
.cssMaterialIcon img{
	vertical-align: bottom;
	text-align:center;
	margin: 0 auto;
	height:20px;
}
.cssMaterialDisplay{
	float:left;
	width:80%;
	text-align:left;
	height:20px;
	vertical-align: bottom;
}
