body {
  font-size: .875rem;
  background: #fff;
}

/* .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
} */

/* タブレットサイズ(768px)未満で横スクロールを有効化 */
@media (max-width: 767px) {
    body {
        min-width: 768px;
        overflow-x: auto;
    }
}

/**
 * サイドバー
 */
.sidebar {
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  z-index: 100; /* ナビゲーションバーの背面 */
  padding: 48px 0 0; /* ナビゲーションバーの高さ */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar .top_title {
  padding: 0.8rem;
  border-bottom: 1px solid #dfe0e1;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  min-height: calc(100vh - 48px);
  /*padding-top: .5rem;*/
  padding-bottom: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* ビューポートがコンテンツより短い場合、スクロール可能なコンテンツ */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #3490dc;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #ffa500;
  background-color: #ececec;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: #ffa500;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.sidebar .menu_title {
  padding: 0.5rem;
  border-left: 5px solid #343a40;
  font-size: 1.0rem;
}

.sidebar .sub_title {
  padding: 0.5rem 0;
}

.sidebar .nav-link:hover {
  background-color: #ececec;
}

/**
 * コンテンツ
 */
[role="main"] {
  padding-top: 133px; /* 固定ナビゲーションバーの余白 */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* 固定ナビゲーションバーの余白 */
    padding-bottom: 30px;
  }
}

/**
 * ナビゲーションバー
 */
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  font-size: 1rem;
/*  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/**
 * ソートテーブル
 */
#sortable-table {
}
#sortable-table td {
}
#sortable-table td .handle {
  cursor: move;
}

/**
 * 日時ピッカー
 */
.input-group.date {
  pointer-events: none;
}

/**
 * テーブル
 */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(128, 128, 128, 0.03);
}

.table-striped td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * カレンダー
 */
.schedule.week-6,
.schedule.week-7,
.schedule.holiday
{
  background: #ffeded;
}

/**
 * 種目設定
 */
.training_setting .setting_area {
    display: flex;
}

.training_setting .setting_area .machine_image img {
    width: 100%;
}

.form_col input[type="file"] {
    width: 100px;
    height: 30px;
}

.form_file_label {
    position: absolute;
    margin: 0;
    top: 5px;
    left: 0;
    width: 100px;
    height: 30px;
    white-space: nowrap;
    background: #e9ecef;
    color: initial;
    text-align: center;
    border-radius: 0.2rem;
    line-height: 2.5;
    font-size: 0.8rem;
}

.form_file_label_del {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    white-space: nowrap;
    background: #e3342f;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 1rem;
}

.training_setting .preview_area {
    display: inline-block;
    margin-right: 6px;
}

/**
 * 閲覧モード用
 */
.setting_area.show {
    /*pointer-events: none;*/
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.show [id^=file] {
    display: none;
}

.show .form_file_label_del {
    display: none;
}

#preview_file_customer_sub_image {
    display: inline-block;
    margin-right: 6px;
}

/**
 * 利用者注意事項
 */
.icon_caution {
    display: inline-block;
    width: 20px;
}

/**
 * 利用者目標・希望
 */
.icon_objective {
    display: inline-block;
    width: 20px;
}

select.form-control::-ms-expand {
  display: none;
}
select.form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 10px;
  background-image: url(../images/common/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

/**
 * 複数選択セレクト
 */
.multipleSelectBox {
    display: none;
}

.logo_title {
    height: 24px;
}

.back {
    width: 24px;
}

/**
 * フェーズ別背景色
 */
.phase_1 {
    background-color: #f4b084 !important;
}
.phase_2 {
    background-color: #a9d08e !important;
}
.phase_3 {
    background-color: #bdd7ee !important;
}
.phase_none {
    background-color: #ececec !important;
}
