/* /Components/ATOSISChart/ATOSISLineChartComponent.razor.rz.scp.css */
.configure-area[b-5co5cy9qzj] {
  position: relative;
  margin-top: 30px; }

.sensor-chart-image[b-5co5cy9qzj] {
  height: 21px;
  margin-right: 6px;
  /*border-radius: 6px;*/ }
/* /Components/Hub/MinimizedHub/MinimizedHubComponent.razor.rz.scp.css */
.hub-minimized-container[b-jhn5reaqxf] {
  position: relative;
  width: 100%;
  height: 100%; }

.nohover[b-jhn5reaqxf] {
  cursor: default !important; }

.hub-minimized-button[b-jhn5reaqxf] {
  width: 32px;
  height: 32px; }

.hub-minimized-header[b-jhn5reaqxf] {
  position: absolute;
  top: 0;
  height: 29px;
  width: 100%;
  color: white;
  padding: 4px 4px 4px 8px;
  border-radius: 6px 6px 0 0;
  line-height: 20px;
  background-color: #424242 !important;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer; }

.hub-minimized-body[b-jhn5reaqxf] {
  position: absolute;
  top: 29px;
  bottom: 39px;
  height: 116px;
  width: 100%;
  /*border-radius: 6px;*/
  /*border: 1px solid white !important;*/
  background-color: white;
  cursor: pointer; }

.hub-minimized-footer[b-jhn5reaqxf] {
  position: absolute;
  bottom: 0;
  height: 39px;
  width: 100%;
  color: white;
  padding: 4px;
  border-radius: 0 0 6px 6px;
  line-height: 30px;
  background-color: #424242; }

.hub-minimized-header-connected[b-jhn5reaqxf] {
  background-color: #04892c !important; }

.hub-minimized-header-disconnected[b-jhn5reaqxf] {
  background-color: #c80000 !important; }

.map-holder[b-jhn5reaqxf] {
  position: relative;
  height: 116px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  /*border-radius: 6px;*/ }

.map-frame[b-jhn5reaqxf] {
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  /*border-radius: 6px;*/ }

.map-image[b-jhn5reaqxf] {
  height: 116px;
  display: inline-block; }
/* /Components/Sensor/MinimizedSensor/MinimizedSensorComponent.razor.rz.scp.css */
.sensor-minimized-container[b-5o9ycse152] {
  position: relative;
  width: 100%;
  height: 100%; }

.sensor-minimized-button[b-5o9ycse152] {
  width: 32px;
  height: 32px; }

.nohover[b-5o9ycse152] {
  cursor: default !important; }

.sensor-minimized-header[b-5o9ycse152] {
  position: absolute;
  top: 0;
  height: 29px;
  width: 100%;
  color: white;
  padding: 4px 4px 4px 8px;
  border-radius: 6px 6px 0 0;
  line-height: 20px;
  background-color: #424242 !important;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer; }

.sensor-minimized-body[b-5o9ycse152] {
  position: absolute;
  top: 29px;
  bottom: 39px;
  height: 116px;
  width: 100%;
  /*border-radius: 6px;*/
  /*border: 1px solid white !important;*/
  background-color: white;
  overflow: hidden;
  cursor: pointer; }

.sensor-minimized-footer[b-5o9ycse152] {
  position: absolute;
  bottom: 0;
  height: 39px;
  width: 100%;
  color: white;
  padding: 4px;
  border-radius: 0 0 6px 6px;
  line-height: 30px;
  background-color: #424242; }

.sensor-minimized-header-connected[b-5o9ycse152] {
  background-color: #04892c !important; }

.sensor-minimized-header-disconnected[b-5o9ycse152] {
  background-color: #c80000 !important; }

.image-holder[b-5o9ycse152] {
  position: absolute;
  height: 116px;
  overflow: hidden;
  left: 10px;
  top: 14px; }

.fact-holder[b-5o9ycse152] {
  position: absolute;
  left: 100px;
  top: 0px;
  overflow-y: auto;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 8px;
  height: 116px; }

.sensor-minimized-img-image[b-5o9ycse152] {
  height: 80px; }

.sensor-fact-bubble[b-5o9ycse152] {
  padding: .25rem .3rem;
  font-size: .7rem;
  line-height: 1.3;
  border-radius: .2rem;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: 400;
  color: #666;
  margin-top: 4px;
  margin-left: 4px; }
/* /Components/Sensor/Warnings/WarningsSensorComponent.razor.rz.scp.css */
/* /Pages/HubView/HubView.razor.rz.scp.css */
.sensorTabCount[b-hg0x80n9nz] {
  position: absolute;
  top: 147px;
  left: 210px;
  z-index: 1000; }

@media only screen and (min-width: 640px) {
  .sensorTabCount[b-hg0x80n9nz] {
    left: 218px; } }
/* /Pages/Index/Index.razor.rz.scp.css */
*:root[b-m202kg08l2] {
  --primary-color: rgba(13, 110, 139, 0.75);
  --overlay-color: rgba(24, 39, 51, 0.85);
  --menu-speed: 0.75s; }

/*------------------------------------------------------- MENU -------------------------------------------------------*/
/* /Pages/SensorView/SensorView.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xqn7rdq7nd] {
  position: relative;
  display: flex;
  flex-direction: column; }

.main[b-xqn7rdq7nd] {
  flex: 1; }

.application-logo[b-xqn7rdq7nd] {
  height: 24px;
  position: absolute;
  top: 4px;
  float: right;
  left: 23px; }

.mqtt-status[b-xqn7rdq7nd] {
  position: absolute;
  top: 30px;
  left: 57px;
  /*z-index: 2;*/ }

.menu-about-button[b-xqn7rdq7nd] {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 0;
  width: 28px;
  height: 28px;
  font-size: 14px;
  padding-top: 2px; }

.application-buttons[b-xqn7rdq7nd] {
  position: absolute;
  float: right;
  line-height: 1.5;
  left: 110px; }

.top-row[b-xqn7rdq7nd] {
  background-color: #424242;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }

/*.top-row ::deep a, .top-row .btn-link {*/
.top-row a[b-xqn7rdq7nd], .top-row .btn-link[b-xqn7rdq7nd] {
  white-space: nowrap;
  margin-left: 1.5rem; }

.top-row a:first-child[b-xqn7rdq7nd] {
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 640.98px) {
  /*.top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
  .top-row[b-xqn7rdq7nd] {
    position: sticky;
    top: 0;
    z-index: 1; } }

@media (min-width: 641px) {
  .page[b-xqn7rdq7nd] {
    flex-direction: row; }
  /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/
  .top-row[b-xqn7rdq7nd] {
    position: sticky;
    top: 0;
    z-index: 1; }
  .main > div[b-xqn7rdq7nd] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important; } }
