@CHARSET "ISO-8859-1";

body,html
{
	font-family: Tahoma;
	overflow-x: hidden; 
    overflow-y: hidden;
    background: #333;
}

.panel-welcome, .panel-section, .panel-keyboard,.panel-section
{
	box-shadow: 0px 0px 0px  #a9a9a9;
	
}
.time-container
{
	padding:5px;
	border-radius:10px;
	background: #eeeeee;
	border: 3px solid #ddd;
	font-size: 5em;
	font-weigt: 600;
}
.nsx-block
{
	padding:0px;
	border-radius:0px;
/*	background: #ffffff;
*/	border: 1px solid #ddd;
	font-size: 5em;
	font-weigt: 800;
	margin-top: 10px;
	box-shadow: 0px 0px 6px #aaa;
	height:80px;
	line-height: 80px;
}
.nsx-block-inactive
{
	padding:0px;
	border-radius:40px;
/*	background: #ffffff;
*/	border: 0px solid #ddd;
	font-size: 5em;
	font-weigt: 800;
	margin-top: 10px;
	box-shadow: 0px 0px 0px #aaa;
	height:80px;
	line-height: 80px;
}
.nsx-btn
{
	padding:0px;
	border-radius:0px;
/*	background: #ffffff;
*/	border: 1px solid #ddd;
	font-size: 5em;
	font-weigt: 800;
	margin-top: 10px;
	box-shadow: 0px 0px 6px #aaa;
	height:80px;
	line-height: 80px;
}
.nsx-btn-right
{
	border-radius:0px 10px 10px 0px;
}
.nsx-btn-left
{
	border-radius:10px 0px 0px 10px;
}
.nsx-btn-tot
{
	border-radius:10px 10px 10px 10px;
}
.nsx-btn:active
{
	box-shadow: 0px 0px 0px #aaa;
}
.table thead th
{
	font-weight:200;
	font-decoration: none;
	color: #333;
	text-shadow: 0px 0px 0px  #ccc;
}
h3 i
{
	text-shadow: 0px 0px 13px  #ddd;
	
}
.panel-footer h3{
	color: #eee;
	margin: 0px;
	font-size: 13px;
}
h1
{
	text-shadow: 0px 0px 0px  #ddd;
	font-family: Raleway;
}

.login-row
{
	margin-top:150px;
	display:none;
}
.step-row
{
	margin-top:20px;
}
.welcome-row
{
	margin-top:10px;
}

.welcome-logo
{
	max-height: 10vh;
}
.mini-logo
{
	width:120px;
}
.img-signal
{
	max-height: 30vw;
	padding:0px;
	margin:0px;
}
.panel-section .panel-body, .panel-keyboard .panel-body,.panel-section-container
{
	height: 400px;
}
.editbutton:hover
{
	cursor: pointer; cursor: hand;
}

#data-table
{
	display: none;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aaa;
/*	background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
  */  background-size: 10%;
    opacity: 0.10;
   
    filter:alpha(opacity=1);
}
.panel
{
	border-radius: 0px;
	background: #333;
	border: 0px solid #333;
}
.panel-body
{
	border-radius: 10px 10px 0px 0px;
}
.img-rounded
{
	border-radius: 10px;
}
.panel-footer
{
	background: #222;
	border-radius: 0px 0px 10px 10px;
	color: #ccc;
}
.panel-section-container
{
	padding: 5px;
}
.row
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

 h1
{
	font-size: 30px;
	font-size: 8vw;
	line-height: 10vw;
	color: yellow;
	font-family: 'Share Tech'; /*Verdana*/
}
h2
{
	font-size: 30px;
	font-size: 10vw;
	line-height: 10vw;
	color: yellow;
	font-family: 'Share Tech'; /*Verdana*/
	weight: 900;
}
.name
{
	color: #fff;
}

.number
{
	color: orange
}