@charset "UTF-8";
/* 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;
}
i.fa-heartbeat {
  color: #CB0000;
}
i.fa-thermometer {
  color: #32CB00;
}
/*
* PCのみ、スタイル調整する場合
*/
/*
* モバイルのみスタイル調整
*/
/*
* PCのみ表示
*/
@media (max-width: 991px) {
  .only-pc {
    display: none !important;
  }
}
/*
* モバイルのみ表示
*/
@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}
/* eof */
body {
  margin: 0;
  padding: 0;
  opacity: 0.5;
  transition: all 0.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: #2DB889;
}
a:hover {
  color: rgba(45, 184, 137, 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 0.5s;
  opacity: 1;
}
a.fade:hover {
  opacity: 0.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(45, 184, 137, 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(45, 184, 137, 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: #2DB889;
  border-color: #238f6a;
}
.page-index .login-panel button[type="submit"]:hover {
  background-color: rgba(45, 184, 137, 0.8);
}
.beepoch-logo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.beepoch-logo img {
  height: 75px;
}
.btn-submit {
  background-color: #2DB889;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
}
.btn-submit:hover {
  color: white;
  background-color: rgba(45, 184, 137, 0.8);
}
.table-simple-border {
  width: 100%;
}
.table-simple-border th {
  padding: 8px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0.9rem;
}
.table-simple-border td {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
}
/*


	hanazono.beepoch.jp


*/
a {
  outline: none;
  color: #2DB889;
}
a:hover {
  color: rgba(45, 184, 137, 0.2);
}
.btn-submit {
  background-color: #2DB889;
}
.btn-submit:hover {
  background-color: rgba(45, 184, 137, 0.8);
}
.btn-download {
  background-color: #19664c;
  color: white;
}
.btn-download:hover {
  background-color: #19664c;
  color: white;
}
.page-index {
  background-color: #66999a;
}
.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: #2DB889;
  border-color: #238f6a;
}
.page-index .login-panel button[type="submit"]:hover {
  background-color: rgba(45, 184, 137, 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 .site-logo {
  width: 220px;
}
.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: #2DB889;
}
.page .navbar-usersite .nav-item {
  margin-right: 0.5em;
}
.page .navbar-usersite .nav-item a {
  display: inline-block;
  background-color: rgba(45, 184, 137, 0.9);
  padding: 4px 12px;
  border-radius: 4px;
}
.page .card-active {
  -webkit-box-shadow: inset 0 0 0px 4px #2DB889;
  box-shadow: inset 0 0 0px 4px #2DB889;
}
.page .card-sensor .model-id {
  font-weight: bold;
  font-size: 1.4rem;
}
.page .card-sensor .aliasname {
  color: #333;
  font-size: 0.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(45, 184, 137, 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 #2DB889;
  padding-left: 5px;
}
.page .table-sample {
  background-color: white;
}
.page .table-sample th {
  background-color: rgba(45, 184, 137, 0.7);
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: 0.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: 0.9rem;
  font-family: "Courier New", Courier, "monospace";
  color: #333;
}
.page .table-sample td small {
  font-size: 0.8rem;
}
.page .table-sample td .btn-chart {
  background-color: rgba(45, 184, 137, 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: darkslategray;
  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 td.WBGT {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Oswald;
}
.page .table-sample td.WBGT .WBGT-level1 {
  color: #89C662;
}
.page .table-sample td.WBGT .WBGT-level2 {
  color: #F89034;
}
.page .table-sample td.WBGT .WBGT-level3 {
  color: #EE2C2A;
}
.page .table-sample td.WBGT .WBGT-level4 {
  color: #B4282E;
}
.page .table-sample td.IDI {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Oswald;
}
.page .table-sample td.IDI span {
  display: inline-block;
  border-radius: 4px;
  padding: 3px 8px;
}
.page .table-sample .timeago {
  display: block;
}
.page .table-sample .change-rate {
  width: 15px;
}
.page-dashboard .last-updatetime {
  text-align: center;
  color: gray;
  font-size: 0.8rem;
  margin-top: 5px;
}
.page-dashboard .floor-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(45, 184, 137, 0.5);
  position: relative;
}
.page-dashboard .floor-list a {
  display: block;
  background-color: #f0f0f0;
  border-top: 1px solid rgba(45, 184, 137, 0.5);
  border-left: 1px solid rgba(45, 184, 137, 0.5);
  border-bottom: 1px solid rgba(45, 184, 137, 0.5);
  padding: 8px 30px;
  position: relative;
  bottom: -1px;
}
.page-dashboard .floor-list a.active {
  background-color: white;
  border-bottom: 1px solid white;
  font-weight: bold;
}
.page-dashboard .floor-list a:last-child {
  border-right: 1px solid rgba(45, 184, 137, 0.5);
}
.page-dashboard .floor {
  display: none;
}
.page-dashboard .pick-data-col {
  padding-left: 25px;
  padding-right: 25px;
}
.page-dashboard .floor-data-col .floor-name {
  font-family: Oswald;
  font-weight: 600;
  text-align: left;
  background-color: rgba(45, 184, 137, 0.7);
  color: white;
  margin-bottom: 3px;
  padding: 5px 10px;
}
.page-dashboard .floor-data-col .pick-item {
  width: 190px;
  margin-right: 2px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .page-dashboard .floor-data-col .pick-item {
    width: 100%;
    min-width: 300px;
  }
}
.page-dashboard .pick-item {
  width: 180px;
  border: 2px solid black;
  margin-right: 4px;
}
.page-dashboard .pick-item:hover {
  -webkit-box-shadow: 0 0 3px 1px rgba(45, 184, 137, 0.6);
  box-shadow: 0 0 3px 1px rgba(45, 184, 137, 0.6);
  transition-duration: 0.2s;
  border-color: #2DB889;
}
@media (max-width: 991px) {
  .page-dashboard .pick-item {
    margin-bottom: 5px;
  }
}
.page-dashboard .pick-item .location {
  text-align: left;
  padding: 4px;
  padding-left: 7px;
  font-weight: bold;
  border-bottom: 1px solid gray;
  background-color: rgba(45, 184, 137, 0.1);
  color: black;
}
.page-dashboard .pick-item .location img {
  height: 20px;
  margin-top: -4px;
}
.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 .offline div.location {
  background-color: #bbb;
}
.page-dashboard .offline div.location img {
  opacity: 0.5;
}
.page-dashboard .offline div.location i {
  color: red;
}
.page-dashboard .offline div.temperature,
.page-dashboard .offline div.humidity {
  background-color: #bbb;
}
.page-dashboard .floor-map {
  width: 90%;
}
.page-dashboard .floor-map img {
  max-height: 500px;
}
.page-dashboard .table-sample th {
  padding: 3px;
}
.page-dashboard .table-sample thead tr:last-child th {
  background-color: rgba(45, 184, 137, 0.2);
  color: #333;
}
.page-dashboard .table-sample tr.offline td {
  background-color: #bbb;
}
.page-dashboard .table-sample tr.offline td.discom i {
  color: red;
}
.page-dashboard .table-sample .discom img {
  height: 26px;
  margin-top: -5px;
}
.page-alert .table-alert th,
.page-alert .table-alert th {
  padding: 3px;
  font-size: 0.8rem;
}
.page-alert .table-alert th {
  background-color: #CB0000;
  color: white;
}
.page-alert .table-alert-past th,
.page-alert .table-alert-past th {
  padding: 3px;
  font-size: 0.8rem;
}
.page-alert .btn-alert-toconfirm {
  background-color: #CB0000;
  color: white;
}
.card-weather div:nth-child(4) {
  display: none !important;
}
.dashbaord-pm25 .val span {
  font-size: 3rem;
}
.dashbaord-pm25 .created_at {
  text-align: right;
  color: gray;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.dashbaord-pm25 .refsite {
  font-size: 0.65rem;
  text-align: right;
}
.page-sonoda .floor-map img {
  max-height: 500px;
}
/*
@env-wbgt-level1:#218CFF;
@env-wbgt-level2:#A0D2FF;
@env-wbgt-level3:#FAF500;
@env-wbgt-level4:#F79400;
@env-wbgt-level5:#FF2800;
*/
.env-wbgt-level5 {
  background-color: #B1272F;
  color: white;
}
.env-wbgt-level4 {
  background-color: #CF1010;
  color: white;
}
.env-wbgt-level3 {
  background-color: #F03E3E;
  color: black;
}
.env-wbgt-level2 {
  background-color: #F89034;
  color: black;
}
.env-wbgt-level1 {
  background-color: #89C662;
  color: white;
}
.env-wbgt-level0 {
  background-color: #e0e0e0;
  color: #333;
}
.env-wbgt {
  margin-bottom: 10px;
}
.env-wbgt .env-wbgt-header {
  background-color: brown;
  color: white;
}
.env-wbgt .env-wbgt-header div:last-child {
  background-color: white;
  font-size: 0.8rem;
  margin-left: auto;
  color: #333;
  padding: 3px;
}
.env-wbgt .table-env-wbgt {
  width: 100%;
}
.env-wbgt .table-env-wbgt th,
.env-wbgt .table-env-wbgt td {
  padding: 3px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-weight: normal;
}
.env-wbgt .table-env-wbgt td {
  font-size: 1.1rem;
}
.about-wbgt-discomfort {
  text-align: right;
  margin-bottom: 10px;
}
.about-wbgt-panel,
.about-discomfort-panel {
  display: none;
}
.card-weather {
  font-family: Oswald;
}
.card-weather .target-area {
  text-align: center;
  font-size: 0.9rem;
  background-color: rgba(45, 184, 137, 0.3);
  padding: 5px;
}
.card-weather .weather-info {
  line-height: 1;
  letter-spacing: 2px;
}
.card-weather .weather-info .yyyy {
  font-size: 1.3rem;
}
.card-weather .weather-info .md {
  font-size: 2.8rem;
  white-space: nowrap;
}
.card-weather .weather-info .md span {
  font-size: 1rem;
}
.card-weather .weather-info .hi {
  font-size: 1rem;
}
.card-weather .dashboard-temperature,
.card-weather .dashboard-humidity,
.card-weather .dashboard-WBGT,
.card-weather .dashboard-discomfort {
  font-size: 1.8rem;
}
.card-weather .dashboard-temperature span,
.card-weather .dashboard-humidity span,
.card-weather .dashboard-WBGT span,
.card-weather .dashboard-discomfort span {
  font-size: 1rem;
}
.card-weather .dashboard-temperature {
  color: #ff3f00;
}
.card-weather .dashboard-humidity {
  color: #0098cb;
}
.card-weather .dashboard-discomfort img,
.card-weather .dashboard-WBGT img {
  height: 30px;
  margin-top: -3px;
}
.page-datasheet h1 {
  font-size: 1.2rem;
}
.table-influenza {
  width: auto;
}
.table-influenza td {
  text-align: right;
  font-family: "Courier New", Courier, "monospace";
  font-size: 0.8rem;
  border: 1px solid gray;
  padding: 2px 3px;
  width: 2.5em;
}
.table-influenza td .label-humidity {
  text-align: center;
}
.table-influenza td .label-temperature {
  text-align: center;
}
.table-influenza td {
  font-size: 0.7rem;
}
.table-influenza-example td,
.table-influenza-example th {
  white-space: nowrap;
}
.table-influenza-example td {
  text-align: center;
  border: 1px solid gray;
  font-size: 0.75rem;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle !important;
}
.discomfort-ex-title {
  text-align: center;
}
.discomfort-ex div {
  min-width: 180px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 0.8rem;
}
.discomfort-ex div img {
  height: 36px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .discomfort-ex {
    display: none;
  }
}
.table-WBGT-example {
  width: 100%;
}
.table-WBGT-example td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.8rem;
}
.coefficient {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.WBGT-reference {
  font-size: 0.7rem;
  text-align: right;
  margin-top: 4px;
}
.page-export .midashi {
  border: none;
}
.page-export .midashi div {
  background-color: #2DB889;
  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 #2DB889;
  margin-bottom: 10px;
}
.page-sensor .sensor-info-item .no {
  background-color: #2DB889;
  color: white;
  padding: 5px;
}
.page-sensor .sensor-info-item img {
  width: 50%;
}
.page-sensor .sensor-info-item table {
  width: calc(100% - 5px);
  margin-left: auto;
  margin-right: auto;
}
.page-sensor .sensor-info-item table th {
  width: 100px;
  font-size: 0.9rem;
  background-color: rgba(45, 184, 137, 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: 0.85em;
}
.page-sensor .alert-title {
  background-color: #2DB889;
  font-size: 0.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: #2DB889;
  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: 0.8rem;
  font-weight: normal;
}
.page-detail .table-threshold td {
  font-size: 0.8rem;
  text-align: center;
}
.page-setting .submit-after-msg {
  display: none;
}
.page-setting .table-report th {
  font-size: 0.9rem;
  background-color: rgba(45, 184, 137, 0.1);
}
.page-setting .table-report td {
  font-size: 0.9rem;
}
.page-setting .user-info dt,
.page-setting .user-info dd {
  text-align: left;
}
.footer-nav {
  border-top: 4px solid #2DB889;
  background-color: white;
}
.footer-nav div.col {
  text-align: center;
  border-right: 1px solid #2DB889;
}
.footer-nav div.col:last-child {
  border-right: none;
}
.footer-nav div.col a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.7rem;
}
.footer-nav div.col a i {
  font-size: 2rem;
}
.footer-nav div.col.active {
  background-color: rgba(45, 184, 137, 0.3);
}
