 body {
   font-family: 'Poppins','Noto Sans JP',sans-serif !important;
 }
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
}

.breadcrumb a,
.lang a {
  color: #c0c0c0;
}

.nav a {
  color: #6c757d;
}

.breadcrumb a:hover,
.nav a:hover,
.lang a:hover,
#current-lang {
  color: #222222;
/*  border-bottom: 1px solid #bdb76b;*/
}

.breadcrumb-item {
  font-size: .8em;
}

.search-table th,
.form-table th {
  font-weight: normal;
}

label {
  font-weight: normal !important;
}

.content-header h4 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding:0, 50px;
}
/* .card {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif 
} */
.card-body {
  font-size: 0.9rem;
}
.card table th.operation {
   width: 50px;
}
.card table th {
  font-size: 0.75rem;
  text-align: center;
}
.card table td {
  text-align: center;
}
.card table tbody.form-table th {
  font-size: 0.9rem;
  text-align: left;
}
.card table tbody.form-table td {
  text-align: left;
}

.callout {
  font-size: 0.9rem;
}

div.card div.card-body div.nowrap{
  flex-wrap: nowrap;
}

/* ページTOPに戻る */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #FFF;
  background: #696969;
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  color: #FFF;
  background: #bdb76b;
}


/**アラート　*/
.info-box .info-box-icon {
  width: 30px !important;
  font-size: 1.2rem !important;
}
.info-box {
  min-height: initial !important;
}

/**画像　*/
.inputfile {
  position: relative;
  /* padding: 280px 0 100px; */
  text-align: center;
  height: 250px;
}
.inputfile-small {
  position: relative;
  /* padding: 100px 0 100px; 
  text-align: center;*/
  height: 150px;
  text-align: center;
}
.drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 2px dashed #747474;
  background: rgba(150, 150, 150, 0);
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.prev-file{
  max-width: auto;
  height: 100%;
}
.drop-area.dragover {
  border: 2px solid #bdbdbd;
  background: rgba(189, 189, 189, 0.6);
}

.upload-file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 150px;
  height: 50px;
  opacity: 0;
}

.inputfile-wrap {
  position: relative;
  display: inline-block;
}

.btn-inputfile,
.btn-changefile {
  display: table;
  width: 150px;
}

.btn-changefile {
  display: none;
}


.btn-inputfile span,
.btn-changefile span {
  position: relative;
  z-index: 2;
  display: table-cell;
  /* width: 1550px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #333;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle; */
}

.upFileWrap.selected #btnInputFile {
  display: none;
}

.upFileWrap.selected #btnChangeFile {
  display: table;
}

/*********************************
* badge outline
*********************************/
.badge {
  display: inline-block;
  font-size: 0.7em;
  font-weight: normal !important;
  padding: 4px 6px;
  border: 1px solid transparent;
  min-width: 0.9em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
}

.badge.badge-outlined {
  background-color: transparent
}

.badge.badge-outlined.badge-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.badge.badge-outlined.badge-primary {
  border-color: #007bff;
  color: #007bff
}

.badge.badge-outlined.badge-secondary {
  border-color: #6c757d;
  color: #6c757d
}

.badge.badge-outlined.badge-success {
  border-color: #28a745;
  color: #28a745
}

.badge.badge-outlined.badge-warning {
  border-color: #ffc107;
  color: #ffc107
}

.badge.badge-outlined.badge-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.badge.badge-outlined.badge-danger {
  border-color: #dc3545;
  color: #dc3545
}

.badge.badge-outlined.badge-light {
  border-color: #f8f9fa;
  color: #f8f9fa
}

.badge.badge-outlined.badge-dark {
  border-color: #343a40;
  color: #343a40
}

.badge-unreaded {
  border-radius: 50%;
  background-color: #ffc107;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 28px;
}

/*footer_menu*/
.footer_menu ul li {
    list-style: none;
    border-left: solid 1px #000;
    padding: 0 23px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: .7rem;
    color: #121212;
}

.footer_menu ul li:first-child {
    border-left: none;
}

/*message contact*/
.direct-chat-messages{
  min-height: 500px;
}

.direct-chat-img {
    border-radius: 0 !important;
    float: left;
    height: 40px;
    width: 30px;
}

.direct-chat-msg {
  margin-right: 150px !important;
}

.direct-chat-msg.right {
  margin-right: 0px !important;
  margin-left: 150px !important;
}

.paginate_header_cover {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: end;
}

.paginate_header_cover .btn {
  margin-bottom: 0.25rem;
}