table, th, td {
  border:1px solid black;
  margin:15px 10px;
  
}
#spss {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 95%;
}
#spss td, #spss th {
  border: 1px solid #ddd;
  padding: 8px;
}
#spss th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #2f847c;
  color: white;
}
#spss tr:nth-child(even){background-color: #f2f2f2;}

#spss tr:hover {background-color: #ddd;}


.apt-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.apt-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 65%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.closeModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.apt-modal-header {
  padding: 2px 16px;
  background-color: red;
  color: white;
}

.apt-modal-body {
	padding: 12px 12px;
	font-size: 14px;
}

.apt-modal-footer {
  padding: 14px 14px;
  background-color: red;
  color: white;
  
}  
p:hover {   
//color: #424242;
}

/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 1.0s;
animation: animatezoom 1.0s
}

@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)} 
to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
from {transform: scale(0)} 
to {transform: scale(1)}
}
.s_page {
	position:relative;
	top:-1.3rem;
	margin-left:25px;
	line-height: 15px;
	
}

.s_page3 {
	margin:10px;
	line-height: 14px;
}
.s_page-a {
	margin-left:3px;
	
}

.space {
	position: relative;
	display: block;
	height: 67px;
	
}

.SS_buttons {
  position: absolute;
  top:26.5rem;
  display: flex;
  margin-left:2rem;
  width: 28rem;
  height:3rem;
  gap: 1rem;
  font-size:14px;
 
}

.btnDP {
position:absolute;
top:10.5rem;
background-color: #4CAF50;
font-size:14px;
left: 2.5rem;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
} 

.btnDPC {
position:absolute;
top:13rem;
left:2.5rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}

.btn1 {
position:absolute;
top:27rem;
left:1rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}

.btn2 {
position:absolute;
top:24rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}

.btn3 {
position:absolute;
top:24rem;
left: 11rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}		

.btnDP1 {
position:absolute;
top:13.5rem;
left:2.5rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}

.btnDP2 {
position:absolute;
top:10.5rem;
left:2.5rem;
background-color: #4CAF50;
font-size:14px;
color: white;
height: 20px;
padding: 0px 0px;
border: none;
cursor: pointer;
width: 90px;
margin-bottom: 0px;
opacity: 0.8;
}


.MD_buttons {
  position: relative;
  color: #454545;
  display: flex;
  margin-left:20px;
  width: 280px;
  gap: 10px;
 
}
.button-S4{
  font-size: 14px;
  vertical-align: center;
  width: 60px;
  text-align:center;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  box-sizing: border-box;
  transition: flex .4s;
}

.button-6, .button-7{
  height:30px;
  font-size: 14px;
  vertical-align: center;
  text-align:center;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  box-sizing: border-box;
  transition: flex .4s;
}


.SS_buttons button:focus-visible {
  background: none;
  clip-path: none;
  margin: 0;
  padding: 0;
}


.button-6:active {
  color: #597D35;
}

.button-7:active {
  color: #FF2400;
}
.button-5 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: .375em;
  box-shadow: none;
  box-sizing: border-box;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 3rem;
  justify-content: center;
  line-height: 1.5;
  padding: calc(.5em - 5px) .6em;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-5:active {
  border-color: #4a4a4a;
  outline: 0;
}

.button-5:focus {
  border-color: #485fc7;
  outline: 0;
}

.button-5:hover {
  border-color: #b5b5b5;
}

.button-5:focus:not(:active) {
  box-shadow: rgba(72, 95, 199, .25) 0 0 0 .125em;
}
.open-button {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
pointer-events: stroke;
font-weight: 300; 			    	   
position: relative;
top: 0px;
left: 0px;
width: 110px;
height: 28px;
font-size:14px; 
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
background-color: #555;
color: white;
}

.tl-checkbox{
position: relative;
top: -.5rem;
display: inline-block;	
text-align: left;
padding: 5px;	
width: 110px;
height: 25px;
font-size:12px; 	
}

.bl-checkbox{
position: relative;
//top: 2rem;
display: inline-block;	
text-align: left;
padding: 5px;	
width: 110px;
height: 25px;
font-size:12px; 	
}

.al-checkbox{
position: relative;
top: 2rem;
display: inline-block;	
text-align: left;
padding: 5px;	
width: 110px;
height: 25px;
font-size:12px; 	
}

.dpal-checkbox{
position: relative;
top: .5rem;
display: inline-block;	
text-align: left;
padding: 5px;	
width: 110px;
height: 25px;
font-size:12px; 	
}

.zal-checkbox{
position: relative;
top: -5px;
//left: -20px;
display: inline-block;	
text-align: left;
padding: 5px;	
width: 110px;
height: 25px;
font-size:12px; 
//border: 1px solid #848484;	
}

.dot {
  position: absolute;
  font-size:18px;
  top:2px;
  right:5px;
  color: green;
}

.cz_dot {
  position: absolute;
  font-size:18px;
  top:6px;
  right:5px;
  color: green;
}

.OB-CZSET {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
font-weight: 400;	
pointer-events: stroke; 			    	   
position: relative;
line-height: 2px;
padding: 0px;
top: -20px;
left: 80px;
width: 55px;
height: 20px;
font-size:10px; 
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
background-color: #555;
color: white;
}
.OB-NoDP {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
font-weight: 400;	
pointer-events: stroke; 			    	   
position: relative;
line-height: 2px;
padding: 0px;
top: -22px;
left: 55px;
width: 55px;
height: 20px;
font-size:10px; 
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
background-color: #555;
color: #d9d9d9;
}
.open-button1 {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
font-weight: 400;	
pointer-events: stroke; 			    	   
position: relative;
line-height: 2px;
padding: 0px;
top: -22px;
left: 55px;
width: 55px;
height: 20px;
font-size:10px; 
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
background-color: #555;
color: white;
}
.OB-Belt {

-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
pointer-events: stroke; 
font-weight: 400;			    		   
position: relative;
top: -37px;
left: 55px;
width: 55px;
height: 20px;
font-size:10px; 
text-align: center;
line-height: 2px;
display: inline-block;
cursor: pointer;
background-color: #555;
color: white;
}


.open-button2 {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
pointer-events: stroke; 			    
line-height: 4px;			   
position: relative;
top: -10px;
left: -3px;
width: 40px;
height: 23px;
font-size:10px; 
vertical-align: middle;
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: #228b22;
color: white;
}
.belt_on {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
pointer-events: stroke; 			    
line-height: 4px;			   
position: relative;
top: 0px;
left: -3px;
width: 40px;
height: 23px;
font-size:10px; 
vertical-align: middle;
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: #228b22;
color: white;
}

.belt_off {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
pointer-events: stroke; 			    
line-height: 4px;			   
position: relative;
top: 0px;
left: 2px;
width: 40px;
height: 23px;
font-size:10px; 
text-align: center;
text-decoration: none;
cursor: pointer;
background-color: #f41000;
color: white;
}

	


.open-button:active, .open-button1:active, .OB-Belt:active, .open-button2:active, .belt_on:active, .belt_off:active, .OB-CZSET:active{
               -webkit-transform:scale(.95); /* Safari and Chrome */
               -moz-transform:scale(.95); /* Firefox */
               -ms-transform:scale(.95); /* IE 9 */
               -o-transform:scale(.95); /* Opera */
               transform:scale(.95);
               background-color: #808080;
              }	


/* The popup form - hidden by default */
.form-popup {
font-size:14px;
line-height:1rem;
text-align: center;
padding:1rem;
display: none;
background-color: white;
padding-top: 1rem;
position: relative;
top: -5rem;
left: -2.9rem;
height: 19rem;
max-width: 20.5rem;
min-width: 20.5rem;
border: 3px solid #000036   ;
border-radius: .5rem;
z-index: 1;
}

.form-popupBS{
font-size:14px; 
display: none;
height: 223px;
max-width: 205px;
min-width: 205px;
top: -30px;
background-color: white;
padding-top: 10px;
position: relative;
left: -23px;
border: 3px solid #000036;
border-radius: .5rem;
z-index: 1;
}

.form-popupCZ {
font-size:14px;
line-height:1rem;
display: none;
background-color: white;
padding-top: 1rem;
position: relative;
top: -5rem;
left: -4rem;
height: 18.5rem;
max-width: 20.5rem;
min-width: 20.5rem;
border: 3px solid #000036;
border-radius: .5rem;
z-index: 1;
}
.form-popupDP{
font-size:14px; 
display: none;
max-width: 150px;
min-width: 150px;
height: 170px;
top: -30px;
background-color: white;
padding-top: 10px;
position: relative;
left: 55px;
border: 3px solid #000036;
border-radius: .5rem;
z-index: 5;
}

.form-sdInfo {
display: none;
background-color: white;
line-height: 12px;
position: absolute;
top: 20px;
left: -13.5rem;
height: 30.5rem;
max-width: 27rem;
min-width: 27rem;
border: 3px solid #d14d4d;
z-index: 9;
}

.form-settings {
display: none;
background-color: white;
line-height: 12px;
position: absolute;
top: 20px;
left: -18rem;
height: 31.5rem;
max-width: 38rem;
min-width: 38rem;
border: 3px solid #191970;
z-index: 5;
}

/* Add styles to the form container */
.form-container {
margin: 20px 0px 0px 0px;
height: 170px;
padding: 10px;
text-align: center;
}

.inText{
color: blue;
}

input[type=text]{
font-size: 10px;
width: 100px;
height: 20px;
border-radius: 0;
}

input[type=number]{
color: black;
font-size: 10px;
width: 90px;
height: 25px;
border-radius: 0;
border: 1px solid #636363;
cursor: default;

}

input[type=number].DPspv{
position:relative;
top: -.3rem;
color: black;
font-size: 1.4rem;
border: 1px solid #636363;
width: 7rem;
padding-left:.5rem;
border-radius: 0;
cursor: default;
height: 3rem;
line-height: 2.0rem; 
}

input[type=number].zoneSP{
position:relative;
top: -.3rem;
color: black;
font-size: 1.4rem;
border: 1px solid #636363;
width: 7rem;
padding-left:.5rem;
border-radius: 0;
cursor: default;
height: 3rem;
line-height: 2.0rem;
  
}

input[type=number].zoneSP::-webkit-inner-spin-button {
  position: relative;
  height: 2rem; 
  width: 1rem;  
}

input[type=number].aset{
color: black;
font-size: 14px;
align-items: center;
width: 6rem;
height: 3rem;
border-radius: 0;
cursor: default;

}

input[type=number].cz1spa, [type=number].cz2spa, [type=number].cz3spa, [type=number].cz4spa, [type=number].cz1spb, [type=number].cz2spb, [type=number].cz3spb, [type=number].cz4spb{
color: black;
border: 1px solid #636363;
font-size: 1.4rem;
padding-left:.5rem;
width: 5rem;
border-radius: 0;
cursor: default;
height: 3rem;
line-height: 2.0rem;
}

input[type=number].DLTime{
color: black;
border: 1px solid #636363;
font-size: 1.4rem;
padding-left:.5rem;
width: 5rem;
height: 3rem;
border-radius: 0;
line-height: 2.0rem;		
}

.form-container input[type=text] {
-webkit-appearance:none;
-webkit-border-radius:0px;
border-radius: 0;
width: 40px;
height: 15px;
padding: 5px;
margin: 15px 0 2px 0;
border: none;
background: #f1f1f1;
}

.form-container input[type=text]:focus {
background-color: #ddd;
-webkit-appearance:none;
-webkit-border-radius:0px;
border-radius: 0;
outline: none;
}

.redtext{
color: #D3D3D3;
font-weight: 400;
cursor: default;
}

.blacktext{
line-height: 10px;
color: black;
}

.outtext{
line-height: 25px;	
color: #424242;
cursor: default;
}

.blank{
line-height: 5px;	
color: #424242;
cursor: default;
}

.bluetext{
color: blue;
}

.greentext{
color: green;
}

.btnBelt{	
background-color:  #006400;
position:relative;
top: 1.5rem;
font-size:14px;
color: white;
height: 22px;
padding: 0px 0px;
border: 1px, black;
cursor: pointer;
width: 60px;
margin-bottom: 0px;
opacity: 0.8;
}

.btnZ{	
background-color:  #006400;
position:relative;
top: .5rem;
font-size:14px;
color: white;
height: 22px;
padding: 0px 0px;
border: 1px, black;
cursor: pointer;
width: 60px;
margin-bottom: 0px;
opacity: 0.8;
}

.btnCZ{	
position:relative;
top: 3rem;
background-color:  #006400;
line-height: 0px;
font-size:14px;
color: white;
height: 22px;
padding: 0px 0px;
border: 1px, black;
cursor: pointer;
width: 60px;
margin-bottom: 0px;
opacity: 0.8;
}

.btnZ:active, .btnCZ:active, .btn1:active, .btn2:active, .btn3:active {
-webkit-transform:scale(.95); /* Safari and Chrome */
-moz-transform:scale(.95); /* Firefox */
-ms-transform:scale(.95); /* IE 9 */
-o-transform:scale(.95); /* Opera */
transform:scale(.95);
background-color: #808080;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}

input[type=radio] { 
  bottom: 2px; 
} 

h1_A{
font-size: 70%;
}

h1_B{
font-size: 80%;
//color: blue;
}

h1_zone{
font-size: 110%;
font-weight: 300;
//color: blue;
}

h1_c{
text-align: center;
font-size: 95%;
line-height: 30px;
color: #d10000;
}

h1_d{
position:relative;
top:-.5rem;
font-size: 120%;
font-weight: 300;
line-height: 25px;
color: black;
}

p_info{
line-height: 14px;
}

p_info1{
padding-left: 1em;
line-height: 14px;
font-size: 75%;
color: #3d3d3d;
}

/* Add a red background color to the cancel button */
.cancel {
  font-size:14px;
  background-color: #8b0000;
}
/* Add some hover effects to buttons */
.form-container .btn1:hover, .btn2:hover, , .btn3:hover, .open-button:hover, .cancel:hover, .btnZ:hover, .btnCZ:hover, .btnC:hover, .belt_on:hover, .belt_off:hover{
  opacity: 1;
}

#M_box {
position: relative;
top: 0px;
border: 2px solid #73AD21;
background-color: #F2F2F2;
margin: 10px;
border: 1px solid darkgrey;
padding: 0px 40px 0 40px;
width: 600px;
height: 60%;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

#IO_box {
position: relative;
top: 0px;
background-color: #00dbdb;
background: -webkit-gradient(linear, 0 0, 80% 100%, from(#F0FFFF), to(#008080));
background: -moz-linear-gradient(top, #F0FFFF, #00dbdb);           
margin: 10px;
border: 1px solid darkgrey;
padding: 0px 40px 0 40px;
width: 300px;
height: 260px;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
#machine_info{ 
position: relative;
margin-right: 15px; 
text-align: left;
top: 0px;         
left: 0px; 
//width:35%; 
line-height: 6px;
}
#machine_info1{           
position: absolute;
line-height: 4px;
left: 500;
top: -25px;
text-align: left;
margin: 5px;
width: 260;
height: 1px;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

.btn {
width:   auto;
height:80%;
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
font-size: 20px;
padding: 20px 20px 20px 20px;
text-decoration: none;
}

.INPUT_BOX {
position: Relative;
display: inline-block;
width:   583px;
height: 250px;
border: 2px solid #73AD21;
background-color: #00dbdb;
left:   10px;
right:  10px;
margin: 10px;
}

.BUTTON_BOX {
position: Relative;
display: inline-block;
width:   185px;
height: 5px;
align-items: center;
justify-content: center;   
}

.flex-container {             
position: Relative;
top: -45px;
flex-direction: row;
//flex-wrap: wrap; 
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
 min-height: 140px;              
}
.flex-container1 {
position: Relative; 
top: -45px;       
//flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
height: auto;
width: auto;
}

 @media screen and (max-width: 610px){
	.flex-container, .flex-containerB, .flex-container1{
		flex-direction: column;
		
	}	
}
.flex-containerB {
position: Relative; 
top: -35px;     
flex-wrap: wrap;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
min-height: 40px;
//min-width: 150px;

} 
 
 .flex-container2 {
position: static;
top: 50px;
height: 50px;
width: 200px;
flex-wrap: wrap;
padding: 2px;
margin: 0;
list-style: none;
display: inline-block;
align-items: top;

}
.flex-container3 {
position: Relative;
top: -25px;           
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
height: auto;
width: auto;
}

 .System_Messages {
position: Relative;
top: -15px;
flex-wrap: wrap;
margin: 0;
list-style: none;
display: flex;
justify-content: center;
}

.PVD {
position: Relative;
background-color: Black;
border: 2px solid #848484;
padding: 13px;
width: 140px;
height: 65px;
display: inline-block;
line-height: 15px;
color: black;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ACCD {
position: Relative;
right:-10px;
top:-2px;
background-color: Black;
border: 2px solid #848484;
padding: 8px;
width: 90px;
height: 45px;
line-height: 8px;
color: black;
text-align: left;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ALD {
position: Relative;
top: -5px;
left:125px;
width: 40px;
height: 0px;
//display: inline-block;
line-height: 0px;
color: #8b0000;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ALDDP {
position: Relative;
top: 2px;
left:133px;
width: 40px;
height: 0px;
line-height: 0px;
color: #8b0000;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ALDB {
position: Relative;
top: 2px;
left:133px;
width: 40px;
height: 0px;
line-height: 0px;
color: #8b0000;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.C_ALD {
position: Relative;
top: 0px;
left: 145px;
width: 0px;
height: 0px;
line-height: 0px;
color: #8b0000;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.C_ALD2 {
position: Relative;
top: 0px;
left: -2px;
width: 0px;
height: 0px;
//display: inline-block;
line-height: 0px;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ALDE1 {
position: Relative;
top: -5px;
left: -10px;
width: 20px;
height: 0px;
//display: inline-block;
line-height: 0px;
color: #000000;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

.ALMBDP {
position: Relative;
top: 2px;
left: -4px;
width: 20px;
height: 0px;
line-height: 0px;
color: black;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.ALD2 {
position: Relative;
top: 15px;
left: 0px;
width: 40px;
height: 1px;
display: inline-block;
line-height: 1px;
color: red;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
.COOLD {
position: Relative;
right:-10px;
background-color: Black;
border: 2px solid #848484;
padding: 6px;
width: 90px;
height: 55px;
line-height: 1px;
color: black;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

.CZD {
position: Relative;
top:-.3rem;
background-color: White;
width: 18rem;
height: 5rem;
line-height: .8rem;
align-items: center;
text-align: right;
-webkit-appearance:none;
-webkit-border-radius:0px;
}
#DEWPT {
border: 2px solid #848484;
padding: 8px;
width: 180;
height: 92px;
margin-bottom: 5px;
//display: inline-block;
line-height: 15px;
color: black;
font-weight: bold;
font-size:10px;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

#BELT {
border: 2px solid #848484;
padding: 8px;
max-width: 180px;
min-width: 180px;
height: 92px;
margin-bottom: 5px;
display: inline-block;
line-height: 15px;
color: black;
font-weight: bold;
font-size:10px;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}

#COOLER1, #COOLER2, #COOLER3, #COOLER4{
border: 2px solid #848484;
padding: 8px;
max-width: 180px;
min-width: 180px;
height: 100px;
margin: 5px;
display: inline-block;
line-height: 10px;
color: black;
font-weight: bold;
font-size:10px;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
}


#INPUT1, #INPUT2, #INPUT3, #INPUT4, #INPUT5{
border: 2px solid #848484;
padding: 15px;
max-width: 180px;
min-width: 180px;
height: 190px;
margin: 5px;
display: inline-block;
line-height: 15px;
color: black;
font-weight: bold;
font-size:15px;
text-align: center;
-webkit-appearance:none;
-webkit-border-radius:0px;
 }
 
#INPUT6{
border: none;
max-width: 180px;
min-width: 180px;
height: 190px;
margin: 5px;
display: inline-block;

-webkit-appearance:none;
-webkit-border-radius:0px;
 }
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#a1Info {
  display: flex;
  position: absolute;    
  z-index: 4;
  text-align: left;
  
}

#a-set {
  display: flex;
  position: absolute;    
  z-index: 4;
  text-align: left;
  
}

#a1header { 
  height:10px; 
  cursor: move; 
  background-color: red;
}
#admin-set { 
  height:10px; 
  cursor: move; 
  background-color: #191970;
  
}
ins{
text-align: left;
padding-left: 1rem;	
}
ins_15{
text-align: left;
padding-left: 1.5rem;	
}
ind_e{
text-align: left;
color:red;
}

ind{
text-align: left;
padding-left: 1em;
}


ind1{
text-align: left;
padding-left: 3.5rem;
}
ind2{
text-align: left;
padding-left: 11px;
}
ind3{
text-align: left;
padding-left: 10px;
}

gap{
display:block;
height:4px;
width:10px;
text-align: left;

}
gapa2{
display:block;
height:3px;
width:10px;
text-align: left;

}
gap1{
display:block;
height:26px;
width:10px;
text-align: left;

}
gap1b{
display:block;
height:0px;
width:10px;
text-align: left;

}
gap1a{
display:block;
height:8px;
width:10px;
text-align: left;

}	

gap1e{
display:block;
height:6px;
width:10px;
text-align: left;

}	
	
gap106{
display:block;
height:7.58em;
width:10px;
text-align: left;
}

gap3{
display:block;
height:32px;
width:10px;
text-align: left;
}		
gap3a{
display:block;
height:33px;
width:10px;
text-align: left;
}

gap3b{
display:block;
height:17px;
width:10px;
text-align: left;
}
				
gap4{
display:block;
height:34px;
width:10px;
text-align: left;
}		

bl_1{
text-align: left;
margin-left: 12px;	
}
bl_2{
text-align: left;
margin-left: 22px;	
}
bl_3{
text-align: left;
margin-left: 21px;	
}
.button {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;	   
width:  125px;
font-size:15px; 
height:50px;
background-color: #E6E6E6;              
color: #2B1B17;
margin: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
 }
 
.button-timer {
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;   
position: relative;
top: 0px;
left: 0px;
width: 110px;
height: 40px;
font-size:11px; 
background-color: #E6E6E6;              
color: #2B1B17
padding: 0px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
 } 
 
.button_blank {  
width:  125px;
font-size:15px; 
height:15px;
text-decoration: none;
display: inline-block;

 } 
 
.button:hover {             
color: #565051;
}

.button:active,  .button-timer:active{
-webkit-transform:scale(.95); /* Safari and Chrome */
-moz-transform:scale(.95); /* Firefox */
-ms-transform:scale(.95); /* IE 9 */
-o-transform:scale(.95); /* Opera */
transform:scale(.95);
outline: none;
background-color: #BDBDBD;
}	

.analog{
color: blue;
font-size: 17px;
}

.flex-mess {              
  flex-wrap: wrap;  
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  height: auto;
  width: auto;

 }

.emess{
color: red;
font-size: 17px;
}

.emess1{
color: black;
font-size: 17px;
}
.emess2{
color: red;
font-size: 17px;
}		
.s1, .s2, .s3, .s4, .s5, .t1{
color: white;
font-size: 28px;

}
.a1, .a2{
color: #8b0000;
text-align: top;
font-size: 12px;
cursor: pointer;
}
.d1{
color: #8b0000;	
cursor: pointer;	
}
.Ca1, .Ca2{
color: #8b0000;
text-align: top;
font-size: 10px;
cursor: pointer;
}
.m1, .m2{
color: black;
font-weight:525;
text-align: top;
font-size: 12px;

}
.System_Time{
position: Relative;
top: -20px;
flex-wrap: wrap;
width: 650px;
margin: 0px;
line-height: 2rem;
padding-left:10px;
list-style: none;
display: flex;
justify-content: left;
color:  #6A6A6A;
}

.dld{
position: relative;
top: -2px;
font-size:18px;	
	
}

.time{
padding-left:8px;	
color:  #6A6A6A;
font-weight: 300;
font-size: 14px;
}

.dash_button{
position: absolute;
top: 0px;
left: 195px;
width:auto;
flex-wrap: wrap;
margin: 0px;
padding-left:10px;
list-style: none;
display: inline-flex;
justify-content: left;
}

.s1a, .pv, .pv-1, .pv-2, .pv-3, .pv-4, .pv-5, .pv-6, .s2a, .s3a, .t1{
color: white;
font-weight: 500;
font-size: 24px;
cursor: default;
}
.dp-1, .bsi-1, .bsi-2{
color: white;
font-size: 14px;
cursor: default;
}
.bsi, .dp{
font-weight: 400;	
color: white;
font-size: 12px;
cursor: default;	
}
.bsSP, .dpSP{
color: #D3D3D3;
font-weight: 400;
font-size: 12px;
cursor: default;	
}

.dpPV{
color: white;
font-weight: 600;
text-align: center;
font-size: 10px;
cursor: default;	
}
.cinfo{
color: black;
font-size: 12px;
cursor: default;	
}
.dinfo{
color: black;
font-size: 14px;	
}

.NoDP{
color: #818181;
font-size: 14px;	
}

.pz, .z2, .z3, .t1{
cursor: default;
color: black;
font-size: 20px;

}

.czSP{
color: #D3D3D3;
font-weight: 400;
font-size: 10px;
text-align: left;
cursor: default;
	
}
.c1sp1,.c2sp1,.c3sp1{
font-weight: 600;	
	
}
.c1sp2,.c2sp2,.c3sp2{
margin-left:3px;	
font-weight: 600;	
}

.cz-1,.cz-2,.cz-3{
font-weight: 400;	
	
}

.czPV1, .czPV2, .czPV3, .czPV4{
color: white;
font-weight: 400; 
font-size: 16px;
line-height: 15px;
cursor: default;	
}
.test{
color: black;
line-height: 2px;
font-size: 10px;	
}









#protectedContent { 
    display: none; 
    margin-top: 10px; 
    padding: 10px; 
    background: #f9f9f9; 
}

//body { width: 100%; height: 100%; margin: 0px; padding: 0px; }

.stop-scroll {
      margin: 0;
      height: 100%;
      overflow: hidden;
}
	
.rtm-login {
  display: none;
  position: fixed; 
  z-index: 99; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: none; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.rtm-login-content {
  position: relative;
  background-color: #fefefe;
  margin:auto;
  max-width:400px;
  min-width:400px;
  height:155px;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.5s
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.closeLogin {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeLogin:hover,
.closeLogin:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rtm-login-header {
  padding: 2px 16px;
  //max-height: 60px;
  background-color: #4682b4;
  color: white;
}

.rtm-login-body {
	padding: 12px 12px;
	font-size: 16px;	
}

.rtm-login-footer {
  position:relative;
  top:-60px;
  padding: 14px 14px;
  background-color: #4682b4;
  color: white;
  
} 

#footer {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 0;
    height: 20px;
    
    text-align: left;
}

@media (max-height: 810px) {
    #footer {
        display: none;
    }
}
@media (max-width: 620px) {
    #footer {
        display: none;
    }
}

.LI_buttons {
  position: relative;
  color: #454545;
  display: flex;
  margin-left:20px;
  width: 320px;
  gap: 10px;
  justify-content: center;
  vertical-align: center;
} 

.button-li:active {
  color: #597D35;
}

.button-li{
  font-size: 14px;
  vertical-align: center;
  height:25px;
  width: auto;
  text-align:center;
  cursor: pointer;
  box-sizing: border-box;
  transition: flex .4s;
}

input[type=text-rtm], select {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height:12px;
  font-size:16px;
  padding-left:3px;
}

 #LOGIN {
    position:relative;
    left:20px;
	min-width: 85px;
	max-width: 85px;
    //height: 50px;
    margin: 10px;
    display: inline-block;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
 }
 
 #LI-INPUT {
    position:relative;
	top:-60px;
	left:80px;
    min-width: 180px;
	max-width: 180px;
    height: 40px;
    display: inline-block;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
 }
 
 #LI-OUTPUT {
    position:relative;
	top:-55px;
	left:-20px;
    min-width: 350px;
	max-width: 350px;
    //height: 20px;
	text-align:center;
    display: inline-block;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
 }
 

div {
    max-width: 100%;
}

















