#bolt-weight-calc{
    /* max-width:700px; */
    margin: 0 auto;
}
#weightcalculator h4 {padding: 0 0 15px 0;}
.section{
    clear:both;
    padding:10px 0;
}
.section .box{
    background-color:#f6f6f6;
}
#hardware, #results{
    text-align:center;
}

#weightcalculator{
    margin:10px;
}
#display,#product{
    padding-top:0;
}
#display .screen{
    border:1px solid #DDD;
    min-height:112px;
    padding:10px;
    background-color:#fff;
}
#display{
    text-align:center;
}
#display h2{
    color:#aaa;
    display: inline-block;
    vertical-align: middle;
    margin:0;
}
.loading {
    background-image:url('https://static.portlandbolt.com/images/ajax_loader.gif');
    background-position:center center;
    background-repeat:no-repeat;
}
#product ul{
    display:block;
}
#product{
    background-color:#f6f6f6;
    border:1px solid #DDD;
}
#product-tabs, #hardware ul{
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
    height:auto;
    background-color:#EEE;
}
#bolts, #nuts, #washers{
    margin: 0 auto;
    text-align:center;
    padding-top:40px;
}
.radio{
    margin:5px;
    padding:5px 10px;
    min-width:150px;
    text-align:center;
    display:inline-block;
}
.product-section{
    border-bottom:1px solid #DDD;
    overflow:hidden;
    height:20px;
}
.expand{
    height:auto;
}
.last{
    border-bottom:0px none transparent;
}
.refine{
    text-align:left;
    /* margin: -5px -32px 5px; */
    padding: 4px 20px;
    color: #4575A3;
}
.refine label,.refine select{
    margin:0 5px;
}
.refine select{
    padding:0;
    font-size:75%;
}
.refine .genericon{
    font-size:20px;
    width:20px;
    padding-right: 7px;
}
#fields{
    min-height:50px;
}
.field{
    float:left;
    padding:5px;
    margin-bottom: -1px;
    /*width:22.5%;*/
}
.field label{
    display:block;
}

div.hardware{
    display: inline-block;
    text-align:center !important;
    margin-top:5px;
    margin-bottom:5px;
}
.hardware .button{
    line-height:2.2em;
}
.hardware .field{
    width:45%;
    text-align:left;
}
.hardware h5{
    margin:0;
    text-align:left;
}
.nut .nut, .washer .washer{
    display:none;
}
.hardware .button{
    margin:auto;
    width:9em;
}

#results .field input{
    font-weight:bold;
}
.field .total{
    background:#f6f6f6 none;
    color:#000;
    cursor:default;
}

.calc-math{
    list-style-type:none;
    padding:0;
    margin:0;
    padding-bottom:3px;
}
.calc-math li{
    padding:5px;
}
.add li{
    color:#555;
    position:relative;
}
.add li:hover{
    color:#000;
}
.add .sub{
/*    padding-left:25px;*/
    background-color: #FAFAFA;
}
.add .active{
    background-color:transparent;
}
table.calc-math{
    width:100%;
    margin-bottom:15px;
}
/*table.calc-math tfoot{
    background-color: #E1EFFC;
}*/
.calc-math .control{
    float:left;
    padding: 5px 0 5px 5px;
}
.description{
    text-align:right;
    font-style: italic;
}
.control a{
    padding:0;
    margin:0 4px 0 0;
}
.no-items{
    font-style:italic;
    color:#AAA;
}
.calc-math .value{
/*    text-align:right;*/
    padding: 5px;
/*    background-color: #E1EFFC;*/
    font-weight:bold;
}
#list .genericon{
    font-size:18px;
    color:#4575A3;
    cursor:pointer;
}
#list .genericon:hover{
    color:#253F59;
}
.add .active tr{
    background-color:#E1EFFC;
}
#list .genericon-expand, #list .genericon-collapse{
    /*float: right;*/
    cursor: pointer;
/*    margin-right:-20px;*/
    margin-top: 5px;
}
#list .genericon-print{
    cursor: pointer;
    text-decoration:none;
    font-size:22px;
    line-height:.94;
}

#list{
    padding:0;
    margin:0;
}
#list h2{
    padding-bottom:10px;
}
#list h2 span{
    font-size:12px;
    font-weight:normal;
}
#list ul{
    margin-left: 0;
}
#list .total{
    border-top:1px solid #DDD;
    font-weight:bold;
}
.tooltip{
    display:inline;
    position:relative;
}
.tooltip .tip, .preview{
    border:1px solid #DDD;
    background-color:#fff;
    position:absolute;
    z-index:100;
}
.tooltip .tip{
    top:-20px;
    left:40px;
    width:150px;
    display:none;
}
.tip .arrow{
    position:absolute;
    left:-20px;
    top:13px;
    width:20px;
    height:20px;
    background:transparent url(https://static.portlandbolt.com/images/calc-tip-corner.gif);
}
.highlight{
    background-color:#E1EFFC;
}
.error, input.error{
    background-color:#f0afa6;
    color:#000;
}
.active .ants-top,.active .ants-bottom{
    background-image:url(https://static.portlandbolt.com/images/ants-horizontal.gif);
}
.active .ants-left,.active .ants-right{
    background-image:url(https://static.portlandbolt.com/images/ants-vertical.gif);
}
.ants-top,.ants-left,.ants-right,.ants-bottom{
    position:absolute;
    background-image:none;
    font-size:0px;
}
.ants-top,.ants-bottom{
    width:100%;
    height:1px;
}
.ants-left,.ants-right{
    height:100%;
    width:1px;
}
.ants-top{
    top:0;
    left:0;
    background-position:0 1px;
}
.ants-bottom{
    bottom:0;
    left:0;
}
.ants-left{
    top:0;
    left:0;
    background-position:1px 0;
}
.ants-right{
    top:0;
    right:0;
}

.tabs, .tabs li{
    float:left;
}
.tabs{
    width:100%;
}
.tabs li{
    width:33.3%;
    height:1.5em;
    text-align:center;
    border-bottom:1px solid #DDD;
    border-right:1px solid #b0b0b0;
    background-color:transparent;
    height:2em;
    line-height:2em;
    background-color:#EEE;
    background-color:#d9d9d9;
}
.tabs a{
    display:block;
    width:100%;
    height:100%;
    font-weight: bold;
}
.tabs .last{
    border-right:0px none transparent;
}
.tabs .active{
    border-bottom:1px solid transparent;
    background-color:#f6f6f6;
}
.tabs .active:hover{
    background-color:#f6f6f6;
}
table.printView{
    border-collapse:collapse;
    text-align:left;
    width:100%;
    margin-bottom:2em;
}
table.printView thead{
    font-weight:bold;
}
table.printView td{
    padding:3px 5px;
    border:1px solid #aaa;
    text-align:left;
}
table.printView td.exclude{
    border:1px solid transparent;
    border-right:1px solid #aaa;
}

.about h2{
    margin-bottom:.5em;
}

#submit{
    text-align:center;
}