@charset "utf-8";

.onlineQuote{
    padding: 40px 0 60px;
}
.onlineQuote .productQuotationForm{
    display: inline-block;
    width: 100%;
}
.onlineQuote .productQuotation{
    width: 900px;
    float: left;
    border-radius: 3px;
    padding: 15px 20px;
    border: 1px solid #DAE2ED;
    background-color: #FFF;
    box-shadow: 0 1px 1px #cfdce4;
}
.onlineQuote .productQuotation .title h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
.onlineQuote .productQuotation .list{
    margin-bottom: 8px;
    padding-left: 142px;
    padding-right: 0;
    position: relative;
}
.onlineQuote .productQuotation .list.panelCustomerList{
    display: none;
}
.onlineQuote .productQuotation .list h3{
    color: #777;
    display: inline-block;
    font-size: 13px;
    max-width: 140px;
    text-align: left;
    left: 0;
    position: absolute;
    top: 6px;
    font-family: "Arial", sans-serif;
    font-weight: 300;
}

.onlineQuote .productQuotation .formBox1{
    background: #f5f7fa;
    margin: 20px -20px 18px;
    padding: 14px 20px 10px;
}
.onlineQuote .productQuotation .listInfo{
    display: inline-block;
}
.onlineQuote .productQuotation .listInfo a.layersText{
    border: 1px solid #dfe6f0;
    border-radius: 0;
    color: #697c90;
    display: inline-block;
    background: #fff;
    font-size: 13px;
    min-width: 29px;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 5px 6px;
    line-height: 17px;
    text-decoration: none;
    position: relative;
}
.onlineQuote .productQuotation .listInfo a.layersText:before{
    position: absolute;
    content: '';
    background-image: url("/public/static/images/home/en-us/iconSpr.png");
    background-position: -20px -388px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 12px;
    overflow: hidden;
    right: 0;
    text-indent: -99em;
    width: 12px;
    display: none;
}
.onlineQuote .productQuotation .listInfo a.layersText:hover{
    border: 1px solid #1951a0;
}
.onlineQuote .productQuotation .listInfo a.layersText.active{
    border: 2px solid #1951a0;
    position: relative;
    color: #383f47;
}
.onlineQuote .productQuotation .listInfo a.layersText.active:before{
    display: block;
}
.onlineQuote .productQuotation input.CustomerPN,
.onlineQuote .productQuotation textarea.remarksInput{
    height: 28px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    resize: none;
    border: 1px solid #dae2ed;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.onlineQuote .productQuotation textarea.remarksInput{
    padding: 8px;
    width: 400px;
    height: 120px;
    line-height: 1.4;
}
.onlineQuote .productQuotation .sizeInfo input,
.onlineQuote .productQuotation .sizeInfo input,
.onlineQuote .productQuotation .quantityInfo > input,
.onlineQuote .productQuotation .lengthInfo > input,
.onlineQuote .productQuotation .panelCustomerInfo > input{
    float: left;
    display: inline-block;
    width: 105px;
    background: #fcf8e3;
    height: 28px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid #dae2ed;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.onlineQuote .productQuotation .sizeInfo .inputGroupAddon,
.onlineQuote .productQuotation .quantityInfo .inputGroupAddon,
.onlineQuote .productQuotation .lengthInfo .inputGroupAddon,
.onlineQuote .productQuotation .thicknessInfo span,
.onlineQuote .productQuotation .panelCustomerInfo .inputGroupAddon{
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    height: 28px;
    font-size: 13px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 16px;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
}
.onlineQuote .productQuotation .quantityInfo{
    position: relative;
}
.onlineQuote .productQuotation .quantityInfo > input,
.onlineQuote .productQuotation .lengthInfo > input,
.onlineQuote .productQuotation .panelCustomerInfo > input{
    background: #ffffff;
}
.onlineQuote .productQuotation .quantityInfo .boardnumber{
    position: absolute;
    width: 346px;
    border: 1px solid #1951a0;
    overflow: hidden;
    left: 0;
    top: 28px;
    top: 28px \9;
    background-color: #FFF;
    z-index: 2;
    padding: 7px 0 5px 10px;
    color: #6E6E6E;
    display: none;
}
.onlineQuote .productQuotation .quantityInfo .boardnumber ul{
    overflow: hidden;
    padding: 10px 0;
}
.onlineQuote .productQuotation .quantityInfo .boardnumber li{
    float: left;
    width: 57px;
    padding: 2px 0 2px 6px;
    margin-bottom: 4px;
    line-height: 16px;
    overflow: inherit;
    cursor: pointer;
}
.onlineQuote .productQuotation .quantityInfo .boardnumber li:hover{
    box-shadow: 0 0 10px #ccc;
}
.onlineQuote .productQuotation .quantityInfo .boardnumber li label{
    font-size: 13px;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn{
    overflow: hidden;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn .t span{
    font-size: 13px;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn .t input{
    width: 95px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d8d8d8;
    color: #6E6E6E;
    padding-left: 3px;
    margin-right: 3px;
    font-size: 12px;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn .t a{
    display: inline-block;
    width: 60px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 6px;
    background: #467FEA;
    border-radius: 2px;
    color: #fff;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn .t a.Cancel{
    background: #7B7B7B;
}
.onlineQuote .productQuotation .quantityInfo .boardnumberbtn p{
    color: #B59F38;
    font-size: 12px;
}
.onlineQuote .productQuotation .thicknessInfo span{
    display: inline-block;
    height: 29px;
    float: none;
}

.onlineQuote .productQuotationForm input[type="text"]:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 81, 160, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 81, 160, .6);
}
.onlineQuote .textBox{
    width: 300px;
    position: sticky;
    top: 0;
    float: left;
    padding-left: 30px;
}
.onlineQuote .textBox .con{
    background-color: #f5f7fa;
    border: 1px solid #dae2ed;
    -webkit-box-shadow: 1px 1px 2px rgba(83, 100, 122, .15);
    -moz-box-shadow: 1px 1px 2px rgba(83, 100, 122, .15);
    box-shadow: 1px 1px 2px rgba(83, 100, 122, .15);
}
.onlineQuote .textBox .con h3{
    border-bottom: 1px solid #dae2ed;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 10px;
}
.onlineQuote .textBox .con .text{
    padding: 0 10px 10px;
    text-align: center;
}
.onlineQuote .textBox .con .text  a.submit,
.onlineQuote .textBox .con .text input{
    line-height: 20px;
    font-size: 14px;
    background-image: url("/public/static/images/home/en-us/iconSpr.png");
    background-repeat: no-repeat;
    padding: 3px 24px 3px 38px;
    height: 32px;
    border-radius: 3px;
    vertical-align: baseline;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.onlineQuote .textBox .con .text a.submit{
    display: inline-block;
    background-color: #b4a078;
    border: 1px solid #aa956a;
    color: #fff;
    line-height: 24px;
    background-position: 22px 8px;
    transition: all .3s;
}
.onlineQuote .textBox .con .text input[type="reset"]{
    background-color: #fafafa;
    border: 1px solid #d5d7d8;
    background-position: 16px -150px;
    color: #454545;
    transition: all .3s;
}
.onlineQuote .textBox .con .text a.submit:hover{
    background-color: #cdb483;
    border: 1px solid #aa956a;
    transition: all .3s;
}
.onlineQuote .textBox .con .text input[type="reset"]:hover{
    background-color: #eee;
    transition: all .3s;
}

#quotationContents{
    padding: 10px;
}
#quotationContents p{
    line-height: 2;
    font-size: 13px;
}

.solderMaskInfo .layersText i{
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    background-color: #000000;
    background-repeat: no-repeat;
    -webkit-background-size: 17px;
    background-size: 17px;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
}

@media (max-width: 1220px) {
    .onlineQuote .productQuotation{
        width: 100%;
    }
    .onlineQuote .textBox{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .onlineQuote .productQuotation{
        padding: 15px;
    }
    .onlineQuote .productQuotation .formBox1{
        margin-left: -15px;
        margin-right: -15px;
    }
    .onlineQuote .productQuotation .list{
        padding-left: 0;
    }
    .onlineQuote .productQuotation .list h3{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
    }
    .onlineQuote .productQuotation .listInfo{
        margin-top: 10px;
        width: 100%;
    }
    .onlineQuote .productQuotation textarea.remarksInput{
        width: 100%;
    }
}