﻿body {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  margin: 0;
  background-color: #eeeeee;
  color: #355;
}
body.export {
  margin: 10px;
  background-color: #fff;
  color: #000;
}
.page-content {
  padding: 10px;
}
* {
  box-sizing: border-box;
}
a {
  color: #0d5398;
  text-decoration: none;
}
h1 {
  color: #082f57;
}
h2 {
  color: #082f57;
}
.form-1-select {
  border: 1px solid #89c4ff;
  height: 23px;
  padding-left: 4px;
  color: #333;
}
.form-1-input {
  border: 1px solid #89c4ff;
  border-radius: 4px;
  height: 23px;
  padding-left: 4px;
  padding-right: 4px;
  color: #333;
}
.form-1 {
  color: #355;
}
.form-1 > div {
  display: table-row;
}
.form-1 > div > div {
  display: table-cell;
}
.form-1 > div:not(:first-of-type) > div {
  padding-top: 4px;
}
.form-1 > div > div:nth-of-type(1) {
  padding-right: 8px;
  white-space: nowrap;
}
.form-1 input {
  border: 1px solid #89c4ff;
  border-radius: 4px;
  height: 23px;
  padding-left: 4px;
  padding-right: 4px;
  color: #333;
}
.form-1 select {
  border: 1px solid #89c4ff;
  height: 23px;
  padding-left: 4px;
  color: #333;
}
.input-button {
  color: white;
  border: none;
  border-radius: 4px;
  height: 30px;
  cursor: pointer;
}
.bg-normal {
  background-color: #218838;
}
.bg-danger {
  background-color: #c82333;
}
.display-none {
  display: none;
}
header {
  display: table;
  width: 100%;
  background-color: #17426e;
  color: white;
}
header > div {
  display: table-cell;
  vertical-align: middle;
}
header select {
  display: table;
  margin-left: auto;
  margin-right: 8px;
}
header .left div {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
}
header a {
  color: white;
}