* {
	padding: 0;
	margin: 0;
	outline: none;
}
.header, .chartheader {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
body {
	margin: 0;
	border: 0;
}
img, th {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.header {
	background-color: #fff;
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	box-shadow: 0 1px 2px #999999;
	z-index: 999;
}
.header #logo {
	display: block;
	width: 40%;
	margin-top: 10px;
	height: 45px;
	width: auto;
	float: left;
}

#adminText
{
    position:relative;z-index:1; margin:0px 40px;
}
#lblUser
{
    position:relative;z-index:100;
}
.header .alert {
	position: absolute !important;
	right: -30% !important;
	top: -30% !important;
	background-color: #F00 !important;
	box-shadow: 1px 1px 1px #999;
}
.adminDown {
	display:none;
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 1em;
	background: #f58d23;
	color: #fff;
	box-shadow: 2px 2px 2px #666;
	top: 58px;
	right: 200px;
	opacity:0;
}
.adminDown:before {
	content: "";
	position: absolute;
	top:-8px;
	right:10px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #f58d23 transparent;
	display: block;
	width: 0;
	z-index: 0;
}
.adminDown a {
	padding: 0.5em;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.alert {
    color: #FFFFFF !important;
    font-size: 0.7em !important;
    font-weight: bold;
    position: absolute !important; 
    text-align: center; 
}
.notification{background-image:url(../images/bell.png); background-position:50% 50%; background-repeat:no-repeat; height:100%; width:100%;}
.adminSection{background-image:url(../images/avtar.png), url(../images/userdown.png); background-position:0 50%, 95% 50%; background-repeat:no-repeat; padding-left:4px;}
.eb2g_logout{width:80px; height:100%; background-image:url(../images/logout.png); background-position:0.5em 50%; background-repeat:no-repeat;}

.eb2g_help{background-image:url(../images/help.png); background-position:50% 50%; background-repeat:no-repeat; height:100%; width:100%;}
.homeicon{ width:30px;}
.eb2g_message{ width:400px; float:right; vertical-align:middle; margin:23px 0px 0px 100px; font-family:Arial, Helvetica, sans-serif; font-size:16px;}
.eb2g_orderplace{vertical-align:middle; margin-top:15px;}
.menu-icons ul {
	margin-top: 10px;
	float: right;
	list-style-type: none;
}
.menu-icons ul li {
	position: relative;
	color: #575757;	
	margin-right: 2em;
	line-height: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	float: left;
	display: bloack;
	cursor: pointer;
	background: #feffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #feffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #feffff 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #feffff 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #feffff 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #feffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e0e0e0', GradientType=0 );
	border: thin solid #a9a9a9;
}
.menu-icons ul li:hover {
	opacity: 0.7;
}
.menu-icons ul li img {
	margin-top: 8px;
}
.menu-icons .avtarStatus {
	height: 35px;
	width:auto;padding:0px;
}
