.wrong {
  background-color: #ff6c6c;
}

.right {
  background-color: #44bb44;
}

@media print {
  *.dontprint {
    display: none;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media screen {
  *.onlyprint {
    display: none;
  }
}
.hidden {
  display: none;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

/* overwrite bootstrap */
table.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 150, 0.16);
}

body {
  font-size: 17px;
  font-family: "Arial", sans-serif;
}
@media print {
  body {
    font-size: 11pt;
  }
}
body.login {
  background-image: url(img/back.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
body.overflow-hidden {
  overflow: hidden;
}

h1 {
  font-size: 25.5px;
}

@media print {
  table.table tbody tr th {
    border-color: black !important;
  }
  table.table tbody tr td {
    border-color: black !important;
  }
}
div.appframe {
  margin: 1.5%;
}

input.form-control {
  font-size: 17px;
}

input.datefield {
  width: 6em;
}

div.form-group {
  margin-bottom: 5px;
}
div.form-group label {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  font-weight: normal;
}
div.form-group label.w150 {
  width: 150px;
}
div.form-group input, div.form-group select, div.form-group textarea {
  width: calc(90% - 240px);
  display: inline-block;
  font-size: 17px;
  height: 32.3px;
}
div.form-group input[type=checkbox], div.form-group select[type=checkbox], div.form-group textarea[type=checkbox] {
  width: 30px;
  height: 20px;
}
div.form-group input[type=file], div.form-group select[type=file], div.form-group textarea[type=file] {
  width: 400px;
}
div.form-group input.trix-button, div.form-group select.trix-button, div.form-group textarea.trix-button {
  width: inherit;
  height: inherit;
}
div.form-group textarea {
  height: 119px;
}

div.login-form {
  width: 200px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
div.login-form div.form-group input {
  width: 150px;
}

div.messagebox {
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

h1.pageheader {
  text-align: center;
  margin-top: 10px;
}

h2 {
  margin-top: 20px;
  font-size: 18px !important;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #777;
}

img.button {
  height: 25.5px;
  margin-right: 17px;
  cursor: pointer;
}
img.button.big {
  height: 34px;
}
img.button.inactive {
  cursor: auto;
}

table > tbody > tr > td, table > tbody > tr > th, .table > tbody > tr > td, .table > tbody > tr > th {
  font-size: 17px;
  padding: 4.25px;
  vertical-align: top;
}
@media print {
  table > tbody > tr > td, table > tbody > tr > th, .table > tbody > tr > td, .table > tbody > tr > th {
    font-size: 11pt;
    padding: 2.75pt;
  }
}
table > tbody > tr > td span.contact, table > tbody > tr > th span.contact, .table > tbody > tr > td span.contact, .table > tbody > tr > th span.contact {
  font-size: 16px;
}

div.applist {
  text-align: center;
}
div.applist div.appinfo {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  border-radius: 10px;
  width: 150px;
}
div.applist div.appinfo:hover {
  background-color: lightgray;
}

.pagination {
  float: right;
  margin: 15px 0 20px 0;
}

div.toolbar {
  float: right;
  margin-bottom: 10px;
}

img.backlink {
  width: 32px;
  float: left;
}

div.simplemodal-overlay {
  background-color: black;
}

#simplemodal-container {
  box-shadow: 0 0 10px 5px #333;
  border-radius: 5px;
  width: 400px;
}

#simplemodal-container a.modalCloseImg {
  background: url(../img/buttons/close.gif) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 7px;
  right: 2px;
  cursor: pointer;
}

div.search {
  display: block;
  padding: 30px;
  border-radius: 5px;
  background-color: white;
  display: none;
}
div.search form input, div.search form select, div.search form button {
  width: 100%;
  padding: 3px;
  margin: 3px;
}

img.logo {
  margin: 0 auto;
}

div.message {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  box-shadow: 0 0 20px black;
  border-radius: 0;
}
div.message div.message-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  float: right;
}

div.groupselect {
  display: none;
  background-color: white;
  padding: 20px;
}
div.groupselect ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.groupselect ul li {
  margin: 0;
  padding: 5px 30px;
}

div.print h1 {
  font-size: 14pt;
  font-weight: bold;
}
div.print table {
  width: 100%;
  page-break-inside: auto;
}
div.print table tbody tr.even td {
  background-color: #f7f7f7;
  font-size: 12pt;
  padding-right: 0.5cm;
}
div.print table tbody tr.odd td {
  background-color: #fff;
  font-size: 12pt;
  padding-right: 0.5cm;
}
div.print table tbody tr.adrLine {
  page-break-before: auto;
}
div.print table tbody tr.adrLine td {
  border-top: 1px solid black;
  font-size: 12pt;
  padding-right: 0.5cm;
}
div.print table tbody tr.contactLine {
  font-style: italic;
  page-break-before: avoid;
}

div.printdetails {
  font-size: 12pt;
}
div.printdetails h1 {
  font-size: 14pt;
}
div.printdetails div.det-value {
  font-size: 12pt;
}
div.printdetails table tr td {
  font-size: 12pt;
  padding-right: 8pt;
}
div.printdetails ul li {
  border-top: 1px solid #777;
  margin-top: 8pt;
  padding-top: 8pt;
}

div.details div.details-name ul li {
  border-top: 1px solid #777;
  margin-top: 10px;
  padding-top: 10px;
}

div.ui-datepicker {
  background-color: white;
  padding: 5px;
  margin: 5px;
  border: 1px solid black;
  display: none;
}
div.ui-datepicker a.ui-datepicker-prev {
  float: left;
  text-indent: -3000px;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(img/prev.png);
}
div.ui-datepicker a.ui-datepicker-next {
  float: right;
  text-indent: -3000px;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(img/next.png);
}
div.ui-datepicker div.ui-datepicker-title {
  text-align: center;
}
div.ui-datepicker table.ui-datepicker-calendar tr th {
  text-align: center;
}
div.ui-datepicker table.ui-datepicker-calendar tr th span {
  display: inline-block;
  padding: 1px 5px;
}
div.ui-datepicker table.ui-datepicker-calendar tr td {
  text-align: center;
}
div.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #ddd;
}

fieldset {
  border: 1px solid #777;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline;
  min-width: 100%;
}
fieldset legend {
  display: inline-block;
  padding: 0 10px;
  border: 0;
  width: inherit;
  font-weight: bold;
  margin-bottom: 0;
}

div#alertbox {
  background-color: #eee;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 0 10px #777;
  display: none;
  border: 1px solid black;
  z-index: 4000;
  border-radius: 5px;
}
div#alertbox div#alertmessage {
  text-align: center;
}

#simplemodal-container {
  width: 500px;
  overflow: auto;
  border-radius: 5px;
}

img.ui-datepicker-trigger {
  position: relative;
  left: 5px;
  top: -4px;
  cursor: pointer;
}

hr {
  margin-top: 10px;
  margin-bottom: 0;
}

td.underline {
  border-bottom: 0.3mm dotted black;
  height: 8mm;
}
td.underline.date {
  width: 3cm;
  border-right: 0.9cm solid white;
}

.tox .tox-statusbar__right-container {
  display: none;
}

div.textarea {
  background-color: #f7f7f7;
  width: 80%;
  max-width: 600px;
  min-height: 1em;
  padding: 10px;
}
div.textarea.mce-edit-focus {
  background-color: #ffffde;
}

table.striped {
  border-collapse: collapse;
}
table.striped tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
table.striped tr td {
  padding: 0 5px;
}
table.striped tr td table.difference {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 5px;
}
table.striped tr td table.difference tr td {
  padding: 0 5px;
  border: 1px solid black;
}

w90 {
  width: 90%;
}

/*# sourceMappingURL=app.css.map */
