/* NDQ Toolbar V. 9.000 - 1 Oct 2013 - Lisa Rafferty */
@charset "utf-8";

#ndq-tools h2 { margin:0; }
#ndq-tools ul { list-style-type:none; margin-left:0; display:inline; }
#ndq-tools a { display:inline-block; padding:0 0 0 25px; margin-bottom:10px; height:21px; }

.ndq-tools-briefcase { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px 0px; }
.ndq-tools-printmats { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -21px; }
.ndq-tools-alerts { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -44px; }
.ndq-tools-downloads { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -66px; }
.ndq-tools-snapshot { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -110px; }
.ndq-tools-rss { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -87px; }
.ndq-tools-print { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -180px; }
.ndq-tools-email { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -157px; }
.ndq-tools-share { background:url("/common/images/icons/sprite-tools.png") no-repeat 0px -133px; }

/* Share */
#ndq-share li { list-style-type:none; margin-left:0; display:inline; text-align:center;;}
#ndq-share a { display:inline-block;  height:32px; width:32px; color:#fff; padding:2px;
	 -moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius: 3px}
#ndq-share a[title="Facebook"] { background:#3b5998; }
#ndq-share a[title="Twitter"] { background:#0498D6; }
#ndq-share a[title="LinkedIn"] { background:#0e76a8; }
#ndq-share a[title="GooglePlus"] { background:#dd4b39; }
#ndq-share a[title="Email"] {background:#dadada; }
#ndq-share a[title="RSS"] { background:#DD2814; }

/* IR Search */
#ndq-tools-search { float:left; background:#fafafa; border:1px solid #d5d6d6; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; padding:0 5px; width:95%;}
#ndq-tools-search #ndq_keyword { float:left; border:none; background:none; color:#4c4c4c; margin-top:5px; width: 85%;}
#ndq-tools-search .iconsearch { float:right; }
.ndaq-search {
	font-family: ndqFontIcons;
	color: #204C7A;
	font-size:25px !important;
	background:none;
	float:right;
	border:0;
	text-align: center;
    width: 25px;
	height: 25px;
	outline:none;
	cursor: pointer;
}




/* custom css for toolbar */
#ndq-tools {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 50px;
    left: 0px;
    list-style: none;
    z-index:9999;
	width:50px
}
#ndq-tools a {
	background:none;
	padding:0;	
}
#ndq-tools [ndq-data-icon]:before {font-size:30px; vertical-align:middle;}
#ndq-tools .ndaq-icon{
	margin:5px 0;
	margin:7px 0\0/;
	padding:3px 5px 6px 4px;
	width:30px;
	height:30px;
	font-size:30px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	color: #fff;
	background:#007BC3;
	border-right:3px solid #00A6D3;
}
#ndq-tools .ndaq-icon:hover {
	
}
#ndq-tools a strong { 
	background:#C3D941;
	filter:alpha(opacity=50);
    -moz-opacity:0.75;
	-khtml-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
	white-space:nowrap;
	font-weight:normal;
	line-height:12px; 
	position:absolute; 
	left:0px; 
	color:#000;
	z-index:9; 
	font-size:11px;
	padding-top:14px; 
	height:25px;
	width:100px;
	margin:-3px 0 0;
}


