/* line 5, app/assets/stylesheets/alerts.scss */
body, html {
  background: #000000;
}
@charset "UTF-8";
/* line 29, app/assets/stylesheets/custom.scss */
.app.light {
  --white: #ffffff;
  --stone: #f6f6f6;
  --night: #2b3c4d;
  --midnight: #19232c;
  --black: #343434;
  --takemura-blue: #0088DB;
  --takemura-green: #00A95F;
  --takemura-dark-blue: #008abc;
  --takemura-dark: #2B3C4D;
  --body-bg-color: #f6f6f6;
  --bg-color: #ffffff;
  --text-color: #343434;
  --text-primary: #0088DB;
  --text-primary-dark: #008abc;
  --border-color: #343434;
}

/* line 41, app/assets/stylesheets/custom.scss */
.app.dark {
  --white: #ffffff;
  --stone: #f6f6f6;
  --night: #2b3c4d;
  --midnight: #19232c;
  --black: #343434;
  --takemura-blue: #0088DB;
  --takemura-green: #00A95F;
  --takemura-dark-blue: #008abc;
  --takemura-dark: #2B3C4D;
  --body-bg-color: #19232c;
  --bg-color: #2b3c4d;
  --text-color: #ffffff;
  --border-color: #ffffff;
}

/* Globals */
/* line 55, app/assets/stylesheets/custom.scss */
body, html {
  font-size: 17px;
  line-height: 22px;
  color: var(--text-color);
  background: var(--body-bg-color);
  overflow-x: hidden !important;
}

@media (min-width: 1025px) {
  /* line 64, app/assets/stylesheets/custom.scss */
  .mobile-friendly {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 70, app/assets/stylesheets/custom.scss */
  .desktop-friendly {
    display: none;
  }
  /* line 73, app/assets/stylesheets/custom.scss */
  .dropdown-item {
    padding: 0.25rem 0.5rem;
  }
}

/* line 78, app/assets/stylesheets/custom.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* line 83, app/assets/stylesheets/custom.scss */
.col-md-0-5 {
  flex: 0 0 5.55555%;
  max-width: 5.55555%;
}

/* line 88, app/assets/stylesheets/custom.scss */
.col-md-0-6 {
  flex: 0 0 6.9445%;
  max-width: 6.9445%;
}

/* line 93, app/assets/stylesheets/custom.scss */
.text-primary {
  color: var(--text-primary);
}

/* line 97, app/assets/stylesheets/custom.scss */
section {
  margin-top: 58px;
}

/* line 101, app/assets/stylesheets/custom.scss */
.bg-takemura-blue {
  background: #00a7e3;
}

/* line 105, app/assets/stylesheets/custom.scss */
.bg-takemura-dark {
  background: #2B3C4D;
}

/* line 109, app/assets/stylesheets/custom.scss */
.progress-bg-takemura-blue {
  background: #bcedff;
}

/* line 113, app/assets/stylesheets/custom.scss */
.progress-bg-danger {
  background: #f0aab1;
}

/* line 117, app/assets/stylesheets/custom.scss */
.bootstrap-date {
  display: inline-block;
  width: auto;
}

/* line 122, app/assets/stylesheets/custom.scss */
.card {
  border: none;
  background-color: var(--bg-color);
}

/* line 127, app/assets/stylesheets/custom.scss */
.card-header {
  background: var(--bg-color);
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 133, app/assets/stylesheets/custom.scss */
a.custom-card,
a.custom-card:hover {
  color: inherit;
}

/* line 138, app/assets/stylesheets/custom.scss */
.section-header-right {
  float: right;
}

/* line 142, app/assets/stylesheets/custom.scss */
.badge-takemura {
  display: inline-block;
  width: 100%;
  padding: .25rem .4rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 153, app/assets/stylesheets/custom.scss */
.badge-takemura-list {
  display: inline-block;
  width: 100%;
  padding: .25rem 0rem;
  white-space: wrap;
  vertical-align: baseline;
}

/* line 161, app/assets/stylesheets/custom.scss */
.badge-light {
  color: #343434;
  background: #f6f6f6;
}

/* line 166, app/assets/stylesheets/custom.scss */
.badge-transparent {
  color: #343434;
  background: transparent;
}

/* line 171, app/assets/stylesheets/custom.scss */
.badge-outline {
  color: #343434;
  border: 1px solid #ced4da;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}

/* line 179, app/assets/stylesheets/custom.scss */
.badge-takemura-blue {
  color: #ffffff;
  background: #00a7e3;
  font-size: 65%;
  position: relative;
  top: -3px;
}

/* Links */
/* line 188, app/assets/stylesheets/custom.scss */
a {
  color: var(--text-color);
}

/* line 192, app/assets/stylesheets/custom.scss */
a:hover {
  color: var(--text-color);
  text-decoration: none;
}

/* line 197, app/assets/stylesheets/custom.scss */
table a {
  color: var(--text-primary);
  text-decoration: none;
}

/* line 202, app/assets/stylesheets/custom.scss */
table a:hover {
  color: var(--text-primary-dark);
  text-decoration: underline;
}

/* line 207, app/assets/stylesheets/custom.scss */
.page-link {
  color: var(--takemura-blue);
}

/* line 211, app/assets/stylesheets/custom.scss */
.page-item.active .page-link {
  background-color: var(--takemura-blue);
  border-color: var(--takemura-blue);
}

/* Buttons */
/* line 217, app/assets/stylesheets/custom.scss */
.btn-takemura-blue:hover, .btn-takemura-blue:active, .btn-takemura-blue:focus, .btn-takemura-blue:visited {
  border: solid 1px var(--takemura-blue);
  color: #ffffff;
  background: var(--takemura-blue);
}

/* line 223, app/assets/stylesheets/custom.scss */
.btn-takemura-blue {
  border: solid 1px var(--takemura-blue);
  color: #ffffff;
  background: var(--takemura-blue);
}

/* line 229, app/assets/stylesheets/custom.scss */
.btn-checkin {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 235, app/assets/stylesheets/custom.scss */
.btn-transparent {
  background: transparent;
  border-color: #ced4da;
  color: #333333;
}

/* line 241, app/assets/stylesheets/custom.scss */
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background: transparent;
  border-color: #646464;
  color: #646464;
  outline: none;
}

/* line 248, app/assets/stylesheets/custom.scss */
.btn-white {
  background: #ffffff;
  border-color: #ced4da;
  color: #333333;
}

/* line 254, app/assets/stylesheets/custom.scss */
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #ffffff;
  border-color: #646464;
  color: #646464;
  outline: none;
}

/* line 261, app/assets/stylesheets/custom.scss */
.btn-theme-mode {
  color: var(--text-color);
  border-color: var(--border-color);
}

/* line 266, app/assets/stylesheets/custom.scss */
.location-checkin {
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media print {
  /* line 273, app/assets/stylesheets/custom.scss */
  nav, .page-actions {
    display: none;
  }
}

/* Header Navigation */
@media (min-width: 992px) {
  /* line 280, app/assets/stylesheets/custom.scss */
  .navbar-expand-xl .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
    z-index: 100;
  }
}

/* line 288, app/assets/stylesheets/custom.scss */
.nav-text {
  font-size: 11px;
}

/* line 292, app/assets/stylesheets/custom.scss */
#unread_message_count_header {
  position: relative;
  top: -40px;
  right: 0px;
  z-index: 1000;
}

/* line 299, app/assets/stylesheets/custom.scss */
.header-notification-badge {
  font-weight: normal;
  float: right;
  color: #FFFFFF;
  background: #dc3545;
  z-index: 1000;
}

/* line 307, app/assets/stylesheets/custom.scss */
.footer-count-badge {
  position: relative;
  top: -50px;
  right: 0px;
  z-index: 1000;
}

/* line 314, app/assets/stylesheets/custom.scss */
#unread_message_count_footer {
  position: relative;
  top: -50px;
  right: 0px;
  z-index: 1000;
}

/* line 321, app/assets/stylesheets/custom.scss */
.footer-notification-badge {
  float: right;
  font-weight: normal;
  color: #FFFFFF;
  background: #dc3545;
}

/* line 328, app/assets/stylesheets/custom.scss */
.easy-autocomplete {
  width: 100% !important;
}

/* Footer Navigation */
/* line 334, app/assets/stylesheets/custom.scss */
.nav-link-footer {
  line-height: 1;
}

/* line 337, app/assets/stylesheets/custom.scss */
.nav-icon {
  font-size: 24px;
}

/* line 340, app/assets/stylesheets/custom.scss */
.mobile-friendly .nav-item .active {
  color: #00a7e3;
}

/* Additions */
/* line 346, app/assets/stylesheets/custom.scss */
.addition-list {
  border-bottom: 1px solid #eee;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 352, app/assets/stylesheets/custom.scss */
.addition-list:first-child {
  padding-top: 0 !important;
}

/* line 356, app/assets/stylesheets/custom.scss */
.addition-list:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 361, app/assets/stylesheets/custom.scss */
.first-stage {
  width: 10%;
  float: left;
  position: relative;
  z-index: 1000;
}

/* line 368, app/assets/stylesheets/custom.scss */
.mid-stage {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1000;
}

/* line 376, app/assets/stylesheets/custom.scss */
.mid-stage-short {
  position: relative;
  float: left;
  z-index: 1000;
}

/* line 382, app/assets/stylesheets/custom.scss */
.last-stage {
  width: 10%;
  float: right;
  position: relative;
  z-index: 1000;
}

/* line 389, app/assets/stylesheets/custom.scss */
.circle-icon {
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  border: 3px solid #00a7e3;
  vertical-align: middle;
  padding: 7px;
  color: #00a7e3;
}

/* line 402, app/assets/stylesheets/custom.scss */
.circle-icon-danger {
  border: 3px solid #dc3545;
  color: #dc3545;
}

/* line 407, app/assets/stylesheets/custom.scss */
.stages {
  margin-top: -400px;
  margin-left: 20px;
  height: 400px;
}

/* line 413, app/assets/stylesheets/custom.scss */
.vertical-first-stage {
  width: 100%;
  height: 80px;
  float: left;
  position: relative;
  z-index: 1000;
}

/* line 421, app/assets/stylesheets/custom.scss */
.vertical-mid-stage {
  width: 100%;
  height: 80px;
  float: left;
  position: relative;
  z-index: 1000;
}

/* line 429, app/assets/stylesheets/custom.scss */
.vertical-last-stage {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1000;
}

/* Navigation Tabs */
/* line 437, app/assets/stylesheets/custom.scss */
.nav-tabs {
  border-bottom: none;
}

/* line 440, app/assets/stylesheets/custom.scss */
.nav-tabs .nav-link:hover {
  border-color: #ffffff #ffffff var(--takemura-blue) #ffffff;
}

/* line 444, app/assets/stylesheets/custom.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: #ffffff #ffffff var(--takemura-blue) #ffffff;
}

/* line 448, app/assets/stylesheets/custom.scss */
.nav-tabs .nav-link {
  border-bottom: 4px solid transparent;
}

/* line 452, app/assets/stylesheets/custom.scss */
.nav-tabs .nav-link {
  padding: 0 0 0.75rem 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/* Table */
/* line 459, app/assets/stylesheets/custom.scss */
.table {
  margin-bottom: 0;
  color: var(--text-color);
}

/* line 464, app/assets/stylesheets/custom.scss */
.table th, .table td {
  padding: 0.5rem;
}

/* line 468, app/assets/stylesheets/custom.scss */
.table .thead-light th {
  color: #343434;
  background: #f6f6f6;
}

/* line 473, app/assets/stylesheets/custom.scss */
.btn-sm {
  padding: calc(0.3rem + 1px) 0.4rem;
  line-height: 1.0rem;
}

/* line 478, app/assets/stylesheets/custom.scss */
.thead-takemura-blue {
  color: #ffffff;
  background: var(--takemura-blue);
}

/* line 483, app/assets/stylesheets/custom.scss */
.thead-takemura-blue > tr > th {
  border-top: 0;
  border-bottom: 0;
}

/* line 488, app/assets/stylesheets/custom.scss */
.first-column {
  padding-left: 0;
}

/* line 492, app/assets/stylesheets/custom.scss */
.card-table .table tr th:first-child, .card-detail .table tr th:first-child {
  padding-left: 1.25rem;
}

/* line 496, app/assets/stylesheets/custom.scss */
.card-table .table tr td:first-child, .card-detail .table tr td:first-child {
  padding-left: 1.25rem;
}

/* line 500, app/assets/stylesheets/custom.scss */
.card-table .table tr td:last-child, .card-detail .table tr td:last-child {
  padding-right: 1.25rem;
}

/* line 504, app/assets/stylesheets/custom.scss */
.card-table, .card-detail {
  padding-left: 0;
  padding-right: 0;
}

/* line 509, app/assets/stylesheets/custom.scss */
.fixed-table-toolbar, .fixed-table-pagination {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* line 514, app/assets/stylesheets/custom.scss */
.pagination .page-link {
  padding: 0.36rem 0.75rem 0.26rem 0.75rem !important;
}

/* line 518, app/assets/stylesheets/custom.scss */
.pagination {
  display: block;
}

/* line 522, app/assets/stylesheets/custom.scss */
.pagination .page-item {
  display: inline-block;
}

/* line 526, app/assets/stylesheets/custom.scss */
.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  margin-top: 0px;
}

/* line 530, app/assets/stylesheets/custom.scss */
.hidden_option {
  display: none;
}

/* line 533, app/assets/stylesheets/custom.scss */
.display_option {
  display: block;
}

/* line 537, app/assets/stylesheets/custom.scss */
.hidden_option_stage2 {
  display: none;
}

/* line 540, app/assets/stylesheets/custom.scss */
.hidden_option_stage3 {
  display: none;
}

/* line 543, app/assets/stylesheets/custom.scss */
.start_2019 {
  display: none;
}

/* line 546, app/assets/stylesheets/custom.scss */
.start_2020 {
  display: none;
}

/* line 549, app/assets/stylesheets/custom.scss */
.start_2021 {
  display: none;
}

/* line 552, app/assets/stylesheets/custom.scss */
.start_2022 {
  display: none;
}

/* line 555, app/assets/stylesheets/custom.scss */
.approval-table thead th {
  text-align: center;
  font-weight: normal;
}

/* line 560, app/assets/stylesheets/custom.scss */
.approval-table tbody tr td {
  text-align: center;
  width: 20%;
}

/* line 565, app/assets/stylesheets/custom.scss */
.approval-table .approval-stamp {
  margin: auto;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 3px solid #dc3545;
  color: #dc3545;
}

/* line 574, app/assets/stylesheets/custom.scss */
.approval-table .approval-stamp .approver {
  writing-mode: vertical-lr;
  text-orientation: upright;
  padding: 2px 8px;
}

/* line 580, app/assets/stylesheets/custom.scss */
.approval-date {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 585, app/assets/stylesheets/custom.scss */
.tab-content {
  border-top: 1px solid #dee2e6;
}

/* line 589, app/assets/stylesheets/custom.scss */
.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 594, app/assets/stylesheets/custom.scss */
.dataTables_filter {
  text-align: left !important;
  float: left;
}

/* line 599, app/assets/stylesheets/custom.scss */
.dataTables_length {
  width: 170px;
  float: left;
}

/* line 604, app/assets/stylesheets/custom.scss */
.dataTables_info {
  padding-top: 0.25rem !important;
  width: 300px;
  float: left;
}

/** Home **/
/* line 612, app/assets/stylesheets/custom.scss */
.home-tasks .fas {
  color: #e9ecef;
}

/* line 616, app/assets/stylesheets/custom.scss */
.home-tasks .fas:hover {
  color: var(--text-primary);
}

/* line 620, app/assets/stylesheets/custom.scss */
.home-alerts, .home-tasks {
  padding-top: 1.0rem;
  border-bottom: 1px solid #eee;
}

/* line 625, app/assets/stylesheets/custom.scss */
.home-tasks {
  padding-bottom: 0.75rem;
}

/* line 629, app/assets/stylesheets/custom.scss */
.home-alerts:first-of-type, .home-tasks:first-of-type {
  padding-top: 0;
}

/* line 633, app/assets/stylesheets/custom.scss */
.home-alerts:last-child, .home-tasks:last-child {
  border-bottom: none;
}

/* line 637, app/assets/stylesheets/custom.scss */
.home-tasks:last-child {
  padding-bottom: 0;
}

/* line 641, app/assets/stylesheets/custom.scss */
.home-alerts:last-child p {
  margin-bottom: 0;
}

/* line 645, app/assets/stylesheets/custom.scss */
.profitloss p {
  margin-bottom: 0.2rem;
}

/** Constructions **/
/* line 650, app/assets/stylesheets/custom.scss */
.progress {
  height: 0.5rem;
}

/* line 653, app/assets/stylesheets/custom.scss */
.progress-bar {
  background-color: var(--takemura-blue);
}

/** Form **/
/* line 658, app/assets/stylesheets/custom.scss */
.comment-text {
  height: 100px !important;
}

/* line 662, app/assets/stylesheets/custom.scss */
.comment-text-modal {
  height: 200px !important;
}

/* line 666, app/assets/stylesheets/custom.scss */
.comment-wrapper {
  padding-bottom: 1rem;
}

/* line 670, app/assets/stylesheets/custom.scss */
.comment-wrapper:last-child {
  padding-bottom: 0 !important;
}

/* line 674, app/assets/stylesheets/custom.scss */
.comment-bubble {
  background: var(--stone);
}

/* line 678, app/assets/stylesheets/custom.scss */
.comment-body {
  padding: 1.0rem;
}

/** Chatbox **/
/* line 684, app/assets/stylesheets/custom.scss */
.chatbox {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 350px;
  height: 540px;
  background: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 699, app/assets/stylesheets/custom.scss */
.chatbox--tray {
  bottom: -502px;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 705, app/assets/stylesheets/custom.scss */
.chatbox--closed {
  bottom: -502px;
}

/* line 709, app/assets/stylesheets/custom.scss */
.chatbox__title,
.chatbox__body {
  border-bottom: none;
}

/* line 714, app/assets/stylesheets/custom.scss */
.chatbox__title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  background-color: var(--takemura-dark);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 730, app/assets/stylesheets/custom.scss */
.chatbox__title h5:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: #4CAF50;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 744, app/assets/stylesheets/custom.scss */
.chatbox__title__tray,
.chatbox__title__close {
  width: 24px;
  height: 24px;
  outline: 0;
  border: none;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/* line 757, app/assets/stylesheets/custom.scss */
.chatbox__title__tray:hover,
.chatbox__title__close:hover {
  opacity: 1;
}

/* line 762, app/assets/stylesheets/custom.scss */
.chatbox__title__tray span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

/* line 769, app/assets/stylesheets/custom.scss */
.chatbox__title__close svg {
  vertical-align: middle;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2px;
}

/* line 776, app/assets/stylesheets/custom.scss */
.chatbox__body {
  padding: 15px;
  border-top: 0;
  background-color: #FFFFFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

/* line 786, app/assets/stylesheets/custom.scss */
.chatbox__body__message {
  position: relative;
}

/* line 790, app/assets/stylesheets/custom.scss */
.chatbox__body__message p {
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
  box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

/* line 799, app/assets/stylesheets/custom.scss */
.chatbox__body .message-avatar-wrapper {
  display: none;
}

/* line 803, app/assets/stylesheets/custom.scss */
.chatbox__body .message-header-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 808, app/assets/stylesheets/custom.scss */
.chatbox__body .message-avatar {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 2px;
  text-align: center;
}

/* line 817, app/assets/stylesheets/custom.scss */
.chatbox__body .message-form {
  min-height: 160px;
  border-top: 1px solid #ced4da;
}

/* line 822, app/assets/stylesheets/custom.scss */
.chatbox__body__message img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #fcfcfc;
  position: absolute;
  top: 15px;
}

/* line 831, app/assets/stylesheets/custom.scss */
.chatbox__body__message--left p {
  margin-left: 15px;
  padding-left: 30px;
  text-align: left;
}

/* line 837, app/assets/stylesheets/custom.scss */
.chatbox__body__message--left img {
  left: -5px;
}

/* line 841, app/assets/stylesheets/custom.scss */
.chatbox__body__message--right p {
  margin-right: 15px;
  padding-right: 30px;
  text-align: right;
}

/* line 847, app/assets/stylesheets/custom.scss */
.chatbox__body__message--right img {
  right: -5px;
}

/* line 851, app/assets/stylesheets/custom.scss */
.chatbox__message {
  padding: 15px;
  min-height: 50px;
  outline: 0;
  resize: none;
  border: none;
  font-size: 12px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fefefe;
}

/* easyAutoComplete */
/* line 864, app/assets/stylesheets/custom.scss */
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  font-size: 17px;
}

/* line 868, app/assets/stylesheets/custom.scss */
.easy-autocomplete input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none;
}

/* line 882, app/assets/stylesheets/custom.scss */
.sale-row {
  border: 1px #eee solid;
  border-top: 0;
  border-right: 0;
}

/* line 888, app/assets/stylesheets/custom.scss */
.sale-row-last {
  border: 1px #eee solid;
  border-top: 0;
}

/* Construction Reports */
/* line 894, app/assets/stylesheets/custom.scss */
.incomplete-icon {
  color: #d6d6d6;
  border-color: #d6d6d6;
}

/* line 899, app/assets/stylesheets/custom.scss */
#construction_report_edit .first-stage {
  width: 18%;
  float: left;
  position: relative;
  z-index: 1000;
}

/* line 906, app/assets/stylesheets/custom.scss */
#construction_report_edit .mid-stage {
  width: 32%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1000;
}

/* line 914, app/assets/stylesheets/custom.scss */
#construction_report_edit .last-stage {
  width: 5%;
  float: right;
  position: relative;
  z-index: 1000;
}

/* line 921, app/assets/stylesheets/custom.scss */
.modal {
  z-index: 10000;
}

/* line 926, app/assets/stylesheets/custom.scss */
.select2-container {
  z-index: 10000;
}

/* line 930, app/assets/stylesheets/custom.scss */
.customer-invoice-preview-wrapper {
  background: #F6F6F6;
  font-family: 'Noto Serif JP', serif !important;
}

/* line 935, app/assets/stylesheets/custom.scss */
.customer-invoice-preview {
  background: #FFFFFF;
  width: 210mm;
  min-height: 297mm;
  padding: 10mm;
  margin: 2.0rem auto;
}

/* line 943, app/assets/stylesheets/custom.scss */
.customer-invoice-preview p, .customer-invoice-preview th, .customer-invoice-preview td {
  font-size: 15px !important;
}

/* line 947, app/assets/stylesheets/custom.scss */
.customer-invoice-preview .table-bordered {
  border: none !important;
}

/* line 951, app/assets/stylesheets/custom.scss */
.customer-invoice-preview .table-bordered th, .customer-invoice-preview .table-bordered td {
  border: 1px solid #000000;
}

/* line 956, app/assets/stylesheets/custom.scss */
.card-table table thead tr th {
  color: #777;
  font-size: 14px;
}

/* line 961, app/assets/stylesheets/custom.scss */
.dataTables_scroll {
  border-bottom: 1px #dee2e6 solid;
}

/* line 965, app/assets/stylesheets/custom.scss */
.bottom-left .dataTables_length, .bottom-left .dataTables_info, .dataTables_paginate {
  margin-top: 0.5rem !important;
}

/* SELECT2 */
/* line 971, app/assets/stylesheets/custom.scss */
.select2-container {
  width: 100% !important;
}

/* line 975, app/assets/stylesheets/custom.scss */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

/* line 981, app/assets/stylesheets/custom.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
  margin-right: 4px !important;
  padding: 1px !important;
  padding-left: 20px !important;
}

/* line 989, app/assets/stylesheets/custom.scss */
.x1 .select2-container .select2-selection--single {
  height: 40px;
}

/* line 993, app/assets/stylesheets/custom.scss */
.x1 .form-control-sm + .select2-container .select2-selection--single {
  height: 33px;
}

/* line 997, app/assets/stylesheets/custom.scss */
.x1 .form-control-sm + .select2-container .select2-selection__rendered {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1002, app/assets/stylesheets/custom.scss */
.x1 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-left: 16px;
  padding-right: 3rem;
}

/* line 1008, app/assets/stylesheets/custom.scss */
.x1 .form-control-sm + .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
  padding-left: 12px;
}

/* line 1013, app/assets/stylesheets/custom.scss */
.x1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

/* line 1017, app/assets/stylesheets/custom.scss */
.x1 .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}

/* line 1021, app/assets/stylesheets/custom.scss */
.x1 .form-control.is-valid + .select2-container.select2-container--default .select2-selection--single {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-position: right 1.5rem center;
}

/* Email */
/* line 1032, app/assets/stylesheets/custom.scss */
.customer_invoice_email_body {
  background: var(--body-bg-color);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 1039, app/assets/stylesheets/custom.scss */
.customer_invoice_email_container {
  background: #FFFFFF;
  width: 90%;
  margin: auto;
  padding: 30px;
}

/* line 1046, app/assets/stylesheets/custom.scss */
#show_file_attachment {
  display: none;
}

/* line 1050, app/assets/stylesheets/custom.scss */
.file_attachment_wrapper {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 1065, app/assets/stylesheets/custom.scss */
.selected-file {
  background: #ddeeff;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  padding: 0.375rem 0.75rem;
}

/* line 1072, app/assets/stylesheets/custom.scss */
.selected-file label {
  margin-bottom: 0;
}

/* line 1076, app/assets/stylesheets/custom.scss */
.selected-file input[type='file'] {
  display: none;
}

/* Messages */
/* line 1082, app/assets/stylesheets/custom.scss */
#message-inbox .text-muted {
  font-size: 15px;
}

/* line 1086, app/assets/stylesheets/custom.scss */
.message-header {
  display: block;
}

/* line 1090, app/assets/stylesheets/custom.scss */
.message-name {
  width: 50%;
  float: left;
}

/* line 1095, app/assets/stylesheets/custom.scss */
.message-timestamp {
  width: 50%;
  float: right;
  text-align: right;
}

/* line 1101, app/assets/stylesheets/custom.scss */
.message-body {
  padding-top: 2.0rem;
}

/* line 1105, app/assets/stylesheets/custom.scss */
.message-attachment {
  padding-top: 1.0rem;
}

/* line 1109, app/assets/stylesheets/custom.scss */
.message-attachment a, .message-attachment a:hover {
  color: var(--text-primary);
  background: none;
}

/* line 1114, app/assets/stylesheets/custom.scss */
.message-avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  padding: 14px;
  text-align: center;
}

/* line 1123, app/assets/stylesheets/custom.scss */
.room-list .room-list-object:hover {
  background: #00a7e3 !important;
  color: #FFFFFF !important;
}

/* line 1128, app/assets/stylesheets/custom.scss */
.room-list .active, .room-list .active a, .room-list .active .text-muted {
  background: #00a7e3 !important;
  color: #FFFFFF !important;
}

/* Search */
/* line 1135, app/assets/stylesheets/custom.scss */
.search .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: none;
}

/* line 1140, app/assets/stylesheets/custom.scss */
.search__results {
  display: block;
  position: absolute;
  z-index: 1000;
  min-width: 400px;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 4px;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 1158, app/assets/stylesheets/custom.scss */
.search__results a {
  color: #000000 !important;
  text-decoration: none !important;
}

/* line 1163, app/assets/stylesheets/custom.scss */
.search .fa-search {
  position: absolute;
  top: 20px;
  left: 36px;
  font-size: 18px;
  color: #000000 !important;
}

/* line 1171, app/assets/stylesheets/custom.scss */
.input-sm {
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
  line-height: 1.0rem;
  height: auto;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}

/* line 1179, app/assets/stylesheets/custom.scss */
#messages p, .message-body p {
  margin-bottom: 0;
}

/* line 1183, app/assets/stylesheets/custom.scss */
.search__label, .search__clear-link {
  display: none;
}

/* line 1187, app/assets/stylesheets/custom.scss */
.search__input {
  background: #F4F4F4;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 1205, app/assets/stylesheets/custom.scss */
.field-unit__field input[type="text"], .field-unit__field input[type="password"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 1223, app/assets/stylesheets/custom.scss */
.field-unit__field input[type="text"]:checked {
  background-color: #00a7e3;
  border-color: #00a7e3;
}

/* line 1228, app/assets/stylesheets/custom.scss */
.squeeze-table .form-control {
  padding: 0.25rem 0.5rem;
  font-size: inherit;
}

/* line 1233, app/assets/stylesheets/custom.scss */
.card-file-upload {
  border: 1px solid #ced4da !important;
}

/* line 1237, app/assets/stylesheets/custom.scss */
.basic-information {
  font-size: 14px;
}

/* line 1239, app/assets/stylesheets/custom.scss */
.basic-information > [class*="col-"] {
  padding: 0.5rem;
}

/* line 1242, app/assets/stylesheets/custom.scss */
.basic-information .field-name {
  background-color: #E5E7EB;
}

/* line 1245, app/assets/stylesheets/custom.scss */
.basic-information .field-value {
  background-color: #ffffff;
}

/* line 1251, app/assets/stylesheets/custom.scss */
.application-content .card .card-header {
  font-size: 15px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 1260, app/assets/stylesheets/custom.scss */
.approval-form input[type="number"] {
  text-align: right;
}

/* line 1263, app/assets/stylesheets/custom.scss */
.approval-form .basic-info-form .row [class^="col-"] {
  border: 1px solid;
}

/* line 1266, app/assets/stylesheets/custom.scss */
.approval-form .basic-info-form .form-group {
  margin-bottom: 0;
}

/* line 1270, app/assets/stylesheets/custom.scss */
.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* line 1276, app/assets/stylesheets/custom.scss */
.table-fixed-layout {
  table-layout: fixed;
}

/* line 1280, app/assets/stylesheets/custom.scss */
.full-bleed-card {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: calc(100% + 2.5rem);
}

/* line 1288, app/assets/stylesheets/custom.scss */
.custom-file-label::after {
  content: "ファイルを参照" !important;
}

/* line 1292, app/assets/stylesheets/custom.scss */
.x1-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

/* line 1300, app/assets/stylesheets/custom.scss */
.x1-stamp-box {
  height: 40px;
  width: 40px;
  border-radius: 999px;
  border: 2px solid #F0685F;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1312, app/assets/stylesheets/custom.scss */
.x1-stamp-name {
  color: #F0685F;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

/* line 1323, app/assets/stylesheets/custom.scss */
.x1-stamp-date {
  font-size: 12px;
  line-height: 16px;
}

/* line 1328, app/assets/stylesheets/custom.scss */
.x1-bg-gray {
  background-color: #E5E7EB;
}

/* line 1332, app/assets/stylesheets/custom.scss */
.x1-font-14 {
  font-size: 14px;
  line-height: 20px;
}

/* line 1337, app/assets/stylesheets/custom.scss */
.x1-font-13 {
  font-size: 13px;
  line-height: 16px;
}

/* line 1342, app/assets/stylesheets/custom.scss */
.sale-row {
  border: 1px #eee solid;
  border-top: 0;
  border-right: 0;
}

/* line 1348, app/assets/stylesheets/custom.scss */
.sale-row-last {
  border: 1px #eee solid;
  border-top: 0;
}

/* line 1353, app/assets/stylesheets/custom.scss */
.x1-card-dot {
  width: 1rem;
  height: 1rem;
  background-color: #dc3545;
  border-radius: 999px;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

/* line 1364, app/assets/stylesheets/custom.scss */
.x1 .was-validated select.form-control:valid,
.x1 select.form-control.is-valid {
  padding-right: 2rem !important;
}
/* line 1, app/assets/stylesheets/import_modal.scss */
.custom-header {
  margin-top: 1rem;
}

/* line 4, app/assets/stylesheets/import_modal.scss */
.custom-header td {
  text-align: right;
}

/* line 8, app/assets/stylesheets/import_modal.scss */
.custom-header__table {
  width: 100%;
}
/*
 * 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.
 *


 */
