.login-logo img {
  width: 50%;
}

.device {
  position: relative;
  background-color: white;
}
.device .device_ip {
  position: absolute;
  background-color: #00CC00;
  top: -7px;
  left: 20px;
  padding: 1px 4px 1px 4px;
  font-size: 0.7em;
  border-radius: 2px;
  line-height: 1em;
  color: #fff;
  z-index: 1000;
  text-decoration: none;
}
.device .device_id {
  position: absolute;
  background-color: #0d6efd;
  top: -7px;
  right: 20px;
  padding: 1px 4px 1px 4px;
  font-size: 0.7em;
  border-radius: 2px;
  line-height: 1em;
  color: #fff;
  z-index: 1000;
}
.device .card {
  height: 180px;
  transition: all 0.5s ease;
}
.device .card .card-header {
  padding: 4px 10px 4px 10px;
  transition: all 0.5s ease;
}
.device .card .card-title {
  float: inherit;
}
.device .card .card-title span {
  display: inline-block;
  font-weight: bold;
  max-width: calc(100% - 26px);
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.device .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.device .card:hover {
  border-color: red;
}
.device .card:hover .card-outline {
  border-color: red;
}
.device .card:hover .card-header {
  color: red;
}
.device .logo {
  width: 100%;
}
.device .status {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.device .status path {
  fill: #fff;
}
.device .sensors {
  display: flex;
  justify-content: space-between;
}
.device .sensors .battery:nth-child(2) {
  padding-left: 4px;
  border-left: 1px dashed #cccccc;
}
.device .sensor {
  font-size: 0.8em;
  width: 42px;
  border-radius: 3px;
  color: #fff;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.device .sensor.on {
  background-color: #00CC00;
}
.device .sensor.off {
  background-color: #dc3545;
}
.device .battery {
  width: inherit;
  font-size: 0.9em;
  border-radius: 0;
  color: #000;
}
.device .battery i {
  display: inline-block;
  transform: rotate(-90deg);
}
.device .hdd, .device .ver {
  color: #000;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.device .edit {
  transition: all 0.5s ease;
}
.device .edit:hover {
  color: #0a58ca;
}
.device .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.device.offline .status {
  color: #dc3545;
}

.device.online .status {
  color: #00CC00;
}

.logo-unknown {
  position: absolute;
  font-size: 3.86em !important;
}

.nav-item .nav-link {
  transition: all 0.3s ease;
}

.loading {
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #0d6efd;
  border-top-color: transparent;
}

/*# sourceMappingURL=aboxes.css.map */
