.ui-tabs .ui-tabs-nav {
  border: 0;
  padding: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 14px;
  color: #ababab;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  padding: 1px 30px 16px !important;
  background-color: transparent !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}
.ui-tabs .ui-tabs-nav li {
  background-color: transparent;
  border: 0 !important;
  margin: 0 !important;
  opacity: 1;
}
.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
  color: #0e71a5;
}
.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor::before,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0e71a5;
}
.ui-widget.ui-widget-content.custom_tabs {
  border: 1px solid #ddd;
  border-top: 4px solid #0088cc;
  position: relative;
  top: -1px;
  padding: 30px 30px 20px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-top: 20px;
}
.custom_tabs.ui-widget .form-group input {
  width: 100%;
  height: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-group label {
  font-weight: normal;
}
.form-group textarea {
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  resize: none;
}
.ui-tabs .ui-tabs-panel {
  padding: 30px 0 0 !important;
}
.custom_tabs h3 {
  margin: 0 0 20px;
  font-size: 22px;
  color: #777777;
}
.mt-3 {
  margin-top: 30px !important;
}
.tabs_btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #08c;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.tabs_btn a:hover {
  opacity: 0.6;
}
.tabs_btn .save_btn {
  background-color: #008000b3;
  margin-right: 10px;
}
label.error {
  color: red;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.blue_btn {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue_btn.mb-2 {
  margin-bottom: 20px !important;
}
.all_table thead th {
  background-color: #eee;
  border-right: 1px solid #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #333;
}
.all_table table {
  border: 1px solid #333;
}
.custom_tabs.ui-widget .all_table input[type="checkbox"] {
  height: auto !important;
  margin: 0;
  width: 100%;
}
.all_table tbody td {
  background-color: #fff;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 15px;
}
.all_table tbody td:last-child,
.all_table thead th:last-child {
  border-right: 0;
}
.all_table tbody td input[type="number"] {
  width: 80px;
}
.account_invoice .form-group {
  margin-bottom: 20px;
}
.delate_btn {
  background-color: #d71515;
  border: 1px solid #d71515;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.all_table {
  overflow-y: auto;
}
#mini-cart .buttons .checkout {
  margin-bottom: 10px;
}
.quote_header {
  background-color: #08c;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  width:100%;
}
.quote_header > a {
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: normal;
  padding: 6px 10px 4px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
.table_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_table .action_btn a {
  color: #333;
  margin-right: 6px;
}
.search_top {
  background-color: #dddddda8;
  padding: 25px 20px;
  margin-top: 30px;
  position: relative;
}
.clear.reset_btn {
  position: absolute;
  background-color: red;
  padding: 1px 15px;
  color: #fff;
  top: 0;
  right: 0;
  width:15%;
}
.clear.reset_btn i {
  margin-right: 7px;
}
.search_top input {
  width: 100%;
}
.search_top input.search {
  max-width: 270px;
}
.search_top .form-group label {
  margin: 10px 0 0;
}
.search_top input.datepicker {
  background: url(calendar_icon.svg) no-repeat right 10px center;
  background-size: 14px;
  padding-right: 30px;
  background-color: #fff;
}
.quote_list.all_table th {
  min-width: 110px;
}
.tab_loader {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tab_loader::before {
  content: "";
  margin: auto;
  width: 80px;
  height: 80px;
  border: solid 3px transparent;
  border-top-color: #333;
  border-left-color: #333;
  border-radius: 80px;
  -webkit-animation: loading-spinner 500ms linear infinite;
  -moz-animation: loading-spinner 500ms linear infinite;
  -ms-animation: loading-spinner 500ms linear infinite;
  -o-animation: loading-spinner 500ms linear infinite;
  animation: loading-spinner 500ms linear infinite;
  display: inline-block;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tabbable-line {
  display: inline-block;
  width: 100%;
}
.account_invoice .account_nav {
  float: left;
  width: 23%;
  padding: 0 0 30px;
}
.account_invoice .tab-content {
  float: right;
  width: 75%;
  border: 1px solid #ececec;
  border-top: 4px solid #0088cc;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 10px 20px;
}
.account_invoice .account_nav ul {
  list-style: none;
  padding: 0;
  border: 0;
}
.account_invoice .account_nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.account_invoice .account_nav ul li a {
  border: 0;
  border-bottom: 1px solid #ededde;
  border-top: 3px solid transparent;
  transition: background 0.1s;
  padding: 8px 0 8px 20px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}
.account_invoice .account_nav ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  position: absolute;
  top: 18px;
  left: 10px;
}
.account_invoice .account_nav ul li.active > a {
  font-weight: bold;
  background-color: #f5f5f5;
  border-top-color: #ededde;
}
.account_invoice {
  padding: 50px 0;
}
.all_table tfoot td {
  border-right: 1px solid #fff;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
}
.all_table tfoot td:last-child {
  border-right: 0;
}
.bal_table td:last-child,
.bal_table th:last-child {
  text-align: center;
}
.payment_table th:last-child,
.payment_table td:last-child {
  text-align: right;
}
.paymentPortalPanel {
  background-color: #ededed;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.paymentPortalPanel h4 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d2e56;
}
.paymentPortalPanel h3 {
  margin: 0;
  font-size: 20px;
  line-height: normal;
  color: #0d2e56;
  font-weight: bold;
}
.paymentPortalPanel .portalInfo {
  padding-top: 4px;
  color: #808080;
  font-size: 12px;
}
.download_section {
  background-color: #dddddd;
  margin: 10px 0;
}
.download_section label {
  font-size: 16px;
  color: #005;
  font-weight: bold;
  margin: 0;
}
.download_section .quick_pay {
  padding: 25px;
  background-color: #00a652;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.download_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 25px;
}
.download_left a {
  display: inline-block;
  background-color: #c8c8c8;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 0 7px;
  text-align: center;
  min-width: 85px;
}
.download_left a.csv_ancor i {
  margin-right: 5px;
}
.question_tooltip {
  color: #000;
  font-size: 20px;
}
.document_summary {
  margin-top: 30px;
  background: #e6e5e5;
  color: #767676;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border-top: 1px solid #666;
}
.document_summary .total.ng-binding {
  color: #000055;
}
.account_invoice .form_label.font_0 {
  padding-top: 18px;
  display: inline-block;
  width: 100%;
}
.invoices_list li {
  display: flex;
  justify-content: space-between;
}
.print_invoice {
  border: 1px solid #767676;
  clear: both;
  display: block;
  padding: 12px 25px;
}
.invoices_list {
  padding: 0;
}
.print_invoice {
  border: 1px solid #767676;
  clear: both;
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
}
.print_invoice i {
  margin-right: 5px;
}
.font-11 {
  font-size: 11px;
  line-height: normal;
}
.quick_pay_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.quick_pay_left .total {
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  padding: 0 10px;
}
.download_section .quick_pay_left label {
  color: #fff;
}
.quickpay_img #paypal_btn {
  padding: 0;
  max-width: 90px;
  border: 0;
  min-width: 90px;
  cursor: pointer;
}
.quickpay_img #paypal_btn[disabled=""] {
  pointer-events: none;
  opacity: 0.4;
}
.quickpay_img img {
  background-color: #fff;
  padding: 7px 10px;
  max-width: 100%;
}
.account_invoice #invoicerange {
  width: 100%;
}
.invoice_table.all_table tbody td {
  padding: 5px 10px;
  font-size: 12px;
  line-height: normal;
  border: 0;
}
.invoice_table tr.notFound td {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.invoice_table.all_table thead th {
  padding: 5px 10px;
  border: 0;
  font-size: 12px;
  line-height: normal;
}
.pagination .prev,
.page-links .previouspagelink,
.pagination .next,
.page-links .nextpostslink {
  text-indent: inherit;
  width: auto;
  overflow: hidden;
  position: relative;
}
.all_table > b {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  /* margin-bottom: ; */
  position: relative;
  top: 10px;
}
.finalise-quote-panel .radio_ul li label {
  cursor: pointer;
}
#invoice_table.all_table {
  overflow-y: inherit;
}
.invoice_table.all_table tbody tr.even td {
  background-color: #ddd;
}
.quickpay_img #paypal_btn[disabled=""] {
  pointer-events: none;
  opacity: 0.4;
}
.d-inline-block {
  display: inline-block;
  width: 100%;
}
.d-inline-block .flot_left_btn {
  float: left;
}
.d-inline-block .flot_right_btn {
  float: right;
}
.finalise-quote-panel {
  margin: 30px 0 20px;
  background-color: #f0f0f0;
  padding: 20px 30px;
}
.finalise-quote-panel .radio_ul {
  padding: 20px 0 0 10px;
  list-style: none;
}
.finalise-quote-panel .radio_ul li {
  margin: 0 0 5px;
}
.finalise-quote-panel .radio_ul .pricing_radio {
  margin: 0 10px 0 0;
}
.finalise-quote-panel h4 {
  margin: 40px 0 0;
  font-size: 22px;
  color: #777777;
}
.custom_tabs .finalise-quote-panel h3 {
  margin: 0 0 10px;
}
.save_success_msg {
  margin: 20px 0 0;
  color: green;
  font-weight: 600;
  font-size: 15px;
  background-color: #00800038;
  display: inline-block;
  padding: 10px 30px;
}
.paypal_right_btn {
  text-align: right;
  padding-top: 10px;
}
.paypal_right_btn #first_paypal_btn {
  width: auto;
  max-width: 130px;
  padding: 5px 10px;
  cursor: pointer;
}
.paypal_right_btn #first_paypal_btn[disabled=""] {
  opacity: 0.3;
  pointer-events: none;
}
.download_left #btn_mergepdf {
  display: inline-block;
  background-color: #c8c8c8;
  color: #333;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 0 7px;
  text-align: center;
  min-width: 85px;
  border: 0;
}
.download_left #btn_mergepdf.disabled_pdf {
  opacity: 0.3;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1px 20px 10px !important;
  }
  .download_section .row > div,
  .range_row > div {
    width: 100%;
    max-width: 100%;
  }
  .download_section .row,
  .range_row.row {
    flex-flow: column;
  }
  #invoice_table.all_table {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
    text-align: center;
    padding: 10px 15px !important;
    border-bottom: 1px solid;
  }
  .account_invoice .account_nav,
  .account_invoice .tab-content {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .ui-widget.ui-widget-content.custom_tabs {
    padding: 20px 15px;
  }
  .all_table tbody td input[type="number"] {
    width: 50px;
    padding: 5px 1px 5px 5px;
  }
  .all_table thead th,
  .all_table tbody td {
    padding: 10px;
  }
  .download_left {
    flex-flow: column;
  }
  .download_left a {
    margin: 5px 0;
  }
  .download_section .quick_pay {
    flex-flow: column;
  }
  .quick_pay_left {
    padding-right: 0;
    flex-flow: column;
  }
  .quick_pay_left .total {
    padding: 10px 0;
  }
  .question_tooltip {
    margin-bottom: 10px !important;
  }
  .print_invoice {
    margin-top: 20px;
  }
}
.finalise-quote-panel .radio_ul {
  list-style-type: none;
}


.daterangepicker .calendar {
  max-width: inherit !important;
}
.daterangepicker .calendar th, 
.daterangepicker .calendar td {
  padding: 5px 5px;
}
.daterangepicker .range_inputs {
  display: flex;
  gap: 5px;
}
.daterangepicker .range_inputs .applyBtn {
  padding: 8px 15px;
  color: #fff;
  background-color: #0084c8;
  border-radius: 4px;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  flex: 1;
}
.daterangepicker .range_inputs .cancelBtn {
  padding: 8px 15px;
  border-radius: 4px;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  flex: 1;
}

.invoice_custom_table tbody tr:first-child{
  background: #e6e5e5;
}

.invoice_custom_table{
  margin-top: 20px;
}

.invoice_custom_table tbody tr th{
  border: 0;
  color: #000055;
  font-size: 14px;
  line-height: 20px;
}

.invoice_custom_table tbody tr:last-child td{
  border: 0;
  font-size: 14px;
  line-height: 20px;
}