﻿.b-document-top-command-bar {
	margin-top: 9px;
	position: relative;
	margin-bottom: -15px;
}

.b-document-top-command-bar__buttons {
	position: absolute;
	text-align: right;
	right: 0;
	top: -35px;
}

.b-document-top-command-bar__buttons__letter, .b-document-top-command-bar__buttons__print, .b-document-top-command-bar__buttons__bookmark
{
	display: inline-block;
	height: 15px;
	margin-right: 4px;	
	background-image:url('/f/res/sprite__header-footer.png')!important;	
}

.b-document-top-command-bar__buttons__letter
{
	width: 17px;
	margin-right: 3px;		
	background-position: -124px -123px;		
}

.b-document-top-command-bar__buttons__print
{
	width: 16px;
	background-position: -96px -123px;		
}

.b-document-top-command-bar__buttons__bookmark
{
	width: 12px;
	background-position: -112px -123px;		
}
/* hide for Safary and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.b-document-top-command-bar__buttons__bookmark { display: none; }
}
/* hide for Opera*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and ( -webkit-min-device-pixel-ratio : 0 ) { 
  .b-document-top-command-bar__buttons__bookmark { display: none; }
}

.b-document-top-command-bar.on_results 
{
	margin: 0;
	top: 0;
	height: 31px;
}

.b-document-top-command-bar.on_results  .b-document-top-command-bar__buttons {
	position: static;
	padding-top: 12px;
}

.b-document-top-command-bar.pinned {
	position: fixed;
	margin: 0;
	top: 0;
	z-index: 100;
}

.b-document-top-command-bar.pinned .b-document-top-command-bar__buttons {
	width: 240px;
	top:0;	
}
