 /* invoice tab css starts */

 .invoice_container{
    position: relative;
  }
  .inv_gen_form{
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
  .inv_gen_form .row-wrapper{
    display: flex;
    width: 100%;
    margin: 25px 0 50px 10px;
  }
  .inv_gen_form .row{
    flex: 1;
    width: 50%;
    margin-right: 70px;
  }
  .inv_gen_form .row:last-child{
    margin-bottom: 0;
  }
  .inv_gen_form .row label{
    position: absolute;
    margin: -22.5px 0 0 -10px;
    color: green;
  }
  .inv_gen_form .row label a{
    color: red;
  }
  .inv_gen_form .row input,
  .inv_gen_form .row textarea,
  .inv_gen_form .row select{
    width: 100%;
    /* background: rgba(240, 240, 240, 0.867); */
    border: none;
    border: 1px solid #dddd;
    border-radius: 2px;
    height: 45px;
  }
  .inv_gen_form .row textarea{
    min-height: 45px;
    max-height: 70px;
  }
  .inv_gen_form .row input:focus,
  .inv_gen_form .row textarea:focus,
  .inv_gen_form .row select:focus{
    border: 1px solid rgba(119, 178, 233, 0.867);
  }

  .inv_list_table{
    table-layout: fixed;
  }
  .inv_list_table thead{
    background: #1582b4 !important;
    color: white;
    line-height: 20px;
  }
  .inv_list_table tbody tr td{
    max-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    line-height: 40px;
  }
  .inv_list_table tbody tr:hover{
    background: rgb(251, 252, 255) !important;
  }
  .inv_list_table tbody tr > td > button > i{
    cursor: pointer !important;
    font-size: 16px;
  }

  .inv_list_search:focus{
    border: 2px solid #2faae4 !important;
    box-shadow: 0 3.5px 7px #dddd !important;
  }

.inv_print_table{
  table-layout: fixed;
}

#invoice table tbody tr td{
  font-size: 14px;
}
.pdf-header-bottom{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.pdf-header-bottom div.row.mb-4{
  flex: 1;
  white-space: nowrap;
}
.pdf-header-bottom div.row.mb-4 > div > div > span{
   min-width: 150px;
}
.pdf-header-bottom div.row.mb-4 > div > div{
  font-size: 15px;
}
.pdf-header-bottom div.row.mb-4 > div > div > span > a{
  text-decoration: none;
  color: black;
  opacity: 0.85 !important;
}
.sign-footer{
display: flex;
flex-direction: row;
width: 100%;
height: 50px;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
margin-top: 300px;
position: relative;
}
.sign-footer > span{
border-top: 1px dotted black;
}
.sign-footer > span:last-child{
position: absolute;
right: 0;
}

/* .modal-invoice-preview div table{
  border: none;
} */
.modal-invoice-preview div table td ul li{
  padding: 0px 10px;
  line-height: 40px;
}
