#simscreen
{
	position: relative;
	left:0px;
	top:0px;
	height: 600px; 
	width:800px;
	border:solid 1px;
}

#title{
	position:relative;
	left: 0px;
	top: 0px;
	height:40px;
	font-size: 24px;
	text-align:center;
	background-color: black;
	font-family: verdana;
	color: White;
	text-transform: uppercase; 
}

#title h3
{
	padding-top:2px;
	margin:0px;
}	

.simsubscreen
{
	position:absolute;
	left:50px;
	top:50px;
	height:530px;
	width:745px;
	display: inline-block;
}

.incanvas
{
	margin:5px 0 0 5px;
	padding:0;
}

#nextButton
{
	position:absolute;
	left:750px;
	top:530px;
	cursor:pointer;
}

.circlebg
{
	border-radius:100%;
	font-size:25px;
	color:#fff;
	text-align:center;
	background:#000
}

.steptext
{
	display:inline;
	font-size:14px;
}

#copyright{
	position: absolute;
	left:60px;
	top: 580px;
	font-size:12px
}
.parentPopup{
width: 800px;
height: 600px;
background-color: rgba(8, 6, 6, 0.2);
z-index: 101;
position: fixed;
display: none;
}
.popup{
	width: 70%;
	margin-left: 15%;
	height: auto;
	background-color: rgb(255, 255, 255);
	/* padding-top: 30px; */
	padding-bottom: 30px;
	padding-left: 30px;
	z-index: 101;
	margin-top: 100px;
	border-radius: 5px;

	/* text-align: center; */
}
.popUpContent{
	text-align: justify;
}
.close{
	float:right;
	background-color: rgb(0, 0, 0);
	color: white;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 1px;
	box-shadow: 0px 0px 1px 1px rgba(99,98,99,0.53);
	cursor: pointer;
}
#container{
	width: 480px;
	height: 500px;
}
.zoombox{
	position: relative;
	left: 0px;
	background-color:rgb(253, 252, 252);
	width:100%;
	height: 100%;
	border: 1px solid transparent;
	box-shadow: 0px 0px 5px 5px rgba(99,98,99,0.53);
	overflow: hidden;
}

.controls{
	position: absolute;
	left: 500px;
	top:20px;
	width: 32%;
	height: auto;
}

.controls .ctrl{
	text-align: center;
	font-family: verdana;
	font-size: 20px;
	background-color: rgb(0, 0, 0);
	color: white;
	padding: 10px;
	margin-top: 0px;
	box-shadow: 0px 0px 1px 1px rgba(99,98,99,0.53);
}
.actions{
	display: inline-block;
	width: 100%;
}
.actions button{
	width: 100%;
	margin-bottom: 20px;
	background: none;
	border: none;
	padding: 10px;
	font-size: 14px;
	font-family: verdana;
	background-color: rgb(245, 238, 238);
	box-shadow: 0px 0px 1px 1px rgba(99,98,99,0.53);
}

.actions button:hover{
	background-color: rgb(197, 192, 192);
	cursor: pointer;
	border:rgb(197, 192, 192);
}
.actions button:active{
	background-color: rgb(197, 192, 192);
	cursor: pointer;
	border:none;
}
button{
	cursor: pointer;
}

/*ZOOMBOX=====================*/
  /*IMAGE-----------------------*/
  /* .zoombox {
    position:relative;
    width: 100%;
    height: 100%;
    /* border: 2px solid #AAAAAA; */
    /* background-color: #666666; */
    /* overflow: hidden; */
  /* }  */
  .zoombox img {position:relative;}
  .zoombox img.drag {cursor:move;}
  .zoombox .selector {
    display: none;
    position: absolute;
    border: 1px solid #999999;
    background-color: rgba(255,255,255, 0.3);
  }

  .reset{
	/* width: 15%; */
	cursor: pointer;
	float: right;
	/* margin-bottom: 1px; */
	background: none;
	border: none;
	/* padding: 2px; */
	/* font-size: 10x; */
	/* font-family: verdana; */
	/* background-color: rgb(245, 238, 238); */
	box-shadow: 0px 0px 1px 1px rgba(99,98,99,0.53);
	/* background-image: url("../images/reset.png"); */
	visibility: hidden;
	position: relative;
	top: 20px;
	z-index: 20;
  }

  .reset:hover{
	background-color: rgb(197, 192, 192);
	cursor: pointer;
	border: none;
}

.resetSpan{
	color: blue;
	padding-right: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: rgb(0, 0, 0);
	color: white;
}

.heading{
	font-size: 20px;
	font-family: verdana;
	padding-top: 10px;
}

input[type="text"]{
	padding: 5px;
	/* border-radius: 8px; */

}
input[type="text"]:disabled {
	background: white;
	color: black;
}

.toolbar
{
	border: 1px solid black;

	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	height: 3em;
}
            
#pointer
{
	background-image: url('./images/location.png');
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
           

#tooltiptext {
	position: absolute;
	width: 450px;
	/* height: 500px; */
	height: auto;
	left:50px;
	top:70px;
	background-color:  rgba(4, 5, 5, 0.9);
	color: #fff;
	text-align: justify;
	padding-left: 10px;
	padding-right: 20px;
	border: 2px solid black;
	position: absolute;
	z-index: 101;
	font-family: verdana;
	font-size: 14px;
	visibility: hidden;
	line-height: 24px;
}


.info{
	text-align: center;
	float:right;
	font-size: 20px;
	cursor: help;
	/* border:2px solid black; */
	/* padding:5px; */
	/* border-radius: 50% */
}

.flex-container{
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-content: space-between;
	margin: 5px;
}

.flex-container1 {
  display: flex;
  flex-wrap: nowrap;
  /* background-color: rgba(1, 1, 0, 0); */
    width: 480px;

}

.flex-container1 > div {
  /* background-color: #f1f1f1; */
  min-width: 128px;
  margin: 10px;
  text-align: center;
  line-height: 120px;
  font-size: 30px;
}

.flex-container1 > div:before{
	content: "\200B"
}

#tooltiptext>h3{
	color: red;
}

.btn {
	color: white;
	background-color: #171819;
	cursor: pointer;
	padding: 4px;
	/* border-radius: 5px; */
}

.sel {
	width:100%;
	font-family: verdana;
	font-size: 14px;
	visibility: hidden;
}



.form{
	visibility: hidden;
	font-family: verdana;
	font-size: 14px;
	background-color: rgb(245, 238, 238);
	box-shadow: 0px 0px 1px 1px rgba(99,98,99,0.53);
}

.formInput {
	width: 100px;
	padding: 2px
}

.formBtn {
	color: white;
	background-color: #171819;
	cursor: pointer;
	width: 50px; 
	padding: 2px;
	/* border-radius: 5px; */
}

#zoomIn{
	position: absolute;
	left: 490px;
	top: 490px;
	visibility: hidden;
}

.mP{
	visibility: hidden;
}

#sx {
	color: red;
}
#sy {
	color: red;
}

#pointAdd{
	font-size: 14px;
	font-family: verdana;
}

.tableStyle{
	font-family: verdana;
	font-size: 14px;
	/* border: 1px solid black; */
	margin-top: 10px;
	width: 80%;
	padding: 10px;
}

th, td{
	font-family: verdana;
	font-size: 14px;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}

#coord{
	font-family: verdana;
	font-size: 14px;
}

.coordTooltip {
	position: absolute;
	left: 50px;
	top: 250px;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .coordTooltiptext {
	visibility: hidden;
	font-size: 10px;
	/* background-color: rgb(3, 3, 3); */
	background-color: rgba(105, 98, 98, 0.87);
	/* color: #fff; */
	color: rgb(238, 231, 231);
	text-align: left;
	border-radius: 6px;
	padding: 2px 2px;
	position: absolute;
	z-index: 100;
	display: inline-block;
	/* border: 1px solid black; */
  }
  
  .coordTooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
  }
  

  .bottomTooltiptext {
	visibility: hidden;
	font-size: 10px;
	background-color: rgba(105, 98, 98, 0.87);
	color: rgb(238, 231, 231);
	text-align: left;
	border-radius: 6px;
	padding: 2px 4px;
	position: absolute;
	z-index: 1;
	/* margin-left: -60px; */
  }
  .coordTooltiptext > p{
	margin: 0px;
	width: auto;
}
  .bottomTooltiptext > p{
	  margin: 0px;
	  width: auto;
  }
  .bottomTooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
  }
  
  .rightTooltiptext {
	visibility: hidden;
	font-size: 10px;
	background-color: rgba(105, 98, 98, 0.87);
	color: rgb(238, 231, 231);
	text-align: left;
	border-radius: 6px;
	padding: 2px 4px;
	position: absolute;
	z-index: 1;
  }
  
  .rightTooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
  }
  

 	.leftTooltiptext {
	visibility: hidden;
	font-size: 10px;
	background-color: rgba(105, 98, 98, 0.87);
	color: rgb(238, 231, 231);
	text-align: left;
	border-radius: 6px;
	padding: 2px 4px;
	position: absolute;
	z-index: 1;
  }
  
	.leftTooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
  }

  .leftTooltiptext > p{
	margin: 0px;
	width: auto;
}
  .rightTooltiptext > p{
	  margin: 0px;
	  width: auto;
  }
#tl{
	position: absolute;
	left: 43px;
	top: 75px;
	width:80px;
	visibility: hidden;
}
#tm{
	position: absolute;
	left: 253px;
	top: 75px;
	width:80px;
	visibility: hidden;
}

#tr{
	position: absolute;
	left: 457px;
	top: 75px;
	width:80px;
	visibility: hidden;
}
#ml{
	position: absolute;
	left: 0px;
	top: 265px;
	width:85px;
	visibility: hidden;
}
#mm{
	position: absolute;
	left: 253px;
	top: 260px;
	width:80px;
	visibility: hidden;
}
#mr{
	position: absolute;
	left: 503;
	top: 265px;
	width:150px;
	visibility: hidden;
}
#bl{
	position: absolute;
	left: 42px;
	top: 505px;
	width:85px;
	visibility: hidden;
}
#bm{
	position: absolute;
	left: 253px;
	top: 505px;
	width:85px;
	visibility: hidden;
}
#br{
	position: absolute;
	left: 457px;
	top: 505px;
	width:85px;
	visibility: hidden;
}

#zoomDiv{
	position: absolute;
	left: 20px;
	top: 72px;
	display: block;
	visibility: hidden;

}

#zoomDiv>button{
	display: block;
	margin-bottom: 2px;
	
}


.buttonStyle1{
	background-image: url("../images/zm1.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	border: none;
	border: 1px solid gray
}
.buttonStyle2{
	background-image: url("../images/reload.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	border: none;
	border: 1px solid gray;
}

#notify{
	position: absolute;
	left: 550px;
	top:350px;
	width: 220px;
	height: auto;
	padding: 15px;
	background-color: rgba(26, 23, 23, 0.87);
	color: white;
	font-family: verdana;
	font-size: 14px;
	border-radius: 5px;
	text-align: justify;
	visibility: hidden;
}




.desc {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	font-family: verdana;
	font-size:14px;
  }
  
  .desc .desctext {
	font-family: verdana;
	font-size:14px;
	visibility: hidden;
	width: 500px;
	background-color: black;
	color: #fff;
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 100;
   /* text-align:center;  */
  }
  
  .desc:hover .desctext {
	visibility: visible;
  }


span.frac {
display: inline-block;
text-align: center;
vertical-align: middle;
}
span.frac > sup, span.frac > sub {
display: block;
font: inherit;
padding: 0 0.3em;
}
span.frac > sup {border-bottom: 0.08em solid;}
span.frac > span {display: none;}

@keyframes animOpacity{
	0%   {opacity: 0; width: '0px'; height: '0px';visibility: hidden;}
  100% { opacity: 1; width: '220px'; height: 'auto';visibility: visible}
}