/*  Crimson Red color */
.sjuRed {
color: #990000;
}

/* Header Crimson Red color */
h1 {
  color: #990000;
}

/* table padding */
th, td {
  padding: 5px;
}

/* table header*/
th {
  background-color: #f2f2f2;
  color: white;
}

/* table rows*/
.trColor tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* align components horizontally */
.display-inline {
    display: inline-block;
    padding-right: 20px;
}

/* Header Margin */
.headerMargin {
  margin-left: 20px;
}

/* text align to right */
.textRight {
  text-align: right;
}

/* text align to center*/
.textCenter {
  text-align: center;
}

.ui-grid-header-cell-label
{
   height: 48px;
   white-space: normal;
   text-overflow: clip;
}