@import url();
@import url("reset.css");
@import url("tooltipster.bundle.css");
@import url("tooltipster-sinclair.css");
@import url("popups.css");
@import url("acc.css");
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic);
@import url("jquery.selectBoxIt.css");
@import url("equipmentpanel.css");
@import url("datatables.css");
@import url("activematerial.css");
@font-face {
  font-family: 'digital-7';
  src: url('../fonts/digital-7.ttf');
  font-weight: normal;
  font-style: normal;
}

* {
  /* -webkit-user-select: none; */
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 8888;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#container {
  width: 1330px;
  height: 725px;
  background-color: #a3a3a3;
  border: 2px solid #000000;
  position: relative;
  margin: auto;
  /* background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: absolute;
  background-position: 0% 100%; */
  overflow: hidden;
}

#accDiv {
  /* THE DIV THAT MAKES MOUSE CLICKS NOT WORK, FOR ACCESSIBILITY */
  background-color: rgba(1, 255, 1, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
  background-color: #111;
}

/*========================================
// HEADER BAR STYLES
//========================================*/

#topBar {
  /* MAIN TOP BAR STYLING */
  width: 100%;
  height: 42.15px;
  background-color: #333333;
  position: absolute;
  top: 0px;
  left: 0px;
}

#topBar #logo {
  /* POSITIONING AND SIZE OF LOGO */
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  left: 9px;
}

#topBar #topText {
  /* POSITIONING AND SIZE OF TEXT */
  position: absolute;
  top: 8px;
  left: 48.60px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

#topBar ul {
  /* DEFINITION FOR <ul> TOP MENU */
  position: absolute;
  top: 0px;
  right: 0px;
  list-style-type: none;
}

#topBar .topli {
  /* STYLING OF TOP MENU BUTTONS */
  display: inline;
  position: relative;
  padding-top: 12px;
  width: 41.95px;
  height: 29.95px;
  border-radius: 10%;
  float: right;
  margin-right: 5px;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.nopointer {
  cursor: default !important;
}

/*========================================
// SIDE MENU STYLES
//========================================*/

#sideMenu {
  /* DEFINITION OF SIDE PANEL MENU */
  position: absolute;
  width: 300px;
  height: 672px;
  top: 48px;
  left: 6px;
  float: left;
  background-color: #8c8c8c;
  overflow: hidden;
}

#sideMenu h3 {
  /* STYLING OF THE ACCORDIAN MENU 'CLICKABLES' */
  position: relative;
  height: 30px;
  width: 300px;
  background-color: rgba(51, 51, 51, 0.8);
  margin-top: 6px;
  cursor: pointer;
}

#sideMenu h3:focus {
  outline: none;
}

#sideMenu h4 {
  /* STYLING OF THE ACCORDIAN MENU 'CLICKABLES' */
  position: relative;
  margin: 18px 0 8px 8px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
  text-align: left;
  /*cursor:pointer;*/
}

#sideMenu .topMenu {
  /* STYLING OF THE TOP MOST MENU ITEM (IT REMAINS IN THE SAME POSITION) */
  position: relative;
  height: 30px;
  width: 300px;
  background-color: rgba(51, 51, 51, 0.8);
  margin-top: 0px;
  cursor: pointer;
}

.sideText {
  /* STYLING OF THE SIDE MENU TEXT WITHIN THE <h3> TAG */
  position: absolute;
  top: 6px;
  left: 41px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}

.sideLetter {
  /* STYLING OF THE LETTER ASSOCIATED W/ EACH MENU ITEM */
  font-size: 17.2px;
  font-weight: 700;
  width: 30px;
  height: 23.5px;
  text-align: center;
  padding-top: 6px !important;
  position: absolute;
  left: 0;
  top: 0;
}

.sideNum {
  /* STYLING OF THE NUMBERS AT THE SIDE OF THE PROCEDURE AND DATA TABLES (INACTIVE) */
  position: relative;
  float: right;
  margin-right: 5px;
  font-size: 16px;
  padding-top: 6px;
  color: #8e8e8e;
  font-weight: 600;
  width: 30px;
  height: 24px;
  text-align: center;
  background-color: #5d5d5d;
}

.sideNumActive {
  /* STYLING OF THE NUMBERS AT THE SIDE OF THE PROCEDURE AND DATA TABLES (ACTIVE) */
  position: relative;
  float: right;
  margin-right: 5px;
  font-size: 16px;
  padding-top: 6px;
  background-color: #E85C1C;
  border-radius: 10%;
  -webkit-box-shadow: 0 0 0 2px #B94800 inset;
  -moz-box-shadow: 0 0 0 2px #B94800 inset;
  box-shadow: 0 0 0 2px #B94800 inset;
  color: white;
  font-weight: 600;
  width: 30px;
  height: 24px;
  text-align: center;
}

.sideNum.loner,
.sideNumActive.loner {
  margin-right: 70px;
}

.sideNumCompleted {
  /* STYLING OF THE NUMBERS AT THE SIDE OF THE PROCEDURE AND DATA TABLES WHEN COMPLETED; NOT USED IN ALL LABS, WILL HAVE TO PROGRAM TO USE */
  position: relative;
  float: right;
  margin-right: 5px;
  font-size: 17.2px;
  padding-top: 8px;
  background-color: #66AF45;
  border-radius: 10%;
  -webkit-box-shadow: 0 0 0 2px #4D7F33 inset;
  -moz-box-shadow: 0 0 0 2px #4D7F33 inset;
  box-shadow: 0 0 0 2px #4D7F33 inset;
  color: white;
  font-weight: 600;
  width: 30px;
  height: 22px;
  text-align: center;
}

.endNum {
  /*  END NUMBER TO BE FLUSHED AT RIGHT SIDE */
  margin-right: 0px;
}

#sideMenu .content {
  /* DEFINES THE SIZE OF EACH MEUS CONTENT AREA (YOU NEED TO DO SOME MATH IF YOU ADD/SUBTRACT AN MENU OPTION) */
  overflow: hidden !important;
  -ms-overflow-style: none;
  /* overflow: -moz-scrollbars-none; */
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
  position: relative;
}

#sideMenu .content:focus {
  outline: none;
}

#sideMenu .content::-webkit-scrollbar {
  width: 0 !important
}

/*COMPLETLY REMOVE SCROLLBAR IN WEBKIT*/

#sideMenu ol {
  /* DEFINES THE OL USED IN THE SIDE MENUS */
  margin-left: 20px;
}

#sideMenu li {
  /* DEFINES THE LI USED IN THE SIDE MENUS */
  font-size: 14px;
  font-weight: 400;
  list-style-type: decimal;
  margin-right: 8px;
  padding: 12px 12px 12px 6px;
  line-height: 130%;
  font-style: normal;
}

#sideMenu li span.bold {
  font-weight: bold;
  /* 600; */
}

#arrowHolder {
  /* DEFINES ATTRIBUTES TO THE ARROW/DOLT AREA */
  width: 100%;
  height: 30px;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  margin-left: -5px;
}

#arrw_L {
  /* ITS A LEFT ARROW */
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  position: absolute;
  left: 0;
  cursor: pointer;
}

#arrw_R {
  /* YOU GUESSED IT, A RIGHT ARROW */
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  transform: scaleX(-1);
  position: absolute;
  right: 0;
  cursor: pointer;
}

#doltContainer {
  /* DOLT CONTAINER STYLES...THANK YOU AMINE */
  width: 240px;
  height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-left: 30px;
}

#doltContainer ul {
  /* THE UL FOR THE DOLTS IN SIDE PANEL  */
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: auto;
}

#doltContainer li {
  /* INITIAL STYLES FOR DOLTS WHEN THEY ARE CREATED */
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px 8px 0 0;
  padding: 0;
}

#doltContainer li:last-of-type {
  margin: 0;
}

#doltContainer .inactive {
  /* COLOR FOR INACTICVE DOLTS */
  background-color: grey;
}

#doltContainer .active {
  /* COLOR FOR ACTIVE DOLTS  */
  background-color: white;
}

/*========================================
// CONENT AREA STYLES
//========================================*/

#contentArea {
  /* DEFINES THE MAIN CONTENT/WORK AREA */
  width: 1012px;
  height: 672px;
  position: absolute;
  top: 48px;
  left: 312px;
  background:transparent url(../images/background.jpg) no-repeat center center;
}

.wa-button {
  position: absolute;
  width: 200px;
  height: 33px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #B94800;
  border-radius: 4px;
  background-color: #E85C1C;
  color: white;
  text-align: center;
  text-transform: uppercase;
  z-index: 20;
}

.wa-button p {
  /* STYLES TEXT IN THE BUTTONS */
  width: 100%;
  padding: 0px !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 33px;
  pointer-events: none;
}

.wa-button:hover {
  /* STYLE OF HOVER FOR EXIT/CONTINUE/NEXT... BUTTONS ON POPUPS */
  background-color: #B94800 !important;
}

#content1{
   height:inherit;
}

/*============================================
    PROCEDURE 1 WORKAREA
============================================*/

#pro1-reset-equipment, #pro2-reset-equipment {
  top: 598px;
  left: 790px;
  display: none;
}

#pro2-remove-equipment{
   top: 600px;
   left: 670px;
   width: 320px;
   display: none;
}

#pro1-reset-material {
  top: 598px;
  left: 20px;
  display: none;
}

#hide-cylinder-tops {
  display: none;
}

#pro1-caliper-container {
  position: absolute;
  top: 185px;
  left: 146px;
  display: none;
  z-index: 3;
}

#caliper-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  height: 250px;
}

#caliper-slide {
  position: absolute;
  top: -5px;
  left: 14px;
  width: 249px;
  height: 250px;
  z-index: 3;
}

#caliper-drag-handle {
  position: absolute;
  cursor: pointer;
  top: 56px;
  left: 70px;
  width: 180px;
  height: 90px;
  z-index: 2;
}

#caliper-mag {
  position: absolute;
  top: -184px;
  left: 56px;
  transform: scale(.8);
  display: none;
  overflow: hidden;
}

#pro1-caliper-container img {
  user-select: none;
  pointer-events: none;
}

#caliper-mag .mag-clip-circle {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 200px;
  height: 200px;
  clip-path: circle(108px at center);
  user-select: none;
}

#caliper-mag .mag-clip-slider {
  position: absolute;
  top: -200px;
  left: -256px;
  width: 740px;
}

#caliper-mag .mag-clip-base {
  position: absolute;
  top: -196px;
  left: -302px;
  width: 2310px;
}

#caliper-knob {
  position: absolute;
  top: 103px;
  left: 198px;
  width: 60px;
  height: 45px;
  z-index: 1;
  /*border: 1px solid red;*/
}


#pro2-db-container img {
  pointer-events: none;
}


#pro2-db-container .db-text-container{
  position: absolute;
  /* display: block; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 223px;
  height: 40px;
  top: 115px;
  left: 116px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

#pro2-db-container .db-text{
  display: inline-block;
  height: 40px;
  font-family: 'digital-7', sans-serif;
  line-height: 40px;
  font-size: 46px;
  font-weight: bold;
  margin: 0 0 0 0;
}

#pro2-db-container .db-text-label {
  display: inline-block;
  margin: 15px 10px 0 10px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@-moz-document url-prefix() {
  #pro2-db-container .db-text,
  #pro2-db-container .db-text,
  #pro3-db-container .db-text {
    margin: 0 0 0 0;
  }
  #pro2-db-container .db-text-label,
  #pro2-db-container .db-text-label,
  #pro3-db-container .db-text-label {
    margin: 14px 10px 0 10px;
  }
}

#pro2-db-container {
  position: absolute;
  display: none;
  width: 450px;
  top: 430px;
  left: 282px;
  z-index: 1;
}

#pro1-db-dropTarget {
    position: absolute;
    visibility: visible;
    width: 35px;
    height: 143px;
    top: 385px;
    left: 0px;
}

#pro2-db-dropTarget {
    position: absolute;
    visibility: visible;
    width: 120px;
    height: 143px;
    top: -106px;
    left: 165px;
}

#caliper-workarea-dropTarget {
  position: absolute;
  display: none;
  width: 1012px;
  height: 670px;
  top: 0;
  left: 0;
  z-index: 2;
  /*background-color: red;*/
}

#caliper-dropTarget {
  position: absolute;
  /*display: none;*/
  width: 1px;
  /*height: 127px;*/
  height: 140px;
  top: 122px;
  left: 50px;
  z-index: 2;
  /*background-color: green;*/
}

#caliper-dropTarget .caliper-acc-tooltip {
  position: relative;
  height: 5px;
  width: 5px;
  top: 100px;
  /*background-color: red;*/
  margin: auto;
}

#balance-material-container {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -155px;
  left: 125px;
  z-index: 10;
}

#caliper-material-container {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0px;
  left: 0px;
  z-index: 10;
  /*border: 1px solid red;*/
}

#caliper-material-container img {
  pointer-events: all;
  cursor: pointer;
  /* width: 55px !important;
  height: 250px !important; */
  /* left: 70px !important;
  top: 0 !important; */
}

#caliper-return-material {
  position: absolute;
  display: none;
  top: 425px;
  left: 270px;
  padding: 0 5px;
}

#caliper-rotate-material {
  position: absolute;
  display: none;
  top: 610px;
  left: 190px;
  padding-left: 20px;
}

#caliper-rotate-material img {
  position: absolute;
  left: 24px;
  top: 6px;
  transform: scale(.7);
}

#pro2-remove-equipment img {
  position: absolute;
  left: 32px;
  top: 5px;
  transform: scale(.9);
}

/*============================================
    PROCEDURE 2 WORKAREA
============================================*/

#balance-material-container img  {
	position: absolute;
    top: 45px;
    left: 67px;
}

.icon-right{
    width: 12px; 
    height: 12px;
    display: inline-block; 
    vertical-align: middle; 
	position: relative; 
	top: -1px; 
	margin-left: 4px; 
}

#pro1-spring-container{
	width: 30px;
    height: 400px;
    position: absolute;
    top: 10px;
    left: 450px;
    display: none;
}

.sScale{
    width: 44px;
    height: 500px;
	position: absolute;
    z-index: 1;
}

.sMarker{
    position: absolute;
    top: 239px;
    left: 9px;
	z-index: 0;
}

.sHook{
    position: absolute;
    top: 496px;
    left: 9px;
}

.sHookLine{
    width: 2px;
    height: 10px;
    background-image: url(../images/equipment/hookLine.svg);
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 365px;
    left: 14px;
}

#springScale-mag  #magnifier{
	position: absolute;
    top: 0;
    left: 0;
}

#springScale-mag{
    position: absolute;
    top: 210px;
    left: 490px;
    overflow: hidden;
    width: 237px;
    height: 172px;
    display: none;
}

.mag-clip-circle-spring{
    width: 122px;
    height: 130px;
    top: 32px;
    position: absolute;
    left: 97px;
    overflow: hidden;
    z-index: 10;
}

.mag-clip-circle-spring .mag-clip-base-spring{
    position: absolute;
    left: 0;
    top: -126px;
}

.mag-clip-circle-spring .mMarker{
    position: absolute;
    top: 52px;
    left: 33px;
}

.gCylinder{
    width: 170px;
    height: 280px;
    position: absolute;
    top: 390px;
    left: 0;
	display: none;
	z-index: 1;
}

.gCylinderPro2{
    width: 170px;
    height: 280px;
    position: absolute;
    top: 40px;
    left: 0;
	display: none;
	z-index: 1;
}

.gCylinderWaterMask{
    position: absolute;
    top: 47px;
    left: 52px;
    width: 50px;
    height: 184px;
    overflow: hidden;
	border-radius: 9px;
}

.gCylinderWaterMaskPro2{
    position: absolute;
    top: 48px;
    left: 52px;
    width: 50px;
    height: 184px;
    overflow: hidden;
	border-radius: 9px;
	z-index: 3;
}

#GCylinderWater{
    position: absolute;
    top: 74px;
    left: 0;
}

#GCylinderWaterPro2{
    position: absolute;
    top: 79px;
    left: 0;
}

#GCylinderTopImgPro2{
   position: absolute;
   top: 121px;
   left: 52px;
}

.cylinderDropArea{
    position: absolute;
    top: 0px;
    left: 170px;
    width: 170px;
    height: 660px;
}

.cylinderDropAreaPro2{
    position: absolute;
    top: 320px;
    left: 430px;
    width: 170px;
    height: 330px;
}

.animatedSpringScale{
    position: absolute;
    top: 0px;
    left: 52px;
    width: 49px;
    height: 560px;
}

#caliperMetalDropOnWorkArea{
    position: absolute;
    top: 280px;
    left: 0px;
    width: 200px;
    height: 200px;
}

body:after {
    content: url(../images/equipPanel/metalTopView.svg);
    position: absolute; 
	overflow: hidden; 
	left: -50000px;
	display: none;
}

.woodInWater{
   width: 51px;
   height: 130px;
   position: absolute;
   top: 81px;
   left: 51px;
   background-image: url(../images/equipment/woodInWater.png);
   background-repeat: no-repeat;
   background-size: contain;
   /* transform: rotate(10deg); */
   display: none;
   z-index: 0;
}

#GCylinderImgPro2{
   position: absolute;
}

#GCylinder-mag{
    width: 204px;
    height: 174px;
    position: absolute;
    top: 405px;
    left: 230px;
	overflow: hidden;
	display: none;
}

#Pro2magnifier{
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}

.mag-clip-circle-GCylinder{
    width: 164px;
    height: 164px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
	z-index: 1;
	overflow: hidden;
}

#ZoomWater{ 
    position: absolute;
    top: 78px;
    left: 16px;
}

.waterZoomTop {
    position: absolute;
    top: 62px;
    left: 16px;
}

.Pro2ZoomMarking{
    position: absolute;
    top: -264px;
    left: 6px;
}

#Pro2magnifierTop{
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 24px;
}

#WoodInWaterZoom{
    position: absolute;
    top: -46px;
    left: 10px;
	display:none;
}

#GCylinderImg{
    position: absolute;
    top: -3px;
    left: 48px;
	z-index: 2;
}

#GCylinderImgprocedure2{
    position: absolute;
    top: -3px;
    left: 48px;
	z-index: 3;
}

#GCylinderImgBase{
    position: absolute;
    top: 200px;
    left: 0;
}

#GCylinderImgBasePro2{
    position: absolute;
    top: 200px;
    left: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #caliper-mag .mag-clip-circle {
		position: absolute;
		top: 3px;
		left: 3px;
		width: 216px;
		height: 216px;
		overflow: hidden;
		border-radius: 50%;
		/* clip-path: circle(108px at center); */
		user-select: none;
	}
	#caliper-mag .mag-clip-base{
	    left: -309px;
	}
}

.useFORIEEDGE{
	top: 3px !important;
	left: 3px !important;
	width: 216px !important;
	height: 216px !important;
	overflow: hidden !important;
	border-radius: 50% !important;
}

/* #caliper-base img {
    transform: scale(0.7);
}

.caliper-container img {
    transform: scale(0.7);
} */