* {
	padding:0;
	margin:0;
	font-family: 'Arial', sans-serif;
}

body {
	background:#000;
  	-webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

#autocal-confirmwindow {
  display: none;
  position:absolute;
  top:110px;
  right:650px;
  width:335px;
  height:125px;
  background:#0f1a55;
  border-left: 2px solid #5257f1;
  color: #fff;
}

#autocal-confirmwindow p {
  padding:4px;
  text-align: center;
}

.autocal-option {
  margin:0 auto;
  width:55px;
}

.autocal-select {
  background:#888cfa;
}

.selected-probe {
  background:#888cfa;
}

.autocal-header {
  background:#5257f1;
  text-align: center;
}

#autocal-probewindow {
  display: none;
  position:absolute;
  top:110px;
  right:650px;
  width:335px;
  background:#0f1a55;
  border-left: 1px solid #888cfa;
  color: #fff;
}

#autocal-probewindow p {
  padding:0 5px;
  height: 28px;
  line-height: 28px;
}

#realtimescopes-video {
  display:none;
  width:400px;
  height:600px;
  position:absolute;
  right:640px;
  top:140px;
  z-index:99999999999;
}

#realtimescopes-video p {
  color:#fff;
  text-align: center;
}

#realtimescopes-video video {
  border:1px solid #ccc;
}

#FSILogo:hover {
	cursor: pointer;
}

#graticulesbg {
	display:none;
    width:452px;
    height:254px;
    background:url('bgs/bg1.png');
    position:relative;
}

#grattop {
    height:2px;
    width:100%;
    background:#f00;
    position:absolute;
    top:45px;
}

#gratbottom {
    height:2px;
    width:100%;
    background:#f00;
    position:absolute;
    top:209px;
}

#gratleft {
    height:100%;
    width:2px;
    background:#f00;
    position:absolute;
    left:75px;
}

#gratright {
    height:100%;
    width:2px;
    background:#f00;
    position:absolute;
    left:377px;    
}

.function-selection {
	height:18px;
}

#lockout {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	z-index:99;
	background:url('img/overlay.png') no-repeat left bottom;
	background-size:cover;
	display:none;
}

#monitor-full {
	height:580px;
	width:500px;
	position: absolute;
	right: 650px;
	top: 103px;
}

#extralives {
    display:none;
    background: url('bgs/extralives.png') no-repeat;
    background-size:50%;
    width:229px;
    height:50px;
    position:absolute;
    left:230px;
    top:7px;
}

#diagram3g {
    display:none;
    background: url('img/3gbps.jpg') #000 no-repeat;
    background-size:cover;
    width:480px;
    height:367px;
    position:absolute;
    right:630px;
    top:74px;
    border:1px solid #fff;
    z-index:999;
}

#diagramdesqueeze {
    display:none;
    background: url('bgs/desqueeze.png') #000 no-repeat;
    background-size:cover;
    width:459px;
    height:541px;
    position:absolute;
    right:630px;
    top:74px;
    border:1px solid #fff;
    z-index:999;
}


#monitor-demo {
	background:url('img/cm250.png') no-repeat left top;
	position: absolute;
	width: 500px;
	height: 500px;
}

#monitor-image {
	height: 254px;
	width: 452px;
	background:url('bgs/bg1.png') no-repeat;
	margin-top: 32px;
	margin-left: 25px;
}

.clear-overlay {
	display:block;
	font-size:15px;
	line-height:30px;
	height:30px;
	text-align:center;
	border:1px solid #888cfa;
	color:#fff;
	width:200px;
	position: absolute;

	background: rgb(63,76,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(46,42,79,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(46,42,79,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(46,42,79,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(46,42,79,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(46,42,79,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(63,76,107,1) 0%,rgba(46,42,79,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#2e2a4f',GradientType=0 ); /* IE6-9 */
}

.clear-overlay:hover {
	-webkit-box-shadow: inset  0px 5px 15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:   inset 0px 5px 15px rgba(0, 0, 0, 0.75);
	box-shadow:       inset 0px 5px 15px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

.monitor-hide {
	left: 50%;
	bottom:0;
	margin-left: -100px;
}

.fullscreen-hide {
	top: 480px;
	right: 230px;
}

#monitor-main-menu {
	list-style:none;
	border-left:2px solid #888cfa;
	width:200px;
	color:#fff;
}
	
#monitor-main-menu li {
	color:#fff;
	height:28px;
	line-height:28px;
	padding:0 5px;
	display:block;
	background:url('img/menu-arrow.png') no-repeat right 50% #0f1a55;
}

.selected {
	background-color: #888cfa !important;
}

.keyboard-button {
	height:25px;
	width:50px;
	display:block;
	border:2px solid #565555;
	border-top:2px solid #707A80;
	border-bottom:2px solid #484141;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#eee;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

.f-button {
	height:25px;
	width:50px;
	display:inline-block;
	border:2px solid #565555;
	border-top:2px solid #707A80;
	border-bottom:2px solid #484141;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#eee;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

.f-button:hover {
	cursor:pointer;
}

.zoom-button {
	height:25px;
	width:50px;
	display:inline-block;
	border:2px solid #363535;
	border-bottom:2px solid #383131;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#585858;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

.working-function {
	border:2px solid #565555;
	border-top:2px solid #707A80;
	border-bottom:2px solid #484141;
	color:#ffffff;
}

.working-function:hover {
	cursor:pointer;
}

.green-glow {
	color:#49d332 !important;
}

.zoom-control, .graticulebutton {
	height:25px;
	width:60px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	line-height:25px;
	font-size:12px;

	border:2px solid #565555;
	border-top:2px solid #707A80;
	border-bottom:2px solid #484141;
	color:#ffffff;
}

.zoom-control:hover, .graticulebutton:hover {
	cursor: pointer;
}

#f-buttons {
	position:absolute;
	left:0;
	padding-top:45px;
}


.keyboard-single, .keyboard-double {
	display:inline-block;
	vertical-align:top;
}

.keyboard-single {
	height:30px;
	padding:45px 0;
}

.keyboard-double {
	height:100px;
	padding:15px 0 0px;
}

.keyboard-double .keyboard-button {
	margin-bottom:31px;
}

.keyboard-button:hover {
	cursor:pointer;
}

.keyboard-label {
	color:#fff;
	padding-top:8px;
}

.keyboard-grey {
	background:#171717;
}

.keyboard-highlight {
	background:#318B0C;
	-webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    inset 0px 0px 15px 5px rgba(0, 0, 0, 0.55);
	box-shadow:         inset 0px 0px 15px 5px rgba(0, 0, 0, 0.55);
}

.sub-menu {
	list-style:none;
	border-left:2px solid #888cfa;
	width:360px;
	color:#fff;
	display:none;
	max-height: 336px;
	overflow: hidden;
}

.sub-menu li {
	color:#fff;
	height:28px;
	line-height:28px;
	padding:0 5px;
	display:block;
	background: #0f1a55;
}

.freeze {
	background-color:#5257f1 !important;
}

#menu-level1, #menu-level2, #menu-level3  {
	vertical-align:top;
	height:390px;
}

#menu-level1 {
	position:absolute;
	right:414px;
	z-index:100;
}

#menu-level2 {
	position:absolute;
	right:52px;
	z-index:100;
}

.clear {
	clear:both;
}

.active-sub {
	display:block;
}

h2.menu-title {
	font-size:18px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-top:2px solid #888cfa;
	border-left:2px solid #888cfa;
	background: #5257f1; /* Old browsers */
	background: -moz-linear-gradient(left, #5257f1 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5257f1), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #5257f1 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #5257f1 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #5257f1 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right, #5257f1 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5257f1', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	color:#fff;
}

h2.sub-menu-title {
	font-size:18px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-top:2px solid #888cfa;
	border-left:2px solid #888cfa;
	background: #5257f1; /* Old browsers */
	background: -moz-linear-gradient(left, #5257f1 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5257f1), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #5257f1 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #5257f1 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #5257f1 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right, #5257f1 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5257f1', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	color:#fff;
	display:none;
}


h2.active-sub-head {
	display:block;
}
	
#menu-level1 h2.menu-title {
	border-left:2px solid #888cfa;
}

#keyboard-level2, #keyboard-level3, #keyboard-dead, #keyboard-slider, #keyboard-disabled, #keyboard-status, #keyboard-counter, #keyboard-calconfirm, #keyboard-calprobes {
	display:none;
}

.active-function {
	float:right;
	text-align:right;
}

.active-options {
	display:block;
}

.content {
    overflow:hidden;
    max-height: 168px; /*could be whatever*/
	border:2px solid #888cfa;
	width:260px;
	position:absolute;
	margin-left:91px;
	margin-top:0;
}

.function-options {
	list-style:none;
	width:260px;
	color:#fff;
}

.function-options li {
	color:#fff;
	padding:0 5px;
	display:block;
	background: #0f1a55;
	text-align:right;
}

.selected {
	background-color: #888cfa !important;
}

.content {
	display:none;
}

.slider-wrap {
	width:148px;
	height:18px;
	padding:5px 0;
	float:right;
	margin-top:-5px;
}

.slider { 
	width:100px; 
	height:18px; 
	background:url("img/slider.jpg") no-repeat #fff; 
	border-left:2px solid #fff; 
	border-right:2px solid #fff;
	display:inline-block;
	margin-top:5px;
}

.slider-value {
	color:#fff;
	float:right;
}

.slider-value p {
	text-align:right;
}

#monitor-top {
	background:url(img/chassis-top-2.jpg) no-repeat top right #000;
	height:74px;	
	width:100%;
}

#monitor-main {
	background:#000;
	height:390px;
	width:100%;
}

#chassis-right {
	background:url(img/chassis-right-2.jpg) no-repeat top right #000;
	height:500px;
	width:52px;
	position: absolute;
	right: 0;
}

#keyboard {
	position:fixed;
	bottom:0;
	width:100%;
	background:url(img/keyboard-bg.jpg) no-repeat top right #000;
	height:115px;
}

.keyboard-container {
	width:1000px;
	float:right;
	margin:0 50px 0 0;
	text-align:center;
	position:relative;
}

#knobs {
	position:absolute;
	right:0;	
	top:15px;
	list-style:none;
}

.knobs li {
	display:inline-block;
	color:#585858;
	text-align:center;
	margin-left:8px;
	font-size:12px;
}

#am-buttons {
	position:absolute;
	right:0;
	top:0;
	height:100px;
	width:295px;
}

#am-buttons > .button-col {
	float:left;
	padding-top:15px;
}

.button-col > a {
	margin-bottom:31px;
	margin-right:5px;
	height:25px;
	width:50px;
	border:2px solid #363535;
	border-bottom:2px solid #383131;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#585858;
	text-align:center;
	line-height:25px;
	font-size:12px;
}

.menu-toggle-button {
	margin-top:30px;
}

.knob {
	margin-top:5px;
	margin-bottom:5px;
    background: #f00;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	display:inline-block;
	
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(top, #202020 0%, #262626 50%, #171717 100%, #4c4c4c 100%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(50%,#262626), color-stop(100%,#171717), color-stop(100%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #202020 0%,#262626 50%,#171717 100%,#4c4c4c 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #202020 0%,#262626 50%,#171717 100%,#4c4c4c 100%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #202020 0%,#262626 50%,#171717 100%,#4c4c4c 100%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #202020 0%,#262626 50%,#171717 100%,#4c4c4c 100%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	
	border-top:2px solid #7c7c7c;
	border-bottom:2px solid #000;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

#f-toggle-knobs .zoom-button {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

#f-toggle-knobs .knobs {
	float:left;
	margin-left:40px;
}

#tutorials {
/*	position:absolute;
	left:0;
	top:0;
    max-height:571px; 
    height:100%;
	width:200px;
	background:#ddd;
	color:#aaa;	
	overflow:auto;
	z-index:5;*/
	overflow:auto;
	border-right:2px solid #000;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:210px;
	background:#1e1e1e;
	z-index:5;
}

#tutorials h2 {
	display:block;
	border-bottom:1px solid #000;	
	background: #282828;
	text-align:center;
	box-shadow: inset 0 -1px 0 #000,inset 0 1px 0 rgba(255,255,255,0.04);
	-moz-box-shadow: inset 0 -1px 0 #000,inset 0 1px 0 rgba(255,255,255,0.04);
	-webkit-box-shadow: inset 0 -1px 0 #000,inset 0 1px 0 rgba(255,255,255,0.04);
	color:#666;
		text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

#search_list {
	padding-top:132px;
}

#search_list li {
	display:block;
	max-height:34px;
	transition: .25s;
	-webkit-transition: .25s;
	padding:0px 10px;
	border-bottom:1px solid #000;
	font-size:12px;
	line-height:34px;
	text-decoration:none;
	color:#ccc;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	
	position:relative;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);	
	overflow:hidden;
}

#search_list li:after {
	background: url('img/drilldown.png') no-repeat 0 0;
	position: absolute;
	left: 194px;
	top: 13px;
	width: 8px;
	height: 8px;
	content: "";
	content: "";
}

#search_list li.active-tutorial:after {
	background: url('img/drilldown.png') no-repeat 0 0;
	position: absolute;
	left: 194px;
	top: 13px;
	width: 8px;
	height: 8px;
	content: "";
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#search_list li:hover {
	-webkit-box-shadow: inset  0px 5px 15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow:   inset 0px 5px 15px rgba(0, 0, 0, 0.75) !important;
	box-shadow:       inset 0px 5px 15px rgba(0, 0, 0, 0.75) !important;
	color:#eee;	
	cursor:pointer;
}

#search_input {
	border:0;
	border-bottom:1px solid #000;
	width:194px;
	padding:8px;
	height:28px;
	color:#fff;	
	font-size:12px;
	/*background:url('img/search-icon.png') 160px center no-repeat #444444;*/
	background:#444;
	-webkit-box-shadow: inset  0px 5px 15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:   inset 0px 5px 15px rgba(0, 0, 0, 0.75);
	box-shadow:       inset 0px 5px 15px rgba(0, 0, 0, 0.75);
}

#searchbox {
	position:fixed;	
	width:210px;
	z-index:8;
}

input:focus {
	outline:0;
}

.tutorial-description {
	
}

.tutorial-description > p {
	font-size:12px;
	line-height:12px;
	margin: 0 0 10px;
}

.tutorial-description > a {
	font-size:15px;
	line-height:30px;
	height:30px;
	text-align:center;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	margin:20px auto 20px;
	display:block;
	width:120px;
	border:1px solid #000;
}

.active-tutorial {
	color:#fff !important;
	max-height:550px !important;
	/*height:450px !important;	*/
	background: #3f4c6b; /* Old browsers */
	-webkit-box-shadow: inset  0px 5px 15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow:   inset 0px 5px 15px rgba(0, 0, 0, 0.75) !important;
	box-shadow:       inset 0px 5px 15px rgba(0, 0, 0, 0.75) !important;
}

.search-terms {
	display:none;
}

.f-desc-header {
	background: #fff;
	color: #000;
	padding: 10px;
	display: block;
}

.f-desc-footer {
	background: #fff;
	color: #000;
	width: 100%;
	width: 400px;
	margin-top: 100px;
	position: absolute;
	padding: 10px 1px;
	left: 49px;
	bottom: -20px;
}

#f-toggle-desc {
	background:url(img/keyboard-bg-zoom.jpg) no-repeat top center #000;
    color:#fff;
    width:400px;
    height:100px;
    border:1px solid #fff;
    padding:0 0 20px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#f-toggle-desc:before 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 170px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-menu, #f-toggle-flip {
	display:none;
	background:url(img/keyboard-bg-zoom-split.jpg) no-repeat center 9px #000;
    color:#fff;
    width:400px;
    height:116px;
    border:1px solid #fff;
    padding:0 0 20px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#f-toggle-menu:before 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 170px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-menu:after 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 236px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}


#f-toggle-knobs {
	display:none;
	background:url(img/keyboard-bg-zoom-split.jpg) no-repeat center 9px #000;
    color:#fff;
    width:400px;
    height:116px;
    border:1px solid #fff;
    padding:0 0 20px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#f-toggle-knobs:before 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 170px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-knobs:after 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 264px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-zoom {
	display:none;
	background:url(img/keyboard-bg-zoom-split.jpg) no-repeat center 9px #000;
    color:#fff;
    width:400px;
    height:116px;
    border:1px solid #fff;
    padding:0 0 20px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#f-toggle-zoom:before 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 170px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-zoom:after 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 264px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}


#f-toggle-graticules {
	display:none;
	background: #000;
    color:#fff;
    width:400px;
    height:116px;
    border:1px solid #fff;
    padding:0 0 20px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#f-toggle-graticules:after 
{
	content: "";
	position: absolute;
	top: 333px;
	left: 264px;
	border-style: solid;
	border-width: 0 15px 15px ;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 0;
}

#f-toggle-knobs .zoom-keyboard {
	margin-top:10px;
}

#alarm-toggle-desc {
	display:none;
	background: #000;
    color:#fff;
    width:400px;
    height:100px;
    border:1px solid #fff;
    padding:10px;
    margin:62px auto 0;
    text-align:center;
    font-size:12px;
}

#monitor-image-toggle {
    display:none;
    height: 254px;
    width: 452px;
    background: #f6f;
    margin-top: 32px;
    margin-left: 25px;
}

.zoom-keyboard {
    margin-top:30px;
}

#tallylight {
    height: 4px;
    width: 25px;
    border-radius: 3px;
    position: absolute;
    left: 239px;
    top: 6px;
}

button {
	position: absolute;
	left: 172px;
	top: 88px;
	height: 32px;
	width: 32px;
	/* border: 1px solid #f6f; */
	border:0;
	background: url('img/search-icon.png') center no-repeat;
	color: #000;
}

#menu-pos-readout, #sub-menu-pos-readout, #active-function-menu-pos-readout {
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    -5px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         -5px 0px 5px 0px rgba(0, 0, 0, 0.75);
	position:absolute;
	bottom:116px;
	background:#424242;
	height:140px;
	width:400px;
	right:52px;
	color:#eee;
	padding:10px;
	font-size:12px;
}

#sub-menu-pos-readout, #active-function-menu-pos-readout {
	right:-420px;
}

.pos-tutorial:hover {
	cursor: pointer;
}

#menu-pos {
    right:52px; 
    z-index:1;
}

#sub-menu-pos {
    right:-440px; 
    z-index:2;
}

#f-menu-pos {
    right:-440px; 
    z-index:3;
}

#menu-pos, #sub-menu-pos, #f-menu-pos {
    color:#fff;
    -webkit-box-shadow: -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         -8px 0px 8px 0px rgba(0, 0, 0, 0.75);
    position:absolute;

    background:#424242;
    width:420px;
    height:180px;
    bottom:116px;

    font-weight:lighter;
    padding:10px;
}

.pos-description {
    font-size:11px;
    margin-top:10px;
    white-space:pre-wrap;
}

body {
    overflow:hidden;
}

.pos-tutorial {
    font-size:15px;
    line-height:30px;
    height:30px;
    text-align:center;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    margin:20px auto 20px;
    display:block;
    width:120px;
    border:1px solid #000;
}


#zoombg {
    display:none;
    width:452px;
    height:254px;
    background:url('http://www.flandersscientific.com/test/bgs/bg1.png');
    position:relative;
}

#zoomarea {
    width:30%;
    height:30%;
    position:absolute;
    border:2px solid #f00;
    top:35%;
    left:35%;
    box-sizing:border-box;
}

#preload {
    display:none;
}

#monitor-hide {
    display:none;
}

#emptylockout {
    width:100%;
    height:100%;
    position:absolute;
    top:0; left:0;
    z-index:99;
    background:url('img/overlay.png') no-repeat left bottom;
    background-size:cover;
    display:none;
}

.block-spin {
    display:block !important;
}

.spinner {
    display:none;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    width: 35px;
    margin-top: -1px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
}