.digital-status-1 {
  background: #81e800;
  border-color: #65b500;
  background: linear-gradient(to bottom, #81e800 0%, #88f600 50%, #74d100 51%, #83ec00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81e800', endColorstr='#83ec00', GradientType=0);
}
.digital-status-2 {
  background: #51bee0;
  border-color: #26add8;
  background: linear-gradient(to bottom, #51bee0 0%, #56c9ed 50%, #49abca 51%, #54c4e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51bee0', endColorstr='#54c4e8', GradientType=0);
}
.digital-status-3 {
  background: #6c0091;
  border-color: #46005e;
  background: linear-gradient(to bottom, #6c0091 0%, #720099 50%, #4c0067 51%, #6c0091 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c0091', endColorstr='#6c0091', GradientType=0);
}
.digital-status-4 {
  background: #e40071;
  border-color: #b10058;
  background: linear-gradient(to bottom, #e40071 0%, #f20078 50%, #c30060 51%, #f10077 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40071', endColorstr='#f10077', GradientType=0);
}
.statusboard-red {
  background: #f85032;
  border-color: #be2206;
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}
.statusboard-yellow {
  background: #fceabb;
  border-color: #e1a50a;
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}
.statusboard-green {
  background: #bfd255;
  border-color: #889928;
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
}
.statusboard-blue {
  background: #6db3f2;
  border-color: #1067b6;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}
.color-theme-1 {
  color: #3C88A6;
}
.color-theme-2 {
  color: #D96704;
}
.color-theme-3 {
  color: #F2F2F2;
}
.color-theme-4 {
  color: #12D90B;
}
.color-theme-5 {
  color: #252525;
}
.color-theme-6 {
  color: #555754;
}
.color-theme-7 {
  color: #D90E0B;
}
@keyframes nodeInserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
@-moz-keyframes nodeInserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
@-webkit-keyframes nodeInserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
@-ms-keyframes nodeInserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
@-o-keyframes nodeInserted {
  from {
    outline-color: #fff;
  }
  to {
    outline-color: #000;
  }
}
*[title] {
  animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -webkit-animation-duration: 0.01s;
  animation-name: nodeInserted;
  -o-animation-name: nodeInserted;
  -ms-animation-name: nodeInserted;
  -moz-animation-name: nodeInserted;
  -webkit-animation-name: nodeInserted;
}
.tippy-box[data-theme~='gpsoverip'] {
  background: white;
  border: 1px solid gray;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.tippy-box[data-theme~='gpsoverip'] .tippy-content {
  color: #282828;
  font-size: 9px;
  line-height: 15px;
  padding: 3px 5px;
}
.tippy-box[data-theme~='gpsoverip'] .tippy-arrow {
  display: none;
}
