﻿.HeaderImage {
  max-width: 100%;
}
.Caption {
  font-size: 18px;
  color: #002b59;
}
.GVHeader {
  color: #00a1e0;
  background-color: #dcdcdc;
}
.GVHeader button.active .dxbs-icon-filter {
  color: #ff5200;
}
.GVContent > tbody > tr:nth-child(odd) {
  background-color: #ececec;
}
.GVFooter {
  background-color: #dcdcdc;
}
.GVColumnFixed {
  width: 150px;
}
.GVColumnMinWidth {
  min-width: 100px;
}
.GlobalNoLeftBorder {
  border-left-style: none !important;
}
.HeaderButton {
  margin: 5px;
}
.HeaderButtonFirst {
  margin: 5px 5px 5px 20px;
}
.Caption {
  font-size: 18px;
  color: #002b59;
}
#OGShortCut4 {
  display: none;
}
.ROVListHistory {
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
  color: #002b59;
}
.NotValidRow {
  font-style: italic;
}
.NotValidRow > td {
  background-color: #737373;
  color: #ffffff;
}
.NotValidMasterRow {
  font-style: italic;
}
.NotValidMasterRow > td {
  color: #e40039;
  text-decoration: line-through;
}
.CtrlFile {
  vertical-align: bottom !important;
}
.FileLabel {
  font-size: 14px;
  font-family: Verdana;
}
.DXLabel {
  padding-top: 7px;
}
.DXLabel span {
  font-size: 14px;
  font-family: Verdana;
}
.FilterCombo {
  width: 100%;
}
.FilterComboButton {
  background-image: none;
  background-color: #737373;
  color: #ffffff;
  padding: 6px 8px 8px 6px !important;
}
.FilterComboButton:hover {
  background-color: #002b59;
}
.FilterComboItem {
  color: #002b59;
  border: none !important;
}
.FilterComboItem:hover {
  color: #00a1e0;
  background-color: #ececec;
}
.FilterComboItemSelected {
  background-image: none;
  background-color: #00a1e0;
  color: #ffffff;
}
.DeleteMsg {
  display: none;
}
.CopyToClipboard:focus {
  border: none;
  outline: none;
}