@charset "UTF-8";
body {
  word-break: break-all;
}

/** 未作成 */
.custom-link {
  color: #346af1;
}
/* 複製新規時の項目背景色. */
.copyNew {
  background-image: initial !important;
  background-color: #ffff99 !important;
}
.warning {
  color: red;
}
.warningField {
  background-color: #FDD;
}
/** バリデーションエラーメッセージ. */
form label.error, form label.batchError, form label.batchOptionError {
  color: red;
}

/** テーブル非表示項目 */
.td-hidden {
  display: none;
}

/** チェックボックス項目 */
input[type=checkbox] {
  vertical-align: -0.2em;
}

/** プレーンテキスト項目 */
pre {
  font-family: "YuGothic";
}

/** 項目変更 - ドロップダウンリスト未選択 */
select.notSelected, span.notSelected {
  color: #BBBBBB;
}

/** 必須項目 */
.require::after {
  content : " *";
  color: red;
}

/** 項目変更 */
select.changed, select.changedDef, input.changed, textarea.changed, td.changed, td.changed-c, label.changed, span.changed, div.changed {
  background-image: initial !important;
  background-color: #FDD !important;
}

select.searchCondChanged:not(:disabled), input.searchCondChanged:not(:disabled), textarea.searchCondChanged:not(:disabled), td.searchCondChanged, label.searchCondChanged, span.searchCondChanged, div.searchCondChanged {
  background-color: #FF9 !important;
}

#footNav {
  min-height: 47px;
}

.order-asc::after {
  font-family: 'Font Awesome 5 Free';
  content: " ▲";
  font-size: 80%;
  font-weight: 400;
  color: #336af2;
}

.order-desc::after {
  font-family: 'Font Awesome 5 Free';
  content: " ▼";
  font-size: 80%;
  font-weight: 400;
  color: #336af2;
}

th > small.order-asc::after {
  color: initial;
}

th > small.order-desc::after {
  color: initial;
}

.search-transition {
  color: #346af1;;
}

span.picker {
  width: 180px;
}

.input-group-append .btn:disabled {
  opacity: 1 !important;
}

#step .col.active {
  background: #0542d9;
}

#step .col.active span:before {
  border-color: transparent transparent transparent #0542d9;
}

.modal-body {
  word-break: break-all;
}

.icoTodo {
  color: #FFF;
  border-radius: .2em;
  line-height: 1;
  padding: .3em;
  display: inline-block;
  vertical-align: bottom;
  background: #28364c;
}
.icoTodo a {
  color: #FFF;
  text-decoration: none;
}
.icoTodo a:hover {
  color: #FFF;
  text-decoration: none;
  background: #000;
}
.table-double-striped tbody:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.table-double-striped tbody tr:nth-of-type(even) {
  border-top: hidden;
}
.table-double-hover tbody:hover {
  color: #212529;
  background-color: #e1f3fd;
}
.table-dark.table-double-striped tbody tr:nth-of-type(4n+1),
.table-dark.table-double-striped tbody tr:nth-of-type(4n+2) {
  background-color: rgba(255, 255, 255, 0.05);
}

.moreS, .more {
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.moreS {
  height: 1.6em;
  -webkit-line-clamp: 1;
}
.more {
  height: 3.1em;
  -webkit-line-clamp: 2;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


#category > .row span {
  color: #fff;
}

.btn-client {
  color: #fff;
  background: #ff6600;
}

.header-logininfo {
  padding: 2px 15px;
  border-radius: 100px;
  background: #535e70; /*背景色*/
  text-align: center;
  vertical-align: middle;
  margin-right:5px;
}

.header-logininfoLink {
  background: #336af2
}

#subCategory {
  min-width: max-content!important;
}

/* 機能選択ラインのスタイル */
.functionstyle {
  overflow-x: auto;
  -ms-overflow-style: none;  /* Edge対応 */
  scrollbar-width: none;  /* Firefox対応 */
}

/* 機能選択ラインのスタイル Chrome,Safari対応 */
.functionstyle::-webkit-scrollbar {
  display: none;
}

/* jquery-confirmサイズ用 start */
@media (min-width: 576px) {
  .jc-bs3-container.container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .jc-bs3-container.container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .jc-bs3-container.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .jc-bs3-container.container {
    max-width: 1140px;
  }
/* jquery-confirmサイズ用 end */

}

ul.ui-autocomplete {
  z-index: 1100;
}

span.companypicker {
  width: 360px;
}

.companypicker {
  position: relative;
  display: inline-block;
}

.companypicker i {
  color: #336af2;
  position: absolute;
  top: 8px;
  right: 10px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.4rem;
  min-width:1.5rem;
}

.ico_order:before {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  background: #27364b;
  font-family: 'Font Awesome 5 Free';
  content: " \f0dc";
  font-weight: 900;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
  line-height: 1
}
.ico_orderUp:before {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  background: #27364b;
  font-family: 'Font Awesome 5 Free';
  content: " \f0d8";
  font-weight: 900;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
  line-height: 1
}
.ico_orderDown:before {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  background: #27364b;
  font-family: 'Font Awesome 5 Free';
  content: " \f0d7";
  font-weight: 900;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
  line-height: 1
}

.jconfirm .jconfirm-type-orange div.jconfirm-title-c {
  background: #f1c40f;
}

.jconfirm .jconfirm-type-blue div.jconfirm-title-c {
  background: #3498db;
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
  animation-duration: 0s;
}

.userIconImage {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.businesscardThumb {
  width: 100px;
  height: 60px;
  border:1px solid #000;
  border-color: gray;
  object-fit: cover;
}

.businesscardThumb.businesscardPortrait {
  width: 60px;
  height: 100px;
}

.framebox {
  margin: 5px 10px;
  padding: 5px;
  border: 1px solid black;
  display:block;
}

.icoUntreated {
  color: #FFF;
  border-radius: .2em;
  line-height: 1;
  padding: .3em;
  display: inline-block;
  vertical-align: bottom;
  background: #28364c;
}

.multiselect {
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
}
.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 3px 3px 10px !important;
}

.appendPrefix::after {
  content: attr(data-suffixString);
}

.w-135px {
  width: 135px !important;
}

.customerArea {
  white-space: pre-wrap;
}

.bgColorHighlight {
  background: #ffff99;
}

.mr-20 {
	margin-right:20px !important;
}

.helpWindowWrap {
  position: fixed;
  z-index: 9999;
}

.helpWindow {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  overflow: hidden;
  width: 400px;
}

.helpWindow .helpWindow-header {
  color: #fff;
  background-color: #28364c;
  min-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .2rem 0 .2rem 0.6rem;
}

.helpWindow .helpWindow-header .clientList-title {
  font-size: 0.875rem;
}

.helpWindow .helpWindow-header .ico a {
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  padding: 0.1rem;
  margin: 0 0.7rem;
}

.helpWindow .helpWindow-body {
  padding: .5rem 1em 1rem;
  overflow: auto;
  height: 430px;
}

.helpWindow .helpWindow-body dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: .5rem;
}

.textarea-no-scroll {
  overflow: hidden !important;
}

.inactiveOption {
	background: #eee;
    color: #ccc;
}
.prewrap{
  white-space: pre-wrap;
}
.w-90p{
	width: 90%;
}
.mxw-200px{
    max-width: 200px;
}
.mxw-250px{
    max-width: 250px;
}
.w-5 {
    width: 5%;	
}
.h-30px {
	height: 30px;
}
.line1-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    padding: 0px !important;
}
.line2-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding: 0px !important;
}
.line3-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    padding: 0px !important;
}
.line5-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    padding: 0px !important;
}
.miw-7em{
    min-width: 7em;
}
.stop-scrolling{
	overflow: hidden;
}
.w5rem {
    width:5rem;
    min-width:5rem;
}
.w7rem {
    width:7rem;
    min-width:7rem;
}
.minw10rem {
    min-width:10rem;
}
.italicGray {
  font-style: italic !important;
  color: #808080 !important;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', "游ゴシック", "Yu Gothic",'ＭＳ Ｐゴシック', 'MS PGothic';
}

.optionfieldarea > .option-field {
    margin-bottom: 0.5rem !important;
}

.modeless {
  pointer-events: none; /* バックグラウンド要素にアクセス可能にする */
}