.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  color: #fff;
  padding: .5rem 1rem;
  background-color: rgba(42, 140, 238, 0.8);
  overflow: hidden;
}
.disclaimer h3, .disclaimer p {
  margin: 0;
  font-size: .75rem;
  line-height: 1.5;
}
.disclaimer button {
  float: right;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: .75rem;
  padding: .25rem 2rem;
  cursor: pointer;
  margin: .25rem 0 .25rem 1rem;
}
.disclaimer:not([style]) + .showbreakpoints {
  bottom: 52px;
}

label .ui-outputlabel-rfi {
  display: inline-block !important;
}

/*# used to enforce ellipsis in panel-grids for tables */
.pangelgrid-ellipsis {
    text-overflow: ellipsis; 
    display: block; 
    overflow: hidden;
}

@media (hover: hover) {
  body td.ui-row-operations {
    opacity: 1;
  }
}

body td.ui-row-operations .ui-button {
  border: 1px solid transparent;
}

tr:hover td.ui-row-operations .ui-button{
  border-color: #911319;
}

/*# sourceMappingURL=app.css.map */
