@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
.mainTabsOther {
  margin-top: 50px;
}
.nav-dropdown{
  padding-bottom: 8px !important;
    padding-top: 7px !important;
}
.form-group .red {
  color:red !important;
}
.btn-link:focus {
  outline-color: transparent !important;
}
.table-length {
  max-height: 1058px;
    overflow-y: auto;
}
.table-length::-webkit-scrollbar {
  width: 6px;
}
table td .btn-link {
  padding: 0px;
}

/* Track */
.table-length::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
.table-length::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(193 193 193); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.table-length::-webkit-scrollbar-thumb:window-inactive {
background:rgb(193 193 193); 
}
@media (max-width: 767px) {
  .no-touch .mainTabs > section > nav > div,
  .touch .mainTabs > section > nav > div {
    padding: 15px;
  }
  .no-touch .mainTabs > section > nav > ul li a,
  .touch .mainTabs > section > nav > ul li a {
    padding: 4px 12px;
    font-size: 13px;
  }
  .no-touch .mainTabs > section > nav > ul li a:hover,
  .touch .mainTabs > section > nav > ul li a:hover {
    padding: 6px 12px;
  }
  .no-touch .mainTabs > section > nav > ul li.active a,
  .touch .mainTabs > section > nav > ul li.active a,
  .no-touch .mainTabs > section > nav > ul li.active a:hover,
  .touch .mainTabs > section > nav > ul li.active a:hover {
    padding: 6px 12px;
  }
  .no-touch .mainTabs > section > nav > ul li.smallNav a,
  .touch .mainTabs > section > nav > ul li.smallNav a {
    margin: 0;
    font-size: 11px;
    padding: 2px 6px;
  }
  .no-touch .mainTabs > section > nav > ul li.smallNav a:hover,
  .touch .mainTabs > section > nav > ul li.smallNav a:hover {
    padding: 2px 6px;
  }
  .touch .mainTabs > section > nav > ul li a:hover {
    padding: 4px 12px;
  }
}
 .ng-cloak {
    display: none;
  }
  h2 sup {
    font-size: 14px;
  }
  body {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .loadingOverlay {
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff url("../img/loading-small.gif") center center no-repeat;
    position: absolute;
  }
  .homeTab .alert {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .genericSave,
  .loadingBlock {
    text-align: center;
  }
  .genericSave img,
  .loadingBlock img,
  .genericSave p,
  .loadingBlock p {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
  
    *zoom: 1;
  }
  .genericSave p,
  .loadingBlock p {
    vertical-align: middle;
    margin: 0;
  }
  .msgInline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
  
    *zoom: 1;
    margin: 0;
  }
  .alertMsg {
    z-index: 1000;
    max-width: 300px;
  }
  .alertMsg .alert {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .alertMsg button.iAquaBtn {
    width: 100%;
  }
  .genericSave {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -1.5%;
    margin-left: -25%;
    width: 50%;
    min-height: 3%;
    font-size: 15px;
    line-height: 26px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
  .messagePopupChange .genericSave {
    font-size: 14px;
    font-weight: normal;
  }
  h3{
  font-weight: bold;
  }
  .textBox {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #8cb2ff;
    background: #dae6ff;
    text-shadow: 1px 1px 1px #fff, 1px 1px 0 #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .status {
    color: #9d261d;
  }
  .status.on {
    color: #46a546;
  }
  .iAquaBtn {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffd305;
    background-image: -moz-linear-gradient(top, #ffdd00, #ffc40d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd00), to(#ffc40d));
    background-image: -webkit-linear-gradient(top, #ffdd00, #ffc40d);
    background-image: -o-linear-gradient(top, #ffdd00, #ffc40d);
    background-image: linear-gradient(to bottom, #ffdd00, #ffc40d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdd00', endColorstr='#ffffc40d', GradientType=0);
    border-color: #ffc40d #ffc40d #c09100;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ffc40d;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #222222;
    text-shadow: 1px 1px 1px white;
  }
  .iAquaBtn:hover,
  .iAquaBtn:active,
  .iAquaBtn.active,
  .iAquaBtn.disabled,
  .iAquaBtn[disabled] {
    color: #ffffff;
    background-color: #ffc40d;
    *background-color: #f3b700;
  }
  .iAquaBtn:active,
  .iAquaBtn.active {
    background-color: #d9a400 \9;
  }
  .iAquaBtn:hover,
  .iAquaBtn:active,
  .iAquaBtn.active,
  .iAquaBtn.disabled,
  .iAquaBtn[disabled] {
    color: #ffffff;
    background-color: #ffc40d;
    *background-color: #f3b700;
  }
  .iAquaBtn:active,
  .iAquaBtn.active {
    background-color: #d9a400 \9;
  }
  .iAquaBtn:disabled,
  .iAquaBtn:active,
  .iAquaBtn:hover {
    color: #333333;
  }

  .iAquaBtn:active,
  .iAquaBtn:hover,
  .iAquaBtn:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    border: #222222;
  }
  [class^="icon-iaqualink-"],
  [class*="icon-iaqualink-"] {
    margin-bottom: -5px;
    width: 20px;
    height: 20px;
    background-image: url("../img/iaqua-sprite.png");
    display:inline-block;
  }
  .icon-iaqualink-check {
    background-position: -24px 0px;
  }
  .icon-iaqualink-iaqua {
    background-position: -24px -48px;
    display: inline-block !important;
  }
  .icon-iaqualink-warning {
    background-position: 0px -48px;
  }
  td.statusMsg {
    vertical-align: middle;
  }
  .dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    z-index: 9999;
    padding: 25px;
    max-width: 50%;
    border: 1px solid #00339c;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 51, 156, 0.3);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 51, 156, 0.3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 51, 156, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .messagePopupChange .dialog {
    border: 1px solid #428bca;

  }
  .pagination {
    margin: 0;
  }
  i.addClose {
    position: absolute;
    top: -15px;
    right: -10px;
  }
  .editAccordion .btn-group {
    margin-top: 5px;
  }
  .signinBottom button {
    display: block;
    margin: 8px 0 12px;
    font-size: 18px;
    padding: 12px 25px;
  }
  .signinBottom .row-fluid {
    margin-top: 5px;
  }
  .signinPage h2,
  .signinPage h3 {
    margin-bottom: 1.2em;
  }
  .signinPage a,
  .signinPage h2,
  .signinPage h3{
    color: #00339c;
  }
  .signinPage a.btn {
    color: #333;
  }
  .signinPage a.signUp {
    margin: 14px 0 0 14px;
  }
  .io_credit {
    margin-top: 25px;
  }
  .touch .btn {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  @media (max-width: 767px) {
    body {
      padding: 0;
    }
    h1 {
      font-size: 23px;
      line-height: 1.4em;
    }
    .span4.searchBlock {
      width: 31.914893617021278%;
    }
    .span8.pagination {
      margin-top: 0;
      width: 65.95744680851064%;
      float: left;
    }
    .pagination {
      text-align: left;
      margin-top: 10px;
    }
    .overview.span8 {
      float: left;
      width: 65.81196581196582%;
      *width: 65.75877432260411%;
    }
    .editAcct.span4 {
      float: right;
      width: 31.623931623931625%;
      *width: 31.570740134569924%;
    }
    h4 {
      font-size: 15px;
      line-height: 1.3em;
    }
    .addLocationDialog {
      width: 80%;
    }
    .signinPage{
      padding: 5px;
      font-size: 13px;
    }
    .signinPage select,
    .signinPage input,
    .signinPage .btn,
    .signinPage label{
      font-size: 13px;
    }
    .signinPage h2{
      font-size: 20px;
    }
    .signinPage h3{
      font-size: 16px;
    }
    .signinPage h2,
    .signinPage h3 {
      line-height: 1.2em;
    }
    .signinPage .row-fluid [class*="span"]{
      float: left;
      margin-left: 2.127659574468085%;
      *margin-left: 2.074468085106383%;
    }
    .signinPage .row-fluid [class*="span"]:first-child{
      margin-left: 0;
    }
    .signinPage .row-fluid [class*="span"] select,
    .signinPage .row-fluid [class*="span"] input{
      margin-left: 0;
    }
    .signinPage .row-fluid [class*="span"] .checkbox input[type="checkbox"] {
      margin-left: -18px;
    }
    .signinPage .row-fluid .span5 {
      width: 40.42553191489362%;
      *width: 40.37234042553192%;
    }
    .signinPage .row-fluid .span6{
      width: 48.93617021276595%;
      *width: 48.88297872340425%;
    }
    .signinPage .row-fluid .span7{
      width: 57.44680851063829%;
      *width: 57.39361702127659%;
    }
    .signinPage .row-fluid .span9{
      width: 74.46808510638297%;
      *width: 74.41489361702126%;
    }
    .signinPage a.signUp{
      margin: 5px 0 0 12px;
    }
    .signinPage .signinBottom button{
      margin: 8px 0 12px;
      font-size: 16px;
      padding: 10px 18px;
    }
  }
  @media (max-width: 520px) {
    .signinPage{
      padding: 5px 15px;
    }
    .signinPage h2{
      padding-top: 2px;
      font-size: 18px;
      line-height: 1em;
    }
    .signinPage h3{
      font-size: 16px;
      line-height: 1em;
    }
    .signinPage .row-fluid [class*="span"]{
      float: none;
      width: 100%;
      margin-left: 0;
    }
    .signinPage a.signUp{
      margin: 2px 0 0 12px;
    }
    .signinPage .not-a-user{
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd;
    }
    .span4.searchBlock,
    .span8.pagination {
      margin-top: 0;
      width: 100%;
      float: none;
    }
    .span8.pagination {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 481px) {
    [class*="span"],
    .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    body {
      padding: 0;
    }
    .dialog {
      padding: 10px;
      min-width: 180px;
    }
    button.btn {
      padding: 5px 8px 4px;
      font-size: 13px;
    }
    h4 {
      font-size: 14px;
      line-height: 1.3em;
    }
    .zBoxBody {
      padding: 12px;
    }
    .statusSummary .textBox {
      margin-bottom: 0;
    }
  }
  .lt-ie8 .dialog {
    max-width: 600px;
  }
  .lt-ie8 i.icon-only {
    height: 19px;
  }
  .lt-ie8 input[name=serialNo] {
    min-width: 200px;
  }
  
  /* PROGRESS BARS */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-moz-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @-o-keyframes progress-bar-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 40px 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
  }
  .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  }
  .arrow-up {  
    width:0;  
    height:0;  
    border-left:5px solid transparent;  
    border-right:5px solid transparent ;  
    border-bottom:10px solid #428bca;  
    display: inline-block;
    }  
      
    .arrow-down {  
    width:0;  
    height:0;  
    border-left:5px solid transparent;  
    border-right:5px solid transparent;  
    border-top:10px solid #428bca;  
    display: inline-block;
  
    } 
    .pointer{
      cursor: pointer;
      color: #428bca;
      }

    [ng-click],[data-ng-click]{
      cursor: pointer;
      }

      option:before { content: "☐ " }
      option:checked:before { content: "☑ " }
      
      .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */   
        height: 100%;
        width: 100%;
        position: fixed; /* Stay in place */
        z-index: 9999; /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .no-internet-dialog{
        border: 1px solid #428bca;
        position: relative;
        top:0px;
        left:0px;
      }

.bulletin-box{
  background-color: rgba(255,204,0,0.2);
  border: 1px solid #E3D5C1;
  border-left:2px solid #36455A;
  border-radius:5px;
  display:flex;
}

.bulletin-box a.close, .bulletin-box a.close:hover{
  color: #36455A;
  opacity: 0.6;
}

.bulletin-icon{
  width: 50px;
  height: 60px;
}

.bulletin-msg{
  margin-left: 20px; 
  font-size:14px; 
  color:#000000;
}

.bulletin_margin {
  margin-top: 55px;
}

.register-device-page h2.heading {
  margin-top: 6rem;
  margin-bottom: 0px;
}

.register-device-page h2.email {
  margin-top: 0px;
}
     
.idle-continue-btn{
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0px 0px 250px;
}
.alert-idle{
  padding: 0% !important;
  font-size: 15px !important;
  font-weight: bold;
}

/* Start EQT-19001 - System Information Tabs css */
.system-information>.nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}

.system-information>.nav-tabs>li>a {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px 10px 15px;
  color:#555;
}
.system-information>.nav-tabs>li.active>a {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom: 2px solid #428bca;
  color: #000000;
}
.system-information>.tab-content>.tab-pane {
  border: 1px solid #ddd9d9;
}
.system-information>.tab-content>.tab-pane>h3 {
  margin: 0px;
  padding: 12px 8px;
  background-color: #428bca;
  color: white;
  font-weight: 500;
}
table.vs-pump-setup>tbody>tr>td>a.btn-info {
  background-color: #428bca;
  font-size: 14px;
  border-radius: 10px;
}
table.vs-pump-setup tr th {
  text-transform: uppercase;
}
.system-information>.nav-tabs>li.disabled {
  display: none;
}
.data-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1051;
  background: white;
  padding-top: 25%;
  text-align: center; 
  opacity: 0.8;
}
#VSPumpInfoModal .modal-dialog .modal-header {
  background-color: #428bca;
  color: white;
}
#VSPumpInfoModal .modal-dialog .modal-header h4.modal-title{
  font-size: 20px;
}
#VSPumpInfoModal .modal-dialog .modal-header button.close {
  color: white;
  opacity: 1;
  margin-top: 3px;
  font-weight: 300;
  font-size: 26px;
}
#VSPumpInfoModal .modal-dialog .modal-body table {
  border: 1px solid #cdc9c9;
  table-layout: fixed;
}
#VSPumpInfoModal .modal-dialog .modal-body table thead {
  background-color: #d8d8d8;
}
#VSPumpInfoModal .modal-dialog .modal-body table:first-child thead {
  text-transform: uppercase;
}
#VSPumpInfoModal .modal-dialog .modal-body h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
#VSPumpInfoModal .modal-dialog .modal-body table.feature-speed tbody tr td {
  border-top: 0px;
}
table.ph-sensor , table.orp-sensor {
  border: 1px solid #ddd9d9;
}
table.ph-sensor thead tr th , table.ph-sensor tbody tr td , table.orp-sensor thead tr th , table.orp-sensor tbody tr td
{
  padding-left: 10%;
}
table.ph-sensor thead tr th:first-child , table.ph-sensor tbody tr td:first-child , table.orp-sensor thead tr th:first-child , table.orp-sensor tbody tr td:first-child {
  padding-left: 2%;
}
.truesense-content {
  position: relative;
}
.trusensetab-data-loader {
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
}
.trusensetab-data-loader .loadingBlock {
  margin-top: 11%;
}
.system-information>.tab-content>.tab-pane>.truesense-content>h3 {
  margin: 0px;
  padding: 12px 8px;
  background-color: #428bca;
  color: white;
  font-weight: 500;
}
.system-information>.tab-content>.tab-pane:nth-child(3) {
  border: 0;
}
#requestTimeoutModal .modal-dialog {
  width: 130px;
  top:30%
}
/* End EQT-19001 - System Information Tabs css */

/*signin page css*/
.signin-page {
  padding-left: 20px;
  padding-right: 20px;
}
.signin-btm-txt{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: -0.29px;
  text-align: center;
  color: #333;
  margin-top: 3%;
}
@font-face {
  font-family: 'Praktika';
  src: url("fonts/Praktika_Bold.otf") format("opentype");

}
.box h2 {
  font-size: 24px;
  color: #333;
  margin: 10px 10px 0px 10px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-family: 'Praktika';
  letter-spacing: -0.64px;
}
.box h2:nth-child(2){
  margin-bottom: 80px;
  letter-spacing: -0.51px;
  font-size: 32px;
}
.btn-signin {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 14px 22px;
}
.signin-btn {
  background-color: #2BB4D3;
  border-color: #2BB4D3;
}
.signin-btn:hover
{
  color: #fff;
}
.logo{
  height: 41px;
  margin-top: 20px;
}
.signinbody{
  background-color: #f8f8f8;
}
.siginform{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
}
.box{
  width: 40%;
            background-color: white;
            margin: auto;
            margin-top: 5%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 5% 91;
            padding: 5%;
            border-radius: 4%;
}
@media only screen and  (max-width:512px)
{
  .box
  {
    width:90%;
  }
}
@media only screen and (min-width:512px) and (max-width:768px)
{
  .box
  {
    width:70%;
  }
}
.expsession-text{
  width: 464px;
  height: 24px;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.expsession-link{
font-weight: bold;
color: #007aff;
}
.generic-diaglog{
  margin-left: -15%;
  margin-top: -4%;
}
.iAquapw-div{
  border-style: solid;
  border-width: thin;
  border-color: #80808057;
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
}

/* IOTC-3290 JS upgrade - css for user permission select options */
#user-permissions {
  padding: 2px 2px 2px 2px;
}

#user-permissions option.selected {
  background-color: #1e90ff !important;
  color: white !important;
}

#user-permissions option.selected:before {
  content: "☑ ";
}
/* IOTC-3290 */

#firmwareUpdateAlertModal .modal-dialog {
  margin-top: 100px;
}

#firmwareUpdateAlertModal .modal-header{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#successModalPopup .modal-dialog {
  margin-top: 100px;
}

#successModalPopup .modal-header{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.user-activity-container .zBoxBody .loadingBlock {
  text-align: left;
  margin-bottom: 2%;
}

.user-activity-refresh {
  margin-left: 5px;
}

.user-search .advanced-search-checkbox {
  width: 16px; 
  height: 16px; 
  margin-top: 6px;
}

.user-search .advanced-search-label {
  position: relative;top: -3px;
}

.user-search .advanced-search-label .advanced-search-info {
  color: #808080;
}

#VSPumpInfoModal table.feature-speed input{
  width: 55%;
}

#VSPumpInfoModal table.feature-speed span.action-edit , 
#VSPumpInfoModal table.feature-speed span.action-save-cancel , 
#VSPumpInfoModal table.feature-speed span.action-edit-cancel , 
.vs-pump-setup span.action-edit , 
.vs-pump-setup span.action-save-cancel ,
.vs-pump-setup span.action-delete ,
#VSPumpInfoModal table.pump-details span.action-edit ,
#VSPumpInfoModal table.pump-details span.action-save-cancel ,
#VSPumpInfoModal table.master-speed span.action-edit ,
#VSPumpInfoModal table.master-speed span.action-save-cancel ,
#VSPumpInfoModal table.pump-details span.action-delete {
  margin-left: 3px;
}

#VSPumpInfoModal table.feature-speed span.action-edit .fa-pencil-square-o ,
#VSPumpInfoModal table.pump-details span.action-edit .fa-pencil-square-o ,
#VSPumpInfoModal table.master-speed span.action-edit .fa-pencil-square-o , 
.vs-pump-setup span.action-edit .fa-pencil-square-o{
  cursor: pointer;
  color: #428bca;
  font-size: 16px;
}

#VSPumpInfoModal table.feature-speed span.action-save-cancel button.fa-check-circle-o ,
#VSPumpInfoModal table.pump-details span.action-save-cancel button.fa-check-circle-o , 
#VSPumpInfoModal table.master-speed span.action-save-cancel button.fa-check-circle-o ,
.vs-pump-setup button.fa-check-circle-o {
  cursor: pointer;
  color: green;
  font-size: 16px;
  padding: 0px;
  border: none;
  background-color: white;
}

#VSPumpInfoModal table.feature-speed span.action-save-cancel .fa-times-circle-o ,
#VSPumpInfoModal table.pump-details span.action-save-cancel .fa-times-circle-o , 
.vs-pump-setup span.action-save-cancel .fa-times-circle-o ,
#VSPumpInfoModal table.master-speed span.action-save-cancel .fa-times-circle-o ,
#VSPumpInfoModal table.pump-details span.action-delete .fa-trash-o , 
.vs-pump-setup span.action-delete .fa-trash-o {
  cursor: pointer;
  color: red;
  font-size: 16px;
  margin-left: 5px;
}

#VSPumpInfoModal .modal-dialog.modal-xl {
  width: 75%;
}

#VSPumpInfoModal .vsp-edit-error , .vsp-edit-error {
  color: red;
  font-size: 12px
}

#VSPumpInfoModal button.disabled , .vs-pump-setup button.disabled{
  opacity: 0.5;
  cursor: not-allowed !important;
}

#VSPumpInfoModal table.feature-speed span.action-edit-cancel button.fa-pencil-square-o {
  cursor: pointer;
  color: #428bca;
  font-size: 16px;
  padding: 0px;
  border: none;
  background-color: white;
}

#VSPumpInfoModal table.feature-speed span.action-edit-cancel i.fa-times-circle-o {
  cursor: pointer;
  color: red;
  font-size: 16px;
  background-color: white;
}

#VSPumpInfoModal table.feature-speed .dropdown-menu {
  top: -1300%;
  left: 20px;
  max-height: 360px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 190px;
  padding: 0px;
}

#VSPumpInfoModal table.feature-speed .dropdown-header {
  background-color: #ebae3e;
  font-size: 16px;
  font-weight: bold !important;
  color: #333;
  padding: 5px 20px; 
  white-space: inherit;
}

#VSPumpInfoModal table.feature-speed .dropdown-header i.close-aux-dropdown {
  position: absolute;
  right: 3px;
  top: 5px;
}

.vs-pump-setup .delete-serial {
  border: 1px solid gray;
}

#VSPumpInfoModal table.feature-speed .dropdown-menu .dropdown-menu-inner {
  overflow-y: scroll;
  height: 280px;
  width: 100%;
  overflow-x: hidden;
  list-style: none;
  padding-left: 0px;
}

#VSPumpInfoModal table.feature-speed .dropdown-menu .dropdown-menu-inner li{
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

#VSPumpInfoModal table.feature-speed .dropdown-menu .dropdown-menu-inner li input{
  float: right;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

#VSPumpInfoModal table.master-speed td input, #VSPumpInfoModal table.pump-details td input , 
.vs-pump-setup input{
  width: 65%;
}

table.vs-pump-setup {
  table-layout: fixed;
}

#VSPumpInfoModal table.feature-speed input.feature-speed {
  width: 95%;
}

.device-activity-tab-content table {
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
  margin-bottom: 5px;
}

#sys-info-header{
  margin-top:30px;
}

.device-activity-tab-content section {
  position: relative;
}

.device-activity-tab-content section .zBoxBody {
  opacity:0.9;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%
}

.device-activity-tab-content section .zBoxBody .loadingBlock {
  position: absolute;
  top:15%;
  width: 100%;
  font-size: 18px;
}

.device-activity-tab-content .table-header {
  margin-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.device-activity-tab-content .table-footer {
  text-align: right; padding-right: 8px; margin-top: 5px;
}

.user-activity-container .activity-table-box .spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
}

.user-activity-container .activity-table-box .spinner .spinner-icon {
  text-align: center;
  margin-top: 40%;
  opacity: 1;
  font-size: 18px;
}

.schedule-data {
  overflow-y: auto;
  max-height: 460px;

  .table, th, td {
      border: 2px solid white;
  }

  .table, th {
      background-color: #5b9bd5;
      color: white
  }

  .table, td {
      background-color: #d2deef;
      color:black 
  }

  .table, td {
    .edit-delete-styling {
      text-decoration: underline;
      text-decoration-color:#5b9bd5;
      font-weight: bold;
    }

    .center-align {
      text-align: center;
    }
  }
}


.schedule-modal {
  .modal-header {
    background-color: #5b9bd5;
    color: white;
  }
  
  .modal-close-button {
    color: white;
    opacity: 1;
  }

  .runtime-style {
    display: flex;
  }

  .runtime-alignment, .runtime-alignment-right {
    padding: 0.5rem;
    flex-grow: 1;
    color: black;
  }

  .days-frequency {
    border: 1px solid #ccc;
    padding:0.5em;
    border-radius: 4px
  }
}

.center-align-message {
  text-align: center;
}

.scheduleTitle{
  border: 1px solid red;
}