* {
  margin: 0;
  padding: 0;
}
body {
  text-align: left;
  background: #ffffff;
  color: #333;
  font: 83%/1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
img {
  border: none;
  display: block;
}
img#logo {
  height: 97px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}
hr {
  margin: 1em 0;
  background: #eee;
  height: 1px;
  color: #eee;
  border: none;
  clear: both;
}
/* LINKS */
a,
a:link,
a:link,
a:link,
a:hover {
  text-decoration: none;
  color: #777;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
a:link,
a:visited {
  text-decoration: none;
  color: #777;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
.ui-tabs-nav a {
  border: none ! important;
  text-decoration: none;
}
a:visited {
  color: #999;
}
a:hover,
a:active {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #333;
  background-color: inherit;
  padding: 0;
}
/* LISTS */
ul {
  margin: 0.3em 0 1.5em 2em;
}
ul.related {
  margin-top: -1em;
}
dt {
  font-weight: bold;
}
#languagebar {
  text-align: left;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  /*background-color: #666;*/
  color: #460000;
  border-top: 2px solid #9d76e5;
  border-bottom: 2px solid #28bd7e;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#languagebar a:link,
#languagebar #languagebar a:visited {
  text-decoration: none;
  color: #737373;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
#languagebar a:hover {
  text-decoration: none;
  color: #5b3232;
  border-bottom: 1px solid #cce;
}
#content {
  text-align: left;
  padding: 0;
}
#content > * {
  text-align: left;
  padding: 0 20px;
}
/* TYPOGRAPHY */
p,
ul,
ol {
  margin: 0 0 1.5em;
}
ul {
  padding-left: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1px;
  font-weight: 700;
  margin: 1.2em 0 0.3em;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1em;
}
h1 {
  font-size: 196%;
  margin-top: 2rem;
  border: none;
}
h2 {
  font-size: 136%;
  font-weight: 600;
}
h3 {
  font-size: 126%;
}
h4 {
  font-size: 116%;
  font-weight: bold;
}
h5 {
  font-size: 106%;
}
h6 {
  font-size: 96%;
}
h1 a {
  text-decoration: none;
  border: none ! important;
  color: white;
}
h1 a:hover {
  border-bottom: 1px dotted #eee;
}
/*#content {*/
/*margin-top: 2em;*/
/*}*/
.old {
  text-decoration: line-through;
}
dl dt {
  color: #333;
}
dl dd {
  color: #666;
  margin-left: 3em;
  /*	font-family: monospace; */
}
.efieldlist {
  padding: 0.4em;
  margin: 0.8em;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.efieldlist.warning {
  background-color: #922;
  border: 1px solid #333;
  color: white;
}
.efieldlist.warning h5 {
  color: white;
}
.efieldlist h5 {
  font-weight: bold;
  color: #200;
  margin: 0.3em;
}
.trackidtext {
  border: 1px dashed #aaa;
  background: #eaeaea;
  padding: 0.6em;
  margin: 0.4em;
  text-align: left;
}
.trackidtext .trackid {
  border: 1px solid #ccc;
  background: #eee;
  margin: 0.4em;
  padding: 0.4em;
  font-family: monospace;
  font-size: large;
}
form .btn {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-image: linear-gradient(#fcfcfc, #eee);
}
div.caution {
  background-color: #FF9;
  border: thin solid #444;
  padding: 0.2em 0.2em 0.2em 60px;
  margin: 1em 0 1em 0;
}
th.rowtitle {
  text-align: left;
}
.enablebox {
  font-size: 85%;
}
.enablebox table {
  border: 1px solid #eee;
  margin-left: 1em;
}
.enablebox.mini table {
  float: right;
}
.enablebox tr td {
  padding: 1px 1em 1px 0.5em;
  margin: 0;
}
.enablebox tr.enabled td {
  background: #eee;
}
.enablebox tr.disabled td {
  background: #ccc;
}
.metadatabox {
  overflow: scroll;
  border: 1px solid #eee;
  padding: 2px;
}
div.preferredidp button {
  background: #8ad5b5;
  border-color: #0f5e3d;
}
div.preferredidp button:hover {
  background: #65d3a9;
  border-color: #0f5e3d;
}
table.modules {
  text-align: left;
  border-collapse: collapse;
}
table.modules tr td {
  border-bottom: 1px solid #ddd;
}
table.modules tr.even td {
  background: #f0f0f0;
}
/* Attribute presentation in example page */
table.attributes {
  width: 100%;
  margin: 0;
  border: 1px solid #bbb;
  border-collapse: collapse;
}
table.attributes td.attrname {
  text-align: right;
  padding-bottom: 2px;
}
table.attributes tr.even td {
  background: #eee;
}
table.attributes tr td {
  border-bottom: 1px solid #bbb;
  border-left: 0;
  border-right: 0;
  background: #fff;
  padding-top: 5px;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}
table#table_with_attributes span.attrname {
  display: block;
  text-align: left;
}
table#table_with_attributes tr:last-child td {
  border-bottom: none;
}
fieldset.fancyfieldset {
  margin: 2em 1em 1em 0;
  border: 1px solid #bbb;
}
fieldset.fancyfieldset legend {
  margin-left: 2em;
  padding: 3px 2em 3px 2em;
  border: 1px solid #bbb;
}
div#confirmation {
  border: 1px solid #aaa;
  background: #eee;
  padding: 0.6em 1em 0.1em 1em;
}
div#confirmation input {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
caption {
  display: none;
}
select#dropdownlist {
  max-width: 450px;
}
input[name=remember] {
  margin-right: 4px;
}
.btn,
.btnaddonright {
  color: #000000;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  text-align: center;
  padding: 5px;
  cursor: hand;
}
.btn.btn-primary,
.btnaddonright.btn-primary {
  background-color: #6ecfa5;
  background-image: linear-gradient(#8ce8be, #7ab89f);
}
.btn:hover,
.btnaddonright:hover {
  border-color: #ccc;
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ddd);
}
.btn img,
.btnaddonright img {
  max-height: 15px;
  max-width: 15px;
}
.topright {
  position: absolute;
  right: 2em;
}
.input-group {
  display: table;
}
.input-group pre {
  background: white;
  position: relative;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 0.5em;
  display: table-cell;
}
.input-group .btnaddonright {
  position: relative;
  display: inline-block;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.input-group .btnaddonright:hover {
  border-left: 1px solid #ccc;
}
.input-group .input-left {
  border-radius: 3px 0 0 3px;
}
div.metadatabox {
  text-align: left;
}
.container-fluid {
  text-align: left;
  margin: auto;
}
div.login-help {
  padding-left: 40px;
}
#wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 1rem;
}
#header {
  height: inherit;
  background: none;
  display: flex;
  flex-wrap: wrap;
}
#header img {
  vertical-align: middle;
  margin-right: auto;
}
#header h1 {
  align-items: center;
  padding: 0;
  margin: 1.5rem 0 0 0;
  color: #000;
}
#header h1 a {
  color: #2e6da4;
}
#header h1 a:hover {
  color: #15446e;
}
#header h2 {
  padding: 0;
  margin: 0.5rem 0 0 0;
}
#header h1,
#header h2 {
  border-bottom: none;
}
#header a {
  border: none;
  background: none;
}
footer.container {
  padding-top: 3rem;
}
footer.container div.row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
footer.container div.row div.col {
  flex: 0 0 auto;
  width: 50%;
}
.text-sm-start {
  text-align: left;
}
.text-sm-end {
  text-align: right;
}
.d-sm-inline-block {
  display: inline-block !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-4 {
  margin-right: 1rem !important;
}
#portalcontent {
  text-align: left;
  background-color: white;
}
button.btn-idpselect {
  margin-top: 8px;
  padding: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
@media (min-width: 800px) {
  button.btn-idpselect {
    width: 50%;
  }
}
button.btn-idpselect + p {
  margin-bottom: 0.2rem;
}
.text-decoration-none {
  text-decoration: none;
  border-bottom: none !important;
}
.form-horizontal {
  display: inline-flex;
  flex-direction: column;
}
.form-horizontal .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-horizontal .form-group label {
  margin-right: 1rem;
}
form div.preferredidp,
form div.idp {
  border: none;
  background: none;
  padding: 0;
}
.small {
  font-size: small;
  font-weight: lighter;
}
div.alert {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
div.alert.alert-warning {
  background-color: #f8bcac;
}
div.alert.alert-danger {
  background-color: #ffb0cb;
}
div.alert.alert-danger h3 {
  margin: 0.5rem 0;
  border: none;
}
div.alert.alert-danger p {
  padding: 0;
  margin: 0;
}
div.alert.alert-danger p + p {
  margin-top: 1rem;
}
.message-box.warning {
  background-color: #ffb0cb;
  border-left-color: #f76d98;
}
.pure-button-red,
a.pure-button-red {
  background-color: #ef85a7;
  background-image: linear-gradient(#ef85a7, #c16b86);
  color: #000;
}
.expandable .expander::after {
  content: "";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
}
.frontpage-menu {
  margin-top: 1rem;
}
/*# sourceMappingURL=default.css.map */