.orange{
  font-size: 20px;
color:orangered;
}
 
.redcolor{
  font-size: 20px;
  padding: 4px;
  color: red;
}

.txt-center
{
  text-align: center;
}
.txt-justify
{
  text-align: justify;
}
.txt-left
{
  text-align: left;
}
.txt-right
{
  text-align: right;
}

.invoice-check
{
  width: 15px;
  height: 15px;
}

.green{
  font-size: 20px;
  padding: 4px;
  color: green;
}

.iconsize{
  font-size:24px;
}

.addressblockcreate{
  border-top: 3px solid #3c8dbc !important;
  margin-top: 10px !important;
}

.addressblock{
  border-top: 3px solid #3c8dbc !important;
  margin-top: 10px !important;
}

.savedblockedit{
  border-top: 3px solid #3c8dbc !important;
  margin-top: 10px !important;
}

.addblockedit{
  border-top: 3px solid #3c8dbc !important;
  margin-top: 10px !important;
}

#notesectiontextarea{
  width: 100px !important;
  height: 100px !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}






#previewTable_product
{
  width: 400px !important;
  height: 30px !important;
}
#previewTable_HSN
{
  width: 100px !important;
  height: 30px !important;
}
#previewTable_SKU
{
  width: 118px !important;
  height: 30px !important;
}
#previewTable_cost
{
  width: 90px !important;
  height: 30px !important;
}
#previewTable_quantity
{
  width: 75px !important;
  height: 30px !important;
}
#preview_csgst
{
  width: 110px !important;
  height: 30px !important;
}
#preview_igst
{
  width: 110px !important;
  height: 30px !important;
}
#previewTable_gsttotal
{
  width: 120px !important;
  height: 30px !important;
}
#previewTable_rowtotal
{
  width: 130px !important;
  height: 30px !important;
}

/* .tooltip-inner {
  max-width: 500px !important;
} */



#pitableforproduct th,td
{
  padding: 1px !important;
}

#pitableforproduct td
{
  font-size: 18px !important;
}

.amountalign{
  text-align: right !important;
}

.custom-box{
	background: none !important;
    border-top: 0px solid #d2d6de !important;
    margin-bottom: 0px !important;
}