.temp{
  background-color: #449611;
} 
.Mpan-p5js {
	width: fit-content;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto; 
	gap: 2px;
	padding: 2px;
	background-color: rgb(22, 33, 41, 0.65);
	border-radius: 6px 6px 6px 6px;
	grid-template-rows: auto auto auto;
}
.Mpan {
	width: 300px;  
	display: grid;
	grid-template-rows: max-content auto max-content;
	background-color: var(--blue-very-dark);
	border-radius: 6px 6px 6px 6px;
	border: 4px solid #000000;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	padding: 3px 0px;
	overflow: hidden;
}
.Mpan-header {
	display: grid;
	grid-template-columns: max-content auto;
	background-color: var(--blue-very-dark);
 	overflow: hidden;
}
.Mpan-left {
	grid-column: 1;
	grid-row: 1 / 3;
	min-height: 580px;
}
.Mpan-right {
	grid-column: 3;
	grid-row: 1 / 3;
	height: 100%;
}
.Mpan-title {
	font-size: 1.5em;
	color: var(--blue-lite);
	font-weight: bolder;
}
.tpleCkbBox {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0 4px;
  margin: 5px auto;
}
.dbleCkbBox {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 4px;
  margin: 5px auto;
}
.checkTitle2 {
	font-size: 12px;
	padding: 4px 0 0 3px;
	text-align: left;
}
.checkKey2 {
  font-size: 14px;
	font-weight: bold;
	color: #35bdf5;
	text-align: center;
}
.rangeColBox {
  display: grid;
  /* height:20px; */
  grid-template-columns: 50px auto;
  padding: 0 4px;
  margin: -2px auto;
}
input[type="color"].inpCol {
  width: 40px;
  height: 30px;
  margin: 1px 0px;
  border: none;
  background-color: transparent;
}
.rangeTransp {
  width: 90%;
  height: 10px;
  margin: auto;
  /* padding: 0 10px;  */
  background: #858585;
  background-image: linear-gradient(to right, #323232, rgb(28, 28, 28));
  outline: none;
  border-radius: 10px;
  overflow: hidden;
}
.rangeTransp:focus {
  outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.rangeTransp:hover {
  outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.rangeTransp::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  /* background: #000000; */
  background: #34546c;
  border-radius: 50%;
  cursor: pointer;
}
.checkKeyValueBox {
  display: grid;
  grid-template-columns: 20px 40px auto 50px;
  /* height: 20px; */
  padding: 0 4px;
  font-size: 14px;
  margin: 2px auto;
}
.checkKeyBox2 {
  display: grid;
  grid-template-columns: 20px 40px auto;
  /* height: 20px; */
  padding: 0 4px;
  font-size: 14px;
  margin: 2px auto;
}
.leftCell {
  text-align: right;
  font-size: 0.9em;
  padding: 5px 2px 0 0;
  color: #727272;
}
.leftCellOn {
  text-align: right;
  font-size: 1em;
  padding: 5px 2px 0 0;
  color: #fff;
  font-weight: bold;
}
.swbCell {
  font-size: 0.6em;
  padding: 6px;
}
.rightCell {
  font-size: 0.8em;
  text-align: left;
  padding: 5px 0 0 2px;
  color: #727272;
}
.rightCellOn {
  font-size: 0.8em;
  text-align: left;
  padding: 5px 0 0 2px;
  color: #fff;
  font-weight: bold;
}
.angFractBox {
  display: grid;
  grid-template-columns: 50px 20px 50px 70px;
  height: 20px;
  margin: auto;
  justify-content: center;
}
/* -----------------SwitchButton---------------- */
.swbBox {
  /* width: 100%; */
  /* height: 1em; */
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin: 2px 0px;
}

.swbButton {
  background-color: #a4a4a4;
  width: 30px;
  height: 11px;
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  transition: 200ms ease-in-out;
}
.swbButton::before {
  position: absolute;
  content: "";
  background-color: #34546c;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin: 1px;
  transition: 200ms ease-in-out;
}
.swbBox input:disabled + .swbButton {
  cursor: auto;
}
input:checked + .swbButton::before {
  transform: translateX(19px);
}
/* ---------------------------- */
.selectBox2 {
  display: grid;
  grid-template-columns: 60px 50px auto;
  margin: 2px 0px;
}
.affOn {
	color:crimson;
	font-weight: bolder;

}
.getPos {
  display: grid;
  /* height:20px; */
  grid-template-columns: 40px auto 40px auto;
  
}
.inptxt2 {
	/* width: 50%; */
	font-size: 14px;
	text-align: center;
	padding: 0px;
	color: #000;
	/* margin: 0px auto;01 */
	color: #000000;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #000;
}
.inptxt2:focus {
	outline: #ff8011 solid 1px;
}
.inptxt2:disabled {
	color: #3e3e3e;
	background: #a7a7a7;
}
/* ----------------------- */
.getBox {
  
  display: grid;
  grid-template-columns: 20px 60px;  
  /* height: 20px; */
  padding: 0 4px;
  font-size: 14px;
  margin: 2px auto;
  justify-content: center;
}
/*Modal *********************************************/
.presets-modal {
  /* display: block; */
  position: fixed; /*fixed;  Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}
.presets-modal .close {
  color: #aaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

.presets-modal .close:hover,
.presets-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Content/Box */
/* Modal Header */

/* Modal Body */
.presets-modal-body {
  /* padding: 2px 16px; */
  justify-content: center;
  text-align: center;
}
/* Modal Footer */
.presets-modal-header {
  display: grid;
  height: 40px;
  grid-template-columns: auto 80px;
  padding: 0 5px;
  margin: 2px auto;
}
/* Modal Footer */
.presets-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.presets-modal-content {
  position: relative;
  background-color: #2d2d2d;
  margin: 50px auto;
  padding: 0;
  border: 4px solid rgb(85, 85, 85);
  width: 60%;
  min-width: 400px;
  max-height: 700px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.3s;
  overflow-y: auto;
  /* overscroll-behavior: contain; */
}

.presets-modal h2 {
  font-size: 1.25em;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  padding: 4px 0;
}
.presets-modal .center {
  font-size: 1.5em;
  height: 2em;
  padding: 0 25px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, 
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.fbox2 {
  display: inline-block;
  max-width: 210px;
  overflow: hidden;
  color: #cccccc;
  /* font-size: 150%; */
  /*height: 235px;*/
  margin: 2px;
  border: 3px solid #999999;
  text-align: center;
  padding: 2px;
}

.fbox2 a {
  text-decoration: none;
}

.fbox2 img {
  margin: auto;
  max-width: 160px;
}

.gimg2 {
  cursor: pointer;
}

.fbox2:hover {
  border-color: #ff8011;
  cursor: pointer;
}

.desc2 {
  color: #cccccc;
  padding: 0 3px 5px 3px;
  font-size: 0.8em;
}

.fboxes2 {
  min-height: 45px;
  padding: 5px 5px 5px 5px;
  margin: 5px 0 0 0;
  text-align: center;
}
.tpleButtons2 { 
	padding: 2px 0px;
	display: grid;
	grid-template-columns: 30% 30% 40%;
	margin:auto;
}
/*Modal *********************************************/
.thmodal {
  /* display: block; */
  position: fixed; /*fixed;  Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content/Box */

/* Modal Header */
.thmodal-header {
  padding: 2px 16px;
  background-color: #2d2d2d;
  color: #cccccc;
}

/* Modal Body */
.thmodal-body {
  /* padding: 2px 16px; */
  justify-content: center;
  text-align: center;
}

/* Modal Footer */
.thmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.thmodal-content {
  position: relative;
  background-color: #2d2d2d;
  margin: 50px auto;
  padding: 0;
  border: 4px solid rgb(48, 10, 10);
  width: 40%;
  min-width: 400px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.3s;
}
.checkBox2 {
	display: grid;
	grid-template-columns: max-content max-content;
  	height: auto;
	padding: 0 4px;
	text-align: center;
	font-size: 16px;
	margin: auto;
}
.mytooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.mytooltip .mytooltiptext { 
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 3;
  bottom: 125%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 2s;
  font-size: 10px;
}

.mytooltip .mytooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
  opacity: 1;
}
.infoDiv {
  width: 100%;
  	display: grid;
	grid-template-columns: 15% 85%;   
    justify-content: center;
  /* text-align: center; */
}
.infoIcon {
  cursor: pointer;
  width:24px;
  margin:0 10px;
}
.myTextarea {
	width: 95%;
	height: 48px;
	padding: 2px 5px;
	font-size: 14px;
	box-sizing: border-box;
	border: 2px solid #000;
	border-radius: 4px;
	background-color: #f8f8f8;
	color: var(--blue-very-dark);
	text-align: left;
	/* resize: none; */
}
.myTextarea:focus {
	outline: #ff8011 solid 1px;
}
.myTextarea:disabled {
	color: #3e3e3e;
	background: #a7a7a7;
}