﻿/*DX*/
.dxbs-empty-data-row > td {
  padding: 5px !important;
}
.dxbs-gridview .panel {
  margin-bottom: 5px;
}
.dxbs-calendar .panel-body {
  padding: 3px 1px;
  font-size: 12px;
}
.dxbs-calendar .panel-footer {
  padding: 3px 1px;
}
.dxbs-calendar .dxbs-time-section {
  margin-bottom: 0px;
}
.dxbs-dropdown-area {
  top: 35px !important;
}
.dxbs-calendar .btn {
  padding: 3px 6px;
}
/*Override template*/
#OGShortCut3,
#OGShortCut4 {
  display: none;
}
/*New style*/
.Caption {
  font-size: 18px;
  color: #002b59;
}
.InfoTable .Type,
.InfoTable .VirtualTable {
  font-size: 18px;
  color: #002b59;
  line-height: 40px;
}
.InfoTable .Switch {
  font-size: 18px;
  line-height: 40px;
}
.InfoTable .Station {
  font-size: 24px;
  color: #002b59;
  font-weight: bold;
  line-height: 40px;
}
.InfoTable .TableNoteText {
  color: #00a1e0;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}
.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;
}
.GVAdmHeader {
  color: #00a1e0;
  background-color: #dcdcdc;
}
.GVAdmContent > tbody > tr:nth-child(odd) {
  background-color: #ececec;
}
.GVFooter {
  background-color: #dcdcdc;
}
.HeaderButton {
  margin: 5px;
}
.HeaderButtonFirst {
  margin: 5px 5px 5px 20px;
}
.GlobalRed {
  color: #e40039;
}
.GlobalGrey {
  color: #737373;
}
.GlobalDarkBlue {
  color: #002b59;
}
.GlobalBold {
  font-weight: bold;
}
.GlobalNoLeftBorder {
  border-left-style: none !important;
}