/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2013, 11:28:30 PM
    Author     : Alec Simpson
*/


.userinputs {
    font-size: 12px;
    font-family: helvetica;
    width: 100px;
    height: 15px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
}
.userinput {
    font-size: 12px;
    font-family: helvetica;
    width: 85px;
    height: 15px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
    border: 2px solid #999999;
    border-radius: 5px;
    padding-left: 5px;
}
.userinput:hover{
    border-color: #0074C8;
    box-shadow: 0 0 8px #0074C8;
}
.userinput:focus{
    outline: none;

}
.calcinputs{
    font-size: 12px;
    font-family: helvetica;
    width: 85px;
    height: 15px;
    background-color: #E6E6E6;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
    border: 2px solid #999999;
    border-radius: 5px;
    padding-left: 5px;
}
.calcinputs:hover{
    border-color: #0074C8;
    background-color: #FFFFFF;
    color: #0074C8;
    box-shadow: 0 0 8px #0074C8;
    }
.calcoutputs{
    font-size: 12px;
    font-family: helvetica;
    width: 70px;
    height: 15px;
    background-color: #E6E6E6;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    white-space: nowrap;
    border: 2px solid #999999;
    border-radius: 5px;
    padding-left: 5px;
}
.calcoutputs:hover{
    border-color: #0074C8;
    background-color: #FFFFFF;
    color: #0074C8;
    box-shadow: 0 0 8px #0074C8;
    }

.calclabels{
    font-size: 12px;
    font-family: helvetica;
    height: 20px;
    width: 95px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
    padding: 0px;
}
label.hover{
    color: #0074C8;
}
label:hover{
    color: #0074C8;
}
.calclabel{
    font-size: 12px;
    font-family: helvetica;
    height: 20px;
    width: 125px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
}
.divmain{
    float:left;
    margin-left: 5px;
    margin-right: 5px;
}
.head{
    font-family: helvetica;
    font-size: 15px;
    height: 20px;
    margin: 2px;
    border-bottom: 2px solid #0074C8;
}
#inputs_container{
    text-align: center;
    font-family: helvetica;
    height: 350px;
}
#motorinputs{
    text-align: center;
    font-family: helvetica;
}
#gearinputs{
    text-align: center;
    font-family: helvetica;
}
#gearratios{
    text-align: center;
    font-family: helvetica;
    
}
#maintitle{
    font-family: helvetica;
    font-size: 20px;
    text-align: left;
    border-bottom: 2px solid #000000;
    margin-bottom: 5px;
}
#gearbox{
}
#titlemain{
    height: 100px;
    width: 610px;
}
#gearboxselect{
    margin-bottom: 10px;
    width: 200px;
}
#motorselect{
    margin-left: auto;
    margin-right: auto;
    float:none;
}
#outputscontainer{
    height: 400px;
    text-align: center;
    font-family: helvetica;
}

#main{
    width:980px;
}
#mainb{
    width: 415px;
}
#mainc{
    width: 408px;
    margin: -10px
}
#centerdistance{
    margin-top: 10px;
}
.buttonnorm {
    font-size: 12px;
    width: 50px;
    height: 20px;
}
#pulley1inputs{
    width: 210px;
}
#gears{
    width: 450px;
}
#gear1{
    
    
}
#gear2{
    
    
}





.ui-tooltip {
    font: 14px "Helvetica Neue", Sans-Serif;
    text-align: center;
    color: #000000;
    position: absolute;
    padding: 5px;
    background-color: #E6E6E6;
    border: 3px solid #000000;
    border-radius: 5px;
    box-shadow: 0 0 15px #0074C8;
   max-width: 200px;
    
    
  }