@charset "UTF-8";
/* bootstrap base color */
html,
body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
  text-align: justify;
  background: #e9e9e9;
}

input,
select,
textarea {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", メイリオ, Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #8bb92e;
  text-decoration: none;
  -webkit-transition: 400ms;
  transition: 400ms;
}
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}
a:hover, a:focus, a:active {
  color: #21ba45;
  text-decoration: none;
}
a:hover img, a:focus img, a:active img {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
}

abbr[title],
dfn[title] {
  border: none;
  cursor: default;
  text-decoration: none;
}

select option:disabled {
  color: #343a40;
  background: #f8f9fa;
}

/*  bs override */
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:focus, .breadcrumb .breadcrumb-item a:active {
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.2);
}

.invalid-feedback {
  display: block;
}

/*  common big parts */
#header {
  padding: 4rem 0 0.7rem;
  background: rgba(139, 185, 46, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(#8bb92e), color-stop(5%, rgba(139, 185, 46, 0.9)), to(rgba(139, 185, 46, 0.8)));
  background: linear-gradient(0deg, #8bb92e 0%, rgba(139, 185, 46, 0.9) 5%, rgba(139, 185, 46, 0.8) 100%);
  color: #fff;
  border-bottom: 1px solid #8bb92e;
}

#article {
  background: #fafafa;
  border-bottom: 1px solid rgba(204, 204, 204, 0.9);
  padding: 2rem 0 2rem;
}

#footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), color-stop(95%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.5)));
  background: linear-gradient(0deg, #e9e9e9 0%, rgba(204, 204, 204, 0.2) 95%, rgba(204, 204, 204, 0.5) 100%);
  font-family: Tahoma, Arial, sans-serif;
  padding: 3rem 1rem;
}
#footer .powerd-by {
  font-size: 0.8rem;
  color: #495057;
  text-align: center;
}

.wrapper {
  padding: 0 0 2rem;
}

.input-type-number {
  text-align: right;
}

/* for vue.js */
[v-cloak] {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

#loader {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
}
#loader .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
#loader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#loader .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8bb92e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#loader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
#loader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
#loader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#loader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
#loader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* custom modal */
.custom-dialog {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
}
.custom-dialog .modal-dialog {
  padding: 3rem 0;
}
.custom-dialog .modal-dialog .modal-content {
  border-color: #6c757d;
}
.custom-dialog .modal-dialog .modal-header {
  padding: 0.5rem 1rem;
  color: #f8f9fa;
  background-color: #545b62;
  border-bottom-color: #6c757d;
}
.custom-dialog .modal-dialog .modal-body {
  font-size: 1.2rem;
}
.custom-dialog .modal-dialog .modal-body p {
  white-space: pre-wrap;
}

/*テーマカラー別の modal 色設定*/
/*custom-dialog*/
.custom-dialog-primary .modal-dialog .modal-content {
  border-color: #2185d0;
}
.custom-dialog-primary .modal-dialog .modal-header {
  background-color: #1a69a4;
  border-bottom-color: #2185d0;
}

/* bootstrap modal-dialog */
.modal-dialog-primary .modal-content {
  border-color: #2185d0;
}
.modal-dialog-primary .modal-header {
  background-color: #1a69a4;
  border-bottom-color: #2185d0;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-secondary .modal-dialog .modal-content {
  border-color: #6c757d;
}
.custom-dialog-secondary .modal-dialog .modal-header {
  background-color: #545b62;
  border-bottom-color: #6c757d;
}

/* bootstrap modal-dialog */
.modal-dialog-secondary .modal-content {
  border-color: #6c757d;
}
.modal-dialog-secondary .modal-header {
  background-color: #545b62;
  border-bottom-color: #6c757d;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-success .modal-dialog .modal-content {
  border-color: #21ba45;
}
.custom-dialog-success .modal-dialog .modal-header {
  background-color: #198f35;
  border-bottom-color: #21ba45;
}

/* bootstrap modal-dialog */
.modal-dialog-success .modal-content {
  border-color: #21ba45;
}
.modal-dialog-success .modal-header {
  background-color: #198f35;
  border-bottom-color: #21ba45;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-info .modal-dialog .modal-content {
  border-color: #00b5ad;
}
.custom-dialog-info .modal-dialog .modal-header {
  background-color: #00827c;
  border-bottom-color: #00b5ad;
}

/* bootstrap modal-dialog */
.modal-dialog-info .modal-content {
  border-color: #00b5ad;
}
.modal-dialog-info .modal-header {
  background-color: #00827c;
  border-bottom-color: #00b5ad;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-warning .modal-dialog .modal-content {
  border-color: #fbbd08;
}
.custom-dialog-warning .modal-dialog .modal-header {
  background-color: #cd9903;
  border-bottom-color: #fbbd08;
}

/* bootstrap modal-dialog */
.modal-dialog-warning .modal-content {
  border-color: #fbbd08;
}
.modal-dialog-warning .modal-header {
  background-color: #cd9903;
  border-bottom-color: #fbbd08;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-danger .modal-dialog .modal-content {
  border-color: #db2828;
}
.custom-dialog-danger .modal-dialog .modal-header {
  background-color: #b21e1e;
  border-bottom-color: #db2828;
}

/* bootstrap modal-dialog */
.modal-dialog-danger .modal-content {
  border-color: #db2828;
}
.modal-dialog-danger .modal-header {
  background-color: #b21e1e;
  border-bottom-color: #db2828;
  color: #f8f9fa;
}

/*custom-dialog*/
.custom-dialog-light .modal-dialog .modal-content {
  border-color: #f8f9fa;
}
.custom-dialog-light .modal-dialog .modal-header {
  background-color: #dae0e5;
  border-bottom-color: #f8f9fa;
  color: #343a40;
}

/* bootstrap modal-dialog */
.modal-dialog-light .modal-content {
  border-color: #f8f9fa;
}
.modal-dialog-light .modal-header {
  background-color: #dae0e5;
  border-bottom-color: #f8f9fa;
  color: #343a40;
}

/*custom-dialog*/
.custom-dialog-dark .modal-dialog .modal-content {
  border-color: #343a40;
}
.custom-dialog-dark .modal-dialog .modal-header {
  background-color: #1d2124;
  border-bottom-color: #343a40;
}

/* bootstrap modal-dialog */
.modal-dialog-dark .modal-content {
  border-color: #343a40;
}
.modal-dialog-dark .modal-header {
  background-color: #1d2124;
  border-bottom-color: #343a40;
  color: #f8f9fa;
}

.table-master-list {
  width: 100%;
  border-top: 1px solid #e9ecef;
}
.table-master-list thead tr th {
  border-bottom: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
  background: #f8f9fa;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: normal;
}
.table-master-list thead tr th:first-of-type {
  border-left: none;
}
.table-master-list tbody tr td {
  border-bottom: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
  padding: 0.25rem 0.5rem;
  vertical-align: top;
}
.table-master-list tbody tr td:first-of-type {
  border-left: none;
  padding-left: 0;
}
.table-master-list tbody tr td:last-of-type {
  padding-right: 0;
}

.table-master-detail {
  width: 100%;
}
.table-master-detail tr th,
.table-master-detail tr td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ecef;
}
.table-master-detail tr:last-of-type th,
.table-master-detail tr:last-of-type td {
  border-bottom: none;
}
.table-master-detail tr th {
  color: #6c757d;
  font-weight: normal;
  border-right: 1px dotted #e9ecef;
  background: #f8f9fa;
}

.table-master-detail-horizontal {
  width: 100%;
}
.table-master-detail-horizontal thead tr th {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
  color: #6c757d;
  font-weight: normal;
  background: #f8f9fa;
}
.table-master-detail-horizontal thead tr th:first-of-type {
  border-left: none;
}
.table-master-detail-horizontal tbody tr td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
}
.table-master-detail-horizontal tbody tr td:first-of-type {
  border-left: none;
}
.table-master-detail-horizontal tbody tr:last-of-type td {
  border-bottom: none;
}

.table-master-input {
  width: 100%;
  border-top: 1px solid #e9ecef;
}
.table-master-input tr th,
.table-master-input tr td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
}
.table-master-input tr th {
  position: relative;
  color: #6c757d;
  font-weight: normal;
  padding-left: 1rem;
}
.table-master-input tr th:before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ced4da;
}
.table-master-input tr th.before-hide:before {
  display: none;
}
.table-master-input tr th.required:before {
  background: #db2828;
}
.table-master-input tr th.is-valid {
  color: #00b5ad;
}
.table-master-input tr th.is-valid:before {
  background: #00b5ad !important;
}
.table-master-input tr th.is-valid.required:before {
  background: #00b5ad;
}
.table-master-input tr td .note {
  color: #6c757d;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.8rem;
}

.input-disabled {
  color: #6c757d;
}
.input-disabled .table-master-input tr th.required::before {
  background-color: #6c757d;
}

#login .site-logo {
  padding: 2rem 2rem;
  text-align: center;
}
#login .site-logo .img-site-logo {
  max-width: 240px;
}
#login .card-title {
  text-align: center;
}
#login .card-title .text-muted {
  display: block;
}
#login .login-col {
  max-width: 600px;
  margin: 0 auto;
  padding: 20vh 2rem 0;
}
#login #footer {
  background: none;
  padding: 1rem;
}

#main .table-claim-header {
  width: 100%;
}
#main .table-claim-header th {
  padding: 0.5rem;
}
#main .table-claim-header th.cell-title {
  width: 8rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-header td {
  padding: 0.5rem;
}
#main .table-claim-header td.cell-detail {
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-header tr:last-of-type .cell-title {
  border-bottom: none;
}
#main .table-claim-header tr:last-of-type .cell-detail {
  border-bottom: none;
}
#main .table-claim-order {
  width: 100%;
}
#main .table-claim-order th {
  width: 8rem;
  padding: 0.5rem;
}
#main .table-claim-order th.cell-title {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-order th.cell-memo-title {
  background-color: #f8f9fa;
}
#main .table-claim-order td {
  padding: 0.5rem;
}
#main .table-claim-order td.cell-detail-no {
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-order td.cell-detail-text {
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-order td.cell-memo-value {
  border-left: 1px solid #e9ecef;
}
#main .table-claim-summary {
  width: 100%;
}
#main .table-claim-summary th {
  width: 8rem;
  padding: 0.5rem;
}
#main .table-claim-summary th.cell-title {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-summary td {
  padding: 0.5rem;
}
#main .table-claim-summary td.cell-amount {
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-summary tr:last-of-type .cell-title {
  border-bottom: none;
}
#main .table-claim-summary tr:last-of-type .cell-amount {
  border-bottom: none;
}
#main .table-dialog-payment {
  width: 100%;
  border-top: 1px solid #e9ecef;
}
#main .table-dialog-payment th {
  padding: 0.5rem 1rem;
  width: 10rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
#main .table-dialog-payment td {
  padding: 0.5rem;
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-dialog-payment tr:last-of-type th,
#main .table-dialog-payment tr:last-of-type td {
  border-bottom: none;
}
#main .table-dialog-payment tr.editable th {
  background-color: rgba(33, 133, 208, 0.1);
  color: #2185d0;
}
#main .custom-card {
  padding: 1rem;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(222, 226, 230, 0.5);
          box-shadow: 1px 1px 4px rgba(222, 226, 230, 0.5);
}
#main .table-claim-history {
  margin-bottom: 0;
}
#main .table-claim-history thead tr th {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#main .table-claim-history tbody tr th {
  width: 6rem;
  font-weight: normal;
  color: #6c757d;
}
#main .table-claim-history:first-child thead tr th {
  border-top: none;
}
#main .modal-note {
  border-top: 1px solid #e9ecef;
  background-color: rgba(219, 40, 40, 0.05);
  font-size: 1rem;
  color: #db2828;
}

#claim {
  /*請求一覧*/
  /* 以下詳細画面 */
}
#claim .table-payment-one,
#claim .table-detail-basic,
#claim .table-detail-claim,
#claim .table-detail-detail {
  width: 100%;
}
#claim .table-payment-one tr th,
#claim .table-detail-basic tr th,
#claim .table-detail-claim tr th,
#claim .table-detail-detail tr th {
  background-color: #fff;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 0.5rem 1rem;
}
#claim .table-payment-one tr td,
#claim .table-detail-basic tr td,
#claim .table-detail-claim tr td,
#claim .table-detail-detail tr td {
  border-bottom: 1px solid #e9ecef;
  padding: 0.5rem 1rem;
}
#claim .table-payment-one tr:last-of-type th,
#claim .table-payment-one tr:last-of-type td,
#claim .table-detail-basic tr:last-of-type th,
#claim .table-detail-basic tr:last-of-type td,
#claim .table-detail-claim tr:last-of-type th,
#claim .table-detail-claim tr:last-of-type td,
#claim .table-detail-detail tr:last-of-type th,
#claim .table-detail-detail tr:last-of-type td {
  border-bottom: none;
}
#claim .monthly-nav {
  width: 100%;
}
#claim .monthly-nav td {
  text-align: center;
  border-right: solid 1px rgba(0, 0, 0, 0.125);
  padding: 0;
}
#claim .monthly-nav td:last-of-type {
  border-right: none;
}
#claim .monthly-nav td .monthly-link {
  display: block;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
}
#claim .monthly-nav td .monthly-link.active {
  background: #fff;
}
#claim .step .claim-receipt,
#claim .step .claim-confirm {
  padding: 0.5rem 1rem;
  border: solid 1px #dee2e6;
  border-radius: 3px;
  color: #ced4da;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
#claim .step .claim-receipt p,
#claim .step .claim-confirm p {
  margin-bottom: 0;
}
#claim .step .claim-receipt .check-icon,
#claim .step .claim-confirm .check-icon {
  font-size: 2rem;
  padding-right: 1rem;
}
#claim .step .claim-receipt .lead,
#claim .step .claim-confirm .lead {
  font-size: 0.9rem;
  color: #ced4da;
}
#claim .step .step-over.claim-receipt {
  background: #6c757d;
  color: #fff;
}
#claim .step .step-over.claim-confirm {
  background: #00b5ad;
  color: #fff;
}
#claim .step .step-over .lead {
  color: #fff;
}
#claim .badge {
  padding: 0.3rem 0.6rem;
  vertical-align: middle;
  font-size: 85%;
}
#claim .table-payment-one tr th {
  background-color: #f8f9fa;
  width: 10rem;
}
#claim .table-payment-one .text-old-amount {
  text-decoration: line-through;
}
#claim .table-detail-summary {
  margin-bottom: 0;
}
#claim .table-detail-summary tr td {
  text-align: right;
}
#claim .table-detail-summary tr:first-of-type th,
#claim .table-detail-summary tr:first-of-type td {
  border-top: none;
}
#claim .table-detail-summary tr.disabled {
  background: #f8f9fa;
  color: #ced4da;
}
#claim .table-detail-summary tr.disabled .text-muted {
  color: #ced4da !important;
}
#claim .table-claims tr th,
#claim .table-claims tr td {
  text-align: center;
  border-left: 1px solid #e9ecef;
}
#claim .table-claims tr th:first-of-type,
#claim .table-claims tr td:first-of-type {
  border-left: none;
}
#claim .table-claims tr:last-of-type {
  border-bottom: 1px solid #e9ecef;
}
#claim .table-claims .claim-no {
  min-width: 5rem;
}
#claim .table-claims .order-no,
#claim .table-claims .construction-no {
  text-align: left;
}
#claim .table-claims .order-detail,
#claim .table-claims .construction-name {
  text-align: left;
  border-left: none;
  min-width: 10rem;
}
#claim .table-claims .claim-amount {
  width: 10rem;
  min-width: 8rem;
}
#claim .table-claims .tax-amount {
  width: 8rem;
  min-width: 7rem;
}
#claim .table-claims .tax-rate {
  width: 4rem;
  min-width: 3.5rem;
}
#claim .table-claims .receipt-date {
  min-width: 5rem;
}
#claim .table-claims .ope {
  width: 4rem;
  min-width: 4rem;
}
#claim .table-details tr th,
#claim .table-details tr td {
  text-align: center;
  border-left: 1px solid #e9ecef;
}
#claim .table-details tr th:first-of-type,
#claim .table-details tr td:first-of-type {
  border-left: none;
}
#claim .table-details tr:last-of-type {
  border-bottom: 1px solid #e9ecef;
}
#claim .table-details td.detail-no {
  text-align: right;
  width: 3rem;
  min-width: 2rem;
}
#claim .table-details .payment-type,
#claim .table-details .bill-type {
  width: 6rem;
  min-width: 6rem;
}
#claim .table-details .payment-amount {
  width: 10rem;
  min-width: 8rem;
}
#claim .table-details .bill-no {
  width: 10rem;
  min-width: 10rem;
}
#claim .table-details .bill-drawer-date,
#claim .table-details .settlement-date {
  width: 9rem;
  min-width: 9rem;
}
#claim .table-details .summary {
  text-align: left;
  min-width: 12rem;
}
#claim .table-payment-approval th {
  width: 9rem;
}
#claim .custom-card {
  padding: 2rem;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(222, 226, 230, 0.5);
          box-shadow: 1px 1px 4px rgba(222, 226, 230, 0.5);
}
#claim .table-detail-basic th {
  width: 10rem;
}
#claim .table-detail-claim th {
  width: 10rem;
}
#claim .table-detail-claim td {
  text-align: right;
  vertical-align: middle;
}
#claim .table-detail-claim .old-amount {
  text-decoration: line-through;
}
#claim .table-detail-claim .arrow,
#claim .table-detail-claim .current-amount {
  white-space: nowrap;
  width: 1rem;
}
#claim .table-detail-detail th {
  width: 10rem;
}
#claim .table-detail-detail th.cell-construction {
  border-bottom: none;
}
#claim .payment-memo {
  white-space: pre-wrap;
  margin-bottom: 0;
}
#claim .table-dialog-payment {
  width: 100%;
  border-top: 1px solid #e9ecef;
}
#claim .table-dialog-payment th {
  padding: 0.5rem 1rem;
  width: 10rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
#claim .table-dialog-payment td {
  padding: 0.5rem;
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
#claim .table-dialog-payment tr:last-of-type th,
#claim .table-dialog-payment tr:last-of-type td {
  border-bottom: none;
}
#claim .table-dialog-payment tr.editable th {
  background-color: rgba(33, 133, 208, 0.1);
  color: #2185d0;
}
#claim .modal-note {
  border-top: 1px solid #e9ecef;
  background-color: rgba(219, 40, 40, 0.05);
  font-size: 1rem;
  color: #db2828;
}

#supplier .index .table-supplier-detail tr th {
  width: 12rem;
}
#supplier .index .table-supplier-detail tr td {
  border-right: 1px dashed #e9ecef;
}
#supplier .index .table-supplier-detail tr td:last-of-type {
  border-right: none;
}
#supplier .index .table-supplier-insurance tr th {
  width: 12rem;
  border-bottom: none;
}
#supplier .index .table-supplier-detail-horizontal thead tr th {
  text-align: center;
}
#supplier .index .table-supplier-detail-horizontal tbody tr td.cell-upload-date {
  width: 15rem;
  text-align: center;
}
#supplier .index .list-upload-files .file-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#supplier .index .list-upload-files .file-detail .file-info .file-title {
  font-size: 1rem;
  font-weight: bold;
}
#supplier .index .list-upload-files .file-detail .file-info .last-modify {
  font-size: 0.9rem;
  color: #6c757d;
}
#supplier .edit .table-master-input tr th {
  width: 12rem;
}
#supplier .edit .table-master-input tr td .input-date-range {
  max-width: 20rem;
}
#supplier .edit .table-master-input tr td input[name=ceo_position_name] {
  max-width: 9rem;
}
#supplier .edit .table-master-input tr td input[name=post_number] {
  max-width: 6rem;
  text-align: center;
}
#supplier .edit .table-master-input tr td input[name=phone_main],
#supplier .edit .table-master-input tr td input[name=fax_main],
#supplier .edit .table-master-input tr td input[name=invoice_number] {
  max-width: 9rem;
}
#supplier .edit .table-master-input tr td input[name=found_money],
#supplier .edit .table-master-input tr td input[name=last_year_amount] {
  max-width: 7rem;
  text-align: right;
}
#supplier .edit .table-master-input tr td input[name=employees] {
  max-width: 6.5rem;
  text-align: right;
}
#supplier .edit .table-master-input tr td input[name=found_date_y] {
  text-align: center;
}
#supplier .edit .table-master-input tr td select[name=found_date_m],
#supplier .edit .table-master-input tr td select[name=found_date_d] {
  max-width: 4.5rem;
}
#supplier .edit .table-master-input tr td select[name=account_type_cd] {
  max-width: 5rem;
}
#supplier .edit .table-master-input tr td input[name=account_no] {
  max-width: 5rem;
  text-align: right;
}
#supplier .edit .table-master-input tr td .flat-dtp {
  text-align: center;
}
#supplier .edit .table-supplier-input-permisson tr td .input-permission-no {
  max-width: 20rem;
}
#supplier .edit .table-supplier-input-permisson tr td input[name=permission_no_year_1],
#supplier .edit .table-supplier-input-permisson tr td input[name=permission_no_year_2] {
  max-width: 3rem;
  text-align: center;
}
#supplier .edit .table-supplier-input-permisson tr td input[name=permission_no_1],
#supplier .edit .table-supplier-input-permisson tr td input[name=permission_no_2] {
  text-align: center;
}
#supplier .edit .table-supplier-input-permisson tr td select[name=permission_no_type_1],
#supplier .edit .table-supplier-input-permisson tr td select[name=permission_no_type_2] {
  max-width: 4rem;
}
#supplier .edit .table-supplier-input-insurance tr td {
  padding: 0.5rem 1rem;
}
#supplier .edit .table-supplier-input-insurance tr td.cell-join-status {
  width: 8rem;
}
#supplier .upload #before-upload-block {
  display: block;
}
#supplier .upload #before-upload-block.sended {
  display: none;
}
#supplier .upload #before-upload-block .rest-count {
  font-size: 1.2rem;
  color: #db2828;
}
#supplier .upload #before-upload-block #upload-block #upload-input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#supplier .upload #before-upload-block #upload-block #upload-input + label {
  display: block;
  background: rgba(0, 181, 173, 0.1);
  border: 2px dashed #00b5ad;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
}
#supplier .upload #before-upload-block #upload-block #upload-input:is(:focus, :focus-within) + label {
  background: rgba(0, 181, 173, 0.5);
}
#supplier .upload #before-upload-block #selected-files-block {
  display: none;
}
#supplier .upload #before-upload-block #selected-files-block.open {
  display: block;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files thead tr th {
  border-right: 1px solid #e9ecef;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  font-weight: normal;
  color: #6c757d;
  text-align: center;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files thead tr th:last-of-type {
  border-right: none;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files thead tr th.cell-input {
  width: 20rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files thead tr th.cell-type {
  width: 10rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files thead tr th.cell-size {
  width: 7rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td {
  border-top: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  padding: 0.5rem 1rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td:last-of-type {
  border-right: none;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td.cell-input {
  padding: 0.2rem 0.2rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td.cell-name {
  font-size: 0.9rem;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td.cell-type {
  font-size: 0.9rem;
  text-align: center;
}
#supplier .upload #before-upload-block #selected-files-block .table-selected-files tbody tr td.cell-size {
  font-size: 0.9rem;
  text-align: end;
}
#supplier .upload #drop-area {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 181, 173, 0.5);
  z-index: 9999;
  border: 20px solid #00b5ad;
}
#supplier .upload #drop-area.active {
  display: block;
}
#supplier .upload #upload-loader {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#supplier .upload #upload-loader.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#supplier .upload #upload-loader .loader-info {
  min-width: 24rem;
  color: #fff;
}
#supplier .upload #upload-loader .loader-info .loader {
  margin: 0 auto;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000),
  	linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear;
}
@-webkit-keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
#supplier .upload #upload-loader .loader-info .detail {
  padding: 1rem 0;
  text-align: center;
}
#supplier .upload #upload-loader .loader-info .detail .info-title {
  font-size: 0.9rem;
  padding: 0 0 0.2rem;
}
#supplier .upload #upload-loader .loader-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  font-size: 2rem;
  line-height: 1;
}
#supplier .upload #upload-loader .loader-info .status strong {
  font-weight: normal;
}
#supplier .upload #upload-loader .loader-info .status strong.total {
  color: rgba(255, 255, 255, 0.5);
}
#supplier .upload #upload-loader .loader-info .status span {
  font-size: 0.6em;
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.3);
}
#supplier .upload #result-message {
  display: none;
}
#supplier .upload #result-message.open {
  display: block;
}
#supplier .upload #result-message .result-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 1rem 0 0;
}
#supplier .upload #result-message .result-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
#supplier .upload #result-message .result-body .title {
  border: 2px solid #00b5ad;
  border-left: none;
  padding: 0.5rem 1rem;
}
#supplier .upload #result-message .result-body .title:first-of-type {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-left: 2px solid #00b5ad;
}
#supplier .upload #result-message .result-body .value {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #00b5ad;
  border-left: none;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
}
#supplier .upload #result-message .result-body .value:last-of-type {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
#supplier .upload #result-message #result-list {
  padding: 0 0 1rem;
}
#supplier .upload #result-message #result-list .table-result-list {
  width: 100%;
  border-top: 1px solid #00b5ad;
}
#supplier .upload #result-message #result-list .table-result-list tr td {
  border-bottom: 1px solid #00b5ad;
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.2);
}
#supplier .upload #result-message #result-list .table-result-list tr td.cell-status {
  width: 2rem;
  text-align: center;
}
#supplier .upload #result-message #result-list .table-result-list tr td.cell-message {
  padding-left: 1rem;
}
#supplier .upload #result-message #result-list .table-result-list tr td.success {
  color: #21ba45;
}
#supplier .upload #result-message #result-list .table-result-list tr td.error {
  color: #db2828;
}
#supplier .upload #result-message .result-text a {
  color: #00b5ad;
  font-weight: bold;
  text-decoration: underline;
}

#operation .table-responsive .table-log-list tbody tr td {
  padding: 5px;
}
#operation .table-responsive .table-log-list .col-span-date {
  color: #00b5ad;
  background-color: rgba(0, 181, 173, 0.2);
}
#operation .table-responsive .table-log-list .cell-detail {
  width: 3.5rem;
}/*# sourceMappingURL=style.css.map */