body{
	/* color:#1A1A1A; */
}
.mfp-bg {
    opacity: 0.5;
}

#savebtn{
	left:150px;
	top:180px;
	width:100px;
	position:absolute;
}

#SaveData{
	margin-top:5px;
	height:50px;
	width:95%;
	overflow:auto;
}

#tabMoveable{
	background-color:#FFF;
	right:10px;
	top:180px;
	z-index:9000;
	position:fixed;
	border-radius:1.2em;
	width:350px;
	height: 350px;
}

#tab-content{
	border-bottom-right-radius:2em;
	border-bottom-left-radius:1.2em;
}

#tabHandle{
	position:fixed;
	cursor:pointer;
	right:0px;
	top:150px;
}

#zoom{
	margin-top:5px;
	top:520px;
	position:absolute;
}

#zoomout{
	margin-left:-4%;
}

#friction_chzn{
	margin-left: 25px;
}

.display{
	z-index:9000;
	top:180px;
	position:absolute;
	/* border:1px solid black; */
	text-align:center;
	color:black;
	/* width:200px; */
	font-family: Times New Roman;
	font-size:1.2em;
}

#tbleft{
	/* left:500px; */
}

#tbright{
	/* left:810px; */
}

.disp{
	text-align:right;
	width:80px;
}

.dispsym{
	text-align:right;
	width:40px;
}

.val{
	text-align:right;
	width:20px;
}

.unit{
	text-align:left;
	width:50px;
}

.pure{
	color:red;
	border-top:solid black 2px;
}

#cat2{
	border:1px solid DarkRed;
	color:DarkRed;
	/* position:absolute; */
}

.novis{
	display:none;
}
#gravi{
	color:#000078;
}
#oper{
	color:#600000;
}
#totalangle{
	width:40px;
}
.jxgbox {
	/* width: 100%;
	height:100%; */
	width:280px;
	height:280px;
	/* background-color: red; */
	-moz-user-select: none;
	overflow: hidden;
	position: relative;
	left: 50px;
}

.tabbable{
	height:350px;
}

.chzn-search{
	display:none;
}

#message{
	/* font:15px arial,sans-serif,red; */
	line-height: 20px;
	padding-top: 0px; 
	border-top-width: 0px; 
	margin-bottom: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	margin-left: 10px;
}

.widget-body{
	line-height: 20px;
}

.jslider {
	margin-bottom: 30px;
}

#radioControl > label {
    cursor: pointer;
}

#firadio>label {
    cursor: pointer;
}

#firadio{
	line-height: 50px;
	margin-left: 20px; 
	margin-right: 0px; 
	width: 40px;
}

.btn {
  border: 1px solid #272727;
  color: #000000;
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -ms-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D3D3D3));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -o-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: linear-gradient(top, #FFFFFF, #D3D3D3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D3D3D3', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  border: 1px solid #272727;
  color: #000000;
  background-color: #C0C0C0;
  background-image: -moz-linear-gradient(top, #F5F5F5, #C0C0C0);
  background-image: -ms-linear-gradient(top, #F5F5F5, #C0C0C0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#C0C0C0));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #C0C0C0);
  background-image: -o-linear-gradient(top, #F5F5F5, #C0C0C0);
  background-image: linear-gradient(top, #F5F5F5, #C0C0C0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#C0C0C0', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  border: 1px solid #272727;
  color: #000000;
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -ms-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D3D3D3));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: -o-linear-gradient(top, #FFFFFF, #D3D3D3);
  background-image: linear-gradient(top, #FFFFFF, #D3D3D3);
  background-repeat: repeat-x;
  background-position: 0px;
  transition:background-position 0s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D3D3D3', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.DivDisable{
	background-color: #fff;
	position:absolute;
	z-index:9000;
    opacity: 0.5;
	cursor:auto;
}
#massDivDisable{
	margin-left:10%;
	width: 32%;
	height: 57px;
}
#angleDivDisable{
	margin-left:10%;
	width: 32%;
	height: 61px;
}
#fricDivDisable{
	margin-left:10%;
	width: 32%;
	height: 192px;
}
#radioDisable{
	width:  25%;
	height: 30px;
	margin-top: 20px;
}
#rightDivDisable{
	margin-top: 20px;
	width:  25%;
	height: 100px;
}

