.infobar {
	display: block;
	border-bottom: 1px solid #222;
	border-radius: 3px;
	/*padding: 0.3% 0;*/
	background-color: #444;
	color: #999;
	font-family: sans-serif;
	font-size: calc( 100vw * 0.01 );
	/*height: calc( 100vw * 0.03 );*/
	overflow: hidden;
	box-shadow: inset 0 2px 9px rgba(255,255,255,0.35), inset 0 -2px 12px rgba(0,0,0,0.65);
	box-sizing: border-box;
/*	border: 1px solid green;*/
}
.help-icon { 
	position: absolute;
	font-family: biggeyeregular;
	font-size: calc( 100vw * 0.03 );
	line-height: 0;
	color: #667;
	right: 10px;
	top: 35%;
	cursor: pointer;
	/*text-align: center;*/
/*	text-shadow: -1px -2px 2px rgba(0,0,0,0.9), 2px 2px 3px rgba(255,255,255,0.4);*/
	text-shadow: 3px 2px 3px rgba(0,0,0,0.5);
	z-index: 10;
}
.help-icon:hover { 
	color: #CCC;
}
.infobar span {
	display: inline-block;
	border: 0.1em solid #555;
	border-radius: 0.3em;
	background-color: #222;
	color: #CCC;
/*	min-width: 20px;*/
/*	height: 50%;*/
	height: 70%;
	font-size: 100%;
/*	font-size: 1rem; */
	/*font-size determined dynamically in infobar.js */
	/*font-size: 1em;*/
	padding: 0.5em 0.8em 0.1em;
	text-align: right;
	vertical-align: bottom;
	margin: 0.5em 0.1em;
	box-sizing: border-box;
/*	border: 1px solid yellow;*/
}
.infobar span.rank {
	width: 3.5em;
	margin-right: 8px;
}
.infobar span.name {
	position: relative;
	text-align: left;
	width: 13.5em;
	white-space: nowrap;
	overflow: hidden;
	color: #83a3b7;
}
.infobar span.name:hover {
	overflow: visible;
}
.infobar span.name:after {
	content: attr(data-content);
	position: absolute;
/*	display: none;*/
	opacity: 0;
	top:0;
	left:0;
	/* height: 1.1em; */
	padding: 0.5em 0.8em 0.1em;
	text-align: left;
	width: auto;
	min-width: 13.5em;
	height: 100%;
	white-space: nowrap;
	border: 1px solid #777;
	background-color: #222;
	color: #CCC;
	z-index: 11;
	box-shadow: 4px 1px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.infobar span.name:hover:after {
/*	display: inline-block;*/
	opacity: 1;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/*.infobar span.shortname:before {
	content: " ";
	position: relative;
	display: inline-block;
	padding: 4px 10px 2px;
	left: 0;
	width: 150px;
	border: 5px solid yellow;
}*/
.infobar span.shortname:after {
	content: attr(data-content);
	position: absolute;
/*	display: none;*/
	opacity: 0;
	border: 1px solid #777;
	border-radius: 6px;
	background-color: #222;

	width: auto;
	min-width: 9em;

	top:0;
	left:0;
	height: 100%;
	padding: 0.5em 0.8em 0.1em;
	text-align: left;
	z-index: 10;
	white-space: nowrap;
	box-shadow: 4px 1px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.infobar span.shortname:hover:after {
/*	display: inline-block;*/
	opacity: 1;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.infobar span.shortname {
	position: relative;
	text-align: left;
/*	min-width: 150px;*/
	width: 9em;
	white-space: nowrap;
	overflow: hidden;
	color: #507b95;
}
.infobar span.shortname:hover {
	overflow: visible;
}
.infobar span.page_load {
	width: 3.5em;
}
.infobar span.availability {
	width: 7em;
}
.infobar span img {
	/*vertical-align: bottom;*/
	margin-top: 0.2em;
	/*border: 1px solid orange;*/
}
.infobar span.current_availability {
	width: 6em;
}
.infobar span.response_time {
	width: 6.5em;
}
.infobar span.traffic_delta {
	width: 7.5em;
}
.infobar span.response_bar, .infobar span.traffic_bar, .infobar span.page_load_bar, .infobar span.availability_bar {
	position: relative;
	/*display: inline-block;*/
	border-color: #222; 
/*	border: none;*/
	width: 1.6em;
	padding: 0;
	margin: 0;
	top:-0.5em;
	height: 60%;
/*	padding: 4px 2px 2px;*/
/*	text-align: center;*/
/*	vertical-align: middle;*/
	border-radius: 1px 1px 0 0;
	box-shadow: -1px -1px 4px #000, 1px 1px 3px rgba(255,255,255,0.8);
/*	color: #CCC;
	text-shadow: 0px 1px 1px #000000, 0px -1px 1px #000000, -1px 0px 1px #000000, 1px 0px 1px #000000, 0px 0px 4px #000000;*/
	box-sizing: border-box;
}
.infobar span.response_bar {
	margin-left: 0.7em;
	background-color: #F4A460;
}
.infobar span.traffic_bar {
	background-color: #9999CC; /*#8FBC8F;*/
}
.infobar span.page_load_bar {
	background-color: #999966; /*#F08080;*/
}
.infobar span.availability_bar {
	background-color: #5F9EA0;
}

/* 
	Infobar Set ( Scroller )
*/
#infobar-holder {
	/*display: none;*/
	position: relative;
	background-color: #1d597d;
/*	border: 1px solid orange;*/
/*	overflow: auto;*/
/*	padding: 10px;*/
}

#infobar-holder * {
     pointer-events: none;
}
#infobar-holder .help-icon, #infobar-holder .infobar span.name, #infobar-holder .infobar span.shortname {
	pointer-events: auto;
}

.infobar-scroller {
	position: relative;
/*	border: 4px solid yellow;*/
	overflow: hidden;
	background-color: #1d597d;
	/*height: calc( 100vw * 0.03 );*/
/*	margin: 1px;*/
	border-radius: 4px;
/*	border: 1px solid red;*/
}
.infobar-scroller .bars-holder {
/*	position: absolute;*/
	width: 100%;
/*	border: 1px solid blue;*/
/*	border-radius: 20px;*/
}
.infobar-scroller .bars-holder-holder {
	position: absolute;
	width: 100%;
}
/*
	Metrics Labels
*/
.infobar-scroller-labels, .infobar-scroller-labels-hidden {
	display: block;
	position: absolute;
	/*background-color: #000;*/ /* #1d597d;*/
	background-image: linear-gradient( rgba(0,0,0,0) 0%, #1d2b34 50%, #1d2b34 60%, #1d2b34 100% );
/*	border: 1px solid yellow;*/
	height: 2em;
	bottom: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

    /*border: 2px solid orange;*/

}
.infobar-scroller-labels {
	-webkit-opacity: 1;
	opacity: 1;
	pointer-events: auto;
}
.infobar-scroller-labels-hidden {
	-webkit-opacity: 0;
	opacity: 0;
	pointer-events: none;
}
.infobar-scroller-labels span, .infobar-scroller-labels-hidden span {
	display: table-cell;
	position: relative;
	color: #677F8F; /*#83a3b7;*/ /*#7c94a3;*/
	font-family: sans-serif;
	font-size: 40%;
	line-height: 90%;
	letter-spacing: 0;
	font-weight: bold;
	border-top: 1px solid rgba(255,255,255,0.2);
/*	border-bottom: 1px solid rgba(0,0,0,0.3);*/
	border-left: 1px solid rgba(255,255,255,0.2); /*1px solid #555;*/
	border-right: 1px solid #000;
	padding-left: 4px;
	height: 2.4em;
	text-align: center;
	vertical-align: middle;
/*	bottom: 0px;*/
	top: 6px;
/*	line-height: 20px;*/
	box-sizing: border-box;
/*	text-shadow: 1px 1px 1px #000000; , -1px -1px 1px #ffffff;*/
}

/*
	-----------------------
	Rotation of Mosaic's holder-div
	-----------------------
*/

.rotated .infobar span {
	font-size: 1.5vh;
	height: 70%;
	padding: 0.5em 0.5em 0.1em;
	margin: 0.5em 0.08em;
	letter-spacing: 0;
}
.rotated .infobar span.name {
	width: 12em;
}
.rotated .infobar span.name:after {
	min-width: 12em;
}

.rotated .infobar span.shortname:after {
	min-width: 8em;
}
.rotated .infobar span.shortname {
	width: 8em;
}

.rotated .infobar span.response_bar, .rotated .infobar span.traffic_bar, .rotated .infobar span.page_load_bar, .rotated .infobar span.availability_bar {
	width: 1.1em;
	margin: 0;
	top:-0.8em;
	height: 52%;
	/*box-shadow: -1px -1px 4px #000, 1px 1px 3px rgba(255,255,255,0.8);*/
}
.rotated .infobar span.response_bar {
		margin-left: 0.8em;
}