button {
  padding: 8px 18px 8px 18px;
  margin: 0px 5px 10px 5px;
  background: #849b76;
  border-color: #748f71;
  border-radius: 8px;
  border-right-width: 3px;
  border-style: solid;
  border-bottom-width: 3px;
  border-top-width: 1px;
  border-left-width: 2px;
}

div.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* -------------------  Error dialog  -------------------  */
div.error-dialog {
  display: none;
  background: #f2dede;
  border: 2px solid #ebccd1;
  color: #a94442;
  position: absolute;
  border-radius: 5px 5px 5px 5px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

div.error-dialog > div.title > .close {
  background: rgb(219, 13, 13);
  color: white;
  border-radius: 3px;
  height: 28px;
  width: 28px;
  float: right;
  margin-top: -6px;
  margin-right: -2px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

div.error-dialog > .title {
  background: #f5cccc;
  padding: 8px;
}

div.error-dialog .caption {
  background: #f5cccc;
  padding-right: 8px;
}

div.error-dialog > .text {
  padding: 8px;
}

div.error-dialog .message {
  padding-left: 18px;
}

.error-dialog .errors {
  padding: 8px;
}

body > div.error-dialog > .error {
  padding: 8px;
}

body > div.error-dialog > .errors {
  padding-top: 8px;
  border-top: 1px solid;
}

a {
  font-family: Arial;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fixed-top {
  position: fixed;
  top: 10px;
  right: 10px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
