.titleBar {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  align-items: center;
  margin: 10px 10px 5px 10px;
}
.titleBarName {
  flex: 1 1 auto;
  color: #000;
  white-space: nowrap;
}
.parameterLink {
  white-space: nowrap;
  text-decoration: none;
  margin: 0 5px;
}
.parameterImageStyle {
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.parameterToolTip {
  background-color: #2b2b2b;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 3;
  margin-top: 40px;
}
[dir=rtl] .parameterToolTip {
  right: auto;
  left: 10px;
}
.parameterToolTipdpValue,
.parameterToolTipCaption {
  color: #EFEFEF;
  padding-left: 5px;
}
.parameterToolTipCaption {
  font-weight: bold;
}
[dir=rtl] .parameterToolTipdpValue,
[dir=rtl] .parameterToolTipCaption {
  padding-left: 0;
  padding-right: 5px;
}
.parameterToolTipdpValue {
  display: inline-grid;
}
.parameterToolTipValues {
  color: #EFEFEF;
  padding-left: 15px;
}
[dir=rtl] .parameterToolTipValues {
  padding-left: 0;
  padding-right: 15px;
}
#dxViewer {
  background: #2b2b2b;
}
#refreshDataButton {
  border: 0px;
  background: transparent;
  min-height: 24px;
  min-width: 24px;
  padding: 3px 5px;
}
#refreshDataButton:hover {
  background-color: #fff;
}
.itemViewerFrame {
  background-color: #fff;
}
.itemViewerFrameBody.webClient {
  padding-top: 5px;
  background-color: #f0efef;
}
.client_header.hidden {
  height: 0px;
}
.itemViewerFrameBody {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
}
.itemViewerFrameBody #itemTitleBarName {
  line-height: 3;
}
.itemViewerFrameBody .webClientForm {
  background-color: #f0efef;
}
.itemViewerFrameBody .webClientForm #itemTitleBar {
  background-color: #f0efef;
}
.itemViewerFrameBody .itemViewerFrameForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 1 1 auto;
}
.itemViewerFrameBody .itemViewerFrameForm #itemTitleBar {
  box-shadow: none;
}
.itemViewerFrameBody .visibleDashboardContainer.standaloneViewerContainer {
  margin-top: 0px;
  background-color: #fff !important;
}
.itemViewerFrameBody .visibleDashboardContainer.standaloneViewerContainer .itemVieweriFrame {
  padding-right: 10px;
}
.itemViewerFrameBody .visibleDashboardContainer {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f0efef;
}
.itemViewerFrameBody .visibleDashboardContainer #itemVieweriFrame {
  height: 100%;
  width: 100%;
  background-color: #2b2b2b;
}
.itemViewerFrameBody .hiddenItemContainer {
  height: 0px;
}
.itemViewerFrameBody #exportButton {
  margin: 5px;
}
.eisAdministrationDashBody {
  padding: 5px;
}
#ctl00 {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#ctl00 #adminControl {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#adminControl_callBackPanel {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
#adminControl_callBackPanel .client_header {
  background-color: #f0efef;
  box-shadow: none;
}
#adminControl_callBackPanel_frame {
  height: 100%;
  width: 100%;
}
.dashboardViewerContent {
  height: 100%;
  overflow: hidden;
}
.dashboardViewerContentBody,
.reportViewerContentBody {
  overflow: hidden;
  font-family: Roboto, "Segoe UI", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 0px;
  background-color: #2b2b2b;
}
.dashboardViewerFooter {
  color: #EFEFEF;
  background-color: #2b2b2b;
  margin-right: 10px;
  margin-left: 10px;
}
.dashboardViewerFooterDiv {
  background-color: #EFEFEF;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #2b2b2b;
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 3;
}
[dir=rtl] .dashboardViewerFooterDiv {
  right: auto;
  left: 10px;
}
/* Tooltip container */
.footertooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  align-content: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Tooltip text */
.footertooltip .footertooltiptext {
  background-color: black;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 5;
  bottom: 100%;
  width: 100%;
}
/* Footer "info" ('i'-in-a-circle) image */
.infoImageStyle {
  float: right;
}
[dir=rtl] .infoImageStyle {
  float: left;
}
.reportViewerContentBody #exportButton {
  background-repeat: no-repeat;
  float: right;
  margin: 8px;
  border: 0px solid #000;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 8px;
  max-height: 0px;
  text-decoration: none;
}
.reportViewerContentBody #exportButton:hover {
  background-color: #fff;
}
.reportViewerContentBody #exportButton:active {
  position: relative;
  top: 1px;
}
.dx-dashboard-title {
  font-family: inherit;
}
.dxgvAdaptiveGroupPanel_DevEx,
.dxgvGroupPanel_DevEx {
  background: none;
}
.dxgvFooter_DevEx,
.dxgvFSDC {
  background-color: #2b2b2b !important;
}
.dxgvHeader {
  background-color: red !important;
}
body.ltr {
  background-color: #2b2b2b !important;
  color: #EFEFEF;
}
input[type=text],
input[type=password],
input[type=tel],
select {
  color: #EFEFEF;
  background-color: #2b2b2b !important;
  border: 1px solid #757575 !important;
}
.dx-dashboard-layout-state-error {
  display: none !important;
}
html,
body,
input,
textarea,
select {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
html {
  overflow: auto !important;
}
.itemViewerFrame {
  background-color: #2b2b2b !important;
}
.itemViewerFrameBody {
  background-color: #2b2b2b !important;
  display: flex !important;
  flex-direction: column !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}
.titleBarName {
  color: #EFEFEF !important;
}
.itemViewerFrameBody.webClient {
  background-color: #2b2b2b;
}
.itemViewerFrameBody {
  display: flex;
  flex-direction: column;
}
.itemViewerFrameBody #itemTitleBarName {
  color: #f0efef;
}
.itemViewerFrameBody .webClientForm {
  background-color: #2b2b2b;
}
.itemViewerFrameBody .webClientForm #itemTitleBar {
  background-color: #2b2b2b;
}
#refreshDataButton:hover {
  background-color: #2b2b2b;
}
/* MAKE SCROLLBARS PRETTY */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  background-color: #4d4f53;
}
::-webkit-scrollbar-track-piece {
  background-color: #2b2b2b;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: #EFEFEF;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #2b2b2b transparent;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #f0efef transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #2b2b2b transparent transparent transparent;
}
::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #f0efef transparent transparent transparent;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #808080;
  border-radius: 3px;
}
.dxgvHSDC {
  background-color: #2b2b2b !important;
}
.dxgvHEC {
  background-color: #2b2b2b !important;
}
header#itemTitleBar {
  display: flex;
  background-color: #2b2b2b !important;
}
.client_Header {
  display: flex !important;
  flex-direction: row;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #2b2b2b;
  color: #000;
  height: 40px;
  z-index: 100;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}
.client_header .userSide .features {
  display: flex !important;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: center;
  margin: 0 10px;
  min-width: auto;
}
.client_header .navigationSide {
  display: flex !important;
  flex-direction: row;
  flex: 1 1 100%;
  margin: 0 10px;
}
.client_header.hidden {
  visibility: hidden;
}
.parameterLink {
  white-space: nowrap;
  text-decoration: none;
  margin: 0 5px;
}
.parameterToolTip {
  background-color: #2b2b2b;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 3;
  margin-top: 40px;
}
.parameterToolTipdpValue,
.parameterToolTipCaption {
  color: #EFEFEF;
}
.parameterToolTipValues {
  color: #EFEFEF;
}
.hide {
  display: none !important;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
.dialog .dialog-title-bar {
  background-color: #2b2b2b !important;
  color: #EFEFEF !important;
}
.dialog-button-bar {
  background-color: #2b2b2b !important;
  border-top: 1px solid #EFEFEF !important;
}
.parameterModalInput {
  color: #EFEFEF;
}
.parameterModalPanel {
  background-color: #2b2b2b !important;
}
body.ltr {
  background-color: #2b2b2b !important;
}
span#lblInstruction {
  color: #EFEFEF !important;
}
input[type=text],
input[type=password],
input[type=tel],
select {
  color: #EFEFEF;
  background-color: #2b2b2b !important;
  border: 1px solid #757575 !important;
}
.parameterModalcontent {
  color: #EFEFEF !important;
}
.btn {
  font-size: 16px;
  user-select: none !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #0b78d1 !important;
  border-color: #669CDE;
  line-height: 1.7 !important;
  padding: 0 10px !important;
  font-weight: normal !important;
}
svg {
  fill: #fff !important;
}
.dxgvGroupPanel_DevEx {
  color: #EFEFEF;
}
div#dxViewer_HFListBox2LBVSTC {
  background-color: #2b2b2b;
  color: #EFEFEF;
}
.dxeListBoxFilter_Material,
.dxeListBox_Material div.dxlbd,
.dxpcLite_Material .dxpc-footer,
.dxeCheckBoxList_Material,
.dxpc-content,
.dxeButtonEditSys,
.dxeButtonEdit_Material,
.dxeButtonEditButton_Material,
table.dxeButtonEditSys.dxeButtonEdit_Material.dxeNullText_Material.dxh0 {
  background-color: #2b2b2b;
}
td.dxeListBoxItem_Material.dx-ellipsis.dxeListBoxItemHover_Material {
  color: #fff;
}
input[type="text"].dxeEditArea_Material,
tr.dxeListBoxItemRow_Material,
.dxeListBoxItemSelected_Material,
.dx-wrap {
  color: #EFEFEF;
}
table.dxeListBox_Material.dxeFocused_Material.dxh0,
table.dxeButtonEditSys.dxeButtonEdit_Material.dxeFocused_Material.dxh0 {
  background-color: #2b2b2b;
}
.parameterModaldataProvider {
  color: #669CDE !important;
}
.dx-dashboard-layout-state-error {
  display: none !important;
}
