@charset "UTF-8";

.flashes {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flashes .flash {
  display: none;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

.flashes .info {
  padding: 1.5em 3em 1.5em;
  background-color: #d9edf7;
  border: 2px solid #00b0d3;
  color: #31708f;
  border-radius: 5px;
  margin-bottom: 4px;
  min-width: 350px;
  text-align: center;
}

.flashes .alert {
  padding: 1.5em 3em 1.5em;
  background-color: #f2dede;
  border: 2px solid #ea96a4;
  color: #a94442;
  border-radius: 5px;
  margin-bottom: 4px;
  min-width: 350px;
  text-align: center;
}

/* スクロールバーを出す設定 */
.table-responsive th {
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* 横幅が(min-width: 768px)以上の場合に適用するスタイル */
  ul.toggled a.corp_logo {
    justify-content: center;
  }
  div.app_topbar {
    display: none;
  }
}
@media (max-width: 767px) {
  /* 横幅が(min-width: 768px)以下の場合に適用するスタイル */
  a.corp_logo {
    justify-content: center;
  }
  div.app_topbar {
    display: block;
  }
}

.app_topbar_title {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.app_topbar_title a, .app_topbar_title a:visited, .app_topbar_title a:hover, .app_topbar_title a:active {
  color: #fff;
  text-decoration: none;
}
