
#news_area p {
	margin: 0;
	font-size: .9rem;
	color: black;
}

/* ← コース登録 */
    .navtitle a {
      position: absolute;
    }
    .navtitle h2, .navtitle h3 {
      margin-left: 2rem;
    }
    .navtitle i.bi {
      font-size: 1.5rem;
    }

.footer {
    text-align: center;
    color: #6c757d !important;
    font-size: 80%;
}

.help-block {
	color: #6c757d !important;
	font-size: .9rem;
}

/* メインのフォームの幅を600px以内にする 基本設定　*/
.form-container {
	max-width: 600px;
	margin: 0 auto 0 0;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

/* スタッフ登録 > 対応するコース */
.pill {
    display: inline-block;
    padding: 3px 7px;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: small;
    margin: 2px 5px;
}

/* 日付入力補助（HTML5）をinput全体に適用させる とりあえずflatpickr使うので、html5使わない */
input[type="date"], input[type="time"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}
.calendar-picker {
    position: relative;
    display: inline-block;
}

.calendar-picker span {
    position: absolute;
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    pointer-events: none; 
    cursor: pointer;
}


body {
  _font-size: .875rem;
}

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

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  _box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    _top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

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

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

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

.sidebar .nav-link.active {
  color: #007bff;
}

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

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

/*
 * Navbar
 */

.navbar { /* buroku add */
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
  justify-content: unset;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  _background-color: rgba(0, 0, 0, .25);
  _box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.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);
}

.breadcrumb { /* buroku add */
  background-color: initial;
  margin-bottom: initial;
  padding: .5rem 1rem;
}

#current-time, .expired {
    position: absolute;
    right: 80px;
    top: 17px;
    font-size: 12px;
}
/* SP以上の画面 (PCなど大きい画面) */
@media (min-width: 576px) {
    #current-time, .expired {
        right: 30px; */
    }
}

.expired {
  color: red;
}

/* bootstrapの上書き */
.btn.disabled, .btn:disabled {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}


/* Datepicker for Bootstrap */
/* http://sd7lab.jp/bootstrap3_use_datepicker-for-bootstrap/ */
.datepicker {
    line-height: 20px;
}

.datepicker .table-condensed th,
.datepicker .table-condensed td {
    padding: 10px;
    padding: .6rem .7rem;
    text-align: center;
    font-size: 2.0rem;
    font-size: 1.2rem;
}

/* Calendar */
#collapseCalendar {
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    background: #eafafd;
    border-radius: 4px;
}

.calendar {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed; /* 各列を均等幅にする */
    background: #fff;
    margin-bottom: 10px;
}

.calendar td,
.calendar th {
    padding: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}

.yajirushi {
/*管理画面はデフォ青*/
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 4px;
    padding: 5px 10px;
}
.yajirushi-left {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 4px 0 0 4px;/*右上と右下の半径を 0*/
    padding: 5px 10px;
}
.yajirushi-right {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 0 4px 4px 0;/*左上と左下の半径を 0*/
    padding: 5px 10px;
}

.getsudo {
    padding: 5px 10px;
    text-align: center;
    /*font-size: 1.6rem;*/
    font-weight: bold;
}

.sun, .red {
    color: red;
}

.sat {
    color: blue;
}

.calendar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calendar select.form-control {
    padding: 6px 6px;
}

.calendar td.dt {
    cursor: pointer;
}

.calendar td.selected {
    background: lightsteelblue;
}

.maru {
    background: bisque;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    border-radius: 50%;
}

.calendar td.ndt {
    cursor: not-allowed;
}


/* placeholderを薄くするCSS */
::placeholder {
  color: #ccc !important;
}

.form-control-plaintext {
  font-weight: bold;
}

.bean {
    font-size: 12px;
    color: #fff;
    background-color: #9E9E9E;
    display: inline-block;
    padding: 1px 3px;
    margin-right: 5px;
    font-weight: normal;
}

  .text-blue {
    color: #3788d8;
  }
  .text-skyblue {
    color: #8EBFDC;
  }
  .text-bluegreen {
    color: #78c1c4;
  }
  .text-brown {
    color: #947a6d;
  }
  .text-orange {
    color: #f39768;
  }
  .text-green {
    color: #A4CE83;
  }
  .text-purple {
    color: #968DBC;
  }
  .text-redpurple {
    color: #CA536E;
  }
  .text-pink {
    color: #E098C0;
  }

  .color-blue {
    background-color: #3788d8;
    border: #3788d8;
  }
  .color-skyblue {
    background-color: #8EBFDC;
    border: #8EBFDC;
  }
  .color-bluegreen {
    background-color: #78c1c4;
    border: #78c1c4;
  }
  .color-brown {
    background-color: #947a6d;
    border: #947a6d;
  }
  .color-orange {
    background-color: #f39768;
    border: #f39768;
  }
  .color-green {
    background-color: #A4CE83;
    border: #A4CE83;
  }
  .color-purple {
    background-color: #968DBC;
    border: #968DBC;
  }
  .color-redpurple {
    background-color: #CA536E;
    border: #CA536E;
  }
  .color-pink {
    background-color: #E098C0;
    border: #E098C0;
  }

.color-ball {
  width: 1.5rem;
  height: 1.5rem;
  color: white !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  font-weight: bold;
}
.color-ball-s {
  width: 1rem;
  height: 1rem;
  color: white !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  vertical-align: text-top;
}
/* スマホサイズ以下（最大幅600px）で display: flex に切り替え */
@media (max-width: 600px) {
  .color-ball {
    display: flex;
  }
}

.color-short {
    border: 2px solid #ff1100;
    color: red !important;
}

/* 開発サイト */
p.dev {
    position: fixed;
    bottom: 0;
    background: orange;
    display: block;
    width: 100%;
    margin: 0;
    color: white;
    z-index: 9999;
}
