@charset "UTF-8";
/*==================================
  共通
==================================*/
.body.content.rows.colored {
  background-color: #f9f9f9;
}
.header.sidebar.colored {
  background-color: #fe8431;
}
.navbar.colored {
  background-color: #fe8431;
}
.left.colored,
.footer.colored {
  background-color: #f5f5eb;
}
.page-title {
  color: #666;
}
#sidebar-menu.colored {
  border-top-color: #f5f5eb;
}
#sidebar-menu.colored > ul > li > a {
  color: #a9967a;
}
#sidebar-menu.colored > ul > li > a > i {
  color: #927c5e;
}
#sidebar-menu.colored > ul > li.active > a {
  color: #73624a;
  background-color: #dfdfcc;
}
#sidebar-menu.colored > ul > li > a:hover {
  color: #73624a;
  border-left-color: #73624a;
  background-color: #dfdfcc;
}
.label.label-orange {
  background-color: #fe8431;
}
.body.content.rows.static {
  min-width: 1095px;
}
.left.side-menu {
  width: 170px;
  z-index: 1;
}
.right {
  left: 170px;
}
.logo-l img {
  width: 240px;
  height: auto;
}
.header.sidebar {
  z-index: 10;
}
.header.sidebar .logo img {
  width: 125px;
  height: auto;
  margin: 0px 0 0 0px;
  border-radius: 0;
}
#sidebar-menu li.logout {
  margin-top: 20px;
}
#sidebar-menu li.logout .logout-btn {
  font-size: 12px;
  margin: 20px 0 0 0;
  text-decoration: none;
}
#sidebar-menu li.logout.selected > a {
  padding-left: 15px;
  background-color: transparent;
}
#sidebar-menu li.logout.selected > a:hover {
  padding-left: 20px;
}
.panel-body.panel-body-no-pad {
  padding: 0;
}
.page-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px;
}
.table-header {
  min-height: 52px;
}
.form-attr-frame {
  border: solid #E5E9EC 1px;
  padding: 15px 15px 0px 15px;
  margin-bottom: 5px;
}
.collapse-outer .collapse-fix {
  color: #5b5b5b;
}
.collapse-outer .collapse-fix:hover {
  text-decoration: none;
  color: #5b5b5b;
}
.collapse-outer .collapse-fix .additional-btn {
  padding: 15px;
  top: 5px;
  right: 0;
}
.collapse-outer .collapse-fix .collapsed-header {
  display: none;
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapse-outer .collapse-fix.collapsed .collapsed-header {
  display: block;
}
.collapse-outer .collapse-fix.collapsed .collapsed-header:hover {
  text-decoration: none;
}
.collapse-outer .collapse-fix.collapsed .fa-chevron-up:before {
  content: "\f078";
}
.collapse-outer .inner-title {
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.collapse-outer .collapse.in .inner-title {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  font-size: 13px;
  opacity: 1;
}
label.for-pulldown {
  margin: 8px auto;
}
label.for-pulldown.two-lines {
  margin: -1px auto auto auto;
}
label.for-input {
  margin: 3px auto;
}
label.for-input.two-lines {
  margin: -6px auto auto auto;
}
.table-reset {
  font-size: 13px;
}
.table-reset thead th {
  text-align: center;
}
.table-reset[data-sortable] th:not([data-sortable="false"]):after {
  visibility: visible!important;
  border-top-color: inherit;
  margin-top: 3px;
}
.table-reset[data-sortable] th:not([data-sortable="false"])[data-sorted-direction="ascending"]:after {
  border-top-color: transparent;
}
.table-reset[data-sortable] .text-center {
  text-align: center;
}
.table-reset[data-sortable] .text-right {
  text-align: right;
}
th.sort-key {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
  color: #428BCA;
}
th.sort-key:hover {
  color: #2A6496;
}
th.sort-key:after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  margin-top: 3px;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
th.sort-key.asc:after {
  border-bottom-color: #428BCA;
}
th.sort-key.desc:after {
  border-top-color: #428BCA;
}
.dl-horizontal-reset dt {
  text-align: left;
  min-width: 200px;
}
.dl-horizontal-reset dt,
.dl-horizontal-reset dd {
  border-bottom: 1px dotted #dadada;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.dl-horizontal-reset dt.noborder,
.dl-horizontal-reset dd.noborder {
  border: none;
}
.box-info.dl-box {
  padding: 30px 30px 20px;
}
.box-info.dl-box img {
  max-width: 100%;
  height: auto;
}
.pre {
  background: none;
  border: none;
}
td.list-no-item {
  height: 300px;
  vertical-align: middle!important;
}
.no-data {
  margin: 0;
  text-align: center;
  color: #777;
}
.stacking-order-5 {
  z-index: 50;
}
.stacking-order-4 {
  z-index: 40;
}
.stacking-order-3 {
  z-index: 30;
}
.stacking-order-2 {
  z-index: 20;
}
.stacking-order-1 {
  z-index: 10;
}
.validation-error {
  border: 1px solid #A94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-error-radio .iradio_minimal-grey {
  border: 1px solid #A94442!important;
  border-radius: 9px;
}
.validation-error-msg {
  color: #A94442;
  margin: 0 0 5px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.icon.date {
  width: 16px;
  height: 16px;
  background: url('/images/icon_date.png') left top no-repeat;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
#result-area {
  margin-top: 1em;
  margin-bottom: 2em;
}
/*==================================
  購買データ一覧 purchase/index, detail
==================================*/
.form-purchase-list {
  padding: 20px 20px 10px;
}
.form-purchase-list .input-title {
  display: inline-block;
  width: 100px;
  font-weight: 800;
}
.form-purchase-list .input-title.right-side {
  margin-left: 156px;
}
.form-purchase-list .input-tight input {
  width: 130px;
}
.form-purchase-list .input-tight + .form-group .right-side {
  margin-left: 38px;
}
.form-purchase-list .triple .right-side {
  margin-left: 36px;
}
.purchase-list-table .table-header .pagination {
  margin-top: 0;
}
.purchase-list-table .table td.btns {
  vertical-align: middle;
}
.purchase-list-table .table th.seq {
  width: 140px;
}
.purchase-list-table .table th.id,
.purchase-list-table .table th.mid,
.purchase-list-table .table th.purchase_receipt_at {
  width: 110px;
}
.purchase-list-table .table th.input_type {
  width: 90px;
}
.purchase-list-table .table th.shop_name,
.purchase-list-table .table th.biz_category_name,
.purchase-list-table .table th.chain_name {
  min-width: 120px;
}
.purchase-list-table .jan-code {
  width: 125px;
}
/*==================================
  お知らせ一覧 news
  Notification notification
==================================*/
.information-list-table,
.notification-list-table {
  position: relative;
}
.information-list-table .search-box,
.notification-list-table .search-box {
  display: inline;
  width: 338px;
  margin-right: 20px;
}
.information-list-table .parellel-to-form,
.notification-list-table .parellel-to-form {
  position: absolute;
  top: 20px;
  right: 20px;
}
.information-list-table .pagination,
.notification-list-table .pagination {
  margin-top: 0;
}
.information-list-table .table th.date,
.notification-list-table .table th.date {
  width: 97px;
}
.information-list-table .table th.date.sorter,
.notification-list-table .table th.date.sorter {
  width: 117px;
}
.information-list-table .table th.status,
.notification-list-table .table th.status {
  width: 100px;
}
.information-list-table .table th.btns,
.notification-list-table .table th.btns {
  width: 140px;
}
.information-list-table .table th.deliver,
.notification-list-table .table th.deliver {
  width: 90px;
  vertical-align: middle;
}
.information-list-table .table td.btns,
.notification-list-table .table td.btns {
  vertical-align: middle;
}
/*==================================
  登録周り
  register_information
  register_notification
==================================*/
.register-form {
  padding: 20px 20px 10px;
}
.register-form .validation-error-msg {
  margin: 0;
}
.register-form .checkbox-inline {
  margin: 0 20px 10px 0;
}
.register-form .checkbox-inline.fields {
  width: 120px;
}
.register-form .checkbox-inline.fields.last {
  width: 170px;
}
.register-form .checkbox-inline.areas {
  width: 120px;
}
.register-form .checkbox-inline.industries {
  width: 190px;
}
.register-form .checkbox-inline.features {
  width: 210px;
}
.register-form .checkbox-inline.softs {
  width: 210px;
}
.register-form textarea {
  width: 100%;
}
.register-form .btn-section .submit,
.register-form .btn-section .wide {
  width: 150px;
}
.register-form .btn-section .back > i {
  float: left;
  line-height: 1.4;
}
.register-form .btn-section .btn + .submit {
  margin-left: 10px;
}
.register-form .btn-section.has-spacer:before {
  content: ' ';
  height: 1px;
  display: block;
  position: relative;
  float: left;
  width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.ui-pnotify {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 10000000 !important;
}
.ui-pnotify .ui-pnotify-closer,
.ui-pnotify .ui-pnotify-sticker {
  display: none;
}
.drop-zone.drop-zone-text {
  box-sizing: border-box;
  padding: 20px 10px;
  height: 60px;
  background-color: #fff;
  border: 1px dashed #ddd;
}
.drop-zone + .drop-zone-button {
  margin-top: -1px;
}
.dropdown-menu {
  z-index: 100000;
}
.dropdown-menu.open {
  position: relative;
  left: 1px;
  top: 0;
  z-index: 200000;
}
.dropup .caret {
  border-top: 4px solid;
  border-bottom: 0;
}
.sorter {
  cursor: pointer;
}
.sorter:after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}
.sorter.desc:after {
  border-top-color: #000;
  margin-top: 8px;
}
.sorter.asc:after {
  border-bottom-color: #000;
  margin-bottom: 8px;
}

/*==================================
 Trim Table column value
==================================*/

.table-div {
   width: 100px;
   white-space: nowrap;
   overflow: hidden;         
   text-overflow: ellipsis;
 }

/* Import error modal message (shared partial) - no inline styles for CSP */
.import-error-msg {
  max-height: 400px;
  overflow: auto;
  color: #C42E2E;
}

/* Notification detail - no inline styles for CSP */
.register-form .btn-section .btn-validation-confirm {
  width: 200px;
}
.register-form .btn-section.btn-section-confirm-view {
  margin: 30px 0 0;
}

/*==================================
  Monitor detail & shared utilities (no inline styles for CSP)
==================================*/
.col-orng {
  width: 16.6%;
  font-weight: bold;
  background-color: #FEE7CD;
  padding: 5px;
}
.col-whte {
  width: 16.6%;
  padding: 5px;
}
.monitor-detail table {
  width: 100%;
}
.monitor-detail th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #f0f0f0;
  font-weight: bold;
  padding: 5px;
}
.monitor-detail td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
}
/* .table.table-bordered wins over single-class .monitor-detail th/td without this */
.monitor-detail .table.table-bordered > thead > tr > th,
.monitor-detail .table.table-bordered > tbody > tr > th,
.monitor-detail .table.table-bordered > thead > tr > td,
.monitor-detail .table.table-bordered > tbody > tr > td {
  border: 1px solid #ccc;
}
.fl-left {
  display: block;
  width: 55%;
  float: left;
}
.fl-right {
  display: block;
  width: 40%;
  float: right;
}
.fl-cent {
  display: block;
  width: 5%;
  float: left;
  text-align: center;
}
.monitor-detail .form-group {
  padding-top: 20px;
}
.pdng {
  padding-top: 15px;
  word-wrap: break-word;
}
.form-common-info,
.family-info,
.log-info {
  padding: 20px 20px 10px;
}
.backbutton {
  float: right;
}
.fw-bold {
  font-weight: bold;
}
.pt-20 {
  padding-top: 20px;
}
.pt-0 {
  padding-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.form-attr-frame-margin {
  margin: 5px;
}
.row-radio-area {
  text-align: center;
  padding: 15px 0;
}
.box-info-tight {
  margin-bottom: 0;
  padding-top: 0;
}
.form-section-no-pt {
  padding-top: 0;
}

/*==================================
  User views - no inline styles for CSP
  create, edit, password_reset
==================================*/
.u-display-none {
  display: none;
}
.register-form.register-form--w60 {
  width: 60%;
}
.register-form.register-form--w50 {
  width: 50%;
}
.btn.btn--sm-pad,
.greybtn.btn--sm-pad {
  padding: 6px 12px;
}
.register-form .btn-section.btn-section--top-margin {
  margin: 30px 0 0;
}
.btn.btn--w100 {
  width: 100px;
}
.btn.btn--w120 {
  width: 120px;
}
.form-value-span {
  padding-top: 7px;
  padding-left: 0;
}
.user-edit-actions {
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.btn-spacer {
  padding-left: 20px;
  padding-right: 20px;
}
.control-label.text-left {
  text-align: left;
}

#js-store-business-filter-model .store-search-btn {
  padding: 6px 30px;
}

#js-store-chain-filter-model .store-search-btn {
  padding: 6px 30px;
}

#jan_upload_status_div .btn {
  padding: 6px 30px;
}
