/*
	Radiotehnika U-101-Stereo Web Representation
                 by IDENT Software
                https://lab.nyan.pw				
				
	Original:
	https://lab.nyan.pw/u101
	
	Released under BSD License.
	See https://lab.nyan.pw/u101/LICENSE.txt
*/


/*

	WARNING: AgAvantGarde is not a free font.
	Please, get it by hand and uncomment this.

*/

@font-face {
	font-family: "AgAvantGarde";
	src: url("avg.woff") format("woff");
}

html, body
{
	font-family: "AgAvantGarde", Arial, Tahoma, Sans-Serif;
	left: 0px; right: 0 px;
	background: #172024;
	color: #fff;
}

a
{
	color: #FF5100;
}

.wait
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 36px; 
    margin-left: -190px;
    margin-top: -50px;
	color: #fff;
	text-align: center;
	font-size: 36pt;
}

#wait-add
{
	font-size: 10pt;
	font-family: Open Sans, Ubuntu, Verdana, Tahoma, Arial, Sans-Serif;
}


.level
{
	position: absolute;
	top: 64px; left: 746px;
	font-size: 10pt;
}




.txt
{
	color: #4E4E51;
	font-size: 9pt;
}

.lvm-g
{
	height: 13px;
	width: 9px;
	background: #4E4E51; 
}

.lvm-r
{
	height: 13px;
	width: 9px;
	background: #1F1F07; 
} 

.db-grades td
{
	height: 13px;
	width: 9px;
	font-size: 7pt;
}


.mark-delimiter
{
	width: 1px;
	height: 100%;
	background: #020202;
	margin: 0 auto;
}




.footer
{
	text-align: center;
	position: fixed;
    left: 0; bottom: 0;
    width: 100%; 
	padding: 5px;
	background: #101010;
	color: #50F05A;
	border-top: 1px dashed #191919;
}

.foot-small
{
	font-size: 8pt;
}


        
#amp {
	position: absolute; 
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -112px;
	background: url(amp.jpg) no-repeat;
	background-size: 1200px 223px;
	width: 1200px;
	height: 223px;
	
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.7);
}

#vol {
	position: absolute; 
	top: 56px;
	left: 258px;
	height: 98px;
	width: 98px;
	background: url(vol.png) no-repeat;
	background-size: 98px 98px;
	
	cursor: pointer;
}

#pan {
	position: absolute; 
	top: 78px;
	left: 418px;
	height: 59px;
	width: 59px;
	background: url(pan.png) no-repeat;
	background-size: 59px 59px;
	
	cursor: pointer;
}

#sw {
	position: absolute; 
	top: 97px;
	left: 32px;
	height: 46px;
	width: 25px;
	background: url(sw_off.png) no-repeat;
	background-size: 25px 46px;
	
	cursor: pointer;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
}
