/* このファイルは UTF-8 で保存すること */

/***************************************
 *
 * 管理画面＆予約管理カレンダー 共通で適用するcss
 *
 ***************************************
 *
 * ＜メモ＞
 * AdminLTE_cr_common.css   管理画面＆予約管理カレンダー 共通で適用するcssを記述
 * AdminLTE_cr_manage.css   管理画面のみに適用するcssを記述
 * AdminLTE_cr_calendar.css 予約管理カレンダーのみに適用するcssを記述
 *
 **************************************/

html {
  height: auto;
  min-height: 100%;
}

body {
  height: auto;
  min-height: 100%;
}

body.login-page,
body.register-page {
  height: auto;
  min-height: 100%;
}

.wrapper {
  height: auto;
  min-height: 100%;
}

/***************************************
 * <select>
 **************************************/

.select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
}

select.select-other {
  display: inline;
  width: 200px;
}

select.select-date-year,
select.select-date-month,
select.select-date-day {
  display: inline;
  margin-right: 2px;
  padding: 0 0 0 2px!important;
}

select.select-date-year {
  width: 85px;
}

select.select-date-month,
select.select-date-day {
  width: 70px;
}

/* プルダウン 全タイプ共通 */

.select-wrapper {
  background: #ffffff;
  border-radius: 5px;
  max-width: 100%;
  position: relative;
}

.-select-ss {
  width: 60px;
}

.-select-s {
  width: 90px;
}

.-select-m {
  width: 200px;
}

.-select-l {
  width: 300px;
}

.-select-unfixflg-width {
  width: 120px;
}

.-inline-block {
  display: inline-block;
}

#category-select .select-wrapper {
  max-width: 330px;
}

.select-wrapper select {
  appearance: none;
  background: transparent;
  background-image: none;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 20px 6px 12px!important;
  position: relative;
  width: 100%;
}

.select-wrapper select::-ms-expand{
  display: none;
}

.select-wrapper select.form-control:focus,
.select-wrapper select:focus {
  background-color: transparent;
}

.select-wrapper:before {
  border-color: #666666 transparent transparent;
  border-style: solid;
  border-width: .45em .3em;
  content: "";
  display: block;
  height: 0;
  margin-top: -.2em;
  position: absolute;
  right: .6em;
  top: 50%;
  width: 0;
}

/* 管理カレンダー上の月日プルダウン用 */
.-ml-5 {
  margin-left: 5px;
}

.form-control {
  font-size: 13px;  /* ここは指定する必要あり */
  height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

/* dropdown search */
.select2-container--default .selection .select2-selection--single {
  border-radius: 5px;
  height: 34px;
}

.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  height: 31px;
}

.select2-dropdown .select2-search--dropdown {
  background: #eeeeee;
  padding: 8px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  height: 30px;
  padding-left: 30px;
}

.select2-dropdown .select2-search--dropdown:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  left: 17px;
  position: absolute;
  top: 17px;
}

body .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, .101);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #00b357!important;
}

.select2-results .select2-results__option {
  min-height: 32px;
  padding-left: 40px;
  position: relative;
  word-break: break-all;
}

.select2-container--default .select2-results .select2-results__option[aria-selected=true]:before {
  color: #1c9356;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  left: 16px;
  position: absolute;
  top: 8px;
}

/***************************************
 * text, textarea, tel
 **************************************/

/* 郵便番号 */
#bt_form_cus_zip,
.input-text-zip {
  ime-mode: disabled;
  width: 100px;
}

/* 長め */
.input-text-long {
  width: 80%;
}

/* 最大幅（95%：100%にすると右端の罫線と近すぎてフォーム感がなくなるため） */
.bt_form_text,
.input-text-max-width {
  width: 95%;
}

/* textarea */
.bt_form_textarea {
  width: 80%;
}

/* 料金 */
.input-text-price-unit {
  ime-mode: disabled;
  width: 100px;
}

/* メールアドレス */
#bt_form_cus_mail,
.input-text-mailaddr,
.input-text-mailaddr-multi {
  width: 400px;
}

/* メールアドレス（1つのtdに3つ縦に並ぶケース） */
.input-text-mailaddr-multi {
  display: block;
  margin-bottom: 5px;
}

/* 表示設定の呼び名、〇〇を選択など、全角30文字が収まる幅 */
.input-text-500 {
  width: 500px;
}

/* 顧客編集のお名前とフリガナなど、全角20文字（半角だと30文字）が収まる幅 */
#bt_form_cus_name,
#bt_form_cus_kana,
.input-text-300 {
  width: 300px;
}

/* ログインID、パスワードなど、半角20文字が収まる幅 */
#bt_form_loginid,
#bt_form_loginpw,
#bt_form_loginpw_chk,
.input-text-200 {
  width: 200px;
}

/* 予約オプションの数量、予約回数制限の回数など、半角3?5文字が収まる幅 */
#bt_form_limit_res_count,
.input-text-80 {
  width: 80px;
}

/* 電話番号 */
#bt_form_cus_tel,
.input-tel {
  width: 140px;
}

/***************************************
 placeholder用（カンマ区切りだと効かなかったのでこの記述で）
 **************************************/

/* 古いfirefox用？ */
input:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:focus::-moz-placeholder {
  color: transparent;
}

/* ie11 */
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

/* edge */
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

/* edge, chrome */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* chrome, firefox */
input::placeholder {
  color: #999999;
  opacity: 1;
}

/* firefox */
input:focus::placeholder {
  color: transparent;
}

/***************************************
 * 日付選択 AdminLTE Datepicker
 **************************************/

.datepicker-input,
.datepicker-input-week {
  ime-mode: disabled;
  width: 130px;
}

.datepicker-dropdown {
  z-index: 1000000!important;
}

.datepicker-dropdown th {
  -webkit-border-radius: 0!important;
}

.datepicker table tr td.active.active {
  background-color: #1e9357!important;
  border-color: #1e9357!important;
  color: #fff!important;
}

.datepicker table tr td.today {
  background-color: #fff!important;
  position: relative;
}

.datepicker table tr td.today:before {
  background-color: #444!important;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 24px;
}

.datepicker table tr th.dow:nth-child(1),
.color-sunday {
  color: #cc0000;
}

.datepicker table tr th.dow:nth-child(7),
.color-saturday {
  color: #0033ff;
}

.datepicker table tr th {
  padding: 5px 10px;
}

.datepicker .prev,
.datepicker .next,
.datepicker .datepicker-switch {
  line-height: 40%;
}

.datepicker table tr td {
  padding: 10px;
}

.datepicker table tr th,
.datepicker table tr td.day {
  font-size: 16px;
}

.datepicker table tr th.prev,
.datepicker table tr th.next {
  color: #1e9357;
  font-size: 28px;
  font-weight: normal;
  padding: 8px 10px 12px;
}

.datepicker table tr th.dow {
  font-size: 13px;
  font-weight: normal;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #ccc!important;
}

.datepicker.dropdown-menu {
  box-shadow: 0 2px 4px 0 #898989;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-bottom: 0!important;
  border-top: 14px solid rgba(0,0,0,.15)!important;
  bottom: -14px!important;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -14px!important;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 10px!important;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 10px!important;
}

.datepicker-dropdown:before {
  border-bottom: 14px solid rgba(0,0,0,.15)!important;
  border-left: 14px solid transparent!important;
  border-right: 14px solid transparent!important;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-bottom: 0!important;
  border-top: 12px solid #fff!important;
  bottom: -12px!important;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -12px!important;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 12px!important;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 12px!important;
}

.datepicker-dropdown:after {
  border-bottom: 12px solid #fff!important;
  border-left: 12px solid transparent!important;
  border-right: 12px solid transparent!important;
}

/***************************************
 * 詳細検索ボタン
 **************************************/

.search-btn a:link,
.search-btn a:visited,
.search-btn a:active {
  background: #eeeeee;
  border: 1px solid #dddddd;
  color: #666666;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 8px 0;
  padding: 4px 8px;
  text-align: center;
}

.search-btn a:hover {
  background: #cacaca;
  text-decoration: underline;
}

/***************************************
 * チェックボックス、ラジオボタンの装飾
 **************************************/

.chk_item:disabled + span {
  color: #cccccc;
}

.chk_item:disabled + span::before {
  border: 2px solid #dddddd;
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}

/* CSV出力項目、予約管理カレンダー表示設定のチェックボックスのレイアウト調整 */
.parts_form_checkbox {
  display: block;
  margin: 4px 4px 4px 0;
}

.parts_form_checkbox-icon {
  display: block;
  margin: 4px 4px 4px 0;
}

/* 装飾したラジオボタン、チェックボックスについてはオリジナルを非表示にする。height: 0; にしないと不要な余白が入る */
.radio-label input[type="radio"],
.checkbox-label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}

.input-radio {
  padding-left: 20px;
  position: relative;
}

.input-radio::before {
  background-color: #ffffff;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

input[type="radio"]:checked + .input-radio::before {
  border: 2px solid #1e9357;
}

input[type="radio"]:checked + .input-radio::after {
  background: #1e9357;
  border: 1px solid #1e9357;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 8px;
}

input[type="radio"]:disabled + .input-radio {
  color: #cccccc;
}

input[type="radio"]:disabled + .input-radio::before {
  background-color: #f3f3f3;
  border: 2px solid #dddddd;
}

input[type="radio"]:disabled + .input-radio::after {
  background: #dddddd;
  border: 1px solid #dddddd;
}

.input-checkbox {
  padding-left: 20px;
  position: relative;
}

.input-checkbox::before {
  background-color: #ffffff;
  border: 2px solid #bbbbbb;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 14px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 14px;
}

.input-checkbox-multiline {
  float: left;
}

.input-checkbox.input-checkbox-multiline::before {
  top: 2px;
}

input[type="checkbox"]:checked + .input-checkbox::before {
  background-color: #1e9357;
  border: 1px solid #1e9357;
}

input[type="checkbox"]:checked + .input-checkbox::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 6px;
}

input[type="checkbox"]:checked + .input-checkbox.input-checkbox-multiline::after {
  top: 3px;
}

input[type="checkbox"]:disabled + .input-checkbox {
  color: #cccccc;
}

input[type="checkbox"]:disabled + .input-checkbox::before {
  background-color: #f3f3f3;
  border: 2px solid #dddddd;
}

/* 選択済みかつdisabled */
input[type="checkbox"]:checked:disabled + .input-checkbox::before {
  background-color: #dddddd;
}

/* これを指定しないとSafariの予約管理カレンダー周りでチェックボックスのラベル部分の文字がカラム落ちする */
.inline-label {
  display: inline;
}

/* bootstrap.mim.jsのpadding-leftを無効にする */
.radio .radio-label {
  padding-left: 0;
}

.checkbox .checkbox-label {
  padding-left: 0;
}

.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio label,
.checkbox label,
.radio .radio-label,
.checkbox .checkbox-label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
}

.radio label:not(.radio-label),
.checkbox label:not(.checkbox-label) {
  padding-left: 20px;
}

.radio label.radio-label .input-radio,
.checkbox label.checkbox-label .input-checkbox {
  font-weight: 400;
}

input[type="file"] {
  display: block;
}

.checkbox-label.-national-holiday {
  margin-left: 12px;
}

/* スケジュールの表示色設定のラジオボタンのレイアウト調整 */
.sch-bar-color-radio::before {
  top: 1px;
}

input[type="radio"]:checked + .sch-bar-color-radio::after {
  top: 5px;
}

/* 住所検索ウィンドウのラジオボタンのレイアウト調整 */
.radiozip-radio {
  padding-left: 25px;
  padding-top: 3px;
}

.radiozip-radio::before {
  top: 4px;
}

input[type="radio"]:checked + .radiozip-radio::after {
  left: 5px;
  top: 5px;
}

.setpref-address {
  color: #000066;
  font-size: small;
}

/* シフト管理、時間割複製のチェックボックスのレイアウト調整 */
.table-checkbox .input-checkbox {
  display: block;
  padding-left: 0;
}

.table-checkbox .input-checkbox::before {
  position: static;
}

.table-checkbox input[type="checkbox"]:checked + .input-checkbox::after {
  left: 4px;
  top: 1px;
}

/* 一覧表示系のチェックボックスのレイアウト調整 */
.list-checkbox .checkbox-label {
  min-height: 14px;
}

.table-list tbody tr .input-checkbox {
  display: block;
  padding-left: 0;
}

.table-list tbody tr .input-checkbox::before {
  position: static;
}

.table-list tbody tr input[type="checkbox"]:checked + .input-checkbox::after {
  left: 4px;
  top: 1px;
}

.table-list tbody tr .input-radio {
  display: block;
  padding-left: 0;
}

.table-list tbody tr .input-radio::before {
  position: static;
}

/* 自動配信メール設定のチェックボックスのレイアウト調整 */
.form_arr .checkbox-label {
  min-height: 14px;
}

div.form_arr {
  padding: 7px 7px;
}

.form_arr_table tbody tr .input-checkbox {
  display: block;
  padding-left: 0;
}

.form_arr_table tbody tr .input-checkbox::before {
  position: static;
}

.form_arr_table tbody tr input[type="checkbox"]:checked + .input-checkbox::after {
  left: 4px;
  top: 1px;
}

/* 予約アンケート項目のレイアウト調整（テキスト部分がアイコンの下に周り込まないように） */
.no-wrap-around .input-radio,
.no-wrap-around .input-checkbox {
  float: left;
}

.no-wrap-around .radio-label,
.no-wrap-around .checkbox-label {
  word-break: break-all;
}

/* 予約一覧、予約履歴、顧客一覧の詳細検索>予約アンケート項目のレイアウト調整 */
.detail-search .input-radio::before {
  top: 1px;
}

.detail-search input[type="radio"]:checked + .input-radio::after {
  top: 5px;
}

.detail-search .input-checkbox::before {
  top: 2px;
}

.detail-search input[type="checkbox"]:checked + .input-checkbox::after {
  top: 3px;
}

div.calendarCheckWrap .input-checkbox::before {
  top: 3px;
}

div.calendarCheckWrap input[type="checkbox"]:checked + .input-checkbox::after {
  top: 4px;
}

/* CSV出力設定のチェックボックスのレイアウト調整 */
.csv-checkbox .input-checkbox::before {
  top: 2px;
}

.csv-checkbox input[type="checkbox"]:checked + .input-checkbox::after {
  top: 3px;
}

/* 基本設定>予約受付設定>受付設定の受付締切を一括設定するチェックボックスの挙動を修正 */
#setting_reserve2 .radio {
  margin-top: 0;
}

/* 一部のチェックボックスがクリックしても反応しないため、以下調整用 */
label.pointer-event-off {
  pointer-events: none;
}

/* 公開枠の設定（旧：シフト登録）のチェックボックスのレイアウト調整 */
.shift-checkbox {
  margin-bottom: 8px;
  margin-top: 8px;
}

/***************************************
 * ドラッグ可能項目の装飾
 **************************************/

.calendarCheckWrap label {
  flex: 1;
}

.dragItemWrap {
  margin-right: 16px;
  min-height: 518px;
}

.dragItemWrap li {
  border: 1px solid #aaaaaa;
  cursor: move;
  font-weight: normal;
  height: 38px!important;
  line-height: 1.7em;
  margin-bottom: 2px;
  padding: 7px 8px;
}

.dragItemWrap i {
  color: #666666;
}

.dragItemWrap i:before {
  padding-right: 8px;
}

.dragItemWrap li:active {
  background: #ffffff;
  height: 38px!important;
}

/***************************************
 * アラートの装飾
 **************************************/

body .alert {
  border-radius: .25rem!important;
  margin-bottom: 1rem!important;
  padding: .75rem 1.25rem!important;
}

body .alert-success {
  background-color: #dff0d8!important;
  border-color: #d0e9c6!important;
  color: #3c763d!important;
}

body .alert-danger {
  background-color: #f2dede!important;
  border-color: #ebcccc!important;
  color: #a94442!important;
}

body .alert-warning,
.alert-bar {
  background-color: #fff3cd!important;
  border-color: #ffeeba!important;
  color: #856404!important;
}

body .alert-info {
  background-color: #cce5ff!important;
  border-color: #b8daff!important;
  color: #004085!important;
}

body .alert-success a,
a.setting-link {
  color: #3c763d;
  text-decoration: underline;
}

body .alert-bar a:hover,
body .alert-success a:hover,
a.setting-link:hover {
  text-decoration: none;
}

body .alert-success em {
  font-style: normal;
  font-weight: bold;
}

.error-mesg-color {
  color: #ff0000;
}

.alert-bar {
  border-bottom: 1px solid #ffeeba;
  display: flex;
  margin-bottom: 20px;
}

.alert-bar__left {
  padding: 10px;
  width: 38px;
}

.alert-bar__left i.fas.fa-bell {
  color: #D6C377;
  font-size: 20px;
}

.alert-bar__right {
  padding: 12px 10px 10px 0;
  width: 100%;
}

.alert-bar__right .alert-bar__text a {
  color: #000000;
  text-decoration: underline;
}

.alert-bar__delete-box {
  display: flex;
  justify-content: flex-end;
}

body .alert-bar .alert-bar__delete-box .alert-bar__delete {
  line-height: 1;
  text-decoration: none;
}

body .alert-bar .alert-bar__delete-box .alert-bar__delete:hover {
  text-decoration: underline;
}

.question-guide-checkbox {
  position: static;
}

.question-guide-wrap {
  align-items: center;
  display: flex;
  font-weight: bold;
}

.info-box-content {
  padding-bottom: 8px;
  padding-top: 8px;
}

.question-guide:before {
  color: #999999;
  font-size: 18px;
  margin-left: 6px;
}

.table > tbody > tr.value-select-area > th {
  padding-right: 4px;
}

.value-select-area .question-guide {
  margin-left: 4px;
}

.value-select-area .question-guide:before {
  margin-left: 0;
}

.question-guide.-hover:before {
  color: #222222;
}

.question-guide:hover,
.exclamation-guide:hover {
  cursor: pointer;
}

.question-guide,
.exclamation-guide {
  display: inline-block;
  position: relative;
}

.question-guide.-all:before {
  position: relative;
  top: 2px;
}

p.data-tooltip-body {
  display: none;
}

p.guide-tooltip {
  background-color: rgba(0, 0, 0, .8)!important;
  border-radius: 3px;
  color: #ffffff;
  left: 20px;
  line-height: 160%;
  padding: 8px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 240px;
  z-index: 10001;
}

.holiday-all-item p.guide-tooltip {
  text-align: center;
  width: 125px;
}

p.guide-tooltip.-upload-rsv,
p.guide-tooltip.-number-count {
  width: 280px;
}

p.guide-tooltip:before {
  border: 6px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
  content: "";
  left: 11%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}

p.guide-tooltip.shift-coordinate-58:before { /* CSVダウンロードボタン */
  left: 36%;
}

p.guide-tooltip.shift-coordinate-6:before { /* 受付設定 「選択してください」表示 */
  left: 13%;
}

p.guide-tooltip.-upward:before {
  border: 6px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, .8);
  content: "";
  left: 11%;
  margin-left: -15px;
  position: absolute;
  top: -15px;
}

.holiday-all-item p.guide-tooltip:before {
  left: 15%;
}

p.guide-tooltip:after {
  content: ' ';
  height: 44px;
  left: 0;
  position: absolute;
  top: 90%;
  width: 20%;
}

p.guide-tooltip.-upward:after {
  top: -50%;
}

p.guide-tooltip a {
  color: #ffffff;
  text-decoration: underline;
}

p.guide-tooltip a:hover {
  text-decoration: none;
}

p.guide-tooltip i.fal.fa-window-restore {
  color: #ffffff;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

.current-status-guide {
  display: block;
  font-size: 12px;
}

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

.form-flex .input-text-200 {
  margin-right: 10px;
}

.-margin-bottom24 {
  margin-bottom: 24px;
}

.-margin-top8 {
  margin-top: 8px;
}

.help-link {
  color: #00b357;
  margin-right: 4px;
  text-align: right;
}

.help-link .fa-question-circle {
  cursor: pointer;
  font-size: 15px;
  margin-top: 2px;
  vertical-align: top;
}

.help-link a {
  text-decoration: underline;
}

.help-link a:hover {
  text-decoration: none;
}

.help-link-comment {
  cursor: pointer;
}

/* 対応予約アンケート: 紐づけ可能数を超えた行の disabled 表示 */
.tr-with-checkbox.disabled-row td {
    color: #AAAAAA;
}

/* 対応予約アンケート: 編集画面の "閲覧のみ" アンケートは編集不可で斜線背景に */
.diagonal-stripe {
    background: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 4px,
            rgba(0, 0, 0, 0.1) 4px,
            rgba(0, 0, 0, 0.1) 6px
    );
}

/* 対応予約アンケート: 編集不可のフォーム要素を disabled 的なグレー表示に
 * ※メニュー紐づけ設定画面などグレー表示させたくない場合があるので diagonal-stripe とは別クラスにした
 */
.grayout-controls {
    color: #999 !important;
}
.grayout-controls input,
.grayout-controls select,
.grayout-controls textarea {
    -webkit-text-fill-color: #999 !important; /* Safari/Chrome autofill 描画対策 */
    background-color: #f5f5f5 !important;
    border-color: #ccc !important;
    color: #999 !important;
}
.grayout-controls label {
    opacity: 0.6 !important;
}

.row:not(.no-gutters) {
  margin-left: -15px;
  margin-right: -15px;
}

.row:not(.no-gutters) > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 15px;
  padding-right: 15px;
}

/***************************************
 * 見出し
 **************************************/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6,
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

/***************************************
 * 印刷
 * Bootstrap 4 / AdminLTE の @page { size: a3 } により、
 * Chrome 印刷ダイアログの「レイアウト（縦／横）」が消えるのを回避
 * adminlte.min.css より後に読み込むこと
 **************************************/
@media print {
  @page {
    size: auto !important;
  }
}

