﻿.dx-widget {
  font-family: 'Prompt', 'Segoe UI', 'Helvetica Neue', Helvetica, Verdana, san-serif !important;
  font-size: 16px !important;
}
.dx-treelist-header-panel .dx-datagrid-header-panel {
  padding-bottom: 0.25rem !important;
}
.dx-datagrid .dx-row > td {
  padding: 3px !important;
}
.dx-datagrid-rowsview .dx-row.dx-group-row {
  font-weight: 500 !important;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
  min-width: 50px !important;
  width: 50px !important;
}
.dx-treelist .dx-row > td {
  padding: 3px !important;
}
.dx-row.dx-data-row.dx-column-lines.dx-state-hover td {
  background: #F0F8FF !important;
}
.dx-row.dx-data-row.dx-state-hover td {
  background: #F0F8FF !important;
}
.dx-datagrid-headers {
  color: #001481 !important;
  font-weight: 600 !important;
}
.dx-treelist-headers {
  color: #001481 !important;
  font-weight: 600 !important;
}
.dx-datagrid {
  background-color: transparent !important;
}
.dx-datagrid-container {
  background-color: transparent !important;
}
.dx-treelist {
  background-color: transparent !important;
}
.dx-treelist-container {
  background-color: transparent !important;
}
.dx-toolbar {
  background-color: transparent !important;
}
.dx-datagrid .dx-header-filter {
  color: red !important;
}
.dx-datagrid .dx-header-filter-empty {
  color: #DDDDDD !important;
}
.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space {
  color: red !important;
}
.brandIcon {
  /*    position: absolute;
    top: -60px;*/
  left: 20px;
}
.img-center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-left-icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 125px;
  height: 125px;
  background-color: white;
}
.img-cropped {
  object-fit: contain;
  /*  border: 1px solid #EEEEEE;*/
  /*    padding: 2px;*/
  /*    background-color: #FFFFFF;*/
}
.img-225 {
  width: 225px;
  height: 112.5px;
}
.img-140 {
  width: 140px;
  height: 140px;
}
.img-160 {
  width: 160px;
  height: 160px;
}
.img-120 {
  width: 120px;
  height: 120px;
}
.img-100 {
  width: 100px;
  height: 100px;
}
.img-80 {
  width: 80px;
  height: 80px;
}
.img-22 {
  width: 22px;
  height: 22px;
}
.img-20 {
  width: 20px;
  height: 20px;
}
.img-25 {
  width: 25px;
  height: 25px;
}
.img-30 {
  width: 30px;
  height: 30px;
}
.img-40 {
  width: 40px;
  height: 40px;
}
.img-48 {
  width: 48px;
  height: 48px;
}
.img-50 {
  width: 50px;
  height: 50px;
}
.img-60 {
  width: 60px;
  height: 60px;
}
.img-58 {
  width: 58px;
  height: 58px;
}
.img-65 {
  width: 65px;
  height: 65px;
}
.img-100p {
  width: 100%;
  height: 100%;
}
#ImageRow {
  position: absolute;
  top: 20px;
  left: 25px;
}
.image-container {
  width: 100%;
  position: relative;
}
.stretchy-image {
  width: 90%;
  /*  position: absolute;*/
}
html {
  overflow: scroll;
  overflow-y: scroll;
}
body {
  /*    line-height: 100% !important;*/
  /*    letter-spacing: 0.5px;*/
  font-family: 'Prompt', 'Segoe UI', 'Helvetica Neue', Helvetica, Verdana, san-serif !important;
  font-size: 16px !important;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 1.4 !important;
  background-color: #FFFFFF !important;
}
.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  min-width: 1280px;
  /*
    max-width: 1440px;*/
  /* padding-left: 8px;
    padding-right: 8px;*/
}
a {
  text-decoration: none !important;
  color: black !important;
}
a:hover {
  text-decoration: none !important;
  color: #0038f5 !important;
}
a:visited,
a:focus {
  text-decoration: none !important;
  color: black;
}
img {
  border: 0;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  /* ... the rest of the rules ... */
}