/*Style Guide*/
/*End StileGuides*/
/*Required shades*/
/*Color for shift order graph series in NORMAL threshold*/
/*Color for shift order graph series in WARNING threshold*/
/*Color for shift order graph series in CRITICAL threshold*/
/*Gang graph colors*/
.ui-grid-header-canvas {
  background-color: #DEF2F4;
}
.ui-grid-header-cell-label {
  font-weight: bold;
  text-transform: capitalize;
  color: #1F2324;
  font-family: NotoSans-Bold;
  font-size: 11.0pt;
  color: #434343;
}
input[type="text"].ui-grid-filter-input {
  font-family: NotoSans-Regular;
  padding-left: 3px;
  height: 2.2em;
  border-radius: 0.3em;
  border: 1px solid #7f8d90;
  font-weight: normal;
}
div.ui-grid-cell div.ui-grid-cell-contents {
  color: #1F2324;
  font-weight: normal;
  text-transform: uppercase;
  font-family: NotoSans-Regular;
}
.date-navigator {
  width: 250px;
}
.ui-grid-cell .btn {
  border: none;
  background-color: inherit;
}
.ui-grid-cell .btn:active,
.ui-grid-cell .btn:focus,
.ui-grid-cell .btn:hover {
  background-color: inherit;
}
.ui-grid-cell.locked div.ui-grid-cell-contents {
  font-style: italic;
  background-color: rgba(247, 0, 0, 0.19);
  color: #1F2324;
  font-weight: bold;
}
div[bcmea-vessel-manager] div.ui-grid-top-panel {
  background: transparent;
}
select.ui-grid-filter-select {
  padding: 0;
  margin: 0;
  border: 1px solid #858585;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
}
div[role="gridcell"] .ui-grid-cell-contents {
  font-size: 0.94em !important;
}
abbr {
  border-bottom: none !important;
  text-decoration: none !important;
}
.ui-grid-pager-panel {
  font-family: NotoSans-Regular;
}
.grid-row__internal .ui-grid-cell .ui-grid-cell-contents {
  color: #A40E00;
}
.modal-xlg {
  width: 1366px;
  height: 778px;
}
