.k-grid table, .k-grid {
  opacity: 1 !important;
  color: #2c2c2d;
}

.page-template {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 35px;
  padding-bottom: 10px;
}

.page-col {
  display: flex;
  flex-direction: column;
}

.page-header {
  left: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  border-bottom: 1px solid #888;
}

.col-25 {
  width: 25%;
}

.page-title {
  width: 50%;
  text-align: center;
  font-size: 24px;
}

.page-footer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}

.page-number {
  text-align: right;
  padding-top: 10px;
  padding-right: 25px;
}

.app-main-kendo-grid-container {    
  font-family: "DejaVu Sans", "Arial", sans-serif;
}

@font-face {
  font-family: "DejaVu Sans";
  src: url("fonts/DejaVuSans.ttf") format("truetype");
}

@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  src: url("fonts/DejaVuSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url("fonts/DejaVuSans-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  font-style: italic;
  src: url("fonts/DejaVuSans-Oblique.ttf") format("truetype");
}