.productTable {
    font-size:12px;
}
.input-group .form-control{
    margin-bottom: 1px;
}
#finalTbody tr td{
    text-align: center;
}
.productTable .option-group .form-control{
    height: 28px;
    font-size:12px;
    padding : 3px 6px;
}
.tagWrap{
    max-height : 600px;
    overflow-y: scroll;
}
.productTable .tag-group{
    width : 70%;
}
.productTable .tag-group .input-group-addon{
    cursor: pointer;
}
.productTable .option-group #tag{
    min-height : 60px;
    width : 100%;
}
.productTable>tbody>tr>td, .productTable>tbody>tr>th, .productTable>tfoot>tr>td, .productTable>tfoot>tr>th, .productTable>thead>tr>td, .productTable>thead>tr>th {
    vertical-align: middle;
}
.martFrom{
    margin : 20px 0;
}
.productTable td.tdBg,  .productTable th.tdBg{
    background-color: #ebebeb;
    font-weight:900;
}
.loaderWrap{
    width : 20px;
    text-align : center;
    position : absolute;
    top : 0px;
    bottom : 0px;
    right : 0px;
    left : 0px;
    margin : auto;
}
#spinnerBg div{
    line-height: 10px;
}
#spinnerBg small{
    font-size:9px;
}
#spinnerBg{
    position : fixed;
    xz-index : 1;
    background-color: rgba(10, 4, 4, 0.49019607843137253);
    margin : auto;
    width :50px;
    height: 50px;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    border-radius: 10px;
    text-align:center;
    line-height: 30px;
    font-size:20px;
    color:#fff;
}

