/* Add this share options css*/
.addthis_sharing_toolbox, .addthis_toolbox{
	float:right;
	min-width:126px !important;
	margin-right: -12px;
    padding-top: 3px;
}
/*  Only Safari Browser */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
/* Only Safari */
::i-block-chrome, .addthis_sharing_toolbox, .addthis_toolbox {
	min-width:120px !important;
   }
}
.addthis_20x20_style span{ border-radius:100%; }
/* .addthis_toolbox.addthis_20x20_style span{ height: 25px !important ; width: 25px !important; background-size: 25px !important; } */


											/* Site Header Css */
/* logged user header jsp  css*/
.avatar-block {
	width: 19em;
	display: flex;
	justify-content: center;
	height: 30px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	align-items: baseline;
	line-height: normal;
	text-align: center;
}
/* For IE */
@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	/* IE10+*/
	.firstnamelastname {
		margin-bottom: 52px !important;
	}
}
.memberProfilePic {
	width: 100px;
	opacity: 0.8;
	background-color: #010101;
	color: #fff !important;
	position: absolute;
	left: 12px;
	top: 96px;
	display: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
	line-height: 15px;
	cursor: pointer;
}
.css3gradient2 {
	background-color: #0059a0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#0059a0, endColorstr=#99c624);
	background-image: -moz-linear-gradient(left, #0059a0 0%, #99c624 100%);
	background-image: -webkit-linear-gradient(left, #0059a0 0%, #99c624 100%);
	background-image: -ms-linear-gradient(left, #0059a0 0%, #99c624 100%);
	background-image: linear-gradient(left, #0059a0 0%, #99c624 100%);
	background-image: -o-linear-gradient(left, #0059a0 0%, #99c624 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#0059a0), color-stop(100%, #99c624));   
}
.avatar-block-alignment			{ cursor:pointer; }
#memberpicture					{ height:48px; }
.loginname						{ margin-left:5px; }
#logoutDiv						{ margin-top:25px; }
.firstnamelastname				{ cursor:pointer; bottom:40px; }
#accss							{ margin-left:5px; }
.member-avatar-firstname		{ min-height:34px; margin-left:5px }
.member-avatar-leftmargin		{ margin-left:5px; }
.member-avatar-headerDisplay	{ margin-top:-4px; height:66px; }
.member-avatar-nameInHeader		{ word-wrap:break-word; width:150px; dispaly:block; }
.member-avatar-logout			{ display:block; right:6px; }

/* header links jsp css */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	/* Only Safari */
	::i-block-chrome, .alerticon {
		margin-top:-6px;
	   }
	   ::i-block-chrome, .alerticon-message{
	   margin-right:-9px;	
	   }
	    ::i-block-chrome, .alerticon-matches{
	   margin-right:-7px;	
	   }
	   ::i-block-chrome, .alerticon-practice{
	   margin-right:-2px;	
	   }
	   ::i-block-chrome, .alerticon-homework{
	   margin-right:0px;	
	   }
	   ::i-block-chrome, .alerticon-nonsport{
	   margin-right:-2px;	
	   }
	  ::i-block-chrome, .alertnumber{
	    /* margin-top:30px; */
	    top: -10px;
	   }
	}
.img-pos			{ margin-bottom:-5px; }
.alert-pos			{ border-style:none; margin-right:-25px; left:-18px; }
.forgotPassword-div	{ float:right; margin-right:10px; }
.signIn-div			{ margin-left:10px; margin-bottom:7px; }
.username-pos		{ width:90%; margin-bottom:10px; margin-top:10px; }
.password-pos		{ width:90%; margin-bottom:20px; }
.anonymousUser-div	{ position:absolute; top:34px; right:0px; white-space: nowrap; }