
body {
  width: 1024px;
  height: 768px;
  border: 1px solid #999999 ;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "ProximaNova", "ProximaNovaSemibold", Georgia;
  -webkit-backface-visibility:hidden;
  outline: 1px solid transparent;
}

header {
  height: 83px;
}
	::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);

}
.VLAB_container {
  width: 100%;
  height: 100%;
  
}

.VLAB_header {
  height: 83px;
  padding-left: 30px;
  font-family: "ProximaNova";
  color: #7f7f7f;
  font-size: 14px;
  background-color: #0F0;
  vertical-align: middle;
}

.VLAB_head {
  font-family: "ProximaNova";
  color: #7f7f7f;
  font-size: 18px;
  line-height: 83px;
  padding-left: 30px;
 /*line-height:83px;
  vertical-align: middle;*/
  float: left;
 /* margin-right:5px;*/;
}

.VLAB_audio {
  background-image: url("../img/audio.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
    margin-top: 20px;
  margin-right: 10px;
}
.VLAB_audio:hover  {
  background-image: url("../img/audio_hover.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
    margin-top: 20px;
  margin-right: 10px;;
}



.VLAB_audio_mute {
  background-image: url("../img/audio_mute.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
    margin-top: 20px;
  margin-right: 10px;
}

.VLAB_audio_mute_hover {
  background-image: url("../img/audio_mute_hover.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
    margin-top: 20px;
  margin-right: 10px;
}


	
.VLAB_exit {
  color: #999999;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 45px;
  font-size: 30px;
  text-align: center;
  border-left: 1px solid #999999;
  margin-top: 20px;
  margin-right: 10px;
}

.VLAB_print {
  background-image: url("../img/print.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
   margin-top: 20px;
  margin-right: 10px;
}
.VLAB_print:hover {
  background-image: url("../img/print_hover.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 40px;
    margin-top: 20px;
  margin-right: 10px;
}

.VLAB_leftPanel {
  width: 320px;
  height: 685px;
  float: left;
  padding-left: 30px;
}

.VLAB_leftPanel_head {
  color: #007193;
  font-family: "ProximaNovaSemibold";
  font-size: 30px;
   line-height: 30px;
}

.VLAB_leftPanel_subhead {
  font-family: "ProximaNovaSemibold";
  color: #000000;
  font-size: 18px;
}

.VLAB_leftPanel_content {
  font-size: 16px;
  overflow-y: scroll;
  height: 500px;
}
.VLAB_leftPanel_content p {
font-family: "ProximaNova";
  font-size: 16px;
}
.VLAB_leftPanel_content div {
font-family: "ProximaNova";
  font-size: 16px;
}
.VLAB_leftPanel_content li{
font-family: "ProximaNova";
  font-size: 16px;
}
.VLAB_leftPanel_buttons {
  height: 85px;
  line-height: 85px;
  width: 275px;
}

.VLAB_rightPanel {
  width: 700px;
  height: 682px;
  background-color: #d9dbe1;
  float: right;
}
.btn {
  -moz-user-select: none;
  background: #3498db;
  background-image: -webkit-linear-gradient(top,#3498db, #2681bd);
  background-image: -moz-linear-gradient(top,#3498db, #2681bd);
  background-image: -ms-linear-gradient(top,#3498db, #2681bd);
  background-image: -o-linear-gradient(top,#3498db, #2681bd);
  background-image: linear-gradient(top,#3498db, #2681bd);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
  -webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  -moz-user-select: none;
}


.btn_white {
  -moz-user-select: none;
  background: #3498db;
  background-image: -webkit-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -moz-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -ms-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -o-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: linear-gradient(top,#ffffff, #e1e1d2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
  -webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #000000;
  text-decoration: none;
  -moz-user-select: none;
}
.btn_inactive {
  
  background: #b2b2b2;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  height:44px;
  margin-right:10px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #616161
-webkit-box-shadow:0px 1px 0px #d1d1d1;
  -moz-box-shadow: 0px 1px 0px #d1d1d1;
  box-shadow: 0px 1px 0px #d1d1d1;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  -moz-user-select: none;
}
.btn_white:hover {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -moz-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -ms-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: -o-linear-gradient(top,# #e1e1d2, #ffffff);
  background-image: linear-gradient(top,# #e1e1d2, #ffffff);
  text-decoration: none;
   color: #000000;
}
.btn_white:focus {
  background:  #FFFFFF;
   background-image: -webkit-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -moz-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -ms-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: -o-linear-gradient(top,#ffffff, #e1e1d2);
  background-image: linear-gradient(top,#ffffff, #e1e1d2);
  text-decoration: none;
   color: #000000;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top,#3cb0fd, #3498db);
  background-image: -o-linear-gradient(top,#3cb0fd, #3498db);
  background-image: linear-gradient(top,#3cb0fd, #3498db);
  text-decoration: none;
   color: #ffffff;
}
.btn:focus {
  background:  #3498db;
   background-image: -webkit-linear-gradient(top,#3498db, #2681bd);
  background-image: -moz-linear-gradient(top,#3498db, #2681bd);
  background-image: -ms-linear-gradient(top,#3498db, #2681bd);
  background-image: -o-linear-gradient(top,#3498db, #2681bd);
  background-image: linear-gradient(top,#3498db, #2681bd);
  text-decoration: none;
   color: #ffffff;
}

/* For Table*/

.VLAB_table {
	position:absolute;
	left:150px;
	top:80px;
  background-color:#fff;

  width: 800px;
  height: 625px;
  border: 1px solid #7f7f7f;
}

.VLAB_table_title {  
 color: #007193;
    float: left;
    font-family: "ProximaNovaSemibold";
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    width: 800px;
}

.VLAB_table_exit {
   border-left: 1px solid #999;
    box-sizing: initial;
    color: #999;
    cursor: pointer;
    float: right;
    height: 22px;
    line-height: 25px;
    margin: 10px;
    padding: 0;
    text-align: center;
    width: 25px;
}

.VLAB_table_subtitle {
  width: 800px;
  height: 35px;
  color: #58595b;
  font-family: "ProximaNovaSemibold";
    padding-left: 30px;
  font-size: 14px;
}
.VLAB_table table{
	margin-top:30px;
	  border: 1px solid #999999;
		padding:20px;
		height:475px;
		max-height:475px;
		width:745px;
		 max-width:745px;
		overflow:scroll;
		margin-right:auto;
		margin-left:auto;
	}
	.VLAB_table table th{
	background:#cccccc; 
	font-family: "ProximaNovaSemibold";
	color:#000000;
	font-size: 12px;
	text-align:center;
	border: 1px solid #999999;
	}
	.VLAB_table table td{
		  border: 1px solid #999999;
	text-align:center;
	}
	.VLAB_table table td input
  {
    width: 90%;
    padding: 10px;
    margin: 0px;
   border-style: none;
	text-align:center;
  }
  .VLAB_table_buttons{
	   margin:15px;
	  float:right;
	  }


.VLAB_table table td input::-webkit-outer-spin-button,

.VLAB_table table td input::-webkit-inner-spin-button {

    /* display: none; <- Crashes Chrome on hover */

    -webkit-appearance: none;

    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */

}

 

input[type=number] {

    -moz-appearance:textfield;

}



  
  /* For Journal*/
  .VLAB_journal {
	position:absolute;
	left:150px;
	top:80px;
  background-color:#fff;
	  
  width: 800px;
  height: 625px;
  border: 1px solid #7f7f7f;

}

.VLAB_journal_title {  
  width: 800px;
  height: 50px;
  color: #007193;
  font-family: "ProximaNovaSemibold";
  font-size: 24px;
  float: left;
  line-height: 50px;
    padding-left: 30px;
}
.VLAB_journal_navigation {  
  
  float: right;
  
}
.VLAB_journal_Qno{
	  float: right;
	  height:60px;
	  line-height:60px;
	  font-family: "ProximaNova";
  color: #7f7f7f;
  font-size:12px;
	}
.VLAB_journal_prev{
	  background-image: url("../img/previous.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 60px;
  width: 60px;
 
	}
.VLAB_journal_next{
	  background-image: url("../img/next.png");
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  height: 60px;
  width: 60px;
 
	}

.VLAB_journal_exit {
 border-left: 1px solid #999;
    box-sizing: initial;
    color: #999;
    cursor: pointer;
    float: right;
    height: 22px;
    line-height: 25px;
    margin: 10px;
    padding: 0;
    text-align: center;
    width: 25px;
}


.VLAB_journal_subtitle {
    color: #000000;
    display: block;
    font-family: "ProximaNovaSemibold";
    font-size: 14px;
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    width: 800px;
}
	
	


.VLAB_journal_text_area {
display:block;
	border: 1px solid #999999;
    color: #000000;
    font-family: "ProximaNovaSemibold";
    font-size: 14px;
    height: 380px;
    margin-left: 0;
    margin-top: 20px;
    padding: 30px;
    width: 735px;
}
 .VLAB_journal_buttons{
	 position:absolute;
	 left:550px;
	 top:510px;
	 margin:30px;
	  float:right;
	  }
.labmannual:hover img{
	 opacity:0.5;
	 cursor:pointer;
	}


/* Calculator  */
	
/* Calculator V1-tool update  */
.VLAB_CALC {
	position:absolute;

	left:200px;
	top:50px;
    box-sizing: initial;
    width: 425px;
    height: 585px;
    border: 1px solid #999;
    border-radius: 0px;
    background: none repeat scroll 0% 0% #FFF;
    margin: 1em auto;
    padding: 10px 10px 10px 10px;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:180;
}

.VLAB_CALC_title {
    font-family: "ProximaNovaSemibold";
    height: 50px;
    font-size: 24px;
    color: #007193;
}

.VLAB_CALC_exit {
    color: #999;
    float: right;
    cursor: pointer;
    height: 22px;
    width: 25px;
    text-align: center;
    border-left: 1px solid #999;
    margin: 0px;
    padding: 0px;
    box-sizing: initial;
    line-height: 25px;
}

.VLAB_CALC_screen {
 font-family: "ProximaNova";
    font-size: 20px;
  
    line-height: 22px;
    border: 2px solid #999;
    width: 410px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border-top-left-radius: 6px;
    background: none repeat scroll 0% 0% #FFF;
    color: #323232;
    cursor: default;
    text-align: right;
    word-wrap: break-word;
    padding: 5px;
    height: 85px;
    box-sizing: initial;
}
.VLAB_CALC_screen input{
 border-style: none;
    float: right;
    font-family: "ProximaNova";
    font-size: 48px;
    height: 70px;
	line-height:70px;
    padding: 2px;
    text-align: right;
    width: 400px;
    background:transparent;

}

.VLAB_CALC_screen #memory {
    border-style: none;
    float: left;
    font-family: "ProximaNova";
    font-size: 10px;
    height: 20px;
    line-height:20px;
    text-align: left;
    width: 50px;

}

.VLAB_CALC_screen #operand{
   border-style: none;
    float: left;
    font-family: "ProximaNova";
    font-size: 16px;
	font-weight:bold;
    height: 20px;
    text-align: right;
    width: 50px;
	margin-right:10px;
	
}

.VLAB_CALC_buttonpad {
    width:425px;
    padding: 0px;
	margin:0px;
	
}

.VLAB_CALC_buttonpad div{
    font-family: "ProximaNova";
    color: #007193;
    display: block;
    width: 85px;
    height: 44px;
    line-height: 50px;
    font-size: 16px;
    float: left;
   margin: 15px 10px 10px 10px;
    font-weight: bold;
    text-align: center;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #ebebeb;
	cursor:pointer;
	
/* background : linear-gradient(to bottom, #FFF 0 %, #EBEBEB 100 %) repeat scroll 0 % 0 % transparent;*/
}

.VLAB_CALC_buttonpad .active1{
    font-family: "ProximaNova";
    color: #FFFFFF;
    display: block;
    width: 85px;
    height: 44px;
    line-height: 50px;
    font-size: 16px;
    float: left;
   margin: 15px 10px 10px 10px;
    font-weight: bold;
    text-align: center;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color:#c52725;
	cursor:pointer;
	
/* background : linear-gradient(to bottom, #FFF 0 %, #EBEBEB 100 %) repeat scroll 0 % 0 % transparent;*/
}

.VLAB_CALC_buttonpad div {  
   text-align:center;
}

.VLAB_CALC_buttonpad div.dark {
    background-color: #cccccc;
    color: #c52725;
	width:85px;
	height:44px;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	line-height:44px;
	text-align:center;
	cursor:pointer;
}
.VLAB_CALC_buttonpad div.lastrow {
 	width:120px;
	height:44px;
	 background-color: #cccccc;
    color: #c52725;
	
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	line-height:44px;
	text-align:center;
	cursor:pointer;
	
}

.VLAB_CALC_buttonpad div.equal-sign {
    width: 190px;
	height:44px;
	 background-color: #cccccc;
    color: #c52725;	
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	line-height:44px;
	text-align:center;
	cursor:pointer;
}

.VLAB_CALC_buttonpad a.zero {
}
/* V1-tool update fininsh*/

/* devices (portrait and landscape) ----------- */
/* for 1024 x 768 */

@media only screen and (device-width:1024px) and (device-height:768px) and (orientation: portrait) {
body {
 zoom: 0.98; /* Old IE only */
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
	 -ms-transform: scale(0.98);
     -o-transform:scale(0.98);
    transform: scale(0.98);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-ms-transform-origin: top right;
-o-transform-origin: top right;
position: absolute;
right: 0;
top: 0;

}
} 

/*print*/
@media print {
.VLAB_leftPanel{
overflow:auto;
}
.VLAB_leftPanel_buttons{visibility:hidden;}

	
}

.overlay{
  display: none;
  position: fixed; /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  opacity:0.5;
  
}
	
table td.bg{
	background:#cccccc; 
	font-family: "ProximaNovaSemibold";
	color:#000000;
	font-size: 12px;
	text-align:center;
	border: 1px solid #999999;
	}
