.calc-form-control-inline {
    display: inline-block;
    width: 100px;
    margin: 3px 15px;
    height: 14px;
    border-radius: 0;
}
.calc-form-control{
    height: 25px;
}
.calc-metal-type {
    padding: 0 0;
    width: 189px;
    margin: 1px 5px;
    border-radius: 0;
}

.calc-f-f span {
    width: 240px;
    display: inline-block;
    text-align: right;
}

.calc-rolled {
    width: 60px;
    height: 60px;
    float: left;
    margin: 4px;
    cursor: pointer;
}

.calc-rolled-active {
    box-shadow: 0px 0px 0px 2px #fc0;
}

#calc_formula_imgs {
    height: 68px;
}

.calc-body {
    width: 680px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 5px #CAA;
    margin: 0px;
    font-family: verdana;
}
.calc-body select {
    border: 2px solid #999!important;
    color: #333!important;
    margin: 5px 0 5px 5px!important;
    cursor: pointer;
}
.calc-header {
    border-bottom: 2px solid #999;
}

hr {
    width: 300px;
    /* height: 2px; */
    margin: 10px 0;
    padding: 0;
    border-top: 1px solid #ccc;
    float: right;
}
.calc-cont {
    width: 100%;
    /*background: #117700; */
    border-bottom: 2px solid #999;
    height: 280px;
    padding: 10px 0;

}
.calc-cont img{
    width: 250px; height: 250px;
}

.calc-footer {
    width: 680px;
    height: 190px;
    padding: 0px 0 10px 0;
    border-top: 2px solid #999;
}

#calc_list_l {
    float: left;
    margin: 42px 1px 5px 5px;
    height: 118px;
    width: 35px;
    background: #999;
    color: #fff;
    border-radius: 65px 0 0 65px;
    font-size: 28px;
}

#calc_list_l:hover {
    background: #fc0;
}

#calc_list_r {
    float: right;
    margin: 42px 5px 5px 1px;
    height: 118px;
    width: 35px;
    background: #999;
    color: #fff;
    border-radius: 0 65px 65px 0 ;
    font-size: 28px;
}

#calc_list_r:hover {
    background: #fc0;
}

#calc_list {
    float: left;
    width: 597px;
}

#calc_list span {

    text-align: center;
    font-size: 18px;
    color: #333;
    display: block;
    margin: 10px 0;
    padding: 0;
}

.calc-btn .calc-btn-default .calc-metal-type {
    margin: 5px;
    width: 33%;
}
.calc-btn-danger{
    color: #fff;
    background-color: #d6b536;
    border-color: #d6b536;
}
.calc-f-f {
    font-size: 14px;
    padding: 10px 10px;
}
#calc_clear{
    float: right;
    cursor: pointer;
    margin: 0px 39px 0;
    width: 100px;
    border-radius: 0;
    position: relative;
    padding: 7px 12px;
    border: 0;
    background: #d6b536;
    color: #fff;
}
.calc-f-f input[type=button] {
    float: right;
    margin: 10px 39px 0 0;
    padding: 7px 12px;
    width: 200px;
    border-radius: 0;
    border: 0;
    background: #d6b536;
    color: #fff;

}
.customSelect{display: none!important;}