
:root {
  --is4-green: #19ed97;
  --is4-dark-green: #156b47;
  --is4-grey: #333333;
  --is4-light-grey: #444444;
  --is4-dark-grey: #222222;
  --is4-blue-grey: #32373d;
  --is4-white: #ffffff;
  --is4-event: #00ffff;
  --is4-warning: #ffa500;
  --is4-critical: #ff0000;
  --is4-disabled: #bbbbbb;

  --is4-btn-green-primary: #18e893;
  --is4-btn-green-secondary: #0fa65d;

  --is4-sidebar-bg: #111111;
  --is4-sidebar-highlight-1: #18E893;
  --is4-sidebar-highlight-2: #068752;
  --is4-sidebar-text-highlight: #FFFFFF;
  --is4-sidebar-text: #7A7A7A;
  --is4-sidebar-logout-text: rgba(25,237,151,0.5);

  --is4-dark-grey-rgba: rgba(51,51,51,0.8);
  --is4-grey-rgba: rgba(77,77,77,0.6);
  --is4-green-rgba: rgba(25,237,151,1);
  --is4-event-rgba: rgba(0,255,255,0.8);
  --is4-warning-rgba: rgba(255,127,0,0.8);
  --is4-critical-rgba: rgba(255,0,0,0.8);
  --is4-disabled-rgba: rgba(200,200,200,0.8);

  --background-1: #222222;
  --background-2: #000000;

  --graph-color: #333333;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@font-face {
    font-family: 'quicksandregular';
    src: url('./fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('./fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
  font-family: 'quicksandregular';
}

body{
    display: flex;
    background:#222222;
    color: #fff;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #b2b2b2;
}


@keyframes flash {
  0% {
    box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px 0px rgba(255,0,0,0),
              inset 4px 2px 0px -1px rgba(255,0,0,0);
  }
  25% {
    box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px 0px rgba(255,0,0,0.5),
              inset 4px 2px 0px -1px rgba(255,0,0,2.5);
  }
  50% {
    box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px 0px rgba(255,0,0,0,1),
              inset 4px 2px 0px 0px rgba(255,0,0,5);
  }
  75% {
    box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px 0px rgba(255,0,0,0.5),
              inset 4px 2px 0px -1px rgba(255,0,0,2.5);
  }
  100% {
    box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px 0px rgba(255,0,0,0),
              inset 4px 2px 0px -1px rgba(255,0,0,0);
  }
}

.flash-red {
  animation: flash 3s infinite alternate;
}


textarea{
  resize: vertical;
  min-height: 100px !important;
}

.is4-main-div {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media (max-width: 767.98px) {
  .is4-main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
  }
}

.is4-topbar {
  position: relative;
  color: #fff;
  min-width: 500px;
  width: 120%;
  height: 60px;
  margin-left: -15px;
  }

.is4-topbar-flex {
  position: relative;
  display: flex;
  color: #fff;
  min-width: 500px;
  width: 120%;
  height: 60px;
  margin-left: -15px;
  }

.is4-topbar-flex-left{
  position: relative;
  display: flex;
  color: #fff;
  min-width: 380px;
  width: 100%;
  height: 60px;
  margin-left: -15px;
}

.is4-topbar-flex-right{
  position: relative;
  display: flex;
  align-content: end;
  color: #fff;
  min-width: 180px;
  width: 20%;
  height: 60px;
  margin-right: 45px;
}

.is4-topbar-text{
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-align: left;
  margin-top: 10px;
  margin-left: 40px;
}

.is4-no-records-container{
  margin: 30px;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  padding: 20px;
}

/* BootStrap Form Content */
.form-control {
  height: 40px !important;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000 !important;
  -webkit-appearance: none !important;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000 !important;
  border: transparent; }
  .form-control:focus, .form-control:active {
    border-color: #000;
  }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 1);
  }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5); }

.subscribe-form .form-control {
  background: var(--is4-green); }



.critical{
  color:var(--is4-critical);
  font-weight: bold;
}

.warning{
  color:var(--is4-warning);
  font-weight: bold;
}

.event{
  color:var(--is4-event);
  font-weight: bold;
}

.ok{
  color:var(--is4-green);
  font-weight: bold;
}

/* IS4 Form Content */
.is4-form-btn {
  background: linear-gradient(180deg, var(--is4-btn-green-primary) 0%, var(--is4-btn-green-secondary) 100%);
  box-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
  border-radius: 6px;
  font-size: 25px;
  border-color: var(--is4-grey) !important;
  color:#fff;
  line-height: 1;
  padding: 10px;
  width: 100%;
}

  .is4-form-btn:hover, .is4-form-btn:focus {
    border-color: var(--is4-dark-grey) !important;
    color: #000000 !important;
    background: linear-gradient(180deg, var(--is4-btn-green-secondary) 0%, var(--is4-btn-green-primary) 100%);
  }

.is4-form-wrapper{
  display: flex;
  position: relative;
  width: 90%;
}

.is4-form-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 2%);
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -15px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 20px;
  min-width: 525px;
  margin: 10px auto;
}

.is4-form-container-w-sidebar{
  position: relative;
  justify-content: center;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -15px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 20px;
  min-width: 525px;
  margin: 10px auto;
}

.is4-form-header-block{
    margin:20px;
    padding: 10px;
    display: flex;
}

.is4-form-header-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.is4-form-header-text{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.is4-form-subheader-text{
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.is4-form-content-block{
    margin:20px;
}

.is4-accounts-reading-container{
  display: block;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.is4-accounts-reading-block{
  display: flex;
  width:100%;
  min-width: 50%;
}

.is4-accounts-reading-title{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #BBBBBB;
  width: 30%;
}

.is4-accounts-reading-text{
  position: relative;
  font-size: 20px;
  margin-left: 5px;
}

.is4-form-subheader-text{
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.is4-accounts-form-wrapper{
  display: flex;
}

.is4-accounts-form-full{
  width: 100%;
}

.is4-accounts-form-left{
  width: 50%;
  padding-right:5px;
}

.is4-accounts-form-right{
  width: 50%;
  padding-left:5px;
}

@media (max-width: 767.98px) {
  .is4-form-container {
    margin: 30px auto;
    min-width: 330px;
    width: 330px;
  }

  .is4-form-container-w-sidebar {
    margin: 30px auto;
    min-width: 330px;
    width: 330px;
  }

  .is4-form-header-text {
    font-size: 18px;
  }

  .is4-form-subheader-text {
    font-size: 15px;
  }

  .form-control {
    height: 30px !important;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    font-size: 13px;
  }

  .is4-form-btn {
    font-size: 20px;
    width: 100%;
  }

  .is4-accounts-reading-title{
    font-size: 14px;
    font-weight: bold;
  }

  .is4-accounts-reading-text{
    font-size: 15px;
  }
}

.is4-sunken-container{
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
}

.is4-header-block{
    margin:20px;
    padding: 10px;
    display: flex;
}

.is4-content-block{
    margin:20px
}

.is4-header{
    font-size: 55px;
    line-height: 55px;
    color: #FFFFFF;
}


/* Code related to the Site Main Dashboard Page */
.is4-dashboard-title{
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-dashboard-main-readings-block{
  display: flex;
  width: 100%;
}

.is4-dashboard-reading-block{
  display: block;
  width: 33%;
  text-align: center;
  justify-content: center;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  margin: 15px;
  padding: 5px;

}

.is4-dashboard-subtitle{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin:5px;
}

.is4-dashboard-readings{
  font-size: 30px;
  line-height: 25px;
  text-align: center;
  margin:5px;
}


.is4-dashboard-block-wrapper{
  display:block;
}

.is4-dashboard-block-main{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}


.is4-dashboard-block-main-active{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-dashboard-block-main-event{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(0,255,255,1),
              inset 4px 2px 0px -1px rgba(0,255,255,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-dashboard-block-main-warning{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,127,0,1),
              inset 4px 2px 0px -1px rgba(255,127,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-dashboard-block-main-critical{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,0,0,1),
              inset 4px 2px 0px -1px rgba(255,0,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-dashboard-block-main-disabled{
  display: flex;
  flex: auto;
  min-width: 500px;
  width: 500px;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 0px -15px rgba(150,150,150,1),
              inset 4px 2px 0px -1px rgba(150,150,150,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-dashboard-block-main-content{
  flex: 1;
  align-items: center;
  height:100%;
}

.is4-dashboard-main-text{
  flex: 1;
  font-size: 18px;
  margin: 20px;
}

.is4-dashboard-block-main-buttons{
  display: flex;
  bottom: 5px;
}

.is4-dashboard-block-main-buttons-left{
  display: flex;
  justify-content: left;
  width: 50%;
}

.is4-dashboard-block-main-buttons-right{
  display: flex;
  justify-content: right;
  width: 50%;
}

.is4-dashboard-button{
  background: 0;
  width: 140px;
  height: 33px;
  font-size: 14px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: var(--is4-green);
}

.expanded-style .is4-control-block{
  display: block;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.is4-control-block{
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.is4-control-title{
  font-size: 14px;
}

.is4-control-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 5px 5px;
}

.is4-control-button{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 5px;
}


.expanded-style .is4-download-block{
  display: block;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.is4-download-block{
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.is4-download-title{
  font-size: 14px;
}

.is4-download-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 5px 5px;
}

.is4-download-button{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 5px;
}

@media (max-width: 767.98px) {
  .is4-dashboard-block-main{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-dashboard-block-main-left{
    height:auto;
  }

  .is4-dashboard-block-main-right{
    height:auto;
  }

  .is4-dashboard-reading-block{
    margin: 5px;
    padding: 0px;
  }

  .is4-dashboard-subtitle{
    font-size: 14px;
    font-weight: bold;
  }

  .is4-dashboard-readings{
    font-size: 22px;
  }

  .is4-dashboard-left-button{
    font-size: 12px;
  }

  .is4-dashboard-right-button{
    font-size: 12px;
  }
}

/* Code related to the Site Information Box */
.is4-site-container {
  display: block;
  align-items: center;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  margin: 20px;
  margin-right:20px auto;
}

.is4-site-container-content{
  display: flex;
  flex: auto;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .is4-site-container-content {
    justify-content: center;
  }
}


.is4-site-wrapper{
  display: block;
}

.is4-site-block{
  display: flex;
  flex: auto;
  flex-direction: column;
  min-width: 525px;
  max-width: 45vw;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.is4-site-block-active{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 525px;
  width: 60vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 10px;
}

.is4-site-block-alarm{
  display: flex;
  flex-direction: column;
  max-width: 525px;
  width: 60vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,0,0,1),
              inset 4px 2px 0px -1px rgba(255,0,0,1);
  border-radius: 10px;
  padding: 10px;
}

.is4-site-header-block{
  display: flex;
}

.is4-site-header-content{
  flex: 1;
  padding: 5px;
}

.is4-site-title{
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-location-label{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
}

.is4-site-last-online-label{
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: right;
  color: var(--is4-btn-green-primary);
}

.is4-site-last-online-date{
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}

.is4-site-main-text{
  font-size: 14px;
  margin: 20px;
  line-height: 18px;
}

.is4-site-main-text-edit{
  position: relative;
  top: -25%;
  left:70%;
  height:30px;
  width:30px;
  z-index: 100;
}

.is4-site-body-block{
  margin:10px;
  display: flex;
  flex-wrap: wrap;
}

.is4-site-body-content{
  margin:5px;
}

.is4-site-body-content-chart{
  margin:5px;
}


.is4-site-btn-block{
  display: flex;
  margin:5px;
}

.is4-site-btn{
  width: 40px;
  height: 40px;

  background: #3F3F3F;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  border-radius: 10px;
  margin:3px;
}

.is4-site-btn-img{
  position: relative;
  top:18%;
  left:28%;
}

.is4-site-btn-content-block{
  display: block;
  padding: 5px;
}

.is4-site-btn-text-block{
  display: flex;
}

.is4-site-btn-title{
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: left;
  padding: 3px;
}

.is4-site-btn-count{
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  padding: 3px;
}

.is4-site-btn-label{
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  padding: 5px;
}

.is4-explore-button{
  background-color: #666666; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  text-align: center; /* Center text */
  text-decoration: none; /* Remove underline */
  display: flex; /* Display as inline-block */
  font-size: 1em; /* Font size */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Add a pointer cursor on hover */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  margin: 10px;
}

/* Hover effect */
.is4-explore-button:hover {
    background-color: #19ed97; /* Darker green */
    color: #111111;
}

/* Hover effect */
.is4-explore-button.active {
    background-color: #19ed97; /* Darker green */
    color: #111111;
}

.is4-site-chart-container{
  position: relative;
  width: 220px;
  height: 173px;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .is4-site-block{
    width: 90%;
    min-width: 350px;
  }

  .is4-site-title{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
  }

  .is4-site-last-online-date{
    font-size: 10px;
    line-height: 16px;
    text-align: right;
  }

  .is4-site-main-text{
    font-size: 14px;
    margin: 5px;
  }

  .is4-site-body-block{
    margin:10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .is4-site-body-content-chart{
    display: flex;
    position: relative;
    margin:5px;
    justify-items: center;
    justify-content: center;
  }

  .is4-site-chart{
    margin-left: 0%;
    margin-right: 10%;
    width: 90%;
  }

  .is4-site-chart-container{
    position: relative;
    height: auto;
    width: 50vw;
    padding:10px;
  }

}

/* Code related to the Device Information Box */
.is4-device-site-container {
  display: block;
  align-items: center;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  margin: 20px;
  margin-right:20px auto;
}

.is4-device-site-text{
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
  margin: 10px;
}

.is4-device-site-topbar-flex {
  position: relative;
  display: flex;
  color: #fff;
  }

.is4-device-site-topbar-flex-left{
  position: relative;
  display: flex;
  color: #fff;
  width: 100%;
}

.is4-device-site-topbar-flex-right{
  position: relative;
  display: flex;
  align-content: end;
  color: #fff;
  min-width: fit-content;
  width: fit-content;
  margin-right: 20px;
}

.is4-device-site-container-content{
  display: flex;
  flex: auto;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .is4-device-site-container-content {
    justify-content: center;
  }
}


.is4-device-wrapper{
  display: block;
  min-width: 350px;
  max-width: 700px;
}

.expanded-style .is4-device-block{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 5px;
  padding: 10px;
}

.expanded-style .is4-device-block-active{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block-active{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 5px;
  padding: 10px;
}

.expanded-style .is4-device-block-event{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(0,255,255,1),
              inset 4px 2px 0px -1px rgba(0,255,255,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block-event{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(0,255,255,1),
              inset 4px 2px 0px -1px rgba(0,255,255,1);
  border-radius: 5px;
  padding: 10px;
}

.expanded-style .is4-device-block-warning{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,127,0,1),
              inset 4px 2px 0px -1px rgba(255,127,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block-warning{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,127,0,1),
              inset 4px 2px 0px -1px rgba(255,127,0,1);
  border-radius: 5px;
  padding: 10px;
}

.expanded-style .is4-device-block-critical{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,0,0,1),
              inset 4px 2px 0px -1px rgba(255,0,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block-critical{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,0,0,1),
              inset 4px 2px 0px -1px rgba(255,0,0,1);
  border-radius: 5px;
  padding: 10px;
}

.expanded-style .is4-device-block-disabled{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 0px -15px rgba(150,150,150,1),
              inset 4px 2px 0px -1px rgba(150,150,150,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-device-block-disabled{
  position: relative;
  flex: auto;
  flex-direction: column;
  align-items: center;
  min-width: 350px;
  max-width: 600px;
  width: 50vw;
  margin: 10px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 0px -15px rgba(150,150,150,1),
              inset 4px 2px 0px -1px rgba(150,150,150,1);
  border-radius: 5px;
  padding: 10px;
}

.is4-device-header-block{
  display: flex;
}

.is4-device-header-content{
  flex: 1;
  padding: 5px;
}

.expanded-style .is4-device-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-device-title{
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .is4-device-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF;
  }
}

.is4-device-reference{
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
}

.is4-device-type{
  font-size: 11px;
  text-align: left;
  color: #BBBBBB;
}

.is4-device-location{
  font-size: 11px;
  text-align: left;
  color: #FFFFFF;
}

.is4-device-last-online-label{
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: right;
  color: var(--is4-btn-green-primary);
}

.is4-device-last-online-date{
  
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}


@keyframes flash-ring {
  0%, 50%, 100% {
     opacity: 1;
  }
  25%, 75% {
     opacity: 0.3;
  }
}

.flash-ring {
  animation-name: flash-ring;
  -webkit-animation-duration: 1s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.expanded-style .is4-device-reading-block{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.is4-device-reading-block{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.expanded-style .is4-device-reading{
  display: block;
  color: #ffff;
  font-size: clamp(14px,calc(1.4vw + 1.4vh),28px);
  font-weight: bold;
  text-align: center;
}

.is4-device-reading{
  display: block;
  color: #ffff;
  font-size: clamp(14px,calc(1.4vw + 1.4vh),18px);
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767.98px) {
  .is4-device-reading {
    display: block;
    color: #ffff;
    font-size: clamp(18px,calc(1.4vw + 1.4vh),18px);
    font-weight: bold;
    text-align: center;
  }
}

.is4-device-btn{
  width: 40px;
  height: 40px;

  background: #3F3F3F;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  border-radius: 10px;
  margin:3px;
}

.is4-device-btn-content-block{
  display: block;
  padding: 5px;
}

.is4-device-btn-text-block{
  display: flex;
}

.is4-device-btn-title{
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: left;
  padding: 3px;
}

.is4-device-btn-count{
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  padding: 3px;
}

.is4-device-btn-label{
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  padding: 5px;
}

.is4-device-explore-button{
  background: 0;
  width: 136px;
  height: 33px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
}

.is4-device-alarm-container{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 300px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top:10px;
}

.is4-device-alarm-container{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 300px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top:10px;
}

.expanded-style .is4-device-alarm-events-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-event);
  font-size: 20px;
  
  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-event-rgba);
}

.is4-device-alarm-events-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-event);
  font-size: 18px;

  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-event-rgba);
}

.expanded-style .is4-device-alarm-warnings-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-warning);
  font-size: 20px;
  
  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-warning-rgba);
}

.is4-device-alarm-warnings-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-warning);
  font-size: 18px;

  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-warning-rgba);
}

.expanded-style .is4-device-alarm-criticals-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-critical);
  font-size: 20px;
  
  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-critical-rgba);
}

.is4-device-alarm-criticals-text{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: var(--is4-critical);
  font-size: 18px;

  justify-content: center;
  text-shadow:1px 1px 2px var(--is4-critical-rgba);
}

.is4-device-alarm-block{
  display: flex;
  position: relative;
  width: 100px;
  margin-left: 35px;
}

.is4-device-alarm-normal{
  position: absolute;
  width: 5px;
  height: 30px;
  border-radius: 100px;
  margin-top: 14px;
  background: var(--is4-green);
  color: var(--is4-green);
}

.is4-device-alarm-warning{
  position: absolute;
  width: 5px;
  height: 30px;
  border-radius: 100px;
  margin-top: 14px;
  background: var(--is4-warning);
}

.is4-device-alarm-critical{
  position: absolute;
  width: 5px;
  height: 30px;
  border-radius: 100px;
  margin-top: 14px;
  background: var(--is4-critical);
}

.is4-device-alarm-disabled{
  position: absolute;
  width: 5px;
  height: 30px;
  border-radius: 100px;
  margin-top: 14px;
  background: var(--is4-disabled);
}

.is4-device-alarm{
  position: relative;
  flex: 1;
  margin: 15px;
}

.is4-device-alarm-value-type-block{
  display: block;
}

.is4-device-alarm-value-text{
  
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.is4-device-alarm-type-text{
  
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}


/* Records Page Stuff */
.is4-records-header-block{
  position: relative;
  display: flex;
}

@media (max-width: 767.98px) {
  .is4-records-header-block {
    position: relative;
    display: flex;
    width: 100%;
  }
}

.is4-records-header-content{
  flex: 1;
  padding: 5px;
}

.is4-records-site-title{
  
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-records-device-title{
  
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-records-title{
  
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
}

.is4-records-block-main{
  display: flex;
  flex: auto;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-main-active{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(25,237,151,0.7),
              inset 4px 2px 0px -1px rgba(25,237,151,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-main-event{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -2px rgba(0,255,255,1),
              inset 4px 2px 0px -1px rgba(0,255,255,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-main-warning{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,127,0,1),
              inset 4px 2px 0px -1px rgba(255,127,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-main-critical{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 40px -20px rgba(255,0,0,1),
              inset 4px 2px 0px -1px rgba(255,0,0,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-main-disabled{
  display: flex;
  flex: auto;
  flex-direction: column;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000,
              inset 1px 1px 1px rgba(66, 66, 66, 0.5),
              0px 0px 0px -15px rgba(150,150,150,1),
              inset 4px 2px 0px -1px rgba(150,150,150,1);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-main-content-block {
  display: flex;
  flex: auto;
  flex-direction: column;
  }

.is4-records-block-main-left{
  flex: 1;
  align-items: center;
  height:100%;
}

.is4-records-main-subtitle{
  font-size: 16px;
  margin: 20px;
  line-height: 18px;
}

.is4-records-main-text{
  font-size: 14px;
  margin: 20px;
  line-height: 14px;
}


.is4-records-body-main{
  display: flex;
  flex: auto;
  flex-wrap: wrap;
}

.is4-records-body-content{
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  width: 1vw;
  min-width: 330px;
}

.is4-records-form-block{
  display: flex;
  margin:15px;
}

.is4-records-form-block-margin-top{
  display: flex;
  margin-top:15px;
  margin-left: 25px;
}

.is4-records-form-block-margin-bottom{
  display: flex;
  margin-bottom:15px;
  margin-left: 25px;
}

.is4-records-form-block-left{
    width: 50%;
    max-width: 180px;
}

.is4-records-form-block-right{
  width: 50%;
  max-width: 180px;
}

.is4-records-btn-block{
  display: flex;
  margin:15px;
}

.is4-records-summary-block{
  display: flex;
  margin:5px;
}


.is4-records-btn{
  min-width: 40px;
  width: 40px;
  height: 40px;

  background: #3F3F3F;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin:10px;
}

.is4-records-btn-img{
  position: relative;
  top:18%;
  left:28%;
}

.is4-records-btn-content-block{
  display: block;
  margin:5px;
}

.is4-records-btn-text-block{
  display: flex;
  margin:5px;
}

.is4-records-btn-title{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
}

.is4-records-btn-title-green{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #19ed97;
}

.is4-records-btn-title-warning{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #ffa500;
}

.is4-records-btn-title-critical{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #ff0000;
}

.is4-records-btn-count{
  font-size: 18px;
  text-align: left;
  line-height: 12px;
  padding: 3px;
}

.is4-records-btn-label{
  font-size: 14px;
  text-align: left;
  line-height: 12px;
  padding: 5px;
  flex-wrap: wrap;
}

.is4-records-summary-title-white{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
}

.is4-records-summary-title-green{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #19ed97;
}

.is4-records-summary-title-warning{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #ffa500;
}

.is4-records-summary-title-critical{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 12px;
  padding: 3px;
  color: #ff0000;
}

.is4-records-summary{
  font-size: 18px;
  text-align: left;
  line-height: 12px;
  padding: 10px;
}

.is4-records-block-main-right{
  flex: 1;
  align-items: center;
  height:100%;
  width: 100%;
}

.is4-records-device-reading-block{
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width:100%;
  margin-top: 1.6em;
  margin-bottom: 15px;
}

.is4-records-device-reading{
  display: block;
  color: #ffff;
  font-size: clamp(14px,calc(1.5vw + 1.5vh),28px);
  text-align: center;
}

@media (max-width: 767.98px) {
  .is4-records-device-reading {
    display: block;
    color: #ffff;
    font-size: clamp(18px,calc(1.5vw + 1.5vh),18px);
    text-align: center;
  }
}

.is4-records-alarm-container{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 300px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top:10px;
}

.is4-records-block-chart{
  flex: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-sunken-container-chart{
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  margin:10px auto;
  overflow-x: auto;
}

.is4-records-chart-wrapper{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden
}

.is4-records-chart-container{
  display: flex;
  justify-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  margin: 10px auto;
}

.is4-records-chart-reset-button{
  background: 0;
  width: 136px;
  height: 33px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 10px;
}

.is4-chart-bounds{
  display: flex;
  align-items: center;
}

.is4-chart-buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.is4-records-block-records-table{
  flex: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.is4-records-block-history-table{
  flex: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width:90%;
  margin: 20px;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .is4-records-block-main{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-disabled{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-active{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-event{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-warning{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-critical{
    flex-direction: column;
    min-width: 330px;
    height: auto;
    width: 90%;
  }

  .is4-records-block-main-left{
    flex: 1;
    align-items: center;
    height:100%;
  }

  .is4-records-btn-title{
    font-size: 12px;
  }

  .is4-records-btn-count{
    font-size: 15px;
  }

  .is4-records-btn-label{
    font-size: 12px;
    flex-wrap: wrap;
  }

  .is4-records-block-main-right{
    flex: 1;
    align-items: center;
    height:100%;
  }

  .is4-records-chart-container{
    width: auto;
    height: auto;
    padding:20px;
  }

  .is4-records-block-chart{
    min-width: 330px;
    width: 95%;
  }

  .is4-records-block-records-table{
    min-width: 330px;
    width: 95%;
  }

  .is4-records-block-history-table{
    min-width: 330px;
    width: 95%;
  }
}

.table-container {
  position:relative;
  display: flex;
  justify-items: center;
  justify-content: center;
}

.styled-table{
  display: block;
  table-layout: fixed;
  width: 90%;
  margin: 15px 0;
  font-size: 0.8em;
  font-family: sans-serif;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  border-color: #111111;
  border-radius: 10px;
  overflow-y: hidden;
}

.styled-table thead th{
  position: sticky; /* make the table heads sticky */
  top: 0;
  width: 100%;
}

.styled-table thead tr {
    background-color: #111111;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  text-align: center;
}

.styled-table tbody{
  overflow: auto;
  height: 200px;
  width: 100%;
}

.styled-table tbody tr {
  text-align: center;
}

.styled-table tbody tr:nth-of-type(odd) {
  background-color: #4C4C4C;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #6F6F6F;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #111111;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

.styled-table tfoot{
  background-color: #222222;
}

.btn-dark:hover{
  border: 1px solid #19ed97;
}

.btn-dark:not(:disabled):not(.disabled).active{
  border: 1px solid #19ed97;
}

@media (max-width: 767.98px) {
  .styled-table{
    width: 95%;
    font-size: 0.6em;
  }

  .styled-table th,
  .styled-table td {
    padding: 4px 7px;
  }

  .styled-table tbody{
    height: 150px;
  }
}


/* Style the navigation menu */
.is4-topnav-wrapper{
  display: block;
  position: relative;
  height: 55px;
  width: 100%;
  margin-bottom: 5px;
}

.is4-topnav {
  overflow: hidden;
  background-color: var(--is4-sidebar-bg);
  position: absolute;
  width: 98%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -10px;
  margin-left: -10px;
  box-shadow: 0px 0px 1px rgb(80, 78, 78);
  justify-items: center;
  z-index: 100;
}

@media (min-width: 768px) {
  .is4-topnav-wrapper{
    display:none;
  }

  .is4-topnav {
    display: none;
  }
}

/* Hide the links inside the navigation menu (except for logo/home) */
.is4-topnav #navLinks {
  display: none;
  width:40%;
}

/* Style navigation menu links */
.is4-topnav a {
  color: #495057;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

/* Style the hamburger menu */
.is4-topnav a.icon {
  background: var(--is4-sidebar-bg);
  display: block;
  position: absolute;
  right: 0%;
  top: 0;
  height: 30px;
  font-size: 26px;
  color: white;
}

/* Add a grey background color on mouse-over */
.is4-topnav a:hover {
  color: var(--is4-green);
}

/* Style the active link (or home/logo) */
.is4-topnav-bar {
  display: flex;
  background-color: var(--is4-sidebar-bg);
  color: white;
}

.is4-topnav-logo{
  position: relative;
  background-color: var(--is4-sidebar-bg);
  height: 40px;
  margin:15px;
  margin-left: 30px;
}


/* Side Bar Stuff */

.is4-sidebar-main {
  display: flex;
  position: relative;
  background-color: var(--is4-sidebar-bg);
  width: 15rem;
  height: 100%;
  box-shadow: 0px 0px 1px rgb(80, 78, 78);
  border-radius: 15px;
}

.is4-sidebar-logo{
  flex: 1;
  background-color: var(--is4-sidebar-bg);
}

.is4-sidebar-spacing{
  margin-top: 15%;
}

#sidebar-wrapper {
  display: none;
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .is4-sidebar-logo {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}


body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    display: block;
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  }
}




.list-group-item-action {
  width: 80%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  color: var(--is4-sidebar-logout-text);
  margin-top: 50%;
  margin-bottom: 10px;
}


.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}


.is4-sidebar-image-upper{
  position: relative;
  top: 25%;
  left: 0%;
  z-index: 0;
  opacity: 0.4;
  margin-right: 20px;
}

.is4-sidebar-image-topnav{
  position: absolute;
  top: 25%;
  left: 0%;
  z-index: 0;
  opacity: 0.4;
  margin-left: 20px;
}

.list-group-item-light{
  color: #636464;
  background-color: var(--is4-sidebar-bg);
  padding: 1rem !important;
  border-radius: 10px;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #fff;
  background: linear-gradient(180deg, #18E893 0%, #068752 100%);
  padding: 1rem !important;
  font-size: 18px;
}

.list-group-item-light.list-group-item-action:hover .is4-sidebar-image-upper{
  opacity: 1;
}

.list-group-item-light.list-group-item-action:focus .is4-sidebar-image-upper{
  opacity: 1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  padding: 1rem !important;
}


.list-group-item-action {
  width: 80%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item-topnav {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item-topnav:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item-topnav:last-child {
  color: var(--is4-sidebar-logout-text);
  margin-top: 50%;
  margin-bottom: 10px;
}


.list-group-item-topnav.disabled, .list-group-item-topnav:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item-topnav.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item-topnav + .list-group-item-topnav {
  border-top-width: 0;
}
.list-group-item-topnav + .list-group-item-topnav.active {
  margin-top: -1px;
  border-top-width: 1px;
}


.list-group-item-light-topnav{
  color: #636464;
  background-color: var(--is4-sidebar-bg);
  padding: 1rem !important;
  border-radius: 10px;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
}

.list-group-item-light-topnav.list-group-item-action-topnav:hover, .list-group-item-light-topnav.list-group-item-action-topnav:focus {
  color: #fff;
  background: linear-gradient(180deg, #18E893 0%, #068752 100%);
  padding: 1rem !important;
  font-size: 18px;
}

.list-group-item-light-topnav.list-group-item-action-topnav:hover .is4-sidebar-image-topnav{
  opacity: 1;
}

.list-group-item-light-topnav.list-group-item-action-topnav:focus .is4-sidebar-image-topnav{
  opacity: 1;
}

.list-group-item-light-topnav.list-group-item-action-topnav.active {
  color: #fff;
  padding: 1rem !important;
}


/*
Site Summary Page
*/
.is4-site-summary-site-container {
  display: block;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
}

.is4-site-summary-site-text{

  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
  margin: 10px;
}

.is4-site-summary-container{
  display: flex;
  flex-wrap: wrap;
  background: #272727;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.is4-site-summary-devicename-block{
  display: block;
  position: relative;
  width: 25%;
  margin: 5px auto;
  justify-content: center;
  text-align: left;
  min-width: 20px;
}


.is4-site-summary-description-block-container-outer{
  display: block;
  position: relative;
  width: 60%;
  line-height: 18px;
  margin: 10px;
  justify-content: center;
  align-items: center;
}

.is4-site-summary-description-block-container-inner{
  display: flex;
  position: relative;
  width: auto;
  line-height: 18px;
  margin: 10px;
  justify-content: center;
  align-items: center;
}

.is4-site-summary-alarm-block{
  display: block;
  position: relative;
  width: 25%;
  line-height: 18px;
  margin: 2px;

  text-align: center;
  justify-content: center;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  padding: 5px;

  justify-content: center;
  align-items: center;
}

.is4-site-summary-description-block{
  display: block;
  position: relative;
  width: 50%;
  line-height: 18px;
  margin: 10px;
  justify-content: center;
  align-items: center;
}

.is4-site-summary-editbutton-block{
  display: block;
  position: relative;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 50px;
}

.is4-site-summary-devicename{
  font-size: 15px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-summary-alarm-type{
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.is4-site-summary-alarm-setpoint-name{
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.is4-site-summary-alarm-value{
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.is4-site-summary-reference{
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-summary-devicetype{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
  margin-bottom: 5px;
}

.is4-site-summary-location-label{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
}

.is4-site-summary-location{

  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-summary-description-label{
  margin:5px;

  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-summary-description{
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

.is4-site-summary-edit-button{
  position: relative;
  height:30px;
  width:30px;
}

@media (max-width: 767.98px) {
  .is4-site-summary-devicename{
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }
  
  .is4-site-summary-alarm-type{
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }
  
  .is4-site-summary-alarm-setpoint-name{
    font-size: 10px;
    line-height: normal;
    text-align: center;
  }

  .is4-site-summary-alarm-value{
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }

  .is4-site-summary-reference{
    font-size: 10px;
    line-height: normal;
    text-align: left;
  }

  .is4-site-summary-devicetype{
    font-size: 10px;
    text-align: left;
  }

  .is4-site-summary-location-label{
    font-size: 8px;
    line-height: normal;
    text-align: left;
  }

  .is4-site-summary-location{
    font-size: 10px;
    line-height: normal;
    text-align: left;
  }

  .is4-site-summary-description{
    font-size: 12px;
    line-height: normal;
  }

}

.is4-site-summary_edit-reading-container{
  display: block;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.is4-site-summary_edit-reading-block{
  display: flex;
  width:100%;
  min-width: 50%;
}

.is4-site-summary_edit-reading-title{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #BBBBBB;
  width: 30%;
}

.is4-site-summary_edit-reading-text{
  position: relative;
  font-size: 20px;
  margin-left: 5px;
}




/*
Site Edit Pages
*/
.is4-sitelist-group-container {
  display: block;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
}

.is4-sitelist-site-container {
  display: block;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
}

.is4-sitelist-site-text{
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
  margin: 5px;
}

.is4-sitelist-container{
  display: flex;
  flex-wrap: wrap;
  background: #272727;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  padding:5px;
}

.is4-site-text-online{

  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #18E893;
  margin: 10px;
}

.is4-site-text-offline{

  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FF0000;
  margin: 10px;
}

.is4-sitelist-sitename-block{
  display: block;
  position: relative;
  width: 30%;
  margin: 5px auto;
  justify-content: center;
  text-align: center;
  min-width: 50px;
}

.is4-sitelist-description-block{
  display: block;
  position: relative;
  width: 50%;
  margin: 5px;
}

.is4-sitelist-editbutton-block{
  display: block;
  position: relative;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 50px;
}

.is4-sitelist-sitename{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.is4-sitelist-location-label{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
}

.is4-sitelist-location{
  
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-sitelist-description-label{
  margin:5px auto;
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-sitelist-description{
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

.is4-sitelist-edit-button{
  position: relative;
  height:30px;
  width:30px;
}

@media (max-width: 767.98px) {
  .is4-sitelist-sitename{
    font-size: 14px;
    color: #FFFFFF;
  }

  .is4-sitelist-description {
    font-size: 12px;
  }

  .is4-sitelist-location-label{
    font-size: 10px;
    text-align: left;
  }

  .is4-sitelist-location{
    font-size: 12px;
    text-align: left;
  }

}

.is4-siteedit-reading-container{
  display: block;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.is4-siteedit-reading-block{
  display: flex;
  width:100%;
  min-width: 50%;
}

.is4-siteedit-reading-title{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #BBBBBB;
  width: 30%;
}

.is4-siteedit-reading-text{
  position: relative;
  font-size: 12px;
  margin-left: 5px;
}

/*
Device Edit Page
*/
.is4-devicelist-site-container {
  display: block;
  background: #272727;
  box-shadow: 1px 1px 1px rgba(66, 66, 66, 0.5), inset 1px 1px 1px #000000;
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
}

.is4-devicelist-site-text{
  
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #FFFFFF;
  margin: 10px;
}

.is4-devicelist-container{
  display: flex;
  flex-wrap: wrap;
  background: #272727;
  background: linear-gradient(180deg, rgba(68, 68, 68, 0.76) 0%, rgba(102, 102, 102, 0.15) 100%);
  box-shadow: 1px 1px 1px #000000, inset 1px 1px 1px rgba(66, 66, 66, 0.5);
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.is4-devicelist-devicename-block{
  display: block;
  position: relative;
  width: 25%;
  margin: 5px auto;
  justify-content: center;
  text-align: center;
  min-width: 50px;
}

.is4-devicelist-description-block{
  display: block;
  position: relative;
  width: 50%;
  line-height: 18px;
  margin: 10px;
}

.is4-devicelist-editbutton-block{
  display: block;
  position: relative;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 50px;
}

.is4-devicelist-devicename{
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

.is4-devicelist-devicetype{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
  margin-bottom: 5px;
}

.is4-devicelist-location-label{
  font-size: 12px;
  text-align: left;
  color: #BBBBBB;
}

.is4-devicelist-location{
  
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-devicelist-description-label{
  margin:5px;
  
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}

.is4-devicelist-description{
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

.is4-devicelist-edit-button{
  position: relative;
  height:30px;
  width:30px;
}

@media (max-width: 767.98px) {
  .is4-devicelist-devicename{
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }

  .is4-devicelist-devicetype{
    font-size: 10px;
    text-align: left;
  }

  .is4-devicelist-location-label{
    font-size: 8px;
    line-height: normal;
    text-align: left;
  }

  .is4-devicelist-location{
    font-size: 10px;
    line-height: normal;
    text-align: left;
  }

  .is4-devicelist-description{
    font-size: 12px;
    line-height: normal;
  }

}

.is4-deviceedit-reading-container{
  display: block;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.is4-deviceedit-reading-block{
  display: flex;
  width:100%;
  min-width: 50%;
}

.is4-deviceedit-reading-title{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #BBBBBB;
  width: 30%;
}

.is4-deviceedit-reading-text{
  position: relative;
  font-size: 20px;
  margin-left: 5px;
}

/* Style for the submit button */
.cool-button input[type=button], input[type=submit], input[type=reset]{
    background-color: #666666; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: block; /* Display as inline-block */
    font-size: 0.8em; /* Font size */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Add a pointer cursor on hover */
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* Hover effect */
.cool-button:hover input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
    background-color: #19ed97; /* Darker green */
    color: #111111;
}


/* Toggle Switch CSS */
.switch-wrapper {
    display: flex;
    align-items: center; /* This centers the items vertically */
}

.switch-label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 16px; /* Ensure the label's line height matches the height of the switch */
    margin-bottom: 6px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 16px; /* Ensure the slider is fully rounded */
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%; /* Circle for the toggle */
}

input:checked + .slider {
    background-color: var(--is4-green);
}

input:checked + .slider:before {
    transform: translateX(12px);
}