@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

ol, ul {
  list-style: none; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
/* -----------------------
汎用
----------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.inline {
  display: inline; }

.display_table {
  display: table; }

.display_table_full {
  display: table;
  width: 100%; }

.display_table-cell {
  display: table-cell;
  vertical-align: middle; }

*:focus {
  outline: none; }

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s; }
  a:focus.img_thumb, a:hover.img_thumb {
    opacity: 0.8;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s; }

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none; }

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555; }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
    position: absolute;
    top: 8px;
    left: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }
[type="radio"].radio-lg:checked + span, [type="radio"].radio-lg:not(:checked) + span {
  line-height: 38px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 1rem; }
  [type="radio"].radio-lg:checked + span:before, [type="radio"].radio-lg:not(:checked) + span:before {
    width: 28px;
    height: 28px; }
  [type="radio"].radio-lg:checked + span:after, [type="radio"].radio-lg:not(:checked) + span:after {
    top: 10px;
    left: 8px;
    width: 16px;
    height: 16px; }
[type="radio"].radio-sm:checked + span, [type="radio"].radio-sm:not(:checked) + span {
  line-height: 24px;
  margin-right: 20px;
  padding-left: 24px;
  font-size: .875rem; }
  [type="radio"].radio-sm:checked + span:before, [type="radio"].radio-sm:not(:checked) + span:before {
    width: 16px;
    height: 16px; }
  [type="radio"].radio-sm:checked + span:after, [type="radio"].radio-sm:not(:checked) + span:after {
    width: 8px;
    height: 8px; }

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer; }
  [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    height: 18px;
    content: '';
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  [type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    color: #ffffff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    background: #000000;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }
[type="checkbox"].check-lg:checked + span, [type="checkbox"].check-lg:not(:checked) + span {
  line-height: 38px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 1rem; }
  [type="checkbox"].check-lg:checked + span:before, [type="checkbox"].check-lg:not(:checked) + span:before {
    width: 28px;
    height: 28px; }
  [type="checkbox"].check-lg:checked + span:after, [type="checkbox"].check-lg:not(:checked) + span:after {
    top: 6px;
    left: 2px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px; }
[type="checkbox"].check-sm:checked + span, [type="checkbox"].check-sm:not(:checked) + span {
  line-height: 27px;
  margin-right: 20px;
  padding-left: 24px;
  font-size: .875rem; }
  [type="checkbox"].check-sm:checked + span:before, [type="checkbox"].check-sm:not(:checked) + span:before {
    width: 16px;
    height: 16px; }
  [type="checkbox"].check-sm:checked + span:after, [type="checkbox"].check-sm:not(:checked) + span:after {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px; }

/*テーブル*/
table tr td {
  vertical-align: middle !important; }
  table tr td label {
    margin-bottom: 0;
    font-weight: normal; }

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center; }
  ul.paging li {
    float: left; }
    ul.paging li.disabled a {
      border: none;
      pointer-events: none; }
    ul.paging li a {
      display: block;
      width: 30px;
      margin: 5px;
      height: 30px;
      line-height: 30px; }
      ul.paging li a:hover {
        cursor: pointer;
        text-decoration: none; }
      ul.paging li a i {
        line-height: 28px;
        margin: 0; }
    ul.paging li.on a {
      color: #ffffff; }

.form-control.small, .form-select.small {
  width: 100px; }
.form-control.medium, .form-select.medium {
  width: 180px; }
.form-control.large, .form-select.large {
  width: 365px; }

textarea {
  width: 100%; }

:focus {
  outline: none !important; }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
/* -----------------------
datepicker
----------------------- */
.ui-datepicker {
  display: none;
  background: #ffffff;
  padding: 0;
  z-index: 1000 !important;
  width: auto;
  height: auto;
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    margin: 0;
    color: #ffffff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      width: 44px;
      height: 44px;
      line-height: 44px;
      top: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        font-family: FontAwesome; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
        content: "\f104"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        content: "\f105"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0 2.3em;
      line-height: 44px;
      text-align: center; }
  .ui-datepicker table {
    width: 100%; }
    .ui-datepicker table td, .ui-datepicker table th {
      border: none;
      padding: 0; }
    .ui-datepicker table th {
      color: #ffffff;
      line-height: 44px;
      font-weight: normal;
      text-align: center; }
    .ui-datepicker table td span, .ui-datepicker table td a {
      color: #000000;
      display: block;
      padding: 15px 0 13px;
      width: 44px;
      text-align: center;
      text-decoration: none; }
      .ui-datepicker table td span:hover, .ui-datepicker table td a:hover {
        font-weight: bold;
        background: rgba(153, 153, 153, 0.2); }
    .ui-datepicker table td.ui-state-disabled span {
      color: rgba(0, 0, 0, 0.26);
      background: none;
      border: none; }
  .ui-datepicker table:not(.ui-datepicker-ym) td .ui-datepicker-week-end:last-child a {
    color: #0066ff; }
  .ui-datepicker table:not(.ui-datepicker-ym) td.ui-datepicker-week-end:first-child a, .ui-datepicker table:not(.ui-datepicker-ym) td.holiday a {
    color: #cc0000; }

.month-picker {
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .month-picker table {
    border-spacing: 0 !important;
    border-collapse: separate !important;
    width: 100%; }
  .month-picker .ui-widget-header {
    border: none;
    border-radius: 0;
    margin: 0; }
    .month-picker .ui-widget-header .month-picker-previous .ui-button, .month-picker .ui-widget-header .month-picker-next .ui-button {
      background: none;
      width: 44px;
      height: 44px;
      line-height: 44px;
      padding: 0; }
      .month-picker .ui-widget-header .month-picker-previous .ui-button:before, .month-picker .ui-widget-header .month-picker-next .ui-button:before {
        font-family: FontAwesome; }
    .month-picker .ui-widget-header .month-picker-previous .ui-button {
      background: url(../img/ios-arrow-back.svg) no-repeat center;
      background-size: 13px; }
    .month-picker .ui-widget-header .month-picker-next .ui-button {
      background: url(../img/ios-arrow-forward.svg) no-repeat center;
      background-size: 13px; }
  .month-picker .month-picker-month-table .ui-button {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    min-width: 44px;
    height: 44px;
    line-height: 44px; }
    .month-picker .month-picker-month-table .ui-button:hover {
      font-weight: bold;
      background: rgba(153, 153, 153, 0.2); }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
.ui-datepicker .ui-datepicker-header {
  background: #247191; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    background: #115A7A; }
.ui-datepicker table thead th {
  background: #49AAD2; }
.ui-datepicker table .ui-datepicker-today .ui-state-active, .ui-datepicker table .ui-datepicker-today .ui-state-highlight {
  background: #FFE5B3;
  font-weight: bold; }
.ui-datepicker table .ui-datepicker-current-day a {
  background: #B3CDFF;
  font-weight: bold; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

body {
  background: #E6E6E6;
  color: #373A3C;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative; }

main {
  align-items: center;
  height: calc(100% - 62px); }
  main > .container {
    padding-bottom: 80px !important; }

.container {
  font-size: 0.875rem !important;
  width: 100%; }

.fs-1 {
  font-size: 2rem !important; }

.fs-2 {
  font-size: 1.75rem !important; }

.fs-3 {
  font-size: 1.5rem !important; }

.fs-4 {
  font-size: 1.25rem !important; }

.fs-5 {
  font-size: 1.125rem !important; }

.fs-6 {
  font-size: 1rem !important; }

a {
  color: #0275D8; }

img {
  max-width: 100%; }

i {
  margin-right: .5rem; }
  i:not(.fas) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1rem;
    vertical-align: middle; }
    i:not(.fas):before {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem; }
  i.slip:before {
    content: url(../img/Shop/slip.svg); }
  i.bill:before {
    content: url(../img/Shop/bill.svg); }
  i.element:before {
    content: url(../img/Shop/element.svg); }
  i.shop:before {
    content: url(../img/Shop/shop.svg); }
  i.jisseki:before {
    content: url(../img/Shop/jisseki.svg); }
  i.cashier_closing:before {
    content: url(../img/Shop/cashier_closing.svg); }
  i.work:before {
    content: url(../img/Shop/work.svg); }
  i.work_off:before {
    content: url(../img/Shop/work_off.svg); }
  i.suppliers:before {
    content: url(../img/Shop/suppliers.svg); }
  i.history:before {
    content: url(../img/Shop/history.svg); }
  i.item_order:before {
    content: url(../img/Shop/item_order.svg); }
  i.item_history:before {
    content: url(../img/Shop/item_history.svg); }
  i.item_import:before {
    content: url(../img/Shop/item_import.svg); }
  i.item_inventory:before {
    content: url(../img/Shop/inventory.svg); }

.page_title {
  padding-bottom: .5rem;
  border-bottom: rgba(55, 58, 60, 0.12) 1px solid; }

.bg-white {
  background: #ffffff; }

.grid-1 {
  width: 100%; }

.grid-2 {
  width: 50%; }

.grid-3 {
  width: 33.3333333333%; }

.grid-4 {
  width: 25%; }

.grid-5 {
  width: 20%; }

@-webkit-keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(150);
    -webkit-transform: scale(150);
    -moz-transform: scale(150);
    -o-transform: scale(150);
    opacity: 0; } }
@-moz-keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(150);
    -webkit-transform: scale(150);
    -moz-transform: scale(150);
    -o-transform: scale(150);
    opacity: 0; } }
@keyframes clickEffect {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(150);
    -webkit-transform: scale(150);
    -moz-transform: scale(150);
    -o-transform: scale(150);
    opacity: 0; } }
.ripple {
  overflow: hidden;
  position: relative; }

.clickPoint {
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background: rgba(112, 112, 112, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: clickEffect 1s ease-out;
  -moz-animation: clickEffect 1s ease-out;
  animation: clickEffect 1s ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.btn {
  position: relative;
  overflow: hidden;
  font-size: 0.875rem; }
  .btn.btn-sm {
    font-size: 0.75rem; }
  .btn.btn-lg {
    font-size: 1.25rem; }
  .btn.btn-info {
    color: #ffffff;
    background-color: #49AAD2;
    border-color: #49AAD2; }
    .btn.btn-info:hover, .btn.btn-info:active {
      background-color: #2e91ba;
      border-color: #2e91ba; }
  .btn.btn-success {
    background-color: #5CB85C;
    border-color: #5CB85C; }
    .btn.btn-success:hover, .btn.btn-success:active {
      background-color: #449d44;
      border-color: #449d44; }
  .btn.btn-outline-success {
    color: #449d44;
    border-color: #449d44; }
    .btn.btn-outline-success:hover, .btn.btn-outline-success:active {
      color: #ffffff;
      background-color: #449d44;
      border-color: #449d44; }

.event-none {
  pointer-events: none; }

input:read-only {
  background: #ffffff !important; }

.bg-success {
  background-color: #5CB85C !important; }

.border-success {
  border-color: #449d44 !important; }

.bg-info {
  background-color: #49AAD2 !important; }

.border-info {
  border-color: #2e91ba !important; }

.card-body {
  padding: 1.5rem 1.5rem; }

.list .card-body {
  padding: 1rem 1rem; }

.border-right-dashed {
  border-right: dashed 1px rgba(0, 0, 0, 0.25); }

.striped_bg {
  background: rgba(0, 0, 0, 0.05); }

.default_user_icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 50px;
  color: #b7bcc1;
  background-color: #e9ecef;
  padding-top: 5px; }

.text-left {
  text-align: left !important; }

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

.text-right {
  text-align: right !important; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.custom-select {
  display: inline-block;
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file, .input-group > .custom-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group-text {
  font-size: 0.75rem; }

.col-form-label {
  font-weight: bold;
  position: relative; }
  .col-form-label.required:after {
    content: "必須";
    position: absolute;
    color: #ffffff;
    background: #dc001e;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    right: calc(.375rem + 1px); }

.input-group-text .required {
  color: #dc001e;
  margin-left: .25rem; }

.form-control::placeholder {
  color: #707070; }
.form-control:-ms-input-placeholder {
  color: #707070; }
.form-control::-ms-input-placeholder {
  color: #707070; }

.increment_form {
  display: flex;
  align-items: center;
  justify-content: center; }
  .increment_form .form-control {
    width: 4rem;
    margin: 0 4px;
    text-align: center; }
  .increment_form .btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 13px;
    text-align: center;
    color: #ffffff; }

.ympicker:read-only {
  background: #ffffff !important; }

input:read-only.event-none:focus,
select:read-only.event-none:focus,
textarea:read-only.event-none:focus {
  box-shadow: none;
  border-color: #ced4da; }

.table {
  color: #373A3C; }
  .table th {
    color: #707070;
    text-align: center;
    vertical-align: middle; }
  .table .badge {
    font-size: 0.75rem;
    font-weight: 400;
    display: block; }
    .table .badge.badge-inline {
      display: inline-block; }
  .table tr.sat td, .table th.sat, .table td.sat {
    color: #17A2B8;
    background: #E6F7FF; }
  .table tr.sun td, .table th.sun, .table td.sun {
    color: #dc3545;
    background: #FFE6EA; }
  .table.table-overview th, .table.table-detail th, .table.table-supplier th, .table.table-supplier-request th, .table.table-void th, .table.table-void-request th {
    text-align: left;
    background: #e9ecef; }

.navbar {
  background: #49AAD2;
  color: #ffffff;
  font-size: 0.875rem; }
  .navbar .navbar-brand img {
    height: 36px; }

.breadcrumb {
  margin-bottom: 0; }

.modal {
  font-size: 0.875rem; }

.keyboard ul {
  list-style: none;
  padding: 0; }
  .keyboard ul li {
    width: 33.3%; }
    .keyboard ul li .btn {
      width: 100%;
      padding: .5rem 1rem;
      min-height: 60px;
      font-size: 1.75rem; }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto; }

.mt15 {
  margin-top: 15px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt60 {
  margin-top: 60px !important; }

.button-label input[type=radio], .button-label input[type=checkbox] {
  display: none; }
  .button-label input[type=radio]:disabled + .radio, .button-label input[type=radio]:disabled + .checkbox, .button-label input[type=checkbox]:disabled + .radio, .button-label input[type=checkbox]:disabled + .checkbox {
    pointer-events: none; }
.button-label .radio, .button-label .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 2px solid #f6f7f8;
  vertical-align: middle;
  cursor: pointer; }
  .button-label .radio:hover, .button-label .checkbox:hover {
    background-color: #e2edd7; }
    .button-label .radio:hover:after, .button-label .checkbox:hover:after {
      border-color: #5CB85C; }
  .button-label .radio-warning:hover, .button-label .checkbox-warning:hover {
    background-color: #ededd8; }
    .button-label .radio-warning:hover:after, .button-label .checkbox-warning:hover:after {
      border-color: #F6BC10 !important; }
  .button-label .radio-danger:hover, .button-label .checkbox-danger:hover {
    background-color: #edd8d8; }
    .button-label .radio-danger:hover:after, .button-label .checkbox-danger:hover:after {
      border-color: #D9534F !important; }
  .button-label .radio:after, .button-label .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 10px;
    content: ''; }
.button-label .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5CB85C;
  content: '';
  opacity: 0; }
.button-label .radio.radio-warning:before {
  background-color: #F6BC10 !important; }
.button-label .radio.radio-danger:before {
  background-color: #D9534F !important; }
.button-label input[type=radio]:checked + .radio {
  border: 2px solid #5CB85C; }
  .button-label input[type=radio]:checked + .radio.radio-warning {
    border-color: #F6BC10 !important; }
  .button-label input[type=radio]:checked + .radio.radio-danger {
    border-color: #D9534F !important; }
.button-label input[type=radio]:checked + .radio:before {
  opacity: 1; }
.button-label .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #5CB85C;
  border-bottom: 3px solid #5CB85C;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.button-label .checkbox.checkbox-warning:before {
  border-color: #F6BC10 !important; }
.button-label .checkbox.checkbox-danger:before {
  border-color: #D9534F !important; }
.button-label .checkbox:after {
  border-radius: 4px; }
.button-label input[type=checkbox]:checked + .checkbox {
  border: 2px solid #5CB85C; }
  .button-label input[type=checkbox]:checked + .checkbox.checkbox-warning {
    border-color: #F6BC10 !important; }
  .button-label input[type=checkbox]:checked + .checkbox.checkbox-danger {
    border-color: #D9534F !important; }
.button-label input[type=checkbox]:checked + .checkbox:before {
  opacity: 1; }

.today_deposit > .row {
  margin: 0; }
  .today_deposit > .row > div {
    width: 50%; }
  .today_deposit > .row.mark {
    background: none; }
    .today_deposit > .row.mark > p {
      text-align: center;
      font-weight: bold;
      width: 100%;
      padding: .25rem .25rem; }
.today_deposit .title {
  background: #cfe2ff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: .25rem .25rem;
  color: #707070; }
  .today_deposit .title + div {
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: right;
    padding: .25rem .25rem; }
.today_deposit .today_remittance_field {
  border: 3px solid #dc3545;
  font-size: 1.25rem; }
.today_deposit .total_excess_or_deficiency_field {
  font-size: 1.25rem;
  border-top: 1px dashed #a6a0a0;
  padding: 0.8rem 0;
  margin-top: 2rem !important;
  text-align: right; }
  .today_deposit .total_excess_or_deficiency_field > .label {
    padding: .25rem .25rem;
    color: #555; }
  .today_deposit .total_excess_or_deficiency_field > .content {
    padding: .25rem .25rem; }

ul.main_menu, ul.sub_menu {
  margin: 0;
  padding: 0; }
  ul.main_menu li, ul.sub_menu li {
    list-style: none;
    padding: 1rem;
    flex: 0 0 auto; }
    ul.main_menu li .menu, ul.sub_menu li .menu {
      background: #ffffff;
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%; }
      ul.main_menu li .menu a, ul.sub_menu li .menu a {
        text-decoration: none;
        color: #373A3C; }
      ul.main_menu li .menu .inner, ul.sub_menu li .menu .inner {
        width: 100%;
        padding: .75rem;
        flex: 1 1 auto; }
        ul.main_menu li .menu .inner .icon, ul.sub_menu li .menu .inner .icon {
          width: 30%;
          padding: 1rem;
          margin: 0;
          text-align: center; }
          ul.main_menu li .menu .inner .icon img, ul.sub_menu li .menu .inner .icon img {
            width: 80%; }
        ul.main_menu li .menu .inner > .detail, ul.sub_menu li .menu .inner > .detail {
          width: 70%; }
          ul.main_menu li .menu .inner > .detail h1, ul.sub_menu li .menu .inner > .detail h1 {
            font-size: 1.75rem; }
          ul.main_menu li .menu .inner > .detail p, ul.sub_menu li .menu .inner > .detail p {
            margin: 0; }
      ul.main_menu li .menu > .footer, ul.sub_menu li .menu > .footer {
        width: 100%;
        padding: .5rem 1rem;
        color: #49AAD2;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        font-size: 1rem; }
    ul.main_menu li.information h1, ul.sub_menu li.information h1 {
      font-size: 1rem;
      width: 100%;
      padding: 1rem 1rem 0;
      margin: 0; }
    ul.main_menu li.information .inner, ul.sub_menu li.information .inner {
      flex-grow: 1;
      flex-basis: 0;
      overflow-y: scroll;
      padding: 0 .75rem;
      margin: .75rem 0; }
    ul.main_menu li.information dl, ul.sub_menu li.information dl {
      width: 100%;
      margin: 0;
      font-size: 1rem;
      display: flex;
      margin-bottom: 0.5rem; }
      ul.main_menu li.information dl .badge, ul.sub_menu li.information dl .badge {
        width: 100%; }
      ul.main_menu li.information dl dt, ul.sub_menu li.information dl dt {
        font-weight: normal; }
      ul.main_menu li.information dl .category, ul.sub_menu li.information dl .category {
        flex-basis: 64px;
        margin: 0 .5rem; }
      ul.main_menu li.information dl .body, ul.sub_menu li.information dl .body {
        flex: 1; }
    ul.main_menu li.information .link-action .body, ul.sub_menu li.information .link-action .body {
      text-decoration: underline; }
    ul.main_menu li.information .link-action:hover, ul.sub_menu li.information .link-action:hover {
      color: #49AAD2;
      cursor: pointer; }
  ul.main_menu .grid-1, ul.sub_menu .grid-1 {
    width: 100%; }
    ul.main_menu .grid-1 .icon, ul.sub_menu .grid-1 .icon {
      max-width: 112px; }
    ul.main_menu .grid-1 .detail, ul.sub_menu .grid-1 .detail {
      width: auto !important; }

ul.sub_menu li .menu .inner .icon {
  width: 20%; }

.select2-container .select2-search--dropdown {
  padding: 4px !important; }
.select2-container .select2-results__option--highlighted {
  color: #212529 !important;
  background: rgba(73, 170, 210, 0.25) !important; }
.select2-container .select2-results__option--selected {
  color: #ffffff !important;
  background: #49AAD2 !important; }
.select2-container .select2-search__field {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  padding: .25rem 0.5rem !important;
  font-size: .875rem !important;
  border-radius: 0.2rem !important; }
  .select2-container .select2-search__field:focus {
    box-shadow: none !important;
    border-color: #ced4da !important; }

.badge {
  font-size: 13px; }
  .badge.bg-primary {
    color: #084298;
    background-color: #cfe2ff !important;
    border-color: #b6d4fe; }
  .badge.bg-success {
    color: #0f5132;
    background-color: #d1e7dd !important;
    border-color: #badbcc; }
  .badge.bg-warning {
    color: #664d03;
    background-color: #fff3cd !important;
    border-color: #ffecb5; }
  .badge.bg-secondary {
    color: #212529;
    background-color: #e6e6e6 !important;
    border-color: #cccccc; }
  .badge.bg-info {
    color: #088a99;
    background-color: #cffaff !important;
    border-color: #b8f9ff; }
  .badge.off {
    background-color: rgba(0, 0, 0, 0.25); }
  .badge.labo_on {
    background-color: #ce1125; }
  .badge.proshop_on {
    background-color: #0b3290; }

.supplier_detail {
  padding: 0 15px;
  border-left: dashed 1px rgba(0, 0, 0, 0.25);
  width: 30%; }

.question {
  margin-bottom: 2rem; }
  .question .title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    padding: 0.375rem 0.75rem;
    background: #e9ecef;
    border-radius: 0.25rem; }
    .question .title::before {
      display: block;
      content: '';
      margin-right: .5rem;
      width: 16px;
      height: 16px;
      background: #49AAD2;
      border-radius: 8px; }
  .question .answer {
    padding-left: 1rem; }
    .question .answer ul {
      list-style-type: disc;
      padding-left: 1rem; }

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