@charset "UTF-8";
body {
  font-size: 12px;
}
a{
  cursor: pointer;
}
a:focus, a:hover {
  text-decoration: none;
}
button a,
button a:hover {
  color: white;
}
.red, .minus{
  color: red;
}
.blue{
  color: blue;
}
.bold{
  font-weight: bold;
}
.size-input-400 {
  width: 400px;
}

.size-input-200 {
  width: 200px;
}

.size-input-100 {
  width: 100px;
}

.size-input-30 {
  width: 30px;
}

textarea.form-control {
  min-height: 100px;
}
.pagination{
  margin: 0px 0;
}
.pagination>li>a, .pagination>li>span{
  padding: 0px 10px;
}
.pagination-page-info{
  display: inline-block;
}
.tab-content tfoot nav{
  display: inline-block;
}
.edit{
  cursor: pointer;
}
.alert{
  text-align: center;
  width: 50%;
  left:25%;
  margin:0 auto;
  position: absolute;
  z-index:100000;
  padding:5px;
}
.alert:first-child{
  margin-top:100px;
}
button.disabled, input.disabled, a.disabled, .form-control.disabled, .disabled_vendor, .disabled_exchange_rate{
  background-color: #eee;
  border-color: #aaa;
  pointer-events: none;  
}
@media (min-width: 768px) {
  .nav {
    display: flex;
    justify-content: flex-end;
    margin-right:30px;
  }
  .nav.nav-second-level.collapse {
    display: none;
  }
  .nav.nav-second-level.collapse.in,
  .nav.nav-second-level.collapsing {
    display: block;
    position: absolute;
  }
  .sidebar .sidebar-nav.navbar-collapse {
    background: #fff;
    padding-bottom: 10px;
  }
  .sidebar {
    width: 100%;
    background: none;
  }
  .nav > li > a {
    padding: 7px 15px;
  }
  .sidebar-nav .nav > li > a.nav-style {
    padding: 7px 10px;
    background: #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #7d7d7d;
    border-width: 3px 0px 0 0px;
    font-weight: bold;
  }
  .sidebar-nav .nav > li > a.nav-style:hover {
    opacity: 0.8;
  }
  .sidebar .fa.arrow:before,
  .sidebar .active > a > .fa.arrow:before {
    /* content: ""; */
    width: 10px;
    display: none;
  }
  .sidebar .nav-second-level li a {
    padding-left: 10px;
  }
  .sidebar .nav-second-level li {
    width: 100px;
    background-color: #f8f8f8;
    padding-left: 0px;
  }
  .sidebar ul li {
    border-bottom: 0px solid #e7e7e7;
  }
  .sidebar ul li:not(:last-child) {
    margin-right: 5px;
  }
  #page-wrapper {
    padding-top: 130px;
  }
  .panel-body .nav {
    justify-content: start;
  }
}

.sidebar-nav .nav > li > a {
  min-width: 60px;
}

@media screen and (min-width: 1450px) {
  .sidebar-nav .nav > li > a {
    min-width: 70px;
  }
}

.table-responsive table th,
.table-responsive table td {
  vertical-align: middle !important;
}

th,
td.center {
  text-align: center;
}

td.right,
input.right,
.flex-td.right {
  text-align: right;
}

.fix_thead.fixed {
  position: fixed;
}

.width-1230 {
  min-width: 1230px;
}

.width-1330 {
  min-width: 1330px;
}

.width-1430 {
  min-width: 1430px;
}

.width-1530 {
  min-width: 1530px;
}

.width-1630 {
  min-width: 1630px;
}

.width-1730 {
  min-width: 1730px;
}

.width-1830 {
  min-width: 1830px;
}

.width-1930 {
  min-width: 1930px;
}

.width-2200 {
  min-width: 2200px;
}

.list_wrap > div {
  margin-right: 30px;
}

.detail_page .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_page .form-group label {
  width: 30%;
}

.detail_page .form-group form {
  width: 70%;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

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

.btn {
  padding: 4px 12px;
  font-size: 12px;
}

.form-control {
  font-size: 12px;
  height: 20px;
  padding: 3px 6px;
}

.form-control.date {
  padding: 6px 5px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  padding-left: 0px;
  list-style: none;
  width: 200px;
  background: white;
  border: none;
  z-index:1000;
}

.ui-autocomplete .ui-menu-item {
  padding: 10px 10px;
  background: white;
  border-bottom: 1px solid #ccc;
}

.ui-autocomplete .ui-state-focus {
  font-weight: bold;
}

/* datepicker*/
#ui-datepicker-div {
  background: white;
  padding: 10px;
  border: 1px solid #cccccc;
}

.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

#ui-datepicker-div td,
#ui-datepicker-div th {
  padding: 5px;
  text-align: center;
}

.table.table-striped.table-bordered.table-hover.dataTable.no-footer th:nth-last-child(-n + 2) {
  width: 80px;
}

.container-fluid.table_wrap {
  overflow-x: scroll;
  padding: 0px 50px;
}

.container-fluid.table_wrap .table {
  table-layout: fixed;
  width: 100%;
  min-width: 1800px;
}

.container-fluid.table_wrap.inventory .table {
  table-layout: auto;
}

.container-fluid.table_wrap .table td,
.container-fluid.table_wrap .table th {
  white-space: nowrap;
}

.container-fluid .container-fluid.d-flex.justify-content-end.m-4.col-lg-12 p {
  width: 190px;
  margin-left: 20px;
}

.justify-content-around {
  width: 90%;
  margin-left: 40px;
}

.justify-content-around p {
  margin-right: 20px;
}

.nav-style {
  border: solid;
  border-width: 2px 0px 0 0px;
  text-align: center;
}

.nav-style.active {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff !important;
}

.col-dblue {
  border-color: #326ca5;
}

.col-dblue.active {
  background: #326ca5 !important;
}

.col-green {
  border-color: #46aa00;
}

.col-green.active {
  background: #46aa00 !important;
}

.col-red {
  border-color: #cd3637;
}

.col-red.active {
  background: #cd3637 !important;
}

.col-purple {
  border-color: #9341a4;
}

.col-purple.active {
  background: #9341a4 !important;
}

.col-sky {
  border-color: #24a6d8;
}

.col-sky.active {
  background: #24a6d8 !important;
}

.col-blue {
  border-color: #0076e6;
}

.col-blue.active {
  background: #0076e6 !important;
}

.col-orange {
  border-color: #eaa300;
}

.col-orange.active {
  background: #eaa300 !important;
}

.col-gray {
  border-color: #888888;
}

.col-gray.active {
  background: #888888 !important;
}

#popup_search {
  margin-top: 59px;
}

.flex-row {
  display: flex;
  align-items: center;
}

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

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

.flex-th {
  border: 1px solid #cccccc;
  padding: 10px;
  background: #f7f7f7;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
}

#related_items .flex-th{
  cursor: pointer;
}

.flex-td {
  border: 1px solid #cccccc;
  padding: 10px;
  margin-left: -1px;
  margin-top: -1px;
  height: 50px;
  position: relative;
}

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

.flex-td p {
  padding: 0;
  height: 17px;
}

.flex-col-1 {
  width: 10%;
}

.flex-col-2 {
  width: 20%;
}

.flex-col-3 {
  width: 30%;
}

.flex-col-4 {
  width: 40%;
}

.flex-col-5 {
  width: 50%;
}

.flex-col-6 {
  width: 60%;
}

.flex-col-7 {
  width: 70%;
}

.flex-col-8 {
  width: 80%;
}

.flex-col-9 {
  width: 90%;
}

.flex-col-10 {
  width: 10px;
}

.flex-col-50 {
  width: 50px;
}
.flex-col-60 {
  width: 60px;
}
.flex-col-70 {
  width: 70px;
}

.flex-col-80 {
  width: 80px;
}
.flex-col-90 {
  width: 90px;
}

.flex-col-100 {
  width: 100px;
}
.flex-col-120 {
  width: 120px;
} 

.flex-col-130 {
  width: 130px;
}

.flex-col-140 {
  width: 140px;
}

.flex-col-150 {
  width: 150px;
}

.flex-col-180 {
  width: 180px;
}

.flex-col-200 {
  width: 200px;
}

.flex-col-250 {
  width: 250px;
}

.flex-col-300 {
  width: 300px;
}

.flex-col-400 {
  width: 400px;
}

#search_area {
  margin-top: 20px;
}

.search .form-control {
  width: 200px;
  margin-right: 10px;
}

.display-flex {
  display: flex;
}

.btn-search {
  width: 68px;
  margin-right: 28px;
}

.tilde {
  margin: 4px;
}

.item-bet-chara {
  margin: 4px;
}

.iframe-area {
  overflow-x: scroll;
  padding: 1px 0 0 1px;
  margin: 5px 30px;
}

.iframe-area .flex-row {
  display: flex;
  padding: 0;
}

#item_search_form {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#item_search_form input,
#item_search_form button {
  margin: 0 10px;
}

.search .input-group {
  display: block;
}

.all-check {
  cursor: pointer;
}

.topBar {
  padding: 0 0 5px;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 1020;
  background-color: #fff;
}

.panNavi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 0 0;
  margin: 0;
}

.panNavi li {
  list-style: none;
  position: relative;
}

.panNavi li:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
}

.panNavi li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-output {
  display: inline-block;
  background: #f2a9a1;
  border: 1px solid #c62d1d;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  box-shadow: 2px 2px 1px 0px white inset, -2px -2px 1px 0px rgba(0, 0, 0, 0.3) inset;
}

.btn-output:hover {
  opacity: 0.8;
}

.menuBar {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  background: #e2e2e3;
  background: linear-gradient(0deg, #e2e2e3 0%, white 100%);
  border-bottom: 5px solid #ccc;
  position: fixed;
  width: 100%;
  z-index: 1020;
  top: 83px;
  left: 0;
}

.menuBar.--red {
  border-bottom-color: #cd3637;
}
.menuBar.--orange{
  border-bottom-color: #eaa300;
}

.menuBar.--green {
  border-bottom-color: #46aa00;
}

.menuBar.--blue {
  border-bottom-color: #337ab7;
}

.menuBar.--purple {
  border-bottom-color: #9341a4;
}

.menuBar.--light-blue {
  border-bottom-color: #24a6d8;
}

.menuBar .row {
  display: flex;
  align-content: center;
}

.menuBar .row > div:first-child {
  display: flex;
  align-content: center;
}

.menuBar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuBar-output {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menuBar-output a {
  padding: 3px 0;
}

.menuBar-pager {
  display: flex;
  justify-content: center;
  width: 60px;
}

.menuBar-pager-down {
  position: relative;
  width: 16px;
  height: 12px;
  display: block;
  text-decoration: none !important;
  pointer-events: none;
}

.menuBar-pager-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #cccccc transparent transparent transparent;
}

.menuBar-pager-down.active {
  pointer-events: auto;
}

.menuBar-pager-down.active::after {
  border-color: #888888 transparent transparent transparent;
}

.menuBar-pager-up {
  position: relative;
  width: 16px;
  height: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: none !important;
  pointer-events: none;
}

.menuBar-pager-up::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #cccccc transparent;
}

.menuBar-pager-up.active {
  pointer-events: auto;
}

.menuBar-pager-up.active::after {
  border-color: transparent transparent #888888 transparent;
}

.menuBar-list {
  display: flex;
}

.menuBar-list ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.menuBar-list ul li {
  list-style: none;
  position: relative;
}

.menuBar-list ul li.active a {
  color: #333;
}

.menuBar-list ul li a {
  display: block;
  padding: 3px 20px;
}

.menuBar-list ul li:not(:last-child) {
  border-left: 1px solid #ccc;
}

.menuBar-list-item + ul {
  border-left: 1px solid #ccc;
}

.menuBar-list-item li {
  border-left: none !important;
}

.menuBar-list-item li a {
  padding: 3px 10px !important;
}
.menuBar-list-item button{
  background-color: transparent;
  border: 1px solid #337ab7;
  color:#337ab7;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (min-width: 1600px) {
  .menuBar-list-item li a {
    padding: 3px 15px !important;
  }
}

.menuBar-list-item li.link-dark a {
  color: #333;
}

.menuBar-list-item li + li a {
  padding-left: 0;
}

.menuBar-all {
  position: absolute;
  top: -38px;
  left: 0;
  margin: auto;
  white-space: nowrap;
  position: absolute;
  /*left: 50%;*/
  left:33%;
  transform: translate(-50%, 0);
  border: 1px solid #337ab7;
  padding: 3px !important;
  background-color: white;
  color:#337ab7;
}

.menuBar-time {
  position: absolute;
  top: -25px;
  left: 0;
  margin: auto;
  white-space: nowrap;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: bold;
}

.menuBar-export {
  background: #efc9d7;
}

.menuBar-field dl {
  display: flex;
  align-items: center;
  margin: 0;
}

.menuBar-field dl dt {
  color: #e6b1c7;
  padding-right: 10px;
  font-size: 14px;
}

.menuBar-field dl dd a {
  color: #fff;
  display: table;
  border-radius: 20px;
  background: #427096;
  background: linear-gradient(0deg, #427096 0%, #5a91bb 100%);
  padding: 5px 15px;
}

.menuBar-field-btn {
  color: #fff;
  display: table;
  border-radius: 20px;
  background: #427096;
  background: linear-gradient(0deg, #427096 0%, #5a91bb 100%);
  padding: 5px 15px;
  border: none;
}

.menuBar-field-btn:hover {
  opacity: 0.8;
}

.menuBar-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menuBar-search-detail {
  margin-right: 10px;
}
.menuBar-search-detail button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;  
  color:#427096;
}

.menuBar-search .form-group {
  margin: 0;
}

.menuBar-search .input-group {
  width: 260px;
}

@media screen and (min-width: 1600px) {
  .menuBar-search .input-group {
    width: 300px;
  }
}

.menuBar-search .input-search-icon {
  position: relative;
  height: 27px;
  width: 100%;
}

.menuBar-search .input-search-icon .fas {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  line-height: 27px;
  margin: auto;
  z-index: 2;
  color: #7b7b7b;
}

.menuBar-search .input-search-icon .form-control {
  text-indent: 2em;
  border-radius: 20px !important;
  z-index: 1;
  height: 27px;
}

.menuBar-search .input-group-btn .btn {
  margin-left: 10px;
  border-radius: 20px;
  padding: 4px 20px;
  background: #427096;
  background: linear-gradient(0deg, #427096 0%, #5a91bb 100%);
}

.menuBar-search .input-group-btn .btn:hover {
  opacity: 0.8;
}

.menuBar-edit {
  display: flex;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 205px;
  min-width: 250px;
}

.dataTbl {
  width: 100%;
  /*max-width: 1400px;*/
  /*margin: auto;*/
  max-width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.dataTbl.--list tr.active td{
  background: #00c6e6;
}
.dataTbl .flex-th {
  white-space: nowrap;
  padding: 3px;
  background: #e6e6e6;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  color: #333;
  font-weight: bold;
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  height: 25px;
}

.dataTbl .flex-th.center {
  text-align: center !important;
}

.dataTbl .flex-th.btn-flex {
  padding-right: 5px;
  text-align: right;
  width: 120px;
}
.dataTbl .flex-th.wid-15 {
  width: 15px;
}
.dataTbl .flex-th.wid-25 {
  width: 25px;
}

.dataTbl .flex-th.wid-35 {
  width: 35px;
}

.dataTbl .flex-th.wid-40 {
  width: 40px;
}

.dataTbl .flex-th.wid-50 {
  width: 50px;
}

.dataTbl .flex-th.wid-60 {
  width: 60px;
}

.dataTbl .flex-th.wid-75 {
  width: 75px;
}

.dataTbl .flex-th.wid-80 {
  width: 80px;
}

.dataTbl .flex-th.wid-85 {
  width: 85px;
}

.dataTbl .flex-th.wid-100 {
  width: 100px;
}

.dataTbl .flex-th.wid-110 {
  width: 110px;
}

.dataTbl .flex-th.wid-120 {
  width: 120px;
}

.dataTbl .flex-th.wid-150 {
  width: 150px;
}
.dataTbl .flex-th.wid-170 {

  width: 170px;
}

.dataTbl .flex-th.wid-200 {
  width: 200px;
}

.dataTbl .flex-th.wid-250 {
  width: 250px;
}
.dataTbl .flex-th.wid-370 {
  width: 370px;
}


.dataTbl .flex-th.btn-flex {
  width: 75px;
  padding-right: 3px;
}

.dataTbl .flex-th.btn-flex > button {
  display: block;
  width: 100%;
}

.dataTbl .flex-td {
  padding: 3px;
  border-left-color: #eeedee;
  /*border-right-color: #eeedee;*/
  height: auto;
  overflow: hidden;
  white-space: nowrap;
}

.dataTbl .flex-td.td-kawase {
  color: #7d7d7d;
}

.dataTbl .flex-td .flex-num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTbl .flex-td .flex-num > input,
.dataTbl .flex-td .flex-num > div {
  width: 45px;
}

.dataTbl .flex-td .flex-num > div {
  text-align: center;
}

.dataTbl .flex-td .flex-num > span {
  padding-left: 3px;
  width: 1em;
}

.dataTbl .flex-td .txt-product {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.dataTbl .flex-td input {
  margin: 0;
}

.dataTbl .price,
.dataTbl .usd,
.dataTbl .rmb
 {
  text-align: right;
  position: relative;
  padding-left: 15px;
  padding-right: 5px;
}

.price.dollar input, .price.rmb input{
  width:80%;
  display: inline;
}

.dataTbl .price::before {
  content: "￥";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #7d7d7d;
}
.dataTbl .price.dollar::before {
  content: "USD";
}
.dataTbl .price.rmb::before {
  content: "RMB";
}
.dataTbl .usd::before{
  content: "USD";
}
.dataTbl .rmb::before{
  content: "RMB";
}
.dataTbl .rmb.no_symbol::before{
  content: "";
}
.dataTbl .usd::before, .dataTbl .rmb::before {
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #7d7d7d;
}

.dataTbl .price input {
  min-width: 50px;
}
.dataTbl thead {
  z-index: 2;
}

.dataTbl thead tr:nth-child(2) .flex-th {
  top: 75px;
}

.dataTbl .fix_thead.fixed {
  width: 100%;
  min-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
}

.dataTbl tr:nth-child(odd) {
  background: #EEF3FC;
}
.dataTbl.--col2 tr:nth-child(odd) {
  background: #fff;
}

.dataTbl.--col2 tbody:nth-child(odd) tr td {
  background: #eef3fc;
}

.dataTbl.--col2 tbody:nth-child(even) .flex-td {
  background: none;
}

.dataTbl.--col2 tbody tr:nth-child(1) td:not(:first-child) {
  border-bottom: none;
  padding-bottom: 0;
}

.dataTbl.--col2 tbody tr:nth-child(2) td {
  border-top: none;
  padding-top: 3px;
  vertical-align: top;
}

.dataTbl.--list .flex-th {
  background: #f7f7f7;
  text-align: left;
  color: #999;
}

.dataTbl.--scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 350px;
  min-width: 100%;
}

.dataTbl.--scroll > table {
  width: 100%;
}

.dataTbl.--scroll .flex-th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  line-height: 1.2;
}

.dataTbl.--scroll tr:nth-child(even) td {
  background: #eef3fc;
}

.dataTbl.--scroll tr:nth-child(odd) td {
  background: #fff;
}

.dataTbl.--scroll tfoot td.right {
  font-weight: bold;
}
/* .tab-content {
  min-height: calc(100vh - 74px - 50px);
  position: relative;
  padding-bottom: 28px;
  box-sizing: border-box;
}
.dataTbl tfoot {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
} */
.dataTbl tfoot td {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  background: #cdcccd !important;
  padding: 4px 2px;
  height: 25px;
}

.dataTbl tfoot td > span.total {
  display: inline-block;
  padding: 0 5px;
}

.dataTbl tfoot .price, .dataTbl tfoot .usd, .dataTbl tfoot .rmb{
  position: sticky;
}

.flex-table.row {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
}

.flex-table.row > div {
  padding-right: 5px;
  padding-left: 5px;
}

.flex-table.row .item {
  width: 40%;
}

.flex-table.row .item:nth-child(2) {
  width: 48%;
}

.flex-table.row .tabArea {
  height: 100%;
}

.flex-table.row .tabArea-main {
  height: calc(100% - 30px);
}

.flex-table.row .panel {
  margin-bottom: 0;
}

.flex-table.row .tabArea-nav {
  height: 30px;
}

.footNav {
  background: #DDDEDD;
  padding: 8px 0 5px;
}

.footNav-list {
  display: flex;
  justify-content: flex-end;
}

.footNav-list li {
  background: #fff;
  list-style: none;
  border: 1px solid #ccc;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.3) inset;
}

.footNav-list li a {
  display: block;
  padding: 5px 8px;
}

.footNav-list li:nth-child(1) {
  margin-right: 20px;
}

.footNav-list-flex {
  display: flex;
}

.footNav-list-flex a:nth-child(1) {
  border-right: 1px solid #ccc;
}

.btn-all-sel,
.btn-all-lift {
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 1px 0px white inset, -2px -2px 1px 0px rgba(0, 0, 0, 0.3) inset;
  border-radius: 20px;
}

.btn-all-sel {
  background: #90b3ff;
  border: 1px solid #6594fd;
}
.btn-all-sel.cancel {
  background: #8cc8ff;
  border: 1px solid #8cc8ff;
}

.btn-all-lift {
  background: #fa9177;
  border: 1px solid #fcaf4c;
}

.dispResult {
  background: #cdcccd;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dispResult-data > span {
  display: inline-block;
  padding: 0 5px;
}

.order-ttl {
  font-weight: bold;
  margin: 10px 0;
  display: flex;
}

.order-ttl * {
  font-size: 1.6rem !important;
}

.order-ttl > div {
  color: #999;
}

.order-ttl > div + div {
  margin-left: 10px;
}

.order-ttl > div + b {
  margin-left: 15px;
}

.orderInfo {
  margin-bottom: 10px;
}

.orderInfo p {
  margin-bottom: 5px;
}

.orderInfo .form-group {
  margin-bottom: 5px;
}

.orderInfo .row {
  display: flex;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
}

.orderInfo .row > div {
  padding-right: 5px;
  padding-left: 5px;
}

.orderInfo .row > div p {
  text-align: right;
  white-space: nowrap;
  margin-bottom: 5px;
}

.orderInfo .row > div .text-left {
  margin-bottom: 5px;
}

.orderInfo .row .form-group {
  margin-bottom: 5px;
}

.orderInfo .panel-body {
  padding: 8px 8px 5px 8px;
}

.orderInfo .panel {
  margin-bottom: 0;
  height: 100%;
}

.orderInfo-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}

.orderInfo-nav li {
  list-style: none;
  border: 1px solid #cccccc;
  border-bottom: none;
  position: relative;
}

.orderInfo-nav li a {
  background: #e6e6e6;
  display: flex;
  align-items: flex-end;
  padding: 5px 12px;
  height: 2.3em;
}

.orderInfo-nav li.active a {
  background: #fafafa;
  height: 2.5em;
}

.orderInfo-nav li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fafafa;
}

.orderInfo-main {
  width: 100%;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
}

.orderInfo.--order_d .orderInfo-main .item {
  width: 20%;
}

.orderInfo.--order_d .orderInfo-main .item:nth-child(1) {
  width: 31%;
}

.orderInfo.--order_d .orderInfo-main .item:nth-child(2) {
  width: 31%;
}

.orderInfo.--order_d .orderInfo-main .item:nth-child(3) {
  width: 16%;
}

.orderInfo.--stock_d .orderInfo-main {
  padding: 0;
  border: none;
}

.orderInfo.--stock_d .orderInfo-main .item:nth-child(1) {
  width: 24%;
}

.orderInfo.--stock_d .orderInfo-main .item:nth-child(3) {
  width: 16%;
}

.orderInfo.--stock_d .orderInfo-main .item:nth-child(4) {
  width: 10%;
}

.orderInfo.--stock_d .orderInfo-main .item:nth-child(5) {
  width: 10%;
}
.orderInfo.--stock_d .orderInfo-main .item:nth-child(6) {
  width: 18%;
}
.orderInfo.--billing_d .orderInfo-main .item:nth-child(1) {
  width: 13%;
}

.orderInfo.--billing_d .orderInfo-main .item:nth-child(2) {
  width: 28%;
}

.orderInfo.--billing_d .orderInfo-main .item:nth-child(3) {
  width: 27%;
}

.orderInfo.--billing_d .orderInfo-main .item:nth-child(4) {
  width: 18%;
}

.orderInfo.--billing_d .orderInfo-main .item:nth-child(5) {
  width: 13%;
}
.orderInfo.ap-home .orderInfo-main .item:nth-child(1) {
  width: 32%;
}

.orderInfo.ap-home .orderInfo-main .item:nth-child(2) {
  width: 32%;
}

.orderInfo.ap-home .orderInfo-main .item:nth-child(3) {
  width: 17%;
}

.orderInfo.ap-home .orderInfo-main .item:nth-child(4) {
  width: 17%;
}

.orderInfo.--receipt_d .orderInfo-main .item:nth-child(1) {
  width: 25%;
}

.orderInfo.--receipt_d .orderInfo-main .item:nth-child(2) {
  width: 25%;
}

.orderInfo.--receipt_d .orderInfo-main .item:nth-child(3) {
  width: 24%;
}

.orderInfo.--receipt_d .orderInfo-main .item:nth-child(4) {
  width: 24%;
}

.orderBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderBar-search {
  display: flex;
  align-items: center;
  padding: 0;
}

.orderBar-search li {
  list-style: none;
  white-space: nowrap;
}

.orderBar-search li:not(:last-child) {
  margin-right: 20px;
}

.orderBar-input {
  display: flex;
}

.orderBar-input li {
  list-style: none;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 6px;
}

.orderBar-input li:last-child {
  background: #ddd;
}

.orderBar-input li:not(:last-child) {
  margin-right: 10px;
}

.orderBar-input li > span {
  white-space: nowrap;
  padding-right: 10px;
}

.orderBar-input li input {
  text-align: right;
}

.item-box .orderBar-input {
  padding-left: 0;
}
.item-box .orderBar-input li {
  display: block;
  padding: 10px 7px;
  margin-right: 5px;
  height: 85px;
  border-radius: 3px;
}
.item-box .orderBar-input li p {
  margin-bottom: 5px;
}
.item-box .orderBar-input li span {
  margin-right: 3px;
}

.tabArea-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}

.tabArea-nav li {
  list-style: none;
  border: 1px solid #cccccc;
  border-bottom: none;
  position: relative;
}

.tabArea-nav li a {
  background: #e6e6e6;
  display: flex;
  align-items: flex-end;
  padding: 5px 12px;
  height: 2.3em;
}

.tabArea-nav li.active a {
  background: #fafafa;
  height: 2.5em;
}

.tabArea-nav li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fafafa;
}

.tabArea-main {
  width: 100%;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #cccccc;
}

.panel {
  margin-bottom: 0;
}

#wrapper {
  min-width: 1400px;
}

#page-wrapper {
  padding-top: 50px;
}

#page-wrapper * {
  font-size: 10px;
}

.navbar-header {
  position: relative;
  z-index: 2;
}

.sidebar {
  margin-top: 0;
}

.navbar-inverse {
  background: none;
  border: none;
  min-width: 1400px;
}

.navbar-brand {
  color: #9d9d9d !important;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
}
.navbar-brand span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.navbar-brand:hover {
  opacity: 0.7;
}
.flex-td.address{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/*-----------------------
ログインページ
-------------------------*/
.login-panel .panel-heading{
  padding:30px 15px;
  background-color: #2b3645;
}
.login-panel .panel-body {
  padding: 50px  30px 50px 30px;
  background-color:#2b3645 ;
}
.login-panel .form-control {
  font-size:18px!important;
  padding: 25px!important;
}
.login-panel .btn {
  padding: 18px 12px;
  font-size: 18px!important;
}
.login-panel h3.panel-title{
  font-size:40px!important;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
input#account {
  background: #61676e;
  color: #fff;
}
input#password {
  background: #61676e;
  color:#fff;

}
.ap-home .ap-nav {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  border-bottom: none;
  padding:10px;
}
.ap-rist{
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  border-bottom: none;
  padding:10px;
  margin-top:30px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.ap-flex-wrap{
  flex-wrap: wrap;
}
.ap-flex{
  display: flex;
}
.ap-home .panel.panel-default ul{
  list-style-type: none;
  padding-left:0px;
}
.ap-home .panel.panel-default ul li {
  margin-top:10px;
}
.ap-home .panel-heading  {
  text-align: center;
}
.ap-home .orderInfo-main{
  background-color: #fff;
  border: none;
  margin-top:60px;
}
 .orderInfo.ap-home .row > div {
  padding-right: 0px;
  padding-left: 0px;
}
.orderInfo.ap-home .row  {
  align-items: flex-start;
}
.item_detail_class, .flex-td .new_posting{
  position: absolute;
  top:5px;
  right:3px;
  cursor: pointer;
}
.ap-detail .flex-td,.ap-product-search .flex-td, .ap-supplier .flex-td, .ap-customer .flex-td {
  height:45px;
}
.ap-detail .flex-row:nth-child(odd) .flex-td,
 .ap-product-search .flex-row:nth-child(odd) .flex-td,
.tab-content.ap-supplier.flex-row:nth-child(odd) .flex-td.flex-col-70.center.col-lg-12,
.ap-customer .flex-row:nth-child(odd) .flex-td{
  background: #EEF3FC;
}
.ap-detail .fix_thead.fixed,.ap-product-search .fix_thead.fixed{
  z-index: 9999999;
  opacity: 0.6;
}
.ap-detail button.btn.btn-primary.btn-xs.select-corp.cus,.ap-product-search button.btn.btn-primary.btn-xs.select-item{
  margin: -2px;
}
.ap-home .item .row .panel.panel-default {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 20px;
}
button.btn.close.ap-close:before{
 content: "\f057";
 font-family: fontawesome;
 font-size:2.5rem;
}
.close_alert{
  cursor: pointer;
  position: absolute;
  right:20px;
  top:0px;
  font-size:15px!important;
}

#inventory_tab .dataTbl{
  display: none;
}
/* button#tenki {
  border: 1px solid #337ab7!important;
  padding: 3px !important;
  background-color: white;
  color: #337ab7!important;
} */

.posted{
  color: red;
}
.non_posted{
  color: blue;
}
.tab-pane.fade .btn-primary{
    background: #90b3ff!important;
    border: 1px solid #6594fd!important;
    padding: 5px 10px!important;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    box-shadow: 2px 2px 1px 0px white inset, -2px -2px 1px 0px rgb(0 0 0 / 30%) inset;
    border-radius: 20px;
}
.tab-pane.fade .btn-danger{
  background: #fa9177;
    border: 1px solid #fcaf4c;
    padding: 5px 10px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    box-shadow: 2px 2px 1px 0px white inset, -2px -2px 1px 0px rgb(0 0 0 / 30%) inset;
    border-radius: 20px;
}
.ap-group label:nth-child(1){
    display: block!important;
    background:#ddd;
    padding:10px 20px;
    border-bottom: 2px solid rgb(11, 156, 11);
}
.ap-group input[type="file"] {
    padding: 10px 10px 20px 20px;
    font-weight: bolder;
  
}
.ap-group .form-group div {
    font-weight: bolder;
    font-weight: bolder;
    padding: 10px 10px 13px 20px;
}
.ap-group .btn-primary {
    margin-left: 20px;
    border-radius: 20px;
    padding: 4px 8px;
    background: #427096;
    background: linear-gradient(
    0deg, #427096 0%, #5a91bb 100%);
} 
.ap-group .form-group{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 400px;
    background: linear-gradient(
    0deg, #e2e2e3 0%, white 100%);
    padding-bottom: 25px;
}
.col-lg-6.ap-group {
    width: auto;
}
.panel.tabbed-panel.panel-default .btn-primary{
    border-radius: 20px;
    padding: 4px 13px;
    background: #427096;
    background: linear-gradient(
    0deg, #427096 0%, #5a91bb 100%);
}
.ap-group select {
    width: 80%;
    margin-left: 20px;
    margin-top: 10px;
}
.ap-group label:not(:nth-child(1)){
    margin-left:20px;
}
.btn-all-lift.ap-lift-btn{
  background-color: rgb(66, 209, 66);
  border: 1px solid rgb(66, 209, 66);
}
.disabled .btn-all-lift.ap-lift-btn{
  background-color:  #ccc;
  border: 1px solid #aaa;
}

.bor-l_no{
  border-left: none!important;
}
.footer_tbl{
  display: flex;
}
.footer_tbl .row{
  display: flex;
}
.footer_tbl .th{
  width: 120px;
  padding: 3px 5px;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #888;
}
.footer_tbl .td{
  width: 50px;
  text-align: center;
}
.footer_tbl .td.--wh{
  position: relative;
  width: 120px;
  background-color: #fff;
  text-align: right;
  padding: 3px 5px;
  border: 1px solid #888;
  border-top: none;
}
.footer_tbl .price::before {
  content: "￥";
  position: absolute;
  top: 0;
  left: 3px;
  color: #7d7d7d;
}
.footer_tbl .usd::before, .footer_tbl .rmb::before  {
  content: "USD";
  position: absolute;
  top: 3px;
  left: 3px;
  color: #7d7d7d;
}
.footer_tbl .rmb::before{
  content: "RMB";
}
li.ap-warehousing a{
  background-color: rgba(163, 199, 241, 0.2);

} 
li.ap-issue a {
  background: rgba(162, 230, 162, 0.2);
}
li.ap-layaway a {
  background: rgba(243, 160, 121, 0.2);
}
li.ap-migration a {
  background-color: rgba(224, 147, 199, 0.2);
}
li.ap-Shedunloading a {
  background: rgb(230, 235, 168,0.2);
}

.dis-inline-b {
  display: inline-block;
}
.mr-5 {
  margin-right: 5px;
}
/*-----------------------------
ボタン
------------------------------*/
/*-----------------------------
伝票複製
------------------------------*/
.ap-duplicate{
  background: #ffaad5!important;
  border: 1px solid #ffaad5!important;
}
/*-----------------------------
一括削除
------------------------------*/
.ap-obc{
  background: #7ab1ff!important;
  border: 1px solid #7ab1ff!important;
}
/*-----------------------------
一括処理
------------------------------*/
.ap-bp{
  background: #c4db5c!important;
  border: 1px solid #c4db5c!important;
}
/*-----------------------------
印刷
------------------------------*/
.ap-printing{

  background: #ffb86e!important;
  border: 1px solid #ffb86e!important;
  
}
/*-----------------------------
明細転記
------------------------------*/
.ap-posting{
  background: #676a6d!important;
  border: 1px solid #676a6d!important;
}
/*-----------------------------
出力
------------------------------*/
.ap-export{
  background: #ff7979!important;
  border: 1px solid #ff7979!important;
}

.ap-duplicate,.ap-obc,.ap-bp,.ap-printing,.ap-export {
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 1px 0px white inset, -2px -2px 1px 0px rgb(0 0 0 / 30%) inset;
  border-radius: 23px!important;
  padding: 7px!important;
  font-size:11px!important;
  color: #fff!important;
  margin-bottom:3px;

}


tfoot .pagination-page-info {
  margin: 0 10px;
  vertical-align: 1px;
}
tfoot nav .pagination {
  margin-bottom: -3px;
}
.dataTbl.--col2.--line1 tbody tr:nth-child(1) td:not(:first-child) {
  padding-bottom: 3px;
}

.table_footer {
  display: flex;
  flex-wrap: wrap;
}

.period {
  width: 400px;
}
.paging {
  width: 600px;
}

.btn-all-lift:disabled ,
.btn-all-sel:disabled {
  background-color: #ccc;
  border-color: #aaa;
}

.menuBar-list-item .disabled {
  padding: 3px 10px;
  color: #ccc;
}


.btn-close {
  background: #90b3ff!important;
  border: 1px solid #6594fd!important;
  padding: 5px 10px!important;
  float:none;
  opacity:1;
  text-shadow:none;
}
.btn-close:hover {
  color: #fff;
}

.bg-gray {
  background-color: #ddd;
  padding: 7px 10px;
  border-radius: 5px;
  margin-left: 10px;
  min-width: 250px;
}

/* ------レポート------- */
tr.bg-saturday td {
  background-color: rgb(191 220 253);
}
tr.bg-sunday td {
  background-color: rgb(253 229 238);
}

.report_column {
  display: none;
}

button.active{
  background-color: #5f5e5f !important;
  border-radius: 1px;
}

#loader{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 50%;
}
#loader img{
  margin: 0;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(0, -50%)
}

.recalc-btn {
  display: inline-block;
  position: fixed;
  bottom: 3px;
  right: 200px;
  z-index: 1000;
  border: none;
  background: #337ab7;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

