@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #333;
}

body {
  background-color: #e6e6e6;
  min-height: 100vh;
  padding-bottom: 90px;
}

body.pt-160 {
  padding-top: 160px;
}

body.pt-195 {
  padding-top: 195px;
}

.header-contents {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
}

header {
  background-color: #f2f2f2;
  width: 100%;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
}
header img {
  display: block;
  margin: 0 auto;
}

img {
  max-height: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.text-align-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.btn {
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
}

li.dayly-report {
  height: 50px;
  padding: 0px 20px;
  position: relative;
  line-height: 50px;
  background-color: #F8F8F8;
}

li.dayly-report:nth-child(odd) {
  background-color: #F2F2F2;
}

li.dayly-report::before {
  content: "＞";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #1867E4;
}

li.dayly-report-detail {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
li.dayly-report-detail table {
  width: 100%;
  margin: 0px;
  font-size: 15px;
}
li.dayly-report-detail table tr {
  height: 17px;
  line-height: 17px;
}
li.dayly-report-detail table th {
  text-align: right;
  font-weight: normal;
  width: 110px;
  height: 17px;
  line-height: 17px;
}
li.dayly-report-detail table td {
  padding: 0px 5px;
  height: 17px;
  line-height: 17px;
}
li.dayly-report-detail .edit-button {
  position: absolute;
  right: 15px;
  text-align: center;
}
li.dayly-report-detail .edit-button p {
  font-size: 14px;
  color: #0066cc;
}

li.dayly-report-detail:nth-child(odd) {
  background-color: white;
}

li.dayly-report-detail:nth-child(even) {
  background-color: #F8F8F8;
}

.daily-reports-header {
  font-size: 12px;
  background-color: #4D4D4D;
  color: white;
  padding: 6px;
}

.date-header {
  background-color: #cdcdcd;
  padding: 5px;
}

.value-box {
  width: 80%;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.value-box img {
  width: 20px;
}
.value-box #open-ledger-select-dialog-button {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.value-box #ledger-box {
  padding-left: 10px;
}

#ledger-box #ledger-id {
  font-size: 16px;
}

#form-container {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  overflow: none;
  height: 100vh;
}
#form-container h1 {
  text-align: center;
  margin: 30px 0px;
  font-size: 18px;
}
#form-container div#form-box {
  width: 350px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0px 0px 2px gray;
}
#form-container .alert {
  width: 80%;
  font-size: 12px;
  background-color: orange;
  padding: 20px;
  margin: 0 auto;
}
#form-container .alert p {
  color: white;
}
#form-container form {
  width: 340px;
  margin: 0 auto;
}
#form-container form input[type=text],
#form-container form input[type=password] {
  display: block;
  font-size: 18px;
  padding: 10px;
  margin: 10px auto;
}
#form-container form .loginbtn {
  display: block;
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  width: 80%;
  margin: 30px auto;
}

header.pageheader {
  background-color: black;
  position: relative;
}
header.pageheader .user-info {
  right: 20px;
  color: white;
  position: absolute;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.footer-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0px 3px;
  border-top: 1px solid gray;
  background-color: #eee;
}
.footer-menu .menu-box {
  justify-content: space-around;
}
.footer-menu .menu-box img {
  width: 24px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1px;
}
.footer-menu .menu-box .menu-item-box {
  flex-grow: 1;
}
.footer-menu .menu-box .menu-item-box p {
  font-size: 10px;
  text-align: center;
}
.footer-menu .menu-box .menu-item-box a {
  text-decoration: none;
}

.footer-menu-daily-report-details {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid gray;
  background-color: lightgray;
  display: flex;
  justify-content: center;
}
.footer-menu-daily-report-details .btn {
  width: 150px;
  height: 44px;
  margin: 0 auto;
  color: #eee;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}
.footer-menu-daily-report-details .btn.hide {
  display: none;
}
.footer-menu-daily-report-details .add-button, .footer-menu-daily-report-details .delete-button, .footer-menu-daily-report-details .duplicate-button {
  width: 100px;
}
.footer-menu-daily-report-details .add-button {
  background-color: #1867e4;
}
.footer-menu-daily-report-details .delete-button {
  background-color: #d80b00;
}
.footer-menu-daily-report-details .duplicate-button {
  background-color: #1867e4;
}

section.header-menu {
  padding: 10px 0px;
  background-color: #E6E6E6;
  position: relative;
}
section.header-menu h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 4px;
  margin-top: 4px;
}
section.header-menu h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 10px;
  margin-top: 16px;
}
section.header-menu p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
}
section.header-menu p.distance {
  font-size: 14px;
  font-weight: normal;
}
section.header-menu .button-box {
  padding: 10px 0px 0px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
section.header-menu .button-box a {
  text-decoration: none;
}
section.header-menu .button-box .arrow-button {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  color: lightgray;
  line-height: 36px;
  font-weight: bold;
}
section.header-menu .button-box .date-box {
  text-align: center;
  font-size: 10px;
}
section.header-menu .button-box .date-box p {
  font-size: 12px;
  font-weight: normal;
}
section.header-menu .button-box .date-box .month {
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold;
}
section.header-menu .button-box .plus-button {
  width: 44px;
  height: 44px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  color: #0066cc;
  position: absolute;
  right: 30px;
  top: 57%;
  transform: translateY(-50%);
  cursor: pointer;
}
section.header-menu #edit-date-button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 50%;
  text-align: center;
}
section.header-menu #edit-date-button img {
  width: 18px;
}
section.header-menu #edit-date-button p {
  color: #1867E4;
  font-size: 14px;
  font-weight: normal;
}
section.header-menu #edit-report-date-button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 28%;
  text-align: center;
}
section.header-menu #edit-report-date-button img {
  width: 18px;
}
section.header-menu #edit-report-date-button p {
  color: #1867E4;
  font-size: 14px;
  font-weight: normal;
}
section.header-menu .back-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
}
section.header-menu .back-button a p {
  padding: 0px;
  margin: 0px auto;
  color: #0066cc;
}
section.header-menu .back-button #backButton {
  cursor: pointer;
}
section.header-menu .back-button #backButton p {
  padding: 0px;
  margin: 0px auto;
  color: #0066cc;
}

.dialog {
  position: fixed;
  z-index: 2;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transition: top 0.6s;
  visibility: hidden;
  overflow: scroll;
}
.dialog .dialog-contents {
  background-color: white;
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
  padding: 30px;
}
.dialog .dialog-contents .dialog-search-form-box {
  display: flex;
  gap: 5px;
}
.dialog .dialog-contents .dialog-search-form-box img {
  width: 24px;
  cursor: pointer;
}
.dialog .dialog-contents .dialog-search-form-box input.dialog-search-form {
  flex-grow: 1;
  font-size: 16px;
  margin: 30px 0px;
  border-radius: 10px;
}
.dialog .dialog-contents .dialog-header {
  background-color: #666;
  padding: 10px;
  color: white;
  height: auto;
}
.dialog .dialog-contents ul {
  list-style: none;
}
.dialog .dialog-contents ul .dialog-categoly-header {
  background-color: #666;
  color: white;
  padding: 10px;
}
.dialog .dialog-contents ul li {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.dialog .dialog-contents ul li p {
  pointer-events: none;
}
.dialog .dialog-contents ul li p:first-child {
  color: #0066cc;
}
.dialog .dialog-contents ul li p:nth-child(2) {
  font-size: 10px;
}
.dialog .dialog-contents ul li.material-item.hide,
.dialog .dialog-contents ul li.machine-item.hide,
.dialog .dialog-contents ul li.customer-item.hide,
.dialog .dialog-contents ul li.outsourcing-item.hide {
  display: none;
}
.dialog .dialog-contents .btn.cancel-btb {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: lightgray;
  padding: 10px;
}

.dialog.active {
  position: fixed;
  top: 0px;
  transition: top 0.6;
  visibility: visible;
}

#delete-confirm-dialog {
  position: relative;
  width: 80%;
  height: 300px;
  margin: 60px auto;
  background-color: white;
  padding: 30px;
}
#delete-confirm-dialog .button-box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 10px;
}
#delete-confirm-dialog .button-box .btn {
  background-color: lightgray;
  color: #333;
  height: 40px;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 12px;
}
#delete-confirm-dialog .button-box.hide {
  display: none;
}

#weather-dialog h3 {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#weather-dialog #date-box input {
  font-size: 18px;
}
#weather-dialog #weather-radio-box {
  gap: 20px;
  font-size: 18px;
}
#weather-dialog #weather-dialog-close-button {
  color: blue;
}

#create-detail-conf-dialog div.dialog-contents {
  position: relative;
  width: 80%;
  height: 300px;
  margin: 60px auto;
  background-color: white;
  padding: 30px;
}
#create-detail-conf-dialog div.dialog-contents .button-box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 10px;
}
#create-detail-conf-dialog div.dialog-contents .button-box .btn {
  background-color: lightgray;
  border: none;
  color: #333;
  height: 40px;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 12px;
}

#edit-date-dialog .dialog-contents {
  width: 90%;
  background-color: #E6E6E6;
}
#edit-date-dialog .button-box {
  margin-top: 60px;
  text-align: center;
}
#edit-date-dialog .button-box button {
  color: #1867E4;
  width: 120px;
  height: 40px;
  border: none;
  background-color: inherit;
}
#edit-date-dialog ul li {
  display: flex;
  border: none;
  height: 60px;
}
#edit-date-dialog ul li div.header {
  width: 100px;
}
#edit-date-dialog ul li input {
  font-size: 16px;
  max-width: 100%;
  padding: 3px;
}
#edit-date-dialog ul li input[type=text] {
  width: 100px;
  text-align: right;
}
#edit-date-dialog ul li input[type=checkbox] {
  transform: scale(2);
  margin-left: 6px;
}

#duplicate-detail-dialog .dialog-contents {
  width: 90%;
  background-color: #E6E6E6;
}
#duplicate-detail-dialog .button-box {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 10px;
}
#duplicate-detail-dialog .button-box .btn {
  background-color: lightgray;
  border: none;
  color: #333;
  height: 40px;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 12px;
}
#duplicate-detail-dialog input {
  font-size: 16px;
  max-width: 100%;
  padding: 3px;
}
#duplicate-detail-dialog #message-box {
  color: red;
}

#duplicate-conf-dialog .button-box {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 10px;
}
#duplicate-conf-dialog .button-box .btn {
  background-color: lightgray;
  border: none;
  color: #333;
  height: 40px;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 12px;
}

.construction-item.hide {
  display: none;
}

#add-confirm-dialog input {
  font-size: 16px;
  max-width: 100%;
  padding: 3px;
}
#add-confirm-dialog #message-box {
  color: red;
}

#duplicate-conf-dialog input {
  font-size: 16px;
  max-width: 100%;
  padding: 3px;
}
#duplicate-conf-dialog #message-box {
  color: red;
}

.edit-form-section {
  padding: 0px 10px;
}
.edit-form-section ul {
  list-style: none;
}
.edit-form-section ul .daily-report-items {
  display: flex;
  background-color: white;
  border-radius: 5px;
  padding: 0px 10px;
  align-items: center;
  height: 55px;
}
.edit-form-section ul .daily-report-items .header {
  width: 50px;
  font-size: 14px;
  user-select: none;
}
.edit-form-section ul .daily-report-items .main-content {
  flex-grow: 1;
}
.edit-form-section ul .daily-report-items .main-content select {
  border: none;
  width: 100%;
  font-size: 16px;
}
.edit-form-section ul .daily-report-items .placeholder {
  color: #CCCCCC;
}
.edit-form-section ul .daily-report-items .magnifying-glass-btn,
.edit-form-section ul .daily-report-items .circle-xmark-btn {
  display: flex;
  align-items: center;
  width: 40px;
  padding: 10px;
}
.edit-form-section ul .daily-report-items .circle-xmark-btn.hide {
  display: none;
}
.edit-form-section ul .daily-report-items .hidden {
  visibility: hidden;
}
.edit-form-section ul .daily-report-items input[type=text],
.edit-form-section ul .daily-report-items input[type=time] {
  width: 100%;
  border: none;
  font-size: 16px;
}
.edit-form-section ul .daily-report-items input[type=text]::placeholder,
.edit-form-section ul .daily-report-items input[type=time]::placeholder {
  color: #CCCCCC;
}
.edit-form-section ul .daily-report-items + .daily-report-items {
  margin-top: 8px;
}

/*# sourceMappingURL=style.css.map */
