@import url("https://fonts.googleapis.com/css?family=Nunito");
.top-most {
  z-index: 99999;
}

.bg-special {
  background-color: #f6993f;
}

.bg-INVOICE_IBIKEN {
  background-color: #f6993f;
}

.bg-INVOICE_NSM {
  background-color: #3490dc;
}

.bg-invoice-no {
  background-color: #3490dc;
}

.special-label {
  border-right: 8px solid #f6993f;
  padding-right: 8px;
}

.special-section {
  position: relative;
  padding: 1.4em;
  border: solid 1px #f6993f;
}
.special-section h5 {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f6993f;
  font-size: small;
  padding: 2px 8px;
}

.client-kana {
  font-size: x-small;
  color: gray;
}

#main {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  justify-content: left;
  align-items: stretch;
  background-color: #0054ac;
}
#main #sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 48px;
  padding: 0px 0px 8px 0px;
  background-color: #0054ac;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 9999;
}
#main #sidebar a {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 4px 0;
}
#main #sidebar a:hover {
  background-color: dodgerblue;
  text-decoration: none;
}
#main #sidebar a.bottom {
  position: fixed;
  bottom: 8px;
  left: 0;
  width: 48px;
}
#main #page {
  position: relative;
  padding-left: 52px;
  width: 100%;
  background-color: white;
}
#main #page #toolbar {
  padding: 0.3em 1em;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 8px;
}
#main #page #toolbar a {
  font-size: 1.3em;
}
#main #page #content {
  padding: 1.4em;
}
#main #page #content .date-select a {
  font-size: 1.3em;
}

#month-selector {
  width: 10em;
}

.page-title {
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: 2px;
  padding-left: 0.5em;
  border-left: solid 8px #0054ac;
}

.section-title {
  font-weight: normal;
  font-size: 1.2em;
  padding-left: 1em;
  margin-top: 1.5em;
}

.menu-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8em;
  height: 8em;
  font-weight: normal;
  border: solid 1px #CECECE;
  border-radius: 16px;
}
.menu-button i {
  display: block;
  font-size: 3em;
  text-align: center;
  color: #262626;
}
.menu-button .menu-button-title {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 0.9em;
  color: rgb(26, 26, 26);
}
.menu-button:hover {
  border-color: rgb(86, 186, 226);
  background-color: rgba(86, 186, 226, 0.1);
}

.graph-bar {
  border-collapse: collapse;
  border: solid 1px lightgray;
}
.graph-bar .graph-bar-caption {
  text-align: center;
  vertical-align: bottom;
}
.graph-bar .graph-bar-value {
  text-align: right;
  padding-right: 0.2em;
}
.graph-bar .graph-bar-display {
  position: relative;
  height: 260px;
  border: none;
}
.graph-bar td {
  min-width: 4.5em;
  font-size: small;
  border: solid 1px lightgray;
}

.total-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
}
.total-table th {
  background-color: #EAEAEA;
  border: solid 1px lightgray;
  padding: 4px 8px;
  font-size: small;
  text-align: center;
  text-wrap: nowrap;
}
.total-table td {
  min-width: 6em;
  border: solid 1px lightgray;
  text-align: end;
  padding: 4px 1em;
  font-size: small;
}
.total-table td:first-child {
  min-width: 10em;
  text-align: start;
}
.total-table td.term {
  min-width: 8em;
}
.total-table td.client_name {
  min-width: 16em;
  width: 16em;
}
.total-table td.col-price {
  min-width: 8em;
}
.total-table td.col-date {
  min-width: 10em;
}
.total-table td.col-memo {
  min-width: 14em;
  text-align: start;
}
.total-table td.col-command {
  min-width: 20em;
}

#orders-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
}
#orders-table tr.selected {
  background-color: rgba(129, 209, 247, 0.2);
}
#orders-table th {
  border: solid 1px lightgray;
  padding: 4px 8px;
  font-size: small;
  color: #262626;
  text-align: center;
  background-color: #EAEAEA;
}
#orders-table th a {
  color: #262626;
}
#orders-table td {
  border: solid 1px lightgray;
  padding: 4px 8px;
  font-size: small;
  min-width: 6em;
}
#orders-table td:first-child {
  text-align: center;
  min-width: 2em;
  width: 2em;
}
#orders-table td .btn-sm {
  padding: 1px 8px;
}
#orders-table .client_name {
  cursor: default;
}
#orders-table .col-client {
  min-width: 12em;
}
#orders-table .col-order_no {
  min-width: 8em;
}
#orders-table .col-place {
  min-width: 10em;
}
#orders-table .col-date:not(th) {
  text-align: end;
  min-width: 6em;
  white-space: nowrap;
}
#orders-table .col-date:not(th) .badge {
  font-size: 0.9em;
}
#orders-table .col-price:not(th) {
  min-width: 6em;
  padding-right: 0.8em;
  text-align: end;
}
#orders-table .col-freights {
  min-width: 8em;
}
#orders-table .col-quantity:not(th) {
  text-align: end;
}
#orders-table .col-partner {
  min-width: 8em;
}
#orders-table .col-driver, #orders-table .col-truck {
  text-align: center;
}
#orders-table .col-memo {
  min-width: 12em;
  color: #e3342f;
}

.invoice-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
  z-index: 0;
}
.invoice-table th {
  background-color: #EAEAEA;
  border: solid 1px lightgray;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: normal;
}
.invoice-table td {
  border: solid 1px lightgray;
  padding: 0.5em 1em;
}
.invoice-table td.col-price {
  text-align: end;
}

.invoice-list-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
}
.invoice-list-table thead {
  z-index: 0;
  margin: 0;
  background-color: white;
}
.invoice-list-table thead th {
  position: relative;
  text-wrap: nowrap;
  background-color: #EAEAEA;
}
.invoice-list-table tr.header {
  background-color: white;
  border: solid 1px lightgray;
}
.invoice-list-table th {
  border: solid 1px lightgray;
  padding: 4px 8px;
  font-size: small;
  color: #262626;
  text-align: center;
  background-color: #EAEAEA;
}
.invoice-list-table th a {
  color: #262626;
  text-decoration: none;
}
.invoice-list-table td {
  border: solid 1px lightgray;
  padding: 4px 8px;
  font-size: small;
}
.invoice-list-table td .btn-sm {
  padding: 1px 8px;
}
.invoice-list-table .col-id {
  min-width: 4em;
  text-align: end;
}
.invoice-list-table .col-check {
  min-width: 2em;
  width: 2em;
  text-align: center;
}
.invoice-list-table .col-client {
  min-width: 14em;
}
.invoice-list-table .col-date {
  min-width: 6em;
  text-align: center;
}
.invoice-list-table .col-term {
  min-width: 10em;
}
.invoice-list-table .col-count:not(th) {
  min-width: 3em;
  width: 3em;
  text-align: end;
}
.invoice-list-table .col-price {
  min-width: 6em;
  text-align: end;
}
.invoice-list-table .col-published {
  min-width: 10em;
  text-align: center;
}
.invoice-list-table .col-status {
  min-width: 8em;
  text-align: center;
}
.invoice-list-table .col-kind {
  min-width: 4em;
  width: 4em;
  text-align: center;
}
.invoice-list-table .col-memo {
  min-width: 14em;
}
.invoice-kind-label-0 {
  padding: 2px 4px;
  margin-right: 0.3em;
  border-radius: 4px;
  background-color: #3490dc;
  color: white;
}

.invoice-kind-label-1 {
  padding: 2px 4px;
  margin-right: 0.3em;
  border-radius: 4px;
  background-color: #38c172;
  color: white;
}

.btn-partner {
  min-width: 100%;
}

.btn-truck {
  min-width: 100%;
}

.btn-driver {
  min-width: 100%;
}

.btn-delivery {
  width: 100%;
}

.btn-memo {
  color: #e3342f;
}

#order-list-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
}
#order-list-table th {
  border: solid 1px lightgray;
  background-color: #EAEAEA;
  padding: 4px 8px;
  text-align: center;
  min-width: 3em;
}
#order-list-table th:first-child {
  min-width: 8em;
}
#order-list-table th.col-day .week {
  font-size: 0.8em;
}
#order-list-table th.saturday {
  color: #3490dc;
}
#order-list-table th.sunday {
  color: #e3342f;
}
#order-list-table td {
  min-width: 5em;
  border: solid 1px lightgray;
  padding: 4px 8px;
}
#order-list-table td:first-child {
  text-align: center;
}
#order-list-table td .cell-tasks {
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#order-list-table td .cell-task-place {
  width: 100%;
}
#order-list-table td .cell-task-load {
  margin-bottom: auto;
  background-color: #92c6f0;
  border-radius: 4px;
  padding: 2px;
}
#order-list-table td .cell-task-unload {
  margin-top: auto;
  background-color: #88d4cd;
  border-radius: 4px;
  padding: 2px;
}
#order-list-table td .cell-task-process {
  font-size: 1.4em;
  margin: auto auto;
}

.import-orders-table {
  margin-top: 2em;
  margin-right: 2em;
  font-size: x-small;
  table-layout: fixed;
  border-collapse: collapse;
}
.import-orders-table th {
  border: solid 1px gray;
  padding: 2px 4px;
  background-color: #EAEAEA;
  text-align: center;
  font-weight: normal;
  min-width: 4em;
}
.import-orders-table td {
  border: solid 1px gray;
  padding: 2px 4px;
  min-width: 4em;
}
.import-orders-table td.client-name {
  min-width: 12em;
}
.import-orders-table td.date {
  min-width: 8em;
  text-align: center;
}
.import-orders-table td.price {
  min-width: 6em;
  text-align: end;
}
.import-orders-table td.place {
  min-width: 10em;
}
.import-orders-table td.name {
  min-width: 8em;
}
.import-orders-table td.memo {
  min-width: 10em;
}

.masters-table {
  margin-top: 1em;
  border-collapse: collapse;
  table-layout: fixed;
  margin-right: 2em;
}
.masters-table th, .masters-table td {
  border: solid 1px lightgray;
  padding: 4px 8px;
}
.masters-table th {
  text-align: center;
  font-size: 0.9em;
  text-wrap: nowrap;
  background-color: #EAEAEA;
  position: relative;
}
.masters-table th a {
  text-decoration: none;
  color: #262626;
}
.masters-table td {
  min-width: 6em;
  vertical-align: top;
}
.masters-table td:first-child {
  min-width: 2em;
  text-align: center;
}
.masters-table td.col-id {
  min-width: 4em;
}
.masters-table td.col-name {
  min-width: 12em;
}
.masters-table td.col-kind {
  min-width: 3em;
}
.masters-table td.col-address {
  min-width: 10em;
}
.masters-table td.col-tools {
  min-width: 8em;
}
.masters-table.hover tr:hover {
  background-color: #EEEEEE;
}

.logs-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 1em;
  margin-right: 2em;
}

form .section {
  margin-top: 1em;
}
form .section label {
  font-size: 0.8em;
  color: gray;
}
form .section .section-header {
  font-size: 1em;
}

@media print {
  a {
    text-decoration: none;
    color: inherit;
  }
}/*# sourceMappingURL=app.css.map */