/* line 13, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 22, app/assets/stylesheets/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 31, app/assets/stylesheets/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 1, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page {
  font-size: 13px;
}

/* line 5, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 12, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .filter-card {
  background: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
}

/* line 19, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .filter-card label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
  display: block;
}

/* line 27, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .filter-card .btn-display {
  background-color: #c3d602;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border: none;
  padding: 6px 22px;
  border-radius: 4px;
}

/* line 36, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .filter-card .btn-display:hover {
  background-color: #aabe00;
}

/* line 41, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .table-meta {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

/* line 50, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-table-wrapper {
  overflow-x: auto;
  border-radius: 4px;
}

/* line 56, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid col.col-no {
  width: 38px;
  min-width: 38px;
}

/* line 64, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid col.col-item {
  width: 160px;
  min-width: 140px;
}

/* line 65, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid col.col-budget {
  width: 130px;
  min-width: 120px;
}

/* line 66, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid col.col-actual {
  width: 140px;
  min-width: 130px;
}

/* line 71, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid thead tr.row-month th {
  background-color: #F1F7EF;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 8px;
  border: 1px solid #C0C0C0;
}

/* line 80, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid thead tr.row-month th.th-no, .actual-expense-budget-page .expense-grid thead tr.row-month th.th-item {
  background-color: #fff;
  text-align: center;
}

/* line 87, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid thead tr.row-sub-header th {
  background-color: #fff;
  color: #222;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 6px;
  border: 1px solid #C0C0C0;
}

/* line 100, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr {
  background-color: #fff;
}

/* line 103, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr:nth-child(even) {
  background-color: #F2F9FF;
}

/* line 107, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr:hover {
  background-color: #EBF4FF;
}

/* line 111, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td {
  padding: 4px 8px;
  border: 1px solid #C0C0C0;
  vertical-align: middle;
  height: 28px;
}

/* line 118, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-no {
  text-align: center;
  color: #555;
  background-color: #fff;
  font-size: 11px;
}

/* line 125, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-item {
  font-weight: 500;
  color: #111;
  padding-left: 10px;
  background-color: #fff;
}

/* line 132, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-budget {
  text-align: right;
  color: #595959;
  padding-right: 10px;
  background-color: #E8FCCF;
}

/* line 139, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual {
  padding: 2px 4px;
  background-color: #DDEBF7;
}

/* line 144, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-field {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* line 151, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-symbol {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

/* line 163, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-field input {
  width: 100%;
  box-sizing: border-box;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  font-size: 12px;
  height: 24px;
  background: #fff;
  color: #000;
  appearance: textfield;
  -moz-appearance: textfield;
}

/* line 175, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-field input.is-invalid {
  border-color: #dc3545;
  background-color: #fff8f8;
}

/* line 181, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-field input::-webkit-outer-spin-button, .actual-expense-budget-page .expense-grid tbody tr td.td-actual .actual-currency-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 194, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page tfoot tr.row-total td {
  padding: 5px 8px;
  border: 1px solid #C0C0C0;
  font-weight: 700;
  font-size: 12px;
}

/* line 201, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page tfoot tr.row-total td.td-total-label {
  color: #1a1a1a;
}

/* line 205, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page tfoot tr.row-total td.td-total-budget {
  text-align: right;
  color: #444;
  padding-right: 10px;
  background-color: #e8fccf;
}

/* line 213, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page tfoot tr.row-total td.td-total-actual {
  text-align: right;
  color: #1a5c2e;
  padding-right: 10px;
  background-color: #ddebf7;
}

/* line 223, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .save-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

/* line 228, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .save-bar .btn-save {
  background-color: #2E75B6;
  color: #fff;
  border: none;
  padding: 7px 30px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.3px;
}

/* line 238, app/assets/stylesheets/actual_expense_budget.scss */
.actual-expense-budget-page .save-bar .btn-save:hover {
  background-color: #1F5A8E;
}
/* line 2, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list table thead tr {
  height: 40px;
  background-color: #e5efff;
  color: #000000;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 19, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dbd6d6 !important;
}

/* line 23, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list #print-all {
  margin: 5px 0 10px 0;
  background-color: #DBE9FD;
  border-radius: 10px;
  padding: 5px 0;
}

/* line 30, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .icon-print {
  position: relative;
}

/* line 33, app/assets/stylesheets/bill_sheet.scss */
#js-bill-sheet-list .icon-check {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 20px;
}

/* line 42, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-header {
  border-bottom: 0 !important;
}

/* line 45, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-header .sub-title {
  color: #0000008C;
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-body {
  background: #f6f6f6;
  border-radius: 4px;
  margin: 0 1rem;
  height: 134px;
  font-size: 14px;
}

/* line 59, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer {
  justify-content: center;
}

/* line 62, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer button {
  width: 48%;
}

/* line 66, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-footer .btn-gray {
  border: 1px solid gray;
}

/* line 71, app/assets/stylesheets/bill_sheet.scss */
.modal-print-bill .modal-bill {
  max-width: 520px !important;
}

/* line 75, app/assets/stylesheets/bill_sheet.scss */
.background-gray {
  background: #c7c6c6 !important;
}
/* line 2, app/assets/stylesheets/billing_form.scss */
#billing_form .wd-100 {
  width: 100%;
}

/* line 6, app/assets/stylesheets/billing_form.scss */
#billing_form .area-note {
  height: 260px;
  border-color: #dbe9fd;
}

/* line 11, app/assets/stylesheets/billing_form.scss */
#billing_form .btn {
  width: 175px;
}
/* line 1, app/assets/stylesheets/client_company.scss */
.client-company-edit-table {
  width: 100%;
}

/* line 3, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child {
  white-space: nowrap;
  background: #deefff;
  border-bottom: none;
}

/* line 8, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 13, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr:first-child td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 19, app/assets/stylesheets/client_company.scss */
.client-company-edit-table tr {
  border-bottom: 1px solid #deefff;
}

/* line 23, app/assets/stylesheets/client_company.scss */
.client-company-edit-table td {
  padding: 10px 12px;
}

/* line 28, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .control-icons span {
  padding: 8px;
  border-radius: 8px;
  background: #e5efff;
}

/* line 34, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .control-icons img {
  width: 15px;
}

/* line 41, app/assets/stylesheets/client_company.scss */
.border-tab-client .nav-link {
  border-bottom: 1px solid #949494 !important;
  border-right: 1px solid #949494 !important;
  border-radius: 0 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
}

/* line 51, app/assets/stylesheets/client_company.scss */
.btn-client-action {
  height: 35px;
  width: 90px;
}

/* line 56, app/assets/stylesheets/client_company.scss */
.btn-client-action.btn-custom-submit {
  width: 105px;
}

/* line 60, app/assets/stylesheets/client_company.scss */
textarea#client_company_note {
  min-height: 100px;
}

/* line 64, app/assets/stylesheets/client_company.scss */
.overflow-x {
  overflow-x: auto;
}

/* line 69, app/assets/stylesheets/client_company.scss */
.nav-customer-contact .nav-link {
  color: #4d4d4d !important;
}

/* line 73, app/assets/stylesheets/client_company.scss */
.nav-customer-contact .active {
  color: #007dce !important;
  background: white !important;
  border-bottom: 2px solid #007dce !important;
  border-radius: 0 !important;
}

/* line 81, app/assets/stylesheets/client_company.scss */
.card-client {
  padding: 12px !important;
}

@media screen and (min-width: 992px) {
  /* line 81, app/assets/stylesheets/client_company.scss */
  .card-client {
    padding: 16px !important;
  }
}

/* line 97, app/assets/stylesheets/client_company.scss */
.card-sub-client {
  padding: 8px !important;
}

@media screen and (min-width: 992px) {
  /* line 97, app/assets/stylesheets/client_company.scss */
  .card-sub-client {
    padding: 16px !important;
  }
}

/* line 113, app/assets/stylesheets/client_company.scss */
.row-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  /* line 113, app/assets/stylesheets/client_company.scss */
  .row-wrapper {
    flex-direction: row;
  }
}

/* line 130, app/assets/stylesheets/client_company.scss */
.col-label {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 130, app/assets/stylesheets/client_company.scss */
  .col-label {
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 130, app/assets/stylesheets/client_company.scss */
  .col-label {
    width: 12%;
  }
}

/* line 148, app/assets/stylesheets/client_company.scss */
.col-input {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 148, app/assets/stylesheets/client_company.scss */
  .col-input {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 148, app/assets/stylesheets/client_company.scss */
  .col-input {
    width: 88%;
  }
}

/* line 166, app/assets/stylesheets/client_company.scss */
.label-client {
  white-space: nowrap;
}

/* line 170, app/assets/stylesheets/client_company.scss */
.nav-client {
  display: grid !important;
  grid-template-columns: auto auto auto;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
}

@media screen and (min-width: 992px) {
  /* line 170, app/assets/stylesheets/client_company.scss */
  .nav-client {
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
  }
}

/* line 189, app/assets/stylesheets/client_company.scss */
.nav-client-new {
  display: grid !important;
  grid-template-columns: auto auto auto;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
}

@media screen and (min-width: 992px) {
  /* line 189, app/assets/stylesheets/client_company.scss */
  .nav-client-new {
    grid-template-columns: auto auto auto auto auto;
  }
}

/* line 208, app/assets/stylesheets/client_company.scss */
.client-title {
  font-size: 20px;
}

@media screen and (min-width: 1200px) {
  /* line 208, app/assets/stylesheets/client_company.scss */
  .client-title {
    font-size: 30px;
  }
}

/* line 224, app/assets/stylesheets/client_company.scss */
.content-client {
  margin-top: 10px !important;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  /* line 224, app/assets/stylesheets/client_company.scss */
  .content-client {
    padding: 0px;
    margin-top: 30px !important;
  }
}

/* line 242, app/assets/stylesheets/client_company.scss */
.btn-add-client {
  border: 1px solid #c3d602;
  padding: 6px 10px 6px 10px;
  background: #c3d602 !important;
  color: #ffffff !important;
}

/* line 249, app/assets/stylesheets/client_company.scss */
.width-100 {
  width: 40px !important;
}

/* line 254, app/assets/stylesheets/client_company.scss */
#problem-tab .header {
  background: #deefff;
  padding: 10px 0px;
}

/* line 259, app/assets/stylesheets/client_company.scss */
#problem-tab .btn-add-row-problem {
  margin-top: 20px;
}

/* line 265, app/assets/stylesheets/client_company.scss */
.rank-status span.radio {
  padding-right: 15px;
}

/* line 270, app/assets/stylesheets/client_company.scss */
.control-icons {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 275, app/assets/stylesheets/client_company.scss */
.font-14 {
  font-size: 14px !important;
}

/* line 279, app/assets/stylesheets/client_company.scss */
.client-csv {
  padding: 0 15px;
}

/* line 283, app/assets/stylesheets/client_company.scss */
.span-border-right {
  border-right: 1px solid gray;
  line-height: 10px;
  display: inline-block;
  padding-right: 6px;
}

/* line 290, app/assets/stylesheets/client_company.scss */
.project-continue-row-head th {
  background-color: #D0EEFF !important;
}

/* line 294, app/assets/stylesheets/client_company.scss */
.estimate-sheet-icon {
  min-width: 153px;
}

/* line 299, app/assets/stylesheets/client_company.scss */
.tab-append-client-companies .select2 {
  width: 200px !important;
}

/* line 307, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple {
  min-height: 38px;
  height: auto !important;
  white-space: normal;
  padding-right: 28px;
  /* room for caret */
  position: relative;
}

/* line 315, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px 6px;
  padding-right: 4px;
}

/* line 322, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple:before {
  right: 10px;
  top: 14px;
}

/* line 327, app/assets/stylesheets/client_company.scss */
.client-company-edit-table .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 8em !important;
}
@charset "UTF-8";
/* line 8, app/assets/stylesheets/common.scss */
.mr-2 {
  margin-right: 15px;
}

/* line 12, app/assets/stylesheets/common.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 16, app/assets/stylesheets/common.scss */
.fs-14 {
  font-size: 14px;
}

/* line 20, app/assets/stylesheets/common.scss */
.ml-8 {
  margin-left: 8px;
}

/* line 24, app/assets/stylesheets/common.scss */
.ml-16 {
  margin-left: 16px;
}

/* line 28, app/assets/stylesheets/common.scss */
.mlb-4 {
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 33, app/assets/stylesheets/common.scss */
.pl-26 {
  padding-left: 26px !important;
}

/* line 37, app/assets/stylesheets/common.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 41, app/assets/stylesheets/common.scss */
.pl-4 {
  padding-left: 4px !important;
}

/* line 45, app/assets/stylesheets/common.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 49, app/assets/stylesheets/common.scss */
.pl-32 {
  padding-left: 32px !important;
}

/* line 53, app/assets/stylesheets/common.scss */
.wd-15 {
  width: 15px;
}

/* line 57, app/assets/stylesheets/common.scss */
.col-custom-5 {
  flex: 0 0 auto;
  width: 95px !important;
}

/* line 62, app/assets/stylesheets/common.scss */
.col-custom-raku-title {
  flex: 0 0 auto;
  width: 33.333333% !important;
}

/* line 67, app/assets/stylesheets/common.scss */
.col-custom-raku-radio {
  flex: 0 0 auto;
  width: 66.666667% !important;
}

/* line 71, app/assets/stylesheets/common.scss */
.col-custom-raku-radio .col-6:first-child {
  padding-left: 0 !important;
}

/* line 75, app/assets/stylesheets/common.scss */
.col-custom-raku-radio .col-6:last-child {
  padding-right: 0 !important;
  position: relative;
}

/* line 79, app/assets/stylesheets/common.scss */
.col-custom-raku-radio .col-6:last-child::after {
  display: inline-block;
  content: '~';
  position: absolute;
  top: 4px;
  left: -5px;
}

/* line 89, app/assets/stylesheets/common.scss */
.wd-15 {
  width: 15px !important;
}

/* line 93, app/assets/stylesheets/common.scss */
.col-custom-7 {
  flex: 0 0 auto;
  width: calc(100% - 95px) !important;
}

/* line 97, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:first-child {
  padding-left: 0 !important;
}

/* line 101, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:last-child {
  padding-right: 0 !important;
  position: relative;
}

/* line 105, app/assets/stylesheets/common.scss */
.col-custom-7 .col-6:last-child::after {
  display: inline-block;
  content: '~';
  position: absolute;
  top: 4px;
  left: -5px;
}

/* line 115, app/assets/stylesheets/common.scss */
.btn-settings {
  border: 1px solid #c3d602 !important;
  padding: 6px 10px 6px 10px;
  background: #c3d602 !important;
}

/* line 121, app/assets/stylesheets/common.scss */
.btn-custom-cancel {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 30px;
  font-size: 14px;
  color: #2674ff;
  background: #fff;
}

/* line 127, app/assets/stylesheets/common.scss */
.btn-custom-submit {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 30px;
  font-size: 14px;
  background: #2674ff;
  color: #fff;
}

/* line 133, app/assets/stylesheets/common.scss */
.modal-header {
  border-bottom: 1px dashed #c3d6f5 !important;
}

/* line 137, app/assets/stylesheets/common.scss */
.modal-footer {
  border-top: none !important;
}

/* line 142, app/assets/stylesheets/common.scss */
#create-header-link label {
  color: #000000ad;
  font-size: 14px;
}

/* line 147, app/assets/stylesheets/common.scss */
#create-header-link .form-control {
  border: 1px solid #dbe9fd;
  border-radius: 8px;
  color: #000000ad;
  font-size: 14px;
}

/* line 156, app/assets/stylesheets/common.scss */
.header-link-icon span {
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/common.scss */
#order_sheet_completed_delivery_at_edit {
  background-color: #dcdcdc;
}

/* line 166, app/assets/stylesheets/common.scss */
#header-list > .row {
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 173, app/assets/stylesheets/common.scss */
.header-link {
  width: 95%;
  overflow: auto;
}

/* line 177, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #f5f5f5;
}

/* line 182, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

/* line 188, app/assets/stylesheets/common.scss */
.header-link::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bfbfbf;
}

/* line 194, app/assets/stylesheets/common.scss */
.click-trigger-checkbox {
  cursor: pointer;
}

/* line 198, app/assets/stylesheets/common.scss */
.border-button {
  border-bottom: 1px solid #70707029;
}

/* line 202, app/assets/stylesheets/common.scss */
.field-has-icon-yen {
  position: relative;
}

/* line 205, app/assets/stylesheets/common.scss */
.field-has-icon-yen span.yen {
  position: absolute;
  left: 15px;
  font-size: 14px;
}

/* line 211, app/assets/stylesheets/common.scss */
.field-has-icon-yen input {
  padding-left: 26px;
}

/* line 217, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen {
  position: relative;
}

/* line 220, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen span.yen {
  position: absolute;
  padding-top: 7px;
  left: 20px;
  font-size: 14px;
}

/* line 227, app/assets/stylesheets/common.scss */
.order-sheet-has-icon-yen input {
  padding-left: 20px;
}

/* line 233, app/assets/stylesheets/common.scss */
.icon-grip img {
  width: 24px;
}

/* > Tablet */
/* PC low resolution */
/* > PC low resolution */
/* line 247, app/assets/stylesheets/common.scss */
.radio_buttons.company_status span.radio,
.estimate_sheet_status span.radio,
.estimate_sheet_accept_status span.radio,
.project_transaction_status span.radio,
.project_project_type span.radio,
.project_payment_period span.radio,
payment_period {
  margin-right: 8px;
}

/* line 257, app/assets/stylesheets/common.scss */
.wrap-pic-user-company {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

/* line 273, app/assets/stylesheets/common.scss */
.group-company-types .form-group {
  display: inline-block;
  margin-right: 20px;
}

/* line 279, app/assets/stylesheets/common.scss */
.record-list-wrapper .row-head {
  padding: 7px 0px !important;
}

/* line 287, app/assets/stylesheets/common.scss */
#setting-plan-project .modal-header-inner {
  font-size: 1.5rem;
}

/* line 291, app/assets/stylesheets/common.scss */
#setting-plan-project .form-create-edit-plan {
  font-size: 1rem;
}

/* line 295, app/assets/stylesheets/common.scss */
#setting-plan-project .form-control {
  border-radius: 8px;
  border: 1px solid #dbe9fd;
}

/* line 300, app/assets/stylesheets/common.scss */
#setting-plan-project .btn-custom-cancel {
  padding: 8px 11px;
}

/* line 304, app/assets/stylesheets/common.scss */
#setting-plan-project .js-save-account-plan {
  border-radius: 8px;
  padding: 6px 29px;
}

/* line 310, app/assets/stylesheets/common.scss */
.select2-selection__clear {
  display: none !important;
}

/* line 314, app/assets/stylesheets/common.scss */
#filter-day .select2-selection__clear {
  display: block !important;
}

/* line 318, app/assets/stylesheets/common.scss */
.date-expense .form-group {
  width: 140px !important;
}

/* line 322, app/assets/stylesheets/common.scss */
.ordered-date .form-group {
  width: 130px !important;
}

/* line 325, app/assets/stylesheets/common.scss */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  display: inline !important;
}

@media screen and (min-width: 1367px) {
  /* line 330, app/assets/stylesheets/common.scss */
  .sidebar {
    font-size: 10pt !important;
  }
  /* line 335, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-btn,
.sidebar .s-item a {
    font-size: 10pt !important;
  }
  /* line 340, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-container > ul > li > a,
.sidebar .s-item .sidebar-dropdown-container > ul > li {
    font-size: 10pt !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  /* line 349, app/assets/stylesheets/common.scss */
  .sidebar {
    font-size: 9pt !important;
  }
  /* line 354, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-btn,
.sidebar .s-item a {
    font-size: 9pt !important;
  }
  /* line 359, app/assets/stylesheets/common.scss */
  .sidebar .s-item .sidebar-dropdown-container > ul > li > a,
.sidebar .s-item .sidebar-dropdown-container > ul > li {
    font-size: 9pt !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 368, app/assets/stylesheets/common.scss */
  .btn-for-mb {
    margin-top: 10px;
  }
  /* line 372, app/assets/stylesheets/common.scss */
  .label-for-mb {
    font-size: 11px !important;
  }
  /* line 376, app/assets/stylesheets/common.scss */
  .wd-72 {
    width: 72px !important;
  }
}

/* line 381, app/assets/stylesheets/common.scss */
.checkbox-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 387, app/assets/stylesheets/common.scss */
.mg-0 {
  margin: 0;
}

/* line 391, app/assets/stylesheets/common.scss */
.color-gray {
  color: #999999 !important;
}

/* line 395, app/assets/stylesheets/common.scss */
.wd-130 {
  width: 130px !important;
}

/* line 399, app/assets/stylesheets/common.scss */
.input-clearable {
  position: relative;
}

/* line 403, app/assets/stylesheets/common.scss */
.input-clearable input {
  padding-right: 24px;
  /* Để tạo khoảng trống cho nút xóa */
}

/* line 408, app/assets/stylesheets/common.scss */
.input-clearable .clear-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

/* line 417, app/assets/stylesheets/common.scss */
.input-clearable .form-clear-icon {
  font-size: 14px;
  font-weight: 500;
  right: 10px;
}

/* line 425, app/assets/stylesheets/common.scss */
.input-clearable .datepicker-js:not(:placeholder-shown) + .clear-icon {
  display: inline;
}

/* line 428, app/assets/stylesheets/common.scss */
.input-clearable input:not(:placeholder-shown) + .clear-icon {
  display: inline;
}

/* line 432, app/assets/stylesheets/common.scss */
.estimate-sheet-name {
  margin-bottom: 50px;
}

/* line 436, app/assets/stylesheets/common.scss */
.input-sheet-made {
  margin-top: 30px;
}

/* line 440, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item {
  position: relative;
}

/* line 443, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item span.yen {
  position: absolute;
  left: 15px;
  font-size: 14px;
}

/* line 449, app/assets/stylesheets/common.scss */
.field-has-icon-yen-bill-item input {
  padding-left: 26px;
  margin-left: 10px;
}

/* line 456, app/assets/stylesheets/common.scss */
.company_client_company_client_receive_id .select2-selection__clear {
  display: block !important;
  color: #000000ad;
  font-size: 14px;
  padding-right: 2px;
  margin-right: 0 !important;
  margin-top: -2px;
}

/* line 466, app/assets/stylesheets/common.scss */
button.btn-convert-estimate:disabled {
  background-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

/* line 472, app/assets/stylesheets/common.scss */
.tab-pane {
  display: none;
}

/* line 476, app/assets/stylesheets/common.scss */
.tab-pane.active {
  display: block;
}

/* line 481, app/assets/stylesheets/common.scss */
.icon-sort {
  color: #ccc;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  gap: 0;
  position: relative;
}

/* line 489, app/assets/stylesheets/common.scss */
.icon-sort .icon-sort-up {
  top: -8px;
  position: absolute;
}

/* line 493, app/assets/stylesheets/common.scss */
.icon-sort .icon-sort-down {
  top: -7px;
  position: absolute;
}

/* line 499, app/assets/stylesheets/common.scss */
.asc[class^="sort"] .icon-sort-up,
.desc[class^="sort"] .icon-sort-down {
  color: #0c0d0e;
}

/* line 504, app/assets/stylesheets/common.scss */
.daterangepicker select.yearselect,
.daterangepicker select.monthselect {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 14px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 516, app/assets/stylesheets/common.scss */
.daterangepicker select.monthselect {
  width: 30%;
}

/* line 520, app/assets/stylesheets/common.scss */
.daterangepicker select.yearselect {
  width: 46%;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .fw-400 {
  font-weight: 400;
  color: #000000 !important;
}

/* line 7, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .badge {
  padding: 8px 10px;
}

/* line 16, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .estimated-profit-margin .badge-light-number {
  border: 1px solid #c5c6d9;
  color: #000000ad;
}

/* line 22, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .text-red {
  color: #dc3545;
}

/* line 26, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .group-profit {
  border: 1px solid #dbe9fd;
  padding: 10px 18px;
}

/* line 31, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .icon-collapse {
  width: 30px;
}

/* line 35, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .icon-chevrons {
  width: 16px;
}

/* line 39, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-add-order {
  font-size: 12px !important;
}

/* line 44, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .group-inline div {
  display: inline-block;
}

/* line 49, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .header-order-detail {
  padding: 7px 8px 11px 11px;
}

/* line 52, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .header-order-detail div {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .label-with-bg {
  background-color: #f8faff;
}

/* line 60, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .label-with-bg label {
  color: #333333 !important;
}

/* line 65, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-inline {
  padding: 35px;
}

/* line 69, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-inline .table-form-project th {
  color: #333333;
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-image {
  padding-left: 0px;
  padding-right: 27px;
}

/* line 81, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-table-image .table-form-project th {
  color: #333333;
}

/* line 87, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .cal-estimate-price,
.esimate-sheet-page .calc_discount,
.esimate-sheet-page .new-estimate-sheet {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .checkbox-estimate-item {
  width: 15px;
  height: 15px;
}

/* line 98, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .estimate_sheet_estimate_items_note label,
.esimate-sheet-page .estimate_sheet_estimate_items_discount label {
  color: #000000 !important;
}

/* line 103, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-open-template {
  font-size: 12px;
  height: 28px;
  padding: 5px 5px;
}

/* line 109, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .arrow-down,
.esimate-sheet-page .arrow-up,
.esimate-sheet-page .arrow-down-main,
.esimate-sheet-page .arrow-up-main,
.esimate-sheet-page .bg-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  margin-right: 2px;
  background: #e5efff;
  border-radius: 8px;
}

/* line 123, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bg-active-chevrons {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 8px;
}

/* line 130, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bg-active-arrow {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 5px;
}

/* line 137, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .arrow-img {
  width: 20px;
  height: 20px;
}

/* line 142, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .remove-field-dynamic {
  margin: 0px 4px;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-1 {
  width: 1%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-2 {
  width: 2%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-3 {
  width: 3%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-4 {
  width: 4%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-5 {
  width: 5%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-6 {
  width: 6%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-7 {
  width: 7%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-8 {
  width: 8%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-9 {
  width: 9%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-10 {
  width: 10%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-11 {
  width: 11%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-12 {
  width: 12%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-13 {
  width: 13%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-14 {
  width: 14%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-15 {
  width: 15%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-16 {
  width: 16%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-17 {
  width: 17%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-18 {
  width: 18%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-19 {
  width: 19%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-20 {
  width: 20%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-21 {
  width: 21%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-22 {
  width: 22%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-23 {
  width: 23%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-24 {
  width: 24%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-25 {
  width: 25%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-26 {
  width: 26%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-27 {
  width: 27%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-28 {
  width: 28%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-29 {
  width: 29%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-30 {
  width: 30%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-31 {
  width: 31%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-32 {
  width: 32%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-33 {
  width: 33%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-34 {
  width: 34%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-35 {
  width: 35%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-36 {
  width: 36%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-37 {
  width: 37%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-38 {
  width: 38%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-39 {
  width: 39%;
}

/* line 147, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .col-w-40 {
  width: 40%;
}

/* line 152, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .parent-fields {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 157, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .bd-bottom-none {
  border-bottom: none !important;
}

/* line 161, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-open-search-product {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 168, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .btn-note {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 1px;
  padding-left: 1px;
}

/* line 177, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .line_note {
  font-size: 14px !important;
}

/* line 181, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-expand-arrow {
  border-bottom: none !important;
}

/* line 185, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons {
  top: 43px;
  position: absolute;
  right: 0px;
}

/* line 190, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons .arrow-down-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 195, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .wrap-arrow-icons .arrow-up-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 201, app/assets/stylesheets/estimate_sheet.scss */
.esimate-sheet-page .none-border-bottom {
  border-bottom: none !important;
}

/* line 206, app/assets/stylesheets/estimate_sheet.scss */
.pr-0 {
  padding-right: 0px !important;
}

/* line 211, app/assets/stylesheets/estimate_sheet.scss */
.form-common-page .js-sell_price, .form-common-page .segment-cost-price, .form-common-page .js-purchase-amount {
  background-color: #e9ecef !important;
}

/* line 216, app/assets/stylesheets/estimate_sheet.scss */
.pd-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 221, app/assets/stylesheets/estimate_sheet.scss */
.inline-block {
  display: inline-block;
}

/* line 225, app/assets/stylesheets/estimate_sheet.scss */
.auto-with-13 {
  width: 13% !important;
}

/* line 231, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .select-box-template,
#modal-specs-master-template .select-box-template {
  width: 340px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  margin-bottom: 24px;
  line-height: 20px;
}

/* line 245, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .selected-template-name,
#modal-specs-master-template .selected-template-name {
  opacity: 0.6;
}

/* line 249, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .dropdown-toggle,
#modal-specs-master-template .dropdown-toggle {
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .label-content,
#modal-specs-master-template .label-content {
  margin-top: 6px;
  margin-left: 8px;
}

/* line 258, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .custom-selectbox-new,
#modal-specs-master-template .custom-selectbox-new {
  top: 65px;
  width: 340px;
}

/* line 263, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-item,
#modal-specs-master-template .template-item {
  font-size: 14px;
  padding: 5px 10px;
}

/* line 268, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-item:hover,
#modal-specs-master-template .template-item:hover {
  background-color: #e5efff;
}

/* line 272, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .btn-cancel-template,
#modal-specs-master-template .btn-cancel-template {
  color: #fff;
  border-radius: 8px;
  border: 1px solid #dbe9fd;
  padding: 7px 20px;
  font-size: 14px;
  background-color: #f4816b;
}

/* line 281, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .btn-custom-submit,
#modal-specs-master-template .btn-custom-submit {
  padding: 7px 41px;
}

/* line 285, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .template-title,
#modal-specs-master-template .template-title {
  with: 100%;
  color: #1a1a1a;
}

/* line 290, app/assets/stylesheets/estimate_sheet.scss */
#modal-execution-template .modal-header,
#modal-specs-master-template .modal-header {
  border-bottom: none !important;
}

/* line 295, app/assets/stylesheets/estimate_sheet.scss */
.inline-style {
  display: inline-block;
}

/* line 299, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note {
  display: flex;
  align-items: center;
}

/* line 304, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note label {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #f8faff;
  border-radius: 5px 0 0 5px;
  text-align: center;
  width: 100px;
  min-height: 56px;
  border: 1px solid #dbe9fd;
  border-right: transparent;
  margin-bottom: 0px !important;
}

/* line 319, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_note .line_note {
  border-left: transparent;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 327, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_estimate_items_discount label {
  border-color: #dbe9fd transparent #dbe9fd #dbe9fd;
  border-width: 1px;
  border-style: solid;
  padding-top: 0 !important;
  height: 58px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 339, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list {
  padding: 0px !important;
}

/* line 342, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 348, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .bg-title {
  background: #f8faff;
}

/* line 352, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  display: inline-block;
}

/* line 361, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 367, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload-item {
  display: grid;
  align-items: center;
  column-gap: 8px;
  grid-template-columns: 16px auto 20px 20px 20px;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 376, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 382, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 387, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 393, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 398, app/assets/stylesheets/estimate_sheet.scss */
.es-upload-list .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 405, app/assets/stylesheets/estimate_sheet.scss */
.order-table {
  display: table !important;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 413, app/assets/stylesheets/estimate_sheet.scss */
.order-table td:nth-child(1),
.order-table td:nth-child(3),
.order-table td:nth-child(4),
.order-table td:nth-child(5),
.order-table td:nth-child(6),
.order-table td:nth-child(7) {
  white-space: nowrap;
}

/* line 422, app/assets/stylesheets/estimate_sheet.scss */
.order-table td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 428, app/assets/stylesheets/estimate_sheet.scss */
.order-table .bg-title {
  background: #f8faff;
}

/* line 432, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  margin-top: 12px;
  display: inline-block;
}

/* line 441, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 447, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  margin-top: 4px;
}

/* line 455, app/assets/stylesheets/estimate_sheet.scss */
.order-table .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 461, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 466, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 472, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 477, app/assets/stylesheets/estimate_sheet.scss */
.order-table .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 484, app/assets/stylesheets/estimate_sheet.scss */
.estimate-actions {
  margin-left: -8px !important;
}

/* line 488, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-0 {
  text-indent: 0px;
}

/* line 492, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-10 {
  text-indent: 10px;
}

/* line 496, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-20 {
  text-indent: 20px;
}

/* line 500, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-30 {
  text-indent: 30px;
}

/* line 504, app/assets/stylesheets/estimate_sheet.scss */
.text-indent-40 {
  text-indent: 40px;
}

/* line 508, app/assets/stylesheets/estimate_sheet.scss */
.short-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 514, app/assets/stylesheets/estimate_sheet.scss */
.gap-x {
  column-gap: 8px;
}

/* line 518, app/assets/stylesheets/estimate_sheet.scss */
#margin-number-temp,
#total_discount {
  padding: 4px 8px;
}

/* line 523, app/assets/stylesheets/estimate_sheet.scss */
#note {
  padding: 12px;
}

/* line 527, app/assets/stylesheets/estimate_sheet.scss */
.radio_buttons {
  margin-right: 6px;
}

/* line 531, app/assets/stylesheets/estimate_sheet.scss */
.input-uploader {
  width: 146px !important;
  min-width: 146px !important;
}

/* line 536, app/assets/stylesheets/estimate_sheet.scss */
.custom-height {
  min-height: 217px !important;
}

/* line 540, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_payment_condition span.radio {
  margin-right: 8px;
}

/* line 544, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_deliver_location input::placeholder {
  color: #989898;
  font-style: italic;
}

/* line 549, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item {
  border-collapse: separate;
  border-spacing: 0;
  /*第一欄最後列：左下*/
  /*最後欄第一列：右上*/
  /*最後欄第一列：右下*/
}

/* line 553, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr {
  border: 1px solid #dbe9fd !important;
}

/* line 557, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item td {
  border: 1px solid #dbe9fd !important;
}

/* line 561, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr > td:first-child {
  border-right: 0 !important;
}

/* line 565, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

/* line 570, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

/* line 575, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

/* line 580, app/assets/stylesheets/estimate_sheet.scss */
.table-est-item tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* line 585, app/assets/stylesheets/estimate_sheet.scss */
.estimate_sheet_bank_account_id {
  margin-top: 20px;
}

/* line 589, app/assets/stylesheets/estimate_sheet.scss */
.js-purchase-amount {
  width: 96% !important;
}

@media screen and (width: 1920px) {
  /* line 589, app/assets/stylesheets/estimate_sheet.scss */
  .js-purchase-amount {
    width: 100% !important;
  }
}

/* line 596, app/assets/stylesheets/estimate_sheet.scss */
.js-purchase-amount-ordered {
  width: 96% !important;
}

@media screen and (width: 1920px) {
  /* line 596, app/assets/stylesheets/estimate_sheet.scss */
  .js-purchase-amount-ordered {
    width: 100% !important;
  }
}

/* line 603, app/assets/stylesheets/estimate_sheet.scss */
.position-relative {
  position: relative;
}

/* line 607, app/assets/stylesheets/estimate_sheet.scss */
.icon-select {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 615, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-1 {
  background-color: #769edd;
}

/* line 619, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-2 {
  background-color: #aed7f0;
}

/* line 623, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-3 {
  background-color: #d8e9fa;
}

/* line 627, app/assets/stylesheets/estimate_sheet.scss */
.bg-level-blank {
  background-color: #fff;
}

/* line 631, app/assets/stylesheets/estimate_sheet.scss */
.ordered-item-area {
  padding-left: 80px !important;
}

@media screen and (width: 1920px) {
  /* line 631, app/assets/stylesheets/estimate_sheet.scss */
  .ordered-item-area {
    padding-left: 104px !important;
  }
}

@media screen and (width: 1280px) {
  /* line 631, app/assets/stylesheets/estimate_sheet.scss */
  .ordered-item-area {
    padding-left: 62px !important;
  }
}

/* line 644, app/assets/stylesheets/estimate_sheet.scss */
.checkbox-container {
  width: 10% !important;
}

@media screen and (width: 1280px) {
  /* line 644, app/assets/stylesheets/estimate_sheet.scss */
  .checkbox-container {
    width: 12% !important;
  }
}

@media screen and (width: 1920px) {
  /* line 652, app/assets/stylesheets/estimate_sheet.scss */
  .estimate_sheet_estimate_items_purchase_amount {
    width: auto;
  }
}

@media screen and (width: 1280px) {
  /* line 652, app/assets/stylesheets/estimate_sheet.scss */
  .estimate_sheet_estimate_items_purchase_amount {
    width: 50%;
  }
}

/* line 662, app/assets/stylesheets/estimate_sheet.scss */
.form-purchase-amount {
  margin-left: 2px;
}

@media screen and (width: 1920px) {
  /* line 662, app/assets/stylesheets/estimate_sheet.scss */
  .form-purchase-amount {
    margin-left: 88px;
  }
}

@media screen and (width: 1280px) {
  /* line 662, app/assets/stylesheets/estimate_sheet.scss */
  .form-purchase-amount {
    margin-left: -65px;
  }
}

/* line 674, app/assets/stylesheets/estimate_sheet.scss */
.estimate-product-text {
  margin-left: -18px;
}

@media screen and (width: 1280px) {
  /* line 677, app/assets/stylesheets/estimate_sheet.scss */
  .estimate-product-text .js-product-text {
    width: 95%;
    margin-left: 15px;
  }
}

/* line 686, app/assets/stylesheets/estimate_sheet.scss */
.label-purchase-amount {
  text-align: center;
  margin-right: -20px;
  width: 90%;
}

@media screen and (width: 1920px) {
  /* line 686, app/assets/stylesheets/estimate_sheet.scss */
  .label-purchase-amount {
    text-align: center;
    margin-right: -3px;
    width: 46%;
  }
}

@media screen and (width: 1280px) {
  /* line 686, app/assets/stylesheets/estimate_sheet.scss */
  .label-purchase-amount {
    text-align: right;
    margin-right: 7px;
    width: 77% !important;
  }
}

@media screen and (width: 1280px) {
  /* line 706, app/assets/stylesheets/estimate_sheet.scss */
  .btn-search-product {
    margin-top: 5px;
    margin-left: 30px;
  }
}

@media screen and (width: 1280px) {
  /* line 713, app/assets/stylesheets/estimate_sheet.scss */
  .tax-free-title {
    margin-left: -10px;
  }
}

@media screen and (width: 1280px) {
  /* line 719, app/assets/stylesheets/estimate_sheet.scss */
  .actions-title {
    margin-left: 8px;
  }
}

/* line 727, app/assets/stylesheets/estimate_sheet.scss */
.lease-item .lease-cost-price-input {
  margin-left: -23px;
}

@media screen and (min-width: 1920px) {
  /* line 732, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-input {
    margin-left: -85px;
  }
  /* line 736, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    margin-left: -40px;
  }
  /* line 740, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-title {
    margin-left: 10px;
  }
  /* line 744, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-input {
    margin-left: -35px;
  }
  /* line 748, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-title {
    width: 13%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 755, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-tax-rate-input {
    width: 9%;
    margin-left: -10px;
  }
  /* line 760, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-title {
    width: 13%;
  }
  /* line 764, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-cost-price-input {
    width: 15%;
  }
  /* line 767, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    margin-left: -10px;
  }
  /* line 770, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .lease-amount-input {
    width: 9%;
  }
  /* line 773, app/assets/stylesheets/estimate_sheet.scss */
  .lease-item .scheduled-cancellation-date-title-input {
    width: 13%;
    margin-left: -13px;
  }
}

/* line 780, app/assets/stylesheets/estimate_sheet.scss */
#lease-companies-table,
#lease-companies-table td,
#lease-companies-table th {
  color: #555 !important;
}
/* line 2, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* line 4, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .checkbox label input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .form-group {
  display: block;
}

/* line 28, app/assets/stylesheets/lease_companies.scss */
.lease-companies-page .lease_company_object_lease_types_ids .form-group > .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  /* line 3, app/assets/stylesheets/main_company.scss */
  .main-companies-form .btn-company-bank-accounts {
    margin-left: 62.666667% !important;
  }
}
/* line 1, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages {
  margin-top: 30px;
  padding: 0 15px;
  color: #000000ad;
}

/* line 5, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

/* line 11, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .col-form-label {
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table {
  font-size: 14px;
}

/* line 19, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table thead td {
  background-color: #E9F4FF;
  border-bottom: hidden !important;
}

/* line 25, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table th, .object-lease-type-pages .table td {
  color: #000000ad;
}

/* line 31, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody .name a {
  color: #1890FF;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody input {
  font-size: 14px;
  color: #000000ad;
}

/* line 42, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .table tbody .hidden-record {
  display: none;
}

/* line 48, app/assets/stylesheets/object_lease_type.scss */
.object-lease-type-pages .form-control, .object-lease-type-pages .form-select {
  border: 1px solid #dbe9fd;
  border-radius: 8px;
  color: #000000ad;
  font-size: 14px;
}
/* line 2, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .fw-400 {
  font-weight: 400;
  color: #000000 !important;
}

/* line 7, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .badge {
  padding: 8px 10px;
}

/* line 16, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .estimated-profit-margin .badge-light-number {
  border: 1px solid #c5c6d9;
  color: #000000ad;
}

/* line 22, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .text-red {
  color: #dc3545;
}

/* line 26, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .group-profit {
  border: 1px solid #dbe9fd;
  padding: 10px 18px;
}

/* line 31, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .icon-collapse {
  width: 30px;
}

/* line 35, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .icon-chevrons {
  width: 16px;
}

/* line 39, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-add-order {
  font-size: 12px !important;
}

/* line 44, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .group-inline div {
  display: inline-block;
}

/* line 49, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .header-order-detail {
  padding: 7px 8px 11px 11px;
}

/* line 52, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .header-order-detail div {
  display: inline-block;
}

/* line 57, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .label-with-bg {
  background-color: #f8faff;
}

/* line 60, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .label-with-bg label {
  color: #333333 !important;
}

/* line 65, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-inline {
  padding: 35px;
}

/* line 69, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-inline .table-form-project th {
  color: #333333;
  font-size: 14px;
}

/* line 76, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-image {
  padding-left: 0px;
  padding-right: 27px;
}

/* line 81, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-table-image .table-form-project th {
  color: #333333;
}

/* line 87, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .cal-estimate-price,
.ordered-item-page .calc_discount,
.ordered-item-page .new-estimate-sheet {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .checkbox-estimate-item {
  width: 15px;
  height: 15px;
}

/* line 98, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .estimate_sheet_estimate_items_note label,
.ordered-item-page .estimate_sheet_estimate_items_discount label {
  color: #000000 !important;
}

/* line 103, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-template {
  font-size: 12px;
  height: 28px;
  padding: 5px 5px;
}

/* line 109, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .arrow-down,
.ordered-item-page .arrow-up,
.ordered-item-page .arrow-down-main,
.ordered-item-page .arrow-up-main,
.ordered-item-page .bg-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px;
  margin-right: 2px;
  background: #e5efff;
  border-radius: 8px;
}

/* line 123, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bg-active-chevrons {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 8px;
}

/* line 130, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bg-active-arrow {
  margin-right: 2px;
  border-radius: 8px;
  background-color: #5b96d7;
  padding: 8px 5px;
}

/* line 137, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .arrow-img {
  width: 20px;
  height: 20px;
}

/* line 142, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .remove-field-dynamic {
  margin: 0px 4px;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-1 {
  width: 1%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-2 {
  width: 2%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-3 {
  width: 3%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-4 {
  width: 4%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-5 {
  width: 5%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-6 {
  width: 6%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-7 {
  width: 7%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-8 {
  width: 8%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-9 {
  width: 9%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-10 {
  width: 10%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-11 {
  width: 11%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-12 {
  width: 12%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-13 {
  width: 13%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-14 {
  width: 14%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-15 {
  width: 15%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-16 {
  width: 16%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-17 {
  width: 17%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-18 {
  width: 18%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-19 {
  width: 19%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-20 {
  width: 20%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-21 {
  width: 21%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-22 {
  width: 22%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-23 {
  width: 23%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-24 {
  width: 24%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-25 {
  width: 25%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-26 {
  width: 26%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-27 {
  width: 27%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-28 {
  width: 28%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-29 {
  width: 29%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-30 {
  width: 30%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-31 {
  width: 31%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-32 {
  width: 32%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-33 {
  width: 33%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-34 {
  width: 34%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-35 {
  width: 35%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-36 {
  width: 36%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-37 {
  width: 37%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-38 {
  width: 38%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-39 {
  width: 39%;
}

/* line 147, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .col-w-40 {
  width: 40%;
}

/* line 152, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .parent-fields {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 157, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .bd-bottom-none {
  border-bottom: none !important;
}

/* line 161, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-search-product {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 168, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-open-search-product-ordered {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 8px;
}

/* line 175, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .btn-note {
  width: 55px;
  white-space: nowrap;
  font-size: 12px;
  padding-right: 1px;
  padding-left: 1px;
}

/* line 184, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .line_note {
  font-size: 14px !important;
}

/* line 188, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-expand-arrow {
  border-bottom: none !important;
}

/* line 192, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons {
  top: 43px;
  position: absolute;
  right: 0px;
}

/* line 197, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons .arrow-down-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 202, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .wrap-arrow-icons .arrow-up-main .arrow-img {
  width: 10px;
  /* Or any other size */
}

/* line 208, app/assets/stylesheets/ordered_item.scss */
.ordered-item-page .none-border-bottom {
  border-bottom: none !important;
}

/* line 213, app/assets/stylesheets/ordered_item.scss */
#ordered_item_documents:disabled {
  display: none;
}

/* line 217, app/assets/stylesheets/ordered_item.scss */
.order-table {
  padding: 0px !important;
}

/* line 219, app/assets/stylesheets/ordered_item.scss */
.order-table btn
td {
  padding: 9px 10px;
  border-collapse: collapse;
  border: 1px solid #dde9fd;
}

/* line 226, app/assets/stylesheets/ordered_item.scss */
.order-table .bg-title {
  background: #f8faff;
}

/* line 230, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload {
  padding: 5px 10px;
  color: #007dce;
  border: 1px solid #007dce;
  border-radius: 5px;
  display: inline-block;
}

/* line 239, app/assets/stylesheets/ordered_item.scss */
.order-table .upload {
  margin-top: 12px;
  opacity: 0 !important;
  min-height: unset !important;
}

/* line 245, app/assets/stylesheets/ordered_item.scss */
.order-table .upload-item {
  display: grid;
  align-items: center;
  column-gap: 8px;
  grid-template-columns: 16px auto 20px 20px 20px;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 254, app/assets/stylesheets/ordered_item.scss */
.order-table .upload-item .file-name {
  white-space: initial;
  word-break: break-all;
}

/* line 260, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload-item {
  background: #f8faff;
  padding: 3px;
  cursor: pointer;
}

/* line 265, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-upload-item img {
  height: 13px;
  width: 13px;
}

/* line 271, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-show-upload-item {
  background: #f8faff;
  padding: 1px;
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/ordered_item.scss */
.order-table .btn-show-upload-item img {
  height: 23px;
  width: 23px;
}

/* line 283, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .modal-body {
  overflow-x: auto;
  white-space: nowrap;
}

/* line 296, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 302, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 307, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table thead {
  position: sticky;
  top: 0;
  background: #f0f4f8;
  z-index: 10;
}

/* line 314, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table th,
#modal-choose-ordered-item .fixed-header-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 120px;
}

/* line 322, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table th {
  height: 50px;
}

/* line 326, app/assets/stylesheets/ordered_item.scss */
#modal-choose-ordered-item .fixed-header-table tbody tr {
  height: 50px;
}
/* line 1, app/assets/stylesheets/partner_company.scss */
.item-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/partner_company.scss */
.item-middle {
  display: flex;
  align-items: center;
}
@media print {
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

  * {
    /* font-family: 'Noto Sans JP', sans-serif; */
  }

  .page-break {
    display: block;
    clear: both;
    page-break-after: always;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-middle {
    vertical-align: middle;
  }
  .border-top {
    border-top: 2px solid;
  }
  .border-bottom {
    border-bottom: 2px solid;
  }
  .border-bottom-bold {
    border-bottom: 4px solid;
  }
  .border-left {
    border-left: 2px solid;
  }
  .border-right {
    border-right: 2px solid;
  }
  .margin-right {
    margin-right: 20px;
  }
  .border-bottom-dash {
    border-bottom: 1px solid;
    border-bottom-style: dashed;
  }
  .border-right-dash {
    border-right: 1px solid;
    border-right-style: dashed;
  }
  .title {
    padding-bottom: 50px;
  }
  .title-order {
    font-size: 32px;
  }
  .title-order-value {
    font-size: 20px;
    padding: 0px 20px;
  }
  .sub-title-order {
    width: 100%;
  }
  .inline {
    display: inline-block;
  }
  .align-top {
    vertical-align: top;
  }
  .ml-5 {
    margin-left: 5px;
  }
  .mr-5 {
    margin-right: 5px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .notes {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    min-height: 100px;
  }
  .min-width-80 {
    min-width: 80px;
  }
  .min-width-60 {
    min-width: 60px;
  }
  .min-width-100 {
    min-width: 100px;
  }

  .estimate-values {
    display: flex !important;
    align-items: end;
    margin: 30px 0px;
  }

  .total-values-estimate {
    min-height: 80px;
  }

  .total-values {
    position: relative;
  }

  .total-values .text-bottom-box {
    position: absolute;
    bottom: 0;
  }

  .total-values .val-box {
    text-align: center;
    border: 2px solid;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .total-values .val-box:first-child {
    border-right: none;
    background: #b3c6e7;
  }

  .table-order-stamp {
    width: 100%;
    text-align: center;
    border: 1px solid;
    height: 70px;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .table-order-stamp td {
    border: 1px solid;
  }

  .info-box {
    position: relative;
  }

  .info-box .img-logo img {
    max-width: 60%;
  }

  .estimation-table-head {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .estimation-table-head table td, .estimation-table-head table th {
    border: 1px solid;
  }
  .estimation-table-head table {
    border-collapse: collapse;
  }
  .estimation-table-head table th {
    padding: 7px 20px;
    font-weight: 400;
  }
  .estimation-table-head table td {
    padding: 35px 20px;
  }

  .estimation-table-price {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    border-collapse: collapse;
    height: 80px;
  }

  .estimation-table-stamp {
    width: 90%;
    table-layout: fixed;
    border: 1px solid;
    border-collapse: collapse;
    float: right;
  }

  .estimation-table-stamp th, .estimation-table-stamp td {
    border: 1px solid;
    text-align: center;
  }

  .estimation-table-stamp tr:nth-child(2) {
    height: 80px;
  }

  /* .estimation-detail-preview {
    background: url(<%= wicked_pdf_asset_base64('preview.png') %>);
  } */

  .estimation-detail .img-table-head-logo {
    position: absolute;
    bottom: -7px;
    right: 7px;
  }

  .img-seal {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .estimation-title-area {
    position: relative;
  }
  .estimation-right-info {
    position: absolute;
    top: -25px;
    right: 0;
  }
  .estimation-detail h2, h3 {
    font-weight: 500;
  }

  .img-seal-order {
    padding-left: 16px;
  }

  .img-seal-order img {
    opacity: 0.7;
    width: 100px;
    height: 100px;
  }

  .img-stamp-order img {
    padding-top: 16px;
    opacity: 0.7;
    width: 50px;
    height: 50px;
  }

  .img-seal img {
    opacity: 0.7;
    height: 110px;
    width: 100px;
  }

  .order-unit {
    float: right;
    margin-bottom: 8px;
    margin-right: 20px;
  }

  table.table-container {
    color: black;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid;
  }

  table.table-order {
    float: right;
    color: black;
    width: 40%;
    border-collapse: collapse;
  }

  .bg-pdf {
    background: rgb(192, 192, 192) !important;
  }

  .bg-primary-pdf {
    background: #b3c6e7;
  }

  .header-info {
    /* font-style: bold; */
  }

  table.table-container thead {
    background: #b3c6e7;
  }

  .td-min-height {
    height: 22px;
  }

  .td-max-height {
      height: 22px;
  }

  table, td, th {
    border: none;
    padding: 7px 5px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .note {
    position: relative;
  }
  .note span {
    position: absolute;
    bottom:0;
    left: 8px;
  }
  .row {
    width: 100%;
    display: flex;
    display: -webkit-box;
  }
  .row .col-50 {
    width: 100%;
    -webkit-box-flex: 0 0 50%;
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .row .col-75 {
    width: 100%;
    -webkit-box-flex: 0 0 75%;
    max-width: 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .row .col-25 {
    width: 100%;
    -webkit-box-flex: 0 0 25%;
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .row .col-20 {
    width: 100%;
    -webkit-box-flex: 0 0 20%;
    max-width: 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .row .col-40 {
    width: 100%;
    -webkit-box-flex: 0 0 40%;
    max-width: 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .row .col-30 {
    width: 100%;
    -webkit-box-flex: 0 0 30%;
    max-width: 30%;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .row .col-60 {
    width: 100%;
    -webkit-box-flex: 0 0 60%;
    max-width: 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .row .col-80 {
    width: 100%;
    -webkit-box-flex: 0 0 80%;
    max-width: 80%;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .row .col-100 {
    width: 100%;
    -webkit-box-flex: 0 0 100;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .billing-detail *, .client-company-pdf * {
    font-family: "MS Gothic", 'Noto Sans JP', sans-serif;
  }

  .estimation-detail * {
    font-family: "MS Mincho", 'Noto Sans JP', sans-serif;
  }

  .pb-5 {
    padding-bottom: 5px;
  }

  .pb-10 {
    padding-bottom: 10px;
  }

  .text-19 {
      font-size: 19px;
  }

  .text-20 {
    font-size: 20px;
  }

  .text-23 {
      font-size: 23px;
  }

  .text-25 {
    font-size: 25px;
  }

  .text-bold {
    font-weight: bold;
  }
  .company-name{
    font-size: 20px;
    font-weight: bold;
  }

  .client-company-note {
    margin-top: 20px;
    width: 100%;
    border: 2px solid;
    border-collapse: collapse;
    height: 40px;
  }

  .bg-green {
    background-color: #b6d7a7 !important;
  }


  .bg-white {
    background-color: #ffffff !important;
  }
}
/* line 2, app/assets/stylesheets/problem_client_company.scss */
#problem-client-comapny-form .custom-modal {
  max-width: 800px;
}

/* line 7, app/assets/stylesheets/problem_client_company.scss */
.w-130 {
  width: 130px;
}

/* line 11, app/assets/stylesheets/problem_client_company.scss */
.btn-edit-problem {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/problem_client_company.scss */
#title-form-problem {
  font-size: 30px;
}

/* line 20, app/assets/stylesheets/problem_client_company.scss */
#content-form-problem button[type=submit] {
  width: 132px;
}

/* line 23, app/assets/stylesheets/problem_client_company.scss */
#content-form-problem input, #content-form-problem select, #content-form-problem textarea {
  border-color: #dbe9fd;
  border-radius: 8px;
}

/* line 30, app/assets/stylesheets/problem_client_company.scss */
.problem_client_companies-table a {
  color: #4472c4;
}

/* line 33, app/assets/stylesheets/problem_client_company.scss */
.problem_client_companies-table tbody {
  font-size: 14px;
}
/* line 2, app/assets/stylesheets/products.scss */
.nested-form .border-button {
  border-bottom: 1px solid #70707029;
}

/* line 6, app/assets/stylesheets/products.scss */
.btn-add-partner,
.btn-add-model {
  font-size: 12px !important;
  padding: 4px 8px !important;
  width: auto !important;
  min-width: auto !important;
}

/* line 14, app/assets/stylesheets/products.scss */
.remove-field-dynamic {
  padding: 8px;
  border-radius: 8px;
  background: #e5efff;
}

/* line 20, app/assets/stylesheets/products.scss */
.pt-1-5 {
  padding-top: 0.4rem !important;
}

/* line 24, app/assets/stylesheets/products.scss */
.vh-25 {
  min-height: 25vh;
}

/* line 27, app/assets/stylesheets/products.scss */
.w-100 {
  width: 100px;
}
/* line 3, app/assets/stylesheets/project_continue.scss */
#project_continue_filter #filter-day .select2-selection__clear {
  color: #000000ad;
  font-size: 14px;
  padding-right: 2px;
  margin-right: 0 !important;
  margin-top: -2px;
}

/* line 14, app/assets/stylesheets/project_continue.scss */
#ordered-date-modal .js-save-ordered-date {
  padding: 5px 24px;
  border-radius: 8px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.select2-container--bootstrap.select2-container--open {
  z-index: 9999 !important;
}

.select2 {
  width: 100% !important;
}

.tippy-box {   
  font-size: 10px;
  padding: 5px 10px;
}

/*# sourceMappingURL=application.css-e3fd3c156db86bcd4fc7b4b19d0475104985fa2b496ef4dd49ce060af4e91177.map */
