﻿.GVHeader {
  color: #00a1e0;
  background-color: #dcdcdc;
}
.GVContent > tbody > tr:nth-child(odd) {
  background-color: #ececec;
}
.GVFooter {
  background-color: #dcdcdc;
}
.GlobalNoLeftBorder {
  border-left-style: none !important;
}
.HeaderButton {
  margin: 5px;
}
.HeaderButtonFirst {
  margin: 5px 5px 5px 20px;
}
.Caption {
  font-size: 18px;
  color: #002b59;
}
.GVColumnFixed {
  width: 150px;
}
.GVColumnMin {
  min-width: 60px;
}
.DXLabel {
  padding-top: 7px;
}
.DXLabel span {
  font-size: 14px;
  font-family: Verdana;
}
.XMLRaw {
  background-color: #ffffff !important;
}
.Bold {
  font-weight: 800;
}
.Red {
  color: #e40039;
}
.XMLPretty {
  font-size: 12px;
  word-wrap: break-word;
}
.XMLPretty .elName {
  color: #002b59;
  font-weight: 600;
}
.XMLPretty .atName {
  color: #faa800;
}
.ShowTTXML th,
.ShowTTXML td,
.ShowTTXML .DXLabel span,
.ShowTTXML .DXCaption {
  font-size: 12px;
}
.ShowTTPDF .PDFPage {
  border-style: solid;
  border-collapse: #000000;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85%;
}
.GVColumnTransFixed {
  width: 150px;
  overflow-wrap: anywhere;
}
.ExportButton {
  margin: 0px 5px 0px 5px;
}
.GVGenEnYesNo {
  width: 100px;
}
.GVGenEnPA {
  width: 275px;
}
.GVGenEnTime {
  width: 200px;
}