﻿.jsq_banner {
    background-image: url(../image/m_jsq_index.webp);
    margin-top: 0.5rem;
}
.jsq_zt_banner{
    background-image: url(../image/m_jsq_zt.webp);
    margin-top: 0.5rem;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.col-xs-6 {
    width: 50%;
}
.text-right {
    text-align: right!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -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,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;
}
.input-group .form-control, .form-group .form-control {
    border-radius: 0.25rem;
    height: 35px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.btn-bg-blue {
    background-color: #0033AB;
    border-color: #0033AB;
    color: #FFF;
    display: inline-block;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 4px 0;
    max-width: 100%;
    min-width: 148px;
    padding: 13px 29px;
    position: relative;
    text-transform: uppercase;
    border: 0;
    font-size: 18px;
}
.container-fluid {
    padding-bottom: 20px;
}
.container-fluid h2{
    padding-left: 0.1rem;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control, .form-group .form-control {
    border-radius: 5px;
    height: 35px;
}
.container-fluid h3 {
    text-align: center;
    padding: 0.1rem;
}
.col-xs-12 {
    width: 100%;
}
.form-group {
    padding-top: 0.05rem;
}
/*------------table------------*/
table.tbl {
    width: 100%;
}

table.tbl {
    border-collapse: collapse;
}
table.tbl th {
    background: #F08401;
    color: #fff;
}

table.tbl td, table.tbl th {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    word-break: normal;
}
caption, td, th {
    text-align: left;
}
table.tbl tr:hover td {
    background-color: #F08401;
    color:#ffffff;
}
.mgb10 {
    margin-bottom: 10px!important;
    min-height: 40px;
}
button.waves-effect,input.waves-effect {
    background-color: #0033AB;
    border-color: #0033AB;
    color: #FFF;
    display: inline-block;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 25px 0;
    max-width: 100%;
    min-width: 148px;
    padding: 7px;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    border: 0;
}
form#main_form {
    font-size: 16px;
}
form#main_form label {
    padding-right: 16px;
}
input#length,input#width,input#height,input#txt_gb_length,input#txt_gb_width,input#txt_gb_deep,input#txt_D,input#txt_S,input#txt_fg_length,input#txt_fg_width,input#txt_fg_bh{
    height: 25px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.mgb10 p{margin: 1em 0;}
.cTit-h1.blue h2 {
    color: #0033AB;
}
select#ddl_gb_Product,select#ddl_gg_Product,select#ddl_fg_Product {
    height: 30px;
}