@charset "UTF-8";
/*
* PCのみ、スタイル調整する場合
*/
/*
* モバイルのみスタイル調整
*/
/*
* PCのみ表示
*/
@media (max-width: 991px) {
  .only-pc {
    display: none !important;
  }
}
/*
* モバイルのみ表示
*/
@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}
/* eof */
/* LESS Document */
/*
* WBGT 警告色
*/
.wbgt-level {
  color: white;
}
.wbgt-level1 {
  background-color: #89C662;
}
.wbgt-level2 {
  background-color: #F89034;
}
.wbgt-level3 {
  background-color: #EE2C2A;
}
.wbgt-level4 {
  background-color: #B4282E;
}
.wbgt-text-level1 {
  color: #89C662;
}
.wbgt-text-level2 {
  color: #F89034;
}
.wbgt-text-level3 {
  color: #EE2C2A;
}
.wbgt-text-level4 {
  color: #B4282E;
}
.influenza-level1 {
  background-color: #99CCFF;
}
.influenza-level2 {
  background-color: #CCFFFF;
}
.influenza-level3 {
  background-color: #FFFF99;
}
.influenza-level4 {
  background-color: #FF99CC;
}
/*
* バッテリー残量アイコンカラー
*/
.battery-level-1 {
  color: #CC0000;
}
.battery-level-2 {
  color: #FF9900;
}
.battery-level-3 {
  color: #FFCC00;
}
.battery-level-4 {
  color: #99CC00;
}
.battery-level-5 {
  color: #339900;
}
body {
  margin: 0;
  padding: 0;
  opacity: .5;
  transition: all .3s;
}
body.fadeIn {
  opacity: 1;
}
img {
  -webkit-backface-visibility: hidden;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
a {
  outline: none;
  color: #721D3F;
}
a:hover {
  color: rgba(114, 29, 63, 0.2);
}
a:focus,
*:focus {
  outline: none;
}
.font-min {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
a.fade {
  transition: all .5s;
  opacity: 1;
}
a.fade:hover {
  opacity: .6;
}
.anchor {
  text-align: right;
  font-size: 12px;
  margin: 40px auto;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
.mini-shadow {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/* bootstrap4 radios */
.bs-check label,
.bs-radio label {
  padding: 10px;
  background-color: rgba(114, 29, 63, 0.2);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
.bs-check label.active,
.bs-radio label.active {
  background-color: rgba(114, 29, 63, 0.7);
  color: white;
}
/* jQuery UI 調整 */
.ui-widget-header {
  border: 0px !important;
  background: none !important;
  background-image: none !important;
  background-color: white;
}
.page-index {
  background-color: #66999a;
}
@media (max-width: 991px) {
  .page-index {
    zoom: 0.9;
    margin-top: -70px;
  }
}
.page-index .login-panel {
  width: 367px;
  /* ログインボタン  */
}
.page-index .login-panel .login-panel-body {
  background-image: url(/img/login/login-middle.png);
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 35px;
}
.page-index .login-panel button[type="submit"] {
  background-color: #721D3F;
  border-color: #491329;
}
.page-index .login-panel button[type="submit"]:hover {
  background-color: rgba(114, 29, 63, 0.8);
}
.beepoch-logo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.beepoch-logo img {
  height: 75px;
}
.btn-submit {
  background-color: #721D3F;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
}
.btn-submit:hover {
  color: white;
  background-color: rgba(114, 29, 63, 0.8);
}
/*


	九州大学付属図書館


*/
a {
  outline: none;
  color: #721D3F;
}
a:hover {
  color: rgba(114, 29, 63, 0.2);
}
.btn-submit {
  background-color: #721D3F;
}
.btn-submit:hover {
  background-color: rgba(114, 29, 63, 0.8);
}
.btn-download {
  background-color: #491329;
  color: white;
}
.btn-download:hover {
  background-color: #491329;
  color: white;
}
.page-index {
  background-color: #66999a;
}
.page-index .login-panel {
  width: 367px;
  /* ログインボタン  */
}
.page-index .login-panel .login-panel-body {
  background-image: url(../../img/kyushu-u/login-middle.png);
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 35px;
}
.page-index .login-panel button[type="submit"] {
  background-color: #721D3F;
  border-color: #491329;
}
.page-index .login-panel button[type="submit"]:hover {
  background-color: rgba(114, 29, 63, 0.8);
}
.page {
  background-color: rgba(128, 128, 128, 0.1);
  min-height: 65rem;
  padding-top: 9rem;
  padding-bottom: 10rem;
  /* サイドバーのパネル */
}
.page .title-logo {
  background-color: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page .title-logo .container {
  position: relative;
}
.page .title-logo .container .powerd {
  position: absolute;
  right: 0;
  top: 5px;
  right: 20px;
  height: 50px;
}
.page .navbar-brand {
  margin: 0;
  padding: 0;
}
.page .navbar-usersite {
  background-color: #721D3F;
}
.page .navbar-usersite .nav-item {
  margin-right: .5em;
}
.page .navbar-usersite .nav-item a {
  display: inline-block;
  background-color: rgba(114, 29, 63, 0.9);
  padding: 4px 12px;
  border-radius: 4px;
}
.page .card-active {
  -webkit-box-shadow: inset 0 0 0px 4px #721D3F;
  box-shadow: inset 0 0 0px 4px #721D3F;
}
.page .card-sensor .model-id {
  font-weight: bold;
  font-size: 1.4rem;
}
.page .card-sensor .aliasname {
  color: #333;
  font-size: .8rem;
  padding-right: 1em;
}
.page .card-sensor a {
  display: block;
  position: relative;
}
.page .card-sensor a:before {
  position: absolute;
  right: 0px;
  bottom: 20px;
  content: '\f054';
  font-family: FontAwesome;
  color: rgba(114, 29, 63, 0.3);
}
.page .panel {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 15px 15px;
}
.page .midashi {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1.3rem;
  text-align: left;
  border-left: 5px solid #721D3F;
  padding-left: 5px;
}
.page .table-sample {
  background-color: white;
}
.page .table-sample th {
  background-color: rgba(114, 29, 63, 0.7);
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: .9rem;
  white-space: nowrap;
}
.page .table-sample td {
  vertical-align: middle !important;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
}
.page .table-sample td .model_id {
  font-size: .9rem;
  font-family: "Courier New", Courier, "monospace";
  color: #333;
}
.page .table-sample td small {
  font-size: .8rem;
}
.page .table-sample td .btn-chart {
  background-color: rgba(114, 29, 63, 0.2);
}
.page .table-sample td.humi {
  color: #0098cb;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Oswald;
}
.page .table-sample td.temp {
  color: #ff3f00;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Oswald;
}
.page .table-sample td.discom {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Oswald;
}
.page .table-sample .timeago {
  display: block;
}
.page .table-sample .change-rate {
  width: 15px;
}
.page-dashboard {
  /* 1F 2F 3F ... */
}
.page-dashboard .owm-fukuoka {
  background-color: rgba(114, 29, 63, 0.1);
  text-align: left;
}
.page-dashboard .owm-fukuoka .title {
  background-color: #721D3F;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.page-dashboard .owm-fukuoka .weather-icon {
  text-align: center;
}
.page-dashboard .owm-fukuoka .weather-icon img {
  background-color: white;
}
.page-dashboard .owm-fukuoka .yyyy {
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.page-dashboard .owm-fukuoka .md {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}
.page-dashboard .owm-fukuoka .temperature,
.page-dashboard .owm-fukuoka .humidity,
.page-dashboard .owm-fukuoka .discomfort,
.page-dashboard .owm-fukuoka .WBGT {
  font-weight: bold;
  font-size: 2.2rem;
  font-family: Oswald;
  white-space: nowrap;
}
.page-dashboard .owm-fukuoka .temperature span,
.page-dashboard .owm-fukuoka .humidity span,
.page-dashboard .owm-fukuoka .discomfort span,
.page-dashboard .owm-fukuoka .WBGT span {
  font-size: 0.9rem;
}
.page-dashboard .owm-fukuoka .temperature i,
.page-dashboard .owm-fukuoka .humidity i,
.page-dashboard .owm-fukuoka .discomfort i,
.page-dashboard .owm-fukuoka .WBGT i {
  font-size: 2.4rem;
}
.page-dashboard .owm-fukuoka .temperature {
  color: #ff3f00;
}
.page-dashboard .owm-fukuoka .humidity {
  color: #0098cb;
}
.page-dashboard .owm-fukuoka .discomfort {
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.page-dashboard .owm-fukuoka .discomfort img {
  height: 30px;
  top: -5px;
  position: relative;
  vertical-align: middle;
}
.page-dashboard .owm-fukuoka .WBGT {
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.page-dashboard .owm-fukuoka .WBGT img {
  height: 30px;
  top: -5px;
  position: relative;
  vertical-align: middle;
}
.page-dashboard .owm-horizon {
  background-color: white;
}
.page-dashboard .owm-horizon .title {
  padding: 20px 10px;
}
.page-dashboard .owm-horizon .yyyy {
  font-size: 1.2rem;
}
.page-dashboard .owm-horizon .md {
  font-size: 1.3rem;
}
.page-dashboard .owm-horizon .hi {
  font-size: 1.0rem;
}
.page-dashboard .owm-mobile {
  background-color: white;
}
.page-dashboard .owm-mobile .title {
  text-align: center;
}
.page-dashboard .owm-mobile .yyyy,
.page-dashboard .owm-mobile .md {
  font-size: 1.4rem;
  margin-top: 0;
}
.page-dashboard .owm-mobile .weather-icon img {
  height: 80px;
}
.page-dashboard .last-updatetime {
  text-align: center;
  color: gray;
  font-size: .8rem;
  margin-top: 5px;
}
.page-dashboard .floor-list {
  margin-left: auto;
  margin-right: auto;
}
.page-dashboard .floor-list a {
  display: inline-block;
  width: 4em;
  font-size: 1.1rem;
  border-top: 2px solid #721D3F;
  border-bottom: 2px solid #721D3F;
  border-left: 2px solid #721D3F;
}
.page-dashboard .floor-list a:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-dashboard .floor-list a:last-child {
  border-right: 2px solid #721D3F;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-dashboard .floor-list a.active {
  background-color: #721D3F;
  color: white;
}
.page-dashboard .floor-list a:hover {
  color: white;
  background-color: rgba(114, 29, 63, 0.5);
  text-decoration: none;
}
.page-dashboard .floor {
  margin-top: 30px;
}
.page-dashboard .floor-2F,
.page-dashboard .floor-3F,
.page-dashboard .floor-4F {
  display: none;
}
.page-dashboard .pick-data-col {
  padding-left: 25px;
  padding-right: 25px;
}
.page-dashboard .pick-item {
  width: 160px;
  border: 2px solid black;
}
.page-dashboard .pick-item:hover {
  -webkit-box-shadow: 0 0 3px 1px rgba(114, 29, 63, 0.6);
  box-shadow: 0 0 3px 1px rgba(114, 29, 63, 0.6);
  transition-duration: .2s;
  border-color: #721D3F;
}
@media (max-width: 991px) {
  .page-dashboard .pick-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .page-dashboard .pick-item {
    width: 80%;
  }
}
.page-dashboard .pick-item .location {
  text-align: left;
  padding: 4px;
  padding-left: 7px;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 1px solid gray;
  background-color: rgba(114, 29, 63, 0.1);
  color: black;
}
.page-dashboard .pick-item .temperature {
  text-align: center;
  font-family: Oswald;
  font-weight: 600;
  width: 50%;
  font-size: 1.2rem;
  color: black;
  border-right: 1px solid gray;
}
.page-dashboard .pick-item .temperature span {
  font-size: 0.9rem;
}
.page-dashboard .pick-item .humidity {
  text-align: center;
  font-family: Oswald;
  font-weight: 600;
  width: 50%;
  font-size: 1.2rem;
  color: black;
}
.page-dashboard .pick-item .humidity span {
  font-size: 0.9rem;
}
.page-dashboard .pick-item .discomfort {
  border-top: 1px solid gray;
  font-size: 1.7rem;
  line-height: 1;
  font-family: Oswald;
  font-weight: 600;
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
}
.page-dashboard .pick-item .discomfort img {
  height: 24px;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 2px;
}
.page-dashboard .pick-item .change-rate {
  width: 15px;
}
.page-dashboard .floor-data-col .floor-name {
  width: 80px;
  font-family: Oswald;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-dashboard .floor-data-col .floor-name {
    width: auto;
    width: 100%;
    background-color: rgba(114, 29, 63, 0.7);
    color: white;
    margin-bottom: 3px;
  }
}
.page-dashboard .floor-data-col .pick-item {
  width: 160px;
  margin-right: 2px;
}
@media (max-width: 991px) {
  .page-dashboard .floor-data-col .pick-item {
    width: 49%;
  }
}
.page-dashboard .discomfort-ex-title {
  text-align: center;
}
.page-dashboard .discomfort-ex div {
  min-width: 180px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 0.8rem;
}
.page-dashboard .discomfort-ex div img {
  height: 36px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .page-dashboard .discomfort-ex {
    display: none;
  }
}
.page-dashboard .table-sparkline {
  margin: 0 auto;
  border-collapse: collapse;
}
.page-dashboard .table-sparkline tbody th {
  background-color: #eee;
  color: black;
  vertical-align: middle;
}
.page-dashboard .highcharts-tooltip > span {
  background: white;
  border: 1px solid silver;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  padding: 8px;
}
.page-export .midashi {
  border: none;
}
.page-export .midashi div {
  background-color: #721D3F;
  height: 30px;
  width: 30px;
  color: white;
  font-size: 1.2rem;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
}
.page-export .midashi h2 {
  font-size: 1.4rem;
}
.page-export .check-result {
  text-align: left;
  color: brown;
  display: none;
}
.page-export .check-result .check-error {
  display: none;
}
.page-export .download-readly {
  display: none;
}
.page-export .download-done {
  display: none;
}
.page-export .check-all-off {
  display: none;
}
/*
*
* センサー情報
*
*/
.page-sensor .sensor-info-item {
  border: 1px solid #721D3F;
  margin-bottom: 10px;
}
.page-sensor .sensor-info-item .no {
  background-color: #721D3F;
  color: white;
  padding: 5px;
}
.page-sensor .sensor-info-item img {
  width: 50%;
}
.page-sensor .sensor-info-item table {
  width: calc(95%);
  margin-left: auto;
  margin-right: auto;
}
.page-sensor .sensor-info-item table th {
  width: 100px;
  font-size: .9rem;
  background-color: rgba(114, 29, 63, 0.2);
}
.page-sensor .sensor-info .model_id {
  font-family: Oswald;
  font-size: 1.5rem;
}
.page-sensor .sensor-info .model_name {
  font-family: Oswald;
  font-size: 1.5rem;
}
.page-sensor img.device-photo {
  border-radius: 15px;
  max-width: 200px;
}
.page-sensor .trigger-col {
  padding: 3px !important;
}
.page-sensor .table-trigger {
  margin: 0;
}
.page-sensor .table-trigger th {
  background-color: #eee;
  color: #333;
}
.page-sensor .table-trigger td {
  font-size: .85em;
}
.page-sensor .alert-title {
  background-color: #721D3F;
  font-size: .9rem;
  text-align: left;
  color: white;
  padding: 5px;
  margin: 0;
}
.page-sensor table.trigger-info {
  display: none;
}
.page-sensor .table-threshold th,
.page-sensor .table-threshold td {
  font-size: 0.8rem;
  padding: 5px;
}
.page-sensor .table-threshold th {
  background-color: #eee;
  color: black;
}
.page-sensor .bound_repeat_value {
  color: #721D3F;
  font-weight: bold;
}
/*

	page-detail	センサー詳細

*/
.page-detail .sensor-info {
  text-align: left;
}
.page-detail .sensor-info img {
  width: 200px;
  border-radius: 15px;
}
.page-detail .sensor-info .model_id {
  font-family: Oswald;
  font-size: 1.5rem;
}
.page-detail .sensor-info .model_name {
  font-family: Oswald;
  font-size: 2rem;
}
.page-detail .table-threshold th {
  font-size: .8rem;
  font-weight: normal;
}
.page-detail .table-threshold td {
  font-size: .8rem;
  text-align: center;
}
.page-setting .submit-after-msg {
  display: none;
}
.footer-nav {
  border-top: 4px solid #721D3F;
  background-color: white;
}
.footer-nav div.col {
  text-align: center;
  border-right: 1px solid #721D3F;
}
.footer-nav div.col:last-child {
  border-right: none;
}
.footer-nav div.col a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .7rem;
}
.footer-nav div.col a i {
  font-size: 2rem;
}
.footer-nav div.col.active {
  background-color: rgba(114, 29, 63, 0.3);
}
