@charset "UTF-8";
/* AdminLTEスタイルの上書き */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 800px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-menu {
  font-size: 14px;
}

.box-murata {
  border-top-color: #e02;
}

.bg-murata {
  background-color: #08143a !important;
  color: #fff;
}

.bg-murata2 {
  background-color: #e00020;
  color: #fff !important;
}

.bg-murata3 {
  background-color: #000;
  color: #fff !important;
}

.main-header .sidebar-toggle:hover {
  color: #333333;
}

.body-bg-murata {
  background-color: #a0a0a0 !important;
  color: #000;
}

.body-bg-murata2 {
  background-color: #e0e0f0 !important;
  color: #000;
}

.randomWrap {
  overflow: hidden;
}

.dot {
  position: absolute;
  transition: 0.1s;
  transform: translate(-50%, -50%);
  /*見た目*/
  width: 2px;
  height: 2px;
  color: #000;
  border-radius: 50%;
  background-color: #000;
  white-space: nowrap;
}

.measure_text {
  position: absolute;
  transition: 0.1s;
  transform: translate(-50%, -50%);
  /*見た目*/
  width: 30px;
  height: 30px;
  color: red;
  white-space: nowrap;
}

.canvas {
  background-color: #000;
  border: 1px solid #999;
}

.drag {
  z-index: 1001;
}

/* コミュニケーションページ用 */
.communication_graph {
  color: #a2f1ff;
  font: bold large/150% "MS UI Gothic";
}

.box-body.randomWrap {
  position: relative;
  height: 900px;
}

#mapEdge {
  position: absolute;
  z-index: 2;
}

#mapUsbx {
  position: absolute;
  z-index: 1;
}

#mapUsbx2 {
  position: absolute;
  z-index: 1;
}

/* VaultFileリストのプレビュー用 */
.toolTip {
  position: relative; /* 基準点 */
}

.toolTip span {
  color: #333;
  position: absolute;
  display: block;
  padding: 8px;
  width: 1px;
  top: 30px; /* aタグ開始点からの相対位置 */
  left: 0;
  font-size: 0em;
  line-height: 0.1em;
  border: 0px solid #BCB;
  border-radius: 0px;
  background-color: #efffef;
  box-shadow: 0px 0px 0px #CCC;
  z-index: 0;
  visibility: hidden;
}

.toolTip span:before {
  position: absolute;
  top: -8px;
  left: 5%; /* フキダシ本体に対する三角形の開始位置 */
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #efffef transparent;
  z-index: 0;
}

.toolTip span:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 5%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 0px 0px;
  border-color: transparent transparent #BCB transparent;
  z-index: -1;
}

.toolTip:hover {
  cursor: help;
}

.toolTip:hover span {
  visibility: visible;
  cursor: help;
  z-index: 20; /* 他のものより上に来るように */
}

/* コミュセンの4象限マップ用 */
.cp_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* background: linear-gradient(transparent 60%, #f19ec2 60%); */
}

.cp_tooltip .cp_tooltiptext {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  text-align: center;
  opacity: 0;
  color: #000000;
  border-radius: 6px;
  background-color: #ffffff;
}

.cp_tooltip .cp_tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -5px;
  content: " ";
  border: 5px solid transparent;
  border-top-color: #ffffff;
}

.cp_tooltip:hover .cp_tooltiptext {
  visibility: visible;
  opacity: 1;
}

.icon_ongoing_restore {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/administration/icons-ongoing-restore.png);
}

/* .icon_ongoing_restore:before {
content: url(/include/pifaa_img/data/icons-ongoing-restore-32.png);
} */
.icon_glacier {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/administration/icons-glacier.png);
}

.icon_glacier_select {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/administration/icons-glacier-select.png);
}

/* .icon_glacier:before {
content: url(/include/pifaa_img/data/icons-glacier-48.png);
} */
.icon_download {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/administration/icons-download.png);
}

.icon_download_select {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/administration/icons-download-select.png);
}

.icon_notification {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/common/menu/post3.png);
}

.icon_graph {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/common/menu/graph.png);
}

.icon_meter {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/common/menu/meter.png);
}

.icon_toolbox {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/common/menu/toolbox.png);
}

.icon_information {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/include/pifaa_img/data/common/menu/information.png);
}

.qrcode-text {
  padding-right: 1.7em;
  margin-right: 0;
}

.qrcode-text-btn {
  display: inline-block;
  background: url(/include/pifaa_img/data/usb-x/qr_icon.svg) 40% 40% no-repeat;
  height: 1em;
  width: 1.7em;
  margin-left: -1.7em;
  vertical-align: bottom;
  cursor: pointer;
}

.qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custombutton {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-align: center;
  color: #eff;
  background-color: #678;
  cursor: pointer;
}

.custombutton:hover {
  background-color: #567;
}

.custombutton:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  color: #def;
}

.toggle-buttons {
  display: flex;
}

.toggle-buttons.vertical {
  flex-direction: column;
}

.toggle-buttons label {
  display: flex;
  position: relative;
}

.toggle-buttons [type=radio],
.toggle-buttons [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=radio],
_:-ms-lang(x)::-ms-backdrop, .toggle-buttons [type=checkbox] {
  visibility: hidden;
}

.toggle-buttons .custombutton {
  z-index: 1;
}

.toggle-buttons.vertical .custombutton {
  width: 100%;
}

.toggle-buttons:not(.vertical) :not(:first-child) .custombutton {
  border-left: 1px solid #567;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.toggle-buttons:not(.vertical) :not(:last-child) .custombutton {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-buttons.vertical :not(:first-child) .custombutton {
  border-top: 1px solid #567;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.toggle-buttons.vertical :not(:last-child) .custombutton {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-buttons :checked + .custombutton {
  background-color: #345;
}

.toggle-buttons :disabled + .custombutton {
  cursor: not-allowed;
  opacity: 0.6;
  color: #def;
}

.js-slider {
  position: relative;
  width: 300px;
  height: 20px;
}

.js-slider div {
  background: #ddd;
  height: 3px;
  border: 1px inset #aaa;
  position: relative;
  top: 12px;
  font-size: 0px;
}

.js-slider input {
  position: absolute;
  width: 15px;
  height: 20px;
  display: block;
}

.row .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.mgr-20 {
  margin-right: 10px;
}

.switch_link_on {
  pointer-events: auto;
  cursor: pointer;
}

.switch_link_off {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.table .active-row {
  background-color: #6fc0ef !important;
}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.widget-toilet .widget-toilet-header {
  position: relative; /* 位置指定の基準点にする */
  padding: 20px;
  height: 80px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.widget-toilet .widget-toilet-username {
  position: absolute; /* 位置指定 */
  top: 50%; /* 親要素の半分下にずらす */
  left: 50%; /* 親要素の半分右にずらす */
  transform: translateY(-50%) translateX(-50%); /* 要素自体の半分、上と左にずらす */
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 8rem;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-toilet .widget-toilet-desc {
  margin-top: 0;
}

.widget-toilet .widget-toilet-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}

.widget-toilet .widget-toilet-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}

.widget-toilet .box-footer {
  padding-top: 30px;
}

.description-block-toilet {
  border-color: rgba(85, 82, 82, 0.1);
  margin: 10px 0;
}

.description-block-toilet.margin-bottom {
  margin-bottom: 50px;
}

.description-block-toilet > .description-header {
  margin: 0;
  padding: 0;
  height: 200px;
  width: 100%;
  font-weight: 500;
  font-size: 5rem;
  left: 50%; /* 親要素の半分右にずらす */
  display: flex;
  align-items: center;
  justify-content: center;
}

.description-block-toilet > .description-text {
  height: 120px;
  font-weight: 500;
  font-size: 5rem;
  left: 50%; /* 親要素の半分右にずらす */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.loading-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading-overlay .loading-spinner {
  width: 100px;
  height: 100px;
  margin: 40vh auto;
  border-radius: 50%;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #5DA5F3;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loading-overlay.loading-hidden {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 640px) {
  .widget-toilet .box-footer {
    padding-top: 10px;
  }
  .widget-toilet .widget-toilet-header {
    padding: 0px 20px 20px 0px;
    height: 40px;
  }
  .widget-toilet .widget-toilet-username {
    font-size: 4rem;
  }
  .description-block-toilet > .description-header {
    height: 80px;
    font-size: 2.5rem;
  }
  .description-block-toilet > .description-text {
    height: 40px;
    font-size: 2.5rem;
  }
}
/* GoogleMapAPI_infoWindow_style*/
.gm-style-iw-d {
  color: black;
}

/* footer */
ul.footer-nav {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul.footer-nav li.footer-nav-item {
  margin: 0 10px;
}
ul.footer-nav li.footer-nav-item a {
  color: #fff;
  font-size: 11px;
}
ul.footer-nav li.footer-nav-item a:hover {
  opacity: 0.8;
}

/* admin-lte脆弱性対応上書き */
.show {
  opacity: 1;
}

ul.pagination {
  justify-content: center !important;
  display: flex;
}

.box {
  margin-bottom: 20px;
}

.content {
  padding: 15px;
}

.btn {
  font-size: 14px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.dt-body-nowrap button {
  padding: 5px 10px;
}

.form-control-sm, .custom-select-sm {
  height: 30px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.content-header {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}
.modal-header, .modal-body {
  padding: 15px;
}

.form-control {
  height: 34px;
}

.table > tbody > tr > th, .table th {
  border-top: none;
}

.fas.fa-plus-square,
.fas.fa-minus-square {
  font-size: 14px;
  font-weight: 500;
}
.fas.fa-plus-square::before,
.fas.fa-minus-square::before {
  font-weight: 900;
}

.pagination > li > a {
  background: #fafafa;
  color: #666;
}

.form-control {
  font-size: 14px;
  padding: 6px 12px;
}

.form-control-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #103f5a !important;
}
.card .card-header .title-table table.table tbody tr th.notification-name {
  font-size: 1.2rem;
}

.label {
  background-color: #4BD1F2;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
  }
}
.panel-title {
  width: 8.333333%;
}

th.notification-name {
  line-height: normal;
}

.view-pager {
  margin: 12px 0 !important;
}

.nav-tabs-custom .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}/*# sourceMappingURL=pifaa.css.map */