
.expired-box{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  cursor: help;
}
.expired-box-light{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  cursor: help;
}

.expired-element{
  width: 100%;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  cursor: help;
}
.expired-element-light{
  width: 100%;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  cursor: help;
}

.expired-graph{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  cursor: help;
}
.expired-graph-light{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  cursor: help;
}

.navbar-error {
  border-left: solid 3px;
  border-color: #e74856;
  background-color: #e748561c !important;
  font-style: italic;
  color: #ae3641 !important;
}