.custom_close{
	color: #000 !important;
	font-size: 25px !important;
	margin-top: 7px !important;
}
.border-none-lr-5{
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
}
.invoice-message-header-part{
   padding: 7px 18px;
   background: #f5f5f5;
   font-size: 16px;
   font-weight: 600;
}
.invoice-message-inner-html-section{
   padding: 10px 18px 5px 18px;
   width: 100%;
   height: 80px;
}
.table tbody > tr > td.right-notes-section-invoice{
   word-break: break-all;
   padding: 0 !important;
   vertical-align: top;
}
.invoice-message-textarea{
   width: 50%;
   height: -webkit-fill-available;
   border: none;
   overflow: auto;
   outline: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   resize: none;
}
.tax_text_invoice{
   float: right;
   padding: 15px 0% 10px 10px;
}
.tax_dropdown_div_invoice{
   width: 40%;
   float: right;
}
.border-right-hide{
    border-right: 1px solid #fff !important;
}
.th-invoice-description{
    width: 45%;
}
.th-invoice-tax{
    width: 5%;
}
.th-invoice-amount{
    width: 10%;
}
.th-invoice-qty{
    width: 6%;
}
.th-invoice-unit{
    width: 8%;
}
.th-invoice-tax-xero{
    width: 15%;
}
.th-invoice-tax-fb{
    width: 8%;
}
.text-center-td{
    text-align: center;
    padding-left: 8px !important;
}
.active-add-more .product-td{
    border-right: 2px solid transparent;
}
.amountcenternew{
    position: absolute;
    top: 12px;
}
.cum_set_mail_void{
    margin-right: 10px;
}
.orangeText {
   color: #f8a163;
}
.disable-icon-view{
    pointer-events: none;
    opacity: 0.3;
}
.btn-orange{
    background-color: #f8a163;
    border-color: #f8a163;
    color: #ffffff;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #f8a163ab;
    border-color: #f8a163ab;
    color: #ffffff;
}