/* You can add global styles to this file, and also import other style files */

body {
  font-family: Meiryo, メイリオ, ArialMT !important;
}

.form-space {
  padding-bottom: 50px !important;
}

.row-space {
  padding-bottom: 20px !important;
}

.sidenav .sidenav-content>.nav-link {
  margin: 1rem 0 0 0.75rem !important;
  padding-left: 0 !important;
}
.sidenav .nav-group .nav-list, .sidenav .nav-group label {
  padding: 0 0 0 0.75rem !important;
}

/* Table */
.table td {
  vertical-align: center !important;
}
.table-action {
  width:100px !important;
}
.table-status {
  min-width:100px !important;
}
.table-date {
  min-width:100px !important;
}
.table-text {
  text-align: left !important;
}
.table-money {
  min-width:100px !important;
}
.table-updown {
  width: 100px !important;
}
.table-flex {
  display: flex;
}

.bg-notification {
  background-color: #E1F1F6 !important;
}
.bg-sunday {
  background-color: #FFF0EE !important;
}
.bg-saturday {
  background-color: #CCFBFF !important;
}
.bg-holiday {
  background-color: #FFF0EE !important;
}

