.invoices .table-line-btn__list,
.invoices .table-line__list,
.invoices .table__list {
  margin: 0px;
}
.invoices .table-line-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.invoices .BillSummaryBlocks {
  flex: 1;
  text-align: center;
}

.invoices .BillSummaryBlocks.taxes {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.invoices .BillSummaryBlocks.taxes.first {
  border-left: 2px solid #e5e5e5;
}

.invoices .BillSummaryBlocks.taxes.last {
  border-right: 2px solid #e5e5e5;
}

.invoices .table-line--short .table-line__list {
  max-width: none;
}

.invoices .table-line__wrapper--id {
  width: unset;
  text-align: left;
}

.invoices .BillSummaryBlocks:not(.product) > div {
  width: unset;
}

.invoices .BillSummaryBlocks.buttons {
  display: flex;
  justify-content: flex-end;
}

.invoices .BillSummaryBlocks.colTitle {
  text-align: left;
  flex: 2;
}

.invoices .BillSummaryBlocks.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 2;
}

.invoices .BillSummaryBlocks.product > div {
  flex: 1;
}

.invoices .BillSummaryBlocks.product .table__wrapper--title {
  font-size: 1.4rem;
  line-height: 21px;
  word-break: break-all;
  text-align: left;
  margin-top: 5px;
  width: 100%;
}

.invoices .BillSummaryBlocks.product .table__wrapper--title span {
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
}

.invoices ul.BillCycle_Orders > li.invoices__li:first-child .table-line {
  padding-right: 1rem;
  padding-left: 1rem;
}

.invoices .table-line {
  padding-right: 1rem;
  padding-left: 1rem;
}

.invoices .table__content,
.invoices .table-line__list {
  max-width: none;
}

.invoices .table-line__overflow {
  width: 100%;
}

.invoices .BillSummaryBlocks.buttons .btn__text {
  font-size: 1.4rem;
}

.invoices .BillSummaryBlocks.buttons .table-line-btn__btn {
  width: 15rem;
}

.invoices .BillSummaryBlocks.buttons.fixedWidth {
  width: 14rem;
}

.invoices .table--white .table__item-main:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.invoices .customeNavigation > ul {
  margin-bottom: -1px;
}

.invoices .customeNavigation {
  border-bottom: 4px solid #d1cfcf;
  margin-bottom: 1rem;
}

.invoices .customeNavigation .navigation-menu__li.active .navigation-menu__btn {
  background-color: #d1cfcf;
}
.invoices .BillSummaryBlocks.taxes.commission {
  border-color: #ffc0c0;
}

.invoices .table-line-btn--grey .BillSummaryBlocks.taxes.commission {
  border-color: #eb9c9d;
}

.pagination.meduimDark .pagination__item {
  background: #cccbcb;
}
.pagination.medium .pagination__item {
  width: 3.5rem;
  height: 3.5rem;
}
.pagination.meduimDark .pagination__li.active .pagination__item {
  background: #f6f7f8;
}
@media screen and (min-width: 1200px) {
  .pagination.meduimDark .pagination__item:hover {
    background: #e02020;
    color: #fff;
  }
}

.invoices .checkboxBtn{
  width: 2rem;
  height: 2rem;
  background-color: #FFF;
  border: 2px solid #000;
}
.invoices .checkboxBtn.chosen{
  background-color: #000;
}
.invoices .checkboxBtn svg{
  width: 1.3rem;
}

.invoices .btnInvoiceReject{

}

.invoices .btnInvoiceReject:hover{

}


.invoices .btnInvoiceReject span{
  position: absolute;
  left: 0px;
  width: 0px;
  overflow-x: hidden;
  background-color: #000000;  
  bottom: -0.5px;
  top: -1.5px;
  padding-top: 13px;
  transition: left .35s ease-in-out, width .35s ease-in-out;
  white-space:nowrap;
}

.invoices .btnInvoiceReject svg{
  margin-right: 0px;  
 }

.invoices .btnInvoiceReject:hover span{
  left: -100px;
  width: 100px;

 }

 @media only screen and (max-width: 980px){
  .invoices .title__refresh.withfilter {
     margin-left: 0;
 }
 .invoices .invoices__title .search {
  width: 100%;
 }
}
.invoices .invoices__title .search__field-box{
  height: calc(100% - 2px);
}

.invoices .invoices__container{
  min-height: 300px;
}

.invoices .spndueblock{
  float: right;
  margin-right: 0;
}

.invoices .visibleOverFlow{
  overflow: clip visible;
}

.invoices .card-product__tooltip-container {
left:unset;
top: unset;
  right: 100%;
  bottom: 0px;
  width: 200px;
  padding-bottom: 0;
  padding-right: .5rem;
}

.invoices .card-product__tooltip{
  padding-bottom: 0px;
}

.invoices .card-product__tooltip-li{
  flex-direction: column;
  padding-bottom: 4px;
}

.invoices .card-product__tooltip:after {
  left: 100%;
  top: 50%;
  border-width: 4.75px 5px 4.75px 5px;
  border-color: transparent transparent transparent #fff ;
}

.invoices .card-product__other-prices{
  color: #FFFFFF;
}

.invoices .table-line__wrapper--status{
  width: 25.4rem;

}

.invoices .rejectReasonContainer{
  width: unset;
  max-width: 700px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media only screen and (max-width: 980px){
  .invoices .rejectReasonContainer{
    width: unset;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 980px){
  .invoices .BillSummaryBlocks .table-line-btn__btn .icon {
    display: block;
  }
}

.BillSummaryBlocks.invoiceFile{
  padding: 0px;
}

.BillSummaryBlocks.invoiceFile .sub-order__img-box{
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0rem;
  margin-right: 2rem;
}

.BillSummaryBlocks.invoiceFile .sub-order__img-box img{
  object-fit: contain;
}

.BillSummaryBlocks.invoiceFile .sub-order__img-box span{
  font-size: 14px;
  color: #0095ff;
}

.BillSummaryBlocks.invoiceFile:hover .sub-order__img-box span{
  text-decoration: underline;
}

@media screen and (max-width: 1440px){
  .invoices__title .search {
      width: 40rem;
  }
}

.invoices .invoices__title .search__field-box{
  height: calc(100% - 4px);
}

.invoices ul.BillCycle_Orders > li.invoices__li:first-child .table-line {
  padding-right: 0;
  padding-left: 2rem;
}

.flex{
  display: flex;
}

.invoices .selectedorderssummaryblock{
   margin-top: -28px;
   background: #c0c0c0;
   border-bottom: 2px solid #bbbbbb;
   padding-top: 1px;
   padding-bottom: 0;
   font-style: italic !important;
}

.invoices .selectedorderssummaryblock .table-line-btn__title, .invoices .selectedorderssummaryblock .table-line-btn__value{
  font-size: 1.3rem;
}


.downloadinvoice{
  width: auto;
  height: 4.4rem;
  padding: 2px 5px;
}

.downloadinvoice .btn__text{
  color: #FFFFFF !important;
}

.downloadinvoice .icon{
  width: .5em;
  height:.5em;
  transform: rotate(180deg); 
}

.next-image-icon-wrapper{
  position: absolute;
  right: 8px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-category__btn-img--right.next-image{
    right: 0;
    top: unset;
    transform: unset;
    position: absolute;
}
.product-category__list.active .product-category__btn .product-category__btn-img--right{
  transform: rotate(90deg);
  right: 5px;
}
.w-full{
  width:100%;
} 
.h-full{
  height: 100%;
}
img.no-transform{
  transform: unset !important;
}