 * {
      touch-action: manipulation;
  }
body {
	background-color: #252;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
}  
#mainTool {
	background-color: rgba(20,80,20,0.8);
	min-width: 280px;
	max-width: 1024px;
	border-radius: 5px;
	font-family: 'Arial';
	text-shadow: 0.05em 0.05em #000000;	
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}     
label{
	color: white;
	font-size: small;
    height: 25px;
    padding-top: 2px;
	font-family: 'Arial';
}
input{
	background-color: transparent;
	border: none;
	color: white;
	font-weight: bold;
	font-size: large;
	text-align: right; 
    height: 20px;
	text-shadow: 0.05em 0.05em #000000;
	font-family: 'Arial';
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {  
	display: none;
}
button{
	background-color: rgba(20,80,20,0.7);
	color: #ec7;
	font-weight: bold;
	font-size: large;
	width: 100%;
	margin: auto;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ec7;
	text-shadow: 0.05em 0.05em #000000;
	font-family: 'Arial';
	touch-action: manipulation;
}

.buttonInvert{
	background-color: #ec7;
	color: #151;
	border-color: #151;
}

.gridup {
  width: 47%;
  float: right;
  display: grid;
  padding-top: 5px;
  margin-right:0.5%;
  grid:
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	". . ." 10%
	/ 30% 30% 40%;
  gap: 0%;
}
.griddown {
  width: 98%;
  float: right;
  display: grid;
  padding-bottom: 5px;
  grid:
	". ." 25%
	". ." 25%
	". ." 25%
	". ." 25%
	/ 50% 50%;
  gap: 0%;
}

.dropdown {
	 position: relative;
	 display: inline-block;
	 border-radius: 0px;
	 color: transparent;
}
.dropText {
	 display: none;
	 position: absolute;
	 background-color: rgba(20,80,20,0.7);
	 border-radius: 2%;
	 color: transparent;
	 z-index: 10;
	 width:190px;
	 left: 8px;

}
.dropText a {
	display: inline-block;	
	color: transparent;	
}
.dropdown:hover .dropText {
	display: block;
}
.plusbtn{
	height: 18px;
	font-size: 0.5em;
	width: 45%;
	max-width: 30px;
	border-radius: 5px;
	border: 1px solid #ec7;
	text-shadow: 0.05em 0.05em #000000;
	font-family: 'Arial';
}
.clbl{
    font-size: xx-small;
}
.cdiv{
    height:20%;
}
.tooldiv{
	width: 38%;
	height: 35px;
	float:left;
	margin-bottom:2px;
}
#balldiv{
	margin-top:5px;
}
.ballBtn{
	width: 40px;
	height: 40px;
	font-size: small;
	border-radius: 50%;
	background-image: url(../img/ball.png);
	background-size: contain;
	text-shadow: 0.1em 0.1em #000000;
	filter: opacity(20%);
	border-color:gray;
	color:gray
}
#p10btn{
	color: yellow;
	border-color: yellow;
	filter: opacity(100%);
}
#p11btn{
	color: orange;
	border-color: orange;
	filter: opacity(50%);
}
#p12btn{
	color: orchid;
	border-color: orchid;
	filter: opacity(50%);
}
#d1btn{
	color: #5f5;
	border-color: #5f5;
    filter: opacity(50%);
}
#title{
	text-align: center;
	width: 24%;
	height: 35px;
	float:left;
}
#install_button{
	float: left;
	height: 40px;
	width: 60px;
	font-size: small;
}

#mode{
	font-size: medium;
	margin: auto;
	float: none;
	height: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#tutorial{
	height: 40px;
	width: 35px;
    border-radius: 5px;
	font-size: x-large;
    float: right;
	box-sizing: border-box;
	margin-right:2px;
}
#reset{
	width: 65px;
	height: 40px;
    border-radius: 5px;
	font-size: x-large;
    float: left;
	box-sizing: border-box;
	margin-right:2px;

}

@supports (-webkit-touch-callout: none) {
	#install_button{
		padding-left: 5px;
	}
	#reset,#tutorial{
		padding-left: 10px;
	}
	#p10btn,#p11btn,#p12btn,#resetinputs{
		padding-left: 5px;
	}
}


#discord, #youtube{
	width: 35px;
	height: 35px;
	float: right;
	margin-right:2px;
}

#mainInput{
	height: 355px;
	background-color: rgba(60,100,60,0.8);
	border-radius: 5px;
}

#rightBottom{
	float: left; 
	width: 50%;
}
#mainOutput{
  margin-bottom: 5px;
  height: 115px;
  background-color: rgba(60,100,60,0.8);
  border-radius: 5px;
  border: 3px solid yellow;
}

#pinboost,#inputs,#results{
	color: #ec7;
	font-size: medium;
	font-weight: bold;
}

#resetpins,#resetinputs{
	height: 24px;
	border-radius: 5px;
	font-size: small;
	box-sizing: border-box;
	float: right;
	text-align:left;
}

#slider {
	width: 85%;
	height: 15px;
	margin-left:10px;
	margin-bottom:10px;
}
#slider2{
	width: 90%;
	position: absolute;
	top: 82%;
	right:0;
	padding-right:5px;
}

input[type=range] {
  height: 32px;
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #666;
  background: #666;
  border-radius: 3px;
  border: 0px solid #000000;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #666;
}
input[type=range]::-webkit-slider-thumb, input[type=range]::-ms-thumb,input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #ec7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

#topleft{
	width: 52%;
	float:left;
}

#clockdiv{
	width: 33%;
	float: left;
	height: 33%;
}
#clock{
	float: right;
	position: relative;
	width: 62px;
	height: 62px;
	left: 4px;
	background-image: url(../img/clock.jpg?v=1);
	background-size: contain;
	border-radius: 50%;
}
#tick{
	content: '';
	position: absolute;
    top: 7.5px;
	left: 16px;
	width: 30px;
	height: 37.5px;
    background-color: black;
    clip-path: polygon(50% 0, 0 100%, 50% 95%, 100% 100%);
	touch-action: none;
}
#rotate{
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
}
#arrow{
	content: '';
	position: absolute;
	top: 9px;
	left: 14px;
	width: 34px;
	height: 37.5px;
	background-image: url(../img/arrow.png?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	touch-action: none;

}
#clubTool{
	width:62%;
	max-width: 200px;
	float:right;
	background-color: rgba(60,100,60,0.8);
	border-radius: 5px;
}
#clubselector {
	float:right;
	width:55%;
}
#dropbtn {
	background-image: url(../img/20.jpg?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: small;
	color: #000;
	font-weight: bold;
	text-shadow: 0.07em 0.07em #FFF;
	text-indent:80%;
	text-align: right;
	line-height: 65px;
	cursor: pointer;
	border: none;
	height: 41px;
	width: 65px;
}
#maxBtn{
	height: 30px;
	font-size: x-small;
	width: 50px;
	border-radius: 5px;
	border: 1px solid #ec7;
	text-shadow: 0.05em 0.05em #000000;
	font-family: 'Arial';
	float:right;
	
}


#svinfo{
	width: 33%;
	float:left;
	max-width: 50px;
	margin-left:10px;
}
#SV,#ACC1{
	color: #ec7;
	font-weight: bold;
	font-size: x-small;
	float:left;
	width: 60%;
}
#SVLabel,#ACCLabel{
	color: white;
	font-size: x-small;
	float:left;
	width: 40%;
}


#alert{
	background-color: rgba(128,0,0,0.7);
	color: red;
	font-size: medium;
	width: 50%;
	height: 20px;
	border: none;
}

#cchart{
	background-color: rgba(20,80,20,0.8);
	width: 50%;
	height: 220px;
	float: left;
	border-radius: 5px;
	border: 1px solid #ec7;
    padding-right: 1px;
	margin-bottom: 1%;
	position: relative;
}
#avatar {
	border-radius: 12%;
	border: 2px solid #ec7;
	cursor: move;
	height: 28px;
	width: 28px;
	top: 48px;
	left: 20px;
	position: relative;
	z-index: 9;
}
#avatar2 {
	background-color: transparent;
	border-radius: 12%;
	border: 2px dashed  rgba(20,50,20,0.8);
	height: 28px;
	width: 28px;
	top: 43px;
	left: 20px;
	position: relative;
}
#avatar3 {
	background-color: transparent;
	border-radius: 12%;
	border: 2px dashed  rgba(20,50,20,0.8);
	height: 28px;
	width: 28px;
	top: 41px;
	left: 20px;
	position: relative;
}
#targetCntr{
	margin-top: 5px;
    float:left; 
    width: 35%;
}
#shottarget {
	background-color: transparent;
	border: 2px solid white;
	border-radius: 50%;
	height: 73px;
	width: 73px;
	touch-action: none;	
    margin: auto;
}
#ccdata{
	float: right;
	width: 55%;
    height: 75%;
	padding-left: 2px;	
	background-color: rgba(60,100,60,0.7);
	border-radius: 5px;
}
#chipmult,#windspeed2,#chpull,#winddir2{
	width: 50%;
	font-size: small;
	text-align: right; 
    float: right;  
}   
#chiplbl{
	color: #ec7;
	font-size: small;
	font-weight: bold;
}
#chipbtn{
	background-image: url(../img/39.jpg?v=1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 55px;
	height: 32px;
	float:right;
	border: none;
	color: #000;
	font-size: x-small;
	font-weight: bold;
	text-shadow: 0.05em 0.05em #FFF;
	text-indent: 85%;
	text-align: right;
	line-height:50px;
}


#cmBtn{
	height: 32px;
	font-size: 4.5pt;
	width: 50px;
	max-width: 50px;
	border-radius: 5px;
	border: 1px solid #ec7;
	text-shadow: 0.05em 0.05em #000000;
	font-family: 'Arial';
	margin-left:5px;
	float:right;
}

#svrol,#SVRO{
	color: cyan;
}

#pl{
	color: yellow;
	font-size:large;
	font-weight: bold;
}
#pull{
	border: 2px solid yellow;
	color: yellow;
	border-radius: 5px;
	background-color: rgba(20,80,20,0.7);
}
#chpull{
	border: 1px solid yellow;
	border-radius: 5px;
}

#rollout{
	font-size: medium;
}
#rol,#rollout,#pl,#pull,#fl,#flat,#svrol,#SVRO{
	touch-action: none;
}

#fl,#flat,#svrol,#SVRO{
	font-size: x-small;
}  

#elbtn,#mphbtn, #wfbtn,#rtpbtn,#rfmbtn,#svbtn{
	padding-left:2px;
}

#elevationchart,#rtpl,#svl,#rfml{
	height: 20px;
	width: 40px;
	font-size: small;
	font-weight: normal;
	color: white;
	padding-left: 5px;
	margin-top:2px;
	margin-left:0px;
}
#hiddenheader{
	opacity: 10%;
	height: 1px;
	font-size: x-small;
}
#echart{
	height: 100%;
	width:100%;
	top: 0;
	position:absolute;
	background-image: url(../img/eChart.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
    background-color: #151;
	display: none;
	border-radius: 5px;
	border: 3px solid #ec7;
    z-index: 10;
}
#ecbtn{
	position:absolute;
	width: 90px;
	height: 35px;
	background-color: #252;
	top:5px;
}
#dvcbtn{
	position:absolute;
	width: 90px;
	height: 35px;
	background-color: #252;
	top:45px;
}
#numpad{
	display:grid;
	border-radius: 5px;
	width: 47%;
	float: right;
	height: 220px;
	grid:
	". . ." 18%
	". . ." 18%
	". . ." 18%
	". . ." 18%
	". . ." 18%
	/ 32% 32% 32%;
  gap: 1%;
}
#iOSModal{
	 position: absolute; 
	 z-index: 11; 
	 color: #ec7; 
	 background-color: #151; 
	 top: 0px; 
	 left: 0px; 
	 width: 100%; 
	 height: 125%;	
}

#pwa1{
	background-image: url(../img/pwa1.jpg); 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	width:200px; 
	height:120px;
}
#pwa2{
	background-image: url(../img/pwa2.jpg); 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	width:210px; 
	height:190px;
}
#pwa3{
	background-image: url(../img/pwa3.jpg); 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	width:210px; 
	height:100px;
}
