
        
        [draggable=true] {
            cursor: move;
        }
        .inputwhite{
             background: none;
                    border-style: solid;
                    border-color:gray;
                    color: white;
                    font-size: 11px;
        }
        input{
            background: none;
            border-style: solid;
            border-color:gray;
            color: black;
            font-size: 11px;
        }

		a { color: #0066CC; text-decoration: none; }
		a:hover { color: #CC0000; text-decoration: underline; }
        #infos {
            margin-top:520px;
            color: black ;
        }
        #nonio{
            border: solid;
            border-width: 0px;
            border-color: white;  
            position: absolute;
            margin: 0px;
            top:0;
            z-index: 5;
            left: 80px;
        }
        
        #nonioDivZoomed{
            position: absolute;
            margin: 0px;
            z-index: 100;
            left: 100px;
        }
        
        #paquimetroZoomed{
        
           
            background-color: transparent;
            position:absolute;
            z-index: 700;
            top:50px;
           
            display: none;
        }
        
       
        
        #bgLupa{
            border: solid;
            margin-left:-10;
            margin-top:-10;
            border-width: 0px;
            border-color: white;   
            width: 500px;
            height: 500px;
            -webkit-clip-path:  circle(175px at 160px 170px);
            background-color: black;
            position:absolute;
            z-index: 679;
            display: none;
        }
        
        #paqDivZoomed{
            position:absolute;
            z-index: 55;
            top:-250px;
            left:20px;
            z-index: 52;
            
        }
        
        #divCalcMedia{
            top:140px;
            left:50px;
            position: absolute;
            display:none;
        }
        

         #tabelaMedidas{
            margin-top:0px;
            
            border-width:1px;
            border-color:#FFF;
            border-style: solid;
            width:160px;
            color: #000;
            font-size: 11px;
            text-align: center;
            border-radius: 2px;
            
        }

        #tabelaMedidas .tdheader{ background-color: red; color: white; height:20px; vertical-align: middle;}

        #tabelaMedidas td{ background-color: #eee; }

        td{ height: 20px; clear:both;}

        #medidas{
            
            position: absolute;
            margin-top:15px;
            top: 50px;
            left: 520px;
            width: 173px;
            height: 375px;
            overflow-y: auto;
            overflow-x: hidden;
            position: absolute;
            color: white;
            top:20px;
            
        }

        #divFields{
            position: absolute;
            left: 40px;
            top:410px;
            z-index: 800;
            color: white;
            display: none;
        }
        
        #nonioDivZoomed{
            position:absolute;
            z-index: 55;
            top:-250px;
            left:92px;
            z-index: 53;
            
            
        }
       
        
        
        #paquimetro{
            position:absolute;
            margin: 0;
            top:10px;
            z-index: 10;
            background: transparent;
            transform:scaleX(0.3,0.3);
            border: solid;
            border-width: 0px;
            border-color: white;   
            
        }
        
        
        
        #main{
            display: none;
            position: absolute;
            margin: auto;
            width: 690px;
            height: 510px;
            border: 0px;
            border-style: solid;
            border-color: black; 
            z-index:1;
        }
       
        #bar{
            width: 283px;
            height: 20px;
            
            
        }
        
      
        #divCoins{
            top:150px;
            left:  80px;
            border: solid;
            border-width: 0px;
            border-color: black;   
            position:relative;
            width: 383px;    
            height: 20px;
               
        }
        
       


        .coinBtn{
           cursor:pointer;
            padding: 10px; 
            width: 12%;
        }


        #coinBig{ 
            width: 90px;
            height: 90px;
           
            display: none;
            opacity: 0;
            margin: 0; 
            left:200px; 
            top:200px;
            position: absolute;
            z-index:10;
        }
      
        #divCoinZoomed{
            background-color: transparent;
            border-width:0px;
            border-color:#000;
            border-style: solid;
            margin-top:130px;
            margin-left:235px;
            width: 120px;
            height: 120px;
        }

        #coinZoomed{
            
            width:120px;
            height:120px;
        }
       
        #term{
            position: absolute;
            z-index: 6;
            margin-top: 115px;
            margin-left: 480px;
        } 
        
    
        #medias{
            display:none;
            text-align: center;
            width: 250px;
            position: absolute;
            z-index: 900;
            
            
        }
        
       

        
        #lupaDiv{
            position: absolute;
            z-index: 680;
            border: solid;
            border-width: 0px;
            border-color: black;   
            width: 430px;
            height: 430px;
        }

        .clip-circle {
         
          clip-path: circle(102px at 85px 400px);
          background-clip: #FFF;
          background:  rgba(0,0,0,1);
          
        }
        
        #coords{
            color: white;
        }
        
     