/* Minification failed. Returning unminified contents.
(2,7): run-time error CSS1035: Expected colon, found '.'
(60,11): run-time error CSS1035: Expected colon, found '{'
 */

table.expandable-rows tr.expandable {
  display: none;
}
table.expandable-rows tr.clickable {
  cursor: pointer;
}
table.expandable-rows td.tdMonthlyBonus.bonusUpdatable {
  cursor: url(../Images/DollarCursor.png) 16 16, pointer;
}
tr.red td {
  background-color: #ff3800;
}
tr.orange td {
  background-color: darkorange;
}
tr.grey td {
  background-color: #8c8c8c;
}
tr.darkGrey td {
  background-color: #5a5a5a;
}
tr.total td {
  font-weight: bold;
}
table.table-hover tr {
  cursor: pointer;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.btnSave {
  width: 80px;
  margin: auto;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}
.container {
  position: relative;
}
table.sticky thead {
  background: white;
}
td.inactive {
  background-color: lightgray;
}
.line-through {
  text-decoration: line-through;
}
.alert-absolute-trim {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.display-none {
  display: none;
}
.label {
  font-size: 16px;
}
label.large {
  font-size: 1.25em;
}
label.large-huge {
  font-size: 1.5em;
}
.label.huge {
  font-size: 2em;
}
.top-buffer {
  margin-top: 1em;
}
