/* 共通スタイルシート */
@charset "UTF-8";

.hide{
    display:none;
}
.op_title {
    font-size: 1.2rem;
}
.op_status {
    font-size: 1.2rem;
    color: #00ff40!important;
    background-color: #f8f9fa!important;
}
.op_lock {
    font-size: 1.2rem;
    color: #ff0000!important;
    background-color: #f8f9fa!important;
}

.td_over_hidden
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

/*1200px以上の場合コンテンツ内容が解像度が高くても追随して広がるように*/
@media (min-width: 1200px){
  .container {
      max-width: 100%!important;
  }
}

/*アコーディオン下のカードでdatetimepickerなどが隠れるのを防ぐ*/
.accordion>.card {
    overflow: initial;
}

/*アコーディオンの開閉に応じたアイコン*/
a[aria-expanded="false"]:after {
  content: " \f150";
  font-family: "Font Awesome 5 Free";
  color: #3c8dbc;
  font-weight: 900;
}
a[aria-expanded="true"]:after {
  content: " \f151";
  font-family: "Font Awesome 5 Free";
  color: #3c8dbc;
  font-weight: 900;
}

/*select2の高さ最大広げる*/
.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}

/*小型カード*/
.card .small-inputgroup {
    margin-top: .5rem;
}
.card .small-inputgroup .form-group {
    margin-bottom: .3rem;
}
.card .small-inputgroup .card-header{
    padding-top: .3rem;
    padding-bottom: 0;
/*    border-bottom: none;*/
}
.card .small-inputgroup .card-header .title{
    font-size: 1rem;
    font-weight: 700;
/*    position: absolute;
    margin-top: -1rem;*/
}
.card .small-inputgroup .card-body{
    padding: .5rem;
}
.card-columns {
    column-count: 1;
}

/*テーブル*/
table.center-all th{
    text-align :center;
}

/*データ表示用*/
.data_disp {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .4rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: none;
}
.data_disp.product_code {
    font-size: 1.25rem;
    font-weight: 600;
}
/*コメント表示用緑*/
.comment_normal_disp {
    display: block;
    width: 100%;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5;
    color: #32cd32;
    background-clip: padding-box;
    border: none;
}
/*コメント表示用赤*/
.comment_important_disp {
    display: block;
    width: 100%;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ff0000;
    background-clip: padding-box;
    border: none;
}
/*全高flex*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    width: 100%;
}
/*画像box*/
.image_box {
/*    height: 300px;*/
    width: 100%;
}
/*グループボックス*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-legend {
  display: block;
  font-size: 14px;
  width: auto;
  padding: 2px 7px 2px 5px;
  margin-bottom: 0;
  line-height: inherit;
  color: #333;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.hednav-link {
    display: block;
    padding: 0 1rem;
}
/*ページネーション下*/
ul.pagination{
    margin-bottom: 0;
}
/*ページネーションリンク折り返さない*/
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  white-space: nowrap;
}
/*領域分けタイトル*/
.area-header {
    padding-top: .5rem;
    padding-left: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    border-left-color: #5bc0de;
    color: #356f81;
}
/*カードヘッダのサイズ縮小*/
.card-header {
    padding: 0.3rem 1.25rem;
}
/*AdminLTEメニュー区切り*/
.lte_menu_border {
    border-bottom: 2px solid #eee;
}

.content_body_table_scroll {
    overflow-x: scroll;
}

div.popover {
  opacity: 0 !important;
}
div.popover.popoverLoaded {
  opacity: 1 !important;
}

/*モードレスダイアログ*/
.modeless-type.modal
{
    overflow: hidden;
}
.modeless-type.modal-dialog{
    margin-right: 0;
    margin-left: 0;
}
.modeless{
    top:10%;
    left:10%;
    bottom:auto;
    right:auto;
}
.modeless .modal-body{
    max-height: calc(70vh);
    overflow:scroll;
}

@media (min-width: 768px){
  .resp-form-inline {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
  }
  .resp-form-check-inline {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      /*padding-left: 0;*/
      /*margin-right: 0.75rem;*/
      width:100%;
  }
}

/*グループボックス*/
legend {
    width: auto;
}
button {
    margin: 1px;
}

/*ツールチップ*/
.tooltip .tooltip-inner {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  max-width: 100%;
  color: gray;
  font-size:small;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000000;
}

/*無効化*/
.item_disabled{
    height: 0;
    overflow:hidden;
    padding:0 !important;
    margin:0 !important;
}

/*無効化領域*/
.area_disabled{
    position: relative;
}
.area_disabled:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: not-allowed;
    background: rgba(255,255,255,.5);
}
.area_disabled::before{
    position: absolute;
    top:40%;
    left: 40%;
    color:red;
    z-index: 10;
    cursor: not-allowed;
}

/*待ち用インジケータオーバーレイ*/
.bg_load_overlay {
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    position: fixed;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    opacity: 1;
}
