body {
  background-color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-style: normal;
  padding: 0;
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #acd91f;
}

a:focus {
  color: #acd91f;
}

a:active {
  color: #acd91f;
}

text {
  color: #000000;
  text-decoration: none;
}

table {
  background-color: #FFFFFF;
}

td {
  font-size: 10pt;
  font-style: normal;
}

#dataTable th {
  text-align: center;
}

.dataTables_wrapper {
  margin: 10px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 2px;
}

#dataTable_paginate a {
  padding: 2px 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.data-table {
  table-layout: auto;
}

table.layout-table {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

table.layout-table td {
  border: 0 none;
  padding: 0;
}

table.layout-table-padding td {
  padding: 2px;
}

.text-link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #acd91f;
}

.text-link:link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #acd91f;
}

.text-link:visited {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #acd91f;
}

.text-link:hover {
  color: #acd91f;
}

.text-link:focus {
  color: #acd91f;
}

.text-link:active {
  color: #acd91f;
}

.fifep-toolbar {
  text-align: right;
}

.toolbar-button {
  margin-right: 5px;
}

#exportFormat {
  margin-left: 5px;
}

.ui-toolbar {
  padding: 3px;
}

.button-no-label {
  border-radius: 3px;
  font-size: 0.6em !important;
}

.button-no-label > .ui-icon {
  margin-left: -9px;
  margin-top: -9px;
}

.logout-button > .ui-icon {
  margin-left: -8px;
}

.add-attribut-button > .ui-icon {
  margin-left: -8px;
  margin-top: -8px;
}

.add-attribut-button > .ui-icon {
  margin-left: -8px;
  margin-top: -8px;
}

.add-termin-button > .ui-icon {
  margin-left: -8px;
  margin-top: -8px;
}

.ui-widget-content {
  background: #ffffff;
}

td.form-input {
  box-sizing: content-box;
  width: 100%;
}

td.form-input > input {
  box-sizing: content-box;
  width: 100%;
}

td.form-input > textarea {
  box-sizing: content-box;
  width: 100%;
}

td.form-input > select {
  box-sizing: content-box;
  width: 100%;
}

.ui-widget-overlay {
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;
  background-color: rgb(50, 50, 50) !important; /* This will make it darker */
}

.validation-error-message {
  padding-top: 0px;
}

.info-message {
  width: 90%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
}

.validation-error-message {
  color: red;
  font-style: italic;
}

.validation-error-message > img {
  vertical-align: text-bottom;
  padding-right: 2px;
}

.mandatory-marker {
  color: red;
  font-weight: bold;
  font-size: 16px;
  padding-left: 6px !important;
}

.termin-datum {
  width: 100%;
  text-align: right;
}

.termin-zeit {
  width: 35px;
}

.expired {
  color: #ff704d;
}
