@import url(https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.css);@charset "UTF-8";

/* css context menu */

.context-menu-icon-arrow-left::before {
  background-image: url("/images/raku/arrow/left.png");
}

.context-menu-icon-arrow-right::before {
  background-image: url("/images/raku/arrow/right.png");
}

.context-menu-icon-arrow-up-right::before {
  background-image: url("/images/raku/arrow/up-right.png");
}

.context-menu-icon-arrow-down-right::before {
  background-image: url("/images/raku/arrow/down-right.png");
}

.context-menu-icon-arrow-up-left::before {
  background-image: url("/images/raku/arrow/up-left.png");
}

.context-menu-icon-arrow-down-left::before {
  background-image: url("/images/raku/arrow/down-left.png");
}

.context-menu-icon-arrow-split::before {
  background-image: url("/images/raku/arrow/split.png");
}

.context-menu-icon-arrow-quit::before {
  background-image: url("/images/raku/arrow/quit.png");
}

.context-menu-separator {
  height: 5px;
  margin: 0 !important;
}

.context-menu-item {
  display: flex;
  align-items: center;
}

.context-menu-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 4px !important;
}

.resize-table th,
.resize-fixed th {
  position: relative;
}

.resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.resizer:hover,
.resizing {
  border-right: 3px solid grey;
}

.resizable {
  border: 1px solid gray;
  height: 100px;
  width: 100px;
  position: relative;
}

.min-vh-login {
  min-height: 100vh !important;
}

.logo-one-point {
  display: none;
}

/*Safariだけに適用されるCSSハック*/

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 751px) {
  _::-webkit-full-page-media,
  _:future,
  :root .min-vh-login {
    min-height: 40vh !important;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .logo-display {
    display: none;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .logo-one-point {
    display: block;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .title {
    font-size: 3rem;
    font-weight: 500;
  }
}

@media (max-width: 751px) {
  .min-vh-login {
    min-height: 35vh !important;
  }

  .logo-display {
    display: none;
  }

  .logo-one-point {
    display: block;
  }

  .title {
    font-size: 3rem;
    font-weight: 500;
  }
}

.fonts-white {
  color: #fff !important;
}

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

.plr-1 {
  padding: 0 10px;
}

.section-body {
  box-sizing: border-box;
  padding: 20px 20px;
}

.card a .card-header h4 {
  color: #333;
}

a .card-body p {
  color: #666;
}

.map-wrap iframe {
  width: 100%;
}

dl.kensaku {
  margin: 0;
}

dl.kensaku dt {
  width: 30%;
  text-align: right;
  padding-right: 1em;
  box-sizing: border-box;
  line-height: 42px;
}

dl.kensaku dd {
  width: 70%;
  margin: 0;
}

.kensaku-wrap {
  position: relative;
}

.kensaku-btn {
  position: absolute;
  bottom: 0;
}

.kensaku-btn img,
.kensaku-btn2 img {
  filter: invert(1);
}

.kensaku-text {
  line-height: 42px;
  height: 42px;
  margin: 0 1em;
}

.btn-42 {
  line-height: 42px;
  height: 42px;
  padding: 0;
  margin-top: 26px;
}

.table-wrap table {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.item-table {
  border-top: 1px solid #666;
}

.item-table th {
  background: #ccc;
  border: 1px solid #666;
}

.item-table td {
  border: 1px solid #666;
}

.lh-42 {
  line-height: 42px;
}

.w-4tr {
  width: 4em;
  text-align: right;
  margin-right: 0.5em;
}

.w-5tr {
  width: 5em;
  text-align: right;
  margin-right: 0.5em;
}

.w-6tr {
  width: 6em;
  text-align: right;
  margin-right: 0.5em;
}

th.honsu {
  width: 80px;
}

.item-table th.br-double,
.item-table td.br-double {
  border-right: 3px double #333;
}

.item-table tr.bt-double {
  border-top: 3px double #333;
}

.item-table tr.bb-double {
  border-top: 3px double #333;
}

.lh-36 {
  line-height: 36px;
}

.pt-3 {
  padding-top: 30px;
}

.nippo-table th,
.nippo-table td {
  min-width: 40px;
}

.t-bg1 {
  background: #edffff !important;
}

.t-bg2 {
  background: #ffefe4 !important;
}

.t-bg3 {
  background: #ccc !important;
}

.text-red {
  color: #f00;
}

.nippo-table .w-80 {
  width: 80px;
}

.nippo-table .w-160 {
  width: 160px;
}

.nippo-table .w-240 {
  width: 240px;
}

.row-end {
  justify-content: flex-end;
}

.output-btn {
  line-height: 1em;
}

.modal-body dl {
  display: flex;
  flex-wrap: wrap;
}

.modal-body dl dt {
  width: 20%;
  text-align: right;
  padding: 0 1em 0 0;
  box-sizing: border-box;
  line-height: 42px;
}

.modal-body dl dd {
  width: 80%;
}

.modal-body .dl-sf-6 dt {
  width: 32% !important;
}

.modal-body .dl-sf-6 dd {
  width: 68% !important;
}

.row.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

.plus-minus {
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.master-wrap dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.master-wrap dl dt {
  width: 20%;
  line-height: 42px;
  padding: 0 1% 0 0;
  box-sizing: border-box;
  background: #fbfbfb;
  margin-bottom: 0.5rem;
}

.master-wrap dl dt.half {
  width: 20%;
}

.master-wrap dl dd {
  width: 80%;
}

.master-wrap dl dd.half {
  width: 30%;
}

.master-wrap dl dd .thumbnail {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 10px;
  /* margin-bottom: 5px; */
}

.master-wrap dl dd .thumbnail button {
  position: absolute;
}

.btn-onfirm {
  min-width: 200px;
}

.input-chk {
  width: 14px;
  height: 14px;
  transform: scale(1.4);
  margin: 14px 7px 0 14px;
}

.label-chk {
  line-height: 42px;
  margin: 0;
}

.input-radio {
  width: 14px;
  height: 14px;
  transform: scale(1.4);
  margin: 2px 7px 0 7px;
}

.label-radio {
  line-height: 42px;
  margin: 0;
}

.img-text {
  height: 100% !important;
  margin-bottom: 5px;
}

.flex-sb {
  justify-content: space-between;
}

.efax {
  display: flex;
  align-items: center;
  justify-content: center;
}

.efax:before,
.efax:after {
  border-top: 1px solid;
  content: "";
  width: 40%;
}

.efax:before {
  margin-right: 1%;
}

.efax:after {
  margin-left: 1%;
}

.btn-updown {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-flex;
  flex-direction: column;
}

td.thumbnail img {
  max-height: 100px;
  width: auto;
}

.menu-icon {
  margin-right: 0.5em !important;
  display: inline-block;
  width: 40px;
}

.menu-icon img {
  width: 100%;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ff8c18;
  border-color: #ff8c18;
}

.tooltip {
  pointer-events: none;
  display: none !important;
  z-index: 100001;
  opacity: 1 !important;
  margin-left: -10px;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

body.sidebar-mini .tooltip {
  display: block !important;
  margin-left: 50px !important;
}

.tooltip .arrow {
  display: none !important;
}

table th {
  background-color: #FFDAB9 !important;
  color: #333333 !important;
  font-weight: bold !important;
}

.csv-download-supplier {
  background-image: url(/images/supplier_download_csv_file.png?4bf2d5d4f80ee98e2f3507573f43c9dd);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
}

.csv-download {
  background-image: url(/images/download_csv_file.png?ce6c5a3d66b8d013b9d292ab347f9b7f);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
}

.excel-download {
  background-image: url(/images/download_excel_file.png?ce6c5a3d66b8d013b9d292ab347f9b7f);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
}

.csv-import {
  background-image: url(/images/import_csv_file.png?b08882dbe7525061424c2e0266dbddaf);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
}

.excel-import {
  background-image: url(/images/import_excel_file.png?b08882dbe7525061424c2e0266dbddaf);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #fff;
}

.images-btn:focus {
  border-color: transparent !important;
  outline: 0;
}

.images-btn:hover {
  opacity: 0.9;
}

.images-btn {
  min-width: 40px !important;
  height: 40px;
  border: none;
  padding: 0px;
}

.item-table .th-padding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.break-word {
  word-break: break-word;
}

.custom-select {
  font-size: 14px !important;
}

/* ページトップボタン */

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #AFEEEE;
  border: solid 1px #AFEEEE;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.menu-image {
  width: 109%;
  height: 278px;
}

.video-image-2 {
  margin-top: 5px;
}

.video-image-1,
.video-image-2,
.image-space {
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .video-image-1,
  .video-image-2,
  .image-space {
    padding-right: 15px;
  }

  .video-image-2 {
    margin-top: 0;
  }
}

.section-body {
  padding-top: 3px !important;
}

.navbar-bg {
  height: 40px !important;
}

.new-icon-css {
  width: 46px !important;
  height: 50px !important;
}

.arrival-situation-icon-css {
  width: 50px !important;
  height: 40px !important;
}

.history-icon-css {
  width: 40px !important;
  height: 50px !important;
}

.icon-card-header {
  height: 71px !important;
}

.sidebar-icon-css {
  width: 25px !important;
  height: 30px !important;
}

.users-management-icon-css {
  width: 35px !important;
  height: 45px !important;
}

.estimation-icon-css {
  width: 70px !important;
  height: 55px !important;
  margin-left: -15px;
}

.company-icon-css {
  width: 52px !important;
  height: 43px !important;
}

.order-plan-icon-css {
  width: 55px !important;
  height: 40px !important;
}

.usuals-management-icon-css {
  width: 45px !important;
  height: 45px !important;
}

.product-update-information-icon-css {
  width: 144px !important;
  height: 150px !important;
  margin-left: -15px;
}

.menu-icon-css {
  width: 50px !important;
  height: 45px !important;
}

.modal-purchase-tbl th {
  text-align: center;
}

@media (min-width: 992px) {
  .col-lg-12d5 {
    flex: 0 0 auto;
    width: 20%;
    max-width: 9999px;
  }

  .col-lg-12d5-x4 {
    flex: 0 0 auto;
    width: 80%;
    max-width: 9999px;
  }

  .cus-place-image-home-buyer {
    position: absolute;
  }

  .cus-place-image-home-supplier {
    position: absolute;
    margin-right: -75px !important;
  }
}

.notification-header {
  font-size: 14px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.notification-body {
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
}

.notification-item {
  height: 180px;
  cursor: pointer;
  border: 1px solid lightgray;
}

.notification-background {
  background-color: white;
  border: 1px solid lightgray;
  margin-right: -20px !important;
}

.notification-content {
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-content p,
#notification-detail p {
  margin-bottom: 0.2rem !important;
  line-height: 1 !important;
}

/* エンザンメンテナンス用 */

.admin_buyer_management,
.admin_supplier_management {
  width: 114px !important;
}

.admin_buyer_management > img,
.admin_supplier_management > img {
  height: 70px !important;
}

.admin_message,
.admin_notification {
  width: 114px !important;
  position: relative;
  display: inline-block;
}

.admin_message > img,
.admin_notification > img {
  width: 70px;
  height: 70px;
}

.admin_sidebar_buyer_management,
.admin_sidebar_supplier_management {
  padding-left: 0 !important;
}

.admin_sidebar_buyer_management > a > i > img,
.admin_sidebar_supplier_management > a > i > img {
  height: 31px !important;
  width: 47px !important;
}

.admin_sidebar_message,
.admin_sidebar_notification {
  padding-left: 1 !important;
}

.admin_sidebar_message > a > i > img,
.admin_sidebar_notification > a > i > img {
  height: 31px !important;
  width: 36px !important;
}

.deleted-pop {
  background-color: #dbdbdb !important;
}

.not-used-pop {
  background-color: #ababab !important;
}

.valid-quantity {
  background-color: #d4edda !important;
}

.invalid-quantity {
  background-color: #f8d7da !important;
}

